@charset "UTF-8";
.intro-wrapper {
  position: relative;
  margin-bottom: 8rem;
  margin-top: -6.5rem;
  padding-top: 6.5rem;
}

@media (min-width: 600px) {
  .intro-wrapper {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: calc(280 / var(--pc-width) * 100vw);
  }
  .intro-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(480 / var(--pc-width) * 100vw);
    height: 100%;
    background-color: var(--main-color);
  }
  .intro-wrapper::after {
    content: "";
    position: absolute;
    bottom: calc(-25 / var(--pc-width) * 100vw + 0.1rem);
    left: 0;
    width: calc(480 / var(--pc-width) * 100vw);
    height: calc(25 / var(--pc-width) * 100vw);
    background-image: url(../img/index/firstview_bg_wave.svg);
    background-size: 100% 100%;
  }
}
.intro {
  position: relative;
  z-index: 100;
}

.intro__head {
  margin-bottom: 6rem;
  background-color: var(--main-color);
  flex-shrink: 0;
  padding-inline: calc(20 / var(--sp-width) * 100%);
  padding-top: 4.5rem;
  padding-bottom: 5.5rem;
  position: relative;
}
.intro__head::after {
  content: "";
  position: absolute;
  bottom: calc(-20 / var(--sp-width) * 100vw + 0.1rem);
  left: 0;
  width: 100%;
  height: calc(20 / var(--sp-width) * 100vw);
  background-image: url(../img/index/firstview_bg_wave.svg);
  background-size: cover;
  background-position: center;
}

@media (min-width: 600px) {
  .intro {
    padding-top: calc(100 / var(--pc-width) * 100vw);
    padding-bottom: calc(170 / var(--pc-width) * 100vw);
    max-width: calc(var(--main-width) / var(--pc-width) * 100%);
  }
  .intro__inner {
    display: flex;
  }
  .intro__head {
    background-color: transparent;
    width: calc(370 / var(--pc-width) * 100vw - 2rem);
    padding: 0;
    margin: 0;
  }
  .intro__head::after {
    content: none;
  }
}
.intro__ttl {
  font-size: clamp(1rem, 24 / var(--sp-width) * 100vw, 2.4rem);
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.06em;
  margin-bottom: 1.5rem;
  line-height: 2.1;
  margin-left: calc(10 / var(--sp-width) * 100vw);
}

.intro__logo {
  width: calc(240 / var(--sp-width) * 100vw);
  max-width: 240px;
}

@media (min-width: 600px) {
  .intro__ttl {
    font-size: clamp(1rem, 28 / var(--pc-width) * 100vw, 2.8rem);
    margin-left: 0;
    margin-bottom: calc(220 / var(--pc-width) * 100vw);
  }
  .intro__logo {
    width: calc(290 / var(--pc-width) * 100vw);
    max-width: 290px;
    transform: translateX(-0.5rem);
  }
}
.intro__body {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-inline: calc(20 / var(--sp-width) * 100%);
}

@media (min-width: 1600px) {
  .intro__body {
    align-items: center;
    padding: 0;
  }
}
@media (min-width: 600px) {
  .intro__msg,
  .intro__about {
    width: calc(575 / var(--pc-width) * 100vw);
  }
}
.intro__msg {
  margin-bottom: 2rem;
}
.intro__msg p {
  line-height: 1.7;
  letter-spacing: 0.02em;
}
.intro__msg p:not(:last-child) {
  margin-bottom: 2.8rem;
}

@media (min-width: 600px) {
  .intro__msg {
    margin-bottom: 4.5rem;
  }
  .intro__msg p {
    line-height: 1.7;
    letter-spacing: 0.06em;
  }
  .intro__msg p:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.intro__about {
  border: solid 1px var(--main-color);
  padding: 2.5rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3.5rem;
  letter-spacing: 0.06em;
}
.intro__about-title {
  color: var(--main-color);
  margin-bottom: 1rem;
}
.intro__about p {
  font-size: clamp(1rem, 12 / var(--pc-width) * 100vw, 1.2rem);
}

@media (min-width: 600px) {
  .intro__about {
    margin-bottom: 6rem;
  }
}
.intro__img {
  width: 100%;
  padding-inline: calc(20 / var(--sp-width) * 100%);
}

@media (min-width: 600px) {
  .intro__img {
    position: absolute;
    bottom: 0;
    left: calc(370 / var(--pc-width) * 100vw - 2rem - 8.3rem);
    transform: translateY(50%);
    width: calc(778 / var(--pc-width) * 100vw);
    height: calc(320 / var(--pc-width) * 100vw);
    padding-inline: 0;
  }
}
.section-position-set {
  position: relative;
  z-index: 100;
}

.service-wrapper {
  margin-bottom: 8rem;
}
.service-wrapper::before {
  content: "";
  width: 100%;
  height: auto;
  aspect-ratio: 1400/112;
  position: absolute;
  top: 60%;
  left: 0;
  background-image: url(../img/index/bg_top_01.svg);
  background-size: cover;
  z-index: 0;
}
.service-wrapper::after {
  content: "";
  width: 100%;
  height: 80%;
  background-color: var(--main-color);
  position: absolute;
  top: 60%;
  transform: translateY(calc(107 / var(--pc-width) * 100vw));
  left: 0;
  z-index: 0;
}

@media (min-width: 600px) {
  .service-wrapper {
    margin-bottom: 18rem;
  }
}
.service__list {
  display: flex;
  position: relative;
  z-index: 1;
}

.service__item {
  width: 100%;
  max-width: 370px;
  background-color: #fff;
  border: solid 1px var(--main-color);
  border-radius: 2rem;
  padding: 2rem;
  font-weight: 500;
}
.service__item-img {
  margin-bottom: 2rem;
  border-radius: 2rem;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 660/440;
}
.service__item-ttl {
  font-size: clamp(1rem, 21 / var(--sp-width) * 100vw, 2.1rem);
  letter-spacing: 0.06em;
}
.service__item-desc {
  margin-bottom: 1.5rem;
  letter-spacing: 0.06em;
}
.service__item-detail {
  font-size: clamp(1rem, 12 / var(--sp-width) * 100vw, 1.2rem);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  grid-template-columns: auto 1fr;
  color: #808080;
  letter-spacing: 0.06em;
}
.service__item-detail:not(:last-child) {
  margin-bottom: 1rem;
}
.service__item-detail dt {
  width: 6.5em;
}
.service__item-detail dt::before {
  content: "■";
  margin-right: 0.5rem;
}

@media (min-width: 600px) {
  .service__item {
    width: calc(370 / var(--pc-width) * 100vw);
  }
  .service__item-ttl {
    font-size: clamp(1rem, 21 / var(--pc-width) * 100vw, 2.1rem);
    margin-bottom: 1rem;
  }
  .service__item-desc {
    margin-bottom: 3.5rem;
  }
  .service__item-detail {
    font-size: clamp(1rem, 12 / var(--pc-width) * 100vw, 1.2rem);
  }
}
.service-slider {
  width: 100%;
  margin: 0;
  padding-left: calc(20 / var(--sp-width) * 100%);
  overflow: hidden;
  padding-bottom: 4.5rem;
}

.swiper {
  overflow: visible;
  padding-right: 2rem;
}

@media (min-width: 1190px) {
  .service-slider {
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    width: calc((100% - var(--main-width) * 1px) / 2 + var(--main-width) * 1px);
  }
}
.service-slider .swiper-pagination {
  bottom: -4.5rem;
}
.service-slider .swiper-pagination span {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #fff;
  opacity: 1;
}
.service-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: transparent;
  border: solid 0.2rem #fff;
}

.schedule-wrapper {
  position: relative;
  z-index: 100;
  background-color: var(--main-color);
  margin-bottom: calc(112 / var(--pc-width) * 100vw);
}
.schedule-wrapper::after {
  content: "";
  width: 100%;
  height: auto;
  aspect-ratio: 1400/112;
  position: absolute;
  bottom: 0.1rem;
  left: 0;
  background-image: url(../img/index/bg_bottom_01.svg);
  background-size: cover;
  background-position: bottom center;
  z-index: 0;
  transform: translateY(100%);
}

@media (min-width: 600px) {
  .schedule-wrapper {
    margin-bottom: calc(112 / var(--pc-width) * 100vw);
  }
}
.daily-schedule {
  margin-top: 4rem;
  padding-bottom: 9.5rem;
}
.daily-schedule__item {
  position: relative;
}
.daily-schedule__item:not(:last-child) {
  margin-bottom: 5rem;
}
.daily-schedule__img {
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  margin-bottom: 1.4rem;
}
.daily-schedule__img::after {
  content: "";
  background-color: #666;
  mix-blend-mode: multiply;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 0.1rem);
  height: calc(100% + 0.1rem);
  border-radius: 30em;
}
.daily-schedule__img img {
  position: relative;
  border-radius: 30em;
}
.daily-schedule__body {
  color: #666;
  letter-spacing: 0.06em;
  font-weight: 500;
  display: flex;
}
.daily-schedule__time {
  flex-shrink: 0;
  width: 8rem;
  height: 8rem;
  background-color: #666;
  border-radius: 100%;
  background-image: url(../img/index/schedule_time.svg);
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--main-color);
  font-size: clamp(1rem, 16 / var(--sp-width) * 100vw, 1.6rem);
  margin-right: 2.5rem;
}
.daily-schedule__content {
  padding-top: 2rem;
}
.daily-schedule__title {
  font-size: clamp(1rem, 17 / var(--sp-width) * 100vw, 1.7rem);
  margin-bottom: 1rem;
}
.daily-schedule__desc {
  font-size: clamp(1rem, 10 / var(--sp-width) * 100vw, 1rem);
}

@media (min-width: 600px) {
  .daily-schedule {
    margin-top: 5.5rem;
  }
  .daily-schedule__item {
    display: flex;
    margin-top: -4.2rem;
  }
  .daily-schedule__item:not(:last-child) {
    margin-bottom: 0;
  }
  .daily-schedule__img {
    width: 57.5rem;
    max-width: 575px;
    margin-right: 4.5rem;
    margin-bottom: 0;
  }
  .daily-schedule__body {
    align-items: center;
  }
  .daily-schedule__time {
    width: 13rem;
    height: 13rem;
    font-size: clamp(1rem, 26 / var(--pc-width) * 100vw, 2.6rem);
    margin-right: 2.8rem;
  }
  .daily-schedule__content {
    padding-top: 4.2rem;
  }
  .daily-schedule__title {
    font-size: clamp(1rem, 28 / var(--pc-width) * 100vw, 2.8rem);
    margin-bottom: 1rem;
  }
  .daily-schedule__desc {
    font-size: clamp(1rem, 16 / var(--pc-width) * 100vw, 1.6rem);
  }
}
.daily-schedule__item:nth-child(1) {
  z-index: 5;
  margin-top: 0;
}
.daily-schedule__item:nth-child(2) {
  z-index: 4;
}
.daily-schedule__item:nth-child(3) {
  z-index: 3;
}
.daily-schedule__item:nth-child(4) {
  z-index: 2;
}
.daily-schedule__item:nth-child(5) {
  z-index: 1;
}

.daily-schedule__item .daily-schedule__img::after {
  transition: opacity 0.5s ease;
}
.daily-schedule__item .daily-schedule__time {
  transition: background 0.5s ease;
}
.daily-schedule__item .daily-schedule__body {
  transition: color 0.5s ease;
}

.daily-schedule__item.is-active .daily-schedule__img::after {
  opacity: 0;
}
.daily-schedule__item.is-active .daily-schedule__time {
  background-color: #fff;
}
.daily-schedule__item.is-active .daily-schedule__body {
  color: #fff;
}

.voice-wrapper {
  padding-top: 6rem;
  margin-bottom: 5rem;
}

@media (min-width: 600px) {
  .voice-wrapper {
    padding-top: 13rem;
    margin-bottom: 0;
  }
}
.voice__item {
  position: relative;
}
.voice__item::before {
  content: "";
  display: block;
  width: calc(100% - 20 / var(--sp-width) * 100%);
  height: auto;
  aspect-ratio: 885/460;
  border-radius: 30em 0 0 30em;
  background-size: cover;
  margin-left: auto;
  margin-bottom: 4rem;
}
.voice__title + .voice__item {
  margin-top: 4rem;
}
.voice__item:not(:last-child) {
  margin-bottom: 7rem;
}
.voice__item-inner {
  position: relative;
  width: 100%;
}

@media (min-width: 600px) {
  .voice__item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: calc(460 / var(--pc-width) * 100vw);
  }
  .voice__item::before {
    width: calc(885 / var(--pc-width) * 100vw);
    height: calc(460 / var(--pc-width) * 100vw);
    aspect-ratio: 885/460;
    border-radius: 30em 0 0 30em;
    position: absolute;
    right: 0;
    top: 0;
    background-size: cover;
    margin: 0;
  }
  .voice__title + .voice__item {
    margin-top: 5rem;
  }
  .voice__item:not(:last-child) {
    margin-bottom: calc(60 / var(--pc-width) * 100vw);
  }
}
.voice__item--01::before {
  background-image: url(../img/index/voice_img_01.webp);
}

.voice__item--02::before {
  background-image: url(../img/index/voice_img_02.webp);
}

.voice__item {
  letter-spacing: 0.06em;
}
.voice__item-name {
  font-size: clamp(1rem, 14 / var(--sp-width) * 100vw, 1.4rem);
  margin-bottom: 0.5rem;
}
.voice__item-title {
  font-size: clamp(1rem, 21 / var(--sp-width) * 100vw, 2.1rem);
  font-weight: 500;
  margin-bottom: 2.5rem;
}
.voice__item-title em {
  color: var(--main-color);
}
.voice__item-desc {
  max-width: 580px;
}

@media (min-width: 600px) {
  .voice__item-name {
    font-size: clamp(1rem, 21 / var(--pc-width) * 100vw, 2.1rem);
  }
  .voice__item-title {
    font-size: clamp(1rem, 28 / var(--pc-width) * 100vw, 2.8rem);
  }
  .voice__item-desc {
    line-height: 2.1;
    max-width: 580px;
  }
}
.flow-wrapper {
  padding-top: 6rem;
  margin-bottom: 6rem;
}
.flow-wrapper::before {
  content: "";
  width: 100%;
  height: auto;
  aspect-ratio: 1400/112;
  position: absolute;
  top: 6rem;
  left: 0;
  background-image: url(../img/index/bg_top_02.svg);
  background-size: cover;
  z-index: 0;
  transform: translateY(calc(-100% + 0.1rem));
  opacity: 0.25;
}
.flow-wrapper::after {
  content: "";
  width: 100%;
  height: auto;
  aspect-ratio: 1400/112;
  position: absolute;
  bottom: calc(-30 / var(--pc-width) * 100vw);
  left: 0;
  background-image: url(../img/index/bg_bottom_02.svg);
  background-size: cover;
  background-position: bottom center;
  z-index: 0;
}
.flow-wrapper__inner {
  position: relative;
  height: 100%;
  z-index: 10;
  padding-bottom: 7rem;
}
.flow-wrapper__inner::before {
  content: "";
  background-color: #f2f2f2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 81 / var(--pc-width) * 100vw);
}

@media (min-width: 600px) {
  .flow-wrapper {
    padding-top: calc(62 / var(--pc-width) * 100vw);
    margin-bottom: calc(180 / var(--pc-width) * 100vw);
  }
  .flow-wrapper::before {
    top: calc(62 / var(--pc-width) * 100vw);
  }
  .flow-wrapper__inner {
    padding-bottom: 0;
  }
}
.flow {
  position: relative;
  padding-top: 4rem;
}
.flow__list {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.flow__list p {
  padding-inline: 0.5rem;
}
.flow__list-item {
  position: relative;
  width: 18rem;
  margin-inline: auto;
}
.flow__list-item:not(:last-child)::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 1.8rem auto 3rem;
  border-style: solid;
  border-right: 1rem solid transparent;
  border-left: 1rem solid transparent;
  border-top: 1.8rem solid #8b8b8b;
  border-bottom: 0;
}
.flow__list-title {
  font-size: clamp(1rem, 18 / var(--sp-width) * 100vw, 1.8rem);
  font-weight: 500;
  background-color: var(--main-color);
  border-radius: 3em;
  padding: 1.2rem 1rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18rem;
  max-width: 18rem;
  letter-spacing: 0.06em;
  margin-bottom: 1rem;
  position: relative;
}

@media (min-width: 600px) {
  .flow {
    padding-top: 0;
  }
  .flow__list {
    margin-top: 0;
    display: flex;
    justify-content: space-between;
    gap: 6rem;
  }
  .flow__list p {
    font-size: clamp(1rem, 12 / var(--pc-width) * 100vw, 1.2rem);
    text-align: justify;
    padding-inline: 0;
  }
  .flow__list-item {
    display: block;
    width: 2000%;
    margin-inline: 0;
  }
  .flow__list-item:not(:last-child)::after {
    content: none;
  }
  .flow__list-title {
    font-size: clamp(1rem, 18 / var(--pc-width) * 100vw, 1.8rem);
    margin-bottom: 2rem;
  }
  .flow__list-title::after {
    content: "";
    position: absolute;
    right: -2rem;
    top: 50%;
    transform: translate(100%, -50%);
    border-top: 1rem solid transparent;
    border-bottom: 1rem solid transparent;
    border-left: 1.8rem solid #8b8b8b;
    border-right: 0;
  }
  .flow__list-item:last-child .flow__list-title::after {
    content: none;
  }
}
.cta {
  position: relative;
  padding: 4rem 2rem 4.5rem;
  background-color: #fff;
  border-radius: 5rem;
  margin-bottom: 2rem;
}
.cta__logo {
  width: calc(110 / var(--sp-width) * 100vw);
  max-width: 110px;
  margin-inline: auto;
  margin-bottom: 3rem;
}
.cta__title {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-weight: 500;
  font-size: clamp(1rem, 21 / var(--sp-width) * 100vw, 2.1rem);
  margin-bottom: 2rem;
  letter-spacing: 0.06em;
}
.cta__title span {
  font-size: clamp(1rem, 14 / var(--sp-width) * 100vw, 1.4rem);
  color: var(--main-color);
  margin-bottom: 0.4rem;
  letter-spacing: 0.06em;
}
.cta p {
  letter-spacing: 0.06em;
}
.cta__button {
  margin-inline: auto;
  margin-top: 3.5rem;
}

@media (min-width: 600px) {
  .cta {
    padding: 9rem 4.5rem;
  }
  .cta__logo {
    width: calc(155 / var(--pc-width) * 100vw);
    max-width: 155px;
    position: absolute;
    top: 5rem;
    left: 4.5rem;
    margin: 0;
  }
  .cta__title {
    font-size: clamp(1rem, 28 / var(--pc-width) * 100vw, 2.8rem);
    margin-bottom: 3rem;
    letter-spacing: 0.08em;
  }
  .cta__title span {
    font-size: clamp(1rem, 16 / var(--pc-width) * 100vw, 1.6rem);
  }
  .cta p {
    text-align: center;
  }
  .cta__button {
    margin-top: 4.5rem;
  }
}
.cta-wrapper,
.recruit-wrapper {
  margin-top: -8rem;
  padding-top: 8rem;
}

.recruit {
  background-color: var(--main-color);
  border-radius: 5rem;
  color: #fff;
  padding: 4.5rem 2rem;
}
.recruit__label {
  color: var(--main-color);
  margin-left: -2rem;
  margin-bottom: 2.5rem;
  display: flex;
  justify-content: flex-start;
}
.recruit__label span {
  display: flex;
  font-size: clamp(1rem, 14 / var(--sp-width) * 100vw, 1.4rem);
  padding: 1.5rem 3.5rem 1.5rem 2rem;
  background-color: #fff;
  border-radius: 0 3em 3em 0;
  letter-spacing: 0.06em;
}
.recruit__content {
  margin-bottom: 3rem;
}
.recruit__content p {
  letter-spacing: 0.06em;
}
.recruit__title {
  font-size: clamp(1rem, 21 / var(--sp-width) * 100vw, 2.1rem);
  margin-bottom: 1rem;
}
.recruit__desc {
  width: 100%;
  background-color: #fff;
  color: var(--main-color);
  padding: 2rem 2.5rem;
  letter-spacing: 0.06em;
}
.recruit__desc-title {
  display: flex;
  font-weight: 500;
}
.recruit__desc-title::before {
  content: "■";
  color: var(--main-color);
  margin-right: 0.4rem;
}
.recruit__desc ul {
  margin-bottom: 2rem;
}
.recruit__desc li {
  line-height: 1.6;
  display: flex;
}
.recruit__desc li span {
  width: 4.5em;
  text-align: justify; /* 全体的な均等揃え */
  -moz-text-align-last: justify;
       text-align-last: justify; /* 最終行の均等揃え */
  text-justify: inter-ideograph; /* IE/Edge向け */
}
.recruit__button {
  letter-spacing: normal;
}

@media (min-width: 600px) {
  .recruit {
    padding: 4.5rem 4rem;
  }
  .recruit__label {
    color: var(--main-color);
    margin-left: -4rem;
    margin-bottom: 2.5rem;
    display: flex;
    justify-content: flex-start;
  }
  .recruit__label span {
    font-size: clamp(1rem, 16 / var(--pc-width) * 100vw, 1.6rem);
    padding: 1.5rem 3.5rem 1.5rem 4rem;
  }
  .recruit__body {
    display: flex;
  }
  .recruit__content {
    flex-shrink: 0;
    width: 51.5rem;
    margin-right: 2rem;
    margin-bottom: 0;
  }
  .recruit__title {
    font-size: clamp(1rem, 28 / var(--pc-width) * 100vw, 2.8rem);
    letter-spacing: 0.08em;
  }
  .recruit__desc ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 600px) {
  .office {
    display: flex;
    align-items: flex-start;
  }
}
.office__map {
  position: relative;
  border-radius: 1.2rem;
  overflow: hidden;
  margin-bottom: 4.5rem;
}
.office__map::before {
  content: "";
  display: block;
  padding-top: 61.8181818182%;
}
.office__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 600px) {
  .office__map {
    flex-shrink: 0;
    width: 55rem;
    margin-top: 0.5rem;
    margin-right: 2rem;
    margin-bottom: 0;
    border-radius: 2rem;
  }
}
.office__info {
  width: 100%;
  display: flex;
  flex-direction: column;
}

@media (min-width: 600px) {
  .office__info {
    align-items: center;
  }
}
.office__title {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-weight: 500;
  font-size: clamp(1rem, 21 / var(--sp-width) * 100vw, 2.1rem);
  margin-bottom: 3rem;
  letter-spacing: 0.08em;
}
.office__title span {
  font-size: clamp(1rem, 14 / var(--sp-width) * 100vw, 1.4rem);
  color: var(--main-color);
  margin-bottom: 0.4rem;
  letter-spacing: 0.06em;
}

@media (min-width: 600px) {
  .office__title {
    font-size: clamp(1rem, 28 / var(--pc-width) * 100vw, 2.8rem);
    margin-bottom: 2.5rem;
  }
  .office__title span {
    font-size: clamp(1rem, 16 / var(--pc-width) * 100vw, 1.6rem);
  }
}
.office__details {
  letter-spacing: 0.06em;
}
.office__details-title {
  font-weight: 500;
  font-size: clamp(1rem, 14 / var(--sp-width) * 100vw, 1.4rem);
}
.office__details-list {
  display: flex;
}
.office__details-list--first {
  margin-top: 3.5rem;
}
.office__details-list dt::before {
  content: "■";
  margin-right: 0.4rem;
}
.office__details-list dt::after {
  content: "：";
}

@media (min-width: 600px) {
  .office__details-title {
    font-size: clamp(1rem, 14 / var(--pc-width) * 100vw, 1.4rem);
  }
}
.sp-none,
.sp-none--flex {
  display: none;
}

.pc-none {
  display: inline;
}

@media (min-width: 600px) {
  .sp-none {
    display: inline;
  }
  .sp-none--flex {
    display: flex;
  }
  .pc-none {
    display: none;
  }
}
.scroll-point {
  margin-top: -8rem;
  padding-top: 8rem;
}

@media (min-width: 600px) {
  .scroll-point {
    margin-top: -5.5rem;
    padding-top: 5.5rem;
  }
}
.main {
  position: relative;
  z-index: 10;
  overflow: hidden;
}

.common-title {
  display: flex;
  flex-direction: column;
  font-size: clamp(1rem, 21 / var(--sp-width) * 100vw, 2.1rem);
  font-weight: 500;
  margin-bottom: 2.5rem;
  letter-spacing: 0.06em;
  line-height: 1.7;
}
.common-title span {
  font-size: clamp(1rem, 14 / var(--sp-width) * 100vw, 1.4rem);
  color: var(--main-color);
  display: flex;
  margin-bottom: 0.4rem;
}
.common-title span::before {
  content: "●";
  margin-right: 0.5rem;
}

.common-title--white {
  color: #fff;
}
.common-title--white span {
  color: #fff;
}

@media (min-width: 600px) {
  .common-title {
    font-size: clamp(1rem, 28 / var(--sp-width) * 100vw, 2.8rem);
    margin-bottom: 3.5rem;
    line-height: 1.5;
  }
  .common-title span {
    font-size: clamp(1rem, 16 / var(--sp-width) * 100vw, 1.6rem);
  }
}
.common-button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(1rem, 16 / var(--sp-width) * 100vw, 1.6rem);
  font-family: var(--font-family);
  font-weight: 600;
  width: 100%;
  max-width: 32rem;
  height: 5rem;
  border-radius: 0.4rem;
  color: #fff;
  background-color: var(--main-color);
}

@media (min-width: 600px) {
  .common-button {
    font-size: clamp(1rem, 16 / var(--pc-width) * 100vw, 1.6rem);
    width: 30rem;
  }
}
@media (hover: hover) {
  .common-button {
    transition: color 0.3s ease, background-color 0.3s ease;
  }
  .common-button:hover {
    background-color: var(--main-color-hover);
    color: #fff;
  }
}
.sp-nav {
  position: fixed;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  top: 0;
  z-index: 200;
  overflow: hidden;
  padding-top: 12rem;
  height: 100%;
  right: -100%;
  transition: right 0.4s ease-in-out;
  -webkit-overflow-scrolling: touch;
  overflow-y: hidden;
  overflow-x: hidden;
  pointer-events: none;
}
.sp-nav__in {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 2rem;
}

.sp-nav__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sp-nav__list li {
  margin-bottom: 4rem;
}
.sp-nav__list a {
  font-size: clamp(1rem, 16 / var(--sp-width) * 100vw, 1.6rem);
  font-weight: 700;
}

.sp-nav__buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.9rem;
  margin-bottom: 4rem;
}
.sp-nav__buttons-item {
  width: 15rem;
  height: 5rem;
  aspect-ratio: 150/50;
  font-weight: 600;
}
.sp-nav__buttons-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 0.4rem;
  line-height: 1.2;
  text-align: center;
}
.sp-nav__buttons-item:nth-child(odd) a {
  border: solid 1px var(--main-color);
  color: var(--main-color);
}
.sp-nav__buttons-item:nth-child(even) a {
  border: solid 1px var(--main-color);
  background-color: var(--main-color);
  color: #fff;
}

.sp-nav__sns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.9rem;
}
.sp-nav__sns-item {
  width: 4rem;
  height: 4rem;
  aspect-ratio: 1/1;
}

.is-nav-open {
  overflow: hidden;
}
.is-nav-open .main {
  pointer-events: none;
}
.is-nav-open .sp-nav {
  right: 0;
  pointer-events: auto;
  overflow-y: auto;
}

@media (min-width: 600px) {
  .is-nav-open {
    overflow: auto;
  }
  .is-nav-open .main {
    pointer-events: auto;
  }
}
.footer {
  margin-top: 6.5rem;
  background-color: var(--main-color);
  padding: 4rem 0 0;
  position: relative;
  z-index: 10;
}

@media (min-width: 600px) {
  .footer {
    margin-top: 12rem;
    padding: 4.5rem 0 0;
  }
  .footer__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.footer__company {
  margin-bottom: 8rem;
  letter-spacing: 0.06em;
}
.footer__company-logo {
  max-width: 15.5rem;
  margin-bottom: 2.5rem;
}
.footer__company-info {
  color: #fff;
}

@media (min-width: 600px) {
  .footer__company {
    margin-bottom: 0;
  }
}
@media (min-width: 600px) {
  .footer__links {
    display: flex;
  }
}
.footer__tel {
  display: flex;
  grid-template-columns: auto 1fr;
  grid-auto-rows: auto;
  align-items: center;
  color: #fff;
  font-family: var(--font-family);
  margin-bottom: 4rem;
}
.footer__tel::before {
  content: "";
  width: 3rem;
  height: 3rem;
  aspect-ratio: 1/1;
  background-image: url(../img/common/icon_tel_white.svg);
  background-size: 100% 100%;
  grid-row: 1/3;
  margin-right: 0.8rem;
}
.footer__tel > span {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer__tel a, .footer__tel span {
  line-height: 1.3;
}
.footer__tel a {
  font-size: clamp(1.8rem, 18 / var(--sp-width) * 100vw, 1.8rem);
  font-weight: 700;
  color: #fff;
}
.footer__tel a > span {
  text-align: center;
  font-size: clamp(1.2rem, 12 / var(--sp-width) * 100vw, 1.2rem);
}

@media (min-width: 600px) {
  .footer__tel {
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .footer__tel a {
    font-size: clamp(1.8rem, 18 / var(--pc-width) * 100vw, 1.8rem);
  }
  .footer__tel span {
    font-size: clamp(1.2rem, 12 / var(--pc-width) * 100vw, 1.2rem);
  }
}
.footer__buttons {
  order: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.footer__buttons-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.9rem;
}
.footer__buttons-item {
  width: 15rem;
  height: 5rem;
  aspect-ratio: 150/50;
  font-weight: 600;
}
.footer__buttons-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 0.4rem;
  line-height: 1.2;
  text-align: center;
}
.footer__buttons-item:nth-child(odd) a {
  border: solid 1px #fff;
  color: #fff;
}
.footer__buttons-item:nth-child(even) a {
  background-color: #fff;
  color: var(--main-color);
}

@media (min-width: 600px) {
  .footer__buttons-item {
    width: calc(150 / var(--pc-width) * 100vw);
  }
}
@media (hover: hover) {
  .footer__buttons-item a {
    transition: color 0.3s ease, background-color 0.3s ease, border 0.3s ease;
  }
  .footer__buttons-item:nth-child(odd) a:hover,
  .footer__buttons-item:nth-child(even) a:hover {
    color: #fff;
    background-color: var(--main-color-hover);
  }
  .footer__buttons-item:nth-child(odd) a:hover {
    border-color: var(--main-color-hover);
  }
}
.copyright {
  margin-top: 5rem;
  font-size: clamp(1rem, 10 / var(--sp-width) * 100vw, 1rem);
  font-family: var(--font-family);
  font-weight: 600;
  padding: 1.5rem 1rem;
  color: #fff;
  text-align: center;
}

@media (min-width: 600px) {
  .copyright {
    margin-top: 3rem;
    font-size: clamp(1rem, 12 / var(--sp-width) * 100vw, 1.2rem);
  }
}
.width-set {
  margin-left: auto;
  margin-right: auto;
}

.width-inner {
  padding-left: calc(20 / var(--sp-width) * 100%);
  padding-right: calc(20 / var(--sp-width) * 100%);
}
@media (min-width: 600px) {
  .width-inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.width-full {
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.width-size--main {
  max-width: calc(var(--main-width) * 1px + 4rem);
}

.highlight {
  transition: opacity 0.3s ease;
}
@media (min-width: 600px) {
  .highlight:hover {
    opacity: 0.7;
  }
}

.underline:hover {
  text-decoration: underline;
}

.underline-rev {
  text-decoration: underline;
}
.underline-rev:hover {
  text-decoration: underline;
}