@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost&display=swap");
/* mixins */
/* functions */
* {
  box-sizing: border-box; /*余白や線を幅や高さに含める*/
}

body {
  width: 100%;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  color: #000;
  font-weight: 400;
  font-size: 4.2vw;
  font-feature-settings: "palt";
  line-height: 1.8em;
  letter-spacing: 0.1em;
  overflow-x: hidden;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 18px;
    width: 100%;
    position: relative;
  }
}

.serif {
  font-family: "Noto Serif JP", serif;
}

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

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: 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;
  }
}

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

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

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

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

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

a, button {
  color: var(--base-text-color);
  text-decoration: none;
  transition: all var(--base-transition-time);
}

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

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

:root {
  --base-width: 1000px;
  --base-width-sp: 80%;
  --base-inline-sp: 10%;
  --base-color: #000000;
  --base-text-color: #000000;
  --base-font-size: 17px;
  --base-font-size-sp: vw(17);
}

:root {
  --fr-bg-color: #ece5dd;
  --fr-font-serif: YakuHanMP, "Noto Serif JP", serif;
}

/*======================================================================================*/
.l-header {
  padding: 15px 15px 10px;
  line-height: normal;
}

.l-header-logo {
  display: inline-block;
  width: 192px;
}

.l-footer {
  padding: 17px;
  text-align: center;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding: 30px;
  }
}

.l-footer-logo {
  display: inline-block;
  width: 255px;
}
@media screen and (min-width: 768px) {
  .l-footer-logo {
    width: 466px;
  }
}

/*====================================== lp ============================================*/
.flex-center {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2vw;
}
@media screen and (min-width: 768px) {
  .flex-center {
    justify-content: space-between;
    gap: 0;
  }
}

.fr-nav {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 15;
  background-image: url(../myimg/lp/wood_sp.webp);
}
@media screen and (min-width: 768px) {
  .fr-nav {
    background-image: url(../myimg/lp/wood.webp);
  }
}
.fr-nav a {
  font-size: min(1.1em, 3.7333333333vw);
  letter-spacing: 0.1em;
  line-height: 1.2;
}
.fr-nav li {
  width: 20%;
}
.fr-nav li:nth-child(1) {
  width: 23%;
}
.fr-nav li:nth-child(2) {
  width: 23%;
}
.fr-nav li:nth-child(3) {
  width: 22%;
}
.fr-concept .title-concept {
  font-size: min(2.5em, 5.5vw);
}

.fr-banner .banner {
  position: relative;
  background-color: var(--text-color);
  box-shadow: none;
  border-color: var(--text-color);
  padding-top: 1.5em;
}
@media screen and (min-width: 768px) {
  .fr-banner .banner {
    padding-top: 0;
  }
}
.fr-banner .banner .img-box {
  width: 80%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .fr-banner .banner .img-box {
    position: relative;
    top: -1em;
    margin-bottom: -0.5em;
    width: 40%;
  }
}
.fr-banner .banner .txt-box {
  padding-bottom: 2.3em;
}
@media screen and (min-width: 768px) {
  .fr-banner .banner .txt-box {
    padding-top: 0.5em;
    padding-bottom: 1.5em;
  }
}
.fr-banner .banner:hover {
  background-color: rgb(249, 248, 247);
}
.fr-banner .banner:hover .banner-logo {
  filter: brightness(0) saturate(100%) invert(0%) sepia(7%) saturate(23%) hue-rotate(224deg) brightness(101%) contrast(105%);
}
.fr-banner .banner:hover .banner-btn {
  color: #fff;
}
.fr-banner .banner-btn {
  width: 15em;
  padding: 0.75em 1em;
  background-color: #fff;
  color: var(--text-color);
  font-size: min(1em, 18px);
  font-weight: 500;
}

.fr-contents {
  --en: "Jost", sans-serif;
}
.fr-contents .title {
  font-size: min(2em, 7.2vw);
}
@media screen and (min-width: 1000px) {
  .fr-contents .title {
    font-size: 2.4em;
  }
}
.fr-contents .border-hd {
  font-size: min(1.55em, 7.4666666667vw);
}

.feature-title {
  font-size: min(1.45em, 6.4vw);
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1000px) {
  .feature-title {
    font-size: 1.67em;
  }
}

.feature-lead {
  font-size: min(0.9em, 4.2666666667vw);
}

@media screen and (min-width: 768px) {
  .features-thumb-wrp {
    width: 92%;
  }
}
@media screen and (min-width: 768px) {
  .features-thumb-wrp .thumb {
    width: 92%;
    margin-inline: auto;
  }
}
.features-thumb-wrp .caption {
  font-size: min(0.8em, 3.7333333333vw);
}

.features-wrp {
  position: relative;
  z-index: 10;
}
.features-wrp.comfortable1 .img-box img {
  width: 630px;
  max-width: none;
}
@media screen and (min-width: 768px) {
  .features-wrp.comfortable1 .img-box img {
    width: auto;
    max-width: 100%;
  }
}
.features-wrp.comfortable1 .img-caption {
  font-size: min(0.67em, 3.2vw);
  font-weight: 300;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 768px) {
  .features-wrp.comfortable1 .img-caption {
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  .features-wrp .txt-box {
    padding: 1em 0;
  }
}
.features-wrp .note {
  font-size: min(0.67em, 3.2vw);
}

.interior-selection-wrp .interior-text {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .interior-selection-wrp .interior-text {
    width: min(480px, 40%);
  }
}
.interior-selection-wrp .interior-text .interior-type {
  font-weight: 400;
}

ul.note li {
  padding-left: 0;
}
ul.note li::before {
  content: "※" counter(numnote) ".";
  position: static;
}

.pattern-bg-rb {
  width: 87%;
  opacity: 1;
  bottom: 24.8%;
  right: -10%;
}
@media screen and (min-width: 768px) {
  .pattern-bg-rb {
    width: 40%;
    bottom: 150px;
    right: -10%;
  }
}

.fr-comfortable {
  overflow: clip;
}
.fr-comfortable .inner {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .fr-comfortable .inner {
    padding-top: 80px;
  }
}

.fr-technology {
  background-color: var(--fr-bg-color);
}

.fr-technology1 {
  background-color: #fff;
}

.fr-interior {
  background-color: var(--fr-bg-color);
}

.fr-plan .point-box {
  display: block;
}
@media screen and (min-width: 768px) {
  .fr-plan .plan-info-wrp {
    width: 21%;
  }
}
@media screen and (min-width: 1000px) {
  .fr-plan .plan-info-wrp {
    width: 15%;
  }
}
.fr-plan .plan-info-wrp .plan-info td {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  padding: 0.5em 0.2em;
}
.fr-plan .point-container {
  position: relative;
}
.fr-plan .plan::after {
  left: 2.5em;
  bottom: 4em;
  width: 2.3em;
  height: 2.3em;
}
.fr-plan .plan.flor2::after {
  bottom: 1.5em;
  left: 2.5em;
}
@media screen and (min-width: 768px) {
  .fr-plan .plan.flor2::after {
    bottom: 4em;
    left: 1.5em;
  }
}
.fr-plan .flor2 img {
  max-width: 60%;
  margin: 0% auto 0% 25%;
}
@media screen and (min-width: 768px) {
  .fr-plan .flor2 img {
    max-width: 100%;
    margin-left: -25%;
  }
}
@media screen and (min-width: 768px) {
  .fr-plan .txt-box {
    padding: 0 0.3em;
  }
}
.fr-plan .point-title {
  font-size: min(1em, 4.8vw);
  font-weight: 500;
  letter-spacing: 0;
}
.fr-plan .point-lead {
  font-size: min(0.8em, 3.7333333333vw);
}
.fr-plan .slick-dots li button::before {
  background-color: #fff !important;
}
.fr-plan .slick-dots li.slick-active button::before {
  transform: scale(0.7);
  background-color: #cfbca3 !important;
}
.fr-plan .arrow-box {
  --border-width: 1.5px;
  position: absolute;
  left: 50%;
  bottom: -2.3em;
  top: unset;
  transform: translate(90px, 50%);
}
@media screen and (min-width: 768px) {
  .fr-plan .arrow-box {
    display: none;
  }
}
.fr-plan .arrow-box .slick-pause {
  width: min(1.2em, 8vw);
  height: min(1.2em, 8vw);
  font-size: min(1.5em, 5.8vw);
  border-radius: 100%;
  border: solid var(--border-width);
  color: #666;
  position: relative;
  cursor: pointer;
  z-index: 2;
  transition: color 0.2s 0s ease;
}
.fr-plan .arrow-box .slick-pause::before, .fr-plan .arrow-box .slick-pause::after {
  content: "";
  position: absolute;
  inset: 50%;
  width: 25%;
  aspect-ratio: 1/1.5;
  border-left: solid var(--border-width);
  border-right: solid var(--border-width);
  transform: translate(-50%, -50%);
}
.fr-plan .arrow-box .slick-pause::after {
  content: none;
  width: 33%;
  aspect-ratio: 1/1.2;
  background-color: currentcolor;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  transform: translate(-36%, -50%);
}
.fr-plan .arrow-box .slick-pause.paused::before {
  content: none;
}
.fr-plan .arrow-box .slick-pause.paused::after {
  content: "";
}

.fr-monitor {
  padding: 1.9em min(2em, 5vw) 1.9em;
  background-color: var(--fr-bg-color);
}
@media screen and (min-width: 768px) {
  .fr-monitor {
    padding-block: 5.6em 3.3em;
  }
}

.monitor-inner {
  width: 100%;
  max-width: 1100px;
  margin-inline: auto;
  border-radius: 20px;
  background-color: #fff;
  overflow: clip;
}

.monitor-heading {
  padding: 1.3em min(2em, 5vw) 1.3em;
  background-color: #837768;
  text-align: center;
}
.monitor-heading .monitor-title {
  font-family: var(--fr-font-serif);
  color: #fff;
  font-size: min(2.05em, 4.8vw);
  font-weight: 500;
}
@media screen and (min-width: 1000px) {
  .monitor-heading .monitor-title {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.monitor-heading .monitor-title .monitor-title-main {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1000px) {
  .monitor-heading .monitor-title .monitor-title-main {
    justify-content: flex-start;
  }
}
.monitor-heading .monitor-title .monitor-title-main.--large img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .monitor-heading .monitor-title .monitor-title-main.--large img {
    width: 49.6%;
    max-width: 385px;
  }
}
@media screen and (min-width: 1000px) {
  .monitor-heading .monitor-title .monitor-title-main.--large img {
    width: 385px;
  }
}
.monitor-heading .monitor-title .monitor-title-main.--large + .monitor-title-sub {
  font-size: 4vw;
}
@media screen and (min-width: 768px) {
  .monitor-heading .monitor-title .monitor-title-main.--large + .monitor-title-sub {
    font-size: 0.7em;
  }
}
.monitor-heading .monitor-title .monitor-title-main img {
  width: 59%;
  margin-right: 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  .monitor-heading .monitor-title .monitor-title-main img {
    width: 49.6%;
    max-width: 385px;
    margin-right: 15px;
  }
}
.monitor-heading .monitor-title .monitor-title-sub {
  font-size: min(0.55em, 4.2666666667vw);
  line-height: 1;
}

.monitor-body {
  --c-full-order: #4b6c50;
  --c-semi-order: #b4a151;
  padding: 1.3em min(2em, 5vw) 1.9em;
}
@media screen and (min-width: 1000px) {
  .monitor-body .housing .housing-container {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
  }
}
@media screen and (min-width: 1000px) {
  .monitor-body .housing .housing-container.--vertical-center {
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .monitor-body .housing .housing-image {
    width: 60%;
    margin-inline: auto;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1000px) {
  .monitor-body .housing .housing-image {
    width: 34%;
  }
}
@media screen and (min-width: 1000px) {
  .monitor-body .housing .housing-image.--large {
    width: 35%;
  }
}
.monitor-body .housing .housing-inner {
  width: 100%;
  margin-top: 8vw;
}
@media screen and (min-width: 768px) {
  .monitor-body .housing .housing-inner {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1000px) {
  .monitor-body .housing .housing-inner {
    margin-top: 0;
  }
}
.monitor-body .housing .housing-content {
  font-family: var(--fr-font-serif);
  letter-spacing: 0;
}
.monitor-body .housing .housing-content + .housing-content {
  margin-top: 8vw;
}
@media screen and (min-width: 768px) {
  .monitor-body .housing .housing-content + .housing-content {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1000px) {
  .monitor-body .housing .housing-content + .housing-content {
    margin-top: 20px;
  }
}
.monitor-body .housing .housing-content.full-order .housing-content-name {
  background-color: var(--c-full-order);
}
.monitor-body .housing .housing-content.full-order .housing-content-plan-txt {
  border-color: var(--c-full-order);
}
.monitor-body .housing .housing-content.full-order .housing-content-limit > span {
  color: var(--c-full-order);
}
.monitor-body .housing .housing-content.semi-order .housing-content-name {
  background-color: var(--c-semi-order);
}
.monitor-body .housing .housing-content.semi-order .housing-content-plan-txt {
  border-color: var(--c-semi-order);
}
.monitor-body .housing .housing-content.semi-order .housing-content-limit > span {
  color: var(--c-semi-order);
}
.monitor-body .housing .housing-content-first_owner .housing-content-first_owner__title {
  letter-spacing: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid var(--c-full-order);
  font-family: var(--fr-font-serif);
  font-size: min(3em, 7vw);
  font-weight: 500;
  line-height: 1;
}
.monitor-body .housing .housing-content-first_owner .housing-content-first_owner__read {
  font-family: var(--fr-font-serif);
  font-weight: 500;
  font-size: min(2em, 6vw);
  line-height: 1.2;
  letter-spacing: 0;
  padding-top: 0.5em;
}
@media screen and (min-width: 1000px) {
  .monitor-body .housing .housing-content-first_owner .housing-content-first_owner__read {
    padding-top: 0;
    padding-bottom: 0.35em;
    border-bottom: 1px solid var(--c-full-order);
  }
}
.monitor-body .housing .housing-content-first_owner .housing-content-first_owner__read .num {
  display: inline-block;
  color: var(--c-full-order);
  font-size: 10.1vw;
  transform: translate(0, 0.06em);
  position: relative;
}
@media screen and (min-width: 768px) {
  .monitor-body .housing .housing-content-first_owner .housing-content-first_owner__read .num {
    font-size: 1.5em;
  }
}
.monitor-body .housing .housing-content-name {
  width: 100%;
  padding: 0.2em 0 0.3em;
  color: #fff;
  font-size: min(1.45em, 6.9333333333vw);
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (min-width: 1000px) {
  .monitor-body .housing .housing-content-plan {
    display: flex;
    align-items: center;
    margin-top: 15px;
  }
}
.monitor-body .housing .housing-content-plan-name {
  padding: 0.75em 0 0.5em;
  font-size: min(1.8em, 7.2vw);
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 1000px) {
  .monitor-body .housing .housing-content-plan-name {
    padding: 0.45em 0.4em 0.4em;
  }
}
.monitor-body .housing .housing-content-plan-txt {
  display: flex;
  justify-content: center;
  align-items: end;
  font-weight: 500;
  border-top: 1px solid var(--c-semi-order);
  padding: 0.75em 0 0.5em;
}
@media screen and (min-width: 1000px) {
  .monitor-body .housing .housing-content-plan-txt {
    border-top: none;
    border-left: 1px solid;
    padding: 0.55em 0 0.4em;
  }
}
.monitor-body .housing .housing-content-plan-area {
  font-weight: 500;
  font-size: 5.8666666667vw;
  padding-bottom: 0.05em;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .monitor-body .housing .housing-content-plan-area {
    display: inline-block;
    padding-inline: 1.2em 0.2em;
    font-size: 0.95em;
  }
}
@media screen and (min-width: 1000px) {
  .monitor-body .housing .housing-content-plan-area {
    padding-inline: 1.2em 0.2em;
  }
}
.monitor-body .housing .housing-content-limit {
  font-size: min(1.2em, 5.3333333333vw);
}
.monitor-body .housing .housing-content-limit > span {
  position: relative;
  bottom: -0.05em;
  display: inline-block;
  padding: 0 0.1em;
  font-size: min(2.5em, 10.6666666667vw);
}
.monitor-body .housing .housing-limit {
  display: inline-block;
  margin-top: 8vw;
  font-family: var(--fr-font-serif);
}
@media screen and (min-width: 768px) {
  .monitor-body .housing .housing-limit {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    margin-top: 20px;
  }
}
.monitor-body .housing .housing-limit .txt {
  display: inline-block;
  width: 100%;
  margin-bottom: 4vw;
  padding: 0.25em 0 0.2em;
  border: 1px solid #231815;
  color: #231815;
  font-size: min(1em, 4.8vw);
  text-align: center;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .monitor-body .housing .housing-limit .txt {
    width: 7em;
    padding-block: 0.6em 0.7em;
    margin-bottom: 0;
    margin-right: 25px;
  }
}
.monitor-body .housing .housing-limit .day {
  font-size: min(2.2em, 10.6666666667vw);
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .monitor-body .housing .housing-limit .day {
    margin-top: -0.1em;
  }
}
.monitor-body .housing .housing-limit .read {
  font-size: min(1.7em, 7.7333333333vw);
  letter-spacing: 0;
}
.monitor-body .housing .housing-note {
  margin-top: 8vw;
  font-size: min(0.67em, 3.2vw);
  line-height: 1.4;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .monitor-body .housing .housing-note {
    margin-top: 25px;
  }
}
.monitor-body .planning {
  position: relative;
  margin-top: 8vw;
  padding-top: 8vw;
  padding-bottom: 4.2666666667vw;
  background-image: repeating-linear-gradient(90deg, #837768, #837768 3px, transparent 3px, transparent 10px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 3px;
}
@media screen and (min-width: 768px) {
  .monitor-body .planning {
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 30px;
    background-image: radial-gradient(circle, #837768 1.5px, transparent 1.5px);
    background-position: left top;
    background-repeat: repeat-x;
    background-size: 9px 3px;
  }
}
.monitor-body .planning .planning-title {
  font-family: var(--fr-font-serif);
  font-size: min(1.95em, 6.6666666667vw);
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: left;
}
.monitor-body .planning .planning-read {
  font-size: min(0.76em, 3.4666666667vw);
  text-align: left;
  line-height: 1.9;
  margin-top: 6.6666666667vw;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .monitor-body .planning .planning-read {
    margin-top: 25px;
  }
}
.monitor-body .planning .planning-image {
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .monitor-body .planning .planning-image {
    margin-top: 20px;
    width: 70%;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1000px) {
  .monitor-body .planning .planning-image {
    position: absolute;
    bottom: -30px;
    right: -25px;
    width: 44.7%;
    max-width: 457px;
  }
}
.monitor-body .flow .flow-wrap {
  margin-top: 4vw;
}
@media screen and (min-width: 768px) {
  .monitor-body .flow .flow-wrap {
    display: flex;
    justify-content: flex-start;
    gap: 2%;
    margin-top: 20px;
  }
}
.monitor-body .flow .flow-content {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .monitor-body .flow .flow-content {
    width: 49%;
  }
}
.monitor-body .flow .flow-content + .flow-content {
  margin-top: 4vw;
}
@media screen and (min-width: 768px) {
  .monitor-body .flow .flow-content + .flow-content {
    margin-top: 0;
  }
}
.monitor-body .flow .flow-content.semi-order .flow-content-description {
  background-color: #db5310;
}
.monitor-body .flow .flow-content.semi-order .flow-content-description .arrow {
  border-color: transparent transparent #db5310 transparent;
}
.monitor-body .flow .flow-content.full-order .flow-content-description {
  background-color: var(--c-full-order);
}
.monitor-body .flow .flow-title {
  padding: 0.5em;
  background-color: #837768;
  font-family: var(--fr-font-serif);
  color: #fff;
  font-size: min(1.2em, 4.8vw);
  font-weight: 500;
  -moz-text-align-last: left;
       text-align-last: left;
}
@media screen and (min-width: 768px) {
  .monitor-body .flow .flow-title {
    padding: 0.3em 0.7em 0.5em;
  }
}
.monitor-body .flow .flow-content-title {
  font-family: var(--fr-font-serif);
  font-size: min(1.2em, 4.8vw);
  letter-spacing: 0;
  font-weight: 500;
}
.monitor-body .flow .flow-content-read {
  margin-top: 1.3333333333vw;
  font-size: min(0.8em, 3.7333333333vw);
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .monitor-body .flow .flow-content-read {
    margin-top: 15px;
  }
}
@media screen and (min-width: 1000px) {
  .monitor-body .flow .flow-content-read {
    font-size: 0.9em;
  }
}
.monitor-body .flow .flow-content-read .strong {
  display: inline-block;
  color: #db5310;
  font-weight: 700;
  border-bottom: 1px solid #db5310;
  padding-bottom: 1px;
}
.monitor-body .flow .flow-content-image {
  margin-top: 3.4666666667vw;
}
@media screen and (min-width: 768px) {
  .monitor-body .flow .flow-content-image {
    margin-top: 25px;
  }
}
.monitor-body .flow .flow-content-image .flow-content-list {
  display: flex;
  justify-content: flex-start;
  gap: 2.4vw;
}
@media screen and (min-width: 768px) {
  .monitor-body .flow .flow-content-image .flow-content-list {
    gap: 14px;
  }
}
.monitor-body .flow .flow-content-image .flow-content-list li {
  display: grid;
  place-content: center;
  width: 4.5em;
  height: 4.5em;
  background-color: #e9e6e3;
  font-size: min(0.7em, 2.6666666667vw);
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0;
  color: #7e766c;
}
@media screen and (min-width: 1000px) {
  .monitor-body .flow .flow-content-image .flow-content-list li {
    width: 6.3em;
    height: 6.3em;
    font-size: 0.65em;
  }
}
.monitor-body .flow .flow-content-image .flow-content-list li .kerning {
  display: block;
  letter-spacing: -0.15em;
}
@media screen and (min-width: 1000px) {
  .monitor-body .flow .flow-content-image .flow-content-list li .kerning {
    letter-spacing: 0;
  }
}
.monitor-body .flow .flow-content-image .flow-content-list li.empty {
  background-color: #fffce4;
  background-image: radial-gradient(circle, #ded9d4 1px, transparent 1px), radial-gradient(circle, #ded9d4 1px, transparent 1px), radial-gradient(circle, #ded9d4 1px, transparent 1px), radial-gradient(circle, #ded9d4 1px, transparent 1px);
  background-position: left top, right top, left bottom, left top;
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
  background-size: 4px 2px, 2px 4px, 4px 2px, 2px 4px;
}
.monitor-body .flow .flow-content-image .flow-content-description {
  position: relative;
  margin-top: 2.1333333333vw;
  font-family: var(--fr-font-serif);
  color: #fff;
  font-size: min(0.9em, 3.4666666667vw);
  letter-spacing: 0;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
  padding-block: 0.8em;
}
@media screen and (min-width: 768px) {
  .monitor-body .flow .flow-content-image .flow-content-description {
    margin-top: 15px;
  }
}
@media screen and (min-width: 1000px) {
  .monitor-body .flow .flow-content-image .flow-content-description {
    font-size: 1.1em;
  }
}
.monitor-body .flow .flow-content-image .flow-content-description .strong {
  color: #fff000;
}
.monitor-body .flow .flow-content-image .flow-content-description .arrow {
  position: absolute;
  top: -1.0666666667vw;
  left: 4.2666666667vw;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 1.2vw 1.3333333333vw 1.2vw;
  border-color: transparent transparent #00a2a2 transparent;
}
@media screen and (min-width: 768px) {
  .monitor-body .flow .flow-content-image .flow-content-description .arrow {
    top: -6px;
    left: 1em;
    border-width: 0px 6px 6px 6px;
  }
}
.monitor-body .flow .flow-content-image .flow-content-description .arrow.empty01 {
  left: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .monitor-body .flow .flow-content-image .flow-content-description .arrow.empty01 {
    left: 1.2em;
  }
}
@media screen and (min-width: 1000px) {
  .monitor-body .flow .flow-content-image .flow-content-description .arrow.empty01 {
    left: 1.4em;
  }
}
.monitor-body .flow .flow-content-image .flow-content-description .arrow.empty02 {
  left: 17.8666666667vw;
}
@media screen and (min-width: 768px) {
  .monitor-body .flow .flow-content-image .flow-content-description .arrow.empty02 {
    left: 5.3em;
  }
}
@media screen and (min-width: 1000px) {
  .monitor-body .flow .flow-content-image .flow-content-description .arrow.empty02 {
    left: 5.6em;
  }
}
.monitor-body .flow .flow-content-image .flow-content-description .arrow.empty03 {
  left: 31.4666666667vw;
}
@media screen and (min-width: 768px) {
  .monitor-body .flow .flow-content-image .flow-content-description .arrow.empty03 {
    left: 9.4em;
  }
}
@media screen and (min-width: 1000px) {
  .monitor-body .flow .flow-content-image .flow-content-description .arrow.empty03 {
    left: 9.7em;
  }
}

.cta-button-wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 1.8666666667vw;
  margin-top: 8vw;
  padding-inline: min(2em, 5vw);
}
@media screen and (min-width: 768px) {
  .cta-button-wrap {
    flex-direction: row;
    gap: 20px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 1000px) {
  .cta-button-wrap {
    margin-top: 60px;
  }
}
.cta-button-wrap .cta-button {
  position: relative;
  color: #fff;
  font-size: min(1em, 3.7333333333vw);
  font-weight: 500;
  padding: 0.55em 1em 0.6em;
  border-radius: 25px;
  border: 1px solid;
  transition: 0.3s ease background-color, 0.3s ease color;
}
@media screen and (min-width: 768px) {
  .cta-button-wrap .cta-button {
    width: 24em;
    padding: 0.7em 1em 0.8em;
    border-radius: 20px;
  }
}
.cta-button-wrap .cta-button.--c-green {
  border-color: #53a88f;
  background-color: #53a88f;
}
.cta-button-wrap .cta-button.--c-orange {
  border-color: #f5a32d;
  background-color: #f5a32d;
}
.cta-button-wrap .cta-button .arrow {
  position: absolute;
  top: 50%;
  right: 12px;
  display: inline-block;
  width: 8.2px;
  height: 12.5px;
  transform: translateY(-50%);
  transition: 0.3s ease right;
}
.cta-button-wrap .cta-button .arrow::before, .cta-button-wrap .cta-button .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 10px;
  height: 2px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform-origin: calc(100% - 1px) 50%;
  transition: 0.3s ease background-color;
}
.cta-button-wrap .cta-button .arrow::before {
  transform: rotate(45deg);
}
.cta-button-wrap .cta-button .arrow::after {
  transform: rotate(-45deg);
}
.cta-button-wrap .cta-button:hover .arrow {
  right: 8px;
}
.cta-button-wrap .cta-button:hover.--c-green {
  background-color: #fff;
  color: #53a88f;
}
.cta-button-wrap .cta-button:hover.--c-green .arrow::before, .cta-button-wrap .cta-button:hover.--c-green .arrow::after {
  background-color: #53a88f;
}
.cta-button-wrap .cta-button:hover.--c-orange {
  background-color: #fff;
  color: #f5a32d;
}
.cta-button-wrap .cta-button:hover.--c-orange .arrow::before, .cta-button-wrap .cta-button:hover.--c-orange .arrow::after {
  background-color: #f5a32d;
}

/*===================================== contact form ===================================*/
.border-top {
  border-top: 1px solid #111;
}

.infotxt + .form-box {
  margin-top: 1em;
}
.infotxt + .form-box + .infotxt {
  vertical-align: -0.5em;
}

.dd-inner {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  row-gap: 0.4em;
}
.dd-inner + .dd-inner {
  margin-top: 0.6em;
}
.dd-inner .d-inner-txt {
  width: 100%;
}
.dd-inner .p-street-address {
  width: 101%;
}

div.form-area div.form-area-inner ul li dd {
  line-height: 2;
}

.gray-area-caution {
  margin-bottom: 5%;
}/*# sourceMappingURL=style.css.map */