@charset "UTF-8";

@font-face {
	font-family: 'hirakaku';
	src: url('../font/HiraKakuStd-W4.otf');
	font-weight: 400;
}

@font-face {
	font-family: 'hirakaku';
	src: url('../font/HiraKakuStd-W5.otf');
	font-weight: 500;
}

@font-face {
	font-family: 'hirakaku';
	src: url('../font/HiraKakuStd-W7.otf');
	font-weight: 700;
}

body {
	font-family: 'hirakaku', sans-serif;
	font-weight: 500;
	background-color: #FCFCFC;
	font-size: 16px;
	line-height: 1.6;
	color: #222222;
}

img {
	width: 100%;
	display: block;
}

.inner {
	max-width: 1000px;
	margin: 0 auto;
}

.sp {
	display: none;
}

.abs {
	position: absolute;
}

.flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.flex.reverse {
	flex-direction: row-reverse;
}

.osw,
#view_time {
	font-family: 'Oswald', sans-serif;
}

.italic {
	font-style: italic !important;
}

.red {
	display: inline-block;
	background: linear-gradient(#cb0000 0%, #930000 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}

.wrapper {
	overflow: hidden;
}

.top-title {
	margin-bottom: 70px;
	text-align: center;
	position: relative;
}

.top-title h2 {
	font-size: 36px;
	line-height: 1.6;
	color: #fff;
	font-weight: 700;
}

.top-title h2 span {
	font-size: 20px;
	display: block;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 200;
}

.header-inner {
	padding: 15px 30px;
	background-color: #fff;
}

.header-left {
	width: 270px;
}

.header-left .header-logo {
	display: block;
	width: 100%;
}

.header-right {
	max-width: 500px;
	width: 100%;
}

.header-tel-btn {
	width: 230px;
}

.header-contact-btn {
	width: 250px;
}

.header-bottom {
	background: linear-gradient(#393939 0%, #676767 100%);
	padding: 20px 0;
}

.header-nav {
	max-width: 900px;
	margin: 0 auto;
}

.header-nav ul li {
	position: relative;
	padding-left: 15px;
}

.header-nav ul li::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	border: 5px solid transparent;
	border-left: 8px solid #cb0000;
	background: linear-gradient(#cb0000 0%, #930000 100%);
}

.header-nav ul li a {
	font-weight: 700;
	color: #fff;
	transition: all .7s;
}

.header-nav ul li a:hover {
	text-decoration: underline;
}

.kv {
	padding-top: 154px;
}

.cta {
	background-image: url(../img/cta_bg.png);
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 40px 20px 80px;
}

.cta-title {
	margin: 0 auto 40px;
	max-width: 850px;
}

.cta-box {
	background-color: #fff;
	border-radius: 10px;
	position: relative;
}

.cta-box-inner {
	padding: 10px 60px 20px 320px;
}

.cta-img {
	position: absolute;
	width: 380px;
	left: -75px;
	bottom: -0.5px;
}

.cta-box-txt {
	margin-bottom: 10px;
}

.cta-box-txt p {
	font-size: 20px;
	font-weight: 700;
}

.cta-box-txt p span.red {
	font-size: 24px;
}

.cta-box-txt p span.red .osw {
	font-size: 32px;
}

.cta-box-flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.cta-box-flex-img {
	margin-bottom: 20px;
}

.cta-box-flex-img.tel {
	width: 60%;
}

.cta-box-flex-img.mail {
	width: 35%;
}

.cta-box--flex-box {
	width: 48%;
	background-color: #222222;
	text-align: center;
	padding: 5px 0;
}

.cta-box--flex-box p {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}

.c01 {
	padding: 80px 0 240px;
	background-image: url(../img/line_bg.png);
	background-position: center;
	background-size: 100%;
	background-repeat: repeat;
}

.credit-flex {
	margin-bottom: 80px;
	padding: 20px 30px;
	background-color: #fff;
	border: 1px solid #C3C3C3;
}

.credit-flex-txt {
	width: 35%;
}

.credit-flex-txt h3 {
	font-size: 20px;
}

.credit-flex-img {
	width: 60%;
}

.c01-title {
	margin-bottom: 20px;
	text-align: center;
}

.c01-title h2 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.7
}

.c01-title h2 span {
	font-size: 36px;
}

.c01-flex-img {
	width: 24%;
}

#service {
	background: linear-gradient(#cb0000 0%, #930000 100%);
	padding: 40px 0 100px;
	position: relative;
}

#service .inner {
	max-width: 1100px;
}

.service-icon {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	border-radius: 50%;
	background-color: #cb0000;
	top: -87.5px;
	width: 175px;
	height: 175px;
}

.service-icon img {
	width: 100px;
	height: auto;
	top: 40px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.service-box {
	background-color: #fff;
	border: 1px solid #707070;
}

.service-inner {
	padding: 60px;
}

.service-box ul li {
	margin-bottom: 20px;
	background-color: #FFF8F8;
}

.service-box ul li:nth-child(5) {
	margin-bottom: 40px;
}

.service-flex-img {
	width: 35%;
}

.service-flex-txt {
	width: 62.5%;
	padding-right: 40px;
}

.service-flex-txt-title {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.service-flex-txt-title h3 {
	font-size: 24px;
	color: #CE0000;
	font-weight: 700;
	white-space: nowrap;
	padding-right: 15px;
}

.service-flex-txt-title p {
	font-size: 18px;
}

.service-flex-arrow {
	width: 20px;
}

.service-price-base,
.service-price-sale {
	width: 41%;
}

.service-price-base p {
	font-size: 22px;
	font-weight: 500;
}

.service-price-base p span {
	font-size: 36px;
	padding: 0 5px;
}

.service-price-sale {
	justify-content: initial;
}

.service-price-sale .service-price-num {
	margin-right: 5px;
}

.service-price-sale .service-price-num p {
	font-weight: 700;
	font-size: 46px;
}

.service-price-sale .service-price-txt span {
	display: block;
	font-size: 20px;
	line-height: 1;
	font-weight: 500;
}

.service-price-sale .service-price-txt p {
	display: block;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 700;
}

.c02 {
	padding: 140px 0;
	background-image: url(../img/line_bg.png);
	background-position: center;
	background-size: 100%;
	background-repeat: repeat;
}

.c02-title {
	margin-bottom: 40px;
	text-align: center;
}

.c02-title h2 {
	font-size: 32px;
	font-weight: 700;
}

.c02-flex.flex {
	align-items: initial;
	margin-bottom: 50px;
}

.c02-flex-content {
	width: 32%;
	text-align: center;
}

.c02-flex-img {
	margin-bottom: 15px;
}

.c02-flex-content h3 {
	font-size: 20px;
}

.c02-box {
	background-color: #fff;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.7;
}

.c02-box ul {
	padding: 20px 60px;
}

.c02-box ul li {
	list-style: disc;
	font-size: 16px;
	line-height: 1.7;
}

.reason-title {
	background: linear-gradient(#222 0%, #6b6b6b 100%);
	padding: 40px 20px;
}

.reason-title img {
	max-width: 320px;
	margin: 0 auto;
}

.reason-bg {
	padding: 200px 0 120px;
	background-image: url(../img/reason_bg.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.reason .inner {
	max-width: 900px;
}

.reason-list ul li {
	margin-bottom: 140px;
	position: relative;
	flex-wrap: nowrap;
}

.reason-list ul li:nth-child(3) {
	margin-bottom: 0px;
}

.reason-list-img {
	width: 40%;
	margin-top: -80px;
}

.reason-list-txt {
	width: 65%;
	position: relative;
	padding-right: 40px;
	margin-left: -40px;
}

.flex.reverse .reason-list-txt {
	padding-right: 0px;
	padding-left: 40px;
	margin-left: 0px;
	margin-right: -40px;
}

.reason-list-txt .reason-list-num {
	position: absolute;
	right: 0;
	top: -66px;
	width: 250px;
}

.flex.reverse .reason-list-txt .reason-list-num {
	right: initial;
	left: 0;
}

.reason-list-txt .reason-list-txt-inner {
	background-color: #fff;
	padding: 30px;
}

.reason-list-txt .reason-list-txt-inner h3 {
	padding-bottom: 15px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.6;
}

.reason-list-txt .reason-list-txt-inner h3 span {
	font-size: 24px;
	display: block;
	font-weight: 700;
	line-height: 1;
}

.reason-list-txt .reason-list-txt-inner p {
	font-size: 18px;
}

.reason-list-txt .reason-list-txt-inner p.small {
	font-size: 16px;
	padding-top: 10px;
}

.flow {
	background-image: url(../img/flow_bg.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 140px 0;
}

.flow-title {
	max-width: 600px;
	margin: 0 auto 40px;
}

.flow-list ul {
	align-items: initial;
}

.flow-list ul li {
	width: 22%;
}

.flow-list ul li .flow-list-img {
	margin: 0 auto 15px;
	width: 90%;
}

.flow-list ul li .flow-list-txt {
	text-align: center;
}

.flow-list ul li .flow-list-txt h3 {
	font-size: 20px;
	color: #fff;
	padding-bottom: 10px;
}

.flow-list ul li .flow-list-txt p {
	font-size: 16px;
	color: #fff;
	line-height: 1.8;
}

.flow-list ul li.flow-list-arrow {
	width: 20px;
	position: relative;
}

.flow-list ul li.flow-list-arrow img {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.qa {
	padding: 140px 0 120px;
}

.qa-title.top-title h2 {
	color: #222222;
}

.qa-title.top-title h2 span {
	color: #C70C0C;
}

.wrap {
	max-width: 880px;
	margin: 0 auto;
}

.toggle_contents {
	box-shadow: 0px 5px 29px rgba(0, 0, 0, 0.1);
	margin-bottom: 40px;
}

.toggle_title {
	position: relative;
	padding: 10px 30px 10px 20px;
	background-color: #222222;
	cursor: pointer;
}

.toggle_title p {
	color: #fff;
	font-size: 18px;
	display: inline-block;
	width: 100%;
}

.toggle_ans {
	margin: 0;
	padding: 20px;
	display: none;
	position: relative;
}

.toggle_contents:nth-child(1) .toggle_ans {
	display: block;
}

.plus {
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.plus:before {
	display: block;
	content: "▲";
	font-size: 14px;
	line-height: 1;
	color: #fff;
	position: absolute;
	transition: 0.5s;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.toggle_title.selected .plus:before {
	transform: rotate(180deg)translateY(7.5px);
}

.ans-txt {
	padding-right: 60px;
}

.ans-txt p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
}

.area {
	padding: 140px 0;
	background-image: url(../img/line_bg.png);
	background-position: center;
	background-size: 100%;
	background-repeat: repeat;
}

.area-title {
	max-width: 600px;
	margin: 0 auto 40px;
}

.area-flex {
	max-width: 760px;
	margin: 0 auto 50px;
}

.area-flex-img {
	width: 35%;
}

.area-flex-txt {
	width: 60%;
}

.area-flex-img p {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.8;
}

.area .credit-flex {
	margin-bottom: 0px;
}

.contact {
	padding: 120px 0;
}

.contact-title {
	max-width: 600px;
	margin: 0 auto 40px;
}

.contact-txt {
	max-width: 580px;
	margin: 0 auto 60px;
	text-align: center;
}

.contact-contents {
	max-width: 800px;
	margin: 0 auto;
}

.contact__table input,
.contact__table textarea {
	width: 100%;
	padding: 10px 15px;
	font-size: 16px;
	font-weight: 400;
	background-color: #FAFAFA;
	border: none;
}

.contact__table {
	margin-bottom: 60px;
}

.contact__table tr {
	border-bottom: 1px dashed #574E3B;
}

.contact__table th,
.contact__table td {
	padding: 25px 0;
}

.contact__table th {
	font-size: 18px;
	padding-left: 20px;
	width: 30%;
	font-weight: 500;
	vertical-align: baseline;
}

.contact__table th span {
	background-color: #C70C0C;
	padding: 3.5px 7.5px 2.5px;
	line-height: 1;
	color: #fff;
	font-size: 14px;
	display: inline-block;
	margin-left: 7.5px;
}

.contact__table td p {
	font-size: 16px;
	font-weight: 500;
	padding-top: 5px;
}

.form-flex {
	margin-right: 20px;
}

.form-flex.flex {
	width: 46%;
}

.contact__table .flex-big {
	padding: 30px 0;
}

.privacy {
	margin-bottom: 40px;
	text-align: center;
}

.privacy h3 {
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	padding-bottom: 15px;
}

.privacy p {
	font-size: 16px;
	font-weight: 400;
	padding-bottom: 40px;
	text-align: center;
	max-width: 540px;
	margin: 0 auto;
	line-height: 1.7;
}

.privacy-box {
	background-color: #FCFCFC;
	margin-bottom: 30px;
	border: 1px solid #332E1F;
}

.privacy-box-inner {
	padding: 20px 30px;
	height: 300px;
	overflow-y: scroll;
}

.privacy-box p {
	font-size: 14px;
	font-weight: 400;
	line-height: 2;
	color: #333;
	padding-bottom: 20px;
	text-align: left;
	max-width: 100%;
}

.agree-flex {
	max-width: 360px;
	margin: 0 auto;
	align-items: center;
	justify-content: initial;
}

.agree-flex input {
	margin-right: 15px;
}

.agree-flex label {
	font-size: 14px;
	font-weight: 500;
	color: #333;
}

.submit-btn {
	margin: 0 auto;
	width: 310px;
	position: relative;
	opacity: .7;
	transition: all 0.3s ease-out;
}

.submit-btn::after {
	content: "";
	position: absolute;
	display: inline-block;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	right: 30px;
	width: 20px;
	height: 20px;
	background-size: contain;
	background-image: url(../img/contact_arrow.svg);
}

.submit-btn:hover {
	opacity: 1;
}

.btn button {
	font-weight: 500;
	border-radius: 32px;
	color: #fff;
	font-size: 16px;
	line-height: 58px;
	width: 100%;
	height: 100%;
	display: block;
	background: linear-gradient(#cb0000 0%, #930000 100%);
	border: none;
	cursor: pointer;
}

.btn button[disabled] {
	cursor: not-allowed;
}

.footer-top {
	padding: 80px 20px;
	background: linear-gradient(#cb0000 0%, #930000 100%);
}

.footer-top .inner {
	max-width: 840px;
}

.footer-top-box {
	background-color: #fff;
	padding: 30px 60px;
}

.footer-top-box-txt {
	width: 50%;
}

.footer-top-box-txt table th {
	width: 25%;
	border-right: 1px solid #1A1A1A;
	font-size: 16px;
	vertical-align: baseline;
	padding: 5px;
}

.footer-top-box-txt table td {
	font-size: 16px;
	padding: 5px 5px 5px 15px;
}

.footer-top-box-txt table td a {
	color: #222222;
}

.footer-top-box-map {
	width: 45%;
}

footer {
	position: relative;
}

.footer-inner {
	padding: 60px 60px 80px 100px;
}

.footer-logo {
	max-width: 320px;
	margin-bottom: 20px;
}

.footer-list li {
	display: block;
	margin-bottom: 15px;
}

.footer-list li a {
	color: #333333;
	font-weight: 500;
	transition: all .7s;
}

.footer-list li a:hover {
	text-decoration: underline;
	font-weight: 400;
}

.footer-list li a span {
	font-size: 12px;
	margin-right: 5px;
}

.copyright {
	background-color: #222222;
	text-align: center;
	color: #FCFCFC;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 10px 0;
}

.top-btn {
	right: 15px;
	top: 0px;
	width: 17.5px;
}

.banner-inner {
	position: relative;
}

.banner-btn {
	position: absolute;
	left: 80px;
	bottom: 120px;
	width: 300px;
}

.header-contact-btn,
.cta-box-flex-img.mail {
	opacity: .7;
	transition: all 0.3s ease-out;
}

.header-contact-btn:hover,
.cta-box-flex-img.mail:hover {
	opacity: 1;
}

@media screen and (max-width: 1100px) {
	.service-inner {
		padding: 60px 40px;
	}
}

@media screen and (max-width: 1000px) {
	.inner {
		max-width: 100%;
		width: 100%;
		margin: 0 auto;
		padding: 0 30px;
	}

	.cta-img {
		width: 300px;
		left: -40px;
	}

	.cta-box-inner {
		padding: 10px 40px 20px 240px;
	}

	.cta-box--flex-box p {
		font-size: 16px;
	}

	.service-price-base,
	.service-price-sale {
		width: 45%;
	}

	.flow-list ul li .flow-list-txt h3 {
		font-size: 18px;
	}

	.footer-top .inner {
		max-width: 100%;
	}

	.footer-top-box {
		padding: 30px 40px;
	}

	.footer-inner {
		padding: 60px 60px 60px 30px;
	}
}

@media screen and (max-width: 834px) {
	.sp {
		display: block !important;
	}

	.pc {
		display: none !important;
	}

	.header-inner {
		padding: 10px 20px;
		background-color: initial;
	}

	.header-left {
		width: 160px;
	}

	.header-bottom {
		padding: 0px;
	}

	.drawer-hamburger {
		width: 37.5px !important;
		padding: 0 !important;
		top: 15px !important;
		right: 15px !important;
	}

	.drawer-hamburger-icon {
		width: initial !important;
		height: initial !important;
		background-color: initial !important;
		margin-top: 0px !important;
	}

	.drawer-hamburger-icon:after,
	.drawer-hamburger-icon:before {
		content: initial !important;
	}

	.drawer-hamburger-icon span.drawer-bar {
		width: 100%;
		height: 2px;
		-webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
		transition: all .6s cubic-bezier(.19, 1, .22, 1);
		background-color: #222;
		display: block;
		margin-bottom: 5px;
	}

	.drawer-hamburger-icon span.drawer-bar:nth-child(2),
	.drawer-hamburger-icon span.drawer-bar:nth-child(4) {
		width: 80%;
		margin-left: auto;
	}

	.drawer-open .drawer-hamburger-icon span.drawer-bar:nth-child(2),
	.drawer-open .drawer-hamburger-icon span.drawer-bar:nth-child(4) {
		display: none;
	}

	.drawer-open .drawer-hamburger-icon span.drawer-bar:nth-child(1) {
		transform: rotate(45deg)translateY(5px);
	}

	.drawer-open .drawer-hamburger-icon span.drawer-bar:nth-child(3) {
		transform: rotate(-45deg)translateY(-4px);
	}

	.drawer-nav {
		width: 100% !important;
		background-color: #FFF8F8 !important;
		padding: 100px 20px 20px 30px;
	}

	.drawer--right .drawer-nav {
		right: -100% !important;
	}

	.drawer--right.drawer-open .drawer-nav {
		right: 0 !important;
	}

	.drawer--right.drawer-open .drawer-hamburger {
		top: 25px !important;
	}

	.drawer-menu-item {
		font-size: 20px !important;
		padding: 0px 0px 0px 22.5px !important;
		display: inline-block !important;
		position: relative;
	}

	.drawer-menu-item:hover {
		text-decoration: none !important;
	}

	.drawer-nav ul li {
		position: relative;
		display: block !important;
		margin-bottom: 25px !important;
	}

	.drawer-nav ul li a:hover {
		font-weight: 700;
		color: #222 !important;
	}

	.drawer-nav ul li a:hover::before {
		position: absolute;
		left: 0;
		bottom: 0;
		content: "";
		width: 100%;
		height: 1px;
		background-color: #C70C0C;
	}

	.drawer-nav ul li a::after {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		border: 8px solid transparent;
		border-left: 14.5px solid #cb0000;
		background: linear-gradient(#cb0000 0%, #930000 100%);
	}

	.kv {
		padding-top: 0px;
	}

	.fixed-btn {
		position: fixed;
		bottom: 0px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		width: 100%;
		z-index: 300;
		max-width: 500px;
	}

	.fixed-btn-flex.flex {
		flex-wrap: nowrap;
	}

	.fixed-btn .fixed-btn-item {
		width: 50%;
		margin-left: -2px;
		display: block;
	}

	.fixed-btn .fixed-btn-item:nth-child(1) {
		margin-left: 0px;
		margin-right: -2px;
	}

	.cta {
		position: relative;
		padding: 40px 30px 120px;
	}

	.cta .inner {
		padding: 0px;
	}

	.cta-out-img {
		max-width: 220px;
		right: 0;
		bottom: 0;
	}

	.cta-title {
		margin: 0 auto 30px;
		max-width: 440px;
		padding: 0 20px;
	}

	.cta-box {
		max-width: 400px;
		margin: 0 auto;
	}

	.cta-box-inner {
		padding: 20px;
	}

	.cta-box-txt {
		text-align: center;
	}

	.cta-box-txt p {
		font-size: 18px;
	}

	.cta-box-txt p span.red {
		line-height: 1;
	}

	.cta-box-flex {
		display: block;
	}

	.cta-box-flex-img.tel {
		width: 100%;
		max-width: 230px;
		margin: 0 auto 15px;
	}

	.cta-box-flex-img.mail {
		width: 100%;
		max-width: 230px;
		margin: 0 auto 20px;
	}

	.cta-box--flex-box {
		width: 100%;
		margin-bottom: 10px;
	}

	.c01 {
		padding: 60px 0 180px;
		background-image: url(../img/line_bg_sp.png);
		position: relative;
	}

	.credit-flex {
		padding: 30px 20px;
		max-width: 400px;
		margin: 0 auto 60px;
		display: block;
	}

	.credit-flex-txt {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}

	.credit-flex-txt h3 {
		font-size: 18px;
	}

	.credit-flex-img {
		width: 100%;
	}

	.c01-title {
		margin-bottom: 30px;
		text-align: center;
	}

	.c01-title h2 {
		font-size: 18px;
	}

	.c01-title h2 span {
		font-size: 24px;
	}

	.c01-title h2 span {
		font-size: 24px;
	}

	.c01-flex-img {
		width: 95%;
		margin: 0 auto;
	}

	.swiper-pagination {
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		bottom: 150px;
	}

	.swiper-pagination-bullet-active {
		background-color: #C70C0C;
	}

	.c01-flex-img {
		width: 95%;
		margin: 0 auto;
	}

	.top-title {
		margin-bottom: 40px;
	}

	.top-title h2 {
		font-size: 24px;
	}

	.top-title h2 span {
		font-size: 16px;
		display: block;
	}

	#service {
		padding: 40px 0 60px;
	}

	#service .inner {
		max-width: 100%;
		padding: 0 20px;
	}

	.service-icon {
		top: -67.5px;
		width: 135px;
		height: 135px;
	}

	.service-icon img {
		width: 90px;
		top: 30px;
	}

	.service-inner {
		padding: 40px 20px;
	}

	.service-box {
		max-width: 500px;
		margin: 0 auto;
	}

	.service-box ul li {
		margin-bottom: 40px;
	}

	.service-flex {
		display: flex;
	}

	.service-flex-img {
		width: 100%;
		margin: 0 auto 20px;
	}

	.service-flex-txt {
		width: 100%;
		padding-right: 0px;
	}

	.service-flex-txt-title {
		display: block;
		text-align: center;
		margin-bottom: 10px;
	}

	.service-flex-txt-txt {
		display: block;
	}

	.service-price-base,
	.service-price-sale {
		width: 100%;
		text-align: center;
	}

	.service-flex-arrow {
		width: 25px;
		margin: 7.5px auto 2.5px;
	}

	.service-price-sale {
		justify-content: center;
		margin-bottom: 15px;
	}

	.service-price-sale .service-price-txt span {
		font-size: 16px;
	}

	.c02 {
		padding: 80px 0;
		background-image: url(../img/line_bg_sp.png);
	}

	.c02-title h2 {
		font-size: 24px;
		font-weight: 700;
	}

	.c02-flex.flex {
		max-width: 420px;
		padding: 0 20px;
		margin: 0 auto;
	}

	.c02-flex-content {
		width: 100%;
		text-align: center;
		margin-bottom: 40px;
	}

	.c02-flex-img {
		margin-bottom: 15px;
	}

	.c02-flex-content h3 {
		font-size: 18px;
	}

	.c02-box ul {
		padding: 20px 20px 20px 40px;
	}

	.c02-box ul li {
		font-size: 14px;
		line-height: 1.9;
	}

	.reason-bg {
		padding: 80px 0;
		background-image: url(../img/reason_bg_sp.jpg);
	}

	.reason-list {
		max-width: 400px;
		margin: 0 auto;
	}

	.reason-list ul li {
		display: block;
		margin-bottom: 100px;
	}

	.reason-list-img {
		width: 80%;
		margin-left: -15px;
		margin-top: 0px;
		position: relative;
	}

	.flex.reverse .reason-list-img {
		margin-left: auto;
		margin-top: 0px;
		margin-right: -15px;
	}

	.reason-list-txt,
	.flex.reverse .reason-list-txt {
		width: 100%;
		padding: 0px;
		margin: -15px 0px 0px;
	}

	.reason-list-txt .reason-list-txt-inner {
		padding: 20px;
	}

	.reason-list-num {
		right: -55px;
		top: -50px;
		width: 55px;
	}

	.flex.reverse .reason-list-num {
		right: 0px;
		left: -55px;
	}

	.reason-list-txt .reason-list-txt-inner h3 {
		font-size: 18px;
	}

	.reason-list-txt .reason-list-txt-inner h3 span {
		font-size: 24px;
		line-height: 1.2;
	}

	.reason-list-txt .reason-list-txt-inner p {
		font-size: 16px;
	}

	.reason-list-txt .reason-list-txt-inner p.small {
		font-size: 14px;
	}

	.flow {
		padding: 80px 0;
	}

	.flow-title,
	.area-title {
		max-width: 500px;
		margin: 0 auto 40px;
	}

	.flow-list-img {
		width: 75%;
		margin: 0 auto 15px;
	}

	.flow-list-txt {
		text-align: center;
		width: 80%;
		margin: 0 auto 15px;
	}

	.flow-list-txt h3 {
		font-size: 20px;
		color: #fff;
		padding-bottom: 15px;
	}

	.flow-list-txt p {
		font-size: 16px;
		color: #fff;
		line-height: 1.8;
		font-weight: 400;
	}

	.flow-swiper .swiper-pagination {
		bottom: initial;
	}

	.flow-swiper .swiper-pagination-bullet {
		background: #939393;
	}

	.flow-swiper .swiper-pagination-bullet-active {
		background-color: #C70C0C;
	}

	.flow-swiper {
		position: relative;
	}

	.flow-swiper-arrow {
		position: absolute;
		width: 20px;
		right: 14vw;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
	}

	.qa,
	.area {
		padding: 90px 0;
	}

	.area {
		background-image: url(../img/line_bg_sp.png);
		padding: 80px 0 40px;
	}

	.wrap {
		max-width: 500px;
	}

	.ans-txt {
		padding-right: 0px;
	}

	.area-flex {
		max-width: 400px;
		display: block;
		margin: 0 auto 30px;
	}

	.area-flex-img {
		width: 100%;
		max-width: 200px;
		margin: 0 auto 20px;
	}

	.area-flex-txt {
		width: 100%;
	}

	.contact {
		padding: 80px 0 100px;
	}

	.contact-title {
		max-width: 500px;
	}

	.contact-contents {
		max-width: 500px;
		margin: 0 auto;
	}

	.contact__table th,
	.contact__table td {
		padding: 25px 0;
		display: block;
		width: 100%;
		font-size: 16px;
	}

	.contact__table th {
		border-bottom: none;
		padding: 20px 0 0px;
	}

	.contact__table td,
	.contact__table .flex-big {
		padding: 10px 0 20px;
	}

	.contact__table .flex-big:nth-child(1) {
		display: flex;
	}

	.contact__table tr:nth-child(1) td {
		border-top: none;
	}

	.contact__table th span {
		font-size: 12px;
		margin-left: 7.5px;
	}

	.contact__table .flex-big.flex-name {
		display: flex;
		justify-content: space-between;
	}

	.contact__table .flex-big.flex-name .form-flex {
		margin-right: 0px;
		width: 48%;
	}

	.contact__table td p {
		font-size: 14px;
	}

	.contact__table {
		margin-bottom: 40px;
	}

	.privacy-box-inner {
		padding: 20px;
	}

	.privacy h3 {
		font-size: 18px;
		padding-bottom: 10px;
	}

	.agree-flex {
		max-width: 280px;
		display: flex;
		align-content: flex-start;
	}

	.agree-flex label {
		text-align: left;
	}

	.toggle_ans {
		display: none;
	}

	.submit-btn {
		width: 280px;
	}

	.submit-btn::after {
		right: 20px;
	}

	.footer-top {
		padding: 40px 30px;
	}

	.footer-top .inner {
		padding: 0px;
	}

	.footer-top-box {
		padding: 30px;
		max-width: 400px;
		margin: 0 auto;
	}

	.footer-top-box-inner {
		display: block;
	}

	.footer-top-box-txt {
		width: 100%;
		margin: 0 auto 20px;
	}

	.footer-top-box-map {
		width: 100%;
	}

	.footer-top-box-txt table th,
	.footer-top-box-txt table td {
		width: 100%;
		border-right: none;
		display: block;
		padding: 0px;
	}

	.footer-top-box-txt table td {
		padding-bottom: 10px;
	}

	.top-btn {
		width: 12.5px;
	}

	.footer-logo {
		max-width: 260px;
	}

	.fixed-btn.is-hidden {
		display: none !important;
	}

	.copyright {
		font-size: 12px;
	}

	.reason-title {
		padding: 50px 30px;
	}

	.drawer-menu-item {
		font-size: 18px !important;
	}

	.service-flex-txt-title h3 {
		padding-right: 0px;
	}
}

@media screen and (max-width: 500px) {
	.cta-title {
		margin: 0 auto 20px;
	}

	.cta-box-txt p span.red {
		font-size: 20px;
	}

	.cta-box-txt p span.red .osw {
		font-size: 26px;
	}

	.cta-out-img {
		max-width: 48vw;
		width: 100%;
	}

	.service-flex-txt-title p {
		font-size: 16px;
		padding: 0 10px;
	}

	.service-price-base p {
		font-size: 20px;
	}

	.service-price-base p span {
		font-size: 32px;
		padding: 0 2.5px;
	}

	.c02-title h2 {
		font-size: 22px;
	}

	.reason-list-txt .reason-list-txt-inner h3 {
		padding-bottom: 10px;
		font-size: 16px;
	}

	.reason-list-txt .reason-list-txt-inner h3 span {
		font-size: 20px;
	}

	.reason-list-txt .reason-list-txt-inner p {
		font-size: 14px;
		line-height: 1.4;
	}

	.reason-list-txt .reason-list-txt-inner p.small {
		font-size: 12px;
	}

	.reason-list-num {
		right: -45px;
		top: -45px;
		width: 45px;
	}

	.flex.reverse .reason-list-num {
		right: 0px;
		left: -45px;
	}

	.flow .inner {
		padding: 0px;
	}

	.flow-swiper-arrow {
		width: 17.5px;
		right: 12vw;
	}

	.qa .inner {
		padding: 0 20px;
	}

	.area .inner {
		padding: 0px;
	}

	.area-flex {
		padding: 0 30px;
	}

	.area .credit-flex {
		margin: 0 auto;
		width: 85%;
	}

	.contact .inner {
		padding: 0px;
	}

	.contact-contents {
		padding: 0 20px;
	}

	.contact__table td p {
		font-size: 12px;
	}

	.form-flex.flex {
		width: 100%;
	}

	.footer-top-box-map iframe {
		height: 200px !important;
	}

	.copyright {
		font-size: 10px;
	}

	.privacy h3 {
		font-size: 18px;
	}

	.privacy p {
		font-size: 14px;
	}

	.toggle_contents {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 374px) {
	.cta-box-txt p {
		font-size: 16px;
	}

	.cta-box-txt p span.red {
		font-size: 18px;
	}

	.cta-box-txt p span.red .osw {
		font-size: 22px;
	}

	.cta-box-inner {
		padding: 20px 10px;
	}

	.cta-box-flex-img.tel {
		max-width: 210px;
	}

	.cta-box-flex-img.mail {
		max-width: 200px;
	}

	.cta-box--flex-box {
		width: 95%;
		margin: 0 auto 10px;
	}

	.cta-box--flex-box p {
		font-size: 14px;
	}

	.cta-out-img {
		max-width: 60vw;
	}

	.credit-flex-txt h3 {
		font-size: 16px;
	}

	.c01-title h2 {
		font-size: 16px;
	}

	.c01-title h2 span {
		font-size: 20px;
	}

	.service-flex-txt-title p {
		font-size: 13px;
	}

	.service-inner {
		padding: 30px 17.5px;
	}

	.c02-flex-content h3 {
		font-size: 16px;
	}

	.c02-box ul li {
		font-size: 12px;
	}

	.reason .inner {
		max-width: 900px;
		padding: 0 20px;
	}

	.reason-list-img {
		margin-left: -10px;
	}

	.reason-list ul li {
		margin-bottom: 80px;
	}

	.reason-list-num {
		right: -40px;
		width: 40px;
	}

	.flex.reverse .reason-list-num {
		left: -40px;
	}

	.flow-list-txt h3 {
		font-size: 16px;
		padding-bottom: 12.5px;
	}

	.flow-list-txt p {
		font-size: 14px;
	}

	.flow-swiper-arrow {
		width: 15px;
		right: 10vw;
	}

	.toggle_title p {
		font-size: 16px;
	}

	.ans-txt p {
		font-size: 14px;
	}

	.area-flex-txt p {
		font-size: 14px;
	}

	.footer-top-box-txt table th,
	.footer-top-box-txt table td {
		font-size: 14px;
	}

	.footer-top-box {
		padding: 20px;
	}

	.copyright {
		letter-spacing: .5px;
	}

	.footer-list li a {
		font-size: 14px;
	}
}
