html {
  font-size: 16px;
}

body {
  font-family: "Source Sans 3", "Noto Sans TC", "Microsoft YaHei", sans-serif;
  overflow-x: hidden;
  color: #031624;
}

a {
  color: inherit;
}

.pattern {
  background: radial-gradient(circle, #01e8bc 2px, transparent 3px) -3px -3px repeat;
  background-size: 20px 20px;
}

.sec_wrap {
  margin: 0 auto;
  padding: 3rem 0;
}

@media screen and (min-width: 1440px) {
  .sec_wrap {
    max-width: 1440px;
  }
}
.fix_aside {
  position: fixed;
  z-index: 99;
  right: 16px;
  bottom: 16px;
  -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;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.fix_aside.is_active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.fix_aside .fx_item {
  position: relative;
  display: block;
  border-radius: 0.5em;
  width: 4em;
  height: 4em;
  background: #fff linear-gradient(120deg, #fff, #ddd);
  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:nth-child(n+2) {
  margin-top: 10px;
}
.fix_aside .fx_item.is_primary {
  background-image: linear-gradient(135deg, #01e8bc, #007cdd, #162a85);
  color: #fff;
}
.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.txt {
  text-align: center;
  line-height: 1.3;
}
.fix_aside .fx_item .in_wrap.ic {
  width: 100%;
  height: 100%;
  padding: 0.6em;
}
.fix_aside .fx_item .in_wrap .ic_top {
  width: 100%;
  padding-top: 100%;
  background: url("img/ui/arrow_top.png") center/contain no-repeat;
}

@-webkit-keyframes roundAni {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 1;
  }
}

@keyframes roundAni {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 1;
  }
}
@-webkit-keyframes bounsAni {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  60% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes bounsAni {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  60% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.key_visual {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#55ea83), color-stop(30%, #01e8bc), color-stop(70%, #007cdd), to(#162a85)) no-repeat;
  background: linear-gradient(90deg, #55ea83, #01e8bc 30%, #007cdd 70%, #162a85) no-repeat;
  overflow: hidden;
}
.key_visual .kv__logo {
  position: absolute;
  top: 3.7037037037%;
  left: 3.125%;
}
.key_visual .kv__logo {
  position: absolute;
  left: 6.25%;
  top: 9.2592592593%;
  z-index: 10;
  width: 33.8541666667%;
}
.key_visual .kv__logo img {
  width: 100%;
}
.key_visual .kv__wrapper {
  position: relative;
  display: block;
  margin: 0 auto;
  padding-top: min(52.0833333333%, 1080px);
}
.key_visual .kv__title {
  position: absolute;
  left: 7.5%;
  top: 0;
  z-index: 8;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding-top: 8vh;
  font-size: 1vw;
}
.key_visual .kv__title .t1 {
  color: #fff;
  font-size: min(5.2083333333em, 100px);
  font-weight: 700;
  text-shadow: 0.05em 0.05em 0.1em rgba(0, 0, 0, 0.3);
}
.key_visual .kv__title .t1 span {
  display: block;
  line-height: 1;
}
.key_visual .kv__title .t1 span:last-child {
  margin-top: 0.33em;
}
.key_visual .kv__title .date {
  margin-top: 2.25em;
  -ms-flex-item-align: start;
      align-self: flex-start;
  background: -webkit-gradient(linear, left top, right top, from(#55ea83), color-stop(30%, #01e8bc), to(rgba(1, 232, 188, 0)));
  background: linear-gradient(90deg, #55ea83, #01e8bc 30%, rgba(1, 232, 188, 0));
  color: #162a85;
  font-size: min(2.0833333333em, 40px);
  line-height: 1;
  padding: 0.7em 3em 0.8em 1em;
  border-radius: 0.2em;
}
.key_visual .kv__main {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.key_visual .kv__main img {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  display: block;
}
.key_visual .kv__main img.kvpic {
  width: 60%;
}

.g_main .sc_title {
  text-align: center;
  font-size: 2.25rem;
  margin-bottom: 1em;
}
.g_main .sc_title .tit {
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
}

:root {
  --sc_pdd: 60px;
}

.sc_intro {
  background-color: #0d2f5b;
  padding-bottom: var(--sc_pdd);
}
.sc_intro .container {
  margin-top: -2em;
  position: relative;
  max-width: 800px;
}
.sc_intro .container::after {
  content: "";
  position: absolute;
  border-radius: 2px;
  left: 25px;
  top: 10px;
  right: 5px;
  bottom: -10px;
  background: -webkit-gradient(linear, left top, right top, from(#55ea83), color-stop(#01e8bc), color-stop(#007cdd), to(#162a85));
  background: linear-gradient(90deg, #55ea83, #01e8bc, #007cdd, #162a85);
}
.sc_intro .sec_intros {
  position: relative;
  z-index: 3;
  padding: 2em 4em;
  background-color: #fff;
  border-radius: 2px;
  text-align: center;
}
.sc_intro .title {
  font-size: 1.5em;
  font-weight: 700;
  color: #0d2f5b;
}
.sc_intro .parag {
  margin-top: 0.375em;
  font-size: 1.125rem;
}
.sc_intro .parag p {
  margin-bottom: 0;
  text-align: justify;
  line-height: 1.67;
}
.sc_intro .parag p .gc {
  color: #16a939;
}
.sc_intro .parag p:nth-child(n+2) {
  margin-top: 1em;
}

.sc_model {
  background-color: #0d2f5b;
  padding-bottom: var(--sc_pdd);
}
.sc_model .sc_title {
  margin-bottom: 20px;
}
.sc_highlight {
  background: -webkit-gradient(linear, left top, right top, from(#55ea83), color-stop(#fff), color-stop(#fff), to(#01e8bc));
  background: linear-gradient(90deg, #55ea83, #fff, #fff, #01e8bc);
  overflow: hidden;
}
.sc_highlight .wrap {
  text-align: center;
  padding: 2vw;
  position: relative;
}
.sc_highlight .content {
  display: inline-block;
  position: relative;
  background: #162a85 radial-gradient(#031624, rgba(3, 22, 36, 0));
  color: #fff;
  margin: 0 auto;
  padding: 3em 6em;
}
.sc_highlight .content .tit {
  font-size: 1.5em;
  white-space: nowrap;
}
.sc_highlight .content .parag {
  width: 40em;
  text-align: justify;
  font-size: 1.25em;
  line-height: 1.67;
}
.sc_highlight .content .line {
  margin: 1rem 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#55ea83), color-stop(30%, #01e8bc), color-stop(70%, #007cdd), to(#162a85)) no-repeat;
  background: linear-gradient(90deg, #55ea83, #01e8bc 30%, #007cdd 70%, #162a85) no-repeat;
}
.sc_highlight .content::before, .sc_highlight .content::after {
  content: "";
  position: absolute;
  top: -1vw;
  width: 5em;
  height: 5em;
  background: center/contain no-repeat;
}
.sc_highlight .content::before {
  left: 1em;
  background-image: url("img/quote1.png");
}
.sc_highlight .content::after {
  right: 1em;
  background-image: url("img/quote2.png");
}

.sc_agenda {
  padding-top: var(--sc_pdd);
  padding-bottom: var(--sc_pdd);
  background: url("img/decorationL.png") left 70%/4vw no-repeat, #0d2f5b url("img/decorationR.png") right top/4vw no-repeat;
}
.sec_point .items {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.sec_point .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
  text-align: center;
  padding: 0 15px;
}
.sec_point .item .pic {
  position: relative;
  padding: 0;
}
.sec_point .item .pic .icon {
  width: 80%;
}
.sec_point .item .txt {
  margin-top: 1em;
  font-size: 1.5em;
  line-height: 1.4;
  color: #00d05f;
}

.sec_speaker {
  padding-top: var(--sc_pdd);
  padding-bottom: var(--sc_pdd);
}
.sec_speaker .sc_title {
  font-size: 1.5em;
}
.sec_speaker .items {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sec_speaker .spk_item {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 45%;
          flex: 0 1 45%;
}
.sec_speaker .spk_item .photo {
  position: relative;
  z-index: 1;
  max-width: 300px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.19);
}
.sec_speaker .spk_item img {
  max-width: 100%;
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.sec_speaker .spk_item .text {
  position: absolute;
  z-index: 2;
  border-radius: 3em;
  width: 80%;
  padding: 1.4em 2.4em 1.2em;
  font-size: 1.25em;
  background: #162a85;
}
.sec_speaker .spk_item .name {
  line-height: 1;
  color: #fff;
  font-size: 1.375em;
}
.sec_speaker .spk_item .name .en {
  padding-left: 0.33em;
}
.sec_speaker .spk_item .tit {
  margin-top: 0.5em;
  line-height: 1.1;
  color: #55ea83;
}
.sec_speaker .spk_item .tit div {
  display: inline-block;
}
.sec_speaker .spk_item:nth-child(1) .text {
  left: 230px;
  top: 1em;
  background: linear-gradient(60deg, #162a85 50%, #007cdd, #55ea83);
}
.sec_speaker .spk_item:nth-child(2) .photo {
  margin-left: auto;
}
.sec_speaker .spk_item:nth-child(2) .text {
  right: 230px;
  bottom: 1em;
  text-align: right;
  background: linear-gradient(-60deg, #162a85 50%, #007cdd, #55ea83);
}

.sc_cta {
  padding-top: var(--sc_pdd);
  padding-bottom: var(--sc_pdd);
  background: linear-gradient(120deg, #01e8bc, #162a85, #007cdd, #55ea83);
}
.sc_cta .cta {
  text-align: center;
}
.sc_cta .cta .bttn {
  position: relative;
  display: inline-block;
  margin: 0 1em;
  font-size: 1.5em;
}
.sc_cta .cta .bttn .bttn_inwrap {
  position: relative;
  z-index: 2;
  border-radius: 3em;
  padding: 1.4em 1em 1.3em;
  width: 16em;
  line-height: 1;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.19);
}
.sc_cta .cta .bttn span {
  font-weight: 700;
}
.sc_cta .cta .bttn:hover {
  text-decoration: none;
}
.sc_cta .cta .bttn:hover .bttn_inwrap {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.sc_cta .cta .bttn.btn_main .bttn_inwrap {
  background-color: #55ea83;
  color: #162a85;
}
.sc_cta .cta .bttn.btn_sup .bttn_inwrap {
  background-color: #162a85;
  color: #55ea83;
}

.sc_gift {
  position: relative;
  padding-top: var(--sc_pdd);
  padding-bottom: var(--sc_pdd);
  background: -webkit-gradient(linear, left top, right top, from(#fff9f0), color-stop(#fff), color-stop(#fff), color-stop(#fff), to(#fff9f0));
  background: linear-gradient(90deg, #fff9f0, #fff, #fff, #fff, #fff9f0);
  overflow: hidden;
}
.sc_gift .pattern {
  position: absolute;
}
.sc_gift .pattern.p1 {
  left: 0;
  bottom: 0;
  width: 25%;
  height: 120px;
}
.sc_gift .pattern.p2 {
  right: 0;
  top: 5px;
  width: 15%;
  height: 150px;
}
.sc_gift .container {
  position: relative;
  z-index: 2;
  max-width: min(1440px, 100%);
}
.sc_gift .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.gft_item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  padding: 0 15px;
}
.gft_item.gft1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 37.5%;
          flex: 0 0 37.5%;
}
.gft_item.gft1 .text {
  width: 69%;
  padding: 0 15px;
}
.gft_item.gft1 .pic {
  width: 100%;
}
.gft_item .categ_wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gft_item .categ {
  border-radius: 2px;
  padding: 0.5em 1em;
  font-size: 1rem;
  line-height: 1;
  color: #fff;
  background-color: #162a85;
}
.gft_item .count {
  margin-left: 0.5rem;
  padding: 0.4em 0.8em;
  border-radius: 1em;
  line-height: 1;
  font-size: 0.875em;
  font-weight: 400;
  border: 1px solid currentColor;
  color: #007cdd;
  background-color: #fff;
}
.gft_item .wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  border-radius: 20px;
  height: 100%;
  overflow: hidden;
  margin-top: 15px;
  padding: 0 15px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.gft_item .text {
  position: relative;
  font-size: 1.25em;
}
.gft_item .name {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.3;
  height: 2.6em;
  color: #007cdd;
}
.gft_item .detail {
  margin-top: 0.5em;
  font-size: 0.875em;
  line-height: 1.4;
  text-align: justify;
}
.gft_item .pic {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  margin: 20px auto 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -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;
}
.gft_item .pic img {
  width: 100%;
}
.gft_item .tip {
  padding: 15px 0 0;
  line-height: 1.3;
  font-size: 0.875em;
  color: #005f4b;
  text-align: center;
}

.g_footer {
  position: relative;
}
.g_footer::before {
  content: "";
  display: block;
  height: 6px;
  background: -webkit-gradient(linear, left top, right top, from(#162a85), color-stop(33%, #007cdd), color-stop(67%, #01e8bc), to(#55ea83));
  background: linear-gradient(90deg, #162a85, #007cdd 33%, #01e8bc 67%, #55ea83);
}
.g_footer .sc_company {
  position: relative;
  background-color: #fff;
  padding: 60px 0;
  overflow: hidden;
}
.g_footer .sc_company .pattern.p1 {
  position: absolute;
  left: -84px;
  bottom: -30px;
  width: 16%;
  height: 160px;
}
.g_footer .sc_company .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.g_footer .sc_company .parag_wrap {
  position: relative;
  border-radius: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 15px);
          flex: 0 0 calc(50% - 15px);
  border: 1px solid #01e8bc;
  padding: 40px 2em 30px;
}
.g_footer .sc_company .parag_wrap .parag {
  position: relative;
  z-index: 2;
  font-size: 0.875em;
}
.g_footer .sc_company .parag_wrap .parag a {
  color: #55ea83;
  text-decoration: underline;
}
.g_footer .sc_company .parag_wrap .parag a:hover {
  color: #f3e790;
}
.g_footer .sc_company .company_tit {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 3;
  padding: 0 16px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
}
.g_footer .sc_company .company_tit .ti,
.g_footer .sc_company .company_tit .nam {
  display: inline-block;
  vertical-align: middle;
}
.g_footer .sc_company .company_tit .ti {
  border-radius: 20px;
  padding: 4px 12px;
  border: 1px solid #fff;
}
.g_footer .sc_company .company_tit .nam {
  width: 150px;
}

@media (max-width: 992px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 16px;
  }
  .fix_aside {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .fix_aside .fx_item:nth-child(n+2) {
    margin-top: 0;
    margin-left: 10px;
  }
  .key_visual .kv__circle {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .key_visual .kv__circle > div {
    position: absolute;
  }
  .key_visual .kv__circle > div img {
    width: 100%;
  }
  .key_visual .kv__circle .c1 {
    width: 150%;
    left: -53%;
    top: -40%;
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
  }
  .key_visual .kv__circle .c2 {
    width: 175%;
    left: 5%;
    top: 10%;
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg);
  }
  .key_visual .kv__circle .c3 {
    width: 180%;
    left: -40%;
    top: -2%;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  .key_visual .kv__wrapper {
    padding-top: calc(50vh + 67vw);
  }
  .key_visual .kv__logo {
    left: 10%;
    width: min(180px, 15vh);
  }
  .key_visual .kv__title {
    left: 5%;
    top: 15vh;
    width: 90%;
    height: auto;
    font-size: 3.5vw;
    text-align: center;
  }
  .key_visual .kv__title .t1 {
    font-size: 2.8em;
    line-height: 1.2;
  }
  .key_visual .kv__title .t1 span {
    display: block;
  }
  .key_visual .kv__title .t1 span:last-child {
    margin-left: 0;
    margin-top: 0.2em;
    margin-bottom: 0.25em;
  }
  .key_visual .kv__title .t2 {
    font-size: 1.8em;
    width: 100%;
  }
  .key_visual .kv__title .date {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    margin-top: 2em;
    font-size: 1.25em;
  }
  .key_visual .kv__main {
    top: inherit;
    bottom: 2vh;
    right: 20%;
    width: 60%;
    height: auto;
  }
  .g_main .sc_title {
    font-size: 1.875em;
  }
  .sc_intro {
    padding-bottom: 40px;
  }
  .sc_intro .container {
    padding: 0 30px;
  }
  .sc_intro .container::after {
    content: "";
    position: absolute;
    border-radius: 2px;
    left: 40px;
    top: 10px;
    right: 20px;
    bottom: -10px;
  }
  .sc_intro .sec_intros {
    padding: 2em;
    line-height: 1.3;
  }
  .sc_intro .parag p {
    font-size: 1.125rem;
    text-align: justify;
  }
  .sc_intro .pic {
    max-width: 100%;
  }
  .sc_model .container {
    padding: 0;
  }
  .sc_highlight .content {
    padding: 6em 3em;
  }
  .sc_highlight .content .parag {
    width: auto;
  }
  .sc_highlight .content .tit {
    font-size: 1.375em;
    white-space: inherit;
  }
  .sc_highlight .content .parag {
    font-size: 1em;
  }
  .sc_highlight .content::before, .sc_highlight .content::after {
    content: "";
    position: absolute;
    top: 1em;
    width: 4em;
    height: 4em;
  }
  .sc_highlight .content::before {
    left: 1em;
  }
  .sc_highlight .content::after {
    top: initial;
    bottom: 1em;
    right: 1em;
  }
  .sc_agenda {
    background: url("img/decorationL.png") left 70%/10vw no-repeat, #0d2f5b url("img/decorationR.png") right top/10vw no-repeat;
  }
  .sec_point .item .pic .icon {
    width: 50%;
  }
  .sec_point .item .txt {
    margin-top: 1.5em;
    font-size: 1.25em;
  }
  .sec_speaker .items {
    display: block;
  }
  .sec_speaker .spk_item {
    max-width: 320px;
    margin: 0 auto 30px;
  }
  .sec_speaker .spk_item .photo {
    max-width: 250px;
    margin: 0 auto 15px;
  }
  .sec_speaker .spk_item .text {
    position: static;
    width: 100%;
    font-size: 1em;
    padding: 1.2em 1em 1em;
    text-align: center;
  }
  .sec_speaker .spk_item .name {
    font-size: 1.2em;
  }
  .sec_speaker .spk_item:last-child {
    margin-bottom: 0;
  }
  .sec_speaker .spk_item:last-child .photo {
    margin-right: auto;
  }
  .sec_speaker .spk_item:last-child .text {
    text-align: center;
  }
  .sc_cta {
    padding-left: 30px;
    padding-right: 30px;
    background: linear-gradient(-15deg, #01e8bc, #007cdd, #00d05f);
  }
  .sc_cta .cta .bttn {
    display: block;
    margin: 0;
    font-size: 1.25em;
  }
  .sc_cta .cta .bttn .bttn_inwrap {
    width: 100%;
  }
  .sc_cta .cta .bttn:last-child {
    margin-top: 1.25em;
  }
  .sc_gift .pattern {
    position: absolute;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  .sc_gift .pattern.p1 {
    left: -36px;
    bottom: -36px;
    width: 50%;
    height: 160px;
  }
  .sc_gift .pattern.p2 {
    right: -40px;
    top: -70px;
    width: 40%;
    height: 200px;
  }
  .gft_item.gft1 .text {
    width: 100%;
    padding: 0;
  }
  .gft_item.gft2 {
    margin: 30px 0;
    padding: 30px 15px;
    border: 1px solid #01e8bc;
    border-width: 1px 0;
  }
  .gft_item .name {
    font-size: 1.2em;
    height: auto;
  }
  .gft_item .name span {
    display: inline-block;
  }
  .gft_item:last-child {
    margin-bottom: 0;
  }
  .g_footer .sc_company .pattern.p1,
  .g_footer .sc_logos .pattern.p1 {
    width: 38%;
    height: 118px;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  .g_footer .sc_company {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 100px;
  }
  .g_footer .sc_company .pattern.p1 {
    bottom: -34px;
  }
  .g_footer .sc_company .container {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .g_footer .sc_company .parag_wrap {
    padding: 40px 30px 30px;
  }
  .g_footer .sc_company .parag_wrap + .parag_wrap {
    margin-top: 40px;
  }
  .g_footer .sc_company .company_tit {
    -webkit-transform: translate(-50%, -65%);
            transform: translate(-50%, -65%);
  }
  .g_footer .sc_company .company_tit .nam {
    position: relative;
    top: 10px;
  }
}