/* -----------------------------------------------
= skip
----------------------------------------------- */
.skip {
	position: fixed;
	width: 1px;
	height: 1px;
	clip: rect(1px, 1px, 1px, 1px);
}
.skip:focus,
.skip:active {
	display: block;
	width: 260px;
	height: auto;
	top: 5px;
	left: 5px;
	clip: auto;
	z-index: 1000;
	font-size: var(--r20);
	padding: 5px;
	background-color: #fff;
	border: 1px solid #ccc;
}
/* -----------------------------------------------
= page_title
----------------------------------------------- */
.page_title {
	background: #dde5dc;
}
.page_title h1 {
	position: relative;
	margin: -22px 18px 0 0;
	padding: 35px 22px 20px 18px;
	background: rgba(255,255,255,.3);
}
.page_title h1 span {
	display: block;
	padding: 0 0 5px 9px;
	color: var(--green);
	font-size: calc(2.5rem / 1.6);
	border-bottom: 1px solid #b4c5b8;
}
@media print, screen and (min-width: 768px) {/* PC */
.page_title {
	position: relative;
	height: 300px;
}
.page_title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: calc(50% + 70px);
	height: 250px;
	background: rgba(255,255,255,.3);
}
.page_title h1 {
	display: flex;
	align-items: center;
	position: absolute;
	top: 50px;
	right: calc(50% + 50px);
	z-index: 1;
	width: min(500px, 500 / 1300 * 100vw);
	height: 250px;
	background: transparent;
	margin: 0;
	padding: 0;
}
.page_title h1 span {
	width: calc(500 / 1300 * 100vw);
	margin-bottom: 20px;
	padding: 0 0 8px 16px;
	font-size: calc(4rem / 1.6);
}
.page_title img {
	position: absolute;
	top: 0;
	left: 50%;
	width: 50%;
	height: 300px;
	object-fit: cover;
}
}/* @media */
/* -----------------------------------------------
= page_imgtitle
----------------------------------------------- */
.page_imgtitle {
	position: relative;
    box-sizing: border-box;
}
.page_imgtitle img {
	width: 100%;
}
@media print, screen and (min-width: 768px) {/* PC */
.page_imgtitle {
	padding-top: 120px;
}
.page_imgtitle img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	object-fit: cover;
}
}/* @media */
/* -----------------------------------------------
= page_lead
----------------------------------------------- */
.page_lead {
	position: relative;
	padding: 0 18px;
	margin-bottom: 40px;
	box-sizing: border-box;
	z-index: 1;
}
.page_lead_main {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #c7d1cb;
	color: #124729;
	line-height: 1.3;
	font-size: calc(2.5rem / 1.6);
}
.page_lead_text p {
	color: #0d0d0d;
	line-height: 1.923;
	font-size: calc(1.3rem / 1.6);
}
.page_lead_text p + p {
	margin-top: 12px;
}
@media print, screen and (min-width: 768px) {/* PC */
.page_lead {
	width: 50%;
	margin: 0 0 0 auto;
	padding: 40px 60px 46px;
	background-color: rgba(255, 255, 255, .8);
}
.page_lead_main {
	max-width: 500px;
	margin-bottom: 30px;
	padding-bottom: 20px;
	line-height: 1.375;
	font-size: calc(4rem / 1.6);
}
.page_lead_text {
	max-width: 500px;
}
.page_lead_text p {
	line-height: 2;
	font-size: calc(1.6rem / 1.6);
}
.page_lead_text p + p {
	margin-top: 15px;
}
}/* @media */
@media print, screen and (max-width: 1100px) and (min-width: 768px) {/* PC */
.page_lead {
	width: 60%;
	padding: 40px 40px 46px;
}
}
/* -----------------------------------------------
= breadcrumbs
----------------------------------------------- */
.breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
	padding: 10px 18px 30px;
}
.breadcrumbs li {
	position: relative;
	font-family: var(--fontGothic);
	font-size: var(--r10);
}
.breadcrumbs li + li {
	margin-left: 14px;
	padding-left: 18px;
}
.breadcrumbs li + li::before,
.breadcrumbs li + li::after {
	content: "";
	position: absolute;
	top: calc(50% - 4px);
	width: 4px;
	height: 8px;
	background: url(../img/shared/icon_arrow01.svg) no-repeat 50% / 100% auto;
}
.breadcrumbs li + li::before {
	left: 0;
	filter: invert(96%) sepia(9%) saturate(348%) hue-rotate(80deg) brightness(92%) contrast(92%);
}
.breadcrumbs li + li::after {
	left: 3px;
	filter: invert(77%) sepia(45%) saturate(193%) hue-rotate(92deg) brightness(88%) contrast(87%);
}
.breadcrumbs li a {
	color: var(--green);
}
@media print, screen and (min-width: 768px) {/* PC */
	.breadcrumbs {
		max-width: 1100px;
		margin: 0 auto;
		padding: 15px 20px 35px;
	}
	.breadcrumbs li {
		font-size: var(--r15);
	}
	.breadcrumbs li + li {
		margin-left: 18px;
		padding-left: 30px;
	}
	.breadcrumbs li + li::before,
	.breadcrumbs li + li::after {
		top: calc(50% - 5px);
		width: 7px;
		height: 10px;
	}
	.breadcrumbs li + li::after {
		left: 6px;
	}
	.breadcrumbs li a:hover {
		text-decoration: underline;
	}
}/* @media */
/* -----------------------------------------------
= contents
----------------------------------------------- */
.contents {
	margin: 0 18px 74px;
}
.contents .block {
	padding: 18px;
	background: #e5e5e5;
}
.page_integrated .contents {
	margin: 0;
	margin-bottom: -50px;
	padding: 0;
	overflow: hidden;
}
@media print, screen and (min-width: 768px) {/* PC */
	.contents {
		max-width: 1100px;
		margin: 0 auto 145px;
		padding: 0 20px;
	}
	.contents .block {
		padding: 20px;
	}
	/* 総合的な探究学習について */
	.page_integrated .contents {
		max-width: unset;
		margin-bottom: -75px;
	}
}/* @media */
/* -----------------------------------------------
= ly_cont
----------------------------------------------- */
@media print, screen and (min-width: 768px) {/* PC */
	.ly_cont {
		max-width: 1100px;
		margin: 0 auto;
	}
	.ly_cont__col {
		display: flex;
		justify-content: space-between;
		margin-bottom: 100px;
	}
	.ly_cont_main {
		width: 780px;
	}
	.ly_cont_side {
		width: 270px;
	}
}/* @media */
@media screen and (max-width: 767px) {/* SP */
	.ly_cont__col {
		padding: 0 18px 80px;
	}
	.ly_cont_side {
		margin-top: 60px;
	}
}/* @media */
/*--------------------------------------------------
  = el_lv2Heading
--------------------------------------------------*/
.el_lv2Heading {
	position: relative;
	line-height: 1.5;
    font-weight: 500;
    font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
}
.el_lv2Heading::before {
	content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.el_lv2Heading {
        padding: 0 6px 15px 6px;
        font-size: calc(3.2rem / 1.6);
	}
	.el_lv2Heading::before {
	    background-image: linear-gradient(to right, #124729 0, #124729 190px, #e7ece9 190px, #e7ece9 100%);
	}
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.el_lv2Heading {
        padding: 0 3px 10px 3px;
        font-size: calc(2rem / 1.6);
	}
	.el_lv2Heading::before {
		background-image: linear-gradient(to right, #124729 0, #124729 145px, #e7ece9 145px, #e7ece9 100%);
	}
}
/*--------------------------------------------------
  = el_lv3Heading
--------------------------------------------------*/
.el_lv3Heading {
	position: relative;
    border-bottom: 1px solid #d5e1d4;
	line-height: 1.5;
    font-weight: 500;
    font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
}
.el_lv3Heading::before {
	content: "";
    display: block;
    position: absolute;
    background: linear-gradient(-45deg, #2c6645 0%, #2c6645 50%, #85c09f 50%, #85c09f 100%);
}
.el_lv3Heading + .bl_noticePostUnits {
	border-top: 0;
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.el_lv3Heading {
		margin-bottom: 12px;
	    padding: 0 0 15px 40px;
        font-size: calc(2.6rem / 1.6);
	}
	.el_lv3Heading::before {
	    top: 9px;
        left: 5px;
        width: 20px;
        height: 20px;
	}
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.el_lv3Heading {
		margin-bottom: 8px;
		padding: 0 0 10px 26px;
		font-size: var(--r18);
	}
	.el_lv3Heading::before {
        top: 6px;
        left: 2px;
        width: 14px;
        height: 14px;
    }
}
/*--------------------------------------------------
  = el_mainHeading
--------------------------------------------------*/
.el_mainHeading {
    color: var(--green);
    text-align: center;
}
.el_mainHeading .en {
	display: inline-block;
    position: relative;
    font-family: var(--fontEn);
    font-weight: 300;
    font-style: italic;
}
.el_mainHeading .en::after {
	content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid rgba(18, 70, 41, .2);
}
.el_mainHeading .jp {
    display: block;
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.el_mainHeading {
		margin-bottom: 35px;
	}
	.el_mainHeading .en {
		margin-bottom: 5px;
		padding: 0 20px;
		font-size: calc(6rem / 1.6);
	}
	.el_mainHeading .en::after {
		bottom: calc(2.6rem / 1.6);
	}
	.el_mainHeading .jp {
		font-size: calc(2.4rem / 1.6);
	}
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.el_mainHeading {
		margin-bottom: 30px;
	}
	.el_mainHeading .en {
		padding: 0 10px;
		font-size: calc(4rem / 1.6);
	}
	.el_mainHeading .en::after {
		bottom: calc(1.6rem / 1.6);    
	}
	.el_mainHeading .jp {
		font-size: var(--r17);
	}
}
/*--------------------------------------------------
  = el_btn
--------------------------------------------------*/
.el_btn {
    display: block;
    position: relative;
    width: 240px;
    margin: 0 auto;
    padding: 18px 10px 18px 0;
    color: #fff;
    background: var(--bgGreen);
    font-family: var(--fontGothic);
    font-size: var(--r16);
    text-align: center;
}
.el_btn::before {
	content: "";
	position: absolute;
	top: 0;
	right: 18px;
	width: 19px;
	height: 100%;
	background: url(../img/shared/icon_arrow02.svg) no-repeat 50% / 100% auto;
	filter: invert(99%) sepia(99%) saturate(2%) hue-rotate(181deg) brightness(114%) contrast(100%);
}
.el_btn::after {
	content: "";
	position: absolute;
	bottom: -4px;
	left: 5px;
	right: 5px;
	width: calc(100% - 10px);
	height: 1px;
	background: var(--lightGreen);
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
.el_btn {
	width: 290px;
	padding: 25px 10px 25px 0;
	font-size: var(--r20);
}
.el_btn:hover {
	background: var(--hoverGreen);
}
.el_btn::before {
	right: 20px;
	width: 24px;
}
.el_btn::after {
	bottom: -3px;
	left: 10px;
	right: 10px;
	width: calc(100% - 20px);
}
}
/*--------------------------------------------------
  = bl_newsPost
--------------------------------------------------*/
.bl_newsPost {
	display: block;
	position: relative;
	color: #595959;
}
.bl_newsPost_ttl {
	position: relative;
	color: #124729;
	transition: .2s ease-in-out;
}
.bl_newsPost_imgWpr {
	overflow: hidden;
}
.bl_newsPost_imgWpr img {
	width: 100%;
	object-fit: cover;
	transition: .2s ease-in-out;
}
.bl_newsPost_data {
	display: flex;
	align-items: center;
	line-height: 1;
}
.bl_newsPost_data * {
	letter-spacing: .06em;
}
.bl_newsPost_cat {
    display: inline-block;
	color: #808080;
    text-align: center;
}
.bl_newsPost_new {
	color: #c73888;
	line-height: 1;
	font-family: var(--fontEn);
	font-weight: bold;
	font-style: italic;
}
.bl_newsPost_time {
	color: #124729;
	font-family: var(--fontEn);
    font-style: italic;
}
.bl_newsPost_txt {
	position: relative;
	border-bottom: 1px solid #e7ece9;
}
.bl_newsPost_txt::before,
.bl_newsPost_txt::after {
	display: block;
	position: absolute;
}
.bl_newsPost_txt::before {
    content: "";
    background: url(../img/shared/icon_arrow01.svg) no-repeat 50% / 100% auto;
    filter: invert(45%) sepia(20%) saturate(1063%) hue-rotate(93deg) brightness(101%) contrast(93%);
    z-index: 1;
}
.bl_newsPost_txt::after {
    content: "MORE";
    right: 0;
    color: #3a905f;
    line-height: 1;
    font-family: var(--fontEn);
    background: #fff;
}
/* __card */
.bl_newsPostUnits.__card .bl_newsPost_ttl {
	position: relative;
	border-bottom: 1px solid #e7ece9;
	font-family: var(--fontGothic);
}
.bl_newsPostUnits.__card .bl_newsPost_ttl::before,
.bl_newsPostUnits.__card .bl_newsPost_ttl::after {
	display: block;
	position: absolute;
}
.bl_newsPostUnits.__card .bl_newsPost_ttl::before {
	content: "";
	background: url(../img/shared/icon_arrow01.svg) no-repeat 50% / 100% auto;
	filter: invert(45%) sepia(20%) saturate(1063%) hue-rotate(93deg) brightness(101%) contrast(93%);
	z-index: 1;
}
.bl_newsPostUnits.__card .bl_newsPost_ttl::after {
	content: "MORE";
	right: 0;
	color: #3a905f;
	line-height: 1;
	font-family: var(--fontEn);
	background: #fff;
}
.bl_newsPostUnits.__card .bl_newsPost_cat {
	font-family: var(--fontGothic);
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.bl_newsPostUnits {
		margin-bottom: 80px;
	}
	.bl_newsPost + .bl_newsPost {
		margin-top: 50px;
	}
	.bl_newsPost_ttl {
        margin-bottom: 10px;
		line-height: 1.5;
		font-size: var(--r20);
	}
	.bl_newsPost_body {
		display: flex;
		justify-content: space-between;
	}
	.bl_newsPost_imgWpr {
		width: 280px;
		margin-right: 30px;
	}
	.bl_newsPost_imgWpr img {
		height: 174px;
	}
	.bl_newsPost_data {
        margin-bottom: 12px;
	}
	.bl_newsPost_time {
		font-size: var(--r18);
	}
	.bl_newsPost_cat {
		margin-right: 20px;
		line-height: 1.5;
		font-size: var(--r13);
	}
	.bl_newsPost_new {
		margin-left: 13px;
		font-size: var(--r18);
	}
	.bl_newsPost_txtWpr {
		flex: 1;
	}
	.bl_newsPost_txt {
		margin-bottom: 10px;
		padding-bottom: 18px;
		line-height: 1.867;
		font-size: calc(1.5rem / 1.6);
	}
	.bl_newsPost_txt::before {
		width: 6px;
		height: 9.5px;
        bottom: -4.8px;
		right: 55px;
	}
	.bl_newsPost_txt::after {
		bottom: -8px;
		padding-left: 15px;
		font-size: calc(1.6rem / 1.6);
	}
	/* __card */
	.bl_newsPostUnits.__card {
		display: flex;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	.bl_newsPostUnits.__card .bl_newsPost + .bl_newsPost {
		margin-top: 0;
	}
	.bl_newsPostUnits.__card .bl_newsPost_imgWpr {
		width: 100%;
		margin: 0 0 20px 0;
	}
	.bl_newsPostUnits.__card .bl_newsPost_body {
		display: block;
	}
	.bl_newsPostUnits.__card .bl_newsPost_ttl {
		margin-bottom: 7px;
        padding-bottom: 18px;
		font-size: var(--r16);
	}
	.bl_newsPostUnits.__card .bl_newsPost_ttl::before {
	    width: 6px;
        height: 9.5px;
        bottom: -4.8px;
        right: 55px;
	}
	.bl_newsPostUnits.__card .bl_newsPost_ttl::after {
	    bottom: -8px;
        padding-left: 15px;
        font-size: calc(1.6rem / 1.6);
	}
	/* __4col */
	.bl_newsPostUnits.__card.__4col .bl_newsPost {
		width: calc(100% / 4 - 25px);
	}
	.bl_newsPostUnits.__card.__4col .bl_newsPost:not(:nth-child(4n)) {
		margin-right: 33px;
	}
	/* hover */
	.bl_newsPost:hover .bl_newsPost_ttl {
		text-decoration: underline;
	}
	.bl_newsPost:hover .bl_newsPost_imgWpr img {
		transform: scale(1.1);
	}
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.bl_newsPostUnits {
		margin-bottom: 50px;
	}
	.bl_newsPost + .bl_newsPost {
		margin-top: 30px;
	}
	.bl_newsPost_ttl {
        margin-bottom: 7px;
		line-height: 1.5;
		font-size: var(--r15);
	}
	.bl_newsPost_imgWpr {
		width: 100%;
	}
	.bl_newsPost_imgWpr img {
		height: 210px;
	}
	.bl_newsPost_txtWpr {
		margin-top: 12px;
	}
	.bl_newsPost_data {
		margin-bottom: 10px;
		line-height: 1;
		font-size: var(--r14);
	}
	.bl_newsPost_new {
		margin-left: 10px;
		font-size: var(--r14);
	}
	.bl_newsPost_cat {
		margin: 0 5px;
        line-height: 1.3;
		font-size: calc(1.15rem / 1.6);
	}
	.bl_newsPost_txt {
        margin-bottom: 7px;
		padding-bottom: 18px;
		line-height: 1.6;
		font-size: calc(1.25rem / 1.6);
	}
	.bl_newsPost_txt::before {
		width: 4px;
		height: 7px;
        bottom: -4px;
		right: 44px;
	}
	.bl_newsPost_txt::after {
        bottom: -7px;
        padding-left: 10px;
		font-size: calc(1.3rem / 1.6);
	}
	.bl_newsPostUnits.__card .bl_newsPost_body {
		display: flex;
	}
	.bl_newsPostUnits.__card .bl_newsPost_ttl {
        margin-bottom: 5px;
		padding-bottom: 12px;
		font-size: var(--r13);
	}
	.bl_newsPostUnits.__card .bl_newsPost_ttl::before {
		width: 4px;
		height: 7px;
        bottom: -4px;
		right: 44px;
	}
	.bl_newsPostUnits.__card .bl_newsPost_ttl::after {
        bottom: -7px;
        padding-left: 10px;
		font-size: calc(1.3rem / 1.6);
	}
	.bl_newsPostUnits.__card .bl_newsPost_imgWpr {
		width: 140px;
	}
	.bl_newsPostUnits.__card .bl_newsPost_imgWpr img {
		width: 100%;
		height: 95px;
		object-fit: cover;
	}
	.bl_newsPostUnits.__card .bl_newsPost_txtWpr {
		flex: 1;
		margin: 0 0 0 16px;
	}
}
/*--------------------------------------------------
  = bl_newsDetail
--------------------------------------------------*/
.bl_newsDetail {
	display: block;
	position: relative;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.bl_newsDetail_ttl {
	position: relative;
	border-bottom: 1px solid #e7ece9;
	color: #124729;
}
.bl_newsDetail_data {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	line-height: 1;
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.bl_newsDetail_ttl {
		margin-bottom: 15px;
        padding: 0 3px 17px;
		line-height: 1.5;
		font-size: calc(2.4rem / 1.6);
	}
	.bl_newsDetail_cont {
		min-height: 360px;
		margin-top: 40px;
	}
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.bl_newsDetail_ttl {
		margin-bottom: 12px;
		padding: 0 5px 10px;
		line-height: 1.475;
		font-size: var(--r15);
	}
	.bl_newsPost_time {
		font-size: var(--r14);
	}
	.bl_newsDetail_cont {
		margin-top: 20px;
	}
}
/*--------------------------------------------------
  = bl_noticePost
--------------------------------------------------*/
.bl_noticePost {
	display: block;
	border-bottom: 1px solid #e7ece9;
	color: #124729;
}
.bl_noticePost_data {
	display: flex;
	align-items: center;
}
.bl_noticePost_time {
	display: block;
	font-family: var(--fontEn);
    font-style: italic;
}
.bl_noticePost_cat {
	border-left: 1px solid #dde5dc;
	background: #f9f8f2;
	text-align: center;
	box-sizing: border-box;
}
.bl_noticePostUnits {
	border-top: 1px solid #e7ece9;
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.bl_noticePost {
		padding: 20px 13px;
		line-height: 1.6;
		font-size: var(--r18);
	}
	.bl_noticePost_body {
		display: flex;
		align-items: flex-start;
	}
	.bl_noticePost_data {
		margin-right: 20px;
	}
	.bl_noticePost_time {
		min-width: 80px;
		font-size: var(--r18);
	}
	.bl_noticePost_cat {
		min-width: 130px;
		margin-left: 14px;
		padding: 2px;
		font-size: var(--r13);
	}
	.bl_noticePost_ttl {
		flex: 1;
		font-size: var(--r16);
	}
	.bl_noticePostUnits + .bl_pagenavi_archive {
		margin-top: 60px;
	}
	/* hover */
	.bl_noticePost:hover .bl_noticePost_ttl {
		text-decoration: underline;
	}
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.bl_noticePost {
		padding: 14px 6px 16px;
		line-height: 1.538;
	}
	.bl_noticePost_time {
		font-size: var(--r14);
	}
	.bl_noticePost_cat {
		min-width: 110px;
		margin-left: 15px;
		padding: 1px 2px;
		font-size: var(--r12);
	}
	.bl_noticePost_ttl {
		margin-top: 6px;
		font-size: var(--r13);
	}
	.bl_noticePostUnits + .bl_pagenavi_archive {
		margin-top: 40px;
	}
}
/*--------------------------------------------------
  = bl_sideNavPost
--------------------------------------------------*/
.bl_sideNavPost_ttl {
	position: relative;
	background: #f9f8f2;
	color: #0d0d0d;
	font-weight: 600;
}
.bl_sideNavPost_ttl::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
    left: 0;
    width: 100%;
}
.bl_sideNavPost_ttl::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: #508366;
}
.bl_sideNavPost_link {
	position: relative;
	display: block;
	border-bottom: 1px solid #e7ece9;
	color: #3a905f;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.bl_sideNavPost_link::after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	background: url(../img/shared/icon_sideNavPost.svg) no-repeat center;
	background-color: #fff;
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.bl_sideNavPost_archive + .bl_sideNavPost_archive {
		margin-top: 55px;
	}
	.bl_sideNavPost_ttl {
		padding: 13px 24px;
		line-height: 1.5;
		font-size: calc(2.2rem / 1.6);
	}
	.bl_sideNavPost_ttl::before {
		height: 4px;
		background: linear-gradient(#dde5dc 0, #dde5dc 1px, transparent 1px, transparent 3px, #f1f2eb 3px, #f1f2eb 4px);
	}
	.bl_sideNavPost_ttl::after {
		width: 10px;
		height: 10px;
	}
	.bl_sideNavPost_link {
		padding: 16px 19px;
		line-height: 1.6;
		font-size: var(--r17);
	}
	.bl_sideNavPost_link::after {
		bottom: -4.5px;
		width: 7px;
		height: 9px;
		background-size: 6px 9px;
	}
	/* hover */
	.bl_sideNavPost_link:hover {
		text-decoration: underline;
	}
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.bl_sideNavPost_archive + .bl_sideNavPost_archive {
		margin-top: 60px;
	}
	.bl_sideNavPost_ttl {
		padding: 9.5px 15px 8.41px;
		line-height: 1.5;
		font-size: var(--r17);
	}
	.bl_sideNavPost_ttl::before {
		height: 3px;
		background: linear-gradient(#dde5dc 0, #dde5dc 1px, transparent 1px, transparent 2px, #f1f2eb 2px, #f1f2eb 3px);
	}
	.bl_sideNavPost_ttl::after {
		width: 7px;
		height: 7px;
	}
	.bl_sideNavPost_link {
		padding: 12.5px 10px;
		line-height: 1.6;
		font-size: var(--r15);
	}
	.bl_sideNavPost_link::after {
		bottom: -3.7px;
		width: 4px;
		height: 7px;
		background-size: 4px 7px;
	}
}
/*--------------------------------------------------
  = bl_pagenavi_archive
--------------------------------------------------*/
.bl_pagenavi_archive {
	display: flex;
	align-items: center;
	justify-content: center;
}
.bl_pagenavi_archive .page-numbers:not(.prev, .next) {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #c4ddcf;
	line-height: 1;
	box-sizing: border-box;
	background: #fff;
}
.bl_pagenavi_archive a.page-numbers {
	transition: .2s ease-in-out;
}
.bl_pagenavi_archive a.page-numbers:not(.prev, .next), .bl_pagenavi_archive .page-numbers.dots {
	color: #124729;
}
.bl_pagenavi_archive .page-numbers.current {
	background-color: #3a905f;
	border-color: #3a905f;
	color: #fff;
}
.bl_pagenavi_archive .page-numbers.prev, .bl_pagenavi_archive .page-numbers.next {
	position: relative;
	border-bottom: 1px solid #e7ece9;
	color: #124729;
	line-height: 1;
	font-family: var(--fontEn);
}
.bl_pagenavi_archive .page-numbers.prev::after, .bl_pagenavi_archive .page-numbers.next::after {
	content: "";
    display: block;
    position: absolute;
    background: url(../img/shared/icon_pagenavi.svg) no-repeat center;
    background-color: #fff;
}
.bl_pagenavi_archive .page-numbers.prev::after {
	left: 0;
	transform: scale(-1, 1) translateY(-50%);
}
.bl_pagenavi_archive .page-numbers.next::after {
	right: 0;
	transform: translateY(-50%);
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.bl_pagenavi_archive .page-numbers:not(.prev, .next) {
		width: 40px;
		height: 40px;
		margin: 0 7.5px;
		font-size: var(--r18);
	}
	.bl_pagenavi_archive .page-numbers.prev,
	.bl_pagenavi_archive .page-numbers.next {
		padding: 0 30px 10px;
		font-size: calc(2.4rem / 1.6);
	}
	.bl_pagenavi_archive .page-numbers.prev {
		margin-right: 12px;
	}
	.bl_pagenavi_archive .page-numbers.next {
		margin-left: 12px;
	}
	.bl_pagenavi_archive .page-numbers.prev::after, .bl_pagenavi_archive .page-numbers.next::after {
        bottom: -9.5px;
        width: 7px;
        height: 9px;
        background-size: 6px 9px;
	}
	/* hover */
	.bl_pagenavi_archive a.page-numbers:not(.prev, .next):hover {
		background-color: #3a905f;
		border-color: #3a905f;
		color: #fff;
	}
	.bl_pagenavi_archive .page-numbers.prev:hover, .bl_pagenavi_archive .page-numbers.next:hover {
		border-color: #88a394;
	}
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.bl_pagenavi_archive .page-numbers:not(.prev, .next) {
		width: 25px;
		height: 25px;
		margin: 0 5px;
		font-size: calc(1.15rem / 1.6);
	}
	.bl_pagenavi_archive .page-numbers.prev,
	.bl_pagenavi_archive .page-numbers.next {
		padding: 0 15px 6px;
		font-size: calc(1.5rem / 1.6);
	}
	.bl_pagenavi_archive .page-numbers.prev {
		margin-right: 8px;
		padding-left: 18px;
	}
	.bl_pagenavi_archive .page-numbers.next {
		margin-left: 8px;
		padding-right: 18px;
	}
	.bl_pagenavi_archive .page-numbers.prev::after, .bl_pagenavi_archive .page-numbers.next::after {
        bottom: -6.5px;
        width: 4px;
        height: 6px;
        background-size: 4px 6px;
	}
}
/*--------------------------------------------------
  = bl_pagenavi_single
--------------------------------------------------*/
.bl_pagenavi_single {
    border-top: 1px solid #e7ece9;
}
.bl_pagenavi_list {
	position: relative;
	width: 100%;
}
.bl_pagenavi_single_prev,
.bl_pagenavi_single_return,
.bl_pagenavi_single_next {
	position: absolute;
	top: 0;
}
.bl_pagenavi_single_prev {
	left: 0;
}
.bl_pagenavi_single_next {
	right: 0;
}
.bl_pagenavi_single_prev a,
.bl_pagenavi_single_return a,
.bl_pagenavi_single_next a {
	position: relative;
	display: block;
	color: #124729;
	line-height: 1;
	border-bottom: 1px solid #e7ece9;
	font-family: var(--fontEn);
}
.bl_pagenavi_single_prev a::before,
.bl_pagenavi_single_next a::before {
	content: "";
    display: block;
    position: absolute;
    background: url(../img/shared/icon_pagenavi.svg) no-repeat center;
    background-color: #fff;
}
.bl_pagenavi_single_prev a::before {
	left: 0;
	transform: scale(-1,1);
}
.bl_pagenavi_single_next a::before {
	right: 0;
}
.bl_pagenavi_single_return {
	left: 50%;
	transform: translateX(-50%);
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.bl_pagenavi_single {
		padding-top: 48px;
	}
	.bl_pagenavi_list {
		min-height: 30px;
	}
	.bl_pagenavi_single_prev,
	.bl_pagenavi_single_return,
	.bl_pagenavi_single_next {
		font-size: calc(2.4rem / 1.6);
	}
	.bl_pagenavi_single_prev a,
	.bl_pagenavi_single_next a,
	.bl_pagenavi_single_return a {
		padding: 0 30px 12px;
	}
	.bl_pagenavi_single_prev a::before,
	.bl_pagenavi_single_next a::before {
		bottom: -5px;
		width: 7px;
		height: 9px;
		background-size: 6px 9px;
	}
	.bl_pagenavi_single_prev {
		margin-left: 20px;
	}
	.bl_pagenavi_single_next {
		margin-right: 20px;
	}
	/* hover */
	.bl_pagenavi_single a:hover {
		text-decoration: underline;
	}
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.bl_pagenavi_single {
		padding-top: 25px;
	}
	.bl_pagenavi_list {
		min-height: 1.5rem;
		font-size: 1.47rem;
	}
	.bl_pagenavi_single_prev,
	.bl_pagenavi_single_return,
	.bl_pagenavi_single_next {
		font-size: var(--r15);
	}
	.bl_pagenavi_single_prev a,
	.bl_pagenavi_single_next a,
	.bl_pagenavi_single_return a {
		padding: 0 19px 7px;
	}
	.bl_pagenavi_single_prev a::before,
	.bl_pagenavi_single_next a::before {
        bottom: -3.5px;
		width: 4px;
		height: 6px;
		background-size: 4px 6px;
	}
}
/*--------------------------------------------------
  = bl_404
--------------------------------------------------*/
.bl_404 {
	font-family: var(--fontGothic);
	text-align: center;
}
.bl_404_ttl {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #124729;
	line-height: 1;
	font-weight: 400;
	font-style: italic;
	font-family: var(--fontEn);
}
.bl_404_ttl::before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	height: 1px;
	background: #124729;
	transform: translateX(-50%);
}
.bl_404_btn a {
    position: relative;
    display: block;
    color: #fff;
    background: #3a905f;
    text-align: center;
    transition: .2s ease-in-out;
}
.bl_404_btn a::before,
.bl_404_btn a::after {
	content: "";
    display: block;
    position: absolute;
}
.bl_404_btn a::before {
    left: 50%;
    height: 1px;
    background: #c4ddcf;
    transform: translateX(-50%);
}
.bl_404_btn a::after {
	top: 50%;
	background: url(../img/shared/icon_arrow02.svg) no-repeat 50% / 100% auto;
    filter: invert(99%) sepia(99%) saturate(2%) hue-rotate(181deg) brightness(114%) contrast(100%);    transform: translateY(-50%);
    z-index: 1;
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.bl_404 {
		padding-top: 80px;
	}
	.bl_404_ttl {
		margin-bottom: 30px;
		font-size: calc(7rem / 1.6);
	}
	.bl_404_ttl::before {
		bottom: 11.8px;
		width: 500px;
	}
	.bl_404_txt {
		font-size: var(--r16);
		line-height: 1.875;
	} 
	.bl_404_btn {
		width: 340px;
		margin: 50px auto 0;
	}
	.bl_404_btn a {
		padding: 20px 50px 20px 40px;
		line-height: 1.5;
		font-size: calc(2rem / 1.6);
	}
	.bl_404_btn a::before {
		bottom: -3px;
		width: calc(100% - 20px);
	}
	.bl_404_btn a::after {
		right: 20px;
		width: 20px;
		height: 20px;
	}
	/* hover */
	.bl_404_btn a:hover {
        background: #2e7a4f;
    }
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.bl_404 {
		padding-top: 30px;
	}
	.bl_404_ttl {
		margin-bottom: 25px;
		font-size: calc(4.5rem / 1.6);
	}
	.bl_404_ttl::before {
		bottom: 7.8px;
		width: 320px;
		max-width: 100%;
	}
	.bl_404_txt {
		font-size: var(--r13);
		line-height: 1.923;
	} 
	.bl_404_btn {
		width: 100%;
		max-width: 340px;
		margin: 30px auto 0;
	}
	.bl_404_btn a {
		padding: 13px 50px 13px 40px;
		line-height: 1.5;
		font-size: var(--r16);
	}
	.bl_404_btn a::before {
		bottom: -3px;
		width: calc(100% - 20px);
	}
	.bl_404_btn a::after {
		right: 14px;
		width: 19px;
		height: 19px;
	}
}
/*--------------------------------------------------
  = bl_ptaCont
--------------------------------------------------*/
.bl_ptaCont {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.bl_ptaCont_imgWpr {
	float: right;
}
.bl_ptaCont_imgWpr figcaption {
	color: #707070;
    text-align: left;
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.bl_ptaCont {
		margin-bottom: 60px;
	}
	.bl_ptaCont_header {
		margin-bottom: 40px;
	}
	.bl_ptaCont_imgWpr {
		width: 360px;
		margin: 0 0 15px 30px;
	}
	.bl_ptaCont_imgWpr figcaption {
	    margin-top: .8em;
        line-height: 1.5;
        font-size: var(--r15);
	}
	.bl_ptaCont_txt {
		line-height: 1.875;
        font-size: var(--r16);
	}
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.bl_ptaCont {
		margin-bottom: 40px;
	}
	.bl_ptaCont_header {
		margin-bottom: 20px;
	}
	.bl_ptaCont_imgWpr {
		width: 45%;
        margin: 0 0 5px 20px;
	}
	.bl_ptaCont_imgWpr figcaption {
        margin-top: .8em;
        line-height: 1.6;
        font-size: var(--r11);
	}
	.bl_ptaCont_txt {
		line-height: 1.875;
		font-size: var(--r13);
	}
}
/*--------------------------------------------------
  = bl_catList
--------------------------------------------------*/
.bl_catList {
	position: relative;
	padding: 5px;
	background: #f9f8f2;
}
.bl_catList::before,
.bl_catList::after {
	content: "";
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	background: #508366;
}
.bl_catList::before {
	top: 0;
	left: 0;
	clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
}
.bl_catList::after {
	right: 0;
	bottom: 0;
	clip-path: polygon(0% 100%, 100% 100%, 100% 0%);
}
.bl_catList > ul {
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #dde5dc;
}
.bl_catList > ul > li > a {
	position: relative;
	display: block;
	color: #3a905f;
}
.bl_catList > ul > li > a::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	border-radius: 50%;
	background: linear-gradient(-45deg, #508366 0%, #508366 50%, #83b89a 50%, #83b89a 100%);
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.bl_catList {
		margin-bottom: 50px;
	}
	.bl_catList > ul {
		padding: 26px 24px;
	}
	.bl_catList > ul > li {
		width: calc(100% / 3 - 10px);
	}
	.bl_catList > ul > li:not(:nth-child(3n)) {
		margin-right: 15px;
	}
	.bl_catList > ul > li:nth-child(n+4) {
		margin-top: 20px;
	}
	.bl_catList > ul > li > a {
		padding-left: 22px;
		font-size: var(--r16);
	}
	.bl_catList > ul > li > a::before {
		top: 5.5px;
		width: 12px;
		height: 12px;
	}
	/* hover */
	.bl_catList > ul > li > a:hover {
		text-decoration: underline;
	}
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.bl_catList {
		margin-bottom: 40px;
	}
	.bl_catList > ul {
		justify-content: space-between;
		padding: 18px 20px;
	}
	.bl_catList > ul > li {
		width: calc(100% / 2 - 10px);
	}
	.bl_catList > ul > li:nth-child(n+3) {
		margin-top: 15px;
	}
	.bl_catList > ul > li > a {
		padding-left: 17px;
		font-size: var(--r13);
	}
	.bl_catList > ul > li > a::before {
        top: 4px;
		width: 10px;
		height: 10px;
	}
}
/*--------------------------------------------------
  = bl_briefingUnits
--------------------------------------------------*/
.bl_briefing {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.bl_briefing_header {
	position: relative;
	background: #f9f8f2;
	cursor: pointer;
}
.bl_briefing.__green .bl_briefing_header {
	background: #e3f8ec;
}
.bl_briefing_header::before,
.bl_briefing_header::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.bl_briefing_header::before {
	width: 100%;
	background: linear-gradient(180deg, #dde5dc 0, #dde5dc 1px, transparent 1px, transparent 3px, #f1f2eb 3px, #f1f2eb 100%);
}
.bl_briefing_header::after {
	background: #508366;
}
.bl_briefing.__green .bl_briefing_header::before {
	background: linear-gradient(180deg, #dde5dc 0, #dde5dc 1px, transparent 1px, transparent 3px, #e1f2e7 3px, #e1f2e7 100%);
}
.bl_briefing_ttl {
	position: relative;
	display: flex;
    align-items: flex-start;
	color: #0d0d0d;
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
}
.bl_briefing_ttl::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	background-color: #508366;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	transform: translateY(-50%);
	transition: .3s ease-in-out;
}
.bl_briefing_header.is-open .bl_briefing_ttl::after {
	transform: rotate(180deg) translateY(50%);
}
.bl_briefing_state {
	background: #ef7986;
	border-radius: 3em;
	color: #fff;
	line-height: 1;
	text-align: center;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.bl_briefing_state.__end {
	background: #8c8c8c;
}
.bl_briefing_cont {
	display: none;
}
.bl_briefing_btn {
    position: relative;
    display: block;
    background: #3a905f;
    color: #fff;
    font-weight: 600;
    text-align: center;
    transition: .2s ease-in-out;
	box-sizing: border-box;
}
.bl_briefing_btn::before,
.bl_briefing_btn::after {
	content: "";
    display: block;
    position: absolute;
}
.bl_briefing_btn::before {
	left: 50%;
    height: 1px;
    background: #c4ddcf;
    transform: translateX(-50%);
}
.bl_briefing_btn::after {
	top: 50%;
    background: url(../img/shared/qu-parts-button.svg) no-repeat center / 100%;
    transform: translateY(-50%);
    z-index: 1;
}
.bl_briefing_closeBtn {
    line-height: 1;
	text-align: center;
}
.bl_briefing_closeBtn span {
	position: relative;
	cursor: pointer;
}
.bl_briefing_closeBtn span::before {
	content: "×";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	font: inherit;
	transform: translateY(-50%);
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.bl_briefingUnits + .el_lv3Heading {
		margin: 70px 0 50px;
	}
	.bl_briefing + .bl_briefing {
		margin-top: 40px;
	}
	.bl_briefing_header::before {
		height: 4px;
	}
	.bl_briefing_header::after {
		width: 10px;
		height: 10px;
	}
	.bl_briefing_ttl {
		padding: 11px 60px 11px 25px;
		line-height: 1.6;
		font-size: calc(2.4rem / 1.6);
	}
	.bl_briefing_ttl::after {
		right: 25px;
		width: 16px;
		height: 13px;
	}
	.bl_briefing_state {
		margin: 7px 17px 0 0;
		padding: 5px 11px;
		font-size: var(--r14);
	}
	.bl_briefing_cont {
		margin-top: 30px;
	}
	.bl_briefing_btn {
		width: 530px;
        margin: 0 auto;
		padding: 20px 50px 20px 40px;
        line-height: 1.5;
        font-size: calc(2rem / 1.6);
	}
	.bl_briefing_btn::before {
	    bottom: -3px;
        width: calc(100% - 20px);
	}
	.bl_briefing_btn::after {
	    right: 20px;
        width: 20px;
        height: 20px;
	}
	.bl_briefing_closeBtn {
		margin-top: 40px;
		padding-bottom: 20px;
		font-size: var(--r18);
	}
	.bl_briefing_closeBtn span {
		margin-right: 5px;
		padding-left: 23px;
	}
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.bl_briefingUnits + .el_lv3Heading {
        margin: 40px 0 25px;
	}
	.bl_briefing + .bl_briefing {
        margin-top: 20px;
	}
	.bl_briefing_header::before {
		height: 4px;
	}
	.bl_briefing_header::after {
		width: 10px;
		height: 10px;
	}
	.bl_briefing_ttl {
		padding: 8px 40px 8px 17px;
		line-height: 1.5;
        font-size: var(--r15);
	}
	.bl_briefing_ttl::after {
        right: 13px;
        width: 12px;
        height: 9px;
	}
	.bl_briefing_state {
        margin: 3px 10px 0 -2px;
        padding: 4px;
        min-width: 50px;
        font-size: var(--r10);
		box-sizing: border-box;
	}
	.bl_briefing_cont {
		margin-top: 20px;
	}
	.bl_briefing_btn {
		width: 100%;
		max-width: 240px;
        margin: 0 auto;
        padding: 13px 50px 13px 40px;
        line-height: 1.5;
        font-size: var(--r16);
	}
	.bl_briefing_btn::before {
        bottom: -3px;
        width: calc(100% - 10px);
	}
	.bl_briefing_btn::after {
        right: 16px;
        width: 19px;
        height: 19px;
	}
	.bl_briefing_closeBtn {
        margin-top: 30px;
        padding-bottom: 10px;
        font-size: var(--r12);
	}
	.bl_briefing_closeBtn span {
        margin-right: 8px;
        padding-left: 16px;
	}
}
/*--------------------------------------------------
  = bl_briefing_dl
--------------------------------------------------*/
.bl_briefing_dlUnits {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.bl_briefing_dl {
	display: flex;
	align-items: flex-start;
    background-image: linear-gradient(to right, #d9d9d9, #d9d9d9 2px, transparent 2px);
    background-size: 4px 1px;
    background-repeat: repeat-x;
	background-position: left bottom;
}
.bl_briefing_dl dt {
	position: relative;
	color: #124729;
	box-sizing: border-box;
}
.bl_briefing_dl dt::before {
	content: "";
	display: block;
	position: absolute;
	background: no-repeat center/100%;
}
.bl_briefing_dl.__column dd {
	width: 100%;
}
.bl_briefing_dl.__time dt::before {
	background-image: url(../img/shared/icon_time.svg);
}
.bl_briefing_dl.__place dt::before {
	background-image: url(../img/shared/icon_place.svg);
}
.bl_briefing_dl.__capacity dt::before {
	background-image: url(../img/shared/icon_capacity.svg);
}
.bl_briefing_dl.__reception dt::before {
	background-image: url(../img/shared/icon_reception.svg);
}
.bl_briefing_dl.__explanation dt::before {
	background-image: url(../img/shared/icon_explanation.svg);
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.bl_briefing_dlUnits {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 60px;
	}
	.bl_briefing_dl {
		width: calc(100% / 2 - 20px);
		padding-bottom: 15px;
		font-size: var(--r18);
	}
	.bl_briefing_dl:nth-child(n+3) {
		margin-top: 30px;
	}
	.bl_briefing_dl dt {
		min-width: 153px;
		margin-right: 13px;
		padding-left: 43px;
	}
	.bl_briefing_dl.__time dt::before {
		top: 3.5px;
		left: 10px;
		width: 20px;
		height: 20px;
	}
	.bl_briefing_dl.__place dt::before {
		top: 2.5px;
		left: 11px;
		width: 14px;
		height: 21px;
	}
	.bl_briefing_dl.__capacity dt::before {
		top: 3.5px;
		left: 10px;
		width: 20px;
		height: 20px;
	}
	.bl_briefing_dl.__reception dt::before {
		top: 3px;
		left: 9px;
		width: 20px;
		height: 21px;
	}
	.bl_briefing_dl.__explanation dt::before {
		top: 4px;
		left: 12px;
		width: 15px;
		height: 20px;
	}
	.bl_briefing_dl.__explanation dd {
		line-height: 1.875;
		font-size: var(--r16);
	}
	.bl_briefing_dl.__column {
		flex-direction: column;
		width: 100%;
	}
	.bl_briefing_dl.__column dt {
		width: 100%;
		min-width: unset;
		margin: 0 0 20px;
	}
	.bl_briefing_dl.__column dd {
		padding: 0 11px;
	}
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.bl_briefing_dlUnits {
		margin-bottom: 30px;
	}
	.bl_briefing_dl {
		padding-bottom: 10px;
		font-size: var(--r13);
	}
	.bl_briefing_dl + .bl_briefing_dl {
		margin-top: 15px;
	}
	.bl_briefing_dl dt {
        min-width: 110px;
        margin-right: 10px;
		padding-left: 30px;
	}
	.bl_briefing_dl.__time dt::before {
        top: 2px;
        left: 7.5px;
		width: 15px;
		height: 15px;
	}
	.bl_briefing_dl.__place dt::before {
        top: 1px;
        left: 10.5px;
        width: 9px;
        height: 16px;
	}
	.bl_briefing_dl.__capacity dt::before {
        top: 2px;
        left: 8px;
		width: 15px;
		height: 15px;
	}
	.bl_briefing_dl.__reception dt::before {
        top: 1.5px;
        left: 7.5px;
		width: 15px;
		height: 16px;
	}
	.bl_briefing_dl.__explanation dt::before {
        top: 3px;
        left: 10.5px;
		width: 10px;
		height: 14px;
	}
	.bl_briefing_dl.__explanation dd {
		line-height: 1.923;
		font-size: var(--r13);
	}
	.bl_briefing_dl.__column {
		flex-direction: column;
	}
	.bl_briefing_dl.__column dt {
		width: 100%;
		min-width: unset;
		margin: 0 0 10px;
	}
	.bl_briefing_dl.__column dd {
		padding: 0 9px;
	}
}
/*--------------------------------------------------
  = bl_exploration
--------------------------------------------------*/
.bl_exploration {
	position: relative;
	background-color: #dde5dc;
	font-family: var(--fontMincho);
	z-index: 1;
}
.bl_exploration::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: no-repeat top center/100%;
	z-index: -1;
}
.bl_exploration_inner {
	background-color: rgba(255, 255, 255, 0.6);
}
.bl_exploration_card {
	position: relative;
	background: #f8faf8;
	outline: 1px solid #dde5dc;
}
.bl_exploration_card::before,
.bl_exploration_card::after {
	content: "";
	display: block;
	position: absolute;
	background: #508366;
}
.bl_exploration_card::before {
	top: 0;
	left: 0;
	clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
}
.bl_exploration_card::after {
	right: 0;
	bottom: 0;
	clip-path: polygon(0% 100%, 100% 100%, 100% 0%);
}
.bl_exploration_card_header {
	display: flex;
    align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #478160 0%, #478160 50%, #2c6645 50%, #2c6645 100%);
	color: #fff;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	box-sizing: border-box;
}
.bl_exploration_card_list li {
	position: relative;
	line-height: 1.5;
}
.bl_exploration_card_list li::before {
    content: "";
    display: block;
    position: absolute;
	background: linear-gradient(-45deg, #508366 0%, #508366 50%, #83b89a 50%, #83b89a 100%);
    border-radius: 50%;
    left: 0;
}
.bl_exploration_card_list li span {
	position: relative;
	display: inline-block;
	color: #478160;
}
.bl_exploration_card_list li span::before {
	content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid rgba(18, 70, 41, .2);
}
.bl_exploration_frame {
	position: relative;
}
.bl_exploration_frame::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	background: #2c6645;
	transform: translateX(-50%);
	clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.bl_exploration_frame_text {
	position: relative;
	color: #124729;
	text-align: center;
	z-index: 1;
}
.bl_exploration_frame_text span {
	position: relative;
	display: inline;
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.bl_exploration {
		padding-top: 445px;
		padding-bottom: 105px;
	}
	.bl_exploration::before {
		background-image: url(../img/page/bg_integrated_pc.jpg);
	}
	.bl_exploration_inner {
		max-width: 1100px;
		margin: 0 auto;
		padding: 50px 70px;
	}
	.bl_exploration_header .el_mainHeading .en::after {
		bottom: calc(3.6rem / 1.6);
	}
	.bl_exploration_card {
		display: flex;
		align-items: center;
		outline-offset: -5px;
		padding: 30px;
	}
	.bl_exploration_card::before,
	.bl_exploration_card::after {
		width: 20px;
		height: 20px;
	}
	.bl_exploration_card_body {
		flex: 1;
	}
	.bl_exploration_card_header {
		width: 130px;
		height: 130px;
		margin-right: 35px;
		padding: 10px;
		line-height: 1.25;
		font-size: calc(3.2rem / 1.6);
	}
	.bl_exploration_card_list li {
		padding-left: 22px;
		font-size: calc(2rem / 1.6);
	}
	.bl_exploration_card_list li::before {
		top: 8px;
		width: 12px;
		height: 12px;
	}
	.bl_exploration_card_list li + li {
		margin-top: 7px;
	}
	.bl_exploration_card_list li span {
		padding: 0 8px;
		margin-left: 15px;
	}
	.bl_exploration_card_list li span::before {
		bottom: 8px;
	}
	.bl_exploration_frame {
		margin-bottom: 40px;
		padding-bottom: 112px;
	}
	.bl_exploration_frame::before {
		width: 240px;
		height: 72px;
	}
	.bl_exploration_frame_text {
		margin-top: 40px;
		line-height: 1.3;
		font-size: calc(3.6rem / 1.6);
	}
	.bl_exploration_frame_text span {
		padding: 0 8px;
		background: linear-gradient(transparent 70%, #fff45c 0%);
	}
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.bl_exploration {
		padding-top: 130px;
		padding-bottom: 18px;
	}
	.bl_exploration::before {
		background-image: url(../img/page/bg_integrated_sp.jpg);
	}
	.bl_exploration_inner {
		margin: 0 18px;
		padding: 50px 20px 35px;
	}
	.bl_exploration_header .el_mainHeading .en::after {
		bottom: calc(2.6rem / 1.6);
	}
	.bl_exploration_card {
		outline-offset: -3px;
		padding: 30px 16px 25px;
	}
	.bl_exploration_card::before,
	.bl_exploration_card::after {
		width: 12px;
		height: 12px;
	}
	.bl_exploration_card_header {
		width: 110px;
		height: 110px;
		margin: 0 auto 25px;
		padding: 10px;
		line-height: 1.255;
		font-size: calc(2.7rem / 1.6);
	}
	.bl_exploration_card_list li {
		padding-left: 16px;
		font-size: var(--r13);
	}
	.bl_exploration_card_list li::before {
		top: 4px;
		width: 10px;
		height: 10px;
	}
	.bl_exploration_card_list li + li {
		margin-top: 7px;
	}
	.bl_exploration_card_list li span {
		padding: 0 3px;
	}
	.bl_exploration_card_list li span::before {
		bottom: 5px;
	}
	.bl_exploration_frame {
		margin-bottom: 20px;
		padding-bottom: 65px;
	}
	.bl_exploration_frame::before {
		width: 120px;
		height: 36px;
	}
	.bl_exploration_frame_text {
		margin-top: 25px;
		line-height: 1.304;
		font-size: calc(2.3rem / 1.6);
	}
	.bl_exploration_frame_text span {
		padding: 0 8px;
		background: linear-gradient(transparent 60%, #fff45c 0%);
	}
}
/*--------------------------------------------------
  = bl_messenger
--------------------------------------------------*/
.bl_messenger {
	position: relative;
	z-index: 2;
	color: #124729;
	text-align: center;
}
.bl_messenger_main {
	margin-bottom: 20px;
}
.bl_messenger img {
	width: 75px;
	vertical-align: middle;
}
.bl_messenger .en {
	display: inline-block;
	margin: 16px 0 0 3px;
	font-family: var(--fontEn);
	font-size: calc(3.043rem / 1.6);
	font-style: italic;
	letter-spacing: .12em;
	text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
	vertical-align: middle;
}
.bl_messenger .jp {
	display: block;
	margin-top: 10px;
	font-size: var(--r13);
	letter-spacing: .24em;
	text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}
.bl_messenger_text {
	position: relative;
	display: inline;
	background: linear-gradient(transparent 60%, #dcedda 0%);
	color: #124729;
	text-align: center;
	font-family: var(--fontMincho);
	z-index: 1;
	padding: 0 5px;
  	line-height: 1.765;
	font-size: calc(1.7rem / 1.6);
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.bl_messenger_main {
		margin-bottom: 25px;
	}
	.bl_messenger img {
		width: 120px;
	}
	.bl_messenger .en {
		margin: 30px 0 0 15px;
		font-size: calc(5.6rem / 1.6);
	}
	.bl_messenger .jp {
		margin-top: 20px;
		font-size: calc(2.4rem / 1.6);
	}
	.bl_messenger_text {
		padding: 0 15px;
		background: linear-gradient(transparent 65%, #dcedda 0%);
        line-height: 1.5;
        font-size: calc(2.4rem / 1.6);
	}
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {

}
/*--------------------------------------------------
  = bl_exploration_news
--------------------------------------------------*/
.bl_exploration_news {
	position: relative;
}
.bl_exploration_news::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
    width: 100%;
	height: 115px;
	background: #eef2ed;
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.bl_exploration_news {
		max-width: 1100px;
		margin: 0 auto 105px;
		padding: 60px 20px 0;
	}
	.bl_exploration_news::before {
		left: 100px;
		width: 100vw;
		height: 300px;
	}
	.bl_exploration_news .bl_newsPostUnits {
		margin-bottom: 50px;
	}
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.bl_exploration_news {
		margin-bottom: 60px;
		padding: 20px 0 0;
	}
	.bl_exploration_news .el_mainHeading {
		margin-bottom: 15px;
	}
	.bl_exploration_news_body {
		padding: 0 18px;
	}
	.bl_exploration_news .bl_newsPostUnits {
		margin-bottom: 40px;
	}
}