.sec-contact-methods {
  padding: 9rem 0 0; }
  @media (max-width: 767px) {
    .sec-contact-methods {
      padding-top: 3rem; } }
  .sec-contact-methods:after {
    content: "";
    width: 100%;
    height: 10rem;
    background-image: linear-gradient(0deg, #f2fafd 0%, #fff 100%);
    display: block; }
    @media (max-width: 767px) {
      .sec-contact-methods:after {
        height: 5rem; } }
  .sec-contact-methods__head {
    text-align: center;
    margin-bottom: 5rem; }
    @media (max-width: 767px) {
      .sec-contact-methods__head {
        margin-bottom: 3rem; } }
  .sec-contact-methods__title {
    font-size: 3.6rem;
    font-weight: 700;
    color: #004492;
    line-height: 1.2; }
    @media (max-width: 767px) {
      .sec-contact-methods__title {
        font-size: 2.4rem; } }
  .sec-contact-methods__lead {
    font-size: 1.6rem;
    font-weight: 600;
    color: #000033;
    margin-top: 1.4rem; }
    @media (max-width: 767px) {
      .sec-contact-methods__lead {
        font-size: 1.4rem; } }

.contact-method-cards {
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem; }
  @media (max-width: 767px) {
    .contact-method-cards {
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media (max-width: 767px) {
    .contact-method-cards {
      grid-template-columns: 1fr;
      gap: 2.4rem; } }

.contact-method-card {
  background: #ffffff;
  border-radius: 2rem;
  padding: 4rem 3rem 3.6rem;
  text-align: center;
  box-shadow: 0 4px 24px rgba(0, 106, 228, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between; }
  .contact-method-card__icon {
    width: 7.2rem;
    height: 7.2rem;
    background: linear-gradient(135deg, #006ae4, #44b5e8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    flex-shrink: 0; }
    .contact-method-card__icon .material-symbols-outlined {
      font-size: 3.6rem;
      color: #ffffff;
      -webkit-text-fill-color: #ffffff; }
  .contact-method-card__title {
    font-size: 2.4rem;
    font-weight: 700; }
  .contact-method-card__tel {
    font-size: 3rem;
    font-weight: 700;
    color: #006ae4;
    letter-spacing: 0.04em;
    margin-top: 1.2rem;
    display: block; }
  .contact-method-card__hours {
    font-size: 1.4rem;
    color: #000033;
    line-height: 1.5;
    font-weight: 500;
    margin-top: 0.8rem; }
  .contact-method-card__qr {
    width: 13rem;
    height: 13rem;
    background: #e4f2fb;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1.4rem auto;
    flex-shrink: 0; }
    .contact-method-card__qr .material-symbols-outlined {
      font-size: 4rem;
      color: #44b5e8; }
  .contact-method-card__desc {
    font-size: 1.4rem;
    color: #000033;
    line-height: 1.5;
    font-weight: 600; }
  .contact-method-card__btn {
    margin-top: auto;
    padding-top: 1.5rem;
    width: 100%; }
    .contact-method-card__btn .btn--primary {
      width: 100%;
      padding: 2rem 1.5rem;
      justify-content: center; }
  .contact-method-card__steps {
    list-style: none;
    padding: 0;
    margin: 1.4rem 0;
    text-align: left;
    width: fix-content; }
    .contact-method-card__steps li {
      font-size: 1.6rem;
      color: #000033;
      line-height: 2;
      font-weight: 600;
      display: flex;
      align-items: center;
      gap: 0.6rem; }
      .contact-method-card__steps li .material-symbols-outlined {
        font-size: 1.6rem;
        color: #44b5e8; }

.sec-contact-form {
  padding: 9rem 0 0;
  background: #f2fafd; }
  @media (max-width: 767px) {
    .sec-contact-form {
      padding-top: 5rem; } }
  .sec-contact-form:after {
    content: "";
    width: 100%;
    height: 10rem;
    background-image: linear-gradient(180deg, #f2fafd 0%, #fff 100%);
    display: block; }
    @media (max-width: 767px) {
      .sec-contact-form:after {
        height: 5rem; } }
  .sec-contact-form__head {
    text-align: center;
    margin-bottom: 5rem; }
  .sec-contact-form__title-en {
    display: inline-block;
    font-size: 7rem;
    font-weight: 700;
    background: linear-gradient(to right, #006ae4, #44b5e8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.5;
    letter-spacing: 0.02em;
    margin-bottom: -.4em; }
    @media (max-width: 767px) {
      .sec-contact-form__title-en {
        font-size: 5rem; } }
  .sec-contact-form__title {
    display: block;
    font-size: 1.6rem;
    color: #000033;
    letter-spacing: 0.1em;
    margin-top: 1rem; }
    @media (max-width: 767px) {
      .sec-contact-form__title {
        font-size: 1.4rem;
        margin-top: 0; } }
  .sec-contact-form__note {
    font-size: 1.6rem;
    color: #000033;
    margin-top: 2rem;
    font-weight: 500; }
    .sec-contact-form__note .material-symbols-outlined {
      font-size: 1.6rem;
      color: #44b5e8;
      vertical-align: middle; }

.contact-form {
  max-width: 76rem;
  margin: 0 auto;
  padding-left: 4rem;
  padding-right: 4rem; }
  @media (max-width: 767px) {
    .contact-form {
      padding-left: 2rem;
      padding-right: 2rem; } }

.form-group {
  margin-bottom: 3rem; }
  .form-group__label {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 0.8rem; }
  .form-group__note {
    font-size: 1.2rem;
    color: #000033;
    margin-top: 0.4rem; }

.badge-required {
  font-size: 1.1rem;
  font-weight: 700;
  background: #C54042;
  color: #ffffff;
  border-radius: 0.4rem;
  padding: 0.2rem 0.7rem;
  letter-spacing: 0.04em;
  flex-shrink: 0; }

.badge-optional {
  font-size: 1.1rem;
  font-weight: 700;
  background: #ffffff;
  color: #000033;
  border-radius: 0.4rem;
  padding: 0.2rem 0.7rem;
  letter-spacing: 0.04em;
  flex-shrink: 0; }

.form-control {
  width: 100%;
  padding: 1.8rem;
  border-radius: 0.8rem;
  font-size: 1.6rem;
  color: #000033;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 51, 0.1);
  transition: border-color 0.2s, box-shadow 0.2s;
  appearance: none;
  -webkit-appearance: none; }
  .form-control:focus {
    outline: none;
    border-color: #006ae4;
    box-shadow: 0 0 0 0.3rem rgba(0, 106, 228, 0.12); }
  .form-control::placeholder {
    color: rgba(0, 0, 102, 0.05); }

select.form-control {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='%2344b5e8'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1.4rem center;
  padding-right: 4rem; }

textarea.form-control {
  resize: vertical;
  min-height: 14rem;
  line-height: 1.8; }

.radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin-top: 0.4rem; }
  .radio-group__item {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    cursor: pointer; }
    .radio-group__item input[type="radio"] {
      appearance: none;
      -webkit-appearance: none;
      width: 2rem;
      height: 2rem;
      border: 1px solid rgba(0, 0, 51, 0.1);
      border-radius: 50%;
      flex-shrink: 0;
      transition: border-color 0.2s;
      position: relative;
      background: #fff; }
      .radio-group__item input[type="radio"]::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 1rem;
        height: 1rem;
        background: #006ae4;
        border-radius: 50%;
        opacity: 0;
        transition: opacity 0.2s; }
      .radio-group__item input[type="radio"]:checked::after {
        opacity: 1; }
    .radio-group__item span {
      font-size: 1.5rem;
      color: #000033; }

.checkbox-group {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 2rem 2.4rem;
  background: #fff;
  border-radius: 1rem;
  border: 1px solid rgba(0, 0, 51, 0.1); }
  .checkbox-group input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 2.2rem;
    height: 2.2rem;
    border: 1px solid rgba(0, 0, 51, 0.1);
    border-radius: 0.4rem;
    flex-shrink: 0;
    margin-top: 0.1rem;
    transition: background 0.2s, border-color 0.2s;
    position: relative;
    cursor: pointer; }
    .checkbox-group input[type="checkbox"]:checked {
      background: #006ae4;
      border-color: #006ae4; }
      .checkbox-group input[type="checkbox"]:checked::after {
        content: '';
        position: absolute;
        top: 0.3rem;
        left: 0.6rem;
        width: 0.7rem;
        height: 1.2rem;
        border-right: 2.5px solid #ffffff;
        border-bottom: 2.5px solid #ffffff;
        transform: rotate(40deg); }
  .checkbox-group__label {
    font-size: 1.4rem;
    color: #000033;
    line-height: 1.7;
    cursor: pointer; }
    .checkbox-group__label a {
      color: #006ae4;
      text-decoration: underline; }

.form-submit {
  margin-top: 3.6rem;
  text-align: center; }
  .form-submit__note {
    font-size: 1.2rem;
    color: #000033;
    margin-top: 1.4rem; }

.form-status {
  margin-top: 2rem;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  min-height: 1.5em; }
  .form-status.is-success {
    color: #006ae4; }
  .form-status.is-error {
    color: #c0392b; }

.btn--submit:disabled {
  opacity: 0.6;
  cursor: not-allowed; }

.btn--submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  width: 32rem;
  height: 6.4rem;
  background: linear-gradient(135deg, #006ae4, #44b5e8);
  color: #ffffff;
  font-size: 1.7rem;
  font-weight: 700;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  border: none;
  border-radius: 10rem;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: opacity 0.2s, transform 0.15s; }
  .btn--submit:hover {
    opacity: 0.88;
    transform: translateY(-1px); }
  .btn--submit .material-symbols-outlined {
    font-size: 2.2rem; }
  @media (max-width: 767px) {
    .btn--submit {
      width: 100%; } }

.sec-faq {
  padding: 9rem 0 16rem; }
  @media (max-width: 767px) {
    .sec-faq {
      padding: 5rem 0; } }
  .sec-faq__head {
    text-align: center;
    margin-bottom: 5rem; }
  .sec-faq__title-en {
    display: inline-block;
    font-size: 7rem;
    font-weight: 700;
    background: linear-gradient(to right, #006ae4, #44b5e8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.5;
    letter-spacing: 0.02em;
    margin-bottom: -.4em; }
    @media (max-width: 767px) {
      .sec-faq__title-en {
        font-size: 5rem; } }
  .sec-faq__title {
    display: block;
    font-size: 1.6rem;
    color: #000033;
    letter-spacing: 0.1em;
    margin-top: 1rem; }
    @media (max-width: 767px) {
      .sec-faq__title {
        font-size: 1.4rem;
        margin-top: 0; } }
  .sec-faq__lead {
    font-size: 1.6rem;
    color: #000033;
    margin-top: 2rem; }

.faq-list {
  max-width: 88rem;
  margin: 0 auto;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem; }
  @media (max-width: 767px) {
    .faq-list {
      padding-left: 2rem;
      padding-right: 2rem; } }

.faq-item {
  background: #ffffff;
  border-radius: 1.2rem;
  overflow: hidden;
  box-shadow: 0 0 1.5rem rgba(0, 106, 228, 0.12); }
  .faq-item__question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2.4rem 3rem;
    cursor: pointer;
    list-style: none;
    gap: 1.6rem;
    user-select: none; }
    .faq-item__question::-webkit-details-marker {
      display: none; }
  .faq-item__q-mark {
    font-size: 2.4rem;
    font-weight: 700;
    color: #006ae4;
    flex-shrink: 0;
    line-height: 1; }
  .faq-item__q-text {
    flex: 1;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.5; }
    @media (max-width: 767px) {
      .faq-item__q-text {
        font-size: 1.5rem; } }
  .faq-item__toggle {
    font-size: 2.4rem;
    color: #44b5e8;
    flex-shrink: 0;
    transition: transform 0.3s; }
  .faq-item[open] .faq-item__toggle {
    transform: rotate(180deg); }
  .faq-item__answer {
    padding: 0 3rem 2.4rem;
    display: flex;
    gap: 1.2rem;
    align-items: flex-start; }
  .faq-item__a-mark {
    font-size: 2.4rem;
    font-weight: 700;
    color: #44b5e8;
    flex-shrink: 0;
    line-height: 1;
    font-family: 'Manrope', sans-serif; }
  .faq-item__a-text {
    font-size: 1.6rem;
    color: #000033;
    line-height: 1.9;
    flex: 1; }

main:after {
  display: none; }
