<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mt-0 {
    margin-top: 0rem !important;
 }

 .mt-1_5 {
  margin-top: 1.5rem !important;
 }

 .mt-3 {
  margin-top: 3rem !important;
 }

 .mt-25{
   margin-top: 25rem !important;
 }

 .mt-3_2 {
  margin-top: 3.2rem;
 }

 .mt-3_7 {
  margin-top: 3.7rem;
 }

 .mt-4 {
  margin-top: 4rem;
 }

 .mt-5_5 {
  margin-top: 5.5rem;
 }
 
 .mt-6 {
  margin-top: 6rem;
 }

 .mt-17 {
  margin-top: 17rem !important;
 }

 .ml-1 {
  margin-left: 1rem;
 }

 .ml-2 {
  margin-left: 2rem;
 }
 
 .ml-4 {
  margin-left: 4rem;
 }

 .ml-4_6 {
  margin-left: 4.6rem;
 }

 .mb-8_6 {
  margin-bottom: 8.6rem;
 }

 .mb-9 {
  margin-bottom: 9rem;
 }

 .pt-1_3 {
    padding-top: 1.3rem;
 }

 .pt-1_6 {
  padding-top: 1.6rem;
 }

 .pt-1_8 {
  padding-top: 1.8rem;
 }

 .mb-3-8 {
  margin-bottom: 3.8rem !important;
 }

 .pt-2 {
    padding-top: 2rem;
  }

  .pt-3 {
    padding-top: 3rem;
  }

  .sub-page-mv__title {
    position: absolute;
    top: 35%;
    left: 27.5%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }

  .contact-page-top {
    margin-top: 8.8rem;
    margin-bottom: 8.6rem;
  }
  
  .contact-guide-title {
    left: 15%;
  }
  
  .contact__title {
    display: inline-block;
  }

  .contact-header-text {
    font-family: 'Zen Old Mincho';
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.6;
    color: #02b1a6;
    text-align: center;
    padding-bottom: 1.5rem;
    border-bottom: solid 1px #e5f8ef;
  }

  .formbox .dlbox {
    max-width: 83% !important;
    margin: auto !important;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 4.6rem !important;
  }

  .formbox .dlbox dl {
    /* margin-bottom: 4.6rem; */
 }

 .dlbox dl dt {
    font-size: 2rem !important;
    font-family: 'Zen Old Mincho';
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 1.6px;
    color: #444444;
    width: 29.5% !important;
}

.formbox .dlbox dl dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 1.6rem !important;
}

.formbox .dlbox dl dd select {
    width: auto;
    padding: 20px 70px 22px 12px !important;
    border-radius: 10px !important;
    font-size: 1.6rem !important;
    font-family: 'Zen Old Mincho';
    border: 2px solid #999999 !important;
    cursor: pointer;
    color: #444444 !important;
}

.formbox .dlbox dl dd input[type=text].w100,.formbox .dlbox dl dd input[type=email].w100,.formbox .dlbox dl dd textarea.w100{
    width: 86% !important;
    padding: 27px 12px 31px 12px !important;
    border-radius: 10px !important;
    font-size: 1.6rem !important;
    font-family: 'Zen Old Mincho';
    border: 2px solid #999999 !important;
    cursor: pointer;
    color: #444444 !important;
}

.formbox .dlbox dl dd {
    font-size: 1.6rem !important;
    font-family: 'Zen Old Mincho';
    width: 100% !important;
    /* padding: 27px 12px 31px 12px !important; */
}

.formbox .dlbox dl dd input[type=text].w-auto {
    width: auto !important;
    padding: 27px 39px 31px 12px !important;
    border-radius: 10px !important;
    font-size: 1.6rem !important;
    font-family: 'Zen Old Mincho';
    border: 2px solid #999999 !important;
    cursor: pointer;
    color: #444444 !important;
}

.formbox .dlbox dl dd input[type=email]:focus, .formbox .dlbox dl dd input[type=tel]:focus, .formbox .dlbox dl dd input[type=text]:focus, .formbox .dlbox dl dd input[type=url]:focus, .formbox .dlbox dl dd textarea:focus {
    border: 2px solid #2D4140 !important;
    outline: unset !important;
}

.formbox .dlbox dl dd textarea {
    min-height: 325px !important;
}

.formbox .dlbox dl dt span.req {
    font-size: 1.8rem !important;
    font-weight: 400;
    background: #02b1a6;
    color: white !important;
    padding: 0.1rem 0.5rem !important;
    border-radius: 0px !important;
    line-height: 18px !important;
    letter-spacing: 1.6px !important;
    margin-left: 1rem !important;
}

.bottom-cond-box {
    display: flex;
    flex-direction: column;
    margin-top: 5rem;
    margin-bottom: 5rem;
    gap: 1.5rem;
}

.first-cond p {
    font-size: 1.6rem;
    font-family: 'Zen Old Mincho';
    font-weight: 500;
    line-height: 100%;
    color: #333333;
}

.first-cond p a {
    color: #0066a0;
}

.second-cond {
    font-size: 1.6rem;
    font-family: 'Zen Old Mincho';
    font-weight: 500;
    line-height: 100%;
}

.second-cond input {
    margin-right: 1.5rem;
    margin-left: 2px;
    transform: scale(1.6);
}

.formbox button:enabled {
    display: block;
    font-family: 'Zen Old Mincho';
    width: 300px !important;
    padding: 1.2rem !important;
    margin: 1.2rem auto 0 !important;
    font-size: 2rem !important;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 3px;
    text-align: center;
    border-radius: 3.2rem !important;
    cursor: pointer;
    border: solid 1px #2d4140 !important;
    color: white;
    background: #2D4140;
    transition: all 0.3s ease-out;
}

.formbox button:hover:enabled {
    background-color: white;
    color: #2d4140;
}

.formbox button:disabled {
    background-color: #ccc;
    display: block;
    font-family: 'Zen Old Mincho';
    width: 300px !important;
    padding: 1.2rem !important;
    margin: 1.2rem auto 0 !important;
    font-size: 2rem !important;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 3px;
    text-align: center;
    border-radius: 3.2rem !important;
    color: #666;
    cursor: not-allowed;
    opacity: 0.7;
}

.cta {
    display: none;
}

.formbox.conform .dlbox {
    max-width: 50% !important;
}

.formbox.conform .dlbox dl {
    gap: 1rem;
}

.formbox.conform .dlbox dl dt {
    width: 50% !important;
}

.formbox.conform .dlbox dl dd {
    font-size: 2rem !important;
    font-family: 'Zen Old Mincho';
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 1.6px;
    color: #444444;
}

.formbox.conform .bottom-cond-box {
    margin-top: 3rem;
    margin-bottom: 1rem;
}

.formbox.conform  button {
    display: block;
    font-family: 'Zen Old Mincho';
    width: 300px !important;
    padding: 1.2rem !important;
    margin: 1.2rem auto 0 !important;
    font-size: 2rem !important;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 3px;
    text-align: center;
    border-radius: 3.2rem !important;
    cursor: pointer;
    border: solid 1px #2d4140 !important;
    color: white;
    background: #2D4140;
    transition: all 0.3s ease-out;
}

.formbox.conform button:hover:enabled {
    background-color: white;
    color: #2d4140;
}

.pc-n {
    display: none;
}

.thanks .contact-header-text {
    font-family: 'Zen Old Mincho';
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.6;
    color: #333333;
    text-align: center;
    padding-bottom: 1.5rem;
    border-bottom: unset !important;
}

@media (max-width: 767px) {
  .mt-0-sp {
    margin-top: 0rem !important;
  }

  .mt-3-sp {
    margin-top: 3rem;
  }

  .mt-4-sp {
    margin-top: 4rem !important;
  }

  .mt-4_2-sp {
    margin-top: 4.2rem !important;
  }

  .mt-4_9-sp {
    margin-top: 4.9rem !important;
  }

  .mt-5-sp {
    margin-top: 5rem !important;
  }

  .mt-5_6-sp {
    margin-top: 5.6rem !important;
  }

  .mt-12-sp {
    margin-top: 12rem !important;
  }

  .ml-1-sp {
    margin-left: 1rem;
  }

  .ml-1_2-sp {
    margin-left: 1.2rem;
  }

  .ml-2-sp {
    margin-left: 2rem;
  }

  .ml-4-sp {
    margin-left: 4rem;
  }

  .ml-4_5-sp {
    margin-left: 4.5rem;
  }

  .mb-1-sp {
    margin-bottom: 1rem !important;
  }

  .mb-5-sp {
    margin-bottom: 5rem !important;
  }

  .pc-n {
    display: block;
  }

  .sub-page-mv__title {
    position: absolute;
    top: 35%;
    left: 35.5% !important;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
  
  .page-section-title {
    font-size: 3.8rem;
  }

  .contact-header-text {
    font-family: 'Zen Old Mincho';
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.6;
    color: #02b1a6;
    text-align: center;
    padding-bottom: 1.5rem;
    border-bottom: solid 1px #e5f8ef;
  }

  .contact-page-top {
    margin-top: 5.8rem;
    margin-bottom: 5.6rem;
  }

  .formbox .dlbox {
    max-width: 100% !important;
    margin: auto !important;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 3.6rem !important;
  }

  .formbox .dlbox dl {
    padding-bottom: 2.2rem;
    border-bottom: solid 2px #cccccc;
    display: flex;
    flex-direction: column;
  }

  .dlbox dl dt {
    font-size: 1.6rem !important;
    font-family: 'Zen Old Mincho';
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 1.6px;
    color: #444444;
    width: 82% !important;
    margin: 0 auto;
    margin-bottom: 1.5rem !important;
    margin-top: 1.1rem !important;
  }

  .formbox .dlbox dl dd {
    margin: 0 auto;
    font-size: 1.6rem !important;
    font-family: 'Zen Old Mincho';
    width: 100% !important;
    max-width: 87% !important;
    padding: 0px !important;
  }

  .formbox .dlbox dl dd select {
    width: 95% !important;
    padding: 7px 60px 7px 12px !important;
    border-radius: 5px !important;
    font-size: 1.6rem !important;
    font-family: 'Zen Old Mincho';
    border: 1px solid #cccccc !important;
    cursor: pointer;
    color: #444444 !important;
  }

  .formbox .dlbox dl dd input[type=text].w100, .formbox .dlbox dl dd input[type=email].w100, .formbox .dlbox dl dd textarea.w100 {
    width: 100% !important;
    padding: 10px 14px 10px 19px !important;
    border-radius: 5px !important;
    font-size: 1.6rem !important;
    font-family: 'Zen Old Mincho';
    border: 1px solid #cccccc !important;
    cursor: pointer;
    color: #444444 !important;
  }

  .formbox .dlbox dl:nth-child(n+2) {
    margin-top: 0rem;
  }

  .formbox .dlbox dl dt span.req {
    font-size: 1.4rem !important;
    font-weight: 400;
    background: #02b1a6;
    color: white !important;
    padding: 0.1rem 0.8rem !important;
    border-radius: 0px !important;
    line-height: 18px !important;
    letter-spacing: 1.6px !important;
    margin-left: 3rem !important;
  }

  .formbox .dlbox dl dd input[type=text].w-auto {
    width: 100% !important;
    padding: 10px 39px 10px 21px !important;
    border-radius: 10px !important;
    font-size: 1.6rem !important;
    font-family: 'Zen Old Mincho';
    border: 1px solid #cccccc !important;
    cursor: pointer;
    color: #444444 !important;
  }

  .formbox .dlbox dl dd textarea {
    min-height: 240px !important;
  }

  .bottom-cond-box {
    display: flex;
    flex-direction: column;
    margin-top: 2rem;
    margin-bottom: 2rem;
    gap: 2.5rem;
  }

  .formbox.conform .dlbox {
    max-width: 100% !important;
  }

  .formbox.conform .dlbox dl dt {
    width: 90% !important;
    font-size: 1.6rem !important;
    font-family: 'Zen Old Mincho';
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 1.6px;
    color: #444444;
    width: 82% !important;
    margin: 0 auto;
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }

  .formbox.conform .dlbox dl dd {
    font-size: 1.6rem !important;
    font-family: 'Zen Old Mincho';
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 1.6px;
    color: #444444;
  }

  .formbox.conform .dlbox dl {
    gap: 0rem;
  }

  .thanks .contact-header-text {
    font-family: 'Zen Old Mincho';
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.6;
    color: #333333;
    text-align: center;
    padding-bottom: 1.5rem;
    border-bottom: unset !important;
  }
} </pre></body></html>