@charset "UTF-8";
body {
  font-family: "Noto Sans JP";
  margin: 0;
  padding: 0;
  position: relative;
}

.main {
  overflow: hidden;
}

.sumit h2,
.sumit h1,
.sumit p {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

a {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
a:hover {
  opacity: 0.7;
}

.sp-br {
  display: inline;
}
@media (min-width: 769px) {
  .sp-br {
    display: none;
  }
}

.pc-br {
  display: none;
}
@media (min-width: 769px) {
  .pc-br {
    display: inline;
  }
}

.mt-30 {
  margin-top: 30px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-30 {
  margin-bottom: 30px;
}

.under-link {
  text-decoration: underline;
  color: #2066b7;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.is-red {
  display: block;
  font-family: "Noto Sans JP";
  color: #d90f0f;
  font-weight: bold;
  line-height: 1.8;
}

/*----------------------------
ヘッダーメニュー
----------------------------*/
#header-nav {
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  max-width: 100vw;
  width: 100%;
  background-color: #fff;
  -webkit-transition: top 0.6s ease-in-out;
  transition: top 0.6s ease-in-out;
}
@media screen and (max-width: 1139px) {
  #header-nav {
    height: 60px;
    padding: 0 3.5px 0 16px;
  }
}
@media screen and (min-width: 1140px) {
  #header-nav {
    height: 100px;
    padding: 0 60px;
    top: 0;
    left: 0;
    right: 0;
  }
}

.header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1600px;
  margin: 0 auto;
}
.header__logo {
  display: block;
  width: 240px;
}
.header__logo a img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.header__logo a:hover {
  opacity: 0.7;
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1139px) {
  .header__nav {
    display: none;
  }
}
.header__nav.is-open {
  display: block;
  position: absolute;
  top: 60px;
  left: 0;
  padding: 0 24px;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
}
@media screen and (min-width: 1140px) {
  .header__navList01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header__button a {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  background-color: #edf7ff;
  padding: 7px 25px;
  border-radius: 50px;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
}
.header__button a:hover {
  border-color: #0068b7;
}
.header__buttonContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding-left: 30px;
}
@media screen and (max-width: 1140px) {
  .header__buttonContainer {
    padding: 0;
    margin: 0 auto;
    margin-top: 20px;
    max-width: 200px;
  }
}
.header__navItem a {
  color: #2f2f2f;
  position: relative;
}
@media screen and (max-width: 1139px) {
  .header__navItem a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #d3e6f6;
  }
}
@media screen and (min-width: 1140px) {
  .header__navItem a {
    display: inline-block;
    overflow: hidden;
    padding: 10px 20px;
    text-align: center;
  }
}
@media screen and (min-width: 1140px) {
  .header__navItem a span {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}
.header__navItem a .en {
  font-family: "Libre Baskerville", serif;
  font-style: italic;
}
@media screen and (max-width: 1139px) {
  .header__navItem a .en {
    font-size: 11px;
    color: #0068b7;
  }
}
@media screen and (min-width: 1140px) {
  .header__navItem a .en {
    font-size: 14px;
  }
}
.header__navItem a .ja {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
}
@media screen and (max-width: 1139px) {
  .header__navItem a .ja {
    font-size: 16px;
  }
}
@media screen and (min-width: 1140px) {
  .header__navItem a .ja {
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 15px;
    white-space: nowrap;
  }
}
.header__navItem a:hover {
  color: #2066b7;
}
.header__navItem a:hover::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media screen and (min-width: 1139px) {
  .header__navItem a:hover .en {
    -webkit-transform: translate(0%, -150%);
            transform: translate(0%, -150%);
  }
}
@media screen and (min-width: 1140px) {
  .header__navItem a:hover .ja {
    top: 25%;
  }
}
@media screen and (max-width: 1139px) {
  .header__navList02 {
    display: block;
  }
}
@media screen and (min-width: 1140px) {
  .header__navList02 {
    display: none;
  }
}
.header__bnr01 {
  margin-top: 35px;
}
.header__bnr01 a {
  margin: 0 auto;
  display: block;
  max-width: 325px;
  max-height: 80px;
  width: 100%;
  height: 100%;
}
.header__bnr01 a img {
  width: 100%;
  height: auto;
}
.header__bnr02 {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 33px;
}
.header__bnrItem02 a {
  display: block;
  width: 100%;
  height: 100%;
}
.header__bnrItem02:first-child {
  width: 120px;
  height: 43px;
}
.header__bnrItem02:first-child img {
  width: 100%;
  height: auto;
}
.header__bnrItem02:last-child {
  width: 174px;
  height: 32px;
}
.header__bnrItem02:last-child img {
  width: 100%;
  height: auto;
}

.js-header {
  top: -100px !important;
  -webkit-transition: -webkit-transform 0.6s ease-out;
  transition: -webkit-transform 0.6s ease-out;
  transition: transform 0.6s ease-out;
  transition: transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
}
@media screen and (max-width: 768px) {
  .js-header {
    top: -60px;
  }
}
.js-header.headerShowScroll {
  top: 0 !important;
}

#target {
  position: relative;
  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;
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 1139px) {
  #target {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1140px) {
  #target {
    display: none;
  }
}

.target_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.target_inner_line {
  display: inline-block;
  width: 25px;
  height: 1px;
  background-color: #2066b7;
}
.target_inner.is-open .target_inner_line {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.target_inner.is-open .target_inner_line:nth-child(1), .target_inner.is-open .target_inner_line:nth-child(3) {
  position: absolute;
  -webkit-transform-origin: left;
          transform-origin: left;
}
.target_inner.is-open .target_inner_line:nth-child(1) {
  top: calc(50% - 3px);
  left: 20px;
  -webkit-transform: translateY(-50%) rotate(20deg);
          transform: translateY(-50%) rotate(20deg);
}
.target_inner.is-open .target_inner_line:nth-child(2) {
  opacity: 0;
}
.target_inner.is-open .target_inner_line:nth-child(3) {
  top: calc(50% + 6px);
  left: 20px;
  -webkit-transform: translateY(-50%) rotate(-20deg);
          transform: translateY(-50%) rotate(-20deg);
}

.sumit {
  margin-bottom: 40px;
  margin-top: 100px;
}
@media (max-width: 768px) {
  .sumit {
    margin-bottom: 0;
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .sumit {
    margin-bottom: 60px;
    margin-top: 0;
  }
}
.sumit-img {
  max-width: 1030px;
  height: auto;
}
@media (max-width: 768px) {
  .sumit-img {
    height: auto;
    width: 100%;
    z-index: 0;
  }
}
@media (max-width: 1500px) and (min-width: 1401px) {
  .sumit-img {
    margin-left: calc(-100px + (100vw - 1401px) * 90 / 99);
  }
}

.sumit-1area {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .sumit-1area {
    margin: 0 0 50px 0;
    width: 100%;
  }
}
.sumit-1area .sumit-comment {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 10px;
  color: #fff;
}
.sumit-1area .sumit-message {
  position: relative;
  z-index: 1;
  max-width: 641px;
  margin-top: -410px;
  margin-left: auto;
  background-color: #ffffff;
  padding: 50px 65px;
}
@media (max-width: 1400px) {
  .sumit-1area .sumit-message {
    width: calc(100% - 15px);
    margin-top: -65px;
    padding: 30px 25px;
  }
}
.sumit-1area .sumit-message h2,
.sumit-1area .sumit-message h1 {
  font-weight: 500;
  margin-top: 5px;
}
@media (max-width: 768px) {
  .sumit-1area .sumit-message h2,
  .sumit-1area .sumit-message h1 {
    font-size: 27px;
  }
}
@media (min-width: 769px) {
  .sumit-1area .sumit-message h2,
  .sumit-1area .sumit-message h1 {
    font-size: 32px;
  }
}
.sumit-1area .sumit-message .date {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  display: inline-block;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .sumit-1area .sumit-message .date {
    font-size: 24px;
  }
}
@media (min-width: 769px) {
  .sumit-1area .sumit-message .date {
    font-size: 26px;
  }
}
.sumit-1area .sumit-message .date span {
  display: inline-block;
}
.sumit-1area .sumit-message .date .small {
  display: inline-block;
}
@media (max-width: 768px) {
  .sumit-1area .sumit-message .date .small {
    font-size: 16px;
  }
}
@media (min-width: 769px) {
  .sumit-1area .sumit-message .date .small {
    font-size: 18px;
  }
}
.sumit-1area .sumit-message .date .small.is-year {
  margin-right: 5px;
}
.sumit-1area .sumit-message .date .small.is-day {
  margin-left: 5px;
}
.sumit-1area .sumit-message p {
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.05em;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .sumit-1area .sumit-message p {
    font-size: 15px;
  }
}
.sumit-1area .sumit-url__01 {
  line-height: 1.6 !important;
}
.sumit-1area .sumit-url__01 a:hover {
  text-decoration: underline !important;
}
.sumit-1area .sumit-url__01 .is-bold {
  display: block;
  font-family: "Noto Sans JP";
  color: #d90f0f;
  font-weight: bold;
  line-height: 1.8;
  font-size: 16px;
}
.sumit-1area .sumit-url__02 {
  margin-top: 20px;
  max-width: 420px !important;
}

.sumit-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 53px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1600px;
  width: 100%;
  height: auto;
  margin-left: auto;
  padding: 110px 0 160px 0;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .sumit-about {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 50px;
    padding: 0;
  }
}
.sumit-about__img {
  width: 100%;
  height: auto;
  max-width: 1000px;
}

.sumit-about-message {
  font-family: YuMincho, "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  max-width: 530px;
  margin-top: auto;
  padding-left: 95px;
}
@media (max-width: 1024px) {
  .sumit-about-message {
    padding: 0 25px 100px;
    text-align: left;
    max-width: 600px;
  }
}
.sumit-about-message h2 {
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.1em;
  line-height: 2;
}
.sumit-about-message p {
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.05em;
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .sumit-about-message p {
    margin-top: 35px;
  }
}

.note {
  font-size: 14px;
  display: inline-block;
}

@media screen and (max-width: 499px) {
  .sumit-2area {
    margin-top: 50px;
    margin-bottom: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 30px;
  }
}
@media screen and (min-width: 500px) and (max-width: 1099px) {
  .sumit-2area {
    margin-top: 100px;
    margin-bottom: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 50px;
  }
}
@media screen and (min-width: 1100px) {
  .sumit-2area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 85px;
    max-width: 1600px;
    margin: 100px auto 0;
    padding-left: 30px;
  }
}
.sumit-2area .todai-message {
  max-width: 512px;
}
@media screen and (max-width: 768px) {
  .sumit-2area .todai-message {
    width: 100%;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .sumit-2area .todai-message {
    margin: 0 auto;
  }
}
.sumit-2area .todai-message h2 {
  font-weight: 500;
}
@media (max-width: 768px) {
  .sumit-2area .todai-message h2 {
    font-size: 20px;
  }
}
@media (min-width: 769px) {
  .sumit-2area .todai-message h2 {
    font-size: 24px;
  }
}
.sumit-2area .todai-message p {
  margin-top: 20px;
  margin-bottom: 50px;
  line-height: 2.2;
  letter-spacing: 0.05em;
}
.sumit-2area .todai-message p span {
  color: #2066b7;
  display: inline-block;
  margin-top: 18px;
  font-size: 18px;
}
.sumit-2area .todai-message p .is-ja {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.sumit-2area .todai-message p .is-red {
  color: #d90f0f;
}
.sumit-2area .todai-message p .is-bold {
  display: block;
  font-family: "Noto Sans JP";
  color: #d90f0f;
  font-weight: bold;
  line-height: 1.8;
  font-size: 16px;
}
.sumit-2area .todai-message p .is-caution {
  position: relative;
  display: block;
  padding-left: 30px;
  font-size: 14px;
  line-height: 1.8;
}
.sumit-2area .todai-message p .is-caution:before {
  position: absolute;
  content: "注：";
  left: 0;
}
.sumit-2area .todai-message p .is-caution .is-line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #fece00));
  background: linear-gradient(transparent 50%, #fece00 50%);
}
.sumit-2area .todai-message-txt {
  margin-top: 50px !important;
  margin-bottom: 10px !important;
}
.sumit-2area .todai-img img {
  display: block;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .sumit-2area .todai-img {
    max-width: 641px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1100px) {
  .sumit-2area .todai-img {
    max-width: 750px;
  }
}

.sumit-overview {
  background-color: #f5faff;
}
@media (max-width: 768px) {
  .sumit-overview {
    padding-bottom: 75px;
  }
}
@media (min-width: 769px) {
  .sumit-overview {
    padding-bottom: 100px;
  }
}
.sumit-overview-ttl {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 768px) {
  .sumit-overview-ttl {
    padding-top: 75px;
  }
}
@media (min-width: 769px) {
  .sumit-overview-ttl {
    padding-top: 90px;
  }
}
.sumit-overview__bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  margin: 0 auto;
}
.sumit-overview__bnr img {
  display: block;
}
.sumit-overview__speaker {
  margin-top: 50px;
}
.sumit-overview__speaker img {
  display: block;
}
.sumit-overview__speaker-inner {
  width: 90%;
  max-width: 650px;
  margin: 0 auto;
}
.sumit-overview__speaker-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media (min-width: 769px) {
  .sumit-overview__speaker-wrapper {
    gap: 20px;
  }
}
.sumit-overview__speaker-title {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 20px;
  font-weight: 700;
}
@media (min-width: 769px) {
  .sumit-overview__speaker-title {
    font-size: 22px;
  }
}
.sumit-overview__speaker-text {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.event__btn-left {
  margin-top: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.table {
  width: 90%;
  max-width: 900px;
  background-color: #ffffff;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .table {
    margin: 60px auto 40px;
    padding: 10px 20px 35px;
  }
}
@media (min-width: 769px) {
  .table {
    margin: 80px auto 55px;
    padding: 20px 50px 65px;
  }
}
.table tr {
  width: 600px;
}
.table th {
  vertical-align: top;
}
@media (max-width: 768px) {
  .table th {
    padding-top: 25px;
    width: 100%;
    display: block;
  }
}
@media (min-width: 769px) {
  .table th {
    padding-top: 40px;
    padding-right: 30px;
    width: 150px;
  }
}
.table th span {
  background-color: #2066b7;
  color: #ffffff;
  padding: 5px 10px;
  text-align: center;
  border: #2066b7;
  display: inline-block;
  border-radius: 100vh;
  width: 150px;
}
@media (max-width: 768px) {
  .table th span {
    width: 100%;
  }
}
.table .align-top {
  vertical-align: top;
}
.table td {
  line-height: 2.4;
}
@media (max-width: 768px) {
  .table td {
    vertical-align: top;
    display: block;
    margin: 0 auto;
    padding-top: 20px;
  }
}
@media (min-width: 769px) {
  .table td {
    padding-top: 40px;
  }
}
.table td span.is-ja a {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  line-height: 1;
  white-space: nowrap;
}
.table .block + .block {
  margin-top: 16px;
}
.table .block.is-caution {
  position: relative;
  padding-left: 16px;
}
.table .block.is-caution:before {
  position: absolute;
  content: "※";
  left: 0;
}
.table .caution {
  list-style: none;
  font-size: 14px;
}
.table .caution li {
  position: relative;
  padding-left: 16px;
}
.table .caution li:before {
  position: absolute;
  content: "※";
  left: 0;
}
.table .station {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  padding: 0 3px;
  height: 18px;
  border-radius: 2px;
  background-color: #fece00;
  margin-right: 2px;
}
.table-note {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}

.summit-banner {
  max-width: 640px;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .summit-banner {
    max-width: 450px;
    width: calc(100% + 20px);
    margin-left: -10px;
  }
}

.banner-link {
  display: block;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .banner-link {
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
  }
}

.week-link {
  display: block;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 34px;
}
@media (max-width: 768px) {
  .week-link {
    max-width: 430px;
  }
}

.mb-none {
  margin-bottom: 0 !important;
}

@media (max-width: 768px) {
  .program {
    padding-bottom: 77px;
  }
}
@media (min-width: 769px) {
  .program {
    padding-bottom: 82px;
  }
}
.program__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.program__link.is-gray {
  color: #aaaaaa;
}
.program .is-ja {
  font-size: 16px;
  color: #2066b7;
  padding-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 769px) {
  .program .is-ja {
    padding-top: 5px;
  }
}
.program .is-margin {
  display: block;
  margin-top: 10px;
  margin-bottom: 15px;
}

.sumit-program-ttl {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 768px) {
  .sumit-program-ttl {
    padding-top: 80px;
  }
}
@media (min-width: 769px) {
  .sumit-program-ttl {
    padding-top: 90px;
  }
}
.sumit-program_info {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .sumit-program_info {
    margin-top: 55px;
    padding: 0 16px;
  }
}
@media (min-width: 769px) {
  .sumit-program_info {
    max-width: 800px;
  }
}
.sumit-program_info .sumit-program_block {
  margin-top: 50px;
}
.sumit-program_info .sumit-program_block *:last-child {
  margin-bottom: 0 !important;
}
.sumit-program_info ul {
  list-style: none !important;
}
.sumit-program_info li {
  margin-top: 0 !important;
  list-style: none !important;
}
.sumit-program_info p {
  font-size: 16px;
  line-height: 200%;
}
@media (max-width: 768px) {
  .sumit-program_info p {
    margin-bottom: 25px;
    padding: 0 6px;
  }
}
@media (min-width: 769px) {
  .sumit-program_info p {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .sumit-program_info p + .perform {
    margin-top: -10px;
  }
}
@media (min-width: 769px) {
  .sumit-program_info p + .perform {
    margin-top: -15px;
  }
}
.sumit-program_info .perform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
}
@media (max-width: 768px) {
  .sumit-program_info .perform {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 25px;
    padding: 0 6px;
    gap: 5px;
  }
}
@media (min-width: 769px) {
  .sumit-program_info .perform {
    margin-bottom: 30px;
    gap: 10px;
  }
}
.sumit-program_info .perform dt {
  padding: 0 20px;
  width: 100px;
  border-radius: 20px;
  border: 1px solid #d3e6f6;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  white-space: nowrap;
}
.sumit-program_info .perform dd {
  white-space: break-word;
}
.sumit-program_info h2 {
  position: relative;
  font-family: "Noto Sans JP";
  font-weight: bold;
  color: #000;
  background-color: #d3e6f6;
  padding: 10px 20px;
}
@media (max-width: 768px) {
  .sumit-program_info h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media (min-width: 769px) {
  .sumit-program_info h2 {
    font-size: 22px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .sumit-program_info h2 .small {
    font-size: 17px;
  }
}
@media (min-width: 769px) {
  .sumit-program_info h2 .small {
    font-size: 19px;
  }
}
.sumit-program_info h3 {
  position: relative;
  font-family: "Noto Sans JP";
  padding-left: 10px;
  border-left: 4px solid #0768b7;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .sumit-program_info h3 {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 30px;
  }
}
@media (min-width: 769px) {
  .sumit-program_info h3 {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 36px;
  }
}
.sumit-program_info h4 {
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
  line-height: 28px;
}
@media (max-width: 768px) {
  .sumit-program_info h4 {
    font-size: 17px;
  }
}
@media (min-width: 769px) {
  .sumit-program_info h4 {
    font-size: 18px;
  }
}
.sumit-program_info h4::before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  background-color: #d3e6f6;
  top: 6px;
  left: 0;
}
.sumit-program_info ul {
  list-style: none;
  padding: 0;
}
@media (max-width: 768px) {
  .sumit-program_info ul {
    margin-bottom: 30px;
  }
}
@media (min-width: 769px) {
  .sumit-program_info ul {
    margin-bottom: 35px;
  }
}
.sumit-program_info ul li {
  font-weight: 400;
  font-size: 16px;
  position: relative;
  padding-left: 10px;
}
.sumit-program_info dl {
  margin: 20px 0;
}
.sumit-program_info dl dt {
  font-weight: 700;
}
.sumit-program_info .sumit-photo {
  display: -ms-grid;
  display: grid;
}
@media (max-width: 768px) {
  .sumit-program_info .sumit-photo {
    margin-bottom: 20px;
    gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 769px) {
  .sumit-program_info .sumit-photo {
    margin-bottom: 50px;
    -ms-grid-columns: (250px)[3];
    grid-template-columns: repeat(3, 250px);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.sumit-program_info .sumit-photo__img {
  width: 250px;
  height: 250px;
  margin-bottom: 10px;
}
.sumit-program_info .sumit-photo__img img {
  width: 250px;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.sumit-program_info .sumit-photo__name {
  text-align: center;
  width: 100%;
}
.sumit-program_info .sumit-photo__name .career {
  display: inline-block;
  font-size: 13px;
  line-height: 20px;
}
@media (min-width: 769px) {
  .sumit-program_info .sumit-photo.is-four {
    margin-bottom: 50px;
    -ms-grid-columns: (185px)[4];
    grid-template-columns: repeat(4, 185px);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 769px) {
  .sumit-program_info .sumit-photo.is-four .sumit-photo__img {
    width: 185px;
    height: 185px;
  }
  .sumit-program_info .sumit-photo.is-four .sumit-photo__img img {
    width: 185px;
    height: 185px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 769px) {
  .sumit-program_info .sumit-photo.is-two {
    margin-bottom: 20px;
    -ms-grid-columns: (390px)[2];
    grid-template-columns: repeat(2, 390px);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 769px) {
  .sumit-program_info .sumit-photo.is-two .sumit-photo__img {
    width: 390px;
    height: auto;
  }
  .sumit-program_info .sumit-photo.is-two .sumit-photo__img img {
    width: 390px;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 768px) {
  .sumit-program_info .sumit-photo.is-two .sumit-photo__img {
    width: 70vw;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .sumit-program_info .sumit-photo.is-two .sumit-photo__img img {
    width: 70vw;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 769px) {
  .sumit-program_info .sumit-photo.is-image {
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .sumit-program_info .sumit-photo.is-image .sumit-photo__img {
    width: 800px;
    height: auto;
  }
  .sumit-program_info .sumit-photo.is-image .sumit-photo__img img {
    width: 800px;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .sumit-program_info .sumit-photo.is-image .sumit-photo__img {
    width: 80vw;
    height: auto;
  }
  .sumit-program_info .sumit-photo.is-image .sumit-photo__img img {
    width: 80vw;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 767px) {
  .sumit-program_info .sumit-photo.is-image .sumit-photo__img {
    width: 70vw;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .sumit-program_info .sumit-photo.is-image .sumit-photo__img img {
    width: 70vw;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 800px) {
  .sumit-program_info .sumit-photo.is-todaiten {
    margin-top: 50px;
    margin-bottom: 30px !important;
    -ms-grid-columns: (350px)[2];
    grid-template-columns: repeat(2, 350px);
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
@media (max-width: 799px) {
  .sumit-program_info .sumit-photo.is-todaiten {
    margin-top: 20px;
  }
}
@media (min-width: 800px) {
  .sumit-program_info .sumit-photo.is-todaiten .sumit-photo__img {
    width: 350px;
    height: auto;
  }
  .sumit-program_info .sumit-photo.is-todaiten .sumit-photo__img img {
    width: 350px;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 799px) {
  .sumit-program_info .sumit-photo.is-todaiten .sumit-photo__img {
    width: 70vw;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .sumit-program_info .sumit-photo.is-todaiten .sumit-photo__img img {
    width: 70vw;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.sumit-program_info .sumit-overview__bnr {
  width: 100%;
}
.sumit-program_block.is-tenji-kikaku {
  padding: 20px;
  background-color: #d3e6f6;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .sumit-program_block.is-tenji-kikaku {
    margin-bottom: 50px;
  }
}
.sumit-program_block.is-tenji-kikaku p {
  margin-bottom: 10px;
}
.sumit-program_block.is-tenji-kikaku h2 {
  background-color: transparent;
  padding: 0;
  margin-bottom: 10px;
}
.sumit-program_block.is-tenji-kikaku ul {
  line-height: 1.8;
}
.sumit-program_block.is-tenji-kikaku ul li {
  margin: 0;
  padding: 0;
}
.sumit-program__note {
  padding: 20px 20px;
  background-color: #f5faff;
}
.sumit-program__note span {
  font-weight: bold;
}
.sumit-program .event__btn-left {
  margin-top: 40px;
}

.sumit-footer {
  background-color: #f5faff;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sumit-footer {
    padding: 50px 25px;
  }
}
@media screen and (min-width: 769px) {
  .sumit-footer {
    margin: 0 auto;
    padding: 50px 0;
  }
}
.sumit-footer__content {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
}
.sumit-footer__contact {
  max-width: 550px;
  margin: 20px auto 0;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .sumit-footer__contact {
    width: 100%;
  }
}
.sumit-footer__contact p {
  line-height: 22px;
}

.event__btn {
  margin: 0 auto;
  max-width: 100%;
}
.event__btn-center {
  margin: 0 auto;
}
.event__btn-center .button01 {
  max-width: 350px !important;
}
.event__btn-left .button01 {
  max-width: 420px !important;
}
.event__btn-left .button01 a:hover {
  opacity: 1;
}
.event__btn-txt {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .event__btn-txt {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  .event__btn-txt {
    font-size: 16px;
  }
}
.event__btn-txt:before, .event__btn-txt:after {
  display: inline-block;
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  background-color: #000;
}
.event__btn-txt:before {
  bottom: 20px;
  rotate: 60deg;
}
@media screen and (max-width: 768px) {
  .event__btn-txt:before {
    left: calc(50% - 150px);
  }
}
@media screen and (min-width: 769px) {
  .event__btn-txt:before {
    left: calc(50% - 180px);
  }
}
.event__btn-txt:after {
  bottom: 20px;
  rotate: -60deg;
}
@media screen and (max-width: 768px) {
  .event__btn-txt:after {
    right: calc(50% - 150px);
  }
}
@media screen and (min-width: 769px) {
  .event__btn-txt:after {
    right: calc(50% - 180px);
  }
}
.event__btn-txt .is-line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fece00));
  background: linear-gradient(transparent 70%, #fece00 70%);
}

.button01 {
  max-width: 241px !important;
}

.is-pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .is-pc {
    display: block;
  }
}

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