@charset "utf-8";

.l-detail {
  background: #EBEBEB;
  padding: 236px 0 0;
}
@media screen and (min-width: 600px) {
  .l-detail {
    padding: 336px 0 0;
  }
  .l-detail__thin {
    padding: 254px 0 0;
  }
}

.about__wrap {
  z-index: 0;
  padding: 0 0 467px 0 !important;
}
@media screen and (min-width: 500px) {
  .about__wrap {
    padding: 0 0 567px 0 !important;
  }
}
.about__img01 {
  position: absolute;
  top: -76px;
  right: calc(50% + 434px);
  aspect-ratio: 250/340;
  width: 250px;
  height: auto;
  object-fit: cover;
}
.about__img02 {
  position: absolute;
  top: 131px;
  left: calc(50% + 392px);
  aspect-ratio: 290/390;
  width: 290px;
  height: auto;
  object-fit: cover;
}
.about__img03 {
  position: absolute;
  bottom: 150px;
  left: 0;
  aspect-ratio: 470/300;
  width: 90%;
  height: auto;
  object-fit: cover;
}
@media screen and (min-width: 600px) {
  .about__img03 {
    width: 470px;
    left: -40px;
  }
}
@media screen and (min-width: 800px) {
  .about__img03 {
    left: unset;
    right: calc(50% + 79px);
  }
}

.detail__bg-text__wrap {
  display: flex;
  gap: 50px;
  width: 100vw;
  position: absolute;

}
.detail__bg-text {
  font-family: "Bebas Neue", sans-serif;
  font-size: 426px;
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.04);
  letter-spacing: 0;
  line-height: 1;
  flex-shrink: 0;
  width: auto;
  height: 100%;
  animation: infinity-scroll-left 50s infinite linear 0.5s both;
}
.about__bg-text__wrap {
  position: absolute;
  bottom: -83px;
  left: 50%; 
  transform: translateX(-50%);
  z-index: -1;
}
.company__bg-text__wrap {
  position: absolute;
  top: 40%;
  left: 50%; 
  transform: translate(-50%, -50%);
  z-index: -1;
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}

.detail-white {
  padding: 133px 0 170px;
  background: #FFFFFF;
  border-radius: 40px 40px 0 0;
}

.features__wrap {
  display: flex;
  flex-direction: column;
  gap: 64px;
  margin-top: 40px;
}
.features__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
  padding-bottom: 70px;
  border-bottom: 1px solid #D0D0D0;

  &:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
  }
}
@media screen and (min-width: 1100px) {
  .features__item {
    flex-direction: row;
    align-items: end;
    gap: 70px;
  }
}

.features__title  {
  font-family: "Bebas Neue", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #FFFFFF;
  padding: 8px 20px 7px;
  background: #A2261F;
  width: fit-content;
}

.features__head {
  width: min(100%, 550px);
  margin-inline: auto;
}
.features__img {
  margin-top: 30px;
  aspect-ratio: 486 / 300;
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media screen and (min-width: 1100px) {
  .features__img {
    width: min(calc(486 / 1366 * 100vw), 486px);
  }
}
.features__body {
  margin-bottom: 4px;
}

.service-intro {
  z-index: 0;
}

.service-intro__lists {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 950px) {
  .service-intro__lists {
    grid-template-columns: repeat(3, 1fr);
  }
}

.service-intro__list {
  padding: 20px 20px 61px;
  position: relative;
  border-top: 1px solid #B7B7B7;
  white-space: nowrap;

  &:last-of-type {
    border-bottom: 1px solid #B7B7B7;
  }

  &::before {
    content: "";
    position: absolute;
    bottom: 23px;
    left: 50%;
    transform: translateX(-50%);
    background: url('../images/service-down.svg') center / contain no-repeat;
    width: 6px;
    height: 12px;
  }
}
@media screen and (min-width: 950px) {
  .service-intro__list {
    border-top: none;
    border-left: 1px solid #B7B7B7;
    padding: 13px 44px 61px;

    &:last-of-type {
      border-bottom: none;
      border-right: 1px solid #B7B7B7;
    }
  }
}

@media screen and (min-width: 768px) {
  .service__container {
    display: grid;
    gap: 58px;
    grid-template-columns: 134px 1fr;
  }
}
@media screen and (min-width: 1100px) {
  .service__container {
    gap: min(calc(174 / 1366 * 100vw), 174px);
  }
}

.service__links {
  display: none;
}
@media screen and (min-width: 768px) {
  .service__links {
    position: sticky;
    bottom: 50px;
    left: 0;
    height: fit-content;
            display: flex;
        flex-direction: column;
        gap: 17px;
            align-self: flex-end;
  }
}

.service__link {
  display: flex;
  align-items: center;
  gap: 11px;
  white-space: nowrap;

  &::before {
    content: "";
    background: url('../images/service-link.svg') center / contain no-repeat;
    width: 5px;
    height: 8px;
    flex-shrink: 0;
  }
  &:hover {
    opacity: 0.7;
  }
}

.service__item {
  padding-bottom: 70px;
  border-bottom: 1px solid  #A8A8A8;
  margin-bottom: 70px;

  &:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.service__title {
  display: flex;
  align-items: center;
  gap: 20px;
}
.service__title-ja {
  display: flex;
  align-items: center;
  gap: 22px;

  &::before {
    content: "";
    width: 1px ;
    height: 15px;
    background: #fff;
  }
}
.service__body  {
  margin-top: 54px !important;
}
.service__body01 {
  display: flex;
  gap: 50px;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .service__body01 {
    flex-direction: row;
    align-items: center;
  }
}

.service__img {
  aspect-ratio: 350/290;
  width: min(100%, 550px);
  margin-inline: auto;
  height: auto;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .service__img {
    width: min(calc(350 / 1366 * 100vw), 350px);
  }
}

.service__body01-lists {
  flex-grow: 1;
}
.service__body01-list {
  padding: 10px 0;
  display: grid;
  grid-template-columns: 90px 1fr;
  align-items: center;
  border-top: 1px solid  #A8A8A8;

  &:last-of-type {
    border-bottom: 1px solid  #A8A8A8;
  }
}
@media screen and (min-width: 768px) {
  .service__body01-list {
    grid-template-columns: 117px 1fr;
  }
}

.c7249 {
  border-left: 1px solid  #A8A8A8;
}

.service__body02  {
  padding: 49px 20px;
  display: flex;
  gap: 64px;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .service__body02  {
    padding: 49px 30px;
    gap: 94px;
  }
}
@media screen and (min-width: 900px) {
  .service__body02  {
    align-items: center;
    flex-direction: row;
  }
}
@media screen and (min-width: 1300px) {
  .service__body02  {
    padding: 49px 69px;
  }
}
.c15081 {
  position: relative;
  &::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -27px;
    width: 100%;
    height: 1px;
    background: #A8A8A8;
  }
}
@media screen and (min-width: 768px) {
  .c15081 {
    &::before {
      bottom: -47px;
    }
  }
}
@media screen and (min-width: 900px) {
  .c15081 {
    &::before {
      left: unset;
      bottom: unset;
      top: 50%;
      transform: translateY(-50%);
      right: -47px;
      width: 1px;
      height: 140%;
    }
  }
}

.c15167 {
  display: flex;
  flex-direction: column;
  gap: 19px;

}

.service__body03-title {
  display: flex;
  align-items: center;
  gap: 10px;
  &::before {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 3px;
    background: #A2261F;
  }
}
.service__body03-lists {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
  max-width: 550px;
  margin-inline: auto !important;
}
@media screen and (min-width: 950px) {
  .service__body03-lists {
    grid-template-columns: repeat(3, 1fr);
    max-width: 100%;
  }
}
.service__body03-img {
  aspect-ratio: 266/220;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.company__container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 50px;

  & + & {
    margin-top: 100px;
  }
}
@media screen and (min-width: 900px) {
  .company__container {
    grid-template-columns: 230px 1fr;
    align-items: start;
  }
}

@media screen and (min-width: 1100px) {
  .company__container {
    gap: 100px;
  }
}

.company__list {
  padding: 15px 0 !important;
  grid-template-columns: 90px 1fr;

  &:first-of-type {
    border-top: none;
  }
  &:last-of-type {
    border-bottom: none;
  }
}
@media screen and (min-width: 768px) {
  .service__body01-list {
    grid-template-columns: 99px 1fr;
  }
}

.access__map {
  width: 100%;
  height: 360px;
}
@media screen and (min-width: 900px) {
  .access__map {
    margin-top: 17px;
  }
}
@media screen and (min-width: 1300px) {
  .access__map {
    aspect-ratio: 843/360;
  }
}

.access__map div,
.access__map div iframe {
  border: none;
  width: 100%;
  height: 100%;
}

.faq__container {
  & + & {
    margin-top :80px;
  }
}
.faq__wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.faq__item {
  padding: 29px 20px 27px;
}
@media screen and (min-width: 768px) {
  .faq__item {
    padding: 30px 40px 27px 29px;
  }
}
.faq__q,
.faq__a {
  display: flex;
  align-items: start;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .faq__q,
  .faq__a {
    gap: 28px;
  }
}
.c8019 {
  transform: translateY(2px);
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 30px;
  color: #555555;
}
.faq__a {
  margin-top: 16px;
}
.c8183 {
  padding-top: 22px !important;  
  transform: translateY(-3px);
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #A2261F;
  line-height: 30px;
}
.c7937 {
  padding-top: 16px !important;
  border-top: 1px solid #D0D0D0;
}

.c7197 {
  border-bottom: 1px solid #D0D0D0;
  position: relative;
  &::before {
    content: "";
    position: absolute;
    width: 51px;
    height: 1px;
    background: #A2261F;
    bottom: 0;
    left: 0;
  }
}

.interview__item {
  padding: 36px 0 34px;
  border-bottom: 1px solid #D0D0D0;

  &:last-of-type {
    border-bottom: none;
    padding: 36px 0 0;
  }
}
.c7945 {
  padding: 22px 0 0;
  border-top: 1px solid #D0D0D0;
}

.schedule__wrap {
  margin-top: 60px;
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 47px;
  position: relative;
  z-index: 0;
}
.timeline-line {
  position: absolute;
  background: #A8A8A8;
  width: 1px;
  transform-origin: top left;
  z-index: -1;
}

.schedule__boxes {
  display: flex;
  align-items: start;
  gap: 34px;
}
.schedule__boxes:nth-of-type(2n) .schedule__time {
  background: #fff;
  border: 1px solid #3F3F40;
  color: #404040;
}

.schedule__time {
  background: #404040;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  flex-shrink: 0;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 22px;
  letter-spacing: 0.05em;
  display: grid;
  place-items: center;
}
.schedule__box {
  margin-top: 18px;
}

.recruit__box {
  background: #FFFFFF;
  padding: 60px 20px 70px;
}
@media screen and (min-width: 768px) {
  .recruit__box {
   padding: 80px 40px 70px;
  }
}
@media screen and (min-width: 1100px) {
  .recruit__box {
    padding: 80px 90px 70px;
  }
}

.recruit__title  {
  font-family: "Noto Sans JP", sans-serif;
  padding: 7px 20px 7px;
}


.recruit__item {
  padding: 40px 0 50px;
    display: flex;
  align-items: center;
  flex-direction: column;
  gap: 65px;
  border-bottom: 1px solid #D0D0D0;
  
  &:last-of-type {
    border-bottom: none;
    padding: 60px 0 0;
  }
}
@media screen and (min-width: 900px) {
  .recruit__item {
    flex-direction: row;
  }
}
.recruit__img {
  aspect-ratio: 350/290;
  width: min(100%, 350px);
  height: auto;
  object-fit: cover;
}

.c7197 {
    margin: 50px 0 0 0;
    padding: 0 0 11px 0;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 23px;
    color: #A2261F;
    border-bottom: 1px solid #D0D0D0;
    position: relative;
  
  &::before {
 content: "";
        position: absolute;
        width: 51px;
        height: 1px;
        background: #A2261F;
        bottom: 0;
        left: 0;
  }
}




