@charset "utf-8";

/*
---------------------------------------------
調整    
*/

.sec01-caption{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-top: -2rem;
}
.sec01-caption .caption {
	margin-bottom: 0rem;
	word-break: break-all;
	text-align: left;
}
.sec01-caption .caption a{
	color: #fff;
}
@media screen and (max-width: 767px) {
.sec01-caption{margin-top: -5rem;}
}

/*
---------------------------------------------
    navigation01 ※TOP、下層共通
*/
.header-area-upper {
	padding: var(--s1);
	text-align: right;
}

@media screen and (max-width: 767px) {
.header-area-upper {
	padding: var(--s1);
	text-align: left;
}
}

.header-title {
	font-size: 1.2rem;
	display: inline-block;
	position: relative;
	font-weight: 400;
}

.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-ctrl {
	display: none;
}
.gnavi-btn {
	display: none;
}
.gnavi-btn-close {
	display: none;
}
.gnavi-area {
	display: none;
}
.toggle-content {
	display: none;
}
/*------------------------------------------
 Global menu settings
*/
.navigation01-menu-area {box-shadow: 0px 2px 5px #e0e0e0;}
.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: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	margin: 1px -.5px;
	text-align: center;
}
.navigation01-menu li a {
	padding: var(--s2) var(--s1);
	display: block;
	text-decoration: none;
}
.navigation01-menu li a:hover {
	opacity: .6;
}
/*
---------------------------------------------
    sp settings
*/
@media screen and (max-width: 767px) {
	.gnavi-ctrl {
		display: block;
		transition: opacity 0.6s, visibility 0.6s;
		opacity: 0;
		visibility: hidden;
	}
	.gnavi-ctrl.is-show {
		opacity: 1;
		visibility: visible;
	}
	#low-header .gnavi-ctrl {
		opacity: 1;
		visibility: visible;
	}
	.gnavi-btn {
		width: var(--s7);
		height: var(--s6);
		background: #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: 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;
	}
}

/* ---------------------------------------------
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(--s3) var(--s2) var(--s3) var(--s5);
    color: #333;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1;
    background: url("./img/kanrenkiji_icon.svg") no-repeat left center;
    background-size: 3rem 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: 2em;
    font-size: 100%;
    line-height: 1.7;
    position: relative;
}
.related-article01-list li + li {
    margin-top: 10px;
}
.related-article01-list li::before {
    content: "";
    width: 2rem;
    height: 2rem;
    background: url(img/check_icon.png) no-repeat top center;
    background-size: 20px auto;
    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;
    }
}


/*------------------------------------------------------------
    section settings
*/
.sec01, .sec02 {
    padding-top: 12rem;
    padding-bottom: 8rem;
}

.sec01 .column-small{
	padding: 0 var(--s2) var(--s2) var(--s2);
}

.sec01.lower-bottom{
	margin-bottom: -8rem;
	margin-top: 10rem;
}

.sec04, .sec05 {
    padding-top: 12rem;
    padding-bottom: 0rem;
}

.sec03{
    padding-top: 8rem;	
}

.sec04{
	padding: 10rem 0 20rem 0;
	background: url(
 img/bg-04.png) no-repeat right bottom 5rem;
}

.sec05{
	background:#F3F5F6;
	padding-top: 8rem;
	padding-bottom: 8rem;
}

.sec06 {
    padding-top: 12rem;
    padding-bottom: 4rem;
}

/*------------------------------------------------------------
    section SP settings
*/
@media screen and (max-width: 767px) {
.sec01 {
    padding-top: 2rem;
    padding-bottom: 0rem;
}

.sec01 .l-stack-large{
		gap: var(--s5);
		padding-bottom: 3rem;
}

.sec02, .sec03, .sec04, .sec05 {
    padding-top: 6rem;
    padding-bottom: 5rem;
}
.sec06 {
    padding-top: 5rem;
    padding-bottom: 0rem;
}

.sec06 .title-paragraph a{
	font-size: 2rem;
}
}

/*------------------------------------------------------------
    bg settings
*/
.bg-01 {
  background: url('./img/bg-01.jpg') repeat top left;
  background-size: contain;
 padding-top: 8rem;
}

.bg-02 {
  background: url(img/bg-02.jpg) repeat-y top left;
  background-size: 100%;
  background-attachment: fixed;
	padding-top: 8rem;
	padding-bottom: 0;
}

@media screen and (max-width: 767px) {
	.bg-01 {
   padding-top: 6rem;
   background-size: contain;
	}

.bg-02 {
padding-top: 2rem;
}
}

/*------------------------------------------------------------
    見出し settings
*/



h2 a {
	margin: 0;
	padding: 0.5rem 6rem 1rem 0;
	background: url("./img/arrow-blue.png") no-repeat center right/auto 1em;
	display: inline-block;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
}

h3 a:hover {
	text-decoration: none;
	opacity: 0.6;
}

h3 a {
	margin: 0;
	padding: 1rem 2rem 1rem 0;
	background: url("./img/arrow-blue.png") no-repeat center right/auto 1em;
	display: block;
	font-weight: 700;
	line-height: 1.4;
	text-decoration: none;
}

h3 a:hover {
	text-decoration: none;
	opacity: 0.6;
}


/*------------------------------------------------------------
    accordion
*/
.acc-more-btn {
	max-width: 46rem;
	width: 100%;
	margin: var(--s5) auto;
	position: relative;
	font-size: 1.8rem;
	font-weight: 700;
}
.acc-more-btn span {
	width: 100%;
	padding: 2rem 6rem 2rem 3rem;
	border-radius: 4rem;
	background: #8E99A5 url('./img/acc-off.svg') no-repeat 95% center;
	background-size: 20px;
	color: #fff;
	display: block;
	text-align: center;
	transform: translate(0, 0);
	transition: transform 0.3s;
	cursor: pointer;
	position: relative;
	z-index: 1;
}

.acc-more-btn:hover span {
	transform: translate(.8rem, .8rem);
}
.acc-more-btn.is-open span {
	background: url('./img/acc-on.svg') no-repeat 95% center #8E99A5;
	background-size: 20px;
}
.more-content {
	display: none;
}

/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
	.acc-more-btn {
		margin-right: var(--s1);
	}
	
	.sec03 .acc-more-btn{
		margin: 0 auto var(--s2);
	}
	
	.acc-more-btn span {
		transition: inherit;
		transform: none;
	}
	.acc-more-btn:hover span {
		transform: none;
	}
}

/*------------------------------------------------------------
    H2_section-title07
*/

.sec01 .section-title07{
	color:#fff;
}

.section-title07 span{
	font-size: 3rem;
	display: block;
	margin-bottom: 1rem;
}

.sec01 .section-title07-frame::before{
	color:#436691;
	font-size: 10rem;
}

	.section-title07-frame {
    margin-top: 5rem;
    position: relative;
}
.section-title07-frame::before {
    content: "THREE SELECTIONS";
    width: 100%;
    font-size: 10rem;
    font-weight: 700;
    color: #E5EEF4;
    text-align: center;
    position: absolute;
    top: -4rem;
    left: 0;
}

.sec02 .section-title07-frame::before{
    content: "INFORMATION";
    color:#DDDDDD;
}

.sec03 .section-title07-frame::before{
    content: "COMPANY";	
}


.sec04 .section-title07-frame::before{
    content: "SUPPORT";	
}


.sec05 .section-title07-frame::before{
    content: "DEPARTMENT";	
}

.sec06 .section-title07-frame::before{
    content: "HOW TO";	
}


.section-title07 {
    width: 100%;
    padding: var(--s4) var(--s12);
    font-size: 4rem;
    font-weight: 700;
    text-align: center;
    position: relative;
}

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

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

/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
    .section-title07-frame {
        background-color: transparent;
    }
	
	.section-title07 span {
		font-size:18px;
	}
		
    .section-title07-frame::before {
        width: 100%;
        padding: var(--s1) 0;
        font-size: 5rem;
        top: -3rem;
    }
	
	.sec01 .section-title07-frame::before{
        font-size: 5rem;
        top: -6rem;
 }

	.sec02 .section-title07-frame::before{
        font-size: 5rem;				
	}
	
    .section-title07 {
        padding: var(--s2) 0 0 0;
        font-size: 2.4rem;
    }

	.section-title07 a{
		padding: 0 4rem;
	}
}
	
/*------------------------------------------
    3box column settings
*/
.column-small {
    padding: var(--s3) var(--s2) var(--s4) var(--s2);
    background: #F3F5F6;
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 10%);
    width: 33%;
}

.sec03 .column-small .btn-link a{
	line-height:2rem;
}

.thb-box-full {
    width: calc(100% + var(--s4));
    margin-left: calc(var(--s2) * -1);
}
 
.arrow-title {
	margin-bottom: 2.3rem;
	padding: var(--s2);
	font-size: 2.4rem;
	font-weight: 700;
	color: #fff;
	background-color: #222222;
	text-align: center;
	line-height: 1.5;
	position: relative;
}
.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 #222222;
	border-bottom: 1.5rem solid #222222;
	transform: translateX(-50%) rotate(45deg);
	position: absolute;
	left: 50%;
	bottom: -1.3rem;
}
.arrow-title-white {
	padding: var(--s2)  var(--s3);
	margin-bottom: .8rem;
	background-color: #fff;
	font-size: 2.8rem;
	color: var(--site-color03);
	line-height: 1;
	display: inline-block;
}

.sec01 .column-small:first-child .arrow-title-white span{
	color:#E54646;
}

.sec01 .column-small:nth-child(2) .arrow-title-white span{
	color:#A58827;
}

.sec01 .column-small:nth-child(3) .arrow-title-white span{
	color:#077866;
}

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

/*------------------------------------------
    3選会社名_3box_m-title01
*/
.m-title01 {
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
	margin: 3.5rem 0 3rem;
}
 
/*------------------------------------------
    3選特徴_3box_m-title01
*/
.thb-listbox-bg-colored {
    padding-top: 1rem;
}
.thb-listbox-area {
    padding: var(--s3) var(--s1) var(--s2);
    position: relative;
}
.thb-listbox-title {
    padding: 1.3rem;
    font-size: 1.6rem;
    color: #fff;
    background-color: #6D7985;
    text-align: center;
    border-radius: 10px;
    font-weight: bold;
}

.thb-listbox-list {
    width: 100%;
    padding-left: 2rem;
}

.thb-listbox-list p {
font-weight: 700;
margin: 1rem 0;
text-align: center;
margin-left: -2rem;
color: #16497e;
}

.thb-listbox-list li {
    padding: 0 0 0 1rem;
    margin-bottom: 2rem;
    line-height: 2;
    position: relative;
    font-size: 1.4rem;
}
.thb-listbox-list li::before {
    content: "";
    width: 2rem;
    height: 2rem;
    background: url("./img/check_icon.png") no-repeat left top;
    background-size: contain;
    position: absolute;
    top: .3rem;
    left: -2rem;
}
.thb-listbox-list li span {
    text-align: center;
}

.sec01 .thb-listbox-list li span{
	font-weight: 700;
	background: linear-gradient(transparent 50%, #F6E4A5 50%);
}

/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
    .thb-listbox-area {
        padding: var(--s2) var(--s1) var(--s1) var(--s1);
    }
    .thb-listbox-list li {
        font-size: 1.4rem;
    }
    .thb-listbox-list--three li {
        width: calc((100% - var(--s2)) / 2);
    }
    .thb-listbox-title {
        width: 100%;
        margin: 0rem auto 0 auto;
        padding: var(--s2);
        font-size: 1.6rem;
        text-align: center;
        border-radius: 5px;
    }

	p.thb-tag-list-2c{
		margin: 3rem 0;
	}
}

/*------------------------------------------------------------
    3選タグ_3box_tag-list
*/
.thb-taglist-title {
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.5;
}
.thb-tag-list-2c {
	display: flex;
	flex-wrap: wrap;
	gap: var(--s1);
	margin-top: var(--s2);
}

p.thb-tag-list-2c{
	text-align:center;
	justify-content: center;
	align-items: center;
	font-size: 1.4rem;
}

.thb-tag-list-2c li {
	width: calc((100% - var(--s1))/ 2);
	padding: 0.3rem 0.5rem;
	text-align: center;
	line-height: 1.5;
	border: 2px solid #15497B;
	font-weight: bold;
}
.thb-tag-list-2c li::before {
	display: none;
}
.thb-tag-colored {
	background-color: #fff;
	color: var(--site-color14);
}
.thb-tag-white {
	border: 1px solid var(--site-color16);
	background-color: #fff;
	color: var(--site-color16);
}
.thb-tag-colored .tag-name,
.thb-tag-white .tag-name {
	width: 100%;
	height: 100%;
	display: flex;	
	align-items: center;
	justify-content: center;
}
 
/*------------------------------------------------------------
    詳細3選キャッチ_1box_icon-title
*/
.onb-icon-title-frame {
	padding: var(--s2) var(--s8);
	background-color: #222222;
	position: relative;
	top: -60px;
	margin: 0 auto;
	min-width: 600px;
}
.onb-icon-title-icon {
	width: 43rem;
	height: 3.3rem;
	border-radius: 50%;
	position: absolute;
	right: 0;
	bottom: -33px;
	left: 0;
	margin: auto;
}
.onb-icon-title-icon img {
	width: 100%;
}
.onb-icon-title {
	text-align: center;
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.5;
	color: #fff;
}
.column-medium-box .column-medium:first-child .onb-icon-title-frame .onb-icon-title .underline{
	color:#FF9595;
	border:none;
}

.column-medium-box .column-medium:nth-child(2) .onb-icon-title-frame .onb-icon-title .underline{
	color:#e0b72f;
	border:none;
}

.column-medium-box .column-medium:nth-child(3) .onb-icon-title-frame .onb-icon-title .underline{
	color: #2bb39e;
	border:none;
}

.onb-icon-title .underline {
	border-bottom: 5px solid var(--site-color15);
}
.onb-icon-title small {
	font-size: 2.1rem;
	border: none;
}
.onb-icon-title-catch {
	margin-bottom: .8rem;
	font-size: 1.8rem;
	display: block;
	line-height: 1.5;
	border: none;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
	.onb-icon-title-frame {
		padding: var(--s1);
		min-width: 280px;
		position: absolute;
		left: 50%;
		top: -30px;
		transform: translateX(-50%);
	}
	.onb-icon-title {
		font-size: 2.2rem;
	}
	.onb-icon-title small {
		font-size: 1.6rem;
	}
	.onb-icon-title-catch {
		padding-left: var(--s4);
		font-size: 1.4rem;
	}
	.onb-icon-title-icon {
		width: 14rem;
		height: 1rem;
		position: absolute;
		top: 2rem;
		left: -.5rem;
	}
}

/*------------------------------------------------------------
    詳細3選会社名_1box_m-title05
*/
.onb-m-title5 {
	line-height: 1.5;
	font-size: 3rem;
	font-weight: 700;
	text-align: center;
	margin-top: -2rem;
}



/*------------------------------------------------------------
    詳細3選img_1box_center-img
*/
.onb-center-img {
	max-width: 60%;
	margin: 0 auto;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
	.onb-center-img {
		max-width: 100%;
	}	
}

/*------------------------------------------------------------
    詳細3選H4_1box_m-title06
*/
.onb-m-title6 {
	padding: 1.5rem;
	line-height: 1.5;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	background: url('./img/h4-bg.png') no-repeat top 50% center #15497B;
	border-radius: 10px;
	background-size: 150%;
	color: #fff;
}
 
/*------------------------------------------------------------
    詳細3選理由_1box_iconbox02
*/
.onb-iconbox02-frame {
	/* padding: var(--s4); */
	background-color: #fff;
}

.onb-iconbox02-frame .caption {text-align: right;}

.onb-iconbox02-catch {
	padding: 0 var(--s1) var(--s1) 0;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.5;
	color: #15497B;
}

.sec02 .onb-iconbox02-frame .wrapper{
	background: url('./img/onb-iconbox02-catch01.png') no-repeat top left;
	background-size: 4rem auto;
	padding-left: 6rem;
}


.sec02 .onb-iconbox02-frame .wrapper:nth-child(2) {
    background: url(./img/onb-iconbox02-catch02.png) no-repeat top left;
    background-size: 4rem auto;
}

.sec02 .onb-iconbox02-frame .wrapper:nth-child(3) {
    background: url(./img/onb-iconbox02-catch03.png) no-repeat top left;
    background-size: 4rem auto;
}

.onb-iconbox02-caption {
	margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
	.onb-iconbox02-frame {
		padding:0;
	}	

	.sec02 .onb-iconbox02-frame .wrapper{
		background: url(./img/onb-iconbox02-catch01.png) no-repeat top left;
        background-size: 3rem auto;
        padding-top: 5rem;
        padding-left: 0;
	}
	.sec02 .onb-iconbox02-frame .wrapper:nth-child(2){
		background: url(./img/onb-iconbox02-catch02.png) no-repeat top left;
        background-size: 3rem auto;
        padding-top: 5rem;
        padding-left: 0;
	}	
	.sec02 .onb-iconbox02-frame .wrapper:nth-child(3){
		background: url(./img/onb-iconbox02-catch03.png) no-repeat top left;
        background-size: 3rem auto;
        padding-top: 5rem;
        padding-left: 0;
	}	
	.onb-iconbox02-catch{
		font-size: 1.8rem;
	}
}

/*------------------------------------------------------------
    詳細3選タグ_1box_tag-list
*/
.onb-taglist-bg {
	padding: var(--s4);
}
.tag-list-6c {
	display: flex;
	flex-wrap: wrap;
	gap: var(--s2);
	justify-content: flex-start;
}
.tag-list-6c li {
	width: calc((100% - var(--s4))/ 3);
	padding: 1rem 0.6rem;
	text-align: center;
	line-height: 1.4;
	font-size: 1.3rem;
	font-weight: bold;
}
.tag-list-6c li::before {
	display: none;
}
.onb-tag {
	border: 2px solid #15497B;
	background-color: #fff;
	color: #15497B;
}
.onb-tag .tag-name {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.3rem;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
	.onb-taglist-bg {
		padding: var(--s2) 0;
	}
	.tag-list-6c {
		gap: var(--s1);
	}
	.tag-list-6c li {
		width: calc((100% - var(--s1))/ 2);
	}
}

.sec02 h5 {
	font-size: 2.2rem;
	background-color: #f3f3f3;
	border-left: 10px solid #4184D4;
	padding: 1rem 1rem 1rem 2rem;
	line-height: 1.5;
}

/*------------------------------------------------------------
    一覧3boxキャッチ_3box_catch
*/
.title-catch {
	padding-bottom:2rem; 
	font-size: 2.2rem;
	font-weight: 700;
	color: var(--site-color03);
	text-align: center;
	line-height: 1.5;
	text-align: left;
}

.title-catch a{
	color: #15497B;
}

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

/*------------------------------------------------------------
    基礎コンdiv_Icon-description-3
*/

.icon-description-area {
    padding: var(--s6) var(--s4) var(--s4) var(--s4);
    position: relative;
}
.icon-description-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: var(--s2);
}
.icon-description-list li {
    padding: var(--s2);
    background-color: #fff;
    line-height: 1.5;
    font-size: 2.2rem;
    font-weight: 700;
}
.icon-description-list--three li {
    width: calc((100% - (var(--s2) * 2)) / 3);
}
.icon-description-list li::before {
    display: none;
}
.icon-description-list li a {
	text-decoration: none;
	color: #fff;
	display: block;
	padding: var(--s2);
}

.icon-description-list li a:hover{
	opacity:.6;
}

/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
    .icon-description-area {
        padding: var(--s6) var(--s2) var(--s2) var(--s2);
    }
    .icon-description-list li {
        font-size: 1.4rem;
    }
    .icon-description-list--three li {
        width: calc((100% - var(--s2)) / 2);
    }
    .icon-description-title {
        width: 80%;
        padding: 1.6rem;
        font-size: 1.8rem;
        text-align: center;
    }
}

/*------------------------------------------------------------
    基礎コンアイコン_Icon-description-4
*/
.icon-description-area {
    padding: var(--s4);
    position: relative;
}
.icon-description-title {
    padding: var(--s2) var(--s8);
    color: #fff;
    font-size: 2.1rem;
    background-color: var(--site-color03);
    transform: translateX(-50%);
    position: absolute;
    top: -3rem;
    left: 50%;
}
.icon-description-list--four {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

.icon-description-list--four li img{
	width:124px;
	height:124px;
}

@media screen and (max-width: 767px) {
.icon-description-list--four li img{
	width: 80px;
	height: 80px;
}
    }

.icon-description-list li {
    background-color: #15497B;
    color: #fff;
    line-height: 1.5;
    border-radius: 8px;
    text-align: center;
    position:relative;
    padding: 0;
}


.icon-description-list li::before {
    content:"";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    bottom: 8px;
    right: 8px;
    border-left: 15px solid transparent;
    border-bottom: 15px solid #fff;

    /* 追加（任意）：装飾がクリックを邪魔しないように */
    z-index: 2;
    pointer-events: none;
}
.icon-description-list--four li {
    width: calc(100% / 4);
    background: #fff;
    padding: 2.5rem 2rem;
    border: 1px solid #134A7D;
    text-align: center;
}
.icon-description-list li span {
    margin-bottom: var(--s2);
    display: block;
    text-align: center;
}

.list-catch {
	display: block;
}

.list-catch a {
	margin-bottom: 2rem;
	background: url("./img/arrow-blue.png") no-repeat center right/auto 1em;
	display: block;
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 1;
	text-decoration: none;
}

.list-catch a:hover {
	text-decoration: none;
	opacity: 0.6;
}

/* 追加：BOX（li）全体をクリック可能にする（stretched link） */
.icon-description-list--four .list-catch a::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
}

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

	.icon-description-list--four {
	}
	
    .icon-description-list--four li {
        width: 50%;
        padding: 1.5rem;
    }

	.icon-description-list--four .list-catch a{
		font-size: 1.8rem;
	}
    .icon-description-title {
        width: 80%;
        padding: 1.6rem;
        font-size: 1.8rem;
        text-align: center;
    }
}
/*------------------------------------------------------------
    基礎コンsec06 
*/


.title-paragraph {
	margin-bottom: 1.6rem;
	margin-top: 2rem;
	font-size: 2.2rem;
	font-weight: 700;
	color: var(--site-color03);
	line-height: 1.5;
}

.title-paragraph a {
	margin: 0;
	padding: 1rem 4rem 1rem 0;
	background: url("./img/arrow-blue.png") no-repeat center right/auto 1em;
	display: inline-block;
	font-weight: 700;
	line-height: 1.5;
	text-decoration: none;
	color: #15497B;
}

.title-paragraph a:hover {
	text-decoration: none;
	opacity: 0.6;
}

.sec06-wrapper {
	border-bottom: 2px solid #f3f3f3;
	padding-bottom: 2rem;
}

.text-link {
	margin-bottom: 4rem;
}

/*
---------------------------------------------
    下層追加パーツ_チェック見出し
*/

.point-title {
	font-size: 2.8rem;
	font-weight: 700;
	border-radius: 100px;
	padding: 3.5rem 0 3.5rem 12rem;
	margin: 4rem 0 2rem;
	background: url(./img/point_icon.svg) no-repeat left center, #F3F5F6;
	background-size: 95px auto;
}

.matome {
	display: block;
	background: #ffffff;
	padding: 1rem 3rem 4rem;
	border: 8px solid #8E99A6;
	position:relative;
	margin: 6rem 0;
}

.matome::before{
	content:"";
	background: url(./img/check_box_icon.svg) no-repeat left center, #f3f3f3;
	background-size:cover;
	display:block;
	width: 84px;
	height: 120px;
	position: absolute;
	top: -18px;
	left: 20px;
}

.matome .btn-internal{
	margin-bottom:0;
}

.matome .catch {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
	color: #15497B;
	margin: 4rem 0 2rem;
}


.matome-check-title {
	font-size: 2.6rem;
	font-weight: 700;
	border-bottom: 2px solid #c7c7c7;
	padding: 2rem 0 3rem 9rem;
	margin: 0 0 2rem;
}

/*
---------------------------------------------
    目次用CSS
*/
.onb-index01-frame {
    width: 85%;
    background-color: var(--site-color09);
    margin: 0 auto;
}
.onb-index01-wrap {
    margin: 4rem 0;
    padding: var(--s3) var(--s4);
    background-color: transparent;
    position: relative;
}
.onb-index01-title {
    padding: 0.5rem var(--s2) 0.5rem var(--s2);
    color: var(
    --site-color03);
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1;
    position: relative;
    cursor: pointer;
    border-left: 7px solid #154984;
}
.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: #333333;
    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 .onb-index01-chapter {
    padding: var(--s2) var(--s2) 0 var(--s3);
    font-weight: 700;
    counter-reset: number 0;
}
#toc ul li.chapter-h-two::before,
#toc ul li.onb-index01-chapter-h-two::before {
    counter-increment: number 1;
    content: counter(number, decimal-leading-zero);
    color: var(--site-color14);
    position: absolute;
    top: -8px;
    left: -1.8em;
    background: none;
    font-size: 2.2rem;
}
#toc ul li.onb-index01-chapter-h {
    margin: 1rem 0 1rem 2rem;
    font-size: 100%;
    line-height: 1.7;
    position: relative;
}
#toc ul li.onb-index01-chapter-h a {
    display: block;
    text-decoration: none;
}
#toc ul li.onb-index01-chapter-h a:hover {
    opacity: .6;
}
#toc ul li.onb-index01-chapter-h-two {
    /* margin-left: var(--s2); */
    position: relative;
}
#toc ul li.onb-index01-chapter-h-three {
    margin-left: var(--s4);
    position: relative;
}
.more-content {
    display: none;
}
.onb-index01-content {
    margin-top: 1.4rem;
    border-top: 1px solid var(--site-color03);
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
    #toc .onb-index01-chapter {
        padding-left: var(--s4);
    }    
}
/*------------------------------------------------------------
　バナー
*/

.pc-fix-banner01 {
    width: 23rem;
    height: 190px;
    background: url(img/PCbanner.png) no-repeat top center;
    background-size: contain;
    position: fixed;
    right: 0;
    bottom: 13rem;
    z-index: 50;
    font-weight: bold;
}


.pc-fix-banner01 {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

.pc-fix-banner01.js-show {
  opacity: 1;
  visibility: visible;
}

.pc-fix-banner01 a {
    color: #fff;
    text-decoration: none;
    display: block;
}
.pc-fix-banner01 a:hover {
    opacity: .7;
}
.pc-fix-banner01-img {
    position: relative;
}
.pc-fix-banner01-img::before {
    content: "";
    width: 8rem;
    height: 3rem;
    background: url("./img/dummy.jpg") no-repeat center center;
    background-size: cover;
    border: 1px solid #fff;
    position: absolute;
    top: -1.5rem;
    left: .5rem;
    z-index: 5;
}
.pc-fix-banner01-text {
    padding: var(--s8) var(--s2) var(--s2) var(--s2);
    position: relative;
    color: #000000;
    font-size: 2rem;
    text-align: center;
}

.pc-fix-banner01-text p:not([class]) {
    margin: 10px 0 0 0;
    font-size: 2rem;
    text-align: center;
    line-height: normal;
}
.pc-fix-banner01-text p.text-small {
    font-size: 1.9rem;
    line-height: 1;
    display: inline;
    align-items:center;
    justify-content:center;
    margin-bottom:.8rem;
    padding: 0.3rem;
    background: linear-gradient(transparent 70%, #F6E4A5 50%);
}

.pc-fix-banner01-text p.text-small img{
	width:12px;
	height:12px;
}

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

/*------------------------------------------------------------
    SP バナー
*/
.sp-fix-banner01 {
    display: none;
}
/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
    .sp-fix-banner01 {
        display: block;
        width: 255px;
        background: url(img/SPbanner.png) no-repeat top center;
        padding: .8rem 1rem;
        background-size: contain;
        position: fixed;
        right: 0;
        bottom: 0;
        z-index: 50;
    }
    .sp-fix-banner01-text {
        color: #fff;
        position: relative;
        padding: 2.2rem 1rem 1.8rem 1.2rem;
    }
 
    .sp-fix-banner01-text p {
        margin: 0;
        font-size: 1.2rem;
    }
	
	 .sp-fix-banner01-text .text-small{
		background: linear-gradient(transparent 50%, #F6E4A5 50%);
		display: inline;
		}


	.sp-fix-banner01-text p img{
		width:15px;
		margin-right:5px;
	}
	
    .sp-fix-banner01-text a {
        color: #000000;
        text-decoration: none;
        background: url("./img/arrow-01-wht-right.svg") no-repeat right center / 1rem auto;
        display: block;
        font-weight: bold;
    }
    .sp-fix-banner01-text a:hover {
        opacity: .7;
    }
}


    /*--------------------------------------
visArea
---------------------------------------*/
    #visArea {
        padding: 10rem 0;
        background: url(img/mv.jpg) no-repeat top center;
        background-size: cover;
    }
    #visArea .mainArea {
        max-width: 600px;
        min-height: auto;
        margin-left: 15%;
        background: none;
        background-size: 100% auto;
        position: relative;
    }
    #visArea .logo{
    width: 30rem;
    height: auto;
    }

    #visArea .logo img{
    width: 100%;
    }

    #visArea .mainAreaInner {
        width: 100%;
        margin: 0;
    }
    #visArea .siteNameAreaInner {
        display: flex;
        align-items: center;
        width: 100%;
        height: 10rem;
        margin: 0 0 2rem 0;
        padding: 0 0 0 2rem;
        background: url(img/mv_bg_01.gif) no-repeat right 1rem center;
        background-size: auto 100%;
    }
    #visArea .siteName {
        width: 16rem;
        margin: 0;
    }
    #visArea .title {
        margin: 0 0 1.5rem 0;
        padding: 0;
        font-size: 4rem;
        line-height: 1.2;
        margin-bottom: 2rem;
    }

	#visArea .title span{
	}

   #visArea .mainTxtBox {
        /* padding:0 1rem; */
        font-size: 1.6rem;
    }
    #visArea .title span {
        font-size: 5rem;
        padding: 5px;
        margin: 5px 0;
        color: #174B7D;
        display: block;
    }

#visArea .subtitle {
    font-size: 2.2rem;
    font-weight: bold;
    margin-top: 1rem;
}

#visArea .subtitle .color01{
    color:#BB382E;
}

#visArea .subtitle .color02{
    color:#A98C17;
}

#visArea .subtitle .color03{
    color:#077A69;
}


@media screen and (max-width: 767px) {
	
	#visArea {
	    background: url(img/MV_sp.jpg) no-repeat top right;
	    background-size: 30rem;
	    padding: 10rem 0 5rem;
	}
	
	#visArea .mainArea {
	    margin-left: 0;
	    padding-right: calc(var(--s1) + var(--s-2));
	    padding-left: calc(var(--s1) + var(--s-2));
	}
	
      #visArea .mainTxtBox {
        font-size: 1.4rem;
    }
    
	#visArea .title span {
	    font-size: 3rem;
	    padding: 0;
	}
	
	#visArea .title {
	    font-size: 2.6rem;
	}
	
	#visArea .subtitle {
	    font-size: 1.6rem;
	    line-height: 1.6;
		margin-top: 1.5rem;
	}

	#visArea .mv-lower {
	    height: 100px;
	    padding: 10px;
	}
	
	.header-area-upper {
	    padding-left: var(--s4);
	    line-height: 1.6;
	}
	
	.onb-index01-wrap {
	    padding: var(--s2) var(--s2);
	}
	
	.onb-index01-title {
	    font-size: 2rem;
	}
	
	.point-title {
	    font-size: 2rem;
	    background-size: 50px auto;
	    padding: 1.5rem 1.5rem 1.5rem 6rem;
	    line-height: 1.4;
	}
	
	.matome {
	    padding: 1rem 1rem 1rem;
	    margin: 4rem 0;
	}
	
	.matome::before {
	    width: 45px;
	    height: 64px;
	    left: 10px;
	}
	
	.matome-check-title {
	    padding: 1rem 0 1rem 5.5rem;
	    font-size: 2rem;
	    margin-bottom: 1rem;
	    padding-bottom: 2rem;
	}
	
	.matome .catch {
	    margin: 1rem 0 1rem;
	    font-size: 1.8rem;
	}	
}