@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  word-break: break-all;
  font-size: 10px;
}
@media (min-width: 768px) and (max-width: 1260px) {
  html {
    font-size: 0.7936507937vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 1.3333333333vw;
  }
}

body {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6666666667;
  letter-spacing: 0;
  color: #1e1e1e;
  margin-top: 8rem;
}
@media (max-width: 767px) {
  body {
    margin-top: 10rem;
    font-size: 2.4rem;
    line-height: 1.5;
  }
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
picture {
  display: block;
}

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

#container {
  width: 100%;
}

section {
  position: relative;
}

.inner {
  width: 120rem;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .inner {
    width: 67rem;
  }
}

.all_svg {
  display: none;
}

.u-color-yellow {
  color: #fff600;
}

.l-header {
  width: 100%;
  height: 8rem;
  background: rgba(255, 255, 255, 0.8);
  display: grid;
  place-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
@media (max-width: 767px) {
  .l-header {
    height: 10rem;
  }
}
.l-header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 767px) {
  .l-header .inner {
    width: 72rem;
  }
}
.l-header__logo {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  height: 100%;
}
.l-header__logo h1 {
  width: 15.2rem;
}
@media (max-width: 767px) {
  .l-header__logo h1 {
    width: 20rem;
  }
}
.l-header__nav {
  display: flex;
  align-items: center;
  column-gap: 1.6rem;
}
.l-header__nav ul {
  display: flex;
  align-items: center;
  column-gap: 1.5rem;
}
.l-header__sns a {
  display: block;
  width: 6rem;
  transition: all 0.4s ease;
}
@media (any-hover: hover) {
  .l-header__sns a:hover {
    transform: translate(0, 0.3rem);
  }
}

/* footer */
.l-footer {
  background: #0f0f0f;
  padding-block: 4.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 5.6rem;
  color: #fff;
}
@media (max-width: 767px) {
  .l-footer {
    flex-direction: column;
    row-gap: 4rem;
  }
}
.l-footer__logo {
  width: 19.8rem;
}
@media (max-width: 767px) {
  .l-footer__logo {
    width: 24rem;
  }
}
.l-footer__info p {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .l-footer__info p {
    font-size: 2.4rem;
  }
}

.c-common-title {
  text-align: center;
  line-height: 1.33;
  position: relative;
}
.c-common-title h2 {
  font-size: 4.12rem;
}
.c-common-title h2 span {
  font-size: 5.1rem;
  color: #ff9000;
  font-weight: bold;
}
@media (min-width: 768px) {
  .c-common-title[data-mod=solution] h2 {
    font-size: 2.06vw;
  }
}
@media (min-width: 768px) {
  .c-common-title[data-mod=solution] h2 span {
    font-size: 2.55vw;
  }
}

.c-bg-text::before {
  content: attr(data-text);
  font-size: 24rem;
  font-size: 16.15vw;
  line-height: 1;
  color: #515f69;
  font-family: "Roboto Condensed", sans-serif;
  position: absolute;
  top: -2vw;
  left: 0;
  letter-spacing: -0.03em;
}
@media (max-width: 767px) {
  .c-bg-text::before {
    font-size: 15rem;
    top: -1.8rem;
  }
}
.c-bg-text.history::before, .c-bg-text.danger::before {
  color: #e7e7e7;
}
.c-bg-text.price::before, .c-bg-text.facility::before, .c-bg-text.solution::before {
  color: #e9ebf1;
}
.c-bg-text.prize::before {
  color: rgba(255, 255, 255, 0.1);
}
.c-bg-text.model-house::before {
  color: #f3f3f3;
}
@media (max-width: 767px) {
  .c-bg-text.model-house::before {
    font-size: 13rem;
  }
}

/* fv */
.mv {
  position: relative;
}
@media (max-width: 767px) {
  .mv {
    padding-bottom: 3rem;
  }
}

.reserve-btn {
  width: 18rem;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(0deg, #c79810, #eab92d);
  border-radius: 5rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
  transition: all 0.4s ease;
}
.reserve-btn[data-mod=cta] {
  width: 28.2rem;
  height: 8.7rem;
  font-size: 2.73rem;
}
@media (any-hover: hover) {
  .reserve-btn:hover {
    transform: translate(0, 0.3rem);
  }
}

.request-btn {
  width: 18rem;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 1rem;
  background: linear-gradient(0deg, #73880a, #a5b458);
  border-radius: 5rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
  transition: all 0.4s ease;
}
.request-btn span {
  display: block;
  width: 5rem;
}
.request-btn[data-mod=cta] {
  width: 28.2rem;
  height: 8.7rem;
  font-size: 2.73rem;
}
.request-btn[data-mod=cta] span {
  width: 6.8rem;
}
@media (any-hover: hover) {
  .request-btn:hover {
    transform: translate(0, 0.3rem);
  }
}

.l-cta-nav {
  background: #0c1964;
  color: #fff;
  padding-block: 4.9rem 5rem;
}
@media (max-width: 767px) {
  .l-cta-nav {
    padding-block: 3.6rem 3.8rem;
  }
}
.l-cta-nav .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .l-cta-nav .inner {
    width: 69.8rem;
    flex-direction: column;
    row-gap: 3.4rem;
  }
}
.l-cta-nav .l-cta-nav-tel {
  display: flex;
  align-items: center;
  column-gap: 1.7rem;
}
@media (max-width: 767px) {
  .l-cta-nav .l-cta-nav-tel {
    column-gap: 2rem;
  }
}
.l-cta-nav .l-cta-nav-tel__possible {
  width: 10.5rem;
  height: 10.5rem;
  border-radius: 50%;
  display: grid;
  place-content: center;
  text-align: center;
  background: #fff;
}
@media (max-width: 767px) {
  .l-cta-nav .l-cta-nav-tel__possible {
    width: 15.6rem;
    height: 15.6rem;
  }
}
.l-cta-nav .l-cta-nav-tel__possible p {
  font-size: 1.66rem;
  color: #0c1964;
  line-height: 1.2;
  font-weight: bold;
}
@media (max-width: 767px) {
  .l-cta-nav .l-cta-nav-tel__possible p {
    font-size: 2.47rem;
  }
}
.l-cta-nav .l-cta-nav-tel__possible p span {
  font-size: 3.5rem;
}
@media (max-width: 767px) {
  .l-cta-nav .l-cta-nav-tel__possible p span {
    font-size: 5.19rem;
  }
}
.l-cta-nav .l-cta-nav-tel__info {
  line-height: 1;
  text-align: center;
  letter-spacing: 0.2em;
}
.l-cta-nav .l-cta-nav-tel__name p {
  font-size: 1.83rem;
}
@media (max-width: 767px) {
  .l-cta-nav .l-cta-nav-tel__name p {
    font-size: 2.73rem;
  }
}
.l-cta-nav .l-cta-nav-tel__name p span {
  font-size: 2.58rem;
}
@media (max-width: 767px) {
  .l-cta-nav .l-cta-nav-tel__name p span {
    font-size: 3.84rem;
  }
}
.l-cta-nav .l-cta-nav-tel__num p {
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.4;
  font-family: "Roboto Condensed", sans-serif;
}
@media (max-width: 767px) {
  .l-cta-nav .l-cta-nav-tel__num p {
    font-size: 7.4rem;
    line-height: 1.3;
  }
}
@media (min-width: 768px) {
  .l-cta-nav .l-cta-nav-tel__num p a {
    pointer-events: none;
  }
}
.l-cta-nav .l-cta-nav-tel__time p {
  font-size: 1.77rem;
}
@media (max-width: 767px) {
  .l-cta-nav .l-cta-nav-tel__time p {
    font-size: 2.63rem;
  }
}
.l-cta-nav__link {
  display: flex;
  align-items: center;
  column-gap: 2rem;
}
.l-cta-nav__link ul {
  display: flex;
  align-items: center;
  column-gap: 2rem;
}
.l-cta-nav__sns a {
  display: block;
  width: 8.7rem;
  transition: all 0.4s ease;
}
@media (any-hover: hover) {
  .l-cta-nav__sns a:hover {
    transform: translate(0, 0.3rem);
  }
}

.gallery-slider__wrap {
  width: 100%;
  position: relative;
}
.gallery-slider__main li {
  position: relative;
}
.gallery-slider__main li img {
  width: 100%;
  aspect-ratio: 1200/800;
  object-fit: cover;
}
.gallery-slider__choice-btn {
  margin-top: 0.8rem;
}
.gallery-slider__choice-btn.is-no-move .slick-track {
  transform: unset !important;
}
.gallery-slider__choice-btn .slick-track {
  margin-left: 0;
  z-index: 2;
}
.gallery-slider__choice-btn li {
  cursor: pointer;
  padding: 0.7rem;
  position: relative;
}
@media (max-width: 767px) {
  .gallery-slider__choice-btn li {
    padding: 0.4rem;
  }
}
.gallery-slider__choice-btn li img {
  width: 100%;
  aspect-ratio: 150/150;
  object-fit: cover;
}
.gallery-slider__choice-btn li.slick-current {
  background: #eaac28;
}

.slide-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 20;
}
@media (min-width: 768px) {
  .slide-arrow {
    width: 5rem;
    height: 5rem;
  }
}
@media (max-width: 767px) {
  .slide-arrow {
    width: 4.5rem;
    height: 4.5rem;
  }
}
.slide-arrow span {
  display: block;
  width: 100%;
  height: 100%;
  border-bottom: 0.5rem solid #b0b0b0;
  border-left: 0.5rem solid #b0b0b0;
}
@media (max-width: 767px) {
  .slide-arrow span {
    border-bottom-width: 0.7rem;
    border-left-width: 0.7rem;
  }
}
.slide-arrow.slide-prev {
  left: -5rem;
  transition: all 0.3s;
  padding: 0.6rem;
}
@media (max-width: 767px) {
  .slide-arrow.slide-prev {
    left: -3rem;
  }
}
.slide-arrow.slide-prev span {
  transform: translateX(1rem) rotate(45deg);
}
@media (any-hover: hover) {
  .slide-arrow.slide-prev:hover {
    transform: translate(-0.5rem, -50%);
  }
}
.slide-arrow.slide-next {
  right: -5rem;
  transition: all 0.3s;
  padding: 0.6rem;
}
@media (max-width: 767px) {
  .slide-arrow.slide-next {
    right: -3rem;
  }
}
.slide-arrow.slide-next span {
  transform: translateX(-1rem) rotate(-135deg);
}
@media (any-hover: hover) {
  .slide-arrow.slide-next:hover {
    transform: translate(0.5rem, -50%);
  }
}

#top .worry {
  padding-block: 2.5vw 0;
  background-image: url(../img/worry/worry-bg-pc.jpg);
  background-size: cover;
  color: #fff;
  height: 37.85vw;
}
@media (max-width: 767px) {
  #top .worry {
    background-image: url(../img/worry/worry-bg-sp.jpg);
    height: 103.5rem;
    padding-block: 4.4rem 0;
  }
}
#top .worry__title {
  text-align: center;
  line-height: 1.3;
  position: relative;
}
@media (max-width: 767px) {
  #top .worry__title {
    line-height: 1.5;
  }
}
#top .worry__title h2 {
  font-size: 2.06vw;
}
@media (max-width: 767px) {
  #top .worry__title h2 {
    font-size: 4.12rem;
  }
}
#top .worry__title h2 .u-font-small {
  font-size: 1.6vw;
}
@media (max-width: 767px) {
  #top .worry__title h2 .u-font-small {
    font-size: 3.2rem;
  }
}
#top .worry__title h2 .u-font-large {
  font-size: 2.4vw;
  font-weight: bold;
}
@media (max-width: 767px) {
  #top .worry__title h2 .u-font-large {
    font-size: 4.8rem;
  }
}
#top .worry__contents {
  margin-top: 2.5vw;
  padding-left: 28.5714285714vw;
  position: relative;
}
@media (max-width: 767px) {
  #top .worry__contents {
    margin-top: 2.4rem;
    padding-inline: 3rem 1rem;
  }
}
#top .worry__list {
  display: flex;
  justify-content: center;
}
#top .worry__list ul {
  display: flex;
  flex-direction: column;
  row-gap: 0.3vw;
}
@media (max-width: 767px) {
  #top .worry__list ul {
    row-gap: 0.6rem;
  }
}
#top .worry__list ul li {
  display: flex;
  align-items: center;
  column-gap: 1.3vw;
}
@media (max-width: 767px) {
  #top .worry__list ul li {
    column-gap: 2.6rem;
  }
}
#top .worry__list ul li .checkbox {
  width: 1.05vw;
  height: 1.05vw;
  background: #fff;
  margin-top: 0.5vw;
  position: relative;
}
@media (max-width: 767px) {
  #top .worry__list ul li .checkbox {
    width: 2rem;
    height: 2rem;
    margin-top: 1rem;
  }
}
#top .worry__list ul li .checkbox span {
  display: block;
  width: 0.8vw;
  height: 1.4vw;
  border-bottom: 0.3vw solid #1e1e1e;
  border-right: 0.35vw solid #1e1e1e;
  position: absolute;
  bottom: 0.1vw;
  left: 0.35vw;
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  #top .worry__list ul li .checkbox span {
    width: 1.6rem;
    height: 2.8rem;
    border-bottom-width: 0.6rem;
    border-right-width: 0.7rem;
    bottom: 0.2rem;
    left: 0.7rem;
  }
}
#top .worry__list ul li p {
  font-size: 1.5vw;
}
@media (max-width: 767px) {
  #top .worry__list ul li p {
    font-size: 2.8rem;
  }
}
#top .worry__list ul li p span {
  font-size: 2vw;
}
@media (max-width: 767px) {
  #top .worry__list ul li p span {
    font-size: 3.7rem;
  }
}
#top .danger {
  padding-block: 8rem 7rem;
  z-index: 2;
}
@media (max-width: 767px) {
  #top .danger {
    padding-block: 8rem 12.6rem;
  }
}
#top .danger::after {
  content: "";
  width: 41.2rem;
  height: 11.4rem;
  background: #fcb700;
  position: absolute;
  top: calc(100% - 5rem);
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
#top .danger__contents {
  margin-top: 10rem;
  position: relative;
}
#top .danger__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
  #top .danger__items {
    grid-template-columns: 1fr;
    row-gap: 9.4rem;
  }
}
#top .danger .danger-item {
  padding: 6rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  #top .danger .danger-item {
    padding: 0;
  }
}
@media (min-width: 768px) {
  #top .danger .danger-item:nth-of-type(even) {
    border-left: 0.1rem solid #d6d6d6;
  }
}
@media (min-width: 768px) {
  #top .danger .danger-item:nth-of-type(3), #top .danger .danger-item:nth-of-type(4) {
    border-top: 0.1rem solid #d6d6d6;
  }
}
#top .danger .danger-item__point {
  width: 14rem;
  height: 14rem;
  background: #0c1964;
  border-radius: 50%;
  display: grid;
  place-content: center;
  text-align: center;
  line-height: 1.05;
  color: #fff;
  position: relative;
  padding-top: 1rem;
}
#top .danger .danger-item__point::before {
  content: "";
  width: 3rem;
  height: 2.2rem;
  background: #0c1964;
  position: absolute;
  top: calc(100% - 0.3rem);
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
#top .danger .danger-item__point p {
  font-size: 2.37rem;
  font-family: "Roboto Condensed", sans-serif;
}
#top .danger .danger-item__point p span {
  font-size: 5.4rem;
}
#top .danger .danger-item__title {
  text-align: center;
  margin-top: 7rem;
}
@media (max-width: 767px) {
  #top .danger .danger-item__title {
    margin-top: 5rem;
  }
}
#top .danger .danger-item__title h3 {
  font-size: 3rem;
  line-height: 1.4666666667;
  font-weight: bold;
}
@media (max-width: 767px) {
  #top .danger .danger-item__title h3 {
    font-size: 3.6rem;
    line-height: 1.3333333333;
  }
}
#top .danger .danger-item__text {
  margin-top: 1.6rem;
  text-align: justify;
}
@media (max-width: 767px) {
  #top .danger .danger-item__text {
    margin-top: 2rem;
  }
}
#top .danger .danger-item__image {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  #top .danger .danger-item__image {
    margin-top: 4rem;
  }
}
#top .danger .danger-item:nth-of-type(2) .danger-item__image {
  width: 44.8rem;
}
@media (max-width: 767px) {
  #top .danger .danger-item:nth-of-type(2) .danger-item__image {
    width: 58.2rem;
  }
}
@media (min-width: 768px) {
  #top .danger .danger-item:nth-of-type(3) .danger-item__image {
    width: 51rem;
  }
}
#top .solution {
  padding-top: 6vw;
  background: #f4f5f8;
}
@media (max-width: 767px) {
  #top .solution {
    padding-top: 8rem;
  }
}
#top .solution__contents {
  margin-top: 1.6vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  #top .solution__contents {
    margin-top: 4rem;
  }
}
#top .solution__text {
  display: flex;
  flex-direction: column;
  row-gap: 1vw;
  text-align: justify;
}
@media (min-width: 768px) {
  #top .solution__text {
    width: 60vw;
  }
}
@media (max-width: 767px) {
  #top .solution__text {
    padding-inline: 4rem;
    row-gap: 2rem;
  }
}
#top .solution__text p {
  font-size: 1.2vw;
  line-height: 2;
}
@media (max-width: 767px) {
  #top .solution__text p {
    font-size: 2.4rem;
  }
}
#top .solution__text p span {
  font-size: 1.8vw;
  line-height: 1.6666666667;
  font-weight: bold;
}
@media (max-width: 767px) {
  #top .solution__text p span {
    font-size: 3.6rem;
  }
}
#top .solution__items {
  width: 92.5vw;
  position: absolute;
  top: -4.5vw;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
}
#top .solution .solution-item {
  width: 13.15vw;
  display: flex;
  flex-direction: column;
  row-gap: 2vw;
}
#top .solution__bottom-image {
  margin-top: 2.5vw;
}
@media (max-width: 767px) {
  #top .solution__bottom-image {
    margin-top: 5rem;
  }
}
#top .facility {
  padding-block: 8rem 12rem;
}
@media (max-width: 767px) {
  #top .facility {
    padding-block: 8.4rem 13rem;
  }
}
#top .facility__contents {
  margin-top: 10rem;
}
@media (max-width: 767px) {
  #top .facility__contents {
    margin-top: 7.2rem;
  }
}
#top .facility__blocks {
  display: flex;
  flex-direction: column;
  row-gap: 10.4rem;
}
@media (max-width: 767px) {
  #top .facility__blocks {
    row-gap: 11rem;
  }
}
#top .facility .facility-block .facility-block-head {
  display: flex;
  column-gap: 3.6rem;
}
@media (max-width: 767px) {
  #top .facility .facility-block .facility-block-head {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  #top .facility .facility-block .facility-block-head__image {
    width: 56.4rem;
  }
}
@media (max-width: 767px) {
  #top .facility .facility-block .facility-block-head__image {
    order: 1;
    margin-top: 3.2rem;
  }
}
#top .facility .facility-block .facility-block-head__image img {
  aspect-ratio: 564/364;
  object-fit: cover;
}
#top .facility .facility-block .facility-block-head__textarea {
  flex: 1;
}
@media (max-width: 767px) {
  #top .facility .facility-block .facility-block-head__textarea {
    display: contents;
  }
}
#top .facility .facility-block .facility-block-head__num {
  width: 19.8rem;
  height: 5rem;
  border: 0.2rem solid #0c1964;
  border-radius: 3rem;
  display: grid;
  place-content: center;
}
@media (max-width: 767px) {
  #top .facility .facility-block .facility-block-head__num {
    width: 29.5rem;
    height: 7.3rem;
    border-radius: 4rem;
    margin-inline: auto;
  }
}
#top .facility .facility-block .facility-block-head__num p {
  font-size: 2.4rem;
  line-height: 1;
  color: #0c1964;
  font-family: "Roboto Condensed", sans-serif;
}
@media (max-width: 767px) {
  #top .facility .facility-block .facility-block-head__num p {
    font-size: 3.6rem;
  }
}
#top .facility .facility-block .facility-block-head__title {
  margin-top: 2.4rem;
}
@media (max-width: 767px) {
  #top .facility .facility-block .facility-block-head__title {
    order: 2;
  }
}
#top .facility .facility-block .facility-block-head__title h3 {
  font-size: 3rem;
  line-height: 1.4666666667;
  font-weight: bold;
}
#top .facility .facility-block .facility-block-head__text {
  margin-top: 1.6rem;
  text-align: justify;
}
@media (max-width: 767px) {
  #top .facility .facility-block .facility-block-head__text {
    order: 3;
  }
}
#top .facility .facility-block__detail-btn {
  margin-top: 4.6rem;
  width: 100%;
  height: 8rem;
  background: #0c1964;
  color: #fff;
  display: grid;
  place-content: center;
  font-size: 3rem;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  #top .facility .facility-block__detail-btn {
    height: 10.8rem;
    font-size: 3.6rem;
  }
}
#top .facility .facility-block__detail-btn::before {
  content: "";
  width: 3.6rem;
  height: 3.6rem;
  border-bottom: 0.4rem solid #fff;
  border-right: 0.4rem solid #fff;
  position: absolute;
  top: 50%;
  right: 4rem;
  transform: translateY(calc(-50% - 0.8rem)) rotate(45deg);
  transition: transform 0.4s ease;
}
#top .facility .facility-block__detail-btn.is-active::before {
  transform: translateY(calc(-50% + 0.8rem)) rotate(-135deg);
}
#top .facility .facility-block__contents {
  padding: 5rem;
  background: #e9ebf1;
  display: none;
}
@media (max-width: 767px) {
  #top .facility .facility-block__contents {
    padding: 7rem 4rem;
  }
}
#top .facility .facility-block__items {
  display: flex;
  flex-direction: column;
  row-gap: 5rem;
}
@media (max-width: 767px) {
  #top .facility .facility-block__items {
    row-gap: 7.4rem;
  }
}
#top .facility .facility-block .facility-block-item {
  display: flex;
  column-gap: 3.6rem;
}
@media (max-width: 767px) {
  #top .facility .facility-block .facility-block-item {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  #top .facility .facility-block .facility-block-item__image {
    width: 51.4rem;
  }
}
#top .facility .facility-block .facility-block-item__textarea {
  flex: 1;
  padding-top: 1.2rem;
}
@media (max-width: 767px) {
  #top .facility .facility-block .facility-block-item__textarea {
    padding: 0;
    margin-top: 2.4rem;
  }
}
#top .facility .facility-block .facility-block-item__title h4 {
  font-size: 3rem;
  line-height: 1.4666666667;
  font-weight: bold;
}
#top .facility .facility-block .facility-block-item__text {
  margin-top: 2rem;
  text-align: justify;
}
@media (max-width: 767px) {
  #top .facility .facility-block .facility-block-item__text {
    margin-top: 1.8rem;
  }
}
#top .prize {
  padding-block: 10rem 12.6rem;
  color: #fff;
  background-image: url(../img/prize/prize-bg.jpg);
  background-size: cover;
  background-position: 50% 100%;
}
@media (max-width: 767px) {
  #top .prize {
    padding-block: 8rem 7rem;
  }
}
#top .prize__title {
  text-align: center;
}
#top .prize__title h2 {
  font-size: 4.12rem;
  line-height: 1.512195122;
}
#top .prize__contents {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  #top .prize__contents {
    margin-top: 4.8rem;
  }
}
#top .prize__award {
  width: 106.8rem;
}
@media (max-width: 767px) {
  #top .prize__award {
    width: 67.2rem;
  }
}
#top .prize__text {
  text-align: center;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  #top .prize__text {
    margin-top: 3rem;
  }
}
#top .prize__text p {
  font-size: 3rem;
  line-height: 2;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media (max-width: 767px) {
  #top .prize__text p {
    font-size: 2.4rem;
    line-height: 2.5;
  }
}
#top .prize__image {
  width: 98.8rem;
  background: rgba(255, 255, 255, 0.9);
  padding: 2.1rem 5.8rem 3.6rem;
  margin-top: 6.8rem;
}
@media (max-width: 767px) {
  #top .prize__image {
    width: 67.2rem;
    padding: 1.4rem 3.9rem 2.4rem;
    margin-top: 5.4rem;
  }
}
#top .history {
  padding-block: 25.8rem 13rem;
}
@media (max-width: 767px) {
  #top .history {
    padding-block: 14.6rem;
  }
}
#top .history__item {
  font-size: 3rem;
  line-height: 1.6;
  padding-block: 4.5rem;
  border-bottom: 0.1rem solid #e8b54e;
  display: flex;
  column-gap: 6.6rem;
}
@media (max-width: 767px) {
  #top .history__item {
    font-size: 2.4rem;
    line-height: 1.5;
    padding-block: 5rem;
    column-gap: 5.5rem;
  }
}
#top .history__item:first-of-type {
  border-top: 0.1rem solid #e8b54e;
}
#top .history__item dt {
  color: #e8b54e;
}
#top .history__item dd {
  flex: 1;
}
#top .price {
  padding-block: 9rem 11rem;
  background: #f4f5f8;
}
#top .price__title {
  text-align: center;
}
#top .price__title h2 {
  font-size: 4.12rem;
  line-height: 1.512195122;
}
#top .price__contents {
  margin-top: 7.6rem;
}
@media (max-width: 767px) {
  #top .price__contents {
    margin-top: 4.8rem;
  }
}
#top .price .price-block {
  display: flex;
  column-gap: 3.2rem;
}
@media (max-width: 767px) {
  #top .price .price-block {
    flex-direction: column;
    row-gap: 3.6rem;
  }
}
@media (min-width: 768px) {
  #top .price .price-block__image-area {
    width: 46.6rem;
    display: flex;
    flex-direction: column;
    row-gap: 2.4rem;
  }
}
@media (max-width: 767px) {
  #top .price .price-block__image-area .slide-arrow {
    width: 6rem;
    height: 6rem;
  }
}
#top .price .price-block__image img {
  aspect-ratio: 467/375;
  object-fit: cover;
}
#top .price .price-block__textarea {
  flex: 1;
}
@media (min-width: 768px) {
  #top .price .price-block__textarea {
    padding-top: 2.4rem;
  }
}
#top .price .price-block__category {
  display: flex;
  column-gap: 1rem;
}
#top .price .price-block__category p {
  font-size: 2.4rem;
  line-height: 1;
  padding: 0.9rem 2.9rem;
  border-radius: 3rem;
  color: #fff;
}
#top .price .price-block__category p.bg-water {
  background: #4295e3;
}
#top .price .price-block__category p.bg-orange {
  background: #eaac28;
}
#top .price .price-block__name {
  margin-top: 1.8rem;
}
#top .price .price-block__name p {
  font-size: 3.6rem;
  line-height: 1.3333333333;
}
#top .price .price-block__items {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1rem;
}
#top .price .price-block .c-price-heading {
  height: 4.1rem;
  background: #0c1964;
  color: #fff;
  display: grid;
  place-content: center;
}
#top .price .price-block .c-price-heading p {
  font-size: 2.4rem;
  line-height: 1;
}
#top .price .price-block .c-price-heading p span {
  font-size: 1.8rem;
  line-height: 1.3333333333;
}
#top .price .price-block .price-block-item__price {
  text-align: center;
}
#top .price .price-block .price-block-item__price p {
  font-size: 4rem;
}
#top .price .price-block .price-block-item__price p span {
  font-size: 6rem;
}
@media (max-width: 767px) {
  #top .price .price-block__anno {
    margin-top: 1rem;
  }
}
#top .price .price-block__anno p {
  line-height: 1.4444444444;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  #top .price .price-block__anno p {
    font-size: 2rem;
  }
}
#top .price .price-block__specification {
  margin-top: 3rem;
}
#top .price .price-block__specification ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 2.7rem;
}
#top .price .price-block__specification ul li {
  font-size: 2rem;
  line-height: 1.5;
  height: 8.4rem;
  border: 0.1rem solid #c5c5c5;
  display: grid;
  place-content: center;
  text-align: center;
}
@media (max-width: 767px) {
  #top .price .price-block__specification ul li {
    height: 10rem;
    font-size: 2.4rem;
  }
}
#top .model-house {
  padding-block: 5rem 11rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  #top .model-house {
    padding-block: 8rem 13rem;
  }
}
#top .model-house__title {
  text-align: center;
}
#top .model-house__title h2 {
  font-size: 5.32rem;
  line-height: 1.7358490566;
}
@media (max-width: 767px) {
  #top .model-house__title h2 {
    font-size: 4.8rem;
    line-height: 1.375;
  }
}
#top .model-house__description {
  text-align: center;
  margin-top: 1.4rem;
}
@media (max-width: 767px) {
  #top .model-house__description {
    text-align: justify;
    margin-top: 3rem;
  }
}
#top .model-house__description p {
  font-size: 2.4rem;
  line-height: 2;
}
#top .model-house__contents {
  margin-top: 7.6rem;
}
@media (max-width: 767px) {
  #top .model-house__contents {
    margin-top: 7rem;
  }
}
#top .model-house__supervision {
  text-align: center;
}
#top .model-house__supervision p {
  display: inline-block;
  font-size: 2.4rem;
  line-height: 1;
  padding: 1.3rem 2.8rem;
  background: #000;
  color: #fff;
}
@media (max-width: 767px) {
  #top .model-house__supervision p {
    font-size: 2.8rem;
    padding: 1.6rem 3.3rem;
  }
}
#top .model-house__name {
  text-align: center;
  margin-top: 1.4rem;
}
@media (max-width: 767px) {
  #top .model-house__name {
    margin-top: 2rem;
  }
}
#top .model-house__name p {
  font-size: 3.6rem;
  line-height: 1.7222222222;
}
@media (max-width: 767px) {
  #top .model-house__name p {
    font-size: 4.2rem;
  }
}
#top .model-house__name p span {
  font-size: 4.2rem;
  line-height: 1.4761904762;
  color: #eaac28;
}
@media (max-width: 767px) {
  #top .model-house__name p span {
    font-size: 4.9rem;
  }
}
#top .model-house__gallery {
  margin-top: 4rem;
}
#top .floor-plan {
  padding-block: 25rem 12rem;
  background: #f7f1d7;
  color: #543d14;
  position: relative;
}
@media (max-width: 767px) {
  #top .floor-plan {
    padding-block: 24rem 12rem;
  }
}
#top .floor-plan__title {
  width: 26.2rem;
  height: 26.2rem;
  background: #543d14;
  border-radius: 50%;
  display: grid;
  place-content: center;
  position: absolute;
  bottom: calc(100% + 2.4rem);
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  #top .floor-plan__title {
    bottom: calc(100% + 3.4rem);
  }
}
#top .floor-plan__title h2 {
  font-size: 3rem;
  color: #fff;
  font-weight: bold;
}
#top .floor-plan__text {
  text-align: center;
}
#top .floor-plan__text p {
  font-size: 2.6rem;
  line-height: 1.8461538462;
}
#top .floor-plan__anno {
  margin-top: 6rem;
  text-align: center;
}
#top .floor-plan__anno p {
  font-size: 3.6rem;
  color: #edb200;
  font-weight: bold;
}
#top .floor-plan__images {
  margin-top: 4rem;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 767px) {
  #top .floor-plan__images {
    margin-top: 2rem;
    flex-direction: column;
    row-gap: 6.6rem;
  }
}
#top .floor-plan__check-point {
  width: 38rem;
  position: absolute;
  bottom: 2rem;
  left: 15rem;
}
#top .floor-plan__image-area {
  position: relative;
}
#top .floor-plan__image-area.floor-plan-image-area01 {
  width: 60rem;
}
@media (max-width: 767px) {
  #top .floor-plan__image-area.floor-plan-image-area01 {
    margin-left: 3.5rem;
  }
}
#top .floor-plan__image-area.floor-plan-image-area02 {
  width: 57rem;
  margin-top: 1.2rem;
}
@media (max-width: 767px) {
  #top .floor-plan__image-area.floor-plan-image-area02 {
    margin-top: 0;
    margin-left: 3.5rem;
  }
}
#top .floor-plan__point-area {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#top .floor-plan__point-area .point-circle {
  width: 4.3rem;
  height: 4.3rem;
  background: #edb200;
  border-radius: 50%;
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  display: grid;
  place-content: center;
  position: absolute;
}
#top .floor-plan__point-area .point-circle.point-circle01 {
  top: 6rem;
  right: 9rem;
}
#top .floor-plan__point-area .point-circle.point-circle02 {
  top: 31.6rem;
  right: 25.8rem;
}
#top .floor-plan__point-area .point-circle.point-circle03 {
  top: 15.8rem;
  left: 10.5rem;
}
#top .floor-plan__point-area .point-circle.point-circle04-1 {
  top: 28.6rem;
  left: 2.6rem;
}
#top .floor-plan__point-area .point-circle.point-circle04-2 {
  bottom: 16.2rem;
  left: 2.3rem;
}
#top .floor-plan__point-area .point-circle.point-circle05 {
  top: 1.7rem;
  left: 27.9rem;
}
#top .floor-plan__point-area .point-circle.point-circle06 {
  bottom: 19.3rem;
  left: 18.5rem;
}
@media (min-width: 768px) {
  #top .floor-plan__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 5.4rem;
    row-gap: 4rem;
    margin-top: 6rem;
  }
}
@media (max-width: 767px) {
  #top .floor-plan__items {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: auto;
    overscroll-behavior: none;
    opacity: 0;
    visibility: hidden;
    /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
    -ms-overflow-style: none;
    /*Firefoxへの対応*/
    scrollbar-width: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    /*Google Chrome、Safariへの対応*/
  }
  #top .floor-plan__items::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  #top .floor-plan__items.is-active {
    opacity: 1;
    visibility: visible;
  }
}
#top .floor-plan__items .modal-close {
  width: 7.6rem;
  height: 7.6rem;
  position: absolute;
  top: 3rem;
  right: 3rem;
}
#top .floor-plan__items .modal-close span {
  width: 100%;
  height: 0.4rem;
  background: #0b0b0b;
  position: absolute;
  top: 50%;
  left: 50%;
}
#top .floor-plan__items .modal-close span:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
#top .floor-plan__items .modal-close span:nth-of-type(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (max-width: 767px) {
  #top .floor-plan__item-wrap {
    width: 100%;
    height: calc(100% + 0.1rem);
    align-items: center;
    background: rgba(255, 255, 255, 0.9);
    padding-inline: 4rem;
    display: none;
  }
}
@media (max-width: 767px) {
  #top .floor-plan__item-wrap.is-active {
    display: flex;
  }
}
#top .floor-plan .floor-plan-item__head {
  display: flex;
  column-gap: 1rem;
  align-items: center;
}
#top .floor-plan .floor-plan-item__num {
  width: 4.3rem;
  height: 4.3rem;
  background: #edb200;
  border-radius: 50%;
  color: #fff;
  font-size: 2.6rem;
  line-height: 1;
  font-weight: bold;
  display: grid;
  place-content: center;
}
@media (max-width: 767px) {
  #top .floor-plan .floor-plan-item__num {
    width: 4.8rem;
    height: 4.8rem;
    font-size: 2.9rem;
  }
}
#top .floor-plan .floor-plan-item__name p {
  font-size: 3rem;
  line-height: 1.4333333333;
}
@media (max-width: 767px) {
  #top .floor-plan .floor-plan-item__name p {
    font-size: 3.4rem;
  }
}
#top .floor-plan .floor-plan-item__image {
  margin-top: 1.4rem;
  box-shadow: 0.6rem 0.6rem 0.6rem rgba(10, 2, 4, 0.35);
}
#top .floor-plan .floor-plan-item__text {
  margin-top: 1.6rem;
  text-align: justify;
}
#top .floor-plan .floor-plan-item__text p {
  font-size: 2rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  #top .floor-plan .floor-plan-item__text p {
    font-size: 2.2rem;
  }
}
#top .overview {
  padding-block: 13rem 6.5rem;
}
@media (max-width: 767px) {
  #top .overview {
    padding-block: 9rem 5rem;
  }
}
@media (min-width: 768px) {
  #top .overview .inner {
    width: 65rem;
  }
}
#top .overview__title {
  text-align: center;
}
#top .overview__title h2 {
  font-size: 3rem;
}
@media (max-width: 767px) {
  #top .overview__title h2 {
    font-size: 3.5rem;
  }
}
#top .overview__contents {
  margin-top: 4.2rem;
}
@media (max-width: 767px) {
  #top .overview__contents {
    margin-top: 3.2rem;
  }
}
#top .overview__items dl {
  line-height: 1.5;
  padding-block: 3.1rem;
  display: flex;
  border-bottom: 0.1rem solid #543d14;
}
@media (max-width: 767px) {
  #top .overview__items dl {
    font-size: 2.2rem;
  }
}
#top .overview__items dl:first-of-type {
  border-top: 0.1rem solid #543d14;
}
#top .overview__items dl dt {
  width: 13.6rem;
  padding-inline: 3rem;
}
@media (max-width: 767px) {
  #top .overview__items dl dt {
    width: 16.6rem;
  }
}
#top .overview__items dl dd {
  flex: 1;
  padding-inline: 3rem 2rem;
}
#top .access {
  padding-block: 6.5rem 0;
}
@media (max-width: 767px) {
  #top .access {
    padding-block: 5rem 0;
  }
}
#top .access__title {
  text-align: center;
}
#top .access__title h2 {
  font-size: 3rem;
}
@media (max-width: 767px) {
  #top .access__title h2 {
    font-size: 3.5rem;
  }
}
#top .access__contents {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  #top .access__contents {
    margin-top: 3.2rem;
  }
}
#top .access__map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 2000/555;
}
@media (max-width: 767px) {
  #top .access__map iframe {
    aspect-ratio: 750/404;
  }
}
#top .please {
  padding-top: 5rem;
  background: #0c1964;
  color: #fff;
  text-align: center;
  margin-bottom: -1rem;
}
@media (max-width: 767px) {
  #top .please {
    padding-block: 5rem 1.6rem;
  }
}
#top .please p {
  font-size: 5.32rem;
  line-height: 1.4;
}/*# sourceMappingURL=style.css.map */