@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Noto+Sans+JP:wght@100..900&display=swap');

body {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	background: #FFF;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: .06rem;
	color: #000;
}

img {
	width: 100%;
	display: block;
}

h2,
h3 {
	line-height: 1.2;
}

a {
	transition: all .7s;
}

a:hover {
	opacity: .7;
}

.inner {
	max-width: 1000px;
	width: calc(100% - 40px);
	margin: 0 auto;
}

.sp {
	display: none !important;
}

.abs {
	position: absolute;
}

.wrapper {
	overflow: hidden;
	min-width: 1040px;
}

.flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.flex.reverse {
	flex-direction: row-reverse;
}

.manrope {
	font-family: "Manrope", sans-serif;
	font-weight: 600;
	font-style: normal;
}

.fixed-cont-wrap {
	max-width: 325px;
	width: 12.5vw;
	position: fixed;
	right: 1vw;
	bottom: 1.5vw;
	z-index: 5;
	opacity: 0;
	transition: all .5s;
}

.fixed-cont-wrap.active {
	opacity: 1;
}

.fixed-cont-img {
	margin-bottom: 1.5vw;
}

.fv {
	z-index: 1;
	position: relative;
}

.fv-btns {
	position: absolute;
	display: flex;
	width: 52vw;
	bottom: 8vw;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.fv-btn {
	width: 33.5%;
}

.fv-btn:nth-child(2) {
	margin-top: -1.5%;
}

.campaign {
	padding: 0 0 20px;
	background-image: url(../img/campaign_bg.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.campaign-title {
	margin-bottom: 45px;
}

.campaign-cont {
	padding-bottom: 100px;
	position: relative;
}

.campaign-cont-title {
	margin-bottom: 35px;
	position: relative;
}

.campaign-cont-title::before {
	content: "";
	width: 27.5%;
	height: 2px;
	background: #b3b3b3;
	display: block;
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.campaign-cont-title::after {
	content: "";
	width: 27.5%;
	height: 2px;
	background: #b3b3b3;
	display: block;
	position: absolute;
	top: 50%;
	right: 0%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.campaign-cont-title h3 {
	display: flex;
	align-items: center;
	justify-content: center;
}

.campaign-cont-title h3 img {
	width: 90px;
	margin-right: 20px;
}

.campaign-cont-title h3 span {
	font-size: 40px;
	font-weight: 700;
}

.campaign-cont-list ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: calc(100% - 100px);
	margin: 0 auto;
}

.campaign-cont-list ul li {
	width: 30%;
	margin-right: 5%;
	margin-bottom: 30px;
}

.campaign-cont-list ul li:nth-child(3),
.campaign-cont-list ul li:nth-child(5) {
	margin-right: 0;
}

.campaign-cont-list ul li:nth-child(4),
.campaign-cont-list ul li:nth-child(5) {
	margin-bottom: 0;
}

.campaign-cont-list-abs {
	position: absolute;
}

.campaign-cont01 .campaign-cont-list-abs {
	width: 275px;
	bottom: 0;
	right: 0;
}

.campaign-cont02 .campaign-cont-list-abs {
	width: 230px;
	bottom: 0;
	left: 0;
}

.cta {
	position: relative;
}

.cmn-btn {
	width: 37.5vw;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	bottom: 2.5vw;
}

.cmn-btn a {
	position: relative;
	display: block;
}

.cmn-btn a img {
	position: relative;
	z-index: 1;
	transition: all .5s;
}

.cmn-btn a::before {
	content: "";
	position: absolute;
	width: 100%;
	border-radius: 100px;
	background: #5b2512;
	height: 4.75vw;
	left: 0;
	bottom: -6px;
	transition: all .5s;
}

.cmn-btn a:hover {
	opacity: 1;
}

.cmn-btn a:hover img {
	transform: translateY(6px);
}

.cont01 {
	padding: 120px 0 220px;
	background-image: url(../img/cont01_bg.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
}

.cont01-title {
	margin-bottom: 20px;
}

.cont01-flex-cont-wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 35px;
}

.cont01-flex-cont {
	width: 48%;
	border-radius: 20px;
}

.cont01-flex-cont-title {
	background: #29abe2;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border: 5px solid #29abe2;
	border-bottom: none;
}

.cont01-flex-cont-title h3 {
	display: flex;
	align-items: center;
	justify-content: center;
}

.cont01-flex-cont-txt {
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	border: 5px solid #29abe2;
	background: #fff;
	padding: 5px 20px 15px;
}

.cont01-flex-cont-txt-flex {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin-bottom: 10px;
}

.cont01-flex-cont-txt-flex p {
	font-size: 42px;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
}

.cont01-flex-cont-txt-flex span {
	font-size: 106px;
	font-weight: 700;
	margin-inline: 2.5px;
	color: #29abe2;
	letter-spacing: 0;
	line-height: 1;
	position: relative;
	bottom: -12.5px;
}

.cont01-flex-cont-txt-flex p small {
	display: block;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
}

.cont01-flex-cont-txt-p {
	text-align: right;
}

.cont01-flex-cont-txt-p p {
	font-size: 15px;
	font-weight: 400;
}

.cont01-flex-cont-title h3 img {
	width: 120px;
	margin-top: -20px;
}

.cont01-flex-cont-title h3 span {
	font-size: 40px;
	font-weight: 700;
	color: #fff;
	margin-left: 5px;
}

.cont01-flex-cont:nth-child(2) .cont01-flex-cont-title {
	background: #fa8919;
	border-color: #fa8919;
}

.cont01-flex-cont:nth-child(2) .cont01-flex-cont-txt-flex span {
	color: #fa8919;
}

.cont01-flex-cont:nth-child(2) .cont01-flex-cont-txt {
	border-color: #fa8919;
}

.cont01-bottom-cont-arrow {
	max-width: 50px;
	margin: 0 auto;
}

.cont01-bottom-cont-box {
	margin-top: -1.5%;
	position: relative;
}

.abs-img {
	position: absolute;
}

.cont01-bottom-cont-box .abs-img {
	width: 200px;
	right: -5%;
	top: -24.5%;
}

.cont02 {
	padding: 120px 0;
	background-image: url(../img/cont02_bg.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}

.cont02 .inner {
	position: relative;
	z-index: 1;
}

.cont02-abs-img {
	position: absolute;
}

.cont02-abs-img01 {
	width: 15.5vw;
	left: 0;
	top: 0;
}

.cont02-abs-img02 {
	width: 17.5vw;
	right: 0;
	top: 0;
}

.cont02-abs-img03 {
	width: 100%;
	left: 0;
	bottom: 0;
}

.cont02-title {
	width: calc(100% - 150px);
	margin: -230px auto 0;
	z-index: 1;
	position: relative;
}

.cont02-img01 {
	margin-top: -10px;
}

.cont02-img02 {
	max-width: 200px;
	margin: -80px auto 0;
}

.cont02-img03 {
	width: calc(100% - 200px);
	margin: -35px auto 0;
}

.cont02-img04 {
	margin-bottom: 60px;
	z-index: 1;
	position: relative;
}

.cont03 {
	padding: 120px 0 160px;
	background-image: url(../img/cont03_bg.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 1;
}

.cont03-title {
	margin: 0 auto 65px;
	background: #fff;
	text-align: center;
	border-radius: 10px;
	padding: 15px 0;
	position: relative;
}

.cont03-title h2 {
	font-size: 54px;
	font-weight: 700;
	color: #29abe2;
}

.cont03-title span {
	font-size: 30px;
	font-weight: 700;
	color: #000;
	display: block;
}

.cont03-title small {
	font-size: 30px;
	font-weight: 700;
	color: #000;
}

.box-parts01 {
	max-width: 115px;
	bottom: -75px;
	left: 40px;
	position: absolute;
}

.box-parts02 {
	max-width: 180px;
	bottom: -75px;
	right: 30px;
	position: absolute;
}

.cont03-sub-title {
	max-width: 730px;
	margin: 0 auto 30px;
	position: relative;
}

.cont03-sub-title .abs-img {
	width: 215px;
	bottom: -20px;
	right: -220px;
}

.cont03-box {
	margin-bottom: 100px;
	background: #fff;
	border-radius: 10px;
	position: relative;
}

.cont03-box-inner {
	padding: 15px 30px 15px 10px;
	display: flex;
	justify-content: space-between;
}

.cont03-box-img {
	width: 185px;
	z-index: 1;
}

.cont03-box-right {
	width: calc(100% - 165px);
	margin-left: -20px;
}

.cont03-box .box-parts01 {
	left: initial;
	right: 3px;
	bottom: -80px;
}

.cont03-box .box-parts02 {
	right: initial;
	left: 2px;
}

.cont03-box-right-title {
	text-align: center;
	margin-bottom: 10px;
}

.cont03-box-right-title h4 {
	font-size: 30px;
	font-weight: 700;
	padding-bottom: 10px;
}

.cont03-box-right-title h4 span {
	color: #29abe2;
}

.cont03-box-right-flex {
	display: flex;
	align-items: center;
	justify-content: center;
}

.cont03-box-right-flex-center {
	width: 37.5px;
	margin-inline: 30px;
}

.cont03-box-right-flex-left p.box {
	min-width: 185px;
	text-align: center;
	background: #29abe2;
	line-height: 1;
	font-size: 24px;
	color: #fff;
	font-weight: 700;
	padding: 5px 0;
	border-radius: 10px;
	margin-bottom: 5px;
}

.cont03-box-right-flex-left p.box span {
	font-size: 40px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0;
}

.cont03-box-right-flex-left p.box span small {
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0;
}

.cont03-box-right-flex-left p.num {
	position: relative;
}

.cont03-box-right-flex-left p.num span {
	position: relative;
	line-height: 1;
	font-size: 56px;
	letter-spacing: 0;
	font-weight: 700;
}

.cont03-box-right-flex-left p.num small {
	position: relative;
	line-height: 1;
	font-size: 34px;
	letter-spacing: 0;
	font-weight: 700;
}

.cont03-box-right-flex-left p.num::before {
	content: "";
	width: 100%;
	background: #fb6856;
	height: 4px;
	transform: rotate(-10deg);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-10deg);
	-webkit-transform: translate(-50%, -50%) rotate(-10deg);
	-ms-transform: translate(-50%, -50%)rotate(-10deg);
}

.cont03-box-right-flex-right {
	display: flex;
	align-items: center;
}

.cont03-box-right-flex-right-left p {
	font-size: 40px;
	color: #fb6856;
	line-height: 1.2;
	margin-right: 12.5px;
	font-weight: 700;
}

.cont03-box-right-flex-right-right {
	display: flex;
	align-items: center;
}

.cont03-box-right-flex-right-right p {
	font-size: 106px;
	font-weight: 700;
	color: #fb6856;
	line-height: 1;
	letter-spacing: 0;
}

.cont03-box-right-flex-right-right span {
	font-size: 54px;
	font-weight: 700;
	color: #fb6856;
	line-height: 1;
}

.cont03-box-right-flex-right-right span small {
	font-size: 20px;
	font-weight: 700;
	color: #fb6856;
	line-height: 1;
	display: block;
}

.cont03-bottom-txt {
	max-width: 790px;
	margin: 0 auto;
	text-align: center;
}

.cont03-bottom-txt p {
	font-size: 50px;
	font-weight: 700;
	line-height: 1.3;
	padding-bottom: 10px;
}

.cont03-bottom-txt p span {
	font-size: 62px;
	font-weight: 700;
	color: #ffff00;
	line-height: 1;
}

.cont04 {
	padding: 180px 0 120px;
	margin-top: -8%;
	background-image: url(../img/cont04_bg.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
z-index: 2;

}

.cont04-title {
	width: calc(100% - 70px);
	margin: 0 auto 55px;
}

.abs-parts {
	position: absolute;
}

.cont04-box-wrap {
	position: relative;
}

.cont04-box {
	background: #fff;
	width: calc(100% - 80px);
	margin: 0 auto;
	border-radius: 20px;
}

.cont04-box-inner {
	padding: 70px;
}

.cont04-box-parts01 {
	max-width: 240px;
	top: -50px;
	left: 0px;
}

.cont04-box-parts02 {
	max-width: 200px;
	bottom: -125px;
	left: -60px;
}

.cont04-box-parts03 {
	max-width: 235px;
	bottom: -35px;
	right: 0px;
}

.cont04-box-inner p {
	display: block;
	margin-block: 5px 30px;
}

.cont04-box-inner h4 {
	width: calc(100% - 15px);
	margin: 0 auto;
}

.flow {
	padding: 210px 0 120px;
	background-image: url(../img/flow_bg.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	position: relative;
}

.cmn-title {
	text-align: center;
	margin-bottom: 55px;
}

.cmn-title h2 {
	font-size: 60px;
	font-weight: 700;
}

.cmn-title h2 span {
	color: #29abe2;
}

.tab-menu {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	list-style: none;
	padding: 0;
	margin: 0;
}

.tab-menu li {
	cursor: pointer;
	width: 50%;
}

.tab-menu li.active {
	border-color: #333;
	font-weight: bold;
}

.tab-title {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #e6e6e6;
	padding: 15px 0;
	border-top-left-radius: 20px;
}

.tab-menu li:nth-child(2) .tab-title {
	border-top-left-radius: 0px;
	border-top-right-radius: 20px;
}

.tab-menu li.active .tab-title {
	background: #29abe2;
	padding-top: 25px;
	border-top-right-radius: 20px;
}

.tab-menu li:nth-child(2).active .tab-title {
	border-top-left-radius: 20px;
	background: #2977b7;
}

.tab-title .circle {
	width: 70px;
	height: 70px;
	position: relative;
	border-radius: 50%;
	margin-right: 20px;
	background: #fff;
}

.tab-title .circle svg {
	height: 40px;
	width: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	position: absolute;
}

.tab-title h3 {
	font-size: 40px;
	font-weight: 700;
}

.tab-menu li.active .circle svg .cls-1 {
	stroke: #29abe2;
}

.tab-content .tab-item:nth-child(2).active .circle svg .cls-1 {
	stroke: #2977b7;
}

.tab-menu li.active .tab-title h3 {
	color: #fff;
}

.tab-item {
	display: none;
	padding: 40px 70px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	background: #fff;
	border: 4px solid #29abe2;
}

.tab-content .tab-item:nth-child(2) {
	border-color: #2977b7;
}

.tab-item.active {
	display: block;
}

.flow-list ol {
	position: relative;
}

.flow-list ol::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 41px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	height: 90%;
	width: 2px;
	background: linear-gradient(to bottom, #a9ddf3, #29abe2);
}

.flow-list ol li {
	display: flex;
	position: relative;
	z-index: 1;
}

.flow-list-img {
	width: 85px;
}

.flow-list-txt {
	width: calc(100% - 80px);
	margin-left: -5px;
	margin-bottom: 30px;
	padding-bottom: 30px;
	padding-left: 40px;
	border-bottom: 2px dashed #ccc;
}

.flow-list ol li:last-child .flow-list-txt {
	margin-bottom: 0;
	border-bottom: none;
}

.flow-list-txt h4 {
	font-size: 24px;
	font-weight: 700;
	color: #29abe2;
	padding-bottom: 10px;
}

.tab-content .tab-item:nth-child(2) .flow-list-txt h4 {
	color: #2977b7;
}

.flow-list-txt p {
	font-size: 16px;
	font-weight: 400;
}

.qa {
	padding: 120px 0;
	background-image: url(../img/qa_bg.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}

.qa .cmn-title h2 {
	display: flex;
	align-items: center;
	justify-content: center;
}

.qa .cmn-title h2 img {
	width: 115px;
	margin-right: 20px;
}

.qa .tab-menu {
	margin-bottom: 30px;
}

.qa .tab-menu li {
	width: 49%;
}

.qa .tab-title {
	padding: 15px 0;
	border-radius: 20px;
}

.qa .tab-menu li:nth-child(2) .tab-title {
	border-radius: 20px;
}

.qa .tab-menu li.active .tab-title {
	padding: 15px 0;
}

.qa .tab-item {
	padding: 0;
	border: none;
}

.qa .tab-content {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background: initial;
	border: none;
}

.accordion-item {
	margin-bottom: 20px;
}

.accordion-item:last-child {
	margin-bottom: 0;
}

.accordion-header {
	background: #29abe2;
	padding: 15px 60px 15px 40px;
	border-radius: 15px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: all .5s;
	position: relative;
}

.accordion-header::before {
	content: "▲";
	font-size: 22px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transition: all .5s;
}

.accordion-header.active::before {
	transform: translateY(-50%)rotate(180deg);
	-webkit-transform: translateY(-50%)rotate(180deg);
	-ms-transform: translateY(-50%)rotate(180deg);
}

#tab4 .accordion-header {
	background: #2977b7;
}

.accordion-header span {
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	color: #29abe2;
	font-size: 32px;
	font-weight: 700;
	background: #fff;
	border-radius: 50%;
}

#tab4 .accordion-header span {
	color: #2977b7;
}

.accordion-header h3 {
	width: calc(100% - 75px);
	font-size: 30px;
	font-weight: 700;
	color: #ffffff;
}

.accordion-header.active {
	border-radius: 15px 15px 0 0;
}

.accordion-content {
	display: none;
	padding: 15px 40px;
	border: 2px solid #29abe2;
	border-top: 0;
	border-radius: 0 0 15px 15px;
	background: #fff;
	align-items: center;
	justify-content: space-between;
}

#tab4 .accordion-content {
	border-color: #2977b7;
}

.accordion-content span {
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	background: #c4bcbd;
	border-radius: 50%;
}

.accordion-content p {
	width: calc(100% - 75px);
	font-size: 18px;
	font-weight: 400;
}

.contact {
	padding: 120px 0 165px;
	background-image: url(../img/contact_bg.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}

.thanks-cont {
	height: 95vh;
}

.thanks-txt {
	text-align: center;
}

.thanks-txt p {
	padding-bottom: 40px;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 400;
}

.thanks-txt a {
	text-align: center;
	text-decoration: underline;
	color: #29abe2;
	font-size: 20px;
	font-weight: 700;
}

.contact-form-box {
	background: #fff;
	padding: 60px;
	border-radius: 20px;
}

footer {
	background: #29abe2;
	text-align: center;
	padding: 25px 0;
}

footer p {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
}

@media screen and (max-width: 1200px) {
	.cont04 {
		padding: 160px 0 120px;
		margin-top: -10vw;
	}
}

@media screen and (max-width: 1040px) {
	.fv-btns {
		width: 530px;
		bottom: 80px;
	}

	.cont04 {
		margin-top: -11vw;
	}
}

@media screen and (max-width: 834px) {
	.sp {
		display: block !important;
	}

	.pc {
		display: none !important;
	}

	.wrapper {
		min-width: 100%;
	}

	.inner {
		max-width: 500px;
		width: calc(100% - 20px);
	}

	.cmn-title {
		margin-bottom: 30px;
	}

	.cmn-title h2 {
		font-size: 30px;
	}

	.fv-btns {
		width: 97.5vw;
		bottom: 35vw;
	}

	.campaign {
		background-image: url(../img/campaign_bg_sp.webp);
	}

	.campaign-title {
		margin: 0 auto 25px;
		max-width: 500px;
	}

	.campaign-cont-title {
		max-width: 500px;
		margin: 0 auto 17.5px;
	}

	.campaign-cont-title h3 img {
		width: 55px;
		margin-right: 12.5px;
	}

	.campaign-cont-title h3 span {
		font-size: 24px;
	}

	.campaign-cont-title::after,
	.campaign-cont-title::before {
		width: 17.5%;
	}

	.campaign-cont-list ul {
		width: calc(100% - 20px);
		max-width: 500px;
		justify-content: space-between;
	}

	.campaign-cont02 .campaign-cont-list ul {
		flex-direction: row-reverse;
	}

	.campaign-cont-list ul li {
		width: 49%;
		margin-right: 0;
		margin-bottom: 15px;
	}

	.campaign-cont {
		padding-bottom: 40px;
	}

	.campaign-cont-list {
		max-width: 500px;
		margin: 0 auto;
		position: relative;
	}

	.campaign-cont01 .campaign-cont-list-abs {
		width: 145px;
		bottom: 60px;
		right: 10px;
	}

	.campaign-cont02 .campaign-cont-list-abs {
		width: 145px;
		bottom: 70px;
	}

	.cmn-btn {
		width: 80vw;
		bottom: 7vw;
	}

	.cmn-btn a::before {
		height: 10vw;
	}

	.cont01 {
		padding: 70px 0 200px;
		background-image: url(../img/cont01_bg_sp.webp);
	}

	.cont01-flex-cont-wrap {
		display: block;
		width: calc(100% - 20px);
		margin: 0 auto 17.5px;
	}

	.cont01-flex-cont {
		width: 100%;
	}

	.cont01-flex-cont-title h3 img {
		width: 85px;
		margin-top: -15px;
	}

	.cont01-title {
		width: calc(100% - 20px);
		margin: 0 auto 25px;
	}

	.cont01-flex-cont-title h3 span {
		font-size: 28px;
		margin-left: 7.5px;
	}

	.cont01-flex-cont:nth-child(1) {
		margin-bottom: 25px;
	}

	.cont01-flex-cont-txt-flex p {
		font-size: 28px;
	}

	.cont01-flex-cont-txt-flex p small {
		font-size: 10px;
	}

	.cont01-flex-cont-txt-flex span {
		font-size: 78px;
		bottom: -10px;
	}

	.cont01-flex-cont-txt-p p {
		font-size: 10px;
	}

	.cont01-flex-cont-txt {
		border: 3px solid #29abe2;
		padding: 0px 22.5px 20px;
	}

	.cont01-bottom-cont-box {
		margin-top: -3.5%;
	}

	.cont01-bottom-cont-box .abs-img {
		width: 115px;
		right: 0;
		top: -10%;
	}

	.cont02 {
		padding: 70px 0;
		background-image: url(../img/cont02_bg_sp.svg);
	}

	.cont02-abs-img01 {
		width: 115px;
	}

	.cont02-abs-img02 {
		width: 130px;
	}

	.cont02-title {
		width: calc(100% + 20px);
		margin: -20vw auto 0;
		left: -10px;
		z-index: 0;
	}

	.cont02-img01 {
		margin-top: -20px;
		position: relative;
		z-index: 2;
	}

	.cont02-img02 {
		max-width: 155px;
		margin: 30px auto;
	}

	.cont02-img03 {
		width: 280px;
		margin: 30px auto;
		left: -7.5px;
		position: relative;
	}

	.cont02-img04 {
		width: calc(100% - 20px);
		margin: 0 auto 50px;
	}

	.cont03 {
		padding: 70px 0 120px;
		background-image: url(../img/cont03_bg_sp.webp);
	}

	.cont03 .inner {
		width: calc(100% - 40px);
	}

	.cont03-title {
		margin: 0 auto 30px;
		padding: 10px 0;
	}

	.cont03-title span {
		font-size: 16px;
	}

	.cont03-title h2 {
		font-size: 28px;
	}

	.cont03-title small {
		font-size: 16px;
	}

	.cont03-sub-title .abs-img {
		width: 90px;
		bottom: initial;
		right: 0;
		top: -27px;
	}

	.box-parts01 {
		max-width: 60px;
		bottom: -42px;
		left: 20px;
	}

	.box-parts02 {
		max-width: 90px;
		bottom: -38px;
		right: 10px;
	}

	.cont03-sub-title {
		max-width: 100%;
		margin: 0 auto 25px;
	}

	.cont03-box .box-parts01 {
		right: 3px;
		bottom: -30px;
		transform: scale(-1, 1);
		max-width: 45px;
	}

	.cont03-box .box-parts02 {
		left: 5px;
		bottom: -29px;
		transform: scale(-1, 1);
		max-width: 70px;
	}

	.cont03-box {
		margin-bottom: 40px;
	}

	.cont03-box-inner {
		padding: 20px 15px;
		display: block;
	}

	.cont03-box-img {
		width: 75px;
		position: absolute;
		top: 10px;
		left: 10px;
	}

	.cont03-box-right {
		width: 100%;
		margin-left: 0;
	}

	.cont03-box-right-title h4 {
		font-size: 16px;
		line-height: 1.3;
		padding-bottom: 5px;
	}

	.cont03-box-right-title {
		text-align: center;
		margin-bottom: 10px;
		width: calc(100% - 60px);
		margin-left: auto;
	}

	.cont03-box-right-flex-left p.box span small {
		font-size: 18px;
	}

	.cont03-box-right-flex-left p.box span {
		font-size: 22px;
	}

	.cont03-box-right-flex-left p.box {
		min-width: 102.5px;
		width: 102.5px;
		font-size: 14px;
		padding: 4.5px 0;
		border-radius: 5px;
		margin-bottom: 5px;
	}

	.cont03-box-right-flex-left p.num span {
		font-size: 30px;
	}

	.cont03-box-right-flex-left p.num small {
		font-size: 18px;
	}

	.cont03-box-right-flex-center {
		width: 13.5px;
		margin-inline: 7.5px;
	}

	.cont03-box-right-flex-right-left p {
		font-size: 18px;
		margin-right: 4.5px;
	}

	.cont03-box-right-flex-right-right p {
		font-size: 50px;
	}

	.cont03-box-right-flex-right-right span {
		font-size: 24px;
	}

	.cont03-box-right-flex-right-right span small {
		font-size: 10px;
	}

	.cont03-bottom-txt p span {
		font-size: 26px;
	}

	.cont03-bottom-txt {
		max-width: 335px;
	}

	.cont03-bottom-txt p {
		font-size: 20px;
		padding-bottom: 4.5px;
	}

	.cont04 {
		margin-top: -12.5vw;
		padding: 150px 0;
	}

	.cont04 .inner {
		width: calc(100% - 40px);
	}

	.cont04-title {
		width: 100%;
		margin: 0 auto 25px;
	}

	.cont04-box-inner {
		padding: 50px 10px;
	}

	.cont04-box-parts01 {
		max-width: 120px;
		top: -17.5px;
		left: -10px;
	}

	.cont04-box-parts02 {
		max-width: 115px;
		bottom: -100px;
		left: -30px;
	}

	.cont04-box {
		width: 100%;
		border-radius: 15px;
	}

	.cont04-box-inner p {
		margin-block: 10px 20px;
	}

	.cont04-box-parts03 {
		max-width: 120px;
		bottom: -30px;
		right: -10px;
	}

	.flow {
		padding: 120px 0 70px;
		background-image: url(../img/flow_bg_sp.webp);
	}

	.flow .inner {
		width: calc(100% - 40px);
	}

	.tab-title h3 {
		font-size: 16px;
	}

	.tab-title .circle {
		width: 32px;
		height: 32px;
		margin-right: 5px;
	}

	.tab-title .circle svg {
		height: 18px;
	}

	.tab-menu li.active .tab-title {
		padding-top: 15px;
		border-top-right-radius: 10px;
	}

	.tab-menu li:nth-child(2) .tab-title {
		border-top-right-radius: 10px;
	}

	.tab-title {
		padding: 7.5px 0;
		border-top-left-radius: 10px;
	}

	.tab-item {
		padding: 30px 10px;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}

	.flow-list-img {
		width: 60px;
	}

	.flow-list ol::before {
		left: 29px;
	}

	.flow-list-txt h4 {
		font-size: 16px;
		padding-bottom: 5px;
	}

	.flow-list-txt p {
		font-size: 14px;
	}

	.flow-list-txt {
		width: calc(100% - 60px);
		margin-left: -5px;
		margin-bottom: 15px;
		padding-bottom: 15px;
		padding-left: 15px;
	}

	.qa {
		padding: 70px 0;
		background-image: url(../img/qa_bg_sp.webp);
	}

	.qa .cmn-title h2 img {
		width: 57.5px;
		margin-right: 10px;
	}

	.qa .tab-menu li:nth-child(2) .tab-title {
		border-radius: 10px;
	}

	.qa .tab-title {
		padding: 10px 0;
		border-radius: 10px;
	}

	.qa .tab-menu li.active .tab-title {
		padding: 10px 0;
		border-radius: 10px;
	}

	.accordion-header span {
		width: 30px;
		height: 30px;
		line-height: 29px;
		font-size: 16px;
	}

	.accordion-header h3 {
		width: calc(100% - 40px);
		font-size: 18px;
	}

	.accordion-header {
		padding: 15px 30px 15px 10px;
	}

	.accordion-content {
		padding: 15px 10px;
		border-radius: 0 0 10px 10px
	}

	.accordion-content span {
		width: 30px;
		height: 30px;
		line-height: 29px;
		font-size: 16px;
	}

	.accordion-content p {
		width: calc(100% - 40px);
		font-size: 14px;
	}

	.accordion-header::before {
		font-size: 14px;
		right: 10px;
	}

	.contact {
		padding: 70px 0;
		background-image: url(../img/contact_bg_sp.webp);
	}

	.contact-form-box {
		padding: 30px 20px;
		border-radius: 15px;
	}

	.thanks-cont .contact-form-box {
		max-width: 500px;
		margin: 0 auto;
	}

	.thanks-txt p {
		padding-bottom: 30px;
		font-size: 14px;
	}

	.thanks-txt a {
		font-size: 16px;
	}

	footer {
		padding: 30px 0;
	}

	footer p {
		font-size: 14px;
	}

	.fixed-btn {
		position: fixed;
		max-width: 500px;
		bottom: 5px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		width: calc(100% - 30px);
		opacity: 0;
		visibility: hidden;
		transition: all .5s;
		z-index: 10;
	}

	.fixed-btn.active {
		opacity: 1;
		visibility: visible;
	}

	.fixed-btn-top {
		margin-bottom: 5px;
	}

	.fixed-btn-bottom {
		display: flex;
		justify-content: space-between;
	}

	.fixed-btn-bottom a + a {
		margin-left: 10px; /* ← お好みで調整。例：10px〜20px */
	}

}

@media screen and (max-width: 500px) {
	.campaign-cont01 .campaign-cont-list-abs {
		bottom: 30px;
	}

	.campaign-cont02 .campaign-cont-list-abs {
		bottom: 15px;
	}

	.cmn-btn a::before {
		bottom: -4px;
	}

	.cmn-btn a:hover img {
		transform: translateY(4px);
	}

	.cont01-flex-cont-txt-flex span {
		font-size: 72px;
	}

	.cont01 {
		padding: 70px 0 140px;
	}

	.cont02-title {
		margin: -37.5vw auto 0;
	}

	.cont03-sub-title .abs-img {
		right: -10px;
		top: -30px;
	}

	.cont03-box-img {
		width: 70px;
	}

	.cont03-box-right-flex-right-right p {
		font-size: 46px;
	}

	.cont03-box-right-flex-right-left p {
		font-size: 16px;
		white-space: nowrap;
		margin-right: 2.5px;
	}

	.cont03-box-right-flex-right-right span small {
		white-space: nowrap;
	}

	.cont03-box-right-flex-left p.num span {
		font-size: 28px;
	}

	.cont03-box-right-flex-right-right span {
		font-size: 22px;
	}

	.cont03 {
		padding: 70px 0 100px;
	}

	.cont04 {
		margin-top: -17.5vw;
		padding: 120px 0 150px;
	}

	.flow-list-txt {
		width: calc(100% - 55px);
		margin-left: -5px;
		margin-bottom: 10px;
		padding-left: 10px;
	}

	.flow-list-txt p {
		letter-spacing: 0;
	}
}

.p-contact-form__fields {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 0.8571428571rem;
}

@media screen and (min-width: 835px) {
	.p-contact-form__fields {
		row-gap: 2rem;
	}
}

.p-contact-form__field {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 0.5714285714rem;
}

@media screen and (min-width: 835px) {
	.p-contact-form__field {
		-webkit-column-gap: 1.4285714286rem;
		-moz-column-gap: 1.4285714286rem;
		column-gap: 1.4285714286rem;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

.p-contact-form__field.row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}

.p-contact-form__label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-column-gap: 1.1428571429rem;
	-moz-column-gap: 1.1428571429rem;
	column-gap: 1.1428571429rem;
}

@media screen and (min-width: 835px) {
	.p-contact-form__label {
		width: 100%;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		max-width: 268px;
	}
}

.p-contact-form__label.row {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 0.7142857143rem;
	max-width: 8.5714285714rem;
}

@media screen and (min-width: 835px) {
	.p-contact-form__label.row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
		max-width: 268px;
	}
}

.p-contact-form__label-text {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
}

@media screen and (min-width: 835px) {
	.p-contact-form__label-text {
		font-size: 1.25rem;
	}
}

.p-contact-form__field-label-require {
	max-width: 50px;
	width: 100%;
	background: #29abe2;
	padding: 0 0 1px;
	color: #ffffff;
	border-radius: 100vmax;
	font-weight: 700;
	text-align: center;
	font-size: 12px;
}

@media screen and (min-width: 835px) {
	.p-contact-form__field-label-require {
		font-size: 0.9375rem;
		max-width: 55px;
		padding: 1.5px 0;
	}
}

.p-contact-form__body {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

@media screen and (min-width: 835px) {
	.p-contact-form__body {
		width: 100%;
	}
}

.p-contact-form__radios {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	row-gap: 10px;
}

.p-contact-form__radio-input {
	width: 1px;
	height: 1px;
	position: absolute;
	clip: rect(0, 0, 0, 0);
	overflow: hidden;
}

.p-contact-form__radio-input:checked+.p-contact-form__radio-text::after {
	opacity: 1;
}

.p-contact-form__radio-text {
	position: relative;
	padding-left: 2rem;
	font-weight: 400;
	cursor: pointer;
}

@media screen and (min-width: 835px) {
	.p-contact-form__radio-text {
		font-size: 1.25rem;
	}

	.p-contact-form__radios {
		row-gap: 0.7142857143rem;
	}
}

.p-contact-form__radio-text::before,
.p-contact-form__radio-text::after {
	content: "";
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	border-radius: 50%;
}

.p-contact-form__radio-text::before {
	width: 1rem;
	aspect-ratio: 1;
	border: 1px solid #bebebe;
	left: 0;
}

@media screen and (min-width: 835px) {
	.p-contact-form__radio-text::before {
		width: 1.125rem;
	}
}

.p-contact-form__radio-text::after {
	width: 0.5rem;
	aspect-ratio: 1;
	background: #29abe2;
	left: 0.25rem;
	opacity: 0;
}

@media screen and (min-width: 835px) {
	.p-contact-form__radio-text::after {
		width: 0.5625rem;
		left: 0.4rem;
	}
}

.p-contact-form__input {
	width: 100%;
	padding: 15px 20px;
	background: #e3f4fb;
	border-radius: 10px;
	outline: none;
	border: none;
	font-size: 20px;
	font-weight: 400;
}

.p-contact-form__textarea {
	width: 100%;
	padding: 15px 20px;
	background: #e3f4fb;
	border-radius: 10px;
	border-radius: 8px;
	border: none;
	font-size: 20px;
	font-weight: 400;
	min-height: 300px;
}

.p-contact-form__info {
	margin-top: 2.2857142857rem;
	border: 1px solid #d3d3d3;
	background: #fafafa;
	padding: 1.8571428571rem;
}

.p-contact-form__title {
	font-size: 1.1428571429rem;
	font-weight: 700;
}

@media screen and (min-width: 835px) {
	.p-contact-form__title {
		font-size: 1.25rem;
	}
}

.p-contact-form__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 0.2857142857rem;
	margin-top: 1.4285714286rem;
	font-size: 0.9285714286rem;
	font-weight: 400;
}

@media screen and (min-width: 835px) {
	.p-contact-form__list {
		font-size: 0.9375rem;
	}
}

.p-contact-form__list li ul {
	padding-left: 1.0714285714rem;
}

.p-contact-form__list-link {
	color: #29abe2;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

@media (any-hover: hover) {
	.p-contact-form__list-link:hover {
		opacity: 0.7;
	}
}

.p-contact-form__text {
	font-size: 0.9285714286rem;
	margin-top: 3.1428571429rem;
	font-weight: 400;
}

@media screen and (min-width: 835px) {
	.p-contact-form__text {
		text-align: center;
		font-size: 1.25rem;
	}
}

.p-contact-form__check-input:checked~.p-contact-form__check-text::after {
	opacity: 1;
}

input.p-contact-form__check-input {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.p-contact-form__check-text {
	display: block;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	position: relative;
	padding-left: 2rem;
	cursor: pointer;
}

@media screen and (min-width: 835px) {
	.p-contact-form__check-text {
		max-width: 245px;
		margin-inline: auto;
	}
}

.p-contact-form__check-text::before,
.p-contact-form__check-text::after {
	content: "";
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	border-radius: 4px;
}

.p-contact-form__check-text::before {
	width: 1.2857142857rem;
	aspect-ratio: 1;
	border: 1px solid #bebebe;
	left: 5rem;
}

@media screen and (min-width: 835px) {
	.p-contact-form__check-text::before {
		left: 0;
	}
}

.p-contact-form__check-text::after {
	width: 0.8rem;
	aspect-ratio: 1;
	background: #29abe2;
	left: 5.25rem;
	opacity: 0;
}

@media screen and (min-width: 835px) {
	.p-contact-form__check-text::after {
		left: 0.3rem;
	}
}

.p-contact-form__submit {
	display: block;
	margin-top: 2.2857142857rem;
	margin-inline: auto;
	padding: 25px 10px;
	background: #29abe2;
	border-radius: 100vmax;
	color: #ffffff;
	font-size: 26px;
	border: none;
	-webkit-transition: opacity 0.3s ease, background 0.3s ease;
	transition: opacity 0.3s ease, background 0.3s ease;
}

@media screen and (min-width: 835px) {
	.p-contact-form__submit {
		padding: 25px;
		max-width: 420px;
		width: 100%;
	}
}

.p-contact-form__submit.inactive {
	pointer-events: none;
	background: #bebebe;
}

@media (any-hover: hover) {
	.p-contact-form__submit:hover {
		opacity: 0.7;
	}
}

@media screen and (max-width: 834px) {

	.p-contact-form__input,
	.p-contact-form__textarea {
		font-size: 16px;
	}

	.p-contact-form__textarea {
		min-height: 200px;
	}

	.p-contact-form__fields {
		row-gap: 20px;
	}

	.p-contact-form__info {
		margin-top: 30px;
		padding: 30px 20px 20px;
	}

	.p-contact-form__title {
		font-size: 16px;
	}

	.p-contact-form__list {
		row-gap: 2.5px;
		margin-top: 15px;
		font-size: 13px;
	}

	.p-contact-form__text {
		font-size: 15px;
		margin-top: 30px;
	}

	.p-contact-form__check-text {
		font-size: 16px;
		padding: 0 0 0 30px;
		max-width: 220px;
		margin: 0 auto;
	}

	.p-contact-form__check-text::before {
		left: 0;
	}

	.p-contact-form__submit {
		margin-top: 30px;
		padding: 15px 10px;
		font-size: 16px;
		max-width: 265px;
		width: 100%;
	}

	.p-contact-form__field.row {
		column-gap: 15px;
	}

	.p-contact-form__radio-text {
		padding-left: 1.5rem;
	}

	.p-contact-form__radio-text::after {
		left: 0.35rem;
	}

	.p-contact-form__radios {
		row-gap: 5px;
	}
}



.cont03-3 {
	padding: 120px 0 160px;
	background-image: url(../img/cont03_3_bg.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 1; /* 修正 */
}

.cont03-3-title {
	margin: 0 auto 65px;
	background: #fff;
	text-align: center;
	border-radius: 10px;
	padding: 15px 0;
	position: relative;
}

.cont03-3-title h2 {
	font-size: 54px;
	font-weight: 700;
	color: #29abe2;
}

.cont03-3-title span {
	font-size: 30px;
	font-weight: 700;
	color: #000;
	display: block;
}

.cont03-3-title small {
	font-size: 30px;
	font-weight: 700;
	color: #000;
}

.cont03-3-sub-title {
	max-width: 1000px;
	margin: 0 auto 30px;
	position: relative;
	margin-top: 100px;
	margin-bottom: 60px;
}

/* ===== スマホカードリスト ===== */

.cont03-3-list-wrap {
	max-width: 1000px;
	margin: 40px auto 0;
	text-align: center;
}

.cont03-3-list {
	display: flex;
	justify-content: space-between;
	gap: 40px;
}

.cont03-3-item {
	flex: 1;
}

.cont03-3-card {
	background: #ffffff;
	border-radius: 32px;
	border: 4px solid #29abe2;
	padding: 32px 24px 28px;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
	display: flex;
	flex-direction: column;
	align-items: center;
}

.cont03-3-img img {
	width: auto;
	max-width: 180px;
	height: auto;
	margin: 0 auto 24px;  /* 名前がなくなったので少し広めに */
}

.cont03-3-btn {
	display: inline-block;
	min-width: 160px;
	padding: 10px 54px 11px;
	border-radius:  10px;
	background: #f15a24;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	margin-bottom: 18px;
}

/* 旧価格（黒文字 + 赤の二重線） */
.cont03-3-old {
	font-size: 32px;
	font-weight: 700;
	color: #000; /* ← 黒文字 */
	display: inline-block;
	position: relative;
	padding: 0 4px; /* 線が文字に当たらないように少し余白 */
}

/* 二重取り消し線：カラー #f04728 */
.cont03-3-old::before,
.cont03-3-old::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 3px;
	background: #f04728;  /* ← 指定のカラー */
}

/* 上の線（少し上） */
.cont03-3-old::before {
	top: 45%;
	transform: translateY(-4px);
}

/* 下の線（少し下） */
.cont03-3-old::after {
	top: 45%;
	transform: translateY(4px);
}
.cont03-3-arrow {
	margin-top: 20px;
	margin-bottom: 12px;
}

.cont03-3-arrow img {
	width: 40px;        /* お好みで調整（30〜50pxくらい） */
	height: auto;
	display: block;
	margin: 0 auto;
}

.cont03-3-new {
	font-size: 40px;
	font-weight: 700;
	color: #f04728;
}

.cont03-3-new span {
	font-size: 46px;
	letter-spacing: 0.02em;
}

.cont03-3-note {
	margin-top: 24px;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 80px;
	text-align: center;
}


.cont03-3-lead {
	text-align: center;
	margin: 40px auto 0;
}

.cont03-3-lead p {
	display: inline-block;
	font-size: 34px;
	font-weight: 700;
	color: #000000;       /* キャンペーン系と合わせたオレンジ */
	padding: 8px 32px;
}


/* SPではカルーセル前提のスタイルに変更 */
@media screen and (max-width: 834px) {

	/* ドット位置の調整（お好みで） */
	.cont03-3 .slick-dots {
	  margin-top: 20px;
	}

	.cont03-3-sub-title {
		max-width: 400px;
		margin: 0 auto 30px;
		position: relative;
		margin-top: 50px;
		margin-bottom: 60px;
	}

	.cont03-3-lead {
		text-align: center;
		margin: 40px auto 0;
	}
	
	.cont03-3-lead p {
		display: inline-block;
		font-size: 24px;
		font-weight: 700;
		color: #000000;       /* キャンペーン系と合わせたオレンジ */
		padding: 8px 32px;
	}

	.cont03-3 {
		padding: 70px 0 120px;
		background-image: url(../img/cont03_3_bg.webp);
	}

	
  }

  /* SPではカルーセル前提のスタイルに変更 */
@media screen and (max-width: 500px) {
	.cont03-3-sub-title {
		max-width: 300px;
		margin: 0 auto 30px;
		position: relative;
		margin-top: 50px;
		margin-bottom: 60px;
	}

	.cont03-3-lead {
		text-align: center;
		margin: 40px auto 0;
	}
	
	.cont03-3-lead p {
		display: inline-block;
		font-size: 20px;
		font-weight: 700;
		color: #000000;       /* キャンペーン系と合わせたオレンジ */
		padding: 8px 32px;
	}
	
  }


  /* ================================
   SP時：横スクロール + 左右に1枚ずつ見切れ
/* ★SP時：横スクロール + 中央に1枚表示（左右に次のカードがチラ見え） */
@media screen and (max-width: 834px) {

  /* 横スクロールさせるエリア */
  .cont03-3-list-wrap {
    max-width: 100%;
    width: 80%;
    margin: 40px auto 0;
    padding: 0 10vw 10px;          /* ★左右に余白 → 中央に1枚見えるように */
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory; /* スクロール時に1枚ずつ止まる */
  }

  /* カードを横一列に並べる */
  .cont03-3-list {
    display: flex !important;      /* 既存の display:block を上書き */
    flex-wrap: nowrap;
    gap: 16px;
  }

  /* 各カードの幅：画面の80%くらい（残り20%が左右のチラ見え部分） */
  .cont03-3-item {
    flex: 0 0 60vw;                /* ← 70vw にするとさらに左右が大きく見える */
    scroll-snap-align: center;
  }

  /* スクロールバー非表示（好みで） */
  .cont03-3-list-wrap::-webkit-scrollbar {
    display: none;
  }
}

@media screen and (max-width: 500px) {

	/* 横スクロールさせるエリア */
	.cont03-3-list-wrap {
	  max-width: 100%;
	  width: 80%;
	  margin: 40px auto 0;
	  padding: 0 10vw 10px;          /* ★左右に余白 → 中央に1枚見えるように */
	  overflow-x: auto;
	  -webkit-overflow-scrolling: touch;
	  scroll-snap-type: x mandatory; /* スクロール時に1枚ずつ止まる */
	}
  
	/* カードを横一列に並べる */
	.cont03-3-list {
	  display: flex !important;      /* 既存の display:block を上書き */
	  flex-wrap: nowrap;
	  gap: 16px;
	}
  
	/* 各カードの幅：画面の80%くらい（残り20%が左右のチラ見え部分） */
	.cont03-3-item {
	  flex: 0 0 40vw;                /* ← 70vw にするとさらに左右が大きく見える */
	  scroll-snap-align: center;
	}
  
	/* スクロールバー非表示（好みで） */
	.cont03-3-list-wrap::-webkit-scrollbar {
	  display: none;
	}




	.cont03-3-img img {
		width: auto;
		max-width: 180px;
		height: auto;
		margin: 0 auto 24px;  /* 名前がなくなったので少し広めに */
	}
	
	.cont03-3-btn {
		display: inline-block;
		min-width: 160px;
		padding: 8px 30px 9px;
		border-radius:  10px;
		background: #f15a24;
		color: #fff;
		font-size: 14px;
		font-weight: 700;
		text-decoration: none;
		margin-bottom: 18px;
	}
	
	/* 旧価格（黒文字 + 赤の二重線） */
	.cont03-3-old {
		font-size: 32px;
		font-weight: 700;
		color: #000; /* ← 黒文字 */
		display: inline-block;
		position: relative;
		padding: 0 4px; /* 線が文字に当たらないように少し余白 */
	}
	
	/* 二重取り消し線：カラー #f04728 */
	.cont03-3-old::before,
	.cont03-3-old::after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		height: 3px;
		background: #f04728;  /* ← 指定のカラー */
	}
	
	/* 上の線（少し上） */
	.cont03-3-old::before {
		top: 45%;
		transform: translateY(-4px);
	}
	
	/* 下の線（少し下） */
	.cont03-3-old::after {
		top: 45%;
		transform: translateY(4px);
	}
	.cont03-3-arrow {
		margin-top: 20px;
		margin-bottom: 12px;
	}
	
	.cont03-3-arrow img {
		width: 40px;        /* お好みで調整（30〜50pxくらい） */
		height: auto;
		display: block;
		margin: 0 auto;
	}
	
	.cont03-3-new {
		font-size: 30px;
		font-weight: 700;
		color: #f04728;
	}
	
	.cont03-3-new span {
		font-size: 36px;
		letter-spacing: 0.02em;
	}

	.cont03-3-note {
		margin-top: 24px;
		font-size: 14px;
		font-weight: 400;
		margin-bottom: 40px;
		text-align: center;
	}
	

	.cont03-3-lead {
		text-align: center;
		margin: 20px auto 0;
	}

  }

  @media screen and (max-width: 834px) {
	.cont03-3 {
	background-image: url(../img/bk2.webp);
	  background-size: 170% auto;   /* 100〜140% くらいで調整してOK */
	  background-position: center -60px;  /* 上方向に60pxずらすイメージ */
	  background-repeat: no-repeat;
	}
  }