*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

@media screen and (max-width: 1439px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 389px) {
  html {
    font-size: calc(16.64 / 390 * 100vw);
  }
}

body {
  color: #393939;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

video,
img,
svg {
  max-width: 100%;
  height: auto;
}

button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
}

input,
textarea,
select {
  font: inherit;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.l-footer {
  background: #2f8ca3;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  padding: 0;
}

.l-section-title {
  text-align: center;
}
.l-section-title h2 {
  color: #2f8ca3;
  font-size: max(2rem, 22.4px) !important;
  font-weight: 700 !important;
  line-height: 1.6 !important;
  letter-spacing: 0em !important;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .l-section-title h2 {
    font-size: 2rem !important;
  }
}
@media screen and (max-width: 767px) {
  .l-section-title h2 {
    font-size: max(1.125rem, 12.6px) !important;
    font-weight: 700 !important;
    line-height: 1.5555555556 !important;
    letter-spacing: 0.0005555556em !important;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .l-section-title h2 {
    font-size: 1.125rem !important;
  }
}
.l-section-title h2::after {
  content: "";
  display: block;
  width: 5rem;
  height: 0.25rem;
  background-color: #dbdbdb;
}
@media screen and (max-width: 767px) {
  .l-section-title h2::after {
    width: 4rem;
    height: 0.1875rem;
  }
}
.l-section-title p {
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
  text-align: left;
  font-size: max(1.125rem, 12.6px) !important;
  font-weight: 500 !important;
  line-height: 1.8 !important;
  letter-spacing: 0.03em !important;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .l-section-title p {
    font-size: 1.125rem !important;
  }
}
@media screen and (max-width: 767px) {
  .l-section-title p {
    -webkit-margin-before: 2rem;
            margin-block-start: 2rem;
    font-size: max(0.9375rem, 10.5px) !important;
    font-weight: 500 !important;
    line-height: 1.9 !important;
    letter-spacing: 0.0006666667em !important;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .l-section-title p {
    font-size: 0.9375rem !important;
  }
}
.l-section-title p .--bold {
  font-weight: 900;
  display: inline;
}
.l-section-title p + p {
  margin-top: 1rem;
}

.button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  padding: 0.875rem 1.125rem;
  border-radius: 0.25rem;
  text-decoration: none;
  -webkit-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
  border: 2px solid #2f8ca3;
  text-align: center;
  font-size: max(1.125rem, 12.6px) !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  letter-spacing: 0.0444444444em !important;
  font-size: max(1.125rem, 10px) !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #2f8ca3;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .button {
    font-size: 1.125rem !important;
  }
}
@media screen and (max-width: 767px) {
  .button {
    gap: 0rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: left;
    font-size: max(1rem, 11.2px) !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
    letter-spacing: 0.05em !important;
    padding: 0.875rem 0.875rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .button {
    font-size: 1rem !important;
  }
}
.button::after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(../img/arrow1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.button:hover {
  background: #ffffff;
  color: #2f8ca3;
}
.button:hover::after {
  background-image: url(../img/arrow2.svg);
}
.button.button--line::after {
  background-image: url(../img/arrow2.svg);
}

.button--zoom {
  font-size: max(1.125rem, 10px) !important;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .button--zoom {
    font-size: max(1rem, 11.2px) !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    letter-spacing: 0.05em !important;
    padding: 0.5rem 0.875rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .button--zoom {
    font-size: 1rem !important;
  }
}
.button--zoom:hover {
  background: #ffffff;
  color: #2f8ca3;
}
.button--zoom:hover::after {
  background-image: url(../img/arrow2.svg);
}

.button--line {
  border: 2px solid #2f8ca3;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: #ffffff;
  color: #2f8ca3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .button--line {
    font-size: max(1rem, 11.2px) !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    letter-spacing: 0.05em !important;
    padding: 0.5rem 0.875rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .button--line {
    font-size: 1rem !important;
  }
}
.button--line::after {
  background-image: url(../img/arrow2.svg);
}
.button--line:hover {
  background: #2f8ca3;
  color: #ffffff;
  border: 2px solid #ffffff;
}
.button--line:hover::after {
  background-image: url(../img/arrow1.svg);
}

.button--zoom-cta {
  border: 2px solid #ffffff;
  background: #ffffff;
  color: #0b6577;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .button--zoom-cta {
    font-size: max(1.125rem, 12.6px) !important;
    font-weight: 600 !important;
    line-height: 1.5 !important;
    letter-spacing: 0em !important;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .button--zoom-cta {
    font-size: 1.125rem !important;
  }
}
.button--zoom-cta::after {
  background-image: url(../img/arrow3.svg);
  width: 1.5rem;
  height: 1.5rem;
}
.button--zoom-cta:hover {
  background: #2f8ca3;
  color: #ffffff;
  border: 2px solid #ffffff;
}
.button--zoom-cta:hover::after {
  background-image: url(../img/arrow4.svg);
}

.button--cta {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .button--cta {
    padding: 0.875rem 1.125rem;
    font-size: max(1.125rem, 12.6px) !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
    letter-spacing: 0.05em !important;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .button--cta {
    font-size: 1.125rem !important;
  }
}

.button--contact {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 0.875rem !important;
  line-height: 1.5 !important;
  letter-spacing: 0.05em !important;
  font-weight: 700 !important;
  padding: 0.5rem 0.875rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.button--contact:hover {
  background: #ffffff;
  color: #2f8ca3;
}
.button--contact:hover::after {
  background-image: url(../img/arrow2.svg);
}

.button--document {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 0.875rem;
  border: 2px solid #2f8ca3;
  background: #ffffff;
  font-size: 0.8125rem !important;
  line-height: 1.5 !important;
  letter-spacing: 0.05em !important;
  font-weight: 700 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #2f8ca3;
}
.button--document::after {
  background-image: url(../img/arrow2.svg);
}
.button--document:hover {
  background: #2f8ca3;
  color: #ffffff;
  border: 2px solid #ffffff;
}
.button--document:hover::after {
  background-image: url(../img/arrow1.svg);
}

.button__sub {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.header__button {
  padding: 0.375rem 1.125rem 0.375rem 2.5rem;
  background: #2f8ca3;
  border-radius: 0.25rem;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
@media screen and (max-width: 767px) {
  .header__button {
    padding: 0.5rem 0.5rem;
  }
}
.header__button::after {
  content: "";
  display: block;
  background-image: url(../img/arrow1.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 1.5rem;
  height: 1.5rem;
}
@media screen and (max-width: 767px) {
  .header__button::after {
    display: none;
  }
}
.header__button.drawer__cta::after {
  display: block;
}
.header__button:hover {
  background: #0b6577;
  color: #ffffff;
}
.header__button:hover::after {
  background-image: url(../img/arrow4.svg);
  width: 1.5rem;
  height: 1.5rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.header__button-text {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header__button-text .main {
  font-size: max(1.125rem, 12.6px) !important;
  font-weight: 700 !important;
  line-height: 1.6666666667 !important;
  letter-spacing: 0.0555555556em !important;
}
@media screen and (max-width: 767px) {
  .header__button-text .main {
    font-size: 1.125rem !important;
  }
}
@media screen and (max-width: 767px) {
  .header__button-text .main {
    font-size: max(0.8125rem, 9.1px) !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    letter-spacing: 0.05em !important;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .header__button-text .main {
    font-size: 0.8125rem !important;
  }
}
.header__button-text .sub {
  font-size: max(0.8125rem, 9.1px) !important;
  font-weight: 500 !important;
  line-height: 1.6153846154 !important;
  letter-spacing: 0.0538461538em !important;
}
@media screen and (max-width: 767px) {
  .header__button-text .sub {
    font-size: 0.8125rem !important;
  }
}
@media screen and (max-width: 767px) {
  .header__button-text .sub {
    font-size: max(0.625rem, 7px) !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
    letter-spacing: 0.05em !important;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .header__button-text .sub {
    font-size: 0.625rem !important;
  }
}

.drawer__button {
  padding-block: 0.75rem;
  padding-inline: 2.75rem 1.5rem;
  background: #2f8ca3;
  border-radius: 4px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  width: 100%;
  min-width: 286px;
}
.drawer__button::after {
  content: "";
  display: block;
  background-image: url(../img/arrow1.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}

.drawer__button-text .main {
  font-size: max(1.25rem, 14px) !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  letter-spacing: 0.05em !important;
}
@media screen and (max-width: 767px) {
  .drawer__button-text .main {
    font-size: 1.25rem !important;
  }
}
.drawer__button-text .sub {
  font-size: max(0.875rem, 9.8px) !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  letter-spacing: 0.05em !important;
}
@media screen and (max-width: 767px) {
  .drawer__button-text .sub {
    font-size: 0.875rem !important;
  }
}

.seminar__btn {
  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: 1.25rem;
  background: #ffffff;
  border: 2px solid #d3dddf;
  border-radius: 0.25rem;
  padding: 0.375rem 1.125rem;
  font-size: max(0.9375rem, 10.5px) !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
  letter-spacing: 0.05em !important;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-width: 110px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .seminar__btn {
    font-size: 0.9375rem !important;
  }
}
.seminar__btn::after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background: url(../img/arrow2.svg) no-repeat center center/contain;
}
.seminar__btn:hover {
  background: #2f8ca3;
  color: #ffffff;
}
.seminar__btn:hover::after {
  background: url(../img/arrow1.svg) no-repeat center center/contain;
}

.fix__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 17.5rem;
  height: auto;
  aspect-ratio: 280/240;
  bottom: 0;
  right: 0;
  z-index: 50;
  position: fixed;
  overflow: hidden;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .fix__cta {
    display: none;
  }
}

.fix__cta-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.fix__cta-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.button--fix-cta {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding: 0.53125rem 1.125rem;
  font-size: max(1.125rem, 12.6px) !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  letter-spacing: 0.05em !important;
  font-size: max(1.125rem, 9.6px) !important;
}
@media screen and (max-width: 767px) {
  .button--fix-cta {
    font-size: 1.125rem !important;
  }
}
.button--fix-cta::after {
  width: 1.5rem;
  height: 1.5rem;
}

.fix__cta-button {
  width: 100%;
  min-width: 137px;
}
.fix__cta-inner {
  padding-block: 1.625rem 0.4375rem;
  padding-inline: 0.75rem;
  width: 100%;
  height: 100%;
}

.fix__cta-title-wrapper {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0.6875rem;
}

.fix__cta-desc {
  color: #ffffff;
  font-size: max(1.25rem, 14px) !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
  letter-spacing: 0.2em !important;
  font-size: max(1.25rem, 10.7px) !important;
  padding: 0.1875rem 0.4375rem;
  border-radius: 0.125rem;
  border: 1px solid #ffffff;
  margin-bottom: 0.5625rem;
}
@media screen and (max-width: 767px) {
  .fix__cta-desc {
    font-size: 1.25rem !important;
  }
}

.fix__cta-title {
  color: #ffffff;
  font-size: max(1.5rem, 16.8px) !important;
  font-weight: 700 !important;
  line-height: 1.3333333333 !important;
  letter-spacing: 0.05em !important;
  font-size: max(1.5rem, 12.8px) !important;
  margin-bottom: 1.1875rem;
}
@media screen and (max-width: 767px) {
  .fix__cta-title {
    font-size: 1.5rem !important;
  }
}
.fix__cta-title .jp {
  display: block;
  font-size: max(1.75rem, 19.6px) !important;
  font-weight: 700 !important;
  line-height: 1.0285714286 !important;
  letter-spacing: 0.05em !important;
}
@media screen and (max-width: 767px) {
  .fix__cta-title .jp {
    font-size: 1.75rem !important;
  }
}

.c-animated__fadeIn {
  translate: 0 20px;
  opacity: 0;
}
.c-animated__fadeIn.js-show {
  translate: 0;
  opacity: 1;
}

.ndc-event-table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
.ndc-event-table th,
.ndc-event-table td {
  padding: 8px 16px;
  border: 1px solid #ddd;
  font-size: 14px;
  text-align: left;
  vertical-align: middle;
}
.ndc-event-table th:nth-child(1),
.ndc-event-table td:nth-child(1) {
  width: 100px;
}
.ndc-event-table th {
  background: #2f8ca3;
  color: #fff;
}

.header {
  position: sticky;
  z-index: 103;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: #ffffff;
  z-index: 20;
}

.header__info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-inline: 2rem;
  padding-block: 0.75rem;
  max-width: 1920px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .header__info-wrapper {
    padding-block: 1rem;
    padding-inline: 0.5rem;
  }
}
.header__info-wrapper.--right {
  gap: 3.625rem;
  padding: 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-inline: 0;
}
@media screen and (max-width: 767px) {
  .header__info-wrapper.--right {
    padding-right: 3.5rem;
  }
}

.header__inner {
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #2f8ca3;
  padding-inline: 2.5rem;
}
.header__logo {
  width: 20.75rem;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 195px;
  }
}
.header__logo img {
  width: 100%;
  height: auto;
}

.header__nav {
  max-width: 1316px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .header__nav {
    display: none;
  }
}

.header__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__list li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 4.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-left: 1px solid #ffffff;
}
.header__list li:last-child {
  border-right: 1px solid #ffffff;
}
.header__list li a {
  height: 100%;
  display: grid;
  place-items: center;
  color: #ffffff;
  font-size: max(1rem, 11.2px) !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  letter-spacing: 0.05em !important;
  font-size: max(1rem, 9px) !important;
  white-space: nowrap;
  padding: 0.75rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .header__list li a {
    font-size: 1rem !important;
  }
}
.header__list li a:hover {
  background: #0b6577;
}

.header__button-wrapper {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .header__button-wrapper {
    display: none;
  }
}

.header__sub-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  -webkit-margin-after: 0.5rem;
          margin-block-end: 0.5rem;
}
@media screen and (max-width: 767px) {
  .header__sub-wrapper {
    display: none;
  }
}

.header__sub-link a {
  font-size: max(0.8125rem, 9.1px) !important;
  font-weight: 700 !important;
  line-height: 1.3846153846 !important;
  letter-spacing: 0.0538461538em !important;
}
@media screen and (max-width: 767px) {
  .header__sub-link a {
    font-size: 0.8125rem !important;
  }
}
.header__sub-link a:hover {
  opacity: 0.7;
}

.header__logo-wrapper {
  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.25rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .header__logo-wrapper {
    padding-bottom: 0;
  }
}
.header__logo-wrapper:hover {
  opacity: 0.7;
}

.logo__desc {
  font-size: max(0.75rem, 8.4px) !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  letter-spacing: 0.065em !important;
}
@media screen and (max-width: 767px) {
  .logo__desc {
    font-size: 0.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .logo__desc {
    display: none;
  }
}

.header__tel-wrapper {
  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;
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-margin-after: 0.375rem;
          margin-block-end: 0.375rem;
}
.header__tel-wrapper::before {
  content: "";
  display: block;
  background-image: url(../img/icon-tel.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 2.25rem;
  height: 2.25rem;
}

.header__tel-link {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header__tel {
  font-family: "Oswald", sans-serif !important;
  font-size: max(1.5rem, 16.8px) !important;
  font-weight: 600 !important;
  line-height: 1.75 !important;
  letter-spacing: 0.0583333333em !important;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .header__tel {
    font-size: 1.5rem !important;
  }
}

.header__tel-desc {
  font-size: max(0.8125rem, 9.1px) !important;
  font-weight: 500 !important;
  line-height: 1.2923076923 !important;
  letter-spacing: 0.0538461538em !important;
}
@media screen and (max-width: 767px) {
  .header__tel-desc {
    font-size: 0.8125rem !important;
  }
}

@media screen and (max-width: 767px) {
  .header__info-wrapper .header__tel-wrapper {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    -webkit-margin-after: 0;
            margin-block-end: 0;
    padding: 0.375rem 0.3125rem 0.5rem 0.125rem;
    background: #2f8ca3;
    border-radius: 0.25rem;
  }
  .header__info-wrapper .header__tel-wrapper::before {
    width: 0.75rem;
    height: 0.75rem;
  }
}

@media screen and (max-width: 767px) {
  .header__info-wrapper .header__tel {
    font-size: max(0.6875rem, 7.7px) !important;
    font-weight: 600 !important;
    line-height: 1.3636363636 !important;
    letter-spacing: 0.0454545455em !important;
    color: #ffffff;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .header__info-wrapper .header__tel {
    font-size: 0.6875rem !important;
  }
}

@media screen and (max-width: 767px) {
  .header__info-wrapper .header__tel-desc {
    font-size: max(0.3125rem, 3.5px) !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    letter-spacing: 0.05em !important;
    color: #ffffff;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .header__info-wrapper .header__tel-desc {
    font-size: 0.3125rem !important;
  }
}

.drawer__icon {
  position: fixed;
  z-index: 103;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 1.5625rem;
  right: 0.6rem;
  width: 2.5rem;
  height: 1.375rem;
}
@media (min-width: 768px) {
  .drawer__icon {
    display: none;
  }
}

.drawer__icon--bar {
  width: 100%;
  height: 2px;
  background: #2f8ca3;
}

.drawer__icon.js-show .drawer__icon--bar:nth-of-type(1) {
  rotate: 25deg;
  translate: 0 0.8125rem;
}
.drawer__icon.js-show .drawer__icon--bar:nth-of-type(2) {
  display: none;
}
.drawer__icon.js-show .drawer__icon--bar:nth-of-type(3) {
  rotate: -25deg;
  translate: 0 -0.5rem;
}

.drawer {
  position: fixed;
  overflow-y: scroll;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background: #ffffff;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  z-index: 101;
}

.drawer__icon--bar {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.drawer.js-show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.drawer__body {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-block: 4.75rem 2.5rem;
}

.drawer__list {
  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;
  width: 100%;
  background-color: #2f8ca3;
}
.drawer__list li {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #ffffff;
}
.drawer__list li:last-child {
  border-bottom: none;
}
.drawer__list li a {
  display: block;
  width: 100%;
  padding-block: 1.5rem;
  padding-inline: 1.25rem;
  color: #ffffff;
  font-size: max(1rem, 11.2px) !important;
  font-weight: 500 !important;
  line-height: 1.45 !important;
  letter-spacing: 0.05em !important;
}
@media screen and (max-width: 767px) {
  .drawer__list li a {
    font-size: 1rem !important;
  }
}

.drawer__sub-link {
  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;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  -webkit-margin-after: 1.25rem;
          margin-block-end: 1.25rem;
}
.drawer__sub-link a {
  font-size: max(0.875rem, 9.8px) !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  letter-spacing: 0.05em !important;
}
@media screen and (max-width: 767px) {
  .drawer__sub-link a {
    font-size: 0.875rem !important;
  }
}
.drawer__sub-link a:hover {
  opacity: 0.7;
}

.drawer__button-wrapper {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.drawer__sub-wrapper {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff;
  padding-block: 1.25rem 1rem;
  padding-inline: 3.25rem;
  width: 100%;
  max-width: 390px;
  margin-inline: auto;
}

.drawer__tel-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-margin-after: 1rem;
          margin-block-end: 1rem;
  padding-block: 0.5625rem;
  padding-inline: 0.6875rem 1.1875rem;
  width: 100%;
  min-width: 286px;
  border-radius: 0.25rem;
  border: 1px solid #2f8ca3;
}
.drawer__tel-wrapper::before {
  content: "";
  display: block;
  background-image: url(../img/icon-tel.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 2.5rem;
  height: 2.5rem;
}

.overflow-hidden {
  overflow: hidden;
}

/* ========== Footer ========== */
.footer__inner {
  position: relative;
  padding-inline: 5rem;
  padding-block: 3rem;
  max-width: 1440px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    padding-inline: 1rem;
    padding-block: 2.25rem 1rem;
    max-width: 500px;
    margin-inline: auto;
  }
}

.footer__logo {
  margin-left: 0;
  margin-right: auto;
  width: 24.1875rem;
  margin-bottom: 2.5rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    width: 15.9375rem;
    margin-bottom: 1.0625rem;
  }
}
.footer__logo img {
  width: 100%;
  height: auto;
  display: block;
}
.footer__logo:hover {
  opacity: 0.7;
}

.footer__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 3rem;
  padding-block: 3rem 2.875rem;
  border-top: 1px solid #c1c7cd;
  border-bottom: 1px solid #c1c7cd;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .footer__columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-block: 1.375rem 1.5rem;
    gap: 1.5rem;
  }
}

.footer__column-menu {
  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.625rem;
}
@media screen and (max-width: 767px) {
  .footer__column-menu {
    gap: 0.5rem;
  }
}

.column-menu-title {
  font-size: max(1rem, 11.2px) !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: 0em !important;
  color: #ffffff;
  padding-block: 1rem;
}
@media screen and (max-width: 767px) {
  .column-menu-title {
    font-size: 1rem !important;
  }
}
@media screen and (max-width: 767px) {
  .column-menu-title {
    padding-block: 0.875rem;
    font-size: max(0.9375rem, 10.5px) !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    letter-spacing: 0em !important;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .column-menu-title {
    font-size: 0.9375rem !important;
  }
}
.column-menu-title span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.column-menu-title span::after {
  content: "";
  position: absolute;
  left: 0rem;
  bottom: -0.125rem;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.column-menu-title span:hover::after {
  width: 100%;
}

.column-menu-item {
  font-size: max(1rem, 11.2px) !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  letter-spacing: 0.000625em !important;
  color: #ffffff;
  padding-block: 0.25rem;
}
@media screen and (max-width: 767px) {
  .column-menu-item {
    font-size: 1rem !important;
  }
}
.column-menu-item a {
  display: inline;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background-image: linear-gradient(#ffffff, #ffffff);
  background-size: 0% 1px;
  background-position: bottom left;
  background-repeat: no-repeat;
  background-origin: border-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  -webkit-transition: background-size 0.5s ease;
  transition: background-size 0.5s ease;
}
.column-menu-item a:hover {
  background-size: 100% 1px;
}
@media screen and (max-width: 767px) {
  .column-menu-item {
    font-size: max(0.875rem, 9.8px) !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
    letter-spacing: 0.0007142857em !important;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .column-menu-item {
    font-size: 0.875rem !important;
  }
}

.footer__column {
  width: 17rem;
}
@media screen and (max-width: 767px) {
  .footer__column {
    width: 100%;
  }
}

.footer__nav {
  width: 100%;
  padding-block: 3.4375rem 3.25rem;
}
@media screen and (max-width: 767px) {
  .footer__nav {
    padding-block: 1.5rem;
  }
}

.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .footer__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer__menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  color: #ffffff;
  font-size: max(1rem, 11.2px) !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.000625em !important;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media screen and (max-width: 767px) {
  .footer__menu-item {
    font-size: 1rem !important;
  }
}

.footer__menu-item span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-inline: 0.5rem;
  padding-block: 0.25rem;
}
.footer__menu-item span::after {
  content: "";
  position: absolute;
  left: 0rem;
  bottom: -0.125rem;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.footer__menu-item span:hover::after {
  width: 100%;
}

.footer__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1240px;
  margin-inline: auto;
  width: 100%;
  -webkit-margin-after: 3rem;
          margin-block-end: 3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4.6875rem;
}
@media screen and (max-width: 767px) {
  .footer__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
    -webkit-margin-after: 1rem;
            margin-block-end: 1rem;
  }
}

.footer__contents-item {
  width: 22.6875rem;
  max-width: 100%;
  height: auto;
  aspect-ratio: 363/242;
}
.footer__contents-item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer__contents-item a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.footer__contents-item a:hover {
  opacity: 0.7;
}

.footer__bottom {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .footer__bottom {
    text-align: center;
  }
}

.footer__copyright {
  color: #ffffff;
  font-size: max(0.75rem, 8.4px) !important;
  font-weight: 400 !important;
  line-height: 1.8 !important;
  letter-spacing: 0.0008333333em !important;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    font-size: 0.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    font-size: max(0.625rem, 7px) !important;
    font-weight: 400 !important;
    line-height: 1.8 !important;
    letter-spacing: 0.001em !important;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .footer__copyright {
    font-size: 0.625rem !important;
  }
}

.sp-fixed-area {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-fixed-area {
    display: block;
    position: fixed;
    bottom: 0;
    inset-inline: 0;
    z-index: 100;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
    padding: 0.75rem;
    background: #ffffff;
  }
}

@media screen and (max-width: 767px) {
  .siq_bL {
    bottom: 96px !important;
  }
}

/* ========== CTA1 Section ========== */
.cta {
  padding-block: 4.3125rem 9.3125rem;
  padding-inline: 6.875rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .cta {
    padding-block: 2.625rem 18.8125rem;
    padding-inline: 0.5rem;
  }
}

.cta__inner {
  max-width: 1220px;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cta__inner {
    max-width: 500px;
  }
}

.cta__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 0.5rem;
  overflow: hidden;
}
.cta__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cta__container {
  max-width: 1240px;
  height: 17.375rem;
  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;
  padding: 2.5rem 4rem;
  margin-left: 3.75rem;
  gap: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .cta__container {
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-block: 1.75rem 0.5rem;
    padding-inline: 0.75rem;
    height: 25.6875rem;
  }
}

.cta__img-wrapper {
  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;
  position: relative;
  right: -1.125rem;
}
@media screen and (max-width: 767px) {
  .cta__img-wrapper {
    width: 100%;
    height: 15.375rem;
    max-width: 350px;
    bottom: 2.5rem;
  }
}

.cta__img {
  position: relative;
  width: 14.8125rem;
  top: 0.5375rem;
  right: 2.9625rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .cta__img {
    width: 14.125rem;
    height: auto;
    aspect-ratio: 224/246;
    top: -0.1875rem;
    right: 0.4375rem;
    position: absolute;
  }
}
.cta__img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 237/260;
}

.cta__content {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 220px;
  margin-right: 0rem;
  width: 23.125rem;
}
@media screen and (max-width: 767px) {
  .cta__content {
    margin-right: 0;
    width: 100%;
    gap: 1rem;
    max-width: 335px;
  }
}

.cta__badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

.cta__badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #2f8ca3;
  border: 1px solid #ffffff;
  border-radius: 0.25rem;
  padding: 0.4375rem 0.9375rem;
  font-size: max(1rem, 11.2px) !important;
  font-weight: 700 !important;
  line-height: 2.025 !important;
  letter-spacing: 0.05625em !important;
  gap: 0.5rem;
  width: 11rem;
  min-width: 110px;
}
@media screen and (max-width: 767px) {
  .cta__badge {
    font-size: 1rem !important;
  }
}
@media screen and (max-width: 767px) {
  .cta__badge {
    width: 9.125rem;
    padding: 0.4375rem 0.6875rem;
    font-size: max(1rem, 11.2px) !important;
    font-weight: 700 !important;
    line-height: 1.8 !important;
    letter-spacing: 0.00625em !important;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .cta__badge {
    font-size: 1rem !important;
  }
}
.cta__badge img {
  width: 0.875rem;
  height: 1rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.cta__title {
  font-size: max(2.25rem, 25.2px) !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0.0002777778em !important;
  font-size: max(2.25rem, 21px) !important;
}
@media screen and (max-width: 767px) {
  .cta__title {
    font-size: 2.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .cta__title {
    font-size: max(1.5rem, 16.8px) !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    letter-spacing: 0.0004166667em !important;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .cta__title {
    font-size: 1.5rem !important;
  }
}

.cta__desc {
  text-align: center;
  font-size: max(1.125rem, 12.6px) !important;
  font-weight: 500 !important;
  line-height: 1.6 !important;
  letter-spacing: 0.0005555556em !important;
  font-size: max(1.125rem, 10px) !important;
}
@media screen and (max-width: 767px) {
  .cta__desc {
    font-size: 1.125rem !important;
  }
}
@media screen and (max-width: 767px) {
  .cta__desc {
    font-size: max(0.875rem, 9.8px) !important;
    font-weight: 500 !important;
    line-height: 1.8 !important;
    letter-spacing: 0.03em !important;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .cta__desc {
    font-size: 0.875rem !important;
  }
}

.cta__badge-img {
  margin-bottom: 0.25rem;
  width: 17.1875rem;
  height: auto;
  aspect-ratio: 275/170;
}
@media screen and (max-width: 767px) {
  .cta__badge-img {
    margin-bottom: 0;
    width: 13.6875rem;
    height: auto;
    aspect-ratio: 219/136;
    position: absolute;
    top: 3.375rem;
    left: -1.0625rem;
  }
}
.cta__badge-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.cta__contact {
  position: absolute;
  width: 100%;
  top: calc(100% - 2.5rem);
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #ffffff;
  border-radius: 0.25rem;
  padding-inline: 3.125rem 2.5rem;
  padding-block: 1.25rem 1.25rem;
  -webkit-box-shadow: 0 0 15px 0 rgba(47, 140, 163, 0.1);
          box-shadow: 0 0 15px 0 rgba(47, 140, 163, 0.1);
  width: 62.5rem;
}
@media screen and (max-width: 767px) {
  .cta__contact {
    width: 20.8125rem;
    padding-inline: 1.5rem;
    padding-block: 1.25rem;
    gap: 1rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    top: calc(100% - 0.375rem);
  }
}

.cta__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.375rem;
  -webkit-margin-before: 0.625rem;
          margin-block-start: 0.625rem;
}
@media screen and (max-width: 767px) {
  .cta__buttons {
    gap: 1rem;
    width: 100%;
    -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;
    -webkit-margin-before: 0rem;
            margin-block-start: 0rem;
  }
}

.cta__button {
  width: 17.5rem;
}
@media screen and (max-width: 767px) {
  .cta__button {
    width: 100%;
  }
}

.cta__contact-tel {
  color: #393939;
  gap: 1.0625rem;
  -webkit-margin-after: -0.875rem;
          margin-block-end: -0.875rem;
}
@media screen and (max-width: 767px) {
  .cta__contact-tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.6875rem;
    -webkit-margin-after: 0rem;
            margin-block-end: 0rem;
    padding-block: 0.625rem;
    padding-inline: 0.75rem 1.25rem;
  }
}

.cta__tel {
  font-size: max(1.75rem, 19.6px) !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  letter-spacing: 0.05em !important;
  font-size: max(1.75rem, 19px) !important;
}
@media screen and (max-width: 767px) {
  .cta__tel {
    font-size: 1.75rem !important;
  }
}
.cta__tel-desc {
  font-size: max(0.875rem, 9.8px) !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.05em !important;
}
@media screen and (max-width: 767px) {
  .cta__tel-desc {
    font-size: 0.875rem !important;
  }
}

/* ========== Material Section ========== */
.material {
  background: #f8f8f8;
  padding-block: 3.75rem;
  padding-inline: 7.5rem;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .material {
    padding-block: 2.5rem;
    padding-inline: 1rem;
  }
}

.material__inner {
  max-width: 1200px;
  margin-inline: auto;
  background: #ffffff;
  border-radius: 0.5rem;
  padding: 2.5rem;
}
@media screen and (max-width: 767px) {
  .material__inner {
    padding: 1.25rem;
    max-width: 500px;
  }
}

.material__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-margin-after: 2.5rem;
          margin-block-end: 2.5rem;
}
@media screen and (max-width: 767px) {
  .material__container {
    -webkit-margin-after: 2rem;
            margin-block-end: 2rem;
  }
}

.material__title {
  text-align: left;
}
.material__title h2 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.material__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .material__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    width: 100%;
  }
}

.material__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .material__item:nth-last-of-type(1) {
    -webkit-margin-after: 0.25rem;
            margin-block-end: 0.25rem;
  }
}
.material__item a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.material__item a:hover {
  opacity: 0.7;
}

.material__img {
  width: 20.9375rem;
  height: auto;
  aspect-ratio: 335/223;
}
@media screen and (max-width: 767px) {
  .material__img {
    width: 100%;
    height: auto;
    aspect-ratio: 318/212;
  }
}
.material__img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.material__button.u-pc {
  -webkit-margin-after: 0.875rem;
          margin-block-end: 0.875rem;
}
@media screen and (max-width: 767px) {
  .material__button.u-pc {
    -webkit-margin-after: 0rem;
            margin-block-end: 0rem;
  }
}
.material__button.u-sp {
  display: none;
  width: 100%;
  max-width: 320px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .material__button.u-sp {
    display: block;
  }
}

/* ========== Seminar Section ========== */
.seminar {
  background: #f8f8f8;
  padding-block: 3.75rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .seminar {
    padding-block: 2.5rem;
  }
}

.seminar__inner {
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: 7.5rem;
  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;
}
@media screen and (max-width: 767px) {
  .seminar__inner {
    padding-inline: 1rem;
    max-width: 500px;
  }
}

.seminar__title {
  margin-bottom: 2.125rem;
}
@media screen and (max-width: 767px) {
  .seminar__title {
    margin-bottom: 2rem;
  }
}

.seminar__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.5rem;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.9375rem;
}
@media screen and (max-width: 767px) {
  .seminar__list {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.25rem;
  }
}

.seminar__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  max-width: 100%;
  background: #ffffff;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0 15px 0 rgba(47, 140, 163, 0.08);
          box-shadow: 0 0 15px 0 rgba(47, 140, 163, 0.08);
  gap: 1rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-block: 1.25rem 1.25rem;
  padding-inline: 1.75rem;
}
@media screen and (max-width: 767px) {
  .seminar__item {
    padding-inline: 1.25rem;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

.seminar__img {
  width: 100%;
  height: auto;
  aspect-ratio: 424/280;
  background: #f3fbfd;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .seminar__img {
    aspect-ratio: 318/210;
  }
}
.seminar__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.seminar__img:hover {
  opacity: 0.7;
}

.seminar__name {
  font-size: max(1.125rem, 12.6px) !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  letter-spacing: 0.0005555556em !important;
}
@media screen and (max-width: 767px) {
  .seminar__name {
    font-size: 1.125rem !important;
  }
}
@media screen and (max-width: 767px) {
  .seminar__name {
    font-size: max(1rem, 11.2px) !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
    letter-spacing: 0.000625em !important;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .seminar__name {
    font-size: 1rem !important;
  }
}

.seminar__btn {
  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: 1.25rem;
  background: #ffffff;
  border: 2px solid #d3dddf;
  border-radius: 0.25rem;
  padding: 0.375rem 1.125rem;
  font-size: max(0.9375rem, 10.5px) !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
  letter-spacing: 0.05em !important;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-width: 110px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .seminar__btn {
    font-size: 0.9375rem !important;
  }
}
.seminar__btn::after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background: url(../img/arrow2.svg) no-repeat center center/contain;
}
.seminar__btn:hover {
  background: #2f8ca3;
  color: #ffffff;
}
.seminar__btn:hover::after {
  background: url(../img/arrow1.svg) no-repeat center center/contain;
}

@media screen and (max-width: 767px) {
  .seminar__all-btn {
    width: 100%;
    max-width: 320px;
    margin-inline: auto;
  }
}

/* ========== YouTube Section ========== */
.youtube {
  background: #f8f8f8;
  padding-block: 3.75rem;
  padding-inline: 8.375rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .youtube {
    padding-block: 2.3125rem 2.5rem;
    padding-inline: 1rem;
  }
}

.youtube__inner {
  max-width: 800px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .youtube__inner {
    max-width: 500px;
    width: 100%;
  }
}

.youtube__title {
  text-align: center;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .youtube__title {
    margin-bottom: 2rem;
  }
}

.youtube__slider {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}

.youtube__swiper {
  padding-bottom: 1.875rem;
}

.youtube__pagination {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
  bottom: 0 !important;
}
.youtube__pagination .swiper-pagination-bullet {
  margin: 0 !important;
  opacity: 1 !important;
}
.youtube__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #2f8ca3 !important;
}

.youtube__button {
  margin-inline: auto;
  width: 20.8125rem;
  min-width: 220px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .youtube__button {
    width: 100%;
    max-width: 318px;
  }
}

.youtube__thumbnail {
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.youtube__thumbnail:hover {
  opacity: 0.7;
}

.youtube__popover {
  inset: 0;
  margin: auto;
  max-width: calc(100% - 40px);
  width: 768px;
}
.youtube__popover::-ms-backdrop {
  background: rgba(0, 0, 0, 0.7);
}
.youtube__popover::backdrop {
  background: rgba(0, 0, 0, 0.7);
}

.youtube__video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

[popover] {
  --animation-duration: 0.5s;
  scale: 0;
  -webkit-transition: scale var(--animation-duration), display var(--animation-duration) allow-discrete, overlay var(--animation-duration) allow-discrete;
  transition: scale var(--animation-duration), display var(--animation-duration) allow-discrete, overlay var(--animation-duration) allow-discrete;
}

[popover]:popover-open {
  scale: 1;
}
@starting-style {
  [popover]:popover-open {
    scale: 0;
  }
}