@charset "UTF-8";
/* ------------------------------------------------
                    共通css
--------------------------------------------------- */
/*---------- header ----------*/
header {
    width: 100%;
}
.head-txt {
	width: 100%;
	padding: 10px 0;
	background: #dfeee3;
	text-align: center;
	font-size: 13px;
	line-height: 1;
}
header .header-in {
    width: 100%;
	padding: 5px 5px 5px 40px;
	display: flex;
	align-items: center;
}

/*ロゴ*/
header .header-logo {
    width: 250px;
	margin-right: auto;
    display: block;
}

/*電話番号*/
header .header-tel {
	width: calc(100% - 390px);
	margin: 0 20px 0 auto;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
header .header-tel-copy {
	width: 192px;
	margin-right: 10px;
}

header .header-tel-wrap {
	display: block;
	text-align: center;
}
header .header-tel-txt {
	margin: 0 auto 10px;
	padding: 5px 35px;
	display: inline-block;
	background: #e71505;
	border-radius: 30px;
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	line-height: 1;
}
header .header-tel-num {
	color: #ef4806;
	font-weight: 700;
	font-size: 42px;
	line-height: 1;
}

/*メール*/
header .header-btn-contact {
	width: 100px;
	height: 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #3044a4;
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.2;
}
header .header-btn-contact img {
	width: 80%;
	max-width: 36px;
	margin: 0 auto 8px;
}

header .gnav-wrap {
	width: 100%;
	padding: 5px 0;
	background: #149953;
}
header .gnav-wrap ul#gnav {
    width: 100%;
	max-width: 1000px;
	margin: 0 auto;
    display: flex;
    justify-content: center;
}
header .gnav-wrap ul#gnav li {
	width: 20%;
	border-left: 1px solid #fff;
}
header .gnav-wrap ul#gnav li.last {
	border-right: 1px solid #fff;
}
header .gnav-wrap ul#gnav li a {
    padding: 15px 0;
    display: block;
	text-align: center;
	color: #fff;
    font-size: 16px;
	line-height: 1;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

@media (min-width: 769px) {
    header .gnav-wrap ul#gnav li a:hover, 
    header .gnav-wrap ul#gnav li a.is-current {
        opacity: 0.6;
    }
}
@media (max-width: 970px) {
	header .header-in {
		width: 100%;
		padding: 1vw;
	}
	/*ロゴ*/
	header .header-logo {
		width: 20%;
		margin-right: auto;
		display: block;
	}

	/*電話番号*/
	header .header-tel {
		width: calc(75% - 100px);
		margin: 0 2% 0 auto;
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}
	header .header-tel-copy {
		width: 30%;
		margin-right: 2%;
	}
	header .header-tel-wrap {
		display: block;
		text-align: center;
	}
	header .header-tel-txt {
		margin: 0 auto 10px;
		font-size: 1.5vw;
	}
	header .header-tel-num {
		font-size: 4.5vw;
	}

	/*メール*/
	header .header-btn-contact {
		font-size: 1.5vw;
	}
	header .header-btn-contact img {
		width: 80%;
		max-width: 36px;
		margin: 0 auto 8px;
	}
	
}
@media (max-width: 767px) {
	
    header {
        width: 100%;
		background: #fff;
		border-bottom: 2px solid #149953;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
    }
	.head-txt {
		width: 100%;
		padding: 1vw 0;
		font-size: 2.8vw;
	}
	header .header-in {
		width: 100%;
		padding: 2vw;
		display: flex;
		align-items: center;
		position: relative;
	}

	/*ロゴ*/
	header .header-logo {
		width: 30%;
		margin-right: auto;
		display: block;
	}

	/*電話番号*/
	header .header-tel {
		display: none;
	}

	/*メール*/
	header .header-btn-contact {
		display: none;
	}
    header .gnav-wrap {
        width: 100%;
		height: auto;
        padding: 0;
		background: #149953;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 998;
    }
    header .gnav-wrap ul#gnav {
        width: 100%;
        padding: 0;
        display: block;
        position: relative;
        z-index: 999;
    }
	header .gnav-wrap ul#gnav li {
		width: 100%;
		border-left: none;
	}
	header .gnav-wrap ul#gnav li.last {
		border-right: none;
	}
    header .gnav-wrap ul#gnav li a {
        padding: 4vw 2vw;
        display: block;
        font-size: 3.2vw;
    }
	
	
    header .btn-menu-wrap {
        width: 12vw;
        position: absolute;
        top: 50%;
        right: 2vw;
        text-align: right;
    }
    header #sp-menu-trigger{
        width: 5vw;
        height: 4vw;
        display: inline-block;
        position: relative;
        cursor: pointer;
        z-index: 999;
    }
    header #sp-menu-trigger span {
        width: 100%;
        height: 3px;
        background: #000;
        position: absolute;
        left: 0;
    }
    header #sp-menu-trigger span:nth-of-type(1) {
        top: 0;
    }
    header #sp-menu-trigger span:nth-of-type(2) {
        top: calc(50% - 1.5px);
    }
    header #sp-menu-trigger span:nth-of-type(3) {
        bottom: 0;
    }
    header #sp-menu-trigger.is-active span:nth-of-type(1) {
        -webkit-transform: translateY(9px) rotate(-45deg);
        transform: translateY(9px) rotate(-45deg);
    }
    header #sp-menu-trigger.is-active span:nth-of-type(2) {
        opacity: 0;
    }
    header #sp-menu-trigger.is-active span:nth-of-type(3) {
        -webkit-transform: translateY(-9px) rotate(45deg);
        transform: translateY(-9px) rotate(45deg);
    }

}

/*---------- footer ----------*/

/* pagetop
-----------------------------------------------------*/
.pagetop {
    width: 74px;
    display: block;
    cursor: pointer;
    position: fixed;
    right: 20px;
    bottom: 118px;
    z-index: 9996;
}
@media (max-width: 767px) {
    .pagetop {
        width: 12vw;
        height: 12vw;
        cursor: pointer;
        position: fixed;
        right: 2vw;
        bottom: 24vw;
        z-index: 9996;
    }
    
}

footer {
    width: 100%;
	padding-bottom: 90px;
}

.floating-bnr {
	width: 100%;
	height: 90px;
	display: flex;
    background: url("../img/common/bnr_bg.png"), linear-gradient(to right, #54b81e 50%, #ffff 50%);
    background-repeat: no-repeat;
    background-position: center right;
	background-size: auto 100%;
	border-top: 2px solid #54b81e;
    position: fixed;
	left: 0;
    bottom: 0;
    z-index: 9996;
}
.floating-bnr .cont-in {
	width: 98%;
	max-width: 1300px;
	padding-left: 340px;
	display: flex;
	align-items: center;
	position: relative;
}
.floating-ttl {
	width: 313px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.floating-tel {
	width: 500px;
	height: 100%;
	margin-right: 30px;
	padding-left: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
	background: #fff;
}
.floating-tel::before {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 0;
	top: 0;
	border-left: 20px solid #54b81e;
	border-top: 45px solid transparent;
	border-bottom: 45px solid transparent;
}

.floating-tel .floating-tel-icon {
	width: 70px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #2e2e2c;
	color: #fbe23c;
	text-align: center;
	font-weight: 700;
	font-size: 15px;
	line-height: 1.2;
	position: absolute;
	top: calc(50% - 35px);
	left: 40px;
}
.floating-tel .floating-tel-txt {
	max-width: 352px;
	margin: 0 auto 5px;
}
.floating-tel .floating-tel-num {
	width: auto;
	display: inline-block;
	padding-left: 30px;
	background: url("../img/common/icon_tel.png") 0 center no-repeat;
	background-size: 24px;
	color: #2e2e2c;
	font-weight: 800;
	font-size: 42px;
	line-height: 1;
}

.floating-btn-contact {
	width: 352px;
	position: relative;
}
.floating-btn-contact .floating-btn-in {
	width: 100%;
	padding: 20px 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #3044a4;
	border-radius: 40px;
	color: #fff;
	text-align: left;
	font-weight: 800;
	font-size: 19px;
	line-height: 1;
	position: relative;
	z-index: 2;
}
.floating-btn-contact::after {
	content: '';
	width: 100%;
	height: 100%;
	background: #172980;
	border-radius: 40px;
	position: absolute;
	bottom: -5px;
	left: 0;
	z-index: 1;
}
.floating-btn-contact img  {
	width: 36px;
	margin-right: 10px;
}

@media (min-width: 768px) {
	.floating-btn-contact:hover .floating-btn-in {
		bottom: -5px;
	}
}
@media (max-width: 1240px) {
	.floating-bnr .cont-in {
		padding-left: 25vw;
	}
	.floating-ttl {
		width: 24vw;
	}
	.floating-tel {
		width: 40vw;
		height: 100%;
		margin-right: 2vw;
		padding-left: 10vw;
	}

	.floating-tel .floating-tel-icon {
		width: 6vw;
		height: 6vw;
		font-size: 1.2vw;
		top: calc(50% - 3vw);
		left: 3vw;
	}
	.floating-tel .floating-tel-txt {
		max-width: 352px;
		margin: 0 auto 5px;
	}
	.floating-tel .floating-tel-num {
		padding-left: 3vw;
		background-size: 2vw;
		font-size: 3vw;
	}

	.floating-btn-contact {
		width: 30vw;
		position: relative;
	}
	.floating-btn-contact .floating-btn-in {
		width: 100%;
		padding: 1.5vw 3vw;
		font-size: 1.8vw;
	}
	.floating-btn-contact img  {
		width: 3vw;
		margin-right: 10px;
	}
}
@media (max-width: 1070px) {
	.floating-ttl {
		position: absolute;
		bottom: 1.5vw;
		left: 0;
	}
}



footer .footer-in {
	width: 90%;
    max-width: 1400px;
	margin: 0 auto;
	padding: 50px 0;
	display: flex;
}
footer .footer-logo {
	width: 250px;
	margin-right: 50px;
}
footer .footer-link-wrap {
	width: calc(100% - 300px);
	padding-left: 40px;
	display: flex;
	justify-content: flex-end;
	border-left: 1px solid #cdcdcd;
}
footer .footer-link {
	width: 30%;
}
footer .footer-link li {
	margin-bottom: 20px;
}
footer .footer-link li:last-child {
	margin-bottom: 0;
}
@media (max-width: 960px) {
	footer .footer-in {
		width: 96%;
	}
	footer .footer-logo {
		width: 20vw;
		margin-right: 5vw;
	}
	footer .footer-link-wrap {
		width: calc(100% - 25vw);
		padding-left: 4vw;
	}
}

footer .copyright {
    width: 100%;
    padding: 20px 0;
    text-align: center;
	background: #149953;
	color: #fff;
    font-size: 16px;
	line-height: 1;
}
@media (max-width: 767px) {
    footer {
        width: 100%;
		padding-bottom: 18vw;
    }

	.floating-bnr {
		width: 100%;
		height: 18vw;
		display: flex;
		background: #fff;
		border-top: 2px solid #54b81e;
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 9996;
	}
	.floating-bnr .cont-in {
		width: 98%;
		max-width: 1300px;
		padding-left: 0;
		display: flex;
		align-items: center;
		position: relative;
	}
	.floating-ttl {
		display: none;
	}
	.floating-tel {
		width: calc(100% - 22vw);
		height: 100%;
		margin-right: 2vw;
		padding-left: 14vw;
	}
	.floating-tel::before {
		content: none;
	}

	.floating-tel .floating-tel-icon {
		width: 12vw;
		height: 12vw;
		font-size: 2.4vw;
		position: absolute;
		top: calc(50% - 6vw);
		left: 0;
	}
	.floating-tel .floating-tel-txt {
		max-width: initial;
		margin: 0 auto 1vw;
	}
	.floating-tel .floating-tel-num {
		width: auto;
		display: inline-block;
		padding-left: 6vw;
		background: url("../img/common/icon_tel.png") 0 center no-repeat;
		background-size: 4vw;
		font-size: 6.6vw;
	}

	.floating-btn-contact {
		width: 20vw;
		height: 16vw;
		position: relative;
	}
	.floating-btn-contact .floating-btn-in {
		width: 100%;
		height: 100%;
		padding: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		text-align: center;
		border-radius: 0;
		font-size: 2.0vw;
		line-height: 1.2;
	}
	.floating-btn-contact::after {
		content: none;
	}
	.floating-btn-contact img  {
		width: 5vw;
		margin-right: 0;
		margin-bottom: 1vw;
	}


	footer .footer-in {
		width: 90%;
		padding: 8vw 0 5vw;
		display: block;
	}
	footer .footer-logo {
		width: 30%;
		margin-right: auto;
	}
	footer .footer-link-wrap {
		width: 100%;
		margin-top: 4vw;
		padding-top: 4vw;
		padding-left: 0;
		display: block;
		border-left: none;
		border-top: 1px solid #cdcdcd;
	}
	footer .footer-link {
		width: 100%;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	footer .footer-link li {
		width: 50%;
		margin-bottom: 3vw;
	}
	footer .footer-link li:last-child {
		margin-bottom: 3vw;
	}

	
    footer .copyright {
        width: 100%;
        padding: 4vw 0;
        font-size: 3.2vw;
    }
}


/*---------- CTA ----------*/
.sec-cta {
	width: 100%;
	padding: 30px 0;
    background: url("../img/common/cta_bg.png"), linear-gradient(#ff544f 0%, #faf726 100%);
    background-repeat: no-repeat;
    background-position: center right;
	background-size: auto 100%;
	position: relative;
}
.sec-cta .cont-in {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 2;
}
.sec-cta .cta-bg-left {
	width: 40%;
	height: 100%;
	background: url("../img/common/cta_bg_02.png") 0 0 no-repeat;
	background-size: auto 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.sec-cta .cta-icon {
	width: 25%;
	max-width: 306px;
	position: absolute;
	top: 50%;
	left: -6%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.sec-cta .cta-txt-01 {
	width: 80%;
	max-width: 1019px;
	margin: 0 auto;
}
.sec-cta .cta-txt-02 {
	width: 70%;
	max-width: 648px;
	margin: 0 auto;
}
.sec-cta .cta-tel {
	width: 74%;
	max-width: 713px;
	margin: 0 auto;
}






@media (max-width: 1300px) {
	.sec-cta .cta-icon {
		width: 22%;
	}
}

@media (max-width: 767px) {
	.sec-cta {
		width: 100%;
		padding: 6vw 0;
		background: url("../img/common/cta_bg_sp.png"), linear-gradient(#ff544f 0%, #faf726 100%);
		background-repeat: no-repeat;
    	background-position: center right;
		background-size: auto 100%;
		position: relative;
	}
	.sec-cta .cont-in {
		width: 90%;
		max-width: 1200px;
		margin: 0 auto;
		text-align: center;
		position: relative;
	}
	.sec-cta .cta-txt-01 {
		width: 100%;
		max-width: 997px;
		margin: 0 auto;
	}
	.sec-cta .cta-txt-02 {
		width: 80%;
		max-width: 668px;
		margin: 2vw auto 0;
	}
	.sec-cta .cta-tel {
		width: 100%;
		max-width: 794px;
		margin: 2vw 0 0 auto;
	}
}

/*---------- ボタン ----------*/
.normal-link {
	color: #149953 !important;
	text-decoration: underline !important;
}
.link-red {
	color: #ef4806 !important;
}

.btn-orange {
	width: 90%;
	max-width: 400px;
	display: block;
	position: relative;
}
.btn-orange p {
	width: 100%;
	padding: 25px 20px;
	display: block;
	background: #ef4806;
	border-radius: 10px;
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-size: 20px;
	line-height: 1;
	position: relative;
	z-index: 2;
}
.btn-orange p::after {
	content: '';
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	position: absolute;
	top: calc(50% - 4px);
	right: 15px;
	transform: rotate(45deg);
}
.btn-orange::after {
	content: '';
	width: 100%;
	height: 100%;
	background: #a33104;
	border-radius: 10px;
	position: absolute;
	bottom: -5px;
	left: 0;
	z-index: 1;
}

.btn-orange-back {
	width: 90%;
	max-width: 400px;
	display: block;
	position: relative;
}
.btn-orange-back p {
	width: 100%;
	padding: 25px 20px;
	display: block;
	background: #ef4806;
	border-radius: 10px;
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-size: 20px;
	line-height: 1;
	position: relative;
	z-index: 2;
}
.btn-orange-back p::after {
	content: '';
	width: 8px;
	height: 8px;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	position: absolute;
	top: calc(50% - 4px);
	left: 15px;
	transform: rotate(45deg);
}
.btn-orange-back::after {
	content: '';
	width: 100%;
	height: 100%;
	background: #a33104;
	border-radius: 10px;
	position: absolute;
	bottom: -5px;
	left: 0;
	z-index: 1;
}
@media (min-width: 768px) {
	.btn-orange:hover p {
		bottom: -5px;
	}
	.btn-orange-back:hover p {
		bottom: -5px;
	}
}

@media (max-width: 767px) {
	.btn-orange {
		width: 90%;
		max-width: 400px;
		display: block;
		position: relative;
	}
	.btn-orange p {
		width: 100%;
		padding: 5vw 4vw;
		display: block;
		border-radius: 2vw;
		font-size: 3.8vw;
	}
	.btn-orange p::after {
		content: '';
		width: 1.6vw;
		height: 1.6vw;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		position: absolute;
		top: calc(50% - 0.8vw);
		right: 5vw;
		transform: rotate(45deg);
	}
	.btn-orange::after {
		content: '';
		width: 100%;
		height: 100%;
		background: #a33104;
		border-radius: 2vw;
		position: absolute;
		bottom: -1vw;
		left: 0;
		z-index: 1;
	}
	
	.btn-orange-back {
		width: 90%;
		max-width: 400px;
		display: block;
		position: relative;
	}
	.btn-orange-back p {
		width: 100%;
		padding: 5vw 4vw;
		display: block;
		border-radius: 2vw;
		font-size: 3.8vw;
	}
	.btn-orange-back p::after {
		content: '';
		width: 1.6vw;
		height: 1.6vw;
		position: absolute;
		top: calc(50% - 0.8vw);
		left: 5vw;
		transform: rotate(45deg);
	}
	.btn-orange-back::after {
		content: '';
		width: 100%;
		height: 100%;
		background: #a33104;
		border-radius: 2vw;
		position: absolute;
		bottom: -1vw;
		left: 0;
		z-index: 1;
	}
}



/*---------- コンテンツ レイアウト ----------*/
.cont-in {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.subpage .sec-h1 h1 {
	width: 100%;
	margin: 30px auto 60px;
	padding: 30px 0;
	background: #efefef;
	text-align: center;
	font-size: 36px;
	font-weight: 700;
	line-height: 1;
}

.subpage .h2-box {
	margin-bottom: 30px;
	padding: 20px 22px;
	border: 1px solid #149953;
	border-left: 8px solid #149953;
	color: #149953;
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
}

@media (max-width: 767px) {
    .cont-in {
        width: 90%;
        max-width: initial;
        margin: 0 auto;
    }

	.subpage .sec-h1 h1 {
		width: 100%;
		margin: 6vw auto 8vw;
		padding: 4vw 0;
		font-size: 5vw;
	}

	.subpage .h2-box {
		margin-bottom: 6vw;
		padding: 4vw;
		font-size: 4.6vw;
	}
}



