/*---------- page title ----------*/
.sec-page-ttl {
	width: 100%;
	height: 250px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url("../../img/common/bg_page_ttl.jpg") center center no-repeat;
	background-size: cover;
}
.page-ttl {
	color: var(--color-dark-green);
	font-size: 4.0rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.06em;
}

@media (max-width: 768px) {
	.sec-page-ttl {
		width: 100%;
		height: 40vw;
	}
	.page-ttl {
		font-size: 6.2vw;
	}
}


/*---------- page title ----------*/
.sec-btn-area {
	margin: 50px auto 0;
	justify-content: center;
	gap: 50px;
	position: relative;
}

@media (max-width: 768px) {
	.sec-btn-area {
		margin: 12vw auto 0;
		justify-content: center;
		gap: 5vw;
		position: relative;
	}
}



/*---------- アンカーリンク ----------*/
.sec-anchor-link-area {
	width: 100%;
	padding: 50px 0;
	position: relative;
}

.anchor-link-wrap {
	justify-content: center;
	align-items: center;
}
.anchor-link-wrap.is-column-3 { gap: 20px;}
.anchor-link-wrap.is-column-4 { gap: 20px;}
.anchor-link-wrap.is-column-5 { gap: 13px;}

a.btn-anchor-link {
	width: auto;
	min-width: 230px;
	display: block;
	padding: 10px 10px 14px;
	background: var(--color-light-green);
	border: 2px solid var(--color-dark-green);
	border-radius: 10px;
	color: var(--color-dark-green);
	text-align: center;
	position: relative;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.2;
}
a.btn-anchor-link::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-top: 16px solid var(--color-dark-green);
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	position: absolute;
	bottom: -8px;
	left: calc(50% - 12px);
}

@media (max-width: 768px) {
	.sec-anchor-link-area {
		width: 100%;
		padding: 8vw 0;
		position: relative;
	}

	.anchor-link-wrap {
		justify-content: center;
		align-items: center;
	}
	.anchor-link-wrap.is-column-3, 
	.anchor-link-wrap.is-column-4, 
	.anchor-link-wrap.is-column-5 { gap: 4vw 3vw;}
	a.btn-anchor-link {
		width: calc((100% - 4vw) / 2);
		min-width: initial;
		display: block;
		padding: 2vw 2vw 3vw;
		border-radius: 2vw;
		font-size: 3.2vw;
	}
	a.btn-anchor-link::after {
		content: '';
		display: block;
		width: 0;
		height: 0;
		border-top: 3vw solid var(--color-dark-green);
		border-right: 2.2vw solid transparent;
		border-left: 2.2vw solid transparent;
		position: absolute;
		bottom: -2vw;
		left: calc(50% - 2.2vw);
	}
}



/*---------- 他ページへのリンク ----------*/
.other-cont {
	width: 100%;
	margin-top: 90px;
	padding: 60px 30px 50px;
	background: var(--color-dark-green);
	border-radius: 20px;
	position: relative;
}
.other-cont-txt {
	margin-bottom: 50px;
	color: var(--color-white);
	text-align: center;
    font-size: 2.6rem;
	font-weight: 700;
}
.other-cont-txt .fs-l {
    font-size: 3.2rem;
}

.other-cont-btn-area {
	justify-content: center;
	gap: 50px;
}


@media (max-width: 768px) {
	.other-cont {
		width: 100%;
		margin-top: 12vw;
		padding: 8vw 5vw 8vw;
		border-radius: 4vw;
	}
	.other-cont-txt {
		margin-bottom: 6vw;
		font-size: 3.8vw;
	}
	.other-cont-txt .fs-l {
		font-size: 4.8vw;
	}

	.other-cont-btn-area {
		justify-content: center;
		gap: 6vw;
	}
}




/*---------- テキストページ ----------*/
.sec-page {
	width: 100%;
	padding: 80px 0 0;
	position: relative;
}
.page-txt-wrap {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto 100px;
}

.page-txt-wrap h2 {
	width: 100%;
	margin: 30px auto 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--color-line-gray);
	color: var(--color-dark-green);
    font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0;
}
.page-txt-wrap h2.ttl-box-inn {
	width: 100%;
	margin: 0 auto 10px;
	padding-bottom: 0;
	border-bottom: none;
}
.page-txt-wrap p {
    font-size: 1.4rem;
	line-height: 1.85;
}
.page-txt-wrap p + p {
	margin-top: 30px;
}

.page-txt-wrap .list-num {
	margin-top: 30px;
}
.page-txt-wrap .list-num li {
	margin-bottom: 30px;
	text-indent: -3.2em;
	padding-left: 3.2em;
	display: block;
    font-size: 1.4rem;
	line-height: 1.85;
}
.page-txt-wrap .list-num li:last-child {
	margin-bottom: 0;
}
.page-txt-wrap .list-num-ttl {
	display: block;
	margin-bottom: 5px;
}
.page-txt-wrap .list-num-normal {
	margin: 30px auto;
}
.page-txt-wrap .list-num-normal li {
	margin-bottom: 5px;
	text-indent: -1.2em;
	padding-left: 1.2em;
	display: block;
    font-size: 1.4rem;
	line-height: 1.85;
}

.box-line {
	width: 100%;
	margin-top: 30px;
	padding: 20px;
	border: 1px solid var(--color-line-gray);
	border-radius: 20px;
}

.page-contact-wrap {
	width: auto;
	display: inline-block;
	margin-top: 30px;
	padding: 20px;
	border: 1px solid var(--color-line-gray);
	border-radius: 20px;
}
.page-contact-ttl {
    font-size: 1.4rem;
	font-weight: 700;
	margin-bottom: 10px;
}
.page-contact {
	width: auto;
	display: grid;
	grid-template-columns: repeat(2, auto);
}
.page-contact-th {
	padding-right: 2em;
	display: inline-block;
    font-size: 1.4rem;
}
.page-contact-td {
    font-size: 1.4rem;
}

@media (max-width: 768px) {
	.sec-page {
		width: 100%;
		padding: 16vw 0 0;
		position: relative;
	}
	.page-txt-wrap {
		width: 100%;
		max-width: initial;
		margin: 0 auto 20vw;
	}

	.page-txt-wrap h2 {
		width: 100%;
		margin: 5vw auto 2vw;
		padding-bottom: 2vw;
		font-size: 4.0vw;
	}
	.page-txt-wrap h2.ttl-box-inn {
		width: 100%;
		margin: 0 auto 2vw;
		padding-bottom: 0;
	}
	.page-txt-wrap p {
		font-size: 3.2vw;
	}
	.page-txt-wrap p + p {
		margin-top: 5vw;
	}

	.page-txt-wrap .list-num {
		margin-top: 5vw;
	}
	.page-txt-wrap .list-num li {
		margin-bottom: 5vw;
		font-size: 3.2vw;
	}
	.page-txt-wrap .list-num li:last-child {
		margin-bottom: 0;
	}
	.page-txt-wrap .list-num-ttl {
		display: block;
		margin-bottom: 1vw;
	}
	
	.page-txt-wrap .list-num-normal {
		margin: 5vw auto;
	}
	.page-txt-wrap .list-num-normal li {
		margin-bottom: 1vw;
		font-size: 3.2vw;
	}



	.page-contact-wrap {
		width: 100%;
		display: block;
		margin-top: 5vw;
		padding: 4vw;
		border-radius: 4vw;
	}
	.page-contact-ttl {
		font-size: 3.2vw;
		margin-bottom: 2vw;
	}
	.page-contact-th {
		font-size: 3.2vw;
	}
	.page-contact-td {
		font-size: 3.2vw;
	}
}




/* ------------------------------------------------
                     お知らせ
--------------------------------------------------- */
.sec-news {
	width: 100%;
	padding: 80px 0;
	position: relative;
}

/* リスト */
.news-list-wrap {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}
.news-list-wrap li {
	width: 100%;
	margin-bottom: 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid var(--color-light-gray);
	text-align: left;
}
.news-list-wrap li:last-child {
	margin-bottom: 0;
}
.news-list-wrap li a {
	width: 100%;
	display: flex;
	align-items: flex-start;
}
.news-list-date {
	width: 110px;
	color: var(--color-gray);
}
.news-list-tag {
	width: 85px;
	margin-right: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--color-dark-green);
	border-radius: 7px;
	color: var(--color-white);
	text-align: center;
}

.news-list-ttl {
	width: calc(100% - 110px - 110px);
	position: relative;
}

@media (max-width: 768px) {
	.sec-news {
		width: 100%;
		padding: 16vw 0;
		position: relative;
	}


	/* リスト */
	.news-list-wrap {
		width: 100%;
		max-width: initial;
		margin: 0 auto;
	}
	.news-list-wrap li {
		width: 100%;
		margin-bottom: 4vw;
		padding: 0 0 4vw;
	}
	
	.news-list-wrap li a {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
	}
	.news-list-date {
		width: 25vw;
	}
	.news-list-tag {
		width: 20vw;
		margin-right: 0;
		border-radius: 1.5vw;
	}

	.news-list-ttl {
		width: 100%;
		margin-top: 2vw;
	}
}


