@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
/* CSS Document */
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

ol, ul {
  list-style: none;
}

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

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

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

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

/* --------------------------------
common
----------------------------------- */
html {
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
  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;
  color: #3d3d3d;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  body {
    font-size: 2.8rem;
  }
}

#container {
  width: 100%;
}

.main {
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .main {
    margin-top: 12rem;
  }
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
/*SVGスプライト用*/
.all_svg {
  display: none;
}

a {
  text-decoration: none;
  color: #3d3d3d;
  transition: all 0.4s;
}

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

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

picture {
  display: block;
  width: 100%;
}

/* --------------------------------
animation
----------------------------------- */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.hinge {
  animation-duration: 2s;
}

@keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* --------------------------------
header
----------------------------------- */
.l-header {
  width: 100%;
  height: 10rem;
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  transition: all 0.8s ease-out;
  border-bottom: 0.1rem solid #7ea0c7;
  padding-left: 2rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .l-header {
    height: 12rem;
    padding-inline: 3rem;
  }
}
.l-header__logo {
  position: relative;
  z-index: 100;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 0.4rem;
  font-weight: 500;
}
.l-header__logo span {
  display: block;
}
.l-header__logo .logo-top-text {
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .l-header__logo .logo-top-text {
    font-size: 1.8rem;
  }
}
.l-header__logo a {
  display: block;
  text-align: center;
}
.l-header__logo a .logo-main-text {
  width: 27rem;
}
@media (max-width: 767px) {
  .l-header__logo a .logo-main-text {
    width: 36rem;
  }
}
.l-header__logo a .logo-sub-text {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  color: #7ea0c7;
}
@media (max-width: 767px) {
  .l-header__logo a .logo-sub-text {
    font-size: 2.2rem;
  }
}
.l-header__logo a .logo-sub-text span {
  font-size: 1rem;
  display: inline-block;
}
@media (max-width: 767px) {
  .l-header__logo a .logo-sub-text span {
    font-size: 1.8rem;
  }
}
@media (any-hover: hover) {
  .l-header__logo a:hover {
    opacity: 0.7;
  }
}
.l-header__sp-right {
  display: flex;
  align-items: center;
  column-gap: 3rem;
  height: 100%;
}
.l-header__sp-tel {
  width: 10rem;
  height: 100%;
  background: #ff7800;
  display: grid;
  place-content: center;
}
.l-header__sp-tel .tel-icon {
  width: 5.6rem;
}
.l-header__hb-btn {
  width: 6.6rem;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 100;
  cursor: pointer;
}
.l-header__hb-btn .hb-inner {
  width: 100%;
  height: 5.1rem;
  position: relative;
}
.l-header__hb-btn .hb-inner span {
  display: block;
  width: 100%;
  height: 0.4rem;
  background: #3d3d3d;
  position: absolute;
  left: 0;
  transition: all 0.4s;
}
.l-header__hb-btn .hb-inner span:nth-of-type(1) {
  top: 0;
}
.l-header__hb-btn .hb-inner span:nth-of-type(2) {
  top: 2.4rem;
}
.l-header__hb-btn .hb-inner span:nth-of-type(3) {
  top: 4.8rem;
}
.l-header__hb-btn.is-open .hb-inner span {
  height: 0.35rem;
}
.l-header__hb-btn.is-open .hb-inner span:nth-of-type(1) {
  top: 2.4rem;
  transform: rotate(45deg);
}
.l-header__hb-btn.is-open .hb-inner span:nth-of-type(2) {
  display: none;
}
.l-header__hb-btn.is-open .hb-inner span:nth-of-type(3) {
  top: 2.4rem;
  transform: rotate(-45deg);
}
@media (min-width: 768px) {
  .l-header__nav {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .l-header__nav {
    width: 100%;
    height: 100vh;
    background: #fff;
    position: fixed;
    top: 0;
    left: 120%;
    overflow: auto;
    overscroll-behavior: none;
    transition: all 0.4s ease-out;
  }
}
@media (max-width: 767px) {
  .l-header__nav.is-open {
    left: 0;
  }
}
@media (min-width: 768px) {
  .l-header__nav-inner {
    display: contents;
  }
}
@media (max-width: 767px) {
  .l-header__nav-inner {
    width: 100%;
    height: calc(100% + 0.5px);
    padding: 22.5rem 2rem 8rem;
  }
}
.l-header__nav-top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .l-header__nav-top {
    justify-content: center;
  }
}
.l-header__tel p {
  display: block;
  font-size: 3.6rem;
  line-height: 1;
  letter-spacing: 0.025em;
  color: #7ea0c7;
  font-weight: bold;
}
.l-header__time {
  margin-left: 1rem;
  color: #7ea0c7;
}
.l-header__time p {
  font-size: 1.4rem;
  line-height: 1.3333333333;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.l-header__contact {
  margin-left: 2rem;
  display: flex;
}
@media (max-width: 767px) {
  .l-header__contact {
    column-gap: 3rem;
  }
}
@media (min-width: 768px) {
  .l-header__nav-bottom {
    flex: 1;
    margin-right: 4.6rem;
  }
}
@media (max-width: 767px) {
  .l-header__nav-bottom {
    margin-top: 6rem;
  }
}
@media (min-width: 768px) {
  .l-header__nav-bottom > ul {
    display: flex;
    justify-content: center;
    column-gap: 4.5rem;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .l-header__nav-bottom > ul {
    border-top: 0.1rem solid #7ea0c7;
  }
}
.l-header__nav-bottom > ul > li {
  position: relative;
}
@media (max-width: 767px) {
  .l-header__nav-bottom > ul > li {
    border-bottom: 0.1rem solid #7ea0c7;
  }
}
.l-header__nav-bottom > ul > li > a {
  display: block;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: bold;
  position: relative;
  padding-block: 0.6rem;
  color: #686868;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .l-header__nav-bottom > ul > li > a {
    width: 100%;
    padding-block: 4.2rem;
    justify-content: center;
    font-size: 3rem;
    color: #7ea0c7;
  }
}
@media (min-width: 768px) {
  .l-header__nav-bottom > ul > li > a::after {
    content: "";
    width: 100%;
    height: 0.3rem;
    background: #7ea0c7;
    position: absolute;
    bottom: 0.6rem;
    left: 50%;
    transform: translateX(-50%);
    clip-path: inset(0 100% 0 0);
    transition: all 0.6s;
  }
}
@media (any-hover: hover) {
  .l-header__nav-bottom > ul > li > a:hover::after {
    clip-path: inset(0);
  }
}
.l-header__nav-bottom > ul > li:has(> .sub-menu) > a {
  padding-right: 2rem;
}
.l-header__nav-bottom > ul > li:has(> .sub-menu) > a::before {
  content: "";
  width: 1.4rem;
  height: 1.1rem;
  background: #3d3d3d;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .l-header__nav-bottom > ul > li:has(> .sub-menu) > a::before {
    width: 2.8rem;
    height: 2.2rem;
    right: 2rem;
    background: #7ea0c7;
  }
}
.l-header__nav-bottom > ul > li:has(> .sub-menu) > a.is-open::before {
  transform: translateY(-50%) rotate(180deg);
}
@media (min-width: 768px) {
  .l-header__nav-bottom > ul > li:has(> .sub-menu) .sub-menu {
    width: 24rem;
    background: #f1f4f7;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
  }
}
@media (max-width: 767px) {
  .l-header__nav-bottom > ul > li:has(> .sub-menu) .sub-menu {
    display: none;
  }
}
@media (min-width: 768px) {
  .l-header__nav-bottom > ul > li:has(> .sub-menu) .sub-menu li:nth-of-type(n+2) {
    border-top: 0.1rem solid #7ea0c7;
  }
}
@media (max-width: 767px) {
  .l-header__nav-bottom > ul > li:has(> .sub-menu) .sub-menu li {
    border-top: 0.1rem solid #7ea0c7;
  }
}
.l-header__nav-bottom > ul > li:has(> .sub-menu) .sub-menu li a {
  display: block;
  padding-block: 1rem;
  text-align: center;
  line-height: 1;
}
@media (max-width: 767px) {
  .l-header__nav-bottom > ul > li:has(> .sub-menu) .sub-menu li a {
    width: 100%;
    padding-block: 4.2rem;
    justify-content: center;
    font-size: 3rem;
    color: #7ea0c7;
  }
}
@media (any-hover: hover) and (min-width: 768px) {
  .l-header__nav-bottom > ul > li:has(> .sub-menu):hover .sub-menu {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .l-header__nav-bottom > ul > li.current-menu-item > a::after {
    clip-path: inset(0);
  }
}

/* --------------------------------
footer
----------------------------------- */
@media (max-width: 767px) {
  .l-footer {
    margin-bottom: 11.3rem;
  }
}
.l-footer__main {
  padding: 6rem 4rem 4rem;
}
@media (max-width: 767px) {
  .l-footer__main {
    padding: 7rem 0 5rem;
  }
}
.l-footer__main .inner {
  display: flex;
  align-items: flex-start;
  position: relative;
  column-gap: 9.6rem;
}
@media (min-width: 768px) {
  .l-footer__main .inner {
    max-width: 1400px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .l-footer__main .inner {
    flex-direction: column;
    row-gap: 6rem;
  }
}
.l-footer .l-footer-nav {
  line-height: 1.8;
  display: grid;
}
@media (min-width: 768px) {
  .l-footer .l-footer-nav {
    font-size: 1.6rem;
    grid-template-columns: repeat(3, 1fr);
    flex: 1;
  }
}
@media (max-width: 767px) {
  .l-footer .l-footer-nav {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 3rem;
    row-gap: 3rem;
    font-size: 2.57rem;
    padding-inline: 2rem;
  }
}
@media (min-width: 768px) {
  .l-footer .l-footer-nav__group {
    padding-block: 1.5rem;
    padding-left: 4rem;
    border-right: 0.1rem solid #7ea0c7;
  }
}
@media (max-width: 767px) {
  .l-footer .l-footer-nav__group {
    display: contents;
  }
}
@media (min-width: 768px) {
  .l-footer .l-footer-nav__group:first-of-type {
    border-left: 0.1rem solid #7ea0c7;
  }
}
.l-footer .l-footer-nav__group > ul {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
@media (max-width: 767px) {
  .l-footer .l-footer-nav__group > ul {
    display: contents;
  }
}
.l-footer .l-footer-nav__group > ul > li > a {
  font-weight: bold;
}
.l-footer .l-footer-nav__group > ul > li .sub-menu {
  padding-left: 1em;
}
.l-footer .l-footer-nav__group > ul > li a:hover {
  color: #7ea0c7;
}
.l-footer__info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-weight: 500;
}
@media (max-width: 767px) {
  .l-footer__info {
    width: 100%;
    align-items: center;
    padding-top: 4.8rem;
    border-top: 0.1rem solid #3d3d3d;
    font-size: 2.7rem;
  }
}
.l-footer__logo {
  display: block;
  width: 38rem;
}
@media (max-width: 767px) {
  .l-footer__logo {
    width: 60rem;
  }
}
@media (any-hover: hover) {
  .l-footer__logo:hover {
    opacity: 0.7;
  }
}
.l-footer__company {
  text-align: right;
  margin-top: 1.6rem;
}
@media (max-width: 767px) {
  .l-footer__company {
    text-align: center;
    margin-top: 2rem;
  }
}
.l-footer__company h2 {
  font-size: 1.8rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .l-footer__company h2 {
    font-size: 3.6rem;
  }
}
.l-footer__company p {
  font-size: 1.4rem;
  margin-top: 0.4rem;
}
@media (max-width: 767px) {
  .l-footer__company p {
    font-size: 2.8rem;
  }
}
.l-footer__permit {
  text-align: right;
  margin-top: 1.2rem;
}
@media (max-width: 767px) {
  .l-footer__permit {
    text-align: center;
    margin-top: 2rem;
  }
}
.l-footer__permit p {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .l-footer__permit p {
    font-size: 2.2rem;
  }
}
.l-footer__permit p:not(:first-of-type) {
  margin-top: 0.8rem;
}
@media (max-width: 767px) {
  .l-footer__permit p:not(:first-of-type) {
    margin-top: 1.6rem;
  }
}
.l-footer__bottom {
  width: 100%;
  height: 6.4rem;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
  border-top: 0.1rem solid #3d3d3d;
  font-size: 1.4rem;
  padding-inline: 10rem;
}
@media (max-width: 767px) {
  .l-footer__bottom {
    height: initial;
    padding: 1rem 4rem;
    font-size: 2.2rem;
    display: flex;
    flex-direction: column;
    align-items: initial;
    row-gap: 1rem;
  }
}
.l-footer__copyright {
  text-align: center;
}

/* --------------------------------
mv
----------------------------------- */
.l-top-mv {
  position: relative;
}
@media (min-width: 768px) {
  .l-top-mv {
    padding-inline: 2.125vw;
  }
}
.l-top-mv__images .slick-dots {
  width: 100%;
  display: flex;
  justify-content: center;
  column-gap: 1.2rem;
  position: absolute;
  bottom: -3rem;
  left: 0;
}
@media (max-width: 767px) {
  .l-top-mv__images .slick-dots {
    column-gap: 1rem;
    bottom: -3rem;
  }
}
.l-top-mv__images .slick-dots li button {
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  display: block;
  background: #acb7c1;
  text-indent: -9999px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .l-top-mv__images .slick-dots li button {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.l-top-mv__images .slick-dots li.slick-active button {
  background: #2c3e50;
}
.l-top-mv__image img {
  aspect-ratio: 2000/1125;
  object-fit: cover;
}
@media (max-width: 767px) {
  .l-top-mv__image img {
    aspect-ratio: 375/550;
  }
}
.l-top-mv__contents {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  row-gap: 6.75vw;
  padding-block: 3.125vw;
}
@media (max-width: 767px) {
  .l-top-mv__contents {
    padding-block: 4rem;
    row-gap: 4rem;
  }
}
.l-top-mv__catch {
  width: 100%;
  height: 10.5vw;
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  row-gap: 1.875vw;
  opacity: 0;
  transform: scale(0);
  animation: catch-move 1.5s ease-in-out 1.2s normal both;
}
@media (max-width: 767px) {
  .l-top-mv__catch {
    height: 26rem;
    row-gap: 3rem;
  }
}
@keyframes catch-move {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.l-top-mv__catch p {
  font-size: 1.5vw;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.025em;
}
@media (max-width: 767px) {
  .l-top-mv__catch p {
    font-size: 3.2rem;
  }
}
.l-top-mv__catch p span {
  color: #ac1212;
}
.l-top-mv__catch h2 {
  width: 42.8125vw;
  position: relative;
}
@media (max-width: 767px) {
  .l-top-mv__catch h2 {
    width: 64rem;
  }
}
.l-top-mv__catch h2 svg {
  fill: #000;
}
.l-top-mv__catch h2::before {
  content: "ずっと";
  color: #000;
  font-size: 0.875vw;
  font-weight: 400;
  letter-spacing: 0.4em;
  position: absolute;
  bottom: 100%;
  left: 7.5vw;
}
@media (max-width: 767px) {
  .l-top-mv__catch h2::before {
    font-size: 2rem;
    left: 10rem;
  }
}
.l-top-mv__bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  opacity: 0;
  animation: fade-in-mvb 1.2s ease-in-out 3s normal both;
  padding-inline: 4vw;
}
@media (max-width: 767px) {
  .l-top-mv__bottom {
    flex-direction: column;
    align-items: center;
    row-gap: 3rem;
    padding-inline: 2rem;
  }
}
@keyframes fade-in-mvb {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.l-top-mv .l-top-mv-performance {
  position: relative;
}
@media (max-width: 767px) {
  .l-top-mv .l-top-mv-performance {
    width: 100%;
    padding: 3rem;
  }
}
.l-top-mv .l-top-mv-performance__items {
  display: flex;
  margin-top: 1.125vw;
  column-gap: 1.6666666667vw;
}
@media (max-width: 767px) {
  .l-top-mv .l-top-mv-performance__items {
    margin-top: 2rem;
    column-gap: 2rem;
    justify-content: center;
  }
}
.l-top-mv .l-top-mv-performance .l-top-mv-performance-item {
  width: 9.25vw;
  height: 9.25vw;
  background-image: url(../img/top/mv/mv-performance-bg.png);
  background-size: contain;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 1.75vw;
  color: #fff;
}
@media (max-width: 767px) {
  .l-top-mv .l-top-mv-performance .l-top-mv-performance-item {
    width: 21rem;
    height: 21rem;
    padding-top: 4rem;
  }
}
.l-top-mv .l-top-mv-performance .l-top-mv-performance-item__name p {
  font-size: 1vw;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media (max-width: 767px) {
  .l-top-mv .l-top-mv-performance .l-top-mv-performance-item__name p {
    font-size: 2.6rem;
  }
}
.l-top-mv .l-top-mv-performance .l-top-mv-performance-item__num {
  margin-top: 0.5vw;
}
@media (max-width: 767px) {
  .l-top-mv .l-top-mv-performance .l-top-mv-performance-item__num {
    margin-top: 1rem;
  }
}
.l-top-mv .l-top-mv-performance .l-top-mv-performance-item__num p {
  font-weight: bold;
  line-height: 1;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
}
.l-top-mv .l-top-mv-performance .l-top-mv-performance-item__num p.u-font-64vw {
  font-size: 4.125vw;
}
@media (max-width: 767px) {
  .l-top-mv .l-top-mv-performance .l-top-mv-performance-item__num p.u-font-64vw {
    font-size: 8rem;
  }
}
.l-top-mv .l-top-mv-performance .l-top-mv-performance-item__num p.u-font-48vw {
  font-size: 3vw;
}
@media (max-width: 767px) {
  .l-top-mv .l-top-mv-performance .l-top-mv-performance-item__num p.u-font-48vw {
    font-size: 6.4rem;
  }
}
.l-top-mv .l-top-mv-performance .l-top-mv-performance-item__text {
  font-size: 0.75vw;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media (max-width: 767px) {
  .l-top-mv .l-top-mv-performance .l-top-mv-performance-item__text {
    font-size: 2rem;
  }
}
.l-top-mv .l-top-mv-performance .l-top-mv-performance-item__text p.unit {
  font-size: 0.9375vw;
}
@media (max-width: 767px) {
  .l-top-mv .l-top-mv-performance .l-top-mv-performance-item__text p.unit {
    font-size: 2.4rem;
  }
}
.l-top-mv .l-top-mv-information {
  width: 54.375vw;
}
@media (max-width: 767px) {
  .l-top-mv .l-top-mv-information {
    width: 100%;
    overflow: hidden;
    display: flex;
    column-gap: 4rem;
  }
}
.l-top-mv .l-top-mv-information .l-top-mv-information-item {
  background: #fff;
  display: flex;
  align-items: center;
  column-gap: 0.875vw;
  padding: 0.75vw 1.5vw;
  border-radius: 1.875vw;
  font-weight: 500;
  letter-spacing: 0.1em;
  border: 0.2rem solid #fff;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .l-top-mv .l-top-mv-information .l-top-mv-information-item {
    padding: 2rem 3rem;
    border-radius: 4rem;
    width: 140rem;
    animation: slide_left 20s linear infinite;
    flex: 0 0 140rem;
    column-gap: 1.4rem;
  }
}
@keyframes slide_left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-144rem);
  }
}
.l-top-mv .l-top-mv-information .l-top-mv-information-item__date {
  font-size: 0.9375vw;
  color: #7ea0c7;
}
@media (max-width: 767px) {
  .l-top-mv .l-top-mv-information .l-top-mv-information-item__date {
    font-size: 2.6rem;
  }
}
.l-top-mv .l-top-mv-information .l-top-mv-information-item__title {
  flex: 1;
}
.l-top-mv .l-top-mv-information .l-top-mv-information-item__title h3 {
  font-size: 1vw;
  font-weight: 500;
}
@media (max-width: 767px) {
  .l-top-mv .l-top-mv-information .l-top-mv-information-item__title h3 {
    font-size: 2.8rem;
  }
}
.l-top-mv .l-top-mv-information .l-top-mv-information-item__more p {
  width: 6.25vw;
  height: 1.75vw;
  background: #3d3d3d;
  border-radius: 1.25vw;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.375vw;
  font-size: 0.875vw;
  font-weight: 500;
  color: #fff;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .l-top-mv .l-top-mv-information .l-top-mv-information-item__more p {
    width: 16rem;
    height: 4rem;
    border-radius: 2rem;
    font-size: 2.4rem;
  }
}
.l-top-mv .l-top-mv-information .l-top-mv-information-item__more p .more-arrow {
  width: 0.625vw;
  height: 0.625vw;
  border-top: 0.125vw solid #fff;
  border-right: 0.125vw solid #fff;
  transform: rotate(45deg);
}
@media (any-hover: hover) {
  .l-top-mv .l-top-mv-information .l-top-mv-information-item:hover {
    border-color: #7ea0c7;
  }
  .l-top-mv .l-top-mv-information .l-top-mv-information-item:hover .l-top-mv-information-item__more p {
    background: #7ea0c7;
  }
}

.l-child-mv {
  position: relative;
  margin-top: 1.6rem;
}
.l-child-mv h1 {
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  padding-block: 1.8rem;
  position: relative;
}
@media (max-width: 767px) {
  .l-child-mv h1 {
    font-size: 4.8rem;
  }
}
.l-child-mv h1::before {
  content: "";
  width: 13.5rem;
  height: 0.2rem;
  background: #7ea0c7;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleY(0.5);
}
@media (max-width: 767px) {
  .l-child-mv h1::before {
    height: 0.4rem;
    width: 16rem;
  }
}

/* --------------------------------
grid
----------------------------------- */
.l-grid-p3s1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 3rem;
  row-gap: 5rem;
}
@media (max-width: 767px) {
  .l-grid-p3s1 {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 6rem;
  }
}

/* --------------------------------
contact-banner
----------------------------------- */
.contact-banner {
  padding-block: 5.2rem 7.2rem;
  background: #7ea0c7;
  color: #fff;
  font-weight: 500;
}
.contact-banner__text {
  text-align: center;
}
.contact-banner__text p {
  font-size: 4rem;
}
.contact-banner__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 3rem;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .contact-banner__items {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 2rem;
  }
}
.contact-banner__item {
  height: 10rem;
  display: grid;
  place-content: center;
  border: 0.3rem solid #fff;
  border-radius: 2rem;
}
.contact-banner__item p {
  font-size: 2.6rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .contact-banner__item p {
    font-size: 3.6rem;
  }
}
.contact-banner__links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 4.6rem;
}
@media (max-width: 767px) {
  .contact-banner__links {
    flex-direction: column;
    row-gap: 3rem;
  }
}
.contact-banner__tel {
  text-align: center;
}
.contact-banner__tel p {
  font-size: 1.4rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .contact-banner__tel p {
    font-size: 2.6rem;
  }
}
.contact-banner__tel p a {
  font-size: 6.3rem;
  font-family: "Roboto Condensed", sans-serif;
  color: #fff;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .contact-banner__tel p a {
    pointer-events: none;
  }
}
@media (max-width: 767px) {
  .contact-banner__tel p a {
    font-size: 7.8rem;
  }
}
.contact-banner__tel p span {
  font-size: 1.9rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .contact-banner__tel p span {
    font-size: 2.8rem;
  }
}

/* --------------------------------
breadcrumbs
----------------------------------- */
.l-breadcrumbs {
  padding-block: 1.7rem;
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .l-breadcrumbs {
    padding-block: 2rem;
    font-size: 2.4rem;
  }
}
.l-breadcrumbs a {
  border-bottom: 0.1rem solid transparent;
  transition: all 0.4s;
}
@media (any-hover: hover) {
  .l-breadcrumbs a:hover {
    border-bottom-color: #7ea0c7;
  }
}

/* --------------------------------
l-archive-tab
----------------------------------- */
.l-archive-tab {
  margin-bottom: 5rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .l-archive-tab {
    margin-bottom: 6rem;
  }
}

/* --------------------------------
reserve-banner
----------------------------------- */
.l-reserve-banner {
  position: relative;
  padding-block: 4.2rem;
  background: #7ea0c7;
  color: #fff;
}
.l-reserve-banner .inner {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .l-reserve-banner .inner {
    width: 100rem;
  }
}
@media (max-width: 767px) {
  .l-reserve-banner .inner {
    flex-direction: column;
    row-gap: 4rem;
  }
}
.l-reserve-banner__tel {
  flex: 1;
  text-align: center;
}
.l-reserve-banner__tel p {
  font-size: 1.4rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .l-reserve-banner__tel p {
    font-size: 2.6rem;
  }
}
.l-reserve-banner__tel p:first-of-type {
  font-size: 1.8rem;
  margin-bottom: 0.6rem;
}
@media (max-width: 767px) {
  .l-reserve-banner__tel p:first-of-type {
    font-size: 3rem;
  }
}
.l-reserve-banner__tel p a {
  font-size: 6.3rem;
  font-family: "Roboto Condensed", sans-serif;
  color: #fff;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media (min-width: 768px) {
  .l-reserve-banner__tel p a {
    pointer-events: none;
  }
}
@media (max-width: 767px) {
  .l-reserve-banner__tel p a {
    font-size: 7.8rem;
  }
}
.l-reserve-banner__tel p span {
  font-size: 1.9rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .l-reserve-banner__tel p span {
    font-size: 2.8rem;
  }
}
.l-reserve-banner__link {
  flex: 1;
  display: flex;
  justify-content: center;
}

/* --------------------------------
button
----------------------------------- */
.c-common-btn01 {
  width: 15rem;
  height: 5.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1rem;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
  position: relative;
  transition: all 0.4s;
  color: #fff;
}
@media (max-width: 767px) {
  .c-common-btn01 {
    width: 24rem;
    height: 8rem;
    font-size: 3.4rem;
  }
}
.c-common-btn01 .btn-icon {
  display: block;
}
.c-common-btn01 .btn-icon svg {
  fill: #fff;
  font-size: 0;
  transition: all 0.4s;
}
.c-common-btn01.u-btn-blue {
  background: #7ea0c7;
  border: 0.2rem solid #7ea0c7;
}
.c-common-btn01.u-btn-blue .btn-icon {
  width: 2.2rem;
  margin-top: 0.3rem;
}
@media (max-width: 767px) {
  .c-common-btn01.u-btn-blue .btn-icon {
    width: 3.4rem;
    margin-top: 0.4rem;
  }
}
@media (any-hover: hover) {
  .c-common-btn01.u-btn-blue:hover {
    background: #fff;
    color: #7ea0c7;
  }
  .c-common-btn01.u-btn-blue:hover .btn-icon svg {
    fill: #7ea0c7;
  }
}
.c-common-btn01.u-btn-red {
  background: #ac1212;
  border: 0.2rem solid #ac1212;
}
.c-common-btn01.u-btn-red .btn-icon {
  width: 2rem;
}
@media (max-width: 767px) {
  .c-common-btn01.u-btn-red .btn-icon {
    width: 3rem;
  }
}
@media (any-hover: hover) {
  .c-common-btn01.u-btn-red:hover {
    background: #fff;
    color: #ac1212;
  }
  .c-common-btn01.u-btn-red:hover .btn-icon svg {
    fill: #ac1212;
  }
}

.c-common-arrow-btn {
  width: 28rem;
  height: 5.8rem;
  border-radius: 4.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  position: relative;
  transition: all 0.4s;
  background: #fff;
  color: #3d3d3d;
  box-shadow: inset 0 0 0.2rem #3d3d3d;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .c-common-arrow-btn {
    width: 50rem;
    height: 9rem;
    font-size: 3.2rem;
  }
}
.c-common-arrow-btn .arrow-right {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  border-top: 0.3rem solid #3d3d3d;
  border-right: 0.3rem solid #3d3d3d;
  position: absolute;
  top: 50%;
  right: 2.4rem;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .c-common-arrow-btn .arrow-right {
    width: 1.8rem;
    height: 1.8rem;
    border-top-width: 0.4rem;
    border-right-width: 0.4rem;
    right: 4rem;
  }
}
.c-common-arrow-btn .arrow-bottom {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  border-bottom: 0.3rem solid #3d3d3d;
  border-right: 0.3rem solid #3d3d3d;
  position: absolute;
  top: 50%;
  right: 2.4rem;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .c-common-arrow-btn .arrow-bottom {
    width: 1.8rem;
    height: 1.8rem;
    border-bottom-width: 0.4rem;
    border-right-width: 0.4rem;
    right: 4rem;
  }
}
@media (any-hover: hover) {
  .c-common-arrow-btn:hover {
    background: #3d3d3d;
    color: #fff;
  }
  .c-common-arrow-btn:hover .arrow-right {
    border-top-color: #fff;
    border-right-color: #fff;
  }
}
.c-common-arrow-btn[data-mod=top-about] {
  background: #7ea0c7;
  color: #fff;
  box-shadow: inset 0 0 0.2rem #7ea0c7;
}
@media (min-width: 768px) {
  .c-common-arrow-btn[data-mod=top-about] {
    width: 35.4rem;
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .c-common-arrow-btn[data-mod=top-about] {
    width: 56rem;
    font-size: 2.8rem;
  }
}
.c-common-arrow-btn[data-mod=top-about] p span {
  font-size: 2.6rem;
}
@media (max-width: 767px) {
  .c-common-arrow-btn[data-mod=top-about] p span {
    font-size: 4rem;
  }
}
.c-common-arrow-btn[data-mod=top-about] .arrow-right {
  border-top-color: #fff;
  border-right-color: #fff;
}
@media (any-hover: hover) {
  .c-common-arrow-btn[data-mod=top-about]:hover {
    background: #fff;
    color: #7ea0c7;
  }
  .c-common-arrow-btn[data-mod=top-about]:hover .arrow-right {
    border-top-color: #7ea0c7;
    border-right-color: #7ea0c7;
  }
}
.c-common-arrow-btn[data-mod=top-model-house01] {
  border: 0.2rem solid #fff;
}
@media (min-width: 768px) {
  .c-common-arrow-btn[data-mod=top-model-house01] {
    width: 28.5rem;
    height: 7rem;
    box-shadow: none;
    font-size: 2.2rem;
    color: #7ea0c7;
  }
}
.c-common-arrow-btn[data-mod=top-model-house01] .arrow-right {
  border-top-color: #7ea0c7;
  border-right-color: #7ea0c7;
}
@media (any-hover: hover) {
  .c-common-arrow-btn[data-mod=top-model-house01]:hover {
    background: #7ea0c7;
    color: #fff;
  }
  .c-common-arrow-btn[data-mod=top-model-house01]:hover .arrow-right {
    border-top-color: #fff;
    border-right-color: #fff;
  }
}
.c-common-arrow-btn[data-mod=top-model-house02] {
  background: #ac1212;
  color: #fff;
  border: 0.2rem solid #ac1212;
}
@media (min-width: 768px) {
  .c-common-arrow-btn[data-mod=top-model-house02] {
    width: 28.5rem;
    height: 7rem;
    box-shadow: none;
    font-size: 2.2rem;
  }
}
.c-common-arrow-btn[data-mod=top-model-house02] .arrow-right {
  border-top-color: #fff;
  border-right-color: #fff;
}
@media (any-hover: hover) {
  .c-common-arrow-btn[data-mod=top-model-house02]:hover {
    background: #fff;
    color: #ac1212;
  }
  .c-common-arrow-btn[data-mod=top-model-house02]:hover .arrow-right {
    border-top-color: #ac1212;
    border-right-color: #ac1212;
  }
}
.c-common-arrow-btn[data-mod=contact-banner01] {
  box-shadow: none;
  color: #7ea0c7;
  border: 0.2rem solid #fff;
}
@media (min-width: 768px) {
  .c-common-arrow-btn[data-mod=contact-banner01] {
    width: 38.5rem;
    height: 8.6rem;
    font-size: 2.7rem;
  }
}
.c-common-arrow-btn[data-mod=contact-banner01] .link-btn-icon {
  display: block;
  width: 3.8rem;
}
.c-common-arrow-btn[data-mod=contact-banner01] .link-btn-icon svg {
  fill: #7ea0c7;
  transition: all 0.4s;
  font-size: 0;
}
.c-common-arrow-btn[data-mod=contact-banner01] .arrow-right {
  border-top-color: #7ea0c7;
  border-right-color: #7ea0c7;
}
@media (any-hover: hover) {
  .c-common-arrow-btn[data-mod=contact-banner01]:hover {
    background: #7ea0c7;
    color: #fff;
  }
  .c-common-arrow-btn[data-mod=contact-banner01]:hover .link-btn-icon svg {
    fill: #fff;
  }
  .c-common-arrow-btn[data-mod=contact-banner01]:hover .arrow-right {
    border-top-color: #fff;
    border-right-color: #fff;
  }
}
.c-common-arrow-btn[data-mod=contact-banner02] {
  box-shadow: none;
  background: #ac1212;
  color: #fff;
  border: 0.2rem solid #ac1212;
}
@media (min-width: 768px) {
  .c-common-arrow-btn[data-mod=contact-banner02] {
    width: 38.5rem;
    height: 8.6rem;
    font-size: 2.7rem;
  }
}
.c-common-arrow-btn[data-mod=contact-banner02] .link-btn-icon {
  display: block;
  width: 3.4rem;
}
.c-common-arrow-btn[data-mod=contact-banner02] .link-btn-icon svg {
  fill: #fff;
  transition: all 0.4s;
  font-size: 0;
}
.c-common-arrow-btn[data-mod=contact-banner02] .arrow-right {
  border-top-color: #fff;
  border-right-color: #fff;
}
@media (any-hover: hover) {
  .c-common-arrow-btn[data-mod=contact-banner02]:hover {
    background: #fff;
    color: #ac1212;
  }
  .c-common-arrow-btn[data-mod=contact-banner02]:hover .link-btn-icon svg {
    fill: #ac1212;
  }
  .c-common-arrow-btn[data-mod=contact-banner02]:hover .arrow-right {
    border-top-color: #ac1212;
    border-right-color: #ac1212;
  }
}
.c-common-arrow-btn[data-mod=about] {
  box-shadow: none;
  background: #7ea0c7;
  color: #fff;
  border: 0.2rem solid #7ea0c7;
}
@media (min-width: 768px) {
  .c-common-arrow-btn[data-mod=about] {
    width: 25.4rem;
    height: 5.8rem;
    font-size: 1.8rem;
  }
}
.c-common-arrow-btn[data-mod=about] .arrow-right {
  border-top-color: #fff;
  border-right-color: #fff;
  transform: translateY(-50%) rotate(45deg);
}
@media (any-hover: hover) {
  .c-common-arrow-btn[data-mod=about]:hover {
    background: #fff;
    color: #7ea0c7;
  }
  .c-common-arrow-btn[data-mod=about]:hover .arrow-right {
    border-top-color: #7ea0c7;
    border-right-color: #7ea0c7;
  }
}
.c-common-arrow-btn[data-mod=news-blog] {
  background: #fff;
  color: #939fae;
  box-shadow: none;
  border: 0.2rem solid #939fae;
}
@media (min-width: 768px) {
  .c-common-arrow-btn[data-mod=news-blog] {
    width: 55.5rem;
    height: 8rem;
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .c-common-arrow-btn[data-mod=news-blog] {
    width: 32rem;
  }
}
.c-common-arrow-btn[data-mod=news-blog] .arrow-bottom {
  border-bottom-color: #939fae;
  border-right-color: #939fae;
}
@media (min-width: 768px) {
  .c-common-arrow-btn[data-mod=news-blog] .arrow-bottom {
    right: 10rem;
  }
}
.c-common-arrow-btn[data-mod=news-blog].is-current {
  background: #939fae;
  color: #fff;
}
.c-common-arrow-btn[data-mod=news-blog].is-current .arrow-bottom {
  border-bottom-color: #fff;
  border-right-color: #fff;
}
@media (any-hover: hover) {
  .c-common-arrow-btn[data-mod=news-blog]:hover {
    background: #939fae;
    color: #fff;
  }
  .c-common-arrow-btn[data-mod=news-blog]:hover .arrow-bottom {
    border-bottom-color: #fff;
    border-right-color: #fff;
  }
}
.c-common-arrow-btn[data-mod=company-anchor-link] {
  background: #fff;
  color: #939fae;
  box-shadow: none;
  border: 0.2rem solid #939fae;
}
@media (min-width: 768px) {
  .c-common-arrow-btn[data-mod=company-anchor-link] {
    width: 24rem;
    height: 8rem;
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  .c-common-arrow-btn[data-mod=company-anchor-link] {
    width: 32rem;
    padding-right: 3rem;
  }
}
.c-common-arrow-btn[data-mod=company-anchor-link] .arrow-bottom {
  border-bottom-color: #939fae;
  border-right-color: #939fae;
}
@media (min-width: 768px) {
  .c-common-arrow-btn[data-mod=company-anchor-link] .arrow-bottom {
    right: 2rem;
  }
}
@media (max-width: 767px) {
  .c-common-arrow-btn[data-mod=company-anchor-link] .arrow-bottom {
    right: 3rem;
  }
}
@media (any-hover: hover) {
  .c-common-arrow-btn[data-mod=company-anchor-link]:hover {
    background: #939fae;
    color: #fff;
  }
  .c-common-arrow-btn[data-mod=company-anchor-link]:hover .arrow-bottom {
    border-bottom-color: #fff;
    border-right-color: #fff;
  }
}

.c-more-link {
  display: flex;
  justify-content: flex-end;
}
.c-more-link p, .c-more-link a {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  font-weight: 500;
  font-size: 1.6rem;
  color: #7ea0c7;
  border-bottom: 0.1rem solid #7ea0c7;
  padding: 0.2rem 1rem;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .c-more-link p, .c-more-link a {
    height: 8rem;
    font-size: 2.8rem;
  }
}
.c-more-link p .arrow-right, .c-more-link a .arrow-right {
  width: 0.6rem;
  height: 0.6rem;
  border-top: 0.2rem solid #7ea0c7;
  border-right: 0.2rem solid #7ea0c7;
  transform: rotate(45deg);
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .c-more-link p .arrow-right, .c-more-link a .arrow-right {
    width: 1.6rem;
    height: 1.6rem;
    border-top-width: 0.3rem;
    border-right-width: 0.3rem;
  }
}
@media (any-hover: hover) {
  .c-more-link a:hover {
    color: #fff;
    background: #7ea0c7;
  }
  .c-more-link a:hover .arrow-right {
    border-top-color: #fff;
    border-right-color: #fff;
  }
}

.c-post-more {
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .c-post-more {
    margin-top: 10rem;
  }
}
.c-post-more__btn {
  width: 100%;
  height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 2rem;
  font-weight: 500;
  font-size: 3rem;
  color: #fff;
  background: #7ea0c7;
  border: 0.2rem solid #7ea0c7;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .c-post-more__btn {
    height: 10rem;
    font-size: 3.6rem;
    column-gap: 3rem;
  }
}
.c-post-more__btn .more-arrow {
  width: 1.4rem;
  height: 1.4rem;
  border-bottom: 0.3rem solid #fff;
  border-right: 0.3rem solid #fff;
  transform: rotate(45deg);
  transition: all 0.4s;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .c-post-more__btn .more-arrow {
    width: 2rem;
    height: 2rem;
    border-bottom-width: 0.5rem;
    border-right-width: 0.5rem;
  }
}
@media (any-hover: hover) {
  .c-post-more__btn:hover {
    color: #7ea0c7;
    background: #fff;
  }
  .c-post-more__btn:hover .more-arrow {
    border-bottom-color: #7ea0c7;
    border-right-color: #7ea0c7;
  }
}

/* --------------------------------
title
----------------------------------- */
.c-common-sec-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 767px) {
  .c-common-sec-title {
    font-size: 4.4rem;
  }
}
.c-common-sec-title span {
  display: block;
}
.c-common-sec-title .title-en {
  font-size: 1.6rem;
  color: #e0b300;
}
@media (max-width: 767px) {
  .c-common-sec-title .title-en {
    font-size: 2.8rem;
  }
}
.c-common-sec-title[data-color=white] {
  color: #fff;
}
.c-common-sec-title[data-color=white] .title-en {
  color: #fff;
}

/* --------------------------------
item
----------------------------------- */
.feature-reason-item {
  display: flex;
  column-gap: 3.8rem;
  padding: 4.8rem;
  background: #fff;
  box-shadow: 0.4rem 0.4rem 0.6rem rgba(126, 160, 199, 0.4);
}
@media (max-width: 767px) {
  .feature-reason-item {
    flex-direction: column;
    padding: 4rem 3rem;
  }
}
.feature-reason-item__image {
  width: 40rem;
}
@media (max-width: 767px) {
  .feature-reason-item__image {
    width: 100%;
    order: 1;
    margin-top: 1.6rem;
  }
}
.feature-reason-item__image img {
  aspect-ratio: 400/280;
  object-fit: cover;
}
.feature-reason-item__textarea {
  flex: 1;
  padding-top: 0.8rem;
}
@media (max-width: 767px) {
  .feature-reason-item__textarea {
    display: contents;
  }
}
.feature-reason-item__title p {
  font-size: 1.8rem;
  font-weight: bold;
  color: #e0b300;
  padding-left: 4.8rem;
  position: relative;
}
@media (max-width: 767px) {
  .feature-reason-item__title p {
    font-size: 2.6rem;
    padding-left: 5.6rem;
  }
}
.feature-reason-item__title p::before {
  content: "";
  width: 3.8rem;
  height: 0.2rem;
  background: #e0b300;
  position: absolute;
  top: 50%;
  left: 0;
}
@media (max-width: 767px) {
  .feature-reason-item__title p::before {
    width: 4.4rem;
    height: 0.3rem;
  }
}
.feature-reason-item__title h5,
.feature-reason-item__title h3 {
  font-weight: bold;
  color: #7ea0c7;
  font-size: 3rem;
  color: #7ea0c7;
  font-weight: bold;
}
@media (max-width: 767px) {
  .feature-reason-item__title h5,
  .feature-reason-item__title h3 {
    font-size: 3.6rem;
  }
}
.feature-reason-item__text {
  text-align: justify;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .feature-reason-item__text {
    order: 2;
    margin-top: 1.6rem;
  }
}
.feature-reason-item__text p {
  font-size: 1.8rem;
  line-height: 1.6666666667;
}
@media (max-width: 767px) {
  .feature-reason-item__text p {
    font-size: 2.6rem;
  }
}
@media (min-width: 768px) {
  .feature-reason-item[data-mod=model-house] {
    column-gap: 3rem;
    padding: 3rem;
  }
}

.c-event-item {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .c-event-item {
    width: 60rem;
  }
}
.c-event-item__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.c-event-item__card {
  margin-top: 1rem;
  box-shadow: 0.4rem 0.4rem 0.6rem rgba(126, 160, 199, 0.35);
  display: flex;
  flex-direction: column;
}
.c-event-item__image {
  overflow: hidden;
  position: relative;
}
.c-event-item__image img {
  aspect-ratio: 3/2;
  object-fit: cover;
  transition: all 0.4s;
}
.c-event-item__image .pu-icon {
  position: absolute;
  top: 0;
  left: 0;
}
.c-event-item__textarea {
  padding: 1.6rem;
  background: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4444444444;
}
@media (max-width: 767px) {
  .c-event-item__textarea {
    padding: 2rem;
    font-size: 2.6rem;
  }
}
.c-event-item__period {
  display: flex;
  column-gap: 0.8rem;
  font-size: 1.8rem;
  color: #e0b300;
}
@media (max-width: 767px) {
  .c-event-item__period {
    font-size: 3rem;
    column-gap: 1rem;
  }
}
.c-event-item__period .period-icon {
  display: block;
  width: 2rem;
  margin-top: 0.3rem;
}
@media (max-width: 767px) {
  .c-event-item__period .period-icon {
    width: 3.6rem;
  }
}
.c-event-item__title {
  margin-top: 0.6rem;
}
@media (max-width: 767px) {
  .c-event-item__title {
    margin-top: 1rem;
  }
}
.c-event-item__title h3 {
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .c-event-item__title h3 {
    font-size: 3rem;
  }
}
.c-event-item__time {
  margin-top: 0.8rem;
  display: flex;
  column-gap: 0.8rem;
}
@media (max-width: 767px) {
  .c-event-item__time {
    column-gap: 1rem;
    margin-top: 1rem;
  }
}
.c-event-item__time .time-icon {
  display: block;
  width: 1.9rem;
}
@media (max-width: 767px) {
  .c-event-item__time .time-icon {
    width: 3.4rem;
    margin-top: 0.2rem;
  }
}
.c-event-item__place {
  margin-top: 0.6rem;
  display: flex;
  column-gap: 0.8rem;
}
@media (max-width: 767px) {
  .c-event-item__place {
    column-gap: 1rem;
    margin-top: 1rem;
  }
}
.c-event-item__place .place-icon {
  display: block;
  width: 1.3rem;
  margin-left: 0.4rem;
  margin-top: 0.2rem;
}
@media (max-width: 767px) {
  .c-event-item__place .place-icon {
    width: 2.4rem;
    margin-top: 0.3rem;
    margin-left: 0.6rem;
  }
}
.c-event-item__link {
  margin-top: 1.6rem;
}
@media (max-width: 767px) {
  .c-event-item__link {
    margin-top: 2rem;
  }
}
@media (any-hover: hover) {
  .c-event-item:hover .c-event-item__image img {
    transform: scale(1.05);
  }
  .c-event-item:hover .c-more-link p {
    background: #7ea0c7;
    color: #fff;
  }
  .c-event-item:hover .c-more-link p .arrow-right {
    border-top-color: #fff;
    border-right-color: #fff;
  }
}
@media (max-width: 767px) {
  .c-event-item[data-mod=article-event] {
    width: 100%;
  }
}

@media (max-width: 767px) {
  article:has(.c-event-item[data-mod=top-event]) {
    margin-inline: 2rem;
  }
}

.c-works-item {
  display: flex;
  flex-direction: column;
}
.c-works-item__card {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.c-works-item__image img {
  aspect-ratio: 3/2;
  object-fit: cover;
}
.c-works-item__textarea {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.c-works-item__title {
  margin-top: 0.6rem;
}
@media (max-width: 767px) {
  .c-works-item__title {
    margin-top: 1rem;
  }
}
.c-works-item__title h3 {
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .c-works-item__title h3 {
    font-size: 3rem;
  }
}
.c-works-item__tags {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.4rem;
  margin-top: 0.8rem;
  flex: 1;
}
@media (max-width: 767px) {
  .c-works-item__tags {
    column-gap: 2rem;
  }
}
.c-works-item__tags a {
  font-size: 1.4rem;
  color: #969696;
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .c-works-item__tags a {
    font-size: 2.6rem;
  }
}
.c-works-item__tags a:hover {
  color: #e0b300;
}
.c-works-item__voice-customer {
  margin-top: 0.6rem;
}
@media (max-width: 767px) {
  .c-works-item__voice-customer {
    margin-top: 1rem;
  }
}
.c-works-item__voice-customer p {
  font-size: 1.4rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .c-works-item__voice-customer p {
    font-size: 2.6rem;
  }
}
.c-works-item__text {
  text-align: justify;
  margin-top: 0.6rem;
  flex: 1;
}
@media (max-width: 767px) {
  .c-works-item__text {
    margin-top: 1rem;
  }
}
.c-works-item__text p {
  font-size: 1.4rem;
  line-height: 1.4285714286;
}
@media (max-width: 767px) {
  .c-works-item__text p {
    font-size: 2.6rem;
  }
}
.c-works-item__link {
  margin-top: 1.6rem;
  display: flex;
}
@media (max-width: 767px) {
  .c-works-item__link {
    margin-top: 2rem;
  }
}
@media (any-hover: hover) {
  .c-works-item:hover .c-more-link p {
    background: #7ea0c7;
    color: #fff;
  }
  .c-works-item:hover .c-more-link p .arrow-right {
    border-top-color: #fff;
    border-right-color: #fff;
  }
}

@media (max-width: 767px) {
  li[data-mod=sp-slide] {
    margin-inline: 2rem;
  }
}
li[data-mod=all-slide] {
  margin-inline: 1rem;
}
@media (max-width: 767px) {
  li[data-mod=all-slide] {
    margin-inline: 2rem;
  }
}
@media (min-width: 768px) {
  li[data-mod=all-slide] .c-works-item {
    width: 36rem;
  }
}

.c-information-item {
  padding-block: 2.4rem;
  display: flex;
  align-items: center;
  column-gap: 2rem;
  border-bottom: 0.1rem solid #7ea0c7;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .c-information-item {
    padding: 1.4rem 0;
    column-gap: 1rem;
  }
}
.c-information-item:first-of-type {
  border-top: 0.1rem solid #7ea0c7;
}
.c-information-item__textarea {
  flex: 1;
}
.c-information-item__info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 1rem;
}
@media (max-width: 767px) {
  .c-information-item__info {
    column-gap: 2rem;
  }
}
.c-information-item__date {
  font-size: 1.8rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .c-information-item__date {
    font-size: 2.8rem;
  }
}
.c-information-item__title {
  margin-top: 0.4rem;
}
.c-information-item__title h3 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.3;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .c-information-item__title h3 {
    font-size: 2.8rem;
  }
}
.c-information-item .c-circle-arrow {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #7ea0c7;
  display: grid;
  place-content: center;
}
@media (max-width: 767px) {
  .c-information-item .c-circle-arrow {
    width: 4rem;
    height: 4rem;
  }
}
.c-information-item .c-circle-arrow span {
  display: block;
  width: 1.6rem;
  height: 0.2rem;
  background: #fff;
  position: relative;
  transform: scaleY(0.5);
}
@media (max-width: 767px) {
  .c-information-item .c-circle-arrow span {
    width: 2rem;
    height: 0.3rem;
  }
}
.c-information-item .c-circle-arrow span::before {
  content: "";
  width: 1.2rem;
  height: 0.2rem;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(60deg);
  transform-origin: right center;
}
@media (max-width: 767px) {
  .c-information-item .c-circle-arrow span::before {
    width: 1.6rem;
    height: 0.3rem;
  }
}
@media (any-hover: hover) {
  .c-information-item:hover {
    background: #f1f4f7;
  }
}

/* --------------------------------
parts
----------------------------------- */
.tag-icon {
  padding: 0.4rem 0.8rem;
  background: #3d3d3d;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  display: inline-block;
}
@media (max-width: 767px) {
  .tag-icon {
    padding: 0.6rem 1.2rem;
    font-size: 2.4rem;
  }
}

.new-icon {
  padding: 0.4rem 0.8rem;
  background: #e0b300;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 500;
  display: inline-block;
}
@media (max-width: 767px) {
  .new-icon {
    padding: 0.6rem 1.2rem;
    font-size: 2.2rem;
  }
}

.pu-icon {
  padding: 0.6rem 1rem;
  background: #ac1212;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 500;
  display: inline-block;
}
@media (max-width: 767px) {
  .pu-icon {
    padding: 0.8rem 1.4rem;
    font-size: 2.8rem;
  }
}

.c-step-bar__items {
  display: flex;
}
.c-step-bar .c-step-bar-item {
  height: 6rem;
  background: #c5c5c5;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1rem;
  font-size: 1.8rem;
  color: #7ea0c7;
}
@media (max-width: 767px) {
  .c-step-bar .c-step-bar-item {
    height: 10rem;
    flex-direction: column;
    font-size: 2.8rem;
  }
}
.c-step-bar .c-step-bar-item.c-step-bar-item-01 {
  width: 35rem;
  clip-path: polygon(0 0, calc(100% - 1.7rem) 0, 100% 50%, calc(100% - 1.7rem) 100%, 0 100%);
  background: #c2d1e3;
}
@media (max-width: 767px) {
  .c-step-bar .c-step-bar-item.c-step-bar-item-01 {
    width: 27rem;
    clip-path: polygon(0 0, calc(100% - 3rem) 0, 100% 50%, calc(100% - 3rem) 100%, 0 100%);
  }
}
.c-step-bar .c-step-bar-item.c-step-bar-item-02 {
  width: 35rem;
  margin-left: -1.5rem;
  clip-path: polygon(0 0, calc(100% - 1.7rem) 0, 100% 50%, calc(100% - 1.7rem) 100%, 0 100%, 1.7rem 50%);
  background: #d5dfeb;
}
@media (max-width: 767px) {
  .c-step-bar .c-step-bar-item.c-step-bar-item-02 {
    width: 27rem;
    margin-left: -2.5rem;
    clip-path: polygon(0 0, calc(100% - 3rem) 0, 100% 50%, calc(100% - 3rem) 100%, 0 100%, 3rem 50%);
  }
}
.c-step-bar .c-step-bar-item.c-step-bar-item-03 {
  width: 33.3rem;
  margin-left: -1.5rem;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 1.7rem 50%);
  background: #e8edf3;
}
@media (max-width: 767px) {
  .c-step-bar .c-step-bar-item.c-step-bar-item-03 {
    width: 24rem;
    margin-left: -2.5rem;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 3rem 50%);
  }
}
.c-step-bar .c-step-bar-item__text p {
  font-weight: 500;
}
.c-step-bar .c-step-bar-item.is-current {
  background: #7ea0c7;
  color: #fff;
}

.event-detail-tel {
  margin-top: 6rem;
}
.event-detail-tel#model-house-reserve {
  margin-top: 3rem;
  padding-top: 3rem;
}
.event-detail-tel__title {
  text-align: center;
  margin-bottom: 3rem;
}
.event-detail-tel__title h3 {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: bold;
}
@media (max-width: 767px) {
  .event-detail-tel__title h3 {
    font-size: 3.6rem;
  }
}
.event-detail-tel__contents {
  padding: 3rem;
  background: #ecf2f8;
  font-weight: 500;
}
@media (max-width: 767px) {
  .event-detail-tel__contents {
    padding: 4rem;
  }
}
.event-detail-tel__heading {
  text-align: center;
}
.event-detail-tel__heading p {
  font-size: 3rem;
  line-height: 1.2;
  color: #7ea0c7;
  font-weight: bold;
}
@media (max-width: 767px) {
  .event-detail-tel__heading p {
    font-size: 3.6rem;
  }
}
.event-detail-tel__main {
  text-align: center;
  margin-top: 0.6rem;
}
@media (max-width: 767px) {
  .event-detail-tel__main {
    margin-top: 1rem;
  }
}
.event-detail-tel__main p {
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .event-detail-tel__main p {
    font-size: 2.6rem;
  }
}
.event-detail-tel__main p a {
  font-size: 4.8rem;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1.1;
  font-weight: 500;
}
@media (min-width: 768px) {
  .event-detail-tel__main p a {
    pointer-events: none;
  }
}
@media (max-width: 767px) {
  .event-detail-tel__main p a {
    font-size: 8rem;
  }
}
.event-detail-tel__main p span {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .event-detail-tel__main p span {
    font-size: 2.4rem;
  }
}
.event-detail-tel__anno {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .event-detail-tel__anno {
    margin-top: 2rem;
  }
}
.event-detail-tel__anno ul li {
  font-size: 1.4rem;
  padding-left: 1em;
  text-indent: -1em;
}
@media (max-width: 767px) {
  .event-detail-tel__anno ul li {
    font-size: 2.2rem;
  }
}

.event-detail-reserve {
  font-size: 1.8rem;
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .event-detail-reserve {
    font-size: 2.6rem;
  }
}
.event-detail-reserve__date-select {
  padding: 1.8rem;
  background: #e7ecf3;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1rem;
}
@media (max-width: 767px) {
  .event-detail-reserve__date-select {
    padding: 2.4rem;
    column-gap: 2rem;
  }
}
.event-detail-reserve__date-select p {
  font-weight: bold;
}
.event-detail-reserve__date-select .event-date-wrap {
  position: relative;
}
.event-detail-reserve__date-select input[type=text] {
  width: 18rem;
  height: 3.6rem;
  background: #fff;
  padding-inline: 1rem;
  border: 0.1rem solid #bebebe;
  font-weight: 500;
  cursor: pointer;
}
@media (max-width: 767px) {
  .event-detail-reserve__date-select input[type=text] {
    width: 28rem;
    height: 5.4rem;
    padding-inline: 2rem;
  }
}
.event-detail-reserve__date-select button {
  width: 3rem;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}
.event-detail-reserve__content {
  padding-bottom: 3rem;
}
.event-detail-reserve__content:not(:first-of-type) {
  display: none;
}
.event-detail-reserve__content dl {
  height: 6.8rem;
  display: flex;
  align-items: center;
  border-bottom: 0.1rem solid #bebebe;
}
@media (max-width: 767px) {
  .event-detail-reserve__content dl {
    height: 10rem;
  }
}
.event-detail-reserve__content dl.is-hidden {
  display: none;
}
.event-detail-reserve__content dl dt {
  flex: 1;
  text-align: center;
}
@media (max-width: 767px) {
  .event-detail-reserve__content dl dt {
    flex: initial;
    width: 24rem;
  }
}
.event-detail-reserve__content dl dt p {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .event-detail-reserve__content dl dt p {
    font-size: 3.2rem;
  }
}
.event-detail-reserve__content dl dd {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1rem;
}
@media (max-width: 767px) {
  .event-detail-reserve__content dl dd {
    column-gap: 2rem;
    justify-content: initial;
  }
}
.event-detail-reserve__content dl dd a {
  width: 24rem;
  height: 5.4rem;
  background: #7ea0c7;
  color: #fff;
  display: grid;
  place-content: center;
  font-weight: bold;
  border-radius: 4rem;
}
@media (max-width: 767px) {
  .event-detail-reserve__content dl dd a {
    width: 30rem;
    height: 6.8rem;
  }
}
.event-detail-reserve__content dl dd p {
  font-size: 1.4rem;
  width: 8rem;
}
@media (max-width: 767px) {
  .event-detail-reserve__content dl dd p {
    font-size: 2.2rem;
    width: initial;
  }
}
.event-detail-reserve__content dl dd:not(:has(p)) {
  justify-content: center;
}

/* --------------------------------
pagination
----------------------------------- */
.c-list-pagination .wp-pagenavi {
  display: flex;
  justify-content: center;
  column-gap: 1rem;
}
@media (max-width: 767px) {
  .c-list-pagination .wp-pagenavi {
    column-gap: 0.6rem;
  }
}
.c-list-pagination .wp-pagenavi span,
.c-list-pagination .wp-pagenavi a {
  margin: 0;
  padding: 0;
  width: 4.4rem;
  height: 4.4rem;
  display: grid;
  place-content: center;
  border: none;
  font-size: 1.6rem;
  line-height: 1;
  background: #e9e0bd;
  font-weight: bold;
  color: #444;
}
@media (max-width: 767px) {
  .c-list-pagination .wp-pagenavi span,
  .c-list-pagination .wp-pagenavi a {
    font-size: 2rem;
    width: 4rem;
    height: 4rem;
    font-size: 1.6rem;
  }
}
.c-list-pagination .wp-pagenavi span.previouspostslink, .c-list-pagination .wp-pagenavi span.nextpostslink,
.c-list-pagination .wp-pagenavi a.previouspostslink,
.c-list-pagination .wp-pagenavi a.nextpostslink {
  width: 6rem;
}
@media (max-width: 767px) {
  .c-list-pagination .wp-pagenavi span.previouspostslink, .c-list-pagination .wp-pagenavi span.nextpostslink,
  .c-list-pagination .wp-pagenavi a.previouspostslink,
  .c-list-pagination .wp-pagenavi a.nextpostslink {
    width: 5rem;
  }
}
.c-list-pagination .wp-pagenavi a {
  transition: all 0.4s;
}
@media (any-hover: hover) {
  .c-list-pagination .wp-pagenavi a:hover {
    color: #fff;
    background: #e0b300;
  }
}
.c-list-pagination .wp-pagenavi .current {
  color: #fff;
  background: #e0b300;
  border: none;
}

.c-single-pagination__items {
  display: grid;
  grid-template-columns: 36rem 13.4rem 36rem;
  column-gap: 3rem;
  justify-content: center;
}
@media (max-width: 767px) {
  .c-single-pagination__items {
    grid-template-columns: repeat(1, 1fr);
    column-gap: 1.5rem;
    row-gap: 1.5rem;
  }
}
.c-single-pagination .pagination-post-item {
  width: 100%;
  height: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1rem;
  border: 0.1rem solid #3d3d3d;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 500;
  padding: 1rem;
}
@media (max-width: 767px) {
  .c-single-pagination .pagination-post-item {
    font-size: 2.4rem;
    height: 14.8rem;
    column-gap: 2rem;
    padding: 1.4rem;
  }
}
.c-single-pagination .pagination-post-item__image {
  width: 8rem;
}
@media (max-width: 767px) {
  .c-single-pagination .pagination-post-item__image {
    width: 12rem;
  }
}
.c-single-pagination .pagination-post-item__image img {
  aspect-ratio: 1;
  object-fit: cover;
}
.c-single-pagination .pagination-post-item__textarea {
  flex: 1;
}
.c-single-pagination .pagination-post-item__textarea p:has(span) {
  margin-bottom: 0.4rem;
}
.c-single-pagination .pagination-post-item__textarea p:has(span) span {
  color: #e0b300;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .c-single-pagination .pagination-post-item__textarea p:has(span) span {
    font-size: 2.6rem;
  }
}
.c-single-pagination .pagination-post-item__arrow {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  border-top: 0.3rem solid #3d3d3d;
  border-right: 0.3rem solid #3d3d3d;
  transform: rotate(45deg);
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .c-single-pagination .pagination-post-item__arrow {
    width: 2rem;
    height: 2rem;
    border-top-width: 0.4rem;
    border-right-width: 0.4rem;
  }
}
@media (any-hover: hover) {
  .c-single-pagination .pagination-post-item:hover {
    background: #f1f4f7;
  }
}

.c-single-pagination02 ul {
  display: flex;
  justify-content: center;
  column-gap: 3rem;
}
@media (max-width: 767px) {
  .c-single-pagination02 ul {
    column-gap: 2rem;
  }
}
.c-single-pagination02 ul li {
  width: 19rem;
  height: 6.4rem;
}
@media (max-width: 767px) {
  .c-single-pagination02 ul li {
    width: 21rem;
    height: 8rem;
  }
}
.c-single-pagination02 ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1rem;
  border: 0.2rem solid #3d3d3d;
  border-radius: 4rem;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .c-single-pagination02 ul li a {
    font-size: 2.6rem;
  }
}
.c-single-pagination02 ul li a span {
  width: 1.4rem;
  height: 1.4rem;
  border-top: 0.3rem solid #3d3d3d;
  border-right: 0.3rem solid #3d3d3d;
}
@media (max-width: 767px) {
  .c-single-pagination02 ul li a span {
    border-top-width: 0.4rem;
    border-right-width: 0.4rem;
  }
}
.c-single-pagination02 ul li a .arrow-left {
  transform: rotate(225deg);
}
.c-single-pagination02 ul li a .arrow-right {
  transform: rotate(45deg);
}
@media (any-hover: hover) {
  .c-single-pagination02 ul li a:hover {
    background: #f1f4f7;
  }
}

/* --------------------------------
form
----------------------------------- */
.c-form .smf-form {
  display: flex;
  flex-direction: column;
  font-size: 1.8rem;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .c-form .smf-form {
    font-size: 3rem;
  }
}
.c-form .smf-form .smf-item {
  padding-block: 2.4rem;
  border-bottom: 0.1rem solid #c3c3c3;
  display: flex;
  column-gap: 2rem;
}
@media (max-width: 767px) {
  .c-form .smf-form .smf-item {
    flex-direction: column;
    row-gap: 0.6rem;
    padding-block: 3rem;
  }
}
.c-form .smf-form .smf-item__col--label {
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .c-form .smf-form .smf-item__col--label {
    width: 32rem;
    height: 6rem;
  }
}
@media (max-width: 767px) {
  .c-form .smf-form .smf-item__col--label {
    column-gap: 2rem;
  }
}
@media (min-width: 768px) {
  .c-form .smf-form .smf-item:has([data-validations~=required]) .smf-item__col--label {
    justify-content: space-between;
  }
}
.c-form .smf-form .smf-item:has([data-validations~=required]) .smf-item__col--label::after {
  content: "必須";
  color: #fff;
  width: 4.8rem;
  height: 2.4rem;
  display: grid;
  place-items: center;
  background: #ac1212;
  font-size: 1.6rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .c-form .smf-form .smf-item:has([data-validations~=required]) .smf-item__col--label::after {
    width: 6.4rem;
    height: 3.4rem;
    font-size: 2.6rem;
  }
}
.c-form .smf-form .smf-item__col--controls {
  flex: 1;
}
.c-form .smf-form .smf-item__col--controls select,
.c-form .smf-form .smf-item__col--controls input[type=text],
.c-form .smf-form .smf-item__col--controls input[type=tel],
.c-form .smf-form .smf-item__col--controls input[type=email] {
  width: 100%;
  height: 6rem;
  border: 0.1rem solid #c3c3c3;
}
@media (max-width: 767px) {
  .c-form .smf-form .smf-item__col--controls select,
  .c-form .smf-form .smf-item__col--controls input[type=text],
  .c-form .smf-form .smf-item__col--controls input[type=tel],
  .c-form .smf-form .smf-item__col--controls input[type=email] {
    height: 8rem;
  }
}
.c-form .smf-form .smf-item__col--controls select {
  padding-right: 4rem;
}
@media (max-width: 767px) {
  .c-form .smf-form .smf-item__col--controls select {
    padding-right: 6rem;
  }
}
.c-form .smf-form .smf-item__col--controls textarea {
  width: 100%;
  height: 20.3rem;
  border: 0.1rem solid #c3c3c3;
}
@media (max-width: 767px) {
  .c-form .smf-form .smf-item__col--controls textarea {
    height: 30rem;
  }
}
.c-form .smf-form .smf-item__col--controls ::placeholder {
  color: #a7a7a7;
}
.c-form .smf-form .smf-item__col--controls .smf-select-control {
  width: 28rem;
}
@media (max-width: 767px) {
  .c-form .smf-form .smf-item__col--controls .smf-select-control {
    width: 50rem;
  }
}
.c-form .smf-form .smf-item__col--controls .smf-select-control:has([name=property-name]) {
  width: 100%;
}
@media (max-width: 767px) {
  .c-form .smf-form .smf-item__col--controls .smf-select-control:has([name=property-name]) {
    width: 100%;
  }
}
.c-form .smf-form .smf-item__col--controls .smf-select-control .smf-select-control__toggle::before {
  width: 2rem;
  height: 1.8rem;
  top: calc(50% - 0.8rem);
  right: 1.6rem;
  background: #3d3d3d;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transform: none;
}
@media (max-width: 767px) {
  .c-form .smf-form .smf-item__col--controls .smf-select-control .smf-select-control__toggle::before {
    width: 3rem;
    height: 2.6rem;
    right: 2rem;
    top: calc(50% - 1rem);
  }
}
.c-form .smf-form .smf-item__col--controls .smf-radio-buttons-control__control {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 3.2rem;
}
.c-form .smf-form .smf-item__col--controls .smf-radio-buttons-control__control .smf-label {
  margin: 0;
}
.c-form .smf-form .smf-item__col--controls .smf-radio-buttons-control__control .smf-radio-button-control input {
  display: none;
}
.c-form .smf-form .smf-item__col--controls .smf-radio-buttons-control__control .smf-radio-button-control .smf-radio-button-control__label {
  position: relative;
  padding-left: 2.8rem;
}
.c-form .smf-form .smf-item__col--controls .smf-radio-buttons-control__control .smf-radio-button-control .smf-radio-button-control__label::before {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  background: #fff;
  border: 0.1rem solid #f6f6f6;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.c-form .smf-form .smf-item__col--controls .smf-radio-buttons-control__control .smf-radio-button-control .smf-radio-button-control__label::after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  background: #3d3d3d;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 0.5rem;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.c-form .smf-form .smf-item__col--controls .smf-radio-buttons-control__control .smf-radio-button-control input:checked + .smf-radio-button-control__label::after {
  opacity: 1;
}
.c-form .smf-form .smf-item__col--controls .smf-item__controls:has(.smf-placeholder[data-name=date]) .smf-placeholder {
  position: relative;
  width: 28rem;
}
@media (max-width: 767px) {
  .c-form .smf-form .smf-item__col--controls .smf-item__controls:has(.smf-placeholder[data-name=date]) .smf-placeholder {
    width: 50rem;
  }
}
.c-form .smf-form .smf-item__col--controls .smf-item__controls:has(.smf-placeholder[data-name=date]) .smf-placeholder input[type=date] {
  width: 100%;
  height: 6rem;
  border: 0.1rem solid #c3c3c3;
}
@media (max-width: 767px) {
  .c-form .smf-form .smf-item__col--controls .smf-item__controls:has(.smf-placeholder[data-name=date]) .smf-placeholder input[type=date] {
    height: 8rem;
  }
}
.c-form .smf-form .smf-item__col--controls .smf-item__controls:has(.smf-placeholder[data-name=post-code]) .smf-placeholder {
  position: relative;
  width: 28rem;
}
@media (max-width: 767px) {
  .c-form .smf-form .smf-item__col--controls .smf-item__controls:has(.smf-placeholder[data-name=post-code]) .smf-placeholder {
    width: 50rem;
  }
}
.c-form .smf-form .smf-item:has(h3) {
  flex-direction: column;
}
.c-form .smf-form .smf-item:has(h3) .smf-item__col--label {
  display: none;
}
@media (min-width: 768px) {
  .c-form .smf-form .smf-item:has(h3) .smf-item__col--controls {
    padding-inline: 2rem;
  }
}
.c-form .smf-form .smf-item:has(h3) .smf-item__controls {
  padding: 3rem 2rem;
  border: 0.1rem solid #c3c3c3;
  height: 28rem;
  overflow: auto;
}
@media (max-width: 767px) {
  .c-form .smf-form .smf-item:has(h3) .smf-item__controls {
    padding: 4rem 3rem;
    height: 40rem;
  }
}
.c-form .smf-form .smf-item:has(h3) .smf-item__controls h2 {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .c-form .smf-form .smf-item:has(h3) .smf-item__controls h2 {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
}
.c-form .smf-form .smf-item:has(h3) .smf-item__controls h3,
.c-form .smf-form .smf-item:has(h3) .smf-item__controls p {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .c-form .smf-form .smf-item:has(h3) .smf-item__controls h3,
  .c-form .smf-form .smf-item:has(h3) .smf-item__controls p {
    font-size: 2.4rem;
  }
}
.c-form .smf-form .smf-item:has(h3) .smf-item__controls h3 {
  margin-block: 2rem 1rem;
}
@media (max-width: 767px) {
  .c-form .smf-form .smf-item:has(h3) .smf-item__controls h3 {
    margin-block: 3rem 2rem;
  }
}
.c-form .smf-form .smf-item:has(h3) .smf-item__controls p {
  text-align: justify;
}
.c-form .smf-form .smf-item:has(.smf-placeholder[data-name=privacy]) {
  border-bottom: none;
}
.c-form .smf-form .smf-item:has(.smf-placeholder[data-name=privacy]) .smf-item__col--label {
  display: none;
}
.c-form .smf-form .smf-placeholder[data-name=privacy] {
  position: relative;
}
.c-form .smf-form .smf-placeholder[data-name=privacy] .smf-checkbox-control {
  display: flex;
  justify-content: center;
}
.c-form .smf-form .smf-placeholder[data-name=privacy] .smf-error-messages {
  white-space: nowrap;
  position: absolute;
  top: 100%;
  left: 0;
}
.c-form .smf-form .smf-checkboxes-control__control {
  display: flex;
  flex-direction: column;
  row-gap: 0.4rem;
}
.c-form .smf-form .smf-checkboxes-control .smf-checkbox-control input {
  display: none;
}
.c-form .smf-form .smf-checkboxes-control .smf-checkbox-control__label {
  position: relative;
  padding-left: 2.8rem;
}
@media (max-width: 767px) {
  .c-form .smf-form .smf-checkboxes-control .smf-checkbox-control__label {
    font-size: 2.6rem;
    padding-left: 5rem;
  }
}
.c-form .smf-form .smf-checkboxes-control .smf-checkbox-control__label a {
  color: #33f;
  text-decoration: underline;
}
.c-form .smf-form .smf-checkboxes-control .smf-checkbox-control__label a:hover {
  opacity: 0.7;
}
.c-form .smf-form .smf-checkboxes-control .smf-checkbox-control__label::before {
  content: "";
  width: 2rem;
  height: 2rem;
  background: #fff;
  border: 0.1rem solid #c3c3c3;
  display: block;
  position: absolute;
  top: 0.4rem;
  left: 0;
}
@media (max-width: 767px) {
  .c-form .smf-form .smf-checkboxes-control .smf-checkbox-control__label::before {
    width: 3.6rem;
    height: 3.6rem;
  }
}
.c-form .smf-form .smf-checkboxes-control .smf-checkbox-control__label::after {
  content: "";
  width: 0.8rem;
  height: 1.5rem;
  border-bottom: 0.4rem solid #7ea0c7;
  border-right: 0.3rem solid #7ea0c7;
  display: block;
  position: absolute;
  top: 0.6rem;
  left: 0.6rem;
  transform: rotate(35deg);
  opacity: 0;
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  .c-form .smf-form .smf-checkboxes-control .smf-checkbox-control__label::after {
    width: 1.6rem;
    height: 2.6rem;
    top: 0.6rem;
    left: 0.9rem;
    border-bottom-width: 0.6rem;
    border-right-width: 0.4rem;
  }
}
.c-form .smf-form .smf-checkboxes-control .smf-checkbox-control input:checked + .smf-checkbox-control__label::after {
  opacity: 1;
}
.c-form .smf-action {
  margin-top: 5.7rem;
  display: flex;
  justify-content: center;
  column-gap: 4rem;
}
@media (max-width: 767px) {
  .c-form .smf-action {
    flex-direction: column;
    align-items: center;
    row-gap: 2rem;
  }
}
.c-form .smf-action .smf-button-control {
  margin: 0;
}
.c-form .smf-action .smf-button-control__control {
  width: 31rem;
  background: #424242;
  display: flex;
  padding-block: 2rem;
  font-size: 2.4rem;
  line-height: 1;
  border: 0.2rem solid #424242;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-weight: bold;
  overflow: hidden;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .c-form .smf-action .smf-button-control__control {
    width: 40rem;
    font-size: 3.2rem;
    padding-block: 3rem;
  }
}
.c-form .smf-action .smf-button-control__control:hover {
  background: #fff;
  color: #424242;
}
.c-form .smf-action .smf-button-control.is-disabled {
  pointer-events: none;
}
.c-form .smf-action .smf-button-control.is-disabled .smf-button-control__control {
  background: #D1D1D1;
  border-color: #D1D1D1;
}
.c-form .smf-error-messages {
  font-size: 1.4rem;
}
.c-form [data-screen=confirm] .smf-form .smf-item__col--label {
  height: initial;
}
.c-form [data-screen=confirm] .smf-form .smf-item:has(h3) {
  display: none;
}
.c-form [data-screen=confirm] .smf-form .smf-item:has(.smf-placeholder[data-name=privacy]) {
  display: none;
}
@media (min-width: 768px) {
  .c-form [data-screen=confirm] .smf-form .smf-item .smf-item__controls:has(.smf-placeholder[data-name=date]) span {
    margin-top: 0;
  }
}
.contact-form:has(form[data-screen=complete]) {
  opacity: 0;
  visibility: hidden;
}

/* --------------------------------
wp-post-content
----------------------------------- */
.wp-post-content {
  font-size: 1.8rem;
  line-height: 1.6666666667;
}
@media (max-width: 767px) {
  .wp-post-content {
    font-size: 2.8rem;
  }
}
.wp-post-content h2 {
  font-size: 2.6rem;
  line-height: 1.25;
  font-weight: bold;
  margin-bottom: 3rem;
  position: relative;
  padding-bottom: 1rem;
  border-bottom: 0.1rem solid #7ea0c7;
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .wp-post-content h2 {
    font-size: 4rem;
    margin-bottom: 2rem;
    margin-top: 6rem;
  }
}
.wp-post-content h3 {
  font-size: 2.2rem;
  line-height: 1.5;
  color: #7ea0c7;
  font-weight: bold;
  margin-block: 4rem 2rem;
  position: relative;
}
@media (max-width: 767px) {
  .wp-post-content h3 {
    font-size: 3.6rem;
    margin-block: 4rem 1rem;
  }
}
.wp-post-content p {
  text-align: justify;
}
.wp-post-content p:not(:first-of-type) {
  margin-top: 2.4rem;
}
.wp-post-content figure {
  overflow: hidden;
}
@media (min-width: 768px) {
  .wp-post-content img {
    width: 59.5rem;
  }
}
@media (max-width: 767px) {
  .wp-post-content img {
    width: 100% !important;
  }
}
.wp-post-content img.aligncenter {
  margin-inline: auto;
}
.wp-post-content .wp-block-buttons {
  margin-block: 4rem;
}
@media (max-width: 767px) {
  .wp-post-content .wp-block-buttons {
    margin-block: 3rem;
  }
}
.wp-post-content .wp-element-button {
  display: block;
}
.wp-post-content .has-text-align-center {
  text-align: center;
}
.wp-post-content .wp-block-image {
  margin-block: 2rem;
}
.wp-post-content .wp-block-image .aligncenter {
  text-align: center;
}
.wp-post-content .wp-block-image img {
  display: initial;
  width: 100%;
}
.wp-post-content ul {
  margin-block: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.4rem;
}
.wp-post-content ul li {
  padding-left: 1em;
  position: relative;
}
.wp-post-content ul li::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  background: #7ea0c7;
  border-radius: 50%;
  position: absolute;
  top: 1.2rem;
  left: 0.3rem;
}
@media (max-width: 767px) {
  .wp-post-content ul li::before {
    top: 1rem;
  }
}
.wp-post-content ol {
  margin-block: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.4rem;
  list-style-type: decimal;
  list-style-position: inside;
}
.wp-post-content ol li {
  position: relative;
}
.wp-post-content ol li::marker {
  color: #7ea0c7;
}
.wp-post-content .wp-block-quote {
  margin-block: 2rem;
  padding: 2rem;
  background: #ccc;
  border-left-color: #7ea0c7;
}
.wp-post-content a:not(.wp-element-button) {
  color: #7ea0c7;
  text-decoration: underline;
  transition: all 0.4s;
}
@media (any-hover: hover) {
  .wp-post-content a:not(.wp-element-button):hover {
    opacity: 0.7;
  }
}
.wp-post-content .wp-block-group {
  padding-block: 2rem;
}
.wp-post-content .wp-block-group figure {
  width: 100%;
  margin: 0;
}
.wp-post-content .wp-block-group figure img {
  width: 100%;
}
.wp-post-content .wp-block-group .question-text {
  padding-left: 8.6rem;
  position: relative;
  color: #7ea0c7;
  font-weight: 500;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .wp-post-content .wp-block-group .question-text {
    font-size: 3rem;
    padding-left: 0;
  }
}
.wp-post-content .wp-block-group .question-text::before {
  content: "";
  width: 7rem;
  height: 0.2rem;
  background: #7ea0c7;
  position: absolute;
  top: 2rem;
  left: 0;
}
@media (max-width: 767px) {
  .wp-post-content .wp-block-group .question-text::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .wp-post-content .wp-block-group .answer-item {
    flex-direction: column;
  }
}
.wp-post-content .wp-block-group .answer-item .wp-block-column:nth-of-type(2) p {
  font-size: 1.8rem;
  line-height: 1.6666666667;
}
@media (max-width: 767px) {
  .wp-post-content .wp-block-group .answer-item .wp-block-column:nth-of-type(2) p {
    font-size: 2.6rem;
  }
}
.wp-post-content .wp-block-columns {
  padding-block: 2rem;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .wp-post-content .wp-block-columns {
    column-gap: 1em;
    row-gap: 0.5em;
  }
}
.wp-post-content .wp-block-columns .wp-block-column {
  flex: 1;
}
.wp-post-content .wp-block-columns .wp-block-column figure {
  width: 100%;
  margin: 0;
}
.wp-post-content .wp-block-columns .wp-block-column figure img {
  width: 100%;
}

/* --------------------------------
TOP
----------------------------------- */
#top .top-about {
  padding-block: 7rem;
}
@media (max-width: 767px) {
  #top .top-about {
    padding-block: 10rem;
  }
}
#top .top-about__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 6rem;
}
@media (max-width: 767px) {
  #top .top-about__items {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 8rem;
  }
}
#top .top-about .top-about-item {
  position: relative;
}
#top .top-about .top-about-item::before {
  content: "";
  width: 38.7rem;
  height: 38.7rem;
  border-radius: 50%;
  border: 0.1rem solid rgba(126, 160, 199, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  #top .top-about .top-about-item::before {
    width: 68rem;
    height: 68rem;
  }
}
#top .top-about .top-about-item__heading {
  text-align: center;
  position: relative;
}
#top .top-about .top-about-item__heading p {
  font-size: 2.7rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #818181;
}
@media (max-width: 767px) {
  #top .top-about .top-about-item__heading p {
    font-size: 3rem;
  }
}
#top .top-about .top-about-item__heading p span {
  font-size: 5.4rem;
  color: #7ea0c7;
}
@media (max-width: 767px) {
  #top .top-about .top-about-item__heading p span {
    font-size: 6rem;
  }
}
#top .top-about .top-about-item__image {
  position: relative;
}
#top .top-about .top-about-item__image img {
  aspect-ratio: 360/234;
  object-fit: cover;
}
#top .top-about .top-about-item__text {
  margin-top: 1rem;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  #top .top-about .top-about-item__text {
    margin-top: 2rem;
  }
}
#top .top-about__link {
  display: flex;
  justify-content: center;
  margin-top: 6rem;
}
@media (max-width: 767px) {
  #top .top-about__link {
    margin-top: 8rem;
  }
}
#top .top-event {
  padding-block: 7rem;
  background: #f1f4f7;
}
@media (max-width: 767px) {
  #top .top-event .inner {
    width: 100%;
  }
}
#top .top-event__contents {
  margin-top: 3rem;
}
@media (min-width: 768px) {
  #top .top-event__contents {
    padding-inline: 3rem;
  }
}
@media (min-width: 768px) {
  #top .top-event__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 3rem;
    row-gap: 5rem;
  }
}
#top .top-event__items .slick-track {
  padding-block: 2rem;
  display: flex;
}
#top .top-event__items .slick-slide {
  height: auto !important;
  display: flex !important;
}
#top .top-event__items .slide-arrow {
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: 50%;
  z-index: 30;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  #top .top-event__items .slide-arrow {
    width: 7rem;
    height: 7rem;
  }
}
#top .top-event__items .slide-arrow span {
  display: block;
  width: 80%;
  height: 80%;
  border-bottom: 0.5rem solid #3d3d3d;
  border-left: 0.5rem solid #3d3d3d;
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  #top .top-event__items .slide-arrow span {
    border-bottom-width: 0.8rem;
    border-left-width: 0.8rem;
  }
}
#top .top-event__items .prev-arrow {
  left: -4rem;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  #top .top-event__items .prev-arrow {
    left: 6%;
  }
}
#top .top-event__items .next-arrow {
  right: -4rem;
  transform: translateY(-50%) scale(-1, 1);
}
@media (max-width: 767px) {
  #top .top-event__items .next-arrow {
    right: 6%;
  }
}
#top .top-event__link {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}
#top .top-voice {
  padding-block: 7rem;
}
@media (max-width: 767px) {
  #top .top-voice .inner {
    width: 100%;
  }
}
#top .top-voice__contents {
  margin-top: 3rem;
}
@media (min-width: 768px) {
  #top .top-voice__contents {
    padding-inline: 3rem;
  }
}
#top .top-voice__link {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}
#top .all-slide .slick-track {
  padding-block: 2rem;
  display: flex;
}
#top .all-slide .slick-slide {
  height: auto !important;
  display: flex !important;
}
#top .all-slide .slide-arrow {
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: 50%;
  z-index: 30;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  #top .all-slide .slide-arrow {
    width: 7rem;
    height: 7rem;
  }
}
#top .all-slide .slide-arrow span {
  display: block;
  width: 80%;
  height: 80%;
  border-bottom: 0.5rem solid #3d3d3d;
  border-left: 0.5rem solid #3d3d3d;
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  #top .all-slide .slide-arrow span {
    border-bottom-width: 0.8rem;
    border-left-width: 0.8rem;
  }
}
#top .all-slide .prev-arrow {
  left: -4rem;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  #top .all-slide .prev-arrow {
    left: 6%;
  }
}
#top .all-slide .next-arrow {
  right: -4rem;
  transform: translateY(-50%) scale(-1, 1);
}
@media (max-width: 767px) {
  #top .all-slide .next-arrow {
    right: 6%;
  }
}
#top .sp-slide .slick-track {
  padding-block: 2rem;
  display: flex;
}
#top .sp-slide .slick-slide {
  height: auto !important;
  display: flex !important;
}
#top .sp-slide .slide-arrow {
  width: 7rem;
  height: 7rem;
  position: absolute;
  top: 50%;
  z-index: 30;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#top .sp-slide .slide-arrow span {
  display: block;
  width: 80%;
  height: 80%;
  border-bottom: 0.8rem solid #3d3d3d;
  border-left: 0.8rem solid #3d3d3d;
  transform: rotate(45deg);
}
#top .sp-slide .prev-arrow {
  left: 6%;
  transform: translateY(-50%);
}
#top .sp-slide .next-arrow {
  right: 6%;
  transform: translateY(-50%) scale(-1, 1);
}
#top .top-works {
  padding-block: 7rem;
  background: #f1f4f7;
}
@media (max-width: 767px) {
  #top .top-works .inner {
    width: 100%;
  }
}
#top .top-works__contents {
  margin-top: 3rem;
}
@media (min-width: 768px) {
  #top .top-works__contents {
    padding-inline: 3rem;
  }
}
@media (min-width: 768px) {
  #top .top-works__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 3rem;
    row-gap: 5rem;
  }
}
#top .top-works__link {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}
#top .top-model-house {
  padding-block: 7rem;
  background: #7ea0c7;
  color: #fff;
}
#top .top-model-house__contents {
  margin-top: 4rem;
}
#top .top-model-house .top-model-house-item {
  display: flex;
  column-gap: 4.6rem;
}
@media (max-width: 767px) {
  #top .top-model-house .top-model-house-item {
    flex-direction: column;
    row-gap: 2rem;
  }
}
#top .top-model-house .top-model-house-item__image {
  width: 56rem;
}
@media (max-width: 767px) {
  #top .top-model-house .top-model-house-item__image {
    width: 100%;
  }
}
#top .top-model-house .top-model-house-item__textarea {
  flex: 1;
  font-weight: 500;
  position: relative;
}
#top .top-model-house .top-model-house-item__point {
  width: 19rem;
  height: 19rem;
  background: #fff;
  border-radius: 50%;
  display: grid;
  place-content: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
}
#top .top-model-house .top-model-house-item__point p {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: bold;
  color: #e0b300;
}
#top .top-model-house .top-model-house-item__point p span {
  font-size: 2.8rem;
}
#top .top-model-house .top-model-house-item__please p {
  font-size: 2.2rem;
  line-height: 1.3636363636;
}
@media (max-width: 767px) {
  #top .top-model-house .top-model-house-item__please p {
    font-size: 3rem;
  }
}
#top .top-model-house .top-model-house-item__name {
  width: 38.4rem;
  margin-top: 1.8rem;
}
@media (max-width: 767px) {
  #top .top-model-house .top-model-house-item__name {
    width: 46rem;
    margin-top: 2.4rem;
  }
}
#top .top-model-house .top-model-house-item__name p {
  font-size: 3.6rem;
  line-height: 1.2;
}
@media (max-width: 767px) {
  #top .top-model-house .top-model-house-item__name p {
    font-size: 4.6rem;
  }
}
#top .top-model-house .top-model-house-item__info {
  margin-top: 1.6rem;
  line-height: 1;
  display: flex;
  flex-direction: column;
  row-gap: 0.6rem;
}
@media (max-width: 767px) {
  #top .top-model-house .top-model-house-item__info {
    margin-top: 2.4rem;
    row-gap: 1rem;
  }
}
#top .top-model-house .top-model-house-item__info .info-address {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  #top .top-model-house .top-model-house-item__info .info-address {
    font-size: 2.6rem;
  }
}
#top .top-model-house .top-model-house-item__info .info-tel a {
  font-size: 6.3rem;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0.025em;
  line-height: 1;
  color: #fff;
}
@media (max-width: 767px) {
  #top .top-model-house .top-model-house-item__info .info-tel a {
    font-size: 7.8rem;
  }
}
#top .top-model-house .top-model-house-item__info .info-time {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  #top .top-model-house .top-model-house-item__info .info-time {
    font-size: 2.4rem;
  }
}
#top .top-model-house .top-model-house-item__info .info-time span {
  font-size: 1.9rem;
  letter-spacing: 0.1em;
  font-weight: bold;
}
@media (max-width: 767px) {
  #top .top-model-house .top-model-house-item__info .info-time span {
    font-size: 2.9rem;
  }
}
#top .top-model-house .top-model-house-item__link {
  margin-top: 3.4rem;
  display: flex;
  column-gap: 2rem;
}
@media (max-width: 767px) {
  #top .top-model-house .top-model-house-item__link {
    margin-top: 4rem;
  }
}
#top .top-blog {
  padding-block: 7rem;
}
@media (max-width: 767px) {
  #top .top-blog .inner {
    width: 100%;
  }
}
#top .top-blog__contents {
  margin-top: 3rem;
}
@media (min-width: 768px) {
  #top .top-blog__contents {
    padding-inline: 3rem;
  }
}
#top .top-blog__link {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}
#top .top-information {
  padding-block: 7rem;
}
#top .top-information__contents {
  margin-top: 3rem;
}
@media (min-width: 768px) {
  #top .top-information__contents {
    padding-inline: 3rem;
  }
}
#top .top-information__link {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}

/* --------------------------------
DUTTO100年の家とは
----------------------------------- */
#about .about-anchor-link {
  padding-block: 9rem;
}
#about .about-anchor-link__items {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #about .about-anchor-link__items {
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 3rem;
    row-gap: 2rem;
  }
}
#about .about-anchor-link__item {
  width: 34.8rem;
  height: 34.8rem;
  border-radius: 50%;
  border: 0.1rem solid rgba(126, 160, 199, 0.5);
  display: grid;
  place-content: center;
  position: relative;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  #about .about-anchor-link__item {
    width: 32rem;
    height: 32rem;
  }
}
@media (max-width: 767px) {
  #about .about-anchor-link__item:first-of-type {
    margin-inline: 8rem;
  }
}
#about .about-anchor-link__item p {
  font-size: 2.7rem;
  color: #818181;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  #about .about-anchor-link__item p {
    font-size: 2.6rem;
  }
}
#about .about-anchor-link__item p span {
  font-size: 5.4rem;
  color: #7ea0c7;
}
@media (max-width: 767px) {
  #about .about-anchor-link__item p span {
    font-size: 4.8rem;
  }
}
#about .about-anchor-link__item .circle-arrow-bottom {
  width: 6.2rem;
  height: 6.2rem;
  border-radius: 50%;
  background: #7ea0c7;
  display: grid;
  place-content: center;
  position: absolute;
  bottom: -3.1rem;
  left: 50%;
  transform: translateX(-50%);
  padding-bottom: 1rem;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  #about .about-anchor-link__item .circle-arrow-bottom {
    width: 6rem;
    height: 6rem;
  }
}
#about .about-anchor-link__item .circle-arrow-bottom span {
  display: block;
  width: 2.6rem;
  height: 2.6rem;
  border-bottom: 0.4rem solid #fff;
  border-right: 0.4rem solid #fff;
  position: relative;
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  #about .about-anchor-link__item .circle-arrow-bottom span {
    width: 2.4rem;
    height: 2.4rem;
  }
}
@media (any-hover: hover) {
  #about .about-anchor-link__item:hover {
    background: #f1f4f7;
  }
  #about .about-anchor-link__item:hover .circle-arrow-bottom {
    transform: translate(-50%, 0.4rem);
  }
}
#about .about {
  padding-block: 4.5rem 23rem;
}
#about .about__blocks {
  display: flex;
  flex-direction: column;
  row-gap: 22rem;
}
#about .about .about-block {
  padding-top: 9rem;
  height: 84.5rem;
  position: relative;
  color: #fff;
  font-weight: 500;
}
@media (max-width: 767px) {
  #about .about .about-block {
    height: 126rem;
    padding-top: 6rem;
  }
}
#about .about .about-block__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#about .about .about-block__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
#about .about .about-block .inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  #about .about .about-block .inner {
    align-items: center;
  }
}
#about .about .about-block__textarea {
  padding: 3rem;
  position: relative;
}
@media (max-width: 767px) {
  #about .about .about-block__textarea {
    padding: 3rem;
  }
}
#about .about .about-block__textarea::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
}
#about .about .about-block__title {
  line-height: 1.4;
  filter: drop-shadow(0.3rem 0.3rem 0.5rem rgba(0, 0, 0, 0.55));
  position: relative;
}
#about .about .about-block__title p {
  font-size: 2.4rem;
  position: relative;
  padding-left: 3.4rem;
}
@media (max-width: 767px) {
  #about .about .about-block__title p {
    font-size: 3rem;
  }
}
#about .about .about-block__title p::before {
  content: "";
  width: 2.4rem;
  height: 0.2rem;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
}
#about .about .about-block__title h2 {
  font-size: 4.8rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  #about .about .about-block__title h2 {
    font-size: 4.3rem;
  }
}
#about .about .about-block__text {
  margin-top: 0.8rem;
  filter: drop-shadow(0.3rem 0.3rem 0.5rem rgba(0, 0, 0, 0.55));
  position: relative;
}
@media (max-width: 767px) {
  #about .about .about-block__text {
    text-align: justify;
    margin-top: 2rem;
  }
}
#about .about .about-block__text p {
  font-size: 1.6rem;
  line-height: 3;
}
@media (max-width: 767px) {
  #about .about .about-block__text p {
    font-size: 2.4rem;
    line-height: 2.6;
  }
}
#about .about .about-block__link {
  margin-top: 12rem;
}
@media (max-width: 767px) {
  #about .about .about-block__link {
    margin-top: 6rem;
  }
}
@media (min-width: 768px) {
  #about .about .about-block .about-block-feature {
    width: 38.7rem;
    height: 61.5rem;
    position: absolute;
    top: 2rem;
    right: 6rem;
  }
}
@media (max-width: 767px) {
  #about .about .about-block .about-block-feature {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 4rem;
  }
}
#about .about .about-block .about-block-feature__item {
  width: 21.1rem;
  height: 21.1rem;
  border-radius: 50%;
  background: rgba(126, 160, 199, 0.9);
  color: #fff;
  display: grid;
  place-content: center;
  text-align: center;
}
@media (min-width: 768px) {
  #about .about .about-block .about-block-feature__item {
    position: absolute;
  }
}
@media (min-width: 768px) {
  #about .about .about-block .about-block-feature__item:nth-of-type(1) {
    top: 0;
    left: 0;
  }
}
@media (min-width: 768px) {
  #about .about .about-block .about-block-feature__item:nth-of-type(2) {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
@media (min-width: 768px) {
  #about .about .about-block .about-block-feature__item:nth-of-type(3) {
    bottom: 0;
    left: 0;
  }
}
#about .about .about-block .about-block-feature__item p {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
}
#about .about .about-block .about-block-feature__item p .u-font-66 {
  font-size: 6.6rem;
}
#about .about .about-block .about-block-feature__item p .u-font-36 {
  font-size: 3.6rem;
}
#about .about .about-block .about-block-feature__item p .u-font-30 {
  font-size: 3rem;
}
#about .about .about-block .about-block-feature__item p .u-font-28 {
  font-size: 2.8rem;
}

/* --------------------------------
高性能住宅
----------------------------------- */
#performance .section-wrap {
  position: relative;
}
#performance .performance-fix-nav-area {
  width: 8rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 2rem;
  z-index: 999;
  padding-top: 3rem;
}
@media (max-width: 767px) {
  #performance .performance-fix-nav-area {
    width: 10rem;
  }
}
#performance .performance-fix-nav {
  position: sticky;
  top: 12rem;
  display: flex;
  flex-direction: column;
  row-gap: 1.8rem;
  padding-bottom: 10rem;
}
@media (max-width: 767px) {
  #performance .performance-fix-nav {
    top: 20rem;
  }
}
#performance .performance-fix-nav__item {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background: rgba(126, 160, 199, 0.6);
  border: 0.1rem solid #fff;
  color: #fff;
  display: grid;
  place-content: center;
  font-size: 2.4rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  #performance .performance-fix-nav__item {
    width: 10rem;
    height: 10rem;
    font-size: 3.2rem;
  }
}
#performance .performance-fix-nav__item.is-current {
  background: #7ea0c7;
}
#performance .feature-anchor-link {
  padding-block: 6rem 9rem;
}
#performance .feature-anchor-link__heading {
  text-align: center;
}
#performance .feature-anchor-link__heading h2 {
  font-size: 3.6rem;
  letter-spacing: 0.05em;
  color: #7ea0c7;
  font-weight: bold;
}
@media (max-width: 767px) {
  #performance .feature-anchor-link__heading h2 {
    font-size: 4rem;
  }
}
#performance .feature-anchor-link__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 2.4rem;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  #performance .feature-anchor-link__items {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 3rem;
    row-gap: 3rem;
  }
}
#performance .feature-anchor-link .feature-anchor-link-item {
  height: 19rem;
  border-radius: 2rem;
  background: #7ea0c7;
  color: #fff;
  border: 0.2rem solid #7ea0c7;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  transition: all 0.4s;
  letter-spacing: 0.05em;
  padding: 1rem 2rem 1.4rem;
}
@media (max-width: 767px) {
  #performance .feature-anchor-link .feature-anchor-link-item {
    height: 26rem;
    padding: 1.6rem 1.6rem 1.8rem;
  }
}
#performance .feature-anchor-link .feature-anchor-link-item__name {
  text-align: center;
}
#performance .feature-anchor-link .feature-anchor-link-item__name p {
  font-size: 2.5rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  #performance .feature-anchor-link .feature-anchor-link-item__name p {
    font-size: 2.8rem;
  }
}
#performance .feature-anchor-link .feature-anchor-link-item__text {
  text-align: justify;
  flex: 1;
  margin-top: 0.2rem;
}
@media (max-width: 767px) {
  #performance .feature-anchor-link .feature-anchor-link-item__text {
    margin-top: 1rem;
  }
}
#performance .feature-anchor-link .feature-anchor-link-item__text p {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  #performance .feature-anchor-link .feature-anchor-link-item__text p {
    font-size: 2.2rem;
    line-height: 1.3;
  }
}
#performance .feature-anchor-link .feature-anchor-link-item__arrow {
  width: 2.4rem;
  height: 2.4rem;
  border-bottom: 0.4rem solid #fff;
  border-right: 0.4rem solid #fff;
  transform: rotate(45deg);
  transition: all 0.4s;
}
@media (any-hover: hover) {
  #performance .feature-anchor-link .feature-anchor-link-item:hover {
    background: #fff;
    color: #7ea0c7;
  }
  #performance .feature-anchor-link .feature-anchor-link-item:hover .feature-anchor-link-item__arrow {
    border-bottom-color: #7ea0c7;
    border-right-color: #7ea0c7;
  }
}

.feature {
  padding-block: 7rem 13rem;
}
.feature.u-bg-blue {
  background: #eff3f7;
}
.feature__title {
  text-align: center;
}
.feature__title h3 {
  font-size: 4.1rem;
  font-weight: bold;
  color: #7ea0c7;
  letter-spacing: 0.01em;
}
@media (max-width: 767px) {
  .feature__title h3 {
    font-size: 4.8rem;
  }
}
.feature__contents {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  row-gap: 6.6rem;
}
.feature__items {
  display: flex;
  justify-content: center;
  column-gap: 3rem;
}
.feature__item {
  width: 21rem;
  height: 21rem;
  background: #e0b300;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 767px) {
  .feature__item {
    width: 26rem;
    height: 26rem;
  }
}
.feature__item p {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .feature__item p {
    font-size: 3rem;
  }
}
.feature__item p .u-font-90 {
  display: inline-block;
  font-size: 9rem;
}
@media (max-width: 767px) {
  .feature__item p .u-font-90 {
    font-size: 11rem;
  }
}
.feature__item p .u-font-70 {
  display: inline-block;
  font-size: 7rem;
}
@media (max-width: 767px) {
  .feature__item p .u-font-70 {
    font-size: 9rem;
  }
}
.feature__item p .u-font-38 {
  display: inline-block;
  font-size: 3.8rem;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .feature__item p .u-font-38 {
    font-size: 4.8rem;
  }
}
.feature__image-area {
  display: flex;
  justify-content: center;
}
.feature__image {
  width: 100rem;
  border: 0.1rem solid #7ea0c7;
}
@media (max-width: 767px) {
  .feature__image {
    width: 100%;
  }
}
.feature .feature-reason__title h4 {
  padding-block: 1.1rem;
  background: #7ea0c7;
  color: #fff;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  position: relative;
}
@media (max-width: 767px) {
  .feature .feature-reason__title h4 {
    padding-block: 1.4rem;
  }
}
.feature .feature-reason__title h4 span {
  font-size: 3.6rem;
}
.feature .feature-reason__title h4::before {
  content: "";
  width: 3.8rem;
  height: 2.4rem;
  background: #7ea0c7;
  position: absolute;
  top: calc(100% - 0.1rem);
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media (max-width: 767px) {
  .feature .feature-reason__title h4::before {
    width: 4.4rem;
    height: 2.8rem;
  }
}
.feature .feature-reason__items {
  margin-top: 4.6rem;
  display: flex;
  flex-direction: column;
  row-gap: 3.4rem;
}
@media (max-width: 767px) {
  .feature .feature-reason__items {
    row-gap: 4rem;
  }
}
.feature[data-mod=easy-housework] {
  padding-block: 9.2rem 12.5rem;
}

/* --------------------------------
家事ラク
----------------------------------- */
#easy-housework .eh-anchor-link {
  padding-block: 6rem 9rem;
}
#easy-housework .eh-anchor-link__heading {
  text-align: center;
}
#easy-housework .eh-anchor-link__heading h2 {
  font-size: 3.6rem;
  letter-spacing: 0.05em;
  color: #7ea0c7;
  font-weight: bold;
}
@media (max-width: 767px) {
  #easy-housework .eh-anchor-link__heading h2 {
    font-size: 4rem;
  }
}
#easy-housework .eh-anchor-link__items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  #easy-housework .eh-anchor-link__items {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 3rem;
    row-gap: 3rem;
  }
}
#easy-housework .eh-anchor-link .eh-anchor-link-item {
  height: 10rem;
  border-radius: 2rem;
  background: #7ea0c7;
  color: #fff;
  border: 0.2rem solid #7ea0c7;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  transition: all 0.4s;
  letter-spacing: 0.05em;
  padding: 1rem 1.3rem 1.4rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  #easy-housework .eh-anchor-link .eh-anchor-link-item {
    height: 14.6rem;
    padding: 1.6rem 1rem 1.8rem;
  }
}
#easy-housework .eh-anchor-link .eh-anchor-link-item__name {
  display: flex;
  column-gap: 1rem;
  line-height: 1.4;
}
#easy-housework .eh-anchor-link .eh-anchor-link-item__name span {
  font-size: 2.6rem;
  line-height: 1;
  display: inline-block;
}
@media (max-width: 767px) {
  #easy-housework .eh-anchor-link .eh-anchor-link-item__name span {
    font-size: 3.6rem;
  }
}
#easy-housework .eh-anchor-link .eh-anchor-link-item__name p {
  font-size: 1.8rem;
  flex: 1;
}
@media (max-width: 767px) {
  #easy-housework .eh-anchor-link .eh-anchor-link-item__name p {
    font-size: 2.7rem;
  }
}
#easy-housework .eh-anchor-link .eh-anchor-link-item__arrow {
  width: 2rem;
  height: 2rem;
  border-bottom: 0.4rem solid #fff;
  border-right: 0.4rem solid #fff;
  transform: rotate(45deg);
  transition: all 0.4s;
}
@media (max-width: 767px) {
  #easy-housework .eh-anchor-link .eh-anchor-link-item__arrow {
    margin-top: 0.6rem;
  }
}
@media (any-hover: hover) {
  #easy-housework .eh-anchor-link .eh-anchor-link-item:hover {
    background: #fff;
    color: #7ea0c7;
  }
  #easy-housework .eh-anchor-link .eh-anchor-link-item:hover .eh-anchor-link-item__arrow {
    border-bottom-color: #7ea0c7;
    border-right-color: #7ea0c7;
  }
}

/* --------------------------------
自由度の高いデザイン
----------------------------------- */
#flexible-design .flexible-design {
  padding-top: 8rem;
  overflow: hidden;
}
#flexible-design .flexible-design__title {
  text-align: center;
}
#flexible-design .flexible-design__title h2 {
  font-size: 3rem;
  line-height: 1.6;
  color: #7ea0c7;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  #flexible-design .flexible-design__title h2 {
    font-size: 3.8rem;
  }
}
#flexible-design .flexible-design__contents {
  margin-top: 2rem;
}
#flexible-design .flexible-design__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-left: 0.1rem solid #dcdcdc;
  border-right: 0.1rem solid #dcdcdc;
  position: relative;
}
@media (max-width: 767px) {
  #flexible-design .flexible-design__items {
    grid-template-columns: repeat(2, 1fr);
    border-left-width: 0.2rem;
    border-right-width: 0.2rem;
  }
}
#flexible-design .flexible-design__items::before, #flexible-design .flexible-design__items::after {
  content: "";
  width: 100vw;
  height: 0.1rem;
  background: #dcdcdc;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  #flexible-design .flexible-design__items::before, #flexible-design .flexible-design__items::after {
    height: 0.2rem;
  }
}
#flexible-design .flexible-design__items::before {
  top: 0;
}
#flexible-design .flexible-design__items::after {
  bottom: 0;
}
#flexible-design .flexible-design__item {
  padding: 2rem;
  position: relative;
}
#flexible-design .flexible-design__item:nth-of-type(3n+4)::before {
  content: "";
  display: block;
  width: 100vw;
  height: 0.1rem;
  background: #dcdcdc;
  position: absolute;
  left: calc(60rem - 50vw);
  top: 0;
}
@media (max-width: 1260px) {
  #flexible-design .flexible-design__item:nth-of-type(3n+4)::before {
    left: -3rem;
  }
}
@media (max-width: 767px) {
  #flexible-design .flexible-design__item:nth-of-type(3n+4)::before {
    display: none;
  }
}
@media (min-width: 768px) {
  #flexible-design .flexible-design__item:nth-of-type(3n+1), #flexible-design .flexible-design__item:nth-of-type(3n+2) {
    border-right: 0.1rem solid #dcdcdc;
  }
}
@media (max-width: 767px) {
  #flexible-design .flexible-design__item:nth-of-type(2n+3)::before {
    content: "";
    display: block;
    width: 100vw;
    height: 0.2rem;
    background: #dcdcdc;
    position: absolute;
    left: -4rem;
    top: 0;
  }
}
@media (max-width: 767px) {
  #flexible-design .flexible-design__item:nth-of-type(odd) {
    border-right: 0.2rem solid #dcdcdc;
  }
}
#flexible-design .flexible-design__item img {
  aspect-ratio: 3/2;
  object-fit: cover;
}
#flexible-design .flexible-design__three-row-items {
  border-left: 0.1rem solid #dcdcdc;
  border-right: 0.1rem solid #dcdcdc;
  position: relative;
}
#flexible-design .flexible-design__three-row-items::before, #flexible-design .flexible-design__three-row-items::after {
  content: "";
  width: 100vw;
  height: 0.1rem;
  background: #dcdcdc;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  #flexible-design .flexible-design__three-row-items::before, #flexible-design .flexible-design__three-row-items::after {
    height: 0.2rem;
  }
}
#flexible-design .flexible-design__three-row-items::before {
  top: 0;
}
#flexible-design .flexible-design__three-row-items::after {
  bottom: 0;
}
#flexible-design .flexible-design__three-row-item {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
}
@media (max-width: 767px) {
  #flexible-design .flexible-design__three-row-item {
    grid-template-columns: repeat(2, 1fr);
  }
}
#flexible-design .flexible-design__three-row-item:not(:first-of-type)::before {
  content: "";
  display: block;
  width: 100vw;
  height: 0.1rem;
  background: #dcdcdc;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  #flexible-design .flexible-design__three-row-item:not(:first-of-type)::before {
    height: 0.2rem;
  }
}
#flexible-design .flexible-design__three-row-item li {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  #flexible-design .flexible-design__three-row-item li:first-of-type {
    grid-column: span 2;
  }
}
#flexible-design .flexible-design__three-row-item li p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 767px) {
  #flexible-design .flexible-design__three-row-item li p {
    font-size: 3rem;
  }
}
#flexible-design .flexible-design__three-row-item li p span {
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  #flexible-design .flexible-design__three-row-item li p span {
    font-size: 2.2rem;
  }
}
#flexible-design .flexible-design__three-row-item li:has(img) {
  cursor: pointer;
}
#flexible-design .flexible-design__three-row-item li:has(img)::before {
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  background: #fff;
  position: absolute;
  bottom: 3rem;
  right: 3rem;
  z-index: 10;
  clip-path: polygon(1.8rem 0, 2.2rem 0, 2.2rem 1.8rem, 100% 1.8rem, 100% 2.2rem, 2.2rem 2.2rem, 2.2rem 100%, 1.8rem 100%, 1.8rem 2.2rem, 0 2.2rem, 0 1.8rem, 1.8rem 1.8rem);
}
@media (max-width: 767px) {
  #flexible-design .flexible-design__three-row-item li:has(img)::before {
    width: 6rem;
    height: 6rem;
    clip-path: polygon(2.7rem 0, 3.3rem 0, 3.3rem 2.7rem, 100% 2.7rem, 100% 3.3rem, 3.3rem 3.3rem, 3.3rem 100%, 2.7rem 100%, 2.7rem 3.3rem, 0 3.3rem, 0 2.7rem, 2.7rem 2.7rem);
  }
}
#flexible-design .flexible-design__three-row-item li:has(img) img {
  aspect-ratio: 3/2;
  object-fit: cover;
}
#flexible-design .flexible-design .flexible-design-modal {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  overflow: auto;
  overscroll-behavior: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
#flexible-design .flexible-design .flexible-design-modal.is-open {
  opacity: 1;
  visibility: visible;
}
#flexible-design .flexible-design .flexible-design-modal__bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
}
#flexible-design .flexible-design .flexible-design-modal__content {
  width: 100%;
  height: calc(100% + 0.5px);
  display: grid;
  place-content: center;
  position: relative;
  z-index: 3;
  pointer-events: none;
}
#flexible-design .flexible-design .flexible-design-modal .flexible-design-modal-item {
  width: 90vw;
  position: relative;
  pointer-events: all;
}
#flexible-design .flexible-design .flexible-design-modal .flexible-design-modal-item__close {
  width: 4rem;
  height: 4rem;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 10;
}
@media (max-width: 767px) {
  #flexible-design .flexible-design .flexible-design-modal .flexible-design-modal-item__close {
    width: 6rem;
    height: 6rem;
  }
}
#flexible-design .flexible-design .flexible-design-modal .flexible-design-modal-item__close span {
  width: 100%;
  height: 0.4rem;
  background: #3d3d3d;
  position: absolute;
  top: 50%;
  left: 0;
}
@media (max-width: 767px) {
  #flexible-design .flexible-design .flexible-design-modal .flexible-design-modal-item__close span {
    height: 0.6rem;
  }
}
#flexible-design .flexible-design .flexible-design-modal .flexible-design-modal-item__close span:nth-of-type(1) {
  transform: translateY(-50%) rotate(45deg);
}
#flexible-design .flexible-design .flexible-design-modal .flexible-design-modal-item__close span:nth-of-type(2) {
  transform: translateY(-50%) rotate(-45deg);
}
#flexible-design .flexible-design .flexible-design-modal .flexible-design-modal-item__image {
  width: 100%;
  height: initial;
}
#flexible-design .flexible-design .flexible-design-modal .flexible-design-modal-item__image img {
  aspect-ratio: 3/2;
  object-fit: cover;
}
#flexible-design .flexible-design .flexible-design-modal .flexible-design-modal-item.is-vertical {
  width: initial;
  height: 90vh;
}
#flexible-design .flexible-design .flexible-design-modal .flexible-design-modal-item.is-vertical .flexible-design-modal-item__image {
  height: 100%;
  width: initial;
}
#flexible-design .flexible-design .flexible-design-modal .flexible-design-modal-item.is-vertical .flexible-design-modal-item__image img {
  height: 100%;
  width: auto;
}
#flexible-design .flexible-design[data-mod=fd-sec02] {
  padding-block: 8rem 8.5rem;
}

/* --------------------------------
施工事例一覧
----------------------------------- */
#works-list .works-list {
  padding-block: 9rem 15rem;
}
@media (min-width: 768px) {
  #works-list .works-list__contents {
    padding-inline: 3rem;
  }
}
#works-list .works-list__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  #works-list .works-list__tags {
    margin-bottom: 8rem;
  }
}
#works-list .works-list__tags li a {
  display: inline-block;
  padding: 0.4rem 1.4rem;
  border: 0.1rem solid #7ea0c7;
  font-weight: 500;
}
#works-list .works-list__tags li a.is-current {
  background: #7ea0c7;
  color: #fff;
}

/* --------------------------------
施工事例詳細
----------------------------------- */
#works-detail .works-detail {
  padding-block: 6rem 13rem;
}
@media (min-width: 768px) {
  #works-detail .works-detail .inner {
    width: 114rem;
  }
}
#works-detail .works-detail__info {
  display: flex;
  align-items: center;
  column-gap: 2rem;
  margin-bottom: 1rem;
}
#works-detail .works-detail__title {
  text-align: center;
}
#works-detail .works-detail__title h2 {
  font-size: 3.6rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  #works-detail .works-detail__title h2 {
    font-size: 3.4rem;
    line-height: 1.4;
  }
}
#works-detail .works-detail__title[data-mod=voice-list] {
  text-align: left;
}
#works-detail .works-detail__customer {
  margin-top: 1rem;
  text-align: center;
}
@media (max-width: 767px) {
  #works-detail .works-detail__customer {
    margin-top: 2rem;
  }
}
#works-detail .works-detail__customer p {
  font-size: 1.8rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  #works-detail .works-detail__customer p {
    font-size: 3rem;
  }
}
#works-detail .works-detail__customer[data-mod=voice-list] {
  text-align: left;
}
#works-detail .works-detail__image {
  margin-top: 3.6rem;
}
@media (max-width: 767px) {
  #works-detail .works-detail__image {
    margin-top: 2rem;
  }
}
#works-detail .works-detail__tag {
  font-size: 1.4rem;
  padding: 1rem 1.6rem;
  background: #f1f3f6;
  font-weight: 500;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  #works-detail .works-detail__tag {
    margin-top: 4rem;
    font-size: 2.6rem;
    padding: 1.6rem 2.4rem;
  }
}
#works-detail .works-detail__tag p {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1rem;
}
@media (max-width: 767px) {
  #works-detail .works-detail__tag p {
    column-gap: 2rem;
  }
}
#works-detail .works-detail__tag .tag-heading {
  color: #e0b300;
  font-weight: bold;
}
#works-detail .works-detail__contents {
  margin-top: 7rem;
}
@media (max-width: 767px) {
  #works-detail .works-detail__contents {
    margin-top: 4rem;
  }
}
#works-detail .works-detail__pagination {
  margin-top: 8rem;
}

/* --------------------------------
イベント詳細
----------------------------------- */
#event-detail .event-detail {
  padding-block: 6rem 13rem;
}
@media (min-width: 768px) {
  #event-detail .event-detail .inner {
    width: 100rem;
  }
}
#event-detail .event-detail__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1rem;
}
#event-detail .event-detail__title {
  text-align: center;
}
#event-detail .event-detail__title h2 {
  font-size: 3.6rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  #event-detail .event-detail__title h2 {
    font-size: 3.4rem;
    line-height: 1.4;
  }
}
#event-detail .event-detail__title[data-mod=voice-list] {
  text-align: left;
}
#event-detail .event-detail__image {
  margin-top: 3.6rem;
}
@media (max-width: 767px) {
  #event-detail .event-detail__image {
    margin-top: 2rem;
  }
}
#event-detail .event-detail__contents {
  margin-top: 7rem;
}
@media (max-width: 767px) {
  #event-detail .event-detail__contents {
    margin-top: 4rem;
  }
}
#event-detail .event-detail__banner {
  margin-top: 5rem;
}
#event-detail .event-detail .event-detail-highlights {
  margin-top: 8rem;
}
#event-detail .event-detail .event-detail-highlights__title {
  text-align: center;
}
#event-detail .event-detail .event-detail-highlights__title h3 {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: bold;
  color: #7ea0c7;
  position: relative;
  display: inline-block;
}
@media (max-width: 767px) {
  #event-detail .event-detail .event-detail-highlights__title h3 {
    font-size: 3.6rem;
  }
}
#event-detail .event-detail .event-detail-highlights__title h3::before, #event-detail .event-detail .event-detail-highlights__title h3::after {
  content: "";
  width: 0.2rem;
  height: 4.6rem;
  background: #7ea0c7;
  position: absolute;
  top: 50%;
}
@media (max-width: 767px) {
  #event-detail .event-detail .event-detail-highlights__title h3::before, #event-detail .event-detail .event-detail-highlights__title h3::after {
    width: 0.3rem;
    height: 6rem;
  }
}
#event-detail .event-detail .event-detail-highlights__title h3::before {
  right: calc(100% + 2rem);
  transform: translateY(-50%) rotate(-25deg);
}
@media (max-width: 767px) {
  #event-detail .event-detail .event-detail-highlights__title h3::before {
    right: calc(100% + 3rem);
  }
}
#event-detail .event-detail .event-detail-highlights__title h3::after {
  left: calc(100% + 2rem);
  transform: translateY(-50%) rotate(25deg);
}
@media (max-width: 767px) {
  #event-detail .event-detail .event-detail-highlights__title h3::after {
    left: calc(100% + 3rem);
  }
}
#event-detail .event-detail .event-detail-highlights__items {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 4rem;
  row-gap: 3rem;
}
@media (max-width: 767px) {
  #event-detail .event-detail .event-detail-highlights__items {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 6rem;
  }
}
#event-detail .event-detail .event-detail-highlights .event-detail-highlights-item__image img {
  aspect-ratio: 480/352;
  object-fit: cover;
  border-radius: 2rem;
}
#event-detail .event-detail .event-detail-highlights .event-detail-highlights-item__title {
  margin-top: 0.6rem;
}
@media (max-width: 767px) {
  #event-detail .event-detail .event-detail-highlights .event-detail-highlights-item__title {
    margin-top: 1rem;
  }
}
#event-detail .event-detail .event-detail-highlights .event-detail-highlights-item__title h4 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #7ea0c7;
}
@media (max-width: 767px) {
  #event-detail .event-detail .event-detail-highlights .event-detail-highlights-item__title h4 {
    font-size: 3.2rem;
  }
}
#event-detail .event-detail .event-detail-highlights .event-detail-highlights-item__text {
  margin-top: 0.6rem;
  text-align: justify;
}
@media (max-width: 767px) {
  #event-detail .event-detail .event-detail-highlights .event-detail-highlights-item__text {
    margin-top: 1rem;
  }
}
#event-detail .event-detail .event-detail-highlights .event-detail-highlights-item__text p {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #3d3d3d;
}
@media (max-width: 767px) {
  #event-detail .event-detail .event-detail-highlights .event-detail-highlights-item__text p {
    font-size: 2.4rem;
  }
}
#event-detail .event-detail .event-detail-recommended {
  margin-top: 9rem;
  padding: 4rem 6rem;
  background: #7ea0c7;
  color: #fff;
  font-weight: bold;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  #event-detail .event-detail .event-detail-recommended {
    padding: 6rem 4rem;
  }
}
#event-detail .event-detail .event-detail-recommended__title {
  text-align: center;
}
#event-detail .event-detail .event-detail-recommended__title h3 {
  font-size: 3rem;
  line-height: 1.2;
  padding-bottom: 1.8rem;
  border-bottom: 0.3rem solid #fff;
}
@media (max-width: 767px) {
  #event-detail .event-detail .event-detail-recommended__title h3 {
    font-size: 3.6rem;
  }
}
#event-detail .event-detail .event-detail-recommended__list {
  margin-top: 2.2rem;
}
#event-detail .event-detail .event-detail-recommended__list ul {
  display: flex;
  flex-direction: column;
  row-gap: 0.6rem;
}
@media (max-width: 767px) {
  #event-detail .event-detail .event-detail-recommended__list ul {
    row-gap: 1rem;
  }
}
#event-detail .event-detail .event-detail-recommended__list ul li {
  padding-inline: 1rem;
  font-size: 3rem;
  position: relative;
  display: flex;
  column-gap: 2.6rem;
}
@media (max-width: 767px) {
  #event-detail .event-detail .event-detail-recommended__list ul li {
    font-size: 3.2rem;
  }
}
#event-detail .event-detail .event-detail-recommended__list ul li .check-icon {
  display: block;
  width: 2.1rem;
  height: 2.1rem;
  background: #fff;
  margin-top: 1.4rem;
  position: relative;
}
@media (max-width: 767px) {
  #event-detail .event-detail .event-detail-recommended__list ul li .check-icon {
    width: 2.8rem;
    height: 2.8rem;
    margin-top: 1.2rem;
  }
}
#event-detail .event-detail .event-detail-recommended__list ul li .check-icon::before {
  content: "";
  width: 1.3rem;
  height: 2.5rem;
  border-bottom: 0.5rem solid #3d3d3d;
  border-right: 0.5rem solid #3d3d3d;
  transform: rotate(45deg);
  position: absolute;
  bottom: 0.2rem;
  left: 0.7rem;
}
@media (max-width: 767px) {
  #event-detail .event-detail .event-detail-recommended__list ul li .check-icon::before {
    width: 1.9rem;
    height: 3.5rem;
    border-bottom-width: 0.7rem;
    border-right-width: 0.7rem;
    left: 1rem;
    bottom: 0.3rem;
  }
}
#event-detail .event-detail .event-detail-recommended__list ul li p {
  flex: 1;
}
#event-detail .event-detail__pagination {
  margin-top: 8rem;
}

/* --------------------------------
会社概要
----------------------------------- */
#company .company-anchor-link {
  padding-block: 6rem;
  margin-top: 3.5rem;
}
#company .company-anchor-link .inner {
  display: flex;
  justify-content: center;
  column-gap: 1rem;
}
@media (max-width: 767px) {
  #company .company-anchor-link .inner {
    flex-wrap: wrap;
    column-gap: 2rem;
    row-gap: 2rem;
  }
}
#company .company-message {
  padding-top: 12rem;
  background: #7ea0c7;
  color: #fff;
  position: relative;
  overflow: hidden;
}
#company .company-message .company-message-item {
  display: flex;
  column-gap: 5.6rem;
}
@media (max-width: 767px) {
  #company .company-message .company-message-item {
    flex-direction: column;
    row-gap: 3rem;
  }
}
#company .company-message .company-message-item__image {
  width: 54.2rem;
}
@media (max-width: 767px) {
  #company .company-message .company-message-item__image {
    width: 100%;
  }
}
#company .company-message .company-message-item__image img {
  aspect-ratio: 540/490;
  object-fit: cover;
  object-position: 65% center;
}
#company .company-message .company-message-item__textarea {
  flex: 1;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
@media (max-width: 767px) {
  #company .company-message .company-message-item__text {
    text-align: center;
  }
}
#company .company-message .company-message-item__text p {
  font-size: 2rem;
  line-height: 2.7;
}
@media (max-width: 767px) {
  #company .company-message .company-message-item__text p {
    font-size: 3rem;
  }
}
#company .company-message .company-message-item__name {
  text-align: right;
}
@media (max-width: 767px) {
  #company .company-message .company-message-item__name {
    text-align: center;
    margin-top: 3rem;
  }
}
#company .company-message .company-message-item__name p {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  #company .company-message .company-message-item__name p {
    font-size: 2.6rem;
  }
}
#company .company-message .company-message-item__name p span {
  font-size: 2.6rem;
}
@media (max-width: 767px) {
  #company .company-message .company-message-item__name p span {
    font-size: 3.6rem;
  }
}
#company .company-message .company-message-philosophy {
  padding-top: 10rem;
  padding-block: 10rem 27.6rem;
  margin-top: 5.4rem;
  position: relative;
}
@media (max-width: 767px) {
  #company .company-message .company-message-philosophy {
    padding-bottom: 18rem;
  }
}
#company .company-message .company-message-philosophy__bottom-image {
  width: 100vw;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#company .company-message .company-message-philosophy__bottom-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#company .company-message .company-message-philosophy__mask-bg {
  width: 100vw;
  height: 40rem;
  background: linear-gradient(180deg, #7ea0c7, transparent);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#company .company-message .company-message-philosophy__title {
  text-align: center;
  position: relative;
  filter: drop-shadow(0 0 0.3rem #3d3d3d);
}
@media (max-width: 767px) {
  #company .company-message .company-message-philosophy__title {
    filter: drop-shadow(0 0 0.4rem #3d3d3d);
  }
}
#company .company-message .company-message-philosophy__title h2 {
  font-size: 3.6rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  #company .company-message .company-message-philosophy__title h2 {
    font-size: 4.2rem;
  }
}
#company .company-message .company-message-philosophy__text {
  margin-top: 1rem;
  text-align: center;
  position: relative;
  filter: drop-shadow(0 0 0.2rem #3d3d3d);
}
@media (max-width: 767px) {
  #company .company-message .company-message-philosophy__text {
    filter: drop-shadow(0 0 0.3rem #3d3d3d);
  }
}
#company .company-message .company-message-philosophy__text p {
  font-size: 1.8rem;
  line-height: 2.6666666667;
}
@media (max-width: 767px) {
  #company .company-message .company-message-philosophy__text p {
    font-size: 2.6rem;
  }
}
#company .company-message .company-message-philosophy__text p span {
  font-size: 6rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  #company .company-message .company-message-philosophy__text p span {
    font-size: 5rem;
  }
}
#company .company-overview {
  padding-top: 9rem;
}
@media (min-width: 768px) {
  #company .company-overview .inner {
    width: 94rem;
  }
}
#company .company-overview__title {
  text-align: center;
}
#company .company-overview__title h2 {
  font-size: 3.6rem;
  font-weight: bold;
  color: #7ea0c7;
}
@media (max-width: 767px) {
  #company .company-overview__title h2 {
    font-size: 4.2rem;
  }
}
#company .company-overview__contents {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  #company .company-overview__contents {
    margin-top: 6rem;
  }
}
#company .company-overview__image {
  width: 55rem;
}
@media (max-width: 767px) {
  #company .company-overview__image {
    width: 100%;
  }
}
#company .company-overview__table {
  width: 100%;
  border-top: 0.2rem solid #3d3d3d;
  border-bottom: 0.2rem solid #3d3d3d;
  margin-top: 4.8rem;
}
#company .company-overview__table dl {
  display: flex;
  align-items: center;
  column-gap: 5.2rem;
  padding-block: 1.4rem;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  #company .company-overview__table dl {
    column-gap: 3rem;
    font-size: 2.6rem;
    padding-block: 2rem;
  }
}
#company .company-overview__table dl:not(:first-of-type) {
  border-top: 0.1rem solid #c6c6c6;
}
#company .company-overview__table dl dt {
  width: 14rem;
  text-align: right;
}
@media (max-width: 767px) {
  #company .company-overview__table dl dt {
    width: 18rem;
  }
}
#company .company-overview__table dl dd {
  flex: 1;
}
#company .company-overview__table dl dd span {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  #company .company-overview__table dl dd span {
    font-size: 2rem;
  }
}
#company .company-access {
  padding-top: 8rem;
}
#company .company-access__title {
  text-align: center;
}
#company .company-access__title h2 {
  font-size: 3.6rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  #company .company-access__title h2 {
    font-size: 4.2rem;
  }
}
#company .company-access__contents {
  margin-top: 3rem;
}
#company .company-access__contents iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 1600/438;
  display: block;
}
@media (max-width: 767px) {
  #company .company-access__contents iframe {
    aspect-ratio: 360/360;
  }
}

/* --------------------------------
資料請求・来場予約
----------------------------------- */
#contact .contact-form {
  padding-block: 8rem 14rem;
}
@media (min-width: 768px) {
  #contact .contact-form .inner {
    width: 100rem;
  }
}
#contact .contact-form__form {
  margin-top: 2rem;
}
#contact .contact-form__thanks {
  margin-top: 4rem;
  text-align: center;
}
@media (max-width: 767px) {
  #contact .contact-form__thanks {
    text-align: left;
  }
}
#contact .contact-form__thanks p {
  font-size: 1.8rem;
  line-height: 2;
}
@media (max-width: 767px) {
  #contact .contact-form__thanks p {
    font-size: 2.8rem;
  }
}

/* --------------------------------
Privacy Policy
----------------------------------- */
#privacy .privacy {
  padding-block: 6rem 10rem;
}
@media (max-width: 767px) {
  #privacy .privacy {
    padding-block: 8rem 12rem;
  }
}
@media (min-width: 768px) {
  #privacy .privacy .inner {
    width: 100rem;
  }
}
#privacy .privacy__items {
  display: flex;
  flex-direction: column;
  row-gap: 3.6rem;
}
#privacy .privacy .privacy-item {
  font-size: 1.8rem;
  line-height: 2;
}
@media (max-width: 767px) {
  #privacy .privacy .privacy-item {
    font-size: 2.6rem;
  }
}
#privacy .privacy .privacy-item__title h2 {
  font-size: 2.4rem;
  line-height: 1.5;
  color: #7ea0c7;
}
@media (max-width: 767px) {
  #privacy .privacy .privacy-item__title h2 {
    font-size: 3.6rem;
  }
}
#privacy .privacy .privacy-item__text {
  margin-top: 0.6rem;
  text-align: justify;
}
#privacy .privacy .privacy-item ul {
  margin-top: 0.6rem;
}
#privacy .privacy .privacy-item ul li {
  padding-left: 0.72em;
  text-indent: -0.72em;
}
#privacy .privacy .privacy-item ol li {
  padding-left: 1.56em;
  text-indent: -1.56em;
}

/* --------------------------------
モデルハウス
----------------------------------- */
#model-house .model-house {
  padding-block: 10rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  #model-house .model-house {
    padding-block: 12rem;
  }
}
@media (min-width: 768px) {
  #model-house .model-house .inner {
    width: 100rem;
  }
}
#model-house .model-house .inner::before {
  content: "";
  width: 120rem;
  height: 120rem;
  border-radius: 50%;
  border: 0.1rem solid #cacaca;
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  #model-house .model-house .inner::before {
    width: 146rem;
    height: 146rem;
  }
}
#model-house .model-house__contents {
  position: relative;
}
@media (min-width: 768px) {
  #model-house .model-house__contents {
    padding-inline: 3rem;
  }
}
#model-house .model-house__tags {
  display: flex;
  justify-content: center;
  gap: 1.2rem;
}
#model-house .model-house__tags .tag-icon {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  #model-house .model-house__tags .tag-icon {
    font-size: 2.6rem;
  }
}
#model-house .model-house__title {
  text-align: center;
  margin-top: 1rem;
}
#model-house .model-house__title h1 {
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: 0.25em;
}
@media (max-width: 767px) {
  #model-house .model-house__title h1 {
    font-size: 4.2rem;
  }
}
#model-house .model-house__gallery {
  margin-top: 2rem;
}
#model-house .model-house__gallery .gallery-slider__wrap {
  width: 100%;
  position: relative;
}
#model-house .model-house__gallery .gallery-slider__main li {
  position: relative;
}
#model-house .model-house__gallery .gallery-slider__main li img {
  width: 100%;
  aspect-ratio: 1000/666;
  object-fit: cover;
}
#model-house .model-house__gallery .gallery-slider .prev-arrow01,
#model-house .model-house__gallery .gallery-slider .next-arrow01 {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  display: grid;
  place-content: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  #model-house .model-house__gallery .gallery-slider .prev-arrow01,
  #model-house .model-house__gallery .gallery-slider .next-arrow01 {
    width: 6rem;
    height: 6rem;
  }
}
#model-house .model-house__gallery .gallery-slider .prev-arrow01 span,
#model-house .model-house__gallery .gallery-slider .next-arrow01 span {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  #model-house .model-house__gallery .gallery-slider .prev-arrow01 span,
  #model-house .model-house__gallery .gallery-slider .next-arrow01 span {
    width: 2.6rem;
    height: 2.6rem;
  }
}
#model-house .model-house__gallery .gallery-slider .prev-arrow01 {
  left: -4.6rem;
  padding-left: 0.6rem;
}
@media (max-width: 767px) {
  #model-house .model-house__gallery .gallery-slider .prev-arrow01 {
    left: -2rem;
    padding-left: 1rem;
  }
}
#model-house .model-house__gallery .gallery-slider .prev-arrow01 span {
  border-left: 0.3rem solid #fff;
  border-bottom: 0.3rem solid #fff;
}
@media (max-width: 767px) {
  #model-house .model-house__gallery .gallery-slider .prev-arrow01 span {
    border-left: 0.5rem solid #fff;
    border-bottom: 0.5rem solid #fff;
  }
}
#model-house .model-house__gallery .gallery-slider .next-arrow01 {
  right: -4.6rem;
  padding-right: 0.6rem;
}
@media (max-width: 767px) {
  #model-house .model-house__gallery .gallery-slider .next-arrow01 {
    right: -2rem;
    padding-right: 1rem;
  }
}
#model-house .model-house__gallery .gallery-slider .next-arrow01 span {
  border-right: 0.3rem solid #fff;
  border-top: 0.3rem solid #fff;
}
@media (max-width: 767px) {
  #model-house .model-house__gallery .gallery-slider .next-arrow01 span {
    border-right: 0.5rem solid #fff;
    border-top: 0.5rem solid #fff;
  }
}
#model-house .model-house__gallery .gallery-slider .prev-arrow02,
#model-house .model-house__gallery .gallery-slider .next-arrow02 {
  width: 2rem;
  height: 2rem;
  border: none;
  background: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  z-index: 10;
  cursor: pointer;
}
@media (max-width: 767px) {
  #model-house .model-house__gallery .gallery-slider .prev-arrow02,
  #model-house .model-house__gallery .gallery-slider .next-arrow02 {
    width: 3rem;
    height: 3rem;
  }
}
#model-house .model-house__gallery .gallery-slider .prev-arrow02 {
  left: 2.2rem;
  border-left: 0.4rem solid #000;
  border-bottom: 0.4rem solid #000;
}
@media (max-width: 767px) {
  #model-house .model-house__gallery .gallery-slider .prev-arrow02 {
    border-left: 0.6rem solid #000;
    border-bottom: 0.6rem solid #000;
  }
}
#model-house .model-house__gallery .gallery-slider .next-arrow02 {
  right: 2.2rem;
  border-right: 0.4rem solid #000;
  border-top: 0.4rem solid #000;
}
@media (max-width: 767px) {
  #model-house .model-house__gallery .gallery-slider .next-arrow02 {
    border-right: 0.6rem solid #000;
    border-top: 0.6rem solid #000;
  }
}
#model-house .model-house__gallery .gallery-slider__choice-btn {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  #model-house .model-house__gallery .gallery-slider__choice-btn {
    margin-top: 2rem;
  }
}
#model-house .model-house__gallery .gallery-slider__choice-btn .slick-list::before, #model-house .model-house__gallery .gallery-slider__choice-btn .slick-list::after {
  content: "";
  width: 6.6rem;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  z-index: 5;
  display: none;
}
#model-house .model-house__gallery .gallery-slider__choice-btn .slick-list::before {
  left: 0;
}
#model-house .model-house__gallery .gallery-slider__choice-btn .slick-list::after {
  right: 0;
}
#model-house .model-house__gallery .gallery-slider__choice-btn .slick-track {
  margin-left: 0;
  z-index: 2;
}
#model-house .model-house__gallery .gallery-slider__choice-btn.is-fixed .slick-track {
  transform: unset !important;
}
#model-house .model-house__gallery .gallery-slider__choice-btn li {
  cursor: pointer;
  padding: 0.5rem;
  position: relative;
}
#model-house .model-house__gallery .gallery-slider__choice-btn li.before-item::before {
  content: "BEFORE";
  font-size: 1.4rem;
  color: #fff;
  font-weight: bold;
  padding: 0.2rem 1rem;
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
#model-house .model-house__gallery .gallery-slider__choice-btn li img {
  width: 100%;
  aspect-ratio: 160/106;
  object-fit: cover;
}
#model-house .model-house__gallery .gallery-slider__choice-btn li.slick-current {
  background: #7ea0c7;
}
#model-house .model-house__text {
  width: 100%;
  padding: 3rem;
  background: #3d3d3d;
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.25;
  font-weight: 500;
  margin-top: 5rem;
}
@media (max-width: 767px) {
  #model-house .model-house__text {
    font-size: 2.6rem;
    margin-top: 6rem;
  }
}
#model-house .model-house-highlights {
  padding-top: 10rem;
}
@media (min-width: 768px) {
  #model-house .model-house-highlights .inner {
    width: 100rem;
  }
}
#model-house .model-house-highlights__title {
  text-align: center;
}
#model-house .model-house-highlights__title h2 {
  display: inline-block;
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
}
#model-house .model-house-highlights__title h2::before {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  border-right: 0.3rem solid #3d3d3d;
  border-bottom: 0.3rem solid #3d3d3d;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
@media (max-width: 767px) {
  #model-house .model-house-highlights__title h2::before {
    width: 1.8rem;
    height: 1.8rem;
    border-right-width: 0.4rem;
    border-bottom-width: 0.4rem;
  }
}
#model-house .model-house-highlights__contents {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#model-house .model-house-highlights__tabs {
  display: flex;
  justify-content: center;
  width: 100rem;
}
@media (max-width: 767px) {
  #model-house .model-house-highlights__tabs {
    width: 67rem;
  }
}
#model-house .model-house-highlights__tab {
  flex: 1;
  padding-block: 1rem;
  text-align: center;
  color: #a1a1a1;
  cursor: pointer;
}
#model-house .model-house-highlights__tab p {
  font-size: 3.6rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  line-height: 1.2;
}
#model-house .model-house-highlights__tab.is-current {
  border-bottom: 0.3rem solid #3d3d3d;
  color: #3d3d3d;
}
@media (max-width: 767px) {
  #model-house .model-house-highlights__tab.is-current {
    border-bottom-width: 0.5rem;
  }
}
#model-house .model-house-highlights__tab-contents {
  width: 100%;
  border-top: 0.1rem solid #a1a1a1;
  padding-block: 11rem 8rem;
  background: #f2f4f7;
}
#model-house .model-house-highlights .mh-highlights-tab-content:not(:nth-of-type(2)) {
  display: none;
}
#model-house .model-house-highlights .mh-highlights-tab-content__image {
  position: relative;
}
#model-house .model-house-highlights .mh-highlights-tab-content__point-items {
  margin-top: 4.6rem;
  display: flex;
  flex-direction: column;
  row-gap: 3.4rem;
}
@media (max-width: 767px) {
  #model-house .model-house-highlights .mh-highlights-tab-content__point-items {
    row-gap: 4rem;
  }
}
#model-house .model-house-highlights .mh-highlights-tab-content__items {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2rem;
  row-gap: 3.5rem;
}
@media (max-width: 767px) {
  #model-house .model-house-highlights .mh-highlights-tab-content__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
#model-house .model-house-highlights .mh-highlights-tab-content .mh-highlights-tab-content-item__image img {
  aspect-ratio: 320/234;
  object-fit: cover;
}
#model-house .model-house-highlights .mh-highlights-tab-content .mh-highlights-tab-content-item__name {
  display: flex;
  column-gap: 0.8rem;
  margin-top: 1rem;
}
#model-house .model-house-highlights .mh-highlights-tab-content .mh-highlights-tab-content-item__name span {
  width: 4rem;
  height: 4rem;
  background: #7ea0c7;
  border-radius: 50%;
  display: grid;
  place-content: center;
  font-size: 2.3rem;
  line-height: 1;
  font-family: "Roboto Condensed", sans-serif;
  color: #fff;
  font-weight: 500;
}
#model-house .model-house-highlights .mh-highlights-tab-content .mh-highlights-tab-content-item__name p {
  font-size: 2rem;
  color: #7ea0c7;
  font-weight: bold;
  margin-top: 0.4rem;
  flex: 1;
}
@media (max-width: 767px) {
  #model-house .model-house-highlights .mh-highlights-tab-content .mh-highlights-tab-content-item__name p {
    font-size: 2.4rem;
  }
}
#model-house .model-house-highlights .mh-highlights-tab-content .mh-highlights-tab-content-item__text {
  margin-top: 1rem;
  text-align: justify;
}
#model-house .model-house-highlights .mh-highlights-tab-content .mh-highlights-tab-content-item__text p {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  #model-house .model-house-highlights .mh-highlights-tab-content .mh-highlights-tab-content-item__text p {
    font-size: 2rem;
  }
}
#model-house .mh-child-banner {
  background-image: url(../img/model-house/mh-child-banner-bg.jpg);
  background-size: cover;
  padding-top: 4.8rem;
  position: relative;
  color: #fff;
}
@media (max-width: 767px) {
  #model-house .mh-child-banner {
    padding-top: 6rem;
  }
}
#model-house .mh-child-banner::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(245, 164, 31, 0.7);
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  #model-house .mh-child-banner .inner {
    width: 100rem;
  }
}
#model-house .mh-child-banner .mh-child-banner-item {
  display: flex;
  column-gap: 2.8rem;
}
@media (max-width: 767px) {
  #model-house .mh-child-banner .mh-child-banner-item {
    flex-direction: column-reverse;
    row-gap: 1rem;
  }
}
#model-house .mh-child-banner .mh-child-banner-item__image {
  width: 31rem;
}
@media (max-width: 767px) {
  #model-house .mh-child-banner .mh-child-banner-item__image {
    width: 26rem;
    margin-inline: auto;
  }
}
#model-house .mh-child-banner .mh-child-banner-item__textarea {
  flex: 1;
}
@media (min-width: 768px) {
  #model-house .mh-child-banner .mh-child-banner-item__textarea {
    margin-top: 5rem;
  }
}
@media (max-width: 767px) {
  #model-house .mh-child-banner .mh-child-banner-item__title {
    text-align: center;
  }
}
#model-house .mh-child-banner .mh-child-banner-item__title h2 {
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  #model-house .mh-child-banner .mh-child-banner-item__title h2 {
    font-size: 3.8rem;
  }
}
#model-house .mh-child-banner .mh-child-banner-item__text {
  margin-top: 0.6rem;
}
@media (max-width: 767px) {
  #model-house .mh-child-banner .mh-child-banner-item__text {
    margin-top: 1rem;
  }
}
#model-house .mh-child-banner .mh-child-banner-item__text p {
  font-size: 1.6rem;
  line-height: 2.25;
}
@media (max-width: 767px) {
  #model-house .mh-child-banner .mh-child-banner-item__text p {
    font-size: 2.4rem;
  }
}
#model-house .model-house-overview {
  padding-top: 10rem;
}
@media (min-width: 768px) {
  #model-house .model-house-overview .inner {
    width: 65rem;
  }
}
#model-house .model-house-overview__title {
  text-align: center;
}
#model-house .model-house-overview__title h2 {
  font-size: 3rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  #model-house .model-house-overview__title h2 {
    font-size: 4rem;
  }
}
#model-house .model-house-overview__contents {
  margin-top: 5rem;
}
#model-house .model-house-overview__items {
  border-top: 0.1rem solid #3d3d3d;
}
#model-house .model-house-overview__items dl {
  padding-block: 2.7rem;
  display: flex;
  align-items: center;
  column-gap: 1rem;
  font-size: 1.8rem;
  border-bottom: 0.1rem solid #3d3d3d;
}
@media (max-width: 767px) {
  #model-house .model-house-overview__items dl {
    font-size: 2.6rem;
  }
}
#model-house .model-house-overview__items dl dt {
  width: 14.4rem;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 767px) {
  #model-house .model-house-overview__items dl dt {
    width: 18rem;
  }
}
#model-house .model-house-overview__items dl dd {
  flex: 1;
}
#model-house .model-house-access {
  padding-top: 10rem;
}
#model-house .model-house-access__title {
  text-align: center;
}
#model-house .model-house-access__title h2 {
  font-size: 3.6rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  #model-house .model-house-access__title h2 {
    font-size: 4rem;
  }
}
#model-house .model-house-access__contents {
  margin-top: 3rem;
}
#model-house .model-house-access__map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 1600/418;
  display: block;
}
@media (max-width: 767px) {
  #model-house .model-house-access__map iframe {
    aspect-ratio: 360/360;
  }
}

/* --------------------------------
404ページ
----------------------------------- */
#not-found .not-found {
  padding-block: 10rem;
  text-align: center;
}/*# sourceMappingURL=style.css.map */