@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600");
/*===============================================================

  2015/7/17

===============================================================*/
/* 初期�?
----------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  outline: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

input, textarea {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1, h2, h3, h4, h5, h6, p, li, th, td, dt, dd {
  font-size: 14px;
}

caption, th, td {
  text-align: left;
  vertical-align: top;
}

img {
  vertical-align: top;
  border: 0;
}

ul, li {
  list-style: none;
}

option {
  padding-right: 1em;
}

address, caption {
  font-style: normal;
  font-weight: normal;
}

a {
  outline: none;
  text-decoration: underline;
}

a:focus {
  outline: none;
}

ul a, li a {
  zoom: 1;
}

/* HTML5
----------------------------------------------------------------*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* iOS3.1のhtml5対�? */
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* body
----------------------------------------------------------------*/
body {
  width: 100%;
  color: #333;
  font-size: 14px;
  text-align: left;
  line-height: 25px;
  -webkit-text-size-adjust: none;
  font-family: 'Montserrat', sans-serif;
  -ms-font-feature-settings: "normal";
}

html, body {
  height: 100%;
}

a {
  color: #36C;
  -webkit-transition: background-color 0.1s linear, color 0.1s linear, border-color 0.1s linear, border-width 0.1s linear, opacity 0.1s linear;
  -ms-transition: background-color 0.1s linear, color 0.1s linear, border-color 0.1s linear, border-width 0.1s linear, opacity 0.1s linear;
  -moz-transition: background-color 0.1s linear, color 0.1s linear, border-color 0.1s linear, border-width 0.1s linear, opacity 0.1s linear;
  -o-transition: background-color 0.1s linear, color 0.1s linear, border-color 0.1s linear, border-width 0.1s linear, opacity 0.1s linear;
}

a:hover {
  color: #39F;
}

img {
  width: 100%;
  height: 100%;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.mt15 {
  margin-top: 15px !important;
}

.cb {
  clear: both;
}

.mt136 {
  margin-top: 136px !important;
}

/*矢印
----------------------------------------------------------------*/
.arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}

.arrow::before,
.arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

/* --------------------------------------------------------------

                        コン�?ン�?スター�?

----------------------------------------------------------------*/
.sp {
  display: none;
}

.pc {
  display: block;
}

/* -----------------グラ�?ーション------------------*/
span.a {
  color: #187aee;
}

span.b {
  color: #1786ef;
}

span.c {
  color: #1598f1;
}

span.d {
  color: #14a7f3;
}

span.e {
  color: #12b4f5;
}

span.f {
  color: #11bff6;
}

span.g {
  color: #11c3f7;
}

span.h {
  color: #0fcef8;
}

span.i {
  color: #0acefa;
}

/*ヘッダー /　サイドバー
----------------------------------------------------------------*/
.head-wrp {
  display: none;
}

.open-btn {
  display: none;
}

@media only screen and (max-width: 1300px) {
  .head-wrp {
    display: block;
    overflow: hidden;
    *zoom: 1;
    background-color: #083b87;
  }

  .head {
    width: auto;
    padding: 0 17px;
    overflow: hidden;
    *zoom: 1;
  }
  .head .logo {
    width: 70px;
    float: left;
    margin: 7px 0 7px 17px;
  }
  .head .logo a:hover {
    opacity: 0.7;
  }
  .head ul {
    overflow: hidden;
    *zoom: 1;
    float: left;
    display: flex;
    justify-content: space-between;
    margin-left: 80px;
    margin-top: 25px;
  }
  .head ul li {
    padding: 0 20px;
    border-right: 1px #214f93 solid;
    text-align: center;
  }
  .head ul li:last-child {
    border-right: 0;
  }
  .head ul li.active a {
    color: #0bd3ff;
  }
  .head a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
  }
  .head a:hover {
    color: #0bd3ff;
  }
  .head p {
    padding: 20px 0;
  }

  .side-bar-wrp {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .head ul {
    overflow: hidden;
    *zoom: 1;
    float: right;
    display: flex;
    justify-content: space-between;
    margin-left: 0px;
    margin-top: 25px;
    width: 90%;
  }
}
.side-bar-wrp {
  position: fixed;
  width: 180px;
  background: #083b87;
  height: 100%;
}
.side-bar-wrp h1 {
  width: 102px;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 30px;
}
.side-bar-wrp ul {
  border-top: 1px solid #214f93;
}
.side-bar-wrp ul li {
  border-bottom: 1px solid #214f93;
}
.side-bar-wrp ul li a {
  display: block;
  padding: 20px 0;
  color: #fff;
  font-weight: medium;
  text-decoration: none;
  text-align: center;
}
.side-bar-wrp ul li a:hover {
  color: #0bd3ff;
}
.side-bar-wrp ul li.active a {
  color: #0bd3ff;
}

/*フッター
----------------------------------------------------------------*/
.footer {
  padding: 70px 60px;
}
.footer>ul {
  overflow: hidden;
  *zoom: 1;
  display: flex;
}
.footer>ul>li {
  box-sizing: border-box;
  width: 270px;
  /* float: left; */
  border-right: 1px solid #8996a5;
  padding-bottom: 10px;
  margin-right: 30px;
  height: 249px;
}
.footer ul li h4 {
  font-size: 20px;
  font-weight: 600;
  color: #314965;
}
.footer ul li ul {
  margin-top: 50px;
}
.footer ul li ul li {
  margin-bottom: 5px;
  padding-left: 0;
  height: auto;
}
.footer ul li ul li a {
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  color: #8996a5;
}
.footer ul li ul li a:hover {
  text-decoration: underline;
}
.footer ul li:first-child {
  padding-left: 0;
}
.footer .sns {
  width: 200px;
  /* float: left; */
  border: none;
}
.footer .sns h4 {
  font-size: 20px;
  font-weight: 600;
  color: #314965;
}
.footer .sns ul {
  overflow: hidden;
  *zoom: 1;
}
.footer .sns ul li {
  width: 32px;
  margin-right: 20px;
  float: left;
  border: none;
}
.footer .sns ul li a {
  display: block;
}
.footer .sns ul li a:hover {
  opacity: 0.7;
}
.footer .footer-bottom {
  margin-top: 40px;
  padding-top: 50px;
  border-top: 1px solid #8996a5;
  overflow: hidden;
  *zoom: 1;
}
.footer .footer-bottom p {
  font-family: "Raleway Webfont";
  display: bold;
  float: left;
  font-size: 12px;
  font-weight: 600;
  color: #314965;
}
.footer .footer-bottom a {
  display: block;
  width: 38px;
  float: right;
}

.footer .footer-bottom .jrlogo {
  width: 47px;
  margin-left: 1em;
}

.footer.bg-gray {
  background-color: #e8edf1;
}

/*top
----------------------------------------------------------------*/
.content-wrp {
  margin-left: 180px;
  overflow: hidden;
}

.top-main {
  width: 100%;
  position: relative;
}

.top-main .notice-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2%;
  width: 340px;
  margin: auto;
}
.top-main .notice-btn a {
  display: block;
  width: 320px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background: linear-gradient(90deg, #0e64ce, #17a6f8);
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  padding: 8px 0;
  color: #fff;
  font-weight: 600;
}
.top-main .notice-btn a:hover {
  background: #17a6f8;
}

.top-main .main-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25%;
  width: 260px;
  margin: auto;
}
.top-main .main-btn a {
  display: block;
  width: 260px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background: #0f1e3c;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  padding: 20px 0;
  font-weight: 600;
}
.top-main .main-btn a:hover {
  background: #0f2e6c;
}
.top-main ul.bxslider li {
  position: relative;
}
.top-main ul.bxslider li .main-inner {
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.top-main ul.bxslider li .main-inner h2 {
  text-align: center;
}
.top-main ul.bxslider li .main-inner h2 span {
  font-family: "Raleway Webfont";
  font-weight: 900;
  font-size: 90px;
  line-height: 96px;
}
.top-main ul.bxslider li .main-inner h2.font-mo {
  text-align: center;
}
.top-main ul.bxslider li .main-inner h2.font-mo span {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 90px;
  line-height: 96px;
}
.top-main ul.bxslider li .main-inner p {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  color: #fff;
}

.top-content-01 {
  box-sizing: border-box;
  background-color: #fff;
  z-index: 0;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.625rem;
}

@media only screen and (max-width: 760px) {
  .top-content-01 {
    display: block;
  }
}

.top-content-01 * {
  box-sizing: border-box;
}

.top-content-01 {
  display: flex;
}

.top-content-01__item {
  position: relative;
  background-color: #083b87;
  /* display: grid;
  place-items: center; */
  padding-left: 2em;
  padding-right: 2em;
  width: 50%;
}

.top-content-01__item.full {
  width: 100%;
}


@media only screen and (max-width: 760px) {
  .top-content-01__item {
    padding-left: 2em;
    padding-right: 2em;
    width: 100%;
  }
}

.top-content-01__item:first-child {
}

.top-content-01__item-inner {
  position: relative;
  z-index: 1;
  padding-top: 70px;
  padding-bottom: 70px;
  width: 100%;
}

@media only screen and (max-width: 760px) {
  .top-content-01__item-inner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.top-content-01__item__back {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 0;
  width: 100%;
  height: 100%;

}

.top-content-01__item__back img {
  object-position: 50% 0%;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.top-content-01__icon {
  width: 80px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 760px) {
  .top-content-01__icon {
    width: 56px;
  }
}

.top-content-01__heading {
  color: #fff;
  font-size: 32px;
  text-align: center;
  font-weight: 600;
  line-height: 1;
  margin-top: 28px;
}

@media only screen and (max-width: 760px) {
  .top-content-01__heading {
    font-size: 21px;
    margin-top: 6px;
  }
}

.top-content-01__button {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  color: #fff;
  margin-top: 35px;
}

.top-content-01__button:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 959px) {
  .top-content-01__button {
    max-width: 380px;
  }
}

@media only screen and (max-width: 760px) {
  .top-content-01__button {
    margin-top: 15px;
    width: 100%;
    max-width: 225px;
  }
}

.inline-block {
  display: inline-block;
  font-weight: 600;
}

.top-content-01__button a {
  display: block;
  background-image: linear-gradient(90deg, #0e64ce, #17a6f8);
  color: inherit;
  text-decoration: none;
  border-radius: 10000px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  padding-top: 1.032em;
  padding-bottom: 1.032em;
  padding-left: 3.5312em;
  padding-right: 3.5312em;
  letter-spacing: 0.06217em;
  text-align: center;
}


@media only screen and (max-width: 760px) {
  .top-content-01__button a {
    border-radius: 0;
    font-size: 12px;
    letter-spacing: 0;
    display: block;

    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
    padding-right: 1em;
  }
}

.top-content-01__button a:visited {
  color: inherit;
}

.top-content-01__button a:hover {
  background-image: linear-gradient(90deg, #17a6f8, #17a6f8);
}

.top-content-01__timeline {
  margin: 0 auto;
  margin-top: 35px;
  max-width: 100% !important;
  width:500px;
  height: 500px;
  background-color: #fff;
  text-align: center;
}

.top-content-01__timeline * {
  max-width: 100% !important;
}

.top-content-02 {
  padding: 70px 60px 90px 60px;
  overflow: hidden;
  *zoom: 1;
  background: no-repeat center url("../../assets/img/top/top-content-02-bg.jpg");
  background-size: cover;
}
.top-content-02 h3 {
  font-size: 42px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
}
.top-content-02 h3 span {
  font-family: 'Noto Sans Japanese', sans-serif;
  display: block;
  text-align: center;
  color: #182333;
  font-size: 15px;
  font-weight: 600;
  margin-top: 20px;
}
.top-content-02 ul {
  display: flex;
  justify-content: space-between;
  max-width: 1350px;
  margin: 0 auto;
}
.top-content-02 ul li {
  width: 380px;
  margin-right: 30px;
}
.top-content-02 ul li a {
  text-decoration: none;
  display: block;
}
.top-content-02 ul li a:hover {
  opacity: 0.7;
}
.top-content-02 ul li .hl-img {
  position: relative;
}
.top-content-02 ul li .hl-img .hl-category {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 140px;
}
.top-content-02 ul li .hl-img .hl-category p {
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  padding: 10px 0;
  color: #fff;
}
.top-content-02 ul li .hl-img .hl-category.nw {
  background-color: #2e70d3;
}
.top-content-02 ul li .hl-img .hl-category.ev {
  background-color: #e15631;
}
.top-content-02 ul li .hl-img .hl-category.bl {
  background-color: #112b47;
}
.top-content-02 ul li .hl-txt {
  background-color: #fff;
  padding: 30px;
}
.top-content-02 ul li .hl-txt p {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 400;
  color: #182333;
  font-size: 15px;
}
.top-content-02 ul li .hl-txt p span {
  display: block;
  color: #787d85;
  font-size: 15px;
  font-weight: 400;
  margin-top: 20px;
}
.top-content-02 ul li:last-child {
  margin-right: 0;
}
.top-content-02 .hl-btn {
  width: 300px;
  margin: 0 auto;
  margin-top: 40px;
}
.top-content-02 .hl-btn a {
  font-family: 'Noto Sans Japanese', sans-serif;
  display: block;
  width: 300px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background: linear-gradient(90deg, #0e64ce, #17a6f8);
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  padding: 20px 0;
  color: #fff;
  font-weight: 600;
}
.top-content-02 .hl-btn a:hover {
  background: #17a6f8;
}

.top-content-03 {
  padding: 70px 60px 90px 60px;
  overflow: hidden;
  *zoom: 1;
  background: no-repeat center url("../../assets/img/top/top-content-03-bg.jpg");
  background-size: cover;
}
.top-content-03 h3 {
  font-size: 42px;
  color: #1990f5;
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
}
.top-content-03 h3 span {
  font-family: 'Noto Sans Japanese', sans-serif;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  margin-top: 20px;
}
.top-content-03 ul {
  display: flex;
  justify-content: space-between;
  max-width: 1350px;
  margin: 0 auto;
}
.top-content-03 ul li {
  width: 380px;
  margin-right: 30px;
}
.top-content-03 ul li a {
  text-decoration: none;
  display: block;
}
.top-content-03 ul li a:hover {
  opacity: 0.7;
}
.top-content-03 ul li .bl-txt {
  padding: 30px 0;
}
.top-content-03 ul li .bl-txt p {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 15px;
}
.top-content-03 ul li .bl-txt p span {
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  margin-top: 20px;
}
.top-content-03 ul li:last-child {
  margin-right: 0;
}
.top-content-03 .bl-btn {
  width: 300px;
  margin: 0 auto;
  margin-top: 40px;
}
.top-content-03 .bl-btn a {
  font-family: 'Noto Sans Japanese', sans-serif;
  display: block;
  width: 300px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background: linear-gradient(90deg, #0e64ce, #17a6f8);
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  padding: 20px 0;
  color: #fff;
  font-weight: 600;
}
.top-content-03 .bl-btn a:hover {
  background: #17a6f8;
}

.top-content-04 {
  background: no-repeat center url("../../assets/img/top/top-content-04-bg.jpg");
  background-size: cover;
  padding: 140px 0;
}
.top-content-04 h3 {
  font-size: 42px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
}
.top-content-04 .pl-btn {
  width: 300px;
  margin: 0 auto;
  margin-top: 40px;
}
.top-content-04 .pl-btn a {
  font-family: 'Noto Sans Japanese', sans-serif;
  display: block;
  width: 300px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background: #023178;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  padding: 20px 0;
  color: #fff;
  font-weight: 600;
}
.top-content-04 .pl-btn a:hover {
  background: #0f1e3c;
}

.top-content-05 {
  background: no-repeat center url("../../assets/img/top/top-content-05-bg.jpg");
  background-size: cover;
  padding: 25px 10px 80px 10px;
  overflow: hidden;
  *zoom: 1;
}
.top-content-05 ul li {
  width: 50%;
  float: left;
}
.top-content-05 ul li a {
  text-decoration: none;
  display: block;
}
.top-content-05 ul li a:hover {
  opacity: 0.7;
}
.top-content-05 ul li .arw {
  float: right;
}
.top-content-05 ul li .logo {
  clear: both;
  width: 133px;
  margin: 30px auto;
}
.top-content-05 ul li p {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
.top-content-05 ul li p span {
  font-family: 'Noto Sans Japanese', sans-serif;
  display: block;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  margin-top: 10px;
}
.banner2019wc {
  margin: 60px auto 0 auto;
  /* margin-top: -65px; */
  width: 380px;
  height: 130px;
}


/*下層共�?
----------------------------------------------------------------*/
.under .main-img {
  position: relative;
}
.under .main-img .main-txt {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.under .main-img .main-txt h2 {
  text-align: center;
}
.under .main-img .main-txt h2 span {
  font-size: 62px;
  font-weight: 600;
  line-height: 1em;
}
.under .main-img .main-txt p {
  display: block;
  font-family: 'Noto Sans Japanese', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1em;
  margin-top: 10px;
  text-align: center;
}
.under .page {
  width: 310px;
  margin: 0 auto;
}
.under .page ul {
  padding: 0;
  display: block;
  overflow: hidden;
}
.under .page ul li {
  border: none !important;
  box-shadow: 0px 0px 0px 0px !important;
  float: left;
  width: 28px;
  margin-right: 5px;
}
.under .page ul li a {
  font-size: 20px;
  font-weight: bold;
  display: block;
  color: #314965;
  text-align: center;
}
.under .page ul li.active {
  border-bottom: 2px solid #314965;
}
.under .page ul li:hover {
  border-bottom: 2px solid #314965;
}
.under .page ul li:hover a {
  opacity: 1;
}
.under .page ul li:first-child {
  width: 11px;
  margin-right: 40px;
}
.under .page ul li:last-child {
  width: 11px;
  margin-right: 0px;
  margin-left: 40px;
}

.contact .main-img .main-txt {
  top: 35%;
}

.under .pagination{
  width: 100% !important;
  padding: 0 10px;
  text-align: center;
  box-sizing: border-box;
}

.under .pagination ul{
  display: block !important;
  padding: 0 !important;
}

.under .pagination ul li {
  display: inline-block;
  width: auto !important;
  margin: 0 15px !important;
  float: none;
}

/*blog
----------------------------------------------------------------*/
.blog {
  background-color: #e8edf1;
  padding-bottom: 130px;
}
.blog .blog-inner {
  margin-top: 80px;
}
.blog .blog-inner ul {
  padding: 0 60px 60px 60px;
  display: flex;
  justify-content: space-between;
}
.blog .blog-inner ul li {
  -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  border: 1px solid #e3e3e3;
  width: 380px;
  margin-right: 30px;
}
.blog .blog-inner ul li a {
  text-decoration: none;
  display: block;
}
.blog .blog-inner ul li a:hover {
  opacity: 0.7;
}
.blog .blog-inner ul li .bl-txt {
  padding: 30px;
  background-color: #fff;
}
.blog .blog-inner ul li .bl-txt p {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 400;
  color: #182333;
  font-size: 15px;
}
.blog .blog-inner ul li .bl-txt p span {
  display: block;
  color: #787d85;
  font-size: 15px;
  font-weight: 400;
  margin-top: 20px;
  background: no-repeat left url("../../assets/img/parts/icon-watch.png");
  background-size: 15px;
  padding-left: 20px;
}
.blog .blog-inner ul li:last-child {
  margin-right: 0;
}

/*news
----------------------------------------------------------------*/
.news {
  background-color: #f8f8f8;
  padding-bottom: 130px;
}
.news .news-inner {
  margin-top: 80px;
}
.news .news-inner ul {
  display: flex;
  justify-content: space-between;
  padding: 0 60px 60px 60px;
}
.news .news-inner ul li {
  -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  border: 1px solid #e3e3e3;
  width: 380px;
  margin-right: 30px;
}
.news .news-inner ul li a {
  text-decoration: none;
  display: block;
}
.news .news-inner ul li a:hover {
  opacity: 0.7;
}
.news .news-inner ul li .hl-img {
  position: relative;
}
.news .news-inner ul li .hl-img .hl-category {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 140px;
}
.news .news-inner ul li .hl-img .hl-category p {
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  padding: 10px 0;
  color: #fff;
}
.news .news-inner ul li .hl-img .hl-category.nw {
  background-color: #2e70d3;
}
.news .news-inner ul li .hl-img .hl-category.ev {
  background-color: #e15631;
}
.news .news-inner ul li .hl-img .hl-category.bl {
  background-color: #112b47;
}
.news .news-inner ul li .hl-txt {
  background-color: #fff;
  padding: 30px;
}
.news .news-inner ul li .hl-txt p {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 400;
  color: #182333;
  font-size: 15px;
}
.news .news-inner ul li .hl-txt p span {
  display: block;
  color: #787d85;
  font-size: 15px;
  font-weight: 400;
  margin-top: 20px;
  background: no-repeat left url("../../assets/img/parts/icon-watch.png");
  background-size: 15px;
  padding-left: 20px;
}
.news .news-inner ul li:last-child {
  margin-right: 0;
}
.news .page {
  width: 310px;
  margin: 0 auto;
}
.news .page ul {
  padding: 0;
  display: block;
  overflow: hidden;
}
.news .page ul li {
  float: left;
  width: 28px;
  margin-right: 5px;
}
.news .page ul li a {
  font-size: 20px;
  font-weight: bold;
  display: block;
  color: #314965;
  text-align: center;
}
.news .page ul li.active {
  border-bottom: 2px solid #314965;
}
.news .page ul li:hover {
  border-bottom: 2px solid #314965;
}
.news .page ul li:hover a {
  opacity: 1;
}
.news .page ul li:first-child {
  width: 11px;
  margin-right: 40px;
}
.news .page ul li:last-child {
  width: 11px;
  margin-right: 0px;
  margin-left: 40px;
}

.news .pagination{
  width: 100% !important;
  padding: 0 10px;
  text-align: center;
  box-sizing: border-box;
}

.news .pagination ul{
  display: block !important;
  padding: 0 !important;
}

.news .pagination ul li {
  display: inline-block;
  width: auto !important;
  margin: 0 15px !important;
  float: none;
}

.details-wrp {
  padding: 90px 120px;
  background-color: #f6fafd;
}
.details-wrp .details {
  background-color: #fff;
  -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  border: 1px solid #e3e3e3;
}
.details-wrp .details .details-header {
  padding: 70px 80px;
  overflow: hidden;
  *zoom: 1;
}
.details-wrp .details .details-header .tag p {
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  padding: 5px 20px;
  font-size: 20px;
  color: #fff;
  background-color: #2e70d3;
  width: 108px;
}
.details-wrp .details .details-header .details-title {
  width: 730px;
  float: left;
}
.details-wrp .details .details-header .details-title h3 {
  margin-top: 10px;
  font-family: 'Noto Sans Japanese', sans-serif;
  color: #16365f;
  font-weight: 600;
}
.details-wrp .details .details-header .details-title h3 span {
  display: block;
  font-size: 15px;
  color: #787d85;
  margin-top: 10px;
  background: no-repeat left url("../../assets/img/parts/icon-watch.png");
  background-size: 15px;
  padding-left: 20px;
}
.details-wrp .details .details-sns {
  width: 114px;
  float: right;
  margin-top: 10px;
}
.details-wrp .details .details-sns ul {
  display: flex;
  justify-content: space-between;
}
.details-wrp .details .details-sns ul li {
  width: 49px;
}
.details-wrp .details .details-txt {
  padding: 50px 80px 90px 80px;
}
.details-wrp .details .details-txt p {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 15px;
  color: #16365f;
}
.details-wrp .details .details-txt .details-bottom {
  border-top: solid 1px #d6dbe0;
  border-bottom: solid 1px #d6dbe0;
  margin-top: 80px;
  overflow: hidden;
  *zoom: 1;
}
.details-wrp .details .details-txt .details-bottom .details-logo {
  float: left;
  width: 88px;
  padding: 40px 0;
}
.details-wrp .details .details-txt .details-bottom .details-sns-wrp {
  margin-top: 50px;
  float: right;
  overflow: hidden;
  *zoom: 1;
}
.details-wrp .details .details-txt .details-bottom .details-sns-wrp .details-sns {
  margin-top: 0;
}
.details-wrp .details .details-txt .details-bottom .details-sns-wrp p {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 16px;
  color: #16365f;
  font-weight: 400;
  float: left;
  margin-top: 10px;
  margin-right: 30px;
}
.details-wrp .details .details-pager {
  padding: 45px 80px;
  background-color: #083b87;
}
.details-wrp .details .details-pager ul {
  display: flex;
  justify-content: space-between;
}
.details-wrp .details .details-pager ul li a {
  font-size: 18px;
  font-weight: 400px;
  text-decoration: none;
  text-align: center;
  color: #fff;
}
.details-wrp .details .details-pager ul li:first-child a {
  background: no-repeat left url("../../assets/img/parts/icon-arw-l-02.png");
  background-size: 11px;
  padding-left: 20px;
  text-align: left;
}
.details-wrp .details .details-pager ul li:last-child a {
  background: no-repeat right url("../../assets/img/parts/icon-arw-r-02.png");
  background-size: 11px;
  padding-right: 20px;
  text-align: right;
}

/*game
----------------------------------------------------------------*/
.game .content-01-bg {
  padding: 60px;
}
.game .content-01-bg .top-content-01 {
  background: no-repeat center url("../../assets/img/game/content-bg.png");
  background-size: cover;
  background-color: #e4e9f7;
}
.game .content-01-bg .top-content-01 .result {
  float: left;
  width: 50%;
}
.game .content-01-bg .top-content-01 .result h3 {
  color: #fff;
}
.game .content-01-bg .top-content-01 .result p {
  color: #fff;
}
.game .content-01-bg .top-content-01 .result .result-inner .left-team p {
  color: #fff;
}
.game .content-01-bg .top-content-01 .result .result-inner .score p span {
  color: #fff;
}
.game .content-01-bg .top-content-01 .nextgame {
  float: right;
  width: 50%;
}
.game .content-01-bg .top-content-01 .nextgame h3 {
  text-align: center;
}
.game .content-01-bg .top-content-01 .nextgame h3 span {
  font-size: 42px;
  font-weight: 600;
}
.game .content-01-bg .top-content-01 .nextgame h5 {
  font-family: 'Noto Sans Japanese', sans-serif;
  width: 164px;
  font-size: 18px;
  text-align: center;
  color: #071432;
  position: relative;
  margin: 0 auto;
}
.game .content-01-bg .top-content-01 .nextgame h5:before {
  content: "";
  position: absolute;
  display: block;
  width: 35px;
  height: 2px;
  top: 10px;
  background-color: #071432;
}
.game .content-01-bg .top-content-01 .nextgame h5:after {
  content: "";
  position: absolute;
  display: block;
  width: 35px;
  height: 2px;
  top: 10px;
  right: 0;
  background-color: #071432;
}
.game .content-01-bg .top-content-01 .nextgame .nextgame-inner {
  margin-top: 30px;
}
.game .content-01-bg .top-content-01 .nextgame .nextgame-inner h4 {
  font-family: 'Noto Sans Japanese', sans-serif;
  text-align: center;
  font-size: 26px;
  color: #071432;
}
.game .content-01-bg .top-content-01 .nextgame .nextgame-inner p {
  margin-top: 20px;
  font-family: 'Noto Sans Japanese', sans-serif;
  text-align: center;
  font-size: 18px;
  color: #071432;
}
.game .schedule {
  padding: 60px 60px 0 60px;
}
.game .schedule h3 {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 14px;
  color: #083b87;
  text-align: center;
}
.game .schedule h4 {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 20px;
  padding: 20px 0;
  text-align: center;
  color: #fff;
  background-color: #083b87;
  font-weight: 600;
  margin-top: 90px;
}
.game .schedule h4.mt0 {
  margin-top: 0;
}
.game .schedule h5 {
  margin-top: 50px;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  color: #083b87;
}
.game .schedule ul.schedule-wrp {
  margin-top: 50px;
}
.game .schedule ul.schedule-wrp li {
  border-bottom: 1px solid #e7eef1;
  overflow: hidden;
  *zoom: 1;
}
.game .schedule ul.schedule-wrp li .schedule-left {
  width: 58%;
  float: left;
}
.game .schedule ul.schedule-wrp li .schedule-left ul {
  display: flex;
  justify-content: space-between;
}
.game .schedule ul.schedule-wrp li .schedule-left ul li {
  border-bottom: none;
  width: 43%;
}
.game .schedule ul.schedule-wrp li .schedule-left ul li dl dt {
  display: none;
}
.game .schedule ul.schedule-wrp li .schedule-left ul li dl dd {
  padding: 20px 0 20px 60px;
  padding-left: 60px;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 400;
  color: #071432;
  font-size: 15px;
}
.game .schedule ul.schedule-wrp li .schedule-left ul li dl dd span {
  font-size: 26px;
  font-weight: 700;
}
.game .schedule ul.schedule-wrp li .schedule-left ul li:nth-child(2) {
  width: 20%;
}
.game .schedule ul.schedule-wrp li .schedule-right {
  width: 42%;
  float: right;
}
.game .schedule ul.schedule-wrp li .schedule-right ul {
  display: flex;
  justify-content: space-between;
}
.game .schedule ul.schedule-wrp li .schedule-right ul li {
  border-bottom: none;
  width: 50%;
}
.game .schedule ul.schedule-wrp li .schedule-right ul li dl dt {
  display: none;
}
.game .schedule ul.schedule-wrp li .schedule-right ul li dl dd {
  padding: 20px 0 20px 60px;
  padding-left: 60px;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 400;
  color: #071432;
  font-size: 15px;
}
.game .schedule ul.schedule-wrp li .schedule-right ul li dl dd a {
  font-family: 'Noto Sans Japanese', sans-serif;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  display: block;
  float: right;
  background-color: #17a3f6;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  padding: 5px 10px;
  margin: 0 -15px 5px 0;
}
.game .schedule ul.schedule-wrp li.pc {
  background-color: #f5f5f5;
  border-bottom: none;
}
.game .schedule ul.schedule-wrp li.pc ul li {
  padding: 20px 0 20px 60px;
  padding-left: 60px;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 400;
  color: #071432;
  font-size: 15px;
}
.game .schedule.archive p.caption {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 10px;
  line-height: 16px;
  color: #071432;
  margin-top: 10px;
}
.game .schedule.archive ul.schedule-wrp .schedule-right ul li {
  padding: 20px 20px 0px 0px;
}
.game .schedule.archive ul.schedule-wrp .schedule-right ul li dl dd {
  padding: 0px;
}
.game .archive-btn {
  width: 300px;
  margin: 0 auto;
  margin-top: 150px;
  padding-bottom: 130px;
}
.game .archive-btn a {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  display: block;
  width: 300px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background-color: #023178;
  padding: 20px 0;
  text-decoration: none;
}

/*team
----------------------------------------------------------------*/
.team .team-list h3 {
  font-family: 'Noto Sans Japanese', sans-serif;
  margin-top: 60px;
  font-weight: 600;
  color: #17375f;
  text-align: center;
}
.team .team-list ul {
  padding: 60px 60px 40px 60px;
  max-width: 1350px;
  margin: 0 auto;
}
.team .team-list ul li {
  margin-bottom: 60px;
}
.team .team-list ul li a:hover {
  opacity: 0.7;
}

.target-list {
  padding: 80px 80px 0 80px;
  background: no-repeat center url("../../assets/img/team/img-team-bg.jpg");
  background-size: cover;
  overflow: hidden;
  *zoom: 1;
}
.target-list h3 {
  text-align: center;
}
.target-list h3 span {
  font-size: 52px;
  font-weight: 600;
  line-height: 1em;
}
.target-list p {
  margin-top: 10px;
  font-size: 15px;
  color: #fff;
  text-align: center;
  font-family: 'Noto Sans Japanese', sans-serif;
}
.target-list .target-btn {
  margin-top: 50px;
  position: relative;
}
.target-list .target-btn .target-txt {
  position: absolute;
  top: 22%;
  left: 7%;
}
.target-list .target-btn .target-txt p {
  font-family: 'Montserrat', sans-serif;
  -ms-font-feature-settings: "normal";
  text-align: left;
  font-size: 75px;
  line-height: 80px;
  font-weight: 400;
}
.target-list .target-btn .target-txt p span {
  font-size: 33px;
  font-weight: 200;
  display: block;
}

.about-list {
  background: no-repeat center url("../../assets/img/team/img-team-bg-02.png");
  background-size: cover;
  padding-top: 125px;
  padding-bottom: 135px;
}
.about-list h3 {
  text-align: center;
}
.about-list h3 span {
  font-family: 'Montserrat', sans-serif;
  -ms-font-feature-settings: "normal";
  font-size: 38px;
  font-weight: 600;
}
.about-list .about-btn {
  width: 300px;
  margin: 0 auto;
  margin-top: 30px;
}
.about-list .about-btn a {
  font-family: 'Noto Sans Japanese', sans-serif;
  display: block;
  width: 300px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background: #023178;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  padding: 15px 0;
  color: #fff;
  font-weight: 600;
}
.about-list .about-btn a:hover {
  background: #0f1e3c;
}

/*players
----------------------------------------------------------------*/
.players {
  padding: 0 60px;
  max-width: 1300px;
  margin: 0 auto;
}
.players h3 {
  margin-top: 60px;
  font-size: 42px;
  font-weight: 600;
  color: #1990f5;
  text-align: center;
}
.players h3 span {
  display: block;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 15px;
  margin-top: 10px;
  color: #182333;
}
.players .players-nav {
  margin-top: 40px;
}
.players .players-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 10px;
}
.players .players-nav ul li {
  width: 19%;
  margin-right: 10px;
  background-color: #f0f2f4;
  padding: 20px 0;
  margin-bottom: 10px;
}
.players .players-nav ul li a {
  display: block;
  text-decoration: none;
  color: #2e70d3;
  font-weight: 600;
  font-size: 28px;
  text-align: center;
}
.players .players-nav ul li a span {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 14px;
  font-weight: 400px;
  display: block;
}
.players .players-nav ul li.active, .players .players-nav ul li:hover {
  background-color: #083b87;
}
.players .players-nav ul li.active a, .players .players-nav ul li:hover a {
  color: #fff;
}
.players .players-list h4 {
  font-size: 54px;
  font-weight: 600;
  color: #083b87;
  text-align: center;
  padding: 60px 0;
}
.players .players-list h4 span {
  display: block;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 14px;
  font-weight: 600px;
  margin-top: 10px;
}
.players .players-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
  *zoom: 1;
}
.players .players-list ul li {
  margin: 0 10px;
  margin-bottom: 10px;
  width: 260px;
}
.players .players-list ul li a {
  text-decoration: none;
  display: block;
}
.players .players-list ul li a:hover {
  opacity: 0.7;
}
.players .players-list ul li .players-img {
  position: relative;
}
.players .players-list ul li .players-img .players-tag {
  position: absolute;
  padding: 5px 20px;
  bottom: 0;
  left: 0;
}
.players .players-list ul li .players-img .players-tag p {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 14px;
  font-weight: 600px;
  color: #fff;
}
.players .players-list ul li .players-img .players-tag.blue {
  background-color: #1291ca;
}
.players .players-list ul li .players-img .players-tag.orange {
  background-color: #dc6639;
}
.players .players-list ul li .players-img .players-tag.yellow {
  background-color: #c3b800;
}
.players .players-list ul li .players-txt {
  padding: 20px;
}
.players .players-list ul li .players-txt p {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 20px;
  font-weight: 400px;
  color: #071432;
  text-align: left;
}
.players .players-list ul li .players-txt p span {
  display: block;
  font-size: 13px;
  font-weight: 400px;
}
.players .players-list ul li:last-child {
  margin-right: 0;
}

.play-detail {
  padding: 0 60px;
}
.play-detail h3 {
  margin-top: 60px;
  font-size: 42px;
  font-weight: 600;
  color: #1990f5;
  text-align: center;
}
.play-detail h3 span {
  display: block;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 15px;
  margin-top: 10px;
  color: #182333;
}
.play-detail .play-wrp {
  margin: 0 auto;
  margin-top: 60px;
  overflow: hidden;
  *zoom: 1;
  max-width: 1150px;
}
.play-detail .play-wrp .play-left {
  float: left;
  width: 538px;
}
.play-detail .play-wrp .play-left .play-img {
  width: auto;
}
.play-detail .play-wrp .play-right {
  width: 550px;
  float: right;
}
.play-detail .play-wrp .play-right .play-tag {
  background-color: #dc6639;
  float: left;
}
.play-detail .play-wrp .play-right .play-tag p {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 50px;
  font-weight: 600;
  color: #fff;
  line-height: 70px;
  text-align: center;
  padding: 0 10px;
}
.play-detail .play-wrp .play-right .play-title {
  overflow: hidden;
  *zoom: 1;
  float: left;
}
.play-detail .play-wrp .play-right .play-title h4 {
  color: #1174ef;
  font-weight: 400;
  font-size: 34px;
  float: left;
  margin-left: 10px;
  padding-top: 2px;
}
.play-detail .play-wrp .play-right .play-title h4 span {
  margin-top: 16px;
  display: block;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 24px;
}
.play-detail .play-right {
  overflow: hidden;
  *zoom: 1;
}
.play-detail .play-right .play-txt-l {
  width: 538px;
}
.play-detail .play-right .play-txt-l h4 {
  margin-top: 60px;
  color: #083b87;
  font-weight: 600;
  font-size: 42px;
}
.play-detail .play-right .play-txt-l p {
  margin-top: 30px;
  font-family: 'Noto Sans Japanese', sans-serif;
  color: #182333;
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
}
.play-detail .play-right .play-txt-r {
  width: 550px;
}
.play-detail .play-right .play-txt-r h4 {
  margin-top: 60px;
  color: #083b87;
  font-weight: 600;
  font-size: 42px;
}
.play-detail .play-right .play-txt-r table {
  margin-top: 30px;
}
.play-detail .play-right .play-txt-r table tr th {
  font-family: 'Noto Sans Japanese', sans-serif;
  color: #083b87;
  font-size: 14px;
  font-weight: 600;
  line-height: 40px;
  padding-right: 10px;
}
.play-detail .play-right .play-txt-r table tr td {
  font-family: 'Noto Sans Japanese', sans-serif;
  color: #182333;
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
}
.play-detail .play-data {
  margin: 0 auto;
  margin-top: 90px;
  overflow: hidden;
  *zoom: 1;
  max-width: 1150px;
}
.play-detail .play-data .play-data-l {
  float: left;
  width: 50%;
}
.play-detail .play-data .play-data-r {
  float: right;
  width: 50%;
}
.play-detail .play-data table {
  width: 100%;
}
.play-detail .play-data table tr {
  width: 100%;
}
.play-detail .play-data table tr th {
  padding: 40px 0;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 16px;
  color: #083b87;
  font-weight: 600;
  padding-right: 30px;
}
.play-detail .play-data table tr td {
  padding: 40px 0;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 14px;
  color: #182333;
  font-weight: 600;
}
.play-detail .play-btn {
  width: 300px;
  margin: 0 auto;
  margin-top: 80px;
}
.play-detail .play-btn a {
  font-family: 'Noto Sans Japanese', sans-serif;
  display: block;
  width: 300px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background: #023178;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  padding: 15px 0;
  color: #fff;
  font-weight: 600;
}
.play-detail .play-btn a:hover {
  background: #0f1e3c;
}

/*staff
----------------------------------------------------------------*/
.staff {
  padding: 0 60px;
}
.staff h3 {
  margin-top: 60px;
  font-size: 42px;
  font-weight: 600;
  color: #1990f5;
  text-align: center;
}
.staff h3 span {
  display: block;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 15px;
  margin-top: 10px;
  color: #182333;
}
.staff ul {
  margin-top: 70px;
  overflow: hidden;
  *zoom: 1;
}
.staff ul li {
  clear: both;
  width: 48%;
  float: left;
  margin-bottom: 60px;
}
.staff ul li a {
  display: block;
  text-decoration: none;
}
.staff ul li a:hover {
  opacity: 0.7;
}
.staff ul li:nth-child(2n) {
  clear: none;
  float: right;
}
.staff .staff-upper {
  overflow: hidden;
  *zoom: 1;
}
.staff .staff-upper .staff-img {
  width: 193px;
  float: left;
}
.staff .staff-upper .staff-name {
  float: left;
  margin-left: 20px;
  overflow: hidden;
  *zoom: 1;
}
.staff .staff-upper .staff-name .staff-tag {
  font-family: 'Noto Sans Japanese', sans-serif;
  float: left;
  background-color: #083b87;
}
.staff .staff-upper .staff-name .staff-tag p {
  padding: 10px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.staff .staff-upper .staff-name h4 {
  clear: both;
  padding-top: 20px;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 28px;
  color: #000;
  font-weight: 600;
}
.staff .staff-upper .staff-name h4 span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.staff .staff-upper .staff-name p {
  padding-top: 20px;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 14px;
  color: #000;
}
.staff .staff-upper .staff-name p span {
  font-size: 16px;
  color: #083b87;
}
.staff .staff-row {
  display: none !important;
  border-top: 1px solid #083b87;
  position: relative;
  margin-top: 30px;
}
.staff .staff-row h5 {
  position: absolute;
  padding-right: 10px;
  background-color: #fff;
  font-size: 16px;
  top: -12px;
}
.staff .staff-row p {
  margin-top: 20px;
  font-size: 14px;
  color: #360000;
  line-height: 25px;
}

/*message
----------------------------------------------------------------*/
.message-bg {
  background: no-repeat top url("../../assets/img/message/bg.jpg");
  background-size: cover;
}

.message .message-content {
  overflow: hidden;
  *zoom: 1;
  margin-top: 80px;
}
.message .message-content .message-img {
  width: 570px;
  float: left;
}
.message .message-content .message-name-wrp {
  width: 430px;
  height: 260px;
  float: left;
  background: no-repeat center url("../../assets/img/message/pc-txt-bg-l.png");
  background-size: 100%;
  margin-top: 70px;
}
.message .message-content .message-name-wrp .message-name {
  margin-top: 70px;
  position: relative;
}
.message .message-content .message-name-wrp .message-name .message-name-inner {
  overflow: hidden;
  *zoom: 1;
  position: absolute;
  top: 0;
  left: -55px;
}
.message .message-content .message-name-wrp .message-name .-no{
  left: 55px;
}
.message .message-content .message-name-wrp .message-name .message-name-inner .message-no {
  float: left;
  position: relative;
  padding-right: 25px;
}
.message .message-content .message-name-wrp .message-name .message-name-inner .message-no p.message-top {
  text-align: right;
}
.message .message-content .message-name-wrp .message-name .message-name-inner .message-no p.message-top span {
  font-size: 16px;
  line-height: 1em;
}
.message .message-content .message-name-wrp .message-name .message-name-inner .message-no p {
  text-align: right;
}
.message .message-content .message-name-wrp .message-name .message-name-inner .message-no p span {
  font-size: 67px;
  font-weight: 400;
  line-height: 50px;
}
.message .message-content .message-name-wrp .message-name .message-name-inner .message-no:after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  content: '';
  width: 6px;
  height: 80px;
  background: linear-gradient(180deg, #0e64ce, #17a6f8);
}
.message .message-content .message-name-wrp .message-name .message-name-inner .message-name-txt {
  float: left;
  margin-left: 20px;
}
.message .message-content .message-name-wrp .message-name .message-name-inner .message-name-txt h3 {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  line-height: 1em;
}
.message .message-content .message-name-wrp .message-name .message-name-inner .message-name-txt h3 span {
  display: block;
  font-weight: 100;
  line-height: 1em;
}
.message .message-content .message-name-wrp .message-name .message-name-inner .message-name-txt p {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-top: 20px;
}
.message .message-content .message-txt {
  margin-top: 240px;
  margin-left: 376px;
  background-color: #fff;
  padding: 171px 100px 100px 280px;
  min-height: 400px;
}
.message .message-content .message-txt p {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 15px;
  color: #182333;
  line-height: 30px;
}
.message .message-content.right-message .message-img {
  float: right;
}
.message .message-content.right-message .message-name-wrp {
  float: right;
  background: no-repeat center url("../../assets/img/message/pc-txt-bg-r.png");
}
.message .message-content.right-message .message-name-wrp .message-name .message-name-inner {
  left: 0;
  right: -55px;
}
.message .message-content.right-message .message-name-wrp .message-name .message-name-inner .message-no {
  float: right;
  position: relative;
  padding-left: 25px;
}
.message .message-content.right-message .message-name-wrp .message-name .message-name-inner .message-no p.message-top {
  text-align: left;
}
.message .message-content.right-message .message-name-wrp .message-name .message-name-inner .message-no p {
  text-align: left;
}
.message .message-content.right-message .message-name-wrp .message-name .message-name-inner .message-no:after {
  left: 0;
  top: 0;
}
.message .message-content.right-message .message-name-wrp .message-name .message-name-inner .message-name-txt {
  float: right;
  margin-right: 20px;
}
.message .message-content.right-message .message-name-wrp .message-name .message-name-inner .message-name-txt h3 {
  text-align: right;
}
.message .message-content.right-message .message-txt {
  margin-right: 376px;
  margin-left: 0;
  padding: 171px 280px 100px 100px;
}
.message .top-content-04 {
  margin-top: 160px;
}

/*about
----------------------------------------------------------------*/
.about h3 {
  margin-top: 60px;
  font-size: 52px;
  font-weight: 600;
  text-align: center;
  color: #083b87;
}
.about h3 span {
  font-family: 'Noto Sans Japanese', sans-serif;
  display: block;
  font-size: 14px;
  margin-top: 15px;
}
.about .team-slogan {
  margin-top: 60px;
  padding: 190px 0;
  background: no-repeat center url("../../assets/img/about/bg-slogan.jpg");
  background-size: cover;
}
.about .team-slogan h4 {
  font-size: 69px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
.about .slogan-inner {
  padding: 0 60px;
  overflow: hidden;
  *zoom: 1;
  margin-top: 70px;
}
.about .slogan-inner .slogan-name {
  overflow: hidden;
  *zoom: 1;
  padding-bottom: 5px;
}
.about .slogan-inner .slogan-name small {
  font-size: 65%;
  display: inline-block;
}
.about .slogan-inner .slogan-name h5 {
  background: no-repeat left url("../../assets/img/parts/logo.png");
  background-size: 147px;
  padding: 20px 0;
  padding-left: 200px;
  font-size: 48px;
  font-weight: 400;
  color: #083b87;
  float: left;
  line-height: 1.1;
}
.about .slogan-inner .slogan-name h5 span {
  display: block;
  font-size: 15px;
  margin-bottom: 10px;
}
.about .slogan-inner .slogan-name p {
  font-family: 'Noto Sans Japanese', sans-serif;
  float: left;
  font-size: 15px;
  line-height: 10px;
  color: #182333;
  margin-top: 10px;
  margin-left: 200px;
}






.about .philosophy {
  margin-top: 60px;
}
.about .philosophy .philosophy-head {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 0;
  height: 405px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: no-repeat center url("../../assets/img/about/bg-slogan.jpg");
  background-size: cover;
}
.about .philosophy .philosophy-head h4 {
  font-size: 69px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  padding: 0 30px;
}
.about .philosophy .philosophy-head h4 span {
  display: inline-block;
  font-weight: inherit;
}
.about .philosophy .philosophy-inner {
  padding: 0 60px;
  overflow: hidden;
  *zoom: 1;
  margin-top: 70px;
  display: flex;
}
.about .philosophy .philosophy-logo {
  width: 148px;
  padding-right: 60px;
}
.about .philosophy .philosophy-logo img {
  height: auto;
}
.about .philosophy .philosophy-main {
  flex:1;
}
.about .philosophy .philosophy-main h5{
  margin-top: 35px;
}
.about .philosophy .philosophy-main h5:first-child {
  margin-top: 0px;
}
.about .philosophy .philosophy-main {
}
.about .philosophy .philosophy-main h5 {
  color: #083b87;
  font-size: 15px;
}
.about .philosophy .philosophy-main dl {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.about .philosophy .philosophy-main dl dt {
  color: #083b87;
  font-size: 44px;
  padding-right: 50px;
  line-height: 1.2;
  font-weight: normal;
}
.about .philosophy .philosophy-main dl dd {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  flex:1;
  font-size: 16px;
  line-height: 1.6;
  align-self: center;
}
.about .philosophy .philosophy-main dl dd.philosophy-indent {
  text-indent: -1em;
  padding-left: 1em;
}
.about .philosophy .philosophy-main dl dd span {
  display: inline-block;
  text-indent: 0;
}
.about .philosophy .philosophy-main .philosophy-lead {
  margin-top: 25px;
}
.about .philosophy .philosophy-main .philosophy-figure {
  margin-top: 55px;
  padding: 0 15px;
}
.about .philosophy .philosophy-main .philosophy-figure img {
  width: auto;
  max-width: 100%;
  height: auto;
}





.about .about-nav {
  margin-top: 80px;
}
.about .about-nav-inner {
  padding: 0 60px;
  overflow: hidden;
}
.about .about-nav ul {
  clear: both;
  display: flex;
  justify-content: center;
  margin: 0 -5px;
}
.about .about-nav ul li {
  overflow: hidden;
  *zoom: 1;
  margin:0 5px;
  border: solid 1px #083b87;
  width: 380px;
}
.about .about-nav ul li img {
  width: 145px;
  float: left;
}
.about .about-nav ul li a {
  text-decoration: none;
  color: #083b87;
  display: flex;
}
.about .about-nav ul li a:hover {
  opacity: 0.7;
}
.about .about-nav ul li p {
  align-self: center;
  font-family: 'Noto Sans Japanese', sans-serif;
  float: left;
  font-size: 17px;
  font-weight: 600;
  margin-left: 30px;
  line-height: 1.4;
}






.about .uniform {
  overflow: hidden;
  *zoom: 1;
  padding: 0 60px;
}
.about .uniform .uniform-l {
  margin-top: 60px;
  width: 50%;
  float: left;
}
.about .uniform .uniform-l p {
  text-align: right;
  font-size: 14px;
  font-family: 'Noto Sans Japanese', sans-serif;
  margin-top: 10px;
  color: #083b87;
}
.about .uniform .uniform-r {
  margin-top: 60px;
  width: 50%;
  float: right;
}
.about .uniform .uniform-r p {
  font-family: 'Noto Sans Japanese', sans-serif;
  padding: 50px;
  font-size: 15px;
  line-height: 30px;
  color: #182333;
}
.about .uniform .uniform-r p.caption {
  text-align: right;
  font-size: 14px;
  font-family: 'Noto Sans Japanese', sans-serif;
  margin-top: 10px;
  color: #083b87;
  padding: 0;
}
.about .homeground {
  overflow: hidden;
  *zoom: 1;
  padding-right: 60px;
}
.about .homeground .homeground-l {
  margin-top: 60px;
  width: 50%;
  float: left;
}
.about .homeground .homeground-r {
  width: 47%;
  float: right;
  margin-top: 60px;
}
.about .homeground .homeground-r h4 {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 24px;
  color: #083b87;
  font-weight: 600;
}
.about .homeground .homeground-r h4 span {
  margin-top: 10px;
  display: block;
  font-size: 18px;
}
.about .homeground .homeground-r p {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 15px;
  color: #182333;
}
.about .homeground .homeground-r th {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 15px;
  color: #182333;
  width: 35%;
}
.about .homeground .homeground-r td {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 15px;
  color: #182333;
}
.about .homeground .homeground-r .homeground-top {
  margin-top: 20px;
  border-bottom: solid 1px #d7d7d7;
  padding-bottom: 30px;
}
.about .homeground .homeground-r .homeground-bottom {
  margin-top: 30px;
  border-bottom: solid 1px #d7d7d7;
  padding-bottom: 30px;
}
.about .homeground .homeground-r .homeground-bottom p {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 15px;
  color: #182333;
}
.about .homeground .homeground-r .homeground-map {
  margin-top: 10px;
}

.about .homeground ul {
  clear: both;
  padding: 0 60px;
  padding-top: 40px;
  clear: both;
  display: flex;
  justify-content: space-between;
}
.about .homeground ul li p {
  font-family: 'Noto Sans Japanese', sans-serif;
  text-align: center;
  font-size: 14px;
  color: #083b87;
}
.about .annex {
}
.about .annex ul {
  padding: 0 60px;
  margin: 0 -30px;
  padding-top: 40px;
  clear: both;
  display: flex;
  justify-content: center;
}
.about .annex ul >li {
  padding: 0 30px;
}

.about .activity {
  padding: 0 60px;
  padding-bottom: 100px;
}
.about .activity .activity-inner {
  overflow: hidden;
  *zoom: 1;
  clear: both;
}
.about .activity .activity-img {
  margin-top: 50px;
}
.about .activity .activity-txt {
  margin-top: 100px;
  background-color: #f0f2f4;
  padding: 60px 100px;
  min-height: 345px;
  box-sizing: border-box;
}
.about .activity .activity-txt h4 {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  color: #17458c;
  margin-bottom: 10px;
}
.about .activity .activity-txt p {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 15px;
  color: #182333;
}
.about .activity .activity-l {
  float: left;
  width: 50%;
}
.about .activity .activity-r {
  float: right;
  width: 50%;
}
.about .history {
  background: no-repeat center url("../../assets/img/about/history-bg.jpg");
  background-size: cover;
  padding: 140px 0;
}
.about .history h4 {
  font-size: 38px;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
.about .history .history-btn {
  width: 300px;
  margin: 0 auto;
  margin-top: 40px;
}
.about .history .history-btn a {
  font-family: 'Noto Sans Japanese', sans-serif;
  display: block;
  width: 300px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background: #023178;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  padding: 20px 0;
  color: #fff;
  font-weight: 600;
}
.about .history .history-btn a:hover {
  background: #0f1e3c;
}

/*history
----------------------------------------------------------------*/
.history-bg {
  background-color: #e8edf1;
}

.history h3 {
  margin: 0 auto;
  font-family: 'Noto Sans Japanese', sans-serif;
  width: 140px;
  height: 140px;
  display: block;
  background: #083b87;
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 140px;
  margin-top: 65px;
}
.history p.caption {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 12px;
}
.history p {
  font-size: 14px;
  font-family: 'Noto Sans Japanese', sans-serif;
  line-height: 25px;
}
.history .history-inner {
  overflow: hidden;
  *zoom: 1;
  width: 980px;
  margin: 0 auto;
}
.history .history-inner h3 {
  clear: both;
  margin: 0 auto;
  font-family: 'Noto Sans Japanese', sans-serif;
  width: 140px;
  height: auto;
  display: block;
  background: #083b87;
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 1em;
  margin-top: 0;
  padding: 46px 0;
}
.history .history-inner .pb70 {
  padding-bottom: 70px;
}
.history .history-inner .pt70 {
  padding-top: 70px;
}
.history .history-inner .pt20 {
  padding-top: 20px;
}
.history .history-inner .history-l {
  padding: 0px 69px 0 0;
  width: 420px;
  float: left;
  border-right: solid 1px #083b87;
  position: relative;
  clear: both;
}
.history .history-inner .history-l .history-txt-wrp h4 {
  text-align: right;
  padding-right: 10px;
  line-height: 32px;
}
.history .history-inner .history-l .history-txt-wrp h4:before {
  content: "";
  display: block;
  height: 1px;
  width: 70px;
  background-color: #073b87;
  position: absolute;
  right: -70px;
  top: 12px;
}
.history .history-inner .history-l .history-txt-wrp h4:after {
  content: "";
  display: block;
  height: 3px;
  width: 3px;
  background-color: #073b87;
  position: absolute;
  right: 0px;
  top: 11px;
}
.history .history-inner .history-l .history-txt-wrp li {
  text-align: right;
  float: right;
}
.history .history-inner .history-img {
  clear: both;
  margin-top: 10px;
}
.history .history-inner .history-r {
  float: right;
  width: 420px;
  padding: 0px 0 0 69px;
  position: relative;
}
.history .history-inner .history-r .history-img-s {
  width: 300px;
  margin-top: 30px;
}
.history .history-inner .history-r .history-txt-wrp h4 {
  padding-left: 10px;
}
.history .history-inner .history-r .history-txt-wrp h4:before {
  content: "";
  display: block;
  height: 1px;
  width: 70px;
  background-color: #073b87;
  position: absolute;
  left: -70px;
  top: 12px;
}
.history .history-inner .history-r .history-txt-wrp h4:after {
  content: "";
  display: block;
  height: 3px;
  width: 3px;
  background-color: #073b87;
  position: absolute;
  left: 0px;
  top: 11px;
}
.history .history-inner .history-r.bordr {
  padding: 0px 0 0 70px;
  border-left: solid 1px #083b87;
}
.history .history-inner .history-txt-wrp h4 {
  font-size: 22px;
  font-family: 'Noto Sans Japanese', sans-serif;
  color: #073b87;
  font-weight: 700;
  position: relative;
}
.history .history-inner .history-txt-wrp p {
  padding-top: 10px;
}
.history .history-inner .history-txt-wrp ul {
  margin-top: 10px;
  overflow: hidden;
  *zoom: 1;
}
.history .history-inner .history-txt-wrp ul li {
  font-size: 14px;
  font-family: 'Noto Sans Japanese', sans-serif;
  line-height: 25px;
  position: relative;
  padding-left: 20px;
}
.history .history-inner .history-txt-wrp ul li:after {
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  background-color: #073b87;
  position: absolute;
  left: 0;
  top: 5px;
}
.history .history-inner .history-2003 {
  margin-top: -240px;
  float: right;
}
.history .history-inner .history-last {
  clear: both;
  margin-top: -13px;
}
.history .top-content-05 {
  margin-top: 100px;
}

/*contact
----------------------------------------------------------------*/
.contact-bg {
  background-color: #e8edf1;
}

.contact p {
  font-size: 16px;
  line-height: 28px;
  color: #182333;
  font-family: 'Noto Sans Japanese', sans-serif;
  text-align: center;
  margin-top: 70px;
  font-weight: 600;
}
.contact p a {
  color: #182333;
}
.contact .contact-inner {
  background-color: #fff;
  width: 878px;
  margin: 0 auto;
  margin-top: 60px;
  padding: 70px 150px;
  margin-bottom: 122px;
}
.contact .contact-inner dl dt {
  margin-top: 20px;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 14px;
  color: #182333;
}

.contact .mw_wp_form_confirm .contact-inner dt{
  border-bottom: 1px solid #9a9ea5;
  padding: 0 0 20px;
  margin-bottom: 10px;
}

.contact .contact-inner dl dd input {
  width: 100%;
  padding: 15px;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 14px;
  margin-top: 10px;
  border: 1px solid #9a9ea5;
}
.contact .contact-inner dl dd textarea {
  width: 100%;
  padding: 15px;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 14px;
  margin-top: 10px;
  height: 316px;
  border: 1px solid #9a9ea5;
}
.contact .contact-inner .contact-btn {
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
  text-align: center;
}
.contact .contact-inner .contact-btn a,
.contact .contact-inner .contact-btn button {
  font-family: 'Noto Sans Japanese', sans-serif;
  display: inline-block;
  width: 300px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background: linear-gradient(90deg, #0e64ce, #17a6f8);
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  padding: 20px 0;
  color: #fff;
  font-weight: 600;
  margin: 0 20px;
  border: none;
}

.contact .contact-inner .contact-btn a:hover,
.contact .contact-inner .contact-btn button:hover {
  background: #17a6f8;
}

.contact .mw_wp_form_confirm .contact-inner .contact-btn button{
  width: 44%;
  margin: 0 2%;
}
