@charset "UTF-8";
.contact .contact-nav {
  margin-bottom: 115px;
}
@media only screen and (max-width: 767px) {
  .contact .contact-nav {
    margin-bottom: 55px;
  }
}
.contact .contact-block .contact-block-ttl {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .contact .contact-block .contact-block-ttl {
    margin-bottom: 10px;
  }
  .contact .contact-block .contact-block-ttl + .contact-box {
    margin-top: 30px;
  }
}
.contact .contact-block .contact-block-txt {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .contact .contact-block .contact-block-txt {
    margin-bottom: 40px;
  }
}
.contact .contact-block .contact-block-txt p + p {
  margin-top: 1em;
}
.contact .contact-block .contact-block-txt .txt_link[target="_blank"] {
  padding-right: 1.25em;
  background: url("/assets/image/arrow-icon_blue.svg") no-repeat right 6px bottom 6px/9px auto;
}
@media only screen and (max-width: 767px) {
  .contact .contact-block .contact-block-txt .txt_link[target="_blank"] {
    background: url("/assets/image/arrow-icon_blue.svg") no-repeat right 5px bottom 5px/8px auto;
  }
}
.contact .contact-box {
  padding: 50px 60px;
  border-radius: 30px;
  background: rgba(52,183,253,0.25);
}
@media only screen and (max-width: 767px) {
  .contact .contact-box {
    padding: 30px;
  }
}
@media only screen and (max-width: 375px) {
  .contact .contact-box {
    padding: 30px 20px;
    border-radius: 20px;
  }
}
.contact .contact-box-ttl {
  margin-bottom: 15px;
  font-size: 1.2em;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .contact .contact-box-ttl {
    font-size: 1.1em;
  }
}
.contact .contact-box-contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .contact .contact-box-contents {
    flex-direction: column-reverse;
  }
}
.contact .contact-box.contact-box-button-only .contact-box-contents {
  justify-content: center;
}
.contact .contact-box.contact-box-button-only .contact-box-contents .btn {
  margin: 0;
}
.contact .contact-box .txt {
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .contact .contact-box .txt {
    display: inline-block;
    text-align: left;
  }
}
.contact .contact-box .txt .tel {
  font-size: 2.5em;
  font-family: 'acumin-pro', 'Noto Sans', 'Noto Sans JP', sans-serif;
  font-weight: 300;
  line-height: 1;
}
@media only screen and (max-width: 900px) {
  .contact .contact-box .txt .tel {
    font-size: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .contact .contact-box .txt .tel {
    font-size: 2.25em;
  }
}
@media only screen and (max-width: 425px) {
  .contact .contact-box .txt .tel {
    font-size: 7vw;
  }
}
.contact .contact-box .txt .tel img {
  padding-right: 10px;
  vertical-align: middle;
  padding-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .contact .contact-box .txt .tel img {
    width: 30px;
  }
}
.contact .contact-box .txt .not-freedial img {
  width: 36px;
}
@media only screen and (max-width: 767px) {
  .contact .contact-box .txt .not-freedial img {
    width: 28px;
  }
}
@media only screen and (min-width: 767px) {
  .contact .contact-box .txt a:hover {
    opacity: 0.7;
  }
}
.contact .contact-box .txt > span {
  margin-top: 10px;
  font-size: 0.875em;
  font-weight: 300;
  line-height: 1.8;
  display: block;
}
.contact .contact-box .txt .url {
  margin-bottom: 0;
  color: rgba(0,0,0,0.6);
  font-size: 0.8em;
  font-family: 'acumin-pro-semi-condensed', 'Noto Sans', 'Noto Sans JP', sans-serif;
  line-height: 1.25;
  word-break: break-all;
}
.contact .contact-box .btn {
  max-width: calc(50% - 20px);
  width: calc(100% / 2 - 30px);
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  .contact .contact-box .btn {
    max-width: 300px;
    width: 100%;
    margin: 0 auto 15px;
  }
}
.contact .contact-box .btn a {
  width: 100%;
  height: 80px;
  padding: 0 0 0 70px;
  font-weight: 700;
  text-align: center;
  border: 1px solid #000;
  background: #fff;
  display: block;
  position: relative;
}
@media only screen and (min-width: 767px) {
  .contact .contact-box .btn a:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .contact .contact-box .btn a {
    height: 70px;
    padding: 0 26px 0 40px;
  }
}
.contact .contact-box .btn a::before {
  content: '';
  width: 30px;
  height: 100%;
  background: url("/assets/image/icon/mail.svg") no-repeat 0 center/100%;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1100px) {
  .contact .contact-box .btn a::before {
    width: 25px;
    left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .contact .contact-box .btn a::before {
    width: 20px;
    left: 15px;
  }
}
.contact .contact-box .btn a::after {
  content: '';
  width: 8px;
  height: 8px;
  padding-right: 1em;
  background: url("/assets/image/arrow-icon.svg") no-repeat right center/contain;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1100px) {
  .contact .contact-box .btn a::after {
    right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .contact .contact-box .btn a::after {
    right: 15px;
  }
}
.contact .contact-box .btn a span {
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contact .contact-box-list {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media only screen and (max-width: 767px) {
  .contact .contact-box-list {
    display: block;
  }
}
.contact .contact-box-item {
  width: calc(100% / 2 - 20px);
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .contact .contact-box-item {
    width: 100%;
  }
}
.contact .contact-box-item:not(:nth-child(2n)) {
  margin-right: 40px;
}
@media only screen and (max-width: 767px) {
  .contact .contact-box-item:not(:nth-child(2n)) {
    margin-right: 0;
  }
}
.contact .contact-box-item .contact-box-contents {
  flex-direction: column-reverse;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .contact .contact-box-item .contact-box-contents {
    align-items: center;
  }
}
.contact .contact-box-item .contact-box-contents .txt {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .contact .contact-box-item .contact-box-contents .txt {
    margin-top: 15px;
  }
}
.contact .contact-box-item .btn {
  max-width: initial;
  width: 100%;
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .contact .contact-box-item .btn {
    max-width: 300px;
    margin: 0 auto;
  }
}
.contact .contact-box-item .txt {
  flex: 1;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .contact .contact-box-item .txt {
    max-width: 300px;
    width: 100%;
  }
}
.contact .contact-box-item .txt span {
  margin-bottom: 20px;
}
.contact .contact-box-tel {
  padding-top: 50px;
  border-top: 1px solid rgba(0,0,0,0.2);
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .contact .contact-box-tel {
    margin-top: 40px;
    padding-top: 40px;
  }
}
.contact .contact-box-tel .txt p {
  margin-bottom: 0;
}
.contact .contact-box-tel .txt .tel {
  font-size: 3.25em;
}
@media only screen and (max-width: 767px) {
  .contact .contact-box-tel .txt .tel {
    font-size: 2.25em;
  }
}
@media only screen and (max-width: 425px) {
  .contact .contact-box-tel .txt .tel {
    font-size: 7vw;
  }
}
.contact .contact-box-tel .txt .tel img {
  width: 50px;
}
@media only screen and (max-width: 767px) {
  .contact .contact-box-tel .txt .tel img {
    width: 30px;
    margin: 10px 0;
  }
}
.contact .contact-box + .contact-box {
  margin-top: 40px;
}
.contact-faqBox {
  padding: 35px 60px;
  text-align: center;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .contact-faqBox {
    padding: 30px;
  }
}
@media only screen and (max-width: 375px) {
  .contact-faqBox {
    padding: 30px 20px;
  }
}
.contact-faqBox h2 {
  margin-bottom: 0.5em;
  font-size: 1.5em;
  font-weight: 700;
}
.contact-faqBox-btn {
  max-width: 380px;
  width: 100%;
  min-height: 75px;
  padding: 1em calc(20px + 8px + 2px);
  border: 1px solid #000;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  background-color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (hover: hover) {
  .contact-faqBox-btn:hover,
  .contact-faqBox-btn:focus {
    opacity: 0.7;
  }
}
.contact-faqBox-btn::after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  position: absolute;
  top: calc((100% - 8px) / 2);
  right: 20px;
  transform: rotate(45deg);
}
.contact-faqBox + .contact-nav {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .contact-faqBox + .contact-nav {
    margin-top: 50px;
  }
}
