/*サイト全体の基準となるCSSを記述*/
html {
  font-size: 62.5%;
}

body {
  font-family: 'Noto Sans JP',YuGothic,'Yu Gothic','ＭＳ Ｐゴシック','MS PGothic','ヒラギノ角ゴシック','Hiragino Sans','Osaka','メイリオ', Meiryo,sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 2.0;
  margin: 0;
  padding: 0;
  letter-spacing: 0.25rem;
  position:relative;
  color:#231815;
}
.header__topbar .social .header__topbar-link a {
    align-items: center !important;
}
@media (min-width: 1200px){
    header .container {
        max-width: 1140px;
    }
}
@media (min-width: 1025px){
    .hero {
        margin-top: -113px;
    }
}
@media screen and (max-width: 767px){
  body{
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: #000;
  -webkit-transition: .4s all;
  transition: .4s all;
}

@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.7;
    -webkit-transition: .4s all;
    transition: .4s all;
  }
}

.mt00 {
  margin-top: 0;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt55 {
  margin-top: 55px;
}

.mt60 {
  margin-top: 60px;
}

.mt65 {
  margin-top: 65px;
}

.mt70 {
  margin-top: 70px;
}

.mt75 {
  margin-top: 75px;
}

.mt80 {
  margin-top: 80px;
}

.mt85 {
  margin-top: 85px;
}

.mt90 {
  margin-top: 90px;
}

.mt95 {
  margin-top: 95px;
}

.mt100 {
  margin-top: 100px;
}

.ml00 {
  margin-left: 0;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.ml30 {
  margin-left: 30px;
}

.ml35 {
  margin-left: 35px;
}

.ml40 {
  margin-left: 40px;
}

.ml45 {
  margin-left: 45px;
}

.ml50 {
  margin-left: 50px;
}

.ml55 {
  margin-left: 55px;
}

.ml60 {
  margin-left: 60px;
}

.ml65 {
  margin-left: 65px;
}

.ml70 {
  margin-left: 70px;
}

.ml75 {
  margin-left: 75px;
}

.ml80 {
  margin-left: 80px;
}

.ml85 {
  margin-left: 85px;
}

.ml90 {
  margin-left: 90px;
}

.ml95 {
  margin-left: 95px;
}

.ml100 {
  margin-left: 100px;
}

.mr00 {
  margin-right: 0;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

.mr30 {
  margin-right: 30px;
}

.mr35 {
  margin-right: 35px;
}

.mr40 {
  margin-right: 40px;
}

.mr45 {
  margin-right: 45px;
}

.mr50 {
  margin-right: 50px;
}

.mr55 {
  margin-right: 55px;
}

.mr60 {
  margin-right: 60px;
}

.mr65 {
  margin-right: 65px;
}

.mr70 {
  margin-right: 70px;
}

.mr75 {
  margin-right: 75px;
}

.mr80 {
  margin-right: 80px;
}

.mr85 {
  margin-right: 85px;
}

.mr90 {
  margin-right: 90px;
}

.mr95 {
  margin-right: 95px;
}

.mr100 {
  margin-right: 100px;
}

.mb00 {
  margin-bottom: 0;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb85 {
  margin-bottom: 85px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb95 {
  margin-bottom: 95px;
}

.mb100 {
  margin-bottom: 100px;
}

.f10 {
  font-size: 10px;
}

.f11 {
  font-size: 11px;
}

.f12 {
  font-size: 12px;
}

.f13 {
  font-size: 13px;
}

.f14 {
  font-size: 14px;
}

.f15 {
  font-size: 15px;
}

.f16 {
  font-size: 16px;
}

.f17 {
  font-size: 17px;
}

.f18 {
  font-size: 18px;
}

.f19 {
  font-size: 19px;
}

.f20 {
  font-size: 20px;
}

.f21 {
  font-size: 21px;
}

.f22 {
  font-size: 22px;
}

.f23 {
  font-size: 23px;
}

.f24 {
  font-size: 24px;
}

.f25 {
  font-size: 25px;
}

.f26 {
  font-size: 26px;
}

.f27 {
  font-size: 27px;
}

.f28 {
  font-size: 28px;
}

.f29 {
  font-size: 29px;
}

.f30 {
  font-size: 30px;
}

.f35 {
  font-size: 35px;
}

.f40 {
  font-size: 40px;
}

.f45 {
  font-size: 45px;
}

.f50 {
  font-size: 50px;
}

.f55 {
  font-size: 55px;
}

.f60 {
  font-size: 60px;
}

.f65 {
  font-size: 65px;
}

.f70 {
  font-size: 70px;
}

.f75 {
  font-size: 75px;
}

.f80 {
  font-size: 80px;
}

.f85 {
  font-size: 85px;
}

.f90 {
  font-size: 90px;
}

.f95 {
  font-size: 95px;
}

.f100 {
  font-size: 100px;
}

.f105 {
  font-size: 105px;
}

.f110 {
  font-size: 110px;
}

.f115 {
  font-size: 115px;
}

.f120 {
  font-size: 120px;
}

.f125 {
  font-size: 125px;
}

.f130 {
  font-size: 130px;
}

/* 配置 */
.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.century{
  font-family: century-gothic, sans-serif;
}

.italic {
  font-style: italic;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-700 {
  font-weight: 700;
}

.fw-900 {
  font-weight: 900;
}
.f-wht{
  color:#fff;
}
.fit {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.position-l {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
  font-family: 'object-fit: cover; object-position: left;';
}

.position-r {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
  font-family: 'object-fit: cover; object-position: right;';
}

.position-t {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  font-family: 'object-fit: cover; object-position: top;';
}

.position-b {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  font-family: 'object-fit: cover; object-position: bottom;';
}

/*コンテナ*/
.header__inner {
  max-width: calc(1280px + 10%);
  margin: auto;
  padding: 35px 5% 35px;
}

.container {
  max-width: calc(1520px + 10%);
  margin: auto;
  padding: 0 5%;
}

.container-S {
  max-width: calc(1280px + 10%);
  margin: auto;
  padding: 0 5%;
}

.section {
  padding-top: 150px;
  padding-bottom: 200px;
}
.section.spec{
  padding-bottom:0;
}
.section.gallery{
  padding-bottom:0;
}
.section.renovaition{
  padding-bottom:0;
}
.section.faq{
  padding-bottom:0;
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 80px;
    padding-bottom: 120px;
  }
}

/* =====================================================
=====================================================
=====================================================
===================================================== */
/* 見出し */
.section__h{
  font-size:3rem;
  letter-spacing: 0.5rem;
  line-height: 1.4;
  margin-bottom:40px;
}
.section__h.f-wht{
  color:#fff;
}
.desc__h{
  font-size:2.4rem;
  line-height:1.6;
  margin-bottom:40px;
}
.dfpp .desc__h{
  color:#fff;
}
@media screen and (max-width:767px){
  .section__h{
    font-size:2.5rem;
    margin-bottom:30px;
  }
  .desc__h{
    font-size:2.5rem;
    margin-bottom:30px;
  }
}
/* ボタン */
.item__btn{
  width:100%;
  height:95px;
  background:#2c3035;
  color:#fff;
  line-height:95px;
  border-radius:10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding:0 30px;
}
.item__btn.wht{
  background:#fff;
  color:#2c3035;
  border:1px solid;
}
.item__btn.arrow{
  position:relative;
}
.item__btn.arrow::after{
  content:"";
  background:url(../images/arrow-r-wht.png) no-repeat center center/cover;
  width:28px;
  height:21px;
  position:absolute;
  top:50%;
  right:40px;
  transform:translatey(-50%);
  z-index:1;
}
.item__btn.wht.arrow::after{
  background:url(../images/arrow-r-brn.png) no-repeat center center/cover;
}
.item__btn span{
  line-height:1.6;
  display:block;
  color:#fff;
}
.item__btn a{
  line-height:95px;
  display:block;
  color:#fff;
}
.item__btn.wht span{
  line-height:1.6;
  display:block;
  color:#2c3035;
}
.item__btn.wht a{
  line-height:95px;
  display:block;
  color:#2c3035;
}


  /* hero */
  .hero{
    width:100%;
    height:100vh;
    position:relative;
  }
  .first-view-slide{
    width:100%;
    height:100%;
  }
  .firstview{
    width:100%;
    height: 100vh !important;
  }
  .firstview.firstview01{
    background:url(../images/hero_bg.jpg) no-repeat center center/cover;
  }
  .firstview.firstview02{
    background:url(../images/firstviewPro.jpg) no-repeat center center/cover;
  }
  .hero__h{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    z-index:1;
  }
  @media screen and (max-width:767px){
    .hero__h{
      width:95%;
      text-align:center;
    }
  }
.hero .fv-btn {
  position: absolute;
  top: 65%;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.hero .fv-btn a {
  border-radius: 30px 0 0 30px;
  border: 1px solid #fff;
  border-right: none;
  color: #fff;
  max-width: 350px;
  padding: 15px;
  text-align: center;
  transition: all .5s ease;
  width: 100%;
}
.hero .fv-btn a:hover {
  opacity: .7;
}
.hero .fv-btn a:first-child {
  background-color: #84716c;
  margin-bottom: 15px;
}
.hero .fv-btn a:last-child {
  background-color: #8f8161;
}

  /* concept */
  .container.mb{
      margin-top: 100px;
  }
  .concept__content{
    display:flex;
    justify-content: space-between;
  }
  .concept__content h2{
    width:28%;
  }
  .concept__desc {
    width: 68%;
  }
  .concept__desc p{
    font-size: .95em;
  }
  @media screen and (max-width:767px){
    .concept__content{
      flex-direction:column;
    }
  }
  /* dfpp */
  .dfpp{
    background:#2c3035;
    color:#fff;
  }
  .dfpp__content{
    display:flex;
    justify-content: space-between;
    margin-bottom:100px;
  }
  .dfpp__content:nth-child(2){
    flex-direction: row-reverse;
  }
  .dfpp__desc{
    width:100%;
  }
  .dfpp__content:nth-child(1) .dfpp__desc{
    margin-right:50px;
    width:40%;
  }
  .dfpp__content:nth-child(2) .dfpp__desc{
    margin-right:0;
    margin-left:50px;
    width:60%;
  }
  .dfpp__desc p{
    font-size: .95em;
  }
  .dfpp .dfpp__desc p{
    color:#fff;
  }
  @media screen and (max-width:1024px){
    .dfpp__content{
      flex-direction:column;
    }
    .dfpp__content:nth-child(2){
      flex-direction:column;
    }
    .dfpp__content:nth-child(1) .dfpp__desc{
      margin-right:0;
      width:100%;
      margin-bottom:40px;
    }
    .dfpp__content:nth-child(2) .dfpp__desc{
      margin-right:0;
      margin-left:0;
      width:100%;
      margin-bottom:40px;
    }
    .dfpp__img img{
      width:100%;
    }
  }

  /* layout */
  .layout__content{
    display:flex;
  }
  .layout__content.content02{
    margin-top:90px;
  }
  .layout__desc{
    margin-right:50px;
    width:40%;
  }
  .fig-box{
    display:flex;
    flex-wrap:wrap;
    width:60%;
  }
  .content01 .fig-box-img{
    width:calc(33.333% - 60px);
    margin-bottom:30px;
    text-align:center;
  }
  .content02 .fig-box-img{
    width:calc(50% - 45px);
    margin-bottom:30px;
    text-align:center;
  }

  .content01 .fig-box-img:nth-child(2),.content01 .fig-box-img:nth-child(5){
    margin:0 90px;
  }
  .content02 .fig-box-img:nth-child(1){
    margin-right: 90px;
  }
  .fig-box-img h4{
    font-weight:400;
    font-size:3.0rem;
    line-height:1.4;
    padding-bottom:10px;
    margin-bottom:30px;
    border-bottom:1px solid #000;
    text-align:left;
  }
  @media screen and (max-width:1024px){
    .layout__content{
      flex-direction: column;;
    }
    .layout__desc{
      margin-right:0;
      width:100%;
      margin-bottom:30px;
    }
    .fig-box{
      display:flex;
      flex-wrap:wrap;
      width:100%;
    }
    .fig-box-img h4{
      font-size:2.0rem;
    }
    .content01 .fig-box-img{
      width:calc(25% - 15px);
      margin-bottom:30px;
      text-align:center;
    }
    .content01 .fig-box-img:nth-child(2){
      margin:0 0 0 20px;
    }
    .content01 .fig-box-img + .fig-box-img{
      margin-left:20px;
    }
  }
  @media screen and (max-width:767px){
    .content01 .fig-box-img{
      width:calc(50% - 10px);
      margin-bottom:30px;
      text-align:center;
    }
    .content01 .fig-box-img:nth-child(2){
      margin:0;
    }
    .content01 .fig-box-img + .fig-box-img{
      margin-left:0;
    }
    .content01 .fig-box-img:nth-child(odd){
      margin-right:20px;
    }

    .content02 .fig-box-img:nth-child(1) {
      margin-right: 20px;
    }
    .content02 .fig-box-img {
      width: calc(50% - 10px);
      margin-bottom: 30px;
      text-align: center;
    }
    .layout__content.content02{
      margin-top:60px;
    }
  }

  /* option */
   .option{
    background:#f5f3ef;
  }
  .option-content{
    display:flex;
  }
  .option__desc{
    width:40%;
    margin-right:20px;
  }
  .option__list{
    display:flex;
    flex-wrap: wrap;
  }
  .option__item{
    width:calc(33.333% - 30px);
    text-align:center;
  }
  .option__item.item02{
    margin:0 45px;
  }
  .option__item.item05 {
    margin: 0 45px;
  }
  .option__item h4{
    font-weight:300;
    margin:20px 0 40px;
    font-size:2.0rem;
  }
  .contact-area {
    letter-spacing: 0.1rem;
  }
  .contact-area .item__btn {
    width: 30%;
    margin: 50px auto 0;
  }
  .content-container-S {
    max-width: calc(1250px + 10%);
    margin: auto;
    padding: 0 5%;
}
.counsel-mv-info {
    font-size: 22px;
    text-align: center;
    margin-bottom: 10px;
}
br.sp {
    display: none;
}
.base-font.mg-b20.line1p2.form-title {
    font-size: 18px;
    text-align: center;
    font-weight: 700;
}
.form-control.nf__rq-bg {
    background: #f8fafd;
    border-radius: 3px;
    height: 40px;
    max-width: 500px;
    font-size: 1.5rem;
}
span.min{
    font-size: 12px;
    display: block;
}
.form-control.calendar{
    background: #f8fafd;
    border-radius: 3px;
    height: 40px;
    max-width: 500px;
    font-size: 1.5rem;
    display: block;
}
.input-group-addon {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    align-self: center;
    margin-right: 25px;
}
.input-group.mg-b10{
    margin-bottom: 15px;
}
.wpcf7-form-control-wrap {
    position: relative;
    height: 40px;
}
.mbtop{
    margin-top: 30px;
}
  @media screen and (max-width:1024px){
    .option-content{
      flex-direction:column;
    }
    .option__desc{
      width:100%;
      margin-bottom:30px;
    }
  }
  @media screen and (max-width:767px){
    .first-view-slide{
        pointer-events: none;
    }
    .firstview.firstview02 {
        background-position-x: -260px;
    }
    .option__list{
      flex-direction:column;
    }
    .option__item{
      width:100%;
      margin-bottom:60px;
    }
    .option__item img{
      width:100%;
    }
    .option__item.item02 {
      margin: 0 0 60px 0;
    }
    .option__item.item03 {
      margin: 0 0 60px 0;
    }
    .option__item.item05 {
       margin: 0 0 60px 0;
     }
   .option__item h4 {
    margin: 5px 0 15px;
    font-size: 1.8rem;
   }
   br.sp {
       display:block;
   }
   .input-group-addon {
        width: 10%;
        margin-right: 0;
    }
  }

  /* spec */
  .spec__content{
    display:flex;
    align-items: flex-end;
    max-width:900px;
    margin:auto;
  }
  .spec_desc{
    width:calc(100% - 284px);
    margin-right:60px;
  }

  @media screen and (max-width:767px){
    .spec__content{
      flex-direction:column;
      align-items:center;
    }
    .spec_desc{
      width:100%;
      margin-right:0;
      margin-bottom:30px;
    }
  }
  /* gallery */
  .gallery__content{
    display:flex;
    flex-wrap:wrap;
    margin-top:60px;
  }
  .gallery__content figure{
    width:25%;
    transition: .3s all;
    padding: 0 !important;
  }
  .gallery__content figure:hover{
    opacity:0.8;
  }
  .gallery__content figure img{
    width:100%;
  }
  @media screen and (max-width:767px){
    .gallery__content figure{
      width:50%;
    }
  }

  /* renovaition */
  .renovaition__content{
    display:flex;
  }
  .renovaition__desc{
    width:calc(100% - 620px);
    margin-right:60px;
  }
  @media screen and (max-width:1024px){
    .renovaition__content{
      flex-direction:column;
    }
    .renovaition__desc{
      width:100%;
      margin-right:0;
      margin-bottom:30px;
    }
    .renovaition-img img{
      width:100%;
    }
  }

  /* faq */

  .acd-check {
    display: none !important;
  }

  .faq-item{
    border-bottom:1px solid #231815;
  }
  .faq-item:nth-of-type(1){
    border-top:1px solid #231815;
  }

  .acd-label {
    display: block;
    padding: 15px 20px 15px 0;
    position: relative;
    font-size: 18px;
    cursor:pointer;
  }

  .acd-label:after {
    content: '';
    background: url("../images/faq_btn_r.png") no-repeat center center/cover;
    width: 19px;
    height:19px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
  }

  .faq-label {
    font-size: 1.8rem;
    line-height: 1.4;
    vertical-align: top;
    display: inline-block;
    padding: 0 4px;
    background: #2c3035;
    border-radius: 50%;
    color:#fff;
    margin-top:6px;
  }

  .acd-label p {
    display: inline-block;
    vertical-align: top;
    margin-left: 2%;
    font-size: 18px;
    width: calc(98% - 65px);
  }

  .acd-content {
    display: block;
    height: 0;
    opacity: 0;
    padding: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    visibility: hidden;
  }

  .acd-content p {
    margin: 0;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .acd-content span {
    vertical-align: top;
    display: inline-block;
  }

  .acd-content .faq-a-txt {
    vertical-align: top;
    display: inline-block;
    margin-left: 2%;
    width: 92%;
    line-height: 1.6;
  }

  .acd-check:checked+.acd-label:after {
    background: url("../images/faq_btn_dw.png") no-repeat center center/cover;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
  }

  .acd-check:checked+.acd-label+.acd-content {
    height: auto;
    opacity: 1;
    padding: 5px 0 20px;
    visibility: visible;
  }
  @media screen and (max-width:767px){
    .acd-label p {
      font-size: 16px;
    }
  }

  /* cv-area */
  .contact__content{
    display:flex;
    justify-content: space-between;
    align-items: center;
  }
  .contact__h{
    font-size:3.4rem;
    color:#2c3035;
    width:30%;
    font-weight:300;
  }
  .cv-area .contact__content .item__btn{
    width:435px;
  }

  .map__content{
    margin-top:80px;
    display:flex;
    justify-content: space-between;
    align-items: center;
  }
  .map__desc{
    width:65%;
  }

  .map__desc p{
    color:#2c3035;
  }
  .map__h{
    font-size:3.4rem;
    color:#2c3035;
    font-weight:300;
  }
  .cv-area .map__content .item__btn{
    width:435px;
  }
  .bnr__content{
    margin-top:80px;
    display:flex;
    justify-content: space-between;
    align-items: center;
    height:236px;
  }
  .bnr__content img{
    object-fit: cover;
    width:760px;
    margin-right:20px;
  }
  .bnr__desc{
    width:435px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .map__content.last .map__desc{
    width:45%;
  }
  .map__content.last .bnr__desc {
    width: 50%;
    flex-direction: row;
   }
   .map__content.last .item__btn {
       width: 48%;
       height: 68px;
       line-height: 68px;
   }
   .flow-list-box{
       margin-top: 0;
   }
   .flow-list-box .box{
       position: relative;
       border-left: 1px solid #2c3035;
       padding-left: 50px;
   }
   .flow-list-box .box:last-child{
       border-left: none;
   }
   .flow-list-box .box h3{
       font-size: 2.4rem;
       line-height: 1.2;
       font-weight: 300;
       margin-bottom: 0;
   }
   .flow-list-box .box span{
      color: #fff;
      position: absolute;
      left: -20px;
      top: -3px;
      width: 40px;
      height: 40px;
      line-height: 40px;
      border-radius: 100%;
      background-color: #2c3035;
      text-align: center;
   }
   .flow-list-box .box p{
       padding: 35px 0 !important;
       font-size: .9em;
   }
  @media screen and (max-width:1400px){
    .bnr__content{
      flex-direction:column;
      height:auto;
    }
    .bnr__content img{
      margin-right:0;
    }
    .bnr__desc {
      width: 100%;
      height: 100%;
      flex-direction: row;
      margin-top:30px;
   }
   .bnr__desc .item__btn:nth-child(1){
    margin-right:20px;
   }
  }
  @media screen and (max-width:1080px){
    .contact__content{
      flex-direction:column;
      align-items: flex-start;
    }
    .cv-area .contact__content .item__btn:first-of-type{
      margin-right:0;
      margin-bottom:20px;
     }
     .contact__h{
      width:100%;
      margin-bottom:20px;
    }
     .map__content{
      margin-top:80px;
      flex-direction: column;
      align-items: flex-start;
    }
    .map__desc{
      width:100%;
      margin-bottom:20px;
    }
    .bnr__desc {
      width: 100%;
      flex-direction: column;
    }
    .bnr__desc .item__btn:nth-child(1){
      margin-right:0;
      margin-bottom:20px;
    }
    .map__content.last .bnr__desc,.map__content.last .map__desc {
      width: 100%;
    }
    .map__content.last .bnr__desc .item__btn:nth-child(1) {
        margin-bottom:0;
    }
    }

    @media screen and (max-width:767px){
      .contact__h{
        font-size:2.5rem;
      }
      .concept__content h2,.concept__desc  {
        width: 100%;
      }
      .cv-area .contact__content .item__btn{
        width:100%;
      }

      .map__content{
        margin-top:60px;
      }
      .map__h{
        font-size:2.5rem;
      }
      .cv-area .map__content .item__btn{
        width:100%;
      }
      .bnr__content{
        margin-top:60px;
      }
      .bnr__content img{
        width:100%;
      }
      .map__content.last .bnr__desc {
          flex-direction: column;
      }
      .map__content.last .bnr__desc .item__btn:nth-child(1) {
          margin-bottom:20px;
      }
      .flow-list-box {
        padding-left: 15px;
      }
    }
  .page-top{
    position:fixed;
    bottom:100px;
    right:20px;
    z-index:999;
    display:none;
  }
 .scrolled .page-top{
    display:block;
  }

  /* 20220116 CTAエリア 追加 */
  .cv-area.section{
    padding-bottom:0;
}
.cta-bnr-area.section{
    padding-bottom:0;
}
.cta-bnr-area__content{
    max-width:860px;
    margin:auto;
    text-align:center;
}
.cta-bnr-area__content a{
    display:block;
    width:100%;
    padding:60px 10%;
    background:#fff;
    text-align:center;
    border:1px solid;
    border-radius:10px;
}
.lp-logo{
    margin:40px 0;
    display:flex;
}
.lp-logo__text{
    width:50%;
    padding:0 15px;
    color:#fff;
    text-align:center;
    font-size:24px;
}
.lp-logo__text:nth-child(1){
    margin-right: 25px;
    background:#2c3035;
}
.lp-logo__text:nth-child(2){
    background:#97865c;
}
.sp-br{
    display:none;
}
@media screen and (max-width:767px){
    .cta-bnr-area__content a{
        padding:50px 7%;
    }
    .lp-logo{
        margin:40px 0;
        flex-direction:column;
        align-items:center;
    }
    .lp-logo__text{
        width:fit-content;
        font-size:22px;
    }
    .lp-logo__text:nth-child(1){
        margin-right: 0;
        margin-bottom:20px;
    }
}
@media screen and (max-width:410px){
    .lp-logo__text{
    font-size:19px;
    }
    .sp-br{
        display:block;
    }
}