@charset "UTF-8";
/* --- top --- */

.inner {
	width: 100%;
	overflow: hidden;
}

#top .main_slide {
	width: 100%;
	overflow: hidden;
}

.para_area {
	box-sizing: border-box;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 600px;
	padding: 5%;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 100px;
}

.ipad .para_area {
	background-attachment: scroll;
}

.iphone .para_area {
	background-attachment: scroll;
}

.message {
	font-family: YuMincho, 'Yu Mincho';
	font-weight: bold;
	font-size: 5rem;
	line-height: 6.8rem;
	text-align: center;
}

.contents {
	max-width: 1100px;
	margin: 0 auto 100px;
}

.contents_s {
	max-width: 800px;
	margin: 0 auto 100px;
}

.intro {
	text-align: center;
	font-family: YuMincho, 'Yu Mincho';
	font-size: 3.8rem;
	font-weight: bold;
	line-height: 1.5;
}

.greeting_area {
	display: flex;
}

.greeting_area .img_box {
	flex-shrink: 0;
	width: 400px;
	margin-right: 25px;
}

.greeting_area .img_box p {
	font-size: 2.6rem;
	font-weight: bold;
}

.greeting_area .img_box p .f_small {
	font-size: 1.6rem;
}

.greeting_area .img_box img {
	margin-bottom: 15px;
}

.target ul {
	display: flex;
	justify-content: center;
}

.target ul li {
	margin-right: 10px;
}

.target ul li:nth-of-type(3n) {
	margin-right: 0;
}

.top_news h2 {
	font-size: 2.7rem;
	text-align: center;
	margin: 0 60px 20px;
}

.top_news h2 .en_title {
	font-family: 'Barlow Condensed', sans-serif;
	display: block;
	font-size: 2.2rem;
	text-align: center;
}

.top_news dl article {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 1.4rem;
	padding: 30px 0 30px 20px;
	border-bottom: 1px dotted #707070;
}

.top_news .date {
	margin-right: 40px;
}

.top_news .text {
	max-width: 55%;
}

.ipad .top_news .text {
	max-width: 50%;
}

.top_news .cat {
	display: inline-block;
	padding: 0 10px;
	background: #2E3488;
	color: #fff;
	border-radius: 30px;
	text-align: center;
	margin-right: 40px;
	font-size: 1.1rem;
	width: 18%;
}

.top_news .articleList article.new {
	position: relative;
}

.top_news .articleList article.new::before {
	content: "NEW";
	position: absolute;
	right: 30px;
	top: 50%;
	border: 1px solid #2E3488;
	border-radius: 50%;
	width: 44px;
	height: 44px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #FFF;
	text-align: center;
	color: #2E3488;
	line-height: 44px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.top_news .articleList a:hover article {
	background-color: #F5F5F5;
}

.top_news .listLinkBtn_gr {
	clear: both;
	text-align: center;
    margin-top: 30px;
}

.top_news .listLinkBtn_gr a {
	display: inline-block;
	color: #2E3488;
	padding: 13px 70px 13px 30px;
	width: 220px;
	background-color: #fff;
	font-size: 1.6rem;
	line-height: 0.8;
	font-weight: bold;
	text-align: center;
	border-radius: 60px;
	border: 1px solid #2E3488;
	position: relative;
}

.top_news .listLinkBtn_gr a .en_text {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 1.6rem;
	text-align: right;
	font-weight: normal;
}

.top_news .listLinkBtn_gr a::after {
	content: '';
	width: 10px;
	height: 10px;
	border: 0px;
	border-top: solid 2px #2E3488;
	border-right: solid 2px #2E3488;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 35px;
	margin-top: -4px;
}

.top_news .listLinkBtn_gr a:hover {
	opacity: 1;
	border: 1px solid #2E3488;
	background-color: #2E3488;
	color: #fff;
}

.top_news .listLinkBtn_gr a:hover::after {
	border-color: #fff;
}

/* --- 中ページ共通 --- */

.common_page .title_area {
	width: 100%;
	padding: 100px 0;
	text-align: center;
	color: #fff;
	margin-bottom: 0;
}

.common_page .title_area h2 {
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 1;
}

.common_page .title_area h2 .en_title {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 2.3rem;
	font-weight: normal;
}

#common .title_area {
	background-color: #F5F5F5;
	color: #403F3F;
}

.fRed {
	color: #FF6D6D;
}

/*------- スタッフページ -------*/

.staff .staffmessage {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}

.staff .staffmessage .img_area {
	width: 240px;
}

.staff .staffmessage .text_area {
	width: 840px;
}

.staff .staffmessage .text_area dt {
	font-size: 2.6rem;
	font-weight: bold;
	color: #666666;
	margin-bottom: 10px;
}

.staff .staffmessage .text_area dt span {
	font-size: 1.8rem;
}


/*------- 施設紹介 -------*/

.facility .m-hdgMd {
	text-align: center;
}
.facility .c-images {
	width: 830px;
	margin: 90px auto 0;
}

/*------- 準備中 -------*/
.comingsoon .c-bodyAndImage__text {
	text-align: center;
	font-size: 2rem;
}

/*------- 委員会概要 -------*/

.m-wysiwyg .roster_table th, .m-wysiwyg .roster_table td {
	text-align: center;
}

.m-wysiwyg .roster_table .left {
	text-align: left;
}

.kubun dl {
	display: flex;
	justify-content: flex-start;
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #CBCBCB;
}

.kubun dl dt {
	margin-right: 20px;
}


/*
.center .info_area {
	background: #F5F5F5;
	padding: 50px;
	text-align: center;
}

.center .info_area h3 {
	font-size: 2.8rem;
	margin-bottom: 30px;
}

.center .info_discription {
	margin-bottom: 20px;
}*/

.text_btn {
	margin-bottom: 0;
}

.text_btn a {
	position: relative;
	display: inline-block;
	font-size: 1.8rem;
	background-color: #fff;
	border: 1px solid #2E3488;
	padding: 20px 35px 20px 20px;
	border-radius: 4px;
	font-weight: bold;
}

.text_btn a::after {
	content: "";
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -3px;
	border-color: transparent;
	border-style: solid;
	border-width: 3px 0 3px 5px;
	border-left-color: #707070;
	-webkit-transition: border-color 0.2s;
	transition: border-color 0.2s;
}

.text_btn a:hover {
	color: #fff;
	background-color: #2E3488;
	opacity: 1;
}

.text_btn a:hover::after {
	border-left-color: #fff;
}

/*== sp ==*/

/*============================================================================================================================================================*/

@media screen and (max-width: 750px) {
	/* --- top --- */
	.para_area {
		height: 300px;
		padding: 5%;
		margin-bottom: 30px;
	}
	.message {
		font-size: 2.4rem;
		line-height: 4.8rem;
	}
	.contents {
		max-width: 90%;
		margin: 0 auto 50px;
	}
	.contents_s {
		max-width: 90%;
		margin: 0 auto 50px;
	}

	.intro {
		font-size: 2rem;
		line-height: 1.5;
	}
	.greeting_area {
		display: block;
	}
	.greeting_area .img_box {
		width: 100%;
		margin-right: 0;
	}
	.greeting_area .img_box p {
		font-size: 2.6rem;
		font-weight: bold;
		margin-bottom: 20px;
	}
	.greeting_area .img_box p .f_small {
		font-size: 1.6rem;
	}
	.greeting_area .img_box img {
		margin-bottom: 15px;
	}
	.target ul {
		display: block;
	}
	.target ul li {
		margin-right: 0;
		margin-bottom: 15px;
	}
	.target ul li:nth-of-type(3n) {
		margin-right: 0;
	}
	.top_news h2 {
		font-size: 2.7rem;
		text-align: center;
		margin: 0 60px 20px;
	}
	.top_news dl article {
		display: block;
		font-size: 1.4rem;
		padding: 30px 0;
	}
	.top_news .date {
		margin-right: 10px;
	}
	.top_news .text {
		max-width: 80%;
	}
	.ipad .top_news .text {
		max-width: 50%;
	}
	.top_news .cat {
		display: inline-block;
		padding: 0 10px;
		margin-right: 0px;
		margin-bottom: 5px;
		font-size: 1.1rem;
		width: 100%;
	}
	.top_news .articleList article.new::before {
		right: 0;
	}
	/* --- 中ページ共通 --- */
	.common_page .title_area {
		padding: 30px 0;
	}
	.common_page .title_area h2 {
		font-size: 2.8rem;
		max-width: 90%;
		margin: 0 auto;
	}
	#common .title_area {
		background-color: #F5F5F5;
		color: #403F3F;
	}
	.fRed {
		color: #FF6D6D;
	}

	/*------- スタッフページ -------*/
	.staff .staffmessage {
		display: block;
		margin-bottom: 30px;
	}
	.staff .staffmessage .img_area {
		width: 80%;
		margin: 0 auto 20px;
	}
	.staff .staffmessage .text_area {
		width: 100%;
	}


/*------- 施設紹介 -------*/

.facility .c-images {
	width: 100%;
	margin: 50px auto 0;
}


	/*.center .info_area {
		background: #F5F5F5;
		padding: 30px;
		text-align: center;
	}
	.center .info_area h3 {
		font-size: 2.8rem;
		margin-bottom: 30px;
	}
	.center .info_discription {
		margin-bottom: 20px;
	}*/
	.text_btn {
		margin-bottom: 0;
	}
	.text_btn a {
		position: relative;
		display: inline-block;
		font-size: 1.6rem;
		background-color: #fff;
		border: 1px solid #2E3488;
		padding: 20px 35px 20px 20px;
		border-radius: 4px;
		font-weight: bold;
	}
	.text_btn a::after {
		content: "";
		position: absolute;
		right: 20px;
		top: 50%;
		margin-top: -3px;
		border-color: transparent;
		border-style: solid;
		border-width: 3px 0 3px 5px;
		border-left-color: #707070;
		-webkit-transition: border-color 0.2s;
		transition: border-color 0.2s;
	}
	.text_btn a:hover {
		color: #fff;
		background-color: #2E3488;
		opacity: 1;
	}
	.text_btn a:hover::after {
		border-left-color: #fff;
	}
}