@charset "UTF-8";
html {
  font-size: 16px;
  font-family: "Noto Sans JP", YuGothic, Yu Gothic, "游ゴシック", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  line-height: 1.625;
}

@media screen and (max-width: 680px) {
  html {
    font-size: 14px;
  }
}
body {
  width: 100%;
  background: #fff;
  color: #4f4f4f;
  overflow-x: hidden;
}

tr,
th,
td {
  vertical-align: middle;
}

.for--sp {
  display: none;
}

@media screen and (max-width: 680px) {
  .for--sp {
    display: block;
  }
}
.inner {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  padding: 0 50px;
}

@media screen and (max-width: 680px) {
  .inner {
    padding: 0 20px;
  }
}
.h2Title {
  position: relative;
  font-size: 1.75rem;
  font-weight: 500;
  margin: 0 0 24px 14px;
}
.h2Title::before {
  content: "";
  position: absolute;
  left: -14px;
  top: 6px;
  width: 5px;
  height: 32px;
  background: linear-gradient(180deg, rgb(0, 50, 132) 0%, rgb(0, 134, 213) 100%);
}

.linkColor {
  color: #0086d5;
  text-decoration: underline;
  transition: 0.3s ease all;
}
.linkColor:hover {
  color: #003284;
  transition: 0.3s ease all;
}

/*TOP*/
.head__imgWrap {
  text-align: center;
  margin-bottom: 60px;
}
.head__img {
  max-width: 920px;
  width: 100%;
  height: auto;
}
.head__lead {
  margin-bottom: 12px;
}
.head__btnWrap {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 30px;
  font-size: 14px;
  color: #0086d5;
  font-weight: 600;
  line-height: 100%;
}
.head__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 300px;
  width: calc((100% - 30px) / 2);
  height: 46px;
  border: 2px solid #0086d5;
  border-radius: 23px;
  padding: 0 23px;
  transition: 0.3s ease all;
}
.head__btn::before {
  content: "\f0d7";
  position: absolute;
  right: 23px;
  font-family: "Font Awesome 7 Free";
  font-weight: 700;
}
.head__btn:hover {
  background: #0086d5;
  color: #fff;
  transition: 0.3s ease all;
}

@media screen and (max-width: 680px) {
  .head__imgWrap {
    margin-bottom: 30px;
  }
  .head__btnWrap {
    flex-wrap: wrap;
    gap: 20px;
  }
  .head__btn {
    max-width: 100%;
    width: 100%;
  }
}
/*お知らせ*/
#information {
  background: #fbfbfb;
  margin-top: 60px;
  padding: 60px 0;
}

.information__listWrap {
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  padding: 9px 0;
}
.information__list {
  display: flex;
  gap: 40px;
}
.information__list__date {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}

/*イベント概要*/
#summary {
  padding: 60px 0;
}

.summary {
  width: 100%;
}
.summary__bg {
  width: 28%;
  background: #cce7f7;
  border-top: 1px solid #fff;
  font-weight: 700;
  padding: 18px 20px;
}
.summary__bg--first {
  border-top: 1px solid #cce7f7;
}
.summary__bg--last {
  border-bottom: 1px solid #cce7f7;
}
.summary__white {
  width: 72%;
  border-top: 1px solid #dcdcdc;
  padding: 18px 20px;
}
.summary__white--last {
  border-bottom: 1px solid #dcdcdc;
}

@media screen and (max-width: 680px) {
  .summary__bg {
    padding: 12px;
  }
  .summary__white {
    padding: 12px;
  }
}
/*ご参加登録の方法*/
#registration {
  background: #fbfbfb;
  padding: 60px 0;
}

.registration {
  text-align: center;
}
.registration__btn {
  position: relative;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  height: 46px;
  border-radius: 23px;
  background: #003284;
  background: linear-gradient(90deg, rgb(0, 50, 132) 0%, rgb(0, 134, 213) 50%, rgb(0, 50, 132) 100%);
  background-size: 600px 46px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  margin: 30px 0 10px;
  padding: 0 23px;
  transition: 1s ease all;
}
.registration__btn::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 50%;
  right: 23px;
}
.registration__btn::after {
  content: "\f0da";
  position: absolute;
  right: 30px;
  font-family: "Font Awesome 7 Free";
  font-weight: 700;
  color: #0086d5;
}
.registration__btn:hover {
  background-position: 100% 0;
  transition: 1s ease all;
}

@media screen and (max-width: 680px) {
  .registration__btn {
    width: 100%;
  }
}
/*プログラム*/
#program {
  padding: 60px 0;
}

.program {
  width: 100%;
  margin-bottom: 40px;
}
.program__note {
  text-align: right;
  font-size: 0.875rem;
  line-height: 1.25;
  margin-bottom: 30px;
}
.program__subTitleArea {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}
.program__subTitle {
  font-size: 1.375rem;
  font-weight: 500;
  margin-right: 0.5rem;
  white-space: nowrap;
}
.program__subTitleLine {
  background: linear-gradient(90deg, rgb(204, 231, 247) 0%, rgb(204, 214, 230) 100%);
  width: 100%;
  height: 12px;
  margin-top: 4px;
}
.program__head {
  font-weight: 700;
}
.program__head--marginTop {
  margin-top: 0.5rem;
}
.program__head span {
  color: #0086d5;
}
.program__bg {
  background: #cce7f7;
  border-bottom: 1px solid #fff;
  width: 140px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.182;
  padding-left: 42px;
}
.program__bg--first {
  border-top: 1px solid #cce7f7;
}
.program__bg--last {
  border-bottom: 1px solid #cce7f7;
}
.program__white {
  padding: 12px 20px;
}
.program__white--content {
  position: relative;
  border-top: 1px solid #dcdcdc;
  font-weight: 700;
  line-height: 1.3;
}
.program__white--content::before {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 100%;
  height: 2px;
  width: calc(100% - 40px);
  border-top: 2px dotted #dcdcdc;
}
.program__white--name {
  border-bottom: 1px solid #dcdcdc;
}
.program__white--name span {
  font-weight: 700;
}
.program__break {
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  font-weight: 700;
  padding: 26px;
}
.program__photo {
  width: 96px;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  line-height: 0;
  text-align: center;
  padding: 0 20px 0 0;
}
.program__photo__cap {
  font-size: 0.75rem;
  margin-top: 0.625rem;
}

@media screen and (max-width: 680px) {
  .program__bg {
    width: 60px;
    padding-left: 12px;
    font-size: 1rem;
  }
  .program__white {
    padding: 12px;
  }
  .program__white--content::before {
    width: calc(100% - 20px);
  }
  .program__photo {
    padding-right: 10px;
  }
  .program__break {
    padding: 12px;
  }
}
/* モーダル用ボタン */
.open-btn {
  color: #0086d5;
  font-size: 1rem;
  text-decoration: underline;
  transition: 0.3s ease all;
  cursor: pointer;
}

.open-btn:hover {
  color: #003284;
  transition: 0.3s ease all;
}

.close-btn {
  width: 86px;
  height: 32px;
  border: 2px solid #0086d5;
  border-radius: 4px;
  color: #0086d5;
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
  transition: 0.3s ease all;
  cursor: pointer;
}
.close-btn i {
  margin-right: 2px;
}
.close-btn:hover {
  background: #0086d5;
  color: #fff;
  transition: 0.3s ease all;
}

/* モーダル背景 */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(79, 79, 79, 0.5);
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

/* モーダル表示状態 */
.modal.active {
  display: flex;
  opacity: 1;
  pointer-events: auto;
}

/* アニメーション*/
.modal.active .modal-content {
  animation: fadeInScale 0.4s ease forwards;
}

@keyframes fadeInScale {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*モーダルウインドウ*/
.speaker {
  position: relative;
  background: #fff;
  max-width: 900px;
  width: 80%;
  max-height: 90vh;
  overflow-y: auto;
  border-radius: 20px;
  padding: 20px 20px 30px 20px;
  transform: scale(0.8);
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  opacity: 0;
}
.speaker__color {
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, rgb(0, 50, 132) 0%, rgb(0, 134, 213) 100%);
  border-radius: 20px 20px 0 0;
  width: calc(100% + 40px);
  height: 60px;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  margin: -20px -20px 12px -20px;
  padding: 0 30px;
}
.speaker__category {
  font-weight: 500;
  margin-bottom: 2px;
}
.speaker__title {
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.speaker__time {
  position: relative;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  margin-left: 1.2rem;
}
.speaker__time::before {
  content: "\f017";
  position: absolute;
  left: -1.2rem;
  font-family: "Font Awesome 7 Free";
  font-weight: 700;
  color: #0086d5;
}
.speaker__btnArea {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.profile {
  position: relative;
  width: 100%;
  border-top: 1px solid #dcdcdc;
  margin-top: 16px;
  padding-top: 20px;
}
.profile__photo {
  position: absolute;
  width: 120px;
}
.profile__nameArea {
  padding-left: 120px;
}
.profile__nameArea__name {
  font-size: 1.25rem;
  font-weight: 700;
}
.profile__nameArea__career {
  font-size: 0.875rem;
  line-height: 1.429;
}
.profile__text {
  margin-left: 120px;
}
.profile__text hr {
  margin: 18px 0;
  border-top: 1px solid #dcdcdc;
}

@media screen and (max-width: 680px) {
  .profile__forSp {
    display: flex;
  }
  .profile__nameArea {
    width: calc(100% - 110px);
    padding-left: 0;
  }
  .profile__photo {
    position: static;
    width: 110px;
  }
  .profile__text {
    margin-left: 0;
  }
}
/*戦略的イノベーション創造プログラム（SIP）*/
.sip {
  max-width: 920px;
  width: 90%;
  margin: 0 auto;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0px 0px 15px -5px #777;
}
.sip__h2 {
  font-weight: 700;
  font-size: 1.125rem;
  margin-bottom: 16px;
}
.sip__link {
  margin-bottom: 10px;
}

@media screen and (max-width: 680px) {
  .sip {
    border-radius: 10px;
    padding: 20px;
  }
}
/*フッター*/
#footer {
  background: #4f4f4f;
  color: #fff;
  margin-top: 60px;
  padding: 60px 0;
}
#footer hr {
  border: 1px solid #fff;
  margin: 20px 0;
}

.footer__h2 {
  font-size: 1.625rem;
  font-weight: 700;
}
.footer__h3 {
  font-weight: 700;
}

/*戻るボタン*/
.pagetop {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 20px;
  bottom: 50px;
  width: 50px;
  height: 50px;
  background: #fff;
  border: 1px solid #0086d5;
  border-radius: 50%;
  color: #0086d5;
  transition: 0.3s ease all;
  box-shadow: 0px 0px 15px -5px #777;
}
.pagetop:hover {
  transform: translateY(-5px);
  transition: 0.3s ease all;
}/*# sourceMappingURL=style.css.map */