@charset "utf-8";
/* CSS Document */
.nav07 > p {
  color: #e6d104;
}
.nav07 {
  position: relative;
}
.nav07:after {
  content: "";
  width: 215px;
  height: 0px;
  border-top: solid 1px #e6d104;
  position: absolute;
  z-index: -1;
  transform: rotate(-30deg);
  top: 0;
  left: -50px;
  right: 0;
  bottom: 0;
  margin: auto;
}

.main {
  background-image: none;
  background-repeat: no-repeat;
  background-position: right;
}

.main_img07 {
  height: 80vh;
  background-image: url(../img/ser07img.jpg);
  position: relative;
  z-index: -1;
}
.main_img07::after {
  content: "";
  position: absolute;
  width: 55%;
  height: 55%;
  background-image: url(../img/pass_img.png);
  background-size: cover;
  bottom: 0;
  right: 0;
}

.recruit-inner {
  max-width: 100%;
  padding: 0px 100px 0px 100px;
}
.hide-pc {
  display: none;
}

.page-title {
  margin-top: -45px;
  margin-bottom: 80px;
}
.page-title h2 span {
  background-image: url(../img/yel2.png);
  padding: 5px 15px;
  font-size: 280%;
}
.page-title h6 span {
  background-image: url(../img/yel2.png);
  padding: 5px 15px;
  font-size: 90%;
}

.movie-box {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  margin-bottom: 120px;
  box-sizing: border-box;
  /* padding: 0 5%; */
  text-align: center;
}
.movie-box iframe {
  margin-top: 20px;
  width: 100%;
  aspect-ratio: 560 / 315;
}
.insta-box {
  margin-bottom: 200px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.insta-box02 {
  text-align: center;
}
.insta-box02 img {
  width: 100%;
}

/*==============
message section
================*/
.message {
  margin-top: 90px;
  margin-bottom: 120px;
}

.message-title {
  font-size: 280%;
  font-weight: bold;
  text-align: center;
  margin-bottom: 100px;
}
.message-title h3 {
  display: inline-block;
  line-height: 1.5;
  position: relative;
  background-color: #fff;
}
.message-title h3::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 0px;
  border-top: solid 1px #e6d104;
  z-index: -1;
  transform: rotate(-30deg);
  top: 0;
  left: -60px;
  right: 0;
  bottom: 0;
  margin: auto;
}

.message-content {
}

.message-content__title {
}

.message-content__title span {
  display: inline-block;
  font-size: 150%;
  font-weight: bold;
  margin-bottom: 3px;
  background-image: url(../img/yel2.png);
  padding: 5px 15px;
}

.message-content-box {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 80px;
}

.message-content__text {
  width: 50%;
  font-size: 110%;
}

.message-content__img {
  width: 50%;
  height: fit-content;
  transform: skewX(-10deg);
  overflow: hidden;
  box-shadow: 30px 30px #f4f4f4;
  display: flex;
  justify-content: center;
}
.message-content__img img {
  width: 115%;
  height: auto;
  transform: skewX(10deg);
}

/*==============
reason section
================*/
.recruit-gallery-img01 {
  width: 100%;
  height: 340px;
  background-image: url(../img/recruit-gallery-img01.jpg);
  background-size: cover;
}

.reason {
  margin-top: -90px;
  margin-bottom: 180px;
}

.reason-title {
  width: 100%;
  margin-bottom: 80px;
  padding: 30px 120px;
  background-color: #fff;
  text-align: center;
}

.reason-title h3 {
  font-size: 280%;
  font-weight: bold;
  color: #e5d106;
  line-height: 1;
  margin-bottom: 15px;
}
.reason-title h4 {
  font-size: 180%;
  font-weight: bold;
  line-height: 1.5;
}

.reason-content {
}

.reason-content__boxes {
  display: flex;
  flex-direction: column;
  gap: 120px;
}

.reason-content__box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 140px;
}
.direction-reverse {
  flex-direction: row-reverse;
}

.reason-content-discription {
  width: 50%;
}

.reason-content-discription__head {
  margin-bottom: 30px;
  position: relative;
}

.reason-content-discription__head p {
  color: #e5d106;
  line-height: 1;
}
.reason-content-discription__head span {
  color: #e5d106;
  font-size: 250%;
  margin-left: 10px;
}

.reason-content-discription__title {
  margin-bottom: 60px;
  position: relative;
}
.reason-content-discription__title::before,
.reason-content-discription__title::after {
  position: absolute;
  content: "";
  bottom: -30px;
  width: 100%;
}
.reason-content-discription__title::before {
  width: 85px;
  border-bottom: 3px solid #101010;
}
.reason-content-discription__title::after {
  width: 30px;
  border-bottom: 3px solid #e5d106;
}

.reason-content-discription__title h5 {
  line-height: 1.5em;
  font-size: 150%;
  font-weight: bold;
}

.reason-content-discription__text {
  font-size: 110%;
}

.reason-content__img {
  width: 50%;
  height: fit-content;
  transform: skewX(-10deg);
  overflow: hidden;
  box-shadow: 30px 30px #e5d106;
  display: flex;
  justify-content: center;
}
.shadow-reverse {
  box-shadow: -30px 30px #e5d106;
}
.reason-content__img img {
  width: 115%;
  height: auto;
  transform: skewX(10deg);
}

/* 以下　画像無限ループ表示 */
.recruit-gallery-img02 {
  width: 100%;
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.scroll-infinity__wrap {
  display: flex;
  gap: 8px;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  gap: 8px;
  list-style: none;
  padding: 0;
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 40s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: calc(100vw / 4);
  transform: skewX(-10deg);
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.scroll-infinity__item > img {
  width: 115%;

  height: auto;
  transform: skewX(10deg);
}

/*==============
interview section
================*/
.interview {
  margin-top: 150px;
  margin-bottom: 105px;
}

.recruit-inne {
}

.interview-title {
  margin-bottom: 100px;
}
.interview-title h3 {
  font-size: 280%;
  font-weight: bold;
}
.interview-title h4 {
  font-size: 150%;
  font-weight: bold;
}

.interview-content {
}

.interview-content__head {
  margin-bottom: 90px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.interview-content__head-info {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 50px;
}
.interview-content__head-title {
}
.interview-content__head-title h4 span {
  display: inline-block;
  font-size: 150%;
  font-weight: bold;
  margin-bottom: 3px;
  background-image: url(../img/yel2.png);
  padding: 5px 15px;
}

.interview-content__head-textbox {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.interview-content__head-text01 {
  font-size: 110%;
  font-weight: bold;
}

.interview-content__head-text02 {
}
.interview-content__head-text02 p {
  display: inline-block;
  padding: 4px 20px;
  background-color: #f4f4f4;
  /* line-height: 0; */
}

.interview-content__head-text03 {
  font-size: 110%;
  font-weight: bold;
}
.interview-content__head-text03 p {
}
.interview-content__head-text03 span {
  font-size: 160%;
}

/* .interview-content__head-img {
  width: 115%;
  height: fit-content;
  overflow: hidden;
  margin-right: calc(50% - 50vw);
  transform: skewX(-10deg);
  display: flex;
  justify-content: center;
}
.interview-content__head-img img {
  width: 115%;
  transform: skewX(10deg);
} */
.interview-content__head-img {
  width: 40%;
  height: fit-content;
  transform: skewX(-10deg);
  overflow: hidden;
  box-shadow: 30px 30px #f4f4f4;
  display: flex;
  justify-content: center;
}
.interview-content__head-img img {
  width: 115%;
  height: auto;
  transform: skewX(10deg);
}

.interview-content__qa {
}

.interview-content__qa-boxes {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  margin-bottom: 80px;
  /*テスト*/
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.interview-content__qa-img-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 80px;
}
/* .interview-content__img-box {
  width: 100%;
  height: fit-content;
  overflow: hidden;
  margin-left: calc(50% - 50vw);
  transform: skewX(10deg);
  display: flex;
  justify-content: center;
}
.interview-content__img-box img {
  width: 115%;
  transform: skewX(-10deg);
} */

.interview-content__img-box {
  width: 50%;
  height: fit-content;
  transform: skewX(-10deg);
  overflow: hidden;
  box-shadow: -30px 30px #f4f4f4;
  display: flex;
  justify-content: center;
}
.interview-content__img-box img {
  width: 115%;
  height: auto;
  transform: skewX(10deg);
}

.img-box-left {
}
.qa-box-right {
  width: 50%;
}
.img-box-bottom {
  display: none;
}

.interview-content__qa-box {
  /* margin-bottom: 80px; */
}

.interview-content__qa-question {
  margin-bottom: 70px;
  position: relative;
}
.interview-content__qa-question::before,
.interview-content__qa-question::after {
  position: absolute;
  content: "";
  bottom: -30px;
  width: 100%;
}
.interview-content__qa-question::before {
  width: 85px;
  border-bottom: 3px solid #101010;
}
.interview-content__qa-question::after {
  width: 30px;
  border-bottom: 3px solid #e5d106;
}
.interview-content__qa-question p {
  line-height: 1.5em;
  font-size: 160%;
  font-weight: bold;
}
.interview-content__qa-answer {
  font-size: 110%;
}

.interview-content__message {
  width: 100vw;
  /* height: 400px; */
  padding: 100px 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);

  background-image: url(../img/recruit-interview-img03.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;

  display: flex;
  flex-direction: column;
  justify-content: center;
}
.interview-content__message::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(244, 244, 244, 0.3);
  z-index: -1;
}

.interview-content__message-box {
  /* margin-left: 200px; */
  margin-left: 18%;
  max-width: 560px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/*==============
jobdescription section
================*/
.jobdescription {
  margin-bottom: 100px;
}
.jobdescription-title {
  font-size: 280%;
  font-weight: bold;
  text-align: center;
  margin-bottom: 80px;
}
.jobdescription-title h3 {
  display: inline-block;
  line-height: 1.5;
  position: relative;
  background-color: #fff;
}
.jobdescription-title h3::after {
  content: "";
  position: absolute;
  width: 230px;
  height: 0px;
  border-top: solid 1px #e6d104;
  z-index: -1;
  transform: rotate(-30deg);
  top: 0;
  left: -40px;
  right: 0;
  bottom: 0;
  margin: auto;
}

.jobdescription-content {
  background-color: #eee;
  border-radius: 5px;
  padding: 60px 30px 30px 30px;
  position: relative;
}
.jobdescription-content::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 3px;
  background-color: #e6d104;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 1;
}

.jobdescription-content__boxes {
}

.s_01 .accordion_one {
  max-width: 1024px;
  /* margin: 0 auto; */
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.s_01 .accordion_one .accordion_header {
  background-color: #1e1e1e;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #fff;
  font-size: 130%;
  font-weight: bold;
  padding: 20px 3%;
  /* text-align: center; */
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
}
.s_01 .accordion_one:nth-of-type(2) .accordion_header {
  background-color: #ff9a05;
}
.s_01 .accordion_one:nth-of-type(3) .accordion_header {
  background-color: #1c85d8;
}
.s_01 .accordion_one .accordion_header:hover {
  opacity: 0.8;
}
.s_01 .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  margin-top: -20px;
  box-sizing: border-box;
  /* -webkit-transform: rotate(45deg);
  transform: rotate(45deg); */
  transform-origin: center center;
  transition-duration: 0.2s;
}
.s_01 .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  /* -webkit-transform: rotate(45deg);
  transform: rotate(45deg); */
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.s_01 .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.s_01 .accordion_one .accordion_header .i_box .one_i:before,
.s_01 .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: "";
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.s_01 .accordion_one .accordion_header .i_box .one_i:before {
  /* width: 4px;
  height: 18px;
  top: 0;
  left: 7px; */
  /* display: none; */
}
.s_01 .accordion_one .accordion_header.open .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}

.s_01 .accordion_one .accordion_header.open .i_box .one_i:before {
  /* content: none; */
}

.s_01 .accordion_one .accordion_inner {
  /* display: none; */
  background-color: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 20px 20px;
  border-left: 2px solid #1e1e1e;
  border-right: 2px solid #1e1e1e;
  border-bottom: 2px solid #1e1e1e;
  box-sizing: border-box;
}

.s_01 .accordion_one:nth-of-type(2) .accordion_inner {
  border-left: 2px solid #ff9a05;
  border-right: 2px solid #ff9a05;
  border-bottom: 2px solid #ff9a05;
}
.s_01 .accordion_one:nth-of-type(3) .accordion_inner {
  border-left: 2px solid #1c85d8;
  border-right: 2px solid #1c85d8;
  border-bottom: 2px solid #1c85d8;
}
.s_01 .accordion_one .accordion_inner .box_one {
  /* height: 300px; */
}
.s_01 .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}
/* @media screen and (max-width: 1024px) {
  .s_01 .accordion_one .accordion_header {
    font-size: 18px;
  }
  .s_01 .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
} */
@media screen and (max-width: 700px) {
  .s_01 .accordion_one .accordion_header {
    font-size: 16px;
    text-align: left;
    padding: 15px 60px 15px 15px;
  }
}

.jobdescription-table {
  table-layout: fixed;
  width: 100%;
}

.jobdescription-table,
.jobdescription-table th,
.jobdescription-table td {
  border: 1px solid #aaa;
  border-collapse: collapse;
  line-height: 1.7;
  font-size: 110%;
}
.jobdescription-table span {
  color: red;
}

.jobdescription-table th {
  width: 20%;
}

.jobdescription-table th,
.jobdescription-table td {
  padding: 10px;
}

/*==============
entry
================*/
.entry {
  margin: 0 120px;
  background-color: #e5d106;
  position: relative;
  padding: 80px 0;
  text-align: center;
  z-index: 1;
}
.entry::after {
  content: "";
  position: absolute;
  width: 60%;
  height: 60%;
  background-image: url(../img/pass_img2.png);
  background-size: cover;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.entry-title {
  /* text-align: center; */
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  top: -38px;
}
.entry-title h6 {
  font-size: 250%;
}

.entry-text01 {
  margin-bottom: 20px;
  font-size: 110%;
}

.entry-text02 {
  margin-bottom: 20px;
  font-size: 170%;
}

.entry-text03 {
  display: inline-block;
  padding: 10px 70px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  font-size: 170%;
  margin-bottom: 60px;
  text-decoration: none;
}

.entry-text03 span {
  font-size: 70%;
}

.instagram-link {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 30%;
  max-width: 210px;
}
.instagram-link img {
  width: 100%;
  height: auto;
}

.recruit-foot_img {
  margin-top: -120px;
  z-index: -1;
  width: 100%;
  height: 400px;
  height: 50vh;
  background-image: url(../img/recruit-footimg.jpg);
  background-position: center;
  background-color: #fff;
  background-size: cover;
  position: relative;
  z-index: -3;
}
.recruit-foot_img ::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 700px) {
  .main_img07 {
    height: 75vh;
    background-image: url(../img/ser07img_sp.jpg);
  }
  .main_img07::after {
    width: 45%;
    height: 45%;
  }

  .recruit-inner {
    padding: 0px 5% 0px 5%;
  }
  .hide-pc {
    display: block;
  }
  .movie-box {
    margin-bottom: 80px;
  }
  .movie-box iframe {
    padding: 0 5%;
  }
  .insta-box02 img {
    padding: 0 5%;
  }
  .message {
    margin-bottom: 160px;
  }
  .message-content-box {
    flex-direction: column;
    margin-top: 40px;
    gap: 80px;
  }
  .message-content__text {
    width: 90%;
  }
  .message-content__img {
    width: 90%;
  }

  .recruit-gallery-img01 {
    background-image: url(../img/recruit-gallery-img01_sp.jpg);
  }

  .reason-title {
    padding: 30px 30px;
  }
  .reason-content__boxes {
    gap: 140px;
  }
  .reason-content__box {
    flex-direction: column;
    gap: 60px;
  }
  .reason-content-discription {
    width: 100%;
  }
  .reason-content__img {
    width: 85%;
  }
  .interview-content__qa-img-box {
    flex-direction: column;
    gap: 120px;
  }
  .qa-box-right {
    width: 100%;
  }
  .interview-title {
    margin-bottom: 60px;
  }
  .interview-content__head {
    flex-direction: column;
    margin-bottom: 120px;
    gap: 60px;
  }
  .interview-content__head-info {
    width: 100%;
  }
  .interview-content__head-img {
    width: 85%;
  }
  .interview-content__qa-boxes {
    gap: 100px;
  }
  .interview-content__img-box {
    width: 85%;
  }
  .interview-content__message {
    height: auto;
    padding: 30px 0;
    background-image: none;
    background-color: #f4f4f4;
  }
  .interview-content__message-box {
    margin: 0;
    max-width: 100%;
    padding: 80px 5%;
  }
  .img-box-bottom {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    width: 80%;
    height: fit-content;
    transform: skewX(-10deg);
    overflow: hidden;
    box-shadow: 30px 30px #e5d106;
    display: flex;
    justify-content: center;
  }
  .img-box-bottom img {
    width: 120%;
    height: auto;
    transform: skewX(10deg);
  }

  .scroll-infinity__item {
    width: calc(100vw / 2);
  }
  .jobdescription-content {
    padding: 60px 10px 30px 10px;
  }
  .s_01 .accordion_one .accordion_inner {
    padding: 20px 10px;
  }
  .jobdescription-table,
  .jobdescription-table th,
  .jobdescription-table td {
    border: none;
    display: block;
  }

  .jobdescription-table th {
    width: 100%;
    text-align: left;

    background-color: #eee;
  }
  .jobdescription-table td {
    margin-bottom: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .entry {
    margin: 0 5%;
  }
  .entry-text01 {
    font-size: 100%;
  }
  .entry-text03 {
    padding: 0;
    font-size: 150%;
  }
  .instagram-link {
    width: 60%;
  }
}
