@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 {
	content: "PR";
	padding: .2rem;
	color: #fff;
	background-color: #333;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: -2.4rem;
}
.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: #333;
	display: block;
	position: fixed;
	top: var(--s3);
	right: 0;
	z-index: 200;
	cursor: pointer;
}
.gnavi-btn span {
	width: var(--s4);
	height: 0.2rem;
	display: inline-block;
	background: #fff;
	position: absolute;
	left: 1.2rem;
	transform: translate(0, -50%);
	transition: transform 0.4s, opacity 0.4s;
}
.gnavi-btn span:nth-of-type(1) {
	top: 1.7rem;
}
.gnavi-btn span:nth-of-type(2) {
	top: 2.4rem;
}
.gnavi-btn span:nth-of-type(3) {
	top: 3.1rem;
}
.gnavi-btn.is-active span:nth-of-type(1) {
	transform: translateY(0.7rem) rotate(-45deg);
}
.gnavi-btn.is-active span:nth-of-type(2) {
	opacity: 0;
}
.gnavi-btn.is-active span:nth-of-type(3) {
	transform: translateY(-0.7rem) rotate(45deg);
}
.gnavi-btn-close {
	width: 80%;
	margin: 0 auto;
	padding: var(--s2);
	background: #333;
	display: block;
	text-align: center;
}
.gnavi-btn-close__inner {
	padding: 0 0 0 var(--s3);
	display: inline-block;
	color: #fff;
	font-weight: 700;
	position: relative;
}
.gnavi-btn-close__inner::before {
	content: "";
	width: 1em;
	height: 0.2rem;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%) rotate(45deg);
}
.gnavi-btn-close__inner::after {
	content: "";
	width: 1em;
	height: 0.2rem;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%) rotate(135deg);
}
.gnavi-area {
	width: 100%;
	max-width: 37.5rem;
	height: 100vh;
	padding: var(--s3) var(--s1) var(--s10);
	display: block;
	background: #F5F5F5;
	overflow-x: hidden;
	overflow-y: auto;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 100;
	transform: translateX(100%);
	transition: transform 0.8s ease, opacity 0.8s ease;
	opacity: 0;
}
.gnavi-title {
	min-height: var(--s6);
	margin: 0 var(--s8);
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: left;
	line-height: 1.5;
}
.gnavi-area .gnavi-title a {
	display: inline-block;
	text-align: left;
}
.gnavi-area .gnavi-title img {
	display: block;
	margin: 0;
	max-width: 100%;
	height: auto;
}
.gnavi-pc {
	display: none;
}
.gnavi-list {
	border-bottom: 1px solid #333;
	position: relative;
}
.gnavi-list li {
	padding-left: 0;
}
.gnavi-list__item::before {
	display: none;
}
.gnavi-list__link {
	width: 100%;
	margin: 0 auto;
	padding: var(--s2) var(--s4) var(--s2) var(--s2);
	border-top: 1px solid #333;
	display: block;
	font-weight: 700;
	line-height: 2;
	text-decoration: none;
	position: relative;
}
.gnavi-list__link::after {
	content: "";
	width: 1.4rem;
	height: 1.4rem;
	background: url("img/arrow-01-black-right.svg") no-repeat center/100% auto;
	position: absolute;
	top: 50%;
	right: var(--s2);
	transform: translate(0, -50%) rotate(0);
	transition: transform 0.3s;
}
.gnavi-list__link--toggle::after {
	background-image: url("img/arrow-01-black-down.svg");
}
.gnavi-list__link--toggle.is-open::after {
	transform: translate(0, -50%) rotate(180deg);
}
.gnavi-list__sub {
	width: 100%;
	background: #fff;
}
.gnavi-list__low .gnavi-list__link {
	padding: var(--s2) var(--s4) var(--s2) var(--s4);
}
.gnavi-list__low .gnavi-list__link::after {
	content: "└";
	background: none;
	transform: translateY(-50%);
	position: absolute;
	top: 40%;
	left: 1rem;
}
.is-gnavi-open .gnavi-area {
	opacity: 1;
	transform: translateX(0);
}

/* ---------------------------------------------
index01(目次)
--------------------------------------------- */
.onb-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 {
    margin: var(--s6) auto;
    padding: var(--s1)  var(--s3)  var(--s4) var(--s3);
    background: #EBF1F1;
    position: relative;
}
.related-article01-title {
    padding: var(--s2) var(--s2) var(--s3) var(--s-2);
    color: #333;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1;
    background-size: 5rem auto;
    position: relative;
    border-bottom: .2rem solid var(--site-color11);
}
.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: 1.5em;
    font-size: 100%;
    line-height: 1.7;
    position: relative;
}
.related-article01-list li + li {
    margin-top: 10px;
}
.related-article01-list li::before {
    content: "";
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    background-color: var(--site-color08);
    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: .3rem solid var(--site-color11);
    background: #fff;
    border-radius: 100px;
    padding: 2rem 6rem 2rem 5rem;
    position: relative;
    font-weight: 700;
}

  .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: 2rem 0 0;
    }
    .related-article01-list li {
        margin-left: 0;
    }
    .relations-box__pic {
        flex: 0 0 100px;
    }
}

/*
---------------------------------------------
    2025/12/18以降、追加しています
*/
/*
---------------------------------------------
    navigation01 ※TOP、下層共通
*/
.header-area-upper {
	padding: var(--s1);
	text-align: right;
}
.header-title {
	font-size: 1.2rem;
	display: inline-block;
	position: relative;
}
.header-title::before {
	content: "PR";
	padding: .2rem;
	color: #fff;
	background-color: #333;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: -2.4rem;
}
.header-title a {
	text-decoration: none;
}
.header-title a:hover {
	text-decoration: underline;
}

.contents-area {
	margin-bottom: 10rem;
}

.gnavi-ctrl {
	display: none;
}
.gnavi-btn {
	display: none;
}
.gnavi-btn-close {
	display: none;
}
.gnavi-area {
	display: none;
}
.toggle-content {
	display: none;
}
/*------------------------------------------
 Global menu settings
*/
.navigation01-menu-area {
	background-color: #ffffff;
	font-weight: 700;
	font-size: 1.4rem;
}
.navigation01-menu-area.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}
.navigation01-menu {
	display: flex;
	background-color: #fff;
	margin: var(--s3) var(--s1);
	position:relative;
	justify-content: center;
}

.navigation01-menu::before {
	content:"";
	width:1px;
	height:33px;
	background:#707070;
	position:absolute;
	top: 0;
	right:0;
}

.navigation01-menu li::before {
	content:"";
	width:1px;
	height:33px;
	background:#707070;
	position:absolute;
	top: 0;
	left:0;
}
.navigation01-menu li a {
	display: block;
	text-decoration: none;
	padding: 0 var(--s2);
}
.navigation01-menu li a:hover {
	opacity: .6;
}
/*
---------------------------------------------
    sp settings
*/
@media screen and (max-width: 767px) {
	.gnavi-ctrl {
		display: block;
		transition: opacity 0.6s, visibility 0.6s;
		opacity: 0;
		visibility: hidden;
	}
	.gnavi-ctrl.is-show {
		opacity: 1;
		visibility: visible;
	}
	#low-header .gnavi-ctrl {
		opacity: 1;
		visibility: visible;
	}
	.gnavi-btn {
		width: var(--s7);
		height: var(--s6);
		background: #2F5CC1;
		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: #333;
		display: block;
		text-align: center;
	}
	.gnavi-btn-close__inner {
		padding: 0 0 0 var(--s3);
		display: inline-block;
		color: #fff;
		font-weight: 700;
		position: relative;
	}
	.gnavi-btn-close__inner::before {
		content: "";
		width: 1em;
		height: 0.2rem;
		background: #fff;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(0, -50%) rotate(45deg);
	}
	.gnavi-btn-close__inner::after {
		content: "";
		width: 1em;
		height: 0.2rem;
		background: #fff;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(0, -50%) rotate(135deg);
	}
	.gnavi-area {
		width: 100%;
		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;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		font-size: 1.6rem;
		font-weight: 700;
		text-align: left;
		line-height: 1.5;
		width: 22rem;
	}
	.gnavi-area .gnavi-title a {
		display: inline-block;
		text-align: left;
	}
	.gnavi-area .gnavi-title img {
		display: block;
		margin: 0;
		max-width: 100%;
		height: auto;
	}
	.gnavi-pc {
		display: none;
	}
	.gnavi-list {
		border-bottom: 1px solid #333;
		position: relative;
	}
	.gnavi-list li {
		padding-left: 0;
	}
	.gnavi-list__item::before {
		display: none;
	}
	.gnavi-list__link {
		width: 100%;
		margin: 0 auto;
		padding: var(--s2) var(--s4) var(--s2) var(--s2);
		border-top: 1px solid #333;
		display: block;
		font-weight: 700;
		line-height: 2;
		text-decoration: none;
		position: relative;
	}
	.gnavi-list__link::after {
		content: "";
		width: 1rem;
		height: 1.6rem;
		background: url("img/arrow-01-bk-right.svg") no-repeat center/100% auto;
		position: absolute;
		top: 50%;
		right: var(--s2);
		transform: translate(0, -50%) rotate(0);
		transition: transform 0.3s;
	}
	.gnavi-list__link--toggle::after {
		background-image: url("img/arrow-01-black-down.svg");
		width: 1.4rem;
		height: 1.4rem;
	}

	.gnavi-list__link--toggle.is-open::after {
		transform: translate(0, -50%) rotate(180deg);
	}
	.gnavi-list__sub {
		width: 100%;
		background: #fff;
	}
	.gnavi-list__low .gnavi-list__link {
		padding: var(--s2) var(--s4) var(--s2) var(--s4);
	}
	.gnavi-list__low .gnavi-list__link::after {
		content: "└";
		background: none;
		transform: translateY(-50%);
		position: absolute;
		top: 40%;
		left: 1rem;
	}
	.is-gnavi-open .gnavi-area {
		opacity: 1;
		transform: translateX(0);
	}
	/*------------------------------------------
	Global menu settings
	*/
	.navigation01-menu-area {
		display: none;
	}
}


/*------------------------------------------
pc-fix-banner01
*/
.pc-fix-banner01 {
    width: 24rem;
    background-color: #000;
    position: fixed;
    right: 0;
    bottom: 1rem;
    z-index: 50;
}
.pc-fix-banner01 a {
    color: #fff;
    text-decoration: none;
    display: block;
}
.pc-fix-banner01 a:hover {
    opacity: .7;
}
.pc-fix-banner01-img {
    position: relative;
}
.pc-fix-banner01-img::before {
    content: "";
    width: 8rem;
    height: 3rem;
    background: url("./img/dummy.jpg") no-repeat center center;
    background-size: cover;
    border: 1px solid #fff;
    position: absolute;
    top: -1.5rem;
    left: .5rem;
    z-index: 5;
}
.pc-fix-banner01-text {
    padding: var(--s2);
    color: #fff;
    position: relative;
}
.pc-fix-banner01-text::after {
    content: "";
    width: 0.1rem;
    height: 0.1rem;
    border-top: .5rem solid transparent;
    border-left: .5rem solid transparent;
    border-right: .5rem solid #fff;
    border-bottom: .5rem solid #fff;
    position: absolute;
    right: .5rem;
    bottom: .5rem;
}
.pc-fix-banner01-text p {
    margin: 0;
    font-size: 1.4rem;
    text-align: center;
}
.pc-fix-banner01-text p.text-small {
    font-size: 1.2rem;
    line-height: 1.5;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
    .pc-fix-banner01 {
        display: none;
    }
}

/*------------------------------------------
sp-fix-banner01
*/
.sp-fix-banner01 {
    display: none;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
    .sp-fix-banner01 {
        display: block;
        width: 70%;
        background-color: #000;
        position: fixed;
        right: 0;
        bottom: 0;
        z-index: 50;
    }
    .sp-fix-banner01-text {
        padding: var(--s2);
        color: #fff;
        position: relative;
    }
    .sp-fix-banner01-text::before {
        content: "";
        width: 8rem;
        height: 3rem;
        background: url("./img/dummy.jpg") no-repeat center center;
        background-size: cover;
        border: 1px solid #fff;
        position: absolute;
        top: -1.5rem;
        left: .5rem;
        z-index: 5;
    }
    .sp-fix-banner01-text p {
        margin: 0;
        font-size: 1.4rem;
    }
    .sp-fix-banner01-text a {
        padding-right: 1.6rem;
        color: #fff;
        text-decoration: none;
        background: url("./img/arrow-01-wht-right.svg") no-repeat right center / 1rem auto;
        display: block;
    }
    .sp-fix-banner01-text a:hover {
        opacity: .7;
    }
}

/* ---------------------------------------------
conclusion-box-frame
--------------------------------------------- */
.conclusion-box-frame {
    margin-block: 10rem;
    padding: var(--s2) var(--s4) var(--s1) var(--s4);
    background: #f3f3f3;
}

.conclusion-box-ttl {
    position: relative;
}

.conclusion-box-ttl__icon-frame {
    position: absolute;
    left: -4.8rem;
    bottom: 1rem;
    z-index: 10;
}

.conclusion-box-ttl__icon {
    width: 10rem;
    height: 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--site-color03);
}
.conclusion-box-ttl__icon::before {
  content: "Point";
  font-size: 2.2rem;
  text-align: center;
  color: #FFA170;
  font-weight: 700;
  position: absolute;
  top: 33px;
  left: 1.8rem;
}
.conclusion-box-ttl__icon::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #707070;
    position: absolute;
    right: -1rem;
    bottom: -1rem;
    z-index: -1;
}

.conclusion-box-ttl__icon span {
    color: #fff;
    font-weight: 700;
    font-size: 2.2rem;
}

.conclusion-box-ttl__text {
    padding-top: var(--s2);
    padding-bottom: var(--s3);
    margin-left: 10rem;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.5;
    border-bottom: .3rem solid var(--site-color11);
    color: var(--site-color03);
}

.conclusion-box-content {
    z-index: 5;
}

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

    .conclusion-box-ttl__icon-frame {
        top: -3.2rem;
        left: -3.6rem;
        bottom: inherit;
    }

    .conclusion-box-ttl__icon {
        width: 6rem;
        height: 6rem;
    }

    .conclusion-box-ttl__icon img {
        max-width: 75%;
    }

    .conclusion-box-ttl__icon span {
        font-size: 1.2rem;
		text-align:center;
    }

    .conclusion-box-ttl__icon::after {
        right: -0.5rem;
        bottom: -0.5rem;
    }

    .conclusion-box-ttl__text {
        margin-left: 0;
        padding-left: 4rem;
        padding-top: var(--s1);
        padding-bottom: var(--s2);
        font-size: 1.6rem;
        line-height: 1.6;
    }

    .l-onb-conclusion-img {
        width: 36%;
    }

}

/*------------------------------------------------------------
    point midashi
*/
.icon-head02 {
	margin-top: var(--s8);
	margin-bottom: var(--s2);
	margin-left: var(--s4);
	padding: var(--s2) var(--s2) var(--s2) var(--s12);
	line-height: 1.5;
	font-size: 2.4rem;
	font-weight: 700;
	background-color: var(--site-color07);
	position: relative;
}
.icon-head02::before {
	content: "";
	width: 7.9rem;
	height: 7.9rem;
	background: url('./img/icon-head-point.svg') no-repeat center center;
	background-size: cover;
	position: absolute;
	left: -4rem;
	top: -0.6rem;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
	.icon-head02 {
		margin-left: var(--s2);
		padding: var(--s2) var(--s2) var(--s2) var(--s7);
		font-size: 1.8rem;
	}
	.icon-head02::before {
		content: "";
		width: 6rem;
		height: 6rem;
		left: -1.6rem;
	}
}

.sec01, .sec02, .sec03, .sec04, .sec05, .sec06, .sec07 {
    padding-top: 8rem;
    padding-bottom: 8rem;
}
.sec01 {
	background: url(img/sec01.jpg) no-repeat top center;
	background-size: cover;
}

.sec01#lower_bottom{
	margin: 10rem auto -10rem;
}

.sec01 .section-title02-frame {
    margin-top: 10rem;
    margin-bottom: 5rem;
}
.sec01 .section-title02 {
    color: var(--site-color09);
}
.sec01 .section-title02-sub {
    width: 100%;
    margin-bottom: 1rem;
    font-size: 2.6rem;
    font-weight: 700;
    color: var(--site-color12);
    text-align: center;
    position: absolute;
    top: -2em;
    left: 0;
}
.sec02 {
	background: linear-gradient(rgba(255,255,255,0.7), rgba(255,255,255,0.7)), var(--bg-color01) url(img/sec02.jpg) repeat-y top center;
	background-size: auto, 100% auto;
}

.sec02 .onb-center-img{
	max-width:60%;
	margin-top: var(--s3);
}

.sec02 .column-medium {
    margin-bottom: 0;
    padding-top: 0;
}
.sec02 .section-title02-sub {
    top: -2em;
}

.sec02 .l-onb-com-box01-r__side img{
	max-width:auto;
	width:45px;
}

.sec02 .onb-iconbox02-frame{
	padding: var(--s3) var(--s3) var(--s4);
}

.sec04 {
	background: url(img/sec04.jpg) no-repeat top center;
	background-size: cover;
}
.sec06 {
	background: url(img/sec06.jpg) no-repeat top center;
	background-size: cover;
}
.section-title02-frame {
    margin-top: 8rem;
    margin-bottom: 4rem;
    text-align: center;
    position: relative;
}
.section-title02 {
    font-size: 5.0rem;
    font-weight: 700;
    color: var(--site-color03);
    text-align: center;
    line-height: 1.1;
}
.title-small {
	font-size: 3.4rem;
}
.section-title02-sub {
    width: 100%;
    margin-bottom: 1rem;
    font-size: 2.6rem;
    font-weight: 700;
    color: var(--site-color18);
    text-align: center;
    position: absolute;
    top: -1.5em;
    left: 0;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
.sec02 {
	background: var(--bg-color01) url(/wp/wp-content/uploads/sec02_sp-scaled.jpg) no-repeat top center;
	background-size: 100% auto;
}
.sec02 .l-onb-com-box01-r__side img{
	width: 35px;
}
.sec02 .onb-iconbox02-frame{
	padding: var(--s3) var(--s3) var(--s2);
}
.section-title02-frame {
    margin-top: 6rem;
    margin-bottom: 2rem;
}
    .section-title02 {
        font-size: 2.8rem;
        line-height: 1.5;
    }
}

/*------------------------------------------
    3box column settings
*/
.column-small {
    padding: var(--s2);
    background: #fff;
    box-shadow: 10px 6px 10px rgba(0,0,0,0.1);
}
.sec05 .column-small{
	background:#F6F6F6;
}

.sec01 .column-small,.sec03 .column-small {
    padding: 0 var(--s2) var(--s2);
    background: #F6F6F6;
}
.thb-box-full {
    width: calc(100% + var(--s4));
    margin-left: calc(var(--s2) * -1);
}
 
.icon-title-area {
	background-color: var(--site-color03);
	position: relative;
}
.icon-title-obj-r {
	width: 7rem;
	height: 7rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	color: var(--site-color03);
	border-radius: 11rem;
	position: absolute;
	top: 1.2rem;
	left: 0.8rem;
}
.icon-title-obj-r__inner {
	text-align: center;
	font-weight: 700;
}
.icon-title-r {
	padding: 1.6rem 0rem 1.6rem 8.8rem;
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
	background: url(img/icon-title-bg.jpg) no-repeat top center;
	background-size: cover;
}
.icon-title-r.is-middle {
    display: flex;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1.2;
}
@media screen and (max-width: 767px) {
    .icon-title-r.is-middle {
        min-height: 101px; /* PCと同じ高さを確保 */
    }
}
.icon-title-large {
	color: #FFA170;
	font-size: 2.4rem;
	margin-right: 0.5rem;
}
.icon-title-small {
	font-size: 2rem;
}
 .m-title01 {
	padding: calc(var(--s3) / 2) var(--s1) calc(var(--s1) / 2) var(--s1);
	font-size: 2.1rem;
	font-weight: 700;
	color: var(--site-color03);
	text-align: center;
	line-height: 1.5;
	position: relative;
}
/* 会社名の上（箇条書きと見出しの間）の余白だけ詰める */
.sec01 .column-small .m-title01,
.sec03 .column-small .m-title01 {
	margin-top: calc(var(--s4) * -1.125);
	margin-bottom: 0;
}
.m-title01 span{
	/* background:#FFDBC8; */
}

.m-title01 rt {
    margin: 20px 30px 3px;
    font-weight: 400;
}

.m-title01::before{
	content:"";
}

 .thb-listbox-bg-colored {
    padding-top: 2rem;
}
.thb-listbox-area {
    padding: 4rem var(--s1) var(--s2) 1.2rem;
    background-color: var(--site-color09);
    position: relative;
}
.thb-listbox-title {
    margin: -5.5rem auto 0;
    padding: var(--s1);
    color: #fff;
    background-color: var(--site-color03);
    text-align: center;
    font-weight: 700;
    max-width: 116px;
}
.thb-listbox-subtitle {
    text-align: center;
    font-weight: 700;
}
.thb-listbox-list {
    width: 100%;
    padding-left: 2rem;
}
.thb-listbox-list li {
    padding: 0 var(--s1);
    line-height: 1.7;
    position: relative;
}
.thb-listbox-list li::before {
    content: "";
    width: 2rem;
    height: 2rem;
    background: url("./img/icon-check.svg") no-repeat left top;
    background-size: contain;
    position: absolute;
    top: .3rem;
    left: -2rem;
}
.thb-listbox-list li span {
    margin-right: var(--s1);
    display: block;
    text-align: center;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
.m-title01 rt {
    margin: 30px 30px 3px;
}
    .thb-listbox-area {
        padding: var(--s5) var(--s2) var(--s2) var(--s2);
    }
    .thb-listbox-list li {
        font-size: 1.6rem;
    }
    .thb-listbox-list--three li {
        width: calc((100% - var(--s2)) / 2);
    }
    .thb-listbox-title {
        margin: -5rem auto 0 auto;
        padding: var(--s1);
        font-size: 1.6rem;
        text-align: center;
        max-width: 206px;
        
        
        
        
        
        
        
        
        
        
        
        
        
        
    .m-title01 {
        padding: calc(var(--s3) / 2) var(--s1) calc(var(--s1) / 2) var(--s1);
        font-size: 2.1rem;
        font-weight: 700;
        color: var(--site-color03);
        text-align: center;
        line-height: 1.5;
        position: relative;
};
    }
}

.recommend_btn {
    margin-bottom: 1rem;
}

.recommend_btn .btn-web a{
	padding: var(--s1) var(--s5) var(--s1) var(--s6);
}

.recommend_btn .btn-web, .recommend_btn .btn-ancher {
    margin: 2rem auto;
}
/*------------------------------------------
    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-item-title-frame {
	padding: var(--s2) var(--s3);
	background-color: var(--site-color03);
	position: relative;
}
.onb-item-title-icon {
	width: 123px;
	height: 123px;
	overflow: hidden;
	position: absolute;
	background: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.onb-item-title-icon img {
	height: 100px;
}
.l-onb-item-title {
	color: #fff;
	display: flex;
	align-items: center;
	gap: var(--s2);
}
.l-onb-item-title__side,
.l-onb-item-title__main {
	padding: var(--s5) var(--s2);
	text-align: center;
	line-height: 1.2;
}
.l-onb-item-title__side span {
	font-size: 1.4rem;
}
.l-onb-item-title__side {
	width: calc((100% - var(--s2))*.3);
	font-size: 2.8rem;
	font-weight: 700;
	background-color: var(--site-color09);
	color: var(--site-color03);
}
.l-onb-item-title__side ruby {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
}
.l-onb-item-title__side ruby > rt {
    font-size: 30%;
    line-height: 1;
    margin-top: 0.3rem;
    display: inline-block;
    text-align: center;
    transform: translateX(-0.15em); /* ふりがなを少し左に寄せて中央見え調整 */
}
.l-onb-item-title__main {
	width: calc((100% - var(--s2))*.7);
}
.onb-item-title-catch {
	font-size: 1.4rem;
	font-weight: 700;
	margin-bottom: .8rem;
	display: block;
	color: var(--site-color03);
}
.onb-item-title-catch--underline {
	padding-bottom: var(--s1);
	border-bottom: 5px solid var(--site-color15);
	display: inline-block;
}
.onb-item-title-title {
	font-size: 3.2rem;
	font-weight: 700;
	color: #FFA170;
	padding-left: 10rem;
}
.onb-item-title-title span{
	font-size: 2.2rem;
	color: #fff;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
	.onb-item-title-frame {
		padding: var(--s2);
	}
	.onb-item-title-icon {
		width: 5rem;
		height: 5rem;
		position: absolute;
		top: 1.4rem;
		left: 1.5rem;
	}
	.onb-item-title-catch--underline {
		padding-left: var(--s2);
	}
	.l-onb-item-title {
		flex-direction: column;
	}
	.l-onb-item-title__side,
	.l-onb-item-title__main {
		width: 100%;
		font-size: 2.2rem;
	}
	.l-onb-item-title__side span,
	.l-onb-item-title__main span {
		font-size: 1.4rem;
	}
}
.onb-center-img {
	max-width: 44%;
	margin: 0 auto;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
	.onb-center-img {
		max-width: 100%;
	}	
}
.onb-m-title5 {
	line-height: 1.5;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	color: var(--site-color03);
	margin: 4rem 0 1rem;
}

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

.l-grid-two-title{
	font-size: 2.1rem;
	font-weight: 700;
	color: var(--site-color01);
	text-align: center;
}

.onb-m-title5 span::before,
.onb-m-title5 span::after {
	content: "";
	min-width: 5%;

	background-color: var(--site-color14);
	flex-grow: 1;
}

/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
	.onb-m-title5 span::before,
	.onb-m-title5 span::after {
		width: 4rem;
	}
}
.onb-com-box01-r-frame {
	padding: var(--s4) var(--s4) var(--s5);
	background: var(--site-color06) url(img/Reason.svg) no-repeat top -9px right 28px;
	border-radius: 1rem;
}
.l-onb-com-box01-r {
	display: flex;
	flex-wrap: wrap;
	gap: var(--s3);
}
.l-onb-com-box01-r__side {
	width: auto;
}
.l-onb-com-box01-r__side img {
	max-width: 100%;
}
.l-onb-com-box01-r__main {
	width: calc((100% - var(--s3))*.9);
}
.onb-com-box01-r-catch {
	margin-bottom: var(--s2);
	font-size: 2.1rem;
	font-weight: 700;
	color: var(--site-color01);
	line-height: 1.6;
}
.onb-com-box01-r-catch span {
	/* border-bottom: 7px solid rgba(108,192,183, .5); */
}
.onb-com-box01-r-imgcap {
	margin-top: var(--s1);
	text-align: center;
	font-size: 1.2rem;
}
.onb-com-box01-r-caption {
	text-align-last: left;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
	.l-onb-com-box01-r {
		display: flow-root;
	}
	.l-onb-com-box01-r__side {
		width: 45px;
		margin-bottom: var(--s2);
		float: left;
	}
	.l-onb-com-box01-r__main {
		width: 100%;
	}
	.onb-com-box01-r-catch {
		font-size: 1.8rem;
		padding: 0 0 0 5rem;
		margin-bottom: var(--s1);
	}
	.onb-com-box01-r-imgcap {
		font-size: 1rem;
	}
}
.onb-casebox02-frame {
	margin-top: 2rem;
	padding: var(--s4) var(--s4) var(--s1);
	background-color: var(--site-color06);
	position: relative;
	border-radius: 1rem;
	height: 100%;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
.onb-casebox02-frame {
	padding: 2.6rem var(--s3) var(--s1);
}
}
.box02 .onb-casebox02-frame{
	background-color:#FFF4EE;
	height: 100%;
}

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

.box02 .onb-casebox02-sub{
	background:#EF6A78;
}

.l-onb-casebox02 {
	/* display: flex; */
	/* flex-wrap: wrap; */
}
.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-catch {
	font-size: 1.8rem;
	font-weight: 700;
	color: var(--site-color01);
	line-height: 1.5;
	position:relative;
	padding-left: 98px;
	min-height: 100px;
	display: flex;
	align-items: center;
}

.onb-casebox02-catch::before{
	content:"";
	width: 84px;
	height: 89px;
	display:block;
	background:url(img/com-box01.png) no-repeat top center;
	background-size: contain;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	left: 0;
}
.box02 .onb-casebox02-catch::before{
	width: 77px;
	height: 101px;
	background:url(img/com-box02.png) no-repeat top center;
	background-size: contain;
	top: 38%;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
.onb-casebox02-catch {
	font-size: 1.8rem;
	font-weight: 700;
	color: var(--site-color01);
	line-height: 1.5;
	position:relative;
	padding-left: 82px;
	min-height: 77px;
	display: flex;
	align-items: center;
}
.onb-casebox02-catch::before{
	width: 72px;
	height: 77px;
}
.box02 .onb-casebox02-catch::before{
	width: 67px;
	height: 98px;
}
}
.onb-casebox02-caption {
	text-align: left;
}
/*------------------------------------------
    2box column settings
*/
.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);
    }
}

/*------------------------------------------------------------
    arrow
*/
.arrow {
	text-align: center;
}
.onb-iconbox02-frame {
	padding: var(--s4);
	background-color: var(--site-color07);
}

.onb-iconbox02-frame.support{
	background:#F6F6F6;
}

.onb-iconbox02-catch {
	padding: var(--s1)  var(--s1) var(--s1)  var(--s7);
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.5;
	background: url('./img/icon-gear02.svg') no-repeat top left;
	background-size: 3.8rem auto;
	color: var(--site-color01);
}

.onb-iconbox02-frame b{
	color: var(--site-color01);
}

.support .onb-iconbox02-catch{
	background: url(./img/icon-gear03.svg) no-repeat top left;
}

.onb-iconbox02-caption {
	text-align-last: left;
}
 .twb-text-list {
	padding: var(--s2);
	/* border: 1px solid #999; */
	line-height: 1.5;
	display: flex;
	align-items: center;
	background: var(--site-color13);
	gap: var(--s2);
}
.twb-text-list_left {
	min-width: 10em;
	color: var(--site-color04);
	font-weight: 700;
	font-size: 1.8rem;
}
.twb-text-list_right {
	width: calc(100% - (4em + var(--s2)));
	font-size: 2rem;
	color: var(--site-color03);
	font-weight: 700;
}
.twb-text-list_right em {
	font-size: 2.1rem;
	font-style: normal;
	font-weight: 700;
}
.onb-acc-list-frame {
	/* border: 1px solid #ccc; */
	margin-top: 4rem;
}
.onb-acc-list-title {
	padding: var(--s2);
	background-color: var(--site-color13);
	font-weight: 700;
	color: var(--site-color03);
	font-size: 2rem;
	text-align: center;
}
.onb-acc-list-content {
	padding: var(--s2) var(--s6);
}
.onb-acc-list div {
	padding-bottom: var(--s2);
	display: flex;
	border-bottom: .1rem solid #9CB2D8;
}
.onb-acc-list div:last-child {
	border: none;
}



.onb-acc-list div dt,
.onb-acc-list div dd {
	line-height: 1.2;
	font-weight: 700;
}
.onb-acc-list div dt {
	color: var(--site-color04);
	font-size: 1.6rem;
	width: 15%;
}
.onb-acc-list div dd {
	font-size: 1.8rem;
}
.onb-acc-list div dd span {
	font-size: 1.4rem;
}
.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%, #F2F2F2 100%);
}
.more-content-gradation.is-open::after {
	display: none;
}
.onb-acc-list-more-btn {
	max-width: 32rem;
	margin: 0 auto;
	position: relative;
	transform: translate3d(0, 0, 0); /* 描画対策のGPU処理 */
}
.onb-acc-list-more-btn span {
	width: 100%;
	margin: var(--s5) auto;
	padding: 2rem 6rem 2rem 3rem;
	border: .3rem solid var(--site-color11);
	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;
	font-weight: 700;
	z-index: 1;
}
.onb-acc-list-more-btn::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: var(--site-color03);
	border-width: 0 1px 1px 0;
	transform: translate(.8rem, .8rem);
	border-radius: 4rem;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.onb-acc-list-more-btn:hover span {
	transform: translate(.8rem, .8rem);
}
.onb-acc-list-more-btn.is-open span {
	background: url('./img/acc-on.svg') no-repeat 95% center #fff;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
	.onb-acc-list-more-btn {
		margin-right: var(--s1);
	}
	.onb-acc-list-more-btn span {
		transition: inherit;
		transform: none;
	}
	.onb-acc-list-more-btn:hover span {
		transform: none;
	}
.onb-acc-list div dt {
	width: 25%;
	line-height: 1.2;
	font-weight: 700;
	font-size: 1.3rem;
}
.onb-acc-list div dd {
	width: 75%;
	line-height: 1.2;
	font-weight: 700;
	font-size: 1.3rem;
	word-break: break-all;
}
.onb-acc-list-content {
padding: var(--s2) var(--s1);
}
}

.section-title04 {
    margin-bottom: 5rem;
    margin-top: 5rem;
    font-size: 3.6rem;
    font-weight: 700;
    color: var(--site-color03);
    text-align: center;
    position: relative;
}
.section-title04::after {
    content: "";
    width: 10rem;
    height: 6px;
    background-color: var(--site-color08);
    transform: translateX(-50%);
    position: absolute;
    bottom: -2.2rem;
    left: 50%;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
    .section-title04 {
        font-size: 2.6rem;
        line-height: 1.5;
        margin-bottom: 2rem;
    }
}
.img-title-area {
	display: flex;
	background-color: var(--site-color03);
	align-items: center;
}
.img-title-image {
	width: 36%;
	padding-left: var(--s1);
}
.img-title-image img {
	margin-top: -4rem;
	width: 100%;
}
.img-title {
	width: 100%;
	padding: var(--s3) var(--s2) var(--s3) var(--s2);
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}
.img-title-sub {
	margin-bottom: .8rem;
	padding: var(--s1);
	background-color: #fff;
	color: var(--site-color03);
	font-size: 1.4rem;
	line-height: 1;
	display: inline-block;
}
.img-title-small {
	font-size: 1.4rem;
}
.thb-table {
	line-height: 1.5;
	border-collapse: collapse;
	border: 1px solid #D3D3D3;
}
.thb-table th,
.thb-table td {
	padding: var(--s1);
	background: #fff;
	word-break: break-all;
}
.thb-table th {
	width: 35%;
	background-color: #f5e8e1;
	text-align: left;
}
.onb-more-btn {
	max-width: 46rem;
	width: 100%;
	margin: var(--s3) auto;
	position: relative;
}
.onb-more-btn span {
	width: 100%;
	padding: 2rem 6rem 2rem 3rem;
	border: .3rem solid var(--site-color11);
	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;
	font-weight: 700;
	position: relative;
	cursor: pointer;
	z-index: 1;
}
.onb-more-btn::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: var(--site-color03);
	border-width: 0 1px 1px 0;
	transform: translate(.8rem, .8rem);
	border-radius: 4rem;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.onb-more-btn:hover span {
	transform: translate(.8rem, .8rem);
}
.onb-more-btn.is-open span {
	background: url('./img/acc-on.svg') no-repeat 95% center #fff;
}
.more-content {
	display: none;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
	.onb-more-btn {
		margin-right: var(--s1);
	}
	.onb-more-btn span {
		transition: inherit;
		transform: none;
	}
	.onb-more-btn:hover span {
		transform: none;
	}
}
.twb-arrow-title {
	margin-bottom: 2.8rem;
	padding: var(--s2);
	background: url(img/arrow-01-wht-right.svg) no-repeat right 3rem center;
	background-size: 9px;
	font-size: 1.8rem;
	font-weight: 700;
	color: #fff;
	background-color: var(--site-color03);
	border: 1px solid var(--site-color03);
	text-align: center;
	line-height: 1.5;
	position: relative;
}
.twb-arrow-title::after {
	content: "";
	width: 0;
	height: 0;
	border-top: 2rem solid transparent;
	border-left: 2rem solid transparent;
	border-right: 2rem solid var(--site-color03);
	border-bottom: 2rem solid var(--site-color03);
	transform: translateX(-50%) rotate(45deg);
	position: absolute;
	left: 50%;
	bottom: -1.3rem;
}
.twb-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;
}
.twb-arrow-title-small {
	font-size: 1.4rem;
}
/*------------------------------------------
    2box column settings
*/
.column-medium {
    padding: var(--s4);
    border: none;
    background: #fff;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1);
}
.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-arrow-title {
	padding: var(--s1) var(--s2);
	margin-bottom: 0.6rem;
}
.twb-arrow-title-sub {
	margin-bottom: 0;
	line-height: 1.2;
}
}
.title-catch {
	padding: .8rem 0 1.6rem;
	font-size: 1.6rem;
	font-weight: 700;
	color: var(--site-color03);
	text-align: center;
	line-height: 1.7;
	border-bottom: 5px solid rgba(var(--site-color05-rgb), .5);
}
.title-catch span {
	font-size: 2rem;
	background: var(--site-color03);
	line-height: 1.9;
	padding: 0 0.5rem 0.3rem 0.5rem;
	color: #fff;
}
.twb-m-title05 {
	padding-bottom: 1.6rem;
	display: grid;
	align-items: center;
	grid-gap: var(--s2);
	grid-template-columns: 6.6rem 1fr;
	border-bottom: .3rem solid var(--site-color11);
}
.twb-m-title05__right {
	font-size: 1.9rem;
	font-weight: 700;
	color: var(--site-color03);
	line-height: 1.5;
}
.dl-style {
	padding-top: var(--s3);
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
.dl-style {
	padding-top: 0;

}
}
.dl-style dt {
	padding-left: var(--s2);
	color: #0D1640;
	border-left: 5px solid var(--site-color01);
	font-weight: 700;
	font-size: 2rem;
}
.dl-style dd {
	font-size: 1.6rem;
	line-height: 2;
}



.section-title04 a {
	display: block;
    width: 100%;
    background: url(img/arrow-01-bk-right.svg) no-repeat right center;
    background-size: 9px;
    position: relative;
    padding-right: 2rem;
    color: inherit;
    text-decoration: none;
}

.section-title04 a:hover{
	opacity:.6;
}

.img-title a {
	display: block;
    width: 100%;
    background: url(img/arrow-01-wht-right.svg) no-repeat right center;
    background-size: 9px;
    position: relative;
    padding-right: 2rem;
    color: inherit;
    text-decoration: none;
}

.img-title a:hover{
	opacity:.6;
}

.twb-arrow-title a:hover{
	opacity:.6;
}

.twb-m-title05 a {
	display: block;
    width: 100%;
    background: url(img/arrow-01-bk-right.svg) no-repeat right center;
    background-size: 9px;
    position: relative;
    padding-right: 2rem;
    color: inherit;
    text-decoration: none;
}

.twb-m-title05 a:hover{
	opacity:.6;
}

.dl-style l-stack-small a {
		display: block;
    width: 100%;
    background: url(img/arrow-01-bk-right.svg) no-repeat right center;
    background-size: 9px;
    position: relative;
    padding-right: 2rem;
    color: inherit;
    text-decoration: none;
}


/* --- 既存の .arrow を書き換え --- */
.l-grid-two {
    position: relative; /* アローの配置基準にします */
}

.l-grid-two .arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}
/* PC版：左右のカラムの中間に浮かせる */
@media screen and (min-width: 768px) {
    .l-grid-two .arrow {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 40px; /* アイコンの大きさに合わせて調整 */
    }
.l-grid-two .column-medium {
    padding: var(--s2) var(--s4) var(--s3);
    border: none;
}
.sec02 .l-grid-two .column-medium {
    box-shadow: none;
}
}

.sec04 .l-grid-two .column-medium {
    padding: 0 var(--s4) var(--s3);
    border: none;
}


/* スマホ版：上下に並ぶので、アイコンを回転させて隙間に入れる */
@media screen and (max-width: 767px) {
    .l-grid-two .arrow {
        margin: 2rem 0; /* 前後の余白 */
        transform: rotate(90deg); /* 右向きから下向きに回転 */
        height: 30px;
    }
    .l-grid-two .arrow img {
        width: 30px;
    }
.sec04 .l-grid-two .column-medium {
    padding: 0 var(--s2) var(--s3);
}
}

/* --- sec05 キャッチコピーのデザイン変更 --- */

/* 1. 太い下線を消す */
.sec05 .title-catch {
    border-bottom: none !important;
    padding-bottom: 0.8rem; /* 下線を消した分の余白調整（お好みで） */
}

/* 2. リンクの下線を消し、横にアローを配置 */
.sec05 .title-catch a {
    text-decoration: none;          /* 標準の下線を消す */
    display: inline-block;          /* 矢印をテキストのすぐ横に置くため */
    position: relative;
    padding-right: 2rem;            /* 矢印を表示するスペース（文字と矢印の間隔を広げる） */
    color: inherit;                 /* 文字色を継承 */
    
    /* アロー画像を配置（ファイルの存在を確認済み） */
    background: url(img/arrow-01-bk-right.svg) no-repeat right center;
    background-size: 10px auto;     /* 矢印のサイズ調整 */
    transition: opacity 0.3s;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
.sec05 .title-catch a {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
}

/* SPのみ：サイドのrubyふりがなサイズ調整 */
.l-onb-item-title__side ruby > rt {
  font-size: 55%;
  line-height: 1;
  margin-top: 0.3rem;
  display: inline-block;
  text-align: center;
  transform: translateX(-0.15em); /* SPでも同じく少し左に補正 */
}
}

/* ホバー時の演出（リンクであることを分かりやすくする） */
.sec05 .title-catch a:hover {
    opacity: 0.7;
}

/* --- sec07 dtテキストの調整 --- */

/* 1. 下線を消して、横にアローアイコンを表示 */
.sec07 .dl-style dt a {
    text-decoration: none;          /* 標準の下線を消す */
    display: inline-block;          /* テキストのすぐ横にアローを置く */
    position: relative;
    padding-right: 2.8rem;          /* アロー用の余白 */
                     /* 文字色を継承 */
    
    /* アロー画像の配置 */
    background: url(img/arrow-01-bk-right.svg) no-repeat right center;
    background-size: 10px auto;     /* 矢印のサイズ */
    transition: opacity 0.3s;
    font-weight: bold;
}

/* 2. ホバー時の演出 */
.sec07 .dl-style dt a:hover {
    opacity: 0.7;
}

/*------------------------------------------
    2box_catch
*/
.twb-title-group {
}

.twb-title-group.l-stack-xxsmall{
	padding: 1rem 0;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
.twb-title-group.l-stack-xxsmall {
	padding: 0;
}
}
.twb-title-catch {
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
	position: relative;
	margin-bottom: 1rem;
	/* display: flex; */          /* アイコンと文字を横並びにする */
	align-items: baseline;
}
.twb-title-catch::before{
	content:"●";
	color:#F5732F;
	padding-right:0.5rem;
	flex-shrink: 0;
	display: none;
}

.sec01 p+p {
    margin-top: 0;
}
.twb-title-catch span {
	font-size: 1.6rem;
}

/*------------------------------------------
    number_midashi
*/
.icon-txt-head {
  margin-top: var(--s4);
  margin-bottom: var(--s4);
  margin-left: var(--s4);
  padding: var(--s2) var(--s2) var(--s2) var(--s12);
  line-height: 1.5;
  font-size: 2.4rem;
  font-weight: 700;
  background-color: #EBF1F1;
  position: relative;
  counter-increment: icon-counter;
}
.icon-txt-head::before {
  content: counter(icon-counter);
  width: 7.9rem;
  height: 7.9rem;
  padding-bottom: 1.3rem;
  background: url("./img/icon-head-bg.svg") no-repeat top center / contain;
  background-size: contain;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 3.8rem;
  color: #fff;
  position: absolute;
  left: -4rem;
  top: -0.6rem;
  font-family: Arial;
}
.icon-txt-head::after {
  /* content: "POINT"; */
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  left: -1.6rem;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
  .icon-txt-head {
    margin-left: var(--s2);
    padding: var(--s2) var(--s2) var(--s2) var(--s7);
    font-size: 1.8rem;
  }

  .icon-txt-head::before {
    width: 6rem;
    height: 6rem;
    padding-bottom: 0;
    left: -1.6rem;
    font-size: 2.8rem;
    align-items: center;
  }
  .icon-txt-head::after {
    font-size: 1.2rem;
    top: -0.5rem;
    left: -0.8rem;
  }
}


/*------------------------------------------------------------
    toc
*/
.onb-index02-frame {
    width: 100%;
}
.onb-index02-wrap {
    margin: var(--s6) auto;
    padding: var(--s1) var(--s3) var(--s4) var(--s3);
    background-color: #F2F2F2;
    position: relative;
}
.onb-index02-title {
    padding: var(--s2) var(--s2) var(--s2) var(--s2);
    color: var(--site-color03);
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1;
    position: relative;
}
.onb-index02-chapter {
    padding: var(--s2) var(--s2) var(--s2) var(--s7);
    font-weight: 700;
    counter-reset: number 0; 
}
#toc ul.onb-index02-chapter li {
    position: relative;
}
#toc ul.onb-index02-chapter li:not(.onb-index02-chapter-h-three)::before {
    counter-increment: number 1;
    content: counter(number, decimal-leading-zero);
    color: var(--site-color04);
    position: absolute;
    top: 0;
    left: -1.8em;
}
#toc ul li.onb-index02-chapter-h {
    margin: 0 0 0 var(--s2);
    font-size: 100%;
    line-height: 1.7;
    position: relative;
}
#toc ul li.onb-index02-chapter-h a {
    display: block;
    text-decoration: none;
}
#toc ul li.onb-index02-chapter-h-two {
    margin-left: var(--s2);
    position: relative;
}
#toc ul li.onb-index02-chapter-h-three {
    margin-left: var(--s4);
    position: relative;
}
#toc ul li.onb-index02-chapter-h-two::before,
#toc ul li.onb-index02-chapter-h-three::before {
    position: absolute;
    top: 0;
    left: -1.8em;
}
#toc ul li.onb-index02-chapter-h-three::before {
    content: "└";
}
/*----------------------------------------------
	more content settings
*/
#toc.l-stack-small {
    margin-top: 1.4rem;
    height: auto;
    overflow: hidden;
    transition: max-height 1s;
    border-top: 2px solid #9CB2D8;
    position: relative;
}

.onb-index02-btn {
    max-width: 32rem;
    margin: 2rem auto 0 auto;
    position: relative;
    z-index: 5;
}
.onb-index02-btn span {
    width: 100%;
    margin: var(--s2) auto;
    padding: 2rem 6rem 2rem 3rem;
    border: .3rem solid var(--site-color11);
    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;
    font-weight: 700;
    z-index: 1;
}
.onb-index02-btn::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--site-color03);
    border-width: 0 1px 1px 0;
    transform: translate(.8rem, .8rem);
    border-radius: 4rem;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.onb-index02-btn:hover span {
    transform: translate(.8rem, .8rem);
}
.onb-index02-btn.is-open span {
    background: url('./img/acc-on.svg') no-repeat 95% center #fff;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
    #toc .onb-index02-chapter {
        padding-left: var(--s4);
    }    
    .onb-index02-btn:hover span {
        transform: none;
    }
}


/*----------------------------------------------
	.mainvisual
*/

.mainvisual_lower {
    text-align: center;
    width: 100%;
    padding: 8rem 0;
    background: url(img/mainvisual_lower.jpg) no-repeat top center;
    background-size: cover;
}

/* ロゴの後ろに白透過の座布団（背景が被らないように） */
.mainvisual_lower .siteName {
    display: inline-block;
    background: rgba(255, 255, 255, 0.75);
    padding: 1.25rem 2rem;
    box-sizing: border-box;
}

.mainvisual {
    background: url(img/mv_pc.jpg) no-repeat top center;
    background-size: cover;
}

.mainvisual .mainAreaInner {
    max-width: 640px;
    background-color: rgba(255,255,255,0.9);
    padding: 30px 40px;
}

.mainvisual #visArea {
    max-width: 1000px;
    margin: 0 auto;
    padding: 35px 0 120px;
}

.mainvisual .title span.bg {
    background: #0D1640;
    color: #fff;
    font-size: 3.8rem;
    font-weight: bold;
    padding: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

.mainvisual .title span.font-color{
    color: #FFA170;    
}

.mainvisual .title {
    font-size: 5.6rem;
    font-weight: bold;
    margin-bottom: 4rem;
}

.mainvisual .mv_logo {
    padding-left: 30px;
}


.mainvisual .mainTxtBox .txt_bold {
    color:#EE651E;
}


	.siteName a:hover {
	    opacity: .6;
	}


/*----------------------------------------------
	.banner
*/

.cmn02-text-banner-box__image img {
	max-width: 100%;
	height: auto;
	image-rendering: -webkit-optimize-contrast;
	object-fit: cover;
}
.index-banner_pc {
	margin: 5rem 0 0 0;
	position: fixed;
	right: 0;
	bottom: 15rem;
	z-index: 10;
}

.index-banner_pc a {
	text-decoration: none;
}

.index-banner_pc a:hover{
	opacity: 0.6;
}

.text-banner-box {
	max-width: 230px;
	background: #000 url(img/banner.jpg)no-repeat top center;
	background-size: cover;
	position: relative;
	border: 1px solid #fff;
	box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.3);
}

.text-banner-box:after {
	content: "";
	position: absolute;
	bottom: 4%;
	right: 2%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 15px 15px;
	border-color: transparent transparent #fff transparent;
}

.pc-bannerArea .imgArea {
	width: 40%;
}

.text-banner-box__text {
	padding: 1rem 1rem 2rem 2rem;
}

.text-banner-box__text .mainttl {
	background: #fff;
	color: #EE651E;
	font-weight: bold;
	display: inline-block;
	line-height: 1;
	padding: 5px 10px 5px 10px;
	font-size: 1.4rem;
}

.cmn02-text-banner-box__catch {
	display: block;
}

.text-banner-box__text .cmn02-paragraph {
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	position: relative;
}

.text-banner-box__text .cmn02-paragraph .banner_txt{
	position: absolute;
	right: 40px;
	bottom: -27px;
	font-size: 2rem;
	margin: 0;
}

.text-banner-box__text .cmn02-paragraph .banner_txt span{
	color:#FF8F54;
	font-size:4.7rem;
	vertical-align: -3px; /* 数値は調整してください */
}

@media screen and (max-width: 480px){
  .index-banner_pc{
    display:none !important;
  }
}

@media screen and (max-width: 767px) {
	.mainvisual {
    background: url(/wp/wp-content/uploads/mv_sp.jpg) no-repeat top center;
    background-size: 100%;
	}	
	.mainvisual .title span.bg {
	    font-size: 2.2rem;
	    padding: 4px 12px;
	    margin-bottom: 0.5rem;
	}
	
	.mainvisual .title {
	    font-size: 3.1rem;
	    margin-bottom: 2rem;
	}
	
	.mainvisual .mainAreaInner {
	    background: none;
	    padding: 0;
	}
	
	.mainvisual #visArea {
	    padding: 5.5rem 2rem 3rem;
	}
	
	.mainvisual .mv_logo {
	    display: block;
	    padding: 0rem 10rem 2rem 0;
	    width: 25.5rem;
	}


	.sec01, .sec04, .sec05, .sec06, .sec07 {
	    padding-top: 5rem;
	    padding-bottom: 4rem;
	}
	.sec02 {
	    padding-top: 5rem;
	    padding-bottom: 1rem;
	}
	.sec03 {
	    padding-top: 3rem;
	    padding-bottom: 1rem;
	}
	
	.title-small {
	    font-size: 2rem;
	}
	
	.sec01 .section-title02-frame {
	    margin-bottom: 0.5rem;
	    margin-top: 5rem;
	}
	
	.onb-item-title-title {
	    padding-left: 0;
	    font-size: 2.4rem;
	    line-height: 0.8;
	}
	
	 .l-onb-item-title__main {
	    padding: var(--s2) 0 var(--s1) var(--s7);
	}
	
	.l-onb-item-title__side{
	    padding: 2.0rem 0 var(--s2);
	}
	
	.twb-text-list_left {
	    width: 5em;
	    min-width: auto;
	    font-size: 1.6rem;
	}
	
	.twb-text-list_right{
	    font-size: 1.6rem;
	}

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

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

	.onb-com-box01-r-frame {
	    padding: 3.6rem var(--s3) var(--s3);
	    background: var(--site-color06) url(img/Reason.svg) no-repeat top -5px left -13px / 145px auto;
	}

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

	.sec02 .l-grid-two .column-medium {
	    padding: 0;
	    margin-bottom: 1rem;
	}

	.box02 .onb-casebox02-sub {
	    font-size: 1.4rem;
	}

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

	.sec05 .column-small img {
	    width: 100%;
	}

	.sec02 .onb-center-img {
	    max-width: 100%;
	}
	
	.l-grid-two-title {
	    font-size: 1.8rem;
	}
	
	.onb-casebox02-sub {
	    font-size: 1.8rem;
	}
	
	.dl-style dt {
	    font-size: 1.6rem;
	    color: #0D1640;
	}

	.siteName {
    max-width: 180px;
    display: block;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.75);
    padding: 1rem 1.5rem;
    box-sizing: border-box;
	}
	
	.mainvisual_lower {
	    padding: 3rem 0;
	    background-size: auto 100%;
	}
	
	.conclusion-box-ttl__icon::before {
	    font-size: 14px;
	    top: 20px;
	    left: 1rem;
	}
	
	.footer-area-logo {
	    max-width: 180px;
	}
	
	.onb-index02-title {
	    font-size: 2rem;
	    padding-bottom: 0;
	}

}

/*------------------------------------------------------------
  host.html サイト情報テーブル（このtableのみ）
------------------------------------------------------------ */
#low-page .host-info-table {
	margin: 2rem 0;
}

@media screen and (max-width: 767px) {
	#low-page .host-info-table,
	#low-page .host-info-table tbody,
	#low-page .host-info-table tr {
		display: block;
	}
	#low-page .host-info-table th,
	#low-page .host-info-table td {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
}
