@charset "utf-8";

body {
	margin: 0;
}

img{
	width: 100%;
	vertical-align:top;
}

.pc {
	display: block;
}
.sp {
	display: none;
}

@media screen and (max-width:768px){

	.pc {
		display: none;
	}
	.sp {
		display: block;
	}

}

/*--------------------------------------------------------------
/wrapper/
--------------------------------------------------------------*/



#wrapper{
	background: #fff;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.wrapper_inner{
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding:0;
	text-align: center;
	color: #000000;
	box-sizing: border-box;
}

#wrapper .mv{
	background: url("../img/back.png") no-repeat center top;
	background-size: 100%;
	height: 832px;
	position: relative;
}

@media screen and (max-width:768px){
	#wrapper .mv{
		background: none;
		background-size: 100%;
		height: auto;
		margin-top: 10px;
	}
}

#wrapper .mv a {
    width: 270px;
    height: auto;
    position: absolute;
    right: 20px;
    bottom: 309px;
}

@media screen and (max-width:768px){
	#wrapper .mv a {
        width: 45.35%;
        height: auto;
        position: absolute;
        right: 4%;
        bottom: 16%;
	}
}

#wrapper .section1 {
	width:calc(100% - 100px);
	padding: 50px;
	margin: -280px auto 20px auto;
	box-sizing: border-box;
	background-color: #eeeef6;
	position: relative;
	z-index: 1;
}

@media screen and (max-width:768px){
	#wrapper .section1 {
		width:100%;
		padding: 20px;
		margin: 0 auto 20px auto;
		box-sizing: border-box;
		background-color: #eeeef6;
		position: relative;
		z-index: 2;
	}
}

#wrapper .section2{
	position: relative;
}

#wrapper .section2 ul{
	position: absolute;
	top: 230px;
	left: 2%;
	z-index: 1;
	display: flex;
	justify-content: space-around;
	width: 96%;
}
#wrapper .section2 ul li {
	width: 32%;
}

@media screen and (max-width:768px){
	#wrapper .section2 ul{
		position: absolute;
		top: 23%;
		left: 2%;
		z-index: 1;
		display: flex;
		flex-direction: column;
		width: 96%;
	}
	#wrapper .section2 ul li {
		width: 100%;
		margin-bottom: 5px;
	}
}

#wrapper .section3{
	margin-top: 50px;
}

#wrapper .section4{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

@media screen and (max-width:768px){
	#wrapper .section4 {
		padding: 0 20px 0 20px;
		flex-direction: column;
	}
}

#wrapper .section4 a {
	width: 32%;
	display: block;
	margin: 20px 0 20px 0;
}

@media screen and (max-width:768px){
	#wrapper .section4 a {
		width: 100%;
		display: block;
		margin: 20px 0 20px 0;
	}
}

#wrapper .section5 {
	width: 66%;
	margin: 0 0 50px auto;
}

.inner{
	padding: 0 20px;
}

.inner span{
	color: #da0026;
}
