@charset "utf-8";

/* ---------------------------------------------
navigation02 ※TOP、下層共通
--------------------------------------------- */
.header-area-upper {
	padding: var(--s1);
	text-align: right;
}

@media screen and (max-width: 767px) {
	.header-area-upper {
		padding: 0.5rem;
		text-align: left;
	}
}

.header-title {
	font-size: 1.2rem;
	display: inline-block;
	position: relative;
}

.header-title::before {
	display: inline-block;
	width: 2.8rem;
	height: 1.8rem;
	margin: 0 0.5rem 0 0;
	background: #000;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.7rem;
	text-align: center;
	content: "PR";
}

.header-title a {
	text-decoration: none;
}

.header-title a:hover {
	text-decoration: underline;
}

.gnavi-btn-close {
	display: none;
}

.toggle-content {
	display: none;
}

.gnavi-ctrl {
	transition: opacity 0.6s, visibility 0.6s;
	opacity: 0;
	visibility: hidden;
}

.gnavi-ctrl.is-show {
	opacity: 1;
	visibility: visible;
}

#low-header .gnavi-ctrl {
	opacity: 1;
	visibility: visible;
}

.gnavi-btn {
	width: var(--s7);
	height: var(--s7);
	background: #182245;
	display: block;
	position: fixed;
	top: 3.2rem;
	right: 0;
	z-index: 200;
	cursor: pointer;
}

.gnavi-btn.is-show {
	opacity: 1;
	visibility: visible;
}

.gnavi-btn span {
	width: var(--s4);
	height: 0.2rem;
	display: inline-block;
	background: #fff;
	position: absolute;
	left: 1.2rem;
	transform: translate(0, -50%);
	transition: transform 0.4s, opacity 0.4s;
}

.gnavi-btn span:nth-of-type(1) {
	top: 1.6rem;
}

.gnavi-btn span:nth-of-type(2) {
	top: 2.8rem;
}

.gnavi-btn span:nth-of-type(3) {
	top: 4rem;
}


.gnavi-btn.is-active span:nth-of-type(1) {
	transform: translateY(1.2rem) rotate(-45deg);
}

.gnavi-btn.is-active span:nth-of-type(2) {
	opacity: 0;
}

.gnavi-btn.is-active span:nth-of-type(3) {
	transform: translateY(-1.2rem) rotate(45deg);
}

.gnavi-btn-close {
	width: 80%;
	margin: 0 auto;
	padding: var(--s2);
	background: #fff;
	display: block;
	text-align: center;
}

.gnavi-btn-close__inner {
	padding: 0 0 0 var(--s3);
	display: inline-block;
	color: #000;
	font-weight: 700;
	position: relative;
}

.gnavi-btn-close__inner::before {
	content: "";
	width: 1em;
	height: 0.2rem;
	background: #24a890;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%) rotate(45deg);
}

.gnavi-btn-close__inner::after {
	content: "";
	width: 1em;
	height: 0.2rem;
	background: #24a890;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%) rotate(135deg);
}

.gnavi-area {
	width: 100%;
	max-width: 37.5rem;
	height: 100vh;
	padding: var(--s3) var(--s1) var(--s10);
	display: block;
	background: #fafdf5;
	overflow-x: hidden;
	overflow-y: auto;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 100;
	transform: translateX(100%);
	transition: transform 0.8s ease, opacity 0.8s ease;
	opacity: 0;
}

.gnavi-title {
	min-height: var(--s7);
	margin: 0 var(--s8);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.4;
}

.gnavi-title img {
	width: 16rem;
}

.gnavi-pc {
	display: none;
}

.gnavi-list {
	border-bottom: 1px solid #d9dad6;
	position: relative;
}

.gnavi-list li {
	padding-left: 0;
}

.gnavi-list__item::before {
	display: none;
}

.gnavi-list__link {
	width: 100%;
	margin: 0 auto;
	padding: var(--s2) var(--s4) var(--s2) var(--s2);
	border-top: 1px solid #d9dad6;
	display: block;
	font-weight: 700;
	line-height: 2;
	text-decoration: none;
	position: relative;
}

.gnavi-list__link::after {
	content: "";
	width: 1.4rem;
	height: 1.4rem;
	background: url("img/arrow01-green.svg") no-repeat center;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: var(--s2);
	transform: translate(0, -50%) rotate(0);
	transition: transform 0.3s;
}

.gnavi-list__link--toggle::after {
	background-image: url("img/arrow01-green-down.svg");
	background-size: contain;
}

.gnavi-list__link--toggle.is-open::after {
	transform: translate(0, -50%) rotate(180deg);
}

.gnavi-list__sub {
	width: 100%;
	background: #fff;
}

.gnavi-list__low .gnavi-list__link {
	padding: var(--s2) var(--s4) var(--s2) var(--s4);
}

.gnavi-list__low .gnavi-list__link::after {
	content: "└";
	background: none;
	transform: translateY(-50%);
	position: absolute;
	top: 40%;
	left: 1rem;
}

.is-gnavi-open .gnavi-area {
	opacity: 1;
	transform: translateX(0);
}


/* ---------------------------------------------
index01(目次)
--------------------------------------------- */
.onb-index02-frame {
	width: 100%;
	counter-reset: count;
	margin-bottom: 3rem;
}

.onb-index02-wrap {
	margin: 0 auto;
	padding: var(--s1) var(--s3) var(--s4) var(--s3);
	background: #f9fcf5;
	position: relative;
}

.onb-index02-title {
	padding: var(--s2) var(--s2) var(--s2) 5.4rem;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.1;
	position: relative;
	border-bottom: 1px solid #6fb76d;
}

.onb-index02-title::before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 4.3rem;
	height: 2.9rem;
	background: url(img/title-bg-02.png) no-repeat left top;
	background-size: contain;
	content: "";
}

.onb-index02-chapter {
	padding: var(--s2) var(--s2) var(--s2) var(--s4);
	font-weight: 700;
	counter-reset: number 0;
}

.onb-index02-chapter-h {
	margin: 0 0 0 var(--s2);
	font-size: 100%;
	line-height: 1.7;
	position: relative;
}

.onb-index02-chapter-h a {
	display: block;
	text-decoration: none;
}

.onb-index02-chapter-h a:hover {
	opacity: .6;
}

.onb-index02-chapter-h-two {
	padding-left: 3rem;
	position: relative;
}

.onb-index02-chapter-h-three {
	padding-left: 4.5rem;
	position: relative;
}

.onb-index02-chapter-h-two::before,
.onb-index02-chapter-h-three::before {
	position: absolute;
	top: 0.1rem;
	left: 2.4rem;
}

.onb-index02-chapter-h-two::before {
	position: absolute;
	left: 0;
	top: 1.3rem;
	transform: translateY(-50%);
	width: auto;
	height: auto;
	background: none;
	border-radius: 0;
	color: #008731;
	font-size: 1.5rem;
	font-weight: 700;
	content: counter(number, decimal-leading-zero);
	counter-increment: number 1;
}

.onb-index02-chapter-h-three::before {
	content: "└";
}


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

	.gnavi-btn {
		top: 0;
	}

	.onb-index02-wrap {
		padding: var(--s1) var(--s2) var(--s3) var(--s2);
	}

	.onb-index02-title {
		padding: var(--s2) var(--s2) var(--s2) 5.4rem;
		font-size: 1.8rem;
	}

	.onb-index02-title::before {
		left: 0;
	}

	.onb-index02-chapter {
		padding: var(--s2) 0 var(--s3) 0;
	}

}


/*----------------------------------------------
	more content settings
*/
.more-content-gradation {
	position: relative;
	height: auto;
	max-height: 12rem;
	overflow: hidden;
	transition: max-height 1s;
}

.more-content-gradation::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	transition: 0.3s;
	background: linear-gradient(to bottom, transparent 0%, #f9fcf5 100%);
}

.more-content-gradation.is-open::after {
	display: none;
}

.onb-index02-btn {
	max-width: 24rem;
	margin: 2rem auto 0 auto;
	padding: 2rem 5rem;
	background: #fff;
	border: 1px solid #8ec24d;
	border-radius: 6rem;
	box-shadow: 5px 5px 0 0 #6fb76d;
	font-weight: 700;
	text-align: center;
	position: relative;
	transition: 0.2s;
	cursor: pointer;
}

.onb-index02-btn::before {
	content: "";
	width: 2rem;
	height: .2rem;
	background: #8ec24d;
	position: absolute;
	top: 50%;
	right: 2rem;
	transform: translate(0, -50%);
}

.onb-index02-btn::after {
	content: "";
	width: .2rem;
	height: 2rem;
	background: #8ec24d;
	position: absolute;
	top: 50%;
	right: 2.9rem;
	transform: translate(0, -50%);
	transition: transform 0.3s;
}

.onb-index02-btn:hover {
	box-shadow: none;
	opacity: 0.7;
	transform: translate(5px, 5px);
}

.onb-index02-btn.is-open::after {
	transform: translate(0, -50%) rotate(270deg);
}


/* ---------------------------------------------
related-article01(関連記事)
--------------------------------------------- */
.related-article01-frame {
	margin: 6rem auto 8rem auto;
	padding: var(--s1) var(--s3) var(--s4) var(--s3);
	background: #fbfbfb;
	position: relative;
}

.related-article01-title {
	padding: var(--s2) var(--s2) var(--s2) 0;
	color: #172244;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.4;
	position: relative;
	border-bottom: 1px solid #ddd;
}

.related-article01-list {
	padding: var(--s2) 0 var(--s2) var(--s2);
	font-weight: 700;
}

.related-article01-list li {
	margin: 0 0 0 var(--s2);
	padding-left: 1.5em;
	font-size: 100%;
	line-height: 1.7;
	position: relative;
}

.related-article01-list li+li {
	margin-top: 10px;
}

.related-article01-list li::before {
	content: "";
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 50%;
	background-color: #64b57a;
	position: absolute;
	top: 0.8rem;
	left: 0;
}

.related-article01-list a {
	display: block;
	text-decoration: none;
}

.related-article01-list a:hover {
	opacity: 0.6;
}

.relations-box.relations-box--column {
	display: flex;
	gap: 10px;
}

.relations-box__pic {
	flex: 0 0 150px;
}

.is-hidden {
	display: none;
}

.related-article01-more {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 50%);
	background-color: transparent;
	width: 100%;
	height: 25%;
	position: absolute;
	bottom: -5rem;
	left: 0;
	padding: 2rem 0;
}


.related-article01-more.is-closed {
	display: none;
}

.related-article01-btn {
	width: 24rem;
	margin: 2rem auto 0 auto;
	padding: 2rem 5rem;
	background: #fff;
	border: 1px solid #8ec24d;
	border-radius: 6rem;
	box-shadow: 5px 5px 0 0 #6fb76d;
	font-weight: 700;
	text-align: center;
	position: relative;
	transition: 0.2s;
	cursor: pointer;
}

.related-article01-btn::before {
	content: "";
	width: 2rem;
	height: .2rem;
	background: #8ec24d;
	position: absolute;
	top: 50%;
	right: 2rem;
	transform: translate(0, -50%);
}

.related-article01-btn::after {
	content: "";
	width: .2rem;
	height: 2rem;
	background: #8ec24d;
	position: absolute;
	top: 50%;
	right: 2.9rem;
	transform: translate(0, -50%);
	transition: transform 0.3s;
}

.related-article01-btn:hover {
	box-shadow: none;
	opacity: 0.7;
	transform: translate(5px, 5px);
}


/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
	.related-article01-list {
		padding: 1rem 0 0.5rem 0;
	}

	.related-article01-list li {
		margin-left: 0;
	}

	.relations-box__pic {
		flex: 0 0 100px;
	}
}

/*------------------------------------------------------------
   以下追加
------------------------------------------------------------*/
.onb-sp-scroll-table table {
	width: 100%;
	border-collapse: collapse;
}

.onb-sp-scroll-table table th,
.onb-sp-scroll-table table td {
	min-width: 15rem;
	padding: var(--s2);
}

.onb-sp-scroll-table-cpt {
	display: none;
}


/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
	.section-title08 {
		padding: var(--s2);
		font-size: 2.8rem;
	}

	.section-title08::after {
		bottom: -1.5rem;
	}
}

.iconbox02-frame {
	padding: var(--s2) var(--s4) var(--s4) var(--s4);
	background-color: #f1f5ff;
	margin-top: 5rem;
	gap: 0;
}

.iconbox02-catch {
	min-height: 3.2rem;
	margin: 0 0 1.5rem 0;
	padding: 1.2rem 0 1.2rem 6rem;
	font-size: 2rem;
	font-weight: 700;
	color: #00889e;
	line-height: 1.4;
	border-bottom: 1px solid #c1e2f1;
	background: url(img/title-bg-08.png) no-repeat left center;
	background-size: 45px auto;
}

.iconbox02-caption {
	text-align-last: left;
}

/*------------------------------------------
    3box column settings
*/
.column-small {
	padding: var(--s2);
	background: #fff;
}

.thb-box-full {
	width: calc(100% + var(--s2));
	margin-left: calc(var(--s2) * -0.5);
}

.img-title-area {
	display: flex;
	background-color: #ebebeb;
	align-items: end;
	margin-bottom: 3rem;
}

.img-title-image {
	width: 36%;
	padding-left: var(--s1);
}

.img-title-image img {
	margin-top: -4rem;
	width: 100%;
}

.img-title {
	width: 64%;
	padding: var(--s2) var(--s2) var(--s2) var(--s1);
	color: #000;
	line-height: 1.4;
	font-size: 1.8rem;
	font-weight: 700;
}

.img-title-sub {
	margin-bottom: .8rem;
	padding: var(--s1);
	background-color: #fff;
	color: var(--site-color03);
	font-size: 1.4rem;
	line-height: 1;
	display: inline-block;
}

.img-title-small {
	font-size: 1.4rem;
}

.m-title01 {
	padding: var(--s1) var(--s1) var(--s2)var(--s1);
	font-size: 2.1rem;
	font-weight: 700;
	color: var(--site-color03);
	text-align: center;
	line-height: 1.4;
}

.thb-iconbox01-bg-colored {
	padding-top: 4rem;
}

.thb-iconbox01-area {
	padding: var(--s2);
	background-color: #ebebeb;
	position: relative;
}

.thb-iconbox01-image {
	width: 7.2rem;
	height: 7.2rem;
	position: absolute;
	top: -1.6rem;
	left: -.8rem;
}

.thb-iconbox01-title {
	padding-left: var(--s6);
	padding-bottom: var(--s2);
	font-size: 2.1rem;
	font-weight: 700;
	color: var(--site-color03);
	text-align: center;
	border-bottom: 1px solid #000;
}

.thb-iconbox01-title span {
	margin-bottom: var(--s1);
	font-size: 1.4rem;
	line-height: 1.4;
	display: block;
}

/*------------------------------------------
    1box column settings
*/
.onb-box-full {
	width: calc(100% + var(--s8));
	margin-left: calc(var(--s4) * -1);
}

/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
	.onb-box-full {
		width: calc(100% + var(--s4));
		margin-left: calc(var(--s2) * -1);
	}
}

.twb-m-title03 {
	padding: var(--s2) var(--s1) var(--s3) var(--s10);
	font-size: 1.8rem;
	font-weight: 700;
	color: var(--site-color03);
	line-height: 1.4;
	border-bottom: 3px solid rgba(var(--site-color05-rgb), .3);
	background: url("/img/dummy.png") no-repeat center left;
	background-size: 6.4rem auto;
	display: flex;
	align-items: center;
}

.onb-casebox02-frame {
	margin-top: 2rem;
	padding: var(--s4);
	background-color: var(--site-color06);
	position: relative;
	border-radius: 2rem;
}

.onb-casebox02-sub {
	padding: var(--s1) var(--s3);
	background-color: var(--site-color03);
	color: #fff;
	font-size: 2.1rem;
	transform: translateX(-50%);
	position: absolute;
	top: -2rem;
	left: 50%;
}

.l-onb-casebox02 {
	display: flex;
	flex-wrap: wrap;
	gap: var(--s3);
}

.l-onb-casebox02__side {
	width: calc((100% - var(--s3))*.3);
}

.l-onb-casebox02__main {
	width: calc((100% - var(--s3))*.7);
}

.onb-casebox02-imgcap {
	margin-top: 1rem;
	text-align: center;
	font-size: 1.2rem;
}

.onb-casebox02-catch {
	font-size: 2.1rem;
	font-weight: 700;
	color: var(--site-color03);
	line-height: 1.4;
}

.onb-casebox02-caption {
	text-align: left;
}

.onb-com-box-area {
	padding: var(--s2);
	border: 2px solid var(--site-color11);
}

.onb-com-box-img {
	width: 11.2rem;
	margin-left: var(--s2);
	margin-bottom: var(--s2);
	float: right;
}

.onb-com-box-img span {
	margin-top: var(--s1);
	display: block;
	font-size: 1.2rem;
	text-align: center;
}

.onb-com-box-catch {
	margin-bottom: var(--s2);
	font-size: 1.6rem;
	font-weight: 700;
	color: var(--site-color03);
	line-height: 1.4;
}

.twb-bg-colored {
	padding-top: 4rem;
}

.twb-listbox-area {
	padding: var(--s5) var(--s2) var(--s2) var(--s2);
	background-color: var(--site-color06);
	position: relative;
}

.twb-listbox-title {
	margin: 2rem;
	text-align: center;
}

.twb-listbox-title span {
	padding: .8rem;
	color: #fff;
	background-color: var(--site-color03);
	display: inline-block;
}

.twb-listbox-subtitle {
	text-align: center;
	font-weight: 700;
}

.twb-listbox-list {
	width: 100%;
}

.twb-listbox-list li {
	padding-left: var(--s4);
	line-height: 1.4;
	background: url('./img/icon-check.svg') no-repeat top left;
	background-size: 2rem 2rem;
}

.twb-listbox-list li span {
	margin-right: var(--s1);
	display: block;
	text-align: center;
}

/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
	.twb-listbox-area {
		padding: var(--s2) var(--s2) var(--s2) var(--s2);
	}

	.twb-listbox-list li {
		font-size: 1.4rem;
	}

	.twb-listbox-list--three li {
		width: calc((100% - var(--s2)) / 2);
	}

	.twb-listbox-title {
		width: 80%;
		margin: -5rem auto 0 auto;
		padding: var(--s2);
		font-size: 1.8rem;
		text-align: center;
	}
}

.arrow {
	text-align: center;
}

.l-onb-flex-table {
	display: flex;
}

.onb-flex-table {
	border-collapse: collapse;
}

.onb-flex-table th,
.onb-flex-table td {
	padding: var(--s2);
	border: 1px solid #d3d3d3;
}

.onb-flex-table th {
	width: 34%;
	background-color: #E9EFF0;
	vertical-align: middle;
	font-weight: normal;
}

.onb-flex-table td {
	background-color: #fff;
}

/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
	.l-onb-flex-table {
		flex-direction: column;
	}

	.onb-flex-table+table {
		margin-top: -1px;
	}
}

.onb-more-btn {
	max-width: 46rem;
	width: 100%;
	margin: var(--s5) auto;
	position: relative;
}

.onb-more-btn span {
	width: 100%;
	margin: var(--s5) auto;
	padding: 2rem 6rem 2rem 3rem;
	border: .2rem solid var(--site-color05);
	border-radius: 4rem;
	background: url('./img/acc-off.svg') no-repeat 95% center #fff;
	display: block;
	text-align: center;
	transform: translate(0, 0);
	transition: transform 0.3s;
	cursor: pointer;
	z-index: 1;
}

.onb-more-btn::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: var(--site-color03);
	border-width: 0 1px 1px 0;
	transform: translate(.8rem, .8rem);
	border-radius: 4rem;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}

.onb-more-btn:hover span {
	transform: translate(.8rem, .8rem);
}

.onb-more-btn.is-open span {
	background: url('./img/acc-on.svg') no-repeat 95% center #fff;
}

.more-content {
	display: none;
}

/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
	.onb-more-btn {
		margin-right: var(--s1);
	}

	.onb-more-btn span {
		transition: inherit;
		transform: none;
	}

	.onb-more-btn:hover span {
		transform: none;
	}
}

.thb-table {
	line-height: 1.4;
	border-collapse: collapse;
	border: 1px solid #D3D3D3;
}

.thb-table th,
.thb-table td {
	padding: var(--s1);
	border: 1px solid #D3D3D3;
}

.thb-table th {
	width: 35%;
	background-color: #E9EFF0;
	text-align: left;
}

/*------------------------------------------
    2box column settings
*/

.twb-box-full {
	width: calc(100% + var(--s8));
	margin-left: calc(var(--s4) * -1);
}

/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
	.twb-box-full {
		width: calc(100% + var(--s4));
		margin-left: calc(var(--s2) * -1);
	}
}

.twb-m-title05 {
	padding-bottom: 1.6rem;
	display: grid;
	align-items: center;
	grid-gap: var(--s2);
	grid-template-columns: 13.6rem 1fr;
	border-bottom: 5px solid rgba(var(--site-color05-rgb), .5);
}

.twb-m-title05__right {
	font-size: 1.8rem;
	font-weight: 700;
	color: var(--site-color03);
	line-height: 1.4;
}

.bg-04 {
	padding: 4rem 0 0;
	BACKGROUND-COLOR: #ebebeb;
}

.text-area {
	line-height: 2;
}

.summary-box-r {
	padding: var(--s4);
	border: 2px solid #6cb771;
	display: grid;
	grid-template-columns: 40% 60%;
	grid-template-areas: "img catch""img content";
	margin-top: 3rem;
}

.summary-box-r-catch {
	margin: 0 0 2rem 0;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.4;
	grid-area: catch;
}

.summary-box-r-catch a {
	display: inline-block;
	padding: 0 4rem 0 0;
	background: url(img/arrow02-blue.svg) no-repeat right center;
	background-size: 2rem auto;
	color: inherit;
	text-decoration: none;
}

.summary-box-r-catch a:hover {
	text-decoration: none;
	opacity: 0.7;
}

.summary-box-r-img {
	padding-right: var(--s4);
	grid-area: img;
}

.summary-box-r-content {
	grid-area: content;
}

/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
	.text-area {
		font-size: 1.4rem;
	}

	.summary-box-r {
		padding: var(--s2);
		display: block;
	}

	.summary-box-r-catch {
		margin-bottom: var(--s2);
		font-size: 2rem;
	}

	.summary-box-r-img {
		padding-right: 0;
		margin-bottom: var(--s2);
	}
}

.text-area {
	line-height: 2;
}

.summary-box-l {
	padding: var(--s4);
	border: 2px solid #6cb771;
	display: grid;
	grid-template-columns: 60% 40%;
	grid-template-areas: "catch img""content img";
	margin-top: 3rem;
}

.summary-box-l-catch {
	margin: 0 0 2rem 0;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.4;
	grid-area: catch;
}

.summary-box-l-catch a {
	display: inline-block;
	padding: 0 4rem 0 0;
	background: url(img/arrow02-blue.svg) no-repeat right center;
	background-size: 2rem auto;
	color: inherit;
	text-decoration: none;
}

.summary-box-l-catch a:hover {
	text-decoration: none;
	opacity: 0.7;
}


.summary-box-l-img {
	padding-left: var(--s4);
	grid-area: img;
}

.summary-box-l-content {
	grid-area: content;
}

/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
	.text-area {
		font-size: 1.4rem;
	}

	.summary-box-l {
		padding: var(--s2);
		display: block;
	}

	.summary-box-l-catch {
		margin-bottom: var(--s2);
		font-size: 2rem;
	}

	.summary-box-l-img {
		padding-left: 0;
		margin-bottom: var(--s2);
	}
}

.m-title03 {
	padding: var(--s2) var(--s1) var(--s3) var(--s7);
	font-size: 1.8rem;
	font-weight: 700;
	color: var(--site-color03);
	line-height: 1.4;
	border-bottom: 5px solid rgba(var(--site-color05-rgb), .5);
	background: url('./img/icon-dummy.png') no-repeat center left;
	background-size: 4.8rem auto;
}

.thb-taglist-title {
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.4;
}

.thb-tag-list-2c {
	display: flex;
	flex-wrap: wrap;
	gap: var(--s1);
}

.thb-tag-list-2c li {
	width: calc((100% - var(--s1))/ 2);
	padding: var(--s1);
	text-align: center;
	line-height: 1.4;
}

.thb-tag-list-2c li::before {
	display: none;
}

.thb-tag-colored {
	background-color: var(--site-color14);
	color: #fff;
}

.thb-tag-white {
	border: 1px solid var(--site-color16);
	background-color: #fff;
	color: var(--site-color16);
}

.thb-tag-colored .tag-name,
.thb-tag-white .tag-name {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bg-05 {
	background-color: #f9f9f9;
}

.icon-head02 {
	margin: 4rem 0 2rem 0;
	padding: var(--s4) var(--s2) var(--s4) 14rem;
	line-height: 1.4;
	color: #172244;
	font-size: 2.8rem;
	font-weight: 700;
	background-color: #f5f8fd;
	position: relative;
}

.icon-head02::before {
	content: "";
	width: 11.7rem;
	height: 11.7rem;
	background: url('img/title-bg-06.png') no-repeat center center;
	background-size: contain;
	position: absolute;
	left: 0.6rem;
	top: -1.6rem;
}


.icon-head02 a {
	display: inline-block;
	padding: 0 4rem 0 0;
	background: url(img/arrow02-blue.svg) no-repeat right center;
	background-size: 24px auto;
	color: inherit;
	text-decoration: none;
}


/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
	.icon-head02 {
		margin: 3rem 0 2rem 0;
		padding: var(--s2) var(--s2) var(--s2) 7.6rem;
		font-size: 1.8rem;
	}

	.icon-head02::before {
		content: "";
		width: 6.4rem;
		height: 6.4rem;
		left: 0.5rem;
		top: -0.5rem;
	}
}

.onb-scroll-table table {
	width: inherit;
	border-collapse: collapse;
}

.onb-scroll-table table th,
.onb-scroll-table table td {
	min-width: 15rem;
}

.onb-scroll-table-cpt {
	margin: 4rem 0 2rem 0;
	padding: var(--s1);
	background: #f5f8fd;
	text-align: center;
	color: #1f2323;
	font-weight: 700;
	border-radius: 2rem;
}

/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
	.onb-scroll-table table {
		width: inherit;
	}

	.onb-scroll-table-cpt {
		font-size: 1.2rem;
	}
}


.onb-conclusion-box-frame {
	background: #f7fbfe;
	margin: 4rem auto;
}

.onb-conclusion-box-ttl {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 2rem;
	border-bottom: 3px solid #eaedf2;
}

.onb-conclusion-box-ttl__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 11.7rem;
	height: 11.7rem;
	background: url(img/title-bg-07.png) no-repeat left top;
	background-size: contain;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.1;
	text-align: center;
}

.onb-conclusion-box-ttl__text {
	display: flex;
	align-items: center;
	width: calc(100% - 11.7rem);
	padding: 0 0 0 2.8rem;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.4;
}

.lonb-conclusion-box-txt {
	padding: 0 3.5rem 3.5rem 3.5rem;
}

.lonb-conclusion-box-txt .btn-internal,
.lonb-conclusion-box-txt .btn-web {
	margin-bottom: 0;
}


/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {

	.onb-conclusion-box-ttl {
		padding: 1.5rem;
	}

	.onb-conclusion-box-ttl__icon {
		width: 6.4rem;
		height: 6.4rem;
		font-size: 1.5rem;
	}

	.onb-conclusion-box-ttl__text {
		width: calc(100% - 6.4rem);
		padding: 0 0 0 1rem;
		font-size: 2rem;
	}

	.lonb-conclusion-box-txt {
		padding: 0 1.5rem 2.5rem 1.5rem;
	}

}


/*--------------------------------------
mainvisual
---------------------------------------*/
.mainvisual {
	position: relative;
	min-height: 72rem;
	background: url(img/mv-bg-01.jpg) no-repeat center center;
	background-size: cover;
}

.mainvisual .mv-inner {
	display: flex;
	align-items: center;
	width: 120rem;
	min-height: 72rem;
	margin: 0 auto;
	padding: 4rem 0;
}

.mainvisual .mv-txt {
	position: relative;
	width: 72rem;
}

.mainvisual .mv-txt::before {
    position: absolute;
    left: calc(100% - 7rem);
    top: 50%;
    transform: translateY(-50%);
    width: 108rem;
    height: 72rem;
    background: url(img/mv-bg-02.png) no-repeat left top;
    background-size: cover;
    content: "";
}

.mainvisual .mv-logo {
	width: 15rem;
	margin: 0 0 3rem 0;
}

.mainvisual .mv-sitename {
	margin: 0 0 2rem 0;
}

.mainvisual .mv-title {
	color: #172244;
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 1.4;
}

.mainvisual .mv-title .txt-1 {
	display: inline-block;
	position: relative;
	margin: 0.5rem 0;
	padding: 0.1rem 0 0.4rem 0;
	background: #009fb9;
	color: #fff;
	font-size: 4rem;
}

.mainvisual .mv-title .txt-1::before {
	position: absolute;
	right: 100%;
	top: 0;
	width: 1rem;
	height: 100%;
	background: #009fb9;
	content: "";
}

.mainvisual .mv-title .txt-1::after {
	position: absolute;
	left: 100%;
	top: 0;
	width: 3rem;
	height: 100%;
	background: #009fb9;
	clip-path: polygon(0 0, 100% 0, 0 100%);
	content: "";
}

.mainvisual p:not([class]) {
	margin: 0;
	font-size: 1.8rem;
}

.mainvisual p:not([class])>span:not([class]) {
	border-bottom: 3px solid #eeeeb7;
	color: #008731;
	font-weight: 700;
}

.mainvisual .btn-ancher {
	max-width: 36rem;
	margin: 3rem 0 0 0;
}

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

	.mainvisual {
		min-height: auto;
		background: none;
	}

	.mainvisual .mv-inner {
		display: block;
		width: 100%;
		min-height: auto;
		padding: 0;
	}

	.mainvisual .mv-txt {
		width: 100%;
	}

	.mainvisual .mv-txt::before {
		display: none;
		content: none;
	}

	.mainvisual .mv-logo {
		width: 100%;
		margin: 0;
		padding: 4rem 1.5rem 5rem 1.5rem;
		background: url(img/mv-bg-04.jpg) no-repeat center top;
		background-size: cover;
	}

	.mainvisual .mv-logo img {
		width: 14rem;
	}

	.mv-txt-inner {
		padding: 1.5rem 1.5rem 0 1.5rem;
	}

	.mainvisual .mv-sitename {
		margin: 0 0 2rem 0;
	}

	.mainvisual .mv-title {
		font-size: 2rem;
		text-align: center;
	}

	.mainvisual .mv-title .txt-1 {
		display: inline;
		margin: 0;
		padding: 0;
		background: none;
		color: #fff;
		font-size: 2.8rem;
	}

	.mainvisual .mv-title .txt-1::before {
		display: none;
		content: none;
	}

	.mainvisual .mv-title .txt-1::after {
		display: none;
		content: none;
	}

	.mainvisual .mv-title .txt-2 {
		display: inline-block;
		margin: 0.3rem 0;
		padding: 0.1rem 0.5rem 0.3rem 0.5rem;
		background: #009fb9;
	}

	.mainvisual p:not([class]) {
		font-size: 1.6rem;
	}

	.mainvisual .btn-ancher {
		max-width: 90%;
		margin: 3rem auto 0 auto;
	}

}


/*--------------------------------------
mainvisual-lower
---------------------------------------*/
.mainvisual-lower .mv-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 13rem;
	background: url(img/mv-bg-03.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
}

.mainvisual-lower .mv-logo {
	width: 20rem;
	margin: 0 auto;
}

.mainvisual-lower .mv-logo a:hover {
	opacity: 0.7;
}

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

	.mainvisual-lower .mv-inner {
		width: 100%;
		height: 8rem;
		background: url(img/mv-bg-05.jpg) no-repeat center center;
		background-size: cover;
	}

	.mainvisual-lower .mv-logo {
		width: 14rem;
	}


}


/*--------------------------------------
accordion
---------------------------------------*/
.accordion-item {
	display: none;
}

.accordion-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	max-width: 46rem;
	margin: 3rem auto 4rem auto;
	padding: 2rem 5rem;
	background: #fff;
	border: 1px solid #8ec24d;
	border-radius: 6rem;
	box-shadow: 5px 5px 0 0 #6fb76d;
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	cursor: pointer;
	transition: 0.2s;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.accordion-btn::before {
	position: absolute;
	top: 50%;
	right: 2rem;
	width: 2.2rem;
	height: 2.2rem;
	background: url(img/accordion-plus.png) no-repeat left top;
	background-size: contain;
	content: "";
	transform: translate(0, -50%);
	z-index: 2;
}

.accordion-btn.is-open::before {
	background: url(img/accordion-minus.png) no-repeat left top;
	background-size: contain;
}

.accordion-btn:hover {
	box-shadow: none;
	opacity: 0.7;
	transform: translate(5px, 5px);
}


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

	.accordion-btn {
		max-width: 90%;
	}

}


/*--------------------------------------
banner
---------------------------------------*/
.fix-banner01 {
	position: fixed;
	right: 0;
	bottom: 12rem;
	z-index: 50;
}

.fix-banner01 a {
	    display: block;
    padding: 1.2rem 1rem;
    background: url(img/banner-bg-01.png) no-repeat right bottom;
    background-size: cover;
    color: #172244;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.8;
    text-align: center;
    text-decoration: none;
}

.fix-banner01 a:hover {
	text-decoration: none;
	opacity: 0.7;
}

.fix-banner01 a span {
	border-bottom: 3px solid #ffff21;
    font-size: 1.8rem;
    color: #008731;
}

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

	.fix-banner01 {
		left: 0;
		right: auto;
		bottom: 0;
	}

	.fix-banner01 a {
		display: block;
		max-width: calc(100vw - 7rem);
		padding: 0.8rem 1rem 0.6rem 1rem;
		/*--------------------------------------
		background: url(img/banner-bg-02.png) no-repeat right 0.3rem bottom 0.3rem, -webkit-linear-gradient(0deg, rgba(96, 184, 82, 1) 0%, rgba(33, 167, 149, 1) 100%);
		background: url(img/banner-bg-02.png) no-repeat right 0.3rem bottom 0.3rem, linear-gradient(0deg, rgba(96, 184, 82, 1) 0%, rgba(33, 167, 149, 1) 100%);
		---------------------------------------*/
		background: #E6E620;
		background-size: 1rem auto, auto;
		color:#172244;
		font-size: 1.2rem;
		font-weight: 700;
		line-height: 1.8;
		text-align: center;
		text-decoration: none;
	}

	.fix-banner01 a:hover {
		text-decoration: none;
		opacity: 0.7;
	}

	.fix-banner01 a span {
		border-bottom: 3px solid #dddd71;
		font-size: 1.6rem;
	}

}


/*--------------------------------------
common
---------------------------------------*/
#low-page {
	padding-bottom: 8rem;
}

.section-title07 {
	position: relative;
	margin: 0 0 3rem 0;
	color:#172244;
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.section-title07 span {
	display: inline-block;
	margin: 1rem 0;
	padding: 0 1rem 0.2rem 1rem;
	background: #49af63;
	color: #fff;
	font-size: 4.3rem;
}

.section-title07::before {
	position: absolute;
	left: 50%;
	bottom: calc(100% + 1rem);
	transform: translateX(-50%);
	width: 7.6rem;
	height: 5.2rem;
	background: url(img/title-bg-12.png) no-repeat left top;
	background-size: contain;
	content: "";
}

.section-title08 {
	position: relative;
	margin: 0 0 4rem 0;
	padding: 3rem;
	background: #60b852;
	background: -webkit-linear-gradient(0deg, rgba(96, 184, 82, 1) 0%, rgba(33, 167, 149, 1) 86%);
	background: linear-gradient(0deg, rgba(96, 184, 82, 1) 0%, rgba(33, 167, 149, 1) 86%);
	color: #fff;
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.section-title08::before {
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 15px 0 15px;
	border-color: #5fb955 transparent transparent transparent;
	content: "";
}

p.lead {
	margin: 0 0 4rem 0;
	line-height: 1.8;
}

.section-title05 {
	position: relative;
	margin: 0 0 3rem 0;
	padding: 3rem;
	background: #004d81 url(img/title-bg-03.jpg) repeat;
	background-size: auto 92px;
	color: #fff;
	font-size: 4.3rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.section-title05::before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3rem 0 0 3rem;
	border-color: transparent transparent transparent #f5f8fd;
	content: "";
}

.section-title05::after {
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 3rem 3rem 0;
	border-color: transparent #f5f8fd transparent transparent;
	content: "";
}

.section-title05 a {
	display: inline-block;
	padding: 0 5rem 0 0;
	background: url(img/arrow02-blue.svg) no-repeat right center;
	background-size: 3rem auto;
	color: inherit;
	text-decoration: none;
}

.section-title05 a:hover {
	text-decoration: none;
	opacity: 0.7;
}

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

	#low-page {
		padding-bottom: 4rem;
	}

	.section-title07 {
		margin: 0 0 2rem 0;
		font-size: 1.8rem;
	}

	.section-title07 span {
		margin: 1rem 0;
		font-size: 2.6rem;
	}

	.section-title07::before {
		width: 6rem;
		height: 4.1rem;
	}

	.section-title08 {
		margin: 0 0 3rem 0;
		padding: 1.5rem;
		font-size: 2.4rem;
	}

	p.lead {
		margin: 0 0 3rem 0;
	}

	.section-title05 {
		padding: 2rem 1.5rem;
		font-size: 2.4rem;
	}

	.section-title05::before {
		border-width: 2rem 0 0 2rem;
	}

	.section-title05::after {
		border-width: 0 2rem 2rem 0;
	}

	.section-title05 a {
		display: block;
		padding: 0 3rem 0 0;
		background: url(img/arrow02-blue.svg) no-repeat right center;
		background-size: 2.4rem auto;
	}

}


/*--------------------------------------
sec1
---------------------------------------*/
.sec1 {
	padding: 6rem 0;
	background: #fafafa url(img/sec1-bg-01.jpg) repeat;
}

.sec1 .l-scroll-x-sp table th {
	font-size: 1.7rem;
	text-align: center;
}

.sec1 .l-scroll-x-sp table thead th:nth-child(1),
.sec1 .l-scroll-x-sp table th[scope="row"] {
	width: 20rem;
}

.sec1 .l-scroll-x-sp table td {
	text-align: center;
	vertical-align: top;
}

.sec1 .l-scroll-x-sp table td p,
.sec1 .l-scroll-x-sp table td li {
	text-align: left;
}

.sec1 .l-scroll-x-sp table td .fig {
	margin: 0 0 1rem 0;
	max-height: 220px;
    max-width: 225px;
}

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

	.sec1 {
		padding: 4rem 0;
	}

	.sec1 .l-scroll-x-sp table thead th:nth-child(1),
	.sec1 .l-scroll-x-sp table th[scope="row"] {
		position: -webkit-sticky;
		position: sticky;
		left: 0;
		top: 0;
		min-width: 9rem;
		width: 9rem;
		padding: 0.5rem;
		z-index: 1;
	}

	.sec1 .l-scroll-x-sp table thead th:nth-child(1)::before,
	.sec1 .l-scroll-x-sp table th[scope="row"]::before {
		position: absolute;
		left: -0.1rem;
		top: -0.1rem;
		width: 100%;
		height: 100%;
		border: 1px solid #65b57a;
		content: "";
	}

	.sec1 .onb-sp-scroll-table table thead th {
		min-width: 17rem;
	}

}


/*--------------------------------------
sec2
---------------------------------------*/
.sec2 {
	padding: 12rem 0 8rem 0;
}

.bg-02 {
	background: #d3ece6 url(img/sec2-bg-01.jpg) no-repeat center top;
	background-size: cover;
}

.sec2 .l-grid-three .column-small {
	padding: 0 var(--s4);
	background: #fff;
}

.sec2 .l-grid-three .thb-box-full {
	width: calc(100% + var(--s4));
	margin-left: calc(var(--s4)* -0.5);
}

.sec2 p.note {
	margin: 2rem 0 0 0;
	color: #172244;
	font-size: 1rem;
	line-height: 1.8;
}

.sec2 .l-grid-three .arrow-title {
	margin: 0 0 3rem 0;
	padding: 1.5rem 0.5rem;
	background: #009fb9;
	/*--------------------------------------
	background: -webkit-linear-gradient(90deg, rgba(33, 167, 149, 1) 0%, rgba(96, 184, 82, 1) 100%);
	background: linear-gradient(90deg, rgba(33, 167, 149, 1) 0%, rgba(96, 184, 82, 1) 100%);
	---------------------------------------*/
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
}

.sec2 .l-grid-three .arrow-title span {
	border-bottom: 3px solid #dddd71;
	font-size: 2.4rem;
}

.sec2 .l-grid-three .ttl-1 {
	margin: 2.4rem 0 1.2rem 0;
	padding: 0.8rem;
	background: #f9fcf5;
	border: 1px solid #DDDD71;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.sec2 .l-grid-three .catch {
	margin: 0 0 1.5rem 0;
	color: #009fb9;
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
}

.sec2 .l-grid-three .name {
	margin: 0 0 3rem 0;
	font-size: 2.1rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.sec2 .l-grid-three .name span {
	border-bottom: 5px solid #dddd71;
}

.sec2 .l-grid-three .ttl-2 {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 6rem;
	margin: 0 calc(-0.5 * var(--s4)) 1.2rem calc(-0.5 * var(--s4));
	padding: 1rem;
	background:#43ac65;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.sec2 .l-grid-three .ttl-2 span {
	display: inline-block;
	position: relative;
}

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

.sec2 .l-grid-three .ttl-2 span::before {
	position: absolute;
	right: calc(100% + 1rem);
	top: 50%;
	transform: translateY(-50%);
	width: 4.5rem;
	height: 3.9rem;
	background: url(img/title-bg-10.png) no-repeat left top;
	background-size: contain;
	content: "";
	opacity: 0.5;
}

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

.sec2 .l-grid-three .btn-web a {
	font-size: 1.6rem;
}

.sec2.lower-cnts {
	margin: 4rem calc(50% - 50vw) 0 calc(50% - 50vw);
}

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

	.sec2 {
		padding: 8rem 0 4rem 0;
	}

	.bg-02 {
		background: #d3ece6 url(img/sec2-bg-01.jpg) no-repeat center top;
		background-size: 120% auto;
	}

	.sec2 .l-grid-three .column-small {
		margin: 0 0 2rem 0;
	}

	.sec2 .l-grid-three .column-small:last-child {
		margin: 0;
	}

	.sec2 .l-grid-three .arrow-title {
		padding: 3rem 0.5rem;
		font-size: 1.8rem;
	}

	.sec2 .l-grid-three .arrow-title span {
		font-size: 2.4rem;
	}

	.sec2 .l-grid-three .ttl-1 {
    font-size: 2.4rem;
}
	.sec2 .l-grid-three .name {
    font-size: 2rem;
}
	
}



/*--------------------------------------
sec3
---------------------------------------*/
.sec3 {
	padding: 14rem 0 8rem 0;
}

.bg-03 {
	background: url(img/sec3-bg-01.jpg) no-repeat center top, url(img/sec3-bg-02.jpg) repeat, #f4f8fb;
	background-size: 100% auto, auto;
}

.sec3 .section-title07::before {
	background: url(img/title-bg-11.png) no-repeat left top;
	background-size: contain;
}

.sec3 .column-medium {
	margin: 0 0 8rem 0;
	background: #fff;
}

.sec3 .column-medium:last-child {
	margin: 0;
}

.sec3 .column-medium .inner {
	padding: 3rem;
}

.sec3 .onb-title {
	position: relative;
	padding: 2.8rem 3rem 3rem 3rem;
	background: #009fb9;
	/*--------------------------------------
	background: -webkit-linear-gradient(90deg, rgba(33, 167, 149, 1) 0%, rgba(96, 184, 82, 1) 100%);
	background: linear-gradient(90deg, rgba(33, 167, 149, 1) 0%, rgba(96, 184, 82, 1) 100%);
	---------------------------------------*/
	color: #fff;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;

}

.sec3 .onb-title::before {
	position: absolute;
    left: 10rem;
    top: 50%;
    transform: translateY(-50%);
    width: 7rem;
    height: 5rem;
    background: url(img/title-bg-02.png) no-repeat left top;
    background-size: contain;
    content: "";
    opacity: 0.4;
}

.sec3 .onb-title span {
	position: relative;
	font-size: 3.5rem;
}

.sec3 .section-title03 {
	margin: 0 0 5rem 0;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.sec3 .section-title03 span {
	border-bottom: 5px solid #dddd71;
}

.sec3 .onb-m-title5 {
	position: relative;
	margin: 6rem 0 3rem 0;
	color: #00889e;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.sec3 .onb-m-title5::before {
	position: absolute;
	left: 0;
	top: calc(50% - 0.4rem);
	transform: translateY(-50%);
	width: 100%;
	height: 0.2rem;
	background: #c4e3c0;
	content: "";
}

.sec3 .onb-m-title5::after {
	position: absolute;
	left: 0;
	top: calc(50% + 0.4rem);
	transform: translateY(-50%);
	width: 100%;
	height: 0.2rem;
	background: #c4e3c0;
	content: "";
}

.sec3 .onb-m-title5 span {
	display: inline-block;
	position: relative;
	padding: 0 1.5rem;
	background: #fff;
	z-index: 1;
}

.sec3 .onb-m-title6 {
	margin: 0 0 3rem 5rem;
	color: #172244;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.sec3 .onb-m-title6 span {
	display: inline-block;
	position: relative;
}

.sec3 .onb-m-title6 span::before {
	position: absolute;
	right: calc(100% + 1rem);
	top: 50%;
	transform: translateY(-50%);
	width: 4rem;
	height: 2.7rem;
	background: url(img/title-bg-02.png) no-repeat left top;
	background-size: contain;
	content: "";
}

.sec3 .l-grid-two-large {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.sec3 .block-1 .box-fig {
	width: 44rem;
	padding: 0 4rem 0 0;
	text-align: center;
}

.sec3 .block-1 .box-txt {
	width: calc(100% - 44rem);
}

.sec3 .block-1 .box-txt .ttl {
	margin: 0 0 1.5rem 0;
	color: #00889e;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.4;
}

.sec3 .block-1 .box-txt .caption {
	margin: 1.5rem 0 0 0;
	text-align: left;
}

.sec3 .block-2 .box {
	width: calc((100% - 3.6rem) / 2);
	padding: 2rem 1.5rem;
	background: #fbfcfe;
}

.sec3 .block-2 .box .ttl {
	display: flex;
	align-items: center;
	margin: 0 0 1.5rem 0;
	padding: 0 0 0 6rem;
	background: url(img/title-bg-13.png) no-repeat left center;
	background-size: 45px auto;
	color: #182245;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.4;
}

.sec3 .block-2 .box .caption {
	margin: 1.5rem 0 0 0;
	text-align: left;
}

.sec3 .block-3 .box {
	position: relative;
	width: calc((100% - 5.8rem) / 2);
	margin: 0 0 3rem 0;
	text-align: center;
}

.sec3 .block-3 .box:first-child::before {
	position: absolute;
	left: calc(100% + 1.5rem);
	top: 50%;
	transform: translateY(-50%);
	width: 3.2rem;
	height: 4.5rem;
	background: url(img/sec3-bg-03.png) no-repeat left top;
	background-size: contain;
	content: "";
}

.sec3 .block-3 .box .ttl {
	margin: 0 0 2rem 0;
	padding: 1rem;
	background: #ddd;
	color: #555;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.4;
}

.sec3 .block-3 .box:nth-child(2) .ttl {
	background: #c8e480;
	color: #172244;
}

.block-case table {
	margin: 0 0 3rem 0;
}

.block-case table th {
	width: 40rem;
	text-align: center;
}

.block-info table {
	margin: 3rem 0;
}

.block-info table th {
	width: 27rem;
	text-align: center;
}

.block-info .caption {
	text-align: left;
}

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

	.sec3 {
		padding: 8rem 0 4rem 0;
	}

	.bg-03 {
		background-size: 120% auto, auto;
	}

	.sec3 .column-medium {
		margin: 0 0 6rem 0;
	}

	.sec3 .column-medium .inner {
		padding: 2rem 1.2rem;
	}

	.sec3 .onb-title {
		padding: 2.5rem 1rem;
		font-size: 1.8rem;
	}

	.sec3 .onb-title::before {
		left: 50%;
        top: 1.5rem;
        transform: translateX(-50%);
        width: 8rem;
        height: 5.1rem;
        opacity: 0.2;
	}

	.sec3 .onb-title span {
		font-size: 2.4rem;
	}

	.sec3 .section-title03 {
		margin: 0 0 3rem 0;
		font-size: 2rem;
	}

	.sec3 .section-title03 span {
		border-bottom: 5px solid #dddd71;
	}

	.sec3 .onb-m-title5 {
		margin: 5rem 0 2.5rem 0;
		font-size: 2rem;
	}

	.sec3 .onb-m-title5 span {
		max-width: 90%;
		padding: 0 1rem;
	}

	.sec3 .onb-m-title6 {
		margin: 0 0 3rem 5rem;
		color: #172244;
		font-size: 2rem;
		font-weight: 700;
		line-height: 1.4;
		text-align: center;
	}

	.sec3 .onb-m-title6 span {
		display: inline-block;
		position: relative;
	}

	.sec3 .onb-m-title6 span::before {
		position: absolute;
		right: calc(100% + 1rem);
		top: 50%;
		transform: translateY(-50%);
		width: 4rem;
		height: 2.7rem;
		background: url(img/title-bg-02.png) no-repeat left top;
		background-size: contain;
		content: "";
	}

	.sec3 .l-grid-two-large {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.sec3 .block-1 .box-fig {
		width: 100%;
		margin: 0 0 1.5rem 0;
		padding: 0;
	}

	.sec3 .block-1 .box-txt {
		width: 100%;
	}

	.sec3 .block-2 .box {
		width: 100%;
		margin: 0 0 3rem 0;
	}

	.sec3 .block-3 .box {
		width: 100%;
		margin: 0 0 5rem 0;
	}

	.sec3 .block-3 .box:last-child {
		margin: 0 0 3rem 0;
	}

	.sec3 .block-3 .box:first-child::before {
		position: absolute;
		left: 50%;
		top: calc(100% + 1rem);
		transform: translateX(-50%) rotate(90deg);
		width: 2.1rem;
		height: 3rem;
		background: url(img/sec3-bg-03.png) no-repeat left top;
		background-size: contain;
		content: "";
	}

	.sec3 .block-3 .box .ttl {
		padding: 0.8rem;
		font-size: 1.8rem;
	}

	.block-case table {
		margin: 0 0 2rem 0;
	}

	.block-case table th {
		width: 11rem;
	}

	.block-info table {
		margin: 2rem 0;
	}

	.block-info table th {
		width: 11rem;
	}

	.block-info .caption {
		text-align: left;
	}

}


/*--------------------------------------
sec4
---------------------------------------*/
.sec4 {
	padding: 8rem 0;
}

.l-pickup-contents01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 5rem 0;
}

.l-pickup-contents01 .box-fig {
	width: 45rem;
	text-align: center;
}

.l-pickup-contents01 .box-txt {
	width: calc(100% - 45rem);
	padding: 0 0 0 4rem;
}

.l-pickup-contents01 .box-txt .title {
	margin: 0 0 2.5rem 0;
	padding: 0 0 2rem 0;
	border-bottom: 1px solid #8ec24d;
	color: #00889e;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.4;
}

.sec4 .block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.sec4 .block .box {
	width: calc((100% - 4rem) / 2);
	margin: 0 0 3rem 0;
	padding: 3rem 2.4rem;
	background: #fff;
	border: 1px solid #8ec24d;
}

.sec4 .block .box-head {
	display: flex;
	align-items: center;
	margin: 0 0 2rem 0;
	padding: 0 0 1.5rem 0;
	border-bottom: 1px solid #8ec24d;
}

.sec4 .block .box-head .ttl {
	width: 100%;
	min-height: 3.2rem;
	padding: 0 0 0 4.2rem;
	background: url(img/title-bg-14.png) no-repeat left center;
	background-size: 32px auto;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.4;
}

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

	.sec4 {
		padding: 4rem 0 2rem 0;
	}

	.l-pickup-contents01 {
		display: block;
		margin: 0 0 3rem 0;
	}

	.l-pickup-contents01 .box-fig {
		width: 60%;
        margin: 2rem auto;
	}

	.l-pickup-contents01 .box-txt {
		width: 100%;
		padding: 0;
	}

	.l-pickup-contents01 .box-txt .title {
		margin: 0 0 2rem 0;
		padding: 0 0 1.5rem 0;
		font-size: 2.4rem;
	}

	.sec4 .block {
		display: block;
	}

	.sec4 .block .box {
		width: 100%;
		padding: 2rem;
	}

	.sec4 .block .box-head .ttl {
		font-size: 2rem;
	}

}


/*--------------------------------------
sec5
---------------------------------------*/
.sec5 {
	padding: 8rem 0;
	background: #fafafa url(img/sec1-bg-01.jpg) repeat;
}

.sec5 .column-small {
	border: 1px solid #65b57a;
}

.sec5 .title-catch {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 1.5rem 0;
	padding: 0 0 1.8rem 0;
	border-bottom: 1px solid #65b57a;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.sec5 .title-catch a {
	display: block;
	width: 100%;
	padding: 0 3rem 0 0;
	background: url(img/arrow02-blue.svg) no-repeat right center;
	background-size: 2rem auto;
	color: inherit;
	text-decoration: none;
}

.sec5 .title-catch a:hover {
	text-decoration: none;
	opacity: 0.7;
}

.sec5 .column-small {
	margin: 0 0 1rem 0;
}

.sec5 .column-small table {
	margin: 2rem 0;
}

.sec5 .column-small table th {
	width: 8rem;
	padding: 0.5rem;
	text-align: center;
}

.sec5 .column-small table td {
	padding: 1rem;
	font-size: 1.4rem;
}

.sec5 .column-small .link a {
	display: inline-block;
	min-height: 2rem;
	margin: 0;
	padding: 0.2rem 2.8rem 0.3rem 0;
	background: url(img/arrow02-blue.svg) no-repeat right center / 2rem auto;
	font-weight: 700;
	line-height: 1.4;
	text-decoration: underline;
}

.sec5 .column-small .link a:hover {
	text-decoration: none;
	opacity: 0.7;
}

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

	.sec5 {
		padding: 4rem 0;
	}

	.sec5 .column-small {
		border: 1px solid #65b57a;
	}

	.sec5 .title-catch {
		padding: 0 0 1.2rem 0;
		font-size: 2rem;
	}

	.sec5 .column-small .btn-link {
		margin: 0 auto;
	}

	.sec5 .column-small .btn-link a {
		text-align: center;
	}

}


/*--------------------------------------
sec6
---------------------------------------*/
.sec6 {
	padding: 8rem 0;
}

.bg-06 {
	background: #eee url(img/sec6-bg-01.jpg) no-repeat center top;
	background-size: cover;
}

.sec6 .l-grid-two {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.sec6 .l-grid-two .column-medium {
	width: calc((100% - 2rem) / 2);
	margin: 0 0 3rem 0;
	padding: 1.5rem 2rem 3rem 2rem;
	background: #fff;
	border: 1px solid #9ab379;
}

.sec6 .l-grid-two .column-medium .title-catch {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 2rem 0;
	padding: 1.5rem 0 1.5rem 6.4rem;
	background: url(img/title-bg-15.png) no-repeat left center;
	background-size: 45px auto;
	border-bottom: 1px solid #65b57a;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.4;
}

.sec6 .l-grid-two .column-medium .title-catch a {
	display: block;
	width: 100%;
	padding: 0 3rem 0 0;
	background: url(img/arrow02-blue.svg) no-repeat right center;
	background-size: 2rem auto;
	color: inherit;
	text-decoration: none;
}

.sec6 .l-grid-two .column-medium .title-catch a:hover {
	text-decoration: none;
	opacity: 0.7;
}

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

	.sec6 {
		padding: 4rem 0 2rem 0;
	}

	.bg-06 {
		background-size: 150% auto;
	}

	.sec6 .l-grid-two {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.sec6 .l-grid-two .column-medium {
		width: 100%;
	}

	.sec6 .l-grid-two .column-medium .title-catch {
		font-size: 2rem;
	}

}


/*--------------------------------------
sec7
--------------------------------------*/
.sec7 {
	padding: 8rem 0;
}

.sec7 .btn-link {
	margin-top: 6rem;
}

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

	.sec7 {
		padding: 4rem 0;
	}

	.sec7 .btn-link {
		margin-top: 4rem;
	}

}
.block-case {
    margin-bottom: 4rem;
}
