@charset "UTF-8";
/* Scss Document */
/******************************************
mixin
******************************************/
/******************************************
fonts
******************************************/
.-mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
}

/*@mixin lobster{
	font-family: 'Lobster', cursive;
}
.F_lob{
	font-family: 'Lobster', cursive;
}*/
/******************************************
HTML一般設定
******************************************/
html {
  font-size: 54%;
}

@media (min-width: 600px) {
  html {
    font-size: 62.5%;
  }
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 1.6rem;
  line-height: 3.2rem;
  letter-spacing: 0em;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: 500;
  margin: 0;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/******************************************
ユーティリティー
******************************************/
.u-wbr {
  word-break: keep-all;
}

.u-bold {
  font-weight: bold;
}

br.-sp {
  display: none;
}

@media screen and (max-width: 600px) {
  br.-sp {
    display: inline-block;
  }
}

br.-pc {
  display: inline-block;
}

@media screen and (max-width: 1025px) {
  br.-pc {
    display: none;
  }
}

/******************************************
共通パーツ（ボタン、タイトル部品単位）
******************************************/
.-link {
  text-decoration: underline;
  display: inline-block;
  -webkit-transition: .4s;
  transition: .4s;
}

.-link:hover {
  text-decoration: none;
  opacity: 0.6;
}

.-inlineBlock {
  display: inline-block;
  margin: 0 6px;
}

@media (min-width: 600px) {
  .-inlineBlock {
    margin: 0 10px;
  }
}

.sponsor {
  text-align: center;
}

/******************************************
共通パーツ（ヘッダーフッター、セクション単位）
******************************************/
body {
  background-color: #30b8cf;
  position: relative;
  padding: 40px 8px;
}

@media (min-width: 600px) {
  body {
    padding: 40px 20px;
  }
}

.topBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.bottomBg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.wrap {
  z-index: 2;
  position: relative;
  -webkit-box-shadow: 0px 3px 19px 0px #b5b5b5;
          box-shadow: 0px 3px 19px 0px #b5b5b5;
  border-radius: 25px;
  overflow: hidden;
  margin: 0 auto;
  max-width: 1360px;
}

.wrap-top {
  background-color: #fff;
  padding: 0;
}

@media (min-width: 600px) {
  .wrap-top {
    padding: 40px 40px;
  }
}

.wrap-middle {
  background-color: #fff;
  padding: 20px 10px 40px 10px;
}

@media (min-width: 600px) {
  .wrap-middle {
    padding: 0 40px 40px;
  }
}

.wrap-greeting {
  background-color: #fff;
  padding: 40px 20px;
}

@media (min-width: 600px) {
  .wrap-greeting {
    padding: 40px 40px;
  }
}

footer {
  padding: 40px 20px;
  background-color: #9ed7f2;
  margin: 0 auto;
  max-width: 1360px;
}

@media (min-width: 600px) {
  footer {
    padding: 40px 40px;
  }
}

.main {
  margin: 0 auto;
}

.mainVisual.-pc {
  display: none;
}

@media (min-width: 1025px) {
  .mainVisual.-pc {
    display: block;
  }
}

@media (min-width: 1025px) {
  .mainVisual.-sp {
    display: none;
  }
}

.sectionTitle {
  font-size: 4rem;
  line-height: 6rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #000;
  padding: 10px 0;
  margin-top: 80px;
  text-align: center;
  position: relative;
}

@media (min-width: 1025px) {
  .sectionTitle {
    font-size: 6rem;
    line-height: 8rem;
    letter-spacing: 0.1em;
  }
}

.sectionTitle.-marginHalf {
  margin-top: 40px;
}

.sectionTitle-inner {
  background-color: #fff;
  padding: 0 20px;
  display: inline-block;
  position: relative;
}

.sectionTitle-title {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#006fc5), to(#034980));
  background: linear-gradient(90deg, #006fc5 0%, #034980 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sectionTitle:before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #245ca7;
}

.sectionContent {
  margin-top: 20px;
}

.category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 1025px) {
  .category {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.category-tag {
  font-size: 2rem;
  line-height: 4rem;
  letter-spacing: 0em;
  font-weight: bold;
  border: solid 1px #245ca7;
  padding: 0 10px;
  min-width: 100px;
  text-align: center;
  display: inline-block;
  margin: 10px;
}

.text {
  font-size: 1.8rem;
  line-height: 3.6rem;
  letter-spacing: 0em;
}

@media (min-width: 1025px) {
  .text {
    font-size: 2.2rem;
    line-height: 4.4rem;
    letter-spacing: 0em;
    text-align: center;
  }
  .text.-left {
    text-align: left;
  }
}

.list {
  padding-left: 1.2em;
  text-indent: -1.2em;
  font-size: 2.2rem;
  line-height: 4.4rem;
  letter-spacing: 0em;
}

@media (min-width: 1025px) {
  .list-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 600px) {
  .dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.dl-item {
  display: block;
  -webkit-box-shadow: 0px 1px 15px -5px #949494;
          box-shadow: 0px 1px 15px -5px #949494;
  border-radius: 25px;
  background-color: #245ca7;
  color: #fff;
  text-align: center;
  max-width: 300px;
  padding: 40px 10px;
  margin: 0 auto 20px;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

.dl-item:hover {
  opacity: 0.6;
}

@media (min-width: 600px) {
  .dl-item {
    width: calc(50% - 20px);
    margin: 0 10px;
  }
}

.dl-item i {
  display: inline-block;
  font-size: 8rem;
  line-height: 8rem;
  letter-spacing: 0em;
  margin-bottom: 20px;
}

.dl-item p {
  font-size: 2rem;
  line-height: 2.6rem;
  letter-spacing: 0em;
  font-weight: bold;
}

@media (min-width: 600px) {
  .schedule {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.schedule-item {
  padding: 10px;
  background-color: #245ca7;
  margin-bottom: 30px;
  position: relative;
  padding: 20px 10px 40px;
  border-radius: 25px;
  -webkit-box-shadow: 0px 1px 15px -5px #949494;
          box-shadow: 0px 1px 15px -5px #949494;
}

.schedule-item:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 25px 0 25px;
  border-color: #245ca7 transparent transparent transparent;
}

.schedule-item:last-of-type:after {
  content: none;
}

@media (min-width: 600px) {
  .schedule-item {
    width: calc(25% - 20px);
    margin-bottom: 0;
    padding: 20px 10px;
  }
  .schedule-item:after {
    content: "";
    display: block;
    position: absolute;
    left: auto;
    right: -15px;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #245ca7;
  }
}

.schedule-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 80px;
  margin-bottom: 10px;
}

.schedule-date p {
  text-align: center;
  height: 64px;
  font-size: 1.8rem;
  line-height: 2.4rem;
  letter-spacing: 0em;
  color: #fff;
  height: auto;
  font-weight: bold;
}

.schedule-title {
  text-align: center;
  font-size: 2.4rem;
  line-height: 3rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #fcff00;
}

.footerTitle {
  margin-top: 80px;
}

.footerTitle.-noMargin {
  margin-top: 0;
}

.footerTitle-title {
  font-size: 3rem;
  line-height: 4rem;
  letter-spacing: 0.1em;
  padding: 10px;
  border: solid 2px #000;
  color: #000;
  font-weight: bold;
  text-align: center;
}

.footerContent {
  margin-top: 20px;
}

.footerContent .link {
  font-size: 2.4rem;
  line-height: 4.4rem;
  letter-spacing: 0em;
  text-align: center;
  font-weight: bold;
}

.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact .text {
  width: 76%;
  text-align: left;
}

.contact-logo {
  width: 20%;
}

.bnrList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
}

.bnrList-item {
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #fff;
  padding: 10px;
  width: calc(50% - 10px);
  margin-bottom: 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 1px 15px -5px #949494;
          box-shadow: 0px 1px 15px -5px #949494;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}

.bnrList-item:hover {
  opacity: 0.6;
}

@media (min-width: 600px) {
  .bnrList-item {
    width: calc(33% - 10px);
  }
}

@media (min-width: 1025px) {
  .bnrList-item {
    width: calc(25% - 10px);
  }
}

.kbic-item {
  margin-bottom: 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 1px 15px -5px #949494;
          box-shadow: 0px 1px 15px -5px #949494;
  overflow: hidden;
}

@media (min-width: 600px) {
  .kbic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .kbic-item {
    margin-bottom: 0;
    width: calc(33% - 10px);
  }
}

.kbic-title {
  font-size: 3rem;
  line-height: 6rem;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  font-weight: bold;
  background-color: #245ca7;
  margin-top: 0;
}

.-noHeight {
  padding: 0;
  margin-bottom: 0;
  height: 0;
}

.-small {
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: 0em;
}

.-bold {
  font-weight: bold;
}

.-big {
  font-size: 2.8rem;
  line-height: 5.6rem;
  letter-spacing: 0em;
}

@media (min-width: 1025px) {
  .-big {
    font-size: 3.6rem;
    line-height: 7.2rem;
    letter-spacing: 0em;
  }
}

.-biggest {
  font-size: 4rem;
  line-height: 8rem;
  letter-spacing: 0em;
}

@media (min-width: 1025px) {
  .-biggest {
    font-size: 5rem;
    line-height: 10rem;
    letter-spacing: 0em;
  }
}

.-underline {
  text-decoration: underline;
}

.-super {
  vertical-align: super;
}

.-right {
  text-align: right;
}

.linkBtn {
  font-size: 2.4rem;
  line-height: 3rem;
  letter-spacing: 0em;
  font-weight: bold;
  color: #fff;
  background-color: #245ca7;
  padding: 10px 20px;
  margin: 0 auto;
  display: block;
  width: 300px;
  text-align: center;
}

.blueBg {
  padding: 40px 10px;
  background: #245ca7;
  color: #fff;
  max-width: 980px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 3px 19px 0px #b5b5b5;
          box-shadow: 0px 3px 19px 0px #b5b5b5;
  border-radius: 25px;
}

@media (min-width: 600px) {
  .blueBg {
    padding: 40px 20px;
  }
}

.blueBg-title {
  text-align: center;
  color: #fff;
  font-weight: bold;
}

.blueBg-link {
  text-decoration: underline;
}

.-blue {
  color: #245ca7;
}

header {
  opacity: 0;
}

.finalSchedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0 20px;
  background-color: #00A0E9;
  max-width: 980px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 3px 19px 0px #b5b5b5;
          box-shadow: 0px 3px 19px 0px #b5b5b5;
  border-radius: 25px;
  overflow: hidden;
}

.finalSchedule-title {
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
  font-size: 3rem;
  line-height: 6rem;
  letter-spacing: 0em;
  color: #fff;
  font-weight: bold;
  background-color: #245ca7;
}

.finalSchedule-item {
  width: calc(100% - 20px);
}

.finalSchedule-border {
  width: 100%;
  height: 0;
  background-color: #00A0E9;
}

@media (min-width: 600px) {
  .finalSchedule {
    padding: 0 0 20px;
  }
  .finalSchedule-title {
    margin-bottom: 20px;
  }
  .finalSchedule-item {
    width: calc(50% - 30px);
  }
  .finalSchedule-border {
    display: block;
    height: 100%;
    width: 20px;
  }
}

.sectionTable {
  text-align: left;
  vertical-align: middle;
  margin: 0 auto;
}

.sectionTable th {
  display: block;
}

.sectionTable td {
  display: block;
}

.sectionTable td a {
  text-decoration: underline;
}

@media (min-width: 600px) {
  .sectionTable {
    line-height: 7.2rem;
  }
  .sectionTable th {
    padding-right: 10px;
    display: table-cell;
  }
  .sectionTable td {
    display: table-cell;
  }
  .sectionTable td a:hover {
    text-decoration: none;
  }
}

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

.finalist-item {
  -webkit-box-shadow: 0px 1px 15px -5px #949494;
          box-shadow: 0px 1px 15px -5px #949494;
  border-radius: 25px;
  overflow: hidden;
  width: 100%;
  margin: 0 0 40px;
  padding: 0 0 20px;
}

.finalist-company {
  font-size: 2.4rem;
  line-height: 4rem;
  letter-spacing: 0.02em;
  text-align: center;
  font-weight: bold;
  background-color: #245ca7;
  color: #fff;
  padding: 10px 5px;
}

.finalist-company a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: underline;
  -webkit-transition: .4s;
  transition: .4s;
}

.finalist-company a i {
  margin-left: 10px;
}

.finalist-company a:hover {
  text-decoration: none;
  opacity: 0.6;
}

.finalist-img {
  text-align: center;
  margin-top: 20px;
}

.finalist-img img {
  width: 80%;
}

.finalist-name {
  font-size: 1.8rem;
  line-height: 3rem;
  letter-spacing: 0em;
  margin-top: 10px;
  padding: 0 10px;
}

.finalist-title {
  font-size: 2rem;
  line-height: 3rem;
  letter-spacing: 0em;
  font-weight: bold;
  margin-top: 10px;
  padding: 0 10px;
}

.finalist-link {
  font-size: 1.8rem;
  line-height: 3rem;
  letter-spacing: 0em;
  text-decoration: underline;
  color: #245ca7;
  -webkit-transition: .4s;
  transition: .4s;
}

.finalist-link:hover {
  text-decoration: none;
  opacity: 0.6;
}

.finalist-link i {
  margin-left: 10px;
}

.finalist-text {
  font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: 0em;
  margin-top: 10px;
  padding: 0 10px;
}

@media (min-width: 600px) {
  .finalist-item {
    width: calc(50% - 20px);
    margin: 0 10px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .finalist-company {
    font-size: 1.8rem;
    line-height: 4rem;
    letter-spacing: 0.02em;
    width: 100%;
    height: 60px;
  }
  .finalist-img {
    width: 100%;
    padding: 20px;
  }
  .finalist-img img {
    width: 100%;
  }
  .finalist-nameArea {
    width: 100%;
  }
  .finalist-nameArea.-noimage {
    width: 100%;
  }
  .finalist-name {
    margin-top: 20px;
    padding: 0 20px;
  }
  .finalist-title {
    padding: 0 20px;
  }
  .finalist-text {
    width: 100%;
    padding: 20px 20px 0;
  }
  .finalist-link {
    display: inline-block;
    padding: 10px 20px 0;
  }
}

@media (min-width: 1025px) {
  .finalist-company {
    font-size: 2.4rem;
    line-height: 4rem;
    letter-spacing: 0.02em;
  }
  .finalist-img {
    width: 40%;
    padding-left: 20px;
  }
  .finalist-img img {
    width: 100%;
  }
  .finalist-nameArea {
    width: 60%;
  }
  .finalist-nameArea.-noimage {
    width: 100%;
  }
}

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

.judge-item {
  width: calc(50% - 20px);
  margin: 0 10px 20px;
  -webkit-box-shadow: 0px 1px 15px -5px #949494;
          box-shadow: 0px 1px 15px -5px #949494;
  border-radius: 25px;
  padding: 20px 10px;
}

.judge-item .-inlineBlock {
  margin: 0 5px 0 0;
}

.judge-item.-noimage {
  text-align: center;
}

.judge-item.-noimage .-inlineBlock {
  margin: 0 5px;
}

.judge-img {
  text-align: center;
}

.judge-img img {
  width: 80%;
}

.judge-name {
  font-size: 2.2rem;
  line-height: 3rem;
  letter-spacing: 0em;
  font-weight: bold;
  margin-top: 10px;
}

.judge-doctor {
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: 0em;
  display: inline-block;
}

.judge-feature {
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: 0em;
  margin-top: 10px;
  min-height: 4rem;
}

.judge-text {
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: 0em;
  margin-top: 10px;
}

@media (min-width: 600px) {
  .judge-item {
    width: calc(33.33% - 20px);
    margin: 0 10px 20px;
  }
}

@media (min-width: 1025px) {
  .judge-item {
    width: calc(20% - 20px);
    margin: 0 10px 20px;
  }
}

.ribbonTitle {
  font-size: 3rem;
  line-height: 4rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #000;
  padding: 10px 0;
  text-align: center;
  position: relative;
  background: #e6623d;
  background: -webkit-gradient(linear, left bottom, left top, from(#e6623d), color-stop(50%, #a72524), to(#e6623d));
  background: linear-gradient(0deg, #e6623d 0%, #a72524 50%, #e6623d 100%);
  max-width: 980px;
  margin: 80px auto 0;
}

.ribbonTitle span {
  color: #fff;
}

.ribbonTitle:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0 40px 40px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  left: 0;
  top: 0;
}

.ribbonTitle:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 40px 40px 0;
  border-color: transparent #ffffff transparent transparent;
  position: absolute;
  right: 0;
  top: 0;
}

@media (min-width: 1025px) {
  .ribbonTitle {
    font-size: 4rem;
    line-height: 6rem;
    letter-spacing: 0.1em;
  }
  .ribbonTitle:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 0 40px 40px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    left: 0;
    top: 0;
  }
  .ribbonTitle:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 40px 40px 0;
    border-color: transparent #ffffff transparent transparent;
    position: absolute;
    right: 0;
    top: 0;
  }
}

.goldtitle {
  text-align: left;
  padding: 0 10px;
  margin: 40px 0;
  font-size: 3rem;
  line-height: 4rem;
  letter-spacing: 0.06em;
  font-weight: bold;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#b8751e), color-stop(37%, #ffce08), color-stop(47%, #aaaa31), color-stop(63%, #e1ce08), to(#b8751e));
  background-image: linear-gradient(0deg, #b8751e 0%, #ffce08 37%, #aaaa31 47%, #e1ce08 63%, #b8751e 100%);
  -webkit-background-clip: text;
  color: transparent;
}

@media (min-width: 1025px) {
  .goldtitle {
    font-size: 6rem;
    line-height: 7rem;
    letter-spacing: 0.1em;
    text-align: center;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#b8751e), color-stop(37%, #ffce08), color-stop(47%, #fefeb2), color-stop(50%, #fafad6), color-stop(53%, #fefeb2), color-stop(63%, #e1ce08), to(#b8751e));
    background-image: linear-gradient(0deg, #b8751e 0%, #ffce08 37%, #fefeb2 47%, #fafad6 50%, #fefeb2 53%, #e1ce08 63%, #b8751e 100%);
    -webkit-background-clip: text;
    color: transparent;
  }
}

.seminar {
  padding-bottom: 60px;
}

.seminar-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 940px;
  margin: 0 auto;
}

.seminar-photo {
  width: 100%;
  text-align: center;
}

.seminar-photo img {
  width: 80%;
}

@media (min-width: 1025px) {
  .seminar-photo {
    width: 35%;
    margin-right: 40px;
  }
  .seminar-photo img {
    width: 100%;
  }
}

.seminar-tutor {
  width: 100%;
}

@media (min-width: 1025px) {
  .seminar-tutor {
    width: calc(65% - 40px);
  }
}

.seminar-name {
  font-size: 3rem;
  line-height: 4rem;
  letter-spacing: 0em;
  font-weight: bold;
  margin: 40px 0 20px;
}

.seminar-name span {
  font-size: 1.6rem;
  line-height: 3rem;
  letter-spacing: 0em;
  margin-left: 10px;
  display: inline-block;
}

@media (min-width: 1025px) {
  .seminar-name {
    margin: 0 0 10px;
    font-size: 4rem;
    line-height: 6rem;
    letter-spacing: 0.05em;
  }
  .seminar-name span {
    font-size: 3rem;
    line-height: 6rem;
    letter-spacing: 0em;
  }
}

@media (min-width: 1025px) {
  .seminar-profile {
    font-size: 1.8rem;
    line-height: 3.6rem;
    letter-spacing: 0em;
  }
}

.seminar-bold {
  font-size: 3rem;
  line-height: 4rem;
  letter-spacing: 0em;
  font-weight: bold;
  margin: 60px 0 20px;
  text-align: center;
}

@media (min-width: 1025px) {
  .seminar-bold {
    font-size: 4rem;
    line-height: 6rem;
    letter-spacing: 0.05em;
  }
}

.seminar-text {
  max-width: 940px;
  margin: 40px auto 0;
}

@media (min-width: 1025px) {
  .seminar-text {
    font-size: 2.4rem;
    line-height: 4rem;
    letter-spacing: 0em;
  }
}

.winner_title {
  text-align: center;
  position: relative;
  padding: 0 10px;
  margin: 40px 0;
  font-size: 4rem;
  line-height: 4rem;
  letter-spacing: 0.04em;
  background: #333;
  background: -webkit-linear-gradient(top, #f8b500 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

@media (min-width: 1025px) {
  .winner_title {
    font-size: 6rem;
    line-height: 6rem;
    letter-spacing: 0.06em;
  }
}

.winner_image {
  max-width: 980px;
  margin: 0 auto;
}

.winner_text {
  text-align: left;
  font-size: 2.4rem;
  line-height: 3.8rem;
  letter-spacing: 0em;
  font-weight: bold;
  max-width: 1020px;
  margin: 60px auto 0;
}

@media (min-width: 1025px) {
  .winner_text {
    text-align: center;
  }
}

.iframeWrap {
  max-width: 980px;
  margin: 0 auto;
}

.iframeWrap-wrapper {
  padding-top: 56.25%;
  position: relative;
}

.iframeWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=layout.css.map */