@charset "UTF-8";
@media screen and (min-width: 641px) {
:root {
  --contents-width: 1000px;
}
html{
  font-size: 10px;
}
body{

}
.forPc{
  display: inline-block;
}
.forSp{
  display: none;
}

/* ------------------------------
HEADER
------------------------------ */
header{
  background-color: #fff;
  height: auto;
  border-bottom:2px solid #EAED58;
}



.header__inner{
  width: var(--contents-width);
  padding: 0 20px;
  box-sizing: border-box;
  margin:0 auto;
  height: 82px;
  position: relative;
}


h1.header__logo{
  width: 256px;
  height: 76px;
  display: inline-block;
  margin: 0;
}
.header__right{
  display: inline-block;
  width: 600px;
  height: 40px;
  float: right;
  position: relative;
  top: 6px;
}

.header__right-list{
  text-align: right;
  margin: 0;
  padding: 0;
}

.header__right-list a{
  color: #07362D;
  text-decoration: none;
  font-size: 1.6rem;
}

.header__right-item{
    display: inline-block;
    margin-right: 34px;
    position: relative;
    top: -30px;
}

.header__right-btn{
  display: inline-block;
}

.header__right-btn a{
  display: inline-block;
  background-color: #EAED58;
  border: 1px solid #07362D;
  width: 120px;
  text-align: center;
  padding: 9px 0 2px;
  position: relative;
  box-sizing: border-box;
  top: -6px;
  text-decoration: none;
}

.header__right-btn a::before{
  content:"";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url("https://oyakata-plus.jp/wp/wp-content/themes/oyakata-plus/assets/img/icon_application.svg");
  margin: 0 auto;
  background-size: 40px;
  border-radius: 300px;
}

.spMenu,
.header__right-listSP{
  display: none !important;
}

/* ------------------------------
FOOTER
------------------------------ */
.footer{
  margin-top:70px;
  padding-bottom:0px;
}

.footer__inner {
  width: var(--contents-width);
  margin: 0 auto;
  padding: 30px 0;
  box-sizing: border-box;
  display: grid;
  gap:55px;
  grid-template-columns: 1fr 1fr;
}

.footer__logo{
  display: inline-block;
  width: 365px;
  height: 108px;
}

.footer__logo img{
  width: 100%;
  height: auto;
}

.footer__list{
  width: 600px;
  padding: 0;
}

.footer__list-item{
  font-weight: bold;
  padding: 0;
}

.footer__list-item img{
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 6px;
  position: relative;
  top:-1px;
  margin-top:0;
}

.copyright{
  background-color: var(--main-color);
  padding: 0;
}

.copyright__list{
  text-align: center;
  margin: 0 auto;
  padding: 0;
}

.copyright__list a{
  color: #fff;
  text-decoration: none;
  font-weight: normal;
}

.copyright__list-item{
  display: inline-block;
  width: auto;
  font-size: 1.4rem;
  font-weight: normal;
  color: #fff;
}

.copyright > ul > li:nth-child(2)::before{
  content:"|";
  display: inline-block;
  margin: 15px;
  color: #fff;
}

.copyright > ul > li:nth-child(3)::before{
  content:"|";
  display: inline-block;
  margin: 15px;
  color: #fff;
}

.copyright > ul > li:nth-child(4)::before{
  content:"|";
  display: inline-block;
  margin: 15px;
  color: #fff;
}

.copyright > ul > li:nth-child(4),
.copyright > ul > li:nth-child(3){
  display: inline-block;
}

/* ------------------------------
CONTENTS
------------------------------ */

.h2{
  text-align: center;
  color: var(--main-color);
  font-size: 3.6rem;
  font-weight: bold;
  position: relative;
}

.h2 span::before{
  content:"";
  width: 30px;
  height: 30px;
  background-size: cover;
  display: inline-block;
  margin-right: 12px;
  background-image:url("https://oyakata-plus.jp/wp/wp-content/themes/oyakata-plus/assets/img/icon_plus.svg")
}

/* MV */
.mv.lp__section{
  background:url("https://oyakata-plus.jp/wp/wp-content/themes/oyakata-plus/assets/img/mv_oyakata-plus_LP_PC.jpg");
  background-size: cover;
  min-height: 600px;
  background-position: center;
}

.mv__mess{
  margin-top:0;
  width: auto;
  height: auto;
}

.mv__txt{
  width: 570px;
  height: 140px;
  margin-top:47px;
}

.mv__txt img{
  width: 100%;
  vertical-align: bottom;
}

.mv__inner{
  position: relative;
}

.mv__btn a{
  background-color: #EAED58;
  border:6px solid #fff;
  line-height: 100px;
  width: 354px;
  border-radius: 300px;
  text-align: center;
  position: absolute;
  bottom:72px;
  right: 0;
  font-size: 2.4rem;
  color: #07362D;
  text-decoration: none;
  margin: 0;
}

.mv__btn a::after {
    content: "";
    width: 23px;
    height: 23px;
    background-image: url(https://oyakata-plus.jp/wp/wp-content/themes/oyakata-plus/assets/img/icon_btn_link.svg);
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -11.5px;
}

.mv__area{
  position: absolute;
  width: 500px;
  top:auto;
  left: auto;
  height: 105px;
  bottom: 210px;
  right: -58px;
}

.mv__area img{
  width: 100%;
  vertical-align: bottom;
}

.mv__inner.lp__section-inner{
  overflow: visible;
}

/*　悩み */
.lp__section{

}

.nayami.lp__section{
  background-image: linear-gradient(to bottom, #BEBEBE 5%, #FFF 20%);
}

.lp__section-inner{
  width: 1000px;
  padding: 0px;
  box-sizing: border-box;
  padding: 60px 0;
  margin: 0 auto;
  overflow: auto;
}

.nayami__arrow::before{
  content:"";
  margin: 0 auto;
  display: block;
  background-image:url(https://oyakata-plus.jp/wp/wp-content/themes/oyakata-plus/assets/img/icon.svg);
  width: 172px;
  height: 172px;
  background-size:cover;
}

.guide__list{
  margin:36px auto 0 ;
  width: 940px;
  display: grid;
  text-align: center;
  grid-template-columns: 1fr 1fr 1fr;
  gap:80px;
  padding: 0 20px;
  box-sizing: border-box;
}

.guide__list-item{
  font-size: 1.6rem;
  text-align: center;
}

.guide__list-itemTtl{
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
  display: block;
  border-radius: 300px;
  width: 100%;
  padding: 7px 0;
  box-sizing: border-box;
  background-color:  var(--main-color);
  position: relative;
  line-height: 1.5;
}

.guide__list-itemTtl::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: var(--main-color) transparent transparent transparent;
}

.guide__list-item + .guide__list-item{
  margin-top:0;
}

.guide__list-itemImg{
  width: 150px;
  height: 150px;
  border-radius: 300px;
  background-color: #C7EB79;
  display: inline-block;
  margin: 20px auto;
}

.guide__list-itemCopy{
  display: block;
  text-align: center;
  color: var(--main-color);
  font-size: 2.0rem;
  line-height: 1.5;
  margin: 12px 0;
}

.guide__list-itemImg img{
  width: 240px;
  display: inline-block;
  margin: 0 auto;
}


.application__inner.lp__section-inner{
  border:2px solid #fff;
  padding: 30px 40px;
  box-sizing: border-box;
  position: relative;
}

.application__btn{
  position: relative;
  display: inline-block;
}

.application__btn img{
  position: absolute;
  bottom:0;
  left:30px;
  z-index: 20;
    width: 160px;
  height: 180px;
}

.application__ttl{
  font-size: 3.0rem;
  text-align: center;
  color: #fff;
  margin: 0 auto 30px;
  margin-left: 120px;
}

.application__ttl span{
  color:#EAED58;
}


.application__btn a{
  display: inline-block;
  width: 500px;
  background-color: #EAED58;
  border: 6px solid #fff;
  line-height: 100px;
  border-radius: 300px;
  text-align: center;
  position: relative;
  font-size: 2.4rem;
  color: #07362D;
  text-decoration: none;
  z-index: 10;
  padding-left: 64px;
}

.application__btn a::after {
    content: "";
    width: 23px;
    height: 23px;
    background-image: url(https://oyakata-plus.jp/wp/wp-content/themes/oyakata-plus/assets/img/icon_btn_link.svg);
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -11.5px;
}

.application__tel{
  display: inline-block;
  width: 308px;
  position: absolute;
  bottom: 42px;
  right: 42px;
}

.application__tel-txt{
  display: block;
  font-size: 2.0rem;
  color: #fff;
  text-align: center;
}

a.application__tel-num{
  text-indent: 0;
  display: block;
  text-decoration: none;
  color: #EAED58;
  font-size: 3.6rem;
  text-decoration: none;
  font-weight: bold;
  background-size: 25px;
  line-height: 1.0; 
  text-align: center;
}

.application__tel-hours{
  display: block;
  color: #fff;
  font-size: 1.4rem;
  font-weight: normal;
  text-align: center;
  margin-top: 10px;
}

a.application__tel-num::before {
  content: "";
  background-image: url(https://oyakata-plus.jp/wp/wp-content/themes/oyakata-plus/assets/img/icon_phone_wh.svg);
  width: 36px;
  height: 36px;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 6px;
  left: -12px;
}


/* 理由 */
.reasonBox{
  height: 250px;
  box-sizing: border-box;
}

.reasonBox__img{
  position: absolute;
  width: 402px;
  height: 250px;
  right: 0;
  top:0;
  margin: 0;
}

.reasonBox.no2 .reasonBox__img{
  right:auto;
  left: 0;
  top:0; 
}

.reasonBox.no2 .reasonBox__txt-ttl{
  padding-left: 490px;
}

.reasonBox.no2 > div > div.reasonBox__txt-ttl::before{
  left:434px;
}

.reasonBox.no2 .reasonBox__txt-txt{
  margin-left: 436px;
}



.reasonBox__txt-txt{
  width: 450px;
}

/* お客様の声 */

.voice__slider .swiper-slide{

}

.voice__slider .swiper-wrapper{
  padding-bottom: 50px;
}

/* お申し込みの流れ */
.nagare__List{
  padding:10px 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  box-sizing: border-box;
}

.nagare__List-item{
  display: inline-block;
  width: 330px;
  border-bottom:none;
  border-right: 1px solid #838383;
  position: relative;
}

.nagare__List-itemTtl{
  padding-top: 20px;
}

.nagare__List-itemTxt{
  padding: 0 30px;
  box-sizing: border-box;
}


.nagare__List-item::before {
  content: "";
  position: absolute;
  top: 53%;
  right: -13px;
  left: auto;
  margin-top: -32px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 24px 0 28px 21px;
  border-color: transparent transparent transparent #fff;
  z-index: 2;
}

.nagare__List-item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  left: auto;
  margin-top: -14px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 18px 0 20px 15px;
  border-color: transparent transparent transparent #838383;
  z-index: 1;
}

.nagare__List-item + .nagare__List-item{
  margin-top:0;
}

#SEC05 > div > ul > li:nth-child(3)::before,
#SEC05 > div > ul > li:nth-child(3)::after{
  display: none;
}

.nagare__btn a{
  display: block;
  background-color: #EAED58;
  border: 3px solid #07362D;
  line-height: 100px;
  width: 460px;
  border-radius: 300px;
  text-align: center;
  position: relative;
  font-size: 2.4rem;
  color: #07362D;
  text-decoration: none;
  margin: 38px auto 0;
}

.nagare__btn a::after {
  content: "";
  width: 23px;
  height: 23px;
  background-image: url(https://oyakata-plus.jp/wp/wp-content/themes/oyakata-plus/assets/img/icon_btn_link.svg);
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -11.5px;
}

/* よくある質問 */

.qa__item{
  margin: 30px auto 0;
}
.qa__item-q{
  background-color:#F0F1E4 ;
  color: #07362D;
  font-size: 2.4rem;
  padding: 33px 33px 33px 106px;
  font-weight: bold;
  position: relative;
}

.qa__item-a{
  padding: 33px 33px 33px 106px;
  background-color: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
  position: relative;
}

.qa__item-q::before{
  content:"";
  width: 60px;
  height: 60px;
  position: absolute;
  background-image: url(https://oyakata-plus.jp/wp/wp-content/themes/oyakata-plus/assets/img/qa__item-q_ico.svg);
  left:30px;
  top:15px;
  margin-top:0;
}

.qa__item-a::before{
  content:"";
  width: 60px;
  height: 60px;
  position: absolute;
  background-image: url(https://oyakata-plus.jp/wp/wp-content/themes/oyakata-plus/assets/img/qa__item-a_ico.svg);
  left:30px;
  top:15px;
}

.qa__item-a div{
  position: relative;
  top:-10px;
  line-height: 1.7;
}

.contact{
  position: relative;
  margin: 20px auto 0;
  height: 242px;
}

.contact__img{
  position: absolute;
  left: 0;
  top:0;
  width: 380px;
  height: 180px
}

.contact__img img{
  width: 100%;
  vertical-align: bottom;
}

a.contact__tel-num{
  display: inline-block;
  font-size: 6.6rem;
  font-weight: bold;
  color: var(--main-color);
  width: 620px;
  height: 97px;
  position: absolute;
  right: 0;
  top: 40px;
  padding-left: 24px;
  box-sizing: border-box;
  text-decoration: none;
}

.contact__tel-hours{
  display: block;
  font-size: 1.8rem;
  color: #07362D;
  text-align: center;
  margin: 5px auto 0;
}

.contact__txt{
  position: absolute;
  bottom:0;
  padding: 0;
  padding-left:346px;
}

.contact__txt span{
  display: inline-block;
  line-height: 62px;
  border:1px solid var(--main-color);
  text-align: center;
  width: 300px;
  font-weight: bold;
  font-size: 2.0rem;
  position: absolute;
  left: 30px;
  margin: 0;
}

.contact__tel-num::before{
  content:"";
  width: 75px;
  height: 75px;
  display: inline-block;
  background-image: url(https://oyakata-plus.jp/wp/wp-content/themes/oyakata-plus/assets/img/contact__tel-num_ico.svg);
  position: relative;
  top:10px;
}

/* 料金 */

.price.lp__section{
  background-position:center center;
  background-image: url(https://oyakata-plus.jp/wp/wp-content/themes/oyakata-plus/assets/img/img_back_money.jpg);
}


.price__inner{
  position: relative;
  height: auto;
  padding-top:340px;
}

.price__box{
  width: 550px;
  height: 240px;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top:80px;
  padding: 40px 50px;
}

.price__box .h2{
  text-align: left;
}

.price__box .price__txt{
  width: 260px;
  margin: 0;
}

.price__box .price__img{
  width: 190px;
  height: 180px;
  position: absolute;
  bottom:30px;
  right: 40px;
}

.price__tableArea{
  padding: 0px;
  margin: 0px auto 0;
  box-sizing: border-box;
}

.priceTable__scroll {
  height: auto;
}

.priceTable__scroll.sticky {
  height: auto;
}

.priceTable th,
.priceTable td {
  border: none;
  font-size: 2.0rem;
  line-height: 1.2;
  min-height: 68px;
}

/* お申込みフォーム */

h2.form__ttl{
  margin: 0 auto 40px;
  font-size: 4.0rem;
  text-align: center;
  position: relative;
  color: #07362D;
}

.form__ttl::before{
  content:"";
  width: 65px;
  height: 65px;
  background-image: url(https://oyakata-plus.jp/wp/wp-content/themes/oyakata-plus/assets/img/form_ttl_ico.svg);
  background-size: cover;
  display: inline-block;
  position: relative;
  margin-right: 12px;
  top: 12px;
}

.contact__form ul.column4 li{
  width: 23%;
}

}


@media screen and (min-width: 900px) {
  .voice__slider .swiper-button-prev,
  .voice__slider .swiper-button-next{
     width: 88px;
     height: 88px;
     background-size: cover;
     background-image: url(https://oyakata-plus.jp/wp/wp-content/themes/oyakata-plus/assets/img/voice_arrow_ico.svg);
  }
  .voice__slider .swiper-button-next{
    right: 30%;
  }

  .voice__slider .swiper-button-prev{
    left: 30%;
  }
}