@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Sans+Kannada:wght@700&family=Noto+Sans+Myanmar:wght@800&display=swap");
body {
  font-family: "Noto Sans JP", sans-serif;
}

.u-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-sp {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .u-pc {
    display: none;
  }
}

/* リキッドレイアウト対応 */
@media (max-width: 1400px) {
  html {
    font-size: 1.1428571429vw;
  }
}
@media (min-width: 1400px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: initial;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

body.is-active {
  overflow: hidden;
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.about {
  position: relative;
}

.about__wrap {
  background: url(../images/bg01.png);
  background-size: cover;
  width: 100%;
  height: 1268px;
  height: 79.25rem;
  margin-top: -9.7vw;
  padding: 175px 0 0;
  padding: 10.9375rem 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about__wrap {
    margin-top: -2rem;
    background: url(../images/bg01-sp.png);
    background-size: cover;
    height: 100%;
    padding: 7.1875rem 0 4.8125rem;
  }
}

.about__inner {
  max-width: 791px;
  max-width: 49.4375rem;
  margin: auto;
}

.about__title {
  width: 376px;
  width: 23.5rem;
  margin: auto;
  position: relative;
  z-index: 1;
  -webkit-transform: translateX(-0.25rem);
          transform: translateX(-0.25rem);
}
@media screen and (max-width: 768px) {
  .about__title {
    width: 17.625rem;
  }
}

.about__title::before {
  content: "";
  position: absolute;
  background: url(../images/about-en.svg) center center no-repeat;
  background-size: cover;
  width: 282px;
  width: 17.625rem;
  height: 65px;
  height: 4.0625rem;
  top: -41px;
  top: -2.5625rem;
  left: -178px;
  left: -11.125rem;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .about__title::before {
    width: 9.8125rem;
    height: 2.25rem;
    top: -3.1875rem;
    left: 4.125rem;
  }
}

.about__move {
  position: relative;
  padding-top: 35.2249%;
  width: 498px;
  width: 31.125rem;
  margin: 56px auto 0;
  margin: 3.5rem auto 0;
}
@media screen and (max-width: 768px) {
  .about__move {
    width: 90%;
    padding-top: 50.2249%;
    margin: 2.0625rem auto 0;
  }
}

.about__move iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about__text {
  font-family: "Noto Sans Kannada", sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 2.0454545455;
  text-align: center;
  font-weight: 700;
  margin-top: 83px;
  margin-top: 5.1875rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .about__text {
    font-size: 0.875rem;
    line-height: 1.7142857143;
    margin-top: 2.25rem;
    letter-spacing: normal;
    letter-spacing: initial;
  }
}

.about__text2 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #2F51AD;
  margin-top: 77px;
  margin-top: 4.8125rem;
  width: 580px;
  width: 36.25rem;
  margin: 77px auto 0;
  margin: 4.8125rem auto 0;
}
@media screen and (max-width: 768px) {
  .about__text2 {
    margin-left: 0;
    width: 18.6875rem;
    font-size: 0.9375rem;
    line-height: 1.4;
    margin: 1.75rem auto 0;
  }
}

.about__note {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #2F51AD;
  width: 580px;
  width: 36.25rem;
  margin: 10px auto 0;
  margin: 0.625rem auto 0;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .about__note {
    width: 18.6875rem;
    font-size: 0.6875rem;
    margin: 1.3125rem auto 0;
  }
}

.about__chara01 {
  content: "";
  position: absolute;
  background: url(../images/chara-img01.png) center center no-repeat;
  background-size: cover;
  width: 188px;
  width: 11.75rem;
  height: 188px;
  height: 11.75rem;
  bottom: -27px;
  bottom: -1.6875rem;
  left: 50%;
  -webkit-transform: translateX(-279%);
          transform: translateX(-279%);
}
@media screen and (max-width: 768px) {
  .about__chara01 {
    background-size: cover;
    width: 7.375rem;
    height: 7.4375rem;
    left: 16.5%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.about__chara02 {
  content: "";
  position: absolute;
  background: url(../images/chara-img02.png) center center no-repeat;
  background-size: cover;
  width: 151px;
  width: 9.4375rem;
  height: 177px;
  height: 11.0625rem;
  bottom: -12px;
  bottom: -0.75rem;
  left: 50%;
  -webkit-transform: translateX(199%);
          transform: translateX(199%);
}
@media screen and (max-width: 768px) {
  .about__chara02 {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .card.hidden {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .card__img--216 {
    width: 56%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.card__title {
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.3043478261;
  font-weight: 700;
  margin-top: 11px;
  margin-top: 0.6875rem;
}
@media screen and (max-width: 768px) {
  .card__title {
    font-size: 1rem;
    line-height: 1.25;
    margin-top: 0.375rem;
  }
}

.card__title--ev06 {
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.3043478261;
  margin-top: 11px;
  margin-top: 0.6875rem;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .card__title--ev06 {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.card__title--ev06 span {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .card__title--ev06 span {
    font-size: 0.875rem;
  }
}

.card__price {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .card__price {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.card__price--ev06 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  font-weight: 700;
  margin-top: 4px;
  margin-top: 0.25rem;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .card__price--ev06 {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 0rem;
    font-weight: 700;
  }
}

.card__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  font-weight: 400;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.footer {
  height: 53px;
  height: 3.3125rem;
  text-align: center;
}

.footer__copyright {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    font-size: 0.625rem;
    margin-top: 0.375rem;
  }
}

.copyright {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  text-align: center;
  font-weight: 500;
  margin-top: 103px;
  margin-top: 6.4375rem;
}
@media screen and (max-width: 768px) {
  .copyright {
    font-size: 0.875rem;
    margin-top: 3.375rem;
  }
}

.drawer-icon__button {
  width: 97px;
  width: 6.0625rem;
  height: 97px;
  height: 6.0625rem;
  background: #111;
  position: relative;
  padding: 40px;
  padding: 2.5rem;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .drawer-icon__button {
    width: 3.5625rem;
    height: 3.875rem;
    padding: 0;
  }
}

.drawer-icon__button span {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  background: #fff;
  width: 47px;
  width: 2.9375rem;
  height: 6px;
  height: 0.375rem;
  border-radius: 0.1875rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .drawer-icon__button span {
    width: 2.25rem;
    height: 0.1875rem;
    border-radius: 0;
  }
}

.drawer-icon__button span:nth-child(1) {
  top: 29px;
  top: 1.8125rem;
}
@media screen and (max-width: 768px) {
  .drawer-icon__button span:nth-child(1) {
    top: 1.5rem;
  }
}

.drawer-icon__button span:nth-child(2) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.drawer-icon__button span:nth-child(3) {
  bottom: 29px;
  bottom: 1.8125rem;
}
@media screen and (max-width: 768px) {
  .drawer-icon__button span:nth-child(3) {
    bottom: 1.5rem;
  }
}

.drawer-icon__button span.is-active:nth-child(1) {
  top: 46px;
  top: 2.875rem;
  -webkit-transform: translateX(-50%) rotate(40deg);
          transform: translateX(-50%) rotate(40deg);
  width: 56px;
  width: 3.5rem;
}
@media screen and (max-width: 768px) {
  .drawer-icon__button span.is-active:nth-child(1) {
    top: 1.75rem;
    width: 2.25rem;
    height: 0.1875rem;
    border-radius: 0.1875rem;
  }
}

.drawer-icon__button span.is-active:nth-child(2) {
  opacity: 0;
}

.drawer-icon__button span.is-active:nth-child(3) {
  bottom: 46px;
  bottom: 2.875rem;
  -webkit-transform: translateX(-50%) rotate(-40deg);
          transform: translateX(-50%) rotate(-40deg);
  width: 56px;
  width: 3.5rem;
}
@media screen and (max-width: 768px) {
  .drawer-icon__button span.is-active:nth-child(3) {
    bottom: 1.9375rem;
    width: 2.25rem;
    height: 0.1875rem;
    border-radius: 0.1875rem;
  }
}

.drawer__wrap {
  overflow-y: scroll;
  position: relative;
  height: 100%;
  -ms-overflow-style: none; /* IE対策 */
  overflow: -moz-scrollbars-none; /* Firefox対策 */
}

.drawer__wrap::-webkit-scrollbar { /* Google Chrome対策 */
  display: none;
}

.drawer__list1 {
  color: #70AEDB;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .drawer__list1 {
    font-size: 1.125rem;
    line-height: 2.1111111111;
  }
}

.drawer__link1 {
  padding-left: 38px;
  padding-left: 2.375rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  position: relative;
}
@media screen and (max-width: 768px) {
  .drawer__link1 {
    padding-left: 2rem;
  }
}

.drawer__link1::before {
  content: "";
  position: absolute;
  -webkit-mask-image: url(../images/icon-mizu.svg);
          mask-image: url(../images/icon-mizu.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 23px;
  width: 1.4375rem;
  height: 33px;
  height: 2.0625rem;
  top: 0;
  left: 0;
  background: #70AEDB;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .drawer__link1::before {
    width: 1.125rem;
    height: 1.625rem;
    top: 0rem;
    left: 0.125rem;
  }
}

.drawer__link1:hover {
  color: #FFF45D;
}

.drawer__link1:hover::before {
  background: #FFF45D;
}

.drawer__item1 + .drawer__item1 {
  margin-top: 26px;
  margin-top: 1.625rem;
}
@media screen and (max-width: 768px) {
  .drawer__item1 + .drawer__item1 {
    margin-top: 0.5rem;
  }
}

.drawer__list2 {
  margin-top: 30px;
  margin-top: 1.875rem;
  padding-left: 41px;
  padding-left: 2.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  gap: 0.625rem;
  -webkit-column-gap: 1.625rem;
     -moz-column-gap: 1.625rem;
          column-gap: 1.625rem;
}
@media screen and (max-width: 768px) {
  .drawer__list2 {
    display: block;
    margin-top: 0.3125rem;
    padding-left: 2.125rem;
  }
}

.drawer__item2 {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .drawer__item2 {
    width: 100%;
  }
}

.drawer__link2 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.2272727273;
  font-weight: 700;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .drawer__link2 {
    font-size: 1rem;
    line-height: 1.1875;
  }
}

.drawer__link2:hover {
  color: #FFF45D;
}

.drawer__link2 span {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6875;
}
@media screen and (max-width: 768px) {
  .drawer__link2 span {
    font-size: 0.75rem;
    line-height: 1.5833333333;
  }
}

@media screen and (max-width: 768px) {
  .drawer__item2 + .drawer__item2 {
    margin-top: 0.75rem;
  }
}

.drawer__item2:nth-child(2) {
  margin-top: -7px;
  margin-top: -0.4375rem;
}
@media screen and (max-width: 768px) {
  .drawer__item2:nth-child(2) {
    margin-top: 0.5rem;
  }
}

.drawer__item2:nth-child(3),
.drawer__item2:nth-child(4) {
  margin-top: 6px;
  margin-top: 0.375rem;
}
@media screen and (max-width: 768px) {
  .drawer__item2:nth-child(3),
  .drawer__item2:nth-child(4) {
    margin-top: 0.25rem;
  }
}

.drawer__item2:nth-child(5) {
  margin-top: 28px;
  margin-top: 1.75rem;
}
@media screen and (max-width: 768px) {
  .drawer__item2:nth-child(5) {
    margin-top: 0.5625rem;
  }
}

.drawer__item2:nth-child(6) {
  margin-top: 14px;
  margin-top: 0.875rem;
}
@media screen and (max-width: 768px) {
  .drawer__item2:nth-child(6) {
    margin-top: 0.5rem;
  }
}

.drawer__list3 {
  border-top: 1px solid #fff;
  border-top: 0.0625rem solid #fff;
  margin-top: 42px;
  margin-top: 2.625rem;
  padding-top: 30px;
  padding-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
  gap: 6.25rem;
}
@media screen and (max-width: 768px) {
  .drawer__list3 {
    display: block;
    margin-top: 0.9375rem;
    padding-top: 1.125rem;
    padding-left: 0rem;
  }
}

.drawer__link3 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2.3333333333;
  font-weight: 700;
  padding-right: 25px;
  padding-right: 1.5625rem;
  position: relative;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .drawer__link3 {
    font-size: 0.8125rem;
    line-height: 2.3076923077;
  }
}

.drawer__link3::before {
  content: "";
  position: absolute;
  -webkit-mask-image: url(../images/icon-link.svg);
          mask-image: url(../images/icon-link.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  top: 6px;
  top: 0.375rem;
  right: 2px;
  right: 0.125rem;
  width: 18px;
  width: 1.125rem;
  height: 18px;
  height: 1.125rem;
  background: #fff;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .drawer__link3::before {
    width: 0.6875rem;
    height: 0.6875rem;
    top: 0.25rem;
    right: 0.4375rem;
  }
}

.drawer__link3--inline::before {
  content: "";
  position: absolute;
  -webkit-mask-image: url(../images/icon-link.svg);
          mask-image: url(../images/icon-link.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  top: 30px;
  top: 1.875rem;
  right: 10px;
  right: 0.625rem;
  width: 18px;
  width: 1.125rem;
  height: 18px;
  height: 1.125rem;
  background: #fff;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .drawer__link3--inline::before {
    width: 0.6875rem;
    height: 0.6875rem;
    top: 0.25rem;
    right: 1rem;
  }
}

.drawer__link3:hover {
  color: #FFF45D;
}

.drawer__link3:hover::before {
  background: #FFF45D;
}

.drawer__link3--inline {
  display: inline;
  line-height: 1.3888888889;
}

.drawer__item3:first-child {
  width: 252px;
  width: 15.75rem;
}
@media screen and (max-width: 768px) {
  .drawer__item3:first-child {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .drawer__item3 + .drawer__item3 {
    margin-top: 0.125rem;
  }
}

.event {
  position: relative;
}

.event__inner {
  max-width: 1206px;
  max-width: 75.375rem;
  margin: auto;
  padding: 0 25px;
  padding: 0 1.5625rem;
}
@media screen and (max-width: 768px) {
  .event__inner {
    padding: 0 1.25rem 0 1.125rem;
  }
}

.event__wrap {
  width: 100%;
  background: url(../images/bg02.png);
  background-size: cover;
  margin-top: -20px;
  margin-top: -1.25rem;
  padding: 191px 0 18px;
  padding: 11.9375rem 0 1.125rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .event__wrap {
    padding: 6.6875rem 0 1.125rem;
    display: block;
    background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
    background: initial;
  }
}

@media screen and (max-width: 768px) {
  .event__wrap::before {
    content: "";
    position: absolute;
    background: url(../images/bg02-sp-top.png);
    background-size: cover;
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    z-index: -1;
  }
}

@media screen and (max-width: 768px) {
  .event__wrap::after {
    content: "";
    position: absolute;
    background: url(../images/bg02-sp-bottom.png);
    background-size: cover;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
}

.event__title {
  width: 143px;
  width: 8.9375rem;
  margin: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .event__title {
    width: 6.25rem;
  }
}

.event__title::before {
  content: "";
  position: absolute;
  background: url(../images/event-en.svg) center center no-repeat;
  background-size: cover;
  width: 266px;
  width: 16.625rem;
  height: 64px;
  height: 4rem;
  top: -47px;
  top: -2.9375rem;
  left: -167px;
  left: -10.4375rem;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .event__title::before {
    width: 9.25rem;
    height: 2.1875rem;
    left: 52%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -3.25rem;
  }
}

.event__lead-box {
  text-align: center;
}

.event__lead {
  text-align: center;
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 1.0857142857;
  font-weight: 800;
  color: #EA0404;
  background: #fff;
  display: inline-block;
  -webkit-box-shadow: 0.375rem 0.375rem 0.625rem rgba(0, 0, 0, .16);
          box-shadow: 0.375rem 0.375rem 0.625rem rgba(0, 0, 0, .16);
  padding: 21px 61px;
  padding: 1.3125rem 3.8125rem;
  margin-top: 66px;
  margin-top: 4.125rem;
  border-radius: 2rem;
}
@media screen and (max-width: 768px) {
  .event__lead {
    font-size: 1.25rem;
    line-height: 1.9;
    padding: 0.125rem 2.25rem 0;
    margin-top: 2rem;
  }
}

.event__list {
  margin-top: 96px;
  margin-top: 6rem;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .event__list {
    max-width: 32.5rem;
    margin: 3.3125rem auto 0;
  }
}

.event__list a {
  display: inline-block;
}

.event__list a:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.event__list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  margin-top: 0.5rem;
  gap: 9px;
  gap: 0.5625rem;
}
@media screen and (max-width: 768px) {
  .event__list2 {
    margin-top: 0.25rem;
    display: block;
  }
}

.event__item {
  position: relative;
}

@media screen and (max-width: 768px) {
  .event__item--2 {
    margin-top: 0.3125rem;
  }
}

.event__item--2::before {
  width: 229px;
  width: 14.3125rem;
  height: 52px;
  height: 3.25rem;
  bottom: 7px;
  bottom: 0.4375rem;
  right: -27px;
  right: -1.6875rem;
}
@media screen and (max-width: 768px) {
  .event__item--2::before {
    width: 7.375rem;
    height: 1.75rem;
    right: -0.875rem;
    bottom: 0.3125rem;
  }
}

.event__01 {
  margin-top: 131px;
  margin-top: 8.1875rem;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .event__01 {
    margin-top: 3.875rem;
  }
}

.event__02 {
  margin-top: 72px;
  margin-top: 4.5rem;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .event__02 {
    margin-top: 1.9375rem;
  }
}

.event__03 {
  margin-top: 64px;
  margin-top: 4rem;
  background: url(../images/event3-bg.jpg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .event__03 {
    margin-top: 1.75rem;
    background: url(../images/event3-bg-sp.jpg) center center no-repeat;
    background-size: cover;
  }
}

.event__04 {
  margin-top: 69px;
  margin-top: 4.3125rem;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .event__04 {
    margin-top: 1.75rem;
  }
}

.event__05 {
  margin-top: 75px;
  margin-top: 4.6875rem;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .event__05 {
    margin-top: 1.5625rem;
  }
}

.event__06 {
  margin-top: 68px;
  margin-top: 4.25rem;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .event__06 {
    margin-top: 1.875rem;
  }
}

.event__component {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
  gap: 1.75rem;
}
@media screen and (max-width: 768px) {
  .event__component {
    display: block;
  }
}

.event__component + .event__component.event__component--mt17 {
  margin-top: 17px;
  margin-top: 1.0625rem;
}

.event__component + .event__component.event__component--mt21 {
  margin-top: 21px;
  margin-top: 1.3125rem;
}

.event__component + .event__component.event__component--mt27 {
  margin-top: 27px;
  margin-top: 1.6875rem;
}
@media screen and (max-width: 768px) {
  .event__component + .event__component.event__component--mt27 {
    margin-top: 0.875rem;
  }
}

.event__component + .event__component.event__component--mt29 {
  margin-top: 29px;
  margin-top: 1.8125rem;
}

.event__component + .event__component.event__component--mt32 {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .event__component + .event__component.event__component--mt32 {
    margin-top: 1.3125rem;
  }
}

.event__component + .event__component.event__component--mt50 {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .event__component + .event__component.event__component--mt50 {
    margin-top: 1.3125rem;
  }
}

.event__s-title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #FFE207;
  width: 129px;
  width: 8.0625rem;
  height: 35px;
  height: 2.1875rem;
  text-align: center;
  border-radius: 1.25rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 768px) {
  .event__s-title {
    width: 5.9375rem;
    height: 1.5625rem;
    font-size: 0.875rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto;
  }
}

.event__desc {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.7;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .event__desc {
    font-size: 0.875rem;
    line-height: 1.7857142857;
    text-align: center;
    margin-top: 0.5625rem;
  }
}

.event__desc-green {
  color: #28BF4C;
}

.event__desc-red {
  color: #EA3636;
}

.event__s-desc {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 400;
  margin-top: 3px;
  margin-top: 0.1875rem;
}
@media screen and (max-width: 768px) {
  .event__s-desc {
    font-size: 0.75rem;
    line-height: 1.5;
    text-align: center;
    margin-top: 0.3125rem;
  }
}

.event__link {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 700;
  display: inline-block;
  padding-right: 26px;
  padding-right: 1.625rem;
  position: relative;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .event__link {
    font-size: 0.875rem;
    line-height: 2.3571428571;
    margin-top: 0;
    padding-right: 1.1875rem;
  }
}

.event__link::before {
  content: "";
  position: absolute;
  -webkit-mask-image: url(../images/icon-link.svg);
          mask-image: url(../images/icon-link.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  top: 7px;
  top: 0.4375rem;
  right: 0;
  width: 18px;
  width: 1.125rem;
  height: 18px;
  height: 1.125rem;
  background: #000000;
}
@media screen and (max-width: 768px) {
  .event__link::before {
    width: 0.8125rem;
    height: 0.8125rem;
    top: 0.625rem;
  }
}

.event__link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  height: 0.125rem;
  background: #111;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.event__link:hover::after {
  width: 100%;
}

.event__link--event3 {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.5789473684;
  font-weight: 700;
  color: #EA3636;
  margin-top: 33px;
  margin-top: 2.0625rem;
}
@media screen and (max-width: 768px) {
  .event__link--event3 {
    font-size: 0.8125rem;
    line-height: 1.5384615385;
    margin-top: 0.625rem;
    display: inline;
    padding-right: 0;
  }
}

.event__link--event3::before {
  content: "";
  position: absolute;
  -webkit-mask-image: url(../images/icon-link.svg);
          mask-image: url(../images/icon-link.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  top: 7px;
  top: 0.4375rem;
  right: 0;
  width: 18px;
  width: 1.125rem;
  height: 18px;
  height: 1.125rem;
  background: #EA3636;
}
@media screen and (max-width: 768px) {
  .event__link--event3::before {
    width: 0.8125rem;
    height: 0.8125rem;
    top: auto;
    top: initial;
    right: -0.9375rem;
    bottom: 0.125rem;
  }
}

.event__link--event3::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  height: 0.125rem;
  background: #EA3636;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .event__link--event3::after {
    content: normal;
    content: initial;
  }
}

.event__link--event3 + span {
  font-size: 16px;
  font-size: 1rem;
  color: #EA3636;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .event__link--event3 + span {
    font-size: 0.625rem;
    display: block;
    margin-top: 0.25rem;
  }
}

.event1__container {
  padding: 50px 82px 90px;
  padding: 3.125rem 5.125rem 5.625rem;
}
@media screen and (max-width: 768px) {
  .event1__container {
    padding: 1.5rem 0.875rem 2.125rem 1rem;
  }
}

.event1__imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 7px;
  gap: 0.4375rem;
  row-gap: 10px;
  row-gap: 0.625rem;
}
@media screen and (max-width: 768px) {
  .event1__imgs {
    gap: 0.15625rem;
  }
}

.event1__img {
  width: 326px;
  width: 20.375rem;
}
@media screen and (max-width: 768px) {
  .event1__img {
    width: 49.5%;
  }
}

.event1__lead {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.6818181818;
  font-weight: 500;
  text-align: center;
  margin-top: 44px;
  margin-top: 2.75rem;
}
@media screen and (max-width: 768px) {
  .event1__lead {
    font-size: 1rem;
    line-height: 1.5625;
    margin-top: 1.0625rem;
  }
}

.event1__lists:nth-child(1) {
  width: 489px;
  width: 30.5625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .event1__lists:nth-child(1) {
    width: 100%;
  }
}

.event1__list-container {
  margin-top: 66px;
  margin-top: 4.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 7px;
  margin-left: 0.4375rem;
  gap: 42px;
  gap: 2.625rem;
}
@media screen and (max-width: 768px) {
  .event1__list-container {
    display: block;
    margin-left: 0;
    margin-top: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .event1__lists + .event1__lists {
    margin-top: 1.3125rem;
  }
}

.event1__special {
  margin-top: 82px;
  margin-top: 5.125rem;
  display: grid;
}
@media screen and (max-width: 768px) {
  .event1__special {
    display: block;
    margin-top: 2.375rem;
  }
}

.event1__special-titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-column: 2/3;
  grid-row: 1/2;
  gap: 16px;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .event1__special-titles {
    display: block;
  }
}

.event1__special-img {
  width: 276px;
  width: 17.25rem;
  grid-column: 1/2;
  grid-row: 1/3;
  margin-right: 30px;
  margin-right: 1.875rem;
}
@media screen and (max-width: 768px) {
  .event1__special-img {
    margin-right: 0;
    width: 50%;
    margin: 0.8125rem auto 0;
  }
}

.event1__special-img figcaption {
  text-align: center;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 768px) {
  .event1__special-img figcaption {
    font-size: 0.625rem;
  }
}

.event1__special-texts {
  margin-top: 21px;
  margin-top: 1.3125rem;
}
@media screen and (max-width: 768px) {
  .event1__special-texts {
    margin-top: 0.875rem;
  }
}

.event1__special-desc {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5555555556;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .event1__special-desc {
    font-size: 0.875rem;
    line-height: 1.6428571429;
    padding-right: 0.1875rem;
  }
}

.event1__special-title {
  margin-top: 3px;
  margin-top: 0.1875rem;
}
@media screen and (max-width: 768px) {
  .event1__special-title {
    width: 17.8125rem;
    margin: 0.75rem auto 0;
  }
}

.event1__special-date-box {
  margin-top: 29px;
  margin-top: 1.8125rem;
}

.event1__special-sub-title {
  color: #FFE207;
  background: #7928A3;
  width: 129px;
  width: 8.0625rem;
  height: 35px;
  height: 2.1875rem;
  display: grid;
  place-items: center;
  border-radius: 1.25rem;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .event1__special-sub-title {
    width: 5.9375rem;
    height: 1.5625rem;
    font-size: 0.875rem;
    margin: auto;
  }
}

.event1__special-dates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-top: 0.625rem;
  gap: 35px;
  gap: 2.1875rem;
}
@media screen and (max-width: 768px) {
  .event1__special-dates {
    display: block;
    width: 16.125rem;
    margin: 0.8125rem auto 0;
  }
}

.event1__special-date {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6666666667;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .event1__special-date {
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}

@media screen and (max-width: 768px) {
  .event1__special-date + .event1__special-date {
    margin-top: 0.625rem;
  }
}

.event1__special-date span {
  color: #7928A3;
}

.event2__container {
  padding: 58px 82px 31px;
  padding: 3.625rem 5.125rem 1.9375rem;
}
@media screen and (max-width: 768px) {
  .event2__container {
    padding: 0 0.875rem 2.5625rem 1rem;
    margin-top: -1.0625rem;
    padding: 0 21px 14px 20px;
    margin-top: 12px;
  }
}

.event2__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3%;
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  .event2__box {
    display: block;
    margin-left: 0;
  }
}

.event2__img {
  width: 48.5%;
}
@media screen and (max-width: 768px) {
  .event2__img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .event2__img + .event2__img {
    margin-top: 1.4375rem;
  }
}

@media screen and (max-width: 768px) {
  .event2__img img {
    height: 100%;
  }
}

.event2__text {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.6818181818;
  letter-spacing: -0.03em;
  text-align: center;
  font-weight: 500;
  position: relative;
  margin-top: 81px;
  margin-top: 5.0625rem;
}
@media screen and (max-width: 768px) {
  .event2__text {
    font-size: 1rem;
    line-height: 1.5625;
    margin-top: 2.8125rem;
  }
}

.event2__img-desc {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6666666667;
  font-weight: 700;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .event2__img-desc {
    font-size: 0.875rem;
    line-height: 1.2857142857;
  }
}

.event2__list-container {
  width: 920px;
  width: 57.5rem;
  margin: 74px auto 0;
  margin: 4.625rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 21px;
  gap: 1.3125rem;
}
@media screen and (max-width: 768px) {
  .event2__list-container {
    width: 100%;
    display: block;
    margin: 2.8125rem auto 0;
  }
}

@media screen and (max-width: 768px) {
  .event2__lists + .event2__lists {
    margin-top: 1.9375rem;
  }
}

.event2__lists:nth-child(1) {
  width: 489px;
  width: 30.5625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .event2__lists:nth-child(1) {
    width: 100%;
  }
}

.event2__note {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: 78px;
  margin-top: 4.875rem;
}
@media screen and (max-width: 768px) {
  .event2__note {
    font-size: 0.75rem;
    margin-top: 1.375rem;
  }
}

.event3__container {
  padding: 70px 82px 82px;
  padding: 4.375rem 5.125rem 5.125rem;
}
@media screen and (max-width: 768px) {
  .event3__container {
    padding: 0 0.875rem 1.3125rem 0.875rem;
    margin-top: -0.875rem;
  }
}

.event3__text1 {
  text-align: center;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.6818181818;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .event3__text1 {
    font-size: 1rem;
    line-height: 1.5625;
    margin-top: 1.0625rem;
  }
}

.event3__text1--mt {
  margin-top: 51px;
  margin-top: 3.1875rem;
}
@media screen and (max-width: 768px) {
  .event3__text1--mt {
    margin-top: 1.9375rem;
  }
}

.event3__text2 {
  width: 934px;
  width: 58.375rem;
  margin: 50px auto 0;
  margin: 3.125rem auto 0;
}
@media screen and (max-width: 768px) {
  .event3__text2 {
    width: 15.6875rem;
    margin: 1.8125rem auto 0;
  }
}

.event3__lists {
  width: 481px;
  width: 30.0625rem;
  margin: 96px auto 0;
  margin: 6rem auto 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .event3__lists {
    width: 100%;
    margin: 12.125rem auto 0;
  }
}

.event3__lists::before {
  content: "";
  position: absolute;
  background: url(../images/event3-img01.png) center center no-repeat;
  background-size: contain;
  top: -73px;
  top: -4.5625rem;
  left: -303px;
  left: -18.9375rem;
  width: 278px;
  width: 17.375rem;
  height: 275px;
  height: 17.1875rem;
}
@media screen and (max-width: 768px) {
  .event3__lists::before {
    top: -11.5rem;
    left: -0.375rem;
    width: 8.625rem;
    height: 8.5rem;
  }
}

.event3__lists::after {
  content: "";
  position: absolute;
  background: url(../images/event3-img02.png) center center no-repeat;
  background-size: contain;
  top: -62px;
  top: -3.875rem;
  right: -318px;
  right: -19.875rem;
  width: 323px;
  width: 20.1875rem;
  height: 275px;
  height: 17.1875rem;
}
@media screen and (max-width: 768px) {
  .event3__lists::after {
    top: -9.625rem;
    right: -0.1875rem;
    width: 11.3125rem;
    height: 9.625rem;
  }
}

.event3__link-box {
  margin-top: 60px;
  margin-top: 3.75rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .event3__link-box {
    margin-top: 1.3125rem;
    padding-left: 0.125rem;
  }
}

.event3__boxs {
  margin-left: 4px;
  margin-left: 0.25rem;
  margin-top: 51px;
  margin-top: 3.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .event3__boxs {
    display: block;
    margin-left: 0.375rem;
    margin-top: 2.3125rem;
  }
}

.event3__box {
  width: 477px;
  width: 29.8125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #FDEB12;
  padding: 33px 35px 42px;
  padding: 2.0625rem 2.1875rem 2.625rem;
}
@media screen and (max-width: 768px) {
  .event3__box {
    width: 97.5%;
    padding: 1.5rem 1.25rem 1.5625rem;
  }
}

.event3__box--pa {
  padding: 33px 35px 10px;
  padding: 2.0625rem 2.1875rem 0.625rem;
}
@media screen and (max-width: 768px) {
  .event3__box--pa {
    padding: 1.5rem 1.25rem 0.625rem;
  }
}

@media screen and (max-width: 768px) {
  .event3__box + .event3__box {
    margin-top: 0.8125rem;
  }
}

.event3__file {
  font-size: 30px;
  font-size: 1.875rem;
  color: #fff;
  background: #000000;
  display: inline-block;
  font-weight: 700;
  line-height: 1.4;
  padding: 0 14px 3px;
  padding: 0 0.875rem 0.1875rem;
}
@media screen and (max-width: 768px) {
  .event3__file {
    font-size: 1.125rem;
    padding: 0 0.625rem 0.25rem 0.5625rem;
  }
}

.event3__file span {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .event3__file span {
    font-size: 1.4375rem;
    line-height: 1.1;
  }
}

.event3__title {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.2333333333;
  font-weight: 700;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .event3__title {
    font-size: 1.25rem;
    line-height: 1.85;
    margin-top: 0.1875rem;
  }
}

.event3__difficulty {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 15px;
  margin-top: 0.9375rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .event3__difficulty {
    white-space: normal;
    white-space: initial;
    font-size: 0.875rem;
    line-height: 1.4285714286;
    margin-top: 0.1875rem;
  }
}

.event3__story {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2.0555555556;
  font-weight: 700;
  margin-top: 18px;
  margin-top: 1.125rem;
}
@media screen and (max-width: 768px) {
  .event3__story {
    font-size: 1rem;
    line-height: 2.3125;
    margin-top: 0.6875rem;
  }
}

.event3__story-desc {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6666666667;
  font-weight: 400;
  margin-top: 3px;
  margin-top: 0.1875rem;
}
@media screen and (max-width: 768px) {
  .event3__story-desc {
    font-size: 0.875rem;
    line-height: 1.4285714286;
    margin-top: -0.25rem;
  }
}

.event3__note {
  text-align: left;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .event3__note {
    font-size: 0.625rem;
    margin-top: 0.9375rem;
  }
}

.event4__container {
  padding: 43px 82px 68px;
  padding: 2.6875rem 5.125rem 4.25rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .event4__container {
    padding: 0 0.875rem 10.8125rem 0.875rem;
    margin-top: -0.5rem;
  }
}

.event4__container::before {
  content: "";
  position: absolute;
  background: url(../images/event4-img01.png) center center no-repeat;
  background-size: contain;
  width: 223px;
  width: 13.9375rem;
  height: 572px;
  height: 35.75rem;
  top: 115px;
  top: 7.1875rem;
  left: 24px;
  left: 1.5rem;
}
@media screen and (max-width: 768px) {
  .event4__container::before {
    background: url(../images/event4-img01-sp.png) center center no-repeat;
    background-size: contain;
    width: 18.5625rem;
    height: 5.5625rem;
    top: 13.375rem;
    left: 49%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.event4__container::after {
  content: "";
  position: absolute;
  background: url(../images/event4-img02.png) center center no-repeat;
  background-size: contain;
  width: 363px;
  width: 22.6875rem;
  height: 553px;
  height: 34.5625rem;
  bottom: 0;
  right: 24px;
  right: 1.5rem;
}
@media screen and (max-width: 768px) {
  .event4__container::after {
    background: url(../images/event4-img02-sp.png) center center no-repeat;
    background-size: contain;
    width: 19.25rem;
    height: 9.1875rem;
    right: auto;
    right: initial;
    left: 49%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.event4__lead {
  text-align: center;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.6818181818;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .event4__lead {
    font-size: 1rem;
    line-height: 1.5625;
    margin-top: 1.0625rem;
  }
}

.event4__lists {
  width: 513px;
  width: 32.0625rem;
  margin: 66px auto 0;
  margin: 4.125rem auto 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .event4__lists {
    width: 100%;
    margin: 4.75rem auto 0;
  }
}

.event4__link-box {
  text-align: center;
  margin-top: 33px;
  margin-top: 2.0625rem;
}
@media screen and (max-width: 768px) {
  .event4__link-box {
    margin-top: 1rem;
  }
}

.event5__container {
  padding: 37px 81px 31px;
  padding: 2.3125rem 5.0625rem 1.9375rem;
}
@media screen and (max-width: 768px) {
  .event5__container {
    padding: 0 0.875rem 1.9375rem 0.875rem;
    margin-top: -1.0625rem;
  }
}

.event5__lead {
  text-align: center;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.6818181818;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .event5__lead {
    font-size: 1rem;
    line-height: 1.5625;
    margin-top: 1.0625rem;
  }
}

.event5__list-container {
  margin-top: 55px;
  margin-top: 3.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 7px;
  margin-left: 0.4375rem;
  gap: 60px;
  gap: 3.75rem;
}
@media screen and (max-width: 768px) {
  .event5__list-container {
    display: block;
    margin-top: 2.0625rem;
    margin-left: 0;
  }
}

.event5__lists:nth-child(1) {
  width: 510px;
  width: 31.875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .event5__lists:nth-child(1) {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .event5__lists + .event5__lists {
    margin-top: 0.75rem;
  }
}

.event5__cards {
  margin-top: 43px;
  margin-top: 2.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4%;
  row-gap: 27px;
  row-gap: 1.6875rem;
}
@media screen and (max-width: 768px) {
  .event5__cards {
    width: 79%;
    margin: 2.6875rem auto 0;
    row-gap: 1.125rem;
  }
}

.event5__card {
  width: 476px;
  width: 29.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .event5__card {
    width: 100%;
  }
}

.event5__note {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: 72px;
  margin-top: 4.5rem;
}
@media screen and (max-width: 768px) {
  .event5__note {
    font-size: 0.75rem;
    margin-top: 1.25rem;
  }
}

.event6__container {
  padding: 33px 81px 43px;
  padding: 2.0625rem 5.0625rem 2.6875rem;
}
@media screen and (max-width: 768px) {
  .event6__container {
    padding: 0 0.875rem 1.4375rem 0.875rem;
    margin-top: -1.8125rem;
  }
}

.event6__lead {
  text-align: center;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.6818181818;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .event6__lead {
    font-size: 1rem;
    line-height: 1.5625;
    margin-top: 1.3125rem;
  }
}

.event6__list-container {
  margin-top: 55px;
  margin-top: 3.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 7px;
  margin-left: 0.4375rem;
  gap: 60px;
  gap: 3.75rem;
}
@media screen and (max-width: 768px) {
  .event6__list-container {
    display: block;
  }
}

.event6__lists {
  width: 600px;
  width: 37.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 59px auto 0;
  margin: 3.6875rem auto 0;
}
@media screen and (max-width: 768px) {
  .event6__lists {
    width: 100%;
    margin: 1.625rem auto 0;
  }
}

.event6__cards {
  margin-top: 43px;
  margin-top: 2.6875rem;
  width: 922px;
  width: 57.625rem;
  width: 100%;
  margin: 70px auto 0;
  margin: 4.375rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6.2%;
  row-gap: 24px;
  row-gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .event6__cards {
    width: 95%;
    margin: 1.625rem auto 0;
    row-gap: 0;
    gap: 6.5%;
  }
}

@media screen and (max-width: 768px) {
  .event6__cards .event6__card--reverse {
    gap: 2%;
  }
}

@media screen and (max-width: 768px) {
  .event6__cards .event6__card--between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.event6__card {
  width: 290px;
  width: 18.125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .event6__card {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5.5%;
  }
}

@media screen and (max-width: 768px) {
  .event6__card--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (max-width: 768px) {
  .event6__card + .event6__card {
    margin-top: 0.875rem;
    margin-top: 1.375rem;
  }
}

.event6__note {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: 78px;
  margin-top: 4.875rem;
}
@media screen and (max-width: 768px) {
  .event6__note {
    font-size: 0.75rem;
    margin-top: 1.375rem;
  }
}

.fixed {
  position: fixed;
  bottom: 241px;
  bottom: 15.0625rem;
  right: 40px;
  right: 2.5rem;
  width: 139px;
  width: 8.6875rem;
  cursor: pointer;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .fixed {
    width: 3.9375rem;
    bottom: 8.9375rem;
    right: 1.3125rem;
  }
}

.header__drawer-icon {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.header__drawer {
  width: 805px;
  width: 50.3125rem;
  position: fixed;
  top: 97px;
  top: 6.0625rem;
  background: #111;
  color: #fff;
  padding: 40px 38px 40px 54px;
  padding: 2.5rem 2.375rem 2.5rem 3.375rem;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  max-height: 537px;
  max-height: 33.5625rem;
  height: 85vh;
}
@media screen and (max-width: 768px) {
  .header__drawer {
    width: 100%;
    top: 3.875rem;
    padding: 1.375rem 2.3125rem;
    max-height: 31.8125rem;
  }
}

.header__drawer.is-active {
  width: 805px;
  width: 50.3125rem;
  position: fixed;
  top: 97px;
  top: 6.0625rem;
  background: #111;
  color: #fff;
  padding: 40px 38px 20px 54px;
  padding: 2.5rem 2.375rem 1.25rem 3.375rem;
  z-index: 100;
  opacity: 1;
  visibility: visible;
  max-height: 537px;
  max-height: 33.5625rem;
  height: 85vh;
}
@media screen and (max-width: 768px) {
  .header__drawer.is-active {
    width: 100%;
    top: 3.875rem;
    padding: 1.375rem 2.3125rem;
    max-height: 31.8125rem;
    height: 100%;
  }
}

.inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .inner {
    max-width: 1450px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

@media screen and (max-width: 768px) {
  .loadMore {
    font-size: 1rem;
    color: #fff;
    font-weight: 700;
    background: url(../images/btn-bg.png) center center no-repeat;
    background-size: cover;
    width: 12.1875rem;
    height: 2.4375rem;
    margin: 2.5rem auto 0;
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .loadMore::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-top: 0.8125rem solid #fff;
    border-right: 0.4375rem solid transparent;
    border-left: 0.4375rem solid transparent;
  }
}

@media screen and (max-width: 768px) {
  .loadMore.close::before {
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
}

@media screen and (max-width: 768px) {
  .loadMore--mt {
    margin: 2.0625rem auto 0;
  }
}

.pagetop {
  position: fixed;
  bottom: 50px;
  bottom: 3.125rem;
  right: 0;
  width: 235px;
  width: 14.6875rem;
  cursor: pointer;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .pagetop {
    width: 7.25rem;
  }
}

.schedule__wrap {
  padding: 94px 0 130px;
  padding: 5.875rem 0 8.125rem;
}
@media screen and (max-width: 768px) {
  .schedule__wrap {
    padding: 2.4375rem 0 4.0625rem;
  }
}

.schedule__inner {
  max-width: 1016px;
  max-width: 63.5rem;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .schedule__list {
    text-align: center;
  }
}

.schedule__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .schedule__item {
    display: block;
  }
}

.schedule__item + .schedule__item {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .schedule__item + .schedule__item {
    margin-top: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .schedule__item + .schedule__item.schedule__item--mt {
    margin-top: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .schedule__item + .schedule__item.schedule__item--mt2 {
    margin-top: 1.375rem;
  }
}

@media screen and (max-width: 768px) {
  .schedule__item + .schedule__item.schedule__item--mt3 {
    margin-top: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .schedule__item + .schedule__item.schedule__item--mt4 {
    margin-top: 2.0625rem;
  }
}

.schedule__title {
  background: #FF7907;
  width: 229px;
  width: 14.3125rem;
  height: 35px;
  height: 2.1875rem;
  border-radius: 1.25rem;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .schedule__title {
    font-size: 0.875rem;
    margin: auto;
    width: 8.625rem;
    height: 1.6875rem;
  }
}

@media screen and (max-width: 768px) {
  .schedule__title--4 {
    width: 9.375rem;
  }
}

.schedule__title--1 img {
  width: 70px;
  width: 4.375rem;
  height: 15px;
  height: 0.9375rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .schedule__title--1 img {
    width: 3.375rem;
    height: 0.6875rem;
  }
}

.schedule__title--2 img {
  width: 123px;
  width: 7.6875rem;
  height: 15px;
  height: 0.9375rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .schedule__title--2 img {
    width: 6rem;
    height: 0.9375rem;
  }
}

.schedule__title--3 img {
  width: 35px;
  width: 2.1875rem;
  height: 15px;
  height: 0.9375rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .schedule__title--3 img {
    width: 1.6875rem;
    height: 0.9375rem;
  }
}

.schedule__title--4 img {
  width: 178px;
  width: 11.125rem;
  height: 15px;
  height: 0.9375rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .schedule__title--4 img {
    height: 0.9375rem;
    width: 7.5rem;
  }
}

.schedule__text-box {
  margin-top: 4px;
  margin-top: 0.25rem;
}

.schedule__text-box--mt {
  margin-top: 0;
}

.schedule__text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .schedule__text {
    margin-top: 0.5625rem;
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}

.schedule__text2 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
  font-weight: 400;
  margin-top: 18px;
  margin-top: 1.125rem;
}
@media screen and (max-width: 768px) {
  .schedule__text2 {
    font-size: 0.875rem;
    line-height: 1.5;
    text-align: left;
    margin-top: 0.75rem;
    padding: 0 1.3125rem;
  }
}

.schedule__text3 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.8333333333;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .schedule__text3 {
    font-size: 0.875rem;
    line-height: 1.4285714286;
    text-align: left;
    width: 17.125rem;
    margin: auto;
  }
}

.schedule__link {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.8333333333;
  font-weight: 700;
  margin-top: 9px;
  margin-top: 0.5625rem;
  display: inline-block;
  padding-right: 26px;
  padding-right: 1.625rem;
  position: relative;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .schedule__link {
    font-size: 0.875rem;
    line-height: 2.3571428571;
    margin-top: 0;
  }
}

.schedule__link::before {
  content: "";
  position: absolute;
  -webkit-mask-image: url(../images/icon-link.svg);
          mask-image: url(../images/icon-link.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  top: 7px;
  top: 0.4375rem;
  right: 0;
  width: 18px;
  width: 1.125rem;
  height: 18px;
  height: 1.125rem;
  background: #000000;
}
@media screen and (max-width: 768px) {
  .schedule__link::before {
    width: 0.8125rem;
    height: 0.8125rem;
    top: 0.625rem;
  }
}

.schedule__link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  height: 0.125rem;
  background: #111;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.schedule__link:hover::after {
  width: 100%;
}

.text-link {
  text-decoration: underline;
}
/*# sourceMappingURL=styles.css.map */
