@charset "UTF-8";
@font-face {
  font-family: "clark";
  src: url("fonts/clark.eot?-y0c40m");
  src: url("fonts/clark.eot?#iefix-y0c40m") format("embedded-opentype"), url("fonts/clark.woff?-y0c40m") format("woff"), url("fonts/clark.ttf?-y0c40m") format("truetype"), url("fonts/clark.svg?-y0c40m#clark") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=arrow-], [class*=" arrow-"] {
  font-family: "clark";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ==========================================================================

   ユーティリティモジュール

 */
/* -------------------------------------------------------------------------
	画像を100%に/100%を解除
	<img class="u-fit" src="xxx.jpg" />
*/
.u-fit {
  width: 100%;
  height: auto;
}

.u-free {
  width: auto;
}

/* -------------------------------------------------------------------------
	SPのみ、PCのみで改行させる
	<br class="u-spbr" />
	<br class="u-pcbr" />
*/
.u-spbr {
  display: none;
}
@media only screen and (max-width: 568px) {
  .u-spbr {
    display: inline;
  }
}

.u-pcbr {
  display: none;
}
@media only screen and (min-width:769px) {
  .u-pcbr {
    display: inline;
  }
}

.u-tdbr {
  display: none;
}
@media only screen and (min-width: 569px) and (max-width: 768px) {
  .u-tdbr {
    display: inline;
  }
}

/* -------------------------------------------------------------------------
	フロート
*/
@media only screen and (min-width:769px) {
  .u-floatL {
    float: left;
  }
}

@media only screen and (min-width:769px) {
  .u-floatR {
    float: right;
  }
}

/* -------------------------------------------------------------------------
	position:relative
*/
.u-relative {
  position: relative;
}

/* -------------------------------------------------------------------------
	インラインテキストリンク
*/
/* -------------------------------------------------------------------------
	縦書きテキスト
*/
/* -------------------------------------------------------------------------
	ブロック指定
*/
.u-inlineBlock {
  display: inline-block;
}

.u-block {
  display: block;
}

/* -------------------------------------------------------------------------
	リスト要素のスタイル
*/
.u-listIndent li {
  font-size: 1.6rem;
  padding-left: 1.2em;
  text-indent: -1.2em;
  line-height: 1.75em;
  margin-bottom: 1.2em;
}
@media only screen and (max-width: 568px) {
  .u-listIndent li {
    font-size: 1.1rem;
    margin-bottom: 0.5em;
  }
}

.u-listDisc li {
  list-style-type: disc;
  margin-bottom: 1em;
  margin-left: 1.2em;
}

/* -------------------------------------------------------------------------
	PCレイアウト時に非表示
*/
.u-sp-only {
  display: none !important;
}

.u-pc-only {
  display: block !important;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-sp-only {
    display: block !important;
  }
  .u-pc-only {
    display: none !important;
  }
}
.u-noWrap {
  white-space: nowrap;
}

@media only screen and (min-width:769px) {
  .u-pc-pdng {
    display: inline-block;
    width: 20px;
  }
}

#top header {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: auto;
  padding-bottom: 1px;
}
#top header h1 {
  padding: 10px 0;
  margin: 0;
}
#top header .dd-trigger {
  top: 8px;
  left: 8px;
}
@media only screen and (min-width:769px) {
  #top header {
    background: none;
    padding-top: 0px;
    border-top: 5px solid #0d3d92;
    width: 280px;
    left: 30px;
    top: 30px;
    height: auto;
  }
  #top header h1 {
    padding: 25px 0 0 0;
  }
  #top header .gnav {
    display: block;
    background: none;
    position: relative;
    z-index: 20;
    height: auto;
    padding: 30px 0;
    margin-left: auto;
    margin-right: auto;
  }
  #top header .gnav ul {
    width: auto;
  }
  #top header .gnav ul li:first-child {
    border: none;
  }
  #top header .gnav ul li:last-child {
    margin: 0;
  }
  #top header .gnav ul li {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
    float: none;
    margin-bottom: 15px;
    background: none;
    border: none;
    white-space: nowrap;
  }
  #top header .gnav ul li a:link {
    text-decoration: none;
  }
  #top header .gnav ul li a:hover {
    text-decoration: none;
  }
  #top header .gnav ul li a:visited {
    text-decoration: none;
  }
  #top header .gnav ul li a {
    text-align: left;
    padding: 0 0 0 60px;
    background: url(img/arrow_d_b.svg) no-repeat left 26px top 5px;
    background-size: 13px 13px;
  }
  #top header .gnav ul li a.crnt {
    color: #fff !important;
  }
  #top header .gnav ul li .sub {
    margin-top: 0;
  }
}
#top .sp-recbanner {
  width: 80%;
  background-color: #153367;
  margin: -10px auto 30px;
}
#top .sp-recbanner img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width:769px) {
  #top .sp-recbanner {
    display: none;
  }
}
#top .sp-sdgsbanner {
  width: 80%;
  background-color: #153367;
  margin: -10px auto 30px;
}
#top .sp-sdgsbanner img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width:769px) {
  #top .sp-sdgsbanner {
    display: none;
  }
}
#top .header__recbanner {
  display: none;
}
@media only screen and (min-width:769px) {
  #top .header__recbanner {
    display: block;
    border: 2px solid #0d3d92;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  #top .header__recbanner img {
    width: 100%;
    height: auto;
  }
}
#top .header__sdgsbanner {
  display: none;
}
@media only screen and (min-width:769px) {
  #top .header__sdgsbanner {
    display: block;
  }
  #top .header__sdgsbanner img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-width:769px) {
  #top .header-inner {
    display: block;
    background: rgba(255, 255, 255, 0.9);
  }
}
#top #front-container {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
#top #front-container .mov-area {
  position: relative;
}
#top #front-container .top-news-tab {
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: calc(50% - 30px);
}
#top #front-container .btn-video {
  text-align: center;
}
#top #front-container .btn-video img {
  width: 90px;
}
#top #front-container #news-btn {
  position: absolute;
  z-index: 10;
  display: none;
}
@media only screen and (max-width: 568px) {
  #top #front-container .top-typo {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 80vw;
    top: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  #top #front-container .top-typo img {
    width: auto;
    height: 30px;
  }
  #top #front-container .top-news-tab {
    display: none;
  }
}
@media only screen and (min-width:769px) {
  #top #front-container .mov-area {
    height: 750px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  #top #front-container .top-typo {
    margin: 0 auto;
    text-align: center;
    width: 70vw;
    /*width: 35vw;*/
  }
  #top #front-container .top-typo img {
    width: auto;
    height: 48px;
  }
  #top #front-container .btn-video {
    display: none;
  }
}
#top #bg-vid {
  z-index: 0;
  width: 100%;
  height: auto;
}
#top #dotline {
  display: none;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: url(img/top_line.png) rgba(0, 0, 0, 0.4);
  position: fixed;
  z-index: 1;
}
#top footer {
  background: none;
  margin: 0;
  padding: 0;
  height: auto;
}
#top footer small {
  margin: 0;
}
#top .info-area {
  background: #153367;
  padding: 30px 0;
}
#top .info-area .inner {
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}
#top .info-area .inner .left {
  float: none;
}
#top .info-area .inner .right {
  float: none;
  padding-top: 40px;
  text-align: center;
}
#top .info-area .banner__heading {
  font-size: 1.2rem;
  text-align: left;
  color: #fff;
}
@media only screen and (min-width:769px) {
  #top .info-area .banner__heading {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
#top .info-area .news-list {
  margin-top: 10px;
}
#top .info-area .news-list a {
  color: #fff;
}
#top .info-area .news-list dt, #top .info-area .news-list dd {
  color: #fff;
  line-height: 1.5;
  font-size: 12px;
  font-size: 1.2rem;
  /*&:nth-child(4n-3),
  &:nth-child(4n-2) {
  	background: #21427a;
  }*/
}
#top .info-area .news-list dt {
  color: #a8bfe6;
  padding: 5px 0 5px 5px;
}
#top .info-area .news-list dd {
  padding: 0 0 5px 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #2a4f8e;
}
#top .info-area .news-list dd p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 568px) {
  #top .info-area .banner-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
#top .info-area .banner {
  padding-top: 0px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
#top .info-area .banner .banner-text {
  color: #fff;
  line-height: 1.3;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: left;
}
@media only screen and (max-width: 568px) {
  #top .info-area .banner {
    width: 47%;
  }
  #top .info-area .banner img {
    width: 100%;
  }
}
@media only screen and (min-width: 569px) and (max-width: 768px) {
  #top .info-area .inner .left {
    float: none;
  }
  #top .info-area .inner .right {
    float: none;
    padding-top: 20px;
    text-align: center;
  }
  #top .info-area .news-list dt {
    float: left;
    width: 100px;
    padding: 5px;
  }
  #top .info-area .news-list dd {
    padding: 5px 5px 5px 100px;
    margin: 0;
  }
}
@media only screen and (min-width:769px) {
  #top .info-area .inner {
    *zoom: 1;
    width: 960px;
  }
  #top .info-area .inner:before, #top .info-area .inner:after {
    content: " ";
    display: table;
  }
  #top .info-area .inner:after {
    clear: both;
  }
  #top .info-area .inner .left {
    float: left;
    width: 620px;
  }
  #top .info-area .inner .right {
    float: right;
    padding-top: 40px;
  }
  #top .info-area .news-list dt {
    width: 100px;
    float: left;
    padding: 12px;
  }
  #top .info-area .news-list dd {
    padding: 12px 12px 12px 100px;
    margin: 0;
  }
}

.vjs-control-bar {
  display: none;
}

@media only screen and (max-width: 568px) {
  .mv-video {
    /*height: auto;*/
    margin-top: 50px;
    background-color: #153367;
    height: 80vw;
  }
  .mv-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media only screen and (min-width:769px) {
  .mv-video {
    position: fixed;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 750px;
  }
  .mv-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}