@charset "UTF-8";

main.content {
	max-width: 750px;
	width: 100%;
	margin: 0 auto;
}

select {
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0px;
}

input {
	border-radius: 0px;
}

.inner {
	max-width: 1150px;
	width: calc(100% - 40px);
	margin: 0 auto;
}

.serif {
	font-family: "Noto Serif JP", serif;
}

.sp {
	display: none;
}

.abs {
	position: absolute;
}

.flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.wrapper {
	overflow: hidden;
}

.cta {
	background: #DEECF5;
	padding: 30px 5px 110px;
}

.cta-box {
	background: rgba(30, 62, 124, 1);
	border: solid 3.5px rgba(255, 255, 255, 1);
	border-radius: 17.5px;
	position: relative;
	max-width: 400px;
	margin: 0 auto;
	padding-bottom: 50px;
	display: block;
}

.cta-box-tag {
	position: absolute;
	border: 2.23px solid rgba(255, 255, 255, 1);
	background: rgba(1, 113, 255, 1);
	padding: 3.5px 20px 5px;
	border-radius: 30px;
	transform: rotate(-7.5deg);
	left: -5px;
	top: -12.5px;
}

.cta-box-tag p {
	line-height: 1;
	color: rgba(255, 241, 0, 1);
	font-size: 18px;
	font-weight: 700;
}

.cta-box-top {
	margin: 0px 20px 5px;
	padding-left: 60px;
	padding-block: 10px;
	border-bottom: 1px dashed #fff;
}

.cta-box-top p {
	font-weight: 700;
	font-size: 18px;
	color: #fff;
	text-align: center;
}

.cta-box-top p span {
	color: rgba(255, 241, 0, 1);
	display: block;
}

.cta-box-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-right: 20px;
}

.cta-box-flex-img {
	width: 42.5%;
}

.cta-box-flex-txt {
	width: 54.5%;
	text-align: center;
}

.cta-box-flex-txt-tag {
	display: block;
	background: rgba(254, 241, 0, 1);
	border-radius: 30px;
	margin: 0 auto 5px;
}

.cta-box-flex-txt-tag span {
	font-size: 16px;
	font-weight: 900;
	color: rgba(30, 62, 124, 1);
	text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,
		-1px 1px 0 #FFF, 1px -1px 0 #FFF,
		0px 1px 0 #FFF, 0-1px 0 #FFF,
		-1px 0 0 #FFF, 1px 0 0 #FFF;
}

.cta-box-flex-txt p {
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	line-height: 1.3;
}

.cta-box-flex-txt p span {
	color: rgba(254, 241, 0, 1);
	white-space: nowrap;
}

.cta-box .cta-btn {
	position: absolute;
	bottom: -45px;
}

.cta-btn {
	position: relative;
	width: 100%;
}

.cta-btn-tag {
	border: 2.23px solid rgba(255, 255, 255, 1);
	background: rgba(51, 51, 51, 1);
	padding: 3.5px 20px 5px;
	border-radius: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 200px;
	margin: 0 auto;
	z-index: 2;
	position: relative;
}

.cta-btn-tag img {
	width: 20px;
	margin-right: 5px;
}

.cta-btn-tag p {
	font-size: 15px;
	font-weight: 700;
	color: rgba(254, 241, 0, 1);
	line-height: 1;
}

.cta-btn a,
.cta-btn .btn {
	margin-top: -15px;
	width: 100%;
	border-radius: 40px;
	display: block;
	background: linear-gradient(180deg, #FF4400 0%, #FF7A2B 20.5%, #FF4400 34.5%, #FF4100 100%);
	border: 3.34px solid rgba(255, 255, 255, 1);
	box-shadow: 0px 7.37px 0px 0px #AB2C00;
	padding: 17.5px 0 10px;
	transition: all .7s;
}

.cta-btn-left {
	position: absolute;
	left: 0;
	bottom: 3px;
	width: 100px;
	transition: all .7s;
}

.cta-btn-line {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 40px;
}

.cta-btn-line img {
	width: 40px;
	margin-right: 10px;
}

.cta-btn-line p {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
	text-align: center;
}

.cta-btn-line p span {
	font-size: 22px;
	letter-spacing: .2rem;
}

.cta-btn .abs-img {
	position: absolute;
	width: 62.5px;
	right: -2.5px;
	bottom: -10px;
}

.trouble {
	background: #DEECF5;
	position: relative;
	z-index: 1;
}

.trouble-title {
	margin-bottom: 15px;
}

.trouble-list {
	max-width: 500px;
	margin: 0 auto;
	padding: 0 12.5px;
}

.trouble-parts {
	display: block;
	margin-top: -20px;
}

.cta-second {
	background-image: url(../img/cta_second_bg.webp);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-block: 10px 100px;
	margin-top: -60px;
	padding-inline: 0;
}

.cta-second-txt {
	max-width: 100%;
	padding: 0px;
	margin: 0 auto;
}

.cta-second .cta-box {
	margin-top: -120px;
}

.benefit {
	padding: 40px 0;
}

.benefit-title {
	margin-bottom: 30px;
	text-align: center;
}

.benefit-list {
	padding: 0px;
}

.benefit-list-title {
	margin-bottom: 30px;
	padding: 0 25px;
}

.benefit-list ul li:nth-child(1) .benefit-list-title,
.benefit-list ul li:nth-child(5) .benefit-list-title {
	padding: 0px;
}

.benefit-list-img {
	margin-bottom: 60px;
	padding: 0 25px;
}

.benefit-list ul li:nth-child(1) .benefit-list-img,
.benefit-list ul li:nth-child(5) .benefit-list-img {
	padding: 0 10px;
}

.benefit-list ul li:nth-child(3) .benefit-list-img img:nth-child(1) {
	margin-bottom: 30px;
}

.benefit-line-btn {
	position: relative;
	max-width: 400px;
	margin: 0 auto 30px;
}

.benefit-line-btn-tag {
	border: 2.23px solid rgba(255, 255, 255, 1);
	background: rgba(51, 51, 51, 1);
	padding: 4.5px 10px 6px;
	border-radius: 30px;
	max-width: 215px;
	margin: 0 auto;
	z-index: 2;
	position: relative;
	background: rgba(1, 113, 255, 1);
}

.benefit-line-btn-tag p {
	font-size: 14px;
	white-space: nowrap;
	font-weight: 700;
	color: rgba(254, 241, 0, 1);
	line-height: 1;
}

.benefit-line-btn a {
	margin-top: -14.5px;
	width: 100%;
	border-radius: 40px;
	display: block;
	background: linear-gradient(180deg, #FF4400 0%, #FF7A2B 20.5%, #FF4400 34.5%, #FF4100 100%);
	border: 3.34px solid rgba(255, 255, 255, 1);
	box-shadow: 0px 7.37px 0px 0px #AB2C00;
	padding: 17.5px 0 10px;
	transition: all .7s;
}

.benefit-line-btn-left {
	position: absolute;
	left: -9px;
	bottom: 3px;
	width: 105px;
	transition: all .7s;
}

.benefit-line-btn-txt {
	width: calc(100% - 110px);
	margin: 0 10px 0 auto;
}

.benefit-line-btn-txt-top {
	padding-left: 40px;
	text-align: center;
	padding-block: 10px;
	border-bottom: 1px dashed #fff;
	margin-bottom: 10px;
}

.benefit-line-btn-txt-top p {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	line-height: 1.2;
}

.benefit-line-btn-txt-top p span {
	color: rgba(254, 241, 0, 1);
	display: block;
}

.benefit-line-btn-txt-bottom {
	margin-bottom: 10px;
	text-align: center;
}

.benefit-line-btn-txt-bottom p {
	font-size: 28px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
}

.benefit-line-btn-txt-bottom span {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
}

.benefit-line-btn .abs-img {
	position: absolute;
	width: 62.5px;
	right: -2.5px;
	bottom: -22.5px;
}

.benefit-tel-btn {
	position: relative;
	max-width: 400px;
	margin: 0 auto 10px;
}

.benefit-tel-btn p {
	border: 1px solid rgba(0, 0, 0, 1);
	border-radius: 30px;
	text-align: center;
	padding: 1px 10px 2.5px;
	font-size: 14px;
	max-width: 255px;
	margin: 0 auto 5px;
}

.benefit-tel-btn .abs-img {
	position: absolute;
	width: 62.5px;
	right: -2.5px;
	bottom: -5px;
}

.benefit-mail-btn a {
	width: 100%;
	display: block;
	max-width: 400px;
	margin: 0 auto;
}

.benefit-list ul li:last-child .benefit-list-title {
	margin-bottom: 0px;
	padding: 0 10px;
}

.benefit-list ul li:last-child .benefit-list-img {
	margin-bottom: 0px;
}

.benefit-list ul li:nth-child(4) .benefit-list-img {
	padding: 0 15px;
}

.benefit-btn-wrap {
	padding: 0 25px;
}

.step {
	background: rgba(30, 62, 124, 1);
	padding: 30px 0;
}

.step-title {
	padding: 0 20px 20px 0px;
}

.step-list {
	padding: 0 10px;
	max-width: 500px;
	margin: 0 auto;
}

.step-list ul li {
	position: relative;
}

.step-list ul li:nth-child(1) .cta-btn {
	position: absolute;
	width: calc(100% - 50px);
	bottom: 95px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.contact {
	background: rgba(140, 211, 255, 1);
	padding: 40px 25px;
}

.contact-contents {
	max-width: 500px;
	margin: 0 auto;
}

.contact-contents form {
	margin-bottom: 20px;
}

.contact-title {
	width: calc(100% - 30px);
	margin: 0 auto;
}

.form-wrap {
	background: #fff;
	margin-top: -27.5px;
	padding: 30px 20px;
}

.contact-txt {
	margin-bottom: 15px;
}

.contact__table {
	margin-bottom: 40px;
}

.contact-content {
	margin-bottom: 15px;
}

.contact-content label {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.contact-content label p {
	color: rgba(85, 85, 85, 1);
	font-size: 16px;
	font-weight: 500;
}

.contact-content:nth-child(1) p {
	font-size: 13px;
	font-weight: 400;
}

.contact-content:nth-child(1) label p {
	color: rgba(0, 0, 0, 1);
	font-size: 16px;
}

.contact-content label span {
	background: rgba(233, 2, 18, 1);
	border-radius: 5px;
	font-size: 11px;
	color: #fff;
	padding: 1.5px 5px 3.5px;
	margin-left: 10px;
}

.contact-content input,
.contact-content select {
	width: 100%;
	border: 0.71px solid rgba(30, 62, 124, 1);
	padding: 10px;
	border-radius: 2.5px;
	position: relative;
}

.select-box {
	position: relative;
}

.select-box::before {
	content: "▼";
	display: inline-block;
	position: absolute;
	right: 15px;
	top: 47.5%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	font-size: 12px;
	z-index: 1;
}

.submit-btn {
	width: calc(100% + 40px);
	margin-left: -20px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}

.submit-btn::before {
	position: absolute;
	content: '';
	display: inline-block;
	top: -180px;
	left: 0;
	width: 30px;
	height: 100%;
	background-color: #fff;
	transition: 300ms;
	animation: shinyshiny 2s ease-in-out infinite;
}

.submit-btn button {
	background: initial;
	border: initial;
}

.percent-box {
	background: rgba(30, 62, 124, 1);
	padding: 15px;
}

.percent-box-title {
	text-align: center;
	margin-bottom: 10px;
}

.percent-box-title h3 {
	font-size: 24px;
	font-weight: 700;
	color: rgba(30, 62, 124, 1);
	text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,
		-1px 1px 0 #FFF, 1px -1px 0 #FFF,
		0px 1px 0 #FFF, 0-1px 0 #FFF,
		-1px 0 0 #FFF, 1px 0 0 #FFF;
}

.percent-box-title h3 span {
	color: rgba(255, 241, 0, 1);
	text-shadow: none;
}

.percent-box-in-box {
	background: #fff;
	margin: 0 15px 10px;
	padding: 2.5px 7.5px 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.percent-box-in-box-num {
	margin-right: 10px;
}

.percent-box-in-box-num p {
	line-height: 1;
	font-size: 62px;
	color: rgba(254, 241, 0, 1);
	text-shadow: 2px 2px 0 rgba(30, 62, 124, 1), -2px -2px 0 rgba(30, 62, 124, 1),
		-2px 2px 0 rgba(30, 62, 124, 1), 2px -2px 0 rgba(30, 62, 124, 1),
		0px 2px 0 rgba(30, 62, 124, 1), 0-2px 0 rgba(30, 62, 124, 1),
		-2px 0 0 rgba(30, 62, 124, 1), 2px 0 0 rgba(30, 62, 124, 1);
}

.percent-box-in-box-num p span {
	font-size: 36px;
	line-height: 1;
}

.percent-box-in-box-txt p {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.4;
	margin-top: 2.5px;
}

.percent-box-txt {
	display: flex;
	justify-content: center;
	align-items: center;
}

.percent-box-txt img {
	width: 12px;
}

.percent-box-txt p {
	font-size: 16px;
	font-weight: 700;
	color: rgba(255, 241, 0, 1);
	margin: 0 10px;
}

footer {
	background: rgba(61, 61, 61, 1);
	padding: 60px 25px 180px;
	color: #fff;
}

.footer-logo {
	max-width: 250px;
	margin-bottom: 40px;
}

.footer-table {
	margin-bottom: 50px;
}

.footer-table-txt {
	margin-bottom: 10px;
}

.footer-table-txt p {
	font-size: 20px;
	font-weight: 700;
}

.footer-table table th,
.footer-table table td {
	font-size: 20px;
	font-weight: 500;
	padding-block: 20px 10px;
	border-bottom: 1px solid #fff;
	color: #fff;
	width: 50%;
}

.footer-table table td a {
	color: #fff;
}

.footer-honsya {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #fff;
}

.footer-honsya-top {
	margin-bottom: 20px;
}

.footer-honsya-top p {
	font-size: 20px;
	font-weight: 700;
}

.footer-honsya-bottom p span {
	font-size: 14px;
}

.footer-honsya-bottom p {
	font-size: 20px;
}

.footer-sisya {
	margin-bottom: 60px;
}

.footer-sisya-title {
	margin-bottom: 20px;
}

.footer-sisya-title p {
	font-size: 20px;
	font-weight: 700;
}

.footer-sisya-list {
	margin-bottom: 20px;
}

.footer-sisya-list:last-child {
	margin-bottom: 0;
}

.footer-sisya-list ul li {
	display: flex;
	font-size: 14px;
	margin-bottom: 2.5px;
}

.footer-sisya-list ul li.top {
	margin-bottom: 15px;
}

.footer-sisya-list ul li .region p {
	white-space: nowrap;
}

.footer-link ul {
	display: flex;
	margin-bottom: 30px;
}

.footer-link ul li {
	margin-right: 10px;
}

.footer-link ul li a {
	text-decoration: underline;
	font-size: 13px;
	font-weight: 400;
	color: #fff;
}

.copyright {
	text-align: center;
	font-size: 12px;
	font-weight: 400;
}

.fixed-btn {
	opacity: 0;
	z-index: 10;
	position: fixed;
	width: 100%;
	max-width: 400px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transition: all .7s;
}

.fixed-btn.visible {
	opacity: 1;
}

.thanks-wrap {
	background-image: url(../img/thanks_bg.webp);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 40px 0 100px;
}

.thanks-wrap p,
.thanks-wrap a {
	color: #383838;
	font-size: 24px;
	padding-bottom: 30px;
}

.thanks-wrap p:last-child {
	padding-bottom: 0;
}

@media screen and (min-width: 751px) {
	.cta-box {
		max-width: 100%;
	}

	.cta-box .cta-box-tag {
		left: -10px;
		top: -18.5px;
	}

	.cta-box .cta-box-tag p {
		font-size: 32px;
	}

	.cta-box .cta-box-top p {
		font-size: 32px;
	}

	.cta-box .cta-box-flex-txt-tag span {
		font-size: 32px;
	}

	.cta-box .cta-box-flex-txt p {
		font-size: 40px;
	}

	.cta-box .cta-btn {
		bottom: -80px;
		max-width: 100%;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}

	.cta-box .cta-btn-tag {
		max-width: 300px;
		margin: 0 auto;
	}

	.cta-box .cta-btn-tag img {
		width: 25px;
	}

	.cta-box .cta-btn-tag p {
		font-size: 24px;
	}

	.cta-box .cta-btn a,
	.cta-box .cta-btn .btn {
		margin-top: -17px;
		border-radius: 50px;
	}

	.cta-box .cta-btn-left {
		left: -7px;
		bottom: 3px;
		width: 140px;
	}

	.cta-box .cta-btn-line {
		margin-left: 40px;
	}

	.cta-box .cta-btn-line img {
		width: 60px;
	}

	.cta-box .cta-btn-line p {
		font-size: 32px;
	}

	.cta-box .cta-btn-line p span {
		font-size: 32px;
	}

	.cta-box .cta-btn .abs-img {
		width: 100px;
		right: -2.5px;
		bottom: -35px;
	}

	.cta-second {
		padding-block: 10px 140px;
	}

	.cta-second .cta-box {
		max-width: 98%;
	}
}

@media screen and (max-width: 750px) {
	.cta-second {
		margin-top: -10vw;
	}

	.cta-second .cta-box {
		margin-top: -12.5vw;
		width: calc(100% - 15px);
	}
}

@media screen and (max-width: 500px) {
	.cta {
		padding: 30px 5px 105px;
	}

	.benefit-line-btn-txt-bottom {
		margin-left: -25px;
	}

	.benefit-line-btn-txt-bottom p {
		white-space: nowrap;
		font-size: 25px;
	}

	.benefit-line-btn-txt-top {
		padding-left: 0px;
	}

	.benefit-line-btn-left {
		bottom: 4px;
		width: 100px;
	}

	.benefit-line-btn-txt {
		width: calc(100% - 100px);
	}

	.percent-box-in-box {
		margin: 0 5px 10px;
	}

	.cta-box-top {
		padding-left: 35px;
	}

	.cta-box-flex-txt {
		width: 56.5%;
	}

	.footer-table table th,
	.footer-table table td {
		font-size: 18px;
	}

	.cta-box .cta-btn {
		bottom: -70px;
	}

	.cta-btn a,
	.cta-btn .btn {
		border-radius: 50px;
	}

	.cta-btn-left {
		left: 5px;
		bottom: 3px;
		width: 105px;
	}

	.cta-btn-line img {
		width: 30px;
		margin-right: 5px;
	}

	.cta-btn-line p span,
	.cta-btn-line p {
		font-size: 28px;
	}

	.cta-btn .abs-img {
		width: 57.5px;
		right: -4.5px;
		bottom: -35px;
	}

	.cta-btn-line {
		margin-left: 80px;
	}

	.cta-second {
		padding-inline: 0;
	}

	.step-list .cta-btn-line p {
		font-size: 16px;
	}

	.step-list .cta-btn-line p span {
		font-size: 18px;
	}

	.step-list ul li:nth-child(1) .cta-btn {
		width: calc(100% - 35px);
		bottom: 55px;
	}

	.step-list .cta-btn-line {
		margin-left: 40px;
	}

	.step-list .cta-btn .abs-img {
		right: -10.5px;
		bottom: -5px;
	}

	.step-list .cta-btn-left {
		left: 3px;
		bottom: 3px;
		width: 85px;
	}

	.thanks-wrap {
		padding: 10vw 0 25vw;
	}

	.thanks-wrap p {
		font-size: 4vw;
		padding-bottom: 7vw;
	}

	.cta-box-top p {
		font-size: 16px;
	}
}
