@charset "utf-8";

.main {
  margin-inline: auto;
  max-width: 144rem;
}

.m-mainvisual__wrapper {
  margin-inline: auto 0;
  max-width: 144rem;
  position: relative;
}

.m-nav__wrapper {
  left: 7%;
  position: absolute;
  top: 0;
}

.m-mainvisual__img-wrapper {
  position: relative;
}

.m-mainvisual__img {
  display: block;
  height: 100%;
  width: 100%;
}

.m-mv__pc {
  aspect-ratio: 2101/800;
  height: 100%;
  max-width: unset;
  width: auto;
}

.m-mainvisual__txt-wrapper {
  left: 7%;
  margin: min(12.5rem, 8.68vw) auto min(13.7rem, 9.51vw);
  padding-inline: min(2rem, 1.39vw);
  position: absolute;
  top: 0;
}

.m-mainvisual__tag {
  border: 1px solid rgba(240, 240, 240, 0.5);
  border-radius: 0.6rem;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  padding: min(0.75rem, 0.51vw) min(1rem, 0.69vw);
}

.m-hdg-lv1 {
  font-size: 4.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: min(2.5rem, 1.74vw);
}

.m-hdg-lv1-sub {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.m-hdg-sub1 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-top: min(2.5rem, 1.74vw);
}

.m-mainvisual__txt {
  margin-bottom: min(8.2rem, 5.69vw);
}

.a-mainvisual__lead {
  background-color: var(--color-black);
  display: inline-block;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 3.6px;
  line-height: 1.6;
  margin-top: min(1.8rem, 1.25vw);
}

.m-btn-apply {
  background-color: var(--color-black);
  border: 1px solid var(--color-white);
  border-radius: min(10rem, 6.94vw);
  color: var(--color-white);
  column-gap: min(3rem, 2.08vw);
  cursor: pointer;
  display: inline-flex;
  font-family: "Shippori Mincho B1", serif;
  font-size: 2rem;
  margin-top: min(6rem, 4.17vw);
  padding: min(2.7rem, 1.87vw) min(3rem, 2.08vw);
  transition: background-color 0.3s;
}

.m-btn-apply::after {
  height: min(2rem, 1.39vw);
  width: min(1.6rem, 1.11vw);
}

@media (hover: hover) {
  .m-btn-apply:hover {
    background-color: var(--color-white);
    color: var(--color-black);
  }

  .m-btn-apply:hover::after {
    background: url(/recruit/resource/img/icn_arrow_black.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
}

@media screen and (max-width: 1180px) {
  .main {
    overflow: hidden;
  }
}

@media screen and (max-width: 1024px) {
  .m-mainvisual__wrapper {
    overflow: hidden;
  }

  .m-mainvisual__img-wrapper {
    margin-left: -12rem;
  }

  .m-mv__pc {
    aspect-ratio: 500 / 190;
  }
}

@media screen and (max-width: 767px) {
  .m-mainvisual {
    display: flex;
    flex-direction: column;
    padding-bottom: 4rem;
  }

  .m-nav__wrapper {
    left: 0;
    padding-left: 0.35rem;
    position: relative;
  }

  .m-mv__pc {
    aspect-ratio: inherit;
    max-width: 100%;
  }

  .m-mainvisual__txt-wrapper {
    display: contents;
    margin-block: 8rem 4rem;
  }

  .m-mainvisual__txt {
    margin-block: 4rem 0;
    order: 1;
    padding-left: 2rem;
  }

  .m-mainvisual__tag {
    font-size: 1.2rem;
    letter-spacing: 2.4px;
    padding: 0.5rem 0.75rem;
  }

  .m-hdg-lv1 {
    font-size: 3rem;
    letter-spacing: 3px;
    margin-top: 2rem;
  }

  .m-hdg-lv1-sub {
    font-size: 2rem;
  }

  .m-hdg-sub1 {
    font-size: 1.5rem;
    letter-spacing: 3px;
    margin-top: 2rem;
  }

  .m-mainvisual__img-wrapper {
    margin-top: 3.5rem;
    margin-left: 0;
    order: 2;
  }

  .m-mainvisual__img-wrapper::before {
    background: url(/recruit/job/resource/img/main_left_sp.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .m-mainvisual__txt-wrapper {
    position: relative;
  }

  .m-mainvisual__lead {
    margin-top: -8rem;
    order: 3;
    padding-left: 2rem;
    position: relative;
    z-index: 1;
  }

  .a-mainvisual__lead {
    box-sizing: border-box;
    font-size: 2.4rem;
    letter-spacing: 2.4px;
    line-height: 1.6;
    margin-top: 1rem;
    padding: 0.4rem 1rem;
  }

  .m-btn-apply {
    border-radius: 10rem;
    box-sizing: border-box;
    column-gap: 3rem;
    font-size: 1.5rem;
    margin: 2rem 0 0 2rem;
    order: 4;
    padding: 1.9rem 3rem;
    width: fit-content;
  }

  .m-btn-apply::after {
    height: 1.52rem;
    width: 1.2rem;
  }
}


/* main content */
.l-grid-toc-content {
  display: grid;
  grid-template-columns: 24rem 1fr;
}

@media screen and (max-width: 767px) {
  .l-grid-toc-content.container {
    grid-template-columns: 1fr;
  }
}

/* 目次 */
.m-toc {
  height: fit-content;
  padding-block: 15rem;
  position: sticky;
  top: 6rem;
  z-index: 2;
}

.m-toc__hdg {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 2.4px;
  line-height: 3.5;
}

.m-toc__item {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  opacity: 0.5;
  padding-block: 1.95rem;
  padding-left: 2rem;
  transition: background-color 0.3s;
}

.m-toc__item:hover {
  background-color: rgba(240, 240, 240, 0.1);
  border-right: 1px solid rgba(240, 240, 240, 1);
  opacity: 1;
}

.m-toc__item::before {
  aspect-ratio: 1;
  background-color: var(--color-white);
  border-radius: 50%;
  content: "";
  display: inline-block;
  margin-right: 2rem;
  width: 1rem;
}

.m-toc__list a {
  color: #fff;
  transition: all 0.3s;
}

.m-toc__item.current {
  background-color: rgba(240, 240, 240, 0.1);
  border-right: 1px solid rgba(240, 240, 240, 1);
  opacity: 1;
}

.l-content {
  border-left: 1px solid var(--color-white3);
  padding-bottom: 15rem;
  padding-left: 6.67%;
}

@media screen and (max-width:1024px) {
  .l-grid-toc-content {
    grid-template-columns: 1fr;
  }

  .m-toc {
    background-color: var(--color-black);
    border-top: 1px solid var(--color-white3);
    padding: 4rem 2rem 0;
  }

  .m-toc__hdg {
    align-items: center;
    background-color: var(--color-white);
    border-radius: 1rem;
    color: var(--color-black);
    cursor: pointer;
    display: flex;
    font-size: 1.4rem;
    justify-content: space-between;
    letter-spacing: 2.8px;
    line-height: 2.14;
    padding: 1rem 2rem;
    position: relative;
  }

  .a-expand::before, .a-expand::after {
    background-color: var(--color-black);
    content: "";
    display: inline-block;
    height: 0.2rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1.1rem;
  }

  .m-toc__hdg.close .a-expand::after {
    content: "";
    transform: translateY(-50%) rotate(-270deg);
  }

  .m-toc__hdg .a-expand::after {
    content: "";
    transform: translateY(-50%);
    transition: transform 0.3s;
  }

  .a-expand::after {
    content: "";
    transform: translateY(-50%) rotate(-90deg);
  }

  .a-expand {
    border-left: 1px solid rgba(17, 17, 17, 0.3);
    display: inline-block;
    height: 3rem;
    position: relative;
    width: 3rem;
  }

  .m-toc__list {
    background-color: #272727;
    border-radius: 1rem;
    margin-top: 1rem;
    max-height: 200vh;
    overflow: hidden;
    padding: 2rem;
    transition: max-height 0.3s, padding 0.3s;
  }

  .m-toc__list.close {
    max-height: 0;
    padding-block: 0;
  }

  .m-toc__item {
    padding-block: 1rem;
  }

  .m-toc__item a {
    color: var(--color-white5);
    opacity: 1;
  }

  .m-toc__item::before {
    background-color: var(--color-white5);
    margin-right: 1rem;
    width: 0.8rem;
  }

  .m-toc__item.current {
    background-color: transparent;
  }

  .m-toc__item.current a {
    color: var(--color-white);
  }

  .m-toc__item.current::before {
    background-color: var(--color-white);
  }

  .l-content {
    border-left: none;
    padding: 0 2rem 6rem;
  }
}

/* 主な業務 */
.m-business {
  column-gap: 6.67%;
  display: flex;
  flex-direction: row-reverse;
  margin-top: 18rem;
}

.m-business__info, .m-business__img {
  width: calc((100% - 6.67%) / 2);
}

.m-business__desc {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: calc((1em - 1lh) / 2 + 6rem);
}

.m-business__desc-hdg {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
}

.m-business__desc-hdg-sub {
  display: inline-block;
  margin-top: 1em;
}

.m-business__desc-txt {
  font-size: 1.5rem;
  line-height: 2;
  margin-top: 2rem;
}

@media screen and (max-width:1024px) {
  .m-business {
    margin-top: 10rem;
  }
}

@media screen and (max-width: 767px) {
  .m-business {
    flex-direction: column;
    margin-top: 8rem;
  }

  .m-business__info, .m-business__img {
    width: 100%;
  }

  .m-business__desc {
    margin-top: 2.5rem;
  }

  .m-business__img {
    margin-top: 4rem;
  }
}

/* 仕事のやりがい */
.m-bg-star {
  position: relative;
}


.m-bg-star::after {
  background: linear-gradient(to top,
  transparent 0%,
  transparent 70%,
  var(--color-black) 100%), linear-gradient(to bottom, transparent 0%, transparent 70%, var(--color-black) 100%), url(/recruit/jobfile/aircraft-maintenance-engineer/resource/img/bg_night.png) center/cover no-repeat;
  bottom: 0;
  content: "";
  content: "";
  height: 71%;
  left: -6.67%;
  position: absolute;
  width: 100vw;
  z-index: -1;
}

.m-rewarding {
  background: linear-gradient(to bottom, var(--color-black) 0%, var(--color-black) 70%, transparent 100%);
  margin-top: 10rem;
}

.m-rewarding-textBlock:nth-of-type(1) {
  margin-top: 6rem;
}

.m-rewarding-textBlock + .m-rewarding-textBlock {
  margin-top: 3rem;
}

.m-rewarding-black {
  background-color: #222;
  color: var(--color-white);
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 2rem;
}

.m-rewarding-white {
  background-color: #fff;
  color: var(--color-black);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2;
  padding: 2.25rem 2rem;
}

@media screen and (max-width: 767px) {
  .m-rewarding {
    margin-top: 8rem;
  }
}

/* こんな人が活躍しています */
.m-successful {
  margin-top: 10rem;
}

.m-successful-grid {
  column-gap: 6rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.m-successful-img {
  margin: 0 auto;
  max-width: 42rem;
}

.m-successful-list {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 5rem;
}

.m-successful-listText {
  font-size: 1.8rem;
  line-height: 2;
  padding-left: 2rem;
  position: relative;
}

.m-successful-listText::before {
  background-color: #fff;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 0.0625rem;
}

.m-successful-listText + .m-successful-listText {
  margin-top: 3rem;
}

@media screen and (max-width: 1024px) {
  .m-successful-grid {
    grid-template-columns: 1fr;
    row-gap: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .m-successful {
    margin-top: 8rem;
  }

  .m-successful-list {
    margin-top: 2.5rem;
  }

  .m-rewarding-textBlock:nth-of-type(1) {
    margin-top: 3.5rem;
  }

  .m-rewarding-white {
    padding: 1rem 2rem;
  }

  .m-bg-star {
    padding-top: unset;
  }

  .m-successful-listText {
    font-size: 1.6rem;
  }

  .m-successful-listText + .m-successful-listText {
    margin-top: 2rem;
  }
}

/* 勤務環境について */
.m-environment {
  background: linear-gradient(to bottom, transparent 0%, transparent 70%, var(--color-black) 100%);
  column-gap: 6.67%;
  display: flex;
  margin-top: 10rem;
  padding-bottom: 10rem;
}

.m-environment__info, .m-environment__img {
  width: calc((100% - 6.67%) / 2);
}

.m-environment__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  line-height: 2;
  margin-top: 6rem;
}

.m-environment__txt + .m-environment__txt {
  margin-top: 2em;
}

@media screen and (max-width: 767px) {
  .m-environment {
    flex-direction: column-reverse;
    gap: 3.5rem;
    margin-top: 8rem;
    padding-bottom: 0;
  }

  .m-environment__info, .m-environment__img {
    width: 100%;
  }

  .m-environment__txt {
    margin-top: calc((1em - 1lh) / 2 + 3rem);
  }
}

/* キャリアパス */
.m-careerpath__img {
  margin-top: 6rem;
}

@media screen and (max-width: 767px) {
  .m-careerpath {
    margin-top: 8rem;
  }

  .m-careerpath__img {
    margin-top: 4rem;
  }
}

.m-workscene {
  margin-inline: calc(50% - 50vw);
  width: 100vw;
}

.m-workscene .swiper-wrapper {
  transition-timing-function: linear;
}

/* インタビュー */
.m-interview {
  margin-bottom: 0;
}

.m-interview__list {
  row-gap: 8rem;
}

.m-interview__name {
  margin-top: 1rem;
}

.m-interview__tag {
  margin-top: 0.9rem;
  padding: 0.7rem 1rem;
}


@media screen and (max-width: 767px) {
  .m-interview {
    margin-top: 8rem;
  }

  .m-interview__list {
    column-gap: 0;
    margin: 4rem 3.925rem 0;
    row-gap: 2.5rem;
  }

  .m-interview__item {
    width: 100%;
  }

  .m-interview__job {
    font-size: 3.85vw;
  }

  .m-interview__tag {
    font-size: 3.08vw;
    margin-top: 1.92vw;
    padding: 0.7rem;
  }

  .m-interview__name {
    font-size: 3.08vw;
    margin-top: 3.85vw;
  }

  .m-interview__name--big {
    font-size: 6.67vw;
    margin-right: 0.45rem;
  }
}

/* 仕事の様子 */
.swiper-wrapper {
  transition-timing-function: linear;
}

/* 採用情報 */
.m-recruit {
  padding-block: 6.94vw;
  position: relative;
  text-align: center;
}

.m-recruit::before {
  background-image: url(/recruit/resource/img/bg_environment.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  left: 0;
  margin-left: calc(50% - 50vw);
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -1;
}

.m-recruit__hdg {
  font-size: 3rem;
  font-weight: 700;
}

.m-recruit__hdgeng {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 3rem;
}

.m-recruit__list {
  column-gap: 3.33%;
  display: flex;
  justify-content: center;
  margin: 4.17vw auto 0;
  max-width: 83.33%;
}

.m-recruit__item {
  width: calc((100% - 3.33% * 3) / 4);
}

.m-recruit__link {
  background-color: var(--color-black);
  box-sizing: border-box;
  color: var(--color-white);
  column-gap: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  height: 100%;
  justify-content: space-between;
  padding: 3.54rem 2rem 3.54rem 3rem;
  position: relative;
  text-align: left;
  transition: background-color 0.3s;
  width: 100%;
}

.m-recruit__link::after {
  height: 100%;
}

@media (hover: hover) {
  .m-recruit__link:hover {
    background-color: var(--color-white);
    color: var(--color-black);
  }

  .m-recruit__link:hover::after {
    background-image: url(/recruit/resource/img/icn_arrow_black.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

@media screen and (max-width: 767px) {
  .m-recruit {
    background-image: url(/recruit/job/resource/img/bg_recruit_sp.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 6rem 2rem;
  }

  .m-recruit__hdg {
    font-size: 2.4rem;
  }

  .m-recruit__hdgeng {
    font-size: 1.4rem;
    margin-top: 2rem;
  }

  .m-recruit__list {
    flex-direction: column;
    gap: 1rem;
    margin: 4rem 0 0;
    max-width: unset;
  }

  .m-recruit__item {
    box-sizing: border-box;
    line-height: 1.8;
    margin: 0 auto;
    max-width: 35rem;
    width: 100%;
  }

  .m-recruit__link {
    min-height: 8rem;
    padding: 1.3rem 1.889rem;
  }
}

/* その他の職種紹介 */
.m-otherjob {
  margin-inline: auto;
  max-width: 120rem;
  padding: 10rem 2rem;
}

.m-otherjob__hdg {
  font-size: 2.4rem;
  font-weight: 700;
}

.m-otherjob__content {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 5rem;
}

.m-otherjob__box {
  border-top: 1px solid var(--color-white5);
  display: flex;
  font-size: 1.5rem;
  justify-content: space-between;
  padding: 1.5rem 3rem;
}

.m-otherjob__box:last-child {
  border-bottom: 1px solid var(--color-white5);
}

.m-otherjob__cat {
  align-items: center;
  color: var(--color-white7);
  display: grid;
  width: 40%;
}

.m-otherjob__detail {
  align-items: center;
  display: flex;
  width: 60%;
}

.m-otherjob__item {
  border-left: 1px solid var(--color-white5);
  box-sizing: border-box;
  width: calc(100% / 3);
}

.m-otherjob__link {
  box-sizing: border-box;
  color: var(--color-white);
  display: inline-block;
  padding: 0.75rem 2rem;
  transition: all 0.3s;
  width: 100%;
}

@media (hover: hover) {
  .m-otherjob__link:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
}

@media screen and (max-width: 767px) {
  .m-otherjob {
    padding: 8rem 2rem;
  }

  .m-otherjob__content {
    margin-top: 4rem;
  }

  .m-otherjob__box {
    flex-direction: column;
    padding: 3rem 0;
  }

  .m-otherjob__cat {
    width: 100%;
  }

  .m-otherjob__detail {
    flex-direction: column;
    margin-top: 2rem;
    row-gap: 2rem;
    width: 100%;
  }

  .m-otherjob__item {
    width: 100%;
  }
}
