@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
h1, h2, h3, h4, h5, h6 { font-weight: 700; }

/*----------------------------------------------
common
----------------------------------------------*/
.servicePageheadInBox01 { padding: 100px 0 200px; }
@media (max-width: 480px) { .servicePageheadInBox01 { padding: 20px 0 60px 0; } }

.serviceLinkList { max-width: 490px; margin: 2em 0 0 0; padding: 0 0 0 40px; position: relative; }
@media (max-width: 480px) { .serviceLinkList { padding: 0 0 0 10px; } }
.serviceLinkList::before { content: ''; display: block; width: 5px; height: 100%; background: #012383; border-radius: 100vmax; position: absolute; top: 0; left: 0; }
.serviceLinkList > li a { display: block; color: #012383; font-size: clamp(14px, 2.1104vw, 19px); font-weight: 500; text-decoration: none; padding: 1em 0.5em; position: relative; }
.serviceLinkList > li a .arrow { display: block; width: 0.8em; line-height: 0; position: absolute; top: 50%; right: 20px; transform: translateY(-50%); transition: .3s; }
.serviceLinkList > li a:hover { background: rgba(255, 255, 255, 0.5); }
.serviceLinkList > li a:hover .arrow { right: 12px; }
.serviceLinkList > li a:hover .arrow img { opacity: 1; }
@media (max-width: 480px) { .serviceLinkList > li a { font-size: 18px; } }

.serviceList { margin: 2em 0 0 0; width: 100%; }
.serviceList li { margin-right: 1em; margin-bottom: 1em; padding: 10px 15px 10px 30px; color: #012383; font-size: 1.5rem; background: #FFFFFF; border-radius: 5px; position: relative; }
.serviceList li::before { content: ''; margin: auto; width: 8px; height: 8px; border-radius: 50%; background: rgba(164, 193, 215, 0.8); display: block; position: absolute; top: 0; left: 10px; right: auto; bottom: 0; }
@media (max-width: 480px) { .serviceList li { margin-right: 0.5em; padding: 5px 5px 5px 20px; font-size: 1.3rem; }
  .serviceList li::before { width: 6px; height: 6px; left: 8px; } }

/*----------------------------------------------
serviceIndexSec
----------------------------------------------*/
.serviceIndexSec { margin: 100px 30px 200px; }
@media (max-width: 480px) { .serviceIndexSec { margin: 50px 0 100px; } }
.serviceIndexSec .indexList01 > li { padding: 120px 0 80px 0; background: #edf3f8; }
@media (max-width: 480px) { .serviceIndexSec .indexList01 > li { padding: 60px 0; } }
.serviceIndexSec .indexList01 > li:nth-child(even) { background: #dce7f2; }
.serviceIndexSec .indexList01 > li:first-child { border-radius: 30px 30px 0 0; }
.serviceIndexSec .indexList01 > li:last-child { border-radius: 0 0 30px 30px; }
.serviceIndexSec .indexList01 > li .box01 { display: flex; justify-content: space-between; align-items: center; }
@media (max-width: 480px) { .serviceIndexSec .indexList01 > li .box01 { display: block; } }
.serviceIndexSec .indexList01 > li .box01 .ttlClm { width: 40%; }
@media (max-width: 480px) { .serviceIndexSec .indexList01 > li .box01 .ttlClm { width: auto; } }
.serviceIndexSec .indexList01 > li .box01 .bodyClm { width: 60%; }
@media (max-width: 480px) { .serviceIndexSec .indexList01 > li .box01 .bodyClm { width: auto; } }
.serviceIndexSec .indexList01 > li .box01 .ttl01 { color: #012383; font-size: clamp(14px, 3.5552vw, 32px); font-weight: 700; }
@media (max-width: 480px) { .serviceIndexSec .indexList01 > li .box01 .ttl01 { margin-bottom: 1em; font-size: 28px; } }
.serviceIndexSec .indexList01 > li .box01 .imgBox01 { text-align: center; }
.serviceIndexSec .indexList01 > li .box01 .imgBox01 img { border-radius: 10px; }
.serviceIndexSec .indexList01 > li .box01 .catch01 { margin: 0 0 1em 0; }
@media (max-width: 480px) { .serviceIndexSec .indexList01 > li .box01 .catch01 { font-size: 3.0rem; } }
.serviceIndexSec .indexList01 > li .box01 .txt01 { line-height: 1.94; margin: 1em 0; }
@media (max-width: 480px) { .serviceIndexSec .indexList01 > li .box01 .txt01 { line-height: 1.6; } }

/*----------------------------------------------
serviceSecondPageheadBox
----------------------------------------------*/
.serviceSecondPageheadBox { background: url("../img/service/bg_service_pagehead_01.jpg") no-repeat center bottom/cover; position: relative; padding: 105px 0 0 0; overflow: hidden; }
@media (max-width: 480px) { .serviceSecondPageheadBox { padding-top: 50px; padding-bottom: 40px; }
  .serviceSecondPageheadBox .container { width: 90%; } }
.serviceSecondPageheadBox::before { content: ''; display: block; width: 332px; aspect-ratio: 332 / 298; position: absolute; top: 215px; right: -110px; background: url("../img/common/bg_common_pagehead_02.png") no-repeat left top/contain; }
@media (max-width: 480px) { .serviceSecondPageheadBox::before { width: 100px; top: 100px; } }
.serviceSecondPageheadBox .headBox01 { padding: 100px 0 70px 0; }
@media (max-width: 480px) { .serviceSecondPageheadBox .headBox01 { padding: 50px 0; } }
.serviceSecondPageheadBox .headBox01 .head { color: #012383; font-size: clamp(14px, 3.5552vw, 32px); font-weight: 700; margin-top: -0.1em; }
@media (max-width: 480px) { .serviceSecondPageheadBox .headBox01 .head { font-size: 28px; } }
.serviceSecondPageheadBox .box01 { display: flex; justify-content: space-between; }
@media (max-width: 480px) { .serviceSecondPageheadBox .box01 { display: block; } }
.serviceSecondPageheadBox .box01 .imgBox { width: 58%; flex: 1; margin-left: calc(50% - 50vw); margin-right: 6%; }
@media (max-width: 480px) { .serviceSecondPageheadBox .box01 .imgBox { width: auto; } }
.serviceSecondPageheadBox .box01 .imgBox img { width: 100%; border-radius: 0 10px 10px 0; }
.serviceSecondPageheadBox .box01 .txtBox { width: 36%; }
@media (max-width: 480px) { .serviceSecondPageheadBox .box01 .txtBox { width: auto; margin-top: 2em; } }
.serviceSecondPageheadBox .box01 .catch01 { color: #012383; font-size: clamp(14px, 3.5552vw, 32px); font-weight: 700; margin: 0.5em 0; }
@media (max-width: 480px) { .serviceSecondPageheadBox .box01 .catch01 { font-size: 22px; } }
.serviceSecondPageheadBox .box01 .txt01 { line-height: 1.94; margin: 1em 0; }
@media (max-width: 480px) { .serviceSecondPageheadBox .box01 .txt01 { line-height: 1.6; } }

/*----------------------------------------------
serviceSecondTargetSec
----------------------------------------------*/
.serviceSecondTargetSec { margin: 160px 0; }
@media (max-width: 480px) { .serviceSecondTargetSec { margin: 80px 0; } }
.serviceSecondTargetSec .box01 { max-width: 890px; margin: 0 auto; padding: 80px 0; background: #d5eafa; display: flex; justify-content: center; align-items: center; border-radius: 100vmax; position: relative; }
@media (max-width: 480px) { .serviceSecondTargetSec .box01 { border-radius: 20px; padding: 40px 0 100px; } }
.serviceSecondTargetSec .box01::before, .serviceSecondTargetSec .box01::after { content: ''; display: block; position: absolute; }
.serviceSecondTargetSec .box01::before { width: 207px; aspect-ratio: 207 / 308; bottom: -10px; left: 26px; background: url("../img/service/service_second_target_img01.png") no-repeat left top/contain; }
@media (max-width: 768px) { .serviceSecondTargetSec .box01::before { width: 145px; } }
@media (max-width: 480px) { .serviceSecondTargetSec .box01::before { width: 87px; left: 0; } }
.serviceSecondTargetSec .box01::after { width: 174px; aspect-ratio: 174 / 273; bottom: -10px; right: 70px; background: url("../img/service/service_second_target_img02.png") no-repeat left top/contain; }
@media (max-width: 768px) { .serviceSecondTargetSec .box01::after { width: 120px; } }
@media (max-width: 480px) { .serviceSecondTargetSec .box01::after { width: 73px; right: 0; } }
.serviceSecondTargetSec .box01 .list01 { text-align: center; }
.serviceSecondTargetSec .box01 .list01 .secCatch { color: #012383; font-size: clamp(14px, 3.5552vw, 32px); font-weight: 700; margin: 0 0 1em 0; }
@media (max-width: 480px) { .serviceSecondTargetSec .box01 .list01 .secCatch { font-size: 26px; } }
.serviceSecondTargetSec .box01 .list01 .listInner { display: inline-block; text-align: left; }
.serviceSecondTargetSec .box01 .list01 p { font-weight: 500; line-height: 1.94; margin: 1em 0; width: fit-content; position: relative; padding-left: 35px; }
.serviceSecondTargetSec .box01 .list01 p span { position: absolute; top: 50%; left: 0; width: 20px; height: 20px; border: solid 1px #012383; transform: translateY(-50%); }
.serviceSecondTargetSec .box01 .list01 p span::after { content: ''; position: absolute; display: block; top: 10%; left: 7px; width: 20px; height: 10px; border-left: 4px solid #012383; border-bottom: 4px solid #012383; transform: rotate(-45deg) translateY(-50%); }
@media (max-width: 480px) { .serviceSecondTargetSec .box01 .list01 p { line-height: 1.6; } }

/*----------------------------------------------
serviceSecondAboutSec
----------------------------------------------*/
.serviceSecondAboutSec { padding: 80px 0; background: url("../img/service/bg_service_second_about_01.png") no-repeat center top; }
@media (max-width: 480px) { .serviceSecondAboutSec { padding: 40px 0; background-size: 120% auto; } }
.serviceSecondAboutSec .ttlBox01 { text-align: center; }
.serviceSecondAboutSec .ttlBox01 .ttl01 { color: #012383; font-size: clamp(14px, 3.5552vw, 32px); font-weight: 700; margin: 0; }
@media (max-width: 480px) { .serviceSecondAboutSec .ttlBox01 .ttl01 { font-size: 26px; } }
.serviceSecondAboutSec .ttlBox01 .ttl02 { color: #012383; font-size: clamp(14px, 3.5552vw, 32px); font-weight: 700; }
@media (max-width: 480px) { .serviceSecondAboutSec .ttlBox01 .ttl02 { font-size: 26px; } }
.serviceSecondAboutSec .ttlBox01 .equal { position: relative; width: 8px; height: 40px; margin: 10px auto 0; }
.serviceSecondAboutSec .ttlBox01 .equal::before, .serviceSecondAboutSec .ttlBox01 .equal::after { content: ''; position: absolute; top: 0; display: block; width: 2px; height: 100%; background: #012383; }
.serviceSecondAboutSec .ttlBox01 .equal::before { left: 0; }
.serviceSecondAboutSec .ttlBox01 .equal::after { right: 0; }
@media (max-width: 480px) { .serviceSecondAboutSec .ttlBox01 .equal { height: 20px; } }
.serviceSecondAboutSec .txtBox01 { text-align: center; line-height: 1.94; margin: 4em 0 0 0; }
@media (max-width: 480px) { .serviceSecondAboutSec .txtBox01 { line-height: 1.6; } }
.serviceSecondAboutSec .txtBox01 p { margin: 1.5em 0; }

/*----------------------------------------------
serviceSecondContentsSec
----------------------------------------------*/
.serviceSecondContentsSec { margin: 120px 0; position: relative; }
@media (max-width: 480px) { .serviceSecondContentsSec { margin: 60px 0; } }
.serviceSecondContentsSec .serviceSecondContentsSecInner { /*padding: 80px;
position: relative;
&::before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 32%;
	top: 0;
	left: 0;
	margin: auto;
	background: $lightblue;
	border-radius: 30px;
	z-index: 0;
}*/ }
.serviceSecondContentsSec .ttlBox01 { margin: 0 6%; position: relative; text-align: center; }
.serviceSecondContentsSec .ttlBox01 .eng { color: #012383; font-family: "Montserrat"; font-size: clamp(25.6px, 7.1104vw, 64px); font-weight: 600; }
.serviceSecondContentsSec .lead01 { line-height: 1.94; margin: 2em 0 4em; text-align: center; position: relative; }
@media (max-width: 480px) { .serviceSecondContentsSec .lead01 { line-height: 1.6; } }
.serviceSecondContentsSec .imgBox01 { margin: 0 0 0 18%; position: relative; }
.serviceSecondContentsSec .imgBox01 img { border-radius: 10px; }
.serviceSecondContentsSec .serviceSecondContentsSecInner02 { margin: 0 auto; max-width: 970px; border: solid 1px #012383; border-radius: 20px; position: relative; padding: min(120px,16.666vw) min(60px,8.334vw) min(100px,13.888vw); z-index: 1; }
@media (max-width: 480px) { .serviceSecondContentsSec .serviceSecondContentsSecInner02 { padding: min(100px,13.888vw) 0 min(80px,11.112vw); } }
.serviceSecondContentsSec .serviceSecondContentsSecInner02::before, .serviceSecondContentsSec .serviceSecondContentsSecInner02::after { content: ''; position: absolute; top: 20px; display: block; width: 4px; height: calc(100% - 40px); background: #fff; z-index: 2; }
.serviceSecondContentsSec .serviceSecondContentsSecInner02::before { left: -2px; }
.serviceSecondContentsSec .serviceSecondContentsSecInner02::after { right: -2px; }
@media (max-width: 480px) { .serviceSecondContentsSec .serviceSecondContentsSecInner02 { width: auto; margin: 0; } }
.serviceSecondContentsSec .secCatch { margin-top: 0; position: relative; z-index: 5; }
.serviceSecondContentsSec .secCatch:nth-child(n + 2) { margin-top: min(100px,13.888vw); }
.serviceSecondContentsSec .secCatch .num { font-size: clamp(44px, 9.9307vw, 110px); font-weight: 700; color: #edf3f8; position: absolute; bottom: -2rem; left: -3rem; line-height: 1.2; z-index: -1; }
@media (max-width: 480px) { .serviceSecondContentsSec .secCatch .num { font-size: 70px; left: -2rem; bottom: -1.5rem; } }
.serviceSecondContentsSec .txt01 { line-height: 1.94; margin: 1.5em 0; }
@media (max-width: 480px) { .serviceSecondContentsSec .txt01 { line-height: 1.6; } }

/*----------------------------------------------
serviceCfoManagementSec
----------------------------------------------*/
.serviceCfoManagementSec { margin: 120px 0; }
.serviceCfoManagementSec .ttlBox01 .eng { color: #012383; font-family: "Montserrat"; font-size: clamp(25.6px, 7.1104vw, 64px); font-weight: 600; }
.serviceCfoManagementSec .lead01 { line-height: 1.94; margin: 2em 0 4em; position: relative; }
.serviceCfoManagementSec .figBox { text-align: center; position: relative; max-width: 970px; width: 100%; margin: 0 auto 105px; }
@media (max-width: 480px) { .serviceCfoManagementSec .figBox { margin: 0 auto 140px; } }
.serviceCfoManagementSec .figBox .img02 { position: absolute; bottom: -110px; right: 0; max-width: 433px; width: 100%; }
@media (max-width: 480px) { .serviceCfoManagementSec .figBox .img02 { max-width: 236px; } }
.serviceCfoManagementSec .box01 { padding-top: 135px; position: relative; max-width: 1130px; }
.serviceCfoManagementSec .box01::before { content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%); display: block; width: 0; height: 0; border-left: 74px solid transparent; border-right: 74px solid transparent; border-top: 46px solid #edf3f8; }
.serviceCfoManagementSec .box01 .list01 { gap: 0 85px; }
@media (max-width: 1024px) { .serviceCfoManagementSec .box01 .list01 { gap: 0 35px; } }
@media (max-width: 480px) { .serviceCfoManagementSec .box01 .list01 { gap: 60px 0; } }
.serviceCfoManagementSec .box01 .list01 > li { flex: 1; border-radius: 30px; background: #edf3f8; padding: 80px 40px 40px 40px; position: relative; }
@media (max-width: 1024px) { .serviceCfoManagementSec .box01 .list01 > li { padding: 60px 20px 32px 20px; } }
.serviceCfoManagementSec .box01 .list01 > li .num { position: absolute; top: -32px; left: 50%; transform: translateX(-50%); color: #fff; background: #012383; font-size: 2.4rem; font-weight: 500; display: flex; justify-content: center; align-items: center; width: 75px; height: 75px; border-radius: 100px; }
.serviceCfoManagementSec .box01 .list01 > li h3 { text-align: center; color: #012383; font-size: clamp(14px, 2.2224vw, 20px); margin-bottom: 30px; }
@media (max-width: 480px) { .serviceCfoManagementSec .box01 .list01 > li h3 { font-size: 18px; margin: 5px 0 15px; } }
.serviceCfoManagementSec .box01 .list01 > li p { line-height: 1.94; }
