@charset "UTF-8";
/* ----------------------------------------
  Concept
---------------------------------------- */
/* --------------------
  Concept Message
-------------------- */
.p-concept-message {
  padding: 16rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-concept-message {
    padding: 4rem 3rem 0;
  }
}
.p-concept-message__container {
  max-width: 120rem;
  margin: auto;
}
.p-concept-message__heading {
  font-size: 3.2rem;
  line-height: 2;
  text-align: center;
  margin: 0 0 10rem;
}
@media screen and (max-width: 768px) {
  .p-concept-message__heading {
    font-size: 1.6rem;
    margin: 0 0 4rem;
  }
}
.p-concept-message__heading span {
  display: block;
  font-size: 6.4rem;
  font-weight: normal;
  font-family: var(--Lexend);
  line-height: 1.6;
  color: #1d4294;
  margin: 0 0 4rem;
}
@media screen and (max-width: 768px) {
  .p-concept-message__heading span {
    font-size: 2rem;
    margin: 0 0 2.4rem;
  }
}
.p-concept-message__txt {
  font-size: 2.2rem;
  line-height: 3;
  text-align: center;
  margin: 0 0 16rem;
}
@media screen and (max-width: 768px) {
  .p-concept-message__txt {
    font-size: 1.1rem;
    margin: 0 0 6rem;
  }
}
.p-concept-message__img {
  max-width: 110rem;
  margin: 0 0 16rem calc(50% - 50vw);
}
@media screen and (max-width: 768px) {
  .p-concept-message__img {
    margin: 0 calc(50% - 50vw) 4rem;
  }
}
.p-concept-message__slogan {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4rem;
  height: 60rem;
  background: #cfdde8;
}
@media screen and (max-width: 768px) {
  .p-concept-message__slogan {
    gap: 2.4rem;
    height: auto;
    padding: 4rem 3rem;
    margin: 0 -3rem;
  }
}
.p-concept-message__slogan p {
  font-size: 2.2rem;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-concept-message__slogan p {
    font-size: 1.1rem;
  }
}
.p-concept-message__slogan h3 {
  font-size: 4.5rem;
  line-height: 1.6;
  text-align: center;
  background: #fff;
  padding: 2.4rem 8rem;
}
@media screen and (max-width: 768px) {
  .p-concept-message__slogan h3 {
    font-size: 1.8rem;
    padding: 1.6rem 4rem;
  }
}

/* --------------------
  Concept Company
-------------------- */
.p-concept-company {
  padding: 16rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-concept-company {
    padding: 8rem 3rem 0;
  }
}
.p-concept-company__container {
  max-width: 120rem;
  margin: auto;
}
.p-concept-company__head {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin: 0 0 8rem;
}
@media screen and (max-width: 768px) {
  .p-concept-company__head {
    gap: 2.4rem;
    margin: 0 0 4rem;
  }
}
.p-concept-company__head-number {
  font-size: 7rem;
  font-weight: normal;
  font-family: var(--Lexend);
  line-height: 1;
  color: #1d4294;
}
@media screen and (max-width: 768px) {
  .p-concept-company__head-number {
    font-size: 2.4rem;
  }
}
.p-concept-company__head-heading {
  font-size: 4.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-concept-company__head-heading {
    font-size: 1.8rem;
  }
}
.p-concept-company__head-txt {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-concept-company__head-txt {
    font-size: 1.2rem;
  }
}
.p-concept-company__main {
  display: grid;
  gap: 8rem;
}
@media screen and (max-width: 768px) {
  .p-concept-company__main {
    gap: 6rem;
  }
}
.p-concept-company__main-column {
  display: flex;
  gap: 8rem;
}
@media screen and (max-width: 768px) {
  .p-concept-company__main-column {
    flex-direction: column;
    gap: 2.4rem;
  }
}
.p-concept-company__main-column:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .p-concept-company__main-column:nth-child(even) {
    flex-direction: column;
  }
}
.p-concept-company__main-column:nth-child(even) .p-concept-company__main-img {
  margin: 0 0 0 calc(50% - 50vw);
}
@media screen and (max-width: 768px) {
  .p-concept-company__main-column:nth-child(even) .p-concept-company__main-img {
    margin: auto;
  }
}
.p-concept-company__main-content {
  flex: 1;
}
.p-concept-company__main-content h3 {
  font-size: 3.6rem;
  line-height: 1.6;
  text-decoration-line: underline;
  text-decoration-color: #cfdde8;
  text-decoration-thickness: 1.2rem;
  text-underline-offset: -0.4rem;
  margin: 0 0 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-concept-company__main-content h3 {
    font-size: 1.8rem;
    line-height: 2;
  }
}
.p-concept-company__main-content p {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-concept-company__main-content p {
    font-size: 1.4rem;
  }
}
.p-concept-company__main-img {
  max-width: 44rem;
  margin: 0 calc(50% - 50vw) 0 0;
}
@media screen and (max-width: 768px) {
  .p-concept-company__main-img {
    width: auto;
    margin: auto;
  }
}

/* --------------------
  Concept Support
-------------------- */
.p-concept-support {
  padding: 16rem 0;
}
@media screen and (max-width: 768px) {
  .p-concept-support {
    padding: 8rem 3rem;
  }
}
.p-concept-support__container {
  max-width: 120rem;
  margin: auto;
}
.p-concept-support__head {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin: 0 0 8rem;
}
@media screen and (max-width: 768px) {
  .p-concept-support__head {
    gap: 2.4rem;
    margin: 0 0 4rem;
  }
}
.p-concept-support__head-number {
  font-size: 7rem;
  font-weight: normal;
  font-family: var(--Lexend);
  line-height: 1;
  color: #1d4294;
}
@media screen and (max-width: 768px) {
  .p-concept-support__head-number {
    font-size: 2.4rem;
  }
}
.p-concept-support__head-heading {
  font-size: 4.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-concept-support__head-heading {
    font-size: 1.8rem;
  }
}
.p-concept-support__head-txt {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-concept-support__head-txt {
    font-size: 1.2rem;
  }
}
.p-concept-support__main {
  display: grid;
  gap: 12rem;
  margin: 0 0 16rem;
}
@media screen and (max-width: 768px) {
  .p-concept-support__main {
    gap: 6rem;
    margin: 0 0 8rem;
  }
}
.p-concept-support__main-column {
  display: grid;
  gap: 8rem;
}
@media screen and (max-width: 768px) {
  .p-concept-support__main-column {
    gap: 4rem;
  }
}
.p-concept-support__main-content {
  flex: 1;
}
.p-concept-support__main-content h3 {
  font-size: 3.6rem;
  line-height: 1.6;
  text-decoration-line: underline;
  text-decoration-color: #cfdde8;
  text-decoration-thickness: 1.2rem;
  text-underline-offset: -0.4rem;
  margin: 0 0 4rem;
}
@media screen and (max-width: 768px) {
  .p-concept-support__main-content h3 {
    font-size: 1.8rem;
    line-height: 2;
  }
}
.p-concept-support__main-content p {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-concept-support__main-content p {
    font-size: 1.4rem;
  }
}
.p-concept-support__main-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5.6rem;
}
@media screen and (max-width: 768px) {
  .p-concept-support__main-list {
    grid-template-columns: auto;
    gap: 3rem;
  }
}
.p-concept-support__main-list div {
  background: #cfdde8;
  padding: 4rem;
  border-radius: 4rem;
}
@media screen and (max-width: 768px) {
  .p-concept-support__main-list div {
    padding: 3rem;
  }
}
.p-concept-support__main-list div dt {
  font-size: 3rem;
  font-weight: normal;
  font-family: var(--Lexend);
  line-height: 1.6;
  text-align: center;
  color: #1d4294;
  margin: 0 0 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-concept-support__main-list div dt {
    font-size: 2.4rem;
  }
}
.p-concept-support__main-list div dd {
  font-size: 2rem;
  line-height: 1.8;
  text-align: center;
  text-decoration-line: underline;
  text-decoration-color: #fff;
  text-decoration-thickness: 1.2rem;
  text-underline-offset: -0.4rem;
}
@media screen and (max-width: 768px) {
  .p-concept-support__main-list div dd {
    font-size: 1.2rem;
  }
}
.p-concept-support__main-button {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .p-concept-support__main-button {
    align-items: center;
    flex-direction: column;
    gap: 2.4rem;
  }
}
.p-concept-support__img {
  margin: 0 calc(50% - 50vw) 0 0;
}

/* ----------------------------------------
  About
---------------------------------------- */
/* --------------------
  About Hero
-------------------- */
.p-about-hero {
  padding: 16rem 0;
}
@media screen and (max-width: 768px) {
  .p-about-hero {
    padding: 10rem 3rem 6rem;
  }
}
.p-about-hero__container {
  max-width: 120rem;
  margin: auto;
}

/* --------------------
  About Message
-------------------- */
.p-about-message {
  background: #cddbe6;
  padding: 16rem 0;
}
@media screen and (max-width: 768px) {
  .p-about-message {
    padding: 8rem 3rem;
  }
}
.p-about-message__container {
  max-width: 120rem;
  margin: auto;
}
.p-about-message__head {
  margin: 0 0 16rem;
}
@media screen and (max-width: 768px) {
  .p-about-message__head {
    margin: 0 0 8rem;
  }
}
.p-about-message__head .c-page-title {
  padding: 0;
}
.p-about-message__main {
  display: grid;
  gap: 16rem;
  margin: 0 0 16rem;
}
@media screen and (max-width: 768px) {
  .p-about-message__main {
    gap: 8rem;
    margin: 0 0 8rem;
  }
}
.p-about-message__main-column {
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .p-about-message__main-column {
    flex-direction: column;
  }
}
.p-about-message__main-column:nth-child(odd) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .p-about-message__main-column:nth-child(odd) {
    flex-direction: column;
  }
}
.p-about-message__main-column:nth-child(odd) .p-about-message__main-img {
  margin: 0 0 0 calc(50% - 50vw);
}
@media screen and (max-width: 768px) {
  .p-about-message__main-column:nth-child(odd) .p-about-message__main-img {
    margin: 0 calc(50% - 50vw) 0 0;
  }
}
.p-about-message__main-content {
  display: flex;
  justify-content: center;
  width: 60rem;
}
@media screen and (max-width: 768px) {
  .p-about-message__main-content {
    justify-content: start;
    width: auto;
  }
}
.p-about-message__main-txt h3 {
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 0.4rem;
  margin: 0 0 4rem;
}
.p-about-message__main-txt h3 span {
  font-size: 3.6rem;
  line-height: 1.6;
  background: #fff;
  padding: 0 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-about-message__main-txt h3 span {
    font-size: 1.8rem;
  }
}
.p-about-message__main-txt p {
  font-size: 2rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-about-message__main-txt p {
    font-size: 1.4rem;
  }
}
.p-about-message__main-txt p + p {
  margin: 1em 0 0;
}
.p-about-message__main-img {
  flex: 1;
  margin: 0 calc(50% - 50vw) 0 0;
}
.p-about-message__foot {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 6rem;
  background: #fff;
  padding: 12rem 0;
}
@media screen and (max-width: 768px) {
  .p-about-message__foot {
    gap: 4rem;
    padding: 8rem 0;
  }
}
.p-about-message__foot h3 {
  font-size: 3.2rem;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-about-message__foot h3 {
    font-size: 1.6rem;
  }
}
.p-about-message__foot p {
  font-size: 4.5rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-about-message__foot p {
    font-size: 3.2rem;
  }
}

/* --------------------
  About Service
-------------------- */
.p-about-service {
  padding: 16rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-about-service {
    padding: 8rem 3rem 0;
  }
}
.p-about-service__container {
  max-width: 120rem;
  background: #fff;
  margin: auto;
}
.p-about-service__head {
  position: relative;
  padding: 8rem 0;
  border-bottom: 0.5rem solid #f0f0f0;
}
@media screen and (max-width: 768px) {
  .p-about-service__head {
    padding: 8rem 3rem;
  }
}
.p-about-service__head:before, .p-about-service__head:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3rem 2rem 0 2rem;
  margin: auto;
}
.p-about-service__head:before {
  bottom: -3rem;
  border-color: #f0f0f0 transparent transparent transparent;
}
.p-about-service__head:after {
  bottom: -2rem;
  border-color: #fff transparent transparent transparent;
}
.p-about-service__head-txt {
  font-size: 2rem;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-about-service__head-txt {
    font-size: 1.4rem;
  }
}
.p-about-service__main {
  padding: 16rem 8rem;
}
@media screen and (max-width: 768px) {
  .p-about-service__main {
    padding: 8rem 3rem;
  }
}
.p-about-service__main-heading {
  max-width: 60rem;
  margin: 0 auto 16rem;
}
@media screen and (max-width: 768px) {
  .p-about-service__main-heading {
    margin: 0 auto 8rem;
  }
}
.p-about-service__main-heading h2 {
  font-size: 4.5rem;
  line-height: 2;
  text-align: center;
  margin: 0 0 4rem;
}
@media screen and (max-width: 768px) {
  .p-about-service__main-heading h2 {
    font-size: 2rem;
  }
}
.p-about-service__main-heading p {
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .p-about-service__main-heading p {
    font-size: 1.4rem;
  }
}
.p-about-service__main-feature {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 12rem;
  margin: 0 0 16rem;
}
@media screen and (max-width: 768px) {
  .p-about-service__main-feature {
    flex-direction: column;
    margin: 0 0 8rem;
  }
}
.p-about-service__main-feature:before {
  content: "×";
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 7.5rem;
  line-height: 1;
  translate: -50% -50%;
}
@media screen and (max-width: 768px) {
  .p-about-service__main-feature:before {
    font-size: 5.6rem;
  }
}
.p-about-service__main-feature div {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 37rem;
  height: 37rem;
  background: #1d408b;
  padding: 8rem 0 0;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .p-about-service__main-feature div {
    width: 25rem;
    height: 25rem;
    padding: 4rem 0 0;
  }
}
.p-about-service__main-feature div dt {
  font-size: 2.2rem;
  line-height: 1.6;
  text-align: center;
  color: #fff;
  margin: 0 0 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-about-service__main-feature div dt {
    font-size: 1.8rem;
  }
}
.p-about-service__main-feature div dd ul li {
  position: relative;
  line-height: 1.6;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-about-service__main-feature div dd ul li {
    font-size: 1.2rem;
  }
}
.p-about-service__main-feature div dd ul li:before {
  content: "□";
}
.p-about-service__main-feature div dd ul li:after {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
}
.p-about-service__main-message {
  font-size: 3.6rem;
  line-height: 1.6;
  text-align: center;
  margin: 0 0 16rem;
}
@media screen and (max-width: 768px) {
  .p-about-service__main-message {
    font-size: 2rem;
    margin: 0 0 8rem;
  }
}
.p-about-service__main-point {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12rem;
}
@media screen and (max-width: 768px) {
  .p-about-service__main-point {
    grid-template-columns: auto;
    gap: 8rem;
  }
}
.p-about-service__main-point-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .p-about-service__main-point-item {
    gap: 2.4rem;
  }
}
.p-about-service__main-point-number {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8rem;
  height: 8rem;
  font-size: 4.5rem;
  font-weight: normal;
  font-family: var(--Lexend);
  line-height: 1;
  color: #fff;
  background: #1d408b;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .p-about-service__main-point-number {
    width: 5.6rem;
    height: 5.6rem;
    font-size: 3.2rem;
  }
}
.p-about-service__main-point-number:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1rem;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2rem 1.4rem 0 1.4rem;
  border-color: #1d408b transparent transparent transparent;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-about-service__main-point-number:after {
    bottom: -0.8rem;
    border-width: 1.8rem 1.2rem 0 1.2rem;
  }
}
.p-about-service__main-point-heading {
  font-size: 2.2rem;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-about-service__main-point-heading {
    font-size: 1.8rem;
  }
}
.p-about-service__main-point-txt {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-about-service__main-point-txt {
    font-size: 1.4rem;
  }
}
.p-about-service__main-point-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32rem;
  height: 7rem;
  font-size: 1.8rem;
  color: #fff;
  background: #1d408b;
  margin: auto;
  border: 2px solid #1d408b;
  border-radius: 10rem;
}
@media screen and (max-width: 768px) {
  .p-about-service__main-point-button {
    width: 100%;
    height: 5.6rem;
    font-size: 1.4rem;
  }
}
.p-about-service__main-point-button:hover {
  color: #1d408b;
  background: #fff;
}
.p-about-service__main-point-img {
  width: 18rem;
  margin: auto;
}

/* --------------------
  About Reserve
-------------------- */
.p-about-reserve {
  padding: 16rem 0;
}
@media screen and (max-width: 768px) {
  .p-about-reserve {
    padding: 8rem 3rem;
  }
}
.p-about-reserve__container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12rem;
  max-width: 120rem;
  height: 60rem;
  background: url(../images/about/bg-reserve01.webp) center/cover;
  padding: 10rem 0 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-about-reserve__container {
    gap: 6rem;
    height: 30rem;
    padding: 4rem 0 0;
  }
}
.p-about-reserve__container:hover .p-about-reserve__button {
  color: #fff;
  background: #1d408b;
}
.p-about-reserve__heading {
  font-size: 2rem;
  line-height: 1.6;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-about-reserve__heading {
    font-size: 1.4rem;
  }
}
.p-about-reserve__heading span {
  display: block;
  font-size: 5.4rem;
  font-weight: normal;
  font-family: var(--Lexend);
}
@media screen and (max-width: 768px) {
  .p-about-reserve__heading span {
    font-size: 2.4rem;
  }
}
.p-about-reserve__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20rem;
  height: 4rem;
  font-size: 1.8rem;
  font-family: var(--Lexend);
  color: #1d408b;
  background: #fff;
  border-radius: 10rem;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .p-about-reserve__button {
    font-size: 1.6rem;
  }
}

/* ----------------------------------------
  Modelhouse
---------------------------------------- */
/* --------------------
  Modelhouse Hero
-------------------- */
@media screen and (max-width: 768px) {
  .p-modelhouse-hero {
    margin: 0 !important;
  }
}

/* --------------------
  Modelhouse Archive
-------------------- */
.p-modelhouse-archive {
  background: #fff;
  padding: 16rem 0;
}
@media screen and (max-width: 768px) {
  .p-modelhouse-archive {
    padding: 8rem 3rem;
  }
}
.p-modelhouse-archive__container {
  max-width: 120rem;
  margin: auto;
}
.p-modelhouse-archive__head {
  margin: 0 0 16rem;
}
@media screen and (max-width: 768px) {
  .p-modelhouse-archive__head {
    margin: 0 0 8rem;
  }
}
.p-modelhouse-archive__head-heading {
  font-size: 2.8rem;
  line-height: 1.6;
  text-align: center;
  margin: 0 0 3.2rem;
}
@media screen and (max-width: 768px) {
  .p-modelhouse-archive__head-heading {
    font-size: 2.2rem;
  }
}
.p-modelhouse-archive__head-txt {
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-modelhouse-archive__head-txt {
    font-size: 1.2rem;
  }
}
.p-modelhouse-archive__main {
  display: grid;
  gap: 8rem;
}
@media screen and (max-width: 768px) {
  .p-modelhouse-archive__main {
    gap: 5.6rem;
  }
}
.p-modelhouse-archive__main-link {
  display: grid;
  grid-template-columns: 1fr 48rem;
  grid-template-rows: 1fr max-content;
  gap: 5.6rem 9.6rem;
  background: #f0f0f0;
  padding: 4.8rem;
}
@media screen and (max-width: 768px) {
  .p-modelhouse-archive__main-link {
    grid-template-columns: auto;
    grid-template-rows: auto;
    gap: 4rem;
    padding: 4rem 3rem;
  }
}
.p-modelhouse-archive__main-link:hover .p-modelhouse-archive__main-img img {
  scale: 1.1;
}
.p-modelhouse-archive__main-link:hover .p-modelhouse-archive__main-button {
  color: #1d4294;
  background: #fff;
}
.p-modelhouse-archive__main-content {
  grid-column: 1/2;
  grid-row: 1/2;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-modelhouse-archive__main-content {
    grid-column: auto;
    grid-row: auto;
  }
}
.p-modelhouse-archive__main-heading {
  font-size: 2.8rem;
  line-height: 1.6;
  padding: 0 0 1.6rem;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .p-modelhouse-archive__main-heading {
    font-size: 1.8rem;
  }
}
.p-modelhouse-archive__main-txt {
  font-size: 1.8rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-modelhouse-archive__main-txt {
    font-size: 1.4rem;
  }
}
.p-modelhouse-archive__main-address {
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-modelhouse-archive__main-address {
    font-size: 1.4rem;
  }
}
.p-modelhouse-archive__main-img {
  grid-column: 2/3;
  grid-row: 1/3;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-modelhouse-archive__main-img {
    grid-column: auto;
    grid-row: auto;
  }
}
.p-modelhouse-archive__main-img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.p-modelhouse-archive__main-button {
  grid-column: 1/2;
  grid-row: 2/3;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 26rem;
  width: 100%;
  height: 6rem;
  font-size: 1.8rem;
  color: #fff;
  background: #1d4294;
  border: 2px solid #1d4294;
  border-radius: 10rem;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .p-modelhouse-archive__main-button {
    grid-column: auto;
    grid-row: auto;
    max-width: 20rem;
    height: 4.8rem;
    font-size: 1.6rem;
    margin: auto;
  }
}

/* --------------------
  Modelhouse Single
-------------------- */
.p-modelhouse-single {
  margin: 0 0 16rem;
}
@media screen and (max-width: 768px) {
  .p-modelhouse-single {
    margin: 0;
  }
}
.p-modelhouse-single__container {
  display: grid;
  gap: 12rem;
  max-width: 120rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-modelhouse-single__container {
    gap: 3rem;
  }
}
.p-modelhouse-single__column {
  background: #fff;
  padding: 8rem;
}
@media screen and (max-width: 768px) {
  .p-modelhouse-single__column {
    padding: 4rem 2.4rem;
  }
}
.p-modelhouse-single__hero {
  margin: -8rem -8rem 0;
}
@media screen and (max-width: 768px) {
  .p-modelhouse-single__hero {
    margin: -4rem -2.4rem 0;
  }
}
.p-modelhouse-single__message {
  display: flex;
  flex-direction: column;
  gap: 8rem;
  padding: 8rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-modelhouse-single__message {
    gap: 4rem;
  }
}
.p-modelhouse-single__message-title {
  font-size: 2.8rem;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-modelhouse-single__message-title {
    font-size: 1.8rem;
  }
}
.p-modelhouse-single__message-txt {
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-modelhouse-single__message-txt {
    font-size: 1.4rem;
  }
}
.p-modelhouse-single__floor {
  padding: 8rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-modelhouse-single__floor {
    padding: 4rem 0 0;
  }
}
.p-modelhouse-single__floor-heading {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.6rem;
  font-size: 5rem;
  font-weight: normal;
  font-family: var(--Lexend);
  color: #1d4294;
}
@media screen and (max-width: 768px) {
  .p-modelhouse-single__floor-heading {
    font-size: 2.4rem;
  }
}
.p-modelhouse-single__floor-heading:after {
  content: "";
  flex: 1;
  height: 0.5rem;
  background: #f0f0f0;
}
@media screen and (max-width: 768px) {
  .p-modelhouse-single__floor-heading:after {
    height: 0.3rem;
  }
}
.p-modelhouse-single__floor-body {
  display: flex;
  align-items: center;
  gap: 4rem;
  padding: 8rem 0;
}
@media screen and (max-width: 768px) {
  .p-modelhouse-single__floor-body {
    flex-direction: column;
    gap: 2.4rem;
    padding: 4rem 0;
  }
}
.p-modelhouse-single__floor-img {
  flex: 1;
}
.p-modelhouse-single__floor-list {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  flex: 1;
}
.p-modelhouse-single__floor-item {
  display: flex;
  gap: 1.6rem;
  background: #f0f0f0;
  padding: 2.4rem;
}
.p-modelhouse-single__floor-number {
  font-size: 3rem;
  font-weight: normal;
  font-family: var(--Lexend);
  line-height: 1;
  color: #1d4294;
}
@media screen and (max-width: 768px) {
  .p-modelhouse-single__floor-number {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.p-modelhouse-single__floor-content {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .p-modelhouse-single__floor-content {
    gap: 1.6rem;
  }
}
.p-modelhouse-single__floor-title {
  font-size: 2rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-modelhouse-single__floor-title {
    font-size: 1.6rem;
  }
}
.p-modelhouse-single__floor-txt {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-modelhouse-single__floor-txt {
    font-size: 1.4rem;
  }
}
.p-modelhouse-single__button {
  display: flex;
  justify-content: center;
  padding: 8rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-modelhouse-single__button {
    padding: 4rem 0 0;
  }
}
.p-modelhouse-single__button a {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 35rem;
  width: 100%;
  height: 7rem;
  font-size: 2rem;
  color: #fff;
  background: #1d4294;
  border: 2px solid #1d4294;
  border-radius: 10rem;
}
@media screen and (max-width: 768px) {
  .p-modelhouse-single__button a {
    font-size: 1.6rem;
    height: 5.6rem;
  }
}
.p-modelhouse-single__button a:hover {
  color: #1d4294;
  background: #fff;
}
.p-modelhouse-single__gallery {
  display: flex;
  flex-direction: column;
  gap: 5.6rem;
  padding: 16rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-modelhouse-single__gallery {
    gap: 4rem;
    padding: 8rem 0 0;
  }
}
.p-modelhouse-single__gallery-item {
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .p-modelhouse-single__gallery-item {
    flex-direction: column;
    gap: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-modelhouse-single__gallery-item:first-child figure {
    margin: 0 -2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-modelhouse-single__gallery-item:first-child figure figcaption {
    padding: 0 2.4rem;
  }
}
.p-modelhouse-single__gallery-item figure {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .p-modelhouse-single__gallery-item figure {
    flex: auto;
  }
}
.p-modelhouse-single__gallery-item figure figcaption {
  line-height: 1.6;
  margin: 2.4rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-modelhouse-single__gallery-item figure figcaption {
    font-size: 1.2rem;
    margin: 1.6rem 0 0;
  }
}
.p-modelhouse-single__outline {
  max-width: 64rem;
  padding: 16rem 0 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-modelhouse-single__outline {
    padding: 8rem 0 0;
  }
}
.p-modelhouse-single__outline-heading {
  font-size: 3rem;
  font-weight: normal;
  font-family: var(--Lexend);
  text-align: center;
  color: #1d4294;
  margin: 0 0 4rem;
}
@media screen and (max-width: 768px) {
  .p-modelhouse-single__outline-heading {
    font-size: 1.6rem;
    margin: 0 0 2.4rem;
  }
}
.p-modelhouse-single__outline-list {
  border-top: 1px solid #dcdcdc;
}
.p-modelhouse-single__outline-list div {
  display: flex;
  gap: 4rem;
  padding: 1.6rem;
  border-bottom: 1px solid #dcdcdc;
}
@media screen and (max-width: 768px) {
  .p-modelhouse-single__outline-list div {
    gap: 1.6rem;
    padding: 0.8rem;
  }
}
.p-modelhouse-single__outline-list div dt, .p-modelhouse-single__outline-list div dd {
  font-size: 1.8rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-modelhouse-single__outline-list div dt, .p-modelhouse-single__outline-list div dd {
    font-size: 1.4rem;
  }
}
.p-modelhouse-single__outline-list div dt {
  width: 8rem;
}
@media screen and (max-width: 768px) {
  .p-modelhouse-single__outline-list div dt {
    width: 6rem;
  }
}
.p-modelhouse-single__outline-list div dd {
  flex: 1;
}
.p-modelhouse-single__map {
  padding: 16rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-modelhouse-single__map {
    padding: 8rem 0 0;
    margin: 0 -6rem -3rem;
  }
}
.p-modelhouse-single__map iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/1;
}
@media screen and (max-width: 768px) {
  .p-modelhouse-single__map iframe {
    aspect-ratio: 3/2;
  }
}
.p-modelhouse-single__form-heading {
  font-size: 3.2rem;
  font-weight: normal;
  font-family: var(--Lexend);
  line-height: 1.6;
  text-align: center;
  color: #1d4294;
  margin: 0 0 8rem;
}
@media screen and (max-width: 768px) {
  .p-modelhouse-single__form-heading {
    font-size: 2.4rem;
    margin: 0 0 4rem;
  }
}
.p-modelhouse-single__form-txt {
  font-size: 2.2rem;
  line-height: 1.6;
  text-align: center;
  margin: 0 0 8rem;
}
@media screen and (max-width: 768px) {
  .p-modelhouse-single__form-txt {
    font-size: 1.4rem;
    margin: 0 0 4rem;
  }
}
.p-modelhouse-single__form-content .c-form {
  padding: 0;
  margin: 0;
}/*# sourceMappingURL=lower.css.map */