html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

li {
  list-style-type: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

html {
  font-size: 62.5%;
}

body, * {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}

p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}

.contact-page {
  padding: 24rem 0 160px;
  background-color: #F7FAFF;
}
.contact-page__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contact-page__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  position: sticky;
  top: 20rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.contact-page__label {
  font-size: 1.4rem;
  font-weight: 600;
  color: #0A1A2F;
  letter-spacing: 0.08em;
}
.contact-page__title {
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1.1;
  font-family: "Figtree", sans-serif;
  color: #0A1A2F;
  letter-spacing: -0.02em;
}
.contact-page__lead {
  font-size: 1.6rem;
  line-height: 2;
  color: #0A1A2F;
}
.contact-page__form {
  max-width: 700px;
  margin-left: auto;
  width: 100%;
}

@media (max-width: 960px) {
  .contact-page {
    padding: 14rem 0 120px;
  }
  .contact-page__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 48px;
  }
  .contact-page__intro {
    position: static;
    gap: 1rem;
  }
  .contact-page__title {
    font-size: 4.2rem;
  }
  .contact-page__form {
    max-width: 100%;
    margin-left: 0;
  }
}
.wpcf7 {
  width: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wpcf7 .wrap-form-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wpcf7 .item-form-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.wpcf7 .heading-form-contact {
  font-size: 16px;
  font-weight: 600;
  color: #0A1A2F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wpcf7 .contact-label {
  color: #F7FAFF;
  background-color: #0A1A2F;
  font-size: 12px;
  font-weight: 500;
  padding: 4px 8px;
  border-radius: 2px;
  margin-left: 8px;
}
.wpcf7 .detail-form-contact input[type=text],
.wpcf7 .detail-form-contact input[type=email],
.wpcf7 .detail-form-contact input[type=tel],
.wpcf7 .detail-form-contact input[type=url],
.wpcf7 .detail-form-contact input[type=number],
.wpcf7 .detail-form-contact select,
.wpcf7 .detail-form-contact textarea {
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 16px;
  color: #0A1A2F;
  background-color: #F7FAFF;
  -webkit-transition: border-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: border-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.wpcf7 .detail-form-contact input[type=text]:focus,
.wpcf7 .detail-form-contact input[type=email]:focus,
.wpcf7 .detail-form-contact input[type=tel]:focus,
.wpcf7 .detail-form-contact input[type=url]:focus,
.wpcf7 .detail-form-contact input[type=number]:focus,
.wpcf7 .detail-form-contact select:focus,
.wpcf7 .detail-form-contact textarea:focus {
  outline: none;
  border-color: #0A1A2F;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 50, 175, 0.1);
          box-shadow: 0 0 0 2px rgba(0, 50, 175, 0.1);
}
.wpcf7 .detail-form-contact input[type=text]::-webkit-input-placeholder, .wpcf7 .detail-form-contact input[type=email]::-webkit-input-placeholder, .wpcf7 .detail-form-contact input[type=tel]::-webkit-input-placeholder, .wpcf7 .detail-form-contact input[type=url]::-webkit-input-placeholder, .wpcf7 .detail-form-contact input[type=number]::-webkit-input-placeholder, .wpcf7 .detail-form-contact select::-webkit-input-placeholder, .wpcf7 .detail-form-contact textarea::-webkit-input-placeholder {
  color: #999;
  font-size: 14px;
}
.wpcf7 .detail-form-contact input[type=text]::-moz-placeholder, .wpcf7 .detail-form-contact input[type=email]::-moz-placeholder, .wpcf7 .detail-form-contact input[type=tel]::-moz-placeholder, .wpcf7 .detail-form-contact input[type=url]::-moz-placeholder, .wpcf7 .detail-form-contact input[type=number]::-moz-placeholder, .wpcf7 .detail-form-contact select::-moz-placeholder, .wpcf7 .detail-form-contact textarea::-moz-placeholder {
  color: #999;
  font-size: 14px;
}
.wpcf7 .detail-form-contact input[type=text]:-ms-input-placeholder, .wpcf7 .detail-form-contact input[type=email]:-ms-input-placeholder, .wpcf7 .detail-form-contact input[type=tel]:-ms-input-placeholder, .wpcf7 .detail-form-contact input[type=url]:-ms-input-placeholder, .wpcf7 .detail-form-contact input[type=number]:-ms-input-placeholder, .wpcf7 .detail-form-contact select:-ms-input-placeholder, .wpcf7 .detail-form-contact textarea:-ms-input-placeholder {
  color: #999;
  font-size: 14px;
}
.wpcf7 .detail-form-contact input[type=text]::-ms-input-placeholder, .wpcf7 .detail-form-contact input[type=email]::-ms-input-placeholder, .wpcf7 .detail-form-contact input[type=tel]::-ms-input-placeholder, .wpcf7 .detail-form-contact input[type=url]::-ms-input-placeholder, .wpcf7 .detail-form-contact input[type=number]::-ms-input-placeholder, .wpcf7 .detail-form-contact select::-ms-input-placeholder, .wpcf7 .detail-form-contact textarea::-ms-input-placeholder {
  color: #999;
  font-size: 14px;
}
.wpcf7 .detail-form-contact input[type=text]::placeholder,
.wpcf7 .detail-form-contact input[type=email]::placeholder,
.wpcf7 .detail-form-contact input[type=tel]::placeholder,
.wpcf7 .detail-form-contact input[type=url]::placeholder,
.wpcf7 .detail-form-contact input[type=number]::placeholder,
.wpcf7 .detail-form-contact select::placeholder,
.wpcf7 .detail-form-contact textarea::placeholder {
  color: #999;
  font-size: 14px;
}
.wpcf7 .detail-form-contact select {
  cursor: pointer;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-right: 40px;
}
.wpcf7 .detail-form-contact textarea {
  min-height: 120px;
  resize: vertical;
}
.wpcf7 .center {
  margin-top: 40px;
}
.wpcf7 .center .wpcf7-acceptance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  margin-bottom: 20px;
}
.wpcf7 .center .wpcf7-acceptance input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin: 0;
  accent-color: #0A1A2F;
  margin-top: 2px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.wpcf7 .center .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.wpcf7 .center .wpcf7-acceptance .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  padding-bottom: 4px;
  font-size: 14px;
  color: #0A1A2F;
  line-height: 1.6;
  cursor: pointer;
  margin: 0;
}
.wpcf7 .center .wpcf7-acceptance .wpcf7-list-item label a {
  color: #0032AF;
  text-decoration: underline;
  font-weight: 600;
  margin-right: 2px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.wpcf7 .center .wpcf7-acceptance .wpcf7-list-item label a:hover {
  opacity: 0.8;
}
.wpcf7 .reCAPTCHA {
  font-size: 12px;
  color: #666;
  margin: 20px 0;
  line-height: 1.5;
}
.wpcf7 .reCAPTCHA a {
  color: #0032AF;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.wpcf7 .reCAPTCHA a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.wpcf7 .btn-wrap {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wpcf7 .btn-wrap input[type=submit] {
  background-color: #0A1A2F;
  color: #F7FAFF;
  border: none;
  padding: 20px 80px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-width: 280px;
  margin: 0 auto;
}
.wpcf7 .btn-wrap input[type=submit]:hover {
  background-color: rgb(5.5263157895, 14.3684210526, 25.9736842105);
  -webkit-box-shadow: 0 4px 12px rgba(10, 26, 47, 0.3);
          box-shadow: 0 4px 12px rgba(10, 26, 47, 0.3);
}
.wpcf7 .btn-wrap input[type=submit]:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.wpcf7 .wpcf7-not-valid-tip {
  color: #f51818;
  font-size: 14px;
  margin-top: 8px;
}
.wpcf7 .wpcf7-validation-errors {
  background-color: #fff3cd;
  border: 1px solid #ffeaa7;
  color: #856404;
  padding: 16px;
  border-radius: 8px;
  margin-bottom: 20px;
}
.wpcf7 .wpcf7-mail-sent-ok {
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
  padding: 16px;
  border-radius: 8px;
  margin-bottom: 20px;
}
.wpcf7 .screen-reader-response {
  display: none !important;
}
.wpcf7 .wpcf7-spinner {
  display: none !important;
}
.wpcf7 .wpcf7-response-output {
  display: none !important;
}
.wpcf7 .item-form-contact:has([name=number-year]) .detail-form-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 960px) {
  .wpcf7 .wrap-form-contact {
    gap: 24px;
  }
  .wpcf7 .item-form-contact {
    gap: 10px;
  }
  .wpcf7 .item-form-contact:has([name=number-year]) .detail-form-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .wpcf7 .item-form-contact:has([name=number-year]) .detail-form-contact input[type=number] {
    text-align: left;
  }
  .wpcf7 .heading-form-contact p {
    font-size: 14px;
  }
  .wpcf7 .detail-form-contact input[type=text],
  .wpcf7 .detail-form-contact input[type=email],
  .wpcf7 .detail-form-contact input[type=tel],
  .wpcf7 .detail-form-contact input[type=url],
  .wpcf7 .detail-form-contact input[type=number],
  .wpcf7 .detail-form-contact select,
  .wpcf7 .detail-form-contact textarea {
    padding: 14px 16px;
    font-size: 14px;
  }
  .wpcf7 .detail-form-contact .wpcf7-radio {
    gap: 12px;
  }
  .wpcf7 .detail-form-contact .wpcf7-radio .wpcf7-list-item input[type=radio] {
    width: 18px;
    height: 18px;
  }
  .wpcf7 .detail-form-contact .wpcf7-radio .wpcf7-list-item label {
    font-size: 14px;
  }
  .wpcf7 .detail-form-contact input[type=file] {
    padding: 10px 12px;
    font-size: 14px;
  }
  .wpcf7 .detail-form-contact input[type=file]::-webkit-file-upload-button {
    padding: 6px 12px;
    font-size: 12px;
  }
  .wpcf7 .detail-form-contact input[type=file]::file-selector-button {
    padding: 6px 12px;
    font-size: 12px;
  }
  .wpcf7 .center {
    margin: 32px 0;
  }
  .wpcf7 .center .wpcf7-acceptance {
    gap: 10px;
  }
  .wpcf7 .center .wpcf7-acceptance .wpcf7-list-item label {
    font-size: 13px;
    line-height: 1.5;
  }
  .wpcf7 .reCAPTCHA {
    font-size: 11px;
    text-align: left;
  }
  .wpcf7 .btn-wrap {
    margin-top: 32px;
  }
  .wpcf7 .btn-wrap input[type=submit] {
    padding: 18px 60px;
    font-size: 16px;
    min-width: 180px;
  }
}