@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, 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, main,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  vertical-align: baseline; }

main, article, aside, details, figcaption, figure, footer, header, menu, nav, section {
  display: block; }

html {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-size-adjust: 100%;
  color: #373737;
  font-size: 62.5%; }

*, *:before, *:after {
  box-sizing: border-box; }

blockquote, q {
  quotes: none; }

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

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

input::-webkit-input-placeholder, input:-moz-placeholder, textarea::-webkit-input-placeholder, textarea:-moz-placeholder {
  color: #888; }

textarea, select, input[type="button"], input[type="submit"], input[type="search"], input[type="reset"] {
  -webkit-appearance: none; }

ol, ul {
  list-style: none; }

strong {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }

caption, th {
  text-align: left; }

a:focus {
  outline: none; }

.clearfix:after {
  content: "";
  clear: both;
  display: block; }

img {
  max-width: 100%;
  vertical-align: top;
  　font-size: 0;
  　line-height: 0; }

/* link */
a {
  color: #373737;
  text-decoration: none;
  outline: none; }

a:visited {
  color: #373737;
  text-decoration: none;
  outline: none; }

a:hover {
  color: #373737;
  text-decoration: underline;
  outline: none; }

a:active {
  color: #373737;
  text-decoration: none;
  outline: none; }

/* 変数 */
/*フォントカラー、薄い黒*/
/*濃いネイビー*/
/*少し薄めネイビー*/
/*薄グレー*/
/*極薄いグレー*/
/*薄いグレー、背景などに使用中*/
/*薄いグレー*/
/*濃いグレー*/
/*SPハンバーガーメニューの色 濃いグレー*/
/*mixin*/
/*印刷用*/
@media print {
  body {
    -webkit-print-color-adjust: exact; } }
/*===================================================================
    Transformicons
===================================================================*/
.tcon {
  appearance: none;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.25em;
  transition: 0.3s;
  user-select: none;
  width: 2.25em;
  background: transparent;
  outline: none;
  display: flex;
  flex-direction: column; }
  .tcon > * {
    display: block; }
  .tcon:hover, .tcon:focus {
    outline: none; }
  .tcon::-moz-focus-inner {
    border: 0; }

.tcon-menu__lines {
  display: inline-block;
  height: 0.225em;
  width: 2.25em;
  border-radius: 0;
  transition: 0.3s;
  background: #131b59;
  position: relative; }
  .tcon-menu__lines::before, .tcon-menu__lines::after {
    display: inline-block;
    height: 0.225em;
    width: 2.25em;
    border-radius: 0;
    transition: 0.3s;
    background: #131b59;
    content: '';
    position: absolute;
    left: 0;
    transform-origin: 0.1607142857em center;
    width: 100%; }
  .tcon-menu__lines::before {
    top: 0.5625em; }
  .tcon-menu__lines::after {
    top: -0.5625em; }
  .tcon-transform .tcon-menu__lines {
    transform: scale3d(0.8, 0.8, 0.8); }

.tcon:hover .tcon-menu__lines {
  background: #131b59; }
  .tcon:hover .tcon-menu__lines::before, .tcon:hover .tcon-menu__lines::after {
    background: #131b59; }

.tcon-menu--xcross {
  width: auto; }
  .tcon-menu--xcross.tcon-transform .tcon-menu__lines {
    background: transparent; }
    .tcon-menu--xcross.tcon-transform .tcon-menu__lines::before, .tcon-menu--xcross.tcon-transform .tcon-menu__lines::after {
      transform-origin: 50% 50%;
      top: 0;
      width: 2.25em; }
    .tcon-menu--xcross.tcon-transform .tcon-menu__lines::before {
      transform: rotate3d(0, 0, 1, 45deg); }
    .tcon-menu--xcross.tcon-transform .tcon-menu__lines::after {
      transform: rotate3d(0, 0, 1, -45deg); }

.tcon-visuallyhidden {
  border: 0;
  margin: 10px 0 0 0;
  color: #131b59;
  height: 0.5rem; }
  .tcon-visuallyhidden:active, .tcon-visuallyhidden:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }

.tcon-menu--xcross.tcon-transform .tcon-visuallyhidden {
  color: #fff; }

/**
$_COLOR_MAIN: #008DCB; //ブルー
$_COLOR_BLUEGRAY: #B7D0DB; //ブルーグレー
*/
@media screen and (max-width: 980px) {
  body {
    font-size: 1.5rem;
    font-family: 'Noto Sans JP', sans-serif;
    position: relative; }
    body .tab1 {
      position: relative;
      width: auto;
      height: auto;
      top: auto;
      right: auto;
      width: 40px;
      height: 40px;
      transition-duration: .2s; }
      body .tab1:hover {
        opacity: .7; }
    body .tab2 {
      position: relative;
      width: auto;
      height: auto;
      top: auto;
      right: auto;
      width: 40px;
      height: 40px;
      transition-duration: .2s;
      margin: 0 5px; }
      body .tab2:hover {
        opacity: .7; }

  .sp {
    display: block; }

  .pc {
    display: none; }

  .textL {
    text-align: left !important; }

  .textC {
    text-align: center !important; }

  .fontyu {
    font-family: "Montserrat", sans-serif; }

  .width1024 {
    width: 100%;
    margin: 0 auto; }

  .fl {
    float: left;
    display: block; }
    .fl::after, .fl::before {
      clear: both; }

  .fr {
    float: right;
    display: block; }
    .fr::after, .fr::before {
      clear: both; }

  .clear {
    clear: both; }

  #cop, #cfo, #chro, #cpro, #cso, #coo, #kaihatsu, #zaimu, #dxx, #requirementsLink, #stepLink {
    padding: 100px 0 0 0;
    margin: -100px 0 0 0; }

  /* ----------header---------------------------------------------------------------------*/
  header {
    background: white;
    transition: all 0.3s ease-out;
    z-index: 999; }

  #header {
    width: 100%;
    padding: 0 0 0 4%;
    height: 55px;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 3;
    flex-direction: row; }
    #header .headerWrap {
      width: 100%;
      text-align: left;
      display: flex; }
      #header .headerWrap span {
        font-size: 13px;
        border: 1px solid #CECECE;
        padding: 1rem;
        display: block;
        position: fixed;
        bottom: 20px;
        left: 18%;
        height: auto;
        width: 64%;
        margin: 0 auto;
        line-height: 1.5;
        background-color: white;
        text-align: center; }
      #header .headerWrap h1 {
        margin: 0 0 0 0px;
        padding: 0 0 0 0px; }
        #header .headerWrap h1 a {
          display: flex;
          z-index: 1; }
        #header .headerWrap h1 object {
          pointer-events: none;
          width: 250px; }
        #header .headerWrap h1 img {
          height: 35px;
          margin: 0px 0 0 0px; }
    #header .ham-btn {
      display: flex;
      align-items: center;
      z-index: 9999; }
      #header .ham-btn .tcon-menu--xcross {
        min-width: 55px;
        min-height: 55px; }
    #header .h_nav {
      width: 100%;
      height: 100vh;
      padding: 4.3636363636em 2.2727272727em 10em;
      background: #131b59;
      box-sizing: border-box;
      position: fixed;
      top: 0;
      right: 0;
      z-index: 3;
      transition-duration: .2s;
      transform-origin: right top;
      transform: scale(0);
      overflow-y: auto; }
      #header .h_nav .g_nav {
        text-align: left;
        margin: 1rem 0;
        font-size: 1.5rem; }
        #header .h_nav .g_nav .mi {
          padding: 0.5rem 0;
          color: #fff; }
        #header .h_nav .g_nav .ind {
          padding: 0 0 0 2rem; }
        #header .h_nav .g_nav li {
          line-height: 1.6; }
          #header .h_nav .g_nav li a {
            padding: 1rem 0;
            font-weight: 500;
            display: block;
            color: #fff; }
    #header.nav_active .ham-btn {
      background-color: #131b59; }
      #header.nav_active .ham-btn .tcon-menu__lines::after, #header.nav_active .ham-btn .tcon-menu__lines::before {
        background-color: #fff; }
    #header.nav_active .h_nav {
      transform: scale(1); }
    #header.nav_active .entrybtn_navi {
      color: #fff;
      display: block;
      padding: 1rem;
      text-align: center;
      cursor: pointer;
      border: 1px solid #fff;
      margin: 3rem 0 0 0;
      transition: background-color 0.3s ease-out; }
      #header.nav_active .entrybtn_navi:hover {
        background-color: #131b59;
        text-decoration: none; }
    #header .entrybtn {
      color: #fff;
      display: inline-block;
      padding: 1rem 1.5rem;
      background-color: #131b59;
      display: flex;
      align-items: center;
      cursor: pointer;
      height: 100%;
      transition: background-color 0.3s ease-out;
      font-size: 1.4rem; }
      #header .entrybtn:hover {
        background-color: #1E2C84;
        text-decoration: none; }

  header .logo {
    color: #131b59;
    display: flex;
    transition: all 0.3s ease-out; }

  .logo svg {
    width: 180px;
    height: auto; }

  .t-top header {
    background: rgba(255, 255, 255, 0); }
  .t-top header .h_nav .g_nav li a {
    color: #fff !important; }
  .t-top .g_nav li a {
    color: #fff; }
  .t-top header .logo {
    color: #fff; }

  header.active {
    background: white; }
    header.active .logo {
      color: #131b59; }

  header.active .h_nav .g_nav li a {
    color: #131b59 !important; }

  header.active .h_nav .g_nav li ul a {
    color: #fff !important; }

  /* ----------footer---------------------------------------------------------------------*/
  footer {
    width: 100%;
    text-align: center;
    background: #fff;
    position: relative;
    padding: 0 0 0px 0; }
    footer .copyright {
      display: block;
      font-size: 1.1rem;
      color: #131b59;
      padding: 0px 0 20px 0; }
    footer #fmenu {
      text-align: center;
      font-weight: 100;
      padding: 10px 0 20px 0; }
      footer #fmenu .list-inline li {
        font-size: 1.2rem;
        display: inline-block;
        padding: 0.8rem 0.5rem 0 0.5rem; }
        footer #fmenu .list-inline li::after {
          content: "|";
          color: #b8b7b8;
          margin: 0 0 0 1rem; }
        footer #fmenu .list-inline li:last-child::after {
          content: none; }
      footer #fmenu .sub {
        margin: 0.5rem 0; }
        footer #fmenu .sub li {
          font-size: 1.2rem;
          display: inline-block;
          padding: 0.8rem 0.5rem; }
          footer #fmenu .sub li::after {
            content: '\30fb';
            color: #b8b7b8;
            margin: 0 0 0 1rem; }
          footer #fmenu .sub li:last-child::after {
            content: none; }
      footer #fmenu a {
        color: #2f2f2f;
        font-weight: 200; }

  /* ---------contents 共通---------------------------------------------------------------------*/
  main {
    z-index: 2; }

  article {
    text-align: center;
    padding: 100px 0 0 0; }
    article section {
      overflow: hidden;
      z-index: 1;
      text-align: center;
      margin: 0 0 20px 0; }
    article h2 {
      letter-spacing: 0rem;
      text-align: center;
      display: block;
      padding: 0px 0 0px 0;
      font-size: 4rem;
      line-height: 1.4;
      font-family: "Montserrat", sans-serif;
      font-weight: 600;
      color: #131b59; }
    article h3 {
      font-size: 1.4rem;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 500;
      padding: 0rem 0 2rem 0;
      margin: 0;
      display: block;
      text-align: center;
      letter-spacing: 0.1rem;
      color: #2c2c2c; }
    article h4 {
      font-size: 2.4rem;
      text-align: center;
      margin: 3rem 1rem 2rem 1rem;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 500;
      position: relative;
      letter-spacing: 0.1rem;
      line-height: 1.6;
      padding: 0 2rem;
      display: block;
      color: #2c2c2c; }
    article h5 {
      font-size: 2rem;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 500;
      padding: 0px 0 0px 0px;
      margin: 25px 0 10px 0;
      display: inline-block;
      position: relative;
      color: #000;
      text-align: left !important;
      width: 100%;
      line-height: 2; }
      article h5::before {
        position: absolute;
        content: "";
        border: 0;
        center: 0;
        bottom: -1rem;
        width: 100%;
        border-top: 1px solid #000; }
    article .width1024 {
      width: 92%;
      margin: 0 auto; }
    article .width1124 {
      width: 92%;
      background: linear-gradient(to bottom right, #F9F9FB, #E4E8F4);
      mix-blend-mode: multiply;
      padding: 30px 4% 60px 4%;
      margin: 30px auto;
      border-radius: 10px; }
    article .width1124-in {
      width: 100%;
      margin: 0 auto; }
    article .width780 {
      width: 92%;
      margin: 0 auto; }
    article .mv {
      margin: 20px auto 30px auto; }
    article span {
      display: inline-block;
      padding: 5px 15px;
      margin: 10px;
      font-size: 1.3rem;
      color: #fff; }
    article p {
      font-size: 1.4rem;
      max-width: 100%;
      margin: 1em auto;
      font-weight: 400;
      line-height: 2;
      line-height: 1.8; }
    article img {
      width: 100%;
      display: block;
      margin: 0 auto; }
    article .contW {
      width: 92%;
      margin: 0 auto; }

  #pagetop {
    position: fixed;
    bottom: 0px;
    right: 10px;
    z-index: 1000;
    color: #FFF;
    margin: 0;
    z-index: 2; }
    #pagetop a {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 60px;
      width: 60px;
      color: #fff;
      text-decoration: none;
      font-size: 20px;
      text-align: center;
      background: #d9e1f2;
      cursor: pointer;
      border-radius: 50%;
      transition: background-color 0.3s ease-out; }
      #pagetop a::before {
        content: "";
        width: 16px;
        height: 16px;
        border-left: 3px solid #2f3366;
        border-top: 3px solid #2f3366;
        transform: translateY(2px) rotate(45deg); }
      #pagetop a:hover {
        background-color: #131b59; }
        #pagetop a:hover::before {
          border-left: 3px solid #fff;
          border-top: 3px solid #fff; }

  .u-cont_b {
    background: #DBE0EF;
    margin: 60px auto 0 auto;
    padding: 40px 0; }

  .u-cont_bt {
    background: #F5F6FA;
    margin: 60px auto 0 auto;
    padding: 60px 0 20px 0; }

  .more-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #2f3366;
    color: #fff;
    text-decoration: none;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding: 15px 10px;
    width: 80%;
    border-radius: 9999px;
    font-family: "Montserrat", sans-serif;
    transition: all 0.5s ease;
    font-size: 1.6rem; }

  .more-btn:hover {
    background-color: #1E2C84; }

  .more-btn i {
    margin-left: 8px;
    font-size: 16px; }

  .long {
    width: 100%;
    display: block; }

  .entry-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F2F3F8;
    color: #2f3366;
    text-decoration: none;
    font-family: sans-serif;
    font-size: 1.7rem;
    font-weight: bold;
    padding: 10px 24px;
    height: auto !important;
    border-radius: 9999px;
    margin: 20px 0 0 0;
    /* pill型 */
    transition: background-color 0.5s ease; }
    .entry-btn:hover {
      background-color: #193081;
      color: #fff;
      text-decoration: none; }
    .entry-btn i {
      margin-left: 8px;
      font-size: 16px; }

  /* ----------maincopy---------------------------------------------------------------------*/
  .mainCopy {
    background: url("../images/copy_bg.png") no-repeat top center;
    background-size: cover; }
    .mainCopy .mainCopy-in {
      padding: 50px 4% 100px 4%;
      margin: 0 auto;
      text-align: left; }
      .mainCopy .mainCopy-in h2 {
        font-weight: 600;
        font-size: 3.5rem; }
    .mainCopy strong {
      display: block;
      margin: 2rem 0 0 0;
      text-align: left;
      font-weight: 400;
      line-height: 2.5;
      font-size: 1.5rem; }

  /* ----------TopMessage---------------------------------------------------------------------*/
  .box4 {
    width: 80%;
    margin: -50px auto 0 auto; }
    .box4 img {
      width: 100%; }

  .topMessage {
    display: flex;
    padding: 8% 4% 8% 4%;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    width: 100%;
    overflow: hidden; }
    .topMessage .textbox {
      width: 100%; }
      .topMessage .textbox h2 {
        font-size: 4rem; }
      .topMessage .textbox p {
        margin: 4% 0 2% 0;
        font-size: 1.3rem;
        text-align: left;
        letter-spacing: 0.05rem; }
      .topMessage .textbox strong {
        display: block;
        text-align: left;
        font-size: 1.5rem;
        margin: 0 0 10% 0;
        letter-spacing: 0.1rem; }
    .topMessage .imgbox {
      position: relative; }
      .topMessage .imgbox .box1 {
        position: relative;
        top: -50px;
        width: 90%;
        left: 0%; }
        .topMessage .imgbox .box1 img {
          width: 100%; }
      .topMessage .imgbox .box2 {
        position: relative;
        top: -20px;
        width: 60%;
        left: 50%; }
        .topMessage .imgbox .box2 img {
          width: 100%; }
      .topMessage .imgbox .box3 {
        position: relative;
        top: 0px;
        width: 70%;
        left: 20%; }
        .topMessage .imgbox .box3 img {
          width: 100%; }

  /* ----------entry---------------------------------------------------------------------*/
  #entryWrap {
    width: 100%;
    background: #131b59;
    position: relative;
    z-index: 1; }
    #entryWrap a {
      width: 100%;
      display: block;
      margin: 0 auto;
      padding: 70px 0;
      position: relative;
      transition-duration: .2s;
      cursor: pointer; }
      #entryWrap a:hover {
        background: #1E2C84; }
      #entryWrap a::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 24px;
        width: 25px;
        height: 3px;
        background: #fff;
        transform: translateY(-50%); }
      #entryWrap a::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 24px;
        width: 12px;
        height: 12px;
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
        transform: translateY(-50%) rotate(45deg); }
      #entryWrap a span {
        padding: 0;
        margin: 0;
        color: #fff;
        font-size: 4rem;
        letter-spacing: 0.3rem;
        font-family: "Montserrat", sans-serif;
        font-weight: 600; }
      #entryWrap a p {
        color: #fff;
        font-size: 1.5rem;
        display: block;
        line-height: 1.8;
        padding: 0 0 0 0;
        margin: 0 auto; }

  /* ----------TOP---------------------------------------------------------------------------------------------------------------------------
  ------------------------------------------------------------------------------------------------------------------------------------------*/
  #Top {
    padding: 0 !important;
    margin: 0 !important;
    /* ----------article---------------------------------------------------------------------*/
    /* ----------MV---------------------------------------------------------------------*/
    /* ----------CONCEPT---------------------------------------------------------------------*/ }
    #Top h2 {
      text-align: left !important;
      font-family: "Montserrat", sans-serif !important; }
    #Top h3 {
      text-align: left !important; }
    #Top #mv {
      /*min-height: if($type==sp, 300px,500px);*/
      position: relative;
      background: #333;
      overflow: hidden;
      margin: 0;
      /*box-sizing: border-box;
        background-color: rgba(50, 50, 60, 0.4);*/ }
      #Top #mv .bg-movie {
        width: 100%;
        /*height: if($type==sp, 610px,800px);*/
        height: 100vh;
        /*position: fixed;*/
        z-index: -1; }
        #Top #mv .bg-movie img, #Top #mv .bg-movie video {
          min-width: 100%;
          min-height: auto;
          width: auto;
          height: 100%;
          object-fit: cover;
          position: fixed;
          /*position: absolute;
            left: 0%;
            object-fit: cover;
            top:  if($type==sp, 0px, 0px);
            transform: translate(-50%, 0%);*/ }
      #Top #mv .cont .ttl {
        font-size: 3rem;
        font-weight: 600;
        color: #fff;
        text-align: center;
        line-height: 2;
        letter-spacing: 0.2rem;
        position: absolute;
        top: 52%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
        width: 70%; }
      #Top #mv .cont .mv_scroll {
        bottom: 20px;
        left: 50%;
        width: 50px;
        height: auto;
        transform: translate(-50%, 0%);
        position: absolute;
        transition-duration: .2s;
        font-size: 3rem;
        color: #fff; }
        #Top #mv .cont .mv_scroll:hover {
          filter: alpha(opacity=70);
          -moz-opacity: 0.7;
          opacity: 0.7; }
      #Top #mv .cont .scroll_down {
        position: absolute;
        bottom: 0px;
        left: 50%; }
      #Top #mv .cont .scroll_down a {
        position: absolute;
        left: 8px;
        bottom: 50px;
        color: #fff;
        font-size: 10px;
        font-family: "Montserrat", sans-serif;
        letter-spacing: .2em;
        writing-mode: vertical-lr;
        text-decoration: none;
        text-transform: uppercase; }
      #Top #mv .cont .scroll_down:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: -5px;
        width: 11px;
        height: 11px;
        border-radius: 50%;
        background: #fff;
        animation: circlemove 3s cubic-bezier(0.65, 0, 0.35, 1) infinite, cirlemovehide 3s cubic-bezier(0.65, 0, 0.35, 1) infinite; }
  @keyframes circlemove {
    0% {
      bottom: 100px; }
    100% {
      bottom: 0px; } }
  @keyframes cirlemovehide {
    0% {
      opacity: 0; }
    50% {
      opacity: 1; }
    80% {
      opacity: 0.9; }
    100% {
      opacity: 0; } }
      #Top #mv .cont .scroll_down:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 1px;
        height: 100px;
        background: #fff; }
      #Top #mv::before {
        background: url(../images/dot.png);
        background-repeat: repeat;
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0; }
    #Top #conc {
      background: #fff;
      position: relative; }
    #Top .concept {
      position: relative;
      padding: 150px 0 300px 150px;
      text-align: left;
      min-height: 600px; } }
    @media screen and (max-width: 980px) and (max-width: 980px) {
      #Top .concept {
        padding: 15% 10%;
        min-height: 500px; } }
@media screen and (max-width: 980px) {
    #Top .vibox {
      position: relative;
      width: 100%;
      height: 100%;
      padding-top: 56.25%;
      margin: 80px auto 0 auto; }
    #Top .vibox video {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }

  .topRinen {
    margin: 50px auto 100px auto;
    width: 92%; }
    .topRinen img {
      margin: 20px auto; }

  /* ----------banner（entryflf）---------------------------------------------------------------------*/
  .flfbanner {
    margin: 40px auto 0px auto;
    width: 92%; }
    .flfbanner img {
      width: auto;
      margin: 0px auto 0px auto; }
    .flfbanner p {
      text-align: center;
      font-size: 1.5rem;
      display: block;
      margin: 0 auto;
      width: 600px;
      line-height: 2;
      width: 92%; }
    .flfbanner .entryWrapflf {
      width: 100%;
      margin: 40px auto 40px auto;
      position: relative;
      z-index: 1; }
      .flfbanner .entryWrapflf a {
        width: 100%;
        background: #131b59;
        display: block;
        margin: 0 auto;
        padding: 20px 0;
        position: relative;
        color: #fff;
        transition-duration: .2s;
        cursor: pointer; }
        .flfbanner .entryWrapflf a:hover {
          background: #1E2C84; }
        .flfbanner .entryWrapflf a::after {
          content: "\f105";
          font-size: 2rem;
          font-family: FontAwesome;
          position: absolute;
          top: calc(50% - 1rem);
          right: 5%;
          color: #fff; }
        .flfbanner .entryWrapflf a span {
          color: #fff;
          font-size: 2.2rem;
          letter-spacing: 0.2rem;
          font-family: "Montserrat", sans-serif; }

  .b-Txt {
    display: inline-block;
    font-size: 1.5rem;
    margin: 2rem auto 1rem auto;
    color: #131b59;
    transition-duration: .2s;
    border: 1px solid #131b59;
    padding: 1.5rem 3rem;
    border-radius: 99999px; }
    .b-Txt:hover {
      opacity: 0.7;
      text-decoration: none;
      background: rgba(19, 27, 89, 0.1); }
    .b-Txt::after {
      content: "\f105";
      font-size: 2rem;
      font-family: FontAwesome;
      padding: 0 0 0 1rem; }

  .b-Txt_back::after {
    content: none; }
  .b-Txt_back::before {
    content: "\f104";
    font-size: 2rem;
    font-family: FontAwesome;
    padding: 0 1rem 0 0rem; }

  #topInterview .b-Txt {
    margin: 1rem auto 1rem auto; }

  /* ----------message---------------------------------------------------------------------*/
  #message {
    margin: 0px auto 40px auto; }
    #message .fl {
      width: 100%;
      margin: 10px 0; }
    #message .fr {
      width: 100%;
      margin: 10px 0; }
    #message .midashi {
      background: #d8d7e2;
      display: flex;
      width: 92%;
      margin: 0 auto;
      justify-content: space-between; }
      #message .midashi .txt {
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 5% 3%; }
        #message .midashi .txt h4 {
          text-align: left;
          margin: 0;
          padding: 0 0 1rem 0;
          line-height: 1.6;
          display: block;
          font-size: 2rem; }
        #message .midashi .txt p {
          padding: 0;
          margin: 0;
          text-align: left; }
          #message .midashi .txt p strong {
            display: block;
            margin: 1rem 0;
            padding: 0;
            text-align: left; }
      #message .midashi img {
        width: 50%;
        object-fit: cover; }
    #message p {
      text-align: left; }
    #message .copy {
      text-align: center;
      margin: 4rem 0 2rem 0; }
      #message .copy img {
        height: auto;
        width: 60%; }
    #message .name {
      padding: 20px 0;
      text-align: right; }
    #message ul li {
      margin: 20px 0;
      display: flex;
      flex-direction: column;
      text-align: left;
      flex-direction: column-reverse; }
      #message ul li:nth-child(odd) {
        flex-direction: column-reverse; }
      #message ul li .imgCont {
        width: 100%;
        max-height: 380px;
        overflow: hidden; }
        #message ul li .imgCont img {
          height: 100%;
          width: 100%;
          object-fit: cover; }
      #message ul li .textCont {
        display: flex;
        flex-direction: column;
        text-align: left;
        width: 100%;
        background: #e8eaf1;
        padding: 20px; }
        #message ul li .textCont .name {
          display: block;
          width: 100%;
          padding: 1rem 0;
          text-align: left; }
          #message ul li .textCont .name p {
            color: #131b59;
            font-weight: 500;
            padding: 1rem 0 2rem 0; }
          #message ul li .textCont .name strong {
            font-size: 2.4rem;
            display: block;
            padding: 0rem 0 1rem 0;
            color: #131b59;
            letter-spacing: 0.1rem;
            text-align: left; }
          #message ul li .textCont .name b {
            display: block;
            font-size: 1.8rem;
            padding: .5rem 0;
            font-weight: 600; }
        #message ul li .textCont p {
          font-size: 1.5rem;
          padding: 0px;
          margin: 0;
          line-height: 1.8;
          font-weight: 300; }
    #message ul.interviewList {
      margin: 25px auto 50px auto;
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      justify-content: space-between;
      align-items: stretch;
      gap: 10px;
      width: 100%; }
      #message ul.interviewList li {
        flex: 1 1 calc(50% - 5px);
        max-width: calc(50% - 5px);
        margin: 0px 0 0px 0;
        display: flex;
        flex-direction: column; }
        #message ul.interviewList li a {
          display: block;
          width: 100%;
          flex: 1;
          /* テキスト部分が伸びて高さ揃う */
          transition-duration: .2s;
          background: #f1f1f6; }
          #message ul.interviewList li a img {
            width: 100%;
            height: 160px;
            object-fit: cover;
            object-position: top; }
          #message ul.interviewList li a p {
            margin: 1rem 0;
            line-height: 1.7;
            font-size: 1.3rem;
            padding: 0rem 1rem 1rem 1rem; }
            #message ul.interviewList li a p strong {
              margin: 0 0 1rem 0;
              font-size: 105%;
              display: inline-block;
              color: #131b59;
              font-weight: 600; }
          #message ul.interviewList li a:hover {
            opacity: 0.7;
            text-decoration: none; }
    #message ul.list {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      justify-content: center;
      gap: 20px;
      margin: 20px auto 50px auto; }
      #message ul.list li {
        border: 1px solid #131b59;
        margin: 0; }
        #message ul.list li a {
          width: 100%;
          background: #fff;
          padding: 1rem 3rem;
          text-decoration: none;
          color: #131b59;
          position: relative;
          transition-duration: .2s; }
          #message ul.list li a:hover {
            background: rgba(19, 27, 89, 0.1); }
          #message ul.list li a::after {
            content: "\f107";
            font-size: 1.5rem;
            font-family: FontAwesome;
            padding: .8rem 0 0 1rem;
            transform: rotate(0.5turn); }

  /* ----------requirements---------------------------------------------------------------------*/
  #requirements {
    margin: 10px auto 40px auto; }
    #requirements .h4span {
      display: block;
      color: #F70004;
      margin: 0rem auto 2rem auto;
      text-align: center;
      font-size: 1.3rem; }
    #requirements table {
      width: 100%;
      margin: 0px auto 15px auto;
      text-align: left;
      background: #fff;
      border-radius: 10px; }
      #requirements table tr {
        border-bottom: 3px solid #F5F6FA; }
      #requirements table th {
        padding: 20px 20px 20px 15px;
        width: 30%;
        font-size: 1.4rem;
        font-weight: 500;
        vertical-align: top;
        line-height: 1.7; }
      #requirements table td {
        padding: 20px 20px 20px 0px;
        font-size: 1.4rem;
        line-height: 1.7;
        vertical-align: top; }
        #requirements table td ul li {
          list-style: disc;
          list-style-position: outside;
          padding: 0 0 0.5rem 0;
          margin: 0 0 0 1.5rem; }

  /* ----------Interview---------------------------------------------------------------------*/
  #topInterview {
    margin: 20px auto 20px auto; }
    #topInterview ul {
      margin: 5px auto 15px auto;
      display: flex;
      flex-direction: row;
      justify-content: space-around;
      column-gap: 10px;
      width: 100%; }
      #topInterview ul li {
        width: 100%; }
        #topInterview ul li a {
          display: block;
          transition-duration: .2s;
          background: #fff;
          border-radius: 10px;
          box-shadow: 4px 4px 8px rgba(215, 215, 215, 0.2); }
          #topInterview ul li a img {
            width: 100%;
            height: auto;
            max-height: 200px;
            object-fit: cover;
            border-radius: 10px 10px 0 0; }
          #topInterview ul li a p {
            line-height: 1.7;
            text-align: left;
            letter-spacing: 0.05rem;
            padding: 0rem 1rem 2rem 1rem;
            font-size: 1.2rem; }
            #topInterview ul li a p strong {
              margin: 0 0 1rem 0;
              font-size: 110%;
              display: inline-block;
              color: #131b59;
              font-weight: 500; }
          #topInterview ul li a:hover {
            opacity: 0.7;
            text-decoration: none; }

  /* ----------CxO---------------------------------------------------------------------*/
  #topcxo {
    margin: 0px auto 0px auto; }
    #topcxo .imgContTop a {
      width: 92%;
      margin: 20px auto;
      display: flex;
      flex-direction: column;
      text-align: left; }
      #topcxo .imgContTop a .imgCont {
        width: 100%;
        max-height: 380px;
        overflow: hidden; }
        #topcxo .imgContTop a .imgCont img {
          height: 100%;
          width: 100%;
          object-fit: cover; }
      #topcxo .imgContTop a .textCont {
        display: flex;
        flex-direction: column;
        text-align: left;
        width: 100%;
        background: #e8eaf1;
        padding: 20px; }
        #topcxo .imgContTop a .textCont .name {
          display: block;
          width: 100%;
          padding: 1rem 0;
          text-align: left; }
          #topcxo .imgContTop a .textCont .name p {
            color: #131b59;
            font-weight: 500;
            padding: 1rem 0 2rem 0; }
          #topcxo .imgContTop a .textCont .name strong {
            font-size: 2.4rem;
            display: block;
            padding: 0rem 0 1rem 0;
            color: #131b59;
            letter-spacing: 0.1rem;
            text-align: left; }
          #topcxo .imgContTop a .textCont .name b {
            display: block;
            font-size: 1.8rem;
            padding: .5rem 0;
            font-weight: 600; }
        #topcxo .imgContTop a .textCont p {
          font-size: 1.5rem;
          padding: 0px;
          margin: 0;
          line-height: 1.8;
          font-weight: 300; }
      #topcxo .imgContTop a:hover {
        opacity: 0.7;
        text-decoration: none; }
    #topcxo .width1024 {
      width: 92%;
      margin: 20px auto 20px auto;
      display: flex;
      flex-wrap: wrap;
      row-gap: 10px;
      column-gap: 10px; }
      #topcxo .width1024 a {
        display: flex;
        flex-direction: column;
        width: 48%;
        background: #e8eaf1;
        transition-duration: .2s; }
        #topcxo .width1024 a .imgCont {
          width: 100%;
          height: 150px; }
          #topcxo .width1024 a .imgCont img {
            height: 100%;
            width: 100%;
            object-fit: cover;
            object-position: top; }
        #topcxo .width1024 a .textCont {
          display: flex;
          flex-direction: column;
          text-align: left;
          width: 100%;
          background: #e8eaf1; }
          #topcxo .width1024 a .textCont .name {
            background: #131b59;
            display: block;
            width: 100%;
            padding: 10px;
            color: #fff;
            position: relative; }
            #topcxo .width1024 a .textCont .name strong {
              font-size: 1.6rem;
              display: block;
              padding: 0rem 0 0 0;
              letter-spacing: 0.1rem;
              text-align: left; }
            #topcxo .width1024 a .textCont .name b {
              display: block;
              font-size: 1.4rem;
              padding: .5rem 0; }
            #topcxo .width1024 a .textCont .name::after {
              content: "\f105";
              font-size: 2rem;
              font-family: FontAwesome;
              position: absolute;
              top: calc(50% - 1rem);
              right: 5%;
              color: #fff; }
          #topcxo .width1024 a .textCont p {
            font-size: 1.3rem;
            padding: 0 1rem 1rem 1rem;
            line-height: 1.7;
            font-weight: 500; }
        #topcxo .width1024 a:hover {
          opacity: 0.7;
          text-decoration: none; }

  /* ----------topmsg---------------------------------------------------------------------*/
  #topmsg {
    text-decoration: none;
    width: 92%;
    margin: 40px auto 0px auto;
    background-color: #f1f1f6;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    transition-duration: .2s;
    cursor: pointer; }
    #topmsg:hover {
      background: #e2e2e9; }
    #topmsg::after {
      content: "\f105";
      font-size: 2rem;
      font-family: FontAwesome;
      position: absolute;
      top: calc(50% - 1rem);
      right: 5%;
      color: #373737; }
    #topmsg .imgbox {
      width: 100%;
      margin: 0px;
      text-align: left;
      padding: 15px 30px 5px 30px; }
      #topmsg .imgbox h2 {
        font-size: 2.4rem;
        padding: 0;
        border-bottom: none;
        border-bottom: 1px solid #2c2c2c; }
      #topmsg .imgbox h3 {
        font-size: 1.3rem;
        padding: 0.2rem 0px 0px 0;
        letter-spacing: 0.1rem;
        line-height: 1.6; }
    #topmsg .imgbox2 {
      width: 100%;
      display: flex;
      align-content: center;
      justify-content: center;
      flex-direction: column;
      align-items: flex-start;
      border-left: none;
      margin: 0px 0;
      padding: 0px 30px 20px 30px; }
      #topmsg .imgbox2 p {
        font-size: 1.4rem;
        margin: 0;
        padding: 0;
        text-align: left; }
        #topmsg .imgbox2 p strong {
          font-size: 110%;
          display: block;
          padding: 0;
          margin: 0;
          line-height: 1.4;
          font-weight: 500; }
      #topmsg .imgbox2 span {
        margin: 1rem 0;
        padding: 0;
        color: #373737;
        text-decoration: none;
        font-size: 1.5rem;
        text-align: left;
        display: none; }
    #topmsg:hover span {
      text-decoration: underline; }

  /* ----------topMenu---------------------------------------------------------------------*/
  .card-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 92%;
    margin: 0 auto;
    align-items: center; }
    .card-list a {
      display: block; }

  .card-col {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    justify-content: center; }

  .card-col2 {
    width: 100%; }

  .card {
    position: relative;
    display: block;
    height: 200px;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    text-decoration: none;
    color: #fff;
    transition-duration: .2s; }
    .card .text {
      position: absolute;
      inset: 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center; }
      .card .text .en {
        font-size: 1.3rem;
        padding: 0.2rem 0px 0px 0;
        margin: 0;
        letter-spacing: 0.1rem;
        line-height: 1.6;
        text-align: center !important;
        color: #fff;
        font-family: "Montserrat", sans-serif;
        font-weight: 600; }
      .card .text .ja {
        font-size: 2rem;
        padding: 0 0 10px 0;
        margin: 0;
        border-bottom: none;
        text-align: center !important;
        color: #fff;
        letter-spacing: 0.1rem;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 400; }
    .card:hover {
      opacity: 0.8; }

  /* ----------topintro---------------------------------------------------------------------*/
  #topintro {
    text-decoration: none;
    width: 92%;
    margin: 0px auto 0px auto;
    background-color: #41497B;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    transition-duration: .2s;
    cursor: pointer;
    height: 130px;
    border-radius: 10px;
    /* &.current {}
      &::after {
        content: "\f105";
        font-size: 2rem;
        font-family: FontAwesome;
        position: absolute;
        top: calc(50% - 1rem);
        right: 5%;
        color: $fontcolor;
      }*/ }
    #topintro:hover {
      opacity: 0.8; }
    #topintro .imgbox {
      width: 100%;
      margin: 0px;
      text-align: center; }
      #topintro .imgbox h2 {
        font-size: 1.3rem;
        padding: 0.2rem 0px 0px 0;
        letter-spacing: 0rem;
        line-height: 1.6;
        text-align: center !important;
        color: #fff;
        font-family: "Montserrat", sans-serif;
        font-weight: 600; }
      #topintro .imgbox h3 {
        font-size: 1.6rem;
        padding: 0 0 10px 0;
        border-bottom: none;
        text-align: center !important;
        color: #fff;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 400;
        letter-spacing: 0.1rem; }
    #topintro .imgbox2 {
      width: 30%;
      overflow: hidden; }
      #topintro .imgbox2 img {
        object-fit: cover;
        width: 100%;
        height: 130px;
        border-radius: 10px 0 0 10px; }
    #topintro .imgbox3 {
      width: 30%;
      overflow: hidden; }
      #topintro .imgbox3 img {
        object-fit: cover;
        width: 100%;
        height: 130px;
        border-radius: 0 10px 10px 0; }
    #topintro:hover span {
      text-decoration: underline; }

  /* ---------step---------------------------------------------------------------------*/
  #step {
    margin: 0px auto 0px auto; }
    #step h4 {
      font-size: 2rem;
      margin: 40px auto; }
    #step .flow {
      width: 100%;
      text-align: center;
      margin: 0px auto 40px auto;
      display: flex;
      flex-direction: row;
      justify-content: space-around;
      align-items: stretch;
      gap: 20px; }
      #step .flow .box {
        width: auto;
        margin: 0 0px;
        display: flex;
        background: #CED5E7;
        padding: 2.5rem 0.5rem;
        justify-content: center;
        position: relative;
        flex: 1;
        justify-content: center; }
        #step .flow .box::after {
          content: '';
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 10px 0 10px 10px;
          border-color: transparent transparent transparent #363C71;
          display: inline-block;
          vertical-align: middle;
          position: absolute;
          top: 50%;
          right: -15px;
          transform: translate(0%, -50%);
          margin: 0px 0 0 0px; }
        #step .flow .box:last-child::after {
          display: none; }
        #step .flow .box p {
          writing-mode: vertical-rl;
          margin: 0;
          padding: 0;
          font-size: 1.5rem;
          letter-spacing: 0.1rem; }
          #step .flow .box p span {
            text-combine-upright: all;
            padding: 0;
            margin: 0;
            color: #373737;
            font-size: 1.5rem;
            text-align: left; }

  .history-box {
    width: 50%;
    position: relative;
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
    display: flex;
    align-items: center; }
    .history-box .m-text {
      font-size: 1.5rem;
      line-height: 1.625;
      text-align: left;
      padding: 0 1rem; } }
    @media screen and (max-width: 980px) and (max-width: 980px) {
      .history-box .m-text {
        font-size: 1.3rem; } }
@media screen and (max-width: 980px) {
    .history-box--wrap {
      overflow: hidden;
      position: relative;
      padding-bottom: 5rem;
      z-index: 0;
      margin: 0 4px 0 0; } }
    @media screen and (max-width: 980px) and (max-width: 980px) {
      .history-box--wrap {
        padding-bottom: 1.25rem;
        margin: 0; } }
@media screen and (max-width: 980px) {
      .history-box--wrap:before {
        content: '';
        width: 4px;
        height: 100%;
        background-color: #bfbfbf;
        background-color: #d6d6d6;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        transform: translate3d(-50%, 0, 0); } }
      @media screen and (max-width: 980px) and (max-width: 980px) {
        .history-box--wrap:before {
          left: 0.625rem; } }
@media screen and (max-width: 980px) {
    .history-box:nth-of-type(1):before {
      content: '';
      display: block;
      background-color: #fff;
      position: absolute;
      top: 0;
      bottom: 50%;
      left: 0;
      right: -2px; } }
  @media screen and (max-width: 980px) and (max-width: 980px) {
    .history-box {
      width: auto;
      display: block;
      padding-top: 1.25rem;
      padding-bottom: 1.25rem; }
      .history-box:nth-of-type(1) {
        padding-top: 0; }
        .history-box:nth-of-type(1):before {
          bottom: auto;
          height: 1.875rem;
          right: -4px; } }
@media screen and (max-width: 980px) {
    .history-box--inner {
      width: 100%;
      background-color: #F7F7F7;
      padding: 2rem 3rem;
      position: relative;
      z-index: 3;
      position: relative; }
      .history-box--inner:before {
        content: '';
        display: block;
        width: 2.5rem;
        height: 1px;
        background-color: #bfbfbf;
        position: absolute;
        top: 50%;
        transform: translate3d(0, -50%, 0);
        z-index: 1; } }
      @media screen and (max-width: 980px) and (max-width: 980px) {
        .history-box--inner:before {
          width: 1.25rem;
          top: 1.875rem; } }
@media screen and (max-width: 980px) {
      .history-box--inner:after {
        content: '';
        display: block;
        width: 1.25rem;
        height: 1.25rem;
        background-color: #2c2c2c;
        border-radius: 100%;
        position: absolute;
        top: 50%;
        z-index: 2; } }
      @media screen and (max-width: 980px) and (max-width: 980px) {
        .history-box--inner:after {
          width: 0.75rem;
          height: 0.75rem;
          top: 1.875rem; } }
    @media screen and (max-width: 980px) and (max-width: 980px) {
      .history-box--inner {
        background-color: #fff;
        border: 1px solid #bfbfbf;
        padding: 1rem 1.5rem; } }
@media screen and (max-width: 980px) {
    .history-box.is-left {
      padding-right: 2.5rem;
      float: left;
      clear: left; } }
    @media screen and (max-width: 980px) and (max-width: 980px) {
      .history-box.is-left {
        float: none;
        padding-right: 0;
        padding-left: 1.875rem; } }
@media screen and (max-width: 980px) {
      .history-box.is-left .history-box--inner:before {
        right: -2.5rem; }
      .history-box.is-left .history-box--inner:after {
        right: -2.5rem;
        transform: translate3d(50%, -50%, 0); } }
    @media screen and (max-width: 980px) and (max-width: 980px) {
      .history-box.is-left .history-box--inner:before {
        left: -1.3125rem;
        right: auto; }
      .history-box.is-left .history-box--inner:after {
        left: -1.5625rem;
        right: auto;
        transform: translate3d(0, -50%, 0); } }
    @media screen and (max-width: 980px) and (min-width: 981px) {
      .history-box.is-left.is-adjust2014 .history-box--inner:before {
        top: 15%; }
      .history-box.is-left.is-adjust2014 .history-box--inner:after {
        top: 15%; } }
@media screen and (max-width: 980px) {
    .history-box.is-right {
      padding-left: 2.5rem;
      float: right;
      clear: right; } }
    @media screen and (max-width: 980px) and (max-width: 980px) {
      .history-box.is-right {
        float: none;
        padding-left: 1.875rem; } }
@media screen and (max-width: 980px) {
      .history-box.is-right .history-box--inner:before {
        left: -2.5rem; }
      .history-box.is-right .history-box--inner:after {
        left: -2.5rem;
        transform: translate3d(-50%, -50%, 0); } }
    @media screen and (max-width: 980px) and (max-width: 980px) {
      .history-box.is-right .history-box--inner:before {
        left: -1.3125rem;
        right: auto; }
      .history-box.is-right .history-box--inner:after {
        left: -1.5625rem;
        right: auto;
        transform: translate3d(0, -50%, 0); } }
    @media screen and (max-width: 980px) and (min-width: 981px) {
      .history-box.is-right.js-matchHeight--history {
        transform: translateY(50%); }
      .history-box.is-right.is-adjust2013 {
        padding-top: 9.375rem; }
      .history-box.is-right.is-adjust2017 .history-box--inner:before {
        top: 15%; }
      .history-box.is-right.is-adjust2017 .history-box--inner:after {
        top: 15%; }
      .history-box.is-right.is-adjust2019 .history-box--inner:before {
        top: 15%; }
      .history-box.is-right.is-adjust2019 .history-box--inner:after {
        top: 15%; } }
@media screen and (max-width: 980px) {
    .history-box.is-last {
      clear: both;
      width: auto;
      text-align: center;
      padding-top: 0;
      padding-bottom: 0;
      border: none; } }
    @media screen and (max-width: 980px) and (max-width: 980px) {
      .history-box.is-last {
        display: block;
        padding-left: 1.875rem; } }
@media screen and (max-width: 980px) {
      .history-box.is-last .history-box--inner {
        border: none;
        background-color: transparent; } }
      @media screen and (max-width: 980px) and (min-width: 981px) {
        .history-box.is-last .history-box--inner {
          padding: 0; }
          .history-box.is-last .history-box--inner:before, .history-box.is-last .history-box--inner:after {
            display: none; } }
      @media screen and (max-width: 980px) and (max-width: 980px) {
        .history-box.is-last .history-box--inner {
          padding-left: 1.875rem; }
          .history-box.is-last .history-box--inner:before {
            left: -1.3125rem;
            right: auto;
            width: 50%; }
          .history-box.is-last .history-box--inner:after {
            left: -1.5625rem;
            right: auto;
            transform: translate3d(0, -50%, 0); } }
@media screen and (max-width: 980px) {
      .history-box.is-last .m-image {
        position: relative;
        z-index: 3; } }
      @media screen and (max-width: 980px) and (max-width: 980px) {
        .history-box.is-last .m-image {
          width: 5.375rem;
          margin-left: auto;
          margin-right: auto; } }
  @media screen and (max-width: 980px) and (max-width: 980px) {
    .history-box.js-matchHeight--history {
      height: auto !important; } }
@media screen and (max-width: 980px) {
    .history-box--head {
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      .history-box--head span {
        padding: 0 1rem 0rem 0; } }
    @media screen and (max-width: 980px) and (max-width: 980px) {
      .history-box--head {
        display: block; } }
@media screen and (max-width: 980px) {
    .history-box--year {
      font-family: source-han-serif-japanese, serif;
      font-size: 2.4rem;
      line-height: 1;
      padding-right: 1.25rem;
      border-right: 1px solid #707070;
      margin-right: 1.25rem;
      color: #000; } }
    @media screen and (max-width: 980px) and (max-width: 980px) {
      .history-box--year {
        font-size: 2.2rem;
        display: block;
        border-right: none;
        padding-right: 0; } }
@media screen and (max-width: 980px) {
    .history-box--title {
      font-size: 1.8rem;
      font-weight: 400;
      line-height: 1.625;
      color: #000;
      text-align: left; } }
    @media screen and (max-width: 980px) and (max-width: 980px) {
      .history-box--title {
        font-size: 1.6rem;
        display: block;
        text-align: center;
        margin-top: 0.625rem; } }
@media screen and (max-width: 980px) {
    .history-box--list {
      margin-top: 0.9375rem;
      padding-left: 1.25em;
      list-style-type: disc;
      text-align: left; }
      .history-box--list li {
        font-size: 1.6rem;
        line-height: 1.625; } }
      @media screen and (max-width: 980px) and (max-width: 980px) {
        .history-box--list li {
          font-size: 1.4rem; } }
@media screen and (max-width: 980px) {
      .history-box--list li + li {
        margin-top: 0.625rem; }
    .history-box.js-effect .history-box--inner:before {
      opacity: 0; }
    .history-box.js-effect .history-box--inner:after {
      opacity: 0; }
    .history-box.js-effect.is-show .history-box--inner:before {
      animation: fadeIn 0.5s ease 0.3s both; }
    .history-box.js-effect.is-show .history-box--inner:after {
      animation: fadeIn 0.5s ease 0.6s both; }
    .history-box.js-effect.is-left .history-box--inner {
      opacity: 0;
      transform: translateX(-30px); } }
    @media screen and (max-width: 980px) and (max-width: 980px) {
      .history-box.js-effect.is-left .history-box--inner {
        transform: translateX(30px); } }
@media screen and (max-width: 980px) {
    .history-box.js-effect.is-left.is-show .history-box--inner {
      animation: fade-x 0.5s ease both; }
    .history-box.js-effect.is-right .history-box--inner {
      opacity: 0;
      transform: translateX(30px); }
    .history-box.js-effect.is-right.is-show .history-box--inner {
      animation: fade-x 0.5s ease both; }
    .history-box.js-effect.is-last .history-box--inner {
      opacity: 0; }
    .history-box.js-effect.is-last.is-show .history-box--inner {
      animation: fadeIn 0.5s ease both; }

  .history-future-section {
    background: linear-gradient(to bottom, #848484, #8a8a8a);
    color: #fff;
    padding-top: 3.75rem;
    padding-bottom: 5.3125rem; } }
  @media screen and (max-width: 980px) and (max-width: 980px) {
    .history-future-section {
      padding-top: 1.875rem;
      padding-bottom: 2.5rem; } }
@media screen and (max-width: 980px) {
    .history-future-section.l-section--inner {
      margin-top: 0; }

  .history-future-box {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    color: #fff; }
    .history-future-box span {
      padding: 0 1rem; }
    .history-future-box--lead {
      text-align: center;
      font-family: source-han-serif-japanese, serif;
      font-size: 2.4rem;
      line-height: 1; } }
    @media screen and (max-width: 980px) and (max-width: 980px) {
      .history-future-box--lead {
        font-size: 2.2rem; } }
@media screen and (max-width: 980px) {
    .history-future-box--head {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      margin-top: 1.875rem; } }
    @media screen and (max-width: 980px) and (max-width: 980px) {
      .history-future-box--head {
        margin-top: 1.25rem;
        display: block; } }
@media screen and (max-width: 980px) {
    .history-future-box--year {
      font-family: source-han-serif-japanese, serif;
      font-size: 2.4rem;
      line-height: 1;
      padding-right: 1.25rem;
      border-right: 1px solid #fff;
      margin-right: 1.25rem; } }
    @media screen and (max-width: 980px) and (max-width: 980px) {
      .history-future-box--year {
        font-size: 2.2rem;
        display: block;
        text-align: center;
        padding-right: 0;
        border-right: none; } }
@media screen and (max-width: 980px) {
    .history-future-box--title {
      font-size: 2.0rem;
      line-height: 1.625;
      text-align: left; } }
    @media screen and (max-width: 980px) and (max-width: 980px) {
      .history-future-box--title {
        font-size: 1.8rem;
        text-align: center;
        display: block; } }

@media screen and (max-width: 980px) {
  @keyframes fade-x {
    to {
      opacity: 1;
      transform: translateX(0%); } }
  @keyframes fade-y {
    to {
      opacity: 1;
      transform: translateY(0%); } }
  @keyframes fadeIn {
    0% {
      opacity: 0%; }
    100% {
      opacity: 100%; } }
  /* ----------PHILOSOPHY---------------------------------------------------------------------*/
  #PHILOSOPHY .wfBox {
    display: flex;
    flex-direction: column; }
    #PHILOSOPHY .wfBox img {
      padding: 2rem; }
    #PHILOSOPHY .wfBox p {
      display: block; }
  #PHILOSOPHY .wfBox2 {
    display: flex;
    flex-direction: column; }
    #PHILOSOPHY .wfBox2 img {
      padding: 2rem; }

  /* ----------PHILOSOPHY / studySystem---------------------------------------------------------------------*/
  #recruitpolicy {
    margin: 0 auto 40px auto; }
    #recruitpolicy .sysTable {
      width: 100%;
      margin: 20px auto 30px auto;
      border: 1px solid #E6E6E6; }
      #recruitpolicy .sysTable th {
        width: 25%;
        line-height: 1.5;
        border-bottom: 1px solid #E6E6E6;
        border-right: 1px solid #E6E6E6;
        background: #fafafa;
        padding: 1rem 1rem; }
      #recruitpolicy .sysTable td {
        text-align: left;
        line-height: 1.8;
        border-bottom: 1px solid #E6E6E6;
        padding: 1rem 1rem; }
        #recruitpolicy .sysTable td a {
          /*color:$gold;*/ }
        #recruitpolicy .sysTable td ul li {
          list-style: decimal;
          list-style-position: outside;
          margin: 0 0 0 2rem; }
    #recruitpolicy .visionImg {
      width: 100%;
      margin: 20px auto 40px auto; }
    #recruitpolicy .vision-point {
      display: flex;
      justify-content: space-between;
      margin: 20px auto;
      gap: 20px;
      flex-direction: column; }
      #recruitpolicy .vision-point .vision-point--item {
        padding: 0 0px;
        width: 100%; }
        #recruitpolicy .vision-point .vision-point--item .mi {
          width: 100%;
          text-align: center;
          font-size: 1.6rem;
          line-height: 1.6;
          font-weight: normal;
          padding: 2rem 2rem;
          color: #4BAC98;
          background-color: #ecf6f4;
          position: relative;
          display: inline-block; }
          #recruitpolicy .vision-point .vision-point--item .mi::before {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -15px;
            border: 15px solid transparent;
            border-top: 15px solid #ecf6f4; }
          #recruitpolicy .vision-point .vision-point--item .mi b {
            font-weight: bold; }
    #recruitpolicy h4 {
      margin: 6rem 1rem 2rem 1rem; }
    #recruitpolicy p {
      text-align: left;
      padding: 0 0 15px 0; }
    #recruitpolicy b {
      font-size: 1.6rem;
      font-weight: bold; }
    #recruitpolicy strong {
      display: block;
      font-size: 1.5rem;
      line-height: 2;
      color: #000;
      font-weight: 400;
      margin: 0 0 1rem 0; }
    #recruitpolicy .catch {
      font-size: 1.4rem !important;
      line-height: 2 !important;
      font-weight: 400;
      text-align: center; }
    #recruitpolicy .fl {
      float: none;
      padding: 2rem 0;
      box-sizing: border-box; }
    #recruitpolicy .fr {
      float: none;
      padding: 2rem 0;
      box-sizing: border-box; }
    #recruitpolicy .policyAction {
      padding: 0;
      margin: 20px auto;
      text-align: center; }
      #recruitpolicy .policyAction strong {
        width: 100%;
        font-size: 2.2rem;
        font-weight: 500;
        text-align: left;
        display: block;
        margin: 0;
        color: #2c2c2c; }
      #recruitpolicy .policyAction .box {
        display: block;
        justify-content: space-between;
        gap: 20px;
        flex-direction: column; }
        #recruitpolicy .policyAction .box .policyActionTd {
          padding: 1rem 0;
          width: 100%; }
          #recruitpolicy .policyAction .box .policyActionTd b {
            font-size: 1.7rem;
            display: inline-block;
            border-bottom: 1px solid #4BAC98;
            padding: 1rem 0;
            color: #2c2c2c;
            text-align: left;
            width: 100%; }
          #recruitpolicy .policyAction .box .policyActionTd span {
            color: #2c2c2c;
            display: block;
            width: 20%;
            text-align: left;
            font-size: 1.3rem;
            font-weight: 500;
            padding: 0;
            margin: 0; }
          #recruitpolicy .policyAction .box .policyActionTd p {
            text-align: left;
            display: block;
            width: 100%;
            font-size: 1.5rem;
            padding: 0; }
    #recruitpolicy .vision {
      display: flex;
      justify-content: space-between;
      gap: 20px;
      flex-direction: column;
      text-align: center; }
      #recruitpolicy .vision .box {
        margin: 10px auto 0 auto;
        box-sizing: border-box;
        width: 100%;
        text-align: left; }
        #recruitpolicy .vision .box .ok {
          background: #4BAC98;
          color: #fff;
          text-align: center;
          font-size: 1.7rem;
          padding: .5rem 1rem;
          margin: 1rem 0;
          display: inline-block !important; }
        #recruitpolicy .vision .box img {
          margin: 0 auto;
          width: auto;
          max-height: 200px; }
        #recruitpolicy .vision .box span {
          padding: 0;
          margin: 0;
          text-align: left;
          font-size: 1.6rem;
          color: #2c2c2c;
          line-height: 2;
          font-weight: 500;
          display: block; }
        #recruitpolicy .vision .box strong {
          color: #2c2c2c;
          display: block;
          font-size: 1.9rem;
          font-weight: 500;
          text-align: left;
          line-height: 1.6; } }
@media print, screen and (min-width: 980px) {
  body {
    font-size: 1.6rem;
    font-family: 'Noto Sans JP', sans-serif;
    position: relative; }
    body .tab1 {
      position: fixed;
      top: 80px;
      right: 0;
      width: 44px;
      height: 140px;
      z-index: 3;
      transition-duration: .2s; }
      body .tab1:hover {
        opacity: .7; }
    body .tab2 {
      position: fixed;
      top: 226px;
      right: 0;
      width: 44px;
      height: 140px;
      z-index: 3;
      transition-duration: .2s; }
      body .tab2:hover {
        opacity: .7; }

  .sp {
    display: none; }

  .pc {
    display: block; }

  .textL {
    text-align: left !important; }

  .textC {
    text-align: center !important; }

  .fontyu {
    font-family: "Montserrat", sans-serif; }

  .width1024 {
    width: 1024px;
    margin: 0 auto; }

  .fl {
    float: left;
    display: block; }
    .fl::after, .fl::before {
      clear: both; }

  .fr {
    float: right;
    display: block; }
    .fr::after, .fr::before {
      clear: both; }

  .clear {
    clear: both; }

  #cop, #cfo, #chro, #cpro, #cso, #coo, #kaihatsu, #zaimu, #dxx, #requirementsLink, #stepLink {
    padding: 100px 0 0 0;
    margin: -100px 0 0 0; }

  /* ----------header---------------------------------------------------------------------*/
  header {
    background: white;
    transition: all 0.3s ease-out;
    z-index: 999; }

  #header {
    width: 100%;
    padding: 0px 2%;
    height: 80px;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 3;
    flex-direction: row; }
    #header .headerWrap {
      width: auto;
      text-align: left;
      display: flex; }
      #header .headerWrap span {
        font-size: 12px;
        border: 1px solid #CECECE;
        padding: 1rem;
        display: block;
        position: relative;
        bottom: 0;
        left: 0%;
        height: auto;
        width: auto;
        margin: 0 auto;
        line-height: 1.5;
        background-color: white;
        text-align: center; }
      #header .headerWrap h1 {
        margin: 0;
        padding: 0px 0px 0 0px; }
        #header .headerWrap h1 a {
          display: flex;
          z-index: 1; }
        #header .headerWrap h1 object {
          pointer-events: none;
          width: 300px; }
        #header .headerWrap h1 img {
          height: 50px;
          margin: 0px 0px 0px 0px; }
    #header .h_nav {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      flex-grow: 3; }
      #header .h_nav .g_nav {
        display: flex;
        flex-wrap: wrap;
        padding: 0 0rem 0 0; }
        #header .h_nav .g_nav li {
          display: inline-block;
          position: relative; }
          #header .h_nav .g_nav li ul {
            display: none; }
          #header .h_nav .g_nav li a {
            text-align: center;
            padding: 0rem 2rem;
            font-weight: 500;
            font-size: 1.4rem;
            min-width: 100px;
            height: 80px;
            align-items: center;
            display: flex;
            position: relative;
            color: #131b59;
            transition: all 0.3s ease-out; }
            #header .h_nav .g_nav li a:hover {
              text-decoration: none;
              opacity: 0.5;
              color: #131b59; }
          #header .h_nav .g_nav li .a-icon::after {
            content: "\f107";
            position: absolute;
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            font-size: 1rem;
            bottom: 10px;
            left: 50%;
            transform: translate(-50%, 0); }
          #header .h_nav .g_nav li:hover ul {
            display: block;
            position: absolute;
            padding: 0;
            margin: 0;
            top: 80px;
            left: 0;
            list-style-type: none; }
            #header .h_nav .g_nav li:hover ul li {
              width: 100%;
              display: inline-block;
              position: relative;
              transition: background-color 0.3s ease-out; }
              #header .h_nav .g_nav li:hover ul li a {
                text-align: left;
                color: #fff;
                padding: 1.5rem 1rem;
                height: auto;
                line-height: 1.5;
                display: block;
                width: 100%;
                font-weight: 300;
                font-size: 1.2rem;
                transition: all 0.3s ease-out;
                border: none;
                background: rgba(47, 51, 102, 0.8); }
                #header .h_nav .g_nav li:hover ul li a:hover {
                  background: white;
                  color: #131b59 !important;
                  text-decoration: none !important;
                  opacity: 1; }
    #header .entrybtn {
      color: #fff;
      display: inline-block;
      padding: 1rem 3rem;
      background-color: #131b59;
      display: flex;
      align-items: center;
      cursor: pointer;
      height: 100%;
      transition: background-color 0.3s ease-out;
      font-size: 1.6rem; }
      #header .entrybtn:hover {
        background-color: #1E2C84;
        text-decoration: none; }

  header .logo {
    color: #131b59;
    display: flex;
    transition: all 0.3s ease-out; }

  .logo svg {
    width: 220px;
    height: auto; }

  .t-top header {
    background: rgba(255, 255, 255, 0); }
  .t-top header .h_nav .g_nav li a {
    color: #fff !important; }
  .t-top .g_nav li a {
    color: #fff; }
  .t-top header .logo {
    color: #fff; }

  header.active {
    background: white; }
    header.active .logo {
      color: #131b59; }

  header.active .h_nav .g_nav li a {
    color: #131b59 !important; }

  header.active .h_nav .g_nav li ul a {
    color: #fff !important; }

  /* ----------footer---------------------------------------------------------------------*/
  footer {
    width: 100%;
    text-align: center;
    background: #fff;
    position: relative;
    padding: 0; }
    footer .copyright {
      display: block;
      font-size: 1.1rem;
      color: #131b59;
      padding: 0px 0 20px 0; }
    footer #fmenu {
      text-align: center;
      font-weight: 100;
      padding: 10px 0 20px 0; }
      footer #fmenu .list-inline li {
        font-size: 1.3rem;
        display: inline-block;
        padding: 0.8rem 0.5rem 0 0.5rem; }
        footer #fmenu .list-inline li::after {
          content: "|";
          color: #b8b7b8;
          margin: 0 0 0 1rem; }
        footer #fmenu .list-inline li:last-child::after {
          content: none; }
      footer #fmenu .sub {
        margin: 0.5rem 0; }
        footer #fmenu .sub li {
          font-size: 1.2rem;
          display: inline-block;
          padding: 0.8rem 0.5rem; }
          footer #fmenu .sub li::after {
            content: '\30fb';
            color: #b8b7b8;
            margin: 0 0 0 1rem; }
          footer #fmenu .sub li:last-child::after {
            content: none; }
      footer #fmenu a {
        color: #2f2f2f;
        font-weight: 200; }

  /* ---------contents 共通---------------------------------------------------------------------*/
  main {
    z-index: 2; }

  article {
    text-align: center;
    padding: 160px 0px 0px 0px; }
    article section {
      overflow: hidden;
      z-index: 1;
      text-align: center;
      margin: 0 0 40px 0; }
    article h2 {
      letter-spacing: 0rem;
      text-align: center;
      display: block;
      padding: 0px 0 0px 0;
      font-size: 6rem;
      line-height: 1.4;
      font-family: "Montserrat", sans-serif;
      font-weight: 600;
      color: #131b59; }
    article h3 {
      font-size: 1.6rem;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 500;
      padding: 0rem 0 2rem 0;
      margin: 0;
      display: block;
      text-align: center;
      letter-spacing: 0.1rem;
      color: #2c2c2c; }
    article h4 {
      font-size: 3rem;
      text-align: center;
      margin: 6rem 1rem 3rem 1rem;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 500;
      position: relative;
      letter-spacing: 0.1rem;
      line-height: 1.6;
      padding: 0 3rem;
      display: block;
      color: #2c2c2c; }
    article h5 {
      font-size: 2.2rem;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 500;
      padding: 0px 0 0px 0px;
      margin: 50px 0 20px 0;
      display: inline-block;
      position: relative;
      color: #000;
      text-align: left !important;
      width: 100%;
      line-height: 2; }
      article h5::before {
        position: absolute;
        content: "";
        border: 0;
        center: 0;
        bottom: -1rem;
        width: 100%;
        border-top: 1px solid #000; }
    article .width1024 {
      width: 1024px;
      margin: 0 auto; }
    article .width1124 {
      width: 80%;
      background: linear-gradient(to bottom right, #F9F9FB, #E4E8F4);
      mix-blend-mode: multiply;
      padding: 60px 50px 80px 50px;
      margin: 60px auto;
      border-radius: 10px; }
    article .width1124-in {
      width: 840px;
      margin: 0 auto; }
    article .width780 {
      width: 924px;
      margin: 0 auto; }
    article .mv {
      margin: 40px auto 60px auto; }
    article span {
      display: inline-block;
      padding: 5px 15px;
      margin: 10px;
      font-size: 1.3rem;
      color: #fff; }
    article p {
      font-size: 1.6rem;
      max-width: 1000px;
      margin: 1em auto;
      font-weight: 400;
      line-height: 2;
      line-height: 2; }
    article img {
      width: auto;
      display: block;
      margin: 0 auto; }
    article .contW {
      width: 1024px;
      margin: 0 auto; }

  #pagetop {
    position: fixed;
    bottom: 0px;
    right: 20px;
    z-index: 1000;
    color: #FFF;
    margin: 0;
    z-index: 2; }
    #pagetop a {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 60px;
      width: 60px;
      color: #fff;
      text-decoration: none;
      font-size: 20px;
      text-align: center;
      background: #d9e1f2;
      cursor: pointer;
      border-radius: 50%;
      transition: background-color 0.3s ease-out; }
      #pagetop a::before {
        content: "";
        width: 16px;
        height: 16px;
        border-left: 3px solid #2f3366;
        border-top: 3px solid #2f3366;
        transform: translateY(2px) rotate(45deg); }
      #pagetop a:hover {
        background-color: #131b59; }
        #pagetop a:hover::before {
          border-left: 3px solid #fff;
          border-top: 3px solid #fff; }

  .u-cont_b {
    background: #DBE0EF;
    margin: 60px auto 0 auto;
    padding: 40px 0; }

  .u-cont_bt {
    background: #F5F6FA;
    margin: 60px auto 0 auto;
    padding: 80px 0 40px 0; }

  .more-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #2f3366;
    color: #fff;
    text-decoration: none;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding: 15px 10px;
    width: 20%;
    border-radius: 9999px;
    font-family: "Montserrat", sans-serif;
    transition: all 0.5s ease;
    font-size: 1.8rem; }

  .more-btn:hover {
    background-color: #1E2C84; }

  .more-btn i {
    margin-left: 8px;
    font-size: 16px; }

  .long {
    width: 200px;
    display: block; }

  .entry-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F2F3F8;
    color: #2f3366;
    text-decoration: none;
    font-family: sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 10px 24px;
    height: auto !important;
    border-radius: 9999px;
    margin: 0;
    /* pill型 */
    transition: background-color 0.5s ease; }
    .entry-btn:hover {
      background-color: #193081;
      color: #fff;
      text-decoration: none; }
    .entry-btn i {
      margin-left: 8px;
      font-size: 16px; }

  /* ----------maincopy---------------------------------------------------------------------*/
  .mainCopy {
    background: url("../images/copy_bg.png") no-repeat top center;
    background-size: cover; }
    .mainCopy .mainCopy-in {
      padding: 100px 8% 200px 8%;
      margin: 0 auto;
      text-align: left; }
      .mainCopy .mainCopy-in h2 {
        font-weight: 600;
        font-size: 7rem; }
    .mainCopy strong {
      display: block;
      margin: 2rem 0 0 0;
      text-align: left;
      font-weight: 400;
      line-height: 2.5;
      font-size: 1.8rem; }

  /* ----------TopMessage---------------------------------------------------------------------*/
  .box4 {
    width: 80%;
    margin: -50px auto 0 auto; }
    .box4 img {
      width: 100%; }

  .topMessage {
    display: flex;
    padding: 0px 8% 0px 8%;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    width: 90%;
    overflow: visible; }
    .topMessage .textbox {
      width: 50%; }
      .topMessage .textbox h2 {
        font-size: 6rem; }
      .topMessage .textbox p {
        margin: 4% 0 2% 0;
        font-size: 1.8rem;
        text-align: left;
        letter-spacing: 0.05rem; }
      .topMessage .textbox strong {
        display: block;
        text-align: left;
        font-size: 2rem;
        margin: 0 0 10% 0;
        letter-spacing: 0.1rem; }
    .topMessage .imgbox {
      position: relative; }
      .topMessage .imgbox .box1 {
        position: relative;
        top: -80px;
        width: 70%;
        left: -50px; }
        .topMessage .imgbox .box1 img {
          width: 100%; }
      .topMessage .imgbox .box2 {
        position: relative;
        top: -40px;
        width: 50%;
        left: 50%; }
        .topMessage .imgbox .box2 img {
          width: 100%; }
      .topMessage .imgbox .box3 {
        position: relative;
        top: 0px;
        width: 70%;
        left: 10%; }
        .topMessage .imgbox .box3 img {
          width: 100%; }

  /* ----------entry---------------------------------------------------------------------*/
  #entryWrap {
    width: 100%;
    background: #131b59;
    position: relative;
    z-index: 1; }
    #entryWrap a {
      width: 100%;
      display: block;
      margin: 0 auto;
      padding: 100px 0;
      position: relative;
      transition-duration: .2s;
      cursor: pointer; }
      #entryWrap a:hover {
        background: #1E2C84; }
      #entryWrap a::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 24px;
        width: 25px;
        height: 3px;
        background: #fff;
        transform: translateY(-50%); }
      #entryWrap a::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 24px;
        width: 12px;
        height: 12px;
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
        transform: translateY(-50%) rotate(45deg); }
      #entryWrap a span {
        padding: 0;
        margin: 0;
        color: #fff;
        font-size: 5rem;
        letter-spacing: 0.3rem;
        font-family: "Montserrat", sans-serif;
        font-weight: 600; }
      #entryWrap a p {
        color: #fff;
        font-size: 1.6rem;
        display: block;
        line-height: 1.8;
        padding: 0 0 0 0;
        margin: 0 auto; }

  /* ----------TOP---------------------------------------------------------------------------------------------------------------------------
  ------------------------------------------------------------------------------------------------------------------------------------------*/
  #Top {
    padding: 0 !important;
    margin: 0 !important;
    /* ----------article---------------------------------------------------------------------*/
    /* ----------MV---------------------------------------------------------------------*/
    /* ----------CONCEPT---------------------------------------------------------------------*/ }
    #Top h2 {
      text-align: left !important;
      font-family: "Montserrat", sans-serif !important; }
    #Top h3 {
      text-align: left !important; }
    #Top #mv {
      /*min-height: if($type==sp, 300px,500px);*/
      position: relative;
      background: #333;
      overflow: hidden;
      margin: 0;
      /*box-sizing: border-box;
        background-color: rgba(50, 50, 60, 0.4);*/ }
      #Top #mv .bg-movie {
        width: 100%;
        /*height: if($type==sp, 610px,800px);*/
        height: 100vh;
        /*position: fixed;*/
        z-index: -1; }
        #Top #mv .bg-movie img, #Top #mv .bg-movie video {
          min-width: 100%;
          min-height: auto;
          width: auto;
          height: 100%;
          object-fit: cover;
          position: fixed;
          /*position: absolute;
            left: 0%;
            object-fit: cover;
            top:  if($type==sp, 0px, 0px);
            transform: translate(-50%, 0%);*/ }
      #Top #mv .cont .ttl {
        font-size: 3rem;
        font-weight: 600;
        color: #fff;
        text-align: center;
        line-height: 2;
        letter-spacing: 0.2rem;
        position: absolute;
        top: 52%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
        width: 70%; }
      #Top #mv .cont .mv_scroll {
        bottom: 20px;
        left: 50%;
        width: 50px;
        height: auto;
        transform: translate(-50%, 0%);
        position: absolute;
        transition-duration: .2s;
        font-size: 3rem;
        color: #fff; }
        #Top #mv .cont .mv_scroll:hover {
          filter: alpha(opacity=70);
          -moz-opacity: 0.7;
          opacity: 0.7; }
      #Top #mv .cont .scroll_down {
        position: absolute;
        bottom: 0px;
        left: 50%; }
      #Top #mv .cont .scroll_down a {
        position: absolute;
        left: 8px;
        bottom: 50px;
        color: #fff;
        font-size: 10px;
        font-family: "Montserrat", sans-serif;
        letter-spacing: .2em;
        writing-mode: vertical-lr;
        text-decoration: none;
        text-transform: uppercase; }
      #Top #mv .cont .scroll_down:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: -5px;
        width: 11px;
        height: 11px;
        border-radius: 50%;
        background: #fff;
        animation: circlemove 3s cubic-bezier(0.65, 0, 0.35, 1) infinite, cirlemovehide 3s cubic-bezier(0.65, 0, 0.35, 1) infinite; }
  @keyframes circlemove {
    0% {
      bottom: 100px; }
    100% {
      bottom: 0px; } }
  @keyframes cirlemovehide {
    0% {
      opacity: 0; }
    50% {
      opacity: 1; }
    80% {
      opacity: 0.9; }
    100% {
      opacity: 0; } }
      #Top #mv .cont .scroll_down:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 1px;
        height: 100px;
        background: #fff; }
      #Top #mv::before {
        background: url(../images/dot.png);
        background-repeat: repeat;
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0; }
    #Top #conc {
      background: #fff;
      position: relative; }
    #Top .concept {
      position: relative;
      padding: 150px 0 300px 150px;
      text-align: left;
      min-height: 600px; } }
    @media print, screen and (min-width: 980px) and (max-width: 980px) {
      #Top .concept {
        padding: 15% 10%;
        min-height: 500px; } }
@media print, screen and (min-width: 980px) {
    #Top .vibox {
      position: relative;
      width: 100%;
      height: 100%;
      padding-top: 56.25%;
      margin: 80px auto 0 auto; }
    #Top .vibox video {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }

  .topRinen {
    margin: 50px auto 100px auto;
    width: 1024px; }
    .topRinen img {
      margin: 50px auto; }

  /* ----------banner（entryflf）---------------------------------------------------------------------*/
  .flfbanner {
    margin: 80px auto 0px auto;
    width: 1024px; }
    .flfbanner img {
      width: auto;
      margin: 0px auto 0px auto; }
    .flfbanner p {
      text-align: center;
      font-size: 1.6rem;
      display: block;
      margin: 0 auto;
      width: 600px;
      line-height: 2;
      width: 1000px; }
    .flfbanner .entryWrapflf {
      width: 100%;
      margin: 80px auto 80px auto;
      position: relative;
      z-index: 1; }
      .flfbanner .entryWrapflf a {
        width: 80%;
        background: #131b59;
        display: block;
        margin: 0 auto;
        padding: 20px 0;
        position: relative;
        color: #fff;
        transition-duration: .2s;
        cursor: pointer; }
        .flfbanner .entryWrapflf a:hover {
          background: #1E2C84; }
        .flfbanner .entryWrapflf a::after {
          content: "\f105";
          font-size: 2rem;
          font-family: FontAwesome;
          position: absolute;
          top: calc(50% - 1rem);
          right: 5%;
          color: #fff; }
        .flfbanner .entryWrapflf a span {
          color: #fff;
          font-size: 2.6rem;
          letter-spacing: 0.2rem;
          font-family: "Montserrat", sans-serif; }

  .b-Txt {
    display: inline-block;
    font-size: 1.6rem;
    margin: 2rem auto 1rem auto;
    color: #131b59;
    transition-duration: .2s;
    border: 1px solid #131b59;
    padding: 1.5rem 3rem;
    border-radius: 99999px; }
    .b-Txt:hover {
      opacity: 0.7;
      text-decoration: none;
      background: rgba(19, 27, 89, 0.1); }
    .b-Txt::after {
      content: "\f105";
      font-size: 2rem;
      font-family: FontAwesome;
      padding: 0 0 0 1rem; }

  .b-Txt_back::after {
    content: none; }
  .b-Txt_back::before {
    content: "\f104";
    font-size: 2rem;
    font-family: FontAwesome;
    padding: 0 1rem 0 0rem; }

  #topInterview .b-Txt {
    margin: 1rem auto 1rem auto; }

  /* ----------message---------------------------------------------------------------------*/
  #message {
    margin: 10px auto 80px auto; }
    #message .fl {
      width: 50%;
      margin: 15px 15px 15px 0; }
    #message .fr {
      width: 50%;
      margin: 15px 0 15px 15px; }
    #message .midashi {
      background: #d8d7e2;
      display: flex;
      width: 1024px;
      margin: 0 auto;
      justify-content: space-between; }
      #message .midashi .txt {
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 5%; }
        #message .midashi .txt h4 {
          text-align: left;
          margin: 0;
          padding: 0 0 2rem 0;
          line-height: 1.8;
          display: block;
          font-size: 3rem; }
        #message .midashi .txt p {
          padding: 0;
          margin: 0;
          text-align: left; }
          #message .midashi .txt p strong {
            display: block;
            margin: 1rem 0;
            padding: 0;
            text-align: left; }
      #message .midashi img {
        width: 50%;
        object-fit: cover; }
    #message p {
      text-align: left; }
    #message .copy {
      text-align: center;
      margin: 4rem 0 2rem 0; }
      #message .copy img {
        height: 53px;
        width: auto; }
    #message .name {
      padding: 40px 0;
      text-align: right; }
    #message ul li {
      margin: 40px 0;
      display: flex;
      flex-direction: row;
      text-align: left;
      flex-direction: row; }
      #message ul li:nth-child(odd) {
        flex-direction: row-reverse; }
      #message ul li .imgCont {
        width: 50%;
        max-height: auto;
        overflow: hidden; }
        #message ul li .imgCont img {
          height: 100%;
          width: 100%;
          object-fit: cover; }
      #message ul li .textCont {
        display: flex;
        flex-direction: column;
        text-align: left;
        width: 50%;
        background: #e8eaf1;
        padding: 30px; }
        #message ul li .textCont .name {
          display: block;
          width: 100%;
          padding: 1rem 0;
          text-align: left; }
          #message ul li .textCont .name p {
            color: #131b59;
            font-weight: 500;
            padding: 1rem 0 2rem 0; }
          #message ul li .textCont .name strong {
            font-size: 3rem;
            display: block;
            padding: 0rem 0 1rem 0;
            color: #131b59;
            letter-spacing: 0.1rem;
            text-align: left; }
          #message ul li .textCont .name b {
            display: block;
            font-size: 2rem;
            padding: .5rem 0;
            font-weight: 600; }
        #message ul li .textCont p {
          font-size: 1.6rem;
          padding: 0px;
          margin: 1rem 0;
          line-height: 1.8;
          font-weight: 300; }
    #message ul.interviewList {
      margin: 50px auto 80px auto;
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      justify-content: center;
      align-items: stretch;
      gap: 20px;
      width: 100%; }
      #message ul.interviewList li {
        flex: 1 1 300px;
        max-width: 320px;
        margin: 0px 0 0px 0;
        display: flex;
        flex-direction: column; }
        #message ul.interviewList li a {
          display: block;
          width: 100%;
          flex: 1;
          /* テキスト部分が伸びて高さ揃う */
          transition-duration: .2s;
          background: #f1f1f6; }
          #message ul.interviewList li a img {
            width: 100%;
            height: 280px;
            object-fit: cover;
            object-position: top; }
          #message ul.interviewList li a p {
            margin: 0.5rem 0;
            line-height: 1.7;
            font-size: 1.4rem;
            padding: 1rem 2rem 2rem 2rem; }
            #message ul.interviewList li a p strong {
              margin: 0 0 1rem 0;
              font-size: 105%;
              display: inline-block;
              color: #131b59;
              font-weight: 600; }
          #message ul.interviewList li a:hover {
            opacity: 0.7;
            text-decoration: none; }
    #message ul.list {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      justify-content: center;
      gap: 20px;
      margin: 30px auto 100px auto; }
      #message ul.list li {
        border: 1px solid #131b59;
        margin: 0; }
        #message ul.list li a {
          width: 100%;
          background: #fff;
          padding: 1rem 3rem;
          text-decoration: none;
          color: #131b59;
          position: relative;
          transition-duration: .2s; }
          #message ul.list li a:hover {
            background: rgba(19, 27, 89, 0.1); }
          #message ul.list li a::after {
            content: "\f107";
            font-size: 1.5rem;
            font-family: FontAwesome;
            padding: .8rem 0 0 1rem;
            transform: rotate(0.5turn); }

  /* ----------requirements---------------------------------------------------------------------*/
  #requirements {
    margin: 20px auto 80px auto; }
    #requirements .h4span {
      display: block;
      color: #F70004;
      margin: 0rem auto 2rem auto;
      text-align: center;
      font-size: 1.5rem; }
    #requirements table {
      width: 100%;
      margin: 25px auto 25px auto;
      text-align: left;
      background: #fff;
      border-radius: 10px; }
      #requirements table tr {
        border-bottom: 3px solid #F5F6FA; }
      #requirements table th {
        padding: 30px 20px 30px 30px;
        width: 20%;
        font-size: 1.6rem;
        font-weight: 500;
        vertical-align: top;
        line-height: 1.8; }
      #requirements table td {
        padding: 30px 20px 30px 0px;
        font-size: 1.6rem;
        line-height: 1.8;
        vertical-align: top; }
        #requirements table td ul li {
          list-style: disc;
          list-style-position: outside;
          padding: 0 0 0.5rem 0;
          margin: 0 0 0 1.5rem; }

  /* ----------Interview---------------------------------------------------------------------*/
  #topInterview {
    margin: 50px auto 50px auto; }
    #topInterview ul {
      margin: 30px auto 30px auto;
      display: flex;
      flex-direction: row;
      justify-content: space-around;
      column-gap: 10px;
      width: 100%; }
      #topInterview ul li {
        width: 46%; }
        #topInterview ul li a {
          display: block;
          transition-duration: .2s;
          background: #fff;
          border-radius: 10px;
          box-shadow: 4px 4px 8px rgba(215, 215, 215, 0.2); }
          #topInterview ul li a img {
            width: 100%;
            height: 380px;
            max-height: 380px;
            object-fit: cover;
            border-radius: 10px 10px 0 0; }
          #topInterview ul li a p {
            line-height: 1.7;
            text-align: left;
            letter-spacing: 0.05rem;
            padding: 1rem 2rem 3rem 2rem;
            font-size: 1.5rem; }
            #topInterview ul li a p strong {
              margin: 0 0 1rem 0;
              font-size: 110%;
              display: inline-block;
              color: #131b59;
              font-weight: 500; }
          #topInterview ul li a:hover {
            opacity: 0.7;
            text-decoration: none; }

  /* ----------CxO---------------------------------------------------------------------*/
  #topcxo {
    margin: 0px auto 60px auto; }
    #topcxo .imgContTop a {
      width: 1024px;
      margin: 40px auto;
      display: flex;
      flex-direction: row;
      text-align: left; }
      #topcxo .imgContTop a .imgCont {
        width: 50%;
        max-height: auto;
        overflow: hidden; }
        #topcxo .imgContTop a .imgCont img {
          height: 100%;
          width: 100%;
          object-fit: cover; }
      #topcxo .imgContTop a .textCont {
        display: flex;
        flex-direction: column;
        text-align: left;
        width: 50%;
        background: #e8eaf1;
        padding: 30px; }
        #topcxo .imgContTop a .textCont .name {
          display: block;
          width: 100%;
          padding: 1rem 0;
          text-align: left; }
          #topcxo .imgContTop a .textCont .name p {
            color: #131b59;
            font-weight: 500;
            padding: 1rem 0 2rem 0; }
          #topcxo .imgContTop a .textCont .name strong {
            font-size: 3rem;
            display: block;
            padding: 0rem 0 1rem 0;
            color: #131b59;
            letter-spacing: 0.1rem;
            text-align: left; }
          #topcxo .imgContTop a .textCont .name b {
            display: block;
            font-size: 2rem;
            padding: .5rem 0;
            font-weight: 600; }
        #topcxo .imgContTop a .textCont p {
          font-size: 1.6rem;
          padding: 0px;
          margin: 1rem 0;
          line-height: 1.8;
          font-weight: 300; }
      #topcxo .imgContTop a:hover {
        opacity: 0.7;
        text-decoration: none; }
    #topcxo .width1024 {
      width: 1024px;
      margin: 40px auto 40px auto;
      display: flex;
      flex-wrap: wrap;
      row-gap: 60px;
      column-gap: 30px; }
      #topcxo .width1024 a {
        display: flex;
        flex-direction: row;
        width: 48%;
        background: #e8eaf1;
        transition-duration: .2s; }
        #topcxo .width1024 a .imgCont {
          width: 50%;
          height: auto; }
          #topcxo .width1024 a .imgCont img {
            height: 100%;
            width: auto;
            object-fit: cover;
            object-position: top; }
        #topcxo .width1024 a .textCont {
          display: flex;
          flex-direction: column;
          text-align: left;
          width: 50%;
          background: #e8eaf1; }
          #topcxo .width1024 a .textCont .name {
            background: #131b59;
            display: block;
            width: 100%;
            padding: 20px;
            color: #fff;
            position: relative; }
            #topcxo .width1024 a .textCont .name strong {
              font-size: 1.8rem;
              display: block;
              padding: 0rem 0 0 0;
              letter-spacing: 0.1rem;
              text-align: left; }
            #topcxo .width1024 a .textCont .name b {
              display: block;
              font-size: 1.6rem;
              padding: .5rem 0; }
            #topcxo .width1024 a .textCont .name::after {
              content: "\f105";
              font-size: 2rem;
              font-family: FontAwesome;
              position: absolute;
              top: calc(50% - 1rem);
              right: 5%;
              color: #fff; }
          #topcxo .width1024 a .textCont p {
            font-size: 1.5rem;
            padding: 0px 2rem 1rem 2rem;
            line-height: 1.7;
            font-weight: 500; }
        #topcxo .width1024 a:hover {
          opacity: 0.7;
          text-decoration: none; }

  /* ----------topmsg---------------------------------------------------------------------*/
  #topmsg {
    text-decoration: none;
    width: 1024px;
    margin: 80px auto 0px auto;
    background-color: #f1f1f6;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    transition-duration: .2s;
    cursor: pointer; }
    #topmsg:hover {
      background: #e2e2e9; }
    #topmsg::after {
      content: "\f105";
      font-size: 2rem;
      font-family: FontAwesome;
      position: absolute;
      top: calc(50% - 1rem);
      right: 5%;
      color: #373737; }
    #topmsg .imgbox {
      width: 40%;
      margin: 50px;
      text-align: left;
      padding: 0px; }
      #topmsg .imgbox h2 {
        font-size: 3.6rem;
        padding: 0.5rem 0;
        border-bottom: none;
        border-bottom: none; }
      #topmsg .imgbox h3 {
        font-size: 1.6rem;
        padding: 0rem;
        letter-spacing: 0.1rem;
        line-height: 1; }
    #topmsg .imgbox2 {
      width: 60%;
      display: flex;
      align-content: center;
      justify-content: center;
      flex-direction: column;
      align-items: flex-start;
      border-left: 1px solid #2c2c2c;
      margin: 50px 0;
      padding: 0px 50px; }
      #topmsg .imgbox2 p {
        font-size: 1.6rem;
        margin: 0;
        padding: 1rem 0;
        text-align: left; }
        #topmsg .imgbox2 p strong {
          font-size: 140%;
          display: block;
          padding: 0;
          margin: 0;
          line-height: 1.6;
          font-weight: 500; }
      #topmsg .imgbox2 span {
        margin: 1rem 0;
        padding: 0;
        color: #373737;
        text-decoration: none;
        font-size: 1.6rem;
        text-align: left;
        display: inline-block; }
    #topmsg:hover span {
      text-decoration: underline; }

  /* ----------topMenu---------------------------------------------------------------------*/
  .card-list {
    display: flex;
    flex-direction: column;
    gap: 60px;
    width: 1024px;
    margin: 0 auto;
    align-items: center; }
    .card-list a {
      display: block; }

  .card-col {
    display: flex;
    flex-direction: row;
    gap: 40px;
    width: 100%;
    justify-content: center; }

  .card-col2 {
    width: 100%; }

  .card {
    position: relative;
    display: block;
    height: 210px;
    width: 450px;
    border-radius: 8px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    text-decoration: none;
    color: #fff;
    transition-duration: .2s; }
    .card .text {
      position: absolute;
      inset: 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center; }
      .card .text .en {
        font-size: 1.6rem;
        padding: 0rem;
        margin: 0;
        letter-spacing: 0.1rem;
        line-height: 1;
        text-align: center !important;
        color: #fff;
        font-family: "Montserrat", sans-serif;
        font-weight: 600; }
      .card .text .ja {
        font-size: 2.4rem;
        padding: 0rem 0;
        margin: 0;
        border-bottom: none;
        text-align: center !important;
        color: #fff;
        letter-spacing: 0.1rem;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 400; }
    .card:hover {
      opacity: 0.8; }

  /* ----------topintro---------------------------------------------------------------------*/
  #topintro {
    text-decoration: none;
    width: 940px;
    margin: 0px auto 0px auto;
    background-color: #41497B;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    transition-duration: .2s;
    cursor: pointer;
    height: 260px;
    border-radius: 10px;
    /* &.current {}
      &::after {
        content: "\f105";
        font-size: 2rem;
        font-family: FontAwesome;
        position: absolute;
        top: calc(50% - 1rem);
        right: 5%;
        color: $fontcolor;
      }*/ }
    #topintro:hover {
      opacity: 0.8; }
    #topintro .imgbox {
      width: 40%;
      margin: 50px;
      text-align: center; }
      #topintro .imgbox h2 {
        font-size: 1.6rem;
        padding: 0rem;
        letter-spacing: 0rem;
        line-height: 1;
        text-align: center !important;
        color: #fff;
        font-family: "Montserrat", sans-serif;
        font-weight: 600; }
      #topintro .imgbox h3 {
        font-size: 2.4rem;
        padding: 0.5rem 0;
        border-bottom: none;
        text-align: center !important;
        color: #fff;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 400;
        letter-spacing: 0.1rem; }
    #topintro .imgbox2 {
      width: 30%;
      overflow: hidden; }
      #topintro .imgbox2 img {
        object-fit: cover;
        width: 100%;
        height: 260px;
        border-radius: 10px 0 0 10px; }
    #topintro .imgbox3 {
      width: 30%;
      overflow: hidden; }
      #topintro .imgbox3 img {
        object-fit: cover;
        width: 100%;
        height: 260px;
        border-radius: 0 10px 10px 0; }
    #topintro:hover span {
      text-decoration: underline; }

  /* ---------step---------------------------------------------------------------------*/
  #step {
    margin: 0px auto 0px auto; }
    #step h4 {
      font-size: 2.5rem;
      margin: 80px auto; }
    #step .flow {
      width: 100%;
      text-align: center;
      margin: 40px auto 120px auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: stretch;
      gap: 60px; }
      #step .flow .box {
        width: auto;
        margin: 0 0px;
        display: flex;
        background: #CED5E7;
        padding: 110px 0;
        justify-content: left;
        position: relative;
        flex: 1;
        justify-content: center; }
        #step .flow .box::after {
          content: '';
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 20px 0px 20px 20px;
          border-color: transparent transparent transparent #363C71;
          display: inline-block;
          vertical-align: middle;
          position: absolute;
          top: 50%;
          right: -40px;
          transform: translate(0%, -50%);
          margin: 0px 0 0 0px; }
        #step .flow .box:last-child::after {
          display: none; }
        #step .flow .box p {
          writing-mode: vertical-rl;
          margin: 0;
          padding: 0 0 0 0rem;
          font-size: 1.8rem;
          letter-spacing: 0.1rem; }
          #step .flow .box p span {
            text-combine-upright: all;
            padding: 0;
            margin: 0;
            color: #373737;
            font-size: 1.8rem;
            text-align: left; }

  .history-box {
    width: 50%;
    position: relative;
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
    display: flex;
    align-items: center; }
    .history-box .m-text {
      font-size: 1.5rem;
      line-height: 1.625;
      text-align: left;
      padding: 0 1rem; } }
    @media print, screen and (min-width: 980px) and (max-width: 980px) {
      .history-box .m-text {
        font-size: 1.3rem; } }
@media print, screen and (min-width: 980px) {
    .history-box--wrap {
      overflow: hidden;
      position: relative;
      padding-bottom: 5rem;
      z-index: 0;
      margin: 0 4px 0 0; } }
    @media print, screen and (min-width: 980px) and (max-width: 980px) {
      .history-box--wrap {
        padding-bottom: 1.25rem;
        margin: 0; } }
@media print, screen and (min-width: 980px) {
      .history-box--wrap:before {
        content: '';
        width: 4px;
        height: 100%;
        background-color: #bfbfbf;
        background-color: #d6d6d6;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        transform: translate3d(-50%, 0, 0); } }
      @media print, screen and (min-width: 980px) and (max-width: 980px) {
        .history-box--wrap:before {
          left: 0.625rem; } }
@media print, screen and (min-width: 980px) {
    .history-box:nth-of-type(1):before {
      content: '';
      display: block;
      background-color: #fff;
      position: absolute;
      top: 0;
      bottom: 50%;
      left: 0;
      right: -2px; } }
  @media print, screen and (min-width: 980px) and (max-width: 980px) {
    .history-box {
      width: auto;
      display: block;
      padding-top: 1.25rem;
      padding-bottom: 1.25rem; }
      .history-box:nth-of-type(1) {
        padding-top: 0; }
        .history-box:nth-of-type(1):before {
          bottom: auto;
          height: 1.875rem;
          right: -4px; } }
@media print, screen and (min-width: 980px) {
    .history-box--inner {
      width: 100%;
      background-color: #F7F7F7;
      padding: 2rem 3rem;
      position: relative;
      z-index: 3;
      position: relative; }
      .history-box--inner:before {
        content: '';
        display: block;
        width: 2.5rem;
        height: 1px;
        background-color: #bfbfbf;
        position: absolute;
        top: 50%;
        transform: translate3d(0, -50%, 0);
        z-index: 1; } }
      @media print, screen and (min-width: 980px) and (max-width: 980px) {
        .history-box--inner:before {
          width: 1.25rem;
          top: 1.875rem; } }
@media print, screen and (min-width: 980px) {
      .history-box--inner:after {
        content: '';
        display: block;
        width: 1.25rem;
        height: 1.25rem;
        background-color: #2c2c2c;
        border-radius: 100%;
        position: absolute;
        top: 50%;
        z-index: 2; } }
      @media print, screen and (min-width: 980px) and (max-width: 980px) {
        .history-box--inner:after {
          width: 0.75rem;
          height: 0.75rem;
          top: 1.875rem; } }
    @media print, screen and (min-width: 980px) and (max-width: 980px) {
      .history-box--inner {
        background-color: #fff;
        border: 1px solid #bfbfbf;
        padding: 1rem 1.5rem; } }
@media print, screen and (min-width: 980px) {
    .history-box.is-left {
      padding-right: 2.5rem;
      float: left;
      clear: left; } }
    @media print, screen and (min-width: 980px) and (max-width: 980px) {
      .history-box.is-left {
        float: none;
        padding-right: 0;
        padding-left: 1.875rem; } }
@media print, screen and (min-width: 980px) {
      .history-box.is-left .history-box--inner:before {
        right: -2.5rem; }
      .history-box.is-left .history-box--inner:after {
        right: -2.5rem;
        transform: translate3d(50%, -50%, 0); } }
    @media print, screen and (min-width: 980px) and (max-width: 980px) {
      .history-box.is-left .history-box--inner:before {
        left: -1.3125rem;
        right: auto; }
      .history-box.is-left .history-box--inner:after {
        left: -1.5625rem;
        right: auto;
        transform: translate3d(0, -50%, 0); } }
    @media print, screen and (min-width: 980px) and (min-width: 981px) {
      .history-box.is-left.is-adjust2014 .history-box--inner:before {
        top: 15%; }
      .history-box.is-left.is-adjust2014 .history-box--inner:after {
        top: 15%; } }
@media print, screen and (min-width: 980px) {
    .history-box.is-right {
      padding-left: 2.5rem;
      float: right;
      clear: right; } }
    @media print, screen and (min-width: 980px) and (max-width: 980px) {
      .history-box.is-right {
        float: none;
        padding-left: 1.875rem; } }
@media print, screen and (min-width: 980px) {
      .history-box.is-right .history-box--inner:before {
        left: -2.5rem; }
      .history-box.is-right .history-box--inner:after {
        left: -2.5rem;
        transform: translate3d(-50%, -50%, 0); } }
    @media print, screen and (min-width: 980px) and (max-width: 980px) {
      .history-box.is-right .history-box--inner:before {
        left: -1.3125rem;
        right: auto; }
      .history-box.is-right .history-box--inner:after {
        left: -1.5625rem;
        right: auto;
        transform: translate3d(0, -50%, 0); } }
    @media print, screen and (min-width: 980px) and (min-width: 981px) {
      .history-box.is-right.js-matchHeight--history {
        transform: translateY(50%); }
      .history-box.is-right.is-adjust2013 {
        padding-top: 9.375rem; }
      .history-box.is-right.is-adjust2017 .history-box--inner:before {
        top: 15%; }
      .history-box.is-right.is-adjust2017 .history-box--inner:after {
        top: 15%; }
      .history-box.is-right.is-adjust2019 .history-box--inner:before {
        top: 15%; }
      .history-box.is-right.is-adjust2019 .history-box--inner:after {
        top: 15%; } }
@media print, screen and (min-width: 980px) {
    .history-box.is-last {
      clear: both;
      width: auto;
      text-align: center;
      padding-top: 0;
      padding-bottom: 0;
      border: none; } }
    @media print, screen and (min-width: 980px) and (max-width: 980px) {
      .history-box.is-last {
        display: block;
        padding-left: 1.875rem; } }
@media print, screen and (min-width: 980px) {
      .history-box.is-last .history-box--inner {
        border: none;
        background-color: transparent; } }
      @media print, screen and (min-width: 980px) and (min-width: 981px) {
        .history-box.is-last .history-box--inner {
          padding: 0; }
          .history-box.is-last .history-box--inner:before, .history-box.is-last .history-box--inner:after {
            display: none; } }
      @media print, screen and (min-width: 980px) and (max-width: 980px) {
        .history-box.is-last .history-box--inner {
          padding-left: 1.875rem; }
          .history-box.is-last .history-box--inner:before {
            left: -1.3125rem;
            right: auto;
            width: 50%; }
          .history-box.is-last .history-box--inner:after {
            left: -1.5625rem;
            right: auto;
            transform: translate3d(0, -50%, 0); } }
@media print, screen and (min-width: 980px) {
      .history-box.is-last .m-image {
        position: relative;
        z-index: 3; } }
      @media print, screen and (min-width: 980px) and (max-width: 980px) {
        .history-box.is-last .m-image {
          width: 5.375rem;
          margin-left: auto;
          margin-right: auto; } }
  @media print, screen and (min-width: 980px) and (max-width: 980px) {
    .history-box.js-matchHeight--history {
      height: auto !important; } }
@media print, screen and (min-width: 980px) {
    .history-box--head {
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      .history-box--head span {
        padding: 0 1rem 0rem 0; } }
    @media print, screen and (min-width: 980px) and (max-width: 980px) {
      .history-box--head {
        display: block; } }
@media print, screen and (min-width: 980px) {
    .history-box--year {
      font-family: source-han-serif-japanese, serif;
      font-size: 2.4rem;
      line-height: 1;
      padding-right: 1.25rem;
      border-right: 1px solid #707070;
      margin-right: 1.25rem;
      color: #000; } }
    @media print, screen and (min-width: 980px) and (max-width: 980px) {
      .history-box--year {
        font-size: 2.2rem;
        display: block;
        border-right: none;
        padding-right: 0; } }
@media print, screen and (min-width: 980px) {
    .history-box--title {
      font-size: 1.8rem;
      font-weight: 400;
      line-height: 1.625;
      color: #000;
      text-align: left; } }
    @media print, screen and (min-width: 980px) and (max-width: 980px) {
      .history-box--title {
        font-size: 1.6rem;
        display: block;
        text-align: center;
        margin-top: 0.625rem; } }
@media print, screen and (min-width: 980px) {
    .history-box--list {
      margin-top: 0.9375rem;
      padding-left: 1.25em;
      list-style-type: disc;
      text-align: left; }
      .history-box--list li {
        font-size: 1.6rem;
        line-height: 1.625; } }
      @media print, screen and (min-width: 980px) and (max-width: 980px) {
        .history-box--list li {
          font-size: 1.4rem; } }
@media print, screen and (min-width: 980px) {
      .history-box--list li + li {
        margin-top: 0.625rem; }
    .history-box.js-effect .history-box--inner:before {
      opacity: 0; }
    .history-box.js-effect .history-box--inner:after {
      opacity: 0; }
    .history-box.js-effect.is-show .history-box--inner:before {
      animation: fadeIn 0.5s ease 0.3s both; }
    .history-box.js-effect.is-show .history-box--inner:after {
      animation: fadeIn 0.5s ease 0.6s both; }
    .history-box.js-effect.is-left .history-box--inner {
      opacity: 0;
      transform: translateX(-30px); } }
    @media print, screen and (min-width: 980px) and (max-width: 980px) {
      .history-box.js-effect.is-left .history-box--inner {
        transform: translateX(30px); } }
@media print, screen and (min-width: 980px) {
    .history-box.js-effect.is-left.is-show .history-box--inner {
      animation: fade-x 0.5s ease both; }
    .history-box.js-effect.is-right .history-box--inner {
      opacity: 0;
      transform: translateX(30px); }
    .history-box.js-effect.is-right.is-show .history-box--inner {
      animation: fade-x 0.5s ease both; }
    .history-box.js-effect.is-last .history-box--inner {
      opacity: 0; }
    .history-box.js-effect.is-last.is-show .history-box--inner {
      animation: fadeIn 0.5s ease both; }

  .history-future-section {
    background: linear-gradient(to bottom, #848484, #8a8a8a);
    color: #fff;
    padding-top: 3.75rem;
    padding-bottom: 5.3125rem; } }
  @media print, screen and (min-width: 980px) and (max-width: 980px) {
    .history-future-section {
      padding-top: 1.875rem;
      padding-bottom: 2.5rem; } }
@media print, screen and (min-width: 980px) {
    .history-future-section.l-section--inner {
      margin-top: 0; }

  .history-future-box {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    color: #fff; }
    .history-future-box span {
      padding: 0 1rem; }
    .history-future-box--lead {
      text-align: center;
      font-family: source-han-serif-japanese, serif;
      font-size: 2.4rem;
      line-height: 1; } }
    @media print, screen and (min-width: 980px) and (max-width: 980px) {
      .history-future-box--lead {
        font-size: 2.2rem; } }
@media print, screen and (min-width: 980px) {
    .history-future-box--head {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      margin-top: 1.875rem; } }
    @media print, screen and (min-width: 980px) and (max-width: 980px) {
      .history-future-box--head {
        margin-top: 1.25rem;
        display: block; } }
@media print, screen and (min-width: 980px) {
    .history-future-box--year {
      font-family: source-han-serif-japanese, serif;
      font-size: 2.4rem;
      line-height: 1;
      padding-right: 1.25rem;
      border-right: 1px solid #fff;
      margin-right: 1.25rem; } }
    @media print, screen and (min-width: 980px) and (max-width: 980px) {
      .history-future-box--year {
        font-size: 2.2rem;
        display: block;
        text-align: center;
        padding-right: 0;
        border-right: none; } }
@media print, screen and (min-width: 980px) {
    .history-future-box--title {
      font-size: 2.0rem;
      line-height: 1.625;
      text-align: left; } }
    @media print, screen and (min-width: 980px) and (max-width: 980px) {
      .history-future-box--title {
        font-size: 1.8rem;
        text-align: center;
        display: block; } }

@media print, screen and (min-width: 980px) {
  @keyframes fade-x {
    to {
      opacity: 1;
      transform: translateX(0%); } }
  @keyframes fade-y {
    to {
      opacity: 1;
      transform: translateY(0%); } }
  @keyframes fadeIn {
    0% {
      opacity: 0%; }
    100% {
      opacity: 100%; } }
  /* ----------PHILOSOPHY---------------------------------------------------------------------*/
  #PHILOSOPHY .wfBox {
    display: flex;
    flex-direction: row; }
    #PHILOSOPHY .wfBox img {
      padding: 2rem; }
    #PHILOSOPHY .wfBox p {
      display: block; }
  #PHILOSOPHY .wfBox2 {
    display: flex;
    flex-direction: row-reverse; }
    #PHILOSOPHY .wfBox2 img {
      padding: 2rem; }

  /* ----------PHILOSOPHY / studySystem---------------------------------------------------------------------*/
  #recruitpolicy {
    margin: 0 auto 80px auto; }
    #recruitpolicy .sysTable {
      width: 900px;
      margin: 40px auto 60px auto;
      border: 1px solid #E6E6E6; }
      #recruitpolicy .sysTable th {
        width: 20%;
        line-height: 1.5;
        border-bottom: 1px solid #E6E6E6;
        border-right: 1px solid #E6E6E6;
        background: #fafafa;
        padding: 2rem; }
      #recruitpolicy .sysTable td {
        text-align: left;
        line-height: 1.8;
        border-bottom: 1px solid #E6E6E6;
        padding: 2rem; }
        #recruitpolicy .sysTable td a {
          /*color:$gold;*/ }
        #recruitpolicy .sysTable td ul li {
          list-style: decimal;
          list-style-position: outside;
          margin: 0 0 0 2rem; }
    #recruitpolicy .visionImg {
      width: 80%;
      margin: 40px auto 60px auto; }
    #recruitpolicy .vision-point {
      display: flex;
      justify-content: space-between;
      margin: 20px auto;
      gap: 40px;
      flex-direction: row; }
      #recruitpolicy .vision-point .vision-point--item {
        padding: 0 0px;
        width: 100%; }
        #recruitpolicy .vision-point .vision-point--item .mi {
          width: 100%;
          text-align: center;
          font-size: 1.8rem;
          line-height: 1.6;
          font-weight: normal;
          padding: 2rem 2rem;
          color: #4BAC98;
          background-color: #ecf6f4;
          position: relative;
          display: inline-block; }
          #recruitpolicy .vision-point .vision-point--item .mi::before {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -15px;
            border: 15px solid transparent;
            border-top: 15px solid #ecf6f4; }
          #recruitpolicy .vision-point .vision-point--item .mi b {
            font-weight: bold; }
    #recruitpolicy h4 {
      margin: 8rem 1rem 2rem 1rem; }
    #recruitpolicy p {
      text-align: left;
      padding: 0 0 15px 0; }
    #recruitpolicy b {
      font-size: 1.8rem;
      font-weight: bold; }
    #recruitpolicy strong {
      display: block;
      font-size: 1.8rem;
      line-height: 2;
      color: #000;
      font-weight: 400;
      margin: 0 0 1rem 0; }
    #recruitpolicy .catch {
      font-size: 1.8rem !important;
      line-height: 2 !important;
      font-weight: 400;
      text-align: center; }
    #recruitpolicy .fl {
      float: left;
      padding: 2rem 2rem 2rem 0;
      box-sizing: border-box; }
    #recruitpolicy .fr {
      float: right;
      padding: 2rem 0rem 2rem 2rem;
      box-sizing: border-box; }
    #recruitpolicy .policyAction {
      padding: 0;
      margin: 40px auto;
      text-align: center; }
      #recruitpolicy .policyAction strong {
        width: 100%;
        font-size: 2.4rem;
        font-weight: 500;
        text-align: left;
        display: block;
        margin: 0;
        color: #2c2c2c; }
      #recruitpolicy .policyAction .box {
        display: flex;
        justify-content: space-between;
        gap: 40px;
        flex-direction: row; }
        #recruitpolicy .policyAction .box .policyActionTd {
          padding: 1rem 0;
          width: 100%; }
          #recruitpolicy .policyAction .box .policyActionTd b {
            font-size: 1.9rem;
            display: inline-block;
            border-bottom: 1px solid #4BAC98;
            padding: 1rem 0;
            color: #2c2c2c;
            text-align: left;
            width: 100%; }
          #recruitpolicy .policyAction .box .policyActionTd span {
            color: #2c2c2c;
            display: block;
            width: 20%;
            text-align: left;
            font-size: 1.5rem;
            font-weight: 500;
            padding: 0;
            margin: 0; }
          #recruitpolicy .policyAction .box .policyActionTd p {
            text-align: left;
            display: block;
            width: 100%;
            font-size: 1.6rem;
            padding: 0; }
    #recruitpolicy .vision {
      display: flex;
      justify-content: space-between;
      gap: 40px;
      flex-direction: row;
      text-align: center; }
      #recruitpolicy .vision .box {
        margin: 0 auto;
        box-sizing: border-box;
        width: 100%;
        text-align: left; }
        #recruitpolicy .vision .box .ok {
          background: #4BAC98;
          color: #fff;
          text-align: center;
          font-size: 1.8rem;
          padding: .5rem 1rem;
          margin: 1rem 0;
          display: inline-block !important; }
        #recruitpolicy .vision .box img {
          margin: 0 auto;
          width: auto;
          max-height: 220px; }
        #recruitpolicy .vision .box span {
          padding: 0;
          margin: 0;
          text-align: left;
          font-size: 2rem;
          color: #2c2c2c;
          line-height: 2;
          font-weight: 500;
          display: block; }
        #recruitpolicy .vision .box strong {
          color: #2c2c2c;
          display: block;
          font-size: 2.2rem;
          font-weight: 500;
          text-align: left;
          line-height: 1.6; } }
