@charset "UTF-8";

html {
  font-size: 100%;
}
@media (max-width: 390px) {
  html {
    font-size: 4.1025641026vw;
  }
}
@media (min-width: 1074px) {
  html {
    font-size: 100%;
  }
}

body {
  color: #000;
  font-family: 游ゴシック体, "游ゴシック", YuGothic, "Yu Gothic", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    cursor: pointer;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

/* Make images easier to work with */
img,
picture {
  display: block;
  max-width: 100%;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  background-color: transparent;
  background-color: initial;
  border: none;
  padding: 0;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
            transition-duration: 0.01ms !important;
  }
}
.l-benefit.p-benefit {
  margin-top: 2.6875rem;
}

.l-container {
  background-color: #FFFDEF;
  min-height: 100vh;
  position: relative;
  width: 100%;
  z-index: 1;
}

@media screen and (min-width: 600px) {
  .l-container::before {
    background: url(../img/bg-pc.png) no-repeat left top/cover;
    content: "";
    display: block;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
  }
}
@media screen and (min-width: 1024px) {
  .l-container::before {
    background-position: center top;
  }
}

.l-main-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 390px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  background-color: #fff;
          justify-content: center;
  min-height: 100vh;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .l-main-outer {
    left: unset;
    margin: unset;
    margin-left: auto;
    right: 18.75vw;
    z-index: 2;
  }
}

.l-main-wrapper {
  height: auto;
  margin: 0 auto;
  position: relative;
  width: 100%;
  z-index: 1;
}

.c-btn {
  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;
  background-color: #0B6A72;
  border-radius: 3.125rem;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
          justify-content: center;
  padding: 0.625rem 1rem;
  text-decoration: none;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
}

.c-btn:after {
  background-image: url(../img/icon_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 1.5rem;
  margin-left: 0.5rem;
  width: 1.5rem;
}

.c-card {
  display: block;
  overflow: hidden;
}

.c-card__thum-caption {
  background-color: #0B6A72;
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
  height: 4rem;
  left: -0.75rem;
  line-height: 1;
  padding: 0.625rem 1rem;
  position: absolute;
  top: -2.0625rem;
  width: 4rem;
  z-index: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-card__thum {
  max-width: 342px;
  text-align: center;
}

.c-card__thum > img {
  aspect-ratio: 322/234;
  display: block;
  height: auto;
  max-width: 100%;
}

.splide__slide img {
  aspect-ratio: 310/214 !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.c-card__other {
  margin: 1.0625rem auto 0;
}

.c-card__thumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0.3125rem;
  max-width: 100%;
  overflow: hidden;
}

.c-card__thumb-list > li {
  height: 5rem;
  width: 6.25rem;
}

.c-card__thumb-list > li > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  aspect-ratio: 100/80;
  cursor: pointer;
     object-fit: cover;
}

.c-contact-btn {
  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;
  color: #fff;
          justify-content: center;
}

.c-contact-btn__txt {
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.c-contact-btn__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.c-contact-btn__number {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-benefit__area {
  background-color: #FFF5AA;
  margin-top: 2.8125rem;
  padding-top: 2.0625rem;
  position: relative;
}

.p-benefit__inner {
  padding: 0 1rem;
}

.p-benefit__ttl {
  left: 50%;
  position: absolute;
  top: -1.0625rem;
  width: 8.875rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-benefit__txt {
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  line-height: 1.2142857143;
  text-align: center;
}

.p-benefit__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -0.9375rem;
}

.p-benefit__item {
  width: 8.4375rem;
}

.p-benefit__txt-wrapper {
  position: relative;
}

.p-benefit__wrapper-ttl {
  margin-left: -0.25rem;
  margin-top: 0.75rem;
  width: 13.6875rem;
}

.p-benefit__item-wrapper {
  bottom: -1.9375rem;
  position: absolute;
  right: -0.5625rem;
  width: 5.625rem;
}

.p-benefit__cta {
  margin-top: 2.5rem;
}

.p-benefit__cta-txt {
  display: block;
  font-size: 1rem;
  margin-inline: auto;
  position: relative;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-benefit__cta-txt::before,
.p-benefit__cta-txt::after {
  background-color: #13720B;
  border-radius: 0.625rem;
  content: "";
  display: inline-block;
  height: 0.1875rem;
  position: absolute;
  top: 41%;
  width: 1.625rem;
}

.p-benefit__cta-txt::before {
  left: -0.875rem;
  -webkit-transform: translateX(-50%) rotate(58deg);
          transform: translateX(-50%) rotate(58deg);
}

.p-benefit__cta-txt::after {
  right: -0.875rem;
  -webkit-transform: translateX(50%) rotate(-58deg);
          transform: translateX(50%) rotate(-58deg);
}

.p-benefit__cta-txt span:first-child {
  color: #FF7F00;
}

.p-benefit__cta-txt span:last-child {
  color: #000;
}

.p-benefit__cta-btn {
  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;
  background-color: #13720B;
  border-radius: 50vh;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  gap: 0.1875rem;
          justify-content: center;
  line-height: 1;
  margin: 0.1875rem auto 0;
  padding: 0.84375rem 0.625rem;
  width: 19.3125rem;
}

.p-benefit__cta-btn-icon {
  width: 1.75rem;
}

.p-benefit__cta-btn-number {
  font-family: "Roboto", "游ゴシック体", "游ゴシック", YuGothic, "Yu Gothic", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.75rem;
}

.p-footer {
  background-color: #0B6A72;
  margin-top: 4rem;
  padding: 1.9375rem 1rem;
}

.p-footer__logo {
  margin: 0 auto;
  max-width: 8.5rem;
  width: 100%;
}

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

.p-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.625rem 1rem 0 0.75rem;
}

.p-header__logo {
  max-width: 5.375rem;
  width: 100%;
}

.p-header__logo img {
  width: 100%;
}

.p-header__btn {
  max-width: 15.4375rem;
  width: 100%;
}

.p-header__btn-link {
  background-color: #13720B;
  border-radius: 50vh;
  gap: 0.125rem;
  padding: 0.25rem 1rem;
}

.p-header__btn-txt {
  font-size: 0.75rem;
}

.p-header__btn-icon {
  width: 0.75rem;
}

.p-header__btn-number {
  font-family: "Roboto", "游ゴシック体", "游ゴシック", YuGothic, "Yu Gothic", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1rem;
}

.p-modal {
  display: none;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 1.0625rem;
  padding: 1.25rem 0 1.25rem;
          transform: translate(-50%, -50%);
  width: 21.5rem;
  z-index: 30;
}

.p-modal.is-active {
  display: block;
}

.p-modal__modal-outer {
  max-height: 85vh;
  overflow: auto;
  padding: 0.75rem 1.25rem 0;
  width: 21.5rem;
}

.p-modal__modal-outer::-webkit-scrollbar {
  display: none;
}

.p-modal__modal-container {
  overflow: auto;
}

.p-modal__modal-close {
  cursor: pointer;
  height: 2.6875rem;
  position: absolute;
  right: -0.5rem;
  top: -1.3125rem;
  width: 2.6875rem;
}

.p-modal__modal-ttlWrapper {
  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;
  background-color: #0B6A72;
  border-radius: 0.25rem;
          justify-content: center;
  padding: 0.40625rem 0.9375rem;
}

.p-modal__modal-icon {
  height: 1.6875rem;
  width: 1.6875rem;
}

.p-modal__modal-ttl {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1;
  margin-left: 0.5625rem;
}

.p-modal__modal-ttl > span {
  display: inline-block;
  font-family: "Roboto", "游ゴシック体", "游ゴシック", YuGothic, "Yu Gothic", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  margin-left: 0.1875rem;
}

.p-modal__modal-details {
  margin-top: 1.3125rem;
}

.p-modal__details-list + .p-modal__details-list {
  margin-top: 1.5rem;
}

.p-modal__details-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #e2e2e2;
  gap: 0.5rem;
  padding-bottom: 0.375rem;
}

.p-modal__details-icon {
  height: 1.0625rem;
  width: 1.0625rem;
}

.p-modal__details-ttl {
  font-size: 1rem;
  line-height: 1;
}

.p-modal__details-txt {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 1rem;
}

.p-modal__modal-infoWrapper {
  margin-top: 2rem;
}

.p-modal__modal-infoTtl {
  border-bottom: 2px solid #e2e2e2;
  color: #0B6A72;
  font-family: "Roboto", "游ゴシック体", "游ゴシック", YuGothic, "Yu Gothic", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.3125;
  padding-bottom: 0.25rem;
  text-align: center;
}

.p-modal__modal-list {
  margin-top: 1rem;
}

.p-modal__modal-itemDetail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-size: 0.875rem;
  line-height: 1.5;
}

.p-modal__modal-itemDetail span:first-child {
  width: 6.1875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-modal__modal-itemDetail span:nth-child(2) {
  width: 8.125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 0.75rem;
  letter-spacing: -0.15em;
}

.p-modal__modal-itemDetail span:last-child {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-modal__modal-btnWrapper {
  margin-top: 1.5rem;
}

/*----------------------------------------------
// オーバーレイ
----------------------------------------------*/
.p-modal__overlay {
  background: rgba(0, 0, 0, .6);
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 20;
}

.p-modal__overlay.is-active {
  display: block;
}

.p-openhouse {
  background-image: url(../img/bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  height: auto;
  margin-top: 2.5rem;
  padding: 4rem 0 5.1875rem;
  width: 100%;
}

.p-openhouse__inner {
  padding: 0 1rem;
}

.p-openhouse__ttl {
  margin: 0 auto;
  max-width: 8.5rem;
  width: 100%;
}

.p-openhouse__sub-ttl {
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-top: 1.1875rem;
  position: relative;
  text-align: center;
}

.p-openhouse__sub-ttl::before {
  background-color: #fff;
  bottom: -0.1875rem;
  content: "";
  display: block;
  height: 0.25rem;
  left: 50%;
  position: absolute;
  width: 3rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-openhouse__img-wrapper {
  margin: 0 auto;
  max-width: 21.375rem;
  position: relative;
  width: 100%;
  z-index: 1;
}

.p-openhouse__list {
  margin-top: 2rem;
}

.p-openhouse__item {
  background-color: #FFFDEF;
  padding: 1.5rem 1.5rem;
}

.p-openhouse__item + .p-openhouse__item {
  margin-top: 2rem;
}

.p-openhouse__item-ttl {
  font-size: 1.25rem;
  line-height: 1.7;
  white-space: nowrap;
}

.p-openhouse__item-ttl > span {
  display: block;
  font-size: 1rem;
  margin-top: 1rem;
}

.p-openhouse__price-wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  margin-top: 0.75rem;
}

.p-openhouse__price {
  border: 1px solid #000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.4375rem 1rem;
  width: 5.9375rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.875rem;
}

.p-openhouse__price-number {
  color: #c70303;
  font-family: "Roboto", "游ゴシック体", "游ゴシック", YuGothic, "Yu Gothic", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 2.5rem;
  line-height: 1;
}

.p-openhouse__price-number > span {
  color: #000;
  font-family: 游ゴシック体, "游ゴシック", YuGothic, "Yu Gothic", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.9375rem;
  line-height: 1;
  margin-left: 0.125rem;
}

.p-openhouse__price-number > span:last-child {
  margin-left: -0.375rem;
}

.p-openhouse__area {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  margin-top: 0.4375rem;
}

.p-openhouse__btn {
  background-color: #13720B;
  border-radius: 50vh;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.125rem;
  line-height: 1;
  margin: 1.125rem auto 0;
  max-width: 19.3125rem;
  padding: 0.65625rem 1rem;
  position: relative;
  width: 100%;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}

.p-openhouse__btn::after {
  background-image: url(../img/icon_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 2.125rem;
  width: 2.125rem;
}

.c-card__other .splide__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem 0.3125rem !important;
  width: 100% !important;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.c-card__other .splide__list > li {
  height: 5rem !important;
  max-width: 6.25rem !important;
  width: 100% !important;
}

.p-pc-header {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-pc-header {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.48828125vw;
    left: 0.9765625vw;
    top: 3.125vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-pc-header {
    gap: 1.25vw;
    left: 3.3333333333vw;
    top: 3.3333333333vw;
  }
}

.p-pc-header__logo {
  max-width: 11.25vw;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-pc-header__logo img {
  width: 100%;
}

.p-pc-header__btn-txt {
  font-size: 1.5104166667vw;
}

.p-pc-header__btn-link {
  background-color: #FF7F00;
  border-radius: 0.8333333333vw;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 600;
  padding: 0.5208333333vw 0.8333333333vw;
  width: 30.17578125vw;
}
@media screen and (min-width: 1440px) {
  .p-pc-header__btn-link {
    width: 31.40625vw;
  }
}

.p-pc-header__btn-icon {
  margin-left: 1.09375vw;
  width: 1.875vw;
}

.p-pc-header__btn-number {
  font-family: "Roboto", "游ゴシック体", "游ゴシック", YuGothic, "Yu Gothic", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 2.03125vw;
  margin-left: 0.15625vw;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

.u-mobile {
  display: block;
}
@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}
/*# sourceMappingURL=common.css.map */