@charset "utf-8";
/*----------------------------
DIN 2014 Regular
font-family: "din-2014", sans-serif;
font-weight: 400;
font-style: normal;

DIN 2014 Demi
font-family: "din-2014", sans-serif;
font-weight: 600;
font-style: normal;

DIN 2014 Demi Italic
font-family: "din-2014", sans-serif;
font-weight: 600;
font-style: italic;

DIN 2014 Bold
font-family: "din-2014", sans-serif;
font-weight: 700;
font-style: normal;
-------------------------------*/
/*----------------------------
Noto sans Jp
.noto-sans jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;100-900
  font-style: normal;
}
-------------------------------*/

/* ---------------------------------------------------------
 * common
** --------------------------------------------------------- */
html {
	font-size: 62.5%;
  }
body {
	padding-top: 80px;
	color: #333;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6;
	font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	text-align: left;
	letter-spacing: .04em;
}
@media (max-width: 959px) {
}
@media (max-width: 519px) {
	body {
		padding-top: 70px;
		font-size: 1.4rem;
	}
}

:root {
	--vw: 1vw;
}


/* --------------- .wrapper --------------- */
.wrapper {
	max-width: 1040px;
	width: 100%;
	padding: 0 20px;
	margin: 0 auto;
}
.wrapper.w {
	max-width: 1240px;
}
@media (max-width: 959px) {
}
@media (max-width: 519px) {
}


/* --------------- .cv --------------- */
.cv {
	background-image: linear-gradient(114.95deg, #327E59 26.95%, #2D6C6C 61.51%, #115B53 95.36%);
	color: #fff;
	text-align: center;
}
.cv .inner {
	padding: 40px 20px;
}
.cv .ttl {
	font-size: 3.2rem;
	font-size: clamp(2.4rem, 3.2vw, 3.2rem);
	font-weight: bold;
	line-height: 1.5;
}
.cv .under {
	display: inline-block;
	margin: -10px 20px 0 0;
	vertical-align: middle;
	font-size: 2.8rem;
	font-size: clamp(2rem, 2.8vw, 2.8rem);
	position: relative;
	z-index: 1;
	padding: 4px 30px;
}
.cv .under::before {
	content: "";
	width: 100%;
	height: 100%;
	background: #21624E;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	transform: skewX(-25deg);
}
.cv .speed,
.cv .price,
.cv .check {
	font-size: 4.5rem;
	font-size: clamp(2.8rem, 4.5vw, 4.5rem);
}
.cv .price {
	color: #D1C377;
}
.cv .form_input {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	margin-top: 30px;
	text-align: left;
}
.cv .select_wrap {
	position: relative;
	width: 200px;
	height: 54px;
	background-color: #fff;
	border-radius: 3px;
	color: #333;
}
.cv .select_wrap::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 5px;
	right: 15px;
	display: block;
	width: 8px;
	height: 8px;
	margin-top: auto;
	margin-bottom: auto;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	transform: rotate(45deg);
}
.cv .pref {
	width: 100%;
	height: 54px;
	font-size: 1.6rem;
	padding: 15px 30px 15px 20px;
	cursor: pointer;
}
.cv .city {
	width: 400px;
	height: 54px;
	background-color: #fff;
	border-radius: 3px;
	color: #333;
	font-size: 1.6rem;
	padding: 0 20px;
}
.cv .form_btn {
	margin-top: 30px;
}
.cv .form_btn a {
	display: inline-block;
	max-width: 100%;
	width: 500px;
	padding: 15px;
	background-image: linear-gradient(90deg, #9D9050 0%, #DCCB90 49.69%, #9D9050 100%);
	border-radius: 6px;
	box-shadow: 0px 4px 10px 0px #00000026;
	color: #333;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5;
	transition: .3s;
}
.cv .form_btn a:hover {
	opacity: .8;
}
.cv .btn_area {
	padding: 15px 0;
	border-top: 1px dashed rgba(255, 255, 255, .2);
}
.cv .line {
	position: relative;
	padding-right: 20px;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.5;
	transition: .3s;
}
.cv .line:hover {
	color: #D1C377;
}
.cv .line::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	display: block;
	width: 8px;
	height: 8px;
	margin-top: auto;
	margin-bottom: auto;
	border-top: 1px solid #12AD46;
	border-right: 1px solid #12AD46;
	transform: rotate(45deg);
}
.cv .line img {
	margin-right: 15px;
}
@media (max-width: 959px) {
	.cv .under {
		margin: -10px 0 10px 0;
	}
}
@media (max-width: 659px) {
	.cv .select_wrap {
		width: calc(20000% / 620);
	}
	.cv .city {
		width: calc(40000% / 620);
	}
}
@media (max-width: 519px) {
	.cv .inner {
		padding: 35px 20px 25px;
	}
	.cv .ttl {
		font-size: 2rem;
		line-height: 1.3;
	}
	.cv .under {
		margin: -10px 0 10px 0;
		font-size: 1.8rem;
	}
	.cv .speed,
	.cv .price,
	.cv .check {
		font-size: 3.2rem;
	}
	.cv .check {
		display: inline-block;
	}
	.cv .form_input {
		gap: 5px;
		margin-top: 20px;
	}
	.cv .select_wrap {
		flex-shrink: 0;
		width: 116px;
		height: 48px;
	}
	.cv .pref {
		width: 100%;
		height: 48px;
		padding: 10px 30px 10px 20px;
	}
	.cv .city {
		width: 100%;
		height: 48px;
		line-height: 48px;
	}
	.cv .form_btn {
		margin-top: 20px;
	}
	.cv .form_btn a {
		padding: 10px;
		font-size: 20px;
	}
	.cv .line {
		position: relative;
		font-size: 18px;
	}
	.cv .line img {
		width: 40px;
		height: 40px;
		vertical-align: middle;
	}
}




/* ---------------------------------------------------------
 * header
** --------------------------------------------------------- */
#header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 30;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	background-color: #fff;
/*	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
}
.h_logo {
	padding-left: 20px;
}
.h_logo img {
	width: 90%;
	max-width: 233px;
}
@media (max-width: 959px) {
}
@media (max-width: 519px) {
	.h_logo {
		width: 45%;
		max-width: 233px;
		padding-left: 10px;
	}
	.h_logo img {
	}
}


/* --------------- .h_right --------------- */
.h_right {
	display: flex;
}
.h_right a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 80px;
	padding: 0 20px;
}
.h_right a img {
	width: 30px;
	height: 30px;
	margin-bottom: 5px;
	object-position: center;
	object-fit: scale-down;
}
.h_right .tel.hide-s {
	padding: 0 15px;
}
.h_right .tel.hide-s .num {
	color: #906E2D;
}
.h_right .tel.hide-s .num span {
	margin-left: 5px;
	font-family: "din-2014", sans-serif;
	font-size: 2.8rem;
	font-weight: 500;
	line-height: 1;
}
.h_right .tel.hide-s .time {
	font-size: 12px;
	color: #707070;
}
.h_right .line {
	background-color: #00AA39;
	color: #fff;
	transition: all ease 0.3s;
}
.h_right .line:hover {
	background-color: #009928;
}
.h_right .line img {
}
.h_right .web {
	background-color: #21624E;
	color: #fff;
	transition: all ease 0.3s;
}
.h_right .web:hover {
	background-color: #10513D;
}
.h_right .web img {
}
@media (max-width: 959px) {
}
@media (max-width: 519px) {
	.h_right a {
		height: 70px;
		font-size: 10px;
		font-weight: 600;
		line-height: 12px;
	}
	.h_right a img {
		width: 28px;
		height: 28px;
	}
	.h_right .tel.hide-ml {
		background-color: #21624E;
		color: #fff;
		text-align: center;
	}
	.h_right .tel.hide-ml img {
		width: 22px;
		height: 22px;
		margin-top: 6px;
		margin-bottom: 6px;
	}
}




/* ---------------------------------------------------------
 * index
** --------------------------------------------------------- */
/* ---------- #fv ---------- */
#fv {
	background: url("../img/fv_bg.jpg") no-repeat center / cover;
	border-bottom: 3px solid #DFBA59;
	padding-top: 10px;
}
#fv .inner {
	width: 90%;
	max-width: 1500px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#fv .fv_txt {
	width: 54%;
	max-width: 725px;
}
#fv .fv_img {
	width: 47%;
	max-width: 625px;
}
#fv .inner img {
	width: 100%;
}
@media (max-width: 1239px) {
	#fv .txt {
		width: calc(80700% / 1200);
	}
	#fv .img {
		width: calc(65000% / 1200);
	}
}
@media (max-width: 959px) {
}
@media (max-width: 519px) {
	#fv {
		padding: 30px 0 0;
		background-image: url("../img/fv_bg_sp.jpg") no-repeat center bottom / cover;
	}
	#fv .inner {
		width: 100%;
		align-items: flex-end;
	}
	#fv .fv_txt {
		display: none;
	}
	#fv .fv_img {
		width: 100%;
	}
}

/* ---------- #nayami ---------- */
#nayami .bg {
	padding-top: 80px;
	padding-bottom: 140px;
	clip-path: polygon(100% 0, 100% calc(100% - 90px), 50% 100%, 0% calc(100% - 90px), 0 0);
	background: #fff;
}
#nayami h2 {
	font-size: clamp(2.8rem, 4.5vw ,4.8rem);
	font-weight: 800;
    line-height: 1.4;
	text-align: center;
	margin-bottom: 65px;
    letter-spacing: .06em;
}
#nayami h2 .green {
	color: #057D59;
	background-image: radial-gradient(circle at center, #057D59 12%, transparent 12%);
	background-position: top right;
	background-repeat: repeat-x;
	background-size: 1em 0.3em;
    padding-top: 0.2em;
}
#nayami h2 .red {
	color: #B60F11;
}
#nayami h2 .small {
	font-size: 3.6rem;
	font-size: clamp(2.4rem, 3vw ,3.6rem);
}
#nayami .speeches {
	max-width: 900px;
	margin-top: 70px;
	margin-left: auto;
	margin-right: auto;
}
#nayami .speech {
	position: relative;
	display: flex;
	align-items: center;
	margin-top: 35px;
}
#nayami .speech:nth-child(2n+1) {
	padding-left: 180px;
	padding-right: 220px;
}
#nayami .speech:nth-child(2n) {
	padding-right: 180px;
	padding-left: 220px;
}
#nayami .speech img {
	position: absolute;
	top: -50px;
}
#nayami .speech:nth-child(2n+1) img {
	left: 0;
}
#nayami .speech:nth-child(2n) img {
	right: 0;
}
#nayami .speech .baloon {
	position: relative;
	width: 100%;
}
#nayami .speech .baloon div {
	position: relative;
	padding: 20px;
	background-color: #f2f2f2;
	border-radius: 6px;
	font-size: 1.8rem;
	font-weight: 600;
}
#nayami .speech .baloon::before,
#nayami .speech .baloon div::before {
	content: "";
	position: absolute;
	top: 20px;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
}
/* #nayami .speech .baloon::before {
	-webkit-filter: drop-shadow(0px 4px 10px #3E4E521A);
	filter: drop-shadow(0px 4px 10px #3E4E521A);
} */
#nayami .speech:nth-child(2n+1) .baloon::before,
#nayami .speech:nth-child(2n+1) .baloon div::before {
	left: -17px;
	border-width: 11.5px 19px 11.5px 0;
	border-color: transparent #f2f2f2 transparent transparent;
}
#nayami .speech:nth-child(2n) .baloon::before,
#nayami .speech:nth-child(2n) .baloon div::before {
	right: -17px;
	border-width: 11.5px 0 11.5px 19px;
	border-color: transparent transparent transparent #f2f2f2;
}
@media (max-width: 959px) {
}
@media (max-width: 659px) {
	#nayami .speech {
		margin-top: 45px;
	}
	#nayami .speech:nth-child(2n+1) {
		padding-left: 140px;
		padding-right: 0;
	}
	#nayami .speech:nth-child(2n) {
		padding-right: 140px;
		padding-left: 0;
	}
	#nayami .speech img {
		top: -30px;
		width: 120px;
		height: 120px;
	}
}
@media (max-width: 519px) {
	#nayami .bg {
		padding: 50px 0 0;
		padding-bottom: 75px;
		clip-path: polygon(100% 0, 100% calc(100% - 55px), 50% 100%, 0% calc(100% - 55px), 0 0);
	}
	#nayami h2 {
		line-height: 1.4;
		margin-bottom: 45px;
	}
	#nayami .speeches {
		margin-top: 0;
	}
	#nayami .speech {
		margin-top: 35px;
	}
	#nayami .speech:nth-child(2n+1) {
		padding-left: 95px;
	}
	#nayami .speech:nth-child(2n) {
		padding-right: 95px;
	}
	#nayami .speech img {
		top: -18px;
		width: 80px;
		height: 80px;
	}
	#nayami .speech .baloon div {
		padding: 10px;
		font-size: 1.4rem;
	}
	#nayami .speech .baloon::before,
	#nayami .speech .baloon div::before {
		top: 15px;
	}
	#nayami .speech:nth-child(2n+1) .baloon::before,
	#nayami .speech:nth-child(2n+1) .baloon div::before {
		left: -10px;
		border-width: 8px 14px 8px 0;
	}
	#nayami .speech:nth-child(2n) .baloon::before,
	#nayami .speech:nth-child(2n) .baloon div::before {
		right: -10px;
		border-width: 8px 0 8px 14px;
	}
}

/* ---------- #reason ---------- */
#reason {
	background: #E5F0EB;
	padding: 150px 0 60px;
	margin-top: -100px;
}
#reason .wrapper {
	max-width: 1280px;
}
#reason .reason_ttl {
	font-size: 6rem;
	font-size: clamp(2.8rem, 4.5vw, 6rem);
	font-weight: 800;
    line-height: 1.2;
	text-align: center;
	margin-bottom: 65px;
}
#reason .reason_ttl .sub {
	display: inline-block;
	font-size: 2.8rem;
	font-size: clamp(1.6rem, 3vw, 2.8rem);
	color: #fff;
	font-weight: 400;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	margin: -10px 0 0;
	padding: 6px 20px;
}
#reason .reason_ttl .sub::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	background: #21624E;
	background: linear-gradient(114.95deg, #327E59 26.95%, #2D6C6C 61.51%, #115B53 95.36%);
	transform: skewX(-25deg);
}
#reason .reason_ttl .green {
	color: #057D59;
	font-size: 6.8rem;
	font-size: clamp(4rem, 6vw, 6.8rem);
}
#reason .reason_ttl .num {
	color: #B60F11;
	font-size: 8rem;
	font-size: clamp(4rem, 6vw, 8rem);
}
#reason .reason_ttl .red {
	color: #B60F11;
}
#reason .reason_ttl .small {
	font-size: 4rem;
	font-size: clamp(2.8rem, 4.5vw, 4.8rem);
}
#reason .reason_box {
    display: flex;
	align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
	flex-direction: row-reverse;
	margin: 30px 0 0;
	padding: 50px 70px;
	position: relative;
	counter-increment: num;
	z-index: 1;
}
#reason .reason_box::before {
	content: "";
	width: 100%;
	height: 100%;
	background: #fff;
	clip-path: polygon(92px 0, 100% 0, 100% 100%, 0 100%, 0 92px);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
#reason .reason_box::after {
	content: counter(num,decimal-leading-zero);
	width: 124px;
	height: 124px;
	color: #21624E;
	font-family: "din-2014", sans-serif;
	font-style: italic;
	font-size: 7rem;
	font-weight: 500;
	letter-spacing: -.06em;
	line-height: 1;
	position: absolute;
	top: -16px;
	left: -16px;
    background: linear-gradient(-45deg,transparent 0%,transparent 48.5%,#21624E 48.5%,#21624E 50%,transparent 50%,transparent 100%);
}
.reason_box_ttl {
	font-size: 3.4rem;
	font-size: clamp(2rem, 2.5vw, 3.2rem);
	font-weight: 700;
}
.reason_box_ttl span {
	color: #B60F11;
}
#reason .img {
	width: 40%;
}
#reason .img img {
	width: 100%;
}
#reason .txt {
	width: 56%;
}
#reason p {
	margin-top: 20px;
}
@media (max-width: 959px) {
	#reason .content > div {
		padding: 40px;
	}
	#reason .img,
	#reason .txt {
		width: 100%;
	}
	#reason .txt {
		margin-top: 20px;
	}
}
@media (max-width: 519px) {
	#reason {
		padding: 130px 0 40px;
	}
	#reason .reason_ttl {
		font-size: 3.6rem;
		margin: 0 0 45px;
	}
	#reason .reason_ttl .sub {
		font-size: 1.6rem;
		padding: 6px 14px;
	}
	#reason .reason_ttl .green,
	#reason .reason_ttl .num {
		font-size: 4rem;
	}
	#reason .reason_ttl .small {
		font-size: 2.8rem;
	}
	#reason .content > div {
		width: 100%;
		margin-top: 40px;
		padding: 30px;
	}
	#reason .reason_box::before {
		clip-path: polygon(60px 0, 100% 0, 100% 100%, 0 100%, 0 60px);
	}
	#reason .reason_box::after {
		width: 84px;
		height: 84px;
		font-size: 5rem;
		top: -14px;
		left: -14px;
	}
	#reason p {
		margin-top: 15px;
	}
	#reason p span {
		font-size: 2rem;
	}
}

/* ---------- #jirei ---------- */
#jirei {
	padding: 70px 0;
	background-image: url("../img/jirei_bg.png");
	background-position: center;
	background-size: cover;
}
#jirei .inner {
}

#jirei .jirei_ttl {
	font-size: 5.4rem;
	font-size: clamp(2.8rem, 4.5vw, 5.4rem);
	font-weight: 800;
    line-height: 1.2;
	text-align: center;
	margin: 0 0 25px;
}
#jirei .jirei_ttl .sub {
	display: inline-block;
	font-size: 2.8rem;
	font-size: clamp(1.6rem, 3vw, 2.8rem);
	color: #fff;
	font-weight: 400;
	vertical-align: middle;
	position: relative;
	padding: 6px 20px;
	margin: -10px 0 18px;
	z-index: 1;
}
#jirei .jirei_ttl .sub::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	background: #21624E;
	background: linear-gradient(114.95deg, #327E59 26.95%, #2D6C6C 61.51%, #115B53 95.36%);
	transform: skewX(-25deg);
}
#jirei .jirei_ttl .green {
	color: #057D59;
}
#jirei .jirei_ttl .small {
	font-size: 4.4rem;
	font-size: clamp(2.8rem, 4.5vw, 4.4rem);
}
#jirei .lead {
	max-width: 720px;
	margin: 40px auto 0;
	text-align: center;
	line-height: 1.8;
}
@media (max-width: 959px) {
}
@media (max-width: 519px) {
	#jirei {
		padding: 50px 0 40px;
		background-image: url("../img/jirei_bg_sp.png");
	}
	#jirei .inner {
	}
	#jirei .jirei_ttl {
		font-size: 2.8rem;
	}
	#jirei .jirei_ttl .sub {
		font-size: 1.6rem;
		padding: 6px 14px;
	}
	#jirei .jirei_ttl .small {
		font-size: 2.8rem;
	}
	#jirei .lead {
		margin-top: 15px;
		text-align: left;
	}
}

/* .slider */
#jirei .slider {
	margin-top: 50px;
}
#jirei .slider .slick-arrow {
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 50px;
	width: 35px;
	height: 35px;
	margin-top: auto;
	margin-bottom: auto;
	cursor: pointer;
	transform-origin: center;
	transform: rotate(45deg);
}
#jirei .slider .slick-arrow.prevArrow {
	left: -10px;
	border-bottom: 2px solid #B60F11;
	border-left: 2px solid #B60F11;
}
#jirei .slider .slick-arrow.nextArrow {
	right: -10px;
	border-top: 2px solid #B60F11;
	border-right: 2px solid #B60F11;
}
#jirei .slider .item {
	padding-left: 20px;
	padding-right: 20px;
}
#jirei .slider .img {
}
#jirei .slider .img img {
	width: 100%;
}
#jirei .slider .content {
	padding: 15px 20px 25px;
	background-color: #fff;
}
#jirei .slider .area_size {
	padding: 10px 0 0;
}
#jirei .slider .area_size span {
	color: #D7E5E1;
}
#jirei .slider .price_area {
	display: flex;
	align-items: center;
	padding: 10px 0;
	border-bottom: 1px solid #D7E5E1;
}
#jirei .slider .subttl {
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	margin-right: 20px;
	padding: 6px 12px 8px;
	background-color: #A41416;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
	line-height: 1.3;
}
#jirei .slider .price {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1;
}
#jirei .slider .price span {
	display: inline-block;
	margin-right: 2px;
	font-family: "din-2014", sans-serif;
	font-weight: 600;
	font-size: 5rem;
}
#jirei .slider .txt {
	padding-top: 10px;
	font-size: 1.4rem;
	color: #707070;
}
@media (max-width: 959px) {
}
@media (max-width: 519px) {
	#jirei .slider {
		margin-top: 30px;
	}
	#jirei .slider .slick-arrow {
		width: 24px;
		height: 24px;
	}
	#jirei .slider .slick-arrow.prevArrow {
		left: -7px;
	}
	#jirei .slider .slick-arrow.nextArrow {
		right: -7px;
	}
	#jirei .slider .content {
		padding: 17px 18px;
	}
	#jirei .slider .subttl {
		width: 72px;
		height: 50px;
		margin-right: 18px;
		font-size: 1.4rem;
	}
	#jirei .slider .price {
		line-height: 1;
	}
}


/* ---------- #service ---------- */
#service {
	padding: 70px 0;
	background: #E5F0EB;
}
#service .wrapper {
	max-width: 1326px;
}
#service h2 {
	font-size: 4.8rem;
	font-size: clamp(2.8rem, 4.8vw, 4.8rem);
	font-weight: 800;
	text-align: center;
	line-height: 1.3;
    letter-spacing: .06em;
}
#service h2 .small {
	font-size: 3.8rem;
	font-size: clamp(2.4rem, 3.8vw, 3.8rem);
}
#service h2 .green {
	color: #21624E;
	font-size: 5.4rem;
	font-size: clamp(3.2rem, 5vw, 5.4rem);
}
#service h2 .en {
    display: block;
	color: #9C9C9C;
	font-size: 2rem;
	font-family: "din-2014", sans-serif;
	font-weight: 400;
}
#service .lead {
	margin-top: 30px;
	text-align: center;
}
#service .contents {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
#service .contents > div {
	width: calc(32000% / 1000);
}
#service .img {
}
#service .img img {
	width: 100%;
}
#service .contents p {
	margin-top: -25px;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 600;
	padding: 5px 15px;
	position: relative;
	z-index: 1;
}
#service .contents p::before {
	content: "";
	width: 90%;
	height: 100%;
	max-width: 300px;
	background: #21624E;
	background: linear-gradient(114.95deg, #327E59 26.95%, #2D6C6C 61.51%, #115B53 95.36%);
	clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
@media (max-width: 959px) {
	#service .contents p {
		font-size: clamp(1.6rem, 1.5vw, 2.4rem);
	}
}
@media (max-width: 519px) {
	#service {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	#service h2 {
		font-size: 2.8rem;
	}
	#service h2 .small {
		font-size: 2.4rem;
	}
	#service h2 .green {
		font-size: 3.2rem;
	}
	#service h2 .en {
		font-size: 1.6rem;
	}
	#service .lead {
		margin-top: 20px;
		text-align: left;
	}
	#service .contents {
		display: block;
		margin-top: 0;
	}
	#service .contents > div {
		width: 100%;
		margin-top: 30px;
	}
	#service .contents p {
		font-size: 1.8rem;
	}
}


/* ---------- #flow ---------- */
#flow {
	padding-top: 60px;
	padding-bottom: 40px;
	max-width: 1140px;
}
#flow h2 {
	font-size: 4.8rem;
	font-size: clamp(2.8rem, 4.8vw, 4.8rem);
	font-weight: 800;
	text-align: center;
	line-height: 1.3;
    letter-spacing: .06em;
}
#flow h2 .small {
	font-size: 3.8rem;
	font-size: clamp(2.4rem, 3.8vw, 3.8rem);
}
#flow h2 .green {
	color: #21624E;
}
#flow h2 .en {
    display: block;
	color: #9C9C9C;
	font-size: 2rem;
	font-family: "din-2014", sans-serif;
	font-weight: 400;
}
#flow .contents {
	display: flex;
	justify-content: space-between;
	margin-top: 55px;
}
#flow .contents > div {
	position: relative;
	width: 20%;
	max-width: 220px;
}
#flow .num {
	position: absolute;
	z-index: 2;
	top: -5px;
	left: -2px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 56px;
	height: 56px;
	border-radius: 100px;
	font-family: "din-2014", sans-serif;
	font-weight: 400;
	color: #fff;
	font-size: 3rem;
}
#flow .flow01 .num {
	background-color: #387D57;
}
#flow .flow02 .num {
	background-color: #34795C;
}
#flow .flow03 .num {
	background-color: #2C7168;
}
#flow .flow04 .num {
	background-color: #185852;
}
#flow .img {
	position: relative;
}
#flow .contents > div:not(:first-child) .img::before {
	content: "";
	position: absolute;
	z-index: -1;
	right: 100%;
	top: 50%;
	display: block;
	width: 50%;
	border-bottom: 2px dotted #21624E;
}
#flow .img img {
	width: 100%;
}
#flow .ttl {
	margin-top: 20px;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
}
#flow p {
	margin-top: 15px;
	color: #707070;
	font-size: 1.5rem;
}
@media (max-width: 959px) {
	#flow .num {
		font-size: 2rem;
		width: 46px;
		height: 46px;
	}
}
@media (max-width: 519px) {
	#flow {
		padding-top: 40px;
	}
	#flow h2 {
		font-size: 2.8rem;
	}
	#flow h2 .small {
		font-size: 2.4rem;
	}
	#flow h2 .en {
		font-size: 1.6rem;
	}
	#flow .contents {
		display: block;
		margin-top: 30px;
	}
	#flow .contents > div {
		display: flex;
		gap: 20px;
		width: 100%;
		max-width: none;
		align-items: center;
	}
	#flow .num {
		top: 0;
		left: 0;
		width: 44px;
		height: 44px;
		border-radius: 50px;
		font-size: 2rem;
	}
	#flow .contents > div:not(:first-child) {
		margin-top: 40px;
	}
	#flow .contents > div:not(:first-child) .img::before {
		right: auto;
		left: 50%;
		top:  -145px;
		width: 0;
		height: 150px;
		border-bottom: none;
		border-left: 2px dotted #21624E;
	}
	#flow .img {
		flex-shrink: 0;
		width: 150px;
	}
	#flow .txt {
		width: 50%;
	}
	#flow .ttl {
		margin-top: 10px;
		font-size: 2rem;
		line-height: 24px;
		text-align: left;
	}
	#flow p {
		font-size: 1.3rem;
	}
}


/* ---------- #map ---------- */
#map {
	position: relative;
}
#map::before {
	content: "";
	width: 100%;
	height: 90%;
	background: url(./../img/map_bg.jpg) no-repeat center / cover;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
#map .bg_img {
	position: absolute;
	z-index: 1;
	top: 50px;
	width: 100%;
	height: calc(100% - 100px);
	object-position: center;
	object-fit: cover;
}
#map .inner {
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
}
#map .map {
	order: 2;
	width: 50%;
}
#map .map img {
	width: 100%;
}
#map .content {
	width: 50%;
	padding: 45px 20px;
	background: linear-gradient(114.95deg, #327E59 26.95%, #2D6C6C 61.51%, #115B53 95.36%);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#map h2 {
	color: #fff;
	font-size: 4.8rem;
	font-weight: 800;
	line-height: 1.3;
    letter-spacing: .06em;
	font-size: clamp(2.8rem, 4.8vw, 4.8rem);
}
#map h2 .small {
	font-size: 3.8rem;
	font-size: clamp(2.4rem, 3.8vw, 3.8rem);
}
#map h2 .gold {
	color: #D1C377;
}
#map p {
	margin-top: 35px;
	font-size: 1.4rem;
	color: #fff;
}
@media (max-width: 959px) {
	#map p {
		margin-top: 20px;
	}
	#map .content {
		padding: 25px;
	}
}
@media (max-width: 519px) {
	#map .bg_img {
		top: 0;
		height: 100%;
	}
	#map::before {
		height: 100%;
	}
	#map .inner {
		display: block;
		padding: 40px 0;
	}
	#map .map {
		width: 100%;
	}
	#map .map img {
		width: calc(23600% / 393);
		margin-left: calc(10200% / 393);
	}
	#map .content {
		width: 100%;
		padding: 0;
		background: none;
	}
	#map h2  {
		font-size: 2.8rem;
		margin: 0 0 45px;
		color: #222;
		position: absolute;
		top: 55px;
		left: calc(5000% / 393);
	}
	#map h2 .gold {
		color: #B60F11;
	}
	#map h2 .small {
		font-size: 2.2rem;
	}
	#map p {
		margin-top: 10px;
		color: #222;
	}
}


/* ---------- #faq ---------- */
#faq {
	padding-top: 50px;
	padding-bottom: 60px;
}
#faq h2 {
	font-size: 4.2rem;
	font-weight: 800;
	text-align: center;
	line-height: 1.3;
    letter-spacing: .06em;
	font-size: clamp(2.8rem, 4.2vw, 4.2rem);
}
#faq h2 .en {
    display: block;
	color: #9C9C9C;
	font-size: 2rem;
	font-family: "din-2014", sans-serif;
	font-weight: 400;
}
#faq .content {
	margin-top: 40px;
}
#faq dl {
	box-shadow: 0px 4px 10px 0px #00000014;
}
#faq dl div {
	display: flex;
	align-items: center;
	padding: 15px 75px 15px 20px;
}
#faq dl span {
	flex-shrink: 0;
	align-self: flex-start;
	display: inline-block;
	margin-right: 15px;
	font-family: "din-2014", sans-serif;
	font-size: 2.8rem;
	font-weight: 600;
}
#faq dt {
	position: relative;
	font-weight: 500;
	border-bottom: 1px solid #EFEFEF;
}
#faq dt::before,
#faq dt::after {
	content: "";
	position: absolute;
	top: 38px;
	display: block;
	width: 8px;
	height: 1px;
	background-color: #21624E;
	transition: all ease 0.3s;
}
#faq dt::before {
	right: 30px;
	transform: skewY(-45deg);
}
#faq dt::after {
	right: 38px;
	transform: skewY(45deg);
}
#faq dt.active::before {
	transform: skewY(45deg);
}
#faq dt.active::after {
	transform: skewY(-45deg);
}
#faq dt div {
}
#faq dt span {
	color: #21624E;
}
#faq dd {
	max-height: 0;
	background-color: #EFEFEF;
	overflow: hidden;
	transition: all ease 0.3s;
}
#faq dt.active + dd {
	max-height: var(--max-height);
}
#faq dd div {
}
#faq dd span {
	color: #B60F11;
}
@media (max-width: 959px) {
}
@media (max-width: 519px) {
	#faq {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	#faq h2 {
		font-size: 2.8rem;
	}
	#faq h2 .en {
		font-size: 1.6rem;
	}
	#faq .content {
		margin-top: 30px;
	}
	#faq dl span {
		margin-right: 10px;
		font-size: 2.2rem;
		line-height: 1;
	}
	#faq dt::before,
	#faq dt::after {
		top: 25px;
		width: 5px;
	}
	#faq dt::before {
		right: 15px;
	}
	#faq dt::after {
		right: 20px;
	}
	#faq dt div {
		padding: 13px 30px 13px 13px;
	}
	#faq dd div {
		padding: 13px;
	}
}


/* ---------- #company ---------- */
#company {
	padding-top: 60px;
	padding-bottom: 70px;
	border-top: 1px solid #E9E9E9;
}
#company h2 {
	font-size: 4.2rem;
	font-size: clamp(2.8rem, 4.2vw, 4.2rem);
	font-weight: 800;
	text-align: center;
	line-height: 1.3;
    letter-spacing: .06em;
}
#company h2 .en {
    display: block;
	color: #9C9C9C;
	font-size: 2rem;
	font-family: "din-2014", sans-serif;
	font-weight: 400;
}
#company table {
	width: 100%;
	margin-top: 40px;
}
#company th,
#company td {
	padding: 26px;
}
#company th {
	width: 180px;
	text-align: center;
	background: #F6F6F6;
}
#company tr:first-child {
	border-top: 1px solid #ccc;
}
#company tr {
	border-bottom: 1px solid #ccc;
}
@media (max-width: 959px) {
}
@media (max-width: 519px) {
	#company {
		padding-bottom: 40px;
	}
	#company h2 {
		font-size: 2.8rem;
	}
	#company h2 .en {
		font-size: 1.6rem;
	}
	#company table {
		margin-top: 30px;
	}
	#company th,
	#company td {
		padding: 20px;
	}
	#company th {
		width: 82px;
		padding: 20px 10px;
	}
}


/* ---------- #copy ---------- */
#copy {
	background-color: #2A423F;
	padding: 15px 0;
}
#copy div {
	color: #F2F2F2;
	font-size: 1.2rem;
	text-align: center;
}
@media (max-width: 959px) {
}
@media (max-width: 519px) {
}




/* ---------------------------------------------------------
 * contact
** --------------------------------------------------------- */
#contact {
}
#form {
	padding-top: 60px;
	padding-bottom: 60px;
	background: linear-gradient(114.95deg, #327E59 26.95%, #2D6C6C 61.51%, #115B53 95.36%);
	color: #fff;
}
#form .wrapper {
	max-width: 760px;
}
#form h2 {
	font-size: 4rem;
	font-weight: bold;
	text-align: center;
}
#form .lead {
	margin-top: 30px;
	padding: 30px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 4px 10px 0px #00000014;
	color: #333;
	text-align: center;
}
#form .lead .anshin {
	font-size: 1.8rem;
	font-weight: bold;
}
#form .lead .uketsuke {
	font-size: 1.8rem;
	font-weight: bold;
}
#form .lead .tel {
	font-size: 2rem;
	font-weight: bold;
}
#form .lead .tel span {
	display: inline-block;
	margin-left: 5px;
	color: #B60F11;
	font-size: 4rem;
	font-family: "din-2014", sans-serif;
	font-weight: 400;
}
#form .lead .time {
}
#form .lead .btn_area {
	margin-top: 15px;
	font-size: 2.4rem;
	font-weight: bold;
}
#form .lead .btn_area a {
}
#form .lead .btn_area img {
	margin-right: 10px;
	margin-top: -7px;
	vertical-align: middle;
}
@media (max-width: 959px) {
}
@media (max-width: 519px) {
	#form h2 {
		font-size: 2.4rem;
	}
	#form .lead .tel span {
		font-size: 3.2rem;
	}
	#form .lead .btn_area {
		font-size: 1.8rem;
	}
	#form .lead .btn_area a {
	}
	#form .lead .btn_area img {
		width: 40px;
		height: 40px;
/*		margin-top: -7px;*/
	}
}

/* #form_wrapper */
#form_wrapper {
	margin-top: 30px;
}
#form_wrapper .error {
	margin-bottom: 30px;
	color: #f00;
	font-weight: bold;
}
#form_wrapper .send {
	margin-bottom: 30px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}
#form_wrapper .send span {
	font-size: 2.4rem;
}
#form_wrapper .lead_text {
}
#form_wrapper .form_item {
}
#form_wrapper label {
	display: block;
	margin-top: 15px;
	font-weight: bold;
	padding: 10px 0 5px;
}
#form_wrapper label span {
	display: inline-block;
	padding: 4px 7px;
	margin-left: 5px;
	background-color: #B60F11;
	border-radius: 2px;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1;
}
#form_wrapper .form_item input,
#form_wrapper .form_item textarea,
#form_wrapper .form_item select {
	width: 100%;
	padding: 0 20px;
	margin-top: 5px;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0px 4px 10px 0px #00000014;
	color: #333;
	font-size: 1.6rem;
}
#form_wrapper .form_item input,
#form_wrapper .form_item select {
	height: 54px;
}
#form_wrapper .form_item select {
	cursor: pointer;
}
#form_wrapper .form_item .selectbox {
	position: relative;
}
#form_wrapper .form_item .selectbox::after {
	content: "";
	width: 14px;
	height: 14px;
	position: absolute;
	top: 12px;
	bottom: 0;
	right: 14px;  
	margin: auto;
	background-color: #333;
	clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
	aspect-ratio: 1;
    transform: rotate(90deg);
}
#form_wrapper .form_item textarea {
	padding-top: 10px;
	padding-bottom: 10px;
}
#form_wrapper .btn_area {
	margin-top: 30px;
	text-align: center;
}
#form_wrapper .btn_area button {
	display: inline-block;
	max-width: 100%;
	width: 300px;
	padding: 15px;
	background-image: linear-gradient(90deg, #9D9050 0%, #DCCB90 49.69%, #9D9050 100%);
	border-radius: 6px;
	box-shadow: 0px 4px 10px 0px #00000026;
	color: #333;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.5;
}
@media (max-width: 959px) {
}
@media (max-width: 519px) {
	#form_wrapper .btn_area button {
		padding: 10px;
		font-size: 1.8rem;
	}
}