@charset "UTF-8";
/* CSS Document */
/*------------------------------------------------------------------------------------------------
    set
--------------------------------------------------------------------------------------------------*/
html,body{ width:100%; height:auto; margin:0; padding:0;}
html{ font-size: 100%; color:#1c1c1c; background: #fff;}
body{
  -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-size:62.5%;
  font-size: 15px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", verdana, "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;

  font-weight: normal;
  color: #222;
    letter-spacing: 0.05em;
    line-height: 1.6;
}

dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, input, p, blockquote, fieldset, div,figure{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-weight: normal;
}
span{ box-sizing: border-box;}
ul li, ol li{list-style: none;}
table{ margin: 0; padding: 0; font-size: 100%; border-collapse: collapse; border-spacing: 0;}
caption{ text-align: left;}
table, pre, code, select, textarea, kbd, var, ins, del, samp{font-size: 100%;}
address,cite,dfn,em,strong,var,th,ins,del,samp{font-weight: normal;font-style: normal;}
img{ border:none; display: block; margin: 0; padding: 0;width: 100%;}
a, a:visited{ color: #222; text-decoration:none; outline:none;}
a{
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

a:hover {
        opacity: 0.8;
    }

.is-imghover {
        transition: opacity .3s;
    }
.is-imghover:hover {
        opacity: .8;
    }
@media (max-width: 768px) {
  a:hover {
        opacity: 1;
    }
  .is-imghover:hover {
        opacity: 1;
    }
}

fieldset{border: none;}
header,section,nav,aside,footer,article{ display: block;}



.pc{ display:block;}
.sp{ display:none !important;}

@media screen and (max-width: 768px){
  .pc{ display:none !important;}
  .sp{ display:block !important;}
}
@media screen and (max-width: 481px){
    .pctb{ display:none !important;}
}
@media screen and (min-width: 480px){
    .smp{ display:none !important;}
}
/*--- PCで電話リンク無効 ---*/
/*
@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}
*/

/*--- SP && 横向き---*/
@media screen and (max-width: 768px) and (orientation: landscape){
}
.clearfix:after{
  content: "";
  clear: both;
  display: block;
}
.no-link {
    pointer-events: none;
}
.underline{ text-decoration:underline;}

.imgBox{
    position: relative;
}
.cap{
    font-size: 10px;
    line-height: 1.4;
}
.imgBox .cap{
    position: absolute;
    bottom: 4px; right: 5px;
}
.cap.-ff{
    color: #fff;
}
.sup{
    font-size: 10px;
    vertical-align: text-top;
}
.sub{
    font-size: 10px;
    vertical-align: text-bottom;
}
.sBr{
    display: inline-block;
}
.mt0{
    margin-top: 0!important;
}
.mb0{
    margin-bottom: 0!important;
}
.t-center{
    text-align: center;
}
.t-left{
    text-align: left;
}
.t-right{
    text-align: right;
}

.txt-em{
    position: relative;
    font-size: 130%;
    -webkit-text-emphasis: dot #1c3d75;
    text-emphasis: dot #1c3d75; 
}
/* slider arr */
.slide-arrow { 
    width: 50px; 
    height:50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    cursor: pointer;
}
.slide-next{
    right: 0px;
    background: url("../img/arr_r.svg") no-repeat, rgba(255,255,255,.5);
    background-size: contain;
    z-index: 100;
}
.slide-prev{ 
    left: 0px;
    background: url("../img/arr_l.svg") no-repeat, rgba(255,255,255,.65);
    background-size: contain;
    z-index: 100;
}

.slide.-arrW .slide-next{
     background: url("../img/arr_r-w.svg") no-repeat;
}
.slide.-arrW .slide-prev{
     background: url("../img/arr_l-w.svg") no-repeat;
}
.slide.-dot{
    padding-bottom: 50px!important;
}
.slide.-dot2{
    padding-bottom: 32px!important;
}
.slide.-dot2.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.slick-dots{
    bottom: 0;
    width: 90%;
}
.slick-dots li button:before{
    font-size: 10px;
    line-height: 10px;
    text-shadow: none;
}
.slick-dots li.slick-active button:before{
    font-size: 10px;
    color: rgba(3, 5, 51,.8); 
}
@media (max-width: 768px) {
    .slide-arrow { 
        width: 42px; 
        height:42px;
    }
}
/*------------------------------------------------------------------------------------------------
    lp
--------------------------------------------------------------------------------------------------*/
#lp-page{
    overflow: hidden;
}
.container{
    width: calc(100% -30px);
    max-width: 1396px;
    margin: 0 auto;
    padding: 0 15px;
}
.container.-contents{
    max-width: 1100px
}
.container.-wSize{
    max-width: 900px
}
.container.-slideWrap{
    width: 100%;
    max-width: 1200px;
    padding: 0;
}
.bg{
    position: relative;
    background-color: #dce0e8;
}
.bg2{
    position: relative;
    background-color: #f1f3f5;
}
.bg-city{
    width: 100%;
    background: url(../img/bg_city.svg) no-repeat bottom center / contain;
    padding-bottom: 180px!important;
}
@media (max-width: 768px) {
    .bg-city{
        padding-bottom: 80px!important;
    }
}
.mySec{
    padding-bottom: 6%;
}
.mySec.-pb0{
    padding-bottom: 0;
}
.mySec-v{
    padding: 40px 0;
}
.sec_ttlBox{
  background: #030533;
  padding: 20px 10px;
    margin-bottom: 5%;
}
.sec_ttl{
    width: 100%;
    text-align: center;
    font-size: 32px;
    color: #fff;
    font-weight: 500;
    line-height: 1.5;
}
.mySec-in_ttlBox{
    width: calc(100% -30px);
    max-width: 1100px;
    margin: 0 auto;
    padding: 5% 15px 0;
}
.mySec-in_ttl{
    position: relative;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    color: #030533;
    line-height: 1.4;
}
.mySec-in_ttl::after{
    content: '';
    display: block;
    width: 60px;
    height: 2px;
    background: #030533;
    margin: 25px auto 0;
}
.mySec-in_txt{
    font-size: 18px;
    text-align: center;
    margin: 40px auto 80px;
    line-height: 2;
}
@media (max-width: 768px) {
    .container.-slideWrap{
        width: calc(100% -30px);
        padding: 0 15px;
    }
    .mySec{
        padding-bottom: 8%;
    }
    .mySec-v{
        padding: 30px 0;
    }
    .sec_ttlBox{
      padding: 15px 10px;
         margin-bottom: 7%    
    }
    .sec_ttl{
        font-size: 20px;
    }
    
    .mySec-in_ttlBox{
        padding: 35px 15px 0;
    }
    .mySec-in_ttl{
        font-size: 20px;
    }
    .mySec-in_ttl::after{
        width: 40px;
        margin: 15px auto 0;
    }
    .mySec-in_txt{
        font-size: 15px;
        text-align: center;
        margin: 25px auto 30px;
    }
    
}
.sec_in-con{
    padding: 80px 0;
}
.sec_in-con.-tp{
    padding: 80px 0 0;
}
@media (max-width: 768px) {
    .sec_in-con{
        padding: 40px 0;
    }
    .sec_in-con.-tp{
        padding: 40px 0 0;
    }
}
.sec_in-con-ttl{
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    background: #030533;
    width: 100%;
    padding: 7px 30px;
}
.sec_in-con-ttl span{
    font-size: 80%;
    font-weight: normal;
    line-height: 1;
    margin-left: 3%;
    color: #c79936;
}
.sec_in-con-txt{
    font-size: 16px;
    margin: 50px auto 50px;
    max-width: 900px;
}
@media (max-width: 768px) {
    .sec_in-con-ttl{
        font-size: 18px;
        padding: 7px 15px;
    }
    .sec_in-con-ttl span{
        font-size: 14px;
        margin-left: 8px;
    }
    .sec_in-con-txt{
        font-size: 14px;
        margin: 20px auto 30px;
    }
}

@media (max-width: 320px) {
    .sec_in-con-ttl{
        font-size: 17px;
    }
    .sec_in-con-ttl span{
        font-size: 13px;
    }
}

.cv_btn{
    background: url(../img/bg_cv.jpg) no-repeat bottom center / cover;
}
.cv_btn.-mv{
    background: #dce0e8;
}
.cv_btn ul{
    display: flex;
    justify-content: space-between;
    width: calc(100% -30px);
    padding: 34px 15px 32px;
    max-width: 1100px;
    margin: 0 auto;
}
.cv_btn ul li{
    position: relative;
}
.cv_btn ul.row2 li{
    width: 48.5%;
    
}
.cv_btn a{
    display: block;
}
.cv_btn a.cvBtn{
    border-radius: 3px;
    box-shadow: 0 0 15px rgba(0,0,0,.15);
}
.cv_btn ul.row3 li{
    width: 32%;
}
@media (max-width: 768px) {
    .cv_btn ul.row2{
/*        display: block;*/
        flex-wrap: wrap;
        flex-direction: column-reverse;
        padding: 25px 15px 35px;
    }
    .cv_btn ul.row2 li{
        width: 100%;
        margin-top: 0;
    }
    .cv_btn ul li:first-child{
        margin-top: 28px;
    }
}
@media (max-width: 480px) {
    .cv_btn ul.row3{
        display: block;
        padding: 25px 15px;
    }
    .cv_btn ul.row3 li{
        width: 100%;
        margin-top: 18px;
    }
}
.cv_btn > div{
    padding: 20px 15px 18px;
    max-width: 1100px;
    margin: 0 auto;
}
/*-------------  header    -------------*/
#lp-header{
/*    position: relative;*/
    top:0; left: 0;
    width: 100%;
    background: #f1f3f5;
/*    background: linear-gradient(to bottom, rgba(3, 5, 51,.1) 5%, #f1f3f5);*/
    z-index: 9000;
}
.lp-nav{
    width: 94%;
    height: 80px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.lp-nav-logo{
    width: 100%;
    max-width: 142px;
}
.lp-nav-menu{
    display: flex;
    align-items: center;
}
.lp-nav-menu a{
    display: block;
    color: #fff;
    font-size: 17px;
    margin-left: 15px;
    white-space: nowrap;
}
.lp-nav-menu .nav-btn a{
    font-weight: bold;
    border: solid 1px #fff;
    padding: 8px 25px;
    line-height: 1;
    letter-spacing: 0.1em;
    box-sizing: border-box;
}
.lp-nav-menu .tel a{
    width: 250px;
}
@media (max-width: 768px) {
    .lp-nav{
        height: 52px;
    }
    .lp-nav-logo{
        width: 100%;
        max-width: 85px;
    }
    .lp-nav-menu a{
        font-size: 14px;
        margin-left: 3vw;
    }
    .lp-nav-menu .nav-btn a{
        margin-left: 2vw;
        padding: 8px 10px;
    }
    .lp-nav-menu .tel a{
        width:90%;
        max-width: 205px;/*30px*/
        margin-left: auto;
    }
}
@media (max-width: 340px) {
    .lp-nav-menu .nav-btn a{
        font-size: 12px;
        padding: 8px;
    }
}

/*-------------  main    -------------*/
/* mvBox */
.mvBox{
    position: relative;
    width: 100%;
    height: 633px;
    background: #f1f3f5;
}
.mvBox-inner{
    width: 100%;
    max-width: 900px;
    text-align: center;
    position: absolute;
    bottom: 60px;
    left: 50%;
    margin-left: -450px;
}
.mvBox-inner:before{
  content:"";
  width:  27%;
  height: 315px;
  background: url(../img/mv_illust_02.svg) no-repeat center right;
  background-size: contain;
  display: block;
  position: absolute;
  top: -20px;
  left: -5%;
}
.mvBox-inner:after{
  content:"";
  width: 27%;
  height: 329px;
  background: url(../img/mv_illust_01.svg) no-repeat center left;
  background-size: contain;
  display: block;
  position: absolute;
  top: -20px;
  right: -5%;
}

.mv-ttl{
    width: 60%;
    max-width: 510px;
    margin: 0 auto;
}
.mv_lead{
    background: #1c3d75;
    padding: 20px;
    margin: 0 auto;
}
.mv_lead img{
    width: 60%;
    max-width: 535px;
    margin: 0 auto;
}
.mv_table{
    width: 100%;
    max-width: 425px;
    margin: 30px auto 80px;
}
.mv_gd{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    width: 100%;
    max-width: 440px;
    padding: 8px 15px;
    margin: 0 auto;
}
.mv_gd__imgBox{
    width: 40%;
    max-width: 200px;
    margin-right: 5%;
}
.mv_gd__txt{
    width: 55%;
    min-width: 110px;
    font-weight: 700;
    line-height: 1.375;
/*    text-align: left;*/
}
@media (max-width: 1020px) {
/*
  .mvBox{
      height: 680px;
  }
*/
  .mv-ttl{
      width: 50%;
      max-width: 510px;
      margin: 0 auto;
  }
  .mvBox-inner{
      width: 100%;
      max-width: none;
/*      bottom: 50px;*/
      left: 0;
      margin-left: 0;
  }
  .mvBox-inner:before{
    width:  20%;
    background: url(../img/mv_illust_02.svg) no-repeat center right;
    background-size: contain;
    left: 3%;
  }
  .mvBox-inner:after{
    width: 20%;
    background: url(../img/mv_illust_01.svg) no-repeat center left;
    background-size: contain;
    right: 3%;
  }
  .mv_lead{
      margin: 0 3%;
  }
  .mv_table{
      width: 100%;
      margin: 30px auto 80px;
  }
}
@media (max-width: 768px) {
    .mvBox{
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      height: 100%;
      padding-top: 50px;
      padding-bottom: calc(3.5vw + 35px)
    }
    .mv-ttl{
        width: 100%;
    }
    .mv_lead{
        padding: 10px 15px;
        transform: translateY(60px)
    }
    .mv_lead img{
        width: 90%;
        max-width: 320px;
    }
    .mv_table{
        width: 100%;
        margin: 15px auto;
    }
    .mvBox-inner{
      width: 90%;
      margin: 0 auto;
      position: relative;
      bottom: 0;
    }
    .mvBox-inner:before,
    .mvBox-inner:after{
      content:none;
    }
    .mvBox-inner .sp.-image{
      width: 90%;
      margin: 0 auto 30px;
    }

    .mv_gd{
        margin-top: 15vw;
        max-width: 320px;
    }
    .mv_gd__imgBox{
        width: 100%;
    }
    .mv_gd__txt{
        text-align: left;
        font-size: 11px;
    }
}
@media (max-width: 480px) {
    .mv-ttl{
        top: 13.5%;
        width: 100%;
        max-width: 400px;
    }
}
@media (max-width: 320px) {
      .mvBox-inner{
        width: 94%;
    }
}

/*-------------  ex   -------------*/

.ex{
    width: 100%;
    background: url(../img/bg_city.svg) no-repeat bottom center / contain;
    text-align: center;
    padding-bottom: 135px;
}

.exBox{
    display: flex;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    background: #fff;
    justify-content: space-between;
}
.exBox_imgBox{
    position: relative;
    width: 35.2%;
    height: 100%;
}
.exBox_txtBox{
    width: 63%;
}
.exBox + .cap{
    text-align: left;
    margin-top: 30px
}
@media (max-width: 768px) {
    .exBox{
        display: block;
    }
    .exBox_imgBox{
        width: 100%;
        margin-bottom: 5%
    }
    .exBox_txtBox{
        width: 100%;
    }
}


/*-------------  voice    -------------*/
.voice-slide{
    padding: 0 50px;
}
.voiceList li{
    font-size: 14px;
    padding: 0 10px;
}
.voice__title{
    margin: 10px 0 4px
}
@media only screen and (max-width:768px) {
    .voice-slide{
        padding: 0;
    }
    .voiceList li{
        font-size: 13px;
    }
}

/*-------------  owner    -------------*/
.owner-slide{
    display: flex;
    justify-content: space-between;
}
.owner-slide li{
    width: 30%;
}
@media only screen and (max-width:768px) {
    .owner-slide li{
        padding: 0 30px 30px;
    }
    .owner-slide .slide-next{
        right: -20px;
    }
    .owner-slide .slide-prev{
        left: -20px;
    }
}


/*-------------  reason01    -------------*/
.myItem{
    display: flex;
    justify-content: space-between;
}
.myItem.-flex_ct{
    justify-content: center;
}
.myItem li{
    width: 22%;
    margin: 0 1.5%;
}
.myItem.-col3 li{
    width: 30%;
}
.myItem li .imgBox{
    width: 70%;
    max-width: 180px;
    margin: 0 auto;
}
.myItem li .txtBox{
    margin-top: 30px;
}
.item_ttl{
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 25px;
    line-height: 1.3;
    color: #030533;
}
.item_txt{
    font-size: 14px;
}
.myItem .cap{
    margin-top: 8px;
}
@media (max-width: 768px) {
    .myItem{
        flex-wrap: wrap;
    }
    .myItem li,
    .myItem.-col3 li{
        width: 47%;
        margin: 20px 1.5%;
    }
    .myItem li .txtBox{
        margin-top: 20px;
    }
    .item_ttl{
        font-size: 15px;
        margin-bottom: 15px;
    }
    .item_txt{
        font-size: 13px;
    }
}

/*230801 追加*/
.reason01-in01{
    text-align: center;
    margin-bottom: 44px;
    margin-top: 10%;
}
.reason01-in01__imgBox{
    width: 100%;
    max-width: 653px;
    margin: -2% auto 20px;
}
.reason01-in01__txtBox p{
    font-size: 28px;
    font-weight: 500;
}
.reason01-in01__txtBox p strong{
    font-size: 120%;
    color: #1c3d75;
    font-weight: bolder;
    border-bottom: double 5px #1c3d75;
}

@media (max-width: 768px) {
    .reason01-in01{
        margin-bottom: 24px;
    }
    .reason01-in01__imgBox{
        margin: -2% auto 15px;
    }
   .reason01-in01__txtBox p{
        font-size: 20px;
    }
}
@media (max-width: 480px) {
    .reason01-in01__imgBox{
        max-width: 353px;
    }
}

.reason01-in02{
    padding: 44px 0 6%;
}
.reason01-in02__txt__ttl{
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    background: #fff;
    color: #030336;
    padding: 10px;
    margin-bottom: 35px;
}
.reason01-in02__txt__list{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px 2.4%
}
.reason01-in02__txt__list li{
    position: relative;
    width: 31.5%;
    min-width: 320px;
    background: #fff;
    padding-bottom: 24px;
}
.reason01-in02__txt__list li .num{
    position: absolute;
    top: -10px; left: -10px;
    width: 60px;
    height: 60px;  
    z-index: 10;
}
.reason01-in02__txt__list .tp{
    position: relative;
    color: #fff;
    background: #8083a2;
    padding: 40px 24px 28px;
}
.reason01-in02__txt__list .tp::before{
    content: '';
    position: absolute;
    bottom: 0px; left: 50%;
    width: 36px;
    height: 36px;
    background: #8083a2;
    transform: rotate(-45deg) translateX(-50%);
}
.reason01-in02__txt__list .imgBox{
    width: 38%;
    max-width: 100px;
    margin: 0 auto 8px;
}
.reason01-in02__txt__list .tpTtl{
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
}
.reason01-in02__txt__list p{
    position: relative;
}
.reason01-in02__txt__list .bt{
    padding: 36px 20px 0px;
    text-align: center;
}
.reason01-in02__txt__list .btTtl{
    font-size: 20px;
    font-weight: 500;
}
.reason01-in02__txt__list .btTtl strong{
    font-size: 120%;
    color: #1c3d75;
    font-weight: bolder;
}
.reason01-in02__txt__list .cap{
    margin-top: 15px;
}
@media (max-width: 768px) {
    .reason01-in02{
        padding: 4% 0 8%;
    }
    .reason01-in02__txt__ttl{
        font-size: 20px;
    }
    .reason01-in02__txt__list li .num{
        width: 54px;
        height: 54px;  
    }
    .reason01-in02__txt__list .tp{
        padding: 20px 24px 20px;
    }
    .reason01-in02__txt__list .tpTtl{
        font-size: 20px;
    }
    .reason01-in02__txt__list .btTtl{
        font-size: 18px;
    }
}

/*-------------  reason02    -------------*/
.gd_lead{
    font-weight: 500;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #414548;
}
.logo_gd{
    width: 50%;
    max-width: 245px;
    margin: 0 auto 5%;
}

@media (max-width: 768px) {
    .gd_lead{
        font-size: 17.5px;
    }
    .logo_gd{
        margin: 0 auto 7%;
    }
}

.mySec-in01 .myItem{
    padding: 80px 0;
}
.design-slideWrap{
    padding-bottom: 30px;
}
@media (max-width: 768px) {
    .mySec-in01 .myItem{
        padding: 35px 0;
    }
}

/*-------------  #support    -------------*/
#support .sec_ttlBox{
  margin-bottom: 75px;
}
#support .sec_in-con-ttl{
  position: relative;
  margin-top: 25px;
}
#support .sec_in-con-ttl strong{
  position: absolute;
  top: -25px;
  display: inline-block;
  width: 60px;
  height: auto;
}
#support .sec_in-con-ttl p{
  padding-left: 90px;
  font-weight: 700;
}
#support .sec_in-con-ttl .subttl{
  font-size: 60%;
  margin: 0 1% 0 0;
  color: #fff;
  font-weight: 700;
  line-height: 1.1 !important;
  display: inline-block;
}
#support .sec_in-conBox{
    position: relative;
}
#support .container.-contents.add{
  margin-bottom: 75px;
}
.con_num{
    position: absolute;
    top: 0; left: 0;
    width: 87px;
}
@media (max-width: 768px) {
    #support .sec_ttlBox{
      margin-bottom: 25px;
    }
    #support .sec_in-con-ttl{
      margin-top: 0;
    }
    #support .sec_in-con-ttl strong{
      position: absolute;
      top: -10px;
      display: inline-block;
      width: 30px;
      height: auto;
    }
    #support .sec_in-con-ttl p{
      padding-left: 40px;
      font-weight: 700;
    }
    #support .sec_in-con-ttl .subttl{
      display: block;
    }
    #support .sec_in-con-ttl .subttl br{
      display: none;
    }
    #support .sec_in-con-ttl .newline{
      display: block;
      margin: 0;
    }
    #support .sec_in-conBox{
        position: relative;
    }
    #support .container.-contents.add{
      margin-bottom: 35px;
    }
}


/*-------------  charm  -------------*/
.img_charm{
    width: 45%;
    max-width: 280px;
    margin: -3% auto 0;
}
#charm .myItem{
    flex-wrap: wrap;
    justify-content: center;
}
#charm .myItem li{
    margin-top: 70px;
}
/*
#charm .myItem li .imgBox{
    width: 60%;
    max-width: 130px;
    margin: 0 auto;
}
#charm .myItem .txtBox{
    margin-top: 8px;
}
*/
@media (max-width: 768px) {
    .img_charm{
        margin: 0 auto 4%;
    }
    #charm .myItem li{
        margin-top: 20px;
    }
}

/* lp-raku
---------------*/
.lp-raku .lp-nav .tel{
    margin-top: 2px;
}
.lp-raku .lp-nav .time{
    width: 250px;
    display: block;
    margin-top: 6px;
    margin-left: auto;
}
.lp-raku .mv_cap{
    margin: -25px auto 55px;
/*    text-align: left;*/
}
.lp-raku #charm .mySec-in_ttlBox{
    padding-top: 10%;
    margin-bottom: -2%;
}
@media (max-width: 768px){
    .lp-raku .lp-nav .time{
        width: 90%;
        max-width: 215px;
    }
    .lp-raku .mv_cap{
        margin: 10vw auto -4vw;
        text-align: left;
    }
    .lp-raku #charm .mySec-in_ttlBox{
        padding-top: 12%;
        margin-bottom: 0;
    }
}



/* footer
-----------------------------------------------------*/
#lp-footer{
    width: 100%;
    background: #030533;
    color: #fff;
    font-size: 13px;
}
#lp-footer a{
    color: #fff;
    font-size: 13px;
}
#lp-footer .container{
    display: flex;
    justify-content: space-between;
}
.footCompany{
    width: 50%;
    padding: 25px 0 20px;
}
.footCompany strong{
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 8px;
}
.footLink{
    width: 50%;
    padding: 25px 0 20px;
}
.footLink li{
    padding-bottom: 8px;
}
.footLink li a:hover{
    text-decoration: underline;
}
#lp-footer .copyright{
    width: 100%;
    text-align: center;
    font-size: 12px;
    padding: 10px 0 15px;
    border-top: solid 1px rgba(255,255,255,.3);
}

@media (max-width: 768px) {
    #lp-footer .container{
        display: block;
        text-align: center
    }
    .footCompany{
        width: 100%;
    }
    .footLink{
        width: 100%;
        padding: 0 0 20px;
    }
    #lp-footer .copyright{
        padding: 10px 0 22%;
    }
}



/*-------------  floting  -------------*/
.floating{
    position: fixed;
    bottom: 0; left: 0;
    width: 100%;
    transition: 0.3s;
    opacity: 0;
    z-index: 8888;
}
.floating.on{
    opacity: 1;
}
.floatingBtn{
    position: absolute;
    right: 24px; bottom: 24px;
    width: 100%;
    max-width: 400px;
    display: flex;
    justify-content: space-between;
/*    margin: 0 auto;*/
}
.floatingBtn li{
    width: 48.5%;
}
.floatingBtn a{
    display: block;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0,0,0,.15);
    background: #fff;
}
@media (max-width: 768px) {
    .floating{
        padding: 8px;
        width: 100%;
        background-color: rgba(0, 0, 0,.8);
    }
    .floatingBtn{
        position: relative;
        right: 0; bottom: 0;
        max-width: 100%;
    }
}

/* pagetop
-----------------------------------------------------*/
.pagetop{
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 5px; right: 5px;
    z-index: 9998;
}
.pagetop a{
    position: relative;
    bottom: 0;
    display: block;
    height:100%;
    width: 100%;
    text-decoration: none;
    background: rgba(0,0,0,0.4);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    border-radius: 30px;
}
.pagetop.on a{
    bottom: 0;
    opacity: 1;
}
@media (max-width: 768px) {
    .pagetop{
        width: 44px;
        height: 44px;
        bottom: 56px;
    }
}


/*モーダル
------------------------------------------ */
body.on,
html.on{
    overflow: hidden;
}
.modal{
    display: none;
    height: 100%;
  width: 100%;
    position: fixed;
    top: 0;
  left:0;
    z-index: 9999;
}
.modal__bg{
    background: rgba(17, 44, 90, 0.8);
    height: 100%;
  width: 100%;
    position: absolute;
}
.modal__content{
  position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 536px;
    height: auto;
}
@media (max-width: 768px) {
    .modal__content{
        width: 97%;
        height: auto;
        min-height: 45%;
    }
}
.modal .close-btn{
    position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size:3vw;
  font-weight: bold;
  border: 0px #fff solid;
  margin: auto;
  top:8px;
  right:-35px;
  height:30px;
  width:30px;
  z-index: 9999;
  cursor: pointer
}
@media (max-width: 768px) {
    .modal .close-btn{
        top:-20px;
      right:0px;
    }
}
.modal .close-btn::before{position: absolute;
  content: '';
  width:30px;
  height:2px;
  top:5px;
  left:0;
  background: #fff;
  transform: rotate(-45deg);
}
.modal .close-btn::after{position: absolute;
  content: '';
  width:30px;
  height:2px;
  top:5px;
  left:0;
  background: #fff;
  transform: rotate(45deg);
}
.modal .close-btn span{display: none}


/* cv amazon 条件追加*/
a.-cvCondition{
    position: absolute;
    bottom: -15x; right: 5px;
    font-size: 10px;
    color: #aaa;
    letter-spacing: 0.05em;
/*    border-bottom: solid 1px rgba(170, 170, 170,.5);*/
    z-index: 10;
    padding: 4px 0;
}
a.-cvCondition.-c1{
    color: #777;
    border-color: rgba(119, 119, 119,.5);
}
a.-cvCondition.-c2{
    color: #b5b5b5;
    border-color: rgba(181, 181, 181,.5);
}
/*
@media (min-width: 769px){
    a.-cvCondition:hover{
        color: rgba(17, 44, 90, 0.8);
        border-color: rgba(17, 44, 90, 0.5);
    }
}
*/
@media (max-width: 768px){
    a.-cvCondition{
         padding: 6px 0;
    }
}
/*
@media (max-width: 480px){
    a.-cvCondition{
        font-size: 1.52vw;
    }
}
*/

/* amazonModal
-----------------------------------------------------*/
.modal__content.-amazon{
    position: relative;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    width: 740px;
    max-width: calc(100vw - 40px);
    height: auto;
    max-height: 85vh;
    min-height: 200px;
    background-color: #fff;
    border-radius: 3px;
    border: solid 3px rgba(17, 44, 90, 0.8);
    overflow-y:scroll;
}
.modal__content.-amazon .modal__inner{
  width:100%;
  margin: 0 auto;
  padding: 0 40px;
}
.az-modal__ttl{
    padding: 30px 0 25px;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    color: #333;
    border-bottom: 1px dashed #e5e5e5;
    box-sizing: border-box;
}
.az-modal__txt{
    padding: 30px 0 40px;
    font-size: 13px;
    line-height: 1.67;
    letter-spacing: 0.05em;
    color: #5f5f5f;
}
.modal.-az .close-btn{
    position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size:3vw;
    font-family: "Shuei KakuGo Gin B";
  font-weight: bold;
  margin: auto;
  top:15px;
  right:12px;
  height:25px;
  width:25px;
  cursor: pointer;
    background: none;
    border: none;
}
.modal.-az .close-btn::before{position: absolute;
  content: '';
  width:25px;
  height:2px;
  top:5px;
  left:0;
  background: rgba(17, 44, 90, 0.8);
  transform: rotate(-45deg);
}
.modal.-az .close-btn::after{position: absolute;
  content: '';
  width:25px;
  height:2px;
  top:5px;
  left:0;
  background: rgba(17, 44, 90, 0.8);
  transform: rotate(45deg);
}
.modal.-az .close-btn span{display: none}
.modal__content.-amazon .modal__inner a{
    text-decoration: underline;
    color: #003b89
}
.modal__content.-amazon .az-modal__img{
    margin: 15px auto 20px;
    max-width: 362px;
}
.modal__content.-amazon .az-modal__img.-size{
    max-width: 100%;
}
.modal__content.-amazon .az-modal__cap{
    font-size: 12px
}
.modal__content.-amazon .az-modal__cap img{
    vertical-align:text-bottom;
    width: 17px;
    display: inline-block;
    margin-bottom: 2px;
}





