@charset "UTF-8";
/* ---------------------------------------------------------------------------------------- */
/* HOME
/* ---------------------------------------------------------------------------------------- */

#First-view {
	position: relative;
	width: 100%;
	background-color: #222;
	z-index: 1;
	padding-bottom: 32px;
}
#First-view .inner-wrap {
	z-index: 30;
	opacity: 0;
}

#First-view .slider {
	position: relative;
	max-width: 96rem;
	/*padding-top: 42%;*/
	padding-top: 35.4166%;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	z-index: 1;
	background-color: hsl(208,46%,10%);
}
#First-view .slider li {
	position: absolute;
	top: 0;
	/*left: -10%;
	width: 120%;*/
  left: 0;
	width: 100%;
	background-color: hsl(208,46%,10%);
}
#First-view .slider li a img {
	transition: all .2s ease-in-out;
}
#First-view .slider li a:hover img {
	opacity: .7;
}
/*
#First-view .slider li img.pc{
  display: none;
}
#First-view .slider li img.smp{
  display: inherit;
}
*/
#First-view .slider li:not(:first-child) {
	display: none;
}
#First-view #Slider-nav {
	position: absolute;
	bottom: 11px;
	left: 50%;
	z-index: 20;
	-webkit-transform: translateX(-50%); transform: translateX(-50%);
}
#First-view #Slider-nav ul {
	overflow: hidden;
	padding: 0 4px;
}
#First-view #Slider-nav li {
	float: left;
	margin: 0 4px;
	background: #FFF;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#First-view #Slider-nav li.current {
	background: hsl(208,46%,0%);
}
#First-view .arrow {
	position: absolute;
	top: 100%;
	margin-top: -32px;
	width: 32px;
	height: 32px;
	background-color: hsla(0,0%,0%,.8);
	content: ' ';
	font-size: 16px;
	line-height: 32px;
	color: hsla(208,46%,80%,.8);
	text-align: center;
	z-index: 10;
	cursor: pointer;
}
#First-view .arrow.right {
	right: 0;
}
#First-view .arrow.left {
	left: 0;
}

@media print, screen and (min-width:600px) {
	#First-view {
		padding-bottom: 48px;
	}
	#First-view #Slider-nav {
    bottom: 19px;
	}
	#First-view .arrow {
		margin-top: -48px;
		width: 40px;
		height: 48px;
		font-size: 24px;
		line-height: 48px;
	}
}
@media print, screen and (min-width:740px) {
  #First-view {
		background-color: #eee;
		padding-bottom: 0;
	}
	#First-view #Slider-nav {
		bottom: 8px;
		left: 8px;
		-webkit-transform: translateX(0); transform: translateX(0);
	}
	#First-view .arrow {
	  top: 50%;
		margin-top: -24px;
	}
}
@media print, screen and (min-width:768px) {
#First-view h2 {
	padding-top: 10%;
	width: 50%;
	left: 25%;
}
#First-view .slider {
	padding-top: 35.4166%;
}
#First-view .slider li {
	left: 0;
	width: 100%;
}
/*
 #First-view .slider li img.pc{
  display: inherit;
 }
 #First-view .slider li img.smp{
   display: none;
 }
 */
}

@media print, screen and (min-width:800px) {
#First-view h2 {
	top: 4rem;
	left: 50%;
	margin-left: -265px;
	width: 530px;
	padding-top: 0;
}
#First-view h3 {
	display: block;
	top: 0;
	right: 2rem;
	width: 25%;
	max-width: 270px;
	padding-top: 28%;
}
#First-view .slider {
	padding-top: 35.4166%;
}
}

@media print, screen and (min-width:1200px) {
#First-view h3 {
	padding-top: 30%;
}
}

@media print, screen and (min-width:1536px) {
#First-view h3 {
	padding-top: 35%;
}
#First-view .slider {
	padding-top: 544px;
}
#First-view .arrow.left {
	left: 50%;
	margin-left: -768px;
}
#First-view .arrow.right {
	right: 50%;
	margin-right: -768px;
}
#First-view #Slider-nav {
	left: 50%;
	margin-left: -760px;
}
}
#Quick-access {
	position: relative;
	background-color: #1d354d;
	max-width: 96rem;
	border-bottom: .5rem solid #111;
	margin: 0 auto;
	z-index: 3;
}
#Quick-access .ti {
	position: absolute;
	top: -32px;
	left: 50%;
	margin-left: -130px;
	width: 260px;
	height: 32px;
}
.list-quick-access {
	letter-spacing: -.4em;
	text-align: center;
	padding: 1px 0;
	width: 100%;
}
.list-quick-access > li {
	position: relative;
	display: inline-block;
	letter-spacing: normal;
	width: 16.66666666%;
	padding: 1px;
	text-align: center;
}
.list-quick-access.five > li {
	width: 20%;
}
.list-quick-access.four > li {
	width: 20%;
}
.list-quick-access.three > li {
	width: 33.33333333%;
}

@media print, screen and (max-width:767px) {
.list-quick-access.three > li {
	width: 50%;
}
.list-quick-access.three > li.dbl-width {
	width: 100%;
}
}

@media print, screen and (max-width:799px) {
#Quick-access .inner-wrap {
	padding-left: 1px;
	padding-right: 0;
	background-color: hsla(0,0%,75%,1)
}
#Quick-access .ti {
	top: -26px;
	margin-left: -104px;
	width: 208px;
	height: 26px;
}
.list-quick-access {
	padding: 0 0 1px;
}
.list-quick-access.five {
	text-align: left;
}
.list-quick-access > li,  .list-quick-access.five > li {
	width: 33.33333333%;
	padding: 1px 1px 0 0;
}
.list-quick-access.five > li:nth-of-type(4),  .list-quick-access.five > li:nth-of-type(5) {
	width: 50%;
}
.list-quick-access.four > li {
	width: 50%;
}
}
.list-quick-access > li > a {
	position: relative;
	display: block;
	background-color: #eaeaea;
	background-image: -webkit-linear-gradient(#f5f5f5, #eaeaea);
	background-image: linear-gradient(#f5f5f5, #eaeaea);
	text-decoration: none;
	padding: .5rem;
}
.list-quick-access > li > a > span {
	display: block;
	text-align: center;
	margin: 0 auto;
	font-size: .875em;
	line-height: 1.3;
	font-family: 'notoBold', sans-serif;
	-webkit-font-feature-settings: 'pkna';
	font-feature-settings: 'pkna';
}
.list-quick-access > li > a > i {
	display: inline-block;
	margin: .25rem auto 0;
	font-size: 48px;
	line-height: 1em;
	color: hsl(208,46%,20%);
	transition: all .15s ease-in-out;
}
.list-quick-access > li > a:hover > i {
	color: hsla(208,26%,60%,1);
}
.list-quick-access > li.hover > a > i {
	color: hsla(208,26%,60%,1);
}
#Quick-access-service {
}
#Quick-access-service .list-service {
	position: absolute;
	bottom: 100%;
	left: 10%;
	width: 80%;
	padding: .5rem;
	background-color: #FFF;
	background-color: rgba(255,255,255,.7);
	visibility: hidden;
	opacity: 0;
	transition: all .15s ease-in-out;
}
/*
#Quick-access-service:hover .list-service{
  opacity: 1;
  visibility: visible;
}
*/
#Quick-access-service.hover .list-service {
	opacity: 1;
	visibility: visible;
}
#Quick-access-service .list-service > li {
}
#Quick-access-service .list-service > li + li {
	margin-top: .5rem;
}
#Quick-access-service .list-service > li span {
	display: none;
}

@media print, screen and (max-width:799px) {
#Quick-access-service .list-service {
	left: 20%;
	width: 60%;
}
}

@media print, screen and (max-width:599px) {
#Quick-access-service .list-service {
	left: 4%;
	width: 92%;
}
}
#Quick-access .has-children {
}
#Quick-access .has-children .list-QA-children {
	position: absolute;
	bottom: 100%;
	left: -5%;
	width: 110%;
	padding-bottom: .5rem;
	visibility: hidden;
	opacity: 0;
	transition: all .15s ease-in-out;
	z-index: 2;
}
#Quick-access .has-children .list-QA-children.list-bnr {
	width: 220px;
	left: 50%;
	margin-left: -110px;
}
/*
#Quick-access .has-children:hover .list-QA-children{
  opacity: 1;
  visibility: visible;
}
*/
#Quick-access .has-children.hover .list-QA-children {
	opacity: 1;
	visibility: visible;
}
#Quick-access .has-children .list-QA-children.list-txt ul, #Quick-access .has-children .list-QA-children.list-bnr ul {
	position: relative;
	background-color: rgba(255,255,255,.9);
	display: block;
	border-radius: 3px;
	text-align: left;
	padding: .5rem 0;
}
#Quick-access .has-children .list-QA-children.list-txt ul::after, #Quick-access .has-children .list-QA-children.list-bnr ul::after {
	position: absolute;
	bottom: -16px;
	left: 50%;
	margin-left: -8px;
	content: ' ';
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-top-color: rgba(255,255,255,.9);
}
#Quick-access .has-children .list-QA-children.list-txt ul a {
	font-weight: bold;
	display: block;
	padding: .5rem 1rem;
	padding-left: 1.5rem;
}
#Quick-access .has-children .list-QA-children.list-txt ul a::before {
	position: relative;
	font-family: 'nict-iconfont';
	content: '\e90f';
	font-size: .75em;
	font-weight: normal;
	color: hsl(208,46%,20%);
	margin-left: -1.4em;
	margin-right: .2em;
}
#Quick-access .has-children .list-QA-children.list-bnr li {
	margin: 0 .5em;
}
#Quick-access .has-children .list-QA-children.list-bnr li:not(:last-child) {
	margin-bottom: .5em;
}
#Quick-access .has-children .list-QA-children ul > li {
}
#Quick-access .has-children .list-QA-children.list-txt ul > li:not(:last-child) {
	border-bottom: 1px dotted #BBB;
}
#Quick-access .has-children .list-QA-children ul > li span {
	display: none;
}

@media print, screen and (max-width:799px) {
#Quick-access .has-children .list-QA-children {
	left: 5%;
	width: 90%;
}
}

@media print, screen and (max-width:500px) {
#Quick-access .has-children .list-QA-children.list-bnr {
	width: 90%;
	left: 5%;
	margin-left: 0;
}
}
.scn-menu-fields {
	-webkit-display: flex;
	-ms-display: flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 96rem;
	text-align: center;
	margin: 0 auto;
}
.scn-menu-fields .field {
	position: relative;
	width: 33.33333333%;
	height: 12rem;
	background-color: #000;
	z-index: 1;
}

@media print, screen and (max-width:799px) {
.scn-menu-fields .field {
	width: 50%;
}
}
.scn-menu-fields .field a {
	position: relative;
	display: block;
	text-align: center;
	padding: 1rem 1rem;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.scn-menu-fields .field a::before {
	position: absolute;
	top: 0;
	left: 0;
	content: ' ';
	width: 0;
	height: .5rem;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
	z-index: 2;
}
.scn-menu-fields .field a:hover::before {
	width: 100%;
}
.scn-menu-fields .field a .clr {
	position: absolute;
	bottom: 0;
	left: 0;
	content: ' ';
	width: 100%;
	height: 100%;
	z-index: 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.scn-menu-fields .field a:hover {
}
.scn-menu-fields .field a:hover .clr {
}
.scn-menu-fields .field .ti {
	position: relative;
	color: #FFF;
	font-family: 'notoBold', sans-serif;
	font-size: 1.15em;
	line-height: 1.4;
	-webkit-font-feature-settings: 'pkna';
	font-feature-settings: 'pkna';
	display: block;
	z-index: 1;
}
.scn-menu-fields .field#F6 .ti {
	color: #111;
}
.scn-menu-fields .field .ti > span {
	display: inline-block;
}
.scn-menu-fields .field#F6 i {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 8rem;
}
.scn-menu-fields .field#F1 a {
	background-image: url(/assets/img/home/fields/f1.jpg);
}
.scn-menu-fields .field#F2 a {
	background-image: url(/assets/img/home/fields/f2.jpg);
}
.scn-menu-fields .field#F3 a {
	background-image: url(/assets/img/home/fields/f3.jpg);
}
.scn-menu-fields .field#F4 a {
	background-image: url(/assets/img/home/fields/f4.jpg);
}
.scn-menu-fields .field#F5 a {
	background-image: url(/assets/img/home/fields/f5.jpg);
}
.scn-menu-fields .field#F6 a {
	background-image: url(/assets/img/home/fields/f6.jpg);
}
.scn-menu-fields .field#F1 a .clr {
	background-color: hsla(195,100%,37%,.8);
}
.scn-menu-fields .field#F2 a .clr {
	background-color: hsla(80,100%,29%,.8);
}
.scn-menu-fields .field#F3 a .clr {
	background-color: hsla(252,39%,37%,.8);
}
.scn-menu-fields .field#F4 a .clr {
	background-color: hsla(41,100%,39%,.8);
}
.scn-menu-fields .field#F5 a .clr {
	background-color: hsla(334,56%,48%,.8);
}
.scn-menu-fields .field#F6 a .clr {
	background-color: rgba(255,255,255,.8);
}
.scn-menu-fields .field#F1 a:hover .clr, .scn-menu-fields .field#F2 a:hover .clr, .scn-menu-fields .field#F3 a:hover .clr, .scn-menu-fields .field#F4 a:hover .clr, .scn-menu-fields .field#F5 a:hover .clr, .scn-menu-fields .field#F6 a:hover .clr {
	background-color: rgba(0,0,0,.6);
}
.scn-menu-fields .field#F1 a::before {
	background-color: #00b0ec;
}
.scn-menu-fields .field#F2 a::before {
	background-color: #8ec31f;
}
.scn-menu-fields .field#F3 a::before {
	background-color: #796caf;
}
.scn-menu-fields .field#F4 a::before {
	background-color: #f6ab08;
}
.scn-menu-fields .field#F5 a::before {
	background-color: #eb6da5;
}
.scn-menu-fields .field#F6 a::before {
	background-color: #0a79bd;
	background-image: -webkit-linear-gradient(90deg, #0a79bd 0%, #ffb41f 100%);
	background-image: linear-gradient(90deg, #0a79bd 0%, #ffb41f 100%);
}
.scn-menu-fields .field#F6 a:hover .ti {
	color: #FFF;
}
#Tab-home-info {
	position: relative;
	margin-bottom: 2rem;
}

@media print, screen and (min-width:801px) {
#Tab-home-info {
	display: none;
}
}
#Tab-home-info ul {
	width: 100%;
}
#Tab-home-info li {
	padding: 1rem .5rem;
	background-color: #FFF;
	font-weight: bold;
	color: #252525;
}
#Tab-home-info li + li {
	border-left: 1px solid #F0F0F0;
}
#Tab-home-info li.active {
	background-color: #F0F0F0;
}
.wrap-information {
	position: relative;
	width: 100%;
	background-color: #F0F0F0;
	overflow: hidden;
}

@media print, screen and (min-width:801px) {
.wrap-information {
	padding: 4rem 0 2rem;
}
}
.scn-home-info {
	display: none;
}

@media print, screen and (min-width:801px) {
.tab-content.scn-home-info {
	display: inherit;
	opacity: 1;
}
}
.scn-home-info h3 {
	font-size: 1.125em;
	font-weight: bold;
	color: hsl(211,80%,10%);
	margin-bottom: 1.5rem;
}
.scn-home-info h3 a {
	position: relative;
	display: inline-block;
	margin-left: 1rem;
	font-weight: normal!important;
	font-size: .76em;
	border-left: 1px dotted #AAA;
	padding: 0 1em;
	text-decoration: none;
}
.scn-home-info h3 a.link-RSS {
	top: -1px;
	border-left: none;
	background-color: hsla(16,60%,50%,1.00);
	color: #FFF;
	font-family: 'robotoregular', sans-serif;
	font-size: .625em;
	line-height: 1;
	padding: 3px 4px;
	margin-left: 0;
	border-radius: 2px;
}
.link-list-all {
	position: relative;
	color: #111;
	font-family: 'robotoregular', sans-serif;
}
.link-list-all::before {
	position: relative;
	display: inline-block;
	margin-right: 4px;
	font-family: 'nict-iconfont';
	content: '\e902';
	font-size: 1em;
	color: #555;
}
.scn-pressrelease {
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}

@media print, screen and (min-width:801px) {
.scn-pressrelease {
	border-bottom: 1px dotted #CCC;
	padding-bottom: 2rem;
	margin-bottom: 2rem;
}
}

@media print, screen and (min-width:801px) {
.scn-pressrelease {
}
}
.pressrelease-headline {
	overflow: hidden;
}
.pressrelease-headline figure {
	position: relative;
	float: left;
	width: 6rem;
	height: 4.5rem;
	overflow: hidden;
	background-color: #DDD;
}
.pressrelease-headline figure img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: auto;
	transform: translate(-50%, -50%);
}
.pressrelease-headline dl {
	margin-left: 7.5rem;
}


.scn-notice {
  position: relative;
	padding: 2rem 0;
	width: 100%;
	background-color: #F7F7F7;
}