.main-visual {
    background-image: url('../img/case/main.jpg');
}

.section-1 .desc{
	text-align: center;
	margin-bottom: 30px;
}
.section-1 ul{
	display: flex;
	justify-content: space-between;
}
.section-1 ul li{
	width: 31%;
}
.section-1 ul li h3{
	color: #513e39;
	text-shadow: 5px 5px 0px #efe8e7;
	margin-bottom: 10px;
}
.section-1 ul li figure{
	box-shadow: 10px 10px 0px 3px #efe8e7;
	margin-bottom: 20px;
}
.section-1 ul li figure img{
	width: 100%;
}

.section-2 .desc{
	text-align: center;
	margin-bottom: 30px;
}
.section-2 ul{
	width: 960px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.section-2 ul li{
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color: #efe8e7;
	background-color: #53b300;
	padding-top: 15px;
	height: 240px;
	width: 50px;
	line-height: 50px;
	position: relative;
}

.section-2 ul li .small{
	font-size: 1.2rem;
}
/*モーダルウィンドウ*/
.modal-window,
.modal-window2,
.modal-window3{
    position:fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: pink;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
	z-index: 9999;
	text-align: center;
}
.close-btn{
    position: absolute;
    top: 10px;
    right: 20px;
    color: white;
    font-size: 30px;
    cursor: pointer;
    cursor: hand;
}
/*モーダルウィンドウ（終）*/

.wrapper{
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 70%;
    height: 80vh;
}
.section-1 ul.slick-slider li {
    padding: 30px;
    background-color: #fff;
}
.section-1 ul.slick-slider li img {
    max-width: 100%;
    width: auto;
    height: 100%;
}
.slider1,.slider2,.slider3{
	margin: 0px auto 20px;
	width: 60%;
}
.slider1, .slider2, .slider3 {
    width: 100%;
}
.slider1 img,.slider2 img,.slider3 img{
    width: 70vw;
}
.slider1 img,.slider2 img,.slider3 img {
	height: 100%;
	width: 100%;
	margin: 0 auto;
}
.section-1 ul.slick-slider {
    display: block;
    height: 100%;
}
.section-1 ul.slick-slider .slick-list,
.section-1 ul.slick-slider .slick-track {
    height: 100%;
}
.slider1, .slider2, .slider3 {
    width: 100%;
}
.slider1 img,.slider2 img,.slider3 img{
    width: 70vw;
}
#arrowprev,
#arrownext {
    position: absolute;
    top: 50%;
    width: 31px;
    height: 41px;
    z-index: 2;
    transform: translateY(-50%);
    cursor: pointer;
}
#arrowprev {
    left: 20px;
}
#arrownext {
    right: 20px;
}
/*====slickレイアウト設定（終）====*/
@media screen and (min-width: 961px) {
	.section-2 ul li:not(:last-child)::after{
		position: absolute;
		content: '';
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		right: -55px;
		border: 10px solid transparent;
		border-left: 10px solid #53b300;
		width: 10px;
		height: 10px;
	}

}

@media screen and (max-width: 960px) {
    .main-visual {
        background-image: url('../img/case/sp/main.jpg');
    }
    .section-1 ul{
    	display: block;
    }
    .section-1 ul li{
    	width: 100%;
    }
    .section-1 ul li:not(:last-child){
    	margin-bottom: 30px;
    }
    .section-2 ul{
		width: 100%;
		display: block;
    }
    .section-2 ul li{
    	-webkit-writing-mode: initial;
    	-ms-writing-mode: initial;
    	writing-mode: initial;
    	width: 100%;
		text-align: center;
		height: 50px;
		padding-top: 0;
    }
    .section-2 ul li:not(:last-child){
    	margin-bottom: 60px;
    }
    .section-2 ul li:not(:last-child)::after{
		position: absolute;
		content: '';
		top: 75px;
		right: 50%;
		transform: translateX(50%);
		border: 10px solid transparent;
		border-top: 10px solid #53b300;
		width: 10px;
		height: 10px;
	}
	.section-3 .slick-box{
		padding:40px 0;
	}
	.section-3 .slick-box figure{
		margin:20px;
	}
	.wrapper{
		width: 95%;
        height: auto;
		/* height: auto; */
		/* border: 1px solid white; */
		/* padding: 0; */
		/* padding-top: 50px; */
		/* background-color: rgba(0,0,0,0.4); */
		/* padding-bottom: 30px; */
	}
    .slider1, .slider2, .slider3 {
        width: 100%;
    }
	.slider1 img,.slider2 img,.slider3 img{
		width: 70vw;
	}
    .section-1 ul.slick-slider li img {
        max-width: unset;
        width: 100%;
        height: auto;
    }
	.slick-next {
    right: -60px;
	}
	.slick-prev {
    left: -60px;
	}
    #arrowprev,
    #arrownext {
        position: absolute;
        top: 50%;
        width: 20px;
        height: 30px;
        z-index: 2;
    }
    #arrowprev {
        left: 10px;
    }
    #arrownext {
        right: 10px;
    }
}


