@charset "UTF-8";

/* ---------------------------------
基本デザイン
---------------------------------- */
body{
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
  font-weight: 400;
}
.wrapper{
  padding: 0 15px;
  z-index: 10;
  max-width: 900px;
}
.inner{
  margin: 0;
}
section{
  padding: 15px 0 50px;
}
.btn_area{
  width: 315px;
  margin: auto;
  padding-top: 30px;
}
.btn{
  height: 70px;
  background-color: #cb5473;
  border-bottom:5px solid #7c2d42;
  border-radius: 8px;
  padding: 25px 10px;
  letter-spacing: 1.0px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}

.btn span{
  position: relative;
  padding-left: 30px;
}
.btn span div.small{
  display: inline-block;
  font-size: 1.0rem;
}
@media screen and (min-width: 768px) {
  .btn span div.small{
    font-size: 1.3rem;
  }
}

.btn span::before{
  content: "";
  background: url(/lp/estimate/img/icon_line.svg) no-repeat;
  background-size: 25px;
  position: absolute;
  top: -3px;
  left: 0px;
  width: 25px;
  height: 26px;
}
.btn_bal img{
  width: 65%;
  margin: auto;
}
.btn::after{
  display: none;
}

/* ---------------------------------
kv
---------------------------------- */
.kvSec{
  background: #eac3c7;
  padding: 50px 0;
}
.kv_back{
  background: url(/lp/estimate/img/kv_sp-min.webp) no-repeat;
  height: 50vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-size: 100%;
}
.no-webp .kv_back{
  background: url(/lp/estimate/img/kv_sp-min.png) no-repeat;
  height: 50vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-size: 100%;
}
.kvSec .mark_area {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 77px;
  height: auto;
}
.kvSec .logo{
  width: 100px;
  margin: auto;
}

.kvSec .kv_catch{
  padding: 30px 10px 0;
}

.kvSec h1 img{
  width: 100%;
}

.kvSec .kv_point{
  display: flex;
  justify-content: space-between;
  padding: 30px 0 0;
}
.kvSec .kv_point li{
  background: rgba(255,255,255, 0.9);
  border-radius: 50px;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
}
.kvSec .kv_point li img{
  height: 52px;
}

/* ---------------------------------
	かんたん３step
---------------------------------- */
.kvSec .kv_step{
  background: #fceeee;
  border-radius: 15px;
  margin-top: 45px;
  padding: 30px 10px;
}
.kvSec .kv_step_title{
  width: 85%;
  height: auto;
  text-align: center;
  margin: 0 auto 50px;
}
.kvSec .kv_step_list{
  display: flex;
  justify-content: space-between;
}
.kvSec .kv_step_list li{
  margin: 0 8px;
  position: relative;
}
.kvSec .kv_step_list li img{
  display: block;
}
.kvSec .kv_step_list li .kv_step_text{
  height: 30px;
  margin: 10px auto 0;
}
.kvSec .kv_step_list li:first-child::before{
  background: url(/lp/estimate/img/icon_kvStep1.svg) no-repeat;
  background-size: 38px;
  width: 38px;
  height: 20px;
}
.kvSec .kv_step_list li:nth-child(3)::before{
  background: url(/lp/estimate/img/icon_kvStep2.svg) no-repeat;
  background-size: 40px;
  width: 40px;
  height: 20px;
}
.kvSec .kv_step_list li:last-child::before{
  background: url(/lp/estimate/img/icon_kvStep3.svg) no-repeat;
  background-size: 40px;
  width: 40px;
  height: 20px;
}
.kvSec .kv_step_list li::before{
  content: "";
  background-size: 40px;
  position: absolute;
  top: -20px;
  right: 0;
  left: 0;
  margin: auto;
}
.kvSec .kv_step_list li.kv_step_listArrow{
  display: none;
}

/* ---------------------------------
	メリット
---------------------------------- */
.meritSec{
  background: #fff;
  padding: 40px 0 0;
  position: relative;
}
.meritSec .title_merit img{
  width: 30%;
  display: block;
  margin: auto;
  margin-bottom: 10px;
}
.meritSec .title_merit span{
  font-size: 2.5rem;
  font-weight: 600;
  position: relative;
}
.meritSec .title_merit span::after{
  content: "";
  background: url(/lp/estimate/img/title_merit_under.svg) no-repeat;
  background-size: 290px;
  position: absolute;
  bottom: -6px;
  left: 5px;
  right: 0;
  width: 290px;
  height: 5px;
  margin: auto;
}
.meritSec .list_merit{
  padding: 40px 5px 70px;
}
.meritSec .list_merit li{
  background: #f1edee;
  border-radius: 3px;
  margin: 0 auto 13px;
  position: relative;
  padding: 21px 30px;
  width: 80%;
}
.meritSec .list_merit li img{
  height: 80px;
  position: absolute;
}
.meritSec .list_merit_txt{
  text-align: left;
  font-size: 1.6rem;
  font-weight: 500;
}
.meritSec .list_merit_txt span{
  font-size: 1.2rem;
  display: block;
  font-weight: normal;
  margin-bottom: 3px;
}
.meritSec .list_merit li:nth-child(odd){
  position: relative;
  left: 20px;
}
.meritSec .list_merit li:nth-child(odd) .list_merit_txt{
  padding-left: 40px;
}
.meritSec .list_merit li:nth-child(odd) img{
  left: -40px;
  top: 5px;
}
.meritSec .list_merit li:nth-child(even){
  position: relative;
  left: -20px;
}
.meritSec .list_merit li:nth-child(even) img{
  right: -40px;
  top: 5px;
}

/* さらに　*/
.block_more{
  background: #fff;
  padding: 40px 0 0;
  position: relative;
  border: 3px solid #eac3c7;
  margin-bottom: 40px;
}
.meritSec .title_more{
  background: #fff;
  margin: -100px auto 0;
  width: fit-content;
  padding: 0 15px;
}
.meritSec .title_more img{
  width: 40%;
  display: block;
  margin: auto;
}
.meritSec .title_more span{
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
}
.meritSec .title_more span::before{
  content: "";
  position: absolute;
  top: 5px;
  left: -8px;
  width: 2px;
  height: 23px;
  background-color: #eac3c7;
  transform: rotate(-20deg);
}
.meritSec .title_more span::after{
  content: "";
  position: absolute;
  top: 5px;
  right: -8px;
  width: 2px;
  height: 23px;
  background-color: #eac3c7;
  transform: rotate(20deg);
}
.meritSec .list_more{
  text-align: left;
  padding: 20px;
}
.meritSec .list_more li{
  font-size: 1.6rem;
  font-weight: 500;
  color: #e87a84;
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
}
.meritSec .list_more li span{
  font-size: 1.2rem;
  font-weight: normal;
  color: #333;
}
.meritSec .list_more li::before{
  content: "";
  background: url(/lp/estimate/img/ico_more_list.svg) no-repeat;
  background-size: 16px;
  position: absolute;
  left: 0;
  top: 6px;
  width: 16px;
  height: 16px;
}
.meritSec .list_more li span.list_more_supple{
  font-size: 1.2rem;
  color: #e87a84;
  display: inline-block;
  position: relative;
  top: -3px;
}
.meritSec .block_outcome{
  background: #f1edee;
  padding-bottom: 50px;
}
.meritSec .outcome_arrow{
  width: 22px;
  margin: auto;
  position: relative;
  top: -15px;
}
.meritSec .outcome_lead{
  position: relative;
}
.meritSec .outcome_lead img{
  position: absolute;
  width: 80px;
  left: 30px;
  top:-15px;
}
.meritSec .outcome_txt{
  font-size: 1.7rem;
  text-align: left;
  font-weight: 500;
  padding-left: 120px;
  line-height: 3.4rem;
}
.meritSec .outcome_txt span{
  background: linear-gradient(transparent 80%, #f1bec3 80%);
}

/* ---------------------------------
結婚式場さがし（不安なこと）
---------------------------------- */
.feelBadSec{
  background: #a6b9cc;
  padding: 40px 0 0;
  position: relative;
}
.feelBadSec .triangle{
  border-top: 60px solid #a6b9cc;
  border-right: 50vw solid #fff;
  border-left: 50vw solid #fff;
  height: 50px;
  position: absolute;
  top: 100%;
  margin-top: -30px;
}
.feelBadSec .title_feelBad{
  margin-bottom: 25px;
}
.feelBadSec .title_feelBad img{
  width: 85%;
  display: block;
  margin: auto;
}
.feelBadSec .title_feelBad span{
  font-size: 1.6rem;
  color: #425d8c;
  font-weight: 500;
}
.feelBadSec .feelBad_box{
  background: #fff;
  border: 2px solid #425d8c;
  border-radius: 8px;
  padding: 30px 30px 0;
  position: relative;
  z-index: 10;
}
.feelBadSec .feelBad_box::before{
  content: "";
  background: url(/lp/estimate/img/icon_ex.svg) no-repeat;
  background-size: 90px;
  position: absolute;
  top: -10px;
  left: -10px;
  width: 92px;
  height: 55px;
}
.feelBadSec .feelBad_text{
  color: #425d8c;
  font-weight: 500;
  border-bottom: 1px solid #425d8c;
  width: fit-content;
  width: -moz-fit-content;
  margin: 0 auto 15px;
}
.feelBadSec .feelBad_list{
  text-align: left;
  width: 250px;
  margin: 5px auto 40px;
}
.feelBadSec .feelBad_list li{
  border-bottom: 1px dotted #425c8c;
  position: relative;
  line-height: 1.0;
  padding: 5px 0 5px 20px;
  margin-bottom: 15px;
}
.feelBadSec .feelBad_list li::before{
  content: "";
  background: url(/lp/estimate/img/icon_check.svg) no-repeat;
  background-size: 12px;
  position: absolute;
  left: 0;
  top:7px;
  width: 15px;
  height: 14px;
}

/* ---------------------------------
結婚式場さがし（トキハナなら）
---------------------------------- */
.feelGoodSec{
  background: #fff;
  padding: 60px 0 50px;
}
.feelGoodSec .title_feelGood{
  margin-bottom: 25px;
  font-size: 2.5rem;
  letter-spacing: -1px;
  font-weight: 600;
}
.feelGoodSec .title_feelGood img{
  width: 80px;
  display: block;
  margin: auto;
  margin-bottom: 10px;
}
.feelGoodSec .title_feelGood span{
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: normal;
}
.feelGoodSec .feelGood_box{
  background: #fff;
  border: 2px solid #e87a84;
  border-radius: 8px;
  padding: 30px 25px 5px;
  position: relative;
  z-index: 10;
}
.feelGoodSec .feelGood_box::before{
  content: "";
  background: url(/lp/estimate/img/icon_tokihana.svg) no-repeat;
  background-size: 100px;
  position: absolute;
  top: -10px;
  left: -10px;
  width: 102px;
  height: 57px;
}
.feelGoodSec .feelGood_text{
  color: #e87a84;
  font-weight: 500;
  border-bottom: 1px solid #e87a84;
  width: fit-content;
  width: -moz-fit-content;
  display: inline;
  font-size: 1.8rem;
  line-height: 1.8;
}
.feelGoodSec .feelGood_list{
  display: inline-block;
  padding-top: 30px;
}
.feelGoodSec .feelGood_list li{
  float: left;
  width: 46%;
  margin-bottom: 15px;
  font-size: 1.3rem;
}
.feelGoodSec .feelGood_list li:nth-of-type(odd){
  margin-right: 8%;
}
.feelGoodSec .feelGood_list li span{
  font-size: 1.4rem;
  font-weight: 600;
}
.feelGoodSec .feelGood_list li img{
  height: 100px;
  width: auto;
  margin: 15px auto;
}
/* ---------------------------------
式場探しのちがい（bad-good）
---------------------------------- */
.diffSec{
  background: #f1edee;
  padding: 50px 0 30px;
}
.diffSec .title_diff{
  margin-bottom: 30px;
}
.diffSec .title_diff img{
  display: block;
  width: 250px;
  margin: auto;
}
.diffSec .title_diff span{
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
}
.diffSec .diff_box{
  background: #fff;
  padding: 30px 50px 20px;
  margin-bottom: 30px;
  position: relative;
}
.diffSec .diff_box.bad::before{
  content: "";
  background: url(/lp/estimate/img/img_badwoman.svg) no-repeat;
  background-size: 100px;
  position: absolute;
  top: 10px;
  right: 30px;
  width: 100px;
  height: 100px;
}
.diffSec .diff_box.good::before{
  content: "";
  background: url(/lp/estimate/img/img_goodwoman.svg) no-repeat;
  background-size: 100px;
  position: absolute;
  top: 10px;
  right: 30px;
  width: 100px;
  height: 100px;
}
.diffSec .diff_box .diff_text{
  font-weight: 500;
  text-align: left;
  font-size: 1.8rem;
  margin-bottom: 20px;
  padding-left: 10px;
}
.diffSec .diff_box.bad .diff_text{
  color: #425d8c;
}
.diffSec .diff_box.good .diff_text{
  color: #e87a84;
}
.diffSec .diff_list{
  text-align: left;
  width: 100%;
}
.diffSec .diff_list li{
  margin-bottom: 10px;
}
.diffSec .diff_box.bad .diff_list li{
  border-bottom: 1px dotted #425d8c;
}
.diffSec .diff_box.good .diff_list li{
  border-bottom: 1px dotted #e87a84;
}

/* ---------------------------------
落とし穴（badとgood）
---------------------------------- */
.badSec{
  background: #a6b9cc;
  padding: 40px 0 0;
  position: relative;
}
.goodSec{
  background: #fff;
  padding: 35px 0;
}
.badSec .triangle {
  border-top: 60px solid #a6b9cc;
  border-right: 50vw solid #fff;
  border-left: 50vw solid #fff;
  height: 50px;
  position: absolute;
  top: 100%;
  margin-top: -30px;
}
.badSec .title_bad,
.goodSec .title_good{
  font-size: 1.5rem;
  display: block;
  font-weight: 500;
  margin-bottom: 40px;
}
.badSec .title_bad span,
.goodSec .title_good span{
  display: block;
  position: relative;
  padding-left: 110px;
  width: fit-content;
  width: -moz-fit-content;
  margin: 20px auto;
}
.goodSec .title_good_bal{
  position: relative;
  width: fit-content;
  margin: auto;
}
.goodSec .title_good_bal::before{
  content: "";
  position: absolute;
  top: 2px;
  left: -10px;
  width: 2px;
  height: 20px;
  background-color: #e87a84;
  transform: rotate(-30deg);
}
.goodSec .title_good_bal::after{
  content: "";
  position: absolute;
  top: 2px;
  right: -12px;
  width: 2px;
  height: 20px;
  background-color: #e87a84;
  transform: rotate(30deg);
}
.badSec .title_bad span::before{
  content: "";
  background: url(/lp/estimate/img/img_badwoman.svg) no-repeat;
  background-size: 105px;
  position: absolute;
  top: -20px;
  left: 0;
  width: 105px;
  height: 105px;
}
.goodSec .title_good span::before{
  content: "";
  background: url(/lp/estimate/img/img_goodwoman.svg) no-repeat;
  background-size: 105px;
  position: absolute;
  top: -20px;
  left: 0;
  width: 105px;
  height: 105px;
}
.badSec .title_bad span img,
.goodSec .title_good span img{
  height: 65px;
}
.badSec .bad_list li{
  background: #fff;
  border: 2px solid #425d8c;
  border-radius: 6px;
  padding: 20px 15px;
  margin-bottom: 15px;
  z-index: 10;
}
.goodSec .good_list li{
  background: #fff;
  border: 2px solid #e87a84;
  border-radius: 6px;
  padding: 20px 15px;
  margin-bottom: 15px;
}
.badSec .bad_text{
  font-weight: 500;
  font-size: 2.0rem;
  margin-bottom: 14px;
}
.goodSec .good_text{
  font-weight: 500;
  font-size: 2.0rem;
  margin-bottom: 14px;
}
.goodSec .good_list li p .good_text_supple{
  font-size: x-small;
  font-feature-settings: plat;
  background: none;
  font-weight: normal;
  display: inline-block;
}
.goodSec .good_img{
  width: 80%;
  margin: 10px auto 18px;
}
.badSec .bad_list li p,
.goodSec .good_list li p{
  text-align: left;
}
.badSec .bad_list li p span{
  color: #425d8c;
  background: #cdd6e0;
  font-weight: 500;
}
.goodSec .good_list li p span{
  color: #e87a84;
  background: #f9eced;
  font-weight: 500;
}
/* ---------------------------------
どうやって見積もるの？
---------------------------------- */
.howSec{
  background: #d8bfc0;
  padding-top: 40px;
}

.estimate_h2{
  font-size: 2.3rem;
  font-weight: 500;
  padding: 30px 0 20px;
  position: relative;
  letter-spacing: -0.5px;
}
.howSec .estimate_h2::before{
  content: "";
  background: url(/lp/estimate/img/title_how.svg) no-repeat;
  background-size: 140px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 140px;
  height: 30px;
}
.estimate_h2 span{
  font-size: 1.5rem;
  display: block;
  font-weight: 500;
}
.howSec .howlist{
}
.howSec .howlist li{
  background: #fff;
  padding: 15px 15px 30px;
  margin-bottom: 15px;
}

.howSec .howlist_title{
  padding: 20px 0;
}
.howSec .howlist_title img{
  display: block;
  height: 12px;
  margin: 0 auto 10px;
}
.howSec .howlist li:first-child .howlist_title img{
  height: 15px;
}
.howSec .howlist_title span{
  background: #f1edee;
  border-radius: 5px;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 5px 10px;
  position: relative;
  display: block;
  width: 100%;
}
.howSec .howlist_title span::after{
  content: "";
  position: absolute;
  border: solid 8px transparent;
  border-top: solid 8px #f1edee;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* -------------------------------------------------------------------------
Wedding Halls
------------------------------------------------------------------------- */
/* スライダー */
.pickupSec .wrapper{
  padding: 0;
}
.pickupSec .title_pickup{
  font-weight: 400;
  font-size: 2.2rem;
  margin-bottom: 20px;
  position: relative;
}
.pickupSec .title_pickup::before{
  content: "";
  background: url(/lp/estimate/img/title_tokihanaPickup.svg) no-repeat;
  background-size: 105px;
  position: absolute;
  top: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 105px;
  height: 30px;
}

.top_wedding_halls_list {
  margin-bottom: 40px !important;
}
.top_wedding_halls_list .slick-dots {
  bottom: -25px;
}
.top_wedding_halls_list li {
  list-style: none;
}
.top_wedding_halls_list li.slick-slide {
  margin: 0 0.7rem 0.6rem 0.7rem;
  border-radius: 6px;
  position: relative;
  left: -3.8%;
}
.top_wedding_halls_list li.slick-slide .thumbnail {
  height: 220px;
  position: relative;
}
.top_wedding_halls_list li.slick-slide .thumbnail img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.slick-dots li{
  margin: 0 !important;
}
.top_wedding_halls_list li.slick-slide img.thum {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.top_wedding_halls_list .top_wedding_halls_wrapper {
  -webkit-box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
  box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
  border-radius: 6px;
  background-color: #fff;
}
.top_wedding_halls_list li.slick-slide img {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.top_wedding_halls_list .text {
  text-align: center;
  padding: 15px 10px 10px;
  font-size: 1.2rem;
  line-height: 1.2;
}
.top_wedding_halls_list .text .area {
  display: block;
  margin-bottom: 6px;
  font-size: 1.2rem;
  line-height: 1;
}
.top_wedding_halls_list .text .hall_name {
  margin-bottom: 4px;
  font-size: 1.3rem;
  font-weight: bold;
  color: #222;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  height: 17px;
}
.top_wedding_halls_list .text .item_area {
  margin-bottom: 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  padding-bottom: 2px;
  padding-left: 2px;
  text-overflow: ellipsis;
  width: 100%;
  font-size: 1.0rem;
  height: 12px;
  color: var(--gray);
}

/* ---------------------------------
トキハナの特徴
---------------------------------- */
.pointSec{
  background: #f1edee;
  padding: 60px 0 20px;
}
.pointSec .title_point{
  font-weight: 500;
  font-size: 1.9rem;
  position: relative;
  margin-bottom: 20px;
}
.pointSec .title_point::before{
  content: "";
  background: url(/lp/estimate/img/title_tokihanaPoint.svg) no-repeat;
  background-size: 105px;
  position: absolute;
  top:-20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 105px;
  height: 30px;
}
.pointSec .point_list li{
  position: relative;
  text-align: left;
  height: 100px;
  margin-bottom: 20px;
}
.pointSec .point_list li img{
  width: 100px;
  height: auto;
  position: absolute;
  left: 0;
}
.pointSec .point_list li .point_text,
.pointSec .point_list li p{
  padding-left: 110px;
}
.pointSec .point_list li .point_text{
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 8px;
  line-height: 1.2;
}
.pointSec .point_list li .point_text span{
  font-size: 1.0rem;
  color: #777;
  font-weight: 300;
}
.pointSec .point_list li .point_text_supple{
  font-size: 1.2rem;
  color: #d78697;
  display: inline-block;
}

/* ---------------------------------
利用者の声
---------------------------------- */
.voiceSec{
  background: #d8bfc0;
  padding: 30px 0 1px;
}
.voiceSec .voice_title_bl{
  width: 100px;
  margin: auto;
  margin-bottom: 15px;
}
.voiceSec .voice_title{
  background: #fff;
  font-size: 1.7rem;
  width: fit-content;
  width: -moz-fit-content;
  margin: auto;
  padding: 6px 20px;
  letter-spacing: 1.6px;
  font-weight: 500;
  margin-bottom: 60px;
}
.voiceSec dl{
  background: #fff;
  padding: 200px 20px 30px;
  margin-bottom: 60px;
}
.voiceSec dl dt{
  position: relative;
  margin-bottom: 20px;
}
.voiceSec dl dt .voice_bl{
  background: #eae4e6;
  border-radius: 5px;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 8px 5px;
  position: relative;
}
.voiceSec dl dt .voice_bl::after{
  content: "";
  position: absolute;
  border: solid 8px transparent;
  border-top: solid 8px #eae4e6;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.voiceSec dl dt img{
  position: absolute;
  top: -230px;
  left: 0;
  right: 0;
}
.voiceSec dl dd{
  text-align: left;
  font-size: 1.3rem;
}
.voiceSec dl dd.voice_name{
  text-align: center;
  font-size: 1.2rem;
  color: #e87a84;
  padding-top: 10px;
}
/* ---------------------------------
来店不要スマホだけでOK
---------------------------------- */
.stepSec{
  padding: 50px 0 0;
  position: relative;
}
.stepSec .triangle{
  border-top: 60px solid #fff;
  border-right: 50vw solid #d9bfc1;
  border-left: 50vw solid #d9bfc1;
  height: 50px;
  position: absolute;
  top: 100%;
  margin-top: -30px;
  z-index: 1;
}

.stepSec .step_title{
  padding: 10px 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  width: 82%;
  margin: auto;
  font-size: 1.7rem;
  font-weight: 500;
  margin-bottom: 20px;
}
.stepSec .step_lead{
  width: 58%;
}
.stepSec .step_box{
  background: #eae4e6;
  border-radius: 6px;
  position: relative;
  margin-top: 20px;
  padding: 30px 15px;
  text-align: left;
}
.stepSec .step_box .step_img{
  position: absolute;
  width: 80px;
  height: 80px;
}
.stepSec .step_box .step_text{
  color: #e87a84;
  font-weight: 500;
  height: 80px;
  padding-left: 100px;
  vertical-align: middle;
  display: table-cell;
}
.stepSec .step_box p{
  padding-top: 15px;
}
.stepSec .step_box .step_text span{
  display: block;
  width: 33px;
  height: 20px;
}
/* ---------------------------------
すべてのサポート無料
---------------------------------- */
.promiseSec{
  background: #d8bfc0;
  position: relative;
  padding-top: 30px;
}
.promiseSec .promise_title{
  width: 90%;
  margin: auto;
  padding: 30px 0;
}
.promiseSec .promise_area{
  background: #fff;
  padding: 30px 15px;
}
.promiseSec .promise_title_5{
  margin: auto;
  width: 50%;
  margin-bottom: 20px;
}
.promiseSec .promise_list li{
  background: #ededed;
  text-align: left;
  padding: 10px 8px;
  margin-bottom: 10px;
  width: 100%;
  font-size: 1.3rem;
}
.promiseSec .reason_area{
  padding: 50px 0 10px;
}
.promiseSec .reason_title{
  font-size: 2.2rem;
  font-weight: 500;
  padding-bottom: 20px;
}
.promiseSec .reason_title img{
  display: block;
  margin: auto;
  height: 7px;
  margin-bottom: 5px;
}
.promiseSec .reason_img{
  width: 100%;
  margin: auto;
}

/* ---------------------------------
	No.1セクション
---------------------------------- */
.no1sec{
  background: #fff;
}
.no1sec .wrapper{
  padding: 40px 30px 0;
}
.no1sec .sec_title{
  width: 85%;
  margin: auto;
}
.no1sec .no1_img{
  width: 85%;
  display: flex;
  margin: 20px auto;
  justify-content: space-between;
  align-items: center;
}
.no1sec .no1_img img:first-child{
  width: 67%;
}
.no1sec .no1_img img:last-child{
  width: 30%;
  height: 30%;
}
.no1sec .no1_list{
  display: flex;
  margin: auto;
  padding: 10px 0 20px;
  justify-content: space-between;
}
.no1sec .no1_list li{
  width: 31%;
}
.no1sec .no1_lead{
  width: 90%;
  margin:auto;
}

/* ---------------------------------
メディア掲載
---------------------------------- */
.madiaSec{
  background: #ededed;
  padding: 50px 0;
}
.madiaSec .madia_title{
  background: #e87a84;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 2px;
  padding: 5px 0;
}
.madiaSec .madia_area{
  background: #fff;
  padding: 30px 20px;
}
/* ---------------------------------
よくある質問
---------------------------------- */
.qaSec{
  padding: 30px 0;
}
.qaSec .estimate_h2::before{
  position: absolute;
  content: "";
  width: 50px;
  height: 18px;
  background: url(/lp/estimate/img/icon_qa.svg) no-repeat;
  background-size: 50px;
  left: 0;
  right: 0;
  margin: auto;
  top: 10px;
}

.qaSec .qa_list{
  text-align: left;
}
.qaSec .qa_list li{
  padding: 3px 5px 3px 20px;
  margin-bottom: 10px;
  position: relative;
}
.qaSec .qa_list li:nth-child(odd){
  background: #ededed;
  font-size: 1.5rem;
  font-weight: 500;
}
.qaSec .qa_list li:nth-child(odd)::before{
  position: absolute;
  content: "Q.";
  left: 2px;
  color: #e87a84;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  top: 5px;
}
.qaSec .qa_list li:nth-child(even){
  margin-bottom: 20px;
}
.qaSec .qa_list li:nth-child(even)::before{
  position: absolute;
  content: "A.";
  left: 2px;
  color: #e87a84;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  top: 5px;
}
/* ---------------------------------
最後に
---------------------------------- */
.endSec{
  background: #d8bfc0;
  padding-top: 50px;
}
.endSec .about{
  background: #fff;
  border-radius: 6px;
  padding: 80px 5px 25px;
  line-height: 2.0;
}
.endSec .about span{
  background: #fff;
  border-radius: 50px;
  width: 100px;
  display: block;
  height: 100px;
  overflow: hidden;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0 2px;
}
/* ---------------------------------
footer
---------------------------------- */
footer{
  background: #fff;
  padding-top: 30px;
}
.footer_logo{
  width: 100px;
  margin: 0 auto 10px;
}
.footer_infoCompany{
  padding: 15px 0;
  display: flex;
  text-align: center;
  margin: auto;
  width: fit-content;
  width: -moz-fit-content;
}
.footer_infoCompany li{
  display: inline-block;
  margin-right: 0.5em;
}
.footer_infoCompany li + li{
  margin-right: 0.5em;
  padding-left: 0.7em;
  border-left: solid 1px #cccccc;
}
.footer_infoCompany li a{
  color: #333;
  font-size: 1.2rem;
  display: flex;
  line-height: 1.2;
}
footer .copylight{
  background: #ccc;
  padding: 8px 0;
}
/* ----------------------------------------------------------------------------
▼▼▼ ウィンドウサイズ768px以上に適用されるcss ▼▼▼
---------------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .btn_area{
    width: 660px;
  }
  .btn_bal img{
    width: 50%;
    margin: 0 auto 15px;
  }
  .btn{
    height: 90px;
    padding: 32px 10px;
    font-size: 2.3rem;
  }
  .btn span{
    padding-left: 42px;
  }
  .btn span::before{
    background-size: 35px;
    top: -5px;
    width: 35px;
    height: 36px;
  }
  .kvSec{
    padding: 60px 0 90px;
  }
  .kv_back{
    background: url(/lp/estimate/img/kv_pc-min.webp) no-repeat;
    height: 550px;
    background-size: cover;
    background-position: center bottom;
  }
  .no-webp .kv_back{
    background: url(/lp/estimate/img/kv_pc-min.png) no-repeat;
    height: 550px;
    background-size: cover;
    background-position: center bottom;
  }
  .kvSec .logo{
    width: 120px;
  }
  .kvSec .mark_area{
    width: 130px;
    top: 25px;
    right: 25px;
  }
  .kvSec .kv_catch{
    padding: 50px 0 30px;
    width: 660px;
    margin: auto;
  }
  .kvSec .kv_point{
    padding: 50px 0 0px;
  }
  .kvSec .kv_point li{
    width: 190px;
    height: 190px;
    border-radius: 100px;
  }
  .kvSec .kv_point li img{
    height: 90px;
  }

  .kvSec .kv_step{
    padding: 45px 90px;
    margin-top: 85px;
  }
  .kvSec .kv_step_list li{
    margin: 0 10px;
  }
  .kvSec .kv_step_title img{
    margin: auto;
  }
  .kvSec .kv_step_title{
    margin: 0 auto 60px;
  }
  .kvSec .kv_step_list li:first-child::before {
    background-size: 45px;
    width: 45px;
    height: 22px;
    top: -25px;
  }
  .kvSec .kv_step_list li:nth-child(3)::before {
    background-size: 48px;
    width: 48px;
    height: 22px;
    top: -25px;
  }
  .kvSec .kv_step_list li:last-child::before {
    background-size: 48px;
    width: 48px;
    height: 22px;
    top: -25px;
  }
  .kvSec .kv_step_list li .kv_step_text{
    height: 38px;
    margin: 15px auto 0;
  }
  .kvSec .kv_step_list li.kv_step_listArrow{
    display: inherit;
    width: 24%;
    position: relative;
  }
  .kvSec .kv_step_list li.kv_step_listArrow img{
    position: absolute;
    top: 32%;
    left: 0;
    right: 0;
    margin: auto;
  }

  /* ---------------------------------
  	メリット
  ---------------------------------- */
  .meritSec{
    padding: 100px 0 0;
  }
  .meritSec .title_merit img{
    width: 180px;
    display: inline-block;
    margin: 15px auto 0;
  }
  .meritSec .title_merit span{
    font-size: 3.6rem;
    font-weight: 500;
  }
  .meritSec .title_merit span::after{
    content: "";
    background: url(/lp/estimate/img/title_merit_under.svg) no-repeat;
    background-size: 420px;
    position: absolute;
    bottom: -10px;
    left: 10px;
    right: 0;
    width: 420px;
    height: 10px;
    margin: auto;
  }
  .meritSec .list_merit{
    padding: 110px 0;
    display: flex;
    justify-content: space-between;
  }
  .meritSec .list_merit li{
    border-radius: 10px;
    margin:  inherit;
    padding: 80px 20px 30px;
    width: 31%;
  }
  .meritSec .list_merit li img{
    height: 115px;
    position: absolute;
  }
  .meritSec .list_merit li:nth-child(odd) img,
  .meritSec .list_merit li:nth-child(even) img{
    left: 0;
    right: 0;
    margin: auto;
    top: -60px;
  }
  .meritSec .list_merit_txt{
    text-align: center;
    font-size: 2.0rem;
    font-weight: 500;
  }
  .meritSec .list_merit_txt span{
    font-size: 1.6rem;
    margin-bottom: 3px;
  }
  .meritSec .list_merit li:nth-child(odd),
  .meritSec .list_merit li:nth-child(even){
    left: 0;
  }
  .meritSec .list_merit li:nth-child(odd) .list_merit_txt{
    padding-left: 0;
  }
  /* さらに　*/
  .block_more{
    padding: 80px 0 0;
    margin: 0 auto 50px;
    width: 65%;
  }
  .meritSec .title_more{
    margin: -150px auto 0;
  }
  .meritSec .title_more img{
    width: 100px;
  }
  .meritSec .title_more span{
    font-size: 2.4rem;
  }
  .meritSec .title_more span::before{
    content: "";
    position: absolute;
    top: 7px;
    left: -8px;
    width: 3px;
    height: 26px;
    background-color: #eac3c7;
    transform: rotate(-20deg);
  }
  .meritSec .title_more span::after{
    content: "";
    position: absolute;
    top: 7px;
    right: -8px;
    width: 3px;
    height: 26px;
    background-color: #eac3c7;
    transform: rotate(20deg);
  }
  .meritSec .list_more{
    text-align: left;
    padding: 30px 0 20px;
    width: fit-content;
    margin: auto;
  }
  .meritSec .list_more li{
    font-size: 2.0rem;
    padding-left: 30px;
    margin-bottom: 15px;
  }
  .meritSec .list_more li span{
    font-size: 1.8rem;
    font-weight: normal;
    color: #333;
  }
  .meritSec .list_more li::before{
    content: "";
    background: url(/lp/estimate/img/ico_more_list.svg) no-repeat;
    background-size: 20px;
    position: absolute;
    left: 0;
    top: 6px;
    width: 20px;
    height: 20px;
  }
  .meritSec .block_outcome{
    background: #f1edee;
    padding-bottom: 100px;
  }
  .meritSec .outcome_arrow{
    width: 50px;
    top: -18px;
  }
  .meritSec .outcome_lead{
    position: relative;
    width: 460px;
    margin: 20px auto 30px;
  }
  .meritSec .outcome_lead img{
    position: absolute;
    width: 120px;
    left: 0;
    top:-40px;
  }
  .meritSec .outcome_txt{
    font-size: 2.3rem;
    text-align: left;
    padding-left: 150px;
    line-height: 4.8rem;
  }
  .meritSec .outcome_txt span{
    background: linear-gradient(transparent 80%, #f1bec3 80%);
  }

  .feelBadSec{
    padding-top: 80px;
    padding-bottom: 30px;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .feelBadSec::-webkit-scrollbar {
    display: none;
  }
  .feelBadSec .title_feelBad img{
    width: 500px;
    margin-bottom: 20px;
  }
  .feelBadSec .title_feelBad span{
    font-size: 2.3rem;
  }
  .feelBadSec .title_feelBad{
    margin-bottom: 40px;
  }
  .feelBadSec .feelBad_box{
    display: flex;
    justify-content: space-between;
    padding: 50px 60px 15px;
  }
  .feelBadSec .feelBad_box .feelBad_box_inner{
    width: 44%;
  }
  .feelBadSec .feelBad_text{
    font-size: 2.0rem;
    margin-bottom: 30px;
  }
  .feelBadSec .feelBad_list{
    width: 100%;
    font-size: 1.8rem;
  }
  .feelBadSec .feelBad_list li{
    padding-left: 25px;
    margin-bottom: 20px;
  }
  .feelBadSec .feelBad_list li::before{
    background-size: 15px;
    width: 15px;
    height: 16px;
  }
  .feelBadSec .feelBad_box::before{
    background-size: 120px;
    top: -10px;
    left: -20px;
    width: 120px;
    height: 70px;
  }
  .feelBadSec .triangle{
    border-top: 100px solid #a6b9cc;
    border-right: 50vw solid #fff;
    border-left: 50vw solid #fff;
    height: 100px;
    position: absolute;
    top: 100%;
    margin-top: -100px;
  }
  .feelGoodSec{
    padding: 50px 0 80px;
  }
  .feelGoodSec .title_feelGood{
    margin-bottom: 40px;
    font-size: 4.0rem;
    font-weight: 500;
    letter-spacing: normal;
  }
  .feelGoodSec .title_feelGood img{
    width: 120px;
  }
  .feelGoodSec .title_feelGood span{
    font-size: 2.3rem;
    padding-top: 10px;
  }
  .feelGoodSec .feelGood_box::before{
    background-size: 130px;
    top: -10px;
    left: -20px;
    width: 130px;
    height: 80px;
  }
  .feelGoodSec .feelGood_box{
    padding: 50px 30px 25px;
  }
  .feelGoodSec .feelGood_text{
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
  .feelGoodSec .feelGood_list{
    display: flex;
    padding-top: 50px;
    justify-content: space-between;
  }
  .feelGoodSec .feelGood_list li{
    float: none;
    width: 25%;
    border-right: 2px dotted #e87a84;
    font-size: 1.7rem;
  }
  .feelGoodSec .feelGood_list li:last-child{
    border-right: none;
  }
  .feelGoodSec .feelGood_list li:nth-of-type(odd){
    margin-right: 0;
  }
  .feelGoodSec .feelGood_list li span{
    font-size: 1.8rem;
    font-weight: 500;
  }
  .diffSec{
    padding: 60px 0 40px;
  }
  .diffSec .title_diff{
    margin-bottom: 50px;
  }
  .diffSec .title_diff img{
    width: 300px;
  }
  .diffSec .title_diff span{
    font-size: 2.3rem;
  }
  .diffSec .wrapper{
    display: flex;
    justify-content: space-between;
  }
  .diffSec .wrapper::after{
    display: none;
  }
  .diffSec .diff_box{
    width: 48%;
    padding: 45px 50px 35px;
  }
  .diffSec .diff_box .diff_text{
    font-weight: 500;
    text-align: center;
    font-size: 2.3rem;
    margin-bottom: 30px;
    padding-left: 0;
  }
  .diffSec .diff_box.bad::before{
    background-size: 150px;
    top: -40px;
    left: -30px;
    width: 150px;
    height: 150px;
  }
  .diffSec .diff_box.good::before{
    background-size: 150px;
    top: -40px;
    right: -30px;
    width: 150px;
    height: 150px;
  }
  .diffSec .diff_list{
    font-size: 1.8rem;
  }
  .diffSec .diff_list li{
    margin-bottom: 20px;
  }
  section.pickupSec{
    padding: 40px 0 50px;
  }
  .pickupSec .title_pickup{
    margin-bottom: 30px;
    font-size: 2.8rem;
  }
  .howSec{
    padding: 70px 0 80px;
  }
  .estimate_h2{
    font-size: 3.8rem;
    font-weight: 500;
    padding: 40px 0 40px;
  }
  .estimate_h2 span{
    font-size: 2.3rem;
  }
  .howSec .howlist{
    margin-bottom: 50px;
  }
  .howSec .howlist li{
    padding: 0;
    margin-bottom: 30px;
  }
  .howSec .howlist_title img{
    height: 16px;
    margin: 0 auto 15px;
  }
  .howSec .howlist li:first-child .howlist_title img{
    height: 20px
  }
  .howSec .howlist_inner{
    display: flex;
  }
  .howSec .howlist_inner div{
    width: 50%;
  }
  .howSec .howlist_inner .change2{
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .howSec .howlist_inner .change1{
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .howSec .howlist_title{
    padding: 55px 0 25px;
    width: 85%;
    margin: auto;
  }
  .howSec .howlist_title span{
    font-size: 1.6rem;
    padding: 7px 10px;
  }
  .howSec .howlist_inner p{
    font-size: 1.6rem;
    line-height: 2.0;
  }
  .badSec{
    padding-top: 80px;
    padding-bottom: 30px;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .badSec::-webkit-scrollbar {
    display: none;
  }
  .goodSec{
    margin-top: 30px;
  }
  .badSec .triangle{
    border-top: 100px solid #a6b9cc;
    border-right: 50vw solid #fff;
    border-left: 50vw solid #fff;
    height: 100px;
    position: absolute;
    top: 100%;
    margin-top: -100px;
  }
  .badSec .title_bad, .goodSec .title_good{
    font-size: 2.3rem;
    margin-bottom: 50px;
  }
  .goodSec .title_good_bal::before,
  .goodSec .title_good_bal::after{
    height: 28px;
    top:5px;
  }
  .badSec .title_bad span img, .goodSec .title_good span img{
    height: 48px;
  }
  .badSec .title_bad span, .goodSec .title_good span{
    padding-left: 0;
  }
  .badSec .title_bad span::before,
  .goodSec .title_good span::before{
    display: none;
  }
  .badSec .bad_list,.goodSec .good_list{
    display: flex;
    justify-content: space-between;
  }
  .badSec .bad_list li,.goodSec .good_list li{
    width: 32%;
    padding: 40px 15px 30px;
  }
  .badSec .bad_list li:first-child::before{
    content: "";
    background: url(/lp/estimate/img/img_badwoman.svg) no-repeat;
    position: absolute;
    background-size: 150px;
    top: -73px;
    left: -30px;
    width: 150px;
    height: 150px;
  }
  .goodSec .good_list li:last-child::after{
    content: "";
    background: url(/lp/estimate/img/img_goodwoman.svg) no-repeat;
    position: absolute;
    background-size: 150px;
    top: -73px;
    right: -30px;
    width: 150px;
    height: 150px;
  }
  .badSec .bad_text{
    font-size: 1.8rem;
    margin-bottom: 25px;
    border-bottom: 1px solid #425d8c;
    padding-bottom: 25px;
  }
  .goodSec .good_text{
    font-size: 1.8rem;
    margin-bottom: 20px;
    border-bottom: 1px solid #e87a84;
    padding-bottom: 20px;
  }
  .goodSec .good_img{
    width: 100%;
    margin: 0 auto 18px;
  }
  .badSec .bad_list li p, .goodSec .good_list li p{
    font-size: 1.5rem;
    line-height: 2.0;
  }
  .top_wedding_halls_list li.slick-slide{
    left: inherit;
    cursor: pointer;
    margin: 0 1.6rem 2.5rem 1.6rem;
  }
  .top_wedding_halls_list li.slick-slide .thumbnail{
    height: 270px;
  }
  .top_wedding_halls_list .text .hall_name{
    font-size: 1.5rem;
    margin: 5px 0 6px;
  }
  .top_wedding_halls_list .text .item_area{
    font-size: 1.3rem;
    height: 15px;
  }
  .pointSec{
    background: #fff;
    padding: 20px 0 70px;
  }
  .pointSec .wrapper .inner{
    background: #f1edee;
    padding: 80px 50px 40px;
  }
  .pointSec .title_point{
    font-weight: 400;
    font-size: 2.4rem;
    margin-bottom: 50px;
  }
  .pointSec .title_point::before{
    background-size: 120px;
    width: 120px;
  }
  .pointSec .point_list{
    display: flex;
    justify-content: space-between;
  }
  .pointSec .point_list li{
    width: 31%;
    text-align: center;
    display: inline-table;
  }
  .pointSec .point_list li img{
    position: inherit;
    width: 200px;
    margin-bottom: 10px;
  }
  .pointSec .point_list li .point_text, .pointSec .point_list li p{
    padding-left: 0;
  }

  .no1sec .wrapper{
    padding: 70px 50px 30px;
  }
  .no1sec .sec_title{
    max-width: 450px;
    margin: auto;
  }
  .no1sec .no1_img{
    max-width: 450px;
    display: flex;
    margin: 50px auto;
    justify-content: space-between;
  }
  .no1sec .no1_list{
    max-width: 550px;
    margin-bottom: 20px;
  }
  .no1sec .no1_list li{
    width: 28%;
  }
  .no1sec .no1_lead{
    max-width: 450px;
    margin:auto;
  }

  .voiceSec{
    padding: 60px 0 1px;
  }
  .voiceSec .voice_title{
    font-size: 2.8rem;
  }
  .voiceSec .voice_title_bl{
    width: 200px;
  }
  .voiceSec .inner{
    display: inline-block;
    padding-top: 40px;
  }
  .voiceSec .inner dl{
    width: 48%;
    float: left;
    padding: 220px 20px 30px;
    margin-bottom: 100px;
  }
  .voiceSec .inner dl:nth-of-type(odd){
    margin-right: 4%;
  }
  .voiceSec dl dt img{
    top: -270px;
  }
  .voiceSec dl dt .voice_bl{
    font-size: 1.6rem;
  }
  .voiceSec dl dd{
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .voiceSec dl dd.voice_name{
    font-size: 1.4rem;
  }
  .stepSec{
    padding: 80px 0 40px;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .stepSec::-webkit-scrollbar {
    display: none;
  }
  .stepSec .step_title{
    width: 500px;
    font-size: 2.8rem;
    margin-bottom: 50px;
  }
  .stepSec .step_lead{
    width: 280px;
  }
  .stepSec .step_box{
    position: relative;
    padding: 40px 15px;
  }
  .stepSec .step_box .step_text{
    height: 40px;
    padding-left: 130px;
    font-size: 2.0rem;
  }
  .stepSec .step_box p{
    padding-left: 130px;
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .stepSec .step_box .step_text span{
    position: absolute;
    left: 50px;
    top: 45%;
    width: 50px;
  }
  .stepSec .step_box .step_img{
    position: absolute;
    width: 150px;
    height: 150px;
    right: 50px;
    top: 15%;
  }
  .stepSec .triangle{
    border-top: 100px solid #fff;
    border-right: 50vw solid #d9bfc1;
    border-left: 50vw solid #d9bfc1;
    height: 100px;
    position: absolute;
    top: 100%;
    margin-top: -100px;
  }
  .promiseSec{
    padding: 20px 0 90px;
  }
  .promiseSec .promise_area{
    padding: 50px 100px;
    margin-bottom: 50px;
  }
  .promiseSec .promise_title_5{
    margin-bottom: 50px;
  }
  .promiseSec .promise_list li{
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 15px;
  }

  .promiseSec .reason_area{
    padding: 80px 0 30px;
  }
  .promiseSec .reason_title{
    font-size: 2.8rem;
    padding-bottom: 30px;
  }
  .promiseSec .reason_title img{
    height: 11px;
    margin-bottom: 10px;
  }

  .madiaSec .madia_title{
    font-size: 1.8rem;
  }
  .madiaSec .madia_area{
    padding: 80px 70px;
  }
  .qaSec{
    padding: 60px 0;
  }
  .qaSec .qa_list{
    font-size: 1.6rem;
  }
  .qaSec .qa_list li:nth-child(odd){
    font-size: 1.8rem;
  }
  .qaSec .qa_list li{
    padding: 8px 5px 8px 45px;
  }
  .qaSec .qa_list li:nth-child(odd)::before{
    font-size: 1.8rem;
    left: 15px;
    top: 8px;
  }
  .qaSec .qa_list li:nth-child(even)::before{
    font-size: 1.8rem;
    left: 15px;
    top: 6px;
  }
  .qaSec .qa_list li:nth-child(even) {
    margin-bottom: 30px;
  }
  .endSec{
    padding: 100px 0 80px;
  }
  .endSec .about span{
    width: 150px;
    height: 150px;
    border-radius: 100px;
    top: -70px;
  }
  .endSec .about{
    font-size: 1.8rem;
    padding: 100px 5px 50px;
    line-height: 2.4;
    margin-bottom: 50px;
  }
  .footer_logo{
    width: 160px;
    margin: 10px auto 15px;
  }
  .footer_infoCompany li a{
    font-size: 1.4rem;
  }
  footer .copylight{
    margin-top: 20px;
  }
}

/* ----------------------------------------------------------------------------
▼▼▼ウィンドウサイズ768px以上1024px未満に適用されるcss ▼▼▼
---------------------------------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .kvSec .kv_step {
    padding: 45px 50px;
  }

  .meritSec .list_merit_txt{
    font-size: 1.8rem;
  }

  .feelBadSec .feelBad_box{
    padding: 40px 40px 10px;
    margin: 0 10px;
  }
  .feelBadSec .feelBad_box .feelBad_box_inner{
    width: 46%;
  }
  .feelBadSec .feelBad_list{
    font-size: 1.6rem;
  }
  .feelGoodSec .feelGood_box{
    margin: 0 10px;
    padding: 40px 15px 20px;
  }
  .feelGoodSec .feelGood_list li{
    font-size: 1.6rem;
  }
  .feelGoodSec .feelGood_list li span{
    font-size: 1.7rem;
  }
  .diffSec .wrapper{
    justify-content: space-around;
  }
  .diffSec .diff_box{
    width: 46%;
    padding: 45px 30px 35px;
  }
  .diffSec .diff_box .diff_text{
    font-size: 2.1rem;
  }
  .diffSec .diff_list{
    font-size: 1.6rem;
  }
  .estimate_h2{
    font-size: 3.0rem;
  }
  .howSec .howlist_inner p{
    font-size: 1.5rem;
  }
  .howSec .howlist_title{
    padding: 35px 0 25px;
  }
  .badSec .bad_list, .goodSec .good_list{
    margin: auto 10px;
  }
  .badSec .bad_list li:first-child::before{
    background-size: 130px;
    top: -70px;
    left: 0px;
    width: 130px;
    height: 130px;
  }
  .goodSec .good_list li:last-child::after{
    background-size: 130px;
    top: -70px;
    right: 0;
    width: 130px;
    height: 130px;
  }
  .pointSec .wrapper .inner{
    padding: 80px 25px 30px;
    margin: 0 10px;
  }
  .voiceSec .inner{
    margin: 0 10px;
  }
  .voiceSec .inner dl{
    padding: 180px 20px 30px;
  }
  .voiceSec dl dt img{
    top: -220px;
  }
  .voiceSec dl dt .voice_bl{
    font-size: 1.5rem;
  }
  .stepSec .step_box .step_text{
    padding-left: 100px;
  }
  .stepSec .step_box p{
    padding-left: 100px;
    font-size: 1.4rem;
  }
  .stepSec .step_box .step_text span{
    left: 35px;
  }
  .stepSec .step_box .step_img{
    right: 20px;
  }
}

/* ----------------------------------------------------------------------------
▼▼▼ウィンドウサイズ320px未満に適用されるcss ▼▼▼
---------------------------------------------------------------------------- */
@media screen and (max-width: 320px) {
  .kvSec{
    padding: 35px 0;
  }
  .kv_back{
    height: 55vh;
  }
  .kvSec .kv_catch{
    padding: 30px 0 0;
  }
  .kvSec .kv_catch h1{
    width: 95%;
    margin: auto;
  }

  .kvSec .kv_point li{
    width: 94px;
    height: 94px;
  }
  .kvSec .kv_point li img{
    height: 48px;
  }
  .btn_area{
    width: 270px;
  }
  .btn_bal img{
    width: 90%;
  }
  .btn{
    height: 65px;
    padding: 23px 10px;
  }

  .kvSec .kv_step{
    padding: 25px 5px;
  }
  .kvSec .kv_step_title{
    width: 90%;
    margin: 0 auto 40px;
  }
  .kvSec .kv_step_list li .kv_step_text{
    height: 25px;
  }

  .feelBadSec .feelBad_box{
    padding: 30px 15px 0;
  }
  .feelGoodSec .title_feelGood{
    font-size: 2.2rem;
  }
  .feelGoodSec .feelGood_box{
    padding: 30px 10px 5px;
  }
  .feelGoodSec .feelGood_list li{
    width: 49%;
  }
  .feelGoodSec .feelGood_list li:nth-of-type(odd) {
    margin-right: 2%;
  }
  .diffSec .diff_box{
    padding: 30px 30px 20px;
  }
  .diffSec .diff_box .diff_text{
    padding-left: 0;
  }
  .diffSec .diff_box.bad::before{
    right: 20px;
  }
  .diffSec .diff_box.good::before{
    right: 20px;
  }
  .howSec .estimate_h2{
    font-size: 2.0rem;
  }
  .howSec .howlist li p {
    text-align: left;
  }
  .howSec .howlist li p br{
    display: none;
  }
  .badSec .bad_text,
  .goodSec .good_text{
    font-size: 1.7rem;
  }
  .pointSec .point_list li{
    margin-bottom: 10px;
  }
  .pointSec .point_list li img{
    width: 80px;
  }
  .pointSec .point_list li .point_text,
  .pointSec .point_list li p{
    padding-left: 90px;
  }
  .pointSec .point_list li .point_text{
    padding-top: 5px;
  }
  .voiceSec dl{
    padding: 160px 15px 30px;
  }
  .voiceSec dl dt img{
    top: -190px;
  }
  .voiceSec dl dt .voice_bl{
    font-size: 1.3rem;
  }
  .stepSec .step_box .step_text{
    padding-left: 90px;
  }
  .promiseSec .promise_title_5{
    width: 60%;
  }
  .promiseSec .promise_list li br{
    display: none;
  }
  .madiaSec .madia_area{
    padding: 30px 10px;
  }
  .endSec .about{
    line-height: 2.0;
    letter-spacing: -0.5px;
    font-size: 1.2rem;
  }
}
