@charset "UTF-8";
html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
  font-size: min(2.5641025641vw, 10px);
}
@media screen and (min-width: 768px) {
  html {
    font-size: clamp(6.5px, 0.7320644217vw, 10px);
  }
}

body {
  background: #fff;
  color: #1D1D1D;
  font-family: "Noto Sans JP", sans-serif;
}

.background-filter.active {
  background: #1d1d1d;
  opacity: 0.29;
  position: fixed;
  inset: 0;
  z-index: 3;
}

.top,
.business {
  overflow-x: hidden;
}

.logo {
  width: 13.9rem;
  width: 10.1756954612vw;
  margin: 0 auto;
  transition: opacity 0.5s;
}
@media (hover: hover) {
  .logo:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .logo:active {
    opacity: 0.7;
  }
}
.logo--limit {
  max-width: 13.9rem;
}

.logo-box {
  width: 21.5rem;
  width: 15.7393850659vw;
  padding-block: 2.196193265vw 1.3909224012vw;
  background: #fff;
  border-radius: 1.9033674963vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 150;
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  .logo-box {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s;
  }
}
@media screen and (min-width: 768px) {
  .logo-box.active {
    opacity: 0;
    visibility: hidden;
  }
}
.logo-box--limit {
  max-width: 21.5rem;
  padding-block: min(2.196193265vw, 3rem) min(1.3909224012vw, 1.9rem);
}

.inner {
  margin: 0 auto;
  max-width: 48rem;
  padding: 0 1.5rem;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 116rem;
    padding: 0 3rem;
  }
}

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

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

.header {
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  height: 5rem;
}
@media screen and (min-width: 768px) {
  .header {
    height: 9.1rem;
  }
}
.header.active {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.header__inner {
  padding: 0 1.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: inherit;
  position: relative;
}
@media screen and (min-width: 768px) {
  .header__inner {
    width: 100%;
    max-width: 131.6rem;
    margin: 0 auto;
    padding: 0 2.5rem;
  }
}

.header__logo {
  width: 15.5rem;
  position: relative;
  z-index: 500;
  transition: opacity 0.5s;
}
@media screen and (min-width: 768px) {
  .header__logo {
    width: 24.5rem;
    opacity: 0;
    visibility: hidden;
  }
}
.header__logo.active {
  opacity: 1;
  visibility: visible;
}
@media (hover: hover) {
  .header__logo:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .header__logo:active {
    opacity: 0.7;
  }
}

.header__nav {
  transform: translateX(101%);
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100dvh;
  background: #fff;
  padding: 17.6rem 1.7rem 0;
  transition: all 0.5s;
  z-index: 300;
  overflow-y: scroll;
}
.header__nav.active {
  transform: translateX(0%);
}
@media screen and (min-width: 768px) {
  .header__nav {
    position: static;
    transform: none;
    height: inherit;
    padding: 0;
    width: auto;
    overflow-y: visible;
  }
}

@media screen and (min-width: 768px) {
  .header__list {
    display: flex;
    align-items: center;
    gap: 5rem;
    height: inherit;
  }
}

.header__list-item {
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .header__list-item {
    margin: 0;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .header__list-item:nth-of-type(2) {
    margin-bottom: 8.5rem;
  }
}
.header__list-item:nth-of-type(3) .header__list-link {
  border: none;
  width: 15.2rem;
  border-radius: 1rem;
  padding-block: 0.8rem;
  margin: 0 auto;
  font-size: 1.8rem;
  color: #fff;
  background: #1D1D1D;
  padding-left: 3.1rem;
  text-transform: uppercase;
  position: relative;
}
@media screen and (min-width: 768px) {
  .header__list-item:nth-of-type(3) .header__list-link {
    font-size: 1.8rem;
    padding-block: 0.8rem 1rem;
  }
}
.header__list-item:nth-of-type(3) .header__list-link::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-51%);
  right: 1rem;
  width: 2.1rem;
  height: 2.1rem;
  background: url(../img/pc/arrow-white.svg) no-repeat center center/contain;
}

.header__list-link {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  color: #1D1D1D;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #ddd;
  margin-bottom: 1.8rem;
}
@media screen and (min-width: 768px) {
  .header__list-link {
    font-size: 1.8rem;
    color: #1D1D1D;
    padding: 0;
    border: none;
    margin: 0;
    transition: opacity 0.5s;
  }
}
@media (hover: hover) {
  .header__list-link:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .header__list-link:active {
    opacity: 0.7;
  }
}

.megaMenu {
  display: contents;
}
@media screen and (min-width: 768px) {
  .megaMenu {
    position: absolute;
    transform: translate(-50%, 100%);
    bottom: -5rem;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .header__inner-list {
    background: #fff;
    width: 21.6rem;
    padding: 1.8rem 1.8rem 2.4rem;
  }
}

.header__inner-list-items {
  margin-bottom: 1.4rem;
}
.header__inner-list-items:nth-of-type(2) {
  margin-bottom: 0;
}
.header__inner-list-items:nth-of-type(2) a {
  pointer-events: none; /* クリックやホバーを無効化 */
}
.header__inner-list-items a {
  font-size: 1.8rem;
  font-weight: 500;
  color: #99A3AD;
  padding-left: 1.7rem;
}
@media screen and (min-width: 768px) {
  .header__inner-list-items a {
    font-size: 1.8rem;
    font-weight: 500;
    color: #1D1D1D;
    padding-bottom: 1.4rem;
    border-bottom: 1px solid #3880ce;
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .header__inner-list-items:last-of-type a {
    border: none;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .header__inner-list-items:last-of-type {
    margin-bottom: 0;
  }
}

.header__hamburger {
  width: 3rem;
  height: 2.3rem;
  background: transparent;
  position: relative;
  z-index: 400;
}
@media screen and (min-width: 768px) {
  .header__hamburger {
    display: none;
  }
}
.header__hamburger span {
  width: 100%;
  height: 1px;
  background: #1D1D1D;
  display: block;
  position: absolute;
  transition: all 0.5s;
}
.header__hamburger span:first-child {
  top: 0;
}
.header__hamburger span:nth-child(2) {
  top: 1.1rem;
}
.header__hamburger span:last-child {
  top: 2.2rem;
}
.header__hamburger.active {
  transform: translateX(0);
}
.header__hamburger.active span:first-of-type {
  transform: rotate(45deg) translateY(-50%);
  left: -1px;
  top: 50%;
}
.header__hamburger.active span:nth-of-type(2) {
  width: 0;
}
.header__hamburger.active span:last-of-type {
  transform: rotate(-45deg) translateY(-50%);
  top: 50%;
}

.mv {
  background: url(../img/sp/mv-sp.png) no-repeat center center/cover;
  margin-top: 5rem;
  height: 57.4rem;
  width: 100%;
  padding-top: 42.1rem;
}
@media screen and (min-width: 768px) {
  .mv {
    aspect-ratio: 1366/652;
    height: auto;
    margin-top: 9.1rem;
    padding-top: 39rem;
    background: url(../img/pc/mv-pc.png) no-repeat center bottom/cover;
  }
}

.mv__text {
  height: 4.7rem;
  border-radius: 0 1rem 1rem 0;
  padding-inline: 2.4rem;
  background: #fff;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 2.8rem;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .mv__text {
    font-size: 4.6rem;
    height: 8.6rem;
    padding-right: 1.5rem;
    padding-left: 3.9rem;
    border-radius: 0 2rem 2rem 0;
  }
}
.mv__text + .mv__text {
  margin-top: 0.7rem;
  padding-right: 0.3rem;
}
@media screen and (min-width: 768px) {
  .mv__text + .mv__text {
    margin-top: 1.3rem;
    padding-right: 1.5rem;
  }
}

.about {
  padding-block: 3.5rem 51.9rem;
  background: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  .about {
    padding-block: 13.7rem 16rem;
  }
}

.title__sub {
  font-size: 1.2rem;
  color: #99A3AD;
  text-transform: capitalize;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .title__sub {
    font-size: 2.2rem;
  }
}

.title__main {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #292929;
}
@media screen and (min-width: 768px) {
  .title__main {
    font-size: 4.2rem;
  }
}

.about__inner {
  position: relative;
}

.about__title {
  margin-bottom: 4.7rem;
}
@media screen and (min-width: 768px) {
  .about__title {
    margin-bottom: 13.3rem;
  }
}

@media screen and (min-width: 768px) {
  .about__container {
    width: fit-content;
    margin: 0 auto;
    padding-right: 14.5rem;
  }
}

.about__sub-title {
  font-size: 1.6rem;
  font-weight: 500;
  padding-bottom: 0.4rem;
  border-bottom: 2px dashed #ddd;
  width: fit-content;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .about__sub-title {
    font-size: 3.2rem;
    padding-bottom: 1.5rem;
    margin-bottom: 4.8rem;
  }
}

.about__text {
  font-size: 1.4rem;
  line-height: 2.2857142857;
}
@media screen and (min-width: 768px) {
  .about__text {
    font-size: 1.8rem;
    line-height: 2.2222222222;
  }
}
.about__text + .about__text {
  margin-top: 3.2rem;
}
@media screen and (min-width: 768px) {
  .about__text + .about__text {
    margin-top: 4rem;
  }
}

.about__image1 {
  position: absolute;
  bottom: -30.8rem;
  right: -0.1rem;
  width: 17.5rem;
}
@media screen and (min-width: 768px) {
  .about__image1 {
    bottom: 22.3rem;
    right: -10.8rem;
    width: 36.6rem;
  }
}

.about__image2 {
  position: absolute;
  bottom: -30.8rem;
  left: -1.5rem;
  width: 14.4rem;
}
@media screen and (min-width: 768px) {
  .about__image2 {
    bottom: 8.9rem;
    left: -16.3rem;
    width: 29.9rem;
  }
}

.about__image3 {
  position: absolute;
  bottom: -47.9rem;
  right: 1.5rem;
  width: 20.5rem;
}
@media screen and (min-width: 768px) {
  .about__image3 {
    bottom: -6.7rem;
    right: 8rem;
    width: 29.7rem;
  }
}

.links {
  background: #F8F8F8;
  padding-block: 3rem;
}
@media screen and (min-width: 768px) {
  .links {
    padding-block: 8.5rem 8.2rem;
  }
}

.links__container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .links__container {
    gap: 2rem;
    flex-direction: row;
  }
}

.links__link {
  font-size: 2rem;
  color: #fff;
  padding: 5rem 0rem;
  width: 100%;
  max-width: 54rem;
  text-align: center;
  background-image: linear-gradient(rgba(13, 13, 13, 0.4), rgba(13, 13, 13, 0.4)), url("../img/pc/about-link1.png");
  border-radius: 1rem;
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .links__link {
    font-size: 3.2rem;
    padding: 7.2rem 0rem;
  }
}
.links__link:nth-of-type(3) {
  max-width: 100%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .links__link:nth-of-type(3) {
    font-size: 3.2rem;
    padding: 8.4rem 0rem;
  }
}

.links__link--first {
  background-image: linear-gradient(rgba(13, 13, 13, 0.4), rgba(13, 13, 13, 0.4)), url("../img/pc/about-link1.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: all 0.5s;
}
@media (hover: hover) {
  .links__link--first:hover {
    background-image: linear-gradient(rgba(0, 84, 136, 0.4), rgba(0, 84, 136, 0.4)), url("../img/pc/about-link1.png");
    color: #fff;
  }
}
@media (hover: none) {
  .links__link--first:active {
    background-image: linear-gradient(rgba(0, 84, 136, 0.4), rgba(0, 84, 136, 0.4)), url("../img/pc/about-link1.png");
  }
}

.links__link--second {
  background-image: linear-gradient(rgba(13, 13, 13, 0.4), rgba(13, 13, 13, 0.4)), url("../img/pc/about-link2.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: all 0.5s;
  pointer-events: none;
}
.links__link--second span {
  display: block;
  font-size: 1.4rem;
  margin-top: 1rem;
}
@media (hover: hover) {
  .links__link--second:hover {
    background-image: linear-gradient(rgba(0, 84, 136, 0.4), rgba(0, 84, 136, 0.4)), url("../img/pc/about-link2.png");
    color: #fff;
  }
}
@media (hover: none) {
  .links__link--second:active {
    background-image: linear-gradient(rgba(0, 84, 136, 0.4), rgba(0, 84, 136, 0.4)), url("../img/pc/about-link2.png");
  }
}

.links__link--third {
  background-image: linear-gradient(rgba(13, 13, 13, 0.4), rgba(13, 13, 13, 0.4)), url("../img/pc/about-link3.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: all 0.5s;
}
@media (hover: hover) {
  .links__link--third:hover {
    background-image: linear-gradient(rgba(0, 84, 136, 0.4), rgba(0, 84, 136, 0.4)), url("../img/pc/about-link3.png");
    color: #fff;
  }
}
@media (hover: none) {
  .links__link--third:active {
    background-image: linear-gradient(rgba(0, 84, 136, 0.4), rgba(0, 84, 136, 0.4)), url("../img/pc/about-link3.png");
  }
}

.interview {
  background: #fff;
  padding-block: 3.5rem 0.3rem;
}
@media screen and (min-width: 768px) {
  .interview {
    padding-block: 13.4rem 11.5rem;
  }
}

.interview__title {
  margin-bottom: 3.6rem;
}
@media screen and (min-width: 768px) {
  .interview__title {
    margin-bottom: 8rem;
  }
}

.interview__sub-title {
  width: fit-content;
  padding: 0.7rem 0.5rem;
  background: #2D8DF3;
  font-size: 1.6rem;
  color: #fff;
  margin-bottom: 2.2rem;
}
@media screen and (min-width: 768px) {
  .interview__sub-title {
    font-size: 2.4rem;
    padding: 1rem 1rem 1.2rem;
    margin-bottom: 2.4rem;
  }
}

.interview__text {
  font-size: 1.4rem;
  line-height: 2.2857142857;
  color: #1D1D1D;
  margin-bottom: 2.3rem;
}
@media screen and (min-width: 768px) {
  .interview__text {
    font-size: 1.8rem;
    line-height: 2.2222222222;
    margin-bottom: 12.5rem;
  }
}

.voice {
  padding-top: 7rem;
  padding-bottom: 4.7rem;
  background: #f8f8f8 url(../img/pc/house-bg.jpg) no-repeat top center/contain;
}
@media screen and (min-width: 768px) {
  .voice {
    background: #f8f8f8 url(../img/pc/house-bg.jpg) no-repeat top center/cover;
    padding-block: 11.5rem 7.5rem;
  }
}

.business .voice {
  padding-bottom: 5.4rem;
}
@media screen and (min-width: 768px) {
  .business .voice {
    padding-bottom: 12.2rem;
  }
}

.voice__title {
  margin-bottom: 3.5rem;
}
@media screen and (min-width: 768px) {
  .voice__title {
    margin: 0 auto 6.1rem;
    width: fit-content;
    text-align: center;
  }
}

.voice__sub-title {
  width: fit-content;
  padding: 0.7rem 0.7rem;
  background: #2d8df3;
  font-size: 1.6rem;
  color: #fff;
  margin-bottom: 2.1rem;
}
@media screen and (min-width: 768px) {
  .voice__sub-title {
    font-size: 2.4rem;
    padding: 1.1rem 1.3rem;
    margin: 0 auto 2.3rem;
  }
}

.voice__text {
  font-size: 1.4rem;
  line-height: 2.2857142857;
  color: #1D1D1D;
  margin-bottom: 5.3rem;
}
@media screen and (min-width: 768px) {
  .voice__text {
    text-align: center;
    font-size: 1.8rem;
    line-height: 2.2222222222;
    margin-bottom: 7.7rem;
  }
}

.VoiceList {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}
@media screen and (min-width: 768px) {
  .VoiceList {
    flex-direction: row;
    gap: 3.2rem;
    flex-wrap: wrap;
    justify-content: stretch;
  }
}

.VoiceList__list-items {
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) {
  .VoiceList__list-items {
    width: calc(33.3333333333% - 2.1333333333rem);
    max-width: 100%;
  }
}

.VoiceList__link {
  position: relative;
  transition: opacity 0.5s;
}
@media (hover: hover) {
  .VoiceList__link:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .VoiceList__link:active {
    opacity: 0.7;
  }
}

.VoiceList__list-image img {
  object-fit: cover;
  object-position: center;
  aspect-ratio: 360/220;
}
@media screen and (min-width: 768px) {
  .VoiceList__list-image img {
    aspect-ratio: 345/220;
  }
}

.VoiceList__list-box {
  padding: 0.8rem 5.9rem 0.8rem 1.4rem;
  background: #fff;
  height: 10.6rem;
  display: flex;
  align-items: center;
}

.VoiceList__label-box {
  display: flex;
  gap: 1.7rem;
  align-items: center;
  margin-bottom: 1rem;
  display: none;
}
@media screen and (min-width: 768px) {
  .VoiceList__label-box {
    gap: 1.3rem;
    margin-bottom: 0.9rem;
  }
}

.VoiceList__label {
  border-radius: 0.5rem;
  padding: 0.6rem 1.4rem;
  background: #2D8DF3;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .VoiceList__label {
    font-size: 1.4rem;
  }
}

.VoiceList__label-year {
  font-size: 1.2rem;
  color: #292929;
}

.VoiceList__list-text {
  font-size: 1.6rem;
  line-height: 1.6666666667;
  color: #292929;
  font-weight: 500;
}

.VoiceList__list-detailtext {
  display: none;
}

.VoiceList__arrow {
  position: absolute;
  bottom: 3rem;
  right: 1.5rem;
  width: 3.5rem;
}

.recruit {
  padding-block: 2.8rem 2.7rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .recruit {
    padding-block: 15.3rem 17.8rem;
  }
}

@media screen and (min-width: 768px) {
  .recruit__inner {
    padding-left: 13.6rem;
    padding-right: 0;
    max-width: 144.2rem;
  }
}

.recruit__container {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .recruit__container {
    flex-direction: row;
    gap: 7.9rem;
    align-items: center;
  }
}

.recruit__contents {
  display: contents;
}
@media screen and (min-width: 768px) {
  .recruit__contents {
    display: block;
    flex-shrink: 0;
    width: 100%;
    max-width: 53rem;
  }
}

.recruit__title {
  margin-bottom: 2.5rem;
  order: 1;
}
@media screen and (min-width: 768px) {
  .recruit__title {
    margin-bottom: 5.5rem;
  }
}

.recruit__image {
  margin-bottom: 1.5rem;
  order: 2;
}
@media screen and (min-width: 768px) {
  .recruit__image {
    margin-bottom: 0;
    width: 100%;
    max-width: 62.2rem;
  }
}
@media screen and (max-width: 767px) {
  .recruit__image img {
    object-fit: cover;
    object-position: center;
    aspect-ratio: 360/213.62;
  }
}

.recruit__buttons {
  order: 3;
}

.recruit__button {
  border-radius: 1rem;
  overflow: hidden;
  background: #f7f7f7;
}
.recruit__button + .recruit__button {
  margin-top: 1.2rem;
}
@media screen and (min-width: 768px) {
  .recruit__button + .recruit__button {
    margin-top: 1.6rem;
  }
}

.recruit__button-link {
  position: relative;
  padding-block: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .recruit__button-link {
    padding-block: 2.1rem;
    padding-left: 2.1rem;
    padding-right: 1.5rem;
  }
}
@media (hover: hover) {
  .recruit__button-link:hover {
    background: #2680ea;
  }
  .recruit__button-link:hover .recruit__button-text {
    color: #fff;
  }
  .recruit__button-link:hover .recruit__arrow {
    border: 1px solid #fff;
  }
  .recruit__button-link:hover .recruit__arrow::before {
    content: "";
    background: #fff;
  }
  .recruit__button-link:hover .recruit__arrow::after {
    content: "";
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}
@media (hover: none) {
  .recruit__button-link:active {
    background: #2680ea;
  }
  .recruit__button-link:active .recruit__button-text {
    color: #fff;
  }
}

.recruit__button-text {
  font-size: 1.8rem;
  font-weight: 500;
  color: #292929;
}
@media screen and (min-width: 768px) {
  .recruit__button-text {
    font-size: 2.6rem;
  }
}

.recruit__arrow {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid #292929;
  position: relative;
}
@media screen and (min-width: 768px) {
  .recruit__arrow {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.recruit__arrow::before {
  content: "";
  width: 1.1rem;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #292929;
}
@media screen and (min-width: 768px) {
  .recruit__arrow::before {
    width: 1.6rem;
  }
}
.recruit__arrow::after {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  top: 50%;
  right: 0.55rem;
  transform: translateY(-50%) rotate(-45deg);
  border-right: 1px solid #292929;
  border-bottom: 1px solid #292929;
}
@media screen and (min-width: 768px) {
  .recruit__arrow::after {
    width: 0.55rem;
    height: 0.55rem;
    right: 0.8rem;
  }
}

.entry {
  padding-block: 3.5rem 3.6rem;
  background: url(../img/pc/entry.jpg) no-repeat center left/cover;
  position: relative;
}
@media screen and (min-width: 768px) {
  .entry {
    padding-block: 10.4rem 12.4rem;
  }
}

.entry__title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
  color: #fff;
  margin-bottom: 2.5rem;
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 768px) {
  .entry__title {
    font-size: 3.8rem;
    line-height: 1.4473684211;
    margin-bottom: 5.6rem;
  }
}

.entry__button-box {
  margin: 0 auto;
  border: 1px solid #f7f7f7;
  border-radius: 1rem;
  overflow: hidden;
  width: 100%;
  max-width: 22.1rem;
  position: relative;
  z-index: 50;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .entry__button-box {
    max-width: 30.7rem;
  }
}
@media (hover: hover) {
  .entry__button-box:hover {
    background: rgba(255, 255, 255, 0.4);
  }
}
@media (hover: none) {
  .entry__button-box:active {
    background: rgba(255, 255, 255, 0.4);
  }
}

.entry__button {
  padding-block: 0.9rem;
  padding-left: 5.8rem;
  padding-right: 0.9rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .entry__button {
    padding-left: 7.7rem;
    padding-right: 1.7rem;
    padding-block: 1.2rem;
  }
}

.entry__button-text {
  font-size: 2rem;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .entry__button-text {
    font-size: 3.2rem;
  }
}

.entry__arrow {
  width: 2.5rem;
}
@media screen and (min-width: 768px) {
  .entry__arrow {
    width: 3.5rem;
  }
}

.entry__filfter {
  background: rgba(54, 54, 54, 0.6);
  position: absolute;
  inset: 0;
  z-index: 10;
}

.footer {
  background: linear-gradient(#eaf1fa 0%, #f7f8fa 100%);
  padding-block: 2.6rem 2.1rem;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-block: 5.4rem 1.9rem;
  }
}

@media screen and (min-width: 768px) {
  .footer__inner {
    max-width: 106rem;
  }
}

@media screen and (min-width: 768px) {
  .footer__container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 7rem;
  }
}

.footer__wrap + .footer__wrap {
  margin-top: 4.3rem;
  margin-bottom: 3.6rem;
}
@media screen and (min-width: 768px) {
  .footer__wrap + .footer__wrap {
    margin: 0;
  }
}

.footer__address {
  font-style: normal;
}
.footer__address + .footer__address {
  margin-top: 1.8rem;
}
@media screen and (min-width: 768px) {
  .footer__address + .footer__address {
    margin-top: 2.5rem;
  }
}

.footer__address-title {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8571428571;
}

.footer__text {
  font-size: 1.4rem;
  line-height: 1.8571428571;
}

.footer__copy {
  text-align: center;
  display: block;
  font-size: 1rem;
}

.business-mv {
  margin-top: 11.5rem;
  height: auto;
  padding-top: 0;
  background: url(../img/pc/housing-business-mv.png) no-repeat center center/cover;
  aspect-ratio: 390/156;
}
@media screen and (min-width: 768px) {
  .business-mv {
    background: url(../img/pc/housing-business-mv.png) no-repeat center center/cover;
    margin-top: 9.1rem;
    aspect-ratio: 1366/528;
    height: auto;
    padding-top: 18.9rem;
  }
}

.business-mv--mb {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .business-mv--mb {
    margin-bottom: 2.6rem;
  }
}

.business-mv__contents {
  padding-left: 1.5rem;
  padding-bottom: 1.2rem;
  transform: translateY(-109%);
}
@media screen and (min-width: 768px) {
  .business-mv__contents {
    transform: translateY(0);
    padding-left: 4.9rem;
    padding-bottom: 0;
  }
}

.business-mv__sub-title {
  font-size: 1.2rem;
  font-weight: 500;
  color: #99A3AD;
  margin-bottom: 0.6rem;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .business-mv__sub-title {
    font-size: 2.2rem;
    margin-bottom: 1.6rem;
  }
}

.business-mv__main-title {
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .business-mv__main-title {
    font-size: 4.6rem;
  }
}

.entry-button {
  background: #3780CE;
  padding-block: 0.7rem 0.8rem;
  padding-right: 1.1rem;
  padding-left: 5rem;
  font-size: 2rem;
  color: #F8F8F8;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 19.8rem;
  margin: 0 auto;
  border-radius: 1rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  text-transform: uppercase;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .entry-button {
    font-size: 3.2rem;
    padding-left: 7.7rem;
    padding-right: 1.7rem;
    padding-block: 1.1rem;
    max-width: 30.7rem;
  }
}
@media (hover: hover) {
  .entry-button:hover {
    background: rgba(55, 128, 206, 0.4);
  }
}
@media (hover: none) {
  .entry-button:active {
    background: rgba(55, 128, 206, 0.4);
  }
}

.entry-button__arrow {
  width: 2.3rem;
}
@media screen and (min-width: 768px) {
  .entry-button__arrow {
    width: 3.5rem;
  }
}

.business__entry-button {
  margin-bottom: 3.7rem;
}
@media screen and (min-width: 768px) {
  .business__entry-button {
    margin-bottom: 10.6rem;
  }
}

.charm {
  background: #fff;
}

@media screen and (min-width: 768px) {
  .charm__inner {
    max-width: 105.3rem;
  }
}

.charm__title {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 4.4rem;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .charm__title {
    font-size: 3.2rem;
    line-height: 1.5625;
    margin-bottom: 4.6rem;
  }
}
.charm__title span {
  font-size: 1.6rem;
  display: block;
  line-height: 1.875;
}
@media screen and (min-width: 768px) {
  .charm__title span {
    font-size: 2.4rem;
    line-height: 2.0833333333;
    margin-bottom: -0.5rem;
  }
}

.charm__list {
  margin-bottom: 4.7rem;
}
@media screen and (min-width: 768px) {
  .charm__list {
    display: flex;
    gap: 16.2rem;
    margin-bottom: 14.3rem;
  }
}

.charm__list-items {
  display: flex;
  gap: 4.2rem;
  align-items: center;
  padding-block: 1.2rem;
  border-bottom: 2px dashed #ddd;
}
@media screen and (min-width: 768px) {
  .charm__list-items {
    flex-direction: column;
    gap: 5.3rem;
    border: none;
  }
}
.charm__list-items:first-of-type {
  padding-top: 0;
}
.charm__list-items:last-of-type {
  border: none;
  padding-bottom: 0;
}

.charm__list-image {
  width: 13rem;
}
@media screen and (min-width: 768px) {
  .charm__list-image {
    width: 22.3rem;
  }
}

.charm__text {
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .charm__text {
    font-size: 2.4rem;
  }
}

.charm__message {
  background: url(../img/pc/charm.png) no-repeat center center/cover;
  position: relative;
  height: 19.7rem;
}
@media screen and (min-width: 768px) {
  .charm__message {
    height: 52.6rem;
  }
}

.charm__message-text-box {
  position: absolute;
  bottom: -5.3rem;
  left: 50%;
  transform: translateX(-50%);
  width: 36rem;
}
@media screen and (min-width: 768px) {
  .charm__message-text-box {
    bottom: -8.2rem;
    width: 80.5rem;
  }
}

.charm__message-text {
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  line-height: 2.1428571429;
  padding: 1.8rem 1.2rem 1.8rem;
  background: rgba(255, 255, 255, 0.87);
  position: relative;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  .charm__message-text {
    padding: 4rem 4rem 4.2rem;
    font-size: 3rem;
    line-height: 1.9666666667;
  }
}
.charm__message-text::after {
  content: "";
  position: absolute;
  bottom: -3.8rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 4rem;
  background: #b5c7db;
}
@media screen and (min-width: 768px) {
  .charm__message-text::after {
    bottom: -4.3rem;
    height: 6.8rem;
  }
}

.flow {
  padding-block: 10.1rem 5.5rem;
  background: linear-gradient(#eaf1fa 0%, #f7f8fa 100%);
}
@media screen and (min-width: 768px) {
  .flow {
    padding-block: 20.6rem 12.3rem;
  }
}

@media screen and (min-width: 768px) {
  .flow__inner {
    max-width: 105.3rem;
  }
}

.flow__title {
  width: fit-content;
  margin: 0 auto 2.7rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .flow__title {
    margin-bottom: 8.8rem;
  }
}

.flow__list {
  display: flex;
  gap: 2rem;
  flex-direction: column;
  padding-left: 2rem;
  position: relative;
  z-index: 90;
  margin-bottom: 4.5rem;
}
@media screen and (min-width: 768px) {
  .flow__list {
    flex-direction: row;
    gap: 7.8rem;
    padding-left: 0;
    margin-bottom: 7.3rem;
  }
}
.flow__list::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 5px;
  bottom: 0;
  background: #b5c7db;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .flow__list::after {
    top: 50%;
    left: 5px;
    width: calc(100% - 10px);
    bottom: auto;
    height: 0.5rem;
    transform: translateY(-50%);
  }
}

.flow__list-items {
  z-index: 90;
  position: relative;
  padding-block: 2.7rem 2.6rem;
  background: #fff;
  border-radius: 1rem;
  border: 1px solid #3880ce;
}
@media screen and (min-width: 768px) {
  .flow__list-items {
    padding: 0;
    width: 10rem;
    height: 30rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.flow__list-text {
  font-size: 1.8rem;
  padding-left: 4.3rem;
}
@media screen and (min-width: 768px) {
  .flow__list-text {
    writing-mode: vertical-rl;
    text-orientation: upright;
    padding: 0;
    font-size: 2.4rem;
    letter-spacing: 0.25em;
  }
}

.flow__number {
  position: absolute;
  top: 50%;
  left: 0;
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #3880ce;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .flow__number {
    top: 0;
    left: 50%;
    width: 6rem;
    height: 6rem;
    font-size: 2.4rem;
  }
}

.flow__text {
  font-size: 1.4rem;
  line-height: 2.2857142857;
}
@media screen and (min-width: 768px) {
  .flow__text {
    font-size: 1.6rem;
    line-height: 3.125;
    text-align: center;
  }
}

.employee-interview {
  padding-top: 3rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .employee-interview {
    padding-top: 9.1rem;
  }
}

.employee-interview__title {
  margin-bottom: 3.3rem;
}
@media screen and (min-width: 768px) {
  .employee-interview__title {
    margin-bottom: 5.8rem;
  }
}

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

.employee-interview__list {
  display: none;
}
@media screen and (min-width: 768px) {
  .employee-interview__list {
    display: flex;
    gap: 5rem;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1366px) {
  .employee-interview__list {
    gap: 5rem;
  }
}

@media screen and (min-width: 768px) {
  .employee-interview__list-items {
    width: calc(50% - 2.5rem);
  }
}
@media screen and (min-width: 1366px) {
  .employee-interview__list-items {
    width: calc(25% - 3.75rem);
  }
}

.employee-interview__list-link {
  position: relative;
  transition: opacity 0.5s;
}
@media (hover: hover) {
  .employee-interview__list-link:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .employee-interview__list-link:active {
    opacity: 0.7;
  }
}

.employee-interview__list-image {
  margin-bottom: 2.1rem;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .employee-interview__list-image {
    margin-bottom: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .employee-interview__list-image img {
    object-fit: cover;
    object-position: center;
    aspect-ratio: 359/402;
  }
}
@media screen and (min-width: 768px) {
  .employee-interview__list-image img {
    aspect-ratio: 309/345;
  }
}

.employee-interview__label {
  padding-block: 1rem;
  padding-left: 1.6rem;
  padding-right: 3.9rem;
  font-size: 1.6rem;
  color: #fff;
  border-radius: 0.5rem;
  background: #2c8df3;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .employee-interview__label {
    padding-left: 1.4rem;
    padding-right: 2.3rem;
    padding-block: 0.9rem;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

.employee-interview__info-box {
  display: flex;
  align-items: center;
  gap: 1.8rem;
}
@media screen and (min-width: 768px) {
  .employee-interview__info-box {
    gap: 1.4rem;
    align-items: end;
  }
}

.employee-interview__name {
  font-size: 2.3rem;
  color: #292929;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .employee-interview__name {
    font-size: 2rem;
  }
}

.employee-interview__year {
  font-size: 1.5rem;
  color: #292929;
  padding-top: 0.3rem;
}
@media screen and (min-width: 768px) {
  .employee-interview__year {
    padding-top: 0;
    font-size: 1.4rem;
  }
}

.employee-interview__arrow {
  width: 4.7rem;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .employee-interview__arrow {
    width: 4rem;
  }
}

.swiper2 {
  position: relative;
  margin-bottom: 10.9rem;
}
.swiper2 .swiper-pagination {
  bottom: -3.3rem;
}
.swiper2 .swiper-pagination-bullet {
  margin-right: 2.2rem !important;
  margin-left: 0 !important;
  width: 0.9rem !important;
  height: 0.9rem !important;
}
.swiper2 .swiper-pagination-bullet:last-of-type {
  margin: 0 !important;
}

.swiper-pagination-bullet-active {
  background: #3780CE;
}

.customer-voice {
  background: #fff;
  padding: 0;
  padding-bottom: 5.5rem;
}
@media screen and (min-width: 768px) {
  .customer-voice {
    padding-block: 13rem 12.3rem;
  }
}

.recruitment {
  padding-block: 3.8rem 3.5rem;
  background: #F8F8F8;
}
@media screen and (min-width: 768px) {
  .recruitment {
    padding-block: 7.4rem 7.1rem;
  }
}

@media screen and (min-width: 768px) {
  .recruitment__inner {
    max-width: 105.3rem;
  }
}

.recruitment__title {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 2.9rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .recruitment__title {
    font-size: 4.2rem;
    margin-bottom: 5.4rem;
  }
}

.table {
  border: 1px solid #2D8DF3;
  margin-bottom: 3.2rem;
  border-collapse: collapse;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .table {
    margin-bottom: 7.6rem;
  }
}
.table th {
  border-bottom: 1px solid #fff;
  background: #2D8DF3;
  padding-top: 1.4rem;
  padding-left: 1.9rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  width: 11.1rem;
  text-align: left;
  border-collapse: collapse;
}
@media screen and (min-width: 768px) {
  .table th {
    font-size: 2rem;
    padding-top: 2.3rem;
    padding-left: 2.3rem;
    width: 18rem;
  }
}
.table td {
  border-bottom: 1px solid #2D8DF3;
  background: #fff;
  font-size: 1.4rem;
  line-height: 1.5714285714;
  padding-top: 1.4rem;
  padding-left: 1.4rem;
  padding-bottom: 1.6rem;
  color: #363636;
}
@media screen and (min-width: 768px) {
  .table td {
    font-size: 1.6rem;
    padding-top: 2.3rem;
    padding-bottom: 2.5rem;
    padding-left: 2.8rem;
    line-height: 1.375;
  }
}
.table tr:last-of-type th {
  border-bottom: 1px solid #2D8DF3;
}

.table__list-items {
  font-size: 1.4rem;
  line-height: 1.375;
}
@media screen and (min-width: 768px) {
  .table__list-items {
    font-size: 1.6rem;
  }
}
.table__list-items + .table__list-items {
  margin-top: 0.3rem;
}
@media screen and (min-width: 768px) {
  .table__list-items + .table__list-items {
    margin-top: 0.6rem;
  }
}

.atmosphere-mv {
  margin-bottom: 3.7rem;
  background: url(../img/pc/atmosphere-mv.png) no-repeat center center/cover;
  aspect-ratio: 390/156;
}
@media screen and (min-width: 768px) {
  .atmosphere-mv {
    margin-bottom: 6.2rem;
    background: url(../img/pc/atmosphere-mv.png) no-repeat center center/cover;
  }
}

@media screen and (min-width: 768px) {
  .title-color--white {
    color: #F8F8F8;
  }
}

@media screen and (min-width: 768px) {
  .atmosphere__inner {
    max-width: 115.7rem;
  }
}

.atmosphere {
  background: #fff;
  padding-bottom: 7.3rem;
}
@media screen and (min-width: 768px) {
  .atmosphere {
    padding-bottom: 15rem;
  }
}

.atmosphere__container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media screen and (min-width: 768px) {
  .atmosphere__container {
    flex-direction: row;
    gap: 8.9rem;
  }
}
.atmosphere__container + .atmosphere__container {
  margin-top: 7.2rem;
}
@media screen and (min-width: 768px) {
  .atmosphere__container + .atmosphere__container {
    flex-direction: row-reverse;
    margin-top: 10rem;
  }
}
@media screen and (min-width: 768px) {
  .atmosphere__container:nth-of-type(2) {
    gap: 4.9rem;
  }
}
@media screen and (min-width: 768px) {
  .atmosphere__container:nth-of-type(2) .atmosphere__wrapper {
    padding-top: 8.9rem;
    width: 100%;
    max-width: 51.5rem;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 768px) {
  .atmosphere__container:nth-of-type(2) .atmosphere__image-box2 {
    max-width: 53.6rem;
    max-height: none;
    aspect-ratio: 536/558;
    margin: 0;
  }
}

@media screen and (min-width: 768px) {
  .atmosphere__wrapper {
    padding-top: 9.8rem;
    width: 100%;
    max-width: 51rem;
    flex-shrink: 0;
  }
}

.atmosphere__sub-title {
  font-size: 1.2rem;
  color: #99A3AD;
  font-weight: 500;
  margin-bottom: 0.7rem;
}
@media screen and (min-width: 768px) {
  .atmosphere__sub-title {
    font-size: 2rem;
    margin-bottom: 1.8rem;
  }
}

.atmosphere__title {
  font-weight: 500;
  font-size: 2rem;
  color: #292929;
  margin-bottom: 3.6rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .atmosphere__title {
    font-size: 3.2rem;
    margin-bottom: 7.1rem;
    letter-spacing: 0;
  }
}

.atmosphere__text {
  font-size: 1.4rem;
  line-height: 2.2857142857;
}
@media screen and (min-width: 768px) {
  .atmosphere__text {
    font-size: 1.8rem;
    line-height: 2.2222222222;
  }
}

.atmosphere__image-box {
  width: 100%;
  aspect-ratio: 360/346;
  max-width: 36rem;
  max-height: 34.6rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .atmosphere__image-box {
    max-width: 49.8rem;
    max-height: none;
    aspect-ratio: 498/551;
    margin: 0;
  }
}

.atmosphere__image-box2 {
  width: 100%;
  aspect-ratio: 360/336;
  max-width: 36rem;
  max-height: 33.6rem;
  margin: 0 auto;
  position: relative;
}

.atmosphere__image1 {
  width: 20.6rem;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .atmosphere__image1 {
    width: 32.9rem;
  }
}

.atmosphere__image2 {
  width: 13.5rem;
  position: absolute;
  top: 5.4rem;
  right: 0;
}
@media screen and (min-width: 768px) {
  .atmosphere__image2 {
    width: 21.5rem;
    top: 9rem;
    right: -7.5rem;
  }
}

.atmosphere__image3 {
  width: 20.9rem;
  position: absolute;
  bottom: 0;
  left: 8.3rem;
  z-index: 50;
}
@media screen and (min-width: 768px) {
  .atmosphere__image3 {
    width: 33.3rem;
    bottom: 0;
    left: 13.3rem;
  }
}

.atmosphere__image4 {
  width: 27.8rem;
  position: absolute;
  top: 0;
  left: 3.7rem;
}
@media screen and (min-width: 768px) {
  .atmosphere__image4 {
    width: 46.1rem;
    top: 0.2rem;
    left: 0.2rem;
  }
}

.atmosphere__image5 {
  width: 15.1rem;
  position: absolute;
  top: 16.1rem;
  left: 0;
  z-index: 50;
}
@media screen and (min-width: 768px) {
  .atmosphere__image5 {
    width: 25.1rem;
    top: 26.9rem;
    left: -6.2rem;
  }
}

.atmosphere__image6 {
  width: 18.4rem;
  position: absolute;
  bottom: 0;
  left: 17.6rem;
}
@media screen and (min-width: 768px) {
  .atmosphere__image6 {
    width: 30.5rem;
    bottom: -0.6rem;
    left: auto;
    right: -0.4rem;
  }
}

.interview-mv {
  margin-top: 5rem;
  width: 100%;
  height: 28.8rem;
  padding-top: 15.9rem;
  padding-left: 1.5rem;
  margin-bottom: 7.8rem;
  background: url(../img/sp/housing-business-mv-sp.png) no-repeat center center/cover;
  aspect-ratio: 390/156;
}
@media screen and (min-width: 768px) {
  .interview-mv {
    margin-top: 9rem;
    padding-top: 17.8rem;
    padding-left: 13.7rem;
    margin-bottom: 0;
    aspect-ratio: 1366/528;
    height: auto;
  }
}

.interview-mv--1 {
  background: url(../img/pc/interview-mv1.png) no-repeat right center/cover;
}
@media screen and (min-width: 768px) {
  .interview-mv--1 {
    background: url(../img/pc/interview-mv1.png) no-repeat center center/cover;
  }
}

.interview-mv--2 {
  background: url(../img/pc/interview-mv2.png) no-repeat right 20%/cover;
}
@media screen and (min-width: 768px) {
  .interview-mv--2 {
    background: url(../img/pc/interview-mv2.png) no-repeat center 20%/cover;
  }
}

.interview-mv--3 {
  background: url(../img/pc/interview-mv3.png) no-repeat right center/cover;
}
@media screen and (min-width: 768px) {
  .interview-mv--3 {
    background: url(../img/pc/interview-mv3.png) no-repeat center center/cover;
  }
}

.interview-mv--4 {
  background: url(../img/pc/interview-mv4.png) no-repeat right center/cover;
}
@media screen and (min-width: 768px) {
  .interview-mv--4 {
    background: url(../img/pc/interview-mv4.png) no-repeat center center/cover;
  }
}

.interview-mv__sub-title {
  color: #F8F8F8;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .interview-mv__sub-title {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
  }
}

.interview-mv__main-title {
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.4347826087;
  color: #F8F8F8;
  margin-bottom: 3.8rem;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.24);
}
@media screen and (min-width: 768px) {
  .interview-mv__main-title {
    font-size: 3.8rem;
    line-height: 1.4210526316;
    margin-bottom: 2.3rem;
  }
}

@media screen and (min-width: 768px) {
  .interview-mv__box {
    width: 41.6rem;
    padding-block: 1rem 1.2rem;
    background: rgba(255, 255, 255, 0.73);
    padding-left: 1.4rem;
  }
}

.interview-mv__label {
  width: 9.5rem;
  border-radius: 0.5rem;
  background: #2c8df3;
  padding-block: 0.6rem;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 0.9rem;
}
@media screen and (min-width: 768px) {
  .interview-mv__label {
    font-size: 1.5rem;
    padding-block: 0.8rem;
    width: 14.1rem;
    margin-bottom: 1.6rem;
  }
}

.interview-mv__label--large {
  width: 11rem;
}
@media screen and (min-width: 768px) {
  .interview-mv__label--large {
    width: 16.5rem;
  }
}

.interview-mv__wrap {
  display: flex;
  gap: 1.1rem;
  align-items: end;
}
@media screen and (min-width: 768px) {
  .interview-mv__wrap {
    gap: 1.2rem;
  }
}

.interview-mv__name {
  font-size: 1.6rem;
  color: #292929;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .interview-mv__name {
    font-size: 2rem;
  }
}

.interview-mv__year {
  font-size: 1rem;
  color: #292929;
}
@media screen and (min-width: 768px) {
  .interview-mv__year {
    font-size: 1.3rem;
  }
}

.interview-section {
  background: linear-gradient(#eaf1fa 0%, #f7f8fa 100%);
  padding-top: 2.4rem;
  padding-bottom: 4.7rem;
}
@media screen and (min-width: 768px) {
  .interview-section {
    padding-top: 10rem;
    padding-bottom: 13.5rem;
  }
}

.interview-section__container {
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
}
@media screen and (min-width: 768px) {
  .interview-section__container {
    gap: 6rem;
    flex-direction: row;
  }
}
.interview-section__container + .interview-section__container {
  margin-top: 3.4rem;
}
@media screen and (min-width: 768px) {
  .interview-section__container + .interview-section__container {
    margin-top: 11rem;
  }
}
@media screen and (min-width: 768px) {
  .interview-section__container:nth-of-type(2) {
    flex-direction: row-reverse;
  }
}
.interview-section__container:last-of-type {
  margin-bottom: 3.2rem;
}
@media screen and (min-width: 768px) {
  .interview-section__container:last-of-type {
    margin-bottom: 6.9rem;
  }
}

.interview-section__image {
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .interview-section__image {
    width: 44rem;
    flex-shrink: 0;
  }
}

.interview-section__title {
  font-size: 2rem;
  font-weight: 500;
  padding-bottom: 1.3rem;
  border-bottom: 2px dashed #ddd;
  margin-bottom: 1.1rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .interview-section__title {
    font-size: 2.6rem;
    line-height: 1.9230769231;
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
    margin-top: -0.6rem;
  }
}

.interview-section__text {
  font-size: 1.4rem;
  line-height: 2.1428571429;
}
@media screen and (min-width: 768px) {
  .interview-section__text {
    font-size: 1.8rem;
    line-height: 2.2222222222;
  }
}

.interview-section__text--mb {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .interview-section__text--mb {
    margin-bottom: 4rem;
  }
}

.interview-section__text--mb2 {
  margin-bottom: 4.8rem;
}
@media screen and (min-width: 768px) {
  .interview-section__text--mb2 {
    margin-bottom: 6.7rem;
  }
}

.interview-section__main-image {
  margin-bottom: 3.9rem;
}
@media screen and (min-width: 768px) {
  .interview-section__main-image {
    margin-bottom: 7.4rem;
  }
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
  transition-timing-function: ease-in-out;
}

.fadein {
  opacity: 0;
  transform: translate(0, 40px);
  transition: all 1000ms;
}

.swiper-slide:not(.swiper-slide-active) .employee-interview__info-box {
  opacity: 0;
  pointer-events: none;
}

.dialog {
  position: fixed;
  padding: 0;
  z-index: 500;
  border-radius: 1rem;
  overflow: hidden;
  border: none;
  text-align: center;
  overscroll-behavior-y: none;
  display: none;
  inset: 9.7rem 3.3rem 6.1rem;
  margin: auto;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .dialog {
    max-width: 100rem;
    max-height: 54rem;
    margin: auto;
  }
}
.dialog.active {
  display: block;
}

.dialog__container {
  position: relative;
  max-height: calc(100% - 2.6rem);
  overflow-y: scroll;
  scrollbar-width: none;
}
@media screen and (min-width: 768px) {
  .dialog__container {
    padding-top: 5.3rem;
    max-height: calc(100% - 3.9rem);
    padding-inline: 3.8rem;
  }
}

.dialog__container::-webkit-scrollbar {
  display: none;
}

.dialog__close {
  position: fixed;
  top: 6.3rem;
  right: 3.9rem;
  z-index: 600;
  display: none;
}
@media screen and (min-width: 768px) {
  .dialog__close {
    position: absolute;
    top: 2.8rem;
    right: 4rem;
  }
}
.dialog__close.active {
  display: block;
}

.dialog__box {
  display: flex;
  flex-direction: column;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .dialog__box {
    flex-direction: row;
    align-items: center;
    margin-bottom: 3.1rem;
  }
}

@media screen and (min-width: 768px) {
  .dialog__image {
    width: 100%;
    max-width: 34.5rem;
    border-radius: 1rem;
    overflow: hidden;
  }
}
.dialog__image img {
  object-fit: cover;
  object-position: center;
  aspect-ratio: 362/231;
}
@media screen and (min-width: 768px) {
  .dialog__image img {
    aspect-ratio: 345/220;
  }
}

.dialog__title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #292929;
  line-height: 1.7222222222;
  padding: 2.1rem 1.6rem 2rem;
}
@media screen and (min-width: 768px) {
  .dialog__title {
    width: 100%;
    max-width: 56.2rem;
    font-size: 2.8rem;
    line-height: 1.5;
  }
}

.dialog-filter {
  opacity: 0.8;
  background: #1d1d1d;
  position: fixed;
  inset: 0;
  z-index: 400;
  display: none;
}
.dialog-filter.active {
  display: block;
}

.dialog__text {
  font-size: 1.4rem;
  line-height: 1.9285714286;
  color: #292929;
  text-align: left;
  padding-inline: 1.6rem;
}
@media screen and (min-width: 768px) {
  .dialog__text {
    padding: 0;
    font-size: 1.6rem;
    line-height: 1.875;
  }
}

.customer-voice-section {
  margin-top: 8.4rem;
}
@media screen and (min-width: 768px) {
  .customer-voice-section {
    margin-top: 13.5rem;
  }
}

.customer-voice__title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 1.8rem;
}
@media screen and (min-width: 768px) {
  .customer-voice__title {
    font-size: 2.8rem;
    line-height: 1.9285714286;
    margin-bottom: 1.6rem;
  }
}

.customer-voice__main-image {
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 1.7rem;
}

.customer-voice__main-text {
  font-size: 1.4rem;
  line-height: 2.2857142857;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .customer-voice__main-text {
    font-size: 1.6rem;
    margin-bottom: 3rem;
    line-height: 2.25;
  }
}

.customer-voice__image-box {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  margin-bottom: 1.7rem;
}
@media screen and (min-width: 768px) {
  .customer-voice__image-box {
    flex-direction: row;
    gap: 1.7rem;
    margin-bottom: 3rem;
  }
}

.customer-voice__image {
  border-radius: 1rem;
  overflow: hidden;
}

.customer-voice__image-text {
  font-size: 1.4rem;
  line-height: 2.2857142857;
  margin-bottom: 5.7rem;
}
@media screen and (min-width: 768px) {
  .customer-voice__image-text {
    font-size: 1.6rem;
    margin-bottom: 11.1rem;
    line-height: 2.25;
  }
}

.form {
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
  height: 2160px;
  background: #f7f7f7;
}
@media screen and (min-width: 768px) {
  .form {
    height: 2330px;
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.form__title {
  text-align: left;
  margin-bottom: 3.5rem;
}
@media screen and (min-width: 768px) {
  .form__title {
    text-align: center;
    margin-bottom: 6rem;
  }
}

.form-box {
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.ajustment {
  height: 30px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .ajustment {
    height: 50px;
  }
}
.ajustment--bottom {
  margin-top: -2px;
}

/*=======================================================
keyframes
=======================================================*/
@keyframes animation-scale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.5178571429);
  }
}
@media screen and (min-width: 768px) {
  @keyframes animation-scale {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(1.5187969925);
    }
  }
}
/* =======================================================
aoi-interview
======================================================= */
:root {
  --sp-scale: calc(170 / 112);
  --sp-reverse-scale: calc(112 / 170);
  --pc-scale: calc(404 / 266);
  --pc-reverse-scale: calc(266 / 404);
}

.interview__text {
  margin-bottom: 9.5rem;
}

.aoi-interview {
  background: #fff;
  padding-block: 3.5rem 3.9rem;
}
.aoi-interview .aoi-tInterview {
  max-width: 48rem;
  margin: 0 auto;
}
.aoi-interview .swiper {
  max-width: 48rem;
  padding: 0 1.5rem;
  overflow: visible;
}
.aoi-interview .swiper-wrapper {
  align-items: end;
}
.aoi-interview .swiper-slide {
  width: 11.2rem;
  margin-right: 1.5rem;
}
.aoi-interview .swiper-slide-active {
  transform: scale(1.5178571429);
  animation-name: animation-scale;
  animation-duration: 400ms;
  transform-origin: left bottom;
}
.aoi-interview .swiper-slide-active .swiper-slide__image {
  margin-bottom: 0.5270588235rem;
}
.aoi-interview .swiper-slide-active .swiper-slide__text {
  display: block;
}
.aoi-interview .swiper-slide-after {
  transform: translateX(5.8rem);
}
.aoi-interview .swiper-slide__text {
  position: absolute;
  top: -7.4rem;
  left: 18.5rem;
  display: none;
  width: max-content;
}
.aoi-interview .swiper-slide__text-wrapper {
  position: relative;
}
.aoi-interview .swiper-slide__text.--is-current {
  display: block;
}
.aoi-interview .swiper-slide__text-inner {
  display: block;
  width: max-content;
  padding: 0 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: calc(60/32);
  color: #3780ce;
  border-bottom: 1px solid #3899ff;
}
.aoi-interview .swiper-slide__link {
  position: relative;
}
.aoi-interview .swiper-slide__image {
  margin-bottom: 0.8rem;
}
.aoi-interview .swiper-slide__image > img {
  height: 12.6rem;
  object-fit: cover;
}
.aoi-interview .swiper-slide__label {
  display: inline-grid;
  place-content: center;
  padding: 0.5rem 0.8rem 0.6rem;
  margin-bottom: 1.1rem;
  color: #fff;
  background: #2c8df3;
  border-radius: 0.5rem;
}
.aoi-interview .swiper-slide__name {
  display: block;
  margin-bottom: 0.7rem;
  font-size: 1.4rem;
}
.aoi-interview .swiper-slide__arrow {
  position: absolute;
  right: 0;
  bottom: 0.1rem;
  width: 2rem;
}

.aoi-interview .swiper-slide-active {
  transform: scale(var(--sp-scale));
}

.aoi-interview .swiper-slide-active .swiper-slide__scalable {
  width: calc(100% * var(--sp-scale));
  transform-origin: left bottom;
  transform: scale(var(--sp-reverse-scale));
}

.aoi-interview .swiper-slide-active .swiper-slide__image {
  transform: translateY(2rem);
  margin-bottom: calc(0.8rem * var(--sp-reverse-scale));
}

@media screen and (min-width: 768px) {
  .interview__text {
    margin-bottom: 27.8rem;
  }
  .aoi-interview {
    padding-block: 13.4rem 15.2rem;
  }
  .aoi-interview .aoi-tInterview {
    max-width: 116rem;
    padding: 0;
  }
  .aoi-interview .swiper {
    max-width: 116rem;
    padding: 0 3rem;
  }
  .aoi-interview .swiper-slide {
    width: 26.6rem;
    margin-right: 3.8rem;
    margin-left: 0;
  }
  .aoi-interview .swiper-slide-active {
    transform: scale(1.5187969925);
  }
  .aoi-interview .swiper-slide-active .swiper-slide__image {
    margin-bottom: 0.6502671307rem;
  }
  .aoi-interview .swiper-slide-after {
    transform: translateX(13.8rem);
  }
  .aoi-interview .swiper-slide__text {
    top: -16.4rem;
    left: 43rem;
  }
  .aoi-interview .swiper-slide__text-inner {
    padding: 0 3.6rem;
    font-size: 3.2rem;
  }
  .aoi-interview .swiper-slide__image {
    margin-bottom: 0.9876237624rem;
  }
  .aoi-interview .swiper-slide__image > img {
    height: 29.8rem;
  }
  .aoi-interview .swiper-slide__label {
    padding: 0.7rem 1.2rem;
    margin-bottom: 1.4rem;
    border-radius: 0.5rem;
    font-size: 1.4rem;
  }
  .aoi-interview .swiper-slide__box {
    display: flex;
    gap: 0.8rem;
  }
  .aoi-interview .swiper-slide__name {
    margin-bottom: 0;
    font-size: 1.8rem;
  }
  .aoi-interview .swiper-slide__year {
    margin-top: 0.5rem;
    font-size: 1.2rem;
  }
  .aoi-interview .swiper-slide__arrow {
    width: 3.5rem;
    bottom: 0.3rem;
  }
  .aoi-interview .swiper-slide-active {
    transform: scale(var(--pc-scale));
  }
  .aoi-interview .swiper-slide-active .swiper-slide__scalable {
    width: calc(100% * var(--pc-scale));
    transform: scale(var(--pc-reverse-scale));
  }
  .aoi-interview .swiper-slide-active .swiper-slide__image {
    margin-bottom: calc(1.9rem * var(--pc-reverse-scale) * var(--pc-reverse-scale));
  }
  .aoi-interview .swiper-slide__image {
    margin-bottom: calc(1.9rem * var(--pc-reverse-scale));
  }
}

/*# sourceMappingURL=style.css.map */
