/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.p-topmessage .c-boxcontact01__ttl {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-topmessage .c-boxcontact01__ttl {
    font-size: clamp(1rem, 0.5952380952vw + 0.7142857143rem, 1.25rem);
  }
}

.p-topmessage .mv {
  padding: 100px 0 60px;
}
@media screen and (min-width: 768px) {
  .p-topmessage .mv {
    padding: 143px 0 54px;
  }
}
.p-topmessage .sec02 {
  position: relative;
  z-index: 2;
  padding: 0 0 60px;
}
@media screen and (min-width: 768px) {
  .p-topmessage .sec02 {
    padding: 0 0 80px;
  }
}
.p-topmessage .sec02::after {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  position: absolute;
  top: 100%;
  left: 50%;
  translate: -50% 0;
  background: url(../../assets/images/common_bg_bottom.webp) center/cover no-repeat;
}
@media screen and (min-width: 768px) {
  .p-topmessage .sec02::after {
    height: 50px;
  }
}
.p-topmessage .sec02-inner {
  background-color: #FFFFFF;
  border-radius: 8px 8px 0 0;
  max-width: 648px;
  margin-inline: auto;
}
.p-topmessage .sec02-img01 {
  border-radius: 8px 8px 0 0;
}
.p-topmessage .sec02-img01 img {
  border-radius: 8px 8px 0 0;
}
.p-topmessage .sec02-content {
  padding: 45px 24px 32px;
}
.p-topmessage .sec02-content .c-txt {
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .p-topmessage .sec02-content .c-txt {
    margin-top: 25px;
  }
}
@media screen and (min-width: 768px) {
  .p-topmessage .sec02-content .c-txt__dots {
    margin-top: 22px;
    margin-bottom: -3px;
  }
}
.p-topmessage .c-boxcontact01 {
  background-color: var(--bg_03);
  border: 1px dashed var(--accent);
  border-radius: 16px;
  margin-top: 12px;
  padding: 10px 20px;
}
@media screen and (min-width: 768px) {
  .p-topmessage .c-boxcontact01 {
    margin-top: 25px;
    padding: 15px 20px;
  }
}
.p-topmessage .c-boxcontact01__ttl {
  font-weight: 700;
  line-height: 1.44;
  text-align: center;
}
.p-topmessage .c-boxcontact01__btns {
  margin-top: 16px;
  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: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-topmessage .c-boxcontact01__btns .c-btncontact01__link {
    padding: 5px 13px;
  }
}

@media screen and (min-width: 768px) {
  .c-footer-sec01 {
    padding: 130px 0 80px;
  }
}