@charset "utf-8";

#mainv{
	height: 505px;
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 1;
}
#mainv li span{
	font-size: 47px;
	font-weight: 400;
	position: absolute;
	z-index: 2;
	top: 170px;
	right: 0;
	left: 0;
	margin: auto;
	color: #fff;
	text-shadow: 0px 0px 17px #000000,0px 0px 17px #000000;
}
#mainv li img{
	height: 505px;
	width: 1920px;
	overflow: hidden;
}
#mainv figure{
	overflow: hidden;
}

#mainv figure img{
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

#mainv a:hover figure img{
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
}

#mainv .text_b{
	/* color: #000; */
}
/*------------------------------------------------------*/
.sub_nav{
	box-shadow: 3px 3px 5px 0 rgba(0,0,0,0.1);
}
.sub_nav li{
	width: 25%;
}
.sub_nav li a{
	display: block;
	font-size: 20px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	border: 1px solid #ddd;
}


.sub_nav li a.active,
.sub_nav li a:hover{
	background: #00ac98;
	color: #fff;
}
.sub_nav li a span{
	position: relative;
	z-index: 1;
}
.sub_nav li a span:before{
	content: "";
	display: block;
	position: absolute;
	width: 15px;
	height: 15px;
	background: url(../img/common/arrow02.png) no-repeat 0 0;
	top: 7px;
	left: -25px;
　　z-index: 2;
}
.sub_nav li a.active span:before,
.sub_nav li a:hover span:before{
	content: "";
	display: block;
	position: absolute;
	width: 15px;
	height: 15px;
	background: url(../img/common/arrow03.png) no-repeat 0 0;
	top: 7px;
	left: -25px;
　　z-index: 2;
}
/*---------------------------------------------------------*/
#sec1 ul{
	padding: 50px 0;
}
#sec1 ul li{
	margin: 0 1%;
	position: relative;
	z-index: 1;
}
#sec1 ul li iframe{
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
/*-------------------------------------------------------*/
#news{
	width: 73%;
}
#news h2{
	font-size: 33px;
	letter-spacing: 2px;
	border-bottom: 2px solid #00ac98;
	margin-bottom: 20px;
}
#news .flex_l{
	padding: 10px 0 10px;
	border-bottom: 1px dotted #aaa;
	line-height: 30px;
	position: relative;
	z-index: 1;
}
.news_title{	
	width: 40%;
}
.news_title span{
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block;
	/* font-size: 18px; */
}

.news_date{
	margin: 0 15px 0 60px;
}
.icon_new{
	position:relative;
	z-index: 1;
}
.icon_new:before{
	content: "";
	display: block;
	position: absolute;
	width: 54px;
	height: 20px;
	background: url(../img/common/icon_new.png) no-repeat 0 0;
	top: 10px;
	left: -60px;
　　z-index: 2;
}
.news_cate{
	width: 135px;
	height: 40px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	margin-right: 15px;
}
.cate_01{
	background: #00ac98;
}
.cate_02{
	background: #9fa0a0;
}
.news_more a{
	display: block;
	width: 140px;
	height: 40px;
	background: #3e3a39 url(../img/common/arrow06.png) no-repeat center right 15px;
	color: #fff;
	padding: 0 25px;
	font-size: 17px;
	position: absolute;
	right: 0;
}
.news_link a{
	display: block;
	width: 430px;
	height: 45px;
	font-size: 19px;
	text-align: center;
	line-height: 43px;
	border: 1px solid #000;
	margin: 40px auto 0;
	background: url(../img/common/arrow07.png) no-repeat center right 15px;
}
/*-----------------------------------------------------*/
#sec2{
	width: 25%;
}
#sec2 li a{
	display: block;
	margin: 15px;
}
/*-------------------------------------------------------*/
#sec3{
	background: #f0f4f4;
	padding: 60px 0 0;
	margin-top: 60px;
}
/*--------------------------------------------------*/
label.panel-label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  width: 100%;
  cursor: pointer;
  background-color: #fff;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}
label.panel-label:hover {
}
#panels {
}
#panels .container {
}
#panels section header label.panel-label {
  padding: 12px 24px;
  box-sizing: border-box;
}
#panels section .main {
	display: block;
  box-sizing: border-box;
/*  max-height: 0;*/
  opacity: 0;
  display: none;
  -webkit-transition: opacity 600ms;
  transition: opacity 600ms;
  overflow-y: hidden;
} 

#panel-1-ctrl:checked ~ #panels #panel-1 .main {
 	display: block;
 max-height: initial;
  opacity: 1;
  padding: 45px 0;
}

#panel-2-ctrl:checked ~ #panels #panel-2 .main {
 	display: block;
 max-height: initial;
  opacity: 1;
  padding: 45px 0;
}

#panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 {
  pointer-events: none;
  cursor: default;
  -webkit-transform: translate3d(0, 1px, 0);
  transform: translate3d(0, 1px, 0);
  box-shadow: none;
  border-right: none;
}
/*------アクティブボタン----------*/
#panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label {
background: #00ac98 url(../img/common/arrow05.png) no-repeat center right 20px;
  color: #FFF;
    padding-top: 20px;
	height: 120px;
	font-size: 36px;
	line-height: 1;
	position: relative;
	z-index: 1;
}
#panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label span{
	font-size: 25px;
	letter-spacing: 2px;
	border-bottom: 3px solid #fff;
	display: inline-block;
	width: 130px;
	font-weight: 300;
	padding-bottom: 5px;
}
#panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label:before{
	content: "";
	display: block;
	position: absolute;
	width: 48px;
	height: 27px;
	background: url(../img/home/sec3_arrow01.png) no-repeat 0 0;
	bottom: -26px;
	right: 0;
	left: 0;
	margin: auto;
	z-index: 2;
}
#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 {
  pointer-events: none;
  cursor: default;
  -webkit-transform: translate3d(0, 1px, 0);
  transform: translate3d(0, 1px, 0);
  box-shadow: none;
}
#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label {
background: #00ac98 url(../img/common/arrow05.png) no-repeat center right 20px;
  color: #FFF;
    padding-top: 20px;
	height: 120px;
	font-size: 36px;
	line-height: 1;
}
#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label span{
	font-size: 25px;
	letter-spacing: 2px;
	border-bottom: 3px solid #fff;
	display: inline-block;
	width: 130px;
	font-weight: 300;
	padding-bottom: 5px;
}
#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label:before{
	content: "";
	display: block;
	position: absolute;
	width: 48px;
	height: 27px;
	background: url(../img/home/sec3_arrow01.png) no-repeat 0 0;
	bottom: -26px;
	right: 0;
	left: 0;
	margin: auto;
	z-index: 2;
}
ul#tabs-list {
  display: flex;
  list-style: none;
  text-align: center;
  margin-bottom: 10px;
  padding: 0;
box-shadow: 3px 3px 5px 0 rgba(0,0,0,0.1);
}
ul#tabs-list li {
  text-align: center;
  width: 50%;
  position: relative;
}
ul#tabs-list li:hover {
  -webkit-transition: none;
  transition: none;
  border-right: none;
}
ul#tabs-list li label.panel-label {
  position: relative;
background: #fff url(../img/common/arrow08.png) no-repeat center right 20px;
  color: #000;
    padding-top: 20px;
	height: 120px;
	font-size: 36px;
	line-height: 1;
}
ul#tabs-list li label.panel-label span{
	font-size: 25px;
	letter-spacing: 2px;
	border-bottom: 3px solid #00ac98;
	display: inline-block;
	width: 130px;
	font-weight: 300;
	padding-bottom: 5px;
}
ul#tabs-list li label.panel-label::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 100%;
  height: 0;
  -webkit-transition-property: height;
  transition-property: height;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}
.panel-radios {
  display: none;
}
/*----------------------------------------------*/
#panels li{
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 30px;
	position:relative;
	z-index: 1;
	padding-top: 210px;
	height: 280px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: top center;
}
#panels #panel-2 li{
	-moz-background-size:cover;
	background-size:cover;
}

#panels li.bg-cat02{
	background-image: url(../img/home/sec3_img12.jpg);
}
#panels li.bg-cat25{
	background-image: url(../img/home/sec3_img25.jpg);
}
#panels li.bg-cat03{
	background-image: url(../img/home/sec3_img02.jpg);
}
#panels li.bg-cat04{
	background-image: url(../img/home/sec3_img03.jpg);
}
#panels li.bg-cat24{
	background-image: url(../img/home/sec3_img04.jpg);
}
#panels li.bg-cat22{
	background-image: url(../img/home/sec3_img05.jpg);
}
#panels li.bg-cat11{
	background-image: url(../img/home/sec3_img07.jpg);
}
#panels li.bg-cat12{
	background-image: url(../img/home/sec3_img08.jpg);
}
#panels li.bg-cat23{
	background-image: url(../img/home/sec3_img09.jpg);
}
#panels li.bg-cat21{
	background-image: url(../img/home/sec3_img10.jpg);
}
#panels li.bg-cat01{
	background-image: url(../img/home/sec3_img11.jpg);
}
#panels li a{
	display: block;
	color: #fff;
	font-size: 26px;
	line-height: 1.3;
}
#panels li a:hover{
	opacity: 1;
}
#panels li:nth-child(4n){
	margin-right: 0;
}
.sec3_link_base{
	position:absolute;
	top: 0;
	text-align: center;
	width: 100%;
	height: 210px;
	display: table;
	text-shadow: 0px 0px 22px #000000, 0px 0px 22px #000000, 0px 0px 22px #000000;
}
.sec3_link_base span{
	display: table-cell;
	vertical-align: middle;
}
#panel-1 li a:hover .sec3_link_base{
	opacity: 0;
}
.sec3_link_hover{
	position:absolute;
	top: 0;
	text-align: center;
	width: 100%;
	height: 210px;
	display: table;
	opacity: 0;
}
.sec3_link_hover span{
	display: table-cell;
	vertical-align: middle;
}
#panels li a:hover .sec3_link_hover{
	opacity: 1;
	background-color: rgba(0,0,0,0.5);
}
#panels li:nth-child(3) .sec3_link_hover{
	font-size: 19px;
}
.sec3_link_btn{
	position: absolute;
	z-index: 1;
	background: #fff;
	width: 100%;
	bottom: 0;
	left: 0;
	font-size: 17px;
	color: #000;
	padding: 20px;
}
.sec3_link_btn span{
	display: block;
	border: 1px solid #000;
	padding: 5px;
	background: url(../img/common/arrow07.png) no-repeat center right 10px;
}
/*-----------------------------------------------*/
#sec4{
	padding: 50px 0;
}
.sec4_link01 a{
	display: block;
	width: 100%;
	height: 490px;
	background: url(../img/home/sec4_img01.jpg) no-repeat center center/cover;
	font-size: 50px;
	text-align: center;
	color: #fff;
	border-top: 10px solid #00ac98;
	padding: 100px 50% 0 0;
	line-height: 1.4;
}
.sec4_link01 a span{
	display: block;
	width: 300px;
	font-size: 27px;
	line-height: 80px;
	text-align: center;
	border: 2px solid #fff;
	margin: 40px auto;
	background: url(../img/common/arrow10.png) no-repeat center right 20px;
}
#sec4 .flex{
	margin-top: 30px;
}
.sec4_link02{
	width: 64%;
}
.sec4_link02 a{
	display: block;
	height: 320px;
	background: #eee url(../img/home/sec4_japan.png) no-repeat center center;
	text-align: center;
	font-size: 32px;
	padding: 90px 0;
}
.sec4_link02 a span{
	font-size: 40px;
	color: #33cac4;
}
#sec4 ul{
	width: 32%;
}
#sec4 li{
	height: 150px;
	background: url(../img/home/sec4_bg.png);
	text-align: center;
	font-size: 17px;
}
#sec4 li br{
	display: none;
}
#sec4 li:first-child{
	margin-bottom: 20px;
}
#sec4 li span{
	display: block;
	color: #fff;
}
.sec4_text01{
	font-size: 43px;
	line-height: 1;
	padding-top: 20px;
}
.sec4_text02{
	font-size: 20px;
	line-height: 1.2;
}
@media screen and (max-width: 1300px) {
#mainv li i{
	top: 100px;
}
.mainv_logo{
	width: 30%;
}
/*----------------------------------------------*/
#news{
	width: 68%;
}
#news .flex_l{
	padding: 10px 0;
	border-bottom: 1px dotted #aaa;
	line-height: 40px;
	position: relative;
	z-index: 1;
}
.news_date{
	margin: 0 10px 0 45px;
}
.icon_new:before{
	width: 40px;
	height: 15px;
	background-size:40px 15px;
	top: 13px;
	left: -45px;
}
.news_cate{
	width: 90px;
	height: 40px;
	font-size: 16px;
	margin-right: 10px;
}
.news_more a{
	width: 110px;
	height: 40px;
	background: #3e3a39 url(../img/common/arrow06.png) no-repeat center right 10px;
	padding: 0 10px;
	font-size: 15px;
}
/*-----------------------------------------------------*/
#sec2{
	width: 30%;
	margin-top: 40px;
}
#sec2 li a{
	display: block;
	margin: 20px 0;
}

/*------------------------------------------------*/
.sec4_link01 a{
	font-size: 40px;
	padding: 120px 50% 0 0;
}
#sec4 li{
	font-size: 16px;
	line-height: 1.3;
}
#sec4 li br{
	display: block;
}
.sec4_text01{
	font-size: 35px;
	padding-top: 20px;
}
.sec4_text02{
	font-size: 18px;
}

}
@media screen and (max-width: 1000px) {

#sec1 ul li{
	width: 48%;
	margin: 0 1%;
}
}
/*---------------------------------------------------------
	スマホ
---------------------------------------------------------*/
@media screen and (max-width: 680px) ,screen and (max-width: 737px) and (orientation: landscape) {
#mainv{
	height: 280px;
}
	#mainv li img{
	height: 280px;
}

#mainv li span{
	font-size: 25px;
	top: 100px;
}
#mainv:after{
	background-size: 100%;
	width: 195px;
	height: 120px;
	bottom: 20px;
	right: 0;
	left: 0;
	margin: auto;
}
	.bx-wrapper .bx-pager {
		display: none;
	}
/*------------------------------------------------------*/
.sub_nav{
	box-shadow: none;
}
.sub_nav li{
	width: 50%;
}
.sub_nav li a{
	font-size: 16px;
	height: 45px;
	line-height: 45px;
}
.sub_nav li a span:before{
	display: none;
}
/*---------------------------------------------------------*/
#sec1 ul{
	padding: 25px 0;	
}
#sec1 ul{
	flex-direction: column-reverse;
}
#sec1 ul li{
	width: 85%;
	margin: 0 auto 15px;
}
/*-------------------------------------------------------*/
#news{
	width: 100%;
	margin-top: 30px;
}
#news h2{
	font-size: 20px;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
#news .flex_l{
	padding: 10px 0 30px;
	line-height: 1.5;
	margin-bottom: 15px;
}
.news_date{
	margin: 0 20px 0 0;
}
.icon_new:before{
	width: 35px;
	height: 15px;
	background-size: 35px 15px;
	top: -15px;
	left: 0;
}
.news_cate{
	width: 75px;
	height: 25px;
	font-size: 14px;
	margin: 0;
	line-height: 25px;
}
.news_title{
	margin-right: 0;
	width: 66%;
}

.news_more a{
	width: 100px;
	height: 30px;
	line-height: 29px;
	padding: 0 5px;
	font-size: 15px;
	right: 0;
	bottom:5px;
	background: #000;
	text-align: center;
}
.news_link a{
	width: 90%;
	font-size: 16px;
	margin: 20px auto 0;
}
/*-----------------------------------------------------*/
#sec2{
	width: 100%;
}
#sec2 h2{
	font-size: 20px;
	margin-bottom: 15px;
}
#sec2 li a{
	padding: 0 5px 20px;
}
/*-------------------------------------------------------*/
#sec3{
	padding: 30px 0 0;
	margin-top: 30px;
}
/*--------------------------------------------------*/
#panels section header label.panel-label {
  padding: 12px 24px;
}

#panel-1-ctrl:checked ~ #panels #panel-1 .main {
  padding: 25px 0;
}

#panel-2-ctrl:checked ~ #panels #panel-2 .main {
  padding: 25px 0;
}

/*------アクティブボタン----------*/
#panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label {
background: #00ac98;
    padding-top: 19px;
	height: 100px;
	font-size: 20px;
	line-height: 1.2;
}
#panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label span{
	font-size: 16px;
	letter-spacing: 1px;
	border-bottom: 2px solid #fff;
	display: inline-block;
	width: 80px;
}
#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label {
background: #00ac98;
    padding-top: 19px;
	height: 100px;
	font-size: 20px;
	line-height: 1.2;
}
#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label span{
	font-size: 16px;
	letter-spacing: 1px;
	border-bottom: 2px solid #fff;
	display: inline-block;
	width: 80px;
}

ul#tabs-list {
box-shadow: none;
}
ul#tabs-list li label.panel-label {
  position: relative;
background: #fff;
	height: 100px;
	font-size: 19px;
	line-height: 1.2;
}
ul#tabs-list li label.panel-label span{
	font-size: 16px;
	letter-spacing: 1px;
	border-bottom: 2px solid #00ac98;
	display: inline-block;
	width: 80px;
}
/*----------------------------------------------*/
#panels li{
	width: 49.5%;
	margin-right: 1%;
	margin-bottom: 20px;
	padding-top: 150px;
	height: 200px;
}
#panels li a{
	font-size: 16px;
}
#panels li:nth-child(2n){
	margin-right: 0;
}
.sec3_link_base{
	height: 150px;
}
#panels li a:hover .sec3_link_base{
	opacity: 0;
}
.sec3_link_hover{
	height: 150px;
}
.sec3_link_btn{
	font-size: 13px;
	padding: 10px;
}
.sec3_link_btn span{
	padding: 5px;
	background:none;
}
/*-----------------------------------------------*/
#sec4{
	padding: 30px 0 10px;
}
.sec4_link01 a{
	width: 100%;
	height: 250px;
	font-size: 20px;
	border-top: 5px solid #00ac98;
	padding: 50px 0 0 0;
}
.sec4_link01 a span{
	width: 80%;
	font-size: 20px;
	line-height: 60px;
	margin: 20px auto;
}
#sec4 .flex{
	margin-top: 20px;
}
.sec4_link02{
	width: 100%;
}
.sec4_link02 a{
	display: block;
	height: auto;
	background-size: 80% auto;
	font-size: 20px;
	padding: 50px 0;
}
.sec4_link02 a span{
	font-size: 20px;
}
#sec4 ul{
	width: 100%;
}
#sec4 li{
	height: auto;
	font-size: 15px;
	padding-bottom: 15px;
}
#sec4 li:first-child{
	margin-bottom: 10px;
	margin-top: 20px;
}
.sec4_text01{
	font-size: 30px;
	padding-top: 15px;
}
.sec4_text02{
	font-size: 17px;
}

}
