@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");
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, .casestudy_header, .points_header, .lineup_header, .reason_header, .lifestyle_header {
  max-width: 942px;
  margin: 0 auto;
}
.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-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;
  }
}

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

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

/* ====================
  フッター
==================== */
#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 {
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .menu-contents {
    display: flex;
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .menu-contents {
    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: 40px 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: 100vw;
  margin: 0 calc(50% - 50vw);
  height: 48px;
  background: #D3D3D3;
  overflow-x: auto;
  padding: 10px;
  gap: 4px;
  -webkit-overflow-scrolling: touch;
  position: sticky;
  top: 59px;
  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: 1142px;
}
@media screen and (min-width: 769px) {
  .main-contents .about,
  .main-contents .reason {
    margin-left: -370px;
    margin-right: 0;
    padding-left: 378px;
  }
}
@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 160px 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;
    top: -120px;
    left: 44%;
    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 (min-width: 769px) {
  .main-visual_text-area {
    padding-top: 22px;
  }
}
@media screen and (max-width: 768px) {
  .main-visual_text-area {
    order: 2;
    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;
}
@media screen and (max-width: 768px) {
  .main-visual_text-area-main-copy {
    font-size: 48px;
    margin-top: 12px;
    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;
    writing-mode: vertical-rl;
  }
}
.main-visual_buttons-button-area {
  position: relative;
  z-index: 2;
  margin-top: 100px;
  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: 562px;
}
@media screen and (max-width: 768px) {
  .main-visual_image.mv01 {
    position: static;
    width: 224px;
    height: auto;
    order: 1;
    margin-right: auto;
  }
}
.main-visual_image.mv02 {
  width: 520px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 24px;
  transform: translateX(-80px);
}
@media screen and (max-width: 768px) {
  .main-visual_image.mv02 {
    position: static;
    display: flex;
    justify-content: flex-end;
    gap: 32px;
    height: auto;
    margin-top: 0;
    order: 3;
  }
}
@media screen and (max-width: 768px) {
  .main-visual_image.mv02 .mv02_img {
    width: 270px;
  }
}
.main-visual_image img {
  -o-object-fit: cover;
     object-fit: cover;
}

/* ====================
  セクション1：賃貸併用住宅とは
==================== */
.about {
  padding: 120px 0 150px;
  position: relative;
}
.about:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: url(../img/about_bg.png) no-repeat center center;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .about {
    padding: 64px 0 80px;
  }
}
.about_inner {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .about_inner {
    padding: 0;
  }
}
.about_header {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .about_header {
    text-align: center;
  }
}
.about_header-subtitle {
  font-size: 24px;
  color: #D3992F;
}
@media screen and (max-width: 768px) {
  .about_header-subtitle {
    font-size: 18px;
  }
}
.about_header-title {
  font-size: 64px;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .about_header-title {
    font-size: 32px;
  }
}
.about_contents-top {
  display: flex;
  justify-content: center;
  padding-top: 80px;
  position: relative;
  margin: 0 auto;
  gap: 100px;
}
@media screen and (max-width: 768px) {
  .about_contents-top {
    flex-direction: column-reverse;
    padding-top: 48px;
    max-width: 100%;
    margin-left: 0;
    gap: 48px;
  }
}
.about_contents-top-image {
  width: 300px;
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .about_contents-top-image {
    position: static;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }
}
.about_contents-top-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.about_contents-top-text-area {
  width: 501px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .about_contents-top-text-area {
    width: 100%;
  }
}
.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_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;
  width: 100%;
  max-width: 1142px;
  margin: 160px auto 0;
}
@media screen and (max-width: 768px) {
  .about_merits {
    padding: 64px 20px 80px;
    width: 100%;
    max-width: 100%;
    margin: 80px auto 0;
    border-radius: 8px;
  }
}
.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-lead {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .about_merits-lead {
    font-size: 14px;
    line-height: 1.8;
    width: 100%;
    margin-left: -17px;
  }
}
.about_merits-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) {
  .about_merits-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 48px 23px;
    align-items: flex-start;
    margin: 48px auto 0;
    padding: 0;
  }
}
.about_merits-list-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .about_merits-list-item {
    gap: 0;
  }
}
.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: 16px;
  }
}
.about_merits-list-item-title {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .about_merits-list-item-title {
    font-size: 16px;
    line-height: 1.4;
    text-align: left;
    margin-bottom: 12px;
  }
}
.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;
  }
}
.about_scenes {
  max-width: 942px;
  margin: 0 auto;
  padding: 120px 0 10px;
}
@media screen and (max-width: 768px) {
  .about_scenes {
    margin: 0;
    max-width: 100%;
    padding: 64px 0 0px;
  }
}
.about_scenes-header {
  display: flex;
  align-items: center;
  gap: 48px;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .about_scenes-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
.about_scenes-header-title {
  font-size: 40px;
  font-weight: 400;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about_scenes-header-title {
    font-size: 24px;
    line-height: 1.4;
  }
}
.about_scenes-header-title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -17px;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #167CBA;
}
.about_scenes-header-lead {
  font-size: 16px;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .about_scenes-header-lead {
    font-size: 14px;
    line-height: 1.8;
    width: 100%;
    margin: 0 0 0 -17px;
  }
}
.about_scenes-list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-top: 64px;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .about_scenes-list {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-top: 48px;
  }
}
.about_scenes-list-item {
  width: 455px;
  padding: 24px 24px 32px;
  background-color: rgb(255, 255, 255);
  border-radius: 4px;
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .about_scenes-list-item {
    width: 100%;
    padding: 20px;
  }
}
.about_scenes-list-item-case-number {
  font-family: "Outfit", sans-serif;
  line-height: 1;
  font-weight: 100;
}
.about_scenes-list-item-title {
  font-size: 18px;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .about_scenes-list-item-title {
    font-size: 16px;
    margin-top: 8px;
  }
}
.about_scenes-list-item-icon {
  width: 64px;
}
@media screen and (max-width: 768px) {
  .about_scenes-list-item-icon {
    width: 48px;
  }
}
.about_scenes-list-item-case-number {
  font-size: 24px;
  color: #D3992F;
}
@media screen and (max-width: 768px) {
  .about_scenes-list-item-case-number {
    font-size: 20px;
  }
}

/* ====================
  セクション2：ライフステージの変化に対応
==================== */
.lifestyle {
  padding: 120px 0 160px;
}
@media screen and (max-width: 768px) {
  .lifestyle {
    padding: 64px 0px 80px;
  }
}
.lifestyle .inner {
  max-width: 942px;
  margin: 0 auto;
}
.lifestyle_contents {
  display: flex;
  flex-direction: column;
  gap: 80px;
  margin: 80px auto 0;
}
@media screen and (max-width: 768px) {
  .lifestyle_contents {
    gap: 48px;
    margin-top: 48px;
  }
}
.lifestyle_contents-case {
  background-color: #F9F9F9;
  border-radius: 8px;
  padding: 40px 64px 64px;
}
@media screen and (max-width: 768px) {
  .lifestyle_contents-case {
    padding: 32px 20px;
  }
}
.lifestyle_contents-case-header {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .lifestyle_contents-case-header {
    gap: 16px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.lifestyle_contents-case-label {
  font-size: 24px;
  color: #D3992F;
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .lifestyle_contents-case-label {
    gap: 8px;
  }
}
.lifestyle_contents-case-label-number {
  font-size: 56px;
  font-family: "Outfit", sans-serif;
  font-weight: 100;
}
@media screen and (max-width: 768px) {
  .lifestyle_contents-case-label-number {
    font-size: 24px;
  }
}
.lifestyle_contents-case-title {
  font-size: 24px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .lifestyle_contents-case-title {
    font-size: 20px;
  }
}
.lifestyle_contents-case-description {
  margin-top: 16px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .lifestyle_contents-case-description {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 24px;
  }
}
.lifestyle_contents-case-profile {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .lifestyle_contents-case-profile {
    margin-top: 20px;
  }
}
.lifestyle_contents-case-profile-title {
  font-size: 16px;
  color: #D3992F;
}
@media screen and (max-width: 768px) {
  .lifestyle_contents-case-profile-title {
    font-size: 14px;
  }
}
.lifestyle_contents-case-profile-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 12px;
}
.lifestyle_contents-case-profile-list-item {
  position: relative;
  padding-left: 24px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .lifestyle_contents-case-profile-list-item {
    font-size: 14px;
  }
}
.lifestyle_contents-case-profile-list-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #167CBA;
}
.lifestyle_contents-case-flow {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .lifestyle_contents-case-flow {
    gap: 40px;
    margin-top: 40px;
  }
}
.lifestyle_contents-case-flow-item {
  position: relative;
  padding: 32px 32px 32px 40px;
  background-color: #fff;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .lifestyle_contents-case-flow-item {
    padding: 16px 16px 20px;
    border-radius: 4px;
  }
}
.lifestyle_contents-case-flow-item-title-area {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 342px;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .lifestyle_contents-case-flow-item-title-area {
    width: 100%;
    gap: 12px;
    margin-top: 4px;
  }
}
.lifestyle_contents-case-flow-item-time {
  font-size: 18px;
  text-align: center;
  color: #167CBA;
  width: 80px;
  height: 80px;
  border: 1px solid #167CBA;
  line-height: 80px;
  border-radius: 4px;
}
@media screen and (min-width: 769px) {
  .lifestyle_contents-case-flow-item-time {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .lifestyle_contents-case-flow-item-time {
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    padding: 6px 26px;
    line-height: 1;
    font-size: 14px;
    background: #167CBA;
    color: #fff;
    border-radius: 0;
  }
}
.lifestyle_contents-case-flow-item-plan-name {
  font-size: 18px;
  color: #167CBA;
}
.lifestyle_contents-case-flow-item-detail-area {
  display: flex;
  gap: 20px;
  margin-top: 16px;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .lifestyle_contents-case-flow-item-detail-area {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
.lifestyle_contents-case-flow-item-icons {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  width: 234px;
}
@media screen and (max-width: 768px) {
  .lifestyle_contents-case-flow-item-icons {
    width: 180px;
    margin: 0 auto;
  }
}
.lifestyle_contents-case-flow-item-icon {
  width: 32px;
  height: 32px;
}
.lifestyle_contents-case-flow-item-text {
  font-size: 14px;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .lifestyle_contents-case-flow-item-text {
    line-height: 1.8;
  }
}
.lifestyle_contents-case-flow-arrow {
  position: relative;
  width: 1px;
  height: 40px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .lifestyle_contents-case-flow-arrow {
    width: 12px;
    height: 50px;
    margin: 0 auto;
    left: 50%;
    bottom: -50px;
  }
}

.lifestyle_contents-case-flow-arrow {
  position: absolute;
  width: 22px;
  height: 90px;
  margin: 20px auto;
  z-index: 1;
  left: 50%;
  bottom: -110px;
  transform: translateX(-10px);
}

/* ====================
  セクション3：ミサワホームが選ばれる理由
==================== */
.reason {
  padding: 120px 0 160px;
  color: #fff;
  position: relative;
  overflow-x: visible;
}
@media screen and (max-width: 768px) {
  .reason {
    padding: 64px 0px 80px;
  }
}
.reason:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: #167CBA url(../img/reason_bg.png) no-repeat center center/cover;
  z-index: -1;
}
.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 auto;
}
@media screen and (max-width: 768px) {
  .reason_list {
    flex-direction: column;
    align-items: center;
    gap: 64px;
    margin: 48px auto 64px;
  }
}
.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;
}

/* ====================
  セクション4：商品ラインナップ
==================== */
.lineup {
  max-width: 942px;
  margin: 0 auto;
  padding: 120px 0 40px;
}
@media screen and (max-width: 768px) {
  .lineup {
    padding: 64px 0px 0;
  }
}
.lineup .title_container, .lineup .catalog_header, .lineup .casestudy_header, .lineup .points_header, .lineup .lineup_header, .lineup .lifestyle_header, .lineup .reason_header {
  margin: 0 auto;
}
.lineup_list {
  display: flex;
  flex-direction: column;
  gap: 80px;
  margin: 80px auto 0;
}
@media screen and (max-width: 768px) {
  .lineup_list {
    gap: 80px;
    margin: 48px auto 0;
  }
}
.lineup_list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .lineup_list-item {
    flex-direction: column;
    gap: 32px;
  }
}
.lineup_list-item-text-area {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .lineup_list-item-text-area {
    width: 100%;
    text-align: left;
    order: 2;
  }
}
.lineup_list-item-sub-title {
  font-size: 16px;
  border: 1px solid #CECECE;
  padding: 1px 20px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 4px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .lineup_list-item-sub-title {
    font-size: 12px;
    line-height: 1;
    padding: 6px 12px;
    margin-bottom: 18px;
  }
}
.lineup_list-item-title-jp {
  font-size: 14px;
  color: #167CBA;
  margin-bottom: 12px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .lineup_list-item-title-jp {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 8px;
  }
}
.lineup_list-item-title-en {
  font-size: 32px;
  color: #167CBA;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .lineup_list-item-title-en {
    font-size: 24px;
  }
}
.lineup_list-item-description {
  margin-top: 24px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .lineup_list-item-description {
    font-size: 14px;
    margin-top: 16px;
  }
}
.lineup_list-item-image-area {
  width: 400px;
  height: 300px;
}
@media screen and (max-width: 768px) {
  .lineup_list-item-image-area {
    width: 100%;
    height: auto;
    order: 1;
  }
}
.lineup_list-item-plan-area {
  padding-top: 24px;
}
@media screen and (max-width: 768px) {
  .lineup_list-item-plan-area {
    padding-top: 16px;
    order: 3;
  }
}
.lineup_list-item-plan-title {
  font-size: 24px;
  color: #167CBA;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .lineup_list-item-plan-title {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1;
  }
}
.lineup_list-item-plan-images {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .lineup_list-item-plan-images {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 768px) {
  .lineup .btn {
    order: 4;
  }
}

/* ====================
  セクション7：失敗しないための注意点
==================== */
.points {
  max-width: 942px;
  margin: 0 auto;
  padding: 160px 0 100px;
}
@media screen and (max-width: 768px) {
  .points {
    padding: 96px 0px 0;
  }
}
.points_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 80px 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .points_list {
    padding: 48px 0;
    gap: 16px;
  }
}
.points_list-item {
  background-color: #F9F9F9;
  border-radius: 4px;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .points_list-item {
    padding: 24px 20px;
  }
}
.points_list-item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .points_list-item-header {
    gap: 25px;
  }
}
.points_list-item-title {
  font-size: 24px;
  color: #000;
  display: flex;
  align-items: center;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .points_list-item-title {
    font-size: 18px;
  }
}
.points_list-item-title-number {
  color: #D3992F;
  font-size: 40px;
  font-family: "Outfit", sans-serif;
  margin-right: 20px;
  font-weight: 100;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .points_list-item-title-number {
    font-size: 24px;
    margin-right: 17px;
  }
}
.points_list-item-toggle-icon {
  position: relative;
  width: 24px;
  height: 24px;
  background-color: #D3992F;
  border-radius: 4px;
  transition: transform 0.3s;
}
@media screen and (max-width: 768px) {
  .points_list-item-toggle-icon {
    width: 20px;
    height: 20px;
  }
}
.points_list-item-toggle-icon::before, .points_list-item-toggle-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  transition: all 0.3s;
}
.points_list-item-toggle-icon::before {
  width: 12px;
  height: 1px;
}
.points_list-item-toggle-icon::after {
  width: 1px;
  height: 12px;
}
.points_list-item.is-open .points_list-item-toggle-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.points_list-item-body {
  display: none;
}
.points_list-item-body-text {
  margin-top: 24px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .points_list-item-body-text {
    font-size: 14px;
  }
}
.points_list-item-body-advice-title {
  color: #D3992F;
  font-size: 20px;
  line-height: 1;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  margin-bottom: 8px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .points_list-item-body-advice-title {
    font-size: 16px;
  }
}
.points_list-item-body-advice-title:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
  width: 16px;
  height: 20px;
  background: url(../img/light.svg) no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .points_list-item-body-advice-title:after {
    right: -19px;
    width: 13px;
    height: 16px;
  }
}
.points_list-item-body-advice-text {
  font-size: 14px;
}
.points_list-item-body-advice-box {
  margin-top: 24px;
  padding: 16px;
  background-color: #fff;
}

/* ====================
    セクション5：実例紹介
  ==================== */
.casestudy {
  max-width: 942px;
  margin: 0 auto;
  padding: 160px 0;
}
@media screen and (max-width: 768px) {
  .casestudy {
    padding: 96px 0px 0;
  }
}
.casestudy_list {
  margin: 0 auto;
  margin: 80px 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 65px;
    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;
    margin-top: 12px;
  }
}
.casestudy_list-item-text {
  margin-top: 12px;
  font-size: 14px;
  white-space: pre-wrap;
}
@media screen and (max-width: 768px) {
  .casestudy_list-item-text {
    margin-top: 8px;
  }
}
.casestudy_list-item-details {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.casestudy_list-item-details-text {
  font-size: 12px;
  color: #676767;
  white-space: pre-wrap;
}
.casestudy_list-item-details-image {
  margin: 20px 0 8px;
  width: 136px;
}
@media screen and (max-width: 768px) {
  .casestudy_list-item-details-image {
    margin: 16px 0 8px;
  }
}
.casestudy_list-item-details-cap {
  font-size: 12px;
  line-height: 1.4;
}
.casestudy_list-item-link {
  display: block;
  margin-top: 35px;
  color: #000;
  position: relative;
}
@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;
  }
}

/* ====================
    セクション6：収支シミュレーション
  ==================== */
.simulation {
  padding: 0 0 40px;
}
@media screen and (max-width: 768px) {
  .simulation {
    padding: 80px 0px 0;
  }
}
.simulation .inner {
  max-width: 942px;
  margin: 0 auto;
  padding: 120px 0 0;
}
@media screen and (max-width: 768px) {
  .simulation .inner {
    padding: 64px 20px 0;
  }
}
.simulation-head-img {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (min-width: 769px) {
  .simulation-head-img-item:nth-child(1) {
    width: 500px;
    gap: 16px;
  }
  .simulation-head-img-item:nth-child(2) {
    margin-top: 40px;
    width: 540px;
  }
  .simulation-head-img-item:nth-child(3) {
    margin-top: 133px;
    width: 366px;
  }
  .simulation-head-img-item-flex {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .simulation-head-img-item-flex-item:first-child {
    width: 420px;
  }
  .simulation-head-img-item-flex-item:last-child {
    width: 240px;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .simulation-head-img {
    flex-direction: column;
    gap: 16px;
    position: relative;
    max-width: 450px;
    margin: 0 auto;
  }
  .simulation-head-img-item {
    width: 100%;
  }
  .simulation-head-img-item:nth-child(1) {
    order: 3;
    display: flex;
    gap: 12px;
    width: 280px;
    margin-left: auto;
    margin-top: 16px;
  }
  .simulation-head-img-item:nth-child(1) .simulation-head-img-item-flex-item {
    flex: 1;
  }
  .simulation-head-img-item:nth-child(1) .simulation-head-img-item-flex-item:first-child {
    width: 100%;
  }
  .simulation-head-img-item:nth-child(1) .simulation-head-img-item-flex-item:last-child {
    width: 122px;
    height: 92px;
    position: absolute;
    right: 36px;
    top: 78px;
  }
  .simulation-head-img-item:nth-child(2) {
    order: 4;
    width: 210px;
    margin-left: 20px;
  }
  .simulation-head-img-item:nth-child(3) {
    order: 1;
    width: 200px;
  }
  .simulation-head-img-item img {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }
}
.simulation_pc-content {
  padding-top: 80px;
  margin: 0 auto;
}
.simulation_pc-content img:first-child {
  margin-bottom: 80px;
}
.simulation_pc-content img:nth-child(2) {
  margin-bottom: 48px;
}
.simulation_sp-content {
  margin-top: 48px;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  padding-bottom: 2px;
}
.simulation_sp-content-image {
  width: 648px;
  height: auto;
  flex-shrink: 0;
  display: inline-block;
  min-width: 648px;
}
.simulation_table-wrapper {
  margin-top: 40px;
  overflow-x: auto;
}
.simulation_table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  table-layout: fixed;
}
.simulation_table .simulation_table-tr-header {
  height: auto !important;
}
.simulation_table .simulation_table-tr-header .simulation_table-th.h80 {
  height: 80px !important;
  min-height: 80px !important;
  max-height: 80px !important;
}
.simulation_table .simulation_table-tr-header .simulation_table-th.h96 {
  height: 96px !important;
  min-height: 96px !important;
  max-height: 96px !important;
}
.simulation_table .simulation_table-th, .simulation_table .simulation_table-td {
  padding: 27px 8px;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #D3D3D3;
  vertical-align: middle;
}
.simulation_table .simulation_table-th:first-child {
  border-left: none;
}
.simulation_table .simulation_table-th:last-child {
  border-right: none;
}
.simulation_table .simulation_table-td:first-child {
  border-left: none;
}
.simulation_table .simulation_table-td:last-child {
  border-right: none;
}
.simulation_table tr:first-child .simulation_table-th {
  border: none !important;
  padding: 0;
  height: 80px;
}
.simulation_table tr:last-child .simulation_table-td {
  border-bottom: none;
}
.simulation_table tr .simulation_table-td:nth-child(2) {
  background: #F9F9F9;
}
.simulation_table tr .simulation_table-td:nth-child(3) {
  background: #F9F9F9;
}
.simulation_table tr .simulation_table-td:nth-child(4) {
  background: #FFF9EE;
}
.simulation_table .simulation_table-th {
  font-size: 20px;
  font-weight: 500;
}
.simulation_table .simulation_table-th.simulation_table-th-title {
  border: none !important;
  font-weight: 500;
}
.simulation_table .simulation_table-th.simulation_table-th-title.blue h3 {
  background-color: #167cba;
  color: #fff;
  width: 100%;
  height: 80px;
  border-radius: 4px 4px 0 0;
  margin: 13px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #fff;
}
.simulation_table .simulation_table-th.simulation_table-th-title.orange h3 {
  background-color: #d3992f;
  color: #fff;
  height: 96px;
  border-radius: 4px 4px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.simulation_table .simulation_table-th.simulation_table-th-title.h80 {
  height: 80px !important;
  min-height: 80px !important;
  max-height: 80px !important;
  line-height: 80px !important;
  vertical-align: middle !important;
}
.simulation_table .simulation_table-th.simulation_table-th-title.h96 {
  height: 96px !important;
  min-height: 96px !important;
  max-height: 96px !important;
  line-height: 96px !important;
  vertical-align: middle !important;
}
.simulation_table .simulation_table-th.h80 {
  height: 80px !important;
  min-height: 80px !important;
  max-height: 80px !important;
  line-height: 80px !important;
  vertical-align: middle !important;
  padding: 0;
}
.simulation_table .simulation_table-th.h96 {
  height: 96px !important;
  min-height: 96px !important;
  max-height: 96px !important;
  line-height: 96px !important;
  vertical-align: middle !important;
}
.simulation_table .simulation_table-td {
  font-size: 16px;
}
.simulation_table-tr:nth-child(6) td {
  font-weight: 700;
  letter-spacing: 1px;
}
.simulation_table-tr:nth-child(7) td {
  font-weight: 700;
  letter-spacing: 1px;
}
.simulation_info-row-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 80px;
}
.simulation_info-row-item {
  flex: 1;
  background-color: #fff;
  padding: 24px 24px 32px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  justify-content: flex-start;
}
.simulation_info-row-item:not(:last-child) {
  background: #F9F9F9;
}
.simulation_info-row-item:last-child {
  background: #FFF9EE;
}
.simulation_info-row-item-title {
  color: #167CBA;
  font-size: 20px;
}
.simulation_info-row-item-title.orange {
  color: #D3992F;
}
.simulation_info-row-item-text {
  font-size: 16px;
  margin-top: 16px;
}
.simulation_info-row-item-pay {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: #fff;
}
.simulation_info-row-item-pay-wrapper {
  margin: 24px 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.simulation_info-row-item-pay-mon {
  font-size: 14px;
}
.simulation_info-row-item-pay-cash {
  font-size: 16px;
}
.simulation_info-row-item-pay-num {
  font-size: 40px;
  padding-right: 6px;
  color: #167CBA;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
}
.simulation_info-row-item-pay-num.orange {
  color: #D3992F;
}
.simulation_info-row-item-pay-arrow {
  margin: 0 auto;
  height: 100%;
  padding-bottom: 6px;
}
.simulation_info-row-item-note-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.simulation_info-row-item-note-list-item-ttl {
  font-size: 14px;
  color: #167CBA;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 6px;
  position: relative;
  padding-left: 10px;
}
.simulation_info-row-item-note-list-item-ttl:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #167CBA;
}
.simulation_info-row-item-note-list-item-ttl.orange {
  color: #D3992F;
}
.simulation_info-row-item-note-list-item-ttl.orange:before {
  background-color: #D3992F;
}
.simulation_info-row-item-note-list-item-text.orange {
  color: #D3992F;
}
.simulation_info-row-item:not(:first-child) .simulation_info-row-item-pay {
  height: 94px;
}
.simulation_info-row-item:first-child .simulation_info-row-item-pay {
  height: 214px;
}
.simulation_comparison-row {
  border: 1px solid #D3D3D3;
  margin-top: 48px;
  padding: 24px 24px 32px;
  border-radius: 4px;
}
.simulation_comparison-row h3 {
  background-color: #D3992F;
  color: #fff;
  width: 100%;
  border-radius: 4px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.simulation_comparison-row h3:after {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 18px;
  height: 12px;
  background: url("../img/pay-arrow.svg") no-repeat center center/contain;
}
.simulation_comparison-row-title {
  font-size: 20px;
  text-align: center;
}
.simulation_comparison-row-content {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 20px;
}
.simulation_comparison-row-item {
  text-align: center;
  width: 50%;
}
.simulation_comparison-row-item-text {
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
}
.simulation_comparison-row-item-text span {
  display: inline-block;
  padding: 0 4px;
}
.simulation_comparison-row-item-value {
  font-size: 48px;
  margin: 16px 0;
  line-height: 1;
}
.simulation_comparison-row-item-value-orange {
  color: #D3992F;
}
.simulation_comparison-row-item-value-unit {
  font-size: 20px;
  color: #000;
  padding-left: 9px;
}
.simulation_comparison-row-item-value-text {
  font-size: 14px;
  letter-spacing: -0.8px;
}
.simulation_comparison-row-item:first-child .simulation_info-row-item-pay-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.simulation_comparison-row-separator {
  width: 1px;
  height: 60px;
  background-color: #D3D3D3;
}
.simulation_comparison-row-note {
  margin: 20px 0 0;
  font-size: 12px;
  line-height: 1.4;
}
.simulation_note {
  font-size: 12px;
  color: #717171;
  margin-top: 24px;
  white-space: pre-wrap;
}
@media (max-width: 768px) {
  .simulation_note {
    font-size: 10px;
  }
}
.simulation .second {
  margin-top: 28px;
}
.simulation .second .simulation_info-row-item-pay-num {
  font-family: initial;
  font-size: 30px;
}

.blue {
  color: #167CBA;
}

.orange {
  color: #D3992F;
}

/* ====================
  セクション8：よくあるご質問
==================== */
.faq {
  max-width: 942px;
  margin: 0 auto;
  padding: 100px 0 160px;
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 80px 0px 0;
  }
}
.faq_header-img {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  max-width: 1440px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .faq_header-img {
    margin: 0 auto 40px;
    flex-direction: column;
    gap: 16px;
  }
}
.faq_header-img-item:last-child {
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .faq_header-img-item:last-child {
    padding-top: 0;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .faq_header-img-item {
    width: 335px;
  }
}
.faq_contents {
  padding-top: 40px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .faq_contents {
    margin-top: 48px;
    padding: 0;
  }
}
.faq_list {
  max-width: 782px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  .faq_list {
    padding-bottom: 80px;
  }
}
.faq_list-item {
  border-bottom: 1px solid #D3D3D3;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .faq_list-item {
    padding: 24px 0;
  }
  .faq_list-item:first-child {
    padding-top: 0;
  }
}
.faq_list-item-question {
  font-size: 18px;
  line-height: 1.8;
  position: relative;
  padding: 0 0 20px;
}
@media (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;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
  }
  .faq_list-item-question::after {
    content: "+";
    font-size: 20px;
    color: #000;
    position: relative;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #D3D3D3;
    border-radius: 4px;
    background-color: #fff;
    padding: 2px 5px 6px 4px;
  }
  .faq_list-item-question::after::before {
    content: "";
    display: none;
  }
  .faq_list-item-question.is-open::after {
    content: "-";
  }
}
@media (min-width: 769px) {
  .faq_list-item-answer {
    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;
}
@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;
}
@media screen and (max-width: 768px) {
  .catalog_list-item-image-box {
    padding: 16px;
    width: 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%;
  }
}

/* ====================
  セクション10：バナー
==================== */
.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 */