body {
	line-height: 1.7;
	font-size: 15px;
	-webkit-text-size-adjust: 100%;
	font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif", "arial", "helvetica";
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	opacity: 0.6;
}

/*----- clearfix -----*/
.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

.clear {
	clear: both;
}

/*----- responsive -----*/
.respd {
	max-width: 100%;
	height: auto;
	width
	/***/
	: auto;
}

.show_1220 {
	display: none;
}

.show_1080 {
	display: none;
}

.show_768 {
	display: none;
}

.show_640 {
	display: none;
}

.show_540 {
	display: none;
}

.show_480 {
	display: none;
}

@media only screen and (max-width: 1220px) {
	.show_1220 {
		display: block;
	}

	.hide_1220 {
		display: none;
	}
}

@media only screen and (max-width: 1080px) {
	.show_1080 {
		display: block;
	}

	.hide_1080 {
		display: none;
	}
}

@media only screen and (max-width: 768px) {
	.show_768 {
		display: block;
	}

	.hide_768 {
		display: none;
	}
}

@media only screen and (max-width: 640px) {
	.show_640 {
		display: block;
	}

	.hide_640 {
		display: none;
	}
}

@media only screen and (max-width: 540px) {
	.show_540 {
		display: block;
	}

	.hide_540 {
		display: none;
	}
}

@media only screen and (max-width: 480px) {
	.show_480 {
		display: block;
	}

	.hide_480 {
		display: none;
	}
}

/*///////////////////////////////////////////////////////////*/
/*///////////////////////共通ブロック設計//////////////////////*/
/*///////////////////////////////////////////////////////////*/

.wrapper {
	width: 100%;
	max-width: 1500px;
	margin: auto;
	text-align: left;
}

.float_l {
	float: left;
}

.float_r {
	float: right;
}

ul {
	font-size: 0;
}

li {
	font-size: 13px;
}

.font_s {
	font-size: 11px;
}

@media only screen and (max-width: 1560px) {
	.wrapper {
		padding: 0 20px;
	}
}

@media only screen and (max-width: 540px) {
	.wrapper {
		padding: 0 15px;
	}
}

/*///////////////////////グローバルナビ//////////////////////*/
header {
	position: fixed;
	width: 100%;
	z-index: 999;
}

.content {
	padding-top: 81px;
}

.g-nav_top {
	background: #080504;
	padding: 5px 0;
}

.g-nav_top .wrapper {
	text-align: right;
}

.g-nav {
	background: #DBBD6A;
}

.g-nav_top .language {
	width: 98px;
}

.g-nav_top .language a {
	float: left;
	box-sizing: border-box;
	padding: 2px 8px 3px 7px;
	background: #fff;
	color: #000000;
	font-size: 11px;
	cursor: pointer;
}

.g-nav_top .lang_ja {
	width: 48px;
	border-radius: 4px 0 0 4px;
}

.g-nav_top .lang_en {
	width: 50px;
	border-radius: 0 4px 4px 0;
	background: #ffffff !important;
	color: #000000 !important;
}

.g-nav_top .lang-on {
	background: #249c50 !important;
	color: #fff !important;
}

.g-nav_top .language,
.g-nav_top .contact {
	display: inline-block;
	vertical-align: middle;
}

.g-nav_top .contact {
	margin-left: 20px;
}

.g-nav_top .contact a.tel {
	padding: 3px 0 3px 20px;
	background: url('../img/icon_tel.png') no-repeat left center;
	color: #ffff !important;
}

.g-nav_top .contact a.mail {
	margin-left: 10px;
	padding: 3px 0 3px 22px;
	background: url('../img/icon_mail.png') no-repeat left center;
	color: #ffff !important;
}

.g-nav .float_l {
	width: 83px;
	padding: 6px 0;
}

.g-nav .float_r {
	width: calc(100% - 100px);
	max-width: 720px;
}

.g-nav li a {
	color: #000000;
}

.g-nav li {
	width: 16.65%;
	display: inline-block;
	text-align: center;
	border-left: 1px solid #fff;
	box-sizing: border-box;
	vertical-align: top;
}

.g-nav li:last-child {
	border-right: 1px solid #fff;
}

.g-nav li a {
	display: block;
	padding: 10px 5px;
	font-size: 15px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.g-nav li a:hover {
	background: rgb(148, 138, 86);
	color: #fff;
	opacity: 1;
}

.g-nav_on a {
	background: #907838 !important;
	color: #fff !important;
}

.sp_menu_btn {
	position: absolute;
	top: 10px;
	right: 20px;
}

#nav-open {
	width: 30px;
	height: 23px;
	cursor: pointer;
}

#nav-open span,
#nav-open span:before,
#nav-open span:after {
	position: absolute;
	height: 3px;
	width: 30px;
	border-radius: 5px;
	background: #6d6d6d;
	display: block;
	content: '';
	cursor: pointer;
	left: 0;
}

#nav-open span {
	top: 0;
}

#nav-open span:before {
	bottom: -10px;
}

#nav-open span:after {
	bottom: -20px;
}

#nav-close {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0;
	transition: .3s ease-in-out;
}

#nav-content {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 42px;
	left: 0;
	opacity: 0;
	display: none;
	z-index: 9;
	border-bottom: 2px solid #DBBD6A;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.open #nav-content {
	opacity: 1;
	display: block;
}

#nav-content a {
	display: block;
	width: 100%;
	background: #DBBD6A;
	box-sizing: border-box;
	padding: 10px;
	border-top: 1px solid #ffffff;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

#nav-content a:hover {
	background: #b7aa6a !important;
	opacity: 1;
}

/*閉じるボタン*/
.nav_close_cover {
	display: none;
	cursor: pointer;
	position: absolute;
	top: -8px;
	right: 5px;
}

.nav_close {
	display: inline-block;
	position: relative;
	margin: 0 10px 0 10px;
	padding: 0;
	width: 3px;
	height: 40px;
	background: #6d6d6d;
	transform: rotate(45deg);
}

.nav_close:before {
	display: block;
	content: "";
	position: absolute;
	top: 18px;
	left: -18px;
	width: 40px;
	height: 3px;
	background: #6d6d6d;
}

@media only screen and (max-width: 640px) {
	.content {
		padding-top: 78px;
	}

	.g-nav {
		position: relative;
	}

	.g-nav li {
		width: 100%;
	}

	.g-nav .float_l {
		width: 63px;
		padding: 10px 0;
	}
}

@media only screen and (max-width: 480px) {
	.g-nav_top .contact {
		font-size: 11px;
	}
}

/*///////////////////////パンくず//////////////////////*/
.pan .wrapper {
	font-size: 11px;
	text-align: right;
	margin: 5px auto 20px;
}

.pan a {
	text-decoration: underline;
}

/*///////////////////////メイン要素//////////////////////*/
.block_title {
	position: relative;
	background-color: #080504;
	padding: 5px 10px;
	font-size: 18px;
	color: #ffff;
	margin-bottom: 15px;
	padding-left: 45px;
}

.block_title:before {
	width: 20px;
	height: 20px;
	content: '';
	border-radius: 2px;
	transform: rotate(45deg);
	background: #DBBD6A;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 13px;
}

.maintitle {
	border-bottom: solid 3px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	position: relative;
	font-weight: normal;
	margin: 35px 0;
	font-size: 24px;
	border-color: #767676;
}

.maintitle::before {
	content: '';
	width: 150px;
	height: 3px;
	display: block;
	position: absolute;
	left: 0;
	bottom: -3px;
	background-color: #DBBD6A;
}

section {
	margin-top: 50px;
}

.arrow_r {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7.5px 0 7.5px 12px;
	border-color: transparent transparent transparent #ffffff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
}

.icon_blank {
	width: 1em;
	height: 1em;
	background: url('../img/icon_blank.gif') no-repeat;
	background-size: contain;
	display: inline-block;
	margin-left: 5px;
	vertical-align: middle;
}

.icon_blank_black {
	background: url('../img/icon_blank_black.gif') no-repeat;
	background-size: contain;
}

.entry_text {
	width: 62%;
}

.entry_schedule {
	width: 35%;
}

.emphasis {
	color: #ff0000;
}

.emphasis a {
	color: #080504;
	text-decoration: underline;
}

.entry_btns {
	display: flex;
	flex-wrap: wrap;
	margin-top: 3rem !important;
	margin-bottom: 3rem !important;
	gap: 20px;
}

.btn-ticket {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	line-height: 1.7rem;
	border-radius: 0.5rem;
	color: #ffffff;
	background-color: #EE7B3D;
	font-size: 1.2rem;
	font-weight: bold;
	padding: 20px 12px;
	text-decoration: none;
	margin-bottom: 0.3rem;
	width: 100%;
	box-sizing: border-box;
	position: relative;
}

.entry_btn {
	width: 30%;
}

.entry_btn span {
	color: #fff;
}

.entry_btn span::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 7px solid #fff;
	border-right: 0;
	top: 30px;
	right: 20px;
}

.entry_text {
	width: 80%;
}

@media only screen and (max-width: 1000px) {
	.entry_btns {
		gap: 0px;
	}

	.top_entry {
		flex-direction: column;
	}

	.entry_text {
		width: 100%;
	}

	.entry_schedule {
		width: 100%;
		max-width: 600px;
		margin: 0 auto;
	}

	.entry_btn {
		margin: 0 auto;
		padding: 15px 12px;
		width: 100%;
		max-width: 600px;
	}

	.entry_btn span::after {
		top: 25px;
	}
}

/* clearfix */
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

/* 任意：両セクションの高さを調整 */
.schedule_button,
.welcome_button {
	vertical-align: top;
	display: inline-block;
	width: 100%;
}

.schedule_button a {
	background: #d2c77a;
	border-radius: 3px;
	position: relative;
	display: flex;
	align-items: center;
	max-width: 350px;
	padding: 10px 25px;
	color: #333;
	line-height: 1.8;
	text-decoration: none;
	transition: 0.3s ease-in-out;
	font-weight: 500;
}

#top .schedule_button a {
	background: linear-gradient(70deg, #bba15a, #2c662c);
	border-radius: 3px;
	align-items: center;
	justify-content: center;
	max-width: 100%;
	padding: 8.8% 25px;
	color: #ffffff;
	line-height: 1.5;
	text-decoration: none;
	transition: 0.3s ease-in-out;
	font-weight: bold;
	font-size: clamp(0.9375rem, 0.7793rem + 0.6751vw, 1.4375rem);
}

.schedule_button a:hover {
	background: #222445;
	color: #ffffff;
}

.schedule_button a:after {
	content: '';
	width: 5px;
	height: 5px;
	border-top: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 50%;
	right: 20px;
	border-radius: 1px;
	transition: 0.3s ease-in-out;
}

#top .schedule_button a:after {
	width: 10px;
	height: 10px;
	top: 49%;
	right: 40px;
}

.schedule_button a:hover:after {
	border-color: #ffffff;
}

@media only screen and (max-width: 640px) {
	#top .schedule_button a {
		justify-content: flex-start;
		max-width: 100%;
		padding: 20px 20px;
	}

	#top .schedule_button a:after {
		width: 5px;
		height: 5px;
		top: 50%;
		right: 20px;
	}
}

/*////////メインビジュアル///////*/
.mainvisual {
	background-color: #090504;
}

.mainvisual_imgs {
	display: flex;
	justify-content: space-between;
	max-width: 1560px;
	margin: auto;
	position: relative;
}

.top-mv-img {
	width: 61%;
	position: relative;
	z-index: 1;
}

.top-mv-info {
	width: 43%;
	margin-right: -10%;
	position: relative;
	z-index: 2;
}

.top-mv-img::before {
	content: "";
	position: absolute;
	background-image: linear-gradient(to right, #090504, #09050400);
	width: 20%;
	height: 100%;
	top: 0;
	left: 0;
}

.top-mv-img::after {
	content: "";
	position: absolute;
	background-image: linear-gradient(to left, #090504, #09050400);
	width: 20px;
	height: 100%;
	top: 0;
	right: 0;
}

.top-mv-info_inner {
	padding: 2em;
}

.mainvisual a {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.top-mv-info_link {
	display: flex;
	width: 100%;
	gap: 1em;
	margin-top: 1.5em;
}

.top-mv-info_link .link_lead {
	width: 20%;
}

.top-mv-info_link .link-btn {
	width: calc(100% - 1em - 20%);
	color: #fff;
	border-radius: 5px;
	font-weight: 600;
	font-size: 20px;
	background-color: #166132;
	letter-spacing: 0.13em;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	border: solid 2px #dbbd6a;
}

@media only screen and (max-width: 1300px) {
	.top-mv-img {
		width: 63%;
	}

	.top-mv-info_link .link-btn {
		font-size: 16px;
	}
}

@media only screen and (max-width: 1000px) {
	.top-mv-info_inner {
		padding: 1em;
	}
}

@media only screen and (max-width: 768px) {
	.top-mv-img::before {
		content: none;
	}

	.top-mv-img::after {
		content: none;
	}

	.top-mv-info {
		width: 100%;
		margin-right: 0;
		position: absolute;
		z-index: 2;
		bottom: 0;
	}

	.top-mv-img {
		width: 100%;
	}

	.top-mv-info_link {
		max-width: 500px;
	}

	.top-mv-info_inner {
		padding: 2em;
	}
}

@media only screen and (max-width: 640px) {

	.block_title {
		font-size: 16px;
	}

	.block_title:before {
		width: 22px;
		height: 22px;
		top: 8px;
	}

	.top-mv-info_inner {
		padding: 1em;
	}

	.top-mv-info_link {
		margin-top: 1em;
	}
}

@media only screen and (max-width: 480px) {
	.top-mv-info_link .link-btn {
		font-size: 14px;
		border: solid 2px #dbbd6a;
	}

}

/*////////メインビジュアル ヘッダー共通///////*/
.mainvisual_imgs_in {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.common-mv-info {
	width: 40%;
	position: relative;
	z-index: 2;
}

.common-mv-img {
	width: 50%;
	position: relative;
	max-width: 500px;
}

.common-mv-img::before {
	content: "";
	position: absolute;
	background-image: linear-gradient(to right, #090504, #09050400);
	width: 35%;
	height: 100%;
	top: 0;
	left: 0;
}

@media only screen and (max-width: 800px) {
	.common-mv-info {
		width: 50%;
	}

	.common-mv-img {
		width: 60%;
		margin-left: -10%;
	}

}

@media only screen and (max-width: 480px) {
	.common-mv-info {
		width: 100%;
		margin: -1em auto 1em;
	}

	.common-mv-img {
		margin-left: 0;
		width: 100%;
	}

	.mainvisual_imgs_in {
		flex-direction: column-reverse;
	}
}

/*///////////////////////footer//////////////////////*/
.footer_area {
	margin-top: 60px;
}

.top_en .footer_area {
	margin-top: 0;
}

.questionnaire {
	background: #eee;
	text-align: center;
	padding: 30px 15px;
	font-size: 13px;
}

.questionnaire h3 {
	font-size: 18px;
}

.questionnaire a {
	padding: 10px 30px;
	display: inline-block;
	background: #5d5d5d;
	margin-top: 10px;
	color: #fff;
}

.footer_contact,
.footer_dl {
	width: calc(50% - 15px);
	float: left;
}

.footer_contact {
	margin-right: 30px;
}

.footer_contact a {
	text-decoration: underline;
}

.footer_contact .box {
	margin: 6px 0;
	line-height: 1.5;
}

.footer_dl a {
	float: left;
	width: calc(50% - 6px);
	margin-right: 9px;
	display: inline-block;
	background: #ddd;
	text-align: center;
	padding: 5px;
	vertical-align: middle;
	box-sizing: border-box;
}

.footer_dl a:last-child {
	margin-right: 0;
}

.footer_link {
	background: #DBBD6A;
	text-align: center;
	padding: 10px 65px;
	margin-top: 50px;
	font-size: 13px;
	position: relative;
}

.footer_link div a {
	margin-right: 5px;
	padding-right: 5px;
	border-right: 1px solid #000;
}

.footer_link div a:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}

.footer_copy {
	background: #080504;
	font-size: 11px;
	padding: 5px;
	text-align: center;
	color: #ffffff;
}

.footer_banner {
	padding: 15px;
	text-align: center;
	background: #E6E6EA;
	margin-top: 10px;
}

@media only screen and (max-width: 640px) {

	.footer_contact,
	.footer_dl {
		width: 100%;
		margin-top: 20px;
		margin-right: 0;
	}

	.questionnaire {
		font-size: 12px;
	}

	.questionnaire h3 {
		text-align: center;
	}

	.questionnaire a {
		display: block;
		margin: 10px auto 0 auto;
		max-width: 280px;
		text-align: center;
	}
}

@media only screen and (max-width: 540px) {
	.footer_link {
		padding: 10px 65px 10px 15px;
	}

	.footer_banner {
		padding: 0;
		text-align: center;
		background: #fff;
		margin-top: 10px;
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 480px) {
	.footer_dl li a {
		font-size: 11px;
	}

	.footer_link div a {
		font-size: 11px;
	}
}

/*///////////////////////ページ内スクロール//////////////////////*/
.scroll_top,
.footer_scroll_top {
	padding: 5px 10px !important;
	display: inline-block;
	position: fixed;
	bottom: 30px;
	right: 20px;
	background: #000;
	color: #fff;
	border-radius: 20px;
	width: 34px;
	height: 34px;
}

.scroll_top {
	z-index: 999;
}

.scroll_top:hover,
.footer_scroll_top:hover {
	background: #8d8d8d;
	opacity: 1;
}

.footer_scroll_top {
	position: absolute !important;
	top: 0;
	bottom: 0;
	margin: auto;
}

/*///////////////////////研究展示　ページング用//////////////////////*/
.lecture_paging {
	text-align: center;
	margin-top: 50px;
}

.paging_area {
	display: inline-block;
}

.paging_area a {
	display: inline-block;
	width: 26px;
	text-align: center;
	background: #ddd;
	margin-right: 2px;
	border-radius: 3px;
	margin-top: 6px;
}

.paging_area a.open_page {
	background: #DBBD6A;
	color: #fff;
}

.count_pages {
	display: inline-block;
}

.paging_area .prev_page,
.paging_area .next_page {
	width: auto;
	padding: 0 10px;
}

.paging_area .next_page {
	margin-right: 0 !important;
}

.paging_area .m_top {
	margin-top: 10px;
}