@charset "UTF-8";

body {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	background: #FFF;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: .1em;
	color: #000;
}

img {
	width: 100%;
	display: block;
}

h2,
h3 {
	line-height: 1.2;
}

a {
	transition: all .7s;
}

a:hover {
	opacity: .7;
}

section,
footer,
header {
	overflow: hidden;
	width: 100%;
}

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

.sp {
	display: none !important;
}

.abs {
	position: absolute;
}

.wrapper {
	overflow: hidden;
	min-width: 1200px;
	width: 100%;
}

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

.flex.reverse {
	flex-direction: row-reverse;
}

header {
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	padding: 40px 0;
	transition: all .7s;
	z-index: 10;
}

.header-logo {
	width: 250px;
	margin-left: 40px;
}

.fv {
	padding-block: 120px 100px;
	background-position: center;
	background-size: cover;
	background-image: url(../img/bg_img.webp);
	background-color: #fff;
	position: relative;
}

.fv h1 {
	max-width: 700px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}

.fv .slide-img {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	overflow: visible;
}

.fv .slide-img li {
	margin: 0 45px;
	transition: all .5s;
	position: relative;
	height: 100vh;
}

.fv .slide-img li img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.slide-img li {
	transition: all .4s;
}

/* 高さを固定 or 比率箱にしてレイアウトシフトをゼロに */
.slide-img,
.ex-marquee-inner {
	position: relative;
}

.slide-img li,
.ex-marquee-inner li {
	list-style: none;
}

.slide-img img,
.ex-marquee-inner img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
}

.slick-slider {
	opacity: 0;
	visibility: hidden;
	transition: all .5s;
}

.slick-slider.slick-initialized {
	opacity: 1;
	visibility: visible;
}

/* slick のトラックをGPUに載せる＋将来変化ヒント */
.slick-track {
	will-change: transform;
}

.slide-img,
.ex-marquee-inner,
.slick-list {
	overflow: hidden;
}

.intro {
	background-color: #efede9;
	padding-bottom: 250px;
}

.circle-title {
	max-width: 475px;
	width: 100%;
	margin: 0 auto 20px;
}

.title-img {
	max-width: 900px;
	width: 100%;
	margin: 0 auto 50px;
}

.cmn-txt {
	max-width: 900px;
	margin: 0 auto 90px;
}

.cmn-txt p {
	font-size: 20px;
	text-align: left;
	line-height: 2.1;
}

.intro-list ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 50px;
	margin-bottom: 40px;
}

.intro-list ul li {
	background: #fff;
	border-radius: 30px;
	padding: 60px 50px;
}

.intro-list-box-img {
	margin-bottom: 40px;
	height: 317.5px;
}

.intro-list-box-img img {
	width: 100%;
	height: auto;
}

.intro-list-txt h3 img {
	height: 70px;
	display: block;
	width: auto;
	margin: 0px auto 30px;
}

.intro-list-txt p {
	font-size: 20px;
	line-height: 1.8;
}

.intro-list-bottom-txt {
	text-align: center;
}

.intro-list-bottom-txt p {
	font-size: 20px;
}

.intro-list-bottom-txt p span {
	text-decoration: underline;
	color: #876a51;
}

.cta-cont-wrap {
	padding: 110px 0;
	background-color: #1e304c;
	position: relative;
	overflow: hidden;
}

.cta-cont-wrap::before {
	content: "";
	background-image: url(../img/bg_img.webp);
	background-size: 100%;
	background-position: center;
	background-repeat: repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: .1;
	top: 0;
	left: 0;
}

.cta-cont {
	position: relative;
	z-index: 1;
}

.cta-cont-flex {
	max-width: 1200px;
	width: calc(100% - 40px);
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.cta-cont-left {
	width: 50%;
}

.cta-cont-contact {
	width: 90%;
	margin: 0 auto 50px;
}

.cta-cont-contact img {
	width: 70%;
	margin: 0 auto 15px;
}

a.cta-btn {
	border-radius: 50px;
	background: linear-gradient(60deg, #f4e900, #eeaf00);
	padding: 27.5px 5px;
	box-shadow: 0px 9px 6px rgba(0, 0, 0, .45);
	transition: all .7s;
	position: relative;
	display: block;
	text-align: center;
}

a.cta-btn:hover {
	box-shadow: none;
	transform: translateY(9px);
	opacity: 1;
}

a.cta-btn span.box {
	background: #fff;
	width: 80px;
	height: 80px;
	text-align: center;
	border-radius: 50%;
	line-height: 80px;
	color: #1e304c;
	font-weight: 700;
	font-size: 28px;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

a.cta-btn p {
	font-size: 26px;
	display: inline-block;
	margin: 0 auto;
	font-weight: 700;
	right: -20px;
	color: #1e304c;
	position: relative;
}

.cta-cont-tel {
	width: 67.5%;
	margin: 0 auto;
}

.cta-cont-right {
	width: 49%;
	transition: all .6s;
	position: relative;
}

.cta-cont-right:hover {
	opacity: 1;
}

.circle-icon {
	width: 42.5px;
	height: 42.5px;
	border-radius: 50%;
	border: 1px solid #000;
	position: absolute;
	bottom: 57.5px;
	right: 105.5px;
	z-index: 2;
}

.circle-icon svg {
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 20px;
	transition: all .5s;
	color: #1e304c;
}

.cta-cont-right:hover .circle-icon svg {
	left: 85%;
}

.arrow {
	color: #876a51;
}

.reason {
	padding: 0 0 250px;
	background-image: url(../img/bg_img.webp);
	background-size: 100%;
	background-position: center;
	background-repeat: repeat;
	background-color: #fff;
}

.reason .title-img {
	margin-bottom: 80px;
	max-width: 700px;
}

.reason-list ol {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	border-top: 1px solid #8a8a8a;
}

.reason-list ol li {
	padding-top: 45px;
	border-right: 1px solid #8a8a8a;
}

.reason-list ol li:last-child {
	border-right: none;
}

.reason-list-top {
	margin-bottom: 50px;
	padding-inline: 15px 60px;
	display: flex;
	justify-content: space-between;
}

.reason-list-top-left {
	width: 55px;
	color: #69808a;
}

.reason-list-top-left span {
	background: #69808a;
	width: 20px;
	height: 20px;
	transform: rotate(45deg);
	margin-bottom: 15px;
	display: block;
	position: relative;
	right: -2.5px;
}

.reason-list-top-left p {
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	font-size: 30px;
	line-height: 1;
}

.reason-list-top-right {
	width: calc(100% - 60px);
}

.reason-list-bottom {
	padding: 0 30px 10px;
}

.reason-list-bottom img {
	height: 90px;
	width: auto;
	display: block;
	margin-bottom: 50px;
}

.reason-list-bottom p {
	font-size: 20px;
	line-height: 1.8;
	padding-bottom: 30px;
}

.reason-list-bottom p:last-child {
	padding-bottom: 0;
}

.voice {
	padding: 180px 0 150px;
	background: #efede9;
}

.flex-cont {
	display: flex;
	justify-content: space-between;
}

.flex-cont-title {
	width: 520px;
}

.flex-cont-txt {
	width: calc(100% - 520px);
}

.voice .flex-cont-title {
	position: relative;
	z-index: 10;
}

.swiper-slide {
	opacity: .5;
	transform: scale(.9);
	transition: all .7s;
}

.swiper-slide-prev {
	opacity: 0;
}

.swiper-slide-active {
	opacity: 1;
	transform: scale(1);
}

.voice-box {
	background: #fff;
	padding: 30px 20px;
}

.voice-box-img {
	margin: 0 auto 20px;
	width: 70%;
}

.voice-box-txt h4 {
	padding-bottom: 10px;
	font-size: 20px;
}

.voice-box-txt p {
	font-size: 16px;
	line-height: 1.7;
}

.controls {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 400px;
	margin: 80px auto 0;
}

.swiper-button-prev,
.swiper-button-next {
	cursor: pointer;
	padding: 6px 12px;
	border-radius: 4px;
}

.swiper-button-prev,
.swiper-button-next {
	cursor: pointer;
	padding: 0;
	border-radius: 50%;
	border: 1px solid #876a51;
	width: 50px;
	height: 50px;
	position: relative;
}

.swiper-button-prev:after,
.swiper-button-next:after {
	display: none;
}

.swiper-button-prev svg,
.swiper-button-next svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 60%;
	stroke: #876a51;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	border-color: #000 !important;
	opacity: .7;
}

.swiper-button-prev.swiper-button-disabled .cls-1,
.swiper-button-next.swiper-button-disabled .cls-1 {
	stroke: #000;
}

.swiper-pagination {
	text-align: center;
	flex: 1;
	position: relative;
}

.swiper-pagination-bullet {
	width: 100px;
	height: 10px;
	margin: 0 10px;
	background: #b4b4b4;
	border-radius: 0;
}

.swiper-pagination-bullet-active {
	background: #876a51;
}

.voice-box-title {
	margin-bottom: 10px;
}

.voice-box-title-txt {
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
}

.voice-box-title-txt span {
	background: #69808a;
	width: 15px;
	height: 15px;
	position: relative;
	top: 8px;
	transform: rotate(45deg);
}

.voice-box-title-txt h3 {
	font-size: 24px;
	font-weight: 500;
	color: #698084;
	width: calc(100% - 35px);
}

.archive {
	padding-bottom: 250px;
}

.archive .title-img {
	max-width: 635px;
}

.archive .cmn-txt {
	max-width: 600px;
}

.flow {
	padding: 250px 0;
	background: #efede9;
}

.flow .cmn-txt {
	max-width: 500px;
}

.flow .title-img {
	max-width: 535px;
}

.flow-list-cont {
	display: flex;
	border-top: 1px solid #8a8a8a;
}

.flow-list-cont:last-child {
	border-bottom: 1px solid #8a8a8a;
}

.flow-list-cont-th {
	width: 140px;
	border-right: 1px solid #8a8a8a;
	position: relative;
}

.flow-list-cont-th img {
	width: 85px;
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.flow-list-cont-td {
	width: calc(100% - 140px);
	padding: 45px 10px 45px 20px;
	display: flex;
	justify-content: space-between;
}

.flow-list-cont-td-num {
	display: flex;
	width: 245px;
}

.flow-list-cont-td-num p {
	font-size: 34px;
	color: #69808a;
	font-weight: 500;
	position: relative;
	top: -6.5px;
}

.flow-list-cont-td-num h3 {
	font-size: 34px;
	color: #69808a;
	font-weight: 500;
}

.flow-list-cont-td-txt {
	width: calc(100% - 300px);
}

.flow-list-cont-td-txt p {
	font-size: 20px;
	line-height: 1.8;
}

.faq {
	padding: 250px 0 200px;
	background-image: url(../img/bg_img.webp);
	background-size: 100%;
	background-position: center;
	background-repeat: repeat;
	background-color: #fff;
}

.faq .cmn-txt {
	max-width: 650px;
}

.faq .title-img {
	max-width: 585px;
}

.faq-cont {
	border-top: 1px solid #8a8a8a;
	margin-bottom: 45px;
}

.faq-cont-th {
	padding: 45px 45px 0px 0px;
	cursor: pointer;
	position: relative;
}

.faq-cont-th::before,
.faq-cont-th::after {
	content: "";
	position: absolute;
	right: 0px;
	top: 77.5%;
	width: 12px;
	height: 0;
	border-top: 2px solid #876a51;
	transition: transform .25s ease;
}

.faq-cont-th::before {
	transform: translateY(-50%) rotate(-40deg);
}

.faq-cont-th::after {
	transform: translateY(-50%) rotate(40deg);
	right: 9px;
}

.faq-cont.active .faq-cont-th::before {
	transform: translateY(-50%) rotate(45deg);
	width: 20px;
}

.faq-cont.active .faq-cont-th::after {
	transform: translateY(-50%) rotate(-45deg);
	width: 20px;
	right: 0;
}

.faq-cont-th h3 {
	font-size: 24px;
	font-family: "dnp-shuei-mincho-pr6n", sans-serif;
	font-weight: 700;
	color: #876a51;
}

.faq-cont-td {
	display: none;
}

.faq-cont-td p {
	padding-top: 30px;
	font-size: 20px;
	line-height: 1.8;
}

.contact-cont {
	padding: 250px 0;
	background: #efede9;
}

.contact-cont .title-img {
	max-width: 750px;
	margin-bottom: 70px;
}

.contact-cont-form {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.contact-title {
	max-width: 620px;
	margin: 0 auto;
}

.contact-form-box {
	border-radius: 30px;
	background: #fff;
	padding: 100px 80px;
}

.form-group {
	margin-bottom: 50px;
}

.form-group label {
	font-size: 22px;
	font-weight: 500;
	width: 100%;
	display: block;
	margin-bottom: 11px;
}

.form-group label span {
	color: #ff0000;
}

.form-group label.chk {
	display: flex;
	align-items: center;
}

.form-group label.chk input {
	width: 20px;
	margin-right: 10px;
}

.form-group label.chk p {
	font-size: 16px;
}

.form-group.flex {
	align-items: baseline;
}

.form-group.flex label {
	width: 30%;
}

.form-group.flex .check-wrap {
	width: 67.5%;
}

.form-group.flex .check-wrap label {
	width: 100%;
}

.form-group input,
.form-group textarea {
	width: 100%;
	padding: 15px;
	font-size: 20px;
	border-radius: 15px;
	border: 1px solid #000;
	outline: none;
}

#contact-form button {
	max-width: 550px;
	margin: 70px auto 20px;
	background: linear-gradient(60deg, #f4e900, #eeaf00);
	text-align: center;
	color: #1e304c;
	font-size: 36px;
	font-weight: 700;
	padding: 30px 0;
	display: block;
	width: 100%;
	border-radius: 100px;
	border: none;
	cursor: pointer;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, .3);
	transition: all .7s;
}

#contact-form button:hover {
	box-shadow: none;
	transform: translateY(3px);
	opacity: 1;
}

.form-txt {
	text-align: center;
}

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

footer {
	padding: 105px 0;
	background: rgba(0, 0, 0, 0.7);
}

footer .inner {
	max-width: 1500px;
	width: calc(100% - 100px);
}

.footer-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}

.footer-logo {
	width: 300px;
	margin-bottom: 30px;
}

.footer-right {
	width: 800px;
}

.footer-right .txt-link li a {
	color: #fff;
}

.footer-bottom {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.footer-bottom-left {
	width: calc(100% - 500px);
}

.footer-bottom-left p {
	font-size: 17px;
	line-height: 1.6;
	color: #fff;
}

.footer-bottom-left hr {
	max-width: 400px;
	margin: 20px 0;
}

.footer-bottom-right {
	width: 475px;
}

.footer-tel {
	max-width: 400px;
	margin-bottom: 10px;
}

.footer-contact {
	width: 100%;
	margin-bottom: 20px;
}

.footer-contact a {
	display: block;
	width: 100%;
	background: linear-gradient(60deg, #f4e900, #eeaf00);
	text-align: center;
	color: #1e304c;
	font-size: 28px;
	font-weight: 700;
	padding: 32px 0;
	display: block;
	width: 100%;
	border-radius: 100px;
	border: none;
	cursor: pointer;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, .3);
	transition: all .7s;
}

.footer-contact a:hover {
	box-shadow: none;
	transform: translateY(3px);
	opacity: 1;
}

p.copy {
	text-align: center;
	font-size: 18px;
	color: #fff;
}

.thanks {
	padding: 250px 0 150px;
	background: #efede9;
	position: relative;
}

.thanks-txt {
	margin-bottom: 90px;
}

.thanks-txt h2 {
	font-size: 64px;
	color: #876a51;
	font-weight: 700;
	line-height: 1.8;
	text-align: center;
	padding-bottom: 60px;
	font-family: "dnp-shuei-mincho-pr6n", sans-serif;
}

.thanks-txt p {
	font-size: 20px;
	line-height: 1.7;
	margin-bottom: 30px;
	font-weight: 500;
}

.thanks-txt p:nth-child(3) {
	margin-bottom: 60px;
}

.thanks-txt a {
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	display: block;
	color: #000;
}

.form-group .error {
	font-size: 18px;
	padding-top: 10px;
	color: #db1c24;
}

.fixed-cta-btn {
	position: fixed;
	width: 80px;
	bottom: 5%;
	right: 0;
	z-index: 10;
	opacity: 0;
	transition: all .6s;
}

.fixed-cta-btn.active {
	opacity: 1;
}

@media screen and (max-width: 1200px) {
	.inner {
		width: calc(100% - 40px);
	}
}

@media screen and (max-width: 834px) {
	.sp {
		display: block !important;
	}

	.pc {
		display: none !important;
	}

	.wrapper {
		min-width: 100%;
	}

	header {
		padding: 15px 0;
		left: 0;
	}

	.header-logo {
		width: 180px;
		margin-left: 20px;
	}

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

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

	.fixed-btn ul {
		display: flex !important;
	}

	.fixed-btn ul li {
		width: 53.5%;
	}

	.fixed-btn ul li:nth-child(2) {
		width: 46.5%;
	}

	.fv {
		padding-block: 100px 240px;
	}

	.fv h1 {
		max-width: 400px;
	}

	.fv .slide-img {
		top: 90%;
		max-width: 500px;
	}

	.fv .slide-img li {
		margin: 0 15px;
		height: auto;
	}

	.slick-list {
		overflow: visible;
	}

	.circle-title {
		max-width: 245px;
		width: 100%;
		margin: 0 auto 10px;
	}

	.title-img {
		max-width: 320px;
		margin: 0 auto 30px;
	}

	.cmn-txt {
		margin-bottom: 30px;
		max-width: 500px;
	}

	.cmn-txt p {
		font-size: 14px;
	}

	.intro {
		padding-bottom: 80px;
	}

	.intro-list ul {
		display: block;
		max-width: 500px;
		margin: 0 auto 15px;
	}

	.intro-list ul li {
		background: #fff;
		border-radius: 30px;
		padding: 20px;
		margin-bottom: 25px;
	}

	.intro-list ul li:last-child {
		margin-bottom: 0;
	}

	.intro-list-box-img {
		margin: 0 auto 20px;
		height: auto;
		width: calc(100% - 60px);
	}

	.intro-list-box-img img {
		width: 100%;
		height: auto;
		object-fit: initial;
	}

	.intro-list-txt h3 img {
		height: 37.5px;
		margin: 0px auto 10px;
	}

	.intro-list-txt p {
		font-size: 15px;
	}

	.intro-list-bottom-txt {
		max-width: 500px;
		margin: 0 auto;
		text-align: left;
	}

	.intro-list-bottom-txt p {
		font-size: 15px;
	}

	.flex-cont {
		display: block;
		max-width: 500px;
		margin: 0 auto;
	}

	.flex-cont-title {
		width: 100%;
		margin-bottom: 30px;
	}

	.flex-cont-txt {
		width: 100%;
	}

	.cta-cont-wrap {
		width: 100%;
		padding: 80px 0;
	}

	.cta-cont-flex {
		max-width: 500px;
		width: calc(100% - 40px);
		display: block;
	}

	.cta-cont-left {
		width: 100%;
		margin: 0 auto 35px;
	}

	.cta-cont-contact img {
		width: 100%;
	}

	a.cta-btn {
		border-radius: 100px;
		padding: 15px 45px;
	}

	a.cta-btn span.box {
		display: block;
		position: relative;
		top: initial;
		left: initial;
		transform: initial;
		-webkit-transform: initial;
		-ms-transform: initial;
		width: 100%;
		height: auto;
		padding: 5px 0;
		line-height: 1;
		border-radius: 30px;
		margin-bottom: 10px;
	}

	a.cta-btn p {
		font-size: 32px;
		line-height: 1.2;
		right: 0;
	}

	.cta-cont-contact {
		width: 100%;
	}

	.cta-cont-tel {
		width: 100%;
	}

	.cta-cont-tel a:nth-child(1) {
		width: 77.5%;
		margin: 0 auto 15px;
		display: block;
	}

	.cta-cont-tel a.cta-btn:nth-child(2) {
		border: 2px solid #fff;
		background: #1e304c;
	}

	.cta-cont-tel a.cta-btn p {
		display: flex;
		align-items: center;
		margin-bottom: 10px;
		justify-content: center;
	}

	.cta-cont-tel a.cta-btn p img {
		width: 35px;
		margin-right: 5px;
	}

	.cta-cont-tel a.cta-btn p span {
		width: calc(100% - 40px);
		color: #fff;
	}

	.cta-cont-tel a.cta-btn .voice {
		padding: 80px 0;
	}

	.cta-cont-tel a.cta-btn span.box {
		margin-bottom: 0;
	}

	.circle-icon {
		width: 32.5px;
		height: 32.5px;
		bottom: 50px;
		right: 91.5px;
	}

	.reason {
		padding: 0 0 80px;
	}

	.reason .title-img {
		margin-bottom: 30px;
		max-width: 255px;
	}

	.reason-list ol {
		display: block;
		max-width: 500px;
		border-top: 1px solid #8a8a8a;
		margin: 0 auto;
	}

	.reason-list ol li {
		padding-block: 30px;
		border-right: none;
		border-bottom: 1px solid #8a8a8a;
	}

	.reason-list-top {
		margin-bottom: 25px;
		padding-inline: 0;
	}

	.reason-list-top-left p {
		font-size: 24px;
	}

	.reason-list-top-left span {
		width: 15px;
		height: 15px;
		margin-bottom: 12.5px;
		right: -3.5px;
	}

	.reason-list-top-left {
		width: 50px;
	}

	.reason-list-top-right {
		width: calc(100% - 50px);
	}

	.reason-list-bottom {
		padding: 0;
	}

	.reason-list-bottom img {
		height: 65px;
		margin-bottom: 25px;
	}

	.reason-list-bottom p {
		font-size: 15px;
		padding-bottom: 25px;
	}

	.voice {
		padding: 80px 0;
	}

	.voice .title-img {
		margin-left: 0;
	}

	.voice .flex-cont-txt {
		width: 100%;
		padding-top: 0;
	}

	.voice-box {
		padding: 20px 15px;
	}

	.voice-box-title-txt span {
		top: 5.5px;
	}

	.voice-box-title-txt h3 {
		font-size: 20px;
		width: calc(100% - 25px);
	}

	.voice-box-title-txt {
		margin-bottom: 10px;
	}

	.voice-box-txt h4 {
		padding-bottom: 10px;
		font-size: 16px;
	}

	.voice-box-title-txt p {
		font-size: 14px;
	}

	.voice-box-img {
		margin-bottom: 15px;
	}

	.voice-box-txt p {
		font-size: 15px;
	}

	.voice-box-txt p {
		font-size: 15px;
	}

	.controls {
		max-width: 100%;
		margin: 20px auto 0;
	}

	.swiper-pagination-bullet {
		width: 90px;
		height: 8px;
	}

	.archive {
		padding-bottom: 80px;
	}

	.archive .title-img {
		max-width: 320px;
	}

	.flow {
		padding: 80px 0;
	}

	.flow .title-img {
		max-width: 320px;
	}

	.flow-list-cont {
		max-width: 500px;
		margin: 0 auto 25px;
		flex-wrap: wrap;
		border-top: 1px solid #858585;
	}

	.flow-list-cont:last-child {
		margin-bottom: 0;
	}

	.flow-list-cont-td-txt {
		width: 100%;
		margin-top: 10px;
	}

	.flow-list-cont-td-txt p {
		font-size: 15px;
		line-height: 1.6;
	}

	.flow-list-cont-td-num {
		width: 100%;
		align-items: center;
	}

	.flow-list-cont-td-num p {
		font-size: 24px;
		top: 0px;
		line-height: 1;
	}

	.flow-list-cont-td-num h3 {
		font-size: 24px;
	}

	.flow-list-cont-th {
		width: 90px;
	}

	.flow-list-cont-th img {
		width: 70px;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}

	.flow-list-cont:nth-child(2) .flow-list-cont-th img {
		width: 52.5px;
	}

	.flow-list-cont:nth-child(4) .flow-list-cont-th img {
		width: 47.5px;
	}

	.flow-list-cont-td {
		width: calc(100% - 90px);
		padding: 30px 15px;
	}

	.flow-list-cont:last-child {
		border-bottom: 0;
	}

	.faq {
		padding: 80px 0;
	}

	.faq .title-img {
		max-width: 320px;
	}

	.faq-conts {
		max-width: 500px;
		margin: 0 auto;
	}

	.faq-cont-th {
		padding: 30px 30px 0px 0px;
	}

	.faq-cont {
		margin-bottom: 30px;
	}

	.faq-cont-th h3 {
		font-size: 18px;
		line-height: 1.5;
	}

	.faq-cont-td p {
		padding-top: 20px;
		font-size: 15px;
		line-height: 1.6;
	}

	.contact-cont {
		padding: 80px 0 0;
	}

	.contact-cont .inner {
		width: 100%;
	}

	.contact-cont .title-img {
		max-width: 255px;
		margin-bottom: 30px;
	}

	.contact-cont-form {
		max-width: 500px;
	}

	.contact-form-box {
		padding: 40px 20px 80px;
		border-radius: 0;
	}

	.form-group {
		margin-bottom: 20px;
	}

	.form-group label {
		font-size: 17px;
		margin-bottom: 10px;
	}

	.form-group.flex {
		display: block;
	}

	.form-group.flex label {
		width: 100%;
	}

	.form-group.flex .check-wrap {
		width: 100%;
	}

	.form-group input,
	.form-group textarea {
		padding: 20px 15px;
		font-size: 16px;
	}

	#contact-form button {
		max-width: 290px;
		border-radius: 50px;
		margin: 25px auto 20px;
		font-size: 25px;
		padding: 17.5px 0;
		;
	}

	.form-txt p {
		font-size: 14px;
	}

	footer {
		padding: 85px 0 30px;
	}

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

	.footer-logo {
		max-width: 275px;
		margin-bottom: 30px;
	}

	.footer-bottom {
		display: block;
	}

	.footer-bottom-left {
		width: 100%;
	}

	.footer-bottom-left p {
		font-size: 15px;
	}

	.footer-bottom-left {
		margin-bottom: 45px;
	}

	.footer-bottom-right {
		width: 100%;
	}

	p.copy {
		font-size: 13px;
	}

	.thanks {
		padding: 150px 0;
		background-position: center;
		background-size: cover;
		background-image: url(../img/bg_img_white.webp);
	}

	.thanks-txt {
		margin-bottom: 0px;
	}

	.thanks-txt h2 {
		font-size: 24px;
		padding-bottom: 40px;
	}

	.thanks-txt p {
		font-size: 16px;
		margin-bottom: 25px;
	}

	.thanks-txt p:nth-child(3) {
		margin-bottom: 40px;
	}

	.thanks-txt a {
		font-size: 16px;
	}

	/* 
	.slide-img img {
		width: 88vw;
	} */
	.slide-img li.current {
		margin-top: 80px;
	}

	.slide-img li.left,
	.slide-img li.right {
		margin-top: 40px;
	}

	.slide-img li.left2,
	.slide-img li.right2 {
		margin-top: 10px;
	}
}

@media screen and (max-width: 550px) {
	.fv {
		padding-block: 80px 42.5vw;
	}

	.fv h1 {
		width: calc(100% - 40px);
	}

	.fv .slide-img {
		top: 92.5%;
	}

	.cmn-txt p {
		letter-spacing: 0.06em;
	}

	a.cta-btn {
		padding: 15px 30px;
	}

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

	a.cta-btn span.box {
		font-size: 20px;
	}

	.cta-cont-tel a.cta-btn p img {
		width: 32.5px;
	}

	.cta-cont-tel a:nth-child(1) {
		width: 80%;
	}

	.circle-icon {
		width: 7.5vw;
		height: 7.5vw;
		bottom: 8vw;
		right: 13.5vw;
	}

	.circle-icon svg {
		top: 47.5%;
		width: 4vw;
	}

	.flow-list-cont-td {
		padding: 30px 10px;
	}

	.flow-list-cont-td-num h3 {
		font-size: 22px;
	}

	.flow-list-cont-td-num p {
		font-size: 22px;
	}

	.thanks {
		padding: 100px 0;
	}
}
