@charset "utf-8";

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

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

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

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

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

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

.toggle-content {
	display: none;
}

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

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

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

.gnavi-btn {
	width: var(--s7);
	height: var(--s6);
	background: var(--accent-color04);
	display: block;
	position: fixed;
	top: var(--s4);
	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: #fff;
	display: block;
	text-align: center;
}

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

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

.gnavi-btn-close__inner::after {
	content: "";
	width: 1em;
	height: 0.2rem;
	background: #2a2a2a;
	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.5;
}

.gnavi-pc {
	display: none;
}

.gnavi-list {
	border-bottom: 1px solid #7c7c7c;
	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 #7c7c7c;
	display: block;
	color: var(--accent-color04);
	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-orange-right.svg") no-repeat center/auto 100%;
	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-orange-down.svg");
	background-size: 100% auto;
}

.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: 85%;
	counter-reset: count;
	margin-bottom: var(--s4);
	margin:4rem auto;
}

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

.onb-index02-title {
	padding: var(--s2) var(--s2) var(--s2) var(--s4);
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.1;
	position: relative;
	border-bottom: 3px solid #2d8672;
}

.onb-index02-title::before {
	position: absolute;
	left: 1rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1rem;
	height: calc(100% - 2rem);
	background: #6bc5ad;
	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.2rem;
	transform: translateY(-50%);
	width: auto;
	height: auto;
	background: none;
	border-radius: 0;
	color: #2d8672;
	font-size: 1.8rem;
	font-weight: 700;
	content: counter(number, decimal-leading-zero);
	counter-increment: number 1;
}

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


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

	.gnavi-btn {
		top: 0;
	}

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

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

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

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


}

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

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

.onb-index02-btn {
	max-width: 24rem;
	margin: 2rem auto 0 auto;
	padding: 2rem 6rem;
	background: #fff;
	border: 3px solid #d9d9d9;
	border-radius: 6rem;
	box-shadow: 5px 5px 0 0 #707070;
	text-align: center;
	position: relative;
	transition: 0.2s;
	cursor: pointer;
}

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

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

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

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

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

.related-article01-title {
	padding: var(--s2) var(--s2) var(--s2) var(--s4);
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.1;
	position: relative;
	border-bottom: 3px solid #2d8672;
}

.related-article01-title::before {
	position: absolute;
	left: 1rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1rem;
	height: calc(100% - 2rem);
	background: #6bc5ad;
	content: "";
}

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

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

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

.related-article01-list li::before {
	content: "";
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	background-color: var(--accent-color03);
	position: absolute;
	top: .9rem;
	left: 0;
}

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

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

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

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

.is-hidden {
	display: none;
}

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


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

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

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

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

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

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

	.header-title {
		display: block;
		font-size: 1rem;
		text-align: left;
	}

	.related-article01-list {
		padding: 0;
	}

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

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

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

	.related-article01-title::before {
		left: 0;
	}

}

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

.section-title07 {
	width: 100%;
	padding: var(--s4) 0;
	color: #000;
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	position: relative;
}

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

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

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

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

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

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

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

/*------------------------------------------
    3box column settings
*/
.column-small {
	padding: 0 var(--s2) var(--s2) var(--s2);
	background: #fff;
	border: 1px solid #d9d9d9;
}

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

.arrow-title {
	padding: var(--s1) 0 var(--s2);
	font-size: 1.6rem;
	font-weight: 700;
	background-color: var(--accent-color04);
	color: #fff;
	text-align: center;
	line-height: 2;
	position: relative;
}

.arrow-title .txt-1 {
	font-size: 1.6rem;
}

.arrow-title .txt-1 span {
	border-bottom: 3px solid #bce8e7;
	font-size: 2.2rem;
}

.arrow-title .txt-2 {
	display: inline-block;
	margin: 0.6rem 0.2rem 0 0;
	padding: 0.2rem 0.2rem;
	background: #fff;
	color: #2b6457;
	font-size: 1.8rem;
	line-height: 1.4;
}


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

.m-title01 span {
	color: var(--accent-color04);
	font-size: 2.1rem;
}


.thb-acc-list-frame {
	margin: 2rem 0 0 0;
	border: 1px solid #d9d9d9;
}

.thb-acc-list-title {
	padding: var(--s2);
	background-color: var(--site-color05);
	font-weight: 700;
	text-align: center;
}

.thb-acc-list-content {
	padding: var(--s2);
}

.thb-acc-list div {
	padding-bottom: var(--s2);
	display: flex;
	border-bottom: 1px solid #bce8e7;
}

.thb-acc-list div:last-child {
	border: none;
}

.thb-acc-list div dt {
	width: 40%;
	color: var(--accent-color04);
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.2;
	display: flex;
	align-items: center;
}

.thb-acc-list div dd {
	width: 60%;
	font-size: 1.5rem;
	line-height: 1.2;
	align-items: center;
	display: flex;
}


.thb-acc-list-more-btn {
	max-width: 24rem;
	margin: 2rem auto 0 auto;
	padding: 2rem 6rem;
	background: #fff;
	border: 3px solid #d9d9d9;
	border-radius: 6rem;
	box-shadow: 5px 5px 0 0 #707070;
	text-align: center;
	position: relative;
	transition: 0.2s;
	cursor: pointer;
}

.thb-acc-list-more-btn::before {
	content: "";
	width: 2rem;
	height: .2rem;
	background: #000;
	position: absolute;
	top: 50%;
	right: 3rem;
	transform: translate(0, -50%);
}

.thb-acc-list-more-btn::after {
	content: "";
	width: .2rem;
	height: 2rem;
	background: #000;
	position: absolute;
	top: 50%;
	right: 3.9rem;
	transform: translate(0, -50%);
	transition: transform 0.3s;
}

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

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


.m-title03 {
	display: flex;
	align-items: center;
	min-height: 6rem;
	margin: 2.5rem 0 1.5rem 0;
	padding: 1.5rem 0 1.5rem 6rem;
	color: #000;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.4;
	border-bottom: 1px solid #ccc;
	background: url('./img/icon-01.png') no-repeat center left;
	background-size: 5rem auto;
}

.thb-listbox-bg-colored {
	padding-top: 2rem;
}

.thb-listbox-area {
	display: block;
	margin: 2rem 0 0 0;
	padding: 4rem var(--s2) var(--s2) var(--s2);
	background-color: #f5f5f5;
	position: relative;
}

.thb-listbox-title {
	max-width: 80%;
	margin: -5.5rem auto 0 auto;
	padding: var(--s1) var(--s2);
	color: #fff;
	background-color: #6bc5ad;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 700;
}

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

.thb-listbox-list {
	width: 100%;
	margin: 1rem 0 0 0;
	padding-left: 2.5rem;
}

.thb-listbox-list li {
	padding: var(--s1) 0 0 var(--s1);
	line-height: 1.5;
	position: relative;
}

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

.thb-listbox-list li span {
    margin-right: 0;
    display: inline;
    text-align: left;
    color: #e28506;
    font-weight: 700;
}

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

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

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

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

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

.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-icon-title-frame {
	padding: var(--s4);
	background-color: var(--site-color04);
	position: relative;
}

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

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

.onb-icon-title {
	text-align: center;
	font-size: 3.2rem;
	font-weight: 700;
}

.onb-icon-title small {
	font-size: 2.1rem;
}

.onb-icon-title-catch {
	margin-bottom: .8rem;
	font-size: 1.8rem;
	display: block;
	line-height: 1.5;
}

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

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

	.onb-icon-title small {
		font-size: 1.6rem;
	}

	.onb-icon-title-catch {
		padding-left: var(--s3);
		font-size: 1.4rem;
	}

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

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

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

.onb-m-title6 {
	line-height: 1.5;
	font-size: 2.5rem;
	font-weight: 700;
	position: relative;
	margin-left: 1.6rem;
}

.onb-casebox02-frame {
	display: block;
	margin-top: 2rem;
	padding: var(--s3);
	position: relative;
	background: #f5f5f5;
	border-radius: 1rem;
}

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

.l-onb-casebox02 {
	display: flex;
	flex-wrap: wrap;
	gap: var(--s2);
	margin: 0 0 1.5rem 0;
}

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

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

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

.onb-casebox02-catch {
	display: flex;
	align-items: center;
	height: 100%;
	font-size: 2rem;
	line-height: 1.5;
	font-weight: 700;
	color: var(--accent-color04);
}

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

.onb-acc-list-frame {
	border: 1px solid #d9d9d9;
}

.onb-acc-list-title {
	padding: var(--s2);
	background-color: var(--site-color05);
	font-weight: 700;
	text-align: center;
}

.onb-acc-list-content {
	padding: var(--s-2) var(--s2) var(--s2);
}

.onb-acc-list div {
	display: flex;
	align-items: center;
	height: 6.5rem;
	border-bottom: 1px solid #bce8e7;
}

.onb-acc-list div:last-child {
	border: none;
}

.onb-acc-list div dt {
	width: 32%;
	color: var(--accent-color04);
	font-weight: 700;
	line-height: 1.4;
	display: flex;
	align-items: center;
}

.onb-acc-list div dd {
	width: 68%;
	line-height: 1.4;
	display: flex;
	align-items: center;
}


.onb-acc-list-more-btn {
	max-width: 24rem;
	margin: 2rem auto 0 auto;
	padding: 2rem 4rem 2rem 3.5rem;
	background: #fff;
	border: 3px solid #d9d9d9;
	border-radius: 6rem;
	box-shadow: 5px 5px 0 0 #707070;
	font-weight: 700;
	text-align: center;
	position: relative;
	transition: 0.2s;
	cursor: pointer;
}

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

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

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

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

.l-grid-three .column-small .more-content-gradation::after {
	background: linear-gradient(to bottom, transparent 0%, #fff 100%);
}


.onb-iconbox03-frame {
	display: block;
	padding: var(--s4) var(--s2) var(--s2);
	background-color: #f5f5f5;
	position: relative;
}

.onb-iconbox03-frame::before {
	position: absolute;
	left: 50%;
	top: -1.5rem;
	transform: translateX(-50%);
	width: 4rem;
	height: 4rem;
	background: url(img/icon-04.png) no-repeat left top;
	background-size: contain;
	content: "";
}

.onb-iconbox03-frame p {
	font-size: 1.4rem;
}

.onb-iconbox03-sub {
	text-align: center;
	position: absolute;
	top: -1.5rem;
	transform: translateX(-50%);
	left: 50%;
}

.onb-iconbox03-sub span {
	padding: var(--s1) var(--s2);
	display: inline-block;
	background-color: var(--site-color02);
	border: 1px solid #707070;
	color: #fff;
	font-weight: 700;
}

.onb-iconbox03-img {
	padding-left: var(--s7);
	padding-right: var(--s7);
}

.onb-iconbox03-catch {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin: 0 0 3.5rem 0;
	color: var(--accent-color04);
	font-size: 1.9rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}

.onb-iconbox03-catch::before {
	position: absolute;
	left: 50%;
	top: calc(100% + 2rem);
	transform: translateX(-50%);
	width: 6rem;
	height: 0.2rem;
	background: var(--accent-color04);
	content: "";
}


.onb-iconbox03-caption {
	text-align-last: left;
}

/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
	.onb-iconbox03-img {
		padding-left: var(--s11);
		padding-right: var(--s11);
	}
}

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

.onb-flex-table th {
	width: 35%;
	background-color: #747474;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
}

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

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

/*------------------------------------------
    2box column settings
*/
.column-medium {
	padding: 0 var(--s4) var(--s8) var(--s4);
	background: #fff;
	border: 3px solid #c4e6e2;
}

.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: 0 var(--s2) var(--s4) var(--s2);
	}

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

.title-catch {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	border-bottom: 4px solid var(--accent-color04);
	margin: 0 0 2.5rem 0;
	padding: .8rem .8rem 1.6rem .8rem;
	font-size: 2.1rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
	color: #000;
	;
}

.title-catch span {
	font-size: 1.6rem;
}

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

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


/*------------------------------------------
    4box column settings
*/
.column-xsmall {
	padding: 2rem 1rem;
	border: 1px solid #d9d9d9;
}

.box-full {
	width: calc(100% + 1.6rem);
	margin-left: -.8rem;
}

.ex-contents-spv {
	display: flex;
}

.ex-contents-spv-left {
	padding: 1.6rem 2.8rem 1.6rem 1.4rem;
	background: #f5f5f5 url(img/sec05-bg-01.png) no-repeat left center;
	background-size: 7rem auto;
	font-weight: 700;
	position: relative;
	display: flex;
	align-items: center;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 3.7rem;
	text-align: center;
}

.ex-contents-spv-left span {
	width: 100%;
	font-size: 3.2rem;
	line-height: 1.5;
	text-align: center;
	display: block;
}

.ex-contents-spv-right {
	padding: var(--s6) var(--s4);
	background-color: var(--site-color05);
	flex: 1;
}

.ex-contents-spv-catch {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.5;
}

/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
	.for-pc {
		display: none;
	}

	.ex-contents-spv {
		flex-direction: column;
	}

	.ex-contents-spv-catch {
		font-size: 1.6rem;
	}

	.ex-contents-spv-right p {
		font-size: 1.4rem;
	}
}

.twb-m-title05 {
	margin: 0 0 2.5rem 0;
	padding-bottom: 1.6rem;
	display: grid;
	align-items: center;
	grid-gap: 0;
	grid-template-columns: 9.6rem 1fr;
	border-bottom: 1px solid #ccc;
}

.twb-m-title05__left {
    width: 68%;
}

.pc-fix-banner01 {
	display: none;
	position: fixed;
	right: 0;
	bottom: 14rem;
	width: 25rem;
	background: var(--accent-color03);
	z-index: 50;
}

.pc-fix-banner01 a {
	display: flex;
	align-items: center;
	position: relative;
	padding: 2rem 1rem 1.5rem 1rem;
	text-decoration: none;
}

.pc-fix-banner01 a::before {
	display: inline-block;
	position: absolute;
	left: 1rem;
	top: -1.7rem;
	width: 8.6rem;
	height: 3.4rem;
	background: #ffcb2d;
	border-radius: 4rem;
	color: #000;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 3.3rem;
	text-align: center;
	content: "CHECK";
}

.pc-fix-banner01 a::after {
	position: absolute;
	right: 1.5rem;
	top: -1rem;
	width: 6rem;
	height: 4.9rem;
	background: url(img/banner-bg-01.png) no-repeat left top;
	background-size: contain;
	content: "";
}

.pc-fix-banner01 a:hover {
	opacity: .7;
}

.pc-fix-banner01-text {
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.4;
}

.pc-fix-banner01-text span {
	font-size: 2.0rem;
}

/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
	.pc-fix-banner01 {
		display: none !important;
	}
}

.sp-fix-banner01 {
	display: none;
}

/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
	.sp-fix-banner01 {
		display: block;
		position: fixed;
		left: 0;
		bottom: 0;
		width: 24rem;
		background: var(--accent-color03);
		z-index: 50;
	}

	.sp-fix-banner01 a {
		display: flex;
		align-items: center;
		position: relative;
		padding: 2rem 1rem 1rem 1rem;
		text-decoration: none;
	}

	.sp-fix-banner01 a::before {
		display: inline-block;
		position: absolute;
		left: 1rem;
		top: -1.4rem;
		width: 6.4rem;
		height: 2.8rem;
		background: #ffcb2d;
		border-radius: 4rem;
		color: #000;
		font-size: 1.6rem;
		font-weight: 700;
		line-height: 2.7rem;
		text-align: center;
		content: "CHECK";
	}

	.sp-fix-banner01 a::after {
		position: absolute;
		right: 1.5rem;
		top: -1rem;
		width: 5.4rem;
		height: 4.4rem;
		background: url(img/banner-bg-01.png) no-repeat left top;
		background-size: contain;
		content: "";
	}


	.sp-fix-banner01-text {
		color: #fff;
		font-size: 1.5rem;
		font-weight: 700;
		line-height: 1.4;
	}

	.sp-fix-banner01-text span {
		font-size: 1.8rem;
	}
}

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

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

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


/*--------------------------------------
mainvisual
---------------------------------------*/
.mainvisual {
	padding: 0 0 5rem 0;
}

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

.mainvisual .mv-logo {
	position: relative;
	margin: 0 0 7rem 0;
}

.mainvisual .mv-logo::before {
	position: absolute;
	left: -5.4rem;
	bottom: -4.8rem;
	width: 25rem;
	height: 25rem;
	background: url(img/mv-bg-01.png) no-repeat left top;
	background-size: contain;
	content: "";
	z-index: -1;
}

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

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

.mv-txt::before {
	position: absolute;
	left: calc(100% - 51rem);
    bottom: -5rem;
    width: 115rem;
    height: 54rem;
	background: url(img/mv-bg-02PC.png) no-repeat left bottom;
	background-size: contain;
	content: "";
	z-index: -1;
}

.mv-title {
	color: #2d8672;
	font-size: 4.2rem;
	font-weight: 700;
	line-height: 1.4;
}

.mv-title span {
	display: inline-block;
	margin: 0 0 0.5rem 0;
	padding: 0.5rem 1.5rem;
	background: #2d8672;
	color: #fff;
	font-size: 2.8rem;
}

.mv-txt p:not([class]) {
	margin: 2rem 0 0 0;
}

.mv-txt p:not([class])>span:not([class]) {
	background: linear-gradient(transparent 64%, rgba(255, 203, 45, 0.65) 64%);
	font-weight: 700;
}

/* @media screen and (min-width: 1600px) {

	.mv-txt {
		width: 70rem;
	}

}

@media screen and (min-width: 1800px) {

	.mv-txt {
		width: 80rem;
	}

} */


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

	.mainvisual {
		padding: 0 0 2rem 0;
	}

	.mv-inner {
		width: 100%;
	}

	.mainvisual .mv-logo {
		margin: 0;
		padding: 3rem 2rem 4rem 2rem;
		background: url(img/mv-bg-02.png) no-repeat right bottom;
		background-size: auto 100%;
	}

	.mainvisual .mv-logo::before {
		position: absolute;
		left: 0.8rem;
		top: calc(50% - 1rem);
		bottom: auto;
		transform: translateY(-50%);
		width: 7rem;
		height: 7rem;
		background: url(img/mv-bg-01.png) no-repeat left top;
		background-size: contain;
		content: "";
		z-index: -1;
	}

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

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

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

	.mv-title {
		font-size: 2.6rem;
	}

	.mv-title span {
		padding: 0.5rem 1rem;
		font-size: 1.6rem;
	}

	.mv-txt p:not([class]) {
		margin: 1.5rem 0 0 0;
		line-height: 1.6;
	}

}


/*--------------------------------------
mainvisual-lower
---------------------------------------*/
.mainvisual-lower {
	position: relative;
	height: 8rem;
}

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

.mainvisual-lower .mv-logo {
	position: relative;
}

.mainvisual-lower .mv-logo::before {
	position: absolute;
	left: -6rem;
	bottom: -3rem;
	width: 27rem;
	height: 27rem;
	background: url(img/mv-bg-01.png) no-repeat left top;
	background-size: contain;
	content: "";
	z-index: -1;
}

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

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

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

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

	.mainvisual-lower .mv-logo::before {
		bottom: -2.5rem;
	}

}


/*--------------------------------------
matome
---------------------------------------*/
.block-matome {
	margin: 6rem auto;
	padding: 3.5rem 4rem 7rem 4rem;
	background: #e8f7f7 url(img/matome-bg-01.png) no-repeat right 3rem bottom 3.6rem;
	background-size: 16rem auto;
}

.block-matome .label {
	display: inline-block;
	margin: 0 0 2rem 0;
	padding: 1rem 4rem;
	background: var(--accent-color03);
	border-radius: 6rem;
	color: #fff;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.1;
	text-align: center;
}

.block-matome .title {
	margin: 0 0 2rem 0;
	color: var(--accent-color04);
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.4;
}

.block-matome .btn-internal,
.block-matome .btn-web,
.block-matome .btn-tel {
	margin-bottom: 0;
}

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

	.block-matome {
		margin: 4rem auto;
		padding: 2rem 2rem 10rem 2rem;
		background: #e8f7f7 url(img/matome-bg-01.png) no-repeat right 1.5rem bottom 1.5rem;
		background-size: 8rem auto;
	}

	.block-matome .label {
		margin: 0 0 1.5rem 0;
		padding: 0.8rem 2.4rem;
		font-size: 1.8rem;
	}

	.block-matome .title {
		margin: 0 0 1.5rem 0;
		font-size: 2rem;
	}

	.block-matome .btn-internal,
	.block-matome .btn-web,
	.block-matome .btn-tel {
		width: 90%;
	}

}


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

.l-grid-two .column-medium {
	background: #e8f7f7;
	border: 3px solid #6bc5ad;
}

.l-grid-two .column-medium .fig {
	text-align: center;
}

.l-grid-two .column-medium p:not([class]) {
	margin: 1em 0;
}

.l-grid-two .column-medium {
	padding: var(--s3) var(--s4) var(--s6) var(--s4);
}

.l-grid-two .column-medium .twb-m-title05__right {
	display: flex;
	align-items: center;
	font-size: 2.1rem;
	font-weight: 700;
	line-height: 1.4;
}

.l-grid-two .column-medium .twb-m-title05__right a {
	display: block;
	width: 100%;
	padding: 0 2rem 0 0;
	background: url(img/arrow-01-green-right.svg) no-repeat right center;
	background-size: 1rem auto;
	color: inherit;
	text-decoration: none;
}

.l-grid-two .column-medium .twb-m-title05__right a:hover {
	opacity: 0.7;
}

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

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

	.l-grid-two .column-medium {
		padding: var(--s2);
	}

	.l-grid-two .twb-m-title05 {
		grid-gap: var(--s1);
		grid-template-columns: 6.4rem 1fr;
	}

	.l-grid-two .column-medium .twb-m-title05__right {
		font-size: 1.8rem;
	}

}


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

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

.accordion-btn::before {
	position: absolute;
	top: 50%;
	right: 3rem;
	width: 2rem;
	height: 0.2rem;
	background: #222;
	content: "";
	transform: translate(0, -50%);
	z-index: 2;
}

.accordion-btn::after {
	position: absolute;
	right: 3.9rem;
	top: 50%;
	width: 0.2rem;
	height: 2rem;
	background: #222;
	content: "";
	transform: translate(0, -50%);
	transition: 0.3s ease all;
	z-index: 2;
}

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

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

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

	.accordion-btn {
		width: 90%;
	}

}


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

.sec01.lower {
	padding: 2rem 0 8rem 0;
}

.section-title07-frame::before {
	position: absolute;
	left: 50%;
	top: -6rem;
	transform: translateX(-50%);
	width: 100%;
	font-family: Arial, sans-serif;
	font-size: 8rem;
	font-weight: 700;
	text-align: center;
}

.sec01 .section-title07-frame::before {
	top: -5rem;
	color: #bce8e7;
	content: "SELECTIONS";
}

p.lead {
	color: #707070;
	line-height: 1.8;
}

.sec01 p.lead {
	width: 90%;
	margin: 0 auto;
	color: #2a2a2a;
	line-height: 1.8;
}

.sec01 .l-stack-large {
	gap: var(--s4);
}

.sec01 .m-title02 {
	position: relative;
	margin: 0 0 1.5rem 0;
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.sec01 .m-title02::before {
	position: absolute;
	left: 50%;
	top: -2.8rem;
	transform: translateX(-50%);
	width: 4.3rem;
	height: 2.2rem;
	background: url(img/title-bg-01.png) no-repeat left top;
	background-size: contain;
	content: "";
}

.sec01 .list-1 ul:not([class]) li::before {
	background: url(img/icon-02.png) no-repeat left top;
	background-size: 18px auto;
}

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

.sec01 .l-grid-three+.caption {
	margin: 0;
	text-align: left;
}


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

	.sec01 {
		padding: 2rem 0;
		background: #f4f4f4 url(img/sec01-bg-01.jpg) no-repeat center top;
		background-size: 150% auto;
	}

	.sec01.lower {
		padding: 0 0 6rem 0;
	}

	.section-title07-frame::before {
		top: -3.5rem;
		padding: var(--s2) 0;
		font-size: 4rem;
	}

	.sec01 .section-title07-frame::before {
		top: -3.5rem;
	}

	.sec01 p.lead {
		width: 100%;
	}

	.sec01 .l-stack-large {
		gap: var(--s4);
	}

	.sec01 .m-title02 {
		position: relative;
		margin: 0 0 1.5rem 0;
		font-size: 1.7rem;
		font-weight: 700;
		line-height: 1.4;
		text-align: center;
	}

	.sec01 .m-title02::before {
		position: absolute;
		left: 50%;
		top: -2.8rem;
		transform: translateX(-50%);
		width: 4.3rem;
		height: 2.2rem;
		background: url(img/title-bg-01.png) no-repeat left top;
		background-size: contain;
		content: "";
	}

	.sec01 .list-1 ul:not([class]) li::before {
		background: url(img/icon-02.png) no-repeat left top;
		background-size: 18px auto;
	}

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

}


/*--------------------------------------
sec02
---------------------------------------*/
.sec02 {
	padding: 12rem 0;
	background: #e8f7f7 url(img/sec02-bg-01.jpg) no-repeat center top 30rem;
	background-size: 100% auto;
}

.sec02 .section-title07-frame::before {
	color: #bce8e7;
	content: "DETAILS";
}

.sec02 .onb-icon-title-frame {
	padding: var(--s4);
	background-color: var(--accent-color04);
}

.sec02 .onb-icon-title {
	color: #fff;
	font-size: 2.1rem;
}

.sec02 .onb-icon-title .txt-1 {
	border-bottom: 5px solid #bce8e7;
	font-size: 2.5rem;
}

.sec02 .onb-icon-title .txt-2 {
	display: inline-block;
	margin: 2rem 0.5rem 0 0;
	padding: 0.2rem 0.8rem;
	background: #fff;
	color: var(--accent-color04);
	font-size: 3.2rem;
	line-height: 1.4;
}

.sec02 .name {
	margin: 3rem 0;
	color: #000;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

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

.sec02 .fig {
	max-width: 64rem;
}

.sec02 .onb-m-title6 {
	margin: 6rem 0 3rem 0;
	padding: 0 0 0.5rem 2rem;
	border-left: 6px solid #6bc5ad;
	border-bottom: 1px solid var(--accent-color04);
	color: #373a3c;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.4;
}

.sec02 .more-content-gradation {
	max-height: 26rem; /* 6.5rem × 4行分 */
}

.sec02 .more-content-gradation::after {
	background: linear-gradient(to bottom, transparent 0%, #fff 100%);
}

.sec02 .onb-acc-list-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.sec02 .onb-acc-list-content dl {
	width: calc((100% - 2.5rem) / 2);
}

.sec02 .onb-acc-list-content dl.l-stack-small {
	gap: 0;
}

.sec02 .onb-acc-list-content dl.l-stack-small > * {
	margin-top: 0;
	margin-bottom: 0;
}

.sec02 .onb-acc-list div {
	height: 6.5rem;
	margin: 0;
}

.sec02 .onb-acc-list-more-btn {
	width: 28rem;
}

.sec02 .low-left-img {
	width: 50%;
}

.sec02 .low-left-img-catch {
	display: flex;
	padding: 1rem;
	background: #d2ece9;
}

.sec02 .l-grid-two-large.case {
	--minimum: calc((100% - var(--s7)) / 2);
	grid-gap: var(--s7);
}

.sec02 .l-grid-two-large.case .onb-casebox02-frame {
	padding: var(--s4) var(--s2) var(--s3) var(--s2);
	background: #f0f0f0;
}

.sec02 .l-grid-two-large.case .onb-casebox02-frame:nth-child(2) {
	background: #e8f7f7;
}

.sec02 .l-grid-two-large.case .onb-casebox02-frame:nth-child(2)::before {
	position: absolute;
	right: calc(100% + 1rem);
	top: 50%;
	transform: translateY(-50%);
	width: 3.1rem;
	height: 6.1rem;
	background: url(img/sec02-bg-02.png) no-repeat left top;
	background-size: contain;
	content: "";
}

.sec02 .l-grid-two-large.case .onb-casebox02-sub {
	min-width: 40%;
	max-width: 80%;
	background: #5f5f5f;
	font-size: 1.6rem;
	text-align: center;
}

.sec02 .l-grid-two-large.case .onb-casebox02-frame:nth-child(2) .onb-casebox02-sub {
	background: var(--accent-color04);
}

.sec02 .l-grid-two-large.case .l-onb-casebox02__main {
	width: 100%;
}

.sec02 .l-grid-two-large.case .caption {
	text-align: left;
}

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

.sec02 .onb-acc-list-frame+.caption {
	margin: 2rem 0 0 0;
	text-align: left;
}

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

	.sec02 {
		padding: 4rem 0;
		background: #e8f7f7 url(img/sec02-bg-01.jpg) no-repeat center top;
		background-size: 100% auto;
	}

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

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

	.sec02 .onb-icon-title-frame {
		padding: var(--s2);
	}

	.sec02 .onb-icon-title {
		font-size: 1.6rem;
	}

	.sec02 .onb-icon-title .txt-1 {
		font-size: 2rem;
	}

	.sec02 .onb-icon-title .txt-2 {
		display: block;
		width: 90%;
		margin: 2rem auto 1rem auto;
		padding: 0.2rem 0.8rem;
		font-size: 2.2rem;
	}

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

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

	.sec02 .fig {
		max-width: 100%m;
	}

	.sec02 .onb-m-title6 {
		margin: 5rem 0 2.5rem 0;
		padding: 0 0 0.6rem 1.2rem;
		font-size: 2rem;
	}

	.sec02 .more-content-gradation::after {
		background: linear-gradient(to bottom, transparent 0%, #fff 100%);
		background: none;
	}

	.sec02 .onb-acc-list-content {
		display: block;
	}

	.sec02 .onb-acc-list-content dl {
		width: 100%;
		font-size: 1.2rem;
	}

	.sec02 .onb-acc-list-content dl:nth-child(2) {
		padding-top: var(--s2);
		border-top: 1px solid #bce8e7;
	}

	.sec02 .onb-acc-list-more-btn {
		width: 24rem;
		font-size: 1.4rem;
		font-weight: 400;
	}

	.sec02 .low-left-img {
		width: 75%;
		margin: 0 auto;
		text-align: center;
	}

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

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

	.sec02 .l-grid-two-large {
		display: block;
	}

	.sec02 .l-grid-two-large.case .onb-casebox02-sub {
		min-width: 60%;
		max-width: 90%;
	}

	.sec02 table {
		table-layout: fixed;
	}

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

}


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

.sec03 .section-title07-frame::before {
	color: #e8f7f7;
	content: "ORDER SITE";
}

.sec03 .column-small {
	padding: var(--s2) var(--s2) var(--s5) var(--s2);
	border: 1px solid #707070;
}

.sec03 .column-small .fig {
	text-align: center;
}

.sec03 .column-small p:not([class]) {
	margin: 1em 0;
}

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

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

}


/*--------------------------------------
sec04
---------------------------------------*/
.sec04 {
	padding: 12rem 0;
	background: #f5f5f5;
}

.sec04 .section-title07-frame::before {
	color: #fff;
	content: "PC MAKER";
}

.sec04 .column-xsmall {
	background: #fff;
	padding: 2rem 1.5rem;
}

.sec04 .column-xsmall .m-title02 {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 0 1rem 0;
	border-bottom: 4px solid var(--accent-color04);
	color: #000;
	font-size: 2.1rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.sec04 .column-xsmall .m-title02 a {
	display: block;
	width: 100%;
	padding: 0 2rem 0 0;
	background: url(img/arrow-01-green-right.svg) no-repeat right center;
	background-size: 1rem auto;
	color: inherit;
	text-decoration: none;
}

.sec04 .column-xsmall p:not([class]) {
	margin: 1em 0;
}

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

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

}


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

.sec05 .section-title07-frame::before {
	color: #e8f7f7;
	content: "Q&A";
}

.sec05 .ex-contents-spv-catch {
	color: var(--accent-color04);
	font-size: 2.1rem;
	font-weight: 700;
	line-height: 1.4;
}

.sec05 .ex-contents-spv-catch a {
	display: inline-block;
	padding: 0 4rem 0 0;
	background: url(img/arrow-01-green-right.svg) no-repeat right center;
	background-size: 1rem auto;
	color: inherit;
	text-decoration: none;

}

.sec05 .ex-contents-spv-catch a:hover {
	opacity: 0.7;
}

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

	.sec05 {
		padding: 2rem 0;
	}

	.sec05 .ex-contents-spv {
		position: relative;
	}

	.sec05 .ex-contents-spv-left {
		position: absolute;
		left: 0;
		top: 2.5rem;
		width: 5rem;
		height: 5rem;
		padding: 0 0 0 1.2rem;
		background: url(img/sec05-bg-01.png) no-repeat left top;
		background-size: contain;
		font-size: 2.8rem;
	}

	.sec05 .ex-contents-spv-right {
		padding: 2rem 1.6rem;
	}

	.sec05 .ex-contents-spv-catch {
		position: relative;
		padding: 0 0 0 4rem;
		font-size: 2rem;
	}

}


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

.sec06 .section-title07-frame::before {
	color: #bce8e7;
	content: "HOW TO CHOOSE";
}

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

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

	.sec06 .l-stack-large>.btn-link {
		margin: 0 auto;
	}

}
