@charset "utf-8";

/*------------------------------------------------------------
    H3見出し
*/
.section-title08 {
	margin-top: 4rem;
	margin-bottom: 3rem;
	padding: var(--s2);
	font-size: 2.4rem;
	font-weight: 900;
	color: #fff;
	background-color: #222020;
	text-align: left;
	line-height: 1.5;
	position: relative;
}

.section-title08 ::before{
    content: "";
    position: absolute;
    top: 10%;
    left: 10px;
    width: 9px;
    height: 80%;
    background:#CD361E;
}

.section-title08 a{
	color:#fff;
	text-decoration:none;
	background: url(./img/arrow-01-wht-right.svg) no-repeat center right / auto 2rem;
	display: block;
	padding: 0 20px 0 30px;
}

.section-title08 a:hover{
	opacity:0.6;
}

.exp-lead{
	line-height: 1.6;
	margin: 0 0 2rem auto;
	text-align: left;
}

.exp-lead span{
	color: #0d67b4;
	font-weight: bold;
}

/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
	.section-title08 {
		padding: var(--s2) var(--s2) var(--s2) 0;
		font-size: 2.2rem;
		margin-bottom: 2rem;
	}
	.section-title08 ::before{
    content: "";
    position: absolute;
    top: 10%;
    left: 10px;
    width: 6px;
    height: 80%;
    background:#CD361E;
}
	.section-title08::after {
		bottom: -1.5rem;
	}
}


/*------------------------------------------------------------
    check見出し
*/
.icon-head01 {
	margin-top: var(--s4);
	margin-bottom: var(--s4);
	padding: var(--s3) var(--s2) var(--s3) 18rem;
	line-height: 1.5;
	font-size: 2.8rem;
	font-weight: 700;
	background-color: #ededed;
	position: relative;
}
.icon-head01::after {
	content: "";
	width: 21rem;
	height: 100%;
	background: url('./img/title-point-blue.png') no-repeat left center;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 0;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
	.icon-head01 {
		margin-left: var(--s2);
		padding: var(--s2) var(--s2) var(--s2) var(--s10);
		font-size: 1.8rem;
		position: relative;
	}
	.icon-head01::after {
		content: "";
		width: 9rem;
		height: 4rem;
		left: 0;
	}
}
/*------------------------------------------
accordion
*/
.onb-more-btn {
	max-width: 46rem;
	width: 100%;
	margin: var(--s5) auto;
	position: relative;
	line-height: 1.6;
	font-size: 1.8rem;
	font-weight: 700;
}
.onb-more-btn span {
	width: 100%;
	padding: 2rem 6rem 2rem 3rem;
	border-radius: 100px;
	background: url('./img/acc-off.svg') no-repeat 90% center #DEDEDE;
	display: block;
	text-align: center;
	transform: translate(0, 0);
	transition: transform 0.3s;
	cursor: pointer;
	z-index: 1;
}

.onb-more-btn:hover span {
	opacity:0.6;
}
.onb-more-btn.is-open span {
	background: url('./img/acc-on.svg') no-repeat 90% center #DEDEDE;
}
.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;
	}
}


/*------------------------------------------
一覧
*/
.title-catch {
	padding: .8rem .8rem 1.6rem .8rem;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.5;
	border-bottom: 2px solid #E8E8E8;
	text-align: center;
	color: #224665;
	display: flex;
	align-items: center;
	justify-content: center;
}

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

.sec06 .title-catch{
	border-bottom: 2px solid #7C7C7C;
	text-align: left;
	font-size: 2.2rem;
	font-weight: 900;
}

.sec06 .title-catch a{
	color:#224665;
	text-decoration: none;
	background: url(./img/arrow-01-red-right.svg) no-repeat center right / auto 2rem;
	display: block;
	padding-right: 3rem;
}

.sec07 .title-catch{
	margin-bottom:1rem;
}

.sec07 .title-catch a{
	text-decoration:none;
	color:#224665;
	background: url(./img/arrow-01-red-right.svg) no-repeat center right / auto 2rem;
	display: block;
	padding: 0 20px;
	width: 100%;
}

.sec07 .explain-wrapper{
	margin-top :-2rem;
	margin-bottom: 3rem;
}

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

/*------------------------------------------
早見表
*/
.simplified-chart-cpt {
	display: none;
}
.simplified-chart {
	border-collapse: collapse;
	border: none;
}

.sec03 .l-scroll-x-sp{
	padding: 2rem;
	background:#fff;
	margin-top: 1rem;
}

.simplified-chart th,
.simplified-chart td {
	min-width: 24rem;
	padding: var(--s2);
	line-height: 1.5;
	border: none;
}
.simplified-chart th {
	background-color: #fff;
	text-align: center;
	border-bottom: 3px solid #CD361E;
}
.simplified-chart tr:nth-child(1) th {
	color: #fff;
	border-bottom: 0;
		padding: var(--s1);
}

.simplified-chart tr:nth-child(1) th:nth-child(2) {
border: 3px solid #cd361e;
	padding: var(--s1);
}
.simplified-chart tr:nth-child(1) th span{
	background:#292F33;
	padding: 10px;
	font-size: 2rem;
	display: block;
	
}

.simplified-chart td {
	background-color: #fff;
	border-bottom: 3px solid #E8E8E8;
}
.simplified-chart td .font-large{
	font-size: 2.1rem;
}
.simplified-chart td .font-small{
	font-size: 1.2rem;
}
.simplified-chart-img {
	text-align: center;
}
.simplified-chart .btn-web {
	margin: var(--s2) 0;
	font-size: 1.4rem;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
.sec07 .explain-wrapper{
	margin-top :-2rem;
	margin-bottom: 2rem;
}

	.sec03 .l-scroll-x-sp{
	padding: 2rem;
	background:#fff;
	margin-top: 0;
}
	.simplified-chart-cpt {
		margin-bottom: 1rem;
		display: block;
		padding: var(--s1);
		border: 1px solid #ccc;
		text-align: center;
		font-size: 1.2rem;
		border-radius: 2rem;
	}

	.sec03 .simplified-chart-cpt{
		color:#fff
	}
	
	.l-scroll-x-sp .simplified-chart {
		width: inherit;
	}
	.l-scroll-x-sp .simplified-chart th,
	.l-scroll-x-sp .simplified-chart td {
		min-width: 20rem;
	}
}

/*------------------------------------------
下層まとめパーツ
*/
.conclusion-box-frame {
	margin-top: 5rem;
	padding: 0 var(--s4);
	padding-bottom: var(--s4);
	background: #F2F7FF;
}
.conclusion-box-ttl {
	position: relative;
}
.conclusion-box-ttl__icon-frame {
}
.conclusion-box-ttl__icon {
	width: 21rem;
	height: 26px;
	display: flex;
	justify-content: center;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 10;
}
.conclusion-box-ttl__icon::after {content: "";width: 20rem;height: 100%;position: relative;left: 0;top: 0;align-items: center;}
.conclusion-box-ttl__icon span {
	color: #fff;
	font-size: 30px;
	position: absolute;
	font-weight: 900;
	left: 2rem;
}
.conclusion-box-ttl__text {
    margin-top: var(--s4);
    padding: var(--s2) var(--s2) var(--s2) 20rem;
    line-height: 1.5;
    font-size: 2.8rem;
    font-weight: 700;
    position: relative;
    color:#fff;
    background: #292F33 url(./img/title-check-red.png) no-repeat left center;
    background-size: 19rem 100%;
    align-items: center;
}
.conclusion-box-content {
	z-index: 5;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
	.conclusion-box-frame {
		background-size: 50% auto;
		padding: var(--s3) var(--s2);
	}
	.conclusion-box-ttl__icon-frame {
	}
	.conclusion-box-ttl__icon {
		width: 6rem;
		height: 100%;
	}
	.conclusion-box-ttl__text {
		margin-left: 0;
		padding-left: 9rem;
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
		font-size: 1.8rem;
		background: #292F33 url(./img/title-check-red.png) no-repeat top left -100%;
		background-size: 70% auto;
		margin-top: 0;
	}

.conclusion-box-ttl__icon span{
	font-size: 13px;
	left: 13px;
	top: -6px;
}
	
	.l-onb-conclusion-img {
		width: 36%;
	}
}

/*------------------------------------------
sec05 info 1box column settings
*/
.column-medium {
    padding: var(--s4);
}
.onb-box-full {
    width: calc(100% + var(--s8));
    margin-left: calc(var(--s4) * -1);
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
    .column-medium {
        padding: var(--s2);
    }
    .onb-box-full {
        width: calc(100% + var(--s4));
        margin-left: calc(var(--s2) * -1);
    }
}

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


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

.onb-img-title-area {
	display: flex;
	background-color: #224665;
	align-items: center;
	position: relative;
}
.onb-img-title-image {
	width: 25%;
}
.onb-img-title-image img {
	margin-top: 0;
	width: 100%;
	height: 100%;
}
.onb-img-title {
	width: 80%;
	padding: var(--s2) var(--s2) var(--s2) 0;
	color: #fff;
	line-height: 1.5;
	font-size: 3.2rem;
	font-weight: 700;
	text-align: center;
	margin-left: -100px;
}
.onb-img-title-sub {
	margin-bottom: var(--s1);
	padding: var(--s1) var(--s2);
	font-size: 2.4rem;
	line-height: 1;
	display: inline-block;
	background: #fff;
	color: #222020;
	margin-top: 1rem;
}
.onb-img-title-small {
	font-size: 1.4rem;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
	.onb-img-title-box {
		width: calc(100% + 3.2rem);
		margin-left: -1.6rem;
	}
.onb-img-title-sub {
	font-size: 2rem;
}
	
	.sec05 .onb-img-title-box{
	width: calc(100% + 3.2rem);
	margin-left: -1.6rem;
}
	
	.onb-img-title-image {
		width: 125px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0;
	}
	.onb-img-title {
		width: 100%;
		font-size: 2.4rem;
		margin: 0 auto;
		position: relative;
		z-index: 1;
		padding-left: 10rem;
	}
}	

.onb-m-title5 {
	line-height: 1.5;
	font-size: 2.4rem;
	font-weight: 900;
	text-align: center;
}

.sec05 .onb-m-title5{
	margin:0 auto;
	font-size:2.8rem;
}

.onb-m-title5 span {
	display: flex;
	align-items: center;
	margin-block: 2rem;
}

/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
	.onb-m-title5 span::before,
	.onb-m-title5 span::after {
		width: 4rem;
	}
	.onb-m-title5 span::before {
		margin-right: var(--s1);
	}
	.onb-m-title5 span::after {
		margin-left: var(--s1);
	}

	.sec05 .onb-m-title5{
		font-size:2.2rem;
	}
}
.l-onb-access-table {
	display: flex;
	gap: var(--s2);
}
.l-onb-access-table__side {
	width: calc((100% - var(--s2))*.4);
}
.l-onb-access-table__main {
	width: calc((100% - var(--s2))*.6);
}
.onb-access-table {
	border-collapse: collapse;
}

.sec05 .onb-access-table {
	border:none;
}

.onb-access-table th,
.onb-access-table td {
	padding: var(--s2);
	/* border: 1px solid #D3D3D3; */
}
.onb-access-table th {
	width: 35%;
	background-color: #ffffff;
	vertical-align: middle;
	font-weight: normal;
	text-align: center;
	border-bottom: 2px solid #9c9c9c;
}

.sec05 .l-onb-access-table__main{
	padding: 0 10px 10px;
	background: #F2F7FF;
	display: flex;
}

.sec05 .info-table .onb-flex-table{
	border:none;
}

.sec05 .onb-access-table th, .sec05 .info-table .onb-flex-table td{
	background:none;
}

.sec05 .onb-access-table th, .sec05 .info-table .onb-flex-table th{
	border:none;
	border-bottom: 3px solid #224665;
	background:none;
	font-size: 1.6rem;
	font-weight: 700;
}

.sec05 .onb-access-table td, .sec05 .info-table .onb-flex-table td{
	border:none;
	border-bottom: 3px solid #B7B7B7;
}

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

	.sec05 .onb-access-table th, .sec05 .info-table .onb-flex-table th, .sec05 .onb-access-table td, .sec05 .info-table .onb-flex-table td{
		font-size: 1.5rem;
		padding: 10px 5px;
	}
}

.l-onb-flex-table {
	display: flex;
}

.sec05 .info-table{margin: 0 auto;width: 95%;margin-top: -1rem;}


.sec05 .info-table td{
	text-align:left;
}

.onb-flex-table {
	border-collapse: collapse;
}
.onb-flex-table th,
.onb-flex-table td {
	padding: var(--s2);
	border: 1px solid #d3d3d3;
}
.onb-flex-table th {
	width: 34%;
	background-color: #E9EFF0;
	vertical-align: middle;
	font-weight: normal;
}

.sec05 .onb-flex-table th{
	text-align:center;
	background: #E2E2E2;
	width: 35%;
	font-size: 1.5rem;
	font-weight: bold;
}
.sec05 .onb-flex-table td{
	font-size: 1.5rem;
}

.sec05 .l-onb-flex-table.support-table th{
	width: 10%;
}

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

.sec05 .onb-flex-table td{
	text-align:center;
}

.sec05 .info-table td {
    text-align: left;
}

/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
.sec05 .info-table{width: 100%;margin-top: -1rem;}

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

.onb-m-title6 {
	padding: .5rem 1rem .8rem 1rem;
	line-height: 1.5;
	margin-block: 2rem 0;
	font-size: 2.6rem;
	font-weight: 900;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.onb-m-title6::before, .onb-m-title6::after{
  content: '';
  display: block;
  width: 180px;
  height: 2px;
  background: #224665;
}

.onb-m-title6::before {
  margin-right: 0.5em;
  position: absolute;
  right: 0;
}
.onb-m-title6::after {
  margin-left: 0.5em;
  position: absolute;
  left: 0;
}
 
.onb-iconbox02-frame {
	padding: var(--s2) var(--s4)  var(--s4);
	background-color: #F2F7FF;
}
.onb-iconbox02-catch {
	padding: 0 var(--s1)  0  var(--s5);
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.5;
	background: url('./img/icon-info.png') no-repeat center left;
	background-size: 3rem auto;
	color: #224665;
	margin: 2rem 0 1rem;
}
.onb-iconbox02-caption {
	text-align-last: left;
}
 
.jirei-wrapper01 {
	border-bottom: 2px solid #9c9c9c;
	padding-bottom: 3.5rem;
}

/*------------------------------------------
sec04    3box column settings
*/
.sec04 .column-small {
    padding: var(--s2);
    background: #F2F7FF;
    display: block;
}

.sec07 .column-small {
    padding: var(--s2) var(--s2) var(--s4);
    background: #fff;
}

.sec04 .column-small{
	padding-top:0;
	padding-bottom: 3rem;
	background: #fff;
}

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

.sec04 .thb-box-full{
    text-align: center;
    margin-bottom: 2rem;
}
 
.m-title02 {
	padding: var(--s2);
	font-size: 2.1rem;
	font-weight: 700;
	color: #fff;
	line-height: 1.5;
	background-color: var(--site-color03);
}

.sec04 .m-title02{
	background:#224665;
	font-size: 2.8rem;
	text-align: center;
}

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

.sec04 .m-title01{
	font-size: 2rem;
	margin-bottom: 1rem;
}

.sec06 .m-title01{
	font-size:2rem;
	padding: 3rem 2rem 1rem;
}

.m-title01 span {
	padding: var(--s1) var(--s1) var(--s2)var(--s1);
	font-weight: 900;
	color: #224665;
	text-align: center;
	line-height: 1.8;
	font-size: 2.4rem;
}

.sec06 .img_box{
	margin-bottom:2rem;
}

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

.sec04 .thb-table{
	margin-bottom:3rem;
}

.sec06 .thb-table{
	margin:2rem 0;
}

.thb-table th,
.thb-table td {
	padding: var(--s1);
	border: 1px solid #D3D3D3;
	background: #fff;
	font-size: 1.5rem;
}

.sec04 .thb-table td{
	font-size: 15px;
}

.thb-table th {
	width: 40%;
	background-color: #E9EFF0;
	text-align: center;
}

.sec04 .thb-table th {
	background:#E2E2E2;
	font-size: 16px;
}

.m-title03 {
	padding: 0 var(--s1) 0 var(--s2);
	margin: 1rem 0 1rem;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
	background-size: 4.8rem auto;
	border-left: 10px solid #224665;
	text-align: left;
}

.sec04 .txt-box01 {
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}

/*------------------------------------------
sec03    
*/
.center-img-box {
	display: flow-root;
}
.center-img {
	max-width: 100%;
	padding-bottom: var(--s2);
}
.center-img-catch {
	font-size: 1.8rem;
	font-weight: 700;
	color: var(--site-color03);
	line-height: 1.5;
}

.conclusion-area {
    padding: var(--s6);
    background: url('./img/dblue-bg.svg') repeat-y right top var(--site-color03);
}

.sec03 .conclusion-area{
	background: #ffffff;
	padding: var(--s4);
}

.sec03 .conclusion-area p{
	color:#000000;	
} 

.sec03 .conclusion-box {
    padding: var(--s2);
}

.conclusion-title {
    font-size: 2.4rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.sec03 .conclusion-title{
	background:#292F33;
	padding: 25px 0;
}

.conclusion-title-deco {
    position: relative;
}

.conclusion-title-deco::before {
    left: -50%;
}
.conclusion-title-deco::after {
    right: -50%;
}
.conclusion-box {
    padding: var(--s2) var(--s4);
}
.conclusion-box__wht {
    color: #fff;
    line-height: 2;
}
.conclusion-catch {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    text-align: center;
}
.conclusion-catch span {
    border-bottom: 6px solid var(--site-color04);
}
.conclusion-btn-area {
    z-index: 5;
}
.btn-conclusion {
    margin: 0 auto;
}
		.sec03 .conclusion-box ul{
		margin: 2rem 0;
	}

/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
.thb-table th,
.thb-table td {
	padding: 1rem;
}
	.sec04 .m-title02{
		font-size:2.2rem;
	}

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

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

	.sec03 .conclusion-area{
	background:#F2F7FF;
	padding: var(--s3) var(--s2) var(--s3);
}
    .conclusion-area {
        padding: var(--s2) var(--s2);
        background-size: 70% auto;
    }
    .conclusion-title {
        font-size: 2rem;
		line-height:1.5;
    }

	.sec03 .conclusion-title{
		padding: 15px 0;
		font-size: 2.4rem;
	}

	.onb-m-title6{
		font-size:2.2rem;
	}

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

	.onb-iconbox02-catch{
		font-size: 2rem;
		padding: 0 0 0  var(--s5);
		background-size: 3rem auto;
		margin-top: 1rem;
	}

	.onb-m-title6::before, .onb-m-title6::after{
		background:none;
	}
	
    .conclusion-title-deco::before,
    .conclusion-title-deco::after {
        content: "";
        width: 10%;
    }
    .conclusion-title-deco::before {
        left: -20%;
    }
    .conclusion-title-deco::after {
        right: -20%;
    }
    .conclusion-box {
        padding: var(--s2);
    }

	.sec03 .conclusion-box{
		padding:0;
	}
    .conclusion-catch {
        font-size: 1.8rem;
        line-height: 2;
    }
    .btn-conclusion {
        width: 80%;
    }

	.sec06 .m-title01{
	padding: 2.5rem 2rem 0rem;
}

	.jirei-wrapper01 {
	border-bottom: 2px solid #9c9c9c;
	padding-bottom: 2rem;
}
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
	.center-img {
		max-width: 100%;
	}
}

/*------------------------------------------
sec02    2box column settings
*/

.sec02 .column-medium {
	padding-bottom: var(--s2);
	margin-top: 0;
}

.sec08 .column-medium {
	padding-bottom: var(--s2)
}

.column-medium {
    padding: var(--s4);
    padding-top: 0;
    padding-bottom: var(--s8);
    background: #fff;
    margin-top: 2rem;
}
.twb-box-full {
    width: calc(100% + var(--s8));
    margin-left: calc(var(--s4) * -1);
}

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

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

.sec08 .l-grid-two {
	margin-top: 2rem;
}

/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
    .column-medium {
        padding: 0 var(--s2)  var(--s2);
    }
	
.sec08 .twb-box-full {
    width: calc(100% + var(--s4));
    margin-left: calc(var(--s2) * -1);
}

.sec05 .column-medium {
        padding: 0 var(--s2)  var(--s6);
        margin-top: 1rem;
}
	
.sec02 .twb-box-full {
        width: calc(100% + var(--s4));
        margin-left: calc(var(--s2) * -1);
    }
}

.twb-m-title02 {
	padding: 1.6rem;
	font-size: 2.4rem;
	font-weight: 900;
	color: #fff;
	text-align: center;
	line-height: 1.5;
	background-color: #214463;
}

.twb-m-title02-red {
	padding: 1.6rem;
	font-size: 2.4rem;
	font-weight: 700;
	color: #fff;
	text-align: center;
	line-height: 1.5;
	background-color: #cc361e;
}

.twb-m-title02-blue {
	padding: 1.6rem;
	font-size: 2.4rem;
	font-weight: 700;
	color: #fff;
	text-align: center;
	line-height: 1.5;
	background-color: #224665;
}


.twb-m-title02 a:hover{
	opacity:0.6;
}

.sec08 .twb-m-title02 a{
	text-decoration:none;
	color: #fff;
	background: url(./img/arrow-01-wht-right.svg) no-repeat center right / auto 1em;
	display: block;
}

.twb-bg-colored {
	margin-top: 2rem;
}
.twb-listbox-area {
    position: relative;
}
.twb-listbox-title {
    margin-top: -5rem;
    text-align: center;
}
.twb-listbox-title span {
    padding: .8rem;
    color: #fff;
    background-color: var(--site-color03);
    display: inline-block;
}
.twb-listbox-subtitle {
    text-align: center;
    font-weight: 700;
}
.twb-listbox-list {
    width: 100%;
}
.twb-listbox-list-red li {
    padding-left: var(--s4);
    line-height: 1.5;
    background: url('./img/icon-check-red.svg') no-repeat center left;
    background-size: 1.4rem 1.5rem;
    margin-bottom: 1rem;
}

.twb-listbox-list-blue li {
    padding-left: var(--s4);
    line-height: 1.5;
    background: url('./img/icon-check-blue.svg') no-repeat center left;
    background-size: 1.4rem 1.5rem;
    margin-bottom: 1rem;
}

.twb-listbox-list li::before {
    display: none;
}

.sec02 .twb-listbox-list li span{
	display:inline;
	color: #0592e8;
	font-weight: bold;
	margin: 0;
}

.twb-listbox-list li span {
    margin-right: var(--s1);
    display: block;
    text-align: center;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
	.twb-m-title02{
		font-size:2rem;
	}
	
    .twb-listbox-area {
        padding: 0;
    }
    .twb-listbox-list li {
        font-size: 1.4rem;
    }
    .twb-listbox-list--three li {
        width: calc((100% - var(--s2)) / 2);
    }
    .twb-listbox-title {
        width: 80%;
        margin: -5rem auto 0 auto;
        padding: var(--s2);
        font-size: 1.8rem;
        text-align: center;
    }
}

/*
---------------------------------------------
sec01
*/

.sec01 .left-img-box {
	margin-top: 3rem;
}

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

.left-img {
	width: 40%;
	margin-right: var(--s4);
	padding-bottom: var(--s1);
	float: left;
}
.left-img-catch {
	margin-bottom: 1.6rem;
	font-size: 2.4rem;
	font-weight: 900;
	color: #224665;
	line-height: 1.5;
}

.left-img-catch a:hover{
	opacity:0.6;
}

.sec09 .left-img-catch a{
	text-decoration:none;
	background: url(./img/arrow-01-red-right.svg) no-repeat center right / auto 2rem;
	display: inline-block;
	padding-right: 3rem;
	margin-block: 3rem 0;
}

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

	.sec01 .left-img-box {
	margin-top: 1rem;
}
	.left-img {
		width: 100%;
		margin-right: 0;
		padding-bottom: var(--s2);
		float: inherit;
		text-align: center;
	}

	.left-img-catch{
		font-size: 2rem;
	}

	.sec09 .left-img-catch a{
	margin-block: 1rem 0;
}
}

/*
---------------------------------------------
H2
*/
.section-title03 {
    margin-top: 8rem;
    font-size: 4rem;
    text-align: center;
    position: relative;
    font-weight: 900;
    line-height: 1.2;
}

.section-title03 a{
	text-decoration:none;
	background: url(./img/arrow-01-red-right.svg) no-repeat center right / auto 2.5rem;
	display: inline-block;
	padding: 0 40px;
}

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

.section-title03::before {
    content: "";
    width: 60px;
    height: 18px;
    background: url('./img/icon-h2-red.png') no-repeat center center;
    background-size: 100%;
    transform: translateX(-50%);
    position: absolute;
    top: -5.6rem;
    left: 50%;
    z-index: 3;
}

.lead {
	line-height: 1.6;
	text-align: center;
}

.lead span{
	color: #0d67b4;
	font-weight: bold;
}

.sec03 .lead{
	color:#fff;
}

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

	.section-title03 a{
		padding: 0 2.5rem;
	}
	
    .section-title03::before {
        top: -3.6rem;
    }
}
/*
---------------------------------------------
sec設定
*/
.sec01 {
	padding-top: 6rem;
	padding-bottom: 8rem;
	background: url(img/bg-01.jpg) no-repeat top center;
	background-size: cover;
	color: #fff;
}

.sec01 p:not([class]) span{
	color: #0592e8;
	font-weight:bold;
}
.sec01 .left-img-catch{
	background:#fff;
	border-left: 14px solid #CD361E;
	overflow:  hidden;
	padding: 10px;
	color: #224665;
}

.sec01 .section-title03,  .sec03 .section-title03, .sec05 .section-title03{
	color:#fff;
	font-weight: 900;
}

.sec02, .sec03, .sec04, .sec05, .sec06, .sec07, .sec08 {
	padding-top: 6rem;
	padding-bottom: 8rem;
}

.sec02, .sec08{
	background-color: #f3f3f3;
	background-image: radial-gradient(circle, #e6e6e6 1px, transparent 1px);
	background-position: 0 0;
	background-size: 15px 15px;
	position: relative;
}

.sec03{
	background: url(img/bg-03.jpg) no-repeat top center;
	background-size: cover;
}

.sec04{
	background: url(img/bg-04.jpg) no-repeat top center;
	background-size: cover;
}

.sec04.lower-bottom{
	margin-bottom: -5rem;
}

.sec07{
    background: url(img/bg-07.jpg) no-repeat top center;
    background-size: cover;
    padding-bottom: 6rem;
}

.sec09 {
	padding-top: 6rem;
	padding-bottom: 8rem;
}

.sec05{
	background-color: #222020;
	background-image: radial-gradient(circle, #373737 1px, transparent 1px);
	background-position: 0 0;
	background-size: 15px 15px;
	position: relative;
}

/*
---------------------------------------------
    バナー
*/
.pc-fix-banner01 {
    width: 18rem;
    background-color: #000;
    position: fixed;
    right: 0;
    bottom: 12rem;
    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: 2rem;
    height: 8rem;
    background: url("./img/banner_icon.png") no-repeat center center;
    background-size: cover;
    position: absolute;
    bottom: -3.5rem;
    left: 1.5rem;
    z-index: 5;
}
.pc-fix-banner01-text {
    padding: var(--s1) var(--s2) var(--s2);
    color: #fff;
    position: relative;
}
.pc-fix-banner01-text::after {
    content: "";
    width: 0.1rem;
    height: 0.1rem;
    border-top: 1rem solid transparent;
    border-left: 1rem solid transparent;
    border-bottom: 1rem solid #fff;
    position: absolute;
    right: .5rem;
    bottom: .5rem;
}
.pc-fix-banner01-text p {
    margin: 0;
    font-size: 2rem;
    text-align: center;
    font-weight: 900;
    line-height: 1.3;
}
.pc-fix-banner01-text p.text-small {
    font-size: 1.8rem;
    line-height: 1.5;
}

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

	.host{
		padding:0 2rem 2rem;
		margin-top:0;
	}

.host .l-center .btn-link{
	margin: 0;
	padding: 0;
}
	
	
.sec02, .sec03, .sec04, .sec05, .sec06, .sec07, .sec08 {
	padding-top: 6rem;
	padding-bottom: 6rem;
}

}

/*
---------------------------------------------
    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 {
	opacity: 1;
	visibility: visible;
}
#low-page .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(--s4) var(--s1) var(--s10);
	display: block;
	background: #F5F5F5;
	overflow-x: hidden;
	overflow-y: auto;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 100;
	transform: translateX(100%);
	transition: transform 0.8s ease, opacity 0.8s ease;
	opacity: 0;
}
.gnavi-title {
	min-height: var(--s6);
	margin: 0 var(--s8);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
}
.gnavi-title img {
width: 60%;
}
.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/80% 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);
}


/*
---------------------------------------------
    navigation01 ※TOP、下層共通
*/
/*------------------------------------------
 Global menu settings
*/
.navigation01-menu-area {
	box-shadow: 0px 2px 5px #e0e0e0;
	display: none;
}
.navigation01-menu {
	display: flex;
	background-color: #fff;
	align-items: center;
	padding: 0.5rem 0;0CONTAIN
	-INTRINSIC-BLOCK-SIZE: AUTO 100PX;1rem
	CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
}
.navigation01-menu li::before {
	display: none;
}
.navigation01-menu li{
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	border-left: 2px solid #cd361e;
	/* border-right: 1px solid #dbdbdb; */
	margin: 1px -.5px;
	text-align: center;
}
.navigation01-menu li a {
	padding: var(--s1) var(--s1);
	display: block;
	text-decoration: none;
}

.navigation01-menu li:last-child {
 border-right: 2px solid #cd361e; 
}

.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 {
		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(--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: var(--s2) auto 0;
		padding: var(--s2);
		background: #fff;
		display: block;
		text-align: center;
		color: #000;
	}
	.gnavi-btn-close__inner {
		padding: 0 0 0 var(--s3);
		display: inline-block;
		color: #000000;
		font-weight: 700;
		position: relative;
	}
	.gnavi-btn-close__inner::before {
		content: "";
		width: 1em;
		height: 0.2rem;
		background: #707070;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(0, -50%) rotate(45deg);
	}
	.gnavi-btn-close__inner::after {
		content: "";
		width: 1em;
		height: 0.2rem;
		background: #707070;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(0, -50%) rotate(135deg);
	}
	.gnavi-area {
		width: 100%;
		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(--s10) var(--s4);
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 1.6rem;
		font-weight: 700;
		text-align: center;
		line-height: 1.5;
	}
	.gnavi-pc {
		display: none;
	}
	.gnavi-list {
		border-bottom: 1px solid #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 #A7A7A7;
		display: block;
		font-weight: 700;
		line-height: 2;
		text-decoration: none;
		position: relative;
	}
	.gnavi-list__link::after {
		content: "";
		width: 1.4rem;
		height: 1.4rem;
		background: url("img/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);
	}
	/*------------------------------------------
	Global menu settings
	*/
	.navigation01-menu-area {
		display: none;
	}
}


/* ---------------------------------------------
index01(目次)
--------------------------------------------- */
.onb-index01-frame {
    width: 100%;
    background-color: var(--site-color09);
    max-width: 80%;
    margin: 0 auto;
}
.onb-index01-wrap {
    margin: 4rem auto;
    padding: var(--s3) var(--s4);
    background-color: transparent;
    position: relative;
}


.onb-index01-title {
    padding: 5px var(--s2) 5px var(--s3);
    color: #333;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1;
    position: relative;
    cursor: pointer;
    border-left: 6px solid #CD361E;
}
.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);
}

#toc{
	padding-top:3rem;
	margin-top: 1.5rem;
	border-top:1px solid #707070;
}

.onb-index01-chapter {
    padding: 0;
    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;
    font-size: 1.8rem;
    padding-left: 15px;
}
.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: -1em;
}
.onb-index01-chapter-h-two::before {
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 2rem;
    background-color: #CD361E;
    transform: translateY(-50%);
    top: 1em;
}
.onb-index01-chapter-h-three::before {
    content: "└";
}
.more-content {
    display: none;
}
.onb-index01-content {
}


@media screen and (max-width: 767px) {
	.onb-index01-wrap{
		padding: var(--s2);
		font-size: 2.2rem;
	}

	.onb-index01-title{
		font-size: 2rem;		
	}

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

	.onb-index01-chapter-h a{
		padding-left:1rem;
	}

	.onb-index01-chapter-h-two::before{
		top: .7em;
		left: -10px;
	}

}

/* ---------------------------------------------
related-article01(関連記事)
--------------------------------------------- */
.related-article01-frame {
    border: 1px solid var(--site-color09);
    margin: var(--s6) auto;
    padding: var(--s1)  var(--s3)  var(--s4) var(--s3);
    background: #f7f7f7;
    position: relative;
}
.related-article01-title {
    padding: var(--s2) var(--s2) var(--s3) var(--s8);
    color: #333;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1;
    background: url("./img/icon-h2-blue.png") no-repeat left center;
    background-size: 5rem auto;
    position: relative;
    border-bottom: 1px solid #D0D3E0;
}
.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.2rem;
    height: 1.2rem;
    border-radius: 50%;
    background-color: #008cdf;
    position: absolute;
    top: .6rem;
    left: 0;
}
.related-article01-list a {
    display: block;
    text-decoration: none;
}
.related-article01-list a:hover {
    opacity: 0.6;
}
.relations-box.relations-box--column {
    display: flex;
    gap: 10px;
}
.relations-box__pic {
    flex: 0 0 150px;
}
.is-hidden {
	display: none;
}

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


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

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

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

/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
	
    .related-article01-list {
        padding: 0;
    }
    .related-article01-list li {
        margin-left: 0;
    }
    .relations-box__pic {
        flex: 0 0 100px;
    }
}


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

.mv-lower {
	height: 200px;
	background: #efeee0 url(img/MV_pc_low.png) no-repeat center;
	background-size: cover;
}

.mv-lower .mv-logo{
}

.mv-lower .mv-inner {
	max-width: 420px;
	padding-top: 2rem;
}
.mv-lower .mv-logo {
	width: 160px;
	padding: 1.5rem 0;
}

.mv-lower .mv_box{
	max-width:1000px;
	margin:0 auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.mv-lower a:hover {
	opacity: .6;
}	



#visArea {
    background: #fff;
}

#visArea .mainArea {
    min-height: 24rem;
    margin: 0 auto;
    padding: 0rem 0 3rem 0;
    background: url(img/mv.png) no-repeat right 60% center;
    background-size: cover;
    border-bottom: 4px solid #cd361e;
}

#visArea .mainAreaInner {max-width: 100rem;margin:0 auto;padding-top: 6rem;}

#visArea .mainAreaInner .text-box {
    max-width: 48rem;
}

#visArea .siteName {
    width: 20rem;
    margin: 0 0 1.5rem 0;
}

#visArea .title {
    margin: 0px 0 1rem 0;
    font-size: 5rem;
    font-weight: 900;
    line-height: 1.3;
}

#visArea .logo {
    margin-bottom: 0rem;
}

#visArea .title span.box {
    color: #fff;
    font-size: 2.8rem;
    background: #224665;
    padding: 5px 10px;
    display: inline-block;
    margin-bottom: 3px;
    margin-top: 3rem;
}

#visArea .title span.color{
	color:#CD361E;
	font-size:5rem;
}

#visArea p:not([class]) {
    margin: 2rem 0 3rem;
}

#visArea p:not([class]) span{
	color: #0d67b4;
	font-weight:bold;
}

@media screen and (max-width: 767px) {
#visArea{
    background: url(img/mv_sp.png) no-repeat top center;
    background-size: 100% auto;
}
#visArea .mainAreaInner {
	padding-top: 5rem;
}

#visArea .mainAreaInner .text-box {
    padding-right: calc(var(--s1) + var(--s-2));
    padding-left: calc(var(--s1) + var(--s-2));
    background: none;
}

#visArea .title{
	font-size: 4rem;
}

#visArea .title span.box {
    font-size: 2rem;
    padding: 5px;
    margin-top: 3rem;
}

#visArea .title span.color {
    font-size: 4rem;
    margin: 0px 0 2rem 0;
}

.header-title {padding-left: 2.1rem;}

.header-title::before {
    left: 0;
}

#visArea .logo {
    max-width: 110px;
}

#visArea .mainArea {background: none;padding-bottom: 1rem;}    
}

.mv-lower{
    height: 100px;
}

.mv-lower .mv_box a{
	padding-left: calc(var(--s1) + var(--s-2));
}

.mv-lower .mv-logo{
	width:130px;
}



	/*----------------------------------------------
  	modal settings
  */
.modal-bg {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.8);
  display: none;
  z-index: 9999;
}

.menu-bigimg {
  position: absolute;
  max-width: 80%;
  max-height: 80vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.menu-img img {
  cursor: pointer;
}