@charset "UTF-8";

* {
	margin: 0px;
	padding: 0px;
	word-break:break-all;
	box-sizing: border-box;
}

html {
	font-family: "M PLUS 1c", "ヒラギノ角ゴ ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
	color: #333;
}

html p {
	font-size: 1.15em;
	letter-spacing: 0.03em;
}

img {
	width:100%;
	vertical-align: top;
}

a:hover{
	opacity: 0.8;
}

.brSp{
	display: none;
}

/*** header START ***/
.header {
	background: #fff;
	box-shadow: 0px 0px 20px 0px rgba(255, 99, 100, 0.3);
	width: 100%;
	padding: 20px;
}

.header a{
	display: inline-block;
}

.header a img {
	max-width: 200px;
}

/*** mainVisual START ***/
.mainVisual{
	background-image: url("/lp/pr/img/mv_bg.png");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0 20px;
}

.mainVisualInner{
	max-width: 980px;
	margin:0 auto;
}

/*** contact START ***/
.contact{
	background-image: linear-gradient(90deg, rgba(37, 225, 230, 1), rgba(19, 160, 226, 1));
	width: 100%;
}

.contact__inner{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	padding: 25px 0;
}

.contact__txt{
	font-size: 1.5em;
	font-weight: bold;
	color: #fff;
	text-shadow: 0px 5px 5px rgba(12, 164, 197, 0.8);
}

.contact__a{
	background-color: #fff;
	box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
	border-radius: 10em;
	font-size: 1.75em;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	padding: 15px 30px;
}

.contact__a span{
	display: block;
	background-image: url(/lp/pr/img/icon_arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}

/*** reason START ***/
.reasonHeader{
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #ffeeee;
	box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
	padding: 40px 20px;
}

.reasonHeader__ttl{
	font-size: 2.25em;
	font-weight: bold;
	color: #ff6364;
	text-align: center;
}

.reasonBox{
	background-image: url(/lp/pr/img/reason_bg.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	padding: 60px 20px;
}

#reason01.reasonBox {
	padding: 80px 20px 60px;
}

#reason01::before {
	content: " ";
	background-color: #ffeeee;
	position: absolute;
	top: 0;
	left: 50%;
	width: 220px;
	height: 40px;
	clip-path: polygon(50% 100%, 100% 0, 0 0);
	transform: translate(-50%, 0%);
}

.reasonBox__inner{
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
}

#reason02 .reasonBox__inner{
	max-width: 980px;
}

.reasonBox__sub{
	display: inline-block;
	background-color: #ff6364;
	border-radius: 10em;
	font-size: 1.15em;
	color: #fff;
	letter-spacing: normal;
	margin-bottom: 20px;
	padding: 10px 20px;
}

.reasonBox__ttl{
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 40px;
}

.reasonBox__ttl span:first-child:after {
	content: ":";
	padding: 0 10px;
}

.reasonBox__lead{
	margin-bottom: 40px;
}

.reasonBox__img{
	margin-bottom: 40px;
}

.reasonBox__txt{
	line-height:1.8;
	text-align: left;
	margin-bottom: 40px;
}

.reasonBox__attention{
	border: 2px solid #ffebc6;
	padding: 20px;
}

.reasonBox__attention--flex{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin-bottom: 30px;
}

.reasonBox__attention--flex p{
	background-color: #ff9495;
	font-size: 1.7em;
	font-weight: bold;
	color: #fff;
	width: 270px;
	padding: 10px 0;
}

.reasonBox__attention--normal{
	font-size: 1.7em;
	margin-bottom: 30px;
}

.reasonBox__attention--bold{
	font-size: 2.1em;
	font-weight: bold;
	color: #ff9495;
}

.reasonBox__items{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
}

.reasonBox__item{
	border: 2px solid #333;
	border-radius: 5px;
	width: 100%;
	padding: 10px 10px 30px;
}

.reasonBox__item--ttl{
	display: flex;
	flex-direction: column;
	place-content: center;
	background-color: #ff6364;
	border-radius: 5px 5px 0 0;
	color: #fff;
	width: 100%;
	height: 75px;
}

.reasonBox__item--ttl span{
	display: block;
	font-weight: bold;
	font-size: 1.15em;
}

.reasonBox__item--ttl span + span{
	margin-top: 5px;
}

.reasonBox__item--strong em{
	font-size: 1.2em;
}

.reasonBox__item--img{
	margin-bottom: 20px;
}

.reasonBox__item--txt{
	font-size: 1.15em;
	text-align: left;
	letter-spacing: 0.03em;
	line-height: 1.4;
}

.reasonBox__ttl02{
	font-size: 1.75em;
	font-weight: bold;
	color: #23d9e2;
	text-align: left;
	margin-bottom: 10px;
}

.reasonBox__txt02 + .reasonBox__ttl02{
	margin-top: 40px;
}

.reasonBox__txt02{
	text-align: left;
	line-height: 1.8;
}

/*** worry START ***/
.worryHeader{
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #ffeeee;
	box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
	padding: 40px 20px;
}

.worryHeader__ttl{
	font-size: 2.25em;
	font-weight: bold;
	color: #ff6364;
	text-align: center;
}

.worryBox{
	position: relative;
	padding: 80px 20px 60px;
}

#worry01::before {
	content: " ";
	background-color: #ffeeee;
	position: absolute;
	top: 0;
	left: 50%;
	width: 220px;
	height: 40px;
	clip-path: polygon(50% 100%, 100% 0, 0 0);
	transform: translate(-50%, 0%);
}

.worryBox__inner{
	max-width: 980px;
	margin:0 auto;
}

.worryBox__inner + .worryBox__inner{
	margin-top: 20px;
}

.worryBox dl {
	display: grid;
	grid-template-columns: 115px 1fr;
	align-items: center;
	gap: 20px;
	font-size: 1.15em;
	letter-spacing: 0.03em;
	line-height: 1.4;
	padding: 15px;
}

.worryBox__q{
	background-color: #fff;
	border-top: 2px solid #ffeeee;
	border-left: 2px solid #ffeeee;
	border-right: 2px solid #ffeeee;
}

.worryBox__a{
	background-color: #ffeeee;
	border-left: 2px solid #ffeeee;
	border-right: 2px solid #ffeeee;
	border-bottom: 2px solid #ffeeee;
	font-weight: bold;
	color: #ff6364;
	position: relative;
}

.worryBox__a::before {
	content: " ";
	background-color: #fff;
	position: absolute;
	top: -1px;
	left: 50%;
	width: 70px;
	height: 15px;
	clip-path: polygon(50% 100%, 100% 0, 0 0);
	transform: translate(-50%, 0%);
}

/*** cost START ***/
.cost{
	background-color: #e5f8fa;
	text-align: center;
	padding: 60px 20px;
}

.cost__inner{
	max-width: 980px;
	margin: 0 auto;
}

.costHeader__ttl{
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 30px;
}

.cost__ttl{
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 30px;
}

.cost__ttl em{
	font-size: 1.9em;
	letter-spacing: 0;
	color: #ff6364;
	margin-right: 5px;
}

.cost__txt{
	line-height: 1.8;
}

/*** contact02 START ***/
.contact02{
	padding: 60px 20px;
}

.contact02__inner {
	background-image: linear-gradient(90deg, rgba(37, 225, 230, 1), rgba(19, 160, 226, 1));
	border-radius: 5px;
	text-align: center;
	max-width: 980px;
	margin: 0 auto;
	padding: 40px 20px;
}

.contact02__txt{
	color: #fff;
	margin-bottom: 20px;
	line-height: 1.8;
}

.contact02__a{
	display: inline-block;
	background-color: #fff;
	box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
	border-radius: 10em;
	font-size: 1.75em;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	padding: 15px 30px;
}

.contact02__a span{
	display: block;
	background-image: url(/lp/pr/img/icon_arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}

/*** footer START ***/
.footer {
	background-color: #333;
	padding: 20px 0;
}

.footerLink{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 40px;
	gap: 10px;
}

.footerLink__item + .footerLink__item {
	border-left: 1px solid #fff;
	padding-left: 10px;
}

.footerLink__item a{
	display: block;
	font-size: 0.8em;
	color: #fff;
	text-decoration: none;
}

.footerCopyright p{
	font-size: 0.5em;
	color: #fff;
	text-align: center;
}

/*** btnPagetop START ***/
#btnPagetop {
	width: 48px;
	height: 48px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 10;
}

.btnPagetop__a {
	position: relative;
	display: block;
	width: 48px;
	height: 48px;
	text-decoration: none;
	background-color: #fff;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	opacity: 0.8;
}

.btnPagetop__a:before {
	content: url("/lp/pr/img/icon_pagetop.png");
	position: absolute;
	top: 13px;
	left: 14px;
	width: 20px;
	height: 20px;
	margin: 0 auto;
}

@media screen and (max-width:750px) {
html p {
	font-size: 0.9em;
}

.brSp{
	display: block;
}

/*** header START ***/
.header {
	padding: 10px;
}

.header a img {
	max-width: 170px;
}

/*** contact START ***/
.contact__inner {
	gap: 10px;
	flex-direction: column;
}

.contact__txt{
	font-size: 1.15em;
}

.contact__a {
	font-size: 1.5em;
}

/*** reason START ***/
.reasonHeader{
	padding:20px 10px;
}

.reasonHeader__ttl{
	font-size: 1.4em;
	line-height: 1.2;
}

.reasonBox{
	padding: 40px 20px;
}

#reason01.reasonBox{
	padding: 60px 20px 40px;
}

.reasonBox__sub{
	font-size: 0.9em;
}

.reasonBox__ttl{
	font-size: 1.25em;
	line-height: 1.2;
	margin-bottom: 20px;
}

.reasonBox__ttl span{
	display: block;
}

.reasonBox__ttl span:first-child:after {
	content: "";
	padding: 0;
}

.reasonBox__lead{
	line-height: 1.8;
	margin-bottom: 20px;
}

.reasonBox__img{
	margin-bottom: 20px;
}

.reasonBox__txt{
	margin-bottom: 20px;
}

.reasonBox__attention{
	padding: 10px;
}

.reasonBox__attention--flex{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 15px;
}

.reasonBox__attention--flex p{
	font-size: 1em;
	width: 155px;
}

.reasonBox__attention--normal{
	font-size: 0.95em;
	margin-bottom: 15px;
}

.reasonBox__attention--bold {
	font-size: 1.15em;
}

.reasonBox__items{
	grid-template-columns: 1fr;
}

.reasonBox__item--txt{
	font-size: 0.9em;
}

.reasonBox__item--ttl span{
	font-size: 1em;
}

.reasonBox__ttl02{
	font-size: 1.15em;
}

/*** worry START ***/
.worryHeader{
	padding:20px 10px;
}

.worryHeader__ttl{
	font-size: 1.4em;
	line-height: 1.2;
}

.worryBox{
	padding: 60px 20px 40px;
}

.worryBox dl {
	grid-template-columns: 70px 1fr;
	gap: 10px;
	font-size: 0.9em;
	padding: 10px;
}

.worryBox__inner .worryBox__a {
	padding: 20px 10px 10px;
}

/*** cost START ***/
.cost{
	padding: 40px 20px;
}

.costHeader__ttl {
	font-size: 1.25em;
	margin-bottom: 20px;
}

.cost__ttl {
	font-size: 1.15em;
	margin-bottom: 20px;
}

.cost__ttl em{
	font-size: 1.65em;
}

/*** contact02 START ***/
.contact02{
	padding: 40px 20px;
}

.contact02__a {
	font-size: 1.5em;
}

}

