html {
  font-size: 16px;
}

body {
  font-family: "Tahoma", "Ubuntu", "Noto Sans TC", sans-serif;
  overflow-x: hidden;
  color: #031624;
}

a {
  color: inherit;
}

.pattern {
  background: radial-gradient(circle, #2ff0c4 3px, transparent 4px) -3px -3px repeat;
  background-size: 32px 32px;
}

.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, #2ff0c4, #0b34d4, #271e88);
  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;
  }
  15% {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
    opacity: 0;
  }
  45% {
    -webkit-transform: rotate(-240deg);
            transform: rotate(-240deg);
    opacity: 0;
  }
  90% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
    opacity: 1;
  }
}

@keyframes roundAni {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 1;
  }
  15% {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
    opacity: 0;
  }
  45% {
    -webkit-transform: rotate(-240deg);
            transform: rotate(-240deg);
    opacity: 0;
  }
  90% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
    opacity: 1;
  }
}
.key_visual {
  background: #302ff0 url(img/kv/bg.jpg) center/cover no-repeat;
  background-size: cover;
  background-position: 70%;
  overflow: hidden;
}
.key_visual .kv__wrapper {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 1920px;
  padding-top: min(46.875%, 1080px);
}
.key_visual .kv__wrapper .kv__title {
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
.key_visual .kv__wrapper:hover .kv__title {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}
.key_visual .kv__logo {
  position: absolute;
  left: 11%;
  top: 0;
  z-index: 10;
  width: 15%;
}
.key_visual .kv__title {
  position: absolute;
  left: 12.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%;
  font-size: 1vw;
}
.key_visual .kv__title .t1 {
  color: #fff;
  font-size: min(6.875em, 132px);
  font-weight: 700;
}
.key_visual .kv__title .t2 {
  color: #93ea20;
  font-size: min(2.7083333333em, 52px);
  line-height: 1.3;
  width: calc(100% - 4em);
}
.key_visual .kv__title .date {
  margin-top: 2em;
  -ms-flex-item-align: start;
      align-self: flex-start;
  background-color: #2ff0c4;
  color: #271e88;
  -webkit-box-shadow: 0 0.2vw 1vw 0 rgba(39, 30, 136, 0.7);
          box-shadow: 0 0.2vw 1vw 0 rgba(39, 30, 136, 0.7);
  font-size: min(1.71875em, 33px);
  line-height: 1;
  padding: 0.8em 1.3em 0.9em;
  border-radius: 0.9em;
}
.key_visual .kv__main {
  position: absolute;
  left: 34.8958333333%;
  top: 0;
  max-width: 1420px;
  width: 73.9583333333%;
  height: 100%;
}
.key_visual .kv__main .round {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 62.7464788732%;
  border-radius: 50%;
}
.key_visual .kv__main .round.bg {
  z-index: 4;
}
.key_visual .kv__main .round.frame {
  z-index: 12;
}
.key_visual .kv__main .round .inner {
  padding-top: 100%;
  background: center/cover no-repeat;
}
.key_visual .kv__main .round.frame .inner {
  -webkit-animation: roundAni 4s ease-out infinite forwards;
          animation: roundAni 4s ease-out infinite forwards;
}
.key_visual .kv__main .r1 {
  color: red;
  -webkit-transform: translate(-80%, -76.5%);
          transform: translate(-80%, -76.5%);
}
.key_visual .kv__main .r1.bg .inner {
  background-image: url(img/kv/circle1.svg);
}
.key_visual .kv__main .r1.frame .inner {
  background-image: url(img/kv/frame1.svg);
}
.key_visual .kv__main .r2 {
  color: yellow;
  -webkit-transform: translate(-19%, -76.5%);
          transform: translate(-19%, -76.5%);
}
.key_visual .kv__main .r2.bg .inner {
  background-image: url(img/kv/circle2.svg);
}
.key_visual .kv__main .r2.frame .inner {
  background-image: url(img/kv/frame2.svg);
}
.key_visual .kv__main .r3 {
  color: blue;
  -webkit-transform: translate(-48.9%, -23.7%);
          transform: translate(-48.9%, -23.7%);
}
.key_visual .kv__main .r3.bg .inner {
  background-image: url(img/kv/circle3.svg);
}
.key_visual .kv__main .r3.frame .inner {
  background-image: url(img/kv/frame3.svg);
}
.key_visual .kv__main .main {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 8;
  width: 100%;
  height: 100%;
  background: url(img/kv/shield.svg) center/cover no-repeat;
}

.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;
}

:root {
  --sc_pdd: 60px;
}

.sc_intro {
  padding-top: var(--sc_pdd);
  padding-bottom: var(--sc_pdd);
  background-color: #fff;
}
.sc_intro .sec_cnts {
  margin: 0 auto;
}
.sc_intro .parag {
  max-width: 46em;
  font-size: 1.375rem;
  margin: 0 auto;
}
.sc_intro .parag p {
  margin-bottom: 0;
  text-align: justify;
  line-height: 1.8;
}
.sc_intro .parag p .gc {
  color: #16a939;
}
.sc_intro .parag p:nth-child(n+2) {
  margin-top: 1em;
}
.sc_intro .pic {
  margin: 0 auto;
  max-width: 80%;
}

.sc_part1 {
  padding-bottom: var(--sc_pdd);
}
.sc_part1 .sc_title strong {
  color: #0b34d4;
}
.sc_part1 .items {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.sc_part1 .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  text-align: center;
  padding: 0 15px;
}
.sc_part1 .item .pic {
  position: relative;
  padding: 25% 10%;
  background: url(img/icons/dots.png) center/contain no-repeat;
}
.sc_part1 .item .pic .icon {
  width: 50%;
}
.sc_part1 .item .txt {
  margin-top: 1em;
  font-size: 1.5em;
  line-height: 1.4;
}

.sc_part2 {
  position: relative;
  background: #302ff0 url(img/kv/bg.jpg) center/cover no-repeat;
  overflow: hidden;
}
.sc_part2::before, .sc_part2::after {
  content: "";
  position: absolute;
  z-index: 2;
}
.sc_part2::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#0b34d4), to(rgba(11, 52, 212, 0)));
  background: linear-gradient(180deg, #0b34d4, rgba(11, 52, 212, 0));
}
.sc_part2 .container {
  position: relative;
  z-index: 4;
  max-width: 1440px;
  padding: 0;
  height: min(120vw, 960px);
  background: url(img/kv/main.svg) center 32%/cover no-repeat;
}
.sc_part2 .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(var(--sc_pdd) * 2);
  background: radial-gradient(farthest-side at center top, #0b34d4, rgba(11, 52, 212, 0));
}
.sc_part2 .container .sec_cnts {
  position: relative;
  z-index: 3;
  padding-top: var(--sc_pdd);
  padding-bottom: var(--sc_pdd);
  height: 100%;
}
.sc_part2 .sc_title {
  color: #fff;
  margin-bottom: 40px;
}
.sc_part2 .sc_title strong {
  color: #93ea20;
}
.sc_part2 .items {
  height: 100%;
}
.sc_part2 .item {
  position: absolute;
  width: 32%;
}
.sc_part2 .item.it1 {
  margin-top: 30px;
  left: 40px;
}
.sc_part2 .item.it2 {
  margin-top: 30px;
  right: 40px;
}
.sc_part2 .item.it3 {
  left: 29%;
  width: 42%;
  bottom: 60px;
}
.sc_part2 .item .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  text-align: center;
  font-size: 1.375em;
  line-height: 1.4;
  color: #fff;
}
.sc_part2 .item .txt .t {
  font-size: 1.3em;
  font-weight: 700;
}
.sc_part2 .item .txt .t span {
  color: #2ff9ee;
}
.sc_part2 .item .txt .p {
  margin-top: 0.6em;
  padding: 0 1em;
}

.sc_speaker {
  padding-top: var(--sc_pdd);
  padding-bottom: var(--sc_pdd);
}
.sc_speaker .sc_title {
  color: #0b34d4;
}
.sc_speaker .items {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sc_speaker .spk_item {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 400px;
          flex: 0 1 400px;
  padding: 20px 30px 0;
}
.sc_speaker .spk_item::before {
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  background: url(img/icons/dots.png) center/cover;
  z-index: 1;
}
.sc_speaker .spk_item:nth-child(1)::before {
  top: 0;
  left: -20px;
}
.sc_speaker .spk_item:nth-child(2)::before {
  top: 135px;
  right: -20px;
}
.sc_speaker .spk_item .photo {
  position: relative;
  z-index: 3;
  max-width: 340px;
  margin: 0 auto 10px;
  border-radius: 34px;
  overflow: hidden;
}
.sc_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);
}
.sc_speaker .spk_item .job {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 1.25em;
  padding: 0.4em 1em 0.5em;
  color: #fff;
  border-start-start-radius: 1em;
  background-color: #0b34d4;
  text-align: center;
}
.sc_speaker .spk_item .text {
  width: 100%;
  padding: 0.75em 0 0;
  text-align: center;
  font-size: 1.375em;
}
.sc_speaker .spk_item .name {
  line-height: 1;
  color: #0b34d4;
  font-size: 1.3em;
  font-weight: 700;
}
.sc_speaker .spk_item .name .en {
  padding-left: 0.5em;
}
.sc_speaker .spk_item .tit {
  margin-top: 0.5em;
  line-height: 1.3;
}

.sc_cta {
  padding-top: var(--sc_pdd);
  padding-bottom: var(--sc_pdd);
  background: linear-gradient(120deg, #271e88, #0b34d4 50%, #2ff0c4, #0b34d4);
}
.sc_cta .cta {
  text-align: center;
}
.sc_cta .cta .bttn {
  position: relative;
  display: inline-block;
  margin: 0 1em;
  font-size: 1.75em;
}
.sc_cta .cta .bttn .bttn_inwrap {
  position: relative;
  z-index: 2;
  border-radius: 3em;
  padding: 1.2em 0.5em 1.3em;
  width: 15em;
  line-height: 1;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
}
.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: #93ea20;
  color: #005f4b;
}
.sc_cta .cta .bttn.btn_sup .bttn_inwrap {
  background-color: #002d33;
  color: #93ea20;
}

.sc_gift {
  position: relative;
  padding-top: var(--sc_pdd);
  padding-bottom: var(--sc_pdd);
  overflow: hidden;
}
.sc_gift .pattern {
  position: absolute;
}
.sc_gift .pattern.p1 {
  left: 0;
  bottom: 0;
  width: 33%;
  height: 120px;
}
.sc_gift .pattern.p2 {
  right: 0;
  top: 5px;
  width: 20%;
  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 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  padding: 0 10px;
}
.gft_item .wrapper {
  position: relative;
  border-radius: 30px;
  height: 100%;
  overflow: hidden;
  padding: 53px 30px 20px;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.19);
  background-color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.gft_item .categ {
  position: absolute;
  left: 0;
  top: 0;
  border-end-end-radius: 30px;
  padding: 15px 30px;
  background: -webkit-gradient(linear, left top, right top, from(#271e88), color-stop(#0b34d4), to(#4aafff));
  background: linear-gradient(90deg, #271e88, #0b34d4, #4aafff);
  font-size: 18px;
  line-height: 1;
  color: #fff;
}
.gft_item .categ .c {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.7em;
  padding: 0.4em 1em;
  border-radius: 1em;
  line-height: 1;
  font-size: 0.75em;
  font-weight: 400;
  border: 1px solid currentColor;
  color: #fff;
  margin-top: -0.2em;
}
.gft_item .text {
  position: relative;
  padding-top: 15px;
  font-size: 1.25em;
}
.gft_item .name {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.3;
  height: 2.6em;
  color: #0b34d4;
  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 .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 .logo_items {
  font-size: 0;
  text-align: center;
}
.g_footer .logo_items .logo {
  display: inline-block;
}
.g_footer .logo_items .logo a {
  padding: 20px 30px;
  display: block;
  text-align: center;
}
.g_footer .logo_items .logo img {
  width: 200px;
}
.g_footer .sc_company {
  position: relative;
  background: linear-gradient(120deg, #271e88, #0b34d4 33%, #0b34d4 67%, #2ff9ee);
  padding: 80px 0;
  overflow: hidden;
}
.g_footer .sc_company .pattern.p1 {
  position: absolute;
  left: -44px;
  bottom: -30px;
  width: 20%;
  height: 160px;
}
.g_footer .sc_company .container {
  position: relative;
  padding-left: 7%;
  padding-right: 7%;
}
.g_footer .sc_company .parag_wrap {
  position: relative;
  border-radius: 20px;
  border: 1px solid #fff;
  padding: 45px 60px;
  background: #0b34d4;
}
.g_footer .sc_company .parag_wrap::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  right: -8px;
  bottom: -8px;
  z-index: 1;
  border-radius: 12px 16px 24px 16px;
  border: 1px solid #2ff9ee;
}
.g_footer .sc_company .parag_wrap .parag {
  position: relative;
  z-index: 2;
  color: #fff;
}
.g_footer .sc_company .parag_wrap .parag a {
  color: #2ff9ee;
  text-decoration: underline;
}
.g_footer .sc_company .parag_wrap .parag a:hover {
  color: #f4e891;
}
.g_footer .sc_company .company_tit {
  position: absolute;
  left: 50%;
  top: 4px;
  z-index: 3;
  padding: 0 10px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #0b34d4;
}
.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;
  color: #fff;
}
.g_footer .sc_company .company_tit .nam {
  margin-left: 6px;
  width: 200px;
}
.g_footer .sc_logos {
  position: relative;
  overflow: hidden;
  background: linear-gradient(120deg, #271e88, #0b34d4);
}
.g_footer .sc_logos .pattern.p1 {
  position: absolute;
  left: -44px;
  top: -42px;
  width: 20%;
  height: 160px;
  background: radial-gradient(circle, #fff 3px, transparent 4px) -8px -9px/27px 27px repeat;
}
.g_footer .sc_logos .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.25em;
  text-align: center;
  padding: 3em 0;
}
.g_footer .sc_logos .item {
  display: block;
  height: 36px;
}
.g_footer .sc_logos .item.i3 {
  height: 48px;
}
.g_footer .sc_logos .item img {
  height: 100%;
}
.g_footer .sc_logos .between {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  width: 1px;
  margin: 0 50px;
  background-color: #fff;
}

.modal-content {
  border-width: 0;
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.19);
}

.modal-header .modal_t {
  position: relative;
}
.modal-header button.close {
  font-size: 2rem;
  line-height: 1;
  color: #000;
  opacity: 1;
}

.modal-body {
  padding: 0 3rem 2rem;
  font-size: 1.125rem;
}

@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__wrapper {
    padding-top: calc(50vh + 50vw);
  }
  .key_visual .kv__logo {
    left: 10%;
    width: min(180px, 15vh);
  }
  .key_visual .kv__title {
    left: 10%;
    top: 10vh;
    width: 80%;
    height: auto;
    font-size: 4.6vw;
    text-align: center;
  }
  .key_visual .kv__title .t1 {
    font-size: 15vw;
    white-space: nowrap;
  }
  .key_visual .kv__title .t2 {
    font-size: 1.5em;
    width: 100%;
  }
  .key_visual .kv__title .date {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    margin-top: 1.25em;
    font-size: 1em;
  }
  .key_visual .kv__main {
    left: 0;
    top: 30%;
    width: 100%;
    background: url(img/kv/main.svg) center/cover no-repeat;
  }
  .key_visual .kv__main > div {
    display: none;
  }
  .g_main .sc_title {
    font-size: 1.875em;
  }
  .sc_intro {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .sc_intro .parag {
    padding: 0 1rem;
  }
  .sc_intro .parag p {
    font-size: 1.125rem;
    text-align: left;
  }
  .sc_intro .pic {
    max-width: 100%;
  }
  .sc_part1 .sc_title strong {
    display: block;
  }
  .sc_part1 .item {
    margin-bottom: 40px;
  }
  .sc_part1 .item:last-child {
    margin-bottom: 0;
  }
  .sc_part1 .item .pic {
    width: 60%;
    padding: 10% 10%;
    margin: 0 auto;
  }
  .sc_part1 .item .pic .icon {
    width: 60%;
  }
  .sc_part1 .item .txt {
    margin-top: 15px;
    display: inline-block;
    max-width: 12em;
    font-size: 1.25em;
  }
  .sc_part2 .container {
    height: auto;
    padding-bottom: 67vw;
    background: url(img/kv/main.svg) center 120%/120vw no-repeat;
  }
  .sc_part2 .sc_title strong {
    display: block;
  }
  .sc_part2 .item {
    position: static;
    width: 100%;
    text-align: center;
  }
  .sc_part2 .item.it3 {
    margin-top: 40px;
    width: 100%;
  }
  .sc_part2 .item .pic .icon {
    width: 160px;
  }
  .sc_part2 .item .txt {
    padding-left: 0;
    font-size: 1.125em;
  }
  .sc_speaker .spk_item {
    max-width: 300px;
    margin: 0 auto;
  }
  .sc_speaker .spk_item .photo {
    max-width: 240px;
  }
  .sc_speaker .spk_item:nth-child(2)::before {
    top: 35px;
  }
  .sc_cta {
    padding-left: 30px;
    padding-right: 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(#271e88), color-stop(#0b34d4), to(#2ff0c4));
    background: linear-gradient(180deg, #271e88, #0b34d4, #2ff0c4);
  }
  .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 {
    margin-bottom: 30px;
  }
  .gft_item .name {
    font-size: 1.2em;
  }
  .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 {
    background: linear-gradient(150deg, #0b34d4 33%, #0b34d4 67%, #2ff9ee);
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 100px;
  }
  .g_footer .sc_company .pattern.p1 {
    bottom: -34px;
  }
  .g_footer .sc_company .container {
    padding-left: 0;
    padding-right: 0;
  }
  .g_footer .sc_company .parag_wrap {
    padding: 45px 30px 30px;
  }
  .g_footer .sc_company .parag_wrap::after {
    left: 6px;
    top: 6px;
    right: 6px;
  }
  .g_footer .sc_company .company_tit {
    -webkit-transform: translate(-50%, -65%);
            transform: translate(-50%, -65%);
  }
  .g_footer .sc_company .company_tit .nam {
    margin-left: 0;
    margin-top: 10px;
  }
  .g_footer .sc_logos .logos {
    display: block;
    padding: 60px 0;
  }
  .g_footer .sc_logos .logos .between {
    margin: 20px auto;
    width: 100%;
    height: 1px;
    background-color: transparent;
  }
  .modal-header {
    padding-left: 1.5rem;
  }
  .modal-body {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}