:root {
  --dark-gray: #1a1a1a;
  --white: #fff;
  --black: #000;
  --navy-bg: #100d38;
}

a{
  color: #FFFFFF;
  text-decoration: none;
  -webkit-transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1)

}

a:hover{
  opacity: 0.8;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  padding: 0;
}

.navigation {
  z-index: 1000;
  background-color: var(--dark-gray);
  padding: 20px 50px;
  position: fixed;
  inset: 0% 0% auto;
}

.navigation-items {
  color: #1a1a1a;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.logo {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
}

.navigation-wrap {
  align-items: center;
  display: flex;
}

.navigation-item {
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  transition: all .2s;
  position: sticky;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: 100;
}

.navigation-item.w--current {
  opacity: 1;
  color: #fff;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: 1;
}

.navigation-item.w--current:active {
  opacity: 100;
  color: var(--white);
}


.sp_br{
  display: none;
}

.pc-fv-section {
  background-color: #000;
  margin-top: 66px;
  margin-right: 0;
}

.fv_subparagraph {
  padding-left: 10px;
  font-size: 1vw;
  font-weight: 300;
  line-height: 1.5;
}

.fv_japanese_subcopy {
  letter-spacing: 2px;
  margin-bottom: 1vw;
  padding-left: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1.4vw;
  font-weight: 400;
  line-height: 1.8;
}

.fv-date-text {
  text-indent: 6px;
  margin-top: 1vw;
  font-size: 3.3vw;
  font-weight: 600;
  line-height: 1;
}

.intro-text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.fv_maintitle {
  letter-spacing: -.7vw;
  font-size: 13vw;
  font-weight: 700;
  line-height: .8;
  margin-top: 0;
}

.pc-intro-header {
  background-image: url('../images/bg_mv.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-flow: column;
  justify-content: center;
  padding: 60px;
  position: relative;
}

.body {
  background-color: var(--black);
  color: #fff;
  font-family: Inter, sans-serif;
}

.section-paragraph-jp {
  text-indent: 5px;
  margin-top: .5vw;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.about-paragraph {
  letter-spacing: 1px;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.9;
}

.container {
  margin-left: 60px;
  margin-right: 60px;
}

.heading {
  color: #fff;
  letter-spacing: -.5vw;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 11vw;
  font-weight: 700;
  line-height: .8;
}

.section-titlewrapper {
  flex-flow: column;
  margin-bottom: 60px;
  padding-top: 100px;
  display: flex;
}

.about-image {
  object-fit: contain;
  margin-bottom: 0;
}

.main-heading-wrap {
  grid-column-gap: 100px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.about-wrapper {
  padding-top: 60px;
}

.about-section {
  background-color: #000;
  /*margin-bottom: 100px;*/
  padding-bottom:60px;
}

.news-collection-list-wrapper {
  margin-bottom: 100px;
}

.news-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.news-item {
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
  transition: all .2s;
}

.news-item:hover {
  opacity: .8;
}

.news-collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.button {
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 40px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  transition: all .2s;
  display: flex;
}

.button:hover {
  background-color: #ffffffe6;
}

.section {
  background-color: var(--navy-bg);
}

.section.last-section {
  padding-bottom: 100px;
}

.contents-title-jp {
  font-family: Noto Sans JP, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.contents-image{
  width: 50%;
}
.contents-image img{
  object-fit: cover;
  border-radius: 20px;
}

.contents-paragprah {
  width: 340px;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
}

.contents-title-text {
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.contents-number {
  font-size: 7vw;
  font-weight: 700;
  line-height: .8;
}
.contents-number p{
  margin: 0
}

.contents-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: flex;
}

.contents-title-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}


.contents-all-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  align-items: center;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.banner-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: baseline;
  padding-right: 30px;
  display: grid;
  overflow: auto;
}

.more-information-text {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-decoration: underline;
}

.banner-text {
  color: #000;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.information-title {
  text-align: left;
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}

.information-paragraph {
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

.information-text-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  /*width: 80%;*/
  display: grid;
}

.information-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  margin-top: 100px;
  display: flex;
}
.information-wrapper .google-map{
  width: 600px;
  height: 450px;
}
.information-wrapper .google-map iframe{
  width: 100%;
  height: 100%
}


.form {
  background-color: #fff;
  width: 60%;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  margin-bottom: 50px;
}
.form a{
  color: #000;
  text-decoration: underline;
}

.footer {
  background-color: var(--dark-gray);
  padding-bottom: 16px;
  display: block;
}

.footer-copyright-center {
  text-align: center;
  font-size: 10px;
  line-height: 1;
}

.news-text-card {
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.news-title {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.news-date {
  color: var(--white);
  margin-bottom: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 13px;
  line-height: 1;
  text-decoration: none;
}

.news-list-section {
  margin: 100px 60px;
}

.breadcrumb-section {
  border-bottom: 1px solid #ffffff1a;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.breadcrumb-nav {
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 20px 5px 50px 5px 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  margin: 0;
  padding: 4px 30px;
  font-family: Noto Sans JP, sans-serif;
  display: flex;
  overflow: visible;
}

.breadcrumbs {
  color: #fff;
  font-size: 10px;
  text-decoration: none;
}

.divider {
  font-size: 10px;
  font-weight: 400;
}

.breadcrumb-line {
  border-bottom: 1px solid #0000004d;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer-text-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  padding: 40px 60px 15px;
  display: flex;
}

.footer-logo {
  color: #fff;
  letter-spacing: -3px;
  font-size: 60px;
  font-weight: 700;
  line-height: .9;
}

.banner-card {
  background-image: url('../images/edcon.jpg'), url('../images/edcon.jpg'), url('../images/edcon.jpg');
  background-position: 50% 0, 0 0, 50% 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: contain, contain, contain;
  background-attachment: scroll, scroll, scroll;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  justify-content: center;
  align-items: flex-end;
  min-width: 300px;
  height: 300px;
  text-decoration: none;
  display: flex;
}

.banner-text-wrapper {
  background-color: #ffffffe6;
  border-radius: 8px 8px 0 0;
  width: 100%;
  height: auto;
  min-height: 50%;
  padding: 20px;
  display: block;
}

.sp-intro-header {
  background-image: url('../images/bg_mv.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-flow: column;
  justify-content: center;
  padding: 60px;
  display: none;
}

.sp-fv-section {
  background-color: #000;
  margin-top: 66px;
  margin-right: 0;
  display: none;
}

.banner-card-2 {
  background-image: url('../images/gse.jpg'), url('../images/gse.jpg');
  background-position: 50% 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: contain, contain;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  justify-content: center;
  align-items: flex-end;
  min-width: 300px;
  height: 300px;
  text-decoration: none;
  display: flex;
}

.banner-card-3, .banner-card-4, .banner-card-5 {
  background-image: url('../images/coming-soon.jpg');
  background-position: 50% 0;
  background-size: contain;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  justify-content: center;
  align-items: flex-end;
  min-width: 300px;
  height: 300px;
  text-decoration: none;
  display: flex;
}

.paragraph {
  color: #000;
  font-family: Noto Sans JP, sans-serif;
  font-size: 0;
}

.paragraph-2 {
  color: #000;
  font-family: Noto Sans JP, sans-serif;
}

.text-block {
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
  font-size: 16px;
}

.text-block.news-content {
  font-family: Noto Sans JP, sans-serif;
}

.code {
  font-size: 16px;
}

.text-block-2 {
  color: #000;
}

.text-block-2.inquiries-title {
  margin-bottom: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
}

.inquiries-name {
  color: #000;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.text-block-3 {
  color: #000;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-block-3.inquiries-name-sub {
  margin-bottom: 10px;
  font-weight: 400;
}

.text-block-4 {
  color: #000;
  font-family: Noto Sans JP, sans-serif;
}

.text-block-4.inquiries-detail {
  margin-bottom: 10px;
}

.text-block-5 {
  color: #000;
  font-family: Noto Sans JP, sans-serif;
}

@media screen and (min-width: 1280px) {
  .breadcrumb-section {
    width: auto;
    min-width: 0%;
    max-width: 1230px;
  }

  .sp-intro-header {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .navigation {
    padding: 25px 30px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
    transition: all .2s;
  }

  .menu-button:hover {
    opacity: .9;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .intro-text {
    width: auto;
  }

  .section-paragraph-jp {
    margin-top: 2vw;
  }

  .heading {
    letter-spacing: -5px;
  }

  .section-titlewrapper {
    padding-top: 60px;
  }

  .about-image {
    object-fit: cover;
    height: 500px;
    overflow: hidden;
  }

  .main-heading-wrap {
    grid-column-gap: 39px;
    grid-row-gap: 39px;
    flex-flow: column;
    display: flex;
  }

  .contents-image {
    width: 90%;
  }

  .contents-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    order: 2;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .google-map {
    text-align: center;
  }

  .information-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .form {
    width: 80%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div-block {
    border-top: 1px solid var(--white);
    width: 20px;
  }

  .hamburger {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    display: flex;
  }

  .news-list-section {
    margin-left: 60px;
  }

  .breadcrumb-section {
    display: none;
  }

  .breadcrumb-nav {
    align-items: center;
    overflow: visible;
  }

  .breadcrumbs {
    flex: none;
    padding: 0;
  }

  .breadcrumbs.w--current {
    padding: 0;
  }

  .hamburger-icon {
    width: 35px;
  }

  .sp-intro-header {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .navigation {
    padding: 20px 30px;
  }

  .logo-link {
    padding-left: 0;
  }

  .intro-content {
    flex-flow: column;
    justify-content: flex-end;
  }

  .pc-fv-section {
    display: none;
  }

  .fv_maintitle {
    letter-spacing: -.7vw;
    font-size: 15vw;
  }

  .pc-intro-header {
    background-image: url('../images/bg_mv-sp.avif');
    background-position: 50%;
    background-size: cover;
    justify-content: flex-end;
    padding-bottom: 30px;
    display: flex;
  }

  .container {
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading {
    letter-spacing: -3px;
    font-size: 14vw;
  }

  .about-image {
    height: 300px;
  }

  .about-wrapper {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contents-title-jp {
    margin-bottom: 0;
  }

  .contents-text-wrapper {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .contents-paragprah {
    margin-top: 30px;
  }

  .contents-number {
    font-size: 10vw;
  }

  .contents-wrapper {
    flex-flow: column;
    grid-auto-flow: column;
    display: flex;
  }

  .contents-all-wrapper {
    margin-top: 0;
    display: flex;
  }
  .contents-all-wrapper .cont-even .contents-text-wrapper{
    order: 1;
  }
  .contents-all-wrapper .cont-even .contents-image{
    order: 2;
  }




  .information-paragraph {
    text-align: left;
  }

  .information-text-wrapper {
    grid-template-columns: .5fr 1fr;
  }

  .google-map-wrapper {
    overflow: hidden;
  }

  .form {
    width: 100%;
    margin-top: 60px;
  }

  .footer {
    flex-flow: column;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .news-list-section {
    margin-left: 20px;
    margin-right: 20px;
  }

  .breadcrumb-nav {
    object-fit: fill;
    display: flex;
    overflow: auto;
  }

  .footer-text-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sp-intro-header {
    background-image: url('../images/bg_mv-sp.avif');
    background-attachment: fixed;
    display: block;
  }

  .sp-fv-section {
    flex-flow: column;
    align-items: flex-start;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }
  .sp_br{
    display: block;
  }

  .fv_subparagraph {
    overflow-wrap: break-word;
    padding-left: 5px;
    font-size: 3vw;
  }

  .fv_japanese_subcopy {
    overflow-wrap: break-word;
    padding-left: 5px;
    font-size: 4vw;
    line-height: 1.5;
  }

  .fv-date-text {
    text-indent: 0;
    overflow-wrap: break-word;
    padding-left: 5px;
    font-size: 6.2vw;
  }

  .fv_maintitle {
    overflow-wrap: break-word;
    font-size: 16vw;
  }

  .pc-intro-header {
    height: 180vw;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-paragraph-jp.adjust {
    margin-top: 5vw;
  }

  .container {
    padding-left: 0;
    padding-right: 0;
  }

  .heading {
    font-size: 17vw;
  }

  .about-wrapper {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .about-section {
    margin-bottom: 0;
  }

  .news-collection-list-wrapper, .button {
    margin-bottom: 50px;
  }

  .contents-paragprah {
    width: auto;
  }

  .contents-number {
    font-size: 16vw;
  }

  .information-text-wrapper {
    grid-column-gap: 11px;
    grid-template-columns: .5fr 1fr;
    grid-auto-columns: .25fr;
    width: auto;
  }

  .information-wrapper {
    display: flex;
    margin-top: 0;
  }



  .footer {
    position: static;
  }

  .hamburger {
    padding-left: 20px;
  }

  .footer-text-wrapper {
    padding-top: 20px;
  }

  .footer-logo {
    letter-spacing: -2px;
    font-size: 30px;
    line-height: .9;
  }

  .sp-intro-header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sp-fv-section {
    margin-top: 0;
  }

  .paragraph {
    font-size: 14px;
  }
}

#w-node-_650bf088-6071-3581-0cae-a2bd99c2b20a-85a07439, #w-node-_650bf088-6071-3581-0cae-a2bd99c2b210-85a07439, #w-node-_650bf088-6071-3581-0cae-a2bd99c2b216-85a07439 {
  justify-self: stretch;
}

#w-node-_42dcd931-072b-4324-13fe-2bef5f97d800-11e21ff7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}




/* 2025.05 */

.navigation-items .logo{
  max-width: 300px;
}
.fv_logo{
  width: 30%;
}
.fv_logo2{
  width: 50%;
}

.fv-recruit01{
  position: absolute;
  top: 6%;
  right: 2%;
  width: 20%;
}

.fv-recruit01 a{
  display: block;
  width: 100%;
  padding: 20px 30px;
  position: relative;
  line-height: 1.2;
  background-color: #990000;
  border-radius: 100px;
  box-shadow: 5px 5px 0 0 #640000;
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.fv-recruit01 a:before{
  content: "";
  width: 30px;
  height: 30px;
  background: #fff; 
  border-radius: 30px;
  position: absolute; 
  right: 5%;
  margin-top: -15px;
  top: 50%;
}
.fv-recruit01 a:after{
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: calc(5% + 6px);
  top: 50%;
  margin-top: -4px;
  border-style: solid;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-top: 10px solid #990000;
  border-bottom: 0;
}
/*
.fv-recruit01 p{
  display: block;
  width: 100%;
  padding: 20px 30px;
  position: relative;
  line-height: 1.2;
  background-color: #999;
  border-radius: 100px;
  box-shadow: 5px 5px 0 0 #333;
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
*/
.fv-recruit02 {
  position: absolute;
  top: 6%;
  right: 24%;
  width: 20%;
}
.fv-recruit02 a{
  display: block;
  width: 100%;
  padding: 20px 30px;
  position: relative;
  line-height: 1.2;
  background-color: #990000;
  border-radius: 100px;
  box-shadow: 5px 5px 0 0 #640000;
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.fv-recruit02 a:before{
  content: "";
  width: 30px;
  height: 30px;
  background: #fff; 
  border-radius: 30px;
  position: absolute; 
  right: 5%;
  margin-top: -15px;
  top: 50%;
}
.fv-recruit02 a:after{
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: calc(5% + 6px);
  top: 50%;
  margin-top: -4px;
  border-style: solid;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-top: 10px solid #990000;
  border-bottom: 0;
}



@media screen and (max-width: 1200px) {
  .fv-recruit01 a,.fv-recruit02 a,
  .fv-recruit01 p,.fv-recruit02 p{
    font-size: 1.2vw;
  }
}

  .news-wrapper ul li h3{
    font-size: 18px;
}

  .about-youtube{
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 100px 0;
  }
  .about-youtube figure .wp-block-embed__wrapper{
    position: relative;
    aspect-ratio: 16/9;
  }

  .about-youtube iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }




.contents-recruitment{
  padding: 100px 0 0 0;
}
.contents-recruitment .inner{
  background: #fff;
  padding: 80px 40px;
  margin: 0 12%;
}

.contents-recruitment h3{
  text-align: center;
  font-size: 60px;
  font-weight: 700;
  line-height: .8;
  padding: 20px 0 0 0;
  margin:0 0 50px;
  color: #000;
}
.contents-recruitment-txt{
  font-family: Noto Sans JP, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #000;
}

.contents-recruitment .inner .wp-block-group-is-layout-constrained{
  background-color: #fff;
  border-radius: 20px;
  border:2px solid var(--navy-bg);
  overflow: hidden;
  padding: 0 0 40px 0;
  width: 50%;
  display: flex;
  flex-flow: column;
  align-items:stretch
}

.contents-recruitment-wrapper{
  max-width: 1000px;
  margin: 0 auto;
  gap: 60px;
  align-items: stretch;
}

.contents-recruitment-wrapper .is-content-justification-center{
  display: block;
  padding: 0 40px;
  width: 100%;
  flex-grow: 1;
}

.contents-recruitment-wrapper .is-content-justification-center .wp-block-button{
  display: block;
}
.contents-recruitment-wrapper h4{
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  margin:0 0 30px;
  background-color: var(--navy-bg);
  padding: 40px 20px;
  width: 100%;
}
.contents-recruitment-wrapper p{
  width: 100%;
  height: 100%;
  margin: 0 0 50px;
  color: var(--navy-bg);
  padding: 0 40px;
  font-size: 16px;
  line-height: 1.6;
}

.wp-element-button{
  width: 100%;
  font-size: 24px;
  padding: 20px 60px;
  position: relative;
  line-height: 1.2;
  background-color: #990000;
  border-radius: 100px;
  box-shadow:5px 5px 0 0 #640000;
}
.wp-element-button:before {
  content: "";
  width: 30px;
  height: 30px;
  background: #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -15px;
  border-radius: 30px;
}

.wp-element-button:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 28px;
  top: 50%;
  margin-top: -7px;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #990000;
  border-right: 0;
}

.btn_comingsoon{
  width: calc(100% - 80px );
  font-size: 24px;
  padding: 20px 60px;
  position: relative;
  line-height: 1.2;
  background-color: #999;
  border-radius: 100px;
  box-shadow:5px 5px 0 0 #666;
  margin: auto 40px 0;
}
.btn_comingsoon p{
  margin: 0;
  font-weight: bold;
  color: #fff;
  padding: 0;
  text-align: center;
  font-size: 24px;
  line-height: 1.2;
}

.organizer-link{
    width: 60%;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
}
.organizer-link .wp-block-group-is-layout-grid{
  gap: 30px 60px;
}

.organizer-link p{
  border-bottom: 2px solid #fff;
  margin:0 0 20px;
  align-items: center;
  display: flex;
  width: 100%;
}
.organizer-link p a{
  padding: 0 0 20px;
  display: block;
  width: 100%;
  background: url("../images/blank.svg") top right no-repeat;
  background-size: 25px auto;
}


.footer-text-wrapper{
  flex-flow:row;
  justify-content: space-between;
  align-items: center;
}
footer .social-icon{
  display: flex;
  gap: 30px;
  align-items: center;
}
footer .social-icon a{
  width: 80px;
}
@media screen and (max-width: 767px) {
  footer .social-icon{
    gap: 5%;
    justify-content: flex-end;
  width: 100%;
  }

  footer .social-icon a{
    width: 20%;
  }

}



.page-header{
  background: url("../images/bg_header.jpg") top center no-repeat;
  background-size: cover;
  padding: 100px 0;
}
.page-header h2{
  text-align: center;
  font-size: 4vw;
  line-height: 1.4;
}

.page-header .txt_date{
  text-align: center;
  line-height: 1.4;
}

.page-header .txt{
  font-size: 20px;
  text-align: center;
  line-height: 1.4;
  padding:30px 0 0 0;
}

.recruitment-about {
  max-width: 800px;
  margin: 0 auto;
  padding: 100px 0;
}
.recruitment-about h3{
  font-size: 36px;
}
.rec-about{
  max-width: 1000px;
  justify-content: center;
  margin: 0 auto;
}

.rec-sec{
  padding: 100px 0;
}
.rec-sec h3{
  padding: 0 0 50px;
  font-size: 36px;
  line-height:1.6;
  }

.recruitment-text-wrapper{
  max-width: 800px;
  margin: 0 auto 60px;
}
.recruitment-text-wrapper p{
}
.recruitment-text-wrapper-list{
  display: flex;
  border-bottom:2px solid #fff;
  padding: 20px 0;
}
.recruitment-text-wrapper-ttl{
  width: 30%;
  font-weight: bold;
}
.recruitment-text-wrapper-txt{
  width: 70%;
}
.recruitment-text-wrapper-txt .li{
  display: block;
  margin-left: 1em;
  text-indent: -1em;
}
.rec-merit{
  background: url("../images/bg_merit.jpg") top center no-repeat;
  background-size: cover;
}
.recruitment-panel{
  max-width: 800px;
  margin: 0 auto;
  gap: 40px;
}
.recruitment-panel p{
  border-radius: 20px;
  padding: 10%;
  background: #fff;
  color: #000;
  line-height: 1.6;
  position: relative;
}
.recruitment-panel.flow p{
  padding: 5% 10%;
}
.recruitment-panel p strong{
  display: flex;
  position: absolute;
  top: -20px;
  left: -20px;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  align-items: center;
  justify-content: center;
  background-color: var(--navy-bg);
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 30px;
  border:2px solid #fff;
}
.recruitment-panel p b{
  font-size: 20px;
}

.recruitment-form{
  color: #000;
}
.entry_content{
  max-width: 800px;
  margin: 0 auto;
  padding: 100px 0;
}

.contents-wrapper .contents-image{
  position: relative;
}
.contents-wrapper .badge-rec{
  position: absolute;
  background-color: #990000;
  width: 120px;
  height: 120px;
  text-align: center;
  display: flex;
  align-items: center;
  border-radius: 120px;
}
.contents-wrapper .badge-rec p{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.contents-wrapper .badge-rec p a,
.contents-wrapper .badge-rec p span{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}

.contents-wrapper .badge-rec03{
  right: -20px;
  top: -20px;
/*  background-color: #666;*/

}
.contents-wrapper .badge-rec04{
  left: -20px;
  top: -20px
}
.contents-wrapper .badge-rec p a.fonts{
  font-size: 15px;
}


.bnr_archive{
  max-width: 500px;
  margin: 0 auto;
  padding: 100px 0 0 0;
}

.btn_guideline .wp-element-button{
  background-color: #999;
  font-size: 20px;
  box-shadow: 5px 5px 0 0 #666;
  border-radius: 10px;
}
.btn_guideline .wp-element-button:after{
  display: none;
}
.btn_guideline .wp-element-button:before{
  display: none;
}

/*.btn_guideline .wp-element-button:after{
    border-left: 10px solid #666;
}*/
.contents-recruitment .inner .wp-block-group-is-layout-constrained{
  width: 50%;
}

@media screen and (max-width: 1400px) {
  .contents-recruitment .inner{
    margin: 0 auto;
  }


}
@media screen and (max-width: 1100px) {
  .contents-recruitment-wrapper h4{
    font-size: 3.8vw;
  }
  .contents-recruitment .inner .wp-element-button{
    font-size: 2vw;
    padding: 20px;
  }
  .contents-recruitment .inner .btn_comingsoon p{
    font-size: 2vw;
  }

  .contents-recruitment-wrapper{
    gap: 30px;
  }

}

@media screen and (max-width: 767px) {
  .fv_logo2{
    width: 100%;
    padding: 19% 0 0 0;
  }
  .fv-recruit01{
    width: 30%;
  }
  .fv-recruit02{
    width: 30%;
    right: 36%;
  }
  .fv-recruit01 a, .fv-recruit02 a, .fv-recruit01 p, .fv-recruit02 p{
    font-size: 1.5vw;
  }
  .contents-recruitment-wrapper h4{
    font-size: 3.6vw;
  }
  .contents-recruitment-wrapper{
    gap: 20px;
  }
  .contents-recruitment .inner .wp-block-group-is-layout-constrained{
    padding:0 0 10%;
    width: 100%;
  }
  .contents-recruitment .inner .wp-container-core-group-is-layout-94bc23d7{
    flex-flow: column;
  }



  .wp-element-button{
    font-size: 22px;
    padding: 20px 40px;
  }
  .information-wrapper .google-map{
    width: 100%;
  }
  .organizer-link{
    width: 90%;
  }
  .recruitment-about{
    margin: 0 5%;
  }
  .recruitment-text-wrapper-ttl{
    text-align: left;
    width: 20%;
  }
  .recruitment-text-wrapper-txt{
    text-align: left;
    width: 80%;
  }
  .recruitment-form{
    text-align: left;
  }
  .news-wrapper ul{
    margin: 0
  }
}

@media screen and (max-width: 479px) {
  .fv-recruit01{
    width: 42%;
    top: 10%;
    right: 5%;
  }
  .fv-recruit01 a {
    padding: 15px 20px;
  }
  .fv-recruit01 a:before{
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
  .fv-recruit01 a:after{
    right: calc(5% + 6px);
    margin-top: -2px;
    border-style: solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 6px solid #990000;    
  }

/*
  .fv-recruit01 p {
    padding: 15px 20px;
  }
  */
  .fv-recruit02{
    width: 42%;
    top: 10%;
    right: auto;
    left: 5%
  }
  .fv-recruit02 a {
    padding: 15px 20px;
  }
  .fv-recruit02 a:before{
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
  .fv-recruit02 a:after{
    right: calc(5% + 6px);
    margin-top: -2px;
    border-style: solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 6px solid #990000;    
  }
  .fv-recruit01 a, .fv-recruit02 a, .fv-recruit01 p, .fv-recruit02 p{
    font-size: 3vw;

  }
  .about-youtube{
    padding: 10% 0 0 0;
  }
  .news-wrapper .wp-block-post-template{
    margin: 0
  }
  .news-wrapper ul li h3{
    font-size: 3.8vw;
    line-height: 1.6;
  }

  .contents-recruitment{
    padding: 60px 0 0 0;
  }
  .contents-recruitment .inner{
    padding: 10% 5%;
  }
  .contents-recruitment-txt{
    font-size: 5vw;
  }
  .contents-recruitment h3{
    font-size: 9vw;
  }
  .contents-recruitment-wrapper h4{
    font-size: 6vw;
    padding: 10% 5%;
  }
  .contents-recruitment-wrapper p{
    padding: 0 10%;
  }
  .contents-recruitment .inner .wp-element-button,
  .contents-recruitment .inner .btn_comingsoon p{
    font-size: 4vw;
  }

  .wp-element-button{
    font-size: 4vw;
    padding: 15px 40px;
  }
  .organizer-link{
    width: 100%;
    margin-top: 0;
  }
  .organizer-link .wp-block-group-is-layout-grid{
    display: block;
  }
  .bnr_archive{
    padding: 10% 0 0 0;
  }
  .rec-sec {
    padding: 60px 0;
  }
  .rec-sec h3{
    margin: 0;
  }
  .page-header{
    padding: 100px 10px;
  }
  .page-header h2{
    font-size: 6vw;
  }
  .page-header .txt{
    font-size: 4vw;
  }
  .recruitment-about h3{
    margin: 0;
    line-height: 1.4;
  }
  .recruitment-panel p{
    padding: 40px 20px;
  }


}

.txt_strong{
  font-weight: 900;
}


.nolink .wp-element-button{
  pointer-events: none;
}
.nolink .wp-element-button:before,
.nolink .wp-element-button:after{
  display: none;
}