@charset "utf-8";

/* ---------------------------------------------
navigation02 ※TOP、下層共通
--------------------------------------------- */
.header-area-upper {
	padding: 0.5rem 1rem;
	background: var(--accent-color02);
	color: #fff;
	text-align: right;
}

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

	.header-area-upper {
		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;
	color: var(--site-color02);
	background: #fff;
	font-size: 1.2rem;
	font-weight: 700;
	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;
}

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

.gnavi-btn {
	width: 5.4rem;
	height: 5.4rem;
	background: #2da3cb;
	border: 1px solid var(--site-color02);
	display: block;
	position: fixed;
	top: 4.2rem;
	right: 0;
	z-index: 200;
	cursor: pointer;
}

.gnavi-btn span {
	width: 2.5rem;
	height: 0.2rem;
	display: inline-block;
	background: #fff;
	position: absolute;
	left: 1.4rem;
	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.6rem;
}

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

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

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

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

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

.gnavi-btn-close:hover {
	opacity: 0.7;
}

.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: #707070;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%) rotate(45deg);
}

.gnavi-btn-close__inner::after {
	content: "";
	width: 1em;
	height: 0.2rem;
	background: #707070;
	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: #f8f8f8;
	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 #a7a7a7;
	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 #a7a7a7;
	display: block;
	font-weight: 700;
	line-height: 2;
	text-decoration: none;
	position: relative;
}

.gnavi-list__link::after {
	content: "";
	width: 1rem;
	height: 1.6rem;
	background: url("img/arrow01-blue.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 {
	width: 1.6rem;
	height: 1rem;
	background: url("img/arrow01-blue-down.svg") no-repeat center;
	background-size: contain;
}

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

.gnavi-list__link:hover {
	opacity: 0.7;
}

.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: 86%;
	margin: 0 auto 4rem auto;
	background-color: #f6f6f6;
}

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

.onb-index01-title {
	padding: var(--s2) var(--s2) var(--s2) var(--s6);
	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.2rem;
	background: #333;
	position: absolute;
	top: 50%;
	right: 2rem;
	transform: translate(0, -50%);
}

.onb-index01-title::after {
	content: "";
	width: 0.2rem;
	height: 2rem;
	background: #333;
	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);
	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: .6;
}

.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: var(--accent-color01);
	transform: translateY(-50%);
	top: .8em;
}

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

.more-content {
	display: none;
}

.onb-index01-content {
	border-top: 1px solid var(--accent-color01);
}

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

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

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

	.onb-index01-title::before {
		right: 0.6rem;
	}

	.onb-index01-title::after {
		right: 1.5rem;
	}

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

}


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

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

.related-article01-list {
	padding: var(--s3) 0 var(--s2) 0;
}

.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.6rem;
	height: 1.6rem;
	border-radius: 50%;
	background-color: var(--accent-color01);
	position: absolute;
	top: .5rem;
	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: -40px;
	left: 0;
	padding: 2rem 0;
}


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

.related-article01-btn {
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 100px;
	padding: 1rem 5rem 1rem 2rem;
	position: relative;
}

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

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

	.related-article01-frame {
		margin: var(--s4) auto;
		padding: var(--s1);
	}

	.related-article01-title {
		padding: var(--s2) var(--s1) var(--s1) var(--s1);
		font-size: 2rem;
	}

	.related-article01-list {
		padding: 1.5rem 0 3rem 0;
	}

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

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


/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
	.section-title07-frame {
		background-color: transparent;
	}

	.section-title07-frame::before {
		padding: var(--s1) 0;
		font-size: 2.4em;
		top: -3.4rem;
	}

	.section-title07 {
		padding: var(--s2) var(--s2) 0 var(--s2);
		font-size: 2.4rem;
	}
}


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

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

.arrow-title {
	margin: 0 0 4rem 0;
	padding: 3rem 1rem;
	font-size: 1.8rem;
	font-weight: 700;
	background-color: var(--accent-color03);
	color: #fff;
	text-align: center;
	line-height: 1.4;
	position: relative;
}

.arrow-title::after {
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 18px 20px 0 20px;
	border-color: var(--accent-color03) transparent transparent transparent;
	content: "";
}
.txt_orange {
	color: #ff9100;
	font-weight: 700;
}
.arrow-title span {
	color: #ff9100;
	font-size: 2.2rem;
	font-weight: bold;
}

.m-title01 {
	margin: 0 0 2rem 0;
	font-size: 2.1rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
}

.m-title01 span {
	font-size: 1.4rem;
}

.m-title02 {
	margin: 3rem 0 0.5rem 0;
	padding: 0 0 0.6rem 0;
	border-bottom: 1px solid var(--accent-color01);
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.thb-listbox-bg-colored {
	padding-top: 3rem;
	width: calc(100% + var(--s4));
	margin-left: calc(var(--s2) * -1);
}

.thb-listbox-area {
	position: relative;
	padding: 4rem 1.2rem 2rem 1.2rem;
	background: #ebeff5;
}

.thb-listbox-title {
	margin-top: -5.5rem;
	padding: 1rem;
	background: #747474;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.thb-listbox-subtitle {
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--accent-color01);
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.thb-listbox-list li {
	position: relative;
	padding: 0 0 0 2.8rem;
	line-height: 1.4;
}

.thb-listbox-list li::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 2rem;
	height: 2rem;
	background: url(img/icon-check.png) no-repeat left top;
	background-size: contain;
	content: "";
}


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

	.thb-listbox-list li {
		font-size: 1.6rem;
	}

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

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

.thb-table {
	margin: 2rem 0 0 0;
	border-collapse: collapse;
	line-height: 1.4;
}

.thb-table th,
.thb-table td {
	padding: var(--s1);
	font-size: 1.4rem;
}

.thb-table th {
	width: 32%;
	text-align: center;
}

.onb-item-title-frame {
	padding: var(--s4);
	background-color: var(--accent-color03);
	position: relative;
}

.onb-item-title-icon {
	width: 8.5rem;
	height: 8.5rem;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	top: -4rem;
	left: -2rem;
}

.onb-item-title-icon img {
	width: 100%;
}

.l-onb-item-title {
	display: flex;
	gap: var(--s2);
}

.l-onb-item-title__side,
.l-onb-item-title__main {
	line-height: 1.4;
	text-align: center;
}

.l-onb-item-title__side span {
	color: #ff9100;
	font-size: 2.2rem;
}

.l-onb-item-title__side {
	padding: 2rem 1rem;
	font-size: 1.6rem;
}

.l-onb-item-title__side {
	color: #fff;
	width: calc((100% - var(--s2))*.4);
	font-size: 1.8rem;
	font-weight: 700;
	background-color: #071330;
}

.l-onb-item-title__main {
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc((100% - var(--s2))*.6);
	text-align: left;
}

.onb-item-title-catch {
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
}

.onb-item-title-title {
	margin: 0 0 5rem 0;
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
}

.onb-item-title-title span {
	font-size: 1.8rem;
}

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

	.onb-item-title-icon {
		width: 6rem;
		height: 6rem;
		position: absolute;
		top: -2rem;
		left: -1rem;
	}

	.l-onb-item-title {
		flex-direction: column;
	}

	.l-onb-item-title__side,
	.l-onb-item-title__main {
		width: 100%;
		font-size: 1.8rem;
		text-align: center;
	}

	.l-onb-item-title__side span,
	.l-onb-item-title__main span {
		font-size: 2.4rem;
	}

	.onb-item-title-title {
		font-size: 2.3rem;
	}
}

.l-onb-access-table {
	display: flex;
	gap: var(--s2);
}

.l-onb-access-table__side {
	width: calc((100% - var(--s2))*.4);
}

.l-onb-access-table__main {
	width: calc((100% - var(--s2))*.6);
}

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

.onb-access-table th,
.onb-access-table td {
	padding: var(--s2);
}

.onb-access-table th {
	width: 34%;
	vertical-align: middle;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 700;
}

.onb-access-table+.caption {
	text-align: left;
}

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

	.l-onb-access-table__side,
	.l-onb-access-table__main {
		width: 100%;
	}

	.onb-access-table th,
	.onb-access-table td {
		padding: var(--s1);
	}


}

.onb-m-title5 {
	margin: 6rem 0 3rem 0;
	line-height: 1.4;
	font-size: 2.6rem;
	font-weight: 700;
	text-align: center;
}

.onb-m-title5 span {
	display: flex;
	align-items: center;
}

.onb-m-title5 span::before,
.onb-m-title5 span::after {
	content: "";
	min-width: 5%;
	height: 1px;
	background-color: var(--site-color01);
	flex-grow: 1;
}

.onb-m-title5 span::before {
	margin-right: var(--s4);
}

.onb-m-title5 span::after {
	margin-left: var(--s4);
}

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

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

	.onb-m-title5 span::before,
	.onb-m-title5 span::after {
		width: 4rem;
	}

	.onb-m-title5 span::before {
		margin-right: var(--s1);
	}

	.onb-m-title5 span::after {
		margin-left: var(--s1);
	}
}


.onb-casebox02-frame {
	margin-top: 2rem;
	padding: var(--s4);
	border: 1px solid var(--site-color02);
	position: relative;
}

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

.l-onb-casebox02__side {
	width: 8.8rem;
}

.l-onb-casebox02__main {
	display: flex;
	align-items: center;
	width: calc(100% - 8.8rem - var(--s3));
}

.onb-casebox02-catch {
	font-size: 2rem;
	line-height: 1.4;
	font-weight: 700;
	color: var(--accent-color01);
}

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

.l-onb-flex-table {
	display: flex;
	margin: 3rem 0 0 0;
}

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

.onb-flex-table th,
.onb-flex-table td {
	padding: var(--s2);
}

.onb-flex-table th {
	width: 20rem;
	vertical-align: middle;
	text-align: center;
	font-weight: 700;
}

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

	.onb-casebox02-frame {
		margin-top: 1rem;
		padding: var(--s2);
	}

	.l-onb-casebox02 {
		gap: var(--s2);
	}

	.l-onb-casebox02__side {
		width: 5rem;
	}

	.l-onb-casebox02__main {
		width: calc(100% - 5rem - var(--s2));
	}

	.onb-casebox02-catch {
		font-size: 1.8rem;
	}


	.l-onb-flex-table {
		flex-direction: column;
	}

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

	.onb-flex-table th {
		width: 34%;
		padding: var(--s1);
	}

	.onb-flex-table td {
		padding: var(--s1);
	}
}


.twb-title-catch {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin: 0 0 3rem 0;
	font-size: 3.4rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.twb-title-catch::before {
	position: absolute;
	left: 50%;
	top: calc(100% + 1rem);
	transform: translateX(-50%);
	width: 7.3rem;
	height: 0.4rem;
	background: var(--accent-color01);
	content: "";
}

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

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

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

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

.more-content {
	display: none;
}

.icon-head02 {
	position: relative;
	margin: 5rem 0 3rem 0;
	padding: 2rem 2rem 2rem 14rem;
	background: #ebeff5;
	color: #172244;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.4;
}

.icon-head02::before {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 11rem;
	height: 11rem;
	/* padding: 0 1rem 0 0; */
	background: url(img/title-bg-02.png) no-repeat left center;
	background-size: contain;
	box-sizing: border-box;
	color: #fff;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.1;
	text-align: center;
	content: "Point";
}

.icon-head02 a {
	display: block;
	padding: 0 2rem 0 0;
	background: url(img/arrow01-black.svg) no-repeat right center;
	background-size: 1rem auto;
	color: inherit;
	text-decoration: none;
}

.icon-head02 a:hover {
	text-decoration: none;
	opacity: 0.7;
}

/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
	.twb-title-catch {
		font-size: 2.3rem;
	}

	.icon-head02 {
		margin: 4rem 0 3rem 0;
		padding: 1.5rem 1.5rem 1.5rem 8rem;
		font-size: 2rem;
	}

	.icon-head02::before {
		width: 7rem;
		height: 7em;
		padding: 0 0.6rem 0 0;
		font-size: 1.8rem;
	}

}

.conclusion-box-frame {
	position: relative;
	margin: 6rem auto;
	padding: var(--s4) var(--s4) var(--s1) var(--s4);
	background: #ebeff5;
}

.conclusion-box-ttl__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: -1.6rem;
	top: -1.6rem;
	width: 11rem;
	height: 11rem;
	/* padding: 0 1rem 0 0; */
	background: url(img/title-bg-02.png) no-repeat left center;
	background-size: contain;
	box-sizing: border-box;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.1;
	text-align: center;
}

.conclusion-box-ttl__text {
	margin: 0 0 2rem 10rem;
	padding: 0 0 2rem 0;
	border-bottom: 1px solid var(--site-color02);
	color: var(--accent-color01);
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.4;
}

/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
	.conclusion-box-frame {
		margin: 5rem auto;
		padding: var(--s2) var(--s2) var(--s1) var(--s2);
	}

	.conclusion-box-ttl__icon {
		left: -0.6rem;
		top: -0.6rem;
		width: 8rem;
		height: 8rem;
		padding: 0 0.7rem 0 0;
		font-size: 1.2rem;
	}

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


/*--------------------------------------
mainvisual
---------------------------------------*/
.mainvisual {
	position: relative;
	background: url(img/za-nac-00001010_mv.jpg) no-repeat right center, linear-gradient(90deg, rgba(33, 37, 45, 1) 0%, rgba(45, 56, 77, 1) 70%);
	background-size: cover;
}

.mainvisual .mv-inner {
	display: flex;
	align-items: center;
	width: 140rem;
	min-height: 56rem;
	margin: 0 auto;
	padding: 5rem 2rem;
}

.mainvisual .mv-txt {
	position: relative;
	width: 76rem;
}
.mainvisual .mv-logo {
	width: 27rem;
	margin: 0 0 2.5rem 0;
}

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

.mainvisual .mv-title {
	color: #1d1d1d;
	font-size: 4.6rem;
	font-weight: 700;
	line-height: 1.4;
}
.mainvisual .mv-title .txt_black {
    color: #fff;
    font-weight: 700;
    background: #1d1d1d;
}
.mainvisual .mv-title span {
	color: #fff;
	background: var(--accent-color01);
	padding: 0 1rem;
}

.mainvisual p:not([class]) {
	margin: 0;
	text-shadow: 0 0 5px rgba(255, 255, 255, 1), 0 0 10px rgba(255, 255, 255, 0.8), 0 0 15px rgba(255, 255, 255, 0.6);
}

.mainvisual p:not([class])>span:not([class]) {
	color: var(--site-color07);
	font-weight: 700;
}

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

	.mainvisual {
		background: #fff;
	}

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

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

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

	.mainvisual .mv-logo {
		width: 100%;
		margin: 0 auto 1.5rem auto;
		padding: 0 0 56% 0;
		background: url(img/za-nac-00001010_mv-bg-02.jpg) no-repeat center bottom;
		background-size: 100% auto;
		text-align: center;
	}

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

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

	.mainvisual .mv-title {
		font-size: 2.4rem;
	}
	
	.mainvisual p:not([class]) {
		text-shadow: none;
	}
}


/*--------------------------------------
mainvisual-lower
---------------------------------------*/
.mainvisual-lower .mv-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 15rem;
	background: url(img/za-nac-00001010_mv-bg_lower.jpg) no-repeat center top;
	text-align: center;
}

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

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

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

	.mainvisual-lower .mv-inner {
		height: 10rem;
		background: url(img/za-nac-00001010_mv-bg_lower_sp.jpg) no-repeat center top;
		background-size: cover;
	}

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

}


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

.accordion-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 42rem;
	margin: 3rem auto 4rem auto;
	padding: 2rem 5rem;
	background: #d4d4d4;
	border-radius: 6rem;
	font-size: 1.8rem;
	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: 3rem;
	width: 1.6rem;
	height: 1.6rem;
	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;
}


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

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

}


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

.fix-banner01 a {
	display: block;
	position: relative;
	width: 20rem;
	padding: 13rem 1rem 2rem 1rem;
	background: var(--accent-color01) url(img/za-nac-00001010_banner-bg-01.jpg) no-repeat center top;
	background-size: contain;
	color: #ffffff;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	text-decoration: none;
}

.fix-banner01 a::before {
	display: inline-block;
	position: absolute;
	left: 1rem;
	top: -1rem;
	padding: 0.4rem 0.8rem;
	background: #e5632a;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.1;
	text-align: center;
	content: "PICK UP";
}

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

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

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

	.fix-banner01 {
		left: auto;
		right: 0;
		bottom: 10px;
		display: block;
		width: 60%;
		height: 6.4rem;
	}

	.fix-banner01 a {
		display: flex;
		padding: 1rem 3rem 1rem 5rem;
		background: var(--accent-color01) url(img/arrow02-white.svg) no-repeat right 1.5rem center;
		background-size: 1.6rem auto;
		color: #fff;
		font-size: 1.2rem;
		font-weight: 700;
		line-height: 1.6;
		text-align: center;
		text-decoration: none;
		width: 100%;
		align-items: center;
	}

	.fix-banner01 a::before {
		left: -0.5rem;
		top: -1.5rem;
		padding: 0.5rem 0.6rem 0.3rem 0.6rem;
		font-size: 1.4rem;
	}

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

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

.section-title07 span {
	font-size: 3rem;
}

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

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

.section-title07-frame p {
	margin: 0 auto 4rem auto;
}

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

	#low-page {
		padding: 3rem 1rem;
	}

	.section-title07 {
		font-size: 2.8rem;
	}

	.section-title07 span {
		font-size: 1.8rem;
	}

	.section-title07 a {
		display: block;
		padding: 0 3rem 0 0;
	}

}


/*--------------------------------------
sec01
---------------------------------------*/
.sec01 {
	padding: 8rem 0;
	background: var(--accent-color02) url(img/sec01-bg-01.png) no-repeat left top;
}

.sec01 .section-title07-frame {
	color: #fff;
}

.sec01 p.note {
	margin: 2rem 0 0 0;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.6;
}

.sec01 .l-stack-large {
	gap: 0;
	max-width: 120rem;
}

.sec01 .l-stack-small {
	justify-content: flex-start;
}

.sec01 .l-grid-three .column-small {
	padding: 0 var(--s2) 3rem var(--s2);
	background: #fff;
}

.sec01 .l-grid-three .btn-web {
	margin: 2rem auto 0 auto;
}

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

	.sec01 {
		padding: 4rem 0;
		background-size: 70% auto;
	}
	.arrow-title {
		font-size:1.8rem;
	}
.arrow-title span {
    color: #ff9100;
	font-size: 2.1rem;
    font-weight: bold;
}

.m-title02 {
    font-size: 1.8rem;
}
	
}


/*--------------------------------------
sec02
---------------------------------------*/
.sec02 {
	padding: 8rem 0 12rem 0;
	background: #48546f url(img/sec02-bg-01.png) no-repeat left top;
}

.sec02 .l-stack-large {
	gap: 0;
}

.sec02 .section-title07-frame {
	color: #fff;
}

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

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

.sec02 .inner {
	padding: 5rem 3rem 2rem 3rem;
}

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

	.sec02 {
		padding: 4rem 0;
		background-size: 70% auto;
	}

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

	.sec02 .inner {
		padding: 3rem 1.2rem 1rem 1.2rem;
	}

	.sec02 .l-grid-two-large {
		grid-gap: var(--s1);
	}

}


/*--------------------------------------
sec03
---------------------------------------*/
.sec03 {
	padding: 8rem 0;
	background: url(img/sec03-bg-01.png) no-repeat center top;
	background-size: 100% auto;
}

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

.sec03 .column-medium {
	padding: 3rem;
	background: #fff;
	border: 1px solid #707070;
}

.sec03 .column-medium .fig {
	height: 24rem;
	text-align: center;
}

.sec03 .column-medium .fig img {
	width: auto;
	max-height: 24rem;
}

.sec03 .column-medium p:not([class]) {
	margin: 1.5rem 0 0 0;
}

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

.sec03 .column-medium table th {
	width: 14rem;
	font-size: 1.5rem;
}

.sec03 .column-medium .link {
	margin: 1.5rem 0 0 0;
	text-align: right;
}

.sec03 .column-medium .link a {
	display: inline-block;
	padding: 0.3rem 2.2rem 0.3rem 0;
	background: url(img/arrow02-blue.svg) no-repeat right center;
	background-size: 1.6rem auto;
	font-size: 1.4rem;
	line-height: 1.4;
	text-decoration: underline;
}

.sec03 .column-medium .link a:hover {
	text-decoration: none;
	opacity: 0.7;
}

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

	.sec03 {
		padding: 4rem 0;
	}

	.sec03 .column-medium {
		padding: 2rem 1.5rem;
	}

	.sec03 .column-medium .fig {
		height: 18rem;
	}

	.sec03 .column-medium .fig img {
		max-height: 18rem;
	}

}


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

.sec04 .l-stack-large {
	gap: 0;
}

.sec04 .column-small {
	border: 1px solid #707070;
}

.sec04 .m-title02 {
	display: flex;
	align-items: center;
	margin: 0 0 1.5rem 0;
	padding: 0;
	border-bottom: none;
	font-size: 2.4rem;
	text-align: left;
}

.sec04 .m-title02 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;
}

.sec04 .m-title02 a:hover {
	text-decoration: none;
	opacity: 0.7;
}

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


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

	.sec04 {
		padding: 0 0 6rem 0;
	}
	.sec04 .m-title02 {
    font-size: 2.3rem;
    padding: var(--s2);
}

}


/*--------------------------------------
sec05
---------------------------------------*/
.sec05 {
	padding: 8rem 0;
	background: url(img/sec03-bg-01.png) no-repeat center top;
	background-size: 100% auto;
}

.sec05 .l-stack-large {
	gap: 0;
}

.sec05 .column-medium {
	padding: 3rem;
	background: #fff;
	border: 1px solid #707070;
}

.sec05 .twb-m-title03 {
	display: flex;
	align-items: center;
	min-height: 9rem;
	margin: 0 0 1.5rem 0;
	padding: 1rem 0 1rem 9rem;
	background: url(img/sec05-bg-01.png) no-repeat left center;
	background-size: 7rem auto;
	border-bottom: 1px solid var(--accent-color01);
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.4;
}

.sec05 .twb-m-title03 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;
}

.sec05 .twb-m-title03 a:hover {
	text-decoration: none;
	opacity: 0.7;
}

.sec05 .btn-link {
	margin: 8rem auto 0 auto;
}

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

	.sec05 {
		padding: 4rem 0;
	}

	.sec05 .twb-m-title03 {
		min-height: 7rem;
		padding: 1rem 0 1rem 7rem;
		background-size: 6rem auto;
		font-size: 2.3rem;
	}

	.sec05 .btn-link {
		margin: 4rem auto 0 auto;
	}
}
