@charset "utf-8";
body{
	font-size: 18px;
    line-height: 1.5em;
    font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
    overflow-wrap: break-word;
	word-break: normal;
	color: #333;
}
::selection {
	background: #333;
	color: #FFF;
}

img{width:auto;
	height: auto;
	max-width:100%;
}p{line-height: 1.7em;
	margin-bottom: 1.5em;
}

.big{font-size: 1.2em;}
.small{font-size: .8em; line-height: 1.2em;}
.b{font-weight: 700;}
.u{text-decoration: underline;}
.red{color: #E2567B;}
.ye{color: #FFEB2E;}

.sp{display: none!important;}

.center{
	text-align: center;
	display: block;
	margin: 0 auto;
}
.right{
	width: 300px;
	display: block;
    float: right;
	padding: 0 1%;
	-webkit-box-reflect: below 2px -webkit-gradient(linear, left bottom, left 80%, from(rgba(255, 255, 255, 0.4)), to(transparent));
}
.img_b{
	text-align: center;
	margin: 0 auto 3% auto;
	display: block;
}

/**/
.btn{
	margin: 5% auto 0 auto;
	text-align: center;
}
.flex.btn{margin-top: 1%;}

.btn img{transition: all .5s;}
.btn img:hover{transform: translateY(-10px);}

p:last-child,.btn:last-child{margin-bottom: 0;}

/*追従*/
.cont{
    width: 170px;
    height: auto;
    position:fixed;
    bottom :10px;
    right: 10px;
	z-index: 1000;
}

/*header*/
header,.header{
	padding: 1% 0 2% 0;
	background: url(../img/head_bg.png)center/cover;
	text-align: center;
}
.header{padding: 3% 0 1% 0;}

/*main*/
.bg{
	background: rgb(244,195,137,0.3);
	background: linear-gradient(130deg, rgba(244,195,137,0.3) 0%, rgba(224,117,191,0.3) 30%, rgba(158,167,228,0.3) 100%);
}
.wrap{
	max-width: 930px;
	margin: 0 auto;
	padding: 5% 2%;
}

/*index*/
h2{
	text-align: center;
	font-family: 'Shippori Mincho B1', serif;
	font-size: 1.8em;
	font-weight: 700;
	line-height: 1.5em;
	padding: 3% 2%;
	background: url(../img/h2_bg.png)center/cover;
	color: #fff;
}
h2 span:not([class]){filter: drop-shadow(0 0 5px #891B5D);}
h3{
	font-family: 'Shippori Mincho B1', serif;
	font-size: 1.7em;
	font-weight: 800;
	line-height: 1.4em;
	margin: 0 auto 3% auto;
	text-align: center;
}
h3 span:not([class]){font-size: 1.3em;}
h4{
	text-align: center;
	margin-bottom: 3%;
	font-size: 1.4em;
	font-weight: 600;
	line-height: 1.4em;
}
h4 span:not([class]){
	font-size: .9em;
	font-weight: 800;
	font-family: 'Shippori Mincho B1', serif;
	color: #fff;
	background: #E2567B;
	background: linear-gradient(130deg, rgba(239,118,153,1) 0%, rgba(215,95,131,1) 100%);
	margin: 0 auto 1.5% auto;
	padding: 5px 20px;
	display: block;
	width: fit-content;
	border-radius: 50px;
}
h2:first-child,h3:first-child{margin-top: 0;}

h5 {
    position: relative;
    padding: 1rem;
	font-family: 'Shippori Mincho B1', serif;
	font-size: 1.4em;
	line-height: 1.5em;
	font-weight: 800;
    font-weight: bold;
    text-align: center;
	margin-bottom: 3%;
}
h5::before,h5::after {
    position: absolute;
    width: 30px;
    height: 30px;
    content: '';
}
h5::before {
    border-left: solid 2px #E2567B;
    border-top: solid 2px #E2567B;
    top: 0;
    left: 0;
}
h5::after {
    border-right: solid 2px #E2567B;
    border-bottom: solid 2px #E2567B;
    bottom: 0;
    right: 0;
}
h6{
    color: #E2567B;
    font-weight: 600;
    font-size: 1.1em;
    margin: 0 auto .8em auto;
    letter-spacing: .1em;
	line-height: 1.2em;
	padding: .5% 1.5%;
	border-left: solid 5px #E2567B;
}

.c_text{
	text-align: center;
	font-size: 1.2em;
	font-weight: 600;
	margin-bottom: 1em;
	font-feature-settings: "palt";
}
.c_text span:not([class]) {font-size: 1.3em;}

/**/
.movie{
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin: -1% 0 3% 0;
}
.movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
.modaal-video-wrap{margin: auto 0!important;}
.m_btn{
	display: inline-block;
	width: 33.3%;
	padding: 0 .5%;
	box-sizing: border-box;
}

/*intro*/
.intro h2{
	background: none;
	filter: none;
	color: #333;
	padding:30px 0;
	position: relative;
	margin-bottom: 5%;
}
.intro h2::before {
	content: url(../img/intro_h2_bg.png);
	position:absolute;
	bottom:0;
	left:0;
}
.intro h2::after {
	content: url(../img/intro_h2_bg.png);	position:absolute;
	bottom:0;
	right:0;
	transform: scale(-1, 1);
}

/**/
.box{
	padding: 3px;
	background: rgb(244,195,137);
	background: linear-gradient(130deg, rgba(244,195,137,1) 0%, rgba(224,117,191,1) 30%, rgba(158,167,228,1) 100%);
	margin: 0 auto;
	display: flex;
    flex-direction: column;
	width: 100%;
	box-sizing: border-box;
}
.box_in{
	padding: 5%;
	background: #fff;
	flex: 1;
}
.flex{
	display: flex;
	gap: 5px;
	margin-bottom: 1.4em;
}
.w_box{
	background: #fff;
	padding: 5%;
	border-radius: 10px;
}


/**/
.feature{
	background: #fff;
	padding: 3%;
}
.feature:not(:first-child){margin-top: 3em;}
.feature:not(:last-child){margin-bottom: 3%;}
.feature h3{
	font-size: 1.3em;
	border-bottom: solid 1px rgb(224 117 191);
    padding-bottom: 2%;
    margin-bottom: 3%;
}
.num{
	font-family: 'Shippori Mincho B1', serif;
    font-size: 1.2em;
    letter-spacing: .1em;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto;
    flex-direction: row;
}
.num span{
    color: #E2567B;
    position: relative;
	background: linear-gradient(130deg, rgba(244,195,137,1) 0%, rgba(224,117,191,1) 30%, rgba(158,167,228,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-size: 2.5em;
    height: 40px;
    display: flex;
    align-items: center;
	padding: 0 .1em .3em .1em;
}

/**/
.service:not(:last-child){margin-bottom: 2%;}
.service ul li{margin-bottom: 1%;}

.service ol{margin-bottom: 3%;}
.service ol li {
    display: flex;
    align-items: center;
    background: #F1F1F1;
    padding: 1%;
    border-radius: 50px;
    font-family: 'Shippori Mincho B1', serif;
    font-size: 1.1em;
    font-weight: 800;
    margin-bottom: 1%;
}
.service ol li img {
    width: 7%;
    padding-right: 2%;
}

/**/
.prof{margin-bottom: 3%;}
.pro_img{margin-bottom: 3%;}
.prof ul li{font-size: 1em;}

.prof.flex{margin-bottom: 2em;}
.prof.flex img{min-width: 0;}

/**/
.message{
	background: #fff;
	padding: 5%;
	filter: drop-shadow(2px 2px 13px #ead6e4);
	margin-bottom: 5%;
}
.message:last-child{margin-bottom: 0;}


/********
価格
*********/
.price{
	background: #E2567B;
	background: linear-gradient(130deg, rgba(239,118,153,1) 0%, rgba(215,95,131,1) 100%);
	padding: 1%;
	margin: 0 auto 3% auto;
	text-align: center;
	font-weight: 500;
	max-width: 800px;
	font-feature-settings: "palt";
}
.price_2{background: rgb(191,154,46);background: linear-gradient(130deg, rgba(191,154,46,1) 0%, rgba(140,101,31,1) 100%);}
.price h4{
	color: #fff;
	margin-bottom: 2%;
	padding: 1% 0 0 0;
	font-size: 1.4em;
	font-weight: 700;
	border-bottom: none;
	font-family: 'Shippori Mincho B1', serif;
}
.price h4 span{
	background: #fff;
    padding: 0.1em 1em;
    border-radius: 50px;
    color: #E2567B;
    display: block;
    width: fit-content;
    margin: 1% auto 0 auto;
    letter-spacing: .1em;
    font-size: .8em;
}
.price_2 h4 span{color: #8C651F;}
.price h6{
	background: #f1f1f1;
	border: none;
	padding: 8px 0;
}
.price_text{
	background: #fff;
	padding: 3%;
	font-size: 1.3em;
}
.price_text p{
	margin-bottom: 1em;
	line-height: 1.4em;
}
.price_no p{
	margin-bottom: 0;
	line-height: 1.6em;
}
.price_text p span:not([class]){
	font-size: 1.7em;
	font-weight: bold;
	color: #E2567B;
	padding: 0 1%;
}
.price_text p s{
	font-weight: bold;
	padding: 0 1%;
}
ruby{
	font-size: .9em;
    padding-left: .4%;
}

.price .notes {
    font-size: .6em;
    text-align: left;
	background: #F1F1F1;
    padding: 3%;
    margin: 0 auto;
}
.price img{
	display: block;
	margin-bottom: 2%;
	max-height: 40px;
}
.price a img{
	width: auto;
    max-height: 100%;
    margin: 0 auto;
}

/*吹き出し*/
.tail{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #E2567B;
	font-weight: 600;
	margin: 3% auto;
}
.tail::before,.tail::after{
	content: '';
	width: 30px;
	height: 1px;
	background: #333;
}
.tail::before{transform: rotate(60deg);}
.tail::after{transform: rotate(-60deg);}

/*矢印*/
.arrow_s {
    position: relative;
    padding-left: 12px;
    text-decoration: none;
}
.arrow_s:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 10px;
    border-color: transparent transparent transparent #333;
    position: absolute;
    top: 50%;
    left: -3px;
    margin-top: -7px;
}

/*タイマー*/
.timer{
	text-align: center;
	font-weight: 600;
	font-size: 1.2em;
	margin-top: 3%;
	line-height: 2em;
}
.counter{
	font-size: 1.2em;
	text-align: center;
	color: #E2567B;
}
.counter span{
	font-size: 1.3em;
	padding: 0 5px;
	background: #E2567B;
	background: linear-gradient(130deg, rgba(239,118,153,1) 0%, rgba(215,95,131,1) 100%);
	color: #fff;
	border-radius: 5px;
	margin: 0 3px;
}

/************
フォーム
*************/
.form {
    margin: 0 auto;
    padding: 3%;
    max-width: 850px;
	border: solid #f1f1f1;
}
.form-item {
    padding-bottom: 2%;
    width: 80%;
    display: flex;
    align-items: center;
	margin: 0 auto;
}
.label {
    width: 100%;
    max-width: 150px;
    letter-spacing: 0.05em;
	margin: 0;
}
.input {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-left: 40px;
    padding-left: 1em;
    padding-right: 1em;
    height: 48px;
    flex: 1;
    width: 100%;
    max-width: 530px;
}
.form-btn {
    margin: 2% auto 3% auto;
    background: #E2567B;
	background: linear-gradient(180deg, #E2567B 0%, #b44462 100%);
    color: #fff;
    text-align: center;
    display: block;
    width: 400px;
    padding: 20px 0;
    text-decoration: none;
    transition: .5s ease;
    font-size: 1.2em;
    font-weight: 600;
    letter-spacing: .1em;
    border-radius: 50px;
    border: none;
	cursor: pointer;
}


/************
決済ボタン
*************/
.pay_wrap{
	display:flex;
	gap:10px;
}
.pay_btn{
	font-size: .9em;
	display: flex;
	flex-direction: column;
    width: -webkit-fill-available;
}
.pay_btn .price_text{
	flex: 2;
	display:grid;
	align-content: space-evenly;
}
.pay_btn .price_text p{margin: 1em 0; font-size: 1.1em;}
.pay_btn .price_text p span{font-size: 1.8em;}
.pay_btn .price_text p .small{font-size: .7em;}
.pay_btn .price_text ruby{font-size: .6em;}
.pay_btn a img,.m_btn img{
	max-height: 100%;
	width: 100%;
	transition: all .5s;
	margin-bottom: 5%;
}
.p_btn:hover,.m_btn img:hover{transform: translateY(-10px);}
.pay_btn img{margin: 0 auto;}
.pay_btn .price_text p.notes{margin-bottom: 0; font-size: .5em; text-align: center;}

.p_btn {
    text-align: center;
    margin-bottom: 3%;
    width: 100%;
    padding: 13px 0;
    text-decoration: none;
    letter-spacing: .1em;
    border-radius: 50px;
    background: rgb(51 210 39);
	background: linear-gradient(180deg, rgb(51 210 39) 0%, rgb(33 131 54) 100%);
    color: #fff;
    box-sizing: border-box;
    border: #d1d1d1 solid 2px;
	font-weight: 700;
	font-family: 'Shippori Mincho B1', serif;
	position: relative;
	transition: all .5s;
}
.p_btn::after {
	position: absolute;
	top: 50%;
	right: .7em;
	width:  .3em;
	height: .3em;
	transform: translateY(-50%) rotate(45deg);
	border-right: 2px solid currentColor;
	border-top: 2px solid currentColor;
	content: "";
}

/************
募集概要
*************/
.paymentTable{
	width: 100%;
	border: 1px solid #aaa;
	margin: 2% 0;
	font-size: 0.9em;
	background: #fff;
}

.paymentTable th{
	width: 30%;
	border: 1px solid #aaa;
	background: #F1F1F1;
}

.paymentTable td{
	width: 70%;
	border: 1px solid #aaa;
	padding: 10px;
}

.paymentTable h6{
	font-size: 1.2em;
	margin: 5% 0 2% 0;
	padding: 1% 0;
	color: #333;
	border: none;
	text-align: center;
}
.paymentTable h6:first-child{margin-top: 0}
.paymentTable .big{font-size: 1.2em;}

.kiyaku{
	margin: 2% 0;
	width: 100%;
	height: 200px;
	background: #fff;
}
.kiyaku iframe{width: 100%;}
.paymentTable img{
	display: block;
	height: 30px;
	margin-bottom: 3%;
}

/**********
よくある質問
**********/
ul.qa li{
	background: #fff;
	padding: 2% 3%;
	filter: drop-shadow(2px 2px 13px #ead6e4);
	margin-bottom: 2%;
}
ul.qa li .q{
	background: url(../img/q.png)0 45%;
	background-repeat: no-repeat;
	background-size: 43px;
	padding: 2% 2% 3% 50px;
	margin-bottom: 3%;
	border-bottom: solid 2px #E2567B;
	font-size: 1.1em;
	font-weight: 600;
}
.a-text {
	font-size: 0.9em;
	padding-bottom: 2%;
}

/*footer*/
footer{
	background: #333;
	padding: 30px 2%;
	text-align:center;
	font-size:14px;
}
footer p{
    line-height: 1em;
	color:#FFF;
}
footer a{
	font-size:13px;
	color:#FFF;
	margin: 0 .5%;
}

@media screen and (max-width: 768px) {
   /*--- 表示領域が768px以下の場合に適用するスタイル ---*/

}/*///media*/

@media screen and (max-width: 640px) {
   /*--- 表示領域が640px以下の場合に適用するスタイル ---*/
	.sp{display: block!important;}
	.pc{display: none!important;}

	.text p:not([class]) br{display: none;}
	.text p.br br,.text p br.br,
	.text .price p br{display: block;}

	.right{
		float: none;
		width: 100%;
		margin: 0 auto 1.7em;
		padding: 0;
		position: relative;
	}

	/*追従*/
	.cont{width: 130px;}

	/*header*/

	/*main*/
	h2{font-size: 1.4em;}
	h3,h4{font-size: 1.2em;}
	h5,.c_text{font-size: 1.1em;}

	h6{font-size: 1em;
	letter-spacing: normal;}

	/*intro*/
	.intro h2{margin-bottom: 0;}
	.intro h2::before ,.intro h2::after {content: ""}

	/**/
	.step.flex,.flex.btn{flex-direction: column;}

	/**/
	.vision{flex-direction: column;}
	.vision p{text-align: center; font-size: 1.1em;}
	.about_img {width: 100%;}
	.about_img img{border-radius: 0  0 10px 10px;}
	.about_img::before {
		background: linear-gradient(0deg,rgba(255,255,255,0) 65%, #fff 95%);
		bottom: 0;
	}


	/**/
	.list_01{
		background: url(../img/list_bg_01a.png) center/cover;
		background-attachment: scroll;
	}
	.list_01 ul,.list_02 ul,
	.list_01 ul li,.list_02 ul li{font-size: 1em;}
	.list_02{
		background: url(../img/list_bg_02a.png) center/cover;;
		background-attachment: scroll;
	}
	.list_02 ul{
		margin: 0 auto;
		width: 100%;
	}

	/**/
	.lum-lightbox-inner img {width: 100%!important;}
	.lum-gallery-button:after {
		width: 15px!important;
		height: 15px!important;
	}

	/**/
	.feature h3{font-size: 1.2em;}
	.num{
		height: 90px;
		width: 90px;
	}
	.num span{height: 30px;}

	/**/
	.service ol li img {width: 13%;}

	/*タイマー*/
	.timer{font-size: 1.1em;}
	.counter{
		display: block;
		margin-top: 3%;
	}




	/**/
	.m_btn{
		display: block;
		width: 90%;
		margin: 0 auto 2% auto;
	}

	/**/
	table.table thead {display:none;}
	table.table tbody th,table.table tbody td {display:block;}
	table.table tbody td::before {
		content: attr(label);
		float: left;
		clear:both;
		font-weight:600;
	}
	table.table tbody td {
		display: block;
		position: relative;
		padding: .625em .625em .625em 10em;
		border-right: none;
	}
	table.table td::before {
		content: attr(data-label);
		font-weight: bold;
		position: absolute;
		left: 10px;
	}

	/************
	フォーム
	*************/
	.form-item {width: 100%; display: block;}
	.label,.input  {width: 100%; margin: 0; box-sizing: border-box;}
	.form-btn {width: 100%;}

	/********
	価格
	*********/
	.price h4{font-size: 1.3em;}
	.price_text{font-size: 1.2em;}

	/************
	決済ボタン
	*************/
	.pay_wrap{flex-direction: column;}

	/************
	募集概要
	*************/
	.paymentTable{border:none;}
	.paymentTable tr th,td{
		width:100% !important;
		display:inline-block;
		border: none;
		padding: 5px 0;
	}
	.paymentTable td{padding:0;
		border: none;
		padding: 10px;
	    box-sizing: border-box;
	}

}/*///media*/