@charset "UTF-8";

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6em;
  line-height: 1.8;
  letter-spacing: 0.05em;
  background-color: #fff;
}

.u-onliy-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-onliy-sp {
    display: block;
  }
}

/* -------------------------------------
        c-block-info
-----------------------------------------*/
.c-block-info {
  background-color: #2DAEBB;
  color: #fff;
  padding: 40px 40px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .c-block-info {
    padding: 40px 20px;
    margin-top: 30px;
  }
}
.c-block-info__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-block-info__title {
    font-size: 1.8rem;
  }
}
.c-block-info__title::before, .c-block-info__title::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .c-block-info__title::before, .c-block-info__title::after {
    content: none;
    margin: 0;
  }
}
.c-block-info__title::before {
  margin-right: 20px;
}
.c-block-info__title::after {
  margin-left: 20px;
}
.c-block-info .c-block-info__text {
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .c-block-info .c-block-info__text {
    font-size: 1.4rem;
  }
}
.c-block-info__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
  margin-top: 20px;
}
@media screen and (max-width: 1100px) {
  .c-block-info__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.c-block-info__tel {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-block-info__tel-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 3rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.2;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .c-block-info__tel-item {
    pointer-events: auto;
  }
  .c-block-info__tel-item:hover, .c-block-info__tel-item:focus-visible {
    opacity: 0.7;
  }
}
.c-block-info .c-block-info__tel-note {
  font-size: 1.2rem;
  margin-top: 0;
}
.c-block-info__btn-wrap {
  max-width: 314px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-block-info__btn-wrap {
    max-width: 285px;
  }
}
.c-block-info__btn {
  display: inline-block;
  position: relative;
  width: 100%;
  border: 1px solid #fff;
  background-color: #fff;
  color: #2DAEBB;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  z-index: 10;
  padding: 16px 10px;
  transition: 0.25s;
}
@media screen and (max-width: 767px) {
  .c-block-info__btn {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 360px) {
  .c-block-info__btn {
    font-size: 1.4rem;
  }
}
.c-block-info__btn:hover, .c-block-info__btn:focus-visible {
  background-color: #2DAEBB;
  color: #fff;
}