@charset "UTF-8";

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  font-weight: normal;
}

h1,
h2,
h3,
h4 {
  font-weight: bold;
}

p {
  margin: 0;
  line-height: 1.6;
}

a:link {
  text-decoration: none;
  color: #452F0D;
}

a:visited {
  text-decoration: none;
  color: #452F0D;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
  color: #B60001;
}

a:link,
a:visited,
a:hover,
a:active {
  transition: all .6s;
}

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

* {
  word-break: break-all;
}

.t_left {
  text-align: left !important;
}

.t_center {
  text-align: center !important;
}

.t_right {
  text-align: right !important;
}

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

html {
  position: relative;
  /* overflow-x: hidden; */
}

body {
  display: block;
  /* overflow-x: hidden; */
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans JP', sans-serif;
  color: #000000;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}


.modaal-wrapper {
  z-index: 10000;
}
.modaal-overlay {
  z-index: 9999;
}
@media (max-width: 768px) and (orientation: portrait) {
  .modaal-video-wrap {
    margin: auto;
  }
}



@media (min-width: 769px) {
  a:hover {
    opacity: .6;
  }

  body {
    position: relative;
  }

  main {
    display: block;
    width: 100%;
    background: #fff;
    /* padding-top: 100px; */
  }
  main.top {
    background: #E9E7E0;
  }
  main:not(.top):not(.completion):not(.merit):not(.motive):not(.premiumplan):not(.type):not(.nts):not(.map):not(.outline){
    border-top: #4c4946 solid 5rem;
  }

  main .bg_wht {
    background: #fff;
  }
  main .bg_gry {
    background: #f5f4f4;
  }
  main .bg_grn {
    background: #d4eee7;
  }
  main .bg_ow {
    background: #F1EDEC;
  }
  main .bg_gra1 {
    background: linear-gradient(90deg, #796D63 0%, #5C4A3B 100%);
    background: #A5916A;
  }
  main .bg_sp_grn {
    background: url(../images/design/bg_sp_grn.jpg) no-repeat bottom center;
    background-size: 100% 100%;
  }

  main .kv {
    position: relative;
  }
  main .kv .kanbai {
    position: absolute;
    left: 10px;
    bottom: 30px;
    z-index: 5;
    width: 20%;
    filter: drop-shadow(0px 0px 12px #000) drop-shadow(1px 1px 6px #444);
  }
  main .kv .nyukyo {
    position: absolute;
    left: 0;
    bottom: 40px;
    z-index: 10;
    padding: .5rem 1rem;
    font-size: 64px;
    line-height: 1em;
    font-weight: 600;
    color: #fff;
    background: rgba(0, 129, 111, 0.8);
  }
  main .kv .nyukyo span.s {
    font-size: 42px;
  }

  main .kv .title {
    position: absolute;
    z-index: 10;
    left: 5%;
    top: 5%;
    width: 30%;
  }
  main .kv .text {
    position: absolute;
    z-index: 10;
    left: 5%;
    bottom: 5%;
    width: 38%;
  }

  main .kv .swiper figure {
    position: relative;
    margin: 0;
  }
  main .kv .swiper figure figcaption {
    position: absolute;
    left: 10px;
    bottom: 10px;
    color: #fff;
    font-size: 12px;
  }
  main .kv .swiper .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
    border-radius: unset;
    opacity: 1;
  }
  main .kv .swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #89532A;
  }


  main .kv .kv01 {
    position: relative;
    width: 100%;
    z-index: 2;
  }
  main .kv .kv02 {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 3;
    opacity: 0;
  }
  main .kv .kv03 {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 4;
    opacity: 0;
  }
  main .kv .kv04 {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
  }
  main .kv .kv04 p {
    position: absolute;
    left: 10px;
    bottom: 10px;
    color: #fff;
    font-size: 12px;
  }

  .fadeInkv01 {
    animation-name: fadeInkv01;
    animation-duration: 6.0s;
    animation-fill-mode: forwards;
    opacity: 1;
  }
  @keyframes fadeInkv01 {
    0% {}
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }

  .fadeInkv02 {
    animation-name: fadeInkv02;
    animation-delay: 3s;
    animation-duration: 6.0s;
    animation-fill-mode: forwards;
    opacity: 0;
  }
  @keyframes fadeInkv02 {
    0% {}
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }

  .fadeInkv03 {
    animation-name: fadeInkv03;
    animation-delay: 6s;
    animation-duration: 6.0s;
    animation-fill-mode: forwards;
    opacity: 0;
  }
  @keyframes fadeInkv03 {
    0% {}
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }

  .fadeInkv04 {
    animation-name: fadeInkv04;
    animation-delay: 9s;
    animation-duration: 3.0s;
    animation-fill-mode: forwards;
    opacity: 0;
  }
  @keyframes fadeInkv04 {
    0% {}
    100% {
      opacity: 1;
    }
  }

  main .pgttl {
    position: relative;
  }

  main .pgttl .bg {
    position: relative;
  }

  main .pgttl .bg img {
    margin: 0 auto;
  }

  main .pgttl .bg::after {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2;
    top: 0;
    left: 0;
  }
  main .pgttl h1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 100%;
    height: max-content;
    color: #fff;
    z-index: 3;
    font-family: "din-2014", sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    font-size: 38px;
  }
  main .pgttl .txt_cap {
    position: absolute;
    bottom: 10px;
    left: 10px;
    text-align: left;
    color: #fff;
    z-index: 3;
    font-family: "din-2014", sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    font-size: 14px;
  }
  main .pgttl .cap {
    position: absolute;
    bottom: 10px;
    right: 10px;
    text-align: right;
    color: #fff;
    z-index: 3;
    font-family: "din-2014", sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    font-size: 12px;
  }

  main .leadArea {
    position: relative;
    background: #4c4946;
    padding: 35px 0 50px;
    text-align: center;
    color: #fff;
  }
  main .leadArea.leadplan {
    padding: 50px 0 50px;
  }
  main .leadArea .l_ttl {
    font-size: 27px;
    line-height: 1;
    margin: 0 auto;
    font-family: "din-2014", sans-serif;
    font-weight: 400;
  }
  main .leadArea .l_txt {
    font-size: 27px;
    line-height: 1.7;
    margin: 0 auto 25px;
  }
  main .leadArea .l_txt span {
    font-size: 54px;
    margin: 0 5px;
  }
  main .leadArea .detail {
    font-size: 17px;
    line-height: 2.1;
    margin: 0 auto 0px;
  }
  main .leadArea .l_attention {
    font-size: 11px;
    text-align: left;
    position: absolute;
    top: 10px;
    left: 10px;
  }

  main .attentionArea {
    padding: 4rem 30px;
    background-color: #f5f5f5;
  }
  main .attentionArea p {
    margin-bottom: .5rem;
    text-align: justify;
    font-size: 12px;
    line-height: 1.5;
    span {
      display: block;
      &.i1 {
        text-indent: -1em;
        padding-left: 1em;
      }
      &.i2 {
        text-indent: -2em;
        padding-left: 2em;
      }
      &.i3 {
        text-indent: -3em;
        padding-left: 3em;
      }
    }
  }
  main .attentionArea .homes {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 2rem 0 0;
  }
  main .attentionArea .homes picture {
    display: block;
    margin: auto;
    max-width: 840px;
  }

  main .contentArea {
    position: relative;
    z-index: 0;
    padding: 50px 0 30px;
  }
  main.top .contentArea::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2rem;
    z-index: -1;
    width: 100%;
    aspect-ratio: 1920 / 1196;
    background-image: url(../images/top/bg1.webp);
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
  }
  main .contentArea h2 {
    text-align: center;
    font-size: 23px;
    line-height: 1.75;
    color: #4c4946;
    font-weight: 400;
    margin: 0 auto 40px;
    padding: 0 0 20px;
    width: 86%;
    max-width: 750px;
    border-bottom: 1px solid #4c4946;
  }
  main .contentArea h2 span {
    color: #00806f;
    font-size: 150%;
  }
  main .contentArea h2.ls01 {
    letter-spacing: -0.08em;
  }
  main .contentArea .h2_index {
    margin: auto;
    padding: 20px 0 40px;
    max-width: calc(100% - 100px);
    /* background-color: #fff; */
  }
  main .contentArea .h2_index h2,
  main .contentArea .h2_index p {
    text-align: center;
    font-size: 42px;
    line-height: 1.25;
    color: #4c4946;
    font-weight: 400;
    margin: 0 auto 20px;
    padding: 0;
    width: 86%;
    border-bottom: none;
    letter-spacing: 0.1em;
  }
  main .contentArea .h2_index h2 span {
    color: #7B715D;
    font-family: "din-2014", sans-serif;
    font-weight: 400;
    font-size: 18px;
  }
  main .contentArea .h2_index .status {
    margin: 40px auto 0;
    padding: 0 0 20px;
    width: 90%;
    max-width: 840px;
    background-color: #d4eee7;
    box-sizing: border-box;
  }
  main .contentArea .h2_index .status p.title {
    margin: unset;
    padding: .5em 0;
    width: 100%;
    font-size: 20px;
    color: #fff;
    background-color: #047b6b;
  }
  main .contentArea .h2_index .status p.explanation {
    margin: 1em auto;
    padding: unset;
    font-size: 20px;
    line-height: 1.5em;
  }
  main .contentArea .h2_index .status p.annotation {
    position: relative;
    margin: auto;
    padding: unset;
    width: 90%;
  }
  main .contentArea .h2_index .status p.annotation span:first-child {
    display: block;
    font-size: 15px;
    line-height: 2em;
    text-align: left;
    letter-spacing: 0;
  }
  main .contentArea .h2_index .status p.annotation span:last-child {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 15px;
    line-height: 2em;
    text-align: right;
  }
  main .contentArea .h2_index .status .weekdays {
    margin: .5em auto 0;
    width: fit-content;
    line-height: 2em;
    text-align: center;
    border-bottom: #452F0D dotted 1px;
  }
  main .contentArea .h2_index table {
    margin: auto;
    width: 90%;
    border-collapse: collapse;
    /* border: solid 1px #047b6b; */
    background-color: #fff;
  }
  main .contentArea .h2_index table tr {

  }
  main .contentArea .h2_index table tr th {
    padding: .2em 1em;
    font-weight: bold;
    text-align: center;
    border: #047b6b solid 1px;
  }
  main .contentArea .h2_index table tr th:first-child {
    background-color: #047b6b;
  }
  main .contentArea .h2_index table tr th .sat {
    color: #008bd5;
  }
  main .contentArea .h2_index table tr th .sun {
    color: #e50012;
  }
  main .contentArea .h2_index table tr td {
    padding: .2em 1em;
    text-align: center;
    border: #047b6b solid 1px;
  }
  main .contentArea .h2_index table tr td:first-child {
    font-weight: bold;
  }
  main .contentArea .h2_index table tr td.full {
    color: #e50012;
  }
  main .contentArea .h2_index .campaign {
    padding: 4rem 0 0;
  }
  main .contentArea .h2_index .campaign figure {
    margin: auto;
    max-width: 840px;
  }
  main .contentArea .h2_index .campaign figure figcaption {
    margin-top: .5rem;
    font-size: 10px;
  }
  main .contentArea .h2_index .homes {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 4rem 0 0;
  }
  main .contentArea .h2_index .homes picture {
    display: block;
    margin: auto;
    max-width: 840px;
  }
  /* main .contentArea .h2_index p:nth-child(2) {
    font-size: 42px;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    width: fit-content;
  } */
  main .contentArea .h2_index p.closed {
    margin-top: 2rem;
    padding: 1rem;
    width: 840px;
    max-width: 86%;
    font-size: 18px;
    letter-spacing: 0;
    color: #9E1B1E;
    border: #9E1B1E solid 1px;
  }
  main .contentArea .h2_index p.closed .title {
    display: block;
    margin-bottom: .5rem;
    padding: .5rem 0;
    color: #fff;
    background-color: #9E1B1E;
  }
  main .contentArea .h2_index p.closed .explanation {
    display: block;
    margin-top: 1em;
    padding: 1em;
    font-size: 14px;
    letter-spacing: 0;
    text-align: center;
    background-color: #f5f5f5;
  }

  main .contentArea h3 {
    text-align: center;
    font-size: 22px;
    line-height: 1.5;
    color: #4c4946;
    font-weight: 400;
    margin: 0 auto 40px;
    width: 650px;
  }
  main .contentArea h3.h3_full {
    width: 100%;
  }
  main .contentArea h3.h3_02 {
    text-align: left;
    font-size: 24px;
    line-height: 1.5;
    color: #00806f;
    font-weight: 400;
    margin: 0 auto 10px;
    width: 650px;
  }
  main .contentArea h3 span {
    color: #00806f;
    font-size: 26px;
  }

  main .contentArea p.txt {
    text-align: center;
    font-size: 17px;
    color: #4c4946;
    line-height: 2.1;
    margin: 0 auto 40px;
    width: 100%;
  }
  main .contentArea p.txt sup {
    font-size: 12px;
  }
  main .contentArea p.attention {
    text-align: left;
    font-size: 12px;
    color: #4c4946;
    line-height: 1.5;
    margin: 0 auto 0px;
    width: 100%;
    max-width: 800px;
  }

  main .contentArea p.attention.full {
    max-width: 1080px;
    margin-top: 30px;
  }
  main .contentArea p.attention.pc_attention {
    max-width: 650px;
    letter-spacing: -0.02em;
  }

  main .full_img {
    display: block;
    width: 100%;
    margin: 0 auto;
    position: relative;
    position: relative;
  }
  main .full_img .cap {
    text-align: right;
    position: absolute;
    bottom: 5px;
    right: 10px;
    font-size: 12px !important;
    color: #fff;
  }
  main .full_img .cap_left {
    text-align: left;
    position: absolute;
    bottom: 5px;
    left: 10px;
    font-size: 12px !important;
    color: #fff;
  }
  main .full_img.w100 {
    width: 900px !important;
  }
  main .full_img.w90 {
    width: 750px !important;
  }
  main .full_img.w80 {
    width: 650px !important;
  }
  main .full_img.w70 {
    width: 530px !important;
  }

  main .contentArea .img {
    margin: 0 auto 20px;
    width: 100%;
    max-width: 800px;
    position: relative;
  }
  main .contentArea .img .cap {
    text-align: right;
    position: absolute;
    bottom: 5px;
    right: 10px;
    font-size: 12px !important;
    color: #fff;
  }
  main .contentArea .img .cap_left {
    text-align: left;
    position: absolute;
    bottom: 5px;
    left: 10px;
    font-size: 12px !important;
    color: #fff;
  }
  main .contentArea .img.w80 {
    width: 650px !important;
  }
  main .contentArea .img.w70 {
    width: 530px !important;
  }
  main .contentArea .img.w60 {
    width: 500px !important;
  }
  main .contentArea .img.w50 {
    width: 50% !important;
  }
  main .contentArea .img.w40 {
    width: 340px !important;
  }
  main .contentArea .img p.img_attention {
    text-align: left;
    font-size: 12px;
    color: #000;
    line-height: 1.5;
    margin: 10px auto 0px;
  }
  main .contentArea .img p.img_ttl {
    text-align: left;
    font-size: 17px;
    color: #000;
    line-height: 1.5;
    margin: 0px auto 3px;
  }

  main .contentArea .cell {
    display: block;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto 40px;
  }
  main .contentArea .cell.pc_cell {
    width: 650px;
  }
  main .contentArea .cell:last-of-type {
    margin: 0 auto 0px;
  }
  main .contentArea .cell h3 {
    text-align: left;
    margin: 0 auto 10px;
    color: #00806f;
    font-size: 21px;
  }
  main .contentArea .cell p {
    position: relative;
    margin: 0 auto 60px;
    width: fit-content;
    text-align: left;
    font-size: 17px;
    line-height: 1.8;
  }
  main .contentArea .cell p span {
    font-size: 12px;
  }
  main .contentArea .cell .cell_img {
    display: block;
    width: 650px;
    margin: 0 auto 20px;
  }



  /* index */
  main #fb {
    position: fixed;
    top: 160px;
    right: 0;
    z-index: 5;
    display: flex;
    flex-direction: column;
    gap: 1px;
    background-color: #434343;
    border: #434343 solid 1px;
  }
  main #fb .close {
    position: absolute;
    right: 0;
    top: calc(-2rem - 1px);
    width: 2rem;
    height: 2rem;
    font-size: 2rem;
    line-height: 1em;
    background-color: #fff;
    cursor: pointer;
  }
  main #fb a:hover {
    opacity: unset;
  }
  main #fb a img {
    width: unset;
  }

  main a.btn01 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    font-size: 27px;
    width: 630px;
    padding: 10px 0;
    background: #AB8843;
    margin: 0 auto 35px;
  }

  main a.btn02 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    font-size: 27px;
    width: 630px;
    padding: 10px 0;
    background: #4c4946;
    margin: 0 auto 0px;
  }

  main a.btn03 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    font-size: 27px;
    width: 630px;
    padding: 10px 0;
    background: #1D5680;
    margin: 0 auto 0px;
  }

  main a.btn04 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    font-size: 27px;
    width: 630px;
    padding: 10px 0;
    background: #9E1B1E;
    margin: 0 auto;
  }

  main .cfa {
    display: block;
    padding: 12px 0;
    width: 100%;
    background: #d3b604;
    background: #b71e1e;
    background: #F1EDEC;
  }

  main .cfa .price {
    margin-top: -12px;
    padding: 10px 0 20px 0;
  }
  main .cfa .price > div {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: .5rem;
    color: #fff;
  }
  main .cfa .price > div > div {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: .5rem;
  }
  main .cfa .price > div .ttl {
    margin-right: 1rem;
    padding: .4rem 1.6rem;
    font-size: 16px;
    line-height: 1em;
    border: #fff solid 1px;
  }
  main .cfa .price > div p.kinds {
    font-size: 28px;
  }
  main .cfa .price > div p.pl {
    font-size: 28px;
  }
  main .cfa .price > div p span.n {
    font-size: 48px;
    font-weight: 600;
  }
  main .cfa .price > div p span.y {
    color: #FFE000;
  }
  main .cfa .price > div p.pl sup {
    position: absolute;
    margin-left: -1.2rem;
    margin-top: 1rem;
    font-size: 40%;
  }

   main .cfa .closed {
    margin: 2rem auto;
    padding: 1rem;
    width: 840px;
    max-width: 86%;
    font-size: 18px;
    letter-spacing: 0;
    color: #9E1B1E;
    text-align: center;
    border: #9E1B1E solid 1px;
  }
  main .cfa .closed .title {
    display: block;
    margin-bottom: .5rem;
    padding: .5rem 0;
    color: #fff;
    background-color: #9E1B1E;
  }
  main .cfa .closed .explanation {
    display: block;
    margin-top: .5em;
    padding: .5em;
    font-size: 14px;
    letter-spacing: 0;
    background-color: #f5f5f5;
  }


  main .cfa > p {
    padding-top: 1rem;
    color: #666666;
    text-align: center;
    font-size: 36px;
    line-height: 1.25;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
  main .cfa > p span.dow {
    font-size: 80%;
  }
  main .cfa > p span.r {
    font-size: 80%;
    letter-spacing: .1rem;
  }
  main .cfa > p span.s1 {
    padding-top: 1rem;
    font-size: 60%;
  }
  main .cfa > p span.s2 {
    margin-left: -.5rem;
    padding-top: .2rem;
    font-size: 60%;
  }
  main .cfa > p span.dot {
  }
  main .cfa > p span.y {
    display: block;
    letter-spacing: .1rem;
    color: #f4e367;
  }
  main .cfa > p span.br {
    display: block;
    letter-spacing: .1rem;
    color: #703E18;
  }
  main .cfa > p span.e {
    display: block;
    font-size: 75%;
    letter-spacing: .1rem;
    line-height: 2em;
  }
  main .cfa > p span.st {
    display: block;
    margin: .5rem 0;
    font-size: 110%;
    letter-spacing: .1rem;
    color: #703E18;
  }
  main .cfa > p span.ss {
    display: block;
    font-size: 40%;
    letter-spacing: .05rem;
    line-height: 2em;
  }
  

  main .index_spec {
    background: linear-gradient(90deg, #796D63 0%, #5C4A3B 100%), #A5916A;
  }
  main .index_spec ol.merit {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    max-width: 1080px;
  }
  main .index_spec ol.merit li {
    list-style: none;
    padding: .5rem 0 0;
    width: 33.33%;
    border-left: #ccc solid 1px;
  }
  main .index_spec ol.merit li:last-child {
    border-right: #ccc solid 1px;
  }
  main .index_spec ol.merit li img {
    display: block;
    padding: 0 .5rem;
    width: 100%;
    box-sizing: border-box;
  }
  main .index_spec ol.merit li p {
    margin-top: .5rem;
    padding: .2rem 0;
    color: #fff;
    text-align: center;
    background-color: #2e2317;
  }


  /* main .index_spec .img {
    width: 75%;
    max-width: 1080px;
    margin: 0 auto;
  } */

  main .approach_cell {
    position: relative;
    display: block;
    padding: 55px 70px 55px;
    width: calc(100% - 140px);
    max-width: 940px;
    background: #fff;
    margin: 70px auto 0;
  }
  main .approach_cell::after {
    content: "NEW";
    position: absolute;
    right: 10px;
    top: 10px;
    padding: .2rem .5rem;
    font-size: 120%;
    color: #ffff;
    background-color: #dd7007;
  }
  main .approach_cell h3 {
    margin: auto;
    font-size: 30px;
    color: #00806f;
  }
  main .approach_cell h3 span.num {
    padding: 0 .2rem;
    font-family: "din-2014", sans-serif;
    font-weight: 400;
    font-size: 48px;
  }
  main .approach_cell p {
    margin: 10px auto 0;
    text-align: center;
    line-height: 1.5;
    font-size: 18px;
  }
  main .approach_cell .approachVideo {
    aspect-ratio: 16 / 9;
  }
  main .approach_cell iframe {
    display: block;
    margin: 20px auto 0;
    width: 100%;
    height: 100%;
  }

  main .contract {
    display: block;
    padding: 0 0 10px;
    width: calc(100% - 0px);
    max-width: 1080px;
    background: #fff;
    margin: 70px auto 0;
  }
  main .contract h3 {
    margin: 0 auto 20px;
    padding: 10px 0;
    width: 100%;
    color: #fff;
    font-size: 24px;
    text-align: center;
    background: #7B715D;
  }
  main .contract figure {
    margin: 0 100px;
  }
  main .contract figure figcaption {
    margin-top: 2em;
    font-size: 12px;
    text-align: center;
  }

  main .btn_box {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 70px auto;
    max-width: 1080px;
  }
  main .btn_box a.new {
    position: relative;
  }
  main .btn_box a.new:after {
    content: "NEW";
    position: absolute;
    left: 0;
    top: 0;
    padding: .5rem 1.2rem;
    font-size: 1em;
    color: #fff;
    line-height: 1em;
    background-color: #e30d0d;
  }

  main .movie {
    position: relative;
    z-index: 1;
    margin: 70px auto 0;
    max-width: 800px;
  }
  main .movie h3 {
    position: relative;
    width: fit-content;
  }
  main .movie h3:after {
    content: "NEW";
    position: absolute;
    left: -2em;
    top: 30%;
    padding: .5rem;
    font-size: .5em;
    color: #fff;
    line-height: 1em;
    background-color: #e30d0d;
    transform: translateY(-50%);
  }
  main .movie  figure {
    margin: unset;
  }
  main .movie  figure img {
    display: block;
    outline: #595959 solid 1px;
    outline-offset: 5px;
  }


  /* entry_cell */
  main .entry_cell_container {
    position: relative;
    z-index: 0;
  }
  main .entry_cell_container::before {
    content: "";
    position: absolute;
    left: 0;
    top: -26rem;
    z-index: -1;
    width: 100%;
    aspect-ratio: 1920 / 1196;
    background-image: url(../images/top/bg2.webp);
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
  }
  main .entry_cell {
    display: block;
    padding: 55px 70px 55px;
    width: calc(100% - 140px);
    max-width: 940px;
    /* background: #fff; */
    margin: 70px auto 0;
  }
  main .contentArea .entry_cell h3 {
    text-align: center;
    font-size: 30px;
    line-height: 1.5;
    color: #4c4946;
    font-weight: 400;
    margin: 0 auto 30px;
    letter-spacing: 0.1em;
    width: 100%;
  }
  main .contentArea .entry_cell h3 span {
    color: #4c4946;
    font-size: 23px;
  }
  main .contentArea .entry_cell dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 20px;
  }
  main .contentArea .entry_cell dl dt {
    width: fit-content;
  }
  main .contentArea .entry_cell dl dt span,
  main .contentArea .entry_cell dl dd span {
    font-weight: 600;
    color: #9E1B1E;
  }
  main .contentArea .entry_cell dl dd {
    margin: unset;
    width: fit-content;
  }
  main .contentArea .entry_cell a.btn01,
  main .contentArea .entry_cell a.btn02 {
    width: 630px;
  }
  main .contentArea .entry_cell ul.list_point {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0px auto 50px;
  }
  main .contentArea .entry_cell ul.list_point li {
    width: 47.5%;
  }
  main .contentArea .entry_cell ul.list_point li p {
    text-align: center;
    margin: 10px auto 0px;
    line-height: 1.5;
    font-size: 18px;
  }
  main .contentArea .entry_cell ul.list_step {
    display: flex;
    justify-content: space-between;
    margin: 0px auto 60px;
  }
  main .contentArea .entry_cell ul.list_step li {
    position: relative;
    width: 31%;
    border: 1px solid #00806f;
    background: #fff;
    margin: 0;
  }
  main .contentArea .entry_cell ul.list_step li::after {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: -8%;
    margin: auto;
    width: 12px;
    height: 16px;
    background: url(../images/top/arrow01_pc.png) no-repeat;
    background-size: 12px 16px;
  }
  main .contentArea .entry_cell ul.list_step li:last-child::after {
    display: none;
  }
  main .contentArea .entry_cell ul.list_step li .ttl {
    padding: 7px 0;
    margin: 0 auto;
    color: #fff;
    font-size: 15px;
    text-align: center;
    background: #00806f;
    font-family: "din-2014", sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
  main .contentArea .entry_cell ul.list_step li .txtArea {
    padding: 20px 20px;
    text-align: center;
  }
  main .contentArea .entry_cell ul.list_step li .txtArea h4 {
    margin: 0 auto 10px;
    color: #00806f;
    font-size: 17px;
    font-weight: 600;
  }
  main .contentArea .entry_cell ul.list_step li .txtArea .e_txt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 8em;
    margin: 0 auto 0px;
    color: #4c4946;
    font-size: 14px;
    line-height: 1.625;
    font-weight: 400;
  }


  /* index_cell */
  main .index_cell {
    padding: 0 0 105px;
    
  }
  main .index_cell .img {
    position: relative;
    display: block;
    width: 100%;
  }
  main .index_cell .img .cap {
    text-align: right;
    position: absolute;
    bottom: 5px;
    left: 10px;
    font-size: 12px !important;
    color: #fff;
  }
  main .index_cell .box {
    position: relative;
    z-index: 2;
    width: 530px;
    /* background: #fff; */
    padding: 40px 0 0;
    margin: -75px auto 0;
  }
  main .index_cell .box .b_ttl {
    text-align: center;
    font-family: "din-2014", sans-serif;
    font-weight: 600;
    line-height: 1;
    font-size: 34px;
    margin: 0 auto 70px;
    letter-spacing: 0.1em;
  }
  main .index_cell .box .b_txt {
    text-align: center;
    font-size: 19px;
    line-height: 2.25;
    margin: 0 auto 120px;
  }
  main .index_cell a {
    display: block;
    width: 280px;
    margin: 0 auto;
  }


  main .contentArea .line_gry {
    display: block;
    width: 600px;
    margin: 0 auto 30px;
    border: 1px solid #4c4946;
    padding: 35px 25px;
  }
  main .contentArea .line_gry h2 {
    width: 100%;
    font-size: 18px;
  }
  main .contentArea .line_gry p.txt {
    width: 100%;
    font-size: 14px;
  }
  main .contentArea .line_gry p.txt:last-of-type {
    margin-bottom: 0;
  }


  .modal-area {
    display: none;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .modal-bg {
    width: 100%;
    height: 100%;
    background-color: #d4eee7;
  }

  .modal-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 400px;
    height: max-content;
  }

  .modal-cont {
    display: block;
    width: 100%;
    margin: 0 auto 10px;
  }

  .modal-wrap .plan_img {
    display: none;
    width: 100%;
    margin: 0px auto 0px;
  }

  .modal-wrap .plan_img.active {
    display: block;
  }

  .modal-wrap ul.modal_btn_cell {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .modal-wrap ul.modal_btn_cell li.btn_prev,
  .modal-wrap ul.modal_btn_cell li.btn_next {
    width: 23.4%;
  }

  .modal-wrap ul.modal_btn_cell li.btn_prev img,
  .modal-wrap ul.modal_btn_cell li.btn_next img {
    display: none;
  }

  .modal-wrap ul.modal_btn_cell li.btn_prev img.active,
  .modal-wrap ul.modal_btn_cell li.btn_next img.active {
    display: block;
  }

  .modal-wrap ul.modal_btn_cell li.modal-close {
    width: 45%;
  }

/*   
  .plan_quality {
  }
  .plan_quality .title {
    margin-bottom: 2rem;
    font-size: 28px;
    text-align: center;
  }
  .plan_quality ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin: auto;
    width: 960px;
  }
  .plan_quality ul li {
    width: calc(33.33% - 15px);
  }
  .plan_quality ul li figure {
    position: relative;
    margin: unset;
    padding: unset;
  }
  .plan_quality ul li figure img {
    display: block;
    width: 100%;
  }
  .plan_quality ul li figure figcaption {
    position: absolute;
    right: 5px;
    bottom: 5px;
    font-size: 80%;
    line-height: 1em;
    color: #fff;
  }
  .plan_quality ul li p {
    padding: .5rem 0;
    font-size: 20px;
    color: #fff;
    text-align: center;
    background-color: #047b6b;
  } */



  /* entry_start */
  main .contentArea .entry_start > p {
    text-align: center;
    font-size: 42px;
    line-height: 1.25;
    color: #4c4946;
    font-weight: 400;
    margin: 40px auto 20px;
    padding: 0;
    width: 86%;
    border-bottom: none;
    letter-spacing: 0.1em;
  }
  main .contentArea .entry_start h3 {
    text-align: center;
    font-size: 24px;
    line-height: 1.5;
    color: #4c4946;
    font-weight: 400;
    margin: 0 auto 40px;
    padding: 0 0 10px;
    width: 650px;
    border-bottom: 1px solid #047b6b;
  }
  main .contentArea .entry_start ul {
    width: 715px;
    margin: 0 auto 40px;
    display: flex;
    justify-content: space-between;
  }
  main .contentArea .entry_start ul li {
    width: 332px;
  }
  main .contentArea .entry_start ul li .num_ttl {
    display: flex;
    justify-content: space-between;
  }
  main .contentArea .entry_start ul li .num_ttl .icon {
    width: 33px;
  }
  main .contentArea .entry_start ul li .num_ttl h4 {
    width: 280px;
    font-size: 22px;
    font-weight: normal;
    line-height: 30px;
    margin: 0;
    color: #4c4945;
    letter-spacing: 0.02em;
    min-height: 75px;
  }
  main .contentArea .entry_start ul li .txt {
    font-size: 15px;
    line-height: 24px;
    margin: 0;
  }



  /* */
  main .container {
    margin: auto;
    width: 650px;
  }

  .pcOnly {
    display: block !important;
  }

  .spOnly {
    display: none !important;
  }
}




@media (max-width: 768px) {
  body {
    position: relative;
  }

  main {
    display: block;
    width: 100%;
    background: #fff;
    /* padding-top: 50px; */
  }
  main.top {
    background: #E9E7E0;
  }
  main:not(.top):not(.completion):not(.merit):not(.motive):not(.premiumplan):not(.type):not(.nts):not(.map):not(.outline){
    border-top: #4c4946 solid 3rem;
  }

  main .bg_wht {
    background: #fff;
  }
  main .bg_gry {
    background: #f5f4f4;
  }
  main .bg_grn {
    background: #d4eee7;
  }
  main .bg_ow {
    background: #F1EDEC;
  }
  main .bg_gra1 {
    background: linear-gradient(90deg, #796D63 0%, #5C4A3B 100%);
    background: #A5916A;
  }
  main .bg_sp_grn {
    background: url(../images/design/bg_sp_grn.jpg) no-repeat bottom center;
    background-size: 100% 100%;
  }

  main .kv {
    position: relative;
  }
  main .kv .kanbai {
    position: absolute;
    left: 10px;
    bottom: 35%;
    z-index: 5;
    width: 20%;
    filter: drop-shadow(0px 0px 12px #000) drop-shadow(1px 1px 6px #444);
  }
  main .kv .nyukyo {
    padding: .5rem 1rem;
    font-size: 38px;
    line-height: 1em;
    font-weight: 600;
    color: #fff;
    text-align: center;
    background: rgba(0, 129, 111, 1);
  }
  main .kv .nyukyo span.s {
    font-size: 24px;
  }
  main .kv .nyukyo span.spOnly {
    display: inline-block !important;
  }
  main .kv .title {
    position: absolute;
    z-index: 10;
    left: 5%;
    top: 5%;
    width: 30%;
  }
  main .kv .swiper figure {
    position: relative;
    margin: 0;
  }
  main .kv .swiper figure figcaption {
    position: absolute;
    left: 10px;
    bottom: 10px;
    color: #fff;
    font-size: 12px;
    line-height: 1rem;
  }
  main .kv .swiper .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
    border-radius: unset;
    opacity: 1;
  }
  main .kv .swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #89532A;
  }

  main .kv .kv01 {
    position: relative;
    width: 100%;
    z-index: 2;
  }
  main .kv .kv02 {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 3;
    opacity: 0;
  }
  main .kv .kv03 {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 4;
    opacity: 0;
  }
  main .kv .kv04 {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
  }
  main .kv .kv04 p {
    position: absolute;
    left: 10px;
    bottom: 3px;
    color: #fff;
    font-size: 10px;
  }

  .fadeInkv01 {
    animation-name: fadeInkv01;
    animation-duration: 6.0s;
    animation-fill-mode: forwards;
    opacity: 1;
  }
  @keyframes fadeInkv01 {
    0% {}
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }

  .fadeInkv02 {
    animation-name: fadeInkv02;
    animation-delay: 3s;
    animation-duration: 6.0s;
    animation-fill-mode: forwards;
    opacity: 0;
  }
  @keyframes fadeInkv02 {
    0% {}
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }

  .fadeInkv03 {
    animation-name: fadeInkv03;
    animation-delay: 6s;
    animation-duration: 6.0s;
    animation-fill-mode: forwards;
    opacity: 0;
  }
  @keyframes fadeInkv03 {
    0% {}
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }

  .fadeInkv04 {
    animation-name: fadeInkv04;
    animation-delay: 9s;
    animation-duration: 3.0s;
    animation-fill-mode: forwards;
    opacity: 0;
  }
  @keyframes fadeInkv04 {
    0% {}
    100% {
      opacity: 1;
    }
  }

  main .pgttl {
    position: relative;
  }
  main .pgttl .bg {
    position: relative;
  }
  main .pgttl .bg img {
    margin: 0 auto;
  }
  main .pgttl .bg::after {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2;
    top: 0;
    left: 0;
  }
  main .pgttl h1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 100%;
    height: max-content;
    color: #fff;
    z-index: 3;
    font-family: "din-2014", sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    font-size: 7.0vw;
    /*font-size: 38px;*/
  }
  main .pgttl .txt_cap {
    position: absolute;
    bottom: 10px;
    left: 10px;
    text-align: left;
    color: #fff;
    z-index: 3;
    font-family: "din-2014", sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    font-size: 10px;
  }
  main .pgttl .cap {
    position: absolute;
    bottom: 5px;
    right: 5px;
    text-align: right;
    color: #fff;
    z-index: 3;
    font-family: "din-2014", sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    font-size: 10px;
  }

  main .leadArea {
    position: relative;
    background: #4c4946;
    padding: 25px 0 35px;
    text-align: center;
    color: #fff;
  }
  main .leadArea.leadplan {
    padding: 45px 0 35px;
  }
  main .leadArea .l_ttl {
    font-size: 3.8vw;
    /* font-size: 27px;*/
    line-height: 1;
    margin: 0 auto;
    font-family: "din-2014", sans-serif;
    font-weight: 400;
  }
  main .leadArea .l_txt {
    /* font-size: 3.8vw;*/
    font-size: 20px;
    line-height: 1.7;
    margin: 0 auto 25px;
  }
  main .leadArea .l_txt span {
    font-size: 6.25vw;
    /* font-size: 54px;*/
  }
  main .leadArea .detail {
    /* font-size: 3.0vw;*/
    font-size: 12px;
    line-height: 2.1;
    margin: 0 auto 0px;
  }
  main .leadArea .l_attention {
    font-size: 2.0vw;
    /*font-size: 11px;*/
    text-align: left;
    position: absolute;
    top: 5px;
    left: 5px;
  }

  main .attentionArea {
    padding: 2rem 30px;
    background-color: #f5f5f5;
  }
  main .attentionArea p {
    text-align: left;
    /* font-size: 2.0vw;*/
    font-size: 10px;
    line-height: 1.7;
    margin-bottom: .2rem;
    span {
      display: block;
      &.i1 {
        text-indent: -1em;
        padding-left: 1em;
      }
      &.i2 {
        text-indent: -2em;
        padding-left: 2em;
      }
      &.i3 {
        text-indent: -3em;
        padding-left: 3em;
      }
    }
  }
  main .attentionArea .homes {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 2rem 0 0;
  }
  main .attentionArea .homes picture {
    display: block;
    margin: auto;
    max-width: 840px;
  }

  main .contentArea {
    position: relative;
    z-index: 0;
    padding: 30px 0 15px;
  }
  main.top .contentArea::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    aspect-ratio: 1920 / 1196;
    background-image: url(../images/top/bg1.webp);
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
  }

  main .contentArea h2 {
    text-align: center;
    /* font-size: 3.5vw;*/
    font-size: 20px;
    line-height: 1.45;
    color: #4c4946;
    font-weight: 400;
    margin: 0 auto 20px;
    padding: 0 0 10px;
    width: 90%;
    border-bottom: 1px solid #4c4946;
  }
  main .contentArea h2 span {
    color: #00806f;
    font-size: 150%;
  }
  main .contentArea h2.ls01 {
    letter-spacing: -0.08em;
  }

  main .contentArea .h2_index {
    margin: auto;
    padding: 5px 0 20px;
    max-width: calc(100% - 10px);
    /* background-color: #fff; */
  }
  main .contentArea .h2_index h2,
  main .contentArea .h2_index p {
    text-align: center;
    font-size: 22px;
    line-height: 1.25;
    color: #4c4946;
    font-weight: 400;
    margin: 0 auto 20px;
    padding: 0;
    width: 86%;
    border-bottom: none;
    letter-spacing: 0.1em;
  }
  main .contentArea .h2_index p {
    margin: 0 auto 10px;
  }
  main .contentArea .h2_index h2 span {
    color: #7B715D;
    font-family: "din-2014", sans-serif;
    font-weight: 400;
    font-size: 18px;
  }
  main .contentArea .h2_index .status {
    margin: 40px auto 0;
    padding: 0 0 5%;
    width: 100%;
    background-color: #d4eee7;
    box-sizing: border-box;
  }
  main .contentArea .h2_index .status p.title {
    margin: unset;
    padding: .5em 0;
    width: 100%;
    font-size: 14px;
    color: #fff;
    background-color: #047b6b;
  }
  main .contentArea .h2_index .status p.explanation {
    margin: .5em 5%;
    padding: unset;
    width: 90%;
    font-size: 12px;
    line-height: 1.5em;
    text-align: justify;
  }
  main .contentArea .h2_index .status p.annotation {
    position: relative;
    margin: auto;
    padding: unset;
    width: 100%;
  }
  main .contentArea .h2_index .status p.annotation span:first-child {
    display: block;
    font-size: 12px;
    line-height: 2em;
    text-align: left;
    letter-spacing: 0;
  }
  main .contentArea .h2_index .status p.annotation span:last-child {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    line-height: 2em;
    text-align: right;
  }
  main .contentArea .h2_index .status .weekdays {
    margin: .5em auto 0;
    width: fit-content;
    font-size: 15px;
    line-height: 2em;
    text-align: center;
    border-bottom: #452F0D dotted 1px;
  }
  main .contentArea .h2_index table {
    display: flex;
    margin: auto;
    width: 100%;
    font-size: 12px;
    border-collapse: collapse;
    /* border: solid 1px #047b6b; */
    background-color: #fff;
  }
  main .contentArea .h2_index table thead {
    display: block;
    width: 25%;
  }
  main .contentArea .h2_index table thead tr {
    width: 100%;
  }
  main .contentArea .h2_index table tbody {
    display: block;
    width: 75%;
  }
  main .contentArea .h2_index table tbody tr {
    width: 33.33%;
  }
  main .contentArea .h2_index table tr {
    display: block;
    float: left;
  }
  main .contentArea .h2_index table tr td {
    display: block;
  }
  main .contentArea .h2_index table tr th {
    display: block;
    padding: .2em 0;
    font-weight: bold;
    text-align: center;
    border: #047b6b solid 1px;
  }
  main .contentArea .h2_index table tr th:first-child {
    background-color: #047b6b;
  }
  main .contentArea .h2_index table tr th .sat {
    color: #008bd5;
  }
  main .contentArea .h2_index table tr th .sun {
    color: #e50012;
  }
  main .contentArea .h2_index table tr td {
    padding: .2em 1em;
    text-align: center;
    border: #047b6b solid 1px;
  }
  main .contentArea .h2_index table tr td:first-child {
    font-weight: bold;
  }
  main .contentArea .h2_index table tr td.full {
    color: #e50012;
  }
  main .contentArea .h2_index .campaign {
    padding: 1rem .5rem 0;
  }
  main .contentArea .h2_index .campaign figure {
    margin: auto;
  }
  main .contentArea .h2_index .campaign figure figcaption {
    margin-top: .5rem;
    font-size: 2.45vw;
    text-align: justify;
  }
  main .contentArea .h2_index .homes {
    padding: 1rem .5rem 0;
  }
  main .contentArea .h2_index .homes img {
    width: 100%;
  }
  /* main .contentArea .h2_index p:nth-child(2) {
    font-size: 24px;
    margin-bottom: 1rem;
    width: fit-content;
  } */
  main .contentArea .h2_index p.closed {
    margin: 1rem .5rem;
    padding: .5rem;
    width: unset;
    font-size: 12px;
    letter-spacing: 0;
    color: #9E1B1E;
    border: #9E1B1E solid 1px;
  }
  main .contentArea .h2_index p.closed .title {
    display: block;
    margin-bottom: .5rem;
    padding: .5rem 0;
    font-size: 14px;
    text-align: center;
    color: #fff;
    background-color: #9E1B1E;
  }
  main .contentArea .h2_index p.closed .explanation {
    display: block;
    margin-top: 1em;
    padding: 1em;
    font-size: 10px;
    text-align: justify;
    background-color: #f5f5f5;
  }

  main .contentArea h3 {
    text-align: center;
    /* font-size: 3.5vw;*/
    font-size: 18px;
    line-height: 1.75;
    color: #4c4946;
    font-weight: 400;
    margin: 0 auto 20px;
  }
  main .contentArea h3.h3_02 {
    text-align: left;
    /* font-size: 3.5vw;*/
    font-size: 20px;
    line-height: 1.75;
    color: #00806f;
    font-weight: 400;
    margin: 0 auto 10px;
    width: 86%;
  }
  main .contentArea h3 span {
    color: #00806f;
    font-size: 110%;
    line-height: 1.4;
  }

  main .contentArea p.txt {
    text-align: center;
    /* font-size: 2.4vw;*/
    font-size: 12px;
    color: #4c4946;
    line-height: 2.1;
    margin: 0 auto 20px;
    width: 100%;
  }
  main .contentArea p.txt sup {
    font-size: 2.0vw;
    /* font-size: 12px;*/
  }

  main .contentArea p.attention {
    text-align: left;
    /* font-size: 2.0vw;*/
    font-size: 10px;
    color: #4c4946;
    line-height: 1.7;
    margin: 0 auto 0px;
    width: 86%;
  }

  main .contentArea .full_img {
    display: block;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }

  main .full_img {
    position: relative;
  }
  main .full_img .cap {
    text-align: right;
    position: absolute;
    bottom: 5px;
    right: 10px;
    font-size: 10px !important;
    color: #fff;
  }
  main .full_img .cap_left {
    text-align: left;
    position: absolute;
    bottom: 5px;
    left: 10px;
    font-size: 10px !important;
    color: #fff;
  }

  main .contentArea .img {
    margin: 0 auto 10px;
    position: relative;
  }
  main .contentArea .img .cap {
    text-align: right;
    position: absolute;
    bottom: 5px;
    right: 10px;
    font-size: 10px !important;
    color: #fff;
  }
  main .contentArea .img .cap_left {
    text-align: left;
    position: absolute;
    bottom: 5px;
    left: 10px;
    font-size: 10px !important;
    color: #fff;
  }

  main .contentArea .img.w80 {
    width: 86%;
  }
  main .contentArea .img.w70 {
    width: 72%;
  }
  main .contentArea .img.w60 {
    width: 66%;
  }
  main .contentArea .img.w50 {
    width: 50%;
  }
  main .contentArea .img.w40 {
    width: 48%;
  }

  main .contentArea .img p.img_attention {
    text-align: left;
    /* font-size: 2.0vw;*/
    font-size: 10px;
    color: #000;
    line-height: 1.5;
    margin: 5px auto 0px;
  }
  main .contentArea .img p.img_ttl {
    text-align: left;
    font-size: 2.25vw;
    /* font-size: 17px;*/
    color: #000;
    line-height: 1.5;
    margin: 0px auto 3px;
  }

  main .cfa {
    display: block;
    padding: 12px 0;
    width: 100%;
    background: #d3b604;
    background: #b71e1e;
    background: #F1EDEC;
  }
  main .cfa .price {
    margin-top: -12px;
    padding: 10px 0;
  }
  main .cfa .price > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    color: #fff;
  }
  main .cfa .price > div > div {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: .5rem;
  }
  main .cfa .price > div .ttl {
    width: 80%;
    padding: .4rem 1.6rem;
    font-size: 16px;
    line-height: 1em;
    text-align: center;
    border: #fff solid 1px;
  }
  main .cfa .price > div p.kinds {
    font-size: 20px;
    line-height: 2rem;
  }
  main .cfa .price > div p.pl {
    font-size: 20px;
    line-height: 2rem;
  }
  main .cfa .price > div p span.n {
    font-size: 32px;
    font-weight: 600;
  }
  main .cfa .price > div p span.y {
    color: #FFE000;
  }
  main .cfa .price > div p.pl sup {
    position: absolute;
    margin-left: -1rem;
    margin-top: -0.5rem;
    font-size: 40%;
  }

  main .cfa .closed {
    margin: 1rem .5rem;
    padding: .5rem;
    width: unset;
    max-width: 86%;
    font-size: 12px;
    letter-spacing: 0;
    color: #9E1B1E;
    text-align: center;
    border: #9E1B1E solid 1px;
  }
  main .cfa .closed .title {
    display: block;
    margin-bottom: .5rem;
    padding: .5rem 0;
    font-size: 14px;
    color: #fff;
    background-color: #9E1B1E;
  }
  main .cfa .closed .explanation {
    display: block;
    margin-top: .5em;
    padding: .5em;
    font-size: 10px;
    text-align: justify;
    background-color: #f5f5f5;
  }
  
  main .cfa > p {
    padding-top: 1rem;
    text-align: center;
    font-size: 22px;
    line-height: 1.25;
    color: #666666;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
  
  main .cfa > p span.dow {
    font-size: 80%;
  }
  main .cfa > p span.r {
    display: block;
    font-size: 80%;
    letter-spacing: .1rem;
  }
  main .cfa > p span.s1 {
    padding-top: 1rem;
    font-size: 60%;
  }
  main .cfa > p span.s2 {
    margin-left: -.5rem;
    padding-top: .2rem;
    font-size: 60%;
  }
  main .cfa > p span.dot {
    display: none;
  }
  main .cfa > p span.y {
    display: block;
    letter-spacing: .1rem;
    color: #f4e367;
  }
  main .cfa > p span.br {
    display: block;
    letter-spacing: .1rem;
    color: #703E18;
  }
  main .cfa > p span.e {
    display: block;
    margin-top: 1rem;
    font-size: 75%;
    letter-spacing: .1rem;
  }
  main .cfa > p span.st {
    display: block;
    margin: 1rem 0 .5rem;
    font-size: 110%;
    letter-spacing: .1rem;
    color: #703E18;
  }
  main .cfa > p span.ss {
    display: block;
    margin-top: .5em;
    font-size: 50%;
    letter-spacing: .05rem;
    line-height: unset;
  }


  main .index_spec {
    background: linear-gradient(90deg, #796D63 0%, #5C4A3B 100%), #A5916A;
  }
  main .index_spec ol.merit {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: unset;
    padding: unset;
  }
  main .index_spec ol.merit li {
    list-style: none;
    padding: .5rem 0 0;
    width: 100%;
    border-top: #ccc solid 1px;
  }
  main .index_spec ol.merit li:last-child {
    border-bottom: #ccc solid 1px;
  }
  main .index_spec ol.merit li img {
    display: block;
    padding: 0 4rem;
    width: 100%;
    box-sizing: border-box;
  }
  main .index_spec ol.merit li p {
    display: block;
    margin-top: .5rem;
    padding: .2rem 0;
    font-size: .8rem;
    color: #fff;
    text-align: center;
    background-color: #2e2317;
  }


  main .contentArea .cell {
    display: block;
    width: 86%;
    margin: 0 auto 30px;
  }
  /*main .contentArea .cell:last-of-type {
    margin: 0 auto 0px;
  }*/
  main .contentArea .cell h3 {
    text-align: left;
    margin: 0 0 5px;
    color: #00806f;
    /* font-size: 3.5vw;*/
    font-size: 19px;
    line-height: 1.4;
  }
  main .contentArea .cell p {
    position: relative;
    text-align: left;
    /* font-size: 2.25vw;*/
    font-size: 12px;
    line-height: 1.8;
    margin: 0 auto 40px;
  }
  main .contentArea .cell p span {
    position: absolute;
    right: 5px;
    font-size: 10px;
  }
  main .contentArea .cell .cell_img {
    display: block;
    width: 100%;
    margin: 0 auto 20px;
  }


  /* index */
  main #fb {
    position: fixed;
    bottom: 70px;
    left: 0;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 1px;
    width: calc(38% - 2px);
    background-color: #434343;
    border: #434343 solid 1px;
  }
  main #fb .close {
    position: absolute;
    left: 0;
    top: calc(-1.5rem - 1px);
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1.5rem;
    line-height: 1em;
    background-color: #fff;
    cursor: pointer;
  }
  main #fb a:hover {
    opacity: unset;
  }
  main #fb a img {
    width: 100%;
  }

  main a.btn01 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    font-size: 3.8vw;
    /* font-size: 27px;*/
    width: 86%;
    padding: 10px 0;
    background: #AB8843;
    margin: 0 auto 22px;
  }

  main a.btn02 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    font-size: 3.8vw;
    /* font-size: 27px;*/
    width: 86%;
    padding: 10px 0;
    background: #4c4946;
    margin: 0 auto 0px;
  }

  main a.btn03 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    font-size: 3.8vw;
    /* font-size: 27px;*/
    width: 86%;
    padding: 10px 0;
    background: #1D5680;
    margin: 0 auto 0px;
  }

  main a.btn04 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    font-size: 3.8vw;
    width: 86%;
    padding: 10px 0;
    background: #9E1B1E;
    margin: 0 auto;
  }

  main .approach_cell {
    position: relative;
    display: block;
    padding: 20px 20px;
    width: calc(94% - 40px);
    background: #fff;
    margin: 40px auto 20px;
  }
  main .approach_cell::after {
    content: "NEW";
    position: absolute;
    right: 10px;
    top: 10px;
    padding: .2rem .5rem;
    font-size: 2vw;
    color: #ffff;
    background-color: #dd7007;
  }
  main .approach_cell h3 {
    margin: auto;
    font-size: 6vw;
    color: #00806f;
  }
  main .approach_cell h3 span.num {
    padding: 0 .2rem;
    font-family: "din-2014", sans-serif;
    font-weight: 400;
    font-size: 6vw;
  }
  main .approach_cell p {
    margin: 10px auto 0;
    text-align: center;
    line-height: 1.5;
    font-size: 3.5vw;
  }
  main .approach_cell .approachVideo {
    aspect-ratio: 16 / 9;
  }
  main .approach_cell iframe {
    display: block;
    margin: 20px auto 0;
    width: 100%;
    height: 100%;
  }

  main .contract {
    display: block;
    width: 94%;
    background: #fff;
    margin: 20px auto;
    padding-bottom: 5%;
  }
  main .contract h3 {
    margin: 0 auto 20px;
    padding: 10px 0;
    width: 100%;
    color: #fff;
    font-size: 3.8vw;
    line-height: 1.5em;
    text-align: center;
    background: #7B715D;
  }
  main .contract figure {
    margin: 0 5%;
  }
  main .contract figure figcaption {
    margin-top: 2em;
    margin-left: 1.5em;
    font-size: 2.45vw;
    text-align: justify;
    text-indent: -1.5em;
  }

  main .btn_box {
    display: flex;
    flex-direction: column;
    gap: .1em;
    margin: 2em auto;
  }
  main .btn_box a.new {
    position: relative;
  }
  main .btn_box a.new:after {
    content: "NEW";
    position: absolute;
    left: 0;
    top: 0;
    padding: .3rem .6rem;
    font-size: .5rem;
    color: #fff;
    line-height: 1em;
    background-color: #e30d0d;
  }

  main .movie {
    position: relative;
    z-index: 1;
  }
  main .movie h3 {
    position: relative;
    width: fit-content;
    font-size: 4.5vw;
    line-height: 1.5;
  }
  main .movie h3:after {
    content: "NEW";
    position: absolute;
    left: -2.5em;
    top: 28%;
    padding: .3rem .5rem;
    font-size: .5em;
    color: #fff;
    line-height: 1em;
    background-color: #e30d0d;
    transform: translateY(-50%);
  }


  /* entry_cell */
  main .entry_cell_container {
    position: relative;
    z-index: 0;
  }
  main .entry_cell_container::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    aspect-ratio: 1920 / 1196;
    background-image: url(../images/top/bg2.webp);
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
  }
  main .entry_cell {
    display: block;
    padding: 20px 20px;
    width: calc(94% - 40px);
    /* background: #fff; */
    margin: 0 auto;
  }
  main .contentArea .entry_cell h3 {
    text-align: center;
    font-size: 4.5vw;
    /* font-size: 30px;*/
    line-height: 1.5;
    color: #4c4946;
    font-weight: 400;
    margin: 0 auto 20px;
    letter-spacing: 0.1em;
  }
  main .contentArea .entry_cell h3 span {
    color: #4c4946;
    font-size: 75%;
  }
  main .contentArea .entry_cell dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 12px;
  }
  main .contentArea .entry_cell dl dt {
    width: fit-content;
  }
  main .contentArea .entry_cell dl dt span,
  main .contentArea .entry_cell dl dd span {
    font-weight: 600;
    color: #9E1B1E;
  }
  main .contentArea .entry_cell dl dd {
    margin: unset;
    width: fit-content;
  }
  main .contentArea .entry_cell .img {
    margin: 0 auto 15px;
  }
  main .contentArea .entry_cell .img p {
    text-align: center;
    margin: 10px auto 0px;
    line-height: 1.5;
    font-size: 3.7vw;
    /* font-size: 26px;*/
  }
  main .contentArea .entry_cell a.btn01,
  main .contentArea .entry_cell a.btn02 {
    width: 100%;
  }
  main .contentArea .entry_cell ul.list_point {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    margin: 0px auto 10vw;
  }
  main .contentArea .entry_cell ul.list_point li {
    width: 100%;
    margin-bottom: 5vw;
  }
  main .contentArea .entry_cell ul.list_point li:last-child {
    margin-bottom: 0vw;
  }
  main .contentArea .entry_cell ul.list_point li p {
    text-align: center;
    margin: 2vw auto 0px;
    line-height: 1.5;
    font-size: 3.5vw;
    /* font-size: 26px;*/
  }
  main .contentArea .entry_cell ul.list_step {
    display: flex;
    flex-direction: column;
    margin: 40px auto 25px;
  }
  main .contentArea .entry_cell ul.list_step li {
    position: relative;
    width: 100%;
    border: 1px solid #00806f;
    background: #fff;
    margin: 0 auto 8vw;
  }
  main .contentArea .entry_cell ul.list_step li:last-child {
    margin: 0 auto 0px;
  }
  main .contentArea .entry_cell ul.list_step li::after {
    display: block;
    position: absolute;
    content: "";
    bottom: -5.2vw;
    left: 0;
    right: 0;
    margin: auto;
    width: 4.2vw;
    height: 2.9vw;
    background: url(../images/top/arrow01.png) no-repeat;
    background-size: 4.2vw 2.9vw;
  }
  main .contentArea .entry_cell ul.list_step li:last-child::after {
    display: none;
  }
  main .contentArea .entry_cell ul.list_step li .ttl {
    padding: 7px 0;
    margin: 0 auto;
    color: #fff;
    font-size: 3.7vw;
    /* font-size: 26px;*/
    text-align: center;
    background: #00806f;
    font-family: "din-2014", sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
  main .contentArea .entry_cell ul.list_step li .txtArea {
    padding: 20px 20px;
    text-align: center;
  }
  main .contentArea .entry_cell ul.list_step li .txtArea h4 {
    margin: 0 auto 10px;
    color: #00806f;
    font-size: 4.5vw;
    /* font-size: 30px;*/
    font-weight: 600;
  }
  main .contentArea .entry_cell ul.list_step li .txtArea .e_txt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 8em;
    margin: 0 auto 0px;
    color: #4c4946;
    font-size: 3.5vw;
    /* font-size: 24px;*/
    line-height: 1.625;
    font-weight: 400;
  }


  /* index_cell */
  main .index_cell {
    padding: 0 0 8.6vw;
  }
  main .index_cell .img {
    position: relative;
    display: block;
    width: 100%;
  }
  main .index_cell .img .cap {
    text-align: left;
    position: absolute;
    bottom: 5px;
    left: 3px;
    font-size: 10px !important;
    color: #fff;
  }
  main .index_cell .box {
    position: relative;
    z-index: 2;
  }
  main .index_cell .box .b_ttl {
    width: 56%;
    /* background: #fff; */
    text-align: center;
    font-family: "din-2014", sans-serif;
    font-weight: 600;
    font-size: 4.3vw;
    /* font-size: 29px;*/
    padding: 15px 0 0;
    margin: -10vw auto 7.3vw;
    letter-spacing: 0.1em;
  }
  main .index_cell .box .b_txt {
    text-align: center;
    font-size: 3.4vw;
    /* font-size: 16px;*/
    line-height: 2.25;
    margin: 0 auto 12vw;
  }
  main .index_cell a {
    display: block;
    width: 50%;
    margin: 0 auto;
  }

  
  main .contentArea .line_gry {
    display: block;
    width: calc(86% - 26px);
    margin: 0 auto 30px;
    border: 1px solid #4c4946;
    padding: 20px 13px;
  }
  main .contentArea .line_gry h2 {
    width: 100%;
    /* font-size: 2.8vw;*/
    font-size: 16px;
  }
  main .contentArea .line_gry p.txt {
    width: 100%;
    /*font-size: 2.2vw;*/
    font-size: 10px;
  }
  main .contentArea .line_gry p.txt:last-of-type {
    margin-bottom: 0;
  }


  .scroll-hint-icon-wrap {
    left: 100% !important;
  }
  .scroll-hint-icon {
    top: calc(50% - 40px) !important;
  }


  .modal-area {
    display: none;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .modal-bg {
    width: 100%;
    height: 100%;
    background-color: #d4eee7;
  }

  .modal-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
    height: max-content;
  }

  .modal-cont {
    display: block;
    width: 100%;
    margin: 0 auto 10px;
  }

  .modal-wrap .plan_img {
    display: none;
    width: 100%;
    margin: 0px auto 0px;
  }

  .modal-wrap .plan_img.active {
    display: block;
  }

  .modal-wrap ul.modal_btn_cell {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .modal-wrap ul.modal_btn_cell li.btn_prev,
  .modal-wrap ul.modal_btn_cell li.btn_next {
    width: 23.4%;
  }

  .modal-wrap ul.modal_btn_cell li.btn_prev img,
  .modal-wrap ul.modal_btn_cell li.btn_next img {
    display: none;
  }

  .modal-wrap ul.modal_btn_cell li.btn_prev img.active,
  .modal-wrap ul.modal_btn_cell li.btn_next img.active {
    display: block;
  }

  .modal-wrap ul.modal_btn_cell li.modal-close {
    width: 45%;
  }


  /* .plan_quality {}

  .plan_quality .title {
    margin-bottom: 1rem;
    font-size: 4vw;
    text-align: center;
  }
  .plan_quality ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: auto;
    width: 94%;
  }
  .plan_quality ul li {
    width: calc(50% - 5px);
  }
  .plan_quality ul li figure {
    position: relative;
    margin: unset;
    padding: unset;
  }
  .plan_quality ul li figure img {
    display: block;
    width: 100%;
  }
  .plan_quality ul li figure figcaption {
    position: absolute;
    right: 5px;
    bottom: 5px;
    font-size: 60%;
    line-height: 1em;
    color: #fff;
  }
  .plan_quality ul li p {
    padding: .2rem 0;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background-color: #047b6b;
  } */


  .js-scrollable img {
    width: 700px;
  }
  .js-scrollable_access {
    width: 100%;
    margin: auto;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    overflow-x: scroll;
  }
  .js-scrollable_access img {
    width: 700px;
  }
  .scroll-hint-icon {
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
  }


  .zoom {
    display: block;
    width: 100%;
    height: auto;
  }
  .zoom img {
    height: 100%;
  }


  /* entry_start */
  main .contentArea .entry_start > p {
    text-align: center;
    font-size: 22px;
    line-height: 1.25;
    color: #4c4946;
    font-weight: 400;
    margin: 20px auto 10px;
    padding: 0;
    width: 86%;
    border-bottom: none;
    letter-spacing: 0.1em;
  }
  main .contentArea .entry_start h3 {
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    color: #4c4946;
    font-weight: 400;
    margin: 0 auto 40px;
    padding: 0 0 10px;
    width: 86%;
    border-bottom: 1px solid #047b6b;
  }
  main .contentArea .entry_start ul {
    width: 86%;
    margin: 0 auto 50px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  main .contentArea .entry_start ul li {
    width: 100%;
    margin-bottom: 30px;
  }
  main .contentArea .entry_start ul li:last-child {
    margin-bottom: 0px;
  }
  main .contentArea .entry_start ul li .num_ttl {
    display: flex;
    margin-bottom: 15px;
  }
  main .contentArea .entry_start ul li .num_ttl .icon {
    width: 33px;
    margin-right: 12px;
  }
  main .contentArea .entry_start ul li .num_ttl h4 {
    width: calc(100% - 50px);
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    margin: 0;
    color: #4c4945;
    letter-spacing: 0.02em;
  }
  main .contentArea .entry_start ul li .txt {
    font-size: 12px;
    line-height: 21px;
    margin: 0;
  }


  /* */
  main .container {
    margin: auto;
    width: 86%;
  }

  .pcOnly {
    display: none !important;
  }

  .spOnly {
    display: block !important;
  }
}

