@charset "utf-8";

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

.header-area-upper.lower {
	text-align: right;
}

.header-title {
	position: relative;
	color: #151e2f;
	font-size: 1.1rem;
}

.header-title::before {
	display: inline-block;
	width: 2.4rem;
	height: 1.6rem;
	margin: 0 0.5rem 0 0;
	background: #151e2f;
	color: #fff;
	font-size: 1.1rem;
	line-height: 1.5rem;
	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: #333;
	display: block;
	position: fixed;
	top: var(--s3);
	right: 0;
	z-index: 200;
	cursor: pointer;
}

.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: 0 auto;
	padding: var(--s2);
	background: #333;
	display: block;
	text-align: center;
}

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

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

.gnavi-btn-close__inner::after {
	content: "";
	width: 1em;
	height: 0.2rem;
	background: #fff;
	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: #F5F5F5;
	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 #333;
	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 #333;
	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/arrow-01-black-right.svg") no-repeat center/100% auto;
	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/arrow-01-black-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-index02-frame {
	width: 100%;
	counter-reset: count;
}

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

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

.onb-index02-title::before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 3.2rem;
	height: 3.7rem;
	background: url(img/title-bg-01.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: var(--site-color03);
	font-size: 1.5rem;
	font-weight: 700;
	content: counter(number, decimal-leading-zero);
	counter-increment: number 1;
}

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


/*----------------------------------------------
	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%, #f4f7fc 100%);
}

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

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

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

.onb-index02-btn::after {
	content: "";
	width: .2rem;
	height: 2rem;
	background: #77a8d1;
	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);
}


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

	.gnavi-btn {
		top: 0;
	}

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

	.onb-index02-btn {
		max-width: 90%;
		padding: 2rem 5rem;
	}

}

/* ---------------------------------------------
related-article01(関連記事)
--------------------------------------------- */
.related-article01-frame {
	width: 83rem;
	margin: 6rem auto 8rem auto;
	padding: 3rem 5rem 4rem 5rem;
	background: #f4f7fc;
	position: relative;
}

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

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

.related-article01-list li {
	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: var(--site-color03);
	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: 28rem;
	margin: 2rem auto 0 auto;
	padding: 2rem 5rem;
	background: #fff;
	border: 1px solid #369cd6;
	border-radius: 6rem;
	box-shadow: 5px 5px 0 0 #369cd6;
	font-weight: 700;
	text-align: center;
	position: relative;
	transition: 0.2s;
	cursor: pointer;
}

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

.related-article01-btn::after {
	content: "";
	width: .2rem;
	height: 2rem;
	background: #369cd6;
	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-frame {
		width: 100%;
		padding: 3rem 2rem 4rem 2rem;
	}

	.related-article01-list {
		padding: 1rem 0 0.5rem 0;
	}

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

/*------------------------------------------
    1box column settings
*/
.column-medium {
	padding: var(--s4);
	border: 1px solid #ccc;
	background: #fff;
}

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

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

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


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

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

.thb-box-full.outer-box {
    padding: 2rem 15px 0;
}

.thb-box-full.outer-box table {
    min-height: 150px;
}

.thr-column-sort01 {
	display: grid;
	grid-gap: var(--s2);
	grid-template-columns: 2fr 1fr;
}

.thr-column-sort01 .arrow-title {
	margin-bottom: var(--s5);
	padding: var(--s2);
	font-size: 1.8rem;
	font-weight: 700;
	color: #fff;
	background-color: var(--site-color03);
	text-align: center;
	line-height: 1.4;
	position: relative;
}

.thr-column-sort01 .arrow-title::after {
	content: "";
	width: 0;
	height: 0;
	border-top: 2rem solid transparent;
	border-left: 2rem solid transparent;
	border-right: 2rem solid var(--site-color03);
	border-bottom: 2rem solid var(--site-color03);
	transform: translateX(-50%) rotate(45deg);
	position: absolute;
	left: 50%;
	bottom: -2rem;
}

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

.thr-column-sort01 .arrow-title-small {
	font-size: 1.4rem;
}

/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
	.thr-column-sort01 {
		display: inherit;
		grid-gap: 0;
	}

	.thr-column-sort01 .thr-column-sort01-first {
		margin-bottom: var(--s5);
	}

	.thr-column-sort01 .arrow-title:last-child {
		display: none;
	}

	.thr-column-sort01 .arrow-title {
		width: 100%;
	}
}

.m-title02 {
	padding: var(--s2);
	font-size: 2.1rem;
	font-weight: 700;
	color: #fff;
	line-height: 1.4;
	background-color: var(--site-color03);
}

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

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

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

.section-title04 {
	margin-top: 5rem;
	margin-bottom: 8rem;
	font-size: 3.6rem;
	font-weight: 700;
	color: var(--site-color03);
	text-align: center;
	position: relative;
}

.section-title04::after {
	content: "";
	width: 10rem;
	height: 6px;
	background-color: var(--site-color05);
	transform: translateX(-50%);
	position: absolute;
	bottom: -3.2rem;
	left: 50%;
}

/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
	.section-title04 {
		font-size: 2.8rem;
		line-height: 1.4;
	}
}

/*------------------------------------------
    2box column settings
*/
.column-medium {
	padding: var(--s4);
	border: 1px solid #ccc;
}

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

.com-box04-frame {
	padding: var(--s4);
	border: 1px solid var(--site-color11);
}

.com-box04-title {
	margin-bottom: var(--s4);
	padding: var(--s1);
	background-color: var(--site-color12);
	color: var(--site-color03);
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.4;
}

.com-box04-area {
	display: flex;
	gap: var(--s4);
}

.com-box04-text {
	width: calc((100% - var(--s4))*.8);
}

.com-box04-text .caption {
	color: var(--site-color13);
}

.com-box04-img {
	width: calc((100% - var(--s4))*.2);
	text-align: center;
}

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

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

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

	.com-box04-area {
		flex-direction: column;
		gap: var(--s2);
	}

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

	.com-box04-img {
		width: 50%;
		margin: 0 auto;
	}

	.com-box04-text {
		width: 100%;
	}

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

.com-box04-frame {
	padding: var(--s4);
	border: 1px solid var(--site-color11);
}

.com-box04-title {
	margin-bottom: var(--s4);
	padding: var(--s1);
	background-color: var(--site-color12);
	color: var(--site-color03);
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.4;
}

.com-box04-area {
	display: flex;
	gap: var(--s4);
}

.com-box04-area--reverse {
	flex-direction: row-reverse;
}

.com-box04-text {
	width: calc((100% - var(--s4))*.8);
}

.com-box04-text .caption {
	color: var(--site-color13);
}

.com-box04-img {
	width: calc((100% - var(--s4))*.2);
	text-align: center;
}

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

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

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

	.com-box04-area {
		flex-direction: column;
		gap: var(--s2);
	}

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

	.com-box04-img {
		width: 50%;
		margin: 0 auto;
	}

	.com-box04-text {
		width: 100%;
	}

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

.section-title06-frame {
	margin-top: 5rem;
	position: relative;
}

.section-title06-frame::after {
	content: "";
	width: 100vw;
	height: 100%;
	background-color: var(--site-color07);
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

.section-title06 {
	width: 100%;
	padding: var(--s4) var(--s12);
	font-size: 3.6rem;
	font-weight: 700;
	color: var(--site-color03);
	line-height: 1.4;
	text-align: center;
	position: relative;
	margin-bottom: 5rem;
}

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

}

.twb-m-title04-frame {
	position: relative;
}

.twb-m-title04 {
	padding: var(--s6) var(--s1) var(--s1) var(--s1);
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.4;
	border-bottom: 5px solid rgba(var(--site-color05-rgb), .5);
	text-align: center;
}

.twb-m-title04-sub {
	padding: .8rem;
	font-size: 1.6rem;
	font-weight: normal;
	color: #fff;
	background-color: var(--site-color03);
	transform: translateX(-50%);
	position: absolute;
	top: 0;
	left: 50%;
}

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

.onb-icon-head01 {
	margin: 5rem 0 3rem 0;
	padding: 2.2rem 2.5rem 2.5rem 11rem;
	line-height: 1.4;
	color: #172244;
	font-size: 2.6rem;
	font-weight: 700;
	background-color: #f4f7fc;
	position: relative;
}

.onb-icon-head01::before {
	content: "";
	width: 9rem;
	height: 10.4rem;
	background: url(img/title-bg-02.png) no-repeat center center;
	background-size: contain;
	position: absolute;
	left: 0.5rem;
	top: 50%;
	transform: translateY(-50%);
}

/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
	.onb-icon-head01 {
		margin-left: var(--s2);
		padding: var(--s1) var(--s1) var(--s1) var(--s8);
		font-size: 1.8rem;
	}

	.onb-icon-head01::before {
		content: "";
		width: 8rem;
		height: 8rem;
		left: -2.5rem;
	}
}

.onb-conclusion-box-frame {
	margin: 6rem 0;
	background: #f7fbfe;
}

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

.onb-conclusion-box-ttl__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 8.8rem;
	height: 8.8rem;
	background: url(img/title-bg-03.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% - 8.8rem);
	padding: 0 0 0 3rem;
	color: var(--site-color10);
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.4;
}

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

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

}


/*
---------------------------------------------
    navigation01 ※TOP、下層共通
*/

.gnavi-ctrl {
	display: none;
}

.gnavi-btn {
	display: none;
}

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

.gnavi-area {
	display: none;
}

.toggle-content {
	display: none;
}

/*------------------------------------------
 Global menu settings
*/
.navigation01-menu-area {
	background: #dee8f2 url(img/mv-bg-02.png) repeat;
}

.navigation01-menu {
	display: flex;
	justify-content: space-between;
	position: relative;
}

.navigation01-menu::before {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 0.2rem;
	height: calc(100% - 2rem);
	background: #fff;
	content: "";
}

.navigation01-menu li {
	display: flex;
	flex: 1;
	position: relative;
}

.navigation01-menu li::before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 0.2rem;
	height: calc(100% - 2rem);
	background: #fff;
	content: "";
}

.navigation01-menu li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 1.2rem;
	color: #324a6e;
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
}

.navigation01-menu li a:hover {
	opacity: .6;
}

/*
---------------------------------------------
    sp settings
*/
@media screen and (max-width: 767px) {
	.gnavi-ctrl {
		display: block;
		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(--s7);
		background: url(img/gnav-bg-01.png) no-repeat center center;
		background-size: contain;
		display: block;
		position: fixed;
		top: 1.5rem;
		right: 1rem;
		z-index: 200;
		cursor: pointer;
	}

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

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

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

	.gnavi-btn.is-active span:nth-of-type(1) {
		transform: translateY(0.9rem) 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.9rem) 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(--s4);
		display: inline-block;
		color: #000;
		font-weight: 700;
		position: relative;
	}

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

	.gnavi-btn-close__inner::after {
		content: "";
		width: 2rem;
		height: 0.6rem;
		background: #168CD0;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(0, -50%) rotate(135deg);
	}

	.gnavi-area {
		width: 100%;
		height: 100vh;
		padding: var(--s3) var(--s1) var(--s10);
		display: block;
		background: #e9f0f8;
		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 {
		max-width: 18rem;
		min-height: var(--s6);
		margin: 0 auto;
		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: 1.4rem;
		height: 1.4rem;
		background: url(img/arrow02-navy.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/arrow02-navy-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);
	}

	/*------------------------------------------
	Global menu settings
	*/
	.navigation01-menu-area {
		display: none;
	}
}


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


/*--------------------------------------
mainvisual
---------------------------------------*/
.mainvisual {
	position: relative;
}

.mainvisual::before {
	position: absolute;
	left: 0;
	top: -3.2rem;
	width: 100%;
	height: 17.6rem;
	background: url(img/mv-bg-01.png) no-repeat left top;
	background-size: contain;
	content: "";
	z-index: -2;
}

.mainvisual::after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 31rem;
	background: #dee8f2 url(img/mv-bg-02.png) repeat;
	content: "";
	z-index: -3;
}

.mainvisual .mv-inner {
	width: 120rem;
	min-height: 58rem;
	margin: 0 auto;
	padding: 3rem 0 5rem 0;
}

.mainvisual .mv-txt {
	position: relative;
	width: 62rem;
	padding: 0 0 0 1.2rem;
}

.mainvisual .mv-txt::before {
	position: absolute;
	left: 100%;
	bottom: 0;
	width: 80rem;
	height: 45.8rem;
	background: url(img/za-nac-00001117.png) no-repeat left top;
	background-size: contain;
	content: "";
	z-index: -1;
}

.mainvisual .mv-logo {
	width: 24rem;
	margin: 0 0 4rem 1.2rem;
}

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

.mainvisual .mv-catch {
	margin: 0 0 1.5rem 0;
	padding: 0 0 0 1.2rem;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.4;
}

.mainvisual .mv-title {
	display: inline-block;
	padding: 0 1.2rem 0.4rem 1.2rem;
	background: #324a6e;
	color: #fff;
	font-size: 4.5rem;
	font-weight: 700;
	line-height: 1.4;
}

.mainvisual .mv-title .txt-1 span {
	color: #f5ff33;
}

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

.mainvisual p:not([class])>span:not([class]) {
	color: #007ac1;
	font-weight: 700;
}

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

	.mainvisual {
		padding: 0.5rem 1.5rem 4rem 1.5rem;
	}

	.mainvisual::before {
		display: none;
		content: none;
	}

	.mainvisual::after {
		height: 70%;
	}

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

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

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

	.mainvisual .mv-logo {
		width: 18rem;
		margin: 0 auto 0.5rem auto;
	}

	.mainvisual .mv-sitename {
		margin: 0 0 1rem 0;
		padding: 59% 0 0 0;
		background: url(img/za-nac-00001117.png) no-repeat center top;
		background-size: 90% auto;
	}

	.mainvisual .mv-catch {
		margin: 0 0 1rem 0;
		padding: 0 0 0 0.5rem;
		font-size: 1.8rem;
		font-weight: 700;
		line-height: 1.4;
	}

	.mainvisual .mv-title {
		display: block;
		padding: 0;
		background: none;
		font-size: 2.4rem;
	}

	.mainvisual .mv-title .txt-1 {
		display: inline-block;
		margin: 0 0 0.5rem 0;
		padding: 0 0.5rem 0.2rem 0.5rem;
		background: #324a6e;
	}

}


/*--------------------------------------
mainvisual-lower
---------------------------------------*/
.mainvisual-lower .mv-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 10rem;
	padding: 1rem 0 0 0;
	background: #dee8f2 url(img/mv-bg-02.png) repeat;
	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;
		padding: 0;
	}

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

}


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

.accordion-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	max-width: 45rem;
	margin: 3rem auto 4rem auto;
	padding: 2rem 5rem;
	background: #fff;
	border: 1px solid #168cd0;
	border-radius: 6rem;
	box-shadow: 5px 5px 0 0 #168cd0;
	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: flex;
	align-items: center;
	justify-content: center;
	width: 22.2rem;
	height: 9.4rem;
	padding: 0.8rem 0.4rem;
	background: url(img/banner-bg-01.png) no-repeat right bottom;
	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.7;
}

.fix-banner01 a span span {
	color: #f5ff33;
	font-size: 1.8rem;
}

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

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

	.fix-banner01 a {
		width: auto;
		max-width: calc(100vw - 6rem);
		height: auto;
		padding: 0.8rem 1.2rem 0.6rem 1.2rem;
		background: url(img/banner-bg-02.png) no-repeat right 0.3rem bottom 0.3rem, -webkit-linear-gradient(90deg, rgba(24, 136, 202, 1) 0%, rgba(50, 75, 112, 1) 100%);
		background: url(img/banner-bg-02.png) no-repeat right 0.3rem bottom 0.3rem, linear-gradient(90deg, rgba(24, 136, 202, 1) 0%, rgba(50, 75, 112, 1) 100%);
		background-size: 1.1rem auto, auto;
		border: 1px solid #168cd0;
		border-radius: 0.8rem 0.8rem 0 0.8rem;
		color: #fff;
		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 span {
		font-size: 1.6rem;
	}

}


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

.section-title05 {
	position: relative;
	margin: 0 0 3rem 0;
	color: var(--site-color10);
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.section-title05 span {
	display: inline-block;
	margin: 1rem 0;
	padding: 0 1rem 0.2rem 1rem;
	background: var(--site-color10);
	color: #fff;
	font-size: 4.3rem;
}

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

.section-title03 {
	position: relative;
	margin: 0 0 3rem 0;
	padding: 7rem 0 0 0;
	color: var(--site-color10);
	font-size: 4.3rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.section-title03::before {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 4.6rem;
	height: 5.3rem;
	background: url(img/title-bg-01.png) no-repeat left top;
	background-size: contain;
	content: "";
}

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

.section-title03 a:hover {
	opacity: 0.7;
}

.l-center.host {
	padding: 8rem 0 4rem 0;
}

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

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

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

	.section-title05 {
		font-size: 2.1rem;
	}

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

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

	.section-title03 {
		font-size: 2.4rem;
	}

	.section-title03 a {
		padding: 0 3rem;
		background-size: 2rem auto;
	}

	.section-title03 a:hover {
		opacity: 0.7;
	}

	.l-center.host {
		padding: 3rem 0;
	}

}


/*--------------------------------------
sec01
---------------------------------------*/
.bg-01 {
	padding: 6rem 0 10rem 0;
	background: #3b4b64 url(img/bg-01.jpg) no-repeat center top;
	background-size: cover;
}

.sec01 .section-title05 {
	color: #fff;
}

.sec01 .section-title05 span {
	background: #e1ebf5;
	color: var(--site-color10);
}

.sec01 p.lead {
	color: #fff;
}

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

.sec01 .column-small {
	padding: 0 var(--s2) var(--s5) var(--s2);
	border-radius: 0.6rem;
}

.arrow-title {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: var(--s2);
	background: var(--site-color03);
	border-radius: 0.5rem 0.5rem 0 0;
	color: #fff;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.arrow-title span span {
	color: #f5ff33;
	font-size: 2.9rem;
}

.sec01 .m-title01 {
	margin: 0 0 3rem 0;
    color:#324a6e;
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1.8;
    text-align: center;
}

.sec01 .m-title01 span {
	color: #007ac1;
	font-size: 1.6rem;
}

.sec01 .fig {
	height: 20rem;
	text-align: center;
}

.sec01 .fig img {
	width: auto;
	max-height: 20rem;
}

.thb-icon-list-3c {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	margin: 3rem auto;
	padding: var(--s2);
	background: #f4f7fc;
}

.thb-icon-list-3c li {
	width: 13.5rem;
}

.thb-icon-list-3c li::before {
	display: none;
}

.thb-icon-list-3c li .thb-icon-pos {
	display: block;
	position: relative;
	width: 13.5rem;
	height: 12.1rem;
	padding: 7.5rem 0 0 0;
	background: url(img/sec01-bg-01.png) no-repeat center top;
	background-size: contain;
	color: #1b2134;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.thb-icon-list-3c li .thb-icon-pos:hover {
	cursor: pointer;
	opacity: 0.7;
}

.thb-icon-list-3c li:nth-child(2) .thb-icon-pos {
	background: url(img/sec01-bg-02.png) no-repeat center top;
	background-size: contain;
}

.thb-help-content {
	position: absolute;
	width: 20rem;
	padding: 2rem 1.5rem;
	background: #fff;
	border: 2px solid #499bf9;
	color: #158cd0;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	transition: opacity 0.6s;
	visibility: hidden;
	z-index: 5;
}

.thb-help-content-area div {
	display: none;
	margin: 0 0 1rem 0;
	padding: 0 0 0.8rem 0;
	border-bottom: 1px solid #8ac5e7;
	color: var(--site-color10);
	font-weight: 700;
	line-height: 1.4;
}

.thb-help-content-area p {
	line-height: 1.4;
}

.dialog--pos-left {
	left: 50%;
	top: 2rem;
	transform: translate(-50%, -100%);
}

.dialog {
	opacity: 0;
}

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

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

.sec01 .ttl-1 {
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--site-color10);
	font-size: 1.9rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.sec01 .ttl-2 {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 3rem 0 0 0;
	padding: 1rem;
	background: #58acf1;
	background: -webkit-linear-gradient(90deg, rgba(88, 172, 241, 1) 0%, rgba(118, 216, 233, 1) 100%);
	background: linear-gradient(90deg, rgba(88, 172, 241, 1) 0%, rgba(118, 216, 233, 1) 100%);
	color: #fff;
	font-size: 1.9rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.sec01 .thb-listbox-area {
	padding: 2rem var(--s2) 1rem var(--s2);
	background: #f0f5f9;
}

.sec01 .btn-web {
	margin: 3rem auto 0 auto;
}

.sec01 .btn-web a {
	padding: 2rem 4.5rem 2rem 3rem;
	font-size: 1.6rem;
}

.sec01.lower-cnts {
	margin: 6rem 0;
}

.sec01.lower-cnts .bg-01 {
	padding: 6rem 0;
}

.sec01.lower-cnts .l-center {
	padding-right: var(--s2);
	padding-left: var(--s2);
}

.sec01.lower-cnts .arrow-title {
	font-size: 2.1rem;
}

.sec01.lower-cnts .arrow-title span span {
	font-size: 2.8rem;
}

.sec01.lower-cnts .m-title01 {
	font-size: 1.8rem;
}

.sec01.lower-cnts .btn-web a {
	font-size: 1.5rem;
}

#low-page .sec01.lower-cnts ul:not([class]) {
	margin: 0;
}

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

	.bg-01 {
		padding: 4rem 0;
	}

	.sec01 .column-small {
		margin: 0 0 1.5rem 0;
	}

	.sec01 .column-small:last-child {
		margin: 0;
	}

	.thb-icon-list-3c {
		justify-content: center;
	}

	.thb-icon-list-3c li:nth-child(1) {
		margin: 0 1rem 0 0;
	}

	.thb-icon-list-3c li:nth-child(2) {
		margin: 0 0 0 1rem;
	}

	.thb-help-content {
		display: flex;
		align-items: center;
		justify-content: center;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100vh;
		padding: 0;
		background-color: rgba(0, 0, 0, .4);
		border: none;
		z-index: 300;
	}

	.thb-help-content-area {
		position: absolute;
		width: 80%;
		max-height: 80vh;
		padding: 2rem 1.5rem;
		background: #fff;
		border: 2px solid #499bf9;
		color: #158cd0;
		font-size: 2rem;
		font-weight: 700;
		text-align: center;
		overflow-y: auto;
	}

	.dialog--pos-left {
		left: 0;
		transform: inherit;
	}

	.dialog-btn-close {
		display: block;
		position: absolute;
		right: 0.5rem;
		top: 0;
		padding: var(--s2);
		color: #fff;
		font-size: 2rem;
		font-weight: 700;
	}

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

	.sec01.lower-cnts .bg-01 {
		padding: 4rem 0;
	}

}


/*--------------------------------------
sec02
---------------------------------------*/
.bg-02 {
	padding: 10rem 0 12rem 0;
	background: #eaf1f9;
}

.sec02 .column-medium {
	margin: 0 0 10rem 0;
	padding: 0 3rem 3rem 3rem;
	background: #fff;
	border: none;
	border-radius: 1rem;
	box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
}

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

.sec02 .onb-box-full {
	width: calc(100% + 6rem);
	margin-left: calc(3rem * -1);
}

.onb-icon-title {
	margin: 0 0 3rem 0;
	padding: 3rem;
	background-color: #007bc1;
	border-radius: 1.2rem 1.2rem 0 0;
	color: #fff;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.onb-icon-title span {
	color: #f5ff33;
	font-size: 3.5rem;
}

.sec02 .name {
	margin: 2rem 0 4rem 0;
	color: #324a6e;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
}

.sec02 .name span {
	display: inline-block;
	margin: 0 0 0.8rem 0;
	border-bottom: 5px solid #b6e84d;
	font-size: 2.6rem;
}

.onb-center-img {
	text-align: center;
}

.onb-center-img .fig img {
	width: auto;
	max-height: 40rem;
}

.onb-m-title5 {
	position: relative;
	margin: 6rem 0 3rem 0;
	padding: 1rem;
	color: #324a6e;
	font-size: 2.3rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.onb-m-title5::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0.2rem;
	background: #58acf1;
	background: -webkit-linear-gradient(90deg, rgba(88, 172, 241, 1) 0%, rgba(118, 216, 233, 1) 100%);
	background: linear-gradient(90deg, rgba(88, 172, 241, 1) 0%, rgba(118, 216, 233, 1) 100%);
	content: "";
}

.onb-m-title5::after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0.2rem;
	background: #58acf1;
	background: -webkit-linear-gradient(90deg, rgba(88, 172, 241, 1) 0%, rgba(118, 216, 233, 1) 100%);
	background: linear-gradient(90deg, rgba(88, 172, 241, 1) 0%, rgba(118, 216, 233, 1) 100%);
	content: "";
}

.onb-com-box-text {
	padding: 1.5rem 1.8rem 2rem 1.8rem;
	background: #fcfcfc;
	border-radius: 0 0 0.5rem 0.5rem;
}

.onb-com-box-catch {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.5rem;
	background: #158cd0;
	border-radius: 0.5rem 0.5rem 0 0;
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.onb-com-box-area .caption {
	text-align: left;
}

.sec02 .spec {
	margin: 0 0 3rem 0;
}

.sec02 .spec .fig {
	height: 30rem;
	text-align: center;
}

.sec02 .spec .fig img {
	width: auto;
	max-height: 30rem;
}

.sec02 .twb-listbox-area {
	/*--------------------------------------
	min-height: 30rem;
    ---------------------------------------*/
	padding: 2.5rem 2rem;
	background: #f0f5f9;
}

.sec02 table th {
	width: 30%;
	text-align: center;
}

.sec02 .onb-m-title6 {
	margin: 0 0 2rem 0;
	color: #168cd0;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.block-case {
	margin: 3rem 0 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.block-case .box {
	position: relative;
	width: calc((100% - 6rem) / 2);
	background: #f6fafd;
}

.block-case .box .label {
	margin: 0 0 2rem 0;
	padding: 1rem;
	background: #8b98ac;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.block-case .box .ttl {
	margin: 0 0 2rem 0;
	padding: 0 2rem;
	color: var(--site-color10);
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.block-case .box .inner {
	padding: 0 2rem 2rem 2rem;
}

.block-case .box:nth-child(2)::before {
	position: absolute;
	right: calc(100% + 1rem);
	top: 50%;
	transform: translateY(-50%);
	width: 3.8rem;
	height: 3.8rem;
	background: url(img/sec02-bg-01.png) no-repeat left top;
	background-size: contain;
	content: "";
}

.block-case .box:nth-child(2) .label {
	background: #218bcc;
}

.block-case .box:nth-child(2) .ttl {
	color: var(--site-color03);
}

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

	.bg-02 {
		padding: 4rem 0 7rem 0;
	}

	.sec02 .column-medium {
		margin: 0 0 5rem 0;
		padding: 0 1.2rem 3rem 1.2rem;
	}

	.sec02 .onb-box-full {
		width: calc(100% + 2.4rem);
		margin-left: calc(1.2rem * -1);
	}

	.onb-icon-title {
		margin: 0 0 2rem 0;
		padding: 1.5rem 1rem;
		font-size: 2.2rem;
	}

	.onb-icon-title span {
		font-size: 2.9rem;
	}

	.sec02 .name {
		font-size: 2rem;
	}

	.sec02 .name span {
		font-size: 2.4rem;
	}

	.onb-center-img {
		text-align: center;
	}

	.onb-center-img .fig img {
		width: auto;
		max-height: 30rem;
	}

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

	.onb-com-box-text {
		padding: 1.5rem;
	}

	.onb-com-box-catch {
		padding: 1.5rem 1rem;
		font-size: 1.8rem;
	}

	.sec02 .spec .fig {
		height: 28rem;
	}

	.sec02 .spec .fig img {
		width: auto;
		max-height: 28rem;
	}

	.sec02 .twb-listbox-area {
		min-height: auto;
		padding: 2rem 1.5rem;
	}

	.sec02 table th {
		width: 35%;
	}

	.sec02 .onb-m-title6 {
		font-size: 1.8rem;
	}

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

	.block-case .box {
		width: 100%;
		margin: 0 0 6rem 0;
	}

	.block-case .box:last-child {
		margin: 0;
	}

	.block-case .box .label {
		font-size: 2.1rem;
	}

	.block-case .box .ttl {
		font-size: 1.8rem;
	}

	.block-case .box .inner {
		padding: 0 2rem 2rem 2rem;
	}

	.block-case .box:nth-child(2)::before {
		left: 50%;
		right: auto;
		top: auto;
		bottom: calc(100% + 1.1rem);
		transform: translateX(-50%) rotate(90deg);
	}

}


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

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

.sec03 .column-small {
	margin: 0 0 1rem 0;
	padding: 3rem 1.5rem;
	background: #fff;
	box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.15);
	border-radius: 1rem;
}

.sec03 .column-small .title-catch {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 0 2rem 0;
	margin: 0 0 2rem 0;
	border-bottom: 1px solid #8ac5e7;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.sec03 .column-small .title-catch a {
	display: block;
	width: 100%;
	padding: 0 3rem 0 0;
	background: url(img/arrow01-blue.svg) no-repeat right center;
	background-size: 2rem auto;
	color: #324a6e;
	text-decoration: none;
}

.sec03 .column-small .title-catch a:hover {
	opacity: 0.7;
}

.sec03 .column-small table {
	margin: 2rem 0;
	font-size: 1.5rem;
}

.sec03 .column-small table th {
	width: 7.5rem;
	text-align: center;
}

.sec03 .column-small .link {
	text-align: right;
}

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

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

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

	.sec03 {
		padding: 4rem 0;
	}

	.sec03 .accordion-item {
		padding: 0 0 3rem 0;
	}

}


/*--------------------------------------
sec04
---------------------------------------*/
.bg-03 {
	padding: 8rem 0 10rem 0;
	background: #fbfbfb;
}

.sec04 .l-grid-two {
	--minimum: calc((100% - var(--s3)) / 2);
	display: grid;
	grid-gap: var(--s3);
}

.sec04 .column-medium {
	padding: 3rem 2rem;
	background: #fff;
	border: none;
	box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.15);
	border-radius: 1rem;
}

.sec04 .column-medium .twb-title-catch {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 2.5rem 0;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.sec04 .column-medium .twb-title-catch a {
	display: inline-block;
	padding: 0 3rem;
	background: url(img/arrow01-blue.svg) no-repeat right center;
	background-size: 2rem auto;
	color: #324a6e;
	text-decoration: none;
}

.sec04 .column-medium .twb-title-catch a:hover {
	opacity: 0.7;
}

.sec04 .column-medium .fig {
	margin: 0 0 2rem 0;
	text-align: center;
}

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

	.bg-03 {
		padding: 4rem 0 7rem 0;
	}

	.sec04 .column-medium .twb-title-catch {
		font-size: 2rem;
	}

	.sec04 .column-medium .twb-title-catch a {
		display: block;
		width: 100%;
		padding: 0 3rem 0 0;
	}

}


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

.icon-txt-head {
	margin: 5rem 0 2.5rem 0;
	padding: 1.5rem 1.5rem 1.5rem 6.5rem;
	background: #f4f7fc url(img/title-bg-04.png) no-repeat left 1.5rem center;
	background-size: 4rem auto;
	border-radius: 1rem;
	color: #023156;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.4;
}

.icon-txt-head a {
	display: inline-block;
	padding: 0 4rem 0 0;
	background: url(img/arrow01-blue.svg) no-repeat right center;
	background-size: 2rem auto;
	color: #324a6e;
	text-decoration: none;
}

.icon-txt-head a:hover {
	opacity: 0.7;
}

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

	.sec05 {
		padding: 4rem 0 7rem 0;
	}

	.icon-txt-head {
		margin: 4rem 0 2rem 0;
		font-size: 2rem;
	}

	.icon-txt-head a {
		display: block;
		padding: 0 3rem 0 0;
	}

}


/*--------------------------------------
sec06
---------------------------------------*/
.bg-04 {
	padding: 8rem 0 10rem 0;
	background: #fbfbfb;
}

.sec06 .l-grid-two {
	--minimum: calc((100% - var(--s3)) / 2);
	display: grid;
	grid-gap: var(--s3);
}

.sec06 .column-medium {
	padding: 3rem 2rem;
	background: #fff;
	border: none;
	box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.15);
	border-radius: 1rem;
}

.sec06 .column-medium .twb-title-catch {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 2.5rem 0;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.sec06 .column-medium .twb-title-catch a {
	display: inline-block;
	padding: 0 3rem;
	background: url(img/arrow01-blue.svg) no-repeat right center;
	background-size: 2rem auto;
	color: #324a6e;
	text-decoration: none;
}

.sec06 .column-medium .twb-title-catch a:hover {
	opacity: 0.7;
}

.sec06 .column-medium .fig {
	margin: 0 0 2rem 0;
	text-align: center;
}

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

	.bg-04 {
		padding: 4rem 0 7rem 0;
	}

	.sec06 .column-medium .twb-title-catch {
		font-size: 2rem;
	}

}


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

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

.sec07 .column-small {
	margin: 0 0 1rem 0;
	padding: 3rem 1.5rem;
	background: #fff;
	border-radius: 1rem;
	box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.15);
}

.sec07 .column-small .m-title01 {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 2rem 0;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.sec07 .column-small .m-title01 a {
	display: block;
	width: 100%;
	padding: 0 3rem 0 0;
	background: url(img/arrow01-blue.svg) no-repeat right center;
	background-size: 2rem auto;
	color: #324a6e;
	text-decoration: none;
}

.sec07 .column-small .m-title01 a:hover {
	opacity: 0.7;
}

.sec07 .column-small .fig {
	margin: 0 0 2rem 0;
	text-align: center;
}

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

	.sec07 {
		padding: 4rem 0 7rem 0;
	}

	.sec07 .column-small .m-title01 {
		font-size: 2rem;
	}

}


/*--------------------------------------
sec08
---------------------------------------*/
.bg-05 {
	padding: 8rem 0;
	background: #fbfbfb;
}

.sec08 .l-grid-two {
	--minimum: calc((100% - var(--s3)) / 2);
	display: grid;
	grid-gap: var(--s3);
}

.sec08 .column-medium {
	padding: 3rem 2rem;
	background: #fff;
	border: 1px solid #8ac5e7;
	border-radius: 0.5rem;
	box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);
}

.sec08 .column-medium .twb-title-catch {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin: 0 0 2.5rem 0;
	padding: 0 0 2rem 0;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.sec08 .column-medium .twb-title-catch::before {
	position: absolute;
	left: -2rem;
	top: 100%;
	width: calc(100% + 4rem);
	height: 0.1rem;
	border-bottom: 1px solid #8ac5e7;
	content: "";
}

.sec08 .column-medium .twb-title-catch a {
	display: inline-block;
	padding: 0 3rem;
	background: url(img/arrow01-blue.svg) no-repeat right center;
	background-size: 2rem auto;
	color: #324a6e;
	text-decoration: none;
}

.sec08 .column-medium .twb-title-catch a:hover {
	opacity: 0.7;
}

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

	.bg-05 {
		padding: 4rem 0;
	}

	.sec08 .column-medium .twb-title-catch {
		font-size: 2rem;
	}

	.sec08 .column-medium .twb-title-catch a {
		display: block;
		width: 100%;
		padding: 0 3rem 0 0;
		background-size: 2rem auto;
	}
	.arrow-title span span {
    color: #f5ff33;
    font-size: 2.6rem;
}

	.sec01 .btn-web a {
    padding: 2rem 4.5rem 2rem 2rem;
    font-size: 1.6rem;
}
	.sec03 .column-small .title-catch {
		    font-size: 2rem;
	}
}
