@charset "utf-8";
/* CSS Document */
.btn-01{
	text-align: center;
}
.btn-01 a {
    display: inline-block;
    padding: 10px 70px;
    font-size: 20px;
    font-size: 2rem;
    box-sizing: border-box;
    background-color: #FF7BA5;
	color: #fff;
    border-radius: 8px;
	max-width: 350px;
	height: 50px;
	line-height: 1.5;
}
.f-reverse{
	flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
}
.swiper-container img{
	width: 100%;
}
.heading {
    color: #fff;
	background-color: #FF7BA5;
    padding: 40px 0;
    margin-bottom: 0;
}
.first{
	padding: 5vh 0;
}
.first_item1 figure{
	text-align: center;
	margin-bottom: 50px;
}
.first h3{
	text-align: left;
	max-width: 100%;
	padding: 15px 25px;
	margin-bottom: 50px;
	font-size: 24px;
	font-size: 2.4rem;
	color: #fff;
	background-color:#051963;
}
.first_item1 > p{
	font-size: 23px;
	font-size: 2.3rem;
	max-width: 800px;
	margin: 0 auto 15px;
	color: #002774;
}
.first_item1 .mg-bt-10{
	margin-bottom: 10vh;
}
.first_item1 .text p{
	max-width: 800px;
	margin: 0 auto 5vh;
}
.first_item2 > p{
	font-size: 19px;
	font-size: 1.9rem;
}
.merit h4{
	font-size: 22px;
	font-size: 2.2rem;
	color: #002774;
	font-weight: normal;
	line-height: 1.3;
	margin-bottom: 20px;
}
.merit .merit_item{
	padding: 5vh 0;
}
.merit .merit_item.item1{
	background-color: #FFE8EF;
}
.merit .merit_item .flex{
	align-items: flex-start;
	-webkit-align-items: flex-start;
}
.merit_item .text,
.merit_item figure {
	width: 48%;
}
.merit_item figure img {
	width: 100%;
}

@media screen and (max-width: 767px){
.first_item1 .mg-bt-10{
	margin-bottom: 5vh;
}
.heading {
    padding: 20px 0;
	font-size: 23px;
	font-size: 2.3rem;
}
.first {
    padding: 5vh 0 10vh;
}
.first h3{
	margin-bottom: 30px;
    line-height: 1.3;
    font-size: 20px;
    font-size: 2rem;
    font-weight: normal;
}
.first_item1 figure{
	margin-bottom: 30px;
}
.first_item1 figure img {
	width: 100%;
}
.first_item1 .text p {
    margin: 0 auto 30px;
	font-size: 14px;
	font-size: 1.4rem;
	font-size: 1;
}
.first_item1 > p {
    font-size: 16px;
    font-size: 1.6rem;
}
.first_item1 .item1{
	margin-bottom: 5vh;
}
.merit_item .text,
.merit_item figure {
	width: 100%;
}
.first_item2 > p {
    font-size: 15px;
    font-size: 1.5rem;
}
.inner1000 {
    padding: 0 45px;
}
.merit_item .text p{
	margin-bottom: 5vh;
	font-size: 14px;
	font-size: 1.4rem;
}
.merit h4 {
    font-size: 4.3vw;
    line-height: 1.8;
}
.btn-01 a {
    padding: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    box-sizing: border-box;
    height: 36px;
    width: 100%;
	line-height: 1;
}
	
	
	
}