@charset "UTF-8";

html {
  font-size: 62.5%;
}

#main-container img,
#main-container video{
  width: 100%;
  height: auto;
}

#main-container *{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#main-container #breadcrumb{
  max-width: 140rem;
  width: 100%;
  margin: 0 auto;
}

#breadcrumb.edit_lp .cateList {
  margin: 0 auto 30px 170px;
}
.lp-container .sp_only{
  display: none;
}
.lp-container .flexBox{
  display: flex;
}
/*=============================
        top anime
=============================*/
.fade_press{
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  opacity: 0;
}

.fade_press.active{
  opacity: 1;
}


/*=============================
        top anime
=============================*/

#main-container{
  width: 100%;
  margin: 0 auto;
  /* background-image: url(../img/page_pc.jpg); */
  background-repeat: no-repeat;
  background-size: 140rem;
  background-position: center -0.6rem;
}

.lp-container{
  margin: 0 auto;
  line-height: 2;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: "palt";
  color: #333333;
  padding: 0;
  font-size: 1.4rem;
  letter-spacing: 0.025em;
}

/*=============================
          ALL
=============================*/
.sec{
  width: 110rem;
}
.lp-container .introduction .int_title,
.lp-container .introduction .introduction_box .advice_txt,
.lp-container .sec .title .main_ttl{
  font-family: kudryashev-d-contrast, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.lp-container .introduction .small,.title .sub_tll{
  font-family: dnp-shuei-mincho-pr6, sans-serif;
  font-style: normal;
  font-weight: 500;
}
.lp-container .sec .title{
  position: relative;
}
.lp-container .sec .title .sub_tll{
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
.lp-container .sec .title .main_tll{
  font-family: kudryashev-d-contrast, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4.8rem;
  line-height: 5.6rem;
  letter-spacing: 0.05em;
  color: #8EB3CE;
  z-index: 1;
  position: relative;
}
.lp-container .sec .arrow{
  position: absolute;
  width: 4.8rem;
}
.lp-container .sec .sec_txt {
  font-size: 1.4rem;
  line-height: 2.8rem;
  text-align: justify;
  width: 100%;
}
.lp-container .sec .title::before{
  position: absolute;
  content: "";
  background-size: 100%;
  background-repeat: no-repeat;
  height: 18rem;
  pointer-events: none;
  z-index: -1;
}
.lp-container .sec .con_price{
  margin-top: 2.4rem;
  font-size: 1.3rem;
  line-height: 2.1rem;
  letter-spacing: 0.015em;
  font-family: 'Crimson Text', serif;
  font-style: normal;
  font-weight: 400;
}
.lp-container .con_price span{
  display: inline-block;
  padding-top: 1rem;
  border-bottom: 1px solid #CBCBCB;
  line-height: 1.2;
}
.lp-container .sec_02 .con_unit02 .con_price span:not(:first-of-type){
  margin-left: 1rem;
}

/*=============================
          //ALL
=============================*/


/*=============================
          firstview
=============================*/
.lp-container .firstview_area{
  width: 106rem;
  margin: 0 auto;
}
.lp-container .firstview_img{
  width: 106rem;
  margin: 0 auto;
}
.lp-container .firstview_txt{
  margin-top: 8.3rem;
  text-align: center;
}
/*=============================
          //firstview
=============================*/

/*=============================
           introduction
=============================*/
.lp-container .introduction{
  margin-top: 8.4rem;
  text-align: center;
}
.lp-container .introduction .int_title{
  font-size: 3.6rem;
  letter-spacing: 0.075em;
  line-height: 4.6rem;
  color: #8EB3CE;
}
.lp-container .introduction .small{
  font-size: 1.4rem;
  line-height: 2.6rem;
}
.lp-container .introduction .int_content{
 margin-top: 2.2rem;
}
.lp-container .introduction .int_content .int_list{
  margin-top: 1.6rem;
  font-size: 1.6rem;
  line-height: 2rem;
}
.lp-container .introduction .int_content .int_list span{
  margin-right: 0.8rem;
  font-size: 1.3rem;
}
.lp-container .introduction .int_content .int_list .list01{
  color: #A5C2D8;
}
.lp-container .introduction .int_content .int_list .list02{
  color: #BBD1E2;
}
.lp-container .introduction .int_content .int_list .list03{
  color: #D2E1EB;
}
.lp-container .introduction .int_content .int_list .list04{
  color: #E3ECF3;
}
.lp-container .introduction .introduction_box{
  width: 72rem;
  margin: 6rem auto 0;
  position: relative;
}
.lp-container .introduction .introduction_box .line_frame{
  position: absolute;
  background-image: url(../img/frame_pc.png);
  background-size: 100% 100%;
  width: 72rem;
  height: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 1rem;
}
.lp-container .introduction .introduction_box::after{
  position: absolute;
  content: "";
  background-color: #FBFBFB;
  width: 72rem;
  height: 100%;
  left: 0.5rem;
  top: 1.5rem;
  z-index: -1;
}
.lp-container .introduction .introduction_box .advice_txt{
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  line-height: 2.1rem;
  position: absolute;
  transform: rotate(3deg);
  right: -2rem;
  top: 0.8rem;
}
.lp-container .introduction .introduction_box .introduction_txt{
  font-size: 1.4rem;
  line-height: 2.8rem;
  letter-spacing: 0.025em;
  position: relative;
  display: inline-block;
  padding: 3.4rem 5.6rem;
}
.lp-container .introduction .introduction_box .introduction_txt::before,
.lp-container .introduction .introduction_box .introduction_txt::after{
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: 100%;
  width: 2.2rem;
  height: 2rem;
}
.lp-container .introduction .introduction_box .introduction_txt::before{
  top: -1rem;
  left: 6rem;
  background-image: url(../img/quotation_left.png);
}
.lp-container .introduction .introduction_box .introduction_txt::after{
  right: 6rem;
  bottom: -1rem;
  background-image: url(../img/quotation_right.png);
}
/*=============================
          //introduction
=============================*/

/*=============================
          section01
=============================*/
.sec_01{
  margin:14rem auto 0;
}
.sec_01 .title::before{
  background-image: url(../img/num01_pc.png);
  top: 3.2rem;
  left: 45.6rem;
  width: 11rem;
}
.sec_01 .arrow{
  top: 1.1rem;
  left: 45.6rem;
}
.sec_01 .title .sub_tll{
  line-height: 2.1rem;
  margin-left: 20.5rem;
  white-space: nowrap;
}
.sec_01 .title .main_tll{
  margin-top: 1rem;
  margin-left: 16rem;
}
.sec_01 .descrption{
  max-width: 34rem;
  margin-top: 8.5rem;
}
.sec_01 .con_unit01{
  position: relative;
  margin-top: 12rem;
  margin-left: 7.5rem;
}
.sec_01 .con_unit01 .con_img{
  margin-top: 8.4rem;
  width: 46rem;
}
.sec_01 .con_unit02{
  margin-left: 13.5rem;
}
.sec_01 .con_unit02 .con_img{
  width: 34rem;
}
.sec_01 .con_unit03{
  margin: 9rem auto 0;
  width: 54rem;
}
.sec_01 .con_unit03 .con_img{
  margin-left: 7.5rem;
  width: 54rem;
}
/*=============================
          //section01
=============================*/

/*=============================
          section02
=============================*/
.sec_02{
  margin:15rem auto 0;
}
.sec_02 .title::before{
  background-image: url(../img/num02_pc.png);
  top: 17.8rem;
  left: 41rem;
  width: 14rem;
}
.sec_02 .arrow{
  top: 61rem;
  left: 44.2rem;
}
.sec_02 .title{
  margin-top: 8.8rem;
}
.sec_02 .title .sub_tll{
  line-height: 2.1rem;
  margin-left: 18.8rem;
}
.sec_02 .title .main_tll{
  margin-top: 1.2rem;
  margin-left: 10.4rem;
}
.sec_02 .descrption{
  max-width: 40rem;
  margin-top: 2.3rem;
  margin-left: auto;
}
.sec_02 .con_unit01{
  margin-top: 18rem;
  margin-left: 7rem;
}
.sec_02 .con_unit01,
.sec_02 .con_unit01 .con_img{
  width: 40rem;
}
.sec_02 .con_unit02{
  position: relative;
  margin-left: 4rem;
}
.sec_02 .con_unit02 .con_img{
  width: 34rem;
}
/*=============================
          //section02
=============================*/

/*=============================
          section03
=============================*/
.sec_03{
  margin: 14.7rem auto 0;
}
.sec_03 .title::before{
  background-image: url(../img/num03_pc.png);
  top: 14.8rem;
  left: 36rem;
  width: 14.2rem;
}
.sec_03 .arrow{
  top: 10rem;
  left: 33.3rem;
}
.sec_03 .title{
  margin-top: 8.8rem;
}
.sec_03 .title .sub_tll{
  line-height: 2.1rem;
  margin-left: 9.6rem;
}
.sec_03 .title .main_tll{
  margin-top: 1.2rem;
}
.sec_03 .descrption{
  max-width: 44.2rem;
  margin-top: 2.3rem;
}
.sec_03 .con_unit01{
  position: relative;
  margin-top: 3rem;
  margin-left: 13.5rem;
}
.sec_03 .con_unit02{
  margin-left: 12rem;
}
.sec_03 .con_unit02,
.sec_03 .con_unit02 .con_img{
  width: 36rem;
}
.lp-container .sec_03 .con_price{
  margin-top: 0.9rem;
  text-align: right;
}

.sec_03 .con_unit03{
  margin-top: -12rem;
  margin-left: 4.5rem;
}
.sec_03 .con_unit03 .con_img{
  width: 45rem;
}
.sec_03 .con_unit04{
  margin-top: 12rem;
  margin-left: -9rem;
}
.sec_03 .con_unit04 .con_img{
  width: 30rem;
  position: relative;
  z-index: 1;
}

.sec_03 .icon_box{
  position: relative;
  margin-top: 2.8rem;
}
.sec_03 .icon_box::before{
  position: absolute;
  content: "";
  background-color: #F7F7F7;
  width: 29.5rem;
  height: 14.4rem;
  left: -4rem;
  bottom: -3rem;
  z-index: -1;
}
.sec_03 .icon_txt{
  position: relative;
  padding-left: 3rem;
  font-size: 1.4rem;
  letter-spacing: 0.025em;
  display: inline-block;
}
.sec_03 .icon_txt::before {
  content: "";
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: 0.2rem;
}
.sec_03 .icon_txt._01::before {
  background-image: url(../img/icon01.png);
}
.sec_03 .icon_txt._02::before {
  background-image: url(../img/icon02.png);
}
.sec_03 .icon_txt._02{
  margin-left: 0.9rem;
}
/*=============================
          //section03
=============================*/

/*=============================
        footer_area
=============================*/
.lp-container .footer_area{
  font-family: "Crimson Text", serif;
  font-style: normal;
  font-weight: 400;
  color: #4d4d4d;
  text-align: center;
  margin-top: 11.6rem;
}
.staff{
  font-size: 1.3rem;
  line-height: 2.2rem;
  letter-spacing: 0.015em;
}
.lp-container .footer_btn{
  font-size: 1.1rem;
  letter-spacing: 0.02em;
  line-height: 1.7rem;
  margin: 8.7rem auto 0;
  max-width: 60rem;
  width: 100%;
}
.lp-container .footer_btn a{
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  background: #fff;
  height: 6.3rem;
}
/*=============================
        //footer_area
=============================*/







/*====================
        tablet
=====================*/

@media only screen and (max-width: 1400px) and (min-width: 768px){
  html {
    font-size: calc(10* (100vw / 1400));
  }
}





/*====================
          SP
=====================*/
@media only screen and (max-width: 767px){
  .main-area .main-inner{
    margin: 0 auto;
    width: 100%;
  }
  #main-container #breadcrumb .cateList{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: initial;
  }
  #breadcrumb.edit_lp .cateList {
    margin: 0 auto;
  }
  .lp-container .pc_only{
    display: none;
  }
  .lp-container .sp_only{
   display: block;
  }
  .lp-container .flexBox{
    flex-wrap: wrap;
  }
  #main-container{
    /* background-image: url(../img/page_sp.jpg); */
    background-size: 100%;
    background-position: center calc(-17* (100vw / 750));
    overflow-x: hidden;
  }
  .lp-container{
    padding: 0;
    font-size: calc(26* (100vw / 750));
  }


/*=============================
          ALL
=============================*/
.flexBox_sp{
  flex-direction: column-reverse;
}
.lp-container .sec{
  width:100%;
}
.lp-container .sec .title .sub_tll{
  font-size: calc(30 * (100vw/750));
}
.lp-container .sec .title .main_tll{
  font-size: calc(66 * (100vw/750));
  line-height: calc(70 * (100vw/750));
}
.lp-container .sec .arrow{
  width: calc(72 * (100vw/750));
}
.lp-container .sec .sec_txt {
  font-size: calc(26 * (100vw/750));
  line-height: calc(52 * (100vw/750));
}
.lp-container .sec .title::before{
  position: absolute;
  content: "";
  background-size: 100%;
  background-repeat: no-repeat;
  height: calc(270* (100vw / 750));
  pointer-events: none;
}
.lp-container .sec .con_price{
  margin-top: calc(30* (100vw / 750));
  font-size: calc(23 * (100vw/750));
  line-height: calc(21 * (100vw/750));
}
.lp-container .con_price span{
  padding-top: calc(12* (100vw / 750));
  line-height: calc(24* (100vw / 750));
}
.lp-container .sec_01 .con_unit03 .con_price span:not(:first-of-type) {
  margin-left: calc(21* (100vw / 750));
}
.lp-container .sec_02 .con_unit01 .con_price span:not(:first-of-type) {
  margin-left: calc(21* (100vw / 750));
}
.lp-container .sec_03 .con_unit01 .con_price span:not(:first-of-type) {
  margin-left: calc(21* (100vw / 750));
}
/*=============================
          //ALL
=============================*/

  /*=============================
            firstview
  =============================*/
  .lp-container .firstview_area{
    width: calc(750 * (100vw/750));
  }
  .lp-container .firstview_img{
    width: calc(750 * (100vw/750));
  }
  .lp-container .firstview_txt{
    margin-top: calc(108 * (100vw/750));
    font-size: calc(26 * (100vw/750));
    line-height: calc(52 * (100vw/750));
  }
  /*=============================
            //firstview
  =============================*/

  /*=============================
             introduction
  =============================*/
  .lp-container .introduction{
    margin-top: calc(95 * (100vw/750));
  }
  .lp-container .introduction .int_title{
    font-size: calc(56 * (100vw/750));
    line-height: calc(95 * (100vw/750));
  }
  .lp-container .introduction .small{
    font-size: calc(26 * (100vw/750));
    line-height: calc(36 * (100vw/750));
  }
  .lp-container .introduction .int_content{
   margin-top: calc(40 * (100vw/750));
  }
  .lp-container .introduction .int_content .int_list{
    font-size: calc(30 * (100vw/750));
    line-height: calc(64 * (100vw/750));
    margin-top: calc(-1* (100vw / 750));
  }
  .lp-container .introduction .int_content .int_list span{
    margin-right: calc(8 * (100vw/750));
    font-size: calc(23 * (100vw/750));
  }
  .lp-container .introduction .introduction_box{
    width: calc(700 * (100vw/750));
    margin: calc(92 * (100vw/750)) auto 0;
  }
  .lp-container .introduction .introduction_box .line_frame{
    background-image: url(../img/frame_sp.png);
    width: calc(700 * (100vw/750));
    top: calc(15 * (100vw/750));
    left: calc(-5 * (100vw/750));
  }
  .lp-container .introduction .introduction_box::after{
    width: calc(700 * (100vw/750));
    left: calc(7 * (100vw/750));
    top: calc(28 * (100vw/750));
  }
  .lp-container .introduction .introduction_box .advice_txt{
    font-size: calc(36 * (100vw/750));
    line-height: calc(46 * (100vw/750));
    right: calc(6 * (100vw/750));
    top: calc(2 * (100vw/750));
  }
  .lp-container .introduction .introduction_box .introduction_txt{
    font-size: calc(26 * (100vw/750));
    line-height: calc(52 * (100vw/750));
    padding: calc(80 * (100vw/750)) calc(31 * (100vw/750)) calc(66 * (100vw/750));
  }
  .lp-container .introduction .introduction_box .introduction_txt::before,
  .lp-container .introduction .introduction_box .introduction_txt::after{
    width: calc(35 * (100vw/750));
    height: calc(32 * (100vw/750));
  }
  .lp-container .introduction .introduction_box .introduction_txt::before{
    background-image: url(../img/sp_quotation_left.png);
    top: calc(-15 * (100vw/750));
    left: calc(40 * (100vw/750));
  }
  .lp-container .introduction .introduction_box .introduction_txt::after{
    background-image: url(../img/sp_quotation_right.png);
    bottom: calc(-15 * (100vw/750));
    right: calc(40 * (100vw/750));
  }
  /*=============================
          //introduction
=============================*/

  /*=============================
          sec_01
  =============================*/
  .lp-container .sec_01{
    margin: calc(164* (100vw / 750)) auto 0;
  }
  .sec_01 .title::before{
    background-image: url(../img/num01_sp.png);
    top: calc(107* (100vw / 750));
    left: calc(482* (100vw / 750));
    width: calc(165* (100vw / 750));
  }
  .sec_01 .arrow{
    top: calc(32* (100vw / 750));
    left: calc(526* (100vw / 750));
  }
  .sec_01 .title .sub_tll{
    margin-left: calc(52* (100vw / 750));
    font-size: calc(30* (100vw / 750));
    line-height: calc(62* (100vw / 750));
  }
  .sec_01 .title .main_tll{
    margin-top: calc(8* (100vw / 750));
    margin-left: 0;
  }
  .sec_01 .descrption{
    max-width: calc(630* (100vw / 750));
    margin: calc(46* (100vw / 750)) auto 0;
  }
  .sec_01 .sec_txt {
    letter-spacing: 0;
  }
  .sec_01 .title{
    margin-top: 0;
  }
  .sec_01 .con_unit01{
    margin-left: 0;
    margin-top: calc(40* (100vw / 750));
  }
  .sec_01 .con_unit01 .con_img{
    margin-top: 0;
    margin-left: auto;
    width: calc(640* (100vw / 750));
  }
  .sec_01 .con_unit02{
    position: relative;
    margin-left: calc(40* (100vw / 750));
  }
  .sec_01 .con_unit02 .con_img{
    margin-top: calc(48* (100vw / 750));
    width: calc(480* (100vw / 750));
  }
  .sec_01 .con_unit03{
    margin: calc(50* (100vw / 750)) auto 0;
    width: calc(630* (100vw / 750));
  }
  .sec_01 .con_unit03 .con_img{
    margin: 0 auto;
    width: calc(630* (100vw / 750));
  }
/*=============================
        //sec_01
=============================*/

/*=============================
          section02
=============================*/
.sec_02{
  margin: calc(179* (100vw / 750)) auto 0;
}
.sec_02 .title::before{
  background-image: url(../img/num02_sp.png);
  top: calc(309* (100vw / 750));
  left: calc(562* (100vw / 750));
  width: calc(210* (100vw / 750));
}
.sec_02 .arrow{
  top: calc(856* (100vw / 750));
  left: calc(658* (100vw / 750));
}
.sec_02 .title{
  margin-top: calc(44* (100vw / 750));
}
.sec_02 .title .sub_tll{
  margin-left: calc(180* (100vw / 750));
  line-height: calc(62* (100vw / 750));
}
.sec_02 .title .main_tll{
  margin-top: calc(7* (100vw / 750));
  margin-left: calc(60* (100vw / 750));
}
.sec_02 .descrption{
  max-width: calc(630* (100vw / 750));
  margin: calc(37* (100vw / 750)) auto 0;
}
.sec_02 .con_unit01{
  margin-top: calc(50* (100vw / 750));
  margin-left: calc(60* (100vw / 750));
}
.sec_02 .con_unit01,
.sec_02 .con_unit01 .con_img{
  width: calc(560* (100vw / 750));
}
.sec_02 .con_unit01 .con_img{
  width: calc(560* (100vw / 750));
}
.sec_02 .con_unit02{
  position: relative;
  margin-left: 0;
}
.sec_02 .con_unit02 .con_img{
  width: calc(520* (100vw / 750));
  margin-left: auto;
}
.lp-container .sec_02 .con_price{
  margin-top: calc(28* (100vw / 750));
}
/*=============================
          //section02
=============================*/

/*=============================
          section03
=============================*/
.sec_03{
  margin: calc(179* (100vw / 750)) auto 0;
}
.sec_03 .title::before{
  background-image: url(../img/num03_sp.png);
  top: calc(459* (100vw / 750));
  left: calc(452* (100vw / 750));
  width: calc(213* (100vw / 750));
}
.sec_03 .arrow{
  top: calc(31* (100vw / 750));
  left: calc(548* (100vw / 750));
}
.sec_03 .title{
  margin-top: 0;
}
.sec_03 .title .sub_tll{
  margin-left: calc(100* (100vw / 750));
  line-height: calc(62* (100vw / 750));
}
.sec_03 .title .main_tll{
  max-width: calc(630* (100vw / 750));
  margin: calc(7* (100vw / 750)) auto 0;
}
.sec_03 .descrption{
  max-width: calc(580* (100vw / 750));
  margin: calc(37* (100vw / 750)) auto 0;
}
.sec_03 .con_unit01{
  margin: calc(45* (100vw / 750)) auto 0;
}
.sec_03 .con_unit02{
  margin-left: auto;
}
.sec_03 .con_unit02,
.sec_03 .con_unit02 .con_img{
  width: calc(520* (100vw / 750));
}

.lp-container .sec_03 .con_price{
  margin-top: calc(16* (100vw / 750));
  text-align: inherit;
}
.sec_03 .con_unit03{
  margin-top: 30px;
  margin-left: 0;
}
.sec_03 .con_unit03 .con_img{
  width: calc(600* (100vw / 750));
}
.sec_03 .con_unit04{
  margin-top: calc(40* (100vw / 750));
  margin-left: calc(232* (100vw / 750));
}
.sec_03 .con_unit04 .con_img{
  width: calc(480* (100vw / 750));

}
.sec_03 .icon_box{
  position: relative;
  margin-top: calc(37* (100vw / 750));
}
.sec_03 .icon_box::before{
  position: absolute;
  content: "";
  background-color: #F7F7F7;
  width: calc(468* (100vw / 750));
  height: calc(204* (100vw / 750));
  left: calc(-40* (100vw / 750));
  bottom: calc(-29* (100vw / 750));
}
.sec_03 .icon_txt{
  position: relative;
  padding-left: calc(51* (100vw / 750));
  font-size: calc(26* (100vw / 750));
}
.sec_03 .icon_txt::before {
  width: calc(44* (100vw / 750));
  height: calc(44* (100vw / 750));
  left: 0;
  top: calc(3* (100vw / 750));
}
.sec_03 .icon_txt._02{
  margin-left: calc(10* (100vw / 750));
}
/*=============================
          //section03
=============================*/


/*=============================
        footer_area
=============================*/
.lp-container .footer_area{
  margin-top: calc(206 * (100vw/750));
}
.staff{
  font-size: calc(23 * (100vw/750));
  line-height: calc(40 * (100vw/750));
}
.lp-container .footer_btn{
  font-size: calc(22 * (100vw/750));
  line-height: calc(34 * (100vw/750));
  margin: calc(116 * (100vw/750)) auto 0;
  max-width: calc(615 * (100vw/750));
}
.lp-container .footer_btn a{
  height: calc(124 * (100vw/750));
}
/*=============================
        //footer_area
=============================*/

}


