@charset "utf-8";
/* -- TOP -- */

.mvWrap{ background: #F7FBF7 url(../img/bg_mv.png) no-repeat top center / 100%; padding: 60px 0 0;}
.mvWrap figure{ text-align: center; display: block;}
.mvWrap .mvInner{ border-image-source: linear-gradient(#22b6aa,#22b6aa); border-image-slice: 0 fill; border-image-outset: 40px 100vw 0; padding: 0 0 40px; max-width: 1040px; width: calc(100% - 40px); margin: auto; align-items: center;}
.mvWrap .mvInner p{ color: white; text-align: left;}
.mvWrap .mvInner .txt{ font-size: 22px; font-weight: bold; margin-bottom: 10px;}
.mvWrap .mvInner .cap{ font-size: 15px; font-weight: bold;}
.mvWrap .mvInner .txtBox{ flex-basis: calc(59% - 30px);}
.mvWrap .mvInner .imgBox{ flex-basis: 41%;}
.tit01{ color: #22b6aa; font-size: 47px; text-align: center;}
.titEn{ color: #22b6aa; font-size: 17px; text-align: center; letter-spacing: 1em; margin: 10px 0 20px;}
.txt{ font-size: 16px;}
.txt a{ text-decoration: underline;}
.txt a:hover{ text-decoration: none;}
.row-2{ background: #F7FBF7 url(../img/bg_01.png) no-repeat top center / cover; padding: 40px 20px; margin-top: 0;}
.row-3{ background: #eee;}
.row-3 .item_wrap{ overflow: hidden}
.row-3 .item_row { display: flex; align-items: center; margin-top: 30px;}
.row-3 .item_list{ display: flex;}
.row-3 .item_list li{ width: calc((100vw - 120px)/6); margin-right: 20px; text-align: center;}
.row-3 .item_list li figure{ display: block;}
.row-3 .item_name{ font-size: 14px;}
.row-3 .cap{ text-align: right; padding: 15px 10px 5px;}
.slide01{ animation: loop-slide 20s infinite linear 1s both;}
.slide02{ animation: loop-slide2 20s infinite linear 1s both;}
@keyframes loop-slide {
  from { transform: translateX(0);}
  to { transform: translateX(-100%); }
}
@keyframes loop-slide2 {
  from { transform: translateX(-100%);}
  to { transform: translateX(0);}
}

.tit02{ font-size: 24px; margin-top: 20px;}
.mapBox{ margin: 60px 0;}
.mapBox iframe{ height: 450px; width: 100%;}

.row-5{ margin-bottom: 80px;}
.row-5 ol{ padding-left: 1.5em;}
.row-5 li{ list-style-type: decimal; font-size: 18px; font-weight: bold;}
.row-5 li:nth-of-type(n+2){ margin-top: 40px;}
.row-5 li p{ font-size: inherit;}
.row-5 .txt_Q{ margin-bottom: 15px;}
.row-5 .txt_A{ font-weight: normal; font-size: 16px;  padding: 15px; background: #f5f5f5; border-radius: 10px;}
.contactBtn{ text-align: center; margin-bottom: 80px;}
.contactBtn a{ display: inline-block; font-size: 18px; padding: 10px 60px; background: #22b6aa; color: #fff; position: relative; font-weight: bold;}
.contactBtn a:before{ content: ''; position: absolute; right: 15px; top: calc(50% - 5px); padding: 10px 10px 0 0; border-top: 1px solid #fff; border-right: 1px solid #fff; transform: rotate(45deg);}
.contactBtn a:hover{ opacity: 0.8;}


.cvBtn{ margin: 40px 0; text-align: center; position: sticky; bottom: 15px; left: 10px; right: 10px;}
.cvBtn a{ display: inline-block; max-width: 700px; width: calc(100% - 40px); padding: 40px; background: #ce435d; box-shadow: 5px 5px 0 #952e42; transition: all .3s; -webkit-transition: all .3s;}
.cvBtn a:hover{ box-shadow: 0 0 0 #952e42; transform: translate( 5px, 5px);}
.cvBtn a:hover img{ opacity: 1;}

/* -------
	media
------- */
@media only screen and (min-width: 768px){
  .flexpc{ display: flex; justify-content: space-between;}
  .txt,
  .tit02{ text-align: center;}
}
@media only screen and (max-width: 767px){
  .mvWrap{ background: url(../img/bg_mv_sp.png) no-repeat top center / 100%; padding: 5px 0 0;}
  .mvWrap .mvInner{ border-image-outset: 20px 100vw 0; padding: 20px 0 40px;}
  .mvWrap .mvInner .txtBox{ margin-bottom: 20px;}
  .tit01 { font-size: 25px;}
  .titEn { font-size: 12px;}
  .row-2{ background: #F7FBF7 url(../img/bg_01_sp.png) no-repeat top center / cover; padding: 40px 20px;}
  .row-3 .item_row { margin-top: 15px;}
  .row-3 .item_list li{ width: calc((100vw - 15px)/3); margin-right: 5px;}
  @keyframes loop-slide {
    from { transform: translateX(0);}
    to { transform: translateX(-200%); }
  }
  @keyframes loop-slide2 {
    from { transform: translateX(-200%);}
    to { transform: translateX(0);}
  }
  .row-3 .item_name{ font-size: 10px;}
  .tit02{ font-size: 18px;}
  .txt{ font-size: 14px;}
  .mapBox{ margin: 40px 0;}
  .mapBox iframe{ height: 350px;}

  .row-5 li{ font-size: 16px;}
  .row-5 li:nth-of-type(n+2){ margin-top: 30px;}
  .row-5 .txt_Q{ margin-bottom: 15px;}
  .row-5 .txt_A{ padding: 15px; font-size: 14px;}
  .cvBtn{ margin: 20px 0; bottom: 10px;}
  .cvBtn a{ width: calc(100% - 20px); padding: 20px 40px;}
}