@charset "UTF-8";
/* Scss Document */
/*=============================================================
お問い合わせページ設定
=============================================================*/
.com-contact {
  display: none;
}

.contact .container {
  width: 1360px;
}
.contact #sec-planner .planner-col {
  text-align: left;
  margin: 42px 0 53px 0;
}
@media screen and (min-width: 768.9px) {
  .contact #sec-planner .planner-col {
    display: grid;
    gap: 0px 104px;
    grid-template-columns: 1.2fr 1fr;
    align-items: center;
    margin: 84px 0 106px 0;
  }
}
.contact #sec-planner .planner-col-right {
  font-size: clamp(14px, 2vw, 18px);
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 2;
}
@media screen and (max-width: 768.9px) {
  .contact #sec-planner .planner-col-right {
    margin-top: 24px;
  }
}
.contact #sec-contact .com-contact {
  display: block;
}
.contact #sec-contact .tit-deco {
  display: inline-block;
  font-weight: 300;
  position: relative;
  padding-bottom: 16px;
  letter-spacing: 0.1em;
  font-size: clamp(18px, 4vw, 24px);
}
.contact #sec-contact .tit-deco:after, .contact #sec-contact .tit-deco:before {
  position: absolute;
  content: "";
  width: 50%;
  width: 48%;
  width: -webkit-calc(50% - 10px);
  width: calc(50% - 10px);
  height: 1px;
  background-color: #fff;
}
.contact #sec-contact .tit-deco:before {
  bottom: 0;
  left: 0;
}
.contact #sec-contact .tit-deco:after {
  bottom: 0;
  right: 0;
}
.contact #sec-contact .triangle {
  position: relative;
  width: 20px;
  height: 20px;
  margin: -3px auto 0 auto;
}
.contact #sec-contact .triangle::after,
.contact #sec-contact .triangle::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #fff;
}
.contact #sec-contact .triangle::after {
  transform: rotate(-30deg);
  transform-origin: bottom center;
}
.contact #sec-contact .triangle::before {
  transform: rotate(30deg);
  transform-origin: bottom center;
}
.contact #sec-contact .list {
  text-align: left;
  margin: 22px auto 40px auto;
  display: block;
}
@media screen and (min-width: 768.9px) {
  .contact #sec-contact .list {
    display: grid;
    gap: 0px 60px;
    grid-template-columns: repeat(2, 1fr);
    align-items: flex-start;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: clamp(15px, 3vw, 18px);
    margin: 44px auto 80px auto;
    width: 1000px;
    max-width: 100%;
  }
}
.contact #sec-contact .list li {
  background: url("../image/contact/ico_check_w.png") no-repeat;
  background-size: auto 1em;
  background-position: left 18px;
  border-bottom: 1px solid #fff;
  font-weight: 300;
  padding: 12px 0px 12px 30px;
}
@media screen and (min-width: 768.9px) {
  .contact #sec-contact .list li {
    padding: 21px 10px 21px 50px;
    background-size: auto 1.5em;
  }
}
.contact #sec-contact .list .col2-left,
.contact #sec-contact .list .col2-right {
  padding: 0;
}
@media screen and (max-width: 768.9px) {
  .contact #sec-contact .list .col2-left li:last-child {
    border: none;
  }
}
@media screen and (min-width: 768.9px) {
  .contact #sec-contact .list .col2-right li {
    padding: 17px 10px 17px 50px;
  }
}
.contact #sec-dl {
  text-align: left;
  margin: 92px 0;
}
@media screen and (min-width: 768.9px) {
  .contact #sec-dl {
    margin: 184px 0;
  }
}
.contact #sec-dl .container {
  width: 1280px;
}
@media screen and (max-width: 768.9px) {
  .contact #sec-dl .com-sec-tit3 {
    font-size: 16px;
  }
}
.contact #sec-dl .txt {
  font-size: clamp(15px, 3vw, 17px);
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin: 24px 0 20px 0;
}
@media screen and (min-width: 768.9px) {
  .contact #sec-dl .txt {
    margin: 48px 0 40px 0;
  }
}
@media screen and (min-width: 768.9px) {
  .contact #sec-dl .dl-col {
    display: grid;
    gap: 0 80px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.contact #sec-dl .dl-col .pdf {
  display: block;
  margin-top: 16px;
}
@media screen and (min-width: 768.9px) {
  .contact #sec-dl .dl-col .pdf {
    margin-top: 24px;
  }
}
@media screen and (min-width: 768.9px) {
  .contact #sec-dl .dl-col .pdf:first-of-type {
    margin-top: 0;
  }
}
.contact #sec-dl .dl-col .win {
  display: block;
  margin-top: 16px;
}
@media screen and (min-width: 768.9px) {
  .contact #sec-dl .dl-col .win {
    margin-top: 24px;
  }
}/*# sourceMappingURL=style_contact.css.map */