@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
html {
  font-size: 3.75vw;
  font-weight: 300;
  font-feature-settings: "palt";
  line-height: 1.8em;
  letter-spacing: 0.08em;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #222;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  scroll-padding-top: 4em;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 14px;
  }
}

body {
  width: 100%;
}

.noto {
  font-family: "Noto Sans JP";
}

.zenkaku {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.en {
  font-family: "Montserrat", sans-serif;
}

a[href*="tel:"] {
  color: #111;
}
@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

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

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

.pc02-block {
  display: none;
}
@media screen and (min-width: 900px) {
  .pc02-block {
    display: block;
  }
}

.pc-middle {
  display: none;
}
@media screen and (min-width: 1000px) {
  .pc-middle {
    display: block;
  }
}

.pc-large-block {
  display: none;
}

.pc-middle-block {
  display: block;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: #222;
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}

span.inline-block {
  display: inline-block;
}

.sup {
  font-size: 0.6em;
  vertical-align: super;
}

svg {
  display: block;
}

header {
  display: none;
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 375px;
  box-sizing: border-box;
  min-height: auto;
  white-space: nowrap;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE, Edge */
  z-index: 100;
}
@media screen and (min-width: 768px) {
  header {
    display: block;
    left: 15%;
    position: fixed;
  }
}
@media screen and (min-width: 768px) {
  header div.pc-hd-inner {
    width: 90%;
    margin: auto;
    max-width: 198px;
  }
}
@media (max-height: 490px) {
  header div.pc-hd-inner {
    width: 30%;
    margin: 0;
  }
}

div.pc-l-bg {
  display: none;
}
@media screen and (min-width: 768px) {
  div.pc-l-bg {
    width: calc(100% - 400px);
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #EEF7F7;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-block: clamp(16px, 3dvh, 32px);
    overflow-y: auto;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 900px) {
  div.pc-l-bg {
    width: calc(50% - 200px);
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #EEF7F7;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-block: clamp(16px, 3dvh, 32px);
    overflow-y: auto;
    box-sizing: border-box;
  }
}
div.pc-l-bg .pc-l-text {
  width: min(87%, 368px);
}
div.pc-l-bg .pc-l-text img {
  width: 100%;
  height: auto;
  max-height: clamp(60px, 12dvh, 120px);
  -o-object-fit: contain;
     object-fit: contain;
}
div.pc-l-bg .pc-l-plan {
  width: 87%;
  margin-block: clamp(16px, 3dvh, 45px);
  padding-block: clamp(16px, 2.5dvh, 30px);
  border-top: 7px solid #fff;
  border-bottom: 7px solid #fff;
  max-width: 368px;
}
div.pc-l-bg .pc-l-plan .pc-l-plan__title {
  font-size: clamp(18px, 2.4dvh, 30px);
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: center;
}
div.pc-l-bg .pc-l-plan-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 7px 6px;
  width: 85%;
  max-width: 315px;
  margin-top: clamp(8px, 2dvh, 20px);
  margin-inline: auto;
}
div.pc-l-bg .pc-l-plan-list li {
  width: calc(50% - 3px);
}
div.pc-l-bg .pc-l-plan-list li.dan-orange {
  background-color: #E08B42;
}
div.pc-l-bg .pc-l-plan-list li.raku-green {
  background-color: #8AA853;
}
div.pc-l-bg .pc-l-plan-list li.ao-blue {
  background-color: #4170A0;
}
div.pc-l-bg .pc-l-plan-list li.yuu-blu {
  background-color: #4497A8;
}
div.pc-l-bg .pc-l-plan-list li.nagi-blue {
  background-color: #345381;
}
div.pc-l-bg .pc-l-plan-list li a {
  position: relative;
  display: block;
  padding: clamp(4px, 0.9dvh, 6px) clamp(8px, 1.2dvh, 10px);
}
@media screen and (min-width: 768px) {
  div.pc-l-bg .pc-l-plan-list li a:hover {
    transition: all 0.4s;
    opacity: 0.6;
  }
}
div.pc-l-bg .pc-l-plan-list li a img {
  width: revert-layer;
  max-height: clamp(24px, 4dvh, 40px);
  -o-object-fit: contain;
     object-fit: contain;
}
div.pc-l-bg .pc-l-plan-list li a .arrow {
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  display: inline-block;
  width: 0.4rem;
  height: 0.75rem;
}
@media screen and (min-width: 768px) {
  div.pc-l-bg .pc-l-plan-list li a .arrow {
    width: 10px;
    height: 5px;
  }
}
div.pc-l-bg .pc-l-plan-list li a .arrow::before, div.pc-l-bg .pc-l-plan-list li a .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 0;
  width: 0.17rem;
  height: 0.58rem;
  border-radius: 9999px;
  background-color: #ffffff;
  transform-origin: 50% calc(100% - 1px);
}
@media screen and (min-width: 768px) {
  div.pc-l-bg .pc-l-plan-list li a .arrow::before, div.pc-l-bg .pc-l-plan-list li a .arrow::after {
    width: 2px;
    height: 7.5px;
  }
}
div.pc-l-bg .pc-l-plan-list li a .arrow::before {
  transform: rotate(45deg);
}
div.pc-l-bg .pc-l-plan-list li a .arrow::after {
  transform: rotate(-45deg);
}
div.pc-l-bg .pc-l-button {
  width: 90%;
}
div.pc-l-bg .pc-l-contact-btn {
  position: relative;
  display: flex;
  -moz-column-gap: clamp(8px, 1.5dvh, 15px);
       column-gap: clamp(8px, 1.5dvh, 15px);
  justify-content: center;
  align-items: center;
  max-width: 310px;
  width: 100%;
  margin-inline: auto;
  padding: clamp(8px, 2dvh, 16px) clamp(14px, 2dvh, 22px);
  border: 1px solid #E74015;
  background-color: #E74015;
  color: #fff697;
  font-size: clamp(11px, 1.4dvh, 13px);
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
  box-sizing: border-box;
}
div.pc-l-bg .pc-l-contact-btn:hover {
  opacity: 0.6;
  transition: all 0.4s;
}
div.pc-l-bg .pc-l-contact-btn .balloon {
  position: relative;
  display: inline-block;
  width: 48%;
  max-width: 10em;
  margin-inline: auto;
  padding: clamp(4px, 1.2dvh, 10px);
  border: 1px solid #fff;
  border-radius: 10px;
  background-color: #ffffff;
  font-size: 11px;
  color: #E74015;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
div.pc-l-bg .pc-l-contact-btn .balloon::after {
  content: "";
  position: absolute;
  bottom: 50%;
  left: 100%;
  border-style: solid;
  border-width: 0.4rem 0 0.4rem 0.6rem;
  border-color: transparent transparent transparent #ffffff;
  translate: 0% 50%;
}
div.pc-l-bg .pc-l-contact-btn .arrow {
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
  display: inline-block;
  width: 0.4rem;
  height: 0.75rem;
}
@media screen and (min-width: 768px) {
  div.pc-l-bg .pc-l-contact-btn .arrow {
    width: 6.5px;
    height: 8.9px;
  }
}
div.pc-l-bg .pc-l-contact-btn .arrow::before, div.pc-l-bg .pc-l-contact-btn .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 0.58rem;
  height: 0.17rem;
  border-radius: 9999px;
  background-color: #ffffff;
  transform-origin: calc(100% - 1px) 50%;
}
@media screen and (min-width: 768px) {
  div.pc-l-bg .pc-l-contact-btn .arrow::before, div.pc-l-bg .pc-l-contact-btn .arrow::after {
    width: 7.5px;
    height: 2px;
  }
}
div.pc-l-bg .pc-l-contact-btn .arrow::before {
  transform: rotate(45deg);
}
div.pc-l-bg .pc-l-contact-btn .arrow::after {
  transform: rotate(-45deg);
}
div.pc-l-bg .pc-l-contact-btn.exhibition {
  margin-top: 0.72rem;
  padding: clamp(10px, 2.5dvh, 24px) clamp(12px, 1.6dvh, 16px);
  background-color: #fff;
  border-color: #E74015;
  color: #E74015;
}
div.pc-l-bg .pc-l-contact-btn.exhibition .arrow::before, div.pc-l-bg .pc-l-contact-btn.exhibition .arrow::after {
  background-color: #E74015;
}

div.pc-r-bg {
  display: none;
}
@media screen and (min-width: 900px) {
  div.pc-r-bg {
    display: block;
    width: calc(50% - 200px);
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #EEF7F7;
  }
}
div.pc-r-bg .main-slider {
  max-height: 100vh;
}
div.pc-r-bg .main-slider .swiper-slide {
  height: 100vh;
  max-height: none;
}
div.pc-r-bg .main-slider .swiper-slide img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 123/200;
}

a.fix-btn {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  background: var(--yel);
  width: 90.2%;
  padding: 0.6em 1em;
  box-sizing: border-box;
  background: #000;
  z-index: 2;
  border-radius: 0.6em 0.6em 0 0;
  transition: all 0.6s;
  opacity: 0;
}
a.fix-btn.active {
  opacity: 1;
  transform: translate(-50%, 0);
}
a.fix-btn span {
  display: block;
}
a.fix-btn span.arrow {
  width: 8vw;
  height: 8vw;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translate(0, -50%);
  border-radius: 50em;
}
a.fix-btn span.arrow img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25%;
}

div.main-wrap {
  /*	overflow: hidden;*/
}
@media screen and (min-width: 768px) {
  div.main-wrap {
    width: 400px;
    margin: 0 0 0 auto;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4470588235);
    z-index: 10;
    position: relative;
    background: #fff;
  }
}
@media screen and (min-width: 900px) {
  div.main-wrap {
    margin: auto;
  }
}

div.hero-area {
  position: relative;
  padding-bottom: 12%;
}
div.hero-area .hero-logo {
  width: 51.2%;
  position: absolute;
  left: 50%;
  top: 2%;
  transform: translate(-50%, 0);
}
div.hero-area .hero-title {
  position: absolute;
  top: 2%;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
}
div.hero-area .hero-badge {
  width: 30%;
  margin-left: 2.7%;
  margin-top: -32%;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  div.hero-area .hero-badge {
    margin-left: 10px;
  }
}
div.hero-area .hero-okayama {
  position: relative;
  display: block;
  width: 71%;
  margin-top: 4%;
  margin-inline: auto;
  padding-block: 0.28rem;
  text-align: center;
  color: #E74015;
  font-size: 1.43rem;
  font-weight: 700;
}
div.hero-area .hero-okayama::before, div.hero-area .hero-okayama::after {
  content: "";
  position: absolute;
  top: 0;
  display: inline-block;
  border: 1px solid #000;
  width: 0.8rem;
  height: 100%;
}
div.hero-area .hero-okayama::before {
  left: 0;
  border-right: none;
}
div.hero-area .hero-okayama::after {
  right: 0;
  border-left: none;
}
div.hero-area .hero-text {
  width: 87%;
  margin-top: 5.4%;
  margin-inline: auto;
}
div.hero-area .hero-period {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 6%;
}
div.hero-area .hero-period .text {
  margin-top: 2%;
  margin-right: 4%;
  padding: 1em 0.8em;
  background-color: #3e3a39;
  color: #fff;
  font-weight: 700;
}
div.hero-area .hero-period-list li {
  font-size: 1.3rem;
  font-weight: 700;
}
div.hero-area .hero-period-list li::before {
  content: "";
  display: inline-block;
  width: 0.53rem;
  height: 0.53rem;
  background-color: #E74015;
  border-radius: 50%;
  vertical-align: 5px;
}
div.hero-area .hero-period-list li .num {
  font-size: 1.8rem;
}
div.hero-area .hero-period-list li .note {
  font-size: 0.8rem;
}

a.contact-btn,
button.contact-btn {
  position: relative;
  display: flex;
  row-gap: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 87.5%;
  margin: 12% auto;
  padding: 1rem;
  border: 1px solid #fff;
  background-color: #3e3a39;
  color: #fff697;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 768px) {
  a.contact-btn,
  button.contact-btn {
    max-width: 280px;
    row-gap: 15px;
  }
}
a.contact-btn .balloon,
button.contact-btn .balloon {
  position: relative;
  display: inline-block;
  width: 77.5%;
  margin-inline: auto;
  padding: 10px;
  border: 1px solid #fff;
  border-radius: 9999px;
  background-color: #ffffff;
  font-size: 1.15rem;
  color: #E74015;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
a.contact-btn .balloon::after,
button.contact-btn .balloon::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 0.6rem 0.4rem 0 0.4rem;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
}
a.contact-btn .arrow,
button.contact-btn .arrow {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  display: inline-block;
  width: 0.4rem;
  height: 0.75rem;
}
@media screen and (min-width: 768px) {
  a.contact-btn .arrow,
  button.contact-btn .arrow {
    width: 6.5px;
    height: 8.9px;
  }
}
a.contact-btn .arrow::before, a.contact-btn .arrow::after,
button.contact-btn .arrow::before,
button.contact-btn .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 0.58rem;
  height: 0.17rem;
  border-radius: 9999px;
  background-color: #ffffff;
  transform-origin: calc(100% - 1px) 50%;
}
@media screen and (min-width: 768px) {
  a.contact-btn .arrow::before, a.contact-btn .arrow::after,
  button.contact-btn .arrow::before,
  button.contact-btn .arrow::after {
    width: 7.5px;
    height: 2px;
  }
}
a.contact-btn .arrow::before,
button.contact-btn .arrow::before {
  transform: rotate(45deg);
}
a.contact-btn .arrow::after,
button.contact-btn .arrow::after {
  transform: rotate(-45deg);
}
a.contact-btn.red,
button.contact-btn.red {
  background-color: #E74015;
  border-color: #E74015;
}
a.contact-btn.exhibition,
button.contact-btn.exhibition {
  margin-top: 0.72rem;
  padding: 1.5rem 1rem;
  background-color: #fff;
  border-color: #E74015;
  color: #E74015;
}
a.contact-btn.exhibition .arrow::before, a.contact-btn.exhibition .arrow::after,
button.contact-btn.exhibition .arrow::before,
button.contact-btn.exhibition .arrow::after {
  background-color: #E74015;
}

/***************************/
section.sec01 {
  background: #E74015;
  padding: 5.2%;
  color: #FFF;
}
section.sec01 div.recommend__lead p.p-recommend__lead-main {
  font-size: 1.14rem;
  line-height: 1.62em;
  margin-top: 5%;
}
section.sec01 div.recommend__lead p.p-recommend__note {
  font-size: 0.6875rem;
  line-height: 1.62em;
  margin-top: 5%;
}
section.sec01 div.p-recommend__panel {
  display: flex;
  background: #EF8555;
  margin-top: 6%;
  padding: 4% 0;
}
section.sec01 div.p-recommend__panel div.p-recommend__label {
  width: 18%;
  font-size: 1.14rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.sec01 div.p-recommend__panel div.p-recommend__label span {
  display: block;
  writing-mode: vertical-rl;
}
section.sec01 div.p-recommend__panel div.p-recommend__body {
  width: 78%;
}
section.sec01 div.p-recommend__panel div.p-recommend__body div.c-featureCard {
  display: flex;
  align-items: center;
  background: #FFF;
  margin-bottom: 2%;
  padding: 3% 0;
}
section.sec01 div.p-recommend__panel div.p-recommend__body div.c-featureCard:last-child {
  margin-bottom: 0;
}
section.sec01 div.p-recommend__panel div.p-recommend__body div.c-featureCard div.c-featureCard__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36%;
}
section.sec01 div.p-recommend__panel div.p-recommend__body div.c-featureCard div.c-featureCard__icon img {
  display: block;
  width: 62%;
}
section.sec01 div.p-recommend__panel div.p-recommend__body div.c-featureCard div.c-featureCard__content {
  width: 64%;
  color: #E74015;
}
section.sec01 div.p-recommend__panel div.p-recommend__body div.c-featureCard div.c-featureCard__content p.c-featureCard__text {
  font-size: 1.12rem;
  line-height: 1.42em;
  font-weight: 600;
  letter-spacing: -0.02em;
}
section.sec01 {
  /**/
  /*災害に強い*/
}
section.sec01 article.c-infoCard {
  background: #E6E6E6;
  color: #000;
  box-sizing: border-box;
  margin-bottom: 10%;
}
section.sec01 article.c-infoCard h2.c-infoCard__heading {
  text-align: center;
  padding: 8% 0;
}
section.sec01 article.c-infoCard h2.c-infoCard__heading span {
  display: inline-block;
  position: relative;
  font-size: 1.43rem;
  padding-left: 1.4em;
}
section.sec01 article.c-infoCard h2.c-infoCard__heading span::before {
  content: " ";
  display: block;
  width: 1em;
  height: 0.2em;
  background: #FFF;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
section.sec01 article.c-infoCard div.c-infoCard__media {
  padding: 0 5%;
}
section.sec01 article.c-infoCard div.c-infoCard__body {
  padding: 8% 5%;
}
section.sec01 article.c-infoCard div.c-infoCard__body h3 {
  color: #E74015;
  font-size: 1.29rem;
  text-align: center;
}
section.sec01 article.c-infoCard div.c-infoCard__body p.c-infoCard__text {
  line-height: 1.4em;
  margin-top: 3%;
}
section.sec01 article.c-infoCard div.c-infoCard__body p.c-infoCard__catchTop {
  text-align: center;
  margin-bottom: 2%;
}
section.sec01 article.c-infoCard div.c-infoCard__body p.c-infoCard__note {
  font-size: 0.9rem;
  line-height: 1.4em;
  margin-top: 5%;
}
section.sec01 article.c-infoCard div.c-infoCard__subBlock {
  padding: 8% 5%;
  background: #FFF;
}
section.sec01 article.c-infoCard div.c-infoCard__subBlock h4 {
  text-align: left;
  line-height: 1.4em;
  color: #E74015;
}
section.sec01 article.c-infoCard div.c-infoCard__subBlock p.c-infoCard__text {
  line-height: 1.4em;
  margin-top: 3%;
}

/*sec01*/
/***************************/
section.sec02 {
  background: #EEF7F7;
  padding: 10% 0;
}
section.sec02 h2 {
  font-size: 2.86rem;
  text-align: center;
}
section.sec02 p.sec02-txt01 {
  text-align: center;
  font-weight: bold;
  line-height: 1.4em;
}
section.sec02 p.sec02-txt01 span.red-price {
  display: inline-block;
  font-size: 2.86rem;
  color: #E74015;
  padding-top: 0.2em;
}
section.sec02 p.sec02-txt01 span.red-price span.small {
  font-size: 0.5em;
}
section.sec02 p.sec02-txt02 {
  line-height: 1.5em;
  text-align: center;
  font-weight: bold;
}
section.sec02 p.sec02-txt02 span.red {
  font-size: 1.28em;
  color: #E74015;
}
section.sec02 p.sec02-note01 {
  margin-top: 5%;
  text-align: center;
  font-size: 0.79rem;
}
section.sec02 div.sec02-inner01 {
  width: 90%;
  margin: 0 auto;
  background: #FFF;
  margin-top: 6%;
  box-sizing: border-box;
  padding: 6% 5%;
}
section.sec02 div.sec02-inner01 h3 {
  font-size: 1.29rem;
  text-align: center;
  margin-bottom: 3%;
}
section.sec02 div.sec02-inner01 h3 span {
  display: inline-block;
  padding: 0 0.6em;
  border: solid 5px #E74015;
  border-top: none;
  border-bottom: none;
}
section.sec02 div.sec02-inner01 div.sec02-image-box01 {
  margin-top: 5%;
  margin-bottom: 5%;
}
section.sec02 {
  /*div.sec02-inner01{*/
}
section.sec02 div.sec02-inner02 {
  width: 90%;
  margin: 0 auto;
  background: #FFF;
  box-sizing: border-box;
}
section.sec02 div.sec02-inner02 ul li {
  width: 90%;
  margin: 0 auto;
  padding: 6% 0;
  background: #FFF;
  box-sizing: border-box;
  border-top: solid 1px #DBDCDC;
  position: relative;
}
section.sec02 div.sec02-inner02 ul li div.image-box02 {
  width: 34.2%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
}
section.sec02 div.sec02-inner02 ul li div.image-box02 span {
  width: 52.8%;
  position: absolute;
  right: -38%;
  top: -20%;
  z-index: -1;
}
section.sec02 div.sec02-inner02 ul li div.sec02-inner02-body {
  width: 55%;
  margin-left: auto;
  text-align: center;
}
section.sec02 div.sec02-inner02 ul li div.sec02-inner02-body p {
  font-weight: bold;
  line-height: 1.4em;
}
section.sec02 div.sec02-inner02 ul li div.sec02-inner02-body p span.red {
  font-size: 1.28em;
  color: #E74015;
}
section.sec02 div.sec02-inner02 ul li:last-child div.sec02-inner02-body {
  width: 64%;
}
section.sec02 div.sec02-inner02 ul li:last-child div.sec02-inner02-body p {
  letter-spacing: -0.04em;
}
section.sec02 div.sec02-inner02 ul {
  /*li*/
}
section.sec02 div.sec02-inner02 {
  /**/
}

section.sec03 {
  background: #EEF7F7;
  position: relative;
}
section.sec03 h2 {
  padding: 0.9em;
  font-size: 1.14rem;
  text-align: center;
  background: #595757;
  color: #FFF;
}
@media screen and (min-width: 768px) {
  section.sec03 h2 {
    padding: 15px;
  }
}
section.sec03 div.plan-cont-wrap {
  overflow: visible;
  position: relative;
}
section.sec03 div.plan-cont-wrap div.sticky-box {
  position: sticky;
  top: 0;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  section.sec03 div.plan-cont-wrap div.sticky-box {
    top: 0;
  }
}
section.sec03 div.plan-cont-wrap nav {
  margin-bottom: 10%;
}
section.sec03 div.plan-cont-wrap nav ul {
  display: flex;
  align-items: center;
}
section.sec03 div.plan-cont-wrap nav ul li {
  width: 20%;
}
section.sec03 div.plan-cont-wrap nav ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0 25px;
  color: #FFF;
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  section.sec03 div.plan-cont-wrap nav ul li a {
    font-size: 25px;
  }
  section.sec03 div.plan-cont-wrap nav ul li a:hover {
    transition: all 0.4s;
    opacity: 0.8;
  }
}
section.sec03 div.plan-cont-wrap nav ul li a span {
  display: inline-block;
  box-sizing: border-box;
}
section.sec03 div.plan-cont-wrap nav ul li a .arrow {
  display: inline-block;
  width: 0.3em;
  height: 0.3em;
  border: solid 1px #FFF;
  border-top: none;
  border-left: none;
  position: absolute;
  top: 72%;
  left: 50%;
  transform: translate(-50%, 0) rotate(45deg);
}
section.sec03 div.plan-cont-wrap nav ul li a .arrow {
  /*
  &::before,
  &::after {
  	content: "";
  	position: absolute;
  	top: calc(50% - 3px);
  	right: 0;
  	width: 0.17rem;
  	height: 0.58rem;
  	border-radius: 9999px;
  	background-color: #ffffff;
  	transform-origin: 50% calc(100% - 1px);

  	@include mq(pc) {
  		width: 2px;
  		height: 7.5px;
  	}
  }

  &::before {
  	transform: rotate(45deg);
  }

  &::after {
  	transform: rotate(-45deg);
  }
  	*/
}
section.sec03 div.plan-cont-wrap nav ul li.orange a {
  background: #E08B42;
}
section.sec03 div.plan-cont-wrap nav ul li.green a {
  background: #8AA853;
}
section.sec03 div.plan-cont-wrap nav ul li.blue a {
  background: #4170A0;
}
section.sec03 div.plan-cont-wrap nav ul li.light-blue a {
  background: #4497A8;
}
section.sec03 div.plan-cont-wrap nav ul li.dark-blue a {
  background: #345381;
}
section.sec03 div.plan-cont-wrap {
  /**/
}
section.sec03 div.plan-cont-wrap article.plan-cont {
  width: 92%;
  margin: 0 auto;
  margin-bottom: 5%;
  background: #FFF;
}
section.sec03 div.plan-cont-wrap article.plan-cont figure.floorplan-image {
  position: relative;
}
section.sec03 div.plan-cont-wrap article.plan-cont figure.floorplan-image .modal-button {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border: solid 3px #333;
  cursor: pointer;
  width: 6.2%;
  aspect-ratio: 1/1;
  position: absolute;
  transform: scale(1);
  opacity: 0;
  animation: scale-ani 2s ease-in-out infinite;
  animation-play-state: paused;
  will-change: transform;
}
section.sec03 div.plan-cont-wrap article.plan-cont figure.floorplan-image .modal-button.is-active {
  animation-play-state: running;
}
section.sec03 div.plan-cont-wrap article.plan-cont figure.floorplan-image .modal-button.dan-01, section.sec03 div.plan-cont-wrap article.plan-cont figure.floorplan-image .modal-button.dan-02, section.sec03 div.plan-cont-wrap article.plan-cont figure.floorplan-image .modal-button.dan-03 {
  border-color: #E08B42;
}
section.sec03 div.plan-cont-wrap article.plan-cont figure.floorplan-image .modal-button.dan-01 {
  left: 49.4%;
  top: 31.7%;
}
section.sec03 div.plan-cont-wrap article.plan-cont figure.floorplan-image .modal-button.dan-02 {
  left: 49.3%;
  top: 38.6%;
}
section.sec03 div.plan-cont-wrap article.plan-cont figure.floorplan-image .modal-button.dan-03 {
  left: 62.6%;
  top: 57.9%;
}
section.sec03 div.plan-cont-wrap article.plan-cont figure.floorplan-image .modal-button {
  /*楽*/
}
section.sec03 div.plan-cont-wrap article.plan-cont figure.floorplan-image .modal-button.raku-01, section.sec03 div.plan-cont-wrap article.plan-cont figure.floorplan-image .modal-button.raku-02, section.sec03 div.plan-cont-wrap article.plan-cont figure.floorplan-image .modal-button.raku-03, section.sec03 div.plan-cont-wrap article.plan-cont figure.floorplan-image .modal-button.raku-04, section.sec03 div.plan-cont-wrap article.plan-cont figure.floorplan-image .modal-button.raku-05 {
  border-color: #8AA853;
}
section.sec03 div.plan-cont-wrap article.plan-cont figure.floorplan-image .modal-button.raku-01 {
  left: 19.2%;
  top: 40.4%;
}
section.sec03 div.plan-cont-wrap article.plan-cont figure.floorplan-image .modal-button.raku-02 {
  left: 25.3%;
  top: 57.4%;
}
section.sec03 div.plan-cont-wrap article.plan-cont figure.floorplan-image .modal-button.raku-03 {
  left: 58.2%;
  top: 41.5%;
}
section.sec03 div.plan-cont-wrap article.plan-cont figure.floorplan-image .modal-button.raku-04 {
  left: 59.6%;
  top: 74.7%;
}
section.sec03 div.plan-cont-wrap article.plan-cont figure.floorplan-image .modal-button.raku-05 {
  left: 84.6%;
  top: 41.5%;
}
section.sec03 div.plan-cont-wrap article.plan-cont figure.floorplan-image .modal-button {
  /*蒼*/
}
section.sec03 div.plan-cont-wrap article.plan-cont figure.floorplan-image .modal-button.ao-01, section.sec03 div.plan-cont-wrap article.plan-cont figure.floorplan-image .modal-button.ao-02, section.sec03 div.plan-cont-wrap article.plan-cont figure.floorplan-image .modal-button.ao-03, section.sec03 div.plan-cont-wrap article.plan-cont figure.floorplan-image .modal-button.ao-04, section.sec03 div.plan-cont-wrap article.plan-cont figure.floorplan-image .modal-button.ao-05 {
  border-color: #4170A0;
}
section.sec03 div.plan-cont-wrap article.plan-cont figure.floorplan-image .modal-button.ao-01 {
  left: 28.8%;
  top: 35.8%;
}
section.sec03 div.plan-cont-wrap article.plan-cont figure.floorplan-image .modal-button.ao-02 {
  left: 43%;
  top: 26.6%;
}
section.sec03 div.plan-cont-wrap article.plan-cont figure.floorplan-image .modal-button.ao-03 {
  left: 19%;
  top: 52.8%;
}
section.sec03 div.plan-cont-wrap article.plan-cont figure.floorplan-image .modal-button.ao-04 {
  left: 34%;
  top: 52.7%;
}
section.sec03 div.plan-cont-wrap article.plan-cont figure.floorplan-image .modal-button.ao-05 {
  left: 52.8%;
  top: 80%;
}
section.sec03 div.plan-cont-wrap article.plan-cont figure.floorplan-image .modal-button {
  /*悠*/
}
section.sec03 div.plan-cont-wrap article.plan-cont figure.floorplan-image .modal-button.yuu-01, section.sec03 div.plan-cont-wrap article.plan-cont figure.floorplan-image .modal-button.yuu-02, section.sec03 div.plan-cont-wrap article.plan-cont figure.floorplan-image .modal-button.yuu-03 {
  border-color: #4497A8;
}
section.sec03 div.plan-cont-wrap article.plan-cont figure.floorplan-image .modal-button.yuu-01 {
  left: 40.2%;
  top: 45%;
}
section.sec03 div.plan-cont-wrap article.plan-cont figure.floorplan-image .modal-button.yuu-02 {
  left: 52%;
  top: 29.4%;
}
section.sec03 div.plan-cont-wrap article.plan-cont figure.floorplan-image .modal-button.yuu-03 {
  left: 56.2%;
  top: 88.6%;
}
section.sec03 div.plan-cont-wrap article.plan-cont figure.floorplan-image .modal-button {
  /*凪*/
}
section.sec03 div.plan-cont-wrap article.plan-cont figure.floorplan-image .modal-button.nagi-01, section.sec03 div.plan-cont-wrap article.plan-cont figure.floorplan-image .modal-button.nagi-02, section.sec03 div.plan-cont-wrap article.plan-cont figure.floorplan-image .modal-button.nagi-03 {
  border-color: #345381;
}
section.sec03 div.plan-cont-wrap article.plan-cont figure.floorplan-image .modal-button.nagi-01 {
  left: 78.4%;
  top: 18.3%;
}
section.sec03 div.plan-cont-wrap article.plan-cont figure.floorplan-image .modal-button.nagi-02 {
  left: 57%;
  top: 42.6%;
}
section.sec03 div.plan-cont-wrap article.plan-cont figure.floorplan-image .modal-button.nagi-03 {
  left: 58.2%;
  top: 19.5%;
}
section.sec03 div.plan-cont-wrap article.plan-cont p.caption {
  font-size: 0.78rem;
  text-align: center;
}
section.sec03 div.plan-cont-wrap article.plan-cont p.floorplan-txt {
  padding-top: 5%;
}
section.sec03 {
  /*plan-cont-wrap*/
  /* div.other-plan-cont{
  	p.other-txt{
  		font-size: 1rem;
  		span.red{
  			display: inline-block;
  			font-size: 1.8em;
  		}
  	}
  } */
}
section.sec03 div.other-plan-cont {
  width: 92%;
  margin: 0 auto;
}
section.sec03 .other-txt {
  margin: 0;
  font-weight: 700;
  line-height: 1.7;
  font-size: 1rem;
  text-align: center;
}
section.sec03 .other-txt + .other-txt {
  margin-top: 14px;
}
section.sec03 .other-txt .red {
  color: #ef4b1f;
  font-size: 1.8em;
  line-height: 1;
  display: inline-block;
  margin: 0 0.08em;
  position: relative;
  z-index: 1;
}
section.sec03 .other-txt .red::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.08em;
  height: 0.28em;
  background: #f5dd57;
  z-index: -1;
}
section.sec03 .note {
  margin-top: 10%;
  text-align: left;
  font-size: 0.8rem;
  line-height: 1.6;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  section.sec03 .note {
    font-size: 11px;
  }
}

/*sec03*/
@keyframes scale-ani {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  50% {
    transform: scale(1.08);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
/*------------------------------- footer -------------------------------*/
footer {
  background: #EEF7F7;
  padding: 5% 7.3% 16%;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  footer {
    padding: 10% 35px;
  }
}
footer .contact-btn {
  margin-bottom: 0;
}
footer .ft-logo {
  margin-top: 9.5%;
}
@media screen and (min-width: 768px) {
  footer .ft-logo {
    margin-top: 30px;
  }
}
footer {
  /*
  	p.ft-txt01{
  		font-size: 0.68em;
  		letter-spacing: 0;
  		line-height: 1.6em;
  	}
  	div.ft-logo{
  		width: 89%;
  		margin: 3% auto;
  	}
  	a.ft-num{
  		display: block;
  		width: 89%;
  		position: relative;
  		left: 50%;
  		transform: translate(-50%,0);
  	}
  	div.link-box{
  		display: flex;
  		flex-wrap: wrap;
  		justify-content: center;
  		padding: 4% 0 0;
  		margin: 4% 0 0;
  		border-top: solid 2px #fff;
  		a{
  			color: #fff;
  			font-size: 0.68rem;
  			margin-bottom: 1em;
  			&:first-child{
  				margin-right: 2em;
  			}
  		}
  	}
  */
}

div.swiper-wrapper {
  transition-timing-function: linear;
}

/***********/
html {
  scrollbar-gutter: stable;
}

html.no-scroll,
body.no-scroll {
  overflow: hidden;
}

.modal-list {
  padding: 40px 20px;
}

.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1000;
}
.modal-overlay.isActive {
  opacity: 1;
  visibility: visible;
}

.modal-wrap {
  position: fixed;
  inset: 0;
  z-index: 1001;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  box-sizing: border-box;
}
.modal-wrap.isActive {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media screen and (min-width: 768px) {
  .modal-wrap {
    padding: 24px;
    cursor: pointer;
  }
}

.modal-item {
  display: none;
  position: relative;
  width: 100%;
  max-width: 760px;
}
.modal-item.isActive {
  display: block;
  max-width: 620px;
}

.modal-content {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-height: 170px;
  margin: 0 auto;
  background: #fff;
  padding: 5%;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .modal-content {
    max-width: 620px;
    padding: 72px 56px 64px;
    cursor: auto;
  }
}

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  border: 2px solid #FFF;
  background: #808080;
  padding: 0;
  cursor: pointer;
  z-index: 2;
  transform: translate(0, -99%);
}
.modal-close::before, .modal-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 2px;
  background: #fff;
}
.modal-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .modal-close {
    width: 56px;
    height: 56px;
  }
  .modal-close::before, .modal-close::after {
    width: 32px;
  }
}

.modal-head {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .modal-head {
    gap: 28px;
  }
}
.modal-head .modal-number {
  background: #2f4d7c;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  flex-shrink: 0;
  position: relative;
  padding: 5px;
  margin-top: 0.4em;
}
@media screen and (min-width: 768px) {
  .modal-head .modal-number {
    font-size: 22px;
    /*			line-height: 50px;*/
  }
}
.modal-head .modal-number.dan {
  background: #E08B42;
}
.modal-head .modal-number.raku {
  background: #8AA853;
}
.modal-head .modal-number.ao {
  background: #4170A0;
}
.modal-head .modal-number.yuu {
  background: #4497A8;
}
.modal-head .modal-number.nagi {
  background: #345381;
}
.modal-head {
  /*.modal-number{*/
}
.modal-head .modal-text {
  margin: 0;
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.08em;
}
.concept-cont-wrap {
  position: relative;
  background-color: #EEF7F7;
  margin-top: 20%;
  margin-bottom: 10%;
  padding-bottom: 10%;
}
.concept-cont-wrap div.concept-cont-title-wrap {
  margin-bottom: 10%;
}
.concept-cont-wrap div.concept-cont-title {
  background-color: #C2E4E5;
  width: 80%;
  margin: auto;
  margin-top: 5%;
  padding: 4% 0;
  text-align: center;
}
.concept-cont-wrap div.concept-cont-title h2 {
  font-size: 2em;
  line-height: 1.2em;
  font-weight: 500;
  margin-bottom: 0.2em;
}
.concept-cont-wrap div.concept-cont-title p {
  font-size: 0.7em;
  font-weight: bold;
  color: #000;
  line-height: 1.6em;
}
.concept-cont-wrap div.concept-card {
  position: sticky;
  top: 0;
  width: 90%;
  margin: auto;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .concept-cont-wrap div.concept-card {
    margin-bottom: 5%;
  }
}
.concept-cont-wrap div.concept-card.card01 {
  top: 15vw;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .concept-cont-wrap div.concept-card.card01 {
    top: 0;
  }
}
.concept-cont-wrap div.concept-card.card02 {
  padding-top: 52vw;
}
@media screen and (min-width: 768px) {
  .concept-cont-wrap div.concept-card.card02 {
    padding-top: 0;
    top: 145px;
  }
}
.concept-cont-wrap div.concept-card.card03 {
  padding-top: 56vw;
}
@media screen and (min-width: 768px) {
  .concept-cont-wrap div.concept-card.card03 {
    padding-top: 0;
    top: 160px;
  }
}
.concept-cont-wrap div.concept-card.card04 {
  padding-top: 60vw;
}
@media screen and (min-width: 768px) {
  .concept-cont-wrap div.concept-card.card04 {
    padding-top: 0;
    top: 175px;
  }
}
.concept-cont-wrap div.concept-card.card05 {
  padding-top: 64vw;
}
@media screen and (min-width: 768px) {
  .concept-cont-wrap div.concept-card.card05 {
    padding-top: 0;
    top: 190px;
  }
}
.concept-cont-wrap div.concept-card.card05 p {
  background-color: #EEF7F7;
  color: #000;
  letter-spacing: 0;
  font-size: 0.72em;
  line-height: 1.4em;
  padding-top: 1em;
}
.concept-cont-wrap div.concept-card div.card-wrap {
  position: relative;
}
.concept-cont-wrap div.concept-card div.concept-card-inner02 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
div.fix-btn {
  position: fixed;
  left: 50%;
  bottom: 3%;
  width: 100%;
  transform: translate(-50%, 100%);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  pointer-events: none;
}
div.fix-btn.is-show {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
  pointer-events: auto;
}
@media screen and (min-width: 768px) {
  div.fix-btn {
    max-width: 400px;
    z-index: 15;
    left: 50%;
    bottom: 3%;
    width: 100%;
    transform: translate(-50%, 0);
  }
}
div.fix-btn a {
  display: block;
  background: #E74015;
  border-radius: 60px;
  width: 9em;
  padding: 2%;
  margin-left: auto;
  margin-right: 5%;
  border: solid 1px #FFF;
  box-shadow: 7px 7px 7px rgba(255, 102, 0, 0.75);
  position: relative;
}
div.fix-btn a span.txt {
  color: #FFF;
  display: inline-block;
  font-weight: 600;
  letter-spacing: -0.02em;
  padding-left: 3%;
}
div.fix-btn a span.txt span {
  font-size: 1.28em;
}
div.fix-btn a span.arrow {
  display: block;
  width: 0.5em;
  height: 0.5em;
  border: solid 1px #FFF;
  border-left: none;
  border-bottom: none;
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
}/*# sourceMappingURL=style.css.map */