@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%;
	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{
	animation:fadeIn 0s ease-in-out forwards,fadeOut 2s ease-in-out 8s forwards;
	z-index: 2;
}
@keyframes blur_fadeIn{
	0%{
		opacity: 0;
		filter: blur(20px);
	}
	100%{
		opacity: 1;
		filter: blur(0px);
	}
}
.slide01>img:first-child{
	max-width: 170px;
	width: 10%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	opacity: 0;
	animation:blur_fadeIn 2s ease-in-out forwards,fadeOut 1s ease-in-out 3s forwards;
}
.slide01>img:last-child{
	max-width: 170px;
	width: 10%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	opacity: 0;
	animation:blur_fadeIn 2s ease-in-out forwards;
	animation-delay: 3s;                
}
.eyeCatch_slide.slide02{
	animation:fadeIn 0s ease-in-out forwards;
	animation-delay: 5s;
	z-index: 1;
}
.eyeCatch_slide.slide02:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 0) 20%,rgba(255, 255, 255, 0) 50%,rgba(255, 255, 255, 0.5) 80%,#fff 100%);
	z-index: 2;
}
@keyframes fadeIn{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
@keyframes fadeOut{
	0%{
		opacity: 1;
	}
	100%{
		opacity: 0;
	}
}
.eyeCatch_slide.slide02>img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 1) 0%, rgba(0,0,0,1) 30%, rgba(0,0,0,0) 60%);
	mask-size: 0% 0%;
	mask-repeat: no-repeat;
	mask-position: center;
	opacity: 0;
	animation: revealWithBlur 3s forwards 6s ease-out,zoom 6s ease-in forwards 8s;
}
@keyframes revealWithBlur {
	from {
		opacity: 0;
		mask-size: 0% 0%;
	}
	to {
		opacity: 1;
		mask-size: 300% 300%;
	}
}
.eyeCatch_slide.slide03{
	animation:fadeIn 0s ease-in-out forwards;
	animation-delay: 8s;
	mix-blend-mode: screen;
	z-index: 2;
}
.eyeCatch_slide.slide03:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	opacity: 0;
	animation: whiteOut 2s ease-out 12s forwards;
}
.slide03>img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	animation: flash 6s ease-in-out forwards,zoom 6s ease-in forwards;
	animation-delay: 8s;
}
@keyframes flash{
	0% {
		opacity: 0;
		filter: brightness(1);
	}
	20% {
		opacity: 1;
		filter: brightness(2.5); /* チカっ */
	}
	40% {
		filter: brightness(1);
	}
	80% {
		filter: brightness(5);
	}
	100% {
		filter: brightness(5);
	}
}
@keyframes zoom{
	0%,25%{
		transform: scale(1);
	}
	100% {
		transform: scale(1.25);
	}
}
@keyframes whiteOut{
	0%{
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.eyeCatch_slide.slide04{
	animation:fadeIn 2s ease-in-out forwards;
	animation-delay: 14s;
	z-index: 3;
}
.slide04>img:first-child{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.eyeCatch_slide.slide04:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 0) 20%,rgba(255, 255, 255, 0) 50%,rgba(255, 255, 255, 0.75) 80%,#fff 100%);
	z-index: 4;
}
.absolute01{
	max-width: 130px;
	width: 6%;
	position: absolute;
	top: 100px;
	right: 100px;
	filter: drop-shadow(2px 2px 3px #072620);
	opacity: 0;
	animation:fadeIn 2s ease-in-out forwards;
	animation-delay: 15s;
	z-index: 5;
}
.absolute02{
	max-width: 170px;
	width: 8%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	filter: drop-shadow(3px 3px 6px #000);
	opacity: 0;
	animation:fadeIn 2s ease-in-out forwards;
	animation-delay: 16.5s;
	z-index: 5;
}
.absolute03{
	max-width: 550px;
	width: 33%;
	position: absolute;
	top: 35px;
	left: 35px;
	/*filter: drop-shadow(5px 5px 5px rgba(25, 83, 52, 0.15));*/
	mix-blend-mode: multiply;
	opacity: 0;
	animation:fadeIn 2s ease-in-out forwards;
	animation-delay: 16.5s;
	z-index: 5;
}
.replayBtn{
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 6;
	font-family: "Jost", sans-serif;
	font-size: 0.9em;
	font-weight: 300;
	letter-spacing: 0.1em;
	text-align: center;
	color:#fff;
	padding: 0.25em 1em;
	box-sizing: border-box;
	background-color:#78734b;
	border: none;
	cursor: pointer;
}
@media (max-width:1024px){
	.eyeCatch{
		aspect-ratio: 1000/1000;
	}
	.slide01>img:first-child,
	.slide01>img:last-child{
		width: 20%;
	}
	.absolute01{
		width: 11%;
		top: 50px;
		right: 50px;
	}
	.absolute02{
		width: 15%;
	}
	.absolute03{
		width: 47.5%;
		top: auto;
		left: 15px;
		bottom:25px;
	}
}
@media (max-width:768px){
	.slide01>img{
		width: 30%;
	}
	.absolute01{
		top: 30px;
		right: 30px;
	}
}

/* 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;
	}
}

/* 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%;
	}
}