@charset "UTF-8";


/*------------------------ m-button ------------------------*/

.m-button {
    background: rgb(38,143,204);
    background: linear-gradient(124deg, rgba(38,143,204,1) 0%, rgba(24,177,160,1) 100%);
    padding: 50px 15px;
    text-align: center;
    color: #fff;
}

.m-button .button {
  max-width: 660px;
  margin: 20px auto 0;
}

.m-button .button a {
  position: relative;
  border-radius: 14px;
  display: block;
  background: #fff;
  color: #fff;
  padding-bottom: 6px;
  letter-spacing: 0.02em;
  font-size: 2.6rem;
  font-weight: bold;
  transition: .3s;
}

.m-button .button a span {
  display: block;
  height: 93px;
  background: rgb(236,133,20);
  background: linear-gradient(124deg, rgba(236,133,20,1) 0%, rgba(224,102,30,1) 100%);
  position: relative;
  border-radius: 14px;
  padding: 22px 0;
  transition: .3s;
  z-index: 2;
}

.m-button .button a span::before {
  position: absolute;
  content: "";
  background: url("../img/ico_arrow.svg")no-repeat;
  background-size: 15px;
  background-position: center;
  width: 15px;
  height: 100%;
  right: 20px;
  top: 0;
  z-index: 1;
}

.m-button .button a::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 93px;
  border-radius: 14px;
  content: "";
  background: rgb(224,102,30);
  background: linear-gradient(124deg, rgba(224,102,30,1) 0%, rgba(255,61,0,1) 100%);
  z-index: 1;
  transition: .3s;
}

.m-button .above {
    font-size: 3.4rem;
    font-weight: bold;
    text-align: center;
}

.m-button .above span {
    position: relative;
    display: inline-block;
    padding: 0 35px;
}

.m-button .above span::before {
  position: absolute;
  content: "";
  background: url("../img/ico_slash_left.svg")no-repeat;
  background-size: 15px;
  background-position: center left;
  width: 35px;
  height: 100%;
  left: 0;
  top: 0;
}

.m-button .above span::after {
  position: absolute;
  content: "";
  background: url("../img/ico_slash_right.svg")no-repeat;
  background-size: 15px;
  background-position: center right;
  width: 35px;
  height: 100%;
  right: 0;
  top: 0;
}

@media screen and (min-width: 768px){

  .m-button .button a:hover span {
    background: rgb(251,190,105);
    background: linear-gradient(124deg, rgba(251,190,105,1) 0%, rgba(248,165,36,1) 100%);
  }

  .m-button .button a:hover::before {
    background: rgb(249,172,62);
    background: linear-gradient(124deg, rgba(249,172,62,1) 0%, rgba(247,151,23,1) 100%);
  }


}
@media screen and (max-width: 767px){

  .m-button .button {
    max-width: 330px;
    margin: 10px auto 0;
  }

  .m-button .above {
    font-size: 2rem;
    font-weight: 700;
  }

  .m-button .above span {
      padding: 0 15px;
  }

  .m-button {
      padding: 25px 15px;
  }

  .m-button .above span::before,
  .m-button .above span::after {
      background-size: 8px;
  }

  .m-button .button a {
      font-size: 1.7rem;
      line-height: 1.5;
  }

  .m-button .button a span {
      height: 74px;
      padding: 10px 0;
      border-radius: 7px;
  }

  .m-button .button a::before {
      height: 100%;
      border-radius: 7px;
  }

  .m-button .button a span::before {
      right: 10px;
      background-size: 12px;
  }
}



/*------------------------ m-head ------------------------*/
.m-head {
    text-align: center;
    font-size: 4rem;
    font-weight: bold;
    padding-bottom: 30px;
    position: relative;
    margin-bottom: 40px;
}

.m-head:before {
    position: absolute;
    content: "";
    width: 120px;
    height: 5px;
    background: rgb(0,94,255);
    background: linear-gradient(124deg, rgba(0,94,255,1) 0%, rgba(0,255,185,1) 100%);
    bottom: 0;
    left: 50%;
    margin-left: -60px;
}

@media screen and (max-width: 767px){
  .m-head {
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-size: 2.3rem;
    line-height: 1.3;
  }

  .m-head:before {
      height: 2px;
      width: 60px;
      margin-left: -30px;
  }
}


/*------------------------ 分類：アイコン系------------------------*/
.iconA{
}



/*------------------------ 分類：文字色系------------------------*/
.colorA{
}
