@charset "utf-8";

.content {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	position: relative;
	z-index: 5;
}
.content .inner {
	max-width: 1020px;
}
@media screen and (max-width: 768px) {
	.content .inner {
		max-width: 100%;
		padding: 0 2.8rem;
	}
}

/* sabNav */
.sabNav {
	padding: 2rem 5rem;
}
.sabNav ul {
	display: flex;
	gap: 0 5rem;
}
.sabNav ul li {
	font-size: 1.8rem;
	font-weight: 600;
}
.sabNav ul li.current {
	color: #FF001F;
	text-decoration: underline;
}

/* mainVisual */
.mainVisual {
	position: relative;
}
.mainVisual .mv video {
	width: 100%;
	height: auto;
	display: block;
}
.mainVisual .scrollDown {
	padding-bottom: 2rem;
	font-size: 1rem;
	font-weight: 400;
	color: #fff;
	letter-spacing: 0.18em;
	position: absolute;
	bottom: 3rem;
	left: 50%;
	transform: translateX(-50%);
}
.mainVisual .scrollDown::after {
	display: block;
	content: '';
	width: 2rem;
	height: 2rem;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
	position: absolute;
	bottom: 0;
	left: calc(50% - 1.5rem);
	transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
	.mainVisual .scrollDown {
		padding-bottom: 2rem;
		font-size: 0.9rem;
		bottom: 3rem;
	}
	.mainVisual .scrollDown::after {
		display: block;
		content: '';
		width: 2rem;
		height: 2rem;
		border-right: solid 1px #fff;
		border-bottom: solid 1px #fff;
		position: absolute;
		bottom: 0;
		left: calc(50% - 1rem);
		transform: rotate(45deg);
	}
}

/* bgGray */
.bgGray {
	background-color: #EEF1F5;
	padding: 6.5rem 0;
	position: relative;
	z-index: 5;
}

/* h2 */
.content h2 {
	font-size: 2.9rem;
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	text-align: center;
	line-height: 1.3;
}
.content h2 .base {
	display: inline-block;
	font-weight: 600;
	position: relative;
}
.content h2 .base::after {
	content: "";
	width: 3.5rem;
	height: 0.1rem;
	background-color: #2D2D2D;
	position: absolute;
	bottom: -0.8rem;
	left: 50%;
	transform: translateX(-50%);
}
.content h2 .jp {
	font-size: 1.5rem;
	font-weight: 600;
}

/* secLead */
.content .secLead {
	margin-top: 2rem;
	font-size: 1.8rem;
	line-height: 1.7;
	text-align: center;
}
.content .secLead span {
	font-weight: 600;
	color: #0F33A8;
}


@media screen and (max-width: 768px) {
	/* bgGray */
	.bgGray {
		padding: 5rem 0 5.5rem;
	}

	/* h2 */
	.content h2 {
		font-size: 4.2rem;
	}
	.content h2 .base::after {
		width: 5.1rem;
		bottom: -1.2rem;
	}
	.content h2 .jp {
		font-size: 2.18rem;
	}

	/* secLead */
	.content .secLead {
		font-size: 2.56rem;
	}
}

/* service */
.service {
	padding-bottom: 4rem;
	border-bottom: dotted 0.2rem #D6D6D6;
}
.service .ttl {
	font-size: 3.1rem;
	font-weight: 700;
	font-style: oblique;
	color: #0F33A8;
	text-align: center;
}
.service .serviceBox {
	margin-top: 2rem;
	background-color: #fff;
	border-radius: 1rem;
	padding: 2.5rem 15rem;
}
.service .serviceBox dl {
	display: flex;
	align-items: center;
	gap: 0 2rem;
}
.service .serviceBox dl + dl {
	margin-top: 1rem;
}
.service .serviceBox dl dt {
	width: 12rem;
	font-size: 1.6rem;
	text-align: center;
	color: #fff;
	background-color: #0D80DA;
	border-radius: 1rem;
	padding: 0.5rem;
}
.service .serviceBox dl dd {
	font-size: 1.7rem;
	font-weight: 700;
	font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
	.service {
		padding-bottom: 5rem;
	}
	.service .ttl {
		font-size: 4.5rem;
	}
	.service .serviceBox {
		margin-top: 5rem;
		padding: 3rem 1rem 4rem;
	}
	.service .serviceBox dl {
		display: block;
	}
	.service .serviceBox dl + dl {
		margin-top: 4rem;
	}
	.service .serviceBox dl dt {
		width: 17.6rem;
		margin: 0 auto;
		font-size: 2.33rem;
		border-radius: 1.3rem;
	}
	.service .serviceBox dl dd {
		margin-top: 1rem;
		font-size: 2.65rem;
		text-align: center;
	}
}

/* solution */
.solution {
	padding: 6rem 0 10rem;
	border-bottom: dotted 0.2rem #D6D6D6;
}
.solution .solutionCont {
	margin-top: 2rem;
	display: flex;
	justify-content: center;
	gap: 0 2.5rem;
}
.solution .solutionCont .solutionBox {
	width: 31.6%;
	background-color: #fff;
	border-radius: 1rem;
	padding: 0 0 1rem;
	display: flex;
	flex-direction: column;
}
.solution .solutionCont .solutionBox + .solutionBox {
	position: relative;
}
.solution .solutionCont .solutionBox + .solutionBox::before {
	content: "";
	width: 2.6rem;
	height: 0.3rem;
	background-color: #61a8f8;
	position: absolute;
	top: 50%;
	left: -2.6rem;
	transform: translateY(-50%);
}
.solution .solutionCont .txt {
	font-size: 1.9rem;
	font-weight: 600;
	text-align: center;
	padding: 1rem 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-grow: 1;
}
.solution .solutionCont ul {
	margin-top: 1rem;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0.5rem 0;
}
.solution .solutionCont ul li {
	width: 33%;
	font-size: 1.9rem;
	font-weight: 600;
	text-align: center;
}
.solution .solutionCont ul li:nth-child(n+4) {
	width: 40%;
}
@media screen and (max-width: 768px) {
	.solution .solutionCont {
		margin-top: 3rem;
		display: block;
	}
	.solution .solutionCont .solutionBox {
		width: 82.3%;
		margin: 0 auto;
		padding: 0 0 1.3rem;
		border-radius: 1.3rem;
	}
	.solution .solutionCont .solutionBox + .solutionBox {
		margin-top: 2rem;
		position: relative;
	}
	.solution .solutionCont .solutionBox + .solutionBox::before {
		width: 0.3rem;
		height: 2rem;
		top: -2rem;
		left: 50%;
		transform: translate(-50%, 0);
	}
	.solution .solutionCont .txt {
		font-size: 2.86rem;
		padding: 3rem 0;
	}
	.solution .solutionCont ul li {
		width: 39%;
		font-size: 2.86rem;
	}
}

/* case */
.case {
	padding: 4rem 0 11rem;
	border-bottom: dotted 0.2rem #D6D6D6;
}
.case .details summary {
	list-style: none;
}
.case .details summary::-webkit-details-marker {
	display: none;
}
.case .details summary::marker {
	content: none;
}
.case .details .summary {
	list-style: none;
}
.case .accordionCloseBtn {
	display: none;
}

.case .details {
	margin-top: 2.5rem;
	display: flex;
	gap: 0 3rem;
	background-color: #fff;
	border-radius: 1rem 1rem 0 0;
	padding-bottom: 2.5rem;
}
.case .details + .details {
	margin-top: 5rem;
}
.case .details .summary {
	width: 122.21%;
}
.case .details .summary .ttlBox {
	position: relative;
}
.case .details .summary .ttl {
	width: 100%;
	font-size: 2.7rem;
	font-weight: 600;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
}
.case .details .detailBox {
	width: 96%;
	display: block;
	height: auto;
	overflow: visible;
	opacity: 1;
}
.case .details .caseBox {
	padding: 4rem 0;
}
.case .details .caseBox .caseTtl {
	font-size: 2.2rem;
	font-weight: 600;
	color: #1448C6;
}
.case .details .caseBox .caseTxt {
	font-size: 1.6rem;
	font-weight: 600;
	color: #1448C6;
}
.case .details .fukidashi {
	width: 152%;
	margin-left: -52%;
}
.case .details .fukidashi .ttl {
	font-size: 1.8rem;
	font-weight: 600;
}
/* fukidashi01 */
.case .details .fukidashi01 {
	margin-top: 3rem;
	background-color: #EEF1F5;
	border-radius: 2rem;
	padding: 1.5rem 3rem;
	position: relative;
}
.case .details .fukidashi01::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 0.7rem solid transparent;
	border-left: 0.7rem solid transparent;
	border-bottom: 2.2rem solid #EEF1F5;
	border-top: 0;
	transform: rotate(260deg);
	position: absolute;
	bottom: 3rem;
	left: -1.2rem;
}
.case .details .fukidashi01 .ttl {
	color: #1448C6;
}
.case .details .fukidashi01 .check {
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 2;
}
.case .details .fukidashi01 .check li {
	padding-left: 2.3rem;
	position: relative;
}
.case .details .fukidashi01 .check li::before {
	content: "";
	width: 1.8rem;
	height: 1.8rem;
	background: url("/financialservices/money_planning/img/check.png") no-repeat;
	background-size: contain;
	position: absolute;
	top: 0.8rem;
	left: 0;
}

/* fukidashi02 */
.case .details .fukidashi02 {
	margin-top: 2rem;
	background-color: #FFF0F5;
	border-radius: 2rem;
	padding: 1.5rem 3rem;
	position: relative;
}
.case .details .fukidashi02::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 0.7rem solid transparent;
	border-left: 0.7rem solid transparent;
	border-bottom: 2.2rem solid #FFF0F5;
	border-top: 0;
	transform: rotate(106deg);
	position: absolute;
	top: 8.5rem;
	right: -1.2rem;
}
.case .details .fukidashi02 .ttl {
	color: #FF0000;
}
.case .details .fukidashi02 .txt {
	margin-top: 0.5rem;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.7;
}

/* details02 */
.case .details02 .fukidashi {
	width: 155%;
	margin-left: -55%;
}
.case .details02 .fukidashi02::after {
	top: 6.5rem;
}

/* details03 */
.case .details03 .fukidashi {
	width: 154%;
	margin-left: -54%;
}
.case .details03 .fukidashi01::before {
	bottom: 5.5rem;
}
.case .details03 .fukidashi02::after {
	top: 5.5rem;
}

/* details04 */
.case .details04 .summary {
	width: 202.67%;
}
.case .details04 .fukidashi {
	width: 156%;
	margin-left: -56%;
}
.case .details04 .fukidashi01 {
	margin-top: -1rem;
}
.case .details04 .fukidashi01::before {
	bottom: 3rem;
}
.case .details04 .fukidashi02::after {
	top: 8.5rem;
}
@media screen and (max-width: 1000px) {
	.case .details .fukidashi {
		width: 151%;
		margin-left: -51%;
	}
	.case .details02 .fukidashi {
		width: 154%;
		margin-left: -54%;
	}
	.case .details03 .fukidashi {
		width: 152%;
		margin-left: -52%;
	}
	.case .details04 .fukidashi {
		width: 155%;
		margin-left: -55%;
	}
}

@media screen and (max-width: 768px) {
	.case {
		padding: 5rem 0 10rem;
	}	
	.case .details {
		margin-top: 4.5rem;
		display: block;
		border-radius: 1.6rem;
		padding-bottom: 3rem;
	}
	.case .details + .details {
		margin-top: 2.5rem;
	}
	.case .details .summary {
		width: 100%;
		cursor: pointer;
	}
	.case .details .summary .ttl {
		font-size: 4.608rem;
	}
	.case .details .summaryBtn {
		width: 100%;
		display: block;
		margin-top: 3rem;
		font-size: 3.25rem;
		text-align: center;
		color: #36519E;
		cursor: pointer;
		position: relative;
	}
	.case .details .summaryBtn span {
		display: inline-block;
		font-weight: 600;
		text-decoration: underline;
	}
	.case .details .summaryBtn::after {
		content: "";
		width: 1.5rem;
		height: 1.5rem;
		border-bottom: solid 0.3rem #36519E;
		border-right: solid 0.3rem #36519E;
		transform: rotate(45deg) translateY(-50%);
		position: absolute;
		top: 40%;
		right: 3.5rem;
	}
	.case .details[open] .summaryBtn {
		display: none;
	}
	.case .details .detailBox {
		width: 95%;
		margin: 0 auto;
		display: grid;
		grid-template-rows: 0fr;
		transition: grid-template-rows 0.3s ease-in-out;
		overflow: hidden;
	}
	.case .details[open] .detailBox {
		grid-template-rows: 1fr;
	}
	.case .details .detailBoxInner {
		min-height: 0;
		overflow: hidden;
	}
	.case .details.isClosing .detailBox {
		grid-template-rows: 0fr;
	}
	.case .details .caseBox {
		padding: 2rem 1rem 3rem;
	}
	.case .details .caseBox .caseTtl {
		font-size: 3.76rem;
	}
	.case .details .caseBox .caseTxt {
		font-size: 2.74rem;
	}
	.case .details .fukidashi {
		width: 100%;
		margin-left: 0;
	}
	.case .details .fukidashi .ttl {
		font-size: 3.08rem;
	}
	/* fukidashi01 */
	.case .details .fukidashi01 {
		margin-top: 0;
		border-radius: 3rem;
		padding: 1.5rem 2.5rem;
	}
	.case .details .fukidashi01::before {
		bottom: 4rem;
		left: -0.8rem;
	}
	.case .details .fukidashi01 .check {
		font-size: 2.74rem;
		line-height: 1.7;
	}
	.case .details .fukidashi01 .check li {
		padding-left: 0;
		text-indent: 4rem;
	}
	.case .details .fukidashi01 .check li::before {
		width: 3.16rem;
		height: 3.16rem;
	}
	.case .details .fukidashi01 .check li + li {
		margin-top: 1rem;
	}
	
	/* fukidashi02 */
	.case .details .fukidashi02 {
		margin-top: 2rem;
		border-radius: 3rem;
		padding: 1.5rem 2.5rem;
	}
	.case .details .fukidashi02::after {
		content: none;
	}
	.case .details .fukidashi02 .txt {
		margin-top: 0.5rem;
		font-size: 2.74rem;
	}
	
	/* details02 */
	.case .details02 .fukidashi {
		width: 100%;
		margin-left: 0;
	}
	
	/* details03 */
	.case .details03 .fukidashi {
		width: 100%;
		margin-left: 0;
	}
	.case .details03 .fukidashi01::before {
		bottom: 15.5rem;
	}
	
	/* details04 */
	.case .details04 .summary {
		width: 100%;
	}
	.case .details04 .fukidashi {
		width: 100%;
		margin-left: 0;
	}
	.case .details04 .fukidashi01 {
		margin-top: 0;
	}

	/* accordionCloseBtn */
	.case .accordionCloseBtn {
		display: block;
		width: 7.2rem;
		margin: 2rem auto 0;
		cursor: pointer;
	}
}

/* step */
.step {
	padding: 5rem 0 10rem;
	border-bottom: dotted 0.2rem #D6D6D6;
}
.step .stepBox {
	margin-top: 3.5rem;
	background-color: #fff;
	border-radius: 1rem;
	padding-bottom: 2rem;
}
.step .stepBox + .stepBox {
	margin-top: 5rem;
}
.step .stepBox .stepTtl {
	background-color: #36519E;
	border-radius: 1rem;
	font-size: 1.8rem;
	font-weight: 600;
	text-align: center;
	color: #fff;
	padding: 0.7rem 0.5rem;
	position: relative;
}
.step .stepBox .stepTtl span {
	display: inline-block;
	width: 12rem;
	font-size: 1.6rem;
	color: #36519E;
	background-color: #fff;
	border-radius: 1rem;
	position: absolute;
	top: 0.5rem;
	left: 0.5rem;
	padding: 0.3rem;
}
.step .stepBox .box {
	display: flex;
	justify-content: center;
	align-items: center;
}
.step .stepBox .box.reverse {
	flex-direction: row-reverse;
}
.step .stepBox .txt {
	font-size: 1.8rem;
	font-weight: 600;
}
.step .stepBox .txt span {
	font-weight: 400;
}
.step .stepBox .note {
	font-size: 1.3rem;
}

/* step01 */
.step .step01 .box {
	margin-top: 3rem;
	gap: 0 7rem;
	justify-content: flex-start;
	padding-left: 6rem;
}
.step .step01 .pic {
	width: 27.1rem;
}
.step .step01 .txtBox {
	width: 49%;
}

/* step02 */
.step .step02 .box {
	margin-top: 4.5rem;
	gap: 0 4.5rem;
}
.step .step02 .pic {
	width: 26.5rem;
}
.step .step02 .txtBox {
	width: 54%;
	margin-bottom: 1rem;
}

/* step03 */
.step .step03 .box {
	margin-top: 2.5rem;
	gap: 0 11rem;
}
.step .step03 .pic {
	width: 21.3rem;
}
.step .step03 .txtBox {
	width: 52%;
}

/* step04 */
.step .step04 .box {
	margin-top: 2.5rem;
	gap: 0 12.5rem;
}
.step .step04 .pic {
	width: 13.6rem;
}
.step .step04 .txtBox {
	width: 58%;
}
@media screen and (max-width: 768px) {
	/* step */
	.step .stepBox + .stepBox {
		margin-top: 2rem;
	}
	.step .stepBox .stepTtl {
		font-size: 2.6rem;
		padding: 1rem;
	}
	.step .stepBox .stepTtl span {
		display: block;
		width: 17.5rem;
		margin: 0 auto 1rem;
		font-size: 2.3rem;
		position: static;
	}
	.step .stepBox .box {
		display: block;
	}
	.step .stepBox .txt {
		font-size: 2.6rem;
	}
	.step .stepBox .txt span {
		font-weight: 400;
	}
	.step .stepBox .note {
		font-size: 1.8rem;
	}

	/* step01 */
	.step .step01 .box {
		padding: 0 2rem;
	}
	.step .step01 .pic {
		width: 39.6rem;
		margin: 0 auto;
	}
	.step .step01 .txtBox {
		margin-top: 2rem;
		width: 100%;
	}

	/* step02 */
	.step .step02 .box {
		padding: 0 2rem;
	}
	.step .step02 .pic {
		width: 38.827rem;
		margin: 0 auto;
	}
	.step .step02 .txtBox {
		width: 100%;
		margin-top: 2rem;
		margin-bottom: 0;
	}

	/* step03 */
	.step .step03 .box {
		padding: 0 2rem;
	}
	.step .step03 .pic {
		width: 30.891rem;
		margin: 0 auto;
	}
	.step .step03 .txtBox {
		margin-top: 2rem;
		width: 100%;
	}

	/* step04 */
	.step .step04 .box {
		padding: 0 2rem;
	}
	.step .step04 .pic {
		width: 19.115rem;
		margin: 0 auto;
	}
	.step .step04 .txtBox {
		margin-top: 2rem;
		width: 100%;
	}
}

/* business */
.business {
	padding: 4rem 0 10rem;
	border-bottom: dotted 0.2rem #D6D6D6;
}
.business .businessBox {
	margin-top: 3.5rem;
	background-color: #fff;
	border-radius: 1rem;
	padding: 3rem 6.5rem 3.5rem;
}
.business .businessBox + .businessBox {
	margin-top: 5rem;
}
.business .businessBox h3 {
	font-size: 2.7rem;
	font-family: "Noto Serif JP", serif;
	text-align: center;
}
.business .businessBox h3 span {
	display: inline-block;
	font-weight: 600;
}
.business .businessBox .txtBox {
	margin: 2rem auto 0;
	text-align: center;
}
.business .businessBox .txtBox > div {
	display: inline-block;
	text-align: left;
	position: relative;
}
.business .businessBox .txtBox .txt {
	font-size: 1.8rem;
	font-weight: 600;
	color: #36519E;
}
.business .businessBox .txtBox .txt.indent li {
	padding-left: 1em;
	text-indent: -1em;
}
.business .businessBox .txtBox .note {
	margin-top: 0.5rem;
	font-size: 1.3rem;
	font-weight: 400;
}
.business .businessBox .box {
	margin-top: 5rem;
	border: solid 1px #36519E;
	border-radius: 1.5rem;
	padding: 4.5rem 2rem 1rem;
	position: relative;
}
.business .businessBox .box .ttl {
	width: 77rem;
	font-size: 1.8rem;
	font-weight: 600;
	text-align: center;
	color: #fff;
	background-color: #36519E;
	border-radius: 0.5rem;
	padding: 1rem;
	position: absolute;
	top: -2rem;
	left: 50%;
	transform: translateX(-50%);
}
.business .businessBox .link {
	margin-top: 2rem;
	text-align: center;
}
.business .businessBox .link a {
	font-size: 1.8rem;
	font-weight: 600;
	color: #36519E;
	text-decoration: underline;
}

/* box01 */
.business .businessBox.box01 .txtBox > div {
	padding-left: 7rem;
}
.business .businessBox.box01 .txtBox > div::before {
	content: "";
	width: 5.9rem;
	height: 5.7rem;
	background: url("/financialservices/money_planning/img/icn01.png") no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.business .businessBox.box01 .box {
	padding: 3.5rem 2rem 1rem 7rem;
}
.business .businessBox.box01 .box ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.business .businessBox.box01 .box ul li {
	width: 45%;
	font-size: 1.6rem;
	font-weight: 600;
}
.business .businessBox.box01 .box .day {
	margin-top: 1rem;
	font-size: 1.3rem;
	font-weight: 400;
	text-align: right;
}
.business .businessBox.box01 .telBox {
	margin-top: 3rem;
	background-color: #F3F7FF;
	border-radius: 1rem;
	padding: 2rem 0 2.5rem;
}
.business .businessBox.box01 .telBox .txt {
	font-size: 1.4rem;
	font-weight: 500;
	text-align: center;
}
.business .businessBox.box01 .telBox .tel {
	display: flex;
	justify-content: center;
	gap: 0 6rem;
}
.business .businessBox.box01 .telBox .tel > p {
	font-size: 2.5rem;
	font-weight: 600;
	color: #36519E;
}
.business .businessBox.box01 .telBox .reception {
	font-size: 1.6rem;
	font-weight: 600;
	text-align: center;
	color: #36519E;
}

/* box02 */
.business .businessBox.box02 .txtBox {
	width: 85%;
}
.business .businessBox.box02 .txtBox > div {
	padding-left: 7.5rem;
}
.business .businessBox.box02 .txtBox > div::before {
	content: "";
	width: 6.2rem;
	height: 5.6rem;
	background: url("/financialservices/money_planning/img/icn02.png") no-repeat;
	background-size: contain;
	position: absolute;
	top: 0.5rem;
	left: 0;
}
.business .businessBox.box02 sup {
	font-size: 63.3%;
}
.business .businessBox.box02 .box .logo {
	width: 28.1rem;
	margin: 0 auto 2rem;
}

/* box03 */
.business .businessBox.box03 .txtBox {
	width: 83%;
}
.business .businessBox.box03 .txtBox > div {
	padding-left: 8.5rem;
}
.business .businessBox.box03 .txtBox > div::before {
	content: "";
	width: 7.1rem;
	height: 3.7rem;
	background: url("/financialservices/money_planning/img/icn03.png") no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.business .businessBox.box03 .box {
	padding-top: 3rem;
}
.business .businessBox.box03 .logoBox {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 23rem;
}
.business .businessBox.box03 .logo:first-child {
	width: 10rem;
}
.business .businessBox.box03 .logo:last-child {
	width: 19.7rem;
}

/* box04 */
.business .businessBox.box04 .txtBox {
	width: 79%;
}
.business .businessBox.box04 .txtBox > div {
	padding-left: 6.7rem;
}
.business .businessBox.box04 .txtBox > div::before {
	content: "";
	width: 5.1rem;
	height: 5.1rem;
	background: url("/financialservices/money_planning/img/icn04.png") no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
}
.business .businessBox.box04 .contBox {
	margin-top: 4rem;
	display: flex;
	justify-content: space-between;
}
.business .businessBox.box04 .box {
	margin-top: 0;
	padding-top: 5rem;
	padding-bottom: 2rem;
	width: 40.5rem;
}
.business .businessBox.box04 .box .ttl {
	width: 31.3rem;
}
.business .businessBox.box04 .box:first-child .logo {
	width: 23.2rem;
	margin: 0 auto 2rem;
}
.business .businessBox.box04 .box:last-child .logo {
	width: 35.8rem;
	margin: 1rem auto 0;
}

/* box05 */
.business .businessBox.box05 .txtBox {
	width: 83%;
}
.business .businessBox.box05 .txtBox > div {
	padding-left: 6.3rem;
}
.business .businessBox.box05 .txtBox > div::before {
	content: "";
	width: 4.8rem;
	height: 4.8rem;
	background: url("/financialservices/money_planning/img/icn05.png") no-repeat;
	background-size: contain;
	position: absolute;
	top: 0.5rem;
	left: 0;
}
.business .businessBox.box05 .box {
	margin-top: 4rem;
}
.business .businessBox.box05 .box .logo {
	width: 33rem;
	margin: 0 auto 1rem;
}
@media screen and (max-width: 768px) {
	/* business */
	.business .businessBox {
		padding: 4rem 1rem 3.5rem;
	}
	.business .businessBox h3 {
		font-size: 3.93rem;
	}
	.business .businessBox .txtBox {
		margin: 5.5rem auto 0;
		padding: 0 1rem;
	}
	.business .businessBox .txtBox .txt {
		font-size: 2.6rem;
	}
	.business .businessBox .txtBox .note {
		margin-top: 1.5rem;
		font-size: 1.9rem;
	}
	.business .businessBox .box {
		border: solid 0.2rem #36519E;
		padding: 4.5rem 2rem;
	}
	.business .businessBox .box .ttl {
		width: 48.7rem;
		font-size: 2.6rem;
		border-radius: 1rem;
		top: -3rem;
	}
	.business .businessBox .link {
		margin-top: 2rem;
		text-align: center;
	}
	.business .businessBox .link a {
		font-size: 2.6rem;
	}

	/* box01 */
	.business .businessBox.box01 h3 span {
		padding-left: 10.5rem;
		position: relative;
	}
	.business .businessBox.box01 h3 span::before {
		content: "";
		width: 8.9rem;
		height: 8.5rem;
		background: url("/financialservices/money_planning/img/icn01.png") no-repeat;
		background-size: contain;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
	}
	.business .businessBox.box01 .txtBox > div {
		padding-left: 0;
	}
	.business .businessBox.box01 .txtBox > div::before {
		content: none;
	}
	.business .businessBox.box01 .box {
		margin-top: 6rem;
		padding: 4rem 2rem 1.5rem 2rem;
	}
	.business .businessBox.box01 .box ul {
		display: block;
	}
	.business .businessBox.box01 .box ul li {
		width: 100%;
		font-size: 2.5rem;
		line-height: 1.6;
	}
	.business .businessBox.box01 .box .day {
		margin-top: 2rem;
		font-size: 1.88rem;
	}
	.business .businessBox.box01 .telBox {
		margin-top: 3.5rem;
		padding: 3rem 1rem 3.5rem;
	}
	.business .businessBox.box01 .telBox .txt {
		font-size: 2.74rem;
	}
	.business .businessBox.box01 .telBox .tel {
		margin-top: 2rem;
		display: block;
	}
	.business .businessBox.box01 .telBox .tel > p {
		font-size: 3.76rem;
		text-align: center;
	}
	.business .businessBox.box01 .telBox .reception {
		font-size: 2.31rem;
	}

	/* box02 */
	.business .businessBox.box02 h3 span {
		padding-left: 10.5rem;
		position: relative;
	}
	.business .businessBox.box02 h3 span::before {
		content: "";
		width: 9.2rem;
		height: 8.2rem;
		background: url("/financialservices/money_planning/img/icn02.png") no-repeat;
		background-size: contain;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
	}
	.business .businessBox.box02 .txtBox {
		width: 100%;
		margin: 5.5rem auto 0;
		padding: 0 1rem;
	}
	.business .businessBox.box02 .txtBox > div {
		padding-left: 0;
	}
	.business .businessBox.box02 .txtBox > div::before {
		content: none;
	}
	.business .businessBox.box02 .box .logo {
		width: 40.96rem;
		margin: 2rem auto 0;
	}

	/* box03 */
	.business .businessBox.box03 h3 span {
		padding-left: 12.5rem;
		position: relative;
	}
	.business .businessBox.box03 h3 span::before {
		content: "";
		width: 10.7rem;
		height: 5.81rem;
		background: url("/financialservices/money_planning/img/icn03.png") no-repeat;
		background-size: contain;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
	}
	.business .businessBox.box03 .txtBox {
		margin-top: 3.5rem;
		width: 100%;
		padding: 0 1rem;
	}
	.business .businessBox.box03 .txtBox > div {
		padding-left: 0;
	}
	.business .businessBox.box03 .txtBox > div::before {
		content: none;
	}
	.business .businessBox.box03 .box {
		margin-top: 7rem;
		padding-top: 6rem;
	}
	.business .businessBox.box03 .logoBox {
		display: block;
	}
	.business .businessBox.box03 .logo:first-child {
		width: 14.6rem;
		margin: 0 auto;
	}
	.business .businessBox.box03 .logo:last-child {
		width: 28.85rem;
		margin: 4rem auto 0;
	}

	/* box04 */
	.business .businessBox.box04 h3 span {
		padding-left: 9rem;
		position: relative;
	}
	.business .businessBox.box04 h3 span::before {
		content: "";
		width: 7.6rem;
		height: 7.51rem;
		background: url("/financialservices/money_planning/img/icn04.png") no-repeat;
		background-size: contain;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
	}
	.business .businessBox.box04 .txtBox {
		margin-top: 3.5rem;
		width: 100%;
		padding: 0 1rem;
	}
	.business .businessBox.box04 .txtBox > div {
		padding-left: 0;
	}
	.business .businessBox.box04 .txtBox > div::before {
		content: none;
	}
	.business .businessBox.box04 .contBox {
		margin-top: 8rem;
		display: block;
	}
	.business .businessBox.box04 .box {
		padding-top: 7rem;
		padding-bottom: 5rem;
		width: 100%;
	}
	.business .businessBox.box04 .box + .box {
		margin-top: 7rem;
	}
	.business .businessBox.box04 .box .ttl {
		width: 48.7rem;
	}
	.business .businessBox.box04 .box:first-child .logo {
		width: 33.8rem;
		margin: 0 auto;
	}
	.business .businessBox.box04 .box:last-child .logo {
		width: 48.64rem;
		margin: 0 auto;
	}

	/* box05 */
	.business .businessBox.box05 h3 span {
		padding-left: 10rem;
		position: relative;
	}
	.business .businessBox.box05 h3 span::before {
		content: "";
		width: 7.51rem;
		height: 7.425rem;
		background: url("/financialservices/money_planning/img/icn05.png") no-repeat;
		background-size: contain;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
	}
	.business .businessBox.box05 .txtBox {
		width: 100%;
		padding: 0 1rem;
	}
	.business .businessBox.box05 .txtBox > div {
		padding-left: 0;
	}
	.business .businessBox.box05 .txtBox > div::before {
		content: none;
	}
	.business .businessBox.box05 .box {
		margin-top: 7rem;
		padding-bottom: 3.5rem;
	}
	.business .businessBox.box05 .box .logo {
		width: 43.52rem;
		margin: 0 auto;
	}
}

/* shop */
.shop {
	padding: 4.5rem 0 6.5rem;
}
.shop .shopBox {
	margin-top: 3rem;
	background-color: #fff;
	border-radius: 1rem;
	padding: 4.5rem 0 6rem;
}
.shop .shopCont h4 {
	font-size: 2.7rem;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	text-align: center;
}
.shop .shopCont h4.blue {
	color: #36519E;
}
.shop .shopCont h4.green {
	color: #00A575;
}
.shop .shopCont .shopTxt {
	font-size: 1.6rem;
	font-weight: 600;
	text-align: center;
}
.shop .shopCont .shopTxt span {
	font-size: 1.3rem;
}
.shop .shopCont .shopTxt + h4 {
	margin-top: 1.5rem;
}
.shop .shopAnc {
	padding: 6rem 5rem 4rem;
	display: flex;
	justify-content: space-between;
	border-bottom: dotted 0.2rem #D6D6D6;
}
.shop .shopAnc li {
	width: 13.667%;
}
.shop .shopAnc li a {
	display: block;
	font-size: 1.7rem;
	font-weight: 600;
	text-align: center;
	color: #fff;
	padding: 0.5rem 3.5rem 0.5rem 1rem;
	border-radius: 0.5rem;
	box-shadow: 0.3rem 0.3rem 0 0 #ADADAD;
	position: relative;
}
.shop .shopAnc li:nth-child(-n+3) a {
	background-color: #36519E;
}
.shop .shopAnc li:nth-child(n+4) a {
	background-color: #00A575;
}
.shop .shopAnc li a::after {
	content: "";
	width: 0.7rem;
	height: 0.7rem;
	border-bottom: solid 0.2rem #fff;
	border-right: solid 0.2rem #fff;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 45%;
	right: 1.5rem;
}
.shop .shopList {
	padding: 3.5rem 5rem 0;
}
.shop .shopList .box h5 {
	font-size: 2.3rem;
	font-weight: 600;
	text-align: center;
	color: #fff;
	background-color: #36519E;
	padding: 1rem;
}
.shop .shopList .box .df {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 2.5rem 5rem;
}
.shop .shopList .box .pic {
	width: 45%;
}
.shop .shopList .box .pic img {
	width: 100%;
}
.shop .shopList .box .txt {
	width: 50%;
	font-size: 2rem;
	font-weight: 600;
	text-align: center;
}
.shop .shopList .box .txt .reception {
	font-size: 1.8rem;
	font-weight: 600;
}
.shop .shopList .box2 h5 {
	font-size: 2.3rem;
	font-weight: 600;
	text-align: center;
	color: #fff;
	background-color: #00A575;
	padding: 1rem;
}
.shop .shopList .box2 .df {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 2.5rem 5rem;
}
.shop .shopList .box2 .txt {
	width: 45%;
	font-size: 2rem;
	font-weight: 600;
	text-align: center;
}
.shop .shopList .box2 .txt .red {
	color: #FF0000;
}
.shop .shopList .box2 .reservation {
	width: 45%;
	font-size: 1.7rem;
	font-weight: 600;
	line-height: 1.7;
	text-align: center;
}
.shop .shopList .box2 .reservation span {
	font-size: 1.5rem;
	font-weight: 600;
}
@media screen and (max-width: 768px) {
	.shop .shopBox {
		padding: 3.5rem 0 5rem;
	}
	.shop .shopCont h4 {
		font-size: 3.926rem;
		line-height: 1.2;
	}
	.shop .shopCont .shopTxt {
		font-size: 2.56rem;
		line-height: 1.2;
	}
	.shop .shopCont .shopTxt span {
		font-size: 1.88rem;
	}
	.shop .shopCont .shopTxt + h4 {
		margin-top: 2rem;
	}
	.shop .shopAnc {
		padding: 4rem 2rem 3.5rem;
		flex-wrap: wrap;
		gap: 1rem 0;
	}
	.shop .shopAnc li {
		width: 30.5%;
	}
	.shop .shopAnc li a {
		font-size: 2.14rem;
		padding: 0.7rem 4.5rem 0.7rem 1rem;
	}
	.shop .shopAnc li a::after {
		width: 1rem;
		height: 1rem;
		right: 2rem;
	}
	.shop .shopList {
		padding: 4rem 1.9rem 0;
		display: block;
	}
	.shop .shopList .box h5 {
		font-size: 3.08rem;
	}
	.shop .shopList .box .df {
		display: block;
		padding: 3.5rem 5rem;
	}
	.shop .shopList .box .pic {
		width: 100%;
	}
	.shop .shopList .box .txt {
		width: 100%;
		margin-top: 1.5rem;
		font-size: 2.5rem;
	}
	.shop .shopList .box .txt .reception {
		font-size: 1.7rem;
	}
	.shop .shopList .box2 h5 {
		font-size: 3.08rem;
	}
	.shop .shopList .box2 .df {
		display: block;
		padding: 3.5rem 5rem;
	}
	.shop .shopList .box2 .txt {
		width: 100%;
		margin-top: 1rem;
		font-size: 2.5rem;
	}
	.shop .shopList .box2 .reservation {
		width: 100%;
		font-size: 2rem;
	}
	.shop .shopList .box2 .reservation span {
		font-size: 2rem;
	}
}

/* faq */
.faq .faqBox {
	margin-top: 3rem;
	background-color: #fff;
	border-radius: 1rem;
	padding: 2rem 2.5rem;
}
.faq .faqBox + .faqBox {
	margin-top: 2rem;
}
.faq dt {
	display: flex;
	align-items: center;
	gap: 0 1.5rem;
	font-size: 2rem;
	font-weight: 600;
	color: #36519E;
}
.faq dt span {
	display: block;
	width: 12rem;
	border: solid 1px #36519E;
	border-radius: 1rem;
	font-size: 2rem;
	font-weight: 600;
	text-align: center;
	color: #36519E;
	padding: 0 0.5rem 0.3rem;
}
.faq dd {
	margin-top: 1rem;
	font-size: 2rem;
	color: #606060;
}
.faq .faqBox.other {
	font-size: 1.8rem;
	font-weight: 600;
	text-align: center;
	text-decoration: underline;
	color: #36519E;
	position: relative;
}
.faq .faqBox.other::after {
	content: "";
	width: 1.5rem;
	height: 1.5rem;
	border-bottom: solid 0.3rem #36519E;
	border-right: solid 0.3rem #36519E;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 45%;
	right: 2.5rem;
}
.faqDetails summary {
	list-style: none;
	cursor: pointer;
}
.faqDetails summary::-webkit-details-marker {
	display: none;
}
@media screen and (max-width: 768px) {
	.faq .faqBox {
		padding: 2rem 2.5rem 3rem;
	}
	.faq dt {
		display: block;
		font-size: 2.902rem;
	}
	.faq dt span {
		display: block;
		width: 17.6rem;
		border: solid 0.2rem #36519E;
		font-size: 2.731rem;
		margin-bottom: 1rem;
	}
	.faq dd {
		font-size: 2.731rem;
	}
	.faq .faqBox.other {
		font-size: 2.6rem;
		padding-bottom: 6rem;
	}
	.faq .faqBox.other::after {
		width: 2rem;
		height: 2rem;
		border-bottom: solid 0.4rem #36519E;
		border-right: solid 0.4rem #36519E;
		transform: rotate(45deg) translate(-50% , 0);
		top: auto;
		bottom: 2rem;
		right: 50%;
	}
}

/* btnReserve */
.btnWrap {
	width: 100%;
	height: 6.6rem;
}
.btnReserve {
	position: static;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 1rem 0;
	background: #7F7954;
}
.btnReserve .df {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 2rem;
	width: 100%;
	max-width: 100rem;
	margin: 0 auto;
}
.btnReserve p {
	width: 10%;
	font-size: 1.7rem;
	font-weight: 600;
	text-align: center;
	color: #fff;
	position: relative;
}
.btnReserve p::before {
	display: inline-block;
	content: '';
	width: 0.2rem;
	height: 5rem;
	border-left: solid 0.2rem #fff;
	transform: rotate(-15deg);
	position: absolute;
	top: 0;
	left: 0;
}
.btnReserve p::after {
	display: inline-block;
	content: '';
	width: 0.2rem;
	height: 5rem;
	border-right: solid 0.2rem #fff;
	transform: rotate(15deg);
	position: absolute;
	top: 0;
	right: 0;
}
.btnReserve a {
	display: block;
	padding: 0.8rem 1rem;
	width: 25.5rem;
	background: #BC0000;
	border-radius: 1.5rem;
	box-shadow: 0.3rem 0.3rem 0.5rem -0 rgba(0, 0, 0, 0.3);
	font-size: 1.7rem;
	font-weight: 600;
	color: #fff;
	text-align: center;
	position: relative;
}
.btnReserve a::after {
	content: '';
	border-top: solid 0.2rem #fff;
	border-right: solid 0.2rem #fff;
	width: 1rem;
	height: 1rem;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 50%;
	right: 2.5rem;
}
.fixedCTA.fixed {
	position: fixed;
	transition: all ease 0.2s;
	z-index: 90;
}
@media screen and (max-width: 768px) {
	.btnWrap {
		height: 10.5rem;
	}
	.btnReserve .df {
		gap: 0 5rem;
		max-width: 100%;
	}
	.btnReserve p {
		width: 20%;
		font-size: 2.6rem;
	}
	.btnReserve p::before {
		height: 6.5rem;
		border-left: solid 0.4rem #fff;
		top: 50%;
		transform: rotate(-15deg) translateY(-50%);
	}
	.btnReserve p::after {
		height: 6.5rem;
		border-right: solid 0.4rem #fff;
		top: 50%;
		transform: rotate(15deg) translateY(-50%);
	}
	.btnReserve a {
		padding: 1rem;
		width: 39rem;
		border-radius: 2rem;
		font-size: 2.56rem;
	}
	.btnReserve a::after {
		width: 1.3rem;
		height: 1.3rem;
		border-top: solid 0.3rem #fff;
		border-right: solid 0.3rem #fff;
		right: 3rem;
	}
}