footer .foot1 {
	padding: 100px 0 40px;
}
/* ----------------------------------------------- */
#area-1 {
	max-width: 1400px;
	width: 90%;
	margin: 0 auto 100px;
	position: relative;
}
#area-1 #main-visual {
	width: 80%;
	height: 550px;
	border-radius:30px;
	background-color: #999;
	position: relative;
	overflow: hidden;
}
#area-1 #main-visual .slider {
	width: 100%;
}
#area-1 #main-visual .slider div {
	width: 100%;
	height: 550px;
}
#area-1 #main-visual .slider div.img1 {
	background: url("../images/top/mv1.jpg") no-repeat center;
	background-size: cover;
}
#area-1 #main-visual .slider div.img2 {
	background: url("../images/top/mv2.jpg") no-repeat center;
	background-size: cover;
}
#area-1 #main-visual .slider div.img3 {
	background: url("../images/top/mv3.jpg") no-repeat center;
	background-size: cover;
}
#area-1 #main-visual .slider div.img4 {
	background: url("../images/top/mv4.jpg") no-repeat center;
	background-size: cover;
}
#area-1 #main-visual .slider div.img5 {
	background: url("../images/top/mv5.jpg") no-repeat center;
	background-size: cover;
}
#area-1 #main-visual h2 {
	position: absolute;
	left: 0;
	bottom: 10%;
	width: 100%;
}
#area-1 #main-visual h2 span {
	display: inline-block;
	background: url("../images/common/back.png");
	background-size: 70px;
	background-color: #F8F8F4;
	font-size: 1.7rem;
	font-weight: 500;
	margin-bottom: 20px;
	padding: 0 5% 2px;
	width: auto;
}
#area-1 #info {
	width: 400px;
	background-color: rgba(255,255,255,.95);position: absolute;
	right: 0;
	bottom: -5%;
	padding: 20px;
	border-top: #8AB94E 3px solid;
	box-shadow: 2px 2px 12px -6px rgba(0,0,0,0.2);
}
#area-1 #info .ttl {
	color: #8AB94E;
	font-size: 1.4rem;
	margin-bottom: 10px;
	font-weight: 500;
}
#area-1 #info .btn {
	display: block;
	background: url("../images/common/icon12.png") no-repeat right 19px center;
	background-size: 12px auto;
	background-color: #8AB94E;
	color: #fff;
	text-align: center;
	font-weight: 500;
	padding: 10px 0;
	transition: .1s;
}
#area-1 #info .btn:hover {
	background: url("../images/common/icon12.png") no-repeat right 20px center;
	background-size: 10px auto;
	background-color: #7FAB48;
}
#area-1 #info ul {
	margin-bottom: 20px;
}
#area-1 #info li {
	border-bottom: #ccc 1px dashed;
	padding: 10px 0;
	line-height: 150%;
}
#area-1 #info li:last-child {
	border-bottom: none;
}
#area-1 #info li span {
	display: block;
	font-size: 12px;
	font-weight: 500;
}
#area-1 #info li a {
	display: block;
	overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
}
#area-1 #info li a:hover {
	color: #8AB94E;
}
#area-1 .banner {
	width: 300px;
	position: absolute;
	left: -30px;
	bottom: -60px;
}
#area-1 .banner a:hover {
	opacity: .8;
}
.wide-banner {
	max-width: 700px;
	width: 90%;
	margin: -50px auto 40px;
}
.wide-banner a:hover {
	opacity: .8;
}
.wide-banner .pc {
}
.wide-banner .sp {
	display: none;
}
/* ----------------------------------------------- */
#area-2 {
	max-width: 1300px;
	width: 90%;
	margin: 0 auto 50px;
	display: flex;
	justify-content: space-between;
}
#area-2 .box {
	width: 47.5%;
}
#area-2 .box_l {
	background: url("../images/common/img01.png") no-repeat right top;
	background-size: 150px auto;
}
#area-2 .box_l span{
	font-weight: bold;

}
#area-2 .box_r a.tel {
	pointer-events: none;
	display: block;
	color: #E3AD2E;
	font-size: 35px;
	line-height: 40px;
	font-weight: 500;
	margin-bottom: 5px;
}
#area-2 .box_r a.tel img {
	width: 35px;
	margin-right: 10px;
}
#area-2 .box_r .cap {
	font-size: 90%;
	margin-bottom: 10px;
	line-height: 150%;
}
#area-2 .box_r .cap strong {
	font-weight: 700;
	color: #88B94E;
	font-size: 110%;
}
#area-2 .box_r .outer {
  width: 100%;
	margin-bottom: 10px;
}
#area-2 .box_r table {
  border-collapse: collapse;
  width: 100%;
	background-color: rgba(255,255,255,.7);
}
#area-2 .box_r table td,
#area-2 .box_r table th {
  padding: 10px 0;
	text-align: center;
	width: 10%;
}
#area-2 .box_r table th {
	font-size: 90%;
}
#area-2 .box_r table td:first-child,
#area-2 .box_r table th:first-child {
	font-weight: 500;
	width: 25%;
}
#area-2 .box_r table td:last-child,
#area-2 .box_r table th:last-child {
	width: 15%;
}
#area-2 .box_r thead,
#area-2 .box_r tbody tr{
	border-bottom: rgba(0,0,0,.1) 1px solid;
}
#area-2 .box_r ul {
	list-style: none;
}
#area-2 .box_r li {
	display: inline-block;
	border: 1px #999 solid;
	font-size: 80%;
	line-height: 120%;
	padding: 4px 6px 5px;
}
/* ----------------------------------------------- */
#area-3 {
	max-width: 1300px;
	width: 90%;
	margin: 0 auto 150px;
}
#area-3 ul {
	display: flex;
	justify-content: space-between;
}
#area-3 li {
	width: 23%;
}
#area-3 li a {
	display: block;
	text-align: center;
	color: #88B94E;
	padding: 10px 10px 40px;
	font-weight: 500;
	background: url("../images/common/icon13.png") no-repeat center bottom 15px;
	background-size: 12px auto;
	background-color: #fff;
	box-shadow: 2px 2px 12px -6px rgba(0,0,0,0);
}
#area-3 li:nth-child(even) a {
	color: #E3AD2E;
}
#area-3 li a img {
	display: block;
	width: 60px;
	margin: -30px auto 10px;
}
#area-3 li a:hover {
	background: url("../images/common/icon13g.png") no-repeat center bottom 13px;
	background-size: 15px auto;
	background-color: #fff;
	box-shadow: 2px 2px 12px -6px rgba(0,0,0,0.2);
}
#area-3 li:nth-child(even) a:hover {
	background: url("../images/common/icon13b.png") no-repeat center bottom 13px;
	background-size: 15px auto;
	background-color: #fff;
}
/* ----------------------------------------------- */
#area-4 {
	max-width: 1300px;
	width: 90%;
	margin: 0 auto 150px;
	position: relative;
}
#area-4 .list {
	width: 520px;
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: -50px;
	right: 0;
}
#area-4 .list li {
	text-align: center;
	width: 23%;
	color: #88B94E;
	font-weight: 500;
}
#area-4 .inner {
	display: flex;
	justify-content: space-between;
}
#area-4 .inner .box {
	width: 48%;
	margin-bottom: 40px;
}
#area-4 .inner .box .ph {
	margin-bottom: 15px;
}
#area-4 .inner .box p {
	font-size: 1.1rem;
	font-weight: 500;
}
#area-4 .btn_set {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
#area-4 .btn_set li {
	width: 48%;
}
#area-4 .btn_set li a {
	display: block;
	border: #E3AD2E 2px solid;
	color: #E3AD2E;
	font-size: 1.2rem;
	font-weight: 500;
	position: relative;
	padding: 25px 35px 25px 65px;
	background: url("../images/common/icon13b.png") no-repeat right 20px center;
	background-size: 12px auto;
	transition: .2s;
}
#area-4 .btn_set li:nth-child(2) a {
	border: #8AB94E 2px solid;
	color: #8AB94E;
	background: url("../images/common/icon13g.png") no-repeat right 20px center;
	background-size: 12px auto;
}
#area-4 .btn_set li a img {
	display: block;
	position: absolute;
	width: 60px;
	top: 10px;
	left: -10px;
}
#area-4 .btn_set li:nth-child(2) a img {
	width: 35px;
	left: 15px;
}
#area-4 .btn_set li a:hover {
	background: url("../images/common/icon13w.png") no-repeat right 14px center;
	background-size: 15px auto;
	color: #fff;
	background-color: #E3AD2E;
}
#area-4 .btn_set li:nth-child(2) a:hover {
	background-color: #8AB94E;
}
/* ----------------------------------------------- */
#area-5 {
	width: 100%;
	position: relative;
}
#area-5 .back {
	display: block;
	width: 100%;
	position: absolute;
	background-color: #fff;
	height: 50%;
	left: 0;
	top: 50%;
	clip-path: polygon(55% 27%, 74% 0, 91% 25%, 100% 6%, 100% 100%, 0 100%, 0 18%, 6% 9%, 26% 35%, 44% 13%);
}
#area-5 .inner {
	max-width: 1300px;
	width: 90%;
	margin: 0 auto 100px;
}
#area-5 .inner .block {
	position: relative;
	padding-right: 50%;
	margin-bottom: 100px;
}
#area-5 .inner .ph {
	position: absolute;
	width: 35%;
	right: 5%;
	bottom: 0;
	border-radius: 20px;
	overflow: hidden;
}
#area-5 .inner .block p {
	margin-bottom: 30px;
}
#area-5 .inner .block .name {
	font-size: 90%;
	font-weight: 500;
}
#area-5 .inner .block .name span {
	display: inline-block;
	font-size: 18px;
	margin-left: 10px;
}
#area-5 .inner .block .img {
	display: block;
	position: absolute;
	width: 270px;
	width: 25%;
	left: 58%;
	bottom: -30px;
}
#area-5 .flow_slider {
	position: relative;
	z-index: 1;
	margin-bottom: -60px;
}
#area-5 .flow_slider img {
    width:100%;
    height:auto;
}
#area-5 .flow_slider .slick-slide {
    margin:0 10px;
}
/* ----------------------------------------------- */
.for {
	max-width: 1300px;
	width: 90%;
	margin: 0 auto 50px;
	padding: 30px;
	background-color: #fff;
	border: solid 1px #88B94E;
}
.for div {
    background-color: #fff;
    background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%),
                      linear-gradient(180deg, #ccc 1px, transparent 1px);
    background-size: 8px 100%, 100% 2.3em;
    line-height: 2.3em;
    padding-bottom: 1px;

}
.for p span {
	display: inline-block;
	margin: 0 3px;
	font-weight: 500;
	text-decoration:underline wavy red;
}
.for strong {
	display: block;
	text-align: center;
	color: #88B94E;
	font-weight: 500;
	margin-bottom: 15px;
	font-size: 1.2rem;
}
.for strong br {
	display: none;
}
.forred {
	font-weight: bold;
	color: red;
}
/* ----------------------------------------------- */



@media screen and ( max-width : 1130px ) {
	
	/* ----------------------------------------------- */
    #area-4 .list {
        max-width: 450px;
		width: 60%;
		right: 3%;
    }
	/* ----------------------------------------------- */
}




@media screen and (max-width: 940px) {
	
	/* ----------------------------------------------- */
	#area-1 {
        margin: 0 auto 100px;
    }
    #area-1 #main-visual {
        height: 550px;
    }
    #area-1 #main-visual h2 {
        position: absolute;
        left: 0;
        bottom: 10%;
        width: 100%;
    }
    #area-1 #main-visual h2 span {
        font-size: 1.4rem;
        padding: 0 3% 2px;
    }
    #area-1 #info {
		max-width: 350px;
        width: 50%;
        bottom: -5%;
        padding: 20px;
    }
    #area-1 #info .ttl {
        font-size: 1.2rem;
    }
    #area-1 #info li {
		font-size: 90%;
    }
	/* ----------------------------------------------- */
	#area-2 {
        margin: 0 auto 50px;
        display: block;
		padding-right: 40px;
    }
    #area-2 .box {
        width: 100%;
    }
    #area-2 .box_l {
		margin-bottom: 40px;
    }
	/* ----------------------------------------------- */
	#area-3 {
        margin: 0 auto 150px;
		padding-right: 40px;
    }
    #area-3 ul {
        display: block;
		display:-webkit-box;
        display:-moz-box;
        display:-ms-flexbox;
        display:-webkit-flex;
        display:-moz-flex;
        display:flex;
        -webkit-box-lines:multiple;
        -moz-box-lines:multiple;
        -webkit-flex-wrap:wrap;
        -moz-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
    }
    #area-3 li {
        width: 48%;
		margin-right: 4%;
		margin-bottom: 5%;
    }
	#area-3 li:nth-child(even) {
		margin-right: 0;
    }
	/* ----------------------------------------------- */
	#area-4 {
        margin: 0 auto 150px;
        padding-right: 40px;
    }
	#area-4 .list {
        max-width: 450px;
		width: 100%;
		position: static;
		margin: -15px auto 30px;
    }
	#area-4 .inner .box p {
        font-size: 1.0rem;
    }
    #area-4 .btn_set {
        max-width: 1000px;
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
    #area-4 .btn_set li {
        width: 48%;
    }
    #area-4 .btn_set li a {
		text-align: left;
        font-size: 1.1rem;
        padding: 20px 35px 20px 40px;
        background: url("../images/common/icon13b.png") no-repeat right 15px center;
        background-size: 12px auto;
    }
    #area-4 .btn_set li:nth-child(2) a {
        background: url("../images/common/icon13g.png") no-repeat right 15px center;
        background-size: 12px auto;
    }
    #area-4 .btn_set li a img {
        width: 45px;
        top: 10px;
        left: -13px;
    }
    #area-4 .btn_set li:nth-child(2) a img {
        width: 30px;
        left: 8px;
    }
	/* ----------------------------------------------- */
	#area-5 {
    }
    #area-5 .inner {
        margin: 0 auto 100px;
		padding-right: 40px;
    }
    #area-5 .inner .block {
        padding-right: 40%;
    }
    #area-5 .inner .ph {
        right: 0;
    }
    #area-5 .inner .block .img {
        width: 25%;
        left: 68%;
    }
    #area-5 .flow_slider {
        position: relative;
        z-index: 1;
        margin-bottom: -60px;
    }
    #area-5 .flow_slider img {
        width:100%;
        height:auto;
    }
    #area-5 .flow_slider .slick-slide {
        margin:0 10px;
    }
}



@media screen and ( max-width : 640px ) {
	footer .foot1 {
        padding: 30px 0 30px;
    }
	/* --------------------------------------------------- */
	#area-1 {
        margin: 0 auto 70px;
    }
    #area-1 #main-visual {
        width: 100%;
        height: 450px;
        border-radius:30px;
		margin-bottom: 20px;
    }
    #area-1 #main-visual .slider {
        width: 100%;
    }
    #area-1 #main-visual .slider div {
        width: 100%;
        height: 450px;
    }
    #area-1 #main-visual h2 {
        position: absolute;
        left: 0;
        bottom: 10%;
        width: 100%;
    }
    #area-1 #main-visual h2 span {
        font-size: 1.3rem;
		margin-bottom: 15px;
    }
    #area-1 #info {
		max-width: none;
        width: 100%;
		position: static;
    }
	#area-1 .banner {
        width: 220px;
        left: auto;
        bottom: auto;
		top: 410px;
		right: -10px;
    }
	.wide-banner {
        width: 90%;
        margin: -50px auto 30px;
    }
    .wide-banner .pc {
		display: none;
    }
    .wide-banner .sp {
		display: block;
    }
	/* --------------------------------------------------- */
	#area-2 {
		padding-right: 0px;
    }
	#area-2 .box_l {
        background: url("../images/common/img01.png") no-repeat right top 70px;
        background-size: 70px auto;
    }
	#area-2 .box_r table {
		font-size: 90%;
	}
	#area-2 .box_r a.tel {
        pointer-events: auto;
	}
	#area-2 .box_r li {
        padding: 4px 6px 4px;
    }
	/* --------------------------------------------------- */
	#area-3 {
        margin: 0 auto 100px;
		padding-right: 0;
    }
	#area-3 li {
        width: 100%;
		margin-right: 0;
		margin-bottom: 5%;
    }
	#area-3 li a {
        display: block;
		font-size: 1.1rem;
    }
    #area-3 li a img {
        display: block;
        width: 40px;
        margin: -20px auto 10px;
    }
	/* --------------------------------------------------- */
	#area-4 {
        margin: 0 auto 100px;
        padding-right: 0;
    }
	#area-4 .inner {
        display: block;
    }
    #area-4 .inner .box {
        width: 100%;
        margin-bottom: 40px;
    }
    #area-4 .inner .box .ph {
        margin-bottom: 15px;
    }
    #area-4 .inner .box p {
        font-size: 1.1rem;
        font-weight: 500;
    }
    #area-4 .btn_set {
        display: block;
		width: 90%;
    }
	#area-4 .btn_set li {
        width: 100%;
		margin-bottom: 10px;
    }
	/* --------------------------------------------------- */
	#area-5 {
		padding-bottom: 30px;
    }
	#area-5 .back {
        clip-path: polygon(35% 18%, 77% 0, 99% 11%, 100% 100%, 0 100%, 0 26%, 26% 10%);
    }
    #area-5 .inner {
        margin: 0 auto;
		padding-right: 0;
    }
	#area-5 .inner .block {
        padding-right: 0;
		margin-bottom: 50px;
    }
    #area-5 .inner .ph {
		position: static;
		max-width: 400px;
		width: 80%;
		margin: 0 auto 20px;
    }
	#area-5 .inner .block .img {
        width: 35%;
        left: auto;
		right: 2%;
        bottom: -30px;
    }
	#area-5 .flow_slider {
        margin-bottom: 0px;
    }
	/* ----------------------------------------------- */
    .for {
        padding: 20px;
    }
    .for strong {
		line-height: 150%;
    }
	.for strong br {
		display: block;
	}
}