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

section {
  width: 100%;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  appearance: checkbox;
}

[type="radio"] {
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  appearance: none;
}

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

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

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

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

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

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

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

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

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

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

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

@media screen and (max-width: 1000px) {
  ._pc {
    display: none !important;
  }
}

@media screen and (min-width: 1001px) {
  ._sp {
    display: none !important;
  }
}

._bold {
  font-weight: bold !important;
}

._normal {
  font-weight: normal !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

._red {
  color: red;
}

._blue {
  color: blue;
}

._opa:hover {
  opacity: .8 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-s {
  margin-top: 25px !important;
}

.mt-m {
  margin-top: 50px !important;
}

.mt-l {
  margin-top: 100px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-s {
  margin-bottom: 25px !important;
}

.mb-m {
  margin-bottom: 50px !important;
}

.mb-l {
  margin-bottom: 100px !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-s {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.my-m {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.my-l {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-s {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.py-m {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.py-l {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-s {
  padding-top: 25px !important;
}

.pt-m {
  padding-top: 50px !important;
}

.pt-l {
  padding-top: 100px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-s {
  padding-bottom: 25px !important;
}

.pb-m {
  padding-bottom: 50px !important;
}

.pb-l {
  padding-bottom: 100px !important;
}

html {
  scroll-behavior: smooth;
}

pre {
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: hidden !important;
}

.spacer {
  width: 100% !important;
}

.w-100 {
  width: 100% !important;
}

._jp {
  font-family: "Noto Sans JP", sans-serif;
}

body {
  font-size: 16px;
  color: #737373;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  line-height: 180%;
  letter-spacing: 0.1em;
  word-break: break-all;
  color: #333;
}

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

img {
  border-style: none;
  height: auto;
  max-width: 100%;
}

#wrapper {
  overflow: hidden;
}

.pad {
  padding-top: 30px !important;
  padding-bottom: 60px !important;
}

@media (min-width: 1001px) {
  .pad {
    padding-top: 90px !important;
    padding-bottom: 120px !important;
  }
}

h2.top_title {
  line-height: 1.8;
  font-size: 36px;
  font-weight: 600;
}

@media (max-width: 600px) {
  h2.top_title {
    font-size: 23px;
    line-height: 1.4;
  }
}

h2.top_title span {
  display: block;
  font-size: 26px;
  color: #009788;
}

@media (max-width: 600px) {
  h2.top_title span {
    font-size: 15px;
    margin-bottom: 2%;
  }
}

.inner {
  width: 1240px;
  max-width: calc(100vw - 6vw);
  margin: 0 auto;
}

.sm-inner {
  width: 880px;
  max-width: calc(100vw - 6vw);
  margin: 0 auto;
}

.lg-inner {
  width: 1070px;
  max-width: calc(100vw - 6vw);
  margin: 0 auto;
}

.xl-inner {
  width: 1400px;
  max-width: calc(100vw - 6vw);
  margin: 0 auto;
}

/* Titles
======================================== */
.ttl-basic {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 40px;
  color: #3c3c3c;
  text-align: center;
}

@media (min-width: 1001px) {
  .ttl-basic {
    font-size: 42px;
    margin-bottom: 60px;
  }
}

/* Header
======================================== */
header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.6) !important;
  -webkit-backdrop-filter: blur(10px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  height: 50px;
}

@media (min-width: 1001px) {
  header {
    height: 80px;
  }
}

.header-wrap {
  width: 100%;
}

.header-wrap .xl-inner {
  display: flex;
  justify-content: space-between;
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 1em;
  padding-right: 2em;
}

@media (min-width: 1001px) {
  .header-wrap .xl-inner {
    padding: 0.6em 1em 1em 1em;
  }
}

.header-wrap nav.nav-pc ul {
  display: flex;
  gap: 2.5em;
  position: relative;
  color: #3c3c3c;
  align-items: center;
}

.header-wrap nav.nav-pc ul .btn {
  background: #009788;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0.2rem 1rem;
  border-radius: 3px;
  gap: 1em;
  position: relative;
  letter-spacing: 1px;
}

.header-wrap nav.nav-pc ul .btn a {
  color: #fff;
}

.header-wrap nav.nav-pc ul .menu a {
  display: inline-block;
  position: relative;
}

.header-wrap nav.nav-pc ul .menu a::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #009788;
  bottom: -5px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}

.header-wrap nav.nav-pc ul .menu a:hover::after {
  transform: scale(1, 1);
}

@media (max-width: 1000px) {
  .header-wrap nav.nav-pc {
    display: none;
  }
}

.hamburger {
  display: block;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-left: auto;
  width: 50px;
  height: 31.5px;
  position: absolute;
  right: 0;
}

.hamburger .bar {
  display: block;
  width: 60%;
  height: 3px;
  margin: 5px auto 0;
  transition: all 0.3s ease-in-out;
  background-color: #009788;
}

.hamburger .bar:nth-child(1) {
  margin-top: 0px;
}

.hamburger.active .bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.hamburger.active .bar:nth-child(2) {
  opacity: 0;
}

.hamburger.active .bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

@media (min-width: 1001px) {
  .hamburger {
    display: none;
  }
}

.nav-container {
  position: fixed;
  transition: 0.2s;
  top: 50px;
  right: -100%;
  color: #fff;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  overflow-y: scroll;
  background-color: #078F82;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: top;
  justify-content: center;
  padding-top: 70px;
}

.nav-container.nav-active {
  right: 0;
}

.nav-container ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  justify-content: center;
}

.nav-container ul li {
  font-size: 18px;
  font-weight: 600;
}

.nav-container ul li.btn {
  background-color: #fff;
  width: 100%;
  height: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 70%;
}

.nav-container ul li.btn a {
  color: #333;
}

.nav-container ul li a {
  color: #fff;
}

/* Sub Visual
======================================== */
section.sv {
  height: 140px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-image: url(../images/bg-sv.jpg);
  background-position: 62% 10%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  color: #FFF;
  margin-top: 50px;
}

@media (min-width: 1001px) {
  section.sv {
    height: 330px;
  }
}

section.sv h1 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  font-size: 22px;
  font-weight: 600;
  text-shadow: 0 0 21px #429588, 0 0 5px #429588, 0 0 0.4px #429588;
}

@media (min-width: 1001px) {
  section.sv h1 {
    font-size: 36px;
    padding-top: 10px;
  }
}

section.sv h1 span {
  display: block;
  font-size: 22px;
  color: #333;
  text-align: center;
  margin-top: 1.6rem;
  padding: 10px 0 12px 0;
  border-radius: 2px;
  text-shadow: none;
  background-color: #eaf3fae9;
  box-shadow: rgba(149, 157, 165, 0.1) 0px 8px 24px;
}

@media (max-width: 600px) {
  section.sv h1 span {
    font-size: 15px;
    margin-top: 0.4rem;
    padding: 3px 0;
  }
}

section.model-house-detail_sv {
  height: 160px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: url("../images/detail_sv_bg.jpg") no-repeat center center/cover;
  position: relative;
  z-index: 1;
  color: #FFF;
  margin-top: 80px;
  margin-bottom: 60px;
}

@media (max-width: 600px) {
  section.model-house-detail_sv {
    height: 90px;
    margin-top: 50px;
    background: url("../images/detail_sv_bg.jpg") no-repeat 100% center/cover;
    margin-bottom: 30px;
  }
}

section.model-house-detail_sv h1 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  font-size: 22px;
  font-weight: 600;
}

@media (min-width: 1001px) {
  section.model-house-detail_sv h1 {
    font-size: 32px;
  }
}

/*その他のユーティリティ
---------------------------------------*/
.flex-container {
  display: block;
  gap: 3em;
}

@media (min-width: 1001px) {
  .flex-container {
    display: flex;
    flex-wrap: wrap;
  }
  .flex-container.row-reverse {
    flex-direction: row-reverse;
  }
}

.base-color {
  color: #009788;
}

.base-bg {
  background-color: #009788;
}

.btn {
  background-color: #009788;
  color: #fff;
  border-radius: 4px;
  padding: 0.2em 1em;
}

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

.iframe-responsive {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.iframe-responsive iframe {
  width: 100%;
  height: 100%;
}

/* Footer
======================================== */
footer {
  background-color: #009788;
  color: #fff;
  padding: 50px 0 0px;
}

footer .footer-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

footer .footer-cta td {
  padding: 0 3px;
}

@media (max-width: 1000px) {
  footer .footer-cta td {
    font-size: 13px;
  }
  footer .footer-cta td .app {
    width: 129.6px;
    height: 43.2px;
  }
}

footer .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
  max-width: 1100px;
  margin: 0 auto;
}

@media (max-width: 600px) {
  footer .container {
    padding: 3% 2% 0 2%;
    justify-content: center;
  }
}

footer .container .info .corp {
  text-align: left;
  margin-bottom: 10px;
}

@media (max-width: 600px) {
  footer .container .info .corp {
    text-align: center;
  }
}

footer .container .info ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
  justify-content: center;
}

@media (min-width: 1001px) {
  footer .container .info ul {
    margin-top: 20px;
    justify-content: left;
  }
}

footer .container .info ul li img {
  width: 48px;
  height: 48px;
}

footer .container .nav {
  width: 360px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
}

@media (max-width: 600px) {
  footer .container .nav {
    margin-top: 30px;
    gap: 5px 0;
  }
}

footer .container .nav li {
  flex: 50%;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

footer .container a {
  color: #FFF;
}

footer .copy {
  background: #ebebeb;
  color: #3d3d3d;
  margin: 0;
  max-width: 100%;
  margin-top: 30px;
  font-size: 13px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-align: center;
  height: 50px;
}

@media (min-width: 1001px) {
  footer .copy {
    justify-content: space-between;
  }
}

@media (max-width: 600px) {
  footer .copy {
    padding: 3% 0 3% 0;
    height: auto;
  }
}

footer .copy .copy_container {
  width: 1100px;
  margin: 0 auto;
  justify-content: space-between;
  display: flex;
}

@media (max-width: 600px) {
  footer .copy .copy_container {
    display: block;
  }
}

footer .copy ul {
  display: flex;
  flex-wrap: wrap;
  width: 30%;
}

@media (min-width: 1001px) {
  footer .copy ul {
    width: 30%;
  }
}

@media (max-width: 600px) {
  footer .copy ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
}

footer .copy ul li {
  width: 50%;
}

@media (min-width: 1001px) {
  footer .copy ul li {
    text-align: right;
  }
}

/* 404page
======================================== */
section.not-found {
  padding: 15% 0 10% 0;
  background-color: #f5f5e2;
  text-align: center;
}

@media (max-width: 600px) {
  section.not-found {
    padding: 30% 3% 15% 3%;
  }
}

section.not-found h2 {
  font-size: 8rem;
  color: #009788;
  font-weight: bold;
}

@media (max-width: 600px) {
  section.not-found h2 {
    font-size: 5rem;
    margin-bottom: 3%;
  }
}

section.not-found h2 span {
  font-size: 1.4rem;
  color: #333;
  display: block;
  margin-top: 80px;
}

@media (max-width: 600px) {
  section.not-found h2 span {
    margin-top: 50px;
  }
}

section.not-found p {
  margin-top: 1%;
}

@media (max-width: 600px) {
  section.not-found p {
    margin-bottom: 3%;
  }
}

section.not-found button {
  width: 200px;
  border-radius: 40px;
  margin-top: 4%;
  padding: 0.5% 0;
  font-size: 1.1rem;
  letter-spacing: 1px;
  border: 1px solid #009788;
  background: #FFF;
  color: #009788;
}

section.not-found button:hover {
  border: 1px solid #009788;
  background: #009788;
  color: #fff;
}

@media (max-width: 600px) {
  section.not-found button {
    margin-top: 8%;
  }
}

section.not-found br {
  display: none;
}

@media (max-width: 600px) {
  section.not-found br {
    display: block;
  }
}

/* News
======================================== */
section.news {
  padding: 50px 0;
}

section.news h3 {
  font-weight: 600;
  margin-bottom: 20px;
  color: #3d3d3d;
}

.article-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 25px;
}

.article-list li a {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: start;
  transition: 0.3s all;
}

.article-list li a:hover {
  opacity: 0.6;
}

.article-list li img {
  width: 115px;
  height: 95px;
  object-fit: cover;
}

.article-list li .text {
  flex: 1;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

@media (min-width: 1001px) {
  .pagination {
    gap: 30px;
  }
}

.pagination a,
.pagination span {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  color: #009788;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border: 1px solid #009788;
}

@media (min-width: 1001px) {
  .pagination a,
  .pagination span {
    width: 50px;
    height: 50px;
  }
}

.pagination a.current,
.pagination span.current {
  color: #fff;
  background-color: #009788;
}

.xl-inner.single {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}

@media (min-width: 1001px) {
  .xl-inner.single {
    margin-top: 100px;
    gap: 40px;
    width: 1300px;
  }
}

@media (max-width: 1000px) {
  .xl-inner.single {
    margin-bottom: 50px;
    margin-top: 50px;
  }
}

.xl-inner.single .side {
  width: 100%;
}

@media (min-width: 1001px) {
  .xl-inner.single .side {
    width: 400px;
    background: #f1f1f1;
    padding: 3%;
    border-radius: 10px;
    height: max-content;
  }
}

.xl-inner.single .side h2 {
  color: #009788;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #d3cdcd;
}

.xl-inner.single .side .article-list li {
  border-bottom: 1px dotted #d3cdcd;
  padding-bottom: 20px;
}

main.single {
  padding: 20px 0 0;
  flex: 1;
}

@media (min-width: 1001px) {
  main.single {
    padding: 0 0 100px;
  }
}

main.single .date {
  font-size: 16px;
  color: #009788;
  font-weight: bold;
}

main.single .ttl {
  color: #000000;
  font-size: 22px;
  display: block;
  margin: 10px 0 40px;
  padding-bottom: 20px;
  border-bottom: 2px solid #ccc;
  line-height: 160%;
}

@media (min-width: 1001px) {
  main.single .ttl {
    font-size: 28px;
  }
}

main.single .category {
  background-color: #009788;
  color: #fff;
  font-size: 12px;
  border-radius: 10px;
  line-height: 1;
  padding: 3px 10px;
  margin-left: 15px;
  pointer-events: none;
  cursor: default;
}

main.single .category a {
  color: #fff;
}

main.single #toc_container {
  width: 100%;
  margin: 1em auto;
  padding: 15px 40px 20px 40px;
  background: #f5f5e2 !important;
  border-radius: .5em;
  border: 2px solid #e2e2b1;
}

main.single #toc_container .toc_title {
  display: flex;
  justify-content: center;
  padding-bottom: 1em;
  border-bottom: 4px dotted #e2e2b1;
}

main.single #toc_container .toc_title:before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 28px;
  margin-right: 5px;
  background: url(../images/icon-index.svg) no-repeat left center;
}

main.single #toc_container .toc_list {
  padding-left: 20px;
}

main.single #toc_container .toc_list li {
  list-style-type: decimal;
  margin-bottom: 0px;
}

main.single #toc_container .toc_list li li {
  list-style-type: circle;
  margin-bottom: 0px;
}

main.single h3 {
  color: #222222;
  border-left: 5px solid #009788;
  box-sizing: border-box;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.3;
  margin: 1.4em 0 1em;
  padding-left: 0.75em;
}

@media (max-width: 600px) {
  main.single h3 {
    font-size: 1.3em;
    line-height: 1.3;
    padding-bottom: 0.2em;
  }
}

main.single p {
  margin-bottom: 1rem;
}

main.single p.link_btn {
  background: #009788;
  color: #fff !important;
  width: 40%;
  border-radius: 5px;
  margin: 5% auto;
  padding: 2% 3%;
  text-align: center;
  border: 2px solid #009788;
  font-size: 18px;
}

main.single img {
  height: auto;
  margin: 0 auto;
  display: block;
}

main.single p a {
  color: #009788;
  text-decoration: underline;
}

main.single p strong {
  color: #000000;
}

main.single .wp-block-group.is-style-flow-root {
  display: flow-root;
}

main.single .page-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 50px;
}

@media (min-width: 1001px) {
  main.single .page-nav {
    gap: 30px;
  }
}

main.single .page-nav a {
  border: 1px solid #ccc;
  width: 100px;
  height: 50px;
  transition: 0.3s all;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}

main.single .page-nav a:hover {
  background-color: #eee;
}

main.single blockquote {
  font-style: italic;
  color: #555;
  border-left: 5px solid #ccc;
  margin: 20px 0;
  padding: 10px 20px;
  background-color: #f9f9f9;
}

main.single blockquote::before {
  content: "“";
  font-size: 2em;
  color: #ccc;
  margin-right: 10px;
  vertical-align: -0.4em;
}

main.single blockquote::after {
  content: "”";
  font-size: 2em;
  color: #ccc;
  margin-left: 10px;
  vertical-align: -0.4em;
}

main.single blockquote p {
  display: inline;
}

main.single .intro {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  align-items: flex-end;
  max-width: 100%;
}

main.single .intro .download_btn {
  width: 434px;
  height: 123px;
  background-image: url(../images/intro-download_pc.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}

main.single .intro .download_btn .buttons {
  display: flex;
  position: absolute;
  bottom: 12px;
  left: 85px;
  gap: 10px;
}

main.single .intro .download_btn .buttons a img {
  height: 35px;
}

@media (max-width: 600px) {
  main.single .intro .download_btn .buttons a img {
    height: 37px;
  }
}

@media (max-width: 600px) {
  main.single .intro .download_btn .buttons {
    bottom: 24px;
    left: 18px;
  }
}

@media (max-width: 600px) {
  main.single .intro .download_btn {
    background-image: url(../images/intro-download_sm.png);
    max-width: 370px;
  }
}

@media (max-width: 1380px) {
  main.single .intro .search_btn {
    margin-left: -12px;
  }
}

@media (max-width: 600px) {
  main.single .intro .search_btn {
    max-width: 360px;
    margin-left: -10px;
  }
}

@media (max-width: 1380px) {
  main.single .intro {
    display: flex;
    margin-top: 60px;
    align-items: center;
    flex-direction: column;
    gap: 10px;
  }
}

main.single h4 {
  color: #009788;
  box-sizing: border-box;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.3;
  margin: 1.4em 0 1em;
}

main.single .attachment-post-thumbnail {
  margin-bottom: 20px;
}

main.single .wp-block-list {
  border: 1px solid #009788;
  background: #f6fdfc;
  padding: 10px 20px 0 20px;
}

main.single .wp-block-list li {
  margin-bottom: 10px;
}

main.single .wp-block-list .wp-block-list {
  border: none;
  padding: 0px 20px 0 20px;
  margin-bottom: 0;
}

main.single mark {
  background: linear-gradient(transparent 50%, #fffa8f 50%);
  font-weight: normal;
}

main.single .related-link {
  border: 3px double #37a2ed;
  background: #ffffff;
  padding: 10px 10px 0 10px;
  margin-bottom: 20px;
}

main.single .related-link .title {
  margin-bottom: 0;
  color: #136bab;
  font-weight: bold;
  font-size: 1.1em;
  background: url(../images/related_icon.png) no-repeat left center;
  background-size: 18px 18px;
  padding-left: 25px;
  position: relative;
  top: -2px;
}

main.single .content_box {
  background: #f6fdfc;
  border: 1px solid #009788;
  padding: 16px;
  margin-bottom: 20px;
}

main.single .content_box h4 {
  margin: 0;
  margin-bottom: 10px;
}

main.single .content_box p {
  margin-bottom: 0;
  margin-left: 5px;
}

main.single .content_box :where(.wp-block-columns) {
  margin-bottom: 0;
}

/*利用規約・プライバシーポリシー
---------------------------------------*/
.guide h3 {
  font-weight: bold;
}

/*home
-------------------------------------*/
.main-visual {
  background: url(../images/main_bg.jpg) no-repeat center center;
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
  position: relative;
  height: 800px;
}

@media (max-width: 600px) {
  .main-visual {
    background: url(../images/main_bg.jpg) no-repeat center center;
    background-size: cover;
    background-position: 20% 0;
    background-repeat: no-repeat;
    width: 100%;
    position: static;
  }
}

.main-visual .content {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 50rem;
}

@media (max-width: 600px) {
  .main-visual .content {
    width: 100%;
    margin: 0 auto;
    position: static;
    padding-top: 20%;
  }
}

.main-visual .content .main_spscreen {
  position: absolute;
  bottom: 0;
  left: 2.5%;
}

@media (max-width: 600px) {
  .main-visual .content .main_spscreen {
    position: static;
    width: 80%;
    margin: 0 auto;
    z-index: 10;
    display: block;
    margin-top: -4rem;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .main-visual .content .main_spscreen {
    left: 2%;
  }
}

.main-visual .main_h1_bg {
  background: url(../images/main_h1_bg.png) no-repeat center center;
  width: 500px;
  height: 500px;
  position: absolute;
  bottom: 16%;
  right: 11%;
  background-size: contain;
}

@media (max-width: 600px) {
  .main-visual .main_h1_bg {
    background: url(../images/main_h1_bg.png) no-repeat center center;
    width: 350px;
    height: 350px;
    position: static;
    background-size: contain;
    margin: 0% auto;
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .main-visual .main_h1_bg {
    background: url(../images/main_h1_bg.png) no-repeat center center;
    width: 490px;
    height: 490px;
    position: absolute;
    top: 13%;
    right: 0%;
    background-size: contain;
  }
}

.main-visual .main_h1_bg .main_h1_text01 {
  position: absolute;
  bottom: 57%;
  right: 32%;
  color: #FFF;
  font-size: 25px;
  display: block;
  font-weight: 700;
}

@media (max-width: 600px) {
  .main-visual .main_h1_bg .main_h1_text01 {
    position: static;
    padding-top: 7.6em;
    color: #FFF;
    font-size: 17px;
    display: block;
  }
}

.main-visual .main_h1_bg .main_h1_text02 {
  position: absolute;
  bottom: 44%;
  right: 20%;
  color: #FFF;
  font-size: 40px;
  display: block;
  text-shadow: 2px 2px 3px #027469;
  font-weight: 700;
}

@media (max-width: 600px) {
  .main-visual .main_h1_bg .main_h1_text02 {
    position: static;
    font-size: 28px;
    padding-top: 0.4em;
    display: block;
    text-shadow: 2px 2px 3px #027469;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .main-visual .main_h1_bg .main_h1_text02 {
    left: 20%;
  }
}

.main-visual .main_h1_bg .main_h1_text03 {
  position: absolute;
  bottom: 28.5%;
  right: 20%;
  color: #F6F196;
  font-size: 40px;
  display: block;
  text-shadow: 2px 2px 3px #027469;
  font-weight: 700;
}

@media (max-width: 600px) {
  .main-visual .main_h1_bg .main_h1_text03 {
    position: static;
    font-size: 28px;
    padding-top: 1em;
    display: block;
    text-shadow: 2px 2px 3px #027469;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .main-visual .main_h1_bg .main_h1_text03 {
    left: 20%;
  }
}

.main-visual .main_family {
  position: absolute;
  bottom: -1%;
  right: 0;
  color: #F6F196;
  font-size: 46px;
  display: block;
}

@media (max-width: 600px) {
  .main-visual .main_family {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .main-visual .main_family {
    width: 65%;
  }
}

.calltoAction {
  justify-content: flex-start;
  background: #F6F196;
  line-height: 48px;
  height: auto;
  border-bottom: 3px solid #fff;
}

@media (max-width: 600px) {
  .calltoAction {
    display: block;
    flex-flow: column;
    position: relative;
    height: auto;
  }
}

@media (max-width: 600px) {
  .calltoAction > div {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-flow: column;
    gap: 1.2em;
    align-items: center;
    padding: 0 0 0 0;
  }
}

.calltoAction figure {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (max-width: 600px) {
  .calltoAction figure {
    padding-top: 0;
  }
}

.calltoAction .calltoAction-wrap {
  max-width: 1100px;
  display: flex;
  margin: 0 auto;
  gap: 1.2em;
  align-items: center;
  padding: 0 0 0 0;
  justify-content: space-between;
}

.calltoAction .calltoAction_btn {
  display: flex;
  gap: 1.2em;
  align-items: center;
}

.calltoAction .calltoAction_btn .qr {
  padding-left: 2rem;
}

@media (max-width: 600px) {
  .calltoAction .calltoAction_btn .qr {
    display: none;
  }
}

@media (max-width: 600px) {
  .calltoAction .calltoAction_btn {
    display: flex;
    padding: 0 3%;
  }
}

@media (max-width: 600px) {
  .calltoAction.main {
    margin: -5% 0 -10% 0;
  }
}

@media (max-width: 600px) {
  .calltoAction.under {
    margin: 5% 0 0 0;
  }
}

.calltoAction_title {
  background: #FFF;
  border-radius: 30px;
  color: #009788;
  font-size: 1.1em;
  margin-right: 3rem;
  display: flex;
  min-width: 380px;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
}

.calltoAction_title p {
  position: relative;
  top: -2px;
  font-weight: 700;
}

.calltoAction_title img {
  padding: 3px;
}

@media (max-width: 600px) {
  .calltoAction_title img {
    display: none;
  }
}

@media (max-width: 600px) {
  .calltoAction_title {
    background: none;
    border-radius: 0;
    color: #009788;
    font-size: 18px;
    margin: 5% 0 -1% 0;
    display: block;
    width: 85%;
    text-align: center;
    gap: 0;
    padding: 0 0 1% 0;
    line-height: 1.6;
    border-bottom: 1px solid #009788;
    font-weight: bold;
  }
}

.inner-wrap {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

@media (max-width: 1000px) {
  .inner-wrap {
    padding: 0 1em;
  }
}

.inner-wrap h2 {
  text-align: center;
  font-size: 2.1875vw;
  font-weight: bold;
  line-height: 1.2em;
}

@media (max-width: 1000px) {
  .inner-wrap h2 {
    font-size: 6vw;
  }
}

.inner-wrap h3 {
  font-size: 1.6667vw;
  font-weight: bold;
  line-height: 1.2em;
  color: #3d3d3d;
}

@media (max-width: 1000px) {
  .inner-wrap h3 {
    font-size: 4.5vw;
  }
}

/* Service
======================================== */
.service {
  background: #F5F5E2;
  padding: 3rem 0 6rem 0;
}

.service .flex-container {
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
}

@media (min-width: 1001px) {
  .service .flex-container {
    margin-bottom: 80px;
  }
}

.service .triangle_container {
  position: relative;
  max-width: 1100px;
  height: 300px;
  margin: 0 auto;
  overflow: hidden;
}

@media (max-width: 600px) {
  .service .triangle_container {
    max-height: 170px;
  }
}

.service .triangle_container .triangle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.service .triangle_container .triangle_content img {
  position: absolute;
  top: 11%;
  left: 42.7%;
}

@media (max-width: 600px) {
  .service .triangle_container .triangle_content img {
    width: 15%;
  }
}

.service .triangle_container .triangle_content h2 {
  position: relative;
  padding-top: 8.5rem;
}

@media (max-width: 600px) {
  .service .triangle_container .triangle_content h2 {
    padding-top: 3.5rem;
  }
}

.service .triangle_container .triangle_content h2.top_title {
  text-align: center;
}

@media (max-width: 600px) {
  .service .triangle_container .triangle_content h2.top_title {
    line-height: 1.4;
    font-size: 23px;
    font-weight: 600;
  }
}

.service .triangle_container .triangle_content h2 br {
  display: none;
}

@media (max-width: 600px) {
  .service .triangle_container .triangle_content h2 br {
    display: block;
  }
}

.service .service-wrap {
  flex: 1;
  position: relative;
}

@media (max-width: 600px) {
  .service .service-wrap {
    display: flex;
    flex-direction: column;
    padding: 3% 2% 0 2%;
    gap: 0;
    border: 2px solid #009788;
    position: relative;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .service .service-wrap {
    align-items: center;
  }
}

.service .service-wrap h3 {
  margin-bottom: 10px;
  font-size: 24px;
  color: #3d3d3d;
  font-weight: 600;
  line-height: 140%;
}

@media (min-width: 1001px) {
  .service .service-wrap h3 {
    margin-bottom: 30px;
    font-size: 32px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .service .service-wrap img {
    width: 50%;
  }
}

.service .service-wrap.service01 {
  padding: 3% 0 0 3%;
}

.service .service-wrap.reverse {
  padding: 0 0 2% 2%;
  flex-direction: row-reverse;
}

@media (max-width: 600px) {
  .service .service-wrap.reverse {
    display: flex;
    flex-direction: column;
    padding: 3% 2% 0 2%;
    gap: 0;
    border: 2px solid #009788;
    position: relative;
  }
}

.service .service-wrap.reverse .flex_left {
  padding: 3% 3% 0 0;
}

.service .service-wrap.service02 {
  padding: 3% 2% 0% 3%;
}

.service .service-wrap .flex_left p {
  margin-bottom: 20px;
}

@media (max-width: 600px) {
  .service .service-wrap .flex_left p {
    margin-bottom: 2%;
  }
}

.service .service-wrap .flex_left h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 600;
}

@media (max-width: 600px) {
  .service .service-wrap .flex_left h3 {
    font-size: 20px;
    margin-bottom: 6%;
    padding-bottom: 6%;
    border-bottom: 1px solid #eeeeee;
  }
}

.service .service-wrap .flex_left h3 .icon {
  width: 38px;
  object-fit: contain;
  top: 2px;
  position: relative;
}

@media (max-width: 600px) {
  .service .service-wrap .flex_left h3 .icon {
    width: 30px;
    height: 30px;
    object-fit: contain;
  }
}

.service .service-wrap .flex_left h3 .text {
  flex: 1;
  word-break: break-word;
  line-height: 1.5;
}

@media (max-width: 600px) {
  .service .service-wrap .flex_left h3 .text {
    flex: 1;
    word-break: break-word;
  }
}

.service .service-wrap .btn {
  position: relative;
  cursor: pointer;
  padding: 0.4rem 3.5rem 0.5rem 3.5rem;
  background-color: #009788;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  font-weight: normal;
  border-radius: 100px;
  width: 250px;
}

@media (max-width: 600px) {
  .service .service-wrap .btn {
    position: absolute;
    bottom: 3%;
    width: 85%;
    margin-left: 3%;
  }
}

.service .service-wrap .btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(../images/arrow-right-solid.svg) no-repeat center center;
  background-size: contain;
  fill: #ffffff;
}

@media (max-width: 600px) {
  .service .service-wrap .btn::after {
    right: 15%;
  }
}

.service .service-wrap .btn:hover::after {
  right: 1rem;
}

@media (max-width: 600px) {
  .service .service-wrap .service_illust01 {
    margin: 0 0 22% 1%;
  }
}

@media (max-width: 600px) {
  .service .service-wrap .service_illust02 {
    margin: 0 0 20% 4%;
  }
}

@media (max-width: 600px) {
  .service .service-wrap .service_illust03 {
    margin: 0 0 18% 0;
  }
}

.service .content {
  max-width: 1100px;
  margin: 0 auto;
}

.service .explanation {
  background: url(../images/explanation_bg.png) repeat center center;
  display: flex;
  height: 150px;
  align-items: center;
  position: relative;
  padding-left: 4rem;
  color: #FFF;
  font-size: 19px;
  font-weight: 600;
  max-width: 1100px;
}

@media (max-width: 600px) {
  .service .explanation {
    flex-direction: column;
    height: auto;
    padding: 8% 3%;
    align-items: flex-start;
    gap: 12px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .service .explanation {
    padding-left: 0;
    font-size: 0.8em;
  }
}

.service .explanation p span {
  font-size: 25px;
  display: inlin-block;
  padding: 0 10px 5px 10px;
  margin: 0 5px;
  border-bottom: 3px solid #F6F196;
}

@media (max-width: 600px) {
  .service .explanation p span {
    font-size: 20px;
    display: inlin-block;
    padding: 0 6px 5px 6px;
    margin: 0 3px;
    border-bottom: 3px solid #F6F196;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .service .explanation p span {
    font-size: 1.4em;
  }
}

.service .explanation p.yellow {
  background: #F6F196;
  border-radius: 4px;
  padding: 1% 2%;
  color: #333;
  font-size: 28px;
  margin-left: 20px;
}

@media (max-width: 600px) {
  .service .explanation p.yellow {
    font-size: 22px;
    margin-top: 2%;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .service .explanation p.yellow {
    font-size: 1.6em;
  }
}

.service .explanation img {
  position: absolute;
  right: 10px;
  bottom: 0;
}

@media (max-width: 600px) {
  .service .explanation img {
    width: 43%;
    right: 0;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .service .explanation img {
    width: 20%;
  }
}

.service .service-container {
  background: #FFF;
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px 50px 10px 50px;
}

@media (max-width: 600px) {
  .service .service-container {
    padding: 2%;
  }
}

.service .service-container .service-wrap {
  border: 5px solid #009788;
  border-radius: 10px;
  display: flex;
  gap: 1.5rem;
  margin-bottom: 50px;
  align-items: flex-start;
}

.service .service-container .service-wrap .flex_left {
  width: 55%;
}

@media (max-width: 600px) {
  .service .service-container .service-wrap .flex_left {
    padding: 4% 0 0 2%;
    width: 98%;
  }
}

@media (max-width: 600px) {
  .service .service-container .service-wrap .flex_left h3 {
    font-size: 20px;
    margin-bottom: 6%;
    padding-bottom: 6%;
    border-bottom: 1px solid #eeeeee;
  }
}

@media (max-width: 600px) {
  .service {
    position: relative;
    margin-top: 9.5%;
    padding: 2rem 0 2rem 0;
  }
}

.service-detail {
  display: none;
  position: relative;
  z-index: 5;
}

.service-detail .shadow {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}

.service-detail .service-detail-wrap {
  max-width: 700px;
  width: 100%;
  height: 560px;
  background: #ffffff;
  border-radius: 1em;
  padding: 3em;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

@media (max-width: 1000px) {
  .service-detail .service-detail-wrap {
    height: 380px;
    width: 90%;
    padding: 1em;
  }
}

.service-detail .service-detail-wrap .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 151, 136, 0.9);
  width: 60px;
  height: 60px;
  color: #ffffff;
  text-align: center;
  line-height: 56px;
  border-radius: 60px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-detail .service-detail-wrap .arrow img {
  width: 20%;
  height: auto;
}

@media (max-width: 1000px) {
  .service-detail .service-detail-wrap .arrow {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}

.service-detail .service-detail-wrap .arrow.prev {
  left: -30px;
}

@media (max-width: 1000px) {
  .service-detail .service-detail-wrap .arrow.prev {
    left: -10px;
  }
}

.service-detail .service-detail-wrap .arrow.next {
  right: -30px;
}

@media (max-width: 1000px) {
  .service-detail .service-detail-wrap .arrow.next {
    right: -10px;
  }
}

.service-detail .service-detail-wrap .service-inner-wrap {
  display: flex;
  gap: 2em;
}

@media (max-width: 1000px) {
  .service-detail .service-detail-wrap .service-inner-wrap {
    gap: 1em;
  }
}

.service-detail .service-detail-wrap .service-inner-wrap div {
  flex: 1.5;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .service-detail .service-detail-wrap .service-inner-wrap div {
    flex: 2.5;
  }
}

.service-detail .service-detail-wrap .service-inner-wrap div h3 {
  color: #009788;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 1rem;
  padding-top: 10px;
}

@media (max-width: 1000px) {
  .service-detail .service-detail-wrap .service-inner-wrap div h3 {
    font-size: 18px;
  }
}

.service-detail .service-detail-wrap .service-inner-wrap figure {
  flex: 1;
}

.service-detail .service-detail-wrap[data-service="1"] #service-detail1 {
  display: flex;
}

.service-detail .service-detail-wrap[data-service="1"] #service-detail2 {
  display: none;
}

.service-detail .service-detail-wrap[data-service="1"] #service-detail3 {
  display: none;
}

.service-detail .service-detail-wrap[data-service="2"] #service-detail1 {
  display: none;
}

.service-detail .service-detail-wrap[data-service="2"] #service-detail2 {
  display: flex;
}

.service-detail .service-detail-wrap[data-service="2"] #service-detail3 {
  display: none;
}

.service-detail .service-detail-wrap[data-service="3"] #service-detail1 {
  display: none;
}

.service-detail .service-detail-wrap[data-service="3"] #service-detail2 {
  display: none;
}

.service-detail .service-detail-wrap[data-service="3"] #service-detail3 {
  display: flex;
}

/* Flow
======================================== */
.flow {
  background: #FFF;
}

.flow .flow_title {
  margin-top: 12rem;
  background: #EAF3FA;
}

@media (max-width: 600px) {
  .flow .flow_title {
    margin-top: 0%;
    padding-top: 3%;
    margin-bottom: 8%;
  }
}

.flow .flow_title .content {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  height: 350px;
}

@media (max-width: 600px) {
  .flow .flow_title .content {
    position: static;
    height: auto;
  }
}

.flow .flow_title .content img {
  bottom: 0;
  position: absolute;
  left: 5%;
}

@media (max-width: 600px) {
  .flow .flow_title .content img {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .flow .flow_title .content img {
    width: 45%;
    left: 0%;
  }
}

.flow .flow_title .content h2 {
  text-align: left;
}

@media (max-width: 600px) {
  .flow .flow_title .content h2 {
    text-align: center;
  }
}

.flow .flow_title .content h2 .step {
  background: #009788;
  color: #FFF;
  text-align: center;
  border-radius: 5px;
  font-size: 26px;
  width: 224px;
  padding: 0 10px;
  margin: 10px 0 20px 0;
}

@media (max-width: 600px) {
  .flow .flow_title .content h2 .step {
    display: block;
    width: 50%;
    margin: 3% auto;
    padding: 0;
  }
}

.flow .flow_title .content h2 p span {
  color: #FFF;
  font-size: 34px;
  display: inline-block;
}

@media (max-width: 600px) {
  .flow .flow_title .content h2 p span {
    margin-right: 5px;
  }
}

.flow .flow_title .content_right {
  bottom: 10%;
  position: absolute;
  right: 15%;
  text-align: left;
}

@media (max-width: 600px) {
  .flow .flow_title .content_right {
    position: static;
    text-align: center;
    padding: 5% 4% 10% 4%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .flow .flow_title .content_right {
    right: 3%;
  }
}

.flow .flow_content {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  padding: 130px 0;
  gap: 3rem;
}

@media (max-width: 600px) {
  .flow .flow_content {
    display: flex;
    flex-direction: column;
    padding: 3% 2% 6% 2%;
    gap: 5rem;
  }
}

.flow .flow_content .flow_box {
  border-radius: 3px;
  background: #F5F5E2;
  position: relative;
  padding: 5rem 1.5rem 2rem 1.5rem;
  flex: 1;
  text-align: center;
}

@media (max-width: 600px) {
  .flow .flow_content .flow_box {
    padding: 4rem 1.5rem 2rem 1.5rem;
    width: 90%;
    margin: 0 auto;
  }
}

.flow .flow_content .flow_box img.icon {
  width: 112px;
  height: 111px;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 600px) {
  .flow .flow_content .flow_box img.icon {
    width: 30%;
    height: auto;
    top: -10%;
  }
}

.flow .flow_content .flow_box img.step_illust {
  width: 70%;
}

.flow .flow_content .flow_box h3 {
  font-size: 20px;
  text-align: center;
  margin: 20px 0;
  font-weight: bold;
}

.flow .flow_content .flow_box p {
  text-align: left;
}

/* Movie
======================================== */
.movie {
  background: #EAF3FA;
  padding: 5rem 0;
  position: relative;
  padding-bottom: 48rem;
}

@media (max-width: 600px) {
  .movie {
    background: #fff;
    padding: 1rem 0;
    position: static;
  }
}

@media (max-width: 600px) {
  .movie h2 {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 3%;
    margin-bottom: 3%;
  }
}

.movie .content-wrap {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 600px) {
  .movie .content-wrap {
    max-width: 100%;
    margin: 0 auto;
    position: static;
  }
}

.movie .content-wrap .content {
  background: #fff;
  border-radius: 30px 0 30px 0;
  max-width: 940px;
  margin: 0 auto;
  padding: 3rem 12rem 4rem 4rem;
  text-align: left;
  position: absolute;
  left: 5%;
}

@media (max-width: 600px) {
  .movie .content-wrap .content {
    border-radius: 10px;
    max-width: 98%;
    padding: 1.5rem;
    position: static;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .movie .content-wrap .content {
    padding: 3rem;
  }
}

.movie .content-wrap .content p {
  margin-bottom: 30px;
  margin-top: 10px;
}

.movie .content-wrap img.main_spscreen {
  position: absolute;
  right: -15%;
  top: -30px;
}

@media (max-width: 1000px) {
  .movie .content-wrap img.main_spscreen {
    display: none;
  }
}

.movie .content-wrap .youtube {
  width: 90%;
  aspect-ratio: 16 / 9;
}

@media (max-width: 600px) {
  .movie .content-wrap .youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
  }
}

.movie .content-wrap .youtube iframe {
  width: 100%;
  height: 100%;
}

/* Voice
======================================== */
.voice {
  background-image: url("../images/voice_bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0;
}

@media (max-width: 600px) {
  .voice {
    padding: 2rem 0;
  }
}

.voice h2.top_title {
  text-align: center;
  margin-bottom: 60px;
}

@media (max-width: 600px) {
  .voice h2.top_title {
    text-align: center;
    margin-bottom: 30px;
  }
}

.voice .voice_speech {
  max-width: 1100px;
  margin: 0 auto;
}

.voice .voice_speech li {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  border-radius: 5px;
  margin-bottom: 30px;
}

@media (max-width: 600px) {
  .voice .voice_speech li {
    display: flex;
    flex-direction: column;
    padding: 5% 0;
    gap: 0rem;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 3%;
  }
}

.voice .voice_speech li .speech-bubble {
  flex: 1;
  margin: 10px;
  background-color: white;
  padding: 20px 20px 15px 30px;
  border-radius: 5px;
  position: relative;
  margin: 20px 20px 20px 5px;
}

@media (max-width: 600px) {
  .voice .voice_speech li .speech-bubble {
    position: relative;
    margin: 5%;
  }
}

.voice .voice_speech li.green {
  background: rgba(6, 143, 129, 0.8);
}

.voice .voice_speech li.green .speech-bubble::after {
  content: "";
  position: absolute;
  top: 20%;
  right: 100%;
  transform: translateX(-80%);
  border-width: 0px 20px 40px 0;
  border-style: solid;
  border-color: transparent white transparent transparent;
  transform: rotate(-270deg);
}

@media (max-width: 600px) {
  .voice .voice_speech li.green .speech-bubble::after {
    content: "";
    position: absolute;
    top: -6%;
    left: 48%;
    transform: translateX(-80%);
    border-width: 15px 20px 15px 0;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    transform: rotate(-270deg);
  }
}

.voice .voice_speech li.green .speech-bubble ul.voice_tag {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  margin-bottom: 20px;
}

@media (max-width: 600px) {
  .voice .voice_speech li.green .speech-bubble ul.voice_tag {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.voice .voice_speech li.green .speech-bubble ul.voice_tag li {
  background: #DCE5EC;
  padding: 1px 15px 2px 15px;
  border-radius: 30px;
  margin-bottom: 0;
}

@media (max-width: 600px) {
  .voice .voice_speech li.green .speech-bubble ul.voice_tag li {
    width: 45%;
    box-sizing: border-box;
    margin: 0;
  }
}

.voice .voice_speech li.green .speech-bubble p span {
  color: #0C8E67;
  font-weight: bold;
}

.voice .voice_speech li.yellow {
  background: rgba(249, 244, 189, 0.9);
  flex-direction: row-reverse;
}

@media (max-width: 600px) {
  .voice .voice_speech li.yellow {
    flex-direction: column;
  }
}

.voice .voice_speech li.yellow .speech-bubble {
  margin: 20px 0px 20px 20px;
}

@media (max-width: 600px) {
  .voice .voice_speech li.yellow .speech-bubble {
    margin: 5%;
  }
}

.voice .voice_speech li.yellow .speech-bubble::after {
  content: "";
  position: absolute;
  top: 20%;
  left: 100%;
  transform: translateX(-80%);
  border-width: 0px 20px 50px 0;
  border-style: solid;
  border-color: transparent white transparent transparent;
  transform: rotate(-430deg);
}

@media (max-width: 600px) {
  .voice .voice_speech li.yellow .speech-bubble::after {
    content: "";
    position: absolute;
    top: -6%;
    left: 48%;
    transform: translateX(-80%);
    border-width: 15px 20px 15px 0;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    transform: rotate(-270deg);
  }
}

.voice .voice_speech li.yellow .speech-bubble ul.voice_tag {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  margin-bottom: 20px;
}

@media (max-width: 600px) {
  .voice .voice_speech li.yellow .speech-bubble ul.voice_tag {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.voice .voice_speech li.yellow .speech-bubble ul.voice_tag li {
  background: #F7C4C1;
  padding: 1px 15px 2px 15px;
  border-radius: 30px;
  margin-bottom: 0;
}

@media (max-width: 600px) {
  .voice .voice_speech li.yellow .speech-bubble ul.voice_tag li {
    width: 45%;
    box-sizing: border-box;
    margin: 0;
  }
}

.voice .voice_speech li.yellow .speech-bubble p span {
  color: #F43429;
  font-weight: bold;
}

.voice .voice_speech li img {
  margin: 15px 40px;
}

@media (max-width: 600px) {
  .voice .voice_speech li img {
    margin: 0 auto;
    width: 40%;
    margin-bottom: 3%;
  }
}

/* News
======================================== */
.top_news {
  padding: 3rem 0;
}

@media (max-width: 600px) {
  .top_news {
    padding: 10% 4% 2% 4%;
  }
}

.top_news h2 {
  margin-bottom: 50px;
}

@media (max-width: 600px) {
  .top_news h2 {
    margin-bottom: 30px;
  }
}

.top_news .content {
  max-width: 1100px;
  margin: 0 auto;
}

@media (max-width: 600px) {
  .top_news .article-list {
    gap: 0;
  }
}

.top_news .article-list li {
  border-bottom: 1px solid #C4C4C4;
  padding: 0 0 10px 0;
  margin-bottom: 10px;
}

@media (max-width: 600px) {
  .top_news .article-list li {
    border-bottom: 1px solid #C4C4C4;
    padding: 0 0 15px 0;
    margin-bottom: 15px;
  }
}

.top_news .article-list li .news_flex {
  display: flex;
  gap: 25px;
  align-items: center;
  flex-wrap: wrap;
}

@media (max-width: 600px) {
  .top_news .article-list li .news_flex {
    gap: 15px;
  }
}

.top_news .article-list li a {
  display: block;
}

.top_news .article-list li .category-name {
  background: #009788;
  color: #FFF;
  font-size: 17px;
  padding: 0.3% 1.6% 0.3% 2%;
  border-radius: 2px;
  text-align: center;
}

@media (max-width: 600px) {
  .top_news .article-list li .category-name {
    width: 30%;
  }
}

.top_news .article-list li .date {
  color: #009788;
  font-weight: 700;
  font-size: 18px;
}

@media (max-width: 600px) {
  .top_news .article-list li .date {
    width: 60%;
  }
}

@media (max-width: 600px) {
  .top_news .article-list li .text {
    width: 100%;
    flex: auto;
  }
}

/* Testimonials
======================================== */
.testimonials {
  background-color: #f5f5f5;
  margin: 0 calc(50% - 50vw);
  padding: 60px calc(50vw - 50%);
  width: 100vw;
}

@media (min-width: 1001px) {
  .testimonials {
    padding: 100px calc(50vw - 50%);
  }
}

.testimonials .flex-container li {
  gap: 1em !important;
  margin-bottom: 1em;
}

.testimonials .flex-container li img {
  border-radius: 50%;
}

.testimonials .flex-container li p {
  position: relative;
  padding: 1em;
  border: 2px solid #999999;
  border-radius: 18px;
  background-color: #ffffff;
}

.testimonials .flex-container li p::before {
  content: '';
  border: 10px solid transparent;
  border-right: 15px solid #f5f5f5;
  position: absolute;
  right: calc(100% - 2px);
  top: 2em;
}

.testimonials .flex-container li p::after {
  content: '';
  width: 24px;
  height: 2px;
  background: #999999;
  position: absolute;
  right: calc(100% - 8px);
  top: 2.5em;
}

.testimonials .flex-container li p strong {
  color: #009788;
}

@media (max-width: 1000px) {
  .testimonials .flex-container li {
    display: flex;
  }
}

.testimonials .nowrap {
  flex-wrap: nowrap;
}

/*  Testimonials
======================================== */
.story {
  background: #009788;
  margin: 0 calc(50% - 50vw);
  padding: 60px calc(50vw - 50%);
  width: 100vw;
}

@media (min-width: 1001px) {
  .story {
    padding: 100px calc(50vw - 50%);
  }
}

.story .flex-container {
  background-color: #ffffff;
  padding: 2em;
  gap: 2em;
}

.story .flex-container > div:first-child {
  flex: 1;
}

.story .flex-container .iframe-responsive {
  width: 60%;
}

@media (max-width: 1000px) {
  .story .flex-container .iframe-responsive {
    width: 100%;
    margin-top: 1em;
  }
}

.story .flex-container h2 {
  font-size: 24px;
  color: #3d3d3d;
  font-weight: 600;
}

@media (max-width: 1000px) {
  .story .flex-container h2 {
    text-align: center;
    margin-bottom: 10px;
  }
}

@media (min-width: 1001px) {
  .story .flex-container h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}

#ScrollBunner {
  position: fixed;
  bottom: -100px;
  transition: all 0.5s ease;
  z-index: 10;
}

#ScrollBunner.active {
  bottom: 0;
}

/*Model House Search
------------------------------------------------*/
.model-house-search .flex-container {
  justify-content: center;
}

.model-house-search .model-house-list_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 60%;
  margin: 70px auto 0;
  padding: 0.9em 2em;
  overflow: hidden;
  border: 1px solid #009788;
  border-radius: 5px;
  background-color: #fff;
  color: #009788;
  font-size: 1.1em;
  cursor: pointer;
}

.model-house-search .model-house-list_btn:hover {
  background-color: transparent;
  color: #fff;
}

.model-house-search .model-house-list_btn::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background-color: #009788;
  content: '';
  transition: width 0.3s ease;
}

.model-house-search .model-house-list_btn:hover::before {
  width: 100%;
}

@media (max-width: 600px) {
  .model-house-search .model-house-list_btn {
    width: 100%;
    font-size: 1em;
  }
  .model-house-search .model-house-list_btn:hover {
    background-color: #fff;
    color: #009788;
  }
  .model-house-search .model-house-list_btn::before {
    width: 0 !important;
  }
}

.search-box {
  background: #ffffff;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: contain;
  border: 3px solid #009788;
  width: 60%;
  margin: 0 auto;
  border-radius: 5px;
}

@media (max-width: 1000px) {
  .search-box {
    width: 356px;
    height: 330px;
    background-image: url(../images/search_box-sp.png);
    margin: 0 auto;
  }
}

.search-box h2 {
  font-size: 26px;
  text-align: left;
  background: #009788;
  padding: 1rem 1rem 1rem 1.5rem;
  color: #FFF;
  width: 100%;
}

.search-box h2 i {
  color: #009788;
  margin-right: 0.25em;
}

.search-box h2 img {
  width: 22px;
  margin-right: 2%;
  vertical-align: unset;
}

@media (max-width: 1000px) {
  .search-box h2 img {
    width: 18px;
    margin-right: 3%;
  }
}

@media (max-width: 1000px) {
  .search-box h2 {
    font-size: 24px;
  }
}

.search-box div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
  margin: 3% 3%;
}

@media (max-width: 1000px) {
  .search-box div {
    display: block;
  }
}

.search-box select {
  border: 1px solid #707070;
  padding: 0.5em 1rem;
  width: 400px;
  background: url(../images/down-arrow.svg) no-repeat 98% center #ffffff;
  background-size: 30px;
}

.search-box select:hover {
  border-color: #aaa;
}

@media (max-width: 1000px) {
  .search-box select {
    width: 100%;
  }
}

.search-box label {
  font-size: 17px;
}

.search-box label.icon-label {
  display: flex;
  align-items: center;
  width: 200px;
}

.search-box label .icon-background {
  background: #009788;
  color: white;
  border-radius: 50%;
  margin-right: 8px;
  font-size: 1em;
  width: 2.2rem;
  height: 2.2rem;
  display: flex !important;
  align-items: center;
  justify-content: center !important;
  text-align: center;
  line-height: 0;
}

.search-box label .icon-background img {
  width: 22px;
  height: auto;
}

.count {
  display: inline-block;
  background-color: #f5f5f5;
  padding-bottom: 0.5em;
  margin-bottom: 2em;
  width: 100%;
  font-size: 30px !important;
  padding: 25px 25px 25px 20px;
  border-bottom: 2px solid #078f82;
}

.count span.prefecture {
  background: #078f82;
  color: #fff;
  padding: 5px 10px 7px 10px;
  margin-right: 14px;
}

@media (max-width: 600px) {
  .count span.prefecture {
    width: fit-content;
    text-align: center;
    font-size: 13px;
    display: inline-block;
  }
}

.count span.plaza {
  color: #078f82;
  margin-right: 10px;
}

@media (max-width: 600px) {
  .count span.plaza {
    display: block;
    width: 100%;
  }
}

@media (max-width: 1000px) {
  .count {
    font-size: 18px !important;
    line-height: 1.6 !important;
    padding: 10px 15px 10px 15px;
  }
}

.searchResults {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  gap: 2em;
}

@media (max-width: 1000px) {
  .searchResults {
    gap: 0.5em;
  }
}

.searchResults li {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  width: calc((100% - 4em) / 3);
}

@media (max-width: 1000px) {
  .searchResults li {
    flex-direction: row;
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
    padding: 3% 0 0 0;
  }
}

.searchResults li > a {
  display: flex;
  flex-direction: column;
  width: 100%;
  color: inherit;
  text-decoration: none;
  transition: box-shadow 0.3s, transform 0.3s !important;
  border: 1px solid #eee;
}

@media (max-width: 1000px) {
  .searchResults li > a {
    flex-direction: row;
    border: none;
  }
}

.searchResults li > a:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transform: scale(1.01);
}

.searchResults li div {
  background: #f5f5f5;
  flex: 2;
  padding: 4% 4% 0 4%;
}

@media (max-width: 1000px) {
  .searchResults li div {
    background: none;
    padding: 0 0 0 4%;
  }
}

.searchResults li figure {
  flex: 1;
}

.searchResults li img {
  aspect-ratio: 4/3;
  object-fit: cover;
}

.searchResults li h3 {
  margin-bottom: 0.2em;
  margin-top: 0.2em;
  line-height: 1.4;
  font-size: 20px;
  min-height: 60px;
}

@media (max-width: 1000px) {
  .searchResults li h3 {
    font-size: 17px;
    margin-bottom: 0;
    margin-top: 0;
    min-height: auto;
  }
}

.searchResults li p {
  line-height: 1em;
  margin-bottom: 1.5em;
  font-size: 14px;
}

.searchResults li p.description {
  min-height: 70px;
  line-height: 1.2;
}

.searchResults li .detail_btn {
  background: #f6f095;
  color: #333333;
  text-align: center;
  padding: 12px 0;
  border-radius: 50px;
  font-size: 14px;
  background-image: url(../images/arrow-detail.svg);
  background-repeat: no-repeat;
  background-position: right 1em center;
  background-size: 0.9em 0.9em;
  border: 1px solid #fff;
  margin: 0 auto;
  margin-bottom: 20px;
}

@media (max-width: 600px) {
  .searchResults li .detail_btn {
    display: flex;
    justify-content: end;
    margin-bottom: 0;
    background: none;
    font-size: 13px;
  }
  .searchResults li .detail_btn span {
    width: 150px;
    background: #f6f095;
    padding: 3% 7% 3% 7%;
    border-radius: 50px;
    background-image: url(../images/arrow-detail.svg);
    background-repeat: no-repeat;
    background-position: right 1em center;
    background-size: 0.8em 0.8em;
  }
}

.searchResults small {
  background: #009788;
  color: #fff;
  padding: 1.2% 4% 1.5% 4.1%;
  justify-content: left;
  margin-bottom: 0.5em;
}

/* 使い方
======================================== */
section.usage .list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 40px;
}

section.usage .list .item h3 {
  font-size: 16px;
  padding-bottom: 5px;
  margin-bottom: 20px;
  background: #009788;
  color: #fff;
  padding: 0.8rem 1rem;
  border-radius: 3px;
  font-weight: bold;
}

@media (min-width: 1001px) {
  section.usage .list .item h3 {
    font-size: 24px;
  }
}

/* column
======================================== */
.page-articles .tab-container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 1px;
  border-bottom: 2px solid #009788;
  margin-bottom: 2rem;
}

.page-articles .tab-container .tab {
  background-color: #f5f5f5;
  padding: 1em;
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 8px 8px 0 0;
}

.page-articles .tab-container .tab.active {
  color: #ffffff;
  background-color: #009788;
}

.page-articles .article-list {
  display: none !important;
}

.page-articles .article-list.active {
  display: flex !important;
}

.page-articles .article-list li {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 2%;
}

/*page.php
======================================== */
.page-ordinaly p {
  margin-bottom: 1em;
}

/* お問い合わせ
======================================== */
#contact .lg-inner {
  width: 800px;
  max-width: 94vw;
  margin: 0 auto;
}

#contact button,
#contact input,
#contact select,
#contact textarea {
  background-color: #f7f7f7;
  border: 1px solid rgba(199, 199, 199, 0.5);
  border-radius: 0;
  color: #333;
  padding: .25em .5em;
}

@media (max-width: 1000px) {
  #contact button,
  #contact input,
  #contact select,
  #contact textarea {
    width: 90%;
  }
}

#contact textarea[name="naiyou"] {
  height: 200px;
  width: 80%;
}

@media (max-width: 600px) {
  #contact textarea[name="naiyou"] {
    height: 150px;
    width: 100%;
  }
}

#contact .req {
  display: block;
  font-size: 13px;
  color: #fff;
  padding: 2px 4px 2px 5px !important;
  background-color: #bf0000;
  border-radius: 3px;
  margin-right: 1rem;
  float: left;
  font-weight: bold;
}

#contact .any {
  display: block;
  font-size: 13px;
  color: #fff;
  padding: 2px 4px 2px 5px !important;
  background-color: #777;
  border-radius: 3px;
  margin-right: 1rem;
  float: left;
}

#contact .table-form {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.6;
  max-width: 100%;
  text-align: left;
  width: 100%;
  margin-top: 10%;
}

#contact .table-form tr {
  background: none;
  border-top: 1px solid #eee;
  display: flex;
  align-items: center;
}

@media (max-width: 600px) {
  #contact .table-form tr {
    background: none;
    border-top: 1px solid #eee;
    display: block;
  }
}

#contact .table-form th {
  background: none;
  border: none;
  padding: 1.6rem 0 !important;
  width: 28%;
  margin-right: 2rem;
}

@media (max-width: 600px) {
  #contact .table-form th {
    background: none;
    border: none;
    padding: 1.6rem 0 0 0 !important;
    max-width: 90%;
    margin-right: 3rem;
    display: block;
    width: 100%;
  }
}

#contact .table-form td {
  background: none;
  border: none;
  padding: 1.4rem 0 !important;
  width: 65%;
}

@media (max-width: 600px) {
  #contact .table-form td {
    background: none;
    border: none;
    padding: 1.4rem 0 !important;
    max-width: 90%;
    display: block;
    width: 100%;
  }
}

#contact .submit-btn-wrapper {
  text-align: center;
}

#contact .check_wrapper {
  text-align: left;
  padding-left: 22%;
  margin-top: 50px;
  font-size: 17px;
}

@media (max-width: 600px) {
  #contact .check_wrapper {
    text-align: left;
    padding-left: 0%;
    margin-top: 20px;
    font-size: 17px;
  }
}

#contact .check_wrapper p {
  margin-bottom: 10px;
}

#contact input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 20px;
  width: 400px;
  padding: 10px;
  background-color: #009788;
  border: none;
  color: #fff;
  cursor: pointer;
  letter-spacing: 2px;
  margin-top: 3rem;
  margin-bottom: 6rem;
  border: 2px solid #009788;
  border-radius: 5px;
}

@media (max-width: 600px) {
  #contact input[type="submit"] {
    margin-bottom: 2rem;
    width: 80%;
    margin: 1rem auto;
    display: block;
  }
}

#contact .checkbox-input {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: -5px;
  width: 17px;
  height: 17px;
  margin-right: 30px;
  padding-right: 30px;
}

#contact .checkbox-input input {
  display: none;
}

#contact ::placeholder {
  color: #aaa;
}

/* 住宅展示場とは
======================================== */
#housing_exhibit {
  overflow: hidden;
}

#housing_exhibit .sky_bg {
  background: #d1edf6;
  position: relative;
  height: 530px;
  padding-top: 100px;
}

@media (max-width: 600px) {
  #housing_exhibit .sky_bg {
    height: 400px;
    padding-top: 1%;
  }
}

#housing_exhibit .sky_bg .airplane {
  position: absolute;
  right: 0;
  top: 5%;
}

@media (max-width: 600px) {
  #housing_exhibit .sky_bg .airplane {
    display: none;
  }
}

#housing_exhibit .sky_bg .cloud {
  position: absolute;
  left: 5%;
  top: 14%;
}

@media (max-width: 600px) {
  #housing_exhibit .sky_bg .cloud {
    display: none;
  }
}

#housing_exhibit .sky_bg .signboard {
  max-width: 770px;
  border: 13px solid #6F462B;
  background-color: #F5F2F0;
  padding: 20px 80px 30px 80px;
  border-radius: 10px;
  position: relative;
  margin: 50px auto;
  margin-bottom: 60px;
}

@media (max-width: 600px) {
  #housing_exhibit .sky_bg .signboard {
    margin: 10% auto;
    width: 96%;
    padding: 5%;
    border: 8px solid #6F462B;
    z-index: 10;
  }
}

#housing_exhibit .sky_bg .signboard .couple01 {
  position: absolute;
  left: -12rem;
  bottom: -11rem;
  z-index: 10;
}

@media (max-width: 600px) {
  #housing_exhibit .sky_bg .signboard .couple01 {
    width: 40%;
    left: 30%;
    top: 110%;
  }
}

#housing_exhibit .sky_bg .signboard .open_board {
  position: absolute;
  right: -18rem;
  bottom: -11.5rem;
  z-index: 10;
}

@media (max-width: 600px) {
  #housing_exhibit .sky_bg .signboard .open_board {
    display: none;
  }
}

#housing_exhibit .sky_bg .signboard h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #4D4038;
  padding-top: 5%;
  padding-bottom: 2%;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

@media (max-width: 600px) {
  #housing_exhibit .sky_bg .signboard h2 {
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 5%;
  }
}

#housing_exhibit .sky_bg .signboard h2.active {
  opacity: 1;
  transform: translateY(0);
}

#housing_exhibit .sky_bg .signboard .signboard_body {
  font-size: 16px;
  line-height: 1.6;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

#housing_exhibit .sky_bg .signboard .signboard_body.active {
  opacity: 1;
  transform: translateY(0);
}

#housing_exhibit .sky_bg .signboard::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  height: 50px;
  background-image: url("../images/housing-exhibit/signboard_pattern.png");
  background-repeat: repeat-x;
  background-size: auto 1.2rem;
}

#housing_exhibit .sky_bg .signboard .left_pole {
  position: absolute;
  bottom: -120px;
  left: 15%;
  width: 15px;
  height: 120px;
  background-color: #6F462B;
  border-radius: 30px;
  z-index: 10;
}

@media (max-width: 600px) {
  #housing_exhibit .sky_bg .signboard .left_pole {
    width: 10px;
    bottom: -80px;
    height: 80px;
  }
}

#housing_exhibit .sky_bg .signboard .right_pole {
  position: absolute;
  bottom: -120px;
  right: 15%;
  width: 15px;
  height: 120px;
  background-color: #6F462B;
  border-radius: 30px;
  z-index: 10;
}

@media (max-width: 600px) {
  #housing_exhibit .sky_bg .signboard .right_pole {
    width: 10px;
    bottom: -80px;
    height: 80px;
  }
}

#housing_exhibit .sky_bg::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  background-image: url("../images/housing-exhibit/cut_grass.png");
  background-repeat: repeat-x;
  background-size: auto 60px;
  background-position: bottom;
}

#housing_exhibit .green_park {
  background: #CCE3B5;
  position: relative;
  padding-bottom: 5%;
}

@media (max-width: 600px) {
  #housing_exhibit .green_park {
    padding-bottom: 0;
  }
}

#housing_exhibit .green_park .green_park_house01 {
  position: absolute;
  left: 0;
  top: 550px;
  z-index: 4;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .green_park_house01 {
    top: 720px;
    left: auto;
    right: 0;
    width: 40%;
  }
}

#housing_exhibit .green_park .green_park_house01.active {
  opacity: 1;
  transform: translateY(0);
}

#housing_exhibit .green_park .green_park_house02 {
  position: absolute;
  right: 0;
  top: 1700px;
  z-index: 4;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .green_park_house02 {
    top: 1800px;
    left: auto;
    right: 0;
    width: 40%;
  }
}

#housing_exhibit .green_park .green_park_house02.active {
  opacity: 1;
  transform: translateY(0);
}

#housing_exhibit .green_park .green_park_house03 {
  position: absolute;
  left: 0;
  top: 2400px;
  z-index: 4;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

#housing_exhibit .green_park .green_park_house03.active {
  opacity: 1;
  transform: translateY(0);
}

#housing_exhibit .green_park .green_park_house04 {
  position: absolute;
  left: 0;
  top: 4400px;
  z-index: 4;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

#housing_exhibit .green_park .green_park_house04.active {
  opacity: 1;
  transform: translateY(0);
}

#housing_exhibit .green_park .inner {
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 4rem;
  width: 100%;
  position: relative;
  z-index: 5;
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .inner {
    padding-bottom: 7rem;
    padding-top: 6.5rem;
  }
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .inner.sp_inner {
    padding-top: 4rem;
    padding-bottom: 1rem;
  }
}

#housing_exhibit .green_park .inner.sp_inner2 {
  padding-top: 6rem;
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .inner.sp_inner2 {
    padding-top: 6rem;
    padding-bottom: 0;
  }
}

#housing_exhibit .green_park .speech_bubble {
  position: relative;
  background-color: #f5f5f5;
  border-radius: 40px;
  padding: 20px 40px;
  max-width: 1000px;
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  color: #333;
  border: 3px solid #d3d1d1;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  margin: 0 auto;
  margin-bottom: 5%;
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .speech_bubble {
    font-size: 1.3em;
    padding: 2% 3% 3% 3%;
    width: 96%;
    margin-top: 1%;
  }
}

#housing_exhibit .green_park .speech_bubble.active {
  opacity: 1;
}

#housing_exhibit .green_park .speech_bubble::before, #housing_exhibit .green_park .speech_bubble::after {
  content: '';
  position: absolute;
  background-color: #f5f5f5;
  border-radius: 50%;
  border: 3px solid #d3d1d1;
  opacity: 0;
  transform: scale(0);
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

@keyframes fadeInText {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#housing_exhibit .green_park .merit_board {
  margin: 3% auto;
  max-width: 724px;
  display: block;
  position: relative;
  transform: translateY(20%);
  opacity: 0;
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .merit_board {
    width: 96%;
    margin: 8% auto;
  }
}

#housing_exhibit .green_park .merit_board.slide-up {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.8s ease, opacity 0.8s ease;
}

#housing_exhibit .green_park .load {
  margin: -8% auto;
  max-width: 183px;
  display: block;
  margin-bottom: 0;
  opacity: 0;
}

#housing_exhibit .green_park .load.fade-in {
  opacity: 1;
  transition: opacity 1.2s ease;
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .load {
    width: 30%;
    margin: -14% auto;
    margin-bottom: 0;
  }
}

#housing_exhibit .green_park .load02 {
  display: block;
  margin: 0;
  padding-left: 30px;
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .load02 {
    padding-left: 4%;
    width: 55%;
  }
}

#housing_exhibit .green_park .load03 {
  display: block;
  margin: 0;
  margin-left: 830px;
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .load03 {
    margin-left: 0;
    margin-left: 40%;
    width: 55%;
  }
}

#housing_exhibit .green_park .merit_section {
  background-color: #ffffff;
  border-radius: 10px;
  max-width: 1100px;
  margin: 0 auto;
  margin-bottom: 0;
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .merit_section {
    width: 96%;
  }
}

#housing_exhibit .green_park .merit_section .merit_header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  background-image: url("../images/housing-exhibit/merit_h2_bg.png");
  background-repeat: repeat-x;
  padding: 20px;
  border-radius: 8px 8px 0 0;
  position: relative;
  height: 97px;
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .merit_section .merit_header {
    height: 80px;
    margin-bottom: 10px;
  }
}

#housing_exhibit .green_park .merit_section .merit_header .balloon_merit {
  position: absolute;
  top: -12%;
  left: 5%;
  animation: float 3s ease-in-out infinite;
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .merit_section .merit_header .balloon_merit {
    width: 20%;
    left: 2%;
    top: -6%;
  }
}

@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

#housing_exhibit .green_park .merit_section .merit_header .merit_title {
  font-size: 32px;
  color: #fff;
  font-weight: 500;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .merit_section .merit_header .merit_title {
    font-size: 1.3em;
    padding-left: 26%;
    line-height: 1.3;
    text-align: left;
  }
}

#housing_exhibit .green_park .merit_section .merit_content {
  position: relative;
  gap: 20px;
  padding: 2% 0% 4% 17%;
  height: auto;
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .merit_section .merit_content {
    padding: 2% 3% 8% 3%;
  }
}

#housing_exhibit .green_park .merit_section .merit_content.merit03 {
  padding: 2% 2% 4% 21%;
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .merit_section .merit_content.merit03 {
    padding: 2% 3% 8% 3%;
  }
}

#housing_exhibit .green_park .merit_section .merit_content .person_merit01 {
  width: 110px;
  height: auto;
  position: absolute;
  left: 4%;
  bottom: -18%;
  z-index: 2;
  transform: translateX(-20%);
  opacity: 0;
  transition: transform 0.5s ease-out, opacity 0.8s ease-out;
}

#housing_exhibit .green_park .merit_section .merit_content .person_merit01.slide-in-left {
  transform: translateX(0);
  opacity: 1;
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .merit_section .merit_content .person_merit01 {
    width: 22%;
    bottom: -16%;
    left: 6%;
  }
}

#housing_exhibit .green_park .merit_section .merit_content .person_merit02 {
  width: 135px;
  height: auto;
  position: absolute;
  right: 2%;
  bottom: -18%;
  z-index: 2;
  transform: translateX(20%);
  opacity: 0;
  transition: transform 0.5s ease-out, opacity 0.8s ease-out;
}

#housing_exhibit .green_park .merit_section .merit_content .person_merit02.slide-in-right {
  transform: translateX(0);
  opacity: 1;
}

@keyframes slideInRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .merit_section .merit_content .person_merit02 {
    width: 26%;
    bottom: -16%;
    right: 2%;
  }
}

#housing_exhibit .green_park .merit_section .merit_content .person_merit03 {
  width: 152px;
  height: auto;
  position: absolute;
  left: 3%;
  bottom: -18%;
  z-index: 2;
  transform: translateX(-20%);
  opacity: 0;
  transition: transform 0.5s ease-out, opacity 0.8s ease-out;
}

#housing_exhibit .green_park .merit_section .merit_content .person_merit03.slide-in-left {
  transform: translateX(0);
  opacity: 1;
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .merit_section .merit_content .person_merit03 {
    width: 30%;
    bottom: -13%;
    left: 2%;
  }
}

#housing_exhibit .green_park .merit_section .merit_content .text_content {
  max-width: 880px;
}

#housing_exhibit .green_park .merit_section .merit_content .text_content p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 10px;
  color: #333;
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .merit_section .merit_content .text_content p {
    margin-bottom: 5%;
  }
}

#housing_exhibit .green_park .merit_section .merit_content .text_content .quote {
  position: relative;
  background: #FFFFFF;
  padding: 2% 2%;
  border: 2px solid #009788;
  color: #333333;
  font-size: 17px;
  font-weight: 600;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  margin-top: 4%;
  transform: translateX(-10px);
  opacity: 0;
  transition: transform 1s ease-out, opacity 1s ease-out;
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .merit_section .merit_content .text_content .quote {
    margin-left: 35%;
    padding: 3%;
    font-size: 0.9em;
    line-height: 1.6;
  }
}

#housing_exhibit .green_park .merit_section .merit_content .text_content .quote::before, #housing_exhibit .green_park .merit_section .merit_content .text_content .quote::after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  right: 100%;
  top: 47%;
}

#housing_exhibit .green_park .merit_section .merit_content .text_content .quote::before {
  border-color: rgba(0, 151, 136, 0);
  border-top-width: 12px;
  border-bottom-width: 12px;
  border-left-width: 37px;
  border-right-width: 37px;
  margin-top: -12px;
  margin-right: 2px;
  border-right-color: #009788;
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .merit_section .merit_content .text_content .quote::before {
    border-top-width: 8px;
    border-bottom-width: 8px;
    border-left-width: 24px;
    border-right-width: 24px;
    margin-top: -8px;
  }
}

#housing_exhibit .green_park .merit_section .merit_content .text_content .quote::after {
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 31px;
  border-right-width: 31px;
  margin-top: -10px;
  border-right-color: #FFFFFF;
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .merit_section .merit_content .text_content .quote::after {
    border-top-width: 7px;
    border-bottom-width: 7px;
    border-left-width: 20px;
    border-right-width: 20px;
    margin-top: -7px;
  }
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .merit_section .merit_content .text_content .quote.sp_quote03 {
    margin-left: 40%;
  }
}

#housing_exhibit .green_park .merit_section .merit_content .text_content .quote.slide-in-left {
  transform: translateX(0);
  opacity: 1;
}

#housing_exhibit .green_park .merit_section.reverse .merit_content {
  position: relative;
  gap: 20px;
  padding: 2% 17% 4% 3%;
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .merit_section.reverse .merit_content {
    padding: 2%;
  }
}

#housing_exhibit .green_park .merit_section.reverse .merit_content .quote {
  position: relative;
  background: #FFFFFF;
  padding: 2% 2%;
  border: 2px solid #009788;
  color: #333333;
  font-size: 17px;
  font-weight: 600;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  margin-top: 4%;
  transform: translateX(10px);
  opacity: 0;
  transition: transform 1s ease-out, opacity 1s ease-out;
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .merit_section.reverse .merit_content .quote {
    margin-left: 0;
    margin-right: 35%;
    padding: 3%;
    font-size: 0.9em;
    line-height: 1.6;
  }
}

#housing_exhibit .green_park .merit_section.reverse .merit_content .quote::before, #housing_exhibit .green_park .merit_section.reverse .merit_content .quote::after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  left: 100%;
  top: 47%;
}

#housing_exhibit .green_park .merit_section.reverse .merit_content .quote::before {
  border-color: rgba(0, 151, 136, 0);
  border-top-width: 12px;
  border-bottom-width: 12px;
  border-left-width: 37px;
  border-right-width: 37px;
  margin-top: -12px;
  margin-left: 2px;
  border-left-color: #009788;
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .merit_section.reverse .merit_content .quote::before {
    border-top-width: 8px;
    border-bottom-width: 8px;
    border-left-width: 24px;
    border-right-width: 24px;
    margin-top: -8px;
  }
}

#housing_exhibit .green_park .merit_section.reverse .merit_content .quote::after {
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 31px;
  border-right-width: 31px;
  margin-top: -10px;
  border-left-color: #FFFFFF;
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .merit_section.reverse .merit_content .quote::after {
    border-top-width: 7px;
    border-bottom-width: 7px;
    border-left-width: 20px;
    border-right-width: 20px;
    margin-top: -7px;
  }
}

#housing_exhibit .green_park .tips_section {
  max-width: 1100px;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 50px 0;
  text-align: center;
  border-top: 4px solid #009788;
  margin-bottom: 15%;
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .tips_section {
    width: 96%;
    margin: 0 auto;
    padding: 6% 0;
  }
}

#housing_exhibit .green_park .tips_section .tips_header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1100px;
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .tips_section .tips_header {
    align-items: flex-end;
  }
}

#housing_exhibit .green_park .tips_section .tips_header .couple_left {
  margin-left: 17%;
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .tips_section .tips_header .couple_left {
    margin-left: 3%;
    width: 13%;
    height: auto;
  }
}

#housing_exhibit .green_park .tips_section .tips_header .couple_right {
  margin-right: 17%;
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .tips_section .tips_header .couple_right {
    margin-right: 2%;
    width: 15%;
    height: auto;
  }
}

#housing_exhibit .green_park .tips_section .tips_header .title {
  flex: 1;
  text-align: center;
}

#housing_exhibit .green_park .tips_section .tips_header .title .ribbon {
  position: relative;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 2rem;
  background-color: #FFEC3F;
  color: #353535;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  color: #333333;
  margin-bottom: 2%;
  opacity: 0;
  transform: scale(0.5);
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .tips_section .tips_header .title .ribbon {
    height: 28px;
    line-height: 28px;
    font-size: 1em;
    padding: 0 1rem;
  }
}

#housing_exhibit .green_park .tips_section .tips_header .title .ribbon::before, #housing_exhibit .green_park .tips_section .tips_header .title .ribbon::after {
  position: absolute;
  top: 0;
  width: 0px;
  height: 0px;
  border-color: #FFEC3F transparent;
  border-style: solid;
  content: '';
}

#housing_exhibit .green_park .tips_section .tips_header .title .ribbon::before {
  left: -15px;
  border-width: 20px 0px 20px 15px;
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .tips_section .tips_header .title .ribbon::before {
    border-width: 14px 0px 14px 15px;
  }
}

#housing_exhibit .green_park .tips_section .tips_header .title .ribbon::after {
  right: -15px;
  border-width: 20px 15px 20px 0px;
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .tips_section .tips_header .title .ribbon::after {
    border-width: 14px 15px 14px 0px;
  }
}

#housing_exhibit .green_park .tips_section .tips_header .title .ribbon.zoom-in {
  opacity: 1;
  transform: scale(1);
  animation: zoomIn 0.5s ease-out forwards;
}

#housing_exhibit .green_park .tips_section .tips_header .title h2 {
  font-size: 30px;
  margin: 10px 0;
  position: relative;
  font-weight: 500;
  margin-top: 2%;
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .tips_section .tips_header .title h2 {
    font-size: 1.4em;
    margin: 5px 0 20px 0;
  }
}

#housing_exhibit .green_park .tips_section .tips_header .title h2::after {
  content: "";
  display: block;
  width: 300px;
  height: 10px;
  margin: 10px auto 0;
  background-image: radial-gradient(circle, #EFD75E 5px, transparent 5px);
  background-size: 20px 10px;
  margin: 15px auto 0;
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .tips_section .tips_header .title h2::after {
    width: 90%;
    margin: 5px auto 0;
    background-image: radial-gradient(circle, #EFD75E 3px, transparent 3px);
    background-size: 15px 10px;
  }
}

#housing_exhibit .green_park .tips_section .bg_beige {
  position: relative;
  background: #f7f4ef;
  max-width: 1100px;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  display: flex;
  align-items: center;
  margin-bottom: 3%;
  transform: translateX(-10%);
  opacity: 0;
  transition: transform 1s ease-out, opacity 1s ease-out;
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .tips_section .bg_beige {
    flex-direction: column;
    padding: 7% 2%;
  }
}

#housing_exhibit .green_park .tips_section .bg_beige .scroll_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 80px;
  border-radius: 10px;
  position: relative;
  margin: 0 1.5%;
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .tips_section .bg_beige .scroll_container {
    width: 90%;
    margin-bottom: 3%;
  }
}

#housing_exhibit .green_park .tips_section .bg_beige .scroll_container::before, #housing_exhibit .green_park .tips_section .bg_beige .scroll_container::after {
  content: '';
  width: 20px;
  height: 6px;
  background-color: #333;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .tips_section .bg_beige .scroll_container::before, #housing_exhibit .green_park .tips_section .bg_beige .scroll_container::after {
    width: 8px;
    height: 30px;
    top: 50%;
    transform: translateY(-50%);
  }
}

#housing_exhibit .green_park .tips_section .bg_beige .scroll_container::before {
  top: -6px;
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .tips_section .bg_beige .scroll_container::before {
    top: 50%;
    left: -8px;
    transform: translateY(-50%);
  }
}

#housing_exhibit .green_park .tips_section .bg_beige .scroll_container::after {
  bottom: -6px;
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .tips_section .bg_beige .scroll_container::after {
    top: 50%;
    right: -8px;
    left: auto;
    transform: translateY(-50%);
  }
}

#housing_exhibit .green_park .tips_section .bg_beige .scroll_container .scroll_bg {
  background-image: url(../images/housing-exhibit/merit_h2_bg.png);
  background-position: 5%;
  padding: 8px;
  text-align: center;
  position: relative;
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .tips_section .bg_beige .scroll_container .scroll_bg {
    width: 100%;
  }
}

#housing_exhibit .green_park .tips_section .bg_beige .scroll_container .scroll_content {
  background: #FFF;
  padding: 4px 9px 10px 9px;
  min-height: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .tips_section .bg_beige .scroll_container .scroll_content {
    min-height: 1rem;
    width: 100%;
    padding: 1% 0;
  }
}

#housing_exhibit .green_park .tips_section .bg_beige .scroll_container .scroll_content .star {
  width: 44px;
  color: #FFD700;
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .tips_section .bg_beige .scroll_container .scroll_content .star {
    display: none;
  }
}

#housing_exhibit .green_park .tips_section .bg_beige .scroll_container .scroll_content .star.second {
  top: 20px;
}

#housing_exhibit .green_park .tips_section .bg_beige .scroll_container .scroll_content .scroll_text {
  display: block;
  font-size: 18px;
  font-weight: bold;
  writing-mode: vertical-rl;
  color: #333;
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .tips_section .bg_beige .scroll_container .scroll_content .scroll_text {
    writing-mode: lr-tb;
  }
}

#housing_exhibit .green_park .tips_section .bg_beige .scroll_container .scroll_content .scroll_text.star_one {
  padding-top: 25px;
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .tips_section .bg_beige .scroll_container .scroll_content .scroll_text.star_one {
    padding-top: 0;
  }
}

#housing_exhibit .green_park .tips_section .bg_beige .scroll_container .scroll_content .scroll_text.star_two {
  padding-top: 0;
}

#housing_exhibit .green_park .tips_section .bg_beige .scroll_container .scroll_content .scroll_text.star_three {
  padding-top: 25px;
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .tips_section .bg_beige .scroll_container .scroll_content .scroll_text.star_three {
    padding-top: 0;
  }
}

#housing_exhibit .green_park .tips_section .bg_beige ul {
  text-align: left;
  font-size: 17px;
  min-width: 67%;
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .tips_section .bg_beige ul {
    padding: 2%;
  }
}

#housing_exhibit .green_park .tips_section .bg_beige ul li {
  margin-bottom: 0.3rem;
  letter-spacing: 0;
}

#housing_exhibit .green_park .tips_section .bg_beige ul li:before {
  content: '•';
  color: #15A08A;
  font-size: 1.4em;
  margin-right: 8px;
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .tips_section .bg_beige img {
    width: 90%;
    margin: 3% auto;
  }
}

#housing_exhibit .green_park .tips_section .bg_beige.slide-in-left {
  transform: translateX(0);
  opacity: 1;
}

#housing_exhibit .green_park .tips_section h2.event {
  display: inline-block;
  position: relative;
  font-size: 30px;
  padding-bottom: 20px;
  margin-top: 10%;
  font-weight: 500;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .tips_section h2.event {
    font-size: 1.4em;
    margin-top: 20%;
  }
}

#housing_exhibit .green_park .tips_section h2.event::before {
  content: '';
  left: -90px;
  top: -80px;
  position: absolute;
  width: 119px;
  height: 117px;
  background-image: url(../images/housing-exhibit/event_flag.png);
  background-size: contain;
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .tips_section h2.event::before {
    content: '他にも！';
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFEC3F;
    color: #333;
    font-size: 15px;
    font-weight: bold;
    left: 50%;
    top: -50%;
    transform: translate(-50%, -50%);
    width: 60%;
    height: auto;
    padding: 3px 0;
    border-radius: 5px;
    background-image: none;
  }
}

#housing_exhibit .green_park .tips_section h2.event::after {
  content: "";
  display: block;
  width: 500px;
  height: 10px;
  margin: 10px auto 0;
  background-image: radial-gradient(circle, #EFD75E 5px, transparent 5px);
  background-size: 20px 10px;
  margin: 15px auto 0;
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .tips_section h2.event::after {
    width: 100%;
    margin: 8px auto 0;
    background-image: radial-gradient(circle, #EFD75E 3px, transparent 3px);
    background-size: 14px 10px;
  }
}

#housing_exhibit .green_park .tips_section h2.event.slide-up {
  opacity: 1;
  transform: translateY(0);
}

#housing_exhibit .green_park .tips_section .event_pic {
  display: flex;
  justify-content: space-around;
  margin-top: 5%;
  padding: 0 3%;
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .tips_section .event_pic {
    flex-direction: column;
    gap: 3%;
  }
}

#housing_exhibit .green_park .tips_section .event_pic figure {
  width: 30%;
  margin: 0;
  text-align: center;
  opacity: 0;
  transform: translateX(-30%);
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .tips_section .event_pic figure {
    width: 100%;
  }
}

#housing_exhibit .green_park .tips_section .event_pic figure.slide-in-left {
  transform: translateX(0);
  opacity: 1;
  animation: slideInLeft 0.5s ease-out forwards;
}

#housing_exhibit .green_park .tips_section .event_pic figure img {
  width: 300px;
  border-radius: 10px;
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .tips_section .event_pic figure img {
    width: 60%;
  }
}

#housing_exhibit .green_park .tips_section .event_pic figcaption {
  margin-top: 5%;
  font-size: 1.2em;
  font-weight: 600;
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .tips_section .event_pic figcaption {
    margin-top: 2%;
    margin-bottom: 6%;
  }
}

#housing_exhibit .green_park .main_load {
  background-color: #f4f1e9;
  padding: 20px 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 180px;
  background-image: url(../images/housing-exhibit/mainload_bg.png);
  background-position: center;
  margin-bottom: 7%;
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .main_load {
    height: 120px;
    background-size: contain;
  }
}

#housing_exhibit .green_park .main_load.yellow {
  background-image: url(../images/housing-exhibit/mainload_yellow_bg.png);
}

#housing_exhibit .green_park .main_load.yellow .load_content {
  width: 1100px;
  position: relative;
  height: 180px;
}

#housing_exhibit .green_park .main_load.yellow .load_content .phone {
  position: absolute;
  bottom: 0;
  right: 40px;
  width: 212px;
  opacity: 0;
  transform: translateX(20%);
  transition: opacity 0.6s ease-out, transform 0.5s ease-out;
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .main_load.yellow .load_content .phone {
    width: 30%;
    transform: none;
    right: 1%;
    bottom: 22%;
  }
}

#housing_exhibit .green_park .main_load.yellow .load_content .phone.slide-in-right {
  opacity: 1;
  transform: translateX(0);
}

#housing_exhibit .green_park .main_load.yellow .load_content p {
  font-size: 1.7em;
  color: #333;
  position: absolute;
  left: 170px;
  font-weight: 500;
  width: 750px;
  top: 60px;
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .main_load.yellow .load_content p {
    font-size: 1.2em;
    left: 3%;
  }
}

#housing_exhibit .green_park .main_load.yellow .load_content p span {
  background: #009788;
  color: #FFF;
  border-radius: 5px;
  margin-left: 3%;
  padding: 2%;
  opacity: 0;
  display: inline-block;
  transform: scale(0.5);
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
}

#housing_exhibit .green_park .main_load.yellow .load_content p span.zoom-in {
  opacity: 1;
  transform: scale(1);
  animation: zoomIn 0.5s ease-out forwards;
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .main_load.yellow .load_content p span {
    background: none;
    padding: 0;
    display: block;
    margin-left: 0;
    width: fit-content;
    color: #009788;
    font-weight: bold;
  }
}

#housing_exhibit .green_park .main_load::before, #housing_exhibit .green_park .main_load::after {
  content: '';
  position: absolute;
  bottom: -16%;
  transform: translateY(-50%);
  width: 220px;
  height: 48px;
  background-image: url(../images/housing-exhibit/mainload_grass.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 10;
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .main_load::before, #housing_exhibit .green_park .main_load::after {
    width: 30%;
    bottom: -50%;
  }
}

#housing_exhibit .green_park .main_load::before {
  left: 0;
}

#housing_exhibit .green_park .main_load::after {
  right: 0;
}

#housing_exhibit .green_park .main_load .load_content {
  width: 1100px;
  position: relative;
  height: 180px;
}

#housing_exhibit .green_park .main_load .load_content .load_family {
  position: absolute;
  bottom: 50px;
  right: 50px;
  width: 354px;
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

#housing_exhibit .green_park .main_load .load_content .load_family.slide-in-right {
  opacity: 1;
  transform: translateX(0);
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .main_load .load_content .load_family {
    width: 45%;
    right: 2%;
    bottom: auto;
    top: -20%;
    transform: translateX(0%);
  }
}

#housing_exhibit .green_park .main_load .load_content p {
  font-size: 1.7em;
  color: #333;
  position: absolute;
  left: 200px;
  top: 70px;
  font-weight: 500;
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .main_load .load_content p {
    font-size: 1.2em;
    left: 2%;
    top: 33%;
    text-align: left;
  }
}

#housing_exhibit .green_park .main_load .load_content p.slide-in-left {
  opacity: 1;
  transform: translateX(0);
}

#housing_exhibit .green_park .worries_couple {
  display: flex;
  align-items: center;
  background-color: #4a4a4a;
  color: white;
  font-size: 1.8em;
  padding: 40px 30px;
  border-radius: 40px;
  position: relative;
  font-weight: 600;
  margin-bottom: 5%;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .worries_couple {
    font-size: 1.2em;
    padding: 9% 0;
    width: 96%;
    margin: 0 auto;
    margin-bottom: 8%;
  }
}

#housing_exhibit .green_park .worries_couple img {
  width: 269px;
  position: absolute;
  bottom: 0;
  left: 150px;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .worries_couple img {
    width: 30%;
    bottom: 0;
    left: 5%;
  }
}

#housing_exhibit .green_park .worries_couple span {
  position: absolute;
  right: 200px;
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .worries_couple span {
    right: auto;
    padding-left: 38%;
  }
}

#housing_exhibit .green_park .worries_couple.fade-in-up {
  opacity: 1;
  transform: translateY(0);
}

#housing_exhibit .green_park .worries_content {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  padding-top: 10%;
  position: relative;
  background: #FFF;
  border-radius: 10px;
  margin-bottom: 10%;
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .worries_content {
    width: 96%;
    padding: 0 4%;
  }
}

#housing_exhibit .green_park .worries_content h2 {
  font-size: 2em;
  margin-bottom: 8%;
  font-weight: 600;
  opacity: 0;
  transition: opacity 0.6s ease-out;
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .worries_content h2 {
    font-size: 1.4em;
    padding-top: 3rem;
  }
}

#housing_exhibit .green_park .worries_content h2::after {
  content: "";
  display: block;
  width: 500px;
  height: 10px;
  margin: 10px auto 0;
  background-image: radial-gradient(circle, #484747 5px, transparent 5px);
  background-size: 20px 10px;
  margin: 20px auto 0;
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .worries_content h2::after {
    background-image: radial-gradient(circle, #484747 3px, transparent 3px);
    background-size: 17px 10px;
    width: 100%;
    margin: 10px auto 0;
  }
}

#housing_exhibit .green_park .worries_content h2.fade-in {
  opacity: 1;
}

#housing_exhibit .green_park .worries_content .circle_container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5%;
  gap: 7%;
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .worries_content .circle_container {
    flex-direction: column;
    margin-bottom: 12%;
  }
}

#housing_exhibit .green_park .worries_content .circle_container .circle {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background-color: #e0e4e8;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #274B66;
  font-size: 1.2em;
  padding: 20px;
  box-sizing: border-box;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.3s ease-out, transform 1.3s ease-out;
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .worries_content .circle_container .circle {
    border-radius: 3px;
    width: 96%;
    height: auto;
    font-size: 1em;
    margin: 2% 0;
    padding: 2%;
    line-height: 1.6;
  }
}

#housing_exhibit .green_park .worries_content .circle_container .circle.fade-in-up {
  opacity: 1;
  transform: translateY(0);
  animation: fadeInUp 1.5s ease-out forwards;
}

#housing_exhibit .green_park .worries_content img {
  width: 600px;
}

#housing_exhibit .green_park .bubble_container {
  position: relative;
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .bubble_container {
    padding-top: 8%;
  }
}

#housing_exhibit .green_park .bubble_container .roof_content_wrapper {
  position: relative;
  max-width: 1100px;
  height: 310px;
  margin-bottom: -1px;
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .bubble_container .roof_content_wrapper {
    height: auto;
  }
}

#housing_exhibit .green_park .bubble_container .roof_content_wrapper .roof_content {
  width: 100%;
  height: 100%;
  background-image: url(../images/housing-exhibit/roof_bg.png);
  background-size: cover;
  background-position: center;
  clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
  margin-top: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 7%;
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .bubble_container .roof_content_wrapper .roof_content {
    padding-top: 26%;
    text-align: center;
    background-image: none;
    clip-path: none;
  }
}

#housing_exhibit .green_park .bubble_container .roof_content_wrapper .roof_content span {
  position: relative;
  font-size: 24px;
  color: #333;
  margin-bottom: 3%;
  font-weight: bold;
  display: inline-block;
  background: linear-gradient(transparent 40%, #fbeb64 40%);
  background-size: 100% 160%;
  padding: 0 2%;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .bubble_container .roof_content_wrapper .roof_content span {
    font-size: 1.1em;
    margin-bottom: 6%;
  }
}

#housing_exhibit .green_park .bubble_container .roof_content_wrapper .roof_content span::before, #housing_exhibit .green_park .bubble_container .roof_content_wrapper .roof_content span::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 52px;
  background-size: contain;
  background-repeat: no-repeat;
}

#housing_exhibit .green_park .bubble_container .roof_content_wrapper .roof_content span::before {
  left: -15%;
  background-image: url(../images/housing-exhibit/roof_left.png);
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .bubble_container .roof_content_wrapper .roof_content span::before {
    left: -20%;
    width: 8%;
    background-position: center 40%;
  }
}

#housing_exhibit .green_park .bubble_container .roof_content_wrapper .roof_content span::after {
  right: -15%;
  background-image: url(../images/housing-exhibit/roof_right.png);
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .bubble_container .roof_content_wrapper .roof_content span::after {
    right: -20%;
    width: 8%;
    background-position: center 40%;
  }
}

#housing_exhibit .green_park .bubble_container .roof_content_wrapper .roof_content span.slide-in-up {
  opacity: 1;
  transform: translateY(0);
}

#housing_exhibit .green_park .bubble_container .roof_content_wrapper .roof_content h2 {
  font-size: 30px;
  color: #333;
  margin: 0;
  font-weight: bold;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .bubble_container .roof_content_wrapper .roof_content h2 {
    font-size: 1.5em;
    line-height: 1.6;
    background: #078F82;
    color: #FFF;
    width: 100%;
    padding: 2% 0;
    margin-bottom: 0;
  }
}

#housing_exhibit .green_park .bubble_container .roof_content_wrapper .roof_content h2.slide-in-up {
  opacity: 1;
  transform: translateY(0);
}

#housing_exhibit .green_park .bubble_container .roof_content_wrapper::before {
  content: '';
  position: absolute;
  top: -25%;
  left: 55%;
  transform: translateX(-50%);
  width: 119px;
  height: 82px;
  background-image: url(../images/housing-exhibit/roof_flag.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .bubble_container .roof_content_wrapper::before {
    background-image: none;
  }
}

#housing_exhibit .green_park .bubble_container .house_content {
  background: #FFF;
  display: flex;
  padding: 7% 6%;
  gap: 6%;
  align-items: flex-start;
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .bubble_container .house_content {
    flex-direction: column;
    padding: 0;
    gap: 3%;
  }
}

#housing_exhibit .green_park .bubble_container .house_content .explanation_wrapper {
  flex: 2;
}

#housing_exhibit .green_park .bubble_container .house_content .explanation_wrapper .explanation01,
#housing_exhibit .green_park .bubble_container .house_content .explanation_wrapper .explanation02 {
  background: #EDEDE4;
  padding: 20px;
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .bubble_container .house_content .explanation_wrapper .explanation01,
  #housing_exhibit .green_park .bubble_container .house_content .explanation_wrapper .explanation02 {
    padding: 3% 3% 0 3%;
  }
}

#housing_exhibit .green_park .bubble_container .house_content .explanation_wrapper .explanation01 h3,
#housing_exhibit .green_park .bubble_container .house_content .explanation_wrapper .explanation02 h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #078F82;
  font-size: 1.5em;
  color: #FFFFFF;
  padding: 10px 40px;
  margin-bottom: 4%;
  border-radius: 3px;
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .bubble_container .house_content .explanation_wrapper .explanation01 h3,
  #housing_exhibit .green_park .bubble_container .house_content .explanation_wrapper .explanation02 h3 {
    font-size: 1.3em;
  }
}

#housing_exhibit .green_park .bubble_container .house_content .explanation_wrapper .explanation01 h3::before,
#housing_exhibit .green_park .bubble_container .house_content .explanation_wrapper .explanation02 h3::before {
  content: '';
  background-image: url(../images/housing-exhibit/check_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 38px;
  height: 33px;
  margin-right: 10px;
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .bubble_container .house_content .explanation_wrapper .explanation01 h3::before,
  #housing_exhibit .green_park .bubble_container .house_content .explanation_wrapper .explanation02 h3::before {
    width: 30px;
    background-position: 0 5px;
  }
}

@keyframes stamp {
  0% {
    transform: scale(1.2);
    opacity: 0.2;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

#housing_exhibit .green_park .bubble_container .house_content .explanation_wrapper .explanation01 {
  margin-top: 6%;
  margin-bottom: 8%;
  position: relative;
  opacity: 0;
  transition: opacity 0.4s ease-out;
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .bubble_container .house_content .explanation_wrapper .explanation01 {
    margin-top: 0;
  }
}

#housing_exhibit .green_park .bubble_container .house_content .explanation_wrapper .explanation01 img {
  position: absolute;
  bottom: 0%;
  left: 5%;
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .bubble_container .house_content .explanation_wrapper .explanation01 img {
    position: static;
    width: 30%;
    margin: 3% auto;
    display: block;
  }
}

#housing_exhibit .green_park .bubble_container .house_content .explanation_wrapper .explanation01 p {
  padding-left: 27%;
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .bubble_container .house_content .explanation_wrapper .explanation01 p {
    padding-left: 0%;
  }
}

#housing_exhibit .green_park .bubble_container .house_content .explanation_wrapper .explanation01.stamp-animation {
  animation: stamp 0.4s ease-out forwards;
  transform-origin: center;
  opacity: 1;
}

#housing_exhibit .green_park .bubble_container .house_content .explanation_wrapper .explanation02 {
  margin-bottom: 30px;
  position: relative;
  opacity: 0;
  transition: opacity 0.4s ease-out;
}

#housing_exhibit .green_park .bubble_container .house_content .explanation_wrapper .explanation02 img {
  position: absolute;
  bottom: -22%;
  right: 1%;
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .bubble_container .house_content .explanation_wrapper .explanation02 img {
    position: static;
    width: 40%;
    margin: 4% auto;
    display: block;
  }
}

#housing_exhibit .green_park .bubble_container .house_content .explanation_wrapper .explanation02 p {
  padding-right: 37%;
  padding-left: 1%;
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .bubble_container .house_content .explanation_wrapper .explanation02 p {
    padding-right: 0%;
  }
}

#housing_exhibit .green_park .bubble_container .house_content .explanation_wrapper .explanation02.stamp-animation {
  animation: stamp 0.4s ease-out forwards;
  transform-origin: center;
  opacity: 1;
}

#housing_exhibit .green_park .bubble_container .house_content .explanation_wrapper img {
  flex: 1;
}

#housing_exhibit .green_park .bubble_container .house_content .display_phone {
  transition: opacity 0.6s ease-out;
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .bubble_container .house_content .display_phone {
    width: 50%;
    margin: 5% auto;
  }
}

@keyframes sway {
  0% {
    transform: rotate(0deg) translateX(0);
  }
  25% {
    transform: rotate(2deg) translateX(3px);
  }
  50% {
    transform: rotate(0deg) translateX(0);
  }
  75% {
    transform: rotate(-2deg) translateX(-3px);
  }
  100% {
    transform: rotate(0deg) translateX(0);
  }
}

#housing_exhibit .green_park .bubble_container .bubble_01 {
  position: absolute;
  left: 30%;
  top: -4%;
  animation: sway 3s ease-in-out infinite;
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .bubble_container .bubble_01 {
    width: 22%;
    top: 1%;
  }
}

#housing_exhibit .green_park .bubble_container .bubble_02 {
  position: absolute;
  left: 14%;
  top: 10%;
  animation: sway 3s ease-in-out infinite;
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .bubble_container .bubble_02 {
    width: 30%;
    top: 5%;
    left: 4%;
  }
}

#housing_exhibit .green_park .bubble_container .bubble_03 {
  position: absolute;
  right: 15%;
  top: 1%;
  animation: sway 3s ease-in-out infinite;
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .bubble_container .bubble_03 {
    width: 40%;
    right: 4%;
    top: 3%;
  }
}

#housing_exhibit .green_park .coffeeshop {
  position: absolute;
  right: 3%;
  bottom: 0;
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .coffeeshop {
    display: none;
  }
}

#housing_exhibit .green_park .signpost {
  position: absolute;
  left: 3%;
  bottom: 0;
}

@media (max-width: 600px) {
  #housing_exhibit .green_park .signpost {
    display: none;
  }
}

#housing_exhibit .author {
  background-color: #EAF3FA;
  padding: 6% 0;
}

@media (max-width: 600px) {
  #housing_exhibit .author {
    padding: 0 0 6% 0;
  }
}

#housing_exhibit .author h2 {
  background-color: #224B6A;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: 80px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  font-size: 1.6em;
  margin: 0;
  max-width: 1100px;
  margin: 0 auto;
}

@media (max-width: 600px) {
  #housing_exhibit .author h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    margin-top: 6%;
  }
}

#housing_exhibit .author .author_content {
  max-width: 1100px;
  margin: 0 auto;
  background: #FFFFFF;
  padding: 0 2% 2% 2%;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

@media (max-width: 600px) {
  #housing_exhibit .author .author_content {
    padding: 5% 3%;
  }
}

#housing_exhibit .author .author_content .author_detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3% 0;
  gap: 4%;
}

@media (max-width: 600px) {
  #housing_exhibit .author .author_content .author_detail {
    flex-direction: column;
  }
}

#housing_exhibit .author .author_content .author_detail .author_photo {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin-right: 20px;
  overflow: hidden;
}

#housing_exhibit .author .author_content .author_detail .author_photo img {
  width: 100%;
  height: auto;
}

#housing_exhibit .author .author_content .author_detail .author_name {
  position: relative;
  align-items: center;
  font-size: 1.4em;
  margin-bottom: 10px;
  padding-top: 2%;
}

@media (max-width: 600px) {
  #housing_exhibit .author .author_content .author_detail .author_name {
    font-size: 1.2em;
    margin-top: 6%;
  }
}

#housing_exhibit .author .author_content .author_detail .author_name p.name {
  padding-left: 6%;
  padding-bottom: 1.2%;
  margin-bottom: 1.2%;
  border-bottom: 2px solid #009788;
  font-size: 1.2em;
  font-weight: 700;
}

@media (max-width: 600px) {
  #housing_exhibit .author .author_content .author_detail .author_name p.name {
    padding-left: 7%;
  }
}

#housing_exhibit .author .author_content .author_detail .author_name p.name::before {
  content: '';
  display: inline-block;
  background-color: #005780;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 1%;
  top: 14%;
  transform: translateY(-50%);
}

@media (max-width: 600px) {
  #housing_exhibit .author .author_content .author_detail .author_name p.name::before {
    width: 12px;
    height: 12px;
    top: 6.4%;
    left: 1%;
  }
}

#housing_exhibit .author .author_content .author_detail .author_name p.name span {
  font-size: 0.7em;
  font-weight: normal;
  margin-left: 2%;
}

#housing_exhibit .author .author_content .author_detail .author_name p.author_bio {
  font-size: 16px;
  margin-bottom: 4%;
}

#housing_exhibit .author .author_content .author_detail .author_link {
  text-align: right;
}

@media (max-width: 600px) {
  #housing_exhibit .author .author_content .author_detail .author_link {
    text-align: center;
    margin: 5% 0 7% 0;
  }
}

#housing_exhibit .author .author_content .author_detail .author_link a {
  display: inline-block;
  padding: 4px 30px;
  background-color: #009788;
  color: white;
  text-decoration: none;
  border-radius: 30px;
  transition: background-color 0.3s ease;
  font-size: 16px;
}

@media (max-width: 600px) {
  #housing_exhibit .author .author_content .author_detail .author_link a {
    text-align: center;
    padding: 3% 0;
    font-size: 17px;
    width: 100%;
    border-radius: 50px;
  }
}

#housing_exhibit .author .author_content .author_detail .author_link a:hover {
  background-color: #224B6A;
}

#housing_exhibit .author .author_content .recent_articles {
  margin-top: 20px;
  display: flex;
  gap: 6%;
  justify-content: space-between;
  align-items: flex-start;
}

@media (max-width: 600px) {
  #housing_exhibit .author .author_content .recent_articles {
    flex-direction: column;
  }
}

#housing_exhibit .author .author_content .recent_articles .article_list {
  list-style: none;
  padding: 0;
  width: 100%;
}

#housing_exhibit .author .author_content .recent_articles .article_list li {
  margin-bottom: 1.5%;
  padding-bottom: 1.5%;
  border-bottom: 1px solid #C4C4C4;
}

@media (max-width: 600px) {
  #housing_exhibit .author .author_content .recent_articles .article_list li {
    margin-bottom: 3%;
    padding-bottom: 3%;
  }
}

#housing_exhibit .author .author_content .recent_articles .article_list li a:hover {
  text-decoration: underline;
}

#housing_exhibit .author .author_content .recent_articles .article_list .date {
  color: #009788;
  margin-right: 10px;
  font-weight: bold;
}

#housing_exhibit .author .author_content .recent_articles a {
  width: 310px;
}

@media (max-width: 600px) {
  #housing_exhibit .author .author_content .recent_articles a {
    width: 60%;
    margin: 6% auto;
  }
}

#housing_exhibit .author .author_content h3 {
  margin-bottom: 10px;
  font-size: 1.3em;
  border-left: 6px solid #224B6A;
  padding-left: 1.4%;
  font-weight: 600;
}

@media (max-width: 600px) {
  #housing_exhibit .author .author_content h3 {
    padding-left: 3%;
  }
}

#housing_exhibit br.sp {
  display: none;
}

@media (max-width: 1000px) {
  #housing_exhibit br.sp {
    display: block;
  }
}

#housing_exhibit .calltoAction.main {
  margin: 0;
}

/* 会社概要
======================================== */
main#primary table {
  width: 100%;
  border-collapse: collapse;
}

main#primary table th,
main#primary table td {
  padding: 15px 0 15px 20px;
  border: 1px solid #ddd;
  text-align: left;
}

@media (max-width: 600px) {
  main#primary table th,
  main#primary table td {
    display: block;
    width: 100%;
    padding: 10px 0 10px 15px;
    border-bottom: none;
  }
}

main#primary table th {
  background-color: #f3f3f3;
  width: 30%;
  font-weight: bold;
}

@media (max-width: 600px) {
  main#primary table th {
    display: block;
    width: 100%;
  }
}

main#primary table.about_tbl {
  margin: 8% auto;
  width: 80%;
}

@media (max-width: 600px) {
  main#primary table.about_tbl {
    width: 100%;
    border-bottom: 1px solid #ddd;
  }
}

/* モデルハウス検索の詳細
======================================== */
.model-house-detail .house-detail {
  max-width: 1100px;
  margin: 0 auto;
  border-radius: 8px;
  margin-bottom: 50px;
}

.model-house-detail .house-detail .house-image {
  width: 70%;
  margin: 0 auto;
  display: block;
  height: auto;
  border-radius: 8px;
  margin-bottom: 30px;
  border: 1px solid #c1c1c1;
}

@media (max-width: 600px) {
  .model-house-detail .house-detail .house-image {
    width: 100%;
  }
}

.model-house-detail .house-detail .house-name {
  font-size: 28px;
  margin-bottom: 3%;
  text-align: center;
  border-bottom: 1px solid #009788;
  padding-bottom: 20px;
}

@media (max-width: 600px) {
  .model-house-detail .house-detail .house-name {
    font-size: 22px;
  }
}

.model-house-detail .house-detail dl {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 600px) {
  .model-house-detail .house-detail dl {
    display: block;
  }
}

.model-house-detail .house-detail dl dt {
  width: 15%;
  font-weight: bold;
  padding: 5px 10px;
  background: #eee;
  margin-bottom: 10px;
}

@media (max-width: 600px) {
  .model-house-detail .house-detail dl dt {
    width: 100%;
    margin-bottom: 0;
  }
}

.model-house-detail .house-detail dl dd {
  width: 75%;
  margin: 0;
  padding: 5px 0;
  margin-left: 10px;
}

@media (max-width: 600px) {
  .model-house-detail .house-detail dl dd {
    width: 100%;
  }
}

.model-house-detail .house-detail .house-description {
  padding: 0 20px;
  margin: 20px 0 40px 0;
  font-size: 16px;
}

@media (max-width: 600px) {
  .model-house-detail .house-detail .house-description {
    padding: 0px;
  }
}

.model-house-detail .house-detail .button-group {
  margin-top: 8px;
  display: flex;
  gap: 10px;
}

.model-house-detail .house-detail .map-button {
  display: inline-block;
  padding: 3px 24px;
  background: #009788;
  font-size: 16px;
  color: #fff;
  border-radius: 20px;
  text-decoration: none;
  margin-left: 20px;
  transition: background 0.3s;
}

.model-house-detail .house-detail .map-button:hover {
  background: #015a51;
}

@media (max-width: 600px) {
  .model-house-detail .house-detail .map-button {
    margin-left: 0;
    margin: 20px 0;
    font-size: 15px;
  }
}

.model-house-detail .house-detail .house-phone a {
  text-decoration: none;
}

.model-house-detail .house-detail .house-phone a:hover {
  text-decoration: underline;
}

.model-house-detail .house-detail .house-video {
  margin: 50px auto;
  width: 100%;
  background: url("../images/house-video_bg.jpg") no-repeat center center/cover;
  padding: 60px 100px;
  border-radius: 8px;
  position: relative;
}

.model-house-detail .house-detail .house-video .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.model-house-detail .house-detail .house-video .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  border: none;
}

.model-house-detail .house-detail .house-video h3 {
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: bold;
  position: relative;
  padding-left: 50px;
}

.model-house-detail .house-detail .house-video h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 64%;
  transform: translateY(-55%);
  width: 35px;
  height: 35px;
  background: url("../images/house-video_icon.png") no-repeat center;
  background-size: contain;
}

@media (max-width: 600px) {
  .model-house-detail .house-detail .house-video h3 {
    font-size: 22px;
  }
}

.model-house-detail .house-detail .house-video .video-description {
  margin-bottom: 30px;
  max-width: 88%;
}

@media (max-width: 600px) {
  .model-house-detail .house-detail .house-video .video-description {
    max-width: 100%;
  }
}

.model-house-detail .house-detail .house-video .house-video_couple {
  position: absolute;
  right: 3%;
  top: -3%;
}

@media (max-width: 600px) {
  .model-house-detail .house-detail .house-video .house-video_couple {
    display: none;
  }
}

@media (max-width: 600px) {
  .model-house-detail .house-detail .house-video {
    padding: 30px 20px;
  }
}

@media (max-width: 600px) {
  .model-house-detail .house-detail {
    padding: 0 3%;
  }
}

.model-house-detail .related-houses {
  margin-top: 40px;
  background: #f5f5e2;
  padding: 100px 0 140px 0;
  position: relative;
}

@media (max-width: 600px) {
  .model-house-detail .related-houses {
    padding: 30px 3% 140px 3%;
  }
}

.model-house-detail .related-houses h3 {
  font-size: 24px;
  margin-bottom: 50px;
  text-align: center;
  border-bottom: 1px solid #009788;
  max-width: 1100px;
  margin: 0 auto;
  margin-bottom: 50px;
  padding-bottom: 20px;
}

@media (max-width: 600px) {
  .model-house-detail .related-houses h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.model-house-detail .related-houses h3 span {
  color: #009788;
  font-weight: bold;
  margin-right: 10px;
}

.model-house-detail .related-houses .related-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 28px;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.model-house-detail .related-houses .related-grid .related-card {
  width: 23%;
  text-align: center;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: #333;
  transition: box-shadow 0.3s, transform 0.3s !important;
  display: flex;
  flex-direction: column;
}

.model-house-detail .related-houses .related-grid .related-card img {
  width: 100%;
  height: 150px;
  display: block;
  object-fit: cover;
}

.model-house-detail .related-houses .related-grid .related-card .card-title {
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  line-height: 1.4;
}

.model-house-detail .related-houses .related-grid .related-card .card-title small {
  color: #009788;
  display: block;
  width: auto;
  line-height: 1;
  margin-bottom: 5px;
}

.model-house-detail .related-houses .related-grid .related-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transform: scale(1.02);
}

@media (max-width: 600px) {
  .model-house-detail .related-houses .related-grid .related-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
  }
  .model-house-detail .related-houses .related-grid .related-card img {
    width: 40%;
    height: auto;
  }
  .model-house-detail .related-houses .related-grid .related-card .card-title {
    padding: 0 10px 0 16px;
    font-size: 14px;
  }
  .model-house-detail .related-houses .related-grid .related-card .card-title small {
    margin-bottom: 4px;
  }
}

@media (max-width: 600px) {
  .model-house-detail .related-houses .related-grid {
    gap: 18px;
  }
}

.model-house-detail .related-houses .related-grid .hidden {
  display: none !important;
}

.model-house-detail .related-houses .more-button-wrap {
  width: 100%;
}

.model-house-detail .related-houses .more-button-wrap .more-button {
  max-width: 200px;
  background: #009788;
  color: #fff;
  margin: 0 auto;
  border-radius: 20px;
  display: block;
  text-align: center;
  padding: 5px 10px;
  margin-top: 50px;
}

.model-house-detail .related-houses::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: url("../images/related-houses_bg.png") repeat-x bottom;
  background-size: auto 100%;
  pointer-events: none;
  z-index: 1;
}

/* モデルハウス一覧
======================================== */
.model-house-index {
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 100px;
}

.model-house-index__list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 100px;
}

@media (max-width: 600px) {
  .model-house-index__list {
    margin: 0 3%;
  }
}

.model-house-index__item {
  margin-bottom: 2rem;
}

.model-house-index__text {
  width: 90%;
}

@media (max-width: 600px) {
  .model-house-index__text {
    width: 100%;
  }
}

.model-house-index__link {
  text-decoration: none;
  color: inherit;
}

.model-house-index__box {
  display: flex;
  align-items: center;
  padding: 1rem 1.6rem;
  border: 1px solid #ccc;
  border-radius: 8px;
  position: relative;
  transition: box-shadow 0.3s ease;
  background: #f5f5e2;
  gap: 30px;
}

.model-house-index__box:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

@media (max-width: 600px) {
  .model-house-index__box {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.2rem;
    gap: 5px;
  }
}

.model-house-index__arrow {
  width: 24px;
  height: 24px;
  background-image: url(../images/arrow-detail.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: auto;
}

@media (max-width: 600px) {
  .model-house-index__arrow {
    display: none;
  }
}

.model-house-index__logo {
  width: 200px;
  height: auto;
  flex-shrink: 0;
}

@media (max-width: 600px) {
  .model-house-index__logo {
    width: 150px;
    max-width: 150px;
    margin: 0 auto 1rem;
  }
}

.model-house-index__name {
  font-size: 1.3rem;
  font-weight: bold;
  border-bottom: 1px solid #009788;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

@media (max-width: 600px) {
  .model-house-index__name {
    font-size: 1rem;
  }
}

.model-house-index__address {
  font-size: 0.95rem;
  color: #666;
  margin-top: 0.25rem;
  line-height: 1.4;
}

@media (max-width: 600px) {
  .model-house-index {
    margin-top: 40px;
  }
}
/*# sourceMappingURL=styles.css.map */