@charset "utf-8";

/*
GLOBAL
***************************************************************************/
html {
	overflow-y: scroll;
	overflow-x: hidden;
}

body {
	width: 100%;
	height: 100%;
	text-align: left;
	font-style: normal;
	font-size: calc((100vw / 375) * 13);
	font-weight: 500;
	color: #000;
	line-height: 2;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.05rem;
	background: #fff;
	caret-color: transparent;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.base_box { position:relative; z-index:1; }

.pc_disp { display:none; }
.sp_disp { display:block; }

/*
DEFAULT
***************************************************************************/
body,
h1,h2,h3,h4,h5,h6,p,div,
ul,ol,li,dl,dt,dd,
form,fieldset,legend,pre,blockquote,main,
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display: block;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	word-wrap: break-word;
	font-feature-settings: "palt";
	backface-visibility: hidden;
}

p {
	margin-block-start: 0;
	margin-block-end: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 600;
	line-height: 1.5;
}

.clearfix:after {
	display: block;
	clear: both;
	content: "";
	overflow: hidden;
}

iframe { border:none; }

li {
	list-style-type: none;
}

table {
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}

th {
	text-align: left;
	font-weight: 400;
}

/* ▼LINK▼ */
a {
	color: #000;
	text-decoration: none;
	outline: none;
}

a.normal_link {
	color: #fff;
	text-decoration: underline;
}

a.txt_link {
	display: inline-block;
	position: relative;
	color: #000;
}

a.txt_link::before {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #000;
}

a.icon_link { margin:0 calc((100vw / 375) * 3); }

a::before, a::after, button::before, button::after {
	content: '';
	position: absolute;
}

/* ▼IMG▼ */
img, input[type="image"] {
	max-width: 100%;
	border: 0;
	font-size: 0;
	line-height: 0;
	vertical-align: middle;
}

@media screen and (min-width: 750px){

	img, input[type="image"] {
		width: 100%;
	}

}

button, input[type="submit"] {
	padding: 0;
	vertical-align: middle;
	font-family: "Noto Sans JP", sans-serif;
	background-color: transparent;
	border: none;
	outline: none;
}

.img_frame {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.hover_zoom a .img, .hover_zoom .modal_switch .img { overflow:hidden; }

/* ▼BR▼ */
@media screen and (min-width: 480px){

	.landscape { display:block; }
	.portrait { display:none; }

}

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

	.landscape { display:none; }
	.portrait { display:block; }

}

/*
TOPIMG
***************************************************************************/
#topimg {
	position: relative;
	height: 100vh;
	background: #000 url(../images/sp/topimg_bg.png) center center / cover no-repeat;
}

#topimg .base_box {
	display: flex;
	align-items: center;
	height: 100vh;
}

#topimg .logo {
	position: absolute;
	top: calc((100vw / 375) * 15);
	left: calc((100vw / 375) * 15);
	width: calc((100vw / 375) * 130);
}

#topimg .btn {
	position: absolute;
	bottom: calc((100vw / 375) * 25);
	left: calc((100vw / 375) * 25);
	width: calc(100% - ((100vw / 375) * 50));
	height: calc((100vw / 375) * 54);
	z-index: 10;
}

@media screen and (min-height: calc((100vw / 375) * 670)){

	#topimg, #topimg .base_box {
		height: calc((100vw / 375) * 670);
	}

}

/*
PERFORMANCE
***************************************************************************/
#performance_sec {
	position: relative;
	padding: calc((100vw / 375) * 40) calc((100vw / 375) * 25);
	font-weight: 400;
	color: #fff;
	background-color: #111;
	background-image: url(../images/sp/performance_bg.jpg);
}

#performance_sec .eng_title {
	margin-bottom: calc((100vw / 375) * 10);
}

#performance_sec .list {
	margin-bottom: calc((100vw / 375) * 15);
	border: solid 1px rgba(255,255,255,0.2);
}

#performance_sec .list li {
	padding: calc((100vw / 375) * 15) calc((100vw / 375) * 25);
	border-bottom: solid 1px rgba(255,255,255,0.2);
}

#performance_sec .list li:last-child { border-bottom:none; }

#performance_sec .stxt {
	margin-bottom: calc((100vw / 375) * 30);
	font-size: calc((100vw / 375) * 10);
}

#performance_sec .exam .title {
	margin-bottom: calc((100vw / 375) * 10);
	font-size: calc((100vw / 375) * 24);
}

#performance_sec .exam .txt {
	position: relative;
	margin-bottom: calc((100vw / 375) * 20);
}

#performance_sec .exam .txt::after {
	content: '';
	position: absolute;
	top: calc((100vw / 375) * -75);
	right: 0;
	width: calc((100vw / 375) * 70);
	height: calc((100vw / 375) * 70);
	background: url(../images/performance_parts.png) center center / calc((100vw / 375) * 70) no-repeat;
}

#performance_sec .exam .slist li {
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
	width: 50%;
	height: calc((100vw / 375) * 90);
	border-right: solid 1px rgba(255,255,255,0.2);
	border-bottom: solid 1px rgba(255,255,255,0.2);
}

#performance_sec .exam .slist li:nth-child(1),
#performance_sec .exam .slist li:nth-child(2) {
	border-top: solid 1px rgba(255,255,255,0.2);
}

#performance_sec .exam .slist li:nth-child(2n+1) {
	border-left: solid 1px rgba(255,255,255,0.2);
}

#performance_sec .exam .slist li img { width:calc((100vw / 375) * 100); }

/*
OVERVIEW
***************************************************************************/
#overview_sec {
	padding: calc((100vw / 375) * 35) calc((100vw / 375) * 25) calc((100vw / 375) * 40);
}

#overview_sec .content {
	margin-bottom: calc((100vw / 375) * 25);
}

#overview_sec .title {
	padding: calc((100vw / 375) * 5) 0 calc((100vw / 375) * 10);
	font-size: calc((100vw / 375) * 24);
}

#overview_sec .title span {
	display: block;
	margin-bottom: calc((100vw / 375) * 5);
	font-size: calc((100vw / 375) * 15);
}

#overview_sec .txt {
	margin-bottom: calc((100vw / 375) * 15);
	font-size: calc((100vw / 375) * 16);
	font-weight: 700;
	line-height: 1.6;
}

#overview_sec .img {
	height: calc((100vw / 375) * 325);
}

#overview_sec .img_frame {
	background-image: url(../images/sp/overview_img.jpg);
	border-radius: calc((100vw / 375) * 20);
}

/*
ABOUT
***************************************************************************/
#about_sec {
	padding: calc((100vw / 375) * 35) calc((100vw / 375) * 25) 0;
	background-color: #111;
	background-image: url(../images/sp/about_bg.jpg);
}

/*
REASON
***************************************************************************/
#reason_sec {
	padding: calc((100vw / 375) * 30) calc((100vw / 375) * 25) calc((100vw / 375) * 230);
	font-weight: 400;
	color: #fff;
	background: #111 url(../images/sp/reason_bg.jpg) center bottom / 100% no-repeat;
}

#reason_sec .title {
	margin-bottom: calc((100vw / 375) * 10);
}

/*
REQUEST
***************************************************************************/
.request_sec {
	display: block;
	box-sizing: border-box;
	padding: calc((100vw / 375) * 30) calc((100vw / 375) * 25) calc((100vw / 375) * 200);
	background: #111 url(../images/sp/request_bg.jpg) center bottom / 100% no-repeat;
}

/*
SERVICE
***************************************************************************/
#service_sec {
	position: relative;
	padding: calc((100vw / 375) * 40) calc((100vw / 375) * 25) calc((100vw / 375) * 50);
	background-image: url(../images/sp/service_bg.jpg);
}

#service_sec .title {
	margin-bottom: calc((100vw / 375) * 5);
}

#service_sec .content {
	margin-bottom: calc((100vw / 375) * 25);
}

#service_sec .img {
	position: relative;
	width: calc((100vw / 375) * 325);
	height: calc((100vw / 375) * 390);
}

#service_sec .img_frame {
	border-radius: calc((100vw / 375) * 20);
}

#service_sec li:first-child {
	position: absolute;
	top: 0;
	left: 0;
	width: 42%;
	height: calc((100vw / 375) * 160);
	z-index: 2;
}

#service_sec li:last-child {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 78%;
	height: calc((100vw / 375) * 300);
	z-index: 1;
}

#service_sec li:first-child .img_frame { background-image:url(../images/service_img01.jpg); }
#service_sec li:last-child .img_frame { background-image:url(../images/service_img02.jpg); }

#service_sec .arrow {
	position: absolute;
	bottom: calc((100vw / 375) * -20);
	left: 50%;
	width: calc((100vw / 375) * 80);
	height: calc((100vw / 375) * 40);
	margin-left: calc((100vw / 375) * -40);
	background: url(../images/arrow_down.png) center center / calc((100vw / 375) * 80) no-repeat;
	z-index: 10;
}

/*
ANSWER
***************************************************************************/
#answer_sec {
	position: relative;
	padding: calc((100vw / 375) * 40) calc((100vw / 375) * 25) calc((100vw / 375) * 35);
	text-align: center;
	color: #fff;
	background: url(../images/sp/answer_bg.jpg) center center / cover no-repeat;
	z-index: 1;
}

#answer_sec .title {
	margin-bottom: calc((100vw / 375) * 20);
	font-size: calc((100vw / 375) * 24);
}

#answer_sec .title span {
	display: block;
	margin-bottom: calc((100vw / 375) * 10);
	font-size: calc((100vw / 375) * 16);
}

#answer_sec .txt {
	margin-bottom: calc((100vw / 375) * 10);
}

/*
PROBLEM
***************************************************************************/
#problem_sec {
	padding: calc((100vw / 375) * 40) 0 calc((100vw / 375) * 65);
	background-image: url(../images/sp/problem_bg.jpg);
}

#problem_sec .sec_title {
	margin-bottom: calc((100vw / 375) * 25);
	text-align: center;
	font-size: calc((100vw / 375) * 24);
}

#problem_sec .list {
	position: relative;
	padding-bottom: calc((100vw / 375) * 60);
}

#problem_sec .list dl {
	width: calc((100vw / 375) * 200);
	margin-bottom: calc((100vw / 375) * 30);
	text-align: center;
	font-size: calc((100vw / 375) * 12);
	font-weight: 600;
	line-height: 1.55;
}

#problem_sec .list dl:nth-child(2n) {
	position: absolute;
	right: 0;
}

#problem_sec .list dl:nth-child(2) { top:calc((100vw / 375) * 65); }
#problem_sec .list dl:nth-child(4) { top:calc((100vw / 375) * 340); }

#problem_sec .list dt {
	margin-bottom: calc((100vw / 375) * 20);
}

#problem_sec .message {
	position: relative;
	margin: 0 calc((100vw / 375) * 10);
	padding: calc((100vw / 375) * 30) calc((100vw / 375) * 20) calc((100vw / 375) * 360);
	font-weight: 400;
	color: #fff;
	background: #111;
	border-radius: calc((100vw / 375) * 20);
}

#problem_sec .message .catch {
	margin-bottom: calc((100vw / 375) * 20);
	font-size: calc((100vw / 375) * 16);
	font-weight: 600;
	line-height: 1.5;
}

#problem_sec .message .title {
	margin-bottom: calc((100vw / 375) * 10);
	font-size: calc((100vw / 375) * 24);
	font-weight: 700;
	line-height: 1.5;
}

#problem_sec .message .txt {
	margin-bottom: calc((100vw / 375) * 20);
}

#problem_sec .message .img {
	position: absolute;
	bottom: calc((100vw / 375) * -25);
	left: calc((100vw / 375) * 20);
	width: calc((100vw / 375) * 320);
	height: calc((100vw / 375) * 380);
	z-index: 1;
}

#problem_sec .message .img .img_frame {
	border-radius: calc((100vw / 375) * 20);
}

#problem_sec .message .img li:first-child {
	position: absolute;
	top: 0;
	left: 0;
	width: 79%;
	height: calc((100vw / 375) * 300);
	z-index: 2;
}

#problem_sec .message .img li:last-child {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 42%;
	height: calc((100vw / 375) * 165);
	z-index: 3;
}

#problem_sec .message .img li:first-child .img_frame { background-image:url(../images/problem_img01.jpg); }
#problem_sec .message .img li:last-child .img_frame { background-image:url(../images/problem_img02.jpg); }

/*
FEATURE
***************************************************************************/
#feature_sec {
	padding: calc((100vw / 375) * 35) calc((100vw / 375) * 25);
	font-weight: 400;
	color: #fff;
	background-color: #111;
	background-image: url(../images/sp/feature_bg.png);
	overflow: hidden;
}

#feature_sec .sec_title {
	margin-bottom: calc((100vw / 375) * 10);
	font-size: calc((100vw / 375) * 24);
}

#feature_sec .sec_title span {
	display: block;
	margin-bottom: calc((100vw / 375) * 5);
	font-size: calc((100vw / 375) * 16);
}

#feature_sec .sec_txt {
	margin-bottom: calc((100vw / 375) * 30);
	font-size: calc((100vw / 375) * 32);
	font-weight: 700;
	line-height: 1.4;
}

#feature_sec .box {
	margin-bottom: calc((100vw / 375) * 35);
}

#feature_sec .box:last-child { margin-bottom:0; }

#feature_sec .box .img {
	height: calc((100vw / 375) * 325);
	margin-bottom: calc((100vw / 375) * 25);
}

#feature_sec .box .img_frame {
	border-radius: calc((100vw / 375) * 20);
}

#feature_sec .box:nth-child(1) .img_frame { background-image:url(../images/feature_img01.jpg); }
#feature_sec .box:nth-child(2) .img_frame { background-image:url(../images/feature_img02.jpg); }
#feature_sec .box:nth-child(3) .img_frame { background-image:url(../images/feature_img03.jpg); }
#feature_sec .box:nth-child(4) .img_frame { background-image:url(../images/feature_img04.jpg); }
#feature_sec .box:nth-child(5) .img_frame { background-image:url(../images/feature_img05.jpg); }

#feature_sec .box .head {
	margin-bottom: calc((100vw / 375) * 15);
	font-size: calc((100vw / 375) * 40);
	font-weight: 700;
	line-height: 1;
	font-family: "Oswald", system-ui;
}

#feature_sec .box .title {
	margin-bottom: calc((100vw / 375) * 15);
	font-size: calc((100vw / 375) * 24);
	font-weight: 600;
}

/*
CASE
***************************************************************************/
#case_sec {
	padding: calc((100vw / 375) * 35) 0 calc((100vw / 375) * 40);
}

#case_sec .head {
	margin: 0 calc((100vw / 375) * 25) calc((100vw / 375) * 25);
}

#case_sec .head .eng_title {
	margin-bottom: calc((100vw / 375) * 5);
}

#case_sec .head .sec_title {
	font-size: calc((100vw / 375) * 24);
}

#case_sec .box {
	margin: 0 calc((100vw / 375) * 10) calc((100vw / 375) * 25);
}

#case_sec .box:last-child { margin-bottom:0; }

#case_sec .box .inner {
	padding: calc((100vw / 375) * 30) calc((100vw / 375) * 20);
	background: #f0f0f0;
	border-radius: calc((100vw / 375) * 20) calc((100vw / 375) * 20) 0 0;
}

#case_sec .box .title_box {
	margin-bottom: calc((100vw / 375) * 15);
}

#case_sec .box .title_box .eng_title {
	margin-bottom: 0;
	font-size: calc((100vw / 375) * 16);
}

#case_sec .box .title_box .title {
	font-size: calc((100vw / 375) * 40);
}

#case_sec .box .title_box .title .sub {
	margin-left: calc((100vw / 375) * 10);
	vertical-align: calc((100vw / 375) * 2);
	font-size: calc((100vw / 375) * 20);
}

#case_sec .box .intro {
	padding-bottom: calc((100vw / 375) * 10);
}

#case_sec .box .intro dl {
	margin-bottom: calc((100vw / 375) * 15);
	text-align: center;
}

#case_sec .box .intro dt {
	padding: calc((100vw / 375) * 6) calc((100vw / 375) * 15) calc((100vw / 375) * 8);
	color: #fff;
	background: #31a2aa;
}

#case_sec .box .intro dd {
	padding: calc((100vw / 375) * 10) calc((100vw / 375) * 15) calc((100vw / 375) * 12);
	line-height: 1.85;
	background: #fff;
}

#case_sec .box .img {
	margin-bottom: calc((100vw / 375) * 25);
}

#case_sec .box .list .title {
	margin-bottom: calc((100vw / 375) * 20);
	padding: calc((100vw / 375) * 6) 0 calc((100vw / 375) * 8);
	text-align: center;
	font-size: calc((100vw / 375) * 15);
	font-weight: 600;
	color: #fff;
	background: #31a2a8;
}

#case_sec .box .list nav {
	margin-bottom: calc((100vw / 375) * 20);
}

#case_sec .box .list nav:last-child { margin-bottom:0; }

#case_sec .box .list .stitle {
	margin-bottom: calc((100vw / 375) * 10);
	font-size: calc((100vw / 375) * 16);
}

#case_sec .box .list li {
	position: relative;
	padding-left: calc((100vw / 375) * 15);
}

#case_sec .box .list li::before {
	content: '';
	position: absolute;
	top: calc((100vw / 375) * 11);
	left: calc((100vw / 375) * 2);
	width: calc((100vw / 375) * 5);
	height: calc((100vw / 375) * 5);
	background: #000;
	border-radius: 50%;
}

#case_sec .box .result {
	padding: calc((100vw / 375) * 30) calc((100vw / 375) * 25) calc((100vw / 375) * 35);
	color: #fff;
	background: #111;
	border-radius: 0 0 calc((100vw / 375) * 20) calc((100vw / 375) * 20);
}

#case_sec .box .result dt {
	margin-bottom: calc((100vw / 375) * 15);
}

#case_sec .box .result .eng_title {
	margin-bottom: calc((100vw / 375) * 5);
}

#case_sec .box .result .title {
	font-size: calc((100vw / 375) * 32);
}

#case_sec .box .result .stxt {
	margin-top: calc((100vw / 375) * 15);
	font-size: calc((100vw / 375) * 10);
	font-weight: 400;
}

/*
FAQ
***************************************************************************/
#faq_sec {
	padding: calc((100vw / 375) * 40) calc((100vw / 375) * 10);
	background: #f0f0f0;
}

#faq_sec .sec_inner {
	padding: calc((100vw / 375) * 30) calc((100vw / 375) * 25) calc((100vw / 375) * 40);
	background: #fff;
	border-radius: calc((100vw / 375) * 20);
}

#faq_sec .title_box {
	margin-bottom: calc((100vw / 375) * 30);
}

#faq_sec .eng_title {
	margin-bottom: calc((100vw / 375) * 5);
}

#faq_sec .sec_title {
	font-size: calc((100vw / 375) * 24);
}

#faq_sec .box {
	padding: calc((100vw / 375) * 15) 0;
	border-bottom: solid 1px rgba(0,0,0,0.2);
}

#faq_sec .box:first-child { border-top:solid 1px rgba(0,0,0,0.2); }

#faq_sec .box .title {
	position: relative;
	min-height: calc((100vw / 375) * 32);
	padding: calc((100vw / 375) * 5) calc((100vw / 375) * 35) 0 calc((100vw / 375) * 45);
	font-size: calc((100vw / 375) * 13);
	font-weight: 500;
	line-height: 1.8;
	cursor: pointer;
}

#faq_sec .box .title::before {
	content: 'Q';
	position: absolute;
	top: 0;
	left: 0;
	width: calc((100vw / 375) * 32);
	height: calc((100vw / 375) * 32);
	text-align: center;
	font-size: calc((100vw / 375) * 16);
	font-weight: 700;
	line-height: calc((100vw / 375) * 30);
	font-family: "Oswald", system-ui;
	background: #f0f0f0;
	border-radius: calc((100vw / 375) * 8);
}

#faq_sec .box .inner {
	display: none;
	position: relative;
	padding: calc((100vw / 375) * 20) 0 calc((100vw / 375) * 5) calc((100vw / 375) * 45);
}

#faq_sec .box .inner::before {
	content: 'A';
	position: absolute;
	top: calc((100vw / 375) * 15);
	left: 0;
	width: calc((100vw / 375) * 32);
	height: calc((100vw / 375) * 32);
	text-align: center;
	font-size: calc((100vw / 375) * 16);
	font-weight: 700;
	color: #fff;
	line-height: calc((100vw / 375) * 30);
	font-family: "Oswald", system-ui;
	background: #31a2aa;
	border-radius: calc((100vw / 375) * 8);
}

/*
FOOTER
***************************************************************************/
footer {
	font-weight: 400;
	color: #fff;
	background: #000;
}

footer .base_box {
	padding: calc((100vw / 375) * 40) calc((100vw / 375) * 25) calc((100vw / 375) * 120);
}

.btn_ptop a {
	display: block;
	position: absolute;
	top: calc((100vw / 375) * -20);
	right: calc((100vw / 375) * 20);
	width: calc((100vw / 375) * 40);
	height: calc((100vw / 375) * 40);
	background: url(../images/btn_ptop.png) right center / calc((100vw / 375) * 40) no-repeat;
}

footer .logo {
	width: calc((100vw / 375) * 165);
	margin-bottom: calc((100vw / 375) * 25);
}

footer .info .title {
	margin-bottom: calc((100vw / 375) * 10);
	font-size: calc((100vw / 375) * 16);
	font-weight: 600;
}

footer .info .txt {
	margin-bottom: calc((100vw / 375) * 10);
}

footer .info  .copy small {
	font-size: calc((100vw / 375) * 10);
}

footer .btn {
	position: absolute;
	bottom: calc((100vw / 375) * 40);
	left: calc((100vw / 375) * 25);
	width: calc(100% - ((100vw / 375) * 50));
	height: calc((100vw / 375) * 54);
}

/*
THANKS
***************************************************************************/
#thanks_contents {
	position: relative;
	min-height: 100vh;
	padding: calc((100vw / 375) * 70) calc((100vw / 375) * 25) calc((100vw / 375) * 50);
	color: #fff;
	background: #111;
}

#thanks_contents .logo {
	position: absolute;
	top: calc((100vw / 375) * 15);
	left: calc((100vw / 375) * 15);
	width: calc((100vw / 375) * 130);
}

#thanks_contents .sec_title {
	margin-bottom: calc((100vw / 375) * 20);
	font-size: calc((100vw / 375) * 24);
}

#thanks_contents .line_cv .head .title {
	margin-bottom: calc((100vw / 375) * 20);
	font-size: calc((100vw / 375) * 16);
	font-weight: 700;
	line-height: 1.75;
}

#thanks_contents .line_cv .head .img { display:none; }

#thanks_contents .line_cv .btn {
	margin-bottom: calc((100vw / 375) * 30);
}

#thanks_contents .btn {
	width: 100%;
	height: calc((100vw / 375) * 54);
}

/*
SCROLL
***************************************************************************/
.scroll_box { overflow-y:auto; }

.scroll_box::-webkit-scrollbar {
	width: calc((100vw / 375) * 3);
}

.scroll_box::-webkit-scrollbar-track {
	background: #fff;
}

.scroll_box::-webkit-scrollbar-thumb {
	background: #c4c4c2;
}

.gecko .scroll_box {
	scrollbar-width: calc((100vw / 375) * 3);
	scrollbar-color: #c4c4c2 #fff;
}

/*
PARTS
***************************************************************************/
/* ▼CONTENTS EFFECT▼ */
.move_parts {
	opacity: 0;
	transition: all 0.5s;
}

.move_parts.btm_top {
	transform: translateY(100px);
}

.move_parts.top_btm {
	transform: translateY(-100px);
}

.move_parts.left_right {
	transform: translateX(-100px);
}

.move_parts.right_left {
	transform: translateX(100px);
}

.move_parts.expand {
	opacity: 1;
	transform: scale(0.001);
}

.move_parts.expand.rev {
	opacity: 0;
	transform: scale(1.5);
}

.move_parts.on {
	opacity: 1!important;
	transform: scale(1)!important;
}

.delay_fade {
	opacity: 0;
	transition: all 0.5s;
}

.delay_fade.active {
	opacity: 1.0;
}

/* ▼BUTTON▼ */
.cv_btn {
	display: block;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: 100%;
	padding-bottom: calc((100vw / 375) * 2);
	text-align: center;
	font-size: calc((100vw / 375) * 16);
	font-weight: 600;
	color: #fff;
	line-height: calc((100vw / 375) * 52);
	background: transparent;
	border-radius: 360px;
	overflow: hidden;
	z-index: 0;
}

.cv_btn:before, .cv_btn:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 360px;
	backface-visibility: hidden;
	transition: .3s;
}

.cv_btn:before { background:linear-gradient(to right, #2C99AF, #2ACE7C); z-index:-1; }
.cv_btn:after { background:linear-gradient(to right, #2ACE7C, #2C99AF); z-index:-2; }

.cv_btn:hover { opacity:1; }
.cv_btn:hover:before { opacity:0; }

.cv_btn span {
	display: inline-block;
	padding-right: calc((100vw / 375) * 30);
	background: url(../images/arrow.png) right center / calc((100vw / 375) * 20) no-repeat;
}

/* ▼COVER▼ */
.bg_word {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100%;
}

/* ▼CATCH, TITLE, TEXT▼ */
.eng_title {
	margin-bottom: calc((100vw / 375) * 15);
	font-size: calc((100vw / 375) * 20);
	font-weight: 700;
	line-height: 1;
	font-family: "Oswald", system-ui;
}

.eng_txt {
	font-family: "Oswald", system-ui;
}

.txt_cover {
	display: inline-block;
	background-image: linear-gradient(to right, #2C99AF, #2ACE7C);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* ▼ICON▼ */
.disp_switch .icon {
	position: absolute;
	top: 50%;
	right: calc((100vw / 375) * 5);
	width: calc((100vw / 375) * 12);
	height: calc((100vw / 375) * 12);
	margin-top: calc((100vw / 375) * -6);
}

.disp_switch .icon:before, .disp_switch .icon:after {
	content: '';
	position: absolute;
	background: #000;
}

.disp_switch .icon:before {
	top: 0;
	left: 50%;
	width: calc((100vw / 375) * 2);
	height: 100%;
	margin-left: -1px;
}

.disp_switch .icon:after {
	top: 50%;
	left: 0;
	width: 100%;
	height: calc((100vw / 375) * 2);
	margin-top: -1px;
}

.disp_switch.opened .icon:before { display:none; }

/* ▼NOTICE LIST▼ */
.note_list > li {
	position: relative;
	padding-left: 1.2em;
	font-size: calc((100vw / 375) * 11);
}

.note_list > li:before {
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
}

.note_list.center > li {
	padding-left: 0;
	text-align: center;
}

.note_list.center > li span {
	position: relative;
	padding-left: 1.2em;
}

.note_list.center > li:before { display:none; }

.note_list.center > li span:before {
	content: '※';
	position: absolute;
	top: -3px;
	left: 0;
}

/* ▼LIST▼ */
.li_sp_mb5 > li { margin-bottom:calc((100vw / 375) * 5); }
.li_sp_mb10 > li { margin-bottom:calc((100vw / 375) * 10); }
.li_sp_mb15 > li { margin-bottom:calc((100vw / 375) * 15); }
.li_sp_mb20 > li { margin-bottom:calc((100vw / 375) * 20); }
.li_sp_mb25 > li { margin-bottom:calc((100vw / 375) * 25); }
.li_sp_mb30 > li { margin-bottom:calc((100vw / 375) * 30); }

.list01 > li:last-child,
.list02 > li:last-child,
.list03 > li:last-child,
.list04 > li:last-child {
	margin-bottom: 0;
}

.list01 > li {
	position: relative;
	padding-left: 1.2em;
}

.list01 > li:before {
	content: '・';
	position: absolute;
	top: 0;
	left: 0;
}

.list02 > li {
	position: relative;
	padding-left: calc((100vw / 375) * 20);
}

.list02 > li:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 16px;
	height: 1px;
	margin-top: -0.5px;
	background: #797979;
}

.list03 > li {
	position: relative;
	padding-left: calc((100vw / 375) * 20);
}

.list03.number_plus > li { padding-left:2.2em; }
.list03.kana > li { padding-left:calc((100vw / 375) * 25); }

.list03 > li:before {
	position: absolute;
	top: 0;
	left: 0;
}

.list03 > li:nth-child(1):before { content:'a.'; }
.list03 > li:nth-child(2):before { content:'b.'; }
.list03 > li:nth-child(3):before { content:'c.'; }
.list03 > li:nth-child(4):before { content:'d.'; }
.list03 > li:nth-child(5):before { content:'e.'; }
.list03 > li:nth-child(6):before { content:'f.'; }
.list03 > li:nth-child(7):before { content:'g.'; }
.list03 > li:nth-child(8):before { content:'h.'; }
.list03 > li:nth-child(9):before { content:'i.'; }
.list03 > li:nth-child(10):before { content:'j.'; }

.list03.number > li:nth-child(1):before { content:'1.'; }
.list03.number > li:nth-child(2):before { content:'2.'; }
.list03.number > li:nth-child(3):before { content:'3.'; }
.list03.number > li:nth-child(4):before { content:'4.'; }
.list03.number > li:nth-child(5):before { content:'5.'; }
.list03.number > li:nth-child(6):before { content:'6.'; }
.list03.number > li:nth-child(7):before { content:'7.'; }
.list03.number > li:nth-child(8):before { content:'8.'; }
.list03.number > li:nth-child(9):before { content:'9.'; }
.list03.number > li:nth-child(10):before { content:'10.'; }

.list03.number_plus > li:nth-child(1):before { content:'（1）'; }
.list03.number_plus > li:nth-child(2):before { content:'（2）'; }
.list03.number_plus > li:nth-child(3):before { content:'（3）'; }
.list03.number_plus > li:nth-child(4):before { content:'（4）'; }
.list03.number_plus > li:nth-child(5):before { content:'（5）'; }
.list03.number_plus > li:nth-child(6):before { content:'（6）'; }
.list03.number_plus > li:nth-child(7):before { content:'（7）'; }
.list03.number_plus > li:nth-child(8):before { content:'（8）'; }
.list03.number_plus > li:nth-child(9):before { content:'（9）'; }
.list03.number_plus > li:nth-child(10):before { content:'（10）'; }

.list03.kana > li:nth-child(1):before { content:'ア）'; }
.list03.kana > li:nth-child(2):before { content:'イ）'; }
.list03.kana > li:nth-child(3):before { content:'ウ）'; }
.list03.kana > li:nth-child(4):before { content:'エ）'; }
.list03.kana > li:nth-child(5):before { content:'オ）'; }
.list03.kana > li:nth-child(6):before { content:'カ）'; }
.list03.kana > li:nth-child(7):before { content:'キ）'; }
.list03.kana > li:nth-child(8):before { content:'ク）'; }
.list03.kana > li:nth-child(9):before { content:'ケ）'; }
.list03.kana > li:nth-child(10):before { content:'コ）'; }

/*
COMMON PARTS
***************************************************************************/
/* ▼display▼ */
.iblock { display:inline-block!important; }

.posit_r { position:relative!important; }
.posit_a { position:absolute!important; }
.posit_f { position:fixed!important; }

.align_c { text-align:center!important; }
.align_r { text-align:right!important; }
.align_l { text-align:left!important; }

.disp_l { float:left!important; }
.disp_r { float:right!important; }

.va_top { vertical-align:top!important; }
.va_mid { vertical-align:middle!important; }
.va_btm { vertical-align:bottom!important; }

/* ▼width▼ */
.sp_w4per { width:4%; }
.sp_w5per { width:5%; }
.sp_w8per { width:8%; }
.sp_w10per { width:10%; }
.sp_w15per { width:15%; }
.sp_w20per { width:20%; }
.sp_w22per { width:22%; }
.sp_w25per { width:25%; }
.sp_w30per { width:30%; }
.sp_w35per { width:35%; }
.sp_w40per { width:40%; }
.sp_w45per { width:45%; }
.sp_w50per { width:50%; }
.sp_w55per { width:55%; }
.sp_w56per { width:56%; }
.sp_w60per { width:60%; }
.sp_w70per { width:70%; }
.sp_w75per { width:75%; }
.sp_w80per { width:80%; }
.sp_w100per { width:100%!important; }

.sp_w90 { width:calc((100vw / 375) * 90)!important; }
.sp_w160 { width:calc((100vw / 375) * 160)!important; }
.sp_w250 { width:calc((100vw / 375) * 250)!important; }
.sp_w400 { width:calc((100vw / 375) * 400)!important; }
.sp_w500 { width:calc((100vw / 375) * 500)!important; }
.sp_w510 { width:calc((100vw / 375) * 510)!important; }
.sp_w580 { width:calc((100vw / 375) * 580)!important; }

.sp_h240 { height:calc((100vw / 375) * 240)!important; }

/* ▼area▼ */
.sp_mb60 { margin-bottom:calc((100vw / 375) * 60)!important; }
.sp_mb55 { margin-bottom:calc((100vw / 375) * 55)!important; }
.sp_mb50 { margin-bottom:calc((100vw / 375) * 50)!important; }
.sp_mb45 { margin-bottom:calc((100vw / 375) * 45)!important; }
.sp_mb40 { margin-bottom:calc((100vw / 375) * 40)!important; }
.sp_mb35 { margin-bottom:calc((100vw / 375) * 35)!important; }
.sp_mb30 { margin-bottom:calc((100vw / 375) * 30)!important; }
.sp_mb25 { margin-bottom:calc((100vw / 375) * 25)!important; }
.sp_mb20 { margin-bottom:calc((100vw / 375) * 20)!important; }
.sp_mb15 { margin-bottom:calc((100vw / 375) * 15)!important; }
.sp_mb12 { margin-bottom:calc((100vw / 375) * 12)!important; }
.sp_mb10 { margin-bottom:calc((100vw / 375) * 10)!important; }
.sp_mb8 { margin-bottom:calc((100vw / 375) * 8)!important; }
.sp_mb5 { margin-bottom:calc((100vw / 375) * 5)!important; }
.sp_mb0 { margin-bottom:calc((100vw / 375) * 0)!important; }

.sp_mlr60 { margin-left:calc((100vw / 375) * 60)!important; margin-right:calc((100vw / 375) * 60)!important; }
.sp_mlr55 { margin-left:calc((100vw / 375) * 55)!important; margin-right:calc((100vw / 375) * 55)!important; }
.sp_mlr50 { margin-left:calc((100vw / 375) * 50)!important; margin-right:calc((100vw / 375) * 50)!important; }
.sp_mlr45 { margin-left:calc((100vw / 375) * 40)!important; margin-right:calc((100vw / 375) * 45)!important; }
.sp_mlr40 { margin-left:calc((100vw / 375) * 40)!important; margin-right:calc((100vw / 375) * 40)!important; }
.sp_mlr35 { margin-left:calc((100vw / 375) * 35)!important; margin-right:calc((100vw / 375) * 35)!important; }
.sp_mlr30 { margin-left:calc((100vw / 375) * 30)!important; margin-right:calc((100vw / 375) * 30)!important; }
.sp_mlr25 { margin-left:calc((100vw / 375) * 25)!important; margin-right:calc((100vw / 375) * 25)!important; }
.sp_mlr20 { margin-left:calc((100vw / 375) * 20)!important; margin-right:calc((100vw / 375) * 20)!important; }
.sp_mlr15 { margin-left:calc((100vw / 375) * 15)!important; margin-right:calc((100vw / 375) * 15)!important; }
.sp_mlr10 { margin-left:calc((100vw / 375) * 10)!important; margin-right:calc((100vw / 375) * 10)!important; }
.sp_mlr5 { margin-left:calc((100vw / 375) * 5)!important; margin-right:calc((100vw / 375) * 5)!important; }
.sp_mlr-1 { margin-left:calc((100vw / 375) * -1)!important; margin-right:calc((100vw / 375) * -1)!important; }
.sp_mlr-5 { margin-left:calc((100vw / 375) * -5)!important; margin-right:calc((100vw / 375) * -5)!important; }
.sp_mlr-10 { margin-left:calc((100vw / 375) * -10)!important; margin-right:calc((100vw / 375) * -10)!important; }
.sp_mlr-20 { margin-left:calc((100vw / 375) * -20)!important; margin-right:calc((100vw / 375) * -20)!important; }

.sp_mr50 { margin-right:calc((100vw / 375) * 50)!important; }
.sp_mr40 { margin-right:calc((100vw / 375) * 40)!important; }
.sp_mr30 { margin-right:calc((100vw / 375) * 30)!important; }
.sp_mr25 { margin-right:calc((100vw / 375) * 25)!important; }
.sp_mr20 { margin-right:calc((100vw / 375) * 20)!important; }
.sp_mr15 { margin-right:calc((100vw / 375) * 15)!important; }
.sp_mr10 { margin-right:calc((100vw / 375) * 10)!important; }
.sp_mr5 { margin-right:calc((100vw / 375) * 5)!important; }
.sp_mr0 { margin-right:calc((100vw / 375) * 0)!important; }
.sp_mr-5 { margin-right:calc((100vw / 375) * -5)!important; }

.sp_ml50 { margin-left:calc((100vw / 375) * 50)!important; }
.sp_ml40 { margin-left:calc((100vw / 375) * 40)!important; }
.sp_ml30 { margin-left:calc((100vw / 375) * 30)!important; }
.sp_ml20 { margin-left:calc((100vw / 375) * 20)!important; }
.sp_ml15 { margin-left:calc((100vw / 375) * 15)!important; }
.sp_ml10 { margin-left:calc((100vw / 375) * 10)!important; }
.sp_ml0 { margin-left:calc((100vw / 375) * 0)!important; }
.sp_ml-5 { margin-left:calc((100vw / 375) * -5)!important; }
.sp_ml-10 { margin-left:calc((100vw / 375) * -10)!important; }
.sp_ml-15 { margin-left:calc((100vw / 375) * -15)!important; }
.sp_ml-20 { margin-left:calc((100vw / 375) * -20)!important; }

.sp_mt60 { margin-top:calc((100vw / 375) * 60)!important; }
.sp_mt55 { margin-top:calc((100vw / 375) * 55)!important; }
.sp_mt50 { margin-top:calc((100vw / 375) * 50)!important; }
.sp_mt45 { margin-top:calc((100vw / 375) * 45)!important; }
.sp_mt40 { margin-top:calc((100vw / 375) * 40)!important; }
.sp_mt30 { margin-top:calc((100vw / 375) * 30)!important; }
.sp_mt20 { margin-top:calc((100vw / 375) * 20)!important; }
.sp_mt15 { margin-top:calc((100vw / 375) * 15)!important; }
.sp_mt10 { margin-top:calc((100vw / 375) * 10)!important; }
.sp_mt5 { margin-top:calc((100vw / 375) * 5)!important; }
.sp_mt3 { margin-top:calc((100vw / 375) * 3)!important; }
.sp_mt0 { margin-top:calc((100vw / 375) * 0)!important; }
.sp_mt-5 { margin-top:calc((100vw / 375) * -5)!important; }
.sp_mt-10 { margin-top:calc((100vw / 375) * -10)!important; }
.sp_mt-20 { margin-top:calc((100vw / 375) * -20)!important; }
.sp_mt-40 { margin-top:calc((100vw / 375) * -40)!important; }
.sp_mt-50 { margin-top:calc((100vw / 375) * -50)!important; }

.sp_pb30 { padding-bottom:calc((100vw / 375) * 30)!important; }
.sp_pb8 { padding-bottom:calc((100vw / 375) * 8)!important; }
.sp_pb0 { padding-bottom:calc((100vw / 375) * 0)!important; }

.sp_p20 { padding:calc((100vw / 375) * 20)!important; }
.sp_p15 { padding:calc((100vw / 375) * 15)!important; }
.sp_p10 { padding:calc((100vw / 375) * 10)!important; }

.sp_pt60 { padding-top:calc((100vw / 375) * 60)!important; }
.sp_pt50 { padding-top:calc((100vw / 375) * 50)!important; }

.sp_ptb20 { padding-top:calc((100vw / 375) * 20)!important; padding-bottom:calc((100vw / 375) * 20)!important; }
.sp_ptb15 { padding-top:calc((100vw / 375) * 15)!important; padding-bottom:calc((100vw / 375) * 15)!important; }
.sp_ptb5 { padding-top:calc((100vw / 375) * 5)!important; padding-bottom:calc((100vw / 375) * 5)!important; }
.sp_ptb0 { padding-top:calc((100vw / 375) * 0)!important; padding-bottom:calc((100vw / 375) * 0)!important; }

.sp_plr25 { padding-left:calc((100vw / 375) * 25)!important; padding-right:calc((100vw / 375) * 25)!important; }

/* ▼font▼ */
.bold { font-weight:bold!important; }
.normal { font-weight:normal!important; }

.size10 { font-size:calc((100vw / 375) * 10)!important; }
.size11 { font-size:calc((100vw / 375) * 11)!important; }
.size12 { font-size:calc((100vw / 375) * 12)!important; }
.size13 { font-size:calc((100vw / 375) * 13)!important; }
.size14 { font-size:calc((100vw / 375) * 14)!important; }
.size16 { font-size:calc((100vw / 375) * 16)!important; }
.size17 { font-size:calc((100vw / 375) * 17)!important; }
.size18 { font-size:calc((100vw / 375) * 18)!important; }
.size19 { font-size:calc((100vw / 375) * 19)!important; }
.size20 { font-size:calc((100vw / 375) * 20)!important; }
.size22 { font-size:calc((100vw / 375) * 22)!important; }
.size24 { font-size:calc((100vw / 375) * 24)!important; }
.size30 { font-size:calc((100vw / 375) * 30)!important; }

.c_red { color:#cf1433!important; }

.lh2 { line-height:2!important; }
.lh18 { line-height:1.8!important; }
.lh16 { line-height:1.6!important; }
.lh15 { line-height:1.5!important; }
