@charset "utf-8";

/* topWrap */
.topWrap{
	position: relative;
}
.topWrap:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-attachment: fixed;
	background-image: url(../images250808/top/bg01.svg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0.4;
}
.topWrap_inner{
	position: relative;
}
@media (max-width:1024px){
	.topWrap:before{
		background-image: url(../images250808/top/bg01_u1024.svg);
	}
}

/* header */
.eyeCatch{
	aspect-ratio: 1920/1080;
	width: 100%;
}
.eyeCatch_box{
	width: 100%;
	height: 100%;                
	position: relative;
	overflow: hidden;
	background-color: #fff;
}
.eyeCatch_slide{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.eyeCatch_slide.slide01.active>.bgImg{
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(../images/top251223/bg01.jpg);
	background-size: cover;
	background-position: center center;
	scale: 1;
	animation: scaleUp 7s ease-in-out forwards;
}
@keyframes scaleUp{
	0%{
		scale:1;
	}
	100%{
		scale:1.1;
	}
}
.eyeCatch_slide.slide02.active>.bgImg{
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(../images/top251223/bg02.jpg);
	background-size: cover;
	background-position: center bottom;
	animation: moveUp 11s ease-in-out forwards;
}
@keyframes moveUp{
	0%{
		background-position: center bottom;
	}
	100%{
		background-position: center top;
	}
}
.eyeCatch_slide.slide03.active>.bgImg{
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(../images/top251223/bg03.jpg);
	background-size: cover;
	background-position: center center;
	scale: 1;
	animation: scaleUp 7s ease-in-out forwards;
}
.eyeTxt_en{
	width: 100%;
	position: absolute;
	bottom: 0;
	background: linear-gradient(360deg,rgba(0, 0, 0, 0.5) 0%,rgba(0, 0, 0, 0.25)50%,rgba(0, 0, 0, 0)100%);
	opacity: 0;
	transition: opacity 0.5s ease;
}
.eyeCatch_slide.active>.eyeTxt_en{
	opacity: 1;
}
@keyframes scaleUp{
	0%{
		scale:1;
	}
	100%{
		scale:1.1;
	}
}
.eyeCatch_slide.slide04.active>.bgImg{
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(../images/top251223/bg04.jpg);
	background-size: cover;
	background-position: center bottom;
	animation: moveRight 11s ease-in-out forwards;
}
@keyframes moveRight{
	0%{
		background-position: left center;
	}
	100%{
		background-position: right center;
	}
}
.eyeTxt_jp{
	position: absolute;
	top: 20px;
	right: 20px;
	max-width: 200px;
	width: 10%;
	z-index: 5;
}
.u1024{
	display: none;
}
@media (max-width:1024px){
	.eyeCatch{
		aspect-ratio: 1/1;
	}
	.eyeCatch_slide.slide02.active>.bgImg{
		background-image: url(../images/top251223/bg02_sp.jpg);
		animation: moveUp 7s ease-in-out forwards;
	}
	.eyeCatch_slide.slide04.active>.bgImg{
		background-image: url(../images/top251223/bg04_sp.jpg);
		animation: moveRight 13s ease-in-out forwards;
	}
	.eyeTxt_jp{
		width: 15%;
		z-index: 5;
	}
	.u1024{
		display: block;
	}
	.o1024{
		display: none;
	}
}
@media (max-width:500px){
	.eyeTxt_jp{
		top: 15px;
		right: 15px;
	}
}

/* appearPoint */
/*.appearPoint{
	background-color: #fff;
	border-bottom: 1px solid #2f3b5a;
}
.appearPoint ul{
	display: flex;
	justify-content: center;
	padding: 0px 0px 20px 0;
}
.appearPoint ul li{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px 30px;
	box-sizing: border-box;
	border-left: 1px solid #2f3b5a;
}
.appearPoint ul li:last-child{
	border-right: 1px solid #2f3b5a;
}
.appearPoint ul li p{
	font-size: 1.25em;
	line-height: 1.6;
	text-align: center;
}
.appearPoint ul li:nth-child(4) p{
	font-size: 1.75em;
	line-height: 1.2;
}
.appearPoint ul li p span{
	font-size: 1.5em;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
	color: #9c871e;
}
.appearPoint ul li:nth-child(4) p span{
	font-size: 1em;
}
.appearPoint ul li p sup.noticeDeco{
	font-size: 10px;
	color: #9c871e;
}
.under500{
	display: none;
}
@media (max-width:1500px){
	.appearPoint ul li p{
		font-size: 1.05em;
	}
	.appearPoint ul li:nth-child(4) p{
		font-size: 1.55em;
	}
}
@media (max-width:1200px){
	.appearPoint ul li{
		padding: 5px 25px;
	}
	.appearPoint ul li p{
		font-size: 0.95em;
	}
	.appearPoint ul li:nth-child(4) p{
		font-size: 1.45em;
	}
}
@media (max-width:1024px){
	.appearPoint ul{
		flex-wrap: wrap;
	}
	.appearPoint ul li{
		width: 45%;
		margin-bottom: 15px;
	}
	.appearPoint ul li:nth-child(2),
	.appearPoint ul li:nth-child(4){
		border-right: 1px solid #2f3b5a;
	}
	.appearPoint ul li:last-child{
		width: 90%;
		border-bottom: none;
		margin-bottom: 0px;
	}
	.appearPoint ul li p{
		font-size: 1.05em;
	}
	.appearPoint ul li:nth-child(4) p{
		font-size: 1.55em;
	}
}
@media (max-width:768px){
	.appearPoint ul li p sup.noticeDeco{
		font-size: 8px;
	}
}
@media (max-width:500px){
	.under500{
		display: block;
	}
}
@media (max-width:414px){
	.appearPoint ul li{
		padding: 15px 0px;
	}
	.appearPoint ul li p{
		font-size: 0.95em;
	}
	.appearPoint ul li:nth-child(4) p{
		font-size: 1.45em;
	}
}
@media (max-width:375px){
	.appearPoint ul li p{
		font-size: 0.85em;
	}
	.appearPoint ul li:nth-child(4) p{
		font-size: 1.25em;
	}
}*/
.appearPoint{
	background-color: #fff;
	border-bottom: 1px solid #2f3b5a;
}
.appearPoint ul{
	max-width: 1100px;
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.appearPoint ul li{
	width: 33.33%;
	border-bottom: 1px solid #2f3b5a;
}
.appearPoint ul li:nth-child(4),
.appearPoint ul li:nth-child(5),
.appearPoint ul li:last-child{
	border-bottom: none;
}
.appearPoint ul li p{
	margin: 10px 0;
	border-right: 1px solid #2f3b5a;
}
.appearPoint ul li:nth-child(3) p,
.appearPoint ul li:last-child p{
	border-right: none;
}
.appearPoint ul li:nth-child(4) p{
	font-size: 1.75em;
	line-height: 1.2;
}
.appearPoint ul li p span{
	font-size: 1.5em;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
	color: #9c871e;
}
.appearPoint ul li:nth-child(4) p span{
	font-size: 1em;
}
.under500{
	display: none;
}
@media (max-width:768px){
	.appearPoint ul{
		width: 95%;
	}
	.appearPoint ul li{
		width: 50%;
	}
	.appearPoint ul li:nth-child(4){
		border-bottom: 1px solid #2f3b5a;
	}
	.appearPoint ul li p{
		margin: 5px 0;
	}
	.appearPoint ul li:nth-child(2) p,
	.appearPoint ul li:nth-child(4) p{
		border-right: none;
	}
	.appearPoint ul li:nth-child(3) p{
		border-right: 1px solid #2f3b5a;
	}
}

/* mainTxt */
.mainTxt{
	padding: 160px 0;
	text-align: center;
}
.mainTxt_inner>p:first-child{
	max-width: 250px;
	width: 15%;
	margin: 0 auto;
	margin-bottom: 80px;          
}
.mainTxt_inner>p:nth-child(2){
	max-width: 720px;
	width: 50%;
	margin: 0 auto;
	margin-bottom: 100px;          
}
.mainTxt_inner>p:last-child{
	max-width: 500px;
	width: 40%;
	margin: 0 auto;
	margin-bottom: 20px;              
}
.requestBtn{
	max-width: 500px;
	width: 40%;
}
.requestBtn a{
	display: block;
	background-color: #0d102c;
	font-size: 1.5em;
	color: #fff;
	transition: 0.5s all;
}
.requestBtn a:hover,
.requestBtn a:active{
	opacity: 0.7;
	transition: 0.5s all;                
}
@media (max-width:1024px){
	.mainTxt{
		padding: 120px 0;
	}
	.mainTxt_inner>p:first-child{
		width: 17.5%;
		margin-bottom: 50px;      
	}
	.mainTxt_inner>p:nth-child(2){
		width: 55%;
		margin-bottom: 80px;         
	}
	.mainTxt_inner>p:last-child,
	.requestBtn{
		width: 45%;              
	}
}
@media (max-width:768px){
	.mainTxt_inner>p:first-child{
		width: 20%;        
	}
	.mainTxt_inner>p:nth-child(2){
		width: 60%;       
	}
	.mainTxt_inner>p:last-child,
	.requestBtn{
		width: 50%;              
	}
}
@media (max-width:500px){
	.mainTxt{
		padding: 80px 0;
	}
	.mainTxt_inner>p:first-child{
		width: 25%;
		margin-bottom: 30px;         
	}
	.mainTxt_inner>p:nth-child(2){
		width: 75%;
		margin-bottom: 50px;          
	}
	.mainTxt_inner>p:last-child,
	.requestBtn{
		width: 60%;              
	}
}

/* mainContents */
.mainContents{
	background-attachment: fixed;
	background-image: url(../images250808/top/bg02.jpg);
	background-size: cover;
	background-position: center center;
	border-top: 2px solid #2f3b5a;
	box-sizing: border-box;
}
.contentsRow{
	display: flex;
	flex-wrap: wrap;
	border-bottom: 2px solid #2f3b5a;
	position: relative;
}
.contentsRow:before{
	content: '';
	width: 60px;
	position: absolute;
	top: 0;
	bottom: 0;
	background-color: #0d102c;
}
.contentsRow:nth-of-type(odd):before{
	border-right: 2px solid #2f3b5a;
	left: 0;
}
.contentsRow:nth-of-type(even):before{
	border-left: 2px solid #2f3b5a;
	right: 0;
}
.contentsTxt,
.contentsVideo{
	width: 50%;
	height: auto;
}
.contentsVideo{
	position: relative;
}
.contentsVideo:before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.3);
	width: 100%;
}
.contentsVideo video{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.relative{
	position: relative;
}
.absolute{
	position: absolute;
	top: 0;
	left: 0;
}
.contentsTxt a{
	display: flex;
	flex-wrap: wrap;
	color: #727171;
	transition: 0.5s all;
	padding: 100px 60px;
	min-width: 0;
}
.contentsTxt a:hover,
.contentsTxt a:active{
	opacity: 0.5;
	transition: 0.5s all;
}
.contentsRow:nth-of-type(odd)>.contentsTxt>a{
	justify-content: flex-end;
	border-right: 2px solid #2f3b5a;
}
.contentsRow:nth-of-type(even)>.contentsTxt>a{
	justify-content: flex-start;
}
.catchcopyBox{
	display: flex;
	order: 1;
	padding-top: 20px;
}
.catchcopyBox>h3{
	font-size: 4em;
	font-weight: 500;
	letter-spacing: 0.2em;
	writing-mode: vertical-rl; 
	color: #fff;
	order: 1;
	margin-left: 20px;
}
.contentsRow:nth-of-type(odd) .contentsTxt a .txtRow{
	padding-left: 60px;
	box-sizing: border-box;
}
.contentsRow:nth-of-type(even) .contentsTxt a .catchcopyBox{
	padding-right: 60px;
	box-sizing: border-box;
}
.txtRow>.ttlBox{
	text-align: center;
}
.txtRow>.ttlBox>h4{
	font-family: "Jost", sans-serif;
	font-size: 1em;
	font-weight: 300;
	color: #fff;
	border-bottom: 1px solid #fff;
	display: inline-block;
}
.txtRow>.txtBox{
	display: flex;
	padding-top: 60px;
}
.txtRow>.txtBox>p.em{
	order: 1;
	font-size: 1.5em;
	line-height: 1.8;
	color: #fff;
	margin-left: 20px;
}
.txtRow>.txtBox>p{
	writing-mode: vertical-rl;
	font-size: 1em;
	line-height: 2.5;
	color: #fff;
}
.mc_noevent{
	pointer-events: none;
}
@media (max-width:1500px){
	.catchcopyBox>h3{
		font-size: 3.5em;
	}
	.txtRow>.txtBox>p.em{
		font-size: 1.4em;
	}
	.txtRow>.txtBox>p{
		font-size: 0.9em;
	}
}
@media (max-width:1200px){
	.contentsRow:nth-of-type(odd) .contentsTxt a .txtRow{
		padding-left: 40px;
	}
	.contentsRow:nth-of-type(even) .contentsTxt a .catchcopyBox{
		padding-right: 40px;
	}
	.catchcopyBox>h3{
		font-size: 3em;
	}
	.txtRow>.txtBox>p.em{
		font-size: 1.3em;
	}
	.txtRow>.txtBox>p{
		font-size: 0.8em;
	}
}
@media (max-width:1024px){
	.contentsTxt,
	.contentsVideo{
		width: 100%;
	}
	.contentsRow:nth-of-type(even) .contentsVideo{
		order: 1;
	}
	.contentsTxt a{
		padding: 80px 60px;
	}
	.catchcopyBox>h3{
		font-size: 3.5em;
	}
	.txtRow>.txtBox>p.em{
		font-size: 1.4em;
	}
	.txtRow>.txtBox>p{
		font-size: 0.9em;
	}
}
@media (max-width:768px){
	.contentsRow:before{
		width: 10%;
	}                
	.contentsTxt a{
		padding: 50px;
	}
	.contentsRow:nth-of-type(odd) .contentsTxt a .txtRow{
		padding-left: 0px;
	}
	.contentsRow:nth-of-type(even) .contentsTxt a .catchcopyBox{
		padding-right: 0px;
	}
}
@media (max-width:500px){
	.catchcopyBox>h3{
		font-size: 3em;
	}
	.txtRow>.txtBox>p.em{
		font-size: 1.3em;
	}
	.txtRow>.txtBox>p{
		font-size: 0.8em;
	}
}
@media (max-width:414px){
	.contentsTxt a{
		padding: 50px 20px;
	}
	.catchcopyBox>h3{
		font-size: 2.75em;
	}
}
@media (max-width:375px){
	.catchcopyBox>h3{
		font-size: 2.5em;
	}
}

/* informationContents */
.informationContents{
	padding: 80px 0;
}
.informationContents_inner{
	max-width:550px;
	width:80%;
	margin: 0 auto;
}
.infoBox>h3{
	font-family: "Jost", sans-serif;
	font-size: 1.5em;
	line-height: 1;
	font-weight: 300;
	color: #2f3b5a;
	display: inline-block;
	padding-bottom: 5px;
	border-bottom: 1px solid #2f3b5a;
	margin-bottom: 30px;
}
.infoContent_box table{
	width: 100%;
}
.infoContent_box table tr th,
.infoContent_box table tr td{
	display: block;
	width: 100%;
	text-align: left;
	font-size: 1em;
}
.infoContent_box table tr td{
	padding-bottom: 20px;
}
.infoContent_box table tr:last-child td{
	padding-bottom: 0px;
}
@media (max-width:1500px){
	.infoBox>h3{
		font-size: 1.4em;
	}
	.infoContent_box table tr th,
	.infoContent_box table tr td{
		font-size: 0.9em;
	}
}
@media (max-width:1200px){
	.infoBox>h3{
		font-size: 1.3em;
	}
	.infoContent_box table tr th,
	.infoContent_box table tr td{
		font-size: 0.8em;
	}
}
@media (max-width:1024px){
	.infoBox>h3{
		font-size: 1.4em;
	}
	.infoContent_box table tr th,
	.infoContent_box table tr td{
		font-size: 0.9em;
	}
}
@media (max-width:414px){
	.infoBox>h3{
		font-size: 1.3em;
	}
	.infoContent_box table tr th,
	.infoContent_box table tr td{
		font-size: 0.8em;
	}
}

/* specialContents */
.specialContents{
	margin-bottom: 80px;
}
.specialContents_inner{
	max-width: 1100px;
	width: 80%;
	margin: 0 auto;
	background-color: #cfc18e;
	padding: 50px 0;
	text-align: center;
}
.specialContents_inner>.ttlBox{
	margin-bottom: 30px;
}
.specialContents_inner>.ttlBox>h3{
	display: flex;
	align-items: center;
	font-family: "Jost", sans-serif;
	font-size: 2.75em;
	letter-spacing: 0.1em;
	line-height: 1;
	font-weight: 300;
	color: #171c35;
	margin-bottom: 10px;
}
.specialContents_inner>.ttlBox>h3>span{
	flex: 1;
}
.specialContents_inner>.ttlBox>h3>span:first-child{
	margin-right: 1em;
	box-sizing: border-box;
}
.specialContents_inner>.ttlBox>h3>span:last-child{
	margin-left: 1em;
	box-sizing: border-box;
}
.specialContents_inner>.ttlBox>h3>span:first-child,
.specialContents_inner>.ttlBox>h3>span:last-child{
	border-bottom: 6px double #171c35;
}
.specialContents_inner>.ttlBox>p{
	font-size: 1.5em;
	letter-spacing: 0.1em;
	color: #171c35;
}
.specialContents_inner>.txtBox{
	margin-bottom: 20px;
}
.specialContents_inner>.txtBox>p:first-child{
	font-size: 1.15em;
	line-height: 2;
	margin-bottom: 10px;
}
.specialContents_inner>.txtBox>p:first-child>span{
	font-size: 1em;
	display: inline-block;
	padding: 0 1.25em 0 1em;
	position: relative;
}
.specialContents_inner>.txtBox>p:first-child>span:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;                
	transform: translate(0,-50%);
	width: 10px;
	height: 10px;
	background-color: #333;
}
.specialContents_inner>.txtBox>p:last-child{
	font-size: 1em;
	line-height: 2;
}
.loginBtn{
	max-width: 480px;
	width: 50%;
	margin: 0 auto;
}
.loginBtn a{
	display: block;
	background-color: #171c35;
	transition: 0.5s all;
}
.loginBtn a:hover,
.loginBtn a:active{
	opacity: 0.7;
	transition: 0.5s all;
}
.under1024,
.under500{
	display: none;
}
@media (max-width:1500px){
	.specialContents_inner>.ttlBox>h3{
		font-size: 2.5em;
	}
	.specialContents_inner>.ttlBox>p{
		font-size: 1.4em;
	}
	.specialContents_inner>.txtBox>p:first-child{
		font-size: 1.05em;
	}
	.specialContents_inner>.txtBox>p:first-child>span,
	.specialContents_inner>.txtBox>p:last-child{
		font-size: 0.9em;
	}
}
@media (max-width:1200px){
	.specialContents_inner>.ttlBox>h3{
		font-size: 2.25em;
	}
	.specialContents_inner>.ttlBox>p{
		font-size: 1.3em;
	}
	.specialContents_inner>.txtBox>p:first-child{
		font-size: 0.95em;
	}
	.specialContents_inner>.txtBox>p:first-child>span,
	.specialContents_inner>.txtBox>p:last-child{
		font-size: 0.8em;
	}
}
@media (max-width:1024px){
	.specialContents_inner>.ttlBox>h3{
		font-size: 2.5em;
	}
	.specialContents_inner>.ttlBox>p{
		font-size: 1.4em;
	}
	.specialContents_inner>.txtBox>p:first-child{
		font-size: 1.05em;
	}
	.specialContents_inner>.txtBox>p:first-child>span,
	.specialContents_inner>.txtBox>p:last-child{
		font-size: 0.9em;
	}
	.loginBtn{
		width: 55%;
	}
	.under1024{
		display: block;
	}
}
@media (max-width:768px){                
	.specialContents_inner>.ttlBox>h3{
		line-height: 1.2;
	}
	.specialContents_inner>.txtBox>p:first-child>span:before{
		width: 8px;
		height: 8px;
	}
	.loginBtn{
		width: 60%;
	}
}
@media (max-width:500px){
	.loginBtn{
		width: 70%;
	}
	.under500{
		display: block;
	}
}
@media (max-width:414px){
	.specialContents_inner>.ttlBox>h3{
		font-size: 2.25em;
	}
	.specialContents_inner>.ttlBox>p{
		font-size: 1.3em;
	}
	.specialContents_inner>.txtBox>p:first-child{
		font-size: 0.95em;
	}
	.specialContents_inner>.txtBox>p:first-child>span,
	.specialContents_inner>.txtBox>p:last-child{
		font-size: 0.8em;
	}                
	.loginBtn{
		width: 80%;
	}
}