@charset "UTF-8";

* {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

a {
  text-decoration: none;
}


.wrapper {
  height: 100vh;
  background: url(../img/015.jpg);
  background-size: cover;
  background-position: center;
}

.content {
  height: 100vh;
  backdrop-filter: blur(3px) brightness(0.6);
}

.content__inner {
  position: relative;
  height: 100vh;
}

.content__item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

h1 {
  color: #fff;
  text-align: center;
  font-size: 4vh;
  line-height: 1.2;
  white-space: nowrap;
}

.span--h1 {
  font-size: 6vh;
}

.content__item--contact {
  position: absolute;
  bottom: 0;
  display: flex;
  width: 100%;
}

.item__btn--tel {
  width: 50%;
  text-align: center;
  font-size: 3vw;
  padding-top: 2%;
  background: #F8F8F9;
}

.btn--tel {
  color: #01023C;
  font-size: 8vw;
  letter-spacing: .5px;
}

.item__btn--line,
.item__btn--hpb {
  width: 25%;
  height: auto;
  min-height: 10vh;
  position: relative;
}

.item__btn--line {
  background: #06C755;
}

.item__btn--hpb {
  background: #01023C;
}

.btn--line,
.btn--hpb {
  color: #fff;
  text-decoration: none;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  line-height: 1.2;
}

.span--icon {
  width: 95%;
  display: inline-block;
}

.img--icon {
  display: inline-block;
}

.span--txt,
.span--txt2 {
  white-space: nowrap;
  font-size: 2.5vw;
}

@media screen and (min-width:600px) and (max-width:959px) {
  .item__btn--tel {
    width: 60%;

  }

  .btn--tel {
    font-size: 6vw;
    letter-spacing: 1px;
  }

  .item__btn--line,
  .item__btn--hpb {
    width: 20%;
    min-height: 13vh;
  }

  .span--tel {
    display: inline-block;
  }
}

@media screen and (min-width:960px) {
  .wrapper {
    background: url(../img/017.jpg);
    background-size: cover;
    background-position: center;
  }

  h1 {
    font-size: 7vh;
  }

  .span--h1 {
    font-size: 10vh;
  }

  .content__item--contact {
    position: static;
    display: inline-block;
  }

  .item__btn--tel {
    width: 100%;
    padding-top: 0;
    line-height: 1.2;
    background: rgba(248, 248, 249, .6);
  }

  .btn--tel {
    font-size: 8vh;
  }

  .span--tel {
    display: block;
    line-height: 1;
  }

  .span--txt {
    font-size: 4vh;
  }

  .span--icon {
    width: 100%;
  }

  .item__btn--line,
  .item__btn--hpb {
    width: 120px;
    height: 120px;
    position: absolute;
    bottom: 120px;
    right: 0;
    border-radius: 20px 0 0 20px;
  }

  .item__btn--hpb {
    bottom: 0;
  }

  .span--txt2 {
    font-size: 2vh;
  }
}