@charset "UTF-8";

/* =============================================

  swiper common

============================================= */
div[class$="_navigation"] svg {
  stroke: #000;
  display: block;
  width: 100%;
  height: 100%;
}
div[class$="_navigation"] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {


  div[class$="_navigation"] > div {
    width: 34%;
    height: auto;
    cursor: pointer;
    aspect-ratio: 1 / .244;
  }

}



@media screen and (min-width: 768px) { /* pc */

  /* div[class$="_navigation"] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  } */
  div[class$="_navigation"] > div {
    max-width: 200px;
    height: 48px;
    cursor: pointer;
  }
  div[class$="_navigation"] > div svg {
    transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
  }
  div[class$="_navigation"] > div[class$="-next"]:hover svg {
    transform: translateX(-.5em);
    -webkit-transform: translateX(-.5em);
    -ms-transform: translateX(-.5em);
  }
  div[class$="_navigation"] > div[class$="-prev"]:hover svg {
    transform: translateX(.5em);
    -webkit-transform: translateX(.5em);
    -ms-transform: translateX(.5em);
  }

}



/* =============================================

  mv

============================================= */
.mv {}
.mv .mv__wrap {
  position: relative;
}
.mv .mv__head {
  z-index: 4;
}
.mv .mv_swiper img {
  width: 100%;
  height: auto;
}
.mv__copy__wrap {
  position: relative;
  z-index: 4;
}
.mv__copy__wrap .mv__copy__fx {
  margin-right: auto;
  margin-left: auto;
}
.mv__copy__wrap .mv__copy__image {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.mv__copy > .mv__copy__inner {
  position: relative;
  color: #fff;
}
.mv__copy__inner h3 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
}
.mv__copy__wrap .mv__copy__bg {
  background: url(../images/recruit/copy_bg.png) 0 0 / 76px auto repeat;
  overflow: hidden;
  position: relative;
}
.mv__copy__bg:before {
  content: "";
  background: #abcd03;
  background: -moz-linear-gradient(-45deg,  #abcd03 0%, #fabe00 100%);
  background: -webkit-linear-gradient(-45deg,  #abcd03 0%,#fabe00 100%);
  background: linear-gradient(135deg,  #abcd03 0%,#fabe00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#abcd03', endColorstr='#fabe00',GradientType=1 );
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}
.mv__copy__bg:after {
  content: "";
  background: url(../images/recruit/copy_wave.svg) 0 0 / cover no-repeat;
  position: absolute;
  bottom: -1px;
  left: -1px;
  width: calc(100% + 1px);
  height: 91px;
}

@media screen and (max-width: 767px) {

  .mv {
    padding: 0 0 12%;
  }
  .mv .mv__head {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .mv .mv__head picture {
    margin-top: -9%;
  }
  .mv__copy__fx {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .mv__copy__fx .mv__copy__image {
    border-radius: 16px;
    aspect-ratio: 1 / 1;
    width: 93.3%;
    margin: -50px auto 40px 0;
  }
  .mv__copy {
    border-radius: 24px 0 0 24px;
    width: 92%;
    margin: 0 0 0 auto;
    transform: translateY(-44px);
    background: url(../images/recruit/copy_bg.png) 0 0 / 76px auto repeat;
    overflow: hidden;
    position: relative;
    /* padding-bottom: 60px; */
  }
  .mv__copy:before {
    content: "";
    background: #abcd03;
    background: -moz-linear-gradient(-45deg,  #abcd03 0%, #fabe00 100%);
    background: -webkit-linear-gradient(-45deg,  #abcd03 0%,#fabe00 100%);
    background: linear-gradient(135deg,  #abcd03 0%,#fabe00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#abcd03', endColorstr='#fabe00',GradientType=1 );
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
  }
  .mv__copy__inner {
    margin: 16% auto 14%;
    width: 82.7%;
  }
  .mv__copy__inner h3 {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 9%;
  }
  .mv__copy__inner p {
    line-height: 2;
    margin-bottom: 10%;
  }
  .mv__copy__inner strong {
    font-size: 18px;
    line-height: 1.66;
  }
  .mv__copy__bg {
    display: none;
  }

}

@media screen and (min-width: 756px) and (max-width: 894px) { /* pc */

  .mv__copy__inner h3 {
    font-size: 28px !important;
  }

}

@media screen and (min-width: 768px) { /* pc */

  .mv .mv__head {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1000px;
    width: 71.43%;
  }
  .mv__copy__wrap {
    /* height: 857px; */
    height: 903px;
  }
  .mv__copy__wrap .mv__copy__fx {
    max-width: 1240px;
    width: 88.58%;
    padding: 30px 0 150px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    position: relative;
    z-index: 1;
  }
  .mv__copy__fx .mv__copy__image {
    border-radius: 16px;
    aspect-ratio: 1 / 1;
    max-width: 628px;
    width: 50.65%;
  }
  .mv__copy__fx .mv__copy {
    margin-left: 9.4%;
  }
  .mv__copy__inner h3 {
    font-size: 32px;
    line-height: 1.5;
    letter-spacing: .05em;
    margin-top: -1.4%;
    margin-bottom: 7%;
  }
  .mv__copy__inner p {
    line-height: 2;
    margin-bottom: 7.7%;
  }
  .mv__copy__inner strong {
    font-size: 18px;
  }
  .mv__copy__wrap .mv__copy__bg {
    border-radius: 24px 0 0 0;
    width: 56.79%;
    /* height: 930px; */
    height: 980px;
    position: absolute;
    top: -73px;
    left: 43.21%;
    letter-spacing: .05em;
  }

}

@media screen and (min-width: 2300px) { /* pc */

  .mv__copy__bg:after {
    height: 132px;
  }

}



/* =============================================

  message

============================================= */
.message {
  margin-bottom: 80px; /* 適宜調整（60〜100pxが目安） */
}
.message__wrap {}
.message__wrap .message__mv {
  margin-right: auto;
  margin-left: auto;
}
.message__wrap .message__mv img {
  width: 100%;
  height: auto;
}
.message__wrap .message__bg {
  width: 100%;
  height: auto;
/* background: #F6F5F1;
  background: -moz-linear-gradient(top,  rgba(246,245,241,1) 0%, rgba(246,245,241,0) 100%);
  background: -webkit-linear-gradient(top,  rgba(246,245,241,1) 0%,rgba(246,245,241,0) 100%);
  background: linear-gradient(to bottom,  rgba(246,245,241,1) 0%,rgba(246,245,241,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f5f1', endColorstr='#00f6f5f1',GradientType=0 );
*/
  position: relative;
  background: -moz-linear-gradient(top,  rgba(246,245,241,1) 0%, rgba(246,245,241,1) 80%, rgba(246,245,241,0) 100%);
  background: -webkit-linear-gradient(top,  rgba(246,245,241,1) 0%,rgba(246,245,241,1) 80%,rgba(246,245,241,0) 100%);
  background: linear-gradient(to bottom,  rgba(246,245,241,1) 0%,rgba(246,245,241,1) 80%,rgba(246,245,241,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f5f1', endColorstr='#00f6f5f1',GradientType=0 );
}
.message__bg:before {
  content: "";
  background: url(../images/recruit/message_wave.svg) 0 0 / cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  /* width: calc(100% + 1px); */
  width: 100%;
  height: 211px;
}
.message__wrap .message__cap {
  overflow: hidden;
  position: relative;
}
.message__cap:not(.mc_open):after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4em;
  background: -moz-linear-gradient(top,  rgba(246,245,241,0) 0%, rgba(246,245,241,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(246,245,241,0) 0%,rgba(246,245,241,1) 100%);
  background: linear-gradient(to bottom,  rgba(246,245,241,0) 0%,rgba(246,245,241,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f6f5f1', endColorstr='#f6f5f1',GradientType=0 );
}
.message__bg .more {
  text-align: center;
}
.message__bg .more button {
  border-radius: 50vh;
  border: 1px solid #DEDEDE;
  background: #fff;
  position: relative;
}
.message__bg .more button:before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #abcd03;
  border-right: solid 2px #abcd03;
  position: absolute;
  top: 50%;
  right: 13%;
  transform: translateY(-70%) rotate(135deg);
  transition: transform .5s;
}
.message__bg .more button.mc_open:before {
  transform: translateY(-40%) rotate(315deg);
}

@media screen and (max-width: 767px) {

  .message__wrap {
    margin-top: 0;
  }
  .message__wrap .message__mv {
    width: 100%;
    position: relative;
    z-index: 1;
  }

  .message__wrap .message__bg {
    margin-top: -140px;
    padding-top: 140px;
  }
  .message__bg:before {
    background-position: 90% 0;
    background-size: 198% auto;
  }
  .message__bg .inner__wrap {
    padding-bottom: 12%;
  }

  .message__wrap .message__cap {
    transition: all .5s;
  }
  .message__cap.message__cap__open {
    height: auto;
    /* transition: all .5s; */
  }
  .message__cap div {
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 4em;
  }
  .message__cap p {
    line-height: 1.8;
    letter-spacing: .03em;
  }

  .message__bg .more button {
    width: 160px;
    height: 40px;
  }

}

@media screen and (min-width: 768px) { /* pc */

  .message__wrap {
    margin-top: 0;
  }
  .message__wrap .message__mv {
    max-width: 1400px;
    position: relative;
    z-index: 1;
  }

  .message__wrap .message__bg {
    margin-top: -280px;
    padding-top: 280px;
  }
  .message__bg .inner__wrap {
    padding-bottom: 85px;
  }

  .message__wrap .message__cap {
    transition: all .5s;
  }
  .message__cap.message__cap__open {
    height: auto;
    /* transition: all .5s; */
  }
  .message__cap div {
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 4em;
  }
  .message__cap p {
    line-height: 1.8;
    letter-spacing: .03em;
  }

  .message__bg .more button {
    width: 160px;
    height: 40px;
  }

}

@media screen and (min-width: 1360px) { /* pc */

    .message__wrap {
      margin-top: 1.43%;
    }

}



/* =============================================
  message > history__wrap
============================================= */
.history__wrap {}
.history__wrap .history__fx {
  overflow: hidden;
  justify-content: center !important;
  gap: 4%; /* 任意、左右の画像との距離 */
}
.history__fx .history__image {}
.history__fx .history__cap {
  background: url(../images/recruit/history_bg_pc.jpg) 50% 50% / cover no-repeat;
}
.history__cap h3 span {
  display: block;
}
.history__cap h3 strong {
  display: block;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.history__cap .more {
  text-align: center;
}
.history__cap .more button {
  border-radius: 50vh;
  border: 1px solid #DEDEDE;
  background: #fff;
  position: relative;
}
.history__cap .more button:before {
  content: "+";
  color: #abcd03;
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 13%;
  transform: translateY(-54%);
}
.history_modaal_wrapper .modaal-container {
  background: none !important;
  box-shadow: none;
}
.history_modaal_wrapper .modaal-content-container > div {
  background: #F6F5F1;
}
.history_modaal_wrapper .modaal-content-container {
  padding: 0;
}
.history_modaal_wrapper .modal__head {
  text-align: center;
}
.history_modaal_wrapper .modal__head strong {
  display: block;
}
.history_modaal_wrapper .modal__head span img {
  margin-right: auto;
  margin-left: auto;
}

.history_modaal_wrapper dl {
  margin-right: auto;
  margin-left: auto;
}

.history_modaal_wrapper dl dt {
  color: #ABCD03;
  font-weight: bold;
  padding: 20px 20px;
}
.history_modaal_wrapper dl dd p {
  font-weight: bold;
  padding: 0px 20px;
}
.history_modaal_wrapper dl dd p span {
  font-weight: normal;
  display: block;
}

@media screen and (max-width: 767px) {

  .history__wrap {
    padding-bottom: 150px;
  }
  .history__wrap .history__fx {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center !important;
    -webkit-align-items: stretch;
    align-items: stretch;
    width: 92%;
    border-radius: 8px;
  }
  .history__fx .history__image {
    width: 50%;
  }
  .history__fx .history__image__lf {
	 -webkit-order: 1;
    order: 1;
  }
  .history__fx .history__image__rg {
    -webkit-order: 3;
    order: 3;
  }
  .history__fx .history__cap {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    -webkit-order: 2;
    order: 2;
  }
  .history__cap h3 {
    margin-top: 10%;
    max-width: 200px;
  }
  .history__cap h3 strong {
    font-size: 18px;
    margin: 6% 0 9%;
  }
  .history__cap h3 span {
    width: 100%;

  }
  .history__cap .more {
    margin-bottom: 9%;
  }
  .history__cap .more button {
    width: 240px;
    height: 48px;
  }
  .history__cap .more button:before {
    font-size: 1.4em;
  }

  /* history_modaal */
  .history_modaal_wrapper .modaal-content-container {
    padding: 30px 0 0;
  }
  .history_modaal_wrapper .modaal-container {
    width: 100%;
  }
  .history_modaal_wrapper .modaal-content-container > div {
    margin-top: 60px;
    padding-bottom: 2em;
  }
  .history_modaal_wrapper .modal__head {
    transform: translateY(-14px);
  }
  .history_modaal_wrapper .modal__head img {
    max-width: 200px;
  }
  .history_modaal_wrapper .modal__head strong {
    font-size: 14px;
    margin: 5.4% auto 8%
  }
  .history_modaal_wrapper .modaal-container dl {
    width: 87%;
    position: relative;
    padding-left: 1em;
  }
  .history_modaal_wrapper .modaal-container dl * {
    font-size: 13px;
    line-height: 1.5;
  }
  .history_modaal_wrapper .modaal-container dl:after {
    content: "";
    position: absolute;
    top: .5em;
    left: 0;
    width: 2px;
    height: calc(100% - 4em);
    background: #ABCD03;
  }
  .history_modaal_wrapper .modaal-container dl dt {
    position: relative;
  }
  .history_modaal_wrapper .modaal-container dl dd {
    letter-spacing: .05em;
  }
  .history_modaal_wrapper .modaal-container dl dd:not(:last-child) {
    margin-bottom: 20px;
  }
  .history_modaal_wrapper dl dd p {
    position: relative;
  }
  .history_modaal_wrapper dl dt:after,
  .history_modaal_wrapper dl dd p + p:after {
    content: "";
    box-sizing: border-box;
    border: 2px solid #ABCD03;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 0.3em;
    left: -1.55em;
    z-index: 1;
  }
  .history_modaal_wrapper dl dd p {
    position: relative;
  }
  .history_modaal_wrapper dl dd p + p {
    margin-top: 22px;
  }
  .history_modaal_wrapper dl dd p span {
    margin-top: 0.4em;
  }
  .history_modaal_wrapper .modaal-content-container > div {
    border-radius: 16px;
  }



}

@media screen and (min-width: 768px) { /* pc */

  .history__wrap {
    background-color: #f9f9f6; /* 薄いグレーで区切り感を出す */
    padding: 60px 0;
    overflow: hidden; /* 背景外にはみ出さないようにする */
  }
  .history__wrap .history__fx {
    border-radius: 16px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: center !important;
    -webkit-align-items: stretch;
    align-items: stretch;
    margin: 0 auto;
    gap: 4%;
    max-width: 1080px;
    padding: 0 20px; /* 左右に余白を追加してアイコンのはみ出し防止 */
    box-sizing: border-box;
  }
  .history__fx .history__image {
    width: 30%;
  }
  .history__fx .history__cap {
    width: 35%;
    padding: 0 1%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
  }
  .history__cap h3 {
    margin-top: 1%;
  }
  .history__cap h3 strong {
    font-size: 24px;
    color: #abcd03;
    margin: 20px 0 10px;
    font-weight: 700;
  }
  .history__cap h3 span {
    max-width: 220px;
    width: 90%;
  }
  .history__cap .more {
    margin-bottom: 1%;
  }
  .history__cap .more button {
    width: 164px;
    height: 40px;
  }
  .history__cap .more button:before {
    font-size: 1.4em;
  }

  /* history_modaal */
  .history_modaal_wrapper .modaal-content-container {
    padding: 100px 0 0;
  }
  .history_modaal_wrapper .modaal-container {
    max-width: 1100px;
  }
  .history_modaal_wrapper .modaal-content-container > div {
    margin-top: 60px;
    padding-bottom: 106px;
  }
  .history_modaal_wrapper .modal__head {
    transform: translateY(-41px);
  }
  .history_modaal_wrapper .modal__head strong {
    font-size: 18px;
  }
  .history_modaal_wrapper .modaal-container dl {
    max-width: 880px;
    margin-top: 40px;
    background: #ffffff;
    border-radius: 12px;
    padding: 40px 60px;
    box-sizing: border-box;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    width: 96%;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  .history_modaal_wrapper .modaal-container dl * {
    font-size: 16px;
    line-height: 1.5;
  }
  .history_modaal_wrapper .modaal-container dl:after {
    content: "";
    position: absolute;
    top: .5em;
    left: 20px;
    width: 2px;
    height: calc(100% - 1em);
    background: #ABCD03;
  }
  .history_modaal_wrapper .modaal-container dl dt {
    width: 22.05%;
    max-width: 194px;
    margin-bottom: 6px;
    padding-left: 20px;
  }
  .history_modaal_wrapper .modaal-container dl dd {
    width: calc(100% - 22.05%);
      padding-left: 46px;
    letter-spacing: .05em;
  }
  .history_modaal_wrapper .modaal-container dl dd:not(:last-child) {
    margin-bottom: 40px;
  }
  .history_modaal_wrapper dl dd p {
    position: relative;
  }
  .history_modaal_wrapper dl dd p:after {
    content: "";
    box-sizing: border-box;
    border: 2px solid #ABCD03;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 0.3em;
    left: -24px;
    z-index: 1;
  }
  .history_modaal_wrapper dl dd p {
    position: relative;
  }
  .history_modaal_wrapper dl dd p + p {
    margin-top: 42px;
  }
  .history_modaal_wrapper dl dd p span {
    margin-top: 0.4em;
  }
  .history_modaal_wrapper .modaal-inner-wrapper {
    padding-top: 140px;
    padding-bottom: 240px;
  }
  .history_modaal_wrapper .modaal-content-container > div {
    border-radius: 16px;
  }

}
