:root {
  --noto-sans: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --arial: "Arial", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --akshar: "Akshar", sans-serif;
  --poppins: "poppins", sans-serif;
  --white: #fff;
  --black: #000;
  --red: #cf142b;
  --ease: cubic-bezier(0.83, 0, 0.17, 1);
}

header.close nav .logo {
  margin-right: inherit !important;
}

main {
  position: relative;
}
main section.mv {
  aspect-ratio: 2000/836;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #fff), color-stop(5%, #fff), color-stop(5%, #f6f6f6), color-stop(95%, #c9caca), color-stop(95%, #fff), to(#fff));
  background: linear-gradient(90deg, #fff 0, #fff 5%, #f6f6f6 5%, #c9caca 95%, #fff 95%, #fff 100%);
  position: relative;
}
@media screen and (max-width: 767px) {
  main section.mv {
    aspect-ratio: 750/700;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #f6f6f6), to(#c9caca));
    background: linear-gradient(90deg, #f6f6f6 0, #c9caca 100%);
  }
}
main section.mv .obj {
  position: absolute;
  top: 19.3333333333vw;
  left: 72.6666666667vw;
  width: 15.2%;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  main section.mv .obj {
    top: 64vw;
    left: auto;
    right: 1.3333333333vw;
    width: 17.3333333333%;
  }
}
main section.mv .bg2 {
  height: 100%;
}
@media screen and (max-width: 767px) {
  main section.mv .bg2 img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
main section.mv .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main section.mv h1 {
  width: 15%;
  position: absolute;
  top: 3vw;
  left: 11%;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  main section.mv h1 {
    width: 76.9333333333%;
    position: absolute;
    top: 6.6666666667vw;
    left: 5.3333333333%;
  }
}
main section.mv .copy {
  width: 38.2%;
  position: absolute;
  top: 50% !important;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  main section.mv .copy {
    -webkit-transform: none;
            transform: none;
    top: auto !important;
    bottom: -14vw;
    width: 68.4vw;
  }
}
main section.mv .human {
  width: 21.6666666667%;
  position: absolute;
  top: 1.6666666667vw;
  left: 69.3333333333%;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  main section.mv .human {
    width: 28%;
    top: 44.6666666667vw;
    left: auto;
    right: 1.3333333333%;
    z-index: 1;
  }
}
main section.close {
  padding: 40px 0 50px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main section.close {
    padding: 30px 0 40px;
  }
}
main section.close h2 {
  color: var(--red);
  font-weight: bold;
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  main section.close h2 {
    font-size: 22px;
  }
}
main section.close p {
  font-size: 18px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  main section.close p {
    font-size: 16px;
  }
}
main section.news {
  background-color: #f2f2f2;
  padding: 50px 0 70px;
}
@media screen and (max-width: 767px) {
  main section.news {
    padding: 40px 0 50px;
  }
}
main section.news .inner {
  max-width: 1000px;
  margin: 0 auto;
  width: 90%;
}
main section.news .inner > h2 {
  font-family: var(--arial);
  color: var(--red);
  font-size: 40px;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  main section.news .inner > h2 {
    font-size: 36px;
  }
}
main section.news .inner ul.news-list {
  margin-top: 30px;
  background-color: var(--white);
}
@media screen and (max-width: 767px) {
  main section.news .inner ul.news-list {
    margin-top: 20px;
  }
}
main section.news .inner ul.news-list li a {
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: block;
}
@media (hover) {
  main section.news .inner ul.news-list li a:hover {
    opacity: 0.6;
  }
}
main section.news .inner ul.news-list li a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-top: 1px solid #808080;
  border-right: 1px solid #808080;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
main section.news .inner ul.news-list li a dl {
  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;
  border-bottom: 1px solid #c2c2c2;
}
@media screen and (max-width: 767px) {
  main section.news .inner ul.news-list li a dl {
    display: block;
    padding: 12px 0;
  }
}
main section.news .inner ul.news-list li a dl dt {
  width: 170px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  main section.news .inner ul.news-list li a dl dt {
    text-align: left;
    width: 100%;
    padding: 0 35px 0 5%;
  }
}
main section.news .inner ul.news-list li a dl dd {
  width: calc(100% - 170px);
  font-size: 16px;
  font-weight: 500;
  padding: 15px 35px 15px 15px;
}
@media screen and (max-width: 767px) {
  main section.news .inner ul.news-list li a dl dd {
    width: 100%;
    padding: 0 35px 0 5%;
    font-size: 15px;
    line-height: 1.8;
  }
}
main section.lead {
  background: url("../media/images/cms/top/bg_lead_l.png") no-repeat left center/auto 100%, url("../media/images/cms/top/bg_lead_r.png") no-repeat right center/auto 100%;
  background-color: #103068;
  width: 100%;
  text-align: center;
  color: var(--white);
  padding: 25px 20px 45px;
}
@media screen and (max-width: 1025px) {
  main section.lead {
    background: url("../media/images/cms/top/bg_lead_l_sp.png") no-repeat left bottom/50% auto, url("../media/images/cms/top/bg_lead_r_sp.png") no-repeat right top/50% auto;
    background-color: #103068;
  }
}
@media screen and (max-width: 767px) {
  main section.lead {
    background: url("../media/images/cms/top/bg_lead_l_sp.png") no-repeat left bottom/65% auto, url("../media/images/cms/top/bg_lead_r_sp.png") no-repeat right top/65% auto;
    background-color: #103068;
    padding: 15px 3% 20px;
  }
}
main section.lead .offline {
  font-size: 42px;
  font-weight: 900;
  font-style: italic;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#d4b439), color-stop(50%, #f7f1cf), to(#d4b439));
  background: linear-gradient(90deg, #d4b439 0%, #f7f1cf 50%, #d4b439 100%);
  color: transparent;
  -webkit-background-clip: text;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  main section.lead .offline {
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 767px) {
  main section.lead .offline {
    font-size: 5.5vw;
    line-height: 1.3;
  }
}
main section.lead .offline .small {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  main section.lead .offline .small {
    font-size: 4vw;
  }
}
main section.lead .offline .small-group {
  font-size: 75%;
  display: block;
}
@media screen and (max-width: 767px) {
  main section.lead .offline .small-group {
    margin-bottom: 5px;
  }
}
main section.lead .offline .large {
  font-size: 54px;
}
@media screen and (max-width: 767px) {
  main section.lead .offline .large {
    font-size: 6.5vw;
  }
}
main section.lead .enjoy {
  font-size: 32px;
  font-style: italic;
  font-weight: bold;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  main section.lead .enjoy {
    font-size: 4.2vw;
    margin-top: 1vw;
  }
}
main section.lead .announcement {
  margin-top: 20px;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  main section.lead .announcement {
    margin-top: 4vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2vw;
  }
}
main section.lead .announcement p {
  line-height: 1;
}
main section.lead .announcement p:nth-child(1) {
  font-weight: 900;
  font-size: 35px;
}
@media screen and (max-width: 767px) {
  main section.lead .announcement p:nth-child(1) {
    font-size: 4vw;
  }
}
main section.lead .announcement p:nth-child(2) {
  font-size: 57px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  main section.lead .announcement p:nth-child(2) {
    font-size: 7vw;
  }
}
main section.lead .announcement p:nth-child(2) span {
  font-size: 35px;
}
@media screen and (max-width: 767px) {
  main section.lead .announcement p:nth-child(2) span {
    font-size: 5vw;
  }
}
main section.lead .announcement p:nth-child(3) {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  main section.lead .announcement p:nth-child(3) {
    font-size: 3vw;
    margin-top: 1vw;
  }
}
main section#message {
  margin-top: 45px;
  padding-top: 105px;
  padding-bottom: 150px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  main section#message {
    padding: 100px 0 60px;
    margin-top: 0;
  }
}
main section#message .obj01 {
  position: absolute;
  top: 510px;
  left: calc(50% - 500px);
  width: 574px;
  translate: -50% 0;
}
@media screen and (max-width: 1220px) {
  main section#message .obj01 {
    left: 100px;
  }
}
@media screen and (max-width: 1000px) {
  main section#message .obj01 {
    top: 480px;
  }
}
@media screen and (max-width: 767px) {
  main section#message .obj01 {
    top: clamp(16.875rem, 13.297rem + 15.27vw, 20.625rem);
    width: 55vw;
    left: 23vw;
  }
}
main section#message .obj02 {
  position: absolute;
  top: 0;
  right: -40px;
  width: 223px;
}
@media screen and (max-width: 1330px) {
  main section#message .obj02 {
    width: clamp(11.25rem, -13.558rem + 33.08vw, 13.938rem);
  }
}
@media screen and (max-width: 767px) {
  main section#message .obj02 {
    top: 3vw;
    width: 32%;
  }
}
main section#message .obj03 {
  position: absolute;
  bottom: -35px;
  right: -50px;
  width: 311px;
  z-index: 1;
}
@media screen and (max-width: 1550px) {
  main section#message .obj03 {
    width: clamp(8.75rem, -1.746rem + 21.87vw, 19.438rem);
  }
}
@media screen and (max-width: 767px) {
  main section#message .obj03 {
    width: 28vw;
    bottom: auto;
    right: 10px;
    top: clamp(21.25rem, 16.479rem + 20.36vw, 26.25rem);
  }
}
main section#message .feature-box {
  max-width: 1100px;
  margin: 0 auto;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  main section#message .feature-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
main section#message .feature-box .ttl-area {
  width: 50%;
}
@media screen and (max-width: 767px) {
  main section#message .feature-box .ttl-area {
    width: 100%;
  }
}
main section#message .feature-box .ttl-area hgroup {
  line-height: 1;
  position: relative;
}
main section#message .feature-box .ttl-area hgroup:before {
  content: "01";
  font-family: var(--akshar);
  font-size: 110px;
  font-weight: 600;
  position: absolute;
  top: -55px;
  left: -20px;
  color: #f49294;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  main section#message .feature-box .ttl-area hgroup:before {
    top: -40px;
    font-size: 70px;
    left: 50%;
    translate: -50% 0;
  }
}
main section#message .feature-box .ttl-area hgroup p {
  font-size: 60px;
  font-weight: 700;
  font-style: italic;
  position: relative;
  z-index: 1;
  font-family: var(--arial);
}
@media screen and (max-width: 767px) {
  main section#message .feature-box .ttl-area hgroup p {
    font-size: 36px;
    line-height: 1;
  }
}
main section#message .feature-box .ttl-area hgroup h2 {
  padding-left: 5px;
  font-size: 20px;
  margin-top: 20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  main section#message .feature-box .ttl-area hgroup h2 {
    font-size: 18px;
    margin-top: 10px;
    padding-left: 0;
  }
}
main section#message .feature-box .ttl-area > p {
  margin-top: 140px;
  font-size: 80px;
  line-height: 1;
  font-weight: 800;
}
@media screen and (max-width: 1000px) {
  main section#message .feature-box .ttl-area > p {
    font-size: 65px;
  }
}
@media screen and (max-width: 767px) {
  main section#message .feature-box .ttl-area > p {
    padding-right: 1em;
    margin-top: 40px;
    font-size: 10vw;
  }
}
main section#message .feature-box .ttl-area > p span {
  margin-top: 40px;
  padding-left: 1em;
  display: block;
}
@media screen and (max-width: 767px) {
  main section#message .feature-box .ttl-area > p span {
    padding-left: 2em;
    margin-top: 5vw;
  }
}
main section#message .feature-box .txt-area {
  width: 50%;
}
@media screen and (max-width: 767px) {
  main section#message .feature-box .txt-area {
    width: 100%;
    margin-top: 80px;
  }
}
main section#message .feature-box .txt-area h2 {
  color: var(--red);
  font-size: 54px;
  font-style: italic;
  margin-bottom: 50px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1170px) {
  main section#message .feature-box .txt-area h2 {
    font-size: 4.6153846154vw;
  }
}
@media screen and (max-width: 767px) {
  main section#message .feature-box .txt-area h2 {
    text-align: left;
    font-size: 10vw;
  }
}
main section#message .feature-box .txt-area h2 span {
  display: block;
}
main section#message .feature-box .txt-area h2 span:first-child {
  padding-bottom: 18px;
}
@media screen and (max-width: 767px) {
  main section#message .feature-box .txt-area h2 span:first-child {
    padding-bottom: 4.5vw;
    font-size: 10vw;
  }
}
@media screen and (max-width: 767px) {
  main section#message .feature-box .txt-area h2 span:last-child {
    margin-top: 4vw;
  }
}
main section#message .feature-box .txt-area h2 em {
  font-size: 74px;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 1170px) {
  main section#message .feature-box .txt-area h2 em {
    font-size: 6.3247863248vw;
  }
}
@media screen and (max-width: 767px) {
  main section#message .feature-box .txt-area h2 em {
    font-size: 10vw;
  }
}
main section#message .feature-box .txt-area p {
  margin-top: 30px;
  font-size: 18px;
}
main section#message .feature-box .txt-area p span {
  font-size: 26px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  main section#message .feature-box .txt-area p span {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  main section#message .feature-box .txt-area p {
    text-align: left;
    font-size: 15px;
    margin-top: 25px;
  }
}
main section#concept {
  padding: 200px 0 300px;
  position: relative;
  color: var(--white);
  clip-path: polygon(0 8%, 100% 0%, 100% 100%, 0% 100%);
  background: url(../media/images/cms/teaser/bg_concept01.png) no-repeat right top/650px, url(../media/images/cms/teaser/bg_concept02.png) no-repeat left bottom/500px;
  background-color: var(--red);
}
@media screen and (max-width: 767px) {
  main section#concept {
    padding: 100px 0;
    clip-path: polygon(0 4%, 100% 0%, 100% 100%, 0% 100%);
    background: url(../media/images/cms/teaser/bg_concept01.png) no-repeat right top/350px, url(../media/images/cms/teaser/bg_concept02.png) no-repeat left bottom/250px;
    background-color: var(--red);
  }
}
main section#concept .inner {
  max-width: 1100px;
  margin: 0 auto;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  main section#concept .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main section#concept .inner .txt-area {
  width: 44%;
}
@media screen and (max-width: 767px) {
  main section#concept .inner .txt-area {
    width: 100%;
  }
}
main section#concept .inner .txt-area hgroup {
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  main section#concept .inner .txt-area hgroup {
    text-align: center;
  }
}
main section#concept .inner .txt-area hgroup:before {
  content: "02";
  font-family: var(--akshar);
  font-size: 110px;
  font-weight: 600;
  position: absolute;
  top: -55px;
  left: -30px;
  color: #d87886;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  main section#concept .inner .txt-area hgroup:before {
    top: -40px;
    font-size: 70px;
    left: 50%;
    translate: -50% 0;
  }
}
main section#concept .inner .txt-area hgroup p {
  font-size: 60px;
  font-weight: 700;
  font-style: italic;
  position: relative;
  z-index: 1;
  font-family: var(--arial);
}
@media screen and (max-width: 767px) {
  main section#concept .inner .txt-area hgroup p {
    font-size: 36px;
    line-height: 1;
  }
}
main section#concept .inner .txt-area hgroup h2 {
  font-size: 20px;
  margin-top: 10px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  main section#concept .inner .txt-area hgroup h2 {
    font-size: 18px;
    margin-top: 10px;
    padding-left: 0;
  }
}
main section#concept .inner .txt-area > h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  margin: 60px 0 40px;
}
@media screen and (max-width: 767px) {
  main section#concept .inner .txt-area > h3 {
    margin: 30px 0 20px;
    font-size: 26px;
  }
}
main section#concept .inner .txt-area > p {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  main section#concept .inner .txt-area > p {
    margin-top: 20px;
  }
}
main section#concept .inner .img {
  width: 42%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: calc(50% - 50vw);
  margin-left: 8%;
}
@media screen and (max-width: 767px) {
  main section#concept .inner .img {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
    margin: 30px 0 0;
  }
}
main section#speaker {
  margin-top: -100px;
  clip-path: polygon(0 8%, 100% 0%, 100% 100%, 0% 100%);
  padding: 160px 0;
  position: relative;
  background-color: var(--white);
}
@media screen and (max-width: 767px) {
  main section#speaker {
    clip-path: polygon(0 4%, 100% 0%, 100% 100%, 0% 100%);
    padding: 110px 0 100px;
    margin-top: -40px;
  }
}
main section#speaker hgroup {
  text-align: center;
  line-height: 1;
  position: relative;
}
main section#speaker hgroup:before {
  content: "03";
  font-family: var(--akshar);
  font-size: 110px;
  font-weight: 600;
  position: absolute;
  top: -55px;
  left: 50%;
  translate: -50% 0;
  color: #f49294;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  main section#speaker hgroup:before {
    top: -40px;
    font-size: 70px;
    left: 50%;
    translate: -50% 0;
  }
}
main section#speaker hgroup p {
  font-size: 60px;
  font-weight: 700;
  font-style: italic;
  position: relative;
  z-index: 1;
  font-family: var(--arial);
}
@media screen and (max-width: 767px) {
  main section#speaker hgroup p {
    font-size: 36px;
    line-height: 1;
  }
}
main section#speaker hgroup h2 {
  padding-left: 5px;
  font-size: 20px;
  margin-top: 10px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  main section#speaker hgroup h2 {
    font-size: 18px;
    margin-top: 10px;
    padding-left: 0;
  }
}
main section#speaker p.note {
  text-align: center;
  margin-top: 40px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  main section#speaker p.note {
    font-size: 14px;
    margin-top: 30px;
  }
}
main section#speaker .swiper-container {
  position: relative;
}
main section#speaker .swiper-container .swiper {
  margin-top: 80px;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  main section#speaker .swiper-container .swiper {
    margin-top: 40px;
  }
}
main section#speaker .swiper-container .swiper .swiper-slide {
  max-width: 300px;
  pointer-events: auto;
  cursor: pointer;
}
@media (hover) {
  main section#speaker .swiper-container .swiper .swiper-slide:hover {
    opacity: 0.6 !important;
  }
}
@media screen and (max-width: 767px) {
  main section#speaker .swiper-container .swiper .swiper-slide {
    width: 100%;
  }
}
main section#speaker .swiper-container .swiper .swiper-slide .schedule {
  background-color: #999999;
  color: var(--white);
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 50px;
  font-size: 20px;
}
main section#speaker .swiper-container .swiper .swiper-slide .position {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  main section#speaker .swiper-container .swiper .swiper-slide .position {
    font-size: 15px;
  }
}
main section#speaker .swiper-container .swiper .swiper-slide .name {
  font-weight: 600;
  font-size: 22px;
  margin-top: 10px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  main section#speaker .swiper-container .swiper .swiper-slide .name {
    font-size: 18px;
  }
}
main section#speaker .swiper-container .swiper-pagination {
  bottom: -80px !important;
  z-index: 5;
  -webkit-transition: none !important;
  transition: none !important;
}
@media screen and (max-width: 767px) {
  main section#speaker .swiper-container .swiper-pagination {
    bottom: -60px !important;
  }
}
main section#speaker .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  border: 2px solid #bfc0c0;
  background-color: var(--white);
  opacity: 1 !important;
  margin: 0 8px !important;
}
@media screen and (max-width: 767px) {
  main section#speaker .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 15px !important;
    height: 15px !important;
    margin: 0 5px !important;
  }
}
main section#speaker .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--red);
  border: 2px solid var(--red);
  opacity: 1 !important;
}
main section#speaker .btn-cta {
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  main section#speaker .btn-cta {
    margin-top: 100px;
  }
}
main section#exhibition {
  margin-top: -100px;
  clip-path: polygon(0 8%, 100% 0%, 100% 100%, 0% 100%);
  padding: 160px 0 100px;
  position: relative;
  background: url(../media/images/cms/top/bg_seminar.jpg) no-repeat center/cover;
  color: var(--white);
}
@media screen and (max-width: 767px) {
  main section#exhibition {
    clip-path: polygon(0 4%, 100% 0%, 100% 100%, 0% 100%);
    padding: 110px 0 60px;
    margin-top: -40px;
  }
}
main section#exhibition .obj01 {
  position: absolute;
  top: 0;
  right: -120px;
  width: 342px;
}
@media screen and (max-width: 1500px) {
  main section#exhibition .obj01 {
    right: calc(50% - 860px);
  }
}
@media screen and (max-width: 767px) {
  main section#exhibition .obj01 {
    width: 25%;
  }
}
main section#exhibition .obj02 {
  position: absolute;
  bottom: -70px;
  left: -220px;
  width: 569px;
  z-index: -1;
}
@media screen and (max-width: 1500px) {
  main section#exhibition .obj02 {
    left: calc(50% - 965px);
  }
}
@media screen and (max-width: 767px) {
  main section#exhibition .obj02 {
    width: 25%;
  }
}
main section#exhibition hgroup {
  text-align: center;
  line-height: 1;
  position: relative;
}
main section#exhibition hgroup:before {
  content: "04";
  font-family: var(--akshar);
  font-size: 110px;
  font-weight: 600;
  position: absolute;
  top: -55px;
  left: 50%;
  translate: -50% 0;
  color: #8b8b8b;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  main section#exhibition hgroup:before {
    top: -40px;
    font-size: 70px;
    left: 50%;
    translate: -50% 0;
  }
}
main section#exhibition hgroup p {
  font-size: 60px;
  font-weight: 700;
  font-style: italic;
  position: relative;
  z-index: 1;
  font-family: var(--arial);
}
@media screen and (max-width: 767px) {
  main section#exhibition hgroup p {
    font-size: 36px;
    line-height: 1;
  }
}
main section#exhibition hgroup h2 {
  padding-left: 5px;
  font-size: 20px;
  margin-top: 10px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  main section#exhibition hgroup h2 {
    font-size: 18px;
    margin-top: 10px;
    padding-left: 0;
  }
}
main section#exhibition .exhibition-area {
  max-width: 1140px;
  margin: 60px auto 0;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: var(--white);
  padding: 0 50px;
}
@media screen and (max-width: 767px) {
  main section#exhibition .exhibition-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 5%;
  }
}
main section#exhibition .exhibition-area .img {
  width: 52%;
}
@media screen and (max-width: 767px) {
  main section#exhibition .exhibition-area .img {
    width: 100%;
  }
}
main section#exhibition .exhibition-area p {
  width: 43%;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  main section#exhibition .exhibition-area p {
    font-size: 16px;
    width: 100%;
    margin-top: 20px;
  }
}
main section#exhibition .btn-cta {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  main section#exhibition .btn-cta {
    margin-top: 40px;
  }
}
main section#session {
  padding: 120px 0 160px;
  background-color: var(--white);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  main section#session {
    padding: 100px 5% 60px;
    background-color: var(--white);
  }
}
main section#session .obj01 {
  position: absolute;
  top: -80px;
  left: -20px;
  width: 342px;
}
@media screen and (max-width: 1500px) {
  main section#session .obj01 {
    right: calc(50% - 860px);
  }
}
@media screen and (max-width: 767px) {
  main section#session .obj01 {
    right: auto;
    left: 0;
    top: -40px;
    width: 30%;
  }
}
main section#session .obj02 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 150px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  main section#session .obj02 {
    display: none;
  }
}
main section#session hgroup {
  text-align: center;
  line-height: 1;
  position: relative;
}
main section#session hgroup:before {
  content: "05";
  font-family: var(--akshar);
  font-size: 110px;
  font-weight: 600;
  position: absolute;
  top: -55px;
  left: 50%;
  translate: -50% 0;
  color: #f49294;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  main section#session hgroup:before {
    top: -40px;
    font-size: 70px;
    left: 50%;
    translate: -50% 0;
  }
}
main section#session hgroup p {
  font-size: 60px;
  font-weight: 700;
  font-style: italic;
  position: relative;
  z-index: 1;
  font-family: var(--arial);
}
@media screen and (max-width: 767px) {
  main section#session hgroup p {
    font-size: 36px;
    line-height: 1;
  }
}
main section#session hgroup h2 {
  padding-left: 5px;
  font-size: 20px;
  margin-top: 10px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  main section#session hgroup h2 {
    font-size: 18px;
    margin-top: 10px;
    padding-left: 0;
  }
}
main section#session .session-area {
  max-width: 1000px;
  margin: 60px auto 0;
  width: 90%;
  padding: 40px 35px 80px;
  background: url(../media/images/cms/top/bg_exhibition-area.png) no-repeat right bottom/309px;
  background-color: #f2f2f2;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  main section#session .session-area {
    width: 100%;
    margin-top: 40px;
    padding: 30px 5%;
    background: url(../media/images/cms/top/bg_exhibition-area.png) no-repeat right bottom/50%;
    background-color: #f2f2f2;
  }
}
main section#session .session-area ul.exhibition-tab {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  main section#session .session-area ul.exhibition-tab {
    gap: 15px 10px;
  }
}
main section#session .session-area ul.exhibition-tab li {
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  width: calc((100% - 40px) / 3);
  border: 2px solid var(--red);
  height: 50px;
  background-color: var(--red);
  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;
  border-radius: 5px;
  position: relative;
  color: var(--black);
  background-color: var(--white);
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
@media screen and (max-width: 767px) {
  main section#session .session-area ul.exhibition-tab li {
    width: calc((100% - 20px) / 3);
  }
}
@media screen and (max-width: 500px) {
  main section#session .session-area ul.exhibition-tab li {
    font-size: 3.5vw;
  }
}
@media (hover) {
  main section#session .session-area ul.exhibition-tab li:hover {
    background-color: var(--red);
    color: var(--white);
  }
}
main section#session .session-area ul.exhibition-tab li.is-active {
  color: var(--white);
  background-color: var(--red);
}
main section#session .session-area ul.exhibition-tab li.is-active:after {
  content: "";
  position: absolute;
  background-color: var(--red);
  top: 100%;
  left: 50%;
  translate: -50% 0;
  width: 15px;
  height: 15px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 767px) {
  main section#session .session-area ul.exhibition-tab li.is-active:after {
    width: 12px;
    height: 12px;
  }
}
main section#session .session-area ul.exhibition-list {
  max-width: 600px;
  margin: 0 auto;
}
main section#session .session-area ul.exhibition-list li {
  display: none;
}
main section#session .session-area ul.exhibition-list li:first-child {
  display: block;
}
main section#session .session-area ul.exhibition-list li h3 {
  font-style: italic;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin: 40px 0 0;
  letter-spacing: 0.15rem;
}
@media screen and (max-width: 767px) {
  main section#session .session-area ul.exhibition-list li h3 {
    font-size: 20px;
    margin: 20px 0 0;
  }
}
main section#session .session-area ul.exhibition-list li dl {
  padding: 15px 10px;
  border-bottom: 1px solid #bfc0c0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  main section#session .session-area ul.exhibition-list li dl {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: auto;
    padding: 15px 0;
  }
}
main section#session .session-area ul.exhibition-list li dl dt {
  width: 190px;
  font-size: 18px;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  main section#session .session-area ul.exhibition-list li dl dt {
    line-height: 1.7;
    width: 120px;
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  main section#session .session-area ul.exhibition-list li dl dt {
    font-size: 15px;
  }
}
main section#session .session-area ul.exhibition-list li dl dd {
  width: calc(100% - 210px);
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  main section#session .session-area ul.exhibition-list li dl dd {
    padding-top: 2px;
    width: calc(100% - 100px);
    line-height: 1.5;
    font-size: 15px;
  }
}
main section#overview {
  padding: 120px 0 160px;
  background: url(../media/images/cms/teaser/bg_overview.png) no-repeat left -150px bottom -560px/1500px;
  background-color: #f2f2f2;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  main section#overview {
    padding: 100px 5% 60px;
    background: url(../media/images/cms/teaser/bg_overview.png) no-repeat left -140px bottom -340px/750px;
    background-color: #f2f2f2;
  }
}
main section#overview .obj01 {
  position: absolute;
  top: -70px;
  right: -100px;
  width: 512px;
}
@media screen and (max-width: 767px) {
  main section#overview .obj01 {
    width: 40%;
    top: -5vw;
    right: -5vw;
  }
}
main section#overview hgroup {
  text-align: center;
  line-height: 1;
  position: relative;
}
main section#overview hgroup:before {
  content: "05";
  font-family: var(--akshar);
  font-size: 110px;
  font-weight: 600;
  position: absolute;
  top: -55px;
  left: 50%;
  translate: -50% 0;
  color: #f49294;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  main section#overview hgroup:before {
    top: -40px;
    font-size: 70px;
    left: 50%;
    translate: -50% 0;
  }
}
main section#overview hgroup p {
  font-size: 60px;
  font-weight: 700;
  font-style: italic;
  position: relative;
  z-index: 1;
  font-family: var(--arial);
}
@media screen and (max-width: 767px) {
  main section#overview hgroup p {
    font-size: 36px;
    line-height: 1;
  }
}
main section#overview hgroup h2 {
  padding-left: 5px;
  font-size: 20px;
  margin-top: 10px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  main section#overview hgroup h2 {
    font-size: 18px;
    margin-top: 10px;
    padding-left: 0;
  }
}
main section#overview .overview-area {
  margin-top: 40px;
}
main section#overview .overview-area dl {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 10px;
  height: 70px;
  border-bottom: 1px solid #bfc0c0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  main section#overview .overview-area dl {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: auto;
    padding: 15px 0;
  }
}
main section#overview .overview-area dl dt {
  width: 190px;
  font-size: 18px;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  main section#overview .overview-area dl dt {
    line-height: 1.7;
    width: 100px;
    font-size: 16px;
  }
}
main section#overview .overview-area dl dd {
  width: calc(100% - 190px);
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  main section#overview .overview-area dl dd {
    padding-top: 2px;
    width: calc(100% - 100px);
    line-height: 1.5;
    font-size: 15px;
  }
}
main section#overview .overview-area ul.note {
  margin: 30px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  main section#overview .overview-area ul.note {
    margin-top: 20px;
  }
}
main section#overview .overview-area ul.note li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  main section#overview .overview-area ul.note li {
    font-size: 13px;
  }
}
main section#overview .overview-area .pamphlet {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  main section#overview .overview-area .pamphlet {
    margin-top: 30px;
  }
}
main section#overview .overview-area .pamphlet a {
  margin: 0 auto;
  width: 240px;
  height: 55px;
  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;
  gap: 10px;
  color: var(--red);
  font-size: 18px;
  font-weight: 600;
  position: relative;
  background-color: var(--red);
  color: var(--white);
  border-radius: 5px;
  border: 2px solid var(--red);
  letter-spacing: 0.05em;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
@media (hover) {
  main section#overview .overview-area .pamphlet a:hover {
    color: var(--red);
    background-color: var(--white);
  }
}
main section#overview .overview-area .pamphlet a img {
  width: 19px;
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7475%) hue-rotate(334deg) brightness(89%) contrast(115%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7475%) hue-rotate(334deg) brightness(89%) contrast(115%);
}
@media (hover) {
  main section#overview .overview-area .pamphlet a:hover img {
    -webkit-filter: none;
            filter: none;
  }
}
main section#access {
  padding: 120px 0;
  color: var(--white);
  background: url(../media/images/cms/teaser/obj_access01.png) no-repeat left top/550px;
  background-color: #797979;
  position: relative;
}
@media screen and (max-width: 767px) {
  main section#access {
    padding: 100px 5% 110px;
    background: url(../media/images/cms/teaser/obj_access01.png) no-repeat left top/280px;
    background-color: #797979;
  }
}
main section#access .obj01 {
  position: absolute;
  bottom: -30px;
  right: -80px;
  width: 631px;
}
@media screen and (max-width: 767px) {
  main section#access .obj01 {
    width: 70%;
    bottom: -5vw;
    right: -8vw;
  }
}
main section#access hgroup {
  text-align: center;
  line-height: 1;
  position: relative;
}
main section#access hgroup:before {
  content: "06";
  font-family: var(--akshar);
  font-size: 110px;
  font-weight: 600;
  position: absolute;
  top: -55px;
  left: 50%;
  translate: -50% 0;
  color: #a1a1a1;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  main section#access hgroup:before {
    top: -40px;
    font-size: 70px;
    left: 50%;
    translate: -50% 0;
  }
}
main section#access hgroup p {
  font-size: 60px;
  font-weight: 700;
  font-style: italic;
  position: relative;
  z-index: 1;
  font-family: var(--arial);
}
@media screen and (max-width: 767px) {
  main section#access hgroup p {
    font-size: 36px;
    line-height: 1;
  }
}
main section#access hgroup h2 {
  padding-left: 5px;
  font-size: 20px;
  margin-top: 10px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  main section#access hgroup h2 {
    font-size: 18px;
    margin-top: 10px;
    padding-left: 0;
  }
}
main section#access .access-area {
  max-width: 600px;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  main section#access .access-area {
    max-width: 100%;
  }
}
main section#access .access-area dl {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  main section#access .access-area dl {
    margin-bottom: 25px;
  }
}
main section#access .access-area dl:first-child {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--white);
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  main section#access .access-area dl:first-child {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
main section#access .access-area dl:first-child dt {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  main section#access .access-area dl:first-child dt {
    font-size: 20px;
  }
}
main section#access .access-area dl:first-child dd {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  main section#access .access-area dl:first-child dd {
    font-size: 15px;
  }
}
main section#access .access-area dl dt {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  main section#access .access-area dl dt {
    margin-bottom: 5px;
  }
}
main section#access .access-area dl dd {
  font-size: 14px;
}
main section#access .map {
  max-width: 800px;
  margin: 40px auto 0;
  width: 90%;
}
@media screen and (max-width: 767px) {
  main section#access .map {
    width: 100%;
  }
}
main section#access .map iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 800/460;
}
main section#venue {
  margin-top: -75px;
  padding: 180px 0 150px;
  color: var(--white);
  clip-path: polygon(0 8%, 100% 0%, 100% 100%, 0% 100%);
  background: url(../media/images/cms/teaser/bg_concept01.png) no-repeat right top/650px, url(../media/images/cms/teaser/bg_concept02.png) no-repeat left bottom/500px;
  background-color: var(--red);
}
@media screen and (max-width: 767px) {
  main section#venue {
    margin-top: -40px;
    padding: 100px 5% 80px;
    clip-path: polygon(0 4%, 100% 0%, 100% 100%, 0% 100%);
    background: url(../media/images/cms/teaser/bg_concept01.png) no-repeat right top/350px, url(../media/images/cms/teaser/bg_concept02.png) no-repeat left bottom/250px;
    background-color: var(--red);
  }
}
main section#venue hgroup {
  text-align: center;
  line-height: 1;
  position: relative;
}
main section#venue hgroup:before {
  content: "07";
  font-family: var(--akshar);
  font-size: 110px;
  font-weight: 600;
  position: absolute;
  top: -55px;
  left: 50%;
  translate: -50% 0;
  color: #f49294;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  main section#venue hgroup:before {
    top: -40px;
    font-size: 70px;
    left: 50%;
    translate: -50% 0;
  }
}
main section#venue hgroup p {
  font-size: 60px;
  font-weight: 700;
  font-style: italic;
  position: relative;
  z-index: 1;
  font-family: var(--arial);
}
@media screen and (max-width: 767px) {
  main section#venue hgroup p {
    font-size: 36px;
    line-height: 1;
  }
}
main section#venue hgroup h2 {
  padding-left: 5px;
  font-size: 20px;
  margin-top: 10px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  main section#venue hgroup h2 {
    font-size: 18px;
    margin-top: 10px;
    padding-left: 0;
  }
}
main section#venue h3 {
  font-size: 40px;
  text-align: center;
  font-weight: 700;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  main section#venue h3 {
    font-size: 24px;
    margin-top: 30px;
  }
}
main section#venue .venue-area {
  max-width: 700px;
  margin: 0 auto;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  main section#venue .venue-area {
    margin-top: 0;
  }
}
main section#venue .venue-area dl {
  padding: 15px 10px;
  border-bottom: 1px solid #bfc0c0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  main section#venue .venue-area dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 0;
  }
}
main section#venue .venue-area dl dt {
  line-height: 1.3;
  width: 220px;
  font-size: 26px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  main section#venue .venue-area dl dt {
    font-size: 20px;
    width: 100%;
    margin-bottom: 15px;
  }
}
main section#venue .venue-area dl dd {
  width: calc(100% - 220px);
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  main section#venue .venue-area dl dd {
    width: 100%;
    font-size: 15px;
  }
}

.modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  z-index: 50;
}
.modal.is-active {
  opacity: 1;
  pointer-events: auto;
}
.modal .modal-wrapper {
  position: relative;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  max-height: 80vh;
  background-color: var(--white);
  max-width: 1000px;
  width: 90%;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .modal .modal-wrapper {
    translate: -50% -47.5%;
  }
}
.modal .modal-wrapper .close {
  width: 50px;
  height: 50px;
  position: absolute;
  top: -55px;
  right: 0;
  background-color: var(--cyan);
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  border-radius: 0 0 0 8px;
}
@media (hover) {
  .modal .modal-wrapper .close:hover {
    opacity: 0.6;
  }
}
.modal .modal-wrapper .close:before, .modal .modal-wrapper .close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 50px;
  background: var(--white);
}
@media screen and (max-width: 767px) {
  .modal .modal-wrapper .close:before, .modal .modal-wrapper .close:after {
    height: 40px;
  }
}
.modal .modal-wrapper .close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.modal .modal-wrapper .close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.modal .modal-box {
  width: 100%;
  height: 100%;
  position: relative;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 50px 0;
  max-height: 80dvh;
}
@media screen and (max-width: 767px) {
  .modal .modal-box {
    padding: 20px 0 40px;
  }
}
.modal .modal-box .inner {
  max-width: 880px;
  margin: 0 auto;
  width: 90%;
}
.modal .modal-box .inner .profile-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .modal .modal-box .inner .profile-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 10px;
  }
}
.modal .modal-box .inner .profile-area .img {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .modal .modal-box .inner .profile-area .img {
    max-width: 300px;
    width: 70%;
    margin: 0 auto;
  }
}
.modal .modal-box .inner .profile-area .txt-area {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .modal .modal-box .inner .profile-area .txt-area {
    width: 100%;
    margin-top: 20px;
  }
}
.modal .modal-box .inner .profile-area .txt-area .position {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .modal .modal-box .inner .profile-area .txt-area .position {
    font-size: 15px;
  }
}
.modal .modal-box .inner .profile-area .txt-area .name {
  font-size: 28px;
  margin-top: 10px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .modal .modal-box .inner .profile-area .txt-area .name {
    font-size: 22px;
  }
}
.modal .modal-box .inner .profile-area .txt-area .txt {
  font-size: 14px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .modal .modal-box .inner .profile-area .txt-area .txt {
    margin-top: 15px;
  }
}
.modal .modal-box .inner .profile-area .about-area {
  margin-top: 30px;
  border-top: 1px solid #bfc0c0;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .modal .modal-box .inner .profile-area .about-area {
    margin-top: 20px;
    padding-top: 20px;
  }
}
.modal .modal-box .inner .profile-area .about-area .date-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .modal .modal-box .inner .profile-area .about-area .date-stage {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.modal .modal-box .inner .profile-area .about-area .date-stage .date {
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .modal .modal-box .inner .profile-area .about-area .date-stage .date {
    font-size: 16px;
  }
}
.modal .modal-box .inner .profile-area .about-area .date-stage .stage {
  font-weight: bold;
  font-size: 14px;
  color: #666666;
  margin-top: 4px;
}
.modal .modal-box .inner .profile-area .about-area .seminar-name {
  line-height: 1.5;
  margin-top: 15px;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .modal .modal-box .inner .profile-area .about-area .seminar-name {
    font-size: 20px;
  }
}
.modal .modal-box .inner .profile-area .about-area .status {
  margin-top: 10px;
  font-size: 14px;
  width: 120px;
  height: 25px;
  font-weight: 500;
  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;
  border-radius: 15px;
}
.modal .modal-box .inner .profile-area .about-area .status.accept {
  background-color: var(--red);
  color: var(--white);
  border: 1px solid var(--red);
}
.modal .modal-box .inner .profile-area .about-area .status.few {
  background-color: var(--white);
  color: var(--red);
  border: 1px solid var(--red);
}
.modal .modal-box .inner .profile-area .about-area .status.end {
  background-color: #999999;
  color: var(--white);
  border: 1px solid #999999;
}
.modal .modal-box .inner .profile-area .about-area .txt {
  font-size: 14px;
  margin-top: 20px;
}
.modal .modal-box .inner .profile-area .btn-cta a {
  width: 250px;
  height: 50px;
  font-size: 16px;
  margin-top: 30px;
  border-width: 2px;
}