@charset "utf-8";

@media screen and (min-width:1001px),print {

body {
	scrollbar-width: 14px;
}
body::-webkit-scrollbar {
	width: 14px;
}
body::-webkit-scrollbar-thumb {
	background: #c0c0c0;
}
bodys::-webkit-scrollbar-track {
	background: #f9f9f9;
}

/* 

body.force_left header nav.nav2,
body.force_left div.btn_gotop {
	transform: translateX(-14px);
}
body.force_left main,
body.force_left footer {
	position: relative;
	left: -7px;
}
 */

/* ============================================================
common
============================================================ */


/* ============================================================
header
============================================================ */

header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	width: 100%;
	max-width: 100%;
	height: 118px;
}
header .nav1 p {
	position: absolute;
	top: 30px;
	left: 30px;
	width: 202px;
	height: 31px;
}
header .nav2 a.btn {
	position: fixed;
	top: 0;
	right: 0;
	width: 112px;
	height: 118px;
	background: url(../images/common/btn_menu.svg);
	background-size: 112px !important;
	transition: background .1s ease-in;
}
header .nav2 a.btn.on {
	background: url(../images/common/btn_close.svg);
}
header .nav2 > ul {
	position: fixed;
	top: 118px;
	right: 0;
	width: 600px;
	background: rgba(7,19,51,0.85);
	visibility: hidden;
	opacity: 0;
	transition: all .1s ease-in;
}
header .nav2 > ul.show {
	visibility: visible;
	opacity: 1;
}
header .nav2 > ul a {
	display: flex;
	align-items: center;
	height: 58px;
	padding-left: 30px;
	border-bottom: solid 1px #fff;
	color: #fff;
	font-weight: bold;
	font-size: 2rem;
	transition: color .1s ease-in;
}
header .nav2 > ul > li:last-child a {
	border-bottom: none;
}
header .nav2 > ul a:hover {
	color: #6FCADB;
}
header .nav2 dt a {
	position: relative;
}
header .nav2 dt a::after {
	content: '';
	position: absolute;
	top: 21px;
	right: 36px;
	width: 22px;
	height: 14px;
	background: url(../images/common/arrow_down.svg);
	background-size: 22px 14px !important;
}
header .nav2 dt a.on::after {
	background: url(../images/common/arrow_up.svg);
}
header .nav2 dd {
	display: none;
}
header .nav2 dd a {
	font-size: 2rem;
}


/* ============================================================
main
============================================================ */



/* ============================================================
footer
============================================================ */

/* footer
-------------------------------------------------------------*/

footer a {
	transition: opacity .1s ease-in;
	color: #707070;
}
footer a:hover {
	opacity: 0.8;
}
footer nav.nav1 {
	width: 100%;
	max-width: 100%;
	padding: 130px 0 95px;
	background-color: var(--green);
	background-image: url(../images/common/bg_1_up.png),url(../images/common/bg_1_down_alt.png);
	background-repeat: repeat-x;
	background-position: left top,left bottom;
}
footer nav.nav1 > ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 976px;
	max-width: 96%;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
	font-size: 2rem;
}
footer nav.nav1 > ul > li {
	margin-bottom: 30px;
}
footer nav.nav1 > ul > li > a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 440px;
	height: 70px;
	margin-bottom: 5px;
	border-radius: 35px;
	border: 1px solid #707070;
	background: #fff url(../images/common/arrow_alt.svg) no-repeat center right 9%;
	background-size: 12px 19px;
}
footer nav.nav1 > ul > li:nth-child(1) > a {
	font-size: 2.4rem;
}
footer nav.nav1 > ul > li:nth-child(4) {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 440px;
	text-align: left;
}

footer nav.nav2 {
	display: flex;
	justify-content: space-between;
	width: 990px;
	max-width: 96%;
	margin: 0 auto;
	padding: 50px 0 50px;
	font-size: 1.4rem;
	color: #707070;
}
footer nav.nav2 ul {
	display: flex;
	justify-content: space-between;
}
footer nav.nav2 li {
	margin-right: 27px;
}
footer nav.nav2 ul a {
	display: inline-block;
	position: relative;
	padding-left: 1.1em;
}
footer nav.nav2 ul a::before {
	content: '▲';
	position: absolute;
	top: 0.2em;
	left: 0;
	transform: rotate(90deg);
	font-size: 1.2rem;
}

/* div.btn_gotop
-------------------------------------------------------------*/

div.btn_gotop {
	position: fixed;
	bottom: 80px;
	right: 40px;
	z-index: 9;
	width: 74px;
	height: 74px;
	cursor: pointer;
	text-align: center;
}
div.btn_gotop a {
	display: block;
	width: 74px;
	height: 74px;
	background: url(../images/common/pagetop.svg) no-repeat;
	background-size: 74px;
	transition: opacity .1s ease-in;
}
div.btn_gotop a:hover {
	opacity: 0.8;
}

}/* end @media */
































