@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 55%;
}

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

body {
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  text-rendering: auto;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  font-weight: normal;
  letter-spacing: 0.14rem;
  line-height: 1.8;
  color: #1a1919;
  background: #eaf7f2;
  font-family: 'Noto Sans', 'Noto Sans CJK JP', 'Noto Sans CJK JP Subset', sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
}

.wrap-1000 {
  max-width: 1030px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.wrap-1060 {
  max-width: 1090px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.wrap-525 {
  max-width: 555px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.iframe-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 500%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width:375px) {
  .iframe-wrap {
    padding-top: 415%;
  }
}

@media screen and (min-width:768px) {
  .iframe-wrap {
    padding-top: 165%;
  }
}

@media screen and (min-width:980px) {
  .iframe-wrap {
    padding-top: 130%;
  }
}

.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.site-header {
  width: 100%;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}

.gnav {
  display: none;
}

@media screen and (min-width:768px) {
  .gnav {
    display: block;
    width: 100%;
    font-weight: bold;
  }
}

@media screen and (min-width:768px) {
  .site-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: absolute;
    right: 100px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    z-index: 10;
    color: #FFF;
  }
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .site-header__inner {
    right: 0;
  }
}

.gnav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  position: relative;
}

.gnav li a {
  width: 100%;
  vertical-align: middle;
  overflow: hidden;
  font-weight: bold;
  display: blocl;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(46, 204, 113, 1)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgba(46, 204, 113, 1) 50%);
  background-position: 0 0;
  background-size: 201% auto;
  line-height: 1;
  padding: 30px 20px;
}

.gnav li:last-child a {
  background: #fff;
  color: #2eb481;
  padding: 10px 30px;
}

.gnav li:last-child a:hover {
  color: #fff;
  background: #2eb481;
}

.gnav li a:hover {
  background-position: -100% 0;
  color: #fff;
}

@media screen and (min-width:768px) {
  .is-fixed {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    -webkit-transition: .3s;
    transition: .3s;
    background-color: #2eb481;
    height: 74px;
  }
}

.top-hero {
  background-color: #57B25C;
  background-image: url("https://u25.billage.space/images/a1.jpg");
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
  background-position: center center;
  background-size: cover;
  color: #fff;
  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;
}

.top-hero__catch {
  margin-bottom: 50px;
}

.top-hero__block {
  margin-bottom: 70px;
}

.top-hero__inner {
  width: 100%;
  padding: 10vh 15px;
}

@media screen and (min-width: 768px) {
  .top-hero__inner {
    padding: 10vw 15px;
  }
}

.top-hero__date {
  font-size: 3.0rem;
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: 500;
}

.top-hero__date span {
  font-size: 2.0rem;
}

.top-hero__news {
  font-size: 5vw;
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: 500;
}

.top-hero__address {
  font-size: 2.0rem;
  line-height: 1;
}

.top-hero__address a {
  position: relative;
  display: inline-block;
  -webkit-transition: .3s;
  transition: .3s;
}

.top-hero__address a:hover {
  background-color: #fff;
  color: #2eb481;
}

.top-hero__address a::after {
  content: '';
  background: #fff;
  height: 1px;
  width: 100%;
  display: block;
}

.top-hero__address a span {
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  .common-inner {
    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;
  }
}

@media screen and (min-width: 768px) {
  .common-block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45.0%;
    flex: 0 0 45.0%;
    max-width: 45.0%;
  }
}

.top-hero__link {
  display: block;
  text-align: center;
  height: 60px;
  line-height: 60px;
  font-weight: bold;
  border-radius: 10px;
  font-size: 2rem;
  font-weight: bold;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (min-width: 768px) {
  .top-hero__link {
    margin-bottom: 0;
  }
}

.white-bg {
  background: #fff;
  color: #2eb481;
  -webkit-transition: .3s;
  transition: .3s;
}

.white-bg:hover {
  background: #2eb481;
  color: #fff;
}

.green-bg {
  background: #2eb481;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.green-bg:hover {
  background: #fff;
  color: #2eb481;
}

.green-bg:hover::after,
.white-bg:hover::after {
  -webkit-animation: circle .75s;
  animation: circle .75s;
}

@-webkit-keyframes circle {
  50% {
    opacity: 1;
  }

  100% {
    width: 50px;
    height: 50px;
  }
}

@keyframes circle {
  50% {
    opacity: 1;
  }

  100% {
    width: 50px;
    height: 50px;
  }
}

.top-hero__limit {
  color: #fff;
  font-size: 1.5rem;
  text-align: left;
  margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
  .top-hero__limit {
    margin-bottom: 0;
    font-size: 2rem;
  }
}

.kokuchi {
  background-color: #fff;
  padding: 110px 0;
  text-align: justify;
}

@media screen and (min-width: 768px) {
  .kokuchi {
    text-align: center;
  }
}

.banner {
  margin-bottom: 30px;
}

.kokuchi__ttl {
  font-size: 2.0rem;
  font-weight: 600;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .kokuchi__ttl {
    font-size: 2.4rem;
  }
}

.kokuchi__txt {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .kokuchi__txt {
    font-size: 1.8rem;
  }
}

.kokuchi__body {
  margin-bottom: 70px;
}

.kokuchi__name {
  font-size: 1.4rem;
  font-weight: 400;
  padding-top: 10px;
  text-align: right;
}

@media screen and (min-width: 768px) {
  .kokuchi__name {
    text-align: center;
  }
}

.kokuchi__link {
  display: block;
  text-align: center;
  height: 60px;
  line-height: 60px;
  font-weight: bold;
  border-radius: 10px;
  border: 1px solid #0063BF;
  font-size: 2rem;
  font-weight: bold;
  background: #0063BF;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.kokuchi__link:hover {
  background: #fff;
  color: #0063BF;
  border: 1px solid #0063BF;
}

.kokuchi__link:hover::after {
  -webkit-animation: circle .75s;
  animation: circle .75s;
}

@media screen and (min-width: 768px) {
  .kokuchi__link {
    margin-bottom: 0;
  }
}

.overview {
  background-color: #f6f6f6;
}

.overview-bg {
  padding: 110px 0;
  max-width: 1000px;
  margin: 0 auto;
  background-image: url("../images/a3.png");
  background-repeat: no-repeat;
  text-align: center;
  background-position: center left;
  background-size: contain;
}

.common-headline {
  text-align: center;
  position: relative;
  margin-bottom: 35px
}

.common-headline span {
  font-size: 1.2rem;
  display: block;
  padding-top: 15px;
  font-weight: 500;
}

.overview h2::before {
  content: '';
  width: 50px;
  height: 2px;
  background-color: #2eb481;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
}

.overview-content__body {
  margin-bottom: 100px;
  text-align: justify;
}

@media screen and (min-width: 768px) {
  .overview-content__body {
    text-align: center;
  }
}

.pc-only {
  display: none;
}

@media screen and (min-width: 768px) {
  .pc-only {
    display: block;
  }
}

.overview-content__3block {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .overview-content__3block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28.0%;
    flex: 0 0 28.0%;
    max-width: 28.0%;
    margin-bottom: 0px;
  }
}

.overview-content__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .overview-content__block {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .overview-content__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40.0%;
    flex: 0 0 40.0%;
    max-width: 40.0%;
  }
}

@media screen and (max-width: 767px) {
  .overview-content__3block p {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 53.0%;
    flex: 0 0 53.0%;
    max-width: 53.0%;
  }
}

.overview-content__headline {
  line-height: 1;
  text-align: center;
  font-size: 2rem;
  color: #2eb481;
  margin-bottom: 20px;
  font-weight: 500;
}

.overview-content__image {
  max-width: 150px;
  margin: 0 auto 20px;
}

.overview-content__3block p {
  text-align: justify;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .overview-content__3block p {
    padding: 0;
  }
}

.admission-flow {
  background-color: #426341;
  background-image: url("https://u25.billage.space/images/a7.jpg");
  background-position: center center;
  color: #fff;
  padding: 70px 0;
}

@media screen and (min-width: 768px) {
  .admission-flow {
    padding: 110px 0;
    background-repeat: no-repeat;
  }
}

.en-common__ttl {
  font-family: 'Oswald', sans-serif;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0.3rem;
}

.green {
  color: #2eb481;
}

.white {
  color: #fff;
}

.common-headline .white::before {
  content: '';
  width: 50px;
  height: 2px;
  background-color: #fff;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
}

.common-headline .green::before {
  content: '';
  width: 50px;
  height: 2px;
  background-color: #2eb481;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
}

.admission-protcol__wrap {
  max-width: 950px;
  margin: 0 auto 70px;
}

.admission-protcol__block {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .admission-protcol__block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48.368421052%;
    flex: 0 0 48.368421052%;
    max-width: 48.368421052%;
    margin-bottom: 0px;
  }
}

.admission-flow__content {
  max-width: 640px;
  margin: 0 auto;
  padding-bottom: 60px;
}

.admission-flow__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .admission-flow__inner:nth-child(2) {
    margin-left: 70px;
  }

  .admission-flow__inner:nth-child(3) {
    margin-left: 140px;
  }
}

.admission-flow__number {
  font-family: 'Oswald', sans-serif;
  font-size: 4rem;
  position: relative;
  line-height: 1;
  margin-right: 30px;
}

.admission-flow__number::after {
  content: '';
  width: 20px;
  height: 1px;
  text-align: center;
  position: absolute;
  display: block;
  background: #fff;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: auto;
}

.admission-flow__headline {
  font-size: 2rem;
  margin-bottom: 15px;
  font-weight: bold;
}

.admission-flow__protcol {
  border: 1px solid #fff;
  padding: 45px 20px;
}

@media screen and (min-width: 768px) {
  .admission-flow__protcol {
    height: 345px;
    padding: 45px 35px;
  }
}

.admission-flow__protcol p {
  font-size: 1.5rem;
}

.admission-flow__protcol p span {
  font-size: 1.2rem;
}

.admission-flow__item {
  position: relative;
  margin-left: 1.2em;
}

.admission-flow__item::before {
  display: block;
  content: '\f0da';
  font-family: fontawesome;
  position: absolute;
  top: .1em;
  left: -1.2rem;
}

.admission-flow__item2 {
  position: relative;
  margin-left: 1.2em;
}

.admission-flow__item2::before {
  display: block;
  content: '\f046';
  font-family: fontawesome;
  position: absolute;
  top: .1em;
  left: -1.2em;
}

.admission-flow__caption {
  padding-top: 15px;
}

.admission-flow__link {
  display: block;
  background-color: #2eb481;
  border: 1px solid #2eb481;
  color: #fff;
  height: 85px;
  line-height: 85px;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  overflow: hidden;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 0;
}

.admission-flow__link::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 120%;
  height: 100%;
  background: #fff;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: skewX(-30deg) scale(0, 1);
  transform: skewX(-30deg) scale(0, 1);
  -webkit-transition: -webkit-transform .6s;
  transition: -webkit-transform .6s;
  transition: transform .6s;
  transition: transform .6s, -webkit-transform .6s;
}

.admission-flow__link:hover {
  color: #2eb481;
}

.admission-flow__link:hover::before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: skewX(-30deg) scale(1, 1);
  transform: skewX(-30deg) scale(1, 1);
}

.admission-protcol__headline {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1;
}

.archive {
  background-color: #eaf7f2;
  text-align: center;
  padding: 100px 0 80px;
}

.archive-body {
  margin-bottom: 50px;
}

.archive-content__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.archive-link {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  max-width: 48%;
  -webkit-transition: .3s;
  transition: .3s;
  margin-bottom: 20px;
  display: block;
}

@media screen and (min-width: 768px) {
  .archive-link {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
}

.archive-link:hover {
  opacity: 0.5;
}

.youtube {
  padding: 50px 0;
}

.youtube-link__content {
  padding: 0 40px;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .youtube-link__content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.youtube-link__body {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .youtube-link__body {
    flex: 0 0 48%;
    max-width: 48%;
    padding-top: 26.25%;
  }
}

.youtube-link__body iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.facebook {
  padding: 50px 0;
}

.supporter {
  background-color: #eaf7f2;
  text-align: center;
  padding: 50px 0;
}

.supporter-body {
  margin-bottom: 60px;
}

.supporter-caption {
  text-align: right;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 10px;
}

.supporter-image__inner {
  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;
}

.supporter-image__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
}

@media screen and (min-width: 768px) {
  .supporter-image__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18.4%;
    flex: 0 0 18.4%;
    max-width: 18.4%;
  }
}

.supporter-image__content p {
  font-size: 11px;
  padding-top: 10px;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .supporter-image__content p {
    font-size: 13px;
  }
}

.supporter-image__content a {
  -webkit-transition: .3s;
  transition: .3s;
  display: block;
}

.supporter-image__content a:hover {
  opacity: 0.5;
}

.organizer {
  text-align: center;
  padding: 50px 0 30px;
  background-color: #fcfcfc;
}

.organizer-content {
  margin-bottom: 100px;
}

@media screen and (min-width: 768px) {
  .organizer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .organizer__body {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
    max-width: 46%;
  }
}

.organizer-logo {
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .organizer-logo {
    text-align: left;
  }
}

.organizer-txt {
  text-align: justify;
  margin-bottom: 10px;
}

.organizer-link {
  display: block;
  color: #2eb481;
  text-align: right;
  margin-bottom: 20px;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (min-width: 768px) {
  .organizer-link {
    margin-bottom: 0;
  }
}

.organizer-link:hover {
  color: #426341;
}

@media screen and (min-width: 768px) {
  .organizer-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.entry {
  text-align: center;
  padding: 50px 0 100px;
  background-color: #fcfcfc;
}

.entry-body {
  font-size: 2rem;
  margin-bottom: 50px;
}

.entry-btn {
  font-family: 'Oswald', sans-serif;
  display: block;
  max-width: 450px;
  width: 100%;
  height: 94px;
  line-height: 94px;
  font-size: 3rem;
  letter-spacing: 1rem;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #fff;
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(rgb(7, 156, 142)), to(rgb(231, 255, 21)));
  background: linear-gradient(to right, rgb(7, 156, 142) 0%, rgb(231, 255, 21) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  -webkit-transition: all .3s;
  transition: all .3s;
  background-size: 100% 100%;
}

.entry-btn:hover {
  opacity: 0.6;
}

.entry-btn__caption {
  color: #2eb481;
  font-size: 2rem;
  line-height: 1;
}

.viewers {
  position: relative;
  padding: 100px 0;
  color: #fff;
  text-align: center;
  background-position: center center;
  background-image: url("https://u25.billage.space/images/a23.jpg");
  -webkit-transition: all 0.3s ease-out;
  background-color: #2eb481;
  transition: all 0.3s ease-out;
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  will-change: transform;
}

.viewers-body {
  margin-bottom: 30px;
}

.viewers-btn {
  max-width: 278px;
  width: 100%;
  height: 58px;
  line-height: 58px;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 27px;
  display: block;
  margin: 0 auto;
  -webkit-transition: .3s;
  transition: .3s;
}

.viewers-btn:hover {
  border: 1px solid #fff;
  border-radius: 27px;
  background-color: #fff;
  color: #2eb481;
}

.viewers-btn:hover.viewers {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/************お問い合わせ ここから************/
.contact {
  margin: 100px auto;
  text-align: center;
}

.contact-body{
  margin-bottom: 30px;
}

.contact-btn {
  max-width: 278px;
  width: 100%;
  height: 58px;
  line-height: 58px;
  border: 1px solid #2eb481;
  color: #2eb481;
  border-radius: 27px;
  display: block;
  margin: 0 auto;
  -webkit-transition: .3s;
  transition: .3s;
}

.contact-btn:hover {
  border: 1px solid #2eb481;
  border-radius: 27px;
  background-color: #2eb481;
  color: #fff;
}

.contact-btn:hover.contact {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/************お問い合わせ ここまで************/

.footer-name {
  font-size: 1.8rem;
}

.footer-address {
  font-size: 1.4rem;
  border-bottom: 1px solid gray;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.footer-policy__list {
  display: block;
  text-align: left;
  margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .footer-policy__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.footer-policy__item {
  margin-bottom: 15px;
  font-size: 1.25rem;
}

.site-footer__copyright {
  text-align: right;
  display: block;
}

@media screen and (min-width: 768px) {
  .site-footer__copyright {
    text-align: center;
  }
}

.sample {
  overflow: hidden;
  position: relative;
}

.sample img {
  display: block;
  height: auto;
  width: 100%;
}

.sample-second.sample-animation {
  -webkit-animation: sample-second-img 2s cubic-bezier(.4, 0, .2, 1);
  animation: sample-second-img 2s cubic-bezier(.4, 0, .2, 1);
}

.sample-second.sample-animation:before {
  -webkit-animation: sample-second-before 2s cubic-bezier(.4, 0, .2, 1) forwards;
  animation: sample-second-before 2s cubic-bezier(.4, 0, .2, 1) forwards;
  background: #eaf7f2;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@-webkit-keyframes sample-second-img {
  0% {
    opacity: 0;
  }
}

@keyframes sample-second-img {
  0% {
    opacity: 0;
  }
}

@-webkit-keyframes sample-second-before {
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes sample-second-before {
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.sample-third.sample-animation {
  -webkit-animation: sample-third-img 2s cubic-bezier(.4, 0, .2, 1);
  animation: sample-third-img 2s cubic-bezier(.4, 0, .2, 1);
}

.sample-third.sample-animation:before {
  -webkit-animation: sample-third-before 2s cubic-bezier(.4, 0, .2, 1) forwards;
  animation: sample-third-before 2s cubic-bezier(.4, 0, .2, 1) forwards;
  background: #eaf7f2;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@-webkit-keyframes sample-third-img {
  0% {
    opacity: 0;
  }
}

@keyframes sample-third-img {
  0% {
    opacity: 0;
  }
}

@-webkit-keyframes sample-third-before {
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes sample-third-before {
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.back-to-top {
  visibility: hidden;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 34px;
  position: fixed;
  bottom: 65px;
  right: 20px;
  z-index: 90;
  cursor: pointer;
  opacity: 0;
  transition: all .6s;
  background-color: #14be78;
  border: 2px solid #fff;
}

.back-to-top .fa {
  font-size: 3rem;
  color: #fff;
  vertical-align: middle;
}

.back-to-top:hover {
  opacity: 1
}

.back-to-top.show {
  visibility: visible;
  bottom: 30px;
  opacity: 1;
}

footer {
  background: #1a1919;
  padding: 80px 0 30px;
  color: #fff;
  font-size: 1.2rem;
}

.footer-body {
  margin-bottom: 30px;
}

footer a {
  -webkit-transition: .3s;
  transition: .3s;
}

footer a:hover {
  color: #2eb481;
}

@media screen and (min-width: 768px) {
  .delay2 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
  }

  .delay3 {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
  }

  .delay4 {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
  }

  .delay5 {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
  }
}

.text-container__title {
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.text-container__title:before {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all .8s .3s ease;
  transition: all .8s .3s ease;
  width: 100%;
  z-index: 1;
}

.text-container__title__inner {
  display: inline-block;
  opacity: 0;
  -webkit-transition: all .8s .5s ease;
  transition: all .8s .5s ease;
}

.text-container__text {
  left: -50px;
  opacity: 0;
  position: relative;
}

/************下層************/

.common-mv {
  background-color: #57B25C;
  background-image: url("https://u25.billage.space/images/a1.jpg");
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
  background-position: center center;
  background-size: cover;
  height: 74px;
  color: #fff;
  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;
}

.common-mv__headline {
  font-size: 5.5rem;
  position: relative;
  font-family: 'Oswald', sans-serif;
  line-height: 2.5;
  letter-spacing: 1.8rem;
}

@media screen and (min-width: 768px) {
  .common-mv__headline {
    font-size: 8rem;
    letter-spacing: 2.8rem;
  }
}

.common-mv__headline::after {
  content: '';
  display: block;
  width: 50px;
  left: 0;
  right: 0;
  bottom: 30%;
  position: absolute;
  border-bottom: 2px solid #fff;
  margin: 0 auto;
}

.common-mv__headline span {
  font-size: 2.2rem;
  display: block;
  letter-spacing: 0.5rem;
  font-family: 'Noto Sans', 'Noto Sans CJK JP', 'Noto Sans CJK JP Subset', sans-serif;
}

.common-en__ttl {
  color: #2eb481;
  font-size: 2.4rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 35px;
}

@media screen and (min-width: 768px) {
  .common-en__ttl {
    font-size: 3.0rem;
  }
}

.common-jp__ttl {
  color: #1a1919;
  display: block;
}

.common-en__ttl::before {
  content: '';
  width: 50px;
  height: 2px;
  background-color: #2eb481;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
}

/************過去の開催実績************/

.en {
  font-family: 'Oswald', sans-serif;
}

.jp {
  font-family: 'Noto Sans', 'Noto Sans CJK JP', 'Noto Sans CJK JP Subset', sans-serif;
}

.pitch-contest__image {
  margin-bottom: 40px;
}

.pitch-contest__body {
  text-align: left;
}

@media screen and (min-width: 768px) {
  .pitch-contest__body {
    text-align: center;
  }
}

.pitch-contest__body-block {
  margin: 0 auto 40px;
  text-align: left;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .pitch-contest__body-block {
    max-width: 310px;
    min-width: 250px;
    margin: 0 auto 55px;
  }
}

.podium {
  padding: 100px 0;
  background-color: #fff;
}

.common-maker__ttl {
  color: #2eb481;
  font-size: 3rem;
  position: relative;
  text-align: center;
  margin-bottom: 60px;
}

.common-maker__headline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #d9e13c));
  background: linear-gradient(transparent 40%, #d9e13c 40%);
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
  background-repeat: repeat-x;
  background-position: 200% .5em;
  font-weight: 500;
}

.marker-animation.active {
  background-position: -100% 30px;
}

.marker-animation {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, rgb(217, 225, 60)));
  background-image: linear-gradient(left, transparent 50%, rgb(217, 225, 60) 50%);
  background-repeat: repeat-x;
  background-size: 200% 10px;
  background-position: 0 30px;
  -webkit-transition: all 1.25s ease;
  transition: all 1.25s ease;
}

.podium .common-inner:not(:last-of-type) {
  margin-bottom: 40px;
}

.podium-content__image {
  margin-bottom: 15px;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .podium-content__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 27.5%;
    flex: 0 0 27.5%;
    max-width: 27.5%;
    margin-left: 0;
    margin-right: 0;
  }
}

.podium-content__block {
  margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
  .podium-content__block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70.25%;
    flex: 0 0 70.25%;
    max-width: 70.25%;
    margin-bottom: 0px;
  }
}

.podium-content__block p {
  font-size: 1.3rem;
  line-height: 2.2;
}

.podium-content__name {
  font-size: 1.6rem;
  margin-bottom: 5px;
  font-weight: bold;
}

.podium-content__ttl {
  color: #2eb481;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.examination {
  padding: 100px 0;
  background-color: #f6f6f6;
}

.examination-content__box {
  background-color: #fff;
  padding: 45px 15px;
}

.examination-content__box:not(:last-child) {
  margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .examination-content__box {
    padding: 60px;
  }
}

.examination-content__image {
  text-align: center;
  margin-bottom: 40px;
}

.examination-caption__ttl {
  text-align: center;
  margin: -30px auto 40px;
}

.prizewinner {
  background: url("https://u25.billage.space/images/a1.jpg");
  background-position: center center;
  background-size: cover;
  padding: 50px 0;
  color: #fff;
  text-align: center;
}

.prizewinner-derscription__headline {
  font-size: 3.4rem;
  line-height: 1;
  margin-bottom: 40px;
  font-weight: 500;
}

.prizewinner-description__block {
  margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .prizewinner-description__block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47.0%;
    flex: 0 0 47.0%;
    max-width: 47.0%;
  }
}

.prizewinner-description__ttl {
  position: relative;
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 25px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.prizewinner-description__ttl::before,
.prizewinner-description__ttl::after {
  border-top: 2px solid;
  content: "";
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.prizewinner-description__ttl:before {
  margin-right: 1rem;
}

.prizewinner-description__ttl:after {
  margin-left: 1rem;
}

.prizewinner-desciption__image {
  margin-bottom: 15px;
}

.prizewinner-desciprion__name {
  font-size: 1.8rem;
  line-height: 1;
}

.prizewinner-description__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.prizewinner-company__block {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 47.5%;
  flex: 0 0 47.5%;
  max-width: 47.5%;
  margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
  .prizewinner-company__block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24.0%;
    flex: 0 0 24.0%;
    max-width: 24.0%;
    margin-bottom: 0px;
  }

  .prizewinner-company__block:nth-child(-n+4) {
    margin-bottom: 30px;
  }
}

.prizewinner-company__ttl {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .prizewinner-company__ttl {
    font-size: 1.4rem;
  }
}

.prizewinner-company__image {
  margin-bottom: 5px;
}

.prizewinner-company__name {
  font-size: 1.3rem;
}

.cp_table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px;
}

.cp_table th,
.cp_table td {
  padding: 10px;
  border: 1px solid #dddddd;
}

.cp_table th {
  text-align: left;
}

@media only screen and (max-width:767px) {
  .cp_table {
    margin: 0;
  }

  .cp_table th,
  .cp_table td {
    width: 100%;
    display: block;
    border: none;
    padding: 0;
  }

  .cp_table tr {
    margin-bottom: 20px;
    display: block;
  }

  .cp_table tr th {
    border: none;
  }
}

.talk-session {
  background: #f6f6f6;
  padding: 100px 0;
  text-align: center;
}

.talk-session .common-maker__ttl {
  margin-bottom: 50px;
  line-height: 1;
}

.talk-session__ttl-caption {
  margin-bottom: 50px;
  text-align: left;
}

@media only screen and (min-width:768px) {
  .talk-session__ttl-caption {
    text-align: center;
  }
}

.talk-session__thema {
  margin-bottom: 25px;
}

.talk-session__thema p {
  font-size: 1.8rem;
  line-height: 1;
}

.talk-session__thema h4 {
  color: #2eb481;
  font-size: 3.2rem;
  font-weight: 500;
}

.talk-session__image {
  margin-bottom: 80px;
}

.talk-session__name {
  font-size: 1.8rem;
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1.4;
}

.examination-content__box .common-inner:not(:last-of-type) {
  margin-bottom: 40px;
}

.note {
  padding: 60px 0;
  background: #fff;
}

@media screen and (min-width: 768px) {
  .note {
    text-align: center;
    padding: 100px 0;
  }
}

.note-content__headline {
  font-size: 2.0rem;
  font-weight: bold;
  margin-bottom: 45px;
}

.talk-session .examination-content__box {
  text-align: left;
}

.talk-session .examination-content__box .common-maker__ttl {
  margin-bottom: 70px;
}

.note-content__ttl {
  margin-bottom: 10px;
  color: #2eb481;
  font-weight: bold;
}

.note-content__ttl:last-child {
  margin-bottom: 60px;
}

.note-content__ttl a {
  color: #1a1919;
  font-weight: normal;
  -webkit-transition: .3s;
  transition: .3s;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .note-content__ttl a {
    display: block;
  }
}

.note-content__ttl a:hover {
  color: #2eb481;
}

/************過去の開催実績終わり************/

/************東京のイベントページはじまり************/

.tokyo-ttl {
  font-size: 2rem;
  font-weight: bold;
  color: #2eb481;
  text-align: justify;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .tokyo-ttl {
    text-align: center;
  }
}

.tokyo-overview_rogo {
  margin-bottom: 70px;
}

.tokyo-pitch-contest__body {
  text-align: justify;
  margin-bottom: 30px;
}

.tokyo-pitch-contest__body-block {
  text-align: justify;
  font-weight: bold;
}

.tokyo-pitch-contest__body-block th {
  min-width: 70px;
  font-weight: bold;
}

.overview-btn {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .overview-btn {
    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;
  }
}

.overview-btn__block {
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .overview-btn__block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45.0%;
    flex: 0 0 45.0%;
    max-width: 45.0%;
    margin-bottom: 0;
  }
}

.overview-btn__link {
  display: block;
  text-align: center;
  height: 35px;
  line-height: 35px;
  font-weight: bold;
  border-radius: 10px;
  border: 1px solid #2eb481;
  font-size: 2rem;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (min-width: 768px) {
  .overview-btn__link {
    height: 45px;
    line-height: 45px;
  }
}

.tokyo-map-link {
  color: #2eb481;
  font-size: small;
}

.tokyo-map-link:hover {
  opacity: 0.8;
}

.tokyo-about {
  background-color: #01334C;
  background-image: url(https://u25.billage.space/archive/20190906/images/back1.jpg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  text-align: justify;
  color: #fff;
  padding: 50px 0 20px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  /*ブラー効果でボヤけた部分を非表示*/
}

.tokyo-about::before {
  content: '';
  background: inherit;
  /*.bgImageで設定した背景画像を継承する*/
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
  position: absolute;
  /*ブラー効果で画像の端がボヤけた分だけ位置を調整*/
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  /*重なり順序を一番下にしておく*/
}

.tokyo-about__block {
  border: 1px solid #1a1919;
  padding: 40px 20px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.tokyo-about__block h4 {
  font-weight: bold;
  font-size: 2rem;
}

.tokyo-about__block p {
  text-align: justify;
}

@media screen and (min-width: 768px) {
  .tokyo-about__block p {
    text-align: center;
  }
}

.tokyo-details {
  background-color: #fff;
  background-image: url(https://u25.billage.space/archive/20200219/images/back2.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 200%;
  text-align: justify;
  padding: 50px 0;
}

@media screen and (min-width: 768px) {
  .tokyo-details {
    background-size: contain;
  }
}

.tokyo-details h5 {
  font-weight: bold;
}

.tokyo-details p {
  margin-bottom: 30px;
}

.tokyo-details p a {
  font-weight: bold;
  color: #57B25C;
}

.tokyo-details p a:hover {
  opacity: 0.8;
}

.tokyo-time-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px;
}

.tokyo-time-table th {
  text-align: left;
}

.tokyo-time-table th,
.tokyo-time-table td {
  padding: 10px;
  border: 1px solid #ddd;
}

.tokyo-entry {
  background-color: #57B25C;
  background-image: url(https://u25.billage.space/images/a1.jpg);
  background-repeat: no-repeat;
  text-align: center;
  background-position: center center;
  background-size: cover;
  color: #fff;
  padding: 105px 0 70px;
}

.tokyo-entry h4 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .tokyo-entry h4 {
    font-size: 3rem;
  }
}

.tokyo-content__image {
  margin-bottom: 15px;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  max-width: 200px;
}

@media screen and (min-width: 768px) {
  .tokyo-content__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 27.5%;
    flex: 0 0 27.5%;
    max-width: 200px;
    margin-left: 0;
    margin-right: 0;
  }
}

.tokyo-content__block {
  margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
  .tokyo-content__block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75.25%;
    flex: 0 0 75.25%;
    max-width: 75.25%;
    margin-bottom: 0px;
  }
}

.tokyo-content__block p {
  font-size: 1.6rem;
  line-height: 2.2;
}

.tokyo-content__name {
  font-size: 1.6rem;
  margin-bottom: 5px;
  font-weight: bold;
}

/************東京のイベントページここまで************/

/************過去のイベントレポートはじまり************/

.report-headline__block {
  text-align: center;
}

.report-headline-en__ttl {
  color: #2eb481;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 35px;
  margin-bottom: 35px
}

.report-headline-jp__ttl {
  color: #1a1919;
  display: block;
  font-size: 2.4rem;
}

@media screen and (min-width: 768px) {
  .report-headline-jp__ttl {
    font-size: 3rem;
  }
}

.report-hero {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  position: relative;
  z-index: 0;
  overflow: hidden;
  /*ブラー効果でボヤけた部分を非表示*/
}

.report-hero::before {
  content: '';
  background: inherit;
  /*.bgImageで設定した背景画像を継承する*/
  -webkit-filter: blur(1px);
  -moz-filter: blur(1px);
  -o-filter: blur(1px);
  -ms-filter: blur(1px);
  filter: blur(1px);
  position: absolute;
  /*ブラー効果で画像の端がボヤけた分だけ位置を調整*/
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  z-index: -1;
  /*重なり順序を一番下にしておく*/
}

.report-hero_inner {
  width: 100%;
  z-index: 20;
}

.report-hero_content {
  padding: .8125rem;
  padding-top: 20vh;
  max-width: 800px;
  margin: 0 auto;
  text-align: justify;
}

@media screen and (min-width: 768px) {
  .report-hero_content {
    padding-top: 55vh;
  }
}

.report-hero__ttl {
  color: #ffffff;
  margin: 0;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 1vh;
}

.report-hero__eventinfo {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.report-hero__eventintro {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: lighter;
  line-height: 1.7;
  margin-bottom: 5vh;
}

.report-speaker {
  background-color: #ffffff;
  padding: 100px 0 40px;
}

.report-speaker__content {
  display: block;
  max-width: 900px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .report-speaker__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.report-speaker__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 430px;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}

.report-speaker__box::after {
  display: block;
  content: '\f13a';
  font-family: fontawesome;
  font-size: 3rem;
  color: #2eb481;
  position: absolute;
  top: 0.7em;
  right: 0em;
}

.report-speaker__box:hover {
  opacity: 0.6;
}

.report-speaker__box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 430px;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}

.report-speaker__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 100px;
}

.report-speaker__intro {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 57.5%;
  flex: 0 0 57.5%;
  max-width: 250px;
  width: 100%;
  margin-top: 20px;
  margin-left: 20px;
  line-height: 1.2;
  text-align: justify;
}

.report__sns-block {
  text-align: right;
}

.fb-like {
  /* Facebook */
  display: inline-block;
  height: 20px;
  overflow: hidden;
}

.fb_iframe_widget {
  padding-right: 10px;
}

.fb_iframe_widget span {
  vertical-align: top !important;
}

.report-log {
  background-color: #f6f6f6;
  padding-top: 100px;
  padding-bottom: 100px;
}

.report-log__heading {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  .report-log__heading {
    font-size: 2.8rem;
  }
}

.report-log__block {
  margin-bottom: 70px;
}

.report-log__block p {
  font-size: 1.6rem;
  margin-bottom: 30px;
}

.report-log__block p span {
  font-weight: bold;
}

.report-log__service {
  font-size: 2.6rem;
  font-weight: bold;
  color: #2eb481;
  margin-bottom: 10px;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  .report-log__service {
    font-size: 3.0rem;
  }
}

.report-log__image {
  max-width: 600px;
  width: 100%;
  margin: 0 auto 10px;
}

.report-pagination {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.report-pagination__inner {
  max-width: 800px;
  margin: 0 auto;
}

.report-pagination__heading {
  color: #2eb481;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 30px;
  position: relative;
  padding-left: 3.5rem;
}

.report-pagination__heading::before {
  display: block;
  content: '\f0f6';
  font-family: fontawesome;
  font-size: 3rem;
  position: absolute;
  top: -0.5em;
  left: 0;
}

.report-pagination__ttl {
  color: #2eb481;
  margin: 0;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
}

.report-pagination__eventinfo {
  color: #2eb481;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .report-pagination__linklist-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.report-pagination__link {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48.75%;
  flex: 0 0 48.75%;
  max-width: 390px;
  width: 100%;
  color: #ffffff;
  background-color: #96d9c0;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 15px;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .report-pagination__link {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48.75%;
    flex: 0 0 48.75%;
  }
}

.report-pagination__link:hover {
  background-color: #2eb481;
}

.report-pagination__link span {
  display: inline-block;
  text-align: center;
  width: 30px;
  height: 30px;
  background-color: #2eb481;
  margin-right: 10px;
}

.report-top-link {
  background-color: #57B25C;
  background-image: url(https://u25.billage.space/images/a1.jpg);
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
  background-position: center center;
  background-size: cover;
  color: #fff;
  padding: 70px 0;
}

.report-top-link__inner {
  text-align: center;
  display: block;
}

.report-top-link__image {
  margin: 0 auto;
  max-width: 600px;
  margin-bottom: 50px;
}

.report-top-link__btn {
  display: block;
  text-align: center;
  height: 60px;
  line-height: 60px;
  font-weight: bold;
  border-radius: 10px;
  background: #fff;
  color: #2eb481;
  font-size: 2rem;
  -webkit-transition: .3s;
  transition: .3s;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .report-top-link__btn {
    max-width: 400px;
  }
}

.report-top-link__btn:hover {
  background: #2eb481;
  color: #fff;
}

/************過去のイベントレポート終わり************/

/************過去のイベント動画始まり************/

.report-video {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.report-video__inner {
  max-width: 800px;
  margin: 0 auto;
}

.report-video__heading {
  color: #2eb481;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 30px;
  position: relative;
  padding-left: 3.5rem;
}

.report-video__heading::before {
  display: block;
  content: '\f16a';
  font-family: fontawesome;
  font-size: 3rem;
  position: absolute;
  top: -0.45em;
  left: 0;
}

/************過去のイベント動画終わり************/

.box {
  overflow: hidden;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}

.boxInner {
  width: inherit;
  height: inherit;
  opacity: 0;
}

.isPlay {
  -webkit-animation-name: play;
  animation-name: play;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(.8, 0, .5, 1);
  animation-timing-function: cubic-bezier(.8, 0, .5, 1);
  position: relative;
  opacity: 1 !important;
}

.isPlay:before {
  -webkit-animation-name: maskOut;
  animation-name: maskOut;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(.8, 0, .5, 1);
  animation-timing-function: cubic-bezier(.8, 0, .5, 1);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(109.6deg, rgba(7, 157, 131, 1) 11.2%, rgba(226, 255, 21, 1) 91.1%);
}

@-webkit-keyframes play {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes play {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes maskOut {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes maskOut {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.note-report__link {
  display: block;
  background-color: #2eb481;
  height: 85px;
  border: 1px solid #2eb481;
  line-height: 85px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  overflow: hidden;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 0;
  color: #fff;
}

.note-report__link::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 120%;
  height: 100%;
  background: #fff;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: skewX(-30deg) scale(0, 1);
  transform: skewX(-30deg) scale(0, 1);
  -webkit-transition: -webkit-transform .6s;
  transition: -webkit-transform .6s;
  transition: transform .6s;
  transition: transform .6s, -webkit-transform .6s;
}

.note-report__link:hover {
  color: #2eb481;
}

.note-report__link:hover::before {
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: skewX(-30deg) scale(1, 1);
  transform: skewX(-30deg) scale(1, 1);
}

.archive-20190214 {
  max-width: 710px;
  margin: 0 auto;
}

.prizewinner-company__block-20190214 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 47.5%;
  flex: 0 0 47.5%;
  max-width: 47.5%;
  margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
  .prizewinner-company__block-20190214 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32.39%;
    flex: 0 0 32.39%;
    max-width: 32.39%;
    margin-bottom: 0px;
  }
}

@media screen and (min-width: 768px) {
  .prizewinner-company__block-20190214:nth-child(-n+4) {
    margin-bottom: 30px;
  }
}