/* common */
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

.u-mobile {
  display: none;
}

.u-desktop {
  display: block;
}

.inner {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.inner-wide {
  max-width: 1740px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.inner-narrow {
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.text-center {
  text-align: center;
  width: fit-content;
  margin: 0 auto;
}

.section-title {
  font-size: 1.8rem;
  color: #000;
  font-style: italic;
  font-family: "Roboto", sans-serif;
}

.section-title--white {
  color: #fff;
}

.section-subtitle {
  font-size: 4rem;
  font-weight: 700;
  color: #000;
}

.section-subtitle--lower {
  font-size: 4.8rem;
  margin-top: 36px;
}

@media only screen and (max-width: 768px) {
  .section-subtitle--lower {
    font-size: 3rem;
  }
}

.section-subtitle--white {
  color: #fff;
}

.section-text {
  font-size: 1.6rem;
  font-weight: 500;
  color: #000;
  line-height: calc(32 / 16);
  margin: 0;
}

.section-text--white {
  color: #fff;
}

/* section-btn */
.section-btn__link {
  position: relative;
  text-decoration: none;
  padding: 30px 0 30px 87px;
}

.section-btn__link:hover::before {
  width: 80px;
  height: 80px;
}

.section-btn__link:hover::after {
  left: 50px;
  opacity: 0;
}

.section-btn__link:hover .section-btn__icon img {
  opacity: 1;
  left: 25px;
}

.section-btn__link:hover .section-btn--white .section-btn__link::before {
  width: 80px;
  height: 80px;
  left: -20px;
}

.section-btn--green .section-btn__link::before {
  background-color: #087854;
}

.section-btn--green .section-btn__link::after {
  background: url(/assets/img/recruit/recruitment/btn-white.svg) no-repeat center center / cover;
}

.section-btn--white .section-btn__link::before {
  background-color: transparent;
  border: 1px solid #fff;
}

.section-btn--white .section-btn__link::after {
  background: url(/assets/img/recruit/recruitment/btn-white.svg) no-repeat center center / cover;
}

.section-btn__link::before {
  position: absolute;
  content: "";
  width: 74px;
  height: 74px;
  border-radius: 50%;
  top: 50%;
  left: 37px;
  transform: translate(-50%, -50%);
  transition: width 0.3s ease, height 0.3s ease;
}

.section-btn__link::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 17px;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.3s ease, left 0.3s ease;
}

.section-btn__icon img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  opacity: 0;
  transition: opacity 0.3s ease, left 0.3s ease;
}

.section-btn__text {
  font-size: 2rem;
  font-weight: 500;
  color: #000;
  line-height: calc(24 / 20);
}

@media only screen and (max-width: 768px) {
  /* utility */
  .u-mobile {
    display: block;
  }

  .u-desktop {
    display: none;
  }

  /* inner */
  .inner {
    padding: 0 10px;
    max-width: 600px;
  }

  .inner-wide {
    max-width: 600px;
    padding: 0 10px;
  }

  /* section */
  .section-subtitle {
    font-size: 3rem;
  }

  .section-text {
    line-height: 1.6;
  }

  .section-btn__text {
    font-size: 1.6rem;
  }

  .section-btn__link {
    padding: 30px 0 30px 80px;
  }
}

.section-btn__text--white {
  color: #fff;
}

.section-btn--right {
  text-align: right;
}

/* recruit-sitemap */

.recruit-sitemap {
  position: relative;
  background-color: #f7f7f7;
  padding-bottom: 95px;
}

@media only screen and (max-width: 768px) {
  .recruit-sitemap {
    padding-bottom: 60px;
  }
}

.recruit-sitemap::before {
  position: absolute;
  content: "";
  background: url(/assets/img/recruit/recruitment/recruitment-sitemap-treat.png) no-repeat center center / cover;
  width: 100%;
  height: 220px;
  top: -220px;
  left: 0;
}

@media only screen and (max-width: 768px) {
  .recruit-sitemap::before {
    height: 100px;
    top: -100px;
  }
}

.recruit-sitemap__inner {
  display: flex;
}

@media only screen and (max-width: 768px) {
  .recruit-sitemap__inner {
    flex-direction: column;
  }
}

.recruit-sitemap__lead {
  padding: 58px clamp(1.25rem, -13.438rem + 23.5vw, 4.188rem) 0 22px;
}

@media only screen and (max-width: 768px) {
  .recruit-sitemap__lead {
    padding: 20px 0 100px;
  }
}

.recruit-sitemap__cta {
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.recruit-sitemap__title {
  font-size: 3.6rem;
  font-weight: 700;
  margin-top: 30px;
  display: block;
}

@media only screen and (max-width: 768px) {
  .recruit-sitemap__title {
    font-size: 2.4rem;
    text-align: center;
  }
}

.recruit-sitemap__nav {
  border-left: 1px solid #707070;
  padding: 52px clamp(1.25rem, -13.438rem + 23.5vw, 1.188rem) 52px clamp(1.25rem, -36.25rem + 60vw, 14.75rem);
  display: flex;
  margin-left: auto;
  gap: 15rem;
}

@media only screen and (max-width: 768px) {
  .recruit-sitemap__nav {
    flex-direction: column;
    gap: 30px;
    border-left: none;
    border-top: 1px solid #707070;
    padding: 40px 50px;
    margin-left: 0;
  }
}

.recruit-sitemap__list {
  display: flex;
  flex-direction: column;
  gap: 42px;
}

@media only screen and (max-width: 768px) {
  .recruit-sitemap__list {
    gap: 30px;
  }
}

.recruit-sitemap__link--cta {
  position: relative;
  display: block;
}

.recruit-sitemap__link--cta:hover::before {
  transform: translateX(-50%) scale(1.1);
}

.recruit-sitemap__link--cta:hover::after {
  opacity: 0;
  left: 62%;
}

.recruit-sitemap__link--cta::before {
  position: absolute;
  content: "";
  background-color: #087854;
  width: 74px;
  height: 74px;
  left: 50%;
  transform: translateX(-50%) scale(1);
  transform-origin: center;
  bottom: -100px;
  border-radius: 50%;
  transition: opacity 0.3s ease, left 0.3s ease, width 0.3s ease, height 0.3s ease, transform 0.3s ease;
}

@media only screen and (max-width: 768px) {
  .recruit-sitemap__link--cta::before {
    bottom: -85px;
  }
}

.recruit-sitemap__link--cta::after {
  position: absolute;
  content: "";
  background: url(/assets/img/recruit/recruitment/btn-white.svg) no-repeat center center / cover;
  width: 24px;
  height: 17px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -72px;
  transition: opacity 0.3s ease, left 0.3s ease, transform 0.3s ease;
}

@media only screen and (max-width: 768px) {
  .recruit-sitemap__link--cta::after {
    bottom: -55px;
  }
}

.recruit-sitemap__link--cta:hover .recruit-sitemap__link-text--cta::before {
  opacity: 1;
  left: 50%;
}

.recruit-sitemap__link-text--cta {
  position: relative;
  display: block;
}

.recruit-sitemap__link-text--cta::before {
  position: absolute;
  content: "";
  background: url(/assets/img/recruit/recruitment/btn-white.svg) no-repeat center center / cover;
  width: 24px;
  height: 17px;
  left: 40%;
  transform: translateX(-50%);
  bottom: -72px;
  opacity: 0;
  transition: opacity 0.3s ease, left 0.3s ease;
}

@media only screen and (max-width: 768px) {
  .recruit-sitemap__link-text--cta::before {
    bottom: -55px;
  }
}

.recruit-sitemap__link {
  position: relative;
  display: block;
  padding: 6px 0;
  font-size: 2.2rem;
  font-weight: 400;
  color: #000;
}

@media only screen and (max-width: 768px) {
  .recruit-sitemap__link {
    font-size: 1.8rem;
  }
}

.recruit-sitemap__link:hover::before {
  width: 40px;
  height: 40px;
  left: -49px;
}

.recruit-sitemap__link:hover::after {
  opacity: 0;
  left: -20px;
}

.recruit-sitemap__link:hover .recruit-sitemap__link-text::after {
  opacity: 1;
  left: -35px;
}

.recruit-sitemap__link::before {
  position: absolute;
  content: "";
  width: 36px;
  height: 36px;
  background-color: #087854;
  top: 50%;
  transform: translateY(-50%);
  left: -47px;
  border-radius: 50%;
  transition: opacity 0.3s ease, left 0.3s ease, width 0.3s ease, height 0.3s ease;
}

.recruit-sitemap__link::after {
  position: absolute;
  content: "";
  background: url(/assets/img/recruit/recruitment/btn-white.svg) no-repeat center center / cover;
  width: 14px;
  height: 10px;
  top: 50%;
  transform: translateY(-50%);
  left: -35px;
  transition: opacity 0.3s ease, left 0.3s ease;
}

.recruit-sitemap__link-text {
  position: relative;
}

.recruit-sitemap__link-text::after {
  position: absolute;
  content: "";
  background: url(/assets/img/recruit/recruitment/btn-white.svg) no-repeat center center / cover;
  width: 14px;
  height: 10px;
  top: 50%;
  transform: translateY(-50%);
  left: -45px;
  opacity: 0;
  transition: opacity 0.3s ease, left 0.3s ease;
}

/* page-entry */
.page-entry {
  position: relative;
  padding: 146px 0 150px;
}

.page-entry::after {
  position: absolute;
  z-index: 0;
  content: "";
  background: url(/assets/img/recruit/recruitment/entry-bg.jpg) no-repeat center center / cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.page-entry__inner {
  position: relative;
  z-index: 1;
}

.page-entry__lead {
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
}

.page-entry__sub {
  margin-top: 10px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
}

.page-entry__title {
  font-size: 22.6rem;
  font-weight: 500;
  color: #fff;
  font-style: italic;
  text-align: center;
  font-family: "Roboto", sans-serif;
  margin-top: 20px;
}

.page-entry__buttons {
  margin-top: 18px;
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.page-entry__button-item {
  flex: 1 1 300px;
  max-width: 388px;
  position: relative;
}

.page-entry__button {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 1.8rem 3rem 1.8rem 4.8rem;
  border-radius: 900px;
  background-color: #fff;
  color: #000;
  font-size: clamp(14px, 2vw, 18px);
  font-weight: 700;
  height: 85px;
}

.page-entry__button::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  border: 1px solid #d2d2d2;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  right: 36px;
}

.page-entry__button--orange::before {
  background-color: #fff;
  border-color: #f0831e;
}

.page-entry__button::after {
  position: absolute;
  content: "";
  background: url(/assets/img/recruit/recruitment/btn-black.svg) no-repeat center center / cover;
  width: 20px;
  height: 14px;
  top: 50%;
  transform: translateY(-50%);
  right: 51px;
  transition: opacity 0.3s ease, right 0.3s ease;
}

.page-entry__button--orange::after {
  background: url(/assets/img/recruit/recruitment/btn-orange.svg) no-repeat center center / cover;
}

.page-entry__button--mynavi img {
  width: clamp(20px, 3vw, 57px);
  margin-right: 15px;
}

.page-entry__button--orange {
  background-color: #f0831e;
  color: #fff;
}

.page-entry__button-icon::before {
  position: absolute;
  content: "";
  z-index: 1;
  background: url(/assets/img/recruit/recruitment/btn-black.svg) no-repeat center center / cover;
  width: 20px;
  height: 14px;
  top: 50%;
  transform: translateY(-50%);
  right: 68px;
  opacity: 0;
  transition: opacity 0.3s ease, right 0.3s ease;
}

.page-entry__button-icon--orange::before {
  background: url(/assets/img/recruit/recruitment/btn-orange.svg) no-repeat center center / cover;
}

.page-entry__button:hover.page-entry__button::after {
  opacity: 0;
  right: 36px;
}

.page-entry__button:hover .page-entry__button-icon::before {
  opacity: 1;
  right: 51px;
}

@media only screen and (max-width: 768px) {
  /* entry */
  .page-entry {
    padding: 60px 0;
  }

  .page-entry__lead {
    font-size: 3rem;
  }

  .page-entry__title {
    font-size: 25vw;
  }

  .page-entry__button {
    height: 75px;
    font-size: 1.4rem;
  }

  .page-entry__button--mynavi img {
    width: 40px;
    margin-right: 10px;
  }
}

/* page-mv */

.page-mv {
  padding: 93px 0 81px;
}

@media only screen and (max-width: 768px) {
  .page-mv {
    padding: 40px 0;
  }
}

.page-mv__img {
  height: 490px;
}

.page-mv__img img {
  aspect-ratio: 1920 / 490;
  object-fit: cover;
  width: 100%;
  height: 490px;
}

@media only screen and (max-width: 768px) {
  .page-mv__img {
    height: 290px;
  }

  .page-mv__img img {
    height: 290px;
  }
}

/* interview */

.page-interview__list {
  display: flex;
  justify-content: center;
  gap: 3.7rem;
}

.page-interview__item:nth-child(1) {
  margin-top: 156px;
}

.page-interview__item:nth-child(2) {
  margin-top: 78px;
}

.page-interview__item a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  height: 100%;
}

.page-interview__item a:hover .page-interview__img {
  transform: scale(1.05);
}

.page-interview__img-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 409px;
  width: 100%;
}

.page-interview__img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 409 / 518;
  transition: transform 0.3s ease;
}

.page-interview__caption {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.page-interview__caption p {
  background-color: #fff;
  padding: 6px 25px;
  font-size: clamp(16px, 2vw, 26px);
  font-weight: 700;
  line-height: 1.4;
  color: #000;
  width: fit-content;
  position: absolute;
  top: 14px;
  right: 0;
}

.page-interview__caption p:last-child {
  top: 65px;
}

@media only screen and (max-width: 768px) {
  .page-interview__caption p:last-child {
    top: 55px;
  }
}

.page-interview__meta {
  margin-top: 25px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #000;
}

.page-interview__meta span {
  font-size: 1.6rem;
  display: block;
  padding-bottom: 3px;
}

.page-interview__treat {
  position: absolute;
  bottom: -36px;
  right: 0;
  font-size: 14.2vw;
  letter-spacing: -0.02em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
  color: #858887;
  opacity: 0.12;
}

@media only screen and (max-width: 768px) {
  .page-interview__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
    margin: 40px auto 0;
    width: fit-content;
  }

  .page-interview__item:nth-child(1),
  .page-interview__item:nth-child(2) {
    margin-top: 0;
  }

  .page-interview__img {
    aspect-ratio: 409 / 450;
  }

  .page-interview__meta {
    font-size: 1.6rem;
    margin-top: 15px;
  }

  .page-interview__meta span {
    font-size: 1.4rem;
  }

  .page-interview__treat {
    bottom: auto;
    top: 30px;
  }
}

/* link-list */

.link-list {
  margin: 160px auto 0;
  background-color: #f7f7f7;
  max-width: 940px;
  width: 100%;
  padding: 0 20px;
}

.link-list--interview {
  max-width: 1240px;
}

@media only screen and (max-width: 768px) {
  .link-list {
    margin: 0 auto;
    padding: 20px;
  }
}

.link-list__list {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .link-list__list {
    flex-direction: column;
  }
}

.link-list__item {
  flex: 1;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .link-list__item {
    text-align: left;
  }
}

.link-list__item a {
  position: relative;
  display: block;
  font-size: 1.6rem;
  color: #000;
  text-decoration: none;
  font-weight: 700;
  padding: 40px 0 40px 40px;
}

.link-list__item--s a {
  padding: 40px 0 40px 20px;
}

.link-list__item--m a {
  padding: 40px 0 40px 50px;
}

@media only screen and (max-width: 768px) {
  .link-list__item a {
    padding: 20px 0 20px 40px;
  }

  .link-list__item--s a {
    padding: 20px 0 20px 40px;
  }

  .link-list__item--m a {
    padding: 20px 0 20px 40px;
  }
}

.link-list__item:not(:first-child) a::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 55%;
  background-color: #d2d2d2;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
  .link-list__item:not(:first-child) a::before {
    width: 100%;
    height: 1px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

.link-list__item a span {
  position: relative;
}

.link-list__item a span::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background-color: #087854;
  left: -40px;
  top: -5px;
  border-radius: 50%;
}

.link-list__item a span::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 10px;
  left: -32px;
  top: 6px;
  transform: rotate(90deg);
  background: url(/assets/img/recruit/recruitment/btn-white.svg) no-repeat center center / cover;
}
