@charset "UTF-8";

.pc-on {
	display: block;
}
.sp-on {
	display: none;
}

.pc {
	display: block;
}
.sp {
	display: none;
}
.pc_i {
	display: inline;
}
.sp_i {
	display: none;
}

a {
	text-decoration: none;
}

main {
  background-image: url(../imgs/bg_mv.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
}

.l-breadcrumb {
	background-color: #FFFFFF;
}

.mv {
	width: 100%;
	height: auto;
	margin-bottom: 135px;
	padding-top: 50px;
	/*
	background-image: url("../imgs/bg_mv.webp");
	background-repeat: no-repeat;
	background-position: top center;
	*/
}
.mv .mv__inner {
  width: 100%;
	max-width: 1200px;
	height: auto;
	min-height: 1485px;
	margin: 0 auto;
	background-image: url("../imgs/bg_mv__inner_pc.webp");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
	position: relative;
	z-index: 1;
}
.mv .mv__inner h1 {
	display: none;
}
.mv .mv__inner__cnt {
	display: block;
	margin: -600px auto 128px auto;
	padding-top: 615px;
	width: 100%;
	max-width: 1200px;
	height: 880px;
	border-radius: 50px;
	background-color: #FFFBCF;
	position: relative;
	z-index: 0;
}
.mv .mv__inner__cnt p {
	width: 1077px;
	margin: 0 auto;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 2rem;
	margin-bottom: 2.4rem;
}
.mv .mv__inner__btn {
	display: flex;
  flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 24px;
}
.mv .mv__inner__btn .lbl {
	text-align: center;
	font-family: "Noto Sans JP";
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 6px;
}
.mv .mv__inner__btn .att {
	font-family: "Noto Sans JP";
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-top: 6px;
}
.mv .cnt1 .cnt1__inner .cnt1__ttl {
	margin-bottom: 172px;
}
.mv .cnt1 .cnt1__inner .cnt1__ttl .cnt1__ttl__txt {
	display: none;
}
.mv .cnt1 .cnt1__inner .cnt1__ttl .cnt1__ttl__img {
	display: block;
	width: 90%;
	max-width: 532px;
	margin: 0 auto;
}
.mv .cnt1 .cnt1__inner .cnt1__inner__cnt {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
	height: auto;
	padding-top: 190px;
	padding-bottom: 75px;
	border-radius: 50px;
	background-color: #FFFBCF;
	position: relative;
	z-index: 0;
}
.mv .cnt1 .cnt1__inner .cnt1__inner__cnt .menu {
	margin-top: -310px;
	margin-bottom: 70px;
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 32px;
}
.mv .cnt1 .cnt1__inner .cnt1__inner__cnt .menu .itm {
	width: 100%;
	max-width: 240px;
	transition: all 0.3s ease;
}
.mv .cnt1 .cnt1__inner .cnt1__inner__cnt .menu .itm:hover {
	transform: scale(1.05);
}
.mv .cnt1 .cnt1__inner .cnt1__inner__cnt .menu .itm a {
	display: block;
	width: 100%;
}

.mv .cnt1 .cnt1__inner .cnt1__inner__cnt .cnt1__inner__ttl {
	margin-right: auto;
	margin-left: auto;
	width: 90%;
	max-width: 788px;
}
.mv .cnt1 .cnt1__inner .cnt1__inner__cnt .cnt1__inner__ttl .cnt1__inner__ttl__txt {
	display: none;
}

.mv .cnt1 .cnt1__inner .cnt1__inner__cnt .cnt1__inner__ttl .cnt1__inner__ttl__txt {
	display: none;
}

.mv .cnt1 .cnt1__inner__cnt .m {
	text-align: center;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 500;
	line-height: 3.6rem; /* 200% */
	margin-bottom: 0;
}
.mv .cnt1 .cnt1__inner__cnt .l {
	text-align: center;
	color: #EA5D8B;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 3.6rem; /* 150% */
	margin-bottom: 0;
}
.mv .cnt1 .cnt1__inner__cnt .s {
	text-align: center;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 2rem; /* 142.857% */
	margin-bottom: 0;
}

.mv .cnt1 .cnt1__inner__cnt .cnt1__inner__img {
	width: 90%;
	max-width: 1080px;
	margin: -42px auto 15px auto;
}

.mv .cnt1 .cnt1__inner__cnt p {
	width: 90%;
	max-width: 1077px;
	margin: 0 auto;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 2rem;
	margin-bottom: 50px;
}

.mv .cnt1 .cnt1__inner__cnt .cnt1__inner__tokuten {
	width: 90%;
	max-width: 800px;
	margin: 0 auto 40px auto;
	padding: 34px;
	background-color: #FFF;
	border-radius: 30px;
}
.mv .cnt1 .cnt1__inner__cnt .cnt1__inner__tokuten .cnt1__inner__tokuten__ttl__txt {
	display: none;
}
.mv .cnt1 .cnt1__inner__cnt .cnt1__inner__tokuten .cnt1__inner__tokuten__ttl__img {
	display: block;
	width: 100%;
	margin: 0 auto 20px auto;
}
.mv .cnt1 .cnt1__inner__cnt .cnt1__inner__tokuten p {
	margin: 0;
	width: 100%;
}
.mv .cnt1 .cnt1__inner__cnt .cnt1__inner__tokuten p.tokuten__l {
	text-align: center;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2rem; /* 111.111% */
	letter-spacing: 0.072rem;
	margin-bottom: 12px;
}
.mv .cnt1 .cnt1__inner__cnt .cnt1__inner__tokuten p.tokuten__s {
	text-align: center;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.4rem; /* 150% */
	letter-spacing: 0.048rem;
	margin-bottom: 16px;
}
.mv .cnt1 .cnt1__inner__cnt .cnt1__inner__tokuten p.tokuten__i {
	width: 100%;
	max-width: 626px;
	margin: 0 auto;
}
.mv .cnt1 .cnt1__inner__cnt .cnt1__inner__btn {
	margin-bottom: 15px;
}

section.campaign {
	width: 100%;
	max-width: 1200px;
	height: auto;
	margin: 0 auto 135px auto;
	padding: 80px 60px;
	border-radius: 50px;
}
section.campaign .exp {
	width: 100%;
	height: auto;
	display: flex;
	gap: 27px;
	position: relative;
	z-index: 2;
}
section.campaign .exp .exp__img {
	width: 320px;
	height: 320px;
  margin-top: -135px;
}
section.campaign .exp .exp__txt {
	flex: 1;
	margin-bottom: 20px;
}
section.campaign .exp .exp__txt .exp__txt_l {
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 4rem;
	letter-spacing: 0.084rem;
	margin-bottom: 4px;
}
section.campaign .exp .exp__txt .exp__txt_m {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 2.8rem;
	letter-spacing: 0.072rem;
}
section.campaign .exp .exp__txt .exp__txt_s {
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 2rem;
	letter-spacing: 0.028rem;
}
section.campaign .img {
	margin: 0 auto 50px auto;
}
section.campaign .btn {
	margin: 0 auto 50px auto;
}
section.campaign .bnr {
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
}
section.campaign .bnr a img {
	transition: all 0.3s ease;
}
section.campaign .bnr a img:hover {
	transform: scale(1.025);
}
section.campaign .bnr .bnr-txt {
	text-align: center;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 3.6rem;
}
section.campaign .bnr .bnr-txt::before {
	content: "＼";
}
section.campaign .bnr .bnr-txt::after {
	content: "／";
}
section.campaign .box {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
section.campaign .box .box__inner {
	margin-top: -17px;
	padding: 54px;
	width: 100%;
	border-radius: 30px;
	background-color: #FFFFFF;
}
section.campaign .box .box__inner .ttl-txt {
	display: flex;
	align-items: center;
	gap: 24px;
	margin-bottom: 30px;
}
section.campaign .box .box__inner .ttl-txt .txt {
	flex: 1;
}
section.campaign .box .box__inner .ttl-txt .txt strong {
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: 3rem;
	letter-spacing: 0.08rem;
}
section.campaign .box .box__inner .ttl-txt .txt small {
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 2.4rem;
	letter-spacing: 0.056rem;
}
section.campaign .box .box__inner .btn {
  margin: 0 auto;
}
section.campaign .box .box__inner .lst {
	display: flex;
	gap: 29px;
	justify-content: center;
	margin-bottom: 30px;
}
section.campaign .box .box__inner .lst .itm {
	width: 100%;
	max-width: 305px;
}
section.campaign .box .box__inner .recommend {
	margin-top: 49px;
	display: flex;
	justify-content: space-between;
	gap: 29px;
}
section.campaign .box .box__inner .recommend .rec {
	flex: 1;
	width: 472px;
	height: 480px;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
section.campaign .box .box__inner .recommend .rec a {
	position: absolute;
	bottom: 38px;
	left: 50%;
	transform: translateX(-50%);
}
section#campaign1 {
	background-color: #DFFBFF;
}
section#campaign2 {
	background-color: #DAF7D1;
}
section#campaign3 {
	background-color: #FFFBCF;
	margin-bottom: 0;
}
section#campaign1 .exp {
	background-image: url(../imgs/bg_campaign1_bird.svg);
	background-repeat: no-repeat;
	background-position: bottom -22px right 38px;
	padding-bottom: 55px;
}
section#campaign2 .exp {
	background-image: url(../imgs/bg_campaign2_bird.svg);
	background-repeat: no-repeat;
	background-position: bottom right 66px;
}
section#campaign3 .exp {
	background-image: url(../imgs/bg_campaign3_bird.svg);
	background-repeat: no-repeat;
	background-position: top right 78px;
  background-size: 23%;
}
section#campaign1 .exp .exp__txt .exp__txt_l strong {
	color: #006CB8;
}
section#campaign2 .exp .exp__txt .exp__txt_l strong {
	color: #027A7D;
}
section#campaign3 .exp .exp__txt .exp__txt_l strong {
	color: #F0830F;
}
section#campaign1 .bnr .bnr-txt {
	color: #006CB8;
}
section#campaign2 .bnr .bnr-txt {
	color: #027A7D;
}
section#campaign3 .bnr .bnr-txt {
	color: #F0830F;
}
section.campaign .box .box__inner .recommend .rec1 {
	background-image: url(../imgs/bg_ace_rec1.svg);
}
section.campaign .box .box__inner .recommend .rec2 {
	background-image: url(../imgs/bg_ace_rec2.svg);
}
section.campaign .box .box__inner .attent {
	margin-top: 12px;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 2.4rem;
	letter-spacing: 0.056rem;
}
section#campaign4 {
	margin-bottom: 0;
}
section#campaign4 .btn {
	margin-bottom: 0;
}
.b-btn {
	width: 90%;
	max-width: 373px;
	height: 64px;
	display: block;
	background-color: #1D6BB2;
	color: #FFF;
	text-align: center;
	font-family: "Noto Sans JP";
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(../imgs/a-btn__arrow.svg);
	background-repeat: no-repeat;
	background-position: right 20px center;
	border-radius: 12px;
}
.c-btn {
	width: 360px;
	height: 64px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 0;
	background-color: #1D6BB2;
	color: #FFF;
	font-family: "Noto Sans JP";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding-top: 20px;
	padding-bottom: 20px;
  border-radius: 10px;
	background-image: url(../imgs/c-btn__arrow.svg);
	background-repeat: no-repeat;
	background-position: right 20px center;
	filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
	margin-right: auto;
	margin-left: auto;
	transition: all 0.3s ease;
}
.c-btn:hover {
	background-color: #115799;
}
.c-btn__arrow {
	width: 14px;
	height: 14px;
}
.c-btn small {
	font-size: 14px;
}
.c-btn.d {
	background-image: url(../imgs/c-btn__arrow_d.svg);
}
.d-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	box-sizing: border-box;
	max-width: 372px;
	width: 90%;
	height: 64px;
	background: #006CB6;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 100%;
	color: #fff;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 9px;
	background-image: url(../imgs/d-btn__arrow.svg);
	background-repeat: no-repeat;
	background-position: right 20px center;
	border-radius: 12px;
}
.e-btn {
	width: 360px;
	height: 64px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 0;
	color: #FFF;
	font-family: "Noto Sans JP";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding-top: 20px;
	padding-bottom: 20px;
  border-radius: 10px;
	background: linear-gradient(90deg, #188DCE 0%, #F86393 66.83%, #F61A5D 100%);
	background-repeat: no-repeat;
	background-position: center center;
	filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
	margin-right: auto;
	margin-left: auto;
	transition: all 0.3s ease;
	position: relative;
}
.e-btn::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(90deg, #1A7BB2 0%, #D85680 66.83%, #D2154F 100%);
  border-radius: 10px;
	opacity: 0;
	transition: all 0.3s ease;
}
.e-btn:hover::before {
	content: "";
	opacity: 1;
}
.e-btn .txt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}
.e-btn::after {
	content: "";
	width: calc(100% - 7px);
	height: calc(100% - 7px);
	border: 1px solid #FFFFFF;
	border-radius: 8px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-image: url(../imgs/bg_e-btn_after.svg);
	background-repeat: no-repeat;
	background-position: right 18px center;
}
.e-btn:hover {
	background-color: #115799;
}
.e-btn__arrow {
	width: 14px;
	height: 14px;
}
.e-btn small {
	font-size: 14px;
}
.e-btn.d {
	background-image: url(../imgs/c-btn__arrow_d.svg);
}

.p-btn {
	width: 90%;
	max-width: 360px;
	height: 64px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0;
	border: 2px solid #006CB8;
	background: #FFF;
	color: #006CB8;
	font-family: "Noto Sans JP";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding-top: 20px;
	padding-bottom: 20px;
  border-radius: 10px;
	background-image: url(../imgs/p-btn__icn.svg);
	background-repeat: no-repeat;
	background-position: right 20px center;
	filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
	margin-right: auto;
	margin-left: auto;
	transition: all 0.3s ease;
}
.p-btn:hover {
	border: 2px solid #115799;
	color: #115799;
}
.p-btn__arrow {
	width: 14px;
	height: 14px;
}
.p-btn small {
	font-size: 14px;
}
.direct__convenience-item-btn-direct {
	padding-left: 18px;
	padding-right: 20px;
}
.direct__convenience-item-btn-appli {
	padding-left: 33px;
	padding-right: 36px;
}
.btns {
	width: 100%;
	background-color: #EEEEEF;
	padding-top: 44px;
	padding-bottom: 44px;
	padding-left: 27px;
	padding-right: 28px;
}
.btns__inner {
	display: flex;
	justify-content: center;
	gap: 24px;
}
.btns__btn {
	max-width: 372px;
	height: 64px;
	justify-content: center;
}
.btns__btn span {
	width: 14px;
	height: 14px;
	margin-top: 4px;
}
.f-btn {
	width: 100%;
	background-color: #006CB8;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 4px;
	color: #FFF;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.48px;
	text-decoration: none;
  background-image: url(../imgs/f-btn__pdf_white.svg);
  background-repeat: no-repeat !important;
  background-position: right 20px center !important;
	background-size: auto !important;
}
.cta {
	width: 100%;
	background-color: #B1E0FF;
	padding-top: 54px;
	padding-bottom: 57px;
	padding-left: 13px;
	padding-right: 14px;
}
.cta__inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	border-radius: 10px;
}
.cta__title {
	color: #1D6BB2;
	font-family: "Noto Sans JP";
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-align: center;
	margin-bottom: 18px;
}
.cta__list {
	display: flex;
	align-items: center;
	background-color: #FFFFFF;
	border: 6px solid #EFF6F7;
	padding: 19px 0;
}
.cta__tel {
	width: 50%;
	border-right: 1px solid #707070;
	padding-top: 8px;
	padding-bottom: 2px;
}
.cta__tel-title {
	color: #222;
	font-family: "Noto Sans JP";
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 5px;
	text-align: center;
}
.cta__tel-item {
	width: 100%;
	max-width: 285px;
	margin: 0 auto;
}
.cta__contact {
	width: 50%;
}
.cta__contact-title {
	color: #222;
	font-family: "Noto Sans JP";
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 6px;
	text-align: center;
}
.cta__contact-btn {
	max-width: 372px;
	height: 64px;
	margin: 0 auto;
	justify-content: center;
}
.cta__contact-btn span {
	width: 14px;
	height: 14px;
}




/*PC ONLY*/
@media (min-width: 768px), print {
	/* 画面サイズ768px以上の場合適用されるスタイルを記述してください
	主にPCで見た場合でのスタイル設定を想定しています。 */
}

/*SP ONLY*/
@media (max-width: 767px) {
	/* 画面サイズ767px以下の場合適用されるスタイルを記述してください
	主にスマホサイズでのスタイル設定を想定しています
	タブレットのスタイルを打ち消す際もここで記述してさい */
	.pc-on {
		display: none;
	}
	.sp-on {
		display: block;
	}

	.pc {
		display: none;
	}
	.sp {
		display: block;
	}

	.pc_i {
		display: none;
	}
	.sp_i {
		display: inline;
	}
	.cta__contact-btn {
		width: 100%;
	}
	.entry .btns .btn .btn-txt {
		font-size: 14px;
	}

	main::after {
		content: "";
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		background-image: url(../imgs/bg_mv.webp);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		z-index: -1;
	}

	.mv {
		padding-top: 28px;
	}
	.mv .mv__inner {
    max-width: 100%;
		min-height: auto;
		aspect-ratio: 376 / 929;
    background-image: url("../imgs/bg_mv__inner_sp.svg");
	}
	.mv .mv__inner__cnt p {
		width: 90%;
		margin-top: 12px;
	}
	.mv .mv__inner__cnt {
    margin: -130vw auto 0 auto;
    padding-top: 0;
    padding-bottom: 10vw;
    height: auto;
    background-color: #FFFBCF;
		border-radius: 25px;
	}
	.mv .mv__inner__cnt::before {
		content: "";
		display: block;
		aspect-ratio: 9 / 12;
	}
	.mv .mv__inner__btn {
    gap: 0;
	}
	.mv .mv__inner__btn .btn {
		width: 100%;
	}
	.mv .mv__inner__btn .btn .e-btn,
	.mv .mv__inner__btn .btn .c-btn {
		width: 90%;
	}
	.mv .mv__inner__btn .att {
		width: 90%;
		margin-right: auto;
		margin-left: auto;
	}
	.mv .cnt1 {
		margin-top: 10vw;
		padding-top: 15vw;
	}
	.mv .cnt1 .cnt1__inner .cnt1__ttl {
    margin-bottom: 15vw;
	}
	.mv .cnt1 .cnt1__inner .cnt1__inner__cnt {
    margin: 0 auto;
    padding-top: 10vw;
    padding-bottom: 20vw;
    border-radius: 25px;
	}
	.mv .cnt1 .cnt1__inner .cnt1__inner__cnt .menu {
		margin: -20vw auto 15vw auto;
    width: 90%;
    gap: 5vw;
	}
	.mv .cnt1 .cnt1__inner__cnt .cnt1__inner__img {
    margin: 0 auto 12px auto;
	}
	.mv .cnt1 .cnt1__inner__cnt .m {
		line-height: 2.6rem;
	}
	.mv .cnt1 .cnt1__inner__cnt .s {
    text-align: left;
	}
	.mv .cnt1 .cnt1__inner__cnt .cnt1__inner__tokuten {
    padding: 7.5vw;
    border-radius: 20px;
	}
	.mv .cnt1 .cnt1__inner__cnt .cnt1__inner__tokuten p.tokuten__l {
    line-height: 2.8rem;
	}
	.mv .cnt1 .cnt1__inner__cnt .cnt1__inner__tokuten p.tokuten__s {
    text-align: left;
	}
	.mv .cnt1 .cnt1__inner__cnt .cnt1__inner__btn .c-btn,
	.mv .cnt1 .cnt1__inner__cnt .cnt1__inner__btn .p-btn {
		width: 90%;
		max-width: 90%;
	}
	section.campaign {
    margin: 0 auto 135px auto;
    padding: 8vw 5vw;
    border-radius: 25px;
	}
	section.campaign .exp {
    width: 100%;
		flex-direction: column;
    gap: 5vw;
	}
	section.campaign .exp .exp__img {
    width: 80vw;
    height: 80vw;
    margin-top: -30vw;
		margin-right: auto;
		margin-left: auto;
	}
	section#campaign1 .exp {
    background-position: bottom center;
		padding-bottom: 36vw;
    background-size: 53vw auto;
	}
	section.campaign .img {
		width: 100vw;
    margin: -10vw -5vw 50px -5vw;
		position: relative;
    z-index: 2;
	}
	section.campaign .bnr .bnr-txt {
		display: flex;
		justify-content: center;
		align-items: center;
    text-align: center;
		gap: 2.5vw;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 3.6rem;
	}
	section.campaign .bnr .bnr-txt::before {
		content: "";
		background-image: url(../imgs/img_line_l.svg);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
    width: 8vw;
    height: 25vw;
	}
	section.campaign .bnr .bnr-txt::after {
		content: "";
		background-image: url(../imgs/img_line_r.svg);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
    width: 8vw;
    height: 25vw;
	}
	section#campaign2 .exp {
    background-position: bottom center;
		background-size: 42vw auto;
	}
	section#campaign2 .exp .exp__txt {
    margin-bottom: 170px;
	}
	section#campaign2 .btn {
    margin: -4vw auto 50px auto;
		position: relative;
		z-index: 2;
	}
	section#campaign2 .btn .c-btn {
		width: 100%;
		max-width: 100%;
	}
	section#campaign3 .exp {
		padding-bottom: 36vw;
    background-position: bottom center;
		background-size: 60% auto;
	}
	section.campaign .exp .exp__txt .exp__txt_l {
		text-align: center;
    font-size: 2.7rem;
		line-height: 3.6rem;
		letter-spacing: 0.108rem;
	}
	section.campaign .box .box__inner .ttl-txt {
		flex-direction: column;
    gap: 24px;
    margin-bottom: 30px;
	}
	section.campaign .box {
		position: relative;
		z-index: 2;
	}
	section.campaign .box .box__inner {
		margin-top: -5vw;
    padding: 5vw;
	}
	section.campaign .box .box__inner .lst {
    display: flex;
		flex-direction: column;
    gap: 12px;
    justify-content: center;
    margin-bottom: 30px;
	}
	section.campaign .box .box__inner .lst .itm {
    max-width: 100%;
	}
	section#campaign3 .box .box__inner .btn .c-btn {
    width: 100%;
		max-width: 100%;
	}
	section.campaign .box .box__inner .recommend {
    margin-top: 49px;
    display: flex;
		flex-direction: column;
    justify-content: space-between;
    gap: 29px;
	}
	section.campaign .box .box__inner .recommend .rec {
    flex: 0 0 auto;
		width: 100%;
		height: auto;
	}
	section.campaign .box .box__inner .recommend .rec1 {
    background-image:
		  url(../imgs/bg_ace_rec1_sp_ill.svg),
		  url(../imgs/bg_ace_rec1_sp.svg);
		background-size:
		  90% auto,
			contain;
		background-position:
		  bottom 64px center,
			center center;
		aspect-ratio: 280 / 474;
	}
	section.campaign .box .box__inner .recommend .rec2 {
    background-image:
		  url(../imgs/bg_ace_rec2_sp_ill.svg),
		  url(../imgs/bg_ace_rec2_sp.svg);
		background-size:
		  90% auto,
			contain;
		background-position:
		  bottom 64px center,
			center center;
		aspect-ratio: 280 / 415;
	}
	section.campaign .box .box__inner .recommend .rec a {
		width: 100%;
		max-width: 100%;
		filter: none;
    bottom: 0;
	}

	section#campaign4 .btn .c-btn,
	.btns .btn .c-btn {
		width: 100%;
		max-width: 100%;
	}

	.cta {
    padding-top: 57px;
    padding-bottom: 48px;
	}
	.cta__title {
    color: #1D6BB2;
    font-family: "Noto Sans JP";
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
	}
	.cta__list {
    flex-direction: column;
    padding-top: 26px;
    padding-bottom: 33px;
    padding-left: 20px;
    padding-right: 20px;
	}
	.cta__tel {
    width: 100%;
    border-right: initial;
    padding-top: initial;
    padding-bottom: initial;
    border-bottom: solid 1px #707070;
	}
	.cta__tel-title {
    color: #222;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
	}
	.cta__tel-item {
    max-width: 259px;
    margin-bottom: 22px;
	}
	.cta__contact {
    width: 100%;
    padding-top: 20px;
	}
	.cta__contact-btn {
    width: 100%;
	}
}


@media (max-width: 390px) {
	.mv .cnt1 .cnt1__inner__cnt .m {
    font-size: 1.6rem;
		line-height: 1.5;
	}
	.mv .cnt1 .cnt1__inner__cnt .l {
    font-size: 1.8rem;
		line-height: 1.5;
		margin-top: 0.5em;
		margin-bottom: 0.5em;
	}
}
@media (max-width: 360px) {
	section.campaign .exp .exp__txt .exp__txt_l {
    font-size: 2.2rem;
	}
}
@media (max-width: 320px) {
	section.campaign .bnr .bnr-txt {
    font-size: 2.2rem;
	}
}




/* 印刷ビュー */
@media print {
	/* 印刷時にのみ適用されるスタイルを記述してください */
}


/* -------------------------------------------- */
/* flex                                         */
/* -------------------------------------------- */
.flex {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.jc_st {
  justify-content: start;
}
.jc_en {
  justify-content: end;
}
.jc_c {
  justify-content: center;
}
.jc_fs {
  justify-content: flex-start;
}
.jc_fe {
  justify-content: flex-end;
}
.jc_l {
  justify-content: left;
}
.jc_r {
  justify-content: right;
}
.jc_sb {
  justify-content: space-between;
}
.jc_sa {
  justify-content: space-around;
}
.jc_se {
  justify-content: space-evenly;
}
.jc_sc {
  justify-content: stretch;
}
.fw_nw {
  flex-wrap: nowrap;
}
.fw_wr {
  flex-wrap: wrap-reverse;
}
.fd_rr {
  flex-direction: row-reverse;
}
.fd_cm {
  flex-direction: column;
}
.ff_cm {
  flex-flow: column;
}
.ai_s {
  align-items: start;
}
.ai_c {
  align-items: center;
}
.ai_e {
  align-items: end;
}
.ai_fe {
  align-items: flex-end;
}
.ai_st {
  align-items: stretch;
}
.wfit {
  width: fit-content;
}
.hfit {
  height: fit-content;
}

/* -------------------------------------------- */
/* text                                         */
/* -------------------------------------------- */
.tl {
  text-align: left;
}
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
.fs24 {
  font-size: 24px !important;
}
.fs20 {
  font-size: 20px !important;
}
.fs16 {
  font-size: 16px !important;
}
.fs12 {
  font-size: 12px !important;
}

/* -------------------------------------------- */
/* ol 米（※）マーク + num                       */
/* -------------------------------------------- */
ol.asterisk-num {
  list-style: none;
  counter-reset: count 0;
  margin-left: 1.5em;
}
ol.asterisk-num li {
  text-indent: -2.3em;
  margin-left: .7em;
}
ol.asterisk-num li::before {
  content: "※"counter(count)" ";
  counter-increment: count 1;
  margin-right: 0.5em;
}


/* -------------------------------------------- */
/* ol num                                       */
/* -------------------------------------------- */
ol.num {
  list-style: none;
  counter-reset: count 0;
  margin-left: 0.75em;
}
ol.num li {
  text-indent: -1.5em;
  margin-left: .7em;
}
ol.num li::before {
  content: counter(count)". ";
  counter-increment: count 1;
  margin-right: 0.5em;
}


/* -------------------------------------------- */
/* ul asterisk                                  */
/* -------------------------------------------- */
ul.asterisk {
	margin-left: 1.25em;
}


/* -------------------------------------------- */
/* ol num-maru                                  */
/* -------------------------------------------- */
ol.num-maru {
  list-style: none;
  counter-reset: count;
  padding-left: 0;
}

ol.num-maru li {
  counter-increment: count;
  position: relative;
  padding-left: 1.5em;
  line-height: 1.5;
}

ol.num-maru li::before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1em;
  line-height: 1.5;
  color: #333;
}

/* ①～⑳ まで nth-of-type で指定 */
ol.num-maru li:nth-of-type(1)::before  { content: "①"; }
ol.num-maru li:nth-of-type(2)::before  { content: "②"; }
ol.num-maru li:nth-of-type(3)::before  { content: "③"; }
ol.num-maru li:nth-of-type(4)::before  { content: "④"; }
ol.num-maru li:nth-of-type(5)::before  { content: "⑤"; }
ol.num-maru li:nth-of-type(6)::before  { content: "⑥"; }
ol.num-maru li:nth-of-type(7)::before  { content: "⑦"; }
ol.num-maru li:nth-of-type(8)::before  { content: "⑧"; }
ol.num-maru li:nth-of-type(9)::before  { content: "⑨"; }
ol.num-maru li:nth-of-type(10)::before { content: "⑩"; }
ol.num-maru li:nth-of-type(11)::before { content: "⑪"; }
ol.num-maru li:nth-of-type(12)::before { content: "⑫"; }
ol.num-maru li:nth-of-type(13)::before { content: "⑬"; }
ol.num-maru li:nth-of-type(14)::before { content: "⑭"; }
ol.num-maru li:nth-of-type(15)::before { content: "⑮"; }
ol.num-maru li:nth-of-type(16)::before { content: "⑯"; }
ol.num-maru li:nth-of-type(17)::before { content: "⑰"; }
ol.num-maru li:nth-of-type(18)::before { content: "⑱"; }
ol.num-maru li:nth-of-type(19)::before { content: "⑲"; }
ol.num-maru li:nth-of-type(20)::before { content: "⑳"; }


/* main-content.scss over write */
.l-content {
  padding-bottom: 0;
}
.l-footeraside {
	display: none;
}
@media (max-width: 767px) {
	.l-content {
		padding-bottom: 0;
	}
}

