@charset "UTF-8";

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block; max-width:1280px; width:100%;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}

html{
	font-size: 62.5%;
	color: #202020;
}
body {
  min-width: inherit;
}
body *{	box-sizing: border-box;}
ul li{	list-style: none;}
img{
	vertical-align: bottom;
	width: 100%;
}
a{
	text-decoration: none;
}
@media screen and (min-width: 769px) {
}
@media screen and (max-width: 768px) {
	body{
		min-width: 100%;
	}
	a{
		-webkit-tap-highlight-color: rgba(0,0,102,0.15);
	}
}

/*
	module
----------------------------------------------------------------------------- */
.visual-link {
	z-index: 10;
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	cursor: pointer;
}

.visual-link:hover {}

.visual-link:hover .movie .message-box .btn.btn-link {
	color: #0a2a86;
}

.inner{
	margin: 0 auto;
}
.inner_wrap {
	margin: 0 auto;
  max-width: 1280px;
}
.box-title {
  color: #000;
	font-size: 34px;
	line-height: 1.75;
	margin-bottom: 30px;
}

.m-sp{	display: none !important;	}
@media screen and (max-width: 768px) {
	.m-pc{	display: none !important;	}
	.m-sp{	display: block !important;	}
	.inner_wrap {
		margin: 0 10px;
	}
	.box-title {
		font-size: 22px;
		margin-bottom: 5%;
	}
}



/*Link-box
*/

.link-box {}
.link-box .title {
	line-height: 2.2;
}
.link-box {}

.btn {}
.btn.btn-link {
	padding: 13px 20px !important;
}

.movie .message-box .btn {
	box-sizing: border-box;
	cursor: pointer;
}

.movie .message-box .btn.btn-link {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	margin: 15px auto;
	padding: 18px 0 !important;
	background: url(../img/icon_arw_white_01.png) 95% 50% no-repeat;
    background-size: 23px auto;
	background-color: rgba(0, 0, 0, 0.5);
}

.visual-link:hover .movie .message-box .btn.btn-link  { 
	background-color: rgba(23, 28, 143, 0.6);
	color: #fff;
}
.movie .message-box .link {
	position: relative;
	left: -300px;
	opacity: 0;
	width: 284px;
	height: 60px;

}
.movie .message-box .link.is-active {
	left: 178px;
	opacity: 1;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

.movie .message-box .base {
	z-index: 10;
	position: absolute;
	top: 37px;
	right: 0;
	display: block;
	width: 284px;
	height: 61px;
	background: #171c8f;
}

.movie .message-box .base.is-active {
	width: 0;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

.movie .message-box .white {
	z-index: 9;
	position: absolute;
	top: 38px;
	left: 0;
	display: block;
	width: 284px;
	height: 60px;
	background: #fff;
}

.movie .message-box .white.is-active {
	width: 0;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}


/* ------------------------
  slick
------------------------ */
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}
.slick-prev:before,
.slick-next:before {
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-prev {
	left: -25px;
}
[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto;
}
.slick-prev:before {
	content: '←';
}
[dir='rtl'] .slick-prev:before {
	content: '→';
}
.slick-next {
	right: -25px;
}
[dir='rtl'] .slick-next {
	right: auto;
	left: -25px;
}
.slick-next:before {
	content: '→';
}
[dir='rtl'] .slick-next:before {
	content: '←';
}
/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}
.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button
{
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li button:before {
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: .25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}

/*
	eucookie
----------------------------------------------------------------------------- */
.eucookie * {
  font-size: 14px;
  line-height: 1.6;
}

/*
	header
----------------------------------------------------------------------------- */
#G-HEADER-NEW {
	border-bottom: none;
}
#G-HEADER-NEW .inner-header {
  background-color: transparent;
}
#G-HEADER-NEW .inner-header .logo {
  background-color: #fff;
}
#G-SELECT-LANG {
	min-width: 115px;
	min-height: 22px;
}
#G-SELECT-LANG li:first-child a {
  background-color: transparent;
  border: none;
}
#G-SELECT-LANG li a {
  color: #fff;
  background-color: #000;
  border: 1px solid #868482;
}
#G-HEADER-NEW .inner-header .region {
  background-color: rgba(000 ,000, 000, .8);
}
#G-HEADER-NEW .inner-header .nav {
  background-color: rgba(000, 000, 000, .5);
}
#G-HEADER-NEW .inner-header .nav > ul > li > a,
#G-HEADER-NEW .inner-header .nav > ul > li > span {
  color: #fff;
}
#G-HEADER-NEW .inner-header .nav > ul > li > span {
  background-image: url("../img/icon_arw_nav02.png");
}
#G-HEADER-NEW .inner-header .nav > ul > li > a:hover:after,
#G-HEADER-NEW .inner-header .nav > ul > li > span:hover:after,
#G-HEADER-NEW .inner-header .nav > ul > li.active > span:after {
  background-color: #fff;
}

.video {
  height: 0;
  margin: 0 auto;
  padding-bottom: 85vh;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.video iframe,
.video .bg-video {
  left: 50%;
  margin: auto;
  min-height: 100%;
  min-width: 100%;
  z-index: -1;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.video .bg-video {
  display: none;
}

@media screen and (max-width: 1200px) and (min-width: 961px) {
  #G-HEADER-NEW .inner-header .nav {
border-top: none;
  }
}

@media screen and (max-width: 960px) {
.video {
	padding: 0;
	height: 80%;
}
  .video .bg-video {
	position: static;
	display: block;
	margin-top: 20px;
	-webkit-transform: translate(0, 0);
	transform: (0, 0);
  }
	.video .bg-video img {
width: 100%;
	}
}

/*
	#content
----------------------------------------------------------------------------- */
#content {
  margin-top: 0px !important;
}

.pos-22 {
	top: 0 !important;
}

/*
	notice
----------------------------------------------------------------------------- */
.notice {
	padding: 17px 80px;
}
.notice p {
	color: #555;
	font-size: 14px;
	line-height: 1.75;
}

.urgent.notice {
	background-color: #fdf4f5;
}
.urgent.notice p {
	color: #d22630;
}

@media screen and (max-width: 960px) {
	.notice {
		padding: 2% 7%;
	}
}



/*
	content
----------------------------------------------------------------------------- */
#content .inner {
	position: relative;
}

#content .link-box .inner {
	position: absolute;
}

.gen-mt60 {
	margin-top: 60px;
}

/*
	movie
----------------------------------------------------------------------------- */
.movie {
	position: relative;
}

.movie .message-box {
	z-index: 10;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 643px;
	height: 129px;
	margin: -50px 0 0 -321px;
}

.movie .message-box div {
}
.movie .message-box .copy {
	margin-top: 48px;
	color: #fff;
	font-size: 34px;
	font-weight: normal;
	text-align: center;

}


.movie .message-box .msg {
	margin-top: 30px;
	color: #fff;
	font-size: 16px;
	text-align: center;
}

.movie .message-box .btn.btn-link {
	width: 284px;
	height: 58px;
	margin-top: 37px;
	border: 1px solid #fff;
	box-sizing: border-box;
	color: #fff;
	font-size: 16px;
	text-align: center;
}

.movie .txt {
	background-color: rgba(000, 000, 000, .5);
	padding: 1.3% 0 4.4%;
}
.movie .txt span {
	display: block;
	font-size: 40px;
	line-height: 1.75;
	padding: 0 8px 0 80px;
}

@media screen and (max-width: 960px) {
	.movie .message-box {
		position: absolute;
		top: 40%;
	}

	.movie .message-box .copy {
		line-height: 1.2;
	}
	.movie .message-box .msg {
		line-height: 1.5;
	}
	.movie .message-box .link.is-active {
		left: 175px;
	}

}

@media screen and (max-width: 767px) {
	.movie {
		width: 100%;
	}
	.movie .message-box {
		position: absolute;
		top: 110px;
		left: auto;
		width: 100%;
		height: auto;
		margin: 0 auto;
		color: #333333;
		font-size: 14px;
		line-height: 1.5;
	}
	.movie .message-box .copy {
		margin-top: 48px;
		padding-left: 10px;
		color: #fff;
		font-size: 24px;
		text-align: center;
		line-height: 1.2;
	}
	.movie .message-box .msg {
		width: 100%;
		margin-top: 25px;
		font-size: 14px;
		line-height: 1.5;
	}
	.movie .message-box .img {
		padding: 0 10px;
		text-align: center;
	}
	.movie .message-box img {
		width: 100%;
		padding: 0 20px;
	}

	.movie .message-box .btn.btn-link {
		width: 200px;
		height: 50px;
		margin-top: 20px;
		padding: 17px 10px !important;
	}



	.movie .message-box .btn.btn-link {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		margin: 15px auto;
		padding: 15px 0 !important;
		background: url(../img/icon_arw_white_01.png) 95% 50% no-repeat;
		background-size: 23px auto;
		background-color: rgba(0, 0, 0, 0.5);
		font-size: 16px;
	}
	
	.visual-link:hover .movie .message-box .btn.btn-link  { 
		background-color: rgba(23, 28, 143, 0.6);
		color: #fff;
	}
	.movie .message-box .link {
		position: relative;
		left: -300px;
		opacity: 0;
		width: 200px;
		height: 60px;
	
	}
	.movie .message-box .link.is-active {
		left: 50%;
		margin-left: -101px;
		opacity: 1;
		-webkit-transition: all 0.1s linear;
		-moz-transition: all 0.1s linear;
		-ms-transition: all 0.1s linear;
		-o-transition: all 0.1s linear;
		transition: all 0.1s linear;
		line-height: 1.0;
	}
	
	.movie .message-box .base {
		z-index: 10;
		position: absolute;
		top: 15px;
		display: block;
		width: 200px;
		height: 50px;
		background: #171c8f;
	}
	
	.movie .message-box .base.is-active {
		width: 0;
		-webkit-transition: all 0.1s linear;
		-moz-transition: all 0.1s linear;
		-ms-transition: all 0.1s linear;
		-o-transition: all 0.1s linear;
		transition: all 0.1s linear;
	}
	
	.movie .message-box .white {
		z-index: 9;
		position: absolute;
		top: 15px;
		left: 0;
		display: block;
		width: 200px;
		height: 50px;
		background: #fff;
	}
	
	.movie .message-box .white.is-active {
		width: 0;
		-webkit-transition: all 0.1s linear;
		-moz-transition: all 0.1s linear;
		-ms-transition: all 0.1s linear;
		-o-transition: all 0.1s linear;
		transition: all 0.1s linear;
	}
	
	.visual-link + .layout-wrap {
		margin-top: 0;
	}
}

@media screen and (max-width: 650px) {
	.movie .message-box .btn.btn-link {
		font-size: 14px;
		line-height: 1.2;
	}
	.movie .message-box .link.is-active {
		left: 50%;
		margin-left: -100px;
	}
}

@media screen and (max-width: 375px) {
	.movie {
		width: 100%;
	}
	.movie .message-box {
		position: absolute;
		top: 110px;
		left: auto;
		width: 100%;
		height: auto;
		margin: 0 auto;
		color: #333333;
		font-size: 14px;
		line-height: 3.O 1.5;
		;
	}
	.movie .message-box .msg {
		width: 100%;
		margin-top: 25px;
		font-size: 14px;
		line-height: 1.5;
	}
	ƒ
	.movie .message-box .img {
		padding: 0 10px;
		text-align: center;
	}
	.movie .message-box img {
		width: 100%;
		padding: 0 20px;
	}

	.movie .message-box .btn.btn-link {
		width: 200px;
		height: 50px;
		margin-top: 20px;
		padding: 17px 10px !important;
	}



	.movie .message-box .btn.btn-link {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		margin: 15px auto;
		padding: 15px 0 !important;
		background: url(../img/icon_arw_white_01.png) 95% 50% no-repeat;
		background-size: 23px auto;
		background-color: rgba(0, 0, 0, 0.5);
		font-size: 14px;
	}
	
	.visual-link:hover .movie .message-box .btn.btn-link  { 
		background-color: rgba(23, 28, 143, 0.6);
		color: #fff;
	}
	.movie .message-box .link {
		position: relative;
		left: -300px;
		opacity: 0;
		width: 200px;
		height: 60px;
	
	}
	.movie .message-box .link.is-active {
		left: 50%;
		margin-left: -100px;
		opacity: 1;
		-webkit-transition: all 0.1s linear;
		-moz-transition: all 0.1s linear;
		-ms-transition: all 0.1s linear;
		-o-transition: all 0.1s linear;
		transition: all 0.1s linear;
	}
	
	.movie .message-box .base {
		z-index: 10;
		position: absolute;
		top: 15px;
		display: block;
		width: 200px;
		height: 50px;
		background: #171c8f;
	}
	
	.movie .message-box .base.is-active {
		width: 0;
		-webkit-transition: all 0.1s linear;
		-moz-transition: all 0.1s linear;
		-ms-transition: all 0.1s linear;
		-o-transition: all 0.1s linear;
		transition: all 0.1s linear;
	}
	
	.movie .message-box .white {
		z-index: 9;
		position: absolute;
		top: 15px;
		left: 0;
		display: block;
		width: 200px;
		height: 50px;
		background: #fff;
	}
	
	.movie .message-box .white.is-active {
		width: 0;
		-webkit-transition: all 0.1s linear;
		-moz-transition: all 0.1s linear;
		-ms-transition: all 0.1s linear;
		-o-transition: all 0.1s linear;
		transition: all 0.1s linear;
	}
	
	



	

}





/*
	service
----------------------------------------------------------------------------- */
.service {
	margin-bottom: 60px;
	padding: 45px 0 0;
}
.service .service_slider {
	display: flex;
	flex-wrap: wrap;
}
.service .service_slider.slick-initialized {
  display: block;
}
.service .service_slider .slick-slide {
	margin: 0;
}
.service .service_slider .service_item {
	position: relative;
}

.service .service_slider .service_item h2 {
	margin-top: 15px;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
}

.service .service_slider .service_item p {
	margin-top: 20px;
	font-size: 14px;
	line-height: 1.5;
}

.service .service_slider .service_item a {
  display: block;
}

.service .service_slider .service_item a:hover {
  opacity: 0.6;
}

.service .service_slider .slick-dots {
	bottom: -20px;
}
.service .service_slider .slick-dots li {
	height: 8px;
	width: 8px;
	border-radius: 4px 4px;
}
.service .service_slider .slick-dots li button {
	background-color: #ccc;
	border: 0;
	font-size: 0;
	line-height: 0;
	display: block;
	width: 10px;
	height: 10px;
	padding: 0;
	border-radius: 5px 5px;
	cursor: pointer;
	color: transparent;
	outline: none;
}
.service .service_slider .slick-dots li.slick-active button {
	background-color: #171c8f;
}
.service .service_slider .slick-dots li button:before {
	content: none;
}
.service .service_slider .slick-prev,
.service .service_slider .slick-next {
	height: 30px;
	width: 30px;
	z-index: 1;
}
.service .service_slider .slick-prev:before,
.service .service_slider .slick-next:before {
	content: none;
}
.service .service_slider .slick-prev {
	background: url("../img/arrow_l.png") left center no-repeat;
	background-size: 10px auto;
	left: -40px;
}
.service .service_slider .slick-next {
	background: url("../img/arrow_r.png") left center no-repeat;
	background-size: 10px auto;
	right: -60px;
}

@media screen and (max-width: 960px) {
	.service .service_slider .service_item {
		position: relative;
		width: 48%;
		margin: 0 1%;
	}
	.service .service_slider .service_item h2 {
		margin-top: 15px;
		font-size: 14px;
	}

	.service .service_slider .service_item p {
		margin-top: 10px;
		font-size: 13px;
	}	
	#TAB-AREA .tab-head li {
		width: 48%;
	}
	#TAB-AREA .tab-head li a {
		width: 100%;
	}

}



/* Tab Area */
#TAB-AREA {
  margin-top: 40px;
}
#TAB-AREA .tab-head {
  *zoom: 1;
}
#TAB-AREA .tab-head:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
#TAB-AREA .tab-head h2 {
  font-size: 166%;
  margin-bottom: 0;
}
#TAB-AREA .tab-head li {
  position: relative;
  float: left;
  background: none;
  margin-right: 5px;

}
#TAB-AREA .tab-head li a, #TAB-AREA .tab-head li span {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
#TAB-AREA .tab-head li span {
  display: block;
}

#TAB-AREA .tab-head li a {
  cursor: pointer;
  width: 188px;
  color: #333333;
  background: #ededed url(../img/icon_arw_blue_01.png) 95% 50% no-repeat;
  background-size: 25px 11px;
  padding: 15px 18px 15px;
  border-bottom: 1px solid #b3b3b3;
  box-sizing: border-box;
}

#TAB-AREA .tab-head li a:hover {
	opacity: 0.6;
	text-decoration: none;
}
#TAB-AREA .tab-head li.current {
	background: #666666;
}

#TAB-AREA .tab-head li.current a {
	background: none;
	background: #666666;
  	border-bottom: 1px solid #0a2986;
	color: #fff;
}
#TAB-AREA .tab-head li.current a {
  background: none;
}
#TAB-AREA .tab-head li.current a > span {
  background: none;
}
#TAB-AREA .tab-head li.current a > span > span {
  background: url("../img/tab_rt.gif.html") no-repeat 100% 0;
}
#TAB-AREA .tab-head li.current .tab-arrow {
  display: block;
}
#TAB-AREA .tab-body {
  border-top: none;
  padding-top: 15px;
  margin-top: -3px;
}

.news-list {
	margin-bottom: 30px;
	font-size: 14px;
}

.news-list .news {
	margin-bottom: 20px;
}







