@charset "utf-8";
/* CSS Document */

/* =tags
-------------------------------------------------------------- */

body,h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd,table,tr,th,td,p,a,div,span,address,hr,time{margin: 0; padding: 0;}
ul,li{list-style: none;}
address,em{font-style: normal;}
div,img,a{border: none;}
img,a{transition: 0.25s ease-in-out;}

html{width: 100%; height: 100%; }

body{
	width: 100%;
	height: 100%;
	color: #014;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 400;
	font-size: 14px;
}





/* =container
-------------------------------------------------------------- */

#container{width: 100%;height: 100%;background-color:#77b9cb;}





/* =header
-------------------------------------------------------------- */

#header{
	margin: 0 auto;
	width: 100%;
	min-width: 768px;
	max-width: 1200px;
	aspect-ratio: 3 / 2;
	background: url(../../img/ob/he_img_02.png) ;
	background-position: center;
	background-size: cover;
	position: relative;
}

#header h1 img,
#header h2 img,
#header h3 img,
#header a#cpbt img,
#header nav ul li img
{width: 100%;opacity: 1;}
#header a#cpbt img:hover,
#header nav ul li img:hover
{opacity: 0.66;}

#header h1,
#header h2,
#header h3,
#header a#cpbt,
#header nav ul{position: absolute;}

#header h1{
	width: 51.5%;
	left: -1.16%;
	bottom: -7px;
}

#header h2{
	width: 18.66%;
	left:  1.33%;
	top: 2%;
}

#header h3{
	width: 14.66%;
	right:  3.33%;
	bottom: 5%;
}

#header a#cpbt{
	width: 13.33%;
	background: url(../../img/bt/he_cpbt_bg.png);
	background-size: contain;
	display: block;
	right: 19%;
	bottom: 5%;
}
#header a#cpbt img{display: block;}

#header nav ul{
	width: 136px;
	display: flex;
	justify-content: space-between;
	right: 40px;
	top: 40px;
	z-index: 100;
}
#header nav ul li{width: 40px;height: 40px;background: #fff;}
#header nav ul li,
#header nav ul li img{border-radius: 50%;}





/* =contents
-------------------------------------------------------------- */

#contents{
	width: 100%;
	min-width: 768px;
	background-image: url(../../img/bg/gl_bg.png);
	background-color: #ec9;
}
#contents .content_wrap{
	margin-top: 64px;
	width: 100%;
	height: 100%;
}
#contents .content_wrap:last-child{
	padding-bottom: 64px;
}
#contents .content_wrap .content{
	margin: 0 auto;
	padding:0 40px;
	max-width: 1120px;
	min-width: 688px;
	position: relative;
}





#contents .content_wrap .content .text_wrap{box-shadow:0 0 8px rgba(0, 0, 0, 0.05),0 8px 24px rgba(0, 0, 0, 0.1)}

#contents .content_wrap .content .text_wrap,
#contents .content_wrap .content .text_wrap .text_head,
#contents .content_wrap .content .text_wrap .text_foot{background-size: 100%;}

#contents .content_wrap .content .text_wrap{background-image: url(../../img/bg/gl_text_bg_wrap.png);}
#contents .content_wrap .content .text_wrap .text_head{background-image: url(../../img/bg/gl_text_bg_head.png); background-repeat: no-repeat;}
#contents .content_wrap .content .text_wrap .text_foot{background-image: url(../../img/bg/gl_text_bg_foot.png); background-position:bottom;}

#contents .content_wrap .content .text_wrap .text_midd,
#contents .content_wrap .content .text_wrap .text_head,
#contents .content_wrap .content .text_wrap .text_foot{position: relative;}

#contents .content_wrap .content .text_wrap .text_midd{
	margin: -4% auto;
	width: 85.7%;
	text-align: justify;
	z-index: 100;
}
#contents .content_wrap .content .text_wrap .text_head,
#contents .content_wrap .content .text_wrap .text_foot{width: 100%;z-index: 50; background:}
#contents .content_wrap .content .text_wrap .text_head{aspect-ratio: 10 / 1;}
#contents .content_wrap .content .text_wrap .text_foot{aspect-ratio: 10 / 1;}

#contents .content_wrap .content .text_wrap .text_midd h2{margin: 0 auto 5.5% auto;;width: 65.71%;}
#contents .content_wrap .content .text_wrap .text_midd p+p{margin-top: 1em;}
#contents .content_wrap .content img{width: 100%;display: block;}
#contents .content_wrap .content em{font-weight: 700;color: #05d;}



#contents .content_wrap#cont_ga{
	margin: 0 auto;
	min-width: 768px;
	aspect-ratio: 4 / 2.5;
	background: url(../../img/bg/ga_bg.png) #900 center/50%;
	position: relative;
}
#contents .content_wrap#cont_ga img{width: 100%;}
#contents .content_wrap#cont_ga p{position: absolute;}
#contents .content_wrap#cont_ga div+p{width: 13.61%;top: 5.77%; right: 8%;}
#contents .content_wrap#cont_ga div+p+p{width: 37.22%;bottom: 5.22%; left: 11.11%;}


#contents .content_wrap#cont_st .content nav ul{
	margin-top: 4%;
	width: 100%;
	display: flex;
	justify-content: space-evenly;
}
#contents .content_wrap#cont_st .content nav ul li{width:25%;}
#contents .content_wrap#cont_st .content nav ul li a{display: block;}
#contents .content_wrap#cont_st .content nav ul li a:hover{opacity: 0.8;}
#contents .content_wrap#cont_st .content nav ul+ul{margin-top: 2%;}


#contents .content_wrap#cont_bo .content p{text-align: center;}
#contents .content_wrap#cont_bo .content nav ul{
	margin: 0 auto;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	row-gap:40px;
	justify-content: space-evenly;
}
#contents .content_wrap#cont_bo .content nav ul li{width:25%; border-radius: 4px;}
#contents .content_wrap#cont_bo .content nav ul li a{box-shadow:0 1px 3px rgba(0, 0, 0, 0.15);}
#contents .content_wrap#cont_bo .content nav ul li a,
#contents .content_wrap#cont_bo .content nav ul li a img{border-radius: 4px;display: block;}
#contents .content_wrap#cont_bo .content nav ul li.bo_second{margin-left: 15%;}
#contents .content_wrap#cont_bo .content nav ul li.bo_second+li{margin-right: 15%;}
#contents .content_wrap#cont_bo .content nav ul li p{margin-top: 5%;font-size: 20px;font-weight: 700;}

#contents .content_wrap#cont_bo .content nav ul.bo_mo li{width:100%; border-radius: 0;}
#contents .content_wrap#cont_bo .content nav ul.bo_mo li a{box-shadow:none;}
#contents .content_wrap#cont_bo .content nav ul.bo_mo li a:hover{opacity: 0.8}


#contents .content_wrap#cont_co .content .cont_co_comment_wrap{
	width: 100%;
	font-size: 18px;
	color: #fff;
	aspect-ratio: 1 / 0.715;
	background: url(../../img/bg/co_bg.png) #014 center/100% no-repeat;
	display: flex;
	justify-content: center;
  align-items: center;
}
#contents .content_wrap#cont_co .content .cont_co_comment{
	width: 75%;
	max-height: 75%;
	overflow: auto;
}
#contents .content_wrap#cont_co .content .cont_co_comment p{line-height: 150%;}
#contents .content_wrap#cont_co .content .cont_co_bt{
	width: 64px;
	height: 64px;
	position: absolute;
	bottom: 24px;
	right: 24px;
}
#contents .content_wrap#cont_co .content .cont_co_bt a{
	width: 64px;
	height: 64px;
	background: #014;
	border-radius: 50%;
	display: block;
}
#contents .content_wrap#cont_co .content .cont_co_bt a:hover{background: #900;}


#contents .content_wrap#cont_cp .content nav ul{
	margin-top: 3%;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
#contents .content_wrap#cont_cp .content nav ul li{margin-top: 1%;width:19.166%;}
#contents .content_wrap#cont_cp .content nav ul li a{
	width: 100%;
	text-decoration: none;
	font-weight: 700;
	color: #ca7;
	background: #014;
	aspect-ratio: 4 / 1;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
}
#contents .content_wrap#cont_cp .content nav ul li a:hover{background: #900;}
#contents .content_wrap#cont_cp .content nav ul li a.close{color: #66a;}
#contents .content_wrap#cont_cp .content nav ul li a.close:hover{background: #014;}
#contents .content_wrap#cont_cp .content p{margin-top: 1%;color: #ca7;}





/* =footer
-------------------------------------------------------------- */

#footer_wrap{
	width: 100%;
	background: #014;
	position: relative;
	z-index: 100;
}

#footer{
	margin: 0 auto;
	padding:40px;
	max-width: 1120px;
	min-width: 688px;
}

#footer nav{
	margin: 0 auto;
	width: 85.7%;
	font-size: 11px;
}

#footer nav ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap:40px;
}

#footer nav ul li{width: 30%;background: #fff;}
#footer nav ul li.fo_second{margin-left: 15%;}
#footer nav ul li.fo_second+li{margin-right: 15%;}
#footer nav ul li a:hover{opacity: 0.5}
#footer nav ul li a img{width: 100%;display: block;}

#footer address{
	margin-top: 36px;
	color: #ca7;
	text-align: center;
}





/* =modal
-------------------------------------------------------------- */

button#modaal-close.modaal-close:after,
button#modaal-close.modaal-close:before{
	background:#ccc;
}

button#modaal-close.modaal-close:focus:after,
button#modaal-close.modaal-close:focus:before,
button#modaal-close.modaal-close:hover:after,
button#modaal-close.modaal-close:hover:before{
	background:#666;
}


.inline_wrap{
	width:100%;
	background:#fff;
	display: flex;
}

.inline_wrap div{
	margin:0;
	padding:0;
	width:50%;
	aspect-ratio: 1.425 / 1;
	display: flex;
	flex-wrap:wrap;
}

.inline_wrap div.inline_right{padding:24px;}
.inline_wrap div.inline_right div{width:100%;}
.inline_wrap div.inline_right div.inline_right_top{height:70%;}
.inline_wrap div.inline_right div.inline_right_middle{padding:3% 5%;height:18%;}
.inline_wrap div.inline_right div.inline_right_bottom{
	height:12%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.inline_wrap div img{width:100%;display:block;}

.inline_wrap div.inline_right div.inline_right_top img{
	margin:0 auto;
	width:72%;
	display:block;
	box-shadow:0 1px 3px rgba(0, 0, 0, 0.15);
}

.inline_wrap div.inline_right div.inline_right_bottom a{
	padding:3% 5%;
	width: 50%;
	text-decoration: none;
	font-weight: 700;
	color: #ca7;
	background: #014;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
}

.inline_wrap div.inline_right div.inline_right_middle p{height:100%;overflow:auto;}
.inline_wrap div.inline_right div.inline_right_bottom a:hover{background: #900;}



/* =media queries
-------------------------------------------------------------- */

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

	#contents .content_wrap .content,
	#contents .content_wrap:nth-child(even) .content,
	#contents .content_wrap:last-child .content,
	#nn_contents .nn_content_wrap .nn_content{background-image: unset; background-color: unset;}

}
