@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200&family=Noto+Sans+JP:wght@100..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");
header {
  position: fixed;
  height: 5.6923076923vw;
  z-index: 20;
  top: 0;
  left: 50%;
  margin-left: -42.3076923077vw;
  width: 84.6153846154vw;
  background: #fff; }
  header .inner {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between; }
    header .inner .logoarea {
      width: 18.0769230769vw;
      margin-left: 1.9230769231vw;
      margin-top: 1.1538461538vw; }
      header .inner .logoarea a {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        header .inner .logoarea a .mark {
          width: 8.4615384615vw; }
        header .inner .logoarea a div {
          width: 8.4615384615vw; }
          header .inner .logoarea a div .ttl {
            font-family: "Montserrat", sans-serif;
            font-weight: 200;
            font-style: normal;
            color: #e60012; }
    header .inner .navinner {
      margin-right: 16.9230769231vw;
      display: flex;
      justify-content: flex-end; }
      header .inner .navinner p {
        font-size: 1.0769230769vw;
        font-weight: 700;
        margin-left: 1.9230769231vw; }
        header .inner .navinner p a {
          display: block;
          padding: 1.9230769231vw 0 2.3076923077vw; }
          header .inner .navinner p a:hover {
            position: relative; }
            header .inner .navinner p a:hover:after {
              position: absolute;
              content: "";
              width: 100%;
              height: 0.1538461538vw;
              background: #e60012;
              bottom: 0vw;
              left: 0; }
      header .inner .navinner .close a {
        color: #878787;
        pointer-events: none; }
      header .inner .navinner .trigger {
        padding: 1.9230769231vw 0 2.3076923077vw;
        transition: opacity 0.3s ease-out;
        cursor: pointer; }
        header .inner .navinner .trigger:hover {
          opacity: 0.7;
          position: relative; }
          header .inner .navinner .trigger:hover:after {
            position: absolute;
            content: "";
            width: 100%;
            height: 0.1538461538vw;
            background: #e60012;
            bottom: 0vw;
            left: 0; }
      header .inner .navinner .trigger:hover + .navchild--inner,
      header .inner .navinner .navchild--inner:hover {
        display: block;
        opacity: 1;
        pointer-events: all; }
      header .inner .navinner .trigger:hover {
        border-bottom: 0.2307692308vw solid #e60012; }
      header .inner .navinner .navchild--inner {
        display: none;
        opacity: 0;
        transition: opacity 0.3s ease;
        position: absolute;
        background: rgba(0, 0, 0, 0.8);
        width: 100%;
        left: 0;
        padding: 3.8461538462vw 0;
        top: 5.6923076923vw;
        z-index: 2; }
        header .inner .navinner .navchild--inner ul {
          display: flex;
          justify-content: center; }
          header .inner .navinner .navchild--inner ul li {
            font-size: 1.0769230769vw;
            margin: 0 1.5384615385vw; }
            header .inner .navinner .navchild--inner ul li a {
              display: block;
              color: #fff;
              border-bottom: 0.1538461538vw solid #fff;
              padding: 0 1.9230769231vw;
              padding-bottom: 0.7692307692vw;
              position: relative; }
              header .inner .navinner .navchild--inner ul li a:after {
                position: absolute;
                content: "";
                width: 0;
                height: 0;
                border-style: solid;
                border-right: 0.4615384615vw solid transparent;
                border-left: 0.4615384615vw solid transparent;
                border-top: 0.7692307692vw solid #fff;
                border-bottom: 0;
                left: 0.3846153846vw;
                top: 50%;
                margin-top: -0.7692307692vw;
                transform: rotate(-90deg); }
    header .inner .entrybtn {
      position: absolute;
      top: 0;
      right: 8.4615384615vw;
      width: 8.4615384615vw;
      font-family: "Source Sans 3", sans-serif;
      text-align: center; }
      header .inner .entrybtn a {
        display: block;
        font-size: 1.4615384615vw;
        font-weight: 600;
        color: #fff;
        padding: 1.8461538462vw 0;
        position: relative;
        background: linear-gradient(to right, #e60012, #ea544b); }
    header .inner .corpbtn {
      position: absolute;
      top: 0;
      right: 0;
      width: 8.4615384615vw;
      text-align: center; }
      header .inner .corpbtn a {
        display: block;
        font-size: 1.0769230769vw;
        font-weight: 700;
        color: #fff;
        padding: 1.3461538462vw 0 1.3846153846vw;
        position: relative;
        background: #231815; }
  header .hamburger {
    display: none; }

main article {
  margin-top: 5.6923076923vw; }
main .kv {
  width: 100%; }
  main .kv--cont {
    width: 89.2307692308vw;
    margin: 0 0 0 auto; }
    main .kv--cont h2 {
      font-size: 1.3846153846vw;
      font-weight: 700;
      padding-top: 8.3076923077vw;
      padding-bottom: 1.5384615385vw;
      display: flex;
      align-items: center;
      position: relative; }
      main .kv--cont h2 span {
        font-family: "Source Sans 3", sans-serif;
        font-weight: 400;
        font-size: 4vw;
        padding-right: 1.5384615385vw;
        line-height: 1; }
      main .kv--cont h2:before, main .kv--cont h2:after {
        position: absolute;
        content: "";
        bottom: 0;
        left: 0; }
      main .kv--cont h2:before {
        width: 78.7692307692vw;
        height: 0.0769230769vw;
        background: #231815; }
      main .kv--cont h2:after {
        width: 19.6923076923vw;
        height: 0.0769230769vw;
        background: #e60012;
        z-index: 2; }
    main .kv--cont .mainimg {
      margin: 3.0769230769vw 0 0;
      position: relative; }
      main .kv--cont .mainimg:before {
        position: absolute;
        content: "";
        width: 2.6153846154vw;
        height: 2.6153846154vw;
        top: 0;
        left: 0;
        background: #e60012;
        z-index: 2; }
    main .kv--cont h3 {
      font-size: 1.0769230769vw;
      font-weight: 500;
      margin: 5.3846153846vw 0 0;
      line-height: 1.8; }
main .contents {
  padding-bottom: 9.6153846154vw; }
  main .contents .txt {
    font-weight: 500;
    font-size: 1.0769230769vw;
    line-height: 1.8;
    text-align: justify; }
  main .contents .underbtn {
    width: 34.6153846154vw;
    margin: 0 auto;
    margin-top: 5.3846153846vw;
    text-align: center; }
    main .contents .underbtn a {
      display: block;
      border: 0.0769230769vw solid #e60012;
      font-size: 1.2307692308vw;
      font-weight: 700;
      color: #e60012;
      padding: 1.5384615385vw 0;
      position: relative; }
      main .contents .underbtn a:after {
        position: absolute;
        content: "";
        background: url("../images/common/arrow_r.svg") no-repeat center center/cover;
        width: 1.2307692308vw;
        height: 0.4230769231vw;
        right: 1.5384615385vw;
        top: 50%;
        margin-top: -0.2115384615vw; }

footer {
  background: #f2f2f2;
  position: relative;
  padding: 3.8461538462vw 0 0; }
  footer .footerupper {
    width: 78.7692307692vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1.5384615385vw;
    border-bottom: 0.0769230769vw solid #ccc; }
    footer .footerupper .logo {
      width: 29.2307692308vw;
      display: flex;
      align-items: center; }
      footer .footerupper .logo .mark {
        width: 13.6153846154vw;
        margin-right: 2.5384615385vw; }
      footer .footerupper .logo .name {
        width: 13.2307692308vw; }
    footer .footerupper .btnarea {
      width: 37.0769230769vw;
      display: flex;
      justify-content: space-between; }
    footer .footerupper .entrybtn {
      width: 17.6923076923vw;
      font-family: "Source Sans 3", sans-serif;
      text-align: center; }
      footer .footerupper .entrybtn a {
        display: block;
        font-size: 1.4615384615vw;
        font-weight: 600;
        color: #fff;
        padding: 1.5384615385vw 0;
        position: relative;
        background: linear-gradient(to right, #e60012, #ea544b); }
        footer .footerupper .entrybtn a:after {
          position: absolute;
          content: "";
          background: url("../images/common/arrow_w.svg") no-repeat center center/cover;
          width: 1.2307692308vw;
          height: 0.4230769231vw;
          right: 1.5384615385vw;
          top: 50%;
          margin-top: -0.2115384615vw; }
    footer .footerupper .corpbtn {
      width: 17.6923076923vw;
      text-align: center; }
      footer .footerupper .corpbtn a {
        display: block;
        font-size: 1.3076923077vw;
        font-weight: 700;
        color: #fff;
        padding: 1.5384615385vw 0;
        position: relative;
        background: #231815; }
        footer .footerupper .corpbtn a:after {
          position: absolute;
          content: "";
          background: url("../images/common/arrow_w.svg") no-repeat center center/cover;
          width: 1.2307692308vw;
          height: 0.4230769231vw;
          right: 1.5384615385vw;
          top: 50%;
          margin-top: -0.2115384615vw; }
  footer .footerbottom {
    width: 78.7692307692vw;
    margin: 0 auto;
    padding: 1.1538461538vw 0vw;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    footer .footerbottom ul {
      display: flex; }
      footer .footerbottom ul li {
        margin-right: 1.1538461538vw;
        padding-right: 1.1538461538vw;
        position: relative; }
        footer .footerbottom ul li:after {
          position: absolute;
          content: "|";
          right: 0;
          top: 0; }
        footer .footerbottom ul li:last-child:after {
          content: none; }
  footer .copyright {
    text-align: center;
    font-size: 0.9230769231vw;
    font-weight: 400;
    padding: 1.1538461538vw 0; }

#pagetop {
  width: 4vw;
  height: 4vw;
  position: absolute;
  right: 2.3076923077vw;
  top: -2vw;
  z-index: 9; }
  #pagetop a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none; }
    #pagetop a:before {
      position: absolute;
      content: "";
      background: url("../images/common/pagetop.svg") center center/cover;
      width: 4vw;
      height: 4vw; }

@media screen and (max-width: 767px) {
  header {
    height: 12vw;
    margin-left: -50vw;
    width: 100vw; }
    header .inner .logoarea {
      width: 50.6666666667vw;
      margin-left: 3.3333333333vw;
      margin-top: 1.8666666667vw; }
      header .inner .logoarea a {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        header .inner .logoarea a .mark {
          width: 26.6666666667vw; }
        header .inner .logoarea a div {
          width: 21.3333333333vw;
          margin-top: 0.8vw; }
          header .inner .logoarea a div .ttl {
            font-size: 3.2vw; }
    header .inner .navinner {
      margin-right: 0;
      display: none;
      justify-content: flex-end;
      position: absolute;
      top: 12vw;
      left: 0;
      width: 100%;
      background: rgba(255, 255, 255, 0.9);
      border-top: 0.2666666667vw solid #e60012;
      padding: 0 5.3333333333vw 5.3333333333vw; }
      header .inner .navinner p {
        font-size: 3.7333333333vw;
        font-weight: 700;
        margin-left: 0vw;
        padding: 5.3333333333vw;
        border-bottom: 0.2666666667vw solid #f2f2f2; }
        header .inner .navinner p a {
          display: block;
          padding: 0; }
          header .inner .navinner p a:hover {
            position: relative; }
            header .inner .navinner p a:hover:after {
              position: absolute;
              content: "";
              width: 100%;
              height: 0.1538461538vw;
              background: #e60012;
              bottom: 0vw;
              left: 0; }
      header .inner .navinner .trigger {
        padding: 5.3333333333vw 5.3333333333vw 4vw;
        transition: opacity 0.3s ease-out;
        cursor: pointer;
        border-bottom: 0.2666666667vw solid #e60012; }
        header .inner .navinner .trigger:hover {
          opacity: 0.7;
          position: relative; }
          header .inner .navinner .trigger:hover:after {
            content: none; }
      header .inner .navinner .trigger:hover + .navchild--inner,
      header .inner .navinner .navchild--inner:hover {
        display: block;
        opacity: 1;
        pointer-events: all; }
      header .inner .navinner .trigger:hover {
        border-bottom: 0.2307692308vw solid #e60012; }
      header .inner .navinner .navchild--inner {
        display: block;
        opacity: 1;
        transition: opacity 0.3s ease;
        position: static;
        background: rgba(0, 0, 0, 0.9);
        width: 100%;
        left: 0;
        padding: 0vw 5.3333333333vw 2.6666666667vw;
        top: 5.6923076923vw;
        z-index: 2; }
        header .inner .navinner .navchild--inner ul {
          display: flex;
          justify-content: flex-start;
          flex-wrap: wrap; }
          header .inner .navinner .navchild--inner ul li {
            width: 46%;
            font-size: 2.9333333333vw;
            margin: 0 2%;
            margin-top: 2.6666666667vw; }
            header .inner .navinner .navchild--inner ul li a {
              display: block;
              color: #fff;
              border-bottom: none;
              padding: 0 4vw 2.6666666667vw;
              padding-bottom: 0.7692307692vw;
              position: relative; }
              header .inner .navinner .navchild--inner ul li a:after {
                position: absolute;
                content: "";
                width: 0;
                height: 0;
                border-style: solid;
                border-right: 1.1428571429vw solid transparent;
                border-left: 1.1428571429vw solid transparent;
                border-top: 1.9047619048vw solid #fff;
                border-bottom: 0;
                left: 0.9523809524vw;
                top: 1.3333333333vw;
                margin-top: 0;
                transform: rotate(-90deg); }
    header .inner .entrybtn {
      position: fixed;
      top: auto;
      right: 12vw;
      top: 0;
      width: 24vw;
      font-family: "Source Sans 3", sans-serif;
      text-align: center; }
      header .inner .entrybtn a {
        display: block;
        font-size: 4.2666666667vw;
        font-weight: 600;
        color: #fff;
        padding: 2.9333333333vw 0;
        height: 12vw;
        position: relative;
        background: linear-gradient(to right, #e60012, #ea544b); }
        header .inner .entrybtn a:after {
          position: absolute;
          content: none; }
    header .inner .corpbtn {
      display: none;
      position: fixed;
      top: auto;
      bottom: 0;
      left: 0;
      right: auto;
      width: 50%;
      text-align: center; }
      header .inner .corpbtn a {
        display: block;
        font-size: 3.2vw;
        font-weight: 700;
        color: #fff;
        padding: 3.2vw 0;
        height: 10.6666666667vw;
        position: relative;
        background: #231815; }
        header .inner .corpbtn a br {
          display: none; }
        header .inner .corpbtn a:after {
          position: absolute;
          content: "";
          background: url("../images/common/arrow_w.svg") no-repeat center center/cover;
          width: 4.2666666667vw;
          height: 1.4666666667vw;
          right: 5.3333333333vw;
          top: 50%;
          margin-top: -0.7333333333vw; }
    header .hamburger {
      display: block;
      position: absolute;
      z-index: 21;
      top: 0vw;
      right: 0vw;
      width: 12vw;
      height: 12vw;
      cursor: pointer;
      text-align: center;
      background: #fff; }
    header .hamburger span {
      display: block;
      position: absolute;
      width: 5.8666666667vw;
      margin-left: -2.9333333333vw;
      height: 0.5333333333vw;
      left: 50%;
      background: linear-gradient(to right, #e60012 25%, #000 26%, #000);
      -webkit-transition: 0.5s ease-in-out;
      -moz-transition: 0.5s ease-in-out;
      transition: 0.5s ease-in-out; }
    header .hamburger span:nth-child(1) {
      top: 50%;
      margin-top: -1.8666666667vw; }
    header .hamburger span:nth-child(2) {
      top: 50%; }
    header .hamburger span:nth-child(3) {
      top: 50%;
      margin-top: 1.8666666667vw; }
    header .hamburger.active {
      background: #fff; }
    header .hamburger.active span {
      background: linear-gradient(to right, #e60012 25%, #000 26%, #000); }
    header .hamburger.active span:nth-child(1) {
      top: 50%;
      margin-top: 0;
      -webkit-transform: rotate(315deg);
      -moz-transform: rotate(315deg);
      transform: rotate(315deg); }
    header .hamburger.active span:nth-child(2),
    header .hamburger.active span:nth-child(3) {
      top: 50%;
      margin-top: 0;
      -webkit-transform: rotate(-315deg);
      -moz-transform: rotate(-315deg);
      transform: rotate(-315deg); }

  main article {
    margin-top: 0vw;
    padding-top: 0vw; }
  main .kv {
    width: 100%; }
    main .kv--cont {
      width: 96vw;
      margin: 0 0 0 auto; }
      main .kv--cont h2 {
        font-size: 3.4666666667vw;
        padding-top: 18.6666666667vw;
        padding-bottom: 2.6666666667vw;
        display: flex;
        align-items: center;
        position: relative; }
        main .kv--cont h2 span {
          font-family: "Source Sans 3", sans-serif;
          font-weight: 400;
          font-size: 6.4vw;
          padding-right: 2.6666666667vw;
          line-height: 1; }
        main .kv--cont h2:before {
          width: 93.3333333333vw;
          height: 0.2666666667vw; }
        main .kv--cont h2:after {
          width: 34.1333333333vw;
          height: 0.2666666667vw; }
      main .kv--cont .mainimg {
        margin: 5.3333333333vw 0 0;
        position: relative; }
        main .kv--cont .mainimg img {
          width: 140%; }
        main .kv--cont .mainimg:before {
          width: 4.5333333333vw;
          height: 4.5333333333vw; }
      main .kv--cont h3 {
        font-size: 3.4666666667vw;
        margin: 9.3333333333vw 5.3333333333vw 0 0;
        line-height: 1.8; }
  main .contents {
    padding-bottom: 16vw; }
    main .contents .txt {
      font-weight: 500;
      font-size: 3.2vw;
      line-height: 1.8;
      text-align: justify; }
    main .contents .underbtn {
      width: 80vw;
      margin: 0 auto;
      margin-top: 13.3333333333vw;
      text-align: center; }
      main .contents .underbtn a {
        display: block;
        border: 0.2666666667vw solid #e60012;
        font-size: 3.4666666667vw;
        font-weight: 700;
        color: #e60012;
        padding: 4vw 0;
        position: relative; }
        main .contents .underbtn a:after {
          position: absolute;
          content: "";
          background: url("../images/common/arrow_r.svg") no-repeat center center/cover;
          width: 4.2666666667vw;
          height: 1.4666666667vw;
          right: 2.6666666667vw;
          top: 50%;
          margin-top: -0.7333333333vw; }

  footer {
    background: #EEF2F7;
    padding-top: 5.3333333333vw; }
    footer .footerupper {
      width: 93.3333333333vw;
      padding-bottom: 5.3333333333vw;
      border-bottom: 0.2666666667vw solid #ccc;
      flex-wrap: wrap; }
      footer .footerupper .logo {
        width: 72vw;
        margin: 0 auto;
        display: flex;
        align-items: center; }
        footer .footerupper .logo .mark {
          width: 34.6666666667vw;
          margin-right: 5.3333333333vw; }
        footer .footerupper .logo .name {
          width: 32vw; }
      footer .footerupper .btnarea {
        width: 93.3333333333vw;
        justify-content: space-between;
        margin-top: 5.3333333333vw; }
      footer .footerupper .entrybtn {
        width: 50%;
        font-family: "Source Sans 3", sans-serif;
        text-align: center; }
        footer .footerupper .entrybtn a {
          display: block;
          font-size: 3.7333333333vw;
          font-weight: 600;
          color: #fff;
          padding: 2.6666666667vw 0;
          position: relative;
          background: linear-gradient(to right, #e60012, #ea544b); }
          footer .footerupper .entrybtn a:after {
            position: absolute;
            content: none; }
      footer .footerupper .corpbtn {
        width: 50%;
        text-align: center; }
        footer .footerupper .corpbtn a {
          display: block;
          font-size: 3.7333333333vw;
          font-weight: 700;
          color: #fff;
          padding: 2.6666666667vw 0;
          position: relative;
          background: #231815; }
          footer .footerupper .corpbtn a:after {
            position: absolute;
            content: none; }
    footer .footerbottom {
      padding: 2.6666666667vw 2.6666666667vw;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap; }
      footer .footerbottom ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        text-align: center; }
        footer .footerbottom ul li {
          font-size: 2.9333333333vw;
          margin-right: 2vw;
          padding-right: 2vw;
          margin-top: 2.1333333333vw;
          position: relative; }
          footer .footerbottom ul li:after {
            position: absolute;
            content: "|";
            right: 0;
            top: 0; }
          footer .footerbottom ul li:last-child {
            margin-right: 0;
            padding-right: 0; }
            footer .footerbottom ul li:last-child:after {
              content: none; }
          footer .footerbottom ul li:nth-child(2) {
            margin-right: 0;
            padding-right: 0; }
            footer .footerbottom ul li:nth-child(2):after {
              content: none; }
    footer .copyright {
      text-align: center;
      font-size: 2.9333333333vw;
      font-weight: 400;
      padding: 2.6666666667vw 0; }

  #pagetop {
    width: 8vw;
    height: 8vw;
    position: absolute;
    right: 2.6666666667vw;
    bottom: 16vw;
    top: auto;
    z-index: 9; }
    #pagetop a {
      display: block;
      width: 100%;
      height: 100%;
      text-decoration: none; }
      #pagetop a:before {
        position: absolute;
        content: "";
        background: url("../images/common/pagetop.svg") center center/cover;
        width: 8vw;
        height: 8vw; } }
/* =========================================================
 * reset　　　    /*リセット
========================================================= */
blockquote, body, div, dl, dt, dd, fieldset, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, select, span, textarea, td, th, ul, figure, figcaption {
  margin: 0px;
  padding: 0px; }

fieldset, img {
  border: 0; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

ol {
  list-style-type: none; }

ul {
  list-style-type: none; }
  ul li {
    list-style-type: none; }
    ul li img {
      line-height: 0;
      font-size: 0;
      vertical-align: top; }

img {
  border: none;
  vertical-align: bottom; }

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

caption, th {
  text-align: left; }

iframe {
  border: none; }

a:focus {
  outline: none; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

/* IE */
* html ul li dl, * html ol li dl {
  display: inline; }
*:first-child + html ul li dl, *:first-child + html ol li dl {
  display: inline; }

/* =========================================================
 * default settings      　   /*デフォルトセッティング
========================================================= */
html {
  font-size: 62.5%;
  overflow: auto; }

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  word-break: break-all;
  /*CJK (中国語、台湾語、日本語、韓国語) 以外のテキストにおいて、単語中などでの文字の改行に関する禁則処理を解除し、どの文字の間でも改行するようにします。*/ }

body {
  overflow: hidden;
  -webkit-text-size-adjust: 100%;
  font: inherit;
  font-size: 1vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  color: #231815;
  letter-spacing: 0.01em; }

a {
  width: 100%;
  height: auto;
  display: block;
  text-decoration: none;
  color: #231815;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }
  a:hover {
    opacity: 0.7;
    -webkit-opacity: .7;
    -moz-opacity: .7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)"; }

.soon {
  pointer-events: none;
  opacity: .5; }

.hide, .hidden {
  visibility: hidden; }

p {
  line-break: strict; }

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

main {
  display: block; }

.pc {
  display: block; }

.sp {
  display: none; }

html.active {
  position: fixed;
  width: 100%;
  height: 100%; }

body {
  -webkit-text-size-adjust: 100%;
  background: #fff;
  min-width: 100%; }
  body.active {
    position: fixed;
    width: 100%;
    height: 100%; }

@media screen and (max-width: 767px) {
  a {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transition: none; }
    a:hover {
      opacity: 1;
      -webkit-opacity: 1;
      -moz-opacity: 1;
      filter: alpha(opacity=100);
      /* IE lt 8 */
      -ms-filter: "alpha(opacity=100)";
      /* IE 8 */ }

  img {
    width: 100%; }

  .pc {
    display: none; }

  .sp {
    display: block; } }
/* =========================================================
 * font
========================================================= */
.font-noto {
  font-family: "Noto Sans JP", sans-serif; }

.font-notos {
  font-family: "Noto Serif JP", serif; }

.font-sans {
  font-family: "Source Sans 3", sans-serif; }

/* =========================================================
 * clearfix　　   /*クリアフィックス
========================================================= */
.clearfix {
  zoom: 1; }
  .clearfix:before {
    content: "";
    display: table; }
  .clearfix:after {
    content: "";
    display: table;
    clear: both; }

/* =========================================================
 * fade Animation　　   /*フェード アニメーション
========================================================= */
.fade,
.fadein,
.fadein-top,
.fadein-left,
.fadein-right,
.opening {
  position: relative;
  opacity: 0;
  transition: opacity 0.875s ease-in-out , transform 0.875s ease-in-out; }

.fade {
  transform: translate(0, 0); }

.fadein {
  transform: translate(0, 50px); }

.fadein-top {
  transform: translate(0, -50px); }

.fadein-left {
  transform: translate(-50px, 0); }

.fadein-right {
  transform: translate(50px, 0); }

.fade.scrollin,
.fadein.scrollin,
.fadein-top.scrollin,
.fadein-left.scrollin,
.fadein-right.scrollin,
.opening.active {
  opacity: 1;
  transform: translate(0, 0); }

/* =========================================================
 * scrollbar　　   /*フスクロールバー
========================================================= */
::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none; }

.about {
  position: relative; }
  .about.backcl_1 {
    background: #f2f2f2; }
  .about:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 34.4615384615vw;
    top: -5.6923076923vw;
    left: 0;
    background: #f2f2f2;
    z-index: -1; }
  .about .kv--cont {
    padding-bottom: 8.4615384615vw; }
    .about .kv--cont .anchor {
      width: 78.7692307692vw;
      margin: 3.0769230769vw auto 0 0;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 3.6923076923vw; }
      .about .kv--cont .anchor li {
        width: 37.5384615385vw;
        background: #f2f2f2;
        border-bottom: 0.1538461538vw solid #e60012;
        font-size: 1.3076923077vw;
        font-weight: 700;
        line-height: 1.6; }
        .about .kv--cont .anchor li a {
          height: 7.6923076923vw;
          display: flex;
          align-items: center;
          padding: 0 2.3076923077vw;
          position: relative; }
          .about .kv--cont .anchor li a:after {
            position: absolute;
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-right: 0.4615384615vw solid transparent;
            border-left: 0.4615384615vw solid transparent;
            border-top: 0.7692307692vw solid #e60012;
            border-bottom: 0;
            right: 2.3076923077vw;
            top: 50%;
            margin-top: -0.3846153846vw; }
  .about .contents--basic {
    background: #f2f2f2;
    padding: 1.5384615385vw 0 9.2307692308vw; }
    .about .contents--basic--box {
      width: 78.7692307692vw;
      margin: 0 auto;
      margin-top: 6.9230769231vw;
      position: relative; }
      .about .contents--basic--box .obl {
        position: absolute;
        right: 0;
        width: 22.1538461538vw;
        top: -3.8461538462vw;
        z-index: 2; }
      .about .contents--basic--box .ttl {
        height: 9.2307692308vw;
        background: #fff;
        display: flex;
        align-items: center;
        position: relative; }
        .about .contents--basic--box .ttl:before {
          position: absolute;
          content: "";
          width: 1.5384615385vw;
          height: 1.5384615385vw;
          top: 0;
          left: 0;
          background: #e60012;
          z-index: 2; }
        .about .contents--basic--box .ttl dt {
          width: 11.1538461538vw;
          text-align: center;
          font-family: "Source Sans 3", sans-serif;
          font-weight: 700;
          font-size: 1.1538461538vw;
          color: #e60012; }
        .about .contents--basic--box .ttl dd {
          font-weight: 700;
          font-size: 1.6923076923vw;
          line-height: 1.6; }
      .about .contents--basic--box--txt {
        padding: 3.0769230769vw 3.0769230769vw 0;
        display: flex;
        justify-content: space-between; }
        .about .contents--basic--box--txt figure {
          width: 33.8461538462vw; }
        .about .contents--basic--box--txt .txt {
          width: 33.8461538462vw; }
      .about .contents--basic--box--point {
        margin: 3.0769230769vw 3.0769230769vw 0;
        padding: 1.8461538462vw 0.6153846154vw;
        display: flex;
        justify-content: space-around;
        border-radius: 0.7692307692vw;
        border: 0.0769230769vw solid #999; }
        .about .contents--basic--box--point dl {
          width: 23.8461538462vw;
          padding: 0 0.9230769231vw;
          font-size: 0.9230769231vw;
          text-align: justify; }
          .about .contents--basic--box--point dl:nth-child(2) {
            border-left: 0.0769230769vw solid #999;
            border-right: 0.0769230769vw solid #999; }
          .about .contents--basic--box--point dl dt {
            font-size: 1.3076923077vw;
            padding-left: 1.6923076923vw;
            position: relative; }
            .about .contents--basic--box--point dl dt:before {
              position: absolute;
              content: "●";
              left: 0;
              top: 0; }
            .about .contents--basic--box--point dl dt.cl_1:before {
              color: #00479d; }
            .about .contents--basic--box--point dl dt.cl_2:before {
              color: #6461ff; }
            .about .contents--basic--box--point dl dt.cl_3:before {
              color: #2dbce5; }
          .about .contents--basic--box--point dl dd {
            line-height: 1.8;
            padding-top: 0.7692307692vw; }
  .about .contents--strength {
    width: 78.7692307692vw;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding: 0vw 0 0vw;
    gap: 3.0769230769vw; }
    .about .contents--strength--box {
      width: 37.6923076923vw;
      background: #fff;
      position: relative; }
      .about .contents--strength--box:before {
        position: absolute;
        content: "";
        width: 1.5384615385vw;
        height: 1.5384615385vw;
        top: 0;
        left: 0;
        background: #e60012;
        z-index: 2; }
      .about .contents--strength--box h3 {
        padding: 1.9230769231vw 3.0769230769vw;
        font-size: 1.6923076923vw;
        font-weight: 700;
        border-bottom: 0.0769230769vw solid #e60012; }
      .about .contents--strength--box--txt h4 {
        padding: 0 2.6923076923vw; }
        .about .contents--strength--box--txt h4.tops {
          position: relative;
          top: -1.3846153846vw;
          margin-bottom: -1.3846153846vw; }
      .about .contents--strength--box--txt .txt {
        padding: 0 2.6923076923vw; }
      .about .contents--strength--box--txt .caption {
        font-size: 0.9230769231vw;
        font-weight: 500;
        text-align: right;
        padding: 0.7692307692vw 1.9230769231vw 1.9230769231vw; }

@media screen and (max-width: 767px) {
  .about {
    position: relative; }
    .about.backcl_1 {
      background: #f2f2f2; }
    .about:before {
      position: absolute;
      content: "";
      width: 100%;
      height: 34.4615384615vw;
      top: -5.6923076923vw;
      left: 0;
      background: #f2f2f2;
      z-index: -1; }
    .about .kv--cont {
      padding-bottom: 14.6666666667vw; }
      .about .kv--cont .anchor {
        width: 93.3333333333vw;
        margin: 9.3333333333vw auto 0 0;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 3.6923076923vw; }
        .about .kv--cont .anchor li {
          width: 100%;
          background: #f2f2f2;
          border-bottom: 0.2666666667vw solid #e60012;
          font-size: 3.4666666667vw;
          font-weight: 700;
          line-height: 1.6; }
          .about .kv--cont .anchor li a {
            height: auto;
            display: flex;
            align-items: center;
            padding: 2.6666666667vw 4vw;
            position: relative; }
            .about .kv--cont .anchor li a:after {
              position: absolute;
              content: "";
              width: 0;
              height: 0;
              border-style: solid;
              border-right: 1.6vw solid transparent;
              border-left: 1.6vw solid transparent;
              border-top: 2.6666666667vw solid #e60012;
              border-bottom: 0;
              right: 4vw;
              top: 50%;
              margin-top: -0.6666666667vw; }
    .about .contents--basic {
      background: #f2f2f2;
      padding: 2.6666666667vw 0 16vw; }
      .about .contents--basic--box {
        width: 93.3333333333vw;
        margin: 0 auto;
        margin-top: 12vw;
        position: relative; }
        .about .contents--basic--box .obl {
          position: absolute;
          right: 0;
          width: 32vw;
          top: -8vw;
          z-index: 2; }
        .about .contents--basic--box .ttl {
          height: auto;
          background: #fff;
          display: flex;
          align-items: center;
          flex-wrap: wrap;
          position: relative;
          padding: 5.3333333333vw 5.3333333333vw; }
          .about .contents--basic--box .ttl:before {
            position: absolute;
            content: "";
            width: 2.6666666667vw;
            height: 2.6666666667vw;
            top: 0;
            left: 0;
            background: #e60012;
            z-index: 2; }
          .about .contents--basic--box .ttl dt {
            width: 100%;
            text-align: left;
            font-family: "Source Sans 3", sans-serif;
            font-weight: 700;
            font-size: 3.4666666667vw;
            color: #e60012; }
          .about .contents--basic--box .ttl dd {
            text-align: left;
            width: 100%;
            font-weight: 700;
            font-size: 4.2666666667vw;
            line-height: 1.6; }
        .about .contents--basic--box--txt {
          padding: 3.0769230769vw 3.0769230769vw 0;
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap; }
          .about .contents--basic--box--txt figure {
            width: 80%;
            margin: 4vw auto; }
          .about .contents--basic--box--txt .txt {
            width: 100%; }
        .about .contents--basic--box--point {
          margin: 5.3333333333vw 2.6666666667vw 10.6666666667vw;
          padding: 0vw 2.6666666667vw;
          display: flex;
          justify-content: space-around;
          flex-wrap: wrap;
          border-radius: 1.3333333333vw;
          border: 0.2666666667vw solid #999; }
          .about .contents--basic--box--point dl {
            width: 100%;
            padding: 0 1.6vw;
            font-size: 3.2vw;
            text-align: justify;
            padding: 2.6666666667vw 0; }
            .about .contents--basic--box--point dl:nth-child(2) {
              border-left: none;
              border-right: none;
              border-top: 0.0769230769vw solid #999;
              border-bottom: 0.0769230769vw solid #999; }
            .about .contents--basic--box--point dl dt {
              font-size: 3.4666666667vw;
              padding-left: 4.8vw;
              position: relative; }
              .about .contents--basic--box--point dl dt:before {
                position: absolute;
                content: "●";
                left: 0;
                top: 0; }
              .about .contents--basic--box--point dl dt.cl_1:before {
                color: #00479d; }
              .about .contents--basic--box--point dl dt.cl_2:before {
                color: #6461ff; }
              .about .contents--basic--box--point dl dt.cl_3:before {
                color: #2dbce5; }
            .about .contents--basic--box--point dl dd {
              line-height: 1.8;
              padding-top: 0.7692307692vw; }
    .about .contents--strength {
      width: 93.3333333333vw;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      padding: 0vw 0 0vw;
      gap: 5.3333333333vw; }
      .about .contents--strength--box {
        width: 93.3333333333vw;
        background: #fff;
        position: relative; }
        .about .contents--strength--box:before {
          width: 2.6666666667vw;
          height: 2.6666666667vw; }
        .about .contents--strength--box h3 {
          padding: 3.3333333333vw 5.3333333333vw;
          font-size: 4.2666666667vw;
          border-bottom: 0.2666666667vw solid #e60012; }
        .about .contents--strength--box--txt h4 {
          padding: 0 4.6666666667vw; }
        .about .contents--strength--box--txt .txt {
          padding: 0 4.6666666667vw; }
        .about .contents--strength--box--txt .caption {
          font-size: 2.9333333333vw;
          font-weight: 500;
          text-align: right;
          padding: 2.6666666667vw 3.3333333333vw 3.3333333333vw; } }
.job {
  position: relative; }
  .job.backcl_1 {
    background: #f2f2f2; }
  .job:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 34.4615384615vw;
    top: -5.6923076923vw;
    left: 0;
    background: #f2f2f2;
    z-index: -1; }
  .job .kv--cont {
    padding-bottom: 8.4615384615vw; }
  .job .contents .captionunder {
    text-align: center;
    font-size: 1.0769230769vw;
    margin-bottom: -4.6153846154vw;
    padding-top: 9.2307692308vw; }
  .job .contents .tab {
    display: flex;
    justify-content: center;
    gap: 0 2.3076923077vw; }
    .job .contents .tab li {
      width: 24.6153846154vw;
      text-align: center;
      font-size: 1.6153846154vw;
      font-weight: 700;
      border-top-left-radius: 1.5384615385vw;
      border-top-right-radius: 1.5384615385vw;
      padding: 1.8461538462vw 0;
      color: #fff;
      position: relative;
      cursor: pointer; }
      .job .contents .tab li:after {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-right: 0.4615384615vw solid transparent;
        border-left: 0.4615384615vw solid transparent;
        border-top: 0.7692307692vw solid #fff;
        border-bottom: 0;
        right: 1.5384615385vw;
        top: 50%;
        margin-top: -0.3076923077vw; }
      .job .contents .tab li:first-child {
        background: #b2cbe6; }
        .job .contents .tab li:first-child.active {
          background: #0051ac; }
      .job .contents .tab li:nth-child(2) {
        background: #d2d6f9; }
        .job .contents .tab li:nth-child(2).active {
          background: #6978eb; }
      .job .contents .tab li:last-child {
        background: #b2e8f1; }
        .job .contents .tab li:last-child.active {
          background: #00b1d1; }
  .job .contents--inner {
    background: #f2f2f2;
    padding: 6.9230769231vw 0;
    display: none; }
    .job .contents--inner.show {
      display: block; }
    .job .contents--inner--box {
      width: 78.7692307692vw;
      margin: 0 auto;
      background: #fff;
      position: relative;
      padding-bottom: 4.6153846154vw; }
      .job .contents--inner--box:before, .job .contents--inner--box:after {
        position: absolute;
        content: "";
        width: 7.6923076923vw;
        height: 7.6923076923vw; }
      .job .contents--inner--box:before {
        top: 0;
        left: 0;
        border-top: 1.5384615385vw solid #e60012;
        border-left: 1.5384615385vw solid #e60012; }
      .job .contents--inner--box:after {
        bottom: 0;
        right: 0;
        border-bottom: 1.5384615385vw solid #e60012;
        border-right: 1.5384615385vw solid #e60012; }
      .job .contents--inner--box .ttlarea {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 1.5384615385vw 1.5384615385vw 0; }
        .job .contents--inner--box .ttlarea figure {
          width: 43.3846153846vw; }
        .job .contents--inner--box .ttlarea h4 {
          width: 32.3076923077vw;
          font-size: 1.6923076923vw;
          font-weight: 700;
          text-align: center; }
          .job .contents--inner--box .ttlarea h4 span {
            display: block;
            width: 8.0769230769vw;
            margin: 0 auto;
            padding-bottom: 1.1538461538vw; }
      .job .contents--inner--box .txtarea {
        padding: 3.8461538462vw 4.6153846154vw 0; }
        .job .contents--inner--box .txtarea h5 {
          font-size: 1.3846153846vw;
          font-weight: 700;
          color: #fff;
          padding: 0vw 0; }
          .job .contents--inner--box .txtarea h5 span {
            display: inline-block;
            font-family: "Source Sans 3", sans-serif;
            font-weight: 700;
            background: #e60012;
            font-size: 1.1538461538vw;
            padding: 1.1538461538vw 1.8461538462vw 0.7692307692vw;
            margin-right: 2.3076923077vw; }
          .job .contents--inner--box .txtarea h5.cl_1 {
            background: #6978eb; }
          .job .contents--inner--box .txtarea h5.cl_2 {
            background: #0051ac; }
          .job .contents--inner--box .txtarea h5.cl_3 {
            background: #00b1d1; }
        .job .contents--inner--box .txtarea h6 {
          font-size: 1.6923076923vw;
          font-weight: 700;
          padding: 1.8461538462vw 0; }
          .job .contents--inner--box .txtarea h6.cl_1 {
            color: #6978eb; }
          .job .contents--inner--box .txtarea h6.cl_2 {
            color: #0051ac; }
          .job .contents--inner--box .txtarea h6.cl_3 {
            color: #00b1d1; }
      .job .contents--inner--box .pointarea {
        width: 69.2307692308vw;
        margin: 4.6153846154vw auto 0; }
        .job .contents--inner--box .pointarea .leadtxt {
          width: 14.9230769231vw;
          text-align: center;
          font-size: 1.3076923077vw;
          font-weight: 700;
          padding: 0.9230769231vw 0;
          position: relative;
          top: -1.8461538462vw;
          background: #fff;
          left: -0.0769230769vw;
          margin-bottom: -1.8461538462vw; }
        .job .contents--inner--box .pointarea ul {
          padding: 1.1538461538vw 3.0769230769vw 2.6923076923vw; }
          .job .contents--inner--box .pointarea ul li {
            font-size: 1.2307692308vw;
            font-weight: 700;
            padding-left: 1.6153846154vw;
            position: relative;
            margin-top: 0.3846153846vw; }
            .job .contents--inner--box .pointarea ul li:before {
              position: absolute;
              content: "●";
              left: 0; }
        .job .contents--inner--box .pointarea div {
          padding: 0vw 3.0769230769vw 1.3076923077vw;
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap;
          position: relative; }
          .job .contents--inner--box .pointarea div:after {
            position: absolute;
            content: "";
            left: 50%;
            border-left: 0.0769230769vw solid #000;
            height: 85%;
            top: 5%; }
          .job .contents--inner--box .pointarea div dl {
            width: 29.2307692308vw;
            padding: 1.3846153846vw 0; }
            .job .contents--inner--box .pointarea div dl.nob {
              border-bottom: none !important; }
            .job .contents--inner--box .pointarea div dl dt {
              font-size: 1.2307692308vw;
              font-weight: 700;
              padding-left: 1.6153846154vw;
              position: relative; }
              .job .contents--inner--box .pointarea div dl dt:before {
                position: absolute;
                content: "●";
                left: 0; }
            .job .contents--inner--box .pointarea div dl dd {
              margin-top: 0.7692307692vw;
              font-weight: 500; }
        .job .contents--inner--box .pointarea.cl_1 {
          border: 0.0769230769vw solid #6978eb; }
          .job .contents--inner--box .pointarea.cl_1 .leadtxt {
            border: 0.0769230769vw solid #6978eb;
            color: #6978eb; }
          .job .contents--inner--box .pointarea.cl_1 ul {
            color: #6978eb; }
          .job .contents--inner--box .pointarea.cl_1 div:after {
            border-left: 0.0769230769vw solid #6978eb; }
          .job .contents--inner--box .pointarea.cl_1 div dl {
            border-bottom: 0.0769230769vw dashed #6978eb; }
            .job .contents--inner--box .pointarea.cl_1 div dl dt {
              color: #6978eb; }
        .job .contents--inner--box .pointarea.cl_2 {
          border: 0.0769230769vw solid #0051ac; }
          .job .contents--inner--box .pointarea.cl_2 .leadtxt {
            border: 0.0769230769vw solid #0051ac;
            color: #0051ac; }
          .job .contents--inner--box .pointarea.cl_2 ul {
            color: #0051ac; }
          .job .contents--inner--box .pointarea.cl_2 div:after {
            border-left: 0.0769230769vw solid #0051ac; }
          .job .contents--inner--box .pointarea.cl_2 div dl {
            border-bottom: 0.0769230769vw dashed #0051ac; }
            .job .contents--inner--box .pointarea.cl_2 div dl dt {
              color: #0051ac; }
        .job .contents--inner--box .pointarea.cl_3 {
          border: 0.0769230769vw solid #00b1d1; }
          .job .contents--inner--box .pointarea.cl_3 .leadtxt {
            border: 0.0769230769vw solid #00b1d1;
            color: #00b1d1; }
          .job .contents--inner--box .pointarea.cl_3 ul {
            color: #00b1d1; }
          .job .contents--inner--box .pointarea.cl_3 div:after {
            border-left: 0.0769230769vw solid #00b1d1; }
          .job .contents--inner--box .pointarea.cl_3 div dl {
            border-bottom: 0.0769230769vw dashed #00b1d1; }
            .job .contents--inner--box .pointarea.cl_3 div dl dt {
              color: #00b1d1; }
      .job .contents--inner--box .flexarea {
        padding: 3.0769230769vw 4.6153846154vw 0;
        display: flex;
        justify-content: space-between; }
        .job .contents--inner--box .flexarea figure {
          width: 20.7692307692vw; }
        .job .contents--inner--box .flexarea div {
          width: 45.3846153846vw; }
          .job .contents--inner--box .flexarea div h5 {
            width: 28.9230769231vw;
            font-size: 1.2307692308vw;
            font-weight: 700;
            text-align: center;
            padding: 0.7692307692vw 0;
            color: #fff;
            border-radius: 3.0769230769vw;
            position: relative; }
            .job .contents--inner--box .flexarea div h5:after {
              position: absolute;
              content: "";
              width: 0;
              height: 0;
              border-style: solid;
              border-right: 0.4615384615vw solid transparent;
              border-left: 0.4615384615vw solid transparent;
              border-top: 1.0769230769vw solid #000;
              border-bottom: 0;
              left: 0.7692307692vw;
              bottom: -0.6153846154vw;
              border-radius: 0; }
            .job .contents--inner--box .flexarea div h5.cl_1 {
              background: #6978eb; }
              .job .contents--inner--box .flexarea div h5.cl_1:after {
                border-top: 1.0769230769vw solid #6978eb; }
            .job .contents--inner--box .flexarea div h5.cl_2 {
              background: #0051ac; }
              .job .contents--inner--box .flexarea div h5.cl_2:after {
                border-top: 1.0769230769vw solid #0051ac; }
            .job .contents--inner--box .flexarea div h5.cl_3 {
              background: #00b1d1; }
              .job .contents--inner--box .flexarea div h5.cl_3:after {
                border-top: 1.0769230769vw solid #00b1d1; }
          .job .contents--inner--box .flexarea div h6 {
            font-size: 1.6923076923vw;
            line-height: 1.8;
            font-weight: 700;
            padding: 1.6923076923vw 0 1.3846153846vw; }

.special {
  position: relative; }
  .special article {
    margin-top: 0vw; }
  .special .kv {
    position: relative;
    height: 48.8461538462vw; }
    .special .kv--inner {
      position: absolute;
      width: 53.8461538462vw;
      left: 50%;
      margin-left: -26.9230769231vw;
      top: 9.6153846154vw;
      border-bottom-left-radius: 1.1538461538vw;
      border-bottom-right-radius: 1.1538461538vw;
      overflow: hidden; }
      .special .kv--inner div {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        z-index: 2; }
        .special .kv--inner div h2 {
          text-align: center;
          font-size: 1.3846153846vw;
          font-weight: 700;
          padding-top: 6.9230769231vw; }
          .special .kv--inner div h2 span {
            display: block;
            font-family: "Source Sans 3", sans-serif;
            font-weight: 100;
            font-size: 6.3846153846vw;
            line-height: 1;
            padding-bottom: 0.3846153846vw; }
        .special .kv--inner div h3 {
          text-align: center;
          font-weight: 500;
          font-size: 1.0769230769vw;
          line-height: 1.8;
          padding-top: 2.3076923077vw; }
  .special .contents {
    background: #f2f2f2; }
    .special .contents--inner {
      width: 78.7692307692vw;
      margin: 0 auto;
      padding: 9.2307692308vw 0; }
      .special .contents--inner h4 {
        font-size: 1.6923076923vw;
        font-weight: 700;
        background: #fff;
        padding: 1.6923076923vw 3.0769230769vw;
        position: relative;
        margin-top: 6.9230769231vw; }
        .special .contents--inner h4:before {
          position: absolute;
          content: "";
          width: 1.5384615385vw;
          height: 1.5384615385vw;
          top: 0;
          left: 0;
          background: #e60012;
          z-index: 2; }
      .special .contents--inner--box {
        width: 72.3076923077vw;
        margin: 0 auto; }
        .special .contents--inner--box dl {
          width: 33.0769230769vw;
          margin: 0 auto;
          text-align: center; }
          .special .contents--inner--box dl dt {
            position: relative;
            font-size: 1.6923076923vw;
            font-weight: 700;
            padding-bottom: 1.2307692308vw;
            margin-bottom: 1.2307692308vw; }
            .special .contents--inner--box dl dt:before, .special .contents--inner--box dl dt:after {
              position: absolute;
              content: "";
              bottom: 0;
              left: 0; }
            .special .contents--inner--box dl dt:before {
              width: 33.0769230769vw;
              height: 0.0769230769vw;
              background: #231815; }
            .special .contents--inner--box dl dt:after {
              width: 8.4615384615vw;
              height: 0.0769230769vw;
              background: #e60012;
              z-index: 2; }
          .special .contents--inner--box dl dd {
            font-size: 1.0769230769vw; }
        .special .contents--inner--box .moviebtn iframe {
          margin-bottom: 2.3076923077vw;
          width: 100%;
          height: auto;
          aspect-ratio: 16 / 9;
          object-fit: cover; }
        .special .contents--inner--box .flexarea {
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap;
          gap: 0 6.1538461538vw; }
          .special .contents--inner--box .flexarea div {
            width: 33.0769230769vw;
            margin-top: 4.6153846154vw; }
            .special .contents--inner--box .flexarea div iframe {
              margin-bottom: 1.5384615385vw;
              width: 100%;
              height: auto;
              aspect-ratio: 16 / 9;
              object-fit: cover; }
            .special .contents--inner--box .flexarea div dl {
              margin-top: 0vw; }
    .special .contents .blogbanner {
      background: #fff;
      padding: 9.2307692308vw; }
      .special .contents .blogbanner a {
        width: 72.3076923077vw;
        margin: 0 auto;
        display: flex;
        align-items: center;
        background: #f2f2f2;
        border-bottom: 0.0769230769vw solid #e60012; }
        .special .contents .blogbanner a figure {
          width: 37.6923076923vw;
          position: relative; }
          .special .contents .blogbanner a figure:before {
            position: absolute;
            content: "";
            width: 1.5384615385vw;
            height: 1.5384615385vw;
            top: 0;
            left: 0;
            background: #e60012;
            z-index: 2; }
        .special .contents .blogbanner a p {
          width: 34.6153846154vw;
          text-align: center;
          font-size: 1.6923076923vw;
          font-weight: 700;
          position: relative; }
          .special .contents .blogbanner a p:after {
            position: absolute;
            content: "";
            background: url("../images/common/arrow_r.svg") no-repeat center center/cover;
            width: 1.2307692308vw;
            height: 0.4230769231vw;
            right: 9.2307692308vw;
            top: 50%;
            margin-top: -0.2115384615vw; }

@media screen and (max-width: 767px) {
  .job {
    position: relative; }
    .job.backcl_1 {
      background: #f2f2f2; }
    .job:before {
      position: absolute;
      content: "";
      width: 100%;
      height: 59.7333333333vw;
      top: -9.8666666667vw;
      left: 0;
      background: #f2f2f2;
      z-index: -1; }
    .job .kv--cont {
      padding-bottom: 8.4615384615vw; }
    .job .contents .captionunder {
      text-align: center;
      font-size: 3.2vw;
      margin-bottom: -9.3333333333vw;
      padding-top: 16vw; }
    .job .contents .tab {
      display: flex;
      justify-content: center;
      gap: 0 1.8666666667vw;
      margin: 0 2.6666666667vw; }
      .job .contents .tab li {
        width: 40vw;
        text-align: center;
        font-size: 3.2vw;
        font-weight: 700;
        border-top-left-radius: 2.6666666667vw;
        border-top-right-radius: 2.6666666667vw;
        padding: 3.2vw 0;
        color: #fff;
        position: relative;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center; }
        .job .contents .tab li:after {
          position: absolute;
          content: "";
          width: 0;
          height: 0;
          border-style: solid;
          border-right: 0.8vw solid transparent;
          border-left: 0.8vw solid transparent;
          border-top: 1.3333333333vw solid #fff;
          border-bottom: 0;
          right: 2.6666666667vw;
          top: 50%;
          margin-top: -0.5333333333vw; }
        .job .contents .tab li:first-child {
          background: #b2cbe6; }
          .job .contents .tab li:first-child.active {
            background: #0051ac; }
        .job .contents .tab li:nth-child(2) {
          background: #d2d6f9; }
          .job .contents .tab li:nth-child(2).active {
            background: #6978eb; }
        .job .contents .tab li:last-child {
          background: #b2e8f1; }
          .job .contents .tab li:last-child.active {
            background: #00b1d1; }
    .job .contents--inner {
      background: #f2f2f2;
      padding: 12vw 0;
      display: none; }
      .job .contents--inner.show {
        display: block; }
      .job .contents--inner--box {
        width: 93.3333333333vw;
        margin: 0 auto;
        background: #fff;
        position: relative;
        padding-bottom: 8vw; }
        .job .contents--inner--box:before, .job .contents--inner--box:after {
          position: absolute;
          content: "";
          width: 13.3333333333vw;
          height: 13.3333333333vw; }
        .job .contents--inner--box:before {
          top: 0;
          left: 0;
          border-top: 2.6666666667vw solid #e60012;
          border-left: 2.6666666667vw solid #e60012; }
        .job .contents--inner--box:after {
          bottom: 0;
          right: 0;
          border-bottom: 2.6666666667vw solid #e60012;
          border-right: 2.6666666667vw solid #e60012; }
        .job .contents--inner--box .ttlarea {
          display: flex;
          justify-content: space-between;
          align-items: center;
          flex-wrap: wrap;
          flex-direction: column-reverse;
          padding: 2.6666666667vw 2.6666666667vw 0; }
          .job .contents--inner--box .ttlarea figure {
            width: 100%;
            margin-top: 0vw; }
          .job .contents--inner--box .ttlarea h4 {
            width: 100%;
            font-size: 4.2666666667vw;
            font-weight: 700;
            text-align: center;
            display: flex;
            align-items: center;
            position: relative;
            top: -5.3333333333vw;
            margin-bottom: -10.6666666667vw; }
            .job .contents--inner--box .ttlarea h4 span {
              display: block;
              width: 28vw;
              margin: 0 4vw 0 0;
              padding-bottom: 0vw;
              position: relative;
              top: -4vw; }
        .job .contents--inner--box .txtarea {
          padding: 6.6666666667vw 5.3333333333vw 0; }
          .job .contents--inner--box .txtarea h5 {
            font-size: 3.4666666667vw;
            font-weight: 700;
            color: #fff;
            padding: 0 0 2.6666666667vw 0;
            text-align: center; }
            .job .contents--inner--box .txtarea h5 span {
              display: block;
              font-family: "Source Sans 3", sans-serif;
              font-weight: 700;
              background: #e60012;
              font-size: 4vw;
              padding: 1.8666666667vw 1.8461538462vw 1.3333333333vw;
              margin-right: 0vw;
              margin-bottom: 1.8666666667vw; }
          .job .contents--inner--box .txtarea h6 {
            font-size: 4vw;
            font-weight: 700;
            padding: 3.2vw 0;
            text-align: center;
            line-height: 1.6; }
        .job .contents--inner--box .pointarea {
          width: 82.6666666667vw;
          margin: 8vw auto 0; }
          .job .contents--inner--box .pointarea .leadtxt {
            width: 51.7333333333vw;
            margin: 0 auto;
            text-align: center;
            font-size: 3.4666666667vw;
            font-weight: 700;
            padding: 1.6vw 0;
            position: relative;
            top: -4vw;
            background: #fff;
            left: -0.2666666667vw;
            margin-bottom: -3.2vw; }
          .job .contents--inner--box .pointarea ul {
            padding: 2vw 5.3333333333vw 4.6666666667vw; }
            .job .contents--inner--box .pointarea ul li {
              font-size: 3.4666666667vw;
              font-weight: 700;
              padding-left: 4.8vw;
              position: relative;
              margin-top: 1.3333333333vw; }
              .job .contents--inner--box .pointarea ul li:before {
                position: absolute;
                content: "●";
                left: 0; }
          .job .contents--inner--box .pointarea div {
            padding: 0vw 5.3333333333vw 2.2666666667vw;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            position: relative; }
            .job .contents--inner--box .pointarea div:after {
              position: absolute;
              content: none;
              left: 50%;
              border-left: 0.2666666667vw solid #000;
              height: 85%;
              top: 5%; }
            .job .contents--inner--box .pointarea div dl {
              width: 82.6666666667vw;
              padding: 2.4vw 0; }
              .job .contents--inner--box .pointarea div dl.nob {
                border-bottom: none !important; }
              .job .contents--inner--box .pointarea div dl dt {
                font-size: 3.4666666667vw;
                font-weight: 700;
                padding-left: 4.8vw;
                position: relative; }
                .job .contents--inner--box .pointarea div dl dt:before {
                  position: absolute;
                  content: "●";
                  left: 0; }
              .job .contents--inner--box .pointarea div dl dd {
                margin-top: 0.5333333333vw;
                font-weight: 500;
                font-size: 3.2vw; }
          .job .contents--inner--box .pointarea.cl_1 {
            border: 0.2666666667vw solid #6978eb; }
            .job .contents--inner--box .pointarea.cl_1 .leadtxt {
              border: 0.2666666667vw solid #6978eb;
              color: #6978eb; }
            .job .contents--inner--box .pointarea.cl_1 ul {
              color: #6978eb; }
            .job .contents--inner--box .pointarea.cl_1 div:after {
              border-left: 0.2666666667vw solid #6978eb; }
            .job .contents--inner--box .pointarea.cl_1 div dl {
              border-bottom: 0.2666666667vw dashed #6978eb; }
              .job .contents--inner--box .pointarea.cl_1 div dl dt {
                color: #6978eb; }
          .job .contents--inner--box .pointarea.cl_2 {
            border: 0.2666666667vw solid #0051ac; }
            .job .contents--inner--box .pointarea.cl_2 .leadtxt {
              border: 0.2666666667vw solid #0051ac;
              color: #0051ac; }
            .job .contents--inner--box .pointarea.cl_2 ul {
              color: #0051ac; }
            .job .contents--inner--box .pointarea.cl_2 div:after {
              border-left: 0.2666666667vw solid #0051ac; }
            .job .contents--inner--box .pointarea.cl_2 div dl {
              border-bottom: 0.2666666667vw dashed #0051ac; }
              .job .contents--inner--box .pointarea.cl_2 div dl dt {
                color: #0051ac; }
          .job .contents--inner--box .pointarea.cl_3 {
            border: 0.2666666667vw solid #00b1d1; }
            .job .contents--inner--box .pointarea.cl_3 .leadtxt {
              border: 0.2666666667vw solid #00b1d1;
              color: #00b1d1; }
            .job .contents--inner--box .pointarea.cl_3 ul {
              color: #00b1d1; }
            .job .contents--inner--box .pointarea.cl_3 div:after {
              border-left: 0.2666666667vw solid #00b1d1; }
            .job .contents--inner--box .pointarea.cl_3 div dl {
              border-bottom: 0.2666666667vw dashed #00b1d1; }
              .job .contents--inner--box .pointarea.cl_3 div dl dt {
                color: #00b1d1; }
        .job .contents--inner--box .flexarea {
          padding: 5.3333333333vw 5.3333333333vw 0;
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap; }
          .job .contents--inner--box .flexarea figure {
            width: 58.6666666667vw;
            margin: 4vw auto 0; }
          .job .contents--inner--box .flexarea div {
            width: 100%; }
            .job .contents--inner--box .flexarea div h5 {
              width: 100%;
              font-size: 3.4666666667vw;
              font-weight: 700;
              text-align: center;
              padding: 1.3333333333vw 0;
              color: #fff;
              border-radius: 10.6666666667vw;
              position: relative; }
              .job .contents--inner--box .flexarea div h5:after {
                position: absolute;
                content: "";
                width: 0;
                height: 0;
                border-style: solid;
                border-right: 1.6vw solid transparent;
                border-left: 1.6vw solid transparent;
                border-top: 3.7333333333vw solid #000;
                border-bottom: 0;
                left: 50%;
                margin-left: -1.6vw;
                bottom: -2.1333333333vw;
                border-radius: 0; }
              .job .contents--inner--box .flexarea div h5.cl_1 {
                background: #6978eb; }
                .job .contents--inner--box .flexarea div h5.cl_1:after {
                  border-top: 3.7333333333vw solid #6978eb; }
              .job .contents--inner--box .flexarea div h5.cl_2 {
                background: #0051ac; }
                .job .contents--inner--box .flexarea div h5.cl_2:after {
                  border-top: 3.7333333333vw solid #0051ac; }
              .job .contents--inner--box .flexarea div h5.cl_3 {
                background: #00b1d1; }
                .job .contents--inner--box .flexarea div h5.cl_3:after {
                  border-top: 3.7333333333vw solid #00b1d1; }
            .job .contents--inner--box .flexarea div h6 {
              font-size: 4vw;
              line-height: 1.8;
              font-weight: 700;
              padding: 2.9333333333vw 0 2.4vw;
              text-align: center; }

  .special {
    position: relative; }
    .special article {
      margin-top: 0vw; }
    .special .kv {
      position: relative;
      height: auto; }
      .special .kv .kvimg img {
        width: 150%;
        margin-left: -25%; }
      .special .kv--inner {
        position: absolute;
        width: 85.3333333333vw;
        left: 50%;
        margin-left: -42.6666666667vw;
        top: 16.6666666667vw;
        border-bottom-left-radius: 1.1538461538vw;
        border-bottom-right-radius: 1.1538461538vw;
        overflow: hidden; }
        .special .kv--inner div {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          z-index: 2; }
          .special .kv--inner div h2 {
            text-align: center;
            font-size: 3.4666666667vw;
            font-weight: 700;
            padding-top: 2.6666666667vw; }
            .special .kv--inner div h2 span {
              display: block;
              font-family: "Source Sans 3", sans-serif;
              font-weight: 100;
              font-size: 10.6666666667vw;
              line-height: 1;
              padding-bottom: 0vw; }
          .special .kv--inner div h3 {
            text-align: center;
            font-weight: 500;
            font-size: 2.6666666667vw;
            line-height: 1.8;
            padding-top: 4vw; }
    .special .contents {
      background: #f2f2f2; }
      .special .contents--inner {
        width: 93.3333333333vw;
        margin: 0 auto;
        padding: 16vw 0; }
        .special .contents--inner h4 {
          font-size: 4.2666666667vw;
          font-weight: 700;
          background: #fff;
          padding: 2.9333333333vw 5.3333333333vw;
          position: relative;
          margin-top: 12vw; }
          .special .contents--inner h4:before {
            position: absolute;
            content: "";
            width: 2.6666666667vw;
            height: 2.6666666667vw;
            top: 0;
            left: 0;
            background: #e60012;
            z-index: 2; }
        .special .contents--inner--box {
          width: 93.3333333333vw;
          margin: 0 auto; }
          .special .contents--inner--box dl {
            width: 57.3333333333vw;
            margin: 0 auto;
            text-align: center; }
            .special .contents--inner--box dl dt {
              position: relative;
              font-size: 4.2666666667vw;
              font-weight: 700;
              padding-bottom: 2.1333333333vw;
              margin-bottom: 2.1333333333vw; }
              .special .contents--inner--box dl dt:before, .special .contents--inner--box dl dt:after {
                position: absolute;
                content: "";
                bottom: 0;
                left: 0; }
              .special .contents--inner--box dl dt:before {
                width: 57.3333333333vw;
                height: 0.2666666667vw;
                background: #231815; }
              .special .contents--inner--box dl dt:after {
                width: 14.6666666667vw;
                height: 0.2666666667vw;
                background: #e60012;
                z-index: 2; }
            .special .contents--inner--box dl dd {
              font-size: 3.2vw; }
          .special .contents--inner--box .moviebtn .btns {
            margin-bottom: 4vw; }
          .special .contents--inner--box .flexarea {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 8vw; }
            .special .contents--inner--box .flexarea div {
              width: 93.3333333333vw;
              margin-top: 8vw; }
              .special .contents--inner--box .flexarea div dl {
                margin-top: 0vw; }
      .special .contents .blogbanner {
        background: #fff;
        padding: 16vw 0; }
        .special .contents .blogbanner a {
          width: 93.3333333333vw;
          margin: 0 auto;
          display: flex;
          align-items: center;
          background: #f2f2f2;
          border-bottom: 0.2666666667vw solid #e60012; }
          .special .contents .blogbanner a figure {
            width: 50.6666666667vw;
            position: relative; }
            .special .contents .blogbanner a figure:before {
              position: absolute;
              content: "";
              width: 2.6666666667vw;
              height: 2.6666666667vw;
              top: 0;
              left: 0;
              background: #e60012;
              z-index: 2; }
          .special .contents .blogbanner a p {
            width: 42.6666666667vw;
            text-align: center;
            font-size: 3.7333333333vw;
            font-weight: 700;
            position: relative; }
            .special .contents .blogbanner a p:after {
              position: absolute;
              content: "";
              background: url("../images/common/arrow_r.svg") no-repeat center center/cover;
              width: 4.2666666667vw;
              height: 1.4666666667vw;
              right: 2.6666666667vw;
              top: 50%;
              margin-top: -0.7333333333vw; } }
.recruit {
  position: relative; }
  .recruit:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 32.3076923077vw;
    top: -5.6923076923vw;
    left: 0;
    background: #f2f2f2;
    z-index: -1; }
  .recruit .kv--cont {
    padding-bottom: 8.4615384615vw; }
    .recruit .kv--cont h3 {
      margin: 2.3076923077vw 0 0; }
  .recruit .contents.back {
    background: #f2f2f2;
    margin-top: -4.6153846154vw;
    padding-bottom: 0; }
  .recruit .contents--welfare {
    width: 78.7692307692vw;
    margin: 6.1538461538vw auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2.3076923077vw; }
    .recruit .contents--welfare--box {
      width: 24.6153846154vw;
      border: 0.0769230769vw solid #b3b3b3; }
      .recruit .contents--welfare--box h4 {
        font-weight: 700;
        font-size: 1.5384615385vw;
        padding: 1.5384615385vw 0;
        text-align: center;
        position: relative; }
        .recruit .contents--welfare--box h4:before {
          position: absolute;
          content: "";
          width: 10.7692307692vw;
          height: 0.1538461538vw;
          bottom: 0;
          left: 50%;
          background: #e60012;
          margin-left: -5.3846153846vw;
          z-index: 2; }
      .recruit .contents--welfare--box--txt figure {
        width: 100%; }
      .recruit .contents--welfare--box--txt .txt {
        padding: 1.8461538462vw; }
        .recruit .contents--welfare--box--txt .txt span {
          display: block;
          font-size: 0.9230769231vw; }
  .recruit .contents--education--box {
    width: 78.7692307692vw;
    margin: 0 auto;
    margin-top: 6.5384615385vw; }
    .recruit .contents--education--box:first-child {
      margin-top: 1.5384615385vw; }
    .recruit .contents--education--box h4 {
      font-size: 1.6923076923vw;
      font-weight: 700;
      background: #f2f2f2;
      padding: 1.6923076923vw 3.0769230769vw;
      position: relative; }
      .recruit .contents--education--box h4:before {
        position: absolute;
        content: "";
        width: 1.5384615385vw;
        height: 1.5384615385vw;
        top: 0;
        left: 0;
        background: #e60012;
        z-index: 2; }
    .recruit .contents--education--box .imgs {
      width: 72.3076923077vw;
      margin: 3.0769230769vw auto 0; }
    .recruit .contents--education--box .caption {
      width: 72.3076923077vw;
      margin: 1.5384615385vw auto 0; }
    .recruit .contents--education--box--point {
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap;
      width: 72.3076923077vw;
      margin: 0 auto;
      gap: 0 4.6153846154vw; }
      .recruit .contents--education--box--point dl {
        width: 33.8461538462vw;
        margin-top: 3.0769230769vw; }
        .recruit .contents--education--box--point dl dt {
          font-size: 1.5384615385vw;
          font-weight: 700;
          padding-bottom: 1.8461538462vw;
          margin-bottom: 1.8461538462vw;
          border-bottom: 0.1538461538vw solid #e60012; }
        .recruit .contents--education--box--point dl dd {
          font-size: 1.0769230769vw;
          line-height: 1.8;
          text-align: justify; }
    .recruit .contents--education--box--txt {
      width: 72.3076923077vw;
      margin: 3.0769230769vw auto 0;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .recruit .contents--education--box--txt div {
        width: 34.6153846154vw; }
        .recruit .contents--education--box--txt div .txt {
          font-size: 1.0769230769vw;
          line-height: 1.8;
          text-align: justify; }
        .recruit .contents--education--box--txt div .underbtn {
          margin-top: 2.3076923077vw; }
      .recruit .contents--education--box--txt .imgs {
        width: 34.6153846154vw;
        margin: 0; }
  .recruit .contents--guideline {
    width: 78.7692307692vw;
    margin: 0 auto;
    padding: 0vw 0 0vw;
    gap: 3.0769230769vw; }
    .recruit .contents--guideline h4 {
      font-size: 1.6923076923vw;
      font-weight: 700;
      background: #fff;
      padding: 1.6923076923vw 3.0769230769vw;
      position: relative;
      margin-top: 0.7692307692vw 0; }
      .recruit .contents--guideline h4:before {
        position: absolute;
        content: "";
        width: 1.5384615385vw;
        height: 1.5384615385vw;
        top: 0;
        left: 0;
        background: #e60012;
        z-index: 2; }
    .recruit .contents--guideline--box {
      width: 72.3076923077vw;
      margin: 0 auto; }
      .recruit .contents--guideline--box dl {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        padding: 2.7692307692vw 0;
        border-bottom: 0.0769230769vw solid #231815; }
        .recruit .contents--guideline--box dl:last-child {
          border-bottom: none; }
        .recruit .contents--guideline--box dl dt {
          width: 8.4615384615vw;
          font-weight: 700;
          font-size: 1.0769230769vw; }
        .recruit .contents--guideline--box dl dd {
          width: 63.8461538462vw;
          font-size: 1.0769230769vw;
          font-weight: 500; }
          .recruit .contents--guideline--box dl dd span {
            color: #e60012; }
  .recruit .contents--btnbox {
    background: #fff;
    padding: 10vw 0; }
    .recruit .contents--btnbox .entrybtn {
      width: 78.7692307692vw;
      margin: 0 auto;
      font-family: "Source Sans 3", sans-serif;
      text-align: center; }
      .recruit .contents--btnbox .entrybtn a {
        display: block;
        font-size: 2.5384615385vw;
        font-weight: 600;
        color: #fff;
        padding: 1.8461538462vw 0;
        position: relative;
        background: linear-gradient(to right, #e60012, #ea544b); }
        .recruit .contents--btnbox .entrybtn a:after {
          position: absolute;
          content: "";
          background: url("../images/common/arrow_w.svg") no-repeat center center/cover;
          width: 1.2307692308vw;
          height: 0.4230769231vw;
          right: 1.5384615385vw;
          top: 50%;
          margin-top: -0.2115384615vw; }
    .recruit .contents--btnbox .anchor {
      width: 78.7692307692vw;
      margin: 3.0769230769vw auto 0;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 3.6923076923vw; }
      .recruit .contents--btnbox .anchor li {
        width: 37.5384615385vw;
        background: #f2f2f2;
        border-bottom: 0.1538461538vw solid #e60012;
        font-size: 1.3076923077vw;
        font-weight: 700;
        line-height: 1.6; }
        .recruit .contents--btnbox .anchor li a {
          height: 7.6923076923vw;
          display: flex;
          align-items: center;
          padding: 0 2.3076923077vw;
          position: relative; }
          .recruit .contents--btnbox .anchor li a:after {
            position: absolute;
            content: "";
            background: url("../images/common/arrow_r.svg") no-repeat center center/cover;
            width: 1.2307692308vw;
            height: 0.4230769231vw;
            right: 1.5384615385vw;
            top: 50%;
            margin-top: -0.2115384615vw; }

@media screen and (max-width: 767px) {
  .recruit {
    position: relative; }
    .recruit:before {
      position: absolute;
      content: none;
      width: 100%;
      height: 56vw;
      top: -9.8666666667vw;
      left: 0;
      background: #f2f2f2;
      z-index: -1; }
    .recruit .kv {
      background: #f2f2f2;
      margin-bottom: 13.3333333333vw; }
      .recruit .kv--cont {
        padding-bottom: 10.6666666667vw; }
        .recruit .kv--cont h3 {
          margin: 4vw 0 0; }
    .recruit .contents.back {
      background: #f2f2f2;
      margin-top: -8vw;
      padding-bottom: 0;
      padding: 8vw 0; }
    .recruit .contents--welfare {
      width: 85.3333333333vw;
      margin: 10.6666666667vw auto 0;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 8vw; }
      .recruit .contents--welfare--box {
        width: 85.3333333333vw;
        border: 0.2666666667vw solid #b3b3b3; }
        .recruit .contents--welfare--box h4 {
          font-weight: 700;
          font-size: 4.2666666667vw;
          padding: 2.6666666667vw 0;
          text-align: center;
          position: relative; }
          .recruit .contents--welfare--box h4:before {
            position: absolute;
            content: "";
            width: 37.3333333333vw;
            height: 0.5333333333vw;
            bottom: 0;
            left: 50%;
            background: #e60012;
            margin-left: -18.6666666667vw;
            z-index: 2; }
        .recruit .contents--welfare--box--txt figure {
          width: 100%; }
        .recruit .contents--welfare--box--txt .txt {
          padding: 3.2vw; }
          .recruit .contents--welfare--box--txt .txt span {
            display: block;
            font-size: 2.9333333333vw; }
    .recruit .contents--education--box {
      width: 93.3333333333vw;
      margin: 0 auto;
      margin-top: 11.3333333333vw; }
      .recruit .contents--education--box:first-child {
        margin-top: 2.6666666667vw; }
      .recruit .contents--education--box h4 {
        font-size: 3.7333333333vw;
        font-weight: 700;
        background: #f2f2f2;
        padding: 2.9333333333vw 5.3333333333vw;
        position: relative; }
        .recruit .contents--education--box h4:before {
          position: absolute;
          content: "";
          width: 2.6666666667vw;
          height: 2.6666666667vw;
          top: 0;
          left: 0;
          background: #e60012;
          z-index: 2; }
      .recruit .contents--education--box .imgs {
        width: 85.3333333333vw;
        margin: 5.3333333333vw auto 0; }
      .recruit .contents--education--box .caption {
        width: 85.3333333333vw;
        margin: 2.6666666667vw auto 0;
        font-size: 3.2vw; }
      .recruit .contents--education--box--point {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        width: 85.3333333333vw;
        margin: 0 auto;
        gap: 0 4.6153846154vw; }
        .recruit .contents--education--box--point dl {
          width: 100%;
          margin-top: 5.3333333333vw; }
          .recruit .contents--education--box--point dl dt {
            font-size: 3.7333333333vw;
            font-weight: 700;
            padding-bottom: 3.2vw;
            margin-bottom: 3.2vw;
            border-bottom: 0.2666666667vw solid #e60012; }
          .recruit .contents--education--box--point dl dd {
            font-size: 3.2vw;
            line-height: 1.8;
            text-align: justify; }
      .recruit .contents--education--box--txt {
        width: 85.3333333333vw;
        margin: 10.6666666667vw auto 0;
        display: flex;
        justify-content: space-between;
        flex-direction: column-reverse;
        flex-wrap: wrap; }
        .recruit .contents--education--box--txt div {
          width: 100%; }
          .recruit .contents--education--box--txt div .txt {
            font-size: 3.2vw;
            line-height: 1.8;
            text-align: justify; }
          .recruit .contents--education--box--txt div .underbtn {
            margin-top: 4vw; }
        .recruit .contents--education--box--txt .imgs {
          width: 100%;
          margin: 0;
          margin-bottom: 2.6666666667vw; }
    .recruit .contents--guideline {
      width: 85.3333333333vw;
      margin: 0 auto;
      padding: 0vw 0 8vw;
      gap: 3.0769230769vw; }
      .recruit .contents--guideline h4 {
        font-size: 3.7333333333vw;
        font-weight: 700;
        background: #fff;
        padding: 2.9333333333vw 5.3333333333vw;
        position: relative;
        margin-top: 2.6666666667vw 0; }
        .recruit .contents--guideline h4:before {
          position: absolute;
          content: "";
          width: 2.6666666667vw;
          height: 2.6666666667vw;
          top: 0;
          left: 0;
          background: #e60012;
          z-index: 2; }
      .recruit .contents--guideline--box {
        width: 85.3333333333vw;
        margin: 0 auto; }
        .recruit .contents--guideline--box dl {
          display: flex;
          justify-content: flex-start;
          flex-wrap: wrap;
          padding: 4.8vw 0;
          border-bottom: 0.2666666667vw solid #231815; }
          .recruit .contents--guideline--box dl:last-child {
            border-bottom: none; }
          .recruit .contents--guideline--box dl dt {
            width: 21.3333333333vw;
            font-weight: 700;
            font-size: 3.4666666667vw; }
          .recruit .contents--guideline--box dl dd {
            width: 64vw;
            font-size: 3.2vw;
            font-weight: 500; }
            .recruit .contents--guideline--box dl dd span {
              color: #e60012; }
    .recruit .contents--btnbox {
      background: #fff;
      padding: 17.3333333333vw 0; }
      .recruit .contents--btnbox .entrybtn {
        width: 85.3333333333vw;
        margin: 0 auto;
        font-family: "Source Sans 3", sans-serif;
        text-align: center; }
        .recruit .contents--btnbox .entrybtn a {
          display: block;
          font-size: 6.4vw;
          font-weight: 600;
          color: #fff;
          padding: 3.2vw 0;
          position: relative;
          background: linear-gradient(to right, #e60012, #ea544b); }
          .recruit .contents--btnbox .entrybtn a:after {
            position: absolute;
            content: "";
            background: url("../images/common/arrow_w.svg") no-repeat center center/cover;
            width: 4.2666666667vw;
            height: 1.4666666667vw;
            right: 5.3333333333vw;
            top: 50%;
            margin-top: -0.7333333333vw; }
      .recruit .contents--btnbox .anchor {
        width: 85.3333333333vw;
        margin: 10.6666666667vw auto 0;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 5.3333333333vw; }
        .recruit .contents--btnbox .anchor li {
          width: 100%;
          background: #f2f2f2;
          border-bottom: 0.2666666667vw solid #e60012;
          font-size: 3.2vw;
          font-weight: 700;
          line-height: 1.6;
          padding: 2.6666666667vw 0; }
          .recruit .contents--btnbox .anchor li a {
            height: 7.6923076923vw;
            display: flex;
            align-items: center;
            padding: 0 4vw;
            position: relative; }
            .recruit .contents--btnbox .anchor li a:after {
              position: absolute;
              content: "";
              background: url("../images/common/arrow_r.svg") no-repeat center center/cover;
              width: 4.2666666667vw;
              height: 1.4666666667vw;
              right: 2.6666666667vw;
              top: 50%;
              margin-top: -0.7333333333vw; } }
.top {
  position: relative; }
  .top article {
    margin-top: 0vw; }
  .top .kv {
    position: relative; }
    .top .kv--inner {
      height: 50.7692307692vw;
      overflow: hidden; }
      .top .kv--inner video {
        width: 100%;
        height: auto;
        max-width: 100%;
        display: block;
        object-fit: cover;
        /* 動画が要素のサイズにフィットするように調整 */ }
      .top .kv--inner .lead {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 50.7692307692vw;
        display: flex;
        justify-content: center;
        align-items: center; }
        .top .kv--inner .lead h2 {
          font-size: 4.0769230769vw;
          text-align: center;
          color: #fff;
          letter-spacing: 0.34em;
          font-weight: 400;
          position: relative;
          left: 1.5384615385vw;
          text-shadow: 0px 0px 10px rgba(10, 18, 114, 0.75); }
          .top .kv--inner .lead h2 span {
            display: block;
            font-family: "Source Sans 3", sans-serif;
            font-weight: 500;
            font-size: 1.1538461538vw;
            letter-spacing: 0.06em;
            text-shadow: none;
            padding-top: 2.6666666667vw;
            position: relative; }
            .top .kv--inner .lead h2 span:before, .top .kv--inner .lead h2 span:after {
              position: absolute;
              content: "";
              top: 0.7692307692vw;
              left: 0; }
            .top .kv--inner .lead h2 span:before {
              width: 78.7692307692vw;
              height: 0.0769230769vw;
              background: #231815; }
            .top .kv--inner .lead h2 span:after {
              width: 19.6923076923vw;
              height: 0.0769230769vw;
              background: #e60012;
              z-index: 2; }
  .top .contents .message_area {
    width: 100%;
    padding-top: 6.1538461538vw;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; }
    .top .contents .message_area:before, .top .contents .message_area:after {
      position: absolute;
      content: "";
      background: #e60012; }
    .top .contents .message_area:before {
      width: 2.6153846154vw;
      height: 2.6153846154vw;
      left: 0;
      top: 10.7692307692vw; }
    .top .contents .message_area:after {
      width: 1.3846153846vw;
      height: 1.3846153846vw;
      left: 2.6153846154vw;
      top: 9.2307692308vw; }
    .top .contents .message_area h3 {
      width: 51.5384615385vw;
      font-size: 1.0769230769vw;
      font-weight: 500;
      line-height: 2.2307692308vw;
      position: relative;
      padding-left: 3.0769230769vw; }
      .top .contents .message_area h3:before {
        position: absolute;
        content: "";
        background: url("../images/top/lead_message.svg") no-repeat center top/cover;
        width: 0.7692307692vw;
        height: 100%;
        left: 0;
        top: 0; }
    .top .contents .message_area figure {
      width: 40vw;
      margin-left: -9.2307692308vw; }
  .top .contents .inner h3 {
    font-size: 1.3076923077vw;
    font-weight: 700;
    line-height: 1; }
    .top .contents .inner h3 span {
      display: block;
      font-family: "Source Sans 3", sans-serif;
      font-weight: 300;
      font-size: 6.1538461538vw;
      letter-spacing: 0.08em;
      padding-top: 1.5384615385vw; }
  .top .contents .inner h4 {
    font-size: 1.0769230769vw;
    line-height: 2.2307692308vw; }
  .top .contents .btnarea {
    background: #fff; }
    .top .contents .btnarea a {
      display: block;
      padding: 2.3076923077vw 3.0769230769vw;
      font-size: 1.3076923077vw;
      font-weight: 700;
      position: relative; }
      .top .contents .btnarea a:after {
        position: absolute;
        content: "";
        background: url("../images/common/arrow_r.svg") no-repeat center center/cover;
        width: 1.8461538462vw;
        height: 0.6153846154vw;
        right: 1.5384615385vw;
        top: 50%;
        margin-top: -0.3076923077vw; }
  .top .contents .aboutus_area {
    position: relative;
    padding-top: 8.4615384615vw;
    padding-bottom: 10vw; }
    .top .contents .aboutus_area:after {
      position: absolute;
      content: "";
      background: #f2f2f2;
      bottom: 0;
      width: 100%;
      height: 39.6153846154vw;
      z-index: -1; }
    .top .contents .aboutus_area .imgs {
      width: 79.4615384615vw;
      position: relative; }
      .top .contents .aboutus_area .imgs:before {
        position: absolute;
        content: "";
        background: #e60012;
        width: 5.3846153846vw;
        height: 5.3846153846vw;
        bottom: -2.6923076923vw;
        left: 0; }
    .top .contents .aboutus_area .inner {
      position: absolute;
      left: 10.6153846154vw;
      top: 13.8461538462vw;
      color: #fff; }
      .top .contents .aboutus_area .inner h3 {
        margin-bottom: 1.1538461538vw; }
    .top .contents .aboutus_area .btnareatop {
      width: 47.6923076923vw;
      margin: -16.9230769231vw 10.6153846154vw 0vw auto;
      position: relative;
      z-index: 2; }
      .top .contents .aboutus_area .btnareatop .flex {
        position: relative; }
        .top .contents .aboutus_area .btnareatop .flex p {
          width: 23.0769230769vw;
          padding: 1.1538461538vw 0; }
          .top .contents .aboutus_area .btnareatop .flex p span {
            width: 12.5384615385vw;
            display: inline-block;
            padding: 0.7692307692vw 0.7692307692vw 0 0; }
        .top .contents .aboutus_area .btnareatop .flex figure {
          position: absolute;
          width: 15.3846153846vw;
          top: -3.0769230769vw;
          right: 10.7692307692vw; }
      .top .contents .aboutus_area .btnareatop .btnarea {
        border-left: 0.1538461538vw solid #e60012; }
        .top .contents .aboutus_area .btnareatop .btnarea:last-child {
          margin-top: 1.5384615385vw; }
  .top .contents .work_area {
    background: #f2f2f2;
    position: relative;
    padding-bottom: 10vw; }
    .top .contents .work_area .inner {
      position: absolute;
      top: 0;
      width: 100%;
      text-align: center;
      color: #fff;
      z-index: 2;
      padding-top: 7.6923076923vw; }
    .top .contents .work_area .btnareatop {
      width: 78.7692307692vw;
      margin: -13.8461538462vw auto 0;
      position: relative;
      z-index: 2; }
      .top .contents .work_area .btnareatop .btnarea {
        border-bottom: 0.1538461538vw solid #e60012;
        padding: 2.3076923077vw 3.0769230769vw;
        font-size: 1.3076923077vw;
        font-weight: 700;
        position: relative; }
        .top .contents .work_area .btnareatop .btnarea:after {
          position: absolute;
          content: "";
          background: url("../images/common/arrow_r.svg") no-repeat center center/cover;
          width: 1.8461538462vw;
          height: 0.6153846154vw;
          right: 1.5384615385vw;
          top: 50%;
          margin-top: -0.3076923077vw; }
  .top .contents .special_area {
    position: relative;
    margin-top: 10vw;
    padding-bottom: 10.7692307692vw; }
    .top .contents .special_area:after {
      position: absolute;
      content: "";
      background: #f2f2f2;
      bottom: 0;
      width: 100%;
      height: 39.6153846154vw;
      z-index: -1; }
    .top .contents .special_area .imgs {
      width: 79.4615384615vw;
      position: relative;
      margin: 0 0 0 auto; }
      .top .contents .special_area .imgs:before {
        position: absolute;
        content: "";
        background: #e60012;
        width: 3.4615384615vw;
        height: 3.4615384615vw;
        top: 0;
        left: 0; }
    .top .contents .special_area .inner {
      position: absolute;
      width: 59.2307692308vw;
      top: 5.3846153846vw;
      right: 13.8461538462vw;
      color: #fff;
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      .top .contents .special_area .inner h3 {
        margin-bottom: 1.1538461538vw; }
      .top .contents .special_area .inner h4 {
        padding-top: 1.5384615385vw;
        margin-left: 2.3076923077vw; }
    .top .contents .special_area .btnareatop {
      width: 78.7692307692vw;
      margin: -16.9230769231vw auto 0vw;
      position: relative;
      z-index: 2; }
      .top .contents .special_area .btnareatop .btnarea {
        border-bottom: 0.1538461538vw solid #e60012;
        padding: 2.3076923077vw 3.0769230769vw;
        font-size: 1.3076923077vw;
        font-weight: 700;
        position: relative; }
        .top .contents .special_area .btnareatop .btnarea:after {
          position: absolute;
          content: "";
          background: url("../images/common/arrow_r.svg") no-repeat center center/cover;
          width: 1.8461538462vw;
          height: 0.6153846154vw;
          right: 1.5384615385vw;
          top: 50%;
          margin-top: -0.3076923077vw; }
  .top .contents .recruit_area {
    position: relative; }
    .top .contents .recruit_area .imgs {
      position: absolute; }
    .top .contents .recruit_area .inner {
      width: 78.7692307692vw;
      margin: 0 auto;
      color: #fff;
      text-align: center;
      position: relative;
      z-index: 2;
      padding-top: 7.6923076923vw; }
    .top .contents .recruit_area .btnareatop {
      width: 78.7692307692vw;
      margin: 2.3076923077vw auto 0;
      position: relative;
      z-index: 2;
      display: flex;
      gap: 3.4615384615vw; }
      .top .contents .recruit_area .btnareatop .btnarea {
        width: 23.8461538462vw;
        border-bottom: 0.1538461538vw solid #e60012; }
        .top .contents .recruit_area .btnareatop .btnarea a {
          padding: 4.2307692308vw 3.0769230769vw; }
  .top .contents--basic {
    background: #f2f2f2;
    padding: 1.5384615385vw 0 9.2307692308vw; }
    .top .contents--basic--box {
      width: 78.7692307692vw;
      margin: 0 auto;
      margin-top: 6.9230769231vw;
      position: relative; }
      .top .contents--basic--box .obl {
        position: absolute;
        right: 0;
        width: 22.1538461538vw;
        top: -3.8461538462vw;
        z-index: 2; }
      .top .contents--basic--box .ttl {
        height: 9.2307692308vw;
        background: #fff;
        display: flex;
        align-items: center;
        position: relative; }
        .top .contents--basic--box .ttl:before {
          position: absolute;
          content: "";
          width: 1.5384615385vw;
          height: 1.5384615385vw;
          top: 0;
          left: 0;
          background: #e60012;
          z-index: 2; }
        .top .contents--basic--box .ttl dt {
          width: 11.1538461538vw;
          text-align: center;
          font-family: "Source Sans 3", sans-serif;
          font-weight: 700;
          font-size: 1.1538461538vw;
          color: #e60012; }
        .top .contents--basic--box .ttl dd {
          font-weight: 700;
          font-size: 1.6923076923vw;
          line-height: 1.6; }
      .top .contents--basic--box--txt {
        padding: 3.0769230769vw 3.0769230769vw 0;
        display: flex;
        justify-content: space-between; }
        .top .contents--basic--box--txt figure {
          width: 33.8461538462vw; }
        .top .contents--basic--box--txt .txt {
          width: 33.8461538462vw; }
      .top .contents--basic--box--point {
        margin: 3.0769230769vw 3.0769230769vw 0;
        padding: 1.8461538462vw 0.6153846154vw;
        display: flex;
        justify-content: space-around;
        border-radius: 0.7692307692vw;
        border: 0.0769230769vw solid #999; }
        .top .contents--basic--box--point dl {
          width: 23.8461538462vw;
          padding: 0 0.9230769231vw;
          font-size: 0.9230769231vw;
          text-align: justify; }
          .top .contents--basic--box--point dl:nth-child(2) {
            border-left: 0.0769230769vw solid #999;
            border-right: 0.0769230769vw solid #999; }
          .top .contents--basic--box--point dl dt {
            font-size: 1.3076923077vw;
            padding-left: 1.6923076923vw;
            position: relative; }
            .top .contents--basic--box--point dl dt:before {
              position: absolute;
              content: "●";
              left: 0;
              top: 0; }
            .top .contents--basic--box--point dl dt.cl_1:before {
              color: #00479d; }
            .top .contents--basic--box--point dl dt.cl_2:before {
              color: #6461ff; }
            .top .contents--basic--box--point dl dt.cl_3:before {
              color: #2dbce5; }
          .top .contents--basic--box--point dl dd {
            line-height: 1.8;
            padding-top: 0.7692307692vw; }
  .top .contents--strength {
    width: 78.7692307692vw;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding: 0vw 0 0vw;
    gap: 3.0769230769vw; }
    .top .contents--strength--box {
      width: 37.6923076923vw;
      background: #fff;
      position: relative; }
      .top .contents--strength--box:before {
        position: absolute;
        content: "";
        width: 1.5384615385vw;
        height: 1.5384615385vw;
        top: 0;
        left: 0;
        background: #e60012;
        z-index: 2; }
      .top .contents--strength--box h3 {
        padding: 1.9230769231vw 3.0769230769vw;
        font-size: 1.6923076923vw;
        font-weight: 700;
        border-bottom: 0.0769230769vw solid #e60012; }
      .top .contents--strength--box--txt h4 {
        padding: 0 2.6923076923vw; }
        .top .contents--strength--box--txt h4.tops {
          position: relative;
          top: -1.3846153846vw;
          margin-bottom: -1.3846153846vw; }
      .top .contents--strength--box--txt .txt {
        padding: 0 2.6923076923vw; }
      .top .contents--strength--box--txt .caption {
        font-size: 0.9230769231vw;
        font-weight: 500;
        text-align: right;
        padding: 0.7692307692vw 1.9230769231vw 1.9230769231vw; }
  .top .contents .people_area {
    padding-top: 10vw;
    position: relative; }
    .top .contents .people_area:before {
      position: absolute;
      content: "";
      width: 3.4615384615vw;
      height: 3.4615384615vw;
      right: 0;
      top: 0;
      background: #e60012; }
    .top .contents .people_area .inner {
      width: 78.7692307692vw;
      margin: 0vw auto 0;
      display: flex;
      align-items: center;
      position: relative; }
      .top .contents .people_area .inner h3 {
        margin-right: 2.3076923077vw; }
        .top .contents .people_area .inner h3 span {
          position: relative;
          top: -0.7692307692vw; }
    .top .contents .people_area .custom-arrows {
      position: absolute;
      right: 0;
      display: flex;
      justify-content: space-between;
      width: 10vw; }
      .top .contents .people_area .custom-arrows button {
        width: 4.3076923077vw;
        background: none;
        border: none;
        cursor: pointer; }
        .top .contents .people_area .custom-arrows button:hover {
          opacity: 0.6; }
    .top .contents .people_area .slideinner {
      width: 78.7692307692vw;
      margin: 0.7692307692vw auto 0; }
      .top .contents .people_area .slideinner .slide {
        position: relative; }
        .top .contents .people_area .slideinner .slide .slidebox {
          position: absolute;
          bottom: 0;
          width: 26.5384615385vw;
          height: 25.3846153846vw;
          padding: 0 2.3076923077vw;
          background: #e60012;
          color: #fff; }
          .top .contents .people_area .slideinner .slide .slidebox:after {
            position: absolute;
            content: "";
            background: url("../images/common/arrow_w.svg") no-repeat center center/cover;
            width: 1.8461538462vw;
            height: 0.5384615385vw;
            right: 1.5384615385vw;
            bottom: 2.3076923077vw; }
          .top .contents .people_area .slideinner .slide .slidebox .ttl {
            font-size: 1.5384615385vw;
            font-weight: 700;
            letter-spacing: 0.08em;
            line-height: 1.6;
            padding: 6.1538461538vw 0 2.3076923077vw; }
          .top .contents .people_area .slideinner .slide .slidebox dl {
            font-size: 1.0769230769vw;
            font-weight: 700;
            line-height: 1.6; }
            .top .contents .people_area .slideinner .slide .slidebox dl dd {
              font-size: 1.3076923077vw; }
    .top .contents .people_area .thumbnail {
      width: 78.7692307692vw;
      margin: 3.0769230769vw auto;
      display: flex;
      justify-content: space-between; }
      .top .contents .people_area .thumbnail li {
        width: 14.2307692308vw;
        position: relative; }
        .top .contents .people_area .thumbnail li:before {
          position: absolute;
          content: "";
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          background: rgba(0, 0, 0, 0.4);
          transition: opacity 0.4s ease;
          pointer-events: none; }
        .top .contents .people_area .thumbnail li.active:before {
          opacity: 0; }

@media screen and (max-width: 767px) {
  .top {
    position: relative; }
    .top article {
      margin-top: 12vw; }
    .top .kv {
      position: relative; }
      .top .kv--inner {
        height: 113.3333333333vw;
        overflow: hidden; }
        .top .kv--inner video {
          width: 200%;
          height: auto;
          max-width: 200%;
          display: block;
          object-fit: cover;
          /* 動画が要素のサイズにフィットするように調整 */
          margin-left: -50%; }
        .top .kv--inner .lead {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 113.3333333333vw;
          display: flex;
          justify-content: center;
          align-items: center; }
          .top .kv--inner .lead h2 {
            font-size: 7.0666666667vw;
            text-align: center;
            color: #fff;
            letter-spacing: 0.34em;
            font-weight: 400;
            position: relative;
            left: 5.3333333333vw;
            text-shadow: 0px 0px 10px rgba(10, 18, 114, 0.75); }
            .top .kv--inner .lead h2 span {
              display: block;
              font-family: "Source Sans 3", sans-serif;
              font-weight: 500;
              font-size: 3.2vw;
              letter-spacing: 0.06em;
              text-shadow: none;
              padding-top: 5.3333333333vw;
              left: -5.3333333333vw;
              position: relative; }
              .top .kv--inner .lead h2 span:before, .top .kv--inner .lead h2 span:after {
                position: absolute;
                content: "";
                top: 2.6666666667vw;
                left: 0vw; }
              .top .kv--inner .lead h2 span:before {
                width: 78.7692307692vw;
                height: 0.2666666667vw;
                background: #231815; }
              .top .kv--inner .lead h2 span:after {
                width: 19.6923076923vw;
                height: 0.2666666667vw;
                background: #e60012;
                z-index: 2; }
    .top .contents .message_area {
      width: 93.3333333333vw;
      margin: 0 auto;
      padding-top: 10.6666666667vw;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      position: relative; }
      .top .contents .message_area:before, .top .contents .message_area:after {
        position: absolute;
        content: "";
        background: #e60012; }
      .top .contents .message_area:before {
        width: 4.5333333333vw;
        height: 4.5333333333vw;
        left: auto;
        right: 8vw;
        top: 16vw; }
      .top .contents .message_area:after {
        width: 2.6666666667vw;
        height: 2.6666666667vw;
        left: auto;
        right: 5.3333333333vw;
        top: 10.6666666667vw; }
      .top .contents .message_area h3 {
        width: 90.6666666667vw;
        font-size: 3.2vw;
        line-height: 6.4vw;
        padding-top: 5.3333333333vw;
        position: relative;
        padding-left: 0vw;
        letter-spacing: -0.02em; }
        .top .contents .message_area h3:before {
          position: absolute;
          content: "";
          background: url("../images/top/lead_message_sp.svg") no-repeat center top/cover;
          width: 37.3333333333vw;
          height: 2.1333333333vw;
          left: 0;
          top: 0; }
      .top .contents .message_area figure {
        width: 90.6666666667vw;
        margin: 4vw auto 0; }
    .top .contents .inner h3 {
      font-size: 3.7333333333vw;
      font-weight: 700;
      line-height: 1; }
      .top .contents .inner h3 span {
        display: block;
        font-family: "Source Sans 3", sans-serif;
        font-weight: 300;
        font-size: 10.6666666667vw;
        letter-spacing: 0.08em;
        padding-top: 2.6666666667vw; }
    .top .contents .inner h4 {
      font-size: 3.2vw;
      line-height: 6.4vw; }
    .top .contents .btnarea {
      background: #fff; }
      .top .contents .btnarea a {
        display: block;
        padding: 4vw 5.3333333333vw;
        font-size: 3.7333333333vw;
        font-weight: 700;
        position: relative; }
        .top .contents .btnarea a:after {
          position: absolute;
          content: "";
          background: url("../images/common/arrow_r.svg") no-repeat center center/cover;
          width: 3.2vw;
          height: 1.0666666667vw;
          right: 2.6666666667vw;
          top: 50%;
          margin-top: -0.5333333333vw; }
    .top .contents .aboutus_area {
      position: relative;
      padding-top: 14.6666666667vw;
      padding-bottom: 17.3333333333vw; }
      .top .contents .aboutus_area:after {
        position: absolute;
        content: "";
        background: #f2f2f2;
        bottom: 0;
        width: 100%;
        height: 39.6153846154vw;
        z-index: -1; }
      .top .contents .aboutus_area .imgs {
        width: 100vw;
        position: relative; }
        .top .contents .aboutus_area .imgs:before {
          position: absolute;
          content: "";
          background: #e60012;
          width: 12vw;
          height: 12vw;
          bottom: auto;
          top: -6vw;
          left: 0; }
        .top .contents .aboutus_area .imgs img {
          width: 180%; }
      .top .contents .aboutus_area .inner {
        position: absolute;
        left: 10.6666666667vw;
        top: 26.6666666667vw;
        color: #fff; }
        .top .contents .aboutus_area .inner h3 {
          margin-bottom: 2vw; }
      .top .contents .aboutus_area .btnareatop {
        width: 90.6666666667vw;
        margin: -16vw auto 0vw auto;
        position: relative;
        z-index: 2; }
        .top .contents .aboutus_area .btnareatop .flex {
          position: relative; }
          .top .contents .aboutus_area .btnareatop .flex p {
            width: 58.6666666667vw;
            padding: 2.6666666667vw 0; }
            .top .contents .aboutus_area .btnareatop .flex p span {
              width: 32vw;
              display: inline-block;
              padding: 2.6666666667vw 2.6666666667vw 0 0; }
          .top .contents .aboutus_area .btnareatop .flex figure {
            position: absolute;
            width: 29.3333333333vw;
            top: -2.6666666667vw;
            right: 10.6666666667vw; }
        .top .contents .aboutus_area .btnareatop .btnarea {
          border-left: 0.5333333333vw solid #e60012; }
          .top .contents .aboutus_area .btnareatop .btnarea:last-child {
            margin-top: 2.6666666667vw; }
    .top .contents .work_area {
      background: #f2f2f2;
      position: relative;
      padding-bottom: 17.3333333333vw; }
      .top .contents .work_area .imgs {
        width: 100vw;
        position: relative; }
        .top .contents .work_area .imgs img {
          width: 130%; }
      .top .contents .work_area .inner {
        position: absolute;
        top: 0;
        width: 100%;
        text-align: center;
        color: #fff;
        z-index: 2;
        padding-top: 7.6923076923vw; }
      .top .contents .work_area .btnareatop {
        width: 90.6666666667vw;
        margin: -13.8461538462vw auto 0;
        position: relative;
        z-index: 2; }
        .top .contents .work_area .btnareatop .btnarea {
          padding: 4vw 5.3333333333vw;
          font-size: 3.7333333333vw;
          font-weight: 700;
          position: relative;
          border-bottom: 0.5333333333vw solid #e60012; }
          .top .contents .work_area .btnareatop .btnarea:after {
            position: absolute;
            content: "";
            background: url("../images/common/arrow_r.svg") no-repeat center center/cover;
            width: 3.2vw;
            height: 1.0666666667vw;
            right: 2.6666666667vw;
            top: 50%;
            margin-top: -0.5333333333vw; }
    .top .contents .special_area {
      position: relative;
      margin-top: 17.3333333333vw;
      padding-bottom: 18.6666666667vw; }
      .top .contents .special_area:after {
        position: absolute;
        content: "";
        background: #f2f2f2;
        bottom: 0;
        width: 100%;
        height: 39.6153846154vw;
        z-index: -1; }
      .top .contents .special_area .imgs {
        width: 100vw;
        position: relative;
        margin: 0 auto; }
        .top .contents .special_area .imgs:before {
          position: absolute;
          content: "";
          background: #e60012;
          width: 5.3333333333vw;
          height: 5.3333333333vw;
          top: 0;
          left: 0; }
        .top .contents .special_area .imgs img {
          width: 140%; }
      .top .contents .special_area .inner {
        position: absolute;
        width: 100%;
        top: 8vw;
        right: 0vw;
        color: #fff;
        display: block;
        text-align: center;
        justify-content: flex-start;
        align-items: center; }
        .top .contents .special_area .inner h3 {
          margin-bottom: 0vw; }
        .top .contents .special_area .inner h4 {
          padding-top: 4vw;
          margin-left: auto; }
      .top .contents .special_area .btnareatop {
        width: 90.6666666667vw;
        margin: -13.8461538462vw auto 0vw;
        position: relative;
        z-index: 2; }
        .top .contents .special_area .btnareatop .btnarea {
          padding: 4vw 5.3333333333vw;
          font-size: 3.7333333333vw;
          font-weight: 700;
          position: relative;
          border-bottom: 0.5333333333vw solid #e60012; }
          .top .contents .special_area .btnareatop .btnarea:after {
            position: absolute;
            content: "";
            background: url("../images/common/arrow_r.svg") no-repeat center center/cover;
            width: 3.2vw;
            height: 1.0666666667vw;
            right: 2.6666666667vw;
            top: 50%;
            margin-top: -0.5333333333vw; }
    .top .contents .recruit_area {
      position: relative; }
      .top .contents .recruit_area .imgs {
        width: 100vw;
        position: absolute; }
        .top .contents .recruit_area .imgs img {
          width: 240%;
          margin-left: -70%; }
      .top .contents .recruit_area .inner {
        width: 85.3333333333vw;
        margin: 0 auto;
        color: #fff;
        text-align: center;
        position: relative;
        z-index: 2;
        padding-top: 7.6923076923vw; }
      .top .contents .recruit_area .btnareatop {
        width: 85.3333333333vw;
        margin: 4vw auto 0;
        position: relative;
        z-index: 2;
        display: flex;
        flex-wrap: wrap;
        gap: 5.3333333333vw; }
        .top .contents .recruit_area .btnareatop .btnarea {
          width: 85.3333333333vw;
          border-bottom: 0.5333333333vw solid #e60012; }
          .top .contents .recruit_area .btnareatop .btnarea a {
            padding: 4vw 5.3333333333vw; }
    .top .contents .people_area {
      padding-top: 17.3333333333vw;
      position: relative; }
      .top .contents .people_area:before {
        position: absolute;
        content: "";
        width: 6vw;
        height: 6vw;
        right: 0;
        top: 0;
        background: #e60012; }
      .top .contents .people_area .inner {
        width: 85.3333333333vw;
        margin: 0vw auto 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        position: relative; }
        .top .contents .people_area .inner h3 {
          width: 100%;
          margin-right: 0vw; }
          .top .contents .people_area .inner h3 span {
            position: relative;
            top: -0.3846153846vw; }
      .top .contents .people_area .custom-arrows {
        position: absolute;
        right: 0;
        top: 2.6666666667vw;
        display: flex;
        justify-content: space-between;
        width: 26.6666666667vw; }
        .top .contents .people_area .custom-arrows button {
          width: 13.3333333333vw;
          background: none;
          border: none;
          cursor: pointer; }
          .top .contents .people_area .custom-arrows button:hover {
            opacity: 1; }
      .top .contents .people_area .slideinner {
        width: 93.3333333333vw;
        margin: 2.6666666667vw auto 0; }
        .top .contents .people_area .slideinner .slide {
          position: relative; }
          .top .contents .people_area .slideinner .slide figure img {
            width: 140%;
            margin-left: -20%; }
          .top .contents .people_area .slideinner .slide .slidebox {
            position: static;
            bottom: 0;
            width: 100%;
            height: auto;
            padding: 5.3333333333vw;
            background: #e60012;
            color: #fff; }
            .top .contents .people_area .slideinner .slide .slidebox:after {
              position: absolute;
              content: "";
              background: url("../images/common/arrow_w.svg") no-repeat center center/cover;
              width: 6.4vw;
              height: 1.8666666667vw;
              right: 5.3333333333vw;
              bottom: 8vw; }
            .top .contents .people_area .slideinner .slide .slidebox .ttl {
              font-size: 4.8vw;
              font-weight: 700;
              letter-spacing: 0.08em;
              line-height: 1.6;
              padding: 0vw 0 4vw; }
            .top .contents .people_area .slideinner .slide .slidebox dl {
              font-size: 3.4666666667vw;
              font-weight: 700;
              line-height: 1.6; }
              .top .contents .people_area .slideinner .slide .slidebox dl dd {
                font-size: 4.2666666667vw; }
      .top .contents .people_area .thumbnail {
        width: 93.3333333333vw;
        margin: 5.3333333333vw auto;
        display: flex;
        justify-content: center;
        flex-wrap: wrap; }
        .top .contents .people_area .thumbnail li {
          width: 32%;
          margin: 0.5%;
          position: relative; }
          .top .contents .people_area .thumbnail li:before {
            position: absolute;
            content: "";
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background: rgba(0, 0, 0, 0.4);
            transition: opacity 0.4s ease;
            pointer-events: none; }
          .top .contents .people_area .thumbnail li.active:before {
            opacity: 0; } }
.corp .contents {
  width: 78.7692307692vw;
  margin: 0 auto; }
  .corp .contents .lead {
    font-size: 2.0769230769vw;
    font-weight: 700; }
  .corp .contents--inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2.3076923077vw;
    margin-top: 2.3076923077vw; }
    .corp .contents--inner .box {
      width: 37.5384615385vw; }
      .corp .contents--inner .box a {
        display: block; }
        .corp .contents--inner .box a figure {
          width: 100%;
          position: relative; }
          .corp .contents--inner .box a figure:before {
            position: absolute;
            content: "";
            width: 2.1538461538vw;
            height: 2.1538461538vw;
            top: 0;
            left: 0;
            background: #e60012;
            z-index: 2; }
        .corp .contents--inner .box a p {
          background: #fff;
          padding: 2.3076923077vw 3.0769230769vw;
          font-size: 1.3076923077vw;
          font-weight: 700;
          position: relative;
          border-bottom: 0.1538461538vw solid #e60012; }
          .corp .contents--inner .box a p:after {
            position: absolute;
            content: "";
            background: url("../images/common/arrow_r.svg") no-repeat center center/cover;
            width: 1.8461538462vw;
            height: 0.6153846154vw;
            right: 1.5384615385vw;
            top: 50%;
            margin-top: -0.3076923077vw; }

@media screen and (max-width: 767px) {
  .corp .contents {
    width: 85.3333333333vw;
    margin: 0 auto; }
    .corp .contents .lead {
      font-size: 4.2666666667vw;
      font-weight: 700;
      margin-top: 10.6666666667vw; }
    .corp .contents--inner {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 8vw;
      margin-top: 8vw; }
      .corp .contents--inner .box {
        width: 100%; }
        .corp .contents--inner .box a {
          display: block; }
          .corp .contents--inner .box a figure {
            width: 100%;
            position: relative; }
            .corp .contents--inner .box a figure:before {
              position: absolute;
              content: "";
              width: 3.7333333333vw;
              height: 3.7333333333vw;
              top: 0;
              left: 0;
              background: #e60012;
              z-index: 2; }
          .corp .contents--inner .box a p {
            background: #fff;
            padding: 4vw 5.3333333333vw;
            font-size: 3.7333333333vw;
            font-weight: 700;
            position: relative;
            border-bottom: 0.5333333333vw solid #e60012; }
            .corp .contents--inner .box a p:after {
              position: absolute;
              content: "";
              background: url("../images/common/arrow_r.svg") no-repeat center center/cover;
              width: 3.2vw;
              height: 1.0666666667vw;
              right: 2.6666666667vw;
              top: 50%;
              margin-top: -0.5333333333vw; } }
.people {
  position: relative; }
  .people article {
    margin-top: 0; }
  .people .txt {
    font-size: 1.0769230769vw;
    line-height: 1.8;
    text-align: justify; }
  .people .kv figure {
    width: 76.9230769231vw;
    margin: 0 0 0 auto; }
  .people .kv--people {
    position: absolute;
    z-index: 3;
    left: 10.7692307692vw;
    top: 20.7692307692vw; }
    .people .kv--people .number {
      font-family: "Source Sans 3", sans-serif;
      font-size: 1.5384615385vw;
      color: #e60012; }
    .people .kv--people h2 {
      font-weight: 300;
      font-size: 2.4615384615vw;
      letter-spacing: 0.16em;
      line-height: 1.4;
      background: linear-gradient(to right, #e60012, #ea544b);
      padding: 0.3076923077vw 0;
      padding-left: 1.5384615385vw;
      margin: 1.5384615385vw 0 3.0769230769vw; }
      .people .kv--people h2 span {
        color: #fff; }
    .people .kv--people dl dt {
      font-size: 2.1538461538vw;
      color: #e60012;
      margin-bottom: 0.3846153846vw; }
    .people .kv--people dl dd {
      font-size: 1.0769230769vw;
      font-weight: 600;
      line-height: 1.6; }
      .people .kv--people dl dd span {
        font-size: 0.9230769231vw;
        font-weight: 400; }
  .people .kv--under {
    width: 72.3076923077vw;
    margin: 6.9230769231vw auto 0; }
    .people .kv--under .en {
      font-family: "Source Sans 3", sans-serif;
      font-size: 1.5384615385vw;
      color: #e60012;
      margin-bottom: 0.3846153846vw; }
  .people .contents--box .gry {
    background: #f2f2f2;
    padding: 7.3076923077vw 0 10vw; }
  .people .contents--box .under {
    margin-top: 7.3076923077vw; }
  .people .contents--box--cont {
    width: 72.3076923077vw;
    margin: 0 auto;
    margin-top: 7.3076923077vw; }
    .people .contents--box--cont.last {
      margin-top: 0; }
    .people .contents--box--cont figure.imgs {
      position: relative; }
      .people .contents--box--cont figure.imgs:before {
        position: absolute;
        content: "";
        width: 2.6153846154vw;
        height: 2.6153846154vw;
        background: #e60012;
        left: 0;
        top: 0; }
    .people .contents--box--cont figure.top {
      margin-bottom: 1.9230769231vw; }
    .people .contents--box--cont .txtbox .en {
      font-family: "Source Sans 3", sans-serif;
      font-size: 1.1538461538vw;
      font-weight: 400;
      color: #e60012; }
    .people .contents--box--cont .txtbox .lead {
      font-size: 1.5384615385vw;
      font-weight: 600;
      position: relative;
      padding-bottom: 1.5384615385vw;
      margin-bottom: 1.5384615385vw; }
      .people .contents--box--cont .txtbox .lead:before, .people .contents--box--cont .txtbox .lead:after {
        position: absolute;
        content: "";
        bottom: 0;
        left: 0; }
      .people .contents--box--cont .txtbox .lead:before {
        width: 100%;
        height: 0.0769230769vw;
        background: #231815; }
      .people .contents--box--cont .txtbox .lead:after {
        width: 28%;
        height: 0.0769230769vw;
        background: #e60012;
        z-index: 2; }
    .people .contents--box--cont.flex {
      width: 100%;
      display: flex; }
      .people .contents--box--cont.flex figure {
        width: 50vw; }
      .people .contents--box--cont.flex .txtbox {
        width: 31.9230769231vw;
        margin-left: 4.3076923077vw; }
  .people .contents--box--sch {
    background: linear-gradient(to right, #e60012, #ea544b);
    padding: 3.4615384615vw 0 3.4615384615vw;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .people .contents--box--sch .time {
      width: 100%;
      text-align: center;
      color: #fff;
      font-size: 1.5384615385vw;
      font-weight: 600;
      margin-bottom: 3.0769230769vw; }
      .people .contents--box--sch .time span {
        display: block;
        width: 5.8461538462vw;
        margin: 0 auto 0.3846153846vw; }
      .people .contents--box--sch .time strong {
        display: block;
        font-family: "Source Sans 3", sans-serif;
        font-size: 3.4615384615vw;
        font-weight: 300;
        line-height: 1.2; }
    .people .contents--box--sch--box {
      width: 32.3076923077vw;
      color: #fff;
      padding: 0 0vw; }
      .people .contents--box--sch--box dl {
        display: flex;
        padding: 1.5384615385vw 0;
        position: relative; }
        .people .contents--box--sch--box dl:after {
          position: absolute;
          content: "";
          height: 100%;
          left: 6.6923076923vw;
          border-left: 0.0769230769vw solid #fff;
          top: 0; }
      .people .contents--box--sch--box dt {
        width: 6.1538461538vw;
        font-weight: 400;
        font-size: 1.5384615385vw;
        text-align: center; }
      .people .contents--box--sch--box dd {
        width: 26.1538461538vw;
        font-weight: 400;
        font-size: 1.3846153846vw;
        padding-left: 2.3076923077vw;
        position: relative; }
        .people .contents--box--sch--box dd:before {
          position: absolute;
          content: "";
          width: 1.0769230769vw;
          height: 1.0769230769vw;
          background: #fff;
          left: 0;
          top: 0.5384615385vw; }
        .people .contents--box--sch--box dd small {
          display: block;
          font-weight: 400;
          font-size: 1.0769230769vw;
          padding-top: 0.3846153846vw; }
  .people .contents--box .people_underbanner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 7.6923076923vw;
    gap: 0 2.0769230769vw; }
    .people .contents--box .people_underbanner .lead {
      text-align: center;
      width: 100%;
      font-size: 1.6923076923vw;
      font-weight: 600;
      position: relative;
      padding-bottom: 3.0769230769vw; }
    .people .contents--box .people_underbanner .bannerbox {
      width: 16.4615384615vw; }
      .people .contents--box .people_underbanner .bannerbox figure {
        position: relative; }
        .people .contents--box .people_underbanner .bannerbox figure:before {
          position: absolute;
          content: "";
          width: 1.3076923077vw;
          height: 1.3076923077vw;
          background: #e60012;
          left: 0;
          top: 0; }
        .people .contents--box .people_underbanner .bannerbox figure:after {
          position: absolute;
          content: "";
          bottom: 0;
          width: 100%;
          left: 0;
          border-bottom: 0.1538461538vw solid #e60012; }
      .people .contents--box .people_underbanner .bannerbox .name {
        text-align: center;
        margin-top: 0.3846153846vw;
        font-size: 1.1538461538vw; }
        .people .contents--box .people_underbanner .bannerbox .name strong {
          font-size: 1.3846153846vw;
          display: block;
          color: #e60012; }

@media screen and (max-width: 767px) {
  .people {
    position: relative; }
    .people article {
      margin-top: 12vw; }
    .people .txt {
      font-size: 3.4666666667vw;
      line-height: 1.8;
      text-align: justify; }
    .people .kv figure {
      width: 100vw; }
    .people .kv--people {
      width: 93.3333333333vw;
      position: relative;
      z-index: 3;
      left: auto;
      top: auto;
      margin-top: -10.6666666667vw; }
      .people .kv--people .number {
        font-size: 4.2666666667vw;
        padding-left: 3.2vw; }
      .people .kv--people h2 {
        font-size: 4.8vw;
        padding: 1.0666666667vw 0;
        padding-left: 3.2vw;
        margin: 1.3333333333vw 0 2.6666666667vw; }
        .people .kv--people h2 span {
          color: #fff; }
      .people .kv--people dl {
        padding-left: 3.2vw; }
        .people .kv--people dl dt {
          font-size: 4.8vw;
          color: #e60012;
          margin-bottom: 1.3333333333vw; }
        .people .kv--people dl dd {
          font-size: 3.4666666667vw; }
          .people .kv--people dl dd span {
            font-size: 2.9333333333vw; }
    .people .kv--under {
      width: 93.6vw;
      margin: 12vw auto 0; }
      .people .kv--under .en {
        font-family: "Source Sans 3", sans-serif;
        font-size: 4.2666666667vw;
        margin-bottom: 1.3333333333vw; }
    .people .contents--box .gry {
      background: #f2f2f2;
      padding: 12.6666666667vw 0 17.3333333333vw; }
    .people .contents--box .under {
      margin-top: 12.6666666667vw; }
    .people .contents--box--cont {
      width: 93.6vw;
      margin: 0 auto;
      margin-top: 12.6666666667vw; }
      .people .contents--box--cont.last {
        margin-top: 0; }
      .people .contents--box--cont figure.imgs {
        position: relative; }
        .people .contents--box--cont figure.imgs:before {
          position: absolute;
          content: "";
          width: 4.5333333333vw;
          height: 4.5333333333vw;
          background: #e60012;
          left: 0;
          top: 0; }
      .people .contents--box--cont figure.top {
        margin-bottom: 3.3333333333vw; }
      .people .contents--box--cont .txtbox .en {
        font-size: 3.7333333333vw; }
      .people .contents--box--cont .txtbox .lead {
        font-size: 4.2666666667vw;
        padding-bottom: 2.6666666667vw;
        margin-bottom: 2.6666666667vw; }
      .people .contents--box--cont.flex {
        width: 93.6vw;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap; }
        .people .contents--box--cont.flex figure {
          width: 100%;
          margin-bottom: 2.6666666667vw; }
        .people .contents--box--cont.flex .txtbox {
          width: 100%;
          margin-left: 0vw; }
    .people .contents--box--sch {
      padding: 6vw 0 6vw;
      display: flex;
      flex-wrap: wrap; }
      .people .contents--box--sch .time {
        font-size: 4.2666666667vw;
        margin-bottom: 5.3333333333vw; }
        .people .contents--box--sch .time span {
          width: 10.6666666667vw;
          margin: 0 auto 1.3333333333vw; }
        .people .contents--box--sch .time strong {
          font-size: 8vw; }
      .people .contents--box--sch--box {
        width: 93.6vw;
        color: #fff;
        padding: 0 0vw; }
        .people .contents--box--sch--box dl {
          display: flex;
          padding: 1.5384615385vw 0;
          position: relative; }
          .people .contents--box--sch--box dl:after {
            position: absolute;
            content: "";
            height: 100%;
            left: 17.8666666667vw;
            border-left: 0.0769230769vw solid #fff;
            top: 0; }
        .people .contents--box--sch--box dt {
          width: 16vw;
          font-weight: 400;
          font-size: 4.2666666667vw; }
        .people .contents--box--sch--box dd {
          width: 77.6vw;
          font-size: 4.2666666667vw;
          padding-left: 8vw;
          position: relative; }
          .people .contents--box--sch--box dd:before {
            position: absolute;
            content: "";
            width: 3.7333333333vw;
            height: 3.7333333333vw;
            background: #fff;
            left: 0;
            top: 1.3333333333vw; }
          .people .contents--box--sch--box dd small {
            display: block;
            font-weight: 400;
            font-size: 3.4666666667vw;
            padding-top: 1.3333333333vw; }
    .people .contents--box .people_underbanner {
      width: 93.6vw;
      margin: 0 auto;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      margin-top: 13.3333333333vw;
      gap: 2%; }
      .people .contents--box .people_underbanner .lead {
        font-size: 4.2666666667vw;
        padding-bottom: 0vw; }
      .people .contents--box .people_underbanner .bannerbox {
        width: 48%;
        margin-top: 5.3333333333vw; }
        .people .contents--box .people_underbanner .bannerbox figure {
          position: relative; }
          .people .contents--box .people_underbanner .bannerbox figure:before {
            position: absolute;
            content: "";
            width: 4.5333333333vw;
            height: 4.5333333333vw;
            background: #e60012;
            left: 0;
            top: 0; }
          .people .contents--box .people_underbanner .bannerbox figure:after {
            position: absolute;
            content: "";
            bottom: 0;
            width: 100%;
            left: 0;
            border-bottom: 0.5333333333vw solid #e60012; }
        .people .contents--box .people_underbanner .bannerbox .name {
          text-align: center;
          margin-top: 1.3333333333vw;
          font-size: 3.4666666667vw; }
          .people .contents--box .people_underbanner .bannerbox .name strong {
            font-size: 4.2666666667vw;
            display: block;
            color: #e60012; } }
/*@import "./pages/sp";
// @import "pages";
@import "./pages/information";
@import "./pages/support";
@import "./pages/interview";


*/
