@charset "utf-8";
@import url('reset.css');

section {margin-bottom:6rem;}
h2 {
	font-size:3rem;
	margin-bottom:2rem;
}
h3 {
	font-size:2.4rem;
	margin-bottom:1.6rem;
}
p {
	font-size:1.6rem;
	padding-bottom:1.6rem;
}
a {color:#000;}
.sp {
	display:none;
}
	@media screen and (max-width: 540px) {
		.sp {
			display:block;
		}
	}
strong{font-weight:bold;}
.lineY {
	background-image: linear-gradient(transparent 60%, #F8E71C 60%);
}
.text_blue {
	color:#00267F;
	font-weight:bold;
}
.width_full {
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
}
.width_full.Gr {
	background-color: #359A7B;
}
.width_full.Or {
	background-color: #F8B62D;
}
.width_full section {
	max-width:1060px;
	width:100%;
	margin: 0 auto;
	padding: 20px 0;
}
	@media screen and (max-width: 540px) {
		.width_full section {
			max-width:540px;
			padding:2rem 1rem;
		}
	}

/*-- flex-box --*/
.flex_b {
	display:flex;
}
.b_left {
	width:50%;
	padding-right:20px;
}
.b_right {
	width:50%;
	padding-left:20px;
}


/*-- cta --*/
.cta {
	text-align:center;
	padding: 3rem 0;
	margin-bottom: 3rem;
	cursor: pointer;
}
.cta a {
	display: block;
	width:86%;
	margin:0 auto;
	border-radius: 20px;
	box-shadow: 2px 5px 10px rgba(0, 0, 0, .1);
	color:#000;
}
	@media screen and (max-width: 540px) {
		.cta a {
			width:100%;
		}
	}
.cta button {
	width:100%;
	background-color: #F8B62D;
	color:#000;
	border: none;
	border-radius: 20px;
	padding: 1rem 3rem 1.4rem;
	font-size: 3.6rem;
	font-weight: bold;
	box-shadow: inset 2px 5px 10px rgba(0, 0, 0, .1);
}
	@media screen and (max-width: 540px) {
		.cta button {
			padding: 1rem 1rem 1.4rem;
		}
	}
.cta button span {
	display:block;
	color:#FFF;
	font-size: 1.6rem;
}
.cta button em {
	font-style: normal;
	border-bottom: 5px double #FFF;
}
.cta:hover button {
	background-color: #FFC54D;
}

/*-- header --*/
header {
	text-align: center;
}
.header_inn {
	background:url(/image/top-bg.webp);
	background-size: cover;
	margin-bottom:1rem;
}
header h1 {
	max-width:1060px;
	width:100%;
	margin: 0 auto;
}
header p img {
	display: inline;
	padding: 0 3px;
}

/*-- main --*/
main {
	max-width:1060px;
	width:100%;
	margin: 0 auto;
}
	@media screen and (max-width: 540px) {
		main {
			max-width:540px;
			padding:0 1rem;
		}
	}
.main h2 {
    text-align: center;
}

/*-- 囲み --*/
.kakomi_a {
	border-top:1px solid #43A4DD;
	border-bottom:1px solid #43A4DD;
	background: url(/image/kakomi_a-bg.webp);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 20px;
	margin-bottom:1rem;
}
	@media screen and (max-width: 540px) {
		.kakomi_a {
			padding: 10px;
			background-size: contain;
			background-position: bottom;
			padding-bottom: 80px;
			background-color:#E2F4FF60;
		}
	}
.kakomi_a h3 {
	font-size:1.6rem;
	text-align: center;
}
.kakomi_a ul li {
	font-size: 20px;
	font-weight: bold;
	line-height: 2.4;
	text-shadow: 2px 2px 1px #FFF;
}
	@media screen and (max-width: 540px) {
		.kakomi_a ul li {
			line-height: 1.8;
			margin-left: 1.8rem;
		}
	}
.kakomi_a ul li:before {
	font:var(--fa-font-solid);
	font-family: "Font Awesome 6 Free"; 
	content:'\f058';
	margin-right: 1rem;
	color: #CD181E;
	text-shadow: none;
}
	@media screen and (max-width: 540px) {
		.kakomi_a ul li:before {
			margin-left: -1.8rem;
		}
	}
.kakomi_b {
	background-color: #fff;
	color: #000;
	border-radius: 1rem;
	padding: 1.6rem 2rem 0;
	background-image: url(/image/label_left.webp);
	background-repeat: no-repeat;
	background-position-x: 20px;
	}
	@media screen and (max-width: 540px) {
		.kakomi_b {
			background-size:10%;
		}
	}
.kakomi_b p{
	margin-left: 8rem;
}
	@media screen and (max-width: 540px) {
		.kakomi_b p{
			margin-left: 0;
			padding-top: 4rem;
		}
	}

.kakomi_c {
    background-color: #fff;
    width: 80%;
    margin: 0 auto;
}

/*-- エモーショナル --*/
.emo {
	color:#fff;
}
.emo h2 img {
	width:88px;
	margin-right:10px;
	vertical-align: middle;
}
.emo h3 {
	width:30%;
	margin-bottom:0;
}
	@media screen and (max-width: 540px) {
		.emo h3 {
			width:50%;
			margin: 0 auto;
		}
	}
.emo ul li{
	font-size: 20px;
	font-weight: bold;
	padding:0 0 8px 0;
}
	@media screen and (max-width: 540px) {
		.emo ul li{
			margin-left:2.6rem;
		}
	}
.emo ul li:before {
	content:"▶︎";
	color:#EDE47E;
	margin-right:5px;
}
	@media screen and (max-width: 540px) {
		.emo ul li:before {
			margin-left:-2.6rem;
		}
	}
	@media screen and (max-width: 540px) {
		.emo .flex_b {
			display:block;
		}
	}
.emo .b_left {width:40%;}
	@media screen and (max-width: 540px) {
		.emo .b_left {
			width:100%;
			padding-right:0;
			margin-bottom: 1rem;
		}
	}
.emo .b_right {width:60%;}
	@media screen and (max-width: 540px) {
		.emo .b_right {
			width:100%;
			padding-left:0;
		}
	}

/*-- ステップ --*/
.stap_wrap h2 {
	width: 80%;
	margin: 0 auto 3rem;
}
	@media screen and (max-width: 540px) {
		.stap_wrap h2 {
			width: 100%;
		}
	}
.stap_wrap dl.s1 {
	background-image: url(/image/step01.webp);
	background-repeat: no-repeat;
}
.stap_wrap dl.s2 {
	background-image: url(/image/step02.webp);
	background-repeat: no-repeat;
}
.stap_wrap dl.s3 {
	background-image: url(/image/step03.webp);
	background-repeat: no-repeat;
}
.stap_wrap dl.s4 {
	background-image: url(/image/step04.webp);
	background-repeat: no-repeat;
}
.stap_wrap dl {
	background-size: 10%;
	margin-left: 2rem;
	padding-left: 12%;
	padding-top: 1rem;
	height: 100px;
	margin-bottom: 2rem;
}
	@media screen and (max-width: 540px) {
		.stap_wrap dl {
			margin-left: 0;
			padding-left: 0;
			padding-top: 0;
			background-size: 20%;
			height: auto;
		}
	}
.stap_wrap dl dt {
	font-size:2rem;
	font-weight:bold;
}
	@media screen and (max-width: 540px) {
		.stap_wrap dl dt {
			padding-left: 24%;
		}
	}
.stap_wrap dl dt span {
	display:none;
}
.stap_wrap dl dd {
	font-size:1.6rem;
}
	@media screen and (max-width: 540px) {
		.stap_wrap dl dd {
			padding-left: 24%;
		}
	}

/*-- 特典 --*/
.tokuten h3 {
	font-size: 3rem;
	margin-bottom: 2rem;
	text-align: center;
}
	@media screen and (max-width: 540px) {
		.tokuten h3 {
			font-size: 2.4rem;
		}
	}
.tokuten h3 span {
	display:block;
	font-size: 2rem;
}
.tokuten .flex_b {
	justify-content: space-between;
}
	@media screen and (max-width: 540px) {
		.tokuten .flex_b {
			display:block;
		}
	}
.tokuten .flex_b > dl {
    flex-basis: 30%;
    display: flex;
    flex-direction: column;
}
.tokuten dl dt {
	font-size:2rem;
	font-weight:bold;
	flex-grow: 1;
	margin-bottom: 2rem;
}
.tokuten dl dd {
	font-size:1.6rem;
}

/*-- 価格 --*/
.price {
	text-align: center;
	color: #fff;
}
.price h2 {
	font-size: 4rem;
}
	@media screen and (max-width: 540px) {
		.price h2 {
			font-size: 3rem;
		}
	}
.price h2 span {
	font-size: 2rem;
}
.price .kakomi_c {
	color: #000;
	position: relative;
}
	@media screen and (max-width: 540px) {
		.price .kakomi_c {
			width:100%;
		}
	}
.price .kakomi_c h3 {
	margin-bottom:0;
}
.price .kakomi_c p {
	font-size:5rem;
	font-weight: bold;
	padding-bottom: 0;
}
	@media screen and (max-width: 540px) {
		.price .kakomi_c p {
			padding-top: 2rem;
		}
	}
.price .kakomi_c p span {
	font-size: 2rem;
}
.price .kakomi_c:before {
	content: "▶︎▶︎▶︎▶︎▶︎";
	color:#F20B37;
	font-size:4rem;
	position: absolute;
	left: 5%;
	top: 50%;
	transform: translateY(-50%);
}
	@media screen and (max-width: 540px) {
		.price .kakomi_c:before {
			content: "▼▼▼▼▼";
			transform: translateX(-50%);
			left: 50%;
			top: 2rem;
		}
	}

/*-- お客様の声 --*/
.voice h2 {
	color: #00267F;
	background-image: url(/image/voice_icon.webp);
	background-repeat: no-repeat;
	background-size: contain;
	padding-left: 100px;
	padding-top: 20px;
}
.voice h3 {
	font-size: 2rem;
	color: #00267F;
	background-image: url(/image/voice_ttl-line.webp);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom;
	padding-bottom: 4.6rem;
	margin-bottom: 0;
}
	@media screen and (max-width: 540px) {
		.voice h3 {
			padding-bottom: 2.6rem;
		}
	}

/*-- プロフィール --*/
.profile h2 {
	background-color: #002E41;
	color:#fff;
	font-size:1.6rem;
	font-weight: normal;
	padding:1rem;
}
.profile h3 {
	font-size: 1.6rem;
	font-weight: normal;
	margin-bottom: 0
}
.profile h3 span {
	display:block;
}
.profile p {
	padding-bottom:0;
}
.profile > section {
	margin-bottom:2rem;
}

/*-- FAQ --*/
.faq h2 {
	background-color: #002E41;
	color:#fff;
	font-size:1.6rem;
	font-weight: normal;
	padding:1rem;
}
.faq dl {
	border: 2px solid #002E41;
	border-radius: 10px;
	margin: 0 2rem;
	padding: 3rem;
	font-size: 1.6rem;
}
	@media screen and (max-width: 540px) {
		.faq dl {
			margin: 0;
			padding: 1rem;
		}
	}
.faq dl dt {
	font-weight: bold;
	margin-bottom: 1rem;
}
.faq dl dt span {
	font-size:2rem;
	color:#C91B1B;
	padding-right:1rem;
}
.faq dl dd {
	margin-bottom:2rem;
	background-color:#F4F3F0;
	padding: 1rem 1.6rem;
}
.faq dl dd h3 {
	 font-size: 1.6rem;
	 margin-bottom:0;
}
.faq dl dd h3 span {
	font-size:2rem;
	color:#349A7B;
	padding-right: 2rem;
}
.faq dl dd p {
	padding-left:4rem;
}

/*-- footer --*/
footer {
	background:url(/image/top-bg.webp);
	background-size: cover;
	color: #fff;
	padding: 1rem 0;
}
footer a {
	color: #fff;
	text-decoration: none;
}
footer a:hover {
	text-decoration: underline;
}
footer ul {
	text-align: center;
	font-size: 1.4rem;
}
footer ul li {
	display:inline;
	margin-right:1rem;
}
footer ul li:after {
	font:var(--fa-font-solid);
	font-family: "Font Awesome 6 Free"; 
	content:'\f101';
	margin-left: .5rem;
}
footer .flex_b {
	max-width: 796px;
	width: 100%;
	margin: 0 auto;
	justify-content: space-evenly;
	font-size: 1.6rem;
	}
	@media screen and (max-width: 540px) {
		footer .flex_b {
			display:block;
			text-align: center;
			margin-top: 1rem;
		}
	}
footer .flex_b img {
	width: 60px;
}
footer .flex_b div,footer .flex_b address {
	flex-basis: 50%;
}
	@media screen and (max-width: 540px) {
		footer .flex_b div,footer .flex_b address {
			widht:100%;
		}
	}
footer .flex_b address {
	font-style: normal;
	padding-top: 4rem;
}
	@media screen and (max-width: 540px) {
		footer .flex_b address {
			padding-top: 0;
		}
	}
.copyR {
	text-align: center;
	margin-top: 1rem;
}

/*-- page top --*/
#page_top{
	width: 50px;
	height: 50px;
	position: fixed;
	right: 0;
	bottom: -50px;
	background: #002E41;
	opacity: 0.6;
	border-radius: 50%;
}
#page_top a{
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}
#page_top a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f102';
	font-size: 25px;
	color: #fff;
	position: absolute;
	width: 25px;
	height: 25px;
	top: -5px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}

/*-- 申し込みフォーム --*/
.contact-form{
	font-size:1.6rem;
}
form {
	max-width: 720px;
	width:100%;
	margin:0 auto;
}
form dt {
	padding-top: 2rem;
	padding-bottom: 1rem;
	width: 100%;
	display: flex;
	align-items: center;
	font-size: 20px;
	font-weight: bold;
}
form dd {
	border-bottom: 1px solid #ddd;
	padding-bottom:2rem;
	font-size: 1.6rem;
}
form label span {
    font-size: 1.6rem;
    color: red;
    font-weight: normal;
}
form input {
	border: 1px solid #ddd;
	border-radius: 6px;
	padding-left: 1em;
	padding-right: 1em;
	height: 48px;
	flex: 1;
	width: 100%;
	background: #eaedf2;
	font-size: 1.8rem;
}
form textarea{
	border: 1px solid #ddd;
	border-radius: 6px;
	padding-left: 1em;
	padding-right: 1em;
	flex: 1;
	width: 100%;
	background: #eaedf2;
	font-size: 1.8rem;
}
form .text_blue {
	font-size: 1.6rem;
    font-weight: normal;
    margin-left: 1rem;
   }
.text_small {
	font-size: 1.2rem;
}
#formbtn {
	display: flex;
	justify-content: space-around;
}
#formbtn input {
	margin: 3rem 2rem;
}
#formbtn input[type="submit"] {
	background-color:#F8B62D;
}
#formbtn input[type="reset"] {
	background-color:#BAE6FF;
}
#formbtn input[type="button"] {
	background-color: #BAE6FF;
}

/*-- プライバシーポリシー --*/
.privacypolicy { font-size:1.6rem;}
.privacypolicy dt { font-size:2rem;font-weight:bold;}
.privacypolicy dd {margin-bottom:2rem;}

/*-- 特商 --*/
.tokusyo { font-size:1.6rem;}
.tokusyo dt { font-size:2rem;font-weight:bold;}
.tokusyo dd {margin-bottom:2rem;}
