@charset "UTF-8";

.kv.kvInquiry {
  background: url(/inquiry/img/kv_inquiry.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .kv.kvInquiry {
    background: url(/inquiry/img/kv_inquiry_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
  }
}

section {
  padding: 96px 0 120px;
}
@media screen and (max-width: 768px) {
  section {
    padding: 70px 0;
  }
}

@media screen and (max-width: 768px) {
  .underTitle {
    padding-bottom: 54px;
  }
}

.inquirySection .button-set {
  margin-top: 52px;
  gap: 22px 23px;
}
@media screen and (max-width: 768px) {
  .inquirySection .button-set {
    margin-top: 28px;
    gap: 9px;
  }
}
@media screen and (max-width: 768px) {
  .inquirySection .button-set .button.icon span.text {
    padding: 10px 0 10px 48px !important;
  }
}
@media screen and (max-width: 768px) {
  .inquirySection .button-set .button.icon span svg {
    left: 14px;
    width: 30px;
    height: 30px;
  }
}

.qr {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 20px;
  padding-top: 110px;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .qr {
    padding-top: 70px;
  }
}
.qr .shortInner {
  border: 3px solid #b9b9b9;
  border-radius: 121px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 42px 75px 22px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1100px) {
  .qr .shortInner {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media screen and (max-width: 768px) {
  .qr .shortInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 42px 18px;
    margin: 0 20px;
    border-radius: 60px;
  }
}
.qrText h2 {
  text-align: left;
  font-size: 38px;
  font-weight: 600;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.08em;
  margin-top: 6px;
  margin-left: 3px;
}
@media screen and (max-width: 768px) {
  .qrText h2 {
    text-align: center;
    width: 176px;
    margin: 0 auto;
  }
}
.qrText p {
  font-size: 16px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .qrText p {
    font-size: 14px;
    line-height: 25px;
    margin-top: 10px;
    text-align: center;
  }
}
.qrPhoto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 6px;
}
@media screen and (max-width: 768px) {
  .qrPhoto {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 0;
  }
}
.qrLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 22px;
}
@media screen and (max-width: 768px) {
  .qrLine {
    margin-left: 0;
    margin-top: 16px;
  }
}
.qrLine p {
  font-size: 13px;
  margin-top: 6px;
  margin-left: 1px;
}
@media screen and (max-width: 768px) {
  .qrLine p {
    margin-top: 11px;
  }
}
.qrLine.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .qrLine.pc {
    display: none;
  }
}
.qrLine.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .qrLine.sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .qrLine.sp a {
    width: 78px;
  }
  .qrLine.sp a img {
    width: 100%;
  }
}

.boxSection {
  padding-top: 107px;
}
@media screen and (max-width: 768px) {
  .boxSection {
    padding-top: 68px;
  }
}
.boxContent {
  border: 2px solid #0aaadc;
  border-radius: 8px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .boxContent {
    margin-top: 24px;
  }
}
.boxContent.first {
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .boxContent.first {
    margin-top: 42px;
  }
}
.boxContent h3 {
  border-radius: 5px 5px 0 0;
  padding: 20px 0;
  background-color: #0aaadc;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .boxContent h3 {
    font-size: 18px;
  }
}
.boxContent p {
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .boxContent p {
    font-size: 14px;
    line-height: 26px;
  }
}
.boxContent p span {
  display: block;
  margin-top: 18px;
  font-size: 14px;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .boxContent p span {
    margin-top: 15px;
    padding-left: 1em;
    text-indent: -1em;
  }
}
.boxContent p a {
  color: #0aaadc;
  border-bottom: 1px solid #0aaadc;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) {
  .boxContent p a:hover {
    color: #192d91;
    border-bottom: 1px solid #192d91;
  }
}
.boxContent .shortInner {
  padding: 48px 20px 60px;
}
@media screen and (max-width: 768px) {
  .boxContent .shortInner {
    padding: 24px 20px 40px;
  }
}
.boxContent .choice {
  text-align: center;
  position: relative;
  margin-top: 40px;
  font-size: 18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-bottom: -7px;
}
@media screen and (max-width: 768px) {
  .boxContent .choice {
    margin-top: 28px;
    margin-bottom: -4px;
  }
}
.boxContent .choice::before, .boxContent .choice::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background-color: #2e2e2e;
  z-index: -2;
}
.boxContent .choice::before {
  left: 0;
}
.boxContent .choice::after {
  right: 0;
}
.boxContent .choice span {
  display: inline-block;
  background-color: #fff;
  padding: 0 12px;
  font-size: 18px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
@media screen and (max-width: 768px) {
  .boxContent .choice span {
    font-size: 16px;
    padding: 0 7px;
  }
}
.boxContent .button-set {
  margin-top: 40px;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .boxContent .button-set {
    margin-top: 26px;
    gap: 12px;
  }
}

@media screen and (max-width: 768px) {
  .telSection {
    padding-top: 65px;
  }
}
.telSection .underlineText {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .telSection .underlineText {
    margin-top: 30px;
  }
}
.telSection .button-set {
  margin-top: 49px;
}
@media screen and (max-width: 768px) {
  .telSection .button-set {
    margin-top: 28px;
  }
}
@media screen and (max-width: 768px) {
  .telSection .button-set .button {
    width: 78%;
  }
}
@media screen and (max-width: 768px) {
  .telSection .button-set .button .text {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .telSection .button-set .button svg {
    width: 26px !important;
    height: 26px !important;
  }
}
@media screen and (max-width: 768px) {
  .telSection .button-set.tel {
    gap: 4px;
  }
  .telSection .button-set.tel .text {
    padding-left: 48px !important;
  }
}
@media screen and (max-width: 768px) {
  .telSection .button-set.tel p {
    font-size: 12px;
  }
}