@charset "utf-8";
/*
 assetformation
==============================*/

/* html ----------*/
html {
	font-size: 62.5%;
}

@media screen and (max-width:720px) {
	html {
		font-size: 56.3%;
	}
}

@media screen and (max-width:560px) {
	html {
		font-size: 50%;
	}
}

/* header ----------*/
#header {
	position: fixed;
	z-index: 100;
	top: -100%;
	left: 0;
	width: 100%;
	height: 10rem;
	background-color: #FFF;
	transition: height 0.2s ease-out;
}

.scroll #header {
	height: 7rem;
}

#header-logo {
	height: 100%;
	padding: 1.35rem 1.35rem 1.35rem 30px;
	float: left;
	transition: padding 0.2s ease-out;
}

.scroll #header-logo {
	padding: 1.2rem;
}

#header-logo a {
	display: inline-block;
	height: inherit;
}

/* /header ----------*/


@font-face {
	font-family: 'KFhimaji';
	src: url('../common/fonts/KFhimaji.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

body {
	background-color: #fff;
}

img {
	width: 100%;
	height: auto;
}

.contents_inner {
	font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
}

.inner1580 {
	max-width: 1580px;
	padding: 0 40px;
	box-sizing: border-box;
	position: relative;
	margin: 0 auto;
}

.inner1780 {
	max-width: 1780px;
	padding: 0 40px;
	box-sizing: border-box;
	position: relative;
	margin: 0 auto;
}

div:after,
ul:after {
	display: none;
}

p {
	margin: 0;
}

.blue {
	color: #7b88a9;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

.fwB {
	font-weight: bold;
}

.taC {
	text-align: center;
}

@keyframes sec-float {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-10px);
	}

	100% {
		transform: translateY(0);
	}
}

.orange-txt {
	color: rgba(226, 151, 44, 1);
}

.btn_movie,
.btn_movie:link,
.btn_movie:visited {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 200px;
	background-color: #99d3c7;
	padding: min(calc((28.5 / 1700) * 100vw), 28.5px) min(calc((60 / 1700) * 100vw), 60px);
	margin: min(calc((24 / 1700) * 100vw), 24px) auto 0;
	max-width: min(calc((450 / 1700) * 100vw), 450px);
	box-sizing: border-box;
	text-decoration: none;
	transition: transform 0.3s ease, opacity 0.3s ease, box-shadow 0.3s ease;
}

.btn_movie:hover {
	transform: scale(1.07);
	opacity: 1;
}

.btn_movie_txt {
	font-size: min(calc((33 / 1700) * 100vw), 33px);
	letter-spacing: .1em;
	font-weight: 400;
	text-align: center;
	line-height: 1;
	color: #fff;
	position: relative;
	padding-left: min(calc((70 / 1700) * 100vw), 70px);
}

.btn_movie_txt::before {
	content: '';
	display: inline-block;
	width: min(calc((57 / 1700) * 100vw), 57px);
	height: min(calc((48 / 1700) * 100vw), 48px);
	background: url(../img/icn_movie.svg) no-repeat center / contain;
	position: absolute;
	left: 0;
	top: min(calc((-4 / 1700) * 100vw), -4px);
}

.sec-bg-tit {
	font-family: "Roboto Condensed";
	font-weight: bold;
	color: #e5f7f3;
	font-size: min(calc((208 / 1700) * 100vw), 208px);
	line-height: 1;
	letter-spacing: 0;
	position: absolute;
	top: .03em;
	transform: scale(1, 1.45);
	z-index: -1;
	white-space: nowrap;
}

.sec-bg-tit-right.js-effect-r {
	right: -0.05em;
	transform: scale(1, 1.45) translateX(70px);
	transition: ease 1.5s;
}

.sec-bg-tit-right.js-effect-r.fadein {
	transform: scale(1, 1.45) translateX(0);
}


.sec-bg-tit-left.js-effect-l {
	left: -0.05em;
	transform: scale(1, 1.45) translateX(-70px);
	transition: ease 1.5s;
}

.sec-bg-tit-left.js-effect-l.fadein {
	transform: scale(1, 1.45) translateX(0);
}


.sec-tit {
	font-size: min(calc((40 / 1700) * 100vw), 40px);
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: .07em;
	text-align: center;
	word-break: keep-all;
}

.sec-tit-fukidashi {
	position: relative;
	display: table;
	margin: 0 auto;
}

.sec-tit-fukidashi_txt {
	font-size: min(calc((40 / 1700) * 100vw), 40px);
	font-weight: 700;
	line-height: 1;
	letter-spacing: .05em;
	text-align: center;
	color: #fff;
	position: absolute;
	left: -0.5%;
	top: 30%;
}

.sec-tit-fukidashi_txt_inner {
	position: relative;
}

.sec-tit-fukidashi_txt_inner::before {
	content: '';
	display: block;
	width: min(calc((135 / 1700) * 100vw), 135px);
	height: min(calc((119 / 1700) * 100vw), 119px);
	background: url(../img/lastchance_tit_bg.svg) no-repeat center / contain;
	position: absolute;
	top: -37%;
	left: -31%;
	z-index: -1;
}

.sec-tit_l {
	font-size: min(calc((60 / 1700) * 100vw), 60px);
	vertical-align: baseline;
}


.third_tit {
	font-size: min(calc((40 / 1700) * 100vw), 40px);
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.05em;
	text-align: center;
	position: relative;
	z-index: 1;
	padding-top: min(calc((94 / 1700) * 100vw), 94px);
	word-break: keep-all;
}

.sec-desc {
	font-size: min(calc((30 / 1700) * 100vw), 30px);
	font-weight: 400;
	line-height: 1.66;
	text-align: center;
	letter-spacing: .05em;
}

.sec-tit+.sec-desc {
	margin-top: min(calc((45 / 1700) * 100vw), 45px);
}


@media screen and (max-width:768px) {

	a:hover,
	a:active {
		opacity: 1;
	}

	.pc {
		display: none !important;
	}

	.sp {
		display: block !important;
	}

	.inner1580,
	.inner1780 {
		padding: 0 calc((30 / 750)* 100vw);
	}

	.btn_movie,
	.btn_movie:link,
	.btn_movie:visited {
		padding: 1.12em .5em;
		margin: calc((27 / 750) * 100vw) auto 0;
		transition: none;
		max-width: inherit;
		width: calc((450 / 750) * 100vw);
		box-sizing: border-box;
	}

	.btn_movie:hover {
		transform: scale(1);
	}

	.btn_movie_txt {
		font-size: calc((33 / 750) * 100vw);
		padding-left: calc((70 / 750) * 100vw);
	}

	.btn_movie_txt::before {
		width: calc((57 / 750) * 100vw);
		height: calc((48 / 750) * 100vw);
		top: calc((-5 / 750) * 100vw);
	}

	.third_tit {
		font-size: 20px;
		padding-top: 50px;
	}

	.sec-bg-tit {
		font-size: calc((125 / 750) * 100vw);
	}

	.sec-tit {
		font-size: calc((38.7 / 750) * 100vw);
		letter-spacing: .05em;
	}

	.sec-tit_l {
		font-size: calc((58 / 750) * 100vw);
	}

	.sec-desc {
		font-size: calc((30 / 750) * 100vw);
		letter-spacing: .04em;
	}

	.sec-tit+.sec-desc {
		margin-top: calc((40 / 750) * 100vw);
	}

	.sec-tit-fukidashi_txt {
		font-size: calc((40 / 750) * 100vw);
		left: calc((21 / 750) * 100vw);
		top: calc((120 / 750) * 100vw);
	}

	.sec-tit-fukidashi_txt_inner::before {
		width: calc((135 / 750) * 100vw);
		height: calc((119 / 750) * 100vw);
	}

}


/* header ----------*/
#header {
	top: 0;
}

#header.fixed {
	height: 7rem;
}

#header.fixed #header-logo {
	padding: 1.2rem 1.2rem 1.2rem 30px;
}

#nav {
	display: none;
}

#header .btn_movie {
	float: right;
	margin: 20px 30px 0 0;
	padding: 1.25em 2.67em 1.15em 2.67em;
	filter: none;
	box-shadow: none;
	width: 300px;
	max-width: 300px;
	box-sizing: border-box;
}

#header.fixed .btn_movie {
	margin: 13px 30px 0 0;
	padding: .8em 2.67em .8em 2.67em;
	width: 240px;
	max-width: 240px;
}

#header .btn_movie_txt {
	font-size: 2.2rem;
	letter-spacing: .1em;
	padding-left: 47px;
	transition: all .5s;
	white-space: nowrap;
}

#header.fixed .btn_movie_txt {
	font-size: 1.8rem;
	padding-left: 37px;
}

#header .btn_movie_txt::before {
	width: 38px;
	height: 32px;
	top: -4px;
	transition: all .5s;
}

#header.fixed .btn_movie_txt::before {
	width: 28px;
	height: 24px;
	top: 0px;
}


@media screen and (max-width:1000px) {

	#header,
	#header.fixed {
		height: 70px;
	}

	#header #header-logo,
	#header.fixed #header-logo {
		padding: 6.5px 0 6.5px 15px;
	}

	#header .btn_movie,
	#header.fixed .btn_movie {
		margin: 13px 30px 0 0;
		padding: .8em 2.67em .8em 2.67em;
		width: 240px;
		max-width: 240px;
	}

	#header .btn_movie_txt,
	#header.fixed .btn_movie_txt {
		font-size: 1.8rem;
		padding-left: 37px;
	}

	#header .btn_movie_txt::before,
	#header.fixed .btn_movie_txt::before {
		width: 28px;
		height: 24px;
		top: 0px;
	}

	#nav_bar {
		display: none;
	}
}


@media screen and (max-width:768px) {

	#header,
	#header.fixed {
		height: 50px;
	}

	#header-logo {
		position: absolute;
	}

	#header .btn_movie,
	#header.fixed .btn_movie {
		width: 150px;
		max-width: 150px;
		padding: .8em .5em .7em .5em;
		margin: 10.5px 15px 0 0;
	}

	#header.fixed .btn_movie {
		margin: 10px 20px 0 0;
		padding: .8em 1.3em .7em 1.3em;
	}

	#header .btn_movie_txt,
	#header.fixed .btn_movie_txt {
		font-size: 11px;
		padding-left: 24px;
	}

	#header .btn_movie_txt::before,
	#header.fixed .btn_movie_txt::before {
		width: 19px;
		height: 16px;
		top: -2px;
	}
}


/* mainVisualBl ----------*/
.mainVisualBl {
	margin: 100px 0 0;
	position: relative;
	overflow: hidden;
	background: url(../img/mv_bg.jpg) no-repeat center top/cover;
}

header.fixed .contents_inner .mainVisualBl {
	margin-top: min(calc((70 / 1700) * 100vw), 70px);
}

.mainVisualBl img {
	max-width: inherit;
	width: 100%;
	height: auto;
}

.mainVisual_desc {
	font-size: min(calc((24 / 1700) * 100vw), 24px);
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: .1em;
	text-align: center;
	color: #fff;
}

.mainVisualBl_inner {
	width: min(calc((1580 / 1700)* 100vw), 1580px);
	max-width: 1580px;
	box-sizing: border-box;
	padding: 0 40px;
	position: relative;
	margin: 0 auto;
}

.mainVisual_txtwrap {
	padding: min(calc((43 / 1700) * 100vw), 43px) 0 min(calc((46 / 1700) * 100vw), 46px);
	position: relative;
	z-index: 2;
}

.mainVisual_pagetit {
	width: min(calc((798 / 1700) * 100vw), 798px);
	box-sizing: border-box;
	margin: min(calc((70 / 1700) * 100vw), 70px) 0 0 min(calc((60 / 1700) * 100vw), 60px);
}

.mainVisual_limitedtime {
	font-size: min(calc((35.4 / 1700) * 100vw), 35.4px);
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: .1em;
	text-align: center;
	color: #fff;
	display: block;
	position: relative;
	width: min(calc((127 / 1700) * 100vw), 127px);
	margin-right: min(calc((20 / 1700) * 100vw), 20px);
	top: 0.65em;
	left: 0;
}

.mainVisual_limitedtime::before {
	content: '';
	display: block;
	width: min(calc((127 / 1700) * 100vw), 127px);
	height: min(calc((127 / 1700) * 100vw), 127px);
	background: url(../img/icn_glass_lightblue.png) no-repeat center / contain;
	position: absolute;
	z-index: -1;
	top: -0.7em;
	left: 0;
}

.mainVisual_limitedtime_inner {
	width: min(calc((127 / 1700) * 100vw), 127px);
	display: block;
}

.mainVisual_pagetit_inner {
	color: #fff;
	display: flex;
}

.mainVisual_pagetit_2 {
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	left: 0;
	white-space: nowrap;
}

.mainVisual_pagetit_2_1 {
	font-size: min(calc((24 / 1700) * 100vw), 24px);
	letter-spacing: .2em;
}

.mainVisual_pagetit_2 .marker.fadein::after {
	background: linear-gradient(transparent 56%, #f2b6bc 0%);
}

.mainVisual_pagetit_2_1 .marker {
	font-size: min(calc((34 / 1700) * 100vw), 34px);
	top: -.3em;
	padding: 0 .1em;
}

.mainVisual_pagetit_2_2 {
	font-size: min(calc((43 / 1700) * 100vw), 43px);
	letter-spacing: .22em;
}

.mainVisual_pagetit_2_2 .marker {
	font-size: min(calc((50 / 1700) * 100vw), 50px);
	top: -.2em;
	padding: 0 .1em;
}

.mainVisual_pagetit_3 {
	font-size: min(calc((67 / 1700) * 100vw), 67px);
	font-weight: 500;
	line-height: 1;
	letter-spacing: .2em;
	display: block;
	color: #fff;
	margin-top: min(calc((23 / 1700) * 100vw), 23px);
}

.mainVisual_pagetit_3 span {
	text-align: center;
	border-radius: 50%;
	width: min(calc((102 / 1700) * 100vw), 102px);
	height: min(calc((102 / 1700) * 100vw), 102px);
	line-height: 1em;
	padding-top: .2em;
	padding-left: .21em;
}

.mainVisual_pagetit_3 span:nth-child(1) {
	margin-left: min(calc((116 / 1700) * 100vw), 116px);
}

.mainVisual_pagetit_3 span:nth-child(odd) {
	background-color: #99d3c7;
}

.mainVisual_pagetit_3 span:nth-child(even) {
	background-color: #72b2a5;
}

.mainVisual_pagetit_3 span {
	margin-right: min(calc((14 / 1700) * 100vw), 14px);
}

.mainVisual_pagetit_3 span:nth-child(5),
.mainVisual_pagetit_3 span:nth-child(13) {
	margin-right: 0;
}

.mainVisual_pagetit_3 span:nth-child(n+6) {
	margin-top: min(calc((14 / 1700) * 100vw), 14px);
}

.mainVisual_flow {
	width: min(calc((798 / 1700) * 100vw), 798px);
	box-sizing: border-box;
	margin: min(calc((32 / 1700) * 100vw), 32px) 0 0 min(calc((60 / 1700) * 100vw), 60px);
	position: relative;
}

.mainVisual_flow_tit {
	font-size: min(calc((26 / 1700) * 100vw), 26px);
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: .1em;
	text-align: center;
	color: #72b2a5;
}

.mainVisual_flow_inner {
	background-color: rgba(255, 255, 255, .85);
	border-radius: 20px;
	padding: min(calc((23 / 1700) * 100vw), 23px) min(calc((70 / 1700) * 100vw), 70px);
}

.mainVisual_flow_list {
	display: flex;
	justify-content: space-between;
	margin-top: min(calc((25 / 1700) * 100vw), 25px);
}

.mainVisual_flow_list::after {
	display: none;
}

.mainVisual_flow_item {
	width: min(calc((180 / 1700)* 100vw), 180px);
	box-sizing: border-box;
	position: relative;
}

.mainVisual_flow_item::after {
	content: '';
	display: block;
	width: min(calc((14 / 1700)* 100vw), 14px);
	height: min(calc((26 / 1700)* 100vw), 26px);
	background: url(../img/icn_arrow_lightgreen.svg) no-repeat center / contain;
	position: absolute;
	right: -20%;
	top: min(calc((49 / 1700)* 100vw), 49px);
}

.mainVisual_flow_item:last-child::after {
	display: none;
}

.mainVisual_flow_item_flame {
	border: 2px solid #99d3c7;
	border-radius: min(calc((20 / 1700) * 100vw), 20px);
	background-color: #fff;
	padding: min(calc((20 / 1700) * 100vw), 20px) min(calc((5 / 1700) * 100vw), 5px) min(calc((12 / 1700) * 100vw), 12px);
	display: block;
}

#body-wrap .mainVisual_flow_item_flame:link,
#body-wrap .mainVisual_flow_item_flame:visited {
	text-decoration: none;
}

.mainVisual_flow_item:nth-child(3) .mainVisual_flow_item_flame {
	background: #99d3c7;
}

.mainVisual_flow_item_flame_imgwrap img {
	height: min(calc((50 / 1700)* 100vw), 50px);
	box-sizing: border-box;
}

.mainVisual_flow_item_flame_tit {
	font-size: min(calc((20 / 1700) * 100vw), 20px);
	font-weight: 600;
	color: #72b2a5;
	line-height: 1.5;
	text-align: center;
	margin-top: .2em;
}

.mainVisual_flow_item:nth-child(3) .mainVisual_flow_item_flame_tit {
	color: #fff;
}

.mainVisual_flow_item_desc {
	font-size: min(calc((14 / 1700) * 100vw), 14px);
	line-height: 1.42;
	letter-spacing: 0;
	color: #2c9781;
	margin-top: .6em;
	white-space: nowrap;
}

.mainVisual_human {
	width: min(calc((1800 / 1700) * 100vw), 1800px);
	position: absolute;
	right: -8.7%;
	top: 119px;
	z-index: 1;
}

.mainVisual_human_inner {
	position: relative;
}

.mainVisual_human_txtwrap {
	position: absolute;
	right: 232px;
	top: 65%;
	width: 22%;
	box-sizing: border-box;
}

.mainVisual_human_red {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #99d3c7;
	color: #fff;
	text-align: center;
	font-size: min(calc((16 / 1700) * 100vw), 16px);
	font-weight: 500;
	line-height: 1;
	letter-spacing: .2em;
	border-radius: 50px;
	padding: .45em 1.3em;
	width: fit-content;
}

.mainVisual_human_company {
	color: #fff;
	display: inline-block;
	font-size: min(calc((16 / 1700) * 100vw), 16px);
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.08em;
	margin-top: min(calc((13 / 1700) * 100vw), 13px);
	vertical-align: bottom;
}

.mainVisual_human_name {
	color: #fff;
	font-size: min(calc((27 / 1700)* 100vw), 27px);
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.05em;
	display: inline-block;
	margin-top: min(calc((10 / 1700)* 100vw), 10px);
	vertical-align: bottom;
}

.mainVisual_human_desc {
	color: #fff;
	font-size: min(calc((16 / 1700) * 100vw), 16px);
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: 0.05em;
	display: block;
	margin-top: min(calc((12 / 1700) * 100vw), 12px);
}

.mainVisualBl_ill {
	position: absolute;
	left: -60px;
	right: -60px;
	top: 10px;
	bottom: 0;
	width: fit-content;
	height: fit-content;
	margin: auto;
	z-index: 3;
	pointer-events: none;
	animation: float 3s ease-in-out infinite;
}

@keyframes float {
	0% {
		transform: translateY(0);
		opacity: 1;
	}

	50% {
		transform: translateY(-10px);
		opacity: 0.7;
	}

	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

.mainVisualBl_ill._2 {
	animation-delay: 0.2s;
}

.mainVisualBl_ill._3 {
	animation-delay: 0.4s;
}

.mainVisualBl_ill._4 {
	animation-delay: 0.6s;
}

.mainVisualBl_ill._5 {
	animation-delay: 0.8s;
}

.mainVisualBl_ill._6 {
	animation-delay: 1s;
}

.mainVisualBl_ill._7 {
	animation-delay: 1.2s;
}

.mainVisualBl_ill._8 {
	animation-delay: 1.4s;
}

.mainVisualBl_ill._9 {
	animation-delay: 1.6s;
}

.mainVisualBl_ill._10 {
	animation-delay: 1.8s;
}

.mainVisualBl_ill._11 {
	animation-delay: 2s;
}

.mainVisualBl_ill._12 {
	animation-delay: 2.2s;
}


@media screen and (max-width:1700px) {
	.mainVisual_human {
		top: 13.3%;
	}

}

@media screen and (max-width:1300px) {
	.mainVisual_human_txtwrap {
		top: 62%;
		right: 136px;
	}

}

@media screen and (max-width:1000px) {
	.mainVisualBl {
		margin: 70px 0 0;
	}
}


@media screen and (max-width:768px) {
	.mainVisualBl {
		margin-top: 50px;
		background: url(../img/mv_bg_sp.jpg) no-repeat center top / cover;
	}

	.mainVisualBl_inner {
		width: auto;
		padding: 0 calc((30 / 750)* 100vw);
	}

	.mainVisual_desc {
		font-size: calc((24 / 750) * 100vw);
		line-height: 1.5;
	}

	.mainVisual_txtwrap {
		padding: calc((44 / 750) * 100vw) 0 calc((50 / 750) * 100vw);
	}

	.mainVisual_limitedtime {
		font-size: calc((35.5 / 750) * 100vw);
		width: calc((127 / 750) * 100vw);
		margin-right: calc((15 / 750) * 100vw);
	}

	.mainVisual_limitedtime::before {
		width: calc((127 / 750) * 100vw);
		height: calc((127 / 750) * 100vw);
		top: -.7em;
		left: -0.1em;
	}

	.mainVisual_limitedtime_inner {
		width: calc((127 / 750) * 100vw);
	}

	.mainVisual_pagetit {
		width: auto;
		margin: calc((31 / 750) * 100vw) 0 0 calc((6 / 750) * 100vw);
	}

	.mainVisual_pagetit_2_1 {
		font-size: calc((24 / 750) * 100vw);
		letter-spacing: .2em;
	}

	.mainVisual_pagetit_2_1 .marker {
		font-size: calc((34 / 750) * 100vw);
	}

	.mainVisual_pagetit_2_2 {
		font-size: calc((38 / 750) * 100vw);
		letter-spacing: .1em;
	}

	.mainVisual_pagetit_2_2 .marker {
		font-size: calc((49 / 750) * 100vw);
		top: -.25em;
	}

	.mainVisual_pagetit_3 {
		font-size: calc((58 / 750) * 100vw);
		margin-top: calc((22 / 750) * 100vw);
		white-space: nowrap;
	}

	.mainVisual_pagetit_3 span {
		width: calc((88 / 750) * 100vw);
		height: calc((88 / 750) * 100vw);
		margin-right: calc((12 / 750) * 100vw);
	}

	.mainVisual_pagetit_3 span:nth-child(1) {
		margin-left: calc((99 / 750) * 100vw);
	}

	.mainVisual_pagetit_3 span:nth-child(n+6) {
		margin-top: calc((12 / 750) * 100vw);
	}

	.mainVisual_flow {
		width: auto;
		margin: calc((559 / 750) * 100vw) auto 0;
	}

	.mainVisual_flow_inner {
		border-radius: 10px;
		padding: calc((20 / 750) * 100vw) calc((30 / 750) * 100vw) calc((25 / 750) * 100vw);
	}

	.mainVisual_flow_item {
		width: calc((189 / 750)* 100vw);
	}

	.mainVisual_flow_item::after {
		width: calc((13 / 750)* 100vw);
		height: calc((23 / 750)* 100vw);
		right: calc((-19 / 750)* 100vw);
		top: calc((67 / 750)* 100vw);
	}

	.mainVisual_flow_item_flame {
		border: 1px solid #99d3c7;
		border-radius: 10px;
		padding: calc((20 / 750) * 100vw) calc((10 / 750) * 100vw);
	}

	.mainVisual_flow_item_flame_imgwrap img {
		height: calc((60 / 750)* 100vw);
	}

	.mainVisual_flow_item_flame_tit {
		font-size: calc((24 / 750) * 100vw);
		margin-top: calc((12 / 750) * 100vw);
	}

	.mainVisual_flow_item_desc {
		font-size: calc((20 / 750)* 100vw);
		margin-top: calc((14 / 750)* 100vw);
	}

	.mainVisual_flow_tit {
		font-size: calc((30 / 750) * 100vw);
	}

	.mainVisual_flow_list {
		margin-top: calc((25 / 750) * 100vw);
	}

	.mainVisual_human {
		width: 100%;
		right: 0;
		top: 0;
	}

	.mainVisual_human_txtwrap {
		right: calc((44 / 750) * 100vw);
		top: calc((780 / 750) * 100vw);
		width: 67%;
	}

	.mainVisual_human_red {
		font-size: calc((22 / 750) * 100vw);
		font-weight: 400;
		letter-spacing: .2em;
		padding: 0.4em 0.33em;
		width: calc((104 / 750) * 100vw);
	}

	.mainVisual_human_company {
		font-size: calc((20 / 750)* 100vw);
		margin-top: calc((19 / 750)* 100vw);
		text-shadow: 0px 0px 5px rgba(87, 82, 79, .65), 0px 0px 5px rgba(0, 0, 0, 1);
		white-space: nowrap;
	}

	.mainVisual_human_name {
		font-size: calc((34 / 750)* 100vw);
		margin-top: calc((15 / 750)* 100vw);
		text-shadow: 0px 0px 5px rgba(87, 82, 79, .65), 0px 0px 5px rgba(0, 0, 0, 1);
		white-space: nowrap;
	}

	.mainVisual_human_desc {
		font-size: calc((20 / 750) * 100vw);
		font-weight: 500;
		line-height: 1.75;
		margin-top: calc((20 / 750) * 100vw);
		text-shadow: 0px 0px 5px rgba(87, 82, 79, .65), 0px 0px 5px rgba(0, 0, 0, 1);
	}

	.mainVisualBl_ill {
		left: 0;
		right: 0;
		top: 0;
	}

}


/* periodBl ----------*/
.periodBl {
	background: #99d3c7;
	padding: .95em 0;
	position: relative;
	z-index: 1;
}

.period_tit {
	font-size: min(calc((40 / 1700) * 100vw), 40px);
	font-weight: 600;
	line-height: 1;
	text-align: center;
	letter-spacing: 0;
	color: #fff;
	display: table;
	position: relative;
	padding: 0 40px;
	margin: 0 auto;
}

.period_tit::before,
.period_tit::after {
	content: '';
	display: block;
	width: 53px;
	height: 38px;
	position: absolute;
	top: -31px;
}

.period_tit::before {
	background: url(../img/icn_emphasis.svg) no-repeat center/contain;
	left: 0;
}

.period_tit::after {
	background: url(../img/icn_emphasis.svg) no-repeat center/contain;
	transform: scale(-1, 1);
	right: 0;
}

.period_tit_num {
	font-size: min(calc((50 / 1700) * 100vw), 50px);
	vertical-align: baseline;
}

.period_tit_unit {
	font-size: min(calc((30 / 1700) * 100vw), 30px);
	vertical-align: baseline;
}


@media screen and (max-width:1000px) {
	.period_tit {
		font-size: 3rem;
	}

	.period_tit_unit {
		font-size: 2.5rem;
		vertical-align: baseline;
	}

}


@media screen and (max-width:768px) {
	.periodBl {
		padding: .95em 0;
	}

	.period_tit {
		font-size: 22px;
		padding: 0 15px;
		font-weight: 600;
	}

	.period_tit_num {
		font-size: 28px;
		font-weight: 600;
	}

	.period_tit_unit {
		font-size: 16.5px;
		font-weight: 600;
	}

	.period_tit::before,
	.period_tit::after {
		width: 29.5px;
		height: 21.5px;
		top: -14px;
	}

	.period_tit::before {
		left: -7px;
	}

	.period_tit::after {
		right: -7px;
	}
}


/* courseBl ----------*/
.courseBl {
	background: url(../img/bg_course.jpg) no-repeat center / cover;
	overflow: hidden;
	position: relative;
}

.courseBl .inner1580 {
	position: relative;
	padding: min(calc((50 / 1700) * 100vw), 50px) 0 min(calc((54 / 1700) * 100vw), 54px);
}

.course_txtwrap {
	width: fit-content;
	box-sizing: border-box;
	margin-left: min(calc((97 / 1700) * 100vw), 97px);
}

.course_tit {
	line-height: 1;
}

.course_tit_s {
	font-size: min(calc((25 / 1700) * 100vw), 25px);
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: 0.05em;
	color: #72b2a5;
	display: block;
	text-align: center;
	text-shadow: 2px 2px 0px white, -2px 2px 0px white, 2px -2px 0px white, -2px -2px 0px white, 2px 0px 0px white, -2px 0px 0px white, 0px 2px 0px white, 0px -2px 0px white;
	display: block;
}

.course_tit_l {
	font-size: min(calc((50 / 1700) * 100vw), 50px);
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.05em;
	color: #72b2a5;
	text-shadow: 3px 3px 0px white, -3px 3px 0px white, 3px -3px 0px white, -3px -3px 0px white, 3px 0px 0px white, -3px 0px 0px white, 0px 3px 0px white, 0px -3px 0px white;
	text-align: center;
	display: block;
	margin-top: min(calc((-6 / 1700) * 100vw), -6px);
}

.course_ill_all,
.course_ill_1,
.course_ill_2,
.course_ill_3,
.course_ill_4,
.course_ill_5,
.course_ill_6 {
	position: absolute;
	left: 40px;
	right: 40px;
	top: 0;
	pointer-events: none;
	transition: all .5s;
}

.course_ill_1,
.course_ill_2,
.course_ill_3,
.course_ill_4,
.course_ill_5,
.course_ill_6 {
	animation: float 3s ease-in-out infinite;
}

.course_ill_1 {
	animation-delay: 0.2s;
}

.course_ill_2 {
	animation-delay: 0.4s;
}

.course_ill_3 {
	animation-delay: 0.6s;
}

.course_ill_4 {
	animation-delay: 0.8s;
}

.course_ill_5 {
	animation-delay: 1s;
}

.course_ill_6 {
	animation-delay: 1.2s;
}


@media screen and (max-width:1700px) {

	.course_ill_all,
	.course_ill_1,
	.course_ill_2,
	.course_ill_3,
	.course_ill_4,
	.course_ill_5,
	.course_ill_6 {
		left: 0;
		right: 0;
	}
}


@media screen and (max-width:1000px) {
	.course_txtwrap {
		width: fit-content;
		box-sizing: border-box;
		margin-left: 0;
	}
}


@media screen and (max-width:768px) {
	.courseBl {
		background: url(../img/bg_course_sp.jpg) no-repeat center / cover;
		padding: calc((54 / 750) * 100vw) 0 calc((338 / 750) * 100vw);
	}

	.courseBl .inner1780 {
		position: static;
	}

	.courseBl .inner1580 {
		position: relative;
		padding: 0;
	}

	.course_txtwrap {
		margin: auto;
	}

	.course_tit_s {
		font-size: calc((27 / 750) * 100vw);
		letter-spacing: .1em;
		text-shadow: 2px 2px 0px white, -2px 2px 0px white, 2px -2px 0px white, -2px -2px 0px white, 2px 0px 0px white, -2px 0px 0px white, 0px 2px 0px white, 0px -2px 0px white;
	}

	.course_tit_l {
		font-size: calc((50 / 750) * 100vw);
		font-weight: 600;
		line-height: 1.26;
		letter-spacing: .1em;
		text-shadow: 2px 2px 0px white, -2px 2px 0px white, 2px -2px 0px white, -2px -2px 0px white, 2px 0px 0px white, -2px 0px 0px white, 0px 2px 0px white, 0px -2px 0px white;
		text-align: center;
		margin-top: calc((-17 / 750) * 100vw);
	}

	.course_ill_all {
		width: calc((580 / 750) * 100vw);
		margin: calc((420 / 750) * 100vw) auto 0;
		right: calc((-25 / 750) * 100vw);
	}
}


/* pinchBl ----------*/
.pinchBl {
	position: relative;
	z-index: 1;
	overflow: hidden;
	padding: 0 0 min(calc((120 / 1700) * 100vw), 120px);
}

.pinchBl .sec-tit {
	padding-top: min(calc((103 / 1700) * 100vw), 103px);
}

.pinch_fukidashi {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: -11%;
}

.pinch_fukidashi .sec-desc {
	font-weight: 700;
	margin: .85em 0 0;
	text-align: left;
	letter-spacing: .07em;
}

.pinch_fukidashi_imgwrap {
	width: 25.2%;
	max-width: 362px;
	margin: min(calc((47 / 1700) * 100vw), 47px) 0 0 -4.9em;
}

.pinch_last {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: min(calc((50 / 1700) * 100vw), 50px) auto 0;
}

.pinch_last_imgwrap {
	width: 19.9%;
	max-width: 338px;
	box-sizing: border-box;
	margin-right: 1.5%;
}

.pinch_last_txtwrap {
	box-sizing: border-box;
	font-size: min(calc((30 / 1700) * 100vw), 30px);
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: .05em;
	word-break: keep-all;
}

.pinch_last_l {
	font-weight: 900;
}

.pinch_ill {
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	opacity: 0.3;
	transition: all .5s;
	animation: sec-float 3s ease-in-out infinite;
}

.pinch_ill._2 {
	animation-delay: 0.2s;
}

.pinch_ill._3 {
	animation-delay: 0.4s;
}

.pinch_ill._4 {
	animation-delay: 0.6s;
}

.pinch_ill._5 {
	animation-delay: 0.8s;
}

.pinch_ill._6 {
	animation-delay: 1s;
}

.pinch_ill._7 {
	animation-delay: 1.2s;
}

.pinch_ill._8 {
	animation-delay: 1.4s;
}

.pinch_ill._9 {
	animation-delay: 1.6s;
}

.pinch_ill._10 {
	animation-delay: 1.8s;
}


@media screen and (max-width:1000px) {
	.pinch_fukidashi {
		margin-right: 0;
	}

	.pinch_fukidashi_imgwrap {
		margin: 47px 0 0 -1.9em;
	}

	.pinch_fukidashi .sec-desc {
		margin: 2.85em 0 0;
	}
}


@media screen and (max-width:768px) {
	.pinchBl {
		padding: 0 0 calc((70 / 750) * 100vw);
	}

	.pinchBl .sec-tit {
		padding-top: calc((59 / 750) * 100vw);
		letter-spacing: 0;
	}

	.pinch_fukidashi {
		justify-content: space-between;
		margin: calc((30 / 750) * 100vw) auto 0;
	}

	.pinch_fukidashi .sec-desc {
		margin: .85em 0 0;
		letter-spacing: .05em;
	}

	.pinch_fukidashi_imgwrap {
		width: calc((362 / 750) * 100vw);
		max-width: inherit;
		margin: min(calc((47 / 1700) * 100vw), 47px) 0 0 -4.9em;
	}

	.pinchBl .pinch_fukidashi+.sec-tit {
		font-size: calc((36.8 / 750) * 100vw);
		letter-spacing: 0;
	}

	.pinchBl .pinch_fukidashi+.sec-tit .sec-tit_l {
		font-size: calc((55 / 750) * 100vw);
	}

	.pinch_last {
		display: block;
		margin: calc((70 / 750) * 100vw) auto 0;
	}

	.pinch_last_imgwrap {
		width: calc((348 / 750) * 100vw);
		max-width: inherit;
		margin: 0 auto;
	}

	.pinch_last_txtwrap {
		font-size: calc((30 / 750) * 100vw);
		line-height: 1.66;
		margin: calc((20 / 750) * 100vw) auto 0;
		width: fit-content;
	}

}


/* tenminutesBl ----------*/
.tenminutesBl {
	position: relative;
	z-index: 1;
	overflow: hidden;
	padding: 0 0 min(calc((120 / 1700) * 100vw), 120px);
}

.tenminutesBl .sec-tit {
	padding-top: min(calc((103 / 1700) * 100vw), 103px);
}

.tenminutes_ul {
	display: flex;
	justify-content: center;
	margin-top: min(calc((70 / 1700) * 100vw), 70px);
}

.tenminutes_ul>li {
	width: min(calc((345 / 1700) * 100vw), 345px);
	box-sizing: border-box;
	margin-right: min(calc((84 / 1700) * 100vw), 84px);
	position: relative;
}

.tenminutes_ul>li:nth-child(2) {
	margin-top: min(calc((60 / 1700) * 100vw), 60px);
}

.tenminutes_ul>li::before {
	content: '';
	display: block;
	width: min(calc((345 / 1700) * 100vw), 345px);
	height: min(calc((314 / 1700) * 100vw), 314px);
	background: url(../img/tenminutes_circle.png) no-repeat center / contain;
	position: absolute;
	inset: 0;
	margin: auto;
	z-index: -1;
}

.tenminutes_ul>li:nth-child(1)::before {
	top: min(calc((50 / 1700) * 100vw), 50px);
}

.tenminutes_ul>li:nth-child(2)::before {
	top: min(calc((109 / 1700) * 100vw), 109px);
}

.tenminutes_ul>li:nth-child(3)::before {
	top: min(calc((59 / 1700) * 100vw), 59px);
}

.tenminutes_ul>li:nth-child(3) {
	margin-right: 0;
}

.tenminutes_ul_tit_num {
	font-family: "Roboto Condensed";
	font-weight: 500;
	color: #fff;
	font-size: min(calc((52 / 1700) * 100vw), 52px);
	line-height: 1;
	text-align: center;
	letter-spacing: 0;
	display: block;
	transform: scale(1, 1.1);
	position: relative;
	padding-top: min(calc((4 / 1700) * 100vw), 4px);
}

.tenminutes_ul_tit_num::before {
	content: '';
	display: block;
	width: min(calc((90 / 1700) * 100vw), 90px);
	height: min(calc((90 / 1700) * 100vw), 90px);
	transform: scale(1, .9);
	background: #99d3c7;
	border-radius: 50%;
	position: absolute;
	inset: 0;
	margin: auto;
	z-index: -1;
}

.tenminutes_ul_tit_desc {
	font-size: min(calc((36 / 1700) * 100vw), 36px);
	font-weight: 600;
	line-height: 1.38;
	letter-spacing: .05em;
	text-align: center;
	display: block;
}

.tenminutes_ul>li:nth-child(1) .tenminutes_ul_tit_desc,
.tenminutes_ul>li:nth-child(2) .tenminutes_ul_tit_desc {
	margin-top: min(calc((99 / 1700) * 100vw), 99px);
}

.tenminutes_ul>li:nth-child(3) .tenminutes_ul_tit_desc {
	margin-top: min(calc((76 / 1700) * 100vw), 76px);
}

.tenminutes_last {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: min(calc((130 / 1700) * 100vw), 130px) auto 0;
}

.tenminutes_last_imgwrap {
	width: 21.45%;
	max-width: 348px;
	box-sizing: border-box;
	margin-left: 3.5%;
}

.tenminutes_last_txtwrap {
	font-size: min(calc((40 / 1700) * 100vw), 40px);
	font-weight: 600;
	line-height: 1.27;
	letter-spacing: .05em;
	word-break: keep-all;
}

.tenminutes_last_l {
	font-size: min(calc((60 / 1700) * 100vw), 60px);
	position: relative;
	top: -.36em;
}

.tenminutes_last_txt_3ndline {
	position: relative;
	top: 0.75em;
}

.tenminutes_ill {
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	opacity: 0.3;
	transition: all .5s;
	animation: sec-float 3s ease-in-out infinite;
}

.tenminutes_ill._2 {
	animation-delay: 0.2s;
}

.tenminutes_ill._3 {
	animation-delay: 0.4s;
}

.tenminutes_ill._4 {
	animation-delay: 0.6s;
}

.tenminutes_ill._5 {
	animation-delay: 0.8s;
}

.tenminutes_ill._6 {
	animation-delay: 1s;
}

.tenminutes_ill._7 {
	animation-delay: 1.2s;
}

.tenminutes_ill._8 {
	animation-delay: 1.4s;
}

.tenminutes_ill._9 {
	animation-delay: 1.6s;
}

.tenminutes_ill._10 {
	animation-delay: 1.8s;
}

@media screen and (max-width:768px) {
	.tenminutesBl {
		padding: 0 0 calc((70 / 750) * 100vw);
	}

	.tenminutesBl .sec-tit {
		padding-top: calc((76 / 750) * 100vw);
	}

	.tenminutes_ul {
		flex-wrap: wrap;
		margin-top: calc((59 / 750) * 100vw);


		height: calc((380 / 750) * 100vw);
		box-sizing: border-box;
		position: relative;
	}

	.tenminutes_ul>li {
		width: calc((345 / 750) * 100vw);
		margin-right: 0;
		position: absolute;
	}

	.tenminutes_ul>li:nth-child(1) {
		top: calc((0 / 750) * 100vw);
		left: calc((0 / 750) * 100vw);
	}

	.tenminutes_ul>li:nth-child(2) {
		top: calc((156 / 750) * 100vw);
		right: calc((-4 / 750) * 100vw);
	}

	.tenminutes_ul>li:nth-child(3) {
		top: calc((419 / 750) * 100vw);
		left: calc((38 / 750) * 100vw);
	}

	.tenminutes_ul>li::before {
		width: calc((345 / 750) * 100vw);
		height: calc((314 / 750) * 100vw);
	}

	.tenminutes_ul>li:nth-child(1)::before {
		top: calc((108 / 750) * 100vw);
	}

	.tenminutes_ul>li:nth-child(2)::before {
		top: calc((115 / 750) * 100vw);
	}

	.tenminutes_ul>li:nth-child(3)::before {
		top: calc((94 / 750) * 100vw);
	}

	.tenminutes_ul_tit_num {
		font-size: calc((50 / 750) * 100vw);
		padding-top: calc((2 / 750) * 100vw);
	}

	.tenminutes_ul_tit_num::before {
		width: calc((90 / 750) * 100vw);
		height: calc((90 / 750) * 100vw);
	}

	.tenminutes_ul_tit_desc {
		font-size: calc((36 / 750) * 100vw);
	}

	.tenminutes_ul>li:nth-child(1) .tenminutes_ul_tit_desc,
	.tenminutes_ul>li:nth-child(2) .tenminutes_ul_tit_desc {
		margin-top: calc((105 / 750) * 100vw);
	}

	.tenminutes_ul>li:nth-child(3) .tenminutes_ul_tit_desc {
		margin-top: calc((79 / 750) * 100vw);
	}

	.tenminutes_last {
		flex-wrap: wrap;
		flex-direction: column-reverse;
		margin: calc((450 / 750) * 100vw) auto 0;
	}

	.tenminutes_last_imgwrap {
		width: calc((348 / 750) * 100vw);
		max-width: inherit;
		box-sizing: border-box;
		margin: 0 auto;
	}

	.tenminutes_last_txtwrap {
		font-size: calc((40 / 750) * 100vw);
		font-weight: 600;
		line-height: 1.27;
		letter-spacing: .05em;
		word-break: keep-all;
		width: 100%;
		text-align: center;
		margin: calc((50 / 750) * 100vw) auto 0;
	}

	.tenminutes_last_l {
		font-size: calc((60 / 750) * 100vw);
	}

}


/* lastchanceBl ----------*/
.lastchanceBl {
	position: relative;
	z-index: 1;
	overflow: hidden;
	padding: 0 0 min(calc((120 / 1700) * 100vw), 120px);
	background: rgba(247, 255, 253, 1);
}

.lastchanceBl .sec-bg-tit {
	letter-spacing: .015em;
}

.lastchanceBl .sec-tit {
	padding-top: min(calc((103 / 1700) * 100vw), 103px);
}

.lastchance_lr {
	display: flex;
	justify-content: space-between;
	max-width: 1310px;
	margin: min(calc((87 / 1700) * 100vw), 87px) auto 0;
}

.lastchance_lr_l,
.lastchance_lr_r {
	width: 47.8%;
	box-sizing: border-box;
	background: url(../img/bg_stripe.jpg);
}

.lastchance_lr_tit {
	font-size: min(calc((30 / 1700) * 100vw), 30px);
	font-weight: bold;
	line-height: 1.66;
	letter-spacing: .05em;
	color: #fff;
	padding: min(calc((10.5 / 1700) * 100vw), 10.5px) min(calc((17 / 1700) * 100vw), 17px);
}

.lastchance_lr_l .lastchance_lr_tit {
	background: #bababa;
}

.lastchance_lr_r .lastchance_lr_tit {
	background: #99d3c7;
}

.lastchance_lr_inner {
	padding: min(calc((15 / 1700) * 100vw), 15px) min(calc((27 / 1700) * 100vw), 27px);
	position: relative;
}

.lastchance_lr_r .lastchance_lr_inner {
	color: #5cb4a2;
}

.lastchance_lr_desc {
	position: absolute;
	top: 4.5%;
	left: 4.8%;
}

.lastchance_lr_desc_cate {
	font-size: min(calc((30 / 1700) * 100vw), 30px);
	font-weight: bold;
	letter-spacing: .05em;
}

.lastchance_lr_desc_money {
	line-height: 2.9;
}

.lastchance_lr_desc_money_yaku,
.lastchance_lr_desc_money_unit {
	font-size: min(calc((30 / 1700) * 100vw), 30px);
	font-weight: bold;
	letter-spacing: .05em;
}

.lastchance_lr_desc_money_num {
	font-size: min(calc((70 / 1700) * 100vw), 70px);
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1;
	position: relative;
	top: -.07em;
}

.lastchance_lr_l .lastchance_lr_imgwrap {
	width: 67%;
	margin: 2.5% .8% 0 auto;
}

.lastchance_lr_r .lastchance_lr_imgwrap {
	width: 77.5%;
	margin: 0.5% -4.7% 0 auto;
}

.lastchance_ill {
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	opacity: 0.3;
	transition: all .5s;
	animation: sec-float 3s ease-in-out infinite;
}

.lastchance_ill._2 {
	animation-delay: 0.2s;
}

.lastchance_ill._3 {
	animation-delay: 0.4s;
}

.lastchance_ill._4 {
	animation-delay: 0.6s;
}

.lastchance_ill._5 {
	animation-delay: 0.8s;
}

.lastchance_ill._6 {
	animation-delay: 1s;
}

.lastchance_ill._7 {
	animation-delay: 1.2s;
}

.lastchance_ill._8 {
	animation-delay: 1.4s;
}

.lastchance_ill._9 {
	animation-delay: 1.6s;
}

.lastchance_ill._10 {
	animation-delay: 1.8s;
}


@media screen and (max-width:768px) {
	.lastchanceBl {
		padding: 0 0 calc((80 / 750) * 100vw);
	}

	.lastchanceBl .sec-tit {
		padding-top: calc((164 / 750) * 100vw);
	}

	.lastchanceBl .sec-bg-tit-right {
		right: 0;
	}

	.lastchance_lr {
		display: block;
		margin: calc((60 / 750) * 100vw) auto 0;
	}

	.lastchance_lr_l,
	.lastchance_lr_r {
		width: auto;
		background-size: 15%;
	}

	.lastchance_lr_r {
		margin-top: calc((50 / 750) * 100vw);
	}

	.lastchance_lr_inner {
		padding: calc((20 / 750) * 100vw);
	}

	.lastchance_lr_tit {
		font-size: calc((33 / 750) * 100vw);
		padding: 0.2em calc((20 / 750) * 100vw);
	}

	.lastchance_lr_desc {
		top: calc((20 / 750) * 100vw);
		left: calc((40 / 750) * 100vw);
	}

	.lastchance_lr_desc_cate {
		font-size: calc((33 / 750) * 100vw);
	}

	.lastchance_lr_desc_money_yaku,
	.lastchance_lr_desc_money_unit {
		font-size: calc((33 / 750) * 100vw);
	}

	.lastchance_lr_desc_money_num {
		font-size: calc((77 / 750) * 100vw);
	}

	.lastchance_lr_l .lastchance_lr_imgwrap {
		width: calc((421 / 750) * 100vw);
		margin: calc((17 / 750) * 100vw) calc((14 / 750) * 100vw) calc((17 / 750) * 100vw) auto;
	}

	.lastchance_lr_r .lastchance_lr_imgwrap {
		width: calc((488 / 750) * 100vw);
		margin: calc((11 / 750) * 100vw) calc((-19 / 750) * 100vw) 0 auto;
	}

}


/* questionBl ----------*/
.questionBl {
	position: relative;
	z-index: 1;
	overflow: hidden;
	padding: 0 0 min(calc((125 / 1700) * 100vw), 125px);
}

.questionBl .sec-bg-tit {
	letter-spacing: .015em;
}

.questionBl .sec-tit {
	padding-top: min(calc((103 / 1700) * 100vw), 103px);
}

.question_desc {
	font-size: min(calc((24 / 1700) * 100vw), 24px);
	font-weight: 400;
	line-height: 1.83;
	letter-spacing: .05em;
}

.question_desc+.question_desc {
	margin-top: min(calc((43 / 1700) * 100vw), 43px);
}

.question_lr {
	display: flex;
	justify-content: space-between;
	max-width: min(calc((1312 / 1700) * 100vw), 1312px);
	margin: min(calc((50 / 1700) * 100vw), 50px) auto 0;
	position: relative;
}

.question_lr_r {
	width: 42.6%;
	box-sizing: border-box;
	position: absolute;
	top: 18.5%;
	right: 1.5%;
}

.question_ill {
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	opacity: 0.3;
	transition: all .5s;
	animation: sec-float 3s ease-in-out infinite;
}

.question_ill._2 {
	animation-delay: 0.2s;
}

.question_ill._3 {
	animation-delay: 0.4s;
}

.question_ill._4 {
	animation-delay: 0.6s;
}

.question_ill._5 {
	animation-delay: 0.8s;
}

.question_ill._6 {
	animation-delay: 1s;
}

.question_ill._7 {
	animation-delay: 1.2s;
}

.question_ill._8 {
	animation-delay: 1.4s;
}

.questionill._9 {
	animation-delay: 1.6s;
}

.question_ill._10 {
	animation-delay: 1.8s;
}


@media screen and (max-width:768px) {
	.questionBl {
		padding: 0 0 calc((80 / 750) * 100vw);
	}

	.questionBl .sec-tit {
		padding-top: calc((73 / 750) * 100vw);
	}

	.question_lr {
		display: block;
		max-width: inherit;
		margin: calc((30 / 750) * 100vw) auto 0;
	}

	.question_lr_r {
		width: calc((558 / 750) * 100vw);
		position: static;
		margin: calc((52 / 750) * 100vw) auto 0;
	}

	.question_desc {
		font-size: calc((24 / 750) * 100vw);
		line-height: 2;
	}
}


/* fpBl ----------*/
.fpBl {
	position: relative;
	z-index: 1;
	overflow: hidden;
	padding: min(calc((33 / 1700) * 100vw), 33px) 0;
	height: min(calc((749 / 1700) * 100vw), 749px);
	box-sizing: border-box;
	background: url(../img/fp_bg.jpg) no-repeat center 0/cover;
	color: #fff;
}

.fpBl::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .05);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.fpBl .sec-tit {
	text-align: left;
	line-height: 1.8;
}

.fpBl .marker.fadein::after {
	background: linear-gradient(transparent 56%, #e58f96 0%);
}

.fp_desc {
	font-size: min(calc((24 / 1700) * 100vw), 24px);
	font-weight: 700;
	line-height: 1.83;
	letter-spacing: .05em;
	margin-top: min(calc((21 / 1700) * 100vw), 21px);
	margin-left: min(calc((32 / 1700) * 100vw), 32px);
	width: 26em;
	box-sizing: border-box;
}

.fp_human {
	position: absolute;
	top: 0.5%;
	right: -8.8%;
	width: 114%;
	z-index: -2;
}

.fp_human_inner {
	position: relative;
}

.fp_human_name {
	font-size: min(calc((20 / 1700) * 100vw), 20px);
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	letter-spacing: .05em;
	position: absolute;
	top: 68.1%;
	right: 11.9%;
}

@media screen and (max-width:768px) {
	.fpBl {
		padding: calc((90 / 750) * 100vw) 0;
		height: calc((1341 / 750) * 100vw);
		background: url(../img/fp_bg_sp.jpg) no-repeat center 0 / cover;
	}

	.fp_human {
		top: 0;
		right: 0;
		width: auto;
	}

	.fp_human img {
		display: none;
	}

	.fp_human_name {
		font-size: calc((20 / 750) * 100vw);
		top: calc((1147 / 750) * 100vw);
		right: 0;
		white-space: nowrap;
	}

	.fpBl .sec-tit {
		text-align: center;
		line-height: 1.7;
		font-size: calc((36 / 750) * 100vw);
		letter-spacing: 0;
	}

	.fpBl .sec-tit_l {
		font-size: calc((50 / 750) * 100vw);
	}

	.fp_desc {
		font-size: calc((24 / 750) * 100vw);
		margin-top: calc((33 / 750) * 100vw);
		margin-left: calc((0 / 750) * 100vw);
	}

}


/* lissonBl ----------*/
.lissonBl {
	position: relative;
	z-index: 1;
	overflow: hidden;
	padding: 0 0 min(calc((125 / 1700) * 100vw), 125px);
	background: rgba(247, 255, 253, 1);
}

.lissonBl .sec-bg-tit {
	letter-spacing: 0.025em;
}

.lissonBl .sec-tit {
	padding-top: min(calc((103 / 1700) * 100vw), 103px);
}

.lisson_desc-wrap {
	max-width: min(calc((1312 / 1700) * 100vw), 1312px);
	margin: min(calc((45 / 1700) * 100vw), 45px) auto 0;
}

.lisson_desc {
	font-size: min(calc((24 / 1700) * 100vw), 24px);
	font-weight: 400;
	line-height: 1.83;
	letter-spacing: .05em;
}

.lisson_desc-lr {
	display: flex;
	justify-content: space-between;
	margin-top: min(calc((37 / 1700) * 100vw), 37px);
}

.lisson_desc-lr_r {
	width: 38.75%;
	margin-right: 4.3%;
}

.lisson_desc-lr .sec-tit {
	text-align: left;
	padding-top: min(calc((97 / 1700) * 100vw), 97px);
}

.lisson_ill {
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	opacity: 0.3;
	transition: all .5s;
	animation: sec-float 3s ease-in-out infinite;
}

.lisson_ill._2 {
	animation-delay: 0.2s;
}

.lisson_ill._3 {
	animation-delay: 0.4s;
}

.lisson_ill._4 {
	animation-delay: 0.6s;
}

.lisson_ill._5 {
	animation-delay: 0.8s;
}

.lisson_ill._6 {
	animation-delay: 1s;
}

.lisson_ill._7 {
	animation-delay: 1.2s;
}

.lisson_ill._8 {
	animation-delay: 1.4s;
}

.lisson_ill._9 {
	animation-delay: 1.6s;
}

.lisson_ill._10 {
	animation-delay: 1.8s;
}

@media screen and (max-width:768px) {
	.lissonBl {
		padding: 0 0 calc((90 / 750) * 100vw);
	}

	.lissonBl .sec-tit {
		padding-top: calc((70 / 750) * 100vw);
	}

	.lisson_desc-wrap {
		max-width: inherit;
		margin: calc((34 / 750) * 100vw) auto 0;
	}

	.lisson_desc {
		font-size: calc((24 / 750) * 100vw);
		letter-spacing: 0.03em;
	}

	.lisson_desc-lr {
		display: block;
		margin-top: calc((30 / 750) * 100vw);
	}

	.lisson_desc-lr .sec-tit {
		text-align: center;
		letter-spacing: .02em;
	}

	.lisson_desc-lr_r {
		width: calc((508 / 750) * 100vw);
		margin: calc((62 / 750) * 100vw) auto 0;
	}
}


/* simplebar ----------*/
[data-simplebar].simplebar-dragging .simplebar-track {
	cursor: pointer;
}

.scroll-box::-webkit-scrollbar {
	width: 20px;
	border-radius: 0;
}

.simplebar-track.simplebar-vertical {
	width: 30px;
}

.simplebar-scrollbar.simplebar-visible:before {
	opacity: 1;
	background: #efefef;
	border-radius: 0;
	width: 20px;
	top: 10px !important;
	bottom: 10px !important;
	left: 0;
}

.scroll-box::-webkit-scrollbar-track {
	background-color: #e6e6e6;
	border-radius: 10px;
}

.scroll-box::-webkit-scrollbar-thumb {
	background-color: #8c8c8c;
	border-radius: 10px;
}

.simplebar-content-wrapper::-webkit-scrollbar {
	display: none
		/*iphoneデフォルトスクロールバー非表示*/
	;
}

.scroll-box img {
	cursor: default;
}


@media screen and (max-width:768px) {
	.simplebar-track.simplebar-vertical {
		width: 20px;
	}

	.simplebar-scrollbar.simplebar-visible:before {
		width: 10px;
	}
}



/* footer ----------*/
.footer {
	border-top: 1px solid #efefef;
	color: #000;
	font-size: 1.4rem;
	line-height: 1.5;
	font-weight: 400;
	letter-spacing: .1em;
	padding: 27px 30px 55px;
}

.footer_inner {
	display: flex;
	justify-content: space-between;
}

.footer_ul {
	display: flex;
	justify-content: space-between;
}

.footer_ul>li+li {
	margin-left: 15px;
}

.footer_ul>li>a {
	text-decoration: none;
	color: #000;
}

.footer_ul>li>a:hover {
	text-decoration: underline;
}


@media screen and (max-width:1000px) {
	.footer_inner {
		display: block;
	}

	.footer_ul {
		justify-content: center;
	}

	.footer_copyright {
		text-align: center;
		margin-top: 10px;
	}
}


@media screen and (max-width:768px) {
	.footer {
		font-size: 12px;
		padding: 27px calc((30 / 750)* 100vw) 55px;
	}

	.footer_copyright {
		margin-top: 14px;
		font-size: 10px;
		letter-spacing: 0;
	}

	.footer_ul>li>a:hover {
		text-decoration: none;
		opacity: 1;
	}
}


/* エフェクト（MV） ----------*/
.js-load-animate_1 {
	opacity: 0;
}

.js-load-animate_1.animated {
	animation: js-load-animate_1 1s ease forwards 1s;
}

@keyframes js-load-animate_1 {
	100% {
		opacity: 1;
	}
}

/* ----- */

.js-load-animate_2 {
	transform: scale(1.2);
	opacity: 0;
}

.js-load-animate_2.animated {
	animation: js-load-animate_2 1s ease forwards 1.5s;
}

@keyframes js-load-animate_2 {
	100% {
		opacity: 1;
		transform: scale(1);
	}
}

/* ----- */

.js-load-animate_3 {
	transform: scale(1.5);
	opacity: 0;
}

.js-load-animate_3.animated {
	animation: js-load-animate_3 1s ease forwards 1.9s;
}

@keyframes js-load-animate_3 {
	100% {
		opacity: 1;
		transform: scale(1);
	}
}

/* ----- */

.js-load-animate_4 {
	transform: scale(1.2);
	opacity: 0;
}

.js-load-animate_4.animated {
	animation: js-load-animate_4 1s ease forwards 2s;
}

@keyframes js-load-animate_4 {
	100% {
		opacity: 1;
		transform: scale(1);
	}
}

/* ----- */

.js-load-animate_5 {
	opacity: 0;
	transform: translateY(30px);
}

.js-load-animate_5.animated {
	animation: js-load-animate_5 0.7s ease forwards 4.3s;
}

@keyframes js-load-animate_5 {
	0% {
		opacity: 0;
		transform: translateY(30px);
	}

	100% {
		opacity: 1;
		transform: translate(0);
	}
}

/* ----- */

.js-load-animate_6 {
	opacity: 0;
}

.js-load-animate_6.animated {
	animation: js-load-animate_6 1s ease forwards 5.3s;
}

@keyframes js-load-animate_6 {
	100% {
		opacity: 1;
	}
}

/* ----- */

.animate span {
	display: inline-block;
}

.animate span:nth-of-type(1) {
	animation-delay: 3s;
}

.animate span:nth-of-type(2) {
	animation-delay: 3.1s;
}

.animate span:nth-of-type(3) {
	animation-delay: 3.2s;
}

.animate span:nth-of-type(4) {
	animation-delay: 3.3s;
}

.animate span:nth-of-type(5) {
	animation-delay: 3.4s;
}

.animate span:nth-of-type(6) {
	animation-delay: 3.5s;
}

.animate span:nth-of-type(7) {
	animation-delay: 3.6s;
}

.animate span:nth-of-type(8) {
	animation-delay: 3.7s;
}

.animate span:nth-of-type(9) {
	animation-delay: 3.8s;
}

.animate span:nth-of-type(10) {
	animation-delay: 3.9s;
}

.animate span:nth-of-type(11) {
	animation-delay: 4s;
}

.animate span:nth-of-type(12) {
	animation-delay: 4.1s;
}

.animate span {
	opacity: 0;
	transform: translate(-50px, 0) rotate(-30deg);
	animation: leftRight .5s forwards;
}


@keyframes leftRight {
	0% {
		transform: translate(-50px, 0) rotate(-30deg);
		opacity: 0;
	}

	100% {
		transform: translate(0) rotate(0deg);
		opacity: 1;
	}

}

/* スクロールフェード表示 ----------*/

.js-effect-d {
	opacity: 0;
	transition: ease 1.0s;
	transform: translateY(20px);
}

.js-effect-d.fadein {
	opacity: 1;
	transform: translateY(0px);
}

/* ----- */

.js-effect-l {
	opacity: 0;
	transition: ease 1.0s;
	transform: translateX(-50px);
}

.js-effect-l.fadein {
	opacity: 1;
	transform: translateX(0px);
}

/* ----- */

.js-effect-r {
	opacity: 0;
	transition: ease 1.0s;
	transform: translateX(50px);
}

.js-effect-r.fadein {
	opacity: 1;
	transform: translateX(0px);
}

/* ----- */
.js-effect-scale-d {
	opacity: 0;
	transition: ease 1.0s;
	transform: translateY(20px) scale(0.8);
}

.js-effect-scale-d.fadein {
	opacity: 1;
	transform: translateY(0px) scale(1);
}


/* マーカーアニメーション ----------*/
.marker {
	position: relative;
}

.marker::after {
	content: '';
	display: inline-block;
	width: 0;
	background: none;
	position: absolute;
	inset: 0;
	bottom: 3px;
	z-index: -1;
	margin: auto;
}

.marker.fadein::after {
	width: 100%;
	background: linear-gradient(transparent 56%, #ffd4d8 0%);
	transition: 1s width 1s;
}


/* appBl、フォーム関連 ----------*/
.anchor-app {
	position: relative;
	top: -130px;
}

.appBl {
	padding: 18px 0 60px;
}

body.contact_confirm .appBl,
body.thanks .appBl,
body.movie .appBl {
	padding-top: 150px;
}

.appBl .inner1580 {
	padding: 0;
}

body.contact_confirm .appBl .inner1580,
body.thanks .appBl .inner1580,
body.movie .appBl .inner1580 {
	padding: 0 40px;
}

.appBl .sec-bg-tit {
	z-index: 1;
	text-align: center;
	top: -.3em;
	left: 0;
	right: 0;
}

body.contact_confirm .appBl .sec-bg-tit,
body.thanks .appBl .sec-bg-tit,
body.movie .appBl .sec-bg-tit {
	top: .54em;
	font-size: 13rem;
}

.appBl .third_tit {
	font-size: 4rem;
}

body.contact_confirm .appBl .third_tit,
body.thanks .appBl .third_tit,
body.movie .appBl .third_tit {
	padding-top: 0;
}

.app_inner {
	max-width: 1200px;
	box-sizing: border-box;
	margin: 0 auto;
}

.app_desc {
	font-size: 2rem;
	line-height: 1.8;
	font-weight: 400;
	text-align: center;
}

.app_desc.taL {
	text-align: left;
}

.app_desc_thanks {
	font-size: 3.5rem;
	font-weight: 600;
	color: #72b2a5;
}

.app_desc:nth-child(1) {
	margin-top: 44px;
}

.app_desc+.app_desc {
	margin-top: 30px;
}

.app_desc.app_desc_thanks+.app_desc {
	margin-top: 30px;
}

.app_desc_indent {
	text-indent: -2em;
	padding-left: 2em;
	display: inline-block;
	margin-top: 10px;
}

.app_form {
	margin: 42px auto 0;
	max-width: 1120px;
}

.app_form dl {
	display: flex;
	justify-content: center;
}

.app_form dl+dl {
	margin-top: 60px;
}

.app_form dl dt {
	max-width: 280px;
	width: 100%;
	box-sizing: border-box;
	margin-top: 14px;
	margin-right: 5.5%;
	padding-right: 7px;
	font-size: 1.8rem;
	line-height: 1.55;
	letter-spacing: .05em;
	position: relative;
	text-align: right;
	word-break: keep-all;
}

.app_form dl dt.mt_1 {
	margin-top: 5px;
}

.app_form dl dt.mt_2 {
	margin-top: 0;
}

.app_form dl dt.mandatory::after {
	content: '必須';
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 600;
	background-color: #99d3c7;
	color: #fff;
	text-align: center;
	border-radius: 30px;
	padding: .13em 0.6em;
	position: relative;
	top: -1px;
	right: -8px;
}

/* Safari */
_::-webkit-full-page-media,
_:future,
:root .app_form dl dt.mandatory::after {
	font-weight: 500;
	top: -2px;
}

.app_form dl dt .chuki-ul {
	margin-top: 10px;
}

.app_form dl dt .chuki-ul li {
	font-size: 1.4rem;
	line-height: 1.55;
	text-align: left;
	text-indent: -1em;
	padding-left: 1em;
}

.app_form dl dd {
	width: 100%;
	max-width: 655px;
	box-sizing: border-box;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 400;
	letter-spacing: .05em;
}

.app_form input[type="checkbox"],
.app_form input[type="radio"] {
	display: none;
}

.app_form input[type="text"],
.app_form input[type="textarea"] {
	background: none repeat scroll 0 0 #efefef !important;
	border: 1px solid #efefef;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	padding: 1.1em 1.1em;
	width: 100%;
	max-width: 600px;
	box-sizing: border-box;
}

.app_form input[type="text"][name="携帯電話番号"],
.app_form input[type="text"][name="年齢"] {
	max-width: 400px;
}

.app_form textarea {
	background: #efefef;
	border: none;
	max-width: 600px;
	width: 100%;
	height: 200px;
	font-size: 1.6rem;
	padding: 1.1em 1.1em;
	box-sizing: border-box;
	border-radius: 0;
	-webkit-appearance: none
		/*iphoneのsafariで上部の影を削除*/
	;
}

.app_form label {
	position: relative;
	display: inline-block;
	padding: 0 20px 0 29px;
	cursor: pointer;
	line-height: 1.5;
	transition: all .5s;
	word-break: keep-all;
}

.app_form label:hover {
	color: #99d3c7;
}

.app_form label:before {
	content: '';
	position: absolute;
	top: 3px;
	left: 0;
	width: 20px;
	height: 20px;
	box-sizing: border-box;
	border-radius: 5px;
	border: 1px solid #dbdbdb;
}

.app_form input:checked+label::after {
	content: "";
	display: block;
	position: absolute;
	top: 5.5px;
	left: 6.5px;
	width: 7px;
	height: 11px;
	transform: rotate(43deg);
	border-bottom: 2px solid #99d3c7;
	border-right: 2px solid #99d3c7;
}


.app_form dl dd .checkbox-wrap {
	max-width: 600px;
	width: 100%;
	display: inline-block;
}

.app_form dl dd .checkbox-ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: -8px;
}

.app_form dl dd .checkbox-ul li {
	margin: 8px 0;
}

.app_form dl dd .checkbox-ul li:nth-child(3n+1) {
	width: 33%;
}

.app_form dl dd .checkbox-ul li:nth-child(3n+2) {
	width: 35%;
}

.app_form dl dd .checkbox-ul li:nth-child(3n+3) {
	width: 32%;
}


.app_form dl dd .select-wrap {
	max-width: 400px;
	width: 100%;
	position: relative;
	display: inline-block;
}

.app_form dl dd .select-wrap::after {
	content: '';
	display: block;
	width: 17px;
	height: 11px;
	background: url(../img/icn_arrow_black.svg) no-repeat center / contain;
	position: absolute;
	right: 20px;
	top: calc(50% - 4px);
	z-index: 1;
}

.app_form dl dd .select-wrap .select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	background: #fff;
	position: relative;
	z-index: 1;
	border-radius: 5px;
	border: 1px solid #dbdbdb;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	padding: .87em 2.6em .87em .9em;
	box-sizing: border-box;
}

.app_form dl dd .select-wrap .select option {
	color: #000;
}

.app_form dl dd .select-wrap .select::-ms-expand {
	display: none;
}

.app_form input[type="text"][required=""] {
	color: #341b11;
}

.app_form ::placeholder {
	color: #ccc
}

.app_form .policy-box {
	border: 1px solid #dbdbdb;
	background-color: #fff;
	margin: 60px auto;
	padding: 1.05em 3.3em 1.05em 1.3em;
	max-width: 867px;
	width: 100%;
	max-height: 150px;
	box-sizing: border-box;
	position: relative;
	left: 9px;
}

.app_form .policy-box_tit {
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 700;
	letter-spacing: .05em;
	margin-bottom: 15px;
}

.app_form .policy-box_desc,
.app_form .policy-box_ul,
.policy-box_sec-tit {
	font-size: 1.4rem;
	line-height: 1.57;
	font-weight: 400;
	letter-spacing: .05em;
}

.policy-box_sec-tit {
	font-weight: bold;
}

.app_form .policy-box_desc+.policy-box_desc,
.app_form .policy-box_ul+.policy-box_desc,
.app_form .policy-box_desc+.policy-box_ul {
	margin-top: 10px;
}

.app_form .policy-box_ul+.policy-box_desc.fwB,
.app_form .policy-box_ul+.policy-box_sec-tit,
.app_form .policy-box_desc+.policy-box_sec-tit {
	margin-top: 20px;
}

.app_form .policy-box_ul li {
	text-indent: -1em;
	padding-left: 2em;
}


.contact_common .submit_bt {
	display: block;
	text-align: center;
	width: 300px;
	box-sizing: border-box;
	border-radius: 100px;
	padding: .63em 0;
	font-size: 2.2rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	border: 0;
	position: relative;
	color: #fff;
	background-color: #99d3c7;
	margin-top: -7px;
	transition: all .5s;
}

.contact_common form .submit_bt:disabled {
	background: #BBB;
	pointer-events: none;
	color: #333;
}

.contact_common .submit_bt:hover {
	opacity: 0.7;
	cursor: pointer;
	transform: scale(1.1);
}

.appBl video {
	width: 100%;
	height: auto;
	vertical-align: middle;
}

.app_moviewrap {
	max-width: 1000px;
	margin: 50px auto 100px;
	cursor: pointer;
}

body.contact_confirm,
body.thanks,
body.movie {
	padding-top: 100px;
}

.btn.back .return_bt {
	max-width: 600px;
	text-decoration: none;
	cursor: pointer;
	transition: all .5s;
	margin: 50px auto 100px;
	display: block;
	text-align: center;
	width: 300px;
	box-sizing: border-box;
	border-radius: 100px;
	padding: .63em 0;
	font-size: 2.2rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	border: 0;
	position: relative;
	color: #fff;
	background-color: #99d3c7;
}

.btn.back .return_bt:hover {
	opacity: 0.7;
	transform: scale(1.1);
}

.btn.back .return_bt::before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(225deg);
	position: absolute;
	top: calc(50% - 5px);
	left: 20px;
	transition: all 0.5s ease 0s;
}

.btn.back .return_bt:hover::before {
	left: 10px;
}

.btn_home_back,
.btn_home_back:link,
.btn_home_back:visited {
	text-decoration: none;
	cursor: pointer;
	transition: all .5s;
	margin: 50px auto;
	display: block;
	text-align: center;
	width: 300px;
	box-sizing: border-box;
	border-radius: 100px;
	padding: .63em 0;
	font-size: 2.2rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	border: 0;
	position: relative;
	color: #fff;
	background-color: #99d3c7;
}

.btn_home_back:hover {
	transform: scale(1.1);
}

.btn_home_back::before,
.btn_home_back:link::before,
.btn_home_back:visited::before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	transform: rotate(135deg);
	position: absolute;
	top: calc(50% - 5px);
	right: 20px;
	transition: all 0.5s ease 0s;
}

.btn_home_back:hover::before,
.btn_home_back:link:hover::before,
.btn_home_back:visited:hover::before {
	right: 10px;
}

body.contact_common .btn_wrap {
	display: flex;
	justify-content: center;
	margin: 50px auto;
}

body.contact_common .btn_wrap .btn_back_wrap,
body.contact_common .btn_wrap .btn_submit_wrap {
	position: relative;
	width: 300px;
	box-sizing: border-box;
}

body.thanks.contact_common .btn_wrap .btn_back_wrap {
	width: 400px;
}

body.contact_common .btn_wrap .btn_back_wrap:hover,
body.contact_common .btn_wrap .btn_submit_wrap:hover {
	text-decoration: none;
}

body.contact_common .btn_wrap .btn_back_wrap {
	margin-right: min(calc((60 / 1700)* 100vw), 60px);
}

body.thanks.contact_common .btn_wrap .btn_back_wrap {
	margin-right: 0;
}

body.contact_common .btn_wrap button[type="button"],
body.contact_common .btn_wrap input[type="back"],
body.contact_common .btn_wrap input[type="submit"] {
	max-width: 600px;
	height: auto;
	text-decoration: none;
	cursor: pointer;
	transition: all .5s;
	margin: 50px auto;
	display: block;
	text-align: center;
	width: 300px;
	height: 69px;
	box-sizing: border-box;
	border-radius: 100px;
	padding: .63em 0;
	font-size: 2.2rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	border: #99d3c7 1px solid;
	position: relative;
	color: #fff;
	background-color: #fff;
}

body.contact_common .btn_wrap input[type="submit"] {
	background-color: #99d3c7;
}

body.contact_common .btn_wrap input[type="back"],
body.contact_common .btn_wrap button[type="button"] {
	background: #fff;
	color: #99d3c7;
}

body.contact_common .btn_wrap input[type="back"]:hover,
body.contact_common .btn_wrap button[type="button"]:hover,
body.contact_common .btn_wrap input[type="submit"]:hover {
	opacity: .7;
	transform: scale(1.1);
}

body.contact_common .btn_wrap .btn_submit_wrap::before,
body.contact_common .btn_wrap .btn_back_wrap::before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	top: calc(50% - 4px);
	transition: all 0.5s ease 0s;
	z-index: 1;
}

body.contact_common .btn_wrap .btn_submit_wrap::before {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	right: 20px;
	transition: all .5s;
}

body.contact_common .btn_wrap .btn_submit_wrap:hover::before {
	right: 10px;
}

body.contact_common .btn_wrap .btn_back_wrap::before {
	border-top: 1px solid #99d3c7;
	border-right: 1px solid #99d3c7;
	transform: rotate(225deg);
	left: 20px;
	transition: all .5s;
}

body.contact_common .btn_wrap .btn_back_wrap:hover::before {
	left: 10px;
}

body.contact_common .flame__lightred-heading {
	text-align: center;
	font-size: 2.5rem;
	letter-spacing: 0.1em;
	line-height: 1.5;
}


.error_messe {
	color: rgb(243, 90, 58);
	font-size: 2.1rem;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.15em;
	line-height: 1.8;
	margin-top: 30px;
}

.formTable {
	width: fit-content;
	margin: 50px auto 0;
}

.formTable th,
.formTable td {
	font-size: 1.8rem;
	letter-spacing: 0.15em;
	line-height: 1.8;
	padding: 5px 0;
	text-align: left;
}

.formTable th {
	font-weight: 600;
	width: 16em;
	box-sizing: border-box;
	vertical-align: text-bottom;
}

.formTable td {
	font-weight: 400;
	width: calc(100% - 16em);
	box-sizing: border-box;
}


@media screen and (max-width:1000px) {
	.appBl .third_tit {
		font-size: 3rem;
	}

	body.contact_confirm .appBl .third_tit,
	body.thanks .appBl .third_tit,
	body.movie .appBl .third_tit {
		font-size: 4rem;
	}

	.app_form dl dd .checkbox-ul li:nth-child(3n+1),
	.app_form dl dd .checkbox-ul li:nth-child(3n+2),
	.app_form dl dd .checkbox-ul li:nth-child(3n+3) {
		width: 50%;
	}

	.app_form .policy-box {
		left: 0;
	}
}


@media screen and (max-width:768px) {
	.anchor-app {
		top: -70px;
	}

	.appBl {
		padding: calc((68 / 750) * 100vw) 0 40px;
	}

	body.contact_confirm .appBl,
	body.thanks .appBl,
	body.movie .appBl {
		padding: calc((68 / 750) * 100vw) 0 40px;
	}

	body.contact_confirm .appBl .inner1580,
	body.thanks .appBl .inner1580,
	body.movie .appBl .inner1580 {
		padding: 0 calc((30 / 750) * 100vw);
	}

	.appBl .sec-bg-tit {
		top: -.7em;
	}

	body.contact_confirm .appBl .sec-bg-tit,
	body.thanks .appBl .sec-bg-tit,
	body.movie .appBl .sec-bg-tit {
		top: calc((29 / 750) * 100vw);
		font-size: calc((85 / 750) * 100vw);
	}

	.appBl .third_tit {
		font-size: calc((40 / 750) * 100vw);
		padding-top: 0;
	}

	body.contact_confirm .appBl .third_tit,
	body.thanks .appBl .third_tit,
	body.movie .appBl .third_tit {
		font-size: calc((38 / 750) * 100vw);
	}

	.app_desc {
		font-size: 13px;
		line-height: 2;
	}

	.app_desc:nth-child(1) {
		margin-top: 22px;
	}

	.app_desc+.app_desc {
		margin-top: 15px;
	}

	.app_desc.app_desc_thanks+.app_desc {
		margin-top: 20px;
	}

	.app_desc_thanks {
		font-size: 24px;
	}

	.app_form {
		margin: 26px auto 0;
	}

	.app_form dl {
		display: block;
	}

	.app_form dl+dl {
		margin-top: 30px;
	}

	.app_form dl dt {
		max-width: inherit;
		width: auto;
		margin-top: 14px;
		margin-right: 0;
		padding-right: 0;
		font-size: 15px;
		text-align: left;
	}

	.app_form dl dt.mt_1 {
		margin-top: 0;
	}

	.app_form dl dt.mandatory::after {
		font-size: 10px;
		text-align: center;
		border-radius: 30px;
		padding: .02em 0.6em .1em;
		position: relative;
		top: -1px;
		right: -8px;
	}

	.app_form dl dt .chuki-ul {
		margin-top: 5px;
	}

	.app_form dl dt .chuki-ul li {
		font-size: 11px;
	}

	.app_form dl dd {
		width: auto;
		max-width: inherit;
		font-size: 14px;
		margin-top: 9px;
	}

	.app_form input[type="text"],
	.app_form input[type="textarea"] {
		font-size: 16px;
		padding: .85em 1.1em;
		max-width: inherit;
	}

	.app_form dl dd .select-wrap::after {
		width: 10.5px;
		height: 12px;
		right: 15px;
		top: calc(50% - 5px);
	}

	.app_form dl dd .select-wrap .select {
		border-radius: 2.5px;
		font-size: 16px;
		padding: .87em 2.6em .87em .9em;
	}

	.app_form dl dd .checkbox-ul li {
		margin: 5px 0;
	}

	.app_form dl dd .checkbox-ul li:nth-child(3n+1),
	.app_form dl dd .checkbox-ul li:nth-child(3n+2),
	.app_form dl dd .checkbox-ul li:nth-child(3n+3) {
		width: 50%;
	}

	.app_form textarea {
		max-width: inherit;
		height: 150px;
		font-size: 16px;
		padding: 1.1em 1.1em;
	}

	.app_form .policy-box {
		margin: 30px auto;
		padding: 1.7em 2.2em 1.7em 1.1em;
		max-width: inherit;
		max-height: 150px;
	}

	.app_form .policy-box_tit {
		font-size: 12px;
		margin-bottom: 13px;
	}

	.app_form .policy-box_desc {
		font-size: 10px;
		line-height: 2;
	}

	.app_form label {
		padding: 0 0 0 16px;
	}

	.app_form label:hover {
		color: #1d4e44;
	}

	.app_form label:before {
		top: 5px;
		width: 12px;
		height: 12px;
		border-radius: 2.5px;
	}

	.app_form input:checked+label::after {
		top: 5.5px;
		left: 3.5px;
		width: 5px;
		height: 8px;
	}

	.contact_common .submit_bt {
		width: 180px;
		padding: .6em 0;
		font-size: 15px;
		margin: -2px auto 0;
	}

	.contact_common .submit_bt:hover {
		opacity: 1;
		transform: scale(1);
	}

	.btn_home_back,
	.btn_home_back:link,
	.btn_home_back:visited {
		width: 180px;
		padding: .6em 0 .7em;
		font-size: 15px;
	}

	.btn_home_back:hover {
		transform: scale(1);
		opacity: 1;
	}

	.btn_home_back::before,
	.btn_home_back:link::before,
	.btn_home_back:visited::before {
		width: 7px;
		height: 7px;
		top: calc(50% - 3.5px);
	}

	.btn_home_back:hover::before,
	.btn_home_back:link:hover::before,
	.btn_home_back:visited:hover::before {
		right: 20px;
	}

	body.contact_common .btn_wrap {
		width: fit-content;
	}

	body.contact_common .btn_wrap .btn_back_wrap {
		margin: 0 20px 0 auto;
		width: fit-content;
	}

	body.contact_common .btn_wrap .btn_back_wrap,
	body.contact_common .btn_wrap .btn_submit_wrap {
		width: auto;
	}

	body.contact_common .btn_wrap button[type="button"],
	body.contact_common .btn_wrap input[type="back"],
	body.contact_common .btn_wrap input[type="submit"] {
		width: 130px;
		height: 40px;
		padding: 0 0 .06em;
		font-size: 15px;
		margin: 0;
	}

	body.contact_common .btn_wrap input[type="back"]:hover,
	body.contact_common .btn_wrap button[type="button"]:hover,
	body.contact_common .btn_wrap input[type="submit"]:hover {
		opacity: 1;
		transform: scale(1);
	}

	body.contact_common .btn_wrap .btn_submit_wrap::before,
	body.contact_common .btn_wrap .btn_back_wrap::before {
		width: 7px;
		height: 7px;
		top: calc(50% - 3.5px);
	}

	body.contact_common .btn_wrap .btn_back_wrap::before,
	body.contact_common .btn_wrap .btn_back_wrap:hover::before {
		left: 15px;
	}

	body.contact_common .btn_wrap .btn_submit_wrap::before,
	body.contact_common .btn_wrap .btn_submit_wrap:hover::before {
		right: 15px;
	}

	.btn.back .return_bt {
		display: flex;
		align-items: center;
		justify-content: center;
		max-width: 180px;
		width: 300px;
		height: 40px;
		box-sizing: border-box;
		padding: 0 0 .1em;
		font-size: 15px;
	}

	.btn.back .return_bt::before,
	.btn.back .return_bt:hover::before {
		width: 7px;
		height: 7px;
		top: calc(50% - 3.5px);
		left: 15px;
	}

	.btn.back .return_bt:hover {
		opacity: 1;
		transform: scale(1);
	}

	.formTable {
		width: auto;
		margin: 30px auto 0;
	}

	.formTable th,
	.formTable td {
		font-size: 13px;
		line-height: 2;
		padding: 5px;
		letter-spacing: 0;
		word-break: break-all;
	}

	.formTable th {
		letter-spacing: 0.05em;
		width: 14em;
	}

	.formTable td {
		width: calc(100% - 14em);
	}

}


@media screen and (max-width:370px) {
	.appBl .third_tit {
		padding-top: 39px;
	}
}


/* reCAPTCHAマーク(バッジ)の移動 ----------*/
.grecaptcha-badge {
	/* top: 829px; */
}

.error .grecaptcha-badge {
	/* top: 547px !important; */
}

/* :root {
	--recaptcha-badge-position: 130px;
} */

/* recaptcha badge */
.grecaptcha-badge {
	/* margin-bottom: var(--recaptcha-badge-position); */
	z-index: 9999;
	bottom: 120px !important;
}

/* @media(min-width:992px) {
	.grecaptcha-badge {
		margin-bottom: 0;
	}
} */


@media screen and (max-width:768px) {
	.grecaptcha-badge {
		bottom: 30px !important;
	}

}