@charset "UTF-8";
:root {
  --headerHeight: 100px;
  --flexMargin: 16px;
  --paddingSection: 80px; }
  @media screen and (max-width: 959px) {
    :root {
      --headerHeight: 80px;
      --flexMargin: 8px;
      --paddingSection: 40px; } }

/*========== 子ページ ==========*/
.post_content {
  line-height: 2;
  /* reset.cssでリセットしたタグの再定義 */ }
  .post_content h1 {
    font-size: 2em; }
  .post_content h2 {
    font-size: 1.8em; }
  .post_content h3 {
    font-size: 1.6em; }
  .post_content h4 {
    font-size: 1.4em; }
  .post_content h5 {
    font-size: 1.2em; }
  .post_content h6 {
    font-size: 1em; }
  .post_content p {
    line-height: 1.8; }
  .post_content p + p {
    margin-top: 1.5em; }
  .post_content strong {
    font-weight: bold; }
  .post_content em {
    font-style: italic; }
  .post_content blockquote {
    margin: 1.5em 0;
    border-left: 5px solid #ddd;
    padding: 1em 0 1em 10px;
    color: #777; }
  .post_content p + p {
    margin-top: 1em; }
  .post_content ul {
    list-style-type: disc; }
  .post_content ol {
    list-style-type: decimal; }
  .post_content li {
    margin-left: 1.5em; }
  .post_content a {
    text-decoration: underline; }
  .post_content .wp-block-image::after {
    content: "";
    display: block;
    clear: both; }
  .post_content .aligncenter img {
    display: block;
    margin: 0 auto; }
  .post_content .wp-caption {
    max-width: 100%;
    border: 1px solid #ddd;
    text-align: left;
    background-color: #f3f3f3;
    padding: 5px;
    border-radius: 3px; }
  .post_content .wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none; }
  .post_content .wp-caption p.wp-caption-text {
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    padding: 0; }
  @media screen and (max-width: 959px) {
    .post_content .has-large-font-size {
      font-size: 1.25em; } }

/*========== 子ページ共通 ==========*/
#mv {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  height: 398px;
  position: relative;
  z-index: 1; }
  #mv::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.45;
    z-index: -1; }
  #mv .flex {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: var(--headerHeight);
    text-align: center; }
  #mv .title {
    min-width: 320px;
    min-height: 200px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 1em 3em 0em;
    background: top left/auto url("../img/child/child_mv_icon_house.svg") no-repeat; }
  #mv .icon img {
    margin-left: auto;
    margin-right: auto; }
  #mv .ja {
    font-size: 2.25rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    line-height: 1.25; }
  #mv .en {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: 0.2em; }
  @media screen and (max-width: 959px) {
    #mv {
      height: 320px; }
      #mv .title {
        min-height: 160px;
        background-size: 35%;
        padding: 2em 1em 0em; }
      #mv .icon img {
        max-width: 64px; }
      #mv .ja {
        font-size: 1.5rem; }
      #mv .en {
        font-size: 1rem; } }

#breadcrumb {
  position: relative;
  z-index: 1;
  background: #00aa83;
  color: #fff;
  padding: 0.5em 0; }

.list_breadcrumb {
  display: flex;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08;
  overflow-x: auto;
  scrollbar-width: none; }
  .list_breadcrumb::-webkit-scrollbar {
    display: none; }
  .list_breadcrumb > * {
    white-space: nowrap; }
    .list_breadcrumb > *:not(:last-of-type)::after {
      content: '＞';
      margin: 0 1em; }

#pagination {
  font-size: 1.3125rem;
  padding: 2em 0;
  display: flex;
  justify-content: center; }
  #pagination .page-numbers {
    padding: 0.5em 1em;
    margin: 0 0.5em;
    transition: background-color 0.5s; }
    #pagination .page-numbers:not(.current):not(.dots):hover {
      background-color: #e6e6e6; }
  #pagination .current {
    border-bottom: 1px solid #000; }
  @media screen and (max-width: 959px) {
    #pagination {
      font-size: 1.125rem;
      padding: 1em 0; }
      #pagination .page-numbers {
        padding: 0.25em 0.5em;
        margin: 0 0.25em; } }

.page_navigation {
  display: flex;
  justify-content: center;
  gap: 16px; }
  .page_navigation > * {
    background-color: #fff;
    border: 1px solid #000;
    padding: 0.125em 1em;
    min-width: 175px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.5s, color 0.5s; }
    @media screen and (min-width: 960px) {
      .page_navigation > *:hover {
        background-color: #ccc; } }
  .page_navigation .all {
    background-color: #f7931e;
    border-color: #f7931e;
    color: #fff; }
    @media screen and (min-width: 960px) {
      .page_navigation .all:hover {
        background-color: #fff;
        color: #f7931e; } }
  @media screen and (max-width: 959px) {
    .page_navigation {
      margin-top: 40px; }
      .page_navigation > * {
        min-width: auto; } }

.pagenavi_img {
  display: flex;
  justify-content: space-between;
  gap: 16px; }
  .pagenavi_img > * {
    width: calc((100% - (16px * 1)) / 2);
    max-width: 400px;
    display: flex;
    flex-direction: column; }
  .pagenavi_img .img_area img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .pagenavi_img .text_area {
    flex: 1;
    display: flex;
    flex-direction: column;
    border: 1px solid #000;
    padding: 1em; }
  .pagenavi_img .title {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1em; }
  .pagenavi_img .btn_01 {
    width: 100%;
    font-size: 1.125rem;
    height: 48px;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto; }
    .pagenavi_img .btn_01::after {
      width: 1em;
      height: 1em; }
  .pagenavi_img .prev .btn_01 {
    padding-right: 0.5em;
    padding-left: 3em; }
    .pagenavi_img .prev .btn_01::after {
      right: auto;
      left: 1em;
      transform: rotate(180deg); }
  @media screen and (max-width: 959px) {
    .pagenavi_img .text_area {
      padding: 0.5em; }
    .pagenavi_img .title {
      font-size: 0.875rem; }
    .pagenavi_img .btn_01 {
      font-size: 0.875rem;
      height: 32px;
      padding-left: 0.25em;
      padding-right: 2em; }
      .pagenavi_img .btn_01::after {
        right: 0.5em; }
    .pagenavi_img .prev .btn_01 {
      padding-right: 0.25em;
      padding-left: 2em; }
      .pagenavi_img .prev .btn_01::after {
        left: 0.5em; } }

.list_category_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center; }
  .list_category_area > * {
    width: 50%;
    max-width: 250px;
    margin-right: -1px;
    margin-bottom: -1px; }
    .list_category_area > *.active a {
      background-color: #00aa83;
      border-color: #00aa83;
      color: #fff; }
  .list_category_area a {
    background-color: #fff;
    border: 1px solid #000;
    padding: 0.5em;
    display: block;
    width: 100%;
    height: 100%;
    transition: opacity 0.5s; }
  @media screen and (min-width: 960px) {
    .list_category_area > * a:hover {
      opacity: 0.5; } }
  @media screen and (max-width: 959px) {
    .list_category_area a {
      padding: 0.25em; } }

.layout_single_page .category_area {
  display: flex;
  align-items: center; }
.layout_single_page .row_category {
  font-size: 1.25rem;
  font-weight: 500;
  margin-right: 1em; }
  .layout_single_page .row_category .open {
    background-color: #f29600;
    color: #fff; }
  .layout_single_page .row_category .close {
    background-color: #ccc; }
.layout_single_page .row_date {
  letter-spacing: 0.1em;
  font-weight: 500; }
.layout_single_page .title {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.25;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #000;
  margin-bottom: 1em;
  margin-top: 0.75em; }
.layout_single_page .img_area img {
  margin-left: auto;
  margin-right: auto; }
.layout_single_page .list {
  display: flex;
  flex-wrap: wrap;
  font-weight: 500; }
  .layout_single_page .list dt,
  .layout_single_page .list dd {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0.5em 1em; }
    .layout_single_page .list dt:not(:last-of-type),
    .layout_single_page .list dd:not(:last-of-type) {
      margin-bottom: -1px; }
  .layout_single_page .list dt {
    font-size: 1.3125rem;
    width: 192px;
    background-color: #231815;
    color: #fff; }
    .layout_single_page .list dt:not(:last-of-type) {
      border-bottom: 2px solid #fff; }
  .layout_single_page .list dd {
    font-size: 1.125rem;
    width: calc(100% - 192px);
    border: 1px solid #231815; }
.layout_single_page .post_area {
  font-weight: 500; }
.layout_single_page .btn_03 {
  margin-left: auto; }
@media screen and (max-width: 959px) {
  .layout_single_page .category_area {
    flex-wrap: wrap; }
  .layout_single_page .row_category {
    font-size: 1rem;
    width: 100%;
    margin-bottom: 0.5em; }
  .layout_single_page .title {
    margin-top: 0.75em;
    font-size: 1.25rem; }
  .layout_single_page .list dt,
  .layout_single_page .list dd {
    width: 100%; }
    .layout_single_page .list dt:not(:last-of-type),
    .layout_single_page .list dd:not(:last-of-type) {
      margin-bottom: -1px; }
  .layout_single_page .list dt {
    font-size: 1.125rem; }
    .layout_single_page .list dt:not(:last-of-type) {
      border-bottom: 1px solid #fff; }
  .layout_single_page .list dd {
    font-size: 1.125rem;
    border: 1px solid #231815;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
  .layout_single_page .btn_03 {
    margin-top: 0.5em; } }

.layout_access .img_area {
  float: right;
  max-width: 120px; }
.layout_access .bg {
  background-color: #00aa83;
  color: #fff;
  padding: 24px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px; }
.layout_access .text_area {
  width: 42%;
  font-size: 1.4375rem;
  font-weight: 500;
  line-height: 1.4; }
  .layout_access .text_area p + p {
    margin-top: 1em; }
.layout_access .map_area {
  flex: 1; }
.layout_access .map_wrap {
  width: 100%;
  position: relative;
  height: 0;
  padding-top: 55.619%; }
  .layout_access .map_wrap iframe {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
@media screen and (max-width: 959px) {
  .layout_access .img_area {
    max-width: 80px; }
  .layout_access .text_area,
  .layout_access .map_area {
    width: 100%;
    flex: 0 1 auto; }
  .layout_access .text_area {
    margin-bottom: 1em;
    font-size: 1.125rem; } }

.layout_before_after {
  background-color: #004534;
  color: #fff; }

.list_before_after > * {
  display: flex;
  gap: 24px; }
  .list_before_after > *:not(:last-of-type) {
    margin-bottom: 40px; }
.list_before_after .arrow {
  display: flex;
  justify-content: center;
  align-items: center; }
  .list_before_after .arrow::after {
    content: '';
    width: 1em;
    height: 1.5em;
    background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #fff 50.5%) no-repeat top left/100% 50%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #fff 50.5%) no-repeat bottom right/100% 50%;
    display: block; }
.list_before_after .before,
.list_before_after .after {
  flex: 1;
  display: flex;
  flex-direction: column; }
  .list_before_after .before img,
  .list_before_after .after img {
    width: 100%; }
.list_before_after .img_area img {
  width: 100%;
  height: 100%;
  object-fit: cover; }
.list_before_after .text_area {
  padding: 1em 0.5em; }
@media screen and (max-width: 639px) {
  .list_before_after > * {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px; }
  .list_before_after .arrow::after {
    width: 0.5em;
    height: 1em; }
  .list_before_after .text_area {
    padding-top: 0.5em; }
  .list_before_after .before .text_area {
    padding-bottom: 0; } }

@media screen and (max-width: 639px) {
  .lightbox {
    margin-top: 25vh;
    margin-top: 25dvh;
    margin-top: 25svh; } }
.list_menu_anchor {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px; }
  .list_menu_anchor > * {
    max-width: 375px;
    flex: 1; }
  @media screen and (max-width: 959px) {
    .list_menu_anchor {
      flex-wrap: wrap;
      justify-content: center;
      gap: 24px; }
      .list_menu_anchor > * {
        width: 100%;
        flex: 0 1 auto; } }

/*========== 各ページ ==========*/
/*==========
会社概要
==========*/
#company #mv {
  margin-top: var(--headerHeight);
  height: 304px; }
  #company #mv .flex {
    padding-top: 0; }
  @media screen and (max-width: 959px) {
    #company #mv {
      height: 240px; } }

#company_intro .title_area {
  margin-bottom: 1.5em; }
  #company_intro .title_area .title {
    font-size: 2.25rem;
    font-weight: 700;
    padding: 0 0.25em;
    background-color: #00aa83;
    color: #fff;
    display: inline;
    line-height: 1.75; }
#company_intro .flex {
  display: flex;
  flex-wrap: wrap;
  gap: 24px; }
  #company_intro .flex .text_area {
    flex: 1;
    line-height: 1.75; }
    #company_intro .flex .text_area .text {
      font-size: 1.25rem;
      font-weight: 500; }
    #company_intro .flex .text_area .text + .text {
      margin-top: 1em; }
#company_intro .img_area {
  text-align: right; }
#company_intro .signature_area {
  font-weight: 700;
  margin-right: 1em;
  letter-spacing: 0.2em;
  display: inline-block;
  font-size: 13px;
  text-align: left; }
  #company_intro .signature_area .post,
  #company_intro .signature_area .name {
    font-size: 1.25rem; }
  #company_intro .signature_area .name {
    margin-left: 1em; }
@media screen and (max-width: 959px) {
  #company_intro .title_area .title {
    font-size: 1.125rem; }
  #company_intro .flex {
    gap: 24px; }
    #company_intro .flex .text_area {
      flex: 0 1 auto;
      width: 100%; }
      #company_intro .flex .text_area .text {
        font-size: 1rem; }
    #company_intro .flex .img_area {
      width: 100%; }
      #company_intro .flex .img_area img {
        margin-left: auto;
        margin-right: auto; } }

.dl_history {
  display: flex;
  flex-wrap: wrap; }
  .dl_history dt,
  .dl_history dd {
    padding: 0.325em 1em; }
  .dl_history dt {
    width: 150px;
    background-color: #004534;
    color: #fff;
    text-align: center; }
  .dl_history dd {
    width: calc(100% - 150px); }
  @media screen and (max-width: 959px) {
    .dl_history dt,
    .dl_history dd {
      width: 100%;
      padding: 0.5em 1em; }
    .dl_history dd {
      margin-bottom: 1em; } }

#company_about .dl_01 {
  max-width: 784px;
  margin-left: auto;
  margin-right: auto; }

#company_business .text_area {
  max-width: 784px;
  margin-left: auto;
  margin-right: auto; }
#company_business .text + .text {
  margin-top: 1em; }
@media screen and (max-width: 959px) {
  #company_business .text_area {
    font-size: 1rem; } }

.company_access_store .title_area {
  background-color: #00aa83;
  color: #fff;
  padding: 0.5em 1em;
  margin-bottom: 1.5em; }
  .company_access_store .title_area .name {
    margin-right: 1em; }
.company_access_store .flex {
  display: flex;
  flex-wrap: wrap;
  gap: 24px; }
  .company_access_store .flex > * {
    width: calc((100% - (24px * 1)) / 2); }
@media screen and (max-width: 959px) {
  .company_access_store .flex {
    max-width: 488px;
    margin-left: auto;
    margin-right: auto; }
    .company_access_store .flex > * {
      width: 100%; }
  .company_access_store .name {
    display: block; }
  .company_access_store .google_map {
    height: 0;
    padding-top: 61.8852%; } }

/*==========
はじめてのリノベーションガイド
==========*/
#guide #mv {
  height: 630px; }
  #guide #mv .title {
    min-width: 720px;
    min-height: 240px; }
  @media screen and (max-width: 959px) {
    #guide #mv {
      height: 320px; }
      #guide #mv .title {
        min-width: unset;
        min-height: 180px; } }

#guide_intro {
  margin-top: 24px; }
  #guide_intro .bg {
    padding-top: 40px;
    background: center/cover url("../img/child/guide/guide_intro_bg.jpg") no-repeat; }
  #guide_intro .title {
    font-size: 3.25rem;
    font-weight: 700;
    text-align: center;
    --stroke-color: #fff;
    --stroke-width: 4px;
    text-shadow: calc(var(--stroke-width) * 1) calc(var(--stroke-width) * 0) 0 var(--stroke-color), calc(var(--stroke-width) * 0.9239) calc(var(--stroke-width) * 0.3827) 0 var(--stroke-color), calc(var(--stroke-width) * 0.7071) calc(var(--stroke-width) * 0.7071) 0 var(--stroke-color), calc(var(--stroke-width) * 0.3827) calc(var(--stroke-width) * 0.9239) 0 var(--stroke-color), calc(var(--stroke-width) * 0) calc(var(--stroke-width) * 1) 0 var(--stroke-color), calc(var(--stroke-width) * -0.3827) calc(var(--stroke-width) * 0.9239) 0 var(--stroke-color), calc(var(--stroke-width) * -0.7071) calc(var(--stroke-width) * 0.7071) 0 var(--stroke-color), calc(var(--stroke-width) * -0.9239) calc(var(--stroke-width) * 0.3827) 0 var(--stroke-color), calc(var(--stroke-width) * -1) calc(var(--stroke-width) * 0) 0 var(--stroke-color), calc(var(--stroke-width) * -0.9239) calc(var(--stroke-width) * -0.3827) 0 var(--stroke-color), calc(var(--stroke-width) * -0.7071) calc(var(--stroke-width) * -0.7071) 0 var(--stroke-color), calc(var(--stroke-width) * -0.3827) calc(var(--stroke-width) * -0.9239) 0 var(--stroke-color), calc(var(--stroke-width) * 0) calc(var(--stroke-width) * -1) 0 var(--stroke-color), calc(var(--stroke-width) * 0.3827) calc(var(--stroke-width) * -0.9239) 0 var(--stroke-color), calc(var(--stroke-width) * 0.7071) calc(var(--stroke-width) * -0.7071) 0 var(--stroke-color), calc(var(--stroke-width) * 0.9239) calc(var(--stroke-width) * -0.3827) 0 var(--stroke-color); }
    @media screen and (max-width: 959px) {
      #guide_intro .title {
        --stroke-width: 2px; } }
  #guide_intro .foot_text {
    text-align: center; }
    #guide_intro .foot_text .title_sub {
      font-size: 2.25rem;
      font-weight: 700; }
    #guide_intro .foot_text .title_main {
      font-size: 3rem;
      font-weight: 700;
      margin-top: 0.5em; }
  @media screen and (max-width: 959px) {
    #guide_intro .title {
      font-size: 1.5rem; }
    #guide_intro .foot_text .title_sub {
      font-size: 1.25rem; }
    #guide_intro .foot_text .title_main {
      font-size: 1.5rem; } }

#guide_whats {
  background-color: #00aa83;
  color: #fff; }
  #guide_whats .title {
    font-size: 2.25rem;
    font-weight: 700;
    border: 2px solid #fff;
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 0.2em 0.5em;
    line-height: 1.25;
    margin-bottom: 0.75em; }
  #guide_whats .text_main {
    text-align: center;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.75; }
  #guide_whats .text_foot {
    text-align: center;
    font-size: 1.125rem;
    margin-top: 2em; }
  #guide_whats .deco {
    position: relative; }
    #guide_whats .deco::after {
      content: '';
      width: 32%;
      height: 175%;
      position: absolute;
      right: -12%;
      top: -5%;
      background: center top/contain url("../img/child/guide/guide_whats_deco.svg") no-repeat; }
  @media screen and (max-width: 959px) {
    #guide_whats .title {
      font-size: 1.25rem; }
    #guide_whats .text_main {
      font-size: 1.25rem;
      line-height: 1.5; }
    #guide_whats .text_foot {
      font-size: 1rem;
      margin-top: 1em; }
    #guide_whats .deco {
      position: relative; }
      #guide_whats .deco::after {
        height: 61%;
        top: auto;
        bottom: 0;
        background-position: center bottom; } }

#guide_video .youtube_area {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto; }

#guide_comparison {
  background: center/cover url("../img/child/guide/guide_comparison_bg.png") no-repeat; }
  #guide_comparison .title {
    font-size: 2.25rem;
    font-weight: 700;
    text-align: center;
    border: 1px solid #000;
    background-color: #fff;
    border-radius: 32px;
    max-width: 812px;
    margin-left: auto;
    margin-right: auto;
    padding: 0.325em 1em;
    color: #00aa83; }
  #guide_comparison .text_foot {
    font-size: 1.5rem;
    margin-top: 2em;
    text-align: center;
    line-height: 1.75; }
  @media screen and (max-width: 959px) {
    #guide_comparison .title {
      font-size: 1.25rem;
      border-radius: 16px; }
    #guide_comparison .text_foot {
      font-size: 1rem;
      line-height: 1.5; } }

.list_guide_flow {
  counter-reset: step; }
  .list_guide_flow > * {
    display: flex;
    background-color: #ffdc82; }
    .list_guide_flow > *:not(:last-of-type) {
      margin-bottom: 24px; }
  .list_guide_flow .img_area {
    width: 41.64%; }
    .list_guide_flow .img_area img {
      width: 100%; }
  .list_guide_flow .text_area {
    flex: 1;
    padding: 40px; }
  .list_guide_flow .step::before {
    counter-increment: step;
    content: "STEP" counter(step);
    font-size: 2.25rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #00aa83;
    margin-bottom: 0.5em;
    display: block; }
  .list_guide_flow .title {
    font-size: 2.25rem;
    font-weight: 700; }
  @media screen and (max-width: 959px) {
    .list_guide_flow .text_area {
      padding: 8px 16px; }
    .list_guide_flow .step::before {
      font-size: 1.125rem;
      margin-bottom: 0.25em; }
    .list_guide_flow .title {
      font-size: 1rem; } }

.list_house {
  display: flex;
  flex-wrap: wrap;
  gap: 64px;
  counter-reset: number; }
  .list_house > * {
    width: calc((100% - (64px * 1)) / 2);
    display: flex;
    flex-direction: column; }
    .list_house > * > * {
      flex: 1;
      display: flex;
      flex-direction: column; }
  .list_house .roof_area {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    text-align: center;
    min-height: 56px;
    position: relative;
    z-index: 1; }
    .list_house .roof_area::before, .list_house .roof_area::after {
      content: '';
      width: calc(50% + 4px);
      height: calc(100% - 32px);
      position: absolute;
      top: 0;
      z-index: -1; }
    .list_house .roof_area::before {
      left: 0;
      background: linear-gradient(to top left, transparent calc(50% - 1px), #00aa83 calc(50% - 1px), #00aa83 calc(50% + 2px), transparent calc(50% + 2px)) no-repeat top left/100% 100%; }
    .list_house .roof_area::after {
      right: 0;
      background: linear-gradient(to top right, transparent calc(50% - 1px), #00aa83 calc(50% - 1px), #00aa83 calc(50% + 2px), transparent calc(50% + 2px)) no-repeat top left/100% 100%; }
  .list_house .wall_area {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 16px 40px 0;
    position: relative; }
    .list_house .wall_area::after {
      content: '';
      width: 3px;
      height: calc(100% + 32px);
      position: absolute;
      left: 0;
      bottom: 0;
      background-color: #00aa83; }
  .list_house .number {
    padding-top: 40px;
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #f29600; }
    .list_house .number::before {
      counter-increment: number;
      content: counter(number,decimal-leading-zero);
      display: block;
      font-size: 2.25rem;
      font-weight: 700;
      letter-spacing: 0.05em;
      color: #000;
      line-height: 1;
      margin-bottom: 0.25em; }
  .list_house .title {
    text-align: center;
    font-size: 1.875rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 0.5em; }
  .list_house .text {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 1.5em; }
  .list_house .img_area {
    margin-top: auto; }
    .list_house .img_area img {
      width: 100%; }
  @media screen and (max-width: 959px) {
    .list_house {
      justify-content: center; }
      .list_house > * {
        width: 100%;
        max-width: 320px; }
      .list_house .wall_area {
        padding: 16px 24px 0; }
      .list_house .number {
        padding-top: 24px; }
        .list_house .number::before {
          font-size: 2rem; }
      .list_house .title {
        font-size: 1.25rem; }
      .list_house .text {
        font-size: 1rem;
        letter-spacing: 0em; } }

/*==========
新築の半額から叶う！全面リフォーム徹底比較
==========*/
#reform .slide_banner_wrap .item {
  width: 720px; }
  @media screen and (max-width: 1279px) {
    #reform .slide_banner_wrap .item {
      width: 560px; } }
#reform #mv {
  height: 527px; }
  #reform #mv::after {
    display: none; }
  @media screen and (max-width: 959px) {
    #reform #mv {
      height: 320px; } }
#reform #guide_intro {
  margin-top: 0px; }
#reform .banner_slide {
  background-color: #fff;
  padding-top: 0; }
  #reform .banner_slide .slick .slick-dots li button::before {
    background-color: #000; }
  #reform .banner_slide .slick .slick-dots li.slick-active button::before {
    background-color: #00aa83; }
#reform .title_sub_reform {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 2em; }
  @media screen and (max-width: 959px) {
    #reform .title_sub_reform {
      font-size: 1.25rem; } }
#reform .no_padding img {
  width: 100%; }
#reform .table_strong_concept {
  font-size: 1.625rem; }
  #reform .table_strong_concept th {
    background-color: #c53727; }
  #reform .table_strong_concept th,
  #reform .table_strong_concept td {
    height: 90px; }
  #reform .table_strong_concept tbody tr:nth-of-type(odd) {
    background-color: #b3b3b3; }
  #reform .table_strong_concept tbody tr:nth-of-type(even) {
    background-color: #b3b3b3; }
  #reform .table_strong_concept tbody td {
    width: 360px; }
  #reform .table_strong_concept .text {
    display: block;
    font-size: 1.125rem; }
  @media screen and (max-width: 959px) {
    #reform .table_strong_concept {
      font-size: 0.875rem; }
      #reform .table_strong_concept th,
      #reform .table_strong_concept td {
        height: 60px; }
      #reform .table_strong_concept tbody th {
        width: 40px; }
      #reform .table_strong_concept tbody td {
        width: 88px; }
      #reform .table_strong_concept .text {
        display: block;
        font-size: 0.75rem; } }

/*==========
新築以上の耐震２倍・断熱２倍・収納２倍
==========*/
#strong_intro .text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.875;
  text-align: center;
  margin-bottom: 1em; }
#strong_intro .title {
  font-size: 2.25rem;
  font-weight: 500;
  text-align: center; }
#strong_intro .text_label {
  color: #534741; }
@media screen and (max-width: 959px) {
  #strong_intro .text {
    font-size: 1.125rem; }
  #strong_intro .title {
    font-size: 1.5rem; } }

.list_strong_intro {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px; }
  .list_strong_intro > * {
    max-width: 260px;
    width: calc((100% - (16px * 2)) / 3);
    height: 220px;
    margin-top: 3em; }
  .list_strong_intro a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; }
    .list_strong_intro a::after {
      content: '';
      width: 21px;
      height: 21px;
      background: center/contain url("../img/common/icon_btn_01.svg") no-repeat;
      position: absolute;
      bottom: 2px;
      left: 50%;
      transform: translateX(-50%) rotate(90deg);
      transition: transform 0.5s; }
    @media screen and (min-width: 960px) {
      .list_strong_intro a:hover::after {
        transform: translateX(-50%) rotate(450deg); } }
  .list_strong_intro .label {
    margin-top: auto;
    margin-bottom: auto;
    background-color: #c53727;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    padding: 0.125em 1em 0.25em; }
  .list_strong_intro .insulation {
    background: center/cover url("../img/child/strong/strong_intro_01.jpg") no-repeat; }
  .list_strong_intro .seismic {
    background: center/cover url("../img/child/strong/strong_intro_02.jpg") no-repeat; }
  .list_strong_intro .storage {
    background: center/cover url("../img/child/strong/strong_intro_03.jpg") no-repeat; }
  @media screen and (max-width: 959px) {
    .list_strong_intro > * {
      height: 88px;
      margin-top: 0; }
    .list_strong_intro a::after {
      width: 16px;
      height: 16px; }
    .list_strong_intro .label {
      font-size: 1rem; } }

#strong_concept {
  padding-top: 0; }
  #strong_concept .text_intro {
    font-size: 2.25rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0.75em; }
  #strong_concept .title_intro {
    color: #c53727;
    text-align: center;
    font-size: 2.125rem;
    font-weight: 700;
    --stroke-color: #fff;
    --stroke-width: 4px;
    text-shadow: calc(var(--stroke-width) * 1) calc(var(--stroke-width) * 0) 0 var(--stroke-color), calc(var(--stroke-width) * 0.9239) calc(var(--stroke-width) * 0.3827) 0 var(--stroke-color), calc(var(--stroke-width) * 0.7071) calc(var(--stroke-width) * 0.7071) 0 var(--stroke-color), calc(var(--stroke-width) * 0.3827) calc(var(--stroke-width) * 0.9239) 0 var(--stroke-color), calc(var(--stroke-width) * 0) calc(var(--stroke-width) * 1) 0 var(--stroke-color), calc(var(--stroke-width) * -0.3827) calc(var(--stroke-width) * 0.9239) 0 var(--stroke-color), calc(var(--stroke-width) * -0.7071) calc(var(--stroke-width) * 0.7071) 0 var(--stroke-color), calc(var(--stroke-width) * -0.9239) calc(var(--stroke-width) * 0.3827) 0 var(--stroke-color), calc(var(--stroke-width) * -1) calc(var(--stroke-width) * 0) 0 var(--stroke-color), calc(var(--stroke-width) * -0.9239) calc(var(--stroke-width) * -0.3827) 0 var(--stroke-color), calc(var(--stroke-width) * -0.7071) calc(var(--stroke-width) * -0.7071) 0 var(--stroke-color), calc(var(--stroke-width) * -0.3827) calc(var(--stroke-width) * -0.9239) 0 var(--stroke-color), calc(var(--stroke-width) * 0) calc(var(--stroke-width) * -1) 0 var(--stroke-color), calc(var(--stroke-width) * 0.3827) calc(var(--stroke-width) * -0.9239) 0 var(--stroke-color), calc(var(--stroke-width) * 0.7071) calc(var(--stroke-width) * -0.7071) 0 var(--stroke-color), calc(var(--stroke-width) * 0.9239) calc(var(--stroke-width) * -0.3827) 0 var(--stroke-color); }
    #strong_concept .title_intro .mid {
      font-size: 1.4444em;
      line-height: 1; }
    #strong_concept .title_intro .big {
      font-size: 1.8888em;
      line-height: 1; }
    #strong_concept .title_intro .number {
      font-size: 3em;
      line-height: 1; }
  #strong_concept .title_mid {
    font-size: 3rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: center; }
  #strong_concept .bg {
    background-color: #00aa83;
    padding: 64px 0; }
    #strong_concept .bg .title {
      font-size: 3.875rem;
      font-weight: 700;
      text-align: center;
      letter-spacing: 0.0875em;
      border: 1px solid #000;
      border-radius: 32px;
      display: inline-block;
      padding: 0.05em 1em; }
      #strong_concept .bg .title.fs_mid {
        font-size: 2.25rem;
        letter-spacing: 0em;
        padding: 0.5em 1em; }
  #strong_concept .bg_white {
    padding: 40px;
    background-color: #fff; }
    #strong_concept .bg_white.no_padding {
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 0; }
  #strong_concept .text_foot {
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.75;
    margin-top: 2em; }
  #strong_concept .figure_area img {
    margin-left: auto;
    margin-right: auto; }
  @media screen and (max-width: 959px) {
    #strong_concept .text_intro {
      font-size: 1.25rem; }
    #strong_concept .title_intro {
      font-size: 1.5rem;
      --stroke-width: 2px; }
      #strong_concept .title_intro .mid {
        font-size: 1.125em; }
      #strong_concept .title_intro .big {
        font-size: 1.25em; }
      #strong_concept .title_intro .number {
        font-size: 2em; }
    #strong_concept .title_mid {
      font-size: 1.5rem; }
    #strong_concept .bg {
      padding: 24px 0; }
      #strong_concept .bg .title {
        font-size: 1.25rem;
        padding: 0.5em;
        width: 100%;
        border-radius: 16px; }
        #strong_concept .bg .title.fs_mid {
          font-size: 1.25rem;
          padding: 0.05em 1em; }
    #strong_concept .bg_white {
      padding: 24px 24px; }
    #strong_concept .text_foot {
      font-size: 1rem;
      line-height: 1.5;
      margin-top: 1em; } }

.list_strong_concept {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px; }
  .list_strong_concept > *:not(.cross) {
    width: 198px;
    height: 198px;
    background-color: #f7931e;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 1.625rem;
    font-weight: 500; }
    .list_strong_concept > *:not(.cross) .big {
      font-size: 1.538461em;
      line-height: 1; }
  .list_strong_concept .cross {
    width: 60px;
    height: 60px; }
    .list_strong_concept .cross::after {
      content: '';
      width: 100%;
      height: 100%;
      display: block;
      background: center/contain url("../img/common/icon_cross.svg") no-repeat; }
  @media screen and (max-width: 959px) {
    .list_strong_concept {
      margin-top: 24px;
      justify-content: center;
      gap: 4px; }
      .list_strong_concept > *:not(.cross) {
        width: 92px;
        height: 92px;
        font-size: 0.875rem; }
      .list_strong_concept .cross {
        width: 8px;
        height: 8px; } }

.table_strong_concept {
  width: 100%;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center; }
  .table_strong_concept th,
  .table_strong_concept td {
    border: 2px solid #fff;
    height: 46px;
    vertical-align: middle;
    font-weight: 400; }
  .table_strong_concept th {
    background-color: #f7931e;
    color: #fff; }
  .table_strong_concept tbody tr:nth-of-type(odd) {
    background-color: #b3b3b3; }
  .table_strong_concept tbody tr:nth-of-type(even) {
    background-color: #e6e6e6; }
  .table_strong_concept tbody td {
    width: 240px; }
    .table_strong_concept tbody td:nth-of-type(2) {
      background-color: #ffff00; }
  @media screen and (max-width: 959px) {
    .table_strong_concept {
      font-size: 0.875rem; }
      .table_strong_concept tbody td {
        width: 88px; }
      .table_strong_concept tbody th {
        width: 80px; } }

.strong_contents .head_area {
  padding: 80px 0; }
  .strong_contents .head_area .title {
    margin-top: -0.25em;
    color: #c1272d;
    font-size: 4.375rem;
    font-weight: 700;
    line-height: 1; }
    .strong_contents .head_area .title .big {
      font-size: 1.38571em; }
  .strong_contents .head_area .text {
    font-size: 1.5rem;
    line-height: 1.75;
    margin-top: 1.5em;
    font-weight: 500; }
.strong_contents .attention_area {
  margin-top: 80px; }
  .strong_contents .attention_area .text_intro {
    text-align: center;
    font-size: 2.375rem;
    font-weight: 700; }
  .strong_contents .attention_area .bg {
    background-color: #f2f2f2;
    padding: 24px 40px;
    margin-top: 16px; }
  .strong_contents .attention_area .flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 32px; }
    .strong_contents .attention_area .flex .graph_area {
      flex: 1; }
  .strong_contents .attention_area .title {
    font-size: 3.625rem;
    font-weight: 700;
    color: #c53727;
    line-height: 1; }
  .strong_contents .attention_area .title_sub {
    font-size: 2rem;
    font-weight: 700;
    color: #534741; }
  .strong_contents .attention_area .aside {
    font-size: 0.9375rem; }
.strong_contents .foot_area {
  margin-top: 64px;
  padding: 56px 40px 24px;
  border: 3px solid #000;
  position: relative; }
  .strong_contents .foot_area .title_label {
    font-size: 2.25rem;
    font-weight: 700;
    padding: 0 0.5em;
    background-color: #ffff00;
    color: #000;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%); }
  .strong_contents .foot_area .list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px; }
    .strong_contents .foot_area .list > * {
      width: calc((100% - (16px * 2)) / 3);
      display: flex;
      flex-direction: column; }
    .strong_contents .foot_area .list .title {
      font-size: 1.375rem;
      line-height: 1.25;
      font-weight: 700;
      margin-top: 0.5em;
      margin-bottom: 0.25em; }
      .strong_contents .foot_area .list .title .small {
        font-size: 0.625em; }
@media screen and (max-width: 959px) {
  .strong_contents .head_area {
    padding: 32px 0; }
    .strong_contents .head_area .title {
      font-size: 2.5em; }
    .strong_contents .head_area .text {
      font-size: 1rem;
      line-height: 1.5;
      margin-top: 2em; }
  .strong_contents .attention_area {
    margin-top: 24px; }
    .strong_contents .attention_area .text_intro {
      font-size: 1.25rem; }
    .strong_contents .attention_area .bg {
      padding: 24px 24px; }
    .strong_contents .attention_area .flex {
      justify-content: center;
      gap: 16px; }
      .strong_contents .attention_area .flex .graph_area {
        flex: 0 1 auto;
        width: 100%;
        max-width: 320px; }
        .strong_contents .attention_area .flex .graph_area img {
          margin-left: auto;
          margin-right: auto; }
    .strong_contents .attention_area .title {
      font-size: 2rem; }
    .strong_contents .attention_area .title_sub {
      font-size: 1.25rem; }
  .strong_contents .foot_area {
    margin-top: 40px;
    padding: 40px 24px 24px; }
    .strong_contents .foot_area .title_label {
      font-size: 1.75rem; }
    .strong_contents .foot_area .list {
      justify-content: center;
      gap: 24px; }
      .strong_contents .foot_area .list > * {
        width: 100%;
        max-width: 320px; }
      .strong_contents .foot_area .list .title {
        font-size: 1.125rem; }
        .strong_contents .foot_area .list .title .small {
          font-size: 0.75em; } }

#strong_insulation .head_area {
  background: center/cover url("../img/child/strong/strong_insulation_mv.png") no-repeat; }
#strong_insulation .intro_area .text_intro {
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
  margin-top: 2em;
  margin-bottom: 2em; }
#strong_insulation .list_area {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px; }
  #strong_insulation .list_area > * {
    width: calc((100% - (40px *1)) / 2); }
  #strong_insulation .list_area img {
    width: 100%; }
  #strong_insulation .list_area .text {
    font-size: 1.5rem;
    margin-top: 0.5em; }
@media screen and (max-width: 959px) {
  #strong_insulation .intro_area .text_intro {
    font-size: 1.25rem;
    margin-top: 1em;
    margin-bottom: 1em; }
  #strong_insulation .list_area {
    margin-top: 24px;
    justify-content: center;
    gap: 24px; }
    #strong_insulation .list_area > * {
      width: 100%;
      max-width: 320px; }
    #strong_insulation .list_area .text {
      font-size: 1rem; } }

.list_insulation {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4px;
  font-weight: 700; }
  .list_insulation > * {
    width: calc((100% - (8px * 3)) / 4);
    min-height: 203px;
    box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.3);
    border-radius: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    padding: 1em; }
  .list_insulation .text {
    line-height: 1.75; }
  .list_insulation .number {
    margin-top: auto;
    font-size: 1.6875rem; }
    .list_insulation .number .big {
      font-size: 2.22222em;
      color: #c53727; }
  @media screen and (max-width: 959px) {
    .list_insulation {
      justify-content: center; }
      .list_insulation > * {
        width: calc((100% - (8px * 1)) / 2);
        min-height: 120px;
        border-radius: 20px; }
      .list_insulation .text {
        line-height: 1.5; }
      .list_insulation .number {
        font-size: 1.25rem; }
        .list_insulation .number .big {
          font-size: 1.75em; } }

#strong_seismic .head_area {
  background: center/cover url("../img/child/strong/strong_seismic_mv.png") no-repeat; }
#strong_seismic .intro_area .graph_area {
  margin-top: 40px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px; }
#strong_seismic .intro_area .img_area {
  margin-top: 40px;
  display: flex;
  align-items: flex-start; }
  #strong_seismic .intro_area .img_area > * {
    flex: 1; }
#strong_seismic .list_area .title_main {
  font-size: 2.25rem;
  font-weight: 700;
  text-align: center;
  margin-top: 0.5em;
  margin-bottom: 0.5em; }
@media screen and (max-width: 959px) {
  #strong_seismic .intro_area .graph_area {
    margin-top: 24px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px; }
    #strong_seismic .intro_area .graph_area > * {
      width: 100%;
      max-width: 400px; }
      #strong_seismic .intro_area .graph_area > *:nth-of-type(2) {
        max-width: 240px;
        margin-left: auto;
        margin-right: auto; }
  #strong_seismic .intro_area .img_area {
    margin-top: 24px;
    justify-content: center;
    flex-wrap: wrap; }
    #strong_seismic .intro_area .img_area > * {
      flex: 0 1 auto;
      width: 100%;
      max-width: 400px; }
  #strong_seismic .list_area .title_main {
    font-size: 1.25rem;
    margin-top: 1em;
    margin-bottom: 1em; } }

.list_seismic {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 16px; }
  .list_seismic > * {
    width: calc((100% - (16px * 1)) / 2); }
  .list_seismic .flex {
    display: flex;
    align-items: center;
    gap: 1em; }
  .list_seismic .text_area {
    flex: 1; }
  .list_seismic .title {
    font-size: 1.25rem;
    margin-bottom: 0.25em; }
  @media screen and (max-width: 959px) {
    .list_seismic > * {
      width: 100%; }
    .list_seismic .img_area {
      width: 114px; }
    .list_seismic .title {
      font-size: 1.125rem; }
    .list_seismic .text {
      line-height: 1.25; } }

#strong_storage .head_area {
  background: center/cover url("../img/child/strong/strong_storage_mv.png") no-repeat; }
#strong_storage .intro_area .title_main {
  font-size: 2.25rem;
  font-weight: 700;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em; }
@media screen and (max-width: 959px) {
  #strong_storage .intro_area .title_main {
    font-size: 1.25rem; } }

.list_storage_intro {
  display: flex;
  flex-wrap: wrap;
  gap: 16px; }
  .list_storage_intro > * {
    width: calc((100% - (16px * 2)) / 3); }
  .list_storage_intro .img_area img {
    width: 100%; }
  .list_storage_intro .text_area .title {
    text-align: center;
    background-color: #f7931e;
    color: #fff;
    margin-top: 8px;
    font-size: 1.5rem; }
  @media screen and (max-width: 959px) {
    .list_storage_intro {
      justify-content: center;
      gap: 24px; }
      .list_storage_intro > * {
        width: 100%;
        max-width: 280px; }
      .list_storage_intro .text_area .title {
        font-size: 1.125rem;
        margin-top: 4px; } }

/*==========
充実の保証・アフターメンテナンス
==========*/
#maintenance_intro .layout_01 {
  display: flex;
  flex-wrap: wrap; }
  #maintenance_intro .layout_01 .text_area {
    flex: 1; }
  #maintenance_intro .layout_01 .img_area {
    width: 41.954vw;
    margin-right: calc(50% - 50vw);
    max-height: 400px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden; }
    #maintenance_intro .layout_01 .img_area img {
      width: 100%; }
  #maintenance_intro .layout_01 .title {
    font-size: 2.25rem;
    font-weight: 500;
    line-height: 1.6666; }
  @media screen and (max-width: 959px) {
    #maintenance_intro .layout_01 .text_area {
      flex: 0 1 auto;
      margin-bottom: 24px; }
    #maintenance_intro .layout_01 .img_area {
      width: 100%;
      max-width: 400px;
      margin-left: auto; }
    #maintenance_intro .layout_01 .title {
      font-size: 1.325em; } }
#maintenance_intro .layout_02 {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; }
  #maintenance_intro .layout_02 .text_area {
    max-width: 443px;
    margin-left: 80px;
    margin-right: 80px;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.6666; }
  #maintenance_intro .layout_02 .img_area {
    display: flex;
    justify-content: center;
    overflow: hidden; }
    #maintenance_intro .layout_02 .img_area img {
      width: 100%; }
  #maintenance_intro .layout_02 .img_left {
    flex: 1.125;
    width: 27.5vw;
    max-height: 320px;
    align-items: center; }
  #maintenance_intro .layout_02 .img_right {
    flex: 1;
    width: 18.516vw;
    max-height: 280px;
    align-items: center; }
  @media screen and (max-width: 959px) {
    #maintenance_intro .layout_02 {
      margin-top: 40px; }
      #maintenance_intro .layout_02 .text_area {
        width: 100%;
        max-width: none;
        margin-left: 24px;
        margin-right: 24px;
        margin-top: 24px;
        margin-bottom: 24px; }
      #maintenance_intro .layout_02 .img_area {
        max-width: 320px; }
        #maintenance_intro .layout_02 .img_area img {
          width: 100%; }
      #maintenance_intro .layout_02 .img_left {
        width: 100%;
        margin-right: auto; }
      #maintenance_intro .layout_02 .img_right {
        width: 100%;
        margin-left: auto; } }

#maintenance_about .intro_area {
  text-align: center; }
  #maintenance_about .intro_area .icon {
    margin-bottom: 0.75em;
    max-width: 15%;
    margin-left: auto;
    margin-right: auto; }
    #maintenance_about .intro_area .icon img {
      margin-left: auto;
      margin-right: auto; }
  #maintenance_about .intro_area .text {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 2; }
  #maintenance_about .intro_area .title {
    font-size: 2.25rem;
    font-weight: 700;
    letter-spacing: 0.05em; }
@media screen and (max-width: 959px) {
  #maintenance_about .intro_area .text {
    font-size: 1rem; }
  #maintenance_about .intro_area .title {
    font-size: 1.5rem;
    letter-spacing: 0em;
    margin-top: 0.125em; } }

.list_maintenance {
  counter-reset: number; }
  .list_maintenance > *:not(:last-of-type) {
    margin-bottom: 80px; }
  .list_maintenance .title_area {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px calc(50vw - 50%);
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-bottom: 24px;
    min-height: 300px;
    font-size: 3rem;
    font-weight: 500; }
    .list_maintenance .title_area::before {
      font-size: 0.875em;
      font-family: 'Oswald', sans-serif;
      counter-increment: number;
      content: counter(number,decimal-leading-zero);
      font-weight: 500;
      letter-spacing: 0.05em;
      line-height: 1;
      margin-bottom: 0.5em;
      display: block; }
  .list_maintenance .title {
    line-height: 1.25; }
  .list_maintenance .text {
    letter-spacing: 0.025em; }
  @media screen and (max-width: 959px) {
    .list_maintenance > *:not(:last-of-type) {
      margin-bottom: 40px; }
    .list_maintenance .title_area {
      padding: 24px calc(50vw - 50%);
      margin-bottom: 16px;
      min-height: 160px;
      font-size: 1.5rem; } }

#maintenance_guaranty .layout_01 {
  display: flex;
  flex-wrap: wrap;
  gap: 24px; }
  #maintenance_guaranty .layout_01 .text_area {
    max-width: 400px;
    display: flex;
    flex-direction: column; }
  #maintenance_guaranty .layout_01 .title {
    font-size: 2.25rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 0.5em; }
  #maintenance_guaranty .layout_01 .text {
    letter-spacing: 0.025em;
    line-height: 1.25;
    margin-bottom: 1em; }
  #maintenance_guaranty .layout_01 .text_foot {
    margin-top: auto; }
  #maintenance_guaranty .layout_01 .img_area {
    flex: 1; }
  @media screen and (max-width: 959px) {
    #maintenance_guaranty .layout_01 .title {
      font-size: 1.25rem; }
    #maintenance_guaranty .layout_01 .img_area {
      flex: 0 1 auto;
      width: 100%;
      max-width: 400px;
      margin-left: auto; } }

/*==========
リノベ価格費用目安
==========*/
#plan .list_menu_anchor {
  gap: 24px; }
  #plan .list_menu_anchor .btn_01 {
    font-size: 1rem;
    height: 54px;
    background-color: #00aa83;
    border-color: #00aa83; }
  #plan .list_menu_anchor img {
    width: 100%;
    margin-bottom: 40px; }
  @media screen and (max-width: 959px) {
    #plan .list_menu_anchor {
      gap: 8px; }
      #plan .list_menu_anchor > * {
        width: calc((100% - (8px * 1)) / 2); }
      #plan .list_menu_anchor .btn_01 {
        height: 40px; } }

#plan_intro {
  padding-bottom: 0; }
  @media screen and (max-width: 959px) {
    #plan_intro .list_menu_anchor {
      margin-top: 0; }
      #plan_intro .list_menu_anchor img {
        margin-bottom: 8px; }
      #plan_intro .list_menu_anchor > * {
        width: calc((100% - (8px * 2)) / 3); }
        #plan_intro .list_menu_anchor > * .btn_01 {
          font-size: 0.75rem; } }

#plan_aside {
  padding-top: 0; }

.plan_contents .head_area {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px; }
  .plan_contents .head_area .text_area {
    flex: 1; }
  .plan_contents .head_area .title {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.75; }
    .plan_contents .head_area .title .label {
      background: linear-gradient(transparent 6%, #f7931e 6%);
      color: #fff; }
  .plan_contents .head_area .text {
    font-size: 1.125rem;
    letter-spacing: 0.1em;
    margin-top: 1em;
    line-height: 1.75; }
  @media screen and (max-width: 959px) {
    .plan_contents .head_area {
      gap: 0.5em; }
      .plan_contents .head_area .text_area {
        flex: 0 1 auto;
        width: 100%; }
      .plan_contents .head_area .title {
        font-size: 1.25rem; }
      .plan_contents .head_area .text {
        font-size: 1rem;
        line-height: 1.5;
        margin-top: 0.5em; } }
.plan_contents .content_area {
  margin-top: 24px; }
  .plan_contents .content_area .label {
    border: 1px solid #000;
    display: inline-block;
    padding: 0.325em 1.5em;
    line-height: 1;
    letter-spacing: 0.1em; }
  .plan_contents .content_area .flex {
    margin-top: 0.5em;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px; }
  .plan_contents .content_area .icon_area {
    background-color: #e6dbd2;
    padding: 1em;
    flex: 1; }
  .plan_contents .content_area .list_icon {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 8px; }
    .plan_contents .content_area .list_icon > * {
      display: flex;
      flex-direction: column;
      padding: 0.5em;
      text-align: center;
      line-height: 1.25;
      font-size: 13px;
      letter-spacing: 0.1em;
      width: 80px;
      height: 110px;
      background-color: #fff;
      border-radius: 4px; }
      .plan_contents .content_area .list_icon > *.active {
        background-color: #00aa83;
        color: #fff; }
    .plan_contents .content_area .list_icon .img_area {
      height: 58px;
      padding: 0.5em; }
      .plan_contents .content_area .list_icon .img_area img {
        width: 100%;
        height: 100%;
        object-fit: contain; }
    .plan_contents .content_area .list_icon .text_area {
      margin-top: auto; }
  .plan_contents .content_area .price_area {
    width: 280px;
    padding: 1em;
    background-color: #4d4d4d;
    color: #fff; }
    .plan_contents .content_area .price_area .label {
      border-color: #fff;
      background-color: #fff;
      color: #4d4d4d; }
    .plan_contents .content_area .price_area .price {
      line-height: 1;
      font-size: 2.25rem;
      font-weight: 700;
      letter-spacing: 0.05em; }
      .plan_contents .content_area .price_area .price .big {
        font-size: 2em; }
      .plan_contents .content_area .price_area .price .thin {
        display: inline-block;
        margin: 0 -0.25em 0 -0.25em;
        transform: scaleX(0.75);
        letter-spacing: 0em; }
  @media screen and (max-width: 959px) {
    .plan_contents .content_area .flex {
      gap: 0.5em; }
    .plan_contents .content_area .icon_area {
      order: 1;
      flex: 0 1 auto;
      width: 100%; }
    .plan_contents .content_area .list_icon {
      justify-content: center; }
      .plan_contents .content_area .list_icon > * {
        width: calc((100% - (8px * 3)) / 4);
        height: 88px;
        font-size: 11px; }
      .plan_contents .content_area .list_icon .img_area {
        height: 48px;
        padding: 0.5em; }
    .plan_contents .content_area .price_area {
      order: 0;
      width: 100%;
      text-align: center; }
      .plan_contents .content_area .price_area .price {
        font-size: 1.5rem; }
        .plan_contents .content_area .price_area .price .thin {
          margin: 0;
          transform: scaleX(1);
          letter-spacing: inherit; } }
.plan_contents .list_before_after {
  position: relative; }
  .plan_contents .list_before_after > * {
    padding-bottom: 40px; }
  .plan_contents .list_before_after::after {
    content: '';
    background-color: #f2f2f2;
    width: 100vw;
    height: 150px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: -1; }
  .plan_contents .list_before_after .arrow::after {
    background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #00aa83 50.5%) no-repeat top left/100% 50%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #00aa83 50.5%) no-repeat bottom right/100% 50%; }
  .plan_contents .list_before_after .title {
    font-weight: 700;
    font-size: 1.125rem;
    margin-bottom: 0.5em; }
  .plan_contents .list_before_after .after .title {
    color: #c53727; }

/*==========
〇〇リノベ LINE UP
==========*/
#lineup .list_lineup {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 40px; }
  #lineup .list_lineup > * {
    width: calc((100% - (40px * 1)) / 2);
    margin: 0; }
@media screen and (max-width: 959px) {
  #lineup .list_lineup {
    justify-content: center;
    gap: 40px; }
    #lineup .list_lineup > * {
      width: 100%;
      max-width: 320px; } }

.layout_lineup_child .slide_banner_wrap .item {
  width: 720px; }
  @media screen and (max-width: 1279px) {
    .layout_lineup_child .slide_banner_wrap .item {
      width: 560px; } }
.layout_lineup_child .banner_slide {
  padding-top: 0; }
.layout_lineup_child #mv {
  height: calc(527px + var(--headerHeight)); }
  .layout_lineup_child #mv::after {
    display: none; }
  .layout_lineup_child #mv .title {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: none; }
  .layout_lineup_child #mv .ja,
  .layout_lineup_child #mv .en {
    padding: 0.125em 0.25em; }
  .layout_lineup_child #mv .ja {
    background-color: #00aa83; }
  .layout_lineup_child #mv .en {
    background-color: #000; }
.layout_lineup_child .intro_area {
  text-align: center; }
  .layout_lineup_child .intro_area .title {
    font-size: 2.25rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 1em; }
  .layout_lineup_child .intro_area .text {
    font-size: 1.125rem;
    letter-spacing: 0.1em;
    line-height: 2; }
.layout_lineup_child .gallery_area .banner_slide {
  background-color: #fff;
  margin-bottom: 0; }
  .layout_lineup_child .gallery_area .banner_slide .slick .slick-dots li button::before {
    background-color: #000; }
  .layout_lineup_child .gallery_area .banner_slide .slick .slick-dots li.slick-active button::before {
    background-color: #00aa83; }
.layout_lineup_child .feature_area .title_main {
  font-size: 2.25rem;
  text-align: center; }
.layout_lineup_child .feature_contents {
  background-color: #fdeeed;
  padding: 80px 0; }
  .layout_lineup_child .feature_contents .list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px; }
    .layout_lineup_child .feature_contents .list > * {
      width: calc((100% - (16px * 2)) / 3); }
  .layout_lineup_child .feature_contents .btn_01 {
    padding-right: 1.25em;
    font-size: 1.5rem;
    height: 94px; }
    .layout_lineup_child .feature_contents .btn_01::after {
      width: 0.875em;
      height: 0.875em;
      right: 0.5em; }
.layout_lineup_child .point_area {
  background-color: #fdeeed;
  margin-bottom: var(--paddingSection); }
  .layout_lineup_child .point_area .title_area {
    border-bottom: 1px solid #000;
    padding-bottom: 1em; }
    .layout_lineup_child .point_area .title_area .title {
      font-size: 2.25rem;
      font-weight: 700;
      display: flex; }
      .layout_lineup_child .point_area .title_area .title::before {
        content: '';
        width: 212px;
        height: 70px;
        background: center/contain url("../img/common/icon_lineup_point_title.svg") no-repeat;
        display: block;
        margin-left: -5%;
        margin-right: 0.25em; }
.layout_lineup_child .works_area .tab_button {
  text-align: center;
  font-weight: 700; }
  .layout_lineup_child .works_area .tab_button > * {
    padding: 1em 0.5em;
    background-color: #ccc;
    color: #000; }
    .layout_lineup_child .works_area .tab_button > *.active {
      background-color: #00aa83;
      color: #fff; }
.layout_lineup_child .works_area .tab_content {
  background-color: #00aa83; }
.layout_lineup_child .works_area .bg_white {
  background-color: #fff;
  padding: 40px; }
.layout_lineup_child .works_area .head_area .title_area {
  border-bottom: 1px solid #000;
  padding-bottom: 0.75em;
  margin-bottom: 1.5em; }
.layout_lineup_child .works_area .head_area .title {
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.1em; }
.layout_lineup_child .works_area .head_area .title_sub {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.1em; }
.layout_lineup_child .works_area .head_area .img_area {
  margin-top: 40px; }
  .layout_lineup_child .works_area .head_area .img_area img {
    width: 100%; }
.layout_lineup_child .works_area .label_area {
  margin-top: 40px;
  border: 1px solid #000;
  padding: 8px;
  display: flex;
  align-items: center;
  gap: 1.5em; }
  .layout_lineup_child .works_area .label_area .title {
    font-size: 1.125rem;
    letter-spacing: 0.1em;
    background-color: #00aa83;
    color: #fff;
    padding: 1em;
    text-align: center; }
  .layout_lineup_child .works_area .label_area .data {
    font-size: 1.125rem;
    letter-spacing: 0.1em;
    line-height: 2; }
.layout_lineup_child .works_area .aside_area {
  margin-top: 40px; }
  .layout_lineup_child .works_area .aside_area .img_area {
    margin-bottom: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 24px; }
@media screen and (max-width: 959px) {
  .layout_lineup_child #mv {
    height: 320px; }
  .layout_lineup_child .intro_area .title {
    font-size: 1.25rem; }
  .layout_lineup_child .intro_area .text {
    font-size: 1rem;
    letter-spacing: 0.05em;
    line-height: 1.5; }
  .layout_lineup_child .feature_area .title_main {
    font-size: 1.25rem; }
  .layout_lineup_child .feature_contents {
    padding: 40px 0; }
    .layout_lineup_child .feature_contents .list {
      gap: 8px; }
      .layout_lineup_child .feature_contents .list > * {
        width: calc((100% - (8px * 1)) / 2); }
    .layout_lineup_child .feature_contents .btn_01 {
      padding-right: 1em;
      font-size: 0.75rem;
      height: 48px; }
  .layout_lineup_child .point_area .title_area .title {
    font-size: 1.25rem;
    line-height: 1.25;
    flex-wrap: wrap; }
    .layout_lineup_child .point_area .title_area .title::before {
      width: 120px;
      height: 40px; }
  .layout_lineup_child .works_area .tab_button {
    font-size: 0.875rem; }
    .layout_lineup_child .works_area .tab_button > * {
      padding: 0.5em 0.25em; }
  .layout_lineup_child .works_area .bg_white {
    padding: 24px; }
  .layout_lineup_child .works_area .head_area .title {
    font-size: 1.25rem;
    letter-spacing: 0em; }
  .layout_lineup_child .works_area .head_area .title_sub {
    font-size: 1rem;
    letter-spacing: 0em; }
  .layout_lineup_child .works_area .head_area .img_area {
    margin-top: 24px; }
  .layout_lineup_child .works_area .label_area {
    margin-top: 24px;
    flex-wrap: wrap;
    gap: 0.5em; }
    .layout_lineup_child .works_area .label_area .title {
      font-size: 1rem;
      padding: 0.5em 1em; }
    .layout_lineup_child .works_area .label_area .data {
      width: 100%;
      font-size: 1rem;
      letter-spacing: 0em;
      line-height: 1.5; }
  .layout_lineup_child .works_area .aside_area {
    margin-top: 24px; }
    .layout_lineup_child .works_area .aside_area .img_area {
      flex-wrap: wrap;
      gap: 16px;
      margin-bottom: 16px; } }

.layout_lineup_feature > * {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 24px 64px; }
  .layout_lineup_feature > *:not(:last-of-type) {
    margin-bottom: 120px; }
  .layout_lineup_feature > *:nth-of-type(even) .img_area {
    order: 0;
    margin-right: 0;
    margin-left: calc(50% - 50vw); }
  .layout_lineup_feature > *:nth-of-type(even) .text_area {
    order: 1; }
.layout_lineup_feature .text_area {
  flex: 1;
  font-weight: 700;
  position: relative; }
  .layout_lineup_feature .text_area .number {
    position: absolute;
    top: 0;
    left: -40px;
    transform: translateY(-100%); }
  @media screen and (max-width: 1279px) {
    .layout_lineup_feature .text_area .number {
      left: -24px; } }
.layout_lineup_feature .img_area {
  margin-right: calc(50% - 50vw);
  width: 50vw;
  display: flex;
  align-items: center;
  overflow: hidden;
  max-height: 480px; }
  .layout_lineup_feature .img_area img {
    width: 100%; }
.layout_lineup_feature .title {
  font-size: 2.25rem;
  letter-spacing: 0.1em;
  margin-top: 0.25em;
  margin-bottom: 0.5em; }
.layout_lineup_feature .text {
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  line-height: 2; }
@media screen and (max-width: 959px) {
  .layout_lineup_feature > * {
    padding-top: 32px; }
    .layout_lineup_feature > *:not(:last-of-type) {
      margin-bottom: 40px; }
    .layout_lineup_feature > *:nth-of-type(even) .img_area {
      order: 1;
      margin-left: 0; }
    .layout_lineup_feature > *:nth-of-type(even) .text_area {
      order: 0; }
  .layout_lineup_feature .text_area {
    flex: 0 1 auto;
    width: 100%;
    padding-left: 24px; }
    .layout_lineup_feature .text_area .number {
      width: 48px;
      left: 0; }
  .layout_lineup_feature .img_area {
    width: 100%;
    margin-right: 0;
    max-width: 320px; }
  .layout_lineup_feature .title {
    font-size: 1.25rem; }
  .layout_lineup_feature .text {
    font-size: 1rem;
    line-height: 1.5; } }

.list_lineup_point > * {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 40px;
  gap: 16px; }
  .list_lineup_point > *:not(:last-of-type) {
    margin-bottom: 40px; }
.list_lineup_point .text_area {
  flex: 1; }
.list_lineup_point .img_area {
  position: relative;
  padding: 8px 24px;
  max-height: 260px;
  width: 30%; }
  .list_lineup_point .img_area::before, .list_lineup_point .img_area::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0; }
  .list_lineup_point .img_area::before {
    width: 25%;
    height: 3px;
    background-color: #000; }
  .list_lineup_point .img_area::after {
    width: 3px;
    height: 25%;
    background-color: #000; }
  .list_lineup_point .img_area img {
    width: 100%;
    height: 100%;
    object-fit: contain; }
.list_lineup_point .title {
  border-bottom: 3px solid #000;
  font-size: 1.125rem;
  padding-bottom: 0.75em;
  line-height: 1.25;
  letter-spacing: 0.1em;
  margin-bottom: 1em; }
.list_lineup_point .list {
  font-size: 1.125rem;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 2; }
  .list_lineup_point .list > *::before {
    content: '●'; }
  .list_lineup_point .list > *:not(:last-of-type) {
    margin-bottom: 0.5em; }
.list_lineup_point .red .title {
  border-color: #00aa83; }
.list_lineup_point .red .list > *::before {
  color: #00aa83; }
.list_lineup_point .red .img_area::before, .list_lineup_point .red .img_area::after {
  background-color: #00aa83; }
.list_lineup_point .green .title {
  border-color: #008647; }
.list_lineup_point .green .list > *::before {
  color: #008647; }
.list_lineup_point .green .img_area::before, .list_lineup_point .green .img_area::after {
  background-color: #008647; }
.list_lineup_point .blue .title {
  border-color: #182987; }
.list_lineup_point .blue .list > *::before {
  color: #182987; }
.list_lineup_point .blue .img_area::before, .list_lineup_point .blue .img_area::after {
  background-color: #182987; }
@media screen and (max-width: 959px) {
  .list_lineup_point > * {
    padding: 24px; }
  .list_lineup_point .text_area {
    flex: 0 1 auto;
    width: 100%; }
  .list_lineup_point .img_area {
    width: 100%;
    max-width: 320px; }
    .list_lineup_point .img_area::before, .list_lineup_point .img_area::after {
      top: auto;
      bottom: 0; }
  .list_lineup_point .list {
    font-size: 1rem;
    line-height: 1.5; } }

#lineup_life_ranking .bg {
  background: center/cover url("../img/child/lineup_life/lineup_life_ranking_bg.jpg") no-repeat;
  padding: 40px 0; }
#lineup_life_ranking .title {
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center; }
@media screen and (max-width: 959px) {
  #lineup_life_ranking .title {
    font-size: 1.25rem;
    letter-spacing: 0; } }

@media screen and (max-width: 959px) {
  #lineup_inheritance .layout_lineup_feature .text_area {
    padding-left: 0; } }

#lineup_inheritance_risk .title_01 .ja {
  font-weight: 700; }
#lineup_inheritance_risk .title_01 .en {
  font-size: 1.5rem;
  color: #000;
  font-weight: 400; }
@media screen and (max-width: 959px) {
  #lineup_inheritance_risk .title_01 {
    margin-bottom: 24px; }
    #lineup_inheritance_risk .title_01 .ja {
      font-size: 1.25rem; }
    #lineup_inheritance_risk .title_01 .en {
      font-size: 1.125rem; } }

.list_lineup_inheritance_risk {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px; }
  .list_lineup_inheritance_risk > * {
    width: calc((100% - (24px * 2)) / 3);
    max-width: 266px;
    padding: 0.5em 0.5em 1em;
    background-color: #00aa83;
    color: #fff;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center; }
  .list_lineup_inheritance_risk .title {
    font-size: 1.125rem;
    letter-spacing: 0.1em;
    line-height: 1.25; }
  @media screen and (max-width: 959px) {
    .list_lineup_inheritance_risk {
      gap: 16px; }
      .list_lineup_inheritance_risk > * {
        width: calc((100% - (16px * 1)) / 2); }
      .list_lineup_inheritance_risk .title {
        font-size: 0.875rem;
        letter-spacing: 0em; } }

#lineup_families .feature_contents .list > * {
  width: calc((100% - (16px * 3)) / 4); }
@media screen and (max-width: 959px) {
  #lineup_families .feature_contents .list > * {
    width: calc((100% - 8px) / 2); } }
#lineup_families .feature_area .title_main {
  font-weight: 700; }

.layout_lineup_feature_families > *:not(:last-of-type) {
  margin-bottom: 100px; }
.layout_lineup_feature_families .title_area {
  display: flex;
  align-items: flex-end;
  margin-bottom: 24px; }
  .layout_lineup_feature_families .title_area .number {
    margin-left: -40px;
    margin-right: 2em; }
    @media screen and (max-width: 1279px) {
      .layout_lineup_feature_families .title_area .number {
        margin-left: -24px; } }
  .layout_lineup_feature_families .title_area .title {
    font-size: 2.25rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 0.125em; }
.layout_lineup_feature_families .body_area .title {
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
  color: #00aa83; }
.layout_lineup_feature_families .body_area .text {
  font-size: 1.125rem;
  letter-spacing: 0.1em; }
.layout_lineup_feature_families .list_area {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1em; }
  .layout_lineup_feature_families .list_area .text_area {
    flex: 1; }
  .layout_lineup_feature_families .list_area .img_area {
    width: 50%; }
  .layout_lineup_feature_families .list_area .list {
    margin-top: 1em;
    font-size: 1.5rem; }
    .layout_lineup_feature_families .list_area .list > *:not(:last-of-type) {
      margin-bottom: 0.5em; }
@media screen and (max-width: 959px) {
  .layout_lineup_feature_families > *:not(:last-of-type) {
    margin-bottom: 64px; }
  .layout_lineup_feature_families .title_area {
    margin-bottom: 8px; }
    .layout_lineup_feature_families .title_area .number {
      width: 48px;
      margin-right: 1.5em;
      margin-left: 0; }
    .layout_lineup_feature_families .title_area .title {
      font-size: 1.5rem;
      letter-spacing: 0em;
      margin-bottom: 0em; }
  .layout_lineup_feature_families .body_area .title {
    font-size: 1.25rem;
    letter-spacing: 0em; }
  .layout_lineup_feature_families .body_area .text {
    font-size: 1rem;
    letter-spacing: 0em; }
  .layout_lineup_feature_families .list_area .text_area {
    flex: 0 1 auto;
    width: 100%; }
  .layout_lineup_feature_families .list_area .img_area {
    width: 100%; }
    .layout_lineup_feature_families .list_area .img_area img {
      max-width: 240px;
      margin-left: auto;
      margin-right: auto; }
  .layout_lineup_feature_families .list_area .list {
    font-size: 1rem; } }

#lineup_living_worries {
  background-color: #fdeeed; }
  #lineup_living_worries .intro_area .title_label {
    width: fit-content;
    line-height: 1.25;
    padding: 0.125em 1em; }
  #lineup_living_worries .danger_area .head_area {
    background-color: #fff;
    padding: 24px;
    display: flex;
    gap: 16px; }
    #lineup_living_worries .danger_area .head_area .list {
      font-size: 1.125rem;
      padding-left: 1em;
      text-indent: -1em; }
      #lineup_living_worries .danger_area .head_area .list > * {
        line-height: 1.5; }
        #lineup_living_worries .danger_area .head_area .list > *::before {
          content: '●';
          color: #c53727; }
        #lineup_living_worries .danger_area .head_area .list > *:not(:last-of-type) {
          margin-bottom: 0.5em; }
  #lineup_living_worries .danger_area .contents_area {
    display: flex;
    flex-wrap: wrap;
    gap: 24px; }
    #lineup_living_worries .danger_area .contents_area > * {
      width: calc((100% - (24px * 1)) / 2); }
    #lineup_living_worries .danger_area .contents_area .row_full {
      width: 100%; }
    #lineup_living_worries .danger_area .contents_area .title_label {
      font-size: 1.875rem;
      font-weight: 700;
      padding: 0.125em 1em;
      margin-bottom: 0.5em; }
    #lineup_living_worries .danger_area .contents_area .flex {
      display: flex;
      gap: 16px; }
      #lineup_living_worries .danger_area .contents_area .flex > * {
        flex: 1; }
    #lineup_living_worries .danger_area .contents_area .title {
      text-align: center;
      font-weight: 700;
      font-size: 1.125rem;
      border-bottom: 1px solid #c53727;
      padding-bottom: 0.25em;
      margin-bottom: 0.25em; }
    #lineup_living_worries .danger_area .contents_area .text {
      font-size: 1.125rem;
      line-height: 2; }
    #lineup_living_worries .danger_area .contents_area .inner_flex {
      flex: 3;
      display: flex;
      justify-content: space-around;
      gap: 24px; }
      #lineup_living_worries .danger_area .contents_area .inner_flex > * {
        flex: 1; }
    #lineup_living_worries .danger_area .contents_area .col {
      max-width: 194px; }
  @media screen and (max-width: 959px) {
    #lineup_living_worries .intro_area .title_label {
      width: 100%;
      font-size: 1.25rem;
      padding: 0.5em; }
    #lineup_living_worries .danger_area .head_area {
      flex-wrap: wrap; }
      #lineup_living_worries .danger_area .head_area .list {
        width: 100%; }
    #lineup_living_worries .danger_area .contents_area > * {
      width: 100%; }
    #lineup_living_worries .danger_area .contents_area .title_label {
      font-size: 1.25rem; }
    #lineup_living_worries .danger_area .contents_area .flex {
      flex-wrap: wrap; }
      #lineup_living_worries .danger_area .contents_area .flex > * {
        flex: 0 1 auto;
        width: 100%; }
    #lineup_living_worries .danger_area .contents_area .text {
      line-height: 1.5; }
    #lineup_living_worries .danger_area .contents_area .inner_flex {
      flex: 0 1 auto;
      flex-wrap: wrap; }
      #lineup_living_worries .danger_area .contents_area .inner_flex > * {
        flex: 0 1 auto;
        width: 100%; }
    #lineup_living_worries .danger_area .contents_area .col {
      max-width: none; }
    #lineup_living_worries .danger_area .contents_area .img_area img {
      margin-left: auto;
      margin-right: auto; } }

.list_lineup_worries {
  display: flex;
  flex-wrap: wrap;
  gap: 24px; }
  .list_lineup_worries > * {
    width: calc((100% - (24px * 2)) / 3); }
    .list_lineup_worries > * img {
      width: 100%; }
  .list_lineup_worries .text {
    margin-top: 0.5em;
    text-align: left; }
  @media screen and (max-width: 959px) {
    .list_lineup_worries {
      justify-content: center; }
      .list_lineup_worries > * {
        width: 100%;
        max-width: 240px; } }

#lineup_living_cut {
  background-color: #fdeeed; }
  #lineup_living_cut .row_title {
    display: flex;
    align-items: center; }
  #lineup_living_cut .title {
    font-size: 4.5rem;
    font-weight: 700;
    color: #c53727; }
  #lineup_living_cut .label {
    font-size: 2.25rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    background-color: #231815;
    color: #fff;
    width: 100%;
    padding: 0 0.5em;
    text-align: center;
    max-width: 522px;
    margin-left: auto; }
  #lineup_living_cut .title_sub {
    font-size: 2.5rem;
    font-weight: 700;
    color: #c53727;
    font-feature-settings: "palt"; }
  #lineup_living_cut .text {
    font-size: 1.5rem;
    line-height: 2; }
  #lineup_living_cut .flex {
    display: flex;
    align-items: center;
    gap: 24px 40px; }
    #lineup_living_cut .flex > * {
      flex: 1; }
  #lineup_living_cut .img_area img {
    margin-left: auto;
    margin-right: auto; }
  #lineup_living_cut .box + .box {
    margin-top: 80px; }
  @media screen and (max-width: 959px) {
    #lineup_living_cut .row_title {
      flex-wrap: wrap; }
    #lineup_living_cut .title {
      order: 1;
      font-size: 1.5rem; }
    #lineup_living_cut .label {
      order: 0;
      font-size: 1.25rem;
      margin-bottom: 0.5em; }
    #lineup_living_cut .title_sub {
      font-size: 1.25rem; }
    #lineup_living_cut .text {
      font-size: 1rem;
      line-height: 1.5; }
    #lineup_living_cut .flex {
      flex-wrap: wrap; }
      #lineup_living_cut .flex > * {
        flex: 0 1 auto;
        width: 100%; }
    #lineup_living_cut .box + .box {
      margin-top: 40px; } }

/*==========
イベント
==========*/
#event_archive #pagination {
  color: #fff; }
  #event_archive #pagination .current {
    border-color: #fff; }
  #event_archive #pagination .page-numbers:not(.current):not(.dots):hover {
    background-color: rgba(68, 68, 68, 0.5); }

/*==========
ブログ
==========*/
.list_blog {
  font-size: 0.9375rem;
  letter-spacing: 0.025em;
  display: flex;
  flex-wrap: wrap;
  gap: 16px; }
  .list_blog > * {
    width: calc((100% - (16px * 2)) / 3);
    padding-bottom: 40px;
    margin-bottom: 40px; }
    .list_blog > * a {
      height: 100%;
      display: flex;
      flex-direction: column; }
  .list_blog .img_area {
    position: relative;
    width: 100%;
    padding-top: 66.7%; }
    .list_blog .img_area img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .list_blog .text_area {
    flex: 1;
    padding: 1em;
    background-color: #fff;
    position: relative; }
    .list_blog .text_area::after {
      content: '';
      width: 150vw;
      height: calc(100% + 40px);
      background-color: #e6e6e6;
      position: absolute;
      top: 0;
      left: 50%;
      z-index: -1;
      transform: translateX(-50%); }
  @media screen and (max-width: 959px) {
    .list_blog {
      justify-content: center; }
      .list_blog > * {
        max-width: 320px;
        width: 100%; } }

#blog_single .layout_sidebar {
  display: flex;
  flex-wrap: wrap; }
  #blog_single .layout_sidebar .date_archive {
    display: inline-block;
    flex-grow: 1; }
  #blog_single .layout_sidebar .btn_area {
    width: 100%;
    margin-top: 40px; }
  #blog_single .layout_sidebar > *:not(.date_archive) {
    flex-grow: 2; }
  @media screen and (max-width: 959px) {
    #blog_single .layout_sidebar {
      justify-content: center;
      flex-wrap: wrap; }
      #blog_single .layout_sidebar .date_archive {
        width: 100%;
        order: 1;
        margin-top: 40px; }
      #blog_single .layout_sidebar .btn_area {
        margin-top: 40px; } }
#blog_single .contents_area {
  max-width: 700px; }
#blog_single .list_date_archive > * {
  margin-bottom: 0.5em; }
#blog_single .title_area {
  padding: 24px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000; }
  #blog_single .title_area .title {
    font-size: 1.3125rem;
    font-weight: 700;
    letter-spacing: 0.05em; }
  #blog_single .title_area time {
    display: block;
    margin-top: 0.75em;
    letter-spacing: 0.05em; }
  @media screen and (max-width: 959px) {
    #blog_single .title_area .title {
      font-size: 1.125em; } }

/*==========
モデルハウス&ショールーム
==========*/
#model_archive #mv::after,
#model_single #mv::after {
  opacity: 0.3; }

#model_archive #mv::after {
  opacity: 0.3; }
#model_archive #pagination {
  color: #fff; }
  #model_archive #pagination .current {
    border-color: #fff; }
  #model_archive #pagination .page-numbers:not(.current):not(.dots):hover {
    background-color: rgba(68, 68, 68, 0.5); }

/*==========
リノベーション施工事例
==========*/
#works_archive_search .title_search {
  font-size: 2.25rem;
  justify-content: center; }
#works_archive_search .recommend_area {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  display: flex;
  padding: 1em 0; }
  #works_archive_search .recommend_area .title_area {
    border-right: 1px solid #000;
    padding-right: 40px;
    width: 15%; }
  #works_archive_search .recommend_area .list_area {
    padding-left: 40px;
    flex: 1; }
#works_archive_search .label_area > * {
  display: block;
  background-color: #f29600;
  color: #fff;
  padding: 1em 2em; }
#works_archive_search .label_area .title::before {
  content: '♯'; }
@media screen and (max-width: 959px) {
  #works_archive_search .title_search {
    font-size: 1.5rem; }
  #works_archive_search .recommend_area {
    flex-wrap: wrap; }
    #works_archive_search .recommend_area .title_area {
      width: 100%;
      padding-left: 0;
      margin-bottom: 1em;
      border-right: none; }
    #works_archive_search .recommend_area .list_area {
      padding-left: 0px;
      flex: 0 1 auto; }
  #works_archive_search .label_area > * {
    padding: 1em; }
  #works_archive_search .list_sharp {
    gap: 0.25em 1em; } }

#works_archive_contents {
  padding-top: 0; }
  #works_archive_contents .tab_button {
    font-size: 1rem;
    letter-spacing: 0.05em;
    font-weight: 700; }
    #works_archive_contents .tab_button > * {
      position: relative;
      background-color: #ccc;
      padding: 1em 0; }
      #works_archive_contents .tab_button > *::after {
        content: '';
        width: 1.25em;
        height: 1.25em;
        background: center/contain url("../img/common/icon_btn_01.svg") no-repeat;
        position: absolute;
        right: 1em;
        transform: rotate(90deg); }
      #works_archive_contents .tab_button > *.active {
        background-color: #00aa83; }
      #works_archive_contents .tab_button > * a {
        margin: -1em -0.5em;
        padding: 1em 0.5em; }
  #works_archive_contents .tab_content {
    background-color: #00aa83; }
  #works_archive_contents #pagination {
    color: #fff; }
    #works_archive_contents #pagination .current {
      border-color: #fff; }
    #works_archive_contents #pagination .page-numbers:not(.current):not(.dots):hover {
      background-color: rgba(68, 68, 68, 0.5); }

.list_works {
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 24px; }
  .list_works a {
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative; }
    .list_works a::after {
      content: '';
      width: 32px;
      height: 32px;
      display: block;
      background: center/contain url("../img/index/btn_index_works.svg") no-repeat;
      position: absolute;
      right: 0.5em;
      bottom: 0.5em; }
    @media screen and (min-width: 960px) {
      .list_works a::after {
        transition: transform 0.5s; }
      .list_works a:hover::after {
        transform: rotate(360deg); } }
  .list_works > * {
    width: calc((100% - (24px * 2)) / 3);
    background-color: #fff;
    display: flex;
    flex-direction: column; }
  .list_works .img_area img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .list_works .text_area {
    flex: 1;
    padding: 0.5em 0.875em 1em; }
  .list_works .title {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5em; }
  .list_works .row {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .list_works .row:not(:last-of-type) {
      margin-bottom: 0.5em; }
  .list_works .label {
    background-color: #e6e6e6;
    border-radius: 16px;
    width: 102px;
    text-align: center;
    padding: 0.125em 0.5em; }
  .list_works .data {
    font-size: 1.1875rem; }
  .list_works .list_sharp {
    font-size: 14px;
    margin-top: 0.75em;
    padding-right: 2em;
    gap: 0.25em 1em; }
  @media screen and (max-width: 959px) {
    .list_works {
      margin-top: 0px;
      margin-bottom: 0px;
      justify-content: center; }
      .list_works > * {
        width: 100%;
        max-width: 320px; } }

#works_single_contents .category_area {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap; }
@media screen and (max-width: 959px) {
  #works_single_contents .post_date {
    order: 0; }
  #works_single_contents .list_works_single_category {
    order: 1; } }

.list_works_single_category {
  font-size: 1.1875rem;
  letter-spacing: 0.05em;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  padding-right: 1em; }
  .list_works_single_category > *:not(:first-of-type):not(.plan)::before {
    content: "｜"; }
  .list_works_single_category > *:nth-last-of-type(2) {
    padding-right: 1em; }
  .list_works_single_category > * a {
    transition: opacity 0.5s; }
    .list_works_single_category > * a:hover {
      opacity: 0.5; }
  @media screen and (max-width: 959px) {
    .list_works_single_category {
      font-size: 1rem;
      width: 100%;
      flex: 0 1 auto; }
      .list_works_single_category > * {
        padding: 0.25em 0;
        font-size: 0.875em; } }

#works_before_after {
  background-color: #fff;
  color: #000; }
  #works_before_after .title {
    font-size: 1.75rem; }
  #works_before_after .list_before_after .arrow::after {
    background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #182987 50.5%) no-repeat top left/100% 50%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #182987 50.5%) no-repeat bottom right/100% 50%; }
  @media screen and (max-width: 959px) {
    #works_before_after .title {
      font-size: 1.25rem; } }

#works_voice .title_label,
#works_before_after .title_label {
  background-color: #f29600; }

.list_voice .title {
  font-size: 1.75rem; }
.list_voice .flex {
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px 80px; }
.list_voice .text_area {
  flex: 1; }
.list_voice > *:not(:last-of-type) {
  margin-bottom: 80px; }
@media screen and (max-width: 959px) {
  .list_voice .title {
    font-size: 1.25rem; }
  .list_voice .flex {
    justify-content: center;
    padding: 24px 0;
    gap: 24px 80px; }
  .list_voice .img_area img {
    margin-left: auto;
    margin-right: auto; }
  .list_voice .text_area {
    flex: 0 1 auto;
    width: 100%; }
  .list_voice > *:not(:last-of-type) {
    margin-bottom: 40px; } }

/*==========
住まいの3Dデザイン集
==========*/
#design_single_contents .img_area img {
  margin-left: auto;
  margin-right: auto; }
#design_single_contents .title_area {
  text-align: center;
  margin-top: 40px;
  border-bottom: 1px solid #000;
  padding-bottom: 40px; }
  #design_single_contents .title_area .category,
  #design_single_contents .title_area .title {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.05em; }
  #design_single_contents .title_area .title {
    margin-top: 1em; }
@media screen and (max-width: 959px) {
  #design_single_contents .title_area {
    margin-top: 24px;
    padding-bottom: 24px; }
    #design_single_contents .title_area .category,
    #design_single_contents .title_area .title {
      font-size: 1.25rem; } }

/*==========
建物調査の必要性
==========*/
#diagnose .list_menu_anchor {
  gap: 24px; }
  #diagnose .list_menu_anchor .btn_01 {
    font-size: 1rem;
    height: 54px; }
  @media screen and (max-width: 959px) {
    #diagnose .list_menu_anchor {
      gap: 8px; }
      #diagnose .list_menu_anchor > * {
        width: calc((100% - (8px * 1)) / 2); }
      #diagnose .list_menu_anchor .btn_01 {
        height: 40px; } }

#diagnose_intro .body_area .bg {
  background-color: #00aa83;
  padding: 16px 32px; }
#diagnose_intro .body_area .title_main {
  color: #fff;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 0.5em; }
#diagnose_intro .body_area .aside {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  letter-spacing: 0.025em;
  line-height: 1.25;
  color: #fff; }
@media screen and (max-width: 959px) {
  #diagnose_intro .body_area .bg {
    padding: 16px 24px; }
  #diagnose_intro .body_area .title_main {
    font-size: 1.25rem;
    letter-spacing: 0em; }
  #diagnose_intro .body_area .aside {
    letter-spacing: 0em; } }

.list_diagnose_intro {
  display: flex;
  flex-wrap: wrap;
  gap: 24px; }
  .list_diagnose_intro > * {
    background-color: #fff;
    width: calc((100% - (24px * 1)) / 2);
    display: flex;
    flex-direction: column; }
  .list_diagnose_intro .title_area {
    background-color: #ffff00;
    font-size: 1.5rem;
    letter-spacing: 0.025em;
    text-align: center;
    padding: 0.25em; }
  .list_diagnose_intro .img_area {
    padding: 16px;
    display: flex;
    justify-content: center;
    gap: 8px; }
    .list_diagnose_intro .img_area > * {
      width: 50%; }
  .list_diagnose_intro .text_area {
    padding: 0px 16px; }
  .list_diagnose_intro .btn_area {
    padding: 8px 16px 16px;
    margin-top: auto; }
    .list_diagnose_intro .btn_area .btn_01 {
      font-size: 1rem;
      max-width: 229px;
      margin-left: auto;
      margin-right: auto;
      height: 54px; }
  @media screen and (max-width: 959px) {
    .list_diagnose_intro {
      justify-content: center; }
      .list_diagnose_intro > * {
        width: 100%;
        max-width: 440px; }
      .list_diagnose_intro .title_area {
        font-size: 1.125rem; }
      .list_diagnose_intro .btn_area .btn_01 {
        height: 40px; } }

.diagnose_section_mv {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 96px 24px 64px;
  position: relative;
  z-index: 1; }
  .diagnose_section_mv::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    background-color: #000;
    opacity: 0.4; }
  .diagnose_section_mv .title_area,
  .diagnose_section_mv .text_area {
    background-color: rgba(255, 255, 255, 0.3);
    color: #fff;
    text-align: center;
    border: 6px solid #fff; }
  .diagnose_section_mv .box {
    max-width: 740px; }
  .diagnose_section_mv .title_area {
    margin-left: auto;
    margin-right: auto;
    border-bottom: none;
    width: 49.5%;
    min-height: 160px;
    display: flex;
    flex-direction: column; }
  .diagnose_section_mv .text_area {
    border-top: none;
    padding: 1em;
    position: relative;
    width: 100%; }
    .diagnose_section_mv .text_area::before, .diagnose_section_mv .text_area::after {
      content: '';
      width: calc(((100% - 49.5%) / 2) + 3px);
      height: 6px;
      background-color: #fff;
      position: absolute;
      top: 0; }
    .diagnose_section_mv .text_area::before {
      left: 0; }
    .diagnose_section_mv .text_area::after {
      right: 0; }
  .diagnose_section_mv .title_main {
    font-size: 3.75rem;
    font-weight: 700;
    letter-spacing: 0.025em; }
  .diagnose_section_mv .title_sub {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.25;
    margin-top: auto;
    margin-bottom: auto; }
  .diagnose_section_mv .text {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: 0.025em;
    line-height: 1.25; }
  .diagnose_section_mv .list {
    margin-top: 24px;
    margin-bottom: 8px;
    font-size: 1.25rem;
    font-weight: 700;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 16px; }
    .diagnose_section_mv .list > * {
      background-color: #f7931e;
      color: #fff;
      border-radius: 40px;
      width: 190px;
      padding: 0.125em 0; }
    .diagnose_section_mv .list .thin p {
      margin: 0 -2em;
      transform: scaleX(0.75); }
    .diagnose_section_mv .list .thin.more p {
      transform: scaleX(0.675); }
  @media screen and (max-width: 959px) {
    .diagnose_section_mv {
      padding: 40px 24px; }
      .diagnose_section_mv .title_area,
      .diagnose_section_mv .text_area {
        border-width: 4px; }
      .diagnose_section_mv .box {
        max-width: 400px; }
      .diagnose_section_mv .title_area {
        width: 90%;
        min-height: 100px;
        padding-bottom: 0.5em; }
      .diagnose_section_mv .text_area::before, .diagnose_section_mv .text_area::after {
        content: '';
        width: calc((100% - 90%) / 2);
        height: 4px; }
      .diagnose_section_mv .title_main {
        font-size: 2rem; }
      .diagnose_section_mv .title_sub {
        font-size: 1.125rem; }
      .diagnose_section_mv .text {
        font-size: 1rem; }
      .diagnose_section_mv .list {
        margin-top: 16px;
        font-size: 0.875rem;
        gap: 8px 2px; }
        .diagnose_section_mv .list > * {
          width: 120px; } }

.diagnose_danger {
  margin-top: 40px;
  max-width: 929px;
  margin-left: auto;
  margin-right: auto; }
  .diagnose_danger .row_title {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end; }
    .diagnose_danger .row_title .title_main {
      font-size: 2.25rem;
      font-weight: 700;
      letter-spacing: 0.1em; }
    .diagnose_danger .row_title .title_sub {
      font-size: 1.6875rem;
      letter-spacing: 0.05em;
      margin-left: auto; }
  @media screen and (max-width: 959px) {
    .diagnose_danger {
      margin-top: 24px; }
      .diagnose_danger .row_title {
        display: block; }
        .diagnose_danger .row_title .title_main {
          font-size: 1.5rem; }
        .diagnose_danger .row_title .title_sub {
          font-size: 1.125rem;
          margin-top: 0.5em;
          margin-right: auto;
          margin-left: 0; } }

.list_diagnose_danger {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 24px; }
  .list_diagnose_danger > * {
    width: calc((100% - (24px * 2)) / 3); }
  .list_diagnose_danger .title_area {
    background-color: #00aa83;
    color: #fff;
    text-align: center;
    font-size: 1.5rem;
    letter-spacing: 0.025em;
    line-height: 1.25; }
  .list_diagnose_danger .img_area img {
    width: 100%; }
  .list_diagnose_danger .title_sub {
    font-size: 1.1875rem;
    line-height: 1.25;
    margin-top: 0.25em;
    margin-bottom: 0.25em; }
  .list_diagnose_danger .text {
    line-height: 1.25; }
  @media screen and (max-width: 959px) {
    .list_diagnose_danger {
      justify-content: center;
      gap: 24px 8px; }
      .list_diagnose_danger > * {
        width: calc((100% - (8px * 1)) / 2);
        max-width: 320px; }
      .list_diagnose_danger .title_area {
        font-size: 1.125rem; }
      .list_diagnose_danger .title_sub {
        font-size: 1rem; }
      .list_diagnose_danger .text {
        font-size: 0.928571rem; } }

/*==========
スタッフ紹介
==========*/
.list_staff {
  display: flex;
  flex-wrap: wrap;
  gap: 40px; }
  .list_staff > * {
    width: calc((100% - (40px * 2)) / 3);
    display: flex;
    flex-direction: column; }
    .list_staff > *:nth-of-type(odd) .text_area {
      background-color: #f7931e; }
    .list_staff > *:nth-of-type(even) .text_area {
      background-color: #00aa83; }
  .list_staff .img_area img {
    width: 100%; }
  .list_staff .text_area {
    color: #fff;
    background-color: #f8f6de;
    padding: 1em;
    flex: 1; }
  .list_staff .name {
    font-size: 1.3125rem;
    text-align: center; }
  .list_staff .name_en {
    text-align: center; }
  .list_staff .post {
    font-size: 1.3125rem;
    text-align: center; }
  .list_staff .desc {
    margin-top: 1em; }
  @media screen and (max-width: 959px) {
    .list_staff {
      gap: 24px;
      justify-content: center; }
      .list_staff > * {
        width: 100%;
        max-width: 320px; }
      .list_staff .name {
        font-size: 1.125rem; }
      .list_staff .post {
        font-size: 1.125rem; } }

/*==========
来場予約
==========*/
#reserve #mv {
  margin-top: var(--headerHeight);
  padding-top: 32.5291%;
  max-height: 450px;
  height: auto;
  position: relative; }
  #reserve #mv .banner_reserve {
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%); }
    #reserve #mv .banner_reserve .bg {
      height: 100%;
      background-image: url("../img/child/reserve/child_mv_reserve.jpg"); }
  #reserve #mv a {
    pointer-events: none; }
  #reserve #mv img {
    max-width: unset;
    width: 60%; }
  #reserve #mv::after {
    background-color: #fff; }
  @media screen and (max-width: 959px) {
    #reserve #mv {
      padding-top: 70%; }
      #reserve #mv img {
        width: calc(100% + (24px * 2)); } }
#reserve .bnr {
  display: block;
  margin: 40px auto;
  width: fit-content;
  max-width: 570px;
  width: 100%; }

#reserve_recommend .text_intro {
  font-size: 2.25rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: center; }
  #reserve_recommend .text_intro .big {
    font-size: 1.33333em; }
@media screen and (max-width: 959px) {
  #reserve_recommend .text_intro {
    font-size: 1.25rem; } }

.list_reserve_recommend {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  counter-reset: recommend; }
  .list_reserve_recommend > * {
    width: calc((100% - (40px * 1)) / 2); }
    .list_reserve_recommend > *:nth-of-type(even) {
      margin-top: 40px; }
  .list_reserve_recommend .title_area {
    background: center left/contain url("../img/child/reserve/icon_list_reserve_recommend.svg") no-repeat;
    font-weight: 700;
    padding: 1em 1em 0.5em;
    font-size: 1.125rem;
    margin-bottom: 0.75em; }
    .list_reserve_recommend .title_area .title::after {
      counter-increment: recommend;
      content: counter(recommend);
      font-size: 2em;
      margin-left: 0.125em; }
  .list_reserve_recommend .text_area {
    font-size: 1.125rem;
    margin-top: 0.5em; }
  @media screen and (max-width: 639px) {
    .list_reserve_recommend {
      justify-content: center; }
      .list_reserve_recommend > * {
        width: 100%;
        max-width: 320px; }
        .list_reserve_recommend > *:nth-of-type(even) {
          margin-top: 0px; }
      .list_reserve_recommend .title_area {
        font-size: 1rem; }
        .list_reserve_recommend .title_area .title::after {
          font-size: 1.5em; }
      .list_reserve_recommend .text_area {
        font-size: 1rem; } }

.list_reserve_model {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  text-align: center; }
  .list_reserve_model > * {
    width: calc((100% - (40px * 2)) / 3);
    display: flex;
    flex-direction: column; }
  .list_reserve_model .img_area img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .list_reserve_model .text_area {
    flex: 1;
    display: flex;
    flex-direction: column; }
  .list_reserve_model .title {
    font-size: 1.25rem;
    margin-top: 0.25em; }
  .list_reserve_model .address {
    margin-top: 0.25em;
    margin-bottom: 0.75em; }
  .list_reserve_model .btn_01 {
    font-size: 1rem;
    height: 54px;
    width: 90%;
    margin-top: auto; }
  @media screen and (max-width: 959px) {
    .list_reserve_model {
      justify-content: center; }
      .list_reserve_model > * {
        width: 100%;
        max-width: 320px; }
      .list_reserve_model .title {
        font-size: 1.125rem; } }

/*==========
資料請求
==========*/
#catalog #mv .flex {
  justify-content: space-between; }
#catalog #mv .text_area {
  text-align: left; }
#catalog #mv .title_sub {
  font-size: 1.75rem;
  font-weight: 500; }
#catalog #mv .title_main {
  font-size: 2.625rem;
  font-weight: 700;
  margin-top: 0.125em;
  margin-bottom: 0.5em; }
#catalog #mv .text {
  font-size: 1.0625rem;
  font-weight: 700;
  color: #c53727; }
  #catalog #mv .text .label {
    background: linear-gradient(transparent 1%, #ffff00 1%);
    line-height: 2;
    padding: 0.125em; }
#catalog #mv .img_area {
  flex: 1; }
  #catalog #mv .img_area img {
    margin-top: 10%;
    margin-left: auto;
    margin-right: auto; }
@media screen and (max-width: 959px) {
  #catalog #mv {
    height: 440px;
    background-position: center left 10%; }
    #catalog #mv .flex {
      flex-wrap: wrap;
      justify-content: center;
      align-content: center; }
    #catalog #mv .title_sub {
      font-size: 1.25rem; }
    #catalog #mv .title_main {
      font-size: 1.5rem; }
    #catalog #mv .text {
      font-size: 1rem; }
    #catalog #mv .img_area {
      flex: 0 1 auto;
      max-width: 240px;
      margin-top: 16px; }
      #catalog #mv .img_area img {
        margin-top: 0; } }

#catalog_intro .intro_area {
  text-align: center; }
  #catalog_intro .intro_area .title_sub {
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.05em; }
  #catalog_intro .intro_area .title_main {
    font-size: 2.25rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-top: 0.5em;
    margin-bottom: 0.75em; }
  #catalog_intro .intro_area .text {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: 0.05em; }
@media screen and (max-width: 959px) {
  #catalog_intro .intro_area .title_sub {
    font-size: 1.125rem; }
  #catalog_intro .intro_area .title_main {
    font-size: 1.5rem; }
  #catalog_intro .intro_area .text {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: 0.05em; } }

.list_catalog {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 8px; }
  .list_catalog > * {
    width: calc((100% - (8px * 3)) / 4);
    text-align: center; }
  .list_catalog label {
    cursor: pointer; }
  .list_catalog .row_checkbox {
    display: inline-block;
    text-align: left;
    font-weight: 700;
    margin-bottom: 1em;
    line-height: 1.25;
    padding-left: 1.5em;
    text-indent: -1.5em; }
  .list_catalog .img_area img {
    width: 120%;
    max-width: unset;
    margin-left: -10%; }
  .list_catalog .text_area {
    font-weight: 700; }
  @media screen and (max-width: 959px) {
    .list_catalog {
      gap: 24px 8px; }
      .list_catalog > * {
        width: calc((100% - (8px * 1)) / 2);
        max-width: 240px; }
      .list_catalog .text {
        padding: 0; } }

#catalog_estimate {
  padding-top: 0; }
  #catalog_estimate .bg {
    background-color: #f2f2f2; }
  #catalog_estimate .flex {
    display: flex;
    flex-wrap: wrap; }
  #catalog_estimate .text_area {
    padding: 40px;
    display: flex;
    flex-direction: column; }
  #catalog_estimate .title {
    font-size: 2.25rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-bottom: 0.25em; }
  #catalog_estimate .text {
    font-size: 1.125rem;
    margin-bottom: 1em; }
  #catalog_estimate .img_area {
    flex: 1; }
    #catalog_estimate .img_area img {
      margin: -5%; }
  #catalog_estimate .row_checkbox {
    margin-top: auto; }
    #catalog_estimate .row_checkbox label {
      background-color: #f29600;
      color: #fff;
      max-width: 340px;
      min-height: 62px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.25rem;
      font-weight: 700; }
      #catalog_estimate .row_checkbox label input[type="checkbox"] {
        width: 1.5em;
        height: 1.5em;
        margin-top: 0.325em;
        margin-right: 1em;
        background-color: transparent; }
  @media screen and (max-width: 959px) {
    #catalog_estimate .bg {
      padding: 24px 24px; }
    #catalog_estimate .text_area {
      padding: 0; }
    #catalog_estimate .title {
      font-size: 1.25rem; }
    #catalog_estimate .text {
      font-size: 1rem; }
    #catalog_estimate .flex {
      justify-content: center;
      align-items: center;
      gap: 24px; }
    #catalog_estimate .img_area {
      flex: 0 1 auto;
      max-width: 240px; }
      #catalog_estimate .img_area img {
        margin: 0; }
    #catalog_estimate .row_checkbox label {
      min-height: 48px;
      font-size: 1.125rem; } }

/*==========
フォーム
==========*/
#form .bg_main {
  background-color: #00aa83; }
#form .bg_white {
  background-color: #fff;
  padding: 40px; }
#form .text_intro {
  color: #c53727;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-align: center; }
#form .intro_area {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500; }
@media screen and (max-width: 959px) {
  #form .bg_white {
    padding: 40px 24px; } }

.list_progress {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  font-weight: 700; }
  .list_progress > * {
    text-align: center; }
    .list_progress > *:not(.dots) {
      display: flex;
      align-items: center;
      justify-content: center;
      flex: 1;
      border: 2px solid #000;
      padding: 0.5em; }
  .list_progress .dots {
    line-height: 1;
    font-size: 2.3125rem;
    letter-spacing: -0.5em;
    margin-left: 0.5em;
    margin-right: 1em; }
  .list_progress .active {
    border-color: #f7931e;
    background-color: #f7931e;
    color: #fff; }
  @media screen and (max-width: 959px) {
    .list_progress .dots {
      font-size: 1rem; }
    .list_progress > *:not(.dots) {
      min-height: 64px; } }

.list_form {
  font-size: 1.125rem;
  font-weight: 500; }
  .list_form input {
    font-size: 1.125rem; }
  .list_form .row {
    display: flex;
    flex-wrap: wrap;
    padding: 24px 0;
    border-top: 1px solid #000; }
  .list_form.border_none .row {
    border-top: none; }
  .list_form .dd_row {
    display: flex;
    align-items: center; }
  .list_form .icon {
    margin: 0 0.75em; }
  .list_form dt:not(:first-of-type),
  .list_form dd:not(:first-of-type),
  .list_form .dd_row:not(:first-of-type) {
    margin-top: 1em; }
  .list_form dt {
    width: 260px;
    padding: 0.5em; }
  .list_form dd {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: calc(100% - 260px); }
  .list_form .flex .wpcf7-form-control {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0.5em 1em; }
  @media screen and (max-width: 959px) {
    .list_form dt:not(:first-of-type),
    .list_form dd:not(:first-of-type),
    .list_form .dd_row:not(:first-of-type) {
      margin-top: 0em; }
    .list_form dt,
    .list_form dd {
      width: 100%;
      padding: 0; }
    .list_form dt {
      margin-bottom: 0.5em; }
      .list_form dt:not(:first-of-type) {
        margin-top: 1em; }
    .list_form .dd_row:not(:first-of-type) {
      margin-top: 1em; } }
  .list_form .required::after {
    content: '【必須】';
    color: #c53727;
    display: inline-block; }
  .list_form textarea {
    max-width: unset; }

.list_enquete {
  display: flex; }
  .list_enquete .title_area {
    background-color: #f2f2f2;
    color: #c53727;
    font-size: 1.125rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 210px;
    text-align: center; }
  .list_enquete .content_area {
    flex: 1;
    font-weight: 500; }
  .list_enquete .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-top: 1px solid #000; }
    .list_enquete .row:last-of-type {
      border-bottom: 1px solid #000; }
  .list_enquete dt {
    display: flex;
    align-items: center;
    width: 200px;
    padding: 1em 2.5em; }
  .list_enquete dd {
    width: calc(100% - 200px);
    padding: 1em 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.75em 1em; }
  @media screen and (max-width: 959px) {
    .list_enquete {
      flex-wrap: wrap; }
      .list_enquete .title_area {
        width: 100%;
        padding: 0.5em; }
      .list_enquete .content_area {
        flex: 0 1 auto;
        width: 100%; }
      .list_enquete .row {
        padding: 1em 0; }
      .list_enquete dt,
      .list_enquete dd {
        width: 100%;
        padding: 0; }
      .list_enquete dt {
        margin-bottom: 0.5em; } }

.privacy_box {
  border: 1px solid #000;
  padding: 2em;
  height: 120px;
  overflow-y: auto;
  font-size: 14px;
  font-weight: 500; }
  .privacy_box .text + .text {
    margin-top: 1.5em; }
  .privacy_box .title {
    margin-bottom: 2em; }
  @media screen and (max-width: 959px) {
    .privacy_box {
      padding: 2em 1em; } }

.privacy_check {
  font-weight: 500;
  text-align: center; }
  .privacy_check label {
    justify-content: center; }
  @media screen and (max-width: 959px) {
    .privacy_check {
      font-size: 1rem; } }

input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),
textarea,
select {
  max-width: 400px;
  flex: 1;
  background-color: #fff5d7;
  border: 1px solid #c53727;
  font-size: 1.125rem;
  padding: 0.75em 0.75em;
  line-height: 1.25;
  width: 100%; }
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]).readonly,
  textarea.readonly,
  select.readonly {
    background-color: #fff;
    appearance: none;
    border: 0;
    outline: none; }

input[type="checkbox"],
select,
.wpcf7-list-item label,
.wpcf7-list-item-label,
.row_checkbox label {
  cursor: pointer; }

.btn_submit {
  max-width: 100%;
  width: 220px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #f7931e;
  background-color: #f7931e;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  cursor: pointer; }
  @media screen and (min-width: 960px) {
    .btn_submit {
      transition: background-color 0.5s, color 0.5s; }
      .btn_submit:hover {
        background-color: #fff;
        color: #f7931e; } }

.xdsoft_datetimepicker {
  transform: scale(1.25);
  transform-origin: top left; }
