* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
  color: rgb(0, 0, 0);
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  html, body {
    font-size: 14.4px;
  }
}
@media screen and (max-width: 374px) {
  html, body {
    font-size: 12.8px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  font-size: 1rem;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

.select-wrap {
  position: relative;
}
.select-wrap::after {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  z-index: 2;
  width: 15px;
  height: 10px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  pointer-events: none;
}

input[type=submit],
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  outline: none;
  border: 1px solid rgb(190, 190, 190);
  padding: 10px;
  border-radius: 5px;
}

section {
  padding: 100px 0;
}
section.section-bottom {
  padding-bottom: 0;
}

.contents-wrapper {
  width: calc(100% - 100px);
  max-width: 1510px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .contents-wrapper {
    width: calc(100% - 40px);
  }
}
.contents-wrapper.mini {
  max-width: 1300px;
}
.contents-wrapper.big {
  width: 100%;
  max-width: 1920px;
}

.ipad-block {
  display: none;
}
@media (max-width: 1023px) {
  .ipad-block {
    display: block;
  }
}

@media (max-width: 1023px) {
  .ipad-none {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
.main-contents {
  text-align: left;
  word-wrap: break-word;
  line-height: 200%;
}
.main-contents p:not(:last-child) {
  margin-bottom: 15px;
}
.main-contents img:not(.emoji) {
  width: 50% !important;
  height: auto !important;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .main-contents img:not(.emoji) {
    width: 100% !important;
  }
}

.left-float {
  float: left;
}

.right-float {
  float: right;
}

.clear {
  clear: both;
}

img, iframe {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

a {
  text-decoration: none;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

a:hover {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.color-black {
  color: rgb(0, 0, 0);
}

.color-white {
  color: rgb(255, 255, 255);
}

table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
}

.block-item {
  display: block;
}

.inlineblock-item {
  display: inline-block;
}

.inline-item {
  display: inline;
}

ul, ol {
  font-size: 1.4rem;
  font-weight: 500;
}
@media (max-width: 1023px) {
  ul, ol {
    font-size: 1.1rem;
  }
}
ul li:not(:last-child), ol li:not(:last-child) {
  margin-bottom: 10px;
}

.right-flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.white-space {
  white-space: nowrap;
}

figure {
  margin: 0;
  padding: 0;
}

.font-noto {
  font-family: "Noto Serif JP", serif;
}

.side-line-title {
  margin-bottom: 30px;
  position: relative;
  font-family: "Bacasime Antique", serif;
  text-transform: uppercase;
  font-size: 3.8rem;
  padding-left: 20px;
}
@media (max-width: 1200px) {
  .side-line-title {
    font-size: 2.8rem;
  }
}
@media (max-width: 767px) {
  .side-line-title {
    font-size: 2rem;
  }
}
.side-line-title::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 4px;
  height: 100%;
}
.side-line-title.black::before {
  background: rgb(0, 0, 0);
}
.side-line-title.grade {
  text-transform: capitalize;
}
.side-line-title.grade::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(45, 62, 83)), to(rgb(174, 185, 197)));
  background: linear-gradient(180deg, rgb(45, 62, 83) 0%, rgb(174, 185, 197) 100%);
}
.side-line-title.grade code {
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .side-line-title.grade code {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .side-line-title.grade code {
    font-size: 1.5rem;
  }
}

.bg-black-title {
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  font-size: 1.4rem;
  min-width: 255px;
  padding: 5px;
  text-align: center;
  border-radius: 10px;
}
@media (max-width: 1200px) {
  .bg-black-title {
    min-width: 190px;
    font-size: 1.1rem;
  }
}

.top-main-title {
  margin-bottom: 35px;
  font-size: 5rem;
  text-transform: uppercase;
  font-family: "Bacasime Antique", serif;
}
@media (max-width: 767px) {
  .top-main-title {
    font-size: 3.5rem;
  }
}
.top-main-title.center {
  text-align: center;
}
.top-main-title.page {
  font-size: 3.5rem;
  text-transform: capitalize;
}
@media (max-width: 1100px) {
  .top-main-title.page {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .top-main-title.page {
    font-size: 2rem;
  }
}

.red-title {
  font-weight: 700;
  font-size: 1.4rem;
  color: rgb(122, 1, 0);
  margin-bottom: 10px;
}

.bg-red-title {
  margin-bottom: 15px;
  background-color: rgb(225, 207, 201);
  color: rgb(122, 1, 0);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 10px;
  font-size: 1.1rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .bg-red-title {
    font-size: 1rem;
  }
}
.bg-red-title.blue {
  background-color: rgb(225, 231, 235);
  color: rgb(16, 78, 130);
}

.grade-btn {
  margin-top: 35px;
  max-width: 298px;
  text-align: center;
  border-radius: 10px;
  display: block;
  font-family: "Bacasime Antique", serif;
  text-transform: uppercase;
  font-size: 1.4rem;
  background: linear-gradient(90.86deg, #DFDFDF 11.13%, #FFFFFF 31.69%, #747474 146.26%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .grade-btn {
    margin-inline: auto;
  }
}
.grade-btn a {
  color: rgb(0, 0, 0);
}
.grade-btn:hover {
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}
.grade-btn.map {
  padding: 15px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.grade-btn.map::before {
  content: "";
  display: block;
  width: 24px;
  aspect-ratio: 1/1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("../../images/map-icon.svg");
}

.red-btn {
  width: 100%;
  max-width: 396px;
  padding: 20px 10px;
  background-color: rgb(122, 1, 0);
  color: rgb(255, 255, 255);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-weight: 500;
}
.red-btn::after {
  content: "";
  display: block;
  width: 22px;
  aspect-ratio: 1/1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("../../images/download-icon.svg");
}
.red-btn.blue {
  background-color: rgb(16, 78, 130);
}
.red-btn.arrow::after {
  background-image: url("../../images/arrow.svg");
}
.red-btn.center {
  margin: 70px auto 0;
}

.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 40px;
  margin-right: 125px;
  list-style: none;
  font-size: 1rem;
}
@media (max-width: 1600px) {
  .header-menu {
    gap: 15px;
    margin-right: 90px;
  }
}
@media (max-width: 1490px) {
  .header-menu {
    display: none;
  }
}
.header-menu .full-menu-list .menu-title {
  height: 100%;
  color: rgb(255, 255, 255);
  margin-bottom: 0;
  cursor: default;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.header-menu .menu-inner-wrapper {
  display: contents;
}
.header-menu .menu-inner-wrapper .menu-box:not(:last-child) {
  margin-bottom: 0;
}
.header-menu .menu-inner-wrapper .menu-box:hover .menu-link, .header-menu .menu-inner-wrapper .menu-box:focus-within .menu-link {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}
.header-menu .menu-link {
  position: fixed;
  top: 95px;
  left: 0;
  z-index: 10;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  padding: 30px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  pointer-events: none;
  background-color: rgb(0, 0, 0);
  -webkit-transition: grid-template-rows 0.5s ease, opacity 0.35s ease, visibility 0.35s ease, -webkit-transform 0.5s ease;
  transition: grid-template-rows 0.5s ease, opacity 0.35s ease, visibility 0.35s ease, -webkit-transform 0.5s ease;
  transition: grid-template-rows 0.5s ease, opacity 0.35s ease, visibility 0.35s ease, transform 0.5s ease;
  transition: grid-template-rows 0.5s ease, opacity 0.35s ease, visibility 0.35s ease, transform 0.5s ease, -ms-grid-rows 0.5s ease, -webkit-transform 0.5s ease;
}
.header-menu .menu-link br {
  display: none;
}
.header-menu .menu-link a {
  margin: 0;
}
.header-menu .menu-link a:not(:last-child) {
  margin-bottom: 0;
}
.header-menu .menu-link {
  overflow: hidden;
}

.drawer--right button.drawer-hamburger {
  top: 18px;
  right: 40px;
}
@media (max-width: 1600px) {
  .drawer--right button.drawer-hamburger {
    right: 20px;
  }
}
@media (max-width: 767px) {
  .drawer--right button.drawer-hamburger {
    right: 0;
    top: 0px;
  }
}
.drawer--right button.drawer-hamburger .drawer-hamburger-icon {
  background-color: transparent;
}
.drawer--right button.drawer-hamburger .drawer-hamburger-icon::before, .drawer--right button.drawer-hamburger .drawer-hamburger-icon::after {
  background-color: rgb(255, 255, 255);
}
.drawer--right button.drawer-hamburger .drawer-hamburger-icon::before {
  top: -5px;
}
.drawer--right button.drawer-hamburger .drawer-hamburger-icon::after {
  top: 5px;
}
.drawer--right nav.drawer-nav {
  overflow: scroll;
  top: 95px;
  width: 100%;
  right: 0;
  padding: 30px 0;
  height: calc(100vh - 95px);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-position: right;
  background-image: url("../../images/message-bg.jpg");
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .drawer--right nav.drawer-nav {
    height: calc(100vh - 60px);
    top: 60px;
  }
}
.drawer--right nav.drawer-nav .full-menu-list .menu-title,
.drawer--right nav.drawer-nav .full-menu-list a {
  color: rgb(0, 0, 0);
}
.drawer--right.drawer-open button.drawer-hamburger {
  right: 40px;
}
@media (max-width: 1600px) {
  .drawer--right.drawer-open button.drawer-hamburger {
    right: 20px;
  }
}
@media (max-width: 767px) {
  .drawer--right.drawer-open button.drawer-hamburger {
    right: 0;
  }
}
.drawer--right.drawer-open button.drawer-hamburger .drawer-hamburger-icon::before, .drawer--right.drawer-open button.drawer-hamburger .drawer-hamburger-icon::after {
  top: 0;
}
.drawer--right.drawer-open nav.drawer-nav {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.full-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media (max-width: 1023px) {
  .full-menu-list {
    gap: 30px 10px;
  }
  .full-menu-list br {
    display: none;
  }
}
@media (max-width: 1315px) {
  .full-menu-list .menu-inner-wrapper {
    display: contents;
  }
}
@media (max-width: 1087px) {
  .full-menu-list .menu-box:not(.information):not(.registration) {
    width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 767px) {
  .full-menu-list .menu-box:not(.information):not(.registration) {
    width: 100%;
  }
}
.full-menu-list .menu-box:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 1315px) {
  .full-menu-list .menu-box:not(:last-child) {
    margin-bottom: 0;
  }
}
@media (max-width: 1315px) {
  .full-menu-list .menu-box.information {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 1087px) {
  .full-menu-list .menu-box.registration.pc {
    display: none;
  }
}
@media (max-width: 1087px) {
  .full-menu-list .menu-box.registration.sp {
    margin-top: 30px;
    display: block;
  }
}
.full-menu-list .menu-title {
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  font-size: 1.1rem;
  margin-bottom: 25px;
  letter-spacing: 0.05em;
}
@media (max-width: 1315px) {
  .full-menu-list .menu-title {
    margin-bottom: 15px;
  }
}
.full-menu-list a {
  margin-left: 20px;
  display: block;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-indent: -20px;
}
.full-menu-list a::before {
  content: "";
  display: inline-block;
  width: 10px;
  aspect-ratio: 1/1;
  background-color: rgb(122, 1, 0);
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 10px;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.full-menu-list a:not(:last-child) {
  margin-bottom: 15px;
}
.full-menu-list a:hover::before {
  opacity: 1;
}

.footer-menu-wrapper {
  background-color: rgb(84, 89, 95);
  padding: 95px 0 30px;
}
@media (max-width: 767px) {
  .footer-menu-wrapper {
    padding: 50px 0 30px;
  }
}
.footer-menu-wrapper .full-menu-list .menu-title,
.footer-menu-wrapper .full-menu-list a {
  color: rgb(255, 255, 255);
}

.sns-link {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}
.sns-link img {
  height: 40px;
}
@media (max-width: 767px) {
  .sns-link img {
    height: 30px;
  }
}

.footer-date-wrapper {
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1200px) {
  .footer-date-wrapper {
    height: 132px;
    position: relative;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 1023px) {
  .footer-date-wrapper {
    height: 100px;
  }
}
@media (max-width: 767px) {
  .footer-date-wrapper {
    height: auto;
  }
}
.footer-date-wrapper a {
  color: rgb(255, 255, 255);
}
.footer-date-wrapper a:hover {
  opacity: 0.6;
}
.footer-date-wrapper .footer-logo {
  width: auto;
  margin: 0;
  height: 132px;
}
@media (max-width: 1200px) {
  .footer-date-wrapper .footer-logo {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (max-width: 767px) {
  .footer-date-wrapper .footer-logo {
    position: static;
    width: 100%;
    height: auto;
  }
}

.footer-text {
  padding: 0 calc((100vw - 1500px) / 2) 0 0;
}
@media (max-width: 1600px) {
  .footer-text {
    padding-right: 50px;
  }
}
@media (max-width: 1200px) {
  .footer-text {
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 767px) {
  .footer-text {
    padding: 20px;
    width: 100%;
  }
}
.footer-text .top {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -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;
}
@media (max-width: 767px) {
  .footer-text .top {
    font-size: 0.9rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer-text .footer-title {
  vertical-align: middle;
  margin-right: 30px;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .footer-text .footer-title {
    font-size: 0.9rem;
    margin-right: 15px;
  }
}
.footer-text .footer-email {
  vertical-align: middle;
}
@media (max-width: 1023px) {
  .footer-text .footer-email {
    font-size: 0.8rem;
  }
}
.footer-text .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 0.9rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 1023px) {
  .footer-text .bottom {
    font-size: 0.8rem;
  }
}
.footer-text .copy-light {
  margin-right: 30px;
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: rgb(0, 0, 0);
}
header a {
  color: rgb(255, 255, 255);
}

.header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-logo a {
  position: relative;
  display: block;
}
.header-logo img {
  height: 95px;
}
@media (max-width: 767px) {
  .header-logo img {
    height: 60px;
  }
}
.header-logo .logo-text {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .header-logo .logo-text {
    font-size: 0.7rem;
    line-height: 1.4;
    right: auto;
    left: 177px;
  }
}

.fv-section {
  padding-top: 250px;
  padding-bottom: 0;
  height: 100vh;
  min-height: 930px;
  background-image: url("../../images/fv-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: rgb(0, 0, 0);
}
@media (max-width: 1200px) {
  .fv-section {
    min-height: 650px;
    padding-top: 190px;
  }
}
@media (max-width: 1023px) {
  .fv-section {
    height: 750px;
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .fv-section {
    height: auto;
    background-image: none;
    padding-top: 0;
  }
}
.fv-section > .wp-block-group__inner-container {
  height: 100%;
}
.fv-section .contents-wrapper {
  position: relative;
}
@media (max-width: 767px) {
  .fv-section .contents-wrapper:not(.big) {
    width: 100%;
    padding: 130px 20px 130px;
    background-image: url("../../images/fv-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-position: 20%;
  }
}
.fv-section .contents-wrapper.big {
  height: 100%;
}

.fv-title .small {
  font-weight: 500;
  font-size: 2.5rem;
}
@media (max-width: 1200px) {
  .fv-title .small {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .fv-title .small {
    font-size: 1.1rem;
  }
}
.fv-title .main-title {
  font-family: "Bacasime Antique", serif;
  font-size: 7rem;
}
@media (max-width: 1200px) {
  .fv-title .main-title {
    font-size: 5rem;
  }
}
@media (max-width: 767px) {
  .fv-title .main-title {
    font-size: 3.1rem;
  }
}
.fv-title .main-title code {
  display: inline-block;
  margin-left: 10px;
  font-weight: 500;
  font-family: "Abhaya Libre", serif;
}
.fv-title .day-box {
  font-weight: 500;
  font-size: 4rem;
  font-family: "Abhaya Libre", serif;
}
@media (max-width: 1200px) {
  .fv-title .day-box {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .fv-title .day-box {
    font-size: 1.4rem;
  }
}

.top-schedule-box {
  position: absolute;
  bottom: -45px;
  left: 0;
  background-color: rgb(255, 255, 255);
  padding: 55px 205px 70px;
}
@media (max-width: 1920px) {
  .top-schedule-box {
    padding-right: 90px;
    padding-left: calc((100vw - 1500px) / 2);
  }
}
@media (max-width: 1600px) {
  .top-schedule-box {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .top-schedule-box {
    position: static;
    padding: 30px 20px;
  }
}

.top-schedule-wrapper {
  gap: 15px;
  font-size: 1.4rem;
}
@media (max-width: 1200px) {
  .top-schedule-wrapper {
    font-size: 1.1rem;
  }
}
@media (max-width: 767px) {
  .top-schedule-wrapper.wp-block-group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
}
.top-schedule-wrapper:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .top-schedule-wrapper .top-schedulecontents {
    width: 100%;
  }
}

.top-bg-wrapper {
  background-image: url("../../images/message-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.latest-updates-section .top-main-title.page {
  text-transform: uppercase;
}
.latest-updates-section .latest-updates-wrapper {
  overflow: scroll;
  max-width: 1220px;
  max-height: 200px;
  margin: auto;
  background-color: rgb(255, 255, 255);
  padding: 20px 30px;
}
@media (max-width: 767px) {
  .latest-updates-section .latest-updates-wrapper {
    padding: 20px;
  }
}
.latest-updates-section .latest-updates-inner {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.latest-updates-section .latest-updates-inner:not(:last-child) {
  margin-bottom: 14px;
}
.latest-updates-section .tiem {
  width: 120px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .latest-updates-section .tiem {
    font-weight: 400;
    font-size: 0.9rem;
  }
}
.latest-updates-section h3 {
  width: calc(100% - 120px);
  font-weight: 500;
}
@media (max-width: 767px) {
  .latest-updates-section h3 {
    width: 100%;
    margin-top: 3px;
  }
}

.message-wrapper {
  gap: 80px;
}
@media (max-width: 1300px) {
  .message-wrapper {
    gap: 30px;
  }
}
.message-wrapper .text-box {
  font-weight: 500;
  line-height: 2.2;
  font-size: 1.1rem;
}
@media (max-width: 1023px) {
  .message-wrapper .text-box {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 1rem;
    line-height: 1.7;
  }
}
@media (max-width: 1023px) {
  .message-wrapper .image-box {
    max-width: 400px;
    margin: auto;
  }
}
.message-wrapper .top-message-name-wrapper {
  margin-top: 30px;
}
.message-wrapper .position {
  margin-bottom: 10px;
  font-size: 1.1rem;
}
.message-wrapper .name {
  font-size: 1.5rem;
}
.message-wrapper .company {
  font-size: 0.9rem;
}
@media (max-width: 1100px) {
  .message-wrapper .company {
    font-size: 0.8rem;
  }
}

.key-dates-section {
  overflow: hidden;
  position: relative;
}
.key-dates-section .bg-image {
  position: absolute;
  top: 50%;
  left: 0;
  width: 70%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
@media (max-width: 1023px) {
  .key-dates-section .bg-image {
    width: 100%;
  }
}

.key-date-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 50px;
}
@media (max-width: 1439px) {
  .key-date-wrapper {
    gap: 10px;
  }
}
.key-date-wrapper .key-date-box {
  padding: 45px;
  background-color: rgb(242, 242, 242);
  width: calc((100% - 100px) / 3);
}
@media (max-width: 1439px) {
  .key-date-wrapper .key-date-box {
    width: calc((100% - 20px) / 3);
    padding: 45px 20px;
  }
}
@media (max-width: 1023px) {
  .key-date-wrapper .key-date-box {
    width: 100%;
    max-width: 400px;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .key-date-wrapper .key-date-box {
    padding: 30px 20px;
  }
}
.key-date-wrapper .key-date-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -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: 15px;
}
.key-date-wrapper .key-date-title::before {
  content: "";
  display: block;
  width: 80px;
  aspect-ratio: 1/1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../../images/key-day-icon.svg");
}
@media (max-width: 1600px) {
  .key-date-wrapper .key-date-title::before {
    width: 60px;
  }
}
@media (max-width: 1200px) {
  .key-date-wrapper .key-date-title::before {
    width: 40px;
  }
}
.key-date-wrapper .key-date-title span {
  font-family: "Bacasime Antique", serif;
  font-size: 1.5rem;
  text-transform: uppercase;
  width: calc(100% - 15px - 80px);
}
@media (max-width: 1600px) {
  .key-date-wrapper .key-date-title span {
    width: calc(100% - 15px - 60px);
    font-size: 1.3rem;
  }
}
@media (max-width: 1200px) {
  .key-date-wrapper .key-date-title span {
    font-size: 1.1rem;
    width: calc(100% - 15px - 40px);
  }
}
.key-date-wrapper .key-date-day {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  margin-top: 20px;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .key-date-wrapper .key-date-day {
    font-size: 1.5rem;
  }
}

.top-link-section {
  background-image: url("../../images/top-link-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.top-link-wrapper {
  gap: 60px 50px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 1080px) {
  .top-link-wrapper {
    gap: 10px;
  }
}
@media (max-width: 1023px) {
  .top-link-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 500px;
    margin: auto;
  }
}
.top-link-wrapper:not(:last-child) {
  margin-bottom: 60px;
}
@media (max-width: 1080px) {
  .top-link-wrapper:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (max-width: 1023px) {
  .top-link-wrapper:not(:last-child) {
    margin-bottom: 10px;
  }
}
.top-link-wrapper .top-link-box {
  width: calc((100% - 50px) / 2);
  background-color: rgb(255, 255, 255);
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 1080px) {
  .top-link-wrapper .top-link-box {
    width: calc((100% - 10px) / 2);
  }
}
@media (max-width: 1023px) {
  .top-link-wrapper .top-link-box {
    width: 100%;
  }
}
.top-link-wrapper .top-link-box img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-link-wrapper .text-box {
  padding: 50px 20px 30px;
}
@media (max-width: 1080px) {
  .top-link-wrapper .text-box {
    padding-top: 30px;
  }
}
.top-link-wrapper .text-box h2 {
  margin-bottom: 20px;
  font-size: 2rem;
  font-family: "Bacasime Antique", serif;
  text-transform: uppercase;
}
@media (max-width: 1080px) {
  .top-link-wrapper .text-box h2 {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .top-link-wrapper .text-box h2 {
    font-size: 1.5rem;
  }
}

.top-arrow-link:not(:last-child) {
  margin-bottom: 10px;
}
.top-arrow-link .wp-block-paragraph a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  color: rgb(0, 0, 0);
  font-family: "Bacasime Antique", serif;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .top-arrow-link .wp-block-paragraph a {
    font-size: 0.9rem;
  }
}
.top-arrow-link .wp-block-paragraph a::after {
  content: "";
  display: block;
  width: 18px;
  aspect-ratio: 2/1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("../../images/arrow-black.svg");
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .top-arrow-link .wp-block-paragraph a::after {
    width: 12px;
  }
}
.top-arrow-link .wp-block-paragraph a code {
  font-family: "Noto Serif JP", serif;
  display: inline-block;
  margin-inline: -5px;
}
.top-arrow-link:hover .wp-block-paragraph a::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.mv-section {
  background-image: url("../../images/mv-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 540px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -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;
}
@media (max-width: 1023px) {
  .mv-section {
    height: 350px;
  }
}

.page-name {
  font-size: 4rem;
  text-transform: uppercase;
  font-family: "Bacasime Antique", serif;
  padding-top: 95px;
}
@media (max-width: 1100px) {
  .page-name {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .page-name {
    padding-top: 60px;
    font-size: 2.5rem;
  }
}

.about-page-bg {
  background-image: url("../../images/top-key-bg.png");
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
}

.about-conference-box {
  padding: 60px 70px;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 16px 0px rgba(196, 196, 196, 0.25);
          box-shadow: 0px 0px 16px 0px rgba(196, 196, 196, 0.25);
}
@media (max-width: 767px) {
  .about-conference-box {
    padding: 50px 20px;
  }
}

.site-table-wrapper .overview-inner {
  gap: 10px 30px;
  border-bottom: 1px solid rgb(217, 217, 217);
}
@media (max-width: 767px) {
  .site-table-wrapper .overview-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: none;
  }
}
.site-table-wrapper .overview-inner:not(:last-child) {
  margin-bottom: 40px;
}
.site-table-wrapper h2 {
  width: 300px;
  font-size: 1.1rem;
  padding: 20px 20px 20px 50px;
  background-color: rgb(217, 217, 217);
}
@media (max-width: 1023px) {
  .site-table-wrapper h2 {
    width: 210px;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .site-table-wrapper h2 {
    width: 100%;
  }
}
.site-table-wrapper p {
  width: calc(100% - 300px - 30px);
}
@media (max-width: 1023px) {
  .site-table-wrapper p {
    width: calc(100% - 210px - 30px);
  }
}
@media (max-width: 767px) {
  .site-table-wrapper p {
    width: 100%;
  }
}

.theme-text {
  font-size: 1.8rem;
}
@media (max-width: 1023px) {
  .theme-text {
    font-size: 1.4rem;
  }
}

.onsite-conference-wrapper > .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 50px;
}
.onsite-conference-wrapper .map-box,
.onsite-conference-wrapper .text-box {
  width: calc((100% - 50px) / 2);
  font-size: 1.1rem;
}
@media (max-width: 1023px) {
  .onsite-conference-wrapper .map-box,
  .onsite-conference-wrapper .text-box {
    width: 100%;
  }
}
.onsite-conference-wrapper .map-box > .wp-block-group__inner-container,
.onsite-conference-wrapper iframe {
  height: 100%;
}
@media (max-width: 1023px) {
  .onsite-conference-wrapper .map-box > .wp-block-group__inner-container,
  .onsite-conference-wrapper iframe {
    height: 300px;
  }
}
.onsite-conference-wrapper .text-inner:not(:last-child) {
  margin-bottom: 40px;
}
.onsite-conference-wrapper h3 {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 1.4rem;
}

.online-conference-section {
  background-image: url("../../images/contact-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.online-conference-section .online-conference-wrapper {
  gap: 50px;
}
@media (max-width: 1023px) {
  .online-conference-section .online-conference-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.online-conference-section figure,
.online-conference-section .text-box {
  width: calc((100% - 50px) / 2);
}
@media (max-width: 1023px) {
  .online-conference-section figure,
  .online-conference-section .text-box {
    width: 100%;
  }
}
.online-conference-section .bg-black-title {
  margin-bottom: 15px;
  font-size: 1.1rem;
  min-width: 340px;
}
.online-conference-section .text-inner:not(:last-child) {
  margin-bottom: 30px;
}

.committees-section .scroll-hint-icon-white {
  overflow: scroll;
}

@media (max-width: 1023px) {
  .committees-table {
    min-width: 950px;
  }
}
@media (max-width: 767px) {
  .committees-table {
    min-width: 800px;
  }
}
.committees-table th {
  background-color: rgb(84, 89, 95);
  color: rgb(255, 255, 255);
  text-align: center;
  font-weight: 500;
  font-size: 1.1rem;
  text-transform: capitalize;
  padding: 5px;
}
.committees-table th:not(:last-child) {
  border-right: 1px solid rgb(255, 255, 255);
}
.committees-table td {
  border: 1px solid rgb(227, 227, 227);
  padding: 15px 20px;
}
@media (max-width: 1100px) {
  .committees-table td {
    font-size: 0.9rem;
  }
}
@media (max-width: 767px) {
  .committees-table td {
    padding: 15px 10px;
  }
}
.committees-table td:first-child {
  width: 35%;
}
.committees-table td:nth-child(2) {
  width: 20%;
}
.committees-table td:last-child {
  width: 45%;
}

.call-section {
  position: relative;
}
.call-section .contents-wrapper {
  position: relative;
  z-index: 5;
}
.call-section .left-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: tr;
          transform: tr;
  width: 70%;
}
@media (max-width: 1023px) {
  .call-section .left-bg-image {
    width: 100%;
  }
}
.call-section .right-bg-image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60%;
}
@media (max-width: 1023px) {
  .call-section .right-bg-image {
    width: 100%;
  }
}

.call-bg-box {
  padding: 70px 80px;
  background-color: rgba(255, 255, 255, 0.5);
  font-size: 1.4rem;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(196, 196, 196, 0.25);
          box-shadow: 0px 0px 16px 0px rgba(196, 196, 196, 0.25);
}
@media (max-width: 1100px) {
  .call-bg-box {
    font-size: 1rem;
  }
}
@media (max-width: 1023px) {
  .call-bg-box {
    padding: 50px 30px;
  }
}
.call-bg-box:not(:last-child) {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .call-bg-box:not(:last-child) {
    margin-bottom: 40px;
  }
}
.call-bg-box .call-box:not(:last-child) {
  margin-bottom: 30px;
}
.call-bg-box h3 {
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-weight: 700;
  color: rgb(122, 1, 0);
}
@media (max-width: 1100px) {
  .call-bg-box h3 {
    font-size: 1.2rem;
  }
}
.call-bg-box h3 code {
  font-family: "Noto Serif JP", serif;
}

.paper-red-box {
  padding: 50px 70px;
  border: 1px solid rgb(122, 1, 0);
}
@media (max-width: 1100px) {
  .paper-red-box {
    padding: 50px 30px;
  }
}

.paper-red-box-inner {
  font-size: 1.4rem;
}
@media (max-width: 1300px) {
  .paper-red-box-inner {
    font-size: 1.1rem;
  }
}
@media (max-width: 1023px) {
  .paper-red-box-inner {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .paper-red-box-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.paper-red-box-inner:not(:last-child) {
  margin-bottom: 30px;
}
.paper-red-box-inner .bg-black-title {
  font-size: 1.1rem;
}

.paper-info-wrapper {
  margin-bottom: 40px;
}

.paper-red-days.wp-container-core-group-is-layout-8f761849 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: rgb(122, 1, 0);
  font-weight: 500;
  font-size: 1.8rem;
}
@media (max-width: 1300px) {
  .paper-red-days.wp-container-core-group-is-layout-8f761849 {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .paper-red-days.wp-container-core-group-is-layout-8f761849 {
    font-size: 1.2rem;
  }
}

.download-section {
  background-color: rgb(225, 231, 235);
}

.paper-download-wrapper {
  max-width: 900px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px 80px;
}
@media (max-width: 1100px) {
  .paper-download-wrapper {
    gap: 30px;
  }
}
@media (max-width: 1023px) {
  .paper-download-wrapper {
    gap: 10px;
  }
}

.submission-following-section p {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media (max-width: 1023px) {
  .submission-following-section p {
    font-size: 1.1r;
  }
}

.registraion-fee-table-wrapper {
  margin-bottom: 45px;
}
@media (max-width: 1023px) {
  .registraion-fee-table-wrapper {
    overflow: scroll;
  }
}

.registraion-fee-table {
  text-align: center;
  font-weight: 500;
  font-size: 1.1rem;
}
@media (max-width: 1023px) {
  .registraion-fee-table {
    font-size: 1rem;
    min-width: 1000px;
  }
}
@media (max-width: 767px) {
  .registraion-fee-table {
    min-width: 850px;
  }
}
.registraion-fee-table .title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.registraion-fee-table .type-title {
  width: 190px;
  color: rgb(255, 255, 255);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, right top, from(#2D3E53), to(#AEB9C5));
  background: linear-gradient(90deg, #2D3E53 0%, #AEB9C5 100%);
}
.registraion-fee-table .detail-box {
  width: calc(100% - 190px);
}
.registraion-fee-table .detail-box .top {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  color: rgb(255, 255, 255);
}
.registraion-fee-table .detail-box h3 {
  padding: 15px 10px;
  border-bottom: 1px solid rgb(255, 255, 255);
}
.registraion-fee-table .detail-box h3:not(:last-child) {
  border-right: 1px solid rgb(255, 255, 255);
}
.registraion-fee-table .detail-box h3.bg-blue {
  background-color: rgb(135, 158, 177);
}
.registraion-fee-table .detail-box h3.bg-red {
  background-color: rgb(135, 62, 38);
}
.registraion-fee-table .detail-box h3.bg-yellow {
  background-color: rgb(193, 130, 4);
}
.registraion-fee-table .detail-box .bottom {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
}
.registraion-fee-table .detail-box .speed {
  padding: 10px;
  background-color: rgb(242, 242, 242);
}
.registraion-fee-table .detail-box .speed:not(:last-child) {
  border-right: 1px solid rgb(255, 255, 255);
}
.registraion-fee-table .fee-main-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-top: 1px solid rgb(255, 255, 255);
}
.registraion-fee-table .fee-main-box .type-main-title {
  width: 190px;
  padding: 15px 10px;
  border-right: 1px solid rgb(255, 255, 255);
}
.registraion-fee-table .fee-main-box .type-price-box {
  width: calc((100% - 190px) / 6);
  padding: 15px 10px;
}
.registraion-fee-table .fee-main-box .type-price-box:not(:last-child) {
  border-right: 1px solid rgb(255, 255, 255);
}

.registraion-fee-text {
  margin-bottom: 110px;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media (max-width: 1023px) {
  .registraion-fee-text {
    font-size: 1.1rem;
  }
}

.registraion-terms-text {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media (max-width: 1023px) {
  .registraion-terms-text {
    font-size: 1.1rem;
  }
}
.registraion-terms-text p:not(:last-child) {
  margin-bottom: 15px;
}

.registration-apply-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../../images/contact-bg.jpg");
  text-align: center;
}
.registration-apply-section .registration-apply-text {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media (max-width: 1023px) {
  .registration-apply-section .registration-apply-text {
    font-size: 1.1rem;
  }
}

.registration-apply-btn-wrapper {
  margin-top: 50px;
  gap: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1023px) {
  .registration-apply-btn-wrapper {
    gap: 10px;
  }
}
.registration-apply-btn-wrapper .red-btn {
  margin: 0;
}

.program-table {
  --time-width: 210px;
  --hour-height: 60px;
  width: 100%;
  max-width: 1350px;
  margin: auto;
  overflow-x: auto;
  border: 1px solid #e5e5e5;
  font-family: serif;
}

.program-table__header,
.program-table__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: var(--time-width) (minmax(260px, 1fr))[var(--day-count)];
  grid-template-columns: var(--time-width) repeat(var(--day-count), minmax(260px, 1fr));
}

.program-table__time-head,
.program-table__day-head {
  height: 66px;
  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;
  color: #fff;
  letter-spacing: 0.04em;
  border-right: 1px solid #fff;
}

.program-table__time-head {
  background: #2f4157;
}

.program-table__body {
  min-height: calc(var(--hour-count) * var(--hour-height));
}

.program-table__times {
  border-right: 1px solid #e5e5e5;
}

.program-table__time {
  height: var(--hour-height);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 18px;
  border-bottom: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.program-table__day {
  position: relative;
  min-height: calc(var(--hour-count) * var(--hour-height));
  border-right: 1px solid #fff;
  background-image: linear-gradient(to bottom, transparent calc(var(--hour-height) - 1px), #fff calc(var(--hour-height) - 1px));
  background-size: 100% var(--hour-height);
}

.program-table__program {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(var(--top) / 60 * var(--hour-height));
  height: calc(var(--duration) / 60 * var(--hour-height));
  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: 12px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  line-height: 1.8;
  border-bottom: 1px solid #fff;
  color: #111;
}

.coming-soon {
  width: 100%;
  max-width: 1350px;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.coming-soon.program-table-coming-soon {
  text-align: center;
  margin: auto;
  padding: 60px 20px;
  border: 1px solid #e5e5e5;
}

.program-table-sp {
  --hour-height: 60px;
  display: none;
}

@media (max-width: 1023px) {
  .program-table {
    display: none;
  }
  .program-table-sp {
    display: block;
  }
  .program-table-sp__item {
    margin-bottom: 32px;
    overflow-x: auto;
  }
  .program-table-sp__header,
  .program-table-sp__body {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 110px minmax(260px, 1fr);
    grid-template-columns: 110px minmax(260px, 1fr);
  }
  .program-table-sp__body {
    min-height: calc(var(--hour-count) * var(--hour-height));
  }
  .program-table {
    --hour-height: 60px;
  }
}
@media (max-width: 767px) {
  .program-table-sp {
    --hour-height: 45px;
  }
  .program-table-sp__header,
  .program-table-sp__body {
    -ms-grid-columns: 82px minmax(220px, 1fr);
    grid-template-columns: 82px minmax(220px, 1fr);
  }
  .program-table__time-head,
  .program-table__day-head {
    height: 52px;
    font-size: 13px;
  }
  .program-table__time {
    height: var(--hour-height);
    padding-top: 10px;
    font-size: 12px;
  }
  .program-table__program {
    padding: 6px 8px;
    font-size: 12px;
    line-height: 1.45;
  }
}
.conference-program-all-wrapper .conference-program-one-day-wrapper:not(:last-child) {
  margin-bottom: 110px;
}
.conference-program-all-wrapper .one-day-title {
  margin-bottom: 30px;
  background-color: rgb(217, 217, 217);
  padding: 25px 70px;
  font-size: 1.1rem;
}
@media (max-width: 1023px) {
  .conference-program-all-wrapper .one-day-title {
    padding: 25px 30px;
  }
}
@media (max-width: 767px) {
  .conference-program-all-wrapper .one-day-title {
    padding: 20px;
  }
}
.conference-program-all-wrapper .conference-session-wrapper:not(:last-child) {
  margin-bottom: 70px;
}
.conference-program-all-wrapper .conference-session-title-wrapper {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -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: 10px 20px;
}
.conference-program-all-wrapper .session-number {
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  width: 260px;
  padding: 10px;
  text-align: center;
  border-radius: 10px;
}
@media (max-width: 1023px) {
  .conference-program-all-wrapper .session-number {
    width: 150px;
    padding: 5px;
  }
}
.conference-program-all-wrapper .session-title {
  font-size: 1.8rem;
  font-weight: 500;
  width: calc(100% - 260px - 20px);
}
@media (max-width: 1023px) {
  .conference-program-all-wrapper .session-title {
    width: calc(100% - 150px - 20px);
  }
}
@media (max-width: 767px) {
  .conference-program-all-wrapper .session-title {
    width: 100%;
    font-size: 1.5rem;
  }
}
.conference-program-all-wrapper .conference-session-contents-wrapper:not(:last-child) {
  margin-bottom: 50px;
}
.conference-program-all-wrapper .session-sub-title {
  margin-bottom: 30px;
}
.conference-program-all-wrapper .session-chairperson-wrapper:not(:last-child) {
  margin-bottom: 35px;
}
.conference-program-all-wrapper .chairperson-contents {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .conference-program-all-wrapper .chairperson-contents {
    font-size: 1.2rem;
  }
}
.conference-program-all-wrapper .session-time-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.conference-program-all-wrapper .session-time-box:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .conference-program-all-wrapper .session-time-box:not(:last-child) {
    margin-bottom: 25px;
  }
}
.conference-program-all-wrapper .session-inner-time {
  padding-top: 5px;
  width: 100px;
}
@media (max-width: 767px) {
  .conference-program-all-wrapper .session-inner-time {
    width: 100%;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 10px;
  }
}
.conference-program-all-wrapper .session-inner-text-box {
  width: calc(100% - 100px);
}
@media (max-width: 767px) {
  .conference-program-all-wrapper .session-inner-text-box {
    width: 100%;
  }
}
.conference-program-all-wrapper .session-inner-title {
  margin-bottom: 10px;
  font-size: 1.1rem;
  line-height: 2;
  color: rgb(16, 78, 130);
}
@media (max-width: 1023px) {
  .conference-program-all-wrapper .session-inner-title {
    font-size: 1rem;
    line-height: 1.8;
  }
}
@media (max-width: 767px) {
  .conference-program-all-wrapper .session-inner-title {
    line-height: 1.5;
  }
}
.conference-program-all-wrapper .session-inner-contents {
  font-size: 1.1rem;
  line-height: 1.8;
}
@media (max-width: 1023px) {
  .conference-program-all-wrapper .session-inner-contents {
    font-size: 1rem;
    line-height: 1.4;
  }
}

.speakers-all-wrapper:not(:last-child) {
  margin-bottom: 150px;
}

.speakers-session-wrapper:not(:last-child) {
  margin-bottom: 100px;
}
.speakers-session-wrapper .bg-black-title {
  margin-bottom: 20px;
  max-width: 260px;
  font-size: 1.1rem;
}
.speakers-session-wrapper .session-title {
  margin-bottom: 70px;
  font-weight: 500;
  font-size: 3rem;
}
@media (max-width: 1023px) {
  .speakers-session-wrapper .session-title {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .speakers-session-wrapper .session-title {
    font-size: 1.8rem;
    margin-bottom: 60px;
  }
}

.speakers-detail-box:not(:last-child) {
  margin-bottom: 70px;
}

.speakers-detail-wrapper:not(:last-child) {
  margin-bottom: 50px;
}
.speakers-detail-wrapper .sub-title {
  margin-bottom: 50px;
  max-width: calc(100% - 290px - 90px);
  font-size: 1.8rem;
}
@media (max-width: 1100px) {
  .speakers-detail-wrapper .sub-title {
    max-width: 100%;
    margin-bottom: 100px;
  }
}
@media (max-width: 1023px) {
  .speakers-detail-wrapper .sub-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .speakers-detail-wrapper .sub-title {
    font-size: 1.4rem;
  }
}
.speakers-detail-wrapper .inner-box {
  padding: 60px 50px;
  -webkit-box-shadow: 0px 0px 16px rgba(196, 196, 196, 0.25);
          box-shadow: 0px 0px 16px rgba(196, 196, 196, 0.25);
}
@media (max-width: 767px) {
  .speakers-detail-wrapper .inner-box {
    padding: 50px 20px;
  }
}
.speakers-detail-wrapper .inner-flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}
.speakers-detail-wrapper .inner-flex-box .affiliation-box {
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .speakers-detail-wrapper .inner-flex-box .affiliation-box {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
  }
}
.speakers-detail-wrapper .image-wrapper {
  position: relative;
  width: 290px;
  max-width: 100%;
}
@media (max-width: 1023px) {
  .speakers-detail-wrapper .image-wrapper {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: auto;
  }
}
.speakers-detail-wrapper .image-wrapper img {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: calc(100% + 100px);
}
@media (max-width: 1023px) {
  .speakers-detail-wrapper .image-wrapper img {
    position: static;
  }
}
.speakers-detail-wrapper .name-box {
  width: calc(100% - 290px - 30px);
}
@media (max-width: 1023px) {
  .speakers-detail-wrapper .name-box {
    display: contents;
  }
}
.speakers-detail-wrapper .session-name {
  font-family: "Bacasime Antique", serif;
  font-size: 3rem;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .speakers-detail-wrapper .session-name {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .speakers-detail-wrapper .session-name {
    font-size: 2.2rem;
  }
}

.jjap-about-section {
  position: relative;
}
.jjap-about-section p {
  font-size: 1.4rem;
}
@media (max-width: 1023px) {
  .jjap-about-section p {
    font-size: 1.1rem;
  }
}
.jjap-about-section .jjap-bg-deco {
  position: absolute;
  top: 10%;
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
  right: 0;
  width: 70%;
  z-index: -1;
}

.jjap-about-btn-wrapper {
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px 50px;
}

.jjap-submission-section {
  position: relative;
  z-index: 2;
}
.jjap-submission-section p {
  font-size: 1.4rem;
}
@media (max-width: 1023px) {
  .jjap-submission-section p {
    font-size: 1.1rem;
  }
}
.jjap-submission-section .red-title {
  margin-bottom: 15px;
}
.jjap-submission-section .jjap-submission-red-text {
  margin-bottom: 50px;
  color: rgb(122, 1, 0);
}
@media (max-width: 767px) {
  .jjap-submission-section .jjap-submission-red-text {
    margin-bottom: 30px;
  }
}
.jjap-submission-section .red-btn.center {
  margin-bottom: 50px;
  margin-top: 20px;
  margin-left: 0;
}
@media (max-width: 767px) {
  .jjap-submission-section .red-btn.center {
    margin-bottom: 30px;
  }
}

.jjap-papers-section p {
  font-size: 1.4rem;
}
@media (max-width: 1023px) {
  .jjap-papers-section p {
    font-size: 1.1rem;
  }
}
.jjap-papers-section .vk_borderBox-background-transparent {
  max-width: 1345px;
  margin: 60px auto 0;
}
@media (max-width: 767px) {
  .jjap-papers-section .vk_borderBox-background-transparent {
    margin-top: 30px;
  }
}
.jjap-papers-section .vk_borderBox-background-transparent .vk_borderBox_title_container {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  border-radius: 10px;
  min-width: 260px;
  text-align: center;
}
.jjap-papers-section .vk_borderBox-background-transparent .vk_borderBox_body {
  padding: 50px;
  border: none;
  background-color: rgba(135, 158, 177, 0.25);
}
@media (max-width: 767px) {
  .jjap-papers-section .vk_borderBox-background-transparent .vk_borderBox_body {
    padding: 50px 20px 30px;
  }
}
.jjap-papers-section .vk_borderBox-background-transparent .vk_borderBox_body p {
  line-height: 1.8;
  font-weight: 500;
  font-size: 1.1rem;
}
@media (max-width: 1023px) {
  .jjap-papers-section .vk_borderBox-background-transparent .vk_borderBox_body p {
    font-size: 1rem;
  }
}

.jjap-charge-section p {
  font-size: 1.4rem;
}
@media (max-width: 1023px) {
  .jjap-charge-section p {
    font-size: 1.1rem;
  }
}
.jjap-charge-section .red-btn.blue {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .jjap-charge-section .red-btn.blue {
    margin-top: 30px;
  }
}

.jjap-contact-section {
  background-image: url("../../images/contact-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.jjap-contact-section p {
  font-size: 1.4rem;
}
@media (max-width: 1023px) {
  .jjap-contact-section p {
    font-size: 1.1rem;
  }
}

.notion-section {
  padding-top: 200px;
  position: relative;
}
@media (max-width: 767px) {
  .notion-section {
    padding-top: 110px;
  }
}
.notion-section .top-main-title {
  margin-bottom: 100px;
}
@media (max-width: 1190px) {
  .notion-section .top-main-title {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .notion-section .top-main-title {
    font-size: 1.6rem;
    margin-bottom: 50px;
  }
}
.notion-section .notion-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  z-index: -1;
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
}
@media (max-width: 1023px) {
  .notion-section .notion-bg {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    width: 100%;
  }
}

.notation-wrapper {
  max-width: 1290px;
  margin: auto;
}

.notation-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.notation-inner .contens {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.policy-wrapper:not(:last-child) {
  margin-bottom: 50px;
}
.policy-wrapper h2 {
  margin-bottom: 20px;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .policy-wrapper h2 {
    font-size: 1.3rem;
  }
}
.policy-wrapper p {
  font-size: 1.1rem;
  line-height: 2rem;
}

.sponsorship-opportunities-section p {
  font-size: 1.4rem;
}
@media (max-width: 1023px) {
  .sponsorship-opportunities-section p {
    font-size: 1.1rem;
  }
}

@media (max-width: 767px) {
  .sponsorship-plan-wrapper {
    min-width: 600px;
  }
}
.sponsorship-plan-wrapper .inner-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 185px 1fr 1fr 1fr;
  grid-template-columns: 185px 1fr 1fr 1fr;
  text-align: center;
  font-size: 1.1rem;
}
@media (max-width: 1023px) {
  .sponsorship-plan-wrapper .inner-wrapper {
    font-size: 1rem;
  }
}
.sponsorship-plan-wrapper .inner-wrapper div {
  padding: 15px 10px;
  border: 1px solid rgb(255, 255, 255);
}
@media (max-width: 767px) {
  .sponsorship-plan-wrapper .inner-wrapper div {
    padding: 10px;
  }
}
.sponsorship-plan-wrapper .inner-wrapper div.bg-grade {
  background-color: rgb(217, 217, 217);
}
.sponsorship-plan-wrapper .inner-wrapper div.bg-light-blue {
  background-color: rgb(225, 231, 235);
}
.sponsorship-plan-wrapper .inner-wrapper div.bg-blue {
  background-color: rgba(16, 78, 130, 0.25);
}
.sponsorship-plan-wrapper .inner-wrapper div.bg-yellow {
  background-color: rgba(193, 130, 4, 0.2);
}
.sponsorship-plan-wrapper h2 {
  font-size: 1.1rem;
  padding: 20px 10px;
  color: rgb(255, 255, 255);
  border: 1px solid rgb(255, 255, 255);
}
.sponsorship-plan-wrapper h2.bg-grade {
  background: -webkit-gradient(linear, left top, right top, from(#2D3E53), to(#AEB9C5));
  background: linear-gradient(90deg, #2D3E53 0%, #AEB9C5 100%);
}
.sponsorship-plan-wrapper h2.bg-light-blue {
  background-color: rgb(24, 150, 172);
}
.sponsorship-plan-wrapper h2.bg-blue {
  background-color: rgb(16, 78, 130);
}
.sponsorship-plan-wrapper h2.bg-yellow {
  background-color: rgb(193, 130, 4);
}

.sponsorship-contents-section {
  background-image: url("../../images/contact-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.sponsorship-contents-section p {
  font-size: 1.4rem;
}
@media (max-width: 1023px) {
  .sponsorship-contents-section p {
    font-size: 1.1rem;
  }
}
.sponsorship-contents-section a {
  margin-top: 50px;
  display: inline-block;
  color: rgb(0, 0, 0);
  font-size: 1.8rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .sponsorship-contents-section a {
    font-size: 1.3rem;
  }
}

.sponsors-list-wrapper:not(:last-child) {
  margin-bottom: 100px;
}

.sponsors-title {
  margin-bottom: 30px;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  color: rgb(255, 255, 255);
  padding: 10px;
}
@media (max-width: 1023px) {
  .sponsors-title {
    font-size: 1.2rem;
  }
}
.sponsors-title.bg-light-blue {
  background-color: rgb(24, 150, 172);
}
.sponsors-title.bg-blue {
  background-color: rgb(16, 78, 130);
}
.sponsors-title.bg-yellow {
  background-color: rgb(193, 130, 4);
}
.sponsors-title.bg-gray {
  background-color: rgb(162, 162, 162);
}
.sponsors-title.award {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sponsors-title.award::before {
  content: "";
  width: 41px;
  aspect-ratio: 1/1;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("../../images/award-icon.svg");
}
@media (max-width: 767px) {
  .sponsors-title.award::before {
    width: 20px;
  }
}
.sponsors-title.award.bg-blue {
  background: -webkit-gradient(linear, left top, right top, from(#2D3E53), to(#AEB9C5));
  background: linear-gradient(90deg, #2D3E53 0%, #AEB9C5 100%);
}
.sponsors-title.award.bg-beige {
  background: -webkit-gradient(linear, left top, right top, from(#837162), to(#E1CDB8));
  background: linear-gradient(90deg, #837162 0%, #E1CDB8 100%);
}
.sponsors-title.award.bg-pink {
  background: -webkit-gradient(linear, left top, right top, from(#883535), to(#E1B8B8));
  background: linear-gradient(90deg, #883535 0%, #E1B8B8 100%);
}

.sponsors-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 70px 50px;
}
@media (max-width: 1023px) {
  .sponsors-list {
    gap: 40px 10px;
  }
}
.sponsors-list > a, .sponsors-list > div {
  width: calc((100% - 200px) / 5);
}
@media (max-width: 1023px) {
  .sponsors-list > a, .sponsors-list > div {
    width: calc((100% - 30px) / 4);
  }
}
.sponsors-list.diamond > a, .sponsors-list.diamond > div {
  width: calc((100% - 100px) / 3);
}
@media (max-width: 1023px) {
  .sponsors-list.diamond > a, .sponsors-list.diamond > div {
    width: calc((100% - 10px) / 2);
  }
}

.award-list-wrapper:not(:last-child) {
  margin-bottom: 115px;
}

.award-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.award-box:not(:last-child) {
  margin-bottom: 95px;
}
.award-box .image-box {
  width: 390px;
  max-width: 100%;
}
@media (max-width: 1100px) {
  .award-box .image-box {
    width: 250px;
  }
}
@media (max-width: 1023px) {
  .award-box .image-box {
    margin: auto;
  }
}
.award-box .text-box {
  width: calc(100% - 390px - 30px);
  max-width: 1035px;
}
@media (max-width: 1100px) {
  .award-box .text-box {
    width: calc(100% - 250px - 30px);
  }
}
@media (max-width: 1023px) {
  .award-box .text-box {
    width: 100%;
  }
}
.award-box .title {
  margin-bottom: 50px;
  font-size: 2rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .award-box .title {
    font-size: 1.5rem;
  }
}
.award-box .name {
  font-weight: 500;
  font-size: 4rem;
}
@media (max-width: 1100px) {
  .award-box .name {
    font-size: 2.7rem;
  }
}
@media (max-width: 767px) {
  .award-box .name {
    font-size: 2rem;
  }
}
.award-box .name::before {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: rgb(122, 1, 0);
}
.award-box .position {
  font-weight: 500;
  font-size: 1.1rem;
}
@media (max-width: 767px) {
  .award-box .position {
    font-size: 1rem;
  }
}

.history-table th {
  text-align: center;
  color: rgb(255, 255, 255);
  padding: 10px;
}
@media (max-width: 767px) {
  .history-table th {
    display: none;
  }
}
.history-table .bg-grade {
  width: 256px;
  background: -webkit-gradient(linear, left top, right top, from(#2D3E53), to(#AEB9C5));
  background: linear-gradient(90deg, #2D3E53 0%, #AEB9C5 100%);
}
@media (max-width: 1023px) {
  .history-table .bg-grade {
    width: 220px;
  }
}
.history-table .bg-blue {
  background-color: rgb(16, 78, 130);
}
.history-table td {
  padding: 20px;
  border: 1px solid rgb(227, 227, 227);
}
@media (max-width: 767px) {
  .history-table td {
    display: block;
    width: 100%;
  }
}
.history-table td:first-child {
  width: 256px;
}
@media (max-width: 1023px) {
  .history-table td:first-child {
    width: 220px;
  }
}
@media (max-width: 767px) {
  .history-table td:first-child {
    width: 100%;
    border-bottom: none;
    font-weight: 700;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .history-table td:nth-child(2) {
    border-top: none;
  }
}

.tutorial-speakers-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 95px;
}
@media (max-width: 1100px) {
  .tutorial-speakers-wrapper {
    gap: 40px;
  }
}
@media (max-width: 1023px) {
  .tutorial-speakers-wrapper {
    gap: 20px;
  }
}
.tutorial-speakers-wrapper:not(:last-child) {
  margin-bottom: 100px;
}
.tutorial-speakers-wrapper .text-box {
  width: calc(100% - 95px - 290px);
}
@media (max-width: 1100px) {
  .tutorial-speakers-wrapper .text-box {
    width: calc(100% - 40px - 290px);
  }
}
@media (max-width: 1023px) {
  .tutorial-speakers-wrapper .text-box {
    width: calc(100% - 20px - 180px);
  }
}
@media (max-width: 767px) {
  .tutorial-speakers-wrapper .text-box {
    width: 100%;
  }
}
.tutorial-speakers-wrapper .speakers-catchcopy {
  margin-bottom: 30px;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 2rem;
  background-color: rgb(225, 231, 235);
}
@media (max-width: 1100px) {
  .tutorial-speakers-wrapper .speakers-catchcopy {
    font-size: 1.5rem;
  }
}
.tutorial-speakers-wrapper .speakers-name {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 1100px) {
  .tutorial-speakers-wrapper .speakers-name {
    font-size: 1.5rem;
  }
}
.tutorial-speakers-wrapper .speakers-affiliation-box {
  font-size: 1.4rem;
}
@media (max-width: 1100px) {
  .tutorial-speakers-wrapper .speakers-affiliation-box {
    font-size: 1.2rem;
  }
}
.tutorial-speakers-wrapper .image-wrapper {
  width: 290px;
}
@media (max-width: 1023px) {
  .tutorial-speakers-wrapper .image-wrapper {
    width: 180px;
  }
}
@media (max-width: 767px) {
  .tutorial-speakers-wrapper .image-wrapper {
    margin: auto;
  }
}
/*# sourceMappingURL=main.css.map */