@charset "utf-8";

/* ---------------------------------------------
 backgrounds
--------------------------------------------- */
.bg-01 {
	position: relative;
}

.bg-01::before {
	position: absolute;
	left: 0;
	top: -8rem;
	width: 100vw;
	height: calc(100% + 8rem);
	background: url(img/bg-01.jpg) no-repeat left top, #edf2f5;
	background-size: cover;
	content: "";
	pointer-events: none;
	z-index: -1;
}

.bg-01.lower::before {
	top: 0;
	height: 100%;
}

.bg-02 {
	background: var(--site-color03) url(img/bg-02.jpg) fixed center top;
	background-size: 100% auto;
}

.bg-04 {
	background: var(--site-color10);
}

.bg-05 {
	background: url(img/bg-05.jpg) repeat left top;
}

.bg-06 {
	background: url(img/bg-06.jpg) no-repeat left top;
	background-size: cover;
}

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

	.bg-01::before {
		top: 0;
		height: 100%;
		background: url(img/bg-01.jpg) repet center top;
		background-size: 150% auto;
	}

}


/* ---------------------------------------------
 accordion-btn
--------------------------------------------- */
.acc-more-btn {
	max-width: 46rem;
	width: 100%;
	margin: var(--s5) auto;
	position: relative;
}

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

.acc-more-btn::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: var(--site-color03);
	border-width: 0 1px 1px 0;
	transform: translate(.8rem, .8rem);
	border-radius: 4rem;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}

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

.acc-more-btn.is-open span {
	background: url('./img/acc-on.svg') no-repeat 95% center #fff;
}

.more-content {
	display: none;
}

/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
	.acc-more-btn {
		margin-right: var(--s1);
	}

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

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

/* ---------------------------------------------
 下層追加パーツ_まとめBOX
--------------------------------------------- */

.conclusion-box-frame {
	margin: 6rem 0;
	padding: var(--s2) var(--s4) var(--s4) var(--s4);
	background: #fff;
	border: 3px solid #a1abb7;
	border-top: 8px solid #1a51d9;
}

.conclusion-box-ttl {
	position: relative;
	min-height: 6rem;
	margin: 0 0 1rem 0;
	padding: 1.5rem 2rem 1.5rem 7rem;
	border-bottom: 2px solid #8e99a5;
	background: url(img/icon_title.png) no-repeat left center;
	background-size: 54px auto;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.4;
}

.conclusion-box-catch {
	margin: 0 0 1.5rem 0;
	color: var(--site-color03);
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.4;
}

.conclusion-box-frame .btn-internal,
.conclusion-box-frame .btn-web {
	margin: 3rem auto 0 auto;
}

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

	.conclusion-box-frame {
		margin: 4rem 0;
		padding: var(--s1) var(--s2) var(--s3) var(--s2);
		/* background: #fff;
border: 3px solid #a1abb7;
border-top: 8px solid #1a51d9; */
	}

	.conclusion-box-ttl {
		padding: 1.5rem 2rem 1.5rem 5rem;
		background-size: 4rem auto;
		font-size: 2rem;
	}

	.conclusion-box-catch {
		font-size: 1.8rem;
	}

	.conclusion-box-frame .btn-internal,
	.conclusion-box-frame .btn-web {
		margin: 2rem auto 0 auto;
	}

}

/* ---------------------------------------------
 基礎コン
--------------------------------------------- */
.l-pickup-contents02 {
	width: 100%;
	display: flex;
	position: relative;
	background: #fff;
}

.l-pickup-contents02--reverse {
	flex-direction: row-reverse;
	justify-content: flex-end;
}

.l-pickup-contents02-box {
	flex: 1;
}

.l-pickup-contents02-content {
	position: relative;
	max-width: 50rem;
	padding: 3rem;
	border-top: 9px solid #1a51d9;
}

.pickup-contents02-catch {
	margin: 0 0 3rem 0;
	color: var(--site-color03);
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.4;
}

.pickup-contents02-catch a {
	display: inline-block;
	padding: 0 4rem 0 0;
	background: url(img/arrow03-navy.svg) no-repeat right center;
	background-size: 1rem auto;
	color: inherit;
	text-decoration: none;
}

.pickup-contents02-catch a:hover {
	text-decoration: none;
	opacity: 0.7;
}

.l-pickup-contents02-content .btn-link {
	margin: 2rem 0 0 0;
}

.btn-pickup-contents02 {
	margin: var(--s5) auto 0 auto;
}

/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
	.l-pickup-contents02 {
		min-height: inherit;
		flex-direction: column;
		margin: 2rem 0;
	}

	.l-pickup-contents02::before {
		width: 6.8rem;
		height: 6.8rem;
		top: -3.4rem;
		left: -.8rem;
	}

	.l-pickup-contents02-content {
		max-width: inherit;
		padding: var(--s4) var(--s2);
	}

	.pickup-contents02-catch {
		margin: 0 0 2rem 0;
		font-size: 2rem;
	}

	.l-pickup-contents02-content .btn-link {
		margin: 3rem auto 2rem;
		width: 100%;
	}

	.btn-pickup-contents02 {
		margin-right: var(--s1);
	}
}


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

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

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

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

.twb-m-title01 {
	padding: .8rem .8rem 1.6rem .8rem;
	font-size: 2.1rem;
	font-weight: 700;
	color: var(--site-color03);
	text-align: center;
	line-height: 1.5;
}

/* ---------------------------------------------
 詳細3選
--------------------------------------------- */

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

.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-center-img {
	max-width: 64%;
	margin: 0 auto;
	text-align: center;
}

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

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

	.onb-center-img img {
		width: auto;
		max-height: 18rem;
		max-width: 100%;
	}
}

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

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

.onb-flex-table th {
	padding: var(--s2);
	width: 34%;
	background-color: #fff;
	vertical-align: middle;
}

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

.onb-flex-table td {
	background-color: #fff;
}

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

	.onb-flex-table+table {
		margin-top: -1px;
	}
.onb-flex-table th{
    padding: var(--s1) var(--s1);
    width: 45%;
    background-color: #fff;
    vertical-align: middle;
	}

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

.onb-com-box-area {
	padding: var(--s1) var(--s2) var(--s2) var(--s2);
	border: 3px solid #a1abb7;
}

.onb-com-box-img {
	width: 11.2rem;
	margin-left: var(--s2);
	margin-bottom: var(--s2);
	float: right;
}

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

.onb-com-box-catch {
	display: flex;
	align-items: center;
	min-height: 5rem;
	margin: 0 0 1.5rem 0;
	padding: 1.2rem 0 1.2rem 6rem;
	background: url(img/icon_title.png) no-repeat left 0.5rem center;
	background-size: 45px auto;
	border-bottom: 2px solid #a1abb7;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.4;
}

.sec06 .left-img-box {
	display: flow-root;
	margin: 2rem 0;
}

.left-img-box {
	display: flow-root;
}

.left-img {
	width: 40%;
	margin-right: var(--s4);
	padding-bottom: var(--s1);
	float: left;
}

.left-img-catch {
	margin-bottom: 1.6rem;
	font-size: 1.8rem;
	font-weight: 700;
	color: var(--site-color03);
	line-height: 1.5;
}

/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
	.left-img {
		width: 100%;
		margin-right: 0;
		padding-bottom: var(--s2);
		float: inherit;
		text-align: center;
	}
}

/* ---------------------------------------------
 簡易3選
--------------------------------------------- */

/*------------------------------------------
    3box column settings
*/
.column-small {
	padding: 0 var(--s2) var(--s2) var(--s2);
	box-shadow: 0px 3px 5px #eeeeee;
}

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

.arrow-title {
	margin-bottom: 2.3rem;
	padding: var(--s2);
	font-size: 2.4rem;
	font-weight: 700;
	color: var(--site-color11);
	background: #203763;
	background: -webkit-linear-gradient(0deg, rgba(32, 55, 99, 1) 0%, rgba(34, 34, 34, 1) 100%);
	background: linear-gradient(0deg, rgba(32, 55, 99, 1) 0%, rgba(34, 34, 34, 1) 100%);
	text-align: center;
	line-height: 1.4;
	position: relative;
}

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

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

.txt-box {
	margin: 2rem 0;
}

.m-title01 {
	padding: var(--s1) var(--s1) var(--s2)var(--s1);
	font-size: 2.1rem;
	font-weight: 700;
	color: var(--site-color03);
	text-align: center;
	line-height: 1.5;
}

.thb-table {
	line-height: 1.5;
	border-collapse: collapse;
	margin-top: 1rem;
}

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

.thb-table th {
	width: 40%;
	background-color: #fff;
	text-align: center;
	border-bottom: 2px solid #6d7985;
}


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

/* ---------------------------------------------
 section余白
--------------------------------------------- */
.sec01,
.sec02,
.sec03,
.sec04,
.sec05 {
	padding: 8rem 0;
}

.sec06 {
	padding: 8rem 0 1rem 0;
}

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

	.sec01,
	.sec02,
	.sec03,
	.sec04,
	.sec05 {
		padding: 4rem 0;
	}

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

/* ---------------------------------------------
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;
	color: #fff;
	background: #000;
	font-size: 1.2rem;
	line-height: 1.8rem;
	text-align: center;
	content: "PR";
}

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

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

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

.toggle-content {
	display: none;
}

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

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

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

.gnavi-btn {
	width: var(--s7);
	height: var(--s6);
	background: var(--site-color12);
	display: block;
	position: fixed;
	top: var(--s3);
	right: 0;
	z-index: 200;
	cursor: pointer;
}

.gnavi-btn span {
	width: var(--s4);
	height: 0.2rem;
	display: inline-block;
	background: #fff;
	position: absolute;
	left: 1.2rem;
	transform: translate(0, -50%);
	transition: transform 0.4s, opacity 0.4s;
}

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

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

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

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

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

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

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

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

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

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

.gnavi-area {
	width: 100%;
	max-width: 37.5rem;
	height: 100vh;
	padding: var(--s3) var(--s1) var(--s10);
	display: block;
	background: #f6f6f6;
	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-title img {
	width: 8rem;
}

.gnavi-pc {
	display: none;
}

.gnavi-list {
	border-bottom: 1px solid #a7a7a7;
	position: relative;
}

.gnavi-list li {
	padding-left: 0;
}

.gnavi-list__item::before {
	display: none;
}

.gnavi-list__link {
	width: 100%;
	margin: 0 auto;
	padding: var(--s2) var(--s4) var(--s2) var(--s2);
	border-top: 1px solid #a7a7a7;
	display: block;
	font-weight: 700;
	line-height: 2;
	text-decoration: none;
	position: relative;
}

.gnavi-list__link::after {
	content: "";
	width: 1.4rem;
	height: 1.4rem;
	background: url(img/arrow03-navy.svg) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: var(--s2);
	transform: translate(0, -50%) rotate(0);
	transition: transform 0.3s;
}

.gnavi-list__link--toggle::after {
	background-image: url(img/arrow03-navy-down.svg);
}

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

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

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

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

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

/* ---------------------------------------------
index01(目次)
--------------------------------------------- */
.onb-index01-frame {
	width: 86%;
	margin: 3rem auto;
	background-color: var(--site-color10);
	counter-reset: number 0;
}

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

.onb-index01-wrap::before {
	position: absolute;
	left: 3.6rem;
	top: 3rem;
	width: 0.6rem;
	height: 2.8rem;
	background: #1a51d9;
	content: "";
}

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

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

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

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

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

.onb-index01-chapter-h {
	margin: 0 0 0 var(--s2);
	font-size: 1.6rem;
	line-height: 1.5;
	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 {
	padding-left: var(--s5);
	position: relative;
}

.onb-index01-chapter-h-three {
	margin-left: var(--s5);
	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 {
	position: absolute;
	left: 0;
	top: -2.5px;
	content: counter(number, decimal-leading-zero);
	counter-increment: number 1;
	color: #203763;
	font-size: 2rem;
}

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

.more-content {
	display: none;
}

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

	.onb-index01-frame {
		width: 100%;
	}

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

	.onb-index01-wrap::before {
		left: 2rem;
		top: 1.2rem;
	}

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

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

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

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


}

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

.related-article01-title {
	padding: var(--s2) 0 var(--s2) var(--s5);
	color: var(--site-color03);
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.4;
	background: url(img/icon_related-article.png) no-repeat left center;
	background-size: 28px auto;
	position: relative;
	border-bottom: 1px solid #707070
}

.related-article01-list {
	padding: var(--s3) 0 var(--s2) var(--s2);
	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: 1rem;
	height: 1rem;
	border-radius: 50%;
	background-color: var(--site-color05);
	position: absolute;
	top: .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: -40px;
	left: 0;
	padding: 2rem 0;
}


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

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

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

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

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

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

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

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


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

.fix-banner01 a {
	display: block;
	position: relative;
	width: auto;
	height: 8rem;
	padding: 1rem 4rem 0rem 4rem;
	background: url(img/arrow03-navy.svg) no-repeat right 1.5rem center, url(img/banner.png) no-repeat left bottom;
	background-size: 1rem auto, cover;
	color: var(--site-color03);
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
}

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

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

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

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

	.fix-banner01 a {
		max-width: calc(100vw - 8rem);
		height: 6rem;
		padding: 0.7rem 3.5rem 0 4rem;
		background: url(img/arrow03-navy.svg) no-repeat right 1.5rem center, url(img/banner.png) no-repeat left bottom;
		background-size: 1rem auto, cover;
		font-size: 1.6rem;
	}

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


}


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

.accordion-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 42rem;
	margin: 3rem auto 4rem auto;
	padding: 2rem 5rem;
	background: var(--site-color10);
	border-radius: 6rem;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	cursor: pointer;
	transition: 0.2s;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.accordion-btn::before {
	position: absolute;
	top: 50%;
	right: 3rem;
	width: 1.6rem;
	height: 1.6rem;
	background: url(img/accordion-plus.png) no-repeat left top;
	background-size: contain;
	content: "";
	transform: translate(0, -50%);
	z-index: 2;
}

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

.accordion-btn:hover {
	box-shadow: none;
	opacity: 0.7;
}


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

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

}


/*--------------------------------------
mainvisual
---------------------------------------*/
.mainvisual {
	display: flex;
	align-items: center;
	position: relative;
	background: url(img/mv-bg-01.png) no-repeat center bottom;
	background-size: cover;
}

.mainvisual .mv-inner {
	width: 100rem;
	margin: 0 auto;
	padding: 12rem 0 8rem 0;
	height: 630px;
}

.mainvisual .mv-txt {
	position: relative;
	width: 58rem;
	color: #fff;
}

.mainvisual .mv-logo {
	width: 8rem;
	margin: 0 0 1rem 0;
}

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

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

.mainvisual .mv-title span {
	font-size: 7rem;
	line-height: 1.1;
}

.mainvisual .mv-title span span {
	color: #a2d827;
}

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

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

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

	.mainvisual {
		display: block;
		background: none;
	}

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

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

	.mainvisual .mv-sitename {
		padding: 2rem 1.5rem 4rem 1.5rem;
		background: url(img/mv-bg-03.jpg) no-repeat right center;
		background-size: cover;
	}

	.mainvisual .mv-logo {
		width: 6rem;
	}

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

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

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

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

	.mainvisual p:not([class]) {
		color: #000;
	}

.mainvisual p:not([class])>span:not([class]) {
			color: #000;
			font-weight: 700;
			background: linear-gradient(transparent 70%, var(--site-color11) 30%);
}

	
}


/*--------------------------------------
mainvisual-lower
---------------------------------------*/
.mainvisual-lower {
	background: url(img/mv-bg-02.jpg) no-repeat right center;
	background-size: cover;
}

.mainvisual-lower .mv-inner {
	display: flex;
	align-items: center;
	height: 20rem;
	width: 100rem;
	padding: 0 1.5rem;
	margin: 0 auto;
}

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

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

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

	.mainvisual-lower .mv-inner {
		height: 8rem;
		width: 100%;
	}

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

}

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

.lower .section-title04 {
	background: linear-gradient(0deg, rgba(32, 55, 99, 1) 0%, rgba(34, 34, 34, 1) 100%);
	color: #fff;
	padding: 3rem 0;
	margin-bottom: 2rem;
}

.lower .section-title04 span {
	font-size: 3rem;
	color:#a2d828;
}

.lower .section-title04::after {
	content: none;
}

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

.section-title04::after {
	content: "";
	width: 7.2rem;
	height: 0.8rem;
	background-color: var(--site-color11);
	transform: translateX(-50%);
	position: absolute;
	top: calc(100% + 1.5rem);
	left: 50%;
}

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

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

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

p.lead {
	margin: 1rem auto 4rem auto;
	line-height: 1.8;
	text-align: center;
}

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

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

	.section-title04::after {
		width: 6.4rem;
		height: 0.4rem;
		top: calc(100% + 1rem);
	}

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

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

}


/*--------------------------------------
sec01
---------------------------------------*/
.sec01 .l-stack-large {
	gap: 0;
}

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

.sec01 .column-small {
	margin: 3rem 0 0 0;
	background: #fff;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}

.sec01 .m-title01 {
	margin: 0 0 1.5rem 0;
	padding: 0;
	color: var(--site-color12);
	font-size: 2rem;
}

.sec01 .m-title02 {
	margin: 0 0 2rem 0;
	padding: 1rem;
	background: #ffffff;
	color: #203763;
	font-size: 2.2rem;
	font-weight: 700;
	border-bottom: 3px solid #eaeff3;
	line-height: 1.4;
	text-align: center;
}

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

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

.sec01 .txt-box {
	padding: 1.5rem;
	background: var(--site-color10);
}

.sec01 .more {
	margin: 0 0 0.5rem 0;
	text-align: center;
}

.sec01 .more a {
	display: inline-block;
	padding: 0 0 0 2rem;
	background: url(img/arrow01-black-down.svg) no-repeat left center;
	background-size: 1.2rem auto;
	text-decoration: none;
}

.sec01 .more a:hover {
	opacity: 0.7;
}

.sec01.lower .more a {
	display: inline-block;
	padding: 0.1rem 0 0.2rem 1.4rem;
	background: url(img/arrow01-black.svg) no-repeat left center;
	background-size: 0.6rem auto;
	text-decoration: none;
}


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

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

.sec02 .column-medium {
	margin: 0 0 8rem 0;
	padding: 0;
	background: #fff;
	border: 1px solid #8b93a2;
}

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

.sec02 .column-medium .inner {
	padding: 3rem 6rem;
}

.sec02 .onb-item-title-frame {
	padding: 3.6rem 6rem;
	background: var(--site-color03);
}

.sec02 .onb-item-title-title {
	display: flex;
	align-items: center;
	font-weight: 700;
	line-height: 1.4;
}

.sec02 .onb-item-title-title .txt-1 {
	display: inline-block;
	margin: 0 5rem 0 0;
	padding: 0.8rem 2rem;
	background: #fff;
	color: var(--site-color03);
	font-size: 2.3rem;
	text-align: center;
	width: 30%;
}

.sec02 .onb-item-title-title .txt-2 {
	display: inline-block;
	color: var(--site-color11);
	font-size: 3.5rem;
}

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

.sec02 .onb-m-title6 {
	margin: 0 0 2rem 0;
	text-align: center;
}

.sec02 .onb-m-title6 span {
	display: inline-block;
	padding: 1rem 8rem;
	background: var(--site-color11);
	color: #203763;
	font-size: 2.7rem;
	font-weight: 700;
	line-height: 1.4;
}

.sec02 h4:not([class]) {
	position: relative;
	margin: 6rem auto 4rem auto;
	padding: 2rem;
	background: url(img/title-bg-01.png) no-repeat left top, url(img/title-bg-02.png) no-repeat right bottom, var(--site-color03);
	background-size: 4rem 100%;
	color: #fff;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.sec02 .left-img-box {
	display: flow-root;
	padding: 4rem 2.5rem 2.5rem 2.5rem;
	background: var(--site-color10) url(img/jirei.png) no-repeat right 2rem bottom -1rem;
	background-size: 12rem auto;
	margin-top: -4rem;
}

.sec02 .left-img-box .caption {
	text-align: left;
}

.sec02 .low-left-img .caption {
	text-align: center;
}

.sec02 .l-onb-flex-table+.caption,
.sec02 .l-grid-two-large+.caption {
	text-align: left;
}

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

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

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

	.sec02 .onb-item-title-frame {
		padding: 2rem 1.5rem;
	}

	.sec02 .onb-item-title-title {
		display: block;
		text-align: center;
	}

	.sec02 .onb-item-title-title .txt-1 {
		margin: 0 0 0.5rem 0;
		padding: 0.4rem 1rem;
		font-size: 1.8rem;
		width: 50%;
	}

	.sec02 .onb-item-title-title .txt-2 {
		font-size: 2.1rem;
	}

	.sec02 .onb-m-title5 {
		font-size: 2.4rem;
	}

	.sec02 .onb-m-title6 {
		margin: 0 0 2rem 0;
		text-align: center;
	}

	.sec02 .onb-m-title6 span {
		padding: 1rem 1.5rem;
		font-size: 2.4rem;
	}

	.sec02 h4:not([class]) {
		margin: 5rem auto 2.5rem auto;
		font-size: 2rem;
	}

	.sec02 .left-img-box {
		padding: 3rem 2rem;
		background: var(--site-color10) url(img/jirei.png) no-repeat right 1.5rem bottom -1rem;
		background-size: 8rem auto;
		margin: -2.5rem 0;
	}

}


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

.sec03 .column-small {
	padding: var(--s2);
	border-top: 9px solid #1a51d9;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

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

.sec03 .title-catch {
	display: flex;
	align-items: center;
	margin: 0 0 2rem 0;
	color: var(--site-color03);
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.4;
}

.sec03 .title-catch a {
	display: block;
	width: 100%;
	padding: 1rem 2rem 2rem 0;
	background: url(img/arrow03-navy.svg) no-repeat right center;
	background-size: 1rem auto;
	color: inherit;
	text-decoration: none;
	border-bottom: 2px solid #d7d7d7;
}

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

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

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

.sec03 .column-small .fig {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 16rem;
	text-align: center;
}

.sec03 .column-small .fig img {
	width: auto;
	max-height: 16rem;
}

.sec03 .column-small p {
	margin: 1em 0 0 0;
}

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

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

}

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


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

.sec05 .l-grid-two,
.l-grid-two-flex {
	--minimum: calc((100% - var(--s4)) / 2);
	display: grid;
	grid-gap: var(--s4);
	margin: 2rem 0;
}

.sec05 .column-medium {
	padding: 0;
	background: var(--site-color10);
	border: none;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.sec05 .twb-m-title01 {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2rem 2.5rem;
	background: var(--site-color03);
	color: #fff;
	font-size: 2.4rem;
	font-weight: 700;
	;
	height: 1.4;
	text-align: center;
}

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

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

.sec05 .column-medium .txt {
	padding: 3rem;
}

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

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

	.sec05 .column-medium .txt {
		padding: 2rem;
	}

}


/*--------------------------------------
sec06
---------------------------------------*/
.sec06 .l-stack-large {
	gap: 0;
}

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


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

	.sec06 .low-left-img {
		width: 100%;
	}

}
