@charset "utf-8";

/* nav */
nav #menuList li:nth-child(2) a {
	color: #E50012;
	text-decoration: underline;
}
nav #menuList li:nth-child(2) a:hover {
	border-bottom: none;
}
@media screen and (max-width: 768px) {
	nav #menuList li:nth-child(2) a {
		color: #000;
		text-decoration: none;
	}
}

.content {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	position: relative;
}
.content .inner {
	max-width: 1110px;
}
@media screen and (max-width: 768px) {
	.content .inner {
		max-width: 1110px;
		padding: 0 2.5rem;
	}
}

/* mainVisual */
.mainVisual {
	height: 49.409vw;
	position: relative;
}
.mainVisual .mvTxt {
	width: 100%;
	position: absolute;
	top: 43%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.mainVisual h1 {
	font-size: 6.3rem;
	font-family: "Noto Serif JP", serif;
	line-height: 1.2;
	letter-spacing: -0.05em;
	text-align: center;
	color: #fff;
}
.mainVisual h1 span {
	font-size: 4.7rem;
}
.mainVisual .mainLead {
	margin-top: 3rem;
	font-size: 1.8rem;
	line-height: 1.7;
	letter-spacing: 0.2em;
	text-align: center;
	color: #fff;
}
.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% - 1rem);
	transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
	.mainVisual {
		height: 111.467vw;
	}
	.mainVisual .mvTxt {
		top: 42%;
	}
	.mainVisual h1 {
		font-size: 5rem;
	}
	.mainVisual h1 span {
		font-size: 3.5rem;
	}
	.mainVisual .mainLead {
		margin-top: 1.5rem;
		font-size: 2rem;
	}
	.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: 3rem 0 9.5rem;
	position: relative;
	z-index: 5;
}

/* lead */
.lead {
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.7;
	text-align: center;
	color: #2D2D2D;
	padding-bottom: 3rem;
	border-bottom: dotted 0.2rem #D6D6D6;
}
@media screen and (max-width: 768px) {
	/* bgGray */
	.bgGray {
		padding: 5rem 0 9.5rem;
	}

	/* lead */
	.lead {
		font-size: 2.4rem;
		line-height: 2;
		padding: 0 2rem 5rem;
	}
}

/* contBox */
.contBox + .contBox {
	margin-top: 6rem;
}
.contBox h2 {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 1rem;
	font-size: 2.8rem;
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	text-align: center;
}
.contBox h2 + h2 {
	margin-top: 6rem;
}
.contBox h2 span {
	font-size: 4.1rem;
	font-weight: 600;
}
.contBox .box {
	margin-top: 2rem;
	background-color: #fff;
	padding: 4rem 4rem 3.5rem;
}
.contBox .mainBox {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.contBox .mainBox .txt {
	width: 47%;
	font-size: 1.8rem;
}
.contBox .btn {
	margin: 5rem auto 0;
	width: 37.4rem;
}
.contBox .btn a {
	display: block;
	font-size: 2rem;
	text-align: center;
	color: #fff;
	border-radius: 5rem;
	padding: 1rem;
	box-shadow: 0.5rem 0.5rem 2rem -1rem rgba(0,0,0,0.7);
}
@media screen and (max-width: 768px) {
	.contBox + .contBox {
		margin-top: 14rem;
	}
	.contBox h2 {
		display: block;
		font-size: 2.4rem;
	}
	.contBox h2 + h2 {
		margin-top: 6rem;
		font-size: 3.6rem;
	}
	.contBox h2 span {
		display: block;
		font-size: 4.3rem;
	}
	.contBox .box {
		margin-top: 3rem;
		padding: 3rem 2.5rem 7.5rem;
	}
	.contBox .mainBox {
		display: block;
	}
	.contBox .mainBox .txt {
		margin-top: 1.5rem;
		width: 100%;
		font-size: 2.4rem;
	}
	.contBox .btn {
		margin: 5rem auto 0;
		width: 48.7rem;
	}
	.contBox .btn a {
		font-size: 2.65rem;
		padding: 2rem;
	}
}

/* cont01 */
.contBox.cont01 .inner {
	margin-top: 4rem;
}
.contBox.cont01 .mainBox .pic {
	width: 48.813%;
}
.contBox.cont01 .plan {
	margin-top: 3rem;
	display: flex;
	justify-content: space-between;
}
.contBox.cont01 .plan .planBox {
	width: 22.8%;
}
.contBox.cont01 .plan .ttlBox {
	position: relative;
}
.contBox.cont01 .plan .ttl {
	width: 100%;
	font-size: 2.1rem;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
}
.contBox.cont01 .plan .txtBox {
	margin-top: 1rem;
}
.contBox.cont01 .plan .txt {
	font-size: 1.5rem;
	font-weight: 700;
}
.contBox.cont01 .plan .txt2 {
	font-size: 1.5rem;
	line-height: 1.8;
}
.contBox.cont01 .btn a {
	background-color: #1479B2;
}
@media screen and (max-width: 768px) {
	.contBox.cont01 .inner {
		margin-top: 5rem;
	}
	.contBox.cont01 .mainBox .pic {
		width: 100%;
	}
	.contBox.cont01 .plan {
		margin-top: 6rem;
		flex-wrap: wrap;
		gap: 2.5rem 0;
	}
	.contBox.cont01 .plan .planBox {
		width: 47.1%;
	}
	.contBox.cont01 .plan .ttl {
		font-size: 2.23rem;
	}
	.contBox.cont01 .plan .txt {
		font-size: 2.14rem;
	}
	.contBox.cont01 .plan .txt2 {
		font-size: 2.14rem;
	}
}

/* cont02 */
.contBox.cont02 .ttlBox {
	width: 48.813%;
	position: relative;
}
.contBox.cont02 .ttlBox .ttl {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	font-size: 2.9rem;
	text-align: center;
	color: #fff;
}
.contBox.cont02 .ttlBox .ttl span {
	font-size: 1.7rem;
}
.contBox.cont02 .btn a {
	background-color: #002B43;
}
@media screen and (max-width: 768px) {
	.contBox.cont02 h2 {
		font-size: 3.6rem;
	}
	.contBox.cont02 .ttlBox {
		width: 100%;
	}
	.contBox.cont02 .ttlBox .ttl {
		font-size: 3.17rem;
	}
	.contBox.cont02 .ttlBox .ttl span {
		font-size: 1.8rem;
	}
}

/* products */
.products {
	background-color: #fff;
	padding: 9rem 0 10rem;
	position: relative;
	z-index: 10;
}
.products h2 {
	font-size: 2.8rem;
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	text-align: center;
}
.products .productsList {
	margin-top: 2.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 1rem 0;
	border: solid 1px #000;
	padding: 3rem 4rem 7rem;
}
.products .productsBox {
	width: 30.643%;
}
.products .productsBox.full {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.products .productsBox.full .ttlBox {
	width: 50%;
}
.products .productsBox .ttlBox.icn a {
	position: relative;
}
.products .productsBox .ttlBox.icn a::before {
	content: "";
	width: 13.5rem;
	height: 4.1rem;
	background: url(/financialservices/img/card.png) no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 2.3rem;
	left: 0.5rem;
}
.products .productsBox .ttlBox a {
	display: block;
	position: relative;
}
.products .productsBox .ttlBox .pic {
	margin: 0 -1.7rem;
}
.products .productsBox.full .ttlBox .pic {
	margin: 0 -1rem;
}
.products .productsBox .ttlBox .pic img {
	width: 100%;
}
.products .productsBox .ttlBox .ttl {
	width: 100%;
	font-size: 2.5rem;
	letter-spacing: 0.2em;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
}
.products .productsBox .txt {
	font-size: 1.6rem;
}
.products .productsBox.full .txt {
	margin-top: 0;
	width: 48%;
	font-size: 1.6rem;
	line-height: 1.7;
}
@media screen and (max-width: 768px) {
	.products {
		padding: 13rem 0 15rem;
	}
	.products h2 {
		font-size: 3.6rem;
	}
	.products .productsList {
		margin-top: 2rem;
		display: block;
		padding: 3rem 2rem 7rem;
	}
	.products .productsBox {
		width: 100%;
	}
	.products .productsBox + .productsBox {
		margin-top: 5rem;
	}
	.products .productsBox.full {
		display: block;
	}
	.products .productsBox.full .ttlBox {
		width: 100%;
	}
	.products .productsBox .ttlBox.icn a::before {
		width: 26.6rem;
		height: 8.3rem;
		bottom: 4rem;
		left: 3rem;
	}
	.products .productsBox .ttlBox .pic {
		margin: 0 -1rem;
	}
	.products .productsBox.full .ttlBox .pic {
		margin: 0 -1rem 0 0;
	}
	.products .productsBox .ttlBox .ttl {
		font-size: 4rem;
		top: 48%;
	}
	.products .productsBox.full .ttlBox .ttl {
		font-size: 2.7rem;
	}
	.products .productsBox .txt {
		margin: 0 2rem 0;
		font-size: 2.3rem;
	}
	.products .productsBox.full .txt {
		margin: -0 2rem 0;
		padding: 0 4rem 0 0;
		width: 100%;
		font-size: 2.3rem;
	}
}