@charset "UTF-8";

/* ---------------------------------------------------------
	CSS Document load
--------------------------------------------------------- */

#load {
	width: 100%;
	height: 100vh;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}

.wf-active #load {
	display: none;
}

/* ---------------------------------------------------------
	CSS Document Common
--------------------------------------------------------- */

html, body {
	min-width: 1200px;
	margin: 0;
	padding: 0;
	background: #fff;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-align: center;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 17px;
	letter-spacing: 0.1em;
	line-height: 1.7;
	word-break: break-all;
	color: rgba(2, 15, 38, 0.9);
}

* {
	outline: none;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-collapse: collapse;
	font-style: normal;
	list-style: none;
}

img {
	vertical-align: top;
	max-width: 100%;
	border: 0;
}

a {
	outline: none;
	text-decoration: underline;
	color: #3d64ae;
	transition: .4s;
}

a:hover {
	opacity: 0.6;
}

/* ---------------------------------------------------------
	CSS Document layout
--------------------------------------------------------- */

.container {
	width: 1280px;
	margin: 0 auto;
}

.find {
	cursor: pointer;
	transition: .4s;
}

.sp {
	display: none;
}

/* ---------------------------------------------------------
	CSS Document header
--------------------------------------------------------- */

#header {
	height: 652px;
	overflow: hidden;
	padding: 60px 0 0 60px;
	position: relative;
	z-index: 0;
	width: 2000px;
    margin: 0 auto;
}

#header figure {
	width: 100%;
	min-width: 2000px;
	overflow: hidden;
	transform: translateX(-50%);
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
}

#header figure img {
	width: 100%;
}

#header h1 {
	height: 64px;
	text-align: left;
	font-weight: 900;
	font-size: 38px;
	line-height: 74px;
	position: relative;
}

#header h1 a {
	text-decoration: none;
	color: #000;
}

#header h1 img {
	height: 64px;
	margin-right: 20px;
}

#header h1 .copytext {
	display: block;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	margin-left: 0.5em;
	margin-bottom: 0.25em;
}

/* ---------------------------------------------------------
	CSS Document lang_btn
--------------------------------------------------------- */

#lang_btn {
	position: absolute;
	top: 20px;
	right: 150px;
	width: 120px;
	border: 1px solid #ffffff;
	border-radius: 50px;
}
#lang_btn p {
	line-height: 30px;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
}
#lang_btn a {
	display: inline-block;
	margin: auto 8px;
	color: #ffffff;
	text-decoration: none;
}

/* ---------------------------------------------------------
	CSS Document navi
--------------------------------------------------------- */

#navi {
	display: flex;
	justify-content: center;
	margin-bottom: 70px;
	padding: 0 2em;
	background: #253f6f;
	position: relative;
	z-index: 1;
}

#navi dt {
	display: flex;
	align-items: center;
	height: 80px;
	margin: 0 1em;
	font-size: 16px;
	line-height: 1.3;
	color: #fff;
	cursor: pointer;
	position: relative;
}

#navi dl dt:after {
	content: '';
	width: 100%;
	height: 3px;
	background: #253f6f;
	position: absolute;
	bottom: 6px;
	left: 0;
	transition: .4s;
}

#navi dl:hover dt:after {
	background: #fff;
}

#navi dd {
	display: none;
	width: 100%;
	padding: 40px 60px 60px;
	background: #f6f6f6;
	box-shadow: 3px 0 10px rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 80px;
	left: 0;
	transition: .4s;
}

#navi dl:hover dd {
	display: block;
}

#navi .summary {
	margin-bottom: 2em;
	font-weight: 700;
	color: rgb(22, 133, 147);
}

#navi .summary span {
	display: inline-block;
	vertical-align: top;
	font-size: 21px;
	position: relative;
}

#navi .summary span:before {
	content: '';
	width: 60px;
	height: 1px;
	background: rgb(22, 133, 147);
	position: absolute;
	top: 50%;
	left: -80px;
}

#navi .summary span:after {
	content: '';
	width: 60px;
	height: 1px;
	background: rgb(22, 133, 147);
	position: absolute;
	top: 50%;
	right: -80px;
}

#navi ul + .summary {
	margin-top: 3em;
}

#navi ul {
	max-width: 1380px;
	margin: 0 auto;
}

#navi li {
	display: flex;
	align-items: center;
	margin-top: 2em;
	text-align: left;
}

#navi li:hover {
	opacity: 0.6;
}

#navi li figure {
	width: 250px;
	height: 105px;
	margin-right: 2em;
}

#navi li a {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 19px;
	color: #253f6f;
	opacity: 1;
}

#navi li .caption {
	flex: 1;
}

/* ---------------------------------------------------------
	CSS Document copy
--------------------------------------------------------- */

#copy {
	margin-bottom: 100px;
}

#copy img {
	height: 60vw;
	min-height: 720px;
	max-height: 1206px;
}

/* ---------------------------------------------------------
	CSS Document news
--------------------------------------------------------- */

#news {
	display: flex;
	justify-content: space-between;
	max-width: 1940px;
	margin: 0 auto 100px;
	padding: 0 60px;
}

#news h2 {
	width: 250px;
	height: 305px;
}

#news .section {
	width: calc(100% - 310px);
	height: 90vh;
	overflow: auto;
	-webkit-overflow-scrolling: auto;
}

#news .find {
	padding: 20px 10px;
	border-top: solid 1px rgba(37, 63, 111, 0.4);
	text-align: justify;
	line-height: 24px;
}

#news .find:hover {
	opacity: 0.6;
}

#news dt {
	margin-bottom: 5px;
	font-size: 12px;
}

#news dt a {
	margin-right: 10px;
	text-decoration: none;
	font-weight: 700;
	font-size: 16px;
	color: #253f6f;
	opacity: 1;
}

#news dt span {
	margin-right: 10px;
}

#news dd {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
}

#news dd span {
	margin-left: 10px;
	text-decoration: underline;
	color: #333;
}

/* ---------------------------------------------------------
	CSS Document footer
--------------------------------------------------------- */

#footer {
	margin-top: 60px;
	background: #f6f6f6;
	padding-top: 40px;
}

#footer .flex {
	display: flex;
	justify-content: space-between;
	/* padding: 40px 60px 40px; */
	padding: 10px 60px 10px;
	max-width: 1940px;
    margin: 0 auto;
}

#footer dl {
	/* width: 13%; */
	width: 23%;
	font-size: 13px;
	line-height: 1.3;
}

#footer dl a {
	text-decoration: none;
	color: rgba(2, 15, 38, 0.9);
}

#footer dl a:hover {
	text-decoration: underline;
	color: #3d64ae;
}

#footer dt {
	display: flex;
	align-items: center;
	/* height: 4.5em; */
	height: 3.5em;
	margin-bottom: 1.5em;
	border-top : solid 1px rgba(37, 63, 111, 0.8);
	border-bottom : solid 1px rgba(37, 63, 111, 0.8);
	font-weight: 600;
	text-align: left;
	color: #253f6f;
}

#footer dd {
	margin-top: 0.5em;
	text-align: left;
}

#footer dd li {
	/* margin-top: 1em; */
	margin-top: 0.5em;
	padding-left: 1em;
	position: relative;
}

#footer dd li:before {
	content: '';
	width: 0;
	height: 0;
	border: solid 3px transparent;
	border-left: solid 5px rgba(2, 15, 38, 0.9);
	position: absolute;
	top: 5px;
	left: 2px;
}

#footer .copyright {
	margin-top: 40px;
	background: #253f6f;
	font-size: 12px;
	line-height: 50px;
	color: #fff;
}

/* ---------------------------------------------------------
	CSS Document pagetop
--------------------------------------------------------- */

#pagetop {
	display: none;
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 9;
	cursor: pointer;
	transition: .4s;
}

#pagetop span {
	display: block;
	width: 50px;
	height: 50px;
	overflow: hidden;
	border-radius: 100%;
	background: rgba(2,15,38, 0.9);
	box-shadow: 1px 1px 5px -1px rgba(31,31,31,0.58);
	font-size: 0;
}

#pagetop span:before {
	content: '';
	width: 13px;
	height: 13px;
	border-top: solid 3px #fff;
	border-left: solid 3px #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 21px;
	left: 17px;
}

#pagetop:hover {
	opacity: 0.6;
}
