@charset"utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* "*"
-------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}

/* "html"
-------------------------------------------------- */
html{
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 62.5%;
  box-sizing: border-box;
}

/* "body"
-------------------------------------------------- */
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 0;
  letter-spacing: -0.01rem;
  -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: 1.5rem;
  color: #000;
}
body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; 
}

/* "p"tag
-------------------------------------------------- */
p{
  font-size: 1.5rem;
  margin-bottom: 0;
}
p.p-txt{
  line-height: 2.0;
}
@media print, screen and (max-width: 767px) {
  p{
    font-size: 1.4rem;
  }
  p.p-txt{
    line-height: 2.0;
  }
}

/* "a"tag
-------------------------------------------------- */
a{
  color: #000;
  text-decoration: none;
}

/* "li/ol/ul" Tag
-------------------------------------------------- */
ol li{
  font-size: 1.5rem;
  line-height: 1.8;
  margin-left: 2.0rem;
}
ul li{
  font-size: 1.5rem;
  list-style-type: none;
  line-height: 1.8;
}
@media print, screen and (max-width: 767px) {
  ol li,
  ul li{
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

/* "dt dd" Tag
-------------------------------------------------- */
dl dt,
dl dd{
  font-size: 1.5rem;
  line-height: 1.6;
}
@media print, screen and (max-width: 767px) {
  dl dt,
  dl dd{
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

/* decoration
-------------------------------------------------- */
.bold{
  font-weight: bold;
}
.left{
  text-align: left;
}
.center{
  text-align: center;
}
.right{
  text-align: right;
}

/* color
-------------------------------------------------- */
.white {
  color: #FFFFFF;
}
.red {
  color: #d63031;
}
.blue {
  color: #0984e3;
}
.orange {
  color: #E9872E;
}
.green {
  color: #26AE90;
}
.brown {
  color: #AD8141;
}

/* margin
-------------------------------------------------- */
.mb0 {
  margin-bottom: 0;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb90 {
  margin-bottom: 90px;
}
.mb100 {
  margin-bottom: 100px;
}

/* forPC,forSP
-------------------------------------------------- */
.forPC{
  display: inline;
}
.forPCTB{
  display: inline;
}
.forSP{
  display: none;
}
@media screen and (max-width: 767px) {
  .forPC{
    display: none;
  }
  .forPCTB{
    display: inline;
  }
  .forSP{
    display: inline;
  }
}
@media screen and (max-width: 560px) {
  .forPCTB{
    display: none;
  }
}

/* wrapper
-------------------------------------------------- */
#wrapper{
  width: 100%;
  display: none;
}

/* inner
-------------------------------------------------- */
div.inner{
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  footer .inner{
    width: 95%;
    margin: 0 auto;
  }
}

/* content
-------------------------------------------------- */
div.content{
  width: 97%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  div.content{
    width: 95%;
  }
}

/* img
-------------------------------------------------- */
img{
  width: 100%;
  height: auto;
}

/* "h" tag
-------------------------------------------------- */
h3.h3-cmn{
  font-size: 3.2rem;
  line-height: 1.4;
  margin-bottom: 3.5rem;
  text-align: center;
}
h3.h3-cmn.btm{
  margin-bottom: 5rem;
}
@media print, screen and (max-width: 767px) {
  h3.h3-cmn{
    font-size: 2.8rem;
  }
  h3.h3-cmn.btm{
    margin-bottom: 3.5rem;
  }
}

/* header
-------------------------------------------------- */
header.top-head{
  z-index: 10;
  position: relative;
  bottom: auto;
  width: 100%;
  margin: 0 auto;
  height: 9rem;
  background-color: rgba(255,255,255,0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header div.logo-area{
  margin-left: 1.2%;
}
header div.logo-area a{
  display: block;
  width: 300px;
  height: 57.3px;
  font-size: 0;
  background: url(../img/common/logo.svg) no-repeat;
}
header div.logo-area a:hover{
  opacity: 0.4;
  transition: 0.6s;
}
/* nav */
header div.nav-area{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 1.2%;
}
header div.nav-area div.nav-logo{
  display: none;
}
header div.nav-area nav.nav-wrap a.nav-button {
  display: none;
}
header div.nav-area nav.nav-wrap div.nav-screen{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
header div.nav-area nav.nav-wrap div.nav-screen ul.nav{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
header div.nav-area nav.nav-wrap div.nav-screen ul.nav li{
  margin-right: 3.5rem;
  font-weight: normal;
}
header div.nav-area nav.nav-wrap div.nav-screen ul.nav li a{
  font-size: 1.6rem;
  font-weight: bold;
  color: #034E35;
}
header div.nav-area nav.nav-wrap div.nav-screen ul.nav li a:hover{
  opacity: 0.4;
  transition: 0.6s;
}
header div.nav-area nav.nav-wrap div.nav-screen ul.nav li:last-child{
  margin-right: 0;
}
header div.nav-area nav.nav-wrap div.nav-screen ul.nav li.service{
  position: relative;
}
header div.nav-area nav.nav-wrap div.nav-screen ul.nav li.service ul {
  display: none;
  position: absolute;
  z-index: 9;
  background-color: rgba(255,255,255,1);
  margin-top: 1rem;
  padding: 1.2rem 2.5rem 1.8rem;
  width: 24.5rem;
  left: -1rem;
  border: 1px solid #AAA;
  border-radius: 1rem;
}
header div.nav-area nav.nav-wrap div.nav-screen ul.nav li.service ul li{
  margin-right: 0;
  padding-bottom: 0.3rem;
  border-bottom: 1px dotted #CCC;
}
header div.nav-area nav.nav-wrap div.nav-screen ul.nav li.service ul li{
  margin-bottom: 0.5rem;
}
header div.nav-area nav.nav-wrap div.nav-screen ul.nav li.service ul li a{
  color: #000;
  font-size: 1.5rem;
  font-weight: normal;
  text-shadow: none;
}
header div.nav-area nav.nav-wrap div.nav-screen ul.nav li.service ul li:last-child{
  margin-bottom: 0;
}
header div.nav-area nav.nav-wrap div.nav-screen ul.nav li.contact a{
  border: 1px solid #035E35;
  background: #035E35;
  color: #fff;
  padding: 0.5rem 2rem 0.6rem;
  border-radius: 5rem;
  text-shadow: none;
}
header div.nav-area nav.nav-wrap div.nav-screen ul.nav li.contact a:hover{
  background: #fff;
  color: #035E35;
  transition: 0.6s;
  opacity: inherit;
}
header div.nav-area nav.nav-wrap.open{
  display: block;
}
header div.nav-area nav.nav-wrap.close{
  display: none;
  margin-top: 0.3rem;
  opacity: 1;
  cursor: auto;
}
header div.nav-area nav.nav-wrap div.nav-screen div.sns{
  display: none;
}
/* Fixed */
header.top-head.fixed h1.h1-logo,
header.top-head.fixed div.nav-area ul.nav li{
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
header.top-head.fixed {
  width: 100%;
  top: 0;
  position: fixed;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0.4rem 0.2rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0.4rem 0.2rem rgba(0, 0, 0, 0.15);
  height: 9rem;
}
header.top-head.fixed div.logo-area{
  margin-left: 1.2%;
}
header.top-head.fixed div.logo-area a{
  display: block;
  width: 280.9px;
  height: 57.3px;
  font-size: 0;
  background: url(../img/common/logo.svg) no-repeat;
}
header.top-head.fixed div.nav-area{
  padding-right: 1.2%;
}
header.top-head.fixed div.nav-area nav.nav-wrap div.nav-screen ul.nav li a{
  color: #034E35;
  text-shadow: none;
}
header.top-head.fixed div.nav-area nav.nav-wrap div.nav-screen ul.nav li.contact a{
  color: #fff;
  background: #034E35;
  border: 1px solid #034E35;
}
header.top-head.fixed div.nav-area nav.nav-wrap div.nav-screen ul.nav li.contact a:hover{
  color: #034E35;
  background: #fff;
}
@media print, screen and (min-width: 1281px) {
  header div.nav-area nav.nav-wrap {
    display: block !important;
  }
}
@media print, screen and (max-width: 1280px){
  /* clicked hamburger button screen */
  header div.nav-area{
    display: block;
    -webkit-box-align: none;
    -ms-flex-align: none;
    align-items: none;
  }
  header div.logo-area{
    margin-left: 1.5%;
  }
  header div.nav-area nav.nav-wrap{
    left: 0;
    top: 0;
    display: none;
    z-index: -1;
    background: rgba(255,255,255,1);
    width: 100%;
    height: 100%;
    position: fixed;
  }
  header div.nav-area nav.nav-wrap div.nav-screen{
    display: block;
    margin-top: 10rem;    
  }
  header div.nav-area nav.nav-wrap div.nav-screen ul.nav{
    position: relative;
    margin: 0 auto;
    width: 94%;
    display: block;
  }
  header div.nav-area nav.nav-wrap div.nav-screen ul.nav li{
    margin-right: 0;
    margin-bottom: 1.2rem;
    padding-bottom: 1.2rem;
    display: block;
    width: 100%;
    border-bottom: 1px dotted #035E35;
  }
  header div.nav-area nav.nav-wrap div.nav-screen ul.nav li a {
    font-size: 1.6rem;
    transition: .5s;
    display: block;
    color: #035E35;
    font-weight: bold;
    text-shadow: none;
  }
  header div.nav-area nav.nav-wrap div.nav-screen ul.nav li.service{
    padding-bottom: 0;
  }
  header div.nav-area nav.nav-wrap div.nav-screen ul.nav li.service ul{
    display: block;
    position: relative;
    width: 100%;
    border: none;
    padding: 0;
    left: 0;
    margin-top: 0.7rem;
    border-top: none;
    border-radius: 0;
  }
  header div.nav-area nav.nav-wrap div.nav-screen ul.nav li.service ul li{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0.5rem;
    padding-left: 1.6rem;
  }
  header div.nav-area nav.nav-wrap div.nav-screen ul.nav li.service ul li:last-child{
    border-bottom: 0;
    padding-bottom: 1.5rem;
  }
  header div.nav-area nav.nav-wrap div.nav-screen ul.nav li.service ul li a{
    font-weight: normal;
    font-size: 1.5rem;
  }
  header div.nav-area nav.nav-wrap div.nav-screen ul.nav li.contact {
    margin-right: auto;
    margin-left: auto;
    width: 48rem;
    text-align: center;
    line-height: 2.4;
    margin-top: 5rem;
    margin-bottom: 2rem;
    border-bottom: none;
  }
  /* hamburger button */
  header div.nav-area a.nav_button{
    height: 22px;
    position: absolute;
    right: 1.8%;
    top: 34px;
    width: 28px;
    z-index: 101;
  }
  header div.nav-area a.nav_button:hover{
    opacity: 0.6;
    transition: 0.6s;
    cursor: pointer;
  }
  header div.nav-area span.nav_line{
    background: #035E35;
    display: block;
    height: 2px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
  }
  header div.nav-area span.line_center{
    top: 10px;
  }
  header div.nav-area span.line_bottom{
    bottom: 0;
  }
  header div.nav-area span.line_top.active{
    top: 10px;
    transform: rotate(45deg);
  }
  header div.nav-area span.line_center.active{
    transform:scaleX(0);
  }
  header div.nav-area span.line_bottom.active{
    bottom: 10px;
    transform: rotate(135deg);
  }
  header.top-head.fixed div.nav-area span.nav_line{
    background: #035E35;
  }
}
@media print, screen and (max-width: 767px){
  header.top-head{
    height: 8rem;
  }
  header div.logo-area{
    margin-left: 2.5%;
  }
  header div.logo-area a{
    width: 240px;
    height: 46px;
  }
  header div.nav-area nav.nav-wrap div.nav-screen ul.nav li.contact {
    width: 20rem;
  }
  /* hamburger button */
  header div.nav-area a.nav_button{
    top: 30px;
    right: 3%;
  }
  /* Fixed */
  header.top-head.fixed{
    height: 8rem;
  }
  header.top-head.fixed div.logo-area a{
    width: 240px;
    height: 46px;
    margin-left: 2.5%;
  }
}
@media print, screen and (max-width: 560px){
  header div.logo-area{
    margin-left: 3%;
  }
  header div.nav-area a.nav_button{
    right: 3.5%;
  }
}

/* mainvisualSec
-------------------------------------------------- */
section.mainvisualSec{
  background: url(../img/top/mainvisual.jpg) center top / cover no-repeat;
  width: 100%;
  height: calc(100vh - 9rem);
  position: relative;
}
section.mainvisualSec div.copy-area{
  position: absolute;
  top: 50%;
  left: 10rem;
  transform: translateY(-50%);
  z-index: 1;
  letter-spacing: -0.01em;
}
section.mainvisualSec p.hero-start{
  color: #000;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 3rem;
  margin-left: 0.8rem;
  text-shadow: 1px 1px 1px #fff;
}
section.mainvisualSec p.service-title{
  color: #035E35;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  margin-left: 0.8rem;
  text-shadow: 1px 1px 1px #fff;
}
section.mainvisualSec div.copy-area h2.service-name{
  color: #035E35;
  font-size: 7.6rem;
  font-weight: 900;
  line-height: 1.05;
  margin-bottom: 3rem;
  text-shadow: 1px 1px 1px #fff;
}
section.mainvisualSec div.copy-area ul li{
  color: #000;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.8;
  position: relative;
  margin-left: 1rem;
  text-shadow: 1px 1px 1px #fff;
}
section.mainvisualSec div.copy-area ul li span.list{
  color: #035E35;
  margin-right: 0.5rem;
}
section.mainvisualSec div.copy-area ul li span.marker{
  background: linear-gradient(transparent 50%, #F8FF8D 0%);
}
section.mainvisualSec div.button-area{
  width: 30rem;
}
section.mainvisualSec div.button-area a.button{
  width: 30rem;
  height: 5.8rem;
  line-height: 5.4rem;
  font-size: 1.8rem;
  background: #035E35;
  border: 1px solid #035E35;
  color: #fff;
  font-weight: bold;
}
section.mainvisualSec div.button-area a.button:hover{
  background: #fff;
  color: #035E35;
}
@media print, screen and (max-width: 1280px) {
  section.mainvisualSec div.copy-area{
    top: 52%;
    left: 5%;
    transform: translateY(-48%);
  }
  section.mainvisualSec p.hero-start{
    font-size: 2.0rem;
    margin-bottom: 2.5rem;
  }
  section.mainvisualSec p.service-title{
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }
  section.mainvisualSec div.copy-area h2.service-name{
    font-size: 6.6rem;
    line-height: 1.0;
    margin-bottom: 2rem;
  }
  section.mainvisualSec div.copy-area ul li{
    color: #000;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.8;
    position: relative;
    margin-left: 1rem;
    text-shadow: 1px 1px 1px #fff;
  }
  section.mainvisualSec div.copy-area ul li span.list{
    color: #035E35;
    margin-right: 0.5rem;
  }
  section.mainvisualSec div.copy-area ul li span.marker{
    background: linear-gradient(transparent 50%, #F8FF8D 0%);
  }
  section.mainvisualSec div.button-area{
    width: 26rem;
    margin: 3rem auto 0;
  }
  section.mainvisualSec div.button-area a.button{
    width: 26rem;
    height: 5.8rem;
    line-height: 5.4rem;
    font-size: 1.8rem;
    background: #035E35;
    border: 1px solid #035E35;
    color: #fff;
    font-weight: bold;
  }
}
@media print, screen and (max-width: 767px) {
  section.mainvisualSec{
    background: url(../img/top/mainvisual_sp.jpg) center top / cover no-repeat;
    height: calc(100vh - 8rem);
  }
  section.mainvisualSec::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 8rem);
    background: rgba(0, 0, 0, 0.1) !important;
  }
  section.mainvisualSec div.copy-area{
    left: 3%;
    top: 60%;
    transform: translateY(-40%);
  }
  section.mainvisualSec p.hero-start{
    color: #fff;
    font-size: 2.2rem;
    line-height: 1.4;
    text-shadow: 1px 1px 1px #000;
  }
  section.mainvisualSec p.service-title{
    color: #fff;
    font-size: 1.6rem;
    text-shadow: 1px 1px 1px #000;
  }
  section.mainvisualSec div.copy-area h2.service-name{
    color: #035E35;
    font-size: 7rem;
    font-weight: 900;
    line-height: 1.05;
    margin-bottom: 3rem;
    text-shadow: 1px 1px 2px #fff;
  }
  section.mainvisualSec div.copy-area ul li{
    font-size: 1.6rem;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
  }
  section.mainvisualSec div.copy-area ul li span.list{
    color: #fff;
  }
  section.mainvisualSec div.copy-area ul li span.marker{
    background: inherit;
  }
  section.mainvisualSec div.button-area{
    width: 24rem;
  }
  section.mainvisualSec div.button-area a.button{
    width: 24rem;
    height: 5.6rem;
    line-height: 5.2rem;
    font-size: 1.6rem;
  }
}
@media print, screen and (max-width: 560px) {
  section.mainvisualSec p.hero-start{
    font-size: 4.6vw;
    margin-bottom: 7%;
  }
  section.mainvisualSec p.service-title{
    font-size: 3.2vw;
    margin-bottom: 2%;
  }
  section.mainvisualSec div.copy-area h2.service-name{
    font-size: 13.6vw;
    margin-bottom: 7%;
  }
  section.mainvisualSec div.copy-area ul li{
    font-size: 3vw;
  }
  section.mainvisualSec div.button-area{
    margin: 10% auto 0;
  }
}

/* button
-------------------------------------------------- */
div.button-area{
  width: 22rem;
  margin: 5rem auto 0;
}
a.button,
input[type="submit"] {
  display: inline-block;
  text-align: center;
  outline: none;
  font-size: 1.5rem;
  background: #f00f1d;
  border-radius: 5rem;
  border: 1px solid #f00f1d;
  width: 22rem;  
  height: 5.2rem;
  line-height: 5.0rem;
  color: #fff;
  position: relative;
  cursor: pointer;
}
a.button:hover,
input[type="submit"]:hover{
  background: #fff;
  color: #f00f1d;
  transition: .6s;
}
@media print, screen and (max-width: 767px) {
  a.button {
    font-size: 1.4rem;
  }
}

#about:before,
#feature:before,
#price:before,
#flow:before,
#vision:before {
  content: "";
  margin-top: -10rem;
  height: 10rem;
  display: block;
  visibility: hidden;
}

/* troubleSec
-------------------------------------------------- */
section.troubleSec{
  padding: 10rem 0;
  background: rgba(3, 94, 53, 0.1);
}
section.troubleSec p.lead{
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.0;
  margin-bottom: 5rem;
}
section.troubleSec div.wrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
section.troubleSec div.wrap div.box{
  width: 32%;
  padding: 5rem 3rem;
  background: #fff;
  border-radius: 1.5rem;
}
section.troubleSec div.wrap div.box h4{
  font-size: 2.0rem;
  text-align: center;
  color: #035E35;
  line-height: 1.4;
  margin-bottom: 2rem;
}
section.troubleSec div.wrap div.box div.img{
  margin-bottom: 1rem;
}
section.troubleSec div.wrap div.box p.p-txt{
  font-size: 1.6rem;
}
@media print, screen and (max-width: 960px) {
  section.troubleSec div.wrap div.box{
    width: 49%;
  }
  section.troubleSec div.wrap div.box.b01,
  section.troubleSec div.wrap div.box.b02{
    margin-bottom: 2rem;
  }
}
@media print, screen and (max-width: 767px) {
  section.troubleSec div.wrap{
    display: block;
  }
  section.troubleSec div.wrap div.box{
    width: 100%;
    padding: 3rem 2rem;
  }
  section.troubleSec div.wrap div.box.b01,
  section.troubleSec div.wrap div.box.b02{
    margin-bottom: 1.5rem;
  }
  section.troubleSec div.wrap div.box h4{
    margin-bottom: 1.5rem;
  }
  section.troubleSec div.wrap div.box p.p-txt {
    font-size: 1.5rem;
  }
}

/* aboutSec
-------------------------------------------------- */
section.aboutSec{
  margin-top: 12rem;
}
section.aboutSec p.lead{
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.0;
  margin-bottom: 5rem;
  text-align: center;
}
section.aboutSec div.aboutwrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
section.aboutSec div.aboutwrap div.box{
  width: 23.5%;
  padding: 3rem;
  background: #fff;
  border-radius: 1.5rem;
  border: 1px solid #CCC;
}
section.aboutSec div.aboutwrap div.box.b01,
section.aboutSec div.aboutwrap div.box.b02,
section.aboutSec div.aboutwrap div.box.b03,
section.aboutSec div.aboutwrap div.box.b04{
  margin-bottom: 2rem;
}
section.aboutSec div.aboutwrap div.box.blank{
  padding: 0;
  margin-bottom: 0;
  border: none;
}
section.aboutSec div.aboutwrap div.box div.img{
  margin-bottom: 2rem;
}
section.aboutSec div.aboutwrap div.box div.img i {
  font-size: 5rem;
  color: #035E35;
  display: block;
  text-align: center;
}
section.aboutSec div.aboutwrap div.box h4{
  font-size: 1.8rem;
  text-align: center;
  color: #035E35;
  line-height: 1.4;
  margin-bottom: 2rem;
}
section.aboutSec div.aboutwrap div.box p.p-txt{
  font-size: 1.5rem;
  line-height: 1.8;
}
@media print, screen and (max-width: 960px) {
  section.aboutSec div.aboutwrap div.box{
    width: 32%;
    padding: 3rem 2rem;
  }
  section.aboutSec div.aboutwrap div.box.b05,
  section.aboutSec div.aboutwrap div.box.b06{
    margin-bottom: 2rem;
  }
}
@media print, screen and (max-width: 767px) {
  section.aboutSec{
    margin-top: 10rem;
  }
  section.aboutSec p.lead{
    text-align: left;
    font-size: 1.5rem;
    margin-bottom: 3.5rem;
  }
  section.aboutSec div.aboutwrap div.box{
    width: 49%;
  }
  section.aboutSec div.aboutwrap div.box.b01,
  section.aboutSec div.aboutwrap div.box.b02,
  section.aboutSec div.aboutwrap div.box.b03,
  section.aboutSec div.aboutwrap div.box.b04,
  section.aboutSec div.aboutwrap div.box.b05,
  section.aboutSec div.aboutwrap div.box.b06{
    margin-bottom: 1.5rem;
  }
  section.aboutSec div.aboutwrap div.box h4{
    margin-bottom: 1.5rem;
  }
}
@media print, screen and (max-width: 560px) {
  section.aboutSec div.aboutwrap{
    display: block;
  }
  section.aboutSec div.aboutwrap div.box{
    width: 100%;
  }
  section.aboutSec div.aboutwrap div.box.b07{
    margin-bottom: 1.5rem;
  }
}

/* differentSec
-------------------------------------------------- */
section.differentSec{
  margin-top: 12rem;
  padding: 10rem 0;
  background: rgba(3, 94, 53, 0.05);
}
section.differentSec p.lead{
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.0;
  margin-bottom: 5rem;
}
section.differentSec div.table-wrap{
  margin-bottom: 5rem;
}
section.differentSec div.table-wrap table{
  width: 100%;
  border-collapse: collapse;
  padding: 2rem;
}
section.differentSec div.table-wrap table tr th:first-child {
  border-top-left-radius: 1.5rem;
}
section.differentSec div.table-wrap table tr th:last-child {
  border-top-right-radius: 1.5rem;
}
section.differentSec div.table-wrap table tr:last-child td:last-child {
  border-bottom-right-radius: 1.5rem;
}
section.differentSec div.table-wrap table tr:last-child td:first-child {
  border-bottom-left-radius: 1.5rem;
}
section.differentSec div.table-wrap table th{
  background: #035E35;
  color: #fff;
  text-align: left;
  font-size: 1.8rem;
  padding: 2rem 1.5rem 2rem;
}
section.differentSec div.table-wrap table th.ttl,
section.differentSec div.table-wrap table td.ttl{
  width: 30%;
  text-align: left;
  font-weight: bold;
  padding: 2rem 1.5rem 2rem;
}
section.differentSec div.table-wrap table td.ttl{
  color: #035E35;
}
section.differentSec div.table-wrap table td{
  width: 35%;
  background: #fff;
  text-align: left;
  padding: 2rem 1.5rem;
  line-height: 1.4;
  font-size: 1.6rem;
  border-bottom: 1px dotted #035E35;
}
section.differentSec div.table-wrap table tr.tr05 td{
  border-bottom: none;
  padding: 2rem 1.5rem 2.5rem;
}
section.differentSec p.diff-note{
  font-size: 2rem;
  line-height: 1.8;
  font-weight: bold;
  text-align: center;
  color: #035E35;
}
@media print, screen and (max-width: 960px) {
  section.differentSec div.table-wrap table th.ttl,
  section.differentSec div.table-wrap table td.ttl{
    width: 25%;
  }
  section.differentSec div.table-wrap table td{
    width: 37.5%;
  }
}
@media print, screen and (max-width: 767px) {
  section.differentSec div.table-wrap{
    overflow-x: scroll;
  }
  section.differentSec p.lead{
    font-size: 1.6rem;
    margin-bottom: 3.5rem;
  }
  section.differentSec div.table-wrap table{
    width: 80rem;
  }
  section.differentSec div.table-wrap table th{
    font-size: 1.6rem;
  }
  section.differentSec div.table-wrap table td{
    font-size: 1.5rem;
  }
  section.differentSec p.diff-note{
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
  section.differentSec p.diff-note.btm{
    margin-bottom: 0;
  }
}

/* priceSec
-------------------------------------------------- */
section.priceSec{
  margin-top: 12rem;
}
section.priceSec div.price-plan ul.wrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
section.priceSec div.price-plan ul.wrap li.box{
  width: 24%;
  padding: 3rem 1.5rem;
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #a9d1bf;
}
section.priceSec div.price-plan ul.wrap li.box h4{
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.25;
  margin-bottom: 1.5rem;
}
section.priceSec div.price-plan ul.wrap li.box p.service{
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 2rem;
  background: #035E35;
  padding: 1rem 0.5rem 1rem;
  border-radius: 0.5rem;
}
section.priceSec div.price-plan ul.wrap li.box p.price{
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 1.5rem;
  color: #f00f1d;
}
section.priceSec div.price-plan ul.wrap li.box p.price span{
  font-size: 1.5rem;
  font-weight: normal;
  color: #000;
}
section.priceSec div.price-plan ul.wrap li.box ul.feat li{
  list-style-type: disc;
  margin-left: 2.1rem;
  font-size: 1.4rem;
}
section.priceSec div.price-plan ul.wrap li.box p.desc{
  font-size: 1.4rem;
  line-height: 1.8;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px dotted #888;
}
section.priceSec div.all-plan{
  margin: 2rem auto 0;
  width: 100%;
  padding: 3rem;
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #a9d1bf;
}
section.priceSec div.all-plan div.wrap{
  display: flex;
  justify-content: center;
}
section.priceSec div.all-plan h4{
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.3;
  margin-bottom: 1.5rem;
}
section.priceSec div.all-plan ul li{
  font-size: 1.6rem;
  line-height: 2;
  position: relative;
}
section.priceSec div.all-plan ul li::before{
  content: '';
  display: block;
  position: absolute;
  top: 1.2rem;
  left: -2rem;
  width: 1rem;
  height: 0.5rem;
  border-left: 3px solid #f00f1d;
  border-bottom: 3px solid #f00f1d;
  transform: rotate(-45deg);
}
section.priceSec div.button-area{
  width: 26rem;
}
section.priceSec div.button-area a.button{
  width: 26rem;
  background: #035E35;
  border: 1px solid #035E35;
}
section.priceSec div.button-area a.button:hover{
  background: #fff;
  color: #035E35;
}
@media print, screen and (max-width: 1024px) {
  section.priceSec div.price-plan ul.wrap li.box{
    width: 49%;
  }
  section.priceSec div.price-plan ul.wrap li.box.b01,
  section.priceSec div.price-plan ul.wrap li.box.b02{
    margin-bottom: 2%;
  }
  section.priceSec div.all-plan{
    margin: 2% auto 0;
  }
}
@media print, screen and (max-width: 767px) {
  section.priceSec{
    margin-top: 10rem;
  }
  section.priceSec div.price-plan ul.wrap{
    display: block;
  }
  section.priceSec div.price-plan ul.wrap li.box{
    width: 100%;
    padding: 3rem 2rem;
  }
  section.priceSec div.price-plan ul.wrap li.box.b01,
  section.priceSec div.price-plan ul.wrap li.box.b02,
  section.priceSec div.price-plan ul.wrap li.box.b03{
    margin-bottom: 1.5rem;
  }
  section.priceSec div.price-plan ul.wrap li.box h4{
    font-size: 2.2rem;
  }
  section.priceSec div.price-plan ul.wrap li.box p.price{
    font-size: 2.4rem;
  }
  section.priceSec div.all-plan{
    width: 100%;
    padding: 3rem 2rem;
    margin: 1.5rem auto 0;
  }
  section.priceSec div.all-plan div.wrap{
    display: flex;
    justify-content: center;
  }
  section.priceSec div.all-plan h4{
    text-align: center;
    font-size: 2.2rem;
    line-height: 1.3;
    margin-bottom: 2rem;
  }
  section.priceSec div.all-plan ul li{
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1rem;
    margin-left: 2rem;
  }
  section.priceSec div.all-plan ul li:last-child{
    margin-bottom: 0;
  }
  section.priceSec div.all-plan ul li::before{
    top: 0.8rem;
  }
}


/* flowSec
-------------------------------------------------- */
section.flowSec{
  margin-top: 12rem;
  padding: 10rem 0;
  background: rgba(3, 94, 53, 0.05);
}
section.flowSec p.lead{
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.0;
  margin-bottom: 5rem;
}
section.flowSec div.flowwrap{
  display: flex;
  justify-content: space-between;
}
section.flowSec div.flowwrap div.box{
  width: 18%;
  background: #fff;
  border-radius: 1.5rem;
  padding: 3rem 1.5rem;
}
section.flowSec div.flowwrap div.box p.step-num{
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 3rem;
  color: #035E35;
}
section.flowSec div.flowwrap div.box h4{
  font-size: 1.6rem;
  line-height: 1.3;
  margin-bottom: 3rem;
  text-align: center;
}
section.flowSec div.flowwrap div.box p.p-txt{
  line-height: 1.8;
}
section.flowSec div.flowwrap div.arr{
  margin-top: 15rem;
}
section.flowSec div.flowwrap div.arr i{
  color: #035E35;
}
@media print, screen and (max-width: 960px) {
  section.flowSec{
    margin-top: 10rem;
  }
  section.flowSec p.lead{
    font-size: 1.6rem;
    margin-bottom: 3.5rem;
  }
  section.flowSec div.flowwrap{
    display: block;
  }
  section.flowSec div.flowwrap div.box{
    width: 100%;
  }
  section.flowSec div.flowwrap div.box p.step-num{
    margin-bottom: 2rem;
  }
  section.flowSec div.flowwrap div.box h4{
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
  section.flowSec div.flowwrap div.box p.p-txt{
    text-align: center;
  }
  section.flowSec div.flowwrap div.arr{
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
    width: 2.4rem;
  }
  section.flowSec div.flowwrap i {
    font-size: 2.4rem;
    transform: rotate(90deg);
  }
}
@media print, screen and (max-width: 767px) {
  section.flowSec div.flowwrap div.box{
    padding: 3rem 2rem;
  }
}

/* visionSec
-------------------------------------------------- */
section.visionSec{
  margin-top: 12rem;
}
section.visionSec p.lead{
  font-size: 1.8rem;
  line-height: 2.5;
  text-align: center;
}
section.visionSec p.lead.btm{
  margin-bottom: 3rem;
}
section.visionSec p.lead span.marker{
  background: linear-gradient(transparent 50%, #F8FF8D 0%);
}
section.visionSec div.wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 7rem;
}
section.visionSec div.box{
  width: 49%;
  margin-bottom: 2rem;
  border: 1px solid #035E35;
  padding: 3.5rem 3rem;
  border-radius: 1.5rem;
}
section.visionSec div.box h4{
  font-size: 2.0rem;
  line-height: 1.6;
  font-weight: bold;
  color: #035E35;
  text-align: center;
  margin-bottom: 1.5rem;
}
section.visionSec div.box div.img{
  width: 18rem;
  margin: 0 auto 2rem;
}
section.visionSec div.box p{
  font-size: 1.6rem;
  line-height: 2.0;
}
section.visionSec p.closing{
  margin-top: 5rem;
  text-align: center;
  font-size: 2rem;
  line-height: 1.8;
  font-weight: bold;
  color: #035E35;
}
@media print, screen and (max-width: 767px) {
  section.visionSec{
    margin-top: 10rem;
  }
  section.visionSec p.lead{
    font-size: 1.6rem;
  }
  section.visionSec p.lead.btm{
    margin-bottom: 2rem;
    line-height: 2.2;
  }
  section.visionSec p.lead.spbtm{
    margin-bottom: 2rem;
  }
  section.visionSec div.wrap{
    display: block;
    margin-top: 3.5rem;
  }
  section.visionSec div.box{
    width: 100%;
    padding: 3rem 2rem;
    margin-bottom: 1.5rem;
  }
  section.visionSec div.box h4{
    line-height: 1.5;
  }
  section.visionSec div.box p{
    font-size: 1.5rem;
  }
  section.visionSec p.closing{
    font-size: 1.8rem;
  }
}

/* ctaSec
-------------------------------------------------- */
section.ctaSec{
  margin-top: 12rem;
  padding: 10rem 0;
  background: rgba(240,15,29, 0.05);
}
section.ctaSec p.lead{
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: bold;
  color: #000;
  margin-bottom: 3rem;
}
section.ctaSec p.lead.btm{
  margin-bottom: 0;
}
section.ctaSec div.button-area{
  width: 30rem;
}
section.ctaSec div.button-area a.button{
  width: 30rem;
  font-size: 2.0rem;
  font-weight: bold;
  height: 6.8rem;
  line-height: 6.4rem;
  background-color: #f00f1d;
  border: 1px solid #f00f1d;
  color: #fff;
}
section.ctaSec div.button-area a.button:hover{
  background-color: #fff;
  color: #f00f1d;
}
@media print, screen and (max-width: 767px) {
  section.ctaSec{
    margin-top: 10rem;
  }
  section.ctaSec p.lead{
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
  section.ctaSec div.button-area{
    width: 26rem;
  }
  section.ctaSec div.button-area a.button{
    width: 26rem;
    font-size: 1.8rem;
    height: 6.4rem;
    line-height: 6.0rem;
  }
}

/* footer
-------------------------------------------------- */
footer{
  background: #035E35;
  padding: 7rem 0;
}
footer div.footerwrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;  
}
footer div.footerwrap div.footer-left div.logo{
  width: 27rem;
}
footer div.footerwrap div.footer-left div.copyright p{
  color: #fff;
  font-size: 1.3rem;
  margin-top: 1.5rem;
  margin-left: 0.5rem;
}
footer div.footerwrap div.footer-right ul.footernav{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
}
footer div.footerwrap div.footer-right ul.footernav li{
  margin-right: 3.5rem;
}
footer div.footerwrap div.footer-right ul.footernav li a{
  color: #fff;
  font-size: 1.5rem;
  text-decoration: underline;
}
footer div.footerwrap div.footer-right ul.footernav li a:hover{
  opacity: 0.4;
  transition: 0.6s;
}
footer div.footerwrap div.footer-right ul.footernav li:last-child{
  margin-right: 0;
}
@media print, screen and (max-width: 960px) {
  footer{
    padding: 5rem 0;
  }
  footer div.footerwrap{
    display: block;
  }
  footer div.footerwrap div.footer-left div.logo{
    width: 24rem;
  }
  footer div.footerwrap div.footer-left div.copyright p{
    color: #fff;
    font-size: 1.2rem;
    margin-top: 1rem;
  }
  footer div.footerwrap div.footer-right{
    margin-top: 2.5rem;
  }
  footer div.footerwrap div.footer-right ul.footernav{
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
  }
}
@media print, screen and (max-width: 767px) {
  footer div.footerwrap div.footer-right ul.footernav li a{
    font-size: 1.4rem;
  }
  footer div.footerwrap div.footer-right {
    margin-top: 3rem;
  }
  footer div.footerwrap div.footer-right ul.footernav{
    display: block;
  }
  footer div.footerwrap div.footer-right ul.footernav li{
    margin-bottom: 1.2rem;
    margin-right: 0;
  }
  footer div.footerwrap div.footer-right ul.footernav li:last-child{
    margin-bottom: 0;
  }
}

/* fadein */
.fadein {
  opacity : 0;
  transition: 1.2s;
  transform : translate(0, 30px);
}
.fadein.scrollin {
  opacity : 1;
  transform : translate(0, 0);
}