@charset "utf-8";
*{
    margin: 0;
    padding: 0; 
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
html{
	font-size: 62.5%;
}
body{
	font-family: 'Noto Sans JP', 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-size: 0;
}

#jaapn2027{
	line-height: 1.5;
	color: #000000;
	overflow: hidden;
}
#jaapn2027 .layout{
	max-width: 830px;
	width: 100%;
	margin: auto;
}
#jaapn2027 .fade{
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.jaapn2027_bgc01{
	background-color: #fffcf3;
}

.jaapn2027 .section_layout{
	max-width: 1270px;
	width: 95%;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	column-gap: 15px;
	flex-wrap: wrap;
}
.jaapn2027 .section_layout .section_cont{
	width: calc(100% - 205px - 30px - 205px);
	max-width: 830px;
}
.jaapn2027 .section_layout .sns_list{
	width: 205px;
	margin-top: 20px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	column-gap: 20px;
	position: relative;
	z-index: 5;
}
.jaapn2027 .section_layout .sns_list>a{
	text-decoration: none;
}
.jaapn2027 .section_layout .sns_list>a:hover{
	opacity: 0.8;
}
.jaapn2027 .section_layout .sns_list>a>img{
	display: block;
	max-width: 100%;
}

header{
	width: 205px;
}
.jaapn2027_header{
	margin-top: 15px;
}
.jaapn2027_header .navigation_bar>.navigation_bar_menu{
	display: none;
	position: relative;
	z-index: 5;
}
.jaapn2027_header .navigation_bar>.navigation_bar_menu>a{
	display: flex;
	align-items: center;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding: 10px 15px;
	background-color: #666a53;
}
.jaapn2027_header .navigation_bar>.navigation_bar_menu>a::before{
	content: "";
	display: inline-block;
	width: 16px;
	height: 12px;
	margin-right: 4px;
	background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
	background-repeat: no-repeat;
	background-size: 16px 2px;
	background-position: 0 0, 0 5px, 0 10px;
	flex-shrink: 0;
}
.jaapn2027_header .navigation_bar ul{
	background-color: #fff;
	border-radius: 10px;
	border: solid 1px #b38a04;
	position: relative;
	z-index: 5;
}
.jaapn2027_header .navigation_bar ul li{
	list-style-type: none;
	border-bottom: solid 1px #b38a04;
}
.jaapn2027_header .navigation_bar ul li:last-of-type{
	border-bottom: none;
}
.jaapn2027_header .navigation_bar ul li>a{
	display: block;
	font-size: 1.5rem;
	line-height: 1.2;
	text-align: center;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	padding: 14px 5px;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.jaapn2027_header .navigation_bar ul li>a:hover{
	background-color: #b38a04;
	color: #fff;
}
.jaapn2027_header .navigation_bar ul li:first-of-type>a{
	border-radius: 8px 8px 0 0;
}
.jaapn2027_header .navigation_bar ul li:last-of-type>a{
	border-radius: 0 0 8px 8px;
}
.jaapn2027_header .navigation_bar>.sub_mv{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 275px;
	z-index: 2;
	background: url("../img/subPages_bg01.png") no-repeat center bottom/cover;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.jaapn2027_header .navigation_bar>.sub_mv>div{
	width: calc(100% - 205px - 30px - 205px);
	max-width: 830px;
	margin-top: 40px;
}
.jaapn2027_header .navigation_bar>.sub_mv h1{
	font-size: min(7vw, 47px);
	font-weight: bold;
	color: #1800ad;
	text-align: left;
	line-height: 1.2;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.jaapn2027_header .navigation_bar>.sub_mv h1 span{
	display: block;
}
.jaapn2027_header .navigation_bar>.sub_mv h1 .s01{
	font-size: min(5.5vw, 34px);
	text-align: left;
	padding-left: 5px;
}
.jaapn2027_header .navigation_bar>.sub_mv h1 .s02{
	font-size: min(2.5vw, 17px);
	font-weight: normal;
	text-align: center;
}
.jaapn2027_header .navigation_bar>.sub_mv h1 .s02>sup{
	font-size: min(1.5vw, 12px);
	vertical-align: top;
}
.jaapn2027_footer{
	position: relative;
	padding: 30px 0;
	background-color: #666a53;
}
.jaapn2027_footer .top{
	position: fixed;
	right: calc(50% - 45vw);
	bottom: 10%;
	display: none;
	width: 41px;
	height: 41px;
	z-index: 100;
}
.jaapn2027_footer .top:hover{
	opacity: 0.8;
}
.jaapn2027_footer .top>img{
	display: block;
	width: 100%;
	height: auto;
}
.jaapn2027_footer ul:first-of-type{
	padding-bottom: 17px;
	border-bottom: 1px solid #fff;
	margin-bottom: 15px;
}
.jaapn2027_footer ul li{
	list-style-type: none;
	font-size: 1.4rem;
	line-height: 1.8;
	color: #fff;
	text-align: center;
}
.jaapn2027_footer ul li:first-of-type{
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.9;
}
.jaapn2027_footer ul li.li_mail .icon-mail{
	width: 16px;
	height: 12px;
	color: #666a53;
}
.jaapn2027_footer ul li a{
	display: inline-block;
	text-decoration: none;
	color: #fff;
	border-bottom: 1px solid transparent;
}
.jaapn2027_footer ul li a:hover{
	border-bottom: 1px solid #fff;
}
.jaapn2027_footer p{
	font-size: 1.4rem;
	line-height: 1.8;
	color: #fff;
	text-align: center;
	margin-top: 20px;
}

@media only screen and (max-width: 1199px) {
	.jaapn2027 .section_layout .sns_list{
		width: 100%;
		justify-content: center;
		margin: 0 0 20px;
	}
	.jaapn2027 .section_layout .section_cont{
		width: calc(100% - 205px - 15px);
	}
	.jaapn2027_header .navigation_bar>.sub_mv>div{
		width: calc(95% - 205px - 15px);
		margin-left: 220px;
	}
}
@media only screen and (max-width: 1024px) {
	.jaapn2027_header .navigation_bar>.sub_mv{
		align-items: center;
	}
	.jaapn2027_header .navigation_bar>.sub_mv>div{
		margin-top: -50px;
	}
	.jaapn2027_header .navigation_bar>.sub_mv h1{
		font-size: 4.6vw;
	}
	.jaapn2027_header .navigation_bar>.sub_mv h1 .s01{
		font-size: 3.3vw;
	}
	.jaapn2027_header .navigation_bar>.sub_mv h1 .s02{
		font-size: 1.65vw;
	}
}
@media only screen and (max-width: 767px) {
	#jaapn2027 .layout{
		width: 95%;
	}
	.jaapn2027 .section_layout{
		width: 100%;
	}
	.jaapn2027 .section_layout .section_cont{
		width: 100%;
	}
	header{
		width: 100%;
	}
	.jaapn2027_header{
		margin-top: 0;
	}
	.jaapn2027_header .navigation_bar>.navigation_bar_menu{
		display: block;
	}
	.jaapn2027_header .navigation_bar ul{
		display: none;
		border-radius: 0;
	}
	.jaapn2027_header .navigation_bar ul li>a{
		font-size: 1.4rem;
		padding: 10px 15px;
		text-align: left;
	}
	.jaapn2027_header .navigation_bar ul li:first-of-type>a,
	.jaapn2027_header .navigation_bar ul li:last-of-type>a{
		border-radius: 0;
	}
	.jaapn2027_header .navigation_bar>.sub_mv{
		position: static;
		height: 260px;
	}
	.jaapn2027_header .navigation_bar>.sub_mv>div{
		width: 100%;
		margin-left: 0;
		margin-top: 0;
	}
	.jaapn2027_header .navigation_bar>.sub_mv h1{
		font-size: 6.5vw;
	}
	.jaapn2027_header .navigation_bar>.sub_mv h1 .s01{
		font-size: 4.5vw;
		padding-left: 3px;
	}
	.jaapn2027_header .navigation_bar>.sub_mv h1 .s02{
		font-size: 2.3vw;
	}
}
@media only screen and (max-width: 480px) {
	.jaapn2027 .section_layout .sns_list>a>img{
		width: 30px;
	}
	.jaapn2027_header .navigation_bar>.sub_mv{
		height: 190px;
	}
	.jaapn2027_footer ul:first-of-type{
		padding-bottom: 10px;
		border-bottom: 1px solid #fff;
		margin-bottom: 10px;
	}
	.jaapn2027_footer ul li{
		font-size: 1.2rem;
	}
	.jaapn2027_footer ul li:first-of-type{
		font-size: 1.4rem;
	}
	.jaapn2027_footer ul li.li_mail .icon-mail {
		width: 14px;
		height: 10px;
	}
	.jaapn2027_footer p{
		font-size: 1.2rem;
		margin-top: 15px;
	}
	.jaapn2027_footer .top{
		width: 35px;
		height: 35px;
	}
}


