@charset "UTF-8";

/* 既に入れていなければ */
html { scroll-behavior: smooth; }

/* ヘッダー高さに応じて調整 */
#reason, #flow, #price, #ex, #voice, #contact {
  scroll-margin-top: 60px; /* HEADER_GAP と合わせる */
}

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

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

h2,
h3 {
	line-height: 1.2;
}

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

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

.sp {
	display: none !important;
}

.abs {
	position: absolute;
}

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

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

.fix {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: -1;
}

.acumin {
	font-family: "acumin-variable", sans-serif;
}

a {
	transition: all .7s;
}

a:hover {
	opacity: .8;
}

section {
	position: relative;
}

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

.abs-img {
	position: absolute;
	z-index: 1;
	max-width: 100px;
}

.bottom-abs-parts {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	z-index: 1;
	max-width: 180px;
}

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

header {
	position: fixed;
	width: 100%;
	left: 0;
	min-width: 1200px;
	top: 0;
	z-index: 10;
}

.header-inner {
	width: calc(100% - 60px);
	margin: 0 auto;
	padding: 20px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-logo {
	max-width: 300px;
}

.header-btn {
	max-width: 650px;
}

.header-btn ul {
	display: flex;
	justify-content: space-between;
}

.header-btn ul li {
	width: 49%;
}

.cta-cont {
	background: #006837;
	padding: 10px 0 120px;
	position: relative;
}

.cta-title {
	text-align: center;
	margin-bottom: 55px;
}

.cta-title h2 {
	font-size: 50px;
	color: #fff;
	font-weight: 700;
	padding-bottom: 15px;
	display: inline-block;
	border-bottom: 3px dashed #fff;
	padding-inline: 10px;
}

.cta-box {
	background: #fff;
	padding: 40px;
	border-radius: 30px;
}

.cta-flex {
	max-width: 920px;
	margin: 0 auto;
}

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

.cta-flex ul li {
	width: 47%;
	text-align: center;
}

.cta-flex ul li p {
	font-size: 20px;
	display: inline-block;
	padding-bottom: 10px;
	color: #000;
	position: relative;
}

.cta-flex ul li p::before {
	content: "";
	position: absolute;
	width: 15px;
	height: 2px;
	background: #000;
	bottom: 40%;
	left: -25px;
	transform: rotate(60deg);
}

.cta-flex ul li p::after {
	content: "";
	position: absolute;
	width: 15px;
	height: 2px;
	background: #000;
	bottom: 40%;
	right: -20px;
	transform: rotate(-60deg);
}

.cta-cont .bottom-abs-parts {
	max-width: 75px;
	bottom: -32.5px;
}

.worry {
	padding: 120px 0 140px;
	background-image: url(../img/worry_bg.webp);
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
}

.cmn-title {
	margin-bottom: 75px;
	text-align: center;
}

.cmn-title h2 {
	font-size: 50px;
	font-weight: 700;
	line-height: 1.5;
	color: #006837;
}

.worry-list {
	position: relative;
}

.worry-list .abs-img:nth-child(1) {
	max-width: 60px;
	top: 30%;
	left: -10%;
}

.worry-list .abs-img:nth-child(2) {
	max-width: 245px;
	top: -22.5%;
	right: -12.5%;
}

.worry-list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1240px;
}

.worry-list ul li {
	width: 47.5%;
	margin-bottom: 40px;
}

.worry .bottom-abs-parts {
	bottom: -80px;
	max-width: 160px;
}

.staff {
	padding: 155px 0 200px;
	background: #59a93d;
}

.staff-title {
	max-width: 565px;
	margin: 0 auto;
	text-align: center;
}

.staff-title h2 {
	font-size: 28px;
	font-weight: 700;
	color: #fff;
	padding-bottom: 15px;
	letter-spacing: .05em;
}

.staff-flex {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	position: relative;
	z-index: 1;
	margin-top: -25px;
}

.staff-img {
	width: 60%;
}

.staff-txt {
	width: 37.5%;
	padding-bottom: 40px;
}

.staff-txt h3 {
	font-size: 38px;
	font-weight: 700;
	color: #fff;
	line-height: 1.6;
}

.staff .abs-img {
	max-width: 300px;
	right: 0;
	bottom: 10%;
}

.reason {
	position: relative;
}

.reason-title {
	max-width: 575px;
	margin: 0 auto 40px;
}

.reason-list ol li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}

.reason-list ol li:nth-child(2) {
	flex-direction: row-reverse;
}

.reason-list-img {
	height: 400px;
	width: 400px;
}

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

.reason-list-txts {
	width: calc(100% - 450px);
}

.reason-list-title {
	text-align: left;
}

.reason-list-title h3 {
	font-size: 38px;
	font-weight: 700;
	display: inline-block;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 3px dashed #006837;
}

.reason-list-title h3 .green {
	font-size: 44px;
	color: #006837;
}

.reason-list-txt p {
	font-size: 24px;
	line-height: 2;
	font-weight: 400;
}

.ten .char {
	position: relative;
	display: inline-block;
	padding-top: 10px;
	/* 点と文字の間隔を調整 */
}

.ten .char::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 6px;
	height: 6px;
	background-color: #006837;
	border-radius: 50%;
}

.bg-parts {
	position: absolute;
	width: 100%;
	left: 0;
}

.bg-parts.top {
	top: -9vw;
}

.bg-parts.bottom {
	bottom: -13vw;
}

.reason {
	background-image: url(../img/reason_bg.webp);
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 20px 0;
	z-index: 2;
	position: relative;
}

.flow {
	background: #aed4a2;
	padding: 140px 0 200px;
	position: relative;
}

.flow-title {
	margin-bottom: 65px;
	position: relative;
	z-index: 2;
	text-align: center;
}

.flow-title p {
	background: #006837;
	text-align: center;
	color: #fff;
	display: inline-block;
	font-size: 36px;
	padding: 5px 10px;
	margin-bottom: 15px;
}

.flow-title p span {
	font-size: 64px;
	line-height: .9;
}

.flow-title p span small {
	font-size: 50px;
	line-height: 1;
}

.flow-list ol {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}

.flow-list ol li {
	width: 31%;
	background: #59a93d;
	border-radius: 15px;
}

.flow-list ol li.arrow {
	width: 1.5%;
	background: initial;
	position: relative;
}

.flow-list ol li.arrow img {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.flow-list-title {
	display: flex;
	align-items: center;
	background: #fff;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.flow-list-title picture {
	width: 32.5%;
	margin-right: 10px;
	margin-bottom: 22.5px;
}

.flow-list-title h3 {
	font-size: 32px;
	line-height: 1.3;
	font-weight: 700;
}

.flow-list-txt {
	padding: 20px;
}

.flow-list-txt p {
	font-size: 24px;
	line-height: 2;
	color: #fff;
}

.cta-title img {
	width: 33.5px;
	margin: 0 auto 30px;
}

.flow-list ol li:nth-child(3) .flow-list-title {
	padding-bottom: 5px;
}

.flow-list ol li:nth-child(1) .flow-list-title picture {
	width: 31%;
}

.cta-cont .bg-parts.top {
	top: -8.5vw;
}

.price {
	padding: 90px 0 300px;
	background-image: url(../img/price_bg.webp);
	background-color: #59a93d;
	background-size: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	border-bottom-left-radius: 20%;
	border-bottom-right-radius: 20%;
}

.price-swiper {
	margin-block: -120px 85px;
}

.price-swiper {
	display: flex;
	width: 100%;
	gap: 0px 50px;
	animation: scrollSlider 20s linear infinite;
}

.price-swiper picture {
	flex: 0 0 calc(100% / 3.5);
	/* 3.5枚見せ */
	max-width: none;
}

@keyframes scrollSlider {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-50%);
	}
}

.price-title {
	margin: 0 auto 60px;
	max-width: 550px;
}

.price-list ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 45px 30px;
}

.price-list ul li {
	padding: 10px;
	border-radius: 15px;
	background: rgba(255, 255, 255, .8);
}

.price-list-box-price {
	margin-block: 10px;
	text-align: center;
	border-radius: 30px;
	padding: 7.5px 0;
	border: 1px solid #000;
}

.price-list-box-price p {
	font-size: 24px;
	font-weight: 700;
}

.price-list-box-price p span {
	color: #d41c24;
	font-size: 43px;
	line-height: 1;
}

.price-list-box-img {
	margin-bottom: 10px;
}

.price-list-box-txt p {
	font-size: 20px;
	padding-bottom: 10px;
	line-height: 1.4;
}

.price-list ul li:nth-child(3) .price-list-box-title,
.price-list ul li:nth-child(4) .price-list-box-title {
	margin-top: -5px;
}

.price-list {
	position: relative;
}

.price .abs-img {
	width: 72.5px;
	bottom: -12.5%;
	right: 7.5%;
}

.ex {
	padding: 130px 0;
	background-image: url(../img/ex_bg.webp);
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
}

.ex-title {
	margin-bottom: 60px;
}

.ex-title h2 {
	display: flex;
	align-items: center;
	justify-content: center;
}

.ex-title h2 img {
	width: 50px;
	margin-right: 15px;
}

.ex-list ul {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 30px;
}

.ex-list ul li {
	background: #fff;
	border-radius: 15px;
	padding: 25px;
	width: calc(50% - 30px);
}

.ex-list-img {
	margin-bottom: 10px;
	padding-right: 40px;
}

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

.ex-list-box-title {
	display: flex;
	align-items: center;
	padding-bottom: 5px;
	border-bottom: 3px solid #006837;
	margin-bottom: 30px;
}

.ex-list-box-title .num {
	position: relative;
}

.ex-list-box-title .num::before {
	content: "";
	left: 0;
	top: 0;
	background-image: url(../img/green_triangle.svg);
	background-size: 100%;
	position: absolute;
	width: 90px;
	height: 80px;
}

.ex-list-box-title .num p {
	font-size: 56px;
	font-weight: 700;
	color: #fff;
	line-height: 1;
	position: relative;
	z-index: 1;
}

.ex-list-box-title .txt {
	width: calc(100% - 80px);
	margin-left: -40px;
	text-align: center;
}

.ex-list-box-title .txt h3 {
	font-size: 30px;
	font-weight: 700;
	color: #006837;
}

.voice {
	padding: 110px 0 150px;
	background-image: url(../img/voice_bg.webp);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.voice-title {
	max-width: 475px;
	margin: 0 auto 40px;
}

.voice img {
	width: 100%;
	margin-bottom: 10px;
}

.voice-box {
	background: rgba(255, 255, 255, .8);
	border-radius: 15px;
	padding: 25px;
	padding: 30px;
}

.voice-box-txt p {
	font-size: 20px;
	background-image: linear-gradient(180deg, #ccc 1px, transparent 1px);
	background-size: 100% 1.8em;
	line-height: 1.8em;
	padding-bottom: 1px;
}

.swiper-wrapper {
	margin-bottom: 55px;
}

.swiper-arrow {
	max-width: 175px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.swiper-button-next,
.swiper-button-prev {
	width: 47%;
	background: #006837;
	height: 50px;
	cursor: pointer;
	position: relative;
}

.swiper-button-prev {
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
}

.swiper-button-next {
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
}

.swiper-button-prev:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #ffffff;
	border-color: transparent #ffffff transparent transparent;
	border-width: 16px 27.71px 16px 0px;
	border-radius: 5px;
}

.swiper-button-next:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #ffffff;
	border-width: 16px 0px 16px 27.71px;
	border-radius: 5px;
}

.voice-box-img {
	margin-bottom: 10px;
	position: relative;
}

.voice-box-img p {
	font-size: 58px;
	font-weight: 700;
	color: #006837;
	position: absolute;
	top: -5px;
	line-height: 1;
	left: -10px;
	z-index: 2;
}

.voice-box-img::before {
	content: "";
	left: -15px;
	top: -10px;
	background-image: url(../img/lightgreen_triangle.svg);
	background-size: 100%;
	position: absolute;
	width: 90px;
	height: 80px;
	z-index: 1;
}

.faq {
	background: #eff8e3;
	padding: 0 0 150px;
}

.faq .cmn-title {
	margin-block: 0;
}

.faq .cmn-title img {
	position: relative;
	transform: translateY(-60px);
}

.qa-list {
	max-width: 1000px;
	margin: 0 auto;
}

.qa-item {
	margin-bottom: 30px;
	border: 2px solid #006837;
	border-radius: 5px;
	background: #fff;
}

.qa-question {
	cursor: pointer;
	font-weight: bold;
	justify-content: space-between;
	padding: 25px 20px;
	display: flex;
	position: relative;
}

.qa-question::before,
.qa-question::after {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	width: 14px;
	height: 1px;
	background-color: #000;
	transition: transform 0.3s ease;
}

.qa-question::after {
	transform: translateY(-50%) rotate(90deg);
}

.qa-question.open::after {
	transform: translateY(-50%) rotate(0deg);
}

.qa-question img {
	width: 30px;
	height: 30px;
}

.qa-question h3 {
	width: calc(100% - 45px);
	font-weight: bold;
	font-size: 22px;
}

.qa-answer {
	display: none;
	margin: 0 20px;
	padding: 20px 0px 25px;
	justify-content: space-between;
	transition: all .7s;
	border-top: 1px dashed #000;
}

.qa-answer.open {
	display: flex;
}

.qa-answer img {
	width: 30px;
	height: 30px;
}

.qa-answer p {
	width: calc(100% - 45px);
	font-weight: 500;
	font-size: 20px;
	line-height: 1.7;
}

.area {
	padding: 0 0 20px;
	position: relative;
	z-index: 1;
	background: #fff;
}

.area-title {
	margin-top: 0px;
}

.area-title img {
	transform: translateY(-150px);
}

.area-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1000px;
	margin: -180px auto 0;
}

.area-flex-left {
	width: 70%;
}

.area-flex-left p {
	font-size: 20px;
	line-height: 2;
}

.area-flex-left p span {
	font-size: 36px;
	font-weight: 700;
	color: #006837;
}

.area-flex-left p span small {
	font-size: 80px;
	font-weight: 700;
	color: #006837;
	line-height: 1;
	padding-inline: 2.5px;
}

.area-flex-right {
	width: 50.0%;
}
  

.area .bg-parts.bottom {
	bottom: -9vw;
}

.contact {
	background: #59a93d;
	padding: 260px 0 130px;
}

.contact .cmn-title {
	margin: 0 auto 55px;
	max-width: 600px;
}

.contact .cmn-title h2 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
}

.contact .cmn-title h2 img {
	width: 65px;
}

.contact .cmn-title h2 p {
	color: #fff;
	line-height: 1;
}

.contact-cont-form {
	padding: 70px 40px 50px;
	background: #fff;
	border-radius: 5px;
	border: 2px solid #006837;
}

.contact-form-box {
	max-width: 980px;
	margin: 0 auto;
}

.form-group {
	margin-bottom: 30px;
	display: flex;
	align-items: baseline;
	justify-content: space-between;
}

.form-group label {
	width: 30%;
	display: flex;
	align-items: center;
}

.form-group.big label {
	width: 35%;
}

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

.form-group label p {
	font-size: 20px;
	margin-right: 10px;
}

.form-group label span {
	position: relative;
	display: inline-block;
	margin-left: 5px;
	width: 55px;
	height: 20px;
	border-radius: 3px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	color: #fff;
	line-height: 19px;
	border: 1px solid #ff0000;
	color: #ff0000;
}

.form-group input,
.form-group textarea,
.form-group select {
	width: 68.5%;
	padding: 15px;
	font-size: 16px;
	border-radius: 5px;
	outline: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px solid #333;
	position: relative;
}

.form-group.big textarea,
.form-group.big select {
	width: 64%;
}

.form-group input[type="checkbox"] {
	appearance: checkbox;
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
}

.privacy-box {
	padding: 0;
}

.privacy {
	width: 100%;
	height: 160px;
	overflow-y: scroll;
	padding: 20px;
	border: 1px solid #4d4d4d;
	border-radius: 5px;
	margin-block: 30px;
}

.privacy-title {
	color: var(--green);
	font-weight: bold;
	text-align: center;
	padding-bottom: 2%;
}

.privacy p {
	padding-bottom: 20px;
	font-size: 14px;
}

.privacy dl {
	padding: 2% 1%;
}

.privacy dt {
	border-bottom: 1px solid #2222;
	padding-bottom: 1%;
}

.privacy dd {
	padding-bottom: 1%;
	padding-bottom: 2%;
}

.privacy-h3 {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 1em;
}

.privacy h4 {
	font-size: 14px;
	padding-bottom: 5px;
	font-weight: 700;
}

.privacy a {
	color: #333;
}

.form-group .consent {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.form-group .consent input {
	width: auto;
	margin-right: 10px;
}

.form-group label.consent p {
	font-size: 17px;
}

.form-group button {
	max-width: 315px;
	width: 100%;
	margin: 0 auto;
	border: none;
	transition: all .7s;
	cursor: pointer;
}

.thanks-wrapper {
	background-image: url(../img/ex_bg.webp);
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
}

.thanks-abs {
	margin-bottom: 100px;
}

.thanks-txt {
	margin: 0 auto 200px;
	text-align: center;
	max-width: 1100px;
}

.thanks-txt h2 {
	font-size: 50px;
	font-weight: 700;
	color: #006837;
	padding-bottom: 90px;
}

.thanks-txt p {
	font-size: 20px;
	padding-bottom: 90px;
	line-height: 2;
}

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

.back-link {
	text-align: center;
}

.back-link a {
	text-align: center;
	color: #333;
	font-size: 16px;
	text-decoration: underline;
	line-height: 1.7;
	font-weight: 400;
	display: block;
}

.thanks-bottom {
	padding: 60px 0 30px;
}

.company {
	padding: 120px 0;
	background-image: url(../img/ex_bg.webp);
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
}

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

.company-flex-left {
	width: 45%;
}

.company-flex-left img {
	margin-bottom: 20px;
}

.company-flex-right {
	width: 45%;
}

.company-table-cont {
	display: flex;
	margin-bottom: 5px;
}

.company-table-cont p {
	font-size: 20px;
}

.company-table-cont-left {
	width: 25%;
	padding-right: 10px;
	border-right: 1px solid #000;
}

.company-table-cont-right {
	width: 75%;
	padding-left: 10px;
}

.company-table-cont-full {
	width: 100%;
}

footer {
	background: #006837;
	text-align: center;
	padding: 15px 0;
}

footer p {
	font-size: 20px;
	color: #fff;
}

.animate-on-view {
	opacity: 0;
	transform: translateY(20px);
	transition: all 0.6s ease;
}

.animate-on-view.visible {
	opacity: 1;
	transform: translateY(0);
}

.select-bl{
	width: 64%;
	position: relative;
}

.select-bl select{
	width: 100%!important;
	background-color: transparent;
}

.select-bl::after{
	/* 下向き三角 */
	content: "";
    position: absolute;
    top: 54%;
    right: 21px;
    transform: translateY(-50%);
    border: 7px solid transparent;
    border-top-color: #333;
    z-index: -1;
}

@media screen and (max-width: 1400px) {
	.header-logo {
		max-width: 250px;
	}

	.header-btn {
		max-width: 500px;
	}

	.worry-list .abs-img:nth-child(2) {
		right: -40px;
	}

	.worry-list .abs-img:nth-child(1) {
		left: -40px;
	}

	.staff .abs-img {
		max-width: 200px;
		bottom: 30%;
	}
}

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

	.pc {
		display: none !important;
	}

	.wrapper,
	header {
		min-width: auto;
	}

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

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

	.fixed-btns ul {
		display: flex;
	}

	.fixed-btns ul li {
		width: 50%;
	}

	header {
		position: absolute;
	}

	.header-inner {
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}

	.header-logo {
		max-width: 170px;
		margin-left: 15px;
		margin-top: 10px;
	}

	.header-btn {
		max-width: 170px;
	}

	.header-btn ul li {
		width: 40%;
	}

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

	.cta-cont {
		padding: 0px 0 45px;
	}

	.cta-title h2 {
		font-size: 28px;
		line-height: 1.6;
	}

	.cta-title {
		text-align: center;
		margin-bottom: 25px;
	}

	.cta-box {
		background: #fff;
		padding: 35px 20px;
		border-radius: 20px;
		max-width: 500px;
		margin: 0 auto;
	}

	.cta-cont-top .cmn-title {
		margin-top: -35px;
	}

	.cta-flex ul {
		display: block;
	}

	.cta-flex ul li {
		width: 100%;
	}

	.cta-flex ul li:nth-child(1) {
		margin-bottom: 20px;
	}

	.cta-flex ul li p {
		font-size: 18px;
		letter-spacing: .05em;
		padding-bottom: 5px;
	}

	.cta-cont-top {
		margin-top: -35px;
	}

	.cta-cont .bottom-abs-parts {
		max-width: 55px;
		bottom: -22.5px;
	}

	.worry {
		padding: 50px 0 120px;
		background-position: center bottom;
	}

	.cmn-title h2 {
		font-size: 26px;
	}

	.cmn-title {
		margin-bottom: 25px;
	}

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

	.animate-on-view.visible {
		opacity: 1;
		transform: translateY(0);
	}

	.worry .bottom-abs-parts {
		bottom: -100px;
	}

	.worry-list .abs-img:nth-child(2) {
		right: initial;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		max-width: 350px;
		top: initial;
		bottom: -90px;
		width: 100%;
	}

	.worry-list .abs-img:nth-child(1) {
		max-width: 30px;
		top: -7.5%;
		left: 20px;
	}

	.worry-list ul li {
		width: 100%;
		margin-bottom: 0;
	}

	.staff {
		padding: 120px 0 160px;
	}

	.staff-title {
		max-width: 305px;
		margin-bottom: 20px;
	}

	.staff-title h2 {
		font-size: 24px;
		text-align: left;
		line-height: 1.5;
		padding-bottom: 10px;
	}

	.staff-flex {
		flex-direction: column-reverse;
		max-width: 500px;
		margin: 0 auto;
	}

	.staff-txt {
		width: 100%;
		padding-bottom: 30px;
		max-width: 305px;
		margin: 0 auto;
	}

	.staff-txt h3 {
		font-size: 26px;
	}

	.staff-img {
		width: calc(100% + 80px);
		margin-right: -40px;
	}

	.staff .abs-img {
		max-width: 100px;
		bottom: initial;
		top: 12.5%;
	}

	.bg-parts.top {
		top: -40vw;
	}

	.staff {
		padding: 120px 0 37.5vw;
	}

	.reason-title {
		max-width: 275px;
		margin: -50px auto 25px;
	}

	.reason-list ol li {
		display: block;
		max-width: 500px;
		margin: 0 auto 30px;
	}

	.reason-list-img {
		height: initial;
		width: 85%;
		margin: 0 auto 15px;
	}

	.reason-list-txts {
		width: 100%;
	}

	.reason-list-title {
		text-align: center;
	}

	.reason-list-txt p {
		font-size: 16px;
	}

	.reason-list-title h3 {
		font-size: 24px;
		padding: 0 15px;
		margin-bottom: 20px;
		padding-bottom: 15px;
		line-height: 1.5;
	}

	.reason-list-title h3 .green {
		font-size: 32px;
	}

	.ten .char::before {
		top: 2.5px;
	}

	.reason-list ol li:nth-child(2) .reason-list-title h3 {
		text-align: left;
	}

	.bg-parts.bottom {
		bottom: -20vw;
	}

	.flow-title p {
		font-size: 24px;
	}

	.flow-title p span small {
		font-size: 35px;
	}

	.flow-title p span {
		font-size: 46px;
	}

	.flow-list ol {
		display: block;
		max-width: 500px;
		margin: 0 auto;
		position: relative;
		z-index: 1;
	}

	.flow-list ol li {
		width: 100%;
		margin-bottom: 10px;
	}

	.cta-cont .bg-parts.top {
		top: -38vw;
	}

	.flow {
		padding: 14vw 0 25vw;
	}

	.flow .cmn-title h2 {
		font-size: 44px;
	}

	.flow .abs-img {
		max-width: 100%;
		top: -2%;
		z-index: 2;
	}

	.flow-list ol li.arrow {
		width: 100%;
	}

	.flow-list ol li.arrow img {
		position: relative;
		width: 25px;
		top: 50%;
		left: 50%;
		transform: translate(-50%, 0%) rotate(90deg);
		-webkit-transform: translate(-50%, 0%) rotate(90deg);
		-ms-transform: translate(-50%, 0%) rotate(90deg);
	}

	.flow-list-txt {
		padding: 15px;
	}

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

	.flow-list-title picture {
		width: 40%;
		margin-right: 15px;
		margin-bottom: 4.5px;
		margin-top: -20px;
	}

	.flow-list-title h3 {
		font-size: 24px;
	}

	.flow-list ol li:nth-child(1) .flow-list-title picture {
		width: 40%;
	}

	.cta-title img {
		width: 23.5px;
		margin: 0 auto 15px;
	}

	.cta-cont {
		padding: 0px;
	}

	.cta-cont .inner {
		transform: translateY(-12vw);
	}

	.cta-cont-top {
		padding-bottom: 40px;
	}

	.cta-cont-top .inner {
		transform: initial;
	}

	.price {
		padding: 50px 0 10px;
		background-image: url(../img/price_bg_sp.webp);
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		position: relative;
		z-index: 1;
	}

	.half-circle {
		width: 100%;
		height: 40vw;
		position: absolute;
		transform: rotate(180deg);
		top: 0;
	}

	.half-circle svg {
		width: 100%;
		height: 100%;
		display: block;
	}

	.price-title {
		margin: 0 auto 20px;
		max-width: 320px;
	}

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

	.price-list ul li {
		margin-bottom: 30px;
	}

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

	.price-list-box-txt p {
		font-size: 15px;
		padding-bottom: 5px;
	}

	.price-list-box-price p {
		font-size: 20px;
	}

	.price-list-box-price p span {
		font-size: 34px;
	}

	.price-list-box-price {
		padding: 5px 0;
	}

	.price-swiper.sp {
		gap: 0px 20px;
		margin-block: 0 30px;
		display: flex !important;
		position: relative;
		z-index: 2;
	}

	.price .abs-img {
		width: 45px;
		bottom: -60px;
		right: 60px;
	}

	.ex {
		padding: 95px 0 55px;
		border-bottom-left-radius: 30px;
		border-bottom-right-radius: 30px;
		z-index: 1;
		position: relative;
		background-color: #fff;
	}

	.ex-title h2 {
		font-size: 45px;
	}

	.voice {
		padding: 40px 0 35vw;
		margin-top: -30px;
	}

	.ex-list-box {
		background: #fff;
		border-radius: 20px;
		padding: 10px;
	}

	.ex-list-box-title .txt h3 {
		font-size: 24px;
	}

	.ex-list-img {
		margin-bottom: 20px;
		padding-right: 5px;
	}

	.ex-swiper {
		max-width: 500px;
		margin: 0 auto;
	}

	.ex-list-box-title {
		margin-bottom: 15px;
	}

	.ex-list-txt p {
		font-size: 15px;
		padding-bottom: 20px;
	}

	.swiper-arrow {
		max-width: 100px;
		margin-top: -20px;
	}

	.swiper-button-next,
	.swiper-button-prev {
		height: 30px;
	}

	.swiper-button-next:after {
		border-width: 10px 0px 10px 14.5px;
		border-radius: 2.5px;
	}

	.swiper-button-prev:after {
		border-width: 10px 14.5px 10px 0px;
		border-radius: 2.5px;
	}

	.voice-title h2 {
		font-size: 45px;
	}

	.voice img {
		width: 100%;
		margin-bottom: 0px;
	}

	.voice-swiper {
		max-width: 500px;
		margin: 0 auto;
		z-index: 1;
		position: relative;
	}

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

	.faq .sm-inner {
		width: 100%;
	}

	.qa-list {
		max-width: 1000px;
		margin: -18vw auto 0;
		width: calc(100% - 50px);
	}

	.qa-item {
		margin-bottom: 20px;
	}

	.qa-question {
		padding: 20px;
	}

	.qa-question img {
		width: 20px;
		height: 20px;
		position: relative;
		bottom: -5px;
	}

	.qa-question h3 {
		width: calc(100% - 30px);
		font-size: 17px;
		line-height: 1.5;
		padding-right: 20px;
		position: relative;
	}

	.qa-answer {
		padding-block: 20px;
	}

	.qa-answer img {
		width: 20px;
		height: 20px;
	}

	.qa-answer p {
		width: calc(100% - 30px);
		font-size: 15px;
		top: -5px;
		position: relative;
	}

	.area .inner {
		width: 100%;
	}

	.area-title img {
		transform: translateY(-110px);
	}

	.area .bg-parts.bottom {
		bottom: -42vw;
	}

	.area-flex {
		margin: -10vw auto 0;
		width: calc(100% - 40px);
		max-width: 500px;
	}

	.area {
		padding: 0;
	}

	.area-flex-right {
		width: 165px;
		transform: translateY(50px) !important;
		z-index: 2;
	}

	.area-flex-left {
		width: calc(100% - 150px);
	}

	.area-flex-left p {
		font-size: 15px;
	}

	.area-flex-left p span {
		font-size: 22px;
	}

	.area-flex-left p span small {
		font-size: 52px;
	}

	.contact {
		padding: 40vw 0 50px;
	}

	.contact .cmn-title {
		margin: 0 auto 25px;
		max-width: 300px;
	}

	.contact .cmn-title h2 {
		display: block;
	}

	.contact .cmn-title h2 img {
		width: 65px;
		margin: 0 auto 20px;
	}

	.contact-cont-form {
		padding: 20px 15px;
		max-width: 500px;
		margin: 0 auto;
	}

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

	.form-group label {
		width: 100%;
		margin-bottom: 10px;
	}

	.form-group input,
	.form-group textarea,
	.form-group select {
		width: 100%;
		padding: 10px;
	}

	.form-group label p {
		font-size: 18px;
		margin-right: 10px;
		width: calc(100% - 100px);
	}

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

	.form-group.big textarea,
	.form-group.big select {
		width: 100%;
	}

	.privacy {
		padding: 15px;
		margin-block: 15px 20px;
	}

	.form-group .consent {
		justify-content: initial;
	}

	.form-group button {
		display: block;
	}

	.company {
		padding: 70px 0;
	}

	.company .cmn-title h2 {
		font-size: 45px;
	}

	.company-flex {
		display: block;
		max-width: 500px;
	}

	.company-flex-left {
		width: 100%;
		margin-bottom: 30px;
	}

	.company-flex-right {
		width: 100%;
	}

	.company-flex-right iframe {
		height: 210px;
	}

	.company-table-cont p {
		font-size: 17px;
	}

	.company-table-cont {
		margin-bottom: 10px;
	}

	.fixed-btns.hide {
		opacity: 0;
		pointer-events: none;
	}

	footer p {
		font-size: 17px;
	}

	footer {
		padding: 25px 0;
	}

	.ex-list-box-title .txt {
		width: calc(100% - 40px);
		margin-left: -20px;
	}

	.ex .abs-img {
		width: 45px;
		top: 20px;
		right: 60px;
	}

	.qa-question::before,
	.qa-question::after {
		right: 10px;
	}

	.company .cmn-title {
		margin-bottom: 40px;
	}

	.thanks-abs {
		margin-bottom: 20px;
	}

	.thanks-txt {
		margin: 0 auto 80px;
		max-width: 500px;
		width: calc(100% - 40px);
		text-align: left;
		min-height: 62.5vh;
	}

	.thanks-txt h2 {
		font-size: 24px;
		padding-bottom: 45px;
		line-height: 1.8;
	}

	.thanks-txt p {
		font-size: 16px;
		padding-bottom: 50px;
	}

	.thanks-txt a {
		font-size: 17px;
		display: block;
	}

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

	.select-bl{
		width: 100%;
	}

	.select-bl::after {
		top: 56%;
		right: 15px;
		border: 6px solid transparent;
		border-top-color: #333;
	}
}

@media screen and (max-width: 500px) {
	.cta-cont-top {
		margin-top: 0px;
	}

	.cta-cont .inner {
		transform: translateY(-12vw);
	}

	.worry-list .abs-img:nth-child(1) {
		top: -13.5%;
		left: 10px;
	}

	.worry-list .abs-img:nth-child(2) {
		left: 55%;
		max-width: 105%;
		bottom: -100px;
		width: 105%;
	}

	.reason-list-img {
		width: 75%;
	}

	.flow {
		padding: 12vw 0 25vw;
	}

	.flow-list-title picture {
		width: 40%;
		margin-right: 15px;
		margin-bottom: 5.5px;
		margin-top: -12.5px;
	}

	.cta-box {
		padding: 35px 15px;
	}

	.cta-flex ul li p::before {
		left: -15px;
	}

	.cta-flex ul li p::after {
		right: -10px;
	}

	.faq .cmn-title img {
		position: relative;
		transform: translateY(-40px);
	}

	.qa-list {
		max-width: 100%;
		margin: -20vw auto 0;
		width: calc(100% - 40px);
	}

	.area-flex-left p {
		font-size: 13px;
	}

	.area-flex-left {
		width: calc(100% - 130px);
	}

	.area-flex-left p span small {
		font-size: 38px;
		letter-spacing: 0;
		padding: 0;
	}

	.area-flex-left p span {
		font-size: 18px;
	}

	.area-flex-right {
		width: 130px;
		transform: translateY(10px) !important;
	}

	.area-flex {
		margin: -27vw auto 0;
		width: calc(100% - 30px);
	}

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

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

	.contact-cont-form {
		padding: 20px 15px 15px;
	}

	.company-table-cont p {
		font-size: 16px;
	}

	footer p {
		font-size: 16px;
		line-height: 1.6;
	}
}
