@charset "UTF-8";
.tit01 {
  color: #A3A3A3;
  font-size: 32px;
  letter-spacing: 0.03em;
  position: relative;
  padding: 0 50px 0 0;
  display: inline-block;
  line-height: 1em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}



.btn02 {
  max-width: 312px;
  width: 100%;
  padding: 22px;
  font-size: 15px;
  border-radius: 10px;
  background: #383838;
  color: #fff;
  display: block;
  box-sizing: border-box;
  box-shadow: 0px 0px 15px 0px #D7D8D8;
  transition: .5s;
}

.btn02 p {
  max-width: 225px;
  width: 100%;
  margin: auto;
  position: relative;
}

.btn02:hover {
  opacity: .7;
  transition: .5s;
}

.btn02 p:after {
  content: "";
  width: 44px;
  height: 6px;
  background: url(../img/arrow.svg)no-repeat center;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.pt-90 {
  padding-top: 90px;
}
.mt-90 {
  margin-top: 90px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-50 {
  margin-top: 50px!important;
}
.mt-40 {
  margin-top: 40px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-20 {
  margin-top: 20px;
}
header .h_nav_box a{
  /*線の基点とするためrelativeを指定*/
position: relative;
}
.active{
  /*線の基点とするためrelativeを指定*/
position: relative;
}

header .h_nav_box a::after {
  content: '';
  /*絶対配置で線の位置を決める*/
  position: absolute;
  bottom: -5px;
  left: 0;
  /*線の形状*/
  width: 100%;
  height: 1px;
  background: #D0D0D0;
  /*アニメーションの指定*/
  transition: all .3s;
  transform: scale(0, 1);/*X方向0、Y方向1*/
  transform-origin: left top;/*左上基点*/
}

header .h_nav_box a:hover::after {
  transform: scale(1, 1);/*X方向にスケール拡大*/
}
.active::after {
  content: '';
  /*絶対配置で線の位置を決める*/
  position: absolute;
  bottom: -5px;
  left: 0;
  /*線の形状*/
  width: 100%;
  height: 1px;
  background: #D0D0D0;
  transform: scale(1, 1)!important;/*X方向にスケール拡大*/
  transition: all 0!important;
}

.f_nav_link2{
    /*線の基点とするためrelativeを指定*/
  position: relative;
}

.f_nav_link2::after {
    content: '';
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: -5px;
    left: 0;
    /*線の形状*/
    width: 100%;
    height: 1px;
    background: #D0D0D0;
    /*アニメーションの指定*/
    transition: all .3s;
    transform: scale(0, 1);/*X方向0、Y方向1*/
    transform-origin: left top;/*左上基点*/
}

.f_nav_link2:hover::after {
    transform: scale(1, 1);/*X方向にスケール拡大*/
}
br.brSp {
  display: block;
}
br.brPc {
  display: none;
}
.and_txt {
  font-size: 14px;
  color: #919191;
}
.loop_shadow {
  padding-left: 20px;
  overflow-x: hidden;
  max-width: 97.2%;
  margin: auto;
  border-radius: 10px;
  padding-right: 20px;
}
          /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  @media screen and (max-width:768px) {

    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
    .cmn_contact_area {
      flex-flow: column;
    }
    
    p.cmn_contact_txt {
      text-align: center;
      font-size: 16px;
      margin-bottom: 20px;
    }
    .loop_shadow {
      max-width: 95%;
      margin: auto;
  }
    /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
    
    } /* max-width: 768px ここまで */
    
    /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
              /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  @media screen and (max-width:544px) {

    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
    br.brSp {
      display: none;
  }
  br.brPc {
    display: block;
  }
  .tit01 {
    font-size: 25px;
    text-align: center;
    display: block;
    margin: auto;
    text-align: center;
    padding: 0;
}
.pt-90 {
  padding-top: 70px;
}
.mt-90 {
  margin-top: 60px;
}

.mt-60 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 30px!important;
}
.mt-40 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 15px;
}
    /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
    
    } /* max-width: 544px ここまで */
    
    /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
