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

.p-qa2 .mv {
  position: relative;
  min-height: auto;
  padding-top: 100px;
  padding-bottom: 40px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-qa2 .mv {
    padding-top: 143px;
    padding-bottom: 54px;
  }
}
.p-qa2 .mv-inner {
  position: relative;
  z-index: 1;
}

.sec02 {
  position: relative;
}
.sec02:after {
  background: url(../../assets/images/common_bg_bottom.webp) 50%/cover no-repeat;
  content: "";
  display: block;
  height: 30px;
  left: 50%;
  position: absolute;
  top: 100%;
  translate: -50% 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sec02:after {
    top: calc(100% - 7px);
    height: 50px;
  }
}
.sec02-inner {
  position: relative;
  background-color: #ffffff;
  max-width: 648px;
  border-radius: 8px;
  max-width: 648px;
  margin-inline: auto;
  padding: 40px 20px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .sec02-inner {
    margin-top: 40px;
    padding: 44px 24px 32px;
  }
}
.sec02-part {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .sec02-part {
    margin-top: 35px;
  }
}
.sec02-part:first-child {
  margin-top: 0;
}
.sec02-part__main {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .sec02-part__main {
    margin-top: 23px;
  }
}
@media screen and (min-width: 768px) {
  .sec02-part .c-h2 {
    padding-bottom: 5px;
  }
}
.sec02 .c-faq01:first-child {
  margin-top: 0;
}
.sec02 .c-faq01__link {
  position: relative;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .sec02 .c-faq01__link:hover::after {
    opacity: 0;
  }
}
.sec02 .c-faq01__link::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #f76700;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .sec02 .c-faq01__a {
    margin-top: -11px;
  }
}
.sec02 .c-faq01__a .icon {
  position: relative;
}
@media screen and (min-width: 768px) {
  .sec02 .c-faq01__a .icon {
    top: 6px;
  }
}
.sec02 .c-boxcontact01 {
  background-color: var(--bg_03);
  border: 1px dashed var(--accent);
  border-radius: 16px;
  margin-top: 20px;
  padding: 10px 20px;
}
@media screen and (min-width: 768px) {
  .sec02 .c-boxcontact01 {
    margin-top: 25px;
    padding: 15px 20px;
  }
}
.sec02 .c-boxcontact01__ttl {
  font-weight: 700;
  line-height: 1.44;
  text-align: center;
}
.sec02 .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) {
  .sec02 .c-boxcontact01__btns .c-btncontact01__link {
    padding: 5px 13px;
  }
}

@media screen and (min-width: 768px) {
  .c-others01 {
    padding-top: 118px;
  }
}

.c-faq01__a .content {
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .c-faq01__a .content {
    padding-right: 48px;
  }
}