@charset "UTF-8";

main {background: #FBF5EA;}
body {width: 100%;background-size: cover;background-repeat: no-repeat;background-position: bottom center;background-attachment: fixed;color: #000;font-weight: 500;line-height: 1.5;}
img {max-width: 100%;margin: 0 auto;padding: 0;}
a {text-decoration: underline;color: revert;}
/*共通*/
.sec_inner{margin: 0rem auto;max-width: 960px; margin-bottom: 0;}
.sec_ttl{margin-bottom: 2rem;}
.sub_head {
    color: #383838;
    margin: 0 auto;
    display: block;
    width: 100%;
    text-align: center !important;
    margin-bottom: 2rem;
    position: relative;
    z-index: 2;
}
.sub_head .kentou {
 font-size: 2em;
 margin-bottom: .3em;
 font-weight: bold;
 padding: 0 2em;
}
.sub_head .kentou span {
 display: inline-block;
 position: relative;
 line-height: 1.5;
}
.sub_head .kentou span::before {
    content: '';
    display: block;
    width: 2em;
    height: 1px;
    border-bottom: 1px solid #E23E1E;
    position: absolute;
    left: -2.0em;
    top: 50%;
    transform: rotate(60deg);
}
.sub_head .kentou span::after {
    content: '';
    display: block;
    width: 2em;
    height: 1px;
    border-bottom: 1px solid #E23E1E;
    position: absolute;
    right: -2em;
    top: 39%;
    transform: rotate(-60deg);
}
.sub_head h2 {
 font-size: 3rem;
 line-height: 1.2;
 margin-bottom: 5px;
 font-weight: bold;
}
.pc{display:block!important;}
.sp{display:none!important;}
.b {font-weight:bold;}
.txt_c{text-align:center;}
.txt_r{text-align:right;}
.txt_l{text-align:left;}
.wht {color: #fff;}
.r {color: #ff6618;}
.y {color: #fff832;}
.blue{color :#2baaff;}
.large {font-size:130%}
.xlarge {font-size:160%!important}
.small {font-size:80%}
.top {margin-top: 2rem!important;}
.bottom {margin-bottom: 1rem;}
.left {margin-left: 1rem;}
.right {margin-right: 1rem;}
.flex {display: flex;flex-wrap: wrap;align-items: center;justify-content: start;}
.img{margin: 0 auto; display: block;}
.img_ttl{margin: 0 auto; display: block;margin-bottom: 1rem}
.img_center{margin:  0 auto;display: block;}
@media screen and (max-width:768px) {
	.pc{display:none!important;}
.sp{display:block!important;}
	.large {font-size:110%}
	.bw {
 width: 86%;
		
}
	.flex{display: block;}
	.sub_head {
 color: #383838;
 margin-bottom: 10px;
 position: relative;
 z-index: 2;
}
.sub_head .kentou {
 font-size: 1.2em;
 margin-bottom: .3em;
 font-weight: bold;
 padding: 0 2em;
}
.sub_head .kentou span {
 display: inline-block;
 position: relative;
 line-height: 1.5;
}
.sub_head .kentou span::before {
 content: '';
 display: block;
 width: 3em;
 height: 1px;
 border-bottom: 1px solid #E23E1E;
 position: absolute;
 left: -2.5em;
 top: 50%;
 transform: rotate(60deg);
}
.sub_head .kentou span::after {
 content: '';
 display: block;
 width: 3em;
 height: 1px;
 border-bottom: 1px solid #E23E1E;
 position: absolute;
 right: -2.5em;
 top: 50%;
 transform: rotate(-60deg);
}
.sub_head h2 {
 font-size: 8.5vw;
 line-height: 1.2;
 margin-bottom: 5px;
 font-weight: bold;
}
	.sec_inner {width:90%;
}
	
	
	
.sp_large{font-size:110%;}
.sp_small{font-size:110%;}
.top {margin-top: 5vw;}
.bottom {margin-bottom:5vw;}}

.main_image{background: url("../images/head_bg.jpg") no-repeat;background-size:cover; }
/*ボタン周り*/
.bw {margin: auto;}
.order_block {padding: 50px 0 70px 0;}
.order_price {text-align: center;padding-bottom: 1em;}
.order_price img {width: 80%;max-width: 317px !important;}
.order_btn {margin-bottom: 1.5em;text-align: center;}
.order_btn a {display: block;max-width: 520px;margin: auto;text-align: center;padding: 5px 12%;
background: #f15a24;box-shadow: inset 0 -5px 0 0 #ee2700, 0 2px 7px rgba(0, 0, 0, 0.3);border-radius: 60px;}
@media (hover: hover) {
.order_btn a:hover { background: #ff7a40;box-shadow: inset 0 -5px 0 0 #f25335, 0 2px 3px rgba(0, 0, 0, 0.3);transform: translateY(2px);}}
.order_block li {font-size: .8em;line-height: 1.3;text-indent: -1em;margin: 0 0 .3em 1em;text-align: left;}
@media (min-width: 740px) {
.order_btn a {padding: 0px;}
.order_block {text-align: center;}

.order_block li {font-size: .8em;text-indent: 0;margin: 0 0 .3em 0;text-align: center;}}

/*sec1*/
.sec1{background: #ffe6dc;padding: 5rem 0 0;}
.point_wrap{background: #fff;width:37%;padding: 1rem .6rem;border: solid 2px #ff6618;border-radius: 12px;padding-bottom: 2rem;}
.point_ttl{font-size:1.4rem;text-align: center;}
.point_bg{background: #fff4ee; padding: 10px;}
.point ul{margin: 10px 0;}
.point ul li {
    position: relative;
    font-size: 1.2rem;
    padding-left: 19px;
}

.point_wrap:nth-of-type(2) ul li:before {
    content: "";
    display: block;
    width: 1rem;
    height: 0.5rem;
    border-left: 2px solid red;
    border-bottom: 2px solid red;
    transform: rotate(-42deg) !important;
    position: absolute;
    left: 11px;
    top: 0.5rem;
    left: 0rem;
}
.point_wrap:last-of-type{position: relative;}

.dli-zoom-in {
    display: inline-block;
    vertical-align: middle;
    color: #ffe6dc;
    background-color: #ff6618;
    line-height: 1;
    width: 3em;
    height: 3em;
    border: 0.15em solid currentColor;
    border-radius: 50%;
    box-sizing: content-box;
    position: relative;
}
.dli-zoom-in > span {
  width: 58%;
  height: 0.1em;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.dli-zoom-in > span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}

.balloon1-top {
    position: relative;
    display: block;
    margin: 1.5em 0;
    padding: 11px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    text-align: center;
    font-size: 16px;
    background: #fe8900;
    width: 65%;
    margin: 0 auto;
    margin-top: 2rem;
    border-radius: 12px;
    font-size: 1.5rem;
    color: #fff;
}
.balloon1-top:before {content: "";position: absolute;top: -27px;left: 50%;margin-left: -15px;border: 15px solid transparent;border-bottom: 15px solid #fe8900;}
.balloon1-top p {margin: 0;padding: 0;}
.balloon1-top img{margin: 0}
.balloon1-top .flex{justify-content: center;gap:2rem;}



@media screen and (max-width:768px) {
	.sec1 {
    background: #ffe6dc;
    padding: 8vw 0 0;
}
	.order_block {padding:5vw 0 8vw 0;}
#point .pc{display:none;}
#point .sp{display:block;}
#point .main_image .pc{background-image: none;}
#point .main_image .sp{display:block;}
.point_main{position: relative;margin-top:35px;}
.point_main_img{margin-bottom:35px;}
.point_title img{margin: 80px auto 15px;}
.point_main_name{top:-40px;width: 60%;}
	.point_wrap {
    width: 100%;
		margin: 0 auto;
}
	.dli-zoom-in {
	display: block;
    margin: 0 auto;
}
	.balloon1-top {
    width: 100%;
}

}
/*sec2*/
.sec2{background:url("../images/sec2_bg.jpg");padding: 5rem 0 0;background-attachment: fixed;}
.sec2_wrap{background: #fff3bf;padding: 3rem;border-radius: 30px;}
.sec2_step{border-radius: 30px;background: #fff;padding:1rem;margin-bottom: 2rem;gap:3rem;}
.sec2_step img{margin: 0;}
.sec2_step_txt .flex{margin-bottom: 1rem!important;}
.ttl{padding-left: 1rem;font-size: 140%;}
.arrow {display: block;vertical-align: middle;color: #f34d1f;line-height: 1;width: 0;height: 0;border-style: solid;border-color: transparent;border-width: 2rem 4rem;border-top-color: currentColor;border-bottom: 0;margin: 0 auto;margin-bottom: 1rem;}

@media screen and (max-width:768px) {
.sec2_wrap {
    padding: 5vw;
    border-radius: 12px;
	}
.sec2_step {
    display: flex;
    justify-content: center;
	gap: 5vw;
	border-radius: 12px;
}
	.sec2_step_txt{text-align: center;}
		.sec2_step_txt ul li{text-align: left;font-size: 4vw}
.sec2 {
    padding: 9vw 0vw 0;
}
	.ttl {
    padding-left: 0rem;
    font-size: 120%;
}
	.sec2_step img {
    width: 50%;
}
	.sec2_step_txt img{width:30%;}
	.sec2_step_txt .flex {
    margin-bottom: 1vw !important;
}
	.arrow {
    border-width: 3vw 8vw;
    margin-bottom: 2vw;
}
	.sec2_step {
    margin-bottom: 3vw;
}
	.sp_small{font-size: 80%!important;}
}
/*sec3*/
.sec3{background-image: url("../images/sec3_bg.jpg");padding: 5rem 0 0;background-repeat: no-repeat;background-size:cover;}
.sec3_cace{background: #fff;padding: 2rem;border-radius: 12px;margin-top: 2rem!important;}
.sec3 .sec_inner{padding-bottom: 5rem;}
.sec3_cace_ttl{font-size:1.2rem;text-align: center;}
.sec3_cace_box{width: 100%;margin: 0 auto;
 text-align: center;background-color: #ffe3d3;padding: 2rem;border-radius: 12px}
.sec3_cace_img{flex-wrap: wrap;max-width: 760px;margin: 0 auto;}
.sec3_cace_box img{margin: 1rem 2rem 1rem 2rem;object-fit: contain;}
.dli-plus {
    display: block;
    vertical-align: middle;
    color: #ff6618;
    line-height: 1;
    width: 2em;
    height: 0.3em;
    background: currentColor;
    border-radius: 0.1em;
    position: relative;
    margin: 1rem auto;
}
.dli-plus::before {content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: inherit;
 border-radius: inherit;transform: rotate(90deg);}

@media screen and (max-width:768px) {
	.sec3_cace {
    padding: 5vw;
    margin-top: 5vw !important;
}
	.sec3 {
    background: #fff0eb;
        padding: 8vw 0 0 0;
}
.sec3_cace_ttl {
        font-size: 5vw !important;
        text-align: center;
        margin-bottom: 2vw;
    }
.sec3_cace_box {
    padding: 2vw 0;
}
    .sec3_cace_box img {
        margin: 2vw;
        object-fit: contain;
        width: 95%;
        margin: 1vw auto;
    }
.sec3_cace_box .large {
        font-size: 90%;
    }
.sec3_cace_img {
    flex-wrap: wrap;
    display: flex;
	justify-content: space-around;
}
	.dli-plus {
    display: block;
    vertical-align: middle;
    color: #ff6618;
    line-height: 1;
    width: 1em;
    height: 0.2em;
    background: currentColor;
    border-radius: 0.1em;
    position: relative;
    margin: 3vw auto;
	}
.sec3 .sec_inner {
    padding-bottom: 8vw;
}

}
/*sec4*/
.sec4{background-image: url("../images/sec4_bg.jpg");padding: 5rem 0 0;background-repeat: no-repeat;background-size:cover;}
.sec4 .sec_inner{padding-bottom: 5rem;}
.sec4 .flex{justify-content:space-between;}
.sec4_box{background:#fff;border-radius: 12px;padding: .5rem;width:32%;}
.sec4_box img{margin: 0 auto;display: block;}
.sec4_box .ttl{font-size:1.2rem;
font-weight: bold;text-align: center;margin: .5rem 0}

@media screen and (max-width:768px) {
.sec4_box {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 4vw;
        padding: 3vw 5vw;
    }
.sec4 {
    background:#fff7eb;
    padding: 8vw 0 0;
	}
	.sec4 .sec_inner {
    padding-bottom: 8vw;
}
}

/*sec5*/
.sec5{padding: 5rem 0 0;padding-bottom: 5rem;background:url("../images/sec5_bg.jpg");background-attachment: fixed;}
.sec5 .sec_inner{padding: 3rem;background: #dff2ff;border-radius: 12px}
.sec5 .flex:nth-child(3){flex-direction:row-reverse}
.sec5 .flex{width:91%;margin: 0 auto;}
.flow_design04{
	background: #FFF;
	padding: 2rem 0;
	border-radius: 12px;
	margin-top: 2rem;
}
.flow04 {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
}

.flow04 > li {
  list-style-type: none;
  width: 100%;
  max-width: 230px;
  display: flex;
}

.flow04 > li .icon04 {
  line-height: 2;
  width: 2em;
  height: 2em;
  text-align: center;
  color: #fff;
  background: #9ed8ff;
  margin: 0 auto 10px;
  display: block;
  border-radius: 100vh;
  position: relative;
}

.flow04 > li .icon04::before {
  content: "";
  border: solid transparent;
  border-width: 7px;
  border-top-color: #9ed8ff;
  position: absolute;
  top: calc(100% - 2px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.flow04 > li dl {
    padding: 1rem 0;
    margin: 0;
    border: 3px solid #9ed8ff;
    position: relative;
    width: 100%;
    border-radius: 12px;
    display: flex
;
    flex-direction: column;
}

.flow04 > li:not(:first-child) dl::before {
  content: "";
  width: 14px;
  height: 14px;
  margin-right: 10px;
  display: inline-block;
  border-top: 4px solid #9ed8ff;
  border-right: 4px solid #9ed8ff;
  position: absolute;
  top: calc(50% - 14px);
  left: -45px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.flow04 > li dl dt {
  font-size: 1.3em;
  font-weight: 600;
  color: #9ed8ff;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-bottom: 10px;
  text-align: center;
}

.flow04 > li dl dd {
  margin-left: 0;
}

@media(max-width: 767px){
	.sec5 .sec_inner {
    padding: 5vw;
}
    .sec5 .flex {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 5vw;
        font-size: 4vw;
    }
	    .sec5 .flex img{
        margin-bottom: 1vw;
    }
  .flow04 {
    gap: 20px;
  }
  .flow04 > li {
    max-width: unset;
    display: block;
  }
  .flow04 > li:not(:first-child) dl::before {
    display: none;
  }
	.flow04 > li dl {
    padding: 5vw 0;
    margin: 0 auto;
    width: 90%;
    flex-direction: column;
}
	.sec5 {
    padding:10vw 0 0;
    padding-bottom: 8vw;
}
	.sec5 .xlarge {
    font-size: 128% !important;
}
	.flow_design04 {
    padding: 5vw 0;
    margin-top: 5vw;
}
}

.sec6{background: #f4efea;}
.sec6 .sec_inner {
    padding: 3rem;
    border-radius: 12px;
}
.qa-7 {
    margin-bottom: 10px;
    border: none;
    border-radius: 5px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 2%), 0 2px 3px -2px rgba(0 0 0 / 5%);
    background-color: #fff;
}

.qa-7 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.qa-7 summary::before,
.qa-7 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-7 summary::before {
    color: #75bbff;
    content: "Q";
}

.qa-7 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa-7[open] summary::after {
    transform: rotate(225deg);
}

.qa-7 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}

.qa-7[open] p {
    transform: none;
    opacity: 1;
}

.qa-7 p::before {
    color: #ff8d8d;
    line-height: 1.2;
    content: "A";
}
@media(max-width: 767px){
.sec6 .sec_inner {
    padding: 8vw 0;
    border-radius: 12px;
	}}
