@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: #1F1F1F;
	font-family: 'Noto Sans JP', sans-serif;
	background: #EFF1F4;
	font-size: 1.4rem;
	line-height: 1.5;
	height: 100%;
	-webkit-text-size-adjust: 100%;
}
body.modal_open {
	width: 100%;
	height: 100%;
	position: fixed;
	overflow-y: scroll;
}
.wrapper {
	overflow: clip;
}
img {
	width: 100%;
	height: auto;
	display: block;
}
a {
	text-decoration: none;
	color: inherit;
	transition: opacity .3s;
}
table,
tbody,
thead,
tr,
th,
td {
	position: static;
}
@media (hover:hover) {
	a:hover {
		opacity: .6;
	}
}
@media only screen and (max-width: 1360px) {
	html {
		font-size: .7353vw;
	}
}
@media only screen and (max-width: 834px) {
	html {
		font-size: 1.3334vw;
	}
	img {
		width: 100%;
	}
}

/*表示
----------------------------------------*/
@media only screen and (min-width: 835px) {
	.sp {
		display: none !important;
	}
}

@media only screen and (max-width: 834px) {
	.pc {
		display: none !important;
	}
}

/*font
----------------------------------------*/
.en {
	font-family: "Jost", sans-serif;
}

/*header
----------------------------------------*/
.header {
	max-width: 132rem;
	background: #fff;
	border-radius: 2rem;
	padding: 1.73rem 3.1rem 1.53rem;
	position: absolute;
	top: 2rem;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.header_logo {
	width: 26.562rem;
}
@media only screen and (max-width: 834px) {
	.header {
		max-width: 69rem;
		top: 2.4rem;
		padding: 2.3rem 3.1rem 2.03rem;
	}
	.header_logo {
		width: 31.3rem;
	}
}

/*mainv
----------------------------------------*/
.mainv {
	overflow: hidden;
	padding: 11.85rem 0 2rem;
	z-index: 2;
}
.mainv_inner {
	max-width: 126rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.mainv_img {
	max-width: 69rem;
}
.mainv_img figure {
	border-radius: 2.6rem;
	overflow: hidden;
}
.mainv_img h2 {
	position: absolute;
	top: 2.9rem;
	left: 0;
	right: 23.3rem;
}
.mainv_img h2 span:nth-child(1) {
	display: block;
	font-size: 2.6rem;
	color: #fff;
	background: linear-gradient(to bottom, #18c489 0%,#18c4b0 100%);
	text-align: right;
	border-radius: 0 2.7rem 2.7rem 0;
	padding: .6rem 4.1rem .9rem 0;
	margin-bottom: .8rem;
	margin-right: 1rem;
}
.mainv_img h2 span:nth-child(2) {
	display: block;
	width: 41.6rem;
	margin: 0 0 .7rem auto;
	font-size: 3.6rem;
	color: #767676;
}
.mainv_img h2 img:nth-child(3) {
	width: 44.0444rem;
	margin: 0 -.5rem 0 auto;
}
.mainv_box {
	display: flex;
}
.mainv_box > figure {
	width: 37rem;
	position: absolute;
	top: -4.8rem;
	left: -34.4rem;
	z-index: 2;
}
.mainv_box_inner {
	width: 27.5rem;
	background: #fff;
	border-radius: 2rem;
	box-shadow: 0 0 2rem #CDD4DE;
	padding: 3.2rem 0 0;
	text-align: center;
}
.mainv_box h3 {
	margin-bottom: 2.3rem;
}
.mainv_box h3 > span:nth-child(1) {
	display: block;
	font-size: 1.7rem;
	color: #767676;
	width: fit-content;
	margin: 0 auto;
	padding: 0 1.7rem;
	left: -.2rem;
}
.mainv_box h3 > span:nth-child(1)::before,
.mainv_box h3 > span:nth-child(1)::after {
	content: '';
	display: block;
	width: .2rem;
	height: 2.1rem;
	background: #767676;
	transform: rotate(26deg);
	position: absolute;
	bottom: 0;
	right: 0;
}
.mainv_box h3 > span:nth-child(1)::before {
	transform: rotate(-26deg);
	right: auto;
	left: .3rem;
}
.mainv_box h3 > span:nth-child(2) {
	display: block;
	font-size: 4.2rem;
	font-weight: 900;
	color: #18C489;
	padding: 1.6rem 0 0 .2rem;
}
.mainv_box h3 > span:nth-child(2) span::before {
	content: '';
	display: block;
	width: .9rem;
	height: .9rem;
	background: #18C489;
	border-radius: 50%;
	position: absolute;
	left: 0;
	right: 0;
	top: -.4rem;
	margin: 0 auto;
}
.mainv_box h3 > span:nth-child(3) {
	display: block;
	font-size: 4.2rem;
	font-weight: 900;
	color: #767676;
	line-height: .95;
}
.mainv_box li {
	width: 23.8rem;
	min-height: 7.6rem;
	margin: 0 auto;
	padding: .8rem 1rem 1rem;
	border-radius: 1rem;
	background: linear-gradient(to bottom, #18c489 0%,#18c4b0 100%);
	color: #fff;
	font-size: 1.6rem;
}
.mainv_box li + li {
	margin-top: 1.1rem;
}
.mainv_box li span {
	display: block;
	font-weight: 900;
	font-size: 2.2rem;
	margin-bottom: .1rem;
}
.mainv_box li:nth-child(2) span {
	margin-bottom: -.1rem;
}
@media only screen and (max-width: 834px) {
	.mainv {
		padding: 12.7rem 0 3rem;
	}
	.card + .mainv {
		overflow: visible;
	}
	.mainv_inner {
		max-width: 69rem;
		display: block;
	}
	.mainv_img {
		max-width: 69rem;
	}
	.mainv_img h2 {
		top: 3.4rem;
	}
	.mainv_img h2 span:nth-child(1) {
		width: 44.6rem;
		padding-right: 4.2rem;
	}
	.mainv_box {
		margin: 2.9rem 2rem 0;
		justify-content: flex-end;
	}
	.mainv_box > figure {
		width: 39.4rem;
		top: -1.7rem;
		left: -2.5rem;
	}
	.card + .mainv .mainv_box > figure {
		width: 39.6rem;
		top: -8.7rem;
	}
	.mainv_box_inner {
		width: 31rem;
		padding: 2.4rem 0 2.25rem;
	}
	.mainv_box h3 {
		margin-bottom: 2.5rem;
	}
	.mainv_box h3 > span:nth-child(1) {
		font-size: 2rem;
	}
	.mainv_box h3 > span:nth-child(1)::before,
	.mainv_box h3 > span:nth-child(1)::after {
		bottom: .4rem;
		right: .3rem;
		transform: rotate(28deg);
	}
	.mainv_box h3 > span:nth-child(1)::before {
		transform: rotate(-28deg);
		right: auto;
		left: .3rem;
	}
	.mainv_box h3 > span:nth-child(2) {
		font-size: 4.7rem;
		padding: 1.8rem 0 0 .2rem;
	}
	.mainv_box h3 > span:nth-child(3) {
		font-size: 4.7rem;
	}
	.mainv_box li {
		width: 26.9rem;
		font-size: 1.8rem;
	}
	.mainv_box li + li {
		margin-top: 1.2rem;
	}
	.mainv_box li span {
		font-size: 2.6rem;
	}
	.mainv_box li:nth-child(2) span {
		margin-bottom: .2rem;
	}
	.mainv_box h3:last-child {
		margin-bottom: 1.2rem;
	}
}

/*bg
----------------------------------------*/
.white_bg {
	background: rgba(255, 255, 255, .8);
	border-radius: 6rem 6rem 0 0;
	margin-bottom: 11rem;
}
@media only screen and (max-width: 834px) {
	.white_bg {
		margin-bottom: 8.6rem;
	}
}

/*cta
----------------------------------------*/
.cta {
	padding: 2.3rem 0 0;
}
.cta h2 {
	text-align: center;
	font-size: 2.7rem;
	font-weight: 900;
	color: #767676;
	margin-bottom: .9rem;
}
.cta h2 > span {
	color: #18C489;
}
.cta h2 > span span::before {
	content: '';
	display: block;
	width: .6rem;
	height: .6rem;
	border-radius: 50%;
	background: #18C489;
	position: absolute;
	left: 0;
	right: 0;
	top: -.5rem;
	margin: 0 auto;
}
.cta_btn {
	display: block;
	width: 64.8rem;
	background: linear-gradient(to bottom, #FF952B 0%,#FF5D2C 100%);
	color: #fff;
	text-align: center;
	font-size: 3.4rem;
	font-weight: 900;
	margin: 0 auto;
	border-radius: 4.3rem;
	box-shadow: 0 0 1rem rgba(81, 115, 155, .5);
	padding: 1.6rem 6rem 1.9rem 1rem;
}
.cta_btn::before {
	content: '';
	display: block;
	width: 4.8rem;
	height: 4.8rem;
	border-radius: 50%;
	background: #fff;
	opacity: .27;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1.9rem;
	margin: auto 0;
}
.cta_btn::after {
	content: '';
	display: block;
	width: 1.5681rem;
	height: 2.7361rem;
	background: url(../img/cta_arrow_01.svg) no-repeat left top / 100% auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 3.3rem;
	margin: auto 0;
}
.cta_note {
	width: fit-content;
	margin: .6rem auto 0;
	font-size: 1.6rem;
	text-align: left;
	line-height: 1.375;
}
.case + .cta .cta_note {
	margin-top: 1.1rem;
}
.cta_note a {
	color: #18C489;
	text-decoration: underline;
	text-underline-offset: .2rem;
}
@media only screen and (max-width: 834px) {
	.cta {
		padding: 3rem 0 0;
	}
	.cta h2 > span span::before {
		top: -.3rem;
	}
	.cta_note {
		margin: .8rem auto 0;
		font-size: 2.4rem;
		line-height: 1.25;
	}
}

/*point
----------------------------------------*/
.point {
	margin: 7.4rem 0 11.8rem;
}
.point h2 {
	text-align: center;
	margin-bottom: 3.9rem;
}
.point h2 > span:nth-child(1) {
	display: block;
	font-size: 4.4rem;
	color: #4D4D4D;
}
.point h2 > span:nth-child(1) img {
	width: 44.0444rem;
	display: inline-block;
	margin: 0 -2.7rem 0 -.7rem;
	vertical-align: -.9rem;
}
.point h2 > span:nth-child(2) {
	display: block;
	font-size: 5rem;
	color: #4D4D4D;
	margin-top: 1.3rem;
	padding-right: 2.3rem;
}
.point h2 > span:nth-child(2) > span {
	color: #18C489;
}
.point h2 > span:nth-child(2) > span::before {
	content: '';
	display: block;
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	background: #18C489;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: 0 auto;
}
.point_box {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 4rem;
}
.point_item {
	box-shadow: 0 0 2rem rgba(81, 115, 155, .2);
}
.point_item a {
	display: block;
	pointer-events: none;
}
.point_item figure {
	width: 43.1rem;
}
.point_item figcaption {
	font-size: 1.5rem;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 7.9rem;
	text-align: center;
}
.point_item:nth-child(1) {
	border-radius: 0 5rem 5rem 0;
	padding-right: 4.4rem;
	display: flex;
	justify-content: flex-end;
}
.point_item:nth-child(2) {
	border-radius: 5rem 0 0 5rem;
	padding-left: 4.9rem;
	display: flex;
	justify-content: flex-end;
	flex-direction: row-reverse;
}
.point_txt {
	width: 19.8rem;
	padding-top: 7.9rem;
}
.point_item:nth-child(1) .point_txt {
	margin-left: -1rem;
}
.point_item:nth-child(2) .point_txt {
	margin-right: -1.4rem;
}
.point_txt h3 {
	background: linear-gradient(to bottom, #18c489 0%,#18c4b0 100%);
	color: #fff;
	font-size: 1.6rem;
	border-radius: 1.4rem;
	font-weight: 600;
	text-align: center;
	padding: .2rem 0;
	margin-bottom: 1.1rem;
}
.point_txt h4 span {
	display: block;
	font-size: 2rem;
	color: #18C489;
	font-weight: 900;
	border-bottom: .3rem solid #D9D9D9;
	white-space: nowrap;
	padding-bottom: .3rem;
	margin-bottom: .2rem;
}
.point_txt p {
	font-size: 1.8rem;
	line-height: 1.6667;
	color: #767676;
	margin: 1rem .1rem 0 0;
}
.point_txt ul {
	margin-right: .2rem;
	font-size: 1.5rem;
	border: .4rem solid rgba(24, 196, 137, .4);
	color: #767676;
	font-weight: 500;
	border-radius: 1rem;
	margin-top: 1.8rem;
	padding: 1.8rem 0 2rem;
}
.point_txt ul li {
	padding-left: 3.7rem;
}
.point_txt ul li::before {
	content: '';
	display: block;
	background: url(../img/point_icon_01.svg) no-repeat left top / 100% auto;
	width: 1.9214rem;
	height: 1.7828rem;
	position: absolute;
	top: .2rem;
	left: 1.4rem;
}
.point_txt ul li + li {
	margin-top: 1.05rem;
}
.point_link {
	display: block;
	width: fit-content;
	margin: 2.2rem auto 0;
	font-size: 2.4rem;
	font-weight: 500;
	color: #18C489;
	text-decoration: underline;
	text-underline-offset: .3rem;
	text-decoration-thickness: .1rem;
}
@media only screen and (max-width: 834px) {
	.point {
		margin: 8.8rem 0 12.6rem;
	}
	.point h2 {
		margin-bottom: 5.2rem;
		left: 1rem;
	}
	.point_box {
		display: block;
	}
	.point_item a {
		pointer-events: all;
	}
	.point_item figure {
		width: 39.8rem;
	}
	.point_item:nth-child(2) figure {
		width: 39.4rem;
	}
	.point_item figcaption {
		width: fit-content;
		margin: 0 auto;
		text-align: left;
		bottom: 13.4rem;
		left: 1.2rem;
		pointer-events: none;
	}
	.point_item:nth-child(1) figcaption {
		font-size: 1.6rem;
		bottom: 11rem;
		left: .8rem;
	}
	.point_item:nth-child(1) {
		width: 72rem;
		padding-right: 2.9rem;
		justify-content: flex-start;
	}
	.point_item:nth-child(2) {
		width: 72rem;
		margin-top: 4.5rem;
		margin-left: auto;
		padding-left: 3.5rem;
		justify-content: flex-start;
	}
	.point_item:nth-child(2) figure {
		margin-top: 0;
	}
	.point_txt {
		width: 28.7rem;
		padding-top: 15.8rem;
	}
	.point_item:nth-child(1) .point_txt {
		margin-left: auto;
	}
	.point_item:nth-child(2) .point_txt {
		margin-right: 0;
		padding-top: 6rem;
	}
	.point_txt h3 {
		font-size: 2.4rem;
		border-radius: 2rem;
		margin-bottom: 1.6rem;
	}
	.point_txt h4 span {
		font-size: 3rem;
		padding-bottom: .7rem;
		margin-bottom: .4rem;
	}
	.point_item:nth-child(2) .point_txt h4 span {
		padding-bottom: .4rem;
		margin-bottom: .6rem;
	}
	.point_txt p {
		font-size: 2.2rem;
		line-height: 1.6364;
	}
	.point_txt ul {
		font-size: 2.2rem;
		margin-top: 2.7rem;
		padding: 2.4rem 0 2.8rem;
	}
	.point_txt ul li {
		padding-left: 5.8rem;
	}
	.point_txt ul li::before {
		width: 2.6rem;
		height: 2.6rem;
		top: .5rem;
		left: 2.3rem;
		background-image: url(../img/point_icon_01-sp.svg);
	}
	.point_txt ul li + li {
		margin-top: .73rem;
	}
	.point_link {
		margin: 2.5rem auto 0;
	}
}

/*case
----------------------------------------*/
.case {
	margin-bottom: 7.7rem;
}
.case h2 {
	text-align: center;
	font-size: 4.4rem;
	color: #4D4D4D;
	margin-bottom: 4.7rem;
}
.case h2 img {
	width: 44.0444rem;
	margin: 1.2rem auto 0;
}
.case_item {
	display: flex;
	align-items: center;
}
.case_item:nth-of-type(2n) {
	flex-direction: row-reverse;
}
.case_item + .case_item {
	margin-top: 6rem;
}
.case_item figure {
	width: 50%;
	border-radius: 0 2rem 2rem 0;
	overflow: hidden;
}
.case_item:nth-of-type(2n) figure {
	border-radius: 2rem 0 0 2rem;
}
.case_item figcaption {
	text-align: center;
	font-size: 2.6rem;
	font-weight: 600;
	color: #fff;
	opacity: .8;
	position: absolute;
	bottom: .6rem;
	right: 2rem;
	line-height: 1;
	letter-spacing: .05em;
}
.case_item:nth-of-type(2n) figcaption {
	bottom: .5rem;
	left: 1.9rem;
	right: auto;
}
.case_item:nth-of-type(3) figcaption {
	color: #18C489;
	right: 1.6rem;
}
.case_item figcaption span {
	font-size: 12.6rem;
	line-height: .95;
	display: block;
	letter-spacing: 0;
}
.case_txt h3 {
	margin: .2rem 0 3.6rem -2rem;
}
.case_item:nth-of-type(2n) .case_txt h3 {
	margin: .2rem -2rem 2.8rem auto;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.case_txt h3 span {
	display: block;
	width: fit-content;
	font-size: 3rem;
	line-height: 1.45;
	font-weight: 900;
	color: #fff;
	background: linear-gradient(to bottom, #18c489 0%,#18c4b0 100%);
	border-radius: .5rem;
	margin-bottom: .7rem;
	padding: 0 1.7rem;
}
.case_item:nth-of-type(1) .case_txt h3 span:nth-child(2),
.case_item:nth-of-type(3) .case_txt h3 span:nth-child(2) {
	padding-right: 2.4rem;
}
.case_item:nth-of-type(2) .case_txt h3 span {
	padding: 0 2rem;
}
.case_item:nth-of-type(3) .case_txt h3 span:nth-child(1) {
	padding-right: 0;
}
.case_item:nth-of-type(3) .case_txt h3 span:nth-child(2) {
	padding-right: .8rem;
}
.case_txt p {
	font-size: 2rem;
	line-height: 1.45;
	padding-left: 10rem;
}
.case_item:nth-of-type(2n) .case_txt p {
	text-align: right;
	padding: 0 9.2rem 0 0;
}
.case_txt p::before {
	content: '';
	display: block;
	width: 5.6rem;
	height: 5.9rem;
	background: url(../img/case_arrow_01.svg) no-repeat left top / 100% auto;
	position: absolute;
	top: -1.6rem;
	left: 3.4rem;
}
.case_item:nth-of-type(2n) .case_txt p::before {
	transform: scale(-1, 1);
	top: -1.4rem;
	left: auto;
	right: 2.8rem;
}
.case_item:nth-of-type(3) .case_txt p::before {
	left: 2.9rem;
}
@media only screen and (max-width: 834px) {
	.case {
		margin-bottom: 4.9rem;
	}
	.case h2 {
		margin-bottom: 5.9rem;
	}
	.case h2 img {
		margin: 1.1rem auto 0;
	}
	.case_item {
		display: block;
		width: 70rem;
	}
	.case_item:nth-of-type(2n) {
		margin-left: auto;
	}
	.case_item + .case_item {
		margin-top: 7.95rem;
	}
	.case_item figure {
		width: auto;
	}
	.case_txt {
		margin: -2.4rem 0 0 5rem;
	}
	.case_item:nth-of-type(2n) .case_txt {
		margin: -2.4rem 5rem 0 0;
	}
	.case_txt h3 {
		margin: .2rem 0 2rem;
	}
	.case_item:nth-of-type(2n) .case_txt h3 {
		margin: .2rem 0 1.6rem auto;
	}
	.case_txt p {
		font-size: 2.4rem;
		line-height: 1.4583;
	}
	.case_item:nth-of-type(2n) .case_txt p {
		padding: 0 11.5rem 0 0;
		white-space: nowrap;
	}
	.case_txt p::before {
		top: -.8rem;
		left: 2.4rem;
	}
	.case_item:nth-of-type(2n) .case_txt p::before {
		top: -.8rem;
	}
	.case_item:nth-of-type(3) .case_txt p::before {
		left: 2.4rem;
	}
}

/*flow
----------------------------------------*/
.flow {
	max-width: 95.9rem;
	margin: 4.9rem auto 8.5rem;
	border: .2rem solid #767676;
	background: #fff;
	border-radius: 2rem;
}
.flow h2 {
	text-align: center;
	font-size: 3rem;
	color: #767676;
	padding: 2.1rem 0 2.3rem;
	cursor: pointer;
}
.flow h2::before,
.flow h2::after {
	content: '';
	display: block;
	width: 3.7rem;
	height: .4rem;
	background: #6F6F6F;
	position: absolute;
	right: 2.3rem;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.flow h2:not(.open)::after {
	transform: rotate(90deg);
}
.flow_box {
	width: 92rem;
	border-top: .2rem solid #6F6F6F;
	margin: 0 auto;
	padding: 3.2rem 0 5.3rem;
}
.flow_box ol {
	display: flex;
	justify-content: space-between;
}
.flow_box ol li {
	width: 28.6rem;
}
.flow_box ol li:nth-child(2) {
	width: 28.5rem;
}
.flow_box ol li + li::before {
	content: '';
	display: block;
	background: url(../img/flow_arrow_01.svg) no-repeat left top / 100% auto;
	width: 23.3rem;
	height: 3.1rem;
	position: absolute;
	top: 5.2rem;
	left: -13rem;
}
.flow_box .en {
	color: rgba(24, 196, 137, .8);
	font-size: 2.6rem;
	letter-spacing: .05em;
	font-weight: 600;
	text-align: center;
	margin-bottom: 1.9rem;
}
.flow_box .en span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 6.4rem;
	height: 6.4rem;
	border-radius: 50%;
	background: #18C489;
	color: #fff;
	font-size: 5rem;
	line-height: 1;
	margin: 0 auto;
}
.flow_box h3 {
	text-align: center;
	font-size: 1.8rem;
	min-height: 4.8rem;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	font-weight: 900;
	line-height: 1.3333;
	color: #767676;
	margin: 0 -2rem 1.7rem;
}
.flow li:nth-child(3) h3 {
	font-weight: 400;
	font-size: 1.5rem;
	color: #1F1F1F;
}
.flow li:nth-child(3) h3 span {
	display: block;
	font-size: 1.8rem;
	font-weight: 900;
	color: #18C489;
	margin: 0 0 .4rem;
}
@media only screen and (max-width: 834px) {
	.flow {
		max-width: 69rem;
		margin: 2.9rem auto 6.7rem;
	}
	.flow h2 {
		padding-right: 1rem;
	}
	.flow_box {
		width: 65rem;
		padding: 3.2rem 0 7.6rem;
	}
	.flow_box ol {
		display: block;
	}
	.flow_box ol li,
	.flow_box ol li:nth-child(2) {
		width: 58rem;
		margin: 0 auto;
	}
	.flow_box ol li + li {
		margin-top: 4rem !important;
	}
	.flow_box ol li + li::before {
		background-image: url(../img/flow_arrow_01-sp.svg);
		width: 3.1rem;
		height: 67.95rem;
		top: -67.6rem;
		left: 1.6rem;
		z-index: 10;
	}
	.flow_box .en {
		position: absolute;
		left: 0;
		top: 0;
	}
	.flow_box .en span {
		margin-top: -.2rem;
		padding-top: .4rem;
	}
	.flow_box h3 {
		text-align: left;
		font-size: 3rem;
		line-height: 1.2;
		min-height: 8rem;
		padding: 5rem 0 0 8.4rem;
		align-items: flex-start;
		margin: 0 -2rem 3.4rem 0;
	}
	.flow li:nth-child(2) h3 {
		padding-top: 3.3rem;
		margin-bottom: 1.5rem;
	}
	.flow li:nth-child(3) h3 {
		padding-top: 3.3rem;
		margin-bottom: 1.8rem;
		font-size: 2.4rem;
	}
	.flow li:nth-child(3) h3 span {
		font-size: 3rem;
	}
}

/*vpass
----------------------------------------*/
.vpass {
	max-width: 96rem;
	margin: 0 auto;
	padding-bottom: 10.1rem;
}
.vpass_main {
	background: #EFF1F4;
	border-radius: 6rem;
	display: flex;
	justify-content: flex-end;
	margin-bottom: 6.4rem;
}
.vpass_main figure {
	width: 58.4rem;
}
.vpass_main_icon {
	width: 13.9rem;
	margin: 0 auto 8.8rem;
	left: -.7rem;
	filter: drop-shadow(0 0 1.8rem rgba(81, 115, 155, .5));
}
.vpass_main_txt {
	padding: 7.2rem 0 0;
	margin-right: -1.6rem;
}
.vpass_main_txt h2 {
	text-align: right;
	font-size: 3.6rem;
	font-weight: 900;
	color: #18C489;
	line-height: 1.2778;
}
.vpass_main_txt h2::before,
.vpass_main_txt h2::after {
	content: '';
	display: block;
	width: 10.8rem;
	height: .4rem;
	border-radius: .2rem;
	background: #18C489;
	position: absolute;
	top: -2.4rem;
	right: -.3rem;
	transform: rotate(16deg);
}
.vpass_main_txt h2::after {
	bottom: -2.4rem;
	top: auto;
	transform: rotate(-16deg);
}
.vpass_app {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 64.8rem;
	height: 8.6rem;
	border-radius: 4.3rem;
	margin: 0 auto;
	padding-bottom: .3rem;
	color: #fff;
	background: #18C489;
	font-size: 3.6rem;
	font-weight: 900;
}
.vpass_app::before {
	content: '';
	display: block;
	width: 4.8rem;
	height: 4.8rem;
	border-radius: 50%;
	background: #fff;
	opacity: .27;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1.9rem;
	margin: auto 0;
}
.vpass_app::after {
	content: '';
	display: block;
	width: 1.5681rem;
	height: 2.7361rem;
	background: url(../img/cta_arrow_01.svg) no-repeat left top / 100% auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 3.3rem;
	margin: auto 0;
}
.vpass_period {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 64.8rem;
	height: 8.6rem;
	border-radius: 4.3rem;
	padding-bottom: .4rem;
	border: .2rem solid #767676;
	background: #fff;
	color: #767676;
	font-size: 3.6rem;
	font-weight: 900;
	margin: 4.4rem auto 0;
}
.vpass_period::after {
	content: '';
	display: block;
	width: 2rem;
	height: 2rem;
	background: #BEBEBE;
	border-radius: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 3.2rem;
	margin: auto 0;
}
@media only screen and (max-width: 834px) {
	.vpass {
		max-width: 69rem;
		padding-bottom: 8.4rem;
	}
	.vpass_main {
		border-radius: 9rem;
		display: block;
		margin-bottom: 5rem;
	}
	.vpass_main figure {
		width: auto;
	}
	.vpass_main_icon {
		width: 16rem;
		margin: 0 auto 4.2rem;
	}
	.vpass_main_txt {
		padding: 6.7rem 0 0;
	}
	.vpass_main_txt h2 {
		text-align: center;
		font-size: 4.6rem;
		line-height: 1.3913;
		width: fit-content;
		padding: 0 4.5rem;
		margin: 0 auto -4rem;
		left: -.5rem;
	}
	.vpass_main_txt h2::before,
	.vpass_main_txt h2::after {
		width: .4rem;
		height: 14rem;
		top: auto;
		bottom: -.6rem;
		right: 0;
		transform: rotate(16deg);
	}
	.vpass_main_txt h2::after {
		bottom: -.6rem;
		right: auto;
		left: 0;
		transform: rotate(-16deg);
	}
	.vpass_period {
		margin: 3.7rem auto 0;
	}
}

/*modal
----------------------------------------*/
.modal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(239, 241, 244, .9);
	z-index: 3000;
	opacity: 0;
	pointer-events: none;
	transition: opacity .5s;
}
.modal_open .modal {
	pointer-events: all;
	opacity: 1;
}
.modal_inner {
	width: 100%;
	max-height: 100%;
	padding: 3rem 0;
	overflow: auto;
}
.modal_box {
	max-width: 96rem;
	margin: 0 auto;
	background: #fff;
	border: .2rem solid #767676;
	border-radius: 4.6rem;
	padding: 0 2rem 5.5rem;
}
.modal_box h2 {
	text-align: center;
	font-size: 3.6rem;
	font-weight: 900;
	color: #767676;
	padding: 1.2rem 0 1.7rem;
	margin-bottom: 3.8rem;
	border-bottom: .2rem solid #6F6F6F;
}
.modal_box h3 {
	font-size: 2.6rem;
	text-align: center;
	font-weight: 400;
	margin-bottom: 3.5rem;
}
.modal_box h3 span {
	font-weight: 700;
	color: #18C489;
}
.modal_period {
	max-width: 87rem;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 5.8rem;
}
.modal_box h4 {
	text-align: center;
	font-size: 2rem;
	font-weight: 900;
	margin-bottom: 1.3rem;
	color: #767676;
}
.modal_box h4::before {
	content: '';
	display: block;
	height: .2rem;
	background: #BEBEBE;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.modal_box h4 > span {
	width: fit-content;
	background: #fff;
	margin: 0 auto;
	padding: 0 2rem;
}
.modal_box h4 > span span {
	color: #18C489;
}
.modal_period p {
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.3333;
	margin-bottom: 1.4rem;
}
.modal_note {
	text-align: center;
	font-size: 1.5rem;
	margin-top: 1.3rem;
}
.modal_close {
	appearance: none;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 2.5rem auto 0;
	width: 25.8rem;
	height: 6.8rem;
	border-radius: 3.4rem;
	background: #fff;
	border: .2rem solid #767676;
	padding: 0 0 .3rem;
	font-size: 2.8rem;
	font-weight: 900;
	color: #767676;
	cursor: pointer;
}
.modal_close::before,
.modal_close::after {
	content: '';
	display: block;
	width: .4rem;
	height: 2.9rem;
	background: #6F6F6F;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 3.1rem;
	margin: auto 0;
	transform: rotate(45deg);
}
.modal_close::after {
	transform: rotate(-45deg);
}
@media screen and (max-width: 834px) {
	.modal_box {
		max-width: 65rem;
		padding: 0 3.4rem 8rem;
	}
	.modal_box#point01,
	.modal_box#point02 {
		padding-inline: 0;
	}
	.modal_box#point01 .modal_zoom {
		margin: -5rem 0 -10rem;
	}
	.modal_box#point01 .modal_zoom img {
		object-fit: cover;
		width: 100%;
		height: 84rem;
	}
	.modal_box#point02 .modal_zoom {
		margin: 0 0 -15rem;
	}
	.modal_box#point02 .modal_zoom img {
		object-fit: cover;
		width: 100%;
		height: 84rem;
	}
	.modal_navi {
		max-width: 58rem;
		margin: 0 auto 7.8rem;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 2rem;
		font-size: 3rem;
		text-align: center;
	}
	.modal_navi a {
		display: block;
		border: .3rem solid #18C489;
		border-radius: 1rem;
		padding: 2.5rem 0 4.6rem;
	}
	.modal_navi a::after {
		content: '';
		display: block;
		width: 3rem;
		height: 2.0265rem;
		background: url(../img/modal_period_arrow_01.svg) no-repeat left top / 100% auto;
		margin: 0 auto;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 1.3rem;
		margin: 0 auto;
	}
	.modal_navi a span {
		font-weight: 700;
		color: #18C489;
	}
	.modal_box h3 {
		margin-bottom: 4.5rem;
	}
	.modal_period {
		grid-template-columns: repeat(1, 1fr);
		gap: 9.4rem;
	}
	.modal_box h4 {
		font-size: 3rem;
		margin-bottom: 1.8rem;
	}
	.modal_box h4 > span {
		padding: 0 2.5rem;
	}
	.modal_period p {
		font-size: 2.6rem;
		line-height: 1.3846;
		margin-bottom: 1.8rem;
	}
	.modal_period figure {
		margin: 0 -.2rem;
	}
	.modal_note {
		margin-top: 2rem;
	}
	.modal_close {
		margin: 4.7rem auto 0;
		width: 33rem;
		height: 8.6rem;
		border-radius: 4.3rem;
		padding: 0 0 .2rem;
		font-size: 3.6rem;
	}
	.modal_close::before,
	.modal_close::after {
		height: 3.7rem;
		right: 4rem;
	}
	.modal_box#point01 .modal_close,
	.modal_box#point02 .modal_close {
		margin-top: 0;
	}
}

/*terms
----------------------------------------*/
.terms {
	max-width: 95.9rem;
	margin: 4.9rem auto 9.9rem;
	border: .2rem solid #767676;
	background: #fff;
	border-radius: 2rem;
}
.terms h2 {
	text-align: center;
	font-size: 3rem;
	letter-spacing: -.05em;
	color: #767676;
	padding: 2.1rem 0 2.3rem;
	cursor: pointer;
}
.terms h2 span {
	margin: 0 -.25em;
}
.terms h2::before,
.terms h2::after {
	content: '';
	display: block;
	width: 3.7rem;
	height: .4rem;
	background: #6F6F6F;
	position: absolute;
	right: 2.3rem;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.terms h2:not(.open)::after {
	transform: rotate(90deg);
}
.terms_box {
	width: 92rem;
	border-top: .2rem solid #6F6F6F;
	margin: 0 auto;
	padding: 4.8rem 1.5rem 5.6rem;
}
.terms_box h3 {
	font-size: 3rem;
	color: #767676;
	margin-bottom: .9rem;
}
.terms_box h3::before {
	content: '● ';
	color: #18C489;
}
.terms_box table {
	width: 100%;
	border-spacing: 0;
	border: .2rem solid #6F6F6F;
	border-radius: 1rem;
	margin: 1.5rem 0 4.1rem;
}
.terms_box table th {
	width: 26.2rem;
	background: rgba(24, 196, 137, .15);
	border-right: .2rem solid #6F6F6F;
	border-bottom: .2rem solid #6F6F6F;
	color: #6F6F6F;
	font-size: 2.8rem;
}
.terms_box table tr:nth-child(1) th {
	border-radius: 1rem 0 0;
}
.terms_box table tr:last-child th {
	border-radius: 0 0 0 1rem;
	border-bottom: 0;
}
.terms_box table td {
	border-bottom: .2rem solid #6F6F6F;
	padding: .9rem 2.7rem 1.1rem 2.6rem;
}
.terms_box table tr:nth-child(3) td {
	padding: 1.3rem 2.7rem 1.8rem 2.6rem;
}
.terms_box table tr:nth-child(4) td {
	padding: 1.3rem 2.7rem 1.8rem 2.6rem;
}
.terms_box table tr:last-child td {
	border-radius: 0 0 1rem;
	border-bottom: 0;
}
.terms_box table td u {
	text-decoration-thickness: .1rem;
	text-underline-offset: .3rem;
	font-weight: 700;
}
.terms_txt {
	font-size: 2.4rem;
	line-height: 1.4583;
}
.terms_note {
	font-size: 2rem;
}
.terms_txt + .terms_note {
	margin: 1.3rem 0 0 .4rem;
}
.terms_box table .terms_txt + .terms_note {
	margin: .3rem 0 0;
}
.terms_box dl {
	max-width: 89rem;
	border: .2rem solid #6F6F6F;
	border-radius: 1rem;
	margin: 1.8rem 0 0;
}
.terms_box dt {
	text-align: center;
	max-width: 79.6rem;
	font-size: 3rem;
	font-weight: 700;
	color: #4D4D4D;
	line-height: 1.3333;
	margin: 0 auto;
	padding: 1.5rem 0 1.3rem;
	border-bottom: .2rem solid #C9C9C9;
}
.terms_box dt span {
	color: #18C489;
}
.terms_box dd {
	padding: 3.2rem 0 3.3rem;
}
.terms_box dd figure {
	max-width: 81.7rem;
	margin: 0 auto;
}
.terms_box ul.terms_note {
	font-size: 1.8rem;
	line-height: 1.3889;
	margin: 2rem 0 0;
}
.terms_box ul.terms_note li {
	padding-left: 4.4rem;
}
.terms_box ul.terms_note li + li {
	margin-top: 2.5rem;
}
.terms_box ul.terms_note li span {
	position: absolute;
	top: 0;
	left: 0;
}
@media screen and (max-width: 834px) {
	.terms {
		max-width: 69rem;
		margin: 4.9rem auto 6.6rem;
	}
	.terms h2 {
		padding-right: 4.6rem;
	}
	.terms_box h3:nth-of-type(2) {
		margin-bottom: 1.2rem;
	}
	.terms_box {
		width: 65rem;
		padding: 4.8rem 0 4rem;
	}
	.terms_box table {
		margin: 1.5rem 0 7.4rem;
	}
	.terms_box table th {
		width: 19rem;
		line-height: 1.2857;
	}
	.terms_box table td {
		padding: .9rem 2.7rem 1.7rem 2rem;
	}
	.terms_box table tr:nth-child(2) td {
		padding: 2.5rem 2.7rem 2.7rem 2rem;
	}
	.terms_box table tr:nth-child(3) td {
		padding: 1.4rem 1rem 2.2rem 2rem;
	}
	.terms_box table tr:nth-child(4) td {
		padding: 1.3rem 2.7rem 2rem 2rem;
	}
	.terms_note {
		line-height: 1.2;
	}
	.terms_box table tr:nth-child(1) .terms_note {
		margin-left: 1em;
		text-indent: -1em;
	}
	.terms_txt + .terms_note {
		margin: 1.6rem 0 0 .4rem;
	}
	.terms_box table .terms_txt + .terms_note {
		margin: .8rem 0 0;
	}
	.terms_box dl {
		margin: 3.8rem 0 0;
	}
	.terms_box dt {
		max-width: 56.3rem;
		padding: 2.4rem 0 1.3rem;
	}
	.terms_box dd {
		padding: 3.2rem 0 3.6rem;
	}
	.terms_box dd figure {
		max-width: 58.4rem;
	}
	.terms_box ul.terms_note {
		font-size: 2rem;
		line-height: 1.5;
		margin: 1.4rem 0 0;
	}
	.terms_box ul.terms_note li {
		padding-left: 5rem;
	}
	.terms_box ul.terms_note li + li {
		margin-top: 2.8rem;
	}
}

/*card
----------------------------------------*/
.card {
	max-width: 96rem;
	margin: 0 auto;
}
.card h2 {
	text-align: center;
	font-size: 4rem;
	font-weight: 900;
	color: #6F6F6F;
	margin-bottom: 1.9rem;
}
.card_inner {
	background: #fff;
	border-radius: 2rem;
	padding: 4.2rem 0 4rem;
}
.card h3 {
	text-align: center;
	font-size: 3rem;
	line-height: 1.5333;
	letter-spacing: .05em;
	color: #4D4D4D;
	padding-left: 1.6rem;
	margin-bottom: 4.1rem;
}
.card h3 span {
	color: #18C489;
}
.card_box {
	display: flex;
	justify-content: center;
	gap: 4.4rem;
	padding-left: .5rem;
	margin-bottom: 3.6rem;
}
.card_box figure {
	width: 26.4rem;
}
.card_box figcaption {
	text-align: center;
	font-size: 2.4rem;
	line-height: 1.3333;
	margin-top: .1rem;
}
.card_inner p {
	text-align: center;
	font-size: 2.6rem;
	padding-left: 1rem;
}
.card_inner p img {
	display: inline-block;
	width: 16.2rem;
	vertical-align: -.9rem;
	margin: 0 0 0 .5rem;
}
.card_inner p::after {
	content: '';
	display: block;
	width: 2.7053rem;
	height: 1.6007rem;
	background: url(../img/card_arrow_01.svg) no-repeat left top / 100% auto;
	margin: 1.7rem auto 1.8rem;
	position: relative;
	left: -.4rem;
}
.card_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 64.8rem;
	height: 8.6rem;
	border-radius: 4.3rem;
	font-size: 3.6rem;
	font-weight: 900;
	color: #fff;
	background: #18C489;
	margin: 0 auto;
	padding-bottom: .3rem;
	z-index: 100;
}
.card_btn::before {
	content: '';
	display: block;
	width: 4.8rem;
	height: 4.8rem;
	border-radius: 50%;
	background: #fff;
	opacity: .27;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1.9rem;
	margin: auto 0;
}
.card_btn::after {
	content: '';
	display: block;
	width: 1.5681rem;
	height: 2.7361rem;
	background: url(../img/cta_arrow_01.svg) no-repeat left top / 100% auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 3.3rem;
	margin: auto 0;
}
@media screen and (max-width: 834px) {
	.card {
		max-width: 69rem;
		margin: 0 auto;
	}
}

/*footer
----------------------------------------*/
.footer {
	margin-top: 10rem;
	z-index: 2000;
}
.footer .cta {
	background: rgba(255, 255, 255, .89);
	backdrop-filter: blur(1rem) brightness(1.08);
	border-radius: 6rem 6rem 0 0;
	padding: 2.5rem 0;
	z-index: 2000;
}
.footer .cta_note {
	margin-top: 1.7rem;
}
.cta_ttl {
	text-align: center;
	font-size: 2.7rem;
	color: #767676;
	font-weight: 900;
	margin-bottom: 1.2rem;
}
.cta_ttl > span {
	color: #18C489;
}
.cta_ttl > span span::after {
	content: '';
	display: block;
	width: .6rem;
	height: .6rem;
	border-radius: 50%;
	background: #18C489;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -.4rem;
	margin: 0 auto;
}
.copyright {
	display: block;
	background: #18C489;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: .05em;
	text-align: center;
	padding: 2.3rem 1rem 1.9rem;
}
@media only screen and (max-width: 834px) {
	.footer {
		margin-top: 9.1rem;
	}
	.footer .cta {
		padding: 3rem 0 3.6rem;
	}
	.cta_ttl {
		margin-bottom: .6rem;
	}
	.cta_ttl > span span::after {
		bottom: auto;
		top: -.2rem;
	}
	.footer .cta_note {
		margin-top: 1.2rem;
	}
	.copyright {
		font-size: 2rem;
		padding: 2rem 1rem;
	}
}