#jphacks2020 *, #jphacks2020 *::before, #jphacks2020 *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

.animated {
  opacity: 0;
}
.animated.-end {
  opacity: 1;
}
.animated.delay-3ms {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.animated.delay-6ms {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.animated.delay-9ms {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.-fit {
  width: 100%;
  height: auto;
}

.-link {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.-link:hover {
  opacity: 0.7;
}

.jphacks2020 #Contents {
  min-width: 0;
}

#jphacks2020 {
  color: #333333;
  font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1rem;
  line-height: 1;
}
#jphacks2020 .-note, #jphacks2020 sup {
  font-size: 81.3%;
}
#jphacks2020 rt {
  font-size: 0.625em;
}
#jphacks2020 .visual {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -ms-flex-line-pack: center;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
      align-content: center;
          align-items: center;
          justify-content: flex-end;
  height: 580px;
  background: center/cover no-repeat url("../images/img-mv_01.jpg");
}
#jphacks2020 .visual-title {
  position: relative;
  width: 100%;
  max-width: 1100px;
  height: 290px;
  color: #ffffff;
  text-align: center;
}
#jphacks2020 .visual-title__background {
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, color-stop(60%, #0c2b3a), to(transparent));
  background: -webkit-linear-gradient(right, #0c2b3a 60%, transparent);
  background: linear-gradient(to left, #0c2b3a 60%, transparent);
  opacity: 0.5;
}
#jphacks2020 .visual-title__text {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -ms-flex-line-pack: center;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
      flex-wrap: wrap;
      align-content: center;
          align-items: center;
          justify-content: flex-end;
  width: 100%;
  height: 100%;
}
#jphacks2020 .visual-title__text-container {
  margin-right: 102px;
}
#jphacks2020 .visual-title__text-heading {
  margin-bottom: 37px;
  font-size: 2.5em;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4em;
}
#jphacks2020 .visual-title__text-heading--before {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -ms-flex-line-pack: center;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
      align-content: center;
          align-items: center;
          justify-content: center;
  font-size: 0.6em;
  font-weight: 700;
  line-height: 1.6666666667em;
}
#jphacks2020 .visual-title__text-heading--before::before, #jphacks2020 .visual-title__text-heading--before::after {
  width: 34px;
  margin: 0 15px;
  border-top: 4px solid #ffffff;
  content: "";
}
#jphacks2020 > .read {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -ms-flex-line-pack: center;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
      align-content: center;
          align-items: center;
          justify-content: center;
  min-height: 580px;
  padding: 5.3333333333% 0;
  background: center/cover no-repeat url("../images/img-bg_01.jpg");
}
#jphacks2020 > .read .read-text {
  width: 92%;
  max-width: 960px;
  min-height: 390px;
}
#jphacks2020 > .read .read-text__frame {
  position: relative;
  width: 100%;
  height: 100%;
}
#jphacks2020 > .read .read-text__frame::before, #jphacks2020 > .read .read-text__frame::after {
  position: absolute;
  width: 132px;
  height: 132px;
  border-width: 0;
  border-style: solid;
  border-color: #ffffff;
  content: "";
}
#jphacks2020 > .read .read-text__frame::before {
  bottom: 0;
  left: 0;
  border-bottom-width: 1px;
  border-left-width: 1px;
}
#jphacks2020 > .read .read-text__frame::after {
  top: 0;
  right: 0;
  border-top-width: 1px;
  border-right-width: 1px;
}
#jphacks2020 > .read .read-text__container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -ms-flex-line-pack: center;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
      align-content: center;
          align-items: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
#jphacks2020 > .read .read-text__container--text {
  padding: 6.4935064935% 6.25%;
  color: #ffffff;
  line-height: 2.25em;
}
#jphacks2020 > .read .read-text__container--text .-note {
  margin-top: 1em;
}
#jphacks2020 > .read .read-text__container--text .-note + p {
  margin-top: 3em;
}
#jphacks2020 .introduction {
  position: relative;
  margin-bottom: 80px;
  padding-top: 50px;
  /*
  &::before {
    height: 140px;
    width: 10px;
    content: '';
    position: absolute;
    display: block;
    background: linear-gradient(to bottom, $separate-top-color 50%, $separate-bottom-color 50% 100%);
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    @include mediaquery() {
      height: px2vw(140);
      width: px2vw(10);
    }
  }
  */
}
#jphacks2020 .introduction-heading__container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -ms-flex-line-pack: center;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
      flex-wrap: wrap;
      align-content: center;
          align-items: center;
          justify-content: center;
  width: 90.9333333333%;
  max-width: 798px;
  height: 117px;
  margin: 0 auto;
  background: left center/auto 100% no-repeat url("../images/img-deco_01.png"), right center/auto 100% no-repeat url("../images/img-deco_02.png");
  text-align: center;
}
#jphacks2020 .introduction-heading__container::after {
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 82.6666666667%;
  max-width: 704px;
  height: 5px;
          transform: translateX(-50%);
  background: -webkit-gradient(linear, left top, right top, from(#d99f00), color-stop(#f9eac0), to(#d99f00));
  background: -webkit-linear-gradient(left, #d99f00, #f9eac0, #d99f00);
  background: linear-gradient(to right, #d99f00, #f9eac0, #d99f00);
  content: "";
}
#jphacks2020 .introduction-heading__container--text {
  color: #08283b;
  font-size: 1.875em;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.2em;
}
#jphacks2020 .introduction-award {
  margin-top: 52px;
}
#jphacks2020 .introduction-award__flex-container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
  -ms-flex-line-pack: center;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
      align-content: center;
          align-items: stretch;
          justify-content: space-between;
  width: 96.4824120603%;
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}
#jphacks2020 .introduction-award__frame-parent {
  width: 47.2222222222%;
  max-width: 425px;
  height: 100%;
  background: -webkit-linear-gradient(315deg, transparent 14px, #008984 15px, transparent 16px), -webkit-linear-gradient(135deg, transparent 14px, #008984 15px, transparent 16px);
  background: linear-gradient(135deg, transparent 14px, #008984 15px, transparent 16px), linear-gradient(315deg, transparent 14px, #008984 15px, transparent 16px);
  background-position: top left, bottom right;
  background-repeat: no-repeat;
  background-size: 50% 50%;
}
#jphacks2020 .introduction-award__frame-parent::before, #jphacks2020 .introduction-award__frame-parent::after {
  display: block;
  width: auto;
  content: "";
}
#jphacks2020 .introduction-award__frame-parent::before {
  margin: 0 0 0 20px;
  border-top: solid 1px #008984;
}
#jphacks2020 .introduction-award__frame-parent::after {
  margin: 0 20px 0 0;
  border-bottom: solid 1px #008984;
}
#jphacks2020 .introduction-award__frame-child {
  /*height: 100%;*/
  position: relative;
  margin: 20px 0;
  padding: 7px 0 0;
  border-right: solid 1px #008984;
  border-left: solid 1px #008984;
}
#jphacks2020 .introduction-award__frame-child::before, #jphacks2020 .introduction-award__frame-child::after {
  display: block;
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: #008984;
  content: "";
}
#jphacks2020 .introduction-award__frame-child::before {
  top: -20px;
  right: -1px;
}
#jphacks2020 .introduction-award__frame-child::after {
  bottom: -20px;
  left: -1px;
}
#jphacks2020 .introduction-award .award-name {
  margin-bottom: 22px;
  color: #008984;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1;
}
#jphacks2020 .introduction-award .team-name {
  width: 91.7647058824%;
  max-width: 390px;
  margin: 0 auto;
  padding-bottom: 23px;
  border-bottom: 1px solid #7d7d7d;
  color: #08283b;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1;
}
#jphacks2020 .introduction-award .label {
  margin-top: 12px;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1;
}
#jphacks2020 .introduction-award .product {
  margin-top: 14px;
  margin-bottom: 20px;
}
#jphacks2020 .introduction-award .product a {
  color: #003465;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1;
  text-decoration: underline;
}
#jphacks2020 .introduction-award .capture {
  width: 91.7647058824%;
  max-width: 390px;
  margin: 0 auto;
}
#jphacks2020 .introduction-award .member {
  margin-top: 14px;
  color: #003465;
  line-height: 1.875em;
}
#jphacks2020 .talk {
  position: relative;
  padding-top: 100px;
  padding-bottom: 140px;
  background: center/cover no-repeat url("../images/img-bg_02.jpg");
  /*
  &::before {
    height: 140px;
    width: 10px;
    content: '';
    position: absolute;
    display: block;
    background: linear-gradient(to bottom, $separate-top-color 50%, $separate-bottom-color 50% 100%);
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    @include mediaquery() {
      top: 0;
      height: px2vw(140);
      width: px2vw(10);
    }
  }
  */
}
#jphacks2020 .talk-read {
  color: #ffffff;
  text-align: center;
}
#jphacks2020 .talk-read__heading {
  margin-bottom: 60px;
  background: none;
  font-size: 1.875em;
  font-weight: 700;
  line-height: 1;
}
#jphacks2020 .talk-read__read {
  width: 82.1333333333%;
  margin: 0 auto;
}
#jphacks2020 .talk-index {
  width: 91.4893617021%;
  max-width: 860px;
  margin: 100px auto 0;
  counter-reset: number;
}
#jphacks2020 .talk-index__contents {
  display: block;
  position: relative;
  padding: 20px 50px;
  border: 1px solid #ffffff;
  color: #ffffff;
  text-decoration: none;
}
#jphacks2020 .talk-index__contents::before {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -ms-flex-line-pack: center;
  -ms-flex-wrap: wrap;
  -webkit-transform: translate(-50%, 50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
      flex-wrap: wrap;
      align-content: center;
          align-items: center;
          justify-content: center;
  width: 52px;
  height: 52px;
          transform: translate(-50%, 50%);
  border: 1px solid #ffffff;
  background-color: #008984;
  content: counter(number);
  counter-increment: number;
}
#jphacks2020 .talk-index__contents + .talk-index__contents {
  margin-top: 23px;
}
#jphacks2020 .talk-index__contents-sub {
  font-size: 1.1875em;
  font-weight: 700;
}
#jphacks2020 .talk-index__contents-text {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -ms-flex-line-pack: center;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
      align-content: center;
          align-items: center;
          justify-content: flex-start;
  margin-top: 0.75em;
}
#jphacks2020 .talk-index__contents-text::before {
  width: 38px;
  margin-right: 9px;
  border-top: 1px solid #ffffff;
  content: "";
}
#jphacks2020 .talk-chara {
  width: 950px;
  margin: 75px auto 0;
  padding-left: 30px;
  background: left center/auto no-repeat url("../images/img-shape_01.png");
}
#jphacks2020 .talk-chara__flex-container {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -ms-flex-line-pack: center;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
      align-content: center;
          align-items: center;
          justify-content: flex-start;
  height: 86px;
}
#jphacks2020 .talk-chara__flex-item--name {
  width: 47.8%;
  color: #ffffff;
}
#jphacks2020 .talk-chara__flex-item--chara {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -ms-flex-line-pack: center;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
      align-content: center;
          align-items: center;
          justify-content: space-between;
  width: 45.7%;
}
#jphacks2020 .talk-chara__flex-item--chara .item {
  width: 85px;
}
#jphacks2020 .talk-session {
  background-color: #eeeeee;
  counter-reset: number;
}
#jphacks2020 .talk-session__container.toRight {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ffffff), color-stop(50%, #eeeeee), to(#eeeeee));
  background: -webkit-linear-gradient(left, #ffffff 50%, #eeeeee 50%, #eeeeee 100%);
  background: linear-gradient(to right, #ffffff 50%, #eeeeee 50%, #eeeeee 100%);
}
#jphacks2020 .talk-session__container.toLeft {
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, #ffffff), color-stop(50%, #eeeeee), to(#eeeeee));
  background: -webkit-linear-gradient(right, #ffffff 50%, #eeeeee 50%, #eeeeee 100%);
  background: linear-gradient(to left, #ffffff 50%, #eeeeee 50%, #eeeeee 100%);
}
#jphacks2020 .talk-session__inner {
  width: 90.5660377358%;
  max-width: 960px;
  margin: 0 auto;
}
#jphacks2020 .talk-session__contents {
  width: 85.4166666667%;
  max-width: 820px;
  padding-top: 60px;
  padding-bottom: 55px;
  background-color: #ffffff;
}
#jphacks2020 .talk-session__contents p {
  line-height: 1.75em;
}
#jphacks2020 .talk-session__contents p + .remark {
  margin-top: 50px;
}
#jphacks2020 .talk-session__contents.toRight {
  margin-right: auto;
  padding-right: 35px;
}
#jphacks2020 .talk-session__contents.toRight .remark-talk__container {
  margin-right: auto;
}
#jphacks2020 .talk-session__contents.toRight .capture__container {
  -webkit-transform: translate(50%, -50%);
  right: -35px;
          transform: translate(50%, -50%);
}
#jphacks2020 .talk-session__contents.toLeft {
  margin-left: auto;
  padding-left: 35px;
}
#jphacks2020 .talk-session__contents.toLeft .remark-talk {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
#jphacks2020 .talk-session__contents.toLeft .remark-talk__container {
  margin-left: auto;
}
#jphacks2020 .talk-session__contents.toLeft .remark-talk-fill {
  padding-left: 20px;
}
#jphacks2020 .talk-session__contents.toLeft .remark-talk-fill--text {
  width: 91.0828025478%;
}
#jphacks2020 .talk-session__contents.toLeft .capture {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
#jphacks2020 .talk-session__contents.toLeft .capture__container {
  -webkit-transform: translate(-50%, -50%);
  left: -35px;
          transform: translate(-50%, -50%);
}
#jphacks2020 .talk-session__contents.toLeft .talk-theme {
  margin-left: -4.7vw;
}
#jphacks2020 .talk-session__contents .sub {
  color: #000000;
  font-size: 1.375em;
  font-weight: 700;
  line-height: 1.4;
}
#jphacks2020 .talk-session__contents .sub span {
  display: inline;
  padding-left: 0.25em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #91d3d1));
  background: -webkit-linear-gradient(transparent 60%, #91d3d1 60%);
  background: linear-gradient(transparent 60%, #91d3d1 60%);
}
#jphacks2020 .talk-session__contents .-navy {
  color: #003465;
}
#jphacks2020 .talk-session__contents .-gray {
  color: #666666;
}
#jphacks2020 .talk-session__contents .-bold {
  font-weight: 700;
}
#jphacks2020 .talk-session .remark {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -ms-flex-line-pack: center;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
      align-content: center;
          align-items: center;
          justify-content: space-between;
}
#jphacks2020 .talk-session .remark-talk {
  width: 59.872611465%;
  max-width: 470px;
}
#jphacks2020 .talk-session .remark-talk__container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
  -ms-flex-line-pack: center;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
      align-content: center;
          align-items: stretch;
          justify-content: space-between;
}
#jphacks2020 .talk-session .remark-talk__container + .remark-talk__container {
  margin-top: 50px;
}
#jphacks2020 .talk-session .remark-talk__container--member {
  width: 60px;
  padding-top: 0.75em;
}
#jphacks2020 .talk-session .remark-talk__container--text {
  width: 83.8095238095%;
}
#jphacks2020 .talk-session .remark-talk-fill {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
  -ms-flex-line-pack: center;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
      align-content: center;
          align-items: stretch;
          justify-content: space-between;
  margin-top: 50px;
}
#jphacks2020 .talk-session .remark-talk-fill--member {
  width: 60px;
  padding-top: 0.75em;
}
#jphacks2020 .talk-session .remark-talk-fill--text {
  width: 91.4649681529%;
}
#jphacks2020 .talk-session .remark .capture {
  -webkit-box-flex: 1;
      -ms-flex: 1;
  position: relative;
          flex: 1;
  min-height: 395px;
}
#jphacks2020 .talk-session .remark .capture__container {
  position: absolute;
  top: 50%;
  width: 668px;
}
#jphacks2020 .talk-session p + .talk-theme {
  margin-top: 60px;
}
#jphacks2020 .talk-session .talk-theme {
  position: relative;
  margin-bottom: 40px;
  padding: 20px 50px;
  border: 1px solid #ffffff;
  background-color: #003465;
  color: #ffffff;
}
#jphacks2020 .talk-session .talk-theme::before {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -ms-flex-line-pack: center;
  -ms-flex-wrap: wrap;
  -webkit-transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 12px;
  left: 0;
      flex-wrap: wrap;
      align-content: center;
          align-items: center;
          justify-content: center;
  width: 52px;
  height: 52px;
          transform: translateX(-50%);
  border: 1px solid #ffffff;
  background-color: #008984;
  font-size: 1.625em;
  content: counter(number);
  counter-increment: number;
}
#jphacks2020 .talk-session .talk-theme__sub {
  font-size: 1.375em;
  font-weight: 700;
}
#jphacks2020 .talk-session .talk-theme__text {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -ms-flex-line-pack: center;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
      align-content: center;
          align-items: center;
          justify-content: flex-start;
  margin-top: 0.75em;
}
#jphacks2020 .talk-session .talk-theme__text::before {
  width: 38px;
  margin-right: 9px;
  border-top: 1px solid #ffffff;
  content: "";
}
#jphacks2020 .talk-session .close {
  margin-top: 50px;
  /*
  & + .close {
    margin: 90px 0 50px;
  }
  */
}
#jphacks2020 .close-comment {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -ms-flex-line-pack: center;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
      align-content: center;
          align-items: center;
          justify-content: center;
  padding: 40px 0;
  background: center/cover no-repeat url("../images/img-bg_01.jpg");
}
#jphacks2020 .close-comment-text {
  width: 92%;
  max-width: 960px;
}
#jphacks2020 .close-comment-text__frame {
  position: relative;
  width: 100%;
  height: 100%;
}
#jphacks2020 .close-comment-text__frame::before, #jphacks2020 .close-comment-text__frame::after {
  position: absolute;
  width: 132px;
  height: 132px;
  border-width: 0;
  border-style: solid;
  border-color: #ffffff;
  content: "";
}
#jphacks2020 .close-comment-text__frame::before {
  bottom: 0;
  left: 0;
  border-bottom-width: 1px;
  border-left-width: 1px;
}
#jphacks2020 .close-comment-text__frame::after {
  top: 0;
  right: 0;
  border-top-width: 1px;
  border-right-width: 1px;
}
#jphacks2020 .close-comment-text__container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -ms-flex-line-pack: center;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
      align-content: center;
          align-items: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 210px;
}
#jphacks2020 .close-comment-text__container--text {
  padding: 6.4935064935% 6.25%;
  color: #ffffff;
  line-height: 2.25em;
}
#jphacks2020 .link {
  margin-bottom: 70px;
  padding-top: 90px;
}
#jphacks2020 .link-list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -ms-flex-line-pack: center;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
      align-content: center;
          align-items: center;
          justify-content: space-between;
  width: 96%;
  max-width: 960px;
  margin: 0 auto;
}
#jphacks2020 .link-list__item {
  width: 20%;
}
#jphacks2020 .link-list__item a {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .-sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #jphacks2020 {
    font-size: 2.9333333333vw;
  }
  #jphacks2020 .visual {
    height: 133.3333333333vw;
    background-image: url("../images/img-mv_01_sp.jpg");
  }
  #jphacks2020 .visual-title {
    height: auto;
    min-height: 70.6666666667vw;
  }
  #jphacks2020 .visual-title__background {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, #0c2b3a), to(transparent));
    background: -webkit-linear-gradient(top, #0c2b3a 80%, transparent);
    background: linear-gradient(to bottom, #0c2b3a 80%, transparent);
  }
  #jphacks2020 .visual-title__text-container {
    padding-bottom: 5.3333333333vw;
  }
  #jphacks2020 .visual-title__text-heading {
    margin-bottom: 7.4666666667vw;
    font-size: 5.8666666667vw;
  }
  #jphacks2020 .visual-title__text-heading--before {
    margin-bottom: 2vw;
    font-size: 3.7333333333vw;
  }
  #jphacks2020 .visual-title__text-heading--before::before, #jphacks2020 .visual-title__text-heading--before::after {
    width: 4.5333333333vw;
    margin: 0 1.3333333333vw;
    border-top: 0.5333333333vw solid #ffffff;
    content: "";
  }
  #jphacks2020 .visual-title__text-sub {
    font-size: 3.2vw;
  }
  #jphacks2020 > .read {
    background: center/cover no-repeat url("../images/img-bg_01_sp.jpg");
  }
  #jphacks2020 > .read .read-text__frame::before, #jphacks2020 > .read .read-text__frame::after {
    position: absolute;
    width: 17.6vw;
    height: 17.6vw;
    content: "";
  }
  #jphacks2020 > .read .read-text__container--text {
    padding: 6.6666666667%;
  }
  #jphacks2020 .introduction {
    margin-bottom: 12vw;
    padding-top: 6.6666666667vw;
  }
  #jphacks2020 .introduction-heading__container {
    height: 17.7333333333vw;
  }
  #jphacks2020 .introduction-heading__container::after {
    width: 75.4666666667%;
    height: 0.9333333333vw;
    content: "";
  }
  #jphacks2020 .introduction-heading__container--text {
    color: #08283b;
    font-size: 4.8vw;
  }
  #jphacks2020 .introduction-award__flex-container {
    display: block;
    width: 92%;
    max-width: 100;
  }
  #jphacks2020 .introduction-award__frame-parent {
    width: 100%;
    max-width: 100%;
    background: -webkit-linear-gradient(315deg, transparent 1.8666666667vw, #008984 2vw, transparent 2.1333333333vw), -webkit-linear-gradient(135deg, transparent 1.8666666667vw, #008984 2vw, transparent 2.1333333333vw);
    background: linear-gradient(135deg, transparent 1.8666666667vw, #008984 2vw, transparent 2.1333333333vw), linear-gradient(315deg, transparent 1.8666666667vw, #008984 2vw, transparent 2.1333333333vw);
  }
  #jphacks2020 .introduction-award__frame-parent + .introduction-award__frame-parent {
    margin-top: 35px;
  }
  #jphacks2020 .introduction-award__frame-parent::before {
    margin: 0 0 0 2.6666666667vw;
  }
  #jphacks2020 .introduction-award__frame-parent::after {
    margin: 0 2.6666666667vw 0 0;
  }
  #jphacks2020 .introduction-award__frame-child {
    position: relative;
    height: 100%;
    margin: 2.6666666667vw 0;
    padding: 0 0;
    border-right: solid 1px #008984;
    border-left: solid 1px #008984;
  }
  #jphacks2020 .introduction-award__frame-child::before, #jphacks2020 .introduction-award__frame-child::after {
    display: block;
    position: absolute;
    width: 1px;
    height: 3.2vw;
    background-color: #008984;
    content: "";
  }
  #jphacks2020 .introduction-award__frame-child::before {
    top: -2.8vw;
    right: -1px;
  }
  #jphacks2020 .introduction-award__frame-child::after {
    bottom: -2.8vw;
    left: -1px;
  }
  #jphacks2020 .introduction-award .award-name {
    margin-bottom: 4vw;
    font-size: 3.2vw;
  }
  #jphacks2020 .introduction-award .team-name {
    width: 88vw;
    max-width: 100%;
    padding-bottom: 2.9333333333vw;
    border-bottom: 1px solid #7d7d7d;
    font-size: 4.8vw;
  }
  #jphacks2020 .introduction-award .label {
    margin-top: 3.4666666667vw;
    font-size: 3.2vw;
  }
  #jphacks2020 .introduction-award .product {
    margin-top: 2.6666666667vw;
    margin-bottom: 4vw;
    font-size: 3.2vw;
  }
  #jphacks2020 .introduction-award .capture {
    width: 80vw;
    max-width: 100%;
  }
  #jphacks2020 .introduction-award .member {
    margin-top: 2.6666666667vw;
    padding-bottom: 4vw;
  }
  #jphacks2020 .talk {
    padding-top: 13.3333333333vw;
    padding-bottom: 9.3333333333vw;
    background: center/cover no-repeat url("../images/img-bg_02_sp.jpg");
  }
  #jphacks2020 .talk-read__heading {
    margin-top: 3.0666666667vw;
    margin-bottom: 9.7333333333vw;
    font-size: 4.8vw;
  }
  #jphacks2020 .talk-index {
    width: 86%;
    margin: 6vw 4vw 0 auto;
  }
  #jphacks2020 .talk-index__contents {
    padding: 2.6666666667vw 5.3333333333vw 2.6666666667vw 10vw;
  }
  #jphacks2020 .talk-index__contents::before {
    -webkit-transform: translateX(-50%);
    top: -1px;
    width: 12vw;
    height: 12vw;
            transform: translateX(-50%);
    font-size: 8vw;
  }
  #jphacks2020 .talk-index__contents-sub {
    font-size: 4vw;
    line-height: 1.4666666667em;
  }
  #jphacks2020 .talk-index__contents-text {
    line-height: 1.5em;
  }
  #jphacks2020 .talk-index__contents + .talk-index__contents {
    margin-top: 3.6vw;
  }
  #jphacks2020 .talk-index__contents-sub {
    font-size: 4vw;
  }
  #jphacks2020 .talk-index__contents-text {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-top: 0.75em;
  }
  #jphacks2020 .talk-index__contents-text span {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #jphacks2020 .talk-index__contents-text::before {
    width: 6vw;
    margin-top: 0.65em;
    margin-right: 0.6666666667vw;
    border-top: 0.2666666667vw solid #ffffff;
    content: "";
  }
  #jphacks2020 .talk-chara {
    width: 88.5333333333vw;
    max-width: 664px;
    margin-top: 9.3333333333vw;
    padding-left: 4vw;
    background: left center/contain no-repeat url("../images/img-shape_01_sp.png");
  }
  #jphacks2020 .talk-chara__flex-container {
    -ms-flex-line-pack: justify;
        align-content: space-between;
    height: 21.3333333333vw;
    padding: 1.6vw 0 0;
  }
  #jphacks2020 .talk-chara__flex-item--name {
    width: 100%;
    margin-left: 10.9333333333vw;
  }
  #jphacks2020 .talk-chara__flex-item--chara {
    width: 68.9333333333vw;
    margin-left: 15.0666666667vw;
  }
  #jphacks2020 .talk-chara__flex-item--chara .item {
    width: 14.6666666667vw;
  }
  #jphacks2020 .talk-session__container.toRight + .toRight .toRight {
    padding-top: 0;
  }
  #jphacks2020 .talk-session__inner {
    width: 92vw;
  }
  #jphacks2020 .talk-session__contents {
    width: 85.3333333333vw;
    padding-top: 10.6666666667vw;
    padding-bottom: 7.3333333333vw;
  }
  #jphacks2020 .talk-session__contents p + .remark {
    margin-top: 6.6666666667vw;
  }
  #jphacks2020 .talk-session__contents.toRight {
    padding-right: 4.6666666667vw;
  }
  #jphacks2020 .talk-session__contents.toRight .capture__container {
    -webkit-transform: translate(19.5%, -50%);
            transform: translate(19.5%, -50%);
  }
  #jphacks2020 .talk-session__contents.toLeft {
    padding-left: 4.6666666667vw;
  }
  #jphacks2020 .talk-session__contents.toLeft .remark-talk {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #jphacks2020 .talk-session__contents.toLeft .remark-talk-fill {
    padding-left: 0;
  }
  #jphacks2020 .talk-session__contents.toLeft .remark-talk-fill--text {
    width: 66.6666666667vw;
  }
  #jphacks2020 .talk-session__contents.toLeft .capture__container {
    -webkit-transform: translate(-19.5%, -50%);
            transform: translate(-19.5%, -50%);
  }
  #jphacks2020 .talk-session__contents.toLeft .capture {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #jphacks2020 .talk-session__contents .sub {
    line-height: 1.8571428571em;
  }
  #jphacks2020 .talk-session__contents .sub span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(55%, #91d3d1));
    background: -webkit-linear-gradient(transparent 55%, #91d3d1 55%);
    background: linear-gradient(transparent 55%, #91d3d1 55%);
  }
  #jphacks2020 .talk-session .remark-talk {
    width: 100%;
    max-width: 100%;
  }
  #jphacks2020 .talk-session .remark-talk__container + .remark-talk__container {
    margin-top: 8.6666666667vw;
  }
  #jphacks2020 .talk-session .remark-talk__container--member {
    width: 10.6666666667vw;
  }
  #jphacks2020 .talk-session .remark-talk__container--text {
    width: 67.6vw;
  }
  #jphacks2020 .talk-session .remark-talk-fill {
    margin-top: 10vw;
  }
  #jphacks2020 .talk-session .remark-talk-fill--member {
    width: 10.6666666667vw;
  }
  #jphacks2020 .talk-session .remark-talk-fill--text {
    width: 67.6vw;
  }
  #jphacks2020 .talk-session .remark .capture {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
    height: 52.6666666667vw;
    min-height: 0;
    margin-top: 6.6666666667vw;
  }
  #jphacks2020 .talk-session .remark .capture__container {
    width: 89.0666666667vw;
    margin: 0 auto;
  }
  #jphacks2020 .talk-session p + .talk-theme {
    margin-top: 8vw;
  }
  #jphacks2020 .talk-session .talk-theme {
    width: 85.3333333333vw;
    margin-bottom: 7.3333333333vw;
    margin-left: 6vw;
    padding: 2.6666666667vw 5.3333333333vw 2.6666666667vw 10vw;
  }
  #jphacks2020 .talk-session .talk-theme::before {
    top: -1px;
    width: 12vw;
    height: 12vw;
    font-size: 8vw;
  }
  #jphacks2020 .talk-session .talk-theme__sub {
    font-size: 4vw;
    line-height: 1.4666666667em;
  }
  #jphacks2020 .talk-session .talk-theme__text {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    line-height: 1.5em;
  }
  #jphacks2020 .talk-session .talk-theme__text span {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #jphacks2020 .talk-session .talk-theme__text::before {
    width: 6vw;
    margin-top: 0.65em;
    margin-right: 0.6666666667vw;
    border-top: 0.2666666667vw solid #ffffff;
    content: "";
  }
  #jphacks2020 .talk-session .close {
    margin-top: 12vw;
    /*
    & + .close {
      margin: px2vw(115) 0 px2vw(80);
    }
    */
  }
  #jphacks2020 .close-comment {
    padding: 60px 0;
  }
  #jphacks2020 .link {
    margin-bottom: 10vw;
    padding-top: 7.3333333333vw;
  }
  #jphacks2020 .link-list {
    width: 90.9333333333vw;
  }
  #jphacks2020 .link-list__item {
    width: 100%;
  }
}
@media screen and (max-width: 994px) {
  #jphacks2020 .visual {
    display: block;
  }
  #jphacks2020 .visual-title {
    width: 96vw;
    max-width: 720px;
    height: 38.6666666667vw;
    margin: 0 auto;
  }
  #jphacks2020 .visual-title__background {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #0c2b3a), to(transparent));
    background: -webkit-linear-gradient(top, #0c2b3a 60%, transparent);
    background: linear-gradient(to bottom, #0c2b3a 60%, transparent);
  }
  #jphacks2020 .visual-title__text {
    display: block;
  }
  #jphacks2020 .visual-title__text-container {
    margin-right: 0;
    padding-top: 5.3333333333vw;
  }
  #jphacks2020 .talk-session__contents.toRight .capture__container {
    right: 10%;
  }
  #jphacks2020 .talk-session__contents.toLeft .capture__container {
    left: 10%;
  }
}
@media screen and (max-width: 994px) and (min-width: 769px) {
  #jphacks2020 .talk-chara {
    width: 88.5333333333vw;
    max-width: 664px;
    background: left center/auto no-repeat url("../images/img-shape_01_sp.png");
  }
  #jphacks2020 .talk-chara__flex-container {
    -ms-flex-line-pack: justify;
        align-content: space-between;
    height: 160px;
    padding: 15px 0 0;
  }
  #jphacks2020 .talk-chara__flex-item--name {
    width: 100%;
    margin-left: 12.5%;
  }
  #jphacks2020 .talk-chara__flex-item--chara {
    width: 75%;
    margin-left: 22.5%;
  }
  #jphacks2020 .talk-chara__flex-item--chara .item {
    width: 100px;
  }
}
@media screen and (max-width: 1100px) and (min-width: 769px) {
  #jphacks2020 .talk-session__contents.toRight .capture__container {
    right: 15%;
  }
  #jphacks2020 .talk-session__contents.toLeft .capture__container {
    left: 15%;
  }
  #jphacks2020 .talk-session .remark .capture__container {
    width: 147.0588235294%;
  }
}