@charset "utf-8";
/****************************************
common style
-----------------------------------------
20191100
*****************************************/
html{
	color:#000;
	background:#FFF;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,input,textarea,
p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,
img {
	border:0;
}
figure {
	margin: 0px;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
/*
TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,
th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,
q:after {
	content:'';
}
abbr,acronym {
	border:0;
	font-variant:normal;
}
/* to preserve line-height and selector appearance */
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input,textarea,select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
	*font-size:100%; /*to enable resizing for IE*/
}
/*because legend doesn't inherit in IE */
legend {
	color:#000;
}
/*Font import */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900|Noto+Sans+JP:400,500,700,900|Oswald:400,500,600,700&display=swap&subset=japanese');
/*Font base set */
body {		
    font-family: Lato,"Noto Sans Japanese","游ゴシック",YuGothic,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.05rem;
    line-height: 2;
    background: url(../images/page_bg01.gif);
}

/****************************************
design style
*****************************************/
/*-- head title --*/
h4{
	width: 100%;
	border-left: 2px solid #007AAE;
	padding-left: 25px; 
	font-size: 2rem;
    line-height: 1;
    margin: 0px 0px 30px;
}
h5{
	color: #007AAE;
	width: 100%;
	font-size: 1.533rem;
	font-weight: 500;
    line-height: 2;
    margin: 0px 0px 1rem;
}
h6{
	color: #007AAE;
	width: 100%;
	text-align: center;
	font-size: 1.533rem;
	font-weight: 500;
    line-height: 2;
    margin: 0px 0px 1rem;
    padding:12px 0px; 
    position: relative;
    border-top: 1px solid #007AAE;
    border-bottom: 1px solid #007AAE;
    margin-bottom: 30px;
}
h6:before {
	content: "";
    position: absolute;
    bottom: -28.5px;
    left: 50%;
    margin-left: -17px;
    border: 15px solid transparent;
    border-top: 15px solid #FFF;
    z-index: 2;
}
h6:after {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -17px;
	border: 15px solid transparent;
	border-top: 15px solid #007AAE;
	z-index: 1;
}
h7{
	width: 100%;
	font-size: 1.1rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.8;
	letter-spacing: 0.1rem;
	display: inline-block;
	margin: 20px 0px 30px;
	position: relative;
}
h7::after {
	content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 20px;
    border: 1px solid #007AAE;
}
/*-- header --*/
header {
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
}
header h1 {
	width: 100%;
	font-size: 0.8rem;
	letter-spacing: 0.1rem;
	text-align: center;
	margin-bottom: 10px;
}
#hdrArea {
	width: 100%;
	height:658px;
	text-align: center;
	margin:0 auto;
	position:relative;
}
.head-wrap{
	width: 1000px;
	position: relative;
	display: inline-block;
}
nav {
	width: 100%;
	height:80px;
	text-align: center;
	margin-top: 45px;
	background-color: #007AAE;
	}	
nav ul {
	width:1000px;
	height:80px;
	text-align: center;
	margin:0 auto 0;
}	
nav li {
	width:250px;
	height:80px;
	float:left;
	text-align:center;
}	
/*-- main(contents area) --*/
main {
	width: 100%;
	margin: 0 auto;
	padding: 50px 0;
	position: relative;
	box-sizing: border-box;
}
section{
	width: 1000px;
	height: auto;
	margin: 0px auto;
	display: block;
	position: relative;
	box-sizing: border-box;
}
.main-bg01{
	background: url(../images/page_bg01.gif);
}
.main-bg02{
	background: url(../images/page_bg02.gif);
}
.sec-bg01,
.sec-bg02,
.sec-bg03,
.sec-bg04,
.sec-bg05{
	padding: 50px;
	border-radius: 30px;
	background-color: #fff;
}
.sec-bg02{
	border:8px solid #407038;
}
.sec-bg03{
	border:8px solid #796BAE;
}
.sec-bg04{
	border:8px solid #914897;
}
.sec-bg05{
	border:8px solid #187FC3;
}
/*-- footer --*/
footer{
	width: 100%;
	color: #fff;
	background-color: #007AAE;
	border-bottom: 30px solid #00074D;
	display: grid;
}
.footer-wrap{
	width: 1000px;
	margin: 50px auto 50px;
}

/*basic style set*/
.clearfix {
	width: 100%;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
a { text-decoration:none; }
a:hover { opacity: 0.6;}
.f_left {float:left;}
.f_right {float:right;}
.t_right {text-align:right;}
.t_left {text-align:left;}
.t_center {text-align:center;}
.d_block {display:block;}
/*clum style*/
.w_3clum{float:left; width: 300px; margin-right: 50px;}
.w_2clum{float:left; width: 475px; margin-right: 50px;}
.w_3clum-last,.w_2clum-last{margin-right: 0px;}
/*text*/
p span{font-weight:bold; font-size: 1rem;}
.center{text-align: center;}
/*margin*/
.mt10{margin-top: 10px;}
.mt15{margin-top: 15px;}
.mt20{margin-top: 20px;}
.mt25{margin-top: 25px;}
.mt30{margin-top: 30px;}
.mt35{margin-top: 35px;}
.mt40{margin-top: 40px;}
.mt45{margin-top: 45px;}
.mt50{margin-top: 50px;}
.mt60{margin-top: 60px;}
.mt70{margin-top: 70px;}
.mt80{margin-top: 80px;}
.mt90{margin-top: 90px;}
.mt100{margin-top: 100px;}

/* design style *****************************************/

.head01{
	width: max-content;
	height: 90px;
	top: 20px;
	left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
	position: absolute;
}
.sns-wrap{
	width: 250px;
	top: 100px;
	left: 50px;
	display: inline-block;
	position: absolute;
}
.sns-head{
	width: 250px;
	height: 40px;
}
.sns-btn{
	width: 106px;
	height: 106px;
	margin: 0px 5px;
}
.ribbon{
	top: -60px;
	left: -9px;
	position: absolute;
}
.sec-illust{
	top:40px;
	right: 0px;
	position: absolute;
}
.sec-illust_2{
	top:145px;
	right: 0px;
	position: absolute;
}
.sec-head-txt{
	text-align: justify;
	text-justify: inter-ideograph;
}
.sec-head-txt p span{
	font-size: 1.15rem;
}
.sec-bg05 .sec-head-txt{
	width: 500px;
	margin-bottom: 50px;
}
.sec-ex_wrap{
	width: 100%;
	border-radius: 15px;
	background-color: #FFF697;
	margin: 20px 0px 0px;
	padding: 30px;
	position: relative;
	box-sizing: border-box;
}
.sec-ex_icon{
	top: 35px;
	left: 20px;
	position: absolute;
}
.sec-bg04 .sec-ex_icon{
	top: 20px;
}
.sec-ex_ex{
	font-size: 1.15rem;
	line-height: 2rem;
	font-weight: bold;
	margin-left: 130px;
}
.sec-bg02 .sec-ex_ex span{
	color: #407038;
	margin-right: 5px;
}
.sec-bg04 .sec-ex_ex span{
	color: #914897;
	margin-right: 5px;
}
.sec-ex_info{
	width: 100%;
	margin-top: 20px;
	padding: 10px 0px;
	border-radius: 10px;
	background-color: #407038;
	box-sizing: border-box;
	font-size: 1.1rem;
	color: #fff;
	text-align: center;
}
.sec-bg04 .sec-ex_illust{
	top: -40px;
	right: 30px;
	position: absolute;
}
.sec-bg05 .sec-ex_illust{
	text-align: right;
}
.sec-disc_wrap{
	width: 100%;
	margin: 20px 0px 0px;
	position: relative;
	box-sizing: border-box;
	display: inline-block;
}
.sec-disc_left{
	float: left;
	width: 275px;
}
.sec-disc_right{
	float: right;
	width: 580px;
}
.sec-bg05 .sec-disc_left{
	width: 350px;
}
.sec-bg05 .sec-disc_right{
	width: 500px;
}
.sec-disc_wrap h3{
	text-align: center;
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 1.75rem;
	border-radius: 30px;
	box-sizing: border-box;
	margin: 15px 0px;
	padding: 15px 10px;
}
.sec-bg03 .sec-disc_wrap h3{
	color: #796BAE;
	border: 4px solid #796BAE;
	background-color: #D6D1E6;
}
.sec-bg04 .sec-disc_wrap h3{
	color: #914897;
	border: 4px solid #914897;
	background-color: #E9DAEA;
}
.sec-bg05 .sec-disc_wrap h3{
	color: #187FC3;
	border: 4px solid #187FC3;
	background-color: #D1E5F3;
}
.sec-cooperation_info{
	width: 100%;
	height: 182px;
	margin-top: 30px;
	background-image: url(../images/contents_p03.gif);
	background-repeat: no-repeat;
	position: relative;
	box-sizing: border-box;
	display: inline-block;
}
.sec-cooperation_info figure{
	width: 100%;
	text-align: center;
	margin-top: -15px;
}
.sec-cooperation_info p{
	width: 500px;
	top: 60px;
	right: 30px;
	font-weight: bold;
	position: absolute;
}

