@charset "UTF-8";

/* *{outline: solid 1px pink;} */
body {
  overflow-x: hidden;
}
main {
  margin: 0 auto;
  overflow-x: hidden;
  text-align: center;
}
img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: inline-block;
}
body {
  background-color: #fff;
}
.txt_left {
  text-align: left;
}

/* レスポンシブデザイン */
@media screen and (min-width: 769px) {
  body {
    margin: 0 auto;
  }
  .pcview {
    display: block;
  }
  .spview {
    display: none;
  }
  #fixedBnr img {
    width: 100%;
    max-width: 79px;
  }
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
  a img {
    transition: 1s;
  }
  a img:hover {
    opacity: 0.8;
    transform: translateY(-5px);
  }
}
@media screen and (max-width: 768px) {
  .spview {
    display: block;
  }
  .pcview {
    display: none;
  }
  footer p span {
    display: block;
  }
  #fixedBnr img {
    width: 100%;
    max-width: 50px;
  }
}
section .content {
  max-width: 1000px;
  /* max-width: 1060px; */
  margin: 0 auto;
  padding-inline: 30px;
}
@media screen and (max-width: 768px) {
  section .content {
    padding-inline: 0px;
  }
}

/* header */
@media screen and (min-width: 769px) {
  header h1 img {
    position: absolute;
    left: 40px;
    top: 20px;
    max-width: 110px;
    width: 30%;
    z-index: 10;
  }
}
@media screen and (max-width: 768px) {
  header h1 img {
    position: absolute;
    left: 10px;
    top: 10px;
    max-width: 380px;
    width: 50%;
    z-index: 10;
  }
}
header {
  margin: 0 auto;
  position: relative;
}

/* main */
@media screen and (min-width: 769px) {
  .fv_anime_box {
    max-width: 750px;
    width: 84%; /* tuika */
    margin: 0 auto 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    /* top: 300px; */
    top: 50%;
  }
  .fv_anime.first {
    top: 0;
    left: 0;
  }
  .fv_anime.second {
    top: 30px;
    left: 18%;
  }
  .fv_anime.third {
    top: 0;
    left: 33%;
  }
  .fv_anime.fourth {
    top: 50px;
    left: 47.5%;
  }
  .fv_anime.fifth {
    top: 0;
    right: 14%;
  }
  .fv_anime.last {
    top: 50px;
    right: 0;
  }
  .fv_content {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    /* top: 100px; */
    top: 14%;
    width: 100%;
  }
  .fv_content .fv_title {
    max-width: 490px;
    /* width: 60%; */
    width: 42%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .fv_anime_box {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    height: 100%;
  }
  .fv_content {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 64px;
    width: 88%;
  }
  .fv_content .fv_title {
    max-width: 604px;
    margin: 0 auto;
    width: 80%;
  }
  .fv_anime.first {
    /* bottom: 167px;
    left: 0;
    width: 38%; */
    display: none;
  }
  .fv_anime.second {
    width: 23%;
    top: 43%;
    left: 1%;
  }
  .fv_anime.third {
    width: 32%;
    top: 53%;
    left: 12%;
  }
  .fv_anime.fourth {
    width: 27%;
    top: 43%;
    left: 31%;
  }
  .fv_anime.fifth {
    width: 32%;
    top: 53%;
    left: 47%;
  }
  .fv_anime.last {
    width: 32%;
    top: 45%;
    left: 69%;
  }
}

section.main_catch .content {
  padding: 50px 0 60px;
}
@media screen and (max-width: 768px) {
  section.main_catch .content {
    padding: 24px 16px 53px;
  }
}
section.main_catch .content p {
  text-align: center;
  line-height: 2;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  section.main_catch .content p {
    margin-bottom: 5px;
  }
}
section.main_catch .content p:last-child {
  margin-bottom: 0;
}
.main_catch__writng-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .main_catch__writng-pc {
    display: none;
  }
  .main_catch__writng-sp {
    display: block;
  }
  section.main_catch .main_catch__writng-sp p {
    line-height: calc(30em / 14);
    letter-spacing: -0.05em;
  }
}
.inner_link {
  background-image: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1),
    rgba(10, 110, 177, 1) 30%
  );
  padding-bottom: 200px;
}
.inner_link h2 {
  margin: 0 auto 20px;
}
.inner_link h2 img {
  max-width: 450px;
  width: 62%;
}
@media screen and (max-width: 768px) {
  .inner_link {
    padding-bottom: 100px;
  }
  .inner_link h2 {
    margin: 0 auto 22px;
  }

  .inner_link h2 img {
    max-width: 450px;
    width: 68%;
  }
}
.inner_box {
  background-color: #3e3a39;
  max-width: 725px;
  width: 90%;
  padding: 50px 0;
  text-align: center;
  margin: 0 auto;
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 20px),
    calc(100% - 20px) 100%,
    0 100%
  );
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}
.inner_box ul.three_col {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  justify-content: center;
}
.inner_box ul.three_col li a img {
  max-width: 170px;
}
@media screen and (max-width: 768px) {
  .inner_box {
    max-width: 725px;
    width: 90%;
    padding: 30px 0 20px;
    text-align: center;
    margin: 0 auto;
  }

  .inner_box ul.three_col {
    display: flex;
    gap: 0;
    justify-content: center;
  }
  .inner_box ul.three_col li a img {
    max-width: 100px;
  }
}

.flatone_explain {
  background-color: #fff;
  width: 100%;
  padding: 160px 0 60px;
  margin-top: -140px;
}
.flatone_explain img {
  width: calc(100% - 140px);
  margin: 50px auto 0;
}
.flatone_explain p {
  line-height: 2;
  margin-bottom: 1rem;
}
.flatone_explain p span {
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .flatone_explain {
    padding: 100px 0 40px;
    margin-top: -100px;
  }
  .flatone_explain-pc {
    display: none;
  }
  .flatone_explain img {
    width: calc(100% - 26px);
    margin: -4px auto 0;
  }
}

p.notice {
  font-size: 0.9rem;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .flat_hot p.notice {
    margin-top: 30px;
    font-size: 0.75rem;
  }
}
p.notice span {
  color: red;
}
@media screen and (max-width: 768px) {
  .flat_hot p.notice span {
    font-size: 10px;
  }
}
section.flat_con_price {
  background-color: #d5f1fb;
  position: relative;
}
section.flat_hot {
  background-color: #dfe8dc;
  position: relative;
}
section.flat_rental {
  background-color: #c8ebea;
  position: relative;
}
section.flat_points {
  background-color: #f6f4e8;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.flat_points {
    background-color: unset;
  }
}
section.flat_con_price:before,
section.flat_hot:before,
section.flat_rental:before,
section.flat_points:before {
  content: "";
  position: absolute;
  background-image: url("../images/section_bg_1.png");
  width: 100px;
  height: 200px;
  background-size: contain;
  top: -100px;
  left: 0;
  z-index: 1;
}
section.flat_con_price:after,
section.flat_hot:after,
section.flat_rental:after,
section.flat_points:after {
  content: "";
  position: absolute;
  background-image: url("../images/section_bg_2.png");
  width: 100px;
  height: 200px;
  background-size: contain;
  top: -100px;
  right: 0;
  z-index: 1;
}
section.flat_con_price .content,
section.flat_hot .content,
section.flat_rental .content,
section.flat_points .content {
  padding-block: 120px 120px;
  position: relative;
}
section.flat_con_price .content h2,
section.flat_hot .content h2,
section.flat_rental .content h2 {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 485px;
  width: 48.5%;
}
section.flat_con_price .content h2 img,
section.flat_hot .content h2 img,
section.flat_rental .content img {
  width: 100%;
}
section.flat_con_price .content h3,
section.flat_hot .content h3 {
  margin: 80px auto 46px;
}
section.flat_rental .content h3 {
  margin: 80px auto 20px;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: left;
}
@media screen and (max-width: 768px) {
  section.flat_con_price .content h3,
  section.flat_hot .content h3 {
    margin: 30px auto 0;
    font-size: 16px;
  }
  section.flat_rental .content h3 {
    margin: 30px auto 0;
    font-size: 12px;
    letter-spacing: 0.1em;
  }
}

section.flat_con_price .content .three_col {
  margin: 0 auto 0px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  gap: 20px;
}
 section.flat_con_price .content .notice {
margin-top: 40px; 
}
 section.flat_con_price .content .flat_plan_option {
margin-top: 80px; 
}
@media screen and (max-width: 768px) {
  section.flat_con_price .content .three_col {
    margin-top: 6px;
    grid-template-columns: 1fr;
    gap: 8px;
  }
  section.flat_con_price .content .notice {
    margin-top: 20px;
    font-size: 10px;
    line-height: 1.8;
  }
  .flat_plan_option {
    margin-top: 16px;
  }
  .flat_con_price .collapse__button-afterBlock {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  section.flat_con_price:before,
  section.flat_hot:before,
  section.flat_rental:before,
  section.flat_points:before,
  section.flat_con_price:after,
  section.flat_hot:after,
  section.flat_rental:after,
  section.flat_points:after {
    content: unset;
  }
  section.flat_con_price .content
  /* section.flat_hot .content, */
  /* section.flat_rental .content, */
  /* section.flat_points .content */ {
    padding-block: 120px 108px;
    position: relative;
  }

  section.flat_con_price .content h2,
  section.flat_hot .content h2,
  section.flat_rental .content h2 {
    width: 92%;
  }
  section.flat_hot .content h2 {
    top: -56px;
  }

  section.flat_con_price .explain,
  section.flat_hot .explain {
    margin-top: -73px;
  }
}

p.flat_plan_option {
  margin: 80px auto 0;
}
.flat_hot_merit > div:first-child {
  margin: 0 auto;
}
.flat_hot_merit > div {
  margin: 70px auto 0;
}

p.flat_hot_price-pc {
  margin: 100px auto 40px;
}
.flat_hot_price-sp {
  display: content;
}
.flat_hot_price-spOnly {
  display: none;
}
.flat_hot .notice {
  margin-top: 30px;
  width: 93%;
  margin-left: auto;
  font-size: 14px;
}
.flat_hot .notice-wide{
   margin-top: 30px;
  width: 100%;
    font-size: 14px;
}
.txt-left{
  text-align: left;
}
.txt-red{
color: red;
 font-size: 14px;
}
@media screen and (max-width: 768px) {
  .flat_hot_merit {
    margin-top: 15px;
  }
  .flat_hot_merit > div {
    margin: 28px auto 0;
  }
  p.flat_hot_price-pc {
    margin: unset;
    display: none;
  }
  .flat_hot_price-spOnly {
    display: block;
  }
  .txt-red{
color: red;
 font-size: 10px;
}
.flat_hot .notice {
  width: 100%;
  font-size: 10px;
}
  .flat_hot .notice-wide{
    font-size: 10px;
}
}
.flat_rental_sumbnail {
  display: none;
}

.flat_rental_table {
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .flat_rental_table {
    margin-top: 10px;
    margin-bottom: 0;
  }
  .flat_rental .notice {
    margin-top: 22px;
    font-size: 10px;
    line-height: 1.65;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 768px) {
  .flat_hot_price-sp {
    margin-top: 45px;
  }
  .flat_hot_title-spWrap {
    font-size: 20px;
    font-weight: Bold;
    position: relative;
  }
    .flat_hot_title-spWrap::before{
position: absolute;
top: 50%;
left:0;
transform: translateY(-50%);
z-index: 0;
width:100%;
height: 1px;
background-color: #000;
content:"";
    }

       .flat_hot_title-sp{position: relative;
        z-index: 2;
        width: fit-content;
        margin-inline: auto;
        padding-inline: 10px;
        background-color: #dfe8dc;

       }
  
  .table-wrap {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    margin-top: 16px; /* テーブルとスクロールバーの間に余白 */
    /* padding-left: 2px; */
    padding-bottom: 20px; /* スクロールバーの下にも余白 */
  }

  .fixed-table {
    /* border-collapse: collapse; */
    /* width: 100%;
    min-width: 700px; */
    margin-top: 0px;
    border-collapse: separate;
    border-spacing: 2px;
    background-color: #dfe8dc;
  }

  .fixed-table th,
  .fixed-table td {
    white-space: nowrap;
    vertical-align: middle;
  }

  /* 左列固定 */
  .fixed-col {
    position: sticky;
    left: 0;
    z-index: 2;
  }

  /* ヘッダーの左列はさらに上に */
  .fixed-table thead .fixed-col {
    z-index: 7;
  }

  /* Chrome / Edge / Safari */
  .table-wrap::-webkit-scrollbar {
    height: 20px; /* 横スクロールバーの太さ */
  }
  .table-wrap::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 8px;
  }
  .table-wrap::-webkit-scrollbar-track {
    background: #f2f2f2;
  } /* Firefox */
  .table-wrap {
    scrollbar-width: thin; /* auto / thin / none */
    scrollbar-color: #ccc #f2f2f2;
    margin-right: calc(50% - 50vw);
  }

  .table-header0100 {
    padding-inline: 22px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
    background-color: #717071;
    color: #fff;
    font-size: 11px;
  }
  .table-header0101 {
    padding-block: 7px;
    padding-inline: 24px;
    background-color: #257256;
    color: #fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
    font-size: 11px;
    letter-spacing: 0.08em;
  }
  .table-header0102 {
    padding-block: 5px;
    padding-inline: 22px;
    background-color: #a9a2c3;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
    font-size: 11px;
  }
  .table-header0201 {
    padding-block: 6px;
    background-color: #72957e;
    color: #fff;
    font-size: 11px;
    letter-spacing: 0.08em;
  }
  .table-header0202 {
    background-color: #a9a2c3;
    font-size: 11px;
  }
  .priceTeble-text11Area {
    padding-block: 9px;
    padding-inline: 22px;
    font-size: 11px;
  }
  .priceTeble-text16Area {
    padding-block: 9px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
  .priceTeble-text14Area {
    padding-block: 9px;
    font-size: 16px;
    letter-spacing: 0.1em;
  }
  .priceTeble-en14 {
    font-size: 14px;
  }
  .priceTeble-en13 {
    font-size: 13px;
  }
  .color-grayPale {
    background-color: #c3c3c3;
  }
  .color-grayLight {
    background-color: #d7d7d7;
  }
  .color-greenLight {
    background-color: #fffac6;
  }
  .color-purpleLight {
    background-color: #f3f2f7;
  }
  .bg-white {
    background-color: #fff;
  }

  .priceTeble-small {
    font-size: 8px;
    letter-spacing: 0.08em;
  }
  .flat_rental .explain {
    margin-top: -28px;
  }
  .flat_rental_sumbnail {
    display: block;
    width: 93%;
    margin-inline: auto;
  }
  .flat_rental h3 {
    margin-top: 20px;
  }

}
.headline-spTitleBlock{
background-color: #f6f4e8;
}
.flat_points .headline-sp {
  display: none;
}
.collapse__model-sp {
  display: none;
}
.collapse__buttonWrap-model {
  display: none;
}
.flat_points .flat_points_coverImage {
  display: none;
}
@media screen and (max-width: 768px) {
  section.flat_points .content {  
        padding-block: 0;
    position: relative;
  }
  section.flat_points .headline-spTitleBlock {
    padding-block: 41px;
  }
  .flat_points .headline-sp {
    display: block;
    font-size: 15px;
    letter-spacing: 0;
  }
  .flat_points_coverImageWrap {
    position: relative;
    z-index: 5;
    padding-top: 20px;
    background-color: #f6f4e8;
  }

  .flat_points .flat_points_coverImage {
    display: block;
  background-color: #f6f4e8;
    margin-inline: auto;
    width: 60%;
  }
}

.flow_button .two_col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flow_button .two_col > p {
  font-family: "Hiragino Sans", sans-serif;
}
.flow_button .two_col > p a {
  display: block;
}
.cta_box {
  margin: 60px auto 0;
}
.cta_box a {
  display: block;
  margin-top: 20px;
}
.flow_button p.flow_button_head {
  font-weight: bold;
  background-color: #f05000;
  color: #fff;
  letter-spacing: 0.3em;
  position: relative;
}
.flow_button p.flow_button_head:before {
  content: "";
  background-image: url("../images/flow_button_head_image.png");
  width: 18px;
  height: 39.5px;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
}
.box {
  margin: 70px auto 0;
  background-color: #f9cb97;
  border: 4px solid #fff;
}
.box h2 {
  background-color: #fff;
  font-weight: bold;
  position: relative;
  vertical-align: middle;
}
.box h2.simulation_icon:before {
  content: "";
  background-image: url("../images/simulation_image.png");
  width: 28.5px;
  height: 36px;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
}
.box p {
  font-family: "Hiragino Sans", sans-serif;
}
.box ul li {
  text-align: left;
  text-indent: -26px;
  margin-left: 30px;
  font-family: "Hiragino Sans", sans-serif;
}
.box ul li:before {
  content: "●";
  font-size: 16px;
  margin-right: 10px;
}
.notice ul li:before {
  content: "●";
  font-size: 0.8rem;
}

section.head_fv {
  position: relative;
}
section.head_fv img {
  width: 100%;
}
.fv_anime_box {
  z-index: 5;
}
.fv_anime_box .fv_anime {
  position: absolute;
  opacity: 0;
}
.fv_anime_box .fv_anime.active {
  transform: translateX(-150px);
  animation-name: fadeIn;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
.fv_anime_box .fv_anime.first.active {
  animation-delay: 0s;
}
.fv_anime_box .fv_anime.second.active {
  animation-delay: 1s;
}
.fv_anime_box .fv_anime.third.active {
  animation-delay: 2s;
}
.fv_anime_box .fv_anime.fourth.active {
  animation-delay: 3s;
}
.fv_anime_box .fv_anime.fifth.active {
  animation-delay: 4s;
}
.fv_anime_box .fv_anime.last.active {
  animation-delay: 5s;
}
.fv_anime_box .fv_anime.first img {
  width: 135px;
}
.fv_anime_box .fv_anime img {
  width: 145px;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
p.date {
  position: absolute;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}
p.date,
p.date span {
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  color: #383635;
  font-weight: 700;
  vertical-align: baseline;
  letter-spacing: 1px;
}

.collapse__buttonWrap-before,
.collapse__buttonWrap-afterWrap {
  display: none;
}

/* .collapse__data-sp {
  display: block;
} */
.collapse__buttonWrap-afterBlock{
  display: none;
}
@media screen and (max-width: 768px) {
  .collapse__buttonWrap-before,
  .collapse__buttonWrap-afterBlock {
    /* display:block; */
    position: relative;
    margin-inline: auto;
    margin-top: 20px;
    width: fit-content;
  }
  .collapse__buttonWrap-before,
  .collapse__buttonWrap-after {
    /* display: block; */
        display: flex;
    flex-wrap: nowrap;
    gap:10px
  }
  .collapse__buttonWrap-afterBlock {
    display: none;
  }

  .collapse__button-before,
  .collapse__button-after {
    /* padding-left: 10px; */
    letter-spacing: 0.05em;
    text-decoration: underline;
    text-underline-offset: 4px; /* 下線を離す */
  }
  .collapse__button-icon{
position: relative;
width: 14px;
height: 14px;
  }
  .button-icon-line01 {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 14px;
    background: #333;
  }
  .button-icon-line02 {
    position: absolute;
    top: 52%;
    right:50%;
    transform: translate(50%, -50%);
    width: 14px;
    height: 1px;
    background: #333;
  }
  .collapse__data-sp {
    display: none;
    margin-top: 40px;
    padding-inline: 10px;
  }
}
.flat_price__imatePayment {
  display: none;
}
@media screen and (max-width: 768px) {
  .flat_price__imatePayment {
    display: block;
    margin-inline: auto;
    width: 94%;
  }
}

/* Campaign */
@media screen and (min-width: 769px) {
  section.campaign {
    background-image: url("../images/campaign_bk.png");
    background-repeat: repeat-x;
    background-size: cover;
    padding-top: 170px;
  }
  .campaign_catch img {
    max-width: 90%;
  }
}
@media screen and (max-width: 768px) {
  section.campaign {
    background-image: url("../images/campaign_bk.png");
    background-repeat: repeat-x;
    background-size: cover;
    padding-top: 90px;
  }
  .campaign_catch img {
    width: 100%;
  }
}
@media screen and (min-width: 1001px) {
  section.campaign .content {
    padding: 0 0 120px;
  }
}
@media screen and (max-width: 1000px) {
  section.campaign .content {
    padding: 0 20px 120px;
  }
}
@media screen and (min-width: 768px) {
  div.campaign_catch {
    margin-top: -7%;
  }
}

/* Merit */
@media screen and (min-width: 1001px) {
  section.merit .content {
    padding: 110px 0;
  }
  section.merit .content .icon {
    position: absolute;
    right: -40px;
    top: -100px;
    max-width: 255px;
    z-index: 1;
  }
}
@media screen and (max-width: 1000px) {
  section.merit .content {
    padding: 60px 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  section.merit .content .icon {
    position: absolute;
    right: 10px;
    top: -100px;
    max-width: 200px;
    z-index: 1;
  }
}
@media screen and (min-width: 769px) {
  .gasone_switch {
    margin: 90px auto 0;
    width: 80%;
  }
  .gasone_switch img.gasone_switch_catch {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  section.merit .content .icon {
    text-align: center;
    max-width: 255px;
    margin: 40px auto 0;
    width: 60%;
  }
  .gasone_switch {
    margin: 40px auto 0;
  }
}
section.merit {
  background-image: url("../images/merit_bk.png");
  background-repeat: no-repeat;
  background-size: cover;
}
section.merit .content {
  position: relative;
}
.gasone_switch img.gasone_switch_catch {
  margin: 0 auto 20px;
}
section.merit .merit_detail {
  margin: 60px auto 0;
}
section.merit .merit_detail .notice {
  margin: 30px auto 0;
  text-align: left;
}
section.merit .merit_detail .notice h3,
section.merit .merit_detail .notice ul li {
  font-family: "Hiragino Sans", sans-serif;
}
section.merit .merit_detail .notice ul li {
  font-size: 0.8rem;
}
.collapse__model-sp {
  display: none;
}
.collapse__button-modelBlock{
  display: none;
}
  .u-showOnlySp{
    display: none;
  }
@media screen and (max-width: 769px) {
  .flat_points_coverWrap {
    width: 100%;
    aspect-ratio: calc(375 / 670);
    background-color: #f6f4e8;
  }
  .flat_points_coverImage {
    margin-top: 35px;
  }
  .flat_points_explane {
display: none;
  }
  .collapse__model-sp {
    margin-top: 30px;
    /* display: block; */
    background-color: #ffffff;
    padding-inline: 10px;
  }
  .collapse__buttonWrap-modelOverlap {
    margin-top: -55px;
    position: relative;
    z-index: 5;
    background: linear-gradient(
      to bottom,
      transparent 0%,
      #f6f4e8 10%,
      #f6f4e8 100%
    );
    padding-top: 80px;
  }
  .collapse__button-modelBlock {
    margin-inline: auto;
    width: fit-content;
    display: flex;
    gap: 10px;
    justify-content: center;
  }

  .collapse__button-model {
    position: relative;
    width: fit-content;
    margin-inline: auto;
    letter-spacing: 0.04em;
    text-decoration: underline;
    text-underline-offset: 4px; /* 下線を離す */
  }
  .u-showOnlySp{
    display: block;
  }
}
/* モデルケース試算 */
/* .model-notion {
  display: none;
} */

.model-notionBoard-middle,
.model-notionBoard-bottom
{
    display: block;
  background-color: #0075be;
}
.model-notionBoard-bottom
{
  padding-bottom:50px ;
  border-radius: 0 0 8px 8px;
}
.model-notionWrap{
  width: 94%;
  margin-inline:auto ;
background-color: #ffffff;
border-radius: 0 0 5px 5px;
padding-bottom: 30px;
} 
.model-notion-upper{
  margin-inline: auto;
  width: 91%;
  display: flex;
  align-items: flex-start;
  gap:50px
}
.model-notion-upperIndex{
  border-radius: 20px;
  color: #fff;
  white-space: nowrap;
  background-color: #717071;
  padding-inline: 10px;
  font-size: 14px;
}
.model-notion-upperNote{
  text-align: left;
}
.model-notion{
  width: 91%;
  margin-inline: auto;
  font-size: 10px;
}
.flat_points_image-sp{
display: none;
}

@media screen and (max-width: 768px) {
  .model-table-wrap {
    margin-right: calc(50% - 50vw);
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
    margin-top: 4px; /* テーブルとスクロールバーの間に余白 */
left:0;
    padding-bottom: 20px; /* スクロールバーの下にも余白 */
    background-color: #ffffff;
  }
  .model-fixed-table {
    margin-top: 0px;
    border-collapse: separate;
    border-spacing: 2px;
    background-color: #ffffff;
  }
  .modalTable-header01, .modalTable-header02 {
    white-space: nowrap;
    vertical-align: middle;
    background-color: #717071;
    color: #fff;
    font-size: 11px;
  }
  .modalTable-header01 {
    padding-inline: 25px;
    left: 0;
    z-index: 3; /* 2列目より上 */
  }
  .modalTable-header02 {
    padding-inline: 36px;
  }
  .modalTable-header03 {
    background-color: #00a59f;
    padding-block: 10px 5px;
    line-height: 1.6;
    color: white;
  }
  .modalTable-header04 {
    background-color: #a9a2c3;
    padding-block: 10px 5px;
    line-height: 1.6;
    vertical-align: top;
    color: white;
  }
  .modalTable-header03-img {
    margin-top: 5px;
    width: 90%;
    margin-inline: auto;
  }
  .comparison-table {
    border-collapse: separate;
    border-spacing: 0;
    min-width: 1000px;
  }

  .model-fixed-table th,
  .model-fixed-table td {
    vertical-align: middle;
  }

  /* 左固定 */
  .sticky {
    position: sticky;
    z-index: 2;
  }

  /* 1列目 */
  .col-1 {
    left: 0;
    z-index: 3; /* 2列目より上 */
    vertical-align: middle;
  }

  /* 2列目 */
  /* .col-2 { 
    left: 76px; ← col-1の横幅分
    z-index: 3; 
    vertical-align: middle;
  }*/
  .model-fixed-table .price-nomal {
    white-space: nowrap;
    text-align: right;
    padding-inline: 10px;
  }
  .model-fixed-table .bg-greenPale {
    background-color: #c3e4e2;
  }
  .model-fixed-table .bg-greenLight {
    background-color: #e3f2f2;
  }
  .model-fixed-table .bg-yellowPale {
    background-color: #fffac6;
  }
  .model-fixed-table .bg-yellowLight {
    background-color: #fffded;
  }
  .model-fixed-table .bg-purplePale {
    background-color: #e5e3ee;
  }
  .model-fixed-table .bg-purpleLight {
    background: #f3f2f7;
  }
  .text-left {
    text-align: left;
  }
  .text-size10 {
    padding-block: 14px;
    padding-inline: 5px;
    font-size: 10px;
  }
  .text-size11 {
    padding-block: 14px;
    padding-inline: 5px;
    font-size: 11px;
  }
  .text-size12 {
    padding-inline: 5px;
    font-size: 12px;
  }
  .text-color {
    color: red;
  }
  .text-bold {
    font-weight: bold;
  }
  .model-notionBoard{
display: none;

  }
  .model-notion {
    display: block;
    margin-top: 30px;
    text-align: left;
    font-size: 10px;
    line-height: 1.8;
    padding-bottom: 30px;
  }
  .model-notion-blue {
    height: 35px;
    background-color: #0075be;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .flat_points_image{
  margin-top: 30px;
  display: inline-block;
}
.flat_points_image-sp{
display: block;
}
}

/* footer */
@media screen and (min-width: 1001px) {
  footer .content .main {
    padding: 40px 0;
  }
}
@media screen and (max-width: 1000px) {
  footer .content .main {
    padding: 40px 20px;
  }
}
@media screen and (min-width: 769px) {
  footer .content .main > div.logo {
    width: 65%;
    text-align: left;
  }
  footer .content .main > div.sns {
    border: 2px solid rgba(62, 58, 57, 0.3);
    border-radius: 10px;
    padding: 40px 0;
    width: 30%;
  }
  div.sns ul li {
    margin: 0 2%;
  }
  footer .links {
    padding: 40px;
  }
  footer .links ul li a {
    font-size: 0.875rem;
    padding: 0 20px;
  }
  footer .copyright {
    background-color: #14a83b;
    padding: 40px;
    margin: 0 auto;
    color: #fff;
    font-size: 0.75rem;
  }
}

footer {
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  clear: both;
}
footer .content .main {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .content .main .logo p {
  font-size: 0.75rem;
}
div.sns ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
div.sns ul li a img {
  height: 60px;
}
div.sns p {
  margin: 20px auto 0;
  font-weight: 700;
}
img.logo_footer {
  max-width: 400px;
  width: 80%;
  margin-bottom: 10px;
}
img.tel_footer {
  max-width: 470px;
  width: 80%;
  margin-top: 30px;
}
footer .links {
  background-color: #f2f2f2;
  margin: 0 auto;
}
footer .links ul li {
  border-left: 1px solid #000;
  display: inline-block;
  line-height: 1;
}
footer .links ul li:last-child {
  border-right: 1px solid #000;
}
.footerlogo {
  max-width: 420px;
  height: auto;
}

/* アニメ */
.fadein {
  opacity: 0;
  transition: 1s;
  transform: translateY(50px);
}
.fadein.show {
  opacity: 1;
  transform: translateY(0);
}
.fadein.left {
  transform: translateY(0);
  transform: translateX(-50px);
}
.fadein.left.show,
.fadein.right.show {
  transform: translateY(0);
  transform: translateX(0);
}
.fadein.right {
  transform: translateY(0);
  transform: translateX(50px);
}

/* floating */
.floating_link {
  position: fixed;
  bottom: 0;
  right: -40px;
  width: 348px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  footer .content .main > div.logo {
    width: 100%;
    text-align: center;
  }
  footer .content .main > div.logo p a.tel_footer_sp {
    display: block;
    margin: 20px auto 0;
    /* display: none; */
  }
  footer .content .main > div.sns {
    margin-top: 30px;
    margin-inline: auto;
    width: 100%;
  }
  div.sns ul li {
    margin: 0 4%;
  }
  footer .links {
    padding: 20px 5px;
  }
  footer .links ul li a {
    font-size: 0.75rem;
    padding: 0 5px;
  }
  footer .copyright {
    background-color: #14a83b;
    height: 85px;
    padding: 10px 5px;
    margin: 0 auto;
    color: #fff;
    font-size: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .floating_link {
    display: none;
  }
}
#fixedBnr {
  position: fixed;
  bottom: 10px;
  right: 10px;
  text-align: right;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  justify-content: center;
  z-index: 3;
}
.floatBox {
  display: none;
}

@media screen and (max-width: 768px) {
  .copyright.is-draw {
    height: auto;
  }
  #fixedBnr {
    display: none;
  }

  .floatBox {
    display: block;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    width: 96%;
    padding-block: 5px 16px;
    background: #3e3a39;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    border-radius: 10px 10px 0 0;
  }

  .floatBox.is-show {
    opacity: 1;
    pointer-events: auto;
  }
  .floatBox.is-draw {
    opacity: 1;
    pointer-events: auto;
  }
  .floatBox__arrow {
    margin-inline: auto;
    width: 35px;
    height: 14px;
    background-color: #fff697;
    mask-image: url(../images/footer-arrow.svg);
    mask-size: contain;
    transition: transform 0.3s ease;
  }
  .is-draw .floatBox__arrow {
    transform: rotate(-180deg);
  }
  .floatBox__title {
    display: block;
    margin-top: 6px;
    width: fit-content;
    margin-inline: auto;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0;
  }
  .is-draw .floatBox__title {
    display: none;
  }
  .floatBox__menuWrap {
    display: none;
  }
  .is-draw .floatBox__menuWrap {
    margin-top: 10px;
    margin-inline: auto;
    padding-inline: 10px;
    max-width: 580px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: auto;
    column-gap: 5px;
    row-gap: 5px;
    grid-template-areas:
      "menu01 menu01 menu02 menu02 menu03 menu03"
      "menu04 menu04 menu04 menu05 menu05 menu05";
  }
  .floatBox__menu-construction {
    grid-area: "menu01";
  }
  .floatBox__menu-construction,
  .floatBox__menu-heating,
  .floatBox__menu-rental {
    padding-block: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
  }
  .floatBox__menu-construction {
    grid-area: menu01;
    background-color: #006699;
  }
  .floatBox__menu-heating {
    grid-area: menu02;
    background-color: #257256;
  }
  .floatBox__menu-rental {
    grid-area: menu03;
    background-color: #00a59f;
  }
  .floatBox__menu-contact,
  .floatBox__menu-toTop {
    display: grid;
    place-content: center;
    background: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
  }
  .floatBox__menu-contact {
    grid-area: menu04;
  }
  .floatBox__menu-toTop {
    grid-area: menu05;
  }
  .float__menuTitle01,
  .float__menuTitle02 {
    font-size: 13px;
    letter-spacing: 0;
  }
  .float__menuTitle02 {
    margin-top: 2px;
  }
  .floatBox__menu-contact,
  .floatBox__menu-toTop {
    padding-block: 8px;
  }
  .float__menuTitle03 {
    font-size: 13px;
    letter-spacing: 0;
  }
}
/* SVG */
svg a:hover .cls-34 {
  fill: #0091ed;
}
svg a:hover .cls-11 {
  fill: #339670;
}
svg a:hover .cls-26 {
  fill: #00c4bc;
}
.cls-1 {
  fill: #88a631;
}
.cls-2 {
  fill: #757677;
}
.cls-3 {
  fill: #231815;
}
.cls-4 {
  fill: #595757;
}
.cls-5 {
  fill: #686b6b;
}
.cls-6 {
  fill: #c7c2bd;
}
.cls-7 {
  fill: #886138;
}
.cls-8 {
  fill: #b2c5dc;
}
.cls-9 {
  fill: #f2ac46;
}
.cls-10 {
  fill: #fff;
}
.cls-11 {
  fill: #257256;
  filter: url(#drop-shadow-3);
}
.cls-12 {
  fill: #787979;
  opacity: 0.5;
}
.cls-13,
.cls-14 {
  fill: none;
}
.cls-15 {
  fill: #b2b2b2;
}
.cls-16 {
  fill: #aec422;
}
.cls-17 {
  fill: #eed1b0;
}
.cls-18 {
  clip-path: url(#clippath-1);
}
.cls-19 {
  filter: url(#drop-shadow-1);
}
.cls-20 {
  fill: #bf4f3e;
}
.cls-21 {
  fill: #808383;
}
.cls-22 {
  fill: #9eb9d0;
  stroke: #fff;
  stroke-width: 2.04px;
}
.cls-22,
.cls-14 {
  stroke-miterlimit: 10;
}
.cls-23 {
  fill: #e1ad73;
}
.cls-24 {
  fill: #845c47;
}
.cls-25 {
  fill: #61905f;
}
.cls-14 {
  stroke: #a36f36;
  stroke-width: 0.51px;
}
.cls-26 {
  fill: #00a59f;
  filter: url(#drop-shadow-4);
}
.cls-27 {
  fill: #5e4f42;
}
.cls-28 {
  fill: #fde28b;
}
.cls-29 {
  fill: #6b9e5a;
}
.cls-30 {
  fill: #927647;
}
.cls-31 {
  fill: #dedede;
}
.cls-32 {
  fill: #d3e17c;
}
.cls-33 {
  fill: #9c7e54;
}
.cls-34 {
  fill: #0075be;
  filter: url(#drop-shadow-2);
}
.cls-35 {
  fill: #ad7e45;
}
.cls-36 {
  fill: #040000;
}
.cls-37 {
  fill: #fccb00;
}
.cls-38 {
  fill: #a17a51;
}
.cls-39 {
  clip-path: url(#clippath);
}
.cls-40 {
  fill: #999a9a;
}
.cls-41 {
  fill: #89c571;
}
.cls-42 {
  fill: #a49d94;
}
.cls-43 {
  fill: #a8b91d;
}

@media screen and (max-width: 768px) {
  .table-wrap{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;

    /* スクロールバーが下で切れたり、出たり消えたりしにくくする */
    scrollbar-gutter: stable; /* 対応ブラウザで効く */
    background: #fff;

    /* バー分の“居場所”を作る（見えない/触れない対策） */
    padding-bottom: 20px;
    margin-top: 4px;

    /* ここが原因になりがち：親が overflow:hidden だとバーが切れる */
    /* もし今 margin-right: calc(50% - 50vw) を付けてるなら一旦外す */
    margin-right: 0;
  }

  /* 横スクロールが必ず発生するように（重要） */
  .fixed-table{
    min-width: 900px; /* 必要に応じて調整 */
    border-collapse: separate;
    border-spacing: 2px;
    background: #fff;
  }

  /* スクロールバー（Chrome/Safari/Edge） */
  .table-wrap::-webkit-scrollbar{
    height: 20px;           /* 太さ */
  }
  .table-wrap::-webkit-scrollbar-track{
    background: #fff;       /* 下地 */
  }
  .table-wrap::-webkit-scrollbar-thumb{
    background: #5b5b5b;    /* バー色 */
    border-radius: 10px;
    border: 3px solid #fff; /* “つまみ”が見やすくなる */
  }

  /* Firefox（太さをpx指定は不可。色はOK） */
  .table-wrap{
    scrollbar-color: #5b5b5b #fff;
    scrollbar-width: auto;
  }
}
@media (max-width: 768px){

  /* 横スクロール本体 */
  .table-wrap{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    background: #fff;

    /* 下に余白を作って、表示も操作もしやすく */
    padding-bottom: 6px;
  }

  /* ★元々の（OS標準）スクロールバーを隠す：iOS/Chrome系 */
  .table-wrap{
    scrollbar-width: none;          /* Firefox */
    -ms-overflow-style: none;       /* old Edge/IE */
  }
  .table-wrap::-webkit-scrollbar{
    display: none;                  /* Chrome/Safari */
    width: 0;
    height: 0;
  }

  /* 偽スクロールバー */
  .fake-scrollbar{
    height: 20px;                 /* 太さ 20px */
    background: #fff;             /* 下地 */
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    margin-top: 8px;
    position: relative;
    overflow: hidden;
  }
  .fake-scrollbar__thumb{
    height: 100%;
    width: 40px;                  /* JSで上書きされる（初期値） */
    background: #5b5b5b;          /* バー色 */
    border-radius: 10px;
    transform: translateX(0);
    will-change: transform;
  }
}

.under_l {
    /* padding-left: 10px; */
    letter-spacing: 0.05em;
    text-decoration: underline;
    text-underline-offset: 4px; /* 下線を離す */
  }

  /* =========================
   SP：モデルケース試算テーブルだけ横スクロールにする（最小構成）
   ========================= */
@media (max-width: 768px){

  /* 横スクロールする“箱” */
  .collapse__model-sp .model-table-wrap{
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;

    /* これが入ってると幅計算が壊れやすいので必ず殺す */
    margin-left: 0 !important;
    margin-right: 0 !important;
    left: auto !important;

    background: #fff;
  }

  /* テーブル本体：必要な幅だけ持つ（＝横スクロールが自然に働く） */
  .collapse__model-sp .model-fixed-table{
    width: max-content;   /* 中身の必要幅ぶんだけ広がる */
    min-width: 100%;      /* ただし画面幅よりは小さくしない */
    table-layout: auto;
    border-collapse: separate;
    border-spacing: 2px;
    background: #fff;
  }

  /* 余計な折返しでレイアウトが崩れないように（必要なら） */
  .collapse__model-sp .model-fixed-table th,
  .collapse__model-sp .model-fixed-table td{
    white-space: nowrap;
  }

  /* Safariでヘッダー画像が暴れない（前に直したやつの最低限） */
  .collapse__model-sp .modalTable-header03-img img{
    display: block;
    max-width: 72px;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}

/* =========================
   SP：モデルテーブルの2列目だけ折り返して幅暴走を止める
   ========================= */
@media (max-width: 768px){

  /* まず：テーブル全体の nowrap は外す（※これが幅暴走の元） */
  .collapse__model-sp .model-fixed-table th,
  .collapse__model-sp .model-fixed-table td{
    white-space: normal;
  }

  /* 1列目（項目名）は短いので折り返し/nowrapどちらでもOKだけど見た目安定させる */
  .collapse__model-sp .model-fixed-table .col-1{
    white-space: nowrap;
  }

  /* 2列目（含まれるもの）＝ここを折り返しOKにして列幅を制限 */
  .collapse__model-sp .model-fixed-table .col-2,
  .collapse__model-sp .model-fixed-table th.col-2,
  .collapse__model-sp .model-fixed-table td.col-2{
    white-space: normal;
    overflow-wrap: anywhere;  /* 長い単語でも折る */
    word-break: break-word;
    max-width: 220px;         /* ここで“広がり上限”を作る（好みで 180〜260 くらい） */
  }

  /* 金額列は折り返さない（見やすさ優先） */
  .collapse__model-sp .model-fixed-table td.price-nomal{
    white-space: nowrap;
  }
}
@media (max-width: 768px){

  .collapse__model-sp .model-table-wrap{
    width: 100% !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
    margin-left: 0 !important;
    margin-right: 0 !important;
    left: auto !important;
    background: #fff;
    padding-bottom: 20px;
  }

  .collapse__model-sp .model-fixed-table{
    border-collapse: separate;
    border-spacing: 2px;
    background: #fff;

    table-layout: fixed !important;

    /* 幅を再計算（90 + 160 + 160*3 = 730） */
    width: 730px !important;
    min-width: 730px !important;
  }

  .collapse__model-sp .model-fixed-table th,
  .collapse__model-sp .model-fixed-table td{
    vertical-align: middle;
    overflow: hidden;
  }

  /* 1列目（内容） */
  .collapse__model-sp .model-fixed-table .col-1{
    width: 90px !important;
    white-space: nowrap !important;
  }

  /* 2列目（含まれるもの） 今の70%（230→160） */
  .collapse__model-sp .model-fixed-table .col-2{
    width: 120px !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }

  /* 3〜5列目（ケース列）＝2列目に合わせて160px */
  .collapse__model-sp .model-fixed-table th:nth-child(3),
  .collapse__model-sp .model-fixed-table th:nth-child(4),
  .collapse__model-sp .model-fixed-table th:nth-child(5),
  .collapse__model-sp .model-fixed-table td:nth-child(3),
  .collapse__model-sp .model-fixed-table td:nth-child(4),
  .collapse__model-sp .model-fixed-table td:nth-child(5){
    width: 160px !important;
    white-space: nowrap !important;
    text-overflow: ellipsis;
  }

  /* Safari：3・4列目のヘッダー画像を2倍（72→144） */
  .collapse__model-sp .modalTable-header03-img{
    display: flex;
    justify-content: center;
  }
  .collapse__model-sp .modalTable-header03-img img{
    display: block !important;
    width: 144px !important;
    max-width: 144px !important;
    height: auto !important;
    object-fit: contain;
  }
}