@charset "UTF-8";
body {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.pos-relative {
  position: relative;
}

.txt-color-white {
  color: white;
}

.txt-color-alert {
  color: #f65151;
}

.txt-bold {
  font-weight: bold;
}

.txt-size-base {
  font-size: 1.6rem;
}

.txt-size-ss {
  font-size: 1.2rem;
}

.txt-size-m {
  font-size: 1.8rem;
}

.txt-size-ml {
  font-size: 2rem;
}

.mr10 {
  margin-right: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.divider-color-main {
  border: 3px solid #4682b4;
}

.sm-hidden {
  display: contents;
}
.accordion-title > span {
  position: relative;
  cursor: pointer;
}
.accordion-title > span:after, .accordion-title > span::before {
  -webkit-transform: translate(-50%, -50%);
  display: block;
  position: absolute;
  top: 50%;
          transform: translate(-50%, -50%);
  border-radius: 1px;
  background-color: #4682b4;
  content: "";
}
.accordion-title > span:after {
  -webkit-transition: all 0.3s ease;
  right: -12px;
  width: 2px;
  height: 16px;
  transition: all 0.3s ease;
}
.accordion-title > span:before {
  right: -26px;
  width: 16px;
  height: 2px;
}

.accordion-content {
  display: none;
}

.accordion-title.is-active > span:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

.table-01 {
  width: 100%;
  border: 1px #E3E3E3 solid;
  border-collapse: collapse;
  border-spacing: 0;
}
.table-01 th {
  padding: 15px;
  border: #E3E3E3 solid;
  border-width: 0 1px 1px 0;
  background-color: #F5F5F5;
  font-weight: normal;
  line-height: 1.4;
  vertical-align: top;
}
.table-01 td {
  padding: 15px;
  border: solid #E3E3E3;
  border-width: 0 0 1px 0;
  line-height: 1.4;
}

.w-md {
  width: 200px;
}

.btn {
  display: inline-block;
  width: 100%;
  width: 220px;
}

.btn-cta {
  padding: 12px 30px;
  border-radius: 30px;
  background-color: #fb8e01;
  color: white;
  font-weight: bold;
  font-size: 2.4rem;
}

.btn-cta:hover, .btn-cta:visited, .btn-cta:active, .btn-cta:focus {
  color: white;
}

.list {
  margin-left: -20px;
}

.c-link:link, .c-link:visited {
  text-decoration: underline;
}

.u-gnav-adjust {
  margin-top: -103px;
  margin-bottom: 100px;
  padding-top: 103px;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

.hero {
  z-index: 0;
  margin-top: -10px;
  padding: 100px 0 80px;
  background-image: url(../../assets/img/hero.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero__inner {
  margin-bottom: 30px;
}
.hero.mask-dark:after {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  content: "";
}

.sp_title {
  display: none;
  position: relative;
  margin-top: 5px;
  margin-left: 10px;
  float: left;
  color: #fff;
  font-weight: bold;
}

.footer {
  padding: 30px 0 80px;
  background-color: #343434;
  color: white;
}

.copyright {
  font-size: 1.2rem;
}

.eye-event_description,
.eye-event_info {
  margin-bottom: 0;
  padding: 10px;
  font-size: 2.8rem;
  line-height: 1.6;
}

.eye-event_info__wrap {
  position: relative;
}

.eye-event_online__wrap {
  margin-top: 20px;
}

.eye-event_online__txt {
  display: none;
}

.eye-event_online__img {
  -webkit-transform: translate(0, 50%);
  position: absolute;
  right: 0;
  bottom: 0;
  width: 10%;
  min-width: 100px;
          transform: translate(0, 50%);
}

.eye-event_description--2 > span {
  display: inline-block;
  padding: 0.25em 1em;
  background-color: black;
}

.eye-event_title > span {
  display: inline-block;
  padding: 0.25em 1em;
  background-color: #4682b4;
  color: white;
  font-size: 36px;
}
.session__information-wrap {
  padding: 5px;
}
.session__information {
  width: 100%;
  float: left;
}
.session__information > *:last-child {
  margin-bottom: 0;
}
.session__title {
  display: block;
  margin-bottom: 16px;
  background-color: transparent;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4;
}
.session__title > span:after {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #4682b4;
  content: "";
}
.session__title.-non-border > span:after {
  display: none;
}
.session__title.-list {
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 2rem;
}
.session__speaker__image {
  -webkit-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.3);
  width: 100%;
  min-width: 120px;
  max-width: 150px;
  margin-top: 7px;
  margin-bottom: 10px;
  margin-left: 20px;
  float: right;
          box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.3);
}
.session__speaker__image > img {
  width: 100%;
}
.session__speaker__image.-left {
  margin-right: 20px;
  margin-left: 0;
  float: left;
}
.session__speaker__speaker {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 2rem;
}
.session__speaker__speaker > *:last-child {
  margin-bottom: 10px;
}
.session__speaker__corp {
  display: block;
  margin-bottom: 5px;
  color: #4682b4;
  font-weight: bold;
  font-size: 2rem;
}
.session__speaker__post__wrap {
  margin-bottom: 5px;
}
.session__speaker__post {
  font-size: 1.6rem;
}
.session__speaker__name {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 2rem;
}
.session__speaker__name_post {
  -webkit-box-align: end;
      -ms-flex-align: end;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          align-items: flex-end;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 2px dotted #B8B8B8;
}
.session__speaker__name_post > * {
  margin: 0;
  margin-right: 10px;
}
.session__speaker__name_post > *:last-child {
  margin-right: 0;
}
.session__speaker__name_post.-list {
  margin-bottom: 5px;
  border: none;
}
.session__agenda {
  margin-bottom: 20px;
  margin-left: -1em;
  list-style-type: square;
}
.session__agenda > * {
  margin-bottom: 0;
}
.session__description {
  margin-bottom: 20px;
  text-align: justify;
}
.session__speaker-list > *:last-child {
  margin-bottom: 0;
}
.session__speaker-list__item {
  margin-bottom: 10px;
  border-bottom: 1px dotted #333;
}
.session__speaker__link {
  -webkit-transition: all 0.3s ease;
  display: block;
  margin: 7px 0;
  padding: 5px;
  border-radius: 5px;
  color: #333;
  transition: all 0.3s ease;
}
.session__speaker__link:hover, .session__speaker__link:focus, .session__speaker__link:visited, .session__speaker__link:active {
  color: #333;
}
.session__speaker__link:hover {
  -webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.5);
}

.session-group {
  padding: 30px;
}

.session-group + .session-group {
  margin-top: 40px;
}

.session-group-title {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #4682b4;
  background: none;
  font-size: 2rem;
}

.time-table th {
  width: 200px;
  min-width: 200px;
  font-size: 1.6rem;
}
.time-table td {
  width: calc(100% - 200px);
  font-size: 1.6rem;
}

.time-table__timetable {
  display: block;
}

.time-table__type {
  display: block;
}

.time-table__time {
  display: block;
}

.time-table_display__center {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
}

.sponsor-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          align-items: center;
          justify-content: flex-start;
  padding: 0;
  list-style: none;
}

.sponsor-list__item {
  width: calc(25% - 20px);
  margin: 10px;
  text-align: center;
}
.sponsor-list__item img {
  width: 100%;
  max-width: 200px;
}
.sponsor-list__item.sm img {
  max-width: 100px;
}

.contact-content {
  max-width: 910px;
  margin: 0 auto;
  border: 7px solid #4682b4;
  background: #4682b4;
}
.contact-content p {
  margin-bottom: 0;
}
.contact-content__wrap {
  max-width: 960px;
  margin: 50px auto 0;
  padding: 0 20px;
}
.contact-content__title {
  padding: 14px;
  color: white;
  font-weight: bold;
  font-size: 2rem;
}

.cta-info__wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex: 1;
}

.cta-info-box__left, .cta-info-box__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex: 1;
          flex-direction: column;
          align-items: center;
  width: 50%;
  padding: 20px;
}

.cta-info-box__left {
  background-color: #EFEFEF;
}

.cta-info-box__right {
  margin-left: auto;
  background-color: white;
}

.cta-info-box__title {
  font-weight: bold;
  font-size: 1.8rem;
}

.cta-info-box__body {
  min-height: 60px;
  margin-top: 10px;
  line-height: 1.4;
}

.cta-info-box__footer {
  width: 100%;
  margin-top: 10px;
  border: solid #dbdddf 1px;
  background: #fff;
}

.cta-info-box__footer__txt {
  white-space: nowrap;
}

.cta-phone {
  font-size: 2.4rem;
}

.cta-phone__icon {
  color: skyblue;
}

.cta-event-date__wrap {
  padding-top: 7px;
  padding-bottom: 1px;
  color: white;
}

.cta-event-date__title {
  padding: 3px 5px;
  background-color: #333;
}

.cta-event-date__title + .cta-event-date {
  margin-left: 5px;
}

.btn-contact {
  -webkit-transition: all 0.3s;
  display: block;
  z-index: 1;
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 21px 0;
  border: 2px solid #fb8e01;
  border-radius: 4px;
  background-color: #fb8e01;
  color: white;
  font-size: 2.4rem;
  text-align: center;
  transition: all 0.3s;
}
.btn-contact:focus, .btn-contact:hover, .btn-contact:active, .btn-contact:visited {
  color: white;
}
.btn-contact:before, .btn-contact:after {
  -webkit-transition: all 0.3s;
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #fb8e01;
  content: "";
  transition: all 0.3s;
}
.btn-contact:before {
  right: 0;
}
.btn-contact:after {
  left: 0;
}
.btn-contact:hover {
  border-color: #fb8e01;
  background-color: white;
  color: #fb8e01;
}
.btn-contact:hover:before, .btn-contact:hover:after {
  width: 0;
  background-color: #fb8e01;
}
.btn-contact.is-hidden {
  display: none;
}

.contact-button-fixed {
  -webkit-transition: 0.4s;
  position: fixed;
  top: 130px;
  right: 40px;
  max-width: 250px;
  font-size: 24px;
  transition: 0.4s;
}
.timer__wrap {
  margin: 0 auto;
  padding: 0 20px;
}

.timer {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -ms-flex-pack: distribute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
      justify-content: space-around;
  max-width: 910px;
  margin: 0 auto;
  padding: 30px 5%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffc107), to(#ff8b5f));
  background-image: -webkit-linear-gradient(bottom, #ffc107 0%, #ff8b5f 100%);
  background-image: linear-gradient(to top, #ffc107 0%, #ff8b5f 100%);
}

.timer-top {
  width: 100%;
  max-width: 300px;
  font-size: 3rem;
  letter-spacing: 0.2px;
}

.timer-parts {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
  width: 100%;
  max-width: calc(100% - 400px);
}

.h, .d, .m, .s {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 4rem;
  line-height: 1.2;
}

.tanni {
  font-weight: normal;
  font-size: 2.4rem;
}

.form-frame {
  width: 99%;
  height: 3050px;
  border: none;
}

@media (min-width: 767px) {
  .lg-hidden {
    display: none;
  }
}

@media (max-width: 767px) {
  .sm-hidden {
    display: none;
  }
  .table-01 th {
    display: block;
    border-width: 0 0 1px 0;
  }
  .table-01 td {
    display: block;
    padding: 10px;
    border-width: 0 0 1px 0;
  }
  .table-01 .last-row td {
    border-bottom: 0;
  }
  .w-md {
    width: 100%;
  }
  .u-gnav-adjust {
    margin-top: -50px;
    margin-bottom: 50px;
    padding-top: 50px;
  }
  .session__information {
    float: none;
  }
  .session__title {
    font-size: 2rem;
  }
  .session__speaker__image {
    max-width: 200px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    float: none;
  }
  .session__speaker__image.-left {
    margin-bottom: 10px;
    margin-left: 0;
  }
  .session__speaker__speaker {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .time-table th {
    width: 100%;
  }
  .time-table td {
    width: 100%;
  }
  .time-table_display__center {
    display: block;
  }
  .cta-info__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cta-info-box__left, .cta-info-box__right {
    width: 100%;
  }
  .contact-button-fixed {
    top: calc(100% - 102px);
    left: 0;
  }

  .btn-contact {
    width: 60%;
    max-width: 60%;
    padding: 12.5px 0;
    font-size: 1.8rem;
  }
  .timer__wrap {
    margin-left: 0;
  }
  .timer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px 3%;
  }
  .timer-top {
    font-size: 1.8rem;
  }
  .timer-parts {
    max-width: 240px;
  }
  .h, .d, .m, .s {
    font-size: 3rem;
    line-height: 1.4;
  }
  .tanni {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    padding: 10px 0;
  }
  .hero__inner {
    margin: 10px 0;
    padding: 10px 0;
  }
}

@media screen and (max-width: 750px) {
  .hero {
    margin-top: -40px;
    padding: 20px 0 20px;
  }
  .footer {
    padding: 10px 0 10px;
  }
  .session-group {
    padding: 15px;
  }
  .sponsor-list__item {
    width: calc(50% - 20px);
    padding: 10px;
  }
}

@media screen and (max-width: 949px) {
  .hero {
    padding: 60px 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .sp_title {
    display: block;
  }
  .form-frame {
    height: 3370px;
  }
}

@media (max-width: 992px) {
  .eye-event_online__txt {
    display: block;
    width: 80%;
    margin: 0 10%;
    padding: 10px;
    border: 4px solid #f65151;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.9);
    color: #f65151;
    font-size: 1.8rem;
  }

  .eye-event_online__img {
    display: none;
  }
}

@media (max-width: 640px) {
  .eye-event_description,
.eye-event_info {
    font-size: 5vw;
  }
}

@media (max-width: 639px) {
  .cta-info-box__footer__txt {
    font-size: 3.125vw;
  }
}