@charset "UTF-8";

/* オリジナルのレイアウト
----------------------------------------*/
html {
	font-size: 10px;
}

body {
	color: #000;
	font-family: 'Noto Sans JP', sans-serif;
	background: #fff;
	font-size: 1.4rem;
	line-height: 1.5;
	height: 100%;
	-webkit-text-size-adjust: 100%;
}
body.open {
	width: 100%;
	height: 100%;
	position: fixed;
	overflow-y: scroll;
}

.wrapper {
	overflow: clip;
}

img {
	image-rendering: -webkit-optimize-contrast;
	width: 100%;
	display: block;
}

a {
	text-decoration: none;
	color: inherit;
}
table,
tbody,
thead,
tr,
th,
td {
	position: static;
}
@media only screen and (max-width: 1200px) {
	html {
		font-size: .8333vw;
	}
}
@media only screen and (max-width: 834px) {
	html {
		font-size: 2.6667vw;
	}
	img {
		width: 100%;
	}
}

/*表示
----------------------------------------*/
@media only screen and (min-width: 835px) {
	.visible_sp {
		display: none !important;
	}
}

@media only screen and (max-width: 834px) {
	.visible_pc {
		display: none !important;
	}
}

/*header
----------------------------------------*/
.header {
	background: #fff;
	padding: 2rem 2rem 1.9rem;
	z-index: 10;
}
.header_logo {
	width: 29.9rem;
	margin: 0 auto;
}
@media only screen and (max-width: 834px) {
	.header {
		padding: 1rem 5%;
	}
	.header_logo {
		width: 15rem;
	}
}

/*mainv
----------------------------------------*/
.mainv {
	overflow: hidden;
}
.mainv_inner {
	background: linear-gradient(to bottom, #deedff 17.7rem,#90b9d7 100%);
	padding: 5.2rem 17.6rem 2.4rem 0;
}
.mainv_note {
	max-width: 96rem;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 1rem;
	font-size: 1.2rem;
	color: #fff;
	margin: 0 auto;
}
.mainv h2 {
	max-width: 132.6rem;
	margin: 0 auto;
}
.mainv_account {
	background: #092987;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	padding: 1.7rem 0 1.6rem;
	font-size: 1.2rem;
}
.mainv_account img {
	max-width: 82rem;
	margin-right: 1.5rem;
}
.mainv_account p {
	margin-bottom: -.2rem;
	left: .2rem;
}
@media only screen and (max-width: 834px) {
	.mainv_inner {
		padding: 0;
	}
	.mainv_note {
		bottom: .5rem;
		font-size: 1.1rem;
		text-align: center;
	}
	.mainv_inner::before {
		display: none;
	}
	.mainv_account {
		display: block;
		padding: 1.3rem 0 0;
		font-size: .9rem;
	}
	.mainv_account img {
		max-width: 33.5rem;
		margin: 0 auto;
	}
	.mainv_account p {
		text-align: right;
		margin: 0 2rem;
		left: auto;
	}
}

/*merit
----------------------------------------*/
.navi {
	padding: 1.3rem 0 1.7rem;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 1.5rem;
	font-feature-settings: "palt";
	margin: 0 auto;
    z-index: 500;
}
.navi.fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	margin-bottom: 0;
	padding-top: 0;
	transform: translateY(100%);
	pointer-events: none;
	transition: transform .3s;
}
.navi.fixed.show {
	opacity: 1;
	pointer-events: all;
	transform: none;
}
.navi > a {
	display: block;
	width: 32%;
	height: 9rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	background: linear-gradient(to right, #36ad87 11.9792%, #1473ce 88.0208%);
	border-radius: 1rem;
	text-align: center;
	font-weight: 700;
	color: #fff;
	padding-bottom: .8rem;
	letter-spacing: .03em;
	transition: opacity .3s;
}
.navi > a::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: .7rem .9rem 0;
	border-color: #fff transparent transparent;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 1.1rem;
	margin: 0 auto;
	transition: transform .3s;
}
.navi > a:nth-child(1) {
	font-size: 2.1rem;
}
.navi > a:nth-child(1) img {
	width: 11.6rem;
	display: inline-block;
	margin-right: .8rem;
	vertical-align: -.3rem;
}
.navi > a:nth-child(2) {
	font-size: 2.31rem;
}
.navi > a:nth-child(2) img {
	width: 13.3rem;
	margin: 0 auto;
}
.navi > a:nth-child(2) span {
	font-size: 2.86rem;
	line-height: 1;
}
.navi > a:nth-child(3) {
	font-size: 2.3rem;
}
.navi > a:nth-child(3) span {
	display: block;
	font-size: 1.6rem;
	line-height: 1;
}
.navi > a:nth-child(4) {
	font-size: 2.3rem;
}
.navi_cta {
	width: 100%;
	background: #e5004c;
	margin-bottom: -1.7rem;
	padding: 1.2rem 0 .2rem;
}
.navi_cta > a {
	display: block;
	max-width: 84.3rem;
	margin: 0 auto;
}
.navi_cta_note {
	text-align: center;
	color: #fff;
	font-size: 1.2rem;
	letter-spacing: .07em;
	margin-top: .2rem;
}
@media (hover:hover) {
	.navi a:hover {
		opacity: .6;
	}
	.navi a:hover::after {
		transform: translateY(.5rem);
	}
}
@media only screen and (max-width: 834px) {
	.navi {
		padding: .7rem 0;
		gap: .5rem;
		margin: 0;
	}
	.navi > a {
		width: 32%;
        height: 7rem;
		padding-bottom: .1rem;
	}
	.navi > a::after {
		border-width: .35rem .45rem 0;
		bottom: .4rem;
	}
	.navi > a:nth-child(1) {
		font-size: 1.35rem;
	}
	.navi > a:nth-child(1) img {
		width: 5.8rem;
		display: block;
		margin: 0 auto .1rem;
	}
	.navi > a:nth-child(2) {
		font-size: 1.35rem;
		line-height: 1.2;
	}
	.navi > a:nth-child(2) img {
		width: 6.65rem;
		margin-bottom: .2rem;
	}
	.navi > a:nth-child(2) span {
		font-size: 1.73rem;
	}
	.navi > a:nth-child(3) {
		font-size: 1.35rem;
	}
	.navi > a:nth-child(3) span {
		font-size: 1.2rem;
		line-height: 1.3;
		display: block;
		margin-bottom: -.2rem;
	}
	.navi > a:nth-child(4) {
		font-size: 1.15rem;
		line-height: 1.3;
	}
	.navi.fixed {
		padding-bottom: 0;
	}
	.navi_cta {
		max-width: none;
		width: calc(100% + 4rem);
		margin: 0 -2rem;
		padding: .3rem 0 0;
		padding-bottom: 0;
	}
	.navi_cta_note {
		background: #fff;
		color: #000;
		font-size: .8rem;
		margin-top: .3rem;
	}
	.navi_cta img {
		max-width: 32.7rem;
		margin: 0 auto;
	}
}

/*cta
----------------------------------------*/
.cta {
	font-feature-settings: "palt";
	padding: 0 2rem;
}
.cta_btn {
	display: block;
	max-width: 90rem;
	background: #e5004c;
	color: #fff;
	font-size: 2.8rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: .075em;
	margin: 0 auto;
	padding: 4.6rem 0 4.3rem;
	border-radius: 1rem;
	box-shadow: 0 1rem 0 #ba174d;
	transition: opacity .3s;
}
.cta_btn > span:nth-child(1) {
	width: 31rem;
	border: .3rem solid #e5004c;
	color: #e5004c;
	background: #fff;
	border-radius: 1.3rem;
	padding: .8rem 0;
	font-size: 2.7rem;
	letter-spacing: .02em;
	position: absolute;
	left: 0;
	right: 0;
	top: -4.2rem;
	margin: 0 auto;
}
.cta_btn > span:nth-child(1)::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1rem .7rem 0;
	border-color: #fff transparent transparent;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1rem;
	margin: 0 auto;
}
.cta_btn > span:nth-child(1) span {
	font-size: 3.78rem;
	line-height: 1;
	vertical-align: -.3rem;
}
.cta_btn > span:nth-child(2) {
	font-size: 3.4rem;
	display: block;
	letter-spacing: 0.03em;
}
.cta_btn > span:nth-child(2) span:nth-child(1) {
	width: 11.8rem;
	height: 11.8rem;
	border: .3rem solid #fff;
	border-radius: 50%;
	font-size: 3.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	bottom: .2rem;
	padding-bottom: .2rem;
	left: 12.3rem;
	margin: auto 0;
}
.cta_btn > span span:nth-child(2) {
	font-size: 6rem;
	vertical-align: -.5rem;
}
.cta_btn::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1.5rem 0 1.5rem 2.1rem;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 3.8rem;
	margin: auto 0;
	transition: transform .3s;
}
.cta_note {
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.5;
	margin-top: 2rem;
}
@media (hover:hover) {
	.cta_btn:hover,
	.cta p a:hover {
		opacity: .6;
	}
	.cta_btn:hover::after {
		transform: translateX(.5rem);
	}
}
@media only screen and (max-width: 834px) {
	.cta {
		padding: 0 1rem;
	}
	.cta_btn {
		max-width: 35rem;
		font-size: 2rem;
		padding: 2.5rem 0 2.5rem 4rem;
		border-radius: .6rem;
		box-shadow: 0 .5rem 0 #ba174d;
	}
	.cta_btn > span:nth-child(1) {
		width: 17.2rem;
		border-width: .2rem;
		border-radius: .6rem;
		padding: .4rem 0;
		font-size: 1.5rem;
		top: -2.3rem;
	}
	.cta_btn > span:nth-child(1)::after {
		border-width: .7rem .5rem 0;
		bottom: -.6rem;
	}
	.cta_btn > span:nth-child(1) span {
		font-size: 2.1rem;
		vertical-align: -.1rem;
	}
	.cta_btn > span:nth-child(2) {
		font-size: 2rem;
	}
	.cta_btn > span:nth-child(2) span:nth-child(1) {
		width: 5.85rem;
		height: 5.85rem;
		border-width: .15rem;
		font-size: 1.8rem;
		bottom: 0;
		left: -2.5rem;
	}
	.cta_btn::after {
		border-width: .7rem 0 .7rem 1rem;
		right: 1.1rem;
	}
	.cta_note {
		font-size: 1rem;
		line-height: 1.45;
		margin-top: 1.3rem;
	}
}

/*about
----------------------------------------*/
.about {
	padding: 8rem 2rem;
	font-feature-settings: "palt";
}
.about_inner {
	max-width: 96.6rem;
	margin: 0 auto;
}
.about h2 {
	text-align: center;
	height: 13rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 4.6rem;
}
.about h2::before,
.about h2::after {
	content: '';
	display: block;
	height: .5rem;
	border-radius: .3rem;
	background: linear-gradient(to right, #148d66 0%,#115698 100%);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}
.about h2::after {
	top: auto;
	bottom: 0;
}
.about h2 img {
	width: 25.6rem;
}
.about h3 {
	margin-bottom: 2.4rem;
}
.about h3 img {
	width: 23.6rem;
	margin: 0 auto;
}
.about_intro {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 3.8rem;
	margin-bottom: 1.2rem;
}
.about_intro_txt {
	flex: 1;
	text-align: center;
	font-size: 2.323rem;
	font-weight: 700;
	line-height: 2.55;
	letter-spacing: .03em;
	padding-bottom: 4.8rem;
}
.about_intro_txt span {
	line-height: 1.4;
	font-size: 4.453rem;
	background: linear-gradient(transparent 67%, #ecf266 67%, #ecf266 95%, transparent 95%);
}
.about_intro figure {
	width: 47.9rem;
	margin: 0 -5.2rem 0 0;
}
.about_function h3 {
	text-align: center;
	font-size: 4.4rem;
	letter-spacing: .025em;
	margin-bottom: 3.9rem;
}
.about_function h3 span {
	display: block;
	font-size: 2.4rem;
	letter-spacing: .025em;
}
.about_function_box {
	display: flex;
	align-items: center;
}
.about_function figure {
	width: 26.4rem;
	margin-right: .4rem;
}
.about_function ul {
	flex: 1;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.6154;
	margin-bottom: 2.4rem;
	letter-spacing: .025em;
}
.about_function ul li {
	padding-left: 7rem;
}
.about_function ul li span {
	color: #092987;
}
.about_function ul li + li {
	margin-top: 4.5rem;
}
.about_function ul li::before {
	content: '';
	display: block;
	width: 4.6rem;
	height: 4.6rem;
	background: url(../img/about_icon_01.png) no-repeat left top / 100% auto;
	position: absolute;
	left: .4rem;
	top: 0;
}
.about_note {
	text-align: center;
	margin-bottom: 5rem;
}

@media only screen and (max-width: 834px) {
	.about {
		padding: 6.2rem 2rem;
	}
	.about h2 {
		height: 9.3rem;
		margin-bottom: 3.6rem;
	}
	.about h2::before,
	.about h2::after {
		height: .3rem;
	}
	.about h2 img {
		width: 16rem;
	}
	.about h3 {
		margin-bottom: 1.4rem;
	}
	.about h3 img {
		width: 14.8rem;
	}
	.about_intro {
		display: block;
	}
	.about_intro_txt {
		font-size: 1.45rem;
		line-height: 2.75;
		padding-bottom: 0;
	}
	.about_intro_txt span {
		font-size: 2.783rem;
	}
	.about_intro figure {
		width: 32rem;
		margin: 0 0 0 3.5rem;
	}
	.about_function h3 {
		font-size: 2.8rem;
		line-height: 1.47;
		margin-bottom: 2.5rem;
	}
	.about_function h3 span {
		font-size: 1.5rem;
	}
	.about_function_box {
		display: block;
	}
	.about_function figure {
		width: 14.2rem;
		margin-right: 0;
		position: absolute;
		top: -1.8rem;
		right: -5rem;
	}
	.about_function ul {
		font-size: 1.4rem;
		margin-bottom: 0;
	}
	.about_function ul li {
		padding-left: 4.3rem;
	}
	.about_function ul li + li {
		margin-top: 2rem;
	}
	.about_function ul li::before {
		width: 2.9rem;
		height: 2.9rem;
		left: .2rem;
		top: .3rem;
	}
	.about_note {
		font-size: 1rem;
		margin-bottom: 3rem;
	}
}

/*merit
----------------------------------------*/
.merit {
	padding: 8rem 0;
	font-feature-settings: "palt";
}
.merit_inner {
	max-width: 96rem;
	margin: 0 auto;
}
.merit h2 {
	text-align: center;
	height: 13rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 6.8rem;
}
.merit h2::before,
.merit h2::after {
	content: '';
	display: block;
	height: .5rem;
	border-radius: .3rem;
	background: linear-gradient(to right, #148d66 0%,#115698 100%);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}
.merit h2::after {
	top: auto;
	bottom: 0;
}
.merit h2 img {
	width: 71.8rem;
}
.merit h3 {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 3.4rem;
	font-size: 4.4rem;
	letter-spacing: .05em;
	font-weight: 900;
	padding-left: .8rem;
	margin-bottom: 4.3rem;
	line-height: 1.6;
}
.merit h3 > span span:nth-of-type(1) {
	font-size: 7.8rem;
	line-height: 0;
	vertical-align: -.4rem;
}
.merit h3 img {
	width: 10.8rem;
}
.merit h4 {
	text-align: center;
	font-size: 2.8rem;;
	margin-bottom: 2.6rem;
}
.merit h4 span {
	background: linear-gradient(transparent 55%, #ecf266 55%);
	letter-spacing: .03em;
	padding-bottom: .5rem;
	font-size: 3.2rem;
}
.merit h5 {
	text-align: center;
	font-size: 2.3rem;
	letter-spacing: .03em;
	margin-bottom: 3.2rem;
}
.merit h5 span {
	font-size: 3.2rem;
}
.merit_inner > p {
	font-size: 2.08rem;
	line-height: 1.7692;
	letter-spacing: .025em;
	margin: 0 2rem;
}
.merit_card {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2.7rem;
	margin: 1rem 0;
}

.merit_card_name {
	text-align: center;
	font-size: 1.92rem;
	line-height: 1.45;
	font-weight: 700;
	height: 5.6rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 1.7rem;
}
.merit_card_item figure {
	width: 16.2rem;
	margin: 0 auto 2.5rem;
}
.merit_card_item table {
	width: 21.6rem;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 0;
}
.merit_card_item table th {
	background: #0e7655;
	color: #fff;
	font-size: 1.76rem;
	font-weight: 500;
	padding: 1rem 0;
	line-height: 1.1932;
}
.merit_card_item table th:nth-child(1) {
	width: 55.5556%;
	border-radius: 1rem 0 0;
}
.merit_card_item table th:nth-child(2) {
	border-radius: 0 1rem 0 0;
	border-left: .1rem solid #fff;
}
.merit_card_item table td {
	border-bottom: .1rem solid #0e7655;
	border-left: .1rem solid #0e7655;
	background: #fff;
	font-size: 1.76rem;
	font-weight: 500;
	text-align: center;
	padding: 1rem 0;
}
.merit_card_item table tbody tr td:nth-child(2) {
	border-right: .1rem solid #0e7655;
}
.merit_card_item table tbody tr:last-child td:nth-child(1) {
	border-radius: 0 0 0 1rem;
}
.merit_card_item table tbody tr:last-child td:nth-child(2) {
	border-radius: 0 0 1rem;
}
.merit_note {
	font-size: 1.2rem;
	margin: 0 .3rem;
	letter-spacing: .04em;
	text-align: left;
}
.merit_note li {
	padding-left: 2rem;
}
.merit_note li span {
	position: absolute;
	top: 0;
	left: 0;
}
.merit_bg {
	background: #fff;
	margin: 11.2rem 0 0;
	padding: 9.7rem 0 10.9rem;
}
.merit_bg dl {
	width: 89.9rem;
	margin: 4.9rem auto;
}
.merit_bg dt {
	background: #36ad87;
	color: #ffff5d;
	border-radius: 1rem;
	font-size: 2.24rem;
	font-weight: 700;
	letter-spacing: .1em;
	cursor: pointer;
	margin-top: 4.9rem;
}
.merit_bg dt::before {
	content: '';
	display: block;
	width: 4.7rem;
	height: 4.7rem;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 3rem;
	margin: auto 0;
}
.merit_bg dt div {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	position: static;
	padding: 0 0 0.6rem .7rem;
	height: 7.9rem;
}
/* .merit_bg dt:nth-of-type(2) div {
	padding-bottom: .6rem;
} */
.merit_bg dt div::before,
.merit_bg dt div::after {
	content: '';
	display: block;
	width: 2.7rem;
	height: .4rem;
	border-radius: .2rem;
	background: #36ad87;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 4rem;
	margin: auto 0;
}
.merit_bg dt div::after {
	transform: rotate(90deg);
}
.merit_bg dt.open div::after {
	display: none;
}
/* .merit_bg dt img {
	width: 3.6rem;
	margin-right: 3.3rem;
} */
.merit_bg dt img {
	width: 7.6rem;
	margin-right: 3rem;
}
.merit_bg dt div > span:nth-of-type(1) {
	margin-bottom: .3rem;
	line-height: 1.4286;
}
.merit_bg dt div > span:nth-of-type(2) {
	font-size: 3.744rem;
	line-height: 1;
	margin-left: .8rem;
	letter-spacing: 0;
}
.merit_bg dt:nth-of-type(1) div > span:nth-of-type(1) {
	top: -.2rem;
}
.merit_bg dt div > span:nth-of-type(2) span {
	font-size: 5.824rem;
	line-height: 1;
	letter-spacing: 0;
}
.merit_bg dt div > span:nth-of-type(2) span + span {
	font-size: 6.968rem;
	line-height: 1;
	vertical-align: -.2rem;
	letter-spacing: 0;
}
.merit_bg dd {
	padding: 2.3rem 0 3rem;
	display: none;
}
.merit_bg dd a {
	display: block;
	width: fit-content;
	text-decoration: underline;
	color: #0e7655;
	font-weight: 500;
	text-decoration-thickness: .2rem;
	text-underline-offset: .5rem;
	font-size: 1.6rem;
	margin: 1rem 0 0 27rem;
}
.merit_bg dd p {
	text-align: center;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.5714;
	letter-spacing: .025em;
}
.merit_bg dd .merit_note {
	width: fit-content;
	margin: 1.7rem auto 0;
	letter-spacing: .01em;
}
.merit_bg dd .merit_note li {
	padding-left: 1.5rem;
}
.merit_btn {
	text-align: center;
}
.merit_btn h4 {
	font-size: 2.4rem;
	letter-spacing: .025em;
	margin-bottom: .9rem;
}
.merit_btn h4::before,
.merit_btn h4::after {
	content: '';
	display: inline-block;
	width: .3rem;
	height: 2.7rem;
	background: #000;
	transform: rotate(29deg);
	vertical-align: -.5rem;
	margin: 0 2rem;
}
.merit_btn h4::before {
	transform: rotate(-29deg);
	left: -.4rem;
	position: relative;
}
.merit_btn a {
	display: block;
	width: 53.7rem;
	background: #fff;
	border: .2rem solid #0e7655;
	border-radius: 1rem;
	margin: 0 auto;
	font-size: 2.4rem;
	font-weight: 500;
	color: #0e7655;
	padding: 2.25rem 2.8rem 2.25rem 2.25rem;
	letter-spacing: .015em;
	transition: opacity .3s;
}
.merit_btn a::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: .8rem 0 .8rem 1.2rem;
	border-color: transparent transparent transparent #0e7655;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1.9rem;
	margin: auto 0;
	transition: transform .3s;
}
.merit_service {
	margin-top: 8rem;
}
.merit_service h3 {
	line-height: 1.2182;
}
.merit_service_bnr {
	display: flex;
	justify-content: space-between;
	margin-top: -.3rem;
}
.merit_service_bnr a {
	display: block;
	width: 46.2rem;
	transition: opacity .3s;
}
.merit_service_bnr a + a {
	width: 46.3rem;
}
.merit_item h3 > span:first-child {
	display: inline-block;
	width: 96px;
	height: 105px;
	margin-bottom: 4px;
}
.merit_item h3 > span img {
	width: 63px;
	display: block;
	margin: 26px 0 0 17px;
}
.merit_item h3 > img {
	display: inline-block;
}
.merit_item#merit01 h3 span + img {
	width: 419px;
	margin-left: 25px;
	vertical-align: 32px;
}
.merit_item#merit01 h3 picture img:last-child {
	width: 171px;
	display: inline-block;
	margin-left: 35px;
	margin-right: -55px;
	margin-bottom: 3px;
}
.merit_item#merit02 h3 span + img {
	width: 506px;
	margin-bottom: 33px;
	margin-left: 16px;
}
.merit_item#merit02 h3 > img:last-child {
	width: 126px;
	margin-left: 26px;
	margin-bottom: 15px;
}
.merit_item#merit03 h3 span + img {
	width: 352px;
	margin-left: 22px;
}
.merit_item#merit02 .merit_txt {
	margin-top: 19px;
	font-size: 2.2rem;
	letter-spacing: .04em;
	padding-right: 0;
	padding-left: 17px;
}
.merit_item#merit01 .merit_txt .merit_mark {
	color: inherit;
	letter-spacing: -.01em;
}
.merit_item .merit_txt .merit_mark::before {
	content: '';
	display: block;
	background: #fffbb8;
	position: absolute;
	left: -2px;
	right: -5px;
	bottom: 4px;
	height: 22px;
	z-index: -1;
}
.merit_item#merit01 .merit_txt .merit_mark::before {
	height: 12px;
}
#merit_002 .merit_txt, #merit03 .merit_txt {
	max-width: 870px;
	left: -2px;
	padding-right: 0;
	margin: 0 auto;
	display: block;
	font-size: 2.8rem;
	letter-spacing: .04em;
	text-align: center;
	font-weight: bold;
	line-height: 1.65;
	margin-top: 13px;
}
#merit03 .merit_txt p span {
	font-size: 3.2rem;
	background: linear-gradient(transparent 55%, #ecf266 55%);
	letter-spacing: .03em;
	padding-bottom: .5rem;
}
#merit03 .merit_img {
	max-width: 60.2rem;
	margin: 6rem auto 0;
}

@media (hover:hover) {
	.merit_btn a:hover,
	.merit_service_bnr a:hover {
		opacity: .6;
	}
	.merit_btn a:hover::after {
		transform: translateX(.5rem);
	}
}
@media only screen and (max-width: 834px) {
	.merit {
		padding: 6.2rem 0;
	}
	.merit_inner {
		max-width: none;
		margin: 0 2rem;
	}
	.merit h2 {
		height: 14.1rem;
		margin-bottom: 3.6rem;
	}
	.merit h2::before,
	.merit h2::after {
		height: .3rem;
	}
	.merit h2 img {
		width: 25.3rem;
	}
	.merit h3 {
		gap: 2.2rem;
		font-size: 2.4rem;
		margin-bottom: 2.5rem;
		justify-content: flex-start;
		line-height: 1.4;
	}
	.merit .merit_bg h3 {
		gap: 1.8rem;
		font-size: 1.9rem;
	}
	.merit h3 > span span:nth-of-type(1) {
		font-size: 3.9rem;
		line-height: .9;
		vertical-align: -.2rem;
	}
	.merit h3 > span span:nth-of-type(2) {
		font-size: 2.4rem;
	}
	.merit h3 img {
		width: 6.65rem;
	}
	.merit h4 {
		font-size: 1.44rem;
		margin-bottom: 1.3rem;
	}
	.merit h4 span {
		padding-bottom: 0;
		font-size: 1.9rem;
        line-height: 2;
	}
	.merit h5 {
		font-size: 1.44rem;
		margin-bottom: 2.5rem;
	}
	.merit h5 span {
		font-size: 1.8rem;
	}
	.merit_inner > p {
		font-size: 1.3rem;
		margin: 0;
	}
	.merit_card {
		display: block;
		margin: 3.8rem 0 .8rem;
	}
	.merit_card_item {
		display: flex;
		align-items: center;
		border-radius: 1.5rem;
		padding: 1rem 0 1rem;
	}
	.merit_card_item + .merit_card_item {
		margin-top: 1.4rem;
	}
	.merit_card_head {
		width: 50%;
	}
	.merit_card_name {
		font-size: 1.2rem;
		height: auto;
		margin-bottom: .6rem;
	}
	.merit_card_item figure {
		width: 10.1rem;
		margin: 0 auto;
	}
	.merit_card_item table {
		width: 13.6rem;
		margin: 0;
	}
	.merit_card_item table th {
		font-size: 1.1rem;
		padding: .7rem 0;
	}
	.merit_card_item table th:nth-child(1) {
		border-radius: .5rem 0 0;
	}
	.merit_card_item table th:nth-child(2) {
		border-radius: 0 .5rem 0 0;
	}
	.merit_card_item table td {
		font-size: 1.1rem;
		padding: .6rem 0;
	}
	.merit_card_item table tbody tr:last-child td:nth-child(1) {
		border-radius: 0 0 0 .5rem;
	}
	.merit_card_item table tbody tr:last-child td:nth-child(2) {
		border-radius: 0 0 .5rem;
	}
	.merit_note {
		font-size: 1.1rem;
		margin: 0 .7rem;
	}
	.merit_note li {
		padding-left: 1.8rem;
	}
	.merit_bg {
		margin: 5rem 0 0;
		padding: 5.3rem 0 6rem;
	}
	.merit_bg dl {
		width: auto;
		margin: 4.2rem auto 2.1rem;
	}
	.merit_bg dt {
		border-radius: .5rem;
		font-size: 1.4rem;
		margin-top: 1.8rem;
	}
	.merit_bg dt::before {
		width: 3rem;
		height: 3rem;
		right: 1.3rem;
	}
	.merit_bg dt div {
		justify-content: flex-start;
		padding: 0 0 2.2rem .7rem;
		height: 9rem;
	}
	.merit_bg dt:nth-of-type(2) div {
		padding-bottom: 2.2rem;
	}
	.merit_bg dt div::before,
	.merit_bg dt div::after {
		width: 1.7rem;
		height: .2rem;
		right: 1.9rem;
	}
	/* .merit_bg dt img {
		width: 3rem;
		margin: 0 3.3rem 0 1.6rem;
	} */
	.merit_bg dt:nth-of-type(1) img {
		width: 4rem;
		margin: 0 .7rem 0 .4rem;
		position: relative;
		top: .3rem;
	}
	.merit_bg dt div > span:nth-of-type(2) {
		font-size: 2.34rem;
		top: -.2rem;
	}
	.merit_bg dt div > span:nth-of-type(2) span {
		font-size: 3.64rem;
	}
	.merit_bg dt div > span:nth-of-type(2) span + span {
		font-size: 4.355rem;
		vertical-align: -.1rem;
	}
	.merit_bg dd {
		padding: 1.6rem 0 2rem;
	}
	.merit_bg dd a {
		text-decoration-thickness: .1rem;
		text-underline-offset: .3rem;
		font-size: 1.1rem;
		margin: 1.2rem 0 0;
	}
	.merit_bg dd p {
		font-size: 1.8rem;
		line-height: 1.8333;
	}
	.merit_bg dd .merit_note {
		width: auto;
		margin: 1.4rem auto 0;
	}
	.merit_btn h4 {
		font-size: 1.5rem;
		margin-bottom: .4rem;
	}
	.merit_btn h4::before,
	.merit_btn h4::after {
		width: .2rem;
		height: 1.6rem;
		vertical-align: -.3rem;
		margin: 0 1.2rem;
	}
	.merit_btn a {
		width: auto;
		border: .1rem solid #0e7655;
		border-radius: .5rem;
		font-size: 1.5rem;
		padding: 1.4rem 2.8rem 1.4rem 2.25rem;
	}
	.merit_btn a::after {
		border-width: .5rem 0 .5rem .7rem;
		right: 1rem;
	}
	.merit_service {
		margin-top: 6.2rem;
	}
	.merit_service h3 {
		line-height: 1.3958;
	}
	.merit_service_bnr {
		display: block;
		margin-top: 2.8rem;
	}
	.merit_service_bnr a {
		width: auto;
	}
	.merit_service_bnr a + a {
		width: auto;
		margin-top: 3.3rem;
	}
	.merit_item h3 {
		max-width: 345px;
		margin: 0 auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.merit_item h3 > span:first-child {
		width: 60px;
		height: 65.5px;
		order: 0;
	}
	.merit_item h3 > span img {
		width: 39px;
		margin: 16.5px 0 0 10px;
	}
	.merit_item#merit01 h3 span:first-child {
		margin-left: 50px;
	}
	.merit_item#merit01 h3 span + img {
		order: 2;
		width: 227px;
		margin: 8px auto 0;
	}
	.merit_item#merit01 h3 picture img:last-child {
		order: 1;
		width: 117px;
		margin-left: 12.5px;
		margin-right: 0;
		margin-bottom: 0;
	}
	.merit_item#merit02 h3 span + img {
		order: 2;
		width: 279px;
		margin-bottom: 0;
		margin-top: 6px;
		margin-left: 3px;
	}
	.merit_item#merit02 h3 > img:last-child {
		order: 1;
		width: 80px;
		margin-left: 13px;
		margin-right: -15px;
		margin-bottom: 5px;
	}
	#merit03 h3 span + img {
		order: 2;
		width: 190px;
		display: block;
		margin: 10px calc(100% - 190px / 2) 14px;
	}
	#merit_002 .merit_txt, #merit03 .merit_txt {
		font-size: 1.44rem;
	}
	#merit_002 .merit_txt p span, #merit03 .merit_txt p span {
		font-size: 1.9rem;
		line-height: 2;
	}
	#merit03 .merit_img {
		margin: 4rem auto 0;
	}
	#merit03 h3 {
		justify-content: center !important;
	}
	.merit_txt {
		font-size: 1.4rem;
		margin-top: 15px;
		margin-bottom: 1rem;
		padding-right: 0;
	}
	.merit_item#merit02 .merit_txt {
		margin: 15px -1vw 0;
		font-size: 1.4rem;
		line-height: 1.75;
		letter-spacing: 0;
		padding-left: 0;
	}
	.merit_item .merit_txt .merit_mark::before {
		display: none;
	}
	.merit_mark {
		display: inline;
		background: linear-gradient(transparent 60%, #fffbb8 60%);
	}
	.merit_item#merit03 .merit_txt {
		max-width: none;
		left: auto;
		display: block;
		font-size: 1.4rem;
		line-height: 1.75;
		text-align: center;
		letter-spacing: 0;
	}
	.merit_item#merit03 .merit_txt > p {
		margin-bottom: 10px;
	}
	.merit_txt_circle {
		width: 229px;
		height: 229px;
		font-size: 1.8rem;
		margin: 0 auto;
		padding: 37px 0 0;
	}
	.merit_txt_circle figure {
		width: 121.5px;
		left: auto;
		margin-top: 17px;
	}
}

/*campaign
----------------------------------------*/
.campaign_inner {
	max-width: 96rem;
	margin: 0 auto;
}
.campaign h2 {
	text-align: center;
	height: 13rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 6.1rem;
}
.campaign h2::before,
.campaign h2::after {
	content: '';
	display: block;
	height: .5rem;
	border-radius: .3rem;
	background: linear-gradient(to right, #148d66 0%,#115698 100%);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}
.campaign h2::after {
	top: auto;
	bottom: 0;
}
.campaign h2 img {
	width: 47.3rem;
}

.campaign a {
	display: block;
	margin: 0 auto;
	transition: opacity .3s;
}
.campaign a + a {
	margin-top: 3rem;
}
@media (hover:hover) {
	.campaign a:hover {
		opacity: .6;
	}
}
@media only screen and (max-width: 834px) {
	.campaign_inner {
		max-width: none;
		margin: 0 1.85rem;
	}
	.campaign h2 {
		height: 9.3rem;
		margin: 0 .15rem 2rem;
	}
	.campaign h2::before,
	.campaign h2::after {
		height: .3rem;
	}
	.campaign h2 img {
		width: 32.9rem;
	}
	.campaign a {
		width: auto;
		margin: 0;
	}
	.campaign a + a {
		margin-top: 2rem;
	}
}

/*howto
----------------------------------------*/
.howto {
	padding-bottom: 11.5rem;
	background: #ebf4f8;
	font-feature-settings: "palt";
}
.howto_inner {
	max-width: 96rem;
	margin: 0 auto;
}
.howto h2 {
	text-align: center;
	height: 13rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 5.9rem;
}
.howto h2::before,
.howto h2::after {
	content: '';
	display: block;
	height: .5rem;
	border-radius: .3rem;
	background: linear-gradient(to right, #148d66 0%,#115698 100%);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}
.howto h2::after {
	top: auto;
	bottom: 0;
}
.howto h2 img {
	width: 29.6rem;
}
.howto h3 {
	width: 54.9rem;
	margin: 0 auto 5.8rem;
}
.howto ul {
	display: flex;
	justify-content: space-between;
}
.howto ul li {
	width: 22.3rem;
	background: #fff;
	border-radius: 2rem;
	overflow: hidden;
	padding-bottom: 2.8rem;
}
.howto ul li h4 {
	text-align: center;
	font-size: 2.1rem;
	color: #092987;
	line-height: 1.27;
	margin: 1.9rem 0 1.8rem;
	letter-spacing: .03em;
}
.howto ul li:nth-child(3) h4 {
	margin: .9rem 0 1.1rem;
	letter-spacing: 0;
}
.howto ul li p {
	font-size: 1.6rem;
	line-height: 1.7225;
	margin: 0 1.8rem;
	letter-spacing: .03em;
}
@media only screen and (max-width: 834px) {
	.howto {
		padding: 0 2rem;
		margin-top: 0;
		margin-bottom: 7rem;
	}
	.howto h2 {
		height: 9.7rem;
		margin: 0 .15rem 3.5rem;
	}
	.howto h2::before,
	.howto h2::after {
		height: .3rem;
	}
	.howto h2 img {
		width: 21.4rem;
	}
	.howto h3 {
		width: 25.7rem;
		margin: 0 auto 2.8rem;
	}
	.howto ul {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 2.7rem 1.5rem;
	}
	.howto ul li {
		width: auto;
		border-radius: 1.5rem;
		padding-bottom: 2.2rem;
	}
	.howto ul li h4 {
		font-size: 1.5rem;
		margin: 1.3rem 0 1.2rem;
	}
	.howto ul li:nth-child(3) h4 {
		margin: .6rem 0 .9rem;
	}
	.howto ul li:nth-child(4) h4 {
		margin: 1.5rem 0 1.9rem;
	}
	.howto ul li p {
		font-size: 1.3rem;
		line-height: 1.5142;
		margin: 0 1.2rem;
	}
}

/*account
----------------------------------------*/
.account {
	padding: 8rem 0 8rem;
	font-feature-settings: "palt";
}
.account_inner {
	max-width: 96rem;
	margin: 0 auto 9rem;
}
.account h2 {
	text-align: center;
	height: 13rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 3.6rem;
}
.account h2::before,
.account h2::after {
	content: '';
	display: block;
	height: .5rem;
	border-radius: .3rem;
	background: linear-gradient(to right, #148d66 0%,#115698 100%);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}
.account h2::after {
	top: auto;
	bottom: 0;
}
.account h2 img {
	width: 48.7rem;
}
.account figure {
	width: 56.7rem;
	margin: 0 auto;
	left: .5rem;
	font-size: 1.2rem;
}
@media only screen and (max-width: 834px) {
	.account {
		padding: 6.2rem 2rem;
	}
	.account h2 {
		height: 14.1rem;
		margin: 0 .15rem 2.8rem;
	}
	.account h2::before,
	.account h2::after {
		height: .3rem;
	}
	.account h2 img {
		width: 25.3rem;
	}
	.account figure {
		width: auto;
		left: auto;
		font-size: 1rem;
	}
	.account figure figcaption {
		margin-top: .3rem;
	}
}

/*footer
----------------------------------------*/
.footer {
	background: #ebf4f8;
	font-feature-settings: "palt";
	padding: 8rem 0 10rem;
}
.footer_detail {
	max-width: 96rem;
	margin: 0 auto;
	line-height: 1.4286;
	letter-spacing: .03em;
}
.footer_detail h2 {
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: .05em;
	margin: 4.2rem 0 2.9rem;
}
.footer_detail h2::before {
	content: '';
	display: inline-block;
	width: 4.3rem;
	height: 3.8rem;
	background: url(../img/icon_attention.png) no-repeat left top / 100% auto;
	vertical-align: -.6rem;
	margin: 0 1.2rem 0 .3rem;
}
.footer_note {
	font-size: 1.6rem;
	line-height: 1.875;
}
.footer_note span {
	position: absolute;
	top: 0;
	left: .1rem;
}
.footer_note + .footer_note {
	margin-top: 2.3rem;
}
.footer_note li {
	padding-left: 2.5rem;
}
.footer_detail p {
	font-size: 1.6rem;
	line-height: 1.875;
}
.footer_detail ul + p,
.footer_detail p + p {
	margin-top: 3rem;
}
.footer_detail p a {
	text-decoration: underline;
	text-underline-offset: .4rem;
	transition: opacity .3s;
}
@media (hover:hover) {
	.footer_detail p a:hover {
		opacity: .6;
	}
}
@media only screen and (max-width: 834px) {
	.footer {
		padding: 6.2rem 2rem;
	}
	.footer_detail {
		letter-spacing: .02em;
	}
	.footer_detail h2 {
		font-size: 1.6rem;
		margin: 0 0 1.2rem;
	}
	.footer_detail h2::before {
		width: 2.2rem;
		height: 1.9rem;
		vertical-align: -.2rem;
		margin: 0 .6rem 0 .3rem;
	}
	.footer_note {
		font-size: 1.3rem;
		line-height: 1.6923;
	}
	.footer_note li {
		padding-left: 1.9rem;
	}
	.footer_detail p {
		font-size: 1.3rem;
		line-height: 1.6923;
	}
	.footer_detail ul + p,
	.footer_detail p + p {
		margin-top: 2.5rem;
	}
	.footer_detail p a {
		text-underline-offset: .3rem;
	}
}

.mainv_inner {
	padding:0;
    background-image: url(../img/mainv_ttl_02_bg.png);
    background-size: contain;
}

/*account_open
----------------------------------------*/

.account_open {
	padding: 8rem 2rem;
}
.account_open_inner {
	max-width: 96.6rem;
	margin: 0 auto 9rem;
}
.account_open h2 {
	text-align: center;
	height: 13rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 4.6rem;
}
.account_open h2::before,
.account_open h2::after {
	content: '';
	display: block;
	height: .5rem;
	border-radius: .3rem;
	background: linear-gradient(to right, #148d66 0%,#115698 100%);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}
.account_open h2::after {
	top: auto;
	bottom: 0;
}
.account_open h2 img {
	width: 29.6rem;
}
@media only screen and (max-width: 834px) {
	.account_open h2::before,
	.account_open h2::after {
	height: .3rem;
	}
	.account_open {
	padding: 6.2rem 2rem 6.2rem;
	}
	.account_open_inner {
	margin: 0 auto 0rem;
		}
	.account_open h2 img {
	    width: 25.6rem;
	}
	.account_open h2 {
	height: 9.3rem;
	}
}

/*credit
----------------------------------------*/

.credit {
	font-feature-settings: "palt";
    background: #ebf8f4;
    margin: 11.2rem 0 0;
    padding: 8rem 2rem 8rem;
	margin-top: 0;
}

.credit_inner {
	max-width: 96.6rem;
	margin: 0 auto;
}
.credit h2 {
	text-align: center;
	height: 13rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 4.6rem;
}
.credit h2::before,
.credit h2::after {
	content: '';
	display: block;
	height: .5rem;
	border-radius: .3rem;
	background: linear-gradient(to right, #148d66 0%,#115698 100%);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}
.credit h2::after {
	top: auto;
	bottom: 0;
}
.credit h2 img {
	width: 25.6rem;
}
.credit h3 {
	margin-bottom: 2.4rem;
}
.credit h3 img {
	width: 23.6rem;
	margin: 0 auto;
}
.credit_intro {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 3.8rem;
	margin-bottom: 1.2rem;
}
.credit_intro_txt {
	flex: 1;
	text-align: center;
	font-size: 2.323rem;
	font-weight: 700;
	line-height: 2.55;
	letter-spacing: .03em;
	padding-bottom: 4.8rem;
}
.credit_intro_txt span {
	line-height: 1.4;
	font-size: 4.453rem;
	background: linear-gradient(transparent 67%, #ecf266 67%, #ecf266 95%, transparent 95%);
}
.credit_intro figure {
	width: 47.9rem;
	margin: 0 -5.2rem 0 0;
}
.credit_function h3 {
	text-align: center;
	font-size: 4.4rem;
	letter-spacing: .025em;
	margin-bottom: 3.9rem;
}
.credit_function h3 span {
	display: block;
	font-size: 2.4rem;
	letter-spacing: .025em;
}
.credit_function_box {
	display: flex;
	align-items: center;
}
.credit_function figure {
	width: 26.4rem;
	margin-right: .4rem;
}
.credit_function ul {
	flex: 1;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.6154;
	margin-bottom: 2.4rem;
	letter-spacing: .025em;
}
.credit_function ul li {
	padding-left: 7rem;
}
.credit_function ul li span {
	color: #092987;
}
.credit_function ul li + li {
	margin-top: 4.5rem;
}
.credit_function ul li::before {
	content: '';
	display: block;
	width: 4.6rem;
	height: 4.6rem;
	background: url(../img/about_icon_01.png) no-repeat left top / 100% auto;
	position: absolute;
	left: .4rem;
	top: 0;
}
.credit_note {
	text-align: center;
	margin-bottom: 5rem;
}

.credit_text{
	text-align: center;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.5714;
    letter-spacing: .025em;
	margin-bottom: 2rem;
}

@media only screen and (max-width: 834px) {
	.credit {
		margin-top: 0;
		padding: 6.2rem 2rem 6.2rem;
	}
	.credit h2 {
		height: 9.3rem;
		margin-bottom: 3.6rem;
	}
	.credit h2::before,
	.credit h2::after {
		height: .3rem;
	}
	.credit h2 img {
		width: 21.4rem;
	}
	.credit h3 {
		margin-bottom: 1.4rem;
	}
	.credit h3 img {
		width: 14.8rem;
	}
	.credit_intro {
		display: block;
	}
	.credit_intro_txt {
		font-size: 1.45rem;
		line-height: 2.75;
		padding-bottom: 0;
	}
	.credit_intro_txt span {
		font-size: 2.783rem;
	}
	.credit_intro figure {
		width: 32rem;
		margin: 0 0 0 3.5rem;
	}
	.credit_function h3 {
		font-size: 2.8rem;
		line-height: 1.47;
		margin-bottom: 2.5rem;
	}
	.credit_function h3 span {
		font-size: 1.5rem;
	}
	.credit_function_box {
		display: block;
	}
	.credit_function figure {
		width: 14.2rem;
		margin-right: 0;
		position: absolute;
		top: -1.8rem;
		right: -5rem;
	}
	.credit_function ul {
		font-size: 1.4rem;
		margin-bottom: 0;
	}
	.credit_function ul li {
		padding-left: 4.3rem;
	}
	.credit_function ul li + li {
		margin-top: 2rem;
	}
	.credit_function ul li::before {
		width: 2.9rem;
		height: 2.9rem;
		left: .2rem;
		top: .3rem;
	}
	.credit_note {
		font-size: 1rem;
		margin-bottom: 3rem;
	}
	.credit_text{
    font-size: 1.8rem;
    line-height: 1.8333;
}
}

.merit_inner a {
	display: block;
	width: fit-content;
	text-decoration: underline;
	color: #0e7655;
	font-weight: 500;
	text-decoration-thickness: .2rem;
	text-underline-offset: .3rem;
	font-size: 1.6rem;
	margin: 1rem 0 0 1rem;
}
.merit_inner .merit_text {
	text-align: center;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.5714;
	letter-spacing: .025em;
}
.merit_note {
	width: fit-content;
	margin: 1.7rem auto 0;
	letter-spacing: .01em;
}
.merit_note li {
	padding-left: 1.5rem;
}

.merit_inner .merit_ex p{
	text-align: center;
    padding: 0.6rem 6rem;
    background-color: #115698;
    color: #fff;
    border-radius: 50px;
	font-size: 2.1rem;
}
.merit_inner .merit_ex {
    /* text-align: center; */
    display: flex;
    justify-content: center;
	margin-bottom: 2rem;
}
.merit_annotation {
	text-align: left;
	font-size: 1.2rem;
	line-height: 1.5;
	margin-top: 2rem;
	left: 6rem;
	font-weight: bold;
	text-indent: -1rem;
}

@media only screen and (max-width: 834px) {
	.merit_inner a{
		text-decoration-thickness: .1rem;
		text-underline-offset: .3rem;
		font-size: 1.1rem;
		margin: 1.2rem 0 0;
	}
	.merit_inner .merit_text {
		font-size: 1.8rem;
		line-height: 1.8333;
	}
	.merit_note {
		width: auto;
		margin: 1.4rem auto 0;
	}
	.merit_inner .merit_ex p{
		font-size: 1.6rem;
		padding: 0.2rem 4rem;
	}
	.merit_annotation {
		font-size: 1rem;
		line-height: 1.45;
		margin-top: 1.3rem;
		left: 1rem;
	}
	 #merit03 .merit_txt {
		white-space: nowrap;
	}
}

.campaign h3 {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 3.5rem;
    margin-bottom: 1rem;
	font-size: 3.2rem;
}
.campaign h3::after {
 	position: absolute;
    content: "";
    right: 24rem;
    top: 0;
    width: 2px;
    height: 100%;
    background:#000;
    border-radius: 3px;
    transform: rotate(25deg);
}
.campaign h3::before {
 	position: absolute;
    left: 24rem;
    top: 0;
    content: "";
    width: 2px;
    height: 100%;
    background: #000;
    border-radius: 3px;
    transform: rotate(-25deg);
}

@media only screen and (max-width: 834px) {
	.campaign h3 {
	font-size: 2.2rem;
	margin-top: 3.6rem;
	}
	.campaign h3::after {
		right: 1.5rem;
	}
	.campaign h3::before {
		left: 1.5rem;
	}
    .account_open > .campaign >.campaign_inner {
        margin: 0;
    }

}
/*howto_campain
----------------------------------------*/
.howto_campain{
	background: #ebf4f8;
	padding: 8rem 0;
}
@media only screen and (max-width: 834px) {
	.howto_campain{
		padding: 6.2rem 0;
	}
}


/*cv
----------------------------------------*/
.cv {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 4.3rem auto 0;
  width: 100%;
}

.cv button{
  text-decoration: none;
  color: #fff;
  font-size: 3.4rem;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
  border-radius: 1rem;
  padding: 4.6rem 0;
  width: inherit;
  border: none;
}

.btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  padding: 8px 34px 6px 34px;
  max-width: 100%;
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
  transition: 0.3s;
}

.btn::after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 10px;
  border: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24.66px;
}

.btn-green {
  color: #302f2e;
  background: linear-gradient(to right, #36ad87 11.9792%, #1473ce 88.0208%);
}

.btn-green::after {
  background-image: url(/camp/for_sbi_olive/img/icon.png);
  width: 2.8rem;
  height: 2.8rem;
}

.btn-green:hover {
  opacity: .6;
}



@media only screen and (max-width: 834px) {
  .cv {
	margin: 2.5rem auto 0;
  }

   .cv button {
    font-size: 2rem;
	padding: 2.5rem 0;
    border-radius: .6rem;
  }
    .btn {
    padding: 6px 16px 4px 16px;
    font-size: 18px;
  }
	.btn-green::after {
	right: 1.1rem;
	width: 1.4rem;
    height: 1.4rem;
	}
}

.merit_vpoint_img{
	width: 90%;
	margin: 0 auto;
}

#merit_002 .merit_txt p span {
    background: linear-gradient(transparent 55%, #ecf266 55%);
    letter-spacing: .03em;
    padding-bottom: .5rem;
	font-size: 3.2rem;
}

@media only screen and (max-width: 834px) {
	.merit_vpoint_img{
		width: 100%;
	}
	#merit_002 .merit_txt p span{
		font-size: 1.9rem;
	}
}

.navi_btn {
    max-width: 96.6rem;
}

.modal-select {
    max-width: 96rem;
    margin: 0 auto;
	padding: 6rem 0;
	position: relative;
}

.merit_card_top p {
    font-size: 2.08rem;
    line-height: 1.7692;
    letter-spacing: .025em;
    margin: 0 2rem;
	text-align: center;
}

.merit_card_top h1 {
	text-align: center;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.5714;
    letter-spacing: .025em;
	margin-bottom: 1rem;
}
.merit_card_note {
	font-size: 1.2rem;
	margin: 0 .3rem;
	letter-spacing: .04em;
}

.merit_note {
    margin: 1rem;
}

@media only screen and (max-width: 834px) {
	.modal-select {
		max-width: none;
		margin: 0 2rem;
		padding: 3rem 0;
	}
	
	.merit_card_top p {
		font-size: 1.3rem;
		margin: 0 .3rem;;
	}

	.merit_card_top h1 {
		font-size: 1.8rem;
		line-height: 1.8333;
	}
	
	.merit_card {
	    margin: 1rem 0;
    }
	.merit_note {
	    margin: 0;
	}
	
	.account_open_cta{
		padding: 0;
	}

}

.modal-window-inner {
	background-color: #fff;
    margin: 8rem auto;
	max-width: 110rem;
	border-radius: 10px;
}



.modal-close {
        position: absolute;
        right: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
		top: -40px;
    }

@media only screen and (max-width: 834px) {
    .modal-close {
    position: absolute;
    top: -40px;
    right: 0px;
    cursor: pointer;
    z-index: 15000;
}

}

body.modal-open-hidden {
	overflow: hidden;
	}

.mainv_pic_top {
	max-height: 130rem;
	margin: 0 auto;
}

.modal-bg {
    width: 100%;
    height: 100%;
    position: absolute;    
}
.navi_btn_list li {
    display: block;
    width: 32%;
    height: 9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    background: linear-gradient(to right, #36ad87 11.9792%, #1473ce 88.0208%);
    border-radius: 1rem;
    text-align: center;
    font-weight: 700;
    color: #fff;
    padding-bottom: .8rem;
    letter-spacing: .03em;
    transition: opacity .3s;
	position:relative
}

.navi_btn_list { 
	display: flex;
	width: 100%;
	gap: 1.5rem;
	justify-content: center;
}

.navi_btn_list > li::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: .7rem .9rem 0;
	border-color: #fff transparent transparent;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 1.1rem;
	margin: 0 auto;
	transition: transform .3s;
}

.navi_btn_list > li a::after {

	display: block;

}

.navi_btn_list_01 a {
	font-size: 2.1rem;
	position:absolute;
	width:100%;
	height:100%;
	display: flex;
    justify-content: center;
    align-items: center;
}

.navi_btn_list_02 a {
	font-size: 2.31rem;
	position:absolute;
	width:100%;
	height:100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navi_btn_list_03 a {
	font-size: 2.3rem;
	position:absolute;
	width:100%;
	height:100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (hover:hover) {
	.navi_btn_list li:hover {
		opacity: .6;
	}
	.navi_btn_list li:hover::after {
		transform: translateY(.5rem);
	}
}

@media only screen and (max-width: 834px) {
	.navi_btn_list{
		gap: .5rem;
	}
	.navi_btn_list li  {
		width: 32%;
        height: 7rem;
		padding-bottom: .1rem;
		gap: .5rem;
	}
	.navi_btn_list > li::after {
		border-width: .35rem .45rem 0;
		bottom: .4rem;
	}
	.navi_btn_list_01 a {
		font-size: 1.35rem;
	}

	.navi_btn_list_02 a {
		font-size: 1.35rem;
		line-height: 1.2;
	}

	.navi_btn_list_03 a {
		font-size: 1.35rem;
	}

}

.modal {
    opacity: 1;
    visibility: visible;
    display: none;
    pointer-events: auto;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.modal-bg {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #302F2E;
    opacity: 0.7;
}

.modal-window {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
    width: 100%;
}

.modal-window-inner {
    max-height: calc(100vh - 104px);
    overflow: auto;
    box-sizing: border-box;
}

.modal-window.js-modal-contents {
    max-width: 110rem;
}

.modal-window-inner#modal-select {
    width: calc(100% - 40px);
    margin: auto;
}

.modal-close {
    position: absolute;
    top: -45px;
    right: 20px;
    cursor: pointer;
    z-index: 10000;
}

.merit_annotation a {
	display: inline;
	font-size: 1.2rem;
	margin:0;
}

@media only screen and (max-width: 834px) {
	.merit_annotation a {
		font-size: 1rem;
	}
}

.modal-window-inner {
    max-width: 120rem;
}

.modal-window.js-modal-contents {
    max-width: 120rem;
}
.merit_card_item {
    display: flex;
    gap: 10px;
    justify-content: center;
	width: 100%;
}

.merit_card_item img {
	max-width: 28%;
    height: auto;
}

@media only screen and (max-width: 834px) {
	.merit_card_item {
		flex-wrap: wrap;
		    margin-bottom: 1rem;
	}
	
	.merit_card_item img {
		max-width: 100%;
	}
	.modal-window {
	top: 8%;
	}
}

.modal-select a{
	text-decoration: underline;
    color: #0e7655;
    font-weight: 500;
 	text-decoration-thickness: .1rem;
    text-underline-offset: .3rem;
}

@media only screen and (max-width: 834px) {
	.modal-select a{
	font-size: 1rem;
}
}

.info_container {
	display: flex;
	    gap: 2.7rem;
	    justify-content: center;
	    align-items: stretch;
	    padding: 8px 16px;
 }

.info_container_child img {
	margin: auto;    
  }
  
.info_container_child {
	width: 33%;
	    max-width: 300px;
	    display: flex;
	    flex-direction: column;
	    text-align: center;
	    padding: 1.5rem;
}

.info_container_item {
	border: 1px solid #dddddd;
	padding: 1rem;
	flex: 1; 
	display: flex;
	flex-direction: column;
	justify-content: space-between; 
	background-color: #FFFFFF;
}

.info_container_item p {
	margin-bottom: 1rem;
}

.info_container_box {
	margin: auto;
}

.info_container_txt {
	text-align: center;
	font-weight: 700;
}
  
@media screen and (max-width: 834px) {
	.info_bnr_sp {
		margin-bottom: 3.3rem;
	}
}
