@charset "UTF-8";

/*------------------------------------------------------------
PC表示　768px以上
------------------------------------------------------------*/
/* 共通
------------------------------- */
body {
  color: #000;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Helvetica Neue', Arial, Meiryo, sans-serif;
  font-size: 20px;
  line-height: 1.6;
}
em {font-style: normal;}
picture img {width: 100%;}
.sp {display: none;}


/* ヘッダー
------------------------------- */
header {
  position: relative;
  z-index: 100;
  width: 100%;
  -webkit-box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.1);
}
header .headerInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1180px;
  height: 100px;
  margin: 0 auto;
}
header .leftLogo {margin-top: 15px;}
header .rightLogo {margin-top: 36px;}


/* コンテンツ
------------------------------- */
.mvArea,
.mainArea {box-sizing: border-box;}

/* メインビジュアル */
.mvArea {
  width: 100%;
  background: #F3F5D2;
  margin-bottom: 70px;
}
.mvArea > div {
  max-width: 1100px;
  margin: 0 auto;
}
.mvArea .vjs-poster {
  width: fit-content;
  background: none;
}
.mvArea img {width: 100%;}

/* メインエリア */
.mainArea {
  max-width: 1100px;
  margin: 0 auto 90px;
  padding: 0 10px;
}
.mainArea > section {margin-bottom: 90px;}
.mainArea h1 {margin-bottom: 25px;}
.mainArea h2 {
  font-size: 32px;
  margin-bottom: 25px;
}
.mainArea h2 span {color: #006650;}
.mainArea figure {margin: 30px 0;}
.mainArea .note {
  font-size: 17px;
  text-align: left;
}
.mainArea .serviceArea,
.mainArea .structureArea {text-align: center;}
.mainArea .serviceArea h2,
.mainArea .structureArea h2 {
  color: #000;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.mainArea .serviceArea p span {color: #006946;}
.mainArea .meritArea {
  text-align: left;
  border-radius: 16px;
  background: #F4F0D5;
  padding: 30px;
}
.mainArea .meritArea h2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 32px;
  line-height: 1.2;
  background: #006946;
  margin-bottom: 0;
  padding: 19px 10px 17px;
}
.mainArea .meritArea h2 span {
  color: #fff100;
  font-size: 42px;
}
.mainArea .meritArea dl {
  border-bottom: 1px solid #000;
  padding: 30px 0;
}
.mainArea .meritArea dl:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.mainArea .meritArea dl dt {
  color: #006650;
  font-size: 28px;
  font-weight: bold;
  background: url('../img/icon_check_pc.png') no-repeat 16px 0;
  padding: 7px 0 0 76px;
  margin-bottom: 10px;
}
.mainArea .meritArea dl dd {
  font-size: 20px;
  padding-left: 76px;
}
.mainArea .meritArea dl dd span {
  color: #E60012;
  white-space: nowrap;
}
.mainArea .reviewArea h2 {
  position: relative;
  font-size: 36px;
  text-align: center;
}
.mainArea .reviewArea h2::before,
.mainArea .reviewArea h2::after {
  content: "";
  position: absolute;
  top: 0;
  width: 52px;
  height: 52px;
}
.mainArea .reviewArea h2::before {
  left: 0;
  background: url('../img/bg_review_ttl-left.png') no-repeat 0 0;
}
.mainArea .reviewArea h2::after {
  right: 0;
  background: url('../img/bg_review_ttl-right.png') no-repeat 0 0;
}
.mainArea .reviewArea h2 span {
  display: inline-block;
  position: relative;
  z-index: 1;
  background: #FFF;
  padding: 0 48px;
}
.mainArea .reviewArea h2 em::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  height: 4px;
  left: 51px;
  width: calc(100% - 102px);
  background: #006946;
  margin-top: -3px;
}
.mainArea .reviewArea ul li {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 124px;
  box-sizing: border-box;
  color: #006650;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.6;
  border-radius: 8px;
  background: #E4E980;
  margin-top: 60px;
  padding: 0 0 0 256px;
}
.mainArea .reviewArea ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 30px;
  width: 191px;
  height: 159px;
}
.mainArea .reviewArea ul li:nth-child(1)::before {
  background: url('../img/bg_review_01_pc.png') no-repeat 0 0;
}
.mainArea .reviewArea ul li:nth-child(2)::before {
  background: url('../img/bg_review_02_pc.png') no-repeat 0 0;
}
.mainArea .reviewArea ul li:nth-child(3)::before {
  background: url('../img/bg_review_03_pc.png') no-repeat 0 0;
}
.mainArea .priceArea,
.mainArea .precautionsArea  {font-size: 19px;}
.mainArea .priceArea {margin-bottom: 50px;}
.mainArea .priceArea h2,
.mainArea .precautionsArea h2 {
  color: #006650;
  font-size: 30px;
  line-height: 70px;
  text-align: center;
  border-top: 1px solid #006650;
  border-bottom: 1px solid #006650;
  margin-bottom: 25px;
}
.mainArea .precautionsArea ul {padding-left: 1em;}
.mainArea .precautionsArea li {
  font-size: 17px;
  list-style: disc;
  margin-bottom: 15px;
}
.mainArea .precautionsArea li:last-child {margin-bottom: 0;}
.mainArea .btnArea li {margin: 0 auto 24px;}
.mainArea .btnArea .btnType01 {width: 522px;}
.mainArea .btnArea .btnType02 {width: 453px;margin-bottom: 0;}
.mainArea .btnArea li a {
  display: block;
  position: relative;
  width: 100%;
  color: #fff;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  box-shadow: 0px 2px 6px 0px rgba(90, 90, 90, 0.80);
  border-radius: 50px;
  transition: all .3s;
  -webkit-transform: translatez(0);
}
.mainArea .btnArea .btnType01 a {
  font-size: 22px;
  line-height: 74px;
  background: #006650;
  background: -moz-linear-gradient(top,#139075,#006650);
  background: -webkit-gradient(linear,left top,left bottom,from(#139075),to(#006650));
}
.mainArea .btnArea .btnType02 a {
  font-size: 18px;
  line-height: 58px;
  background: #90C320;
  background: -moz-linear-gradient(top,#B5DC5D,#90C320);
  background: -webkit-gradient(linear,left top,left bottom,from(#B5DC5D),to(#90C320));
}
.mainArea .btnArea .btnType01 a:after,
.mainArea .btnArea .btnType02 a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  height: 11px;
  width: 11px;
  border-right: solid 4px #FFF;
  border-bottom: solid 4px #FFF;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin: -8px 0 0 0;
}
.mainArea .btnArea a:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}
#pageTop {
  position: fixed;
  bottom: 16px;
  right: 16px;
}
#pageTop a {
  display: block;
  z-index: 999;
  width: 35px;
  height: 35px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  border-radius: 30px;
  background: #90C31F;
  padding: 8px;
  transition: all .3s;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#pageTop a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 17px;
  height: 12px;
  width: 12px;
  border-right: solid 4px #FFF;
  border-bottom: solid 4px #FFF;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  margin: -5px 0 0 0;
}

/* フッター
------------------------------- */
footer {
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  line-height: 24px;
  text-align: center;
  background: #11763C;
  padding: 30px 0;
}
footer p small {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  padding: 20px 0;
}



/*------------------------------------------------------------
SP表示　0px ~ 767pxまで
------------------------------------------------------------*/
@media all and (min-width: 0) and (max-width: 767px) {
  body {font-size: 16px;}
  .pc {display: none;}
  .sp {display: block;}


  /* ヘッダー
  ------------------------------- */
  header .headerInner {
    display: inline-block;
    height: 58px;
    width: 100%;
    margin: 0 auto;
  }
  header .leftLogo {display: none;}
  header .rightLogo {
    width: 255px;
    margin: 16px auto;
  }


  /* コンテンツ
  ------------------------------- */
  .mvArea,
  .mainArea {width: 100%;}
  .mainArea {margin-bottom: 50px;}

  /* メインビジュアル */
  .mvArea {margin-bottom: 25px;}

  /* メインエリア */
  .mainArea > section {margin-bottom: 20px;}
  .mainArea h2 {margin-bottom: 15px;}
  .mainArea .serviceArea h2,
  .mainArea .structureArea h2 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 15px;
    padding-bottom: 5px;
  }
  @media screen and (max-width: 374px) {
    .mainArea .serviceArea h2 em {white-space: nowrap;}
    .mainArea .serviceArea h2 em br {display: none;}
  }
  @media screen and (max-width: 419px) {
    .mainArea .structureArea h2 em {white-space: nowrap;}
    .mainArea .structureArea h2 em br {display: none;}
  }
  .mainArea figure {margin: 15px 0;}
  .mainArea .note {font-size: 12px;}
  .mainArea .serviceArea,
  .mainArea .structureArea {text-align: left;}
  .mainArea .meritArea {
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 25px;
  }
  .mainArea .meritArea h2 {
    color: #FFF;
    font-size: 15px;
    line-height: 1.4;
    padding: 5px 5px 0;
    margin-bottom: 5px;
  }
  .mainArea .meritArea h2 span {
    display: block;
    font-size: 24px;
  }
  .mainArea .meritArea dl {padding: 10px 0;}
  .mainArea .meritArea dl dt {
    font-size: 18px;
    background: url('../img/icon_check_sp.png') no-repeat 0 2px;
    -webkit-background-size: 23px 21px;
    background-size: 23px 21px;
    padding: 0 0 0 28px;
    margin-bottom: 5px;
  }
  .mainArea .meritArea dl dd {
    font-size: 14px;
    padding-left: 28px;
  }
  .mainArea .reviewArea {margin-bottom: 30px;}
  .mainArea .reviewArea h2 {font-size: 20px;}
  .mainArea .reviewArea h2::before,
  .mainArea .reviewArea h2::after {
    width: 26px;
    height: 26px;
  }
  .mainArea .reviewArea h2::before {
    background: url('../img/bg_review_ttl-left.png') no-repeat 0 0;
    -webkit-background-size: 26px;
    background-size: 26px;
  }
  .mainArea .reviewArea h2::after {
    background: url('../img/bg_review_ttl-right.png') no-repeat 0 0;
    -webkit-background-size: 26px;
    background-size: 26px;
  }
  .mainArea .reviewArea h2 span {padding: 0 9px;}
  .mainArea .reviewArea h2 em::after {
    height: 2px;
    left: 26px;
    width: calc(100% - 52px);
    margin-top: -4px;
  }
  .mainArea .reviewArea ul li {
    height: 62px;
    font-size: 14px;
    line-height: 1.2;
    border-radius: 4px;
    margin-top: 12px;
    padding: 10px  10px 10px 90px;
  }
  .mainArea .reviewArea ul li::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 5px;
    width: 72px;
    height: 64px;
  }
  .mainArea .reviewArea ul li:nth-child(1)::before {
    background: url('../img/bg_review_01_sp.png') no-repeat 0 0;
    -webkit-background-size: 72px 64px;
    background-size: 72px 64px;
  }
  .mainArea .reviewArea ul li:nth-child(2)::before {
    background: url('../img/bg_review_02_sp.png') no-repeat 0 0;
    -webkit-background-size: 72px 64px;
    background-size: 72px 64px;
  }
  .mainArea .reviewArea ul li:nth-child(3)::before {
    background: url('../img/bg_review_03_sp.png') no-repeat 0 0;
    -webkit-background-size: 72px 64px;
    background-size: 72px 64px;
  }
  .mainArea .priceArea,
  .mainArea .precautionsArea  {font-size: 14px;}
  .mainArea .precautionsArea {margin-bottom: 45px;}
  .mainArea .priceArea {margin-bottom: 20px;}
  .mainArea .priceArea h2,
  .mainArea .precautionsArea h2 {
    font-size: 15px;
    line-height: 34px;
    margin-bottom: 13px;
  }
  .mainArea .precautionsArea li {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .mainArea .btnArea .btnType01 {width: 100%;}
  .mainArea .btnArea .btnType02 {width: 100%;margin-bottom: 0;}
  .mainArea .btnArea .btnType01 a,
  .mainArea .btnArea .btnType02 a {
    font-size: 16px;
    line-height: 49px;
  }
  .mainArea .btnArea .btnType01 a:after,
  .mainArea .btnArea .btnType02 a:after {
    top: 50%;
    right: 20px;
    height: 11px;
    width: 11px;
    border-right: solid 3px #FFF;
    border-bottom: solid 3px #FFF;
    margin: -8px 0 0 0;
  }
  .mainArea .btnArea a:hover {
    opacity: 0.9;
    transform: translateY(-2px);
  }
  #pageTop {
    position: fixed;
    bottom: 10px;
    right: 10px;
  }
  #pageTop a {
    width: 18px;
    height: 18px;
    padding: 4px;
    transition: all .3s;
  }
  #pageTop a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
  #pageTop a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 9px;
    height: 6px;
    width: 6px;
    border-right: solid 2px #FFF;
    border-bottom: solid 2px #FFF;
    margin: -2px 0 0 0;
  }


  /* フッター
  ------------------------------- */
  footer {
    line-height: 1.6;
    padding: 0;
  }
  footer p small {
    display: block; 
    font-size: 9px;
    line-height: 1.6;
    padding: 13px 0;
  }
  footer p small span {white-space: nowrap;}

}