@charset "UTF-8";
/*---------------------------------------------------------------
  link
----------------------------------------------------------------*/
a:link {
  text-decoration: none;
  color: inherit; }

a:visited {
  text-decoration: none;
  color: inherit; }

a:hover {
  text-decoration: underline;
  color: inherit; }

/*---------------------------------------------------------------
  base
----------------------------------------------------------------*/
html {
  font-size: 62.5%;
  /*10px*/ }

html, body {
  height: 100%; }

body {
  color: #333;
  font-family: Verdana, Arial, Helvetica, "sans-serif";
  font-size: 1.4rem;
  background: #FFF;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  overflow-y: scroll; }

* {
  box-sizing: border-box; }

table {
  width: 100%; }

input[type=text], textarea, input[type="submit"], input[type="button"], input[type="password"] {
  -webkit-appearance: none;
  border-radius: 0;
  font-size: 1.6rem; }

small {
  font-size: 1em; }

img {
  max-width: 100%;
  height: auto; }

ul {
  padding-left: 1.8em; }

/*---------------------------------------------------------------
  spacing
----------------------------------------------------------------*/
.mb05 {
  margin-bottom: 5px !important; }

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

.mb15 {
  margin-bottom: 15px !important; }

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

.mb25 {
  margin-bottom: 25px !important; }

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

.mb35 {
  margin-bottom: 35px !important; }

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

.mb45 {
  margin-bottom: 45px !important; }

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

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

/*---------------------------------------------------------------
  clear
----------------------------------------------------------------*/
.clr {
  clear: both; }

.clrfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden; }

.clrfix {
  display: inline-block; }

/* Hides from IE Mac */
* html .clrfix {
  height: 1%; }

.clrfix {
  display: block; }

/* End Hack */
/*----------------------------------------
header
-----------------------------------------*/
.common-header {
  border-top: 4px solid #264D88; }
  .common-header header {
    display: block;
    width: 960px;
    margin: 0 auto;
    height: 86px;
    position: relative;
    z-index: 1000; }
    @media screen and (max-width: 750px) {
      .common-header header {
        height: 60px;
        width: auto; } }
  .common-header_logo a {
    position: absolute;
    top: 21px;
    left: 0;
    width: 230px;
    height: 51px;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 100%;
    background: url(../images/logo01.svg) no-repeat;
    background-size: 100% auto; }
    @media screen and (max-width: 750px) {
      .common-header_logo a {
        height: 37px;
        width: 170px;
        left: 10px;
        top: 13px; } }
  .common-header_login {
    float: right;
    height: 150px;
    width: 150px;
    background: #DC0032 url(../images/ic_header_login.svg) no-repeat center;
    margin: 0 -70px -60px 35px;
    position: relative; }
    @media screen and (max-width: 1024px) {
      .common-header_login {
        margin-right: -20px; } }
    @media screen and (max-width: 750px) {
      .common-header_login {
        display: none; } }
    .common-header_login a {
      display: block;
      width: 100%;
      height: 100%;
      position: relative;
      color: #fff; }
    .common-header_login_text {
      display: none;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .common-header_branch {
    float: right;
    height: 120px;
    width: 120px;
    background: #39B54A url(../images/ic_header_branch.svg) no-repeat center;
    margin: 0 -70px -34px 20px;
    position: relative; }
    @media screen and (max-width: 1024px) {
      .common-header_branch {
        margin-right: -20px; } }
    @media screen and (max-width: 750px) {
      .common-header_branch {
        display: none; } }
    .common-header_branch a {
      display: block;
      width: 100%;
      height: 100%;
      position: relative;
      color: #fff; }
    .common-header_branch_text {
      display: none;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .common-header_navi {
    height: 100%;
    float: right;
    position: relative;
    width: calc(100% - 320px); }
    .common-header_navi-main {
      position: absolute;
      right: 90px;
      bottom: 15px;
      line-height: 1; }
      @media screen and (max-width: 750px) {
        .common-header_navi-main {
          display: none; } }
      .common-header_navi-main.login {
        right: -1em; }
      .common-header_navi-main li {
        float: left;
        line-height: 1;
        padding: 0 .851em;
        font-weight: bold; }
        .common-header_navi-main li .open {
          color: #264D88; }
        .common-header_navi-main li:not(:first-child) {
          border-left: 1px solid #ccc; }
      .common-header_navi-main_dropdown_item {
        border: 3px solid #d0d0d0;
        background: rgba(255, 255, 255, 0.95);
        position: absolute;
        width: 605px;
        left: 36px;
        top: 90px;
        display: none;
        padding: 1em 0; }
        .common-header_navi-main_dropdown_item:not(.branch) ul {
          display: flex;
          flex-wrap: wrap; }
        .common-header_navi-main_dropdown_item:not(.branch) li {
          flex-basis: 33%; }
        .common-header_navi-main_dropdown_item::before {
          content: "";
          border: transparent solid 10px;
          border-bottom-color: #d0d0d0;
          position: absolute;
          top: -20px;
          left: 97px; }
        .common-header_navi-main_dropdown_item.works::before {
          left: 230px; }
        .common-header_navi-main_dropdown_item.information::before {
          left: auto;
          right: 45px; }
        .common-header_navi-main_dropdown_item.library {
          right: 60px; }
          .common-header_navi-main_dropdown_item.library::before {
            left: 360px; }
        .common-header_navi-main_dropdown_item.branch {
          left: auto;
          right: -140px;
          top: 130px;
          width: 12em; }
          .common-header_navi-main_dropdown_item.branch::before {
            left: auto;
            right: 49px; }
        .common-header_navi-main_dropdown_item a {
          display: block;
          padding: .65em .75em .65em 2.5em;
          position: relative;
          font-size: .9em; }
          .common-header_navi-main_dropdown_item a::after {
            content: "";
            position: absolute;
            width: 5px;
            height: 5px;
            border: solid #264D88;
            border-width: 2px 2px 0 0;
            transform: translateY(-70%) rotate(45deg);
            left: 17px;
            top: 50%; }
    @media screen and (max-width: 750px) {
      .common-header_navi-top {
        display: none; } }
    .common-header_navi-top_list {
      position: absolute;
      top: 0;
      right: 0;
      display: block;
      background: #92A6C3;
      color: #fff;
      padding: 5px;
      font-size: 0.79em; }
      .common-header_navi-top_list li {
        float: left; }
        .common-header_navi-top_list li:not(:first-child) {
          border-left: 1px solid #C9D2E1; }
        .common-header_navi-top_list li a {
          color: inherit;
          display: block;
          padding: 3px 20px; }
    .common-header_navi-top_search {
      position: absolute;
      top: 8px;
      right: 0;
      width: 22px;
      height: 22px;
      background: #264D88 url(../images/ic_search01.svg) no-repeat center;
      background-size: 12px auto;
      border-radius: 100%;
      font-size: 0.93em;
      text-indent: 100%;
      overflow: hidden;
      white-space: nowrap;
      cursor: pointer; }
    .common-header_navi-sub {
      position: absolute;
      top: 13px;
      right: 300px; }
      @media screen and (max-width: 750px) {
        .common-header_navi-sub {
          display: none; } }
      .common-header_navi-sub_list::after {
        content: "";
        display: block;
        clear: both; }
      .common-header_navi-sub_list_item {
        float: left;
        line-height: 1;
        font-size: 0.79em; }
        .common-header_navi-sub_list_item:not(:first-child) {
          border-left: 1px solid #666;
          margin-left: 1em;
          padding-left: 1em; }
    .common-header_navi-sp {
      position: absolute;
      top: 60px;
      left: 0;
      width: 100%;
      height: 0;
      transition: .5s;
      background: white;
      overflow: hidden;
      overflow-y: scroll; }
      @media screen and (min-width: 1025px) {
        .common-header_navi-sp {
          display: none !important; } }
      input:checked + .common-header_navi-sp {
        height: calc(100vh - 60px); }
      .common-header_navi-sp .login {
        margin: 30px 25px; }
        .common-header_navi-sp .login a {
          display: block;
          height: 60px;
          overflow: hidden;
          text-indent: 100%;
          background: #DC0032 url(../images/bt_sidelogin.svg) no-repeat center;
          background-size: auto 60px;
          white-space: nowrap; }
      .common-header_navi-sp .loginNavi {
        border: 1px solid #e6e6e6;
        display: flex;
        margin: 25px;
        border-radius: 5px; }
        .common-header_navi-sp .loginNavi > * {
          flex-basis: 50%; }
          .common-header_navi-sp .loginNavi > * a {
            display: flex;
            width: 100%;
            height: 100%;
            height: 45px;
            align-items: center;
            justify-content: center;
            font-size: 0.93em; }
        .common-header_navi-sp .loginNavi > * + * {
          border-left: 1px solid #e6e6e6; }
      .common-header_navi-sp .mainList {
        border-bottom: 1px solid #e6e6e6; }
        .common-header_navi-sp .mainList > li > a {
          display: block;
          border-top: 1px solid #e6e6e6;
          padding: 1em;
          position: relative;
          text-decoration: none;
          cursor: pointer; }
          .common-header_navi-sp .mainList > li > a:not([href])::before {
            content: "";
            position: absolute;
            width: 5px;
            height: 5px;
            border: solid #999;
            border-width: 2px 2px 0 0;
            transform: translateY(-65%) rotate(135deg);
            right: 17px;
            top: 50%; }
          .common-header_navi-sp .mainList > li > a[href]::before {
            content: "";
            position: absolute;
            width: 5px;
            height: 5px;
            border: solid #264D88;
            border-width: 2px 2px 0 0;
            transform: translateY(-70%) rotate(45deg);
            right: 17px;
            top: 50%; }
        .common-header_navi-sp .mainList > li ul {
          display: none; }
        .common-header_navi-sp .mainList > li li a {
          display: block;
          border-top: 1px solid #e6e6e6;
          padding: 1em 1em 1em 2em;
          background: #fafafa;
          position: relative; }
          .common-header_navi-sp .mainList > li li a::before {
            content: "";
            position: absolute;
            width: 5px;
            height: 5px;
            border: solid #264D88;
            border-width: 2px 2px 0 0;
            transform: translateY(-70%) rotate(45deg);
            right: 17px;
            top: 50%; }
      .common-header_navi-sp .subList {
        background: #f5f5f5;
        border-radius: 5px;
        overflow: hidden;
        margin: 20px 25px 80px;
        font-size: 0.93em; }
        .common-header_navi-sp .subList li + li {
          border-top: 1px solid #fff; }
        .common-header_navi-sp .subList li a {
          display: block;
          padding: .8em 1em;
          position: relative; }
          .common-header_navi-sp .subList li a::before {
            content: "";
            position: absolute;
            width: 5px;
            height: 5px;
            border: solid #264D88;
            border-width: 2px 2px 0 0;
            transform: translateY(-70%) rotate(45deg);
            right: 17px;
            top: 50%; }
      .common-header_navi-spBtn {
        position: absolute;
        top: 0;
        right: 0;
        width: 60px;
        height: 60px;
        background: #2D82B7; }
        @media screen and (min-width: 1025px) {
          .common-header_navi-spBtn {
            display: none; } }
        .common-header_navi-spBtn::before, .common-header_navi-spBtn::after,
        .common-header_navi-spBtn span {
          content: "";
          position: absolute;
          display: block;
          width: 50%;
          height: 3px;
          background: #fff;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          transform-origin: center;
          transition: .075s; }
        .common-header_navi-spBtn::before {
          margin-top: -10px; }
        .common-header_navi-spBtn::after {
          margin-top: 10px; }
        .common-header_navi-spBtn.js-on::before {
          margin: 0;
          transform: translate(-50%, -50%) rotate(-45deg); }
        .common-header_navi-spBtn.js-on::after {
          margin: 0;
          transform: translate(-50%, -50%) rotate(45deg); }
        .common-header_navi-spBtn.js-on span {
          width: 0; }
        .common-header_navi-spBtn + input {
          display: none; }

/*----------------------------------------
footer
-----------------------------------------*/
.common-footer_btnArea {
  padding: 30px 0 29px;
  border-top: 1px solid #E6E6E6; }
  @media screen and (max-width: 750px) {
    .common-footer_btnArea {
      padding: 25px 10px;
      border: none; } }
  .common-footer_btnArea_list {
    display: flex;
    justify-content: center; }
    @media screen and (max-width: 750px) {
      .common-footer_btnArea_list {
        flex-direction: column; } }
    .common-footer_btnArea_list_item {
      width: 250px;
      height: 50px;
      margin: 0 20px; }
      @media screen and (max-width: 750px) {
        .common-footer_btnArea_list_item {
          margin: 0;
          width: auto;
          height: 60px; }
          .common-footer_btnArea_list_item + .common-footer_btnArea_list_item {
            margin-top: 5px; } }
  .common-footer_btnArea a {
    color: #fff;
    background: #264D88;
    text-decoration: none;
    padding: 0 20px;
    line-height: 1;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    transition: .2s;
    position: relative;
    font-size: 0.93em; }
    @media screen and (max-width: 750px) {
      .common-footer_btnArea a {
        border-radius: 5px; } }
    .common-footer_btnArea a:hover {
      background: #1b3660; }
    .common-footer_btnArea a::before, .common-footer_btnArea a::after {
      content: "";
      display: block;
      width: 6px;
      height: 2px;
      background: #fff;
      position: absolute;
      top: 50%;
      right: 15px;
      transform-origin: right center; }
    .common-footer_btnArea a::before {
      transform: translateY(-50%) skewY(30deg); }
    .common-footer_btnArea a::after {
      transform: translateY(-50%) skewY(-30deg); }
    .common-footer_btnArea a span::before {
      content: attr(data-en);
      display: block;
      font-family: bebas;
      font-weight: bold;
      letter-spacing: .05em;
      font-size: 0.79em;
      margin-bottom: .5em; }
.common-footer_navi {
  border-top: 1px solid #E6E6E6;
  padding: 27px 0 0; }
  @media screen and (max-width: 750px) {
    .common-footer_navi {
      padding: 0;
      border: none; }
      .common-footer_navi .w-base {
        margin: 0;
        width: 100%; } }
  .common-footer_navi-main {
    position: relative; }
    .common-footer_navi-main::after {
      content: "";
      display: block;
      clear: both; }
    .common-footer_navi-main_logo {
      position: absolute;
      top: 10px;
      left: 0;
      transform: translateZ(0); }
      @media screen and (max-width: 750px) {
        .common-footer_navi-main_logo {
          display: none; } }
      .common-footer_navi-main_logo-sp {
        display: block;
        text-align: center;
        border-top: 1px solid #E6E6E6;
        padding-top: 25px; }
        .common-footer_navi-main_logo-sp p {
          margin: 0;
          display: inline-block;
          margin-left: -35px; }
          @media screen and (max-width: 750px) {
            .common-footer_navi-main_logo-sp p img {
              width: 190px; } }
        @media screen and (min-width: 751px) {
          .common-footer_navi-main_logo-sp {
            display: none; } }
    .common-footer_navi-main_address {
      position: absolute;
      top: 75px;
      left: 36px;
      transform: translateZ(0);
      color: #5A5758; }
      @media screen and (max-width: 750px) {
        .common-footer_navi-main_address {
          display: none; } }
      .common-footer_navi-main_address-sp {
        display: block;
        text-align: center;
        padding-bottom: 20px; }
        .common-footer_navi-main_address-sp address {
          color: #5A5758;
          display: inline-block;
          text-align: left;
          line-height: 1.6;
          margin: 10px 10px 0 0; }
          @media screen and (max-width: 750px) {
            .common-footer_navi-main_address-sp address {
              font-size: 11px; } }
        @media screen and (min-width: 751px) {
          .common-footer_navi-main_address-sp {
            display: none; } }
    .common-footer_navi-main_contents {
      display: flex;
      justify-content: flex-end;
      min-height: 150px; }
      @media screen and (max-width: 750px) {
        .common-footer_navi-main_contents {
          padding: 33px 25px;
          background: #F2F2F2;
          border: none;
          justify-content: flex-start;
          flex-direction: column; }
          .common-footer_navi-main_contents.logout {
            display: none; } }
      .common-footer_navi-main_contents_block {
        padding-left: 20px;
        min-width: 130px; }
        @media screen and (max-width: 750px) {
          .common-footer_navi-main_contents_block {
            padding-left: 0; } }
      @media screen and (max-width: 750px) {
        .common-footer_navi-main_contents_list dd {
          display: none; } }
      .common-footer_navi-main_contents_list_title {
        border-bottom: 2px solid #F2F2F2;
        font-size: .86em;
        font-weight: bold;
        margin-bottom: 9px; }
        @media screen and (max-width: 750px) {
          .common-footer_navi-main_contents_list_title {
            border: none;
            font-size: 1.07em;
            margin-bottom: 0; } }
        dd + .common-footer_navi-main_contents_list_title {
          margin-top: 15px; }
          @media screen and (max-width: 750px) {
            dd + .common-footer_navi-main_contents_list_title {
              margin-top: 0; } }
        .common-footer_navi-main_contents_list_title a {
          display: block;
          color: #5A5758;
          padding: 6px 0; }
          @media screen and (max-width: 750px) {
            .common-footer_navi-main_contents_list_title a {
              padding: 15px;
              background: #fff;
              border-top: 2px solid #E6E6E6;
              color: #264D88;
              position: relative; }
              .common-footer_navi-main_contents_list_title a.sp-first {
                border-radius: 5px 5px 0 0;
                border: none; }
              .common-footer_navi-main_contents_list_title a.sp-last {
                border-radius: 0 0 5px 5px; }
              .common-footer_navi-main_contents_list_title a::before, .common-footer_navi-main_contents_list_title a::after {
                content: "";
                display: block;
                width: 6px;
                height: 2px;
                background: #2D82B7;
                position: absolute;
                top: 50%;
                right: 15px;
                transform-origin: right center; }
              .common-footer_navi-main_contents_list_title a::before {
                transform: translateY(-50%) skewY(30deg); }
              .common-footer_navi-main_contents_list_title a::after {
                transform: translateY(-50%) skewY(-30deg); } }
      .common-footer_navi-main_contents_list_item {
        font-size: 0.79em;
        margin: 5px 0; }
        .common-footer_navi-main_contents_list_item::before {
          content: "";
          width: .65em;
          height: 1px;
          display: inline-block;
          background: #5A5758;
          vertical-align: middle;
          margin-right: .5em; }
  .common-footer_navi-btm {
    border-top: 1px solid #E6E6E6;
    padding: 14px 0;
    display: flex;
    justify-content: flex-end;
    margin-top: 45px; }
    @media screen and (max-width: 750px) {
      .common-footer_navi-btm {
        padding: 0;
        margin-top: 0; } }
    .common-footer_navi-btm_list {
      display: flex;
      justify-content: flex-end;
      width: 960px;
      margin: 0 auto;
      box-sizing: content-box;
      padding: 0 25px; }
      @media screen and (max-width: 750px) {
        .common-footer_navi-btm_list {
          width: 100%;
          margin: 0;
          padding: 0; } }
      .common-footer_navi-btm_list_item {
        font-size: 0.79em;
        margin-left: 20px; }
        @media screen and (max-width: 750px) {
          .common-footer_navi-btm_list_item {
            width: 50%;
            margin-left: 0; }
            .common-footer_navi-btm_list_item:not(:last-child) {
              border-right: 1px solid #E6E6E6; }
            .common-footer_navi-btm_list_item a {
              display: block;
              padding: 20px 1em;
              text-align: center; } }
.common-footer_pagetop {
  position: relative; }
  .common-footer_pagetop a {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #2D82B7;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    position: absolute;
    top: -30px;
    right: -30px;
    transition: .2s; }
    @media screen and (max-width: 750px) {
      .common-footer_pagetop a {
        position: fixed;
        top: auto;
        left: auto;
        right: 0;
        bottom: 0;
        transform: scale(0.65);
        z-index: 1000; } }
    .common-footer_pagetop a:hover {
      background: #2873a3; }
    .common-footer_pagetop a::before, .common-footer_pagetop a::after {
      content: "";
      display: block;
      width: 20px;
      height: 1px;
      background: #fff;
      position: absolute;
      left: 50%;
      top: 15px; }
    .common-footer_pagetop a::before {
      transform: rotate(45deg);
      transform-origin: left top; }
    .common-footer_pagetop a::after {
      transform-origin: right top;
      transform: translateX(-100%) rotate(-45deg); }
    .common-footer_pagetop a i {
      position: absolute;
      top: 15px;
      left: 50%;
      width: 1px;
      height: 30px;
      background: #fff;
      transform: translateX(-50%); }
.common-footer_copyright {
  font-size: 0.64em;
  background: #264D88;
  text-align: right; }
  @media screen and (max-width: 750px) {
    .common-footer_copyright {
      text-align: center; } }
  .common-footer_copyright small {
    display: block;
    padding: 15px 0;
    line-height: 1;
    color: #fff; }
    @media screen and (max-width: 750px) {
      .common-footer_copyright small {
        padding-bottom: 65px; } }

/*----------------------------------------
module
-----------------------------------------*/
.w-base {
  width: 960px;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 25px; }
  @media screen and (max-width: 750px) {
    .w-base {
      width: auto;
      margin: 0 15px;
      padding: 0; } }

.m-linkList {
  margin: 60px auto 45px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media screen and (max-width: 750px) {
    .m-linkList {
      display: block;
      margin: 20px 10px; } }
  .m-linkList_item {
    flex-basis: 315px;
    background: #ccc;
    margin-bottom: 15px; }
    @media screen and (max-width: 750px) {
      .m-linkList_item {
        flex-basis: auto;
        margin: 10px 0; } }
    .m-linkList_item a {
      color: inherit;
      display: block;
      text-decoration: none; }
      .m-linkList_item a:hover img {
        transform: translate(-50%, -50%) scale(1.1); }
    .m-linkList_item_image {
      padding-top: 71.42%;
      overflow: hidden;
      position: relative; }
      .m-linkList_item_image img {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        transform: translate(-50%, -50%);
        transition: .75s; }
      @media screen and (max-width: 750px) {
        .m-linkList_item_image {
          padding-top: 51.6%; } }
      .m-linkList_item_image::after {
        content: attr(data-text);
        font-size: 2.14em;
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-family: bebas;
        font-weight: bold;
        letter-spacing: .05em;
        z-index: 10; }
        @media screen and (max-width: 750px) {
          .m-linkList_item_image::after {
            font-size: 1.71em; } }
    .m-linkList_item_title {
      height: 55px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      background: #2D82B7;
      font-size: 1.07em;
      font-weight: bold;
      position: relative; }
      @media screen and (max-width: 750px) {
        .m-linkList_item_title {
          height: 45px;
          font-size: 1em; } }
      .m-linkList_item_title::before, .m-linkList_item_title::after {
        content: "";
        display: block;
        width: 6px;
        height: 2px;
        background: #fff;
        position: absolute;
        top: 50%;
        right: 15px;
        transform-origin: right center; }
      .m-linkList_item_title::before {
        transform: translateY(-50%) skewY(30deg); }
      .m-linkList_item_title::after {
        transform: translateY(-50%) skewY(-30deg); }

.m-newsList {
  background: #F2F2F2;
  padding: 70px 0; }
  @media screen and (max-width: 750px) {
    .m-newsList {
      padding: 70px 0 40px; }
      .m-newsList .w-base {
        margin: 0; } }
  .m-newsListBox {
    background: #fff;
    padding: 40px 40px 40px;
    width: 940px;
    position: relative; }
    @media screen and (max-width: 750px) {
      .m-newsListBox {
        width: auto;
        margin: 0 15px;
        padding: 65px 15px 20px; } }
  .m-newsList_title {
    position: absolute;
    line-height: 1;
    top: calc(-1em - 13px);
    left: 0;
    color: #264D88;
    font-size: 2em;
    font-family: bebas, YuGothicM,"游ゴシック",YuGothic;
    font-weight: bold; }
    @media screen and (max-width: 750px) {
      .m-newsList_title {
        font-size: 1.7em; } }
  .m-newsList_tab {
    position: absolute;
    right: -20px;
    top: -37px; }
    @media screen and (max-width: 750px) {
      .m-newsList_tab {
        right: 0;
        top: 0; } }
    .m-contentsWrap_sub .m-newsList_tab {
      position: static; }
      .m-contentsWrap_sub .m-newsList_tab li {
        margin: 0; }
    .m-newsList_tab li {
      width: 250px;
      height: 55px;
      float: left;
      display: flex;
      align-items: center;
      margin-left: 20px;
      background: #000;
      color: #fff;
      padding-left: 20px;
      cursor: pointer; }
      @media screen and (max-width: 750px) {
        .m-newsList_tab li {
          width: 120px;
          height: 45px;
          margin-left: 5px;
          padding: 10px 15px 0;
          display: block;
          line-height: 1; } }
      .m-newsList_tab li.month {
        background-color: #264D88; }
      .m-newsList_tab li.year {
        background-color: #264D88; }
      .m-newsList_tab li.category {
        background-color: #2D82B7; }
      .m-newsList_tab li .en {
        font-family: bebas;
        font-weight: bold;
        letter-spacing: .05em;
        width: 80px;
        font-size: 1.14em; }
        @media screen and (max-width: 750px) {
          .m-newsList_tab li .en {
            font-size: 1em; } }
      .m-newsList_tab li .text {
        font-size: 0.71em;
        opacity: .5; }
        @media screen and (max-width: 750px) {
          .m-newsList_tab li .text {
            display: block;
            margin-top: .3em;
            font-size: 0.64em; } }
    .m-newsList_tabContents_item {
      position: absolute;
      top: 18px;
      right: -20px;
      width: 250px;
      height: 0;
      overflow-y: scroll;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
      background: #fff;
      z-index: 10;
      transition: .5s; }
      .m-newsList_tabContents_item.js-on {
        height: 320px; }
      @media screen and (max-width: 750px) {
        .m-newsList_tabContents_item {
          top: 45px;
          right: 0 !important;
          width: 245px; } }
      .m-contentsWrap_sub .m-newsList_tabContents_item {
        position: static;
        width: 100%;
        height: auto;
        overflow-y: auto;
        box-shadow: none; }
      .m-newsList_tabContents_item-month {
        right: 250px; }
        .m-newsList_tabContents_item-month_title {
          text-align: center;
          border-bottom: 1px solid #d6d6d6;
          font-family: bebas;
          font-weight: bold;
          letter-spacing: .05em;
          font-size: 1.14em;
          line-height: 1;
          padding: 10px 0;
          margin-bottom: 10px;
          color: #264D88; }
        .m-newsList_tabContents_item-month_list {
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap;
          padding: 0 30px 10px;
          border-bottom: 1px solid #d6d6d6; }
          dd:last-child .m-newsList_tabContents_item-month_list {
            border-bottom: none; }
          .m-newsList_tabContents_item-month_list li {
            flex-basis: 3em;
            text-align: center;
            margin: 10px 0;
            line-height: 1;
            font-size: 0.93em; }
      .m-newsList_tabContents_item-year {
        right: 250px; }
        .m-newsList_tabContents_item-year ul {
          display: flex;
          flex-wrap: wrap;
          padding: 5px 5px 0; }
        .m-newsList_tabContents_item-year li.year {
          flex-basis: 33.33333%; }
        .m-newsList_tabContents_item-year li.no {
          flex-basis: 100%; }
          .m-newsList_tabContents_item-year li.no + li {
            border-top: 1px solid #e6e6e6; }
          .m-newsList_tabContents_item-year li.no a {
            text-align: left;
            padding: .8em 1.2em; }
        .m-newsList_tabContents_item-year li a {
          display: block;
          padding: .8em .5em;
          text-align: center; }
      .m-newsList_tabContents_item-category_title {
        text-align: center;
        border-bottom: 1px solid #d6d6d6;
        font-family: bebas;
        font-weight: bold;
        letter-spacing: .05em;
        line-height: 1;
        font-size: 1.14em;
        padding: 10px 0;
        margin-bottom: 10px;
        color: #2D82B7; }
      .m-newsList_tabContents_item-category_list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 0 8px 11px;
        border-bottom: 1px solid #d6d6d6; }
        dd:last-child .m-newsList_tabContents_item-category_list {
          border-bottom: none; }
        .m-newsList_tabContents_item-category_list li {
          flex-basis: 50%;
          text-align: center;
          padding: 0 8px;
          line-height: 1;
          font-size: 0.79em;
          margin: 4px 0; }
          .m-newsList_tabContents_item-category_list li a {
            display: block;
            border: 1px solid #2D82B7;
            border-radius: 100px;
            padding: 6px 5px;
            background: #2D82B7;
            color: #fff;
            text-decoration: none;
            transition: .2s; }
            .m-newsList_tabContents_item-category_list li a:hover {
              opacity: .8; }
        .m-newsList_tabContents_item-category_list.tag a {
          background: #fff;
          color: #2D82B7; }
  .m-newsList_contentsTitle {
    height: 1em;
    line-height: 1;
    font-size: 1.71em;
    color: #264D88;
    margin-bottom: 13px;
    font-weight: bold; }
    @media screen and (max-width: 750px) {
      .m-newsList_contentsTitle {
        font-size: 1.14em; } }
  .m-newsList_contents_item {
    border-bottom: 1px solid #E6E6E6;
    display: flex;
    align-items: center;
    min-height: 50px;
    padding: 10px 0; }
    @media screen and (max-width: 750px) {
      .m-newsList_contents_item {
        flex-wrap: wrap; } }
    .m-newsList_contents_item:first-child {
      border-top: 1px solid #E6E6E6; }
    .m-newsList_contents_item_date {
      font-family: bebas;
      font-weight: bold;
      letter-spacing: .05em;
      font-weight: normal;
      flex-basis: 80px; }
      @media screen and (max-width: 750px) {
        .m-newsList_contents_item_date {
          flex-basis: auto;
          margin-right: 10px;
          font-size: 0.86em; } }
    .m-newsList_contents_item_category {
      flex-basis: 90px;
      white-space: nowrap;
      background: #2D82B7;
      border-radius: 100px;
      font-size: 0.79em;
      color: #fff;
      text-align: center;
      padding: .1em .25em;
      margin-right: 10px; }
      @media screen and (max-width: 750px) {
        .m-newsList_contents_item_category {
          flex-basis: 70px;
          font-size: 0.71em; } }
    .m-newsList_contents_item_icon {
      width: 50px;
      text-align: center; }
      @media screen and (max-width: 750px) {
        .m-newsList_contents_item_icon {
          width: 18px; } }
      .m-newsList_contents_item_icon img {
        height: 100%;
        width: auto; }
      @media screen and (max-width: 750px) {
        .m-newsList_contents_item_icon {
          flex-basis: auto; } }
    .m-newsList_contents_item_title {
      font-size: 1.07em;
      flex-basis: 605px;
      color: #000;
      font-weight: bold;
      line-height: 1.4; }
      @media screen and (max-width: 750px) {
        .m-newsList_contents_item_title {
          font-size: 1em;
          flex-basis: 100%;
          margin-top: 6px;
          font-size: 0.86em; } }
      .m-newsList_contents_item_title a {
        color: #2D82B7;
        text-decoration: underline; }
        .m-newsList_contents_item_title a:hover {
          text-decoration: none; }
  .m-newsList_contents_calTitle {
    font-size: 1.79em;
    font-family: bebas;
    font-weight: bold;
    letter-spacing: .05em;
    color: #264D88;
    padding-top: 30px; }
    .m-newsList_contentsTitle + .m-newsList_contents_calTitle {
      border-top: 1px solid #E6E6E6; }
  .m-newsList_contents_calItem {
    border-bottom: 1px solid #E6E6E6;
    padding: 6px 0; }
    .m-newsList_contents_calItem::after {
      content: "";
      display: block;
      clear: both; }
    .m-newsList_contents_calItem:first-child {
      border-top: 1px solid #E6E6E6; }
    .m-newsList_contents_calItem_date {
      width: 60px;
      text-align: center;
      float: left;
      border-right: 1px solid #e6e6e6; }
    .m-newsList_contents_calItem_week {
      float: left;
      width: 40px;
      text-align: center;
      border-right: 1px solid #e6e6e6; }
      .m-newsList_contents_calItem_week.holiday {
        color: #FF1D25; }
    .m-newsList_contents_calItem_data {
      overflow: hidden;
      padding: 0 0 0 20px; }
      .m-newsList_contents_calItem_data .block {
        display: flex;
        align-items: flex-start; }
        .m-newsList_contents_calItem_data .block + .block {
          margin-top: 3px; }
      .m-newsList_contents_calItem_data .title a {
        color: #2D82B7;
        text-decoration: underline; }
        .m-newsList_contents_calItem_data .title a:hover {
          text-decoration: none; }
      .m-newsList_contents_calItem_data .category {
        flex-basis: 90px;
        line-height: 20px;
        white-space: nowrap;
        background: #2D82B7;
        border-radius: 100px;
        font-size: 0.79em;
        color: #fff;
        text-align: center;
        padding: 0 .25em;
        margin-right: 15px;
        margin-top: .25em; }
  .m-newsList_link {
    margin-top: 40px; }
    @media screen and (max-width: 750px) {
      .m-newsList_link {
        margin-top: 20px; } }

/*----- コンテンツレイアウトカラム（12分割） -----*/
/* 2分割（col-6 + col-6）の場合 .space1-md を付与 */
.row {
  margin: 0 -15px; }
  .row::after {
    content: "";
    display: block;
    clear: both; }
  .row.space-large {
    margin: 0 -20px; }

/*
col-md-*  ：PC
col-sm-*  ：タブレット
col-xs-*  ：モバイル
2分割（col-6 + col-6）のみ余白の値が例外
*/
.col {
  padding: 0 15px;
  box-sizing: border-box;
  float: left; }
  .space-large .col {
    padding: 0 20px; }
  @media screen and (min-width: 1025px) {
    .col-md-1 {
      width: calc(100% / 12);
      float: left; }
    .col-md-2 {
      width: calc(100% / 12 * 2);
      float: left; }
    .col-md-3 {
      width: calc(100% / 12 * 3);
      float: left; }
    .col-md-4 {
      width: calc(100% / 12 * 4);
      float: left; }
    .col-md-5 {
      width: calc(100% / 12 * 5);
      float: left; }
    .col-md-6 {
      width: calc(100% / 12 * 6);
      float: left; }
    .col-md-7 {
      width: calc(100% / 12 * 7);
      float: left; }
    .col-md-8 {
      width: calc(100% / 12 * 8);
      float: left; }
    .col-md-9 {
      width: calc(100% / 12 * 9);
      float: left; }
    .col-md-10 {
      width: calc(100% / 12 * 10);
      float: left; }
    .col-md-11 {
      width: calc(100% / 12 * 11);
      float: left; }
    .col-md-12 {
      width: auto;
      float: none; } }
  @media screen and (min-width: 751px) and (max-width: 1024px) {
    .col-sm-1 {
      width: calc(100% / 12);
      float: left; }
    .col-sm-2 {
      width: calc(100% / 12 * 2);
      float: left; }
    .col-sm-3 {
      width: calc(100% / 12 * 3);
      float: left; }
    .col-sm-4 {
      width: calc(100% / 12 * 4);
      float: left; }
    .col-sm-5 {
      width: calc(100% / 12 * 5);
      float: left; }
    .col-sm-6 {
      width: calc(100% / 12 * 6);
      float: left; }
    .col-sm-7 {
      width: calc(100% / 12 * 7);
      float: left; }
    .col-sm-8 {
      width: calc(100% / 12 * 8);
      float: left; }
    .col-sm-9 {
      width: calc(100% / 12 * 9);
      float: left; }
    .col-sm-10 {
      width: calc(100% / 12 * 10);
      float: left; }
    .col-sm-11 {
      width: calc(100% / 12 * 11);
      float: left; }
    .col-sm-12 {
      width: auto;
      float: none; } }
  @media screen and (max-width: 750px) {
    .col-xs-1 {
      width: calc(100% / 12);
      float: left; }
    .col-xs-2 {
      width: calc(100% / 12 * 2);
      float: left; }
    .col-xs-3 {
      width: calc(100% / 12 * 3);
      float: left; }
    .col-xs-4 {
      width: calc(100% / 12 * 4);
      float: left; }
    .col-xs-5 {
      width: calc(100% / 12 * 5);
      float: left; }
    .col-xs-6 {
      width: calc(100% / 12 * 6);
      float: left; }
    .col-xs-7 {
      width: calc(100% / 12 * 7);
      float: left; }
    .col-xs-8 {
      width: calc(100% / 12 * 8);
      float: left; }
    .col-xs-9 {
      width: calc(100% / 12 * 9);
      float: left; }
    .col-xs-10 {
      width: calc(100% / 12 * 10);
      float: left; }
    .col-xs-11 {
      width: calc(100% / 12 * 11);
      float: left; }
    .col-xs-12 {
      width: auto;
      float: none; } }

/*--------------------------------------------------------------------------------*/
.wide-full {
  width: 960px;
  margin: 0 auto; }
  .wide-full::after {
    content: "";
    display: block;
    clear: both; }
  @media screen and (max-width: 750px) {
    .wide-full {
      width: auto; } }

.baseWrap {
  width: 960px;
  margin: 0 auto; }
  .baseWrap::after {
    content: "";
    display: block;
    clear: both; }
  @media screen and (max-width: 750px) {
    .baseWrap {
      width: auto;
      margin: 0 15px; } }

.btn-area {
  text-align: center; }
.btn-base {
  display: inline-block;
  min-width: 250px;
  line-height: 40px;
  text-decoration: none;
  border: 1px solid #264D88;
  padding: 0 2em 0 1em;
  font-size: 0.93em;
  color: #264D88;
  transition: .2s;
  cursor: pointer; }
  @media screen and (max-width: 750px) {
    .btn-base {
      min-width: 190px;
      line-height: 30px;
      font-size: 0.86em; } }
  .btn-base:link, .btn-base:visited {
    color: #264D88;
    text-decoration: none; }
  .btn-base:hover {
    color: #fff;
    background: #264D88; }
  .btn-base.white {
    border-color: #fff;
    background-image: url(../images/ic_arrow_white.svg); }
    .btn-base.white:hover {
      background-color: rgba(255, 255, 255, 0.1); }
  .btn-base.back {
    background-image: none;
    text-align: center;
    padding-right: 1em;
    border-color: #666;
    color: #666; }
.btn-login {
  width: 100%;
  display: block;
  height: 60px;
  line-height: 60px;
  background: #F15A24;
  text-align: center;
  color: #fff !important;
  font-size: 1.29em;
  border: none;
  outline: none;
  cursor: pointer;
  transition: .2s; }
  .btn-login:hover {
    background-color: #ec490f;
    text-decoration: none !important; }
  @media screen and (max-width: 750px) {
    .btn-login {
      line-height: 40px;
      height: 40px;
      font-size: 1em !important; } }

.bnr-migusa {
  min-height: 270px;
  padding-top: 24.5454%;
  position: relative; }
  .bnr-migusaBox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .bnr-migusaWrap {
    display: table;
    background: url(../images/bg_migusa01.jpg) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #fff;
    text-align: center; }
    .bnr-migusaWrap:link, .bnr-migusaWrap:visited, .bnr-migusaWrap:hover {
      text-decoration: none;
      color: #fff; }
    .bnr-migusaWrap:hover .btn-base {
      background-color: rgba(255, 255, 255, 0.1); }
    .bnr-migusaWrap > div {
      display: table-cell;
      vertical-align: middle; }
      .bnr-migusaWrap > div::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        height: 100%;
        transition: .5s;
        background: rgba(0, 0, 0, 0); }
      .bnr-migusaWrap > div:hover::before {
        background: rgba(0, 0, 0, 0.45); }
    .bnr-migusaWrap .copy {
      color: #f2f2f2;
      font-size: 1.29em;
      line-height: 1;
      position: relative;
      font-family: bebas;
      font-weight: bold;
      letter-spacing: .05em; }
    .bnr-migusaWrap .title {
      color: #fff;
      font-size: 3em;
      position: relative;
      font-family: bebas;
      font-weight: bold;
      letter-spacing: .05em; }
      @media screen and (max-width: 750px) {
        .bnr-migusaWrap .title {
          font-size: 2em; } }
    .bnr-migusaWrap .btn-base {
      font-size: 1.43em;
      padding-top: .2em;
      padding-bottom: .2em;
      text-align: center;
      margin-top: 1.5em;
      position: relative; }
      @media screen and (max-width: 750px) {
        .bnr-migusaWrap .btn-base {
          font-size: 1.1em; } }

/*hover時拡大*/
.m-scale:hover .m-scale_target > img {
  transform: scale(1.3); }
.m-scale_target {
  position: relative;
  display: block;
  overflow: hidden;
  background: #000; }
  .m-scale_target > img {
    margin: auto;
    width: 100%;
    height: auto;
    transition: .5s;
    transform-origin: center;
    transform: scale(1.05); }

/*ベース一覧デザイン*/
.m-baseList {
  width: 960px;
  margin: 0 auto; }
  @media screen and (max-width: 750px) {
    .m-baseList {
      width: auto; }
      .baseWrap .m-baseList {
        margin: 0 -15px; } }
  .m-baseList a {
    display: block;
    color: #000;
    text-decoration: none; }
  .m-baseList ul::after {
    content: "";
    display: block;
    clear: both; }
  @media screen and (max-width: 750px) {
    .m-baseList ul {
      white-space: nowrap;
      -webkit-overflow-scrolling: touch;
      transform: translateZ(0);
      overflow-x: auto;
      padding: 0 0 10px 1em; } }
  .m-baseList li {
    width: 25%;
    float: left;
    text-align: center;
    background: #fff;
    margin-bottom: 1.5em; }
    @media screen and (max-width: 750px) {
      .m-baseList li {
        width: 280px !important;
        display: inline-block;
        margin: 0 .5em;
        white-space: normal;
        float: none;
        vertical-align: top;
        box-shadow: 0 0 7px rgba(0, 0, 0, 0.15); }
        .m-baseList li:last-child {
          margin-right: 2.5em; } }
    .m-baseList li:first-child dl::before {
      display: none; }
  .m-baseList dl {
    position: relative;
    padding: .5em 0; }
    .m-baseList dl::before {
      content: "";
      display: block;
      width: 2px;
      position: absolute;
      top: 25%;
      bottom: 20%;
      left: 0;
      margin-left: -1px;
      background: white; }
      @media screen and (max-width: 750px) {
        .m-baseList dl::before {
          display: none; } }
  .m-baseList dt {
    font-family: bebas;
    font-weight: bold;
    font-size: 1.29em;
    padding: .8em .5em .2em;
    line-height: 1.4;
    letter-spacing: .05em; }
  .m-baseList dd {
    font-size: .88em;
    color: #808080;
    margin: 0 2em .5em; }
  .m-baseList .icon-tag {
    background-color: #264D88;
    position: absolute;
    font-size: 1.07em;
    top: -.8em;
    left: 1em;
    padding: .3em 1em; }
  .m-baseList-medium li:nth-child(4n+1) {
    clear: both; }
    .m-baseList-medium li:nth-child(4n+1) dl::before {
      display: none; }
  .m-baseList-clm03 li {
    width: 33.33333%; }
    .m-baseList-clm03 li:nth-child(4n+1) {
      clear: none; }
      .m-baseList-clm03 li:nth-child(4n+1) dl::before {
        display: block; }
    .m-baseList-clm03 li:nth-child(3n+1) {
      clear: both; }
      .m-baseList-clm03 li:nth-child(3n+1) dl::before {
        display: none; }
  .m-baseList-large li {
    width: 33.33333%; }
    .m-baseList-large li:nth-child(3n+1) {
      clear: both; }
      .m-baseList-large li:nth-child(3n+1) dl::before {
        display: none; }
  .m-baseList-large dl {
    padding-bottom: 2em; }
  .m-baseList-large dt {
    font-size: 1.71em; }
  .m-baseList-large dd {
    text-align: left;
    margin: 0 8%; }

/*2列一覧）（case study）*/
.m-2clmList ul {
  margin: 0 -70px; }
  .m-2clmList ul::after {
    content: "";
    display: block;
    clear: both; }
  @media screen and (max-width: 750px) {
    .m-2clmList ul {
      margin: 0 -15px; } }
.m-2clmList li {
  width: 50%;
  float: left; }
  @media screen and (max-width: 750px) {
    .m-2clmList li {
      width: auto;
      float: none;
      margin-bottom: 30px; } }
.m-2clmList a {
  display: block;
  color: inherit;
  text-decoration: none; }
.m-2clmList dl {
  margin: 0 45px 0 90px;
  position: relative; }
  @media screen and (max-width: 750px) {
    .m-2clmList dl {
      margin: 0 15px; } }
  .m-2clmList dl::before {
    content: "";
    border: 17px solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    top: -34px;
    left: 0; }
.m-2clmList dt {
  font-size: 1.64em;
  font-family: bebas;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1;
  padding: .8em 0 .5em; }
.m-2clmList dd {
  color: #f2f2f2; }

/*お問い合わせ*/
.m-contact {
  background: url(../images/bg_contact01.jpg) no-repeat center;
  background-size: cover;
  padding: 40px 0 70px;
  text-align: center;
  color: #fff; }
  .m-contact_title {
    font-size: 1.71em;
    margin-bottom: 1em;
    font-family: bebas;
    font-weight: bold;
    letter-spacing: .05em; }
  .m-contact_text {
    max-width: 700px;
    margin: 0 auto; }
  .m-contact p {
    margin: 0 1.5em; }
  .m-contact_list {
    margin: 2em 0 0;
    line-height: 1;
    letter-spacing: -.4em; }
    .m-contact_list li {
      display: inline-block;
      margin: 0 1em;
      letter-spacing: normal; }

.m-productSearch {
  position: absolute;
  right: 0;
  bottom: 0; }
  .m-productSearch::after {
    content: "";
    display: block;
    clear: both; }
  @media screen and (max-width: 750px) {
    .m-productSearch {
      position: static; } }
  .m-productSearch ul {
    float: right; }
    @media screen and (max-width: 750px) {
      .m-productSearch ul {
        float: none; } }
  .m-productSearch li {
    min-width: 200px;
    float: left;
    margin-left: 5px; }
    @media screen and (max-width: 750px) {
      .m-productSearch li {
        margin: 1px 0 0;
        float: none;
        min-width: 0; } }
  .m-productSearch a {
    display: block;
    line-height: 40px;
    background: #4D4D4D url(../images/ic_arrow_red.svg) no-repeat right 0.75em center;
    background-size: auto .5em;
    padding: 0 1.5em 0 .8em;
    font-size: 1.29em;
    transition: .5s;
    font-family: bebas;
    font-weight: bold;
    letter-spacing: .05em;
    color: #fff;
    text-decoration: none; }
    .m-productSearch a:hover {
      background-color: #264D88; }

.m-borderNavi {
  padding: 3em 0;
  text-align: center;
  position: relative; }
  .m-borderNavi ul {
    letter-spacing: -.4em; }
    .m-borderNavi ul::after {
      content: "";
      display: block;
      clear: both; }
  .m-borderNavi li {
    width: 250px;
    display: inline-block;
    letter-spacing: normal;
    color: #fff; }
    @media screen and (max-width: 750px) {
      .m-borderNavi li {
        width: auto;
        display: block;
        margin: 15px 0; } }
    .m-borderNavi li a {
      display: block;
      font-family: bebas;
      font-weight: bold;
      letter-spacing: .05em;
      color: inherit;
      font-size: 1.71em;
      line-height: 1;
      text-decoration: none;
      border-bottom: 1px solid rgba(255, 255, 255, 0.5);
      padding: 0 0 .5em;
      position: relative; }
      .m-borderNavi li a::before {
        content: "";
        display: block;
        bottom: -2px;
        height: 3px;
        width: 0;
        left: 50%;
        position: absolute;
        background: #fff;
        transition: .3s; }
    .m-borderNavi li.is-current a::before {
      left: 0;
      width: 100%; }

.icon-tag {
  display: inline-block;
  background: #f2f2f2;
  padding: .25em .6em;
  color: #fff;
  line-height: 1;
  font-family: bebas;
  font-weight: bold;
  letter-spacing: .05em; }

.list-base {
  margin: .8em 0 1.3em 1.5em; }
  .list-base li {
    list-style: disc;
    line-height: 1.6;
    margin: .5em 0; }
.list-circle li {
  padding: 0 0 0 1.5em;
  line-height: 1.6;
  margin: .5em 0; }
  .list-circle li::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background: #999;
    margin: 0 .5em 0 -1.5em;
    border-radius: 100%; }
.list-annotation {
  color: #f2f2f2; }

.table-spec {
  border: 1px solid #B7C1DE;
  margin: 1em 0 2.5em; }
  .table-spec th, .table-spec td {
    padding: .5em;
    vertical-align: middle;
    border: 1px solid #B7C1DE;
    font-size: 11px; }
  .table-spec th {
    background: #E7EAF4; }
  .table-spec tbody th {
    background: #F2F2F2;
    width: 1%;
    white-space: nowrap;
    font-family: bebas;
    font-weight: bold;
    letter-spacing: .05em; }
  .table-specWrap {
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    transform: translateZ(0);
    margin-bottom: 2.5em; }
    .table-specWrap .table-spec {
      margin-bottom: 0; }
  .table-spec img {
    max-width: initial;
    max-height: initial; }

.box-remarks {
  background: rgba(38, 77, 136, 0.1);
  padding: 1em;
  margin: 1em 0 1.5em; }

.m-pageTitle-base {
  display: table;
  width: 100%;
  background: #F2F2F2;
  height: 145px;
  margin-bottom: 50px; }
  @media screen and (max-width: 750px) {
    .m-pageTitle-base {
      height: 18.18vw;
      margin-bottom: 30px; } }
  .m-pageTitle-base > div {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
  .m-pageTitle-base h2 {
    font-family: bebas;
    font-weight: bold;
    letter-spacing: .05em;
    font-size: 2.57em;
    line-height: 1; }
    @media screen and (max-width: 750px) {
      .m-pageTitle-base h2 {
        font-size: 2.29em; } }
  .m-pageTitle-base p {
    color: #f2f2f2;
    margin-top: .8em; }

.pager {
  	/*clear: both;
  	line-height: 1;
  	margin: 1.5em 0 2em;
    text-align: center;
    ol{*/
  display: inline-flex;
  border: 1px solid #264D88;
  /*}*/ }
  .pagerWrap {
    text-align: center; }
    .pagerWrap p {
      margin: 2em 0 .5em; }
  .pager li {
    width: 40px;
    height: 40px; }
    .pager li:not(:first-child) {
      border-left: 1px solid #264D88; }
  .pager a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #264D88; }
  .pager span {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #D4DBE7;
    color: #264D88; }
  .m-newsList_currentNum + .pager {
    margin-top: -40px; }

.text-required {
  color: #f00; }

.center {
  text-align: center; }

@media screen and (max-width: 750px) {
  .hide-xs, .hide-sp {
    display: none; } }
@media screen and (min-width: 1025px) {
  .hide-pc {
    display: none; } }

body {
  background: #1956a6 url(../images/bg_visual01.jpg) no-repeat center top; }
  @media screen and (max-width: 750px) {
    body {
      background-size: auto 700px;
      overflow-x: hidden; } }

.cmn-header {
  max-width: 950px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative; }
  .cmn-header_logo {
    text-align: center;
    padding-top: 150px;
    margin: 0 0 53px;
    text-align: center; }
    @media screen and (max-width: 750px) {
      .cmn-header_logo {
        padding-top: 15%;
        max-width: 320px;
        margin: 0 auto 5%; } }
    .page-form .cmn-header_logo {
      padding-top: 50px;
      margin-bottom: -20px; }
      .page-form .cmn-header_logo img {
        height: 96px; }
  .cmn-header_back {
    margin: 0; }
    @media screen and (max-width: 750px) {
      .cmn-header_back {
        display: none; } }
    .cmn-header_back a {
      position: absolute;
      border: 2px solid #fff;
      border-radius: 100px;
      line-height: 1;
      padding: .5em 1em;
      color: #fff;
      font-size: 12px;
      letter-spacing: .1em;
      position: absolute;
      top: 85px;
      left: 20px;
      transition: .2s;
      text-decoration: none; }
      .cmn-header_back a:hover {
        background: #fff;
        color: #1952a3; }
  .cmn-header_navi {
    max-width: 950px;
    position: relative;
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: center; }
    @media screen and (max-width: 750px) {
      .cmn-header_navi {
        flex-direction: column-reverse;
        max-width: none; } }
  .cmn-header_item {
    width: 340px;
    flex-shrink: 0;
    margin: 0 25px;
    font-size: 0;
    line-height: 1; }
    @media screen and (max-width: 750px) {
      .cmn-header_item {
        width: auto;
        max-width: 280px;
        margin: 0 auto 10%; } }
    .cmn-header_item img {
      max-width: 100%;
      height: auto;
      transition: .2s; }
    .cmn-header_item.howto {
      position: relative; }
      .cmn-header_item.howto img.btn:hover {
        opacity: .65; }
      .cmn-header_item.howto img.chara {
        width: 74px;
        position: absolute;
        left: -20px;
        bottom: -10px; }
        @media screen and (max-width: 750px) {
          .cmn-header_item.howto img.chara {
            width: 60px; } }
    .cmn-header_item.reservation {
      position: relative; }
      .cmn-header_item.reservation img.btn {
        border-radius: 20px;
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3), 0px 0px 30px 0px rgba(0, 0, 0, 0.2), inset 0px 0px 15px 0px rgba(115, 197, 230, 0.004); }
      .cmn-header_item.reservation a img:hover {
        opacity: .8; }
      .cmn-header_item.reservation img.bom {
        width: 170px;
        position: absolute;
        top: -70px;
        right: -60px; }
        @media screen and (max-width: 750px) {
          .cmn-header_item.reservation img.bom {
            width: 45%;
            top: -22%;
            right: -15%; } }
      .cmn-header_item.reservation img.label {
        width: 313px;
        position: absolute;
        bottom: -15px;
        right: -20px; }
        @media screen and (max-width: 750px) {
          .cmn-header_item.reservation img.label {
            right: -10px; } }

.top-text {
  text-align: center;
  font-size: 22px;
  line-height: 2;
  color: #fff;
  margin: 360px 0 60px; }
  @media screen and (max-width: 750px) {
    .top-text {
      margin: 20% 20px 10%;
      font-size: 14px;
      text-shadow: 0 0 4px rgba(0, 0, 0, 0.75), 0 0 15px rgba(0, 0, 0, 0.45); } }

.baseBlock {
  max-width: 950px;
  margin: 0 auto;
  background: #fff;
  border-radius: 40px;
  box-shadow: inset 0px 0px 25px 0px rgba(25, 86, 166, 0.65);
  margin-top: 50px;
  padding: 70px; }
  @media screen and (max-width: 750px) {
    .baseBlock {
      margin: 7.5% 10px;
      padding: 30px 25px;
      box-shadow: inset 0px 0px 15px 0px rgba(25, 86, 166, 0.65); } }

.baseTitle {
  text-align: center;
  margin-bottom: 60px;
  margin-top: 0; }
  @media screen and (max-width: 750px) {
    .baseTitle {
      margin-bottom: 5%; } }
  .baseTitle img {
    height: 100px; }
    @media screen and (max-width: 750px) {
      .baseTitle img {
        height: 55px; } }
  .baseTitle.type2 {
    margin-bottom: 40px; }
    @media screen and (max-width: 750px) {
      .baseTitle.type2 {
        margin-bottom: 10px; } }
    .baseTitle.type2 img {
      height: 199px; }
      @media screen and (max-width: 750px) {
        .baseTitle.type2 img {
          height: 90px;
          width: auto; } }

.section-briefing .text {
  font-size: 16px;
  line-height: 1.8;
  text-align: justify;
  letter-spacing: .1em;
  margin-bottom: 60px; }
  @media screen and (max-width: 750px) {
    .section-briefing .text {
      font-size: 13px;
      margin-bottom: 15%; } }
.section-briefing_note {
  border: 2px solid #e83c5d;
  background: rgba(232, 60, 93, 0.05);
  text-align: center;
  padding: 1.5em;
  font-size: 16px;
  margin: 40px 0 0;
  color: #e83c5d; }
  @media screen and (max-width: 750px) {
    .section-briefing_note {
      font-size: 12px;
      margin-top: 25px;
      text-align: left; } }

.section-howtoPlay {
  background: url(../../images/bg_howto.png) no-repeat center top; }
  .section-howtoPlay .topText {
    font-size: 16px;
    line-height: 1.8; }
    @media screen and (max-width: 750px) {
      .section-howtoPlay .topText {
        font-size: 13px; } }
  .section-howtoPlay_list {
    display: flex;
    width: 100%;
    flex-direction: column;
    border-top: 2px solid #d6d6d6; }
    @media screen and (max-width: 750px) {
      .section-howtoPlay_list {
        border: none; } }
    .section-howtoPlay_list dl {
      display: flex;
      width: 100%;
      border-bottom: 2px solid #d6d6d6;
      margin: 0; }
      @media screen and (max-width: 750px) {
        .section-howtoPlay_list dl {
          flex-direction: column;
          border-bottom: none; } }
      .section-howtoPlay_list dl:not(:first-child) dt::before {
        content: "";
        box-sizing: border-box;
        width: 40px;
        height: 40px;
        border: 40px solid transparent;
        border-top-color: #d6d6d6;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        transform-origin: center top;
        transform: scale(1, 0.5); }
        @media screen and (max-width: 750px) {
          .section-howtoPlay_list dl:not(:first-child) dt::before {
            border-top-color: #fff;
            width: 10px;
            height: 10px;
            border-width: 10px;
            transform: scale(1); } }
    .section-howtoPlay_list dt {
      width: 260px;
      flex-shrink: 0;
      margin: 0;
      padding: 40px 0;
      background: #f5f5f5;
      position: relative; }
      @media screen and (max-width: 750px) {
        .section-howtoPlay_list dt {
          width: 100%;
          padding: 10px 15px;
          background: #1952a3; }
          .section-howtoPlay_list dt br {
            display: none; } }
      .section-howtoPlay_list dt p {
        display: flex;
        height: 100%;
        font-size: 22px;
        align-items: center;
        justify-content: center;
        text-align: center;
        align-items: center;
        font-weight: bold;
        color: #1952a3;
        margin: 0; }
        @media screen and (max-width: 750px) {
          .section-howtoPlay_list dt p {
            font-size: 14px;
            color: #fff; } }
    .section-howtoPlay_list dd {
      margin: 0 30px 0 40px;
      padding: 40px 0;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      @media screen and (max-width: 750px) {
        .section-howtoPlay_list dd {
          padding: 15px 0 25px;
          margin: 0 10px;
          font-size: 13px; } }
      .section-howtoPlay_list dd p {
        margin: 0;
        line-height: 1.8; }
      .section-howtoPlay_list dd p + p {
        margin-top: 1em; }

.section-product h3 {
  background: #666;
  color: #fff;
  line-height: 32px;
  text-align: center;
  margin-bottom: 30px; }
  @media screen and (max-width: 750px) {
    .section-product h3 {
      margin-bottom: 15px; } }
.section-product_wrap {
  display: flex;
  margin-bottom: 70px; }
  @media screen and (max-width: 750px) {
    .section-product_wrap {
      display: block;
      margin-bottom: 35px; } }
.section-product_image {
  width: 240px;
  margin: 10px 40px 0 30px; }
  @media screen and (max-width: 750px) {
    .section-product_image {
      margin: 25px auto 20px; } }
.section-product .price {
  color: #e83c5d; }
  .section-product .price em {
    font-style: normal;
    font-size: 1.5em; }
.section-product_data .small {
  font-size: 12px; }
.section-product_data ul {
  font-size: 12px; }
.section-product_data .specialBox {
  text-align: center;
  background: #FFF940;
  border: solid 2px #1956a6;
  color: #1956a6;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .075em;
  border-radius: 10px;
  padding: .5em; }
  @media screen and (max-width: 750px) {
    .section-product_data .specialBox {
      font-size: 13px; } }
.section-product_method {
  font-size: 16px;
  margin-bottom: 60px; }
  @media screen and (max-width: 750px) {
    .section-product_method {
      font-size: 13px;
      margin-bottom: 30px; } }

.section-school {
  margin: 60px auto;
  background: rgba(0, 0, 0, 0.45);
  max-width: 880px;
  padding: 60px;
  color: #fff; }
  @media screen and (max-width: 750px) {
    .section-school {
      margin: 10% 25px;
      padding: 10% 20px 5%; } }
  .section-school_title {
    text-align: center;
    margin: 0 0 40px; }
    .section-school_title img {
      height: 26px; }
    @media screen and (max-width: 750px) {
      .section-school_title {
        margin-bottom: 7.5%; }
        .section-school_title img {
          height: auto;
          max-width: 90%; } }
  .section-school p {
    font-size: 16px;
    margin: 0; }
    @media screen and (max-width: 750px) {
      .section-school p {
        font-size: 13px; } }
    .section-school p + p {
      margin-top: 1.5em; }

.btn-reservation01 {
  margin-top: 30px; }
  @media screen and (max-width: 750px) {
    .btn-reservation01 {
      margin-top: 10%; } }
  .btn-reservation01 a {
    display: block;
    margin: 0 auto;
    border-radius: 20px;
    background-color: #e83c5d;
    box-shadow: inset 0px -10px 0px 0px rgba(0, 0, 0, 0.3);
    max-width: 600px;
    line-height: 90px;
    padding-bottom: 10px;
    color: #fff;
    letter-spacing: .2em;
    padding-left: .2em;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none; }
    @media screen and (max-width: 750px) {
      .btn-reservation01 a {
        line-height: 50px;
        font-size: 16px;
        letter-spacing: .1em; } }
    @media screen and (min-width: 1025px) {
      .btn-reservation01 a:hover {
        padding: 10px 0 0 .2em;
        box-shadow: none;
        border-top: 10px;
        position: relative;
        box-shadow: inset 0px 10px 0px 0px white; } }
  .btn-reservation01.end span {
    display: block;
    margin: 0 auto;
    border-radius: 20px;
    background-color: #f0f0f0;
    max-width: 600px;
    line-height: 1.6;
    padding: 1.3em 1em;
    color: #999f;
    letter-spacing: .1em;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none; }
    @media screen and (max-width: 750px) {
      .btn-reservation01.end span {
        font-size: 14px; } }

.cmn-footer {
  text-align: center;
  color: #fff;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  margin-top: 80px;
  padding: 60px 0 100px; }
  @media screen and (max-width: 750px) {
    .cmn-footer {
      margin-top: 10%;
      padding: 5% 30px;
      font-size: 12px; } }

.page-form_text {
  font-size: 16px; }
  @media screen and (max-width: 750px) {
    .page-form_text {
      font-size: 13px; } }
  .page-form_finish + .page-form_text {
    width: 550px;
    margin: 0 auto;
    text-align: center;
    line-height: 2; }
    @media screen and (max-width: 750px) {
      .page-form_finish + .page-form_text {
        width: auto;
        text-align: left;
        line-height: 1.8; } }
.page-form_table {
  border: solid #d6d6d6;
  border-width: 2px 0;
  margin-top: 50px; }
  @media screen and (max-width: 750px) {
    .page-form_table {
      margin-top: 20px; } }
  .page-form_table dl {
    margin: 0;
    display: flex;
    align-items: center; }
    .page-form_table dl:not(:first-child) {
      border-top: 1px solid #d6d6d6; }
    @media screen and (max-width: 750px) {
      .page-form_table dl {
        display: block; } }
  .page-form_table dt {
    font-size: 16px;
    line-height: 1.4;
    color: #1956a6;
    font-weight: bold;
    margin: 0 15px 0 0;
    position: relative;
    padding: 25px 0 25px 60px;
    width: 205px; }
    @media screen and (max-width: 750px) {
      .page-form_table dt {
        width: auto;
        padding: 15px 0 15px 50px;
        font-size: 13px; } }
    .page-form_table dt .icon-req {
      position: absolute;
      top: 50%;
      left: 10px;
      transform: translateY(-50%); }
      @media screen and (max-width: 750px) {
        .page-form_table dt .icon-req {
          left: 0; } }
    .page-form-check .page-form_table dt {
      padding-left: 10px;
      width: 150px; }
      @media screen and (max-width: 750px) {
        .page-form-check .page-form_table dt {
          width: auto;
          padding-left: 0; } }
  .page-form_table dd {
    flex: 1;
    margin: 0;
    padding: 25px 0; }
    @media screen and (max-width: 750px) {
      .page-form_table dd {
        padding: 0 0 15px; } }
  @media screen and (max-width: 750px) {
    .page-form_table .not-required dt {
      padding-left: 0; } }
  .page-form_table input[type="text"],
  .page-form_table select {
    border: 2px solid #d6d6d6;
    background: #fafafa;
    border-radius: 0;
    height: 40px;
    font-size: 16px;
    padding: 0 .5em;
    width: 90%;
    vertical-align: middle; }
    @media screen and (max-width: 750px) {
      .page-form_table input[type="text"],
      .page-form_table select {
        width: 100%; } }
  .page-form_table p {
    margin: 0;
    font-size: 12px;
    margin-top: 1.2em;
    margin-bottom: .35em; }
    .page-form-check .page-form_table p {
      font-size: 16px; }
    .page-form_table p:first-child {
      margin-top: 0 !important; }
    .page-form_table p:last-child {
      margin-top: .75em;
      margin-bottom: 0; }
  .page-form_table em {
    color: #e83c5d;
    font-style: normal;
    font-size: 12px; }
  .page-form_table .zip {
    font-size: 14px; }
    .page-form_table .zip input[type="text"] {
      width: 7em;
      margin-left: .5em; }
    @media screen and (max-width: 750px) {
      .page-form_table .zip em {
        display: block;
        font-size: 11px;
        margin-top: 5px; } }
  .page-form_table .select select {
    width: auto; }
  .page-form_table .old {
    font-size: 16px; }
    .page-form_table .old input[type="text"] {
      width: 7em;
      margin-right: .5em; }
  .page-form_table .radio label,
  .page-form_table .check label {
    display: inline-block;
    margin-right: 2em;
    cursor: pointer; }
  .page-form_table .radio input,
  .page-form_table .check input {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: .5em; }
.page-form_name {
  display: flex;
  padding: 0;
  margin: 0; }
  .page-form_name li {
    list-style: none;
    margin-right: 20px; }
    @media screen and (max-width: 750px) {
      .page-form_name li:last-child {
        margin-right: 0; } }
    .page-form_name li span {
      display: inline-block;
      width: 2em;
      font-size: 13px;
      margin-right: 10px;
      text-align: right; }
      @media screen and (max-width: 750px) {
        .page-form_name li span {
          text-align: left; } }
    .page-form_name li input[type="text"] {
      width: 200px; }
      @media screen and (max-width: 750px) {
        .page-form_name li input[type="text"] {
          width: 100%; } }
.page-form_privacy {
  margin-top: 30px;
  background: #f1f1f1;
  padding: 20px 40px; }
  @media screen and (max-width: 750px) {
    .page-form_privacy {
      padding: 15px; } }
  .page-form_privacy .scr {
    overflow: auto;
    height: 150px;
    margin: 0 0 20px 0;
    text-align: left;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    font-size: 12px; }
    @media screen and (max-width: 750px) {
      .page-form_privacy .scr {
        font-size: 11px; } }
  .page-form_privacy dl.privacy {
    margin: 0;
    padding: 0;
    text-align: left; }
  .page-form_privacy dl.privacy dt {
    margin: 0;
    padding: 0;
    font-weight: bold; }
  .page-form_privacy dl.privacy dd {
    margin: 0 0 10px 12px;
    padding: 0; }
  .page-form_privacy p.privacy_title {
    font-weight: bold;
    font-size: 117%;
    text-align: left; }
    @media screen and (max-width: 750px) {
      .page-form_privacy p.privacy_title {
        font-size: 13px;
        text-align: center;
        margin: 0 0 10px; } }
  .page-form_privacy .agree {
    display: flex;
    justify-content: center; }
    @media screen and (max-width: 750px) {
      .page-form_privacy .agree {
        flex-direction: column; } }
    .page-form_privacy .agree label {
      margin: 0 1em;
      cursor: pointer;
      padding: .3em .5em;
      transition: .2s;
      border-radius: 6px; }
      @media screen and (max-width: 750px) {
        .page-form_privacy .agree label {
          margin: .5em 0;
          border: 1px solid #d6d6d6;
          background: rgba(255, 255, 255, 0.65);
          padding: .65em .5em; } }
      .page-form_privacy .agree label:hover {
        background: rgba(0, 0, 0, 0.05); }
.page-form_note {
  color: #e83c5d;
  text-align: center;
  margin-top: 20px; }
  @media screen and (max-width: 750px) {
    .page-form_note {
      font-size: 12px;
      text-align: left; } }
.page-form_btn {
  margin-top: 40px;
  text-align: center; }
  @media screen and (max-width: 750px) {
    .page-form_btn {
      margin-top: 25px; }
      .page-form_btn input {
        width: 100%;
        max-width: 240px; } }
  .page-form-check .page-form_btn {
    display: flex;
    justify-content: center; }
    @media screen and (max-width: 750px) {
      .page-form-check .page-form_btn {
        flex-direction: column-reverse; } }
    .page-form-check .page-form_btn p {
      margin: 0 .5em; }
      @media screen and (max-width: 750px) {
        .page-form-check .page-form_btn p {
          margin: .5em 0; } }
.page-form_finish {
  font-size: 30px;
  text-align: center;
  color: #1956a6;
  font-weight: bold;
  white-space: nowrap;
  margin-top: 100px; }
  @media screen and (max-width: 750px) {
    .page-form_finish {
      font-size: 18px;
      margin-top: 35px; } }
.page-form_topback {
  margin: 150px 0 50px;
  text-align: center; }
  @media screen and (max-width: 750px) {
    .page-form_topback {
      margin: 45px 0 20px; } }
  .page-form_topback a {
    border: 2px solid #666;
    border-radius: 100px;
    line-height: 1;
    padding: .5em 1em;
    color: #666;
    letter-spacing: .1em;
    transition: .2s;
    text-decoration: none; }
    @media screen and (max-width: 750px) {
      .page-form_topback a {
        font-size: 13px; } }
    @media screen and (min-width: 1025px) {
      .page-form_topback a:hover {
        background: #666;
        color: #fff; } }

.icon-req {
  border: 2px solid #e83c5d;
  background: #fff;
  border-radius: 4px;
  color: #e83c5d;
  font-size: 12px;
  padding: 4px 6px;
  line-height: 1; }

.red_form {
  background: #e83c5d;
  color: #fff;
  margin-bottom: 10px !important;
  border-radius: 4px;
  padding: 4px 8px; }

#play-video-area video {
  width: 30%;
  max-width: 800px;
  height: auto;
  display: block;
  margin: auto;
}
