@charset "UTF-8";
.section {
  padding: clamp(3rem, 0.3535714286rem + 8.1428571429vw, 10.125rem) 0;
}

#mv {
  aspect-ratio: 1920/1079;
  background-image: url(../../img/front-page/mainvisual.jpg);
  background-size: cover;
  background-position: 20%;
  min-height: 50rem;
  width: 100%;
  position: relative;
}
#mv .mv-copy {
  writing-mode: vertical-rl;
  color: #ffffff;
  font-size: clamp(1.25rem, 0.6rem + 2vw, 3rem);
  position: absolute;
  top: 25.5%;
  left: 26.7%;
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  #mv {
    background-image: url(../../img/front-page/mainvisual_sp.jpg);
    aspect-ratio: 750/1100;
    min-height: auto;
    max-height: 34.375rem;
  }
  #mv .mv-copy {
    top: 17.7%;
    left: 9.5%;
  }
}

#news {
  padding: clamp(3.75rem, 2.5428571429rem + 3.7142857143vw, 7rem) 0;
  overflow: hidden;
}
#news .inner {
  align-items: center;
  gap: clamp(1rem, -0.0678571429rem + 3.2857142857vw, 3.875rem);
}
@media screen and (max-width: 960px) {
  #news .inner {
    flex-direction: column;
  }
}
@media screen and (max-width: 520px) {
  #news .inner {
    gap: 0.5rem;
  }
}
#news .news-left {
  position: relative;
  align-self: stretch;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 16px;
}
@media screen and (max-width: 960px) {
  #news .news-left {
    display: contents;
  }
  #news .section-title {
    order: 0;
    text-align: left;
    width: 100%;
    margin-bottom: 0;
  }
  #news .btn-wrapper {
    order: 2;
  }
}
#news .swiper-area {
  flex: 2;
  width: 80%;
  position: relative;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 960px) {
  #news .swiper-area {
    width: 100%;
    order: 1;
    margin-right: auto;
  }
}
@media screen and (max-width: 960px) {
  #news .swiper-button-container {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    margin-top: -2rem;
    margin-bottom: 1rem;
  }
}
#news .swiper-button-next,
#news .swiper-button-prev {
  background-color: #59C2E8;
  color: #ffffff;
  width: clamp(2.5rem, 2.0357142857rem + 1.4285714286vw, 3.75rem);
  height: auto;
  aspect-ratio: 1;
  opacity: 1;
  border-radius: 100vw;
  z-index: 999;
  top: 35%;
}
#news .swiper-button-next::after,
#news .swiper-button-prev::after {
  display: inline-block;
  font-size: clamp(1rem, 0.9071428571rem + 0.2857142857vw, 1.25rem);
}
@media screen and (max-width: 960px) {
  #news .swiper-button-next,
  #news .swiper-button-prev {
    position: relative;
    top: auto;
    bottom: auto;
  }
}
#news .swiper-button-next {
  right: 13%;
}
@media screen and (max-width: 960px) {
  #news .swiper-button-next {
    right: auto;
  }
}
#news .swiper-button-prev {
  left: -1%;
}
@media screen and (max-width: 960px) {
  #news .swiper-button-prev {
    left: auto;
  }
}
#news .swiper-button-next::after {
  content: "＞";
}
#news .swiper-button-prev::after {
  content: "＜";
}
#news .swiper {
  width: 100%;
}
@media screen and (max-width: 520px) {
  #news .swiper {
    overflow: visible;
  }
}
#news .swiper {
  width: 100%;
}
#news .swiper-slide {
  padding: clamp(0.5rem, 0.3142857143rem + 0.5714285714vw, 1rem);
  width: 22.5rem;
}
@media screen and (max-width: 520px) {
  #news .swiper-slide {
    width: 11.25rem;
    padding: 8px;
  }
}
#news .card {
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 clamp(0.5rem, 0.3142857143rem + 0.5714285714vw, 1rem) rgba(0, 0, 0, 0.16);
  border-radius: clamp(0.5625rem, 0.4232142857rem + 0.4285714286vw, 0.9375rem);
}
#news .card__meta {
  font-size: clamp(0.6875rem, 0.5714285714rem + 0.3571428571vw, 1rem);
  padding: clamp(0.625rem, 0.3928571429rem + 0.7142857143vw, 1.25rem) clamp(1rem, 0.8142857143rem + 0.5714285714vw, 1.5rem);
  line-height: 1;
  gap: clamp(0.5rem, 0.3142857143rem + 0.5714285714vw, 1rem);
}
@media screen and (max-width: 520px) {
  #news .card__meta {
    flex-direction: row;
    order: 0;
  }
}
#news .card__meta a {
  color: #59C2E8;
}
#news .card__meta ul {
  list-style: none;
  padding: 0;
}
#news .card__thumb {
  width: 100%;
}
#news .card__thumb img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
#news .card__txt {
  padding: clamp(0.5rem, 0.3142857143rem + 0.5714285714vw, 1rem) clamp(1rem, 0.8142857143rem + 0.5714285714vw, 1.5rem) clamp(1rem, 0.8142857143rem + 0.5714285714vw, 1.5rem);
}
#news .card__txt__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#news .card__txt__title a {
  display: inline-block;
  font-size: clamp(0.75rem, 0.6107142857rem + 0.4285714286vw, 1.125rem);
  color: #59C2E8;
}
@media screen and (max-width: 520px) {
  #news .card__txt__title a {
    line-height: 1.6;
  }
}
#news .card__txt__desc {
  font-size: clamp(0.75rem, 0.6571428571rem + 0.2857142857vw, 1rem);
  margin-top: clamp(0rem, -0.2785714286rem + 0.8571428571vw, 0.75rem);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#news .btn-wrapper {
  align-self: stretch;
}
@media screen and (max-width: 960px) {
  #news .btn-wrapper {
    margin-top: 1rem;
  }
  #news .btn-wrapper .btn {
    margin-inline: auto;
  }
}

#about {
  aspect-ratio: 1920/803;
  background-image: url(../../img/front-page/about_bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  align-content: center;
  position: relative;
}
@media screen and (max-width: 520px) {
  #about {
    aspect-ratio: 750/900;
    background-image: url(../../img/front-page/about_bg_sp.jpg);
    align-content: flex-start;
  }
}
#about .about-entitle {
  color: #9D9D9D;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  font-size: clamp(0.6875rem, 0.5714285714rem + 0.3571428571vw, 1rem);
}
#about .about-title {
  font-size: clamp(0.875rem, 0.6428571429rem + 0.7142857143vw, 1.5rem);
  font-weight: 700;
  margin-top: clamp(0.3125rem, -0.0357142857rem + 1.0714285714vw, 1.25rem);
  line-height: 1;
}
#about .about-copy {
  margin-top: clamp(1.125rem, 0.475rem + 2vw, 2.875rem);
  font-size: clamp(1.375rem, 0.8642857143rem + 1.5714285714vw, 2.75rem);
  font-weight: 400;
  letter-spacing: 0.08em;
  text-decoration: underline;
  text-decoration-color: #ffffff;
  text-decoration-thickness: clamp(0.5rem, 0.3142857143rem + 0.5714285714vw, 1rem);
  text-underline-offset: -8px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 520px) {
  #about .about-copy {
    line-height: 1.88;
    text-underline-offset: -4px;
  }
}
#about .about-letter {
  font-size: clamp(6.125rem, 2.5964285714rem + 10.8571428571vw, 15.625rem);
  letter-spacing: 0.1em;
  line-height: 1.3;
  font-weight: 500;
  position: absolute;
  left: -20px;
  bottom: 66px;
  color: rgba(255, 255, 255, 0.64);
  z-index: 0;
}
@media screen and (max-width: 520px) {
  #about .about-letter {
    left: 0;
    bottom: 0;
  }
}

#service {
  background-image: url(../../img/front-page/service_bg_top.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100%;
  padding-bottom: 0;
}
@media screen and (max-width: 520px) {
  #service {
    padding-bottom: 2rem;
  }
}
#service .service-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(2rem, 1.7214285714rem + 0.8571428571vw, 2.75rem) clamp(1.5rem, 0.7803571429rem + 2.2142857143vw, 3.4375rem);
}
#service .service-item {
  max-width: clamp(15rem, 9.8928571429rem + 15.7142857143vw, 28.75rem);
}
#service .service-item dt {
  text-align: center;
  font-weight: 400;
  font-size: clamp(1.4375rem, 1.0892857143rem + 1.0714285714vw, 2.375rem);
  margin-bottom: clamp(0.5rem, 0.3142857143rem + 0.5714285714vw, 1rem);
}
#service .service-item dt span {
  font-size: clamp(1rem, 0.8142857143rem + 0.5714285714vw, 1.5rem);
}
#service .service-item dt::first-letter {
  color: #59C2E8;
}
#service .service-item img {
  width: 100%;
  border-radius: clamp(0.3125rem, 0.1964285714rem + 0.3571428571vw, 0.625rem);
  position: relative;
  z-index: 0;
}
#service .service-item dd {
  width: 96%;
  margin-inline: auto;
  background-color: #ffffff;
  box-shadow: 3px 0 10px rgba(0, 0, 0, 0.16);
  border-radius: clamp(0.375rem, 0.2125rem + 0.5vw, 0.8125rem);
  padding: clamp(1.0625rem, 0.8303571429rem + 0.7142857143vw, 1.6875rem) clamp(1rem, 0.5125rem + 1.5vw, 2.3125rem);
  text-align: center;
  margin-top: -2.8125rem;
  position: relative;
  z-index: 1;
}
#service .btn-wrapper {
  margin-top: clamp(2rem, 1.2571428571rem + 2.2857142857vw, 4rem);
}
#service .btn-wrapper .btn {
  margin-inline: auto;
}

#partner {
  background-image: url(../../img/front-page/service_bg_bottom.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100%;
  padding-bottom: clamp(9.375rem, 5.1267857143rem + 13.0714285714vw, 20.8125rem);
}
#partner .partner-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(2.25rem, 1.6rem + 2vw, 4rem);
}
@media screen and (max-width: 520px) {
  #partner .partner-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
#partner .partner-list__item {
  text-align: center;
  max-width: clamp(8.75rem, 5.9642857143rem + 8.5714285714vw, 16.25rem);
}
#partner .partner-list__item dd {
  height: clamp(4.375rem, 2.75rem + 5vw, 8.75rem);
  align-content: center;
}
#partner .partner-list__item dd img {
  width: 100%;
  height: 100%;
  max-height: 80px;
  object-fit: contain;
  margin-inline: auto;
}
#partner .partner-list__item dt {
  font-size: clamp(0.9375rem, 0.8678571429rem + 0.2142857143vw, 1.125rem);
  font-weight: 500;
  margin-top: clamp(0.625rem, 0.3928571429rem + 0.7142857143vw, 1.25rem);
}
#partner .btn-wrapper {
  margin-top: clamp(2rem, 1.0714285714rem + 2.8571428571vw, 4.5rem);
}
#partner .btn-wrapper .btn {
  margin-inline: auto;
}