
html{
  overflow-x: hidden;
}
body{
  /* min-width: 1400px;
  margin: auto; */
}

section{
  /* font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif; */
}
.pos-point{
  position: relative;
}
.pc-hide{
  display: none;
}
.sp-hide{
  display: block;
}
.both-hide{
  display: none;
}
.contents-inner{
  width: 960px;
  margin: auto;
}
.wrapper{
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


.cv-btn{
  position: relative;
  margin: 5px 0 0;
  cursor: pointer;
}
.cv-btn::before{
  content: '';
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/cv_btn_text.png);
  -webkit-background-size: auto;
  background-size: auto;
  background-position: center center;
  background-repeat: no-repeat;
  width: 500px;
  height: 50px;
  z-index: 10;
  pointer-events: none;
}
.cv-btn-inner .btn-input{
  border: none;
  text-indent: -9999px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0px 8px 0px 0px #598b4c;
  /* border: 4px solid #442b03; */
  border-radius: 55px;
  display: block;
  text-align: center;
  width: 430px;
  height: 80px;
  padding: 13px 0 0;
  margin: auto;
  background-color: #60b001;
  background-repeat: no-repeat;
  -webkit-background-size: 8px;
  background-size: 8px;
  background-position: right 15px center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #442b03;
}
.cv-btn .btn-input{
  position: relative;
  /* top: 17px; */
}
.cv-btn:hover .cv-btn-inner .btn-input{
  box-shadow:0px 0px 0px 0px transparent;
  position: relative;
  top: 8px;
}
.cv-btn:hover::before{
  top: 56%;
}
.cv-btn-inner a{
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0px 5px 0px 0px #d44242;
  border: 1px solid #d44242;
  border-radius: 55px;
  display: block;
  text-align: center;
  width: 285px;
  height: 45px;
  padding: 12px 0 0;
  margin: 0 0 20px;
  background-color: #fff;
  background-repeat: no-repeat;
  -webkit-background-size: 8px;
  background-size: 8px;
  background-position: right 15px center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #d44242;
}
.cv-btn-red::before{
  display: none;
}
.cv-btn-red:hover .cv-btn-inner a{
  box-shadow:0px 0px 0px 0px transparent;
  position: relative;
  top: 5px;
}
/* -------------------- */

header{
  position: relative;
  z-index: 1000;
  padding: 20px 0;
  height: 130px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.logo{
  position: absolute;
  left: 0px;
}
.logo a{
  display: block;
  height: 100%;
  -webkit-transition: 0.4 ease;
  -o-transition: 0.4 ease;
  transition: 0.4 ease;
}
.logo a:hover{
  opacity: 0.7;
}
.header-text{
  pointer-events: none;
  margin: auto;
  text-align: center;
  position: relative;
  top: 30px;
}
/* -------------------- */
.mv{
  /* margin: -155px 0 0; */

}
.mv h1{
  /* position: absolute; */
  /* left: 0;
  top: 80px; */
}

.mv-block01{
  text-indent: -9999px;
  z-index: 20;
  height: 277px;
  margin: 0 0 0;
  width: 100%;
  vertical-align: bottom;
  background-image: url(../img/mv_block01-3.jpg);
  -webkit-background-size: auto;
  background-size: auto;
  background-position: bottom -1px center;
  background-repeat: no-repeat;
}
.mv-block02{
  text-indent: -9999px;
  z-index: 20;
  height: 200px;
  margin: 0 0 0;
  width: 100%;
  background-image: url(../img/mv_block02.jpg);
  -webkit-background-size: auto;
  background-size: auto;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.mv-block03{
  text-indent: -9999px;
  z-index: 20;
  height: 133px;
  margin: 0 0 0;
  width: 100%;
  background-image: url("../img/mv_block03-3.jpg");
  -webkit-background-size: auto;
  background-size: auto;
  background-position: bottom center;
  background-repeat: no-repeat;
}

/* -------------------- */
.sec01{
  overflow: hidden;
  padding: 68px 0 35px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url(../img/sec01_bg.png);
}
.sec01 h2{
  z-index: 2;
  margin: 0 0 20px;
  text-align: center;
  position: relative;
}
.sec01-cont{
  width: 100%;
  overflow: hidden;
  z-index: 2;
  position: relative;
  left: 104px;
}
.sec01 p{
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  z-index: 2;
  font-size: 14px;
  color: #7c7c7c;
  position: relative;
  line-height: 1.5;
}
.sec01-female{
  position: absolute;
  right: 40px;
  bottom: -38px;
  z-index: 1;
}


.space{
  width: 36px;
  display: inline-block;
}
/* -------------------- */
.sec02{
  padding: 70px 0;
  background-image: url(../img/sec02_bg.png);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.sec02 h2{
  text-align: center;
  margin: 0 0 30px;
}
.sec02-box{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background-color: #fff;
  padding: 50px;
}

.sec02-img{
  position: relative;
  margin: 0 30px 0 0;
}
.sec02-img::before{
  position: absolute;
  content: '';
  left: -21px;
  top: -29px;
  width: 128px;
  height: 123px;
  background-image: url(../img/sec02_76man-2.png);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
/* -------------------- */
.sec03 h2{
  text-align: center;
  margin: 0 0 50px;
}
.sec03-first-box{
  background-image: url(../img/sec03_first_bg.png);
  background-position: top center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 92px 0 0;
  margin: 0 0 20px;
}
.sec03-first-box ul{
  margin: 0 0 5px;
}


.sec03 li:nth-of-type(2){
  position: relative;
  left: 25px;
  top: -18px;
}






.sec03-second-box{
  padding:  450px 0 0;
  background-image: url(../img/sec03_second_box.png);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.sec03-second-box p{
  text-align: center;
  color: #555555;
  font-weight: bold;
  font-size: 42px;
  line-height: 1.5;
  position: relative;
  top: -450px;
  z-index: 2;
}
.sec03-second-tri{
  width: 99vw;
  /* display: none; */
  position: absolute;
  top: -450px;
  left: 50%;
  /* right: 0; */
  z-index: 1;
  transform: translateX(-50%);
}
.sec03-second-tri img{
  width: 100%;
}
.sec03-second-img{
  position: absolute;
  top: -310px;
  left: 50px;
  z-index: 2;
}
.sec03-skin{
  padding: 40px;
  background-color: #fff;
}
.sec03-skin p{
  font-size: 50px;
  text-align: center;
  color: #fe6000;
  font-weight: bold;
}

/* -------------------- */

.sec04{
  overflow: hidden;
  padding: 0 0 70px;
  background-image: url(../img/sec04_bg.png);
  -webkit-background-size: auto;
  background-size: auto;
  background-position: right top;
  background-repeat: no-repeat;
}
.sec04 h2{
  top: -16px;
  position: relative;
  left: -32px;
}


.sec04 h3{
  font-size: 30px;
  line-height: 1.5;
  color: #000;
  margin: 0 0 10px;
  padding: 0 0 10px;
  letter-spacing: -1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #ff8200;
}
.sec04 h3 span{
  color: #ff8200;
  font-weight: bold;
}
.sec04 ul{
  margin: -93px 0 0;
}
.sec04-wrap {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.sec04 li:nth-of-type(1){
  margin: 0 0 40px;

  position: relative;
}
.sec04 li:nth-of-type(2),
.sec04 li:nth-of-type(3){
  position: relative;
  width: 47.9%;
  height: 300px;
}
.sec04 li:nth-of-type(2){
  margin: 0 40px 0 0;
}
.sec04 li:nth-of-type(1):before{
  content: '';
  position: absolute;
  left: -16px;
  top: -44px;
  width: 170px;
  height: 100px;
  background-position: center center;
  -webkit-background-size: auto;
  background-size: auto;
  background-repeat: no-repeat;
  background-image: url(../img/reason01.png);
}
.sec04 li:nth-of-type(2):before{
  content: '';
  position: absolute;
  left: -16px;
  top: -44px;
  width: 170px;
  height: 100px;
  background-position: center center;
  -webkit-background-size: auto;
  background-size: auto;
  background-repeat: no-repeat;
  background-image: url(../img/reason02.png);
}
.sec04 li:nth-of-type(3):before{
  content: '';
  position: absolute;
  left: -16px;
  top: -44px;
  width: 170px;
  height: 100px;
  background-position: center center;
  -webkit-background-size: auto;
  background-size: auto;
  background-repeat: no-repeat;
  background-image: url(../img/reason03.png);
}
.sec04-text{
  margin: 0 20px 0 0;
}
.sec04 li{
  background: rgba(255,255,255,0.7);
  float: left;
  border: 2px solid #ff8200;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
}
.sec04 li p{
  letter-spacing: -1px;
  line-height: 1.7;
  font-size: 18px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}
.sec04 li p span{
  /* display: inline-block; */
  padding: 0 0 0;
  background: linear-gradient(transparent 60%, #fddf8c 60%, #fddf8c 90%, transparent 100%);
  /* background: linear-gradient(#ffffff 0%, #ffffff 50%,#63c1b9 50%, #63c1b9 92%,#ffffff 92%,#ffffff 100%); */
}
/* -------------------- */

.sec05{
  padding: 70px 0;
  background-image: url(../img/sec05_bg.png);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.sec05 h2{
  text-align: center;
  margin: 0 0 10px;
}
.sec05-title-sub{
  width: 100%;
  margin: 0 0 55px;
  border-bottom: 1px solid #636363;
}
.sec05-title-sub p{
  position: relative;
  top: 25px;
  text-align: center;
  font-size: 24px;
  color: #3e3e3e;
  width: 175px;
  height: 35px;
  margin: auto;
  background-color: #ffdfb2;
}
.sec05 ul{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: flex-strat;
  justify-content: flex-start;
}
.sec05 li{
  position: relative;
  width: 33.33%;
  background-color: #fff;
  margin: 0 30px 0 0;
  padding: 55px 30px 30px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}
.sec05 li:nth-of-type(1):before,
.sec05 li:nth-of-type(2):before,
.sec05 li:nth-of-type(3):before{
  content: '';
  position: absolute;
  left: 50%;
  top: -25px;
  width: 200px;
  height: 50px;
  transform: translateX(-50%);
  -webkit-background-size: auto;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/step01.png);
}
.sec05 li:nth-of-type(2):before{
  background-image: url(../img/step02.png);
}
.sec05 li:nth-of-type(3):before{
  background-image: url(../img/step03.png);
}
.sec05 li:last-of-type{
  margin: 0;
}
.sec05-img{
  height: 155px;
  text-align: center;
  margin: 0 0 20px;
}
.sec05 li > p{
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
  font-weight: normal;
  letter-spacing: -1px;
  margin: 0 0 35px;
}
.sec05 li:nth-of-type(1) > p,
.sec05 li:nth-of-type(2) > p{
  margin: 0 0 62px;
}
@media all and (-ms-high-contrast: none){
  .sec05 li:nth-of-type(2) > p{
    margin: 0 0 35px;
  }
}
.point-box{
  position: relative;
  background-color: #f7f7f7;
  padding: 25px 30px;
}
.point-box:before{
  content: 'POINT';
  position: absolute;
  left: 50%;
  top: -10px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  transform: translateX(-50%);
  color: #ff8100;
  font-weight: bold;
  font-size: 20px;
}
.point-box p{
  line-height: 1.5;
  font-size: 16px;
}
/* -------------------- */
.sec06{
  padding: 30px 0 50px;
  background-color: #f0ece9;
}
.sec06 h2{
  text-align: center;
  margin: 0 0 52px;
}
.sec06 ul{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  margin: 0 0 20px;
}
.sec06 li{
  position: relative;
  box-shadow:0px 13px 8px -5px #cccccc;
  width: 33.33%;
  background-color: #fff;
  height: 495px;
  padding: 35px 25px;
  margin: 0 30px 0 0;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}
.sec06 li::before{
  content: '';
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../img/sec06_band.png);
  -webkit-background-size: auto;
  background-size: auto;
  background-position: center center;
  background-repeat: no-repeat;
  width: 200px;
  height: 50px;
}
.sec06 li h3{
  text-align: center;
  margin: 0 0 20px;
}
.sec06 li:last-of-type{
  margin: 0;
}
.sec06 li p{
  font-size: 16px;
  line-height: 1.5;
}
.sec06 li p.name{
  position: absolute;
  right: 20px;
  bottom: 25px;
  text-align: right;
  /* font-weight: 700; */
}
 .note{
  position: relative;
  z-index: 10;
  text-align: right;
  font-size: 14px;
  color: #7c7c7c;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}


.sec06 .magazine{
  margin: 40px 0 0;
}
.sec06 .sec06-note{
  position: relative;
  top: -15px;
}
/* -------------------- */

.sec07{
  padding: 70px 0;
  background-image: url(../img/sec07_bg.png);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.sec07 h2{
  text-align: center;
  margin: 0 0 25px;
}
.seven-box{
  padding: 50px 40px;
  background-color: #fff;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: flex-start;
}
.cv-btn-trial::before{
  background-image: url(../img/cv_btn_text_trial.png);
}

.sec07 .set{
  font-weight: bold;
  font-size: 15px;
  line-height: 2;
  letter-spacing: -1px;
  margin: 0 0 10px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}
.seven-img{
  margin: 0 20px 0 0;
}
.seven-text img{
  margin: 0 0 0;
}

.sec07 .note{
  margin: 20px 0 0;
  font-size: 12px;
}
.cv-btn-red{
  margin: 0 0 25px;
}
/* -------------------- */
footer{
  background: #C7C7C7;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.footer-inner {
    text-align:  center;
    padding: 30px 0;
}

.footer-inner a {
    color:  #fff;
    text-decoration: none;
}
.footer-inner a:first-child {
    margin-right: 90px;
}
section.copyright {
    text-align: center;
    background: #C7C7C7;
    color: #FFF;
    padding: 15px 0;
    font-size: 13px;
    letter-spacing: 0.03em;
}


@media screen and (min-width:1880px) {
  .sec03-second-img{
    top: -290px;
  }
}

/* -------------------- */


.sec04 li:nth-of-type(2), .sec04 li:nth-of-type(3) {
  height: 580px;
}

.sec04-item-half {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.p-movie {
  max-width: 768px;
  margin: 0 auto;
  padding: 50px 0;
}
.p-movie__text {
  text-align: center;
  font-size: 24px;
  font-family: serif;
  margin-bottom: .5em;
}
.p-movie__inner {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
}
.p-movie video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.sec04-reason01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f5e9d6;
  padding: 1em;
  margin-top: 1.5em;
}
.sec04-reason01__ttl {
  font-size: 30px;
    line-height: 1.5;
    color: #000;
    margin: 0 0 10px;
    padding: 0 0 10px;
    letter-spacing: -1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 10%;
}
.sec04-reason01__ttl > strong {
  color: #ff8200;
  font-weight: bold;
}

h2.reviewWidget_title {
  margin-bottom: 0;
  text-align: left;
}



