@media print, all and (min-width: 751px) {

body {
	font-size: 100%; /* 16pt */
	color: #00426b;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 2.125;
	background: #ffffff;
	word-break:break-word;
}

a,
span,
img{
	transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	-o-transition-duration:0.3s;
	-ms-transition-duration:0.3s;
}

a, a:link, a:visited {
	color: #00426b;
	text-decoration:none;
}

a:hover {
	color: #00426b;
	text-decoration:underline;
}

.container {
	width: 100%;
    min-width: 1200px;
}

.container-inner {
	width: 1080px;
	margin: 0 auto;
}

.pc-anchor {
	margin-top: -80px!Important;
	padding-top: 80px!Important;
}
	
	.fade-in {
		opacity : 0.0;
		-webkit-transform : translate(0, 50px);
		-moz-transform : translate(0, 50px);
		-o-transform : translate(0, 50px);
		-ms-transform : translate(0, 50px);
		transform : translate(0, 50px);
		-webkit-transition : all 500ms;
		-moz-transition : all 500ms;
		-o-transition : all 500ms;
		-ms-transition : all 500ms;
		transition : all 500ms;
	}
	.scroll-in {
		opacity : 1;
		-webkit-transform : translate(0, 0);
		-moz-transform : translate(0, 0);
		-o-transform : translate(0, 0);
		-ms-transform : translate(0, 0);
		transform : translate(0, 0);
	}

	#md-site{
		overflow: hidden;
	}



/* HEADER */

#header {
    height: 130px;
	margin:0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}

#header .container-inner {
	display: flex;
	justify-content: space-between;
	column-gap: 68px;
	width: 100%;
	min-width: 1200px;
	max-width: 1280px;
    padding: 25px 0 0;
	box-sizing: border-box;
}

#header .primary{
	padding-left: 34px;
}
#header .h-logo{
    margin-bottom: 0;
	font-size: 81.25%; /* 13px */
	line-height: 1.75;
}
#header .h-logo .inner{
	display: inline-block;
}
#header .h-logo a{
	text-decoration: none;
}
#header .h-logo .ja{
	display: block;
	margin-bottom: 0.25em;
	font-size: 192.3%; /* 25px */
    font-weight: bold;
	letter-spacing: 0.05em;
}
#header .h-logo .en{
	display: block;
}
#header .h-logo a:hover {
	opacity:0.6;
}
#header .secondary{
	padding-right: 34px;
}
#header .h-link{
	display: flex;
	justify-content: flex-end;
	column-gap: 28px;
	margin-bottom: 15px;
}
.icon-list{
	display: flex;
	column-gap: 20px;
	margin-bottom: 0;
}
.icon-list a:hover{
	opacity: 0.6;
}
#header .hbtn-list{
	display: flex;
	column-gap: 10px;
	margin-bottom: 0;
}
#header .hbtn-list a{
	display: inline-block;
	padding: 6px 28px;
	line-height: 1.75;
    font-weight: 500;
	text-decoration: none;
	border: 1px solid #00426b;
}
#header .hbtn-list a:hover{
	opacity: 0.6;
}
#header .pcnav-box{
	display: flex;
	justify-content: flex-end;
}
#header .pcnav-list{
	display: flex;
	column-gap: 17px;
	height: 45px;
	margin-bottom: 0;
}
#header .pcnav-list > li a{
	display: inline-block;
	min-width: 110px;
	padding: 8px 0;
    font-size: 112.5%; /* 18px */
    font-weight: bold;
	line-height: 1.75;
	text-decoration: none;
	text-align: center;
	position: relative;
}
#header .pcnav-list > li > a{
	min-width: 80px;
	height: 100%;
    font-size: 106.25%; /* 17px */
    font-weight: 500;
	box-sizing: border-box;
}
#header .pcnav-list > li a:after{
	content: "";
	display: block;
	width: 110px;
	height: 1px;
	background-color: #00426b;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	opacity: 0;
	transition-duration: 0.3s;
}
#header .pcnav-list > li > a:after{
	width: 80px;
	background-color: #ffffff;
	border-top: 0.5px solid #00a0e9;
	border-bottom: 0.5px solid #00a0e9;
	box-shadow: 0px 0px 3px 0px #00cfff;
}
#header .pcnav-list li.on > a:after,
#header .pcnav-list li > a:hover:after{
	opacity: 1.0;
}
#header .pcnav-list > li .sub_wrapper{
    display: none;
    position: absolute;
    top: 130px;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,0.8);
    margin: 0 -500%;
    padding: 0 500%;
    z-index: 7000;
    box-sizing: border-box;
    overflow: hidden;
}
#header .pcnav-list > li .sub_wrapper .sub_inner{
	display: flex;
	column-gap: 110px;
	width: 840px;
	margin: 0 auto;
	padding: 35px 0 25px;
}
#header .pcnav-list > li .sub_wrapper .sub_inner .parent_text{
	margin-bottom: 0;
	font-size: 112.5%; /* 18px */
    font-family: "A1 Mincho", "Ÿà–¾’©", YuMincho, "ƒqƒ‰ƒMƒm–¾’© Pro W3", "Hiragino Mincho Pro", 'Noto Serif JP', serif;
	font-weight: bold;
	letter-spacing: 0.02em;
	line-height: 1.5;
}
#header .pcnav-list > li .sub_wrapper .sub_inner .parent_text .ja{
	display: block;
}
#header .pcnav-list > li .sub_wrapper .sub_inner .parent_text .en{
	font-size: 205.56%; /* 37px */
}
#header .pcnav-list > li .sub_wrapper .sub_inner ul.child{
	display: grid;
	grid-template-columns: repeat(3, minmax(110px, max-content));
	gap: 15px 53px;
	margin-bottom: 0;
	padding-top: 20px;
}
#header .pcnav-list > li .sub_wrapper .sub_inner ul.child li{
	text-align: center;
}



/* FOOTER */

#footer {
	color: #ffffff;
	background-color:#00426b;
	background-image: url("../images/common/nav_footer-bg.jpg");
	background-position: right -417px bottom -514px;
	background-repeat: no-repeat;
	background-size: 1300px auto;
	background-blend-mode: multiply;
}

#footer .container-inner {
	padding: 70px 0 30px;
}

#footer a{
	color: #ffffff;
}

#footer .f-primary{
	display: flex;
	justify-content: space-between;
	column-gap: 50px;
    margin-bottom: 40px;
}

#footer .f-secondary{
    margin-bottom: 40px;
}

#footer .f-sign{
	padding-top: 5px;
}

#footer .f-name{
    margin-bottom: 10px;
	font-size: 81.25%; /* 13px */
	line-height: 1.75;
}
#footer .f-name a{
	display: inline-block;
	text-decoration: none;
}
#footer .f-name .ja{
	display: block;
	margin-bottom: 0.025em;
	font-size: 192.3%; /* 25px */
    font-weight: 500;
    letter-spacing: 0.05em;
}
#footer .f-name .en{
	display: block;
}
#footer .f-name a:hover {
	text-decoration:none;
	opacity:0.6;
}
#footer .f-address{
	display: flex;
	column-gap: 15px;
	flex-wrap: wrap;
	margin-bottom: 0;
	font-size: 93.75%; /* 15px */
}
#footer .fbtn-list{
	width: 360px;
	margin-bottom: 0;
}
	#footer .fbtn-list > li:not(:last-child){
		margin-bottom: 10px;
	}
#footer .fbtn-list a{
	display: block;
	padding: 10px 35px;
	font-size: 106.25%; /* 17px */
	line-height: 1.75;
	text-decoration: none;
	text-align: center;
	border: 1px solid #ffffff;
	position: relative;
}
#footer .fbtn-list a:after{
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	background-image: url("../images/common/anchor-type02_w.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	right: 15px;
	bottom: 0;
	margin: auto;
	transform: rotate(-45deg);
}
#footer .fbtn-list a:hover{
	opacity: 0.6;
}
.nav-list{
	display: flex;
	width: 100%;
}
	.nav-list > li{
		padding: 0 35px;
	}
.nav-list > li:not(:first-child){
	border-left: 1px solid #ffffff;
}
	.nav-list > li a{
		display: inline-block;
		text-decoration: none;
		line-height: 1.75;
		transition-property: opacity;
	}
	.nav-list > li > a{
		margin-bottom: 5px;
		font-size: 112.5%; /* 18px */
        font-weight: 500;
	}
	.nav-list li.on > a,
	.nav-list li a:hover{
		font-weight: bold;
	}
	.nav-list > li ul.child{
		margin-bottom: 0;
	}
	.nav-list > li ul.child > li:not(:last-child){
		margin-bottom: 3px;
	}
#footer .copyright {
	margin: 0;
	font-size: 87.5%;
	line-height: 1.75;
	text-align:center;
}



/* NAVIGATION */

#toggle {
	display: none;
}

.fixed {
	position: fixed;
	left: 0;
	right: 0;
	width: 100%;
	top: -40px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	z-index: 9999;
}



/* TITLE */

#title {
	margin: 0;
	height: 468px;
	background-image: url(../images/common/title-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}
	#title:before{
		content: "";
		display: block;
		width: 100%;
		height: 246px;
		background: linear-gradient(0deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0;
	}

#title .container-inner {
	padding:0;
	height: 468px;
	display: flex;
    align-items: flex-end;
	position: relative;
	z-index: 1;
}

#title .title-box {
	display: inline-block;
	padding: 25px 0;
}

#title .en{
	margin-bottom: 0;
	font-size: 387.5%; /* 62px */
    font-family: "A1 Mincho", "Ÿà–¾’©", YuMincho, "ƒqƒ‰ƒMƒm–¾’© Pro W3", "Hiragino Mincho Pro", 'Noto Serif JP', serif;
	font-weight:500;
	line-height:1.3;
    letter-spacing: 0.02em;
	text-shadow: 0px 0px 2px #ffffff, 0px 0px 2px rgba(255,255,255,0.13);
}
#title .en strong {
	font-weight: bold;
}

#title .title{
	margin-bottom: 0;
	font-size: 187.5%; /* 30px */
    font-family: "A1 Mincho", "Ÿà–¾’©", YuMincho, "ƒqƒ‰ƒMƒm–¾’© Pro W3", "Hiragino Mincho Pro", 'Noto Serif JP', serif;
	font-weight:bold;
	line-height:1.5;
    letter-spacing: 0.02em;
}
#title .en,
#title .title{
	text-shadow: 
		0px 0px 10px #ffffff, 0px 0px 10px #ffffff,
		0px 0px 10px #ffffff, 0px 0px 10px #ffffff,
		0px 0px 10px #ffffff, 0px 0px 10px #ffffff,
		0px 0px 10px #ffffff, 0px 0px 10px #ffffff,
		0px 0px 10px #ffffff, 0px 0px 10px #ffffff,
		0px 0px 10px #ffffff, 0px 0px 10px #ffffff;
}


/* CONTENT */

#content a{
    text-decoration:underline;
}

#content .container-inner {
	padding: 20px 0;
}
	
	#content{
		position: relative;
		overflow: hidden;
	}
	#content:before{
		content: "";
		display: block;
		width: 263px;
		height: 1534px;
		background-image: url("../images/common/content-accent_right01.svg");
		background-position: 0 0;
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		top: -14px;
		left: calc( 50% + 520px );
		z-index: 1;
	}
	#content:after{
		content: "";
		display: block;
		width: 217px;
		background-image: url("../images/common/content-accent_right02.svg");
		background-position: 0 0;
		background-repeat: repeat-y;
		background-size: 100% auto;
		position: absolute;
		top: 1634px;
		left: calc( 50% + 520px );
		bottom: 0;
		margin: auto;
		z-index: 1;
	}
	#content #c-wrapper{
		position: relative;
	}
	#content #c-wrapper:before{
		content: "";
		display: block;
		width: 143px;
		height: 842px;
		background-image: url("../images/common/content-accent_left01.svg");
		background-position: right 0;
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		top: 276px;
		right: calc( 50% + 540px );
		z-index: 1;
	}
	#content #c-wrapper:after{
		content: "";
		display: block;
		width: 238px;
		background-image: url("../images/common/content-accent_left02.svg");
		background-position: right 0;
		background-repeat: repeat-y;
		background-size: 100% auto;
		position: absolute;
		top: 1966px;
		right: calc( 50% + 540px );
		bottom: 0;
		margin: auto;
		z-index: 1;
	}

	#breadcrumb{
		margin-bottom: 40px;
	}
#breadcrumb li{
	display:inline-block;
	vertical-align:middle;
}

#main{
	float: left;
	width: 710px;
}

#side{
	float: right;
	width: 200px;
}

.section {
	margin-bottom: 80px;
}

.section-s {
	margin-bottom: 50px;
}

.section-ss {
	margin-bottom: 30px;
}

.section-sss {
	margin-bottom: 15px;
}

.section-ssss {
	margin-bottom: 10px;
}

.pagetop {
	position:fixed;
	bottom:0;
	right:0;
	text-align: right;
	margin: 0;
	z-index:5000;
}
.pagetop a {
	display:block;
	width: 50px;
	height: 50px;
	line-height:0;
	text-decoration:none;
	background-color: #00426b;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	position: relative;
}

.pagetop a:hover {
	filter:alpha(opacity=60); /* IE 6,7*/
	-ms-filter: "alpha(opacity=60)"; /* IE 8,9 */
	-moz-opacity:0.6; /* FF , Netscape */
	-khtml-opacity: 0.6; /* Safari 1.x */
	opacity:0.6;
	zoom:1; /*IE*/
}
.pagetop a img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.inlink{
	margin-top:-70px;
	padding-top:70px;
}


/* SNAV */


/* SUBNAV */
.subnav-box{
    margin-bottom: 50px;
}
.subnav-list{
	margin: 0 auto;
}
.subnav-list:has(> li){
    display: flex;
    justify-content: center;
}
.subnav-list > li,
.subnav-list div.slick-slide{
	display: inline-block;
    width: 202px;
	margin: 0;
}
.subnav-list > li,
.subnav-list div.slick-slide li{
	border: 1px solid #00426b;
	box-sizing: border-box;
}
.subnav-list > li:not(:last-child),
.subnav-list div.slick-slide:not(:last-child) li{
	border-right: none;
}
.subnav-list li a,
.subnav-list li .inner{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 10px 15px;
    line-height:1.1875;
	letter-spacing: 0.045em;
	text-indent: 0.045em;
    text-decoration: none !important;
    text-align: center;
	position: relative;
    box-sizing: border-box;
}
.subnav-list.type_achievement li a,
.subnav-list.type_achievement li .inner{
	font-weight: bold;
	letter-spacing: 0.06em;
	text-indent: 0.06em;
	cursor: pointer;
}
.subnav-list li a:hover,
.subnav-list li .inner:hover,
.subnav-list li.on > a,
.subnav-list li.on > .inner{
    color: #ffffff;
    background-color: #00426b;
}

.subnav-box .slick-prev,
.subnav-box .slick-next,
.subnav-box .slick-prev:hover,
.subnav-box .slick-next:hover{
    width: 10px;
    height: 20px;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    background-image: url("../images/common/anchor-type01.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition-duration: 0.3s;
}
.subnav-box .slick-prev,
.subnav-box .slick-prev:hover{
    transform: scale(-1, 1) translate(0, -50%);
    background-image: url("../images/common/anchor-type01.svg");
}
.subnav-box .slick-next,
.subnav-box .slick-next:hover{
    background-image: url("../images/common/anchor-type01.svg");
}
.subnav-box .slick-prev:before,
.subnav-box .slick-next:before{
    display: none;
}
.subnav-box .slick-prev:hover,
.subnav-box .slick-next:hover{
    opacity: 0.6;
}
.subnav-box .slick-prev.slick-disabled,
.subnav-box .slick-next.slick-disabled{
	opacity: 0;
}
	
	#bottoms{
		display: none;
	}


}