@charset "UTF-8";

.contents_mv{
  width: 100%;
  height: 25.5rem;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.contents_inner{
  margin: 0 auto;
  padding: 6rem 0 4rem;
  text-align: center;
  width: 114rem;
}
.contents_flex{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 5rem auto 0;
  background-color: #FFFFFF;
	border-radius: 2rem;
	box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.2);
}
.contents_flex:last-of-type{
  margin-bottom: 11rem;
}
.contents_flex + .contents_flex{
  margin-top: 2rem;
}
.contents_flex .textbox{
  padding: 0 4.5rem;
}
.contents_flex .textbox > h2{
  color: #E3007F;
  font-size: 3.3rem;
  font-weight: bold;
  line-height: 1.44;
}
.contents_flex .textbox > h2.l-text{
  letter-spacing: -0.1rem;
}
.contents_flex .textbox > h2 span{
  font-size: 2rem;
  vertical-align: text-top;
}
.contents_flex .textbox > p{
  letter-spacing: -0.06rem;
  line-height: 2;
  margin-top: 2rem;
}
.contents_flex .textbox > .text-s{
  font-size: 1.4rem;
  line-height: 1.928;
  margin-top: 1.5rem;
}
.contents_wrap{
	background-color: #FFFFFF;
	border-radius: 2rem;
	box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.2);
	margin: 6rem auto 10rem;
	padding: 9.5rem 10rem 13rem;
}

@media screen and (max-width: 767px) {
  .contents_mv{
    height: 33.5vw;
	  background-size: 100%;
  }
  .contents_inner{
    padding: 2rem 1.5rem 3rem;
    width: 100%;
  }
  .contents_flex{
    display: block;
    margin: 2rem auto 0;
  }
  .contents_flex:last-of-type{
    margin-bottom: 3rem;
  }
  .contents_flex + .contents_flex{
    margin-top: 1rem;
  }
  .contents_flex .textbox{
    padding: 1.5rem 2rem 2rem;
  }
  .contents_flex .textbox > h2{
    font-size: 1.7rem;
    letter-spacing: -0.04rem;
    line-height: 1.2;
    text-align: center;
  }
  .contents_flex .textbox > h2 span{
    font-size: 1.2rem;
  }
  .contents_flex .textbox > p{
    font-size: 1.3rem;
    letter-spacing: -0.04rem;
    line-height: 1.538;
    margin-top: 1rem;
  }
  .contents_flex .textbox > .text-s{
    font-size: 1.1rem;
    line-height: 1.636;
    margin-top: .6rem;
  }
  .contents_wrap{
    margin: 2rem auto 3rem;
    padding: 2rem 2rem 3.5rem 2rem;
  }
}