@charset "UTF-8";

/* container */

@media screen and (max-width: 1024px) {
	body.fixed {
		width: 100%;
		height: 100%;
		position: fixed;
	}
	.container{
		width: 90%;
		min-width: auto;
	}



	#footerContents{
		display: block;
	}

	#footerContents #footerNav{
		 justify-content: flex-end;
	}

	#footerContents #footerLogo{
		width: 100%;
		float: none;
		margin-bottom: 80px;
	}
	#footerLangSel .languageList{
		position: static;
		margin-bottom: 30px;
	}

	#footerContents{
		margin-bottom: 40px;
		position: relative;
	}


	
	#footerBottom .address{
		clear: both;
		margin-bottom: 12px;
	}

	#footerBottom .policyNav{
		position: static;
		margin-bottom: 12px;
	}

	#footerBottom .policyNav li{
		margin-right: 20px;
		margin-left: 0;
	}

	.pageHeaderIn .container{
		display: block;
	}

	.pageHeaderIn .ttlWrap{
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}

	.pageHeaderIn .description{
		width: 100%;
		max-width: none;
	}

	#pageHeader h1{
		font-size: 40px;
		font-weight: 700;
		line-height: 105%; /* 43.914px */
		letter-spacing: 4.182px;
	}
	.pageHeaderIn .ttlWrap .subTtl{
		position: absolute;
		top: 0;
		right: 0;
		font-size: 18px;
		font-weight: 700;
		line-height: 120%; /* 22.584px */
		letter-spacing: 0.941px;
	}

	.pageHeaderIn .description p{
		color: #0E1737;
		font-family: ryo-gothic-plusn;
		font-size: 16px;
		font-weight: 400;
		line-height: 150%; /* 30px */
		letter-spacing: -0.4px;
		margin-bottom: 1em;
	}

	.lang_en .pageHeaderIn .description p{
		font-size: 22px;
		font-style: normal;
		font-weight: 400;
		line-height: 140%;
	}


	#headerLogo{
		width: 160px;
	}

		.lang_en .pageHeaderIn .ttlWrap .subTtl{
	color: #0E1737;
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: Barlow;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}



}



/* spnav */

@media screen and (max-width: 850px) {
/*	body.fixed #headerIn{
		background: #0E1737;
	}*/	
	#headerIn{
		min-width: auto;
	}

	#grovalNav{
		display: none;
	}

	#headSns{
		display: none;
	}


	#menuBtn {
	    position: absolute;
	    top: 50%;
	    right: 0;
	    transform: translateY(-50%);
	    -webkit- transform: translateY(-50%);
	    opacity: 0.8;
	    cursor: pointer;
	}

	#menuBtn{
		display: block;
		width: 30px;
		height: 20px;
		background: url(../images/menu-02.svg);
		background-repeat: no-repeat;
		-webkit-background-size: 100%;
		     -o-background-size: 100%;
		        background-size: 100%;
	}

	#menuBtn.active{
		background: url(../images/menu-01.svg);
		background-repeat: no-repeat;
	}

	#headerIn{
		position: static;
	}

	#headerLogo{
		left: 5%;
	}

	#menuBtn{
		right: 5%;
	}

	#spNav{
background: rgba(14, 23, 55, 0.90);
		width: 100vw;
		height: calc(var(--vh, 1vh) * 100 - 64px);
		position: absolute;
		left: 0;
		top:80px;
		display: none;
	}

	#spNav nav{
		width: calc(100% - 40px);
		margin: 0 auto;
		position: relative;
	}

	#spNav ul.sp{
		margin-bottom: 40px;
	}

	


	#spNav nav{
		padding-top: 50px;
		width: 90%;
	}

	


	.pageHeaderIn{
		bottom: auto;
		top: 125px;
	}

	.headerLanguageList {
    width: 80px;
    margin-bottom: 20px;
    }

    .headerLanguageList:after{
    	content: "";
    	display: block;
    	clear: both;
    }

    .headerLanguageList li[data-value="ja"] {
    float: left;
    position: relative;
}

.headerLanguageList li{
	cursor: pointer;
	font-size: 14px;
}

.headerLanguageList li span{
	display: block;
	font-weight: bold;
	color: #FFF;
	opacity: 0.5;
}

.headerLanguageList li.selected span{
	opacity: 1;
	text-shadow:0 0 10px #fff;
}

.headerLanguageList li[data-value="ja"]{
	float: left;
	position: relative;
}

.headerLanguageList li[data-value="en"]{
	float: right;
}

.headSns{

	flex-wrap:wrap;
	position: absolute;
	right: 0;
	bottom: 0;
}

.headSns li{
	margin-right: 10px;
	margin-bottom: 10px;


}

footer{
	padding-bottom: 28px;
}

#footerContents #footerNav .navWrap dd{
	margin-bottom: 20px;
}


}


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

	header,#headerIn{
		height: 64px;
	}

	#headerLogo{
		width: 130px;
	}

	#spNav{
		top: 64px;
	}

	#footerContents #footerNav{
		display: block;
	}

	#footerContents #footerNav .navWrap{
		margin: 0;
	}
	#footerContents #footerNav .navWrap.left,
	#footerContents #footerNav .navWrap.center{
		width: 100%;
	}

	#footerContents #footerNav .navWrap.right{
		clear: both;
		margin-right: 0;
		position: absolute;
    	right: 0;
    	bottom: 0;
	}

	#footerContents #footerNav .navWrap.right ul{
	}

	#footerContents #footerNav .navWrap.right ul li{
		margin-left:15px;
	}

	#footerContents #footerNav .navWrap dt a{
		font-size: 16px;
	}

	#footerContents #footerNav .navWrap dd{
		padding-left: 16px;
	}


	#service h3:after{
		width: 100%;
	}

	.pageHeaderIn .container{
		display: block;
	}

	.pageHeaderIn .ttlWrap .subTtl{
		position: static;
		font-size: 15px;
	}



	#footerContents #footerNav{
		float: none;
	}

	#pageHeader h1{
		max-width: 90%;
	}

	#footerContents #footerNav .navWrap dl{
		margin-bottom: 32px;
	}



	#footerContents #footerNav .navWrap dd:last-of-type{
		margin-bottom: 0;
	}


	footer{
		padding-top: 32px;
	}

	#footerLogo img{
		width: 165px;
	}

	footer .copy{
		font-size: 12px;
	}

	#footerBottom .address{
		margin-bottom: 16px;
	}

	#footerBottom .policyNav{
		margin-bottom: 16px;
	}

	#fixSpNav{
        transition: opacity .5s;
	}

	#fixSpNav.visible{
		opacity: 1;
		pointer-events: auto;
		
	}

	#fixSpNav.visible img{
		filter: drop-shadow(0px 0px 5px #859BBB);
	}

	#pageHeader h1{
		font-size: 30px;
	}

	.pageHeaderIn .description p{
		font-size: 14px;
	}

	#pageHeader{
		padding-top: 96px;
		margin-bottom: 56px;
	}

	.pageHeaderIn .description p{
		line-height: 160%;
	}

		.lang_en .pageHeaderIn .ttlWrap .subTtl{
	color: #0E1737;
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: Barlow;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

#spNav nav{
	padding-top: 30px;
}

.lang_en .pageHeaderIn .description p{
		font-size: 15px;
		font-style: normal;
		font-weight: 400;
		line-height: 140%;
	}

}