@charset "UTF-8";

/* INTERFACE */

br.pc{
	display:none;
}

body>header{
	margin:0 auto;
	position:relative;
}

body>header h1{
	margin:0;
	position:absolute;
	top:15px;
	left:20px;
	z-index:11;
}

body>header h1 img{
	width:250px;
}

body>header nav ul{
	width:90%;
	box-sizing:border-box;
	margin:0 20px;
	padding:20px;
	list-style-type:none;
	text-align:center;
	font-size:15px;
	font-weight:300;
	background-color:#fff;
	border-radius:20px;
	box-shadow: 0 0 8px 8px rgba(0,0,0,0.08);
	position:absolute;
	top:70px;
	left:0;
	z-index:11;
}

body>header nav ul li{
	margin:0;
	padding:10px 0;
	border-bottom:1px dotted #144466;
}

body>header nav ul li:last-child{
	border-bottom:none;
}

body>header nav ul li a:link{
	color:#000;
}

body>header nav ul li a:hover{
	color:#00a3dd;
}

body>header nav{
	display:none;
}

#nav_sp{
	display:block;
	width:30px;
	height:20px;
	position:absolute;
	top:22px;
	right:20px;
	cursor:pointer;
	z-index:11111;
}

#nav_sp span{
	display:block;
	margin:7px 0 7px;
	border-top:2px solid #144466;
}

#nav_sp.open span:first-of-type{
	margin:7px 0 0;
	transform:rotate(45deg);
	transition-duration:0.5s;
}

#nav_sp.open span:last-of-type{
	margin:-1px 0 0;
	transform:rotate(-45deg);
	transition-duration:0.5s;
}

#nav_sp.close span:first-of-type{
	transition-duration:0.5s;
}

#nav_sp.close span:last-of-type{
	transition-duration:0.5s;
}


#footer_link_area{
	padding:40px 20px 0;
	background-color:#144466;
	position:relative;
	top:-40px;
}

#footer_link_area>div>div{
	margin:0 0 30px;
	padding:0 0 20px;
	border-bottom:1px solid #fff;
}

#footer_link_area>div>div:last-of-type{
	border-bottom:none;
}

#footer_link_area h2{
	margin:0 0 25px;
	padding:0 0 15px;
	font-size:18px;
	line-height:1.2em;
	background-image:url("../img/interface/line.svg");
	background-repeat:no-repeat;
	background-size:50px auto;
	background-position:left bottom;
}

#footer_link_area h2 a{
	color:#fff;
}

#footer_link_area h2 a:hover{
	color:#7fd1ee;
}

#footer_link_area ul{
	margin:0;
	padding:0;
	list-style-type:none;
	font-size:14px;
}

#footer_link_area ul li{
	margin:0 0 10px;
}

#footer_link_area ul li a{
	color:#fff;
}

#footer_link_area ul li a:hover{
	color:#7fd1ee;
}

#footer_access_area{
	padding:0 0 50px;
	text-align:center;
}

#footer_access_area a img{
	width:100px;
}

#footer_access_area h2{
	margin:20px 0 10px;
	font-size:15px;
	font-weight:500;
}

#footer_access_area address{
	font-style:normal;
	font-size:13px;
	font-weight:300;
}

#footer_nav_area{
	padding:40px 20px 80px;
	background-color:#3d464d;
	text-align:center;
}

#footer_nav_area ul{
	margin:0 0 40px;
	padding:0;
	list-style-type:none;
	text-align:center;
	font-size:14px;
}

#footer_nav_area ul li{
	margin:0 0 15px;
}

#footer_nav_area ul li a{
	color:#fff;
}

#footer_nav_area ul li a:hover{
	color:#7fd1ee;
}

#footer_nav_area small{
	display:inline-block;
	font-family:Verdana,sans-serif;
	font-size:9px;
	line-height:1.2em;
	color:#fff;
}

/* HOME */

#home_key_area>picture img{
	width:100%;
	vertical-align:bottom;
	position:absolute;
	top:2px;
	left:0;
	z-index:1;
}

#home_key_area .fade img{
	width:100%;
	vertical-align:bottom;
}

#home_lead_area{
	padding:70px 20px 40px;
	position:relative;
	z-index:11;
}

#home_lead_area>img{
	display:none;
}

#home_lead_area h2{
	margin:0 0 20px;
	font-size:25px;
	font-weight:500;
	line-height:1.2em;
	color:#144466;
}

#home_lead_area p{
	text-align:justify;
	font-size:15px;
	font-weight:400;
	line-height:1.7em;
}

#home_news_area,
#topInfo{
	padding:40px 20px;
	background-color:#f7f7f7;
}

#home_news_area>div>a,
#topInfo>div>a{
	display:table;
	margin:0 auto;
}

#home_news_area h2,
#topInfo h2{
	margin:0 0 30px;
	padding:0 0 15px;
	font-size:15px;
	font-weight:300;
	background-image:url("../img/interface/line.svg");
	background-repeat:no-repeat;
	background-size:50px auto;
	background-position:left bottom;
}

#home_news_area h2 span,
#topInfo h2::before{
	content: "TOPICS";
	display:inline-block;
	margin:0 10px 0 0;
	font-family: 'Roboto', sans-serif;
	font-size:35px;
	font-weight:700;
	color:#144466;
	letter-spacing:1px;
}

#news_table{
	width:100%;
	margin:0 0 20px;
}

#news_table th{
	display:block;
	padding:0 0 5px;
	vertical-align:top;
	text-align:left;
	font-size:14px;
	font-weight:400;
}

#news_table td{
	display:block;
	padding:0 0 20px;
	font-size:14px;
	font-weight:300;
}

#home_feature_area{
	padding:40px 20px 150px;
	background-image:url("../img/interface/shape02.png");
	background-repeat:no-repeat;
	background-size:200px auto;
	background-position:right bottom;
}

#home_feature_area h2{
	margin:0 0 50px;
	padding:0 0 20px;
	text-align:center;
	font-size:15px;
	font-weight:300;
	background-image:url("../img/interface/line.svg");
	background-repeat:no-repeat;
	background-size:50px auto;
	background-position:center bottom;
}

#home_feature_area h2 span{
	display:block;
	font-family: 'Roboto', sans-serif;
	font-size:35px;
	font-weight:700;
	color:#144466;
	letter-spacing:1px;
}

#home_feature_area h3{
	margin:0 0 20px;
	font-size:20px;
	font-weight:400;
	line-height:1.2em;
	color:#144466;
}

#home_feature_area p{
	margin:0 0 30px;
	text-align:justify;
	font-size:14px;
	font-weight:300;
	line-height:1.7em;
}

#home_feature_area a.btn{
	display:table;
	margin:10px auto 0;
}

#home_feature_area>div>article{
	margin:0 0 70px;
}

#home_feature_area>div>article>img{
	width:100%;
	vertical-align:bottom;
	margin:0 0 30px;
}

#home_feature_area>div>article>div.fade{
	margin:0 0 30px;
}

#home_feature_area>div>article>div.fade img{
	width:100%;
	vertical-align:bottom;
}

#home_feature_area>div>article>div.fade p{
	margin:5px 0 0;
	text-align:center;
	font-size:13px;
}

#home_feature_area article div.toggle>div{
	margin:0 0 10px;
	padding:25px;
	background-color:#fafafa;
}

#home_feature_area article div.toggle>div h3{
	margin:0;
	padding:0 25px 0 0;
	font-size:18px;
	line-height:1.2em;
	cursor:pointer;
	position:relative;
}

#home_feature_area article div.toggle>div h3::after{
	content: '';
	display:block;
	width:15px;
	height:15px;
	background-image:url(../img/interface/btn_toggle.svg);
	background-repeat:no-repeat;
	background-position:top right;
	background-size:15px;
	position:absolute;
	top:3px;
	right:0;
}

#home_feature_area article div.toggle>div h3.open::after{
	background-position:bottom right;
}

#home_feature_area article div.toggle>div ul{
	display:none;
	margin:20px 0 0;
	padding:0 0 0 25px;
	font-size:14px;
	font-weight:300;
}

#home_feature_area article div.toggle>div ul li{
	margin:0 0 10px;
}

#home_feature_area article div.toggle a.btn{
	margin:20px auto 0;
}

#home_intern_area{
	padding:50px 20px;
	background-color:#f7f7f7;
	position:relative;
	top:-40px;
	margin-bottom: -60px;
}

#home_intern_area h2{
	margin:0 0 30px;
	padding:0 0 20px;
	text-align:center;
	font-size:15px;
	font-weight:300;
	background-image:url("../img/interface/line.svg");
	background-repeat:no-repeat;
	background-size:50px auto;
	background-position:center bottom;
}

#home_intern_area h2 span{
	display:block;
	font-family: 'Roboto', sans-serif;
	font-size:35px;
	font-weight:700;
	color:#144466;
	letter-spacing:1px;
}

#home_intern_area>div section{
	margin:0 0 30px;
}

#home_intern_area>div section a{
	display:block;
	padding:50px 30px;
	background-color:#fff;
	border-radius:20px;
	box-shadow: 0 0 8px 8px rgba(0,0,0,0.08);
}

#home_intern_area>div section a:hover{
	background-color:#fffceb;
}

#home_intern_area>div section h3,
#home_intern_area>div section span.intern_title{
	margin:0 0 25px;
	font-size:20px;
	font-weight:400;
	line-height:1.2em;
	color:#144466;
}

#home_intern_area>div section p,
#home_intern_area>div section span.intern_text{
	margin:0 0 20px;
	text-align:justify;
	font-size:14px;
	font-weight:300;
	line-height:1.6em;
	color:#333;
}

#home_intern_area>div section span,
#home_intern_area>div section span.intern_link{
	font-size:13px;
	font-weight:300;
	color:#144466;
}

/* cms用設定 */

#home_news_area #topInfo .infoListBox .entryTxtBox,
#topInfo .infoListBox .entryTxtBox{
	display: flex;
	flex-direction: column-reverse;
	align-items: flex-start;
}
#home_news_area #topInfo .infoListBox .entryTxtBox .entryMeta,
#topInfo .infoListBox .entryTxtBox .entryMeta{
	margin: 0;
}
#home_news_area #topInfo .infoListBox .entryTxtBox .entryTitle,
#topInfo .infoListBox .entryTxtBox .entryTitle{
	display: block;
	padding: 0 0 20px;
	margin: 0;
	font-size: 14px;
	font-weight: 300;
}
#home_news_area #topInfo .infoListBox .entryTxtBox .infoDate,
#topInfo .infoListBox .entryTxtBox .infoDate{
	display: block;
	padding: 0 0 5px;
	vertical-align: top;
	text-align: left;
	font-size: 14px;
	font-weight: 400;
}

/* TOP動画掲載 */
#home_feature_area div .flex{
	width: 100%;
	display: block;
}
#home_feature_area div .flex iframe{
	width: 95%;
	aspect-ratio: 16/9;
	display: block;
	margin: 0 auto;
}
#home_feature_area div .flex iframe:not(:first-child){
	margin-top: 15px;
}