@charset "UTF-8";

/* @import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap'); */

/* ====================================================
reset
==================================================== */
h3 img {
  margin-right: 0;
}
body {
      font-family:'Noto Sans JP','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Arial, sans-serif;
}

/* ====================================================
breakpoint (768px / 769px)
==================================================== */

/* ====================================================
Font
==================================================== */
h1,h2,h3,h4,h5, .min {
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: left;
}

/* ====================================================
reset
==================================================== */
h3 img {
  margin:0;
}
#newsTop {
  margin: clamp(4vw,calc(60/1440*100vw),6rem) auto clamp(6vw,calc(80/1440*100vw),10rem);
}

/* ====================================================
common
==================================================== */
/*common.css*/
h1,h2,h3,h4,h5 {
  font-weight: 600;
  margin:0;
}
li {
  line-height: 1.6;
}

/* ====================================================
color
==================================================== */

/* ====================================================
home
==================================================== */
@media (min-width:769px) {
  #main {
    margin-top:82px;
  }
}
@media (max-width:768px) {
  #main {
    margin-top:50px;
  }
}

#home-mv {
  position: relative;
}
.point3-sub {
  color: #555;
  font-size: 1.05em;
  display: block;
  padding-top:0.3rem;
  font-weight: 500;
}
.point3-area li:nth-child(1):before {
  background-image:url(../img/home/icn-t1.svg);
}
.point3-area li:nth-child(2):before {
  background-image:url(../img/home/icn-t2.svg);
}
.point3-area li:nth-child(3):before {
  background-image:url(../img/home/icn-t3.svg);
}
.marker {
  border-bottom:3px solid #FFDA2B;
}
.home-total-sub {
  font-size: 1.1em;
  color: #666;
  margin:1rem auto;
}
.ttl-dark {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  line-height: 1.2;
  padding:1em;
  background: url(../img/home/bg-ttl.jpg)no-repeat center center;
  background-size:cover;
  width:100%;
  height: calc(196/1440*100vw);
  max-height:230px;
  min-height: 9em;
}
.ttl-dark-main,
.ttl-dark-sub {
  text-align: center;
  display: block;
  width:100%;
  margin:auto;
}
.ttl-dark-sub {
  margin-bottom:1.5rem;
}
.ttl-label {
  background-color: #64605B;
  color: #fff;
  padding:0.6rem 1em;
  border-radius: 10em;
  letter-spacing: 2px;
  line-height: 1;
}
.ttl-dark-main span {
  background-color:rgba(255,255,255,0.54);
  padding:0.2em 1.5em;
  letter-spacing: 0.2em;
  line-height: 1.3;
  display: inline-block;
}
.home-expert {
  padding-bottom:9rem;
  position: relative;
}
.home-expert:before {
  content:"";
  position: absolute;
  bottom:0;
  right:0;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  width: 100%;
  height: 25%;
  background: #F3EDDF;
  display: inline-block;
  z-index: -1;
}
.expert-main {
  background-color: #F7F5EF;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.15);
}
.fs34 {
  font-size: 3.4rem;
  font-size: clamp(1.4em,calc(34/1440*100vw),3.4rem);
}
.fs13 {
  font-size: 1.3rem;
}
.fs24 {
  font-size: 2.4rem;
  font-size: clamp(1.05em,calc(24/1440*100vw),2.4rem);
}
.check-list i img {
  vertical-align: middle;
  margin-top: -0.3em;
}
.icn-check {
  width:3.2rem;
}
.icn-media {
  width:1.5em;
}
.-ls {
  font-feature-settings: "palt";
}
.check-list i {
  line-height: 1;
}
.check-list i.mr {
  margin-right: 0.4em;
}
.va-top {
  vertical-align: top!important;
}
.expert-check .check-list,
.expert-check .check-list *,
.expert-main .row2.min {
  font-weight: 600;
}
.expert-check p.mb {
  margin-bottom:0.8em;
  width: 100%;
  display: block;
}
.expert-check .marker.-ls {
  margin-left:0.3em;
  margin-right:0.3em;
}
.media-box {
  background-color: #fff;
  margin:0 auto;
}
.media-box-ttl {
  background-color: #9B7F4D;
  color: #fff;
  font-weight: bold;
  height: 2em;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  font-size: 2.7rem;
  font-size: clamp(1.12em,calc(27/1440*100vw),2.7rem);
}
.media-box-ttl i {
  margin-right: 1em;
}
.media-detail {
  padding:2rem 4%;
}
.media-img {
  display: flex;
  justify-content: center;
  gap:0 2%;
  margin-bottom:1rem;
}
.list-dot li {
  position: relative;
  padding-left:1.2em;
  line-height: 1.6;
}
.list-dot li:before {
  content:"";
  position: absolute;
  top:0.4em;
  left:0;
  background-color: #9B7F4D;
  width: 0.6em;
  height: 0.6em;
  border-radius: 10em;
}
.list-dot li.c2:before {
  background-color: #C1B091;
}
.list-dot.l li {
  font-size: 2rem;
  margin:0 0 0.4rem;
}
.list-dot li.mb1 {
  margin-bottom:1em;
}
.list-dot.l li {
  font-size: 2.2rem;
  font-size: clamp(1em,calc(22/1440*100vw),2.2rem);
  margin-bottom:0.6em;
}
.list-dot.orange li:before {
  background-color: #E79D48;
  width: 0.8em;
  height: 0.8em;
}
.media-list  {
  padding:0 1em;
}
.tech-ttl img {
  vertical-align: top;
}
.tech-merit,
.tech-merit-main {
  background-color: #FDFBFA;
}
.bg-ttl {
  background-color: #9B7F4D;
  color: #fff;
  font-weight: bold;
  padding:0.4em 1.5em 0.3em;
}
.tech-merit .bg-ttl {
  max-width:396px;
}
.tech-merit-ttl {
  font-size: 2rem;
  letter-spacing: 0.1em;
}
.tech-merit-ttl i img {
  width:1.3em;
  margin-right: 1em;;
}
.tech-merit-list li {
  margin:0.7em 0;
}
/* .home-tech {
  margin-bottom:clamp(4vw,calc(120/1440*100vw),12rem);
} */
.home-kind:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  width: 100%;
  height: 74%;
  background: #F3EDDF;
  display: inline-block;
  z-index: 0;
}
.ttl-gold-area {
  background:url(../img/home/ttl-gold.jpg)no-repeat 0 0;
  background-size:cover;
  height: calc(225/1440*100vw);
  max-height: 235px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  line-height: 1;
}
.ttl-gold {
  color: #69502B;
  font-size: 5.4rem;
  font-size: clamp(2em,calc(54/1440*100vw),5.4rem);
  letter-spacing: 0.1em;
  border-bottom:1px solid #fff;
  padding-bottom:0.5rem;
  line-height: 1.2;
  margin-bottom: 0.3em;
}
.ttl-gold-area p {
  color: #555;
  width: 100%;
  font-weight: 500;
  margin:0 auto;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.kind-area .box {
  background-color: #fff;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
  padding:1.5rem 1.5rem 2rem;
  position: relative;
}
.kind-area .box:before {
  content:"";
  position: absolute;
  top:clamp(-8vw,-22%,-11rem);
  left:-5px;
  color: #EBE9E8;
  font-family: 'Noto Serif JP',serif;
  font-size: 10rem;
  font-size: clamp(3.1em,calc(100/1440*100vw),10rem);
  font-style:italic;
}
.kind-area .box:nth-child(1):before {
  content:"01";
}
.kind-area .box:nth-child(2):before {
  content:"02";
}
.kind-area .box:nth-child(3):before {
  content:"03";
}
.kind-area .box:nth-child(4):before {
  content:"04";
}
.kind-area .box:nth-child(5):before {
  content:"05";
}
.kind-area .box:nth-child(6):before {
  content:"06";
}
.kind-area .box:nth-child(7):before {
  content:"07";
}
.kind-area .box:nth-child(8):before {
  content:"08";
}
.kind-area .box:nth-child(9):before {
  content:"09";
}
.kind-area .box:after {
  content:"";
  position: absolute;
  bottom:5px;
  right:5px;
  background-color: #CCB785;
  display: inline-block;
  width:1.3em;
  height: 1.3em;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.kind-area .box figure {
  width: 80%;
  margin: 2rem auto;
}
.kind-box-txt {
  background-color: #F8F8F8;
  padding:1rem 1.5rem;
}
.kind-box-txt {
  min-height: 8em;
}
.ttl-kind {
  font-size: 3.4rem;
  border-bottom:1px solid #ccc;
  padding:1rem 0 0.5rem 0;
  margin-bottom:0.5rem;
  text-align: center;
  font-size: clamp(1.4em,calc(34/1440*100vw),3.4rem);
}
.ttl-kind span {
  font-size: 1em;
}
.ttl-kind.l {
  letter-spacing: 0.1em;
}
.ttl-kind.m {
  font-feature-settings: "palt";
  font-size: 3rem;
  font-size: clamp(1.15em,calc(30/1440*100vw),3rem);
}
.ttl-kind.s {
  font-feature-settings: "palt";
  font-size: 2.6rem;
  font-size: clamp(1.12em,calc(26/1440*100vw),2.6rem);
}
.ttl-kind .s {
  font-size: 0.8em;
}
.kind-box-txt {
  margin-top:1rem;
}
.kind-box-txt p {
  font-weight: 400;
}
.ttl-recommend-area {
  background: url(../img/home/bg-recommend.jpg)no-repeat right 0;
  background-size:auto 100%;
  background-color:#E3E0D9;
  max-height: 386px;
  height: calc(386/1440*100vw);
  padding:2rem;
  display: flex;
  flex-wrap:wrap;
  align-items: center;
  align-content: center;
  line-height: 1;
}
.ttl-recommend {
  font-size: 4.4rem;
  font-size: clamp(1.8em,calc(44/1440*100vw),4.4rem);
  margin:4.8rem 0 0.6em;
}
.ttl-recommend .bg-ttl {
  padding:0.1em 0.8em;
  letter-spacing: 0.1em;
}
.rec-en {
  color: rgba(255,255,255,0.54);
  font-size: 9rem;
  font-size: clamp(3em,calc(90/1440*100vw),9rem);
}
.ttl-recommend-area p {
  margin-bottom:0.5em;
}
.recommend-area {
  background-color: #DFD1B8;
  padding: 5vw 0 6vw;
  margin-bottom: 8rem;
}
.ttl-rec {
  margin:0;
  background-color: #69502B;
  color:#fff;
  font-size: 2.8rem;
  font-size: clamp(1.13em,calc(28/1440*100vw),2.8rem);
  height: 3.4em;
  display: flex;
  align-items: center;
  align-content: center;
  line-height: 1.2;
  padding: 0.3em 1em;
}
.rec-box .check-list {
  font-size: 2.7rem;
  font-size: clamp(1.12em,calc(27/1440*100vw),2.7rem);
  color: #6D5430;
  line-height: 1.2;
  background-color: #FFFAF1;
  height: 3.8em;
  display: flex;
  align-items: center;
  align-content: center;
  padding:0.2em 0.6em;
}
.rec-box .check-list {
  padding-left:2.2em;
  font-weight: 500;
  margin-bottom:1rem;
  position: relative;
}
.rec-box .check-list:before {
  content:"";
  position: absolute;
  top:0;
  bottom:0;
  left:1rem;
  margin:auto;
  width:1.5em;
  height: 1.5em;
  background: url(../img/home/icn-check.svg)no-repeat 0 center;
  background-size:contain;
}
.rec-txt {
  font-size: 2rem;
  font-size:clamp(1em,calc(20/1440*100vw),2rem);
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 1.7;
}
.home-structure {

}
.structure-area {
  background: url(../img/home/bg-structure.jpg)no-repeat 0 center;
  background-size: cover;
}
.structure-area .box {
  background-color: #fff;
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.15);
  padding:3rem;
  margin-bottom:6rem;
  position: relative;
}
.structure-area .box:last-of-type {
  margin-bottom:7rem;
}
.structure-area .box:last-of-type:after {
  content:"";
  position: absolute;
  bottom: -3em;
  left: 0;
  right: 0;
  margin: auto;
  width: 7.5em;
  height: 3em;
  background-color: #9b7f4d;
  clip-path: polygon(50% 3em, 0% 0%, 7.5em 0%);
  background-size: 3em;
}
.ttl-structure {
  font-size: 3.8rem;
  font-size: clamp(1.5em,calc(38/1440*100vw),3.8rem);
  color: #9B7F4D;
  padding: 0 0 0.4em 1.8em;
  border-bottom: 1px solid #9B7F4D;
  line-height: 1.3;
  margin-bottom:0.4em;
}
.structure-box .ttl-structure:before {
  content:"";
  position: absolute;
  top:0;
  left:0;
  font-size: 1.1em;
  font-family: 'Noto Serif JP',serif;
  color: #9B7F4D;
}
.structure-box .ttl-structure:nth-child(1):before {
  content:"01";
}
.structure-box .ttl-structure:nth-child(2):before {
  content:"02";
}
.structure-box .ttl-structure:nth-child(3):before {
  content:"03";
}
.structure-box .check-list {
  position: relative;
  font-size: 2.7rem;
  font-size: clamp(1.12em,calc(27/1440*100vw),2.7rem);
  padding-left:2.5em;
  margin-bottom:0.9em;
}
.structure-box .check-list:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 1rem;
    margin: auto;
    width: 1.4em;
    height: 1.4em;
    background: url(../img/home/icn-check.svg) no-repeat 0 center;
    background-size: contain;
}
.structure-txt {
  font-size: 2rem;
  font-size: clamp(1em,calc(20/1440*100vw),2rem);
  font-weight: 400;
}
.structure-box .detail {
  padding-top:1.8rem;
}
.cta-sub-ttl {
  color: #69502B;
  letter-spacing: 0.075em;
  font-size:3.6rem;
  font-size: clamp(1.45em,calc(36/1440*100vw),3.6rem);
  text-align: center;
  margin-bottom:1em;
  font-weight: 600;
}
.home-case {
  position: relative;
  margin-bottom: 6vw;
}
.home-case:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  width: 100%;
  height: 75%;
  background: #F3EDDF;
  display: inline-block;
  z-index: 0;
}
.case-area .box {
  background-color: #fff;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
  padding: 3rem 2.5rem 1.5rem;
  margin: 3rem 0 2rem;
  position: relative;
}
.case-area .box:after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 5px;
  background-color: #CCB785;
  display: inline-block;
  width: 1em;
  height: 1em;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.case-box-ttl {
  background-color: #8E8276;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  font-size: 2.4rem;
  font-size: clamp(1.05em,calc(24/1440*100vw),2.4rem);
  padding:0.3em;
}
.case-box figure {
  margin:1rem 0 0.7rem;
}
.case-txt {
  padding:1rem 0;
}
.case-txt p {
  font-size: 1.14em;
  line-height: 1.6;
}
.ttl-dark-txt {
  width:840px;
  max-width:90%;
  margin:0 auto;
  text-align: center;
  background-color: rgba(255,255,255,0.54);
  padding:0.8rem 1rem;
  letter-spacing: 0.06em;
}
.ttl-dark-txt .s {
  font-size: 80%;
}
.btn-more-area.ma {
  margin:2rem auto;
  text-align: center;
}
.btn-more-area.ma li {
  margin:auto;
  text-align: center;
}
.ttl-home-reason-area {
  background:url(../img/home/bg-home-reason.jpg)no-repeat 0 bottom;
  background-size:cover;
  height: calc(368/1440*100vw);
  max-height: 380px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  line-height: 1;
}
.ttl-home-reason span {
  background-color: #6D5430;
  text-align: center;
  padding: 0.1em 1em;
  color: #fff;
  font-size: 4.4rem;
  font-size: clamp(2em,calc(44/1440*100vw),4.4rem);
}
.home-reason-txt {
  font-size: 2.4rem;
  font-size: clamp(1.05em,calc(24/1440*100vw),2.4rem);
  max-width:606px;
  margin:0 auto;
  color: #444;
  text-align: center;
  background: rgba(255,255,255,0.67);
  padding: 0.3em 1.5em;
  letter-spacing: 0.06em;
}
.ttl-reason {
  margin: 0;
  background-color: #FDF7E8;
  color: #6F4C3B;
  font-size: 3rem;
  font-size: clamp(1.15em,calc(30/1440*100vw),3rem);
  height: 3.4em;
  display: flex;
  align-items: center;
  align-content: center;
  line-height: 1.3;
  padding: 0.3em 0.6em;
}
.ttl-reason {
  margin-bottom:1rem;
}
.reason-box p {
  font-size: 2rem;
  font-size: clamp(1em,calc(20/1440*100vw),2rem);
  letter-spacing: 0.05em;
  line-height: 1.7;
}
.reason-box .box {
  padding-top: 1rem;
  position: relative;
}
.reason-box .box:before {
  content:"";
  position: absolute;
  left: -1rem;
  top: -0.3em;
  width: calc(116 / 1280 * 100vw);
  height:123px;
  background-size:contain;
  background-repeat:no-repeat;
}
.reason-box .box:nth-child(1):before {
  background-image:url(../img/home/re01.svg)
}
.reason-box .box:nth-child(2):before {
  background-image:url(../img/home/re02.svg)
}
.reason-box .box:nth-child(3):before {
  background-image:url(../img/home/re03.svg)
}
.reason-box .box:nth-child(4):before {
  background-image:url(../img/home/re04.svg)
}
.reason-box .box:nth-child(5):before {
  background-image:url(../img/home/re05.svg)
}
.reason-box .box:nth-child(6):before {
  background-image:url(../img/home/re06.svg)
}
.ttl-en-jp {
  margin:0 auto 1rem;
  text-align: center;
  position: relative;
}
.ttl-en {
  font-size: 9rem;
  font-size: clamp(3em,calc(90/1440*100vw),9rem);
  font-family: 'Noto Serif JP',serif;
  color: rgba(227,222,212,0.36);
  text-align: center;
  line-height: 1;
}
.ttl-jp {
  color: #69502B;
  font-size: 5.4rem;
  font-size: clamp(2.4em,calc(54/1440*100vw),5.4rem);
  text-align: center;
  line-height: 1;
  margin:-0.9em 0 0.8em;
  letter-spacing: 0.1em;
}
.ttl-jp.m {
  font-size: 4.4rem;
  font-size: clamp(2em,calc(44/1440*100vw),4.4rem);
}
.ttl-en-jp p {
  text-align: center;
  font-size: 2.4rem;
  font-size:clamp(1.05em,calc(24/1440*100vw),2.4rem);
  letter-spacing: 0.1em;
}
.ttl-en-jp p.small {
  font-size: 2rem;
  font-size: clamp(1em,calc(20/1440*100vw),2rem);
}
.home-price-area {
  padding:4.5rem 0;
}
.home-price-kome {
  text-align: right;
  margin-bottom:0.5em;
}
.home-price-sub {
  color: #69502B;
  background: #f8f8f8;
  display: inline-block;
  padding: 0 1em;
  font-weight: 600;
  font-family: 'Noto Serif Jp', serif;
}
.price-box {
  margin-top:2rem;
}
.price-main {
  display: flex;
  background-color: #F6F4F1;
  height: 90px;;
  align-items: center;
  align-content: center;
  line-height: 1;
  border:1px solid #998661;
  padding:0.3em 1.5em 0.3em 2.5em;
  margin:4rem 0;
}
.price-box .price-main {
  margin:0;
}
.price-main dt {
  font-family: 'Noto Serif JP',serif;
  width:60%;
  font-size: 3rem;
  font-size: clamp(1.4em,calc(30/1440*100vw),3rem);
  font-weight: bold;
  color: #69502B;
  position: relative;
  padding-left:1.2em;
}
.price-main dt:before,
.price-sub-box dt:before {
  content:"";
  position: absolute;
  top:0;
  bottom:0;
  left:0;
  margin:auto;
  width:0.72em;
  height: 0.7em;
  background-color: #9B7F4D;
  border-radius: 10em;
}
.price-main dd {
  width:40%;
  font-size: 3.1rem;
  font-size: clamp(1.43em,calc(31/1440*100vw),3.1rem);
  color: #BD6C0F;
  text-align: right;
}
.price-main dd,
.price-sub dd,
.price-sub-flex dd {
  font-weight: 500;
}
.price-sub,
.price-sub-flex dl {
  display: flex;
}
.price-sub dt,
.price-sub-flex dt {
  width:60%;
  font-size: 2.4rem;
  font-size: clamp(1.05em,calc(24/1440*100vw),2.4rem);
  color: #333;
}
.price-sub dd,
.price-sub-flex dd {
  width:40%;
  font-size: 3.3rem;
  font-size: clamp(1.31em,calc(33/1440*100vw),3.3rem);
  color: #BD6C0F;
  text-align: right;
}
.price-sub-inner {
  padding:2rem 2em;
}
.pirce-sub .txt,
.price-sub-box * {
  font-size: 2rem;
  font-size: clamp(1em,calc(20/1440*100vw),2rem);
}
.price-sub-box,
.note-box {
  background: #FDF9ED;
  margin:0;
  padding:3rem 2rem;
}
.price-sub-box dl {
  display: flex;
}
.price-sub-box dt {
  width:7.2em;
  padding-left:1.1em;
  position: relative;
}
.price-sub-box dd {
  width:calc(100% - 7.2em);
}
.price-sub-flex {
  border-top:1px solid #E6DFD2;
}
.price-sub-txt {
  display: block;
  width:100%;
  font-size: 94%;
}
.price-sub-flex dl {
  align-self: flex-end;
  align-content: flex-end;
  line-height: 1;
}
.price-sub-flex.pa dl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 0.5em;
  padding-left: 1em;
}
.price-sub-txt {
  padding-left:1em;
}
.price-detail dt,
.price-detail dd {
  padding-left:1.5em;
}
.price-detail dd{
  padding-right:1em; 
}
.pirce-sub {
  border: 1px solid #998661;
  border-top:none;
}
.price-detail {
  height: 5em;
  align-items: center;
  align-content: center;
  line-height: 1;
  border-bottom:1px solid #E6DFD2;
}
.note-box {
  padding:2.5rem 5%;
}
.note-box li {
  font-size: 1.1em;
  margin-bottom:0.5em;
  padding-left:1.2em;
}
.ls2 {
  letter-spacing: 0.1em;
}
.box-area {
  border:1px solid #998661;
  margin-bottom:4vw;
}
.box-area-inner {
  padding:3rem 5%;
}
.box-area-ttl {
  color: #fff;
  font-size: 3.4rem;
  font-size: clamp(1.4em,calc(34/1440*100vw),3.4rem);
  background-color: #998661;
  padding:0.4em 1rem;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.price-card {
  max-width:550px;
  margin:2rem 0;
}
.txt2 {
  font-size: 2rem;
  font-size: clamp(1em,calc(20/1440*100vw),2rem);
}
.box-area-inner .txt2 {
  line-height: 2;
}
.flow-area-ttl {
  color: #fff;
  background-color: #6D5430;
  font-size: 3.5rem;
  font-size: clamp(1.35em,calc(35/1440*100vw),3.5rem);
  padding:0.35em 0.5em;
  line-height: 1.3;
  margin-bottom:2.5rem;
}
.flow-area-ttl .step {
  font-size: 2.2rem;
  font-size: clamp(0.7em,calc(22/1440*100vw),2.2rem);
  letter-spacing: 0;
  color: #fff;
  margin-right:1rem;
  display: inline-block;
}
.flow-area .box {
  background-color: #F5F4F0;
  border:2px solid #9B7F4D;
  padding:3rem 3.5%;
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.15);
  position: relative;
}
.flow-area .box:last-of-type {
  margin-bottom:0;
}
.flow-area .box:after {
  content: "";
  position: absolute;
  bottom: -3.3em;
  left: 0;
  right: 0;
  margin: auto;
  width: 7.5em;
  height: 3.3em;
  background-color: #bfad88;
  clip-path: polygon(50% 3.3em, 0% 0%, 7.5em 0%);
}
.flow-area .box:last-of-type:after {
  content:none;
  background-color: none;
}
.flow-area .txt2,
.ls1 {
  letter-spacing: 0.06em;
}
.home-faq {
  background:url(../img/home/bg-faq.jpg)no-repeat center 0;
}
.faq-area {
  padding-top:2.5rem;
}
.faq-area .faq-box:first-of-type {
  margin-top:0;
}
.faq-box {
  background-color: #fff;
  margin:2.5rem 0;
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.15);
}
.faq-box dt {
  font-family: 'Noto Serif JP',serif;
  letter-spacing: 0.06em;
  background: url(../img/home/ar-open.svg)no-repeat 97% 40%;
  background-size:1.4em;
  border-radius: 0.5em;
  height: 4em;
  padding:0.3em 7rem 0.3em 11rem;
  color: #6D5430;
  font-weight: bold;
  display: flex;
  align-items: center;
  align-content: center;
  line-height:1.3;
  position: relative;
}
.faq-box dd {
  display: none;
  padding:0.8em 4rem 3rem 11rem;
  position: relative;
  line-height: 1.95;
  border-top:1px solid #D5CDBE;
}
.faq-box dt:before,
.faq-box dd:before {
  content:"";
  position: absolute;
  left:4rem;
  width:100%;
  height: 100%;
}
.faq-box dt:before,
.faq-box dd:before {
  background-size:4.4rem auto!important;
}
.faq-box dt:before {
  background: url(../img/home/q.svg)no-repeat 0 center;
  top:0;
  bottom:0;
  margin:auto;
}
.faq-box dd:before {
  background: url(../img/home/a.svg)no-repeat 0 0;
  top:1.5rem;
}
.faq-box dt.active {
  background-image: url(../img/home/ar-close.svg);
  background-position:97% 55%;
}
.ac-btn:hover {
  cursor: pointer;
}
.faq-area-bottom {
  border-top:1px solid #6D5430;
  margin-top:7.5rem;
  padding-top:3rem;
  font-size: clamp(1.15em,calc(30/1440*100vw),3rem);
}
.faq-area-bottom-txt {
  text-align: center;
  color: #6D5430;
  font-family: 'Noto Serif JP',serif;
  font-size:clamp(1em,calc(20/1440*100vw),2rem);
  font-weight: 600;
  margin-bottom: 0.8em;
  letter-spacing: 0.06em;
}
.home-consult-wrap {
  background: linear-gradient(135deg,  rgba(255,255,255,1) 78%,rgba(229,225,219,1) 99%);
}
.ttl-home-consult {
  text-align: center;
  margin:0 auto 2rem;
}
.ttl-home-consult span {
  border-bottom:2px solid #6D5430;
  letter-spacing: 0.05em;
  text-align: center;
  font-size: 3.2rem;
  font-size: clamp(1.3em,calc(32/1440*100vw),3.2rem);
  
  color: #69502B;
  padding-bottom:0.2em;
}
.home-consult-area {
  background-color: #F9F5EE;
  margin:4rem 0;
}
.label-ttl,
.bg-ttl-white {
  background-color: #6D5430;
  line-height: 1.3;
  padding:0.5em 1em;
}
.label-ttl {
  font-size: 2.5rem;
  font-size: clamp(1.1em,calc(25/1440*100vw),2.5rem);
  color: #fff;
  display: flex;
  align-items: center;
  align-content: center;
  margin-bottom:2rem;
}
.label-ttl .label-icn {
  background-color: #F8F8F8;
  border-radius: 3px;
  display: inline-block;
  padding:0.3em 0.4em;
  margin-right: 1rem;
  line-height: 1;
  font-size: 1.6rem;
  text-align: center;
  color: #6D5430;
  font-family: 'Noto Serif JP',serif;
  display: block;
}
.bg-ttl-white {
  background-color: #fff;
  color: #624D2F;
  margin-bottom:1.5rem;
  font-size: 2.2rem;
  font-size: clamp(1em,calc(22/1440*100vw),2.2rem);
}
.home-consult-check {
  padding-top:2rem;
  border-top:2px solid #B4A690;
}
.check01 li {
  font-size: 103%;
  padding-left:2em;
  background:url(../img/home/check01.svg)no-repeat 0 0.2em;
  line-height: 1.4;
  margin-bottom: 0.5em;
}
.consult-main {
  padding:3.5rem;
}
.consult-inner {
  padding-left:4%;
}
.home-consult-txt {
  font-size: 1.8rem;
  margin:1.5em 0 1rem;
}
sup.small {
  font-size: 60%;
}
.consult-bottom {
  text-align: center;
}
.consult-bottom-txt {
  font-size: 2.6rem;
  font-size: clamp(1.11em,calc(26/1440*100vw),2.6rem);
  color: #624D2F;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.06em;
  margin-bottom:2rem;
}

/* home-news
------------------------------------------------------------*/
.home-topics-ttl {
  color:#69502B;
  font-size: 4.9rem;
  font-size: clamp(2.4em,calc(49/1440*100vw),4.9rem);
}
.home-topics-jp {
  font-size: 55%;
  color:#69502B;
}
.home-topics-ttl-area {
  border-top:2px solid #CDCDCD;
  margin:0;
  position: relative;
}
.home-topics-en {
  color:#69502B;
  margin-right: 1em;
  font-weight: 500;
  line-height: 1.3;
  vertical-align: middle;
}
.btn-ar a {
  color: #6D5430;
  padding:2rem 5rem 2rem 2rem;
  background:url(../img/home/btn-ar.svg)no-repeat right center;
  background-size:2.4em;
  font-size: 1.6rem;
}
.day-label {
  display: flex;
}
.day-label .day {
  width:6em;
}
.day-label .label {
  min-width:8em;
}
.day-cate {
  display: flex;
  flex-wrap:wrap;
}
.day {
  font-size: 94%;
  color: #666;
  margin-right: 1em;
  margin-top: 0.1em;
}
.label {
  font-size:12px;
  padding:3px 1.5em;
  color:#fff;
  background-color: #707070;
  border-radius: 2px;
  line-height: 1;
  text-align:center;
  height:2em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.topics-archive a {
  color: #454545;
  display: block;
  font-size: 1.6rem;
}
.topics-archive dl {
  border-bottom:1px solid #ddd;
}

/* home-news
------------------------------------------------------------*/
.carousel-wrap{
  overflow:hidden;
  position:relative;
  min-height:112px;
}
.carousel.is-loading{
  visibility:hidden;
}
/* slick 初期化で slick-initialized が付くので表示 */
.carousel.slick-initialized{
  visibility:visible;
}
.carousel.slick-initialized .slick-track {
  opacity: 1 !important;
}
.carousel img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2; /* ← 例：600×400 想定 */
  object-fit: cover;
}
.slider-container {
  display: none;
  position: relative;
	padding:32px 0 0;
}
.slick-list {
  margin-right: -15px;
}
.slick-slide {
  margin: 0 15px 0 0;
}
.slick-slide img {
  margin:auto;
  height: auto;
}


/* footer-map
------------------------------------------------------------*/
.footer-map-ttl {
  color: #69502B;
  line-height: 1.6em;
}
.footer-map-ttl .kana {
  font-size: 60%;
  font-weight: normal;
}
.map-area {
  border-radius: 2vw;
}
.footer-map dt {
  font-size: 1.8rem;
  font-weight: bold;
}
.footer-map-tel {
  margin-bottom:3rem;
}
.footer-map-tel img {
  max-width:244px;
  height: 2.8rem;
}
.area-detail {
  font-size: 90%;
}
.footer-area-qualification {
  font-size: 90%;
}
.mv-info {
  position: absolute;
  right: 0;
  bottom: 2.6em;
  background-color: rgba(255, 255, 255, .85);
  color: #9B7F4D;
  text-align: center;
  padding: 1.2em 1.2em;
}
.mv-info-ttl {
  color: #9B7F4D;
  font-size: 120%;
  font-weight: 700;
  padding: 0 .6em .2em;
  margin: 0 0 .2em;
  border-bottom: 1px solid #9B7F4D;
  letter-spacing: .06em;
}
.mv-info p {
  font-weight: 600;
  font-size: 150%;
  color: #9B7F4D;
  font-family: 'Noto Serif JP',serif;
  line-height: 1.2;
  letter-spacing: .1em;
}
.map-area iframe {
  overflow: hidden;
  width:100%;
}
.map-area {
  position: relative;
  overflow-y: hidden;
  width: 100%;
  padding-top: 65%;
}
.map-area iframe {
  position: absolute;
  top: -150px;
  left: 0;
  width: 100%;
  height: calc(100% + (150px * 2));
}
.footer-map dl {
  padding:1.8vw 0;
  border-bottom:1px solid #ccc;
}
.footer-map dl:first-of-type {
  border-top:1px solid #ccc;
}
.free-call {
  margin-left:1em;
}
.footer-map dd {
  color: #555;
}
.cta-btn li a {
  width:100%;
  height:100%;
  margin:auto;
}
.cta-btn li a img {
  box-shadow: 4px 4px 10px rgba(0,0,0,0.15);
}


@media screen and (min-width:768px) and (max-width:1400px) {
  .footer-map-ttl {
    font-size: calc(32/1200*100vw);
  }
}

@media screen and (max-width:1200px) {
  .faq-box dt:before, .faq-box dd:before {
    background-size: 3rem auto !important;
  }
  .faq-box dt,
  .faq-box dd {
    padding-left:9rem;
  }
}

/* 枠（＝見せたい領域） */
#home-mv .home-mv-media{
  display: block;
  width: 100%;
  min-height: 400px;              /* iPadなど天地が短くても最低高さ確保 */
  aspect-ratio: 1920 / 700;       /* 基本はこの比率で */
  overflow: hidden;               /* はみ出し＝左右カット */
}
/* 画像は枠にフィットさせるだけ */
#home-mv .home-mv-img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
}

/* SP */
@media (max-width:750px){
  #home-mv .home-mv-img{
    aspect-ratio:780 / 890;
  }
}

@media screen and (min-width:768px) {
  /* #home-mv .home-mv-img {
    max-height: 702px;
    object-fit: cover;
    height: 702px;
    height: calc(702 / 1440 * 100vw);
    object-position: center top;
  } */
  
  .point3-area li {
    width:31%;
  }
  .point3-area li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: max(4.929vw, 48px);
    height: 4em;
    transform: translate(-50%, -50%);
    background-size:3em;
    background-repeat: no-repeat;
    background-position: center 0;
  }
  .point3-area li {
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    padding:2rem 1rem;
    border-radius: 0.5rem;
    display: block;
    position: relative;
  }
  .point3-main {
    color: #9B7F4D;
    font-size: 1.43em;
    display: block;
    border-bottom:1px solid #ccc;
    padding-bottom: 0.5rem;
    text-align: center;
  }
  .home-total {
    background: url(../img/home/home-total.jpg)no-repeat 0 0;
    background-size:auto 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    line-height: 1.2;
    position: relative;
  }
  .home-total:before {
    content:"";
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    background-color: #F8F8F8;
    z-index: -1;
  }
  .home-total:after {
    content:"";
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    margin:auto;
    width:22%;
    max-width:615px;
    height: 80%;
    background:url(../img/home/home-total-img.jpg)no-repeat right center;
    background-size:contain;
  }
  .home-total-inner {
    max-width:636px;
    width:90%;
    margin:0 auto;
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    line-height: 1.2;
    justify-content: center;
    text-align: center;
  }
  .home-total,
  .home-total-inner {
    max-height: 494px;
    height: calc(494/1440*100vw);
  }
  .home-total-ttl {
    margin:0 auto 0.8em;
    width:calc(354/900*100vw);
  }
  .home-total-main {
    font-size: clamp(1em,calc(21/1440*100vw),2.1rem);;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom:0.3em;
    display: block;
    width: 100%;
  }
  .expert-area {
    display: flex;
    gap:0 5%;
    align-items: flex-start;
  }
  .expert-main {
    padding:7rem 5% 5rem 6%;
  }
  .expert-sub {
    width:25%;
  }
  .expert-ttl {
    width: calc(201 / 1440 * 100vw);
    margin: 3rem 0 0;
    max-width: 201px;
  }
  .expert-main .va-top {
    margin-top: -0.3em;
    margin-left: 0.1em;
    display: inline-block;
    width: 6em;
  }
  .expert-main .row2 {
    margin:-0.5em 0 0 1.5em;
  }
  .expert-main .fs13 {
    padding-left:1em;
  }
  .expert-check {
    margin-bottom:3em;
  }
  .tech-area {
    background: url(../img/home/bg-tech.jpg)no-repeat center top;
    background-size:100% auto;
    box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.15);
  }
  .tech-ttl-area {
    max-width: 702px;
    width:50%;
    height: calc(666/1440*100vw);
    max-height: 476px;
    margin:0 auto;
    position: relative;
  }
  .tech-ttl {
    position: absolute;
    top:0;
    left:0;
    right: 0;
    margin:auto;
  }
  .home-tech-ttl {
    padding:calc(60/1440*100vw) 1rem calc(53/1440*100vw);
  }
  .tech-merit {
    display: flex;
  }
  .tech-merit-sub {
    width:37.5%;
  }
  .tech-merit-main {
    width:62.5%;
    padding:3.5rem 0 3rem 4%;
    max-width: 900px;
    margin: 0 auto;
  }
  .home-kind {
    position: relative;
    margin-bottom:8rem;
  }
  .kind-area {
    display: flex;
    flex-wrap:wrap;
    gap:0 3%;
  }
  .kind-area .box {
    margin:4vw 0;
    width:31.333%;
  }  
  .kind-box-txt p {
    font-size: 0.96em;
  }
  .rec-box {
    display: flex;
    flex-wrap:wrap;
    gap:0 6%;
    max-width:1100px;
    width:90%;
    margin:0 auto;
  }
  .rec-box .box {
    width:47%;
    margin:0 0 7.5rem;
  }
  .structure-area {
    padding:6vw 0 8vw;
  }
  .cta-sub {
    padding:5vw 0;
    text-align: center;
  }
  .case-area {
    padding:3rem 0 6vw;
  }
  .kome {
    font-size: 0.9em;
  }
  .ttl-home-reason {
    width:100%;
    margin:0 auto 2.5rem;
    text-align: center;
    display: block;
  }
  .reason-area {
    background-color: #C9BDA9;
    padding: 6rem 0 10.5rem;
  }
  .reason-box {
    display: flex;
    flex-wrap: wrap;
    max-width: 1122px;
    width: 90%;
    margin: 0 auto;
    padding:4vw 0 3vw;
  }
  .reason-box .box {
    width: 47%;
    margin: 0 0 5rem;
  }
  .flow-area {
    padding:2rem 0 0;
  }
  .flow-area .detail {
    padding:2rem 0 0;
  }
  .flow-area .box {
    margin: 4rem 0;
    padding:2rem 4%;
  }
  .flow-area .box {
    margin:6rem 0;
  }
  .cta-btn {
    display: flex;
    gap:0 5%;
    max-width: 920px;
    margin: 0 auto;
  }
  .cta-btn li {
    width:50%;
  }
  .footer-map {
    display: flex;
    justify-content: space-between;
    padding-left:5%;
  }
  .footer-map-detail {
    width:48%;
    padding-top:1em;
  }
  .footer-map-img {
    width:52%;
  }
  .footer-map-ttl {
    margin-bottom: 4vw;
    font-size: 3.2rem;
    font-size: clamp(1.3em,calc(32/1440*100vw),3.2rem);
    font-weight: 700;
  }
  .footer-map dl {
    display: flex;
  }
  .footer-map dt {
    width:6em;
  }
  .footer-map dd {
    width:calc(100% - 7em);
  }
  .point3-area {
    margin:4.5em auto 2.7em;
  }
  .point3-area ul {
    display: flex;
    flex-wrap: wrap;
    gap:0 2%;
    max-width:1000px;
    margin:0 auto;
    text-align: center;
  }
  .home-total {
    margin-top:4em;
  }
  .ttl-dark-main span {
    font-size: clamp(1.2vw,calc(36/1440*100vw),3.6rem);
  }
  .ttl-dark-main span.pa {
    padding-left:2.5em;
    padding-right: 2.5em;
  }
  .ttl-label {
    font-size: 2.8rem;
    font-size: clamp(1.13em,calc(28/1440*100vw),2.8rem);
    padding:0.4em 2em;
    display: inline-block;
  }
  .ttl-label.l {
    font-size: clamp(1.5em,calc(36/1440*100vw),3.6rem);
  }
  .ttl-label.pa {
    padding:0.8rem 2em;
  }
  .ttl-dark-txt {
    font-size: 2rem;
  }
  .case-box,
  .structure-box .box,
  .flow-area .box,
  .home-consult-area {
    display: flex;
    justify-content: space-between;
  }
  .structure-box figure,
  .flow-area .box figure {
    width:45%;
  }
  .structure-box .detail,
  .flow-area .box .detail {
    width:50%;
  }
  .case-box {
    gap:0 3%;
    flex-wrap:wrap;
  }
  .case-box .box {
    width:48%;
  }
  .reason-box {
    gap:0 5%;
    flex-wrap:wrap;
  }
  .reason-box .box {
    width:47.5%;
  }
  .flow-area .box figure {
    padding-left:1rem;
  }
  .faq-box dt {
    font-size: 2.5rem;
    font-size: clamp(1.2em,calc(25/1440*100vw),2.5rem);
  }
  .consult-main {
    width:54%;
  }
  .consult-sub {
    width:43%;
  }
  .topics-archive dl {
    display: flex;
    padding: 2.5rem 0;
  }
  .topics-archive dt {
    width: 14em;
  }
  .topics-archive dd {
    width: calc(100% - 14em);
    padding-left: 1em;
  }
  .recommend-area .bgf {
    padding:6rem 0 1rem;
  }
  .archive-news {
    margin:4vw 0 0;
  }
}


/*--------------------------------------
SP　767px以下
---------------------------------------*/
@media screen and (max-width:767px) {
  #home-mv .home-mv-img {
    height: 100%;
  }
  .point3-wrap {
    padding:4rem 4vw;
    background: linear-gradient(135deg,  rgba(244,236,226,1) 0%,rgba(255,255,255,1) 22%);
  }
  .point3-area{
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    border-radius: 0.5rem;
    margin-bottom:3rem;
  }
  .point3-area li {
    padding:1.5rem 1rem;
    display: block;
    position: relative;
    border-bottom:1px solid #ccc;
  }
  .point3-area li:last-of-type{
    border-bottom:none;
  }
  .point3-area li:before {
    content: "";
    position: absolute;
    top: 2rem;
    left: 2em;
    width: max(4.929vw, 48px);
    height: 4em;
    background-size: 2.6em;
    background-repeat: no-repeat;
    background-position: center 0;
  }
  .point3-main {
    color: #9B7F4D;
    font-size: 5vw;
    display: block;
    text-align: left;
    padding:0 0 0 10rem;
  }
  .point3-sub {
    text-align: left;
    padding:0 0 0 10rem;
  }
  .point3-area li:nth-child(3) .point3-main,
  .point3-area li:nth-child(3) .point3-sub {
    padding-left:0;
    text-align: center;
  }
  .home-total {
    background-color: #F8F8F8;
    padding:4rem 0;
    text-align: center;
  }
  .home-total-ttl {
    margin:0 auto 1rem;
    max-width:80%;
  }
  .home-total-main {
    font-size: 3.8vw;
    font-weight: bold;
    margin-bottom: 0.3em;
  }
  .home-total-sub {
    font-size: 3.6vw;
  }
  .home-total-img {
    width:84%;
    margin:2rem auto 0;
  }
  .ttl-dark-main {
    font-size: 5vw;
  }
  .expert-area {
    display: flex;
    gap: 0 4%;
    align-items: flex-start;
  }
  .expert-sub {
    width: 28%;
    margin-left: -2%;
  }
  .expert-ttl {
    width: 100%;
    height: 100%;
    max-width: 100%;
    margin-top:2rem;
  }
  .expert-main {
    width: 75%;
    padding: 2.5rem 3vw 1rem 5vw;
    margin-right: -2%;
  }
  .check-list {
    line-height: 2;
  }
  .expert-check .check-list, .expert-check .check-list *, .expert-main .row2.min {
    width:2.5rem;
    display: inline;
  }
  .expert-main .va-top {
    width: 4em;
    margin: 0.3rem 0 0.3rem 0.5rem;
    display: inline-block;
  }
  .expert-main .row2.min {
    margin: 0 0 1em;
    width: 100%;
    display: block;
  }
  .expert-main .fs13 {
    display: block;
    padding: 0;
    font-size: 3.4vw;
    font-weight: 400;
    line-height: 1.6;
    margin:1rem 0;
    color: #666;
  }
  .expert-check p.mb {
    margin-bottom: 0.8em;
  }
  .expert-check .check-list .marker {
    letter-spacing: -0.1em;
  }
  .home-expert {
    padding-bottom: 5vw;
  }
  .media-box {
    margin:3rem 0;
  }
  .media-img {
    flex-wrap:wrap;
  }
  .media-box a {
    width:100%;
    display: block;
  }
  .media-list + a {
    margin-top:2rem;
  }
  .list-dot li {
    font-size: 1em;
  }
  .home-price .list-dot li {
    letter-spacing: 0;
  }
  .list-dot li:before {
    width:1em;
    height: 1em;
    top:1em;
  }
  .home-tech-ttl {
    padding:6vw 0 3vw;
  }
  .tech-merit {
    width:90%;
    margin:2rem auto;
  }
  .ttl-gold-area{
    height: 130px;
    background-position:25% 0;
  }
  .ttl-gold {
    font-size: 7vw;
  }
  .ttl-gold-area p {
    line-height: 1.4;
    font-size: 3.8vw;
  }
  .home-kind {
    position: relative;
    margin-bottom:4rem;
  }
  .kind-area .box:before {
    top: clamp(-12vw, -22%, -11rem);
  }
  .kind-area .box {
    margin:1rem 0 5rem 0;
  }
  .ttl-kind {
    font-size: 6vw;
    font-weight: 600;
  }
  .ttl-kind.m {
    font-size: 5.5vw;
  }
  .ttl-kind.s {
    font-size: 5vw;
  }
  .kind-area .box figure {
    width: 70%;
    margin:1rem auto;
  }
  .kind-area .box:last-of-type {
    margin-bottom:2rem;
  }
  .ttl-recommend {
    font-size: 6vw;
    margin:0;
  }
  .recommend-area .bgf {
    padding:2rem 0 1rem;
  }
  .ttl-recommend-area {
    height: auto;
    background:none;
    display: block;
    padding:0;
  }
  .ttl-recommend-area .container {
    width:100%;
    max-width: 100%;
  }
  .ttl-recommend .bg-ttl {
    width:100%;
    display: block;
    padding:0.5em;
    text-align: center;
    background-color: #69502B;
  }
  .rec-en {
    font-size: 10vw
  }
  .ttl-recommend-area p,
  .rec-en {
    display: none;
  }
  .rec-read,
  .home-reason-txt {
    font-size: 3.6vw;
    text-align: center;
    margin-bottom:2rem;
  }
  .rec-box .box,
  .reason-box .box {
    width: 90%;
    margin: 0 auto 4rem;
  }
  .ttl-rec {
    line-height: 1.3;
    font-size: 4.8vw; 
    letter-spacing: 1px;
  }
  .rec-box .box figure img {
    object-fit: cover;
    height: 40vw;
    width: 100%;
  }
  .rec-box .check-list {
    font-weight: 600;
  }
  .structure-area {
    padding:4rem 0 5rem;
  }
  .structure-area .box {
    padding:2rem;
  }
  .cta-sub {
    padding: 7vw 0 8vw;
  }
  .ttl-dark-txt {
    line-height: 1.4;
  }
  .ttl-label.l {
    font-size: 5vw;
    padding: 0.3em 1.5em;
  }
  .case-txt p {
    font-size: 1em;
  }
  .kome {
    font-size: 0.84em;
  }
  .home-case {
    padding-bottom:4rem;
  }
  .ttl-home-reason-area {
    background: none;
    height: auto;
  }
  .ttl-home-reason {
    width:100%;
    margin:0;
  }
  .ttl-home-reason span {
    width: 100%;
    display: block;
    padding: 0.5em;
    text-align: center;
    font-size: 6vw;
  }
  .home-reason .bgf {
    padding-top:2rem;
  }
  .reason-area {
    background-color: #C9BDA9;
    padding: 3rem 0 5rem;
  }
  .reason-box .box:before {
    width:20vw;
  }
  .ttl-en {
    font-size: 13vw;
  }
  .home-price .ttl-en,
  .ttl-en.s {
    font-size: 9vw;
  }
  .ttl-jp {
    font-size: 8vw;
  }
  .home-price-sub {
    line-height: 1.4;
    padding:0.5em 2em;
  }
  .price-main {
    padding:0.6em 0.8em 0.6em 0.8em;
    height: auto;
    min-height: 4em;
  }
  .price-main dt {
    font-size: 5vw;
    white-space: nowrap;
  }
  .price-main dt:before, .price-sub-box dt:before {
    width:0.5em;
    height: 0.5em;
  }
  .price-main dd {
    font-size: 5vw;
  }
  .price-sub dd, .price-sub-flex dd {
    font-size: 5vw;
  }
  .price-sub-flex.pa dl,
  .price-sub-txt {
    padding:0;
  }
  .price-detail dt, .price-detail dd {
    padding-left:1rem;
    padding-right: 1rem;
    width:50%;
  }
  .price-detail {
    height: 4em;
  }
  .price-sub-inner {
    padding: 1.5rem 1em;
  }
  .price-sub-box, .note-box {
    padding: 2rem 2rem;
    margin:1rem 0 0;
  }
  .price-main dt:before, .price-sub-box dt:before {
    top:0;
  }
  .flex-sp-none {
    display: block!important;
  }
  .flex-sp-none dt,
  .flex-sp-none dd {
    width:100%!important;
  }
  .box-area-ttl {
    font-size: 4.8vw;
  }
  .box-area-inner {
    padding: 2rem 5%;
  }
  .flow-area .box:after,
  .structure-area .box:last-of-type:after {
    bottom: -2.15em;
    width: 5em;
    height: 2em;
    clip-path: polygon(50% 2em, 0% 0%, 5em 0%);
  }
  .flow-area-ttl {
    margin:1.5rem 0;
  }
  .flow-area .box {
    margin: 4rem 0;
    padding:3rem 4% 2rem;
  }
  .ttl-en-jp p {
    font-size: 1em;
    letter-spacing: 0;
  }
  .cta-sub-ttl {
    font-feature-settings: "palt";
    letter-spacing: 0;
    font-size: 5.5vw;
  }
  .home-faq .ttl-jp {
    font-size: 7vw;
  }
  .faq-box dt, .faq-box dd {
    padding-left: 5rem;
    height: auto;
  }
  .faq-box dd {
    display: none;
    padding: 0.8em 2rem 3rem 5.5rem;
  }
  .faq-box dt {
    padding: 1em 4rem 1em 5.5rem;
    line-height: 1.6;
    font-size:1.1em;
    letter-spacing: 0;
    background-size: 1.3em;
  }
  .faq-box dt:before, .faq-box dd:before {
    left:1rem;
  }
  .ttl-dark-main span {
    width:100%;
    text-align: center;
  }
  .ttl-home-consult span {
    font-size: 5.5vw;
    line-height: 2;
  }
  .consult-main {
    padding: 2rem 1.5rem;
  }
  .list-dot.orange li {
    font-weight: 500;
    font-size: 1.1em;
  }
  .list-dot.orange li:before {
    width: 1em;
    height: 1em;
  }
  .home-consult .ls2 {
    letter-spacing: 0;
  }
  .home-consult-txt {
    font-size: 3.5vw;
  }
  .label-ttl {
    font-size: 4.5vw;
  }
  .bg-ttl-white {
    padding:0.7em 0.5em;
    font-size: 4.3vw;
  }
  .consult-bottom-txt {
    font-size: 4.5vw;
  }
  .home-topics-ttl {
    font-size: 8vw;
  }
  .btn-ar.flex-end {
    justify-content: flex-end;
  }
  .btn-ar a {
    font-size: 1em;
    background-size: 1.6em;
    padding:2rem 3.5rem 2rem 2rem;
  }
  .topics-archive dl {
    padding:2rem;
  }
  .topics-archive dd {
    display: block;
    margin-top:0.5em;
  }
  .ttl-jp.m {
    font-size: 7vw;
  }
  .cta-btn {
    max-width: 90%;
    margin:0 auto;
  }
  .cta-btn li {
    margin:2rem auto;
  }
  .cta-btn li a {
    display: block;
    width: 350px;
    max-width:100%;
  }
  .footer-map dl {
    padding-top:1.5rem;
    padding-bottom:1.5rem;
  }
  .footer-map,
  .footer-map-ttl,
  .footer-map-tel,
  .footer-map dl {
    padding-left:1rem;
    padding-right: 1rem;
  }
  .footer-map-tel img {
    height: 2.3rem;
  }
  .footer-map-ttl {
    margin-bottom: 1em;
    font-size: 2.5rem;
    text-align: center;
  }
  .footer-map dt {
    margin-bottom:0.3em;
    font-size: 1.8rem;
  }
  .footer-map-img {
    margin:3rem 0 2rem;
  }
  .footer-map-img iframe {
    border-radius: 2rem;
  }
  .map-area {
    border-radius: 3rem;
  }
  #newsTop {
    margin: 60px auto 40px;
  }
  .google-revie {
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
  }
}


@media screen and (max-width: 750px) {
  .mv-info {
    display: none;
  }
}

/* iPad mini */
@media screen and (max-width: 768px) {

}
@media screen and (max-width: 767px) {

}
/* google plagin*/
.ti-rating-text,
.ti-rating {
	display: none!important;
}
.google-review {
  width:90%;
  display: block;
  margin:2rem auto;
  padding-bottom: 0.5rem;
}
.google-review-txt {
  background-color: #6D5430;
  text-align: center;
  padding: 0.4em 1em;
  color: #fff;
  font-weight: 600;
  font-size: clamp(1em, calc(24 / 1440 * 100vw), 2.4rem);
  line-height: 1.4;
  margin-bottom:2rem;
}
.google-review .ti-widget.ti-goog .ti-controls {
  display: block!important;
}
.google-review .ti-widget.ti-goog .ti-controls .ti-next {
  right: -15px!important;
}
.google-review .ti-widget.ti-goog .ti-controls .ti-prev {
  left: -15px!important;
}

