@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/* color
________________________________________________________*/
/* layout
________________________________________________________*/
html,
body {
  height: 100%;
}

body {
  background: #fff;
  color: #333333;
  font-family: "Noto Sans JP", "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo UI", sans-serif;
  font-feature-settings: "palt";
  font-size: 18px;
  line-height: 1.3rem;
}

br.pcbr {
  display: none;
}
@media (min-width: 1025px) {
  br.pcbr {
    display: inline;
  }
}
@media (min-width: 1025px) {
  br.spbr {
    display: none;
  }
}

/* header
________________________________________________________*/
header {
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-position: center center;
  background-repeat: no-repeat;
  height: 255px;
  background-color: #bed4d2;
}
@media (max-width: 1024px) {
  header.jp {
    background-image: url("../images/bg_header_sp_jp.png");
  }
}
@media (min-width: 1025px) {
  header.jp {
    height: 1080px;
    background-image: url("../images/bg_header_pc_jp.png");
    background-position: center;
  }
}
@media (max-width: 1024px) {
  header.en {
    background-image: url("../images/bg_header_sp_en.png");
  }
}
@media (min-width: 1025px) {
  header.en {
    height: 1080px;
    background-image: url("../images/bg_header_pc_en.png");
    background-position: center;
  }
}
header div.headerArea {
  width: 100%;
  height: 36px;
  box-sizing: border-box;
  background-color: rgba(51, 51, 51, 0.4);
}
@media (min-width: 1025px) {
  header div.headerArea {
    height: 70px;
  }
}
header div.headerArea .inner {
  width: 100%;
  height: 36px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  justify-content: right;
  padding-right: 10px;
}
@media (min-width: 1025px) {
  header div.headerArea .inner {
    width: 1200px;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
  }
}
header div.languageSwitchArea {
  display: none;
}
@media (min-width: 1025px) {
  header div.languageSwitchArea {
    display: block;
    height: 70px;
    display: flex;
    align-items: center;
    padding-right: 40px;
  }
  header div.languageSwitchArea::before {
    content: "";
    width: 24px;
    height: 24px;
    background: url("../images/icon_language.png");
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    margin-right: 13px;
  }
  header div.languageSwitchArea ul.switch {
    width: 140px;
    height: 24px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
  }
  header div.languageSwitchArea ul.switch li {
    width: 70px;
    height: 24px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 12px;
  }
  header div.languageSwitchArea ul.switch li.active {
    border: 1px solid #fff;
  }
  header div.languageSwitchArea ul.switch li a {
    color: #fff;
  }
}
header div img.sp {
  display: block;
}
@media (min-width: 1025px) {
  header div img.sp {
    display: none;
  }
}
header div img.pc {
  display: none;
}
@media (min-width: 1025px) {
  header div img.pc {
    display: block;
  }
}

/* nav
________________________________________________________*/
nav {
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* main contents
________________________________________________________*/
main {
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
main div.countdownArea {
  width: 100%;
  box-sizing: border-box;
  padding: 23px 20px 46px;
  background: #000;
  color: #fff;
}
@media (min-width: 1025px) {
  main div.countdownArea {
    position: relative;
    padding: 80px 0 60px;
  }
}
main div.countdownArea h2 {
  font-size: 21px;
  line-height: 26px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 28px;
  z-index: 10;
}
@media (min-width: 1025px) {
  main div.countdownArea h2 {
    font-size: 36px;
  }
}
main div.countdownArea p {
  font-size: 15px;
  line-height: 24px;
  z-index: 10;
}
@media (min-width: 1025px) {
  main div.countdownArea p {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
    font-size: 19px;
    text-align: center;
    line-height: 46px;
  }
}
@media (min-width: 1025px) {
  main div.countdownArea p.text1 {
    margin-top: 55px;
  }
}
main div.countdownArea p.text2 {
  margin-top: 20px;
}
main div.countdownArea div.countdownBlock {
  width: 100%;
  padding: 36px 0 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  z-index: 10;
}
@media (min-width: 1025px) {
  main div.countdownArea div.countdownBlock {
    padding: 40px 0 0;
  }
}
main div.countdownArea div.countdown {
  border: 1px #0168B7 solid;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 5px 14px;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #0168B7;
}
@media (min-width: 1025px) {
  main div.countdownArea div.countdown {
    width: 300px;
    height: 70px;
    border-radius: 10px;
    font-size: 25px;
    line-height: 55px;
    text-align: center;
  }
}
main div.countdownArea div.countdown span#countdownTxt {
  font-size: 23px;
}
@media (min-width: 1025px) {
  main div.countdownArea div.countdown span#countdownTxt {
    font-size: 40px;
  }
}
main div.countdownArea div.countdown span.day {
  color: #fff;
}
main div.countdownArea div.imageBord {
  margin-top: 50px;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
main div.countdownArea div.imageBord img {
  width: 100%;
}
@media (min-width: 1025px) {
  main div.countdownArea div.imageBord img {
    width: auto;
  }
}
@media (min-width: 1025px) {
  main div.en {
    position: relative;
    padding: 80px 0 60px;
  }
}
main div.en h2 {
  margin-bottom: 36px;
}
@media (min-width: 1025px) {
  main div.en h2 {
    font-size: 36px;
  }
}
main div.en p {
  font-size: 15px;
  line-height: 24px;
  z-index: 10;
}
@media (min-width: 1025px) {
  main div.en p {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
    font-size: 19px;
    text-align: center;
    line-height: 35px;
  }
}
main div.mainArea {
  background: #E8F4FF;
  width: 100%;
  padding-bottom: 55px;
  box-sizing: border-box;
}
@media (min-width: 1025px) {
  main div.mainArea {
    padding-bottom: 100px;
  }
}
main div.mainArea hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 2px solid #fff;
}
main div.mainArea div.titleArea1 {
  width: 100%;
  box-sizing: border-box;
  padding: 20px 0;
}
@media (min-width: 1025px) {
  main div.mainArea div.titleArea1 {
    width: 1280px;
    margin: 0 auto;
    padding: 0;
    height: 136px;
    display: flex;
    justify-content: left;
    align-items: center;
  }
}
main div.mainArea div.titleArea1 img {
  margin: 0 auto 24px;
  display: block;
}
@media (min-width: 1025px) {
  main div.mainArea div.titleArea1 img {
    margin: 0;
  }
}
main div.mainArea div.titleArea1 h2 {
  color: #0168B7;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
}
@media (min-width: 1025px) {
  main div.mainArea div.titleArea1 h2 {
    margin-left: 50px;
    font-size: 28px;
  }
}
main div.mainArea div.titleArea1en {
  width: 100%;
  box-sizing: border-box;
  padding: 20px 0;
}
@media (min-width: 1025px) {
  main div.mainArea div.titleArea1en {
    width: 1280px;
    margin: 0 auto;
    padding: 0;
    height: 136px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
main div.mainArea div.titleArea1en img {
  margin: 0 auto 24px;
  display: block;
}
@media (min-width: 1025px) {
  main div.mainArea div.titleArea1en img {
    margin: 0;
  }
}
main div.mainArea div.titleArea1en h2 {
  color: #0168B7;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
}
@media (min-width: 1025px) {
  main div.mainArea div.titleArea1en h2 {
    margin-left: 50px;
    font-size: 28px;
    line-height: 36px;
  }
}
main div.mainArea div.titleArea2 {
  width: 100%;
  box-sizing: border-box;
  padding: 20px 0;
}
@media (min-width: 1025px) {
  main div.mainArea div.titleArea2 {
    width: 1280px;
    margin: 0 auto;
    padding: 0;
    height: 136px;
    display: flex;
    justify-content: left;
    align-items: center;
  }
}
main div.mainArea div.titleArea2 img {
  margin: 0 auto 24px;
  display: block;
  height: 60px;
}
@media (min-width: 1025px) {
  main div.mainArea div.titleArea2 img {
    margin: 0;
    height: 120px;
    margin-left: 260px;
  }
}
main div.mainArea div.titleArea2 h2 {
  color: #0168B7;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
}
@media (min-width: 1025px) {
  main div.mainArea div.titleArea2 h2 {
    margin-left: 50px;
    font-size: 28px;
  }
}
main div.mainArea div.movieArea {
  padding: 20px;
}
main div.mainArea div.movieArea .youtubeMovieArea {
  width: 335px;
  height: 188px;
  margin: 10px auto;
  display: block;
}
@media (min-width: 1025px) {
  main div.mainArea div.movieArea .youtubeMovieArea {
    width: 640px;
    height: 360px;
  }
}
main div.mainArea div.movieArea p.movieCaption {
  font-size: 14px;
  text-align: center;
}
@media (min-width: 1025px) {
  main div.mainArea div.movieArea p.movieCaption {
    font-size: 16px;
  }
}
main div.mainArea div.contentsArea {
  width: 100%;
  box-sizing: border-box;
  padding: 50px 20px 20px;
}
@media (min-width: 1025px) {
  main div.mainArea div.contentsArea {
    width: 1280px;
    margin: 0 auto;
  }
}
main div.mainArea div.contentsArea ul.layout2column {
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 1025px) {
  main div.mainArea div.contentsArea ul.layout2column {
    display: flex;
  }
}
main div.mainArea div.contentsArea ul.layout2column li.column {
  width: 100%;
}
@media (min-width: 1025px) {
  main div.mainArea div.contentsArea ul.layout2column li.column {
    width: auto;
  }
}
main div.mainArea div.contentsArea ul.layout2column li.column img {
  width: 100%;
}
@media (min-width: 1025px) {
  main div.mainArea div.contentsArea ul.layout2column li.column img {
    width: auto;
  }
}
main div.mainArea div.contentsArea ul.layout2column li.column p.imageCaption {
  font-size: 14px;
  text-align: center;
  padding: 12px 0 30px;
}
@media (min-width: 1025px) {
  main div.mainArea div.contentsArea ul.layout2column li.column p.imageCaption {
    font-size: 15px;
    text-align: left;
    padding: 12px 0 80px;
  }
}
main div.mainArea div.contentsArea ul.layout2column li.column p.text {
  font-size: 15px;
  line-height: 25px;
}
@media (min-width: 1025px) {
  main div.mainArea div.contentsArea ul.layout2column li.column p.text {
    font-size: 16px;
    line-height: 28px;
  }
}
main div.mainArea div.contentsArea ul.layout2column li.column:nth-child(1) p.text {
  padding-bottom: 30px;
}
@media (min-width: 1025px) {
  main div.mainArea div.contentsArea ul.layout2column li.column:nth-child(1) p.text {
    padding-right: 80px;
  }
}
@media (min-width: 1025px) {
  main div.mainArea div.contentsArea ul.layout2column li.column:nth-child(2) p.text {
    padding-left: 80px;
  }
}
main div.pd50 {
  padding-top: 0;
}
@media (min-width: 1025px) {
  main div.pd50 {
    padding-top: 50px;
  }
}
main div.bgWhite {
  position: relative;
  background: #fff;
}
@media (min-width: 1025px) {
  main div.bgWhite {
    padding-top: 180px;
    background-color: #E8F4FF;
    height: 1358px;
    background-image: url("../images/bg_effect.png");
    background-repeat: no-repeat;
    background-position: center;
  }
}
main div.newsArea {
  width: 100%;
  box-sizing: border-box;
  padding: 40px 20px 20px;
  overflow: hidden;
}
main div.newsArea h3.newsTitle {
  width: 100%;
  font-size: 20px;
  margin-bottom: 9px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
@media (min-width: 1025px) {
  main div.newsArea h3.newsTitle {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}
main div.newsArea h3.newsTitle::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 36px;
  background-image: url("../images/icon_news.png");
  background-repeat: no-repeat;
  background-size: 100%;
  margin-right: 8px;
}
main div.newsArea ul.newsList {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 40px;
}
@media (min-width: 1025px) {
  main div.newsArea ul.newsList {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
}
main div.newsArea ul.newsList li.news {
  border-top: 1px solid #D4D9DD;
  padding: 14px 0;
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 1025px) {
  main div.newsArea ul.newsList li.news {
    padding: 30px 35px;
    display: flex;
    flex-wrap: nowrap;
  }
}
main div.newsArea ul.newsList li.news:last-child {
  border-bottom: 1px solid #D4D9DD;
}
main div.newsArea ul.newsList li.news dl {
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 1025px) {
  main div.newsArea ul.newsList li.news dl {
    display: flex;
    flex-wrap: nowrap;
  }
}
main div.newsArea ul.newsList li.news dl dt {
  box-sizing: border-box;
}
main div.newsArea ul.newsList li.news dl dt.date {
  font-size: 13px;
}
@media (min-width: 1025px) {
  main div.newsArea ul.newsList li.news dl dt.date {
    width: 200px;
    font-size: 16px;
  }
}
main div.newsArea ul.newsList li.news dl dd {
  box-sizing: border-box;
}
@media (min-width: 1025px) {
  main div.newsArea ul.newsList li.news dl dd {
    width: calc(100% - 200px);
  }
}
main div.newsArea ul.newsList li.news dl dd a {
  text-decoration: underline;
  box-sizing: border-box;
  color: #333333;
  font-size: 13px;
  line-height: 1.15rem;
}
@media (min-width: 1025px) {
  main div.newsArea ul.newsList li.news dl dd a {
    font-size: 16px;
    display: inline;
  }
}
main div.newsArea ul.newsList li.news dl dd.pdf a::after {
  content: "";
  background: url("../images/icon_pdf.png");
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
}
main div.newsArea ul.bannerList {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 15px;
}
@media (min-width: 1025px) {
  main div.newsArea ul.bannerList {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 40px;
  }
}
main div.newsArea ul.bannerList li {
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 1025px) {
  main div.newsArea ul.bannerList li {
    width: 50%;
  }
}
main div.newsArea ul.bannerList li a img {
  width: 100%;
}
main div.newsArea ul.bannerList li:first-child {
  padding-bottom: 20px;
}
@media (min-width: 1025px) {
  main div.newsArea ul.bannerList li:first-child {
    padding: 0 50px 0 0;
  }
  main div.newsArea ul.bannerList li:last-child {
    padding: 0 0 0 50px;
  }
}
main div.newsArea p.expoCopyright {
  width: 100%;
  box-sizing: border-box;
  text-align: right;
  padding: 0 20px;
  font-size: 12px;
}
@media (min-width: 1025px) {
  main div.newsArea p.expoCopyright {
    width: 1200px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
  }
}
main div.bannerArea {
  width: 100%;
  box-sizing: border-box;
  background: #F2F2F2;
  position: relative;
  overflow: hidden;
}
main div.bannerArea ul.bannerList {
  width: 100%;
  box-sizing: border-box;
  padding: 38px 20px 38px;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1025px) {
  main div.bannerArea ul.bannerList {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 45px 0px 75px;
  }
}
main div.bannerArea ul.bannerList li {
  width: 50%;
  box-sizing: border-box;
  padding-top: 10px;
}
@media (min-width: 1025px) {
  main div.bannerArea ul.bannerList li {
    width: 33.33%;
    padding-top: 35px;
  }
}
main div.bannerArea ul.bannerList li a img {
  width: 100%;
}
@media (min-width: 1025px) {
  main div.bannerArea ul.bannerList li a img {
    width: auto;
  }
}
main div.bannerArea ul.bannerList li:nth-child(even) {
  padding-left: 8px;
}
@media (min-width: 1025px) {
  main div.bannerArea ul.bannerList li:nth-child(even) {
    padding-left: 0;
  }
}
main div.bannerArea ul.bannerList li:nth-child(odd) {
  padding-right: 8px;
}
@media (min-width: 1025px) {
  main div.bannerArea ul.bannerList li:nth-child(odd) {
    padding-right: 0;
  }
}
@media (min-width: 1025px) {
  main div.bannerArea ul.bannerList li:nth-child(3n) {
    text-align: right;
  }
  main div.bannerArea ul.bannerList li:nth-child(2) {
    text-align: center;
  }
  main div.bannerArea ul.bannerList li:nth-child(5) {
    text-align: center;
  }
}

/* footer
________________________________________________________*/
footer {
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: #333333;
  box-sizing: border-box;
}
footer div.footerContents {
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 1025px) {
  footer div.footerContents {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: nowrap;
  }
}
footer div.footerMenuArea {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
@media (min-width: 1025px) {
  footer div.footerMenuArea {
    width: 50%;
  }
}
footer div.footerMenuArea ul.footerMenuLink {
  margin: 18px 18px 5px;
  box-sizing: border-box;
  width: 100%;
}
@media (min-width: 1025px) {
  footer div.footerMenuArea ul.footerMenuLink {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin: 0;
    height: 120px;
  }
}
footer div.footerMenuArea ul.footerMenuLink li a {
  text-decoration: underline;
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  line-height: 1.15rem;
}
@media (min-width: 1025px) {
  footer div.footerMenuArea ul.footerMenuLink li a {
    font-size: 14px;
  }
}
@media (min-width: 1025px) {
  footer div.footerMenuArea ul.footerMenuLink li:nth-child(n+2)::before {
    content: "|";
    display: inline-block;
    padding: 0 20px;
    color: #fff;
  }
}
footer div.footerCopyright {
  width: 100%;
  box-sizing: border-box;
  font-size: 11px;
  text-align: center;
  padding: 16px 0 16px;
  color: #fff;
}
@media (min-width: 1025px) {
  footer div.footerCopyright {
    width: 50%;
    padding: 0;
    display: flex;
    justify-content: right;
    align-items: center;
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */