@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);


html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}
html, button, input, select, textarea {
	letter-spacing: 1px;
     font-family: YakuHanJP, "Hiragino Sans",'Noto Sans JP', sans-serif;
}
html, body {
    overflow-x: hidden;
    width: 100%;
	font-size:14px;
}
body {
	margin: 0;
     font-family: YakuHanJP, "Hiragino Sans",'Noto Sans JP', sans-serif;
	overflow-x: hidden;
	background: url(../img/bg_g.png) repeat-x #000;	
	font-weight:500;
	font-size: 100%;
	left: 0;
	position: relative;
	
}

#container{
	background: url(../img/bg_star.png) repeat;
	background-size: 1500px auto;
	background-attachment: fixed;
	/*transition-duration: 0.6s;*/
	background-position: 50% 0px;
}

.mdl-layout__content{
	overflow: hidden;
}


/********** Typography **********/

h1 {
    margin: 0.67em 0;
    font-size: 2em;
}
h2 {
    margin: 0.83em 0;
    font-size: 1.5em;
}
h3 {
    margin: 1em 0;
    font-size: 1.17em;
}
h4 {
    margin: 1.33em 0;
    font-size: 1em;
}
h5 {
    margin: 1.67em 0;
    font-size: 0.83em;
}
h6 {
    margin: 2.33em 0;
    font-size: 0.75em;
}


/********** Global Styles **********/


p {
    line-height: 1.6em;
}
ul{
	margin: 0;
	padding: 0;
}

li{
	list-style: none;
}

a{
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
    color: #007bff;
	outline: 0;
}

a:hover, a:focus {
    text-decoration: none;
}


.texture-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../img/grid.png);
}

.conts{
	margin: 0 auto;
	padding: 0;
}

.cs{
	opacity: 0.5 !important;
	pointer-events: none !important;
}

.clearfix:after {
  content: "";  /* 新しいコンテンツ */
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; /* 非表示に */
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
}

.mdl-layout__header {
	position:absolute;
	height:136px;
	background-color:rgba(0,0,0,0.1);
	color:#333;
}

.mdl-layout__header-row {
	position:relative;
	height:136px;
	padding:0;

}


.mdl-layout__header-row h2 {
	width:17%;
	margin:0 0 0 1.5%;
}
.mdl-layout__header-row h2 img {
	width:100%;
	max-width:268px;
	max-height:90px;
}

.mdl-layout__header-row .mdl-navigation {
	position:absolute;
	top:10px;
	left:20%;
	height:34px;
	padding:5px;
	background:rgba(0,0,0,0.2);
	border-radius:3px;
}
.mdl-navigation > img {
	width:24px;
}
.mdl-layout__header-row .mdl-navigation__link {
	height:24px;
	margin:0;
	padding:0 8px;	
	opacity:1;
	font-size:13px;
	line-height:24px;
}

.mdl-layout__drawer-button {
	display:none;
}

.mdl-layout__drawer h2 {
	margin:0;
	padding:12px;
}

.mdl-layout__drawer .mdl-navigation .mdl-navigation__link {
	padding:12px 16px;
	font-size:12px;
}


.grids {
	padding:0 0 60px;
}

.grid_box {
	display:flex;
	justify-content: center;
	width:80%;
	max-width:1200px;
	margin:0 auto 20px;
}

#main_conts img {
    max-width: 100%;
}


/********** header **********/

header .head_01{
	padding: 10px 1.5%;
}

header h2{
	width: 12%;
	margin: 0;
	padding: 0;
	float: left;
	max-width: 180px;
}

header .head_01{
	background: rgba(0,0,0,0.7);
}

header .head_01 ul{
	letter-spacing: -.40em;
	float: right;
	display: block;
	width: 88%;
	text-align: right;
	margin-top: 10px;
}

header .head_01 li{
	display: inline-block;
	letter-spacing: normal;
	vertical-align: middle;
	/*width: 185px;2020のみ無効*/
	margin-left: 1.5%;
	text-align: center;
}

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

header .head_01 li a{
	display: block;
	position: relative;
}

header .head_01 li a:after{
	content: "";
	position: absolute;
	height: 1px;
	width: 0;
	background: #e60012;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transition-duration: 0.5s;
}

header .head_01 li.here a:after{
	width: 100%
}

header .head_01 li:nth-child(2) a:after{
	background: #036eb8;
}

header .head_01 li:nth-child(3) a:after{
	background: #ee7800;
}

header .head_01 li:nth-child(4) a:after{
	background: #006934;
}

header .head_01 li:nth-child(5) a:after{
	background: #920783;
}

header .head_01 li a:hover::after{
	width: 100%;
}

header .head_01 li a:hover img.on{
	opacity: 1;
}

header .head_01 li a:hover img.off{
	opacity: 0;
}


header .head_01 li a img{
	display: block;
	margin: 0 auto;
	padding-bottom: 10px;
	height: 28px;
	width: auto;
	transition-duration: 0.5s;
}

header .head_01 li a img.on{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 0;
}

header .head_01 li.here a img.on{
	opacity: 1;
}

header .head_01 li.here a img.off{
	opacity: 0;
}

header .head_01 li:nth-child(2) img{
	height: 30px;
	width: auto;
}

header .head_01 li:nth-child(3) img{
	height: 45px;
	width: auto;
}

header .head_01 li:nth-child(4) img{
	height: 35px;
	width: auto;
}

header .head_01 li:nth-child(5) img{
	height: 34px;
	width: auto;
}

header .head_02{
	background: rgba(0,0,0,0.4);
	padding: 1% 1.5%;
}

header .head_02 .date{
	float: left;
}

header .head_02 img.date{
	height: 30px;
	display: inline-block;
}

header .head_02 img.place{
/*	height: 15px;*/
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}

header .head_02 ul{
	float: right;
	letter-spacing: -.40em;
}

header .head_02 li{
	display: inline-block;
	letter-spacing: normal;
	margin-left: 1.2em;
	font-size: 15px;
}

header .head_02 li.here{
	border-bottom: 1px solid #fff;
}

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

header .head_02 li a{
	display: block;
}

header .head_02 li a:hover{
	opacity: 0.7;
}

#menu {
	position: fixed;
	top: 0;
	left: -320px; /* メニューのwidth + padding */
	width: 320px; /* メニューのwidth */
	max-width: 100%;
	height: 100%;
	transition: left .5s, right .5s; /* アニメーション */
	background-color: rgba(0, 0, 0, .8);
	overflow-x: hidden;
	z-index: 50;
}
 
header .toggle {
	font-size: 25px;
	color: #fff;
	cursor: pointer;
	position: fixed;
	top: 20px;
	left: 20px;
	z-index: 60;
}

header #menu nav{
	padding: 70px 20px 0;
}
 
header #menu ul a{
	display: block;
	margin-bottom: 10%;
}

header #menu li{
	margin: 5% 0;
}

header .toggle:hover {
  text-decoration: underline;
}
 
header #open {
  display: none;
}

/* :checked 擬似クラスを使って、#openがチェック状態になった時に、#menuが「right: 0;」になります。 */
header #open:checked + #menu {
  left: 0;
}




/********** main_conts **********/

#main_conts{
	width: 90%;
	max-width: 1200px;
	margin: 160px auto 0;
	color: #fff;
	letter-spacing: 0.2em;
}
#main_conts nn{
	white-space: nowrap;
  }


#main_conts h3{
	font-size: 20px;
	margin: 0 0 0 0;
	letter-spacing: 0.2em;
	font-weight: 500;
}

#main_conts h4{
	font-size: 16px;
	margin: 0 0 5% 0;
	letter-spacing: 0.2em;
	font-weight: 500;
}

#main_conts h5{
	font-size: 20px;
	margin: 0 0 5% 0;
	line-height: 1.6em;
	font-weight: 500;
}

#main_conts h6{
	font-size: 14px;
	margin: 0 0 2% 0;
	letter-spacing: 0.2em;
	font-weight: 500;
}

#main_conts p{
	font-size: 14px;
	margin: 0;
	line-height: 1.85em;;
	letter-spacing: 0.1em;
}

#main_conts .conts{
	background: rgba(255,255,255,0.1);
	padding: 0;
	margin: 2% 0 0 0;
}

.tab{
	border-bottom: #646464 1px solid;
}

.tab li{
	display: inline-block;
	padding: 24px 30px;
	letter-spacing: 0.2em;
}

.tab li.active{
	border-bottom: 2px solid #fff;
}

#tab-box {
	padding: 3.5% 5% 8%;
	margin-bottom: 8%;
}




/********** page_bottom  **********/

.page_bottom{
	margin: 0;
	padding: 0;
}

.page_bottom ul{
	margin: 0;
	padding: 0;
	letter-spacing: -.40em;
}

.page_bottom li{
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 15.06666%;
	margin: 0 0 2% 1.85%;
	letter-spacing: normal;
}

.page_bottom li:nth-child(1),
.page_bottom li:nth-child(7){
	margin-left: 0;
}

.page_bottom li img{
	display: block;
	width: 100%;
}

.page_bottom li a{
	display: block;
	margin: 0;
	padding: 0;
}

.page_bottom li a:hover{
	opacity: 0.7;
}

.page_bottom > div{
	margin-bottom: 2.5%;
}





/********** banner slider **********/
.slider {
	width: 100%;
	margin: 0 auto 40px;
	padding:10px 0;
	background:#fff;
}

.slick-slide {
  margin: 0px 10px;
}

.slick-slide img {
  width: 100%;
  border:1px solid #ddd;
}

.slick-prev:before,
.slick-next:before {
	color: black;
}
  

/********** search box **********/
.search_box {
	position:fixed;
	top:0;
	right:-330px;
/*	width:280px;*/
	width:330px;
	height:50px;
	background:rgba(200,200,200,0.6);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
	z-index:10000;
}
.search_box.active {
	right:0px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
}

.gsc-control-cse {
	padding:0 !important;
	border:none !important;
}

input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
	padding-right:0 !important;
}
.gsc-search-box-tools .gsc-search-box .gsc-input {
	padding-right:4px !important;
}
.gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
	padding-left:10px !important;
}
.gsc-search-box, .gsc-input-box {
	margin: 0 !important;
	background: none !important;
	border: none !important;
	background:#fff !important;
}
.gsc-input-box {
	height: 50px !important;
	border: none !important;
}
.gsc-input-box-focus {
	border:none;
	box-shadow:none !important;
}
.gsib_a, .gsib_b, .gsst_a {
	padding: 0 !important;
	line-height:50px !important
}
.gsst_a .gscb_a {
	color:#999 !important;
	margin:3px 0 0 10px;
}
table.gstl_50  {
	border: none !important;
}
#header ul.hnavi li span.gscb_a {
	height: 27px !important;
	line-height: 27px !important;
}
table.gsc-search-box td {
	vertical-align: top !important;
}
td.gsc-input {
	width: 75% !important;
	height:50px !important;
}
td.gsc-search-button {
	width: 25% !important;
	text-align: right !important;
	position: relative;
	background: #FFF !important;
}
.gsc-search-box input,
.gsc-search-box input:focus {
	margin:0 !important;
	padding:0 !important;
	line-height: 50px !important;
	font-family: "Noto Sans JP","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	font-weight: normal !important;
	font-size: 15px !important;
	border:none !important;
}
input.gsc-input {
	width:100%;
	height:100%;
	float: left;
	border: none !important;
	color: #333;
	padding: 0 !important;
	background: none !important;
}
/*
input.gsc-search-button {
	width: 1px !important;
	height: 50px !important;
	float: none;
	padding: 0 !important;
	margin: 0 !important;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	opacity: 0;
}
td.gsc-search-button:after {
	content: "\f002";
	width: 1px;
	height: 50px;
	background: #000;
	font-family: "FontAwesome" !important;
	font-weight: normal !important;
	font-size: 20px !important;
	line-height:50px !important;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	color: #fff;
	text-align: center;
}
*/
/********** //search box **********/


/********** pasts **********/

.pasts {
	margin:0;
}
.pasts .slider img {
	height:70px;
}
/********** //pasts **********/


/********** zone navigation **********/
.zone_nav {
	position:absolute;
	top:60px;
	right:0;
	width:80%;
	height:76px;
	margin:0;
	padding:0;
	list-style:none;
}

.zone_nav .svg {
	display:block;
	height:56px;
	margin:0 auto;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.zone_nav li {
	float:left;
	width:20%;
	height:76px;
}

.zone_nav li a {
	display:block;
	width:100%;
	height:64px;
	padding:6px 0 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
.zone_nav li a:hover {
	background:rgba(0,0,0,0.1);
}
.zone_nav li a:hover .svg {
	height:60px;	
}
.zone_nav li:nth-of-type(1) a {
	border-bottom:6px solid #ff5722;
}
.zone_nav li:nth-of-type(2) a {
	border-bottom:6px solid #03a9f4;
}
.zone_nav li:nth-of-type(3) a {
	border-bottom:6px solid #ffb300;
}
.zone_nav li:nth-of-type(4) a {
	border-bottom:6px solid #4caf50;
}
.zone_nav li:nth-of-type(5) a {
	border-bottom:6px solid #e040fb;
}
/********** //zone navigation **********/


/********** footer sns icon , search **********/
.date_icon_f {
	position:absolute;
	top:0;
	right:0;
	margin:0;
	padding:0;
	list-style:none;
}
.date_icon_f li {
	float:left;
	margin:8px 0 0 18px;
}
.date_icon_f li img {
	width:40px;
	height:40px;
}

.mdl-mini-footer--link-list li, .mdl-mini-footer__link-list li {
    line-height: 1.8em;
    font-size: 10px;
	margin-top: 8px
}

.grid_inteview {
	background:url(../img/interview_bg.jpg) top center repeat-y;
	background-size:100%;
}

.grid a,
.grid a:hover {
	display:block;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}

.grid .image {
	display:block;
	width:100%;
	margin:0;
	padding:0;
}

.grid img {
	width:100%;
}

footer {
	margin:0;
	background:rgba(0,0,0,0.2);
}

.mdl-mini-footer__left-section {
	width:68%;
}

.mdl-logo {
	display:block;
	width:120px;
}

.mdl-mini-footer__right-section {
	position:relative;
	width:18%;
}

/********** date , sns icon , search **********/
.date_icon {
	position:absolute;
	top:8px;
	right:20px;
	margin:0;
	padding:0;
	list-style:none;
}
.date_icon li {
	float:left;
	margin:0 0 0 20px;
}
.date_icon li img {
	width:44px;
	height:44px;
}
.date_icon li:nth-of-type(1) img {
	width:366px;
	height:38px;
}


/********** scroll top **********/

a.rtop {
	width: 60px;
	height: 60px;
	display: block;
	font-size: 10px;
	line-height: 80px;
	color: #000;font-weight: 700;
	text-align: center;
	background: rgba(255,255,255,1);
	position: fixed;
	right: 2.5%;
	bottom: 30px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	opacity: 0;
	z-index: 99999;
	box-shadow: 0px 2px 10px rgba(0,0,0,0.2);
}
. a.rtop{
	
}
a.rtop.last {
	bottom: 130px;
}
a.rtop.active {
	opacity: 1;
}
a.rtop:hover {
	bottom: 40px;
}
a.rtop.last:hover {
	bottom: 140px;
}
a.rtop:before, a.rtop:after {
	content: " ";
	width: 18px;
	height: 2px;
	background: #000;
	display: block;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	position: absolute;
	top: 20px;
}
a.rtop:before {
	transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	left: 15px;
}
a.rtop:after {
	transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	right: 15px;
}



/********** @media **********/

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

.date_icon li:nth-of-type(1) img {
	display:none;
}

}


@media screen and (max-width:1024px) {
	.mdl-layout__header {
		display:none
	}
	.mdl-layout--fixed-header>.mdl-layout__header {
		display:-webkit-flex;
		display:-ms-flexbox;
		display:flex
	}
	
	.mdl-layout__drawer-button {
		display:block;
		color:#fff;
	}
}

@media screen and (min-width: 1201px) {

header .sp_head{
	display: none;
}
		
}

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

header .pc_head{
	display: none;
}
	
#main_conts{
	margin: 100px auto 0;
}
	
.grid_box {
	display:flex;
	justify-content: center;
	width:94%;
	max-width:1200px;
	margin:0 auto 20px;
}

.grid {
	display:block;
	background:#fff;
	border-radius:3px;
	overflow:hidden;
}
.grid:hover {
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 10px 8px 0 rgba(0,0,0,.22);
	/*box-shadow: 0 10px 8px 0 rgba(0,0,0,.22);*/
}

.grid1 {
	width:48%;
	margin:0 1%;
}
.grid2 {
	width:73%;
	margin:0 1%;
}
.grid3 {
	width:23%;
	margin:0 1%;
}

}

@media screen and (max-width: 840px) {
	
.mdl-mini-footer__left-section {
	width:50%;
}
.mdl-mini-footer__right-section {
	position:relative;
	width:44%;
}
}

@media screen and (min-width: 769px) {

.sp{display: none !important;}

}

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

.pc{display: none !important;}
	
.page_bottom li{
	width: 32.33333%;
	margin: 0 0 2% 1.5%;
}
	
.page_bottom li:nth-child(1),
.page_bottom li:nth-child(7),
.page_bottom li:nth-child(3n+1){
	margin-left: 0;
}
	
.grid_box {
	display:block;
	justify-content: center;
	width:94%;
	margin:0 auto 20px;
}
.grid1 {
	width:100%;
	margin:0 0 20px;
}
.grid2 {
	width:100%;
	margin:0 0 20px;
}
.grid3 {
	width:100%;
	margin:0 0 20px;
}
	
a.rtop.last {
    bottom: 190px;
}
	
}

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

.page_bottom li{
	width: 49%;
	margin: 0 0 2% 2%;
}
	

.page_bottom li:nth-child(3n+1){
	margin: 0 0 2% 2%;
}
	
.page_bottom li:nth-child(1),
.page_bottom li:nth-child(7),
.page_bottom li:nth-child(odd){
	margin-left: 0;
}
	
}



@media screen and (max-width: 540px){
	.date_icon_f li img {
		width: 36px;
		height: 36px;
	}
	
.mdl-mini-footer__left-section {
	width:80%;
}
.mdl-logo {
	width:160px;
}
.mdl-mini-footer__right-section {
	position:relative;
	width:14%;
}
}
/* test20200805*/
.flex-box {
	display: flex;
	flex-wrap: wrap;
  }
  
  .flex-box img {
	vertical-align: top;
  }
  
  .thumnail-left-box {
	width: 70%;
	margin: 0;
	padding: 0 0 2.5%;
  }
  
  .thumnail-left-box img {
	width: 100%;
  }
  
  .thumnail-right-box {
	width: 30%;
	margin: 0;
	padding: 0;
	list-style: none;
  }
  
  .thumnail-right-box li {
	display: flex;
	flex-wrap: wrap;
	width: 10%;
	margin: 0 0 0 auto;
  }
  
  .thumnail-right-box li img {
	width: 100%;
	margin: 0 0 auto;
  }