@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;700&display=swap");
img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .pc-none {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
}

.js-fadeup {
  transform: translateY(16px);
  opacity: 0;
  transition: opacity 1.5s, transform 1.5s;
}
.js-fadeup.is-visible {
  transform: translateY(0);
  opacity: 1;
}

.js-fadeup-row-child {
  transform: translateY(16px);
  opacity: 0;
  transition: opacity 1.5s, transform 1.5s;
}
.js-fadeup-row.is-visible .js-fadeup-row-child {
  transform: translateY(0);
  opacity: 1;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 767px) {
  body {
    padding-bottom: 116px;
  }
}

main {
  overflow: hidden;
}

.page-top {
  position: fixed;
  z-index: 99;
}
.page-top.is-absolute {
  position: absolute;
}

.recruit-wrap {
  overflow: hidden;
  text-align: left;
  text-align: left;
}

.cmn-inner01 {
  max-width: 900px;
  margin-inline: auto;
  padding: 0 4%;
  box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .cmn-inner01 {
    padding: 0 20px;
  }
}

.cmn-ttl01__sub, .cmn-ttl01__main {
  padding-left: 56px;
}
.cmn-ttl01__sub {
  position: relative;
  width: fit-content;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.1875;
}
@media screen and (max-width: 767px) {
  .cmn-ttl01__sub {
    font-size: 28px;
  }
}
.vision .cmn-ttl01__sub {
  padding-right: 1.6em;
  background: url("images/recruit/icon_links01.svg") no-repeat right center/1.25em auto;
}
.interview .cmn-ttl01__sub {
  padding-right: 1.6em;
  background: url("images/recruit/icon_links02.svg") no-repeat right center/1.25em auto;
}
.requirements .cmn-ttl01__sub {
  padding-right: 1.6em;
  background: url("images/recruit/icon_links03.svg") no-repeat right center/1.25em auto;
}
.intern .cmn-ttl01__sub {
  padding-right: 1.6em;
  background: url("images/recruit/icon_links04.svg") no-repeat right center/1.25em auto;
}
.cmn-ttl01__sub::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #6fbea2;
  content: "";
  translate: 0 -50%;
}
.cmn-ttl01__main {
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.42857;
}
@media screen and (max-width: 767px) {
  .cmn-ttl01__main {
    font-size: 12px;
    white-space: nowrap;
  }
}

.cmn-ttl02 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .cmn-ttl02 {
    font-size: 22px;
  }
}

.cmn-ttl03 {
  border-top: #6fbea2 2px solid;
  border-bottom: #6fbea2 2px solid;
  color: #6fbea2;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cmn-ttl03 {
    font-size: 18px;
  }
}
.cmn-ttl03 .accent {
  margin: 0 0.1em;
  color: #6fbea2;
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
  vertical-align: sub;
}
@media screen and (max-width: 767px) {
  .cmn-ttl03 .accent {
    font-size: 32px;
  }
}

.cmn-ttl04 {
  width: fit-content;
  border-bottom: #6fbea2 2px solid;
  color: #6fbea2;
  font-size: 28px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .cmn-ttl04 {
    font-size: 20px;
  }
}
.cmn-ttl04 .accent {
  display: inline-block;
  margin: 0 4px;
  color: #6fbea2;
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 60px;
}
@media screen and (max-width: 767px) {
  .cmn-ttl04 .accent {
    font-size: 50px;
  }
}

/*--------------------
.helo
--------------------*/
.helo {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .helo {
    width: 100vw;
    height: 100vh;
  }
}

/* --- 全体のBOX定義 ---------------------------------------- */
.helo--box {
  position: relative;
  max-width: 100%;
  height: 100%;
  margin: auto;
  overflow: hidden;
}

/* --- 背景の指定 ------------------------------------------- */
.helo--box .helo--box__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  animation: bgAnime 45s infinite;
  /* 5画像 × 各9s = 45s */
}

/* --- 段差で背景画像のアニメーションを実行 ----------------- */
.helo--box .src1 {
  background-image: url(./images/helo1.jpg);
  background-position: center;
  background-size: cover;
  /* 背景の画像を指定 */
  filter: brightness(85%);
}

.helo--box .src2 {
  background-image: url(./images/helo2.jpg);
  background-size: cover;
  /* 背景の画像を指定 */
  animation-delay: 9s;
  filter: brightness(85%);
}

.helo--box .src3 {
  background-image: url(./images/helo3.jpg);
  background-position: center;
  background-size: cover;
  /* 背景の画像を指定 */
  animation-delay: 18s;
  filter: brightness(75%);
}

.helo--box .src4 {
  background-image: url(./images/helo4.jpg);
  background-position: center;
  background-size: cover;
  /* 背景の画像を指定 */
  animation-delay: 27s;
  filter: brightness(85%);
}

.helo--box .src5 {
  background-image: url(./images/helo5.jpg);
  background-position: center;
  background-size: cover;
  /* 背景の画像を指定 */
  animation-delay: 36s;
  filter: brightness(90%);
}

@keyframes bgAnime {
  0% {
    transform: scale(1, 1);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  35% {
    opacity: 0;
  }
  100% {
    transform: scale(1.3, 1.3);
    opacity: 0;
  }
}
/*--------------------
.news
--------------------*/
.news {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .news {
    padding-top: 40px;
  }
}
.news__block01 {
  display: flex;
  background-color: #f8f8f8;
}
@media screen and (min-width: 768px) {
  .news__block01 {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .news__block01 {
    flex-direction: column;
    padding: 36px 24px;
  }
}
.news__block01-item:nth-child(1) {
  width: 26%;
}
@media screen and (min-width: 768px) {
  .news__block01-item:nth-child(2) {
    flex: 1;
    padding: 40px 40px 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .news__block01-item:nth-child(2) {
    margin-top: 24px;
  }
}
.news__block01-item:nth-child(2) .item-box {
  display: block;
  padding-bottom: 10px;
  border-bottom: #d3d3d3 1px solid;
}
.news__block01-item:nth-child(2) .item-box:not(:last-child) {
  margin-bottom: 16px;
}
.news__block01-item:nth-child(2) .item-box dl {
  display: flex;
  align-items: center;
}
.news__block01-item:nth-child(2) .item-box dl dt, .news__block01-item:nth-child(2) .item-box dl dd {
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .news__block01-item:nth-child(2) .item-box dl dt, .news__block01-item:nth-child(2) .item-box dl dd {
    font-size: 13px;
  }
}
.news__block01-item:nth-child(2) .item-box dl dt {
  width: 8em;
  font-weight: bold;
}

/*--------------------
.links
--------------------*/
.links {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .links {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.links__block01 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px 36px;
}
@media screen and (max-width: 767px) {
  .links__block01 {
    gap: 4.2666666667vw;
  }
}
.links__block01-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px 4% 15px;
  border: #292829 1px solid;
  background-color: #fff;
  transition: 0.4s ease;
}
@media (any-hover: hover) {
  .links__block01-item:hover {
    background-color: #292829;
  }
  .links__block01-item:hover .item-icon {
    background-color: #fff;
  }
  .links__block01-item:hover .item-text {
    color: #fff;
  }
  .links__block01-item:hover::after {
    background-color: #fff;
  }
  .links__block01-item:hover:nth-child(1) .item-icon {
    background-image: url("images/recruit/icon_links01_hover.svg");
    background-color: #292829;
  }
}
.links__block01-item:nth-child(1) .item-icon {
  background-image: url("images/recruit/icon_links01.svg");
  background-color: #fff;
}
.links__block01-item:nth-child(2) .item-icon {
  mask-image: url("images/recruit/icon_links02.svg");
}
.links__block01-item:nth-child(3) .item-icon {
  mask-image: url("images/recruit/icon_links03.svg");
}
.links__block01-item .item-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 8px;
  background-color: #292829;
  transition: 0.4s ease;
}
.links__block01-item .item-text {
  margin-bottom: 9px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  transition: 0.4s ease;
}
@media screen and (max-width: 767px) {
  .links__block01-item .item-text {
    font-size: 14px;
  }
}
.links__block01-item::after {
  display: block;
  width: 13px;
  height: 8px;
  background-color: #292829;
  content: "";
  transition: 0.4s ease;
  mask-image: url("images/recruit/icon_links_arrow.svg");
}

/*--------------------
.inatsugu
--------------------*/
.inatsugu {
  padding: 120px 0;
  background: url("images/recruit/img_inatsugu_bg.jpg") no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .inatsugu {
    padding: 60px 0;
  }
}
.inatsugu__logo {
  width: 85%;
  margin-bottom: 24px;
}
.inatsugu__ttl-sub {
  font-size: 14px;
  color: #707070;
  display: flex;
  align-items: center;
  gap: 16px 16px;
}
.inatsugu__ttl-sub::before, .inatsugu__ttl-sub::after {
  content: "";
  background-color: #707070;
  width: 40px;
  height: 1px;
  display: inline-block;
}
.inatsugu__block01 {
  display: flex;
}
@media screen and (max-width: 767px) {
  .inatsugu__block01 {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .inatsugu__block01-item:nth-child(1) {
    width: 435px;
  }
}
.inatsugu__block01-item:nth-child(2) {
  flex: 1;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .inatsugu__block01-item:nth-child(2) {
    padding-left: 36px;
  }
}
@media screen and (max-width: 767px) {
  .inatsugu__block01-item:nth-child(2) {
    margin-top: 24px;
  }
}
.inatsugu__txt {
  margin-top: 25px;
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .inatsugu__txt {
    margin-top: 16px;
  }
}

/*--------------------
.vision
--------------------*/
.vision__bg {
  position: relative;
  padding-top: 100px;
  padding-bottom: 60px;
}
.vision__bg::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 72.96875vw;
  max-width: 1300px;
  height: 100%;
  background-color: #edfaf4;
  content: "";
}
.vision__block01 {
  display: flex;
}
@media screen and (min-width: 768px) {
  .vision__block01 {
    column-gap: 3.555%;
  }
}
@media screen and (max-width: 767px) {
  .vision__block01 {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .vision__block01-item:nth-child(1) {
    width: 60.066%;
    position: relative;
    z-index: 2;
  }
}
@media screen and (min-width: 768px) {
  .vision__block01-item:nth-child(2) {
    flex: 1;
    position: relative;
    z-index: 1;
  }
  .vision__block01-item:nth-child(2) img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .vision__block01-item:nth-child(2) {
    margin-top: 24px;
  }
  .vision__block01-item:nth-child(2) > img {
    width: 100%;
  }
}
.vision__txt {
  margin-top: 25px;
  font-size: 14px;
  line-height: 2;
}
.vision__6element {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .vision__6element {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.vision__6element .cmn-ttl04 {
  margin-bottom: 85px;
}
@media screen and (max-width: 767px) {
  .vision__6element .cmn-ttl04 {
    margin-bottom: 40px;
  }
}
.vision__block02 {
  display: flex;
  gap: 36px;
}
@media screen and (min-width: 768px) {
  .vision__block02 {
    position: relative;
  }
  .vision__block02.is-01::before, .vision__block02.is-01::after {
    content: "";
    position: absolute;
    transform: translateX(-50%);
  }
  .vision__block02.is-01::before {
    left: 50%;
    width: min(100vw, 1280px);
    height: 396px;
    background: url("images/recruit/img_vision_block_bg01.svg") no-repeat center center/contain;
  }
  .vision__block02.is-01::after {
    top: -65px;
    left: 53%;
    width: 234px;
    height: 156px;
    background: url("images/recruit/img_vision_block_bg02.jpg") no-repeat center center/contain;
    opacity: 0.15;
  }
  .vision__block02.is-02::before {
    content: "";
    position: absolute;
    transform: translateX(-50%);
    margin-top: 90px;
    left: 50%;
    width: min(100vw, 1280px);
    height: 401px;
    background: url("images/recruit/img_vision_block_bg03.svg") no-repeat center center/contain;
  }
  .vision__block02.is-03::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 34%;
    transform: translateX(-50%);
    width: min(100vw, 1280px);
    height: 200px;
    background: url("images/recruit/img_vision_block_bg04.svg") no-repeat center center/contain;
  }
  .vision__block02.is-03::after {
    content: "";
    position: absolute;
    top: -95px;
    left: 50%;
    transform: translateX(-50%);
    width: min(100vw, 1280px);
    height: 583px;
    background: url("images/recruit/img_vision_block_bg05.png") no-repeat center center/contain;
  }
}
@media screen and (max-width: 767px) {
  .vision__block02 {
    gap: 24px;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .vision__block02:nth-child(2n) {
    flex-direction: row-reverse;
  }
}
.vision__block02:not(:last-child) {
  margin-bottom: 95px;
}
@media screen and (min-width: 768px) {
  .vision__block02-itemwrap {
    width: 588px;
    position: relative;
    z-index: 1;
  }
}
.vision__block02-item {
  display: flex;
  gap: 36px;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .vision__block02-item {
    gap: 24px;
    flex-direction: column;
  }
}
.vision__block02-item:not(:last-child) {
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .vision__block02-item:not(:last-child) {
    margin-bottom: 45px;
  }
}
.vision__block02-item .item-num {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  color: #6fbea2;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .vision__block02-item .item-num {
    font-size: 40px;
  }
}
.vision__block02-item .item-box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 198px;
  height: 180px;
  background-color: #f8f8f8;
}
@media screen and (max-width: 767px) {
  .vision__block02-item .item-box {
    width: 170px;
    height: 152px;
  }
  .vision__block02-item .item-box > img {
    width: 85px;
  }
}
.vision__block02-item .item-box::after {
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 10px;
  background-color: #fff;
  content: "";
}
.vision__block02-item .item-txtbox {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .vision__block02-item .item-txtbox {
    max-width: 450px;
  }
}
.vision__block02-item .item-ttl {
  align-content: center;
  position: relative;
  padding-bottom: 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .vision__block02-item .item-ttl {
    font-size: min(4.26666vw, 16px);
  }
}
.vision__block02-item .item-ttl::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 36px;
  height: 2px;
  background-color: #6fbea2;
  content: "";
}
.vision__block02-item .item-txt {
  padding-top: 16px;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .vision__block02-item .item-txt {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .vision__block02-img {
    flex: 1;
    opacity: 0.5;
  }
  .vision__block02-img.is-01 {
    margin-block: auto;
    margin-left: -10%;
    margin-right: -9%;
    margin-bottom: -30px;
  }
  .vision__block02-img.is-02 {
    margin-left: -21%;
    margin-top: -30px;
  }
  .vision__block02-img.is-03 {
    margin-top: -50px;
    margin-right: -21%;
  }
}
@media screen and (max-width: 767px) {
  .vision__block02-img {
    position: relative;
    width: 100%;
  }
  .vision__block02-img img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .vision__block02-img img {
    width: 100%;
  }
}
.vision__8element {
  padding: 80px 0;
  background-color: #6fbea2;
}
@media screen and (max-width: 767px) {
  .vision__8element {
    padding: 40px 0;
  }
}
.vision__8element .cmn-ttl03 {
  border-top: #fff 2px solid;
  border-bottom: #fff 2px solid;
  color: #fff;
}
.vision__8element .cmn-ttl03 .accent {
  color: #fff;
}
.vision__lead {
  display: flex;
  align-items: center;
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .vision__lead {
    padding: 45px 0;
  }
}
@media screen and (max-width: 767px) {
  .vision__lead {
    flex-direction: column;
  }
}
.vision__lead-item:nth-child(1) {
  flex: 1;
}
@media screen and (min-width: 768px) {
  .vision__lead-item:nth-child(1) {
    padding-right: 30px;
  }
}
.vision__lead-item:nth-child(1) .lead-txt {
  font-size: 16px;
  color: #FFF;
}
@media screen and (min-width: 768px) {
  .vision__lead-item:nth-child(1) .lead-txt {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .vision__lead-item:nth-child(1) .lead-txt {
    margin-bottom: 30px;
  }
}
.vision__lead-item:nth-child(2) {
  width: 37%;
}
.vision__block03 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px 36px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .vision__block03 {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 5.3333333333vw;
  }
}
.vision__block03-item {
  display: grid;
  grid-template-rows: subgrid;
  gap: 0;
  grid-row: span 3;
}
.vision__block03-item .item-num {
  position: relative;
  z-index: 1;
  margin-bottom: -0.6em;
  color: #292829;
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
}
.vision__block03-item .item-icon {
  position: relative;
  padding: 48px 0 32px;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .vision__block03-item .item-icon {
    padding: 32px 10px 24px;
  }
}
.vision__block03-item .item-icon::after {
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 10px;
  background-color: #6fbea2;
  content: "";
}
.vision__block03-item .item-ttl {
  display: grid;
  align-content: center;
  padding-top: 16px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .vision__block03-item .item-ttl {
    font-size: min(3.7333333vw, 15px);
  }
}

/*--------------------
.interview
--------------------*/
.interview {
  padding: 100px 0 60px;
  background: linear-gradient(0deg, #edfaf4 60%, #fff 60%);
}
.interview__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .interview__row {
    flex-direction: column;
    align-items: flex-start;
  }
}
.interview__arrows {
  display: flex;
  align-items: center;
  margin: 0 -8px;
}
@media screen and (max-width: 767px) {
  .interview__arrows {
    margin-left: auto;
  }
}
.interview__arrows .arrow {
  aspect-ratio: 1/1;
  width: 60px;
  margin: 0 8px;
  border: #292829 1px solid;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .interview__arrows .arrow {
    width: 50px;
  }
}
@media (any-hover: hover) {
  .interview__arrows .arrow:hover {
    cursor: pointer;
  }
}
.interview__arrows .arrow.is-prev {
  background: url("images/recruit/img_interview_arrow_prev.svg") no-repeat left 45% center/auto;
}
.interview__arrows .arrow.is-next {
  background: url("images/recruit/img_interview_arrow_next.svg") no-repeat right 45% center/auto;
}
.interview-swiper {
  width: auto;
  margin-right: calc((100vw - 900px) / -2);
  overflow: hidden;
}
@media screen and (max-width: 900px) and (min-width: 768px) {
  .interview-swiper {
    margin-right: -4%;
  }
}
@media screen and (max-width: 767px) {
  .interview-swiper {
    margin-right: 0;
  }
}
.interview-swiper .swiper-wrapper {
  align-items: flex-start;
}
.interview__slide {
  letter-spacing: 0.02em;
}
.interview__slide .slide-img {
  overflow: hidden;
}
.interview__slide .slide-img > img {
  width: 100%;
  transition: 0.4s ease;
}
.interview__slide .slide-detail {
  position: relative;
  z-index: 1;
  width: fit-content;
  width: 90%;
  margin-top: -65px;
  padding: 16px 24px 16px 16px;
  box-sizing: border-box;
  background-color: #4b4b4b;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .interview__slide .slide-detail {
    min-height: 134px;
  }
}
@media screen and (max-width: 767px) {
  .interview__slide .slide-detail {
    margin-top: -90px;
  }
}
.interview__slide .slide-detail__main {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .interview__slide .slide-detail__main {
    font-size: 16px;
  }
}
.interview__slide .slide-detail__sub {
  margin-top: 10px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .interview__slide .slide-detail__sub {
    font-size: 12px;
  }
}
.interview__slide .slide-txt {
  margin-top: 16px;
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .interview__slide .slide-txt {
    margin-top: 8px;
  }
}
.interview .interview-swiper {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .interview .interview-swiper {
    margin-top: 20px;
  }
}
.interview .interview-swiper .swiper-pagenation {
  display: none;
}
.interview .interview-swiper .swiper-slide-next, .interview .interview-swiper .swiper-slide-prev {
  opacity: 1;
}
.interview .swiper-pagenation {
  position: relative;
}

/*--------------------
.instagram
--------------------*/
.insta {
  position: relative;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .insta {
    padding: 50px 0;
  }
}
.insta::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 300px;
  width: 90vw;
  background-color: #EDFAF4;
}
@media screen and (max-width: 767px) {
  .insta::before {
    width: 70vw;
    height: 500px;
  }
}
.insta .cmn-inner01 {
  position: relative;
}
.insta .cmn-ttl01 {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .insta .cmn-ttl01 {
    margin-bottom: 25px;
  }
}
.insta__block {
  padding-left: 56px;
}
@media screen and (max-width: 767px) {
  .insta__block {
    padding-left: 0;
  }
}
.insta__lead {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 27px;
}
@media screen and (max-width: 767px) {
  .insta__lead {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.insta__button {
  display: grid;
  grid-template-columns: auto auto auto;
  align-items: center;
  width: fit-content;
  font-size: 20px;
  font-weight: 700;
}
.insta__button:hover {
  opacity: 0.7;
}
.insta__button:hover::after {
  transform: scaleX(1.1);
}
.insta__button::before, .insta__button::after {
  content: "";
  display: block;
}
.insta__button::before {
  width: 64px;
  aspect-ratio: 1/1;
  background: url("images/recruit/img_insta_inatsugu.svg") no-repeat center center/contain;
  margin-right: 20px;
}
.insta__button::after {
  width: 29px;
  aspect-ratio: 29/6;
  background: url(images/recruit/img_insta_arrow.svg) no-repeat center center/cover;
  margin-left: 8px;
  transition: transform 0.2s ease;
  transform-origin: left center;
}
.insta .insta-list {
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .insta .insta-list {
    margin-top: 19px;
  }
}
.insta .insta-list__block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .insta .insta-list__block {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 16px;
  }
}
.insta .insta-list__item {
  aspect-ratio: 5/6;
  overflow: hidden;
}
.insta .insta-list__image {
  display: block;
}
.insta .insta-list__image picture {
  display: block;
}
.insta .insta-list__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/*--------------------
.requirements
--------------------*/
.requirements {
  padding-top: 100px;
  padding-bottom: 100px;
}
.requirements__lead {
  margin-top: 24px;
  margin-bottom: 40px;
  line-height: 2;
}
.requirements .js-accordion {
  margin-bottom: 24px;
}
.requirements .js-accordion__ttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px 24px 16px 17px;
  border: none;
  background-color: #f8f8f8;
  color: #333;
  font-size: 18px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .requirements .js-accordion__ttl:hover {
    cursor: pointer;
  }
}
.requirements .js-accordion__ttl::after {
  display: block;
  transform: rotate(180deg);
  width: 20px;
  height: 10px;
  background-color: #000;
  content: "";
  transition: 0.4s ease;
  mask: url("images/recruit/img_accordion_btn_arrow.svg") no-repeat center center/contain;
}
.requirements .js-accordion__ttl.is-open::after {
  transform: rotate(0deg);
}
.requirements__table {
  width: 100%;
}
.requirements__table tr {
  border-bottom: #b5b5b5 1px solid;
}
.requirements__table tr th, .requirements__table tr td {
  padding: 24px 0 16px 16px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .requirements__table tr th, .requirements__table tr td {
    padding: 16px 0 16px 16px;
  }
}
.requirements__table tr th {
  width: 10em;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .requirements__table tr th {
    width: 5em;
    font-size: 14px;
  }
}
.requirements__table tr td {
  font-size: 14px;
}
.requirements__text {
  font-size: 14px;
  line-height: 2;
}

/*--------------------
.interm
--------------------*/
.intern {
  padding-top: 60px;
  background: linear-gradient(0deg, #fff 5%, #edfaf4 5%);
}
.intern__txt {
  margin-top: 24px;
  font-size: 14px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .intern__txt {
    max-width: 432px;
  }
}
.intern__row {
  display: flex;
  column-gap: 24px;
}
@media screen and (max-width: 767px) {
  .intern__row {
    flex-direction: column;
  }
}
.intern__row-item:first-child {
  flex: 1;
}
.intern__row-item:last-child {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
@media screen and (max-width: 767px) {
  .intern__row-item:last-child {
    margin-top: 30px;
  }
  .intern__row-item:last-child img {
    width: 100%;
  }
}

/*--------------------
.banner
--------------------*/
.banner {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .banner {
    padding: 50px 0;
  }
}
.banner__bnr {
  display: block;
  position: relative;
  padding: 94px 4%;
  background: url("images/recruit/img_banner_bg.jpg") no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .banner__bnr {
    padding: 47px 4%;
  }
}
@media (any-hover: hover) {
  .banner__bnr:hover::after {
    opacity: 1;
  }
}
.banner__bnr::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #6fbea2;
  content: "";
  opacity: 0.8;
  transition: 0.4s ease;
}
.banner__bnr-txt {
  display: block;
  position: relative;
  z-index: 2;
  width: fit-content;
  margin-inline: auto;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .banner__bnr-txt {
    font-size: min(4.8vw, 18px);
  }
}
.banner__bnr-txt::after {
  position: absolute;
  top: 50%;
  left: calc(100% + 40px);
  transform: translate(0, -50%);
  width: 60px;
  height: 20px;
  background: url("images/recruit/img_banner_arrow.svg") no-repeat center center/contain;
  content: "";
}
@media screen and (max-width: 767px) {
  .banner__bnr-txt::after {
    left: calc(100% + 20px);
    width: 40px;
    height: 15px;
  }
}

/*--------------------
.fixed
--------------------*/
.fixed {
  position: fixed;
  right: 0;
  bottom: 40px;
  z-index: 10;
  display: grid;
  gap: 5px;
  width: auto;
}
@media screen and (max-width: 560px) {
  .fixed {
    grid-template-columns: repeat(3, 1fr);
    right: auto;
    bottom: 0;
    left: 0;
    gap: 3px;
    width: 100%;
  }
}
.fixed__item {
  display: flex;
  align-items: center;
  padding: 20px 14px 20px 16px;
  background-color: #292829;
  transition: 0.4s ease;
}
@media screen and (max-width: 560px) {
  .fixed__item {
    padding: 10px min(2.4vw, 9px) 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 3px;
  }
}
@media (any-hover: hover) {
  .fixed__item:hover {
    background-color: #6fbea2;
  }
  .fixed__item:hover:nth-child(1) .fixed__item-icon {
    background: url("images/recruit/img_fixed_icon01_white.svg") no-repeat center center/contain;
  }
  .fixed__item:hover:nth-child(2) {
    margin-top: 5px;
  }
  .fixed__item:hover:nth-child(2) .fixed__item-icon {
    background: url("images/recruit/img_fixed_icon02_white.svg") no-repeat center center/contain;
  }
}
.fixed__item:nth-child(1) .fixed__item-icon {
  background: url("images/recruit/img_fixed_icon01.svg") no-repeat center center/cover;
}
.fixed__item:nth-child(2) .fixed__item-icon {
  background: url("images/recruit/img_fixed_icon02.svg") no-repeat center center/cover;
}
.fixed__item:nth-child(3) .fixed__item-icon {
  background: url("images/recruit/img_fixed_icon03.svg") no-repeat center center/cover;
}
.fixed__item::after {
  display: inline-block;
  width: 29px;
  height: 7px;
  background: url("images/recruit/img_fixed_arrow.svg") no-repeat center center/contain;
  vertical-align: middle;
  content: "";
  margin-bottom: 1.5em;
}
@media screen and (max-width: 560px) {
  .fixed__item::after {
    width: min(7.733333vw, 29px);
    margin-bottom: 0;
    margin-top: 2px;
  }
}
.fixed__item-icon {
  width: 43px;
  height: 43px;
  margin-right: 12px;
  transition: 0.4s ease;
}
@media screen and (max-width: 560px) {
  .fixed__item-icon {
    width: min(6.933vw, 26px);
    height: min(6.933vw, 26px);
    margin-right: 10px;
    margin-right: 0;
  }
}
.fixed__item-txt {
  color: #fff;
  width: 114px;
}
@media screen and (max-width: 560px) {
  .fixed__item-txt {
    flex: 1;
    width: auto;
  }
}
.fixed__item-txt .txt-en {
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 560px) {
  .fixed__item-txt .txt-en {
    width: 100%;
    font-size: min(3.7333vw, 14px);
  }
}
.fixed__item-txt .txt-ja {
  margin-top: 1px;
  font-size: 12px;
}
@media screen and (max-width: 560px) {
  .fixed__item-txt .txt-ja {
    font-size: min(2.6666vw, 10px);
  }
}

/*# sourceMappingURL=page-recruit.css.map */
