* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, small, button, time, figure {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline
}
html {
	line-height: 1
}
ol, ul {
	list-style: none
}
li, dd {
	list-style-type: none
}
header, footer, nav, section, article, aside, figure, figcaption {
	display: block
}
img {
	border: none;
	vertical-align: bottom;
	width: 100%
}
a {
	cursor: pointer;
	text-decoration: none
}
button {
	background: inherit
}
address {
	font-style: normal
}
html {
	-webkit-appearance: none;
	-webkit-text-size-adjust: 100%;
	word-break: break-all
}
@media(max-width: 767px) {
	html {
		font-size: min(2.6666666667vw, 13.3333333333px)
	}
}
@media(min-width: 768px) {
	html {
		font-size: .7246376812vw
	}
}
@media(min-width: 1380px) {
	html {
		font-size: 10px
	}
}
body {
	font-family: "source-han-sans-japanese", sans-serif;
	color: #000;
	line-height: 1;
	font-size: 1.8rem;
	font-weight: 400;
	background: #fff
}
@media(max-width: 767px) {
	body {
		font-size: 1.6rem
	}
}
* {
	letter-spacing: var(--spacing)
}
:root {
	--spacing: 0
}
img {
	width: 100%;
	height: auto;
	display: block
}
a {
	display: block;
	color: inherit
}
main {
	overflow: hidden
}
address {
	font-style: normal;
	text-decoration: none
}
.l-inner {
	width: 132rem;
	margin: 0 auto
}
@media(max-width: 767px) {
	.l-inner {
		width: 34.7rem
	}
}
.l-inner__1200 {
	width: 120rem;
	margin: 0 auto
}
@media(max-width: 767px) {
	.l-inner__1200 {
		width: 34.7rem
	}
}
.c-btn {
	width: 21.4rem;
	height: 4rem;
	max-width: 100%;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 157, 0)), to(rgb(255, 196, 0)));
	background-image: linear-gradient(180deg, rgb(255, 157, 0), rgb(255, 196, 0));
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 1.6rem;
	border-radius: 999px;
	font-weight: 900;
	position: relative;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease
}
.c-btn::before {
	position: absolute;
	content: "";
	top: 50%;
	right: 1.3rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: .8rem;
	height: 1.6rem;
	background: url(../img/btn-arrow_white.svg) no-repeat center center/contain;
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease
}
.c-btn:hover {
	opacity: .8
}
@media(min-width: 1380px) {
	a[href^="tel:"] {
		pointer-events: none
	}
}
body.fixed {
	width: 100%;
	height: 100%;
	position: fixed
}
.wb {
	font-weight: 700
}
.img-cover {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.indent {
	text-indent: -1em;
	padding-left: 1em;
	display: inline-block
}
.pageTop {
	position: fixed;
	z-index: 10;
	bottom: -3rem;
	right: -3rem;
	width: 10rem;
	height: 10rem;
	background: #0dbc6b;
	border-radius: 999px;
	color: #fff;
	font-size: 1.4rem;
	letter-spacing: .04em;
	padding: 2rem 0 0 2.5rem;
	cursor: pointer;
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease
}
@media(max-width: 767px) {
	.pageTop {
		width: 6.5rem;
		height: 6.5rem;
		right: -1rem;
		bottom: -1rem;
		padding: 0 0 2rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}
.pageTop::after {
	position: absolute;
	content: "";
	top: 4.5rem;
	left: 3.2rem;
	width: 1.6rem;
	height: 1.8rem;
	background: url(../img/top-arrow.svg) no-repeat center center/contain;
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease
}
@media(max-width: 767px) {
	.pageTop::after {
		top: 3.5rem;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}
}
@media(min-width: 768px) {
	.pageTop:hover::after {
		-webkit-transform: translateY(-0.5rem);
		transform: translateY(-0.5rem)
	}
}
.pageTop.is-active {
	opacity: 1
}
#page-top {
	cursor: pointer
}
#loading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100vw;
	height: 100vh;
	background-color: #fff;
	-webkit-transition: all 1s;
	transition: all 1s;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999
}
#loading.loaded {
	opacity: 0;
	visibility: hidden
}
.loading_circle {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: solid 10px rgba(0, 165, 151, .168627451);
	position: relative
}
.loading_circle::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: -10px;
	left: -10px;
	border-radius: 50%;
	border: solid 10px #0dbc6b;
	-webkit-clip-path: polygon(25% 0%, 75% 0%, 50% 50%);
	clip-path: polygon(25% 0%, 75% 0%, 50% 50%);
	-webkit-animation: loading_circle 1s linear infinite;
	animation: loading_circle 1s linear infinite
}
@-webkit-keyframes loading_circle {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
@keyframes loading_circle {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
.p-header {
	width: 100%;
	height: 10rem;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.p-header.is-out {
	-webkit-transform: translate(0%, -110%);
	transform: translate(0%, -110%);
	background: #4dc18b
}
.p-header.is-active {
	-webkit-transform: translate(0);
	transform: translate(0)
}
.p-header.is-active .p-header__title img {
	width: 15rem
}
@media(max-width: 767px) {
	.p-header.is-active .p-header__title img {
		width: 10.6rem
	}
}
@media(max-width: 767px) {
	.p-header {
		height: 7rem
	}
}
.p-header__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: inherit
}
@media(max-width: 767px) {
	.p-header__inner {
		width: 100%;
		padding: 0 5.4rem 0 1.4rem;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}
.p-header__title img {
	width: 21.4rem
}
@media(max-width: 767px) {
	.p-header__title img {
		width: 10.6rem
	}
}
.p-header__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: auto
}
@media(max-width: 767px) {
	.p-header__nav {
		display: none
	}
}
.p-header__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 2.4rem;
	-moz-column-gap: 2.4rem;
	column-gap: 2.4rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.p-header__items li a {
	position: relative;
	font-size: 1.6rem;
	text-align: center;
	font-weight: 900;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	color: #fff
}
.p-header__items li a:hover {
	opacity: .8
}
.p-header__itemBtn {
	border: 2px solid #fff;
	border-radius: 999px;
	padding: .7rem 2.4rem .9rem
}
.p-header__btn {
	margin-left: 2.4rem
}
@media(max-width: 767px) {
	.p-header__btn .c-btn {
		font-size: 1.8rem;
		width: 13rem;
		height: 4rem
	}
	.p-header__btn .c-btn::before {
		width: .5rem;
		height: 1.2rem;
		right: .7rem
	}
}
.p-footer {
	position: relative;
	background: #0dbc6b;
	color: #fff;
	padding: 0 0 2.4rem
}
@media(max-width: 767px) {
	.p-footer {
		padding: 0 0 6rem
	}
}
.p-footer__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 4rem 0 2.4rem 0;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
@media(max-width: 767px) {
	.p-footer__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 4rem 0
	}
}
.p-footer__left {
	margin-top: 1.6rem
}
@media(max-width: 767px) {
	.p-footer__left {
		margin-top: 0;
		text-align: center
	}
}
.p-footer__logo {
	width: 27.6rem;
	margin: 0 auto
}
@media(max-width: 767px) {
	.p-footer__logo {
		width: 20rem
	}
}
.p-footer__right {
	width: 42rem
}
@media(max-width: 767px) {
	.p-footer__right {
		margin: 4rem 0 0;
		width: 100%
	}
}
.p-footer__rightText {
	line-height: 1.555;
	font-weight: 500
}
.p-footer__address {
	line-height: 1.75;
	font-size: 1.6rem
}
@media(max-width: 767px) {
	.p-footer__address {
		font-size: 1.4rem
	}
}
.p-footer__tel {
	margin: 1rem 0;
	font-size: 3.2rem;
	font-weight: 700;
	padding-left: 2.5rem;
	display: inline-block;
	position: relative;
	pointer-events: none
}
@media(max-width: 767px) {
	.p-footer__tel {
		text-align: center;
		font-size: 2.4rem;
		padding-left: 2rem
	}
}
.p-footer__tel::before {
	position: absolute;
	content: "";
	top: 56%;
	left: 1.3rem;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 2.1rem;
	height: 3rem;
	background: url(../img/tel-icon.svg) no-repeat center center/contain
}
@media(max-width: 767px) {
	.p-footer__tel::before {
		width: 1.6rem;
		height: 2.2rem;
		left: 1rem;
		top: 54%
	}
}
.p-footer__link {
	font-weight: 500;
	position: relative;
	display: inline-block;
	-webkit-transition: all .2s ease;
	transition: all .2s ease
}
.p-footer__link:hover {
	opacity: .7
}
.p-footer__link::before {
	position: absolute;
	content: "";
	top: 50%;
	right: -2.4rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1.8rem;
	height: 1.8rem;
	background: url(../img/footer_link.svg) no-repeat center center/contain
}
@media(max-width: 767px) {
	.p-footer__link::before {
		width: 1.6rem;
		height: 1.6rem
	}
}
.p-footer__copy {
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center
}
@media(max-width: 767px) {
	.p-footer__copy {
		font-size: 1rem
	}
}
.p-footer__pageTop {
	position: absolute;
	bottom: 35.3rem;
	right: 2.5rem;
	text-transform: uppercase;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	font-size: 1.7rem;
	font-family: "source-han-sans-japanese", sans-serif;
	letter-spacing: .06em;
	cursor: pointer
}
@media screen and (max-width: 1350px) {
	.p-footer__pageTop {
		margin-right: -3rem;
		margin-bottom: -10rem
	}
}
@media(max-width: 767px) {
	.p-footer__pageTop {
		bottom: 7rem;
		right: 1rem;
		margin: 0
	}
}
.p-footer__pageTop::after {
	position: absolute;
	content: "";
	display: inline-block;
	background: #000;
	border-radius: 999px;
	-webkit-transition: left .3s;
	transition: left .3s;
	width: 100%;
	height: .1rem;
	top: -0.6rem;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%)
}
.p-footer__pageTop::before {
	position: absolute;
	content: "";
	display: inline-block;
	top: -0.55rem;
	right: -1rem;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	width: .8rem;
	height: .8rem;
	background: #0dbc6b;
	-webkit-transition: right .4s ease;
	transition: right .4s ease;
	z-index: 2
}
.p-footer__pageTop:hover::before {
	right: 100%
}
.p-hamburger {
	position: fixed;
	width: 2.4rem;
	height: 2.4rem;
	cursor: pointer;
	z-index: 50;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: none
}
@media(max-width: 767px) {
	.p-hamburger {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		top: 2.3rem;
		right: 1.4rem
	}
}
.p-hamburger__text {
	font-size: 1.2rem;
	letter-spacing: .05em;
	text-align: center;
	white-space: nowrap
}
.p-hamburger span {
	position: absolute;
	background: #fff;
	display: inline-block;
	width: 2.4rem;
	height: 4px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}
.p-hamburger span:nth-of-type(1) {
	top: 1rem
}
.p-hamburger span:nth-of-type(2) {
	top: 0
}
.p-hamburger span:nth-of-type(3) {
	top: 2rem
}
.p-hamburger.is-active span:nth-of-type(2) {
	top: .8rem;
	-webkit-transform: rotate(-225deg);
	transform: rotate(-225deg);
	background: #0dbc6b
}
.p-hamburger.is-active span:nth-of-type(3) {
	top: .8rem;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
	background: #0dbc6b
}
.p-hamburger.is-active span:nth-of-type(1) {
	opacity: 0
}
.p-drawer {
	z-index: 40;
	display: none
}
@media(max-width: 767px) {
	.p-drawer {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100dvh;
		margin: 0;
		background: #fff
	}
}
.p-drawer__logo {
	width: 10.6rem;
	margin: 1.4rem
}
.p-drawer__items li {
	position: relative;
	font-size: 1.8rem;
	font-weight: 900;
	padding: 2rem 4.4rem;
	border-bottom: 2px solid #0dbc6b;
	color: #0dbc6b
}
.p-drawer__items li:first-child {
	border-top: 2px solid #0dbc6b
}
.p-drawer__items li::after {
	position: absolute;
	content: "";
	top: 50%;
	left: 2.8rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: .6rem;
	height: 1.2rem;
	background: url(../img/arrow_green.svg) no-repeat center center/contain
}
.p-drawer__faq {
	color: #0dbc6b;
	font-weight: 900;
	text-align: center;
	border: 2px solid #0dbc6b;
	border-radius: 999px;
	padding: 1.2rem 0 1.2rem;
	margin: 4rem auto;
	width: 34.7rem
}
.p-drawer__btn .c-btn {
	margin: 0 auto;
	width: 34.7rem;
	height: 5.6rem;
	font-size: 2.4rem
}
.p-drawer__btn .c-btn::before {
	width: 1rem;
	height: 2rem
}
.p-fv {
	position: relative;
	background: #eff7f4
}
.p-fv__img {
	margin: 0 auto
}
.p-fv__titleWrap {
	position: absolute;
	top: 11.1805555556vw;
	left: 8.3333333333vw
}
.p-fv__listTitle-notice {
	max-width: 42.8888vw;
	margin-top: 16px;
	font-size: 16px;
	line-height: 1.4;
}
@media(max-width: 767px) {
	.p-fv__listTitle-notice {
		max-width: 100%;
		margin-top: 10px;
		font-size: 10px;
	}	
}
@media(max-width: 767px) {
	.p-fv__titleWrap {
		top: 20.2666666667vw;
		left: 3.7333333333vw;
		width: 92.5333333333vw;
	}
}
.p-fv__text {
	font-size: 1.9444444444vw;
	font-weight: 700;
	border: 2px solid #fff;
	border-radius: 999px;
	display: inline-block;
	color: #fff;
	padding: .4rem 2rem .6rem
}
@media(max-width: 767px) {
	.p-fv__text {
		font-size: 4vw;
		display: block;
		text-align: center;
		padding: .4rem 0
	}
}
.p-fv__catch {
	margin-top: 1.6666666667vw
}
@media(max-width: 767px) {
	.p-fv__catch {
		margin-top: 2.1333333333vw
	}
}
.p-fv__catch img {
	width: 50.2083333333vw
}
@media(max-width: 767px) {
	.p-fv__catch img {
		width: 100%
	}
}
.fv_pointpic {
	max-width: 42.8888vw;
	margin-top: 2rem;
}
@media(max-width: 767px) {
	.fv_pointpic {
		max-width: 100%;
		margin-top: 2rem;
	}
}
.p-fv__listTitle {
	text-shadow: 2px 2px 1.5px #242E35;
	margin-top: 1.4444444444vw;
	font-size: 2.2444444444vw;
	font-weight: 700;
	color: #fff
}
@media(max-width: 767px) {
	.p-fv__listTitle {
		margin-top: 4.133333vw;
		font-size: 5.3333333333vw;
		line-height: 1.4
	}
}
.p-fv__listTitle .yellow {
	color: #ffeb00
}
@media(max-width: 767px) {
	.p-fv__listTitle .yellow {
		text-shadow: 0 0 8px rgba(0, 0, 0, .7)
	}
}
.p-fv__list {
	margin-top: 1.6666666667vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 1.3888888889vw
}
@media(max-width: 767px) {
	.p-fv__list {
		margin-top: 2.6666666667vw;
		gap: 1.6vw
	}
}
.p-fv__list li {
	font-size: 1.8055555556vw;
	font-weight: 700;
	padding-left: 2.2916666667vw;
	position: relative
}
@media(max-width: 767px) {
	.p-fv__list li {
		font-size: 4.2666666667vw;
		padding-left: 6.4vw;
		color: #fff;
		line-height: 1.375;
		text-shadow: 0 0 8px rgba(0, 0, 0, .1882352941)
	}
}
.p-fv__list li::before {
	position: absolute;
	content: "";
	width: 1.9444444444vw;
	height: 1.6666666667vw;
	top: .1388888889vw;
	left: 0;
	background: url(../img/fv_check.svg) no-repeat center center/contain
}
@media(max-width: 767px) {
	.p-fv__list li::before {
		width: 5.0666666667vw;
		height: 4.2666666667vw;
		top: 1.0666666667vw
	}
}
.p-fv__btn {
	position: absolute;
	bottom: 3.8860103627vh;
	right: 6.9444444444vw;
	-webkit-transition: all .2s ease;
	transition: all .2s ease
}
@media(max-width: 767px) {
	.p-fv__btn {
		bottom: 0;
		right: 50%;
		-webkit-transform: translate(50%);
		transform: translate(50%)
	}
}
.p-fv__btn:hover {
	opacity: .8
}
.p-fv__btn img {
	width: 38.1944444444vw
}
@media(max-width: 767px) {
	.p-fv__btn img {
		width: 92.5333333333vw
	}
}
.worry {
	padding: 8rem 0;
	background: #eff7f4
}
@media(max-width: 767px) {
	.worry {
		padding: 6.4rem 0
	}
}
.worry__inner {
	background: url(../img/worry01.png) no-repeat center center/cover;
	height: 79.3rem
}
@media(max-width: 767px) {
	.worry__inner {
		background: none;
		height: auto
	}
}
.worry__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 5.6rem 6rem 6.9rem
}
@media(max-width: 767px) {
	.worry__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0
	}
}
.worry__left {
	width: 50%
}
@media(max-width: 767px) {
	.worry__left {
		width: 100%;
		background: #fff;
		border-radius: 4rem 4rem 0 0;
		padding: 4rem 1.4rem;
		position: relative
	}
}
@media(max-width: 767px) {
	.worry__left .worry__img {
		position: absolute;
		left: 1.4rem;
		bottom: 19.8rem;
		width: 10.7rem;
		z-index: 0
	}
}
.worry__right {
	width: 50%
}
@media(max-width: 767px) {
	.worry__right {
		width: 100%;
		background: #eee;
		border-radius: 0 0 4rem 4rem;
		padding: 4rem 1.4rem;
		position: relative
	}
}
.worry__right .worry__boxs {
	text-align: right
}
@media(max-width: 767px) {
	.worry__right .worry__boxs {
		text-align: left
	}
}
@media(max-width: 767px) {
	.worry__right .worry__box {
		margin-left: 0
	}
	.worry__right .worry__box::after {
		-webkit-transform: translateX(-50%) rotate(65deg) !important;
		transform: translateX(-50%) rotate(65deg) !important
	}
}
.worry__right .worry__box+.worry__box {
	margin-top: 5.1rem
}
@media(max-width: 767px) {
	.worry__right .worry__box+.worry__box {
		margin-top: 2.4rem
	}
}
@media(max-width: 767px) {
	.worry__right .worry__img {
		position: absolute;
		right: 1.4rem;
		bottom: 9.2rem;
		width: 10.9rem;
		z-index: 0
	}
}
.worry__title {
	text-align: center;
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.5
}
@media(max-width: 767px) {
	.worry__title {
		font-size: 2rem
	}
}
.worry__title .yellow_line {
	font-size: 3.6rem;
	font-weight: 900;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFEB00));
	background: linear-gradient(transparent 70%, #FFEB00 70%)
}
@media(max-width: 767px) {
	.worry__title .yellow_line {
		font-size: 2.3rem
	}
}
.worry__title .green {
	color: #0dbc6b;
	font-size: 4.4rem
}
@media(max-width: 767px) {
	.worry__title .green {
		font-size: 2.7rem
	}
}
.worry__boxs {
	margin-top: 7rem
}
@media(max-width: 767px) {
	.worry__boxs {
		margin-top: 2.4rem
	}
}
.worry__box {
	background: #fdf5c8;
	border-radius: 2.5rem;
	padding: 2rem;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.5;
	display: inline-block;
	-webkit-box-shadow: 6px 6px 30px rgba(0, 0, 0, .16);
	box-shadow: 6px 6px 30px rgba(0, 0, 0, .16);
	position: relative;
	text-align: left
}
@media(max-width: 767px) {
	.worry__box {
		border-radius: 1.6rem;
		font-size: 1.4rem;
		width: 22.4rem;
		padding: 1.4rem;
		margin-left: auto;
		display: block;
		position: relative;
		z-index: 2
	}
}
.worry__box+.worry__box {
	margin-top: 3rem
}
@media(max-width: 767px) {
	.worry__box+.worry__box {
		margin-top: 2.4rem
	}
}
.worry__box::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 1.5rem solid rgba(0, 0, 0, 0);
	border-bottom: 1.5rem solid rgba(0, 0, 0, 0);
	border-left: 3rem solid #fdf5c8;
	border-right: 0;
	position: absolute;
	right: -2rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2
}
@media(max-width: 767px) {
	.worry__box::after {
		left: 50% !important;
		right: inherit !important;
		top: inherit !important;
		bottom: -2rem !important;
		-webkit-transform: translateX(-50%) rotate(115deg) !important;
		transform: translateX(-50%) rotate(115deg) !important
	}
}
.worry__box .green {
	font-weight: 900;
	color: #0dbc6b
}
.worry__box.is-L01::after {
	right: 6rem;
	top: inherit;
	-webkit-transform: rotate(65deg);
	transform: rotate(65deg);
	bottom: -2rem
}
@media(max-width: 767px) {
	.worry__box.is-L04 {
		width: 15.2rem
	}
}
.worry__box.is-L04::after {
	right: 4rem;
	top: -1.6rem;
	border-left: 4rem solid #fdf5c8;
	-webkit-transform: rotate(-42deg);
	transform: rotate(-42deg)
}
.worry__box.is-L05 {
	margin-left: 2.4rem
}
@media(max-width: 767px) {
	.worry__box.is-L05 {
		width: 15.2rem;
		margin-left: 1.5rem;
		margin-top: 0
	}
}
.worry__box.is-L05::after {
	right: 6rem;
	top: -2rem;
	-webkit-transform: rotate(-65deg);
	transform: rotate(-65deg)
}
.worry__box.is-R01::after {
	left: 8rem;
	right: inherit;
	top: inherit;
	bottom: -2rem;
	-webkit-transform: rotate(115deg);
	transform: rotate(115deg)
}
.worry__box.is-R02::after {
	left: -2rem;
	right: inherit;
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg)
}
.worry__box.is-R03::after {
	left: 8rem;
	right: inherit;
	top: -2rem;
	-webkit-transform: rotate(-115deg);
	transform: rotate(-115deg)
}
@media(max-width: 767px) {
	.worry__box2col {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-top: 2.4rem
	}
}
.relief {
	background: #eff7f4;
	padding: 0 0 8rem
}
@media(max-width: 767px) {
	.relief {
		padding: 0 0 6.4rem
	}
}
.relief__titleWrap {
	text-align: center;
	background: #0dbc6b;
	padding: 4rem 0;
	position: relative
}
@media(max-width: 767px) {
	.relief__titleWrap {
		padding: 2.4rem 0
	}
}
.relief__titleWrap::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 5.3rem solid rgba(0, 0, 0, 0);
	border-left: 5.3rem solid rgba(0, 0, 0, 0);
	border-top: 4.6rem solid #0dbc6b;
	border-bottom: 0;
	position: absolute;
	left: 50%;
	bottom: -4.5rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}
@media(max-width: 767px) {
	.relief__titleWrap::after {
		border-right: 2.3rem solid rgba(0, 0, 0, 0);
		border-left: 2.3rem solid rgba(0, 0, 0, 0);
		border-top: 2rem solid #0dbc6b;
		bottom: -1.9rem
	}
}
.relief__title {
	font-size: 4.8rem;
	color: #fff;
	font-weight: 900
}
@media(max-width: 767px) {
	.relief__title {
		font-size: 2.4rem;
		line-height: 1.2
	}
}
.relief__title .line1 {
	font-size: 4rem
}
@media(max-width: 767px) {
	.relief__title .line1 {
		font-size: 2rem
	}
}
.relief__title .yellow {
	color: #ffeb00
}
.relief__title .num3 {
	font-size: 7.2rem
}
@media(max-width: 767px) {
	.relief__title .num3 {
		font-size: 4rem
	}
}
.relief__title .heart {
	position: relative;
	z-index: 2
}
.relief__title .heart::before {
	position: absolute;
	content: "";
	width: 9.6rem;
	height: 8.4rem;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: url(../img/relief_heart.svg) no-repeat center center/contain;
	z-index: -1
}
@media(max-width: 767px) {
	.relief__title .heart::before {
		width: 5rem;
		height: 4.5rem
	}
}
.relief__titleSub {
	font-size: 3.2rem;
	font-weight: 700;
	margin-top: 2rem
}
@media(max-width: 767px) {
	.relief__titleSub {
		font-size: 1.8rem;
		line-height: 1.4;
		margin-top: 1.6rem
	}
}
.relief__inner {
	padding: 8rem 0 0
}
@media(max-width: 767px) {
	.relief__inner {
		padding: 6.4rem 0 0
	}
}
.relief__point {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 120rem;
	margin: 0 auto;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 2;
	padding: 5.5rem 0
}
@media(max-width: 767px) {
	.relief__point {
		width: 100%;
		padding: 2.4rem;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 2.4rem
	}
}
.relief__point::before {
	background: #fff;
	width: 100vw;
	height: 100%;
	content: "";
	position: absolute;
	top: 0;
	right: -6rem;
	z-index: -1;
	margin-left: calc(50% - 50vw);
	border-radius: 0 10rem 10rem 0
}
@media(max-width: 767px) {
	.relief__point::before {
		width: 100%;
		right: 0;
		margin-left: 0;
		border-radius: 4rem
	}
}
.relief__point+.relief__point {
	margin-top: 5.6rem
}
@media(max-width: 767px) {
	.relief__point+.relief__point {
		margin-top: 4rem
	}
}
.relief__point.is-02 {
	padding: 3rem 0 2.6rem;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}
@media(max-width: 767px) {
	.relief__point.is-02 {
		width: 100%;
		padding: 2.4rem;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 2.4rem
	}
}
.relief__point.is-02::before {
	right: inherit;
	left: -6rem;
	margin-left: 0;
	margin-right: calc(50% - 50vw);
	border-radius: 10rem 0 0 10rem
}
@media(max-width: 767px) {
	.relief__point.is-02::before {
		width: 100%;
		left: 0;
		margin-left: 0;
		border-radius: 4rem
	}
}
.relief__pointTextWrap {
	width: 57rem
}
@media(max-width: 767px) {
	.relief__pointTextWrap {
		width: 100%
	}
}
.relief__pointTitleSub {
	font-size: 2.4rem;
	font-weight: 700
}
@media(max-width: 767px) {
	.relief__pointTitleSub {
		font-size: 2rem
	}
}
.relief__pointTitleSub .heart {
	color: #0dbc6b;
	margin-left: 1rem;
	position: relative;
	z-index: 2
}
.relief__pointTitleSub .heart::before {
	position: absolute;
	content: "";
	width: 9.9rem;
	height: 8.7rem;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: url(../img/relief_heart_GRN.svg) no-repeat center center/contain;
	z-index: -1
}
@media(max-width: 767px) {
	.relief__pointTitleSub .heart::before {
		width: 6.8rem;
		height: 6rem
	}
}
.relief__pointTitleSub .num {
	font-size: 4.8rem
}
@media(max-width: 767px) {
	.relief__pointTitleSub .num {
		font-size: 3.2rem
	}
}
.relief__pointTitleMain {
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 3rem
}
@media(max-width: 767px) {
	.relief__pointTitleMain {
		font-size: 2rem;
		margin-top: 2rem
	}
}
.relief__pointText {
	font-size: 2rem;
	line-height: 1.7;
	margin-top: 4.8rem
}
@media(max-width: 767px) {
	.relief__pointText {
		font-size: 1.6rem;
		margin-top: 3.2rem
	}
}
.relief__pointText .yellow_line {
	font-weight: 700;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #FFEB00));
	background: linear-gradient(transparent 80%, #FFEB00 80%)
}
.relief__pointImg {
	width: 57rem
}
@media(max-width: 767px) {
	.relief__pointImg {
		width: 100%
	}
}
.relief__btn {
	width: 74rem;
	margin: 8rem auto 0;
	-webkit-transition: all .2s ease;
	transition: all .2s ease
}
@media(max-width: 767px) {
	.relief__btn {
		width: 100%;
		margin-top: 4rem
	}
}
.relief__btn:hover {
	opacity: .8
}
.service {
	padding: 8rem 0 0
}
@media(max-width: 767px) {
	.service {
		padding: 6.4rem 0 0
	}
}
.service__topTitle {
	background: #0dbc6b;
	text-align: center;
	border-radius: 10rem 10rem 0 0;
	padding: 4rem 0
}
@media(max-width: 767px) {
	.service__topTitle {
		border-radius: 4rem 4rem 0 0;
		padding: 3.2rem 0
	}
}
.service__topTitleSub {
	font-size: 3.6rem;
	font-weight: 700;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: .6rem
}
@media(max-width: 767px) {
	.service__topTitleSub {
		font-size: 1.8rem
	}
}
.service__topTitleSub::before {
	width: 4rem;
	height: 5.6rem;
	content: "";
	background: url(../img/service_heading.svg) no-repeat center center/contain
}
@media(max-width: 767px) {
	.service__topTitleSub::before {
		width: 2.4rem;
		height: 3rem
	}
}
.service__topTitleSub::after {
	width: 4rem;
	height: 5.6rem;
	content: "";
	background: url(../img/service_heading.svg) no-repeat center center/contain;
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1)
}
@media(max-width: 767px) {
	.service__topTitleSub::after {
		width: 2.4rem;
		height: 3rem
	}
}
.service__topTitleMain {
	font-size: 4.8rem;
	font-weight: 900;
	color: #fff;
	margin-top: 2rem
}
@media(max-width: 767px) {
	.service__topTitleMain {
		font-size: 2.3rem;
		margin-top: 1.2rem
	}
}
.service__topWrap {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 7.7rem 6rem;
	padding: 8rem 6rem 6rem;
	background: #fdf5c8;
	border-radius: 0 0 10rem 10rem;
	position: relative
}
@media(max-width: 767px) {
	.service__topWrap {
		grid-template-columns: 1fr 1fr;
		gap: 3.2rem 2rem;
		padding: 4rem 2rem 4rem;
		border-radius: 0 0 4rem 4rem
	}
}
.service__topWrap::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 5.3rem solid rgba(0, 0, 0, 0);
	border-left: 5.3rem solid rgba(0, 0, 0, 0);
	border-top: 4.6rem solid #fdf5c8;
	border-bottom: 0;
	position: absolute;
	left: 50%;
	bottom: -4.5rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}
@media(max-width: 767px) {
	.service__topWrap::after {
		border-right: 2.3rem solid rgba(0, 0, 0, 0);
		border-left: 2.3rem solid rgba(0, 0, 0, 0);
		border-top: 2rem solid #fdf5c8;
		bottom: -1.9rem
	}
}
.service__topBox {
	background: #fff;
	border-radius: 5rem;
	position: relative;
	padding: 5rem 0 2.4rem
}
@media(max-width: 767px) {
	.service__topBox {
		border-radius: 2.4rem;
		padding: 2.8rem 0 1.6rem
	}
}
.service__topBoxTitle {
	background: #0dbc6b;
	color: #fff;
	text-align: center;
	font-size: 2.8rem;
	font-weight: 700;
	border-radius: 999px;
	padding: .6rem 2.6rem .8rem;
	display: inline-block;
	position: absolute;
	left: 50%;
	top: -2rem;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}
@media(max-width: 767px) {
	.service__topBoxTitle {
		font-size: 1.2rem;
		padding: .4rem 1.4rem;
		top: -1rem
	}
}
.service__topBoxImg {
	width: 23rem;
	margin: 0 auto
}
@media(max-width: 767px) {
	.service__topBoxImg {
		width: 10rem
	}
}
.service__support {
	margin-top: 8rem;
	background: url(../img/service_support_pc.png) no-repeat center center/contain;
	width: 100%;
	padding: 5rem;
	height: 83rem
}
@media(max-width: 767px) {
	.service__support {
		margin-top: 6.4rem;
		background: url(../img/service_support_sp.png) no-repeat center center/contain;
		height: 73rem;
		padding: 4rem 0 0
	}
}
.service__supportTitle {
	color: #fff;
	font-size: 4.8rem;
	font-weight: 900;
	line-height: 1.333;
	text-shadow: 4px 4px 20px rgba(0, 0, 0, .2)
}
@media(max-width: 767px) {
	.service__supportTitle {
		text-align: center;
		font-size: 2.4rem;
		line-height: 1.416
	}
}
.service__supportWrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 3rem
}
@media(max-width: 767px) {
	.service__supportWrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 0 1.9rem;
		margin-top: 19.8rem
	}
}
.service__supportBox {
	background: #fff;
	border-radius: 999px;
	width: 36rem;
	height: 36rem;
	padding: 5.6rem 4rem
}
@media(max-width: 767px) {
	.service__supportBox {
		width: 15rem;
		height: 15rem;
		padding: 2.4rem 2rem
	}
}
.service__supportBoxImg {
	width: 9.6rem;
	margin: 0 auto
}
@media(max-width: 767px) {
	.service__supportBoxImg {
		width: 4.2rem
	}
}
.service__supportBoxText {
	font-size: 4rem;
	text-align: center;
	font-weight: 900;
	line-height: 1.2;
	margin-top: 1rem
}
@media(max-width: 767px) {
	.service__supportBoxText {
		font-size: 1.7rem;
		margin-top: .2rem;
		line-height: 1.35
	}
}
.service__supportBoxText .green {
	font-size: 5.6rem;
	color: #0dbc6b;
	position: relative;
	z-index: 2
}
@media(max-width: 767px) {
	.service__supportBoxText .green {
		font-size: 2.3rem
	}
}
.service__supportBoxText .green::after {
	position: absolute;
	content: "";
	background: rgba(255, 234, 0, .81);
	height: 1rem;
	width: 100%;
	bottom: .6rem;
	left: 0;
	z-index: -1
}
@media(max-width: 767px) {
	.service__supportBoxText .green::after {
		height: .6rem;
		bottom: 0
	}
}
.service__btm {
	position: relative;
	margin-top: 3.5rem
}
@media(max-width: 767px) {
	.service__btm {
		margin-top: 7.2rem
	}
}
.service__btmText {
	font-size: 4.8rem;
	font-weight: 900;
	line-height: 1.166;
	text-align: center;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}
@media(max-width: 767px) {
	.service__btmText {
		top: -3.2rem;
		font-size: 2.4rem;
		width: 100%;
		line-height: 1.416
	}
}
.voice {
	background: #eff7f4;
	padding: 0 0 8rem
}
@media(max-width: 767px) {
	.voice {
		padding: 0 0 6.4rem
	}
}
.voice__titleWrap {
	text-align: center;
	background: #0dbc6b;
	padding: 4.8rem 0;
	position: relative
}
@media(max-width: 767px) {
	.voice__titleWrap {
		padding: 2.4rem 0
	}
}
.voice__titleWrap::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 5.3rem solid rgba(0, 0, 0, 0);
	border-left: 5.3rem solid rgba(0, 0, 0, 0);
	border-top: 4.6rem solid #0dbc6b;
	border-bottom: 0;
	position: absolute;
	left: 50%;
	bottom: -4.5rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}
@media(max-width: 767px) {
	.voice__titleWrap::after {
		border-right: 2.3rem solid rgba(0, 0, 0, 0);
		border-left: 2.3rem solid rgba(0, 0, 0, 0);
		border-top: 2rem solid #0dbc6b;
		bottom: -1.9rem
	}
}
.voice__title {
	font-size: 4.8rem;
	font-weight: 900;
	color: #fff
}
@media(max-width: 767px) {
	.voice__title {
		font-size: 2.4rem
	}
}
.voice__titleSub {
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 1rem
}
@media(max-width: 767px) {
	.voice__titleSub {
		font-size: 1.7rem
	}
}
.voice__wrap {
	margin-top: 8rem
}
@media(max-width: 767px) {
	.voice__wrap {
		margin-top: 5.6rem
	}
}
.voice__big {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 5.6rem
}
@media(max-width: 767px) {
	.voice__big {
		gap: 4rem
	}
}
.voice__bigBox {
	background: #fff;
	border-radius: 10rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 6rem;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
@media(max-width: 767px) {
	.voice__bigBox {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 2rem;
		border-radius: 4rem;
		gap: 2rem
	}
}
.voice__bigImg {
	width: 51rem
}
@media(max-width: 767px) {
	.voice__bigImg {
		width: 100%
	}
}
.voice__bigRight {
	width: 51rem
}
@media(max-width: 767px) {
	.voice__bigRight {
		width: 100%
	}
}
.voice__bigPerson {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: .6rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.voice__bigPersonImg {
	width: 7.2rem
}
@media(max-width: 767px) {
	.voice__bigPersonImg {
		width: 5.2rem
	}
}
.voice__bigPersonName {
	font-size: 2.4rem;
	font-weight: 700
}
@media(max-width: 767px) {
	.voice__bigPersonName {
		font-size: 2rem
	}
}
.voice__bigPersonDetail {
	margin-top: 1.1rem;
	font-weight: 500;
	line-height: 1.555
}
@media(max-width: 767px) {
	.voice__bigPersonDetail {
		font-size: 1.4rem
	}
}
.voice__bigCatch {
	margin-top: 1.6rem;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.5;
	padding: 2rem;
	display: inline-block;
	background: #fff;
	border-radius: 2.5rem;
	-webkit-box-shadow: 6px 6px 30px rgba(0, 0, 0, .16);
	box-shadow: 6px 6px 30px rgba(0, 0, 0, .16);
	position: relative
}
@media(max-width: 767px) {
	.voice__bigCatch {
		font-size: 1.8rem;
		border-radius: 2rem;
		padding: 1.4rem
	}
}
.voice__bigCatch::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-top: 3rem solid #fff;
	border-right: 3rem solid rgba(0, 0, 0, 0);
	bottom: -2.9rem;
	left: 10rem
}
@media(max-width: 767px) {
	.voice__bigCatch::after {
		border-top: 2rem solid #fff;
		border-right: 2rem solid rgba(0, 0, 0, 0);
		bottom: -1.9rem;
		left: 7rem
	}
}
.voice__bigText {
	margin-top: 4.6rem;
	line-height: 1.777;
	font-weight: 300
}
@media(max-width: 767px) {
	.voice__bigText {
		margin-top: 3.2rem
	}
}
.voice__small {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 5.6rem
}
@media(max-width: 767px) {
	.voice__small {
		margin-top: 4rem;
		display: block
	}
}
.voice__small .voice__bigPerson {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}
.voice__smallBox {
	width: 36rem;
	background: #fff;
	border-radius: 6rem;
	padding: 3rem 2.6rem
}
@media(max-width: 767px) {
	.voice__smallBox {
		width: 100%;
		border-radius: 4rem;
		padding: 2rem;
		height: 29.6rem
	}
}
.voice__smallCatch {
	margin-top: 1.6rem;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.6
}
@media(max-width: 767px) {
	.voice__smallCatch {
		font-size: 1.8rem
	}
}
.voice__smallText {
	font-weight: 300;
	line-height: 1.777;
	margin-top: .8rem
}
@media(max-width: 767px) {
	.voice__smallText {
		font-size: 1.4rem
	}
}
.custom-prev, .custom-next {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
	cursor: pointer
}
.custom-prev {
	left: -0.5rem
}
.custom-next {
	right: -0.5rem
}
.custom-dots {
	text-align: center;
	margin-top: 1rem
}
.custom-dots ul li {
	width: 10px;
	height: 10px;
	background-color: #a2d8be;
	border: none;
	border-radius: 50%;
	display: inline-block;
	margin: 0 10px;
	cursor: pointer
}
.custom-dots ul li.slick-active {
	background-color: #0dbc6b
}
.js-slider .slick-slide {
	margin: 0 1rem
}
.js-slider .slick-list {
	margin: 0 -1rem
}
.flow {
	background: #fdf5c8;
	padding: 8rem 0
}
@media(max-width: 767px) {
	.flow {
		padding: 5.6rem 0
	}
}
.flow__title {
	text-align: center;
	font-weight: 900;
	font-size: 4.8rem;
	position: relative;
	padding-bottom: 3.4rem
}
@media(max-width: 767px) {
	.flow__title {
		font-size: 2.4rem;
		padding-bottom: 2rem
	}
}
.flow__title::after {
	content: "";
	background-color: #0dbc6b;
	width: 8.2rem;
	height: .8rem;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}
@media(max-width: 767px) {
	.flow__title::after {
		height: .4rem;
		width: 4rem
	}
}
.flow__read {
	font-size: 3.2rem;
	font-weight: 700;
	text-align: center;
	margin-top: 2.4rem
}
@media(max-width: 767px) {
	.flow__read {
		font-size: 2rem;
		margin-top: 2rem;
		line-height: 1.4
	}
}
.flow__list {
	margin-top: 5.6rem
}
@media(max-width: 767px) {
	.flow__list {
		margin-top: 4rem
	}
}
.flow__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	border-radius: 5rem;
	padding: 3.2rem 6.8rem;
	margin-bottom: 8.6rem;
	position: relative
}
@media(max-width: 767px) {
	.flow__item {
		padding: 2rem;
		margin-bottom: 4rem;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		border-radius: 2.4rem
	}
}
.flow__item.is-01 {
	margin-bottom: 6.2rem
}
@media(max-width: 767px) {
	.flow__item.is-01 {
		margin-bottom: 4.8rem
	}
}
.flow__item::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 5.3rem solid rgba(0, 0, 0, 0);
	border-left: 5.3rem solid rgba(0, 0, 0, 0);
	border-top: 4.6rem solid #fff;
	border-bottom: 0;
	position: absolute;
	left: 50%;
	bottom: -4.5rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}
@media(max-width: 767px) {
	.flow__item::after {
		border-right: 2.3rem solid rgba(0, 0, 0, 0);
		border-left: 2.3rem solid rgba(0, 0, 0, 0);
		border-top: 2rem solid #fff;
		bottom: -1.9rem
	}
}
.flow__item:last-child::after {
	display: none
}
.flow__step {
	font-weight: 700;
	text-align: center;
	font-size: 3.2rem;
	width: 11.2rem;
	padding-right: 3rem
}
@media(max-width: 767px) {
	.flow__step {
		font-size: 2rem;
		width: 100%;
		padding: 0 0 1rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: baseline;
		-ms-flex-align: baseline;
		align-items: baseline;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		gap: .4rem
	}
}
.flow__step span {
	display: block;
	font-size: 6rem;
	color: #0dbc6b;
	margin-top: .3rem
}
@media(max-width: 767px) {
	.flow__step span {
		display: inline-block;
		font-size: 3.2rem
	}
}
.flow__content {
	padding-left: 3rem;
	width: 93rem;
	border-left: 1px solid #000
}
@media(max-width: 767px) {
	.flow__content {
		width: 100%;
		padding: 2rem 0 0;
		border-left: none;
		border-top: 1px solid #000
	}
}
.flow__heading {
	font-size: 3.2rem;
	font-weight: 700;
	color: #0dbc6b;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 1.6rem
}
@media(max-width: 767px) {
	.flow__heading {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		font-size: 2rem;
		line-height: 1.4;
		gap: .8rem;
		text-align: center
	}
}
.flow__heading .flow__label {
	background: #0dbc6b;
	color: #ffeb00;
	font-size: 2.4rem;
	border-radius: 999px;
	padding: .6rem 1.6rem
}
@media(max-width: 767px) {
	.flow__heading .flow__label {
		font-size: 1.7rem;
		padding: .4rem 1rem
	}
}
.flow__text {
	font-weight: 300;
	line-height: 1.777;
	margin-top: 1.6rem
}
.flow__telWrap {
	margin-bottom: 4rem
}
.flow__telText {
	font-size: 3.2rem;
	font-weight: 700;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 1.6rem
}
@media(max-width: 767px) {
	.flow__telText {
		font-size: 2rem;
		line-height: 1.4
	}
}
.flow__telText::before {
	display: block;
	content: "";
	width: 2px;
	height: 6rem;
	background: #000;
	-webkit-transform: rotate(-15deg);
	transform: rotate(-15deg)
}
.flow__telText::after {
	display: block;
	content: "";
	width: 2px;
	height: 6rem;
	background: #000;
	-webkit-transform: rotate(15deg);
	transform: rotate(15deg)
}
.flow__tel2col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 6rem
}
@media(max-width: 767px) {
	.flow__tel2col {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 2rem;
		margin-top: 2rem
	}
}
.flow__telNumber {
	font-size: 5.6rem;
	font-weight: 700;
	letter-spacing: .03em;
	position: relative;
	pointer-events: none
}
@media(max-width: 767px) {
	.flow__telNumber {
		font-size: 3.2rem;
		pointer-events: all
	}
}
.flow__telNumber::before {
	position: absolute;
	content: "";
	left: -4rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 3.5rem;
	height: 4.9rem;
	background: url(../img/tel-icon_BLK.svg) no-repeat center center/contain
}
@media(max-width: 767px) {
	.flow__telNumber::before {
		width: 2rem;
		height: 3rem;
		left: -2.4rem;
		top: 55%
	}
}
.flow__telBtn {
	width: 46.5rem;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	margin: 1rem 0 0
}
@media(max-width: 767px) {
	.flow__telBtn {
		width: 100%
	}
}
.flow__telBtn:hover {
	opacity: .8
}
.faq {
	padding: 8rem 0
}
@media(max-width: 767px) {
	.faq {
		padding: 5.6rem 0
	}
}
.faq__title {
	text-align: center;
	font-weight: 900;
	font-size: 4.8rem;
	position: relative;
	padding-bottom: 3.4rem
}
@media(max-width: 767px) {
	.faq__title {
		font-size: 2.4rem;
		padding-bottom: 2rem
	}
}
.faq__title::after {
	content: "";
	background-color: #0dbc6b;
	width: 8.2rem;
	height: .8rem;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}
@media(max-width: 767px) {
	.faq__title::after {
		height: .4rem;
		width: 4rem
	}
}
.faq__wrap {
	margin-top: 5rem
}
@media(max-width: 767px) {
	.faq__wrap {
		margin-top: 3.2rem
	}
}
.faq__box {
	border: 2px solid #0dbc6b;
	border-radius: 5rem;
	padding: 3rem 6rem
}
@media(max-width: 767px) {
	.faq__box {
		padding: 1.4rem;
		border-radius: 2.4rem
	}
}
.faq__box+.faq__box {
	margin-top: 3.2rem
}
@media(max-width: 767px) {
	.faq__box+.faq__box {
		margin-top: 2.4rem
	}
}
.faq__box2col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: .8rem
}
.faq__box2col+.faq__box2col {
	margin-top: 1.6rem
}
.faq__boxImg {
	width: 5.6rem
}
@media(max-width: 767px) {
	.faq__boxImg {
		width: 3.2rem
	}
}
.faq__boxQuestion {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 1rem
}
@media(max-width: 767px) {
	.faq__boxQuestion {
		font-size: 1.6rem;
		margin-top: .2rem;
		width: 27.5rem
	}
}
.faq__boxAnswer {
	line-height: 1.777;
	font-weight: 300;
	margin-top: 1rem;
	width: 101.6rem
}
@media(max-width: 767px) {
	.faq__boxAnswer {
		width: 26rem;
		margin-top: .2rem;
		font-size: 1.5rem
	}
}
.faq__boxAnswer .note {
	font-size: 1.4rem
}
@media(max-width: 767px) {
	.faq__boxAnswer .note {
		font-size: 1.2rem
	}
}
.faq__btm {
	margin-top: 3.2rem;
	text-align: center
}
.faq__btmText {
	font-size: 2.4rem;
	font-weight: 700
}
@media(max-width: 767px) {
	.faq__btmText {
		font-size: 1.6rem;
		line-height: 1.4
	}
}
.faq__btmCatch {
	font-size: 3.2rem;
	font-weight: 700;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 1.6rem;
	margin-top: 8rem
}
@media(max-width: 767px) {
	.faq__btmCatch {
		font-size: 2rem;
		line-height: 1.4;
		margin-top: 4rem
	}
}
.faq__btmCatch::before {
	display: block;
	content: "";
	width: 2px;
	height: 6rem;
	background: #000;
	-webkit-transform: rotate(-15deg);
	transform: rotate(-15deg)
}
.faq__btmCatch::after {
	display: block;
	content: "";
	width: 2px;
	height: 6rem;
	background: #000;
	-webkit-transform: rotate(15deg);
	transform: rotate(15deg)
}
.faq__btmBtn {
	width: 69.2rem;
	margin: 3.2rem auto 0;
	-webkit-transition: all .2s ease;
	transition: all .2s ease
}
@media(max-width: 767px) {
	.faq__btmBtn {
		width: 100%;
		margin-top: 2rem
	}
}
.faq__btmBtn:hover {
	opacity: .8
}
@media(max-width: 767px) {
	.pc-only {
		display: none !important
	}
}
@media(min-width: 768px) {
	.pc-only {
		display: block
	}
}
@media(max-width: 767px) {
	.sp-only {
		display: block
	}
}
@media(min-width: 768px) {
	.sp-only {
		display: none !important
	}
}