@charset 'UTF-8';
/*===========================================
mv
===========================================*/
.mv{
position: relative;
}
.mv:after,
.mv:before{
content: '';
display: block;
width: 100%;
}
.mv:before{
position: relative;
height: 0;
padding-top: 28.18%;
background-color: #FCF6EE;
background-image: linear-gradient(90deg,#FCEAEE 0%, #FCF6EE 100%);
}
.mv:after{
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 0;
padding-top: 20.86%;
background: url(../image/index_mv_01.jpg) top center no-repeat;
background-size: cover;
}
.mv .mv_wrap{
display: flex;
align-items: flex-end;
justify-content: center;
margin: 0 20px;
z-index: 1;
}
.mv .mv_inner{
width: 100%;
max-width: 780px;
margin-top: -14%;
z-index: 1;
}
.mv .ttl{
position: relative;
border-top-right-radius: 10px;
border-top-left-radius: 10px;
padding: 3.5em 20px 3.5em 20px;
background: #fff;
}
.mv .ttl:before,
.mv .ttl:after{
content: '';
display: block;
position: absolute;
height: 0;
background: center no-repeat;
background-size: contain;
}
.mv .ttl:before{
width: 15%;
padding-top: 9.74%;
top: -30px;
right: 3%;
background-image: url(../image/index_bg_01.png);
}
.mv .ttl:after{
width: 10.26%;
padding-top: 8.46%;
bottom: -20px;
left: 3%;
background-image: url(../image/index_bg_02.png);
}
.mv .ttl h1{
position: relative;
padding-bottom: 24px;
font-size: 3.4rem;
text-align: center;
}
.mv .ttl h1:after{
content: '';
display: block;
position: absolute;
width: 64px;
height: 2px;
bottom: 0;
left: 0;
right: 0;
margin: auto;
background-color: #EC7992;
}
.mv .ttl span{
display: inline-block;
}

@media screen and (max-width:767px){
.mv:before{
padding-top: 72.26%;
}
.mv:after{
padding-top: 56.26%;
background-image: url(../image/index_mv_01_sp.jpg);
}
.mv .mv_wrap{
align-items: flex-start;
}
.mv .mv_inner{
margin-top: -35%;
}
.mv .ttl{
border-radius: 10px;
padding: 3.5em 20px 3.5em 20px;
}
.mv .ttl:before{
max-width: 76px;
width: 28.57%;
padding-top: 18.73%;
top: -15px;
}
.mv .ttl:after{
max-width: 57px;
width: 19.05%;
padding-top: 15.87%;
bottom: 0px;
}
.mv .ttl h1{
font-size: 3rem;
}
}

/*===========================================
improve
===========================================*/
.improve .ttl.mod_ttl_02{
margin-top: 6%;
}
.improve .ttl:after{
background-color: #EC7992;
}
.improve .txt{
margin-top: 2em;
}

/*===========================================
mod_itemList_4_2
===========================================*/
.mod_itemList_4_2 .mod_flex > * {
max-width: 21.4%;
}
.mod_itemList_4_2 .list{
margin-top: 2em;
border: 2px solid #EC7992;
border-radius: 10px;
padding: 1em;
}
.mod_itemList_4_2 .list a {
display: block;
}
.mod_itemList_4_2 .list .mod_img{
width: 90%;
margin: auto;
}
.mod_itemList_4_2 .list .mod_img .img img{
width: 50%;
margin: auto;
}
.mod_itemList_4_2 .list h2{
display: block;
position: relative;
padding: 0.75em 0;
padding-right: calc(25px + 0.5em);
font-weight: bold;
text-align: left;
text-decoration: none;
}
.mod_itemList_4_2 .list h2::before{
content: "";
display: block;
position: absolute;
top: 1em;
right: 0;
width: 25px;
height: 25px;
border: 1px solid #ddd;
border-radius: 25px;
background: #EC7992;
}
.mod_itemList_4_2 .list h2::after{
content: "";
display: block;
position: absolute;
transform: rotate(45deg);
top: 1.5em;
right: 10px;
width: 7px;
height: 7px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
}
.mod_itemList_4_2 .list .mod_itemList_2_1 {
padding:16% 0;
}
.mod_itemList_4_2 .list .mod_itemList_2_1 .mod_flex > * {
flex-basis: calc(100% / 2);
max-width: 100%;
margin-right: 0%;
}
.mod_itemList_4_2 .list .mod_itemList_2_1 .mod_img{
width: 100%;
}
@media screen and (max-width:767px){
.mod_itemList_4_2 .mod_flex > * {
max-width: 100%;
}
.mod_itemList_4_2 .list .mod_itemList_2_1 .mod_flex > * {
flex-basis: calc(100% / 2);
}
.mod_itemList_4_2 .list .mod_itemList_2_1 .mod_flex > *:nth-of-type(n + 2) {
margin-top: 0px;
}
}
/*===========================================
contact
===========================================*/
.contact{
max-width: 580px;
margin: 8% auto 0 auto;
border-radius: 10px;
background-color: #FCEAEE;
background-image: linear-gradient(90deg,#FCEAEE 0%, #FCF6EE 100%);
}
.contact .contact_wrap{
padding: 40px;
}
.contact .ttl{
position: relative;
padding-top: 45px;
font-size: 2.8rem;
text-align: center;
}
.contact .ttl:before{
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
width: 62px;
height: 20px;
margin: auto;
background: url(../image/index_bg_03.png) center no-repeat;
background-size: contain;
}
.contact .ttl > *{
font-weight: bold;
}
.contact .txt{
position: relative;
margin-top: 1em;
padding-top: 100px;
text-align: center;
}
.contact .txt:before{
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
width: 80px;
height: 80px;
margin: auto;
background: url(../image/index_icon_01.svg) center no-repeat;
background-size: contain;
}
.contact .btn{
max-width: 383px;
margin: 2em auto 0 auto;
}
.contact .btn a{
border: none;
border-radius: 10px;
padding: 1em;
font-size: 2rem;
background: #EC7992;
}

@media screen and (max-width:767px){
.contact{
margin-top: 20%;
}
.contact .contact_wrap{
padding: 30px 20px;
}
.contact .ttl{
font-size: 2.4rem;
}
}