.sub_mv > div > div{
  background: url(./images/mv/pc/mv_menu.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
	.sub_mv > div > div{
		background: url(./images/mv/sp/mv_menu.jpg) no-repeat;
		background-size: cover;
		background-position: center;
  }
}


.intro{
  text-align: center;
  padding: 0 20px;
  margin-bottom: 50px;
}
.intro h3{
  font-size: 24px;
  padding-bottom: 20px;
}
.intro p{
  font-size: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 480px) {
  .intro h3{
    font-size: 16px;
  }
  .intro p{
    font-size: 14px;
  }
}


.menu_list{
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  line-height: 1.66;
}
.menu_list > div{
  position: relative;
  padding: 0 20px;
  margin-bottom: 170px;
}
.menu_list > div:before{
  content: "";
  background: linear-gradient(90deg, rgb(85, 172, 224,0.15) 0%, #ffffff 50%, rgb(76, 140, 210,0.15) 100%);
  width: 100%;
  max-width: 1480px;
  height: 100%;
  z-index: -1;
}
.menu_list > div:nth-child(2n-1):before{
  position: absolute;
  right: 0;
  top: 15%;
}
.menu_list > div:nth-child(2n):before{
  position: absolute;
  left: 0;
  top: 15%;
}
.menu_info{
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
}
.menu_img{
  width: 50%;
  line-height: 0;
}
.menu_img img{
  max-width: 100%;
}
.menu_txt{
  position: relative;
  box-sizing: content-box;
  width: 50%;
  padding: 70px 50px 50px;
  background-color: #fff;
  border-radius: 20px 0 20px 0;
  margin-top: 12%;
  margin-left: -5%;
}
.menu_txt > img{
  max-width: 100%;
  position: absolute;
  top: -4%;
  right: 50px;
}
.menu_list > div:nth-child(2) .menu_txt > img{
  right: unset;
  left: 50px;
}
.menu_list > div:last-child .menu_txt > img{
  top: -9%;
}
.menu_txt h3{
  font-size: 30px;
  margin-bottom: 50px;
}
.menu_txt p{
  margin-bottom: 40px;
}
.menu_list .btn_02{
  height: 60px;
  font-size: 16px;
}
.menu_info.reverse{
  flex-direction: row-reverse;
}
.menu_info.reverse .menu_txt{
  margin-left: 0;
  margin-right: -5%;
}
@media screen and (max-width: 1000px) {
  .menu_txt{
    padding: 40px 20px 20px;
  }
  .menu_txt > img{
    right: 20px;
  }
  .menu_list > div:nth-child(2) .menu_txt > img{
    left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .menu_info{
    display: block;
    width: 80%;
  }
  .menu_img{
    width: 100%;
  }
  .menu_txt{
    width: 100%;
    box-sizing: border-box;
    margin-top: 0;
    margin-left: 0;
    border-radius: 0 0 20px 0;
  }
  .menu_list > div:nth-child(2) .menu_txt > img{
    left: unset;
    right: 20px;
  }
  .menu_txt h3{
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px){
  .menu_list > div{
    margin-bottom: 75px;
  }
  .menu_list > div:before{
    height: 90%;
  }
  .menu_info{
    width: 100%;
  }
  .menu_txt{
    padding: 30px 20px 20px;
  }
  .menu_txt > img{
    top: -10px;
    height: 20px;
  }
  .menu_list > div:last-child .menu_txt > img{
    top: -7%;
    height: 50px;
  }
  .menu_txt h3{
    font-size: 16px;
    margin-bottom: 20px;
  }
  .menu_txt p{
    font-size: 14px;
    margin-bottom: 20px;
  }
}


.book{
	padding: 0 0 70px 0;
}
.book .btn_02{
	margin-bottom: 100px;
}
.book div{
	text-align: center;
}
.book div img{
	max-width: 100%;
}
@media screen and (max-width: 480px){
	.book{
		padding: 0 0 30px 0;
	}
	.book .btn_02{
		margin-bottom: 30px;
	}
	.book div img{
		max-width: 100px;
	}
}