@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html {
  font-size: 62.5%;
  font-weight: 400;
  scroll-behavior: smooth;
  width: 100% !important;
  min-width: 100% !important;
}
@media screen and (min-width: 769px) {
  html {
    scroll-padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  html {
    overflow-x: hidden;
    scroll-padding-top: 56px;
  }
}

body {
  width: 100% !important;
  min-width: 100% !important;
  color: #242b33;
  font-weight: 400;
  font-family: "Roboto", "Noto Sans JP";
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  body {
    padding-top: 100px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  body {
    overflow: clip;
    padding-top: 56px;
    font-size: 14px;
  }
}

.color-red {
  color: red;
}
.color-primary {
  color: #10a2c4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 1.3;
}

p, span, div, li, dt, dd, a {
  font-weight: 400;
}

main {
  display: block;
}
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.wrap {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .wrap {
    padding: 0 20px;
    width: 1440px;
  }
}
@media screen and (max-width: 768px) {
  .wrap {
    padding: 0 16px;
  }
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.2s;
  display: inline-block;
}

@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.7;
  }
}
.sup {
  font-size: 10px;
  line-height: 1;
  vertical-align: top;
  margin-left: 2px;
}

.display-none {
  display: none !important;
}

.txt-r {
  text-align: right;
}

.txt-c {
  text-align: center;
}

.txt-l {
  text-align: left;
}

.line {
  border-bottom: 1px solid #dbdbdb;
}

@media screen and (min-width: 769px) {
  .main {
    padding: 25px 0;
  }
}
@media screen and (max-width: 768px) {
  .main {
    padding: 15px 0;
  }
}
.main-img img {
  width: 100%;
  height: auto;
}
.main-table {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .main-table {
    display: block;
    border-top: 1px solid #dbdbdb;
  }
}
@media screen and (max-width: 768px) {
  .main-table tbody {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .main-table tr {
    display: block;
  }
}
.main-table th {
  color: rgba(89, 93, 97, 0.9);
  text-align: left;
  font-weight: 400;
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  .main-table th {
    padding: 20px 0;
    width: 210px;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
  }
}
@media screen and (max-width: 768px) {
  .main-table th {
    display: block;
    padding: 20px 0 0;
  }
}
.main-table td {
  border-bottom: 1px solid #dbdbdb;
}
@media screen and (min-width: 769px) {
  .main-table td {
    padding: 20px 0;
    border-top: 1px solid #dbdbdb;
  }
}
@media screen and (max-width: 768px) {
  .main-table td {
    display: block;
    padding: 10px 0 20px 0;
  }
}
.main-table-experiment {
  margin-bottom: 50px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .main-table-experiment {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .main-table-experiment tbody {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .main-table-experiment tr {
    display: block;
  }
}
.main-table-experiment th {
  color: rgba(89, 93, 97, 0.9);
  text-align: left;
  font-weight: 400;
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  .main-table-experiment th {
    padding: 20px 0;
    width: 210px;
    border-bottom: 1px solid #dbdbdb;
  }
}
@media screen and (max-width: 768px) {
  .main-table-experiment th {
    display: block;
    padding: 20px 0 0;
  }
}
.main-table-experiment td {
  border-bottom: 1px solid #dbdbdb;
}
@media screen and (min-width: 769px) {
  .main-table-experiment td {
    padding: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .main-table-experiment td {
    display: block;
    padding: 10px 0 20px 0;
  }
}

*, *::before, *::after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  background: transparent;
  vertical-align: baseline;
  font-size: 100%;
}

img {
  vertical-align: bottom;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  background: transparent;
  vertical-align: baseline;
  font-size: 100%;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-weight: bold;
  font-style: italic;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

/* change border colour to suit your needs */
hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
}

input, select, button {
  border: none;
  background: none;
  vertical-align: middle;
  -webkit-appearance: none;
}

/* ====================
  変数の定義
==================== */
/* ====================
  基本スタイル & 共通レイアウト
==================== */
* {
  box-sizing: border-box;
}

html {
  position: relative;
  background-color: #fff !important;
  z-index: -3;
}

html, body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  line-height: 1.6;
  min-width: 100%;
  width: 100%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

ul, ol, dl {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

h1, h2, h3, h4, p, dt, dd {
  margin: 0;
  padding: 0;
}

.wrapper {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  main {
    margin-top: 60px;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
/* ====================
  共通コンポーネント
==================== */
@media screen and (min-width: 769px) {
  .inner {
    margin: 0 0 0 auto;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0 20px;
    margin: 0 auto;
  }
}

.title_container, .catalog_header, .reason_header, .casestudy_header, .plan_header {
  max-width: 942px;
  margin: 0;
}
.title_container-sub {
  font-family: "Outfit", sans-serif;
  font-size: 24px;
  color: #D3992F;
  line-height: 1;
  font-weight: 100;
}
@media screen and (max-width: 768px) {
  .title_container-sub {
    font-size: 20px;
  }
}
.title_container-main {
  font-size: 64px;
  font-weight: 400;
  line-height: 1.2;
  padding-top: 16px;
}
@media screen and (max-width: 768px) {
  .title_container-main {
    font-size: 32px;
    padding-top: 12px;
    line-height: 1.4;
  }
}
.title_container-main-top {
  font-size: 48px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .title_container-main-top {
    font-size: 24px;
    line-height: 1.4;
  }
}
.title_container-lead {
  font-size: 18px;
  margin-top: 40px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .title_container-lead {
    font-size: 16px;
    margin-top: 24px;
  }
}

.section-header {
  display: flex;
  align-items: center;
  gap: 48px;
  padding-left: 24px;
}
@media screen and (max-width: 768px) {
  .section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding-left: 20px;
  }
}
.section-header-title {
  font-size: 40px;
  line-height: 1.4;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section-header-title {
    font-size: 24px;
    line-height: 1.4;
  }
}
.section-header-title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #167CBA;
}
@media screen and (max-width: 768px) {
  .section-header-title:before {
    left: -20px;
  }
}

.scroll-hint-icon-wrap {
  left: 0 !important;
}

.catalog_list .scroll-hint-icon-wrap {
  left: -30% !important;
}

.color-blue {
  color: #167CBA;
}

.color-accent {
  color: #D3992F;
}

/* ===== Custom Image Modal ===== */
.modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 10000;
}

.modal.is-open {
  display: block;
}

.modal_overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.modal_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: min(95vw, 1200px);
  max-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.modal_image {
  max-width: 100%;
  max-height: 90vh;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}

.modal_close {
  position: absolute;
  right: -20px;
  top: -20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 22px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10001;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 769px) {
  .modal_content {
    max-width: min(80vw, 1400px);
    max-height: 85vh;
  }
  .modal_image {
    max-height: 85vh;
  }
  .modal_close {
    right: -24px;
    top: -24px;
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .modal_content {
    max-width: 95vw;
    max-height: 85vh;
    padding: 20px;
  }
  .modal_image {
    max-height: 85vh;
  }
  .modal_close {
    right: -15px;
    top: -15px;
    width: 36px;
    height: 36px;
    font-size: 20px;
  }
}
/* ====================
  フッター
==================== */
#gb_footer {
  width: 1440px !important;
  margin: 0 auto;
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  #gb_footer {
    width: 100% !important;
    padding-top: 60px;
  }
  #gb_footer .to-top {
    bottom: 60px !important;
  }
}

@media screen and (max-width: 768px) {
  .footer_sp {
    z-index: 0 !important;
  }
  .footer_sp a {
    width: 100%;
  }
  #gb_footer {
    z-index: 0 !important;
  }
}
/* ====================
  ヘッダー
==================== */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 81px;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .l-header {
    display: none;
  }
}
.l-header_nav {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.l-header_nav-title {
  font-size: 24px;
  color: #000;
}
.l-header_index-list {
  display: flex;
  gap: 16px;
  margin-left: 200px;
}
.l-header_index-list-item a {
  font-size: 16px;
  color: #717171;
  padding: 8px 0;
  white-space: nowrap;
}
.l-header_index-list-item a:hover {
  color: #167CBA;
}
.l-header_buttons {
  display: flex;
  gap: 16px;
  margin-left: auto;
}
.l-header_buttons .c-button {
  height: 64px;
  padding: 0 20px;
}

/* ====================
  サイドメニュー
==================== */
.p-side-index {
  position: fixed;
  top: 81px;
  left: 0;
  width: 281px;
  height: calc(100vh - 81px);
  background-color: #F9F9F9;
  padding: 40px 20px;
  box-shadow: 2px 0 4px rgba(0, 0, 0, 0.1);
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .p-side-index {
    display: none;
  }
}
.p-side-index_title {
  font-size: 24px;
  color: #000;
  padding-left: 20px;
}
.p-side-index_list {
  margin-top: 20px;
}
.p-side-index_list-item {
  padding: 10px 20px;
  border-left: 4px solid transparent;
}
.p-side-index_list-item a {
  display: block;
  font-size: 16px;
  color: #717171;
}
.p-side-index_list-item.is-active {
  border-left: 4px solid #167CBA;
}
.p-side-index_list-item.is-active a {
  color: #167CBA;
}
.p-side-index_buttons {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 20px;
}
.p-side-index_buttons .p-side-index_button {
  height: 64px;
  min-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  font-size: 16px;
}
.p-side-index_buttons .p-side-index_button--orange {
  background-color: #D3992F;
  color: #fff;
}
.p-side-index_buttons .p-side-index_button--blue {
  background-color: #167CBA;
  color: #fff;
}

/* ====================
  パンくずリスト
==================== */
.p-breadcrumb {
  padding: 120px 40px 20px;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-breadcrumb {
    padding: 20px;
    max-width: 100%;
  }
}
.p-breadcrumb_list {
  display: flex;
  gap: 4px;
}
.p-breadcrumb_list-item {
  font-size: 12px;
  color: #717171;
}
@media screen and (max-width: 768px) {
  .p-breadcrumb_list-item {
    font-size: 10px;
  }
}

.btn {
  position: relative;
  flex-shrink: 0;
  box-sizing: border-box;
  border-radius: 4px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .btn {
    width: 440px;
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .btn {
    width: 335px;
    height: 64px;
  }
}
.btn.btn-blue {
  background-color: #167CBA;
  color: #fff;
}
.btn.btn-blue:after {
  content: "";
  position: absolute;
  background: url(../img/btn-arrow_w.svg) no-repeat center center/contain;
  width: 12px;
  height: 10px;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.btn.btn-blue a {
  color: #fff;
}
.btn-white {
  background-color: #fff;
  color: #167CBA;
}
.btn-white:after {
  content: "";
  position: absolute;
  background: url(../img/btn-arrow_b.svg) no-repeat center center/contain;
  width: 12px;
  height: 10px;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.btn-white a {
  color: #167CBA;
}
.btn-orange {
  background-color: #d3992f;
  color: #fff;
}
.btn-orange:after {
  content: "";
  position: absolute;
  background: url(../img/btn-arrow_w.svg) no-repeat center center/contain;
  width: 12px;
  height: 10px;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.btn-orange a {
  color: #fff;
}
.btn a {
  white-space: pre-wrap;
  line-height: 1.4;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .btn a {
    font-size: 14px;
    line-height: 1.4;
  }
}

.c-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 16px;
  text-align: center;
  height: 64px;
  padding: 0 20px;
  min-width: 200px;
  white-space: nowrap;
}
.c-button--orange {
  background-color: #D3992F;
  color: #fff;
}
.c-button--blue {
  background-color: #167CBA;
  color: #fff;
}
.c-button--white {
  background-color: #fff;
  color: #000;
}

/* ====================
  サイドバー
==================== */
.menu-contents {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .menu-contents {
    max-width: 1440px;
    display: flex;
    justify-content: space-between;
    gap: 48px;
  }
}
@media screen and (max-width: 768px) {
  .menu-contents {
    width: 100%;
    display: block;
  }
}

.side-index {
  position: sticky;
  top: 0;
  padding: 140px 50px 20px 40px;
  border-radius: 8px;
  width: 330px;
  height: -moz-fit-content;
  height: fit-content;
  align-self: flex-start;
  flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .side-index {
    z-index: 100;
  }
}
@media screen and (max-width: 768px) {
  .side-index {
    position: initial;
    width: 100%;
    margin: 0;
    box-shadow: none;
    padding: 48px 28px 0;
  }
}
.side-index.is-white-text {
  color: #fff;
}
.side-index.is-white-text .side-index_title {
  color: #fff;
}
.side-index.is-white-text .side-index_list-item a {
  color: rgba(255, 255, 255, 0.8);
}
.side-index.is-white-text .side-index_list-item a:hover {
  color: #fff;
}
.side-index.is-white-text .side-index_list-item.is-active a {
  color: #fff;
}
.side-index.is-white-text .side-index_list-item.is-active a::before {
  background-color: #fff;
}
.side-index.is-white-text .side-index_button--blue {
  background: #fff;
  color: #00559f;
}
.side-index_title {
  font-size: 24px;
  color: #000;
  font-family: "Outfit", sans-serif;
  margin-bottom: 32px;
  padding-left: 18px;
  font-weight: 200;
  position: relative;
}
.side-index_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .side-index_list {
    margin-bottom: 80px;
  }
}
.side-index_list-item a {
  display: block;
  color: #717171;
  text-decoration: none;
  line-height: 1.4;
  position: relative;
  opacity: 0.6;
}
.side-index_list-item a:hover {
  color: #167CBA;
}
.side-index_list-item.is-active a {
  color: #167CBA;
  font-weight: 500;
  position: relative;
  opacity: 1;
}
.side-index_list-item.is-active a::before {
  content: "";
  background-color: #167CBA;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}
.side-index_buttons {
  margin-top: 64px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.side-index_button {
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  width: 200px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.side-index_button--orange {
  background-color: #D3992F;
  color: #fff;
}
.side-index_button--orange:hover {
  background-color: rgb(170.8571428571, 123.2142857143, 36.1428571429);
}
.side-index_button--blue {
  background-color: #167CBA;
  color: #fff;
  border: 1px solid #167CBA;
}
.side-index_button--blue:hover {
  background-color: rgb(16.6057692308, 93.5961538462, 140.3942307692);
}

.side-index_fixed-buttons {
  display: flex;
  width: 100%;
  height: 48px;
  background: #D3D3D3;
  overflow-x: auto;
  padding: 10px;
  gap: 4px;
  -webkit-overflow-scrolling: touch;
  position: sticky;
  top: var(--fixed-offset, 60px);
  z-index: 1000;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.side-index_fixed-buttons::-webkit-scrollbar {
  height: 2px;
}
.side-index_fixed-buttons::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 1px;
}
.side-index_fixed-buttons::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 1px;
}
.side-index_fixed-buttons::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.4);
}
.side-index_fixed-buttons-item {
  flex-shrink: 0;
  background: #fff;
}
.side-index_fixed-buttons-item a {
  display: block;
  width: 100%;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 4px;
  text-align: center;
  white-space: nowrap;
  color: #333;
  text-decoration: none;
}
.side-index_fixed-buttons-item.is-active {
  background: #167CBA;
  color: #fff;
}
.side-index_fixed-buttons-item.is-active a {
  color: #fff;
}

.main-contents {
  max-width: 1062px;
}
@media screen and (min-width: 769px) {
  .main-contents .about,
  .main-contents .reason {
    margin-left: -370px;
    margin-right: 0;
    padding-left: 370px;
  }
}
@media screen and (min-width: 769px) {
  .main-contents .simulation-head-img {
    width: 1440px;
    margin-left: -370px;
  }
}
@media screen and (min-width: 769px) {
  .main-contents .faq_header-img {
    width: 1440px;
    margin-left: -440px;
    margin-right: 0;
  }
}
/* ====================
  パンくずリスト
==================== */
.breadcrumb {
  padding: 12px 0 0;
  margin-top: 81px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    padding: 16px 20px;
  }
}
.breadcrumb_list {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .breadcrumb_list {
    padding: 0;
    flex-wrap: wrap;
  }
}
.breadcrumb_list-item {
  font-size: 14px;
  color: #717171;
}
.breadcrumb_list-item a {
  color: #000;
  text-decoration: none;
}
.breadcrumb_list-item a:hover {
  text-decoration: underline;
}

/* ====================
  メインビジュアル
==================== */
.main-visual {
  width: 100%;
  background: #fff;
}
.main-visual_inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1440px;
  padding: 80px 70px 218px 80px;
  margin: 0 auto;
}
.main-visual_inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 585px;
  height: 100%;
  background: url(../img/bg-circle.svg) no-repeat center center;
  background-size: contain;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .main-visual_inner:after {
    width: 223px;
    height: 232px;
    transform: initial;
  }
}
@media screen and (max-width: 768px) {
  .main-visual_inner {
    width: 100%;
    flex-direction: column;
    padding: 0;
  }
}
.main-visual_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.1;
}
.main-visual_text-area {
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .main-visual_text-area {
    width: 100%;
    order: 1;
    margin: 32px 0;
    padding: 0 20px;
  }
}
.main-visual_text-area-title {
  font-size: 24px;
  line-height: 1;
  color: #000;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .main-visual_text-area-title {
    font-size: 16px;
  }
}
.main-visual_text-area-main-copy {
  font-size: 90px;
  line-height: 1.2;
  font-weight: 400;
  color: #000;
  margin-top: 24px;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .main-visual_text-area-main-copy {
    font-size: 44px;
    margin: 12px 0 0;
    line-height: 1.2;
  }
}
.main-visual_text-area-sub-copy {
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 2.8px;
  color: #000;
  white-space: nowrap;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .main-visual_text-area-sub-copy {
    font-size: 14px;
    white-space: normal;
    width: 100%;
    padding: 0 20px;
    letter-spacing: 1.96px;
  }
}
.main-visual_buttons-button-area {
  position: relative;
  z-index: 2;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .main-visual_buttons-button-area {
    margin: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    display: flex;
    align-content: space-between;
    flex-direction: row;
    gap: 0;
    justify-content: space-between;
  }
}
.main-visual_buttons-button {
  width: 320px;
  height: 80px;
  font-size: 16px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .main-visual_buttons-button {
    width: 100%;
    height: 64px;
    border-radius: 0;
  }
}
.main-visual_buttons-button--orange {
  background-color: #D3992F;
  color: #fff;
}
.main-visual_buttons-button--blue {
  background-color: #167CBA;
  color: #fff;
}
.main-visual_image.mv01 {
  width: 364px;
}
@media screen and (min-width: 769px) {
  .main-visual_image.mv01 {
    padding-top: 48px;
  }
}
@media screen and (max-width: 768px) {
  .main-visual_image.mv01 {
    position: absolute;
    width: 145px;
    height: auto;
    order: 3;
    margin-right: auto;
    bottom: 19px;
    right: 0;
  }
}
.main-visual_image.mv02 {
  width: 552px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 769px) {
  .main-visual_image.mv02 {
    position: absolute;
    bottom: 160px;
    right: 120px;
  }
}
@media screen and (max-width: 768px) {
  .main-visual_image.mv02 {
    width: 100%;
    position: static;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    gap: 48px;
    height: auto;
    margin-top: 0;
    order: 2;
  }
}
@media screen and (max-width: 768px) {
  .main-visual_image.mv02 .mv02_img {
    width: 218px;
  }
}
.main-visual_image img {
  -o-object-fit: cover;
     object-fit: cover;
}

/* ====================
  セクション1：賃貸併用住宅とは
==================== */
.about {
  padding: 120px 0 160px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .about:before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 50vw);
    right: calc(50% - 50vw);
    width: auto;
    height: 100%;
    background: url(../img/about_bg.svg) no-repeat center center;
    background-size: cover;
    z-index: -1;
    top: 0;
    left: -10px;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .about {
    padding: 64px 0 0;
    position: relative;
    z-index: initial;
    width: 100%;
    height: 100%;
  }
  .about:before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 50vw);
    right: calc(50% - 50vw);
    width: auto;
    min-width: 100vw;
    height: 100%;
    background: url(../img/about_bg.png) no-repeat center center;
    background-size: cover;
    z-index: -1;
  }
}
.about_inner {
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 769px) {
  .about_inner {
    max-width: 1062px;
    padding-left: 80px;
  }
}
@media screen and (max-width: 768px) {
  .about_inner {
    width: 100%;
    padding: 0;
  }
}
.about_inner-container {
  width: 942px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .about_inner-container {
    width: 100%;
    padding: 0 20px;
  }
}
.about .title_container, .about .catalog_header, .about .reason_header, .about .casestudy_header, .about .plan_header {
  margin: 0;
}
.about_contents-top {
  display: flex;
  justify-content: space-between;
  padding-top: 64px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .about_contents-top {
    flex-direction: column;
    padding-top: 48px;
    max-width: 100%;
    margin-left: 0;
    gap: 48px;
  }
}
@media screen and (min-width: 769px) {
  .about_contents-top-image {
    width: 400px;
    height: 100%;
    padding-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .about_contents-top-image {
    position: static;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .about_contents-top-image-img {
    width: 260px;
  }
  .about_contents-top-image-img:first-child {
    margin-right: 0;
    margin-left: auto;
  }
  .about_contents-top-image-img:last-child {
    margin: 0 auto 0 0;
  }
}
.about_contents-top-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.about_contents-top-image-text {
  padding-top: 32px;
  line-height: 3;
}
@media screen and (max-width: 768px) {
  .about_contents-top-image-text {
    padding-top: 0;
    line-height: 2;
  }
}
.about_contents-top-text-area {
  width: 462px;
}
@media screen and (min-width: 769px) {
  .about_contents-top-text-area {
    width: 462px;
  }
}
@media screen and (max-width: 768px) {
  .about_contents-top-text-area {
    width: 100%;
  }
}
.about_contents-top-text-area-txt {
  padding-bottom: 32px;
}
.about_contents-top-text-area-lead {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .about_contents-top-text-area-lead {
    font-size: 20px;
    line-height: 1.8;
    padding-top: 16px;
  }
}
.about_contents-top-text-area-txt {
  line-height: 3;
}
@media screen and (max-width: 768px) {
  .about_contents-top-text-area-txt {
    line-height: 2;
  }
}
.about_contents-middle {
  padding-top: 140px;
}
@media screen and (max-width: 768px) {
  .about_contents-middle {
    padding-top: 80px;
  }
}
.about_contents-middle-image {
  padding-top: 64px;
  width: 836px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .about_contents-middle-image {
    width: 100%;
    padding-top: 40px;
  }
}
.about_contents-middle-text {
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .about_contents-middle-text {
    margin-top: 40px;
  }
}
.about_contents-middle-text-txt {
  background: #fff;
  padding: 24px 32px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .about_contents-middle-text-txt {
    padding: 20px;
    font-size: 14px;
    line-height: 1.6;
  }
}
.about_contents-middle-text-note-list {
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .about_contents-middle-text-note-list {
    margin-bottom: 32px;
  }
}
.about_contents-middle-text-note-list-item {
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.48px;
}
.about_contents-bottom {
  padding-top: 120px;
}
@media screen and (min-width: 769px) {
  .about_contents-bottom:last-child {
    padding-top: 64px;
  }
}
@media screen and (max-width: 768px) {
  .about_contents-bottom {
    padding-top: 48px;
  }
}
.about_contents-bottom-needs {
  padding-top: 48px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .about_contents-bottom-needs {
    flex-direction: column;
    padding-top: 40px;
    gap: 24px;
  }
}
.about_contents-bottom-needs-list {
  width: 33.3333333333%;
}
@media screen and (max-width: 768px) {
  .about_contents-bottom-needs-list {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 16px;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .about_contents-bottom-needs-list:nth-child(2) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .about_contents-bottom-needs-list:nth-child(2) {
    flex-direction: row;
  }
}
@media screen and (min-width: 769px) {
  .about_contents-bottom-needs-list:nth-child(3) {
    margin-top: 40px;
  }
}
@media screen and (min-width: 769px) {
  .about_contents-bottom-needs-list-text {
    position: relative;
    font-size: 18px;
    line-height: 1.6;
    padding: 30px 29px 42px 29px;
    margin-bottom: 33px;
    text-align: center;
    background: url(../img/fukidashi.png) no-repeat center center;
    background-size: 100% 100%;
  }
  .about_contents-bottom-needs-list-text span {
    font-size: 20px;
    font-weight: 600;
  }
}
@media screen and (max-width: 768px) {
  .about_contents-bottom-needs-list-text {
    width: 192px;
    padding: 15px 0;
  }
}
@media screen and (max-width: 768px) {
  .about_contents-bottom-needs-list-img {
    width: 127px;
  }
}
.about_contents-bottom-needs-list-img img {
  border-radius: 4px;
}
@media screen and (min-width: 769px) {
  .about_contents-bottom-needs-text {
    margin-top: 32px;
  }
}
@media screen and (max-width: 768px) {
  .about_contents-bottom-needs-text {
    margin-top: 40px;
    font-size: 14px;
  }
}
.about_contents-bottom-more {
  background: #fff;
  padding: 40px 44px 48px;
}
@media screen and (max-width: 768px) {
  .about_contents-bottom-more {
    padding: 32px 20px 24px;
  }
}
.about_contents-bottom-more-title {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 32px;
  line-height: 1.4;
  text-align: center;
  color: #D3992F;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .about_contents-bottom-more-title {
    font-size: 24px;
  }
}
.about_contents-bottom-more-title:before {
  content: "";
  position: absolute;
  top: -12px;
  left: -38px;
  width: 28px;
  height: 40px;
  background: url(../img/symbol01.png) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .about_contents-bottom-more-title:before {
    top: 3px;
    left: -35px;
    width: 24px;
    height: 26px;
  }
}
.about_contents-bottom-more-title:after {
  content: "";
  position: absolute;
  top: -12px;
  right: -38px;
  width: 28px;
  height: 40px;
  background: url(../img/symbol02.png) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .about_contents-bottom-more-title:after {
    top: 3px;
    right: -35px;
    width: 24px;
    height: 26px;
  }
}
.about_contents-bottom-more-list {
  margin-top: 50px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .about_contents-bottom-more-list {
    margin-top: 32px;
    flex-direction: column;
    gap: 0;
  }
}
.about_contents-bottom-more-list-item {
  width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .about_contents-bottom-more-list-item {
    width: 100%;
    gap: 24px;
    flex-direction: row;
    padding: 24px 0;
    border-bottom: 1px solid #D3D3D3;
  }
  .about_contents-bottom-more-list-item:first-child {
    padding-top: 0;
  }
  .about_contents-bottom-more-list-item:last-child {
    border-bottom: none;
  }
}
.about_contents-bottom-more-list-item-text {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about_contents-bottom-more-list-item-text {
    text-align: left;
  }
}
.about_contents-bottom-more-list-item-text span {
  font-weight: 600;
}
.about_contents-bottom-more-image-list {
  display: flex;
  gap: 20px;
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .about_contents-bottom-more-image-list {
    gap: 12px;
    margin-top: 40px;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .about_contents-bottom-more-image-list-item img {
    display: block;
    margin: 0 auto;
  }
}
.about_merits {
  background-image: linear-gradient(to right, #167CBA, #3BA7E9);
  color: #fff;
  padding: 80px 0px 120px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (min-width: 769px) {
  .about_merits {
    width: 1142px;
    margin: 120px 0 0 -160px;
  }
}
@media screen and (max-width: 768px) {
  .about_merits {
    padding: 64px 20px 80px;
    width: 100%;
    max-width: 100%;
    margin: 80px auto 0;
    border-radius: 0;
  }
}
.about_merits-header {
  display: flex;
  align-items: center;
  gap: 48px;
  padding-left: 20px;
  width: 942px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .about_merits-header {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
.about_merits-title {
  font-size: 40px;
  line-height: 1.4;
  position: relative;
}
.about_merits-title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -17px;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .about_merits-title {
    font-size: 24px;
    width: 100%;
  }
}
.about_merits-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  max-width: 940px;
  margin: 64px auto 0;
}
@media screen and (max-width: 768px) {
  .about_merits-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 23px;
    align-items: flex-start;
    margin: 40px auto 0;
    padding: 0;
  }
}
.about_merits-list-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .about_merits-list-item {
    gap: 0;
  }
  .about_merits-list-item:last-child {
    transform: translateX(55%);
  }
}
.about_merits-list-item-icon {
  width: 130px;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .about_merits-list-item-icon {
    width: 80px;
    margin-bottom: 12px;
  }
}
.about_merits-list-item-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .about_merits-list-item-title {
    font-size: 16px;
    line-height: 1.4;
  }
}
.about_merits-list-item-text {
  font-size: 16px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .about_merits-list-item-text {
    font-size: 14px;
  }
}

/* ====================
  セクション1：賃貸併用住宅とは
==================== */
.owners-merit {
  padding: 120px 0px 143px;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 768px) {
  .owners-merit {
    padding: 64px 20px 80px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 8px;
  }
}
.owners-merit .inner {
  max-width: 942px;
  margin: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .owners-merit .inner {
    padding: 0;
  }
}
.owners-merit-header {
  display: flex;
  align-items: center;
  gap: 48px;
  padding-left: 20px;
  width: 942px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .owners-merit-header {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
.owners-merit-title {
  font-size: 40px;
  line-height: 1.4;
  position: relative;
}
.owners-merit-title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -17px;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .owners-merit-title {
    font-size: 24px;
    width: 100%;
  }
}
.owners-merit-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  max-width: 982px;
  margin: 64px auto 0;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .owners-merit-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 48px 23px;
    align-items: flex-start;
    margin: 48px auto 0;
    padding: 0;
  }
}
.owners-merit-list-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .owners-merit-list-item {
    gap: 0;
  }
}
.owners-merit-list-item-icon {
  width: 130px;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .owners-merit-list-item-icon {
    width: 80px;
    margin-bottom: 16px;
  }
}
.owners-merit-list-item-title {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .owners-merit-list-item-title {
    font-size: 16px;
    line-height: 1.4;
    text-align: left;
    margin-bottom: 12px;
  }
}
.owners-merit-list-item-text {
  font-size: 16px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .owners-merit-list-item-text {
    font-size: 14px;
  }
}
.owners-merit_scenes {
  margin: 0 auto;
  padding: 80px 0 10px;
}
@media screen and (max-width: 768px) {
  .owners-merit_scenes {
    margin: 0;
    max-width: 100%;
    padding: 48px 0 0px;
  }
}
.owners-merit_scenes-header {
  display: flex;
  align-items: center;
  gap: 48px;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .owners-merit_scenes-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
.owners-merit_scenes-header-title {
  font-size: 40px;
  font-weight: 400;
  position: relative;
}
@media screen and (max-width: 768px) {
  .owners-merit_scenes-header-title {
    font-size: 24px;
    line-height: 1.4;
  }
}
.owners-merit_scenes-header-title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -17px;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #167CBA;
}
.owners-merit_scenes-header-lead {
  font-size: 16px;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .owners-merit_scenes-header-lead {
    font-size: 14px;
    line-height: 1.8;
    width: 100%;
    margin: 0 0 0 -17px;
  }
}
.owners-merit_scenes-list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-top: 48px;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .owners-merit_scenes-list {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-top: 40px;
  }
}
.owners-merit_scenes-list-item {
  width: 455px;
  padding: 25px 24px 25px;
  background-color: #F9F9F9;
  border-radius: 4px;
  display: flex;
  gap: 24px;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .owners-merit_scenes-list-item {
    width: 100%;
    padding: 24px 20px;
  }
}
.owners-merit_scenes-list-item-case-number {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.72px;
}
.owners-merit_scenes-list-item-title {
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .owners-merit_scenes-list-item-title {
    font-size: 14px;
  }
}
.owners-merit_scenes-list-item-more {
  font-size: 14px;
  text-align: right;
  display: block;
  margin-top: 12px;
  position: relative;
  padding-right: 32px;
}
@media screen and (max-width: 768px) {
  .owners-merit_scenes-list-item-more {
    font-size: 12px;
    padding-right: 24px;
  }
}
.owners-merit_scenes-list-item-more:after {
  content: "+";
  font-size: 13px;
  color: #167CBA;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #167CBA;
  border-radius: 2px;
  padding: 2px;
}
@media screen and (max-width: 768px) {
  .owners-merit_scenes-list-item-more:after {
    width: 16px;
    height: 16px;
  }
}
.owners-merit_scenes-list-item-icon {
  width: 56px;
}
@media screen and (max-width: 768px) {
  .owners-merit_scenes-list-item-icon {
    width: 48px;
  }
}
.owners-merit_scenes-list-item:nth-child(3) .owners-merit_scenes-list-item-icon {
  width: 93px;
}
@media screen and (max-width: 768px) {
  .owners-merit_scenes-list-item:nth-child(3) .owners-merit_scenes-list-item-icon {
    width: 79px;
  }
}
.owners-merit_scenes-list-item:nth-child(4) .owners-merit_scenes-list-item-icon {
  width: 106px;
}
@media screen and (max-width: 768px) {
  .owners-merit_scenes-list-item:nth-child(4) .owners-merit_scenes-list-item-icon {
    width: 102px;
  }
}
.owners-merit_scenes-list-item-case-number {
  font-size: 18px;
  color: #167CBA;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .owners-merit_scenes-list-item-case-number {
    font-size: 16px;
    letter-spacing: 0.64px;
  }
}
.owners-merit_howto {
  margin: 64px auto 0;
  display: flex;
  justify-content: space-between;
  gap: 48px;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .owners-merit_howto {
    margin: 48px auto 0;
    flex-direction: column;
    gap: 40px;
  }
}
.owners-merit_howto-contents {
  width: 600px;
}
@media screen and (max-width: 768px) {
  .owners-merit_howto-contents {
    width: 100%;
  }
}
.owners-merit_howto-contents-subtitle {
  font-size: 20px;
  line-height: 1.4;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .owners-merit_howto-contents-subtitle {
    font-size: 16px;
    padding-bottom: 28px;
  }
}
.owners-merit_howto-contents-subtitle:before {
  content: "";
  position: absolute;
  bottom: 12px;
  left: 0;
  transform: translateY(-50%);
  background: url(../img/fukidashi2.png) no-repeat center center;
  background-size: contain;
  width: 100%;
  height: 10px;
}
@media screen and (max-width: 768px) {
  .owners-merit_howto-contents-subtitle:before {
    bottom: 8px;
  }
}
.owners-merit_howto-contents-title {
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0.96px;
  color: #D3992F;
}
@media screen and (max-width: 768px) {
  .owners-merit_howto-contents-title {
    font-size: 20px;
    letter-spacing: 0.8px;
  }
}
.owners-merit_howto-contents-text {
  font-size: 16px;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .owners-merit_howto-contents-text {
    font-size: 14px;
    margin-top: 16px;
  }
}
.owners-merit_howto-contents-note {
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.48px;
  margin-top: 8px;
}
.owners-merit_howto-img {
  width: 335px;
}
@media screen and (max-width: 768px) {
  .owners-merit_howto-img {
    width: 100%;
    max-width: 450px;
  }
}
.owners-merit_management {
  padding-top: 140px;
}
@media screen and (max-width: 768px) {
  .owners-merit_management {
    padding-top: 80px;
  }
}
.owners-merit_management-list {
  margin-top: 48px;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .owners-merit_management-list {
    margin-top: 40px;
    gap: 16px;
  }
}
.owners-merit_management-list-item {
  width: 455px;
  background: #F9F9F9;
  padding: 25px 24px;
  display: flex;
  gap: 20px;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .owners-merit_management-list-item {
    position: relative;
    flex-direction: column;
    width: 100%;
    padding: 24px 20px;
    gap: 16px;
  }
}
.owners-merit_management-list-item-img {
  width: 120px;
}
@media screen and (max-width: 768px) {
  .owners-merit_management-list-item-img {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
  }
}
@media screen and (max-width: 768px) {
  .owners-merit_management-list-item-img img {
    width: 80px;
  }
}
.owners-merit_management-list-item-text-area {
  width: 267px;
}
@media screen and (max-width: 768px) {
  .owners-merit_management-list-item-text-area {
    width: 100%;
  }
}
.owners-merit_management-list-item-text-title {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.72px;
}
@media screen and (max-width: 768px) {
  .owners-merit_management-list-item-text-title {
    font-size: 16px;
    letter-spacing: 0.64px;
  }
}
.owners-merit_management-list-item-text-title-txt {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .owners-merit_management-list-item-text-title-txt {
    font-size: 14px;
    margin-top: 0;
  }
}
.owners-merit_summary {
  padding-top: 140px;
}
@media screen and (max-width: 768px) {
  .owners-merit_summary {
    padding-top: 80px;
  }
}
.owners-merit_summary-contents {
  padding: 40px 30px 56px 48px;
  border: 1px solid #D3D3D3;
  border-radius: 4px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .owners-merit_summary-contents {
    padding: 32px 20px 24px;
    display: flex;
    flex-direction: column;
  }
}
.owners-merit_summary-contents-title {
  font-size: 24px;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .owners-merit_summary-contents-title {
    order: 2;
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 769px) {
  .owners-merit_summary-contents-img {
    width: 330px;
    position: absolute;
    top: 40px;
    right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .owners-merit_summary-contents-img {
    order: 1;
    margin-bottom: 24px;
  }
}
.owners-merit_summary-contents-text {
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .owners-merit_summary-contents-text {
    order: 3;
    font-size: 14px;
  }
}
.owners-merit_summary-bottom-title {
  font-size: 32px;
  text-align: right;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .owners-merit_summary-bottom-title {
    font-size: 24px;
    text-align: left;
    letter-spacing: 0.96px;
  }
}

.rental {
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  .rental {
    padding-top: 64px;
  }
}
.rental_contents {
  padding: 80px 0 25px;
  width: 942px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .rental_contents {
    padding: 48px 0 0;
    width: 100%;
  }
}
.rental_contents-list-item {
  padding: 48px 0;
  border-bottom: 1px solid #D3D3D3;
}
.rental_contents-list-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .rental_contents-list-item {
    padding: 48px 0;
  }
  .rental_contents-list-item:first-child {
    padding-top: 40px;
  }
}
.rental_contents-list-item-flex {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .rental_contents-list-item-flex {
    flex-direction: column;
    gap: 32px;
  }
}
.rental_contents-list-item-flex-left {
  width: 554px;
}
@media screen and (max-width: 768px) {
  .rental_contents-list-item-flex-left {
    width: 100%;
  }
}
.rental_contents-list-item-flex-left-title {
  margin-bottom: 33px;
  font-size: 24px;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .rental_contents-list-item-flex-left-title {
    margin-bottom: 20px;
    font-size: 20px;
    gap: 18px;
  }
}
.rental_contents-list-item-flex-left-title-number {
  font-size: 40px;
  font-family: "Outfit", sans-serif;
  line-height: 1;
  font-weight: 100;
  color: #D3992F;
}
@media screen and (max-width: 768px) {
  .rental_contents-list-item-flex-left-title-number {
    font-size: 32px;
  }
}
.rental_contents-list-item-flex-left-text-area-title {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 16px;
  color: #D3992F;
}
@media screen and (max-width: 768px) {
  .rental_contents-list-item-flex-left-text-area-title {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 768px) {
  .rental_contents-list-item-flex-left-text-area-text {
    font-size: 14px;
  }
}
.rental_contents-list-item-flex-right {
  width: 348px;
  background: #F9F9F9;
  padding: 24px;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .rental_contents-list-item-flex-right {
    width: 100%;
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .rental_contents-list-item-flex-right-img img {
    display: block;
    margin: 0 auto;
  }
}
.rental_contents-list-item-flex-right-img-caption {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 12px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .rental_contents-list-item-flex-right-img-caption {
    font-size: 12px;
    margin-top: 12px;
  }
}
.rental_contents-list-item-flex.tate {
  flex-direction: column;
}
.rental_contents-list-item-flex.tate .rental_contents-list-item-flex-left {
  width: 100%;
}
.rental_contents-list-item-flex.tate .rental_contents-list-item-flex-right {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  padding: 40px;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .rental_contents-list-item-flex.tate .rental_contents-list-item-flex-right {
    padding: 20px;
  }
}
.rental_contents-list-item-flex.tate .rental_contents-list-item-flex-right-img-item {
  width: 266px;
}
@media screen and (max-width: 768px) {
  .rental_contents-list-item-flex.tate .rental_contents-list-item-flex-right-img-item {
    width: 100%;
  }
  .rental_contents-list-item-flex.tate .rental_contents-list-item-flex-right-img-item img {
    display: block;
    margin: 0 auto;
  }
}
.rental_contents-list-item-caption {
  font-size: 12px;
  line-height: 1.4;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .rental_contents-list-item-caption {
    font-size: 12px;
  }
}

/* ====================
  変数の定義
==================== */
/* ====================
  基本スタイル & 共通レイアウト
==================== */
* {
  box-sizing: border-box;
}

html {
  position: relative;
  background-color: #fff !important;
  z-index: -3;
}

html, body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  line-height: 1.6;
  min-width: 100%;
  width: 100%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

ul, ol, dl {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

h1, h2, h3, h4, p, dt, dd {
  margin: 0;
  padding: 0;
}

.wrapper {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  main {
    margin-top: 60px;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
/* ====================
  共通コンポーネント
==================== */
@media screen and (min-width: 769px) {
  .inner {
    margin: 0 0 0 auto;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0 20px;
    margin: 0 auto;
  }
}

.title_container, .catalog_header, .reason_header, .casestudy_header, .plan_header {
  max-width: 942px;
  margin: 0;
}
.title_container-sub {
  font-family: "Outfit", sans-serif;
  font-size: 24px;
  color: #D3992F;
  line-height: 1;
  font-weight: 100;
}
@media screen and (max-width: 768px) {
  .title_container-sub {
    font-size: 20px;
  }
}
.title_container-main {
  font-size: 64px;
  font-weight: 400;
  line-height: 1.2;
  padding-top: 16px;
}
@media screen and (max-width: 768px) {
  .title_container-main {
    font-size: 32px;
    padding-top: 12px;
    line-height: 1.4;
  }
}
.title_container-main-top {
  font-size: 48px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .title_container-main-top {
    font-size: 24px;
    line-height: 1.4;
  }
}
.title_container-lead {
  font-size: 18px;
  margin-top: 40px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .title_container-lead {
    font-size: 16px;
    margin-top: 24px;
  }
}

.section-header {
  display: flex;
  align-items: center;
  gap: 48px;
  padding-left: 24px;
}
@media screen and (max-width: 768px) {
  .section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding-left: 20px;
  }
}
.section-header-title {
  font-size: 40px;
  line-height: 1.4;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section-header-title {
    font-size: 24px;
    line-height: 1.4;
  }
}
.section-header-title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #167CBA;
}
@media screen and (max-width: 768px) {
  .section-header-title:before {
    left: -20px;
  }
}

.scroll-hint-icon-wrap {
  left: 0 !important;
}

.catalog_list .scroll-hint-icon-wrap {
  left: -30% !important;
}

.color-blue {
  color: #167CBA;
}

.color-accent {
  color: #D3992F;
}

/* ===== Custom Image Modal ===== */
.modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 10000;
}

.modal.is-open {
  display: block;
}

.modal_overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.modal_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: min(95vw, 1200px);
  max-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.modal_image {
  max-width: 100%;
  max-height: 90vh;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}

.modal_close {
  position: absolute;
  right: -20px;
  top: -20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 22px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10001;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 769px) {
  .modal_content {
    max-width: min(80vw, 1400px);
    max-height: 85vh;
  }
  .modal_image {
    max-height: 85vh;
  }
  .modal_close {
    right: -24px;
    top: -24px;
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .modal_content {
    max-width: 95vw;
    max-height: 85vh;
    padding: 20px;
  }
  .modal_image {
    max-height: 85vh;
  }
  .modal_close {
    right: -15px;
    top: -15px;
    width: 36px;
    height: 36px;
    font-size: 20px;
  }
}
/* エディタエラーリセット用コメント */
/* ====================
  セクション2：ライフステージの変化に対応
==================== */
.plan {
  padding: 160px 0 0;
}
@media screen and (max-width: 768px) {
  .plan {
    padding: 80px 0 0;
  }
}
.plan-head-img {
  width: 1200px;
  margin-left: -250px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .plan-head-img {
    width: 100%;
    flex-direction: column;
    margin-left: 0;
    gap: 14px;
  }
}
.plan-head-img-item.left {
  width: 720px;
  padding-top: 62px;
}
@media screen and (max-width: 768px) {
  .plan-head-img-item.left {
    width: 335px;
    padding-top: 0;
  }
}
.plan-head-img-item.right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .plan-head-img-item.right {
    flex-direction: row-reverse;
    align-items: initial;
    gap: 16px;
  }
}
.plan-head-img-item.right .plan-head-img-item:first-child {
  width: 280px;
}
@media screen and (max-width: 768px) {
  .plan-head-img-item.right .plan-head-img-item:first-child {
    width: 150px;
  }
}
.plan-head-img-item.right .plan-head-img-item:last-child {
  width: 330px;
  margin-right: 110px;
}
@media screen and (max-width: 768px) {
  .plan-head-img-item.right .plan-head-img-item:last-child {
    width: 156px;
    margin-right: 0;
    margin-top: 20px;
  }
}
.plan .inner {
  max-width: 942px;
  margin: 0 auto;
  padding: 120px 0 40px;
}
@media screen and (max-width: 768px) {
  .plan .inner {
    padding: 64px 20px 0;
  }
}
.plan_contents {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 80px auto 0;
}
@media screen and (max-width: 768px) {
  .plan_contents {
    gap: 32px;
    margin-top: 48px;
  }
}
.plan_contents-header {
  background: #F9F9F9;
  padding: 40px;
  border-left: 3px solid #167CBA;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .plan_contents-header {
    padding: 24px 20px;
    margin: 0;
  }
}
.plan_contents-header-title {
  font-size: 32px;
  line-height: 1.4;
  letter-spacing: 1.28px;
  padding-bottom: 20px;
  color: #167CBA;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .plan_contents-header-title {
    font-size: 20px;
    padding-bottom: 12px;
  }
}
.plan_contents-header-lead {
  letter-spacing: 0.56px;
}
@media screen and (max-width: 768px) {
  .plan_contents-header-lead {
    font-size: 14px;
  }
}
.plan_contents-header-text {
  letter-spacing: 0.64px;
}
.plan_contents .plan_contents-item-text-title-number {
  background: #167CBA;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.48px;
  padding: 2px 7px;
  margin-right: 8px;
  width: 20px;
  height: 20px;
}
.plan_contents_flex {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .plan_contents_flex {
    flex-direction: column;
  }
}
.plan_contents_flex-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.plan_contents_flex-item:first-child {
  max-width: 440px;
  margin-right: 24px;
  padding-top: 31px;
}
@media screen and (max-width: 768px) {
  .plan_contents_flex-item:first-child {
    max-width: 100%;
    margin-right: 0;
    padding-top: 0;
  }
}
.plan_contents_flex-item:nth-child(2) {
  width: 220px;
}
.plan_contents_flex-item:last-child {
  width: 190px;
  padding-top: 4px;
}
.plan_contents_flex-item-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.plan_contents_flex-item-text-title {
  line-height: 1.4;
  letter-spacing: 0.64px;
  font-weight: 500;
}
.plan_contents_flex-item-text-lead {
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.48px;
}
@media screen and (max-width: 768px) {
  .plan_contents_flex-item-image {
    margin-top: 8px;
  }
}
.plan_contents_flex.nikai .plan_contents_flex-item:first-child {
  width: 264px;
  margin: 0;
  padding-top: 24px;
}
.plan_contents_flex.nikai .plan_contents_flex-item:nth-child(2) {
  width: 264px;
  margin-right: 26px;
  padding-top: 41px;
}
.plan_contents_flex.nikai .plan_contents_flex-item:last-child {
  width: 340px;
}
.plan_contents_flex.kura01 {
  justify-content: flex-start;
}
.plan_contents_flex.kura01 .plan_contents_flex-item:first-child {
  width: 500px;
  margin: 0;
  padding: 0;
}
.plan_contents_flex.kura01 .plan_contents_flex-item:last-child {
  width: 365px;
  padding-top: 13px;
}
.plan_contents_flex.kura02 .plan_contents_flex-item:first-child {
  width: 206px;
  margin: 0;
  padding-top: 0;
}
.plan_contents_flex.kura02 .plan_contents_flex-item:nth-child(2) {
  width: 404px;
  margin-right: 24px;
  padding: 0;
}
.plan_contents_flex.kura02 .plan_contents_flex-item:nth-child(2) .plan_contents_flex-item-column {
  display: flex;
}
.plan_contents_flex.kura02 .plan_contents_flex-item:nth-child(3) {
  width: 260px;
  margin-right: 8px;
}
.plan_contents_floor {
  width: 854px;
  margin: 8px auto;
}
@media screen and (max-width: 768px) {
  .plan_contents_floor {
    width: 100%;
    margin: 16px auto 0;
  }
}
.plan_contents_inner {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.plan_contents_inner-item:first-child {
  width: 440px;
}
.plan_contents_note {
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.48px;
}
@media screen and (max-width: 768px) {
  .plan_contents_note {
    margin-top: 7px;
  }
}
.plan_contents.plan02 {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .plan_contents.plan02 {
    margin-top: 80px;
    gap: 24px;
  }
}
.plan_contents.plan02 .plan_contents-header {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .plan_contents.plan02 .plan_contents-header {
    flex-direction: column;
    gap: 20px;
  }
}
.plan_contents.plan02 .plan_contents-header-image {
  width: 460px;
}
@media screen and (max-width: 768px) {
  .plan_contents.plan02 .plan_contents-header-image {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .plan_contents.plan02 .plan_contents_floor {
    width: 814px;
    margin-top: -60px;
  }
}
@media screen and (max-width: 768px) {
  .plan_contents.plan02 .plan_contents_floor {
    width: 100%;
    margin-top: 24px;
  }
}
.plan_contents.plan02 .plan_contents_floor .zumen-cap {
  font-size: 20px;
  color: #D3992F;
  margin-bottom: 11px;
}
@media screen and (max-width: 768px) {
  .plan_contents.plan02 .plan_contents_floor .zumen-cap {
    font-size: 14px;
    margin-bottom: 12px;
  }
}
.plan_slider {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.plan_slider-container {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.plan_slider-container::-webkit-scrollbar {
  display: none;
}
.plan_slider-track {
  display: flex;
  gap: 32px;
  padding: 4px 0;
  width: -moz-max-content;
  width: max-content;
}
.plan_slider-slide {
  flex: 0 0 auto;
  scroll-snap-align: start;
  padding-left: 14px;
}
.plan_slider-slide-image {
  width: 239px;
  height: 284px;
  overflow: hidden;
  text-align: center;
  line-height: 200px;
}
.plan_slider-slide-image img {
  width: 239px;
  height: 284px;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
}
.plan_slider-prev, .plan_slider-next {
  display: none;
}
.plan_slider-prev {
  left: 5px;
}
.plan_slider-next {
  right: 5px;
}
.plan_slider-dots {
  display: none;
}
.plan_slider-dot {
  display: none;
}

/* ====================
    セクション5：実例紹介
  ==================== */
.casestudy {
  max-width: 942px;
  margin: 0 auto;
  padding: 120px 0 0;
}
@media screen and (max-width: 768px) {
  .casestudy {
    padding: 96px 0px 0;
  }
}
.casestudy_list {
  margin: 0 auto;
  margin: 80px 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding-bottom: 2px;
}
@media screen and (max-width: 768px) {
  .casestudy_list {
    gap: 32px;
    width: 100vw;
    overflow: scroll;
    margin: 40px 0 0;
    padding-right: 50px;
  }
}
.casestudy_list-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .casestudy_list-item {
    width: 252px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .casestudy_list-item-image {
    width: 240px;
  }
}
.casestudy_list-item-image-wrapper {
  border-radius: 8px;
  overflow: hidden;
}
.casestudy_list-item-title {
  color: #167CBA;
  font-size: 18px;
  margin-top: 20px;
  white-space: pre-wrap;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .casestudy_list-item-title {
    font-size: 16px;
  }
}
.casestudy_list-item-text {
  margin-top: 12px;
  font-size: 14px;
  white-space: pre-wrap;
}
.casestudy_list-item-link {
  display: block;
  margin-top: 35px;
  color: #000;
  position: relative;
  text-align: right;
  padding-right: 48px;
}
@media screen and (max-width: 768px) {
  .casestudy_list-item-link {
    font-size: 14px;
    padding-right: 40px;
    margin-top: 25px;
  }
}
.casestudy_list-item-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url(../img/box-arrow_b.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 768px) {
  .casestudy_list-item-link::after {
    width: 24px;
    height: 24px;
  }
}

/* ====================
  ミサワホームが選ばれる理由
==================== */
.reason {
  padding: 120px 0 160px;
  margin-top: 160px;
  color: #fff;
  position: relative;
  overflow-x: visible;
}
@media screen and (max-width: 768px) {
  .reason {
    padding: 64px 0px 80px;
    margin-top: 80px;
  }
}
.reason:before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
  width: auto;
  height: 100%;
  background: #167CBA url(../img/reason_bg.svg) no-repeat center center/cover;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .reason:before {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    right: 0;
  }
}
.reason .title_container-sub {
  color: #fff;
}
.reason_inner {
  max-width: 942px;
  margin: 0 auto;
}
.reason_header {
  color: #fff;
}
.reason_header-subtitle {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .reason_header-subtitle {
    font-size: 18px;
  }
}
.reason_header-title {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .reason_header-title {
    font-size: 32px;
  }
}
.reason_header-lead {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .reason_header-lead {
    font-size: 14px;
  }
}
.reason_list {
  display: flex;
  flex-wrap: wrap;
  gap: 64px 32px;
  justify-content: center;
  max-width: 942px;
  margin: 80px 0 0;
}
@media screen and (max-width: 768px) {
  .reason_list {
    flex-direction: column;
    align-items: center;
    gap: 64px;
    margin: 48px auto 0;
  }
}
.reason_list-item {
  width: 455px;
}
@media screen and (max-width: 768px) {
  .reason_list-item {
    width: 100%;
  }
}
.reason_list-item-image-wrapper {
  border-radius: 4px;
  overflow: hidden;
}
.reason_list-item-title {
  font-size: 32px;
  margin-top: 32px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .reason_list-item-title {
    font-size: 24px;
    margin-top: 24px;
  }
}
.reason_list-item-text {
  margin-top: 24px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .reason_list-item-text {
    font-size: 14px;
    margin-top: 20px;
  }
}
.reason_list-item-text-note {
  font-size: 12px;
  margin-top: 16px;
  line-height: 1.5;
}

/* ====================
  セクション8：よくあるご質問
==================== */
.faq {
  max-width: 942px;
  margin: 0 auto;
  padding: 120px 0 160px;
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 64px 0px 96px;
  }
}
.faq_link-list {
  margin: 60px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .faq_link-list {
    margin: 48px 0 0;
    gap: 13px;
  }
}
.faq_link-list-item {
  border: 1px solid #D3D3D3;
  border-radius: 4px;
  position: relative;
  width: 304px;
  height: 64px;
}
@media screen and (max-width: 768px) {
  .faq_link-list-item {
    width: calc(50% - 13px);
    height: 64px;
  }
}
.faq_link-list-item::after {
  content: "";
  position: absolute;
  background: url(../img/btn-arrow_b.svg) no-repeat center center/contain;
  width: 12px;
  height: 10px;
  right: 26px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}
@media screen and (max-width: 768px) {
  .faq_link-list-item::after {
    right: 16px;
  }
}
.faq_link-list-item a {
  font-size: 14px;
  line-height: 1.4;
  padding-right: 20px;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .faq_link-list-item a {
    padding-right: 16px;
  }
}
.faq_contents {
  padding-top: 80px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .faq_contents {
    margin-top: 40px;
    padding: 0;
  }
}
.faq_contents-block-title {
  font-size: 24px;
  line-height: 1;
  color: #167CBA;
  font-weight: 500;
  border-left: 3px solid #167CBA;
  padding-left: 12px;
}
@media screen and (max-width: 768px) {
  .faq_contents-block-title {
    margin-bottom: 24px;
  }
}
.faq_contents-block:not(:first-child) {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .faq_contents-block:not(:first-child) {
    padding-top: 64px;
  }
}
.faq_list-item {
  border-bottom: 1px solid #D3D3D3;
  padding: 40px 0;
}
.faq_list-item:first-child {
  padding-top: 32px;
}
@media screen and (max-width: 768px) {
  .faq_list-item {
    padding: 24px 0;
  }
  .faq_list-item:first-child {
    padding-top: 0;
  }
}
.faq_list-item-question {
  position: relative;
  padding: 0 0 20px;
}
@media screen and (min-width: 769px) {
  .faq_list-item-question {
    cursor: default;
  }
  .faq_list-item-question::before {
    content: "";
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .faq_list-item-question {
    padding: 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
  }
  .faq_list-item-question::after {
    content: "+";
    font-size: 14px;
    color: #000;
    position: relative;
    width: 29px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #D3D3D3;
    border-radius: 4px;
    background-color: #fff;
  }
  .faq_list-item-question::after::before {
    content: "";
    display: none;
  }
  .faq_list-item-question.is-open::after {
    content: "-";
  }
}
.faq_list-item-question-title {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .faq_list-item-question-title {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media (min-width: 769px) {
  .faq_list-item-answer {
    line-height: 1.8;
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .faq_list-item-answer {
    padding: 0;
    font-size: 14px;
    display: none;
    margin-top: 16px;
    display: none !important;
  }
  .faq_list-item-answer.is-open {
    display: block !important;
  }
}

/* ====================
  セクション9：カタログ
==================== */
.catalog {
  width: 1440px;
  margin: 0 auto;
  padding: 120px 0 160px;
  background: url(../img/catalog_bg.svg) center center no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .catalog {
    width: 100%;
    padding: 64px 20px 80px;
  }
}
.catalog_inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .catalog_inner {
    padding: 0;
  }
}
.catalog_header {
  color: #fff;
  min-width: 100%;
}
.catalog_header-subtitle {
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 24px;
  font-weight: 100;
  line-height: 1;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .catalog_header-subtitle {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
.catalog_header-title {
  color: #fff;
  font-size: 64px;
  line-height: 1.2;
  text-indent: -2.2rem;
}
@media screen and (max-width: 768px) {
  .catalog_header-title {
    font-size: 32px;
    line-height: 1.4;
    text-indent: -1rem;
  }
}
.catalog_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 80px 0;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .catalog_list {
    gap: 32px;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 48px 0 64px;
    width: 804px;
    overflow: scroll;
    padding-right: 470px;
    padding-bottom: 4px;
  }
}
.catalog_list-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.catalog_list-item-image-box {
  background-color: #fff;
  border-radius: 4px;
  padding: 64px 0;
  flex-shrink: 0;
  height: 380px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .catalog_list-item-image-box {
    padding: 16px;
    width: 240px;
    height: 240px;
  }
}
.catalog_list-item-image-box-inner {
  width: 178px;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .catalog_list-item-image-box-inner {
    width: 120px;
  }
}
.catalog_list-item-text-box {
  display: grid;
  grid-template-rows: 1fr auto;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .catalog_list-item-text-box {
    width: 100%;
    height: 100%;
  }
}
.catalog_list-item-title {
  font-size: 18px;
  margin: 16px 0 24px;
  flex: 1;
  display: flex;
  align-items: flex-start;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .catalog_list-item-title {
    font-size: 16px;
    margin-top: 16px;
    text-align: left;
  }
}
.catalog_list-item-button {
  display: block;
  color: #fff;
  border-radius: 8px;
  margin-top: 27px;
  text-align: right;
  position: relative;
  padding-right: 48px;
  flex-shrink: 0;
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  .catalog_list-item-button {
    font-size: 14px;
  }
}
.catalog_list-item-button::after {
  content: "";
  background: url(../img/box-arrow_w.svg) no-repeat;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .catalog_list-item-button::after {
    width: 24px;
    height: 24px;
    background-size: contain;
    top: 46%;
  }
}

.contact_block {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: 110px 0;
}
@media screen and (min-width: 769px) {
  .contact_block::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../img/plan_bg4x.jpg) center/100% auto no-repeat;
    z-index: -1;
  }
}
@media screen and (max-width: 768px) {
  .contact_block {
    background: url(../img/plan_bg2x.jpg) no-repeat;
    padding: 48px 20px 64px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 10%;
    margin: 0 auto;
  }
}
.contact_block .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 880px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .contact_block .inner {
    width: 100%;
    padding: 0 20px;
    flex-direction: column;
    align-items: center;
    gap: 48px;
  }
}
@media screen and (max-width: 768px) {
  .contact_block-buttons {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }
}
.contact_block-contents {
  width: 440px;
}
@media screen and (max-width: 768px) {
  .contact_block-contents {
    width: 100%;
  }
}
.contact_block-contents-title {
  color: #fff;
  font-size: 40px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .contact_block-contents-title {
    font-size: 24px;
  }
}
.contact_block-contents-text {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .contact_block-contents-text {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 24px;
  }
}

.contact {
  width: 1440px;
  margin: 0 auto;
  padding: 120px 0 0;
}
@media screen and (max-width: 768px) {
  .contact {
    width: 100%;
    padding: 40px 20px 64px;
  }
}
.contact_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .contact_inner {
    padding: 0;
  }
}
.contact_list {
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .contact_list {
    flex-direction: column;
    gap: 32px;
  }
}
.contact_list-item {
  width: 50%;
  border-radius: 8px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .contact_list-item {
    width: 100%;
    padding: 0;
  }
}
.contact_list-item-image-area img {
  border-radius: 4px 4px 0 0;
}
.contact_list-item-text-area {
  padding: 24px 32px 40px;
}
@media screen and (max-width: 768px) {
  .contact_list-item-text-area {
    padding: 20px 20px 24px;
  }
}
.contact_list-item-text-area--blue {
  background-image: linear-gradient(to right, #167CBA, #3BA7E9);
  border-radius: 0 0 4px 4px;
}
.contact_list-item-text-area--orange {
  background-image: linear-gradient(to right, #D3992F, #DCB774);
  border-radius: 0 0 4px 4px;
}
.contact_list-item-title {
  font-size: 24px;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact_list-item-title {
    font-size: 18px;
  }
}
.contact_list-item-title::after {
  content: "";
  background: url(../img/box-arrow_w.svg) no-repeat;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .contact_list-item-title::after {
    width: 24px;
    height: 24px;
    background-size: 100%;
  }
}
.contact_list-item-description {
  margin-top: 20px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .contact_list-item-description {
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */