@charset "utf-8";

/* Table Of Contents
---------------------------------------------------------------------------- 
General Elements
header
gNav
visual
topicPath
footer
---------------------------------------------------------------------------- */


/*General Elements
---------------------------------------------------------------------------- */	
body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	color:#313131;
	overflow-x: auto;
	background: #fff;
	min-width: 1200px;
}
a{
	text-decoration:underline; 
	color: #2c6cd6;
}
a:hover{ text-decoration: none; }
img{
	max-width: 100%;
	height: auto;
}
@media screen and (max-width: 767px){
	body{
		font-size: 3.7333333333vw;
		min-width: 100%;
	}
}		
/*header
---------------------------------------------------------------------------- */
#header{
	position: absolute;
	z-index: 9999;
	width: 100%;
	height: 104px;
	background: #fff;
}
.header-inner{
	max-width: 1200px;
	margin: 0 auto;
	min-width: 940px;
}
.header-bh{
	color: #b4b4b4;
	float: left;
	width: 590px;
	margin:10px 30px 0 0;
}
.header-list{
	float: right;
	width: 227px;
	margin-top: 8px;

}
.header-list li{
	float: left;
	width: auto;
}
.header-youtube img{
	width: 89px;
	height: auto;
}
.header-list li a{
	color:#313131;
	display: block;
}
.header-inner > div + div{
	max-width: 1200px;
	margin: 0 auto;
	position: absolute;
	right: 0;
	bottom: 4px;
	left: 0;
	min-width: 940px;
}
.header-catch{
	color:#58c6d8;
}
.header-left{
	width:420px;
	float:left;
	margin-top: 10px;
}
.header-right{
	width:560px;
	float:right;
	margin-top:38px;
}

.header-hojo{
	display: block;
	width: 90px;
}
.header-know{
	display: block;
	width: 190px;
}
.header-event{
	display: block;
	width: 120px;
}
.header-hojyo{
	display: block;
	width: 160px;
}
.header-right ul li{
	float:left;
}
div.header-right ul:after {
  content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.header-hover{
	display:block !important;
}
.header-gnav > a{
	border-bottom:solid 4px #f9fbfc;
	color:#313131;
	text-decoration:none;
	font-weight:bold;
}
.header-gnav > a:hover{
	border-bottom:solid 5px #25a8bd;
}
.current{
	color:#25a8bd !important;
	border-bottom:solid 5px #25a8bd !important;
}

.header-info{
	position:fixed;
	bottom:0;
	right:0;
}
.header-menu{
	width: 100%;
	padding: 0 100%;
	position: absolute;
	top:60px;
	left: -200%;
}
.header-menu-inner{
	position: absolute;
	top:4px;
	width:100%;
	padding:10px 0;
	background:url(../images/bg_menu.png) repeat left top;
	height:65px;
}
.header-menu-box{
	width:850px;
	margin:0 auto;
}
.header-menu-box li{
	width:29% !important;
	float:left;
	background:url(../images/icon_arrow_white.png) no-repeat left 5px;
	padding-left:1.5%;
	
}
.header-menu-box li a{
	color:#fff !important;
	text-decoration:none;
}
.header-menu-box li a:hover{
	color:#fff;
	text-decoration: underline;
}
@media screen and (max-width: 767px){
	#header{
		position: fixed;
		z-index: 9999;
		width: 100%;
		box-sizing: border-box;
		padding: 2.4vw 4vw;
		height: 16vw;
		background: #fff;
		display: flex;
		justify-content: space-between;
	}
	.header-inner{
		width: 100%;
		margin: 0 auto;
		min-width: auto;
	}
	.header-bh{
		color: #b4b4b4;
		float: none;
		width: 100%;
		margin:0;
		font-size: 1.6vw
	}
	.header-list{
		display: none;
	}
	.header-inner > div + div{
		width: 100%;
		margin: 0 auto;
		position: static;
		min-width: 100%;
	}
	.header-catch{
		color:#58c6d8;
	}
	.header-left{
		width:100%;
		float:none;
		margin-top: 0;
	}
	.header-left img{
		height: 5.4666666667vw;
		width: auto;
	}
	.header-left a{
		display: block;
	}
	.header-right{
		display: none;
	}
	.l-sp-menu {
		margin-right: 0;
		margin-left: auto;
		cursor: pointer;
		width: 8vw;
		height: 8vw;
		position: relative;
	}
	.l-sp-menu span {
		  display: block;
		  height: 0.4vw;
		  width: 100%;
		  background: #25a8bd;
		  position: absolute;
		  transition: .3s all;
	}
	.l-sp-menu span:nth-child(1) {
		top: 1.6vw;
	}
	.l-sp-menu span:nth-child(2) {
		top: 4vw;
	}
	.l-sp-menu span:nth-child(3) {
		top: 6.4vw;
	}	  
	.l-sp-menu.is-open  span:nth-child(1) {
		top: 3vw;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.l-sp-menu.is-open  span:nth-child(2) {
		opacity: 0;
	}
	.l-sp-menu.is-open  span:nth-child(3) {
		top: 3vw;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.l-sp-nav {
		width: 100%;
		overflow-y: scroll;
		height: calc(100vh - 16vw);
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		position: absolute;
		right: -100vw;
		top: 16vw;
		z-index: 9;
		background: #ffffff;
		padding: 2vw 0;
		border-top: 0.5333333333vw solid #25a8bd;
		font-size: 4vw;
	}
	.l-sp-nav.is-open {
		-moz-transform: translateX(-100vw);
		-webkit-transform: translateX(-100vw);
		transform: translateX(-100vw);
	}
	.l-sp-nav-list{
		padding-bottom: 4.6666666667vw;
	}
	.l-sp-nav-list li{
		border-bottom: .2666666667vw solid #dddddd;
		line-height: 12vw;
	}
	.l-sp-nav-list li a{
		display: block;
		background-image: url(../../images3/top/icn_arrow_gray_sp.svg);
		background-repeat: no-repeat;
		background-position: right 8vw center;
		background-size: auto 3.6vw;
		padding: 0 9.6vw 0 5.3333333333vw;
		color: #313131;
		text-decoration: none;
	}
	.l-sp-more{
		padding: 0 9.6vw 0 5.3333333333vw;
		background-image: url(../../images3/top/icn_plus.svg);
		background-repeat: no-repeat;
		background-position: right 6vw center;
		background-size: auto 4.6667vw;
		cursor: pointer;
	}
	.l-sp-more.is-slide{
		background-image: url(../../images3/top/icn_minus.svg);
	}
	.l-sp-sub-nav {
		display: none;
	}
	.l-sp-subnav-list li a{
		padding: 0 9.6vw 0 9.3333333333vw;
		background: #f2f2f2;
	}
	.l-sp-subnav-list li:last-child{
		border-bottom: none;
	}
	.l-sp-nav-about a{
		padding: 4.6666666667vw 9.6vw 4.6666666667vw 5.3333333333vw;
		display: block;
		color: #313131;
		text-decoration: none;
	}
	.l-sp-nav-youtube{
		padding: 4.6666666667vw 9.6vw 4.6666666667vw 5.3333333333vw;
	} 
	.l-sp-nav-youtube img{
		width: 25.86667vw;
		height: auto;
	}
	.header-info{
		display: none;
	}
}

/* gNav
---------------------------------------------------------------------------- */

/* visual
---------------------------------------------------------------------------- */
#visual{
	padding-top:168px;
}
#visual02{
	padding-top:104px;
	background:#f0f0f0;
}
.visual02-inner{
	width:1000px;
	margin:0 auto;
	padding:15px 0 15px;
}
.visual02-inner02{
	width:1000px;
	margin:0 auto;
	padding:25px 0 25px;
}
.visual02-hojo{
	background:url(../images/icon_01.png) no-repeat left 7px;
	padding-left:60px;
}
.visual02-know{
	background:url(../images/icon_02.png) no-repeat left 7px;
	padding-left:60px;
}
.visual02-know02{
	background:url(../images/icon_02.png) no-repeat left top;
	padding-left:60px;
}
.visual02-event{
	background:url(../images/icon_03.png) no-repeat left 7px;
	padding-left:60px;
}
.visual02-notice{
	background:url(../images/icon_04.png) no-repeat left 2px;
	padding-left:60px;
}
.visual02-about{
	background:url(../images/icon_05.png) no-repeat left 2px;
	padding-left:60px;
}
@media screen and (max-width: 767px){
}
/* topicPath
---------------------------------------------------------------------------- */
#topic-path{
	border-top: solid 1px #b5b5b5;
	border-bottom: solid 1px #b5b5b5;
	padding:10px 0;
}
.topic-path-inner{
	width:1000px;
	margin:0 auto;
}
.topic-path-inner li{
	float:left;
	width:auto;
}
.topic-path-inner li a{
	color:#3a3a3a;
}

/* pageBody02
---------------------------------------------------------------------------- */
#pageBody02{
	width:1000px;
	margin:0 auto;
	margin-top: 25px;
}
/* content02
---------------------------------------------------------------------------- */
#content02{
	width:740px;
	float:left;
}
/* sidebar
---------------------------------------------------------------------------- */
#sidebar{
	width:240px;
	float:right;
	position: relative;
}
.sidebar-mh{
	position: absolute;
	top:20px;
	left: 0;
	right: 0;
	color: #fff;
	text-align: center;
}
.sidebar-mh02{
	position: absolute;
	top:35px;
	left: 0;
	right: 0;
	color: #fff;
	text-align: center;
}
.sidebar-sh{
	font-weight:bold;
	color:#3d4e63;
	border-left: solid 1px #b5b5b5;
	border-bottom: solid 1px #b5b5b5;
	border-right: solid 1px #b5b5b5;
}
#m-accordion dt{
	background: url(../images/icon_sidebar_02.png) no-repeat 5% 50% #f2f2f2;
	display:block;
	color:#3d4e63;
	display:block;
	padding: 15px 30px;
	text-decoration:none;
	cursor:pointer;
}
#m-accordion dt.active{
	background: url(../images/icon_sidebar_02_active.png) no-repeat 5% 50% #f2f2f2;
}
#m-accordion dd{
display:none;
}
.sidebar-inner li{
	border-left: solid 1px #b5b5b5;
	border-bottom: solid 1px #b5b5b5;
	border-right: solid 1px #b5b5b5;

}
.siderbtn{
	padding: 15px 5px 15px 40px;
	display: block;
	background: url(../images/icon_sidebar_01.png) no-repeat 10% 50% #f2f2f2;
	text-decoration: none;
	color: #363636;
	line-height:1.3;
	letter-spacing:-0.05em;

}
.siderbtn:hover{
	background: url(../images/icon_sidebar_01.png) no-repeat 10% 50% #dbdbdb;
}
.current-sidebar{
	background: url(../images/icon_sidebar_01.png) no-repeat 10% 50% #dbdbdb !important;
}
/* footer
---------------------------------------------------------------------------- */

.fonnter-bnr{
	background:#f8f8f8;
	padding:50px 0;
	margin-top: 100px;
}
.fonnter-bnr-inner{
	max-width:1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	
}
.fonnter-bnr-inner li{
	width:calc(25% - 22.5px);
}
.fonnter-bnr-inner li img{
	width: 100%;
	height: auto;
}
.fonnter-nav{
	border-top:solid 1px #25a8bd;
	border-bottom:solid 1px #25a8bd;
	padding:30px 0;
}
.fonnter-nav-inner{
	max-width:1200px;
	margin:0 auto;
	display: flex;
	justify-content: center;
}
.fonnter-nav-inner li{
	width:auto;
}
.fonnter-nav-inner li a{
	color:#494949;
}
.fonnter-nav-inner li a:hover{
	color:#494949;
	text-decoration:none;
}
.fonnter-nav-line{
	border-right: solid 1px #000;
	padding-right:10px;
	margin-right:10px;
	line-height:1;
}
.fonnter-nav-line02{
	padding-right:10px;
	margin-right:10px;
	line-height:1;
}
.fonnter-copy{
	text-align:center;
	padding:20px 0;
}
@media screen and (max-width: 767px){
	.fonnter-bnr{
		background:#f8f8f8;
		padding: 8vw;
		margin-top: 100px;
	}
	.fonnter-bnr-inner{
		width:100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 4vw;
		
	}
	.fonnter-bnr-inner li{
		float:none;
		width:100%;
	}
	.fonnter-nav{
		border-top:solid 1px #25a8bd;
		border-bottom:solid 1px #25a8bd;
		padding:0;
	}
	.fonnter-nav-inner{
		width:100%;
		margin:0 auto;
		display: flex;
		flex-wrap: wrap;
	}
	.fonnter-nav-inner li{
		width:50%;
		box-sizing: border-box;
	}
	.fonnter-nav-inner li a{
		color:#494949;
		text-decoration: none;
		display: block;
		text-align: center;
		font-size: 3.7333333333vw;
		border: 1px solid #25a8bd;
	}
	.fonnter-nav-inner li:nth-child(2n+1) a{
		border-left: none;
	}
	.fonnter-nav-inner li:nth-child(2n) a{
		border-right: none;
	}
	.fonnter-nav-inner li a:hover{
		color:#494949;
		text-decoration:none;
	}
	.fonnter-nav-line{
		border-right: none;
		padding-right:0;
		margin-right:0;
		line-height:13.6vw;
	}
	.fonnter-nav-line02{
		padding-right:0;
		margin-right:0;
		line-height:13.6vw;
	}
	.fonnter-copy{
		padding:4vw;
	}
	.m-pagetop{
		right: 4vw !important;
		bottom: 16vw !important;
	}
	.m-pagetop img{
		height: 13.333vw;
		width: auto;
	}
	.footer-info{
		background-color: #fff;
		opacity: 0.9;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 10;
	}
	.footer-info-list{
		display: flex;
		gap:2px;
	}
	.footer-info-list li{
		width: calc(50% - 1px);
	}
	.footer-info-list li a{
		background: #666666;
		color: #fff;
		display: block;
		font-size: 4.2666666667vw;
		text-decoration: none;
		text-align: center;
		line-height: 9.6vw;
		font-weight: bold;
		opacity: .9;
	}
}