@charset "utf-8";

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

.header-area-upper.lower {
	background: #fff;
	text-align: left;
}

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

.header-title::before {
	display: inline-block;
	width: 2.4rem;
	height: 1.6rem;
	margin: 0 0.5rem 0 0;
	background: #333;
	color: #fff;
	line-height: 1.5rem;
	text-align: center;
	content: "PR";
}

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

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

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

}


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

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

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

.toggle-content {
	display: none;
}

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

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

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

.gnavi-btn {
	width: var(--s7);
	height: var(--s7);
	background: #ff8900;
	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.8rem;
}

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

.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(-1.2rem) rotate(45deg);
}

.gnavi-btn-close {
	width: 80%;
	margin: 0 auto;
	padding: var(--s2);
	background: #fff;
	border: 2px solid #ff8900;
	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: #ff8900;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%) rotate(45deg);
}

.gnavi-btn-close__inner::after {
	content: "";
	width: 1em;
	height: 0.2rem;
	background: #ff8900;
	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: #fffbea;
	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) 5rem var(--s2) var(--s2);
	border-top: 1px solid #333;
	display: block;
	font-weight: 700;
	line-height: 1.4;
	text-decoration: none;
	position: relative;
}

.gnavi-list__link::after {
	content: "";
	width: 1.4rem;
	height: 1.4rem;
	background: url(img/arrow02-black.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-black-down.svg);
	background-size: contain;
}

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

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

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

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

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

/* ---------------------------------------------
index01(目次)
--------------------------------------------- */
.onb-index01-frame {
	width: 100%;
	background-color: var(--site-color09);
}

.onb-index01-wrap {
	margin: 0 auto;
	padding: var(--s1) var(--s3);
	border: solid 0.1rem #D0D3E0;
	background-color: transparent;
	position: relative;
}

.onb-index01-title {
	padding: var(--s2) var(--s2) var(--s2) var(--s6);
	color: #333;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1;
	background: url("img/dummy-icon.png") no-repeat left center;
	background-size: 4rem auto;
	position: relative;
	cursor: pointer;
}

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

.onb-index01-title::after {
	content: "";
	width: 0.3rem;
	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(--site-color02);
	transform: translateY(-50%);
	top: .8em;
}

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

.more-content {
	display: none;
}

.onb-index01-content {
	background-color: #fff;
}

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

.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: 0.7rem;
	height: 0.7rem;
	border: 5px solid #f8c300;
	border-radius: 50%;
	position: absolute;
	top: 0.6rem;
	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 #ee7029;
	border-radius: 6rem;
	box-shadow: 4px 4px 0 0 #ee7029;
	font-weight: 700;
	text-align: center;
	position: relative;
	transition: 0.2s;
	cursor: pointer;
}

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

.related-article01-btn::after {
	content: "";
	width: .2rem;
	height: 2rem;
	background: #ee7029;
	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(4px, 4px);
}


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

/*------------------------------------------
    3box column settings
*/
.column-small {
	padding: var(--s2);
	border: 1px solid var(--site-color09);
}

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

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

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

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

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

/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
	.sp-scroll-table {
		margin-bottom: 1rem;
		display: block;
		padding: var(--s1);
		border: 1px solid var(--site-color09);
		text-align: center;
		font-size: 1.2rem;
		border-radius: 2rem;
	}
}

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

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

.onb-img-title-box {
	width: calc(100% + 6.4rem);
	margin-left: -3.2rem;
}

.onb-img-title-area {
	display: flex;
	background-color: #2EAD70;
	border-radius: 20px;
	align-items: end;
}

.onb-img-title-image {
	width: 20%;
	padding-left: var(--s4);
}

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

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

.onb-img-title-sub b {
	border-bottom: 5px solid #FFD22D;
}

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

/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
	.onb-img-title-box {
		width: calc(100% + 3.2rem);
		margin-left: -1.6rem;
	}

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

	.onb-img-title {
		width: 60%;
		font-size: 2rem;
	}

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

	.onb-img-title-sub b {
		border-bottom: 3px solid #FFD22D;
	}
}

.onb-center-img {
	max-width: 64%;
	margin: 0 auto;
}

/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
	.onb-center-img {
		max-width: 100%;
	}
}

.twb-m-title02 {
	padding: 1.6rem 2.5rem;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.4;
	background-color: #C2E1D2;
	border-radius: 15px;
}

.onb-casebox02-frame {
	margin-top: 2rem;
	padding: var(--s4);
	background: #F5F5F5;
	border-radius: 20px;
	position: relative;
}

.onb-casebox02-sub {
	padding: var(--s1) var(--s3);
	background-color: #FFD22D;
	color: var(--site-color05);
	font-size: 2rem;
	font-weight: bold;
	border-radius: 5rem;
	transform: translateX(-50%);
	position: absolute;
	top: -2rem;
	left: 50%;
}

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

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

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

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

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

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

.twb-listbox-area {
	padding: var(--s5) var(--s2) var(--s2) var(--s2);
	background-color: #F5F5F5;
	border-radius: 20px;
	position: relative;
}

.twb-listbox-title {
	margin-top: -5rem;
	text-align: center;
	font-weight: 700;
}

.twb-listbox-title span {
	padding: .8rem;
	background-color: #FFD22D;
	border-radius: 50vh;
	display: inline-block;
}

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

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

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

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

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

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

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

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

.onb-casebox02-sub {
	padding: var(--s1) var(--s3);
	background-color: #FFD22D;
	color: var(--site-color05);
	font-size: 2rem;
	font-weight: bold;
	border-radius: 5rem;
	transform: translateX(-50%);
	position: absolute;
	top: -2rem;
	left: 50%;
}

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

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

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

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

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

.bg-02 {
	background: #dddddd;
}

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

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

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

.acc-more-btn {
	max-width: 32rem;
	margin: var(--s5) auto;
	position: relative;
}

.acc-more-btn span {
	width: 100%;
	margin: var(--s5) auto;
	padding: 2rem 6rem 2rem 3rem;
	border: .1rem solid #707070;
	border-radius: 4rem;
	background: #FFEDAB url('img/accordion-plus.png') no-repeat 95% center;
	display: block;
	text-align: center;
	font-weight: 700;
	transform: translate(0, 0);
	transition: transform 0.3s;
	cursor: pointer;
	z-index: 1;
}

.acc-more-btn::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: #D6D6D6;
	border-width: 0 1px 1px 0;
	transform: translate(.6rem, .6rem);
	border-radius: 4rem;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}

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

.acc-more-btn.is-open span {
	background: #ffedab url('img/accordion-minus.png') no-repeat 95% center;
}

.more-content {
	display: none;
}

/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
	.acc-more-btn span {
		transition: inherit;
		transform: none;
	}

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

/*------------------------------------------
    2box column settings
*/
.column-medium {
	padding: var(--s4);
}

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

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

.icon-head02 {
	position: relative;
	margin: 5rem 0 3rem 0;
	padding: 2.2rem 2rem 2.5rem 12rem;
	background: #f7f6f5;
	border-radius: 1rem;
	color: #153943;
	font-size: 2.6rem;
	line-height: 1.4;
	font-weight: 700;
}

.icon-head02::before {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 10rem;
	height: 10rem;
	background: #153943;
	border-radius: 50%;
	color: #fff;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.1;
	content: "POINT";
}

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

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

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

	.icon-head02::before {
		width: 7rem;
		height: 7rem;
		font-size: 1.6rem;
	}
}


.conclusion-box-frame {
	margin: 6rem 0;
	background: #fefbf8;
	border-radius: 1rem;
}

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

.conclusion-box-ttl__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 8.8rem;
	height: 8.8rem;
	background: #f07325;
	border-radius: 50%;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.1;
}

.conclusion-box-ttl__text {
	display: flex;
	align-items: center;
	width: calc(100% - 8.8rem);
	padding: 0 0 0 3rem;
	color: #153943;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.4;
}

.conclusion-box-text {
	padding: 1rem 4rem 4rem 4rem;
}

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

/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
	.conclusion-box-ttl {
		padding: 1.5rem;
	}

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

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

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

}


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

.onb-index02-wrap {
	margin: 0 auto;
	padding: var(--s1) var(--s3) var(--s4) var(--s3);
	background: #f7f6f5;
	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 #cbcbcb;
}

.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;
	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.4rem;
	transform: translateY(-50%);
	width: auto;
	height: auto;
	background: none;
	border-radius: 0;
	color: #ee852a;
	font-size: 1.5rem;
	font-weight: 700;
	content: counter(number, decimal-leading-zero);
	counter-increment: number 1;
}

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

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

	.onb-index02-frame {
		margin: 0 0 4rem 0;
	}

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

}


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

.more-content-gradation::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	transition: 0.3s;
	background: linear-gradient(to bottom, transparent 0%, #f7f6f5 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 #ee7029;
	border-radius: 6rem;
	box-shadow: 4px 4px 0 0 #ee7029;
	font-weight: 700;
	text-align: center;
	position: relative;
	transition: 0.2s;
	cursor: pointer;
}

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

.onb-index02-btn::after {
	content: "";
	width: .2rem;
	height: 2rem;
	background: #ee7029;
	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(4px, 4px);
}

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


/*--------------------------------------
modal
---------------------------------------*/
.block-modal {
	margin: 5rem auto;
}

.block-modal .note {
	margin: 0 0 1.5rem 0;
	color: #153943;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}


.block-modal .box {
	margin: 0 0 3rem 0;
	text-align: center;
}

.block-modal .fig img {
	max-width: 64%;
	height: auto;
	cursor: pointer;
}

#modal-overlay {
	display: none;
	align-items: center;
	justify-content: center;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	opacity: 0;
	transition: opacity 0.3s;
	z-index: 9999;
}

#modal-overlay.show {
	display: flex;
	opacity: 1;
}

.modal-content {
	display: inline-block;
	position: relative;
}

.modal-content img {
	display: block;
	max-width: 86vw;
	max-height: 86vh;
}

#modal-close {
	position: absolute;
	top: 0;
	left: calc(100% + 1.5rem);
	width: 3.6rem;
	height: 3.6rem;
	cursor: pointer;
}

#modal-close::before,
#modal-close::after {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 3.6rem;
	height: 0.2rem;
	background: #fff;
	content: "";
}

#modal-close::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

#modal-close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

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

	.block-modal .fig img {
		max-width: 100%;
		cursor: initial;
	}

	.block-modal .note {
		display: none;
	}

}


/*--------------------------------------
mainvisual
---------------------------------------*/
.mainvisual {
	position: relative;
	background: url(img/mv-bg-01.png) no-repeat left bottom;
}

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

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

.mainvisual .mv-txt::before {
	position: absolute;
	right: calc(100% + 4rem);
	top: -5rem;
	width: 26.2rem;
	height: 67rem;
	background: url(img/mv-bg-02.png) no-repeat left top;
	background-size: contain;
	content: "";
}

.mainvisual .mv-txt::after {
	position: absolute;
	left: 100%;
	top: -3rem;
	width: 87.2rem;
	height: 67rem;
	background: url(img/za-nac-00001324_mv-bg-03.png) no-repeat left top;
	background-size: contain;
	content: "";
}

.mainvisual .mv-logo {
	width: 26rem;
	margin: 0 0 2.5rem 0;
}

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

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

.mainvisual .mv-title span {
	position: relative;
	color: #ee7129;
	font-size: 5rem;
}

.mainvisual .mv-title .txt-1::before {
	position: absolute;
	right: calc(100% + 1.5rem);
	top: 50%;
	transform: translateY(-50%);
	width: 3.4rem;
	height: 7.4rem;
	background: url(img/mv-bg-04.png) no-repeat left top;
	background-size: contain;
	content: "";
}

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

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

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

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

	.mainvisual {
		position: relative;
		background: none;
	}

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

	.mainvisual .mv-sitename {
		padding: 1.5rem 1.5rem 59% 1.5rem;
		background: url(img/za-nac-00001324_mv-bg-06.png) no-repeat center bottom 1.5rem, url(img/mv-bg-05.png) no-repeat center bottom, #fffbea;
		background-size: 96% auto, 100% auto;
	}

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

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

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

	.mainvisual .mv-logo {
		width: 16rem;
		margin: 0 auto 2rem auto;
	}

	.mainvisual .mv-sitename {
		margin: 0;
		text-align: center;
	}

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

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

	.mainvisual .mv-title .txt-1 {
		display: inline-block;
		margin: 1rem 0 0 0;
	}

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

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

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

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

	.mainvisual .btn-ancher {
		margin: 3rem auto 0 auto;
	}

}


/*--------------------------------------
mainvisual-lower
---------------------------------------*/
.mainvisual-lower .mv-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 14rem;
	background: #fff9e1 url(img/mv-bg-07.png) no-repeat center center;
	text-align: center;
}

.mainvisual-lower .mv-logo {
	width: 28rem;
	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;
		background: #fff9e1;
	}

	.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 #ee7029;
	border-radius: 6rem;
	box-shadow: 4px 4px 0 0 #ee852a;
	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: 2rem;
	width: 2.2rem;
	height: 2.2rem;
	background: url(img/accordion-plus.png) no-repeat left top;
	background-size: contain;
	content: "";
	transform: translate(0, -50%);
	z-index: 2;
}

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

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


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

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

}


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

.fix-banner01 a {
	display: block;
	width: 22rem;
	max-height: 10rem;
	padding: 1rem 0.4rem;
	background: url(img/banner-bg-01.svg) no-repeat right 0.5rem bottom 0.5rem, -webkit-linear-gradient(90deg, rgba(240, 115, 37, 1) 0%, rgba(255, 137, 1, 1) 100%);
	background: url(img/banner-bg-01.svg) no-repeat right 0.5rem bottom 0.5rem, linear-gradient(90deg, rgba(240, 115, 37, 1) 0%, rgba(255, 137, 1, 1) 100%);
	background-size: 1rem auto, auto;
	border-radius: 1rem 0 0 1rem;
	color: #fff;
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	text-decoration: none;
}

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

.fix-banner01 a span {
	display: inline-block;
	margin: 0 0 0.5rem 0;
	padding: 0.1rem 0.6rem 0.2rem 0.6rem;
	background: #fff;
	color: #173942;
	font-size: 1.4rem;
}

@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: 1rem 1.5rem 0.8rem 1.5rem;
		background: url(img/banner-bg-01.svg) no-repeat right 0.5rem bottom 0.5rem, -webkit-linear-gradient(90deg, rgba(240, 115, 37, 1) 0%, rgba(255, 137, 1, 1) 100%);
		background: url(img/banner-bg-01.svg) no-repeat right 0.5rem bottom 0.5rem, linear-gradient(90deg, rgba(240, 115, 37, 1) 0%, rgba(255, 137, 1, 1) 100%);
		background-size: 1rem auto, auto;
		border-radius: 0 1rem 0 0;
		font-size: 1.7rem;
	}

	.fix-banner01 a span {
		font-size: 1.5rem;
	}

}


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

.section-title03 {
	position: relative;
	margin: 0 0 5rem 0;
	padding: 6rem 0 0 0;
	color: #153943;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

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

.section-title03::after {
	position: absolute;
	left: 50%;
	top: calc(100% + 1rem);
	transform: translateX(-50%);
	width: 5.5rem;
	height: 0.8rem;
	background: url(img/title-bg-02.png) no-repeat left top;
	background-size: contain;
	content: "";
}

.section-title03 span {
	color: #dc7600;
	font-size: 3.4rem;
}

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

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

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

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

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

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

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

	.sec4 .section-title03,
	.sec5 .section-title03,
	.sec6 .section-title03,
	.sec7 .section-title03,
	.sec8 .section-title03 {
		font-size: 2.2rem;
	}

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

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

}


/*--------------------------------------
sec1
---------------------------------------*/
.sec1 {
	padding: 6rem 0 9rem 0;
}

.sec1 p.lead {
	margin: 0 auto 6rem auto;
	text-align: center;
}

.sec1 .column-small {
	position: relative;
	padding: 0;
	background: #fff;
	border: 2px solid #cbcbcb;
	border-radius: 0.5rem;
}

.sec1 .column-small::before {
	position: absolute;
	left: 50%;
	top: -2.8rem;
	transform: translateX(-50%);
	width: 5.2rem;
	height: 5.2rem;
	background: url(img/sec1-bg-01.svg) no-repeat left top;
	background-size: contain;
	content: "";
}

.sec1 .column-small:nth-child(2):before {
	background: url(img/sec1-bg-02.svg) no-repeat left top;
	background-size: contain;
}

.sec1 .column-small:nth-child(3):before {
	background: url(img/sec1-bg-03.svg) no-repeat left top;
	background-size: contain;
}

.sec1 .column-small .thb-iconbox01-title {
	display: block;
	align-items: center;
	justify-content: center;
	padding: 2rem 1.5rem 1.5rem 1.5rem;
	background: #fff9e1;
	color: #153943;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.sec1 .column-small .inner {
	padding: 1.5rem;
}

.simplified-chart-spfix-cpt {
	display: none;
}

.simplified-chart-spfix {
	margin: 5rem 0 0 0;
	border-collapse: collapse;
	table-layout: fixed;
}

.simplified-chart-spfix th,
.simplified-chart-spfix td {
	padding: 1.6rem 1.2rem;
	/*---------------- background: #fff;　　------------------*/	
	border: 1px solid #cbcbcb;
	line-height: 1.6;
}

.simplified-chart-spfix td {
	padding: 1.6rem;
	vertical-align: top;
}

.simplified-chart-spfix th[scope="row"] {
	width: 18rem;
	background: #fff9e1;
	font-size: 2rem;
	text-align: center;
}

.simplified-chart-spfix th[scope="col"] {
	width: 27.3rem;
	background: #ee852a;
	color: #fff;
	font-size: 2.6rem;
	text-align: left;
}

.simplified-chart-spfix th[scope="col"] span {
	display: flex;
	align-items: center;
	min-height: 6rem;
	padding: 0 0 0 7.5rem;
}

.simplified-chart-spfix th[scope="col"] .ico-1 {
	background: url(img/sec1-ico-01.png) no-repeat left center;
	background-size: 6rem auto;
}

.simplified-chart-spfix th[scope="col"] .ico-2 {
	background: url(img/sec1-ico-02.png) no-repeat left center;
	background-size: 6rem auto;
}

.simplified-chart-spfix th[scope="col"] .ico-3 {
	background: url(img/sec1-ico-03.png) no-repeat left center;
	background-size: 6rem auto;
}

.simplified-chart-spfix .ttl-1 {
	margin: 0 0 1.5rem 0;
	color: #dc7600;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.4;
}

.simplified-chart-spfix .ttl-2 {
	color: #1b76a0;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.4;
}

.simplified-chart-spfix .btn-ancher {
	margin: 2rem auto 0 auto;
}

.simplified-chart-spfix .btn-ancher a {
	padding: 2rem 3.5rem 2rem 2rem;
	background-position: right 1.5rem center, left center;
	background-size: 1.6rem auto, auto;
	font-size: 1.5rem;
}

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

	.sec1 {
		padding: 4rem 0 6rem 0;
	}

	.sec1 p.lead {
		margin: 0 auto 5rem auto;
		text-align: left;
	}

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


	.simplified-chart-spfix-cpt {
		display: block;
		margin: 3rem 0 1rem 0;
		padding: 0.6rem 1rem;
		background: #fff9e1;
		border-radius: 3rem;
		font-weight: 700;
		line-height: 1.4;
		text-align: center;
	}

	.l-scroll-x-sp .simplified-chart-spfix {
		width: 81rem;
		margin: 0;
	}

	.l-scroll-x-sp .simplified-chart-spfix th:first-child {
		position: sticky;
		left: 0;
		z-index: 10;
	}


	.simplified-chart-spfix th,
	.simplified-chart-spfix td {
		padding: 1rem;
	}

	.simplified-chart-spfix td {
		padding: 1rem;
	}

	.simplified-chart-spfix th[scope="row"] {
		width: 9rem;
		padding: 0.4rem;
		font-size: 1.4rem;
	}

	.simplified-chart-spfix th[scope="col"] {
		width: 24rem;
		font-size: 2.2rem;
	}

	.simplified-chart-spfix .ttl-1,
	.simplified-chart-spfix .ttl-2 {
		font-size: 1.7rem;
	}

}


/*--------------------------------------
sec2
---------------------------------------*/
.sec2 {
	padding: 8rem 0 12rem 0;
	background: #fffbea url(img/sec2-bg-01.png) no-repeat center top;
}

.sec2 p.note {
	margin: 2rem 0 0 0;
	font-size: 1rem;
	line-height: 1.4;
}

.sec2 .column-small {
	padding: 0;
	background: #fff;
	border: none;
	border-radius: 1.1rem;
}

.sec2 .column-small .title-catch-wrap {
	display: flex;
	align-items: center;
	min-height: 10rem;
	padding: 1.5rem 0.5rem 1.5rem 1rem;
	background: url(img/sec1-ico-01.png) no-repeat left 1rem center, -webkit-linear-gradient(90deg, rgba(240, 115, 37, 1) 0%, rgba(255, 137, 1, 1) 100%);
	background: url(img/sec1-ico-01.png) no-repeat left 1rem center, linear-gradient(90deg, rgba(240, 115, 37, 1) 0%, rgba(255, 137, 1, 1) 100%);
	background-size: 65px auto, auto;
	border-radius: 1rem 1rem 0 0;
}

.sec2 .column-small:nth-child(2) .title-catch-wrap {
	background: url(img/sec1-ico-02.png) no-repeat left 1rem center, -webkit-linear-gradient(90deg, rgba(240, 115, 37, 1) 0%, rgba(255, 137, 1, 1) 100%);
	background: url(img/sec1-ico-02.png) no-repeat left 1rem center, linear-gradient(90deg, rgba(240, 115, 37, 1) 0%, rgba(255, 137, 1, 1) 100%);
	background-size: 65px auto, auto;
}

.sec2 .column-small:nth-child(3) .title-catch-wrap {
	background: url(img/sec1-ico-03.png) no-repeat left 1rem center, -webkit-linear-gradient(90deg, rgba(240, 115, 37, 1) 0%, rgba(255, 137, 1, 1) 100%);
	background: url(img/sec1-ico-03.png) no-repeat left 1rem center, linear-gradient(90deg, rgba(240, 115, 37, 1) 0%, rgba(255, 137, 1, 1) 100%);
	background-size: 65px auto, auto;
}

.sec2 .column-small .title-catch {
	padding: 0 0 0 8rem;
	color: #fff;
	font-size: 2.1rem;
	font-weight: 700;
	line-height: 1.4;
}

.sec2 .column-small .title-catch span {
	font-size: 2.8rem;
}

.sec2 .column-small .inner {
	padding: 2rem 1.5rem;
}

.sec2 .column-small .m-title01 {
	margin: 0 0 2rem 0;
	color: #153943;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
}

.sec2 .column-small .m-title01 .txt-1 {
	border-bottom: 3px solid #f8c300;
	font-size: 2rem;
}

.sec2 .column-small .m-title01 .txt-2 {
	display: inline-block;
	margin: 1.5rem 0 0 0;
	color: #dc7600;
}

.sec2 .column-small .m-title01 .txt-3 {
	font-size: 2.2rem;
}

.sec2 .column-small ul:not([class]) {
	margin: 2.5rem 0 0 0;
}

.sec2 .column-small .btn-web {
	margin: 3rem auto 0 auto;
}

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

.sec2.lower-cnts {
	margin: 5rem 0;
	padding: 6rem 0;
	background: #fffbea;
	border-radius: 2rem;
}

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

.sec2.lower-cnts p.lead {
	margin: 0 2rem 4rem 2rem;
}

.sec2.lower-cnts .l-grid-three {
	--minimum: calc((100% - var(--s1)* 2) / 3);
	grid-gap: var(--s1);
}

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

	.sec2 {
		padding: 5rem 0 7rem 0;
		background-size: 150% auto;
	}

	.sec2.lower-cnts {
		padding: 4rem 0;
	}

	.sec2.lower-cnts p.lead {
		margin: 0 2rem 3rem 2rem;
	}

}


/*--------------------------------------
sec3
---------------------------------------*/
.sec3 {
	padding: 8rem 0 12rem 0;
	background: #f6eeeb url(img/sec3-bg-01.jpg) repeat;
}

.sec3 p.lead {
	text-align: center;
}

.sec3 .column-medium {
	margin: 0 0 8rem 0;
	padding: 0;
	background: #fff;
	border: none;
	border-radius: 1.1rem;
}

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

.sec3 .onb-img-title-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 12rem;
	padding: 2rem 15rem;
	background: url(img/sec1-ico-01.png) no-repeat left 6rem center, -webkit-linear-gradient(90deg, rgba(240, 115, 37, 1) 0%, rgba(255, 137, 1, 1) 100%);
	background: url(img/sec1-ico-01.png) no-repeat left 6rem center, linear-gradient(90deg, rgba(240, 115, 37, 1) 0%, rgba(255, 137, 1, 1) 100%);
	background-size: 88px auto, auto;
	border-radius: 1rem 1rem 0 0;
	text-align: center;
}

#company-2 .onb-img-title-wrap {
	background: url(img/sec1-ico-02.png) no-repeat left 6rem center, -webkit-linear-gradient(90deg, rgba(240, 115, 37, 1) 0%, rgba(255, 137, 1, 1) 100%);
	background: url(img/sec1-ico-02.png) no-repeat left 6rem center, linear-gradient(90deg, rgba(240, 115, 37, 1) 0%, rgba(255, 137, 1, 1) 100%);
	background-size: 88px auto, auto;
}

#company-3 .onb-img-title-wrap {
	background: url(img/sec1-ico-03.png) no-repeat left 6rem center, -webkit-linear-gradient(90deg, rgba(240, 115, 37, 1) 0%, rgba(255, 137, 1, 1) 100%);
	background: url(img/sec1-ico-03.png) no-repeat left 6rem center, linear-gradient(90deg, rgba(240, 115, 37, 1) 0%, rgba(255, 137, 1, 1) 100%);
	background-size: 88px auto, auto;
}

.sec3 .onb-img-title {
	color: #fff;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.4;
}

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

.sec3 .column-medium>.inner {
	padding: 3.8rem 3.2rem;
}

.sec3 .section-title04 {
	margin: 0 0 3rem 0;
	color: #153943;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.sec3 .section-title04 .txt-1 {
	font-size: 2.2rem;
	border-bottom: 3px solid #f8c300;
}

.sec3 .section-title04 .txt-2 {
	display: inline-block;
	margin: 2rem 0 0 0;
	color: #dc7600;
	font-size: 2rem;
}

.sec3 .fig {
	text-align: center;
}

.sec3 .inner>.fig img {
	max-width: 60%;
}

.sec3 .onb-m-title5 {
	margin: 6rem 0 3rem 0;
	padding: 0.8rem;
	border-top: 2px solid #f8c300;
	border-bottom: 2px solid #f8c300;
	color: #153943;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.sec3 .l-grid-two-large {
	margin: 3rem 0 0 0;
}

.sec3 .onb-casebox02-frame {
	margin: 0;
	padding: 0;
	background: #f7f6f5;
	border-radius: 1.1rem;
}

.sec3 .onb-casebox02-catch {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.5rem;
	background: #ee852a;
	border-radius: 1rem 1rem 0 0;
	color: #fff;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.sec3 .onb-casebox02-frame .inner {
	padding: 1.5rem;
}

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

.sec3 .block-case .box-fig {
	width: 40rem;
	padding: 0 2rem 0 0;
	text-align: center;
}

.sec3 .block-case .box-fig .catch {
	margin: 2rem 0 0 0;
	color: #153943;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.sec3 .block-case .box-txt {
	width: calc(100% - 40rem);
	padding: 2rem;
	background: #fcfbfb;
	border-radius: 1rem;
}

.sec3 .block-case .box-txt .ttl {
	margin: 0 0 1rem 0;
	padding: 0 0 0.8rem 0;
	border-bottom: 1px dashed #dbdbdb;
	color: #1b76a0;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.4;
}

.sec3 .onb-iconbox02-frame {
	padding: 2rem;
	background: #fbfafa;
	border-radius: 0.5rem;
}

.sec3 .onb-iconbox02-catch {
	margin: 0 0 1.5rem 0;
	padding: 0 0 1rem 0;
	border-bottom: 2px dashed #dbdbdb;
	color: #1b76a0;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

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

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

	.sec3 {
		padding: 5rem 0 7rem 0;
	}

	.sec3 p.lead {
		text-align: left;
	}

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

	.sec3 .onb-img-title-wrap {
		justify-content: left;
		padding: 1.5rem 0.5rem 1.5rem 9.2rem;
		background-position: left 1rem center, left center;
		background-size: 76px auto, auto;
	}

	#company-2 .onb-img-title-wrap {
		background-position: left 1rem center, left center;
		background-size: 76px auto, auto;
	}

	#company-3 .onb-img-title-wrap {
		padding: 1.5rem 0.5rem 1.5rem 10.5rem;
		background-position: left 1rem center, left center;
		background-size: 76px auto, auto;
	}

	.sec3 .onb-img-title {
		width: 100%;
		font-size: 2.1rem;
		text-align: left;
	}

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

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

	.sec3 .inner>.fig img {
		max-width: 100%;
	}

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

	.sec3 .l-grid-two-large {
		margin: 2.5rem 0 0 0;
	}

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

	.sec3 .block-case {
		display: block;
	}

	.sec3 .block-case .box-fig {
		width: 100%;
		padding: 0;
	}

	.sec3 .block-case .box-fig .catch {
		margin: 1.5rem 0 0 0;
		font-size: 1.7rem;
	}

	.sec3 .block-case .box-txt {
		width: 100%;
		        margin-top: 2rem;
	}

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

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

	.sec3 table th {
		width: 35%;
		padding: 1.5rem 0.5rem;
	}

}


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

.sec4 .column-small {
	padding: 2rem 1.5rem;
	background: #f7f6f5;
	border: none;
	border-radius: 0.5rem;
}

.sec4 .m-title01 {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 2rem 0;
	color: #dc7600;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

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

.sec4 .txt {
	margin: 2rem 0 0 0;
}

.sec4 table {
	margin: 2rem 0 0 0;
}

.sec4 table th,
.sec4 table td {
	padding: 0.8rem;
	font-size: 1.5rem;
}

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

.link {
	margin: 2rem 0 0 0;
	text-align: right;
}

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

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

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

	.sec4 {
		padding: 5rem 0 7rem 0;
	}

	.sec4 .m-title01 {
		font-size: 2rem;
	}

}


/*--------------------------------------
sec5
---------------------------------------*/
.sec5 {
	padding: 8rem 0;
	background: #fcfbfb;
}

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

.sec5 .column-medium {
	margin: 0;
	padding: 2.5rem 2rem;
	background: #fff;
	border: none;
	border-radius: 0.5rem;
}

.sec5 .twb-m-title01 {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 2rem 0;
	color: #ee7029;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.sec5 .twb-m-title01 a {
	display: block;
	width: 100%;
	padding: 0 3rem 0 0;
	background: url(img/arrow01-orange.svg) no-repeat right center;
	background-size: 2rem auto;
	color: #ee852a;
	text-decoration: none;
}

.sec5 .fig {
	margin: 0 0 2rem 0;
	text-align: center;
}

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

	.sec5 {
		padding: 5rem 0 7rem 0;
	}

	.sec5 .twb-m-title01 {
		font-size: 2rem;
	}

}


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

.sec6 .column-small {
	padding: 2rem 1.5rem;
	border: 2px solid #cbcbcb;
	border-radius: 0.5rem;
}

.sec6 .title-catch {
	display: flex;
	align-items: center;
	margin: 0 0 1.5rem 0;
	padding: 0 0 1.5rem 0;
	border-bottom: 2px dashed #cbcbcb;
	color: #dc7600;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.4;
}

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

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

	.sec6 {
		padding: 5rem 0 7rem 0;
	}

	.sec6 .title-catch {
		font-size: 2rem;
	}

}


/*--------------------------------------
sec7
---------------------------------------*/
.sec7 {
	padding: 8rem 0 12rem 0;
	background: #fcfbfb;
}

.sec7 .iconbox02-frame {
	padding: 3rem 2.5rem;
	background: #fff;
	border: 2px solid #cbcbcb;
	border-radius: 1rem;
}

.sec7 .iconbox02-catch {
	margin: 0 0 2rem 0;
	padding: 0 0 2rem 0;
	border-bottom: 2px dashed #cbcbcb;
	color: #ee7029;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.sec7 .iconbox02-catch a {
	display: inline-block;
	padding: 0 4rem;
	background: url(img/arrow01-orange.svg) no-repeat right center;
	background-size: 2rem auto;
	color: #156386;
	text-decoration: none;
}

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

	.sec7 {
		padding: 5rem 0 7rem 0;
	}

	.sec7 .iconbox02-catch {
		font-size: 2rem;
	}

	.sec7 .iconbox02-catch a {
		display: block;
		padding: 0 3rem 0 0;
	}

}


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

.l-pickup-contents03-r {
	display: grid;
	place-items: center;
	grid-template-columns: 1fr 1fr;
	grid-template-areas: "image catch""image content";
	position: relative;
	margin: 0 0 6rem 0;
}

.l-pickup-contents03-r-catch {
	grid-area: catch;
	position: relative;
	width: 58rem;
	margin: 0 0 4rem 0;
	color: #153943;
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.4;
}

.l-pickup-contents03-r-catch::before {
	position: absolute;
	left: 0;
	top: calc(100% + 1.5rem);
	width: 5.5rem;
	height: 0.8rem;
	background: url(img/title-bg-02.png) no-repeat left top;
	background-size: contain;
	content: "";
}

.l-pickup-contents03-r-catch a {
	display: block;
	padding: 0 3rem 0 0;
	background: url(img/arrow01-orange.svg) no-repeat right center;
	background-size: 2rem auto;
	color: inherit;
	text-decoration: none;
}

.l-pickup-contents03-r-img {
	grid-area: image;
	position: relative;
	width: 40rem;
	padding: 0 2rem 0 0;
	text-align: center;
}

.l-pickup-contents03-r-img::before {
	position: absolute;
	left: -2.4rem;
	top: -2.1rem;
	width: 7rem;
	height: 7rem;
	/*--------------------------------------
	background: url(img/title-bg-01.png) no-repeat left top;
---------------------------------------*/
	background-size: contain;
	content: "";
}

.l-pickup-contents03-r-content {
	grid-area: content;
	position: relative;
}

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

	.sec8 {
		padding: 5rem 0 7rem 0;
	}

	.l-pickup-contents03-r {
		grid-template-columns: none;
		grid-template-areas: inherit;
		margin: 0 0 4rem 0;
	}

	.l-pickup-contents03-r::before {
		width: 6.8rem;
		height: 6.8rem;
		top: -3.4rem;
		left: 0;
	}

	.l-pickup-contents03-r-catch {
		width: 100%;
		margin: 0 0 5rem 0;
		font-size: 2.4rem;
	}

	.l-pickup-contents03-r-img {
		width: 80%;
		margin: 0 0 1.5rem 0;
		padding: 0;
	}

	.l-pickup-contents03-r-img::before {
		left: -1rem;
		top: -1rem;
		width: 5rem;
		height: 5rem;
	}

	.l-pickup-contents03-r-content {
		max-width: inherit;
	}

	.l-pickup-contents03-r-catch,
	.l-pickup-contents03-r-img,
	.l-pickup-contents03-r-content {
		grid-area: inherit;
	}
}

@media screen and (max-width: 767px) {
    ul:not([class]) li {
    word-break: break-all;
}
}