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

body {
	font-size: 100%; /* 16pt */
	color: #1e1e1e;
	font-family: 'Noto Sans JP';
	background: #ffffff;
	line-height: 1.875;
	word-wrap: 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: #1b82c1;
	text-decoration:none;
}

a:hover {
	color: #1b82c1;
	text-decoration:underline;
}

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

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

.pc-anchor {
	margin-top: -80px!Important;
	padding-top: 80px!Important;
}
	
	#md-site{
		overflow: hidden;
	}
	
	.pg-canvas{
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		min-width: 100%;
		min-height: 100%;
		width: auto;
		height: auto;
		z-index: -1;
	}
	.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);
	}

	



/* HEADER */

#header {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    height: 183px;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}
#header.fixedmode{
	margin-bottom: 48px;
}

	#header .h-projectterm{
		font-family: 'Noto Sans JP';
		background-color: #efefef;
	}
	#header .h-projectterm .container-inner{
		padding: 2px 14px;
	}
	#header .h-projectterm .container-inner .projectterm-text,
	#header .h-projectterm .container-inner .projectterm-list,
	#header .h-projectterm .container-inner .projectterm-list > li{
		display: inline-block;
		vertical-align: baseline;
		margin-bottom: 0;
		line-height: 1.5;
		letter-spacing: 0.5pt;
	}
	#header .h-projectterm .container-inner .projectterm-text,
	#header .h-projectterm .container-inner .projectterm-list > li:not(:last-child){
		margin-right: 10px;
	}

#header .container-inner {
	width: 100%;
	min-width: 1200px;
	max-width: 1242px;
	box-sizing: border-box;
}

#header .primary{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
	min-width: 520px;
	max-width: calc( 100% - ( 50% + 120px ) );
	max-width: -webkit-calc( 100% - ( 50% + 120px ) );
}
#header .primary .inner-wrapper{
	width: 520px;
	margin-right: 20px;
	padding-left: 20px;
	box-sizing: border-box;
}
#header .h-logo{
	display: inline-block;
	vertical-align: middle;
    margin-bottom: 0;
	letter-spacing: normal;
}
#header .h-subname{
	display: inline-block;
	vertical-align: middle;
    margin-bottom: 0;
	font-size: 112.5%;
	font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'Noto Serif JP', 'serif';
	font-weight: bold;
	letter-spacing: normal;
	letter-spacing: 0.5pt;
	line-height: 1.5;
}
#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*/
}
#header .secondary{
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 55%;
	flex: 1;
}
#header .secondary .inner-wrapper{
	min-width: 640px;
	max-width: 702px;
	padding-right: 20px;
	box-sizing: border-box;
}
#header .h-banner{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
#header .h-banner > li{
	display: inline-block;
	vertical-align: middle;
	letter-spacing: normal;
}
#header .h-banner > li:not(:last-child){
	margin-right: 40px;
}
#header .h-banner > li a{
	display: inline-block;
	text-align: right;
	line-height: 1.2;
}
#header .h-banner > li a .text{
	color: #8e8e8e;
	font-size: 56.25%; /* 9px */
	font-family: 'Noto Sans JP';
}
#header .h-banner > 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*/
}
#header .primary .inner-wrapper,
#header .secondary .inner-wrapper{
	padding-top: 15px;
	padding-bottom: 15px;
}
	
	.search-box{
		margin-bottom: 5px;
		text-align: right;
	}
.search-box .inner-box{
		display: inline-block;
		vertical-align: middle;
    position: relative;
}
.search-box .search-input{
    width: calc( 100% - 4px );
    width:  -webkit-calc( 100% - 4px );
    max-width: 180px;
    padding: 6px 8px;
	font-size: 12px;
    border: 1px solid #9fa0a0;
	box-sizing: border-box;
}
.search-box .search-btn{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    margin: auto;
}
	




/* NAV */

#nav{
	margin: 0;
	background-color: #ffffff;
}
#nav:not(.fixed){
	position: relative;
}
#nav .container-inner{
	width: 1000px;
}
	.nav-list{
		display: flex;
		justify-content: center;
		margin: 0;
		text-align: center;
	}
	.nav-list > li{
		flex: 1;
	}
	.nav-list li a{
		color: #000000;
		text-decoration: none !important;
	}
	.nav-list li a:hover,
	.nav-list li.on > a{
		color: #0774aa;
	}
	.nav-list > li > a{
		display:flex;
		justify-content: center;
		align-items: center;
		width: 90%;
		height: 48px;
		padding: 5px 5%;
		font-size: 112.5%; /* 18px */
		font-family: 'Noto Serif JP', 'serif';
		line-height: 1.5;
		text-decoration: none;
		position: relative;
		box-sizing: border-box;
	}
	.nav-list > li > a:after{
		content: "";
		display: inline-block;
		width: 6px;
		height: 6px;
		background-color: #0774aa;
		position: absolute;
		right: 0;
		bottom: -2px;
		left: 0;
		margin: auto;
		transition-duration: 0.3s;
		opacity: 0;
		border-radius: 50%;
		z-index: 6000;
	}
	.nav-list > li.open > a:after{
		opacity: 1.0;
	}
	.nav-list > li > .navchild-wrapper{
		display: none;
		position: absolute;
		top: 48px;
		right: 0;
		left: 0;
		margin: 0 -500%;
		padding: 0 500%;
		z-index: 7000;
		overflow: hidden;
	}
	.nav-list > li > .navchild-wrapper > .navchild-box{
		width: 100%;
		min-width: 1200px;
		padding: 25px 0;
		background-color:rgba(255,255,255,0.85);
	}
	.nav-list > li > .navchild-wrapper > .navchild-box > .inner-wrapper{
		display: flex;
		align-items: flex-start;
		width: 1000px;
		margin: 0 auto;
		box-sizing: border-box;
		position: relative;
	}
	.nav-list > li .labelbox{
		width: 330px;
		height: 140px;
		margin-right: 35px;
	}
	.nav-list > li .labelbox a{
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
		padding: 20px;
		color: #ffffff;
		font-size: 137.5%; /* 22px */
		font-family: 'Noto Sans JP';
		font-weight: bold;
		line-height: 1.5;
		letter-spacing: 0.5pt;
		text-indent: 0.5pt;
		background-image: url("../images/common/nav-img.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
		box-sizing: border-box;
	}
	.nav-list > li.support .labelbox a{
		background-image: url("../images/common/nav-img_support.jpg");
	}
	.nav-list > li.ikuboss .labelbox a{
		background-image: url("../images/common/nav-img_ikuboss.jpg");
	}
	.nav-list > li.report .labelbox a{
		background-image: url("../images/common/nav-img_report.jpg?ver=230327");
	}
	.nav-list > li .labelbox a .text{
		position: relative;
		z-index: 1;
	}
	.nav-list > li .labelbox a:before{
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		background-color: rgba(27,130,193,0.7);
		z-index: 0;
	}
	.nav-list > li .labelbox a:hover{
		opacity: 0.6;
	}
	.nav-list > li .listbox{
		flex: 1;
	}
	.nav-list > li .navchild-list{
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		flex-direction: column;
		flex-wrap: wrap;
		height: 160px;
		margin-top: -10px;
		margin-bottom: 0;
	}
	.nav-list > li .navchild-list > li{
		margin-top: 10px;
		margin-right: 20px;
	}
	.nav-list > li .navchild-list > li a{
		display: block;
		padding-right: 24px;
		font-size: 112.5%; /* 18px */
		line-height: 1.5;
		transition-duration: 0.3s;
		position: relative;
	}
	.nav-list > li .navchild-list > li .inner:not(a){
		opacity: 0.5;
	}
	.nav-list > li .navchild-list > li a:after,
	.nav-list > li .navchild-list > li .inner:after{
		content: "";
		display: inline-block;
		width: 18px;
		height: 10px;
		background-image: url("../images/common/anchor-type01.png");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		margin: auto;
	}
	.nav-list > li .navchild-list > li.on > a:after,
	.nav-list > li .navchild-list > li a:hover:after{
		background-image: url("../images/common/anchor-type01_c02.png");
	}
    
	/*
#nav #pc-nav li.new a{
    position: relative;
}
#nav #pc-nav li.new a:before{
    content: "NEW";
    display: inline-block;
    font-size: 75%;
    color: #ffffff;
    line-height: 1.3;
    position: absolute;
    top: 22%;
    left: 50%;
    margin-right: -50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    
	-webkit-animation-duration: 3s;
	-webkit-animation-name: newnav;
	-webkit-animation-timing-function: ease;
	-webkit-animation-iteration-count: infinite;
	animation-duration: 3s;
	animation-name: newnav;
	animation-timing-function: ease;
	animation-iteration-count: infinite;
}
*/


/* FOOTER */

#footer{
}
#footer .f-sign{
	color: #ffffff;
	background-color: #2594cc;
}
#footer .f-bottom{
	background-color: #efefef;
}

#footer .f-project .container-inner {
	padding: 5px 0;
}
#footer .f-sign .container-inner {
	padding:30px 0 20px;
}
#footer .f-nav .container-inner {
	padding: 8px 0;
}
#footer .f-bottom .container-inner {
	padding: 5px 0;
}
	
	
	#footer .fbanner-list{
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 10px;
	}
	#footer .fbanner-list > li:not(:last-child){
		margin-right: 50px;
	}
	#footer .fbanner-list > li a:hover{
		opacity: 0.6;
	}


#footer .f-name{
	margin-bottom: 0;
	line-height: 1.5;
	text-align: center;
}
#footer .f-name a{
	color: #1e1e1e;
	font-size: 75%; /* 12px */
	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-admin{
	margin-bottom: 0;
	font-size: 87.5%; /* 14px */
	text-align: center;
}
#footer .f-address{
	margin-bottom: 15px;
	text-align: center;
}
#footer .f-address .f-place,
#footer .f-address .f-tel{
    display: inline-block;
    vertical-align: middle;
	font-size:87.5%;
}
#footer .f-address .f-place{
    margin-right: 14px;
}
#footer .f-map{
	text-align: center;
}
#footer .f-map a{
	padding: 6px 18px;
	font-size: 87.5%;
	font-family: 'Noto Sans JP';
}
#footer .f-map a:after{
	display: none;
}
	#footer .f-nav .fnav-list{
		margin-bottom: 0;
		letter-spacing: -.4em;
		text-align: center;
	}
	#footer .f-nav .fnav-list > li{
		display: inline-block;
		vertical-align: middle;
		padding: 0 18px;
		letter-spacing: normal;
	line-height: 1.0;
	}
#footer .f-nav .fnav-list > li:not(:last-child){
	border-right: 1px solid #1e1e1e;
}
#footer .f-nav .fnav-list > li a,
#footer .f-nav .fnav-list > li span.not{
	display:inline-block;
	padding:0;
	color: #1e1e1e;
	font-size: 75%;
}
#footer .f-nav .fnav-list > li 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 .copyright {
	margin: 0;
	font-size: 62.5%; /* 10px */
	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 {
	display: flex;
	margin: 0 0 20px;
    width: auto;
	height: 300px;
	background-image: url(../images/common/title-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

#title .title-bg_l,
#title .title-bg_r {
	flex: 1;
	height: 100%;
}
	#title .title-bg_l{
		background-color: rgba(194,235,255,0.8);
	}

#title .title-wrapper {
	display: flex;
	height: 100%;
}

#title .title-box {
	display: flex;
	align-items: center;
	width: 245px;
	height: 100%;
	padding-right: 140px;
	background-color: rgba(194,235,255,0.8);
	clip-path: polygon(0% 0%, 0% 100%, 53.24% 100%, 100% 0%);
}

	#title .title{
		margin-bottom: 0;
	}
#title .title .en {
	display: inline-block;
	margin-bottom: 15px;
	padding-bottom: 15px;
	color:#1b82c1;
	font-size: 250%; /* 40px */
	font-family: 'Noto Serif JP', 'serif';
	font-weight:bold;
	line-height:1.3;
	position: relative;
}
#title .title .en:after {
	content: "";
	display: inline-block;
	width: 57px;
	height: 1px;
	background-color: #1b82c1;
	position: absolute;
	bottom: 0;
	left: 0;
}

#title .title .ja {
	display: inline-block;
	margin-bottom:0;
	padding-right: 70px;
	font-size: 75%; /* 12px */
	font-family: 'Noto Sans JP';
    letter-spacing: 0.5pt;
	line-height:1.5;
}


/* CONTENT */

#content .container-inner {
}

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

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

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

.section {
	margin-bottom: 70px;
}

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

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

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

.pagetop {
	position:fixed;
	bottom:10px;
	right:10px;
	text-align: right;
	margin: 0;
	z-index:5000;
}
.pagetop a {
	display:block;
	line-height:0;
	text-decoration:none;
}
.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:hover {
}
.pagetop a img {
}

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


/* SNAV */
	#side .side-box{
		margin-bottom: 50px;
	}


/* SUBNAV */


}
	
@-webkit-keyframes newnav {
	0% {
        color: #ffffff;
        /*
        background-color: #e60012;
        */
	}
	25% {
        color: #e60012;
        /*
        background-color: #ffffff;
        */
	}
	50% {
        color: #ffffff;
        /*
        background-color: #e60012;
        */
	}
	100% {
        color: #ffffff;
        /*
        background-color: #e60012;
        */
	}
}