/* all device
-------------------------------------------------- */
@media all {
  /**
  * Noto Sans CJK JP: https://www.google.com/get/noto/#sans-jpan
  * Noto Sans JP: https://fonts.google.com/earlyaccess#Noto+Sans+JP
  */
  .navi_00001:not(.toast) ul li a::before {
    content: "";
    position: absolute;
    top: 0;
    display: block;
    width: 0;
    height: 2px;
    background-color: #333;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
    -webkit-transition-property: width;
    transition-property: width;
  }
  .navi_00001:not(.toast) ul li a:hover::before {
    width: 100%;
  }
  .linkStyle1 {
    color: #fff;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
    -webkit-transition-property: color;
    transition-property: color;
    text-decoration: none;
  }
  .linkStyle1:hover, .linkStyle1:active, .linkStyle1:focus {
    color: #b3b3b3;
  }
  .linkStyle1.underline {
    text-decoration: underline;
  }
  .btn1 > .base {
    min-width: 200px;
    min-height: 50px;
    padding: 10px 20px;
    color: #fff;
    background-color: #2f4c94;
    border: none;
    border-radius: 9999px;
  }
  .btn1:hover > .base {
    color: rgba(255, 255, 255, 0.7);
    background-color: rgba(47, 76, 148, 0.7);
    border: none;
  }
  .btn2 > .base {
    min-width: 200px;
    min-height: 50px;
    padding: 10px 20px;
    color: #fff;
    background-color: #2f4c94;
    border: none;
    border-radius: 9999px;
  }
  .btn2:hover > .base {
    color: rgba(255, 255, 255, 0.7);
    background-color: rgba(47, 76, 148, 0.7);
    border: none;
  }
  .siteKv .partsScroll {
    position: absolute;
    right: 10vw;
    bottom: 5vw;
  }
  .kvCnt1 {
    position: absolute;
    display: block;
    height: auto;
  }
  .propertyInfoList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.8em;
  }
  .propertyInfoList dl {
    display: block;
  }
  .propertyInfoList dl dt {
    background-color: #aaa;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.2;
    padding: 2px 5px;
    border-radius: 3px;
    display: inline-block;
  }
  .propertyInfoList dl dd {
    display: block;
    width: 100%;
  }
  .contactSec {
    background-color: #183d5c;
  }
  .contactSec .note {
    opacity: 0.5;
  }
  .map_00001 {
    width: 100%;
    height: 600px;
  }
}
/* smart phone
-------------------------------------------------- */
@media only screen and (max-width: 767px) {
  /**
  * Noto Sans CJK JP: https://www.google.com/get/noto/#sans-jpan
  * Noto Sans JP: https://fonts.google.com/earlyaccess#Noto+Sans+JP
  */
  #toastBtn {
    border-radius: 0 0 0 20px;
  }
  .kvCnt1 {
    top: 20vw;
    right: 0;
    width: 80vw;
  }
  .businessInfo {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.6;
    padding-top: 20px;
    padding-bottom: 40px;
    text-align: justify;
  }
  .contactSec .panel.tel {
    background-color: transparent;
  }
  .contactSec .panel.form {
    background-color: transparent;
  }
}
/* tablet
-------------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /**
  * Noto Sans CJK JP: https://www.google.com/get/noto/#sans-jpan
  * Noto Sans JP: https://fonts.google.com/earlyaccess#Noto+Sans+JP
  */
  .kvCnt1 {
    top: 7vw;
    right: 0;
    width: 50vw;
  }
  .voiceRecordGrid .gridContainer {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -ms-grid-columns: none !important;
    grid-template-columns: none !important;
    gap: 5rem;
  }
}
/* PC
-------------------------------------------------- */
@media only screen and (min-width: 1024px) {
  /**
  * Noto Sans CJK JP: https://www.google.com/get/noto/#sans-jpan
  * Noto Sans JP: https://fonts.google.com/earlyaccess#Noto+Sans+JP
  */
  .kvCnt1 {
    top: 6vw;
    right: 8vw;
    width: 40vw;
    max-width: 560px;
  }
  .businessInfo {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
    padding-top: 30px;
    padding-bottom: 60px;
    text-align: center;
  }
  .contactSec .panel.tel {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .contactSec .panel.form {
    background-color: rgba(0, 0, 0, 0.15);
  }
}
/*# sourceMappingURL=style.css.map */