@charset "UTF-8";
.top-main-visual {
  height: 450px;
  margin: 10px 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.top-main-visual .text1,
.top-main-visual .text2,
.top-main-visual .text3 {
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  text-indent: 100%;
  white-space: nowrap;
  width: 100%;
}
.top-main-visual .text1 {
  background: transparent url(../images/top-main-visual-ov-text-1.png) center top no-repeat;
  background-size: 732px 60px;
  height: 56px;
  top: 150px;
}
.top-main-visual .text2 {
  background: transparent url(../images/top-main-visual-ov-text-2.png) center top no-repeat;
  background-size: 793px 39px;
  height: 78px;
  top: 230px;
}
.top-main-visual .text3 {
  background: transparent url(../images/top-main-visual-ov-text-3.png) center top no-repeat;
  background-size: 706px 32px;
  bottom: 40px;
  height: 32px;
}
@media (max-width: 599px) {
  .top-main-visual {
    height: 138px;
    width: 100%;
  }
  .top-main-visual .text1 {
    background-size: 300px 25px;
    height: 25px;
    top: 30px;
  }
  .top-main-visual .text2 {
    background-size: 250px 20px;
    height: 20px;
    top: 60px;
  }
  .top-main-visual .text3 {
    background-size: 300px 12px;
    bottom: 20px;
    height: 12px;
  }
}

.en .top-main-visual .text1 {
  background: transparent url(../images/top-main-visual-ov-text-1-en.png) center top no-repeat;
  background-size: 1091px 55px;
  height: 55px;
  top: 150px;
}
.en .top-main-visual .text2 {
  background: transparent url(../images/top-main-visual-ov-text-2-en.png) center top no-repeat;
  background-size: 983px 36px;
  height: 36px;
  top: 230px;
}
@media (max-width: 599px) {
  .en .top-main-visual .text1 {
    background-size: 350px 18px;
    height: 25px;
    top: 30px;
  }
  .en .top-main-visual .text2 {
    background-size: 350px 13px;
    height: 20px;
    top: 60px;
  }
}

.top-main-visual-ov {
  background: transparent url(../images/top-main-visual-ov.png) center top repeat-x;
  background-size: 1440px 450px;
  left: 0;
  height: 450px;
  top: 0;
  position: absolute;
  width: 100%;
  z-index: 110;
}
@media (max-width: 599px) {
  .top-main-visual-ov {
    background-size: 1440px 450px;
    height: 138px;
  }
}

.top-main-visual-video {
  height: 450px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}
.top-main-visual-video .top-main-visual-video-video,
.top-main-visual-video .top-main-visual-video-poster {
  width: 100%;
}
.top-main-visual-video .top-main-visual-video-video.hide,
.top-main-visual-video .top-main-visual-video-poster.hide {
  display: none;
}
@media (max-width: 599px) {
  .top-main-visual-video {
    height: 138px;
  }
}

.content-nav {
  background: #e3e3e3 url(../images/content-nav-bg.jpg) center top repeat;
  background-size: 1600px 518px;
  margin: 5px 0 40px 0;
}
.content-nav > .content-nav-inner {
  margin: 0 auto;
}
@media (max-width: 599px) {
  .content-nav {
    padding: 10px 0;
  }
}

.content-nav-menu {
  color: #000000;
  letter-spacing: -.40em;
  list-style: none;
  margin: 0 -35px;
  padding: 20px 0;
}
.content-nav-menu > li {
  display: inline-block;
  letter-spacing: normal;
  padding: 0 35px;
  margin: 20px 0;
  vertical-align: middle;
  width: 50%;
}
.content-nav-menu > li .media .media-left {
  padding-right: 15px;
}
.content-nav-menu > li .media .media-left .content-nav-menu-image {
  height: 188px;
  width: 188px;
}
.content-nav-menu > li .media .media-left .content-nav-menu-image:hover {
  opacity: 0.6;
}
.content-nav-menu > li .media .media-body {
  color: #333333;
}
.content-nav-menu > li .media .media-body .content-nav-menu-heading {
  border-bottom: solid 2px #e60033;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-size: 24px;
  font-weight: normal;
  display: block;
  line-height: 1;
  height: 40px;
  margin: 30px 0 10px 0;
  position: relative;
}
.content-nav-menu > li .media .media-body .content-nav-menu-heading > a {
  color: #000000;
  bottom: 10px;
  position: absolute;
  width: 100%;
}
.content-nav-menu > li .media .media-body .content-nav-menu-heading > a:active, .content-nav-menu > li .media .media-body .content-nav-menu-heading > a:visited, .content-nav-menu > li .media .media-body .content-nav-menu-heading > a:link {
  color: #000000;
}
.content-nav-menu > li .media .media-body .content-nav-menu-heading > a:hover {
  color: #e60033;
}
.content-nav-menu > li .media .media-body > p {
  line-height: 1.4;
}
@media (max-width: 599px) {
  .content-nav-menu {
    margin: 0 -5px;
    padding: 0 10px;
  }
  .content-nav-menu > li {
    height: auto;
    margin: 10px 0;
    padding: 0 5px;
    vertical-align: top;
  }
  .content-nav-menu > li .media .media-left,
  .content-nav-menu > li .media .media-body {
    display: block;
    padding: 0;
    width: auto;
  }
  .content-nav-menu > li .media .media-left {
    text-align: center;
  }
  .content-nav-menu > li .media .media-left .content-nav-menu-image {
    height: 120px;
    width: 120px;
  }
  .content-nav-menu > li .media .media-body .content-nav-menu-heading {
    font-size: 19px;
    font-weight: normal;
    height: 40px;
    margin: 0 0 5px 0;
    text-align: center;
  }
  .content-nav-menu > li .media .media-body .content-nav-menu-heading > a {
    background: none;
    bottom: 0;
    display: inline-block;
    left: 0;
    padding: 0;
  }
}

.en .content-nav-menu > li .media .media-body .content-nav-menu-heading {
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, sans-serif;
}
@media (max-width: 599px) {
  .en .content-nav-menu > li .media .media-body .content-nav-menu-heading {
    height: 50px;
  }
}

.information > .information-inner {
  margin: 0 auto;
}
.information > .information-inner > .information-heading {
  border-bottom: solid 4px #e60033;
  text-align: center;
}
.information > .information-inner > .information-heading > h2 {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-size: 28px;
  font-weight: normal;
  line-height: 1;
  margin: 10px 0;
}
.information > .information-inner > .information-body {
  padding: 20px 10px;
}
.information > .information-inner > .information-body > dl {
  max-height: 200px;
  overflow: auto;
}
.information > .information-inner > .information-body > dl::-webkit-scrollbar {
  background-color: transparent;
}
.information > .information-inner > .information-body > dl::-webkit-scrollbar-thumb {
  background-color: #cccccc;
  border-radius: 8px;
}
.information > .information-inner > .information-body > dl > dt {
  clear: left;
  color: #959595;
  float: left;
  letter-spacing: .1rem;
  line-height: 1rem;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 130px;
}
.information > .information-inner > .information-body > dl > dd {
  line-height: 1rem;
  margin-bottom: 15px;
  margin-left: 130px;
}
.information > .information-inner > .information-body > dl > dd a {
  color: #000000;
}
.information > .information-inner > .information-body > dl > dd a:active, .information > .information-inner > .information-body > dl > dd a:visited, .information > .information-inner > .information-body > dl > dd a:link {
  color: #000000;
}
.information > .information-inner > .information-body > dl > dd a:hover {
  color: #e60033;
}
.information > .information-inner > .information-footer .information-nav-menu {
  letter-spacing: -.4em;
  line-height: 2;
  list-style-type: none;
  text-align: right;
}
.information > .information-inner > .information-footer .information-nav-menu > li {
  display: inline-block;
  letter-spacing: normal;
  margin: 0 4px;
}
.information > .information-inner > .information-footer .information-nav-menu > li:last-child {
  margin-right: 0;
}
@media (max-width: 599px) {
  .information {
    padding: 0 10px;
  }
  .information > .information-inner > .information-heading > h2 {
    font-size: 24px;
    font-weight: normal;
    margin: 10px 0;
  }
  .information > .information-inner > .information-body {
    padding: 10px 0;
  }
  .information > .information-inner > .information-body > dl {
    max-height: none;
  }
  .information > .information-inner > .information-body > dl > dt {
    float: none;
    padding-bottom: 5px;
    width: 100%;
  }
  .information > .information-inner > .information-body > dl > dd {
    margin-bottom: 10px;
    margin-left: 0;
  }
}

.en .information > .information-inner > .information-heading > h2 {
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, sans-serif;
}

/*# sourceMappingURL=index.css.map */
