@charset "utf-8";

/* tags */
body {
	color: #333;
	font-family: "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
section {
	padding: 11.5rem 0 8rem;
	margin-top: -3.5rem;
}
ul {
	list-style: none;
}
i {
	font-style: normal;
}
a {
	transition: opacity .3s;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-ms-transition: opacity .3s;
	-o-transition: opacity .3s;
}
a:hover {
	opacity: .7;
}
.main.margin_top {
		margin-top: 3.5rem;
	}

/* common */
.inner {
	margin: auto;
	padding: 0 2rem;
	max-width: 990px;
	box-sizing: content-box;
}

/* header */
.header {
	margin-top: -3.5rem;
	padding-top: 3.5rem;
	position: relative;
}
.header_info {
	padding: 2rem 0;
	background-color: #dffff9;
}
.header_info_flex {
	display: flex;
	align-items: center;
}
.header_logo {
	margin-right: 3.75rem;
	width: 25.6875rem;
}
.header_flex_wrap {
	display: flex;
	justify-content: space-between;
	flex: 1;
}
.header_tel {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	margin-right: 1rem;
	font-size: 1.9em;
	color: #0d0d0d;
	line-height: 1;
	letter-spacing: -.033125rem;
}
.header_tel_icon {
	max-width: 1.5rem;
	margin-right: .25rem;
	width: 109%;
}
.header_cta {
	width: 17.375rem;
}
.header_navi {
	padding: .9375rem 0;
	background-color: #16a085;
	transition: position, 1s;
	-webkit-transition: position, 1s;
	-moz-transition: position, 1s;
	-ms-transition: position, 1s;
	-o-transition: position, 1s;
	z-index: 1;
}
.header_navi.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}
.header_ul {
	display: flex;
	justify-content: center;
	font-size: 1.625rem;
}
.header_ul a {
	color: #fff;
	line-height: 1;
}
.header_ul li:not(:first-child) a {
	padding-left: 1.25rem;
	border-left: .125rem solid #fff;
}
.header_ul li:not(:last-child) a {
	padding-right: 1.25rem;
}

/* mv */
#mv {
	margin-top: -3.5rem;
	padding: 4.78rem 0 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/mv_bg.jpg);
}

/* case */
#case {
	margin-top: -4.5rem;
	padding: 4.5rem 0 0;
}
.case_wide {
	padding: 2rem 0;
	text-align: center;
	background-color: #16a085;
}
.case_h2 {
	margin: auto;
	width: 43.5rem;
	transform: translateY(-.875rem);
}
.case_wrap {
	padding: 4rem 0;
	background-size: cover;
	background-position: center;
	background-image: url(../images/case_bg.jpg);
}
.case_img {
	margin-bottom: 2.75rem;
}
.case_strong {
	display: block;
	margin: auto;
	max-width: 39.625rem;
}
.case_white_bg {
	margin: 2.5rem 0 4.5rem;
}
.case_arrow {
	margin: auto;
	width: 31.25rem;
}
.case_flex {
	display: flex;
	justify-content: space-between;
	margin: 3.5rem auto 0;
}
.case_flex li {
	width: calc(33.333% - 1rem);
	border: solid .1875rem #16a085;
}
.case_flex_h3 {
	position: relative;
	background-color: #16a085;
	color: #fff;
	text-align: center;
	padding: 2rem 1rem;
	line-height: 1.5;
	font-size: 1.375rem;
	letter-spacing: -.03875rem;
}
.case_flex_h3::after {
	content: '';
	margin: auto;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1rem 2.40625rem 0 2.40625rem;
	border-color: #16a084 transparent transparent transparent;
}
.case_flex_inner {
	padding: 2rem .625rem 1.5rem;
}
.case_flex_b {
	display: block;
	margin-bottom: 1.5rem;
	font-size: 1.375rem;
	line-height: 1.5;
	color: #16a085;
	text-align: center;
}
.case_flex_img {
	margin-bottom: 1rem;
}
.case_flex_p {
	font-size: 1.25rem;
	line-height: 1.75;
	text-align: justify;
	letter-spacing: -.03375rem;
}

/* 共通バナー */
#common_bunner,
#common_bunner_2 {
	padding: 0;
}
.bunner_out {
	margin-bottom: 1rem;
}
.bunner_p {
	margin-left: auto;
	width: 43.75rem;
}
.common_wide_bunner {
	padding: 3rem 0;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url(../images/bunner_bg.png);
	box-shadow: .44375rem .44375rem 1.2375rem .3875rem rgba(0, 30, 24, 0.4);
}
.common_wide_bunner .inner {
	position: relative;
}
.bunner_left {
	position: absolute;
	left: 0;
	bottom: -3rem;
	display: block;
	width: 16.3125rem;
}
.bunner_wrap {
	margin-left: auto;
	width: 41.875rem;
}
.bunner_tel {
	margin: auto;
	width: 35.625rem;
}
.bunner_tel_b {
	display: block;
	margin: 1rem auto 1.5rem;
	width: 35.625rem;
	color: #fff;
	font-size: 1.5625rem;
	line-height: 1.3;
	text-align: center;
	background-color: #151515;
}

/* reason */
.reason_h2 {
	margin: 0 auto 6.6875rem;
	max-width: 51.5rem;
}
.reason_red {
	color: #ff0000;
}
.reason_ul {
	margin-bottom: 7rem;
}
.reason_ul li:not(:first-child) {
	margin-top: 6rem;
}
.reason_number {
	max-width: 19.375rem;
}
.reason_wrap {
	background-color: #f4f4f4;
	padding: 4rem 1.5rem;
}
.reason_h3 {
	margin-bottom: 3rem;
}
.reason_h3 img {
	height: 2.9375rem;
	max-width: 100%;
	width: auto;
	margin: auto;
}
.reason_space {
	float: right;
	height: 7.625rem;
}
.reason_img_wrap {
	float: right;
	clear: both;
	width: 28.125rem;
}
.reason_float_p {
	font-size: 1.75rem;
	line-height: 2.21;
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
}
.reason_red_under {
	color: #ff0000;
	border-bottom: .125rem solid;
	line-height: 1.5;
}
.reason_bunner {
	margin: auto;
	width: 45.0625rem;;
	border-radius: .3125rem;
	border: .0625rem solid #1d1d1d;
	box-shadow: 0 0 .6625rem .0875rem rgb(0 0 0 / 29%);
	-webkit-border-radius: .3125rem;
	-moz-border-radius: .3125rem;
	-ms-border-radius: .3125rem;
	-o-border-radius: .3125rem;
}



/* flow */
#flow {
	background-color: #16a085;
}
.flow_h2 {
	margin: 0 auto 7rem;
	width: 42.125rem;
}
.flow_ul li {
	display: flex;
}
.flow_ul li:not(:first-child) {
	margin-top: 4rem;
}
.flow_ul li:not(:last-child) .flow_icon::after {
	content: '';
	margin: auto;
	position: absolute;
	top: calc(100% + 1.25rem);
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1.5rem 1.375rem 0 1.375rem;
	border-color: #fff transparent transparent transparent;
}
.flow_icon {
	position: relative;
	max-width: 11.5625rem;
	margin-right: 3rem;
}
.flow_text_wrap {
	font-size: 3.0625rem;
}
.flow_h3 {
	margin-bottom: 2rem;
	color: #fff799;
	line-height: 1;
}
.flow_h3 span {
	display: inline-block;
	padding-right: .25em;
}
.flow_p {
	color: #fff;
	font-size: .571428571428571em;
	line-height: 1.7;
}

/* buy */
#buy {
	padding: 4.875rem 0 0;
	background-color: #f8fffe;
}
.buy_h2 {
	font-size: 3.4375rem;
	text-align: center;
	line-height: 1.4;
	letter-spacing: -.1875rem;
}
.buy_h2 span {
	color: #16a085;
}

/* qa */
#qa {
	padding: 3.5rem 0 0;
}
.qa_wide {
	padding: 5.75rem 0;
	color: #fff;
	line-height: 1;
	text-align: center;
	background-size: auto auto;
	background-color: rgba(86, 167, 147, 1);
	background-image: repeating-linear-gradient(45deg, transparent, transparent .5rem, rgba(74, 157, 134, 1) .5rem, rgba(74, 157, 134, 1) 1rem );
}
.qa_wide .inner {
	position: relative;
}
.qa_wide .inner::after {
	content: '';
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	display: block;
	width: 11.0625rem;
	padding-top: 11.5rem;
	background-image: url(../images/qa_icon.png);
	background-size: contain;
	background-repeat: no-repeat;
}
.qa_h2 {
	margin: auto;
	max-width: 20.625rem;
}
.qa_wrap {
	padding: 7.5rem 0;
	background-size: contain;
	background-image: url(../images/qa_bg.png);
}
.qa_ul li {
	padding: 3rem 4rem;
	border-radius: 1.25rem;
	background-color: #f8fffe;
	-webkit-border-radius: 1.25rem;
	-moz-border-radius: 1.25rem;
	-ms-border-radius: 1.25rem;
	-o-border-radius: 1.25rem;
}
.qa_ul li:not(:first-child) {
	margin-top: 1.5rem;
}
.qa_q,
.qa_a {
	display: flex;
	align-items: center;
	font-size: 1.5rem;
	line-height: 1.5;
}
.qa_start {
	align-items: flex-start;
}
.qa_q {
	margin-bottom: 3.5rem;
}
.qa_q b,
.qa_a b {
	margin-right: 3rem;
	font-size: 3.0625rem;
	line-height: 1;
}
.qa_a b,
.qa_a span {
	color: #e50051;
}
.qa_q p {
	font-weight: bold;
	text-decoration: underline;
}

/* 共通バナー２ */
#common_bunner_2 .bunner_wrap {
	margin-right: 3.125rem;
	width: 39.0625rem;
}
#common_bunner_2 .bunner_tel_b {
	margin-bottom: 0;
	width: auto;
}
#common_bunner_2 .bunner_tel {
	width: auto;
}
.common_bunner_text_wrap {
	text-align: center;
	color: #fff;
	font-size: 2.25rem;
}
.common_bunner_h3 {
	margin-bottom: 1.5rem;
	line-height: 1;
}
.common_bunner_h3 span {
	color: #fff799;
}
.common_bunner_p {
	margin-bottom: 2rem;
	line-height: 1.4;
	font-size: .694444em;
}

/* お問い合わせフォーム */
.contact_h2 {
	margin-bottom: 5rem;
	color: #000;
	line-height: 1;
	font-size: 3.4375rem;
	text-align: center;
	letter-spacing: .06875rem;
}
.form_wrap {
	position: relative;
}
.form_flex {
	display: flex;
	margin-bottom: 2rem;
}
.form_label {
	margin-right: 3rem;
	padding: 1.25rem 1rem;
	width: 7.742em;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.07;
	text-align: center;
	letter-spacing: -.155rem;
	background-color: #16a085;
}
.form_flex:nth-child(4) .form_label {
	display: flex;
	flex-direction: column;
	justify-content: center;
	line-height: 1.5;
}
.form_flex input,
.form_flex textarea {
	flex: 1;
	padding: .25rem .5rem;
	border: .1875rem solid #a7a7a7;
	border-radius: .3125rem;
	font-size: 1.125rem;
	-webkit-border-radius: .3125rem;
	-moz-border-radius: .3125rem;
	-ms-border-radius: .3125rem;
	-o-border-radius: .3125rem;
}
.formErrorContent {
	padding: .25rem .625rem;
	border: 0;
	color: #fff;
	font-size: .6875rem;
	border-radius: .375rem;
	background-color: #f78c8c;
	box-shadow: 0 .25rem .375rem -.125rem rgb(0 0 0 / 24%);
	-webkit-border-radius: .375rem;
	-moz-border-radius: .375rem;
	-ms-border-radius: .375rem;
	-o-border-radius: .375rem;
}
.formError {
	left: auto!important;
	right: 0!important;
}
.form_btn input {
	display: block;
	margin: 5.625rem auto 0;
	padding: 1.219rem 1rem;
	color: #fff;
	font-weight: bold;
	font-size: 2rem;
	line-height: 1;
	appearance: none;
	width: 31.25rem;
	border-radius: 3rem;
	border: solid .1875rem #e17a14;
	box-shadow: .175rem .175rem 0 0 #b36104;
	-webkit-border-radius: 3rem;
	-moz-border-radius: 3rem;
	-ms-border-radius: 3rem;
	-o-border-radius: 3rem;
	background-image: url(../images/contact_submit_bg.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.form_btn input:hover {
	opacity: .85;
}

/* thanks */
.thanks_h2 {
	margin-bottom: 3.125rem;
	font-size: 2.8125rem;
	text-align: center;
	line-height: 1;
}
.thanks_a {
	margin: 3rem auto 0;
	padding: 1rem 1rem;
	max-width: 23.4375rem;
	font-size: 1.125rem;
	color: #fff;
	line-height: 1;
	text-align: center;
	border-radius: 2rem;
	border: solid .1875rem #e17a14;
	box-shadow: .175rem .175rem 0 0 #b36104;
	background-image: linear-gradient(to top, rgba(252, 200, 2, 1), #e88221);
	-webkit-border-radius: 2rem;
	-moz-border-radius: 2rem;
	-ms-border-radius: 2rem;
	-o-border-radius: 2rem;
}


/* footer */
.footer {
	padding: 4.125rem 0 7.8125rem;
	text-align: center;
	background-color: #ccc;
}
.footer_logo {
	margin: 0 auto 8.8125rem;
	max-width: 25.6875rem;
}
.footer_text {
	margin-bottom: 4.9375rem;
	font-size: 1.375rem;
	line-height: normal;
}
.footer_small {
	font-size: 1.0625rem;
}

/* switch */
.pc_only {
	display: block;
}
.sp_only {
	display: none;
}

@media screen and (max-width: 1054px) {
	/* common */
	html {
		font-size: 1.518026565464896vw;
	}
}
@media screen and (max-width: 768px) {
	/* tags */
	html {
		font-size: 2.08333333vw;
	}
	section {
		margin-top: 0;
		padding-top: 8rem;
	}
	.main.margin_top {
		margin-top: 7rem;
	}

	/* common */
	.inner {
		padding: 0 1rem;
	}
	.sp_only {
		display: block;
	}
	.pc_only {
	display: none;
	}

	/* header */
	.header_info {
		padding: 1rem 0;
	}
	.header_info_flex {
		align-items: flex-end;
		justify-content: space-between;
	}
	.header_logo {
		width: 23.875rem;
	}
	.header_flex_wrap {
		flex: none;
		flex-direction: column;
		width: 17.75rem;
	}
	.header_tel {
		margin: 0 0 .25rem;
		justify-content: center;
		font-size: 1.375rem
	}
	.header_cta {
		width: auto;
	}
	.header_navi {
		padding: 1rem 0;
	}
	.header_ul {
		display: flex;
		flex-wrap: wrap;
		font-size: 2rem;
	}
	.header_ul:last-child {
		margin-top: 1rem;
	}
	.header_ul:first-child li:nth-last-child(-n+2) {
		display: none;
	}

	/* case */
	#case {
		margin-top: 0;
		padding-top: 0;
	}
	.case_flex {
		flex-direction: column;
	}
	.case_flex li {
		width: auto;
	}
	.case_flex li:not(:first-child) {
		margin-top: 1rem;
	}
	.case_flex_h3,
	.case_flex_b {
		font-size: 2.5rem;
	}
	.case_flex_p {
		font-size: 1.792rem;
	}

	/* bunner */
	#common_bunner, #common_bunner_2 {
		margin-top: -7rem;
		padding: 7rem 0 0;
	}
	.common_wide_bunner {
		background-position: center;
	}
	#common_bunner_2 .bunner_left,
	.bunner_left {
		z-index: 0;
	}
	.bunner_wrap {
		margin-left: auto;
		position: relative;
		width: 35rem;
	}
	#common_bunner_2 .bunner_wrap {
		margin-right: 0;
		width: 34.1875rem;
	}
	.bunner_tel {
		margin-left: auto;
		margin-right: 0;
		width: auto;
	}
	.bunner_tel_b {
		width: auto;
	}
	.bunner_p {
		margin: 0 2rem 0 auto;
		width: 29.5rem;
	}
	.common_bunner_p {
		font-size: 1.25rem;
	}

	/* reason */
	.reason_space {
		display: none;
	}
	.reason_content_wrap {
		display: flex;
		flex-direction: column;
	}
	.reason_wrap {
		padding: 2rem 1rem;
	}
	.reason_h3 {
		margin-bottom: 2rem;
	}
	.reason_h3 img {
		height: 2.5rem;
	}
	.reason_img_wrap {
		margin: 0;
		width: auto;
	}
	.reason_float_p {
		margin-top: 1rem;
		width: auto;
		line-height: 1.75;
		font-size: 1.792rem;
	}

	/* flow */
	#flow {
		margin-top: -7rem;
		padding-top: 15rem;
	}
	.flow_h2 {
		width: 41.22rem;
	}
	.flow_text_wrap {
		font-size: 2.5rem;
	}
	.flow_ul {
		margin: auto;
		max-width: 80%;
	}
	.flow_icon {
		max-width: 8rem;
		margin-right: 2rem;
		flex-shrink: 0;
	}
	.flow_h3 {
		margin-bottom: .75rem;
	}

	/* buy */
	#buy {
		padding-top: 7rem;
	}
	.buy_h2 {
		font-size: 2.5rem;
	}

	/* qa */
	#qa {
		margin-top: -7rem;
		padding-top: 7rem;
	}
	.qa_ul li:not(:first-child) {
		margin-top: 1rem;
		padding: 2rem;
	}
	.qa_q {
		align-items: flex-start;
		margin-bottom: 2rem;
	}
	.qa_q b,
	.qa_a b {
		margin-right: 2rem;
	}

	/* contact */
	.form_flex {
		position: relative;
		flex-direction: column;
		margin-bottom: 2.375rem;
	}
	.form_label {
		padding: 1.125rem 1rem;
		width: 23.6875rem;
		line-height: 1;
		font-size: 1.75rem;
	}
	.form_flex input {
		font-size: 2.4rem;
		padding: .8125rem 1rem;
	}
	.form_flex .formError {
		top: 100%!important;
	}
	.formErrorContent {
		font-size: 1.25rem;
	}
	.form_flex textarea {
		font-size: 2.5rem;
	}

	/* thanks */
	#thanks {
		text-align: center;
	}
	.thanks_h2 {
		font-size: 2rem;
	}
	.thanks_txt_wrap {
		display: inline-block;
		text-align: left;
	}
}

.reason_font {
	font-weight: 600;
}