@charset "UTF-8";
/*==========子ページここから==========*/
.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: 961px) {
  .post_content .has-large-font-size {
    font-size: 1.25em;
  }
}

/*==========
子ページ共通
==========*/
#child_mv {
  /* color: #333; */
  color: #1a1a1a;
  min-height: 250px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  --stroke-width: 2px;
  --stroke-position: 2px;
  /* padding-top: 30px;  */
}
#child_mv.has_smalltxt {
  align-items: flex-end;
  /* padding-bottom: 2em; */
  padding-bottom: 4em;
  padding-top: 0;
}
#child_mv .ttl {
  text-align: center;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  /* font-weight: 500; */
  font-weight: 700;
  font-size: 2.3em;
  margin-top: -0.7em;
  letter-spacing: 0.1em;
  /* font-family: "A1 Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"; */
}
@media screen and (max-width: 961px) {
  #child_mv .ttl {
    font-size: 2em;
    flex-wrap: wrap;
  }
  #child_mv .ttl img {
    width: 1em;
    margin: 0 auto;
  }
}
#child_mv .text {
  margin-top: 1em;
}
@media screen and (max-width: 961px) {
  #child_mv .text {
    font-size: 0.85em;
  }
}

#breadcrumb {
  font-size: 12px;
  background-color: #c91933;
  color: #fff;
  padding: 1em 0;
}
#breadcrumb .inner {
  display: flex;
  flex-wrap: wrap;
}
#breadcrumb li:not(:last-of-type)::after {
  content: ">";
  margin: 0 1em;
}
#breadcrumb a {
  transition: opacity 0.5s;
}
#breadcrumb a:hover {
  opacity: 0.5;
}

#form {
  color: #000;
}

#form .label_01 {
  color: #fff;
}
#form .border {
  border: 1px solid #534741;
  padding-bottom: 40px;
}
#form .text {
  font-size: 1.33em;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.001em;
  margin-top: 2.3em;
  margin-bottom: 2.5em;
}
#form .img {
  margin-bottom: 2em;
}
#form .inline {
  display: inline;
}
#form .form_top dt::before {
  display: none !important;
}
#form .form_top .list {
  border: none;
  padding: 0 0 10px;
}
#form .list {
  font-size: 1.6875em;
  display: flex;
  align-items: flex-start;
  border-top: 1px solid #000;
  padding: 26px 0 26px 19px;
}
#form .list .list_small {
  font-size: 0.9em;
}
#form .list .small {
  font-size: 0.75em;
}
#form .list:last-of-type {
  border-bottom: 1px solid #000;
}
#form .list.sub_list {
  padding-top: 0;
  border-top: none;
  align-items: center;
}
#form .list.sub_list dt {
  text-align: right;
}
@media screen and (max-width: 961px) {
  #form .list.sub_list dt {
    text-align: left;
  }
}
#form dt {
  width: 300px;
  padding: 4px 0.5em 4px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#form dt::before {
  content: "任意";
  font-weight: 400;
  padding: 0.125em 1em 0.25em;
  margin-right: 0.5em;
  background-color: #cccccc;
  color: #fff;
  border-radius: 5.6693px;
}
#form dt.required::before {
  content: "必須";
  font-weight: 400;
  /* background-color: #76161B; */
  background-color: #c91933;
}
#form dt.no_icon::before {
  display: none;
}
#form dt label {
  font-size: 0.9em;
  flex: 1;
  line-height: 1.25;
  font-weight: 400;
}
@media screen and (max-width: 961px) {
  #form dt label {
    width: 100%;
    flex: initial;
    margin-top: 0.5em;
  }
}
#form dd {
  flex: 1;
}
#form .event_adress01 {
  font-size: 27px;
  font-weight: 400;
  vertical-align: middle;
  line-height: 1.74;
  display: inline-block;
  margin-right: 14px;
}
@media screen and (max-width: 961px) {
  #form .event_adress01 {
    line-height: 2;
    font-size: 16px;
  }
}
#form .dd_row01 {
  min-width: 166px;
  height: 36px;
}
#form .post_number {
  height: 40px;
  font-size: 16px !important;
}

#form
  input:not([type="button"]):not([type="checkbox"]):not([type="radio"]):not(
    [type="submit"]
  ):not(.readonly),
#form select,
#form textarea {
  width: 100%;
  border: 1px solid #42210b;
  font-family: "M PLUS 1p", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  max-height: 215px;
  color: #000;
}

#form
  input:not([type="button"]):not([type="checkbox"]):not([type="radio"]):not(
    [type="submit"]
  ):not(.readonly).postal,
#form select.postal,
#form textarea.postal {
  width: 160px;
  margin-bottom: 1em;
  margin-left: 1em;
}
#form input[type="text"]:not(.readonly),
#form input[type="tel"],
#form input[type="email"],
#form input[type="date"],
#form input[type="time"],
#form select,
#form textarea {
  padding: 1em;
}
#form input[type="date"],
#form #datepicker,
#form #timepicker {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  max-width: 380px;
}
#form input[type="date"]::-webkit-calendar-picker-indicator {
  display: inline-block;
}
#form ::placeholder {
  color: #b9b9b9;
}
#form .placeholder:invalid {
  color: #b9b9b9;
}
#place {
  max-width: 380px;
}
#form .dd_row {
  display: flex;
  margin-bottom: 15px;
}

#form .dd_row01 span {
  width: 23%;
  min-width: 166px;
}
#form .form_first {
  flex: initial;
}
#form .wpcf7-list-item {
  margin-bottom: 0.25em;
  margin-left: 0;
  display: block;
}
#form .wpcf7-list-item input[type="checkbox"] {
  cursor: pointer;
  transform: scale(1.4);
  /* vertical-align: 3px; */
}
#form .wpcf7-list-item .wpcf7-list-item-label {
  font-size: 0.9em;
  cursor: pointer;
}
#form .readonly {
  width: 100%;
}
#form #privacy {
  margin-top: 24px;
  /* border: 4px solid #3e2210; */
  border: 1px solid #3e2210;
  padding: 1em;
  padding-right: 37px;
  font-size: 13px;
  overflow-y: scroll;
  height: 217px;
}
#form #privacy p + p {
  margin-top: 2em;
}
#form .check_privacy {
  font-size: 1.13em;
  margin-top: 1.6em;
}
@media screen and (max-width: 961px) {
  #form .text {
    font-size: 1em;
  }
  #form .list {
    padding: 1em 0;
    font-size: 1em;
    flex-wrap: wrap;
  }
  #form .img {
    margin-bottom: 1em;
  }
  #form .inline {
    display: block;
    margin-top: 0.125em;
  }
  #form dt {
    width: 100%;
    padding-bottom: 1em;
  }
  #form .check_list {
    margin-top: 0.5em;
  }
  #form .check_list .check_wrap {
    margin-bottom: 1.25em;
  }
  #form .check_list .check_wrap input[type="checkbox"] {
    transform: scale(1);
    vertical-align: -1px;
  }
  #form .check_privacy {
    font-size: 1em;
  }
  #form .check_privacy input[type="checkbox"] {
    transform: scale(1);
    vertical-align: -1px;
  }
}
#form .list-detail {
  padding-top: 0;
}
#form .list-detail_dt::before {
  content: none;
}
#form .list-detail {
  border-top: none;
}
#form .list-detail_dd input[type="text"] {
  border: none !important;
  font-size: 0.85em !important;
  padding-top: 0 !important;
}
#event_single #form .list-detail_dt {
  margin-left: 50px;
  font-weight: 400;
}
@media screen and (max-width: 961px) {
  margin-left: 0;
}
.scroll__inner {
  background-color: #ffffff;
  height: 350px;
  padding: 40px 30px 45px 20px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}
.scroll__inner::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}
.simplebar-scrollbar::before {
  background: #ffffff;
  border-radius: 0;
  width: 5px;
  /* left: 1.5px !important; */
  margin-left: 1.5px;
  margin-top: 2px;
}
/* .simplebar-scrollbar.simplebar-visible {
      height: 80px !important;
    } */
.simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
  background: #b3b3b3;
  width: 6px;
  /* height: 80px; */
}
.simplebar-track {
  background: #e6e6e6;
  width: 12px !important;
}

#post_nav .post_nav {
  display: flex;
  justify-content: center;
  padding-bottom: 4em;
}
#post_nav .post_nav > * {
  width: 100%;
}
#post_nav .post_nav .btn_02 {
  margin: 0 1em;
}
#post_nav .post_nav .btn_05 {
  color: #c91933;
}
#post_nav .post_nav .btn_05:hover {
  color: #fff;
}
@media screen and (max-width: 961px) {
  #post_nav .post_nav {
    padding-bottom: 2em;
  }
  #post_nav .post_nav .btn_05 {
    height: 40px;
  }
  #post_nav .post_nav .btn_02 {
    height: 40px;
    margin: 0 0.5em;
    min-width: 160px;
  }
  #post_nav .post_nav .btn_02::after {
    /* width: 64px; */
    width: 30px;
  }
}

.asterisk p {
  display: inline-block;
  position: relative;
  padding-left: 1em;
}
.asterisk p::before {
  content: "※";
  position: absolute;
  left: 0;
}
@media screen and (max-width: 961px) {
  .asterisk p {
    font-size: 0.8em;
  }
}

.map_wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 50%;
}
.map_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*==========
汎用素材
==========*/
.ttl_section::after {
  max-width: none;
}
@media screen and (max-width: 961px) {
  .ttl_section {
    font-size: 1.75em;
  }
  .ttl_section::after {
    width: 100%;
  }
}

.ttl_post_01 {
  color: #333;
  font-size: 1.8125em;
  letter-spacing: 0.05em;
  padding-bottom: 0.25em;
  border-bottom: 1px solid #333;
  margin-bottom: 0.75em;
  font-weight: 700;
}
@media screen and (max-width: 961px) {
  .ttl_post_01 {
    font-size: 1.25em;
    letter-spacing: 0;
  }
}

.menu_anchor {
  margin-top: 105px;
  width: calc(100% + 16px);
  margin-left: -8px;
  display: flex;
  justify-content: center;
}
.menu_anchor.black > * {
  background-color: #000;
}
.menu_anchor > * {
  width: 240px;
  height: 68px;
  margin: 8px;
  /* background-color: #E6E6E6; */
  background-color: #fff;
  color: #000;
  font-size: 1.0625em;
  letter-spacing: 0.05em;
}
.menu_anchor > *:first-child {
  /* background: #c91933; */
  /* color: #fff; */
}
.menu_anchor > * .small {
  font-size: 0.5714em;
  margin-top: 8px;
}
.menu_anchor > * a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  transition: opacity 0.5s;
}
.menu_anchor > * a::after {
  content: "〉";
  position: absolute;
  transform: rotate(90deg);
  font-size: 1.24em;
  margin-top: 0.75em;
  right: 0.7em;
}
#company .menu_anchor > * {
  width: 340px;
  height: 60px;
}
#company .menu_anchor > * a {
  background-color: #e6e6e6;
}
#company .menu_anchor > * a:hover {
  background-color: #c91933;
}
#company .menu_anchor > * a::after {
  position: static;
  font-size: 0.9em;
  margin-left: 2em;
}
.menu_anchor > * a:hover {
  background: #c91933;
  color: #fff;
  /* opacity: 0.75; */
}
@media screen and (max-width: 961px) {
  .menu_anchor {
    flex-wrap: wrap;
  }
  .menu_anchor > * {
    font-size: 1.125em;
    height: 48px;
    width: 150px;
  }
  #company .menu_anchor {
    flex-wrap: wrap;
  }
  #company .menu_anchor > * {
    font-size: 1.125em;
    height: 48px;
    width: 150px;
  }
  #company .menu_anchor > * a::after {
    font-size: 0.7em;
    margin-left: 0.7em;
  }
}

.label_01 {
  color: #c91933;
  /* font-family: "A1 Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"; */
  font-weight: 400;
}
.label_01.color_01 {
  background-color: #f7931e;
}
.label_01.brown {
  background-color: #534741;
}
.label_01.yellow {
  background-color: #f7931e;
}
.label_01.orange {
  background-color: #f15a24;
}
.label_01.red {
  background-color: #c1272d;
}
.label_01.black {
  background-color: #000;
}
.label_01.green {
  background: #c91933;
  color: #fff;
}
.label_01 .yellow {
  color: #ffff00;
}
.label_01.fs_54 {
  font-size: 3.375em;
  font-weight: 700;
  line-height: 1;
  padding: 0.3em 0.5em 0.1em;
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
}
.label_01.fs_54 .small {
  font-size: 0.6666em;
  margin-bottom: 0.25em;
  line-height: 1.3;
  display: block;
}
@media screen and (max-width: 961px) {
  .label_01.fs_54 {
    font-size: 1.5em;
  }
}
.label_01.fs_50 {
  font-size: 3.125em;
  font-weight: 700;
  line-height: 1;
  padding: 0.25em 0.5em 0.425em 1.25em;
  letter-spacing: 0.05em;
  margin-bottom: 0.75em;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.label_01.fs_50 .small {
  font-size: 0.56em;
  letter-spacing: 0.1em;
  margin-top: 0.25em;
  margin-left: 1em;
  text-align: center;
  flex: 1;
}
.label_01.fs_50 .mid {
  font-size: 0.72em;
  letter-spacing: 0.1em;
  margin-top: 0.25em;
  margin-left: 1em;
  text-align: center;
  flex: 1;
}
@media screen and (max-width: 961px) {
  .label_01.fs_50 {
    font-size: 1.5em;
    display: block;
    text-align: center;
  }
  .label_01.fs_50 .small,
  .label_01.fs_50 .mid {
    display: block;
    width: 100%;
    margin-left: 0;
  }
}
.label_01.fs_48 {
  font-size: 3em;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 0 0.125em 4px;
  margin-bottom: 0.833em;
}
@media screen and (max-width: 961px) {
  .label_01.fs_48 {
    font-size: 1.5em;
    letter-spacing: 0;
  }
}
.label_01.fs_40 {
  font-size: 2.5em;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 0.25em 0;
  margin-bottom: 1em;
}
@media screen and (max-width: 961px) {
  .label_01.fs_40 {
    font-size: 1.25em;
  }
}
.label_01.fs_37 {
  font-size: 2.3125em;
  font-weight: 700;
  line-height: 1.2;
  padding: 0.5em 0 0.6em;
  margin-bottom: 1.081em;
}
@media screen and (max-width: 961px) {
  .label_01.fs_37 {
    font-size: 1.25em;
  }
}
.label_01.fs_37 .yellow {
  font-size: 1.108em;
}
.label_01.fs_37 .small {
  font-size: 0.864em;
}
.label_01.fs_36 {
  font-size: 2.25em;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  padding: 0.25em 0 0.425em;
}
#reason .label_01.fs_36 {
  letter-spacing: 0.12em;
  padding: 0.65em 0 0.525em;
}
#diagnose .label_01.fs_36 {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 961px) {
  .label_01.fs_36 {
    font-size: 1.25em;
  }
  #diagnose .label_01.fs_36 {
    font-size: 1.5em;
  }
}
.label_01.fs_30 {
  font-size: 1.875em;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 0.125em 0.75em 0.25em;
  margin-bottom: 1.081em;
}
@media screen and (max-width: 961px) {
  .label_01.fs_30 {
    font-size: 1.25em;
  }
}
.label_01.fs_28 {
  font-size: 1.75em;
  letter-spacing: 0.2em;
  padding: 0.5em 0 0.6em;
  margin-bottom: 1.081em;
}
@media screen and (max-width: 961px) {
  .label_01.fs_28 {
    font-size: 1.25em;
  }
}
.label_01.fs_24 {
  font-size: 1.5em;
  padding: 0.125em 0 0.25em;
  line-height: 1;
}
@media screen and (max-width: 961px) {
  .label_01.fs_24 {
    font-size: 1.25em;
  }
}
.label_01.fs_21 {
  font-size: 1.32em;
  padding: 0.125em 0 0.25em;
  line-height: 1;
}
@media screen and (max-width: 961px) {
  .label_01.fs_21 {
    font-size: 1.25em;
  }
}
.label_01.non_margin {
  margin-bottom: 0;
}

.label_02 {
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.label_red {
  background-color: #da002d;
  color: #fff;
  text-align: center;
}
.label_red.fs_37 {
  font-size: 2.3125em;
  font-weight: 700;
  padding: 0em 0.25em 0.125em;
  margin-bottom: 40px;
}
@media screen and (max-width: 961px) {
  .label_red.fs_37 {
    font-size: 1.125em;
  }
}

.label_flag {
  display: inline-block;
  position: relative;
  height: 45px;
  line-height: 45px;
  text-align: center;
  padding: 0 35px;
  font-size: 1.75em;
  font-weight: 700;
  letter-spacing: 0.1em;
  background: #534741;
  color: #fff;
}
.label_flag::before,
.label_flag::after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
}
.label_flag::before {
  top: 0;
  left: 0;
  border-width: 22.5px 0px 22.5px 10px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}
.label_flag::after {
  top: 0;
  right: 0;
  border-width: 22.5px 10px 22.5px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
@media screen and (max-width: 961px) {
  .label_flag {
    font-size: 1.125em;
    padding: 0 24px;
    height: 40px;
    line-height: 40px;
  }
  .label_flag::before {
    border-width: 20px 0px 20px 8px;
  }
  .label_flag::after {
    border-width: 20px 8px 20px 0px;
  }
}

.icon_flag {
  /* text-align: center; */
  /* color: #000; */
  color: #c91933;
  font-weight: 500;
}
.icon_flag .step {
  /* font-size: 0.875em; */
  font-size: 2em;
  line-height: 1;
}
.icon_flag .number {
  /* font-size: 3.375em; */
  font-size: 2em;
  line-height: 1;
}
@media screen and (max-width: 961px) {
  .icon_flag {
    padding-top: 0.5em;
  }
  .icon_flag .step {
    /* font-size: 0.75em; */
    font-size: 1.75em;
  }
  .icon_flag .number {
    font-size: 1.75em;
  }
}

/*========== 各ページここから ==========*/
/*==========
02_はじめての方へページ
==========*/
#reason {
  color: #000;
  font-feature-settings: "palt";
}
#reason .text_specital_01 {
  text-align: center;
  font-size: 2.875rem;
  letter-spacing: -0.05em;
  line-height: 1.25;
}
#reason .text_specital_01 .cross {
  font-size: 1.444em;
}
#reason .text_specital_01 .mid {
  font-size: 1.209em;
}
#reason .text_specital_01 .big {
  font-size: 1.581em;
  font-weight: 500;
  letter-spacing: -0.05em;
}
#reason .text_specital_01 .number {
  font-size: 2.534em;
  font-weight: 700;
  color: #e82609;
}
@media screen and (max-width: 961px) {
  #reason .text_specital_01 {
    text-align: center;
    font-size: 1.125em;
    margin-top: 0.25em;
  }
  #reason .text_specital_01 .cross {
    font-size: 1em;
  }
  #reason .text_specital_01 .number {
    font-size: 2em;
  }
}
#reason .text_specital_02 {
  font-size: 2.5em;
  font-weight: 700;
}
#reason .text_specital_02 .big {
  font-size: 1.6em;
}
@media screen and (max-width: 961px) {
  #reason .text_specital_02 {
    font-size: 1.25em;
  }
}
#reason .list_house {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(100% + 16px);
  margin: -8px;
}
#reason .list_house > * {
  width: calc(25% - 16px);
  margin: 8px;
  text-align: center;
  background: center/100% 100% url("../img/common/list_house_bg.svg") no-repeat;
}
#reason .list_house .number {
  color: #fff;
  padding-top: 1.5em;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1;
}
#reason .list_house .number .big {
  font-size: 2.636363em;
}
#reason .list_house .text {
  margin-top: 0.5em;
  margin-bottom: 1em;
  color: #5d4d2b;
}
@media screen and (max-width: 961px) {
  #reason .list_house > * {
    max-width: 180px;
    width: calc(50% - 16px);
    font-size: 0.75rem;
  }
  #reason .list_house .number {
    font-size: 1rem;
  }
  #reason .list_house .number .big {
    font-size: 2.636363em;
  }
}
#reason .list_merit {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 40px);
  margin: -10px -20px;
}
#reason .list_merit > * {
  width: calc(50% - 40px);
  margin: 10px 20px;
}
#reason .list_merit .text_area {
  margin-top: 4px;
  text-align: center;
}
@media screen and (max-width: 961px) {
  #reason .list_merit {
    width: calc(100% + 20px);
    margin: -10px;
  }
  #reason .list_merit > * {
    width: calc(100% - 20px);
    margin: 10px;
  }
  #reason .list_merit img {
    margin-left: auto;
    margin-right: auto;
  }
  #reason .list_merit .fs_20 {
    font-size: 1rem;
  }
}
#reason .list_cort {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 16px);
  margin: -8px;
}
#reason .list_cort > * {
  margin: 8px;
}
#reason .list_cort > *.col_02 {
  width: calc(50% - 16px);
}
#reason .list_cort > *.col_03 {
  width: calc((100% / 3) - 16px);
}
@media screen and (max-width: 961px) {
  #reason .list_cort {
    justify-content: center;
  }
  #reason .list_cort > *.col_02,
  #reason .list_cort > *.col_03 {
    width: 100%;
    max-width: 360px;
  }
}
#reason .list_guarantee > * {
  display: flex;
  flex-wrap: wrap;
}
#reason .list_guarantee > *:not(:last-of-type) {
  margin-bottom: 40px;
}
#reason .list_guarantee .icon_area {
  width: 160px;
}
#reason .list_guarantee .icon_area img {
  margin-left: auto;
  margin-right: auto;
}
#reason .list_guarantee .text_area {
  padding-left: 10px;
  flex: 1;
}
#reason .list_guarantee .ttl {
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 0.25em;
  padding-left: 1.325em;
  position: relative;
}
#reason .list_guarantee .ttl::before {
  content: "";
  width: 1em;
  height: 1em;
  background-color: #f7931e;
  display: block;
  position: absolute;
  top: 0.175em;
  left: 0;
}
@media screen and (max-width: 961px) {
  #reason .list_guarantee > * {
    justify-content: center;
  }
  #reason .list_guarantee .icon_area {
    width: 100%;
    margin-bottom: 1rem;
  }
  #reason .list_guarantee .icon_area img {
    max-width: 80px;
    max-height: 80px;
  }
  #reason .list_guarantee .text_area {
    flex: 0 1 auto;
    width: 100%;
  }
}
#reason #intro .cont_01 .ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 3.75em;
  font-weight: 700;
  margin: 64px 0;
  padding: 0.25em 0.25em 0.325em;
}
#reason #intro .cont_01 .ttl img {
  margin-right: 0.5em;
}
@media screen and (max-width: 961px) {
  #reason #intro .cont_01 .ttl {
    margin: 24px calc(15px * -1);
    font-size: 1.5em;
    padding: 0.5em 0.125em 0.625em;
  }
  #reason #intro .cont_01 .ttl img {
    margin-right: 0;
    max-width: 120px;
  }
}
#reason #health .cont_01 .label_01 {
  display: inline-block;
  padding: 0.125em 1em 0.3em;
}
@media screen and (max-width: 961px) {
  #reason #health .cont_01 .label_01 {
    width: 100vw;
    margin-left: calc(15px * -1);
    margin-right: calc(15px * -1);
  }
  #reason #health .cont_01 .underline_orange {
    font-size: 1.75rem;
  }
  #reason #health .cont_01 .list_merit {
    margin-top: -32px;
  }
}
@media screen and (max-width: 961px) {
  #reason #health .cont_02 .aside {
    font-size: 0.75rem;
  }
}
#reason #health .cont_02,
#reason #health .cont_03 {
  padding-bottom: 0;
}
@media screen and (max-width: 961px) {
  #reason #health .cont_01 .label_01,
  #reason #health .cont_02 .label_01,
  #reason #health .cont_03 .label_01,
  #reason #health .cont_04 .label_01 {
    margin-left: calc(15px * -1);
    margin-right: calc(15px * -1);
  }
}
#reason #health .cont_06 .flex {
  display: flex;
  width: calc(100% + 32px);
  margin: -16px;
}
#reason #health .cont_06 .flex > * {
  width: calc(50% - 32px);
  margin: 16px;
}
@media screen and (max-width: 961px) {
  #reason #health .cont_06 .flex {
    display: flex;
    width: calc(100% + 16px);
    margin: -8px;
  }
  #reason #health .cont_06 .flex > * {
    width: calc(50% - 16px);
    margin: 8px;
  }
}
@media screen and (max-width: 961px) {
  #reason #health .cont_05 .ttl,
  #reason #health .cont_06 .ttl {
    font-size: 1.75rem;
  }
}
#reason #utility .cont_01 .flex {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 10px);
  margin: -5px;
}
#reason #utility .cont_01 .flex > * {
  margin: 5px;
}
#reason #utility .cont_01 .flex .text_area {
  flex: 1;
}
#reason #utility .cont_01 .flex .text {
  padding-left: 1em;
  padding-right: 1em;
  margin-top: 8px;
}
@media screen and (max-width: 961px) {
  #reason #utility .cont_01 .flex > * {
    width: 100%;
  }
  #reason #utility .cont_01 .flex .img_area {
    order: 0;
  }
  #reason #utility .cont_01 .flex .img_area img {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  #reason #utility .cont_01 .flex .text_area {
    flex: 0 1 auto;
    order: 1;
  }
  #reason #utility .cont_01 .label_01.red {
    margin-left: calc(15px * -1);
    margin-right: calc(15px * -1);
  }
}
#reason #utility .cont_02 .flex {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 16px);
  margin: -8px;
}
#reason #utility .cont_02 .flex > * {
  margin: 8px;
}
#reason #utility .cont_02 .flex .text_area {
  flex: 1;
}
@media screen and (max-width: 961px) {
  #reason #utility .cont_02 .flex > * {
    width: 100%;
  }
  #reason #utility .cont_02 .flex .img_area {
    order: 0;
  }
  #reason #utility .cont_02 .flex .img_area img {
    margin-left: auto;
    margin-right: auto;
  }
  #reason #utility .cont_02 .flex .text_area {
    flex: 0 1 auto;
    order: 1;
  }
}
#reason #utility .cont_02 .list_01 .text {
  font-size: 1.5rem;
}
@media screen and (max-width: 961px) {
  #reason #utility .cont_02 .list_01 .text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 961px) {
  #reason #utility .cont_02 .img_area img {
    max-width: 80%;
  }
}
#reason #price .bg_lightblue .label_01 {
  padding-top: 0.125em;
  padding-bottom: 0.25em;
}
#reason #price .bg_lightblue,
#reason #price .bg_blue {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 961px) {
  #reason #price .label_01 {
    margin-left: calc(15px * -1);
    margin-right: calc(15px * -1);
  }
}
#reason #design .cont_01 .item {
  margin-bottom: 48px;
}
#reason #design .cont_01 .item .ttl {
  margin-bottom: 0.25em;
}
#reason #design .cont_01 .item .flex {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin: -10px;
}
#reason #design .cont_01 .item .flex > * {
  margin: 10px;
}
#reason #design .cont_01 .item .text_area {
  flex: 1;
}
@media screen and (max-width: 961px) {
  #reason #design .cont_01 .item .img_area {
    order: 0;
  }
  #reason #design .cont_01 .item .text_area {
    flex: 0 1 auto;
    order: 1;
  }
}
#reason #guarantee .lightgreen .label_01 {
  background-color: #00a99d;
}
#reason #guarantee .lightgreen .list_guarantee .ttl {
  color: #00a99d;
}
#reason #guarantee .lightgreen .list_guarantee .ttl::before {
  background-color: #00a99d;
}
#reason #guarantee .yellow .label_01 {
  background-color: #f7931e;
}
#reason #guarantee .yellow .list_guarantee .ttl {
  color: #f7931e;
}
#reason #guarantee .yellow .list_guarantee .ttl::before {
  background-color: #f7931e;
}
#reason #guarantee .pink .label_01 {
  background-color: #ed1e79;
}
#reason #guarantee .pink .list_guarantee .ttl {
  color: #ed1e79;
}
#reason #guarantee .pink .list_guarantee .ttl::before {
  background-color: #ed1e79;
}
@media screen and (max-width: 961px) {
  #reason #guarantee .label_01 {
    margin-left: calc(15px * -1);
    margin-right: calc(15px * -1);
  }
}
#reason #form {
  padding-top: 200px;
}
@media screen and (max-width: 961px) {
  #reason #form {
    padding-top: 40px;
  }
}

/*==========
03_リノベプラスのおすすめプランページ
==========*/
#plan .menu_anchor {
  margin-bottom: 24px;
}
#plan .menu_anchor li {
  margin: 0;
  border: 1px solid #333333;
  border-right: none;
}
#plan .menu_anchor li:last-child {
  border-right: 1px solid #333333;
}
#plan .menu_anchor li:first-child {
  /* background: #E6E6E6; */
  background: #fff;
  color: #534741;
}
#plan .menu_anchor li a {
  position: relative;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  font-size: 0.9em;
  transition: 0.5s;
}
#plan .menu_anchor li a:hover {
  color: #fff;
  background: #c91933;
  opacity: 1;
}
@media screen and (max-width: 961px) {
  #plan .menu_anchor {
    border-bottom: 1px solid #333;
  }
  #plan .menu_anchor li {
    border-bottom: none;
    box-sizing: border-box;
    width: 50%;
  }
  #plan .menu_anchor li:nth-child(even) {
    border-right: 1px solid #333;
  }
  #plan .menu_anchor li a {
    font-size: 0.6em;
  }
  #plan .menu_anchor .small {
    margin-top: 6px;
  }
}
#plan .section {
  padding: 57px 0;
  margin-bottom: 60px;
}
@media screen and (max-width: 961px) {
  #plan .section {
    padding: 40px 0;
    margin: 0;
  }
  #plan #plan04.section .float_area .ttl_section {
    font-size: 1.1em;
  }
}
#plan .ttl_section {
  font-size: 2.3em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 961px) {
  #plan .ttl_section {
    font-size: 2em;
  }
}
#plan .ttl_section .small {
  font-size: 0.5em;
  margin-top: 0.7em;
}
#plan #twenty_million {
  padding-bottom: 40px;
}
#plan .bg {
  border: 3px solid #000000;
  clip-path: polygon(60px 0, 100% 0, 100% 100%, 0 100%, 0 60px);
  background-color: #fff;
}
@media screen and (max-width: 961px) {
  #plan .bg {
    clip-path: polygon(30px 0, 100% 0, 100% 100%, 0 100%, 0 30px);
  }
}
#plan .clip {
  position: relative;
}
#plan .clip::after {
  content: "";
  background: center url("../img/child/plan/plan_bg_clip.svg") no-repeat;
  width: 120px;
  height: 120px;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(calc(-60px / 2.875), calc(-60px / 2.25));
}
@media screen and (max-width: 961px) {
  #plan .clip::after {
    width: 56px;
    height: 56px;
    transform: translate(0px, -11px);
  }
}
#plan .ttl_sec {
  padding: 30px;
  border-bottom: 1px solid #534741;
  display: flex;
}
#plan .ttl_sec .left_sec {
  width: 224px;
  margin: 0 8px 0 20px;
}
#plan .ttl_sec .right_sec {
  flex: 1;
}
#plan .ttl_sec .price .number {
  color: #e60064;
  font-size: 3.5625em;
  font-weight: 700;
  letter-spacing: -0.05em;
}
#plan .ttl_sec .price .text {
  font-size: 1.75em;
}
#plan .ttl_sec .desc_sec {
  background-color: #e6e6e6;
  font-size: 1.8125em;
  font-weight: 700;
  padding: 0.5em;
  letter-spacing: -0.025em;
  height: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
#plan .content_sec {
  padding: 30px;
  margin-left: 20px;
}
#plan .content_sec .text_area {
  font-size: 1.3125em;
  margin-top: 0.5em;
  color: #000;
}
#plan .list_befaft {
  margin-bottom: 80px;
}
#plan .list_befaft .row {
  font-size: 1.875em;
  margin-bottom: 40px;
}
#plan .list_befaft .row .content {
  border: none;
  padding: 0;
}
#plan .list_befaft .row .ttl {
  text-align: center;
  font-weight: 500;
  display: block;
  margin: 0.5em auto;
}
#plan .list_befaft .row.no_margin .ttl {
  margin-top: 0;
}
#plan .list_befaft .row.with_text .ttl {
  margin-top: 0;
  margin-bottom: 0.5em;
}
#plan .list_befaft .row.with_text .content {
  padding-top: 0;
}
#plan .list_befaft .row.with_text .arrow {
  margin-top: 3em;
}
#plan .list_befaft .arrow::after {
  border-width: 28px 0 28px 28px;
  border-color: transparent transparent transparent #b3b3b3;
}
#plan .asterisk {
  color: #000;
  max-width: 780px;
  margin: 0 auto;
  padding-bottom: 64px;
}
#plan .asterisk p {
  font-size: 1.3125em;
}
#plan .planTop_wrapper {
  margin-inline: auto;
  max-width: 1520px;
}
#plan .flexBox {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 4%;
  max-width: 1090px;
  margin-top: 70px;
  margin-right: auto;
}
#plan .flexBox .flexBox-right {
  margin-left: auto;
}
#plan .flexBox .img {
  max-width: 720px;
  width: 75%;
}
#plan .flexBox .txt {
  width: 34%;
}
#plan .flexBox .txt h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
#plan .flexBox .txt p {
  font-size: 18px;
  line-height: 1.9;
}
#plan .flexBox .txt ul li {
  list-style: disc;
  font-size: 15px;
}
#plan .flexBox.reverse {
  flex-direction: row-reverse;
  margin-top: 60px;
}
#plan .flexBox.reverse .img {
  margin-left: 0;
  margin-right: -10%;
}
@media screen and (max-width: 961px) {
  #plan .flexBox {
    display: block;
  }
  #plan .flexBox .img {
    width: 100%;
    margin-bottom: 15px;
    max-width: none;
    margin-left: 0;
  }
  #plan .flexBox .txt {
    width: 90%;
    margin: 0 auto;
  }
}
#plan .graph {
  margin-top: 60px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
#plan .graph .ttl_section {
  font-size: 24px;
}
#plan .graph img {
  max-width: 992px;
  width: 100%;
  margin: 20px auto;
}
#plan .graph p {
  margin-top: 30px;
  text-align: center;
}
#plan #plan06 .graph .ttl_section {
  font-size: 36px;
}
@media screen and (max-width: 961px) {
  #plan #plan06 .graph .ttl_section {
    font-size: 24px;
  }
}
#plan .kikkake {
  background: #eae1d2;
  padding: 40px 5% 5px;
  margin-top: 77px;
}
#plan .kikkake .cont {
  background: #fff;
  max-width: 1060px;
  width: 100%;
  margin: 43px auto;
  padding: 30px;
  box-sizing: border-box;
  position: relative;
  flex-wrap: nowrap;
  min-height: 310px;
}
#plan .kikkake .cont .txt {
  max-width: 62%;
  /* width: 70%; */
  /* width: fit-content; */
}
#plan .kikkake .cont .txt .name {
  font-weight: bold;
  text-align: left;
  display: block;
  font-size: 18px;
  /* border-bottom: 3px solid #c91933; */
  border-bottom: 3px solid #004129;
  padding-bottom: 10px;
  margin: 1em 0 20px 1em;
}
#plan .kikkake .cont .txt ul li {
  list-style: disc;
  font-size: 18px;
  margin-left: 1em;
  margin-top: 5px;
}
#plan .kikkake .cont .txt ul li:first-child {
  margin-top: 0;
}
#plan .kikkake .cont .silhouette {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 38%;
}
@media screen and (max-width: 961px) {
  #plan .kikkake .cont {
    min-height: 150px;
    padding: 15px;
  }
  #plan .kikkake .cont .txt {
    max-width: 60%;
    /* width: 100%; */
    width: fit-content;
  }
  #plan .kikkake .cont .txt .name {
    font-size: 15px;
    margin-bottom: 10px;
    padding-bottom: 7px;
  }
  #plan .kikkake .cont .txt ul li {
    font-size: 12px;
    margin-top: 2px;
  }
  #plan .kikkake .cont .silhouette {
    /* width: auto; */
    width: 43%;
    /* height: 70px; */
    /* transform: translateY(0); */
    transform: translateY(-50%);
    /* top: 10px; */
    top: 50%;
    right: 0px;
    /* min-width: 150px; */
    max-width: 200px;
  }
  #plan .kikkake .cont .silhouette img {
    display: block;
    /* width: auto; */
    width: 100%;
    height: 100%;
    margin-right: 0;
    margin-left: auto;
  }
  #plan .kikkake .cont.cont01 .silhouette {
    width: 46%;
  }
  #plan .kikkake .cont.cont02 .txt {
    max-width: 78%;
    /* width: 78%; */
  }
  #plan .kikkake .cont.cont02 .silhouette {
    right: -23px;
    max-width: 180px;
  }
  #plan .kikkake .cont.cont03 .txt {
    max-width: 65%;
    /* width: 65%; */
  }
  #plan .kikkake .cont.cont03 .silhouette {
    right: -20px;
    width: 55%;
  }
  #plan .kikkake .cont.cont04 .txt {
    max-width: 72%;
    /* width: 72%; */
  }
  #plan .kikkake .cont.cont04 .silhouette {
    top: 56%;
    width: 33%;
  }
  #plan .kikkake .cont.cont05 .silhouette {
    max-width: 170px;
    right: -10px;
    width: 52%;
  }
  #plan .kikkake .cont.cont06 .txt {
    max-width: 72%;
    /* width: 72%; */
  }
  #plan .kikkake .cont.cont06 .silhouette {
    right: -24px;
    width: 50%;
  }
  #plan .kikkake .cont.cont07 .silhouette {
    right: -24px;
    width: 50%;
  }
  #plan .kikkake .cont.cont08 .txt {
    max-width: 71%;
    /* width: 71%; */
  }
  #plan .kikkake .cont.cont08 .silhouette {
    top: 55%;
    width: 35%;
  }
  #plan .kikkake .cont.cont09 .txt {
    max-width: 79%;
    /* width: 79%; */
  }
  #plan .kikkake .cont.cont09 .silhouette {
    right: -40px;
    width: 50%;
  }
  #plan .kikkake .cont.cont10 .silhouette {
    right: -14px;
    width: 53%;
  }
  #plan .kikkake .cont.cont11 .txt {
    max-width: 79%;
    /* width: 79%; */
  }
  #plan .kikkake .cont.cont11 .silhouette {
    right: -27px;
  }
}
#plan .naiyou {
  width: 90%;
  margin: 78px auto 60px;
}
#plan .naiyou .category {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 890px;
  margin: 0 auto;
}
#plan .naiyou .category span {
  display: block;
  /* background: #E6E6E6; */
  background: #c91933;
  /* color: #76161B; */
  color: #fff;
  font-size: 18px;
  padding: 0 10px;
  /* border-radius: 30px; */
  line-height: 42px;
  margin-top: 22px;
  width: 24%;
  text-align: center;
  box-sizing: border-box;
}
#plan .naiyou .category span:first-child {
  margin-left: 0;
}
#plan .naiyou .category::before {
  content: "";
  display: block;
  width: 24%;
  order: 1;
}
#plan .naiyou .category::after {
  content: "";
  display: block;
  width: 24%;
}
#plan .naiyou .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin: 80px auto;
}
#plan .naiyou .flex .cont {
  color: #231815;
  width: 31%;
}
#plan .naiyou .flex .cont h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 10px 0 5px;
}
#plan .naiyou .flex .cont p {
  font-size: 18px;
}
#plan .naiyou .flex .cont .plan4_text01 {
  margin-top: 2.7em;
}
#plan .naiyou .flex .cont .plan4_text02 {
  margin-top: 1em;
}
@media screen and (max-width: 961px) {
  #plan .naiyou .category span {
    font-size: 12px;
    width: 48%;
  }
  #plan .naiyou .flex {
    display: block;
    margin: 40px auto;
  }
  #plan .naiyou .flex .cont {
    width: 100%;
    margin-top: 30px;
  }
  #plan .naiyou .flex .cont img {
    width: 100%;
  }
  #plan .naiyou .flex .cont:first-child {
    margin-top: 0;
  }
  #plan .naiyou .flex .cont .plan4_text01 {
    margin-top: 1em;
  }
}
#plan .float_area {
  max-width: 1500px;
  padding: 120px 0 0;
  margin: 0 auto;
}
#plan .float_area .cont {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  max-width: 1140px;
  margin-top: 120px;
}
#plan .float_area .cont:nth-child(odd) {
  flex-direction: row-reverse;
}
#plan .float_area .cont:nth-child(even) {
  margin-left: auto;
}
#plan .float_area .cont .img {
  width: 68%;
}
#plan .float_area .cont .txt {
  width: 30%;
}
#plan .float_area .cont .txt h3 {
  font-size: 36px;
  width: 100%;
  padding: 0;
  text-align: left;
  margin-bottom: 40px;
}
#plan .float_area .cont .txt p {
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 961px) {
  #plan .float_area {
    padding-top: 80px;
  }
  #plan .float_area .cont {
    /* display: block; */
    flex-direction: column-reverse;
    margin-top: 20px;
  }
  #plan .float_area .cont:nth-child(odd) {
    flex-direction: column-reverse;
  }
  #plan .float_area .cont .img {
    width: 100%;
  }
  #plan .float_area .cont .txt {
    width: 90%;
    margin: 10px auto;
  }
  #plan .float_area .cont .txt h3 {
    margin-bottom: 10px;
    font-size: 24px;
  }
  #plan .float_area .cont .txt p {
    font-size: 15px;
    line-height: 1.5;
  }
}
#plan .btn_02 {
  max-width: 360px;
  margin-top: 93px;
  font-size: 1.35em;
  padding-left: 1.1em;
}
#plan .btn_02::after {
  background-image: url(../img/common/link_arrow02.png);
  margin-left: 0;
}
@media screen and (max-width: 961px) {
  #plan .ttl_sec {
    display: block;
    padding: 1em;
  }
  #plan .ttl_sec .left_sec {
    margin: 0;
    width: auto;
    display: flex;
  }
  #plan .ttl_sec .price {
    line-height: 1;
    margin: 0.5em 0 1em auto;
  }
  #plan .ttl_sec .price .number {
    font-size: 2em;
    letter-spacing: normal;
  }
  #plan .ttl_sec .price .text {
    font-size: 1em;
  }
  #plan .ttl_sec .desc_sec {
    font-size: 1em;
    letter-spacing: normal;
  }
  #plan .content_sec {
    padding: 1em;
    margin: 0;
  }
  #plan .content_sec .text_area {
    font-size: 1em;
  }
  #plan .list_befaft {
    margin-top: 40px;
  }
  #plan .list_befaft .row {
    font-size: 1.125em;
  }
  #plan .list_befaft .row .ttl {
    margin-top: 0;
  }
  #plan .list_befaft .row.with_text .arrow {
    margin-top: 2em;
  }
  #plan .list_befaft .arrow {
    margin: 0;
  }
  #plan .asterisk p {
    font-size: 0.75em;
  }
  #plan .btn_02 {
    max-width: 280px;
  }
}

/*==========
04_リノベーションの流れページ
==========*/
#flow #intro {
  margin-bottom: 40px;
  margin-top: 100px;
}
#flow #intro .asterisk {
  margin-top: 30px;
  text-align: center;
}
#flow #intro .intro_underline {
  width: 50.7em;
  border-bottom: 2px solid #c91933;
  margin-top: 8.1em;
  margin-left: auto;
}
#flow #intro .inner.pc_vis {
  display: block;
}
#flow #intro .inner.sp_vis {
  display: none;
}
@media (max-width: 641px) {
  #flow #intro .inner.pc_vis {
    display: none;
  }
  #flow #intro .inner.sp_vis {
    display: block;
  }
}
#flow #flow_content {
  margin-top: 85px;
  padding-left: 30px;
}
#flow #flow_content .content {
  margin-bottom: 120px;
}
#flow #flow_content .content .text_area {
  flex: 1;
}
#flow #flow_content .content .text_area_small {
  flex: 0.85;
}
@media screen and (max-width: 961px) {
  #flow #flow_content {
    padding-left: 15px;
  }
  #flow #flow_content .content {
    margin-bottom: 40px;
  }
}
#flow #flow_content .ttl_sec {
  position: relative;
  display: flex;
  gap: 10px;
  color: #000;
  margin-left: 1.5em;
  padding-left: 1em;
  border-bottom: 2px solid #c91933;
  width: 60%;
  font-family: inherit;
}
#flow #flow_content .ttl_sec .icon_flag {
  display: block;
  margin: 0 auto;
}
#flow #flow_content .ttl_sec .ttl {
  font-size: 2.3em;
  font-weight: 700;
  letter-spacing: 0.1em;
  width: fit-content;
}
#flow #flow_content .ttl_sec .number {
  position: relative;
  color: #c91933;
  font-weight: 700;
  font-size: 45px;
  margin-top: 5px;
}
#flow #flow_content .ttl_sec .number::before {
  position: absolute;
  content: "STEP";
  font-size: 25px;
  width: 67px;
  height: 30px;
  left: 50%;
  top: -23%;
  transform: translateX(-50%);
}
#flow #flow_content .asterisk p {
  font-size: 1.7em;
}
@media screen and (max-width: 961px) {
  #flow #flow_content .asterisk p {
    font-size: 0.8em;
  }
  #flow #flow_content .ttl_sec .number {
    font-size: 32px;
    margin-top: 0;
  }
  #flow #flow_content .ttl_sec .number::before {
    font-size: 17px;
    left: 82%;
  }
  #flow #flow_content .ttl_sec {
    width: fit-content;
    margin-inline: auto;
    padding-left: 3px;
  }
  #flow #flow_content .ttl_sec .icon_flag {
    font-size: 0.7em;
    font-weight: 700;
    text-align: center;
  }
  #flow #flow_content .ttl_sec .ttl {
    /* font-size: 1.25em; */
    font-size: 1.5em;
    margin: 0 auto;
  }
}
@media screen and (max-width: 374px) {
  #flow #flow_content .ttl_sec .ttl {
    font-size: 1.4em;
  }
}
#flow #flow_content .content_sec {
  color: #000;
  padding: 0.4em 0 1.5em 1.5em;
}
@media screen and (max-width: 961px) {
  #flow #flow_content .content .text_area_small {
    flex: 1;
  }
  #flow #flow_content .content_sec {
    padding: 1em 0;
  }
}
#flow #flow_content .content_sec .text_area {
  margin-top: 1.25em;
}
#flow #flow_content .content_sec .text_area .fs_26 {
  font-size: 1.625em;
}
@media screen and (max-width: 961px) {
  #flow #flow_content .content_sec .text_area {
    margin-top: 0;
  }
}
#flow #flow_content .content_sec .text_area_small .small-text {
  font-size: 1em;
  margin-bottom: 1em;
}
#flow #flow_content .content_sec .list_check {
  margin: 1.1em 0;
}
#flow #flow_content .content_sec .list_check > * {
  margin-top: 0.3em;
  font-size: 1.13em;
}
#flow #flow_content .content_sec .img_area {
  display: flex;
  align-items: flex-start;
}
#flow #flow_content .content_sec .img_area > *:not(:first-of-type) {
  margin-left: 10px;
}
@media screen and (max-width: 961px) {
  #flow #flow_content .content_sec .img_area > *:not(:first-of-type) {
    margin-left: 0;
    width: 100%;
  }
}
#flow #flow_content .content_sec .img_area.column {
  flex-direction: column;
}
#flow #flow_content .content_sec .img_area.column > *:not(:first-of-type) {
  margin-left: 0;
  margin-top: 10px;
}
#flow #flow_content .content_sec .intro_text {
  font-size: 1.875em;
}
#flow #flow_content .content_sec .intro_text.fs_36 {
  font-size: 2.25em;
  font-weight: 700;
}
#flow #flow_content .content_sec .intro_text.fs_32 {
  font-size: 2em;
  font-weight: 700;
}
#flow #flow_content .content_sec .foot_text {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.8;
}
#flow #flow_content .content_sec .foot_text .foot_text02 {
  font-size: 1.15em;
}
#flow #flow_content .content_sec .foot_text .big {
  letter-spacing: -0.01em;
  font-size: 1.65em;
  font-weight: 700;
  display: block;
  margin-bottom: 0.125em;
}
#flow #flow_content .content_sec .foot_text .big.red {
  color: #c91933;
}
#flow #flow_content .content_sec .btn_02 {
  width: 100%;
  max-width: initial;
  font-size: 1.3em;
  width: 80%;
  margin-left: 0;
}
@media screen and (max-width: 961px) {
  #flow #flow_content .content_sec .btn_02 {
    width: 100%;
  }
}
@media screen and (max-width: 961px) {
  #flow #flow_content .content_sec .img_area > * {
    min-width: 0;
  }
  #flow #flow_content .content_sec .img_area.column {
    flex-direction: row;
  }
  #flow #flow_content .content_sec .img_area.column > *:not(:first-of-type) {
    margin-left: 10px;
    margin-top: 0;
  }
  #flow #flow_content .content_sec .text_area .fs_26 {
    font-size: 1.125em;
  }
  #flow #flow_content .content_sec .intro_text {
    font-size: 1.25em;
  }
  #flow #flow_content .content_sec .intro_text.fs_36 {
    font-size: 1.25em;
  }
  #flow #flow_content .content_sec .intro_text.fs_32 {
    font-size: 1.25em;
  }
  #flow #flow_content .content_sec .foot_text {
    font-size: 0.9em;
    /* margin-top: 1em; */
  }
  #flow #flow_content .content_sec .foot_text.center {
    text-align: center;
  }
  #flow #flow_content .content_sec .foot_text .big {
    font-size: 1.3em;
  }
  #flow #flow_content .content_sec .btn_02 {
    font-size: 1em;
    /* margin: 0.875em 0; */
    margin: 1em auto;
    max-width: 280px;
  }
  #flow #flow_content .content_sec .btn_02::after {
    width: 35px;
    height: 5px;
    margin-left: 0.5em;
  }
}
#flow #flow_content .list_area {
  /*background-color: #f7f8da;
  padding: 0px 16px 0px;*/
}
#flow #flow_content .list_area .list_check {
  margin-top: 0;
}
#flow #flow_content .list_area .list_check > * {
  font-size: 1.25em;
  /* padding-top: 0.25em;
      padding-bottom: 0.5em; */
  padding-left: calc(30px + 0.5em);
}
#flow #flow_content .list_area .list_check > * .text_red {
  font-size: 1.2em;
}
#flow #flow_content .list_area .list_check > *::before {
  margin-top: 0.25em;
  width: 30px;
  height: 24px;
}
#flow #flow_content .list_area .list_check.col_2 > * {
  width: 37%;
}
@media screen and (max-width: 961px) {
  #flow #flow_content .list_area {
    /* padding: 0px 8px 0px; */
    padding: 0;
  }
  #flow #flow_content .list_area .list_check > * {
    /* font-size: 1em; */
    font-size: 0.9em;
    padding-left: calc(20px + 0.5em);
  }
  #flow #flow_content .list_area .list_check > *::before {
    width: 20px;
    height: 18px;
  }
}
#flow #flow_content .list_check .asterisk {
  font-weight: 400;
}
#flow #flow_content .list_check .small {
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (max-width: 961px) {
  #flow #flow_content .list_check .small {
    font-size: 1em;
  }
}
#flow #flow_content .flex_layout {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

/*==========
05_建物診断ページ
==========*/
#diagnose .menu_anchor > * a {
  background-color: #e6e6e6;
}
#diagnose .menu_anchor > * a:hover {
  background-color: #c91933;
}
#diagnose .menu_anchor > * a::after {
  position: static;
  font-size: 0.9em;
  margin-left: 1em;
}
#diagnose .section {
  padding-top: 0em;
  margin-top: 120px;
}
#diagnose .section#intro {
  margin-top: 60px;
}
#diagnose .intro_sec {
  margin-top: 40px;
}
#diagnose .section .intro_sec img {
  width: 100%;
}
@media screen and (max-width: 961px) {
  #diagnose .section {
    /* margin-top: 90px; */
    margin-top: 45px;
  }
}
#diagnose .ttl {
  /* font-family: "A1 Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif" !important; */
  /* font-weight: 400 !important; */
  margin-bottom: 40px;
}
#diagnose #intro .img_area .text {
  margin: 0 auto;
  text-align: center;
}
#diagnose #intro .img_area .big {
  font-size: 2.25em;
  font-weight: 700;
  /* display: block; */
  text-align: center;
}
#diagnose #intro .img_area .small {
  margin-top: 0.125em;
  display: block;
  margin-top: 1.2em;
  line-height: 2;
}
@media screen and (max-width: 961px) {
  #diagnose #intro .img_area .small {
    text-align: left;
  }
  #diagnose #intro .img_area .big {
    font-size: 1.5em;
    margin-top: 0;
  }
  #diagnose #intro .img_area .small {
    margin-top: 0.25em;
  }
}
#diagnose #intro .btn_07::after {
  margin-top: 0.8em;
}
#diagnose #intro .menu {
  margin-top: 180px;
}
#diagnose #intro .menu .ttl_head {
  font-size: 1.13em;
  font-weight: 700;
  text-align: center;
  /* font-family: "A1 Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"; */
  margin-bottom: 10px;
}
#diagnose #intro .menu .ttl_head .big {
  color: #c91933;
  font-size: 2em;
}
@media screen and (max-width: 961px) {
  #diagnose #intro .menu {
    margin-top: 90px;
    padding: 1em;
  }
  #diagnose #intro .menu .ttl_head .big {
    font-size: 1.361em;
  }
  #diagnose #intro .menu .ttl_head {
    font-size: 1.5em;
    --stroke-color: #ffffff;
    --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);
  }
}
#diagnose #intro .list_menu {
  width: calc(100% + 30px);
  margin-left: -15px;
}
#diagnose #intro .list_menu > * {
  width: calc(50% - 30px);
  margin: 15px;
  background-color: #fff;
  padding-bottom: 24px;
  display: flex;
  flex-direction: column;
}
#diagnose #intro .list_menu .label_01 {
  font-family: "Gothic Medium BBB", "Noto Sans JP", sans-serif;
  background: none;
  color: #231815;
  border-bottom: 1px solid #c91933;
  font-size: 1.32rem;
  margin-bottom: 20px;
}
#diagnose #intro .list_menu .img_area {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}
#diagnose #intro .list_menu .img_area img {
  height: 180px;
}
@media screen and (max-width: 961px) {
  #diagnose #intro .list_menu .img_area img {
    height: initial;
  }
}
#diagnose #intro .list_menu .text {
  font-size: 1em;
  width: 100%;
  font-weight: 400;
  margin: 0 auto;
  margin-bottom: 0.5em;
}
#diagnose #intro .list_menu .btn_07 {
  margin: auto auto 0;
}
@media screen and (max-width: 961px) {
  #diagnose #intro .list_menu {
    width: 100%;
    margin-left: 0;
  }
  #diagnose #intro .list_menu > * {
    width: 100%;
    margin: 16px 0;
    padding-bottom: 1em;
  }
  #diagnose #intro .list_menu .img_area {
    width: 100%;
  }
  #diagnose #intro .list_menu .img_area > * {
    width: calc(50% - 16px);
    margin: 8px;
  }
  #diagnose #intro .list_menu .text {
    font-size: 1em;
    padding: 0 0.5em;
    margin-bottom: 1em;
  }
}
#diagnose #intro .foot_text {
  /* font-size: 1.75em; */
  font-size: 1.13em;
  font-weight: 400;
  letter-spacing: 0.025em;
  width: 100%;
  text-align: center;
  margin: 0.5em auto 1em;
}
@media screen and (max-width: 961px) {
  #diagnose #intro .foot_text {
    font-size: 1.0625em;
    letter-spacing: 0;
  }
}
#diagnose .intro_sec .text {
  font-size: 1.13em;
  font-weight: 400;
  text-align: center;
  margin: 27px auto 80px;
}
@media screen and (max-width: 961px) {
  #diagnose .intro_sec .text {
    font-size: 1em;
    margin: 15px auto 20px;
  }
}
#diagnose .denger_sec {
  margin-bottom: 40px;
  position: relative;
}
#diagnose .denger_sec .ttl {
  color: #c91933;
  font-size: 2.25em;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
#diagnose .denger_sec .ttl .small {
  flex: 1;
  font-size: 0.75em;
  text-align: center;
}
@media screen and (max-width: 961px) {
  #diagnose .denger_sec {
    padding: calc(16px + 1em) 1em 0;
    margin-bottom: 0;
  }
  #diagnose .denger_sec .ttl {
    font-size: 1.5em;
    display: block;
    text-align: center;
    --stroke-color: #ffffff;
    --stroke-width: 3px;
    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);
  }
  #diagnose .denger_sec .ttl .small {
    display: block;
  }
}
#diagnose .layout_box {
  justify-content: center;
}
#diagnose .layout_box.col_2 > *{
  width: calc(50% - (25px * 2));
}
@media screen and (max-width: 961px) {
  #diagnose .layout_box.col_2 > *{
    width: 100%;
  }
}
#diagnose .list_denger {
  max-width: 840px;
  margin: 0 auto;
}
#diagnose .list_denger > * {
  margin: 16px 23px;
}
#diagnose .list_denger img {
  width: 100%;
  height: auto;
  aspect-ratio: 369 / 199;
}
#diagnose .list_denger .label_01.fs_21 {
  border-left: 11px solid #c91933;
  border-bottom: 2px solid #c91933;
  color: #000;
  padding-left: 0.5em;
  margin-bottom: 13px;
}
#diagnose .list_denger .text_area {
  padding: 0 0.625em 0.5em;
}
#diagnose .list_denger .text_area .big {
  font-size: 1.1875em;
  font-weight: 700;
  letter-spacing: -0.05em;
}
#diagnose .list_denger .text_area .text {
  line-height: 1.25;
  margin-top: 0.25em;
}
@media screen and (max-width: 961px) {
  #diagnose .list_denger {
    gap: 10px;
    justify-content: center;
    margin-left: -10px;
  }
  #diagnose .list_denger > * {
    margin: 16px 0;
  }
  #diagnose .list_denger .text_area {
    padding: 0.5em 0.625em 0.75em;
  }
  #diagnose .list_denger .text_area .big {
    font-size: 1.125em;
  }
  #diagnose .list_denger .text_area .text {
    font-size: 0.875em;
  }
}

/*==========
06_リノベーション施工事例：一覧ページ
==========*/
@media screen and (max-width: 961px) {
  #construction #child_mv,
  #construction_single #child_mv{
    background-image:url("../img/child/construction/construction_mv_bg_sp.jpg") !important;
  }
}
@media screen and (max-width: 961px) {
  #construction #child_mv.has_smalltxt {
    align-items: center;
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
#construction .child_body {
  margin-top: 50px;
}
#construction .child_body .ttl_section {
  margin-bottom: 0;
}
@media screen and (max-width: 961px) {
  #construction .child_body .ttl_section {
    padding: 0.25em 0em;
  }
}
#construction .inner {
  max-width: calc(1015px + 15px* 2);
}
@media screen and (max-width: 961px) {
  #construction  #child_mv .ttl{
    margin-top: 0;
    font-size: 1.8em;
  }
}
#construction .linkBox {
  max-width: 1000px;
  margin: 60px auto 0;
}
#construction .linkBox ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
#construction .linkBox ul li {
  width: 19%;
  border: 1px solid #000000;
  margin-top: 1.25%;
}
#construction .linkBox ul li a {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7em;
  padding: 10px;
}
#construction.design .linkBox ul li a {
  font-size: 1.32em;
}
@media screen and (max-width: 961px) {
  #construction.design .linkBox ul li a {
    font-size: 1em;
  }
}
#construction .linkBox ul li.active a {
  background: #c91933;
  color: #fff;
}
@media screen and (max-width: 961px) {
  #construction #all_list {
    padding-top: 0;
    padding-bottom: 48px;
  }
}
#construction #all_list #tab_nav {
  margin-top: 5px;
}
@media screen and (max-width: 961px) {
  #construction #all_list #tab_nav {
    margin-top: 24px;
  }
}
#construction #all_list .list_tab {
  margin-bottom: 10px;
}
#construction #all_list .list_tab::after {
  content: "";
  background-color: #c91933;
  width: 100vw;
  height: 10px;
  bottom: -10px;
  position: absolute;
}
#construction #all_list .list_tab .tab_ttl {
  font-size: 1.35em;
  font-weight: 400;
  background-color: #e6e6e6;
  color: #603813;
  border: none;
  margin: 0 2px;
}
#construction #all_list .list_tab .tab_ttl.active {
  background-color: #c91933;
  color: #fff;
}
#construction #all_list .list_tab .tab_ttl a {
  text-align: center;
  padding: 20px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1121px) {
  #construction #all_list .list_tab .tab_ttl {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 961px) {
  #construction #all_list .list_tab .tab_ttl {
    font-size: 0.875em;
  }
}
#construction #all_list .bg {
  position: relative;
  padding-top: 46px;
}
#construction #all_list .bg::before {
  content: "";
  width: 100vw;
  position: absolute;
  background: #eae1d2;
  top: 20%;
  margin-left: calc(-1 * (100vw - 100%) / 2);
  display: block;
  height: 30%;
  z-index: -1;
}
#construction.design #all_list .bg::before  {
  background: #978475;
  top: 110px;
  height: 373px;
}
#construction #all_list .bg::after {
  content: "";
  width: 100vw;
  position: absolute;
  background: #eae1d2;
  bottom: 0%;
  margin-left: calc(-1 * (100vw - 100%) / 2);
  display: block;
  height: 30%;
  min-height: 200px;
  z-index: -1;
}
#construction.design .inner {
  max-width: calc(1000px + 15px* 2);
}
#construction.design #all_list .bg::after {
  background: #978475;
  bottom: 10%;
}
#construction #all_list .bg.after_off::after {
  display: none !important;
}
#construction.design .linkBox ul li {
  width: calc(100% / 4);

}
#construction.design .link_zoom .img_area {
  aspect-ratio: 1;
}
#construction.design .link_zoom .img_area img {
  height: 100%;
}
#construction.design .content .ttl {
  margin-left: 1em;
  margin-top: 0.5em;
}
#construction #all_list .content {
  margin-top: 0;
  margin-bottom: 17px;
  width: 47%;
  max-width: none;
}
#construction #all_list .content .flex {
  display: flex;
  font-size: 0.94em;
  flex-wrap: nowrap;
}
@media screen and (max-width: 961px)  {
  #construction #all_list .content .flex {
    font-size: 0.75em;
  }
}
#construction #all_list .content .flex div {
  /* margin-left: 1em; */
  margin-right: 0;
}
#construction #all_list .content .flex div:first-child {
  margin-left: 0;
}
#construction #all_list .content .flex .type {
  margin-left: auto;
}
#construction #all_list .content a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#construction #all_list .content .ttl {
  font-size: 1em;
  text-align: left;
  padding: 0;
}
#construction.design  #all_list .content {
  margin-bottom: 215px;
}
@media screen and (max-width: 961px) {
  #construction.design  #all_list .content {
    margin-bottom: 0;
  }
}
#construction.design  #all_list .content .ttl {
  font-size: 1.32em;
}
@media screen and (max-width: 961px) {
  #construction.design  #all_list .content .ttl {
    font-size: 1em;
  }
}
#construction.design .list_construction .btn_03.green {
  padding: 10px 0;
  height: 41px;
  background-color: #fff;
  color: #c91933;
}
#construction.design .list_construction .btn_03.green:hover {
  background-color: #c91933;
  color: #fff;
}
#construction #all_list .btn_02 {
  max-width: unset;
  font-weight: 400;
  padding: 0.5em 0.25em;
  margin-top: 0.5em;
}
#construction #all_list .btn_02::after {
  width: 110px;
  margin-left: 0.5em;
}
@media screen and (max-width: 961px) {
  #construction #all_list .content {
    width: 100%;
    margin: 1em 4px;
  }
  #construction #all_list .bg {
    padding: 24px 0;
  }
  #construction #all_list .ttl {
    font-size: 1.125em;
  }
  #construction #all_list .cat_list {
    font-size: 12px;
  }
  #construction #all_list .btn_02 {
    font-size: 1em;
  }
}
#construction #category .inner {
  padding: 1em 15px 2em;
}
#construction #category .ttl_icon {
  font-size: 1.3125em;
  display: block;
  text-align: center;
  color: #c91933;
}
#construction #category .ttl_icon img {
  display: block;
  margin: 0 auto 10px;
}
#construction #category .ttl_icon_borderArea {
  border-color: #f7931e;
  padding: 0.5em 2em;
}
@media screen and (max-width: 961px) {
  #construction #category .inner {
    padding: 0px 15px;
  }
  #construction #category .ttl_icon {
    font-size: 1.125em;
  }
  #construction #category .ttl_icon_borderArea {
    padding: 1em;
  }
}

#construction.construction #all_list .bg::before {
  display: none;
}
#construction.construction #all_list .bg::after {
  display: none;
}
#construction.construction #all_list .content .flex_top {
  display: block;
}
#construction.construction #all_list .content .flex_top .cat {
  background-color: #c91933;
  border-radius: 4px;
  color: #fff;
  /* display: inline; */
  display: inline-block;
  line-height: 1.6;
  margin-top: 4px;
  padding: 1px 5px;
}
#construction.construction .list_construction .border {
  height: auto;
}
#construction.construction .col__wrap {
  display: flex;
  gap: 0 3%;
}

#construction.construction .col__wrap .link_zoom .img_area img {
  aspect-ratio: 346 / 224;
}
#construction.construction .col__wrap .sideArea {
  /* width: 420px; */
  width: 41%;
}
#construction.construction .col__wrap .sideArea .sideBlock {
  margin-bottom: 10px;
}
#construction.construction .col__wrap .sideArea .sideBlock .title {
  background-color: #c91933;
  color: #fff;
  margin-bottom: 5px;
  padding: 10px;
  text-align: center;
  font-size: 0.95em;
}
#construction.construction .col__wrap .sideArea .sideBlock .cont {
  background-color: #fff;
  border: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
}
#construction.construction .col__wrap .sideArea .sideBlock .cont .item {
  /* border-bottom: 1px dashed #ccc; */
  padding: 5px;
  width: 50%;
  font-size: 0.95em;
}
#construction.construction
  .col__wrap
  .sideArea
  .sideBlock
  .cont
  .item:nth-last-of-type(-n + 2) {
  border: 0;
}
#construction.construction
  .col__wrap
  .sideArea
  .sideBlock
  input[type="submit"] {
  background-color: #c91933;
  color: #fff;
  font: inherit;
  display: block;
  margin: 30px auto 0;
  padding: 15px 10px;
  width: 80%;
}
#construction.construction .col__wrap .sideArea .sideBlock--type .cont .item {
  width: 100%;
}
#construction.construction
  .col__wrap
  .sideArea
  .sideBlock--type
  .cont
  .item.half {
  width: 50%;
}
#construction.construction
  .col__wrap
  .sideArea
  .sideBlock--type
  .cont
  .item:nth-last-of-type(2) {
  border-bottom: 1px dashed #ccc;
}
@media screen and (max-width: 961px) {
  #construction.construction .col__wrap {
    flex-direction: column;
  }
  #construction.construction .col__wrap .sideArea {
    width: 100%;
  }
}

/*==========
07_リノベーション施工事例：詳細ページ
==========*/
@media screen and (max-width: 961px) {
  #construction_single #child_mv.has_smalltxt{
    align-items: center;
    padding-top: 2.8em;
    padding-bottom: 2.5em;
  }
}
#construction_single #child_mv .ttl {
  font-size: 1.8em;
  line-height: 36px;
}
#construction_single .slide_main .slick-slide img {
  object-fit: cover;
}
#construction_single .slide-arrow {
  width: 30px;
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
}
#construction_single .slide-arrow.next-arrow {
  right: 2%;
  z-index: 5;
}
#construction_single .slide-arrow.prev-arrow {
  left: 2%;
  z-index: 5;
}
@media screen and (max-width: 961px) {
  #construction_single .slide-arrow.next-arrow {
    right: -4%;
  }
  #construction_single .slide-arrow.prev-arrow {
    left: -4%;
  }
}
#construction_single .slide-arrow_thum {
  width: 8px;
  height: 15px;
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
}
#construction_single .slide-arrow_thum.next-arrow_thum {
  right: -4%;
}
#construction_single .slide-arrow_thum.prev-arrow_thum {
  left: 10.5%;
}
#construction_single .before_thumnailWrapper .slide-arrow_thum.prev-arrow_thum {
  left: 18.5%;
}
#construction_single .thumnailBox .before {
  margin-left: 7%;
  position: relative;
}

#construction_single .child_body {
  padding-top: 40px;
}
#construction_single #intro .ttl_sec .cat_and_date {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0.5em 0;
}
#construction_single #intro .ttl_sec .list_cat_const_single {
  width: calc(100% - 165px);
  display: flex;
  flex-wrap: wrap;
  padding-right: 1em;
}
#construction_single #intro .ttl_sec .list_cat_const_single > * {
  font-size: 1.125em;
}
#construction_single
  #intro
  .ttl_sec
  .list_cat_const_single
  > *:not(:first-of-type):not(.plan)::before {
  content: "｜";
}
#construction_single #intro .ttl_sec .list_cat_const_single > *.plan {
  padding-left: 1em;
}
#construction_single #intro .ttl_sec .list_cat_const_single > * a {
  transition: opacity 0.5s;
}
#construction_single #intro .ttl_sec .list_cat_const_single > * a:hover {
  opacity: 0.5;
}
#construction_single .bf {
  color: #c91933;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 961px) {
  #construction_single #intro .ttl_sec .list_cat_const_single {
    width: 100%;
  }
  #construction_single #intro .ttl_sec .list_cat_const_single > * {
    padding: 0.25em 0;
    font-size: 0.875em;
  }
}
#construction_single #intro .ttl_sec .post_date {
  display: block;
  width: 165px;
  font-size: 0.9375em;
  border: 1px solid #000;
  padding: 0.4em;
  margin: 0.25em 0;
  margin-left: auto;
  line-height: 1;
  text-align: center;
}
#construction_single #intro .ttl_sec .ttl_post_01 {
  font-size: 1.5em;
}
#construction_single #intro .flex_box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 3em;
}
.const_top_ttl {
  font-size: 1.5em;
  margin-top: 1.5em;
}
.const_top_text {
  font-size: 1em;
}
#construction_single #intro .flex_box .detail_sec {
  width: 40%;
}
#construction_single #intro .flex_box .detail_sec .dl_02 {
  border: 10px solid #978475;
  display: block;
  padding: 10px;
  font-size: 0.8em;
}
#construction_single #intro .flex_box .detail_sec .dl_02 .row {
  display: flex;
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid #eae1d2;
  font-size: 1.175em;
}
#construction_single #intro .flex_box .detail_sec .dl_02 .row:last-child {
  border-bottom: none;
}
#construction_single #intro .flex_box .detail_sec .dl_02 .row dt {
  width: 40%;
  background: none;
  padding-right: 0;
}
#construction_single #intro .flex_box .detail_sec .dl_02 .row dd {
  width: 60%;
}
#construction_single #intro .flex_box .detail_sec h3 {
  font-size: 18px;
}
#construction_single #intro .flex_box .kikkake {
  width: 55%;
  padding-top: 1em;
}
#construction_single #intro .flex_box .kikkake p {
  border: 10px solid #978475;
  padding: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 961px) {
  #construction_single #intro .flex_box {
    display: block;
  }
  #construction_single #intro .flex_box .detail_sec {
    width: 100%;
  }
  #construction_single #intro .flex_box .kikkake {
    width: 100%;
    margin-top: 10px;
  }
}
#construction_single #intro .const_content_ttl01 {
  margin-top: 2.5em;
  font-size: 18px;
}
.const_point_ttl01 {
  margin-top: 2em;
  font-size: 18px;
}
@media screen and (max-width: 961px) {
  .const_point_ttl01 {
    margin-top: 4em;
  }
}
.const_content_box {
  margin-bottom: 100px;
}
@media screen and (max-width: 961px) {
  .const_content_box {
    margin-bottom: 60px;
  }
}
.const_ttl {
  margin-top: 5px;
  font-size: 24px;
}
.const_text {
  font-size: 15px;
}
#construction_single #intro .detail_sec {
  padding-top: 1em;
}
#construction_single #intro .detail_sec .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}
#construction_single #intro .detail_sec .flex > * {
  width: 49%;
}
#construction_single #intro .detail_sec .flex > * p {
  color: #fff;
  background: #c91933;
  display: block;
  text-align: center;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 1.1875em;
}
#construction_single #intro .detail_sec .flex > * span {
  display: block;
  text-align: center;
  margin-top: 10px;
  font-weight: bold;
  color: #c91933;
  font-size: 2em;
}
@media screen and (max-width: 961px) {
  #construction_single #intro .detail_sec .flex > * span {
    font-size: 1.4em;
  }
}
#construction_single #intro .post_sec {
  font-size: 1.0625em;
  margin-top: 1.5em;
}
@media screen and (max-width: 961px) {
  #construction_single #intro .post_sec {
    font-size: 1em;
    margin-top: 2em;
  }
}
#construction_single #voice .inner {
  max-width: 938px;
}
#construction_single #voice .customer {
  background-color: #978475;
  color: #fff;
}
#construction_single #voice .customer .text_area {
  max-width: none;
}
#construction_single #voice .staff {
  background-color: #978475;
  color: #fff;
  margin-top: 60px;
}
#construction_single #voice .layout_box {
  align-items: flex-start;
  padding: 1em 0 4em;
  font-size: 16px;
  justify-content: flex-start;
}
#construction_single #voice .img_area {
  width: 109px;
  aspect-ratio: 1;
  margin-left: 14px;
}
@media screen and (max-width: 961px) {
  #construction_single #voice .img_area {
    width: 100%;
    height: 109px;
  }
}
#construction_single #voice .img_area img {
  margin: 0 auto;
}
#construction_single #voice .img_area .staff_name {
  text-align: center;
}
@media screen and (max-width: 961px) {
  #construction_single #voice .img_area {
    display: flex;
    flex: initial;
    margin-bottom: 2em;
  }
  #construction_single #voice .img_area img {
    margin-right: 10px;
    max-width: 100px;
    width: 50%;
  }
  #construction_single #voice .img_area .staff_name {
    flex: 1;
    text-align: left;
  }
}
#construction_single #voice .text_area {
  max-width: 720px;
  width: 100%;
}
#construction_single #voice .label_01 {
  color: inherit;
  font-size: 1.313em;
  text-align: left;
  padding-top: 1.5em;
}
@media screen and (max-width: 961px) {
  #construction_single #voice .label_01 {
    margin-bottom: 0;
  }
}
#construction_single #post_nav .post_nav .btn_05 {
  color: #534741;
  border: 1px solid #534741;
}
#construction_single #post_nav .post_nav .btn_05:hover {
  background-color: #534741;
  color: white;
}

.list_befaft .flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.list_befaft .flex p {
  margin-left: 10px;
}
.list_befaft .point {
  color: #fff;
  background: #c91933;
  text-align: center;
  width: fit-content;
  margin: 15px 0;
  padding: 5px 20px;
  border-radius: 20px;
}
.list_befaft .row {
  display: flex;
  justify-content: space-between;
  align-items: normal;
  margin-bottom: 2.5em;
}
.list_befaft .row.no_margin {
  margin-bottom: 0;
}
.list_befaft .row.no_margin .content {
  padding: 0;
}
.list_befaft .row.no_margin .ttl {
  margin: 0;
}
.list_befaft .row .content {
  border: none;
  padding: 1em;
  width: 100%;
  max-width: 480px;
}
.list_befaft .row .content img {
  margin: 0 auto;
}
.list_befaft .row .rela {
  position: relative;
}
.list_befaft .row .rela .small {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #c91933;
  color: #fff;
  text-align: center;
  padding: 5px 20px;
  border-top-right-radius: 10px;
  font-size: 12px;
}
.list_befaft .row .text_wrap {
  padding: 1em;
  font-size: 0.9375em;
}
.list_befaft .row .arrow {
  display: block;
  align-self: center;
  margin: 0.5em;
}
.list_befaft .row .arrow::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #c91933;
}
@media screen and (max-width: 961px) {
  .list_befaft:not(.plan) .row {
    display: block;
    margin-bottom: 4em;
  }
  .list_befaft:not(.plan) .row .content {
    margin: 0 auto;
  }
  .list_befaft:not(.plan) .row .text_wrap {
    padding: 0.5em 0em;
  }
  .list_befaft:not(.plan) .row .arrow {
    margin: 1em auto;
  }
  .list_befaft:not(.plan) .row .arrow::after {
    margin: 0 auto;
    transform: rotate(90deg) scale(0.8);
  }
  .list_befaft.plan .row .content {
    padding: 0.5em;
  }
  .list_befaft.plan .row .arrow::after {
    transform: scale(0.4);
  }
}

/*==========
08_アフターメンテナンス・安心保証ページ
==========*/
#mainte .child_body .ttl {
  font-size: 3em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 961px) {
  #mainte .child_body .ttl {
    font-size: 1.5em;
    letter-spacing: 0;
  }
}
#mainte #intro {
  padding-top: 72px;
}
#mainte #warranty {
  background-color: rgba(255, 248, 177, 0.4);
  margin: 40px 0 60px 0;
}
#mainte #intro .text,
#mainte #warranty .text {
  font-size: 1.5em;
  letter-spacing: 0.025em;
  max-width: 840px;
  margin: 0 auto;
  margin-top: 40px;
}
#mainte #promise {
  background: center url("../img/common/drawing_bg.jpg") repeat;
  margin-bottom: 80px;
}
#mainte #promise .promise_aside {
  max-width: 840px;
  margin: 2em auto 0;
}
#mainte #ensure {
  background-color: rgba(179, 179, 179, 0.4);
  margin-bottom: 80px;
}
#mainte #ensure .foot_text {
  font-size: 1.5625em;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 961px) {
  #mainte #intro {
    padding-top: 40px;
  }
  #mainte #intro .text {
    font-size: 1em;
    margin-top: 24px;
  }
  #mainte #intro .text,
  #mainte #warranty .text {
    font-size: 1em;
    margin-top: 24px;
  }
  #mainte #promise {
    margin-bottom: 24px;
  }
  #mainte #ensure {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
  #mainte #ensure .foot_text {
    font-size: 1em;
  }
}

/*==========
09_会社概要ページ
==========*/
#company .ttl_section {
  margin-bottom: 70px;
}
#company #greed .bg {
  color: #000;
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
}
#company #greed .text_area {
  flex: 1;
  padding-right: 1em;
  font-size: 1.0625em;
  letter-spacing: 0.05em;
  line-height: 1.75;
  margin-bottom: 1em;
  width: 65%;
  color: #534741;
  font-family: "Noto Sans JP", sans-serif;
}
#company #greed .text_area strong {
  font-size: 1.3em;
  font-weight: 700;
}
#company #greed .text_area .text {
  margin-top: 1em;
}
#company #greed .img_area {
  text-align: right;
  width: 30%;
  max-width: 309px;
  margin-left: 5%;
}
#company #greed img {
  width: 100%;
}
#company #greed .signature {
  text-align: left;
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 1.75;
  margin-top: 10px;
}
@media screen and (max-width: 961px) {
  #company #child_mv {
    background-image: url("/wp-content/themes/aster/assets/img/child/company/company_mv_bg_sp.jpg") !important;
  }
  #company .ttl_section {
    margin-bottom: 0px;
  }
  #company #greed .bg {
    margin-top: 0;
    flex-wrap: wrap;
    padding: 1.25em;
  }
  #company #greed .text_area {
    flex: 0 1 auto;
    padding-right: 0;
    font-size: 1em;
    letter-spacing: 0;
    width: 100%;
  }
  #company #greed .img_area {
    text-align: center;
    /* width: 100%; */
    width: 90%;
    margin: 20px auto 0;
  }
  #company #greed .signature {
    font-size: 0.8em;
    margin-top: 0.5em;
  }
  #company #greed .signature .company {
    display: inline;
  }
  #company #greed .signature .name {
    display: inline;
  }
}
#company #content_01 .ttl {
  font-size: 1.9375em;
  font-weight: 700;
  color: #333;
  margin-bottom: 1.5em;
}
#company #content_01 .img_area {
  padding-right: 10px;
}
#company #content_01 .text_area {
  font-size: 1.1875em;
  letter-spacing: 0.1em;
  flex: 1;
}
#company #content_01 .layout_box {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 961px) {
  #company #content_01 .ttl {
    font-size: 1.25em;
    margin-bottom: 1em;
  }
  #company #content_01 .img_area {
    padding-right: 0px;
    margin-bottom: 1em;
  }
  #company #content_01 .text_area {
    font-size: 1em;
    letter-spacing: 0;
    flex: 0 1 auto;
  }
  #company #content_01 .layout_box {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
#company #access .list_store {
  margin-bottom: 2em;
}
#company #access .list_store .ttl {
  display: flex;
  font-size: 0.8em;
  letter-spacing: 0.1em;
  padding: 0.5em 0.5em 0.75em;
  color: #fff;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#company #access .list_store .ttl .post_number {
  padding-right: 0.25em;
  margin-left: auto;
}
#company #access .list_store .ttl .address {
  margin-right: 1em;
}
#company #access .list_store .map_area {
  margin-top: 0.5em;
  align-items: center;
}
#company #access .list_store .map_area iframe {
  width: 100%;
  display: block;
}
@media screen and (max-width: 961px) {
  #company #access {
    padding-bottom: 20px;
  }
  #company #access .list_store .ttl {
    display: block;
    padding: 0.5em;
    font-size: 1em;
    letter-spacing: 0;
  }
  #company #access .list_store .ttl .store_name,
  #company #access .list_store .ttl .post_number,
  #company #access .list_store .ttl .address {
    display: block;
    margin-right: 0;
  }
  #company #access .list_store .map_area img,
  #company #access .list_store .map_area iframe {
    width: 100%;
    max-width: 490px;
    margin: 0 auto;
  }
}
#company #vision h3 {
  font-size: 1.4em;
  margin-top: 60px;
  margin-bottom: 10px;
}
#company #media .ttl {
  font-size: 1.25em;
  font-weight: 700;
  padding-bottom: 1em;
}
#company #history h3 {
  font-size: 1.5em;
  margin: 40px 0 15px;
}
#company #history .dl_01 {
  max-width: none;
}
#company #history .dl_01 .row {
  border: none;
  align-items: stretch;
  padding: 0;
  font-weight: 400;
}
#company #history .dl_01 .row dt {
  flex: initial;
  text-align: center;
  background: #ccc;
  font-weight: 400;
  padding: 15px 30px;
  box-sizing: border-box;
  flex-shrink: 0;
  color: #534741;
}
#company #history .dl_01 .row dd {
  padding-top: 15px;
  padding-bottom: 15px;
}
#company #history .dl_01 .row dd .flex {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}
#company #history .dl_01 .row dd span {
  margin-right: 1em;
  width: 3em;
  text-align: center;
  flex-shrink: 0;
}
#company .btn_06 {
  margin: 30px auto;
  display: block;
  width: fit-content;
  padding: 15px;
  height: auto;
  background: #c91933;
}

/*==========
10_代表挨拶ページ
==========*/
#staff #intro {
  margin-top: 180px;
  padding-bottom: 0;
}
@media screen and (max-width: 961px) {
  #staff #intro {
    margin-top: 90px;
    padding-top: 40px;
  }
}
#staff .list_staff {
  padding-top: 24px;
}
#staff h3 {
  text-align: center;
  margin-top: 100px;
  font-size: 1.5em;
  margin-bottom: 60px;
}
#staff .img {
  width: fit-content;
  display: block;
  margin: 40px auto 160px;
}
#staff .content {
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
}
#staff .content .img_area {
  width: 180px;
}
#staff .content .text_area {
  flex: 1;
  margin-left: 1em;
  font-size: 14px;
}
@media screen and (max-width: 961px) {
  #staff .content {
    margin-top: 0px;
    margin-bottom: 2em;
  }
  #staff .content .img_area {
    width: 120px;
  }
}

#staff .list {
  display: grid;
  gap: 1.5em;
  grid-template-columns: 1fr 1fr 1fr;
}
#staff .list .item {
  background-color: #f5f5f5;

}
#staff .list .item .img__wrap {
  aspect-ratio: 4 / 3;
  width: 100%;
}
#staff .list .item .img__wrap img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
#staff .list .item .info {
  color: #000;
  padding: 1em;
  text-align: center;
  display: flex;
  flex-direction: column;
}
#staff .list .item .info .info_item01 {
  text-align: left;
}
#staff .list .item .info p {
  margin-top: 0.3em;
}
#staff .list .item .info p :first-of-type {
  margin-top: 0;
}
#staff .list .item .info .role {
  color: #c91933;
  text-align: center;
}
#staff .list .item .info .name {
  font-size: calc(24 / 16 * 1em);
  text-align: center;
}
#staff .list .item .info .message {
  margin-top: 0.3em;
  text-align: left;
}
@media screen and (max-width: 961px) {
  #staff .list {
    gap: 1em;
    grid-template-columns: 1fr 1fr;
  }
  #staff .list .item .info {
    font-size: calc(14 / 16 * 1em);
    padding: 0.5em;
  }
  #staff .list .item .info .name {
    font-size: calc(18 / 14 * 1em);
  }
  #staff .list .item .info .license {
    font-size: calc(12 / 14 * 1em);
  }
}

/*==========
11_ブログ：一覧ページ
==========*/
.category_blog {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 0;
}
.category_blog .cat_label {
  color: #fff;
  padding: 0.25em 0.5em;
  margin-right: 0.5em;
  margin-top: 0.5em;
  font-size: 0.875em;
}
#blog .menu_anchor {
  margin-top: 44px;
}
#blog #all_list {
  padding-top: 64px;
  margin-bottom: 40px;
}
@media screen and (max-width: 961px) {
  #blog #all_list {
    padding-top: 40px;
  }
}
#blog .list_04 {
  font-size: 0.9375em;
}
#blog .list_04 .content {
  max-width: 320px;
}
#blog .list_04 .content .bg {
  padding: 0.5em 0.3em 0.5em 1em;
}
#blog .list_04 .time {
  margin: 0.25em 0;
}
#blog .list_04 .bg {
  background-color: #fff;
}
#blog .list_04 .bg_line::before {
  top: 240px;
  background-color: #978475;
}
#blog .list_04 .bg_line::after {
  background-color: #978475;
  height: 228px;
}
#blog .list_04 .img_area img {
  aspect-ratio: 317 /238;
}

#blog .menu_anchor li {
  /* background-color: #e6e6e6; */
  border: 1px solid #000;
  color: #000;
  font-size: 1.13em;
  width: 240px;
  height: 40px;
}
#blog .menu_anchor li.active {
  background: #c91933;
  color: #fff;
}
#blog .menu_anchor li a {
  background-color: transparent;
}
#blog .menu_anchor li a::after {
  display: none;
}
@media screen and (max-width: 961px) {
  #blog .menu_anchor li {
    height: 52px;
    margin: 4px;
    width: 142px;
    font-size: 0.9em;
  }
}

/*==========
12_ブログ：詳細ページ
==========*/
#blog_single .blog_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
#blog_single #content {
  padding-top: 64px;
}
#blog_single #content time {
  font-size: 1.625em;
  padding: 0.25em 1em;
  display: block;
  color: #fff;
  background-color: #c91933;
}
#blog_single #content .blog_name {
  font-size: 24px;
}
#blog_single #content .ttl {
  font-size: 2.9375em;
  font-weight: 700;
  margin-bottom: 1.5em;
}
#blog_single #content .post_content {
  word-wrap: break-word; /* 長い単語を折り返す */
  white-space: normal; /* 通常のスペースで表示 */
  overflow: hidden; /* オーバーフローを隠す */
}
@media screen and (max-width: 961px) {
  #blog_single #content .blog_name {
    font-size: 16px;
  }
  #blog_single #content {
    padding-top: 40px;
  }
  #blog_single #content time {
    font-size: 1.25em;
    border-width: 8px;
    padding: 0.125em 0.5em;
    margin-bottom: 0.5em;
  }
  #blog_single #content .ttl {
    font-size: 1.5em;
    margin-bottom: 1em;
  }
}

/*==========
13_よくある質問ページ
==========*/
#faq #child_mv .ttl {
  padding-top: 1.3em;
}
#faq #anchor {
  margin-bottom: 90px;
}
#faq .menu_anchor {
  margin-top: 105px;
}
#faq .menu_anchor > * {
  width: 100%;
  max-width: 240px;
  height: 60px;
  border-radius: 0px;
  font-size: 1.0625em;
  background: #e6e6e6;
  color: #000;
  margin-inline: 4px;
}
#faq .menu_anchor > *:first-child {
  /* color: #fff; */
  background: #c91933;
  color: #fff;
}
#faq .menu_anchor > * a::after {
  position: static;
  margin-left: 0.4em;
  font-size: 1.1em;
}
@media screen and (max-width: 961px) {
  #faq .menu_anchor > * a::after {
    font-size: 0.6em;
  }
  #faq .menu_anchor {
    flex-wrap: wrap;
    margin-top: 60px;
    margin-bottom: 32px;
  }
  #faq .menu_anchor > * {
    /* font-size: 1em; */
    font-size: 0.75em;
    /* height: 48px; */
    height: 32px;
    max-width: 160px;
  }
}
#faq .faq_inner {
  max-width: calc(948px + 15px* 2);
}
#faq .ttl_section {
  font-size: 2.25em;
  padding-left: 8px;
  padding-right: 0;
  text-indent: 0;
  text-align: left;
  border-left: 24px solid #c91933;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 961px) {
  #faq .ttl_section {
    font-size: 1.65em;
    border-left: 12px solid #c91933;
    margin-bottom: 0;
  }
}
#faq .list_faq .question::before {
  color: #0071ba;
  left: 6px;
}
#faq .list_faq {
  padding-top: 22px;
}
#faq .faq_content {
  padding-top: 35px;
}
@media screen and (max-width: 961px) {
  #faq .faq_content {
    padding-top: 0;
  }
}
#faq .list_faq .question {
  padding: 24px 0 24px 42px;
}
#faq .list_faq .answer {
  margin-bottom: 0;
  padding: 21px 0 21px 8px;
}
#faq .list_faq .post_content p {
  line-height: 1.6;
}
/*==========
14_モデルハウス：一覧ページ
==========*/
#model #all_list {
  padding-top: 64px;
}
#model .ttl_section .small {
  margin-top: 1em;
}
@media screen and (max-width: 961px) {
  #model #all_list {
    padding-top: 40px;
  }
}
#model .list_04 .bg_line {
  width: 0;
  left: calc(50% - 90vw);
}
@media screen and (max-width: 961px) {
  #model .list_04 .bg_line {
    width: 100%;
  }
}
#model .list_04 .bg_line::before {
  background-color: #cbc1ba;
  height: 250px;
  top: 182px;
}
#model .list_04 .bg_line::after {
  top: 240px;
  background-color: #cbc1ba;
  /* background-color: #e6e6e6; */
  height: 309px;
}
#model .list_04 .content {
  margin: 40px 10px 82px;
}
#model .list_04 .bg {
  background-color: #fff;
  padding: 0em 1em 1em;
}
#model .list_04 .address_wrap {
  font-size: 14px;
  margin: 0.5em 0;
}
#model .list_04 .ttl {
  color: #000000;
  flex-grow: 1;
  font-size: 1.3125em;
  font-weight: 700;
  margin-bottom: 0.5em;
}
#model .list_04 .btn_03 {
  height: 40px;
  background: #fff;
  border-color: #c91933;
  color: #c91933;
}
#model .list_04 .btn_03:hover {
  background: #c91933;
  color: #fff;
}
@media screen and (max-width: 961px) {
  #model .list_04 .content {
    margin: 24px 4px;
  }
}
#model #list_model_area {
  margin-top: 50px;
}

/*==========
15_モデルハウス：詳細ページ
==========*/
#model_single .thumnailBox {
  padding: 8px 0 8px 10px;
}
#model_single .thumnailBox .after p {
  margin-right: 35px;
}
#model_single .thumnailBox p {
  font-size: 15px;
}
#model_single .thumnailBox .after p,
#model_single .thumnailBox .before p {
  margin-right: 25px;
}
#model_single .after_thumnailWrapper {
  width: 46.7%;
}
#model_single .before_thumnailWrapper {
  width: 51%;
}
#model_single .slide-arrow {
  width: 30px;
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
}
#model_single .slide-arrow.next-arrow {
  right: 2%;
  z-index: 5;
}
@media screen and (max-width: 961px) {
  #model_single .slide-arrow.next-arrow {
    right: -4%;
  }
}
#model_single .slide-arrow.prev-arrow {
  left: 2%;
  z-index: 5;
}
@media screen and (max-width: 961px) {
  #model_single .slide-arrow.prev-arrow {
    left: -4%;
  }
}
#model_single .slide-arrow_thum {
  width: 8px;
  height: 15px;
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
}
#model_single .slide-arrow_thum.next-arrow_thum {
  right: -4%;
}
#model_single .slide-arrow_thum.prev-arrow_thum {
  left: 10.5%;
}
#model_single .before_thumnailWrapper .slide-arrow_thum.prev-arrow_thum {
  left: 18.5%;
}
#model_single_single .before_thumnailWrapper .slide-arrow_thum.prev-arrow_thum {
  left: 10.5%;
}
#model_single .thumnailBox .before {
  margin-left: 7%;
  position: relative;
}
#model_single #content {
  padding-top: 40px;
  padding-bottom: 100px;
}
@media screen and (max-width: 961px) {
  #model_single .thumnailBox {
    padding: 8px 10px;
  }
  #model_single .after_thumnailWrapper {
    width: 96%;
  }
  #model_single .before_thumnailWrapper {
    width: 96%;
  }
  #model_single .slide-arrow_thum.prev-arrow_thum {
    left: 38px;
  }
  #model_single .thumnailBox p {
    margin-left: 0;
    margin-right: 19px;
  }
  #model_single .thumnailBox .after p {
    margin-right: 19px;
  }
  #model_single .thumnailBox .before p {
    margin-right: 19px;
  }
  #model_single .before_thumnailWrapper .slide-arrow_thum.prev-arrow_thum {
    left: 38px;
  }
  #model_single .slide-arrow_thum.next-arrow_thum {
    right: -6%;
  }
  #model_single .thumnailBox .slick-slide {
    width: 74px !important;
  }
  #model_single .thumnailBox p {
    font-size: 12px;
  }
  #model_single .thumnailBox .before {
    width: 100%;
    margin-left: 0;
  }
  #model_single #content {
    padding-top: 24px;
  }
}
#model_single .ttl_sec .date {
  border: 1px solid;
  color: #333;
  font-weight: 400;
  margin: 0 0 10px auto;
  padding: 3px 8px;
  width: fit-content;
}
#model_single .area {
  margin-bottom: 0.5em;
  display: block;
}
#model_single .mb40 {
  margin-bottom: 40px;
}
#model_single .list_title {
  font-size: 20px;
  color: #c91933;
}
#model_single .post_sec {
  margin: 40px 0;
  font-size: 1.25em;
  margin-top: 2em;
}
@media screen and (max-width: 961px) {
  #model_single .post_sec {
    font-size: 1em;
  }
}
#model_single .flex_box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
#model_single .flex_box .detail_sec {
  width: 40%;
}
#model_single .flex_box .kikkake {
  width: 55%;
  padding-top: 1em;
}
#model_single .flex_box .kikkake p {
  border: 5px solid #eae1d2;
  padding: 10px;
  box-sizing: border-box;
}
@media (max-width: 600px) {
  #model_single .flex_box {
    display: block;
  }
}
#model_single .detail_sec {
  padding-top: 1em;
}
#model_single .detail_sec.dataBox {
  background: #fff;
  display: block;
}
#model_single .detail_sec.dataBox .dl_02 {
  width: 49%;
  padding: 20px 30px;
}
#model_single .detail_sec.dataBox h3 {
  font-size: 18px;
}
@media (max-width: 600px) {
  #model_single .detail_sec.dataBox .dl_02 {
    width: 100%;
    margin-top: 10px;
  }
}
#model_single .detail_sec .dl_02 {
  display: block;
  border: 10px solid #978475;
  padding: 10px;
  box-sizing: border-box;
}
#model_single .detail_sec .dl_02 .row {
  border: none;
  border-bottom: 1px solid #eae1d2;
  width: 100%;
  font-size: 0.8em;
}
#model_single .detail_sec .dl_02 .row dt {
  width: 60%;
  background: none;
}
@media (max-width: 600px) {
  #model_single .detail_sec .dl_02 .row dt {
    width: 35%;
  }
}
#model_single .detail_sec {
  /* background-color: #e6e6e6; */
  background-color: #978475;
  display: flex;
  padding: 30px 0;
}
#model_single .detail_sec.detail_sec02 {
  padding: 30px;
}
#model_single .detail_sec .dl_02 {
  display: block;
}
#model_single .detail_sec .left_sec {
  width: 45%;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
#model_single .detail_sec .left_sec .model_access_title {
  margin-bottom: 1.7em;
}
#model_single .detail_sec .left_sec dl {
  display: flex;
  flex-wrap: wrap;
}
#model_single .detail_sec .left_sec dd {
  margin-bottom: 1.7em;
  width: 40%;
}
#model_single .detail_sec .left_sec .dt_tel {
  width: 12%;
}
#model_single .detail_sec .left_sec .dd_tel {
  width: 85%;
}
#model_single .detail_sec .left_sec .dt_address {
  width: 100%;
}
#model_single .detail_sec .left_sec .dd_address {
  width: 100%;
}
#model_single .detail_sec .left_sec .dt_time {
  width: 22%;
}
#model_single .detail_sec .left_sec .dd_time {
  width: 70%;
}
#model_single .detail_sec .right_sec {
  width: 55%;
}
@media screen and (max-width: 961px) {
  #model_single .detail_sec .left_sec .dt_tel,
  #model_single .detail_sec .left_sec .dd_tel,
  #model_single .detail_sec .left_sec .dt_address,
  #model_single .detail_sec .left_sec .dd_address,
  #model_single .detail_sec .left_sec .dt_time,
  #model_single .detail_sec .left_sec .dd_time {
    width: 100%;
  }
  #model_single .detail_sec {
    display: block;
    padding: 16px 0;
  }
  #model_single .detail_sec .left_sec {
    font-size: 1em;
    width: 100%;
  }
  #model_single .detail_sec .right_sec {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}
#model_single .map_wrap {
  padding-top: 66.6666%;
}
#model_single #form {
  padding-top: 0;
}
#model_single select:invalid {
  color: #b9b9b9;
}
#model_single select option {
  color: #000;
}
#model_single #form .form_first {
  margin-top: -42px;
}
@media screen and (max-width: 961px) {
  #model_single #form .form_first {
    margin-top: -21px;
  }
}
#model_single  #form dt label {
  font-size: 1em;
}
/*==========
18_イベント情報：一覧ページ
==========*/
.event_image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.event_image img {
  display: block;
  width: 900px;
}
.event_date_wrap {
  display: flex;
  /* flex-wrap: wrap; */
  align-items: center;
  font-weight: 400;
}
.event_date_wrap .event_date {
  letter-spacing: 0.05em;
  background-color: #e6e6e6;
  display: flex;
  align-items: center;
  padding: 0 0.5em;
  margin: 0.5em 0.5em 0.5em 0;
}
.event_date_wrap .icon {
  color: #fff;
  background-color: #603813;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}

#event .child_body {
  padding-top: 25px;
  margin-top: 40px;
}
#event .list_04 .bg {
  background-color: #fff;
  padding-bottom: 1.5em;
}
#event .list_04 .ttl {
  color: #000;
  flex-grow: 1;
  font-size: 1.13em;
  margin: 0 0.25em 1em;
}
#event .list_04 .content.end::after {
  content: "終了しました";
  font-size: 1.3125em;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
#event .list_04 .event_date_wrap {
  margin-bottom: 0em;
}
#event .list_04 .event_date_wrap .event_date {
  font-size: 11px;
  /* background: #E59700; */
  /* background: #41b3aa; */
  background: #0071ba;
  color: #fff;
  min-width: 200px;
  height: 30px;
}
#event .list_04 .event_date_wrap .icon {
  font-size: 13px;
  background: #000;
  /* background: #b3aa41; */
  background: #fac81e;
  width: 58px;
  height: 30px;
}
#event .list_04 .bg_line::before {
  background: #cbc1ba;
  height: 371px;
}
#event .list_04 .bg_line::after {
  background: #cbc1ba;
  height: 260px;
  z-index: -1;
}
@media screen and (max-width: 961px) {
  #event .list_04 .content.end::after {
    font-size: 1em;
  }
  #event .list_04 .event_date_wrap .event_date {
    padding: 0 1em;
    letter-spacing: 0;
    height: 32px;
    line-height: 32px;
  }
  #event .list_04 .event_date_wrap .icon {
    font-size: 0.75em;
    height: 32px;
    line-height: 32px;
  }
}
@media screen and (max-width: 456px) {
  .event_date_wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}

/*==========
19_イベント情報：詳細ページ
==========*/
/* #event_single .child_body {
  padding-top: 40px; } */
#event_single .section {
  padding-bottom: 146px;
}
#event_single
  #form
  input:not([type="button"]):not([type="checkbox"]):not([type="radio"]):not(
    [type="submit"]
  ):not(.readonly),
#event_single #form select,
#event_single #form textarea {
  width: 96%;
}

#event_single #form .form_first {
  margin-top: -42px;
}
#event_single #form dt label {
  font-size: 1em;
}
#event_single select {
  padding: 0.9em;
}
#event_single select:invalid {
  color: #b9b9b9;
}
#event_single select option {
  color: #000;
}
#event_single .dl_03 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
#event_single .dl_03 .row {
  width: 49%;
  font-size: 0.62em;
  border: 1px solid #c91933;
  display: table;
  table-layout: fixed;
}
#event_single .dl_03 .row:last-child {
  width: 100%;
  margin-top: 2%;
}
#event_single .dl_03 .row:last-child dd {
  padding-top: 0.3em;
  padding-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#event_single .dl_03 .row dt {
  background-color: #c91933;
  width: 140px;
  display: table-cell;
  vertical-align: middle;
}
#event_single .dl_03 .row dd {
  display: table-cell;
  vertical-align: middle;
}
#event_single .btn_01 {
  font-size: 1em;
}
#event_single #form dt {
  margin-left: 15px;
}
#event_single textarea {
  max-height: 215px;
}
#event_single #form #privacy {
  margin-top: 0;
  margin-right: 3.8%;
}
@media screen and (max-width: 961px) {
  #event_single
    #form
    input:not([type="button"]):not([type="checkbox"]):not([type="radio"]):not(
      [type="submit"]
    ):not(.readonly),
  #event_single #form select,
  #event_single #form textarea {
    width: 100%;
  }
  #event_single #form .form_first {
    margin-top: -28px;
  }
  #event_single .dl_03 {
    display: block;
  }
  #event_single .dl_03 .row {
    width: 100%;
    border-top: none;
  }
  #event_single .dl_03 .row:first-child {
    border-top: 1px solid #333;
  }
  #event_single .dl_03 .row:last-child {
    margin-top: 0;
  }
  #event_single .dl_03 .row:last-child dd {
    display: block;
    float: none;
  }
  #event_single #form #privacy {
    margin-right: 0;
  }
}
#event_single #content .bg {
  background: center url("../img/common/drawing_bg.jpg") repeat;
}
/* #event_single #content .inner_contents {
  padding-top: 32px;
  padding-bottom: 64px; } */
#event_single #content .ttl_sec .event_date_wrap {
  margin-top: 2.3em;
  margin-bottom: 3.4em;
}
#event_single .ttl_post_01 {
  font-size: 1.5em;
}
#event_single #content .ttl_sec .event_date_wrap .event_date {
  color: #fff;
  font-size: 0.9375em;
  /* background: #E59700; */
  /* background: #41b3aa; */
  background: #0071ba;
  min-width: 267px;
  height: 38px;
}
#event_single #content .ttl_sec .event_date_wrap .icon {
  /* background-color: #000; */
  /* background-color: #b3aa41; */
  background-color: #fac81e;
  font-size: 1.0625em;
  width: 106px;
  height: 38px;
  color: #fff;
}
@media screen and (max-width: 961px) {
  #event_single #content .ttl_sec .event_date_wrap .event_date {
    font-size: 13px;
    padding: 0 1em;
    letter-spacing: 0;
    height: 32px;
  }
  #event_single #content .ttl_sec .event_date_wrap .icon {
    font-size: 0.9375em;
    height: 32px;
  }
}
#event_single #content .detail_sec {
  padding-top: 3.5em;
  margin-bottom: 2em;
}
#event_single #content .detail_sec .btn_01 {
  margin-top: 3em;
  max-width: 233px;
  font-weight: 700;
  /* background: #333; */
  background: #c91933;
  color: #fff;
}
#event_single #content .detail_sec .btn_01::after {
  content: "〉";
  transform: rotate(90deg);
  font-size: 0.64em;
  margin-top: 0.75em;
  margin-left: 1em;
}
@media screen and (max-width: 961px) {
  #event_single #content .detail_sec .btn_01 {
    max-width: 220px;
  }
}
#event_single #content .detail_sec .anchor_access {
  /* font-size: 0.5862em; */
  font-size: 1em;
  color: #fff;
  background-color: #e6e6e6;
  color: #000;
  width: 156px;
  height: 38px;
  margin: 4px 0 0 auto;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
#event_single #content .detail_sec .anchor_access::after {
  content: "〉";
  transform: rotate(90deg);
  font-size: 0.64em;
  margin-top: 0.75em;
  margin-left: 1em;
}
@media screen and (max-width: 961px) {
  #event_single #content .detail_sec .anchor_access {
    font-size: 0.875em;
    margin-top: 1em;
    width: 140px;
    height: 32px;
  }
}
@media screen and (max-width: 450px) {
  #event_single #content .detail_sec .anchor_access {
    width: 107px;
    height: 24px;
  }
}
#event_single #content .post_sec {
  font-size: 1.25em;
  margin-top: 2em;
}
@media screen and (max-width: 961px) {
  #event_single #content .post_sec {
    font-size: 1em;
  }
}
#event_single #content .anchor_reserve {
  font-size: 2.25em;
  font-weight: 700;
  text-align: center;
  color: #c91933;
  margin: 1.6em auto;
}
@media screen and (max-width: 961px) {
  #event_single #content .anchor_reserve {
    font-size: 1.5em;
  }
}
#event_single #content .access_sec .label_01 {
  margin-bottom: 0;
}
#event_single #content .access_sec .map_wrap {
  padding-top: 50%;
}
#event_single #form {
  padding-top: 0;
}

/*==========
20_資料請求ページ
==========*/
#document #intro {
  margin: 20px auto;
}
@media screen and (max-width: 961px) {
  #document #intro {
    margin: 24px auto;
  }
  #document #intro .bnr {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}
#document .inner_document {
  max-width: calc(1060px + 15px* 2);
}
#document .bg {
  background: center/cover url("../img/child/document/bg.png") repeat;
  padding-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 53px;
}
#document .pb_24 {
  margin-top: 80px;
}
#document .ttl_arrow {
  margin-bottom: 80px;
}
#document .ttl_mid {
  text-align: center;
  font-size: 2.1875em;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #000;
  margin-bottom: 40px;
}
@media screen and (max-width: 961px) {
  #document .ttl_mid {
    font-size: 1.25em;
  }
}
#document .present_list .title_area {
  background-color: #c91933;
  color: #fff;
  font-size: 1.3em;
  font-weight: 400;
  text-align: center;
  line-height: 1.2;
  padding: 15px 10px;
}
#document .present_list .title_area .ttl {
  display: flex;
  align-items: center;
  justify-content: center;
}
#document .present_list .img_area {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 227px;
  padding: 8px;
}
@media screen and (max-width: 961px) {
  #document .present_list .title_area {
    font-size: 1.25em;
  }
}
#document .present_area {
  max-width: 946px;
  margin-left: auto;
  margin-right: auto;
}
#document .present_area .title_area {
  background-color: #f057bf;
  color: #fff;
  font-size: 2.25em;
  font-weight: 700;
  text-align: center;
  padding: 0.25em 0 0.325em;
}
#document .present_area .title_area .text_yellow {
  color: #ffff00;
}
#document .present_area .text_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffe4ff;
}
#document .present_area .text_area .label {
  background-color: #fff;
  color: #ff7bac;
  line-height: 1.25;
  margin-left: 1em;
}
#document .present_area .text_area .label .text {
  padding: 0.25em 1em;
  font-size: 1.875em;
  font-weight: 700;
  text-align-last: justify;
}
#document .present_area .list_dot {
  font-size: 1.25em;
}
#document .present_area .card_area {
  margin-left: -1em;
  margin-top: -0.75em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 961px) {
  #document .present_area .title_area {
    font-size: 1.25em;
    padding: 0.25em 0 0.325em;
  }
  #document .present_area .text_area {
    display: block;
    padding-top: 0.5em;
  }
  #document .present_area .text_area .label {
    margin: 0.5em;
    max-width: 9em;
    margin-left: auto;
    margin-right: auto;
  }
  #document .present_area .text_area .label .text {
    font-size: 1.25em;
  }
  #document .present_area .list_dot {
    font-size: 1em;
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
  #document .present_area .card_area {
    margin: 1em auto;
  }
}
#document #child_mv {
  min-height: 19vw;
}
@media screen and (max-width: 961px) {
  #document #child_mv {
    background-image: url("../img/child/document/document_mv_bg_sp.jpg") !important;
    min-height: 50vw;
  }
}
#document h2 {
  color: #000;
  font-size: 28px;
  margin-bottom: 60px;
  text-align: center;
}
#document h2 .num {
  color: #c91933;
  font-size: 2.22em;
  font-weight: 700;
}
#document h2 .big {
  font-size: 1.43em;
  font-weight: 700;
}
@media screen and (max-width: 330px) {
  #document h2 .big {
    font-size: 23px;
  }
}
@media screen and (max-width: 961px) {
  #document h2 {
    font-size: 17px;
  }
}
#document .point {
  display: flex;
  gap: 30px 0;
  margin-bottom: 43px;
}
#document .point .img__wrap img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 961px) {
  #document .point {
    flex-direction: column;
  }
}
#document .txt01 {
  color: #000;
  font-size: 2.32em;
  font-weight: 700;
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 961px) {
  #document .txt01 {
    font-size: 18px;
  }
}
#document .circle__wrap {
  display: flex;
  gap: 20px;
  justify-content: center;
}
#document .circle__wrap .circle {
  align-items: center;
  aspect-ratio: 1 / 1;
  background-color: #c91933;
  border-radius: 100vw;
  color: #fff;
  display: flex;
  font-size: 1.25em;
  justify-content: center;
  text-align: center;
  width: calc(920px / 5);
}
@media screen and (max-width: 961px) {
  #document .circle__wrap {
    flex-wrap: wrap;
    padding: 0;
  }
  #document .circle__wrap .circle {
    /* font-size: 1em; */
    font-size: 0.7em;
    width: calc((100% - 40px) / 3);
  }
  #document .circle__wrap .circle:nth-of-type(1) {
    margin-left: 1px;
  }
  #document .circle__wrap .circle:nth-of-type(2) {
    margin-right: 1px;
  }
}
@media screen and (max-width: 350px) {
  #document .circle__wrap {
    gap: 15px;
  }
  #document .circle__wrap .circle {
    /* font-size: 1em; */
    font-size: 10px;
    width: calc((100% - 30px) / 3);
  }
}
#document #form h2 {
  font-size: 36px;
}
@media screen and (max-width: 961px) {
  #document #form h2 {
    font-size: 18px;
  }
}

.wpcf7-not-valid-tip {
  font-size: 16px;
}

/*補助金情報*/
#subsidy .child_body {
  margin-top: 93px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
#subsidy .child_body .ttl_section {
  font-size: 2.5em;
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-indent: 0;
}
@media screen and (max-width: 961px)  {
  #subsidy .child_body .ttl_section  {
    font-size: 1.5em;
  }
}
#subsidy .child_body #intro .txt {
  text-align: center;
  margin: 30px auto 50px auto;
  line-height: 1.55;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 961px) {
  #subsidy .child_body {
    margin-top: 90px;
  }
  #subsidy .child_body #intro .txt {
    text-align: left;
  }
}
#subsidy h2 {
  /* font-family: "A1 Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"; */
  text-align: center;
  font-size: 1.5em;
  margin-bottom: 30px;
  letter-spacing: 0.03em;
}
#subsidy .section h2 {
  line-height: 1.7;
}
@media screen and (max-width: 961px) {
  #subsidy .section h2 {
    font-size: 1.4em;
    letter-spacing: 0.01em;
  }
}
#subsidy .performance .flexBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: stretch;
  max-width: 1000px;
  margin: 0 auto;
    margin-bottom: 50px;
}
#subsidy .performance .flexBox .cont {
  color: #fff;
  width: 49%;
  /* background: #EAE1D2; */
  background: #c91933;
  text-align: center;
  padding: 46px 20px 20px 20px;
  box-sizing: border-box;
}
#subsidy .performance .flexBox .cont .ttl {
  /* border-bottom: 1px solid #333; */
  border-bottom: 1px solid #fff;
  padding-bottom: 30px;
  margin-bottom: 12px;
  font-size: 1.563em;
}
#subsidy .performance .flexBox .cont .num{
  font-size: 2.19em;
}
@media screen and (max-width: 961px) {
  #subsidy .performance .flexBox .cont .ttl {
    font-size: 1.2em;
  }
  #subsidy .performance .flexBox .cont .num{
    font-size: 1.9em;
  }
}
@media screen and (max-width: 710px) {
  #subsidy .performance .flexBox .cont {
    padding-top: 20px;
  }
  #subsidy .performance .flexBox .cont .ttl {
    font-size: 1em;
  }
  #subsidy .performance .flexBox .cont .num{
    font-size: 1.4em;
  }
}

#subsidy .sonota {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 160px auto 127px;
  padding-left: 40px;
}
@media screen and (max-width: 961px) {
  #subsidy .sonota {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-left: 0;
  }
}
#subsidy .sonota .txt {
  text-align: left;
}
#subsidy .sonota .txt li {
  list-style: disc;
  margin-left: 1em;
}
@media screen and (max-width: 961px) {
  #subsidy .sonota .txt li {
    font-size: 0.9em;
  }
  #subsidy .sonota {
    display: block;
  }
  #subsidy .sonota .img {
    display: block;
    margin: 20px auto;
    width: fit-content;
  }
}
#subsidy .section {
  padding: 0;
}
#subsidy .section p.txt {
  text-align: center;
  margin: 35px auto 0;
  line-height: 1.7;
}
#subsidy .section p.txt small {
  font-size: 12px;
}
#subsidy .section .border-box {
  border: 1px solid #c91933;
  max-width: 1000px;
  width: 95%;
  margin: 17px auto 0;
  padding: 30px 30px 0 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 961px) {
  #subsidy .section .border-box {
    padding: 15px;
  }
}
#subsidy .section .border-box .bgbox {
  background: #f0ebe1;
  padding: 25px 30px 25px 42px;
  margin-bottom: 35px;
}
@media screen and (max-width: 961px) {
  #subsidy .section .border-box .bgbox {
    padding: 15px;
  }
}
#subsidy .section .cont {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 88px;
  font-weight: 400;
}
@media screen and (max-width: 961px)  {
  #subsidy .section .cont {
    margin-bottom: 60px;
  }
}
#subsidy .section .cont:last-child {
  margin-bottom: 0;
}
#subsidy .section .cont .leftbox {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  /* font-family: "A1 Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"; */
  font-size: 1.5em;
  padding-left: 1em;
}
@media screen and (max-width: 961px) {
  #subsidy .section .cont .leftbox  {
    padding-left: 0;
    font-size: 1.4em;
  }
}
#subsidy .section .cont .leftbox small {
  display: block;
  font-size: 0.75em;
}
#subsidy .section .cont .leftbox p {
  font-size: 0.667em;
  margin-top: 20px;
  font-family: "Gothic Medium BBB", "Noto Sans JP", sans-serif;
}
#subsidy .section .cont .rightbox {
  text-align: center;
  padding-right: 1em;
  font-size: 0.8em;
}
@media screen and (max-width: 961px) {
  #subsidy .section .cont .rightbox {
    padding-right: 0;
  }
}
#subsidy .section .cont .rightbox strong {
  /* font-family: "A1 Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"; */
  font-size: 1.5em;
  display: block;
}
#subsidy .section .cont .rightbox .icn {
  display: inline-block;
  font-size: 1em;
  /* background: #EAE1D2; */
  background: #0071ba;
  padding: 0 40px;
  margin: 2px;
  color: #fff;
}
#subsidy .section .cont .rightbox p {
  font-size: 1em;
}
@media screen and (max-width: 961px) {
  #subsidy .section .cont {
    display: block;
  }
  #subsidy .section .cont br {
    display: none;
  }
  #subsidy .section .cont .rightbox {
    margin-top: 20px;
  }
}
#subsidy #section02 {
  max-width: 950px;
  width: 95%;
  margin: 50px auto;
}
#subsidy #section02 .cont {
  border-bottom: 1px solid #c91933;
  padding-bottom: 50px;
  margin-bottom: 20px;
}
#subsidy .link a {
  display: block;
  margin: 60px auto 120px;
  width: fit-content;
  /* font-family: "A1 Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"; */
  font-size: 1.5em;
}
@media screen and (max-width: 961px) {
  #subsidy .link a {
    width: 95%;
  }
}

/*補助金情報*/
/*コンセプト*/
#concept {
  margin-top: 102px;
  display: block;
}
@media screen and (max-width: 961px) {
  #concept {
    margin-top: 90px;
  }
}
#concept .intro {
  text-align: center;
}
#concept .ttl_section {
  letter-spacing: 0.18em;
  font-size: 2.5em;
}
#concept .ttl_section .small {
  line-height: 1.9;
}
#concept .intro p {
  margin-top: 1em;
  letter-spacing: 0.1em;
}
#concept h3 {
  text-align: center;
  /* font-family: "A1 Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"; */
  font-size: 2.3em;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  margin-top: 138px;
  margin-bottom: 27px;
}
#concept #health {
  margin-top: 82px;
}
@media screen and (max-width: 961px) {
  #concept #health {
    margin-top: 25px;
  }
}
#concept #value {
  margin-top: 164px;
}
@media screen and (max-width: 961px) {
  #concept #value {
    margin-top: 25px;
  }
}
#concept h3 img {
  width: auto;
  height: 60px;
  display: block;
  margin: 0 auto 16px;
}
@media screen and (max-width: 961px) {
  #concept h3 {
    font-size: 1.4em;
    margin-bottom: 15px;
    margin-top: 25px;
  }
  #concept h3 img {
    height: 25px;
    margin: 0 auto 5px;
  }
}
#concept .cont .toggle {
  /* margin: 30px auto; */
  margin: 15px auto;
  display: block;
  max-width: 1000px;
  width: 90%;
}
@media screen and (max-width: 961px) {
  #concept .cont .toggle {
    width: 100%;
  }
}
#concept .cont .inner {
  max-width: 922px;
  margin: 60px auto;
  display: none;
  /* color: #534741; */
  color: #000;
}
#concept .cont .inner h4 {
  text-align: center;
  font-size: 2.3em;
  font-weight: 500;
  letter-spacing: 0.12em;
  /* font-family: "A1 Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"; */
  margin-bottom: 30px;
}
#concept .cont .inner h4 span {
  font-size: 1.31em;
  font-weight: 700;
  letter-spacing: 0.1em;
}
#concept .cont .inner h5 {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 20px;
}
#concept .cont .inner h5.intro_text_bg_red {
  background: #c91933;
  color: #fff;
  font-size: 2em;
  font-weight: 700;
  margin-top: 1em;
  padding: 0.25em 0;
}
@media screen and (max-width: 961px) {
  #concept .cont .inner h5 {
    font-size: 1em;
  }
  #concept .cont .inner h5.intro_text_bg_red {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 450px) {
  #concept .cont .inner h4 {
    font-size: 1.3em;
  }
}
#concept .cont .inner .innerbox {
  margin: 40px auto;
}
#concept .cont .inner .innerbox p {
  color: #534741;
}
#concept .cont .inner .innerbox .col_2 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 30px;
}
#concept .cont .inner .innerbox .col_2 .img {
  width: 48%;
  margin-bottom: 10px;
}
#concept .cont .inner .innerbox .col_2 .img small {
  text-align: right;
  font-size: 0.8em;
  display: block;
}
#concept .cont .inner .innerbox .col_2 .img p {
  font-size: 1.5em;
}
#concept .cont .inner .innerbox .col_2 .txt {
  width: 48%;
}
#concept .cont .inner .innerbox .col_2 .txt .ttl {
  border-bottom: 1px solid;
  font-size: 1.4em;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#concept .cont .inner .innerbox .col_2 .txt p {
  color: #000;
}
@media screen and (max-width: 961px) {
  #concept .cont .inner .innerbox .col_2 {
    display: block;
  }
  #concept .cont .inner .innerbox .col_2 .img {
    width: 100%;
    max-width: 420px;
    margin: 0 auto 10px;
  }
  #concept .cont .inner .innerbox .col_2 .img img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }
  #concept .cont .inner .innerbox .col_2 .img p {
    font-size: 1em;
  }
  #concept .cont .inner .innerbox .col_2 .txt {
    width: 100%;
  }
  #concept .cont .inner .innerbox .col_2 .txt .ttl {
    font-size: 1.2em;
  }
}
#concept .cont .inner .list_02 h3.ttl {
  font-size: 1.3125em;
  padding: 0 1em 4px;
  background-color: #c91933;
  color: #fff;
  text-align: left;
  font-family: "Gothic Medium BBB", "Noto Sans JP", sans-serif;
  margin: 0;
}
@media screen and (max-width: 961px) {
  #concept .cont .inner .list_02 h3.ttl {
    font-size: 1.2em;
  }
}
#concept .cont .inner p.intro_text {
  color: #000;
  text-align: center;
  font-size: 1.4em;
}
#concept .cont .inner p.intro_text_02 {
  font-size: 2em;
  margin-top: 2em;
  text-align: center;
}
@media screen and (max-width: 961px) {
  #concept .cont .inner p.intro_text {
    font-size: 1em;
  }
  #concept .cont .inner p.intro_text_02 {
    font-size: 1.1em;
  }
}
#concept .cont .inner .img_col_2 {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
  margin: 40px auto;
}
#concept .cont .inner .img_col_2 img {
  width: 50%;
}
#concept .cont .inner .graph {
  max-width: 480px;
  width: 80%;
  margin: 40px auto;
  padding-left: 10%;
}
#concept .cont .inner .obi {
  background-color: #978475;
  color: #fff;
  font-size: 2em;
  line-height: 1.25;
  padding: 0.75em 0;
  position: relative;
  text-align: center;
}
#concept .cont .inner .obi::before {
  background-color: #978475;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  z-index: -1;
}
#concept .cont .inner .obi .yellow {
  color: #ffff00;
}
#concept .cont .inner .obi .large {
  font-size: 1.2em;
}
@media screen and (max-width: 961px) {
  #concept .cont .inner .obi {
    font-size: 1.3em;
  }
}
#concept .cont .inner .obi .decolstion {
  position: relative;
}
#concept .cont .inner .obi .decolstion::before {
  position: absolute;
  content: "";
  width: 62px;
  height: 62px;
  background: center/contain url("../img/child/reason/reason_decolation.png")
    no-repeat;
  top: 25%;
  left: -4em;
}
#concept .cont .inner .obi .decolstion::after {
  position: absolute;
  content: "";
  width: 62px;
  height: 62px;
  background: center/contain url("../img/child/reason/reason_decolation.png")
    no-repeat;
  top: 25%;
  right: -19em;
}
@media screen and (max-width: 596px) {
  #concept .cont .inner .obi .decolstion::before {
    display: none;
  }
  #concept .cont .inner .obi .decolstion::after {
    display: none;
  }
}
/* #concept #cont02 .col_2 .img {
    width: auto; } */
#concept #cont02 .col_2 .txt {
  width: 50%;
  margin-left: 5%;
}
#concept #cont02 .col_2 .txt .ttl {
  font-size: 1.4em;
  border-bottom: 1px solid #534741;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 961px) {
  #concept #cont02 .col_2 {
    display: block;
  }
  #concept #cont02 .col_2 .img {
    width: 90%;
    max-width: 380px;
    display: block;
    margin: 0 auto 10px;
  }
  #concept #cont02 .col_2 .txt {
    width: 100%;
    margin-left: 0;
  }
  #concept #cont02 .col_2 .txt .ttl {
    font-size: 1.2em;
  }
}
#concept #cont03 .col_3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  margin: 40px auto 80px;
}
#concept #cont03 .col_3 .img__wrap {
  width: 32%;
  display: block;
  max-width: 100%;
}
#concept #cont03 .col_3 .img__wrap img {
  width: 100%;
}
#concept #cont03 .col_3 .img__wrap p {
  background: #c91933;
  color: #fff;
  font-size: 1.25em;
  margin-top: 0.1em;
  padding: 0.2em 0;
  text-align: center;
}
@media screen and (max-width: 961px) {
  #concept #cont03 .col_3 {
    margin: 40px auto 40px;
  }
  #concept #cont03 .col_3 .img__wrap p {
    font-size: 0.7em;
  }
}
#concept #cont03 .imgbox {
  margin-top: 40px;
}
#concept #cont03 .imgbox small {
  font-size: 0.8em;
  text-align: center;
  display: block;
}
#concept #cont03 .imgbox img {
  max-width: 100%;
  display: block;
  margin: 0 auto 10px;
}
#concept #cont04 .col_2 {
  padding-bottom: 40px;
  padding-top: 30px;
  border-top: 1px solid #000;
}
#concept #cont04 .col_2:last-child {
  border-bottom: 1px solid #000;
}
#concept #cont04 .col_2 .img {
  flex-shrink: 0;
  width: 30%;
  margin-right: 20px;
}
#concept #cont04 .col_2 .txt .ttl {
  font-size: 1.4em;
  margin-bottom: 1em;
}
@media screen and (max-width: 961px) {
  #concept #cont04 .col_2 .img {
    width: 100%;
    margin: 0 auto 10px;
  }
}
#concept #cont05 .col_2 {
  align-items: flex-start;
  margin-top: 40px;
}
#concept #cont05 .col_2 .txt {
  flex-shrink: 0;
  width: 28%;
  margin-right: 20px;
}
@media screen and (max-width: 961px) {
  #concept #cont05 .col_2 .txt {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
#concept #cont05 .col_2 .txt span {
  text-align: center;
  width: 100%;
  background: #c91933;
  color: #fff;
  display: block;
}
#concept #cont05 .col_2 .txt .ttl {
  font-size: 1.4em;
  margin: 10px auto;
}
#concept #cont05 .col_2 .img {
  width: 100%;
}
#concept #cont06 .col_2 .img small {
  text-align: left;
}
#concept #cont06 .btn_02 {
  width: fit-content;
  padding-left: 30px;
  padding-right: 30px;
  max-width: none;
  background: #c91933;
}

/*コンセプト*/
/*詳細用スライダー*/
.thumbnail .slick-track {
  transform: unset !important;
}

.thumbnail-img {
  opacity: 0.3;
  transition: opacity 0.3s linear;
}

.thumbnail .slick-current {
  opacity: 1;
}

.slick-slider {
  flex-shrink: 0;
}

.thumnailBox {
  display: flex;
  /* justify-content: space-between; */
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  background-color: #c91933;
  color: #fff;
  font-size: 0.7em;
  padding: 20px;
  margin-top: -3px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 961px) {
  .thumnailBox {
    /* margin-top: -10px; */
  }
}
#construction_single .thumnailBox {
  padding: 8px 0px 8px 10px;
}
#construction_single .thumnailBox .after p,
#construction_single .thumnailBox .before p {
  margin-right: 25px;
}
#construction_single .thumnailBox p {
  font-size: 15px;
}
#construction_single .after_thumnailWrapper {  
  width: 46.7%;
}
#construction_single .before_thumnailWrapper {
  width: 51%;
}
.thumnailBox p {
  margin-right: 10px;
}
.thumnailBox .after {
  position: relative;
  display: block;
}
.thumnailBox .before {
  position: relative;
  display: block;
  margin-left: 9%;
}
.thumnailBox img {
  margin: 0 5px;
}
.thumnailBox .after_arrow_img02 {
  width: 8px !important;
  height: 17px;
}
@media screen and (max-width: 961px) {
  #construction_single .thumnailBox {
    padding: 8px 10px;
  }
  #construction_single .after_thumnailWrapper {
    width: 96%;
  }
  #construction_single .before_thumnailWrapper {
    width: 96%;
  }
  #construction_single .slide-arrow_thum.prev-arrow_thum {
    left: 38px;
  }
  #construction_single .thumnailBox p {
    margin-left: 0;
    margin-right: 19px;
  }
  #construction_single .thumnailBox .after p {
    margin-right: 19px;
  }
  #construction_single .thumnailBox .before p {
    margin-right: 19px;
  }
  #construction_single .before_thumnailWrapper .slide-arrow_thum.prev-arrow_thum {
    left: 38px;
  }
  #construction_single .slide-arrow_thum.next-arrow_thum {
    right: -6%;
  }
  #construction_single .thumnailBox .slick-slide {
    width: 74px !important;
  }
  #construction_single .thumnailBox p {
    font-size: 12px;
  }
  #construction_single .thumnailBox .before {
    width: 100%;
    margin-left: 0;
  }
  .thumnailBox {
    display: block;
  }
  .thumnailBox p {
    display: block;
    width: 3em;
    flex-shrink: 0;
  }
  .thumnailBox .after {
    width: 100%;
  }
  .thumnailBox .before {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}

.slideBox {
  position: relative;
  margin: 0;
  padding: 0;
  line-height: 0;
}

.before_slide {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  transition: 0.5s;
}

.before_slide.active {
  z-index: 2;
  opacity: 1;
}

.after_thumnailWrapper {
  position: relative;
  width: 65%;
}
.before_thumnailWrapper {
  position: relative;
  width: 65%;
}

.thumnail_inner {
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  overflow: hidden;
}

.thumnailBox .slick-slide {
  position: relative;
  width: 88px !important;
  margin-inline: 1px;
}
.thumnailBox .slick-slide::after {
  content: "";
  width: 80px;
  padding-top: 75%;
  display: block;
}
.thumnailBox .slick-slide img {
  position: absolute;
  width: 95% !important;
  height: 100%;
  right: 0;
  left: 0;
  margin: auto;
  top: 0;
  object-fit: cover;
  object-position: center;
}

.slide_main .slick-slide {
  position: relative;
}
.slide_main .slick-slide::after {
  content: "";
  width: 80px;
  padding-top: 75%;
  display: block;
}
.slide_main .slick-slide img {
  position: absolute;
  height: 100% !important;
  width: auto !important;
  right: 0;
  left: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  object-fit: contain;
}

/* 3Dデザイン集用スライダー */
#construction_single.design_single .slide_main .slick-slide img {
  height: auto !important;
  width: 100% !important;
}
/* @media screen and (max-width: 961px) {
  #construction_single.design_single .slide_main .slick-slide img {
    height: 100% !important;
    width: auto !important;
  }
} */
#construction_single.design_single .thumnailBox {
  padding-inline:  40px;
}
#construction_single.design_single .slide-arrow_thum.prev-arrow_thum {
  padding-right:  20px;
  width: initial;
  left: 1%;
}
#construction_single.design_single .slide-arrow_thum.next-arrow_thum {
  right: 1%;
}


/*詳細用スライダー*/
#bnr {
  max-width: 1000px;
  margin: 40px auto;
}

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

.model_area .list_model {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
}
.model_area .list_model::before {
  content: "";
  display: block;
  background: #eae1d2;
  height: 40%;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  width: 100vw;
  z-index: -1;
}
.model_area .list_model .content {
  display: block;
}
.model_area .list_model .content .img_area {
  position: relative;
  width: 100%;
  aspect-ratio: 5 / 3;
}
.model_area .list_model .content .img_area img {
  position: absolute;
  top: 0;
  object-fit: cover;
  object-position: bottom;
  width: 100%;
  height: 100%;
}
.model_area .list_model .content .bg {
  display: block;
  width: 100%;
  padding: 1em;
  box-sizing: border-box;
  background: #fff;
}

#construction.design #all_list .content {
  width: 27%;
}
@media screen and (max-width: 961px) {
  #construction.design #all_list .content {
    width: 100%;
  }
  #construction.design .linkBox ul li {
    width: 45%;
  }
}
