@charset "UTF-8";
/* ===========================================
inquiry　資料請求
=========================================== */
/* ------------------------
*  setion
*/
@media print, screen and (min-width: 1025px) {
  .inquiry_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 24px;
    width: 994px;
    margin: 0 auto;
  }
}
.inquiry_sec {
  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;
  border-radius: 20px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .inquiry_sec {
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .inquiry_sec {
    width: 485px;
    padding: 50px 50px 60px;
  }
}
@media screen and (max-width: 767px) {
  .inquiry_sec {
    width: 80%;
    max-width: 340px;
    padding: 40px 5px;
  }
}
@media screen and (max-width: 767px) {
  .inquiry_sec:nth-child(n+2) {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .inquiry_sec:nth-child(n+2) {
    margin-top: 60px;
  }
}
.inquiry_sec-note {
  text-align: center;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 768px) {
  .inquiry_sec-note {
    margin-top: 56px;
    line-height: 1.5;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .inquiry_sec-note {
    margin-top: 30px;
    font-size: 1.4rem;
    line-height: 1.75;
  }
}
@media print, screen and (min-width: 768px) {
  .inquiry_sec_btn {
    width: 360px;
    height: 70px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .inquiry_sec_btn {
    width: 260px;
    height: 54px;
    margin-top: 35px;
  }
}
@media print, screen and (min-width: 768px) {
  .inquiry-note {
    text-align: center;
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .inquiry-note {
    margin: 30px 10% 0;
  }
}
@media print, screen and (min-width: 1025px) {
  .inquiry-note {
    margin-top: 86px;
  }
}
.inquiry-note a {
  color: #4d4d4d;
}
@media print, screen and (min-width: 768px) {
  .inquiry-note a:hover {
    color: #0074bd;
  }
}
.inquiry-note a::after {
  position: relative;
  top: 4px;
  content: "";
  width: 10px;
  height: 10px;
  margin-left: 3px;
  background: url(../images/common/common_icon_window.png) no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .inquiry-note a::after {
    width: 8px;
    height: 8px;
  }
}

@media print, screen and (min-width: 768px) {
  .com_head + .inquiry_sec_btn {
    margin-top: auto;
  }
}

@media print, screen and (min-width: 768px) {
  .inquiry_sec_btn + .inquiry_sec_btn {
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .inquiry_sec:has(.inquiry_sec_btn:nth-child(3)) .com_head + .inquiry_sec_btn {
    margin-top: calc(50px + 2lh + 56px);
  }
}

@media screen and (max-width: 767px) {
  .com_head--ja {
    font-size: 2.4rem;
  }
}

@media print, screen and (min-width: 768px) {
  .inquiry_sec_btn .btn-arr--txt:after {
    right: -40px;
  }
}
@media screen and (max-width: 767px) {
  .inquiry_sec_btn .btn-arr--txt {
    width: 90%;
    font-size: 1.2rem;
  }
  .inquiry_sec_btn .btn-arr--txt:after {
    width: 20px;
    height: auto;
    aspect-ratio: 32/5;
  }
}
.inquiry_sec_btn .btn-arr--txt.window:after {
  position: relative;
  top: -0.25em;
  left: auto;
  right: auto;
  content: "";
  width: 10px;
  height: 10px;
  margin-left: 3px;
  -webkit-mask-image: url(../images/common/common_icon_window.png);
          mask-image: url(../images/common/common_icon_window.png);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #4d4d4d;
}
.inquiry_sec_btn a:hover .btn-arr--txt.window:after {
  background-color: #fff;
}/*# sourceMappingURL=request.css.map */