@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LMX */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	font
------------------------------------------------------------*/
.noto {
	font-family: "Noto Sans JP", sans-serif;
}
.racing {
	font-weight: 400;
	font-family: "Racing Sans One", sans-serif;
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	padding-top: 5.2rem;
	margin-bottom: -0.2rem;
}
.pageTitle .widBox {
	width: 96rem;
	margin: 0 auto;
	position: relative;
}
.pageTitle h2 {
	position: absolute;
	left: 0;
	top: 1.6rem;
	font-size: 7.5rem;
	font-weight: 400;
	font-family: "Racing Sans One", sans-serif;
	z-index: 1;
}
.pageTitle h3 {
	position: absolute;
	right: 7.2rem;
	top: -1.4rem;
	z-index: 1;
	width: 6rem;
	height: 27.6rem;
	padding: 6.6rem 0 0 1.3rem;
	font-size: 2.3rem;
	font-weight: 700;
	color: #fff;
	box-sizing: border-box;
	background-color: #004EA2;
	clip-path: polygon(0 9%, 100% 0, 100% 100%, 0% 100%);
}
.pageTitle h3 span {
	writing-mode: vertical-rl;
}
.pageTitle .photo {
	clip-path: polygon(0 23%, 100% 6.4%, 100% 78.5%, 0 94.8%);
}
.pageTitle .photo img {
	width: 100%;
}
.pageTitle .textSub {
	width: 84rem;
	margin: 0 auto -0.3rem;
}
.pageTitle .textSub .ttl {
	margin-bottom: 2.4rem;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.54;
}
.pageTitle .textSub p {
	font-size: 1.6rem;
	line-height: 1.75;
}
@media all and (max-width: 896px) {
	.pageTitle {
		padding-top: 0.8rem;
		position: relative;
		z-index: 2;
		margin-bottom: -2.6rem;
	}
	.pageTitle .widBox {
		width: auto;
	}
	.pageTitle h2 {
		top: -0.4rem;
		left: 1.3rem;
		font-size: 4.85rem;
		letter-spacing: 0;
	}
	.pageTitle h3 {
		right: 1.6rem;
		top: -0.4rem;
		width: 4.2rem;
		height: 12.9rem;
		padding: 2.6rem 0 0 0.9rem;
		font-size: 1.6rem;
		clip-path: polygon(0 7%, 100% 0, 100% 100%, 0% 100%);
	}
	.pageTitle .photo {
		clip-path: polygon(0 26%, 100% 3.8%, 100% 76.6%, 0 99.4%);
	}
	.pageTitle .photo img {
		height: 25.1rem;
		object-fit: cover;
	}
	.pageTitle .textSub {
		width: auto;
		margin: 1.5rem 2rem 0;
	}
	.pageTitle .textSub .ttl {
		margin-bottom: 2.2rem;
		font-size: 1.7rem;
		line-height: 1.61;
	}
	.pageTitle .textSub p {
		font-size: 1.4rem;
	}
}
/*------------------------------------------------------------
	mainBox
------------------------------------------------------------*/
.mainBox {
	padding: 18.7rem 0 20.5rem;
	position: relative;
	background: #E6E6E6 url(../img/common/main_bg.png) no-repeat top center;
	background-size: 100% 15.2rem;
}
.mainBox::before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 11.3rem;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	background-color: #fff;
	content: "";
}
@media all and (max-width: 896px) {
	.mainBox {
		padding: 8.3rem 0 10.4rem;
		background-image: url(../img/common/main_bg_sp.png);
		background-size: 100% 6.9rem;
	}
	.mainBox::before {
		height: 5.6rem;
	}
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	width: 80rem;
	margin: 0 auto;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 1.2rem;
		width: auto !important;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 2.9rem;
	padding-left: 1.5rem;
	position: relative;
	font-weight: 700;
	font-size: 1.7rem;
}
.headLine01::before {
	position: absolute;
	left: 0;
	top: 0.5rem;
	width: 0.3rem;
	bottom: 0.3rem;
	background-color: #004EA2;
	content: "";
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 1rem;
		padding-left: 0.8rem;
		font-size: 1.5rem;
	}
	.headLine01::before {
		left: 0.1rem;
		width: 0.2rem;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 3.6rem;
	text-align: center;
	font-weight: 400;
	font-size: 7rem;
	-webkit-text-stroke: 0.2rem transparent;
	-webkit-text-fill-color: #fff;
	background: #000;
	-webkit-background-clip: text;
	font-family: "Racing Sans One", sans-serif;
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 2.2rem;
		font-size: 4.85rem;
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 7.1rem;
	text-align: center;
	font-size: 3rem;
	font-weight: 700;
}
.headLine03 .en {
	margin-bottom: 2.9rem;
	display: block;
	font-weight: 400;
	font-size: 6.9rem;
	font-family: "Racing Sans One", sans-serif;
}
@media all and (max-width: 896px) {
	.headLine03 {
		margin-bottom: 4.1rem;
		font-size: 1.4rem;
	}
	.headLine03 .en {
		margin-bottom: -1rem;
		font-size: 4.85rem;
	}
}
/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
	margin-bottom: 5.7rem;
	text-align: center;
	font-size: 2.3rem;
	font-weight: 700;
}
.headLine04 .en {
	margin-bottom: 0.1rem;
	display: block;
	font-weight: 400;
	font-size: 6rem;
	font-family: "Racing Sans One", sans-serif;
}
@media all and (max-width: 896px) {
	.headLine04 {
		margin-bottom: 3.6rem;
		font-size: 1.4rem;
	}
	.headLine04 .en {
		margin-bottom: -1.1rem;
		font-size: 4.85rem;
	}
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
	width: 25rem;
	margin: 0 auto;
}
.comLink a {
	height: 4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 1.5rem;
	color: #fff;
	font-weight: 700;
	box-sizing: border-box;
	background-color: #A00D18;
}
.comLink a:hover {
	opacity: 0.7;
}
.comLink span {
	padding: 0.2rem 0.8rem 0.1rem 1.9rem;
	display: inline-block;
	background: url(../img/common/icon03.png) no-repeat left top 0.8rem;
	background-size: 0.9rem auto;
}
/*------------------------------------------------------------
	comTopList
------------------------------------------------------------*/
@media all and (min-width: 897px) {
	.comTopList {
		margin: 2.9rem 0.5rem 5.5rem 0;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.comTopList li {
		margin: 0 1rem;
	}
}
@media all and (max-width: 896px) {
	.comTopList {
		margin: 2.3rem 0 4.4rem;
	}
	.comTopList li:not(:last-child) {
		margin-bottom: 1.1rem;
	}
}
/*------------------------------------------------------------
	comTab
------------------------------------------------------------*/
.comTab table {
	width: 100%;
	border-collapse: collapse;
	border: 0.3rem solid #838383;
	box-sizing: border-box;
}
.comTab th,
.comTab td {
	padding: 1.2rem 2.8rem 1.3rem;
	vertical-align: top;
	text-align: left;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1.77;
	background-color: #fff;
	box-sizing: border-box;
	border-bottom: 1px solid #848484;
}
.comTab th {
	padding-left: 4.8rem;
	width: 17.5%;
	font-weight: 700;
	background-color: #F2F9FD;
}
@media all and (max-width: 896px) {
	.comTab th,
	.comTab td {
		padding: 1.1rem 0 1.2rem 0.6rem;
		font-size: 1.2rem;
		line-height: 1.79;
		font-feature-settings: "palt";
	}
	.comTab th {
		padding-left: 0.9rem;
		width: 19.7%;
	}
}
/*------------------------------------------------------------
	comBtmBox
------------------------------------------------------------*/
.comBtmBox {
	padding: 6rem 0 12.2rem;
}
@media all and (min-width: 897px) {
	.comBtmBox .imgBox {
		width: 92.4rem;
		margin: 0 auto;
	}
	.comBtmBox .textBox {
		width: fit-content;
		margin: 3.8rem 0 0 1.4rem;
	}
	.comBtmBox .img {
		width: 38.9rem;
	}
	.comBtmBox01 {
		padding: 10.2rem 0 10.9rem;
	}
	.comBtmBox01 .imgBox {
		width: 78.6rem;
	}
	.comBtmBox01 .textBox {
		margin: -0.4rem 0 0 -1.2rem;
	}
	.comBtmBox01 .headLine03 {
		margin-bottom: 5.6rem;
	}
	.comBtmBox01 .headLine03 .en {
		margin-bottom: 1.8rem;
	}
	.comBtmBox01 .img {
		width: 31.9rem;
	}
}
@media all and (max-width: 896px) {
	.comBtmBox {
		padding: 4.6rem 0 17rem;
	}
	.comBtmBox .imgBox {
		display: block;
		position: relative;
	}
	.comBtmBox .img {
		margin: 0 2.5rem;
	}
	.comBtmBox .img img {
		width: 100%;
	}
	.comBtmBox .comLink {
		position: absolute;
		left: 50%;
		bottom: -9.2rem;
		transform: translateX(-50%);
	}
	.comBtmBox01 {
		padding-bottom: 15.3rem;
	}
	.comBtmBox01 .img {
		margin: 0 3.6rem;
		padding-top: 0.7rem;
	}
	.comBtmBox01 .comLink {
		bottom: -8.4rem;
	}
}
/*------------------------------------------------------------
	comBtnLink
------------------------------------------------------------*/
.comBtnLink {
	margin-top: 4.1rem;
}
.comBtnLink a {
	display: block;
	text-align: center;
	background-color: #004EA2;
}
.comBtnLink a:hover {
	opacity: 0.7;
}
.comBtnLink img {
	width: 100rem;
}
@media all and (max-width: 896px) {
	.comBtnLink {
		margin: 1.6rem 0 -0.1rem;
	}
	.comBtnLink img {
		width: 100%;
	}
}
/*------------------------------------------------------------
	loading
------------------------------------------------------------*/
.loading {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background-size: cover;
	display: none;
	transition: 1s;
	z-index: 100;
}
.loading.hide {
	opacity: 0;
	pointer-events: none;
}
.loading .step01,
.loading .step02,
.loading .step03 {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #A00D18;
}
.loading .step02,
.loading .step03 {
	clip-path: inset(0 0 100%);
	transition: clip-path .7s cubic-bezier(.83,0,.17,1) .5s;
}
.loading .step02.show,
.loading .step03.show {
	clip-path: inset(0);
}
.loading .step02 {
	background: #004EA2;
	z-index: 1;
}
.loading .step03 {
	background: url(../img/common/loading_bg.jpg) no-repeat center center / cover;
	z-index: 2;
}
.loading .loadInfo {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 3;
}
.loading .textImg {
	width: 66.35rem;
	opacity: 0;
    transition: opacity .3s linear;
}
.loading .textImg.show {
	opacity: 1;
}
@media all and (max-width: 896px) {
	.loading .step03 {
		background-image: url(../img/common/loading_bg_sp.jpg);
	}
	.loading .textImg {
		width: 28rem;
	}
}