@charset "UTF-8";
/* base setting */
.site_wrap {
    max-width: 1200px;
    margin: 0 auto;
  }

.mv{
    min-height: 680px;
    position: relative;
}

@media only screen and (max-width: 768px) {
    .mv {
      min-height: 45vh;
      overflow: hidden;
    }
}
.mv .intro{
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),url(/images//forms/mypage/mv.jpg) no-repeat top center/cover;
    width: 100%;
}
.sec {
    padding: 40px 0;
  }
  
.sec h2 {
    font-size: 3.5rem;
    color: #004680;
    text-align: center;
    margin-bottom: 60px;
    border: none;
}

@media only screen and (max-width: 768px) {
    .sec h2 {
      font-size: 2.2rem;
      margin-bottom: 30px;
    }
}

@media print, screen and (min-width: 769px) {
    .mv .intro {
      height: 250px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
    }
}
.mv .intro_inner{
    text-align: center;
    vertical-align: middle;
}
.mv .intro p {
    color: #fff;
    font-weight: bold;
    margin-bottom: 2rem;
    line-height: 1.8;
}
@media print, screen and (min-width: 769px) {
    .mv .intro p {
      font-size: 3.5rem;
    }
}
@media only screen and (max-width: 768px) {
    .mv .intro p {
      font-size: 2.4rem;
      text-align: center;
    }
}
.mv .intro p span{
    font-size: 1.2rem;
}

.flex_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
    .merit {
      padding-left: 10px;
      padding-right: 10px;
      padding-bottom: 0;
      margin-bottom: 2rem;
    }
  }
  
  .merit .site_wrap {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  
  .merit-box {
    position: relative;
  }
  
  @media print, screen and (min-width: 769px) {
    .merit-box {
      max-width: 300px;
      width: calc(100% / 3);
    }
  }
  
  @media print, screen and (min-width: 769px) and (max-width: 1250px) {
    .merit-box {
      width: calc((100% / 3) - 10px);
    }
  }
  
  @media only screen and (max-width: 768px) {
    .merit-box {
      width: 100%;
      margin-bottom: 2rem;
    }
    .merit-box:not(:first-of-type) {
      margin-top: 5vw;
    }
  }
  
  .merit-box_ttl {
    background: #004680;
    border-radius: 10px;
    padding: 15px 10px;
    color: #fff;
    font-size: 2.0rem;
    max-width: calc(375px - 20px);
    width: calc(100% - 20px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    margin: auto;
    position: relative;
    z-index: 1;
  }
  
  @media print, screen and (min-width: 769px) and (max-width: 1250px) {
    .merit-box_ttl {
      font-size: 1.7rem;
    }
  }
  
  @media only screen and (max-width: 768px) {
    .merit-box_ttl {
      width: calc(60% - 20px);
      font-size: 1.5rem;
      margin-left: 0;
      padding: 15px;
    }
  }
  
  .merit-box_ttl > img{
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  
  .merit-box > img {
    margin-top: -30px;
    z-index: -1;
  }
  @media only screen and (max-width: 768px) {
    .merit-box > img {
        max-width: 50%;
        right: 0;
        top: 50%;
        transform: translateY(-25%);
        position: absolute;
    }
  }
  .merit .btn {
    margin: 35px auto 0;
    text-align: center;
  }
  
  @media print, screen and (min-width: 769px) {
    .merit .btn {
      width: 370px;
    }
  }