@charset "UTF-8";

body {
	min-width:1200px;
}
.visual {
	width: 100%;
	overflow: hidden;
	background: url(../img/top/bg_visual.png) repeat-y 50% 0;
	background-size: 100% auto;
	padding: 28px 0 25px;
}

.visual .sp-mask:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	background: url(../img/top/bg_up.png) no-repeat 50% 100%;
	background-size: 100% auto;
	display: none;
}

.visual .sp-thumbnails-container {
	width: 1200px !important;
	height: auto !important;
	margin-top: 15px;
	z-index: 10;
}

.visual .sp-thumbnails {
	width: 1220px !important;
	height: auto !important;
	margin: 0 !important;
}

.sp-thumbnail-container {
	margin: 0 22px 0 0 !important;
	width: 283px !important;
	height: auto !important;
}

.sp-thumbnail span {
	display: block;
	font-size: 15px;
	color: #fff;
	line-height: 1.4;
	margin-top: 8px;
}

.sp-selected-thumbnail:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 283px;
	height: 115px;
	background: rgba(255,255,255,0.6);
}

.visual .sp-arrows {
	z-index: 10;
}

.visual .sp-buttons {
	position: absolute;
	left: 0;
	bottom: 190px;
	z-index: 10;
}

.visual .sp-button {
	width: 14px;
	height: 14px;
	border-color: #fff;
	margin: 0 7px;
}

.visual .sp-selected-button {
	background: #fff;
}

.sp-thumbnail-arrows {
	display: none !important;
}

.infoSet {
	clear: both;
	background: url(../img/top/bg_top.png) repeat 0 0;
	padding: 65px 0 75px;
	position: relative;
}

.infoSet:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 650px;
	height: 283px;
	background: url(../img/top/bg1.png) no-repeat 0 0;
}

.infoSet:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 685px;
	height: 450px;
	background: url(../img/top/bg2.png) no-repeat 0 0;
}

.infoSet .inner {
	overflow: hidden;
	max-height: 530px;
	width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.infoSet .tabSet {
	float: left;
	width: 610px;
}

.infoSet .slick-list {
	padding: 0 !important;
}

.infoSet .tabSet .item {
	width: 195px !important;
	margin-left: 13px;
	cursor: pointer;
}
.infoSet .tabSet .item1 {
	margin-left: 0;
}

.infoSet .tab-for .inside {
	width: 100%;
	height: 477px;
	border: 10px solid #e85d3a;
	background: #fff;
	padding: 25px;
	overflow: hidden;
	overflow-y: auto;
	position: relative;
}
.infoSet .tab-for .for2 {
	border-color: #4767a7;
}

.infoSet .tab-for .for3 {
	border-color: #33c9ff;
}

.fb_box,
.twitter_box {
	margin-left: 20px;
}

.lst_news {
	margin-top: -10px;
}

.infoSet .banner {
	float: right;
	width: 348px;
}
.infoSet .banner li {
	background: #fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 10px;
}
.infoSet .banner li a {
	display: block;
	min-height: 80px;
	background: #00408d;
	color: #fff;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: 0.5px;
	font-family: 'jun201';
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	position: relative;
	-moz-transition:all 0.3s ease-out;
	-o-transition:all 0.3s ease-out;
	-webkit-transition:all 0.3s ease-out;
	-ms-transition:all 0.3s ease-out;
}
.infoSet .banner li em {
	display: block;
	font-size: 16px;
}
.infoSet .banner li span {
	position: absolute;
	left: 0;
	top: 51%;
	width: 100%;
	padding: 0 0 0 90px;
	-moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.infoSet .banner li:nth-child(2n) a {
	background: #398386;
}
.infoSet .banner li a span:before {
	content: '';
	position: absolute;
	left: 28px;
	top: 50%;
	width: 46px;
	height: 44px;
	margin-top: -22px;
	background: url(../img/common/icon/icon1.svg) no-repeat 50% 50%;
	-moz-background-size: 44px 41px;
	-webkit-background-size: 44px 41px;
	-ms-background-size: 44px 41px;
	background-size: 44px 41px;
}
.infoSet .banner li.ban2 a span:before {
	background-image: url(../img/common/icon/icon2.svg);
	-moz-background-size: 46px 37px;
	-webkit-background-size: 46px 37px;
	-ms-background-size: 46px 37px;
	background-size: 46px 37px;
}
.infoSet .banner li.ban3 a span:before {
	background-image: url(../img/common/icon/icon3.svg);
	-moz-background-size: 46px 38px;
	-webkit-background-size: 46px 38px;
	-ms-background-size: 46px 38px;
	background-size: 46px 38px;
}
.infoSet .banner li.ban4 a span:before {
	background-image: url(../img/common/icon/icon4.svg);
	-moz-background-size: 42px 42px;
	-webkit-background-size: 42px 42px;
	-ms-background-size: 42px 42px;
	background-size: 42px 42px;
}
.infoSet .banner li.ban5 a span:before {
	background-image: url(../img/common/icon/icon5.svg);
	-moz-background-size: 34px 44px;
	-webkit-background-size: 34px 44px;
	-ms-background-size: 34px 44px;
	background-size: 34px 44px;
}
.infoSet .banner li.ban6 a span:before {
	background-image: url(../img/common/icon/icon6.svg);
	-moz-background-size: 42px 42px;
	-webkit-background-size: 42px 42px;
	-ms-background-size: 42px 42px;
	background-size: 42px 42px;
}
.infoSet .banner li a:hover {
	opacity: .7;
	-moz-transition:all 0.3s ease-out;
	-o-transition:all 0.3s ease-out;
	-webkit-transition:all 0.3s ease-out;
	-ms-transition:all 0.3s ease-out;
}
.infoSet .banner .ban5 a {
	opacity: .5;
	pointer-events: none;
}
.mainImg {
	text-align:center;
	position:relative;
	height:708px;
	margin:0 auto;
	background:url(../img/top/mainImg02_161220.png) no-repeat center top, url(../img/top/bg_top.png) repeat left top;
}

.mainImg .inner {
	width:1200px;
	height:707px;
	margin:0 auto;
	position:relative;
}

.mainImg .bg_top {
	position:absolute;
	bottom:-1px;
	right:-10px;
	z-index:90;
}

.mainImg .btn_play {
	position:absolute;
	top:0px;
	right:0;
	z-index:110;
	opacity: 0;
}

.mainImg .btn_pause {
	position:absolute;
	right:0;
	top:0;
	z-index:100;
	opacity: 0;
}

.videoBox {
	position:absolute;
	right:20px;
	top:0;
	/*height: 262px; width: 439px;*/
}

.boxTop {
	padding-top:10px;
}

.h2_top {
	text-align:center;
	color:#da3373;
	font-size:38px;
	line-height:30px;
	margin-bottom:54px;
}


.h2_top span {
	font-size:12px;
	color:#cbcbcb;
	line-height:1;
	font-family: 'Montserrat', sans-serif;
}

.boxTop .inner {
	background:url(../img/top/bg_top03.png) repeat left top;
	background-size:cover;
	padding:23px 0 27px;
}

.lstTop01 {
	max-width:1200px;
	margin:0px auto;
}

.lstTop01 li {
	width:25%;
	float:left;
	/*margin-left:12px;*/
	margin-top:-60px;
	padding: 0 13px;
}

.lstTop01 li > div {}
.lstTop01 li > div .opa {display: block;}
.lstTop01 li > div .img.opa {width: 100%; height: auto;}

.lstTop01 li .date {
	color:#fff;
	opacity: 0.4;
	font-size:14px;
	margin:10px 0 5px;
	font-family: 'Montserrat', sans-serif;
}

.lstTop01 li .title {
	min-height: 50px;
}

.lstTop01 li .title a {
	color:#fff;
	font-size:16px;
	-moz-transition:all 0.4s ease-out;
	-o-transition:all 0.4s ease-out;
	-webkit-transition:all 0.4s ease-out;
	-ms-transition:all 0.4s ease-out;
}

.lstTop01 li .title a:hover {
	opacity:.6;
}

.lstTop01 li:first-child {
	/*margin-left:0;*/
}

.lstTop01 li .link {
	text-align:center;
	margin-top:10px;
}

.lstTop01 li .link a {
	display:block;
	background:#fff;
	-moz-transition:all 0.4s ease-out;
	-o-transition:all 0.4s ease-out;
	-webkit-transition:all 0.4s ease-out;
	-ms-transition:all 0.4s ease-out;
}

.lstTop01 li .link a i {
	color:#b2b2b2;
}

.lstTop01 li .link a:hover {
	opacity:.6;
}

.inner02Wrap {
	width:100%;
	background:url(../img/top/bg_inner03.png) no-repeat center top;
}
.inner02 {
	width:1200px;
	margin:50px auto 40px;
	position:relative;
}

.inner02 img {
	position:absolute;
}

.inner02 .img1 {
	right:-140px;
	top:10px;
}

.inner02 .img2 {
	left:-150px;
}

.intro {
	position:absolute;
	bottom:10px;
	right:580px;
	color:#fff;
	text-align:right;
	font-family: 'jun';
	background:url(../img/top/img04.png) no-repeat left top;
	width:279px;
	height:268px;
	padding-right: 54px;
    padding-top: 86px;
	font-size:16px;
}

.intro span {
	font-size:23px;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.4;
}

.rightTxt {
	width:620px;
	float:right;
	position:relative;
	z-index:90;
	margin-top:15px;
}

.rightTxt .title {
	font-family: 'jun';
	font-size:46px;
	line-height:1.5;
}

.rightTxt .title span {
	color:#e73e00;
}

.rightTxt .title em {
	color:#00408d;
}


.rightTxt .desc {
	margin:20px 0;
	line-height:2;
	font-size:14px;
}
.rightTxt .desc p {
	margin-bottom: 15px;
}
.rightTxt .desc p:first-child {
	margin-right: 140px;
}

.boxTop02 {
	background:url(../img/top/bg_top05.png) repeat left top;
	padding:45px 0 55px;
	color: #333;
}

.lstTop02 {
	width:980px;
	margin:0 auto;
}

.lstTop02 li {
	float:left;
	width:300px;
	margin-left:40px;
	font-size:14px;
}

.lstTop02 li .title {
	font-family: 'Montserrat', sans-serif;
	font-size:30px;
	text-align:center;
	font-weight:700;
}

.lstTop02 li .subit {
	font-size:16px;
	text-align:center;
	font-family: 'jun';
	margin-bottom:10px;
}

.lstTop02 li .desc {
	text-align:justify;
	min-height:70px;
}

.lstTop02 li:first-child {
	margin-left:0;
}

.lstTop02 li .link {
	text-align:center;
	margin-top:20px;
}

.lstTop02 li .link a {
	width:110px;
	height:25px;
	color:#fff;
	font-family: 'Montserrat', sans-serif;
	font-size:12px;
	display:inline-block;
	line-height:25px;
	-moz-transition:all 0.4s ease-out;
	-o-transition:all 0.4s ease-out;
	-webkit-transition:all 0.4s ease-out;
	-ms-transition:all 0.4s ease-out;
}

.lstTop02 li .link a i {
	margin-left:8px;
	font-size:9px;
}

.lstTop02 li .link a:hover {
	opacity:.6;
}

.lstTop02 li:nth-child(1) .link a {
	background:#004093;
}

.lstTop02 li:nth-child(2) .link a {
	background:#39898c;
}

.lstTop02 li:nth-child(3) .link a {
	background:#e73e00;
}

.lstTop03 {
	margin:0 auto;
}

.lstTop03 li {
	float:left;
	width:25%;
	position:relative;
}

.lstTop03 li p {
	position:absolute;
	left:20px;
	color:#fff;
	font-family: 'Montserrat', sans-serif;
	font-size:12px;
}

.lstTop03 li:first-child p {
	bottom:20px !important;
	left:20px;
}

.lstTop03 li:nth-child(2) p {
	top:20px !important;
	left:20px;
}

.lstTop03 li:nth-child(3) p {
	bottom:20px !important;
	left:20px;
}

.lstTop03 li:nth-child(4) p {
	top:20px !important;
	left:20px;
}

.lstTop03 li p span {
	font-family: 'jun';
	font-size:24px;
}
	

.lstTop03 li img {
	width:100%;
	height:auto;
}

.boxTop03 {
	background:url(../img/top/bg_top.png) repeat left top;
	padding:80px 0 75px;
}

.boxTop03 .inner {
	width:1000px;
	margin:0 auto;
}

.newsTop {
	float:left;
	width:470px;
}

.faceTop {
	float:right;
	width:470px;
}

.h3_top {
	font-family: 'Montserrat', sans-serif;
	text-align:center;
	font-size:32px;
	line-height:1.5;
	margin-bottom:30px;
}
	
.h3_top span {
	font-family: 'jun';
	font-size:16px;
}

.newsTop .h3_top {
	color:#004093;
	font-weight: bold;
}

.faceTop .h3_top {
	color:#39898c;
	font-weight: bold;
}

.lst_news li {
	border-bottom:1px dotted #adadae;
	padding:15px 0 14px;
}

.lst_news li .date {
	color:#adadae;
	font-size:12px;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	margin-bottom: 2px;
}
.lst_news li .title {
	font-size:16px;
	color:#333333;
}	
.lst_news li a {
	font-size:16px;
	color:#333333;
	-moz-transition:all 0.4s ease-out;
	-o-transition:all 0.4s ease-out;
	-webkit-transition:all 0.4s ease-out;
	-ms-transition:all 0.4s ease-out;
}
.lst_news li a:hover {
	opacity:.6;
}

.fullImg img { width: 100%; }

.boxTop .link {
	margin: 20px 0 30px !important;
}
.boxTop .btn1 {
	min-width: 260px;
	min-height: 46px;
	padding-top: 9px;
	background-color: #398386;
}
/*==============TOP===============*/
@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
.infoSet{
	padding: 0;
}
.info-box{
	width: 100%;
    /* height: 346px; */
    background: #fff;
    margin-top: 25px;
    padding: 30px 60px;
    padding: 0;
    border: 1px solid #DFDFDF;
    overflow-x: hidden;
    display: inline-block;
    position: relative;
}

.info-box::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: red;
}
.info-box .wcm{
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 15px;
}
.info-box__ttl{
	text-align: left;
	font-size: 48px;
	line-height: 1;
	font-weight: bold;
	color: #E13E00;
	font-family: 'Montserrat', sans-serif;
	padding: 30px 60px 0;
	position: absolute;
	top: 0;
	left: 0; 
	width: calc(100% - 30px);
	background: #fff;
}
.info-box__ttl:before{
	content: "";
	width: 30px;
	height: 20px;
	position: absolute;
	top: 0;
	right: -30px;
	background: #fff;
}
.info-box__ttl em{
	font-style: normal;
	font-size:  18px;
	letter-spacing: 0.02em;
	font-family: 'jun_bold';
	padding-left: 20px;
}
.info-box__lst{
	/*padding: 103px 60px;*/
    height: 346px;
    overflow-x: hidden;
    width: 100%;
    overflow-y: scroll;
}
.info-box__lst .lst_news{
	/*overflow-y: scroll;*/
	min-height: 800px;
	padding:103px 60px;
}
.mainvisual{
	width: 100%;
}
.mainvisual li{
	width: 100%;
	height: 100%;
}
.mainvisual li >a {
	display: block;
	width: 100%;
	background-size: cover;
	background-position: center center;
	height: 590px;
}
.infor{
	width: 100%;
	position: relative;
	padding: 0 20px 60px;
	background: url(../img/top/bg_top.png) repeat 0 0;
}
.infor:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 650px;
    height: 283px;
    background: url(../img/top/bg1.png) no-repeat 0 0;
    z-index: 0;
}
.infor:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 706px;
    height: 471px;
    background: url(../img/top/new/bg2.png) no-repeat 0 0;
    z-index: 0;
}
.infor .inner{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.grbtn{
	width: calc(100% + 32px);
	padding: 20px 0;
	margin: 0 -16px;
	font-size: 0;
	letter-spacing: 0;
}
.grbtn .grbtn__it{
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	padding: 0 16px;
}
.grbtn .grbtn__it a{
	display: block;
	width: 100%;
	border-radius: 5px;
	text-align: left;
	padding: 0 10px 0 28px;
}
.grbtn .grbtn__it a p{
	font-size: 20px;
	line-height: 80px;
	letter-spacing: 0.02em;
	display: inline-block;
	padding-left: 68px;
	color: #fff;
}
.grbtn .grbtn__it a.image,.grbtn .grbtn__it a.other{
	background: #398386;
}
.grbtn .grbtn__it a.people{
	background: #00408D;
}
.grbtn .grbtn__it a.image p {
	background: url(../img/common/icon/icon2.svg) left center no-repeat;
	background-size: 46px 37px;
}
.grbtn .grbtn__it a.people p {
	background: url(../img/common/icon/icon3.svg) left center no-repeat;
	background-size: 46px 38px;
}
.grbtn .grbtn__it a.other p {
	background: url(../img/common/icon/icon4.svg) left center no-repeat;
	background-size: 42px 42px;
}
.pick{
	width: 100%;
	background: url(../img/top/new/bg_pick.jpg);
	background-size: cover;
	padding: 55px 0 28px;
}
.pick .wcm{
	width: 100%;
	max-width: 1040px;
	padding: 0 20px;
	margin: 0 auto;
}
.pick .pick__ttl{
	text-align: left;
	font-size: 48px;
	line-height: 1;
	font-weight: bold;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	padding-bottom: 20px; 
}
.pick .pick__ttl em{
	font-style: normal;
	font-size:  18px;
	letter-spacing: 0.02em;
	font-family: 'jun_bold';
	padding-left: 20px;
	font-weight: normal;
}
.pick .pick__lst{
	width: calc(100% + 40px);
	margin: 10px -20px;
	font-size: 0;
	letter-spacing: 0;
	line-height: 0;
	text-align: left;
}
.pick .pick__lst .pick__lst--it{
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	padding: 0 18px;
	margin-bottom: 27px;
}
.pick .pick__lst .pick__lst--it a{
	display: block;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.pick .pick__lst .pick__lst--it a:hover{
	opacity: 0.5;
}
.pick .pick__lst .pick__lst--it a img{
	width: 100%;
	border: 1px solid #C5C5C5;
}
.pick .pick__lst .pick__lst--it a .ttl{
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	letter-spacing: 0.04em;
	color: #fff;
	padding-top: 8px;
}
.sns{
	width: 100%;
	padding: 0 20px;
	max-width: 1040px;
	margin: 165px auto 67px;
	font-size: 0;
	letter-spacing: 0;
}
.sns .sns__it{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	text-align: center;
}
.sns .sns__it:nth-child(1){
	padding-right: 50px;
}
.sns__it--ttl {
    margin-bottom: 18px;
}
.sns .sns__it:nth-child(1) .sns__it--ttl img{
	width: 152px;
	height: 30px;
}
.sns .sns__it:nth-child(2) .sns__it--ttl img{
	width: 147px;
	height: 29px;
}
.sns .sns__it:nth-child(2){
	padding-left: 50px;
}
div#twitter_frame ,div#facebook_frame{
    border: 1px solid #C5C5C5;
    max-height: 360px;
    overflow: hidden;
}

/*===========SLICK===========*/
.mainvisual .slick-dots{
 	position: absolute;
 	bottom: 0;
 	right: 0;
 	width: 100%;
 	text-align: right;
 	padding-right: 195px;
 	padding-bottom: 65px;
 }
.mainvisual .slick-dots >li{
  	display: inline-block;
  	vertical-align: top;
  	width: 14px;
  	height: 14px;
  	margin: 0 5px;
  }
.mainvisual .slick-dots >li > button{
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
	border: 3px solid #fff;
	background: transparent;
	padding: 0;
}
.mainvisual .slick-dots >.slick-active button{
	background: #fff !important;
}
/* width */
.info-box__lst::-webkit-scrollbar {
  width: 10px;
  height: 100px;
}
.info-box__lst::-ms-scrollbar {
  width: 10px;
  height: 100px;
}
.info-box__lst::-moz-scrollbar {
  width: 10px;
  height: 100px;
}

/* Track */
.info-box__lst::-webkit-scrollbar-track {
  background: #fff; 
}
.info-box__lst::-ms-scrollbar-track {
  background: #fff; 
}
.info-box__lst::-moz-scrollbar-track {
  background: #fff; 
}

/* Handle */
.info-box__lst::-webkit-scrollbar-thumb {
  background: #4D4D4D; 
}
.info-box__lst::-ms-scrollbar-thumb {
  background: #4D4D4D; 
}
.info-box__lst::-moz-scrollbar-thumb {
  background: #4D4D4D; 
}
/* Handle on hover */
.info-box__lst::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.info-box__lst::-ms-scrollbar-thumb:hover {
  background: #555; 
}
.info-box__lst::-moz-scrollbar-thumb:hover {
  background: #555; 
}