@charset "UTF-8";
/* CSS Document */
.flexBox{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.mv-wrapper{
	width: 100vw;
	height: 0;
	padding-top: 35%;
	position: relative;
}
#mv{
	height: 100%;
	width: 80%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 30;

}
#mv img{
	position: absolute;
	left: -125px;
	top: 50%;
}

.mv-wrapper p{
	transform: rotate(-90deg);
	position: absolute;
	top: 300px;
	left: -100px;
	padding-right: 8px;
	z-index: 50
}
.mv-wrapper p::after{
	content: "";
	background-color: #000;
	width: 96px;
	height: 1px;
	display: inline-block;
	margin: 0 0 4px 8px;
}
.cont-wrapper{
	max-width: 994px;
	margin: 100px auto 110px;
	padding-left: 15%;
}
h2{
	font-size: 24.5px;
	font-weight: bold;
	font-family: 'Noto Sans JP';
	position: relative;
	margin-bottom: 40px;
}
h2::before{
	content: "";
	position: absolute;
	top: 0;
	left: -20%;
	background-repeat: no-repeat;
	display: block;
}
.btn-line{
	position: relative;
}
.btn-line::after{
	 content: "";
    background-color: #fff;
    width: 35px;
    height: 2px;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -40px;;
}

/*formリセット*/
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type='checkbox'],
input[type='radio'] {
  display: none;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}

@media screen and (min-width:1700px){
	.cont-wrapper{
		padding-left: 0;
	}
}
@media screen and (max-width:1250px){
	.mv-wrapper{
		padding-top: 45%;
	}
	#mv img{
		width: 200px;
		height: auto;
		left: -90px;
	}
}
@media screen and (max-width:1200px){
	h2::before{
		left: -13%;
	}
}
@media screen and (max-width:1024px){
	.mv-wrapper p{
		transform:rotate(0);
		position: static;
		padding: 5px 0 0 20px;
		font-size: 16px;
	}
	#mv img{
		width: 200px;
		top: 120%;
		left: 50%;
		transform: translateX(-50%);
	}
	#mv{
		width: 100%;
	}
	.cont-wrapper{
		margin: 220px auto ;
		padding: 0 20px;
	}
		h2::before{
		left: 150px;
	}
}

@media screen and (max-width:870px){
	#mv{
		width: 100%;
	}
	.mv-wrapper{
		padding-top: 50%;
	}
	.mv-wrapper p{
		top: 110%;
	}
	.mv-wrapper p::after{
		width: 70px;
	}

}
@media screen and (max-width:767px){
	.cont-wrapper{
	margin: 170px auto ;
	}
	.mv-wrapper p{
		font-size: 14px;
		top: 110%
	}
	h2{
	font-size: 20px;
	}
	h2::before{
		left: 120px;
		top: 5px;
	}
	.flexBox{
		display: block;
	}
	

}

@media screen and (max-width:500px){
	.mv-wrapper p{
	top: 140%;
	}
	#mv img{
		top: 130%;
	}

	
}