@charset "utf-8";

.content {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #000;
}
.content .inner {
	max-width: 112rem;
	padding: 0 2rem;
}
.content .redTxt {
	color: #f00;
}
.content .btn a {
	display: block;
	padding: 1.5rem 1rem 2rem 1rem;
	border: solid 1px #000;
	background-color: #fff;
	font-size: 2rem;
	font-weight: 600;
	text-align: center;
	position: relative;
}
.content .btn a::after {
	content: '';
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	background-image: url(/financialservices/neobank//img/icon_arrow01.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: calc(50% - 0.7rem);
	right: 1.5rem;
}
@media screen and (max-width: 768px) {
	.content .inner {
		padding: 0 5.12rem;
	}
	.content .btn a {
		padding: 0.8rem 1rem 1.1rem 1rem;
		font-size: 2.98rem;
	}
	.content .btn a::after {
		width: 3.15rem;
		height: 3.15rem;
		top: calc(50% - 1.5rem);
		right: 2.5rem;
	}
}

/* mainVisual */
.mainVisual {
	width: 100%;
	height: 67.8rem;
	background-image: url(/financialservices/neobank//img/mv.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
}
.mainVisual .mainLogo {
	margin-top: 15rem;
	width: 37rem;
}
.mainVisual h1 {
	margin-top: 2.5rem;
	font-size: 2.2rem;
	color: #fff;
	letter-spacing: 0.2em;
}
.mainVisual .note {
	margin-top: 2.5rem;
	font-size: 1.1rem;
	color: #fff;
	letter-spacing: 0.18em;
}
.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 {
		height: 82.57rem;
		background-image: url(/financialservices/neobank//img/mv_sp.jpg);
		background-size: contain;
	}
	.mainVisual .mainLogo {
		margin-top: 0;
		width: 45.8rem;
	}
	.mainVisual h1 {
		font-size: 2.98rem;
	}
	.mainVisual .note {
		font-size: 2.39rem;
		text-align: center;
	}
	.mainVisual .scrollDown {
		padding-bottom: 2rem;
		font-size: 2.39rem;
		bottom: 4rem;
	}
	.mainVisual .scrollDown::after {
		width: 2.6rem;
		height: 2.6rem;
		left: calc(50% - 1.3rem);
	}
}

/* feature */
.feature {
	padding: 6.5rem 0 6rem;
	background-color: #f0f3f7;
}
.feature h2 {
	font-size: 4rem;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-align: center;
}
.feature .lead {
	margin-top: 2rem;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.72;
	letter-spacing: 0.04em;
	text-align: center;
}
.feature .lead span {
	font-size: 2.2rem;
}
.feature .box {
	margin-top: 3rem;
	background-color: #fff;
	border-radius: 1.2rem;
	padding: 2rem;
	display: flex;
}
.feature .box .point {
	width: 17.2rem;
	background-color: #416792;
	border-radius: 1rem;
	padding: 2rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 1.5rem;
	color: #fff;
	text-align: center;
}
.feature .box .point .num {
	font-size: 4.8rem;
	line-height: 1;
}
.feature .box .detail {
	margin-left: 3.5rem;
	width: 40rem;
	line-height: 1.6;
}
.feature .box .detail .txt {
	font-size: 2rem;
	font-weight: 600;
}
.feature .box .detail .note {
	margin-top: 0.5rem;
	font-size: 1.3rem;
	letter-spacing: 0.04em;
}
.feature .box .btn {
	margin-top: 2.5rem;
	margin-left: 4.5rem;
	width: 28.2rem;
}
.feature .box .pic {
	margin-left: 8rem;
	width: 30.5rem;
	align-self: center;
}
.feature .box:nth-child(3 of .box) .pic img {
	display: block;
	margin: 0 auto;
	width: 21.8rem;
}
.feature .btnNeobank {
	margin: 5.5rem auto 0;
	width: 39.5rem;
}
.feature .btnNeobank + .note {
	margin-top: 2rem;
	font-size: 1.8rem;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.feature {
		padding: 6.8rem 0 8.1rem;
	}
	.feature h2 {
		font-size: 4.4rem;
	}
	.feature .lead {
		margin-left: -3rem;
		margin-right: -3rem;
		font-size: 2.56rem;
		font-weight: 400;
		line-height: 1.6;
	}
	.feature .lead span {
		font-size: 2.56rem;
	}
	.feature .box {
		margin-top: 5.5rem;
		padding: 0;
		flex-direction: column;
	}
	.feature .box .point {
		order: 1;
		width: 100%;
		padding: 0.7rem;
		flex-direction: row;
		gap: 0 1rem;
		font-size: 2.4rem;
	}
	.feature .box .point .num {
		font-size: 4rem;
		line-height: 1;
	}
	.feature .box .detail {
		order: 3;
		margin-top: 3.4rem;
		margin-left: 0;
		padding: 0 2.5rem 3rem;
		width: 100%;
		line-height: 1.5;
		text-align: center;
	}
	.feature .box .detail .txt {
		font-size: 2.56rem;
		font-weight: 600;
	}
	.feature .box .detail .note {
		margin-top: 1rem;
		font-size: 1.87rem;
		letter-spacing: 0;
	}
	.feature .box .btn {
		margin: 3rem auto 0;
		width: 38.4rem;
	}
	.feature .box .pic {
		order: 2;
		margin: 3.4rem auto 0;
		width: 25.6rem;
	}
	.feature .box:nth-child(3 of .box) .pic img {
		width: 20.4rem;
	}
	.feature .btnNeobank {
		margin: 5.1rem auto 0;
		width: 100%;
	}
	.feature .btnNeobank a {
		padding: 0.8rem 4rem 1.1rem 1rem;
	}
	.feature .btnNeobank a::after {
		right: 2rem;
	}
	.feature .btnNeobank + .note {
		margin-top: 1rem;
	}
}

/* benefits */
.benefits {
	padding: 7rem 0 12rem;
	background-color: #fdddbe;
}
.benefits h2 {
	font-size: 4rem;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-align: center;
}
.benefits .wrap {
	margin-top: 4rem;
	display: flex;
	justify-content: center;
	gap: 0 1.5rem;
}
.benefits .box {
	padding: 7rem 2rem 3rem;
	width: 53.2rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #fff;
	border-radius: 2rem;
	text-align: center;
	position: relative;
}
.benefits .box::before {
	display: block;
	content: '';
	width: 8.8rem;
	height: 8.8rem;
	background-image: url(/financialservices/neobank//img/icon_dollar.png);
	background-size: contain;
	position: absolute;
	top: -4rem;
	left: calc(50% - 4.4rem);
}
.benefits .box:nth-child(2):before {
	background-image: url(/financialservices/neobank//img/icon_loan.png);
}
.benefits .box h3 {
	font-size: 2.9rem;
	font-weight: 600;
}
.benefits .box .txt {
	margin-top: 3rem;
	font-size: 2.4rem;
	font-weight: 600;
}
.benefits .box .fz01 {
	font-size: 4rem;
}
.benefits .box .fz02 {
	font-size: 10.9rem;
	color: #ff1010;
	line-height: 1;
	letter-spacing: -0.02em;
}
.benefits .box .fz03 {
	font-size: 2rem;
}
.benefits .box .fz04 {
	font-size: 2.4rem;
	color: #ff1010;
	letter-spacing: -0.04em;
}
.benefits .box .fz05 {
	font-size: 5.4rem;
	color: #ff1010;
	letter-spacing: -0.04em;
}
.benefits .box .fz06 {
	font-size: 5rem;
	color: #ff1010;
	letter-spacing: -0.04em;
}
.benefits .box .percent {
	position: absolute;
	margin-top: 2.5rem;
}
.benefits .box .note {
	margin-top: 2rem;
	font-size: 1.3rem;
	padding-left: 1em;
	text-indent: -1em;
	text-align: left;
}
.benefits .box .btn {
	padding-top: 3rem;
	margin: auto auto 0;
	width: 28.2rem;
}
@media screen and (max-width: 768px) {
	.benefits {
		padding: 7rem 0 12rem;
	}
	.benefits h2 {
		font-size: 4.44rem;
	}
	.benefits .wrap {
		margin-top: 8.5rem;
		flex-direction: column;
		gap: 8.5rem 0;
	}
	.benefits .box {
		padding: 7rem 2rem 6rem;
		width: 100%;
	}
	.benefits .box::before {
		width: 9rem;
		height: 9rem;
		top: -4rem;
		left: calc(50% - 4.5rem);
	}
	.benefits .box .txt {
		margin-top: 3.3rem;
		margin-bottom: 1rem;
	}
	.benefits .box .fz04 {
		font-size: 3rem;
	}
	.benefits .box .fz05 {
		font-size: 4.6rem;
	}
	.benefits .box .note {
		font-size: 1.96rem;
	}
	.benefits .box .btn {
		width: 42rem;
	}
}

/* flow */
.flow {
	padding: 6rem 0 8rem;
	background-color: #f0f3f7;
}
.flow h2 {
	font-size: 4rem;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-align: center;
}
.flow .lead {
	margin-top: 2rem;
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.04em;
	text-align: center;
}
.flow .wrap {
	margin-top: 3rem;
	display: flex;
	gap: 0 3rem;
}
.flow .box {
	padding: 5rem 1rem 1rem;
	width: 24.8rem;
	height: 24.8rem;
	background-color: #416792;
	border-radius: 50%;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	position: relative;
}
.flow .box + .box::before {
	display: block;
	content: '';
	width: 1.7rem;
	height: 1.5rem;
	background-image: url(/financialservices/neobank//img/icon_arrow02.png);
	background-repeat: no-repeat;
	background-size: contain;
	transform: rotate(-90deg);
	position: absolute;
	top: calc(50% - 0.8rem);
	left: -2.2rem;
}
.flow .box .step {
	font-size: 1.8rem;
	display: flex;
	flex-direction: column;
}
.flow .box .step .num {
	font-size: 3.6rem;
	line-height: 1.1;
}
.flow .box .txt {
	margin-top: 1rem;
	font-size: 2rem;
}
.flow .needList {
	margin-top: 2rem;
	padding: 3rem;
	background-color: #fff;
	border-radius: 1.2rem;
	font-weight: 600;
	text-align: center;
}
.flow .needList dt {
	font-size: 2.1rem;
	color: #416792;
}
.flow .needList dd {
	margin-top: 0.5rem;
	font-size: 2rem;
	line-height: 1.8;
}
.flow .needList dd span {
	color: #416792;
}
.flow .btn {
	margin: 5rem auto 0;
	width: 32rem;
}
@media screen and (max-width: 768px) {
	.flow {
		padding: 9rem 0 10rem;
	}
	.flow h2 {
		font-size: 4.4rem;
		letter-spacing: 0.1em;
	}
	.flow .lead {
		margin-top: 1.5rem;
		font-size: 2.56rem;
		font-weight: 600;
	}
	.flow .wrap {
		margin-top: 4.5rem;
		flex-direction: column;
		gap: 4.5rem 0;
	}
	.flow .box {
		padding: 1.5rem;
		width: 100%;
		height: auto;
		border-radius: 6rem;
	}
	.flow .box + .box::before {
		width: 3.2rem;
		height: 3rem;
		transform: rotate(0);
		top: -3.6rem;
		left: calc(50% - 2rem);
	}
	.flow .box .step {
		font-size: 2.39rem;
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	.flow .box .step .num {
		font-size: 4.1rem;
		line-height: 1;
	}
	.flow .box .txt {
		margin-top: 0.5rem;
		font-size: 2.56rem;
	}
	.flow .needList {
		margin-top: 5rem;
		padding: 3.5rem 3rem;
	}
	.flow .needList dt {
		font-size: 3rem;
	}
	.flow .needList dd {
		margin-top: 1.5rem;
		font-size: 2.56rem;
		line-height: 1.5;
	}
	.flow .btn {
		margin: 5.5rem auto 0;
		width: 47.8rem;
	}
}

/* linkList */
.linkList {
	padding: 8rem 0 6rem;
}
.linkList h2 {
	font-size: 4rem;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-align: center;
}
.linkList .wrap {
	margin-top: 5.5rem;
	display: flex;
	flex-wrap: wrap;
	gap: 8rem 5.9%;
}
.linkList .box {
	width: 29.3%;
}
.linkList .boxTtl {
	display: block;
	width: 100%;
	padding-left: 0.4rem;
	padding-bottom: 1rem;
	border-bottom: solid 1px #000;
	font-size: 1.9rem;
	font-weight: 600;
	text-align: left;
}
.linkList .boxList {
	margin-top: 2.5rem;
}
.linkList .boxList li a {
	display: block;
	padding: 0.3rem 4rem 0.3rem 4rem;
	font-weight: 500;
	position: relative;
}
.linkList .boxList li a:focus-visible {
	outline: auto;
	outline-offset: -2px;
}
.linkList .boxList li a::after {
	display: block;
	content: '';
	width: 0.6rem;
	height: 0.6rem;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	transform: rotate(-45deg);
	position: absolute;
	top: calc(50% - 0.3rem);
	right: 4rem;
}
.linkList .boxList li:nth-child(odd) a {
	background-color: #eef1f5;
}
.linkList .boxList .txt {
	padding: 0 3rem 0 4rem;
}
.linkList .boxList .note {
	margin-top: 0.3rem;
	padding: 0 3rem 0 4rem;
	font-size: 1.2rem;
}
.linkList .boxList .aboutTxt {
	margin-top: 2rem;
}
.linkList .boxList .aboutTxt li {
	padding: 0.3rem 3rem 0.3rem 4rem;
	font-weight: 500;
}
.linkList .boxList .aboutTxt li:nth-child(odd) {
	background-color: #eef1f5;
}
.linkList .boxList .aboutTxt li a {
	display: inline;
	padding: 0;
	background-color: unset;
	color: #36519e;
	text-decoration: underline;
}
.linkList .boxList .aboutTxt li a::after {
	display: none;
}
.linkList .boxList .aboutTxt li:nth-child(odd) a {
	background-color: unset;
}
.linkList .boxList .aboutTxt li p {
	padding-left: 1em;
	text-indent: -1em
}
@media screen and (max-width: 768px) {
	.linkList {
		padding: 10rem 0 6rem;
	}
	.linkList h2 {
		font-size: 4.44rem;
	}
	.linkList .wrap {
		flex-direction: column;
		gap: 5rem 0;
	}
	.linkList .box {
		width: 100%;
	}
	.linkList .boxTtl {
		padding-left: 0.7rem;
		font-size: 3.4rem;
	}
	.linkList .boxTtl .txt {
		font-size: 3.2rem;
		font-weight: 700;
	}
	.linkList .boxList li a {
		padding: 1.7rem 5rem 1.7rem 3rem;
		font-size: 3.4rem;
	}
	.linkList .boxList li a::after {
		width: 1.8rem;
		height: 1.8rem;
		top: calc(50% - 0.9rem);
		right: 3.5rem;
	}
	.linkList .boxList .txt {
		padding: 0;
		font-size: 3.4rem;
	}
	.linkList .boxList .note {
		margin-top: 1rem;
		padding: 0 1rem 0 3rem;
		font-size: 2.56rem;
	}
	.linkList .boxList .aboutTxt li {
		padding: 1.7rem 5rem 1.7rem 3rem;
		font-size: 3.4rem;
	}
}

/* faq */
.faq {
	padding: 7rem 0 7rem;
	background-color: #f0f3f7;
}
.faq h2 {
	font-size: 4rem;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-align: center;
}
.faq .lead {
	margin-top: 2rem;
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 1.72;
	letter-spacing: 0.04em;
	text-align: center;
}
.faq ul {
	margin-top: 3rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1.5rem 7.4%;
}
.faq ul li {
	width: 46.3%;
}
.faq ul li a {
	display: block;
	padding: 0.8rem 1.5rem;
	font-weight: 600;
	color: #36519e;
	background-color: #fff;
	border-radius: 1rem;
	box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.16);
	position: relative;
}
.faq ul li a::after {
	display: block;
	content: '';
	width: 1.3rem;
	height: 1.3rem;
	background-image: url(/financialservices/neobank//img/icon_blank.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: calc(50% - 0.7rem);
	right: 1rem;
}
@media screen and (max-width: 768px) {
	.faq {
		padding: 7rem 0 8rem;
	}
	.faq h2 {
		font-size: 4.4rem;
	}
	.faq .lead {
		margin-left: -3rem;
		margin-right: -3rem;
		font-size: 2.56rem;
		font-weight: 400;
		line-height: 1.6;
	}
	.faq ul {
		margin-top: 5rem;
		flex-direction: column;
		gap: 1.7rem 0;
	}
	.faq ul li {
		width: 100%;
	}
	.faq ul li a {
		padding: 3.2rem 6.3rem 3.2rem 3.3rem;
		font-size: 2.98rem;
		border-radius: 2rem;
	}
	.faq ul li.txt01 a {
		padding: 1.6rem 6.3rem 1.6rem 3.3rem;
		line-height: 1.3;
	}
	.faq ul li.txt02 a {
		padding: 2.2rem 6.3rem 2.2rem 3.3rem;
		font-size: 2.56rem;
		line-height: 1.3;
	}
	.faq ul li a::after {
		width: 3rem;
		height: 3rem;
		top: calc(50% - 1.7rem);
		right: 3rem;
	}
}

/* info */
.info {
	padding: 7rem 0 7rem;
}
.info h2 {
	font-size: 4rem;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-align: center;
}
.info dl {
	margin-top: 3rem;
}
.info dl dt {
	font-size: 1.3rem;
	font-weight: 600;
}
.info dl dd {
	margin-top: 1rem;
	font-size: 1.1rem;
	font-weight: 500;
	line-height: 1.7;
}
.info .wrap {
	display: flex;
	gap: 0 1rem;
}
.info .wrap ul {
	margin-top: 1rem;
	padding: 1rem 3rem;
	border: solid 1px #000;
}
.info p a {
	color: #004a93;
	font-weight: 600;
	text-decoration: underline;
}
.info .risk {
	margin-top: 6rem;
	padding-top: 3rem;
	border-top: solid 1px #000;
}
.info .risk ul {
	padding-left: 1em;
	text-indent: -1em;
}
@media screen and (max-width: 768px) {
	.info {
		padding: 9rem 0 8rem;
	}
	.info h2 {
		font-size: 4.4rem;
	}
	.info dl {
		margin-top: 6rem;
	}
	.info dl dt {
		font-size: 2.39rem;
	}
	.info dl dd {
		margin-top: 1rem;
		font-size: 1.96rem;
		line-height: 1.3;
	}
	.info .wrap {
		flex-direction: column;
		align-items: flex-start;
		gap: 1rem 0;
	}
	.info .wrap ul {
		padding: 1.5rem 2rem;
	}
	.info .risk {
		padding-top: 6rem;
	}
	.info .risk ul {
		margin-top: 0.5rem;
	}
}

/* siteFooter */
.siteFooter .fixingBannerArea {
	width: 100%;
	height: 6.4rem;
	margin-bottom: 5rem;
}
.siteFooter .bnrBlock {
	padding-right: 6rem;
	position: static;
	bottom: 0;
	left: 0;
	padding: 1rem 0;
	text-align: center;
	color: #fff;
	background: #233e59;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 2rem;
	z-index: 10;
	width: 100%;
}
.siteFooter .fixedCTA.fixed {
	position: fixed;
	transition: all ease 0.2s;
	z-index: 90;
}
.siteFooter .bnrBlock .text {
	font-size: 1.7rem;
	font-weight: bold;
}
.siteFooter .bnrBlock .banners {
	display: flex;
	gap: 0 2rem;
	font-weight: 600;
}
.siteFooter .bnrBlock .banners li {
	width: 25.5rem;
}
.siteFooter .bnrBlock .banners li button,
.siteFooter .bnrBlock .banners li a {
	display: block;
	width: 100%;
	padding: 1rem 2rem 1rem 0;
	border-radius: 1.5rem;
	color: #fff;
	background: #bc0000;
	text-decoration: none;
	font-size: 1.6rem;
	letter-spacing: -0.04em;
	box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.16);
	position: relative;
}
.siteFooter .bnrBlock .banners li button::after,
.siteFooter .bnrBlock .banners li a::after {
	display: block;
	content: '';
	width: 1rem;
	height: 1rem;
	border-right: solid 2px #fff;
	border-bottom: solid 2px #fff;
	transform: rotate(-45deg);
	position: absolute;
	top: calc(50% - 0.5rem);
	right: 1.5rem;
}
.siteFooter .bnrBlock .banners li:last-child a {
	background: #416792;
}
.siteFooter .bnrBlock .banners li button:hover,
.siteFooter .bnrBlock .banners li a:hover {
	opacity: .7;
}
@media screen and (max-width: 768px) {
	.siteFooter .fixingBannerArea {
		height: 12rem;
	}
	.siteFooter .bnrBlock {
		padding: 1rem 0 1.5rem;
		flex-direction: column;
	}
	.siteFooter .bnrBlock .text {
		font-size: 2.39rem;
	}
	.siteFooter .bnrBlock .banners {
		margin: 1rem auto 0;
		width: 94%;
		justify-content: space-between;
		gap: 0;
	}
	.siteFooter .bnrBlock .banners li {
		width: 49%;
	}
	.siteFooter .bnrBlock .banners li button,
	.siteFooter .bnrBlock .banners li a {
		padding: 0.8rem 1.5rem 0.8rem 0;
		font-size: 2.2rem;
	}
	.siteFooter .bnrBlock .banners li button::after,
	.siteFooter .bnrBlock .banners li a::after {
		right: 0.7rem;
	}
}

/* ==========================
	modal共通
============================= */
.modalOverlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.8);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10000;
}
.modalContainer {
	background: #fff;
	width: 100rem;
	max-height: calc(100vh - 20rem);
	max-height: calc(100dvh - 20rem);
	overflow-y: auto;
	padding: 4rem 5rem 6rem;
	box-sizing: border-box;
	position: relative;
}
/* 見出しを非表示にする */
.modalHeaderHidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
/* .modalCloseの「×」ボタン */
.modalClose {
	position: absolute;
	top: 1rem;
	right: 1rem;
	width: 4rem;
	height: 3rem;
	z-index: 2;
}
.modalClose::after,
.modalClose::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 0.2rem;
	top: 1.4rem;
	left: 0;
	background: #ff0000;
}
.modalClose::before {
	transform: rotate(45deg);
}
.modalClose::after {
	transform: rotate(-45deg);
}
/* フェードイン・フェードアウト */
@keyframes mmfadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}
@keyframes mmfadeOut {
	from { opacity: 1; }
	to { opacity: 0; }
}
.micromodalSlide {
	display: none;
}
.micromodalSlide.is-open {
	display: block;
}
.micromodalSlide[aria-hidden="false"] .modalOverlay {
	animation: mmfadeIn .5s cubic-bezier(0.0, 0.0, 0.2, 1);
}
.micromodalSlide[aria-hidden="true"] .modalOverlay {
	animation: mmfadeOut .5s cubic-bezier(0.0, 0.0, 0.2, 1);
}
.micromodalSlide .modalOverlay {
	will-change: transform;
}

/* ダウンロードモーダル用 */
.modalDownload .modalContent .iconArea {
	display: flex;
	align-items: center;
	gap: 0 2rem;
}
.modalDownload .modalContent .iconArea .icon {
	width: 12.5rem;
}
.modalDownload .modalContent .iconArea dl {
	width: calc(100% - 14.5rem);
}
.modalDownload .modalContent .iconArea dt {
	padding-bottom: 0.5rem;
	line-height: 1.4;
	font-size: 2.1rem;
	font-weight: 600;
	color: #e60000;
}
.modalDownload .modalContent .iconArea dd {
	font-size: 1.4rem;
	line-height: 1.7;
}
.modalDownload .modalContent .flowArea {
	margin-top: 4rem;
	display: flex;
	gap: 0 6%;
}
.modalDownload .modalContent .flows {
	width: 47%;
	position: relative;
}
.modalDownload .modalContent .flows .text {
	font-size: 1.5rem;
	line-height: 1.7;
}
.modalDownload .modalContent .flows .text + .text {
	padding-top: 0.5rem;
}
.modalDownload .modalContent .flows .note {
	margin-top: 0.5rem;
	font-size: 1.2rem;
}
.modalDownload .modalContent .flow01:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -7%;
	width: 1px;
	background: #231815;
}
.modalDownload .modalContent .flow01 .text,
.modalDownload .modalContent .flow02 .text:first-child {
	font-weight: 600;
	color: #e60000;
}
.modalDownload .modalContent .flow02 .bnr {
	padding: 3rem 0 1rem;
	display: flex;
	gap: 0 1.5rem;
}
.modalDownload .modalContent .flow02 .bnr li img {
	width: auto;
	height: 4rem;
}
.modalDownload .modalContent .flow02 .bnr + .text {
	font-weight: 600;
}
.modalDownload .modalContent .flow02 .bnr + .text a {
	color: #e60000;
}
.modalDownload .modalContent .flow02 p:last-child {
	margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
	.modalDownload .modalContent .iconArea {
		gap: 0 1rem;
	}
	.modalDownload .modalContent .iconArea .icon {
		width: 5.1rem;
	}
	.modalDownload .modalContent .iconArea dl {
		width: calc(100% - 6.1rem);
	}
	.modalDownload .modalContent .iconArea dt {
		font-size: 1.1rem;
	}
	.modalDownload .modalContent .iconArea dd {
		font-size: 0.9rem;
	}
	.modalArea .flowArea {
		margin-top: 1rem;
		flex-direction: column;
		gap: 0 6%;
	}
	.modalDownload .modalContent .flows {
		width: 100%;
	}
	.modalDownload .modalContent .flows .text {
		font-size: 0.9rem;
		line-height: 1.5;
	}
	.modalDownload .modalContent .flows .note {
		font-size: 0.9rem;
	}
	.modalArea .flow01 {
		margin-bottom: 0.4rem;
		padding-bottom: 0.4rem;
		border-bottom: 1px solid #231815;
	}
	.modalArea .flow01:after {
		display: none;
	}
	.modalArea .flow01 .image {
		margin: auto;
		width: 70%;
		max-width: 8.6rem;
	}
	.modalDownload .modalContent .flow02 .bnr {
		padding: 1rem 0 0.5rem;
	}
	.modalDownload .modalContent .flow02 .bnr li img {
		height: 2.6rem;
	}
	.modalDownload .modalContent .flow02 p:last-child {
		margin-top: 1rem;
	}
}
