@charset "UTF-8";
/*-------------------------------------------------
   JUAS square 2024 online 
   by.CA 202407
--------------------------------------------------*/
/*--------------------------------------------------
	Base
--------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

header .header__inner nav ul, .main-visual .main-visual-inner .date ul, .body-wrap .section.cta .cta__inner ul, .body-wrap .section.speakers ul, .body-wrap .section.members .members__inner ul, .body-wrap .section.sponsors ul, .body-wrap .section.process ul, footer .inner .nav ul, .sessions .session ul, .sponsors .sponsor-ls ul, .process .section.flow ul, .process .section.apply ul {
  margin: 0;
  padding: 0;
}
header .header__inner nav ul li, .main-visual .main-visual-inner .date ul li, .body-wrap .section.cta .cta__inner ul li, .body-wrap .section.speakers ul li, .body-wrap .section.members .members__inner ul li, .body-wrap .section.sponsors ul li, .body-wrap .section.process ul li, footer .inner .nav ul li, .sessions .session ul li, .sponsors .sponsor-ls ul li, .process .section.flow ul li, .process .section.apply ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

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

.mt15 {
  margin-top: 15px !important;
}

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

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

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

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pt100 {
  padding-top: 100px !important;
}

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

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

/*-------------------
** Basic setting
-------------------*/
body {
  font-family: "Helvetica Neue", "Zen Kaku Gothic New", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 15px;
  color: #333;
  line-height: 2em;
}

h2 {
  font-size: 28px;
  font-weight: bold;
}
@media (max-width: 768px) {
  h2 {
    font-size: 24px !important;
  }
}

h3 {
  font-size: 24px;
}
@media (max-width: 768px) {
  h3 {
    font-size: 18px !important;
  }
}

h4 {
  font-size: 18px;
  font-weight: bold;
}

h5 {
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 10px;
}

div, dl, dt, dd {
  box-sizing: border-box;
}

p {
  font-size: 17px;
  line-height: 200%;
  margin: 0 0 20px;
  align-self: stretch;
}
@media (max-width: 768px) {
  p {
    font-size: 15px !important;
  }
}

.Poppins {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.sp_only {
  display: none;
}
@media (max-width: 768px) {
  .sp_only {
    display: block;
  }
}

@media (max-width: 768px) {
  .pc_only {
    display: none;
  }
}

header {
  background-color: #fff;
  padding: 10px 0;
  z-index: 10;
  width: 100%;
  position: fixed;
}
header .header__inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 4ch;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  header .header__inner {
    padding: 0 2ch;
  }
}
header .header__inner .logo {
  width: 280px;
  height: 43px;
}
header .header__inner .logo img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  header .header__inner .logo {
    width: 175px;
    height: 30px;
  }
}
@media (max-width: 980px) {
  header .header__inner nav {
    display: none;
  }
}
header .header__inner nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}
header .header__inner nav ul li {
  font-size: 15px;
  font-weight: 700;
  padding: 10px 15px;
}
header .header__inner nav ul li.current span {
  display: block;
  color: #1245CD;
  padding: 5px 3px;
  transition: 0.3s ease;
  position: relative;
  text-decoration: none;
}
header .header__inner nav ul li.current span:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #1245CD;
  transition: 0.3s ease;
}
@media (max-width: 980px) {
  header .header__inner nav ul li.current span:after {
    display: none;
  }
}
header .header__inner nav ul li a {
  display: block;
  color: #333;
  padding: 5px 3px;
  transition: 0.3s ease;
  position: relative;
  text-decoration: none;
}
header .header__inner nav ul li a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #1245CD;
  transition: 0.3s ease;
}
@media (max-width: 980px) {
  header .header__inner nav ul li a:after {
    display: none;
  }
}
header .header__inner nav ul li a:hover {
  color: #1245CD;
}
header .header__inner nav ul li a:hover:after {
  width: 100%;
}
@media (max-width: 1280px) {
  header .header__inner nav ul li {
    font-size: 14px;
    font-weight: 700;
    padding: 10px 0px;
  }
}
header .header__inner nav ul li:last-child {
  padding: 0;
  background: #1245CD;
  border-radius: 8px;
  transition: 0.3s ease;
}
header .header__inner nav ul li:last-child a {
  display: block;
  color: #fff;
  padding: 12px 36px;
  line-height: 160%;
}
header .header__inner nav ul li:last-child:hover {
  opacity: 0.8;
}
@media (max-width: 1280px) {
  header .header__inner nav ul li:last-child a {
    padding: 10px 20px;
  }
}
header .header__inner .hamburger,
header .header__inner nav.globalMenuSp {
  display: none;
  visibility: hidden;
}
@media (max-width: 980px) {
  header .header__inner .hamburger,
  header .header__inner nav.globalMenuSp {
    visibility: visible;
  }
  header .header__inner {
    /*　ハンバーガーボタン　*/
  }
  header .header__inner .hamburger {
    display: block;
    position: fixed;
    z-index: 25;
    right: 30px;
    top: 13px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
  }
}
@media (max-width: 980px) and (max-width: 768px) {
  header .header__inner .hamburger {
    right: 0;
    top: 5px;
  }
}
@media (max-width: 980px) {
  header .header__inner .hamburger span {
    display: block;
    position: absolute;
    width: 34px;
    height: 2px;
    left: 10px;
    background: #515151;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  header .header__inner .hamburger span:nth-child(1) {
    top: 20px;
  }
  header .header__inner .hamburger span:nth-child(2) {
    top: 30px;
  }
  header .header__inner .hamburger span:nth-child(3) {
    top: 40px;
  }
}
@media (max-width: 980px) and (max-width: 768px) {
  header .header__inner .hamburger span {
    width: 20px;
  }
  header .header__inner .hamburger span:nth-child(1) {
    top: 15px;
  }
  header .header__inner .hamburger span:nth-child(2) {
    top: 23px;
  }
}
@media (max-width: 980px) {
  header .header__inner .hamburger.active {
    background: none;
  }
  header .header__inner .hamburger.active span:nth-child(1) {
    top: 20px;
    left: 10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  header .header__inner .hamburger.active span:nth-child(2), header .header__inner .hamburger.hamburger.active span:nth-child(3) {
    top: 20px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header .header__inner nav.globalMenuSp {
    display: block;
    position: fixed;
    box-sizing: border-box;
    z-index: 100;
    top: 60px;
    left: 0;
    color: #333;
    background: #fff;
    width: 100%;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s ease, visibility 0.6s ease;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 980px) and (max-width: 768px) {
  header .header__inner nav.globalMenuSp {
    top: 50px;
  }
}
@media (max-width: 980px) {
  header .header__inner nav.globalMenuSp.active { /* このクラスを、jQueryで付与・削除する */
    opacity: 100;
    visibility: visible;
  }
  header .header__inner nav.globalMenuSp ul {
    margin: 0;
    padding: 40px 20px;
    display: block;
  }
  header .header__inner nav.globalMenuSp ul ul {
    padding: 20px 0;
  }
  header .header__inner nav.globalMenuSp ul ul li {
    margin-bottom: 10px;
  }
  header .header__inner nav.globalMenuSp ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 10px;
  }
  header .header__inner nav.globalMenuSp ul li a {
    display: block;
    font-size: 16px;
    transition: 0.4s;
    max-width: 220px;
    margin: 0 20px;
    padding: 5px 20px;
    color: #707070;
  }
  header .header__inner nav.globalMenuSp ul li a:hover {
    opacity: 0.5;
    text-decoration: none;
  }
  header .header__inner nav.globalMenuSp ul li:last-child {
    display: inline-block;
    background-color: #fff;
  }
}

.main-visual {
  position: relative;
  width: 100%;
  height: 500px;
  background: url(../images/bg_mainv26.jpg) no-repeat;
  background-size: cover;
  background-position: 100% 50%;
  display: flex;
  align-items: center;
  color: #fff;
}
@media (max-width: 768px) {
  .main-visual {
    background: url(../images/sp_mainv.jpg) no-repeat;
    height: 600px;
    background-size: cover;
    background-position: 100% 50%;
    align-items: start;
  }
}
.main-visual .main-visual-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  posision: relative;
}
@media (max-width: 768px) {
  .main-visual .main-visual-inner {
    text-align: center;
    padding-top: 70px;
  }
}
.main-visual .main-visual-inner h1 {
  display: inline-block;
  padding: 4px 12px;
  background: linear-gradient(90deg, #0261D4 0%, #C520CE 100%);
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 27px */
  letter-spacing: 0.54px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .main-visual .main-visual-inner h1 {
    font-size: 16px;
  }
}
.main-visual .main-visual-inner p.theme {
  text-shadow: 0 0 20px #fff;
  color: #1245CD;
  font-family: "Zen Kaku Gothic New";
  font-size: 85px !important;
  font-style: normal;
  font-weight: 900;
  line-height: 79%; /* 106.25px */
  letter-spacing: 5.95px;
}
.main-visual .main-visual-inner p.theme span {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 1.08px;
}
@media (max-width: 768px) {
  .main-visual .main-visual-inner p.theme {
    font-size: 50px !important;
    line-height: 50%;
  }
  .main-visual .main-visual-inner p.theme span {
    font-size: 22px !important;
    display: inline-block;
    margin-top: 30px;
  }
}
.main-visual .main-visual-inner .date {
  margin: 20px 0;
  font-size: 18px;
  font-weight: 500;
  color: #1245CD;
  text-shadow: 0 0 10px #fff;
}
@media (max-width: 768px) {
  .main-visual .main-visual-inner .date {
    width: 260px;
    margin: auto;
    font-size: 16px;
  }
}
.main-visual .main-visual-inner .date ul {
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .main-visual .main-visual-inner .date ul {
    display: block;
    margin-top: 180px;
  }
}
.main-visual .main-visual-inner .date ul li {
  display: flex;
  align-items: center;
  gap: 5px;
}
.main-visual .main-visual-inner .date ul li:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../images/event_note_24dp_FFFFFF_FILL0_wght400_GRAD0_opsz24 1.svg") no-repeat center center;
  margin-right: 0px;
}
.main-visual .main-visual-inner .date ul li:nth-child(2):before {
  background-image: url("../images/pin_drop_24dp_FFFFFF_FILL0_wght400_GRAD0_opsz24 1.svg");
}
.main-visual .main-visual-inner p.btn {
  width: 360px;
  border-radius: 999px;
  background: #fff;
  transition: background-color 0.4s ease;
  margin: 30px 0 0;
}
.main-visual .main-visual-inner p.btn a {
  position: relative;
  color: #1245CD;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 64px;
  text-decoration: none;
  display: block;
  padding: 0 70px 0 30px;
  transition: background-color 0.4s ease;
}
.main-visual .main-visual-inner p.btn a:after {
  position: absolute;
  top: 12px;
  right: 20px;
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url("../images/arrow.png") no-repeat center center;
  background-size: contain;
  margin-left: 10px;
}
.main-visual .main-visual-inner p.btn:hover {
  background-color: #1245CD;
}
.main-visual .main-visual-inner p.btn:hover a {
  color: #fff;
}
@media (max-width: 768px) {
  .main-visual .main-visual-inner p.btn {
    width: 260px;
    margin: 20px auto 0;
  }
  .main-visual .main-visual-inner p.btn a {
    font-size: 14px;
    padding: 0 30px 0 10px;
    line-height: 44px;
  }
  .main-visual .main-visual-inner p.btn a:after {
    position: absolute;
    top: 7px;
    right: 10px;
    width: 30px;
    height: 30px;
  }
}
.main-visual .main-visual-inner h2 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
}
.main-visual .main-visual-inner p {
  font-size: 18px;
  line-height: 1.5em;
}

.body-wrap {
  background-color: #F5F5F5;
  padding-bottom: 1px;
  padding-top: 60px;
}
@media (max-width: 768px) {
  .body-wrap {
    padding-top: 50px;
    width: 100%;
    overflow: hidden;
  }
}
.body-wrap .section {
  width: 100%;
}
.body-wrap .section .inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 980px) {
  .body-wrap .section .inner {
    width: calc(100% - 40px);
    margin: auto;
  }
}
.body-wrap .section .inner .dl {
  margin-top: 50px;
  text-align: center;
  font-weight: 700;
}
.body-wrap .section .inner .dl a {
  display: inline-block;
  text-decoration: none;
  transition: 0.3s ease;
  height: 100%;
  color: #1245CD;
  font-weight: 500;
  text-decoration: underline;
}
.body-wrap .section .inner .dl a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.body-wrap .section .btn {
  max-width: 400px;
  margin: auto;
  border-radius: 8px;
  background-color: #1245CD;
  transition: 0.3s;
}
.body-wrap .section .btn a {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  line-height: 80px;
}
@media (max-width: 768px) {
  .body-wrap .section .btn {
    width: 100%;
  }
  .body-wrap .section .btn a {
    font-size: 15px;
  }
}
.body-wrap .section .btn:hover {
  opacity: 0.6;
}
.body-wrap .section.intro {
  padding: 100px 0 0;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .body-wrap .section.intro {
    padding: 0;
    margin-bottom: 30px;
  }
}
.body-wrap .section.intro .inner {
  width: 1150px;
  display: flex;
  padding: 0;
  position: relative;
}
.body-wrap .section.intro .inner:before {
  content: "";
  display: block;
  position: absolute;
  background: url("../images/bg_intro.webp") no-repeat 0 100%;
  width: 660px;
  height: 630px;
  background-size: contain;
  left: -130px;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 768px) {
  .body-wrap .section.intro .inner {
    width: calc(100% - 40px);
    margin: auto;
    display: block;
  }
  .body-wrap .section.intro .inner:before {
    display: none;
  }
}
.body-wrap .section.intro .inner .visual {
  position: relative;
  flex-basis: 580px;
  padding-top: 40px;
  z-index: 2;
}
.body-wrap .section.intro .inner .visual img {
  width: 490px;
  height: auto;
  border-radius: 16px;
}
@media (max-width: 768px) {
  .body-wrap .section.intro .inner .visual img {
    width: 100%;
  }
}
.body-wrap .section.intro .inner .text {
  flex-basis: 570px;
}
.body-wrap .section.intro .inner .text h2 {
  font-size: 56px;
  font-weight: 900;
  color: #1245CD;
  line-height: 80%;
}
.body-wrap .section.intro .inner .text h2:before {
  display: none;
}
.body-wrap .section.intro .inner .text h2 span {
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .body-wrap .section.intro .inner .text h2 {
    font-size: 28px !important;
    line-height: 120%;
    margin-bottom: 0;
  }
}
.body-wrap .section h2 {
  font-size: 48px;
  margin-bottom: 40px;
}
.body-wrap .section h2 span {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 20px;
  padding-left: 5px;
}
.body-wrap .section h2:before {
  content: "";
  display: inline-block;
  box-sizing: border-box;
  width: 17px;
  height: 17px;
  background: #B3D3FF;
  border-radius: 17px;
  border: 5px solid #4795FF;
  margin: 10px auto;
  transform: translateY(13px);
}
@media (max-width: 768px) {
  .body-wrap .section h2 {
    line-height: 100%;
    margin-bottom: 10px;
  }
}
.body-wrap .section.cta {
  margin-bottom: 80px;
}
.body-wrap .section.cta .cta__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background: url("../images/cta_bg.png") no-repeat center center;
  background-size: cover;
  border-radius: 8px;
  padding: 50px 80px;
}
@media (max-width: 768px) {
  .body-wrap .section.cta .cta__inner {
    width: calc(100% - 40px);
    margin: auto;
    background: url("../images/cta_bg_sp.png") no-repeat center center;
    background-size: cover;
    height: auto;
    padding: 20px;
  }
}
.body-wrap .section.cta .cta__inner p {
  text-align: center;
  color: #1245CD;
  font-size: 15px;
  margin: 15px 0;
}
.body-wrap .section.cta .cta__inner p strong {
  font-size: 32px;
}
@media (max-width: 768px) {
  .body-wrap .section.cta .cta__inner p strong {
    font-size: 24px;
  }
}
.body-wrap .section.cta .cta__inner ul {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 30px 0 50px;
}
.body-wrap .section.cta .cta__inner ul li {
  flex-basis: calc((100% - 40px) / 2);
  height: 90px;
  transition: 0.3s;
}
.body-wrap .section.cta .cta__inner ul li:first-child a {
  display: block;
  box-sizing: border-box;
  height: 90px;
  background-color: #1245CD;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  font-weight: 700;
  text-align: center;
  padding: 32px 36px;
  border-radius: 8px;
  box-shadow: 0 0 10px 0 rgba(85, 102, 188, 0.25);
}
.body-wrap .section.cta .cta__inner ul li:first-child a::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("../images/icon_mail.png") no-repeat center center;
  background-size: contain;
  transform: translateY(10%);
  margin-right: 0.5em;
}
.body-wrap .section.cta .cta__inner ul li:last-child a {
  display: block;
  box-sizing: border-box;
  height: 90px;
  background-color: #fff;
  color: #1245CD;
  padding: 24px 36px;
  border-radius: 8px;
  font-size: 18px;
  text-decoration: none;
  font-weight: 700;
  text-align: center;
  box-shadow: 0 0 10px 0 rgba(85, 102, 188, 0.25);
  transition: 0.3s;
}
.body-wrap .section.cta .cta__inner ul li:last-child a span {
  display: block;
  font-size: 13px;
  font-weight: 500;
  line-height: 100%;
}
.body-wrap .section.cta .cta__inner ul li:last-child a::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url("../images/icon_mypage.png") no-repeat center center;
  background-size: contain;
  transform: translateY(10%);
  margin-right: 0.5em;
}
.body-wrap .section.cta .cta__inner ul li:hover {
  opacity: 0.6;
}
@media (max-width: 768px) {
  .body-wrap .section.cta .cta__inner ul {
    display: block;
  }
  .body-wrap .section.cta .cta__inner ul li {
    height: auto;
  }
  .body-wrap .section.cta .cta__inner ul li a {
    padding: 20px !important;
    font-size: 16px !important;
    width: 100%;
    height: auto !important;
  }
  .body-wrap .section.cta .cta__inner ul li a span {
    font-size: 11px !important;
  }
  .body-wrap .section.cta .cta__inner ul li:last-child {
    margin-top: 20px;
  }
}
.body-wrap .section.cta .cta__inner ul.dl {
  max-width: 800px;
  margin: 0 auto 20px;
}
.body-wrap .section.cta .cta__inner ul.dl li {
  height: auto;
}
.body-wrap .section.cta .cta__inner ul.dl li a {
  background-color: #4795FF;
  height: 66px;
  color: #fff;
  font-size: 15px;
  line-height: 66px;
  padding: 0;
}
.body-wrap .section.cta .cta__inner ul.dl li a::before {
  display: none;
}
@media (max-width: 768px) {
  .body-wrap .section.cta .cta__inner ul.dl li a {
    height: auto;
    line-height: 150%;
  }
}
.body-wrap .section.overview {
  margin-bottom: 40px;
}
.body-wrap .section.overview .overview__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 8px;
  padding: 0 50px 20px;
}
.body-wrap .section.overview .overview__inner h2 {
  padding-top: 20px;
  text-align: center;
}
.body-wrap .section.overview .overview__inner .tbl_overview {
  width: 100%;
  border-collapse: collapse;
}
.body-wrap .section.overview .overview__inner .tbl_overview th, .body-wrap .section.overview .overview__inner .tbl_overview td {
  padding: 15px;
  text-align: left;
  font-size: 16px;
  border-bottom: 1px solid #eee;
  vertical-align: top;
}
.body-wrap .section.overview .overview__inner .tbl_overview th {
  width: 150px;
  font-weight: 700;
  text-align: left;
}
.body-wrap .section.overview .overview__inner .tbl_overview iframe {
  margin: 20px 0;
  width: 100%;
}
.body-wrap .section.overview .overview__inner .tbl_overview tr:last-child th,
.body-wrap .section.overview .overview__inner .tbl_overview tr:last-child td {
  border-bottom: none;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .body-wrap .section.overview .overview__inner {
    width: calc(100% - 40px);
    padding: 0 20px 20px;
  }
  .body-wrap .section.overview .overview__inner .tbl_overview {
    margin: auto;
  }
  .body-wrap .section.overview .overview__inner .tbl_overview th, .body-wrap .section.overview .overview__inner .tbl_overview td {
    display: block;
    width: 100%;
    padding: 15px 0;
  }
  .body-wrap .section.overview .overview__inner .tbl_overview th {
    border-bottom: none;
    padding-bottom: 0px;
  }
}
.body-wrap .section.overview.cio .overview__inner {
  padding: 40px 80px;
}
.body-wrap .section.overview.cio .overview__inner .col2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
.body-wrap .section.overview.cio .overview__inner .col2 .col h3 {
  font-size: 32px;
  line-height: 150%;
}
.body-wrap .section.overview.cio .overview__inner .col2 .col h3 span {
  font-size: 16px;
  color: #f00;
}
.body-wrap .section.overview.cio .overview__inner .col2 .col dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: 400;
  margin-top: 0;
  line-height: 160%;
}
.body-wrap .section.overview.cio .overview__inner .col2 .col dl dt {
  flex-basis: 5.5em;
  margin-bottom: 10px;
}
.body-wrap .section.overview.cio .overview__inner .col2 .col dl dd {
  flex-basis: calc(100% - 5.5em);
  margin: 0;
  margin-bottom: 10px;
  text-indent: -15px;
}
.body-wrap .section.overview.cio .overview__inner .col2 .col dl dd::before {
  content: ":";
  margin-right: 10px;
}
.body-wrap .section.overview.cio .overview__inner .col2 .col .btn {
  margin: 30px 0;
  background-color: #4795FF;
  width: 100%;
  margin-bottom: 0;
  position: relative;
}
.body-wrap .section.overview.cio .overview__inner .col2 .col .btn a {
  font-size: 16px;
  line-height: 70px;
}
.body-wrap .section.overview.cio .overview__inner .col2 .col .btn a:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("../images/icon_plus-wh.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .body-wrap .section.overview.cio .overview__inner {
    padding: 20px;
  }
  .body-wrap .section.overview.cio .overview__inner .col2 {
    display: block;
  }
}
.body-wrap .section.speakers {
  padding-top: 20px;
}
.body-wrap .section.speakers ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 40px;
  border-top: 1px solid #ccc;
  padding-top: 40px;
}
.body-wrap .section.speakers ul li {
  position: relative;
}
.body-wrap .section.speakers ul li div {
  position: relative;
}
.body-wrap .section.speakers ul li div .icon_modal {
  position: absolute;
  right: 10px;
  bottom: 15px;
  width: 28px;
  height: auto;
}
.body-wrap .section.speakers ul li img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  position: relative;
}
.body-wrap .section.speakers ul li .name {
  font-size: 18px;
  font-weight: 700;
  margin: 5px 0;
}
.body-wrap .section.speakers ul li .position {
  font-size: 13px;
  line-height: 1.4em;
}
.body-wrap .section.speakers ul a {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: 0.3s ease;
}
.body-wrap .section.speakers ul a:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .body-wrap .section.speakers ul {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
.body-wrap .section.timetable {
  padding-top: 50px;
}
.body-wrap .section.timetable .inner h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
  border-top: 1px solid #ccc;
  padding-top: 30px;
}
.body-wrap .section.timetable .inner .program-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .body-wrap .section.timetable .inner .program-wrap {
    display: block;
    border: 1px solid #bbb;
    border-radius: 16px;
    background: #fff;
    overflow: hidden;
  }
}
.body-wrap .section.timetable .inner .program-wrap .time {
  flex-basis: 40px;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  text-align: center;
}
.body-wrap .section.timetable .inner .program-wrap .time.pc_mt40 {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .body-wrap .section.timetable .inner .program-wrap .time {
    display: none;
  }
}
.body-wrap .section.timetable .inner .program-wrap .time_sp {
  display: none;
  flex-basis: 40px;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  text-align: center;
}
@media (max-width: 768px) {
  .body-wrap .section.timetable .inner .program-wrap .time_sp {
    display: block;
    padding: 10px 5px 5px;
  }
}
.body-wrap .section.timetable .inner .program-wrap .session {
  flex-basis: calc(100% - 50px);
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 4px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 70px;
}
.body-wrap .section.timetable .inner .program-wrap .session.pc_mt40 {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .body-wrap .section.timetable .inner .program-wrap .session.pc_mt40 {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .body-wrap .section.timetable .inner .program-wrap .session {
    margin-bottom: 0;
    line-height: 40px;
  }
}
.body-wrap .section.timetable .inner .program-wrap .session .col1 {
  width: 100%;
  min-height: 70px;
  text-align: center;
}
@media (max-width: 768px) {
  .body-wrap .section.timetable .inner .program-wrap .session .col1 {
    min-height: 40px;
  }
}
.body-wrap .section.timetable .inner .program-wrap .session .col2 {
  flex-basis: calc((100% - 4px) / 2);
  min-height: 70px;
  text-align: center;
}
@media (max-width: 768px) {
  .body-wrap .section.timetable .inner .program-wrap .session .col2 {
    min-height: 40px;
  }
}
.body-wrap .section.timetable .inner .program-wrap .session .col5 {
  flex-basis: calc((100% - 16px) / 5);
  min-height: 70px;
  text-align: center;
}
@media (max-width: 768px) {
  .body-wrap .section.timetable .inner .program-wrap .session .col5 {
    min-height: 40px;
  }
}
.body-wrap .section.timetable .inner .program-wrap .session .col6 {
  flex-basis: calc((100% - 20px) / 6);
  min-height: 70px;
  text-align: center;
}
@media (max-width: 768px) {
  .body-wrap .section.timetable .inner .program-wrap .session .col6 {
    min-height: 40px;
    flex-basis: calc((100% - 10px) / 3);
    margin: 2.5px 0;
  }
}
.body-wrap .section.timetable .inner .program-wrap .session .k0 {
  background-color: #D9D9D9;
  border-radius: 16px 16px 0 0;
}
@media (max-width: 768px) {
  .body-wrap .section.timetable .inner .program-wrap .session .k0 {
    border-radius: 0;
  }
}
.body-wrap .section.timetable .inner .program-wrap .session .k1, .body-wrap .section.timetable .inner .program-wrap .session .k3 {
  background-color: #003E92;
  color: #fff;
}
.body-wrap .section.timetable .inner .program-wrap .session .k2, .body-wrap .section.timetable .inner .program-wrap .session .k4 {
  background-color: #EF486C;
  color: #fff;
}
.body-wrap .section.timetable .inner .program-wrap .session .l {
  background-color: #F39700;
  color: #fff;
}
.body-wrap .section.timetable .inner .program-wrap .session .f {
  background-color: #A8C94A;
  color: #fff;
}
.body-wrap .section.timetable .inner .program-wrap .session .x {
  background-color: #8957A1;
  color: #fff;
}
.body-wrap .section.timetable .inner .program-wrap .session .s {
  background-color: #00B7EE;
  color: #fff;
}
.body-wrap .section.timetable .inner .program-wrap .session .c {
  background-color: #EB8B8E;
  color: #fff;
}
.body-wrap .section.timetable .inner .program-wrap .session .k5 {
  background-color: #D9D9D9;
  border-radius: 0 0 16px 16px;
}
@media (max-width: 768px) {
  .body-wrap .section.timetable .inner .program-wrap .session .k5 {
    border-radius: 0;
  }
}
.body-wrap .section.timetable .inner .program-wrap .session .b1 {
  background-color: #4EBF97;
  color: #fff;
  border-radius: 16px 0 0 16px;
}
@media (max-width: 768px) {
  .body-wrap .section.timetable .inner .program-wrap .session .b1 {
    border-radius: 0;
  }
}
.body-wrap .section.timetable .inner .program-wrap .session .b2 {
  background-color: #4EBF97;
  color: #fff;
  border-radius: 0 16px 16px 0;
}
@media (max-width: 768px) {
  .body-wrap .section.timetable .inner .program-wrap .session .b2 {
    border-radius: 0;
  }
}
@media (max-width: 768px) {
  .body-wrap .section.timetable .inner .program-wrap .session span {
    display: none;
  }
}
.body-wrap .section.timetable .inner .program-wrap .session a {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.body-wrap .section.timetable .inner .program-wrap .session a:hover {
  background: rgba(255, 255, 255, 0.2);
}
.body-wrap .section.timetable .inner .program-wrap .session.top .k0, .body-wrap .section.timetable .inner .program-wrap .session.top .k1, .body-wrap .section.timetable .inner .program-wrap .session.top .k2, .body-wrap .section.timetable .inner .program-wrap .session.top .l, .body-wrap .section.timetable .inner .program-wrap .session.top .s, .body-wrap .section.timetable .inner .program-wrap .session.top .x, .body-wrap .section.timetable .inner .program-wrap .session.top .f, .body-wrap .section.timetable .inner .program-wrap .session.top .b1, .body-wrap .section.timetable .inner .program-wrap .session.top .b2 {
  color: #333;
  background-color: #D6E6FC;
}
.body-wrap .section.timetable .inner .program-wrap .session.top .k1, .body-wrap .section.timetable .inner .program-wrap .session.top .k3, .body-wrap .section.timetable .inner .program-wrap .session.top .k4, .body-wrap .section.timetable .inner .program-wrap .session.top .c, .body-wrap .section.timetable .inner .program-wrap .session.top .k5 {
  color: #333;
  background-color: #B3D3FF;
}
.body-wrap .section.members {
  padding-top: 50px;
}
@media (max-width: 768px) {
  .body-wrap .section.members {
    padding: 0 20px;
  }
}
.body-wrap .section.members h2 {
  padding-top: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 40px;
  max-width: 1200px;
  margin: 0 auto 40px;
  position: relative;
}
.body-wrap .section.members h2 .note {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 14px;
  font-weight: 400;
}
.body-wrap .section.members .members__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 20px;
  background-color: #fff;
  border-radius: 8px;
  padding: 40px 50px;
}
@media (max-width: 768px) {
  .body-wrap .section.members .members__inner {
    padding: 20px;
  }
}
.body-wrap .section.members .members__inner h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
.body-wrap .section.members .members__inner ul {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px 40px;
}
.body-wrap .section.members .members__inner ul li {
  padding: 15px 0 0;
  border-top: 1px solid #d9d9d9;
}
.body-wrap .section.members .members__inner ul li p {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  vertical-align: top;
  line-height: 160%;
}
.body-wrap .section.members .members__inner ul li p:first-child {
  width: 110px;
}
.body-wrap .section.members .members__inner ul li p:nth-child(2) {
  width: 100px;
}
.body-wrap .section.members .members__inner ul li p:last-child {
  max-width: 310px;
}
.body-wrap .section.members .members__inner ul li:first-child, .body-wrap .section.members .members__inner ul li:nth-child(2) {
  padding-top: 0;
  border-top: none;
}
@media (max-width: 768px) {
  .body-wrap .section.members .members__inner ul {
    display: block;
  }
  .body-wrap .section.members .members__inner ul li {
    display: flex;
  }
  .body-wrap .section.members .members__inner ul li p:first-child {
    flex-basis: 60px;
  }
  .body-wrap .section.members .members__inner ul li p:nth-child(2) {
    flex-basis: 90px;
  }
  .body-wrap .section.members .members__inner ul li p:last-child {
    flex-basis: calc(100% - 170px);
  }
  .body-wrap .section.members .members__inner ul li:nth-child(2) {
    padding: 15px 0 0;
    border-top: 1px solid #d9d9d9;
  }
}
.body-wrap .section.sponsors {
  padding-top: 50px;
}
.body-wrap .section.sponsors h2 {
  padding-top: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 40px;
  max-width: 1200px;
  margin: 0 auto 40px;
}
.body-wrap .section.sponsors h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
.body-wrap .section.sponsors ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 40px;
}
.body-wrap .section.sponsors ul li {
  width: 100%;
  height: 120px;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #D9D9D9;
  overflow: hidden;
}
.body-wrap .section.sponsors ul li img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .body-wrap .section.sponsors ul {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .body-wrap .section.sponsors ul li {
    height: auto;
    line-height: 0;
  }
}
.body-wrap .section.sponsors .col2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .body-wrap .section.sponsors .col2 {
    display: block;
  }
}
.body-wrap .section.sponsors .col2 .col {
  flex-basis: calc((100% - 60px) / 2);
}
.body-wrap .section.sponsors .col2 .col ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.body-wrap .section.sponsors .col2 .col ul li {
  width: 100%;
  height: 150px;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #D9D9D9;
}
.body-wrap .section.sponsors .col2 .col ul li img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .body-wrap .section.sponsors .col2 .col ul {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .body-wrap .section.sponsors .col2 .col ul li {
    height: auto;
    line-height: 0;
  }
}
.body-wrap .section.sponsors .btn {
  margin: 60px auto;
}
.body-wrap .section.process {
  padding-top: 50px;
  margin-bottom: 150px;
}
.body-wrap .section.process h2 {
  padding-top: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 40px;
  max-width: 1200px;
  margin: 0 auto 40px;
}
.body-wrap .section.process ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}
.body-wrap .section.process ul li {
  flex-basis: 270px;
  height: 165px;
  border-radius: 8px;
  border: 1px solid #1245CD;
  background: #E4EBFC;
  text-align: center;
  position: relative;
}
.body-wrap .section.process ul li .step {
  font-size: 20px;
  font-weight: 500;
  color: #1245CD;
  margin-top: 25px;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.body-wrap .section.process ul li .ele {
  font-size: 18px;
  font-weight: 700;
  margin-top: 25px;
  line-height: 150%;
}
.body-wrap .section.process ul li .ele.l2 {
  margin-top: 10px;
}
.body-wrap .section.process ul li:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url("../images/arrow_flow.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
}
.body-wrap .section.process ul li:last-child:after {
  display: none;
}
@media (max-width: 768px) {
  .body-wrap .section.process ul {
    display: block;
  }
  .body-wrap .section.process ul li {
    height: 110px;
    margin-bottom: 30px;
  }
  .body-wrap .section.process ul li .step {
    margin: 20px 0 10px;
    font-size: 18px;
  }
  .body-wrap .section.process ul li .ele {
    font-size: 18px;
    margin-top: 5px;
  }
  .body-wrap .section.process ul li .ele.l2 {
    margin-top: 0;
  }
  .body-wrap .section.process ul li .ele.l2 br {
    display: none;
  }
  .body-wrap .section.process ul li:after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background: url("../images/arrow_flow.png") no-repeat center center;
    background-size: contain;
    position: absolute;
    top: auto;
    bottom: -25px;
    right: 50%;
    transform: translateX(9px);
    transform: rotate(90deg);
  }
}
.body-wrap .section.process .btn {
  margin: 60px auto;
}
@media (max-width: 768px) {
  .body-wrap .section.process .btn {
    margin: 30px auto;
  }
}
@media (max-width: 768px) {
  .body-wrap .section.process {
    margin-bottom: 50px;
  }
}
.body-wrap .section.requests {
  margin: 80px 0;
}
.body-wrap .section.requests .requests__inner {
  width: 100%;
  height: 345px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px;
  background: url("../images/bg_contact.png") no-repeat center center;
  background-size: cover;
  border-radius: 16px;
  text-align: center;
  color: #fff;
}
.body-wrap .section.requests .requests__inner h2 {
  font-size: 40px;
  margin: 0 0 40px;
}
.body-wrap .section.requests .requests__inner p {
  margin: 10px auto;
}
.body-wrap .section.requests .requests__inner .btn {
  background-color: #fff;
}
.body-wrap .section.requests .requests__inner .btn a {
  color: #1245CD;
}
.body-wrap .section.requests .requests__inner .btn a:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("../images/icon_mail_bl.png") no-repeat center center;
  background-size: contain;
  transform: translateY(10%);
  margin-right: 0.5em;
}
@media (max-width: 768px) {
  .body-wrap .section.requests .requests__inner {
    width: calc(100% - 40px);
    margin: auto;
    padding: 20px;
  }
  .body-wrap .section.requests .requests__inner h2 {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 120%;
  }
}

footer {
  background-color: #292637;
  padding: 80px 0;
}
@media (max-width: 768px) {
  footer {
    padding: 30px 0;
  }
}
footer .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
}
footer .inner .prof {
  flex-basis: 750px;
}
footer .inner .prof p {
  margin: 0;
}
footer .inner .prof img {
  margin-bottom: 30px;
}
footer .inner .prof img.fb {
  width: 30px;
  height: 30px;
}
footer .inner .prof strong {
  font-size: 15px;
}
footer .inner .prof .address {
  font-size: 12px;
}
footer .inner .prof .fb {
  width: 30px;
  height: 30px;
  margin: 10px 0 80px;
}
footer .inner .prof .fb img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  footer .inner .prof .fb {
    margin-bottom: 40px;
  }
}
footer .inner .prof .copyright {
  font-size: 11px;
  line-height: 150%;
}
footer .inner .nav {
  flex-basis: 450px;
}
footer .inner .nav ul li {
  border-bottom: 1px solid #8C8C8C;
}
footer .inner .nav ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  padding: 10px 0;
}
footer .inner .nav ul li a:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 10px;
}
footer .inner .nav ul li:last-child {
  border-bottom: none;
  text-align: right;
  padding-top: 30px;
}
footer .inner .nav ul li:last-child a {
  font-weight: 700;
  display: inline-block;
}
footer .inner .nav ul li:last-child a:after {
  display: none;
}
@media (max-width: 768px) {
  footer .inner {
    width: calc(100% - 60px);
    margin: auto;
  }
  footer .inner .prof img {
    width: 290px;
  }
}

.back_top {
  position: fixed;
  right: 20px;
  bottom: 10px;
  z-index: 100;
}
.back_top:hover {
  opacity: 0.65;
}
.back_top img {
  width: 60px;
  height: 60px;
}

#cboxOverlay {
  background: #000;
}

#cboxContent {
  background: transparent;
}

#cboxLoadedContent {
  background: #fff;
  padding: 0;
  border-radius: 8px;
}

#cboxClose {
  background: url("../images/btn_close.png") no-repeat;
  width: 40px;
  height: 40px;
  background-position: 0 0;
  background-size: contain;
  right: 20px;
  top: 20px;
  transition: 0.3s;
}
#cboxClose:hover {
  opacity: 0.6;
  background-position: 0 0;
}

.profile__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px;
}
.profile__inner .col2 {
  display: flex;
  gap: 40px;
}
.profile__inner .col2 .col_photo {
  flex-basis: 170px;
}
.profile__inner .col2 .col_photo img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.profile__inner .col2 .col_profile {
  flex-basis: calc(100% - 170px);
}
.profile__inner .col2 .col_profile .profile-title,
.profile__inner .col2 .col_profile .program-title {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #4795FF;
  font-size: 14px;
  font-style: normal;
  line-height: 150%;
  margin: 0;
}
.profile__inner .col2 .col_profile .name {
  font-size: 32px;
  font-weight: 700;
  margin: 0;
}
.profile__inner .col2 .col_profile .company {
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
}
.profile__inner .col2 .col_profile .profile_text {
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
}
.profile__inner .col2 .col_profile .program {
  margin-top: 30px;
  border-top: 1px solid #bbb;
  padding-top: 20px;
}
.profile__inner .col2 .col_profile .program .title {
  font-size: 22px;
  font-weight: 700;
  line-height: 170%;
}
.profile__inner .col2 .col_profile .program .time {
  color: #67829C;
  font-size: 15px;
  font-weight: 500;
  margin: 10px 0;
}
.profile__inner .col2 .col_profile .program .time .time-label {
  display: inline-block;
  background-color: #67829C;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 2px 10px;
  border-radius: 4px;
  margin-right: 10px;
  line-height: 150%;
}
.profile__inner .col2 .col_profile .program .time .time-label.k0, .profile__inner .col2 .col_profile .program .time .time-label.k5 {
  background-color: #D9D9D9;
  color: #333;
}
.profile__inner .col2 .col_profile .program .time .time-label.k1, .profile__inner .col2 .col_profile .program .time .time-label.k3 {
  background-color: #003E92;
}
.profile__inner .col2 .col_profile .program .time .time-label.k2, .profile__inner .col2 .col_profile .program .time .time-label.k4 {
  background-color: #EF486C;
}
.profile__inner .col2 .col_profile .program .time .time-label.l {
  background-color: #F39700;
}
.profile__inner .col2 .col_profile .program .time .time-label.f {
  background-color: #A8C94A;
}
.profile__inner .col2 .col_profile .program .time .time-label.x {
  background-color: #8957A1;
}
.profile__inner .col2 .col_profile .program .time .time-label.s {
  background-color: #00B7EE;
}
.profile__inner .col2 .col_profile .program .time .time-label.c {
  background-color: #EB8B8E;
}
.profile__inner .col2 .col_profile .program .time .time-label.b {
  background-color: #4EBF97;
}
@media (max-width: 768px) {
  .profile__inner .col2 {
    display: block;
  }
  .profile__inner .col2 .col_photo {
    text-align: center;
    margin-bottom: 20px;
  }
  .profile__inner .col2 .col_photo img {
    max-width: 150px;
  }
}

.sessions .timetable {
  padding-top: 20px !important;
}
.sessions .timetable h3 {
  border-top: none !important;
  margin-bottom: 10px !important;
}
.sessions .timetable h4 {
  margin-top: 40px;
}
.sessions .session .tab-container-wrap {
  width: 100%;
  overflow-x: auto;
}
.sessions .session ul.session-tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  width: 100%;
  min-width: 1200px;
  margin-bottom: 30px;
}
.sessions .session ul.session-tabs li {
  display: inline-block;
  cursor: pointer;
  padding: 10px 20px;
  border-bottom: 2px solid #D9D9D9;
  font-size: 16px;
  font-weight: 700;
  color: #bbb;
}
.sessions .session ul.session-tabs li.active {
  border-bottom-color: #1245CD;
  color: #1245CD;
}
.sessions .session ul.session-tabs li {
  z-index: 2;
}
.sessions .session ul.session-tabs:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #D9D9D9;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.sessions .session .session_block {
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  padding: 40px 50px;
  margin-bottom: 20px;
}
.sessions .session .session_block__inner p {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  line-height: 160%;
}
.sessions .session .session_block__inner .title {
  font-size: 22px;
  font-weight: 700;
  line-height: 170%;
  margin-bottom: 30px;
}
.sessions .session .session_block__inner .time {
  color: #67829C;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 20px;
}
.sessions .session .session_block__inner .time .time-label {
  display: inline-block;
  background-color: #67829C;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 4px;
  margin-right: 10px;
  line-height: 150%;
}
.sessions .session .session_block__inner .time .time-label.k0, .sessions .session .session_block__inner .time .time-label.k5 {
  background-color: #D9D9D9;
  color: #333;
}
.sessions .session .session_block__inner .time .time-label.k1, .sessions .session .session_block__inner .time .time-label.k3 {
  background-color: #003E92;
}
.sessions .session .session_block__inner .time .time-label.k2, .sessions .session .session_block__inner .time .time-label.k4 {
  background-color: #EF486C;
}
.sessions .session .session_block__inner .time .time-label.l {
  background-color: #F39700;
}
.sessions .session .session_block__inner .time .time-label.f {
  background-color: #A8C94A;
}
.sessions .session .session_block__inner .time .time-label.x {
  background-color: #8957A1;
}
.sessions .session .session_block__inner .time .time-label.s {
  background-color: #00B7EE;
}
.sessions .session .session_block__inner .time .time-label.c {
  background-color: #EB8B8E;
}
.sessions .session .session_block__inner .time .time-label.b {
  background-color: #4EBF97;
}
.sessions .session .session_block__inner .tag {
  margin-bottom: 20px;
}
.sessions .session .session_block__inner .tag li {
  display: inline-block;
  border-radius: 4px;
  background: #EAECED;
  color: #67829C;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 10px;
  margin-right: 10px;
  line-height: 150%;
}
.sessions .session .session_block__inner .tag li.c01 {
  background-color: #FF0000;
  color: #fff;
}
.sessions .session .session_block__inner .tag li.c02 {
  background-color: #b62e9d;
  color: #fff;
}
.sessions .session .session_block__inner .tag li.c03 {
  background-color: #50237b;
  color: #fff;
}
.sessions .session .session_block__inner .tag li.c04 {
  background-color: #263ec8;
  color: #fff;
}
.sessions .session .session_block__inner .tag li.c05 {
  background-color: #3cc4ec;
  color: #fff;
}
.sessions .session .session_block__inner .tag li.c06 {
  background-color: #50b783;
  color: #fff;
}
.sessions .session .session_block__inner .tag li.c07 {
  background-color: #76cd3a;
  color: #fff;
}
.sessions .session .session_block__inner .tag li.c08 {
  background-color: #994949;
  color: #fff;
}
.sessions .session .session_block__inner .tag li.c09 {
  background-color: #dada26;
  color: #fff;
}
.sessions .session .session_block__inner .tag li.c10 {
  background-color: #8e2525;
  color: #fff;
}
.sessions .session .session_block__inner .tag li.c11 {
  background-color: #999999;
  color: #fff;
}
.sessions .session .session_block__inner .tag li.c12 {
  background-color: #223d54;
  color: #fff;
}
.sessions .session .session_block__inner .tag li.c13 {
  background-color: #000000;
  color: #fff;
}
.sessions .session .session_block__inner .session_logo {
  position: absolute;
  top: 280px;
  right: 0;
  width: 250px;
}
.sessions .session .session_block__inner .session_logo img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .sessions .session .session_block__inner .session_logo {
    width: 100%;
    position: relative;
    top: 0;
    text-align: center;
  }
}
.sessions .session .session_block__inner ul.speaker {
  display: grid;
  grid-template-columns: 1fr 1fr;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}
.sessions .session .session_block__inner ul.speaker li {
  width: 100%;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 24px;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  padding: 16px 70px 16px 16px;
  position: relative;
}
@media (max-width: 768px) {
  .sessions .session .session_block__inner ul.speaker li {
    padding-right: 60px;
  }
  .sessions .session .session_block__inner ul.speaker li.mb {
    margin-bottom: 20px;
  }
}
.sessions .session .session_block__inner ul.speaker li .speaker-photo {
  width: 70px;
  height: 70px;
  border-radius: 8px;
  overflow: hidden;
}
.sessions .session .session_block__inner ul.speaker li .speaker-photo img {
  width: 100%;
  height: auto;
}
.sessions .session .session_block__inner ul.speaker li .speaker-info .speaker-name {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
.sessions .session .session_block__inner ul.speaker li .speaker-info .speaker-company {
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
}
.sessions .session .session_block__inner ul.speaker li .speaker-info .role {
  display: inline-block;
  font-size: 12px;
  color: #67829C;
  border: 1px solid #67829C;
  border-radius: 4px;
  margin-left: 10px;
  padding: 0 10px;
  line-height: 180%;
  transform: translateY(-2px);
}
@media (max-width: 768px) {
  .sessions .session .session_block__inner ul.speaker li .speaker-info .role {
    display: inline-block;
    margin-left: 0;
    transform: translateY(0px);
    margin-bottom: 10px;
  }
}
.sessions .session .session_block__inner ul.speaker.nophoto li:after {
  display: none;
}
.sessions .session .session_block__inner ul.speaker a {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: 0.3s ease;
  width: 100%;
  position: relative;
}
.sessions .session .session_block__inner ul.speaker a:after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background: url("../images/icon_plus.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .sessions .session .session_block__inner ul.speaker a:after {
    right: 20px;
  }
}
.sessions .session .session_block__inner ul.speaker a:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .sessions .session .session_block__inner ul.speaker {
    display: block;
  }
  .sessions .session .session_block__inner ul.speaker a {
    width: 100%;
    margin-bottom: 20px;
  }
  .sessions .session .session_block__inner ul.speaker li.nolink {
    margin-bottom: 20px;
  }
}
.sessions .session .session_block__inner .project {
  border: 1px solid #D9D9D9;
  background: #f5f5f5;
  border-radius: 8px;
  padding: 20px 40px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .sessions .session .session_block__inner .project {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .sessions .session .session_block {
    padding: 20px;
  }
}
.sessions .session .session_block .program {
  margin-top: 30px;
  border-top: 1px solid #bbb;
  padding-top: 20px;
}
.sessions .session .session_classification ul li {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .sessions .session .session_classification ul li {
    display: block;
  }
}
.sessions .session .session_classification ul li:first-child {
  margin-bottom: 20px;
}
.sessions .session .session_classification ul li .cate {
  flex-basis: 260px;
  position: relative;
}
.sessions .session .session_classification ul li .cate.first:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-top: 1px solid #aaa;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}
@media (max-width: 768px) {
  .sessions .session .session_classification ul li .cate.first:after {
    display: none;
  }
}
.sessions .session .session_classification ul li .cate span {
  margin-top: 10px;
  padding: 5px 20px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  line-height: 1.6em;
  border-radius: 20px;
  margin-bottom: 10px;
  display: inline-block;
  box-sizing: border-box;
  width: 260px;
  text-align: center;
}
.sessions .session .session_classification ul li .cate span.c1 {
  background: #003E92;
  width: 200px;
  margin-bottom: 15px;
}
.sessions .session .session_classification ul li .cate span.c2 {
  background: #EF486C;
  width: 200px;
  margin-top: 0;
  margin-bottom: 10px;
}
.sessions .session .session_classification ul li .cate span.c3 {
  background: #EB8B8E;
}
.sessions .session .session_classification ul li .cate span.c4 {
  background: #F39700;
}
.sessions .session .session_classification ul li .cate span.c5 {
  background: #A8C94A;
}
.sessions .session .session_classification ul li .cate span.c6 {
  background: #00B7EE;
}
.sessions .session .session_classification ul li .cate span.c7 {
  background: #8957A1;
}
.sessions .session .session_classification ul li .cate span.c8 {
  background: #4EBF97;
}
.sessions .session .session_classification ul li .cate span i {
  font-style: normal;
  font-size: 13px;
}
.sessions .session .session_classification ul li .tx {
  font-size: 16px;
  font-weight: 500;
  flex-basis: 70%;
  padding-left: 20px;
}
@media (max-width: 768px) {
  .sessions .session .session_classification ul li .tx {
    padding-left: 0;
  }
}
.sessions .content {
  display: none;
}
.sessions .content.show {
  display: block;
}

.sponsors .sponsor-ls {
  padding-top: 20px;
}
.sponsors .sponsor-ls h3 {
  font-size: 32px;
  font-weight: 700;
  margin: 80px 0 50px;
}
.sponsors .sponsor-ls h3 span {
  font-size: 16px;
}
.sponsors .sponsor-ls h4 {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 20px;
  margin: 40px 0;
  border-bottom: 1px solid #D9D9D9;
}
.sponsors .sponsor-ls ul {
  margin-bottom: 50px;
}
.sponsors .sponsor-ls ul li {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 768px) {
  .sponsors .sponsor-ls ul li {
    display: block;
    margin-bottom: 40px;
  }
}
.sponsors .sponsor-ls ul li .logo {
  flex-basis: 300px;
  max-width: 350px;
  margin: 10px auto;
  height: 175px;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #D9D9D9;
  overflow: hidden;
}
.sponsors .sponsor-ls ul li .logo img {
  width: 100%;
  height: auto;
  transition: 0.3s;
}
.sponsors .sponsor-ls ul li .logo img:hover {
  opacity: 0.65;
}
@media (max-width: 768px) {
  .sponsors .sponsor-ls ul li .logo {
    margin-bottom: 10px;
    height: auto;
  }
}
.sponsors .sponsor-ls ul li .info {
  flex-basis: calc(100% - 340px);
}
.sponsors .sponsor-ls ul li .info .name {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 10px;
}
.sponsors .sponsor-ls ul li .info .discription {
  font-size: 16px;
  font-weight: 500;
  line-height: 175%;
}
.sponsors .sponsor-ls ul li .info .contact {
  font-size: 16px;
  line-height: 150%;
}
.sponsors .sponsor-ls ul li .info .contact strong {
  display: block;
  line-height: 170%;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.sponsors .sponsor-ls ul li a {
  display: inline-block;
  text-decoration: none;
  transition: 0.3s ease;
  height: 100%;
  color: #1245CD;
  font-weight: 500;
  text-decoration: none;
}
.sponsors .sponsor-ls ul li a:hover {
  opacity: 0.7;
}

.process .section.flow {
  padding-top: 20px;
  margin-bottom: 80px;
}
.process .section.flow h2 {
  margin-bottom: 60px;
}
.process .section.flow .lead {
  font-size: 18px;
  font-weight: 500;
  line-height: 170%;
}
.process .section.flow ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.process .section.flow ul li {
  flex-basis: 270px;
  height: 165px;
  border-radius: 8px;
  border: 1px solid #1245CD;
  background: #E4EBFC;
  text-align: center;
  position: relative;
}
.process .section.flow ul li .step {
  font-size: 20px;
  font-weight: 500;
  color: #1245CD;
  margin-top: 25px;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.process .section.flow ul li .ele {
  font-size: 18px;
  font-weight: 700;
  margin-top: 25px;
  line-height: 150%;
}
.process .section.flow ul li .ele.l2 {
  margin-top: 10px;
}
.process .section.flow ul li:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url("../images/arrow_flow.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
}
.process .section.flow ul li:last-child:after {
  display: none;
}
@media (max-width: 768px) {
  .process .section.flow ul {
    display: block;
  }
  .process .section.flow ul li {
    height: 110px;
    margin-bottom: 30px;
  }
  .process .section.flow ul li .step {
    margin: 20px 0 10px;
    font-size: 18px;
  }
  .process .section.flow ul li .ele {
    font-size: 18px;
    margin-top: 5px;
  }
  .process .section.flow ul li .ele.l2 {
    margin-top: 0;
  }
  .process .section.flow ul li .ele.l2 br {
    display: none;
  }
  .process .section.flow ul li:after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background: url("../images/arrow_flow.png") no-repeat center center;
    background-size: contain;
    position: absolute;
    top: auto;
    bottom: -25px;
    right: 50%;
    transform: translateX(9px);
    transform: rotate(90deg);
  }
}
.process .section.flow p.center {
  margin: 50px 0 0;
  text-align: center;
  color: #1245CD;
  font-weight: 500;
}
.process .section.flow p.dl {
  height: auto;
  margin: 10px 0;
}
.process .section.flow p.dl a {
  margin: 0 auto;
  display: block;
  width: 400px;
  background-color: #4795FF;
  border-radius: 8px;
  height: 66px;
  color: #fff;
  font-size: 15px;
  line-height: 66px;
  padding: 0;
  text-decoration: none;
}
@media (max-width: 768px) {
  .process .section.flow p.dl a {
    height: 40px;
    line-height: 40px;
    max-width: 280px;
  }
}
.process .section.apply .inner {
  border-top: 1px solid #d9d9d9;
  padding-top: 20px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .process .section.apply .inner {
    margin-bottom: 20px;
    padding-top: 0;
  }
}
.process .section.apply .inner .inner_column {
  border-radius: 10px;
  border: 1px solid #BBB;
  background: #FCFCFC;
  padding: 30px;
}
@media (max-width: 768px) {
  .process .section.apply .inner .inner_column {
    padding: 20px;
  }
}
.process .section.apply .inner .inner_column .col2 {
  display: flex;
  gap: 40px;
}
@media (max-width: 768px) {
  .process .section.apply .inner .inner_column .col2 {
    display: block;
  }
}
.process .section.apply .inner .inner_column .col2 .col {
  flex-basis: calc(50% - 20px);
}
@media (max-width: 768px) {
  .process .section.apply .inner .inner_column .col2 .col {
    flex-basis: 100%;
    margin-bottom: 20px;
  }
}
.process .section.apply .inner .inner_column .col2 .col p {
  margin: 5px 0;
  font-size: 15px;
}
.process .section.apply .inner .inner_column .col2 .col strong {
  font-size: 16px;
}
.process .section.apply .inner .inner_column .col2 .col span {
  font-size: 12px;
}
.process .section.apply .inner .inner_column ol {
  list-style-position: inside;
  margin: 0 20px;
  padding: 0;
}
@media (max-width: 768px) {
  .process .section.apply .inner .inner_column ol {
    margin: 0;
  }
}
.process .section.apply .inner .inner_column ol li {
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid #d9d9d9;
  padding: 20px 0;
  padding-left: 1em;
  text-indent: -1em;
}
.process .section.apply .inner .inner_column ol li:last-child {
  border-bottom: none;
}
.process .section.apply .inner .inner_column ol li p {
  text-indent: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  margin: 20px 0;
}
.process .section.apply .inner .inner_column ol li ul li {
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  margin: 0;
}
.process .section.apply .inner .inner_column ol li ol {
  list-style-type: lower-latin;
  margin: 20px;
}
.process .section.apply .inner .inner_column ol li ol li {
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  margin: 0;
  padding: 0;
  border-bottom: none;
}
@media (max-width: 768px) {
  .process .section.apply .inner .inner_column ol li {
    padding: 10px 20px;
  }
}
.process .section.apply .inner .inner_column ol li a {
  color: #333;
  text-decoration: underline;
}
.process .section.apply .inner .inner_column ol li a:hover {
  text-decoration: none;
  color: #999;
}
.process .section.apply h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}
.process .section.apply p {
  line-height: 170%;
  font-weight: 500;
}

.contact .section {
  padding-top: 20px;
}
.contact .section h3 {
  font-size: 32px;
  margin: 100px 0 30px;
}
.contact .section h3.second {
  margin-top: 50px;
}
.contact .section dl {
  border-top: 1px solid #d9d9d9;
  display: flex;
  flex-wrap: wrap;
}
.contact .section dl dt {
  display: block;
  flex-basis: 170px;
  font-weight: 700;
  border-bottom: 1px solid #d9d9d9;
  padding: 20px;
  margin: 0;
}
.contact .section dl dd {
  display: block;
  font-size: 500;
  flex-basis: calc(100% - 170px);
  border-bottom: 1px solid #d9d9d9;
  padding: 20px;
  margin: 0;
}
.contact .section dl.qa {
  display: block;
}
.contact .section dl.qa dt {
  border: none;
  padding-bottom: 0;
}
.contact .section dl.qa dt::before {
  content: "Q";
  display: inline-block;
  margin-right: 1em;
}
.contact .section dl.qa dd {
  padding-top: 0;
}
.contact .section dl.qa dd::before {
  content: "A";
  display: inline-block;
  margin-right: 1em;
}/*# sourceMappingURL=style.css.map */