@charset "utf-8";
/*---base---*/
html{
  font-size: 62.5%;
}
img{
  margin: 0;
  width: 100%;
}
body{
  text-align: center;
  color: #333;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 140%;
  padding-top: 50px;
  box-sizing: border-box;
  counter-reset: number 0;
}
@media(max-width:677px){
  body{
    padding-bottom: 50px;
  }
}
@media(max-width:360px){
  body{
    padding-bottom: 112px;
  }
}
ul{
  list-style: none;
  padding: 0;
}
a{
  text-decoration: none;
}
.section__wrapper{
  padding: 50px 100px;
  max-width: 1200px;
  margin: auto;
}
@media(max-width: 1024px){
  .section__wrapper{
    padding: 30px 5%;
  }
}
@media(max-width:677px){
  .section__wrapper{
    padding: 20px 5%;
  }
}
.br__spOnly{
  display: none;
}
@media(max-width: 667px){
  .br__pcOnly{
    display: none;
  }
  .br__spOnly{
    display: block;
  }
}
.clear::after{
  content: "";
  display: block;
  clear: both;
}
/*---header---*/
header{
  width: 100%;
  font-size: 0;
  line-height: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  position: fixed;
  top: 0;
  z-index: 1000;
  background-color: #fff;
}
.header__logo{
  margin: auto auto auto 100px;
  height: 100%;
}
.header-sp{
  display: none;
}
@media(max-width: 677px){
  .header__contact{
    display: none;
  }
  .header__logo{
    margin: 10px auto;
    background-color: #fff;
    padding: 0 5%;
  }
  .header-sp{
    display: flex;
    position: fixed;
    justify-content: space-between;
    flex-wrap: wrap;
    bottom: 0;
    width: 100%;
  }
  .header-sp__tel-bt,
  .header-sp__online-bt{
    display: inline-block;
    height: 56px;
    width: 50%;
    min-width: 164.56px;
  }
  .header-sp__tel-bt{
    background-color: #198563;
  }
  .header-sp__online-bt{
    background-color: #cc4343;
  }
  .header-sp__tel-bt img,
  .header-sp__online-bt img{
    height: 100%;
    width: auto;
    max-width: 100%;
  }
}
@media(max-width: 360px){
  .header-sp__tel-bt,
  .header-sp__online-bt{
    width: 100%;
  }
}
/*---main---*/
#mainVisual{
  background: url(../images/main_bg.png) no-repeat center bottom;
  background-size: cover;
  padding: 0 100px;
  position: relative;
}
.mainVisual__wrapper{
  margin: 0;
}
.mainVisual__pic{
  padding-top: 50px;
}
.mainVisual__pic img{
  display: block;
  width: 80%;
  margin: 0 14% 0 auto ;
}
.mainVisual__bn{
  position: absolute;
  width: 18%;
  right: 2%;
  bottom: 1%;
  position: fixed;
  z-index: 1001;
  transition: 0.6s;
}
.mainVisual__bn.small{
  width: 15%;
  right: 0%;
  bottom: -1%;
}
.mainVisual-sp{
  display: none;
}
@media(max-width: 677px){
  #mainVisual{
    padding: 0 3%;
  }
  .mainVisual__pic,
  .mainVisual__bn{
    display: none;
  }
  .mainVisual-sp{
    display: block;
    padding: 40px 0;
    margin: 0;
  }
}
/*---section__title---*/
.section__title{
  height: 45px;
  margin: 0 auto 50px;
}
.section__title-sp{
  display: none;
}
.section__title img{
  height: 100%;
  width: auto;
  margin: auto;
}
.section__titleText{
  font-size: 3.0rem;
  color: #fff;
  margin: 0;
}
@media(max-width:1024px){
  .section__title{
    margin: 0 auto 30px;
  }
  .section__titleText{
    font-size: 2.0rem;
    line-height: 140%;
  }
}
@media(max-width: 677px){
  .section__title{
    height: 28px;
    margin: 0 auto 20px;
  }
  .section__title.section__title-2line{
    height: 47px;
  }
  .section__title-pc{
    display: none;
  }
  .section__title-sp{
    display: block;
  }
}
/*---service---*/
.serviceItem__wrapper{
  display: flex;
  justify-content: space-between;
}
.serviceItem{
  width: 47.2%;
}
.serviceItem__header{
  height: 70px;
  border: solid 5px #198563;
  font-size: 0;
}
.serviceItem__namber,
.serviceItem__title{
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  line-height: 62px;
}
.serviceItem__namber{
  height: 100%;
  width: 80px;
  color: #fff;
  font-size: 4.0rem;
  background-color: #198563;
  position: relative;
  float: left;
}
.serviceItem__namber::before{
  content: "";
  display:block;
  position: absolute;
  top: -1px;
  left: 80px;
  margin: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 38px 0 38px 30px;
  border-color: transparent transparent transparent #198563;
}
.serviceItem__title{
  width: calc(100% - 80px);
  font-size: 2.4rem;
}
.serviceItem__content{
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: #d6d8df;
  padding: 30px 50px 50px;
}
.serviceItem__text{
  margin: 0;
  text-align: justify;
  margin-bottom: 25px;
}
@media(max-width: 1024px) {
  .serviceItem__header{
    height: 50px;
  }
  .serviceItem__title,
  .serviceItem__namber{
    line-height: 48px;
  }
  .serviceItem__title{
    font-size: 1.6rem;
    width: calc(100% - 50px);
  }
  .serviceItem__namber::before{
  border-width: 28px 0 28px 20px;
  top: -2px;
  left: 50px;
  }
  .serviceItem__namber{
    height: 100%;
    width: 50px;
    font-size: 2.4rem;
  }
  .serviceItem__content{
    padding: 15px 20px 20px;
  }
  .serviceItem__text{
    font-size: 1.4rem;
  }
}
@media(max-width: 667px){
  .serviceItem__wrapper{
    display: block;
}
.serviceItem{
  width: 100%;
  margin-bottom: 20px;
}
.serviceItem:last-child{
  margin-bottom: 0;
}
.serviceItem__content{
  padding: 15px;
}
}
/*---solution---*/
.solution__header{
  background-color: #1c9d74;
  width: 100%;
  padding: 30px 0;
}
.solution__subtitle{
  margin: 0;
}
.solution__subtitle{
  display: inline-block;
  font-size: 2.0rem;
  font-weight: bold;
  color: #1c9d74;
  background-color: #fff330;
  padding: 16px 35px;
  border-radius: 10px;
  position: relative;
  margin-bottom: 20px;
}
.solution__subtitle::after{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 11px 0 11px;
  border-color: #fff530 transparent transparent transparent;
  position: absolute;
  bottom: -12px;
  left: calc(50% - 8px);
}
.solutionItem__wrapper{
  background-color: #bce7d9;
}
.solutionItem{
  border: solid 6px #1c9d74;
  background-color: #fff;
  padding: 50px;
  margin-bottom: 30px;
  position: relative;
  display: flex;
  justify-content: space-between;
  text-align: justify;
}
.solutionItem:last-child{
  margin-bottom: 0;
}
.solutionItem::before{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 48px 48px 0 0;
  border-color: #1c9d74 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.solutionItem__title{
  font-size: 1.8rem;
  font-weight: bold;
  color: #1c9d74;
  margin: auto 0;
  width: 30%;
  height: 100%;
  position: relative;
  line-height: 170%;
}
.solutionItem__title::after{
  content: "";
  width: 23px;
  height: 89px;
  background: url(../images/solution_arrow.png);
  position: absolute;
  top: calc(50% - 44px);
  right: -20%;
}
@media all and (-ms-high-contrast: none) {
  .solutionItem__title::after{
    right: -11%;
  }
}
.solutionItem__text{
  margin: 0;
  width: 60%;
}
@media(max-width: 1024px){
  .solution__header{
    padding: 20px 0;
  }
  .solution__subtitle{
    font-size: 1.6rem;
    padding: 4px 15px;
    margin-bottom: 10px;
  }
  .solution__subtitle::after{
    bottom: -7px;
    border-width: 8px 8px 0 8px;
  }
  .solutionItem{
    padding: 20px;
    margin-bottom: 20px;
    display: block;
    text-align: center;
  }
  .solutionItem::before{
      border-width: 30px 30px 0 0;
  }
  .solutionItem__title{
    width: 100%;
    line-height: 140%;
    text-align: justify;
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
  .solutionItem__title::after{
    display: none;
  }
  .solutionItem__text{
    text-align: justify;
    width: 100%;
    font-size: 1.4rem;
  }
}
/*---contact---*/
#contact{
  background-color: #edf0f3;
  position: relative;
}
#contact::before{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 150px 0 150px;
  border-color: #1c9d74 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: calc(50% - 150px);
}
.contact__title{
  font-size: 3.0rem;
  margin: 30px 0 14px;
}
.contact__subTitle{
  margin: 0 0 30px;
}
.contactItem__wrapper{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.contactItem{
  width: calc(33.33% - 2px);
  margin-right: 2px;
  background: #FFFFFF;
}
.contactItem a{
  padding: 30px 0;
  display: block;
  color: #25292f;
  transition: all .4s;
}
.contactItem a:hover{
  background: #e1f9f1;
}
.contactItem a:hover .contactItem__btn{
  background: #19795a;
}
.contactItem__title{
  display: inline-block;
  font-weight: bold;
  border-bottom: 2px solid #25292f;
  margin: 0 0 12px;
}
.contact__tel{
  height: 30px;
  width: auto;
}
.contactItem__time{
  width: 100%;
  font-size: 1.3rem;
  margin: 0;
}
.contactItem__btn{
  display: inline-block;
  color: #fff;
  background-color: #21b082;
  font-size: 1.6rem;
  padding: 17px 30px 17px 30px;
  border-radius: 27px;
  transition: all .4s;
}
.contactItem__btn i{
  display: inline-block;
  width: 20px;
  height: 15px;
  background: url(../images/mail_icon.png) no-repeat center center;
  background-size: contain;
  vertical-align: -2px;
}
@media(max-width: 1024px){
  #contact::before{
    border-width: 30px 100px 0 100px;
    left: calc(50% - 100px);
  }
  .contact__title{
    font-size: 2.0rem;
  }
  .contact__subTitle{
    font-size: 1.4rem;
  }
  .contactItem{
    width: 100%;
    margin-bottom: 2px;
  }
  .contactItem a{
    padding: 20px 0;
  }
}
@media(max-width: 677px){
  #contact::before{
    border-width: 20px 80px 0 80px;
    left: calc(50% - 80px);
  }
  .contactItem a{
    padding: 15px 0;
  }
  .contact__title{
    margin: 20px 0 7px;
  }
  .contact__subTitle{
    margin: 0 0 10px;
  }
}
/*---saleFlow---*/
.saleFlow-item_wrapper{
  display: flex;
  justify-content: space-between;
}
.saleFlow-item{
  width: calc(33.33% - 8%);
}
.saleFlow-item__arrow{
  width: 8%;
  position: relative;
}
.saleFlow-item__arrow::after{
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18.5px 0 18.5px 37px;
  border-color: transparent transparent transparent #cc4343;
  position: absolute;
  top: 30%;
  right: calc(50% - 18.5px);
}
.saleFlow-item p{
  margin: 5px 0 0;
}
.saleFlow-item:last-child::after{
  display: none;
}
@media(max-width: 768px){
  .saleFlow-item__arrow::after{
    border-width: 10px 0 10px 19px;
    top: 27%;
    right: calc(50% - 10px);
  }
  .saleFlow-item p{
    font-size: 1.4rem;
  }
}
@media(max-width: 677px){
  .saleFlow-item_wrapper{
    display: block;
  }
  .saleFlow-item{
    width: 90%;
    margin: 0 auto 25px;
  }
  .saleFlow-item:last-child{
    margin-bottom: 0;
  }
  .saleFlow-item__img{
    width: 50%;
  }
  .saleFlow-item__arrow::after{
    display: none;
  }
}
/*---policy---*/
.policyTitle__wrapper{
  background-color: #1c9d74;
  width: 100%;
  padding: 20px 0;
}
.policyItem__wrapper{
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: bold;
  font-style: normal;
  color: #1c9d74;
  background-color: #eceff6;
  border: solid 6px #1c9d74;
  border-top: none;
  padding: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.policyItem{
  background-color: #fff;
  width: calc(50% - 10px);
  margin: 0;
  position: relative;
  display: flex;
}
.policyItem:nth-child(-n+2){
  margin-bottom: 20px;
}
.policyItem__text{
  text-align: justify;
  padding: 20px 30px 20px 80px;
  margin: auto 0;
}
.policyItem::before{
  counter-increment: number 1;
  content: counter(number) " ";
  font-size: 4.0rem;
  position: absolute;
  left: 36px;
  top: calc(50% - 13px);
}
@media(max-width: 1024px){
  .policyItem__wrapper{
    display: block;
    padding: 30px;
  }
  .policyItem{
    margin-bottom: 20px;
    width: 100%;
  }
  .policyItem:last-child{
    margin-bottom: 0;
  }
}
@media(max-width: 677px){
  .policyItem__wrapper{
    padding: 20px;
  }
  .policyItem__text{
    padding: 7px 8px 7px 45px;
    font-size: 1.4rem;
  }
  .policyItem::before{
    font-size: 2.2rem;
    left: 19px;
    top: calc(50% - 13px);
  }
}
/*---price---*/
#price{
  background-color: #edf0f3;
}
.priceItem__wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.priceItem{
  width: calc(50% - 15px);
  margin-bottom: 30px;
}
@media(max-width: 677px){
  .priceItem__wrapper{
    display: block;
  }
  .priceItem{
    width: 100%;
    margin-bottom: 10px;
  }
}
/*---form---*/
/*.dl_contact{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: left;
  max-width: 800px;
  margin: 50px auto;

}
.dl_contact dt,
.dl_contact dd{
  margin: 0;
}
.dl_contact dt{
  width: 30%;
  font-weight: bold;
  vertical-align: middle;
  position: relative;
  box-sizing: border-box;
  padding: 14px 10px;
}
.dl_contact dt .required,
.dl_contact dt .non_required{
  position: absolute;
  font-size: 1.2rem;
  padding: 0 10px;
  right: 0;
  top: calc(50% - 1em);
}
.dl_contact dt .required{
  background-color: #ff0000;
  color: #fff;
}
.dl_contact dt .non_required{
  border: solid 1px #333;
}
.dl_contact dd{
  width: 70%;
}
.dl_contact dd select,
.dl_contact dd input{
  height: 40px;
  padding: 0 10px;
  margin: 5px;
  margin-left: 20px;
}
.dl_contact dd select{
  width: 300px;
}
.dl_contact dd input{
  width: 400px;
}
.dl_contact dd textarea{
  width: 100%;
  height: 150px;
    margin-left: 20px;
}*/
#msg{
  margin: 0 auto 50px;
  line-height: 170%;
  display: inline-block;
  padding: 30px 100px;
  border: 1px solid #FF0000;
  font-weight: bold;
  color: #ff0000;
}

.dl_contact{
  display: table;
  text-align: left;
  margin: 0 auto 50px;
  width: 100%;
  max-width: 900px;
}
.dl_contact dl{
  display: table-row;
}
.dl_contact dt,
.dl_contact dd{
  display: table-cell;
  vertical-align: middle;
  border-top: 1px solid #d6d8df;
  padding: 30px 0;
}
.dl_contact dt{
  font-weight: bold;
  padding: 10px;
  position: relative;
  width: 30%;
}
.dl_contact dd{
  width: 70%;
}
.dl_contact dt .required{
  position: absolute;
  font-size: 1.2rem;
  padding: 0 10px;
  right: 20px;
  top: auto;
  background-color: #ff0000;
  color: #fff;
}
.dl_contact dd select,
.dl_contact dd input{
  height: 40px;
  padding: 0 10px;
}
.dl_contact dd select{
  width: 300px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
.dl_contact dd input{
  width: 400px;
}
.dl_contact dd textarea{
  width: 100%;
  height: 150px;
  padding: 10px;
  box-sizing: border-box;
}
.dl_contact dd select,
.dl_contact dd input,
.dl_contact dd textarea{
  -webkit-appearance: none;
  border: 1px solid #d6d8df;
  background-color: #fff;
  border-radius: 0;
  box-shadow: none;
}
.dl_contact dd select:focus,
.dl_contact dd input:focus,
.dl_contact dd textarea:focus{
  outline: 0;
}
.btn_contact{
  padding: 15px 50px;
  border-radius: 30px;
  border: none;
  background-color: #21b082;
  color: #fff;
  font-size: 2.0rem;
  transition: all .4s;
  margin-top: 20px;
}
.btn_contact.gray{
  background-color: #666;
  margin-left: 10px;
}
.btn_contact:hover{
  background: #19795a;
}
.btn_contact.gray:hover{
  background-color: #c5c5c5;
}
.btn_contact:focus{
  outline: 0;
}
.conf__text{
  margin-bottom: 50px;
}
@media(max-width: 767px){
  #msg{
    margin: 0 auto 30px;
    line-height: 170%;
    padding: 10px 0;
    width: 100%;
    font-size: 1.4rem;
  }
  .dl_contact{
    display: block;
    margin: 0 auto;
  }
  .dl_contact dl{
    display: block;
    margin: 0;
  }
  .dl_contact dt,
  .dl_contact dd{
    display: block;
    width: 100%;
    margin: 0;
  }
  .dl_contact dt{
    padding: 10px 0;
  }
  .dl_contact dt .required{
    right: auto;
    margin-left: 10px;
  }
  .dl_contact dd{
    border-top: none;
    padding: 0 0 10px;
  }
  .dl_contact dd select,
  .dl_contact dd input{
    width: 100%;
    box-sizing: border-box;
  }
  .btn_contact.gray{
    margin-left: 0;
  }
  .conf__text{
    margin-bottom: 20px;
  }
}

/*---footer---*/
#footer{
  padding: 10px 0;
  background-color: #21b082;
  color: #fff;
}
