@charset "utf-8";

/* ---------------------------------------------
navigation02 ※TOP、下層共通
--------------------------------------------- */
.header-area-upper {
	padding: .5rem;
	text-align: right;
	background: #075a4e;
}

.header-title {
	font-size: 1.4rem;
	display: inline-block;
	position: relative;
	color: #fff;
}

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

	.header-area-upper {
		text-align: left;
	}

	.header-title {
		font-size: 1.2rem;
	}

}

.header-title::before {
	display: inline-block;
	width: 2.8rem;
	height: 1.8rem;
	margin: 0 0.5rem 0 0;
	background: #fff;
    color: #075a4e;
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 1.8rem;
	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;
}



.gnavi-btn {
	width: var(--s7);
	height: var(--s6);
	background: #075a4e;
	display: block;
	position: fixed;
	top: var(--s3);
	right: 0;
	z-index: 200;
	cursor: pointer;
	border: 1px solid #fff;
	border-right: none;
}

.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.7rem;
}

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

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

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

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

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

.gnavi-btn-close {
	width: 80%;
	margin: 3rem auto 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;
	font-weight: 700;
	position: relative;
}

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

.gnavi-btn-close__inner::after {
	content: "";
	width: 1em;
	height: 0.2rem;
	background: #000;
	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: #eef5f2;
	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(--s6);
	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-pc {
	display: none;
}

.gnavi-list {
	border-bottom: 1px solid #7c8786;
	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 #7c8786;
	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);
}

.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-index01-frame {
	width: 82%;
	margin: 5rem auto;
	background: #f5f5f5;
}

.onb-index01-wrap {
	margin: 0 auto;
	padding: var(--s1) var(--s3);
	background-color: transparent;
	position: relative;
}

.onb-index01-title {
	padding: var(--s2);
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.1;
	background-size: 4rem auto;
	position: relative;
	cursor: pointer;
}

.onb-index01-title::before {
	content: "";
	width: 2rem;
	height: 0.3rem;
	background: #000;
	position: absolute;
	top: 50%;
	right: 2rem;
	transform: translate(0, -50%);
}

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

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

.onb-index01-chapter {
	padding: var(--s2) var(--s2) var(--s2) var(--s4);
	border-top: 1px solid #000;
	font-weight: 700;
}

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

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

.onb-index01-chapter-h a:hover {
	opacity: .5;
}

.onb-index01-chapter-h-two {
	margin-left: var(--s2);
	position: relative;
}

.onb-index01-chapter-h-three {
	margin-left: var(--s4);
	position: relative;
}

.onb-index01-chapter-h-two::before,
.onb-index01-chapter-h-three::before {
	position: absolute;
	top: 0;
	left: -1.5em;
}

.onb-index01-chapter-h-two::before {
	content: "";
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 2rem;
	background-color: #0c8876;
	transform: translateY(-50%);
	top: 1.3rem;
}

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

.more-content {
	display: none;
}

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

	.onb-index01-frame {
		width: 100%;
		margin: 0 auto 3rem auto;
	}

	.onb-index01-title {
		padding: var(--s1);
		font-size: 2rem;
	}

	.onb-index01-chapter {
		padding: var(--s2) var(--s1) var(--s1) var(--s1);
	}
}


/* ---------------------------------------------
related-article01(関連記事)
--------------------------------------------- */
.related-article01-frame {
	border: 1px solid var(--site-color09);
	margin: var(--s6) auto;
	padding: var(--s1) var(--s3) var(--s4) var(--s3);
	background: #f7f7f7;
	position: relative;
}

.related-article01-title {
	padding: var(--s2);
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.1;
	background-size: 5rem auto;
	position: relative;
	border-bottom: 1px solid #000;
}

.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: 2rem;
	font-size: 100%;
	line-height: 1.7;
	position: relative;
}

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

.related-article01-list li::before {
	content: "";
	width: 1rem;
	height: 1rem;
	background-color: #0c8876;
	position: absolute;
	top: 0.8rem;
	left: 0;
}

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

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

.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: -40px;
	left: 0;
	padding: 2rem 0;
}

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

.related-article01-btn {
	border: 1px solid #000;
	background: #fff;
	border-radius: 6rem;
	padding: 1.2rem 7rem 1.2rem 6rem;
	position: relative;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.4;
}

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

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

.related-article01-btn:hover {
	opacity: 0.5;
}

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

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

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

.acc-more-btn {
	max-width: 46rem;
	width: 100%;
	margin: var(--s5) auto;
	padding: 2rem 6rem 2rem 3rem;
	border: 1px solid var(--site-color02);
	text-align: center;
	position: relative;
	transition: opacity 0.3s;
	cursor: pointer;
	background: #fff;
	font-weight: 700;
}

.acc-more-btn::before {
	content: "";
	width: 2rem;
	height: .2rem;
	background: var(--site-color02);
	position: absolute;
	top: 50%;
	right: 2rem;
	transform: translate(0, -50%);
}

.acc-more-btn::after {
	content: "";
	width: .2rem;
	height: 2rem;
	background: var(--site-color02);
	position: absolute;
	top: 50%;
	right: 2.9rem;
	transform: translate(0, -50%);
	transition: transform 0.3s;
}

.acc-more-btn:hover {
	opacity: 0.5;
}

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

.more-content {
	display: none;
}

.onb-listbox-area {
	margin: 4rem 0;
	padding: var(--s4);
	background: #eef5f2;
	position: relative;
}

.onb-listbox-title {
	margin-top: -5rem;
	text-align: center;
}

.onb-listbox-title span {
	padding: .8rem;
	color: var(--site-color02);
	background-color: #fff;
	display: inline-block;
	font-weight: 700;
}

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

.onb-listbox-list li {
	margin: 0 0 1.6rem 0;
	padding: 0 0 0 4rem;
	background: url(img/icon-check.png) no-repeat left 0.3rem;
	background-size: 24px auto;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.6;
}

.onb-listbox-list li:last-child {
	margin: 0;
}

.onb-listbox-list li span:not([class]) {
	border-bottom: none;
	color: #f26840;
}

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

	.onb-listbox-list li {
		font-size: 1.6rem;
		background-size: 20px;
	}

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

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


/*------------------------------------------
    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);
	}
}

.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;
	line-height: 1.4;
	font-weight: 700;
	color: var(--accent-color03);
}

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


/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
	.com-box05-frame {
		padding: var(--s2);
	}

	.com-box05-title {
		margin-bottom: var(--s2);
		font-size: 1.8rem;
	}

	.com-box05-img {
		width: calc((100% - var(--s4))*.4);
	}

	.com-box05-catch {
		font-size: 1.8rem;
	}
}

.text-area {
	line-height: 2;
	margin: 2rem 0;
}


/*------------------------------------------------------------
    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: 2.4rem;
	}

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

.text-area {
	line-height: 2;
	margin: 2rem 0;
}


/*------------------------------------------------------------
    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: 2.4rem;
	}

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


/* ----------------------------
cate */
.conclusion-box-frame {
	position: relative;
	margin: 6rem 0;
	padding: 4.5rem 4.5rem 2rem 4.5rem;
	background: #eef5f2;
}

.conclusion-box-ttl__icon {
	width: 10rem;
	height: 10rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #075a4e;
	border-radius: 50%;
	position: absolute;
	top: -2rem;
	left: -2rem;
}

.conclusion-box-ttl__icon span {
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.4;
}

.conclusion-box-ttl__text {
	margin: 0 0 2rem 0;
	padding: 0 0 0 8rem;
	color: #0c8876;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.4;
}

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

	.conclusion-box-frame {
		position: relative;
		margin: 4rem 0;
		padding: 1.5rem;
	}

	.conclusion-box-ttl__icon {
		width: 8rem;
		height: 8rem;
		top: -1.5rem;
		left: -1rem;
	}

	.conclusion-box-ttl__icon span {
		font-size: 1.4rem;
	}

	.conclusion-box-ttl__text {
		padding: 0 0 0 7rem;
		font-size: 2rem;
	}

}


/*--------------------------------------
mainvisual
---------------------------------------*/
.mainvisual {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	min-height: 52rem;
	padding: 5rem 0;
	background: #0d2720 url(img/mv-bg-01.jpg) no-repeat center top;
	background: cover;
	color: #fff;
}

.mainvisual .mv-inner {
	width: 100rem;
	margin: 0 auto;
}

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

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

.mainvisual .mv-title {
	margin: 0 0 2rem 0;
	font-size: 4.7rem;
	font-weight: 700;
	line-height: 1.4;
}

.mainvisual .mv-title span {
	color: var(--accent-color01);
	font-size: 2.8rem;
}

.mainvisual p:not([class]) {
	margin: 0;
}

.mainvisual p:not([class])>span:not([class]) {
	border-bottom: 3px solid var(--accent-color01);
	font-weight: 700;
}

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

	.mainvisual {
		display: block;
		min-height: auto;
		padding: 0;
		background: none;
		color: #000;
	}

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

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

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

	.mainvisual .mv-title {
		margin: 0;
		padding: 4rem 1.5rem;
		background: url(img/mv-bg-04.jpg) no-repeat center center;
		background-size: cover;
		color: #fff;
		font-size: 2.4rem;
	}

	.mainvisual .mv-title span {
		font-size: 1.8rem;
	}

	.mainvisual .mv-txt-inner {
		padding: 1.5rem;
		background: #075a4e;
        color: #fff;
	}

	.mainvisual p:not([class]) {
		margin: 0;
	}

	.mainvisual p:not([class])>span:not([class]) {
		border-bottom: 3px solid var(--accent-color01);
		font-weight: 700;
	}

}


/*--------------------------------------
mainvisual-lower
---------------------------------------*/
.mainvisual-lower {
	display: flex;
	align-items: center;
	height: 19rem;
	background: #0d2720 url(img/mv-bg-03.jpg) no-repeat right center;
	background-size: auto 100%;
	color: #fff;
}

.mainvisual-lower .mv-inner {
	width: 100rem;
	margin: 0 auto;
}

.mainvisual-lower .mv-title {
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.4;
}

.mainvisual-lower .mv-title span {
	color: var(--accent-color01);
	font-size: 2rem;
}

.mainvisual-lower .mv-title a {
	text-decoration: none;
}

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

	.mainvisual-lower {
		display: flex;
		align-items: center;
		height: 8rem;
		background: #0d2720 url(img/mv-bg-03.jpg) no-repeat center center;
		background-size: auto 100%;
	}

	.mainvisual-lower .mv-inner {
		width: 100%;
		padding: 0 1.5rem;
	}

	.mainvisual-lower .mv-title {
		font-size: 2rem;
	}

	.mainvisual-lower .mv-title span {
		font-size: 1.6rem;
	}

}


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

.accordion-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 32rem;
	margin: 4rem auto;
	padding: 2rem 5rem;
	background: #fff;
	border: 2px solid #000;
	border-radius: 6rem;
	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: 1.8rem;
	height: 1.8rem;
	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 {
	opacity: 0.5;
}

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

	.accordion-btn {
		max-width: 90%;
		margin: 3rem auto;
	}

}


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

.fix-banner01 a {
	display: block;
	width: 18rem;
	max-height: 10rem;
	padding: 0.6rem 0 0 0;
	background: url(img/banner-bg-01.png) no-repeat center top;
	background-size: cover;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	text-decoration: none;
}

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

.fix-banner01 a span {
	display: block;
	margin: 0.6rem 0 0 0;
	padding: 0.2rem 2rem 0.2rem 1.5rem;
	background: var(--accent-color01) url(img/arrow01-white.svg) no-repeat right 1rem center;
	background-size: 16px auto;
}

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

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

	.fix-banner01 a {
		width: auto;
		max-width: calc(100vw - 7rem);
		height: auto;
		padding: 1rem 5rem 0.6rem 2rem;
		background: url(img/banner-bg-02.png) no-repeat right center;
		background-size: cover;
		color: #fff;
		font-size: 1.4rem;
		font-weight: 700;
		line-height: 1.8;
		text-align: left;
		text-decoration: none;
	}

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

	.fix-banner01 a span {
		display: none;
	}

}


/*--------------------------------------
common
---------------------------------------*/
#low-page {
	padding: 0 0 5rem 0;
}

.section-title05 {
	position: relative;
	margin: 0 0 4rem 0;
	color: var(--site-color02);
	font-size: 4.2rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
}

.section-title05 a {
	display: inline-block;
	padding: 0 4rem;
	background: url(img/arrow01-green.svg) no-repeat right center;
	background-size: 16px auto;
	color: inherit;
	text-decoration: none;
}

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

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

	#low-page {
		padding: 0 1.5rem 2rem 1.5rem;
	}

	.section-title05 {
		margin: 0 0 2rem 0;
		font-size: 2.4rem;
	}

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

}

.right {
    text-align: right;
	display: block;
}


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

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

	.sec01 {
		padding: 5rem 0;
	}

}


/*--------------------------------------
sec02
---------------------------------------*/
.sec02 {
	padding: 8rem 0;
	background: #042f29 url(img/sec01-bg-01.jpg) no-repeat center center;
	background-size: cover;
}

.sec02.lower-cnts {
	padding: 0;
	background: none;
}

.sec02 .section-title05,
.sec02 p.lead {
	color: #fff;
}

.sec02 p.note {
	margin: 2rem 0 0 0;
	color: #eef5f2;
	font-size: 1rem;
	line-height: 1.6;
}

.sec02.lower-cnts p.note {
	color: #7c8786;
}

.sec02 .column-small {
	background: #fff;
	border: 1px solid #000;
}

.arrow-title {
	position: relative;
	margin: 0;
	color: #fff;
	font-weight: 700;
	line-height: 1.4;
}

.arrow-title-sub {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2.5rem 1rem;
	background: #000;
	font-size: 2.2rem;
	text-align: center;
	flex-direction: column;
}

.arrow-title-small {
	display: block;
	position: relative;
	padding: 1.5rem 2rem;
	background: #075a4e;
	font-size: 1.6rem;
	color: #fff;
}
.arrow-title-small ul {
    margin: 0 !important;
}

.arrow-title-small::before {
	position: absolute;
	left: 50%;
	top: calc(100% - 0.1rem);
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 10px 0 10px;
	border-color: #075a4e transparent transparent transparent;
	content: "";
}

.arrow-title-small ul li {
	padding-left: 2rem;
	margin-bottom: 0.3em;
}
.arrow-title-small ul:not([class]) li::before {
	width: 1rem;
    height: 1rem;
	background-color: #fff;
	top: 0.8rem;
}

.sec02 .title-catch {
	margin: 0 0 2rem 0;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.sec02 .title-catch .ttl-1 {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: var(--s3) 0 var(--s1);
	color: #0c8876;
	font-size: 2.2rem;
}

.sec02 .title-catch .ttl-2 {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	font-size: 1.4rem;
}
.sec02 .fig {
	text-align: center;
    height: 20rem !important;
	width:auto
}
.sec02 .fig img {
    width: auto;
    height: 100%;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

.sec02 .fig+.caption {
	margin: 1rem 1.5rem;
}

.sec02 .txt {
	padding: 2rem 1.5rem 0 1.5rem;
}

.sec02 .txt ul:not([class]),
#low-page .sec02 .txt ul:not([class]) {
	margin: 0;
	margin-block: 0;
}

.sec02 .btn-web {
	width: 90%;
}

.sec02 .btn-web a {
	padding: 2rem 5rem 2rem 3rem;
	font-size: 1.4rem;
}

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

	.sec02 {
		padding: 5rem 0;
		background: #042f29 url(img/sec01-bg-01.jpg) no-repeat center top;
		background-size: 150% auto;
	}
	.sec02 .l-grid-three {
		gap: var(--s6);
	}

	.sec02 p.note {
		margin: 0.5rem 0 0 0;
	}

	.sec02.lower-cnts p.note {
		margin: 2rem 0 0 0;
	}

}


/*--------------------------------------
sec03
---------------------------------------*/
.sec03 {
	padding: 10rem 0;
	background: #eef5f2;
}

.sec03 .column-medium {
	margin: 0 0 10rem 0;
	background: #fff;
}

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

.onb-icon-title {
	padding: 1.8rem;
	background: #000;
	color: #fff;
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.name {
	padding: 2.5rem;
	background: #075a4e;
	color: #fff;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.name span {
	font-size: 2.2rem;
}

.sec03 .inner {
	padding: 4.5rem 3rem 6rem 3rem;
}

.sec03 table th {
	width: 35%;
}

.sec03 .onb-m-title6 {
	position: relative;
	margin: 7rem 0 3rem 0;
	padding: 1.2rem 2rem;
	background: #075a4e;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.4;
}

.sec03 .onb-casebox02-frame {
	position: relative;
	margin: 5rem 0 8rem;
	padding: 6rem 4rem 4rem 4rem;
	border: 1px solid #075a4e;
}
.sec03 .column-medium .inner .onb-casebox02-frame:nth-last-child(1 of .onb-casebox02-frame) {
    margin-bottom: 4rem !important;
}

.sec03 .onb-casebox02-sub {
	position: absolute;
	top: -2rem;
	left: 2.5rem;
	max-width: 90%;
	padding: var(--s1) var(--s3);
	background: #eef5f2;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.4;
}

.sec03 .onb-casebox02-frame .low-center-img-box {
	margin-block: 0;
}

.sec03 .low-center-img-catch {
	text-align: left;
	margin: var(--s3) 0 var(--s1);
}

.sec03-catch {
	margin-bottom: var(--s1);
	color: #0c8876;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.4;
}

.section-title09 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 4rem 0;
}

.section-title09-img {
	width: calc(50% - 1.8rem);
	text-align: center;
}

.section-title09-body {
	width: calc(50% - 1.8rem);
}

.section-title09-body table th,
.section-title09-body table td {
	padding: 0.8rem;
}

.section-title09-title {
	margin: 0 0 2rem 0;
	padding: 0 0 0.5rem 0;
	border-bottom: 1px solid #000;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.4;
}

.section-title09-catch {
	margin: 0 0 1rem 0;
	color: #0c8876;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.4;
}

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

	.sec03 {
		padding: 5rem 0;
	}

	.sec03 .l-stack {
		gap: 0;
	}

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

	.onb-icon-title {
		padding: 1.5rem;
		font-size: 1.8rem;
	}

	.name {
		padding: 1.5rem;
		font-size: 2.2rem;
	}

	.name span {
		font-size: 1.6rem;
	}

	.sec03 .inner {
		padding: 3rem 1.2rem;
	}

	.sec03 table th {
		width: 35%;
	}

	.sec03 .onb-m-title6 {
		margin: 4.8rem 0 2.5rem 0;
		padding: 1.2rem 2rem;
		font-size: 2rem;
	}

	.sec03 .onb-casebox02-frame {
		margin: 5rem 0;
		padding: 7rem 1.2rem 2rem 1.2rem;
	}

	.sec03 .onb-casebox02-sub {
		position: absolute;
		top: -2rem;
		left: 1rem;
		padding: var(--s1) var(--s2);
		font-size: 1.8rem;
	}

	.sec03-catch {
		font-size: 1.8rem;
	}

	.section-title09 {
		display: block;
		margin: 0 0 3rem 0;
	}

	.section-title09-img {
		width: 100%;
		margin: 0 0 1.5rem 0;
	}

	.section-title09-body {
		width: 100%;
	}

	.section-title09-title {
		font-size: 2rem;
	}

	.section-title09-catch {
		font-size: 1.8rem;
	}

	.sec03 .low-center-img {
		padding-bottom: 0;
	}

}


/*--------------------------------------
sec04
---------------------------------------*/
.sec04 {
	padding: 10rem 0;
}

.sec04 .l-grid-three {
	--minimum: calc((100% - var(--s4)* 2) / 3);
	grid-gap: var(--s4);
}

.sec04 .column-small {
	padding: 0 1.5rem 2rem 1.5rem;
	background: #fff;
	border: 1px solid #000;
}

.sec04 .m-title01 {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 -1.5rem;
	padding: 1.5rem;
	background: #075a4e;
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.sec04 .m-title01 a {
	display: block;
	width: 100%;
	padding: 0 2rem;
	background: url(img/arrow01-white.svg) no-repeat right center;
	background-size: 16px auto;
	color: inherit;
	text-decoration: none;
}

.sec04 .fig {
	margin: 0 -1.5rem;
	text-align: center;
}

.sec04 .fig+.caption {
	text-align: center;
}

.sec04 .txt {
	margin: 1rem 0 0 0;
}

.sec04 table {
	margin: 1.5rem 0 0 0;
	font-size: 1.4rem;
}

.sec04 table th,
.sec04 table td {
	padding: 0.8rem;
}

.sec04 table th {
	width: 30%;
}

.link {
	margin: 1.5rem 0 0 0;
}

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

.link a:hover {
	text-decoration: none;
	opacity: 0.5;
}

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

	.sec04 {
		padding: 7rem 0;
	}

	.sec04 p.lead {
		margin: 0 auto 2rem auto;
	}

	.sec04 table th {
		width: 100%;
	}

}


/*--------------------------------------
sec05
---------------------------------------*/
.sec05 {
	padding: 10rem 0;
	background: #f5f5f5;
}

.com-box05-frame {
	margin: 0 0 7rem 0;
}

.com-box05-frame:last-child {
	margin-bottom: 0;
}

.com-box05-title {
	position: relative;
	margin: 0 0 3rem 0;
	padding: 1.5rem 2rem;
	background: #075a4e;
	color: #fff;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.4;
}

.com-box05-title a {
	display: block;
	padding: 0 2rem 0 0;
	background: url(img/arrow01-white.svg) no-repeat right center;
	background-size: 16px auto;
	color: inherit;
	text-decoration: none;
}

.com-box05-catch {
	margin-bottom: var(--s1);
	color: #0c8876;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.4;
}

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

	.sec05 {
		padding: 7rem 0;
	}

	.com-box05-frame {
		margin: 0 0 3rem 0;
		padding: 0;
	}

	.com-box05-title {
		margin: 0 0 2rem 0;
		padding: 1.5rem;
		font-size: 2rem;
	}

	.com-box05-catch {
		font-size: 1.8rem;
	}

}


/*--------------------------------------
sec06
---------------------------------------*/
.sec06 {
	padding: 10rem 0;
}

.sec06 .summary-box-r-content .btn-link,
.sec06 .summary-box-l-content .btn-link {
	margin: 2rem 0 0 0;
}

.summary-box-l {
	display: grid;
	grid-auto-rows: minmax(10px, auto) 1fr;
	grid-template-areas: "catch img""content img";
	margin: 0 0 8rem 0;
}

.summary-box-l-catch {
	margin: 0 0 1.5rem 0;
	padding: 1.5rem 2rem;
	background: #075a4e;
	color: #fff;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.4;
}

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

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

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

.summary-box-r {
	display: grid;
	grid-auto-rows: minmax(10px, auto) 1fr;
	grid-template-areas: "img catch""img content";
	margin: 0 0 8rem 0;
}

.summary-box-r-catch {
	margin: 0 0 1.5rem 0;
	padding: 1.5rem 2rem;
	background: #075a4e;
	color: #fff;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.4;
}

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

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

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

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

	.sec06 {
		padding: 7rem 0 2rem 0;
	}

	.sec06 .summary-box-r-content .btn-link,
	.sec06 .summary-box-l-content .btn-link {
		margin: 2rem auto 0 auto;
	}

	.summary-box-l {
		display: block;
		margin: 0 0 3rem 0;
		padding: 0;
	}

	.summary-box-l-catch {
		padding: 1.5rem;
		font-size: 2rem;
	}

	.summary-box-l-img {
		width: 100%;
		padding: 0;
		text-align: center;
	}

	.summary-box-r {
		display: block;
		margin: 0 0 3rem 0;
		padding: 0;
	}

	.summary-box-r-catch {
		padding: 1.5rem;
		font-size: 2rem;
	}

	.summary-box-r-img {
		width: 100%;
		padding: 0;
		text-align: center;
	}
}