.sub_mv > div > div{
  background: url(./images/mv/pc/mv_age.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_age.jpg) no-repeat;
		background-size: cover;
		background-position: center;
  }
}


.age_group{
  padding: 0 20px;
  line-height: 1.66;
  margin-bottom: 50px;
}
.age_group > div{
  width: 100%;
  margin: 0 auto 70px;
  display: flex;
  justify-content: center;
}
.age_group > div > div{
  padding: 0 30px;
}
.age_group > div > div img{
  max-width: 100%;
}
.age_group > p{
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .age_group > div{
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 480px) {
  .age_group{
    margin-bottom: 20px;
  }
  .age_group > div{
    margin: 0 auto 30px;
  }
  .age_group > div > div{
    padding: 0 15px;
  }
  .age_group > p{
    font-size: 14px;
  }
}



.age{
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  line-height: 1.66;
}
.age > div{
  position: relative;
  padding: 0 20px;
  margin-bottom: 150px;
}
.age > 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;
}
.age.children > .rt:before{
  position: absolute;
  right: 0;
  top: 6%;
}
.age.children > .lt:before{
  position: absolute;
  left: 0;
  top: 6%;
}
.age.adults > .rt:before{
  position: absolute;
  right: 0;
  top: 15%;
}
.age.adults > .lt:before{
  position: absolute;
  left: 0;
  top: 15%;
}
.age_info{
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
}
.children .age_info:nth-of-type(1){
  margin: 0 auto 70px;
}
.age_img{
  width: 50%;
  line-height: 0;
}
.age_img img{
  max-width: 100%;
}
.age_txt{
  box-sizing: content-box;
  width: 50%;
  padding: 50px;
  background-color: #fff;
  border-radius: 20px 0 20px 0;
  margin-top: 12%;
  margin-left: -5%;
}
.age_txt h3{
  font-size: 30px;
  margin-bottom: 50px;
}
.age_txt > div{
  display: flex;
  justify-content: space-between;
}
.age_info.reverse{
  flex-direction: row-reverse;
}
.age_info.reverse .age_txt{
  margin-left: 0;
  margin-right: -5%;
}
@media screen and (max-width: 1000px) {
  .age_txt{
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .age_info{
    display: block;
    width: 80%;
  }
  .age_img{
    width: 100%;
  }
  .age_txt{
    width: 100%;
    box-sizing: border-box;
    margin-top: 0;
    margin-left: 0;
    border-radius: 0 0 20px 0;
  }
  .age_txt h3{
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px){
  .age > div{
    margin-bottom: 50px;
  }
  .age.children > div:before{
    height: 96%;
  }
  .age.adults > div:before{
    height: 90%;
  }
  .age_info{
    width: 100%;
  }
  .children .age_info:nth-of-type(1){
    margin: 0 auto 30px;
  }
  .age_txt{
    padding: 30px 20px;
  }
  .age_txt h3{
    font-size: 16px;
    margin-bottom: 20px;
  }
  .age_txt p{
    font-size: 14px;
  }
}
@media screen and (max-width: 480px){
  .age_txt h3{
    font-size: 15px;
    margin-bottom: 20px;
  }
}


.two_type{
  line-height: 1.66;
  padding: 0 20px;
}
.two_type > div{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 70px;
  display: flex;
  justify-content: space-between;
}
.two_type > div > div{
  width: calc(100%/2 - 3%);
  padding: 40px 30px;
  border: 3px solid #4c8cd2;
  border-radius: 10px 0 10px 0;
}
.two_type > div > div img{
  display: block;
  max-width: 100%;
  margin: 0 auto 30px;
}
.two_type > div > div h3{
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  background: linear-gradient(-90deg,rgb(76, 140, 210),
	rgb(85, 172, 224));
  -webkit-background-clip: text;
  color: transparent;
  margin-bottom: 30px;
}
@media all and (-ms-high-contrast: none){
  .two_type > div > div h3 {
    background: #fff;
    color: rgb(76, 140, 210);
  }
}
@media screen and (max-width: 768px){
  .two_type > div{
    width: 70%;
    display: block;
  }
  .two_type > div > div{
    width: 100%;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 480px){
  .two_type > div{
    width: 100%;
    margin: 0 auto 30px;
  }
  .two_type > div > div{
    margin-bottom: 30px;
    padding: 20px;
  }
  .two_type > div > div img{
    margin: 0 auto 20px;
  }
  .two_type > div > div h3{
    font-size: 16px;
    margin-bottom: 20px;
  }
  .two_type > div > div p{
    font-size: 14px;
  }
}


.many_benefits{
  padding: 0 20px;
  margin-bottom: 70px;
}
.many_benefits > ul{
  line-height: 1.66;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  border: 3px solid #4c8cd2;
  border-radius: 10px 0 10px 0;
  padding: 2% 5%;
}
.many_benefits > ul li{
  font-size: 18px;
  padding-left: 2em;
	text-indent: -2em;
  margin-bottom: 0.5rem;
}
.many_benefits > ul li:last-child{
  margin-bottom: 0;
}
.many_benefits > ul li::before{
  content: "";
  display: inline-block;
  width: 20px;
  height: 17px;
  margin-right: 1rem;
  background: url(../mdg01/images/common/check_icon_03.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px){
  .many_benefits > ul{
    width: 70%;
  }
}
@media screen and (max-width: 480px){
  .many_benefits{
    margin-bottom: 30px;
  }
  .many_benefits > ul{
    width: 100%;
    padding: 20px;
  }
  .many_benefits > ul li{
    font-size: 14px;
    padding-left: 1.5em;
    text-indent: -1.5em;
  }
  .many_benefits > ul li::before{
    margin-right: 0.5rem;
    width: 15px;
    height: 13px;
  }
}


.btn_in_age{
  margin-bottom: 70px;
}
@media screen and (max-width: 480px){
  .btn_in_age{
    margin: 50px 0 30px 0;
  }
  .btn_in_age .btn_01{
    width: 70%;
  }
}


.reserve{
	width: 100%;
	background: url(./images/common/reserve_bg.png) no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 100px 20px;
}
.reserve img{
	max-width: 100%;
	display: block;
	margin: 0 auto 50px;
}
.reserve > div{
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
}
.reserve > div h2{
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	padding-bottom: 50px;
	line-height: 1.5;
}
.reserve > div p{
	color: #fff;
  text-align: center;
	line-height: 1.87;
	padding-bottom: 30px;
}
.reserve .btn_02{
  border: 2px solid #fff;
}
@media screen and (max-width: 768px){
	.reserve{
		padding: 50px 20px;
	}
}
@media screen and (max-width: 480px){
	.reserve{
		padding: 30px 20px 20px;
	}
	.reserve img{
		max-width: 150px;
		margin: 0 auto 30px;
	}
	.reserve > div h2{
		font-size: 16px;
		padding-bottom: 30px;
	}
	.reserve > div p{
		line-height: 1.5;
		font-size: 14px;
	}
}


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