@charset "UTF-8";
/* A Modern CSS Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

ul, ol {
  list-style-type: none;
  padding: 0;
}

html {
  scroll-behavior: auto;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*
 * HTML
 * -------------------------------------------------------------------
 */
body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #202020;
}

a {
  text-decoration: none;
  outline: none;
  transition: all 0.3s;
  color: #3D65BC;
}
a:hover {
  color: #183F91;
}

a[href*="tel:"] {
  pointer-events: none;
}

@media screen and (max-width: 640px) {
  a[href*="tel:"] {
    pointer-events: auto;
  }
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

body {
  background: none;
}

.header {
  height: auto;
}

.footer {
  margin: 0;
}

input[type=submit] {
  border: none;
}

@media only screen and (max-width: 834px) {
  table th, table td {
    font-size: inherit;
  }
}

.scrollable-table th, .scrollable-table td {
  white-space: normal;
}

.scroll-hint.is-right-scrollable,
.scroll-hint.is-right-scrollable.is-left-scrollable,
.scroll-hint.is-left-scrollable {
  background: none;
}

.pageContainer {
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s ease;
}

.header {
  width: 100%;
  padding: 1.25rem 1.875rem;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 555;
}
@media only screen and (max-width: 1440px) {
  .header {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.header__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .header__wrap {
    display: block;
  }
}
.header__logo {
  max-width: 15rem;
}
@media only screen and (max-width: 1024px) {
  .header__logo {
    position: relative;
    z-index: 1;
  }
}
@media only screen and (max-width: 767px) {
  .header__logo {
    max-width: 10rem;
  }
}

@media only screen and (max-width: 1024px) {
  .gNav {
    background: #fff;
    padding-top: 6.875rem;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .gNav {
    padding-top: 3rem;
  }
}
.gNav__list {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .gNav__list {
    display: block;
    padding: 1.5rem 2rem 3rem;
  }
}
.gNav__item {
  margin-left: 2.5rem;
}
@media only screen and (max-width: 1440px) {
  .gNav__item {
    margin-left: 1.875rem;
  }
}
@media only screen and (max-width: 1024px) {
  .gNav__item {
    margin-left: 0;
  }
}
.gNav__item:first-of-type {
  margin-left: 0;
}
.gNav__item:last-of-type {
  max-width: 12.375rem;
}
@media only screen and (max-width: 1024px) {
  .gNav__item:last-of-type {
    max-width: 15.9375rem;
    margin: 1.5rem auto 0;
  }
}
.gNav__anchor {
  color: #fff;
}
.gNav__anchor:hover {
  color: #3D65BC;
}
.gNav__anchor--black {
  color: #202020;
}
.gNav__anchor--black:hover {
  color: #3D65BC;
}

.spLogo {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .spLogo {
    display: block;
    width: 15rem;
    height: 52px;
    position: absolute;
    left: 1.5rem;
    top: 1.25rem;
    z-index: 1;
  }
}
@media only screen and (max-width: 767px) {
  .spLogo {
    width: 10rem;
  }
}

.footer {
  background: url(../images/footer_bg.jpg) no-repeat center/cover;
  background: url(../images/footer_bg.webp) no-repeat center/cover;
  padding: 6.25rem 0;
}
@media only screen and (max-width: 767px) {
  .footer {
    padding: 4rem 0;
  }
}
.footer__content {
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .footer__content {
    display: block;
  }
}
.footer__info {
  flex: 1;
  padding-right: 0.625rem;
}
.footer__logo {
  width: 15rem;
  margin-bottom: 1.875rem;
}
.footer__add {
  font-size: 0.9375rem;
  line-height: 2;
  color: #fff;
}
.footer__contact {
  background: #063480;
  width: 100%;
  max-width: 37.25rem;
  padding: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .footer__contact {
    margin: 2.5rem auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer__contact {
    margin-top: 2rem;
    display: block;
  }
}
.footer__tel {
  display: flex;
  align-items: center;
  padding-right: 0.625rem;
}
@media only screen and (max-width: 767px) {
  .footer__tel {
    padding-right: 0;
    margin-bottom: 1.25rem;
    justify-content: center;
  }
}
.footer__tel a {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-size: 2.25rem;
  font-weight: 500;
  font-style: normal;
  color: #fff;
}
.footer__icon {
  width: 1.5rem;
  margin-right: 0.5rem;
}
.footer__bottom {
  margin-top: 3.5rem;
}
@media only screen and (max-width: 767px) {
  .footer__bottom {
    margin-top: 2rem;
  }
}
.footer__bottom a {
  font-size: 0.875rem;
  color: #fff;
}
.footer__copy {
  font-size: 0.8125rem;
  color: #ABB8D2;
  text-align: right;
  margin-top: 15px;
}

.hbBtn {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .hbBtn {
    width: 2rem;
    height: 1.0625rem;
    display: inline-block;
    transition: all 0.5s;
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
  }
}
.hbBtn__inner {
  position: relative;
  height: 100%;
}
.hbBtn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  display: inline-block;
  transition: all 0.5s;
}
.hbBtn span:nth-of-type(1) {
  top: 0;
}
.hbBtn span:nth-of-type(2) {
  top: 8px;
}
.hbBtn span:nth-of-type(3) {
  bottom: 0;
}

.contactBtn {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 0.25rem;
}
@media only screen and (max-width: 767px) {
  .contactBtn {
    margin-left: auto;
    margin-right: auto;
  }
}
.contactBtn__anchor {
  background: #EA5558;
  border-radius: 4px;
  display: block;
  padding: 0.625rem 0.5rem 0.625rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contactBtn__anchor:hover {
  background: #FC8082;
}
.contactBtn__text {
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0;
}
.contactBtn__icon {
  width: 2.5rem;
  margin-left: 1rem;
}

.pageTitle {
  background: url(../images/pagetitle_bg.jpg) no-repeat center/cover;
  background: url(../images/pagetitle_bg.webp) no-repeat center/cover;
  margin-top: 6.125rem;
  padding: 6.625rem 0;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .pageTitle {
    margin-top: 5.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .pageTitle {
    background: url(../images/pagetitle_bg_sp.jpg) no-repeat center/cover;
    background: url(../images/pagetitle_bg_sp.webp) no-repeat center/cover;
    margin-top: 4.6625rem;
    padding: 4.375rem 0;
  }
}
.pageTitle:after {
  content: "";
  width: 100vw;
  height: 6.25rem;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -2.0625rem;
  transform: skewY(-4deg);
}
@media only screen and (max-width: 767px) {
  .pageTitle:after {
    bottom: -4.5625rem;
  }
}
.pageTitle__text {
  color: #fff;
  position: relative;
}
.pageTitle__text:after {
  content: "";
  width: 13.5rem;
  height: 13.75rem;
  background: url(../images/polygon.png) no-repeat center/contain;
  position: absolute;
  right: -8.75rem;
  top: -4.375rem;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .pageTitle__text:after {
    width: 8.1rem;
    height: 8.25rem;
    right: -3.6625rem;
    top: -1.125rem;
  }
}
.pageTitle__jp {
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1.875rem;
  padding-left: 1.25rem;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .pageTitle__jp {
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
  }
}
.pageTitle__jp:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #3D65BC;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.pageTitle__en {
  display: block;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-size: 3rem;
  font-weight: 400;
  font-style: normal;
}
@media only screen and (max-width: 1024px) {
  .pageTitle__en {
    font-size: 2rem;
  }
}

.pageContent {
  min-height: 50vh;
  padding: 5rem 0 10rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .pageContent {
    padding: 4rem 0;
  }
}
.post {
  max-width: 60rem;
  margin: 0 auto;
}
.post__flex {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .post__flex {
    display: block;
  }
}
.post__left {
  margin-right: 2.5rem;
}
.post__right {
  flex: 1;
}
.post * {
  line-height: 2;
}
.post a {
  color: #3D65BC;
}
.post h2 {
  border-bottom: 1px solid #183F91;
  font-size: 26px;
  font-weight: bold;
  color: #183F91;
  line-height: 1.8;
  padding-bottom: 1.25rem;
  margin-top: 3.75rem;
  margin-bottom: 3.125rem;
}
@media only screen and (max-width: 767px) {
  .post h2 {
    font-size: 1.375rem;
    margin-bottom: 2.5rem;
  }
}
.post h2:first-of-type {
  margin-top: 0;
}
.post h3 {
  font-size: 1.375rem;
  line-height: 1.8;
  margin-top: 3.75rem;
  margin-bottom: 2.1875rem;
  padding-left: 1.625rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .post h3 {
    font-size: 1.25rem;
  }
}
.post h3:before {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 0.3125rem;
  background: #183F91;
  position: absolute;
  left: 0;
  top: 2px;
}
.post p {
  margin: 0.3em 0;
}
.post table {
  border-color: #D6DAE0;
  margin-bottom: 60px !important;
  min-width: 800px;
}
.post table tr {
  background: none;
}
.post table th, .post table td {
  border-color: #D6DAE0;
  padding: 20px;
}
.post table th {
  background: #3D65BC;
  color: #fff;
}
.post .post__noStyle {
  border: none;
  width: auto;
  min-width: auto;
}
.post .post__noStyle th, .post .post__noStyle td {
  background: none;
  border: none;
  color: #202020;
  padding: 0;
  text-align: left;
  vertical-align: top;
  padding-right: 1.875rem;
}
@media only screen and (max-width: 767px) {
  .post .post__noStyle th, .post .post__noStyle td {
    display: block;
    padding-right: 0;
  }
}
.post ol, .post ul {
  margin-bottom: 50px;
  padding-left: 1.5rem;
}
.post ol ::marker, .post ul ::marker {
  color: #183F91;
}
.post ul {
  list-style: disc;
}
.post ol {
  list-style: decimal;
}

.form {
  background: #F7F9FB;
  margin-top: 2.75rem;
  padding: 4rem;
}
@media only screen and (max-width: 767px) {
  .form {
    padding: 3rem 1rem;
  }
}
.form__parts {
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.form__parts br {
  display: none;
}
.form__required {
  background: #EA5558;
  border-radius: 0.25rem;
  font-size: 0.8125rem;
  font-weight: normal;
  color: #fff;
  padding: 0 0.3125rem;
  margin-left: 0.3125rem;
}
.form__message p {
  line-height: 1.8;
}
.form input {
  font-weight: normal;
  line-height: 1.6;
}
.form__checkbox {
  margin: 1.875rem 0;
}
.form__checkbox .checkbox-label {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 480px) {
  .form__checkbox .checkbox-label a {
    margin-left: 42px;
  }
}
.form__checkbox .wpcf7-list-item {
  display: flex;
  align-items: center;
  margin-left: 0;
  position: relative;
}
.form__checkbox input[type=checkbox] {
  width: 2rem;
  height: 2rem;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.form__checkbox input[type=checkbox]:checked + .wpcf7-list-item-label:before {
  background: url(../images/checkbox_on.png) no-repeat center/contain;
}
.form__checkbox .wpcf7-list-item-label {
  padding-left: 2.625rem;
}
@media only screen and (max-width: 480px) {
  .form__checkbox .wpcf7-list-item-label {
    line-height: 1;
  }
}
.form__checkbox .wpcf7-list-item-label:before {
  content: "";
  width: 2rem;
  height: 2rem;
  background: url(../images/checkbox.png) no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 0;
}
.form .wpcf7-submit {
  display: block;
  max-width: 11.25rem;
  background: #EA5558;
  border-radius: 4px;
  font-size: 0.9375rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  margin: 0 auto;
  padding: 24px 8px;
}
.form .wpcf7-spinner {
  display: none;
}

.pageLink {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 3.75rem;
}
.pageLink__prev a, .pageLink__next a {
  background: #183F91;
  border-radius: 0.3125rem;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding: 0.3125rem 1.25rem;
}
.pageLink__prev a svg, .pageLink__next a svg {
  width: 0.75rem;
  display: block;
  filter: invert(1);
}
.pageLink__prev svg {
  margin-right: 0.625rem;
}
.pageLink__next svg {
  margin-left: 0.625rem;
}

.--mb48 {
  margin-bottom: 3rem;
}

.keyvisual {
  height: 50rem;
  background: url(../images/kv_pc.jpg) no-repeat center/cover;
  background: url(../images/kv_pc.webp) no-repeat center/cover;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .keyvisual {
    height: 35rem;
    background: url(../images/kv_sp.jpg) no-repeat center/cover;
    background: url(../images/kv_sp.webp) no-repeat center/cover;
  }
}
.keyvisual__img {
  width: 30.25rem;
  position: absolute;
  right: 0;
  top: 9.375rem;
}
@media only screen and (max-width: 1024px) {
  .keyvisual__img {
    right: -100px;
  }
}
@media only screen and (max-width: 767px) {
  .keyvisual__img {
    width: 18.471875rem;
    top: 6.25rem;
  }
}
.keyvisual__message {
  padding-top: 15rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .keyvisual__message {
    padding-top: 12.5rem;
  }
}
.keyvisual__messageEn {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-size: 6.25rem;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  margin-bottom: 3.375rem;
}
@media only screen and (max-width: 1024px) {
  .keyvisual__messageEn {
    font-size: 3.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .keyvisual__messageEn {
    font-size: 2.125rem;
    margin-bottom: 2.5rem;
  }
}
.keyvisual__messageJp {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.8;
}
@media only screen and (max-width: 1024px) {
  .keyvisual__messageJp {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .keyvisual__messageJp {
    font-size: 1.25rem;
  }
}
.keyvisual__messageJp br {
  display: none;
}
@media only screen and (max-width: 480px) {
  .keyvisual__messageJp br {
    display: block;
  }
}

.topTitle {
  margin-bottom: 3.75rem;
}
@media only screen and (max-width: 1024px) {
  .topTitle {
    margin-bottom: 2rem;
    line-height: 1.4;
  }
}
.topTitle__en {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.25rem;
  font-weight: 400;
  font-style: normal;
  padding-left: 1.25rem;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .topTitle__en {
    font-size: 1.125rem;
  }
}
.topTitle__en:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #183F91;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.topTitle__text {
  font-size: 1.875rem;
  font-weight: 700;
  color: #183F91;
  border-bottom: 1px solid #183F91;
  padding: 1.5rem 0 1.875rem;
}
@media only screen and (max-width: 1024px) {
  .topTitle__text {
    font-size: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.topNews {
  background: #F7F9FB;
  padding: 7.5rem 0;
}
@media only screen and (max-width: 767px) {
  .topNews {
    padding: 4rem 0;
  }
}
.schedule__title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .schedule__title {
    font-size: 1rem;
    margin-bottom: 0;
  }
}
.schedule__list {
  margin-bottom: 3.75rem;
}
@media only screen and (max-width: 1024px) {
  .schedule__list {
    margin-bottom: 2rem;
  }
}
.schedule__adjustment {
  border-bottom: 1px solid #D6DAE0;
  padding: 2.5rem 0 2.5rem 10.25rem;
}
@media only screen and (max-width: 767px) {
  .schedule__adjustment {
    padding: 2rem 0;
  }
}
.schedule__strong {
  font-weight: 700;
}

.scheduleBtn {
  text-align: right;
}
@media only screen and (max-width: 480px) {
  .scheduleBtn {
    text-align: left;
  }
}
.scheduleBtn__anchor {
  display: inline-flex;
  align-items: center;
  background: #fff;
  border-radius: 50px;
  box-shadow: 0 4px 16px rgba(24, 63, 145, 0.1);
  padding: 1.25rem 1.5rem;
}
.scheduleBtn__icon {
  width: 1rem;
}
.scheduleBtn__text {
  font-size: 0.875rem;
  color: #3D65BC;
  padding-left: 10px;
}
@media only screen and (max-width: 480px) {
  .scheduleBtn__text {
    line-height: 1.4;
  }
}
.scheduleBtn__text br {
  display: none;
}
@media only screen and (max-width: 480px) {
  .scheduleBtn__text br {
    display: block;
  }
}

.topJaspa {
  padding: 7.5rem 0;
}
@media only screen and (max-width: 767px) {
  .topJaspa {
    padding: 4rem 0;
  }
}
.topInfo {
  background: #F7F9FB;
  padding: 7.5rem 0;
}
@media only screen and (max-width: 767px) {
  .topInfo {
    padding: 4rem 0;
  }
}
.topInfo__box {
  background: #fff;
  box-shadow: 0 8px 32px rgba(24, 63, 145, 0.1);
  max-width: 60rem;
  margin: 0 auto;
  padding: 4rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .topInfo__box {
    padding: 2.5rem 1rem 1rem;
  }
}
.topInfo__title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .topInfo__title {
    font-size: 1rem;
  }
}
.topInfo__title--strong {
  color: #183F91;
}
.topInfo__title--strong br {
  display: none;
}
@media only screen and (max-width: 767px) {
  .topInfo__title--strong br {
    display: block;
  }
}
.topInfo__colorBox {
  background: #F7F9FB;
  padding: 30px;
}
.topInfo__text {
  font-size: 0.9375rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .topInfo__text {
    line-height: 2;
  }
}
.topInfo__text br {
  display: none;
}
@media only screen and (max-width: 767px) {
  .topInfo__text br {
    display: block;
  }
}
.topInfo__text a {
  color: #3D65BC;
  font-weight: normal;
  display: inline-block;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .topInfo__text a {
    margin-left: 0;
  }
}

.--mb48 {
  margin-bottom: 3rem;
}

.--w263 {
  max-width: 16.4375rem;
}

#js-spBtn.--active {
  z-index: 1;
}
#js-spBtn.--active span:nth-of-type(1) {
  background: #202020 !important;
  transform: translateY(8px) rotate(30deg);
}
#js-spBtn.--active span:nth-of-type(2) {
  opacity: 0;
}
#js-spBtn.--active span:nth-of-type(3) {
  background: #202020 !important;
  transform: translateY(-8px) rotate(-30deg);
}

#js-gNav {
  transition: all 0.5s ease;
}
#js-gNav.--open {
  opacity: 1;
  visibility: visible;
}

#js-header {
  transition: all 0.3s ease;
}
#js-header.--on {
  background: #fff;
}

#js-logo.--remove {
  opacity: 0;
}

#js-body.--fixed {
  overflow: hidden;
}

.--bgc-white {
  background-color: #fff;
}

.footer__wrap, .pageTitle__wrap, .pageContent__wrap, .keyvisual__wrap, .topNews__wrap, .topJaspa__wrap, .topInfo__wrap {
  max-width: 68rem;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.schedule__item, .topJaspa__item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #D6DAE0;
}
@media only screen and (max-width: 767px) {
  .schedule__item, .topJaspa__item {
    display: block;
    padding: 2rem 0;
  }
}

.schedule__date, .topJaspa__date {
  width: 10.25rem;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-size: 1rem;
  font-weight: 300;
  font-style: normal;
  color: #A1A1A1;
  padding-left: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .schedule__date, .topJaspa__date {
    padding-left: 0;
  }
}

.schedule__description, .topJaspa__text {
  flex: 1;
  line-height: 2;
  padding: 2.5rem 0;
}
@media only screen and (max-width: 767px) {
  .schedule__description, .topJaspa__text {
    padding: 0.3125rem 0 0;
    font-size: 14px;
  }
}

.gNav__anchor, .gNav__anchor--black {
  font-size: 0.9375rem;
  font-weight: 700;
}
@media only screen and (max-width: 1024px) {
  .gNav__anchor, .gNav__anchor--black {
    color: #202020;
    display: block;
    padding: 1.5rem 0;
  }
}/*# sourceMappingURL=style.css.map */