/* CSS Document */

/*-------------------------
    全体
-------------------------*/
body {
  background-color: #f1f8f9;
}

/*-------------------------
    ヘッダー
-------------------------*/
.recruit__header header {
  background-color: #ffffff;
}
.recruit__header h1 {
  margin: 5px 0 5px;
}
@media screen and (min-width: 768px) {
  .header .txt_black {
    color: #fff;
  }
}
@media screen and (max-width: 1000px) {
  .header__nav .contact__btn {
    margin-top: 0;
  }
  .hamburger {
    width: 60px;
    height: 60px;
  }
  .hamburger span {
    left: 22px;
  }
  .hamburger span:nth-child(1) {
    top: 22px;
  }
  .hamburger span:nth-child(2) {
    top: 31px;
  }
  .hamburger span:nth-child(3) {
    top: 39px;
  }
}

/*-------------------------
    ページタイトル
-------------------------*/
.first__block {
  background-image: linear-gradient(0deg, #02676c, #01a3a5);
  overflow: hidden;
}
.recruit__kv {
  position: relative;
  padding: 165px 0 140px;
}

.recruit__kv .container {
  max-width: 1060px;
  width: 90%;
  margin: 0 auto;
}
.readtxt-box {
  margin: 0 0 65px;
  z-index: 2;
  position: relative;
}
.readtxt-box .txt-jp,
.readtxt-box .txt-en {
  display: inline-block;
}
.readtxt-box .txt-jp {
  margin-bottom: 30px;
}
.recruit__kv .recruit_btn {
  width: 313px;
  height: 63px;
  display: inline-block;
  position: relative;
  z-index: 3;
}
.recruit__kv .recruit_btn .btn {
  background-color: #d3ba07;
  font-size: 26px;
}
.recruit__kv .recruit_btn .btn::after {
  content: "";
  width: 13px;
  height: 22px;
  background-image: url("/assets/img/recruit-btn-arrow.png.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 13px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.recruit__kv .ttl-box {
  margin: 190px 0 0;
  position: relative;
  z-index: 2;
}
.recruit__kv .ttl-box h2 .txt-en {
  color: #ffffff;
  font-family: var(--font-futura);
  font-weight: 300;
  font-style: normal;
  display: block;
  font-size: 101px;
  line-height: 1.1;
  text-align: right;
}
.recruit__kv .ttl-box h2 .txt-jp {
  font-size: 25px;
  color: #ffffff;
  font-weight: 400;
  text-align: right;
  width: 100%;
  display: block;
}
@media screen and (max-width: 1300px) {
  .readtxt-box .txt-jp {
    width: 60%;
  }
  .readtxt-box .txt-en {
    width: 65%;
  }
  .recruit__kv::before {
    max-width: 60%;
  }
  .recruit__kv::after {
    max-width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .recruit__kv {
    padding: 100px 0 55px;
  }
  .recruit__kv::before {
    max-width: 80%;
    top: 150px;
    right: -75px;
  }
  .recruit__kv::after {
    max-width: 80%;
    bottom: -340px;
  }
  .recruit__kv .recruit_btn {
    width: 13em;
    height: 2.5em;
  }
  .recruit__kv .recruit_btn .btn {
    font-size: 20px;
  }
  .readtxt-box {
    margin-bottom: 30px;
  }

  .readtxt-box .txt-jp {
    margin-bottom: 10px;
    width: 90%;
  }
  .readtxt-box .txt-en {
    width: 70%;
  }
  .recruit__kv .ttl-box h2 .txt-en {
    font-size: 60px;
  }
  .recruit__kv .ttl-box h2 .txt-jp {
    font-size: 18px;
    width: 98%;
  }
}
/*-------------------------
    ポイントセクション
-------------------------*/
.point__section {
  position: relative;
  z-index: 1;
}
.point__section .container {
  max-width: 1060px;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 425px;
}
.point__section h3 {
  color: #ffffff;
  font-size: 50px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 50px;
}
.point__section .txt-eight {
  color: #c9c31f;
}
.point__section h3 .txt-en {
  display: block;
  font-size: 16px;
  font-family: var(--font-futura);
  font-weight: 400;
  margin-top: 10px;
  letter-spacing: 0.14em;
}
.point__section h3 > .txt-eight {
  font-family: var(--font-futura);
  font-size: 90px;
  font-style: italic;
}
.point__section p {
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 2;
}
.point-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.point-box .point-list {
  display: contents;
}
.point-box .point-list li {
  background-color: #ffffff;
  border-radius: 13px;
  width: 250px;
  height: 240px;
  padding-top: 80px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  max-width: 24%;
  transform: translateY(40px);
  opacity: 0;
  transition: none; /* GSAPが制御するのでCSSトランジション無効 */
}
.point-box .point-list li:nth-child(1) {
  order: 0;
}
.point-box .point-list li:nth-child(2) {
  order: 1;
}
.point-box .point-list li:nth-child(3) {
  order: 2;
}
.point-box .point-list li:nth-child(4) {
  order: 3;
  padding-top: calc(80px - 1em);
}
.point-box .point-list li:nth-child(4) dt {
  margin-bottom: 5px;
}
.point-box .point-list li:nth-child(5) {
  order: 5;
}
.point-box .point-list li:nth-child(6) {
  order: 6;
}
.point-box .point-list li:nth-child(7) {
  order: 7;
}
.point-box .point-list li:nth-child(8) {
  order: 8;
}
.point__section .point-box {
  margin-top: 120px;
}
.point__section .point-box p {
  order: 4;
  width: 100%;
  margin: 70px 0 110px;
}
.point-box .point-list dl {
}
.point-box .point-list dt {
  color: #057591;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  width: 100%;
  line-height: 1.4;
  margin-bottom: 20px;
}
.point-box .point-list .point-txt {
  background-color: #c9c31f;
  border-radius: 100vh;
  position: absolute;
  top: -55px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-family: var(--font-futura);
  color: #ffffff;
  font-weight: 300;
  font-size: 23px;
  width: 110px;
  height: 110px;
  padding: 14px;
}
.point-box .point-list .point-txt span {
  display: block;
  font-size: 55px;
  font-weight: 400;
  letter-spacing: 0;
  /* margin-top: 5px; */
}
.point-box .point-list dd {
  text-align: center;
  width: 100%;
  line-height: 1.7;
}
@media screen and (max-width: 900px) {
  .point-box .point-list li {
    max-width: 48%;
    width: 48%;
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .point__section .container {
    padding-bottom: 130px;
  }
  .point__section h3 {
    font-size: 40px;
    margin-bottom: 50px;
    line-height: 1.2;
  }
  .point__section h3 .txt-en {
    font-size: 16px;
    margin-top: 10px;
    line-height: 1.2;
  }
  .point__section h3 > .txt-eight {
    font-size: 72px;
  }
  .point__section p {
    font-size: 17px;
    text-align: left;
  }
  .point-box .point-list li {
    margin-bottom: 50px;
    padding-top: 45px;
    height: calc(100px + 4em);
  }
  .point-box .point-list li:nth-child(4) dt {
    margin-bottom: 5px;
  }
  .point-box .point-list li:nth-child(4) {
    padding-top: 45px;
  }
  .point-box .point-list li:nth-child(5) {
    order: 4;
  }
  .point-box .point-list li:nth-child(6) {
    order: 5;
  }
  .point-box .point-list li:nth-child(7) {
    order: 6;
  }
  .point-box .point-list li:nth-child(8) {
    order: 7;
  }
  .point__section .point-box {
    margin-top: 120px;
  }
  .point__section .point-box p {
    order: 8;
    width: 100%;
    margin: 35px 0 75px;
  }
  .point-box .point-list .point-txt {
    top: -37.5px;
    font-size: 17px;
    width: 75px;
    height: 75px;
    padding: 10px;
  }
  .point-box .point-list .point-txt span {
    font-size: 40px;
    margin-top: 0px;
  }
  .point-box .point-list dt {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.2;
  }
  .point-box .point-list dd {
    font-size: 13px;
    line-height: 1.4;
  }
}

/*-------------------------
    インタビューセクション
-------------------------*/
.second__block {
  position: relative;
}
.interview__section {
  padding-top: 290px;
  margin: 0 0 220px;
  position: relative;
  z-index: 1;
}
.interview__section .container {
  max-width: 1060px;
  width: 90%;
  margin: 0 auto;
}
.interview__section::before {
  content: "";
  width: 830px;
  height: 963px;
  background: #ebeaae;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  position: absolute;
  top: 290px;
  right: 0;
  z-index: -1;
  opacity: 0.7;
  max-width: 100%;
}
.second__block h3 {
  color: #02676c;
  font-size: 50px;
  text-align: center;
}
.second__block h3 .txt-en {
  display: block;
  font-family: var(--font-futura);
  font-size: 32px;
  letter-spacing: 0.1em;
  margin-top: 25px;
}
.interview__section p {
  max-width: 660px;
  margin: 40px auto 65px;
  line-height: 1.8;
  font-size: 20px;
}
.interview__section .movie-box {
  text-align: center;
  position: relative;
}
.interview__section .movie-box > iframe {
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
.interview__section .movie-box::before {
  content: "";
  width: 220px;
  height: 257px;
  background: #41c1c9;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  position: absolute;
  bottom: -70px;
  left: -70px;
  z-index: 0;
  opacity: 0.7;
}

@media screen and (max-width: 1000px) {
  .interview__section .movie-box > iframe {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .second__block h3 {
    font-size: 40px;
  }
  .second__block h3 .txt-en {
    font-size: 20px;
    margin-top: 15px;
  }
  .interview__section {
    padding-top: 250px;
  }
  .interview__section p {
    font-size: 17px;
    margin: 40px auto 50px;
  }
  .interview__section .movie-box > iframe {
    border-radius: 10px;
    height: 200px;
  }
  .interview__section .movie-box::before {
    width: 100px;
    height: 90px;
    transform: rotate(180deg);
    bottom: 10px;
    left: -5%;
  }
  .interview__section::before {
    top: 0;
  }
}

/*-------------------------
    採用情報セクション
-------------------------*/
.employment__section {
  padding-bottom: 310px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.employment__section::before {
  content: "";
  width: 1300px;
  height: 1707px;
  background: #bce6fb;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  position: absolute;
  top: 150px;
  left: 0;
  z-index: -1;
  opacity: 0.36;
  max-width: 100%;
}
.employment__section .container {
  max-width: 1150px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.employment__section h3 {
  margin-bottom: 100px;
}
.employment__section .flex-item {
  display: flex;
  justify-content: space-between;
}
.employment__section .employment-box {
  max-width: 540px;
  width: 48%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 10px;
}
.employment__section .employment-type {
  position: relative;
}
.employment__section .employment-type h4 {
  background-color: #ffffff;
  color: #057591;
  font-size: 38px;
  text-align: center;
  font-weight: 500;
  padding: 20px 80px 20px 140px;
  position: absolute;
  bottom: 50px;
  left: 0;
  margin-left: -80px;
  line-height: 1.2;
}
.employment__section .employment-box:last-child {
  margin-right: 0;
  margin-left: 10px;
}
.employment__section .employment-box:last-child .employment-type h4 {
  padding: 20px 110px 20px 50px;
  position: absolute;
  bottom: 50px;
  left: unset;
  right: 0;
  margin-left: 0;
  margin-right: -80px;
}
.employment__section .employment-type h4 .txt-en {
  font-family: var(--font-futura);
  font-size: 14px;
  display: block;
  letter-spacing: 0.15em;
  margin-top: 10px;
}
.employment__section .employment-box p {
  margin: 50px 25px;
  line-height: 1.8;
  font-size: 18px;
  letter-spacing: 0;
}
.employment__section .employment__btn {
  width: 410px;
  height: 70px;
  margin: 0 auto;
  max-width: 100%;
}
.triangle-position {
}
.triangle-position .triangle-02 {
  position: absolute;
  bottom: -200px;
  left: 30px;
}

@media screen and (max-width: 1124px) {
  .employment__section .employment-type h4 .sp {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .employment__section {
    padding-bottom: 25px;
  }
  .employment__section h3 {
    margin-bottom: 50px;
  }
  .employment__section .flex-item {
    flex-wrap: wrap;
  }
  .employment__section .employment-box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 135px;
  }
  .employment__section .employment-type {
    width: 100vw;
    margin: 0px calc(50% - 50vw) 0;
  }
  .employment__section .employment-type h4 {
    font-size: 35px;
    padding: 15px 0;
    position: absolute;
    bottom: -1em;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    margin-left: 0;
    width: 80%;
  }
  .employment__section .employment-box:last-child .employment-type h4 {
    padding: 15px 0;
    position: absolute;
    bottom: -1.5em;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    right: unset;
    margin-left: 0;
    margin-right: 0;
  }
  .employment__section .employment-box p {
    margin: 70px auto 45px;
    width: 90%;
    font-size: 17px;
  }

  .employment__section .employment-box:nth-child(2) p {
    margin: 90px auto 45px;
  }

  .employment__section .employment__btn {
    width: 90%;
    height: 3em;
    margin: 0 auto;
    max-width: 90%;
  }
  .employment__section .employment__btn span {
    font-size: 17px;
  }
  .employment__section .employment__btn .btn::after {
    content: "";
    width: 10px;
    height: 15px;
    right: 20px;
  }
  .triangle-position .triangle-01 {
    position: absolute;
    top: 55px;
    right: 15px;
    width: 18%;
    z-index: -1;
  }
  .triangle-position .triangle-02 {
    position: absolute;
    bottom: 20px;
    left: 60px;
    width: 18%;
    z-index: -1;
  }
  .employment__section::before {
    top: unset;
    bottom: 120px;
    left: 0;
    max-height: 60%;
    max-width: 100%;
  }
  .employment__section .employment-box:last-child {
    margin-left: 0px;
  }
}

/*-------------------------
    フッター
-------------------------*/
.footer {
  position: relative;
  z-index: 1;
}

/*-------------------------
    スライダー
-------------------------*/
.hslide-section {
  position: absolute;
  top: -250px;
  z-index: 2;
  width: 100%;
  overflow: hidden;
}

.slide-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: max-content;
}

.slide-container {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  width: max-content;
}
.slide-item {
  width: 303px;
  margin: 0 10px;
  overflow: hidden;
  background: #f8f8f8;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.slide-item img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

/* SP用のレスポンシブ対応 */
@media (max-width: 768px) {
  .hslide-section {
    top: -120px;
  }
  .slide-item {
    width: 200px;
    margin: 0 5px;
  }
}
