@charset "UTF-8";

/*
---------------------------------------------------------*/


.ttl04 {
  font-size: 28px;
  color: #006747;
  position: relative;
  z-index: 1;
  padding: 17px 0;
  margin: 0 0 61px;
  font-weight: 400;
  letter-spacing: 1px;
  position: relative;
}
.ttl04:before {
  content: "";
  z-index: 1;
  position: absolute;
  border-bottom: 1px solid #006747;
  top: 50%;
  right: 0;
  left: 249px;
}

.ttl042 {
  font-size: 28px;
  color: #006747;
  position: relative;
  z-index: 1;
  padding: 17px 0;
  margin: 0 0 61px;
  font-weight: 400;
  letter-spacing: 1px;
  position: relative;
}
.ttl042:before {
  content: "";
  z-index: 1;
  position: absolute;
  border-bottom: 1px solid #006747;
  top: 50%;
  right: 0;
  left: 350px;
}

.catch01 {
  font-size: 16px;
  /*margin: 0 0 90px 0; å„ãƒšãƒ¼ã‚¸å€‹åˆ¥ã«æŒ‡å®š*/
}

.mainv_page {
  height: 70vh;
  min-height: 670px;
  padding: 0 0 0 17.2%;
  margin: 0 0 100px auto;
  position: relative;
}
.mainv_page_photo {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  height: 100%;
  width: 100%;
}

/* 
@keyframes catch {
  0% {
    bottom: ;
    opacity: 0;
  }
  100% {
    bottom: ;
    opacity: 1;
  }
}
*/

/* catch */
.mainv_page_catch {
  opacity: 0;
  position: absolute;
  left: 0;
  -webkit-animation: catch 1000ms ease 0.5s forwards;
     -moz-animation: catch 1000ms ease 0.5s forwards;
       -o-animation: catch 1000ms ease 0.5s forwards;
          animation: catch 1000ms ease 0.5s forwards;
}
.mainv_page_catch_bg {
  display: inline-block;
  /*max-width: 580px;*/
  padding: 50px 100px;
  background-color: #FFF;
  letter-spacing: 2px;
  font-size: 28px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
}
.mainv_page_catch small {
  display: block;
  margin-top: 20px;
  letter-spacing: 0;
  font-size: 12px;
  font-family: 'Overpass', sans-serif;
}

/* mainWidth */
.mainInner5 {
  max-width: 1024px;
  margin: 0 auto;
}

/* display */
.dis-table {
  display: table;
  width: 100%;
  height: 100%;
}
.dis-table .cell {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}


/*---------------------------------------------------------
  
---------------------------------------------------------*/
@media screen and (max-width: 1024px) and (orientation: portrait) ,screen and (max-width: 838px) and (orientation: landscape) {
  /*
  ---------------------------------------------------------*/


  .ttl042,
  .ttl04 {
    font-size: 16px;
    color: #006747;
    position: relative;
    z-index: 1;
    padding: 17px 0;
    margin: 0 0 15px;
    text-align: center;
    font-weight: 400;
    letter-spacing: 0;
    position: relative;
  }

  .ttl042:before,
  .ttl042:after,  
  .ttl04:before,
  .ttl04:after {
    content: "";
    z-index: 1;
    position: absolute;
    border-bottom: 1px solid #006747;
    top: 50%;
  }

  .ttl042:before,  
  .ttl04:before {
    left: calc(50% + 50px);
    right: 0;
  }

  .ttl042:after,  
  .ttl04:after {
    right: calc(50% + 50px);
    left: 0;
  }
  .ttl042 span,  
  .ttl04 span {
    background: #fff;
    z-index: 4;
    position:  relative;
    padding: 0 18px;
  }

  .catch01 {
    font-size: 12px;

  }

  /* ä¸‹å±¤mainv */
  .mainv_page {
    height: 35vh;
    min-height: 215px;
    padding: 0 0 0 0;
    margin: 0 4% 150px;
    position: relative;
  }
  .mainv_page_photo {
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    height: 100%;
    width: 100%;
  }

  /*
  @keyframes catch {
    0% {
      bottom: ;
      opacity: 0;
    }
    100% {
      bottom: ;
      opacity: 1;
    }
  }
  */

  /* catch */
  .mainv_page_catch {
    opacity: 0;
    position: absolute;
    text-align: center;
    left: 3%;
    right: 3%;
    width: auto;
    -webkit-animation: catchSP 1000ms ease 0.5s forwards;
    -moz-animation: catchSP 1000ms ease 0.5s forwards;
    -o-animation: catchSP 1000ms ease 0.5s forwards;
    animation: catchSP 1000ms ease 0.5s forwards;
  }
  .mainv_page_catch_bg {
    display: block;
    /* max-width: 100%; */
    text-align: left;
    padding: 30px 25px;
    /* margin: 0 10px; */
    background-color: #FFF;
    letter-spacing: 1px;
    font-size: 14px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 400;
    line-height: 1.6;
    -webkit-box-shadow: 3px 3px 6px 0 #dbdcdc;
    box-shadow: 3px 3px 6px 0 #dbdcdc;
  }
  .mainv_page_catch small {
    display: block;
    margin-top: 8px;
    letter-spacing: 0;
    font-size: 10px;
    font-family: 'Overpass', sans-serif;
  }
}
