/*************************************************

container

*************************************************/
.container {
  padding-top: 12.5rem;
}
@media screen and (max-width: 767px) {
  .container {
    padding-top: 5rem;
  }
}

.footer {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .parts-ancpoint {
    top: -15rem;
  }
}

/*************************************************

recruit-com

*************************************************/
.recruit-com-head {
  position: relative;
  width: min(140rem, 100% - 3.6rem);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10rem;
}

.recruit-com-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .recruit-com-title {
    gap: 1rem;
  }
}
.recruit-com-title.is-white {
  color: #fff;
}

.recruit-com-title__en {
  font-size: 8.6rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .recruit-com-title__en {
    font-size: 5.6rem;
  }
}
@media screen and (max-width: 374px) {
  .recruit-com-title__en {
    font-size: 4.2rem;
  }
}

.recruit-com-title__jp {
  position: relative;
  padding-left: 1.8rem;
  font-size: 2.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .recruit-com-title__jp {
    font-size: 1.8rem;
  }
}
.recruit-com-title__jp::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #234F90;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.recruit-com-title__jp.is-yellow::before {
  background-color: #F3FF6F;
}

/*************************************************

recruit-nav

*************************************************/
.recruit-nav {
  position: fixed;
  top: 7rem;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem 10rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 5.5rem;
  background-color: #05124A;
  z-index: 10;
}
@media screen and (max-width: 992px) {
  .recruit-nav {
    gap: 1rem 7rem;
  }
}
@media screen and (max-width: 767px) {
  .recruit-nav {
    display: none;
  }
}

.recruit-nav__anchor {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

/* section
---------------------------------------*/
/*************************************************

recruit-pagetitle01

*************************************************/
.recruit-pagetitle01 {
  margin: 4rem 0;
  font-size: min(5.2rem, 4.6428571429vw);
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .recruit-pagetitle01 {
    font-size: 3.2rem;
  }
}
.recruit-pagetitle01 strong {
  color: #05124A;
}

/*************************************************

recruit-mv

*************************************************/
.recruit-mv img {
  width: 100%;
}

/*************************************************

recruit-bg01

*************************************************/
.recruit-bg01 {
  overflow: hidden;
  margin-top: -1px;
  padding: 4rem 0 12rem;
  background: url(../images/recruit/bg01.png) repeat center center/10rem auto;
}
@media screen and (max-width: 767px) {
  .recruit-bg01 {
    padding: 5rem 0;
  }
}

.parts-breadcrumbs {
  position: relative;
}

.parts-breadcrumbs__list {
  position: relative;
  padding: 2rem 0 2rem 6rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .parts-breadcrumbs__list {
    padding: 1.3rem 0 1.3rem 2.5rem;
  }
}
.parts-breadcrumbs__list > * {
  position: relative;
  z-index: 3;
}
.parts-breadcrumbs__list::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100000px;
  height: 100%;
  background-color: #fff;
  border-radius: 0.6rem 0 0 0.6rem;
}

/*************************************************

recruit-btn01

*************************************************/
.recruit-btn01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .recruit-btn01 {
    margin-bottom: 7rem;
  }
}

.recruit-btn01__anchor {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
  width: min(54rem, 100% - 5.2rem);
  height: 10rem;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  background-color: #05124A;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .recruit-btn01__anchor {
    gap: 1.5rem;
    width: min(32rem, 100% - 3.2rem);
    height: 6.4rem;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .recruit-btn01__anchor:hover {
    background-color: rgba(5, 18, 74, 0.7);
  }
  .recruit-btn01__anchor:hover::after {
    opacity: 1;
  }
  .recruit-btn01__anchor:hover .recruit-btn01__arw .in-df {
    opacity: 0;
  }
  .recruit-btn01__anchor:hover .recruit-btn01__arw .in-ov {
    opacity: 1;
  }
}
.recruit-btn01__anchor > * {
  position: relative;
  z-index: 2;
}

.recruit-btn01__arw {
  position: relative;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .recruit-btn01__arw {
    width: 3rem;
  }
}
.recruit-btn01__arw .in-df {
  position: relative;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  z-index: 1;
}
.recruit-btn01__arw .in-ov {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  z-index: 2;
}

/*************************************************

recruit-about

*************************************************/
.recruit-about-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 35rem;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .recruit-about-img {
    position: static;
    width: min(19rem, 90%);
    margin: 2rem 1rem 0 auto;
  }
}

.recruit-about-texts {
  margin-bottom: 8rem;
  color: #fff;
  font-size: 2rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .recruit-about-texts {
    margin-bottom: 4rem;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.recruit-about-texts strong {
  color: #F3FF6F;
  font-weight: 400;
}
.recruit-about-texts > * {
  margin-bottom: 2em;
}
.recruit-about-texts > *:last-child {
  margin-bottom: 0;
}

.recruit-about-slider {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .recruit-about-slider {
    width: 100%;
    padding: 0;
  }
}
.recruit-about-slider .swiper-slide {
  height: auto;
}

.recruit-about-slider__controls {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(112rem, 100%);
  height: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}

.recruit-about-slider__arw {
  position: absolute;
  top: 50%;
  width: 8rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 0;
  z-index: 10;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .recruit-about-slider__arw {
    width: 5rem;
    height: 5rem;
  }
}
.recruit-about-slider__arw img {
  width: 100%;
}
.recruit-about-slider__arw.is-prev {
  left: 0.5rem;
}
.recruit-about-slider__arw.is-prev img {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.recruit-about-slider__arw.is-next {
  right: 0.5rem;
}

.recruit-about-slider__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: min(88rem, 100% - 24rem);
  height: 100%;
  margin: 0 auto;
  padding: 4rem 3.9rem;
  background-color: rgba(255, 255, 255, 0.2);
  border: #fff solid 1px;
  border-radius: 2rem 8rem 2rem 2rem;
}
@media screen and (max-width: 767px) {
  .recruit-about-slider__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: min(88rem, 100% - 5rem);
    padding: 1.6rem 1.5rem;
  }
}

.recruit-about-slider__img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .recruit-about-slider__img {
    width: 44.8275862069%;
  }
}

.recruit-about-slider__letters {
  width: 44.375%;
}
@media screen and (max-width: 767px) {
  .recruit-about-slider__letters {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .recruit-about-slider__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 1.5rem;
  }
}

.recruit-about-slider__title {
  margin-bottom: 5.5rem;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .recruit-about-slider__title {
    width: 48.275862069%;
    margin-bottom: 0;
    font-size: 2rem;
  }
}
@media screen and (max-width: 374px) {
  .recruit-about-slider__title {
    font-size: 1.8rem;
  }
}

.recruit-about-slider__text {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .recruit-about-slider__text {
    margin: 0 2.4rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 374px) {
  .recruit-about-slider__text {
    font-size: 1.4rem;
  }
}

.recruit-about-movie {
  width: min(70rem, 100% - 4rem);
  margin: 0 auto;
  line-height: 0;
}
.recruit-about-movie iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

/*************************************************

recruit-ocupation

*************************************************/
.recruit-ocupation {
  padding: 12rem 0;
}
@media screen and (max-width: 767px) {
  .recruit-ocupation {
    padding: 8rem 0;
  }
}

.recruit-ocupation-img {
  position: absolute;
  top: -6rem;
  right: 6rem;
  width: 32rem;
  line-height: 0;
}
@media screen and (max-width: 992px) {
  .recruit-ocupation-img {
    right: 1rem;
    width: 23rem;
  }
}
@media screen and (max-width: 767px) {
  .recruit-ocupation-img {
    position: static;
    width: min(17.6rem, 90%);
    margin: 2rem 1rem 0 auto;
  }
}

.recruit-ocupation-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 9rem 0;
  width: min(128rem, 100% - 3.6rem);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .recruit-ocupation-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6rem;
  }
}

.recruit-ocupation-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 46.875%;
}
@media screen and (max-width: 767px) {
  .recruit-ocupation-list__item {
    width: 100%;
  }
}

.recruit-ocupation-list__title {
  margin-bottom: 3rem;
  color: #234F90;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .recruit-ocupation-list__title {
    margin-bottom: 1.5rem;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 374px) {
  .recruit-ocupation-list__title {
    font-size: 2.4rem;
  }
}

.recruit-ocupation-list__text {
  margin-bottom: 4rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .recruit-ocupation-list__text {
    margin-bottom: 3rem;
  }
}

.recruit-ocupation-list__item-img {
  max-width: 32rem;
}
@media screen and (max-width: 767px) {
  .recruit-ocupation-list__item-img {
    max-width: 24rem;
    margin: 0 auto;
  }
}

.recruit-ocupation-btn01 {
  width: min(80rem, 100% - 3.6rem);
  margin: 10rem auto 12rem;
}

.recruit-ocupation-btn01_anchor {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.5rem;
  color: #fff;
  text-decoration: none;
  background-color: rgba(40, 123, 48, 0.9);
  border-radius: 1rem;
  -webkit-transition: color 0.3s, background-color 0.3s, opacity 0.3s;
  transition: color 0.3s, background-color 0.3s, opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .recruit-ocupation-btn01_anchor:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 992px) {
  .recruit-ocupation-btn01_anchor {
    gap: 2rem;
  }
}

.recruit-ocupation-btn01__text {
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 992px) {
  .recruit-ocupation-btn01__text {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .recruit-ocupation-btn01__text {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 374px) {
  .recruit-ocupation-btn01__text {
    font-size: 1.8rem;
  }
}

.recruit-ocupation-btn01__arw {
  position: relative;
  width: 3rem;
  line-height: 0;
}
@media screen and (max-width: 992px) {
  .recruit-ocupation-btn01__arw {
    width: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .recruit-ocupation-btn01__arw {
    width: 3rem;
  }
}
@media screen and (max-width: 374px) {
  .recruit-ocupation-btn01__arw {
    width: 2.4rem;
  }
}
.recruit-ocupation-btn01__arw .in-df {
  position: relative;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  z-index: 1;
}
.recruit-ocupation-btn01__arw .in-ov {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  z-index: 2;
}

.recruit-ocupation-btn01__img01 {
  position: absolute;
  left: 7.6rem;
  bottom: -2px;
  width: 11.5rem;
  line-height: 0;
}
@media screen and (max-width: 1120px) {
  .recruit-ocupation-btn01__img01 {
    left: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .recruit-ocupation-btn01__img01 {
    left: 1rem;
    width: 7rem;
  }
}

.recruit-ocupation-btn01__img02 {
  position: absolute;
  right: 5rem;
  bottom: -2px;
  width: 17.1rem;
  line-height: 0;
}
@media screen and (max-width: 1120px) {
  .recruit-ocupation-btn01__img02 {
    right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .recruit-ocupation-btn01__img02 {
    display: none;
  }
}

.recruit-ocupation-outline {
  margin-bottom: 12rem;
  background-color: #E6F1E7;
}
@media screen and (max-width: 767px) {
  .recruit-ocupation-outline {
    margin-bottom: 6rem;
  }
}

.recruit-ocupation-rdbox {
  padding: 10rem 0;
  border-radius: 12rem 0 0 0;
}
@media screen and (max-width: 767px) {
  .recruit-ocupation-rdbox {
    padding: 5rem 0;
    border-radius: 6rem 0 0 0;
  }
}

.recruit-ocupation-rdbox__title {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .recruit-ocupation-rdbox__title {
    font-size: 2rem;
  }
}

.recruit-ocupation-outline__disc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 0;
  border-bottom: #868686 solid 1px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .recruit-ocupation-outline__disc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.recruit-ocupation-outline__disc-title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 30rem;
  padding-left: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .recruit-ocupation-outline__disc-title {
    width: 100%;
    margin-bottom: 0.5rem;
    padding-left: 0;
  }
}

.recruit-ocupation-outline__disc-body {
  width: calc(100% - 30rem);
}
@media screen and (max-width: 767px) {
  .recruit-ocupation-outline__disc-body {
    width: 100%;
  }
}

.recruit-ocupation-bosyu {
  background-color: #E8EFF9;
}

.recruit-ocupation-bosyu__list {
  margin-bottom: 8rem;
  padding: 2rem 4rem 4rem;
  background-color: #fff;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .recruit-ocupation-bosyu__list {
    margin-bottom: 4rem;
    padding: 1rem 1.5rem 2rem;
  }
}
.recruit-ocupation-bosyu__list:last-child {
  margin-bottom: 0;
}

.recruit-ocupation-bosyu__list-disc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 0;
  border-bottom: #868686 solid 1px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .recruit-ocupation-bosyu__list-disc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.recruit-ocupation-bosyu__list-disc--title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 30rem;
  padding-left: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .recruit-ocupation-bosyu__list-disc--title {
    width: 100%;
    margin-bottom: 0.5rem;
    padding-left: 0;
  }
}

.recruit-ocupation-bosyu__list-disc--body {
  width: calc(100% - 30rem);
}
@media screen and (max-width: 767px) {
  .recruit-ocupation-bosyu__list-disc--body {
    width: 100%;
  }
}
.recruit-ocupation-bosyu__list-disc--body a {
  color: #234F90;
}

/*************************************************

recruit-people

*************************************************/
.recruit-people {
  position: relative;
  overflow: hidden;
}
.recruit-people > * {
  position: relative;
  z-index: 5;
}

.recruit-people-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 68.4rem;
}
@media screen and (max-width: 1200px) {
  .recruit-people-img {
    width: 48.4rem;
  }
}
@media screen and (max-width: 992px) {
  .recruit-people-img {
    width: 40.4rem;
  }
}
@media screen and (max-width: 767px) {
  .recruit-people-img {
    position: static;
    width: min(32rem, 90%);
    margin: 1rem auto 0;
  }
}

/* recruit-people-box
---------------------------------------*/
.recruit-people-box {
  max-width: 144rem;
  margin: 0 auto 6rem;
}
@media screen and (max-width: 767px) {
  .recruit-people-box {
    margin: 0 1.6rem 2.4rem;
  }
}

.recruit-people-box__inner {
  position: relative;
  width: min(112rem, 100% - 1.6rem);
  margin-left: auto;
}
.is-rev .recruit-people-box__inner {
  margin-left: 0;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .recruit-people-box__inner {
    width: 100%;
  }
}
.recruit-people-box__inner > * {
  position: relative;
  z-index: 5;
}
.recruit-people-box__inner::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100000px;
  height: 100%;
  display: block;
  content: "";
  background: url(../images/recruit/bg01.png) repeat center center/10rem auto;
  border-radius: 12rem 0 0 2rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .recruit-people-box__inner::before {
    width: 100%;
    border-radius: 6rem 0 0 2rem;
  }
}
.is-rev .recruit-people-box__inner::before {
  right: 0;
  left: auto;
  border-radius: 0 12rem 2rem 0;
  background-image: url(../images/recruit/bg02.png);
}
@media screen and (max-width: 767px) {
  .is-rev .recruit-people-box__inner::before {
    border-radius: 0 6rem 2rem 0;
  }
}

.recruit-people-box__head-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
  padding: 8rem 8rem 4rem 8rem;
  color: #fff;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .recruit-people-box__head-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.8rem;
    padding: 3.6rem 8rem 2.5rem 4rem;
    cursor: pointer;
  }
  .recruit-people-box__head-inner::before, .recruit-people-box__head-inner::after {
    position: absolute;
    top: 50%;
    right: 3rem;
    width: 3rem;
    height: 3px;
    display: block;
    content: "";
    background-color: #fff;
  }
  .recruit-people-box__head-inner::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  [open] .recruit-people-box__head-inner::after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.recruit-people-box__head-inner::-webkit-details-marker {
  display: none;
}
@media screen and (min-width: 768px) {
  .is-rev .recruit-people-box__head-inner {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.recruit-people-box__head-inner .in-job {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .recruit-people-box__head-inner .in-job {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 374px) {
  .recruit-people-box__head-inner .in-job {
    font-size: 1.8rem;
  }
}
.recruit-people-box__head-inner .in-name {
  font-size: 2rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .recruit-people-box__head-inner .in-name {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 374px) {
  .recruit-people-box__head-inner .in-name {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .recruit-people-box__body {
    display: grid;
    grid-template-rows: 0fr;
    -webkit-transition: grid-template-rows 0.3s ease-out;
    transition: grid-template-rows 0.3s ease-out;
    transition: grid-template-rows 0.3s ease-out, -ms-grid-rows 0.3s ease-out;
  }
  [open] + .recruit-people-box__body {
    grid-template-rows: 1fr;
  }
}

.recruit-people-box__body-inner {
  overflow: hidden;
}

.recruit-people-box__body-contents {
  padding: 0 4rem 8rem 8rem;
}
@media screen and (max-width: 767px) {
  .recruit-people-box__body-contents {
    padding: 0 2.3rem 5rem 2.3rem;
  }
}
@media screen and (min-width: 768px) {
  .is-rev .recruit-people-box__body-contents {
    padding: 0 8rem 8rem 4rem;
  }
}

.recruit-people-box__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .recruit-people-box__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .is-rev .recruit-people-box__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.recruit-people-box__texts {
  max-width: 83rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .recruit-people-box__texts {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.recruit-people-box__texts > * {
  margin-bottom: 1.9em;
}
.recruit-people-box__texts > *:last-child {
  margin-bottom: 0;
}

.recruit-people-box__img {
  width: 36%;
}
@media screen and (max-width: 767px) {
  .recruit-people-box__img {
    width: min(100%, 23rem);
    margin: 4rem auto 0;
  }
}

/*************************************************

recruit-process

*************************************************/
.recruit-process {
  position: relative;
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  .recruit-process {
    padding: 5rem 0;
  }
}
.recruit-process .parts-wide01 {
  width: min(112rem, 100% - 8rem);
}
.recruit-process > * {
  position: relative;
  z-index: 5;
}
.recruit-process .recruit-com-title__jp::before {
  background-color: #507AB9;
}

.recruit-process-bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12rem 0 0 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .recruit-process-bg {
    border-radius: 8rem 0 0 0;
  }
}
.recruit-process-bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.recruit-process-list__item-inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 9rem;
  padding: 1rem 3rem;
  background-color: #fff;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .recruit-process-list__item-inner {
    display: block;
    padding: 2rem 2.4rem;
  }
}

.recruit-process-list__label {
  width: 22rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  font-size: 2.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .recruit-process-list__label {
    width: auto;
    margin-bottom: 1.5rem;
    font-size: 2rem;
  }
}
.recruit-process-list__label .in-num {
  color: #234F90;
  font-weight: 700;
}
.recruit-process-list__label .in-num.is-green {
  color: #369240;
}
.recruit-process-list__label .in-text {
  font-weight: 500;
}

.recruit-process-list__texts {
  width: calc(100% - 22rem);
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .recruit-process-list__texts {
    width: auto;
    line-height: 1.6;
  }
}

.recruit-process-list__arw {
  margin: 2.4rem 0;
  line-height: 0;
  text-align: center;
}
.recruit-process-list__arw img {
  width: 5rem;
}

.recruit-process-cap {
  color: #fff;
  font-weight: 500;
  margin-top: 5rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .recruit-process-cap {
    margin-top: 4rem;
    font-size: 1.5rem;
  }
}

/*************************************************

recruit-faq

*************************************************/
.recruit-faq {
  padding: 10rem 0;
  background: url(../images/recruit/bg02.png) repeat center center/10rem auto;
}
@media screen and (max-width: 767px) {
  .recruit-faq {
    padding: 6rem 0;
  }
}

.recruit-faq-title {
  margin: 7rem 0 3rem;
  color: #fff;
  font-size: 2.6rem;
  line-height: 1.4;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .recruit-faq-title {
    margin: 5rem 0 1.5rem;
    font-size: 1.7rem;
  }
}

.recruit-faq-box {
  border-top: #fff solid 1px;
  border-bottom: #fff solid 1px;
}
.recruit-faq-box + .recruit-faq-box {
  border-top: none;
}

.recruit-faq-box__head-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3.5rem 7rem 3.5rem 0;
  font-size: 2.4rem;
  list-style: none;
  background-color: rgba(255, 255, 255, 0.2);
  line-height: 1.6;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .recruit-faq-box__head-inner {
    padding: 1.5rem 5rem 1.5rem 0;
    font-size: 1.6rem;
  }
}
.recruit-faq-box__head-inner::-webkit-details-marker {
  display: none;
}
.recruit-faq-box__head-inner .in-label {
  width: 7rem;
  color: #FFF116;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recruit-faq-box__head-inner .in-label {
    width: 5rem;
  }
}
.recruit-faq-box__head-inner .in-text {
  display: block;
  width: calc(100% - 7rem);
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .recruit-faq-box__head-inner .in-text {
    width: calc(100% - 5rem);
  }
}
.recruit-faq-box__head-inner::before, .recruit-faq-box__head-inner::after {
  position: absolute;
  top: 50%;
  right: 3rem;
  width: 2.4rem;
  height: 3px;
  display: block;
  content: "";
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .recruit-faq-box__head-inner::before, .recruit-faq-box__head-inner::after {
    width: 2rem;
    right: 1rem;
    height: 2px;
  }
}
.recruit-faq-box__head-inner::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
[open] .recruit-faq-box__head-inner::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.recruit-faq-box__body {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.3s ease-out;
  transition: grid-template-rows 0.3s ease-out;
  transition: grid-template-rows 0.3s ease-out, -ms-grid-rows 0.3s ease-out;
}
[open] + .recruit-faq-box__body {
  grid-template-rows: 1fr;
}

.recruit-faq-box__body-inner {
  overflow: hidden;
}

.recruit-faq-box__body-contents {
  position: relative;
  padding: 2.5rem 7rem;
  border-top: #fff solid 1px;
  background-color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 767px) {
  .recruit-faq-box__body-contents {
    padding: 2rem 3rem 2rem 5rem;
  }
}
.recruit-faq-box__body-contents .in-label {
  position: absolute;
  top: 1.4rem;
  left: 0;
  width: 7rem;
  color: #34A13F;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recruit-faq-box__body-contents .in-label {
    width: 5rem;
    font-size: 1.6rem;
  }
}
.recruit-faq-box__body-contents .in-text {
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .recruit-faq-box__body-contents .in-text {
    font-size: 1.4rem;
  }
}

/*************************************************

recruit-btn02

*************************************************/
.recruit-btn02 {
  padding: 6rem 2.6rem;
  background-color: #E7F0F4;
}

.recruit-btn02__anchor {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: min(100%, 112rem);
  min-height: 19rem;
  padding: 0 8rem 0 9.5rem;
  margin: 0 auto;
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .recruit-btn02__anchor:hover::after {
    opacity: 1;
  }
  .recruit-btn02__anchor:hover .recruit-btn02__arw .in-df {
    opacity: 0;
  }
  .recruit-btn02__anchor:hover .recruit-btn02__arw .in-ov {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .recruit-btn02__anchor {
    min-height: 13rem;
    padding: 0 2rem 0 3rem;
  }
}
.recruit-btn02__anchor > * {
  position: relative;
  z-index: 2;
}
.recruit-btn02__anchor::before, .recruit-btn02__anchor::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, from(#05124A), to(#1A2B74));
  background: linear-gradient(90deg, #05124A 0%, #1A2B74 100%);
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .recruit-btn02__anchor::before, .recruit-btn02__anchor::after {
    border-radius: 1.6rem;
  }
}
.recruit-btn02__anchor::after {
  background: -webkit-gradient(linear, left top, right top, from(#1A2B74), to(#05124A));
  background: linear-gradient(90deg, #1A2B74 0%, #05124A 100%);
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.recruit-btn02__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.recruit-btn02__text .in-jp {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .recruit-btn02__text .in-jp {
    font-size: 2.2rem;
  }
}
.recruit-btn02__text .in-en {
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .recruit-btn02__text .in-en {
    font-size: 1.4rem;
  }
}

.recruit-btn02__arw {
  position: relative;
  width: 6.4rem;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .recruit-btn02__arw {
    width: 4.6rem;
  }
}
.recruit-btn02__arw img {
  width: 100%;
}
.recruit-btn02__arw .in-df {
  position: relative;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  z-index: 1;
}
.recruit-btn02__arw .in-ov {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  z-index: 2;
}