
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

.header_all{display: none;}
.header__hamburger {display: none;}
#footer_contact {display: none;}
#footer {display: none;}

body {
  color: #585b65;
  font-family: "Yu Gothic", YuGothic, sans-serif;
}

h2, h3, h4, h5{
  color: #585b65;
  font-family: "Yu Gothic", YuGothic, sans-serif;
}

h2{
  font-size: 21px;
  text-align: center;
}

h3{
  font-size: 18px;
}
p{
  font-size: 14px;
  text-align: left;
  margin:20px;
  color: #585b65;
  font-family: "Yu Gothic", YuGothic, sans-serif;
}


ul{
  padding: 0 25px;
}

.boldblue{
  color: #82bcc2;
  font-weight: bold;
}
.boldred{
  color: #D84141;
  font-weight: bold;
}

body {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #efefef calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #efefef calc(100% - 1px));
  background-size: 24px 24px;
  background-repeat: repeat;
  background-position: center center;
  background-attachment: fixed;
}


/* .bg-back {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #efefef calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #efefef calc(100% - 1px));
  background-size: 24px 24px;
  background-repeat: repeat;
  background-position: center center;
  background-attachment: fixed;
  height: 100vh;
  width: 100%;
  z-index: -1;
  padding: 45px;
} */

.bg-back_inner {
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  /* position: relative; */}

.pcbg__left {
  width: 212px;
  position: fixed;
  left: 7%;
  top: 50%;
  transform: translateX(0)translateY(-50%);
}

@media only screen and (min-width: 1500px){
.pcbg__left {
    left: calc(250/1500 * 100vw);
}}

.content{
  background-color: #fff;
  width: 480px;
  margin: 0 auto;
  box-sizing: content-box;
  /* border-left: 10px solid #b7d7de;
  border-right: 10px solid #b7d7de; */
  box-shadow: 0 3px 10px 1px #999;}

.lp_kv img{
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}

@media screen and (max-width: 480px) {
  .content{
  width: 400px;
}
}
@media screen and (max-width: 400px) {

  .content{
    width: 100%;}

    .bg-back_inner {
      display: none;
  }
}

.header p{
  font-size: 12px;
  margin: 0;
  
}

@media only screen and (max-width: 1200px){
.header {
    display: none;
}
.pcbg__left{
  display: none;
}
}

@media only screen and (min-width: 1201px){
  .header {
    position: fixed;
    top: 50%;
    transform: translateX(0)translateY(-50%);
    left: 70%;
    z-index: 1;
    height: initial;
  }
  }

  .header__logo {
    width: 260px;
    margin-left: 15px;
}

.header_nav ul{
  padding: 0 0 0 10px;
}

.headeritem {
  width: 250px;
  font-size: 15px;
}

.headeritem a{
  color:#666;
}

.h_link {
  position: relative;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  color: #666;
  font-size: 13px;
  text-decoration: none;
  padding-left: 1.5em; /* 余白を確保しておく */
  padding-bottom: 15px;
}

.h_link:hover {
  font-weight: bold;
  color: #222222;

}

.h_link.is-active {
  font-weight: bold;
  color: #ba7a7b;
}

.h_link.is-active::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 28%;
  transform: translateY(-50%);
  color: rgb(208, 165, 166);
  font-size: 1em;
}




.h_button {
  width: 300px;
}

.h_button p {
  font-size: 12px;
  margin: 0 auto;
  text-align: center;}

.h_button a {
  display: block;
  text-align: center;
  margin: 10px auto;
  padding: 1em 2em;
  width: 260px;
  color: #fff;
  background-color: #5e7c87;
  font-size: 14px;
  text-decoration: none;
  border: 1px solid #5e7c87;
  border-radius: 10px;
  transition: 0.8s;
  letter-spacing: 2px;
  box-shadow:0 2px 5px 1px #999;
}

.h_button a:hover {
  color: #5e7c87;
  background-color: #fff;
  border: 1px solid #fff;

}

nav ul li.current a{
  font-weight: bold;
  color: #222222;
}



/** -----------------------------------
    申し込みボタン
-------------------------------------**/

.lp_button a {
  display: block;
  text-align: center;
  margin: 10px auto;
  padding: 1em 2em;
  width: 280px;
  color: #fff;
  background-color: #5e7c87;
  font-size: 14px;
  text-decoration: none;
  border: 1px solid #5e7c87;
  border-radius: 10px;
  transition: 0.8s;
  letter-spacing: 2px;
  box-shadow:0 2px 5px 1px #999;
}

.lp_button p{
  text-align: center;
  margin-bottom: 5px;
  font-size: 12.5px;

}
.lp_b_p{
  color: #5e7c87;
  font-size: 10px!important;
  margin-left: 40px;
  text-align: left!important;
}

.lp_button_img{
  width: 80%;
  text-align: center;
  margin: 0 auto;

}

@media only screen and (min-width: 1201px){
  .lp_button a:hover {
    color: #5e7c87;
    background-color: #fff;
    border: 1px solid #fff;
  }
  }

  .jump {
    text-align: center;

  }
  .jump a{
    color: #5e7c87;
    font-size: 12px;
    text-align: center;
  }
/** -----------------------------------
    first | intro
-------------------------------------**/

#first{
  padding-top: 50px;
  padding-bottom: 75px;
}
/** -----------------------------------
    ブランディング01
-------------------------------------**/

.branding01{
  background:#F7F8F8;
  padding: 30px 10px;
}

.branding01 h2{
  text-align: center;
  font-size: 18px;
  padding:  50px 10px 10px;
  background: url(../img/trial/foryou.webp);
  background-repeat: no-repeat;
  background-position: left 15px;
  background-size: 150px;
  letter-spacing: 1px;
  line-height: 2;
  margin-bottom: 30px;
}

.b_problem li {
  list-style: none;
  background: url(../img/trial/check.png);
  line-height: 2em;
  background-repeat: no-repeat;
  background-position: 0px 7px;
  background-size: 20px;
  padding-left: 30px;
  margin-bottom: 36px;
  font-size: 14px;
  letter-spacing: 1.3px;
}

.pbold{
  font-weight: bold;
  color: #c45153;
}

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

  .branding01 h2{
    padding:  50px 0px 10px;
  }
}



/** -----------------------------------
    お客様のお声
-------------------------------------**/

.cv{
  margin:40px auto;
}

.cv h2 {
  text-align: center;
  font-size: 20px;
  padding: 25px 10px 30px;
  background: url(../img/trial/cv_bg.png);
  background-repeat: no-repeat;
  background-position: right 20px;
  background-size: 180px;
  letter-spacing: 1px;
  margin: 15px 45px;
}


.cv h3 {
  text-align:  left;
  font-size: 16px;
  font-weight: bold;
  color: #5e7c87;
  margin: 20px 20px 32px;
}

.cv img{
  display: flex;
  width: 20%;
  margin: -45px 26px 0 auto;
}


.b_voice_content{
   background-color: #fff;
   box-shadow: 0 0px 10px -1px #d0d0d0;
   border-radius: 10px;
   margin: 20px;
   padding: 30px 10px;
}



.names{
  font-size: 12px;
  color: #5e7c87;
}


/** -----------------------------------
    ブランディング02　concept/message
-------------------------------------**/

.branding02{
  background-color: #f6f9f9;
  padding-bottom: 40px;
}

.branding02 h3{
  margin-top: 0;
}


.arw {
  width: 40%!important;
  margin: 0 auto;
  text-align: center;
}

.arw img{
  width: 20%!important;
  margin: 0 auto;
}

.bc_point {
  padding-bottom: 40px;

}

.bc_point h4{
  text-align: center;
  font-size: 20px;
  letter-spacing: 1.5px;
  color: #5f8097;
}



/** -----------------------------------
    サポート概要
-------------------------------------**/

#outline{
margin: 80px auto;
}
#outline h2{
  padding-bottom: 20px;
  }

#outline img{
  width: 90%;
  text-align: center;
  margin: 0 auto;
  display: block;
  padding-top: 36px;
}

#outline h4{
  text-align: center;
  font-size: 24px;
    padding-top: 50px;

}

#outline h5{
  font-size: 20px;
  text-align: center;
  line-height: 1.8;
}

.f_number{
  color: #B9C1D8;
  font-size: 30px;
  font-family:"Aboreto",'Optima',"Cormorant", serif;
  font-optical-sizing: auto;
  font-weight: 400;
}

.h5sub{
  font-size: 12px;
}

.f_3 img{
  height: 200px;
  width: auto!important;
  padding-top: 10px!important;

}

.matome p{
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1.5px;
  margin-top: 75px;

}


/** -----------------------------------
    お試しセッション
-------------------------------------**/
#trialinfo{
  background-color: #f6f9f9;
  margin:0 auto;
  padding-top: 70px;
  padding-bottom: 40px;
}

#trialinfo h2{
  text-align: left;
  width: 85%;
  margin: 20px auto;
}

#trialinfo h3{
  text-align: left;
  margin: 20px;
  padding-top: 40px;
}

#trialinfo p{
  padding-left: 20px;
  padding-top: 20px;
}


.h3box {
  background-color: #E5EDEF;
  padding: 20px;
}

.note{
  font-size: 12px;
}


.smn_flow_z{
  width: 70%;
  margin: 50px auto;
}

dd {
  margin-left: 0;
  font-size: 12px;
  line-height: 2;
}

.smn_flow {
  padding-left: 120px;
  position: relative;
  margin: 50px auto;
}
.smn_flow::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #d9e4ec;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
  border-radius: 10px;
}
.smn_flow > li {
  position: relative;
}
.smn_flow > li:not(:last-child) {
  margin-bottom: 6vh;
}

.smn_flow > li .icon {
  font-family: 'Century Gothic', Futura, sans-serif;
  font-size: 10px;
  letter-spacing: 2px;
  color: #a5d1e3;
  padding: 8px 15px;
  display: block;
  position: absolute;
  top: 0;
  left: -80px;
  z-index: 100;
}

.smn_flow > li dl {
  padding-left: 70px;
  position: relative;
}
.smn_flow > li dl::before,
.smn_flow > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}
.smn_flow > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #d18989;
  border-radius: 50%;
  left: -4.5px;
}
.smn_flow > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}
.smn_flow > li dl dt {
  font-size: 18px;
  font-weight: 600;
  color: #92becf;
  margin-bottom: 1vh;
  letter-spacing: 1.5px;
}

.smn_flow a{
  color: #000;
  text-decoration: underline;
    text-decoration-style: double;
}

.smn_flow a:hover{
  transform: scale(1.02,1.02);
}


.smn_flow_z {
  width: 95%;
}

.smn_flow {
  padding-left: 70px;
}

.smn_flow::before {
  width: 12px;
  margin-left: -7px;
  left: 70px;}



    .smn_flow > li dl::after {
      width: 20px;
  }

.smn_flow > li dl {
    padding-left: 36px;
}

.smn_flow > li dl dt {
  font-size: 15px;
  margin-bottom: 0.8vh;
  padding-top:5px
}

/** -----------------------------------
    case
-------------------------------------**/

#case{
  background-color: #EAEAEA;
  margin:0 auto;
  padding-top: 50px;
  padding-bottom: 60px;
}

#case h2{
  text-align: center;
}

.caseinner{
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  border-radius: 12px;
  width: 90%;
  margin: 0 auto;
}

.caseinfo{
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  padding-bottom: 28px;
}


/** -----------------------------------
    後押し
-------------------------------------**/

#ready{
  margin:0 auto;
  position: relative;
}


  .last_message {
    padding-top: 50px;
  }


.copyright{
  color: #a0b3b6;
  font-size: 10px;
  text-align: center;
}

.copyright a{
  color: #a0b3b6;
  font-size: 10px;
  text-align: center;
}


#last{
  margin:0 auto;
  padding-top: 84px;
  padding-bottom:60px ;
  width: 90%;
}

#last h2{
  text-align: left;
  width: 90%;
  margin: 0 auto;
}



.copyright{
  color: #a0b3b6;
  font-size: 10px;
  text-align: center;
}

.copyright a{
  color: #a0b3b6;
  font-size: 10px;
  text-align: center;
}

.br400no{
  display:block;

}
.br400{
  display: none;
}

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

  h2 {
    font-size: 18px;
}

  p{
    font-size: 13px;
  }

  .br400in{
    display: block;

  }

  .br400no{
    display: none;

  }

  .matome p {
    font-size: 15px;
}

}




  