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

/* -------------------------------------------

全体設定

 ---------------------------------------------------*/
body {
	font-family: 'Noto Sans JP', sans-serif;
	width:100%;
	min-width: 1240px;
	color: #333;
	font-size: 18px;
	-webkit-text-size-adjust: 100%;
	line-height:1;
}
a {
	text-decoration: none;
	color:#333;
	cursor: pointer!important;
	transition: 0.3s;
}
a:hover{
	opacity:0.6;
}
img{
	width:100%;
	vertical-align: bottom;
	vertical-align: bottom;
}
.mincho{
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
}

@media screen and (max-width: 480px) {
	body{
		min-width:0;
		font-size: 16px;
	}
}

/* ヘッダー -----------------------------*/
header{
	position:fixed;
	width: 100%;
	min-width: 1100px;
	height: 100px;
	border-top:5px solid #3eaeba;
	box-shadow: 0px 4px 2px -2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 4px 2px -2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 4px 2px -2px rgba(0,0,0,0.3);
	box-sizing: border-box;
	background: #fff;
	z-index: 9999;
}
.header_inner{
	position: relative;
	max-width:1090px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.header_inner .logo_wrap{
	float:left;
	width:255px;
	margin-top: 13px;
	overflow: hidden;
}
.header_inner .logo_wrap .icon{
	float: left;
	display:block;
	width: 55px;
	margin-top: 13px;
}
.header_inner .logo_wrap .logo{
	float: right;
	color: #1a1a1a;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
}
.header_inner .logo_wrap .logo a{
	display: block;
}
.header_inner .logo_wrap .logo span{
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
}
.header_inner .logo_wrap .logo span.name{
	font-size:43px;
}
.header_inner .gnav{
	float:right;
	max-width:620px;
	margin-top: 40px;
	overflow: hidden;
}
.header_inner .gnav li{
	float:left;
	margin-left: 38px;
}
.header_inner .gnav li a{
	display: block;
	font-size:13px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}
.header_inner .gnav li a span{
	display:block;
	color: #999;
	font-size:20px;
	font-weight: bold;
}
.header_inner .gnav02_wrap{
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
}
.header_inner .gnav02{
	float: left;
	background: #3eaeba;
	border-radius: 0 0 8px 8px;
	overflow: hidden;
}
.header_inner .gnav02 li{
	float: left;
	padding: 8px 0 11px;
}
.header_inner .gnav02 li a{
	display: block;
	color:#fff;
	font-size: 15px;
	font-weight: bold;
	padding: 0 20px;
	border-left: 1px solid #fff;
}
.header_inner .gnav02 li:first-child a{
	border-left: none;
}
.header_inner .gnav02_wrap .sns{
	float:right;
	overflow: hidden;
	margin-top: 3px;
}
.header_inner .gnav02_wrap .sns a{
	float: left;
	display:block;
	width:28px;
	margin-left: 10px;	
}
.header_inner .gnav02_wrap .sns a.btn_blog_header {
    width: 5em;
    background: #2d8c3c;
    color: #FFF;
    height: 28px;
    text-align: center;
    line-height: 28px;
	font-weight: bold;
}

.header_inner .smp_sns{
	display:none;
}
.smp_nav{
	display:none!important;
}

.bnr_floating{
	position: fixed;
	display:block;
	width: 3.125vw;
	right: 0;
	top: 100px;
	z-index: 9999;
}
.bnr_floating a{
	display: block;
	margin: 0.78125vw 0 0;
}
.bnr_floating a.members{
	margin: 0.78125vw 0 0;
}

@media screen and (max-width: 480px) {
	header{
		position: fixed;
		min-width:0;
		width: 86%;
		height: 15.5vw;
		z-index: 9999;
		border: none;
		box-shadow: none;
	}
	.pc_nav{
		display:none;
	}
	.smp_nav{
		display: block;
	}
	.mean-container .mean-bar{
		position: fixed;
		background:#fff;
		z-index: 9998;
		padding: 0;
		min-height: 60px;
		box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3);
		-webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3);
		-moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3);
	}
	.mean-container .mean-nav{
		background:#3eaeba;
		margin-top: 60px;
	}
	.mean-container .mean-nav ul li a{
		color: #fff;
		text-transform:none;
	}
	.mean-container .mean-nav ul li a span{
		padding-right:4%;
	}
	.mean-container a.meanmenu-reveal{
		color:#3EAEBA;	
		padding: 20px 13px 11px;
	}
	.mean-container a.meanmenu-reveal span{
		background:#3EAEBA;
		margin: 0 0 5px;
	}
	.header_inner .logo_wrap{
		width:62%;
		margin: 0;
	}
	.header_inner .logo_wrap .icon{
		width:32px;
		margin: 15px 10px 0;
	}
	.header_inner .logo_wrap .logo{
		float:left;
	}
	.header_inner .logo_wrap .logo span{
		font-size:3.2vw;
		margin: 5px 0;
	}
	.header_inner .logo_wrap .logo span.name{
		font-size:7.4666vw;
		margin: 0;
	}
	.header_inner .smp_sns{
		display: block;
		float: right;
		width:38%;
		margin: 15px 0 0;
		overflow: hidden;
		box-sizing: border-box;
	}
	.header_inner .smp_sns a{
		float: left;
		display: block;
		width:30px;
		margin: 0 0 0 8%;
	}
	.bnr_floating{
		width: 9.6vw;
		top: auto;
		bottom: 20vw;
	}
}

@media screen and (max-width: 480px) {
	.header_inner .smp_sns a {
	    width: 26px;
    	margin:1% 0 0 8%; 
	}
}


/* ページメニュー -----------------------------*/
.page_menu_wrap{
	margin:90px 0;
}
.page_menu{
	max-width:1100px;
	margin: 0 auto;
	overflow: hidden;
}
.page_menu li{
	position: relative;
	float: left;
	width:354px;
	margin-right: 19px;
	margin-bottom: 27px;
	background: #f5f5f5;
}
.page_menu li:before{
	content: "";
	display: block;
	position: absolute;
	width: 30px;
	height: 3px;
	background:#04233b;
	top: 30px;
	left: 32px;
}
.page_menu li:nth-child(3n){
	margin-right: 0;
}
.page_menu li a{
	display:block;
	line-height: 1.7;
}
.page_menu li a .txt_wrap{
	padding: 56px 30px 30px;
}
.page_menu li a .tit{
	color: #04233b;
	font-size: 16px;
	font-weight: bold;
	line-height: 2.1;
	margin: 0 0 18px;
}
.page_menu li a .tit span{
	display:block;
	font-size: 18px;
	font-weight: bold;
}
.page_menu_wrap .link_area{
	text-align:center;
	letter-spacing: -0.4em;
}
.page_menu_wrap .link_area a{
	height: 66px;
	letter-spacing: normal;
	margin: 0 15px;
}
.page_menu_wrap .link_area a img{
	width: auto;
	height: 100%;
}

@media screen and (max-width: 480px) {
	.page_menu_wrap{
		margin:0 4%;
	}
	.page_menu li{
		float:none;
		width:100%;
		overflow: hidden;
		padding: 3%;
		margin-bottom: 4%;
		margin-right: 0;
		box-sizing: border-box;
	}
	.page_menu li:before{
		display:none;
	}
	.page_menu li a .txt_wrap{
		float: right;
		width: 68%;
		padding:0;
	}
	.page_menu li a img{
		float:left;
		width:28%;
	}
	.page_menu li a .tit{
		font-size:85.7%;
		line-height: 1.7;
		margin: 0 0 2%;
	}
	.page_menu li a .tit span{
		display: none;
	}
	.page_menu li a p{
		font-size:85.7%;
	}
	.page_menu_wrap .link_area{
		letter-spacing:normal;
	}
	.page_menu_wrap .link_area a{
		display:block;
		width: 100%;
		height: auto;
		margin: 0 0 4%;
	}
	.page_menu_wrap .link_area a img{
		width:100%;
		height: auto;
	}
}

/* フッター -----------------------------*/
footer{
	background: #eff0f2;
}
.footer_menu_wrap{
	display: flex;
	justify-content: space-between;
	width: 1200px;
	margin: 0 auto;
	padding: 70px 20px 40px 30px;
	border-bottom: 1px solid #d8d8d8;
	box-sizing: border-box;
}
.footer_menu{
	display: flex;	
}
.footer_menu ul{
	margin: 0 110px 0 0;
}
.footer_menu ul:last-child{
	margin: 0;
}
.footer_menu ul li a{
	font-size: 18px;
	line-height: 2.25;
}
.footer_menu_wrap .sns_wrap{
	width: 180px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footer_menu_wrap .sns_wrap a{
	width: 80px;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	margin: 0 0 34px;
}
.footer_menu_wrap .sns_wrap a:nth-child(n + 3){
	margin: 0;
}
.footer_menu_wrap .sns_wrap a img{
	display: block;
	width: 50px;
	margin: 0 auto 8px;
}
.footer_info{
	display: flex;
	justify-content: space-between;
	width: 1200px;
	margin: 0 auto;
	padding: 55px 30px;
	box-sizing: border-box;
}
.footer_info .address_wrap{
	display: flex;
}
.footer_info .address{
	font-size: 18px;
	line-height: 1.75;
}
.footer_info .address:first-child{
	margin: 0 80px 0 0;
}
.footer_info .address .place{
	font-weight: 500;
}
.footer_info .jimin_wrap{
	display: flex;
}
.footer_info .jimin_wrap .link_jimin{
	width: 70px;
	margin-right: 40px;
}
.footer_info .admin_wrap{
	font-size: 14px;
    line-height: 1.6;
}
footer .copy_wrap{
	padding: 16px 0;
	background: #115088;
}
footer .copyright{
	display: block;
	width: 1100px;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	text-align: right;
	margin: 0 auto;
}
@media screen and (max-width: 480px) {
	.footer_menu_wrap{
		display: block;
		width: 100%;
		padding: 9.6vw 10vw 4.8vw;
	}
	.footer_menu{
		display: block;
	}
	.footer_menu ul{
		margin: 0;
	}
	.footer_menu ul li a{
		font-size: 4.26666vw;
	}
	.footer_menu_wrap .sns_wrap{
		width: 100%;
		margin: 8vw 0 0; 
	}
	.footer_menu_wrap .sns_wrap a{
		width: 20%;
		font-size: 3.4666vw;
		margin: 0 0 5.3333vw;
	}
	.footer_menu_wrap .sns_wrap a img{
		width: 100%;
		margin: 0 auto 2.1333vw;
	}
	.footer_info{
		display: block;
		width: 100%;
		padding: 8vw 9vw 8vw 4.8vw;
	}
	.footer_info .address_wrap{
		display: block;
	}
	.footer_info .address{
		font-size: 4.26666vw;
	}
	.footer_info .address:first-child{
		margin: 0 0 5.3333vw;
	}
	.footer_info .jimin_wrap{
		justify-content: center;
		margin: 8vw 0 0;
	}
	.footer_info .jimin_wrap .link_jimin{
		width: 16vw;
		margin-right: 8vw;
	}
	.footer_info .admin_wrap{
		font-size: 4.26666vw;
	}
	footer .copy_wrap{
		padding: 4vw;
	}
	footer .copyright{
		width: 100%;
		font-size: 3.2vw;
		text-align: center;
	}
}


/* -------------------------------------------

TOPページ

 ---------------------------------------------------*/
.tit_sec{
	color: #15457b;
	font-size: 62px;
	font-weight: 700;
	text-align: center;
}
.cap_sec{
	color: #15457b;
	font-size: 24px;
	font-weight: 900;
	text-align: center;
	margin-top: 30px;
}
.btn_common{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 360px;
	height: 60px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	background: #15457b;
	box-sizing: border-box;
}
.btn_common img{
	position: absolute;
	width: 45px;
	right: 36px;
}

.top_mv{
	margin: 0;
}
.top_mv .cnt{
	position: relative;
}
.top_mv .cnt .txt_wrap{
	position: absolute;
	top: 8.8541vw;
	left: 5.46875vw;
}
.top_mv .cnt .txt_wrap p{
	color: #fff;
	font-weight: 700;
}
.top_mv .cnt .txt_wrap.blk p{
	color: #000;
}
.top_mv .cnt .txt_wrap.shadow p{
	text-shadow: 0 0 3px #555,0 0 3px #555,0 0 3px #555,0 0 3px #555,0 0 3px #555,0 0 3px #555,0 0 3px #555,0 0 3px #555,0 0 3px #555,0 0 3px #555,0 0 3px #555,0 0 3px #555,0 0 3px #555,0 0 3px #555,0 0 3px #555,0 0 3px #555;
}
.top_mv .cnt .txt_wrap p.cap{
	line-height: 1.5;
	font-size: 2.604vw;
}
.top_mv .cnt .txt_wrap p.name{
	position: relative;
	font-size: 7.55208vw;
}
.top_mv .cnt .txt_wrap p.name:before{
	position: relative;
	content: "";
	display: block;
	width: 33.3333vw;
	height: 3px;
	background: #fff;
	left: -15px;
	margin: 1.5626vw 0;
}
.top_mv .cnt .txt_wrap.shadow p.name:before{
	box-shadow: 0 0 3px #555,0 0 3px #555,0 0 3px #555,0 0 3px #555,0 0 3px #555,0 0 3px #555,0 0 3px #555,0 0 3px #555,0 0 3px #555,0 0 3px #555,0 0 3px #555,0 0 3px #555,0 0 3px #555,0 0 3px #555,0 0 3px #555,0 0 3px #555;

}
.top_mv .cnt .txt_wrap.blk p.name:before{
	background: #000;
}
@media screen and (max-width: 1600px) {
	.top_mv .cnt .txt_wrap{
		top: 6.25vw;
	}
}
@media screen and (max-width: 1240px) {
	.top_mv .cnt .txt_wrap{
		top: 90px;
		left:54px;
	}
	.top_mv .cnt .txt_wrap p.cap{
		font-size: 30px;
	}
	.top_mv .cnt .txt_wrap p.name{
		font-size: 100px;
	}
	.top_mv .cnt .txt_wrap p.name:before{
	width: 430px;
	left: 0px;
	margin: 18px 0;
	}
}
.pickup{
	position: absolute;
	top: 32.8125vw;
	left:4.6875vw;
	align-items: center;
	background: #fff;
	z-index: 99;
	padding: 14px;
	box-sizing: border-box;
}
@media screen and (max-width: 1600px) {
	.pickup{
		top: 30.208333vw;
	}
}
@media screen and (max-width: 1400px) {
	.pickup{
		top: 31.4285vw;
		padding: 10px 14px;
	}
}
@media screen and (max-width: 1240px) {
	.pickup{
		top: 400px;
		left: 54px;
	}
}
.pickup .tit{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 180px;
	height: 100%;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.2em;
	background: #ff7270;
}
.pickup .tit:after{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	border-style: solid;
	border-width: 0 0 74px 30px;
	border-color: transparent transparent #fff transparent;
}
.pickup .detail{
	display: flex;
	align-items: center;
	margin: 5px 0;
}
.pickup .detail .date{
	font-size: 16px;
	letter-spacing: 0.075em;
}
.pickup .detail .tag{
	width: 124px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	background: #55a3af;
	margin: 0 20px 0 18px;
}
.pickup .detail .tag.red{
	background: #FF7270;
}
.pickup .detail .txt{
	font-size: 16px;
	text-decoration: underline;
}
@media screen and (max-width: 1400px) {
	.pickup .detail .date{
		font-size: 14px;
	}
	.pickup .detail .tag{
		font-size: 13px;
		margin: 0 10px 0 10px;
	}
	.pickup .detail .txt{
		font-size: 14px;
	}
}
.top_slide{
	margin: -37px 0 0;
}
#message{
/*	display: flex;*/
	align-items: center;
	margin: 70px 0 70px;
}
#message .img{
	position: relative;
	width: 50%;
	height: 670px;
	overflow: hidden;
}
#message .img img{
	position: absolute;
	width: auto;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
}
#message .detail_wrap{
	width: 100%;
	padding: 0 0 0 34.7708vw;
	box-sizing: border-box;
}
#message .detail_wrap .catch{
	color: #2780bf;
	font-size: 72px;
	font-weight: 900;
	line-height: 1.25;
}
#message .detail_wrap .txt{
	width: 580px;
	font-size: 16px;
	font-weight: 500;
	line-height: 2.3;
	margin: 60px 0 0;
}

#message .pb_yt{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 1200px;
	margin: 60px auto 90px;
	padding: 50px 50px 0;
	background: #fff;
	box-sizing: border-box;
}
#message .pb_yt .yt_wrap{
	width: 580px;
}
#message .pb_yt .yt{
	width: 100%;
	height: 330px;
}
#message .pb_yt .yt_wrap .cap{
	font-size: 16px;
	font-weight: 500;
	line-height: 1.75;
	text-align: center;
	margin: 30px 0 0;
}
#message .pb_yt .detail_wrap{
	width: 490px;
	padding: 0;
}
#message .pb_yt .detail_wrap .tit{
	color: #244f74;
	font-size: 50px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	margin-top: 20px;
}
#message .pb_yt .detail_wrap .cap{
	color: #244f74;
	font-size: 24px;
	font-weight: 900;
	letter-spacing: 0.1em;
	margin: 20px 0 0 5px;
}
#message .pb_yt .detail_wrap .txt{
	font-size: 18px;
	line-height: 1.75;
	margin: 50px 0 60px;
}
.top_bnr_wrap {
	width: 1200px;
	margin: 70px auto 0;
	display: flex;
}
.top_bnr_wrap h2{
	color: #15457b;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.25;
	text-align: center;
}
.top_bnr_wrap .performance {
	margin-right: 5px;
}
.top_bnr_wrap .policy {
}
.top_bnr_wrap a{
	max-width: 225px;
	margin: 20px 5px;
	display: inline-block;
	position: relative;
}
.top_bnr_wrap a:after{
    content: "";
	background: url(/images/icon_maximize.png) no-repeat;
	background-size: contain;
    text-align: center;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
}
/* バナーモーダル */
.remodal-close {
	right: 0;
	left: inherit;
}
.top_policy{
	padding: 95px 0 180px;
	background: #e6f0f0;
}
.top_policy .cap_sec{
	letter-spacing: 0.1em;
}
.top_policy .inner{
	display: flex;
	width: 1200px;
	margin: 60px auto 0;
}
.top_policy .slide_policy{
	width: 610px;
	margin: 0;
}
.top_policy .slick-dots{
	bottom: -40px;
}
.top_policy .slick-dots li,
.top_policy .slick-dots li button{
	width: 14px;
	height: 14px;
	padding: 0;
	margin: 0 8px;
}
.top_policy .slick-dots li button:before{
	content: "";
	width: 14px;
	height: 14px;
	background: #bdbdbd;
	border-radius: 50%;
	opacity: 1;
}
.top_policy .slick-dots li.slick-active button:before{
	background: #000;
	opacity: 1;
}
.top_policy .detail{
	width: 500px;
	margin: 6px 0 0 90px;
}
.top_policy .detail dl {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
}
.top_policy .detail dl dt {
	position: relative;
	width: 102px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 17px;
	font-weight: 900;
	background: #15457b;
	padding: 0 0 0 20px;
	box-sizing: border-box;
}
.top_policy .detail dl dt:before,
.top_policy .detail dl dt:after{
	content: "";
	position:absolute;
	right: 0;
	border-style: solid;
}
.top_policy .detail dl dt:before {
	top:0;
	border-width: 0 15px 15px 0;
	border-color: transparent #e6f0f0 transparent transparent;
}
.top_policy .detail dl dt:after {
	bottom:0;
	border-width: 0 0 15px 15px;
	border-color: transparent transparent #e6f0f0 transparent;
}
.top_policy .detail dl dd {
	width: 360px;
	color: #15457b;
	font-size: 24px;
	font-weight: 700;
	line-height: 2;
	margin: 0 0 15px 25px;
}
.top_policy .detail .btn_common{
	color: #244f74;
	border: 2px solid #244f74;
	border-radius: 10px;
	background: #fff;
	margin: 40px 0 0;
}

.timeline{
	position: relative;
	padding: 95px 0;
}
.timeline:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 655px;
	background: #e6f0f0;
	z-index: -1;
}
.timeline .cap_sec{
	font-weight: 700;
}
.tl_area {
	display: flex;
	justify-content: space-between;
	max-width:1200px;
	margin: 70px auto 0;
}
.sns_box{
	width:380px;
}
.sns_box.blog{
	overflow: hidden;
}
.sns_box h2{
	color: #FFF;
	font-size: 21px;
	font-weight: 700;
	text-align: center;
	padding: 18px 0;
}
.sns_box.tl_fb h2 {
	background: #405993;
}
.sns_box.tl_tw h2 {
	background: #49A0EC;
}
.sns_box.tl_tw .tl_box {
	border: 1px solid #eee;
}
.sns_box.blog h2 {
	background: #5EABB7;
}
.blog_wrap {
	height: 450px;
	padding: 10px;
	border: 1px solid #e4e4e4;
	background: #eeeff0;
	box-sizing: border-box;
}
.blog_wrap #feed{
	height: 100%;
	padding:10px 10px 0;
	background: #fff;
	overflow-y: auto;
	box-sizing: border-box;
}
.blog_wrap dt {
	font-weight: bold;
}
.blog_wrap dd {
	border-bottom: 1px solid #eee;
	padding: 10px 0;
	margin-bottom: 10px;
	line-height: 1.4;
}
.blog_wrap dd:last-child {
	border-bottom: none;
}
#top_result{
	padding-top: 100px;
}
.top_result{
	padding: 95px 0 70px;
	background: #e6f0f0;
}
.top_result .btn_common{
	margin: 80px auto 0;
}
.tab_wrap{
	width: 1200px;
	margin: 80px auto 0;
	background: #fff;
	border-left: 1px solid #dadce0;
	border-right: 1px solid #dadce0;
	border-bottom: 1px solid #dadce0;
	box-sizing: border-box;
}
.tab_wrap .tab{
	display: flex;
}
.tab_wrap .tab li{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 80px;
	color: #244f74;
	font-size: 18px;
	font-weight: 700;
	background: #ececec;
	border-right: 1px solid #dadce0;
	border-top: 1px solid #dadce0;
	border-bottom: 1px solid #dadce0;
	box-sizing: border-box;
	cursor: pointer;
}
.tab_wrap .tab li:last-child{
	border-right: none;
}
.tab_wrap .tab li.active{
	position: relative;
	background: #fff;
	border-bottom: none;
}
.tab_wrap .tab li.active:before{
	content: "";
	position: absolute;
	top: -1px;
	width: 100%;
	height: 5px;
	background: #15457b;
}
.tab_container{
	display: none;
	padding: 40px 40px 0;
}
.tab_container.active{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.tab_container .box{
	position: relative;
	display: flex;
	justify-content: space-between;
	width: 540px;
	margin: 0 0 40px;
}
.tab_container .box:after{
	position: absolute;
	content: "";
	border-style: solid;
	border-width: 0 0 16px 16px;
	border-color: transparent transparent #244f74 transparent;
	bottom: 0;
	right: 0;
}
.tab_container .box .img{
	width: 225px;
}
.tab_container .box .desc{
	width: 315px;
	padding: 6px 30px 0;
}
.tab_container .box .desc .tit{
	color: #244f74;
	font-size: 18px;
	font-weight: 700;
	line-height: 2;
}
.tab_container .box .desc .txt{
	font-size: 16px;
	line-height: 2;
	margin: 10px 0 0;
}
.tab_container:after {
    content: "";
    display: block;
    width: 540px;
    height: 0;
}

.youth{
	position: relative;
	padding: 70px 0 100px;
}
.youth .img{
	position: relative;
	width: 60vw;
	height: 576px;
	overflow: hidden;
}
.youth .img img{
	position: absolute;
	width: auto;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
}
.youth .detail_wrap{
	position: absolute;
	width: 684px;
	color: #244f74;
	padding: 64px 50px;
	box-sizing: border-box;
	bottom: 70px;
	left: 44vw;
	background: #fff;
}
.youth .detail_wrap .tit{
	font-size: 54px;
	font-weight: 700;
}
.youth .detail_wrap .desc{
	font-size: 20px;
	font-weight: 700;
	line-height: 2;
	margin: 40px 0 30px;
}

.top_prof{
	position: relative;
	padding: 110px 0 80px;
}
.top_prof:before{
	content: "";
	display: block;
	position: absolute;
	top: 386px;
	left: 0;
	width: 100%;
	height: 910px;
	background: #e6f0f0;
	z-index: -1;
}
.top_prof .inner{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	width: 1200px;
	margin: 0 auto;
}
.top_prof .img{
	position: relative;
	width: 645px;
	z-index: 10;
}
.top_prof .tit_wrap{
	position: absolute;
	width: 500px;
	background: #fff;
	padding: 22px 40px;
	left: 130px;
	top: 190px;
	box-sizing: border-box;
	z-index: 11;
}
.top_prof .tit_wrap .tit{
	color: #244f74;
	font-size: 62px;
	font-weight: 700;
}
.top_prof .tit_wrap .cap{
	color: #244f74;
	font-size: 24px;
	font-weight: 900;
	letter-spacing: 0.1em;
	margin: 20px 0 0 5px;
}
.top_prof .detail_wrap{
	position: relative;
	width: 100%;
	padding: 110px 60px 0;
	background: #fff;
	box-sizing: border-box;
	margin: -180px 0 0;
	z-index: 9;
}
.top_prof .detail_wrap .txt{
	font-size: 16px;
	line-height: 1.8;
}
.top_prof .detail_wrap .btn_common{
	width: 300px;
	margin: 70px auto 0;
}
.top_prof .detail_wrap .btn_common img{
	position: static;
	margin-left: 20px;
}

.top_yt{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 1200px;
	margin: 60px auto 90px;
	padding: 50px 50px 0;
	background: #fff;
	box-sizing: border-box;
}
.top_yt .yt_wrap{
	width: 580px;
}
.top_yt .yt{
	width: 100%;
	height: 330px;
}
.top_yt .yt_wrap .cap{
	font-size: 16px;
	font-weight: 500;
	line-height: 1.75;
	text-align: center;
	margin: 30px 0 0;
}
.top_yt .detail_wrap{
	width: 490px;
}
.top_yt .detail_wrap .tit{
	color: #244f74;
	font-size: 54px;
	font-weight: 700;
}
.top_yt .detail_wrap .cap{
	color: #244f74;
	font-size: 24px;
	font-weight: 900;
	letter-spacing: 0.1em;
	margin: 20px 0 0 5px;
}
.top_yt .detail_wrap .txt{
	font-size: 18px;
	line-height: 1.75;
	margin: 50px 0 60px;
}
.top_yt .detail_wrap .btn_common{
	width: 100%;
	background: #f00;
}
.top_yt .yt_list{
	display: flex;
	justify-content: space-between;
	width: 1200px;
	margin: 50px -50px 0;
}
.top_yt .yt_list .yt{
	width: 380px;
	height: 210px;
}

.top_support{
	position: relative;
	padding: 120px 0 100px;
}
.top_support:before{
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 260px;
	background: #ebedef;
}
.top_support .inner{
	display: flex;
	justify-content: space-between;
	width: 1200px;
	margin: 0 auto;
}
.top_support a{
	position: relative;
	display: block;
	width: 380px;
}
.top_support a .txt_wrap{
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	text-align: center;
	z-index: 99;
}
.top_support a .txt_wrap .tit{
	font-size: 34px;
	font-weight: 700;
}
.top_support a .txt_wrap .txt{
	position: relative;
	font-size: 22px;
	font-weight: 700;
}
.top_support a .txt_wrap .txt:before{
	content: "";
	display: block;
	width: 96px;
	height: 3px;
	background: #fff;
	margin: 25px auto 30px;
}
.top_support a:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.3);
	opacity: 0;
	transition: 0.3s;
}
.top_support a:hover{
	opacity: 1;
}
.top_support a:hover:after {
	opacity: 1;
}

.top_info{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
	width: 1118px;
	margin: 0 auto;
	padding: 70px 0;
}
.top_info .tit_wrap{
	margin: 0 8px;
}
.top_info .tit_wrap .tit{
	color: #244f74;
	font-size: 48px;
	font-weight: 700;
}
.top_info .tit_wrap .cap{
	color: #244f74;
	font-size: 24px;
	font-weight: 900;
	letter-spacing: 0.1em;
	margin: 20px 0 0 5px;
}
.top_info .btn_link{
	display:flex;
	justify-content: center;
	align-items: center;
	width: 122px;
	height: 30px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	background: #244f74;
}
.top_info .btn_link i{
	font-size: 24px;
	margin: 0 15px 0 0;
}
.top_info .list{
	width: 100%;
	margin: 60px 0 0;
}
.top_info .list li{
	font-size: 16px;
	border-bottom: 1px solid #d8d8d8;
	padding: 22px 40px;
}
.top_info .list li .date{
	font-weight: 500;
	margin: 0 40px 0 0;
}

.join{
	padding: 50px 0;
	background: url("../images/top/bg_join.jpg") no-repeat;
	background-size: cover;
}
.join .detail{
	width: 960px;
	color: #fff;
	text-align: center;
	border: 2px solid #fff;
	box-sizing: border-box;
	padding: 90px 0 50px;
	margin: 0 auto;
}
.join .detail .tit{
	font-size: 48px;
	font-weight: 700;
}
.join .detail .txt{
	font-size: 18px;
	font-weight: 700;
	line-height: 2;
}
.join .detail .txt:before{
	content: "";
	display: block;
	width: 77px;
	height: 2px;
	background: #fff;
	margin: 30px auto 40px;
}
.join .detail .btn_common{
	width: 300px;
	margin: 70px auto 0;
	border: 1px solid #fff;
	box-sizing: border-box;
	background-color: transparent;
}
.join .detail .btn_common img{
	right: 14px;
}
.join .detail .btn_common:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: #fff;
	transform-origin: 100% 50%;
	transform: scaleX(0);
	transition: transform ease .3s;
}
.join .detail .btn_common:hover {
	opacity: 1;
	color: #000;
}
.join .detail .btn_common:hover:before {
	transform-origin: 0% 50%;
	transform: scaleX(1);
}

.result_movie{
	margin: 120px 0 40px;
}
.result_movie .tit_sec{
	font-size: 48px;
}
.result_movie .top_yt{
	padding: 0;
	margin: 60px auto 0;
}
.result_movie .top_yt .yt_list{
	flex-wrap: wrap;
	margin: 0;
}
.result_movie .top_yt .yt_list li{
	margin: 0 0 60px;
}
.result_movie .top_yt .yt_list li .cap{
	font-size: 16px;
	text-align: center;
	margin: 10px 0 0;
}

@media screen and (max-width: 1500px) {
	#message .detail_wrap .catch{
		font-size: 62px;
	}
}
@media screen and (max-width: 1300px) {
	#message .detail_wrap .catch{
		font-size: 56px;
	}
}
@media screen and (max-width: 1160px) {
	#message .detail_wrap .catch{
		font-size: 50px;
	}
}
@media screen and (max-width: 480px) {
	.wrapper.top_page{
		padding: 60px 0 0;
	}
	.tit_sec{
		font-size: 9.6vw;
	}
	.cap_sec{
		font-size: 4.8vw;
		line-height: 1.7;
		margin-top: 5.3333vw;
	}
	.btn_common{
		width: 100%;
		height: 16vw;
		font-size: 4.2666vw;
	}
	.btn_common img{
		position: absolute;
		width: 9.6vw;
		right: 4vw;
	}
	.top_mv.pc_none{
		display: block;
		height: calc(100vh - 38.5vw);
		overflow: hidden;
		max-height: none;
	}
	.top_mv .cnt .txt_wrap{
		top: calc(100vh - 81.2vw);;
		left: 4vw;
	}
	.top_mv .cnt .txt_wrap p.cap{
		font-size: 6.4vw;
	}
	.top_mv .cnt .txt_wrap p.name{
		font-size: 15.4666vw;
	}
	.top_mv .cnt .txt_wrap p.name:before{
		width: 100%;
		left: 0;
		margin: 4vw 0;
	}
	.top_slide{
		margin: 0;
	}	
	.pickup{
		position: static;
		width: 100%;
		height: auto;
		margin: 0 auto 0;
		padding: 0;
	}
	.pickup .tit{
		width: 55vw;
		height: auto;
		font-size: 3.75vw;
	}
	.pickup .tit:after{
		display: none;
	}
	.pickup .detail{
		flex-wrap: wrap;
    	padding: 2vw;
    	background: #f2f2f2;
		margin: 0;
	}
	.pickup .detail .date{
		font-size: 3.5vw;
	}
	.pickup .detail .tag{
		width: auto;
    	height: auto;
    	line-height: 1;
    	font-size: 3.5vw;
    	margin: 0 3.5vw;
    	padding: 1vw;
	}
	.pickup .detail .txt{
		font-size: 3.75vw;
	    line-height: 1.5;
    	margin-top: 2vw;
	}
	#message{
		flex-direction: column-reverse;
		margin: 0;
/*		padding: 12vw 4vw; */
		padding: 12vw 8.5vw; 
	}
	#message .img{
		width: 100%;
		height: auto;
	}
	#message .img img{
		position: static;
		width: 100%;
		height: auto;
		transform: none;
	}
	#message .detail_wrap{
		width: 100%;
		padding: 0;
		margin: 0;
	}
	#message .detail_wrap .catch{
		font-size: 9vw;
		line-height: 1.7;
		text-align: center;
	}
	#message .detail_wrap .txt{
		width: 100%;
		font-size: 4vw;
		margin: 6.4vw 0 0;
	}
	#message .pb_yt{
		width: 100%;
		margin: 8vw 0 0;
		padding: 8vw 4vw 0;
		box-sizing: border-box;
	}
	#message .pb_yt .yt_wrap{
		width: 100%;
		margin: 9.6vw 0 0;
		order: 2;
	}
	#message .pb_yt .yt,
	#message .pb_yt .yt_list .yt{
		position: relative;
		width: 100%;
		height: auto;
		padding-top: 56.25%;
	}
	#message .pb_yt .yt iframe,
	#message .pb_yt .yt_list .yt iframe{
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
	}
	#message .pb_yt .yt_wrap .cap{
		font-size: 4.2666vw;
		margin: 4vw 0 0;
	}
	#message .pb_yt .detail_wrap{
		width: 100%;
		order: 1;
	}
	#message .pb_yt .detail_wrap .tit{
		font-size: 7.5vw;
	}
	#message .pb_yt .detail_wrap .cap{
		font-size: 4.8vw;
		margin: 5.3333vw 0 0;
	}
	#message .pb_yt .detail_wrap .txt{
		font-size: 4vw;
		margin: 8vw 0;
	}
	
	.top_bnr_wrap {
		width: 90%;
		margin: 9.333vw auto 0;
		display: block;
	}
	.top_bnr_wrap h2{
		color: #15457b;
    	font-size: 6.4vw;
	}
	.top_bnr_wrap .performance {
		margin-right: 0;
	}
	.top_bnr_wrap .policy {
		margin-top: 10.6vw;
	}
	.top_bnr_wrap a{
		max-width:none;
		margin: 2.666vw 0;
		display: block;
	}
	.top_bnr_wrap a:after{
    	width: 5.3333vw;
    	height: 5.3333vw;
	}
	/* バナーモーダル */
	.remodal {
		padding: 0;
	}
	
	.top_policy{
		padding: 12vw 8.5vw 16vw; 
	}
	.top_policy .inner{
		display: block;
		width: 100%;
		margin: 9.6vw auto 0;
	}
	.top_policy .slide_policy{
		width: 100%;
	}
	.top_policy .slick-dots{
		bottom: -8vw;
	}
	.top_policy .slick-dots li,
	.top_policy .slick-dots li button{
		width: 3.2vw;
		height: 3.2vw;
		margin: 0 2.1333vw;
	}
	.top_policy .slick-dots li button:before{
		width: 3.2vw;
		height: 3.2vw;
	}
	.top_policy .detail{
		width: 100%;
		margin: 16vw 0 0;
	}
	.top_policy .detail dl {
		display: block;
	}
	.top_policy .detail dl dt {
		width: 29.3333vw;
		height: 8vw;
		line-height: 8vw;
		font-size: 4.2666vw;
		padding: 0 0 0 5.6vw;
	}
	.top_policy .detail dl dt:before,
	.top_policy .detail dl dt:after{
		right: -1px;
	}
	.top_policy .detail dl dt:before {
		border-width: 0 4vw 4vw 0;
		top: -1px;
	}
	.top_policy .detail dl dt:after {
		border-width: 0 0 4vw 4vw;
		bottom: -1px;
	}
	.top_policy .detail dl dd {
		width: 100%;
		font-size: 5.8666vw;
		margin: 0 0 5.3333vw;
	}
	.top_policy .detail .btn_common{
		border-radius: 2.6666vw;
		margin: 10.6666vw 0 0;
	}
	.timeline{
		padding: 12vw 8.5vw 16vw; 
	}
	.timeline:before{
		height: 40%;
	}
	.timeline .tit_sec{
		font-size: 8.5vw;
		line-height: 1.3;
	}
	.tl_area {
		display: block;
		margin: 12vw 0 0;
		padding: 0 4vw;
	}
	.sns_box{
		width:100%;
		margin: 0 0 8vw;
	}
	.sns_box.blog{
		margin: 0;
	}
	.sns_box h2{
		font-size: 4.8vw;
		padding: 4.8vw 0;
	}
	.blog_wrap {
		height: 120vw;
		padding: 2.6666vw;
	}
	.blog_wrap #feed{
		padding:2.6666vw 2.6666vw 0;
	}
	.blog_wrap dd {
		padding: 2.6666vw 0;
		margin-bottom: 2.6666vw;
	}
	#top_result{
		padding-top: 12vw;
		margin-top: 0;
	}
	.top_result{
		padding: 12vw 8.5vw 16vw; 
	}
	.top_result .btn_common{
		margin: 8vw auto 0;
	}
	.tab_wrap{
		width: 100%;
		margin: 12vw auto 0;
	}
	.tab_wrap .tab{
		flex-wrap: wrap;
		border-top: 1px solid #dadce0;
	}
	.tab_wrap .tab li{
		width: calc(100% / 2);
		height: 16vw;
		font-size: 4.2666vw;
		border-top: none;
		text-align: center;
		line-height: 1.4;
	}
	.tab_wrap .tab li:nth-child(3){
		width: 100%;
	}
	.tab_wrap .tab li:nth-child(even){
		border-right: none;
	}
	.tab_wrap .tab li.active:before{
		height: 1.3333vw;
	}
	.tab_container{
		padding: 8vw 4vw;
	}
	.tab_container.active{
		display: block;
	}
	.tab_container .box{
		display: block;
		width: 100%;
		margin: 0 0 12vw;
	}
	.tab_container .box:last-of-type{
		margin: 0;
	}
	.tab_container .box:after{
		border-width: 0 0 4vw 4vw;
	}
	.tab_container .box .img{
		width: 100%;
	}
	.tab_container .box .desc{
		width: 100%;
		padding: 0 0 8vw;
		margin: 4vw 0 0;
	}
	.tab_container .box .desc .tit{
		font-size: 4.8vw;
	}
	.tab_container .box .desc .txt{
		font-size: 4.26666vw;
		margin: 3.2vw 0 0;
	}
	.tab_container:after {
		display: none;
	}
	.youth{
		padding: 12vw 0 16vw;
	}
	.youth .img{
		width: 90%;
		height: 88vw;
	}
	.youth .img img{
		transform: translateX(-25%);
	}
	.youth .detail_wrap{
		position: relative;
		width: 90%;
		padding: 8vw 9vw 0 5.8666vw;
		bottom: auto;
		left: 0;
		margin: -32vw 0 0 auto;
	}
	.youth .detail_wrap .tit{
		font-size: 6.9333vw;
	}
	.youth .detail_wrap .desc{
		font-size: 4.2666vw;
		margin: 5.8666vw 0 8vw;
	}
	.top_prof{
		padding: 12vw 8.5vw 16vw;
	}
	.top_prof:before{
		top: 32.5vw;
		height: 76%;
	}
	.top_prof .inner{
		width: 100%;
	}
	.top_prof .img{
		width: 100%;
	}
	.top_prof .tit_wrap{
		width: auto;
		padding: 4vw;
		left: -4.5vw;
		top: 62vw;
	}
	.top_prof .tit_wrap .tit{
		font-size: 8vw;
	}
	.top_prof .tit_wrap .cap{
		font-size: 4.5vw;
		margin: 3.75vw 0 1.25vw;
	}
	.top_prof .detail_wrap{
		padding: 15vw 4vw 0;
		margin: 0;
	}
	.top_prof .detail_wrap .txt{
		font-size:  4vw;
	}
	.top_prof .detail_wrap .btn_common{
		width: 100%;
		margin: 10vw auto 0;
	}
	.top_prof .detail_wrap .btn_common img{
		margin-left: 5vw;
	}
	.top_yt{
		width: 100%;
		margin: 8vw 0 0;
		padding: 8vw 4vw 0;
		box-sizing: border-box;
	}
	.top_yt .yt_wrap{
		width: 100%;
		margin: 9.6vw 0 0;
		order: 2;
	}
	.top_yt .yt,
	.top_yt .yt_list .yt{
		position: relative;
		width: 100%;
		height: auto;
		padding-top: 56.25%;
	}
	.top_yt .yt iframe,
	.top_yt .yt_list .yt iframe{
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
	}
	.top_yt .yt_wrap .cap{
		font-size: 4.2666vw;
		margin: 4vw 0 0;
	}
	.top_yt .detail_wrap{
		width: 100%;
		order: 1;
	}
	.top_yt .detail_wrap .tit{
		font-size: 7.5vw;
	}
	.top_yt .detail_wrap .cap{
		font-size: 4.8vw;
		margin: 5.3333vw 0 0;
	}
	.top_yt .detail_wrap .txt{
		font-size: 4vw;
		margin: 8vw 0;
	}
	.top_yt .yt_list{
		display: block;
		width: 100%;
		order: 3;
		margin: 0;
	}
	.top_yt .yt_list .yt{
		margin: 9.6vw 0 0;
	}
	.top_support{
		padding: 12vw 0;
	}
	.top_support:before{
		height: 96vw;
	}
	.top_support .inner{
		display: block;
		width: 100%;
		padding: 0 8.5vw;
		box-sizing: border-box;
	}
	.top_support a{
		width: 100%;
		margin: 0 0 4vw;
	}
	.top_support a .txt_wrap .tit{
		font-size: 8vw;
	}
	.top_support a .txt_wrap .txt{
		font-size: 4.8vw;
	}
	.top_support a .txt_wrap .txt:before{
		width: 25.6vw;
		margin: 5.6vw auto 6.4vw;
	}
	.top_support a:after {
		opacity: 1;
	}
	.top_info{
		width: 100%;
		padding: 16vw 8.5vw;
		box-sizing: border-box;
	}
	.top_info .tit_wrap{
		width: 100%;
		margin: 0;
		text-align: center;
		order: 1;
	}
	.top_info .tit_wrap .tit{
		font-size: 8vw;
		line-height: 1.4;
	}
	.top_info .tit_wrap .cap{
		font-size: 4.8vw;
		margin: 5.3333vw 0 0;
	}
	.top_info .btn_link{
		width: 32vw;
		height: 8vw;
		font-size: 4.8vw;
		margin: 0 auto;
		order: 3;
	}
	.top_info .btn_link i{
		font-size: 6.4vw;
		margin: 0 4vw 0 0;
	}
	.top_info .list{
		width: 100%;
		margin: 4vw 0 8vw;
		order: 2;
	}
	.top_info .list li{
		font-size: 4.26666vw;
		line-height: 1.7;
		padding: 4vw;
	}
	.top_info .list li .date{
		display: block;
		margin: 0 0 2.6666vw;
	}
	.join{
		padding: 16vw 9.5vw;
	}
	.join .detail{
		width: 100%;
		padding: 8vw 3vw;
	}
	.join .detail .tit{
		font-size: 6.4vw;
	}
	.join .detail .txt{
		font-size: 4.2666vw;
	}
	.join .detail .txt:before{
		width: 22.4vw;
		margin: 8vw auto;
	}
	.join .detail .btn_common{
		width: 100%;
		margin: 0 auto;
	}
	.join .detail .btn_common img{
		right: 4vw;
	}
	.result_movie{
		margin: 0;
		padding: 4vw 8.5vw 16vw;
	}
	.result_movie .tit_sec{
		font-size: 5.6vw;
	}
	.result_movie .top_yt{
		margin: 0 auto;
	}
	.result_movie .top_yt .yt_list li{
		margin: 0;
	}
	.result_movie .top_yt .yt_list li .cap{
		font-size: 3.7333vw;
		margin: 2.6666vw 0 0;
	}
}


/* -------------------------------------------

下層ページ共通設定

 ---------------------------------------------------*/
.wrapper{
	padding:100px 0 50px;
}

@media screen and (max-width: 480px) {
	.wrapper{
		padding:60px 0 20%;
	}
}

/* ページタイトル -----------------------------*/
.tit_page{
	color: #3eaeba;
	text-align: center;
	background: #def9f9;
	line-height: 1.7;
	padding: 17px 0;
	margin: 0 0 50px;
}
.tit_page .tit{
	font-size:26px;
	font-weight: bold;
}
.tit_page span{
	font-weight: bold;
}

@media screen and (max-width: 480px) {
	.tit_page{
		padding:2% 0 3%;
		margin: 0 0 10%;
	}
	.tit_page .tit{
		font-size:171.4%;
	}
}

/* 斜め背景 -----------------------------*/
.bg_transform{
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.bg_transform:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 120%;
	height: 300px;
	margin: 0 -10%;
	background: #eaf9f9;
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
	-webkit-transform: rotate(-9deg);
	-ms-transform: rotate(-9deg);
	transform: rotate(-9deg);
	z-index: -1;
	opacity: 0.6;
}
.bg_transform02{
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 6% 0;
}
.bg_2col.bg_transform:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 120%;
	height: 230px;
	margin:-20px -10% 0;
	background: #eaf9f9;
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
	-webkit-transform: rotate(-8deg);
	-ms-transform: rotate(-8deg);
	transform: rotate(-8deg);
	z-index: -1;
	opacity: 0.6;
}
.bg_2col.bg_transform02:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 120%;
	height: 230px;
	margin: 85px -10% 0;
	background: #eaf9f9;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: rotate(8deg);
	-ms-transform: rotate(8deg);
	transform: rotate(8deg);
	z-index: -1;
}

.tit_red{
	position: relative;
	color:#ff6666;
	font-size:20px;
	font-weight: bold;
	text-align: center;
	padding-top: 16px;
}
.tit_red:after {
    content: "";
    display: block;
    position: absolute;
    background: #ff6666;
    width: 32px;
    height: 2px;
    top: 0;
    left: 50%;
    margin-left: -16px;
	margin-bottom: 16px;
}

@media screen and (max-width: 480px) {
	/*.bg_transform:before{
		display:none;
	}*/
	.tit_red{
		padding-top:4%;
		font-size:128.6%;
	}
}

/* 斜め背景2col-----------------------------*/
.bg_2col_inner{
	max-width:1100px;
	margin:100px auto 0;
	overflow: hidden;
}
.txt_bg_2col_wrap{
	float:left;
}
.txt_bg_2col{
	line-height:1.7;
	text-align: left;
}
.txt_bg_2col th{
	padding-right:28px;
}
.img_bg_2col_right{
	float:left;
	max-width:540px;
	margin-left: 64px;
}
.img_bg_2col_left{
	float:left;
	max-width:540px;
	margin-right: 64px;
}
.link_bg_2col{
	position: relative;
	display:block;
	text-align: right;
	z-index: 8888;
}
.link_bg_2col span{
	color: #f66;
}

@media screen and (max-width: 480px) {
	.bg_2col_inner{
		margin: 0 4%;
	}
	.txt_bg_2col_wrap{
		float:none;
	}
	.img_bg_2col_right,
	.img_bg_2col_left{
		display: none;
	}
	.txt_bg_2col th{
		display: block;
		padding-right:0;
		font-weight: bold;
	}
	.txt_bg_2col td{
		display: block;
		padding-left:0;
		padding-bottom: 5%;
	}
}

/* -------------------------------------------

Profile

 ---------------------------------------------------*/
.prof_page_link{
	text-align: center;
	letter-spacing: -0.4em;
}
.prof_page_link a{
	display: inline-block;
	color: #fff;
	font-weight: bold;
	letter-spacing: normal;
	background: #3eaeba;
	width:92px;
	height: 24px;
	line-height: 24px;
	margin: 0 5px;
}
.prof_main{
	max-width:850px;
	width:100%;
	border: 1px solid #bdd6e2;
	margin: 44px auto 0;
	position: relative;
	display:table;
	padding: 30px 30px 30px 50px;
	box-sizing: border-box;
}
.prof_main:before{
	position:absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #bdd6e2;
	top: 5px;
	left: 5px;
}
.prof_main .name_wrap{
	display: table-cell;
	vertical-align: top;
	width: 28%;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.7;
}
.prof_main .name_wrap img {
	width: 180px;
    vertical-align: bottom;
    margin-bottom: 20px;
}
.prof_main .name_wrap span{
	display:block;
}
.prof_main .name_wrap span.small{
	display:inline-block;
	font-size: 14px;
}
.prof_main .name{
	font-size:35px;
	line-height: 1.5;
}
.prof_main .txt_wrap{
	display: table-cell;
	vertical-align: middle;
}
.prof_main .txt_wrap p{
	line-height: 1.7;
	margin-bottom: 30px;
}
.prof_main dl{
	display: flex;
	flex-wrap: wrap;
	line-height: 1.6;
}
.prof_main dl dt {
	position: relative;
	width: 114px;
	border-bottom:2px dashed #e6e6e6;
	padding: 0 0 0 20px;
	box-sizing: border-box;
}
.prof_main dl dd{
	position: relative;
	width: 430px;
	padding:5px 0 5px 20px;
	margin-left: 5px;
	box-sizing: border-box;
	border-bottom:2px dashed #e6e6e6;
}
.prof_main dl dd:before {
	position: absolute;
	content: "：";
	left: 0;
}
.prof_main dl dt:last-of-type,
.prof_main dl dd:last-of-type{
	border: none;
}
.tit_prof_cnt{
	display: inline-block;
	color:#fff;
	font-weight: bold;
	background:#04233b;
	padding: 5px 28px;
	margin-bottom: 24px;
}


.link_prf_en {
	text-align: center;
	line-height: 1.6;
}
.current_prof{
	line-height: 1.8;
	margin-bottom: 70px;
}
@media screen and (max-width: 480px) {
	.prof_main{
		width:90%;
		padding: 4%;
		margin: 5% auto 14%;
	}
	.prof_main:before{
		top:3px;
		left: 3px;
	}
	.prof_main .name_wrap{
		display:block;
		width:100%;
		font-size: 100%;
		overflow: hidden;
		margin-bottom: 6%;
	}
	.prof_main .name_wrap img{
		width:32%;
		float: right;
		margin-bottom: 0;
	}
	.prof_main .name{
		font-size:214.3%;
	}
	.prof_main .name_wrap span.small{
		font-size:71.4%;
	}
	.prof_main .txt_wrap{
		display:block;
	}
	.prof_main .txt_wrap p{
		margin-bottom:6%;
	}
	.prof_main dl{
		line-height:1.8;
	}
	.prof_main dl dt{
		float: none;
		display: block;
		width:100%;
		font-weight: bold;
		padding: 3% 0 2% 0;
		border: none;
	}
	.prof_main dl dd{
		display: block;
		width: 100%;
		padding: 0 0 3% 0;
		margin: 0;
	}
	.prof_main dl dd:before{
		display:none;
	}
	#biography{
		margin-bottom:8%;
	}
	#current{
		padding-bottom:14%;
	}
	.current_prof{
		margin-bottom: 14%;
	}
}

/* -------------------------------------------

Policy

 ---------------------------------------------------*/
.policy_cnt_box{
	max-width:850px;
	margin: 0 auto;
}
.policy_cnt_box .tit{
	color:#fff;
	font-size: 20px;
	font-weight: bold;
	background: #3eaeba;
	padding: 12px 20px;
}
.policy_cnt_box .catch{
	color:#3eaeba;
	font-size: 20px;
	font-weight: bold;
    margin: 0 0 20px;
}
.policy_cnt_inner{
	overflow:hidden;
	padding: 45px 24px 10px;
}
.policy_cnt_inner .img{
	float: left;
	width: 276px;
	margin-right: 24px;
	margin-bottom: 5px;
}
.policy_cnt_inner .cap{
	line-height: 1.7;
	margin-bottom: 40px;
}
.policy_cnt_box .comment{
	position: relative;
	line-height: 1.7;
	padding: 20px 0;
}
.policy_cnt_box .comment:after{
	position:absolute;
	display: block;
	content: "";
	width: 80%;
	height: 1px;
	background: #ccc;
	left: 50%;
	margin-left: -40%;
	margin-top: 20px;
}
.policy_cnt_box:last-of-type .comment:last-child:after{
	display: none;
}
.policy_cnt_box .img_wide{
	margin-bottom: 50px;
	width: 98%;
}

.policy_cnt_box .img_col1 {
	width: 98%;
}
.policy_cnt_box .img_col1 li {
	width: 100%;
	margin: 0 1% 30px;
}

.policy_cnt_box .img_col3 {
	width: 100%;
	overflow: hidden;
}
.policy_cnt_box .img_col3 li {
	float: left;
	width: 31%;
	margin: 0 1% 30px;
}

@media screen and (max-width: 480px) {
	.policy_cnt_box{
		margin:0;
	}
	.policy_cnt_box .tit{
		font-size:5.333vw;
	}
	.policy_cnt_inner{
		padding:8vw 4vw;
	}
	.policy_cnt_inner .img{
		float:none;
		width:100%;
		margin: 0 0 4%;
	}
	.policy_cnt_box .img_wide{
		margin:0 0 5%;
	}
	.policy_cnt_box:last-of-type .policy_cnt_inner{
		padding: 8vw 4vw 0;
	}
	.policy_cnt_box .catch{
		font-size:4.8vw;
		line-height: 1.4;
	}
	.policy_cnt_inner .cap{
		font-size: 4.26666vw;
		margin-bottom: 8vw;
	}
	.policy_cnt_box .comment{
		padding:5% 0;
	}
}

/* -------------------------------------------

Message

 ---------------------------------------------------*/
.tit_message{
	font-size:34px;
	text-align: center;
	background:url(../images/bg_tit_message.png) no-repeat center;
	padding: 25px 0 55px;
}
.tit_message span{
	position: relative;
	display: block;
	color: #04233b;
	font-size:61px;
	text-align: center;
	padding-bottom: 19px;
	margin-bottom: 21px;
}
.tit_message span:after{
	content: "";
	display: block;
	position: absolute;
	background: #04233b;
	width: 48px;
	height: 2px;
	bottom: 0;
	left: 50%;
	margin-left: -24px;
}
.message_cnt_wrap{
	margin-top:55px;
}
.message_cnt_wrap.bg_transform:before{
	margin-top:105px;
}
.message_cnt{
	max-width:1100px;
	margin: 15px auto 90px;
}
.txt_message{
	color:#04233b;
	font-size: 16px;
	line-height: 2.3;
	text-align: center;
}
.txt_message p{
	margin-bottom:30px;
}
.img_sign{
	width: 150px;
	margin: 0 120px 0 auto;
}

@media screen and (max-width: 480px) {
	.message_cnt_wrap{
		margin-top:0;
	}
	.tit_message{
		font-size:142.9%;
		padding: 18% 0;
	}
	.tit_message span{
		font-size:200%;
		padding-bottom:3%;
		margin-bottom:4%;
	}
	.message_cnt{
		margin:8% 4% 0;
	}
	.txt_message{
		font-size:100%;
		text-align: left;
		line-height: 1.7;
	}
	.txt_message p{
		margin-bottom:6%;
	}
	.img_sign{
		width:40%;
		margin: 0 0 0 auto;
	}
}

/* -------------------------------------------

Media

 ---------------------------------------------------*/
.announce_list{
	margin:42px 0 50px;
}
.announce_list li{
	padding:18px 0;
}
.announce_list li:nth-child(2n+1){
	background:#f6f6f6;
}
.announce_list li:nth-child(2n){
	background:#eee;
}
.announce_list_inner{
	max-width:704px;
	margin: 0 auto;
	overflow: hidden;
	font-size:18px;
}
.announce_list_inner .day{
	float: left;
	display: block;
	width: 110px;
	height: 24px;
	line-height: 24px;
	color:#fff;
	text-align: center;
	background: #444;
	border-radius: 4px;
	margin-right: 48px;
}
.announce_list_inner .txt{
	float: left;
	max-width: 546px;
	line-height: 1.7;
}
.tit_media_cnt{
    display: inline-block;
 	color:#3eaeba;
	font-weight: bold;
    margin-bottom: 24px;
	font-size: 20px;
}
.media_page .txt_bg_2col{
	line-height: 2.4;
}

@media screen and (max-width: 480px) {
	.tit_media_cnt{
		margin-bottom:3%;
	}
	.media_page .txt_bg_2col{
		width:100%!important;
	}
	.media_page .txt_bg_2col{
		line-height: 1.7;
	}
	#tv{
		margin-bottom:14%;
	}
	.link_cap{
		margin:5% 0!important;
	}
}

/* -------------------------------------------

Rui LAB.

 ---------------------------------------------------*/

.ruilab .announce_list_inner .txt{
	float:none;
	max-width:none;
	line-height: 1.7;
	text-align: center;
}

.about_ruilab{
	max-width:1100px;
	margin: 0 auto 55px;
}
.about_ruilab .tit_red{
	margin: 0 0 70px;
}
.about_ruilab .img{
	float: left;
	max-width:446px;
	margin-right: 30px;
}
.about_ruilab .txt{
	float:left;
	max-width: 624px;
	line-height: 1.7;
}
.num_list{
	max-width: 950px;
	margin: 60px auto;
}
.num_list li{
	display:table;
	width:100%;
	padding: 20px 58px;
	border-bottom: 2px dashed #ccc;
	box-sizing: border-box;
}
.num_list li:last-child{
	border-bottom:none;
}
.num_list li .num{
	display: table-cell;
	vertical-align: middle;
	width: 10%;
	color: #d1e5e4;
	font-size:37px;
	font-weight: bold;
}
.num_list li .num_top{
	vertical-align: top;
}
.num_list li .txt_wrap{
	display: table-cell;
	vertical-align: middle;
	color: #333;
	font-size: 18px;
}
.num_list li .txt_wrap .txt{
	font-weight: bold;
}
.num_list li .txt_wrap .cap{
	line-height: 2;
	margin:10px 0 0 25px;
}


@media screen and (max-width: 480px) {
	.announce_list{
		margin:10% 0;
	}
	.announce_list li{
		padding:4% 3%;
	}
	.announce_list_inner{
		font-size:100%;
	}
	.announce_list_inner .day{
		display: inline-block;
		float:none;
		width: auto;
		height: auto;
		line-height: normal;
		border-radius: 8px;
		padding: 1% 3%;
		margin: 0 0 3%;
	}
	.announce_list_inner .txt{
		float:none;
		padding: 0 3%;
	}
	.num_list{
		margin:4% auto 8%;
	}
	.num_list li{
		padding:4%;
	}
	.num_list li .num{
		width:17%;
		font-size:214.3%;
	}
	.num_list li .txt_wrap{
		font-size:114.3%;
		line-height: 1.2;
	}
	.num_list li .txt_wrap .cap{
		font-size:75%;
		margin:6% 0 0 -20%;
	}
}

/* -------------------------------------------

support

 ---------------------------------------------------*/
.support_info{
	max-width:1100px;
	margin: 0 auto 55px;
}
.support_info .tit_red{
	margin: 0 0 70px;
}
.support_info .img{
	float: left;
	max-width:480px;
	margin-right: 30px;
}
.support_info .txt_wrap{
	float: left;
	max-width: 590px;
}
.support_info .txt_wrap .txt{
	font-size: 18px;
	line-height: 1.7;
}
.support_info .btn_entry{
	display:block;
	width: 320px;
	height: 46px;
	line-height: 46px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	background:#04233b;
	border-radius: 10px;
	margin: 40px auto 0;
}

@media screen and (max-width: 480px) {
	.support_info,
	.about_ruilab{
		margin:0 4% 10%;
	}
	.support_info .tit_red,
	.about_ruilab .tit_red{
		margin: 0 0 8%;
	}
	.support_info .img,
	.about_ruilab .img{
		float:none;
		margin: 0 0 5%;
	}
	.support_info .txt_wrap{
		float:none;
	}
	.support_info .txt_wrap .txt{
		font-size:100%;
	}
	.support_info .btn_entry{
		width:80%;
		height: auto;
		line-height: normal;
		padding: 4%;
		font-size:128.6%;
		margin: 10% auto 0;
	}

}

/* -------------------------------------------

members

 ---------------------------------------------------*/
.support_info .tit_red.tit_members {
	font-size: 22px;
	margin: 0px 0 30px;
}
.support_info .tit_red.tit_members:after {
	content: none;
}
.txt_members {
	font-size:18px;
	border:4px solid #3eaeba;
	padding: 20px 20px 0;
}
.txt_members strong {
	font-size: 20px;
}
.support_info.members .img{
	float: none;
	max-width:480px;
	margin:0 auto 20px;
}
.about_members{
	max-width:950px;
	margin:0 auto 60px;
	border-bottom: 2px dashed #ccc;
}
.about_members .tit_red{
	margin-bottom:35px;
}
.about_members_cnt{
	overflow:hidden;
	padding: 30px 0;
	border-top: 2px dashed #ccc;
}
.about_members .icon{
	float:left;
	width:150px;
}
.about_members .txt_wrap{
	float:right;
	max-width:750px;
	line-height: 1.7;
	padding: 15px 0 0;
}
.tit_about_members{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.fee_box{
	max-width:648px;
	margin: 25px auto 0;
	color: #333;
	font-size: 18px;
	border: 1px solid #3eaeba;
}
.fee_box dt {
	float: left ;
	clear: both ;
	width: 430px ;
	border-bottom:2px dashed #e6e6e6;
	box-sizing: border-box;
	font-weight: bold;
	padding: 28px 0 28px 60px;
}
.fee_box dd{
	margin-left: 430px ;
	border-bottom:2px dashed #e6e6e6;
	box-sizing: border-box;
	padding: 28px 0 28px 60px;
	font-weight: bold;
}
.fee_box dt:last-of-type,
.fee_box dd:last-of-type{
	border: none;
}
.family_area{
	border-top: 1px solid #e6e6e6;
	padding: 28px 38px;
}
.tit_family{
	color: #f66;
	font-size: 18px;
	text-align: center;
	margin-bottom: 20px;
}
.family_note {
	text-align: center;
	margin: 0 0 40px;
	color: #F00;
}
.family_cnt{
	padding-bottom: 30px;
	margin-bottom:30px;
	border-bottom: 1px dashed #e6e6e6;
}
.family_cnt:last-of-type{
	border-bottom: none;
	padding-bottom: 0;
}
.family_cnt dl{
	display:flex;
	flex-wrap: wrap;
	align-items: center;
}
.family_cnt dt{
	width: 100px;
	text-align: right;
	padding-right: 20px;
	box-sizing: border-box;
}
.family_cnt dd{
	width:330px;
}
.family_cnt dd input{
    width: 100%;
    font-size: 18px;
    padding: 9px 10px;
    border: 1px solid #ccc;
    box-sizing: border-box;
	border-radius: 0;
	-webkit-appearance: none;
}
.family_cnt dd.birthday_wrap{
	justify-content: space-between;
	margin-top: 20px;
}
.family_cnt dt.birthday_tit{
	margin-top: 20px;
}
.family_cnt dd.birthday_wrap .birthday{
	width: 27%;
	margin-right: 3%;
}
.family_cnt dd.birthday_wrap .birthday.year{
	width: 40%;
}

ul.list_cnts {
    margin: 25px auto 90px;
	max-width: 1280px;
	color: #333;
    font-size: 18px;
	line-height: 1.6;
}

@media screen and (max-width: 480px) {
	.fee_box{
		margin:8% 4% 0;
		font-size: 100%;
	}
	.fee_box dt{
		float:none;
		width:100%;
		padding: 5% 3% 0;
		border: none;
	}
	.fee_box dd{
		margin:0;
		padding: 4% 3%;
	}
	.family_area{
		padding:6% 0;
	}
	.tit_family{
		font-size:128.6%;
		line-height: 1.2;
		margin-bottom: 8%;
	}
	.family_cnt{
		margin-bottom:10%;
		padding-bottom: 10%;
	}
	.family_cnt dt, .family_cnt dd{
		display: block;
	}
	.family_cnt dt{
		width:100%;
		padding: 0;
		text-align: left;
	}
	.family_cnt dd{
		width:100%;
	}
	.family_cnt dd input{
		margin: 3% 0 5%;
	}
	.family_cnt dt.birthday_tit{
		margin-top: 0;
	}
	.family_cnt dd.birthday_wrap{
		margin-top: 3%;
	}
	ul.list_cnts {
    	margin: 6% auto 20%;
		padding: 0 4%;
		max-width: none;
		color: #333;
    	font-size: 100%;
	}
}

/* -------------------------------------------

リストページ

 ---------------------------------------------------*/
.list_page_cnt{
	max-width:950px;
	margin: 0 auto 90px;
}
.list_page_cap{
	line-height:1.7;
	margin-bottom: 40px;
	padding: 0 10px;
}
.list_page_cnt ul{
	border-top: 2px dashed #e6e6e6;
	box-sizing: border-box;
}
.list_page_cnt ul li{
	border-bottom: 2px dashed #e6e6e6;
	box-sizing: border-box;
	padding: 32px 10px;
}
.list_page_cnt ul li span{
	display: inline-block;
}
.list_page_cnt ul li span.tag{
	color: #fff;
	font-weight: bold;
	background:#3eaeba;
	padding: 6px 10px;
	border-radius: 4px;
	margin: 0 15px;
}

@media screen and (max-width: 480px) {
	.list_page_cnt{
		margin:0 auto;
	}
	.list_page_cnt ul li{
		padding:4%;
		line-height: 1.6;
	}
}

/* -------------------------------------------

 お知らせ記事ページ

 ---------------------------------------------------*/
.detail_page_cnt{
	max-width:950px;
	margin: 0 auto 90px;
}
.detail_page_cnt .tit_area{
	padding: 0 6px 25px;
}
.detail_page_cnt .tit_area .tag{
	display: inline-block;
	color: #fff;
	font-weight: bold;
	background:#3eaeba;
	padding: 6px 10px;
	border-radius: 4px;
	margin-right: 15px;
}
.detail_page_cnt .tit_area .tit{
	margin: 16px 0 0;
}
.detail_page_cnt .detail_area{
	line-height: 1.7;
	padding: 25px 6px;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	box-sizing: border-box;
}
.detail_page_cnt .detail_area .img{
	width:50%;
	margin-bottom: 20px;
}


/* -------------------------------------------

フォーム設定

 ---------------------------------------------------*/
.contact_wrap{
	margin:70px 0 90px;
}
.contact_cap{
	max-width: 800px;
	color: #333;
	line-height: 1.7;
	margin: 36px auto 30px;
}
.contact_form{
	max-width: 950px;
	margin: 0 auto;
	padding: 10px 0 40px;
	background: #f4f7f9;
	box-sizing: border-box;
}
.contact_form table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.contact_form table tr{
	border-bottom:1px solid #e6e6e6;
}
.contact_form table tr.border_no,
.contact_form table tr:last-child{
	border-bottom: none;
}
.contact_form th{
	width:235px;
	text-align: left;
	padding-left: 40px;
}
.contact_form th span{
	color:#fff;
	font-weight: bold;
	text-align: center;
	background: #3eaeba;
	padding: 6px 17px;
	margin-right: 22px;
	border-radius: 4px;
}
.contact_form th span.optional{
	color: #3eaeba;
	background: #fff;
	border: 1px solid #3eaeba;
}
.contact_form td{
	display:block;
	max-width: 725px;
	padding: 24px 0 0;
}
.contact_form td.single{
	padding-left:145px;
	padding-bottom: 24px;
}
.contact_form table tr.border_no td.single{
	padding-bottom:0;
}
.contact_form td input{
	max-width: 494px;
	width: 100%;
	font-size: 18px;
	padding: 9px 10px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	-webkit-appearance: none;
	border-radius: 0;
}

.contact_form td input[type=radio] {
	max-width: none;
	width: auto;
	font-size: 16px;
	padding: 9px 10px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	-webkit-appearance: none;
	border-radius: 100%;
}
.radio_box input[type=radio]{
    display: none;
}
.radio_box label{
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-left: 10px;
    padding: 10px 20px;
    color: #555555;
    font-size: 18px;
    text-align: center;
    line-height: 1;
}
.radio_box label:before{
    position: absolute;
    content: "";
    top: 50%;
    left: -10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #FFFFFF;
    border-radius: 50%;
}
.radio_box input[type="radio"]:checked + label:after {
    position: absolute;
    content: "";
    top: 50%;
    left: -4px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-radius: 50%;
    background: #5EACB8;
    font-weight:bold;
}

.contact_form td .small input{
	width: 270px;
	vertical-align: middle;
}
.contact_form_list dt{
	float: left ;
	clear: both ;
	width:125px;
	text-align: right;
	padding: 13px 20px 0 0;
}
.contact_form_list dd{
	margin-left: 105px;
	margin-bottom: 24px;
}
.contact_form_list dd .note_hyphen{	
	font-weight: bold;
	vertical-align: middle;
	margin-left: 5px;
	font-size: 16px;
}
.contact_form_list dd .note{
	margin-top: 10px;
}
.contact_form th.message{
	vertical-align: top;
	padding-top:30px; 
}
.contact_form td textarea{
	max-width: 584px;
	width: 100%;
	height: 180px;
	font-size: 16px;
	padding: 9px 10px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	-webkit-appearance: none;
	border-radius: 0;
	resize: none;
}
.birthday_wrap{
	display: flex!important;
	align-items: center;
}
.birthday_wrap .birthday{
	display: flex;
	align-items: center;
	width: 16%;
	margin-right: 20px;
}
.birthday_wrap .birthday.year{
	width: 22%;
}
.birthday_wrap .birthday.day{
	margin-right: 0!important;
}
.birthday_wrap .birthday span{
	width: 14px;
	margin-left: 10px;
}
.select_wrap{
	width:calc(100% - 24px);
}
.select_wrap select {
	width: 100%;
	cursor: pointer;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	font-size: 16px;
	padding: 9px 10px;
}
.select_wrap select::-ms-expand {
    display: none;
}
.select_wrap {
	position: relative;
	border: 1px solid #ccc;
	background: #fff;
}
.select_wrap::before {
	position: absolute;
	top: 50%;
	right: 6px;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #5EACB8;
	pointer-events: none;
	margin-top: -3px;
}
.select_wrap .formError{
	position: absolute!important;
	bottom: -20px;
}
.select_wrap .formError .formErrorContent{
	position: absolute;
	bottom: 0;
	left: 0;
}
.contact_form td .small input{
	width: 290px;
	vertical-align: middle;
}
.formError.inline .formErrorContent,
.formError .formErrorContent{
	background-color: transparent!important;
	color: #f00;
	border: none;
	box-shadow: none;
}
.formError .formErrorArrowBottom{
	display:none;
}
.formError .formErrorContent{
	font-size: 16px;
}
.privacy_check{
	text-align:center;
	margin-bottom: 20px;
}
.tarms_form{
	border:1px solid #bdd6e2;
	max-width:740px;
	height: 180px;
	font-size: 15px;
	line-height: 1.7;
	background: #fff;
	box-sizing: border-box;
	margin: 24px auto 35px;
	padding: 20px;
	overflow: auto;
}
.btn_send{
	display: block;
	color:#fff;
	font-size: 18px;
	font-weight: bold;
	background: #ff7270;
	border-radius: 10px;
	border: none;
	padding: 10px 49px;
	margin: 37px auto 0;
	-webkit-appearance: none;
}

/*** 確認・送信完了画面 ***/
.tit_contact_page{
	position: relative;
    color: #ff6666;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
	line-height: 1.4;
    padding-top: 16px;
	margin-bottom: 60px;
}
.formTable{
    width: 700px;
    margin: 0 auto;
    padding: 30px;
    background: #f4f7f9;
	font-size: 16px;
}
.formTable tr{
	border-bottom: 1px solid #e6e6e6;
}
.formTable th{
	text-align: left;
	padding: 10px 20px 10px 0;
	width: 200px;
}
.form_btn_wrap{
	text-align:center;
	margin: 30px 0 60px;
}
.form_btn_wrap input{
	display: inline-block;
	color:#fff;
	font-size: 18px;
	font-weight: bold;
	background: #ff7270;
	border-radius: 10px;
	border: none;
	padding: 10px 49px;
	margin: 0 10px;
	-webkit-appearance: none;
}
.form_btn_wrap input.btn_back{
	background:#555;
}

@media screen and (max-width: 480px) {
	.contact_wrap{
		margin:20% 4% 0;
	}
	.contact_form{
		padding:6% 4%;
	}
	.contact_form th{
		display: block;
		width:100%;
		padding: 0;
	}
	.contact_form th.message{
		padding: 0;
	}
	.contact_form th span{
		margin:0 4% 0 0;
		padding: 2% 4%;
	}
	.contact_form table tr{
		border:none;
	}
	.contact_form td{
		display:block;
		padding: 0;
		margin: 6% 0 12%;
		width: 100%;
	}
	.contact_form td.single{
		padding:0;
	}
	.contact_form td .small input{
		width:100%;
	}
	.contact_form_list dt{
		float:none;
		width:100%;
		padding: 0 0 3%;
		text-align: left;
	}
	.contact_form_list dt.space{
		display:none;
	}
	.contact_form_list dd{
		margin:0 0 5%;
	}
	.contact_form_list dd .note_hyphen{
		display: block;
		margin:3% 0 0;
	}
	.contact_form_list dd .note{
		margin: 3% 0 8%;
	}
	.birthday_wrap{
		display: block!important;
	}
	.birthday_wrap .birthday,
	.family_cnt dd.birthday_wrap .birthday{
		width: 50%!important;
		margin-right: 0!important;
		margin-bottom: 6%;
	}
	.birthday_wrap .birthday.day{
		margin-bottom: 0!important;
	}
	.select_wrap{
		width: calc(100% - 19px);
	}
	.birthday_wrap .birthday span{
		margin-left: 5px;
	}
	.tarms_form{
		margin:0 0 5%;
		padding: 3%;
		font-size:85.7%;
	}
	.btn_send{
		width: 80%;
		font-size:128.6%;
		padding: 4%;
		margin: 10% auto 0;
	}
	.tit_contact_page{
		font-size:114.3%;
		margin-bottom:10%;
		padding: 3%;
	}
	.formTable{
		width:90%;
		padding:4%;
		box-sizing: border-box;
		font-size:100%;
	}
	.formTable th{
		display:block;
		width:100%;
		padding: 0;
		font-weight: bold;
	}
	.formTable td{
		display:block;
		width:100%;
		padding: 3% 0 7%;
	}
	.form_btn_wrap{
		margin:10% 0 0;
	}
	.form_btn_wrap input{
		font-size:114.3%;
		padding:3% 5%;
		margin: 0 3%;
	}
}

/* -------------------------------------------

サイトポリシー

 ---------------------------------------------------*/
.sitepolicy .policy_cnt_inner {
    overflow: hidden;
    padding: 15px 24px 15px 0;
}

.sitepolicy_emv {
    line-height: 1.6;
    border: 1px solid #CCC;
    padding: 10px 10px 0;
    margin: 0 0 20px;
}

.sitepolicy_emv dt {
	font-weight: bold;
}
.sitepolicy_emv dd {
	margin-bottom: 10px;
}




/* -------------------------------------------

コロナ特設コンテンツ

 ---------------------------------------------------*/
/* TOPスライド */
#top_00{
	background:url(../images/top_00.jpg) no-repeat right top;
	background-size: cover;
}
#top_00 .top_section_inner {
	position: absolute;
    width: 437px;
    left: 100px;
    bottom: 20%;
}

#top_00 .top_section_inner a {
    width: 330px;
    margin: 32px auto 0;
	line-height: 1.4;
	position: relative;
}
#top_00 .top_section_inner a:after {
    content: '▶';
    position: absolute;
    color: #FFF;
    right: 10px;
    top: 40%;
}
@media screen and (max-width: 480px){
	#top_00 {
    padding: 60px 0 30% 0;
	background:#3EAEBA;
	}
	#top_00 .top_section_inner .smp_cap {
    width: 58%;
    left: 6%;
    top: 1%;
	}
	#top_00 .top_section_inner .top_mv_2btn {
	    position: absolute!important;
    	z-index: 999!important;
    	width: auto!important;
    	margin: auto!important;
    	bottom: -20%!important;
    	left: 0;
    	right: 0;
    	background-color: #3EAEBA;		
	}
	#top_00 .top_section_inner a {
	    position: relative!important;
		padding: 6px 0;
	}
	#top_00 .top_section_inner a span {
		width: 85%;
	}
/*
	#top_01 {
    padding: 0 ;
	}
*/
	#top_00 .top_section_inner a:after {
     right: 20px;
 	}

}

@media screen and (max-width: 320px){
	.top_section_inner a span{
		font-size: 107.14%;
	}
}


/* -------------------------------------------

COMMON

 ---------------------------------------------------*/
.common_cnt_box{
	max-width:850px;
	margin: 0 auto;
}

.common_cnt_box .tit{
	color:#fff;
	font-size: 16px;
	font-weight: bold;
	background: #3eaeba;
	padding: 12px 20px;
}
.common_cnt_box h1.tit {
  color: #3eaeba;
  font-weight: bold;
  background: none;
  padding: 0;
  font-size: 26px;
}
.common_cnt_box .catch{
	color:#3eaeba;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 0;
}
.common_cnt_box:last-of-type{
/*
	margin:0 auto 90px;
	padding-top: 0;
*/
	margin-bottom: 90px;
}
.common_cnt_inner{
	overflow:hidden;
	padding: 45px 24px 15px 0;
}
.common_cnt_inner .img{
	float: left;
	width: 276px;
	margin-right: 24px;
	margin-bottom: 5px;
}
.common_cnt_inner .cap{
	line-height: 1.7;
	margin-bottom: 10px;
}
.common_cnt_box .comment{
	position: relative;
	line-height: 1.7;
	padding: 20px 0;
}
.common_cnt_box .comment:after{
	position:absolute;
	display: block;
	content: "";
	width: 80%;
	height: 1px;
	background: #ccc;
	left: 50%;
	margin-left: -40%;
	margin-top: 20px;
}
.common_cnt_box:last-of-type .comment:last-child:after{
	display: none;
}
.common_cnt_box .img_wide{
	margin-bottom: 50px;
	width: 98%;
}

.common_cnt_box .img_col1 {
	width: 98%;
}
.common_cnt_box .img_col1 li {
	width: 100%;
	margin: 0 1% 30px;
}
.common_cnt_box .img_col2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.common_cnt_box .img_col2 li {
  float: left;
  width: 48%;
  margin: 0 1% 30px;
  text-align: center;
}
.common_cnt_box .img_col2 img {
  width: 90%;
  margin: 5% auto;
  border: #ccc 1px solid;
}
.common_cnt_box .img_col3 {
	width: 100%;
	overflow: hidden;
}
.common_cnt_box .img_col3 li {
	float: left;
	width: 31%;
	margin: 0 1% 30px;
}

@media screen and (max-width: 480px) {
	.common_cnt_box{
		margin:0 0 5%;
	}
	.common_cnt_box .tit_page {
		padding: 3% 0;
	}
	.common_cnt_box .tit{
		font-size:114.3%;
		line-height: 1.6;
	}
	.common_cnt_box h1.tit {
		font-size: 150%;
	}
	.common_cnt_inner{
		padding:4%;
	}
	.common_cnt_inner .img{
		float:none;
		width:100%;
		margin: 0 0 4%;
	}
	.common_cnt_box .img_wide{
		margin:0 0 5%;
	}
	.v_cnt_box:last-of-type,
	.common_cnt_box.enq_area{
		margin:0 4% 5%;
	}
	.v_cnt_box .catch{
		font-size:128.6%;
		line-height: 1.4;
	}
	.common_cnt_box .comment{
		padding:5% 0;
	}
	.common_cnt_box .img_col1 {
	  width: 100%;
	  padding-top: 0;
	}
	.common_cnt_box .img_col2 li {
		float: none;
		width: 90%;
		margin: 0 auto;
	}
	common_cnt_box .img_col2 li img {
		display: block;
		width: 100%;
	}
}




/* COVID-19ページ */

.covid-19 .btn_inner_link a {
	width: auto;
	margin: 0;
}

.img_col3 ul {
	overflow: hidden;
}
.img_col3.covid19 img {
	border: 1px solid #CCC;
}
.img_link_list li:hover {
	opacity: 0.8;
}
.btn_dl {
	max-width:320px;
	width: 80%;
	margin: 0 auto 30px;
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	background: #04233b;
	border-radius: 10px;
	line-height: 46px;
}
.btn_inner_link {
    text-align: center;
}
.btn_inner_link a {
    color: #fff;
    font-weight: bold;
    letter-spacing: normal;
    background: #3eaeba;
    width: 92px;
    height: 24px;
    line-height: 24px;
    margin: 0 5px;
	padding: 5px 10px;
}
@media screen and (max-width: 480px) {
	.covid-19 .btn_inner_link a {
		margin: 3% 4%;
	}
	.policy_cnt_box .img_col3 li {
		float: none;
		width: 90%;
		margin: 2% auto;
	}
	.btn_inner_link a {
		display: block;
		padding: 2% 5%;
		width:80%;
		margin: 0 auto 20px;
	}

}
.report_wrap {
	display: flex;
	flex-wrap: wrap;
	margin-top: 3%;
}
.report_wrap h3 {
  font-weight: bold;
  text-align: center;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 10px;
}
.report_wrap li{
	width: 50%;
	padding: 0 2%;
}
.report_wrap li .btn_dl {
	line-height: 1.6;
	padding: 10px 0;
	margin-top: 20px;
}
.report_wrap .img_link_list {
  display: block;
  text-align: center;
}
.report_wrap .img_link_list img {
  width: 90%;
  margin: 5% auto;
  border: #ccc 1px solid;
}
@media screen and (max-width: 480px) {
	.report_wrap {
		display: block;
	}
	.report_wrap li {
		width: 100%;
		margin: 0;
	}
.report_wrap li .btn_dl {
	margin-top: 10px;
	}
}

.img_col1 .letter li{
	max-width:600px;
	border: 1px solid #CCC;
	margin: 0 auto;
}

.report_wrap li {
	padding: 0 1%;
	box-sizing: border-box;
}
.img_col1.pamph img {
  display: block;
  margin: 0 auto;
  width: 50%;
  border: 1px solid #CCC;
}
.btn_dl_2 {
  max-width: 320px;
  width: 80%;
  margin: 0 auto 30px;
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background: #04233b;
  border-radius: 10px;
  line-height: 36px;
}
@media screen and (max-width: 480px) {
	.report_wrap li {
		padding: 0;	
	}
	.img_col1 .letter li {
   		width: 92%;
	}
	.img_col1.pamph img {
   		 width: 92%;
	}
}

/* -------------------------------------------

質疑議事録

 ---------------------------------------------------*/

.recommendations table.table_wide {
	width: 96%;
	border-top: 1px solid #3EAEBA;
	border-left: 1px solid #3EAEBA;
	line-height: 1.6;
	margin: 0 auto 70px;
}
.recommendations table.table_wide a {
	text-decoration: underline;
	margin-top: 3px;
}
.recommendations table.table_wide th {
	background: #3EAEBA;
	color: #FFF;
	padding: 5px;
	font-weight: bold;
}
.recommendations table.table_wide td {
	padding: 10px;
	border-right: 1px solid #3EAEBA;
	border-bottom: 1px solid #3EAEBA;
}
.recommendations table.table_wide td:last-child {
	border-right: 1px solid #3EAEBA;
}
.recommendations table.table_wide th.date {
	width: 10%;
}
.recommendations table.table_wide th.tit {
	width: 35%;
}
.recommendations table.table_wide th.org {
	width: 25%;
}
.recommendations table.table_wide th.destination {
	width: 30%;
}
#minutes {
	padding-top: 100px;
	margin-top: -100px;
}
@media screen and (max-width: 480px) {
	.recommendations table.table_wide {
		margin: 0 auto 12.5vw;
	}
	#minutes{
		padding-top: 25vw;
		margin-top: -12.5vw;
	}
}


/* -------------------------------------------

ポスター掲示のお願い

 ---------------------------------------------------*/

.poster_cnt_box{
	max-width: 850px;
	margin: 0 auto;
	line-height: 1.7;
}
.poster_cnt_box h1.tit_red{
	font-size: 22px;
}
.poster_cnt_box h1.tit_red:after{
	display: none;
}
.poster_cnt_box h2{
	margin: 20px 0 10px;
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
	text-align: center;
}
.poster_cnt_box h3{
	margin: 20px 0 10px;
	font-weight: bold;
	font-size: 18px;
}
.poster_cnt_box .img_box{
	margin: 40px 0;
	display: flex;
	flex-wrap: nowrap;
}
.poster_cnt_box .img_box img{
	width: 33.333%;
}
@media screen and (max-width: 480px) {
	.poster_cnt_box h1.tit_red{
		font-size: 5.86666vw;
	}
	.poster_cnt_box{
	    margin: 0 4% 10%;
	}
	.poster_cnt_box .img_box{
		display: block;
	}
	.poster_cnt_box .img_box img{
		width: 80%;
		margin: 0 auto;
		display: block;
	}
}

/* -------------------------------------------

スタイル調整

 ---------------------------------------------------*/
.mg100{
	margin-top:-100px;
	padding-top: 100px;
}
.mg_b0{
	margin-bottom: 0;
}
.mg100.bg_2col.bg_transform:before{
	margin:70px -10% 0;
}

.pc_none{
	display:none;
}
@media screen and (max-width: 480px) {
	.mg100{
		margin-top:-80px;
		padding-top: 80px;
	}
	
	.smp_none{
		display:none;
	}
	.pc_none{
		display:inline-block;
	}
	
}
	
/* -------------------------------------------

align

 ---------------------------------------------------*/

.align_center {
	text-align: center;
}

/* -------------------------------------------

FontColor

 ---------------------------------------------------*/

.fc_red {
	color: #ff0000;
}

.fw_bold {
	font-weight: bold;
}

/* -------------------------------------------

Margin

 ---------------------------------------------------*/
.mt_30 {
	margin-top: 30px!important;
}
.mt_70 {
	margin-top: 70px!important;
}

.mb_0 {
	margin: 0!important;
}

/* -------------------------------------------

clearfix

 ---------------------------------------------------*/

.cf:after {
  content: "";
  clear: both;
  display: block;
}