@charset "utf-8";

/*
GLOBAL
***************************************************************************/
html {
	font-size: 62.5%;
	overflow-y: scroll;
	overflow-x: hidden;
}

body {
	width: 100%;
	height: auto;
	text-align: left;
	font-style: normal;
	font-size: 1.6rem;
	font-weight: 500;
	color: #000;
	line-height: 2;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.1rem;
	background: #fff;
	caret-color: transparent;
}

/* ▼CONTAINER CONTROL▼ */
.base_box {
	position: relative;
	width: 1400px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}

.base_box.small { width:1200px; }
.base_box.mid_large { width:1500px; }
.base_box.large { width:1600px; }
.base_box.ex_large { width:1800px; }

.base_box.half_left {
	width: calc(1400px + ((100vw - 1400px) / 2));
	margin-left: calc((100vw - 1400px) / 2);
	margin-right: 0;
}

.base_box.half_right {
	width: calc(1400px + ((100vw - 1400px) / 2));
	margin-left: 0;
	margin-right: calc((100vw - 1400px) / 2);
}

.base_box.large.half_left {
	width: calc(1600px + ((100vw - 1600px) / 2));
	margin-left: calc((100vw - 1600px) / 2);
}

.base_box.large.half_right {
	width: calc(1600px + ((100vw - 1600px) / 2));
	margin-right: calc((100vw - 1600px) / 2);
}

.base_box.ex_large.half_left {
	width: calc(1800px + ((100vw - 1800px) / 2));
	margin-left: calc((100vw - 1800px) / 2);
}

.base_box.ex_large.half_right {
	width: calc(1800px + ((100vw - 1800px) / 2));
	margin-right: calc((100vw - 1800px) / 2);
}

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

	.base_box.ex_large {
		width: auto;
		margin-left: 60px;
		margin-right: 60px;
	}

	.base_box.ex_large.half_left {
		width: auto;
		margin-left: 60px;
		margin-right: 0;
	}

	.base_box.ex_large.half_right {
		width: auto;
		margin-left: 0;
		margin-right: 60px;
	}

}

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

	.base_box.large {
		width: auto;
		margin-left: 60px;
		margin-right: 60px;
	}

	.base_box.large.half_left {
		width: auto;
		margin-left: 60px;
		margin-right: 0;
	}

	.base_box.large.half_right {
		width: auto;
		margin-left: 0;
		margin-right: 60px;
	}

}

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

	.base_box.ex_large .base_box, .base_box.large .base_box {
		width: auto;
		margin-left: 60px;
		margin-right: 60px;
	}

}

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

	.base_box.mid_large {
		width: auto;
		margin-left: 60px;
		margin-right: 60px;
	}

}

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

	.base_box {
		width: auto;
		margin-left: 60px;
		margin-right: 60px;
	}

	.base_box.small {
		width: 1200px;
		margin-left: auto;
		margin-right: auto;
	}

	.base_box.half_left {
		width: auto;
		margin-left: 60px;
		margin-right: 0;
	}

	.base_box.half_right {
		width: auto;
		margin-left: 0;
		margin-right: 60px;
	}

}

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

/*
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;
	transition: .3s;
}

a:hover {
	text-decoration: none;
}

a.normal_link {
	color: #000;
	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.txt_link:hover { opacity:0.7; }

a.icon_link { margin:0 3px; }

a::before, a::after, button::before, button::after {
	content: '';
	position: absolute;
	transition: .3s;
}

.hover_light a:hover, a.hover_light:hover, .modal_switch.hover_light:hover, .hover_light button:hover, .hover_light .modal_switch:hover,
.hover_light a:hover::before, a.hover_light:hover::before, .modal_switch.hover_light:hover::before,
.hover_light a:hover::after, a.hover_light:hover::after, .modal_switch.hover_light:hover::after {
	opacity: 0.7;
}

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

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

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

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

.hover_zoom a:hover .img_frame, .hover_zoom .modal_switch:hover .img_frame {
	transform: scale(1.05);
}

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

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

#topimg .logo {
	position: absolute;
	top: 30px;
	left: 40px;
	width: 250px;
}

#topimg .logo img { width:100%; }

#topimg .btn {
	position: absolute;
	bottom: 60px;
	right: 60px;
	width: 440px;
	height: 120px;
	z-index: 10;
}

@media screen and (max-height: 1080px){

	#topimg, #topimg .base_box {
		height: 1080px;
	}

}

/*
PERFORMANCE
***************************************************************************/
#performance_sec {
	position: relative;
	padding: 195px 0 200px;
	font-weight: 400;
	color: #fff;
	background-color: #111;
	background-image: url(../images/pc/performance_bg.jpg);
}

#performance_sec .eng_title {
	margin-bottom: 25px;
}

#performance_sec .list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 40px 0 50px;
	border: solid 1px rgba(255,255,255,0.2);
}

#performance_sec .list li {
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(100% / 3);
	height: 300px;
	text-align: center;
	border-right: solid 1px rgba(255,255,255,0.2);
}

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

#performance_sec .stxt {
	margin-bottom: 130px;
	font-size: 1.4rem;
}

#performance_sec .exam .title {
	margin-bottom: 20px;
	font-size: 4rem;
}

#performance_sec .exam .txt {
	display: inline-block;
	position: relative;
	margin-bottom: 50px;
	padding-right: 145px;
}

#performance_sec .exam .txt::after {
	content: '';
	position: absolute;
	top: -60px;
	right: 0;
	width: 120px;
	height: 120px;
	background: url(../images/performance_parts.png) center center / 120px no-repeat;
}

#performance_sec .exam .slist li {
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
	width: calc(100% / 3);
	height: 240px;
	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),
#performance_sec .exam .slist li:nth-child(3) {
	border-top: solid 1px rgba(255,255,255,0.2);
}

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

#performance_sec .exam .slist li img { width:300px; }

/*
OVERVIEW
***************************************************************************/
#overview_sec {
	padding: 160px 0;
}

#overview_sec .sec_inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#overview_sec .content {
	width: 680px;
}

#overview_sec .title {
	padding: 10px 0 35px;
	font-size: 4rem;
}

#overview_sec .title span {
	display: block;
	margin-bottom: 5px;
	font-size: 3.2rem;
}

#overview_sec .txt {
	margin-bottom: 35px;
	font-size: 2rem;
	font-weight: 700;
}

#overview_sec .img {
	width: 610px;
	height: 730px;
}

#overview_sec .img_frame {
	background-image: url(../images/pc/overview_img.jpg);
	border-radius: 20px;
}

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

	#overview_sec .img { width:550px; }

}

/*
ABOUT
***************************************************************************/
#about_sec {
	padding: 260px 0 240px;
	background-color: #111;
	background-image: url(../images/pc/about_bg.jpg);
}

/*
REASON
***************************************************************************/
#reason_sec {
	padding: 150px 0;
	font-size: 2rem;
	font-weight: 400;
	color: #fff;
	background: url(../images/pc/reason_bg.jpg) center center / cover no-repeat;
}

#reason_sec .sec_inner {
	padding-left: calc(100% - 860px);
}

#reason_sec .title {
	margin-bottom: 20px;
}

/*
REQUEST
***************************************************************************/
.request_sec a {
	display: block;
	box-sizing: border-box;
	padding: 150px 0 130px;
	background: url(../images/pc/request_bg.jpg) center center / cover no-repeat;
}

.request_sec .sec_inner {
	transition: .3s;
}

.request_sec a:hover .sec_inner {
	transform: translateX(20px);
}

/*
SERVICE
***************************************************************************/
#service_sec {
	position: relative;
	padding: 200px 0;
	background-image: url(../images/pc/service_bg.jpg);
}

#service_sec .sec_inner {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	justify-content: space-between;
}

#service_sec .content {
	width: 690px;
	font-size: 2rem;
}

#service_sec .img {
	position: relative;
	width: 610px;
	height: 730px;
}

#service_sec .img_frame {
	border-radius: 20px;
}

#service_sec li:first-child {
	position: absolute;
	top: 0;
	left: 0;
	width: 42%;
	height: 320px;
	z-index: 2;
}

#service_sec li:last-child {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 78%;
	height: 550px;
	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: -70px;
	left: 50%;
	width: 240px;
	height: 120px;
	margin-left: -120px;
	background: url(../images/arrow_down.png) center center / 240px no-repeat;
	z-index: 10;
}

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

	#service_sec .img { width:550px; }

}

/*
ANSWER
***************************************************************************/
#answer_sec {
	position: relative;
	padding: 180px 0 170px;
	text-align: center;
	font-size: 2rem;
	color: #fff;
	background: url(../images/pc/answer_bg.jpg) center center / cover no-repeat;
	z-index: 1;
}

#answer_sec .title {
	margin-bottom: 30px;
	font-size: 6rem;
}

#answer_sec .title span {
	display: block;
	margin-bottom: 25px;
	font-size: 4rem;
}

#answer_sec .txt {
	margin-bottom: 25px;
}

/*
PROBLEM
***************************************************************************/
#problem_sec {
	padding: 175px 0 200px;
	background-image: url(../images/pc/problem_bg.jpg);
}

#problem_sec .sec_title {
	margin-bottom: 90px;
	text-align: center;
	font-size: 6rem;
}

#problem_sec .list {
	padding-bottom: 280px;
}

#problem_sec .list dl {
	float: left;
	width: 50%;
	margin-bottom: 100px;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.6;
}

#problem_sec .list dl:nth-child(2n) {
	transform: translateY(240px);
}

#problem_sec .list dt {
	margin-bottom: 30px;
}

#problem_sec .list dt img { width:100%; }

#problem_sec .message {
	position: relative;
	padding: 80px 510px 60px 100px;
	font-size: 2rem;
	font-weight: 400;
	color: #fff;
	background: #111;
	border-radius: 20px;
}

#problem_sec .message .catch {
	margin-bottom: 30px;
	font-size: 4rem;
	font-weight: 600;
	line-height: 1.5;
}

#problem_sec .message .title {
	margin-bottom: 15px;
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.5;
}

#problem_sec .message .txt {
	margin-bottom: 30px;
}

#problem_sec .message .img {
	position: absolute;
	top: -80px;
	right: -50px;
	width: 560px;
	height: 670px;
	z-index: 1;
}

#problem_sec .message .img .img_frame {
	border-radius: 20px;
}

#problem_sec .message .img li:first-child {
	position: absolute;
	top: 0;
	left: 0;
	width: 73%;
	height: 490px;
	z-index: 2;
}

#problem_sec .message .img li:last-child {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 46%;
	height: 310px;
	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); }

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

	#problem_sec .message { padding:80px 510px 60px 80px; }
	#problem_sec .message .img { right:-30px; width:500px; }

}

/*
FEATURE
***************************************************************************/
#feature_sec {
	padding: 180px 0 200px;
	font-weight: 400;
	color: #fff;
	background-color: #111;
	background-image: url(../images/pc/feature_bg.jpg);
	overflow: hidden;
}

#feature_sec .sec_title {
	font-size: 6rem;
}

#feature_sec .sec_title span {
	display: block;
	font-size: 4rem;
}

#feature_sec .sec_txt {
	margin-bottom: 90px;
	font-size: 4rem;
	font-weight: 700;
}

#feature_sec .box {
	display: flex;
	align-items: center;
	margin-bottom: 120px;
}

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

#feature_sec .box:nth-child(2n) {
	flex-direction: row-reverse;
}

#feature_sec .box .img {
	width: 560px;
	height: 560px;
}

#feature_sec .box .img_frame {
	border-radius: 20px;
}

#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 .content {
	width: calc(100% - 560px);
}

#feature_sec .box:nth-child(2n+1) .content { padding-left:80px; }
#feature_sec .box:nth-child(2n) .content { padding-right:80px; }

#feature_sec .box .head {
	margin-bottom: 30px;
	font-size: 9rem;
	font-weight: 700;
	line-height: 1;
	font-family: "Oswald", system-ui;
}

#feature_sec .box .title {
	margin-bottom: 35px;
	font-size: 4rem;
	font-weight: 600;
}

/*
CASE
***************************************************************************/
#case_sec {
	padding: 150px 0 160px;
}

#case_sec .head .eng_title {
	margin-bottom: 15px;
}

#case_sec .head .sec_title {
	margin-bottom: 60px;
	font-size: 6rem;
}

#case_sec .box {
	margin-bottom: 80px;
}

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

#case_sec .box .inner {
	display: flex;
	padding: 100px 100px 90px;
	background: #f0f0f0;
	border-radius: 20px 20px 0 0;
}

#case_sec .box .title_box {
	width: 400px;
}

#case_sec .box .title_box .eng_title {
	margin-bottom: 5px;
	font-size: 2.4rem;
}

#case_sec .box .title_box .title {
	font-size: 5.4rem;
}

#case_sec .box .title_box .title .sub {
	margin-left: 10px;
	vertical-align: 2px;
	font-size: 2.8rem;
}

#case_sec .box .content {
	width: calc(100% - 400px);
}

#case_sec .box .intro {
	padding-bottom: 40px;
}

#case_sec .box .intro dl {
	display: table;
	width: 100%;
	margin-bottom: 20px;
}

#case_sec .box .intro dt {
	display: table-cell;
	width: 160px;
	padding: 8px 0 10px;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	background: #31a2aa;
}

#case_sec .box .intro dd {
	display: table-cell;
	width: calc(100% - 160px);
	padding: 8px 20px 10px;
	vertical-align: middle;
	background: #fff;
}

#case_sec .box .img {
	margin-bottom: 60px;
}

#case_sec .box .img img { width:100%; }

#case_sec .box .list .title {
	margin-bottom: 50px;
	font-size: 2.4rem;
	font-weight: 600;
	color: #fff;
}

#case_sec .box .list .title span {
	display: inline-block;
	padding: 4px 15px 6px;
	background: #31a2a8;
}

#case_sec .box .list nav {
	margin-bottom: 40px;
}

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

#case_sec .box .list .stitle {
	margin-bottom: 15px;
	font-size: 2.4rem;
}

#case_sec .box .list li {
	position: relative;
	padding-left: 25px;
}

#case_sec .box .list li::before {
	content: '';
	position: absolute;
	top: 15px;
	left: 10px;
	width: 5px;
	height: 5px;
	background: #000;
	border-radius: 50%;
}

#case_sec .box .result {
	display: flex;
	justify-content: space-between;
	padding: 90px 60px 90px 100px;
	color: #fff;
	background: #111;
	border-radius: 0 0 20px 20px;
}

#case_sec .box .result dt {
	width: 200px;
}

#case_sec .box .result .eng_title {
	margin-bottom: 5px;
	font-size: 2.4rem;
}

#case_sec .box .result .title {
	font-size: 6rem;
}

#case_sec .box .result dd {
	width: 900px;
}

#case_sec .box .result .stxt {
	margin-top: 15px;
	font-size: 1.2rem;
	font-weight: 400;
}

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

	#case_sec .box .inner { padding:100px 60px 90px; }
	#case_sec .box .result { padding: 90px 60px; }

}

/*
FAQ
***************************************************************************/
#faq_sec {
	padding: 160px 0;
	background: #f0f0f0;
}

#faq_sec .sec_inner {
	display: flex;
	padding: 100px;
	background: #fff;
	border-radius: 20px;
}

#faq_sec .title_box {
	width: 400px;
}

#faq_sec .eng_title {
	margin-bottom: 10px;
	font-size: 2.4rem;
}

#faq_sec .sec_title {
	font-size: 4rem;
}

#faq_sec .list {
	width: calc(100% - 400px);
}

#faq_sec .box {
	padding: 30px 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: 60px;
	padding: 15px 80px 0;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.75;
	cursor: pointer;
}

#faq_sec .box .title::before {
	content: 'Q';
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 60px;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 58px;
	font-family: "Oswald", system-ui;
	background: #f0f0f0;
	border-radius: 10px;
}

#faq_sec .box .inner {
	display: none;
	position: relative;
	padding: 45px 0 15px 80px;
}

#faq_sec .box .inner::before {
	content: 'A';
	position: absolute;
	top: 30px;
	left: 0;
	width: 60px;
	height: 60px;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 700;
	color: #fff;
	line-height: 58px;
	font-family: "Oswald", system-ui;
	background: #31a2aa;
	border-radius: 10px;
}

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

	#faq_sec .sec_inner { padding:100px 60px; }

}

/*
FOOTER
***************************************************************************/
footer {
	padding: 140px 0 150px;
	font-weight: 400;
	color: #fff;
	background: #000;
}

.btn_ptop a {
	display: block;
	position: absolute;
	top: -180px;
	right: 0;
	width: 80px;
	height: 80px;
	background: url(../images/btn_ptop.png) right center / 80px no-repeat;
}

footer .logo {
	float: left;
	width: 250px;
}

footer .logo img { width:100%; }

footer .btn {
	float: right;
	width: 430px;
	height: 90px;
	margin: 20px 0 0 90px;
}

footer .cv_btn {
	font-size: 2.4rem;
	line-height: 88px;
}

footer .cv_btn span {
	padding-right: 35px;
	background: url(../images/arrow.png) right center / 24px no-repeat;
}

footer .info {
	float: right;
	width: 520px;
	margin-top: 10px;
}

footer .info .title {
	margin-bottom: 20px;
	font-size: 2rem;
	font-weight: 600;
}

footer .info .txt {
	margin-bottom: 20px;
}

footer .info  .copy small {
	font-size: 1.4rem;
}

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

	footer .btn { margin:20px 0 0 40px; }

}

/*
THANKS
***************************************************************************/
#thanks_contents {
	position: relative;
	min-height: 100vh;
	padding: 140px 0 160px;
	color: #fff;
	background: #111;
}

#thanks_contents .logo {
	position: absolute;
	top: 30px;
	left: 40px;
	width: 250px;
}

#thanks_contents .logo img { width:100%; }

#thanks_contents .sec_inner {
	width: 960px;
	margin: 0 auto;
}

#thanks_contents .sec_title {
	margin-bottom: 40px;
	font-size: 4rem;
}

#thanks_contents .line_cv .head {
	display: flex;
	align-items: center;
	margin-bottom: 60px;
	padding-right: 100px;
}

#thanks_contents .line_cv .head .title {
	width: calc(100% - 180px);
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.75;
}

#thanks_contents .line_cv .head .img {
	width: 180px;
}

#thanks_contents .line_cv .head .img img { width:100%; }

#thanks_contents .line_cv .btn { display:none; }

#thanks_contents .btn {
	width: 100%;
	height: 90px;
}

#thanks_contents .cv_btn {
	font-size: 2.4rem;
	line-height: 88px;
}

#thanks_contents .cv_btn span {
	padding-right: 35px;
	background: url(../images/arrow.png) right center / 24px no-repeat;
}

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

.scroll_box::-webkit-scrollbar {
	width: 5px;
}

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

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

.gecko .scroll_box {
	scrollbar-width: 5px;
	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: 2px;
	text-align: center;
	font-size: 3.2rem;
	font-weight: 600;
	color: #fff;
	line-height: 118px;
	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: 48px;
	background: url(../images/arrow.png) right 42px / 36px no-repeat;
}

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

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

	.bg_word { background-size:100%; }

}

/* ▼CATCH, TITLE, TEXT▼ */
.eng_title {
	margin-bottom: 30px;
	font-size: 4rem;
	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: 20px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
}

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

.disp_switch .icon:before {
	top: 0;
	left: 50%;
	width: 4px;
	height: 100%;
	margin-left: -2px;
}

.disp_switch .icon:after {
	top: 50%;
	left: 0;
	width: 100%;
	height: 4px;
	margin-top: -2px;
}

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

/* ▼NOTICE LIST▼ */
.note_list > li {
	position: relative;
	padding-left: 1.2em;
	font-size: 1.2rem;
}

.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_pc_mb5 > li { margin-bottom:5px; }
.li_pc_mb10 > li { margin-bottom:10px; }
.li_pc_mb15 > li { margin-bottom:15px; }
.li_pc_mb20 > li { margin-bottom:20px; }
.li_pc_mb25 > li { margin-bottom:25px; }
.li_pc_mb30 > li { margin-bottom:30px; }

.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: 25px;
}

.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: 20px;
}

.list03.number_plus > li { padding-left:2.2em; }
.list03.kana > li { padding-left:30px; }

.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▼ */
.pc_w4per { width:4%; }
.pc_w5per { width:5%; }
.pc_w8per { width:8%; }
.pc_w10per { width:10%; }
.pc_w15per { width:15%; }
.pc_w20per { width:20%; }
.pc_w22per { width:22%; }
.pc_w25per { width:25%; }
.pc_w30per { width:30%; }
.pc_w35per { width:35%; }
.pc_w50per { width:50%; }
.pc_w55per { width:55%; }
.pc_w56per { width:56%; }
.pc_w60per { width:60%; }
.pc_w70per { width:70%; }
.pc_w75per { width:75%; }
.pc_w80per { width:80%; }
.pc_w100per { width:100%!important; }

.pc_w90 { width:90px!important; }
.pc_w160 { width:160px!important; }
.pc_w250 { width:250px!important; }
.pc_w400 { width:400px!important; }
.pc_w500 { width:500px!important; }
.pc_w510 { width:510px!important; }
.pc_w580 { width:580px!important; }

.pc_h210 { height:210px!important; }

.zoom05 { zoom:0.5; }

/* ▼area▼ */
.pc_mb140 { margin-bottom:140px!important; }
.pc_mb120 { margin-bottom:120px!important; }
.pc_mb100 { margin-bottom:100px!important; }
.pc_mb95 { margin-bottom:95px!important; }
.pc_mb90 { margin-bottom:90px!important; }
.pc_mb85 { margin-bottom:85px!important; }
.pc_mb80 { margin-bottom:80px!important; }
.pc_mb75 { margin-bottom:75px!important; }
.pc_mb70 { margin-bottom:70px!important; }
.pc_mb65 { margin-bottom:65px!important; }
.pc_mb60 { margin-bottom:60px!important; }
.pc_mb55 { margin-bottom:55px!important; }
.pc_mb50 { margin-bottom:50px!important; }
.pc_mb45 { margin-bottom:45px!important; }
.pc_mb40 { margin-bottom:40px!important; }
.pc_mb35 { margin-bottom:35px!important; }
.pc_mb30 { margin-bottom:30px!important; }
.pc_mb25 { margin-bottom:25px!important; }
.pc_mb20 { margin-bottom:20px!important; }
.pc_mb15 { margin-bottom:15px!important; }
.pc_mb12 { margin-bottom:12px!important; }
.pc_mb10 { margin-bottom:10px!important; }
.pc_mb8 { margin-bottom:8px!important; }
.pc_mb5 { margin-bottom:5px!important; }
.pc_mb0 { margin-bottom:0!important; }

.pc_mlr115 { margin-left:115px!important; margin-right:115px!important; }
.pc_mlr100 { margin-left:100px!important; margin-right:100px!important; }
.pc_mlr80 { margin-left:80px!important; margin-right:80px!important; }
.pc_mlr75 { margin-left:75px!important; margin-right:75px!important; }
.pc_mlr70 { margin-left:70px!important; margin-right:70px!important; }
.pc_mlr60 { margin-left:60px!important; margin-right:60px!important; }
.pc_mlr55 { margin-left:55px!important; margin-right:55px!important; }
.pc_mlr50 { margin-left:50px!important; margin-right:50px!important; }
.pc_mlr45 { margin-left:40px!important; margin-right:45px!important; }
.pc_mlr40 { margin-left:40px!important; margin-right:40px!important; }
.pc_mlr35 { margin-left:35px!important; margin-right:35px!important; }
.pc_mlr30 { margin-left:30px!important; margin-right:30px!important; }
.pc_mlr25 { margin-left:25px!important; margin-right:25px!important; }
.pc_mlr20 { margin-left:20px!important; margin-right:20px!important; }
.pc_mlr15 { margin-left:15px!important; margin-right:15px!important; }
.pc_mlr10 { margin-left:10px!important; margin-right:10px!important; }
.pc_mlr5 { margin-left:5px!important; margin-right:5px!important; }
.pc_mlr-1 { margin-left:-1px!important; margin-right:-1px!important; }
.pc_mlr-5 { margin-left:-5px!important; margin-right:-5px!important; }
.pc_mlr-10 { margin-left:-10px!important; margin-right:-10px!important; }
.pc_mlr-20 { margin-left:-20px!important; margin-right:-20px!important; }
.pc_mlr-40 { margin-left:-40px!important; margin-right:-40px!important; }
.pc_mlr-50 { margin-left:-50px!important; margin-right:-50px!important; }
.pc_mlr-60 { margin-left:-60px!important; margin-right:-60px!important; }
.pc_mlr-90 { margin-left:-90px!important; margin-right:-90px!important; }
.pc_mlr_auto { margin-left:auto!important; margin-right:auto!important; }

.pc_mr50 { margin-right:50px!important; }
.pc_mr40 { margin-right:40px!important; }
.pc_mr30 { margin-right:30px!important; }
.pc_mr25 { margin-right:25px!important; }
.pc_mr20 { margin-right:20px!important; }
.pc_mr15 { margin-right:15px!important; }
.pc_mr10 { margin-right:10px!important; }
.pc_mr5 { margin-right:5px!important; }
.pc_mr0 { margin-right:0px!important; }
.pc_mr-5 { margin-right:-5px!important; }

.pc_ml80 { margin-left:80px!important; }
.pc_ml50 { margin-left:50px!important; }
.pc_ml40 { margin-left:40px!important; }
.pc_ml30 { margin-left:30px!important; }
.pc_ml20 { margin-left:20px!important; }
.pc_ml15 { margin-left:15px!important; }
.pc_ml10 { margin-left:10px!important; }
.pc_ml0 { margin-left:0px!important; }
.pc_ml-5 { margin-left:-5px!important; }
.pc_ml-10 { margin-left:-10px!important; }
.pc_ml-15 { margin-left:-15px!important; }
.pc_ml-20 { margin-left:-20px!important; }

.pc_mt90 { margin-top:90px!important; }
.pc_mt80 { margin-top:80px!important; }
.pc_mt70 { margin-top:70px!important; }
.pc_mt60 { margin-top:60px!important; }
.pc_mt55 { margin-top:55px!important; }
.pc_mt50 { margin-top:50px!important; }
.pc_mt45 { margin-top:45px!important; }
.pc_mt40 { margin-top:40px!important; }
.pc_mt30 { margin-top:30px!important; }
.pc_mt20 { margin-top:20px!important; }
.pc_mt15 { margin-top:15px!important; }
.pc_mt10 { margin-top:10px!important; }
.pc_mt5 { margin-top:5px!important; }
.pc_mt3 { margin-top:3px!important; }
.pc_mt0 { margin-top:0!important; }
.pc_mt-5 { margin-top:-5px!important; }
.pc_mt-10 { margin-top:-10px!important; }
.pc_mt-20 { margin-top:-20px!important; }
.pc_mt-40 { margin-top:-40px!important; }
.pc_mt-50 { margin-top:-50px!important; }
.pc_mt-80 { margin-top:-80px!important; }

.pc_pb100 { padding-bottom:100px!important; }
.pc_pb80 { padding-bottom:80px!important; }
.pc_pb30 { padding-bottom:30px!important; }
.pc_pb8 { padding-bottom:8px!important; }
.pc_pb0 { padding-bottom:0!important; }

.pc_p20 { padding:20px!important; }
.pc_p15 { padding:15px!important; }
.pc_p10 { padding:10px!important; }

.pc_pt60 { padding-top:60px!important; }
.pc_pt50 { padding-top:50px!important; }

.pc_ptb20 { padding-top:20px!important; padding-bottom:20px!important; }
.pc_ptb15 { padding-top:15px!important; padding-bottom:15px!important; }
.pc_ptb5 { padding-top:5px!important; padding-bottom:5px!important; }
.pc_ptb0 { padding-top:0!important; padding-bottom:0!important; }

.pc_plr25 { padding-left:25px!important; padding-right:25px!important; }

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

.pc_size10 { font-size:1rem!important; }
.pc_size11 { font-size:1.1rem!important; }
.pc_size12 { font-size:1.2rem!important; }
.pc_size13 { font-size:1.3rem!important; }
.pc_size14 { font-size:1.4rem!important; }
.pc_size16 { font-size:1.6rem!important; }
.pc_size17 { font-size:1.7rem!important; }
.pc_size18 { font-size:1.8rem!important; }
.pc_size19 { font-size:1.9rem!important; }
.pc_size20 { font-size:2.0rem!important; }
.pc_size22 { font-size:2.2rem!important; }
.pc_size24 { font-size:2.4rem!important; }
.pc_size30 { font-size:3.0rem!important; }

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