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, body, * {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 62.5%;
  letter-spacing: 0.05em;
}

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

.inner {
  width: 100%;
  padding: 0 150px;
  margin: 0 auto;
}

.inner-sm {
  width: 100%;
  padding: 0 240px;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .inner {
    padding: 0 48px;
  }
  .inner-sm {
    padding: 0 56px;
  }
}
@media (max-width: 960px) {
  .inner {
    padding: 0 20px;
  }
  .inner-sm {
    padding: 0 20px;
  }
}
@media (max-width: 480px) {
  .inner,
  .inner-sm {
    padding: 0 16px;
  }
}
.component-section {
  padding: 300px 105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  background-color: #c6c6c6;
}

.section-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.section-heading__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.section-heading__icon {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #D63B3B;
  padding: 3px;
}
.section-heading__icon::before, .section-heading__icon::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
.section-heading__icon::before {
  width: 100%;
  height: 100%;
  background-color: #FFBBBB;
}
.section-heading__icon::after {
  width: 60%;
  height: 60%;
  background-color: #D63B3B;
}
.section-heading__lead-text {
  font-size: 14px;
  font-weight: 600;
  color: #606178;
}
.section-heading__title {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #D63B3B;
}
.section-heading--secondary .section-heading__lead-text {
  color: #FCFCFC;
}
.section-heading--secondary .section-heading__title {
  color: #FCFCFC;
}
@media (max-width: 960px) {
  .section-heading__title {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .section-heading {
    gap: 6px;
  }
  .section-heading__lead-text {
    font-size: 13px;
  }
  .section-heading__title {
    font-size: 26px;
    line-height: 1.35;
  }
}

.main-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding: 1.6rem 1.8rem 1.6rem 2.4rem;
  min-height: 5rem;
  border-radius: 0.4rem;
  text-decoration: none;
  color: #FCFCFC;
  font-weight: 700;
  letter-spacing: 0.04em;
  border: 1px solid transparent;
  background-color: #D63B3B;
  -webkit-transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.main-btn__label, .main-btn__text {
  font-size: 1.5rem;
  line-height: 1;
  color: inherit;
  white-space: nowrap;
}
.main-btn__divider {
  width: 1px;
  height: 1.8rem;
  background-color: rgba(252, 252, 252, 0.6);
  opacity: 0.6;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.main-btn__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 18px;
  height: 18px;
  margin-left: 0.2rem;
  background-image: url("../images/arrow-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.main-btn__icon > * {
  display: none;
}
.main-btn:hover, .main-btn:focus-visible {
  background-color: rgb(200.4658227848, 41.9341772152, 41.9341772152);
  color: #FCFCFC;
  border: 1px solid transparent;
}
.main-btn:hover .main-btn__divider, .main-btn:focus-visible .main-btn__divider {
  opacity: 0.6;
}
.main-btn:hover .main-btn__icon, .main-btn:focus-visible .main-btn__icon {
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}
.main-btn:focus-visible {
  outline: 3px solid rgba(252, 252, 252, 0.4);
  outline-offset: 2px;
}
@media (max-width: 960px) {
  .main-btn {
    gap: 1.1rem;
    padding: 1.2rem 1.6rem 1.2rem 2rem;
    min-height: 4.4rem;
  }
  .main-btn__label, .main-btn__text {
    font-size: 1.3rem;
  }
  .main-btn__divider {
    height: 1.6rem;
  }
  .main-btn__icon {
    width: 16px;
    height: 16px;
  }
}

.sub-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding: 1.6rem 1.8rem 1.6rem 2.4rem;
  min-height: 5rem;
  border-radius: 0.4rem;
  text-decoration: none;
  color: #D63B3B;
  font-weight: 700;
  letter-spacing: 0.04em;
  border: 1px solid rgba(214, 59, 59, 0.4);
  background-color: #FCFCFC;
  -webkit-transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.sub-btn__label, .sub-btn__text {
  font-size: 1.5rem;
  line-height: 1;
  color: inherit;
  white-space: nowrap;
}
.sub-btn__divider {
  width: 1px;
  height: 1.8rem;
  background-color: #D63B3B;
  opacity: 0.4;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.sub-btn__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 18px;
  height: 18px;
  margin-left: 0.2rem;
  background-image: url("../images/arrow-red.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.sub-btn__icon > * {
  display: none;
}
.sub-btn:hover, .sub-btn:focus-visible {
  background-color: #efefef;
  color: #D63B3B;
  border: 1px solid rgba(214, 59, 59, 0.5);
}
.sub-btn:hover .sub-btn__divider, .sub-btn:focus-visible .sub-btn__divider {
  opacity: 0.5;
}
.sub-btn:hover .sub-btn__icon, .sub-btn:focus-visible .sub-btn__icon {
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}
.sub-btn:focus-visible {
  outline: 3px solid rgba(214, 59, 59, 0.25);
  outline-offset: 2px;
}
@media (max-width: 960px) {
  .sub-btn {
    gap: 1.1rem;
    padding: 1.2rem 1.6rem 1.2rem 2rem;
    min-height: 4.4rem;
  }
  .sub-btn__label, .sub-btn__text {
    font-size: 1.3rem;
  }
  .sub-btn__divider {
    height: 1.6rem;
  }
  .sub-btn__icon {
    width: 16px;
    height: 16px;
  }
}

@media (max-width: 480px) {
  .main-btn,
  .sub-btn {
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
  .main-btn__label,
  .main-btn__text,
  .sub-btn__label,
  .sub-btn__text {
    white-space: normal;
    text-align: center;
  }
}
.schedule {
  background-color: #FCFCFC;
  padding: 140px 0;
}
.schedule__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;
}
.schedule__header {
  text-align: left;
}
.schedule__calendar {
  width: 100%;
  min-height: 600px;
  border-radius: 8px;
  overflow: hidden;
  background: rgba(32, 32, 32, 0.04);
}
.schedule__calendar iframe {
  display: block;
  width: 100%;
  min-height: 600px;
}
@media (max-width: 960px) {
  .schedule {
    padding: 72px 0 64px;
  }
}
@media (max-width: 480px) {
  .schedule {
    padding: 56px 0 48px;
    gap: 36px;
  }
  .schedule__calendar {
    min-height: 500px;
  }
  .schedule__calendar iframe {
    min-height: 500px;
  }
}

.recruit--stacked {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 120px 0;
  background: url("../images/trial-bg.webp") no-repeat center center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.recruit--stacked .recruit-card--stacked {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.recruit--stacked .recruit-card__inner--stacked {
  width: 100%;
  padding: 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  color: #FCFCFC;
  text-align: center;
}
.recruit--stacked .recruit-card__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.recruit--stacked .recruit-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.recruit--stacked .recruit-logo img {
  width: 180px;
  height: auto;
  display: block;
}
.recruit--stacked .recruit-card__title-text {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.recruit--stacked .recruit-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
}
.recruit--stacked .recruit-card__body-copy {
  font-size: 16px;
  line-height: 2.3;
  letter-spacing: 0.04em;
}
.recruit--stacked .recruit-card__body-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 960px) {
  .recruit--stacked {
    padding: 80px 0;
  }
  .recruit--stacked .recruit-card__inner--stacked {
    padding: 36px 24px;
    gap: 28px;
  }
  .recruit--stacked .recruit-card__title-text {
    font-size: 28px;
  }
  .recruit--stacked .recruit-card__body-copy {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media (max-width: 480px) {
  .recruit--stacked {
    padding: 56px 0;
  }
  .recruit--stacked .recruit-card__inner--stacked {
    padding: 28px 16px;
    gap: 24px;
  }
  .recruit--stacked .recruit-card__title-text {
    font-size: 22px;
  }
  .recruit--stacked .recruit-logo img {
    width: 140px;
  }
}

.cta {
  padding: 80px 0 100px;
  background-color: #F6F6F6;
}
.cta__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: 80px;
}
.cta-block__heading {
  margin: 0 0 40px;
  font-size: 24px;
  font-weight: 700;
  color: #202020;
  letter-spacing: 0.05em;
  text-align: center;
}
.cta-block__line .cta-line-banner {
  display: block;
  border-radius: 12px;
  overflow: hidden;
}
.cta-block__line .cta-line-banner img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.cta-block__line .cta-line-banner--placeholder img {
  display: none;
}
.cta-block__line .cta-line-banner--placeholder::before {
  content: "";
  display: block;
  padding-top: 30%;
  background: rgba(214, 59, 59, 0.08);
}
.cta-block__phone {
  background: #FCFCFC;
  border-radius: 12px;
  padding: 60px 32px;
  text-align: center;
  -webkit-box-shadow: 0 2px 12px rgba(32, 32, 32, 0.06);
          box-shadow: 0 2px 12px rgba(32, 32, 32, 0.06);
}
.cta-block__phone-number {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #202020;
  letter-spacing: 0.05em;
  text-decoration: none;
  margin-bottom: 8px;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.cta-block__phone-number:hover {
  color: #D63B3B;
}
.cta-block__phone-rep {
  margin: 0;
  font-size: 14px;
  color: #202020;
  opacity: 0.8;
  letter-spacing: 0.05em;
}
.cta-block__form {
  margin: 0 auto;
}
@media (max-width: 960px) {
  .cta {
    padding: 64px 0 88px;
  }
  .cta .cta__inner {
    gap: 56px;
  }
  .cta .cta-block__heading {
    font-size: 22px;
    margin-bottom: 28px;
  }
  .cta .cta-block__phone {
    padding: 44px 24px;
  }
  .cta .cta-block__phone-number {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .cta {
    padding: 56px 0 80px;
  }
  .cta .cta__inner {
    gap: 48px;
  }
  .cta .cta-block__heading {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .cta .cta-block__phone-number {
    font-size: 22px;
    word-break: break-all;
  }
}

.wpcf7 {
  width: 100%;
  max-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 .item-form-contact:has([name=number-year]) .detail-form-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.wpcf7 .item-form-contact:has([name=number-year]) .detail-form-contact input[type=number] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.wpcf7 .item-form-contact:has([name=number-year]) .detail-form-contact span {
  font-size: 16px;
  color: #202020;
  white-space: nowrap;
}
.wpcf7 .heading-form-contact {
  font-size: 16px;
  font-weight: 600;
  color: #202020;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.wpcf7 .contact-label {
  color: #FCFCFC;
  background-color: #D63B3B;
  font-size: 12px;
  font-weight: 500;
  padding: 4px 8px;
  border-radius: 4px;
  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 input[type=date],
.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: 16px 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 16px;
  color: #202020;
  background-color: #FCFCFC;
  -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 input[type=date]:focus,
.wpcf7 .detail-form-contact select:focus,
.wpcf7 .detail-form-contact textarea:focus {
  outline: none;
  border-color: #D63B3B;
  -webkit-box-shadow: 0 0 0 2px rgba(214, 59, 59, 0.1);
          box-shadow: 0 0 0 2px rgba(214, 59, 59, 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 input[type=date]::-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 input[type=date]::-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 input[type=date]:-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 input[type=date]::-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 input[type=date]::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 .detail-form-contact .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.wpcf7 .detail-form-contact .wpcf7-radio .wpcf7-list-item {
  margin: 0;
}
.wpcf7 .detail-form-contact .wpcf7-radio .wpcf7-list-item input[type=radio] {
  width: 20px;
  height: 20px;
  margin: 0;
  accent-color: #D63B3B;
}
.wpcf7 .detail-form-contact .wpcf7-radio .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #202020;
  cursor: pointer;
  margin: 0;
  padding-bottom: 5px;
}
.wpcf7 .detail-form-contact input[type=file] {
  padding: 12px 16px;
  border: 2px dashed #ddd;
  background-color: #f9f9f9;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wpcf7 .detail-form-contact input[type=file]:hover {
  border-color: #D63B3B;
  background-color: rgba(214, 59, 59, 0.05);
}
.wpcf7 .detail-form-contact input[type=file]::-webkit-file-upload-button {
  background-color: #D63B3B;
  color: #FCFCFC;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  margin-right: 12px;
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.wpcf7 .detail-form-contact input[type=file]::file-selector-button {
  background-color: #D63B3B;
  color: #FCFCFC;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  margin-right: 12px;
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.wpcf7 .detail-form-contact input[type=file]::-webkit-file-upload-button:hover {
  background-color: rgb(183.5949367089, 38.4050632911, 38.4050632911);
}
.wpcf7 .detail-form-contact input[type=file]::file-selector-button:hover {
  background-color: rgb(183.5949367089, 38.4050632911, 38.4050632911);
}
.wpcf7 .center {
  margin: 20px 0;
}
.wpcf7 .center .wpcf7-acceptance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  margin-bottom: 20px;
}
.wpcf7 .center .wpcf7-acceptance input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin: 0;
  accent-color: #D63B3B;
  margin-top: 2px;
}
.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: #202020;
  line-height: 1.6;
  cursor: pointer;
  margin: 0;
}
.wpcf7 .center .wpcf7-acceptance .wpcf7-list-item label a {
  color: #D63B3B;
  text-decoration: underline;
  font-weight: 600;
  margin-right: 2px;
}
.wpcf7 .reCAPTCHA {
  font-size: 12px;
  color: #666;
  text-align: center;
  line-height: 1.5;
}
.wpcf7 .reCAPTCHA a {
  color: #D63B3B;
  text-decoration: underline;
}
.wpcf7 .reCAPTCHA a:hover {
  text-decoration: none;
}
.wpcf7 .btn-wrap {
  text-align: center;
}
.wpcf7 .btn-wrap.center {
  margin: 40px auto 0;
}
.wpcf7 .btn-wrap input[type=submit] {
  background-color: #D63B3B;
  color: #FCFCFC;
  border: none;
  padding: 20px 80px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-width: 200px;
}
.wpcf7 .wpcf7-response-output {
  display: none;
}
.wpcf7 .wpcf7-not-valid-tip {
  color: #D63B3B;
  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;
}

@media (max-width: 960px) {
  .contact-form-section {
    padding: 0 0 80px;
  }
  .contact-form-section__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .contact-form-section__header {
    margin-bottom: 40px;
  }
  .contact-form-section__description {
    font-size: 14px;
    line-height: 1.8;
  }
  .wpcf7 .wrap-form-contact {
    gap: 24px;
  }
  .wpcf7 .item-form-contact {
    gap: 10px;
  }
  .wpcf7 .item-form-contact:has([name=number-year]) .detail-form-contact {
    gap: 6px;
  }
  .wpcf7 .item-form-contact:has([name=number-year]) .detail-form-contact span {
    font-size: 14px;
  }
  .wpcf7 .heading-form-contact {
    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 input[type=date],
  .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;
  }
  .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;
  }
}
@media (max-width: 480px) {
  .wpcf7 .btn-wrap input[type=submit] {
    width: 100%;
    min-width: unset;
  }
}
.image-slider {
  display: grid;
  grid-template-columns: 60px 1fr 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.image-slider .image-slider__viewport {
  overflow: hidden;
  min-width: 0;
}
.image-slider .image-slider__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  scroll-behavior: smooth;
}
.image-slider .image-slider__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 420px;
  height: 260px;
  border-radius: 12px;
  overflow: hidden;
}
.image-slider .image-slider__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.image-slider .image-slider__btn {
  width: 48px;
  height: 48px;
  border: 1.5px solid #202020;
  border-radius: 50%;
  background: #FCFCFC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.image-slider .image-slider__btn::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #202020;
  border-right: 2px solid #202020;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.image-slider .image-slider__btn--prev::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.image-slider .image-slider__btn:hover {
  background: #D63B3B;
  border-color: #D63B3B;
}
.image-slider .image-slider__btn:hover::before {
  border-color: #FCFCFC;
}
@media (max-width: 960px) {
  .image-slider {
    grid-template-columns: 44px 1fr 44px;
    gap: 10px;
  }
  .image-slider .image-slider__item {
    width: min(280px, 72vw);
    height: 180px;
  }
  .image-slider .image-slider__btn {
    width: 44px;
    height: 44px;
  }
}
@media (max-width: 480px) {
  .image-slider {
    grid-template-columns: 40px 1fr 40px;
    gap: 8px;
  }
  .image-slider .image-slider__item {
    width: min(260px, 78vw);
    height: 160px;
  }
  .image-slider .image-slider__btn {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 960px) {
  .strong-section .strong-list .strong-card {
    grid-template-columns: 1fr;
  }
}
.static-page-title {
  padding: 80px 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.static-page-title__top {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.static-page-title__top-en .en-text {
  font-size: 14px;
  font-weight: 600;
  color: #D63B3B;
  letter-spacing: 0.08em;
}
.static-page-title__top-ja .title-ja-copy {
  font-size: 32px;
  font-weight: 700;
  color: #202020;
  letter-spacing: 0.05em;
  line-height: 1.35;
}
@media (max-width: 960px) {
  .static-page-title {
    padding: 64px 0 32px;
  }
  .static-page-title__top-ja .title-ja-copy {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .static-page-title {
    padding: 48px 0 24px;
  }
  .static-page-title__top-ja .title-ja-copy {
    font-size: 22px;
  }
}

.js-fade-item {
  opacity: 0 !important;
  transform: translate3d(0, 48px, 0);
  -webkit-transform: translate3d(0, 48px, 0);
  transition: opacity 0.7s ease, -webkit-transform 0.7s ease;
  transition: opacity 0.7s ease, transform 0.7s ease;
  transition: opacity 0.7s ease, transform 0.7s ease, -webkit-transform 0.7s ease;
  -webkit-transition: opacity 0.7s ease, -webkit-transform 0.7s ease;
  -webkit-transition-delay: var(--fade-delay, 0s);
          transition-delay: var(--fade-delay, 0s);
  will-change: opacity, transform;
}
.js-fade-item.is-visible {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}