@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@500;700&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */
* {
	box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, small, button, time, figure {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

li, dd {
	list-style-type: none;
}

header, footer, nav, section, article, aside, figure, figcaption {
	display: block;
}

img {
	border: none;
	vertical-align: bottom;
}

a {
	cursor: pointer;
	text-decoration: none;
}

body {
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #333333;
}

img {
	width: 100%;
}

.pc-none {
	display: none;
}
.tab, .tab2, .br-sp, .br-sp2 {
	display: none;
}
.br-pc {
	display: block;
}

.inner {
	width: 1180px;
	margin: 0 auto;
}

/*=================================


hero


==================================*/
.hero {
	position: relative;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	background-attachment: scroll;
	height: 100svh;
}

.hero .hero-bg-img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: -1;
}

.hero-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	top: 44%;
	transform: translatey(-50%);
}

.hero-top {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
	margin-bottom: 60px;
	transform: translateX(-50px) rotate(-15deg);
	opacity: 0;
	visibility: hidden;
}

.hero-top-item {
	width: 150px;
	height: 150px;
	background: url(../img/green-flame.png) no-repeat center center/contain;
	text-align: center;
	font-weight: 700;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 5px;
}

.hero-top-item .is-small {
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.2;
	display: block;
}

.hero-top-div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 3px;
}

.hero-top-item .is-big-yellow {
	font-size: 30px;
	color: #f7f060;
	line-height: 1.1;
}
.hero-top-item .is-yellow {
	line-height: 1.1;
	color: #f7f060;
}

.hero-arrow {
	width: 90%;
	margin-top: -100px;
	margin-left: -20px;
	max-width: 1500px;
	margin-top: -120px;
}

.hero-title {
	width: 670px;
	max-width: 670px;
	margin-top: -80px;
	margin-left: 60px;
}

.hero-arrow,
.hero-title {
	transform: translateX(-50px);
	opacity: 0;
}

.hero-circle {
	width: 220px;
	height: 220px;
	background: url(../img/hero-circle@2x.png) no-repeat center center/contain;
	color: #ffffff;
	font-size: 22px;
	line-height: 1.3;
	font-weight: 700;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	position: absolute;
	left: 45%;
	bottom: 20px;
}

.hero-circle span {
	font-size: 16px;
	display: block;
	text-decoration: underline;
}

.hero-circle,
.hero-contact {
	transform: translateY(50px);
	opacity: 0;
}

.hero-contact {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	animation: 3s circle-loop linear infinite;
	z-index: 20;
}
.hero-contact .btn {
	width: 270px;
	text-align: center;
	border-radius: 15px;
	transition: all 0.8s;
}
.hero-contact .btn a {
	color: #ffffff;
	width: 100%;
	height: 100%;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	position: relative;
}
.hero-contact .btn a::after {
	content: "";
	width: 100%;
	height: 100%;
	background: rgb(255 255 255 / 30%);
	border-radius: 15px;
	mix-blend-mode: overlay;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: 0.5s;
}
.hero-contact .btn a:hover::after {
	opacity: 1;
}

.hero-contact .btn a img {
	vertical-align: middle;
}

@keyframes circle-loop {
	0% {
		transform: translateY(-1.5%);
	}
	25% {
		transform: translateX(-1.5%);
	}
	50% {
		transform: translateY(1.5%);
	}
	75% {
		transform: translateX(1.5%);
	}
	100% {
		transform: translateY(-1.5%);
	}
}

.hero-line-btn {
	background-color: #00c464;
	height: 90px;
}

.hero-line-btn a {
	font-size: 22px!important;
}
.hero-line-btn img {
	width: 50px;
}

.hero-tel-btn {
	height: 60px;
	background: linear-gradient(90deg, #3e6cc1, #4c9bd2);
}
.hero-tel-btn a {
	display: flex !important;
	justify-content: center;
	align-items: center;
	line-height: 1.2;
}
.hero-contact .btn a p {
	font-size: 22px;
}
.hero-tel-btn a span {
	font-size: 14px;
	font-weight: normal;
}
.hero-tel-btn img {
	width: 30px;
}

.hero-mail-btn {
	height: 60px;
	background: linear-gradient(90deg, #4cb5d2, #4ed9d2);
}
.hero-mail-btn img {
	width: 30px;
}

/*=================================


voice


==================================*/
.voice {
	padding: 120px 0 50px 0;
	background: linear-gradient(180deg, #F4F9E7, #EAF3D0);
	position: relative;
}
.voice::after {
	content: "";
	width: 100%;
	height: 150px;
	background: #EAF3D0;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	position: absolute;
	bottom: -150px;
	left: 0;
	z-index: 1;
}

.voice-title {
	text-align: center;
	font-size: 24px;
	font-weight: 700;
}
.voice-title span {
	font-size: 40px;
	color: #349f3d;
	position: relative;
	padding-top: 15px;
}
.voice-title span::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 7px;
	height: 7px;
	background: #349f3d;
	border-radius: 50%;
}

.voice-wrap {
	display: flex;
	align-items: end;
	margin-top: 80px;
}

.voice-flame {
	background: url(../img/voice.png) no-repeat center center/contain;
	width: 86%;
	height: 400px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.voice-flame ul {
	width: 500px;
	margin: 0 auto;
}
.voice-flame ul li {
	position: relative;
}
.voice-flame ul li + li {
	margin-top: 25px;
}
.voice-flame ul li::before {
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #349f3d;
	left: -25px;
}
.voice-flame ul li span {
	font-weight: 700;
	position: relative;
	display: inline-block;
	z-index: 0;
}
.voice-flame ul li span::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 10px;
	background: #97c401;
	opacity: 0.4;
	bottom: -5px;
	left: 0;
	z-index: -1;
}

.voice-man {
	width: 15%;
}

/*=================================


yell


==================================*/
.yell {
	padding: 200px 0 280px 0;
	background-color: #ffffff;
	position: relative;
}

.yell-h2 {
	text-align: center;
}

.yell-logo {
	width: 450px;
	margin: 0 auto;
	display: flex;
	align-items: end;
	padding-left: 60px;
}
.yell-logo span {
	font-size: 20px;
	white-space: nowrap;
	font-weight: 700;
	margin-left: -55px;
}

.yell-h2-message {
	padding-top: 60px;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.6;
}

.yell-h2-message .is-green {
	color: #349f3d;
	font-size: 30px;
}
.yell-h2-message .green-box {
	background-color: #349f3d;
	color: #ffffff;
	font-size: 40px;
	padding: 3px 5px;
	margin: 0 5px;
}
.yell-h2-message .green-box span {
	font-size: 22px;
	padding-left: 2px;
}

.yell-h2-message .right-green-box {
	background-color: #97c401;
	color: #ffffff;
	font-size: 36px;
	padding: 3px 5px;
	margin: 0 5px;
}

.yell-wrap {
	margin-top: 100px;
}

.yell-wrap h3 {
	padding-top: 30px;
	font-size: 40px;
	font-weight: 700;
	color: #349f3d;
	text-align: center;
}
.yell-wrap h3 span {
	font-size: 26px;
	padding: 0 3px;
}

.yell-voice {
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	color: #ffffff;
	margin: 0 auto;
	background-color: #349f3d;
	width: 450px;
	padding: 15px 0 10px 0;
	border-radius: 30px;
	position: relative;
}
.yell-voice span {
	font-size: 20px;
	padding-left: 3px;
}
.yell-voice::after {
	content: "";
	position: absolute;
	bottom: -14px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 14px solid #349f3d;
}

.yell-container {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 60px;
	align-items: center;
}

.yell-content {
	display: flex;
	align-items: center;
}

.yell-item {
	width: calc(50% - 15px);
	display: flex;
	font-weight: 700;
	line-height: 1.2;
	position: relative;
}

.yell-item .yell-number {
	width: 90px;
	height: 90px;
	color: #ffffff;
	font-size: 50px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.yell-item .yell-item-icon {
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 20px;
}
@media (min-width: 991px) and (max-width:1290px) {
	.yell-item .yell-item-icon {
		width: 45px;
		height: 45px;
	}
}
@media screen and (max-width: 650px) {
	.yell-item .yell-item-icon {
		width: 30px;
		height: 30px;
	}
}
.yell-item .yell-item-icon img {
	width: auto;
	height: 100%;
}

.yell-item h4 {
	padding-left: 30px;
	font-size: 26px;
}
@media (min-width: 991px) and (max-width:1290px) {
	.yell-item h4 {
		font-size: 24px;
		padding-left: 20px;
	}
}
.yell-item h4 span {
	font-size: 20px;
	color: #333333;
	vertical-align: text-bottom;
}

span.yell-span-sub {
	padding-left: 3px;
}

.yell-item:nth-child(1) {
	border: 3px solid #97c401;
}
.yell-item:nth-child(1) h4 {
	color: #97c401;
}
.yell-item:nth-child(1) .yell-number {
	background-color: #97c401;
}
.yell-item:nth-child(2) {
	border: 3px solid #349f3d;
}
.yell-item:nth-child(2) h4 {
	color: #349f3d;
}
.yell-item:nth-child(2) .yell-number {
	background-color: #349f3d;
}
.yell-item:nth-child(3) {
	border: 3px solid #349f3d;
}
@media screen and (max-width: 650px) {
	.yell-item:nth-child(3) {
		border: 3px solid #97c401;
	}
}
.yell-item:nth-child(3) h4 {
	color: #349f3d;
}
@media screen and (max-width: 650px) {
	.yell-item:nth-child(3) h4 {
		color: #97c401;
	}
}
.yell-item:nth-child(3) .yell-number {
	background-color: #349f3d;
}
@media screen and (max-width: 650px) {
	.yell-item:nth-child(3) .yell-number {
		background-color: #97c401;
	}
}
.yell-item:nth-child(4) {
	border: 3px solid #97c401;
}
@media screen and (max-width: 650px) {
	.yell-item:nth-child(4) {
		border: 3px solid #349f3d;
	}
}
.yell-item:nth-child(4) h4 {
	color: #97c401;
}
@media screen and (max-width: 650px) {
	.yell-item:nth-child(4) h4 {
		color: #349f3d;
	}
}
.yell-item:nth-child(4) .yell-number {
	background-color: #97c401;
}
@media screen and (max-width: 650px) {
	.yell-item:nth-child(4) .yell-number {
		background-color: #349f3d;
	}
}
.yell-item:nth-child(5) {
	border: 3px solid #97c401;
}
.yell-item:nth-child(5) h4 {
	color: #97c401;
}
.yell-item:nth-child(5) h4 .is-small {
	font-size: 16px;
	display: block;
}
.yell-item:nth-child(5) .yell-number {
	background-color: #97c401;
}
.yell-item:nth-child(6) {
	border: 3px solid #349f3d;
}
.yell-item:nth-child(6) h4 {
	color: #349f3d;
}
.yell-item:nth-child(6) .yell-number {
	background-color: #349f3d;
}

/*=================================


works


==================================*/
.works {
	background: linear-gradient(90deg, #349f3d, #c3e063);
	padding: 0px 0 80px 0;
	position: relative;
	z-index: 1;
	margin-top: -10px;
}
@media screen and (max-width: 650px) {
	.works {
		padding: 60px 0;
	}
}
.works::before {
	content: "";
	position: absolute;
	top: -200px;
	left: 0;
	width: 100%;
	height: 200px;
	background: linear-gradient(90deg, #349f3d, #c3e063);
	clip-path: polygon(0 100%, 100% 0, 100% 100%);
	z-index: 5;
}
@media (min-width: 651px) and (max-width:990px) {
	.works::before {
		top: -40px;
		height: 40px;
	}
}

.works::after {
	content: "";
	position: absolute;
	bottom: -400px;
	left: 0;
	width: 100%;
	height: 400px;
	background: linear-gradient(90deg, #349f3d, #c3e063);
	z-index: 3;
}

.works-point {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: absolute;
	top: -120px;
	left: 150px;
	z-index: 5;
}

.works-point-item {
	width: 200px;
	height: 200px;
	background: url(../img/yellow-flame@2x.png) no-repeat center center/contain;
	color: #349f3d;
	font-weight: 700;
	font-size: 40px;
	text-align: center;
	line-height: 1.2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.works-point-item:last-child {
	margin-top: 80px;
}
.works-point-item span {
	display: block;
	font-size: 24px;
}
@media (min-width: 651px) and (max-width:990px) {
	.works-point-item span {
		font-size: 20px;
	}
}
@media screen and (max-width: 650px) {
	.works-point-item span {
		font-size: 16px;
	}
}

.works-men {
	position: absolute;
	width: 200px;
	right: 200px;
	z-index: 10;
}
@media screen and (max-width: 650px) {
	.works-men {
		width: 100px;
		height: 100px;
		right: 0;
	}
}

.works-title {
	text-align: center;
	padding-top: 40px;
	color: #ffffff;
	font-weight: 700;
	font-size: 40px;
}
@media (min-width: 651px) and (max-width:990px) {
	.works-title {
		font-size: 32px;
		padding-top: 60px;
	}
}

.works-message {
	text-align: center;
	padding-top: 50px;
	color: #ffffff;
	font-weight: 700;
	line-height: 1.8;
}

.swiper {
	width: 100%;
	box-sizing: border-box;
	margin-top: 80px;
	overflow: visible;
}

.swiper-wrapper {
	display: flex;
	align-items: stretch;
	overflow: visible;
}

.swiper-slide {
	height: 670px !important;
	border-radius: 30px;
	padding: 30px;
	background-color: #ffffff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	position: relative;
	flex-shrink: 0;
	visibility: visible;
}

.swiper-slide h3 {
	padding-top: 20px;
	padding-bottom: 5px;
	border-bottom: 3px solid #349f3d;
	width: 400px;
	margin-left: 30%;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	color: #349f3d;
	margin-bottom: 30px;
}
@media (min-width: 651px) and (max-width:990px) {
	.swiper-slide h3 {
		width: 300px;
		margin-left: 28%;
		font-size: 22px;
	}
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 20px !important;
}

.swiper-pagination-bullet {
	width: 15px !important;
	height: 15px !important;
	background-color: #ffffff !important;
}
@media screen and (max-width: 650px) {
	.swiper-pagination-bullet {
		width: 10px !important;
		height: 10px !important;
	}
}

.case-number {
	background: #349f3d;
	color: #ffffff;
	position: absolute;
	font-weight: 700;
	text-align: center;
	width: 240px;
	height: 240px;
	border-radius: 30px 0 0 0;
	top: 0;
	left: 0;
	font-size: 30px;
	padding-top: 30px;
	padding-right: 80px;
	clip-path: polygon(0 0, 100% 0, 0 100%, 0 100%);
}
.case-number span {
	display: block;
	font-size: 16px;
	margin-bottom: 8px;
}

.case-head {
	display: flex;
	align-items: center;
	gap: 20px;
	padding-bottom: 30px;
}

.case-img {
	width: 40%;
	position: relative;
	z-index: 5;
}

.case-content {
	width: 60%;
}
@media screen and (max-width: 650px) {
	.case-content {
		width: 100%;
	}
}

.case-content, .case-body {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.case-row {
	display: flex;
	font-weight: 600;
}

.case-row .case-label {
	color: #349f3d;
	width: 100px;
	line-height: 1.4;
	display: flex;
	flex-direction: column;
}
@media (min-width: 651px) and (max-width:990px) {
	.case-row .case-label {
		width: 90px;
	}
}
@media screen and (max-width: 650px) {
	.case-row .case-label {
		width: 75px;
	}
}
.case-row .case-label span {
	font-size: 0.85em;
}
.case-head .case-row .case-label {
	width: 90px;
}
.case-row .case-text {
	width: calc(100% - 100px);
	line-height: 1.4;
	font-weight: normal;
}
@media (min-width: 651px) and (max-width:990px) {
	.case-row .case-text {
		width: calc(100% - 90px);
	}
}
@media screen and (max-width: 650px) {
	.case-row .case-text {
		width: calc(100% - 75px);
	}
}
.case-row .case-text i {
	font-size: 0.7em;
	vertical-align: middle;
	padding-right: 3px;
}

/*=================================


ctn


==================================*/
.ctn {
	background: url(../img/yellow-back.png) no-repeat top center/cover;
	position: relative;
	z-index: 5;
	padding: 200px 0 120px 0;
}

.ctn-voice {
	position: absolute;
	background: url(../img/cloud2.png) no-repeat center center/contain;
	width: 200px;
	height: 200px;
	z-index: 20;
	color: #ffffff;
	padding-right: 25px;
	text-align: center;
	font-weight: 700;
	line-height: 1.4;
	font-size: 24px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	top: 100px;
	left: 250px;
}

.ctn-voice span {
	font-size: 30px;
	display: block;
}

.ctn-message {
	text-align: center;
	line-height: 2;
	font-size: 24px;
	font-weight: 700;
}
@media screen and (max-width: 650px) {
	.ctn-message {
		line-height: 1.6;
		font-size: 16px;
	}
}
.ctn-message .is-green {
	font-size: 26px;
	color: #349f3d;
	font-weight: 700;
	line-height: 1;
}
@media screen and (max-width: 650px) {
	.ctn-message .is-green {
		font-size: 18px;
	}
}
.ctn-message .green-box {
	font-size: 36px;
	color: #ffffff;
	font-weight: 700;
	background: linear-gradient(90deg, #349f3d, #c3e063);
	padding: 5px 10px;
	margin: 0 5px;
}

.ctn-message img {
	width: 380px;
	margin-left: 10px;
}

.ctn-message .ml-40 {
	margin-left: -40px;
}

.ctn-container {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin-top: 20px;
}

.ctn-bottom-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 80px;
}

.ctn-point {
	display: flex;
	align-items: center;
	gap: 10px;
}
@media screen and (max-width: 650px) {
	.ctn-point {
		justify-content: center;
	}
}

.ctn-point-item {
	width: 192px;
	height: 192px;
	text-align: center;
	line-height: 1.2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	color: #f7f060;
	font-size: 22px;
	font-weight: 700;
	background: url(../img/green-flame.png) no-repeat center center/contain;
}

.ctn-point-item .is-white {
	color: #ffffff;
	font-size: 18px;
	font-weight: normal;
}

.ctn-point-div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.ctn-point-item .is-big {
	color: #f7f060;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.1;
}
@media screen and (max-width: 650px) {
	.ctn-point-item .is-big {
		font-size: 20px;
	}
}
.ctn-point-item .is-big span {
	font-size: 22px;
}
@media screen and (max-width: 650px) {
	.ctn-point-item .is-big span {
		font-size: 14px;
	}
}

.ctn-contact {
	width: 45%;
}
@media (min-width: 651px) and (max-width:990px) {
	.ctn-contact {
		margin-top: 30px;
		width: 100%;
	}
}
@media screen and (max-width: 650px) {
	.ctn-contact {
		width: 100%;
		margin-top: 30px;
	}
}

.ctn-contact .btn {
	width: 50%;
	height: 60px;
	text-align: center;
	border-radius: 999px;
}
.ctn-contact .btn a {
	width: 100%;
	height: 100%;
	color: white;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	position: relative;
}
.ctn-contact .btn a::after {
	content: "";
	width: 100%;
	height: 100%;
	background: rgb(255 255 255 / 30%);
	border-radius: 999px;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: 0.5s;
}
.ctn-contact .btn a:hover::after {
	opacity: 1;
}
.ctn-contact .btn a img {
	width: 45px;
	vertical-align: middle;
}

.ctn-contact .ctn-line-btn {
	width: 100%!important;
	height: 100px;
	background-color: #00c464;
	position: relative;
}
@media (min-width: 651px) and (max-width:990px) {
	.ctn-contact .ctn-line-btn {
		max-width: 580px;
	}
}
@media screen and (max-width: 650px) {
	.ctn-contact .ctn-line-btn {
		border-radius: 40px;
		height: 60px;
	}
}
.ctn-line-btn .line-head {
	width: 70%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -20px;
	z-index: 2;
}
.ctn-contact .ctn-line-btn a {
	font-size: 26px;
	padding-top: 20px;
}
@media screen and (max-width: 650px) {
	.ctn-contact .ctn-line-btn a {
		font-size: 18px;
		padding-top: 15px;
	}
}

.ctn-btn-bottom {
	display: flex;
	margin-top: 10px;
	gap: 10px;
}

.ctn-contact .ctn-tel-btn {
	background: linear-gradient(90deg, #3e6cc1, #4c9bd2);
}
.ctn-contact .ctn-tel-btn a {
	font-size: 20px;
}
.ctn-tel-btn a span {
	font-size: 14px!important;
}
@media screen and (max-width: 650px) {
	.ctn-tel-btn a span {
		font-size: 12px;
	}
}
.ctn-contact .ctn-tel-btn a img {
	width: 30px;
}

.ctn-contact .ctn-mail-btn {
	background: linear-gradient(90deg, #4cb5d2, #4ed9d2);
}
.ctn-contact .ctn-mail-btn a img {
	width: 30px;
}

/*=================================


reason


==================================*/
.reason {
	padding: 100px 0;
	background: url(../img/arrow-back-100.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 650px) {
	.reason {
		padding: 60px 0;
	}
}
@media (min-width: 651px) and (max-width:990px) {
	.reason {
		padding: 80px 0;
	}
}

.reason-title {
	text-align: center;
	color: #349f3d;
	font-size: 40px;
	font-weight: 700;
}
@media (min-width: 651px) and (max-width:990px) {
	.reason-title {
		font-size: 32px;
	}
}
@media (min-width: 991px) and (max-width:1290px) {
	.reason-title {
		font-size: 36px;
	}
}

.reason-wrap {
	margin-top: 60px;
}
@media (min-width: 651px) and (max-width:990px) {
	.reason-wrap {
		margin-top: 50px;
	}
}
@media screen and (max-width: 650px) {
	.reason-wrap {
		margin-top: 40px;
	}
}

.reason-item {
	width: 75%;
	height: 300px;
	position: relative;
	display: flex;
	margin-bottom: 40px;
	border-radius: 30px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
@media (min-width: 991px) and (max-width:1290px) {
	.reason-item {
		width: 85%;
	}
}

.reason-item:nth-child(even) {
	margin-left: auto;
}

.reason-number {
	background: #349f3d;
	color: #ffffff;
	position: absolute;
	font-weight: 700;
	text-align: center;
	width: 150px;
	height: 150px;
	border-radius: 30px 0 0 0;
	top: 0;
	left: 0;
	font-size: 26px;
	padding-top: 18px;
	padding-right: 40px;
	clip-path: polygon(0 0, 100% 0, 0 100%, 0 100%);
}
.reason-number span {
	display: block;
	font-size: 14px;
	padding-bottom: 5px;
}

.reason-img {
	height: 100%;
	aspect-ratio: 1/1;
}
.reason-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 30px 0 0 30px;
}
@media screen and (max-width: 650px) {
	.reason-img img {
		border-radius: 20px 20px 0 0;
	}
}

.reason-content {
	background-color: #ffffff;
	padding: 30px 40px;
	border-radius: 0 30px 30px 0;
	width: calc(100% - 300px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 10px;
}

.reason-content h3 {
	font-size: 26px;
	color: #349f3d;
	letter-spacing: 0.1rem;
	font-weight: 700;
	line-height: 1.2;
}

.reason-content p {
	line-height: 1.8;
	font-weight: normal;
}

/*=================================


message


==================================*/
.message {
	padding: 100px 0 60px 0;
	background-color: #c3e063;
	position: relative;
	z-index: 2;
}
@media (min-width: 651px) and (max-width:990px) {
	.message {
		padding: 80px 0 30px 0;
	}
}

.message::after {
	content: "";
	position: absolute;
	bottom: -400px;
	left: 0;
	width: 100%;
	height: 400px;
	background: #c3e063;
	z-index: 5;
}

.message-title {
	color: #ffffff;
	text-align: center;
	font-size: 40px;
	font-weight: 700;
}
@media (min-width: 651px) and (max-width:990px) {
	.message-title {
		font-size: 32px;
		line-height: 1.3;
	}
}
@media (min-width: 991px) and (max-width:1290px) {
	.message-title {
		font-size: 36px;
	}
}

.message-wrap {
	display: flex;
	flex-direction: column;
	gap: 50px;
	margin-top: 80px;
}

.message-item {
	display: flex;
	align-items: flex-end;
	gap: 50px;
}
@media (min-width: 651px) and (max-width:990px) {
	.message-item {
		gap: 40px;
	}
}

.message-person {
	width: 200px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

@media (min-width: 651px) and (max-width:990px) {
	.message-img {
		width: 130px;
		margin: 0 auto;
	}
}

.message-name {
	color: #ffffff;
	font-weight: 700;
	padding: 10px 0;
}

.message-position {
	background-color: #ffffff;
	color: #c3e063;
	font-size: 16px;
	font-weight: 600;
	display: inline-block;
	padding: 7px 15px;
	border-radius: 999px;
}

.message-content {
	width: calc(100% - 200px);
	height: 250px;
	background-color: #ffffff;
	border-radius: 25px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 60px;
	line-height: 1.8;
	position: relative;
}
.message-content::before {
	content: "";
	position: absolute;
	top: 80px; /* 三角の位置調整 */
	left: -20px; /* 必要に応じて調整 */
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 20px 30px 0;
	border-color: transparent #fff transparent transparent;
	transform: rotate(-240deg); /* ← ここで上向きに角度調整 */
}

/*=================================


step


==================================*/
.step {
	padding: 100px 0;
	position: relative;
	overflow: hidden;
}
@media (min-width: 651px) and (max-width:990px) {
	.step {
		padding: 80px 0;
	}
}
@media screen and (max-width: 650px) {
	.step {
		padding: 60px 0;
	}
}

.clip {
	position: absolute;
	left: -40px;
	top: 60px;
	width: 200px;
	overflow: hidden;
}
@media (min-width: 651px) and (max-width:990px) {
	.clip {
		width: 120px;
		left: -20px;
		top: 20px;
	}
}

.step-title {
	text-align: center;
	color: #349f3d;
	font-weight: 700;
}
.step-title span {
	font-size: 24px;
}
@media (min-width: 651px) and (max-width:990px) {
	.step-title span {
		font-size: 20px;
	}
}
@media screen and (max-width: 650px) {
	.step-title span {
		font-size: 18px;
	}
}
.step-title h2 {
	font-size: 40px;
	padding-top: 20px;
}
@media (min-width: 651px) and (max-width:990px) {
	.step-title h2 {
		font-size: 32px;
	}
}
@media (min-width: 991px) and (max-width:1290px) {
	.step-title h2 {
		font-size: 36px;
	}
}
@media screen and (max-width: 650px) {
	.step-title h2 {
		font-size: 28px;
		padding-top: 10px;
	}
}

.step-wrap {
	display: grid;
	grid-template-columns: repeat(3, 1fr); /* 3列構成 */
	grid-auto-rows: auto;
	gap: 60px; /* アイテム間のスペースはお好みで */
	margin-top: 60px;
}

.step-item {
	background: #f9ffe6;
	padding: 25px 30px;
	position: relative;
	height: 320px;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
}

.step-item p {
	line-height: 1.6;
}
/* 2つ分の幅を持つアイテム */
.step-item.large {
	grid-column: span 2;
}

.step-head {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 20px;
}
.step-head h3 {
	color: #349f3d;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.2;
}

.step-icon {
	width: 100px;
}

.step-q-wrap {
	display: flex;
	justify-content: space-between;
	gap: 5px;
	margin-top: 15px;
}
@media screen and (max-width: 650px) {
	.step-q-wrap {
		justify-content: space-between;
	}
}

.step-q {
	width: calc(100% / 6);
	text-align: center;
	color: #ffffff;
	background-color: #349f3d;
	height: 75px;
	border-radius: 10px;
	font-size: 16px;
	padding: 0 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	line-height: 1.2;
}
@media (min-width: 991px) and (max-width:1290px) {
	.step-q {
		padding: 0 5px;
		height: 70px;
	}
}

svg.step-after-svg {
	width: 60px;
	height: 100%;
	position: absolute;
	top: 0;
	right: -60px;
	z-index: 1;
}

.last-step-item {
	background-color: #97c401;
	border-radius: 20px;
}
.last-step-item::after {
	display: none;
}
@media (min-width: 651px) and (max-width:990px) {
	.last-step-item {
		width: 400px;
		margin: 0 auto;
	}
}
.last-step-item h3 {
	color: #ffffff;
}
.last-step-item p {
	color: #ffffff;
}

/*=================================


faqs


==================================*/
.faqs {
	padding: 100px 0;
	position: relative;
	background-color: #349f3d;
	overflow: hidden;
}
@media (min-width: 651px) and (max-width:990px) {
	.faqs {
		padding: 80px 0;
	}
}

.faqs-line {
	position: absolute;
	width: 300px;
	height: 2px;
	background-color: #ffffff;
}
@media screen and (max-width: 650px) {
	.faqs-line {
		width: 200px;
	}
}

.faqs-line1 {
	top: 100px;
	transform: rotate(45deg);
	right: -120px;
}
@media screen and (max-width: 650px) {
	.faqs-line1 {
		top: 60px;
	}
}

.faqs-line2 {
	top: 100px;
	transform: rotate(45deg);
	right: -80px;
}
@media screen and (max-width: 650px) {
	.faqs-line2 {
		top: 60px;
		right: -100px;
	}
}

.faqs-line3 {
	bottom: 100px;
	transform: rotate(45deg);
	left: -80px;
}
@media screen and (max-width: 650px) {
	.faqs-line3 {
		bottom: 60px;
		left: -100px;
	}
}

.faqs-line4 {
	bottom: 100px;
	transform: rotate(45deg);
	left: -120px;
}
@media screen and (max-width: 650px) {
	.faqs-line4 {
		bottom: 60px;
	}
}

.faqs-title {
	font-size: 40px;
	text-align: center;
	color: #ffffff;
	font-weight: 700;
}
@media (min-width: 651px) and (max-width:990px) {
	.faqs-title {
		font-size: 32px;
	}
}
@media screen and (max-width: 650px) {
	.faqs-title {
		font-size: 28px;
	}
}
@media (min-width: 991px) and (max-width:1290px) {
	.faqs-title {
		font-size: 36px;
	}
}

.faqs-wrap {
	margin-top: 60px;
}

.fqs-item {
	margin-bottom: 40px;
}
@media screen and (max-width: 650px) {
	.fqs-item {
		margin-bottom: 20px;
	}
}

.faqs-head {
	display: flex;
	align-items: center;
	gap: 30px;
	padding: 20px 40px;
	border-radius: 30px;
	background-color: #97c401;
	color: #ffffff;
	font-weight: 700;
	font-size: 20px;
	position: relative;
}
@media (min-width: 651px) and (max-width:990px) {
	.faqs-head {
		font-size: 18px;
		padding: 20px;
	}
}
.faqs-head.open {
	border-radius: 30px 30px 0 0;
}
@media screen and (max-width: 650px) {
	.faqs-head {
		padding: 15px 20px;
		gap: 20px;
	}
}

.faqs-q-icon {
	font-size: 50px;
	line-height: 1;
	color: #f7f060;
	font-weight: 700;
}
@media (min-width: 651px) and (max-width:990px) {
	.faqs-q-icon {
		font-size: 40px;
	}
}

.faqs-body {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s ease, padding 0.3s ease, opacity 0.3s ease;
	display: flex;
	align-items: center;
	gap: 30px;
	padding: 0 40px;
	background-color: #ffffff;
	border-radius: 0 0 30px 30px;
	line-height: 1.4;
}

.faqs-a-icon {
	font-size: 50px;
	line-height: 1;
	font-weight: 700;
	color: #97c401;
}
@media (min-width: 651px) and (max-width:990px) {
	.faqs-a-icon {
		font-size: 40px;
	}
}

.faqs-red-icon {
	width: 50px;
	position: absolute;
	right: 40px;
	transform: rotate(180deg);
}
@media (min-width: 651px) and (max-width:990px) {
	.faqs-red-icon {
		width: 35px;
		right: 20px;
	}
}
@media screen and (max-width: 650px) {
	.faqs-red-icon {
		width: 30px;
		right: 10px;
	}
}

.faqs-red-icon.minus {
	transform: rotate(0deg);
}

/*=================================


contact


==================================*/
.contact {
	background-color: #f9ffe6;
	padding: 100px 0;
}

.contact-title {
	text-align: center;
	color: #349f3d;
	font-weight: 700;
	font-size: 40px;
}
@media (min-width: 651px) and (max-width:990px) {
	.contact-title {
		font-size: 32px;
	}
}
@media (min-width: 991px) and (max-width:1290px) {
	.contact-title {
		font-size: 36px;
	}
}

.contact-message {
	text-align: center;
	margin-top: 60px;
	line-height: 1.6;
}
@media (min-width: 651px) and (max-width:990px) {
	.contact-message {
		margin-top: 50px;
	}
}

.contact-message span {
	color: red;
	padding-right: 10px;
}

.contact-form {
	margin-top: 60px;
}
@media screen and (max-width: 650px) {
	.contact-form {
		margin-top: 40px;
	}
}

.form-item {
	min-height: 60px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 20px;
}

.form-label {
	width: 240px;
	font-weight: 700;
	font-size: 20px;
}
@media (min-width: 651px) and (max-width:990px) {
	.form-label {
		width: 160px;
		font-size: 16px;
	}
}

.form-label span {
	font-size: 0.8em;
	padding-left: 3px;
}

.form-input {
	width: calc(100% - 240px);
}
@media (min-width: 651px) and (max-width:990px) {
	.form-input {
		width: calc(100% - 160px);
	}
}
@media screen and (max-width: 650px) {
	.form-input {
		width: 100%;
	}
}
.form-input [type=text] {
	width: 100%;
	height: 60px;
	padding: 10px;
	font-size: 16px;
	border: 1px solid #cccccc;
	border-radius: 5px;
}
.form-input [type=tel] {
	width: 100%;
	height: 60px;
	padding: 10px;
	font-size: 16px;
	border: 1px solid #cccccc;
	border-radius: 5px;
}
.form-input [type=email] {
	width: 100%;
	height: 60px;
	padding: 10px;
	font-size: 16px;
	border: 1px solid #cccccc;
	border-radius: 5px;
}

span.wpcf7-form-control.wpcf7-radio {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 50px;
}
span.wpcf7-list-item {
	font-size: 18px;
	margin: 0;
}
input[type="radio"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	display: inline;
	margin: 0;
}
input[type="radio"]::before {
	content: "\f45c";
	font-family: 'Font Awesome 5 Free';
	font-weight: bold;
	color: white;
	font-size: 26px;
	border: 2px solid #ddd;
	border-radius: 5px;
	vertical-align: sub;
	margin-right: 2px;
}
input[type="radio"]:checked::before {
	content: "\f14a";
	color: #349f3d;
	font-size: 32px;
	border: none;
}

.form-input.select {
	position: relative;
	display: block;
}
.form-input.select::after {
	content: "\f107";
	font-family: 'Font Awesome 5 Free';
	font-weight: bold;
	font-size: 22px;
	position: absolute;
	top: 20px;
	right: 15px;
}
.form-input select {
	width: 100%;
	height: 60px;
	background: white;
	color: inherit;
	padding: 10px;
	font-size: 16px;
	border: 1px solid #cccccc;
	border-radius: 5px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

input, select, textarea {
	font-size: 18px!important;
	font-family: inherit;
}
input:focus-visible, select:focus-visible, textarea:focus-visible {
	outline: #7ac180 auto 1px;
}

.required {
	position: relative;
}
.required::after {
	position: absolute;
	content: "*";
	color: red;
	right: -10px;
}

.form-textarea {
	width: calc(100% - 240px);
}
@media (min-width: 651px) and (max-width:990px) {
	.form-textarea {
		width: calc(100% - 160px);
	}
}
@media screen and (max-width: 650px) {
	.form-textarea {
		width: 100%;
	}
}
.form-textarea textarea {
	width: 100%;
	height: 200px;
	padding: 10px;
	font-size: 16px;
	border: 1px solid #cccccc;
	border-radius: 5px;
}

.wpcf7-not-valid-tip {
	font-size: 16px;
	margin-top: 5px;
}

.form-submit {
	margin-top: 60px;
	text-align: center;
}
.form-submit p {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.form-submit input {
	width: 500px;
	height: 70px;
	background-color: #349f3d;
	color: #ffffff;
	font-size: 20px!important;
	font-weight: 700;
	font-size: 18px;
	border: none;
	border-radius: 999px;
	transition: 0.5s;
	cursor: pointer;
}
.form-submit input:hover {
	background: #4fbc58;
}

.wpcf7-response-output {
	padding: 10px 15px!important;
}

footer {
	padding: 15px 0;
	text-align: center;
}
footer a {
	width: 250px;
	display: inline-block;
	margin: 0 auto;
}
@media screen and (max-width: 650px) {
	footer a {
		width: 200px;
	}
}
footer a img {
	width: 100%;
}

.confirm .inner {
	width: 900px;
}

.confirm .form-item {
	align-items: center;
	padding-top: 20px;
}

.confirm .form-label {
	padding-top: 0;
}

.confirm .form-submit {
	margin-top: 100px;
}
.confirm input.wpcf7-form-control.wpcf7-previous {
	background: #555;
}
input.wpcf7-form-control.wpcf7-previous:hover {
	background: #888;
}


section.contact.thanks {
	height: calc(100svh - 90px);
}
.thanks-wrap {
	text-align: center;
	margin-top: 50px;
}
.thanks-wrap p {
	line-height: 1.8;
}
.thanks-wrap p + p {
	margin-top: 20px;
}

.thanks .ctn-contact {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 50px auto;
}
.thanks .ctn-tel-btn.btn {
	width: 60%;
}

.thanks .to-top {
	text-align: center;
}
.thanks .to-top a {
	color: #349f3d;
	font-size: 18px;
	font-weight: 700;
	position: relative;
	transition: 0.5s;
}
.thanks .to-top a::after {
	content: "";
	width: 110%;
	height: 1.5px;
	background: #349f3d;
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translatex(-50%);
}
.thanks .to-top a:hover {
	opacity: 0.5;
}
/*# sourceMappingURL=main.css.map */




@media screen and (max-width: 1500px) {
	.hero-circle {
		left: 50%;
	}

	.works-point {
		left: 50px;
	}

	.swiper-slide {
		height: 630px!important;
	}

	.ctn-voice {
		left: 130px;
	}
}





@media screen and (max-width: 1500px) and (max-height: 800px) {
	.hero-title {
		width: 580px;
	}
	.hero-circle {
		left: 45%;
	}
}





@media screen and (max-width: 1200px) {
	body {
		font-size: 16px;
	}

	.br-pc, .tab2, .br-sp, .br-sp2 {
		display: none;
	}
	.tab {
		display: block;
	}

	.inner {
		width: 900px;
	}

	.hero-content {
		top: 41%;
	}
	.hero-top {
		margin-bottom: 70px;
	}
	.hero-arrow {
		width: 95%;
	}
	.hero-title {
		width: 600px;
		margin: -60px 0 0 40px;
	}

	.voice-wrap {
		margin-top: 30px;
	}

	.yell-wrap {
		margin-top: 80px;
	}
	.yell-container {
		gap: 20px;
	}
	.yell-item .yell-number {
		width: 70px;
		height: 70px;
		font-size: 32px;
	}
	.yell-item h4 span {
		font-size: 18px;
	}

	.works-point {
		left: 30px;
	}
	.works-point-item {
		width: 180px;
		height: 180px;
		font-size: 35px;
	}
	.works-point-item span {
		font-size: 20px;
	}
	.works-point-item:last-child {
		margin-left: -15px;
	}
	.works-men {
		width: 180px;
		right: 120px;
	}
	.swiper-slide {
		height: 560px!important;
	}
	.case-number {
		width: 200px;
		height: 200px;
	}
	.swiper-slide h3 {
		width: 320px;
	}
	.case-row .case-label {
		width: 90px;
	}
	.case-head .case-row .case-label {
		width: 80px;
	}

	.ctn-voice {
		width: 180px;
		height: 180px;
		font-size: 20px;
		left: 50px;
	}
	.ctn-voice span {
		font-size: 26px;
	}
	.ctn-point {
		width: 50%;
		gap: 5px;
	}
	.ctn-point-item {
		width: 150px;
		height: 150px;
		font-size: 18px;
		gap: 2px;
	}
	.ctn-point-item .is-white {
		font-size: 16px;
	}
	.ctn-contact {
		width: 48%;
	}
	.ctn-contact .btn a {
		gap: 5px;
	}
	.ctn-contact .ctn-line-btn {
		height: 85px;
	}
	.ctn-line-btn .line-head {
		width: 75%;
	}
	.ctn-contact .ctn-line-btn a {
		font-size: 24px;
		padding-top: 10px;
	}
	.ctn-contact .ctn-tel-btn a {
		font-size: 17px;
	}
	.ctn-contact .ctn-tel-btn a img, .ctn-contact .ctn-mail-btn a img {
		width: 25px;
	}
	.ctn-contact .ctn-tel-btn a span {
		font-size: 12px!important;
	}

	.message-item {
		gap: 50px;
	}
	.message-content {
		width: calc(100% - 220px);
		padding: 0 40px;
	}

	.step-wrap {
		margin-left: -40px;
	}
	.step-item {
		height: 310px;
	}
	.step-item.last-step-item {
		width: calc(100% + 40px);
	}

	.confirm .inner {
		width: 700px;
	}
	.confirm .form-item {
		padding: 0;
		margin: 0;
	}

	.thanks .ctn-tel-btn.btn {
		width: 70%;
	}
	.thanks .ctn-contact .ctn-tel-btn a {
		font-size: 20px;
	}
	.thanks .ctn-contact .ctn-tel-btn a img {
		width: 30px;
	}
}





@media screen and (max-width: 1024px) {
	.sp-none, .br-pc, .tab, .br-sp, .br-sp2 {
		display: none;
	}
	.pc-none, .tab2 {
		display: block;
	}

	.inner {
		width: 100%;
		padding: 0 40px;
	}

	.hero .hero-bg-img {
		object-position: 10%;
	}
	.hero-content {
		top: 34%;
	}
	.hero-top {
		margin-bottom: 80px;
		gap: 5px;
	}
	.hero-top-item {
		width: 140px;
		height: 140px;
		gap: 3px;
	}
	.hero-top-item .is-small {
		font-size: 14px;
	}
	.hero-arrow {
		width: 100%;
	}
	.hero-title {
		width: 500px;
	}
	.hero-circle {
		bottom: 10%;
		left: 40px;
	}
	.hero-contact .btn {
		width: 250px;
	}
	.hero-contact .btn a {
		gap: 5px;
	}
	.hero-line-btn img {
		width: 45px;
		padding-right: 3px;
	}

	.voice {
		padding-top: 100px;
	}
	.voice::after {
		height: 100px;
		bottom: -100px;
	}
	.voice-title {
		font-size: 20px;
		line-height: 1.5;
	}
	.voice-title span {
		font-size: 28px;
	}
	.voice-wrap {
		margin-top: -20px;
		position: relative;
	}
	.voice-flame {
		width: 100%;
		background: url(../img/voice_sp.png) no-repeat center center/contain;
	}
	.voice-flame ul {
		width: 60%;
	}
	.voice-flame ul li + li {
		margin-top: 20px;
	}
	.voice-flame ul li::before {
		width: 18px;
		height: 18px;
	}
	.voice-man {
		width: 22%;
		position: absolute;
		bottom: 0;
		right: 0;
	}

	.yell {
		padding: 120px 0;
	}
	.yell-logo {
		width: 350px;
		padding-left: 20px;
	}
	.yell-logo span {
		font-size: 18px;
		margin-left: -45px;
	}
	.yell-h2-message .is-green {
		font-size: 26px;
	}
	.yell-h2-message .green-box {
		font-size: 30px;
	}
	.yell-h2-message .green-box span {
		font-size: 18px;
	}
	.yell-h2-message .right-green-box {
		font-size: 28px;
	}
	.yell-wrap {
		margin-top: 50px;
	}
	.yell-wrap h3 {
		font-size: 30px;
		padding-top: 20px;
	}
	.yell-wrap h3 span {
		font-size: 22px;
	}
	.yell-voice {
		width: max-content;
		font-size: 28px;
		padding: 10px 50px;
	}
	.yell-container {
		gap: 10px;
		margin-top: 30px;
	}
	.yell-item {
		width: calc(50% - 5px);
	}
	.yell-item .yell-number {
		font-size: 30px;
		width: 60px;
		height: 60px;
	}
	.yell-item h4 {
		padding-left: 10px;
		font-size: 20px;
	}	
	.yell-item h4 span, .yell-item:nth-child(5) h4 .is-small {
		font-size: 16px;
		padding-right: 3px;
	}
	.yell-item .yell-item-icon {
		width: 30px;
		height: 30px;
		right: 10px;
	}

	.works-point {
		left: 0;
	}
	.works-point-item {
		width: 140px;
		height: 140px;
		font-size: 26px;
		gap: 2px;
	}
	.works-point-item span {
		font-size: 16px;
	}
	.works-men {
		width: 150px;
		height: 150px;
		right: 50px;
	}
	.works-message {
		padding-top: 30px;
	}
	.swiper {
		margin-top: 50px;
	}
	.swiper-slide {
		height: 530px!important;
	}
	.case-content, .case-body {
		gap: 10px;
	}

	.ctn {
		padding: 180px 0 100px;
	}
	.ctn-message {
		font-size: 22px;
	}
	.ctn-voice {
		width: 160px;
		height: 160px;
		font-size: 18px;
		padding-right: 20px;
		top: 90px;
		left: 40px;
	}
	.ctn-voice span {
		font-size: 24px;
	}
	.ctn-message .is-green {
		font-size: 24px;
	}
	.ctn-message img {
		width: 350px;
	}
	.ctn-bottom-wrap {
		flex-direction: column;
		justify-content: center;
		margin-top: 50px;
	}
	.ctn-point {
		width: auto;
	}
	.ctn-contact {
		width: 75%;
		margin: 50px auto 0;
	}
	.ctn-line-btn .line-head {
		width: 65%;
	}
	.ctn-contact .btn a {
		gap: 7px;
	}
	.ctn-contact .ctn-line-btn a {
		font-size: 22px;
		padding-top: 15px;
	}
	.ctn-contact .btn a img {
		width: 40px;
	}
	.ctn-btn-bottom {
		margin-top: 15px;
	}
	.ctn-contact .ctn-tel-btn a {
		font-size: 20px;
	}
	.ctn-contact .ctn-tel-btn a img, .ctn-contact .ctn-mail-btn a img {
		width: 30px;
	}

	.reason-content h3 {
		font-size: 22px;
	}
	.reason-content p {
		font-size: 16px;
	}
	.reason-item {
		width: 100%;
		height: 280px;
	}
	.reason-img {
		width: 250px;
	}
	.reason-content {
		width: calc(100% - 250px);
		padding: 0 25px;
	}

	.message-wrap {
		margin-top: 40px;
		gap: 30px;
	}
	.message-item {
		align-items: center;
		gap: 20px;
	}
	.message-person {
		width: 180px;
	}
	.message-position {
		font-size: 14px;
		line-height: 1.2;
		padding: 5px 15px;
	}
	.message-content {
		width: calc(100% - 170px);
		height: auto;
		padding: 20px 30px;
	}
	.message-content::before {
		top: 30%;
	}

	.step-title h2 {
		padding-top: 15px;
	}
	.step-wrap {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin: 50px auto 0;
	}
	.step-item {
		width: 600px;
		height: auto;
		border-radius: 20px 20px 0 0;
		margin: 0 auto;
	}
	.step-item.last-step-item {
		width: 600px;
		height: 250px;
		border-radius: 20px;
	}
	.step-head {
		margin-bottom: 15px;
	}
	.step-icon {
		width: 80px;
	}
	.step-q-wrap {
		margin-top: 10px;
	}
	.step-q {
		height: 55px;
		font-size: 14px;
		padding: 0 3px;
	}
	svg.step-after-svg {
		width: 100%;
		height: 60px;
		top: 100%;
		right: auto;
		left: 0;
	}

	.faqs-body {
		padding: 20px;
	}

	.contact {
		padding: 80px 0 180px;
	}
	.form-item {
		margin-bottom: 10px;
	}
	input, .form-input select {
		height: 50px!important;
	}
	input, select, textarea, span.wpcf7-list-item {
		font-size: 16px!important;
	}
	input[type="radio"] {
		height: auto!important;
	}
	input[type="radio"]::before {
		font-size: 24px;
	}
	input[type="radio"]:checked::before {
		font-size: 30px;
	}
	.form-input.select::after {
		top: 15px;
	}
	.form-textarea textarea {
		height: 150px;
	}
	.form-submit {
		margin-top: 50px;
	}
	.form-submit input {
		width: 400px;
		height: 60px !important;
		font-size: 18px !important;
	}

	footer a {
		width: 200px;
	}

	.confirm .inner {
		width: 100%;
	}
	.confirm .wpcf7 {
		width: 80%;
		margin: 0 auto;
	}
	.confirm .form-submit {
		margin-top: 50px;
	}
	.form-submit p {
		gap: 5px;
	}

	.thanks .contact-title {
		line-height: 1.3;
	}
	.thanks .ctn-tel-btn.btn {
		width: 60%;
	}
	.thanks .to-top a {
		font-size: 16px;
	}
}





@media screen and (max-width: 767px) {
	body {
		font-size: 14px;
	}

	.br-pc, .tab, .tab2, .br-sp2 {
		display: none;
	}
	.br-sp {
		display: block;
	}

	.inner {
		padding: 0 20px;
	}

	.hero .hero-bg-img {
		object-position: center bottom;
	}
	.hero-content {
		top: 33%;
	}
	.hero-top {
		margin-bottom: 90px;
	}
	.hero-top-item {
		width: 120px;
		height: 120px;
	}
	.hero-top-item .is-big-yellow {
		font-size: 22px;
	}
	.hero-arrow {
		width: 103%;
	}
	.hero-title {
		width: 95%;
		margin: -40px 0 0 5px;
	}
	.hero-circle {
		width: 180px;
		height: 180px;
		font-size: 18px;
		bottom: 17%;
		left: 10px;
	}
	.hero-circle span {
		font-size: 14px;
	}
	.hero-contact {
		bottom: 10px;
		right: 10px;
	}
	.hero-contact .btn {
		width: 200px;
	}
	.hero-contact .btn a {
		font-size: 18px;
	}
	.hero-line-btn {
		height: 80px;
	}
	.hero-line-btn a {
		font-size: 20px!important;
		line-height: 1.2!important;
	}
	.hero-line-btn img {
		width: 40px;
	}
	.hero-tel-btn img, .hero-mail-btn img {
		width: 25px;
	}
	.hero-contact .btn a p {
		font-size: 18px;
	}
	.hero-tel-btn a span {
		font-size: 12px;
	}

	.ctn-point-item {
		width: 130px;
		height: 130px;
	}
	.hero-contact .btn a {
		gap: 3px;
	}

	.voice {
		padding: 80px 0;
	}
	.voice::after {
		height: 50px;
		bottom: -50px;
	}
	.voice-title span {
		font-size: 26px;
	}
	.voice-wrap {
		margin-top: 20px;
	}
	.voice-flame {
		height: 260px;
		background-size: 100% 100%;
	}
	.voice-flame ul {
		width: 65%;
	}
	.voice-flame ul li {
		line-height: 1.3;
	}
	.voice-flame ul li + li {
		margin-top: 10px;
	}
	.voice-flame ul li::before {
		width: 15px;
		height: 15px;
		left: -20px;
	}
	.voice-flame ul li span::after {
		height: 6px;
		bottom: 0;
	}
	.voice-man {
		width: 30%;
		bottom: -60px;
	}

	.yell {
		padding: 80px 0 100px;
	}
	.yell-logo {
		width: 280px;
	}
	.yell-logo span {
		font-size: 16px;
		margin-left: -35px;
	}
	.yell-h2-message {
		font-size: 16px;
		padding-top: 30px;
	}
	.yell-h2-message .is-green {
		font-size: 18px;
	}
	.yell-h2-message .green-box {
		font-size: 26px;
	}
	.yell-h2-message .green-box span {
		font-size: 14px;
	}
	.yell-h2-message .right-green-box {
		font-size: 22px;
	}
	.yell-wrap {
		margin-top: 30px;
	}
	.yell-wrap h3 {
		font-size: 24px;
		padding-top: 20px;
	}
	.yell-wrap h3 span {
		font-size: 16px;
		padding: 0 2px;
	}
	.yell-voice {
		font-size: 22px;
		padding: 10px 30px;
	}
	.yell-voice span {
		font-size: 16px;
	}
	.yell-container {
		display: block;
		margin-top: 20px;
	}
	.yell-item {
		width: 100%;
		margin-bottom: 10px;
	}
	.yell-item .yell-number {
		font-size: 26px;
	}
	.yell-item h4 {
		padding-left: 15px;
	}

	.works-point-item {
		width: 120px;
		height: 120px;
		font-size: 24px;
	}
	.works-point-item span {
		font-size: 14px;
	}
	.works::before {
		top: -50px;
		height: 50px;
	}
	.works-men {
		width: 125px;
		height: 125px;
		top: -5px;
		right: 3px;
	}
	.works-title {
		font-size: 26px;
		padding-top: 50px;
	}
	.works-message {
		padding-top: 20px;
	}
	.swiper {
		margin-top: 30px;
	}
	.swiper-slide {
		height: 580px!important;
		padding: 25px;
	}
	.case-number {
		width: 120px;
		height: 120px;
		font-size: 26px;
		padding: 0;
	}
	.case-number p {
		position: absolute;
		top: 15px;
		left: 20px;
	}
	.case-number span {
		font-size: 14px;
		margin-bottom: 5px;
	}
	.swiper-slide h3 {
		width: 200px;
		font-size: 18px;
		border-bottom: 2.5px solid #349f3d;
		padding: 0 0 3px;
		margin: 0 0 20px 25%;
	}
	.swiper-slide.sp-edit h3 {
		font-size: 16px;
	}
	.case-head {
		display: block;
		padding-bottom: 10px;
	}
	.case-img {
		width: 100%;
		height: 150px;
		border-radius: 15px;
		overflow: hidden;
		margin-bottom: 20px;
	}
	.case-img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.case-row .case-label {
		width: 75px!important;
	}

	.ctn {
		padding-bottom: 80px;
	}
	.ctn-voice {
		width: 130px;
		height: 130px;
		font-size: 16px;
		padding-right: 15px;
		top: 45px;
		left: 20px;
		transform: rotate(57deg);
	}
	.ctn-voice p {
		transform: rotate(-57deg);
	}
	.ctn-voice span {
		font-size: 22px;
	}
	.ctn-message {
		font-size: 20px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 10px;
	}
	.ctn-message .is-green {
		font-size: 20px;
	}
	.ctn-message .green-box {
		font-size: 24px;
	}
	.ctn-container {
		flex-direction: column;
		align-items: center;
	}
	.ctn-message img {
		width: 300px;
		margin-top: -10px;
	}
	.ctn-message .ml-40 {
		margin: 10px 0 0;
	}
	.ctn-bottom-wrap {
		margin-top: 30px;
	}
	.ctn-point {
		width: 100%;
	}
	.ctn-point-item {
		width: 120px;
		height: 120px;
		font-size: 16px;
	}
	.ctn-point-item .is-white {
		font-size: 14px;
	}
	.ctn-contact {
		width: 100%;
	}
	.ctn-contact .btn {
		width: 100%;
		height: 50px;
	}
	.ctn-contact .btn a img {
		width: 35px;
	}
	.ctn-contact .ctn-line-btn {
		height: 70px;
	}
	.ctn-line-btn .line-head {
		width: 80%;
	}
	.ctn-contact .ctn-line-btn a {
		font-size: 20px;
		padding-top: 10px;
	}
	.ctn-btn-bottom {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin-top: 10px;
	}
	.ctn-contact .ctn-tel-btn a img, .ctn-contact .ctn-mail-btn a img {
		width: 25px;
	}
	.ctn-contact .ctn-tel-btn a p {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 3px;
	}

	.reason-title {
		font-size: 26px;
	}
	.reason-item {
		height: auto;
		flex-direction: column;
		border-radius: 20px;
		margin-bottom: 25px;
	}
	.reason-number {
		width: 120px;
		height: 120px;
		border-radius: 20px 0 0 0;
	}
	.reason-img {
		width: 100%;
		height: 200px;
	}
	.reason-content {
		width: 100%;
		border-radius: 0 0 20px 20px;
		padding: 20px;
	}
	.reason-content h3 {
		font-size: 20px;
	}
	.reason-content p {
		font-size: 14px;
	}

	.message {
		padding: 60px 0 0;
	}
	.message-title {
		font-size: 26px;
		line-height: 1.3;
	}
	.message-wrap {
		margin-top: 30px;
	}
	.message-item {
		flex-direction: column-reverse;
		align-items: flex-end;
	}
	.message-person {
		width: 150px;
	}
	.message-img {
		width: 120px;
	}
	.message-name {
		padding: 7px 0;
	}
	.message-position {
		font-size: 12px;
	}
	.message-content {
		width: 100%;
		padding: 15px 20px;
	}
	.message-content::before {
		top: auto;
		bottom: -15px;
		left: 75%;
		transform: translateX(-50%);
		border-width: 20px 20px 25px 0;
	}

	.clip {
		width: 80px;
		top: 20px;
		left: -20px;
	}
	.step-title span {
		font-size: 16px;
	}
	.step-title h2 {
		font-size: 26px;
		padding-top: 10px;
	}
	.step-wrap {
		margin-top: 40px;
	}
	.step-item {
		width: 100%;
		padding: 20px 25px;
	}
	.step-icon {
		width: 70px;
	}
	.step-head h3 {
		font-size: 22px;
	}
	.step-q-wrap {
		flex-wrap: wrap;
		justify-content: center;
	}
	.step-q {
		width: 80px;
	}
	.step-item.last-step-item {
		width: 100%;
		height: auto;
	}

	.faqs {
		padding: 60px 0;
	}
	.faqs-title {
		font-size: 26px;
	}
	.faqs-wrap {
		margin-top: 40px;
	}
	.faqs-head {
		font-size: 16px;
		padding: 10px;
	}
	.faqs-head, .faqs-body {
		gap: 10px;
	}
	.faqs-q-icon, .faqs-a-icon {
		font-size: 26px;
	}

	.contact {
		padding: 60px 0 150px;
	}
	.contact-title {
		font-size: 26px;
	}
	.contact-message {
		margin-top: 30px;
	}
	.form-item {
		display: block;
		margin-bottom: 20px;
	}
	.form-label {
		font-size: 16px;
		padding-bottom: 7px;
	}
	input, .form-input select {
		height: 40px!important;
	}
	input, select, textarea, span.wpcf7-list-item {
		font-size: 14px!important;
	}
	input[type="radio"]::before {
		font-size: 22px;
	}
	.form-input.select::after {
		font-size: 20px;
		top: 12px;
		right: 10px;
	}
	.form-submit {
		margin-top: 40px;
	}
	.form-submit p {
		gap: 2px;
	}
	.form-submit input {
		width: 100%;
		height: 55px!important;
		font-size: 16px!important;
	}

	footer {
		padding: 10px 15px;
	}
	footer.is-front {
		text-align: left;
	}
	footer a {
		width: 180px;
	}

	.contact.confirm {
		padding-bottom: 60px;
	}
	.confirm .wpcf7 {
		width: 100%;
	}
	.confirm .form-item {
		width: 95%;
		margin: 0 auto;
	}
	.confirm .form-submit {
		margin-top: 30px;
	}

	section.contact.thanks {
		height: auto;
		padding-bottom: 100px;
	}
	.thanks-wrap {
		margin-top: 40px;
	}
	.thanks-wrap p + p {
		margin-top: 10px;
	}
	.thanks .ctn-contact {
		margin: 40px auto;
	}
	.thanks .ctn-tel-btn.btn {
		width: 70%;
	}
	.thanks .ctn-contact .ctn-tel-btn a {
		gap: 5px;
	}
	.thanks .ctn-contact .ctn-tel-btn a img {
		width: 25px;
	}
	.thanks .to-top a {
		font-size: 14px;
	}
}





@media screen and (max-width: 400px) {
	.br-pc, .tab, .tab2 {
		display: none;
	}
	.br-sp, .br-sp2 {
		display: block;
	}

	.hero .hero-bg-img {
		object-position: center 85%;
	}
	.hero-content {
		top: 36%;
	}
	.hero-top {
		margin-bottom: 95px;
	}
	.hero-top-item {
		width: 100px;
		height: 100px;
	}
	.hero-top-item .is-small {
		font-size: 12px;
	}
	.hero-arrow {
		width: 100%;
	}
	.hero-title {
		width: 85%;
		margin: -35px 0 0 5px;
	}
	.hero-circle {
		width: 150px;
		height: 150px;
		gap: 7px;
		font-size: 15px;
		bottom: 7%;
	}
	.hero-circle span {
		font-size: 12px;
	}
	.hero-contact .btn {
		width: 190px;
		height: 50px;
	}
	.hero-contact .btn a {
		font-size: 16px;
	}
	.hero-line-btn a {
		font-size: 17px!important;
	}
	.hero-line-btn {
		height: 60px!important;
	}
	.hero-line-btn img {
		width: 35px;
	}
	.hero-tel-btn img, .hero-mail-btn img {
		width: 20px;
	}
	.hero-contact .btn a p {
		font-size: 16px;
	}

	.voice-flame {
		height: 300px;
	}
	.voice-man {
		width: 35%;
	}

	.yell-h2-message {
		font-size: 15px;
	}
	.yell-h2-message .green-box {
		font-size: 24px;
	}
	.yell-h2-message .right-green-box {
		font-size: 20px;
	}
	.yell-h2-message .green-box, .yell-h2-message .right-green-box {
		margin: 0 3px;
	}
	.yell-item h4 span, .yell-item:nth-child(5) h4 .is-small {
		font-size: 15px;
	}
	.works-men {
		width: 120px;
		height: 120px;
		top: -15px;
	}
	.swiper-slide {
		height: 620px!important;
	}
	.case-number {
		width: 100px;
		height: 100px;
		font-size: 24px;
	}
	.case-number p {
		top: 12px;
		left: 15px;
	}
	.case-number span {
		font-size: 12px;
	}
	.swiper-slide h3 {
		margin: 0 0 15px 18%;
	}

	svg.step-after-svg {
		bottom: -197px;
	}

	footer a {
		width: 150px;
	}

	.thanks .ctn-tel-btn.btn {
		width: 80%;
	}
}