@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: #DCF0F7;
background-image: linear-gradient(90deg,#DCF0F7 0%, #EFFFFA 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: 11.92%;
padding-top: 11.54%;
top: -15px;
right: 3%;
background-image: url(../image/index_bg_01.png);
}
.mv .ttl:after{
width: 13.08%;
padding-top: 10.51%;
bottom: -15px;
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: #59BEE2;
}
.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: 18.21%;
padding-top: 17.61%;
top: -15px;
}
.mv .ttl:after{
max-width: 57px;
width: 18.21%;
padding-top: 14.63%;
bottom: 15px;
}
.mv .ttl h1{
font-size: 3rem;
}
}

/*===========================================
intTxt
===========================================*/
.intTxt{
    margin-top: 6%;
}

/*===========================================
linkList
===========================================*/
.linkList{
margin-top: 6%;
}
.linkList .mod_itemList_2_1 .mod_flex > * {
max-width: calc((100% - 41px) / 2);
}
.linkList .data{
position: relative;
border: 2px solid #59BEE2;
border-radius: 8px;
padding: 6.4% 4% 1% 4%;
background: url(../image/index_bg_03.png) center 5% no-repeat;
background-size: 12.8%;
}
.linkList .data a{
display: block;
}
.linkList .btn span{
padding-bottom: 0.5em;
font-size: 2.8rem;
}
.linkList .btn span:before{
top: 1.1em;
background: #59BEE2;
border-color: #59BEE2;
}
.linkList .btn span:after{
top: 1.4em;
border-color: #fff;
}

@media screen and (max-width:767px){
.linkList{
margin-top: 4em;
}
.linkList .mod_itemList_2_1 .mod_flex > * {
max-width: 100%;
}
.linkList .data{
padding: 18.5% 9% 3% 9%;
background-position: center 7%;
background-size: 18.5%;
}
.linkList .data + .data{
margin-top: 20px;
}
.linkList .btn span{
font-size: 2rem;
}
.linkList .btn span:before{
top: 1em;
}
}