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

body {
	font-size: 100%; /* 16pt */
	color: #000000;
	background: #ffffff;
	line-height: 2.0;
	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: #108B96;
	text-decoration:none;
}

a:hover {
	color: #108B96;
	text-decoration:underline;
}

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

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

.pc-anchor {
	margin-top: -80px!Important;
	padding-top: 80px!Important;
}

	



/* HEADER */

#header {
	display: inline-block;
	width: auto;
	min-width: 1px;
	max-width: none;
    height: 140px;
	margin:0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 6000;
}

#header .container-inner {
    padding: 20px 30px;
	width: auto;
}

#header .primary{
}
#header .h-logo{
    margin-bottom: 0;
}
#header .h-logo a{
	display: inline-block;
	line-height: 0;
}
#header .h-logo a:hover {
	text-decoration:none;
	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*/
}



/* FOOTER */

#footer {
	color: #ffffff;
	background-color: #2D2C2F;
}

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

#footer a{
	color: #ffffff;
}

#footer .f-sign{
    margin-bottom: 25px;
}

#footer .f-name{
	display:block;
	margin-bottom: 15px;
	text-align: center;
}
#footer .f-name a{
	display: inline-block;
	line-height: 0;
	text-decoration:none;
}
#footer .f-name 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*/
}
#footer .f-address{
	line-height: 1.625;
	text-align: center;
}
#footer .f-address .f-place,
#footer .f-address .f-place .place01,
#footer .f-address .f-place .place02,
#footer .f-address .f-tel,
#footer .f-address .f-fax{
    display: inline-block;
    vertical-align: middle;
}
#footer .f-address .f-place,
#footer .f-address .f-place .place01,
#footer .f-address .f-tel{
    margin-right: 1em;
}
#footer .copyright {
	margin: 0;
	font-size: 87.5%; /* 14px */
	line-height: 1.571428;
	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;
}



/* SUBV */

#subv {
	margin: 0;
    width: auto;
	height: 700px;
	background-image: url(../images/common/subv.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
	position: relative;
}
/*
#subv:before{
	content: "";
	display: block;
	width: 260px;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background: linear-gradient(90deg, rgba(255,255,255,1) 35%, rgba(255,255,255,0) 100%);
}
	*/


/* CONTENT */

	#content{
		padding: 30px 0 60px;
	}
#content a{
    text-decoration:underline;
}

#content .container-inner {
}

	#breadcrumb{
		margin-bottom: 30px;
	}
#breadcrumb li{
	display:inline-block;
	vertical-align:middle;
	font-size:87.5%;
}
#breadcrumb li a{
	color:#000000;
}
#breadcrumb li.on{
	color:#875797;
	font-weight:bold;
}

.section-l {
	margin-bottom: 90px;
}

.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:25px;
	right:25px;
	text-align: right;
	margin: 0;
	z-index:5000;
}
.pagetop a {
	display:block;
	width: 52px;
	height: 52px;
	line-height:0;
	text-decoration:none;
	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:-30px;
	padding-top:30px;
}


/* MDNAV */
	#md-nav{
		position: absolute;
		top: 0;
		right:0;
		left:0;
		margin:auto;
		z-index:2000;
	}
	#md-nav.scroll{
		position: fixed;
		top: 0;
		padding-top: 0;
	}

	#md-nav .nav-list:before{
		content: "";
		display: block;
		width: 260px;
		height: 100%;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		background: linear-gradient(90deg, rgba(255,255,255,1) 35%, rgba(255,255,255,0.9) 40%, rgba(255,255,255,0) 100%);
		transition-duration: 0.3s;
	}
	#md-nav .nav-list.scroll:before{
		background: linear-gradient(90deg, rgba(255,255,255,0.9) 35%, rgba(255,255,255,0.85) 40%, rgba(255,255,255,0) 100%);
	}
	
	#md-nav .nav-list{
		position:absolute;
		top: 0;
		left: 0;
		padding-top: 160px;
		padding-left: 30px;
		min-height: 700px;
	}
	#md-nav .nav-list.scroll{
		position:fixed;
		bottom: 0;
		margin: auto;
		padding-top: 0;
		min-height: inherit;
	}
	#md-nav .nav-list > li{
		display: flex;
		align-items: center;
		height: 65px;
		overflow: visible;
		position: relative;
		z-index: 2;
	}
	#md-nav .nav-list > li.open{
		z-index: 3;
	}
	#md-nav .nav-list > li a{
		font-family: "A1����", "A1 Mincho", YuMincho, "Yu Mincho", 'Noto Serif JP', "serif";
		font-weight: bold;
	}
	#md-nav .nav-list > li > a{
		display: inline-block;
		padding: 15px 30px 15px 0;
		color: #000000;
		font-size: 125%; /* 20px */
		text-decoration: none;
		position: relative;
	}
	#md-nav .nav-list > li > a:after{
		content: "";
		display: block;
		width: 40px;
		height: 4px;
		background-color: #A581B1;
		position: absolute;
		bottom: 8px;
		left: 0;
		background-color: transparent;
		transition-duration: 0.3s;
	}
	#md-nav .nav-list > li.on > a:after,
	#md-nav .nav-list > li.open > a:after{
		background-color: #A581B1;
	}
	#md-nav .nav-list > li .lists{
		display: none;
		margin-bottom: 0;
		padding: 13px 26px;
		background-color: rgba(187,141,190,0.8);
		position: relative;
	}
	#md-nav .nav-list > li.on .lists{
		background-color: rgba(39,158,203,0.6);
	}
	#md-nav .nav-list > li .lists:before{
		content: "";
		display: block;
		width: 30px;
		height: 1px;
		background-color: #A581B1;
		position: absolute;
		top: 0;
		bottom: 0;
		left: -20px;
		margin: auto;
	}
	#md-nav .nav-list > li.on .lists:before{
		background-color: #279ECB;
	}
	#md-nav .nav-list > li .lists > li{
		line-height: 1.5;
	}
	#md-nav .nav-list > li .lists > li:not(:last-child){
		margin-bottom: 8px;
	}
	#md-nav .nav-list > li .lists > li a{
		display: inline-block;
		padding-left: 12px;
		color: #ffffff;
		position: relative;
	}
	#md-nav .nav-list > li .lists > li a:hover{
		text-decoration: none;
		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*/
	}
	#md-nav .nav-list > li .lists > li a:before{
		content: "";
		display: block;
		width: 8px;
		height: 8px;
		background-color: #ffffff;
		border-radius: 50%;
		position: absolute;
		top: 8px;
		left: 0;
	}
	#md-nav .nav-list > li.home > a{
		padding-right: 57px;
	}
	#md-nav .nav-list > li.home .lists:before{
		width: 57px;
		left: -47px;
	}
	#md-nav .nav-list > li.recruit > a{
		padding-right: 74px;
	}
	#md-nav .nav-list > li.recruit .lists:before{
		width: 74px;
		left: -64px;
	}
	#md-nav .nav-list > li.news > a{
		letter-spacing: -1.0pt;
	}
	#md-nav .nav-list > li.recruit > a{
		letter-spacing: -0.5pt;
	}
	#md-nav .nav-list > li.mode_sp{
		display: none;
	}
	#md-nav .mdnav-btnlist{
		position: absolute;
		top: 0;
		right: 0;
		display: flex;
		align-content: stretch;
	}
	#md-nav .mdnav-btnlist > li{
		display: flex;
		align-items: center;
	}
	#md-nav .mdnav-btnlist > li a{
		display: block;
		min-width: 105px;
		height: 100%;
		padding: 6px 20px 6px 24px;
		color: #000000;
		font-size: 112.5%; /* 18px */
		font-family: "A1����", "A1 Mincho", YuMincho, "Yu Mincho", 'Noto Serif JP', "serif";
		font-weight: bold;
		text-align: center;
		position: relative;
		border-bottom: 1px solid #231815;
		border-left: 1px solid #231815;
		box-sizing: border-box;
	}
	#md-nav .mdnav-btnlist > li.en{
		display: none;
	}
	#md-nav .mdnav-btnlist > li.en a{
		font-family: 'Sorts Mill Goudy';
		pointer-events: none;
	}
	#md-nav .mdnav-btnlist > li a:before{
		content: "";
		display: block;
		width: 16px;
		height: 2px;
		background-color: #A581B1;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
	}
	#md-nav .mdnav-btnlist > li a:hover{
		text-decoration: none;
		background-color: rgba(195,171,203,0.5);
	}
	
	
	#bottoms{
		display: none;
	}


}

#md-nav .mdnav-btnlist > li.pdf a {
    display: block;
    min-width: 105px;
    height: 100%;
    padding: 6px 20px;
    color: #000000;
    font-size: 112.5%; /* 18px */
    font-family: "A1 Mincho", YuMincho, "Yu Mincho", 'Noto Serif JP', serif;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #231815;
    border-left: 1px solid #231815;
    background-color: rgba(255,255,255,0);
    color: #000000;
    text-decoration: none;
    box-sizing: border-box;
    margin-left: 1px; /* 隣の「アクセス」との間隔 */
}

#md-nav .mdnav-btnlist > li.pdf a:hover {
    background-color: #A581B1;
}
