html {
  scroll-behavior: smooth;
}

body {
  color: #111111;
  background: #FFF;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

a {
  color: #0686b5;
}

.white {
  color: #FFF;
}

.red {
  color: #c31424;
}

.blue {
  color: #0686b5;
}

.gray-d {
  color: #808080;
}

.underline {
  text-decoration: underline;
}

.navbar-item img {
  max-height: 55px;
}

.bgblue {
  background: #0686b5;
}

.bggray {
  background: #f5f5f5;
}

.columns.is-center {
  justify-content: center;
}
.columns.is-reverse {
  flex-direction: row-reverse;
}

.titleimg {
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .titleimg {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}

a.a-link {
  text-decoration: underline;
}
a.a-link:hover {
  text-decoration: none;
}

.introduction {
  margin-bottom: 60px;
}

.button {
  max-width: 100%;
  width: 450px;
}
.button.is-primary {
  margin: 0 auto;
  padding: 15px 10px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .button.is-primary {
    font-size: 16px;
  }
}
.button.is-link {
  background: #FFF;
  border: 2px solid #c31424;
  color: #c31424;
}
.button.is-link:hover {
  color: #FFF;
  background: #c31424;
}

.p-m {
  margin-bottom: 20px;
}

.p {
  margin-bottom: 40px;
}

.b {
  font-weight: bold;
}

.m {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .m {
    font-size: 20px;
  }
}

.l {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .l {
    font-size: 24px;
  }
}

#header {
  background: url(../img/bni-img.jpg) no-repeat;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 600px;
}
@media screen and (max-width: 767px) {
  #header {
    height: 400px;
  }
}
#header h1 {
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 60px;
  letter-spacing: 0.1em;
  text-shadow: 1px 1px 2px #222, 0 0 1em #222, 0 0 0.2em #222;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #header h1 {
    font-size: 40px;
  }
}
#header h1:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 300px;
  margin: 0 auto;
  border-bottom: 2px solid #fff;
}
#header p {
  text-align: center;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 36px;
  text-shadow: 1px 1px 2px #222, 0 0 1em #222, 0 0 0.2em #222;
}
@media screen and (max-width: 767px) {
  #header p {
    font-size: 22px;
  }
}
#header p .sub {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  #header p .sub {
    font-size: 24px;
  }
}

section.section {
  padding: 80px 20px;
}
@media screen and (max-width: 767px) {
  section.section {
    padding: 60px 10px;
  }
}
section.section h2 {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
  position: relative;
  color: #c31424;
}
@media screen and (max-width: 767px) {
  section.section h2 {
    font-size: 24px;
  }
}
section.section h3 {
  font-weight: bold;
  text-align: left;
  margin: 0 0 10px;
  color: #c31424;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  section.section h3 {
    font-size: 18px;
    margin-bottom: 15px;
    text-align: center;
  }
}
section.section .container {
  width: 900px;
  max-width: 100%;
}
section.section .container .content {
  background: #ffffff;
  padding: 30px;
  box-shadow: 0 0 20px #EEE;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  section.section .container .content {
    padding: 10px;
  }
}
section.section .container .content p {
  font-size: 18px;
  line-height: 180%;
  margin-bottom: 40px;
}
section.section .container .content p:last-child {
  margin-bottom: 0;
}
section.section .container .video {
  margin-bottom: 40px;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border: 10px solid #c31424;
}
section.section .container .video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
section.section.intro {
  font-weight: bold;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  section.section.intro {
    font-size: 17px;
  }
}
section.participate .participate-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.participate .participate-inner dl {
  padding: 10px;
  background: #ffffff;
  border-radius: 16px;
  margin-bottom: 50px;
  text-align: left;
  box-shadow: 10px 10px 20px -9px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) {
  section.participate .participate-inner dl {
    display: flex;
    justify-content: space-between;
    width: 49%;
    padding: 20px;
  }
}
section.participate .participate-inner dl.last {
  margin: 0;
}
@media screen and (min-width: 768px) {
  section.participate .participate-inner dl dt {
    width: 150px;
  }
}
section.participate .participate-inner dl dt img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  section.participate .participate-inner dl dt img {
    width: 35%;
    margin-bottom: 20px;
  }
}
section.participate .participate-inner dl dd p {
  font-size: 15px;
  color: #666;
}
@media screen and (min-width: 768px) {
  section.participate .participate-inner dl dd {
    width: calc(100% - 180px);
  }
}

.section1 {
  background: url("../img/section1-bg.png") no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .section1 {
    background-size: cover;
  }
}
@media screen and (min-width: 768px) {
  .section1 {
    min-height: 800px;
  }
}
.section1 .section1-inner {
  background: #ffffff;
  padding: 10px;
}
.section1 .section1-inner h2 {
  color: #808080 !important;
  margin-bottom: 10px;
}
.section1 .section1-inner h2 span {
  display: block;
}
.section1 img {
  display: block;
  width: 385px;
  max-width: 80%;
  height: auto;
  margin: 0 auto;
}
.section1 p {
  line-height: 170%;
}

.section-files .container {
  width: 1000px;
  max-width: 100%;
}

.box-white {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 40px;
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .box-white {
    padding: 20px;
  }
}

.linkbutton {
  background: #c31424;
  color: #fff;
  font-weight: bold;
  border-radius: 100px;
  padding: 15px;
  font-size: 16px;
  display: block;
  text-align: center;
}
.linkbutton:hover {
  color: #fff;
  transition: 0.3s;
  transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  .linkbutton {
    font-size: 18px;
  }
}

.button {
  height: auto;
  font-weight: bold;
  margin: 0 auto;
  display: block;
}
.button.is-primary {
  background: #c31424;
}
.button.is-primary:hover {
  background: #c31424;
  opacity: 0.7;
}
.button strong {
  display: block;
}

.pd-20 {
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .pd-20 {
    padding: 20px;
  }
}

table th {
  width: 25%;
}

.footer {
  background: none;
  color: #111111;
  font-size: 14px;
}

.textbox {
  background: #ffffff;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .textbox {
    padding: 30px;
  }
}

/* css */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 60px;
}

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

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  .has-text-centered-pc {
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */