@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
}

ul[class], ol[class] {
  padding: 0;
}

body, h1, h2, h3, h4, p, ul, ol, figure, blockquote, dl, dd {
  margin: 0;
}

body {
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ul[class], ol[class] {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
* {
  margin: 0;
  padding: 0;
}

.c-title-52 {
  font-size: 5.2rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 6rem;
}

.c-title-44 {
  font-size: 4.4rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 6rem;
}

.c-title-36 {
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 6rem;
}

.c-title-32 {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 4rem;
}

.c-title-20 {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2;
}

.c-title-14 {
  font-size: 1.4rem;
  font-weight: bold;
}

.c-title-16 {
  font-size: 1.4rem;
  font-weight: bold;
}

.c-title-20n {
  font-size: 2rem;
  font-weight: bold;
  line-height: 2;
}

.c-title-24 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 4rem;
}

.c-title-24n {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 4rem;
}

.c-desc-12 {
  font-size: 1.2rem;
  line-height: 2.5rem;
}

.c-desc-14 {
  font-size: 1.4rem;
  line-height: 3rem;
}

.c-desc-16 {
  font-size: 1.6rem;
  line-height: 3rem;
}

.c-desc-14-25 {
  font-size: 1.4rem;
  line-height: 1.7857142857;
}

.c-desc-16-40 {
  font-size: 1.6rem;
  line-height: 2.5;
}

@media print, screen and (min-width: 768px) {
  .pc\:c-title-44 {
    font-size: 4.4rem;
    font-weight: bold;
    letter-spacing: 0.2em;
    line-height: 6rem;
  }
  .pc\:c-title-36 {
    font-size: 4.4rem;
    font-weight: bold;
    letter-spacing: 0.2em;
    line-height: 6rem;
  }
  .pc\:c-title-20 {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 2;
  }
  .pc\:c-desc-12 {
    font-size: 1.2rem;
    line-height: 2.5rem;
  }
}
@media (max-width: 767px) {
  .sp\:c-title-24 {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.4583333333;
  }
  .sp\:c-title-20 {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 2;
  }
  .sp\:c-title-16 {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.7;
  }
  .sp\:c-title-14 {
    font-size: 1.6rem;
    font-weight: bold;
  }
  .sp\:c-desc-12 {
    font-size: 1.2rem;
    line-height: 2.5rem;
  }
  .sp\:c-desc-10 {
    font-size: 1rem;
    line-height: 1.6;
  }
  .sp\:c-desc-14-25 {
    font-size: 1.4rem;
    line-height: 1.7857142857;
  }
  .sp\:c-desc-14-35 {
    font-size: 1.4rem;
    line-height: 2.5;
  }
  .sp\:c-title-32 {
    font-size: 3.2rem;
  }
  .sp\:c-title-28 {
    font-size: 2.8rem;
    line-height: 1.6071428571;
  }
  .sp\:c-desc-14 {
    font-size: 1.4rem;
  }
  .sp\:c-desc-16-40 {
    font-size: 1.6rem;
    line-height: 2.5;
  }
}
.c-section-title {
  font-style: italic;
}
.c-section-title span {
  color: var(--accent);
}

.c-accent {
  color: var(--accent);
}

.c-marker {
  background: linear-gradient(transparent 65%, #F5FF00 65%);
}

.c-page-top {
  padding-top: 10.5rem;
}

.c-page-headline {
  font-family: var(--font-serif);
  color: var(--color-primary);
  margin-bottom: 2.4rem;
}
.c-page-headline__ruby {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  margin-bottom: 0.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.c-page-headline__title {
  font-size: 2.6rem;
  line-height: 1.5384615385;
}

.c-breadcrumb {
  font-size: 1rem;
  margin-bottom: 2.8rem;
  max-width: calc(100% - 7rem);
  overflow: hidden;
}
.c-breadcrumb__list {
  display: flex;
}
.c-breadcrumb__item {
  white-space: nowrap;
}
.c-breadcrumb__item:last-child {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.c-breadcrumb__item-icon {
  width: 1.9rem;
  height: 0.9rem;
}
.c-breadcrumb__item::after {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%224.75%22%20height%3D%227.125%22%20viewBox%3D%220%200%204.75%207.125%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_10%22%20data-name%3D%22%E3%83%91%E3%82%B9%2010%22%20d%3D%22M7.492%2C0%2C7.007.469l3.734%2C3.094-3.734%2C3%2C.485.559%2C4.265-3.562Z%22%20transform%3D%22translate(-7.007)%22%20fill%3D%22%2328485a%22%2F%3E%3C%2Fsvg%3E");
  width: 0.475rem;
  height: 0.713rem;
  margin: 0 0.8rem;
}
.c-breadcrumb__item:last-child {
  color: var(--primary-color);
}
.c-breadcrumb__item:last-child::after {
  display: none;
}

a.c-breadcrumb__item {
  text-decoration: underline;
}

.c-aritcle-headline--report {
  display: grid;
  grid-template-columns: 4rem 1fr;
  gap: 1.2rem;
}

.c-aritcle-headling {
  line-height: 1.5555555556;
}

.c-aritcle-meta {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.c-aritcle-tag {
  padding: 0.1rem 0.8rem 0.2rem;
  background-color: var(--bg);
  color: #fff;
  font-family: var(--font-serif);
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.4615384615;
  letter-spacing: 0.1em;
}

.c-aritcle-date {
  font-size: 1.2rem;
}

.c-article-entry {
  margin-bottom: 6.4rem;
}
.c-article-entry .wp-block-image {
  margin-bottom: 2.4rem;
}
.c-article-entry h1,
.c-article-entry h2 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.375;
  padding: 0.75rem 1.6rem;
  border-left: 4px solid var(--color-accent);
  margin-bottom: 3rem;
}
.c-article-entry h1 {
  background-color: var(--color-light);
}
.c-article-entry h3 {
  font-size: 1.6rem;
  line-height: 1.375;
  padding-bottom: 0.8rem;
  position: relative;
  margin-bottom: 3rem;
}
.c-article-entry h3::after {
  content: "";
  position: absolute;
  left: 3.6rem;
  bottom: -2px;
  width: calc(100% - 3.6rem);
  z-index: 1;
  border-bottom: 2px solid var(--color-light);
}
.c-article-entry h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 3.2rem;
  z-index: 1;
  border-bottom: 2px solid var(--color-accent);
}
.c-article-entry h4 {
  font-size: 1.6rem;
  line-height: 1.375;
  padding: 0.8rem 1.6rem;
  border-radius: 4px;
  position: relative;
  margin-bottom: 3rem;
  background-color: #F4F4F4;
}
.c-article-entry h4::after {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(2rem, 99%);
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2217%22%20viewBox%3D%220%200%2030%2017%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_13141%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2013141%22%20width%3D%2230%22%20height%3D%2217%22%20transform%3D%22translate(1335%203784)%22%20fill%3D%22%23fff%22%20opacity%3D%220.365%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22%E3%83%9E%E3%82%B9%E3%82%AF%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_213%22%20data-name%3D%22%E3%83%9E%E3%82%B9%E3%82%AF%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20213%22%20transform%3D%22translate(-1335%20-3784)%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cg%20id%3D%22%E3%83%91%E3%82%B9_268449%22%20data-name%3D%22%E3%83%91%E3%82%B9%20268449%22%20transform%3D%22translate(1310%203745)%22%20fill%3D%22%23f4f4f4%22%3E%20%3Cpath%20d%3D%22M%2040.10634613037109%2055.67536163330078%20L%2026.68466758728027%2039.67862319946289%20L%2026.53479194641113%2039.49999618530273%20L%2026.3016242980957%2039.49999618530273%20L%202%2039.49999618530273%20C%201.172916650772095%2039.49999618530273%200.5%2038.82707977294922%200.5%2037.99999618530273%20L%200.5%201.999996781349182%20C%200.5%201.172913432121277%201.172916650772095%200.4999967515468597%202%200.4999967515468597%20L%20337%200.4999967515468597%20C%20337.8270874023438%200.4999967515468597%20338.5%201.172913432121277%20338.5%201.999996781349182%20L%20338.5%2037.99999618530273%20C%20338.5%2038.82707977294922%20337.8270874023438%2039.49999618530273%20337%2039.49999618530273%20L%2054.00587463378906%2039.49999618530273%20L%2053.77375030517578%2039.49999618530273%20L%2053.62395858764648%2039.67728805541992%20L%2040.10634613037109%2055.67536163330078%20Z%22%20stroke%3D%22none%22%2F%3E%20%3Cpath%20d%3D%22M%202%201.000011444091797%20C%201.448577880859375%201.000011444091797%201%201.448604583740234%201%202.000011444091797%20L%201%2038.0000114440918%20C%201%2038.55142211914062%201.448577880859375%2039.0000114440918%202%2039.0000114440918%20L%2026.7679443359375%2039.0000114440918%20L%2040.107666015625%2054.89904403686523%20L%2053.5416259765625%2039.0000114440918%20L%20337%2039.0000114440918%20C%20337.5514221191406%2039.0000114440918%20338%2038.55142211914062%20338%2038.0000114440918%20L%20338%202.000011444091797%20C%20338%201.448604583740234%20337.5514221191406%201.000011444091797%20337%201.000011444091797%20L%202%201.000011444091797%20M%202%201.1444091796875e-05%20L%20337%201.1444091796875e-05%20C%20338.1045837402344%201.1444091796875e-05%20339%200.8954200744628906%20339%202.000011444091797%20L%20339%2038.0000114440918%20C%20339%2039.10455703735352%20338.1045837402344%2040.0000114440918%20337%2040.0000114440918%20L%2054.005859375%2040.0000114440918%20L%2040.10494995117188%2056.4516487121582%20L%2026.3016357421875%2040.0000114440918%20L%202%2040.0000114440918%20C%200.895416259765625%2040.0000114440918%200%2039.10455703735352%200%2038.0000114440918%20L%200%202.000011444091797%20C%200%200.8954200744628906%200.895416259765625%201.1444091796875e-05%202%201.1444091796875e-05%20Z%22%20stroke%3D%22none%22%20fill%3D%22%23f4f4f4%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 3rem;
  height: 1.7rem;
}
.c-article-entry .wp-block-image {
  margin-bottom: 2.4rem;
  display: block;
}
.c-article-entry .wp-element-caption {
  margin-top: 1.6rem;
}
.c-article-entry p {
  margin-bottom: 2em;
}
.c-article-entry #toc_container {
  border: solid 0.5px #d6d6d6;
  padding: 0 2rem 2.4rem;
  margin-top: 2.4rem;
  margin-bottom: 6.4rem;
  position: relative;
}
.c-article-entry #toc_container::before {
  content: "";
  margin: -1px;
  width: calc(100% + 1px);
  height: 0.8rem;
  background-color: var(--color-accent);
  position: absolute;
  left: 0.5px;
  top: 0.5px;
  z-index: 2;
}
.c-article-entry #toc_container li {
  list-style: none;
}
.c-article-entry #toc_container .toc_list {
  counter-reset: toc;
}
.c-article-entry #toc_container .toc_list > li {
  margin-bottom: 1.6rem;
}
.c-article-entry #toc_container .toc_list > li > a {
  display: block;
  margin-bottom: 0.4rem;
}
.c-article-entry #toc_container .toc_list > li:nth-child(-n+9) .toc_number.toc_depth_1::before {
  content: "0";
}
.c-article-entry #toc_container .toc_list > li .toc_number.toc_depth_1::after {
  content: ".";
}
.c-article-entry #toc_container .toc_list > li li {
  color: #707070;
  padding-left: 2.3rem;
  line-height: 2.4rem;
  font-size: 1.4rem;
}
.c-article-entry #toc_container .toc_list > li li::before {
  content: "L";
}
.c-article-entry #toc_container .toc_list > li li .toc_number {
  display: none;
}
.c-article-entry .toc_title::before {
  content: "目次";
  text-align: center;
  display: block;
  margin: 2.4rem auto;
}
.c-article-entry #toc_container .toc_number {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: var(--font-secondary);
}
.c-article-entry .su-box {
  margin: 0 0 2.4rem;
  border-width: 0.5px;
  border-style: solid;
}
.c-article-entry .su-box-title {
  text-align: center;
  font-weight: bold;
  margin: -0.5px;
  padding: 1.2rem 1.6rem;
}
.c-article-entry .su-box-content {
  padding: 2.4rem;
}
.c-article-entry .su-box-content p {
  margin-bottom: 0;
}
.c-article-entry .su-note {
  border: 0;
  margin-bottom: 3rem;
}
.c-article-entry .su-note .su-note-inner {
  padding: 2.4rem;
}
.c-article-entry .su-note p {
  margin-bottom: 0;
}

.c-share__title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  font-weight: bold;
  margin-bottom: 2.4rem;
  font-size: 1.4rem;
}
.c-share__title::after, .c-share__title::before {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214.413%22%20height%3D%2215.413%22%20viewBox%3D%220%200%2014.413%2015.413%22%3E%20%3Cline%20id%3D%22%E7%B7%9A_1166%22%20data-name%3D%22%E7%B7%9A%201166%22%20x2%3D%2213%22%20y2%3D%2214%22%20transform%3D%22translate(0.707%200.707)%22%20fill%3D%22none%22%20stroke%3D%22%233c3c3c%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1.3rem;
  height: 1.4rem;
  display: block;
}
.c-share__title::after {
  transform: scaleX(-1);
}
.c-share__snss {
  display: flex;
  justify-content: center;
  gap: 1.3rem;
}

.c-article-datatable {
  position: relative;
  padding: 2.8rem 2rem 2rem;
  border: solid 0.5px #D6D6D6;
}
.c-article-datatable::before {
  content: "";
  position: absolute;
  inset: 0 0 auto auto;
  background-color: var(--color-accent);
  width: 100%;
  height: 0.8rem;
}
.c-article-datatable dl {
  display: grid;
  grid-template-columns: 7.2rem 1fr;
  align-items: center;
  margin-bottom: 2rem;
  font-size: 1.3rem;
}
.c-article-datatable dl:last-child {
  margin-bottom: 0;
}
.c-article-datatable dt {
  padding: 1.2rem 0;
  border-right: 1px solid var(--color-accent);
}
.c-article-datatable dd {
  padding: 0 0 0 1.6rem;
  line-height: 1.5384615385;
}

.lp-l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 113.7rem;
  padding-left: 6rem;
  padding-right: 6rem;
}
@media (max-width: 767px) {
  .lp-l-inner {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.lp-l-inner--s {
  padding-left: 4.4rem;
  padding-right: 4.4rem;
  max-width: 101.6rem;
}
@media (max-width: 767px) {
  .lp-l-inner--s {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.lp-l-inner--m {
  max-width: 118rem;
}
.lp-l-inner--l {
  max-width: 147rem;
}
.lp-l-inner--full {
  max-width: 136.6rem;
}

html {
  font-size: 62.5%;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

:root {
  --color-red: #BC3535;
  --color-black: #1F2427;
  --color-white: #fff;
  --color-light: #F2F6F9;
  --color-blue: #2774C2;
  --color-blue2: #1061B2;
  --color-orange: #F56F61;
  --color-yellow: #FFE785;
  --bg-main: var(--color-white);
  --bg-fill: var(--color-blue);
  --bg-light: var(--color-light);
  --accent: var(--color-blue2);
  --text-color: var(--color-black2);
  --main-color: var(--color-red);
  --line-height: 1.5;
  --font: "Noto Sans JP", serif;
  --font-english: "Poppins", serif;
  --header-height_sp: 7.88rem;
}

body {
  font-family: var(--font);
  font-size: 1.6rem;
  color: var(--text-color);
  line-height: var(--line-height);
  position: relative;
  font-weight: 500;
}
@media (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {
  #top {
    padding-top: var(--header-height_sp);
  }
}

b {
  font-weight: bold;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}
input[type=submit] {
  transition: 0.3s;
  cursor: pointer;
}
input[type=submit]:hover {
  opacity: 0.7;
}

sub {
  vertical-align: baseline;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

p {
  font-size: 1.4rem;
  line-height: 2;
}
p a {
  color: var(--accent);
  border-bottom: 1px solid currentColor;
}
@media (max-width: 767px) {
  p {
    font-size: 1.4rem;
    line-height: 2;
  }
}

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

video {
  max-width: 100%;
}

button {
  appearance: none;
  border: 0;
}

h2, h3 {
  font-weight: 600;
}

.header {
  background-color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  height: 7rem;
  z-index: 1000;
  transition: 0.4s;
  padding: 0 4rem;
}
@media (max-width: 767px) {
  .header {
    height: 6rem;
    padding: 0 1.6rem;
  }
}
.header__inner {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.header__label {
  color: var(--main-color);
  font-size: 1.5rem;
  letter-spacing: 0.09em;
  border: solid 2px;
  padding: 0.8rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  height: 3.5rem;
  font-weight: bold;
  border-radius: 0.8rem;
  margin-left: 1.7rem;
  background: #fff;
  z-index: 6;
}
.header__label-icon {
  width: 1.3rem;
  height: 1.768rem;
}
.header__logo {
  position: relative;
  z-index: 6;
  max-width: 17.7rem;
  transition: 0.4s;
  background: #fff;
}
.header__navi {
  margin-left: auto;
}
@media (max-width: 1020px) {
  .header__navi {
    transition: 0.4s;
    transform-origin: top center;
    transform: scaleY(0);
    position: fixed;
    top: 6rem;
    left: 0;
    width: 100%;
    height: fit-content;
    background: #fff;
    padding: 2.5rem 2rem 3.5rem;
  }
  .header__navi.is-active {
    transform: scaleY(1);
  }
  .header__navi.is-active .header__links {
    opacity: 1;
  }
}
.header__links {
  display: flex;
  align-items: center;
  gap: 4rem;
}
@media (max-width: 1060px) {
  .header__links {
    gap: 2rem;
  }
}
@media (max-width: 1020px) {
  .header__links {
    transition: 0.4s;
    transition-delay: 0.4s;
    opacity: 0;
    display: block;
  }
}
.header__link {
  font-size: 1.4rem;
  letter-spacing: 0.09em;
  font-weight: bold;
  transition: 0.4s;
}
@media (max-width: 1020px) {
  .header__link {
    display: block;
    text-align: center;
    color: var(--main-color);
    margin-bottom: 2.4rem;
  }
  .header__link:last-child {
    margin-bottom: 0;
  }
}
.header__link:hover {
  color: var(--main-color);
}

.hamburger-menu {
  --hamburger-padding: 1.6rem 1.35rem;
  --hamburger-size-w: 1.6rem;
  --hamburger-size-h: 1.1rem;
  --hamburger-bar-color: #fff;
  --hamburger-bg: var(--main-color);
  padding: var(--hamburger-padding);
  width: fit-content;
  height: fit-content;
  border-radius: 100%;
  background-color: var(--hamburger-bg);
  transition: 0.4s;
  cursor: pointer;
  position: relative;
  display: none;
  margin-left: auto;
  z-index: 8;
}
@media (max-width: 1020px) {
  .hamburger-menu {
    display: block;
  }
}
.hamburger-menu.is-active {
  rotate: 45deg;
}
.hamburger-menu.is-active .hamburger__bar:nth-child(1) {
  rotate: 90deg;
  inset: 0;
  margin: auto;
}
.hamburger-menu.is-active .hamburger__bar:nth-child(2) {
  opacity: 0;
}
.hamburger-menu.is-active .hamburger__bar:nth-child(3) {
  inset: 0;
  margin: auto;
  rotate: 0;
}

.hamburger {
  width: var(--hamburger-size-w);
  height: var(--hamburger-size-h);
  position: relative;
}
.hamburger__bar {
  transition: 0.4s;
  width: 100%;
  height: 2px;
  border-radius: 3px;
  background: var(--hamburger-bar-color);
  position: absolute;
  top: 0;
  left: 0;
}
.hamburger__bar:nth-child(2) {
  top: auto;
  bottom: 0;
}
.hamburger__bar:nth-child(3) {
  inset: 0;
  margin: auto;
}

.footer {
  font-size: 0.5208333333vw;
  max-width: 100%;
}
@media (max-width: 767px) {
  .footer {
    font-size: 1.3333333333vw;
  }
}

@media screen and (max-width: 959px) {
  .footer {
    padding-bottom: 16em;
  }
}
.footer-sns__inner {
  padding: 4em 0;
}

@media screen and (max-width: 959px) {
  .footer-sns__inner {
    padding: 0 2em;
  }
}
.footer-sns__items {
  display: flex;
}

@media screen and (max-width: 959px) {
  .footer-sns__items {
    display: block;
  }
}
.footer-sns__item {
  position: relative;
  flex: 0 0 25%;
  max-width: 25%;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .footer-sns__item {
    max-width: 100%;
  }
}
.footer-sns__item:nth-child(2) a {
  border: solid 2px #f6f4f0;
  border-top: 0;
  border-bottom: 0;
}

@media screen and (max-width: 959px) {
  .footer-sns__item:nth-child(2) a {
    border-top: solid 1px #f6f4f0;
    border-bottom: solid 1px #f6f4f0;
    border-left: 0;
    border-right: 0;
  }
}
.footer-sns__item:nth-child(3) a {
  border: solid 2px #f6f4f0;
  border-top: 0;
  border-bottom: 0;
}

@media screen and (max-width: 959px) {
  .footer-sns__item:nth-child(3) a {
    border-top: solid 1px #f6f4f0;
    border-bottom: solid 1px #f6f4f0;
    border-left: 0;
    border-right: 0;
  }
}
.footer-sns__item a,
.footer-sns__item p {
  display: flex;
  flex-wrap: wrap;
  font-family: "Spartan";
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.6em;
  padding: 4em 0;
  position: relative;
}

@media screen and (max-width: 959px) {
  .footer-sns__item a,
  .footer-sns__item p {
    font-size: 2.4em;
    padding: 7em 0;
  }
}
.footer-sns__item a span {
  position: absolute;
  top: 0;
  flex: 0 0 100%;
  margin-bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}

@media screen and (max-width: 959px) {
  .footer-sns__item a span {
    top: 2.5em;
    transform: translateX(-50%);
  }
}
.footer-sns__item p {
  cursor: pointer;
}

.footer-sns__item img {
  display: inline-block;
  width: 7.5em;
  padding-right: 2em;
}

.footer {
  background: #c80a14;
  color: #fff;
}

.footer__logo {
  flex: 0 0 12%;
}

@media screen and (max-width: 959px) {
  .footer__logo {
    flex: 0 0 100%;
    border-bottom: 2px solid;
    margin: 0 3em 6em;
  }
}
@media screen and (max-width: 959px) {
  .footer__logo img {
    margin: 10em auto 6em;
    max-width: 17em;
  }
}
.footer__copyright {
  text-align: right;
  padding-right: 20em;
  padding-bottom: 1em;
  font-size: 1.1em;
  font-family: "Spartan";
  font-weight: 100;
}

@media screen and (max-width: 959px) {
  .footer__copyright {
    font-size: 1.5em;
    text-align: center;
    padding: 0 0 4em;
  }
}
.footer__inner {
  padding: 6em 6em 0 6em;
}

@media screen and (max-width: 959px) {
  .footer__inner {
    padding: 0;
    padding-top: 5rem;
  }
}
.footer__banner {
  padding: 8em 0;
  width: 100%;
  overflow: hidden;
}

.footer__banner-link img {
  width: 100vw;
}

.footer__box {
  display: flex;
  align-items: center;
  margin-bottom: 3em;
}

@media screen and (max-width: 959px) {
  .footer__box {
    flex-direction: column-reverse;
  }
}
.footer__left {
  flex: 0 0 50%;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 959px) {
  .footer__left {
    display: block;
  }
}
.footer__info {
  padding: 0 6em;
}

.footer__info-address {
  margin-bottom: 1em;
  font-size: 1.6em;
}

.footer__info-tel {
  font-size: 1.6em;
}

@media screen and (max-width: 959px) {
  .footer__info-tel {
    font-size: 1.2rem;
  }
  .footer__info-address {
    font-size: 3.2em;
    line-height: 1.25;
  }
}
.footer__info-top {
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 2px solid #fff;
}

@media screen and (min-width: 961px) {
  .footer__info-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 959px) {
  .footer__info-top {
    border: 0;
    margin-bottom: 4.2em;
  }
}
.footer-jpx {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

@media screen and (max-width: 959px) {
  .footer-jpx {
    margin-top: 20px;
  }
}
.footer-jpx__logo {
  width: 64px;
}

.footer-jpx__text {
  font-size: 12px;
  margin-left: 10px;
  line-height: 1.5;
}

.footer__right {
  flex: 0 0 50%;
}

.footer__items {
  display: flex;
  flex-wrap: wrap;
  width: 84.5em;
}

@media screen and (max-width: 959px) {
  .footer__items {
    display: block;
    width: 100%;
    -moz-column-count: 2;
    column-count: 2;
  }
}
.footer__menu {
  padding: 0 3em;
  margin-bottom: 2em;
  font-size: 1.7em;
}

.footer__menu-link {
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  .footer__menu {
    font-size: 3em;
    padding: 0;
    margin-bottom: 2.5em;
  }
}
.footer__lists {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 959px) {
  .footer__lists {
    display: block;
  }
}
.footer__list {
  font-size: 1.2em;
  margin-bottom: 1em;
}

@media screen and (max-width: 959px) {
  .footer__list {
    font-size: 2.4em;
    line-height: 1.5;
    margin-bottom: 0.5em;
  }
}
.footer__list:nth-child(even):before {
  content: "/";
  padding: 0.5em;
}

@media screen and (max-width: 959px) {
  .footer__list:nth-child(even):before {
    display: none;
  }
}
/* .footer-sns__item.is-active .footer_sns_item-youtube {
  background: #fafafa;
}

.footer_sns_arrow {
  content: "";
  margin-left: 1em;
  width: 0;
  height: 0;
  display: inline-block;
  border-style: solid;
  border-width: 0.7em 0.5em 0 0.5em;
  border-color: #5e5e5e transparent transparent transparent;
  transition: transform ease 0.3s;
}

@media screen and (max-width: 959px) {
  .footer_sns_arrow {
    border-width: 1em 0.8em 0 0.8em;
  }
}
.footer_sns_arrow.is-active {
  transform: rotate(-90deg);
}

.footer_sns_select {
  width: 100%;
  padding: 8em 1em 1em 7.5em;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 90%;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;  //フェードと移動のアニメーション 
  pointer-events: none;  //非表示時にクリックを無効化 
}
@media screen and (max-width: 959px) {
  .footer_sns_select {
    padding: 14em 2em 2em 14em;
    background: rgb(255, 255, 255);
  }
}

.footer_sns_select.is-active {
  opacity: 1;
  pointer-events: auto;  //表示時にクリックを有効化 
}

.footer_sns_select-link {
  letter-spacing: 0.14em;
  transition: 0.3s;
}

.footer_sns_select-link:hover {
  background: #f0f0f0;
} */

@keyframes rotation1 {
  to {
    transform: rotate(1turn);
  }
}
@keyframes rotation2 {
  to {
    transform: rotate(-1turn);
  }
}
@keyframes mvanimtion1 {
  to {
    transform: translateY(24px);
  }
}
@keyframes mvanimtion2 {
  to {
    transform: translateY(-12px);
  }
}
.c-headline-label {
  padding: 1.8rem 1.6rem 1.4rem;
  background-color: var(--main-color);
  color: #fff;
  min-height: 11.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
}
@media (max-width: 767px) {
  .c-headline-label {
    min-height: 9rem;
    padding: 1.5rem 3.4rem;
    justify-content: start;
    gap: 1.6rem;
  }
}
@media (max-width: 767px) {
  .c-headline-label__icon {
    width: 6rem;
  }
}
.c-headline-label__title {
  font-size: 3.5rem;
  letter-spacing: 0.15em;
}
@media (max-width: 767px) {
  .c-headline-label__title {
    font-size: 2.2rem;
    letter-spacing: 0.16em;
  }
}

.float-cta {
  z-index: 100;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media (max-width: 767px) {
  .float-cta {
    inset: auto 0 -2px 0;
    transform: translate(0, 0);
    display: grid;
    grid-template-columns: 1fr 6rem;
  }
}
.float-cta > a {
  transition: 0.4s;
}
.float-cta > a:hover {
  opacity: 0.8;
}
.float-cta__link {
  color: #fff;
  font-size: 1.9rem;
  line-height: 3.36842;
  letter-spacing: 0.2em;
  padding: 3rem 0;
  background-color: #c9151e;
  display: block;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 768px) {
  .float-cta__link {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
@media (max-width: 767px) {
  .float-cta__link {
    margin-bottom: 0;
    font-size: 1.6rem;
    letter-spacing: 0.2em;
    text-align: center;
    line-height: 1;
    padding: 2.1rem;
  }
}
.float-cta__cp {
  position: absolute;
  width: 9.4rem;
  inset: -4rem auto auto -2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .float-cta__cp {
    inset: -4rem auto auto 0.4rem;
    width: 7.2rem;
  }
}
@keyframes scanimation {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }
  42% {
    transform: scaleY(1);
    transform-origin: top;
  }
  42.1% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  72% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
.c-button {
  font-weight: bold;
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  position: relative;
  font-size: 1.7rem;
  letter-spacing: 0.07em;
}
.c-button__house {
  width: 2rem;
  margin-right: 1rem;
}
.c-button__chev {
  width: 0.8rem;
  position: absolute;
  inset: 0 2rem 0 auto;
  margin: auto 0;
}

.lp-mv {
  position: relative;
  height: 100vh;
  --z-index-top: 5;
  /* スライドのサイズ調整 */
}
.lp-mv .splide__track {
  height: 100%;
}
.lp-mv .splide {
  height: 100%;
}
.lp-mv .splide__slide {
  height: 100%;
}
.lp-mv .splide__slide picture {
  height: 100%;
  position: relative;
}
.lp-mv .splide__slide picture::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.lp-mv .splide__slide picture img {
  height: 100%;
}
.lp-mv .splide__slide img {
  transition: 8s ease-out;
}
.lp-mv .splide__slide.is-active img {
  transform: scale(1.15);
  transition-delay: 0s;
}
.lp-mv .splide__slide img {
  height: auto;
  width: 100%;
}
.lp-mv .splide__pagination {
  justify-content: end;
  margin-right: 2rem;
  bottom: 1em;
}
.lp-mv .splide__pagination li {
  margin: 0 0.4rem;
}
.lp-mv .splide__pagination__page {
  margin: 0;
  outline: 0;
  border: solid 1px #fff;
  background-color: transparent;
}
.lp-mv .splide__pagination__page.is-active {
  transform: scale(1);
  background-color: #fff;
}
.lp-mv > picture {
  height: 100%;
  position: relative;
}
.lp-mv__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lp-mv__logo {
  z-index: var(--z-index-top);
}
@media print, screen and (min-width: 768px) {
  .lp-mv__logo {
    max-width: 37.4rem;
    height: fit-content;
    position: absolute;
    inset: 0;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .lp-mv__logo {
    max-width: 15.5rem;
    margin: 0 auto 3rem;
  }
}
.lp-mv__lead {
  z-index: var(--z-index-top);
}
@media print, screen and (min-width: 768px) {
  .lp-mv__lead {
    position: absolute;
    inset: auto 0 4.4rem;
    margin: 0 auto;
    max-width: 128.6rem;
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .lp-mv__box {
    width: fit-content;
    height: fit-content;
    z-index: var(--z-index-top);
    position: absolute;
    inset: 0;
    margin: auto;
  }
}
.lp-mv__banner {
  z-index: var(--z-index-top);
  position: absolute;
  top: 11rem;
  left: 2.8rem;
  width: 26.8rem;
}
@media (max-width: 767px) {
  .lp-mv__banner {
    max-width: 14.4rem;
    top: 9rem;
    left: 0.8rem;
  }
}
.lp-mv__scroll {
  position: absolute;
  left: 1.7rem;
  bottom: 0;
  color: #fff;
  letter-spacing: 0.07em;
  font-family: var(--font-english);
  font-size: 1.2rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.lp-mv__scroll-bar {
  display: block;
  height: 8.65rem;
  width: 1px;
  background-color: transparent;
  position: relative;
}
.lp-mv__scroll-bar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  animation: scanimation 3s infinite;
}

.lp-reason {
  background-color: #f3f2ee;
  padding: 7.8rem 0;
}
@media (max-width: 767px) {
  .lp-reason {
    padding: 5rem 0;
  }
}
.lp-reason__title {
  text-align: center;
  font-size: 3.4rem;
  line-height: 5rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  margin-bottom: 6.6rem;
}
@media (max-width: 767px) {
  .lp-reason__title {
    font-size: 2.4rem;
    line-height: 3.6rem;
    letter-spacing: 0.16em;
    margin-bottom: 4.5rem;
  }
}

.lp-reason-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 767px) {
  .lp-reason-items {
    grid-template-columns: 1fr;
    gap: 4.8rem;
  }
}

.lp-reason-item__figure {
  position: relative;
}
.lp-reason-item__no {
  position: absolute;
  inset: -2.4rem auto auto 0.8rem;
  width: 6.4rem;
}
.lp-reason-item__title {
  margin: 1.6rem 0;
  color: var(--main-color);
  font-size: 2.2rem;
  letter-spacing: 0.1em;
}
.lp-reason-item__desc {
  line-height: 2.2rem;
  letter-spacing: 0.07em;
}

.js-slider1-tmbs .splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 0;
  opacity: 0.4;
}

.splide__arrow {
  width: 2.6rem;
  height: 5.1rem;
  outline: 1px solid;
  border-radius: 0;
  outline: 0 !important;
  background-color: transparent !important;
}
.splide__arrow--prev {
  left: -4.6rem;
}
.splide__arrow--next {
  right: -4.6rem;
}
.splide__arrow--next img {
  transform: scaleX(-1);
}

.lp-modelhouse-info {
  padding: 8rem 0 10rem;
}
@media (max-width: 767px) {
  .lp-modelhouse-info {
    padding: 4rem 0;
  }
}
.lp-modelhouse-info__title {
  letter-spacing: 0.09em;
  font-size: 2.7rem;
  text-align: center;
  margin-bottom: 3.9rem;
}
@media (max-width: 767px) {
  .lp-modelhouse-info__title {
    font-size: 1.8rem;
    margin-bottom: 2.4rem;
  }
}
.lp-modelhouse-info__slider {
  max-width: 73.5rem;
  margin: 0 auto 3.2rem;
}
@media (max-width: 767px) {
  .lp-modelhouse-info__slider {
    padding: 0 2.5rem;
    max-width: 100%;
  }
}
.lp-modelhouse-info__slider .splide__track--nav > .splide__list > .splide__slide {
  border: 0;
}
.lp-modelhouse-info__slider .js-slider1-tmbs {
  margin-top: 1.2rem;
}
@media (max-width: 767px) {
  .lp-modelhouse-info__slider .js-slider1-tmbs {
    margin-top: 1rem;
  }
}
.lp-modelhouse-info__slider .splide__arrow--prev {
  left: -4.6rem;
}
@media (max-width: 767px) {
  .lp-modelhouse-info__slider .splide__arrow--prev {
    left: -1em;
  }
}
.lp-modelhouse-info__slider .splide__arrow--next {
  right: -4.6rem;
}
@media (max-width: 767px) {
  .lp-modelhouse-info__slider .splide__arrow--next {
    right: -1em;
  }
}
.lp-modelhouse-info__slider .splide__arrow--next img {
  transform: scaleX(-1);
}
.lp-modelhouse-info__box {
  background-color: #f3f2ee;
  margin: 0 auto 3rem;
  position: relative;
  padding: 2.9rem 0 2.6rem;
  text-align: center;
}
@media (max-width: 767px) {
  .lp-modelhouse-info__box {
    margin-bottom: 2rem;
  }
}
.lp-modelhouse-info__box-title {
  font-size: 2.4rem;
  color: var(--main-color);
  margin-bottom: 1.6rem;
  letter-spacing: 0.09em;
  line-height: 3.6rem;
}
@media (max-width: 767px) {
  .lp-modelhouse-info__box-title {
    font-size: 1.8rem;
    padding: 0 1em;
    line-height: 2.7rem;
    margin-bottom: 1em;
  }
}
.lp-modelhouse-info__box-desc {
  font-size: 1.6rem;
  letter-spacing: 0.09em;
  padding: 0 8rem;
}
@media (max-width: 767px) {
  .lp-modelhouse-info__box-desc {
    font-size: 1.4rem;
    padding: 0 2rem;
  }
}
.lp-modelhouse-info__box-sign {
  position: absolute;
  inset: -2rem auto auto -4rem;
  font-family: "Allura";
  font-size: 6.3rem;
  letter-spacing: 0.03em;
  rotate: -16deg;
  color: var(--main-color);
  opacity: 0.4;
}
@media (max-width: 767px) {
  .lp-modelhouse-info__box-sign {
    font-size: 4.1rem;
    inset: -1.4rem auto auto -0.8rem;
  }
}
.lp-modelhouse-info__place {
  padding: 3.2rem 6rem 3rem;
  border: solid 1px #707070;
  display: grid;
  grid-template-columns: 1fr 40rem;
  gap: 3rem;
  align-items: center;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .lp-modelhouse-info__place {
    grid-template-columns: 1fr;
    padding: 1.5rem;
    margin-bottom: 2rem;
    gap: 2rem;
  }
}
.lp-modelhouse-info__place dl {
  display: grid;
  grid-template-columns: 8rem 1fr;
  gap: 1.2rem;
}
.lp-modelhouse-info__place dl + dl {
  margin-top: 0.4rem;
}
.lp-modelhouse-info__place dt {
  font-size: 1.5rem;
  background-color: #898989;
  color: #fff;
  padding: 0.2rem 0 0.3rem;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .lp-modelhouse-info__place dt {
    align-self: start;
  }
}
@media (max-width: 767px) {
  .lp-modelhouse-info__place dt {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.lp-modelhouse-info__place dd {
  padding-top: 0.3rem;
  font-size: 1.4rem;
}
.lp-modelhouse-info__place-map iframe {
  width: 100%;
  height: 25.1rem;
}
@media (max-width: 767px) {
  .lp-modelhouse-info__place-map iframe {
    height: 18.5rem;
  }
}
.lp-modelhouse-info__place-badge {
  background-color: #faeaea;
  border-radius: 1.2rem;
  padding: 0.3rem 0.9rem 0.3rem 0.7rem;
  text-align: center;
  width: fit-content;
  font-size: 1rem;
  display: block;
  margin-top: 0.8rem;
  color: var(--main-color);
}
.lp-modelhouse-info__place-button {
  margin-top: 2.7rem;
  height: 6rem;
  color: var(--main-color);
  border: solid 1.5px;
}
@media (max-width: 767px) {
  .lp-modelhouse-info__place-button {
    margin-top: 0;
  }
}
.lp-modelhouse-info__place-button:hover {
  color: #fff;
  background-color: var(--main-color);
}

.lp-modelhouse-detail__title {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224.234%22%20height%3D%2224.234%22%20viewBox%3D%220%200%2024.234%2024.234%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_6228%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%206228%22%20transform%3D%22translate(-1104.229%20-2831.883)%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_87%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2087%22%20transform%3D%22translate(1104.229%202831.883)%22%3E%20%3Cline%20id%3D%22%E7%B7%9A_4%22%20data-name%3D%22%E7%B7%9A%204%22%20x2%3D%2224.234%22%20transform%3D%22translate(0%2012.117)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_6222%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%206222%22%20transform%3D%22translate(1128.463%202831.883)%20rotate(90)%22%3E%20%3Cline%20id%3D%22%E7%B7%9A_4-2%22%20data-name%3D%22%E7%B7%9A%204%22%20x2%3D%2224.234%22%20transform%3D%22translate(0%2012.117)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center right 1.95rem;
  background-size: 2.4rem;
  height: 6rem;
  background-color: var(--main-color);
  transition: 0.4s;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.14em;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  .lp-modelhouse-detail__title {
    font-size: 1.8rem;
    background-size: 1.8rem;
    height: 5.6rem;
  }
}
.lp-modelhouse-detail__title.is-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224.234%22%20height%3D%222%22%20viewBox%3D%220%200%2024.234%202%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_87%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2087%22%20transform%3D%22translate(0%20-11.117)%22%3E%20%3Cline%20id%3D%22%E7%B7%9A_4%22%20data-name%3D%22%E7%B7%9A%204%22%20x2%3D%2224.234%22%20transform%3D%22translate(0%2012.117)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}
@media print, screen and (min-width: 768px) {
  .lp-modelhouse-detail__title:hover {
    background-color: #d65252;
  }
}
.lp-modelhouse-detail__body {
  padding: 4rem 6rem 3.4rem;
  background-color: #f3f2ee;
}
@media (max-width: 767px) {
  .lp-modelhouse-detail__body {
    padding: 0 1.5rem 2rem;
  }
}

.lp-modelhouse-items {
  counter-reset: modelhouse;
}

.lp-modelhouse-item {
  display: grid;
  gap: 6.5rem;
  align-items: center;
  counter-increment: modelhouse;
  position: relative;
  --no-position: 0.2em auto auto 0;
  padding-top: 6.5rem;
}
@media print, screen and (min-width: 768px) {
  .lp-modelhouse-item {
    grid-template-columns: 1fr 37.3rem;
    grid-template-areas: "body image";
  }
}
@media (max-width: 767px) {
  .lp-modelhouse-item {
    --no-position: 2rem auto auto 0;
    display: block;
    padding-top: 9rem;
  }
}
.lp-modelhouse-item::before {
  content: "0" counter(modelhouse);
  line-height: 1;
  position: absolute;
  inset: var(--no-position);
  font-size: 12.7rem;
  color: #cec7b0;
  font-family: "Allura";
}
.lp-modelhouse-item:nth-child(even) {
  --no-position: 0.25em 0 auto auto;
}
@media print, screen and (min-width: 768px) {
  .lp-modelhouse-item:nth-child(even) {
    grid-template-columns: 37.3rem 1fr;
    grid-template-areas: "image body";
  }
}
@media (max-width: 767px) {
  .lp-modelhouse-item:nth-child(even) {
    --no-position: 2rem 0 auto auto;
  }
}
@media print, screen and (min-width: 768px) {
  .lp-modelhouse-item:nth-child(3) {
    padding-top: 9rem;
  }
}
.lp-modelhouse-item__body {
  position: relative;
  z-index: 2;
  grid-area: body;
}
.lp-modelhouse-item__image {
  position: relative;
  z-index: 2;
  grid-area: image;
}
.lp-modelhouse-item__title {
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background-color: var(--main-color);
  color: #fff;
  font-size: 2.4rem;
  line-height: 3.8rem;
  letter-spacing: 0.09em;
  padding: 0 1rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .lp-modelhouse-item__title {
    font-size: 1.85rem;
    line-height: 2;
    padding: 0.25rem 1rem;
  }
}
.lp-modelhouse-item__desc {
  margin-top: 1.8rem;
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: 0.09em;
}
@media (max-width: 767px) {
  .lp-modelhouse-item__desc {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.lp-modelhouse-item__memo {
  margin-top: 1rem;
  font-size: 1.2rem;
  line-height: 2.4rem;
  letter-spacing: 0.09em;
}
@media (max-width: 767px) {
  .lp-modelhouse-item__memo {
    margin-bottom: 1.5rem;
  }
}

.lp-modelhouse-plan {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .lp-modelhouse-plan {
    margin-top: 2rem;
  }
}
.lp-modelhouse-plan__title {
  color: var(--main-color);
  font-size: 2.3rem;
  letter-spacing: 0.03em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2.4rem;
  display: flex;
  align-items: center;
  gap: 1.8rem;
  line-height: 1;
  justify-content: center;
}
@media (max-width: 767px) {
  .lp-modelhouse-plan__title {
    font-size: 1.8rem;
    margin-bottom: 1.4rem;
  }
}
.lp-modelhouse-plan__title::before, .lp-modelhouse-plan__title::after {
  content: "";
  width: 2.6rem;
  height: 2px;
  background-color: var(--main-color);
  display: block;
}
.lp-modelhouse-plan__images {
  background-color: #fff;
  padding: 2.7rem 3.7rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
  .lp-modelhouse-plan__images {
    grid-template-columns: 1fr;
    padding: 2rem 1.5rem;
  }
}
.lp-modelhouse-plan__lead {
  margin: 4rem 0 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.8rem;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: var(--main-color);
}
@media (max-width: 767px) {
  .lp-modelhouse-plan__lead {
    margin-bottom: 1rem;
    gap: 1rem;
    text-align: center;
    line-height: 2.1rem;
  }
}
.lp-modelhouse-plan__lead::before, .lp-modelhouse-plan__lead::after {
  content: "";
  width: 1.5px;
  height: 1.8rem;
  background-color: var(--main-color);
  display: block;
}
@media (max-width: 767px) {
  .lp-modelhouse-plan__lead::before, .lp-modelhouse-plan__lead::after {
    height: 4.5rem;
  }
}
.lp-modelhouse-plan__lead::before {
  rotate: -24deg;
}
.lp-modelhouse-plan__lead::after {
  rotate: 24deg;
}
.lp-modelhouse-plan__button {
  border-radius: 6px;
  background: var(--main-color);
  color: #fff !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  height: 7rem;
  margin-bottom: 2.8rem;
}
@media (max-width: 767px) {
  .lp-modelhouse-plan__button {
    height: 5.8rem;
    margin-bottom: 2.4rem;
  }
}
.lp-modelhouse-plan__button:hover {
  background-color: #d65252;
}
.lp-modelhouse-plan__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13rem;
  height: 4rem;
  margin: 0 auto;
  border-radius: 20.5px;
  background: #fff;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.07em;
  color: var(--main-color);
  transition: 0.4s;
}
.lp-modelhouse-plan__close:hover {
  opacity: 0.7;
}

.lp-case__content {
  background-color: #f3f2ee;
  padding: 6rem 0 10rem;
}
@media (max-width: 767px) {
  .lp-case__content {
    padding: 4rem 0 6rem;
  }
}
.lp-case .splide__slide {
  transition: 0.2s;
  opacity: 0.5;
}
.lp-case .splide__slide.is-active {
  opacity: 1;
}
@media print, screen and (min-width: 768px) {
  .lp-case .splide__arrows {
    max-width: 73.5rem;
    margin: auto;
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    inset: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .lp-case .splide__arrow {
    position: relative;
    transform: none;
  }
}
@media print, screen and (min-width: 768px) {
  .lp-case .splide__arrow--prev {
    transform: translate(-150%, -100%) !important;
  }
}
@media print, screen and (min-width: 768px) {
  .lp-case .splide__arrow--next {
    transform: translate(150%, -100%) !important;
  }
}
.lp-case .splide__pagination {
  bottom: -3rem;
}
.lp-case .splide__pagination li {
  margin: 0 0.5rem;
}
.lp-case .splide__pagination__page {
  outline: 0;
  background-color: #d9d6c7;
}
.lp-case .splide__pagination__page.is-active {
  transform: scale(1);
  background-color: var(--main-color);
}

.lp-case-works {
  max-width: 51.5rem;
  margin: 0 auto 4rem;
  background-color: #fff;
  padding: 2.4rem 5.6rem 1.2rem;
}
@media (max-width: 767px) {
  .lp-case-works {
    max-width: calc(100% - 5rem);
    padding: 1.5rem;
  }
}
.lp-case-works__label {
  background-color: var(--main-color);
  color: #fff;
  text-align: center;
  font-size: 1.7rem;
  letter-spacing: 0.16em;
  font-weight: bold;
  padding: 0.45rem;
  border-radius: 30px;
  position: relative;
}
@media (max-width: 767px) {
  .lp-case-works__label {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.lp-case-works__label::after {
  --arrowsize: 0.5rem;
  content: "";
  margin: auto;
  position: absolute;
  inset: auto 0 0;
  transform: translate(0, 100%);
  border: solid var(--arrowsize) transparent;
  border-top: var(--arrowsize) solid var(--main-color);
  width: 1rem;
}
.lp-case-works__text-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .lp-case-works__text-line {
    flex-wrap: wrap;
    row-gap: 0;
  }
}
.lp-case-works__text {
  font-size: 1.5rem;
  letter-spacing: 0.16em;
}
@media (max-width: 767px) {
  .lp-case-works__text {
    flex: 0 0 100%;
    text-align: center;
    font-size: 1.4rem;
  }
}
.lp-case-works__value {
  font-size: 2rem;
}
.lp-case-works__value span {
  font-size: 4.2rem;
  color: var(--main-color);
  margin-right: 0.3rem;
}
@media (max-width: 767px) {
  .lp-case-works__value span {
    line-height: 1;
    margin-top: -0.25em;
  }
}

.lp-case .splide__slide {
  padding: 0 1.5rem;
}
@media (max-width: 767px) {
  .lp-case .splide__slide {
    padding: 0 0.6rem;
  }
}

.lp-case-item {
  width: 100%;
  height: 100%;
  max-width: 100%;
  background-color: #fff;
}
.lp-case-item__body {
  background-color: #fff;
  padding: 1.6rem;
}
.lp-case-item__badge {
  width: fit-content;
  padding: 0.2rem 1.4rem;
  align-items: center;
  border-radius: 3rem;
  background-color: var(--main-color);
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.lp-case-item__title {
  font-size: 1.8rem;
  line-height: 2.7rem;
  font-weight: bold;
  letter-spacing: 0.09em;
  margin-bottom: 0.5rem;
}
.lp-case-item__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.lp-case-item__tag {
  font-size: 1.2rem;
  font-weight: bold;
  color: var(--main-color);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.lp-cta {
  padding: 7.2rem 0 7.9rem;
  position: relative;
  overflow-x: clip;
}
@media (max-width: 767px) {
  .lp-cta {
    padding: 4rem 2.5rem;
  }
}
.lp-cta--2 {
  background: #fcf0f0;
  padding: 7.6rem 0;
}
@media (max-width: 767px) {
  .lp-cta--2 {
    padding: 4rem 2.5rem;
  }
}
.lp-cta__lead {
  font-size: 2.8rem;
  font-weight: bold;
  gap: 2rem;
  letter-spacing: 0.03em;
  color: var(--main-color);
  text-align: center;
  width: fit-content;
  margin: 0 auto 4.8rem;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .lp-cta__lead {
    font-size: 1.8rem;
    margin-bottom: 2.4rem;
  }
}
.lp-cta__lead::before, .lp-cta__lead::after {
  content: "";
  width: 3px;
  height: 3rem;
  background-color: var(--main-color);
  display: block;
}
@media (max-width: 767px) {
  .lp-cta__lead::before, .lp-cta__lead::after {
    width: 1.5px;
  }
}
.lp-cta__lead::before {
  rotate: -24deg;
}
.lp-cta__lead::after {
  rotate: 24deg;
}

.lp-cta-columns {
  max-width: 92.8rem;
  margin: 4rem auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 13.8rem;
  gap: 2.5rem;
}
@media (max-width: 767px) {
  .lp-cta-columns {
    margin: 2.7rem auto 0;
    grid-template-columns: 1fr;
    grid-auto-rows: 10.3rem;
    gap: 1rem;
  }
}

.lp-cta-column {
  background-color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}
@media print, screen and (min-width: 768px) {
  .lp-cta-column:hover {
    filter: brightness(0.9);
  }
}
.lp-cta-column__title {
  font-weight: bold;
  letter-spacing: 0.07em;
  height: 2.5em;
  align-content: center;
  margin-bottom: 0.4rem;
}
@media (max-width: 767px) {
  .lp-cta-column__title {
    font-size: 1.3rem;
    height: auto;
  }
}
.lp-cta-column__tel {
  font-size: 2.8rem;
  font-weight: bold;
  color: var(--main-color);
  letter-spacing: 0.03em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
}
.lp-cta-column__tel img {
  rotate: 10deg;
}
@media (max-width: 767px) {
  .lp-cta-column__tel {
    font-size: 2.2rem;
  }
}
.lp-cta-column__tel-time {
  font-size: 1.3rem;
  font-weight: bold;
  color: var(--main-color);
  letter-spacing: 0.03em;
}
.lp-cta-banner {
  margin: auto;
  max-width: 92.7rem;
  height: 24rem;
  border-radius: 20px;
  background: #bc3535;
  box-shadow: 0px 8px 0px #790e0e;
  color: #fff;
  background-image: url("https://hoei999.co.jp/lp_assets/images/banner-bg.png");
  background-size: 83rem;
  background-repeat: no-repeat;
  background-position: top 2.4rem left 2.65rem;
  position: relative;
}
@media (max-width: 767px) {
  .lp-cta-banner {
    background-image: url("https://hoei999.co.jp/lp_assets/images/banner-bg_sp.png");
    background-size: 29.1rem;
    background-position: center top 2rem;
    height: 38.4rem;
  }
}
.lp-cta-banner__box {
  position: absolute;
  inset: 0 21.7rem 0 auto;
  margin: auto;
  height: fit-content;
}
@media (max-width: 767px) {
  .lp-cta-banner__box {
    position: absolute;
    inset: auto 0 2.5rem;
    margin: auto;
    width: fit-content;
  }
}
.lp-cta-banner__title {
  font-size: 2.8rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .lp-cta-banner__title {
    font-size: 2.4rem;
    margin-bottom: 1rem;
    text-align: center;
  }
}
.lp-cta-banner__button {
  width: 29.7rem;
  height: 5.8rem;
  border-radius: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.2rem;
  background-color: #fff;
  color: var(--main-color);
  font-size: 1.8rem;
  transition: 0.4s;
}
.lp-cta-banner__button:hover {
  filter: brightness(0.8);
}
.lp-cta-banner__button svg {
  width: 0.7rem;
}
.lp-cta-banner__badge {
  width: 16.4rem;
  position: absolute;
  inset: -3.5rem -5.8rem auto auto;
}
@media (max-width: 767px) {
  .lp-cta-banner__badge {
    width: 10.2rem;
    inset: -1.3rem -1.5rem auto auto;
  }
}

.lp-housing .splide__pagination {
  bottom: -3rem;
}
.lp-housing .splide__pagination li {
  margin: 0 0.5rem;
}
.lp-housing .splide__pagination__page {
  outline: 0;
  background-color: #d9d6c7;
}
.lp-housing .splide__pagination__page.is-active {
  transform: scale(1);
  background-color: var(--main-color);
}
.lp-housing__content {
  padding: 7rem 0;
  background-color: #f3f2ee;
}
@media (max-width: 767px) {
  .lp-housing__content {
    padding: 4rem 0 6rem;
  }
  .lp-housing__content-inner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .lp-housing__content .splide__list {
    /* display: grid !important; */
    /* grid-template-columns: repeat(3, 1fr); */
    display: flex !important;
    justify-content: center;
    /* gap: 2rem; */
  }
  .lp-housing__content .splide__slide {
    width: calc(100% / 3);
  }
  .lp-housing__content .splide.is-initialized:not(.is-active) .splide__list {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
  .lp-housing__content .splide.is-initialized:not(.is-active) .splide__slide {
    width: 100%;
  }
}

.lp-housing-item {
  height: 100%;
  background-color: #fff;
  display: block;
}
.lp-housing-item__head {
  min-height: 7.1rem;
  background-color: var(--main-color);
  color: #fff;
  padding: 1.1rem 1.3rem;
  display: flex;
  align-items: center;
}
.lp-housing-item__title {
  display: flex;
  align-items: center;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.03em;
}
.lp-housing-item__badges {
  position: absolute;
  inset: 1rem auto auto 1rem;
  display: flex;
  gap: 0.7rem;
}
.lp-housing-item__badge {
  background-color: #fff;
  color: var(--main-color);
  font-size: 1.3rem;
  padding: 0.2rem 0.7rem 0.3rem;
  border-radius: 3rem;
}
.lp-housing-item__image {
  height: 20.3rem;
  position: relative;
}
.lp-housing-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lp-housing-item__price {
  font-weight: bold;
}
.lp-housing-item__price span {
  font-size: 2.7rem;
  color: var(--main-color);
  margin-right: 0.4rem;
}
.lp-housing-item__body {
  padding: 1.3rem;
  background-color: #fff;
}
.lp-housing-item__body dl + dl {
  margin-top: 0.8rem;
}
.lp-housing-item__body dl {
  align-items: center;
  display: grid;
  grid-template-columns: 4em 1fr;
  gap: 0.6rem;
}
.lp-housing-item__body dd {
  font-size: 1.4rem;
}
.lp-housing-item__body dt {
  font-weight: bold;
  font-size: 1.4rem;
  color: var(--main-color);
}

.lp-info__content {
  background-color: #f3f2ee;
  padding: 5.6rem 0;
}
@media (max-width: 767px) {
  .lp-info__content {
    padding: 4rem 0 5rem;
  }
}
.lp-info__image img {
  margin: auto;
}
.lp-info__inner {
  display: grid;
  grid-template-columns: 34.8rem 1fr;
  align-items: center;
  gap: 5.4rem;
}
@media (max-width: 767px) {
  .lp-info__inner {
    gap: 2.4rem;
    grid-template-columns: 1fr;
  }
}
.lp-info__title {
  font-weight: bold;
  font-size: 2.7rem;
  margin-bottom: 1em;
  line-height: 1.4814814815;
  letter-spacing: 0.08em;
  color: var(--main-color);
}
@media (max-width: 767px) {
  .lp-info__title {
    font-size: 2.4rem;
    margin-bottom: 1.4rem;
  }
}
.lp-info__desc {
  font-size: 1.4rem;
  letter-spacing: 0.03em;
}

.lp-about {
  overflow-x: clip;
}
.lp-about__content {
  padding: 7rem 0;
}
@media (max-width: 767px) {
  .lp-about__content {
    padding: 4rem 0 5rem;
  }
}
.lp-about__inner {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 6.4rem;
}
@media (max-width: 767px) {
  .lp-about__inner {
    display: block;
  }
}
.lp-about__title {
  font-weight: bold;
  letter-spacing: 0.08em;
  font-size: 4.2rem;
  color: var(--main-color);
  margin-bottom: 2.8rem;
}
@media (max-width: 767px) {
  .lp-about__title {
    font-size: 3rem;
    margin: 3rem 0 1.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .lp-about__desc {
    margin-bottom: 2rem;
  }
}
.lp-about__image {
  display: block;
  margin-right: calc(50% - 50vw);
}
@media print, screen and (min-width: 768px) {
  .lp-about__image {
    width: 66.3rem;
    flex: 0 0 66.3rem;
  }
}
.lp-about__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lp-sns {
  padding: 4.6rem;
  border-bottom: 1px solid #c6c6c6;
}
@media (max-width: 767px) {
  .lp-sns {
    padding: 3rem 2.5rem;
  }
}

.lp-sns-items {
  display: flex;
  gap: 4rem;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .lp-sns-items {
    gap: 2.2rem 3rem;
  }
}

.lp-sns-item {
  display: flex;
  gap: 0.8rem;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .lp-sns-item {
    font-size: 1.3rem;
  }
}

.p-form {
  font-size: 0.5208333333vw;
}
@media (max-width: 767px) {
  .p-form {
    font-size: 1.3333333333vw;
  }
}

@media (max-width: 767px) {
  .p-submit {
    max-width: 100%;
    font-size: 1.4rem;
    line-height: 2.75;
    width: 25rem;
    padding: 0.5rem 0;
  }
}

.u-font-size-80 {
  font-size: 1.2rem !important;
}

.formError .formErrorContent {
  background-color: #c80a14;
}

@media (max-width: 767px) {
  .u-mb-60 {
    margin-bottom: 3rem !important;
  }
  .p-form {
    padding: 7em 0.5em 10em;
  }
  .p-form-bottom_text {
    font-size: 1.4rem;
  }
  .p-form-top {
    padding: 4em 0 0;
    padding: 4em;
  }
  .p-form-page_title {
    font-size: 4em;
    line-height: 1.3;
  }
  .p-form-page_notice {
    font-size: 2.4em;
    padding: 2em 0;
  }
  .p-form-container {
    padding: 8em 2em;
  }
  .p-form-body {
    padding: 2em 1em;
  }
  .p-form-label {
    font-size: 2.6em;
    line-height: 1.38462;
    padding: 0.5em 1em;
  }
  .p-form_input-text {
    -webkit-box-shadow: 0 0 0 0.15rem #c9c9c9 inset;
    box-shadow: 0 0 0 0.15rem #c9c9c9 inset;
    font-size: 2.8em;
    line-height: 0.92857;
    height: 5rem;
    padding: 1em;
  }
  .p-form_input-text:focus {
    -webkit-box-shadow: 0 0 0 0.15rem #d94040 inset;
    box-shadow: 0 0 0 0.15rem #d94040 inset;
  }
  .p-form_textarea {
    -webkit-box-shadow: 0 0 0 0.15rem #c9c9c9 inset;
    box-shadow: 0 0 0 0.15rem #c9c9c9 inset;
    font-size: 2.8em;
    line-height: 1.14286;
    padding: 2em 3em;
  }
  .p-form_textarea:focus {
    -webkit-box-shadow: 0 0 0 0.15rem #d94040 inset;
    box-shadow: 0 0 0 0.15rem #d94040 inset;
  }
  .p-form_input-checkbox {
    width: 1.65rem;
    height: 1.65rem;
    margin: 0 1em 0 0;
    -webkit-transform: translate(0, 0.2em);
    transform: translate(0, -0.9em);
    left: 1rem;
    top: 1.5rem;
  }
  .p-form_input-checkbox::after {
    width: 1rem;
    height: 0.5rem;
  }
  .p-form_select {
    -webkit-box-shadow: 0 0 0 0.15rem #c9c9c9 inset;
    box-shadow: 0 0 0 0.15rem #c9c9c9 inset;
    font-size: 2.8em;
    line-height: 1;
    height: 5rem;
    padding: 1em 1.5em 1em 1em;
  }
  .p-form_select:focus {
    -webkit-box-shadow: 0 0 0 0.15rem #d94040 inset;
    box-shadow: 0 0 0 0.15rem #d94040 inset;
  }
  .p-form-item_half-box_arrow::after {
    width: 2em;
    height: 2em;
    right: 2em;
  }
  .p-form-compatible-ttl {
    margin-bottom: 1.4em;
    font-size: 15px;
  }
  .p-form-compatible-container {
    padding: 1.4em 2em;
  }
  .p-form-reserve-button-box {
    /* margin-bottom: 9em; */
    padding: 3em 0;
  }
  .p-form-reserve-button {
    margin: auto;
    width: 60em;
    font-size: 2.8em;
    padding: 4em;
  }
  .p-form-group_head {
    border-bottom: 0.15rem solid #000;
    padding: 1em 2em;
  }
  .u-font-size-80 {
    font-size: 1.2rem !important;
  }
  .p-form-card_content_date {
    font-size: 1.4rem;
  }
  .p-form-card-thumbnail-l_name {
    font-size: 1.3rem;
    padding: 2.55rem 0 0;
  }
  .p-form-card-thumbnail_label {
    padding: 1.3rem 1rem 1rem;
  }
  .p-form-group_inner {
    padding: 1.5em 0 4em;
  }
  .p-form-card-thumbnail-l_img {
    width: 80%;
    min-height: 12.5rem;
    padding: 0;
  }
  .u-mb-20 {
    margin-bottom: 2rem !important;
  }
  .p-form-item dl {
    padding: 0.5rem;
  }
  .p-form-item .p-form-item_half-box {
    width: calc(50% - 0.5rem);
  }
}


.lp-case-item__image img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.lp-case-item {
  display: block;
}

.lp-housing-item {}

@media (max-width: 767px) {
  .lp-case-item__image img {
    height: 17.4rem;
  }
}



