@charset "utf-8";
/* ---------------------------------------------
navigation02 ※TOP、下層共通
--------------------------------------------- */
.header-area-upper {
	padding: var(--s1) var(--s1) var(--s1) var(--s5);
	text-align: left;
}
.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-page .gnavi-ctrl {
	opacity: 1;
	visibility: visible;
}
.gnavi-btn {
	width: var(--s7);
	height: var(--s6);
	background: var(--site-color01);
	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;
	border: 1px solid #6EB72F;
	border-radius: 30px;
}
.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: #6EB72F;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%) rotate(45deg);
}
.gnavi-btn-close__inner::after {
	content: "";
	width: 1em;
	height: 0.2rem;
	background: #6EB72F;
	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-color: #F4F6F6;
	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 auto;);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
	width: 150px;
}
.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 #A9B7B4;
	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-blg-right.svg") no-repeat center/1rem auto;
	position: absolute;
	top: 50%;
	right: var(--s2);
	transform: translate(0, -50%) rotate(0);
	transition: transform 0.3s;
}
.gnavi-list__link--toggle::after {
	background: url(img/arrow-01-blg-down.svg) no-repeat center / auto 1rem;
}
.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);
}
/* ---------------------------------------------
index02(目次)
--------------------------------------------- */
.onb-index02-frame {
    width: 100%;
}
.onb-index02-wrap {
    margin: var(--s6) auto;
    padding: var(--s1) var(--s3) var(--s4) var(--s3);
    background-color: #F4F6F6;
    position: relative;
}
.onb-index02-title {
    padding: var(--s2) var(--s2) var(--s2) var(--s7);
    color: #333;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1;
    background: url("./img/icon-gear.svg") no-repeat left center;
    background-size: 4rem auto;
    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-color03);
    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.onb-index02-gradation {
    margin-top: 1rem;
    height: auto;
    max-height: 12rem;
    overflow: hidden;
    transition: max-height 1s;
    border-top: 1px solid #333;);
    position: relative;
}
#toc.onb-index02-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%, #F4F6F6 100%);
}
#toc.onb-index02-gradation.is-open::after {
    display: none;
}
.onb-index02-btn {
    max-width: 32rem;
    margin: 2rem auto 0 auto;
    position: relative;
    z-index: 5;
}
.onb-index02-btn span {
    width: 100%;
    margin: var(--s5) auto;
    padding: 2rem 6rem 2rem 3rem;
    border: .2rem solid var(--site-color04);
    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: bold;
    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 span {
		margin: var(--s1) auto;
	}
    .onb-index02-btn:hover span {C
        transform: none;
    }
	.onb-index02-title {
		font-size: 1.8rem;
	}
}

/* ---------------------------------------------
related-article02(関連記事)
--------------------------------------------- */
.related-article02-frame {
    margin: var(--s6) auto;
    padding: var(--s2) var(--s3) var(--s4) var(--s3);
    background-color: #F4F6F6;
    position: relative;
}
.related-article02-title {
    padding: var(--s2) var(--s2) var(--s2) var(--s7);
    color: #333;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1;
    background: url("./img/icon-gear.svg") no-repeat left center;
    background-size: 4rem auto;
    position: relative;
}
.related-article02-list {
    padding: var(--s3) var(--s2) var(--s2);
    font-weight: 700;
    border-top: 1px solid #333;);
}
.related-article02-list li {
    padding-left: 1.2em;
    font-size: 100%;
    line-height: 1.7;
    position: relative;
}
.related-article02-list li::before {
    content: "";
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background-color: var(--site-color03);
    position: absolute;
    top: .6em;
    left: 0;
}
.related-article02-list a {
    display: block;
    text-decoration: none;
}
.related-article02-list a:hover {
    opacity: 0.6;
}
.relations-box.relations-box--column {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}
.relations-box__pic {
    flex: 0 0 150px;
}
.related-article02-list a {
    display: block;
    text-decoration: none;
}
.related-article02-list a:hover {
    opacity: 0.6;
}
.related-article02-list a {
    display: block;
    text-decoration: none;
}
.related-article02-list a:hover {
    opacity: 0.6;
}
/*----------------------------------------------
	more content settings
*/
div.onb-related02-gradation {
    position: relative;
    height: auto;
    max-height: 12rem;
    overflow: hidden;
    transition: max-height 1s;
}
div.onb-related02-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%, #F4F6F6 100%);
}
div.onb-related02-gradation.is-open::after {
    display: none;
}
.onb-related02-btn {
    max-width: 32rem;
    margin: 2rem auto 0 auto;
    position: relative;
    z-index: 5;
}
.onb-related02-btn span {
    width: 100%;
    margin: var(--s5) auto;
    padding: 2rem 6rem 2rem 3rem;
    border: .2rem solid var(--site-color04);
    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: bold;
    z-index: 1;
}
.onb-related02-btn:hover span {
    transform: translate(.8rem, .8rem);
}
.onb-related02-btn.is-open span {
    background: url('./img/acc-on.svg') no-repeat 95% center #fff;
}



/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
	.related-article02-title {
		font-size: 1.8rem;
	}
    .related-article02-list {
        padding: 2rem 0 0 0;
    }
    .related-article02-list li {
        margin-left: 0;
    }
    .relations-box__pic {
        flex: 0 0 100px;
    }   

	.related-article02-title{
		padding: var(--s1) var(--s2) var(--s1) var(--s7);
	}
	.onb-related02-btn span {
		margin: var(--s1) auto;
	}

	
}

.sec01, .sec03, .sec06 {
    padding: 9rem 0;
}

.sec01 .caption {
    color: #999999;
}

.sec01 {
    background: url(img/bg_sec01.jpg) repeat left center;
    position: relative;
}

.sec01:before {
    content: "";
    width: 342px;
    height: 342px;
    display: block;
    position: absolute;
    right: 30px;
    top: 30px;
    background: url(img/bg_sec01_right.png) no-repeat right top;
}

.sec01 .sec01_title span {
    background-color: var(--site-color03);
    color: #fff;
    font-size: 2.3rem;
    padding: 5px 10px;
    display: inline-block;
    margin-bottom: 20px;
}

.sec01 .column-small {
    padding: 0 var(--s2) var(--s4);
    background: #fff;
}
.sec01 .column-small .btn-web a {
	padding: var(--s3) var(--s5) var(--s3) var(--s4);
	background: var(--site-color07) url(./img/icon_web.svg) no-repeat center right 1.5rem / auto 1.2em;
}

.sec01 .column-small_img {
    margin: 0 var(--s2);
}

.sec01 .thb-m-title04 {
    border: 0;
    padding: 0;
}

.sec01 .l-stack-xsmall {
    background-color: var(--site-color02);
    padding: 0 var(--s2) var(--s2);
}

.sec01 .m-title01 {
    padding: var(--s3) var(--s1);
}

.sec01 .btn-web {
    margin: var(--s1) auto;
}

.sec01 .m-title03 {
    padding: var(--s2) 0 var(--s2) var(--s5);
    margin-bottom: 1rem;
}

.sec02 {
    position: relative;
    padding: 15rem 0 10rem 0;
    background: url(img/bg_sec02.jpg) no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
}

.sec02 .onb-m-title6 {
    text-align: center;
    border: none;
}

.sec02 table th{
	
}

.sec02 .onb-com-box01-r-catch span {
    border: none;
}

.sec02 .l-onb-item-title__side span {
    font-size: 2.4rem;
}

.sec03{
	    background: url(img/sec03_bg.jpg) no-repeat right center;
}

.sec04 {
    padding: 6rem 9rem;
}

.sec04 .column-small{
	font-size:1.4rem;
}

.sec04 table th {
    width: 120px;
    text-align: left;
}


.onb-icon-head01 {
	margin-top: var(--s7);
	margin-bottom: var(--s4);
	margin-left: var(--s4);
	padding: var(--s4) var(--s2) var(--s4) var(--s12);
	line-height: 1.5;
	font-size: 2.4rem;
	font-weight: 700;
	background-color: var(--site-color02);
	position: relative;
}
.onb-icon-head01::before {
	content: "";
	width: 10.5rem;
	height: 10.5rem;
	background: url('./img/icon-head-point.svg') no-repeat center center;
	background-size: cover;
	position: absolute;
	left: -4rem;
	top: -1.6rem;
}

@media screen and (max-width: 767px) {
	.sec01, .sec02, .sec03, .sec06 {
		padding: 3rem 0;
	}

	.sec01:before {
	    content: "";
	    width: 162px;
	    height: 162px;
	    background: url(img/bg_sec01_right.png) no-repeat right top;
	    background-size: contain;
	}
	
	.sec04 {
		padding: 3rem 0rem;
	}
	
	.sec02 .l-onb-item-title__side span{
		font-size: 1.8rem;
	}
	
	.sec02 .onb-m-title6{
		font-size: 1.8rem;
	}
	
	.sec02 .onb-casebox02-sub{
		font-size: 1.6rem;
	}
	
	.sec02 .onb-casebox02-catch{
		font-size: 1.8rem;	
	}
	
	.sec02 .onb-com-box01-r-frame{
		padding: var(--s2);
	}
	
	.sec03 {
	    background: url(img/sec03_bg.jpg) no-repeat right top 3rem;
		background-size:100%;
	}
	.sec01.lower {
    padding-bottom: 18rem;
	}
	.sec01 .sec01_title span {
		font-size: 1.6rem;
		padding: 0 1rem;
	}
}
	
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
	.onb-icon-head01 {
		margin-left: var(--s2);
		padding: var(--s1) var(--s1) var(--s1) var(--s7);
		font-size: 1.8rem;
		margin-bottom: var(--s2);
	}
	.onb-icon-head01::before {
		content: "";
		width: 6rem;
		height: 6rem;
		left: -1.5rem;
	}
}
.onb-iconbox02-frame {
	padding: var(--s2) var(--s4) var(--s4);
	background-color: #fff;
	border: 3px solid #D2E5DF;
}
@media screen and (max-width: 767px) {
	.onb-iconbox02-frame {
		padding: 0 var(--s2) var(--s2);
	}
}
.onb-iconbox02-catch {
	padding: var(--s2) var(--s1) var(--s2) var(--s5);
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5;
	border-bottom: 1px solid #333;);
	background: url('./img/icon-box02.svg') no-repeat center left;
	background-size: 3rem auto;
	color: var(--site-color03);
}
.onb-iconbox02-caption {
	text-align-last: left;
}
.section-title07-frame {
    margin-top: 5rem;
    position: relative;
}
.section-title07-frame::before {
    content: "";
    width: 825px;
    height: 60px;
    top: -7rem;
    left: calc(50% - 408px);
    display:block;
    position: absolute;
}

.sec02 .section-title07-frame::before  {
    background: url(img/sec02_titile.png) no-repeat top center;	
    background-size: auto 100%;
}

.sec04 .section-title07-frame::before  {
    background: url(img/sec04_titile.png) no-repeat top center;
    background-size: auto 100%;
}

.sec06 .section-title07-frame::before  {
    background: url(img/sec06_titile.png) no-repeat top center;	
    background-size: auto 100%;
}

@media screen and (max-width: 767px) {
.sec02 .section-title07-frame::before  {
    background: url(img/sec02_titile.png) no-repeat top center;
    background-size: auto 25px;
    height: 25px;
}

.sec04 .section-title07-frame::before  {
    background: url(img/sec04_titile.png) no-repeat top center;	
    background-size: auto 25px;
    height: 25px;
}

.sec06 .section-title07-frame::before  {
    background: url(img/sec06_titile.png) no-repeat top center;	
    background-size: auto 25px;
    height: 25px;
}

}
.section-title07 {
    width: 100%;
    padding: var(--s4) var(--s12);
    font-size: 3.6rem;
    font-weight: 700;
    text-align: center;
    position: relative;
    line-height: 1.4em;
}
.section-title07  a{text-decoration: none;background: url(./img/arrow-01-green-right.svg) no-repeat center right / auto .7em;display: inline-block;padding: 0 4rem;}

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

.section-title07 span {
    color: #019F58;
    font-size: 2.3rem;
    display: inline-block;
}

/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
    .section-title07-frame {
        background-color: transparent;
        margin-top: 5rem;
    }
    .section-title07-frame::before {
        width: 100%;
        padding: var(--s1) 0;
        font-size: 6rem;
        top: -2rem;
        left: auto;
    }
    .section-title07 {
        padding: var(--s2) var(--s2)  0 var(--s2);
        font-size: 2.4rem;
    }

	.section-title07 span{
		margin: 0;
		font-size: 2rem;
	}
		
}
/*------------------------------------------
    3box column settings
*/
.column-small {
    padding: var(--s2);
    border: 1px solid #A9B7B4;
    background-color: #F4F6F6;
}
.thb-box-full {
    width: calc(100% + var(--s4));
    margin-left: calc(var(--s2) * -1);
}
.img-title-area {
	display: flex;
	background-color: #0c6374;
	align-items: center;
	padding: var(--s1) 0;
}
.img-title-image {
	width: 71px;
	padding-left: var(--s1);
}
.img-title-image img {
	max-width: 100%;
}
.img-title {
	width: calc(100% - 71px);
	padding: var(--s2) var(--s2) var(--s2) var(--s1);
	color: #fff;
	line-height: 1.5;
	font-size: 2.4rem;
	font-weight: 700;
}
.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.7rem;
}
.m-title01 {
	padding: var(--s1) var(--s1) var(--s2)var(--s1);
	font-size: 2.1rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
}
.thb-m-title04-frame {
	position: relative;
}
.thb-m-title04 {
	padding: var(--s6) var(--s1) var(--s1) var(--s1);
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	border-bottom: 5px solid rgba(var(--site-color05-rgb), .5);
	text-align: center;
}
.m-title03 {
	padding: var(--s2) var(--s1) var(--s2) var(--s5);
	font-size: 1.6rem;
	font-weight: 700;
	color: var(
	--site-color08);
	line-height: 1.5;
	border-bottom: 1px solid #333;
	background: url(
	'./img/sec01_icon_m-title03.png') no-repeat center left;
	background-size: 2.8rem auto;
}
/*------------------------------------------
    1box column settings
*/
.column-medium {
    padding: 0 var(--s4) var(--s4);
    border: 3px solid #D0D9D7;
    background: #fff;
    margin-bottom: 3rem;
}
.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: 0 var(--s2) var(--s2);
        margin-top: 2rem;
    }
    .onb-box-full {
        width: calc(100% + var(--s4));
        margin-left: calc(var(--s2) * -1);
    }
	.img-title {
		font-size: 2.2rem;
	}
}
.onb-item-title-frame {
	padding: var(--s4);
	background-color: var(--site-color01);
	position: relative;
}
.onb-item-title-icon {
	width: 8.5rem;
	height: 8.5rem;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	top: -4rem;
	left: -2rem;
	border: 2px solid #019F58;
}
.onb-item-title-icon img {
	width: 100%;
}
.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(--s2);
	text-align: left;
	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.6rem;
	font-weight: 700;
	background-color: #fff;
	color: var(--site-color03);
	text-align: center;
}
.l-onb-item-title__main {
	width: calc((100% - var(--s2))*.7);
}
.onb-item-title-title {
	font-size: 3.2rem;
	font-weight: 700;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
	.onb-item-title-frame {
		padding: var(--s2);
	}
	.onb-item-title-icon {
		width: 6rem;
		height: 6rem;
		position: absolute;
		top: -2rem;
		left: -1rem;
	}
	.l-onb-item-title {
		flex-direction: column;
	}
	.l-onb-item-title__side,
	.l-onb-item-title__main {
		width: 100%;
		font-size: 1.6rem;
		padding: 1rem;
	}

		.l-onb-item-title__main{
			padding:0;
			text-align:center;
		}
	
	.l-onb-item-title__side span,
	.l-onb-item-title__main span {
		font-size: 1.2rem;
	}
	.onb-item-title-title{
		font-size: 2.2rem;
	}
	
}
.onb-center-img {
	max-width: 64%;
	margin: 0 auto;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
	.onb-center-img {
		max-width: 100%;
	}	
}
.onb-m-title6 {
	padding: .5rem 1rem .8rem 1rem;
	line-height: 1.5;
	font-size: 2.5rem;
	font-weight: 700;
	border-left: .5rem solid var(--site-color14);
	border-bottom: 1px solid var(--site-color14);
}
.onb-casebox02-frame {
	margin-top: 2rem;
	padding: var(--s4);
	background-color: var(--site-color02);
	position: relative;
}
.onb-casebox02-sub {
	padding: var(--s1) var(--s3);
	background-color: var(--site-color03);
	color: #fff;
	font-size: 1.7rem;
	transform: translateX(-50%);
	position: absolute;
	top: -2rem;
	left: 50%;
}
.onb-casebox02-catch {
	font-size: 2.1rem;
	font-weight: 700;
	color: var(--site-color08);
	line-height: 1.5;
	border-bottom: 1px solid #333333;
	padding-bottom: 2rem;
}
.onb-casebox02-caption {
	text-align: left;
}
.onb-com-box01-r-frame {
	padding: var(--s4);
	border: 3px solid #D2E5DF;
}
.l-onb-com-box01-r {
	display: flex;
	flex-wrap: wrap;
	gap: var(--s3);
}
.l-onb-com-box01-r__side {
	width: calc((100% - var(--s3))*.2);
}
.l-onb-com-box01-r__side img {
	max-width: 100%;
}
.l-onb-com-box01-r__main {
	width: calc((100% - var(--s3))*.8);
}
.onb-com-box01-r-catch {
	margin-bottom: var(--s2);
	font-size: 2.1rem;
	font-weight: 700;
	line-height: 2;
	color: var(--site-color03);
}
.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) {
	.onb-casebox02-frame{
		padding: var(--s3) var(--s2);
	}
	.l-onb-com-box01-r {
		display: flow-root;
	}
	.l-onb-com-box01-r__side {
		width: 30%;
		margin-right: var(--s2);
		margin-bottom: var(--s2);
		float: left;
	}
	.l-onb-com-box01-r__main {
		width: 100%;
	}
	.onb-com-box01-r-catch {
		font-size: 1.6rem;
		margin-bottom: var(--s1);
	}
	.onb-com-box01-r-imgcap {
		font-size: 1rem;
	}
}
.section-title03 {
    margin-top: 8rem;
    font-size: 3.6rem;
    font-weight: 700;
    color: var(--site-color03);
    text-align: center;
    position: relative;
}
.section-title03::before {
    content: "";
    width: 3rem;
    height: 3rem;
    background: url('./img/icon-title-gear.svg') no-repeat center center;
    background-size: contain;
    transform: translateX(-50%);
    position: absolute;
    top: -5.6rem;
    left: 50%;
    z-index: 3;
}
.section-title03 a {
    text-decoration: none;
    background: url(./img/arrow-01-green-right.svg) no-repeat center right / auto .7em;
    display: inline-block;
    padding: 0px 4rem;
}

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

/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
    .section-title03 {
        margin-top: 4rem;
        font-size: 2.8rem;
        line-height: 1.5;
    }
	
	.section-title03 a{
		font-size: 2.4rem;
	}
	
    .section-title03::before {
        top: -3.6rem;
    }
}
.icon-dspn4-bg-colored {
    padding-top: 2rem;
}
.icon-description-area {
    padding: var(--s4) var(--s4) var(--s4) var(--s4);
    background-color: var(--site-color09);
    position: relative;
}
.icon-description-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: var(--s2);
}
.icon-description-list li {
    background-color: #fff;
    line-height: 1.5;
    position: relative;
    text-align: center;
    font-weight: bold;
}

.icon-description-list--four li .triangle {
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    bottom: 4px;
    right: 4px;
    border-left: 15px solid transparent;
    border-bottom: 15px solid #6EB72F;
}

.icon-description-list li::before {
    display: none;
}
.icon-description-list--four li {
    width: calc((100% - (var(--s2) * 3)) / 4);
}

.icon-description-list--four li a:hover{
	opacity:.6;
	transition: opacity 0.6s ease, color 0.6s ease;
}

.icon-description-list--four li a{
	text-decoration:none;
	display: block;
	padding: var(--s2);
}

/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
    .icon-description-area {
        padding: var(--s2) var(--s2) var(--s2) var(--s2);
    }
    .icon-description-list li {
        font-size: 1.4rem;
    }
    .icon-description-list--four li {
        width: calc((100% - var(--s2)) / 2);
    }

	.icon-dspn4-bg-colored {
	    padding-top: 0;
	}
	
	.section-title07 a {
	    line-height: 1.3;
	}	
	
}
.title-catch {
	padding: .8rem .8rem 1.6rem .8rem;
	font-size: 2.1rem;
	font-weight: 700;
	color: var(--site-color03);
	text-align: center;
	line-height: 1.5;
	border-bottom: 1px solid #333333;);););
}
.title-catch a{
	text-decoration: none;
	padding: 0 2rem;
	position: relative;
	display: block;
}

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

.title-catch a:after{
	content:"";
	display:block;
	position:absolute;
	background: url(./img/arrow-01-green-right.svg) no-repeat center right / auto .9em;
	width: 1em;
	height: 0.9em;
	right: 0;
	top: calc(50% - 9px);
}

.title-catch span {
	font-size: 1.6rem;
}
.acc-more-btn {
	max-width: 46rem;
	width: 100%;
	margin: 0 auto var(--s5);
	position: relative;
}
.acc-more-btn span {
	width: 100%;
	margin: var(--s5) auto;
	padding: 2rem 6rem 2rem 3rem;
	border: .2rem solid var(--site-color04);
	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: bold;
	z-index: 1;
}

.acc-more-btn:hover span {
	opacity:.6;
}
.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;
	}
	
	.title-catch{
		font-size: 1.8rem;
		padding: 1rem .8rem 1rem 0.8rem;
	}
	
}
.l-pickup-contents01 {
    width: 100%;
    min-height: 52rem;
    display: flex;
    align-items: center;
    background-color: #F4F6F6;
    position: relative;
}
.l-pickup-contents01--reverse {
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.l-pickup-contents01-box {
    flex: 1;
}
.l-pickup-contents01-box img {
    min-height: 52rem;
    display: block;
    object-fit: cover;
}
.l-pickup-contents01-content {
    max-width: 50rem;
    padding: 0 var(--s8);
    position: relative;
    z-index: 5;
}
.l-pickup-contents01-content--reverse {
    margin-left: auto;
}
.pickup-contents01-catch {
    margin-bottom: 1rem;
    font-size: 3.2rem;
    font-weight: 700;
    color: var(--site-color01);
    line-height: 1.5;
}
.btn-pickup-contents01 {
    margin: var(--s5) auto 0 auto;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
    .l-pickup-contents01 {
        min-height: inherit;
        flex-direction: column;
    }
    .l-pickup-contents01-content {
        max-width: inherit;
        padding: var(--s4) var(--s2);
    }
    .l-pickup-contents01-box img {
        min-height: inherit;
        object-fit: inherit;
    }
    
    .pickup-contents01-catch {
        font-size: 2.4rem;
    }
    .btn-pickup-contents01 {
        margin-right: var(--s1);
    }
}
.acc-contentsbg-colored {
    /* padding-top: 4rem; */
}
.acc-contentsbg-colored__inner {
    padding: var(--s4) var(--s4) var(--s4) var(--s4);
    background-color: var(--site-color09);
    position: relative;
}
.acc-area {
    background-color: #fff;
    border-bottom: 3px solid var(--site-color01);
}
.acc-title {
    padding: 1.6rem;
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1.5;
    cursor: pointer;
    position: relative;
}
.acc-content {
    padding: var(--s4);
    background-color: #fff;
}
.acc-content dt {
    margin-bottom: 1.6rem;
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1.5;
    color: #087C69;
}
.acc-content dd {
    line-height: 2;
}
.acc-content-link {
    margin-top: 1.6rem;
    text-align: right;
}
.acc-content-link a {
    padding-right: 3.2rem;
    background: url('./img/arrow-01-black-right.svg') no-repeat center right / auto 1em;
    display: inline-block;
    font-weight: 700;
    line-height: 1;
    text-decoration: underline;
}
.faq-q {
    padding: var(--s2) var(--s1) var(--s2) var(--s12);
    background: url('./img/Q.png') no-repeat left center;
    background-size: 70px auto;
}
.faq-a {
    padding-left: 8rem;
    background: url('./img/A.png') no-repeat 2rem 2.7rem;
    background-size: 38px auto;
}
/*--------------------------------------------------
    アコーディオン設定
*/
.acc-title {
    transition: all .5s ease;
    position: relative;
}
/*アイコンの＋と×*/
.acc-title::before,
.acc-title::after {
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: var(--site-color01);
}
.acc-title::before {
    top:48%;
    right: 15px;
    transform: rotate(0deg);
}
.acc-title::after {
    top:48%;
    right: 15px;
    transform: rotate(90deg);
}
/*　closeというクラスがついたら形状変化　*/
.acc-title.close::before {
    transform: rotate(45deg);
}
.acc-title.close::after {
    transform: rotate(-45deg);
}
/*アコーディオンで現れるエリア*/
.acc-content {
    display: none;/*はじめは非表示*/
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
    .bg-colored__inner {
        padding: var(--s8) var(--s2) var(--s2) var(--s2);
    }
    .acc-contentsbg-colored__inner {
        padding: var(--s4) var(--s2) var(--s2) var(--s2);
    }
    .acc-title {
        padding: 1.6rem;
        font-size: 1.8rem;
    }
    .acc-content dt {
        margin-bottom: 1.6rem;
        font-size: 1.8rem;
    }
    .acc-content dd {
        font-size: 1.4rem;
    }
    .faq-q {
        padding: var(--s2) var(--s4) var(--s2) var(--s8);
        background: url('./img/Q.png') no-repeat left center;
        background-size: 5.6rem auto;
        font-size: 1.6rem;
    }
    .faq-a {
        padding: var(--s2) var(--s2) var(--s2) var(--s8);
        background: url('./img/A.png') no-repeat 1rem 1rem;
        background-size: 4rem auto;
    }   
}
.sp-fix-banner01 {
     left: -120px;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
    .sp-fix-banner01 {
        display: block;
        width: 50%;
        background-color: #6EB72F;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 50;
        display: none;
    }
    .sp-fix-banner01-text {
        padding: var(--s2) var(--s2) var(--s2) var(--s2);
        color: #fff;
        position: relative;
    }
    .sp-fix-banner01-text::before {
        content: "";
        width: 14rem;
        height: 2rem;
        background: url("./img/banner_catch.jpg") no-repeat center center;
        background-size: 100%;
        position: absolute;
        top: -1.3rem;
        left: 1rem;
        z-index: 5;
    }
    .sp-fix-banner01-text p {
        margin: 0;
        font-size: 1.6rem;
        line-height: 1.3em;
    }

	.sp-fix-banner01-text p span {
	    font-size: 2.3rem;
	}
	
    .sp-fix-banner01-text a {
        padding-right: 1.6rem;
        color: #fff;
        text-decoration: none;
        background: url("./img/arrow-01-wht-right02.svg") no-repeat right center / 2rem auto;
        display: block;
        font-weight: bold;
    }
    .sp-fix-banner01-text a:hover {
        opacity: .7;
    }
}

/*--------------------------------------------------
    MV
*/

.mainvisual {
    background: url(img/top_mv_bg.jpg) no-repeat left bottom 3rem;
    padding: 5rem 0 14rem;
    background-size: contain;
    position: relative;
    z-index: 0;
}

.mainvisual  .mv_txt {
    max-width: 360px;
}

.mainvisual .mv_title {
    font-size: 4.1rem;
    line-height: 1.6;
    font-weight: bold;
    margin-bottom: 4rem;
    font-family: "游ゴシック体", YuGothic, "Noto Sans JP", sans-serif;
}

.mainvisual .mv_title span.color {
    color: #fff;
    background: #03985c;
    letter-spacing: .2rem;
    padding: 0 .5rem;
}

.mainvisual .mv_title span.small {
    font-size: 3.6rem;
}

.mainvisual .mv_subtitle {
    font-size: 2.2rem;
    border-bottom: 4px solid #087c69;
    margin-bottom: 3rem;
    padding-bottom: 5px;
    font-weight: bold;
}

.mainvisual p{
    font-size: 1.6rem;
    line-height: 2.7rem;    
}

.mainvisual .mv_box {
    max-width: 1000px;
    margin: 0 auto;
}

.mainvisual .mv_box:before {
    content:"";
    display:block;
    position:absolute;
    background: url(img/top_mv_rightimg.png) no-repeat left center;
    background-size: auto 100%;
    width: 52%;
    height:543px;
    right:20px;
    top: 0;
    z-index: -1;
}

.lower_mainvisual {
    background: url(img/lower_mv_bg.jpg) no-repeat left bottom 3rem;
    padding: 5rem 0;
    background-size: contain;
    position: relative;
}

.lower_mainvisual .mv_box {
    max-width: 1000px;
    margin: 0 auto;
    position:relative;
}

.lower_mainvisual .mv_box img {
    width: 264px;
    height: auto;
}

.lower_mainvisual .mv_box a:hover{
	opacity:.6;	
}

.lower_mainvisual .mv_box::after {
    content:"";
    display:block;
    position:absolute;
    background: url(img/lower_mv_rightimg.png) no-repeat right top;
    width:611px;
    height:207px;
    right: 0;
    bottom: -50px;
}

.spMV {
    display: none;
}

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

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

.mainvisual {
    background: url(img/sp_top_mv_bg.png) no-repeat top 8px center;
    background-size: 100%;
    padding-right: calc(var(--s1) + var(--s-2));
    padding-left: calc(var(--s1) + var(--s-2));
    padding-bottom: 5rem;
    padding-top: 1.5rem;
}

.mainvisual .mv_title {
    font-size: 2.6rem;
    line-height: 3.5rem;
    margin-bottom: 2rem;
}

.mainvisual .mv_title span.small{
	font-size: 2rem;
}
.mainvisual .mv_title span.color {
	letter-spacing: normal;
	padding: 0;
}
.mainvisual .mv_title span:nth-child(3) {
	padding: 0 0 0 .2rem;
}
.mainvisual .mv_title span:nth-child(5) {
	padding: 0 .2rem 0 0 ;
	margin-right: .2rem
}

.mainvisual .mv_txt {
    max-width: 100%;
}

.spMV {
    display: block;
    margin: 0 1.2rem 2rem;
}

.lower_mainvisual .mv_box::after{
	display:none;
}

.lower_mainvisual .mv_box img{
	width:200px;
}

.lower_mainvisual{
	text-align:center;
	padding: 1rem 0 3rem;
	background: url(img/sp_lower_mv_bg.jpg) no-repeat left bottom 1rem;
	background-size: contain;
}
	
}