@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

@media screen and (max-width: 1119px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1120 * 100vw);
  }
}
@media screen and (max-width: 374px) {
  html {
    font-size: calc(16 / 375 * 100vw);
  }
}

body {
  color: #313131;
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

picture,
img,
a,
span {
  display: inline-block;
}

video,
img,
svg {
  width: 100%;
  height: 100%;
}

button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
}

input,
textarea,
select {
  font: inherit;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.l-main {
  -webkit-padding-before: 8.125rem;
          padding-block-start: 8.125rem;
}
@media screen and (max-width: 767px) {
  .l-main {
    -webkit-padding-before: 6.25rem;
            padding-block-start: 6.25rem;
  }
}

.l-inner {
  position: relative;
  width: 100%;
  max-width: 1120px;
  height: inherit;
  padding: 0 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: 100%;
    max-width: 640px;
    padding: 0 1.25rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.l-inner__narrow {
  max-width: 50rem;
}
@media screen and (max-width: 767px) {
  .l-inner__narrow {
    padding: 0 1.25rem;
    max-width: 600px;
  }
}

.c-animated__fadeIn {
  translate: 0 20px;
  opacity: 0;
}
.c-animated__fadeIn.js-show {
  translate: 0;
  opacity: 1;
}

.c-section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 13px;
}

.c-section-title__main {
  font-size: 2.25rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-section-title__main {
    font-size: 1.5rem;
  }
}

.c-section-title__sub {
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-section-title__sub {
    font-size: 1rem;
  }
}

.c-section-title__text {
  font-size: 1.25rem;
  margin-top: 1rem;
  color: #2a6198;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
.c-section-title__text.green {
  color: #008776;
}
.c-section-title__text.brown {
  color: #a96b39;
}
@media screen and (max-width: 767px) {
  .c-section-title__text {
    font-size: 1rem;
  }
}

.p-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  padding-inline: 2.5rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-header {
    padding-inline: 1.25rem;
    padding-right: 0;
  }
}

.p-header__inner {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 9.375rem 1fr;
  padding-block: 1.0625rem;
}

.p-header__logo {
  width: 15.625rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-header__logo:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    width: 9.375rem;
  }
}

.p-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.p-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-header__btn {
  position: relative;
  padding: 1.25rem 2.5rem;
  padding-left: 3.125rem;
  color: #ffffff;
  font-size: 1.25rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 700;
}
.p-header__btn:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .p-header__btn {
    font-size: 14px;
    padding: 0.625rem 0.625rem;
    padding-left: 1.875rem;
  }
}
.p-header__btn.materials {
  background: #0f3675;
}
.p-header__btn.materials::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  background: url("../img/common/materials.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-header__btn.materials::before {
    left: 0.625rem;
    width: 0.875rem;
    height: 0.875rem;
  }
}
.p-header__btn.visitor {
  background: #00a8a3;
}
.p-header__btn.visitor::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  background: url("../img/common/visitor.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-header__btn.visitor::before {
    left: 0.625rem;
    width: 0.875rem;
    height: 0.875rem;
  }
}

.p-drawer__icon {
  position: fixed;
  z-index: 102;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 17px;
  right: 20px;
  width: 24px;
  height: 16px;
}
@media (min-width: 768px) {
  .p-drawer__icon {
    display: none;
  }
}

.p-drawer__icon--bar {
  width: 100%;
  height: 1px;
  background: #000;
}

.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 7.5px;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(2) {
  display: none;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(3) {
  rotate: -45deg;
  translate: 0 -7.5px;
}

.p-drawer {
  position: fixed;
  z-index: 101;
  overflow-y: scroll;
  top: 0;
  right: 0;
  width: 278px;
  height: 100vh;
  height: 100svh;
  background: #b6e7f3;
}

.p-drawer__icon--bar {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.p-drawer {
  translate: 101%;
  -webkit-transition: translate 0.5s ease;
  transition: translate 0.5s ease;
}
.p-drawer.js-show {
  translate: 0;
}

.p-drawer__body {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-block: 88px 40px;
  padding-left: 34px;
}

.p-drawer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 32px;
  margin-bottom: 40px;
}
.p-drawer__list li a {
  font-size: 20px;
  font-weight: 400;
}

.p-drawer__btn {
  display: inline-block;
  padding: 6px 30px;
  background: #fff;
  font-size: 20px;
  font-weight: 400;
}

.p-footer {
  background: #eeeeee;
  text-align: center;
  padding: 30px 20px 50px;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
}

.p-footer__logo img {
  max-width: 200px;
  margin-bottom: 5px;
}

.p-footer__url a {
  color: #4466cc;
  text-decoration: underline;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 1.25rem;
}

.p-footer__sns a {
  margin: 0 10px;
  display: inline-block;
}

.p-footer__sns img {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.5rem; /* アイコンが角丸に見えるように */
}

.p-footer__copy {
  font-size: 0.75rem;
  color: #333;
  font-weight: 600;
  background: #ffffff;
  padding: 0.625rem;
  text-align: center;
}

.p-bottom {
  position: relative;
  margin-top: -6.25rem;
}
.p-bottom picture {
  height: 62.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-bottom picture {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-bottom {
    margin-top: -2.8125rem;
  }
}

.p-bottom__text {
  width: 25rem;
  position: absolute;
  top: 10%;
  left: 50%;
  translate: -60% 0;
}
@media screen and (max-width: 767px) {
  .p-bottom__text {
    width: 12.5rem;
    translate: -50% 0;
  }
}

input[type=text],
input[type=email],
select,
textarea {
  border-radius: 0;
  width: 100%;
}
textarea {
  resize: vertical;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.contact__select-wrap {
  position: relative;
}

input[type=checkbox] {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

input[type=checkbox]:checked + span::after {
  opacity: 1;
}

.contact__data-checkbox span {
  display: inline-block;
  position: relative;
}
.contact__data-checkbox span::before {
  content: "";
  position: absolute;
}
.contact__data-checkbox span::after {
  content: "";
  position: absolute;
  opacity: 0;
}

input[type=radio] {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.contact__data-radio span {
  display: inline-block;
  position: relative;
}
.contact__data-radio span::before {
  content: "";
  position: absolute;
}
.contact__data-radio span::after {
  content: "";
  position: absolute;
  opacity: 0;
}

input[type=submit],
input[type=button] {
  border-radius: 0px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  background: transparent;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

.row.jc-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact__submit {
  text-align: center;
}
.contact__submit input[type=submit] {
  display: inline-block;
}

.p-fv__title {
  margin: 0 auto;
  width: 31.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv__title {
    width: 18.75rem;
  }
}

.p-fv__swiper-container,
.p-fv__swiper,
.p-fv__swiper-wrapper,
.p-fv__swiper-slide {
  position: relative;
  width: 100vw;
  height: 65vh;
  left: calc(50% - 50vw);
}
.p-fv__swiper-container picture,
.p-fv__swiper picture,
.p-fv__swiper-wrapper picture,
.p-fv__swiper-slide picture {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
  width: 100%;
  height: 100%;
}
.p-fv__swiper-container img,
.p-fv__swiper img,
.p-fv__swiper-wrapper img,
.p-fv__swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-fv__swiper-container {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv__swiper-container {
    margin-top: 1.25rem;
  }
}

.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
}

.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  opacity: 1;
}

.p-fv__text {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  width: 34.375rem;
  max-width: 100%;
  max-width: 100%;
  max-height: 65vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-fv__text img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 65vh;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-fv__text {
    width: 25rem;
  }
}

.p-fv__access {
  position: absolute;
  bottom: 0;
  left: 0;
  translate: 0 50%;
  z-index: 99;
  width: 25rem;
}
@media screen and (max-width: 767px) {
  .p-fv__access {
    width: 12.5rem;
  }
}

.p-fv__good {
  position: absolute;
  bottom: 0;
  right: 4%;
  translate: 0 100%;
  z-index: 99;
  width: 25rem;
}
@media screen and (max-width: 767px) {
  .p-fv__good {
    width: 10.625rem;
  }
}

.p-fv__text2 {
  position: absolute;
  bottom: -5%;
  right: 2%;
  translate: 0 200%;
  z-index: 99;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-fv__text2 {
    font-size: 0.5rem;
    bottom: -3%;
    right: 0;
  }
}

.p-cta1 {
  position: relative;
  background: #ffffff;
  margin-top: 7.625rem;
}
@media screen and (max-width: 767px) {
  .p-cta1 {
    margin-top: 3.8125rem;
  }
}

.p-cta1__bg {
  width: 100vw;
  height: 56.25rem;
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .p-cta1__bg {
    height: 28.125rem;
  }
}
.p-cta1__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-cta1__text {
  position: absolute;
  top: 0;
  width: 50rem;
  left: 50%;
  translate: -50% 0;
}
@media screen and (max-width: 767px) {
  .p-cta1__text {
    width: 23.125rem;
  }
}

.p-cta1__info {
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 50%;
  width: 50rem;
}
@media screen and (max-width: 767px) {
  .p-cta1__info {
    width: 21.25rem;
  }
}

.p-modelhouse {
  background: #eaedf7;
  padding-block: 5rem;
  padding-bottom: 11.25rem;
}
@media screen and (max-width: 767px) {
  .p-modelhouse {
    padding-block: 2.5rem;
    padding-bottom: 6.25rem;
  }
}

.p-common__swiper-container,
.p-common__swiper,
.p-common__swiper-wrapper,
.p-common__swiper-slide {
  position: relative;
}

.p-common__swiper-slide {
  aspect-ratio: 910/600;
}
.p-common__swiper-slide img {
  border: 3px solid #ffffff;
}

.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
}

.swiper-button-prev.p-common__prev,
.swiper-button-next.p-common__next {
  width: 5rem;
  height: 5rem;
  top: 100%;
  translate: 0 50%;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev.p-common__prev,
  .swiper-button-next.p-common__next {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.swiper-button-prev.p-common__prev {
  right: 55%;
}

.swiper-button-next.p-common__next {
  left: 55%;
}

.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  opacity: 1;
}

.p-comfort {
  background: #e6ece7;
  padding-block: 5rem;
  padding-bottom: 11.25rem;
}
@media screen and (max-width: 767px) {
  .p-comfort {
    padding-block: 2.5rem;
    padding-bottom: 6.25rem;
  }
}

.p-strength {
  background: #f0e8e3;
  padding-block: 5rem;
}
@media screen and (max-width: 767px) {
  .p-strength {
    padding-block: 2.5rem;
    margin-bottom: 3.75rem;
  }
}

.p-strength__text-wrap {
  margin-top: 1.25rem;
}

.p-strength__text-wrap__title {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-strength__text-wrap__title {
    font-size: 0.9375rem;
  }
}

.p-strength__text-wrap__text {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-strength__text-wrap__text {
    font-size: 0.75rem;
  }
}

.p-strength__text-wrap__text2 {
  font-size: 1.375rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-strength__text-wrap__text2 {
    font-size: 0.875rem;
  }
}

.p-form__button {
  padding-top: 1.25rem;
}

.p-form__button__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-form__button__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-form__button_materials,
.p-form__button_visitor {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99;
}
.p-form__button_materials:hover,
.p-form__button_visitor:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-form__button_materials,
  .p-form__button_visitor {
    max-width: 18.75rem;
    margin: 0 auto;
  }
}

.p-cta2 {
  margin-top: 3.75rem;
  background: url("../img/cta2/cta2_bg.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-cta2 {
    margin-top: 1.875rem;
  }
}

.p-cta2__inner {
  padding-top: 5.625rem;
}

.p-cta2__text {
  width: 43.75rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-cta2__text {
    width: 21.875rem;
  }
}

.p-cta2__img {
  margin-top: 3.125rem;
  width: 31.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-cta2__img {
    width: 15.625rem;
  }
}

.p-cta2__bottom img {
  height: 18.75rem;
}
@media screen and (max-width: 767px) {
  .p-cta2__bottom img {
    height: 100%;
  }
}

.p-cta2__logo {
  margin-inline: auto;
  width: 31.25rem;
  margin-block: 1.875rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-cta2__logo {
    width: 15.625rem;
    margin-block: 0.9375rem;
    margin-bottom: 1.25rem;
  }
}

.p-cta3 {
  margin-top: 8.125rem;
  background: #0f3675;
}
@media screen and (max-width: 767px) {
  .p-cta3 {
    margin-top: 3.75rem;
  }
}

.p-cta3__text {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  padding: 2.5rem 0;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-cta3__text {
    font-size: 0.8125rem;
    padding: 1.25rem 0;
  }
}

.p-brochure {
  margin-top: 0.625rem;
}

.p-detail {
  padding-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-detail {
    padding-top: 4.375rem;
  }
}

.p-detail__title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 2.25rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-detail__title {
    font-size: 1.5rem;
  }
}

.p-detail__main {
  background: #e4eff6;
}

.p-detail__inner {
  padding: 20px;
}

.p-detail__map-wrap h3 {
  text-align: center;
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-detail__map-wrap h3 {
    font-size: 1.5625rem;
  }
}

.p-detail__map {
  width: 100%;
}
.p-detail__map iframe {
  width: 100%;
  border: none;
}

.p-area {
  margin-top: 3.125rem;
  background: #e8f1f8; /* 背景色 */
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
}

.p-area__title {
  background: #1a3b74; /* 紺色バー */
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 6px 0;
  margin-bottom: 15px;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-area__title {
    font-size: 1rem;
  }
}

.p-area__list {
  -moz-text-align-last: left;
       text-align-last: left;
}

.p-detail__info {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-detail__info {
    margin-top: 3.125rem;
  }
}

.p-area__list p {
  font-size: 1rem;
  margin: 0 0 10px;
  line-height: 1.6;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-area__list p {
    font-size: 0.625rem;
  }
}

.p-area__list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-area__img-wrap {
  display: grid;
  gap: 15px;
  row-gap: 2.5rem;
  grid-template-columns: repeat(2, 1fr);
}
.p-area__img-wrap img {
  aspect-ratio: 120/60;
}
.p-area__img-wrap p {
  font-size: 1rem;
  text-align: left;
  margin-top: 8px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-area__img-wrap p {
    font-size: 0.625rem;
  }
}

.p-detail__info__title {
  text-align: center;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-detail__info__title {
    font-size: 1rem;
  }
}

.p-detail__info {
  background: #fff;
  border: 1px solid #ccc;
  padding: 16px;
  margin-inline: auto;
}
.p-detail__info__title {
  background: #183863;
  color: #fff;
  font-weight: 700;
  padding: 6px 10px;
  margin: -16px -16px 16px;
}
.p-detail__info__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}
.p-detail__info__table th,
.p-detail__info__table td {
  padding: 8px 10px;
  font-weight: 600;
  border-bottom: 1px dotted #ccc;
  text-align: left;
  vertical-align: top;
  line-height: 1.5;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-detail__info__table th,
  .p-detail__info__table td {
    font-size: 0.6875rem;
  }
}
.p-detail__info__table th {
  width: 25%;
  font-weight: 700;
  white-space: nowrap;
}
.p-detail__info__table tr:last-child th,
.p-detail__info__table tr:last-child td {
  border-bottom: none;
}

.u-indent {
  display: inline-block;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .u-indent {
    margin-left: 5em;
  }
}

.p-contact__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 80px;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-contact__text {
    margin-top: 60px;
    max-width: 500px;
    margin-inline: auto;
  }
}

.p-contact__title-wrap {
  padding-top: 70px;
  padding-bottom: 70px;
  padding-inline: 1.25rem;
  background: #e6ece7;
  text-align: center;
}
.p-contact__title-wrap.--material {
  background: #0f3675;
  color: #ffffff;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-contact__title-wrap.--material {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__title-wrap {
    padding-inline: 2.5rem;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.p-contact-title {
  font-size: 2.25rem;
  font-weight: 600;
  letter-spacing: 2.88px;
  border-bottom: 1px solid #231815;
  padding-bottom: 20px;
  width: 31.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-contact-title {
    padding-bottom: 10px;
    font-size: 1.5rem;
    letter-spacing: 1.92px;
    width: 100%;
  }
}
.p-contact-title.--material {
  border: none;
}

.p-contact-subtitle {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-contact-subtitle {
    margin-top: 0.5rem;
    font-size: 0.875rem;
  }
}

.p-contact-title-sub {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-inline: 18.75rem;
  background: #00a8a3;
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
  font-weight: 500;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-contact-title-sub {
    padding-inline: 0.625rem;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 0.875rem;
  }
}

.p-contact__info {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.p-contact__info:nth-of-type(2) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-contact__info {
    margin-top: 60px;
  }
}

.p-contact__info-title {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 2.24px;
}

.p-contact__info-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-contact__info-tel .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #888;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.64px;
}
.p-contact__info-tel .number img {
  width: 28px;
  height: 28px;
  margin-right: 8px;
}

.p-contact__info-time {
  color: #888;
  font-size: 12px;
}

.p-contact__info-text {
  font-size: 14px;
  line-height: 24px; /* 171.429% */
}

.p-contact__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-contact__form {
    max-width: 500px;
    margin-inline: auto;
  }
}

.p-contact__row {
  display: grid;
  grid-template-columns: 13.75rem 1fr;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  padding-block: 28px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-contact__row {
    grid-template-columns: 1fr;
    gap: 12px;
    padding-block: 24px;
  }
}

.p-contact__head span {
  font-weight: 700;
  letter-spacing: 0.32px;
}
.p-contact__head span.--must {
  position: relative;
  display: inline-block;
  font-weight: 700;
}
.p-contact__head span.--must::after {
  display: inline-block;
  content: "[必須]";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: calc(100% + 5px);
  color: #c8161d;
  font-weight: 700;
  white-space: nowrap;
}
.p-contact__head-sub {
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.2;
}

input[type=text],
input[type=email],
select,
textarea,
input[type=date] {
  border-radius: 0;
  width: 100%;
  border: 1px solid #9fa0a0;
  padding: 12px 16px;
  background: #fcf8eb;
  height: 50px; /* iOS推奨タップサイズ */
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input[type=date]::-webkit-input-placeholder {
  color: #b5b5b6;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder, input[type=date]::-moz-placeholder {
  color: #b5b5b6;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder, input[type=date]:-ms-input-placeholder {
  color: #b5b5b6;
}
input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder, input[type=date]::-ms-input-placeholder {
  color: #b5b5b6;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
select::placeholder,
textarea::placeholder,
input[type=date]::placeholder {
  color: #b5b5b6;
}

textarea {
  background: #ffffff;
}

select {
  text-align: center;
  padding: 12px 16px;
  padding-left: 12px;
  color: #333; /* 通常文字色 */
  font-size: 16px; /* 文字サイズも調整可能 */
}

textarea {
  resize: vertical;
  height: 200px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  margin-top: 10px;
}

.p-contact__select-wrap {
  position: relative;
}
.p-contact__select-wrap img {
  position: absolute;
  top: 50%;
  right: 15px;
  translate: 0 10%;
  width: 15px;
  height: 10px;
  pointer-events: none;
}

input[type=checkbox] {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

input[type=checkbox]:checked + span::after {
  opacity: 1;
}

.p-contact__data-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 19px 32px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 0;
  width: 100%;
  border: 1px solid #9fa0a0;
  padding: 12px 16px;
  background: #fcf8eb;
}
.p-contact__data-checkbox span {
  display: inline-block;
  font-size: 14px;
  position: relative;
  padding-left: 34px;
}
.p-contact__data-checkbox span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  width: 18px;
  height: 18px;
  border: 1px solid #888;
  border-radius: 50%;
}
.p-contact__data-checkbox span::after {
  content: "";
  position: absolute;
  opacity: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 50%;
  left: 4px;
  translate: 0 -50%;
  background: #888;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

input[type=radio] {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

input[type=radio]:checked + span::after {
  opacity: 1;
}

.p-contact__data-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 19px 32px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 0;
  width: 100%;
  border: 1px solid #9fa0a0;
  padding: 12px 16px;
  background: #fcf8eb;
}
.p-contact__data-radio span {
  display: inline-block;
  font-size: 14px;
  position: relative;
  padding-left: 34px;
}
.p-contact__data-radio span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  width: 18px;
  height: 18px;
  border: 1px solid #888;
  border-radius: 50%;
}
.p-contact__data-radio span::after {
  content: "";
  position: absolute;
  opacity: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 50%;
  left: 4px;
  translate: 0 -50%;
  background: #888;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

input[type=submit],
input[type=button] {
  border-radius: 0px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  background: transparent;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

.row.jc-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-contact__submit {
  text-align: center;
}
.p-contact__submit input[type=submit] {
  margin-top: 30px;
  color: #ffffff;
  font-weight: 600;
  background: #00a8a3;
  padding: 16px 150px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-contact__submit input[type=submit]:hover {
  opacity: 0.8;
}
.p-contact__submit input[type=submit].--material {
  background: #bb653d;
}
@media screen and (max-width: 767px) {
  .p-contact__submit input[type=submit] {
    margin-top: 10px;
    padding: 10px 40px;
  }
}

input[type=date] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.p-contact__data-day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-contact__copy {
  background: #0b3a6c;
  color: #ffffff;
  font-size: 0.625rem;
  padding: 20px;
}

.p-footer__privacy {
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 40px;
}
.p-footer__privacy a {
  padding: 20px;
  position: relative;
}
.p-footer__privacy a::after {
  position: absolute;
  content: "";
  background: url("../img/contact/privacy.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 15px;
  height: 15px;
  top: 50%;
  translate: 0 -50%;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-footer__privacy {
    font-size: 0.75rem;
  }
}

.p-contact__footer {
  padding: 30px;
  background: #ffffff;
}

.p-contact__main {
  -webkit-padding-before: 6.25rem;
          padding-block-start: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-contact__main {
    -webkit-padding-before: 4.375rem;
            padding-block-start: 4.375rem;
  }
}

.p-contact__zipcode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px; /* マークと入力欄の間隔 */
}

.p-contact__mark {
  font-weight: bold;
  color: #333; /* 必要なら赤やグレーに */
  font-size: 20px;
}

.p-contact__input-wrap {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.calendar-btn {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 15px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.p-contact__fv {
  position: relative;
  width: 100%;
  height: 56.25rem;
  background: url("../img/contact/contact_fv_bg-pc.png") no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-contact__fv {
    height: 31.25rem;
  }
}

.p-contact__fv-text {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -40%;
  width: 37.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact__fv-text {
    width: 21.875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-contact__header {
    padding-inline: 1.25rem;
  }
}

.p-contact__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .p-contact__right {
    gap: 5px;
  }
}

.p-contact__number {
  color: #955429;
  font-size: 1.875rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-contact__number {
    font-size: 1.25rem;
  }
}

.p-contact__header-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .p-contact__header-info {
    gap: 5px;
  }
}

.p-contact__time {
  font-size: 1.1875rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-contact__time {
    font-size: 0.875rem;
  }
}

.p-contact__day {
  font-weight: 500;
  padding: 3px 8px;
  border: 1px solid #231815;
}
@media screen and (max-width: 767px) {
  .p-contact__day {
    font-size: 0.75rem;
  }
}

.privacy-policy {
  padding-top: 20px;
  background: #ffffff;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .privacy-policy {
    font-size: 0.875rem;
  }
}
.privacy-policy__item p {
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}
.u-font {
  font-family: "Noto Sans JP", sans-serif;
}
.u-font__jp {
  font-family: "Noto Sans JP", sans-serif;
}
.u-font__en {
  font-family: "Roboto", sans-serif;
}

.u-text__center {
  text-align: center !important;
}
@media screen and (max-width: 767px) {
  .u-text__center--sp {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .u-text__center--pc {
    text-align: center !important;
  }
}

.u-text__left {
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  .u-text__left--sp {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .u-text__left--pc {
    text-align: left !important;
  }
}

.u-text__right {
  text-align: right !important;
}
@media screen and (max-width: 767px) {
  .u-text__right--sp {
    text-align: right !important;
  }
}
@media (min-width: 768px) {
  .u-text__right--pc {
    text-align: right !important;
  }
}

.u-text__nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .u-text__nowrap--sp {
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .u-text__nowrap--pc {
    white-space: nowrap;
  }
}

.u-pointer__none {
  pointer-events: none !important;
}
@media screen and (max-width: 767px) {
  .u-pointer__none--sp {
    pointer-events: none !important;
  }
}
@media (min-width: 768px) {
  .u-pointer__none--pc {
    pointer-events: none !important;
  }
}

.u-bg-color {
  background-color: #e4eff6 !important;
}