@charset "UTF-8";
/* --------------------
  keyframes
-------------------- */
@keyframes frontMvScroll {
  0% {
    top: 0;
  }
  100% {
    top: calc(100% - 2.3rem);
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
/* --------------------
  Mv
-------------------- */
.p-front-mv {
  position: relative;
}
.p-front-mv__container {
  position: absolute;
  inset: 0;
  padding: 5.6rem 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-front-mv__container {
    padding: 10rem 3rem;
  }
}
.p-front-mv__inner {
  position: relative;
  display: flex;
  align-items: end;
  justify-content: space-between;
  max-width: 96rem;
  height: 100%;
  margin: auto;
}
.p-front-mv__heading {
  font-size: 6rem;
  line-height: 1.4;
  color: #fff;
  margin: 0 0 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-front-mv__heading {
    font-size: 4rem;
  }
}
.p-front-mv__txt {
  font-size: 2rem;
  line-height: 2;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-front-mv__txt {
    font-size: 1.6rem;
  }
}
.p-front-mv__scroll {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.8rem;
}
@media screen and (max-width: 768px) {
  .p-front-mv__scroll {
    height: 100%;
  }
}
.p-front-mv__scroll p {
  font-size: 1.6rem;
  font-family: var(--Lexend);
  line-height: 1.6;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  white-space: nowrap;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-front-mv__scroll p {
    font-size: 1.3rem;
  }
}
.p-front-mv__scroll span {
  position: relative;
  display: block;
  width: 1px;
  height: 11rem;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p-front-mv__scroll span {
    flex: 1;
    height: auto;
  }
}
.p-front-mv__scroll span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 3px;
  height: 2.3rem;
  background: #fff;
  transform: translateX(-50%);
  animation: frontMvScroll 2s ease-in-out infinite;
}
@media screen and (max-width: 768px) {
  .p-front-mv__scroll span:after {
    animation: frontMvScroll 3s ease-in-out infinite;
  }
}
.p-front-mv__img {
  position: relative;
}
.p-front-mv__img:before {
  content: "";
  position: absolute;
  inset: 0;
  background: #919191;
  background: linear-gradient(90deg, rgb(145, 145, 145) 0%, rgba(145, 145, 145, 0) 100%);
  opacity: 0.3;
  mix-blend-mode: multiply;
  z-index: 2;
}
.p-front-mv__img .swiper-slide img {
  height: 100vh;
  min-height: 76.8rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-front-mv__img .swiper-slide img {
    min-height: 40rem;
  }
}
.p-front-mv__img .swiper-slide-active img,
.p-front-mv__img .swiper-slide-duplicate-active img,
.p-front-mv__img .swiper-slide-prev img {
  animation: zoomUp 7s linear 0s normal both;
}

/* --------------------
  Topics
-------------------- */
.p-front-topics {
  background: #fff;
  padding: 10rem 0;
}
@media screen and (max-width: 768px) {
  .p-front-topics {
    padding: 10rem 3rem 8rem;
  }
}
.p-front-topics__container {
  max-width: 96rem;
  margin: auto;
}
.p-front-topics__head {
  margin: 0 0 4rem;
}
.p-front-topics__main .swiper {
  overflow: visible;
}
.p-front-topics__main .swiper-wrapper {
  margin: 0 0 4rem;
}
@media screen and (max-width: 768px) {
  .p-front-topics__main .swiper-wrapper {
    margin: 0 0 2.4rem;
  }
}
.p-front-topics__main .swiper-slide a {
  display: block;
  overflow: hidden;
}
.p-front-topics__main .swiper-slide a:hover img {
  scale: 1.1;
}
.p-front-topics__main .swiper-slide a img {
  width: 100%;
  aspect-ratio: 1.732/1;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.p-front-topics__main .swiper-scroll {
  display: flex;
  justify-content: end;
  font-size: 1.6rem;
  font-weight: normal;
  font-family: var(--Lexend);
  line-height: 1.6;
  margin: 0 0 4rem;
}
@media screen and (max-width: 768px) {
  .p-front-topics__main .swiper-scroll {
    margin: 0 0 2.4rem;
  }
}
.p-front-topics__main .swiper-scrollbar {
  position: static;
  width: 100%;
  height: 2px;
  background: #000;
  opacity: 1 !important;
}
.p-front-topics__main .swiper-scrollbar-drag {
  top: -2px;
  height: 5px;
  background: #000;
  border-radius: 0;
}

/* --------------------
  Event
-------------------- */
.p-front-event {
  position: relative;
  background: #fff;
  padding: 20rem 0 12rem;
}
@media screen and (max-width: 768px) {
  .p-front-event {
    padding: 10rem 3rem;
  }
}
.p-front-event:before {
  content: "";
  position: absolute;
  inset: 0;
  background: #F0F0F0;
  border-radius: 30rem 30rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-front-event:before {
    border-radius: 8rem 8rem 0 0;
  }
}
.p-front-event__container {
  position: relative;
  max-width: 96rem;
  margin: auto;
  z-index: 1;
}
.p-front-event__inner {
  display: flex;
  margin: 0 0 8rem;
}
@media screen and (max-width: 768px) {
  .p-front-event__inner {
    flex-direction: column;
    gap: 3.2rem;
  }
}
.p-front-event__main {
  flex: 1;
}
.p-front-event__button {
  display: flex;
  justify-content: end;
}
@media screen and (max-width: 768px) {
  .p-front-event__button {
    justify-content: center;
  }
}

/* --------------------
  Concept
-------------------- */
.p-front-concept {
  position: relative;
  background: url(../images/front/bg-concept01.webp) center/cover;
  padding: 12rem 0;
}
@media screen and (max-width: 768px) {
  .p-front-concept {
    padding: 10rem 3rem;
  }
}
.p-front-concept:before {
  content: "";
  position: absolute;
  inset: 0;
  background: #919191;
  background: linear-gradient(90deg, rgb(145, 145, 145) 0%, rgba(145, 145, 145, 0) 100%);
  opacity: 0.3;
  mix-blend-mode: multiply;
}
.p-front-concept__container {
  max-width: 96rem;
  margin: auto;
}
.p-front-concept__content {
  position: relative;
  margin: 0 0 1.6rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-front-concept__content {
    margin: 0 0 8rem;
  }
}
.p-front-concept__content h2 {
  font-size: 5rem;
  font-weight: normal;
  font-family: var(--Lexend);
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #fff;
  margin: 0 0 5.6rem;
}
@media screen and (max-width: 768px) {
  .p-front-concept__content h2 {
    font-size: 3rem;
  }
}
.p-front-concept__content h3 {
  font-size: 3.2rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #fff;
  margin: 0 0 4rem;
}
@media screen and (max-width: 768px) {
  .p-front-concept__content h3 {
    font-size: 2.2rem;
    line-height: 1.6;
  }
}
.p-front-concept__content p {
  max-width: 48rem;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-front-concept__content p {
    font-size: 1.6rem;
  }
}
.p-front-concept__button {
  display: flex;
  justify-content: end;
}
@media screen and (max-width: 768px) {
  .p-front-concept__button {
    justify-content: center;
  }
}

/* --------------------
  Works
-------------------- */
.p-front-works {
  background: #fff;
  padding: 12rem 0;
}
@media screen and (max-width: 768px) {
  .p-front-works {
    padding: 10rem 3rem;
  }
}
.p-front-works__container {
  position: relative;
  max-width: 96rem;
  margin: auto;
}
.p-front-works__container:before, .p-front-works__container:after {
  content: "";
  position: absolute;
  border-radius: 100rem;
}
.p-front-works__container:before {
  top: 4rem;
  right: -8rem;
  width: 40rem;
  height: 70rem;
  background: #F0F0F0;
}
@media screen and (max-width: 768px) {
  .p-front-works__container:before {
    top: 16rem;
    right: -24rem;
  }
}
.p-front-works__container:after {
  left: -32rem;
  bottom: -4rem;
  width: 70rem;
  height: 40rem;
  background: #CFDDE8;
}
@media screen and (max-width: 768px) {
  .p-front-works__container:after {
    left: -48rem;
    bottom: 12rem;
  }
}
.p-front-works__head {
  position: relative;
  margin: 0 0 5.6rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-front-works__head {
    margin: 0 0 3.2rem;
  }
}
.p-front-works__head-heading {
  margin: 0 0 2.4rem;
}
.p-front-works__head-txt {
  font-size: 1.8rem;
  line-height: 2;
}
.p-front-works__main {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  margin: 0 0 8rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-front-works__main {
    grid-template-columns: auto;
  }
}
.p-front-works__main-link {
  position: relative;
  display: block;
  overflow: hidden;
}
.p-front-works__main-link:before {
  content: "";
  position: absolute;
  inset: 0;
  background: #919191;
  background: linear-gradient(0deg, rgb(145, 145, 145) 0%, rgba(145, 145, 145, 0) 100%);
  mix-blend-mode: multiply;
  z-index: 1;
}
.p-front-works__main-link:hover .p-front-works__main-img img {
  scale: 1.1;
}
.p-front-works__main-content {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: end;
  inset: 0;
  gap: 0.8rem;
  padding: 1.6rem;
  z-index: 1;
}
.p-front-works__main-heading {
  position: relative;
  font-size: 2rem;
  line-height: 1.6;
  color: #fff;
  padding: 0.4rem 0;
}
@media screen and (max-width: 768px) {
  .p-front-works__main-heading {
    font-size: 1.4rem;
  }
}
.p-front-works__main-heading:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 7.2rem;
  height: 1px;
  background: #fff;
}
.p-front-works__main-info {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-front-works__main-info {
    gap: 0.4rem 1.6rem;
  }
}
.p-front-works__main-info div {
  display: flex;
  align-items: baseline;
  gap: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-front-works__main-info div {
    gap: 0.8rem;
  }
}
.p-front-works__main-info div dt, .p-front-works__main-info div dd {
  font-size: 1.5rem;
  line-height: 1.6;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-front-works__main-info div dt, .p-front-works__main-info div dd {
    font-size: 1.2rem;
  }
}
.p-front-works__main-info div dd {
  flex: 1;
}
.p-front-works__main-img img {
  aspect-ratio: 3/2;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.p-front-works__button {
  position: relative;
  display: flex;
  justify-content: flex-end;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-front-works__button {
    justify-content: center;
  }
}

/* --------------------
  Modelhouse
-------------------- */
.p-front-modelhouse {
  margin: 0 0 -20rem;
}
@media screen and (max-width: 768px) {
  .p-front-modelhouse {
    margin: 0;
  }
}
.p-front-modelhouse__container {
  position: relative;
  background: #F0F0F0;
  padding: 12rem 0;
  margin: 0 0 -20rem;
  border-radius: 20rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-front-modelhouse__container {
    padding: 10rem 3rem;
    margin: 0;
    border-radius: 0;
  }
}
.p-front-modelhouse__inner {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 8rem;
  max-width: 96rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-front-modelhouse__inner {
    display: block;
  }
}
.p-front-modelhouse__head {
  grid-column: 1/2;
  grid-row: 1/2;
}
@media screen and (max-width: 768px) {
  .p-front-modelhouse__head {
    margin: 0 0 4rem;
  }
}
.p-front-modelhouse__head-heading {
  margin: 0 0 2.4rem;
}
.p-front-modelhouse__head-txt {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-front-modelhouse__head-txt {
    font-size: 1.6rem;
  }
}
.p-front-modelhouse__main {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column: 1/3;
  grid-row: 2/3;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .p-front-modelhouse__main {
    grid-template-columns: auto;
    margin: 0 0 10rem;
  }
}
.p-front-modelhouse__main-link {
  position: relative;
  display: block;
  overflow: hidden;
}
.p-front-modelhouse__main-link:before {
  content: "";
  position: absolute;
  inset: 0;
  background: #919191;
  background: linear-gradient(0deg, rgb(145, 145, 145) 0%, rgba(145, 145, 145, 0) 100%);
  mix-blend-mode: multiply;
  z-index: 1;
}
.p-front-modelhouse__main-link:hover .p-front-modelhouse__main-img img {
  scale: 1.1;
}
.p-front-modelhouse__main-content {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: end;
  inset: 0;
  gap: 0.4rem;
  padding: 1.6rem;
  z-index: 1;
}
.p-front-modelhouse__main-heading {
  font-size: 1.8rem;
  line-height: 1.6;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-front-modelhouse__main-heading {
    font-size: 1.4rem;
  }
}
.p-front-modelhouse__main-img img {
  aspect-ratio: 3/2;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.p-front-modelhouse__button {
  display: flex;
  align-items: end;
  justify-content: end;
  grid-column: 2/3;
  grid-row: 1/2;
}
@media screen and (max-width: 768px) {
  .p-front-modelhouse__button {
    justify-content: center;
  }
}
.p-front-modelhouse__bg {
  height: 76rem;
  clip-path: border-box;
}
@media screen and (max-width: 768px) {
  .p-front-modelhouse__bg {
    height: 26rem;
  }
}
.p-front-modelhouse__bg img {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  pointer-events: none;
  -o-object-fit: cover;
     object-fit: cover;
}

/* --------------------
  Estate
-------------------- */
.p-front-estate__container {
  position: relative;
  background: #CFDDE8;
  padding: 12rem 0;
  margin: 0 0 -20rem;
  border-radius: 20rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-front-estate__container {
    padding: 10rem 3rem;
    margin: 0;
    border-radius: 0;
  }
}
.p-front-estate__inner {
  max-width: 96rem;
  margin: auto;
}
.p-front-estate__bg {
  height: 76rem;
  clip-path: border-box;
}
@media screen and (max-width: 768px) {
  .p-front-estate__bg {
    height: 26rem;
  }
}
.p-front-estate__bg img {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  pointer-events: none;
  -o-object-fit: cover;
     object-fit: cover;
}

/* --------------------
  Estate Post
-------------------- */
.p-front-estate-post {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 8rem;
}
@media screen and (max-width: 768px) {
  .p-front-estate-post {
    display: block;
  }
}
.p-front-estate-post__head {
  grid-column: 1/2;
  grid-row: 1/2;
}
@media screen and (max-width: 768px) {
  .p-front-estate-post__head {
    margin: 0 0 4rem;
  }
}
.p-front-estate-post__head-heading {
  margin: 0 0 2.4rem;
}
.p-front-estate-post__head-txt {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-front-estate-post__head-txt {
    font-size: 1.6rem;
  }
}
.p-front-estate-post__main {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column: 1/3;
  grid-row: 2/3;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .p-front-estate-post__main {
    grid-template-columns: auto;
    margin: 0 0 10rem;
  }
}
.p-front-estate-post__main-link {
  position: relative;
  display: block;
  overflow: hidden;
}
.p-front-estate-post__main-link:before {
  content: "";
  position: absolute;
  inset: 0;
  background: #919191;
  background: linear-gradient(0deg, rgb(145, 145, 145) 0%, rgba(145, 145, 145, 0) 100%);
  mix-blend-mode: multiply;
  z-index: 1;
}
.p-front-estate-post__main-link:hover .p-front-estate-post__main-img img {
  scale: 1.1;
}
.p-front-estate-post__main-content {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: end;
  inset: 0;
  gap: 0.4rem;
  padding: 1.6rem;
  z-index: 1;
}
.p-front-estate-post__main-heading {
  position: relative;
  font-size: 2rem;
  line-height: 1.6;
  color: #fff;
  padding: 0.4rem 0;
}
@media screen and (max-width: 768px) {
  .p-front-estate-post__main-heading {
    font-size: 1.4rem;
  }
}
.p-front-estate-post__main-heading:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 7.2rem;
  height: 1px;
  background: #fff;
}
.p-front-estate-post__main-info div {
  display: flex;
  align-items: baseline;
  gap: 1.6rem;
}
.p-front-estate-post__main-info div dt, .p-front-estate-post__main-info div dd {
  font-size: 1.5rem;
  line-height: 1.6;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-front-estate-post__main-info div dt, .p-front-estate-post__main-info div dd {
    font-size: 1.2rem;
  }
}
.p-front-estate-post__main-info div dd {
  flex: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.p-front-estate-post__main-img img {
  aspect-ratio: 3/2;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.p-front-estate-post__button {
  display: flex;
  align-items: end;
  justify-content: end;
  grid-column: 2/3;
  grid-row: 1/2;
}
@media screen and (max-width: 768px) {
  .p-front-estate-post__button {
    justify-content: center;
  }
}

/* --------------------
  Estate Banner
-------------------- */
.p-front-estate-banner {
  position: relative;
  display: flex;
  align-items: center;
  height: 48rem;
  background: url(../images/front/bg-estate02.webp) center/cover;
  padding: 8rem;
}
@media screen and (max-width: 768px) {
  .p-front-estate-banner {
    padding: 10rem 3rem;
  }
}
.p-front-estate-banner:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
}
.p-front-estate-banner__inner {
  position: relative;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 4rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-front-estate-banner__inner {
    align-items: normal;
    flex-direction: column;
    gap: 8rem;
  }
}
.p-front-estate-banner__heading {
  margin: 0 0 2.4rem;
}
.p-front-estate-banner__txt {
  max-width: 32rem;
  font-size: 1.8rem;
  line-height: 2;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-front-estate-banner__txt {
    font-size: 1.6rem;
  }
}

/* --------------------
  About
-------------------- */
.p-front-about {
  background: #fff;
}
.p-front-about__head {
  padding: 10rem 0;
}
@media screen and (max-width: 768px) {
  .p-front-about__head {
    padding: 10rem 3rem;
  }
}
.p-front-about__head-inner {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
  max-width: 96rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-front-about__head-inner {
    flex-direction: column;
  }
}
.p-front-about__head-nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .p-front-about__head-nav {
    grid-template-columns: auto;
  }
}
.p-front-about__head-nav li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 7.2rem;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #fff;
  background: #1D4294;
  padding: 0 4rem;
  border: 2px solid #1D4294;
  border-radius: 10rem;
}
@media screen and (max-width: 768px) {
  .p-front-about__head-nav li a {
    padding: 0 5.6rem;
  }
}
.p-front-about__head-nav li a:hover {
  color: #1D4294;
  background: #fff;
}
.p-front-about__main-section {
  position: relative;
  min-height: 88rem;
  height: 100vh;
  padding: 10rem 0;
}
@media screen and (max-width: 768px) {
  .p-front-about__main-section {
    height: auto;
    padding: 8rem 3rem;
  }
}
.p-front-about__main-section:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(145, 145, 145, 0.3);
  mix-blend-mode: multiply;
}
.p-front-about__main-section.-content01 {
  background: url(../images/front/bg-about01.webp) center/cover;
}
.p-front-about__main-section.-content01 .p-front-about__main-title {
  margin: 0 0 -8rem;
}
@media screen and (max-width: 768px) {
  .p-front-about__main-section.-content01 .p-front-about__main-title {
    margin: 0;
  }
}
.p-front-about__main-section.-content01 .p-front-about__main-box {
  flex-direction: column;
}
.p-front-about__main-section.-content02 {
  background: url(../images/front/bg-about02.webp) center/cover;
}
.p-front-about__main-section.-content02 .p-front-about__main-title {
  flex-direction: row-reverse;
  margin: 0 0 8rem;
}
@media screen and (max-width: 768px) {
  .p-front-about__main-section.-content02 .p-front-about__main-title {
    margin: 0;
  }
}
.p-front-about__main-section.-content02 .p-front-about__main-box {
  align-items: end;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .p-front-about__main-section.-content02 .p-front-about__main-box {
    align-items: normal;
    flex-direction: column;
  }
}
.p-front-about__main-section.-content02 .p-front-about__main-button {
  flex-direction: column;
}
.p-front-about__main-section.-content03 {
  background: url(../images/front/bg-about03.webp) center/cover;
}
.p-front-about__main-section.-content03 .p-front-about__main-title {
  margin: 0 0 -16rem;
}
@media screen and (max-width: 768px) {
  .p-front-about__main-section.-content03 .p-front-about__main-title {
    flex-direction: row-reverse;
    margin: 0;
  }
}
.p-front-about__main-section.-content03 .p-front-about__main-box {
  align-items: end;
}
@media screen and (max-width: 768px) {
  .p-front-about__main-section.-content03 .p-front-about__main-box {
    align-items: normal;
    flex-direction: column;
  }
}
.p-front-about__main-section.-content04 {
  background: url(../images/front/bg-about04.webp) center/cover;
}
@media screen and (max-width: 768px) {
  .p-front-about__main-section.-content04 {
    background: url(../images/front/bg-about04.webp) no-repeat top center/contain;
    padding: 1.6rem 3rem;
  }
}
@media screen and (max-width: 768px) {
  .p-front-about__main-section.-content04 .p-front-about__main-inner {
    gap: 22rem;
  }
}
.p-front-about__main-section.-content04 .p-front-about__main-title {
  justify-content: flex-end;
}
.p-front-about__main-section.-content04 .p-front-about__main-box {
  align-items: end;
}
@media screen and (max-width: 768px) {
  .p-front-about__main-section.-content04 .p-front-about__main-box {
    align-items: normal;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .p-front-about__main-section.-content04 .p-front-about__main-heading .c-heading__en {
    color: #1D4294;
  }
}
@media screen and (max-width: 768px) {
  .p-front-about__main-section.-content04 .p-front-about__main-heading .c-heading__ja {
    color: #000;
  }
}
@media screen and (max-width: 768px) {
  .p-front-about__main-section.-content04 .p-front-about__main-txt p {
    color: #000;
  }
}
@media screen and (max-width: 768px) {
  .p-front-about__main-section.-content04 .p-front-about__main-button .c-button {
    color: #1D4294;
    border: 1px solid #1D4294;
  }
}
.p-front-about__main-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 96rem;
  height: 100%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-front-about__main-inner {
    gap: 8rem;
  }
}
.p-front-about__main-title {
  display: flex;
  justify-content: space-between;
}
.p-front-about__main-number {
  font-size: 4rem;
  font-weight: normal;
  font-family: var(--Lexend);
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
}
.p-front-about__main-message {
  font-size: 3.2rem;
  letter-spacing: 0.6em;
  line-height: 2;
  writing-mode: vertical-rl;
  white-space: nowrap;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-front-about__main-message {
    line-height: 1.6;
  }
}
.p-front-about__main-box {
  display: flex;
  justify-content: space-between;
  gap: 8rem;
}
.p-front-about__main-content {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .p-front-about__main-content {
    gap: 2.4rem;
  }
}
.p-front-about__main-txt {
  max-width: 39rem;
}
.p-front-about__main-txt h3 {
  font-size: 2.3rem;
  line-height: 1.6;
  color: #fff;
  margin: 0 0 3.2rem;
}
@media screen and (max-width: 768px) {
  .p-front-about__main-txt h3 {
    margin: 0 0 2.4rem;
  }
}
.p-front-about__main-txt p {
  font-size: 1.8rem;
  line-height: 2;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-front-about__main-txt p {
    font-size: 1.6rem;
  }
}
.p-front-about__main-button {
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .p-front-about__main-button {
    align-items: center;
    flex-direction: column;
  }
}

/* --------------------
  Other
-------------------- */
.p-front-other {
  background: #CFDDE8;
  padding: 12rem 0;
}
.p-front-other__container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.4rem;
  max-width: 96rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-front-other__container {
    grid-template-columns: auto;
  }
}
.p-front-other__container li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1.6rem;
  max-width: 22rem;
  width: 100%;
  height: 20rem;
  padding: 2.4rem 0 0;
  margin: auto;
  border: 0.2rem solid #1D4294;
  border-radius: 10rem;
}
.p-front-other__container li a:after {
  content: "→";
  font-size: 2.3rem;
  color: #1D4294;
  transition: 0.3s;
}
.p-front-other__container li a:hover {
  background: #1D4294;
}
.p-front-other__container li a:hover:after {
  color: #fff;
}
.p-front-other__container li a:hover p {
  color: #fff;
}
.p-front-other__container li a p {
  font-size: 2.3rem;
  line-height: 1.6;
  text-align: center;
  color: #1D4294;
  transition: 0.3s;
}
.p-front-other__container li a p span {
  display: block;
  font-size: 1.8rem;
  font-family: var(--Lexend);
}

/* --------------------
  Faq
-------------------- */
.p-front-faq {
  background: #fff;
  padding: 12rem 0;
}
@media screen and (max-width: 768px) {
  .p-front-faq {
    padding: 8rem 3rem;
  }
}
.p-front-faq__container {
  max-width: 96rem;
  margin: auto;
}
.p-front-faq__head {
  margin: 0 0 8rem;
}
.p-front-faq__main-item {
  display: grid;
  gap: 1.6rem;
  padding: 2.4rem 4rem;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .p-front-faq__main-item {
    gap: 3.2rem;
    padding: 4rem 0;
  }
}
.p-front-faq__main-item dt div, .p-front-faq__main-item dd div {
  display: flex;
  align-items: baseline;
  gap: 1.6rem;
  padding: 0 4rem 0 0;
}
.p-front-faq__main-item dt div p:first-child, .p-front-faq__main-item dd div p:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.4rem;
  height: 5rem;
  font-size: 3rem;
  font-weight: normal;
  font-family: var(--Lexend);
  border-radius: 10rem;
}
@media screen and (max-width: 768px) {
  .p-front-faq__main-item dt div p:first-child, .p-front-faq__main-item dd div p:first-child {
    width: 4rem;
    height: 3.6rem;
    font-size: 2.1rem;
  }
}
.p-front-faq__main-item dt div p:last-child, .p-front-faq__main-item dd div p:last-child {
  flex: 1;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-front-faq__main-item dt div p:last-child, .p-front-faq__main-item dd div p:last-child {
    font-size: 1.6rem;
  }
}
.p-front-faq__main-item dt {
  position: relative;
  cursor: pointer;
}
.p-front-faq__main-item dt:focus-visible {
  outline: 2px solid #1D4294;
  outline-offset: 0.6rem;
}
.p-front-faq__main-item dt:before, .p-front-faq__main-item dt:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 2.4rem;
  height: 0.4rem;
  background: #1D4294;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-front-faq__main-item dt:before, .p-front-faq__main-item dt:after {
    width: 1.8rem;
    height: 0.3rem;
  }
}
.p-front-faq__main-item dt:after {
  rotate: 90deg;
  transition: rotate 0.3s ease, opacity 0.3s ease;
}
.p-front-faq__main-item dt div p:first-child {
  color: #1D4294;
  background: #CFDDE8;
}
.p-front-faq__main-item dd {
  display: none;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-front-faq__main-item dd div {
    padding: 0;
  }
}
.p-front-faq__main-item dd div p:first-child {
  color: #fff;
  background: #1D4294;
}
.p-front-faq__main-item dd div p a {
  text-decoration: underline;
  color: #1D4294;
}
.p-front-faq__main-item.is-open dt:after {
  opacity: 0;
  rotate: 0deg;
}/*# sourceMappingURL=front.css.map */