body {
  font-family: "Noto Sans JP", sans-serif;
  background: url("img/kv/bg.jpg") 75% center/cover fixed;
}

.main_color {
  color: #00456C;
}

.sub_color {
  color: #7CD0DA;
}

.fix_aside {
  position: fixed;
  z-index: 99;
  right: 1rem;
  bottom: 0.5rem;
  -webkit-transform: translateX(150%);
          transform: translateX(150%);
  -webkit-transition: -webkit-transform 600ms;
  transition: -webkit-transform 600ms;
  transition: transform 600ms;
  transition: transform 600ms, -webkit-transform 600ms;
}

.fix_aside.is_active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.fix_aside .fx_item {
  position: relative;
  display: block;
  border-radius: 99%;
  margin: 0.5em 0;
  width: 4em;
  height: 4em;
  background-color: #fff;
  font-size: 0.95rem;
  cursor: pointer;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.19);
  -webkit-transition: -webkit-transform 240ms, -webkit-box-shadow 240ms;
  transition: -webkit-transform 240ms, -webkit-box-shadow 240ms;
  transition: transform 240ms, box-shadow 240ms;
  transition: transform 240ms, box-shadow 240ms, -webkit-transform 240ms, -webkit-box-shadow 240ms;
}

.fix_aside .fx_item.is_primary {
  background-color: #00456C;
  color: #fff;
  line-height: 1.3;
}

.fix_aside .fx_item:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.19);
}

.fix_aside .fx_item .in_wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.fix_aside .fx_item .in_wrap.ic {
  width: 100%;
  height: 100%;
  padding: 0;
}

.fix_aside .fx_item .in_wrap.ic .ic_top {
  width: 100%;
  padding-top: 100%;
  background: url("img/ui/arrow_top.png") center/contain no-repeat;
}

.fix_aside .fx_item .in_wrap.ic .ic_linkedin {
  width: 100%;
  padding-top: 100%;
  background: url("img/ui/linkedin.svg") center/contain no-repeat;
}

.fix_aside .fx_item .in_wrap.ic .ic_calendar {
  width: 100%;
  padding-top: 100%;
  background: url("img/ui/calendar.svg") center/contain no-repeat;
}

.g_header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 98;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.g_header.is_active {
  background: linear-gradient(166.33deg, #071F4B 42.19%, #218099 100%);
}

.g_header.is_active .nav_area .nav_link {
  color: #fff;
}

.g_header.is_active .nav_area .nav_link:hover {
  color: #7CD0DA;
}

.g_header .header_cnt {
  position: relative;
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.g_header .menu_btn {
  position: relative;
  width: 48px;
  height: 48px;
  text-align: center;
  border-radius: 6px;
  border: 1px solid #fff;
}

.g_header .menu_btn .icon {
  display: inline-block;
  position: absolute;
  left: 20%;
  top: 50%;
  width: 60%;
  height: 4px;
  margin-top: -2px;
  background-color: #fff;
}

.g_header .menu_btn .icon::before, .g_header .menu_btn .icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.g_header .menu_btn .icon::before {
  top: -200%;
}

.g_header .menu_btn .icon::after {
  bottom: -200%;
}

.g_header .menu_btn.sty_white {
  border-color: #fff;
}

.g_header .menu_btn.sty_white .icon, .g_header .menu_btn.sty_white .icon::before, .g_header .menu_btn.sty_white .icon::after {
  background-color: #fff;
}

.g_header .nav_area {
  position: relative;
  z-index: 3;
}

.g_header .nav_area .nav_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.g_header .nav_area .nav_cnt {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.g_header .nav_area .nav_item {
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
}

.g_header .nav_area .nav_item.is_highlight {
  padding: 0 6px;
}

.g_header .nav_area .nav_item.is_highlight .nav_link {
  background-color: #7CD0DA;
  color: #000;
}

.g_header .nav_area .nav_link {
  border-radius: 4px;
  display: block;
  padding: 12px;
  color: #1A182B;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.g_header .nav_area .nav_link:hover {
  color: #CCFFFF;
  text-decoration: none;
}

.g_header .header_sns {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 0 12px;
  text-align: right;
}

.g_header .header_sns .hover {
  display: inline-block;
  position: relative;
}

.g_header .header_sns .hover img {
  width: 40px;
  line-height: 0;
}

.g_header .header_sns .hover:hover .hover_menu {
  display: block;
}

.g_header .header_sns .hover_holder {
  cursor: pointer;
}

.g_header .header_sns .hover_menu {
  position: absolute;
  padding: 0.5em 0;
  display: none;
}

.g_header .header_sns .hover_menu .hover_item {
  cursor: pointer;
  display: block;
  margin-top: 0.5em;
}

.bttn {
  display: inline-block;
}

.bttn .bttn_inner {
  cursor: pointer;
  display: block;
  padding: 0.75em 2em;
  border-radius: 2em;
  font-size: 1.25em;
  line-height: 1;
  border: 2px solid #00456C;
  text-align: center;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #000;
}

.bttn .bttn_inner:hover {
  text-decoration: none;
}

.bttn .xl_size {
  font-size: 2em;
}

.bttn .lg_size {
  font-size: 1.5em;
}

.bttn .sm_size {
  font-size: 1em;
}

.bttn .xs_size {
  padding: 0.35em 1em;
  font-size: 0.95em;
}

.bttn .main_b {
  background-color: #00456C;
  color: #fff;
  text-shadow: 0 2px rgba(0, 0, 0, 0.2);
}

.bttn .main_b:hover {
  background-color: #6A6969;
}

.bttn .dark_b {
  border-width: 0;
  background-color: #000;
  color: #00456C;
}

.bttn .dark_b:hover {
  background-color: #160f02;
}

.bttn .sub_b {
  background-color: #fff;
  color: #00456C;
}

.bttn .sub_b:hover {
  background-color: rgba(106, 105, 105, 0.1);
}

.g_kv {
  position: relative;
  background-color: transparent;
  z-index: 2;
}

.g_kv .desktop {
  position: relative;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.g_kv .kv_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
  pointer-events: none;
}

.g_kv .df_logo {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 15.625%;
  margin: 3.125%;
}

.g_kv .df_logo img {
  position: relative;
  width: 100%;
  max-width: 100%;
  display: block;
}

.g_kv .tit {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 57.29167%;
  margin: 5.625%;
}

.g_kv .tit img {
  position: relative;
  width: 100%;
  max-width: 100%;
  display: block;
}

.g_kv .tit .t1 {
  position: relative;
  width: 100%;
}

@media (max-height: 680px) {
  .g_kv .tit {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 52.08333%;
    margin: 3.125%;
  }
}

.g_kv .spLinkBtn {
  position: absolute;
  left: 1.04167%;
  bottom: 20px;
  width: auto;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 15px auto;
  padding: 5px;
  border-radius: 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;
  overflow: hidden;
  background: linear-gradient(-15deg, #fc02ff, #00cfff, #1572ff);
  cursor: pointer;
  -webkit-animation: ctaAni 1s ease-in-out infinite alternate;
          animation: ctaAni 1s ease-in-out infinite alternate;
}

.g_kv .spLinkBtn_inner {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: auto;
  box-sizing: border-box;
  padding: 15px 30px;
  border-radius: 15px;
  background-color: #e7e7e7;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-decoration: none;
}

.g_kv .spLinkBtn .cnt {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #00456C;
  font-size: 1rem;
}

.g_kv .spLinkBtn .cnt .arr {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  height: 30px;
  width: auto;
  margin: 0 0 0 0;
}

.g_kv .spLinkBtn .highLight {
  display: inline-block;
  font-weight: 700;
  font-size: 1.3125rem;
  color: transparent;
  background: linear-gradient(75deg, #fc02ff, #00cfff, #1572ff);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.g_kv .spLinkBtn:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.g_kv .spLinkBtn:hover .spLinkBtn_inner {
  background-color: #fff;
}

.g_kv .spLinkBtn:hover .cnt .arr {
  margin: 0 0 0 15px;
}

.g_kv .timer {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  text-align: center;
  letter-spacing: -4px;
  margin: 5.625%;
}

.g_kv .timer .tb {
  position: relative;
  display: inline-block;
  width: 4rem;
  height: 3.5rem;
  padding-bottom: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: #909090;
  letter-spacing: normal;
}

.g_kv .timer .tb::after {
  position: absolute;
  left: 0;
  bottom: 6px;
  width: 100%;
  line-height: 1;
  text-align: center;
  font-weight: 300;
  color: #00456C;
}

.g_kv .timer .tb span {
  position: absolute;
  left: 50%;
  top: calc(50% - .5rem);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1.5rem;
}

.g_kv .timer .d {
  border-radius: 1rem 0 0 1rem;
}

.g_kv .timer .d::after {
  content: 'day';
}

.g_kv .timer .h::after {
  content: 'hour';
}

.g_kv .timer .m::after {
  content: 'min';
}

.g_kv .timer .s {
  border-radius: 0 1rem 1rem 0;
}

.g_kv .timer .s::after {
  content: 'sec';
}

@-webkit-keyframes ctaAni {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(1.05);
            transform: scaleX(1.05);
  }
}

@keyframes ctaAni {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(1.05);
            transform: scaleX(1.05);
  }
}

.g_main {
  position: relative;
  width: 100%;
  background: #fff;
  overflow: hidden;
  z-index: 1;
}

.main_sc {
  padding: 60px 0;
}

.sc_title {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

.sc_title .tit {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 0;
  font-size: 1.625rem;
  color: #6A6969;
  font-weight: 500;
  line-height: 1;
}

.sc_title .tit::after {
  content: '';
  position: absolute;
  width: 100px;
  height: 2px;
  background-color: #6A6969;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.cta_cnt {
  position: relative;
  margin: 80px auto 30px;
  padding-bottom: 20px;
  z-index: 999;
}

.cta_cnt .bttns {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cta_cnt .bttn {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  margin: 0 0.5em;
}

.cta_cnt .cta {
  position: relative;
  margin: 0;
  font-size: 0;
  text-align: center;
}

.cta_cnt .cta .bttn {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 40px;
  height: auto;
  background-color: #00456C;
  overflow: hidden;
  border: 5px solid #00456C;
  -webkit-box-shadow: 0 5px 15px rgba(0, 69, 108, 0.5);
          box-shadow: 0 5px 15px rgba(0, 69, 108, 0.5);
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cta_cnt .cta .bttn div {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 90px;
  font-size: 26px;
  letter-spacing: 5px;
  line-height: 1;
  font-weight: 500;
  border-radius: 40px;
  color: #fff;
  background-color: #00456C;
  border: 3px solid #fff;
  text-shadow: 0 3px 5px rgba(255, 255, 255, 0.3);
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cta_cnt .cta .bttn:hover {
  border: 5px solid #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 69, 108, 0.5);
          box-shadow: 0 0 5px rgba(0, 69, 108, 0.5);
}

.cta_cnt .cta .bttn:hover div {
  color: #00456C;
  background-color: #fff;
  border: 3px solid #00456C;
  text-shadow: 0 0 0 rgba(255, 255, 255, 0.3);
}

.sc_agenda {
  padding: 20px 0 0 0;
}

.sc_agenda_inner {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  border: solid #7CD0DA;
  border-width: 2px 2px 0 2px;
}

.sc_agenda .agd_items {
  position: relative;
  width: 100%;
  height: auto;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sc_agenda .agd_items .item {
  position: relative;
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 200px 30px 30px;
  margin: 15px auto;
  background-color: #CCFFFF;
  -webkit-box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.2);
  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;
}

.sc_agenda .agd_items .item_cnt {
  position: relative;
  -webkit-box-flex: 4;
      -ms-flex: 4 0 0px;
          flex: 4 0 0;
}

.sc_agenda .agd_items .item_cnt .tit {
  position: relative;
  font-size: 32px;
  color: #00456C;
}

.sc_agenda .agd_items .item_cnt .name {
  position: relative;
  font-size: 32px;
  color: #231815;
}

.sc_agenda .agd_items .item_cnt ul {
  position: relative;
  margin: 30px 0;
  padding: 0 0 0 30px;
}

.sc_agenda .agd_items .item_cnt ul li {
  position: relative;
  color: #5C5A5A;
  font-size: 24px;
  font-weight: 300;
}

.sc_agenda .agd_items .item .icon {
  position: absolute;
  top: 50%;
  right: 5%;
  width: 150px;
  height: auto;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.sc_agenda .agd_items .item .icon img {
  position: relative;
  width: 80%;
  max-width: 100%;
  height: auto;
}

.sc_speaker {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0 50px 0;
  background-color: transparent;
}

.sc_speaker_inner {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  border: solid #7CD0DA;
  border-width: 0 2px 20px 2px;
}

.sc_speaker_inner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100% - 40px);
  height: 2px;
  background-color: #7CD0DA;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.sc_speaker_inner::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 150px;
  height: 100px;
  background-color: #7CD0DA;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
          clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

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

.speaker_items .item {
  position: relative;
  max-width: 300px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  padding: 0 30px;
  text-align: center;
  margin-bottom: 20px;
}

.speaker_items .item .pic {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  background: url("img/ui/speech.svg") center/120px no-repeat;
  border-radius: 99%;
  border: 2px solid #00C7FA;
  overflow: hidden;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: auto;
}

.speaker_items .item .pic img {
  position: relative;
  display: block;
  border-radius: 10px;
  width: 100%;
  height: auto;
}

.speaker_items .item p {
  position: relative;
  font-size: 18px;
  font-weight: 300;
  color: #5C5A5A;
}

.speaker_items .item .name {
  margin-bottom: 6px;
  color: #00456C;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
}

.speaker_items .item .name span {
  display: inline-block;
}

.g_footer {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 2em 0 3em;
  background-color: #00456C;
}

.g_footer .foot_cnt {
  padding: 0 15px;
  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;
}

.g_footer .logo_wrap {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  padding-right: 2rem;
  border-right: 1px solid #fff;
}

.g_footer .name_wrap {
  padding-left: 2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  line-height: 1.2;
}

.g_footer .name_wrap .n {
  color: #fff;
  font-size: 1.5rem;
}

.g_footer .name_wrap .s {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.25rem;
}

.g_footer .sns_wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 140px;
          flex: 0 0 140px;
}

.g_footer .sns_wrap .t {
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}

.g_footer .sns_wrap .a_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.g_footer .sns_wrap .a_row > a {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 25%;
          flex: 1 0 25%;
  padding: 2px;
}

.g_footer a:hover {
  opacity: 0.8;
}

@media (max-width: 1000px) and (min-height: 1000px) {
  .g_kv .desktop {
    height: 70vw;
  }
}

@media (max-width: 768px) {
  .g_header {
    background-color: transparent;
  }
  .g_header .header_cnt {
    display: block;
    padding: 0;
  }
  .g_header .menu_trigger {
    padding: 0 24px;
  }
  .g_header .nav_area .nav_content {
    display: block;
  }
  .g_header .nav_area .nav_cnt {
    padding: 10px 0;
    display: block;
  }
  .g_header .nav_area .nav_item.is_highlight {
    padding: 0;
  }
  .g_header .nav_area .nav_link {
    border-radius: 0;
    padding: 16px 24px;
  }
  .g_kv {
    position: relative;
    margin: 0;
    background-color: #fff;
  }
  .g_kv .desktop {
    height: 100vw;
  }
  .g_kv .tit {
    width: 80%;
    bottom: 0;
    margin: 0 5% 10% 5%;
  }
  .g_kv .spLinkBtn {
    position: static;
    width: 80%;
  }
  .g_kv .timer {
    padding: 14px 0 10px;
    position: relative;
    margin: 0 auto;
    right: auto;
    bottom: auto;
  }
}

@media (max-width: 768px) and (min-height: 1000px) {
  .g_kv .desktop {
    height: 70vw;
  }
}

@media (max-width: 768px) and (max-width: 468px) {
  .g_kv {
    max-height: 320px;
  }
  .g_kv .desktop {
    max-height: 300px;
  }
}

@media (max-width: 768px) {
  .main_sc {
    padding: 20px 0;
  }
  .sc_title {
    font-size: 28px;
  }
  .sc_title .tit {
    line-height: 1.3;
  }
  .cta_cnt .cta .bttn {
    margin-bottom: 20px;
  }
  .cta_cnt .cta .bttn div {
    padding: 15px 40px;
    font-size: 21px;
  }
  .sc_agenda {
    padding: 20px 0 0 0;
  }
  .sc_agenda_inner {
    padding: 15px;
  }
  .sc_agenda .agd_items .item {
    padding: 15px;
    margin: 15px auto;
    background-color: #CCFFFF;
    -webkit-box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.2);
            box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.2);
    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;
  }
  .sc_agenda .agd_items .item_cnt {
    margin: 150px 0 0 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    line-height: 1.1;
  }
  .sc_agenda .agd_items .item_cnt .tit {
    font-size: 24px;
  }
  .sc_agenda .agd_items .item_cnt .name {
    margin: 15px 0 0 0;
    font-size: 24px;
  }
  .sc_agenda .agd_items .item_cnt ul {
    position: relative;
    margin: 30px 0;
    padding: 0 0 0 30px;
  }
  .sc_agenda .agd_items .item_cnt ul li {
    position: relative;
    color: #5C5A5A;
    font-size: 16px;
    font-weight: 300;
  }
  .sc_agenda .agd_items .item .icon {
    position: absolute;
    top: 5%;
    right: 50%;
    width: 150px;
    height: auto;
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0);
    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;
  }
  .sc_agenda .agd_items .item .icon img {
    position: relative;
    width: 80%;
    max-width: 100%;
    height: auto;
  }
  .speaker_items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .g_footer {
    padding-bottom: 6rem;
  }
  .g_footer .foot_cnt {
    display: block;
  }
  .g_footer .logo_wrap {
    padding-right: 0;
    border-right: 0;
  }
  .g_footer .name_wrap {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-left: 0;
  }
  .g_footer .name_wrap .n {
    font-size: 1rem;
  }
  .g_footer .name_wrap .s {
    font-size: .875rem;
  }
  .g_footer .sns_wrap .a_row {
    margin: 0 auto;
    width: 240px;
  }
  .g_footer .sns_wrap .a_row > a {
    padding: 5px;
  }
}
/*# sourceMappingURL=style.css.map */