@charset "utf-8";
/* ---------------------------------------------
navigation02 ※TOP、下層共通
--------------------------------------------- */
.header-area-upper {
	padding: var(--s1);
	text-align: right;
	position: absolute;
	right: 20px;
}
.header-title {
	font-size: 1.2rem;
	display: inline-block;
	position: relative;
	line-height: 1.2;
	color: #fff;
}
.header-title::before {
	content: "PR";
	padding: .2rem;
	color: #000;
	background-color: #ffffff;
	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: #010101;
	display: block;
	position: fixed;
	top: var(--s3);
	right: 0;
	z-index: 200;
	cursor: pointer;
}
.gnavi-btn span {
	width: var(--s4);
	height: 0.2rem;
	display: inline-block;
	background: #fff;
	position: absolute;
	left: 1.2rem;
	transform: translate(0, -50%);
	transition: transform 0.4s, opacity 0.4s;
}
.gnavi-btn span:nth-of-type(1) {
	top: 1.7rem;
}
.gnavi-btn span:nth-of-type(2) {
	top: 2.4rem;
}
.gnavi-btn span:nth-of-type(3) {
	top: 3.1rem;
}
.gnavi-btn.is-active span:nth-of-type(1) {
	transform: translateY(0.7rem) rotate(-45deg);
}
.gnavi-btn.is-active span:nth-of-type(2) {
	opacity: 0;
}
.gnavi-btn.is-active span:nth-of-type(3) {
	transform: translateY(-0.7rem) rotate(45deg);
}
.gnavi-btn-close {
	width: 80%;
	margin: 0 auto;
	padding: var(--s2);
	background: #fff;
	display: block;
	text-align: center;
}
.gnavi-btn-close__inner {
	padding: 0 0 0 var(--s3);
	display: inline-block;
	color: #000000;
	font-weight: 700;
	position: relative;
}
.gnavi-btn-close__inner::before {
	content: "";
	width: 1em;
	height: 0.2rem;
	background: #000000;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%) rotate(45deg);
}
.gnavi-btn-close__inner::after {
	content: "";
	width: 1em;
	height: 0.2rem;
	background: #000000;
	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: #F8F8F8;
	overflow-x: hidden;
	overflow-y: auto;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 100;
	transform: translateX(100%);
	transition: transform 0.8s ease, opacity 0.8s ease;
	opacity: 0;
}
.gnavi-title {
	min-height: var(--s6);
	margin: 0 var(--s8);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
}
.gnavi-pc {
	display: none;
}
.gnavi-list {
	border-bottom: 1px solid #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: 1rem;
	height: 1.5rem;
	background: url("img/arrow-01-blue-right.svg") no-repeat center/100% auto;
	background-size: 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-image: url("img/arrow-01-blue-right.svg");
}
.gnavi-list__link--toggle.is-open::after {
	transform: translate(0, -50%) rotate(90deg);
}
.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: 3rem auto;
    padding: var(--s1) var(--s3) var(--s4) var(--s3);
    border: solid 0.1rem var(--site-color02);
    background: #fff;
    position: relative;
    max-width: 80%;
}
.onb-index02-title {
    padding: var(--s2) var(--s2) var(--s2) 0;
    color: #333;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1;
    position: relative;
    border-bottom: 1px solid var(--site-color02);
}
.onb-index02-chapter {
    padding: var(--s2) var(--s2) var(--s2) var(--s4);
    font-weight: 700;
}
.onb-index02-chapter-h {
    margin: 0 0 0 var(--s2);
    font-size: 100%;
    line-height: 1.7;
    position: relative;
}
.onb-index02-chapter-h a {
    display: block;
    text-decoration: none;
}
.onb-index02-chapter-h a:hover {
    opacity: .6;
}
.onb-index02-chapter-h-two {
    margin-left: var(--s2);
    position: relative;
}
.onb-index02-chapter-h-three {
    margin-left: var(--s4);
    position: relative;
}
.onb-index02-chapter-h-two::before,
.onb-index02-chapter-h-three::before {
    position: absolute;
    top: 0;
    left: -1.5em;
}
.onb-index02-chapter-h-two::before {
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 2rem;
    background-color: var(--accent-color02);
    transform: translateY(-50%);
    top: .8em;
}
.onb-index02-chapter-h-three::before {
    content: "└";
}
/*----------------------------------------------
	more content settings
*/
.more-content-gradation {
    position: relative;
    height: auto;
    max-height: 12rem;
    overflow: hidden;
    transition: max-height 1s;
}
.more-content-gradation::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    background: linear-gradient(to bottom, transparent 0%, #ffffff 100%);
}
.more-content-gradation.is-open::after {
    display: none;
}
.onb-index02-btn {
    max-width: 32rem;
    margin: 2rem auto 0 auto;
    padding: 2rem 6rem;
    border: .1rem solid var(--site-color02);
    text-align: center;
    position: relative;
    transition: opacity 0.3s;
    font-weight: bold;
    cursor: pointer;
}
.onb-index02-btn::before {
    content: "";
    width: 2rem;
    height: .2rem;
    background: var(--site-color02);
    position: absolute;
    top: 50%;
    right: 3rem;
    transform: translate(0, -50%);
}
.onb-index02-btn::after {
    content: "";
    width: .2rem;
    height: 2rem;
    background: var(--site-color02);
    position: absolute;
    top: 50%;
    right: 3.9rem;
    transform: translate(0, -50%);
    transition: transform 0.3s;
}
.onb-index02-btn:hover {
    opacity: 0.6;
}
.onb-index02-btn.is-open::after {
    transform: translate(0, -50%) rotate(270deg);
}
 

/* ---------------------------------------------
related-article01(関連記事)
--------------------------------------------- */
.related-article01-frame {
    border: 1px solid #010101;
    margin: var(--s6) auto;
    padding: var(--s1)  var(--s3)  var(--s4) var(--s3);
    background: #fff;
    position: relative;
    max-width: 80%;
}
.related-article01-title {
    padding: var(--s2) var(--s2) var(--s3) 0;
    color: #333;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1;
    position: relative;
    border-bottom: 1px solid #010101;
}
.related-article01-list {
    padding: var(--s2) 0 var(--s2) var(--s2);
    font-weight: 700;
}
.related-article01-list li {
    margin: 0 0 0 var(--s1);
    padding-left: 3rem;
    font-size: 100%;
    line-height: 1.7;
    position: relative;
}
.related-article01-list li + li {
    margin-top: 10px;
}
.related-article01-list li::before {
    content: "";
    width: 2.4rem;
    height: 1.1rem;
    border-radius: 50%;
    background: url(img/related-arrow.svg) no-repeat center left;
    background-size: 2.4rem 1.2rem;
    position: absolute;
    top: 1rem;
    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 {
    background: #fff;
    border-radius: 100px;
    position: relative;
    padding: 2rem 6rem;
    border: .1rem solid var(--site-color02);
    max-width: 32rem;
    width: 100%;
}

  .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;
    }
}
/* ---------------------------------------------
pc-fix-banner01
--------------------------------------------- */
.pc-fix-banner01 {
    position: fixed;
    right: 0;
    bottom: 14rem;
    z-index: 50;
}
.pc-fix-banner01 a {
    background: #273253;
    display: block;
    position: relative;
    width: 20rem;
    padding: 0;
    background-size: contain;
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
}
.pc-fix-banner01 a:hover {
    opacity: .7;
}
.pc-fix-banner01-img {
    position: relative;
}
.pc-fix-banner01::before {
    content: "";
    width: 8rem;
    height: 2.6rem;
    background: url("./img/pickup.jpg") no-repeat center center;
    background-size: 8rem;
    position: absolute;
    top: -1.5rem;
    left: .5rem;
    z-index: 5;
}
.pc-fix-banner01-text {
    padding: var(--s3) var(--s2) var(--s2) 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.4rem;
    line-height: 1.5;
}
/*------------------------------------------------------------
    SP settings
*/

.sec01, .sec02, .sec03, .sec04 {
    padding-top: 6rem;
    padding-bottom: 8rem;
}

 .sec05, .sec06, .sec07, .sec08, .sec09 {
    padding-top: 3rem;
    padding-bottom: 4rem;	 
 }



.sec01.lower-bottom{
	margin-top:10rem;
	margin-bottom: -12rem;
}
/* --- sec01 本体の設定 --- */
.sec01 {
    position: relative;
    background: url(img/sec01_bg.jpg) no-repeat top center;
    /* background-size: cover; */
    overflow: hidden;
    padding-top: 12rem;
    padding-bottom: 12rem;
    background-color: #101e4d;
}

.sec02 {
    position: relative; 
    background: #043e8c url(img/sec02_bg.jpg) no-repeat top center;
    background-size: contain;
    overflow: hidden;
    padding-top: 10rem; 
    padding-bottom: 12rem;
}

/* --- 上部の三角 --- */
.sec02::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: #101e4d;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    z-index: 2;
}

/* --- 下部の三角 --- */
.sec02::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: #F0F9FF;
    clip-path: polygon(0 100%, 100% 0, 100% 100%);
    z-index: 2;
}
.sec03{
	background: #F0F9FF url(img/sec03_bg.jpg) no-repeat top left;
}

@media screen and (max-width: 767px) {
    .pc-fix-banner01 {
        display: none;
    }

.sec01,.sec02,.sec03,.sec04,.sec05,.sec06 {
    padding-top: 3rem;
    padding-bottom: 4rem;
}

.sec01 {
    background: url(img/sec01_bg.jpg) no-repeat top center;
    background-size: contain;
    border-top: 1px #043e8c solid;
    background-color: #101e4d;
}
	.sec02 {
    background-size: contain;
}
.sec02::before {
    display: none;
}
/* ---------------------------------------------
.sec02::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #101E4E;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    z-index: 2;
}
--------------------------------------------- */
/* ---------------------------------------------
.sec02::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 1px;
    width: 100%;
    height: 70px;
    background-color: #F0F9FF;
    border-bottom: 1px solid #F0F9FF;
    clip-path: polygon(0 100%, 100% 0, 100% 100%);
    z-index: 2;
}
--------------------------------------------- */
	.sec02::after {
    display: none;
    }
	.sec03 {
    background: #F0F9FF url(img/sec03_bg.jpg) no-repeat top left;
    background-size: contain;
    padding-bottom: 1rem;
    }
}

/* ---------------------------------------------
section-title04
--------------------------------------------- */
.section-title04 {
    margin-top: 5rem;
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    position: relative;
    color: #163C75;
    margin-bottom: 10rem;
}

.section-title04 a{
   background: url(img/textallow.svg) no-repeat center right;
    padding-right: 5rem;
    background-size: 3rem;
	text-decoration:none;
}

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

@media screen and (max-width: 767px) {
    .section-title04 {
        padding: 0 2rem;
        background-size: 2rem;
    }
}


.sec01 .section-title04{
	margin-bottom:10rem;
}

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

.sec02 .section-title04{
	margin-bottom:10rem;
}
.section-title04::after {
    content: "";
    width: 10rem;
    height: 2px;
    background-color: var(--site-color02);
    transform: translateX(-50%);
    position: absolute;
    bottom: -2.2rem;
    left: 50%;
}

.sec01 .section-title04::after, .sec02 .section-title04::after{
    background-color: #fff;
}

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

.sec01 .column-small{
	padding-top:0;
}

.sec01 ul.thb-box-ul li::before{
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background-color: var(--accent-color02);
  position: absolute;
  top: 0.6rem;
  left: 0;  
}

.sec01 ul.thb-box-ul li {
    padding-left: 1.5em;
    margin-bottom: 1em;
}

.thb-box-full {
    width: calc(100% + var(--s4));
    margin-left: calc(var(--s2) * -1);
}
/* ---------------------------------------------
3box_arrow-title
--------------------------------------------- */
.arrow-title {
	margin-bottom: 2.3rem;
	padding: var(--s2);
	font-size: 2.1rem;
	font-weight: 700;
	background-color: #0769B4;
	color: #fff;
	text-align: center;
	line-height: 1.5;
	position: relative;
}

.sec02 .arrow-title{
	font-size:3.6rem;
	width: calc(100% + var(--s4));
	margin-left: calc(var(--s2) * -1);
	padding: var(--s4) var(--s2);
.sec02 .arrow-titleに
	border: 1px solid;を設置;
	border: 1px solid;
}

.arrow-title::after {
	content: "";
	width: 0;
	height: 0;
	border-top: 1.5rem solid transparent;
	border-left: 1.5rem solid transparent;
	border-right: 1.5rem solid #0769B4;
	border-bottom: 1.5rem solid #0769B4;
	transform: translateX(-50%) rotate(45deg);
	position: absolute;
	left: 50%;
	bottom: -1.3rem;
}
.arrow-title-sub {
	padding: var(--s1);
	margin-bottom: .8rem;
	background-color: #fff;
	color: var(--site-color02);
	font-size: 2.6rem;
	line-height: 1.4;
	display: inline-block;
	width: 100%;
}

.sec02 .arrow-title-sub{
	font-size: 4rem;
	width: 80%;
}

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

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

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

	.sec02 .arrow-title,.sec02 .arrow-title-small{
		width: 100%;
		margin-left: 0;
		font-size: 2.2rem;
	}

	.section-title04{
		fon;
		font-size: 2.6rem;
		margin-bottom: 5rem !important;
		margin-top: 5rem;
	}
	
	.sec02 .arrow-title-sub {
	    font-size: 2.4rem;
	    width: 100%;
	}
	.section-title04 a {
    background: url(img/textallow.svg) no-repeat center right;
    padding-right: 3rem;
    background-size: 2rem;
    text-decoration: none;
}
	
}

/* ---------------------------------------------
3box_m-title01
--------------------------------------------- */
.m-title01 {
	padding: var(--s2) var(--s1);
	font-size: 2.1rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
}
/* ---------------------------------------------
3box_m-title02
--------------------------------------------- */
.m-title02 {
	padding: var(--s2);
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	border-bottom: 1px solid #AEAEAE;
	margin-bottom: 2rem;
	color: #163C75;
}
/* ---------------------------------------------
3box_table
--------------------------------------------- */
.thb-table {
	line-height: 1.5;
	border-collapse: collapse;
	border: 1px solid #B0A8A7;
	margin-top: 2rem;
}

.sec01 .thb-table td, .sec01 .thb-table th{
	font-size:1.4rem;
}

.sec01 .thb-table th{
	text-align:center;
}

.thb-table th,
.thb-table td {
	padding: var(--s1);
}
.thb-table th {
	width: 35%;
	text-align: left;
	font-weight: bold;
}
/* ---------------------------------------------
1box_item-title-r
--------------------------------------------- */
.onb-item-title-frame {
	padding: var(--s4);
	background-color: var(--site-color04);
	position: relative;
}
.onb-item-title-icon {
	width: 8.5rem;
	height: 8.5rem;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	top: -4rem;
	left: -2rem;
}
.onb-item-title-icon img {
	width: 100%;
}
.l-onb-item-title {
	display: flex;
	gap: var(--s2);
}
.l-onb-item-title__side,
.l-onb-item-title__main {
	padding: var(--s2);
	text-align: center;
	line-height: 1.2;
}
.l-onb-item-title__side span {
	font-size: 1.4rem;
}
.l-onb-item-title__side {
	color: #fff;
	width: calc((100% - var(--s2))*.3);
	font-size: 3.2rem;
	font-weight: 700;
	background-color: var(--accent-color03);
}
.l-onb-item-title__main {
	width: calc((100% - var(--s2))*.7);
	margin: 0 auto;
	color: #163C75;
}
.l-onb-item-title__main span {
}
.onb-item-title-catch {
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: var(--s2);
	display: block;
}
.onb-item-title-title {
	font-size: 3.2rem;
	font-weight: 700;
	margin-bottom: 1rem;
}
/*------------------------------------------------------------
    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: 2.4rem;
	}
	.l-onb-item-title__side span,
	.l-onb-item-title__main span {
		font-size: 1.8rem;
	}
	.onb-item-title-title {
		font-size: 2.3rem;
	}
}
/* ---------------------------------------------
1box_access-table
--------------------------------------------- */
.l-onb-access-table {
	display: flex;
	gap: var(--s2);
}

.sec02 .l-onb-access-table{
	font-size:1.4rem;
}

.l-onb-access-table__side {
	width: calc((100% - var(--s2))*.5);
	text-align: center;
}
.l-onb-access-table__side .caption {
	text-align: center;
}
.l-onb-access-table__main {
	width: calc((100% - var(--s2))*.5);
}
.onb-access-table {
	border-collapse: collapse;
}
.onb-access-table th,
.onb-access-table td {
	padding: var(--s2);
}
.onb-access-table th {
	width: 34%;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
}

.sec02 table th, .sec02 table td{
	font-size:14px;
}

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

/*------------------------------------------------------------
    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%;
	}
}
/* ---------------------------------------------
1box_m-title05
--------------------------------------------- */
.onb-m-title5 {
	line-height: 1.5;
	font-size: 2.8rem;
	font-weight: 700;
	text-align: center;
	margin-top: 3rem;
}
.onb-m-title5 span {
	display: flex;
	align-items: center;
	color: #163C75;
}
.onb-m-title5 span::before,
.onb-m-title5 span::after {
	content: "";
	min-width: 5%;
	height: 1px;
	background-color: #AEAEAE;
	flex-grow: 1;
}
.onb-m-title5 span::before {
	margin-right: var(--s2);
}
.onb-m-title5 span::after {
	margin-left: var(--s2);
}
/*------------------------------------------------------------
    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);
	}
}
/* ---------------------------------------------
1box共通
--------------------------------------------- */
/*------------------------------------------
    1box column settings
*/
.column-medium {
    padding: 0 var(--s4) var(--s10);
    background: #fff;
}

.sec02 .column-medium{
	margin-bottom: 10rem;
}

.sec03 .l-grid-two {
    flex-wrap: wrap;
    margin-top: 5rem;
}

.sec03 .l-grid-two .column-medium {
    width: calc( 50% - 1rem);
}

.sec03 .l-grid-two .column-medium .img_box{
	height: 300px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.sec03 .l-grid-two .column-medium .img_box .caption {
	text-align: center;
}
@media screen and (max-width: 767px) {
    .sec03 .l-grid-two .column-medium {
        width: 100%;
        padding-top: 0;
        margin-bottom: 3rem;
    }

}

.sec03 .l-grid-two .column-medium img{
    display:block;
    margin:0 auto;
    max-width: 100%;
    max-height: 250px;
}

.column-medium.box-left{
	padding-left:0;
}

.column-medium.box-right{
	padding-right:0;
}

.sec02 .column-medium .twb-box-full{border-width: 0 1px 1px 1px;border-style: solid;border-color: #AEAEAE;padding: 0 3rem 2rem;}

.sec02 .column-medium .box-right .twb-box-full{
	background:#F5FBFF;
}

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

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

.sec03 .l-grid-two .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);
    }
    .onb-box-full {
        width: calc(100% + var(--s4));
        margin-left: calc(var(--s2) * -1);
    }
	
}
/* ---------------------------------------------
2box共通
--------------------------------------------- */
/*------------------------------------------
    2box column settings
*/


/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
    .column-medium {
        padding: var(--s2);
        width: 100%;
    }
.sec02 .column-medium{
	padding-top:0;
	margin-bottom: 6rem;
}
.sec02 .column-medium:last-child {
        margin-bottom: 2rem;
    }
	.column-medium.box-left, .column-medium.box-right{
    padding: 0;
}
	
    .twb-box-full{
        width: 100%;
        margin: 0 auto;
    }

	 .sec03 .l-grid-two .twb-box-full {
		 width: calc(100% + var(--s4));
		 margin-left: calc(var(--s2) * -1);
		}
	.sec03 .l-grid-two .column-medium .img_box {
		height: auto;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
	.sec04 .l-grid-two .column-medium{
		margin-bottom:2rem;
		padding: var(--s2) var(--s2) var(--s2);
	}
}
/* ---------------------------------------------
2box_iconbox01
--------------------------------------------- */
.twb-iconbox01-bg-colored {
    padding-top: 4rem;
    width: 50%;
}

.sec02 .twb-iconbox01-bg-colored{
	margin-top:0;
	padding-top: 0;
}

.twb-iconbox01-area {
    padding: 3.2rem;
    background-color: #fff;
    position: relative;
    border: 1px solid #AEAEAE;
}

.twb-iconbox01-title {
    padding-bottom: var(--s2);
    font-size: 2.1rem;
    font-weight: 700;
    text-align: left;
    border-bottom: 1px solid #AEAEAE;
    color: #157ac5;
    line-height: 1.8;
}
.twb-iconbox01-title span {
    margin-bottom: var(--s1);
    font-size: 1.4rem;
    line-height: 1.5;
    display: block;
    color: var(--accent-color03);
}
/* ---------------------------------------------
1box_iconbox02
--------------------------------------------- */
.onb-iconbox02-frame {
	padding: var(--s4);
	border: 1px solid #AEAEAE;
	background: #F0F9FF;
}

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

.sec09 .onb-iconbox02-frame{
	padding: 0 var(--s4) var(--s4);
	margin: 5rem 0;
}

.onb-iconbox02-catch {
	padding: var(--s2) var(--s1) var(--s2) var(--s1);
	font-size: 2.1rem;
	font-weight: 700;
	line-height: 1.5;
	border-bottom: 1px solid #AEAEAE;
	background-size: 4.8rem auto;
	color: #010101;
}
.onb-iconbox02-caption {
	text-align-last: left;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
	.sec02 .twb-iconbox01-bg-colored {
		width:100%;
	}

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

	.onb-iconbox02-frame{
		padding:2rem;
	}
    .sec02 .onb-iconbox02-frame {
    padding: 0 var(--s2) var(--s2) var(--s2);
	}
	.twb-iconbox01-area{
		margin-bottom:2rem;
		padding: 0 var(--s2) var(--s2) var(--s2);
	}

	.sec09 .onb-iconbox02-frame{
		padding: 0 var(--s2) var(--s2);
		margin-top: 3rem;
	}
}

/* ---------------------------------------------
1box_m-title06
--------------------------------------------- */
.onb-m-title6 {
	line-height: 1.5;
	font-size: 2.1rem;
	font-weight: 700;
	position: relative;
	margin-left: 1.6rem;
	margin: 4rem 0 1rem 1.6rem;
}
.onb-m-title6::before {
	content: "";
	width: .5rem;
	height: 100%;
	background-color: #163C75;
	position: absolute;
	left: -1.6rem;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
/* ---------------------------------------------
2box_m-title02
--------------------------------------------- */
.twb-m-title02 {
	padding: 1.6rem;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5;
	background-color: var(--site-color04);
}
/* ---------------------------------------------
summary-box-r
--------------------------------------------- */
.text-area {
    line-height: 2;
    margin: 2rem 0;
}
.summary-box-r {
    /* padding: var(--s4); */
    /* border: 1px solid var(--site-color02); */
    display: grid;
    grid-auto-rows: minmax(10px, auto) 1fr;
    grid-template-areas:
        "img catch"
        "img content";
}
.summary-box-r-catch {
    padding: 1.6rem .8rem 1.6rem 6rem;
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1.5;
    border-bottom: 1px solid var(--site-color02);
    background: url('./img/dummy-circle.png') no-repeat center left / auto 2em;
    grid-area: catch;
}
.summary-box-r-img {
    padding-right: var(--s4);
    grid-area: img;
}
.summary-box-r-content {
    grid-area: content;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
    .text-area {
        font-size: 1.4rem;
    }
    .summary-box-r {
        /* padding: var(--s2); */
        display: block;
    }
    .summary-box-r-catch {
        margin-bottom: var(--s2);
        font-size: 2.4rem;
    }
    .summary-box-r-img {
        padding-right: 0;
        margin-bottom: var(--s2);
    }
}
/* ---------------------------------------------
center-img
--------------------------------------------- */
.center-img-box {
	display: flow-root;
}
.center-img {
	max-width: 64%;
	margin: 0 auto;
	padding-bottom: var(--s2);
}
.center-img .caption {
	text-align: center;
}
.center-img-catch {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5;
	color: var(--accent-color02);
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
	.center-img {
		max-width: 100%;
	}
}
/* ---------------------------------------------
2box_icon-title-r
--------------------------------------------- */
.twb-icon-title-area {
	background-color: #0769B4;
	position: relative;
	color: #fff;
}
.sec03 .twb-icon-title-area{
	margin-bottom:3rem;
}

.twb-icon-title-obj-r {
	width: 11rem;
	height: 11rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--accent-color01);
	color: #fff;
	border-radius: 11rem;
	position: absolute;
	top: -.8rem;
	left: -.8rem;
}
.twb-icon-title-obj-r__inner {
	text-align: center;
	font-weight: 700;
}
.twb-icon-title-r {
	padding: 1.6rem 1.6rem 1.6rem 12rem;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
}

.sec03 .twb-icon-title-r{
	font-size: 3.2rem;
	padding: 0;
	text-align: center;
}

.sec03 .twb-icon-title-r a{
	text-decoration: none;
	background: url(img/arrow-01-wht-right.svg) no-repeat right 20px center;
	display: block;
	padding: 3rem;
}

.sec03 .twb-icon-title-r a:hover{
	opacity:0.6;
}

.twb-icon-title-small {
	font-size: 1.4rem;
}
/* ---------------------------------------------
2box_m-title03
--------------------------------------------- */
.twb-m-title03 {
	padding: var(--s2) var(--s1) var(--s2);
	font-size: 2.1rem;
	font-weight: 700;
	line-height: 1.5;
	border-bottom: 2px solid #CCCCCC;
	color:#163C75;
	margin-bottom: 2rem;
	/* margin-top: 10rem; */
}

.sec04 .twb-m-title03, .sec09 .onb-iconbox02-catch{
	background: url(img/twb-m-title03.png) no-repeat center left;
	background-size: 46px 45px;
	padding: var(--s4) var(--s1) var(--s4) var(--s8);
}

.sec04 .twb-m-title03 a, .sec09 .onb-iconbox02-catch a{
	background: url(img/textallow.svg) no-repeat center right;
	text-decoration:none;
	padding-right:3rem;
}

.sec04 .twb-m-title03 a:hover, .sec09 .onb-iconbox02-catch a:hover{
	opacity:0.6;
}

.sec04 .column-medium{
	background:#F0F9FF;
	padding: var(--s2) var(--s4) var(--s4);
	margin-top: 2rem;
}


/* ---------------------------------------------
2box_m-title03
--------------------------------------------- */
.acc-more-btn {
	max-width: 46rem;
	width: 100%;
	margin: var(--s5) auto;
	padding: 2rem 6rem 2rem;
	border: 1px solid var(--site-color02);
	text-align: center;
	position: relative;
	transition: opacity 0.3s;
	cursor: pointer;
	background: #F5F5F7;
	border-radius: 50px;
	font-weight: bold;
}
.acc-more-btn::before {
	content: "";
	width: 2rem;
	height: .2rem;
	background: var(--site-color02);
	position: absolute;
	top: 50%;
	right: 2rem;
	transform: translate(0, -50%);
}
.acc-more-btn::after {
	content: "";
	width: .2rem;
	height: 2rem;
	background: var(--site-color02);
	position: absolute;
	top: 50%;
	right: 2.9rem;
	transform: translate(0, -50%);
	transition: transform 0.3s;
}
.acc-more-btn:hover {
	opacity: 0.6;
}
.acc-more-btn.is-open::after {
	transform: translate(0, -50%) rotate(270deg);
}

/* ---------------------------------------------
section-title06
--------------------------------------------- */
.section-title06-frame {
    margin-top: 5rem;
    position: relative;
}
.section-title06-frame::after {
    content: "";
    width: 100vw;
    height: 100%;
    background: #1c2342 url(img/h3_bg.jpg) no-repeat top right;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.section-title06 {
    width: 100%;
    padding: var(--s4) var(--s12);
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 2rem;
    position: relative;
}

 .section-title06 a,  .section-title06{
	color:#fff;
}

.section-title06 a{
	text-decoration:none;
	background:url(img/arrow-01-wht-right.svg) no-repeat right center;
	padding-right: 5rem;
}

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

/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
    .section-title06 {
        padding: var(--s2);
        font-size: 2.4rem;
        text-align: left;
    }
	
		.sec03 .twb-icon-title-r {
		    font-size: 2.2rem;
		    padding: 0;
		}
		.sec04 .twb-m-title03, .sec09 .onb-iconbox02-catch{
			background: url(img/twb-m-title03.png) no-repeat center left;
			background-size: 46px 45px;
			padding: var(--s2) var(--s1) var(--s2) var(--s8);
		}

		.section-title06-frame{
			margin-bottom:2rem;
			margin-top: 2rem;
		}
		.section-title06-frame::after {
			content: "";
			width: 100vw;
			height: 100%;
			background: #1c2342 url(img/h3_bg_sp.jpg) no-repeat top right;
			background-size: cover;
			position: absolute;
			top: 0;
			right: 0;
			z-index: -1;
		}
    
}
/* ---------------------------------------------
conclusion-box
--------------------------------------------- */
.conclusion-box-frame {
	margin-top: 5rem;
	padding: var(--s2) var(--s4);
	border: 1px solid #AEAEAE;
	background: #F5FBFF;
}
.conclusion-box-ttl {
	position: relative;
}
.conclusion-box-ttl__icon {
	width: 10rem;
	height: 10rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #157ac5;
	position: absolute;
	left: -5rem;
	bottom: 2rem;
}
.conclusion-box-ttl__icon span {
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
}
.conclusion-box-ttl__text {
	padding-top: var(--s2);
	padding-bottom: var(--s4);
	margin-left: 10rem;
	font-size: 2.1rem;
	font-weight: 700;
	line-height: 1.5;
	border-bottom: 1px solid #AEAEAE;
	color: var(--site-color02);
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
	.conclusion-box-ttl__icon {
		width: 7rem;
		height: 7rem;
		transform: translateY(-50%);
		top: 0;
		left: -2rem;
		bottom: inherit;
	}
	.conclusion-box-ttl__text {
		margin-left: 0;
		padding-left: 5rem;
		padding-top: var(--s1);
		padding-bottom: var(--s2);
	}
    .conclusion-box-ttl__icon span {
        color: #fff;
        font-size: 1.5rem;
        font-weight: bold;
    }
    
        .conclusion-box-frame {
        margin-top: 7rem;
        padding: var(--s2);
        border: 1px solid #AEAEAE;
        background: #F5FBFF;
    }
    
    .conclusion-box-ttl__text {
        margin-left: 0;
        padding-left: 6rem;
        padding-top: var(--s1);
        padding-bottom: var(--s2);
        font-size: 1.7rem;
    }
	.l-onb-conclusion-img {
		width: 36%;
	}
}
/* ---------------------------------------------
icon-txt-head
--------------------------------------------- */
.icon-container {
	counter-reset: icon-counter;
}
.icon-txt-head {
	margin-top: var(--s4);
	margin-bottom: var(--s4);
	margin-left: var(--s4);
	padding: var(--s2) var(--s2) var(--s2) var(--s10);
	line-height: 1.5;
	font-size: 2.4rem;
	font-weight: 700;
	background-color: #F0F9FF;
	position: relative;
	counter-increment: icon-counter;
}
.icon-txt-head::before {
	content: "";
	width: 10rem;
	height: 8rem;
	padding-bottom: 2rem;
	background: #157ac5;
	/* background-size: contain; */
	display: flex;
	align-items: flex-end;
	justify-content: center;
	font-size: 4.8rem;
	color: #fff;
	transform: translateY(-50%);
	position: absolute;
	top: 3.5rem;
	left: -4rem;
}
.icon-txt-head::after {
	content: "CHECK";
	font-size: 1.8rem;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 50%;
	left: -20px;
	transform: translateY(-50%);
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
	.icon-txt-head {
		margin-left: var(--s3);
		padding: var(--s1) var(--s1) var(--s1) var(--s8);
		font-size: 1.8rem;
	}
	.icon-txt-head::before {
		width: 8rem;
		height: 8rem;
		font-size: 3.2rem;
		left: -2.5rem;
	}
	.icon-txt-head::after {
		font-size: 1.8rem;
		top: 50%;
		left: -1.7rem;
	}
}
/* ---------------------------------------------
1box-2column_text-list
--------------------------------------------- */
.twb-text-list {
	padding: var(--s2);
	line-height: 1.5;
	display: flex;
	align-items: center;
	gap: var(--s4);
	font-weight: 700;
}
.twb-text-list__left {
}
.twb-text-list__right {
	font-size: 1.4rem;
}
.twb-text-list__right em {
	font-size: 2.1rem;
	font-style: normal;
	font-weight: 700;
}
/* 縦に積むための専用設定 */
.twb-text-list.is-vertical {
    display: flex;
    flex-direction: column; /* 子要素を垂直方向に並べる */
    align-items: flex-start; /* 左寄せに揃える */
    gap: 0.5rem; /* 項目間の微調整 */
}

.twb-text-list.is-vertical dt {
    width: 100%;
    padding-bottom: 0;
}

.twb-text-list.is-vertical dd {
    width: 100%;
    margin-bottom: 1.5rem;
}
/* 親要素のflex設定を解除または調整 */
.twb-text-list.is-stacked-rows {
    display: block !important;
    padding: 0;
}

/* 各行を横並びにする設定 */
.list-row {
    display: flex;
    padding: var(--s2) 0;
    border-bottom: 1px solid #aeaeae;
    font-size: 14px;
}

.list-row dt {
    width: 20%;
    flex-shrink: 0;
}

.list-row dd {
    width: 80%;
    margin-left: var(--s4);
}

.twb-text-list.is-stacked-rows .list-row dd{
	font-weight:normal;
}

@media screen and (max-width: 767px) {
    .list-row {
        display: block;
    }
    .list-row dt, .list-row dd {
        width: 100%;
        margin-left: 0;
    }
}
/* ---------------------------------------------
 2boxコンテナ（l-grid-two）疑似要素
--------------------------------------------- */
.l-grid-two {
    position: relative;
    display: flex; /
    align-items: center;
}

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

.sec02 .l-grid-two .twb-m-title02{
	text-align: center;
	color: #fff;
	width: calc(100% + var(--s8) );
	margin-left: calc(var(--s4) * -1);
	margin-bottom: 3rem;
}

.sec02 .l-grid-two .box-left .twb-m-title02{
	background:#9E9E9E;
}

.sec02 .column-medium .box-right{
	
}

.sec02 .l-grid-two .box-right .twb-m-title02{
	background:#0769B4;
}


.l-grid-two > .column-medium:first-child::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 40px solid #0769B4;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10
}

.sec04 .l-grid-two > .column-medium:first-child::after, .sec03 .l-grid-two > .column-medium:first-child::after {
	content:none;
}

@media screen and (max-width: 767px) {
    .l-grid-two {
        display: block;
    }
    .l-grid-two > .column-medium:first-child::after {
        display: none; 
    }

	.sec04 .l-grid-two{
		margin-top:3rem;
	}
}
/*--------------------------------------
3box_accordion-list
---------------------------------------*/
.thb-acc-list-frame {
	border: 1px solid var(--site-color05);
}
.thb-acc-list-title {
	padding: var(--s2);
	background-color: var(--site-color05);
	font-weight: 700;
	text-align: center;
}
.thb-acc-list-content {
	padding: var(--s2);
}
.thb-acc-list div {
	padding-bottom: var(--s2);
	display: flex;
	border-bottom: 1px solid var(--site-color02);
}
.thb-acc-list div:last-child {
	border: none;
}
.thb-acc-list div dt {
	width: 40%;
	line-height: 1.2;
	text-align: center;
	font-weight: bold;
	padding: 1rem;
}
.thb-acc-list div dd {
	width: 70%;
	line-height: 1.2;
	padding: 1rem;
}
.thb-acc-list div dd span {
	font-size: 1rem;
}
.thb-acc-list-more-btn {
	max-width: 32rem;
	padding: 2rem 5rem 2rem 5rem;
	border: 1px solid var(--site-color02);
	text-align: center;
	position: relative;
	transition: opacity 0.3s;
	cursor: pointer;
}
.thb-acc-list-more-btn::before {
	content: "";
	width: 2rem;
	height: .2rem;
	background: var(--site-color01);
	position: absolute;
	top: 50%;
	right: 3rem;
	transform: translate(0, -50%);
}
.thb-acc-list-more-btn::after {
	content: "";
	width: .2rem;
	height: 2rem;
	background: var(--site-color01);
	position: absolute;
	top: 50%;
	right: 3.9rem;
	transform: translate(0, -50%);
	transition: transform 0.3s;
}
.thb-acc-list-more-btn:hover {
	opacity: 0.6;
}
.thb-acc-list-more-btn.is-open::after {
	transform: translate(0, -50%) rotate(270deg);
}
.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%, #ffffff 100%);
}
.more-content-gradation.is-open::after {
	display: none;
}
/*--------------------------------------
2box_accordion-list

---------------------------------------*/
.twb-acc-list-frame {
	border: 1px solid var(--site-color05);
}
.twb-acc-list-content {
	padding: var(--s2);
}
.twb-acc-list div {
	padding-bottom: var(--s2);
	display: flex;
	border-bottom: 1px solid var(--site-color02);
}
.twb-acc-list div:last-child {
	border: none;
}
.twb-acc-list div dt,
.twb-acc-list div dd {
	width: 50%;
	line-height: 1.2;
}
.twb-acc-list div dd span {
	font-size: 1rem;
}
/*----------------------------------------------
	more content settings
*/
.more-content-gradation {
	position: relative;
	height: auto;
	max-height: 12rem;
	overflow: hidden;
	transition: max-height 0.3s;
}
.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%, #ffffff 100%);
}
.more-content {
    display: none;
}
.twb-acc-list-more-btn {
	max-width: 32rem;
	margin: 0 auto;
	padding: 2rem 6rem 2rem 3rem;
	border: 1px solid var(--site-color02);
	text-align: center;
	position: relative;
	transition: opacity 0.3s;
	cursor: pointer;
}
.twb-acc-list-more-btn::before {
	content: "";
	width: 2rem;
	height: .2rem;
	background: var(--site-color01);
	position: absolute;
	top: 50%;
	right: 3rem;
	transform: translate(0, -50%);
}
.twb-acc-list-more-btn::after {
	content: "";
	width: .2rem;
	height: 2rem;
	background: var(--site-color01);
	position: absolute;
	top: 50%;
	right: 3.9rem;
	transform: translate(0, -50%);
	transition: transform 0.3s;
}
.twb-acc-list-more-btn:hover {
	opacity: 0.6;
}
.twb-acc-list-more-btn.is-open::after {
	transform: translate(0, -50%) rotate(270deg);
}
/* スペック表のアコーディオン（グラデーションタイプ） */
.more-content-gradation.is-open {
    max-height: 200rem; /* コンテンツが収まる十分な高さを指定 */
}

/*--------------------------------------
visArea
---------------------------------------*/

#visArea {
    background: #f8f9f4;
}

#visArea {
    min-height: 24rem;
    margin: 0 auto;
    padding: 3.5rem 0 6rem 0;
    background: url(img/za-nac-00001529_mv-pc.jpg) no-repeat center center;
    background-size: cover;
}

#visArea .mainAreaInner {
    width: 120rem;
    margin: 0 auto;
}

#visArea .mainTxtBox {max-width: 790px;}
#visArea .mainTxtBox .caption {
	color: #c4c4c4;
}
#visArea .title {
    margin: 0;
    font-size: 5.5rem;
    font-weight: 700;
    line-height: 1.4;
    color: var(--site-color02);
}
#visArea .title .main_title {
    margin: 0;
    font-size: 5.5rem;
    font-weight: 700;
    line-height: 1.4;
    background: #fff;
    display: inline;
    padding: 0 0.4em 0.1em;
    line-height: 2;
}
#visArea::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    top: 520px;
    width: 100%;
    height: 100px;
    background-color: #101e4d;
    clip-path: polygon(0 100%, 100% 100%, 100% 0);
    z-index: 2;
}
#visArea .title .small{
	display:block;
	font-size: 1.8rem;
	color:#fff;
	margin-top: 1rem;
}

#visArea .logo {
    margin-bottom: 2rem;
    width: 256px;
}


#visArea p:not([class]) {
    margin: 3rem 0 0 0;
    line-height: 1.8;
    color: #fff;
}

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

#visArea  .sub_title {
    font-size: 3.6rem;
    color: #fff;
    font-weight: bold;
    display: block;
}

#visArea .sub_title .small{
    font-size:1.8rem;
}

#visArea .mainArea {
    /* margin-top: 3rem; */
}


@media screen and (max-width: 767px) {
	#visArea .mainAreaInner {
	    width: auto;
	    padding-right: calc(var(--s1) + var(--s-2));
	    padding-left: calc(var(--s1) + var(--s-2));
	    box-sizing: border-box;
	    padding-bottom: var(--s5);
	}
	
	#visArea .title {
	    font-size: 5vw;
	    margin-bottom: 2rem;
	    text-align: center;
	    margin-bottom: 0;
	}
	#visArea .title .main_title {
    margin: 0;
    font-size: 5vw;
    font-weight: 700;
    line-height: 1.4;
    background: #fff;
    display: inline;
    padding: 0 0.4em 0.1em;
    line-height: 2;
    }
	#visArea::after {
    display: none !important;
    }

/*--------------------------------------
	.sec01::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    top: 520px;
    width: 100%;
    height: 100px;
    background-color: #101e4d;
    clip-path: polygon(0 100%, 100% 100%, 100% 0);
    z-index: 2;
    }
---------------------------------------*/

	#visArea .logo {
	    padding-right: calc(var(--s1) + var(--s-2));
	    padding-left: calc(var(--s1) + var(--s-2));
	    padding-top: 11rem;
	    padding-bottom: 5rem;
	    min-height: auto;
	    width:100%;
	    text-align:center;
	}

	#visArea {
    margin-bottom: -5px;
    padding-bottom: 0;
    padding: revert;
    min-height: 350px;
    overflow: hidden;
    background: #043E8C url(img/za-nac-00001529_mv-sp.jpg) no-repeat center 5rem;
    background-size: contain;
 }
	
	.header-title {padding-left: 2.5rem;}
	
	#visArea .sub_title {
	    text-align: center;
	    font-size: 7vw;
	    line-height: 1.4;
	}
	#visArea .title .small {
    	display: block;
    	font-size: 4vw;
    	color: #fff;
    	margin-top: 2rem;
	}	
	.header-area-upper {
	    text-align: left;
	}

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


	.onb-m-title5 {
	    font-size: 2rem;
	}
	
	.onb-m-title6 {
	    font-size: 1.8rem;
	}
	
	.twb-m-title02 {
	    font-size: 1.8rem;
	}
	
	.twb-iconbox01-title {
	    font-size: 1.8rem;
	}
	
	.arrow-title-sub {
	    font-size: 1.8rem;
	}
	
	.m-title02 {
	    font-size: 1.8rem;
	}
	.onb-index02-wrap, .related-article01-frame{
		max-width:100%;
	}

	.related-article01-title{
		font-size: 1.8rem;
		margin-bottom: 2rem;
	}
		
}
/* 1. YouTube動画のレスポンシブ対応 */
.sp-table-vertical iframe {
    width: 100% !important;
    max-width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}
.sp-table-vertical td a {
    display: block;
    word-break: break-all; 
    white-space: normal;
}
@media screen and (max-width: 767px) {
    .sp-table-vertical table {
        width: 100% !important;
        table-layout: fixed;
    }

    .sp-table-vertical th, 
    .sp-table-vertical td {
        width: 100% !important; 
        display: block;
        box-sizing: border-box;
    }
}
/*---------------------------------------------
    ボタン横並び用レイアウト（PC基準）
*/
.l-btn-group {
  display: flex;
  justify-content: center;
  gap: var(--s4);
  max-width: 100%;
  margin: auto;
  align-items: center;
  width: 90rem;
}

.l-btn-group .btn-web,
.l-btn-group .btn-web02 {
  margin: 0;
  flex: 1;
  max-width: 110rem;
}

/*---------------------------------------------
    SP環境のスタイル変更
*/
@media screen and (max-width: 767px) {
  .l-btn-group {
    flex-direction: column; 
    gap: var(--s2);
    margin: var(--s3) auto; 
  }

  .l-btn-group .btn-web,
  .l-btn-group .btn-web02 {
    max-width: 100%;
  }
}