@charset "UTF-8";


.headerArea {
	background-color: #fff;
	border-top: 3px solid #172671;
	left: 0;
	padding-top: 23.2%;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 2
}


@media (orientation: landscape) {
	.headerArea {
		position: absolute;
	}
}


.headerArea .inner {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.headerArea .inner .logo {
	align-items: flex-start;
	display: flex;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}

.headerArea .the20th {
	display: block;
	width: 13.333333%;
	margin-left: 3.6%;
}

.headerArea .mainLogo {
	display: block;
	width: 33.733333%;
	margin-left: 2.133333%;
	padding-top: 4.4%;
}

.headerArea #trigger {
	background: url(/common/images/bttn_menu_close_sp.svg) center top / cover no-repeat;
	display: block;
	position: absolute;
	right: 1.866667%;
	top: 9.52381%;
	width: 7.733333%;
	z-index: 50;
}
.headerArea #trigger:focus {
	outline: none;
}

.headerArea #trigger.open img {
		visibility: hidden
}

.headerArea .gNav {
	background-color: rgba(23, 38, 113, .9);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	margin-top: 23.2%;
	height: 0;
	overflow-y: scroll;
	position: absolute;
	right: 0;
	transition: height .3s ease;
	width: 100%;
	z-index: 20;
}

.headerArea .gNav.open {
	height: calc(100vh - 23.2%);
	transition: height .3s ease
}

.headerArea .gNav > li {
	display: block;
	border-bottom: 2px solid rgba(162, 168, 198, .9);
}

.headerArea .gNav > li > a {
	box-sizing: border-box;
	color: #fff;
	display: block;
	font-size: 4.666667vw;
	line-height: 0;
	padding: 8% 0;
	position: relative;
	text-align: center;
	text-decoration: none;
}

.headerArea .gNav > li.current a {
	background-color: rgb(213, 216, 229);
	color: rgb(23, 38, 113);
}



.headerArea .dvd {
	position: absolute;
	display: block;
	width: 100%;
	bottom: 0;
}

.headerArea .dvd li a {
	background-color: #41A5B6;
	box-sizing: border-box;
	color: #fff;
	display: block;
	font-size: 3.466667vw;
	font-weight: bold;
	padding: 5.6% 0;
	line-height: 0;
	text-align: center;
	text-decoration: none;
}

.headerArea .dvd li a span {
	font-size: 2.133333vw
}

.headerArea .dvd li a::after {
	content: '\e886';
	display: inline-block;
	font-family: 'Linearicons-Free';
	font-size: 120%;
	padding-left: .25em;
	vertical-align: middle;
}




footer {
	background-color: #172671;
	bottom: 0;
	color: #fff;
	left: 0;
	margin-top: 18.133333%;
	position: absolute;
	width: 100%;
}

footer .inner {
	box-sizing: border-box;
	padding: 5.6% 0;
	position: relative;
	width: 100%;
}

footer .inner .back2top {
	display: block;
	font-family: 'Linearicons-Free';
	font-size: 11.733333vw;
	height: 11.733333vw;
	position: absolute;
	right: 4.8%;
	text-decoration: none;
	top: -29.2%;
	width: 11.733333%;
	overflow: hidden;
}
footer .inner .back2top::before {
	content: "\e877"
}
footer .inner .back2top i {
	visibility: hidden;
	font-size: calc(9/640*100vw);
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 0
}


footer .inner .footerNav {
	display: none
}


footer .inner .address {
	text-align: center
}

footer .inner .address img {
	width: 40.533333%;
	height: auto;
	margin-bottom: 3.466667%;
}

footer .inner .address dl {
	line-height: 1.75
}

footer .inner .address dt {
	font-size: 3.066667vw
}

footer .inner .address dd {
	font-size: 2.666667vw
}

footer .inner .address .phone {
	display: flex;
	font-size: 4.933333vw;
	font-weight: bold;
	justify-content: center;
	margin-bottom: 10%;
	margin-top: 5%;
}

footer .inner .address .phone .tel,
footer .inner .address .phone .fax {
	padding-left: 10vw;
	position: relative;
}

footer .inner .address .phone .tel::before {
	background: url(../images/ico_tel.svg) left top / cover no-repeat;
	content: '';
	display: block;
	height: 9vw;
	left: 0;
	position: absolute;
	top: -35%;
	width: 9vw;
}


footer .inner .address .phone .fax {
	margin-left: 3.5%;
}

footer .inner .address .phone .fax::before {
	background: url(../images/ico_fax.svg) left top / cover no-repeat;
	content: '';
	display: block;
	height: 9vw;
	left: 0;
	position: absolute;
	top: -35%;
	width: 9vw;
}

footer .inner .address a {
	color: #fff;
	text-decoration: none;
}

footer .inner .copyright {
	font-size: 2.666667vw;
	line-height: 1;
	text-align: center;
}
