@charset "UTF-8";

/* リセット
---------------------------------------------------------- */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, table, th, td, button, a, span {
	margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
ol ,
ul {
	list-style: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
address {
	font-style: normal;
}

/* レイアウト
----------------------------------------*/
html {
	font-size: 1rem;
	font-size: 10px;
	height: 100%;
}
body {
	color: #323232;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	background: #fff;
	font-size: 1.4rem;
	line-height: 1.5;
	height: 100%;
	-webkit-text-size-adjust: 100%;
}
img {
	image-rendering: -webkit-optimize-contrast;
	display: block;
}

a {
	text-decoration: none;
	color: inherit;
	transition: opacity .3s;
}
table,
tbody,
thead,
tr,
th,
td {
	position: static;
}
main {
	overflow: hidden;
}
@media (hover: hover) {
	a:hover {
		opacity: .6;
	}
}
@media only screen and (max-width: 1100px) {
	html {
		font-size: .9091vw;
	}
}
@media only screen and (min-width: 769px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}
@media only screen and (max-width: 768px) {
	.wrapper {
		overflow: hidden;
	}
	img {
		width: 100%;
	}
	html {
		font-size: 2.6667vw;
	}
	body.open {
		width: 100%;
		height: 100%;
		position: fixed;
		overflow-y: scroll;
	}
}

/* img
----------------------------------------*/
img {
	max-width: 100%;
	height: auto;
}

/*表示
----------------------------------------*/
@media only screen and (min-width: 769px) {
	.sp {
		display: none !important;
	}
}

@media only screen and (max-width: 768px) {
	.pc {
		display: none !important;
	}
}

/*header
----------------------------------------*/
.header {
	background: #1fabd5;
}
.header_inner {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 1.2rem
}
.header_box {
	width: 56.4rem;
	padding: 0.6rem 8px 21px 8.6rem;
}
.header_balloon {
	width: 31.2rem;
	margin: 0 auto 1.7rem;
	background: #99cc00;
	color: #fff;
	font-size: 1.92rem;
	font-weight: 700;
	text-align: center;
	border-radius: 1.8rem;
	letter-spacing: .12em;
	padding: .1rem 0 .1rem .24em;
	left: .8rem;
}
.header_balloon::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: .6rem .6rem 0;
	border-color: #99cc00 transparent transparent;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -.5rem;
	margin: 0 auto;
}
.header_balloon span {
	font-size: 2.28rem;
	letter-spacing: .15em;
}
.header_logo {
	width: 46.4rem;
	background: #fff;
	border-radius: 2rem;
	padding: 1.5rem 3.7rem 1.6rem 3.6rem;
	margin-bottom: 3.1rem;
}
.header_txt {
	max-width: 49.4rem;
	background: #fff;
	border-radius: .7rem;
	box-shadow: .8rem .8rem 1.5rem rgba(0, 0, 0, .2);
	padding: 1.7rem 2.3rem;
	color: #0099b3;
	font-size: 2.2rem;
	font-weight: 700;
}
.header_txt p {
	display: flex;
	align-items: center;
}
.header_txt p span span {
	color: #ee8800;
}
.header_txt p + p {
	margin-top: 1.4rem;
}
.header_txt p img {
	width: 4.4rem;
	margin-right: .5rem;
}
.header_no1 {
	width: 19.9rem;
	margin: 3.2rem auto 0;
	position: absolute;
	top: -1.6rem;
	right: -1rem;
}
.header_img {
	width: calc(50% + .6rem);
}
.header_btn {
	width: 47.4rem;
	margin: 2.9rem 0 1.9rem 1.2rem
}
.header_btn a {
	display: block;
	background: #e80;
	border-radius: 3.3rem;
	padding: 2rem 0;
	box-shadow: 0 .5rem 0 #c56f00, .8rem .8rem 1.5rem rgba(0, 0, 0, .2);
}
.header_btn a::before {
	content: '';
	display: block;
	width: 6.4rem;
	height: 6.5rem;
	background: #fff url(../images/header_btn_icon.svg) no-repeat .8rem .7rem / 5.2rem auto;
	border-radius: 50%;
	position: absolute;
	left: .3rem;
	top: .3rem;
	margin: auto 0;
}
.header_btn a::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: .7rem 0 .7rem .7rem;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	top: 2.9rem;
	left: 6.6rem;
}
.header_btn a span {
	position: static;
}
.header_btn a span::before {
	content: '';
	display: block;
	width: 1.7rem;
	height: .6rem;
	background: url(../images/btn_arrow_icon.svg) no-repeat left top / 100% auto;
	position: absolute;
	top: .5rem;
	bottom: 0;
	right: 1.9rem;
	margin: auto 0;
	transition: transform .3s;
}
.header_btn a img {
	display: block;
	width: 15.6rem;
	margin: 0 auto;
}
.header_contact {
	margin: 2.8rem 0 0 3.5rem;
}
.header_contact h2 {
	text-align: center;
	color: #fff;
	font-size: 1.679rem;
	letter-spacing: .06em;
	padding-right: 1.8rem;
}
.header_contact h2::before,
.header_contact h2::after {
	content: '';
	display: inline-block;
	width: .841rem;
	height: 1.7406rem;
	background: url(../images/header_contact_ttl_icon.svg) no-repeat left top / 100% auto;
	vertical-align: -.2rem;
	margin: 0 .5rem;
}
.header_contact h2::before {
	transform: scale(-1, 1);
	margin-right: .7rem;
}
.header_contact_tel a {
	display: block;
	width: 38.6rem;
	margin: .2rem 0 0 2rem;
}
.header_note {
	position: absolute;
	left: 0;
	top: 100%;
	font-size: 1.2rem;
	padding-top: .7rem;
	font-feature-settings: "palt";
}
@media only screen and (max-width: 768px) {
	.header_inner {
		padding-bottom: 3rem;
		display: block;
	}
	.header_box {
		width: auto;
		padding: 2.6rem 0 0;
		z-index: 10;
	}
	.header_balloon {
		width: 36.1rem;
		margin: 0 auto 1rem;
		font-size: 1.6rem;
		line-height: 1.45;
		padding: .2rem 0 0 .24em;
		left: auto;
	}
	.header_balloon::after {
		bottom: -.4rem;
	}
	.header_balloon span {
		font-size: 1.6rem;
	}
	.header_logo {
		width: 34.5rem;
		border-radius: .9rem;
		padding: 1.1rem 1.4rem 1.2rem;
		margin: 0 auto 23.1rem
	}
	.header_txt {
		width:34.15rem;
		border-radius: .3rem;
		font-size: 2rem;
		line-height: 1.3;
		padding-right: .5rem;
		margin: 0 0 0 1.5rem;
	}
	.header_txt p + p {
		margin-top: 1.6rem;
	}
	.header_txt p:nth-child(1) img {
		margin-right: .8rem;
	}
	.header_txt p:nth-child(2) img {
		width: 4.9rem;
		margin-right: .3rem;
	}
	.header_no1 {
		width: 32.65rem;
		margin: 0 0 0 1.3rem;
		left: 0;
		top: 0;
	}
	.header_img {
		width: auto;
		position: absolute;
		top: 10rem;
		left: 0;
		right: 0;
	}
	.header_btn {
		width: 34.5rem;
		margin: 1.2rem auto 1.6rem;
	}
	.header_btn a {
		padding: 1.7rem 0 1.8rem 1.2rem;
		box-shadow: 0 .4rem 0 #c56f00, .8rem .8rem 1.5rem rgba(0, 0, 0, .2);
	}
	.header_btn a::before {
		width: 5.4rem;
		height: 5.4rem;
		background: #fff url(../images/header_btn_icon.svg) no-repeat .65rem .7rem / 4.25rem auto;
		left: .3rem;
		top: .3rem;
	}
	.header_btn a::after {
		border-width: .6rem 0 .6rem .6rem;
		top: 2.4rem;
		left: 5.6rem;
	}
	.header_btn a span::before {
		top: .3rem;
		right: 1.6rem;
	}
	.header_btn a img {
		width: 12.95rem;
	}
	.header_contact {
		margin: 0;
	}
	.header_contact h2 {
		font-size: 1.4rem;
		padding-right: 0;
	}
	.header_contact h2::before,
	.header_contact h2::after {
		width: .7rem;
		height: 1.5rem;
	}
	.header_contact_tel a {
		width: 32rem;
		margin: .2rem auto 0;
	}
	.header_note {
		font-size: 1rem;
		padding: .5rem 1.5rem 0;
		top: auto;
		bottom: 1rem;
		color: #fff;
	}
}

/* worries
----------------------------------------*/
.worries {
	padding: 13rem 2rem 8.6rem;
}
.worries h2 {
	font-size: 4rem;
	font-weight: 700;
	color: #0099b3;
	text-align: center;
	font-feature-settings: "palt";
	letter-spacing: .01em;
	padding-right: 1.2rem;
	margin-bottom: 4rem;
}
.worries h2::before {
	content: '';
	display: block;
	width: 16.3875rem;
	height: 11.2688rem;
	background: url(../images/worries_ttl_bg.svg) no-repeat left top / 100% auto;
	position: absolute;
	left: 0;
	right: 1.5rem;
	bottom: -.3rem;
	margin: 0 auto;
	opacity: .1;
}
.worries_list {
	width: 54rem;
	margin: 0 auto 5rem;
	padding-left: 3.7rem;
}
.worries_list li {
	background: #f0f0f0;
	border-radius: 1rem;
	padding: 1.4rem .5rem 1.2rem 6.5rem;
	font-size: 1.82rem;
	line-height: 1.435;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.worries_list li + li {
	margin-top: 2rem;
}
.worries_txt p {
	margin-left: 1em;
	text-indent: -1em;
}
.worries_list li:nth-child(3) .worries_txt p:first-child {
	letter-spacing: -.02em;
}
.worries_list li p + p {
	margin-top: .1rem;
}
.worries_list li p span {
	font-weight: 700;
	color: #0099b3;
	background: linear-gradient(transparent 75%, #ffde00 75%);
}
.worries_balloon {
	width: 8.2rem;
	height: 8.2rem;
	border-radius: 50%;
	background: #0099b3;
	color: #fff;
	font-size: 2rem;
	line-height: 1.2;
	font-weight: 700;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -3.7rem;
	margin: auto 0;
}
.worries_list li:last-child .worries_balloon {
	padding-top: .5rem;
}
.worries_balloon::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: .7rem 0 .7rem .7rem;
	border-color: transparent transparent transparent #0099b3;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -.6rem;
	margin: auto 0;
}
@media only screen and (max-width: 768px) {
	.worries {
		padding: 4.5rem 1.5rem 5.4rem;
	}
	.worries h2 {
		font-size: 2.5rem;
		padding-right: 0;
		letter-spacing: -.03em;
		margin: 0 -.5rem 2.3rem;
	}
	.worries h2::before {
		width: 9.5rem;
		height: 6.6rem;
		right: 0;
		left: .5rem;
		bottom: .1rem;
	}
	.worries_list {
		width: auto;
		margin: 0 auto 3rem;
		padding-left: 3rem;
		display: block;
	}
	.worries_list li {
		width: auto;
		border-radius: .5rem;
		padding: .8rem 0 .65rem 5.3rem;
		font-size: 1.4rem;
		line-height: 1.6;
		letter-spacing: 0;
	}
	.worries_list li:nth-child(1) p:nth-of-type(2) {
		letter-spacing: -.09em;
	}
	.worries_list li + li {
		margin-top: 2rem;
	}
	.worries_list li p {
		margin-left: 0;
		text-indent: 0;
	}
	.worries_list li p + p {
		margin-top: 0;
	}
	.worries_list li:nth-child(3) .worries_txt p {
		letter-spacing: inherit;
	}
	.worries_list li:nth-child(3) .worries_txt p:first-child,
	.worries_list li:nth-child(3) .worries_txt p span {
		letter-spacing: inherit;
	}
	.worries_list li:nth-child(3) .worries_txt p:last-child {
		letter-spacing: -.03em;
	}
	.worries_balloon {
		width: 6.9rem;
		height: 6.9rem;
		font-size: 1.7rem;
		left: -3rem;
	}
	.worries_balloon::after {
		right: -.5rem;
	}
}

/* graph
----------------------------------------*/
.graph {
	padding: 7rem 2rem 7.8rem;
}
.graph h2 {
	font-size: 4rem;
	font-weight: 700;
	color: #0099b3;
	text-align: center;
	font-feature-settings: "palt";
	padding-right: 1.7rem;
	margin-bottom: 1.4rem;
}
.graph h2::before {
	content: '';
	display: block;
	width: 17.3rem;
	height: 11.9rem;
	background: url(../images/graph_ttl_bg.png) no-repeat left top / 100% auto;
	position: absolute;
	left: 0;
	right: .2rem;
	bottom: -.7rem;
	margin: 0 auto;
}
.graph_txt {
	text-align: center;
	font-size: 2.1rem;
	margin-bottom: 3.2rem;
}
.graph figure {
	max-width: 69rem;
	margin: 0 auto;
}
.graph_note {
	max-width: 69rem;
	margin: .8rem auto 0;
	font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
	.graph {
		padding: 2.4rem 1.5rem 4.8rem;
	}
	.graph h2 {
		font-size: 2.5rem;
		padding-right: 0;
		letter-spacing: -.03em;
		margin: 0 -.5rem .1rem;
		line-height: 1.1;
	}
	.graph h2::before {
		width: 8.65rem;
		height: 6rem;
		right: .7rem;
		left: 0;
		bottom: 0;
	}
	.graph_txt {
		font-size: 1.4rem;
		margin-bottom: 1.2rem;
	}
	.graph figure {
		max-width: 34.5rem;
	}
	.graph_note {
		max-width: 34.5rem;
		margin: 1rem auto 0;
		font-size: 1rem;
	}
}

/* case
----------------------------------------*/
.case {
	padding: 6.9rem 0 8rem;
}
.case h2 {
	text-align: center;
	font-size: 5rem;
	color: #0099b3;
	margin-bottom: 1.5rem;
}
.case_txt {
	text-align: center;
	font-size: 1.6rem;
	margin-bottom: 4.7rem;
}
.case_box {
	max-width: 90rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.case_item {
	width: 43rem;
	display: flex;
	flex-direction: column;
}
.case_item h3 {
	background: #0099b3;
	color: #fff;
	text-align: center;
	font-size: 2.38rem;
	padding: .25rem;
	letter-spacing: .05em;
	margin-bottom: 1.3rem;
}
.case_main {
	display: flex;
	align-items: center;
}
.case_main figure {
	width: 17.3rem;
}
.case_main p {
	flex: 1;
	color: #000;
	font-size: 2.1rem;
	font-weight: 700;
	line-height: 1.5333;
	padding-right: 1.5rem;
	font-feature-settings: "palt";
	letter-spacing: .05em;
}
.case_point {
	display: flex;
	justify-content: space-between;
	margin-top: 1.5rem;
}
.case_point dl {
	width: 20.5rem;
}
.case_point dt {
	width: 10.9rem;
	background: #0099b3;
	color: #fff;
	font-size: 1.89rem;
	letter-spacing: .05em;
	text-align: center;
	font-weight: 600;
	margin: 0 auto -1.9rem;
	border-radius: .5rem;
	padding: .2rem 0 0;
	z-index: 2;
}
.case_point dd {
	border: .4rem solid #0099b3;
	border-radius: 1rem;
	text-align: center;
	font-size: 1.9rem;
	font-weight: 600;
	line-height: 1.3632;
	color: #000;
	padding: 2.5rem 0 1.5rem;
}
.case_voice {
	background: #f4f4f4;
	font-size: 1.6rem;
	line-height: 1.625;
	border-radius: 1rem;
	margin-top: 1.4rem;
	padding: 1.6rem 2.4rem 1.5rem;
	letter-spacing: .04em;
	flex: 1;
}
@media only screen and (max-width: 768px) {
	.case {
		padding: 3.9rem 0 5rem;
	}
	.case h2 {
		font-size: 3.3rem;
		margin-bottom: .6rem;
	}
	.case_txt {
		max-width: 33.5rem;
		margin: 0 auto;
		font-size: 1.4rem;
		text-align: left;
		margin-bottom: 1.3rem;
	}
	.case_box {
		max-width: 33.5rem;
		display: block;
	}
	.case_item {
		width: auto;
		display: block;
	}
	.case_item + .case_item {
		margin-top: 2.5rem;
	}
	.case_item h3 {
		font-size: 1.7rem;
		padding: .15rem;
		margin-bottom: 1rem;
	}
	.case_main figure {
		width: 12rem;
		margin-right: 1rem;
	}
	.case_main p {
		font-size: 1.6rem;
		padding-right: 1rem;
	}
	.case_point {
		margin-top: 1rem;
	}
	.case_point dl {
		width: 16rem;
	}
	.case_point dt {
		width: 7.8rem;
		font-size: 1.35rem;
		margin: 0 auto -1.4rem;
		border-radius: .3rem;
		padding: .1rem 0 0;
	}
	.case_point dd {
		border: .2rem solid #0099b3;
		border-radius: .5rem;
		font-size: 1.4rem;
		padding: 1.8rem 0 1.1rem;
	}
	.case_voice {
		font-size: 1.2rem;
		line-height: 1.8333;
		border-radius: .5rem;
		margin-top: 1rem;
		padding: .7rem 1.2rem;
		letter-spacing: .03em;
	}
}

/* cta
----------------------------------------*/
.cta {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: #0099b3;
	padding: 1.5rem 1rem 2rem;
	z-index: 2000;
	pointer-events: none;
	opacity: 0;
	transition: opacity .5s;
}
.cta.show {
	opacity: 1;
	pointer-events: all;
}
.btn_cta {
	width: 65.4rem;
	margin: 0 auto;
}
.btn_cta a {
	display: block;
	height: 7.6rem;
	background: #e80;
	border-radius: 3.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 .6rem 0 #c56f00, .8rem .8rem 1.5rem rgba(0, 0, 0, .2);
}
.btn_cta a img {
	width: auto;
	height: 5.5rem;
}
.cta .btn_cta a img {
	width: 15.6rem;
	height: auto;
}
.btn_cta a::before {
	content: '';
	display: block;
	width: 7.5rem;
	height: 7.4rem;
	background: #fff url(../images/header_btn_icon.svg) no-repeat 1rem .8rem / 5.9rem auto;
	border-radius: 50%;
	position: absolute;
	left: .4rem;
	top: .4rem;
	margin: auto 0;
}
.btn_cta a::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: .7rem 0 .7rem .7rem;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	top: 3.4rem;
	left: 7.8rem;
}
.btn_cta a span {
	position: static;
}
.btn_cta a span::before {
	content: '';
	display: block;
	width: 1.783rem;
	height: .641rem;
	background: url(../images/cta_btn_arrow_icon.svg) no-repeat left top / 100% auto;
	position: absolute;
	top: .1rem;
	bottom: 0;
	right: 2rem;
	margin: auto 0;
	transition: transform .3s;
}
@media (hover:hover) {
	.btn_cta a:hover span::before {
		transform: translateX(.5rem);
	}
}
@media only screen and (max-width: 768px) {
	.cta {
		padding: 1rem 1rem 1.5rem;
	}
	.btn_cta {
		width: 34.5rem;
	}
	.btn_cta a {
		height: 5.6rem;
		padding-left: 2.3rem;
		box-shadow: 0 .4rem 0 #c56f00, .8rem .8rem 1.5rem rgba(0, 0, 0, .2);
	}
	.btn_cta a img {
		height: 3.5rem;
		margin-top: .3rem;
	}
	.cta .btn_cta a {
		padding: 1.7rem 0 1.8rem 1.2rem;
	}
	.cta .btn_cta a img {
		width: 12.95rem;
	}
	.btn_cta a::before {
		width: 5.4rem;
		height: 5.4rem;
		background: #fff url(../images/header_btn_icon.svg) no-repeat .65rem .7rem / 4.25rem auto;
		left: .3rem;
		top: .3rem;
	}
	.btn_cta a::after {
		border-width: .6rem 0 .6rem .6rem;
		top: 2.4rem;
		left: 5.6rem;
	}
	.btn_cta a span::before {
		width: 1.7rem;
		height: .6rem;
		background: url(../images/btn_arrow_icon.svg) no-repeat left top / 100% auto;
		bottom: 0;
		top: .3rem;
		right: 1.6rem;
	}
}

/* reason
----------------------------------------*/
.reason {
	background: #f0f9fb;
	padding: 7.7rem 2rem 7.9rem;
}
.reason h2 {
	text-align: center;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.35;
	padding-right: 1.8rem;
	font-feature-settings: "palt";
	margin-bottom: 3.5rem;
}
.reason h2 span {
	display: block;
	font-size: 5rem;
	letter-spacing: -.01em;
	color: #0099b3;
}
.reason_item {
	width: 96rem;
	margin: 0 auto;
	border-radius: 1rem;
	background: #fff;
	box-shadow: 1rem 1rem 3rem rgba(0, 0, 0, .15);
	display: flex;
	flex-wrap: wrap;
}
.reason_item + .reason_item {
	margin-top: 2rem;
}
.reason_number {
	width: 9rem;
	height: 7rem;
	background: #0099b3;
	color: #fff;
	font-size: 3.2rem;
	font-weight: 600;
	position: absolute;
	padding-left: .5rem;
	top: 4rem;
	left: -1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: .5rem;
	font-feature-settings: "palt";
}
.reason_item::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 .9rem .9rem 0;
	border-color: transparent #005c4e transparent transparent;
	position: absolute;
	top: 10.8rem;
	left: -.9rem;
}
.reason_item h3 {
	width: 100%;
	padding: 4rem 0 2.4rem 10rem;
}
.reason_item h3 img {
	height: 7.119rem;
	width: auto;
}
.reason_item:nth-of-type(2) h3 {
	padding: 3.2rem 0 2.7rem 10rem;
}
.reason_item:nth-of-type(2) h3 img {
	height: 7.6rem;
}
.reason_item:nth-of-type(3) h3 {
	padding: 4.3rem 0 2.1rem 10rem;
}
.reason_item:nth-of-type(4) h3 {
	padding: 5rem 0 4.6rem 10rem;
}
.reason_item:nth-of-type(4) h3 img {
	height: 3.9rem;
}
.reason_txt {
	width: 50%;
	padding: 0 0 0 3rem;
	font-size: 1.6rem;
	line-height: 1.75;
	letter-spacing: .005em;
}
.reason_txt p span {
	font-size: 1.4rem;
}
.reason_txt_img {
	display: flex;
	gap: 2rem;
	margin-top: 1.8rem;
}
.reason_item:nth-of-type(4) .reason_txt {
	width: 100%;
}
.reason_item > figure {
	width: 50%;
	margin-top: -11.5rem;
	order: 2;
}
.reason_item:nth-of-type(1) > figure img {
	width: 40.6rem;
	margin: 1rem 3.2rem 3rem auto;
}
.reason_item:nth-of-type(2) > figure img {
	width: 30.6rem;
	margin: 1rem auto 3rem;
}
.reason_item:nth-of-type(3) > figure {
	margin-top: -3.3rem;
}
.reason_item:nth-of-type(3) > figure img {
	width: 43.6rem;
	margin: 0 auto 4rem;
}
.reason_example {
	width: 41.8rem;
	margin-top: 1.7rem;
}
.reason_example h4 {
	width: 11.8rem;
	background: #0099b3;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.4;
	padding: .2rem 0;
	text-align: center;
	border-radius: 1.3rem;
	margin: 0 0 -1.3rem;
	z-index: 2;
}
.reason_example ul {
	background: #f4f4f4;
	border-radius: 1rem;
	font-size: 1.6rem;
	line-height: 1.6531;
	padding: 2.5rem 1.8rem 0;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 0 2rem;
	height: 11.9rem;
}
.reason_example ul li {
	padding-left: 1em;
	text-indent: -1em;
}
.reason_example ul li::before {
	content: '・';
}
.reason_example_note {
	text-align: right;
	font-size: 1.2rem;
	margin: .5rem 0 1rem;
	font-feature-settings: "palt";
}
.reason_note {
	font-size: 1.2rem;
	font-feature-settings: "palt";
	letter-spacing: -.01em;
}
.reason_voice {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding-right: 3rem;
	margin: 2.2rem 0 3rem;
}
.reason_voice li {
	width: 43rem;
	background: #f4f4f4;
	border-radius: 1rem;
	padding: 1.9rem 2rem 1.5rem;
	line-height: 1.625;
}
.reason_voice li::before {
	content: '';
	display: block;
	width: 7.6rem;
	height: 7.5rem;
	background: url(../images/reason_voice_img_01.png) no-repeat left top / 100% auto;
	position: absolute;
	top: -1.5rem;
	left: -.6rem;
}
.reason_voice li:nth-child(2):before {
	background-image: url(../images/reason_voice_img_02.png);
}
.reason_voice li h4 {
	font-size: 2rem;
	font-weight: 700;
	color: #0099b3;
	padding: 0 0 1rem 6.2rem;
}
.reason_voice li p {
	letter-spacing: .03em;
}
.reason_voice li:nth-child(2) p {
	font-feature-settings: "palt";
	letter-spacing: .03em;
}
.reason .btn_cta {
	margin-top: 5rem;
}
.reason .btn_cta img {
	width: 15.6rem;
	height: auto;
}
@media only screen and (max-width: 768px) {
	.reason {
		padding: 4.8rem 1.5rem 5rem;
	}
	.reason h2 {
		font-size: 1.6rem;
		padding-right: 0;
		margin-bottom: 1.8rem;
	}
	.reason h2 span {
		font-size: 3.3rem;
	}
	.reason_item {
		width: auto;
		box-shadow: .5rem .5rem 1.5rem rgba(0, 0, 0, .15);
		display: block;
	}
	.reason_item + .reason_item {
		margin-top: 1.5rem;
	}
	.reason_number {
		width: 6rem;
		height: 4.7rem;
		font-size: 2.7rem;
		padding-left: 0;
		top: 2rem;
		left: -.5rem;
	}
	.reason_item::before {
		border-width: 0 .45rem .45rem 0;
		top: 6.5rem;
		left: -.4rem;
	}
	.reason_item h3 {
		padding: 2.1rem 0 2rem 7rem;
	}
	.reason_item h3 img {
		height: 4.5rem;
	}
	.reason_item:nth-of-type(2) h3 {
		padding: 1.7rem 0 2rem 7rem;
	}
	.reason_item:nth-of-type(2) h3 img {
		height: 4.806rem;
	}
	.reason_item:nth-of-type(3) h3 {
		padding: 1.3rem 0 2.1rem 7rem;
	}
	.reason_item:nth-of-type(3) h3 img {
		height: 7.047rem;
	}
	.reason_item:nth-of-type(4) h3 {
		padding: 2.9rem 0 1.5rem 7rem;
	}
	.reason_item:nth-of-type(4) h3 img {
		height: 2.4rem;
	}
	.reason_txt {
		width: auto;
		padding: 0 1.5rem 1.7rem;
		font-size: 1.4rem;
		line-height: 1.5714;
	}
	.reason_txt_img {
		gap: 1rem;
		margin-top: 1rem;
		padding-bottom: .4rem;
	}
	.reason_item:nth-of-type(4) .reason_txt {
		display: flex;
		flex-direction: column;
	}
	.reason_item > figure {
		width: 31.5rem;
		margin: 0 auto;
	}
	.reason_item:nth-of-type(1) > figure img {
		width: 100%;
		margin: 0 auto 1.4rem;
	}
	.reason_item:nth-of-type(2) > figure img {
		width: 27.5rem;
		margin: 0 auto 1.1rem;
	}
	.reason_item:nth-of-type(3) > figure {
		margin-top: -.4rem;
	}
	.reason_item:nth-of-type(3) > figure img {
		width: 27.6rem;
		margin: 0 auto .6rem;
	}
	.reason_example {
		width: auto;
		margin-top: 1rem;
	}
	.reason_example h4 {
		width: 9.9rem;
		font-size: 1.4rem;
		padding: .3rem 0;
	}
	.reason_example ul {
		font-size: 1.4rem;
		line-height: 1.5714;
		padding: 2.1rem 1.5rem 1rem;
		display: block;
		height: auto;
	}
	.reason_example_note {
		font-size: 1rem;
		margin: .8rem 0 -.6rem;
	}
	.reason_note {
		font-size: 1rem;
		text-align: right;
		margin: .8rem 0 -.5rem;
	}
	.reason_voice {
		display: block;
		padding-right: 0;
		margin: 2.2rem 0 1rem;
		order: -1;
	}
	.reason_voice li {
		width: auto;
		border-radius: .6rem;
		padding: 1.5rem 1.6rem 1.2rem;
		line-height: 1.5714;
	}
	.reason_voice li + li {
		margin-top: 2.2rem;
	}
	.reason_voice li::before {
		width: 6.3rem;
		height: 6.3rem;
		top: -1.3rem;
		left: -.5rem;
	}
	.reason_voice li h4 {
		font-size: 1.6rem;
		letter-spacing: -.01em;
		margin-right: -1rem;
		padding: 0 0 1.2rem 5.2rem;
	}
	.reason_voice li p {
		letter-spacing: .01em;
	}
	.reason_voice li:nth-child(2) p {
		font-feature-settings: normal;
		letter-spacing: .01em;
	}
	.reason .btn_cta {
		margin-top: 3rem;
	}
	.reason .btn_cta img {
		width: 11.5rem;
	}
}

/* flow
----------------------------------------*/
.flow {
	padding: 6.6rem 2rem 7.8rem;
	background: #f0f9fb;
}
.flow h2 {
	text-align: center;
	font-size: 5rem;
	padding-right: 2rem;
	color: #0099b3;
	font-feature-settings: "palt";
	letter-spacing: -.01em;
	margin-bottom: 1.2rem;
}
.flow p {
	text-align: center;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.25;
}
.flow p span {
	font-size: 1.2rem;
	font-weight: 300;
}
.flow figure {
	width: 54.2rem;
	margin: 0 auto 2.8rem;
}
@media only screen and (max-width: 768px) {
	.flow {
		padding: 4rem 1.5rem 4.5rem;
	}
	.flow h2 {
		font-size: 3.3rem;
		padding-right: 0;
		margin-bottom: 1.2rem;
	}
	.flow p {
		font-size: 1.3rem;
		line-height: 1.5;
	}
	.flow p span {
		font-size: 1rem;
	}
	.flow figure {
		width: auto;
		margin-left: -.2rem;
		margin-bottom: 1.2rem;
	}
}

/* support
----------------------------------------*/
.support {
	background: #fff;
	padding: 7.8rem 0 8.5rem;
	overflow: hidden;
}
.support h2 {
	font-weight: 700;
	font-size: 2.2rem;
	text-align: center;
	font-feature-settings: "palt";
	line-height: 1.36;
	padding-right: 2rem;
	margin-bottom: 1.5rem;
}
.support h2 span {
	display: block;
	font-size: 5rem;
	color: #0099b3;
	letter-spacing: -.015em;
}
.support_lead {
	text-align: center;
	font-size: 1.6rem;
	margin-bottom: 4.6rem;
}
.support_inner {
	/*
	width: calc(50% + 48rem);
	margin: 0 0 0 auto;
	*/
	width: 111.9rem;
	margin: 0 auto;
}
/*
.support_inner .slick-list {
	padding-left: 30.2rem;
}
*/
.slick-track::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	clear: both;
}
.support_item {
	width: 35.3rem;
	margin-right: 3rem;
	float: left;
}
.support_item:last-child {
	margin-right: 0;
}
.support_item a {
	display: block;
	background: #fff;
	padding: 0 .6rem .5rem;
	border-radius: 1rem;
	box-shadow: 1rem 1rem 3rem rgba(0, 0, 0, .1);
}
.support_box {
	background: #f4f4f4;
	border-radius: 1rem;
	padding: 1.5rem 1.6rem 3.5rem;
	height: 19.3rem;
}
.support_box h3 {
	color: #0099b3;
	font-size: 2.04rem;
	line-height: 1.32;
	margin-bottom: 1rem;
}
.support_box ul {
	font-size: 1.68rem;
	line-height: 1.5714;
}
.support_box ul li {
	padding-left: 1.6rem;
}
.support_box ul li.ls {
	letter-spacing: -.05em;
}
.support_box ul li::before {
	content: '';
	display: block;
	width: 1.7rem;
	height: 1.8rem;
	background: url(../images/support_icon_01.svg) no-repeat left top / 100% auto;
	position: absolute;
	left: -.5rem;
	top: .3rem;
}
.support_detail {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 13.5rem;
	background: #99cc00;
	color: #fff;
	text-align: center;
	font-size: 1.56rem;
	font-weight: 600;
	border-radius: 1rem 0;
	padding: .45rem 1.6rem .45rem .45rem;
}
.support_detail::after {
	content: '';
	display: block;
	width: 1.35rem;
	height: .641rem;
	background: url(../images/cta_btn_arrow_icon.svg) no-repeat right top / 100% auto;
	position: absolute;
	top: .1rem;
	bottom: 0;
	right: .8rem;
	margin: auto 0;
	transition: transform .3s;
}
.support_slider .slick-dots {
	margin-top: 3.5rem;
	width: 96rem;
	display: flex;
	justify-content: center;
	padding-right: .5rem;
	z-index: 2;
}
.support_slider .slick-dots li {
	margin: 0 .9rem;
	width: 1.2rem;
}
.support_slider .slick-dots li button {
	display: block;
	appearance: none;
	width: 1.2rem;
	height: 1.2rem;
	background: none;
	border: .1rem solid #0099b3;
	border-radius: 50%;
	padding: 0;
	overflow: hidden;
	text-indent: -99rem;
	outline: none;
}
.support_slider .slick-dots li.slick-active button {
	background: #0099b3;
}
.support_slider .slick-prev,
.support_slider .slick-next {
	position: absolute;
	left: 59rem;
	bottom: -.5rem;
	width: 1.2469rem;
	height: 2.106rem;
	appearance: none;
	display: block;
	border: 0;
	overflow: hidden;
	background: url(../images/support_arrow_icon.svg) no-repeat left top / 100% auto;
	text-indent: -99rem;
	z-index: 10;
	outline: none;
}
.support_slider .slick-prev {
	transform: scale(-1, 1);
	left: 35.5rem;
}
@media only screen and (max-width: 768px) {
	.support {
		padding: 4.6rem 0 5.4rem;
	}
	.support h2 {
		font-size: 1.6rem;
		padding-right: 0;
		margin-bottom: 1.3rem;
	}
	.support h2 span {
		font-size: 3.3rem;
		letter-spacing: -.02em;
	}
	.support_lead {
		text-align: left;
		font-size: 1.4rem;
		line-height: 1.5714;
		margin: 0 1.5rem 2rem;
	}
	.support_inner {
		width: auto;
		margin: 0 0 0 1.5rem;
	}
	.support_inner .slick-list {
		padding-left: 0;
	}
	.support_item {
		width: 29.5rem;
		margin-right: 1.5rem;
	}
	.support_item a {
		box-shadow: .5rem .5rem 1.5rem rgba(0, 0, 0, .1);
	}
	.support_item figure {
		padding: .5rem .5rem 0;
	}
	.support_box {
		padding: 1.5rem 1.4rem 3.5rem;
		height: 16.2rem;
	}
	.support_box h3 {
		font-size: 1.7rem;
		line-height: 1.2941;
		margin-bottom: .8rem;
	}
	.support_box ul {
		font-size: 1.4rem;
	}
	.support_box ul li {
		padding-left: 1.4rem;
	}
	.support_box ul li::before {
		width: 1.4rem;
		height: 1.5rem;
		left: -.4rem;
	}
	.support_detail {
		width: 11.3rem;
		font-size: 1.3rem;
		padding: .4rem 1.6rem .3rem .45rem;
	}
	.support_detail::after {
		width: 1rem;
		height: .4rem;
	}
	.support_slider .slick-dots {
		margin: 2.6rem 1.5rem 0 0;
		width: auto;
		padding-right: 0;
	}
	.support_slider .slick-dots li {
		margin: 0 .75rem;
		width: 1rem;
	}
	.support_slider .slick-dots li button {
		width: 1rem;
		height: 1rem;
	}
	.support_slider .slick-prev,
	.support_slider .slick-next {
		left: 26.5rem;
		bottom: -.4rem;
		width: 1.1rem;
		height: 1.8rem;
	}
	.support_slider .slick-prev {
		left: 7rem;
	}
}

/* faq
----------------------------------------*/
.faq {
	padding: 7.8rem 0 8.1rem;
	margin-bottom: 8rem;
	background: #f0f9fb;
	overflow: hidden;
}
.faq h2 {
	font-weight: 700;
	font-size: 2.2rem;
	text-align: center;
	font-feature-settings: "palt";
	line-height: 1.36;
	padding-right: 2rem;
	margin-bottom: 3.8rem;
}
.faq h2 span {
	display: block;
	font-size: 5rem;
	color: #0099b3;
	letter-spacing: -.015em;
}
.faq dl {
	max-width: 96rem;
	margin: 0 auto;
}
.faq dt {
	font-size: 2.2rem;
	font-weight: 700;
	color: #0099b3;
	padding: 0 4rem 1.8rem 6.7rem;
	margin-top: 2.4rem;
	cursor: pointer;
}
.faq dt::before,
.faq dt::after {
	content: '';
	display: block;
	width: 2.5rem;
	height: .4rem;
	border-radius: .2rem;
	background: #0099b3;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 2rem;
	margin: auto 0;
}
.faq dt::after {
	transform: rotate(90deg);
}
.faq dt.open::after {
	display: none;
}
.faq dt span,
.faq dd span {
	position: absolute;
	left: 0;
	top: -1rem;
	width: 5rem;
	height: 4.9rem;
	padding-top: .3rem;
	border-radius: 50%;
	background: #0099b3;
	color: #fff;
	font-size: 2.757rem;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
}
.faq dd span {
	top: 0;
	background: #ffffff;
	color: #0099b3;
}
.faq dt span::after,
.faq dd span::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: .6rem 0 .6rem .6rem;
	border-color: transparent transparent transparent #0099b3;
	position: absolute;
	right: -.4rem;
	top: .2rem;
	bottom: 0;
	margin: auto 0;
}
.faq dd span::after {
	border-color: transparent transparent transparent #ffffff;
}
.faq dd {
	font-size: 1.6rem;
	line-height: 1.625;
	letter-spacing: .02em;
	display: none;
}
.faq dd p {
	background: #fff;
	border-radius: 1rem;
	margin-left: 6.8rem;
	padding: 1.5rem 2.5rem 1.5rem 3.2rem;
}
@media only screen and (max-width: 768px) {
	.faq {
		padding: 4.7rem 1.5rem 5rem;
		margin-bottom: 0;
	}
	.faq h2 {
		font-size: 1.6rem;
		padding-right: 0;
		margin-bottom: 1.6rem;
	}
	.faq h2 span {
		font-size: 3.3rem;
		letter-spacing: -.02em;
	}
	.faq dt {
		font-size: 1.8rem;
		padding: 0 3.5rem .7rem 5.2rem;
		margin-top: 1.9rem;
		line-height: 1.2778;
	}
	.faq dt:first-child {
		margin-top: 0;
	}
	.faq dt::before,
	.faq dt::after {
		width: 2rem;
		height: .3rem;
		bottom: .8rem;
	}
	.faq dt span,
	.faq dd span {
		top: .2rem;
		width: 4.1rem;
		height: 4rem;
		padding-top: .2rem;
		font-size: 2.3rem;
	}
	.faq dd span {
		top: 0;
	}
	.faq dt span::after,
	.faq dd span::after {
		right: -.3rem;
	}
	.faq dd {
		font-size: 1.4rem;
		line-height: 1.5714;
	}
	.faq dd p {
		margin-left: 5.2rem;
		padding: 1.1rem 1.5rem 1rem 1.6rem;
	}
}

/* footer
----------------------------------------*/
.footer {
	padding: 0 0 11.1rem;
}
.footer_list {
	position: relative;
	overflow: hidden;
	background: #0099B3;
	padding: .7rem 0;
	margin: 8rem auto 0;
}
.footer_list ul {
	display: flex;
	gap: 1rem;
	justify-content: center;
	font-size: 1.2rem;
}
.footer_list a {
	color: #fff;
}
.footer_inner {
	max-width: 96rem;
	height: 38rem;
	background: url(../images/footer_bg.jpg) no-repeat center center / cover;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 1rem;
}
.footer h2 {
	color: #fff;
	font-size: 3.1rem;
	font-weight: 700;
	padding: 5.3rem 3.5rem 0;
	line-height: 1.2791;
	letter-spacing: .02em;
	margin-bottom: 11.3rem;
	filter: drop-shadow(0 0 1rem rgba(0,0,0,.65)) drop-shadow(0 0 1rem rgba(0,0,0,.65));
}
.footer h2 span {
	font-size: 4.3rem;
	letter-spacing: .01em;
}
.footer h2 span:nth-of-type(1),
.footer h2 span:nth-of-type(2) {
	letter-spacing: .03em;
}
.footer h2 span:nth-of-type(3) {
	margin-right: .3rem;
}
.footer_cta {
	display: flex;
	gap: 3rem;
	padding: 0 3.6rem;
	justify-content: flex-end;
}
.footer_btn {
	width: 47.4rem;
}
.footer_btn a {
	width: 47.4rem;
}
.footer_btn a {
	display: block;
	background: #e80;
	border-radius: 3.5rem;
	padding: 2rem 0 2.1rem;
	box-shadow: 0 .6rem 0 #c56f00, .8rem .8rem 1.5rem rgba(0, 0, 0, .2);
}
.footer_btn a::before {
	content: '';
	display: block;
	width: 6.4rem;
	height: 6.5rem;
	background: #fff url(../images/header_btn_icon.svg) no-repeat .8rem .7rem / 5.2rem auto;
	border-radius: 50%;
	position: absolute;
	left: .3rem;
	top: .3rem;
	margin: auto 0;
}
.footer_btn a::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: .7rem 0 .7rem .7rem;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	top: 2.9rem;
	left: 6.6rem;
}
.footer_btn a span {
	position: static;
}
.footer_btn a span::before {
	content: '';
	display: block;
	width: 1.7rem;
	height: .6rem;
	background: url(../images/btn_arrow_icon.svg) no-repeat left top / 100% auto;
	position: absolute;
	top: .5rem;
	bottom: 0;
	right: 1.9rem;
	margin: auto 0;
	transition: transform .3s;
}
.footer_btn a img {
	display: block;
	width: 15.6rem;
	margin: 0 auto;
}
.footer_tel {
	margin-top: -1.5rem;
}
.footer_tel h3 {
	text-align: center;
	color: #fff;
	font-size: 1.679rem;
	letter-spacing: .06em;
	margin-bottom: .2rem;
	text-shadow: 0 0 1rem rgba(0, 0, 0, .8);
}
.footer_tel h3::before,
.footer_tel h3::after {
	content: '';
	display: inline-block;
	width: .841rem;
	height: 1.7406rem;
	background: url(../images/header_contact_ttl_icon.svg) no-repeat left top / 100% auto;
	vertical-align: -.2rem;
	margin: 0 .5rem;
}
.footer_tel h3::before {
	transform: scale(-1, 1);
	margin-right: .7rem;
}
.footer_tel a {
	display: block;
	width: 38.4rem;
}
.footer .copyright {
	display: block;
	background: #0099b3;
	color: #fff;
	text-align: center;
	font-size: 1.2rem;
	padding: 1.4rem 0;
	letter-spacing: .015em;
}
@media (hover:hover) {
	.footer_btn a:hover span::before {
		transform: translateX(.5rem);
	}
}
@media only screen and (max-width: 768px) {
	.footer {
		padding: 0 0 8.1rem;
	}
	.footer_list {
		padding: 3% 0;
		margin: 8rem auto 0;
	}
	.footer_list ul {
		width: 90%;
		margin: 0 auto;
		display: block;
		font-size: 1.3rem;
		line-height: 2;
	}
	.footer_list ul li a::before {
		content: '・';
	}
	.footer_inner {
		height: 30.15rem;
		background: url(../images/footer_bg-sp.jpg) no-repeat center center / cover;
		border-radius: 0;
	}
	.footer h2 {
		font-size: 2.3rem;
		padding: 4.3rem 1.5rem;
		line-height: 1.2414;
		margin-bottom: 5rem;
		letter-spacing: -.02em;
		filter: drop-shadow(0 0 .5rem rgba(0,0,0,.65)) drop-shadow(0 0 .5rem rgba(0,0,0,.65));
	}
	.footer h2 span {
		font-size: 2.9rem;
		letter-spacing: -.02em !important;
	}
	.footer h2 span:nth-of-type(3) {
		letter-spacing: -.04em !important;
	}
	.footer_cta {
		display: block;
		padding: 0 1.5rem;
	}
	.footer_btn {
		width: auto;
	}
	.footer_btn a {
		width: auto;
		padding: 1.7rem 0 1.8rem 1.2rem;
		box-shadow: 0 .4rem 0 #c56f00, .8rem .8rem 1.5rem rgba(0, 0, 0, .2);
	}
	.footer_btn a::before {
		width: 5.4rem;
		height: 5.4rem;
		background: #fff url(../images/header_btn_icon.svg) no-repeat .65rem .7rem / 4.25rem auto;
		left: .3rem;
		top: .3rem;
	}
	.footer_btn a::after {
		border-width: .6rem 0 .6rem .6rem;
		top: 2.4rem;
		left: 5.6rem;
	}
	.footer_btn a span::before {
		top: .3rem;
		right: 1.6rem;
	}
	.footer_btn a img {
		width: 12.95rem;
	}
	.footer_tel {
		margin-top: 1.1rem;
	}
	.footer_tel h3 {
		font-size: 1.4rem;
	}
	.footer_tel h3::before,
	.footer_tel h3::after {
		width: .7rem;
		height: 1.5rem;
	}
	.footer_tel a {
		width: 32rem;
		margin: 0 auto;
	}
	.footer .copyright {
		font-size: 1.1rem;
		margin-top: 0;
		padding: 1rem 0;
		letter-spacing: 0;
	}
}