@charset "UTF-8";
.recruitment .e-list {
  line-height: 1.5; }
.recruitment .e-list:not(:last-child) {
    margin-bottom: 1.25rem; }
.recruitment .e-list a {
    color: #000000;
    text-decoration: none; }
.recruitment .e-list > li {
    margin-bottom: 0.625rem; }
.recruitment .e-list > li:last-child {
      margin-bottom: 0; }
.recruitment .e-list > li > ul {
      margin-top: 0.625rem;
      margin-bottom: 0.625rem; }
.recruitment .e-list.-disc > li {
    margin-left: 1.5rem;
    list-style-type: disc; }
.recruitment .e-list.-circle > li {
    margin-left: 1.5rem;
    list-style-type: circle; }
.recruitment .e-list.-decimal > li {
    margin-left: 1.5rem;
    list-style-type: decimal; }
.recruitment .e-list.-square > li {
    margin-left: 1.5rem;
    list-style-type: square; }
.recruitment .e-list.-lowerRoman > li {
    margin-left: 1.5rem;
    list-style-type: lower-roman; }
.recruitment .e-list.-lowerLatin > li {
    margin-left: 1.5rem;
    list-style-type: lower-latin; }
.recruitment .e-list.-katakana > li {
    margin-left: 1.5rem;
    list-style-type: katakana; }
.recruitment .e-list.-notice > li {
    text-indent: -1.5rem;
    margin-left: 1.5rem; }
.recruitment .e-list.-notice > li::before {
      content: "※";
      margin-right: 0.5rem; }
.recruitment .e-list.-noticeNum > li {
    position: relative;
    margin-left: 2.3rem;
    list-style-type: decimal; }
.recruitment .e-list.-noticeNum > li::before {
      content: "※";
      position: absolute;
      top: 0;
      left: -2.3rem;
      margin-right: 0.5rem; }
.recruitment .e-list.-asterisk > li {
    text-indent: -1.0rem;
    margin-left: 1.5rem; }
.recruitment .e-list.-asterisk > li::before {
      content: "*";
      margin-right: 0.5rem; }
.recruitment .e-list.-asteriskeNum > li {
    position: relative;
    margin-left: 1.7rem;
    list-style-type: decimal; }
.recruitment .e-list.-asteriskeNum > li::before {
      content: "*";
      position: absolute;
      top: 0;
      left: -1.7rem;
      margin-right: 0.5rem; }
.recruitment .e-list.-row:last-child {
    margin-bottom: -0.625rem; }
.recruitment .e-list.-row > li {
    display: inline-block;
    margin-bottom: 0.625rem; }
.recruitment .e-list.-bordered > li {
    padding-bottom: 0.625rem;
    border-bottom: #C1C1C1 1px solid; }
.recruitment .e-list.-xxs {
    font-size: 10px; }
.recruitment .e-list.-xs {
    font-size: 12px; }
.recruitment .e-list.-sm {
    font-size: 14px; }
.recruitment .e-list.-lg {
    font-size: 18px; }
.recruitment .e-list.-xl {
    font-size: 20px; }
.recruitment .e-list.-xxl {
    font-size: 20px; }
.t-faq {
  margin-top: 60px;
  font-weight: normal; }
.t-faq_q, .t-faq_a {
    position: relative;
    padding-left: 3.5em;
    padding-top: 3rem;
    padding-bottom: 1.2rem; }
.t-faq_q::before, .t-faq_a::before {
      position: absolute;
      top: 0.375rem;
      left: 0;
      width: 1.5em;
      text-align: center;
      font-size: 20px;
      font-weight: normal; }
.t-faq_q {
    font-size: 20px;
    padding-left: 3em; }
.t-faq_q::before {
      content: "Q ";
      color: #00615c;
      font-size: 38px;
      top: 1rem; }
.t-faq_a {
    padding-bottom: 4rem;
    padding-top: 2rem;
    border-bottom: 1px solid #C1C1C1; }
.t-faq_a:not(:last-child) {
      margin-bottom: 0.625rem; }
.t-faq_a::before {
      content: "A ";
      color: #00615c;
      font-size: 24px;
      top: 1.2rem;
      left: 1.2rem; }
.t-faq.-primary .t-faq_q::before,
  .t-faq.-primary .t-faq_a::before {
    color: #006f90; }
.t-faq.-secondary .t-faq_q::before,
  .t-faq.-secondary .t-faq_a::before {
    color: #BEDB39; }
.t-faq.-primarySecondary .t-faq_q::before {
    color: #006f90; }
.t-faq.-primarySecondary .t-faq_a::before {
    color: #BEDB39; }
.t-faq.-number {
    counter-reset: q a; }
.t-faq.-number .t-faq_q,
    .t-faq.-number .t-faq_a {
      padding-left: 2.2em; }
.t-faq.-number .t-faq_q::before,
      .t-faq.-number .t-faq_a::before {
        width: 2.2em;
        font-size: 16px; }
.t-faq.-number .t-faq_q::before {
      counter-increment: q;
      content: "Q" counter(q); }
.t-faq.-number .t-faq_a::before {
      counter-increment: a;
      content: "A" counter(q); }
.t-faq.-bg .t-faq_q {
    background-color: color-xlight(#000000); }
.t-faq.-bg .t-faq_a {
    padding-bottom: 0;
    border-bottom: none; }
.t-faq.js-accordion .t-faq_q,
  .t-faq.js-accordion .t-faq_a {
    padding-right: 2em; }
.t-faq.js-accordion .t-faq_q::after {
    font-family: 'plate-core' !important;
    content: "";
    background-image: url(/assets/img/common/icon-arrow.png);
    position: absolute;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: cover;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    font-size: 20px; }
.t-faq.js-accordion .is-open.t-faq_q::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    top: 35%; }
.t-faq_q.js-modal-trigger {
  cursor: pointer; }
.t-faq_a.js-modal-target {
  border-bottom: none;
  padding-right: 2.5rem; }
.recruit .top-link {
  top: 0; }
.recruit-flow__block__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 140px; }
.recruit-flow__block__item {
  width: calc( 100% / 2 - 30px);
  margin-bottom: 30px; }
.recruit-flow__block__text {
  text-align: center; }
.recruit-flow__box {
  padding: 30px 15px;
  border: 1px solid #707070;
  margin-bottom: 40px;
  position: relative; }
.recruit-flow__box:last-child {
    margin-bottom: 0; }
.recruit-flow__box:last-child::after {
      display: none; }
.recruit-flow__box::after {
    content: '';
    position: absolute;
    display: inline-block;
    border-style: solid;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-width: 20px 20px 0 20px;
    border-color: #707070 transparent transparent transparent; }
.info .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  border: 1px solid #707070; }
.info .flex-box .sub-block {
    width: 25%;
    border-right: 1px solid #707070;
    padding: 12px; }
.info .flex-box .sub-block.-narrow {
      width: 25%; }
.info .flex-box .sub-block:last-child {
      border-right: none; }
.info .flex-box .sub-block ul li {
      font-size: 14px;
      padding-left: 1em;
      text-indent: -1em; }
.info .flex-box .sub-block ul li:first-child {
        padding-left: 0;
        text-indent: 0%; }
.info .flex-box .sub-block ul li.-top {
        font-size: 16px;
        text-align: center;
        line-height: 1.3;
        margin-bottom: 12px;
        font-weight: bold; }
.info .flex-box .sub-block ul li span {
        font-size: 12px; }
#interview-01 .profile-block {
  padding-bottom: 78px; }
#interview-01 .profile-block.-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative; }
#interview-01 .profile-block:hover {
    text-decoration: none;
    opacity: 0.7; }
#interview-01 .profile-block:last-of-type {
    margin-bottom: 0; }
#interview-01 .profile-block .main-img {
    max-width: 50%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
#interview-01 .main-txtblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 100%;
  width: 100%;
  position: relative;
  padding-top: 22px;
  padding-right: 10px; }
#interview-01 .main-txtblock.-type01::before {
    background-image: url(/assets/img/recruit/interview/img-topitem-01.png);
    width: 52%;
    height: 50%;
    max-width: 273px;
    max-height: 198px; }
#interview-01 .main-txtblock.-type01::after {
    background-image: url(/assets/img/recruit/interview/img-topitem-03.png);
    width: 99px;
    height: 99px; }
#interview-01 .main-txtblock.-type02::before {
    background-image: url(/assets/img/recruit/interview/img-topitem-02.png);
    width: 52%;
    height: 50%;
    max-width: 273px;
    max-height: 115px; }
#interview-01 .main-txtblock.-type02::after {
    background-image: url(/assets/img/recruit/interview/img-topitem-04.png);
    max-width: 157px;
    max-height: 217px;
    width: 30%;
    height: 54%; }
#interview-01 .main-txtblock::before, #interview-01 .main-txtblock::after {
    position: absolute;
    content: '';
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1; }
#interview-01 .main-txtblock::before {
    right: 0;
    top: 0; }
#interview-01 .main-txtblock::after {
    bottom: 0;
    right: 0; }
#interview-01 .main-txtblock .img {
    width: 215px;
    margin-bottom: 30px;
    margin-top: 60px; }
#interview-01 .main-txtblock .img img {
      width: 100%; }
#interview-01 .main-txtblock .sub-ttl {
    font-size: 30px;
    line-height: 1.6em;
    font-weight: normal;
    margin-bottom: 74px; }
#interview-01 .main-txtblock .year {
    font-size: 14px;
    margin-bottom: 0px;
    margin-top: 0; }
#interview-01 .main-txtblock .name {
    font-size: 16px;
    margin-bottom: 0px;
    margin-top: 0; }
#interview-01 .main-txtblock .position {
    font-size: 14px; }
#interview-01 .main-txtblock .-type01 {
    color: #2754A3; }
#interview-01 .main-txtblock .-type02 {
    color: #5AB546; }
#interview-01 .main-txtblock .-type03 {
    color: #E8441A; }
#interview-01 .main-txtblock .-type04 {
    color: #A41E81; }
#interview-01 .profile-block .number {
  padding-left: 50px;
  font-size: 80px;
  color: #7C7C7C;
  position: relative;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 6%;
  padding-right: 7%; }
#interview-01 .profile-block .number::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: inline-block;
    border-style: solid;
    border-width: 0 0 244px 244px;
    border-color: transparent transparent #FFF000 transparent;
    z-index: -1;
    bottom: 0;
    right: 0; }
#interview-01 .lead {
  color: #004395;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 32px; }
#interview-01 .lead > span {
    font-size: 48px;
    display: inline-block;
    margin-left: 10px; }
.message {
  font-weight: normal; }
.message.-type01 .img {
    width: 40%;
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 40px 10px 0; }
.message.-type01 .title {
    font-size: 36px;
    line-height: 1.8;
    margin-bottom: 20px;
    font-weight: normal; }
.message.-type01 .sub-title {
    margin-top: 70px;
    margin-bottom: 20px;
    color: #00847d; }
.message.-type01 p:last-child {
    float: none;
    text-align: right; }
.message.-type01 p:last-child span {
      display: inline-block;
      text-align: left;
      padding-top: 20px; }
#recruit-post01 {
  font-weight: normal; }
#recruit-post01 .main-img {
    width: 100%; }
#recruit-post01 .main-img.-spwide {
      margin-bottom: 80px;
      width: 100%; }
#recruit-post01 .pl-20-pc {
    padding-left: 20px; }
#recruit-post01 .main-img img {
    width: 100%; }
#recruit-post01 .ttl-block {
    margin-bottom: 56px; }
#recruit-post01 .ttl-block.-flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
#recruit-post01 h1.main-ttl {
    margin: 0;
    color: #004395; }
#recruit-post01 a.link-txt.-top {
    background-color: #FF0000;
    color: #fff;
    font-size: 19px;
    padding: 0 10px;
    display: block;
    height: 35px;
    line-height: 37px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    text-decoration: none;
    outline: none; }
#recruit-post01 .profile-block {
    padding-bottom: 78px; }
#recruit-post01 .profile-block.-flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      position: relative; }
#recruit-post01 .profile-block:last-of-type {
      margin-bottom: 0; }
#recruit-post01 .profile-block .main-txtblock {
      padding-right: 10px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
#recruit-post01 .profile-block .main-img {
      max-width: 50%;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
#recruit-post01 .main-txtblock .lead {
    color: #004395;
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 32px; }
#recruit-post01 .main-txtblock .lead > span {
      font-size: 48px;
      display: inline-block;
      margin-left: 10px; }
#recruit-post01 .main-txtblock .img {
    width: 215px;
    margin-bottom: 30px;
    margin-top: 60px; }
#recruit-post01 .main-txtblock .img img {
      width: 100%; }
#recruit-post01 .main-txtblock .sub-ttl {
    font-size: 30px;
    line-height: 1.6em;
    font-weight: normal;
    margin-bottom: 74px; }
#recruit-post01 .main-txtblock .year {
    font-size: 14px;
    margin-bottom: 0px;
    margin-top: 0; }
#recruit-post01 .main-txtblock .name {
    font-size: 16px;
    margin-bottom: 0px;
    margin-top: 0;
    font-weight: bold; }
#recruit-post01 .main-txtblock .position {
    font-size: 14px; }
#recruit-post01 .main-txtblock .-type01 {
    color: #2754A3; }
#recruit-post01 .main-txtblock .-type02 {
    color: #5AB546; }
#recruit-post01 .main-txtblock .-type03 {
    color: #E8441A; }
#recruit-post01 .main-txtblock .-type04 {
    color: #A41E81; }
#recruit-post01 .txtblock-ttl {
    color: #2754A3; }
#recruit-post01 .main-txtblock .-type01, #recruit-post01 .main-txtblock .-type02, #recruit-post01 .main-txtblock .-type03, #recruit-post01 .main-txtblock .-type04 {
    color: #2754A3; }
#recruit-post01 .profile-block .number {
    padding-left: 50px;
    font-size: 80px;
    color: #7C7C7C;
    position: relative;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 6%;
    padding-right: 7%; }
#recruit-post01 .profile-block .number::after {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      display: inline-block;
      border-style: solid;
      border-width: 0 0 244px 244px;
      border-color: transparent transparent #FFF000 transparent;
      z-index: -1;
      bottom: 0;
      right: 0; }
#recruit-post01 .txt-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
#recruit-post01 .txt-block .block01 {
      margin-bottom: 46px;
      padding-right: 20px;
      width: 50%; }
#recruit-post01 .txt-block .block02 {
      margin-bottom: 46px;
      padding-left: 20px;
      width: 50%; }
#recruit-post01 .txt-block .sub-txt {
      font-size: 14px;
      margin-bottom: 18px; }
#recruit-post01 .txt-block .sub-txt.-type01 {
        color: #2754A3; }
#recruit-post01 .txt-block .txtblock-ttl {
      margin-bottom: 32px;
      font-size: 24px;
      line-height: 1.6;
      font-weight: normal; }
#recruit-post01 .txt-block .main-txt {
      font-size: 16px; }
#recruit-post01 .txt-block.-image {
      margin-top: 100px; }
#recruit-post01 .txt-block.-image .main-img {
        max-width: 50%;
        padding-left: 20px;
        margin-top: -70px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
#recruit-post01 .txt-block.type01 {
      position: relative;
      margin-left: auto;
      margin-top: 30vw; }
#recruit-post01 .txt-block.-type01::before {
      position: absolute;
      content: '';
      width: 68vw;
      height: 25vw;
      z-index: -1;
      max-width: 600px;
      background-repeat: no-repeat;
      background-size: contain;
      background-image: url(/assets/img/recruit/interview/post03/img-item-01.png); }
#recruit-post01 .txt-block.-type01.-img01::before {
      background-image: url(/assets/img/recruit/interview/post01/img-item-01.png); }
#recruit-post01 .txt-block.-type01.-img02::before {
      background-image: url(/assets/img/recruit/interview/post02/img-item-01.png); }
#recruit-post01 .txt-block.-type01.-img03::before {
      background-image: url(/assets/img/recruit/interview/post03/img-item-01.png); }
#recruit-post01 .txt-block.-type01.-img04::before {
      background-image: url(/assets/img/recruit/interview/post04/img-item-01.png); }
#recruit-post01 .txt-block.-type01.-img05::before {
      background-image: url(/assets/img/recruit/interview/post05/img-item-01.png); }
#recruit-post01 .txt-block.-type01.-img06::before {
      background-image: url(/assets/img/recruit/interview/post06/img-item-01.png); }
#recruit-post01 .txt-block.-type01.-img07::before {
      background-image: url(/assets/img/recruit/interview/post07/img-item-01.png); }
#recruit-post01 .txt-block.-type01.-img08::before {
      background-image: url(/assets/img/recruit/interview/post08/img-item-01.png); }
#recruit-post01 .txt-block.-type01.-img09::before {
      background-image: url(/assets/img/recruit/interview/post09/img-item-01.png); }
#recruit-post01 .txt-block.-type01 .block01 {
      width: 50%;
      margin-left: auto;
      margin-top: 12%;
      padding-right: 0;
      padding-left: 20px;
      margin-bottom: 0px; }
#recruit-post01 .txt-block.-type02 {
      margin-bottom: 80px; }
#recruit-post01 .img-block .txt-block.-type02 .block01 {
    margin-bottom: -100px; }
#recruit-post01 .img-block .txt-block.-type03 {
    margin-left: auto;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
#recruit-post01 .img-block .txt-block.-type03 .block02 {
      padding-right: 0;
      padding-right: 20px; }
#recruit-post01 .txt-block.-right {
    width: 49%;
    margin-left: auto;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
#recruit-post01 .bg-gl {
    padding-top: 70px;
    position: relative;
    margin-right: -70px;
    margin-left: -70px;
    position: relative;
    mix-blend-mode: multiply;
    position: relative; }
#recruit-post01 .bg-gl::before {
      mix-blend-mode: multiply;
      background-color: #F2F2F2;
      width: 45%;
      height: 65%;
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1; }
#recruit-post01 .bg-gl .square {
      width: 396px;
      height: 396px;
      position: absolute;
      top: -336px;
      left: 70px; }
#recruit-post01 .bg-gl .square::before {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 396px 396px 0 0;
        border-color: #2754A3 transparent transparent transparent;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        mix-blend-mode: multiply; }
#recruit-post01 .bg-gl .square::after {
        width: 187px;
        height: 187px;
        background-color: #5AB546;
        border-radius: 50%;
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        mix-blend-mode: multiply; }
#recruit-post01 .img-block.-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 70px;
    margin-left: 70px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
#recruit-post01 .img-block.-flex .main-img {
      width: 50%; }
#recruit-post01 .main-img-caption {
    margin-top: 10px;
    font-size: 14px; }
#recruit-post01 .img-block.-flex .txt-block {
    width: 50%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    padding-left: 5%; }
#recruit-post01 .txt-block.-last {
    margin-top: 76px; }
#recruit-post01 .post-content {
    margin-bottom: 100px; }
#recruit-post01 .schedule {
    border: 1px solid #2754A3;
    padding: 42px;
    margin: 80px 0; }
#recruit-post01 .schedule .-type01 {
      color: #2754A3; }
#recruit-post01 .schedule .time {
      font-size: 18px;
      min-width: 100px;
      margin: 0;
      line-height: 1.0; }
#recruit-post01 .schedule .schedule-txt {
      font-size: 16px;
      margin: 0;
      color: #000000;
      position: relative;
      padding-bottom: 16px; }
#recruit-post01 .schedule .schedule-txt::before {
        position: absolute;
        content: '';
        border-radius: 5px;
        width: 10px;
        height: 10px;
        left: -6px; }
#recruit-post01 .schedule .schedule-txt.-type01.-border-none {
        border: none; }
#recruit-post01 .schedule h3 {
      font-size: 18px;
      font-weight: normal;
      margin-bottom: 30px;
      margin-top: 0; }
#recruit-post01 .schedule .schedule-sub-block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
#recruit-post01 .schedule .schedule-txt.-type01 {
      padding-left: 70px;
      border-left: 1px solid #2754A3; }
#recruit-post01 .schedule .schedule-txt.-type01.-none {
        border-left: none; }
#recruit-post01 .schedule .schedule-txt.-type01::before {
        background-color: #2754A3; }
#recruit-post01 .schedule .schedule-main-block {
      max-width: 800px;
      margin-left: auto;
      margin-right: auto; }
#recruit-post01 .schedule .schedule-sub-block .-bottom {
      padding-left: 70px; }
#recruit-post01 .profile-box {
    border: 1px solid #004395;
    padding: 42px 42px 6px;
    margin-bottom: 80px; }
#recruit-post01 .profile-box .ttl {
      font-size: 18px;
      color: #004395;
      font-weight: normal;
      margin-bottom: 30px; }
#recruit-post01 .profile-box .txt-block {
      margin-bottom: 0; }
#recruit-post01 .profile-box .txt-block p.name {
        margin-bottom: 8px;
        font-weight: bold; }
#recruit-post01 .profile-box .block01, #recruit-post01 .profile-box .block02 {
      margin-bottom: 0; }
#recruit-post01 .section-related__ttl {
    color: #004395;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 40px; }
.recruit2023 .business-page-list li a {
  background: none;
  border: 1px solid #000000;
  color: #000000; }
.recruit2023 .business-page-list li a:hover {
    background: #E3007F;
    color: #fff;
    opacity: 1; }
.recruit2023 .page-nav__list__item a:hover {
  color: #E3007F;
  border-color: #E3007F;
  border-bottom: 4px solid #E3007F; }
.recruit2023 .page-nav__list__item span.-arrow {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }
.recruit2023 .page-nav__list__item a:hover {
  color: #E3007F;
  border-color: #E3007F; }
.page-nav__list__item.current a {
  color: #E3007F;
  border-color: #E3007F; }
.recruit2023 .page-nav__list__item span.-arrow:hover, .recruit2023 .page-nav__list__item span.-arrow:focus, .recruit2023 .page-nav__list__item span.-arrow:active {
  border-top: solid 2px #E3007F;
  border-right: solid 2px #E3007F;
  color: #E3007F; }
.recruit2023 .main-ttl {
  font-size: 46px; }
.recruit2023 .sub-ttl {
  font-size: 30px; }
.recruitment .main-ttl {
  margin-bottom: 0;
  font-size: 46px; }
.recruitment .main-ttl__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 90px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
.recruitnew a:hover {
  text-decoration: none; }
.recruitnew h2.subttl {
  font-size: 28px;
  margin-bottom: 60px;
  line-height: 1.6; }
.recruitnew .sub-ttl.-lv2 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 32px;
  color: #004395; }
.recruitnew .sub-ttl.-lv2.-type01 {
    margin-bottom: 60px; }
.recruitnew .sub-ttl + .lead {
  margin-bottom: 60px; }
.recruitnew .main-ttl {
  font-size: 38px;
  margin: 0 0 72px;
  color: #004395; }
.recruitnew .main-ttl.-type02 {
    font-size: 70px;
    line-height: 1; }
.recruitnew .main-ttl.-type03 {
    font-size: 60px;
    line-height: 1;
    margin-bottom: 12px; }
.recruitnew .img-ttl {
  max-width: 560px;
  margin-bottom: 40px; }
.recruitnew .img-subttl {
  max-width: 447px;
  margin-bottom: 60px; }
.recruitnew .img-subttl img {
    width: 100%; }
.recruitnew .main-contents .text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.recruitnew .main-contents .text-block .text {
    width: 60%;
    padding-right: 3%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
.recruitnew .main-contents .text-block .image {
    width: 35%; }
.recruitnew .main-contentsBlock {
  margin-bottom: 140px; }
.recruitnew .main-contentsBlock-txt {
    font-size: 16px; }
.recruitnew .main-contentsBlock.-info .el-buttonBlock {
    margin-top: 80px; }
.recruitnew .page-nav {
  margin: 0 0 72px; }
.recruitnew .page-nav__list__item a {
    border-bottom: none;
    color: #004395;
    font-size: 16px; }
.recruitnew .page-nav__list__item a:hover {
      opacity: 0.5;
      color: #004395;
      border-bottom: none; }
.recruitnew .page-nav__list__item a span.-arrow {
      margin-right: 7px;
      width: 8px;
      height: 8px;
      display: inline-block;
      border-top: solid 2px #004395;
      border-right: solid 2px #004395;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
.recruitnew .page-nav__list__item a span.-arrow:hover {
        border-top: solid 2px #FAF054 !important;
        border-right: solid 2px #FAF054 !important; }
.recruitnew .business-page-list.-type01 li a {
  background: none;
  border: 1px solid #000000;
  color: #000000; }
.recruitnew .business-page-list.-type01 li a:hover {
    background: #FAF054;
    opacity: 1; }
.recruitnew .business-page-list.-col2 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
.recruitnew .business-page-list.-col2 li {
    margin: 0 0 20px 0;
    max-width: 48.5%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%; }
.recruitnew .business-page-list.-col2 li:first-child {
      margin-right: 1.5%; }
.recruitnew .business-page-list.-col2 li:last-child {
      margin-left: 1.5%; }
.recruitnew.recruit .workplace-img-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.recruitnew .el-button.-type01 {
  width: 460px; }
.recruitnew .el-buttonBlock {
  text-align: center;
  margin: 40px auto 0; }
.recruitnew .interview-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -20px; }
.recruitnew .interview-blockItem {
    margin-bottom: 60px;
    width: calc( 100% / 2 - 24px); }
.recruitnew .interview-blockItem > a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
.recruitnew .interview-blockItem .text {
      width: 50%;
      min-width: 50%;
      padding-right: 13px; }
.recruitnew .interview-blockItem .text .name {
        font-size: 14px;
        font-weight: 700; }
.recruitnew .interview-blockItem .text .name > span {
          font-weight: normal; }
.recruitnew .interview-blockItem .text .position {
        font-size: 12px; }
.recruitnew .interview-blockItem .el-img {
      max-width: 320px;
      width: calc( 50% - 13px);
      margin-top: 34px; }
.recruitnew .interview-index {
  font-size: 14px;
  font-weight: 700;
  color: #004395;
  margin-bottom: 8px;
  line-height: 1; }
.recruitnew .interview-index .number {
    font-size: 24px;
    margin-left: 6px; }
.recruitnew .interview-ttl {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1.55; }
.work-at-spnypcl {
  font-weight: normal; }
.work-at-spnypcl .main-ttl {
    margin-bottom: 0; }
.work-at-spnypcl .main-ttl.-type01 {
      max-width: none;
      color: #004395; }
.work-at-spnypcl .main-ttl__item {
      margin-right: 40px;
      max-width: 790px; }
.work-at-spnypcl .main-ttl__block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      margin-bottom: 90px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
.work-at-spnypcl .main-ttl__button {
      -ms-touch-action: manipulation;
          touch-action: manipulation;
      position: relative;
      margin-left: 10px;
      -webkit-transition: .3s ease-in-out;
      transition: .3s ease-in-out;
      font-size: 19px; }
.work-at-spnypcl .sub-ttl {
    font-size: 32px;
    margin-bottom: 60px;
    line-height: 60px; }
.work-at-spnypcl .text {
    margin-bottom: 20px; }
.work-at-spnypcl .text:last-child {
      margin-bottom: 0; }
.work-at-spnypcl .text-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.work-at-spnypcl .text-block__item {
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
.work-at-spnypcl .text-block__img {
      width: 40%;
      margin-left: 20px; }
.work-at-spnypcl .text-block__img img {
        width: 100%; }
.work-at-spnypcl .page-nav {
    margin: 100px 0 90px; }
.work-at-spnypcl .page-nav__list {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
.work-at-spnypcl .page-nav__list__item {
        width: calc( 100% / 4 - 10px);
        max-width: 100%;
        margin-right: 0;
        text-align: center; }
.work-at-spnypcl .page-nav__list__item:nth-child(1) {
          background-color: #DB535E; }
.work-at-spnypcl .page-nav__list__item:nth-child(2) {
          background-color: #0073BD; }
.work-at-spnypcl .page-nav__list__item:nth-child(3) {
          background-color: #389A5D; }
.work-at-spnypcl .page-nav__list__item:nth-child(4) {
          background-color: #514D9E; }
.work-at-spnypcl .page-nav__list__item a {
          color: #fff;
          border-bottom: none;
          padding: 30px 6px;
          font-size: 16px; }
.work-at-spnypcl .page-nav__list__item a span.-arrow {
            width: 10px;
            height: 10px;
            display: block;
            border-top: solid 2px #fff;
            border-right: solid 2px #fff;
            -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
            margin: 0 auto; }
.work-at-spnypcl .setion__sub-contents {
    width: 35%;
    display: block; }
.work-at-spnypcl .section {
    margin-top: 140px; }
.work-at-spnypcl .section-ttl {
      background-color: none;
      -webkit-box-shadow: none;
              box-shadow: none;
      margin: 0 0 50px;
      display: block;
      max-width: 80%; }
.work-at-spnypcl .section__box {
      position: relative;
      margin-top: 70px;
      padding: 60px 50px 55px; }
.work-at-spnypcl .section__box-label {
        color: #fff;
        font-size: 16px;
        padding: 7px 14px;
        position: absolute;
        top: 0;
        left: 0; }
.work-at-spnypcl .section .link {
      display: block;
      margin-bottom: 40px; }
.work-at-spnypcl .section .link > small {
        display: inline-block;
        padding-top: 5px; }
.work-at-spnypcl .section .link span {
        margin-bottom: 1px; }
.work-at-spnypcl .section .link:last-child {
        margin-bottom: 0; }
.work-at-spnypcl .section .link:hover {
        text-decoration: none; }
.work-at-spnypcl .section.-type01 {
      margin-top: -140px;
      padding-top: 140px; }
.work-at-spnypcl .section.-type01 .contents-ttl {
        color: #DB535E;
        font-weight: normal !important; }
.work-at-spnypcl .section.-type01 .link span {
        background-color: #DB535E; }
.work-at-spnypcl .section.-type02 {
      margin-top: 80px; }
.work-at-spnypcl .section.-type02 .contents-ttl {
        color: #DB535E;
        font-weight: normal !important; }
.work-at-spnypcl .section.-type02 .link span {
        background-color: #DB535E; }
.work-at-spnypcl .section.-type03 {
      margin-top: -140px;
      padding-top: 140px; }
.work-at-spnypcl .section.-type03 > h3 {
        margin-top: 140px; }
.work-at-spnypcl .section.-type03 .section__box {
        border: 1px solid #0073BD; }
.work-at-spnypcl .section.-type03 .section__box-label {
          background-color: #0073BD; }
.work-at-spnypcl .section.-type03 .contents-ttl {
        color: #0073BD;
        font-weight: normal !important; }
.work-at-spnypcl .section.-type03 .link span {
        background-color: #0073BD; }
.work-at-spnypcl .section.-type04 {
      margin-top: -140px;
      padding-top: 140px; }
.work-at-spnypcl .section.-type04 > h3 {
        margin-top: 140px; }
.work-at-spnypcl .section.-type04 .section__box {
        border: 1px solid #389A5D; }
.work-at-spnypcl .section.-type04 .section__box-label {
          background-color: #389A5D; }
.work-at-spnypcl .section.-type04 .contents-ttl {
        color: #389A5D;
        font-weight: normal !important; }
.work-at-spnypcl .section.-type04 .link span {
        background-color: #389A5D; }
.work-at-spnypcl .section.-type05 {
      margin-top: -140px;
      padding-top: 140px; }
.work-at-spnypcl .section.-type05 > h3 {
        margin-top: 140px; }
.work-at-spnypcl .section.-type05 .section__box {
        border: 1px solid #514D9E; }
.work-at-spnypcl .section.-type05 .section__box-label {
          background-color: #514D9E; }
.work-at-spnypcl .section.-type05 .contents-ttl {
        color: #514D9E;
        font-weight: normal !important; }
.work-at-spnypcl .section.-type05 .link span {
        background-color: #514D9E; }
.work-at-spnypcl .section__main {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 60px; }
.work-at-spnypcl .section__main.-type01 {
        display: block; }
.work-at-spnypcl .section__main.-type01 .section__main-contents {
          width: 100%;
          margin-right: 0; }
.work-at-spnypcl .section__main.-type01 .setion__sub-contents {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          width: 100%;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; }
.work-at-spnypcl .section__main.-type01 .setion__sub-contents .link {
            margin-top: 60px;
            width: calc((100% - 96px) / 3);
            margin-right: 48px; }
.work-at-spnypcl .section__main.-type01 .setion__sub-contents .link:nth-child(3n) {
              margin-right: 0; }
.work-at-spnypcl .section__main.-type01 .setion__sub-contents .link > img {
              -o-object-fit: cover;
                 object-fit: cover;
              aspect-ratio: 16 / 9;
              background-color: #000; }
.work-at-spnypcl .section__main.-type01 .setion__sub-contents .link > img.-object-fit-contain {
                -o-object-fit: contain;
                   object-fit: contain; }
.work-at-spnypcl .section__main-contents {
        margin-right: 40px;
        width: 65%; }
.work-at-spnypcl .section .link span {
      padding: 9px 14px 5px;
      color: #fff; }
.work-at-spnypcl .section-subttl {
      font-size: 26px;
      color: #333333;
      margin-bottom: 10px; }
.work-at-spnypcl .section .text.-note li {
      padding-left: 12px; }
.work-at-spnypcl .section .text.-note li span {
        display: inline-block;
        margin-left: -12px; }
.work-at-spnypcl .section .text.-sm {
      font-size: 14px; }
.work-at-spnypcl .section .text.-sm + .text {
        margin-top: -30px; }
.work-at-spnypcl .section .text small {
      font-size: 12px; }
.work-at-spnypcl .section .contents-ttl {
      font-size: 25px;
      margin-bottom: 30px; }
.main {
  position: relative; }
.main .entry-btn {
    position: absolute;
    position: fixed;
    background-color: #00625D;
    width: 180px;
    height: 180px;
    right: -42px;
    top: 95px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    border-radius: 50%;
    -webkit-transition: top 300ms ease;
    transition: top 300ms ease;
    z-index: 1;
    border: 1px solid #00625D; }
.main .entry-btn.up {
      top: 27px; }
.main .entry-btn:hover {
      text-decoration: none; }
.main .entry-btn > .text {
      color: #fff;
      font-size: 26px;
      padding-bottom: 56px;
      padding-left: 36px; }
.main .main-ttl__button {
    position: relative;
    font-size: 16px; }
.main .main-ttl__button::after {
      content: '';
      width: 6px;
      position: absolute;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      height: 11px;
      top: 47%;
      left: -14px;
      background-size: cover;
      background-image: url(/assets/img/common/icon-arrow.svg); }
.main .main-ttl__button:hover {
      text-decoration: none; }
.entry-btn-area {
  text-align: center; }
.entry-btn-area__item {
    display: inline-block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 20px 50px;
    color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    vertical-align: middle;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    font-size: 28px;
    background: #00615c;
    line-height: 1.5; }
.entry-btn-area__item span {
      font-size: 80%;
      display: block; }
.entry-btn-area__item::after {
      background: url(/assets/img/common/icon-outer-link-01.png);
      background-size: 28px 26px;
      width: 28px;
      height: 26px;
      display: inline-block;
      content: "";
      vertical-align: -3px;
      margin-left: 9px; }
.entry-btn-area__text {
    margin-top: 10px; }
@media screen and (max-width: 811px) {
    .t-faq {
      margin-top: 40px; }
      .t-faq_q {
        padding-bottom: 2rem;
        padding-top: 2rem;
        padding-left: 2em;
        font-size: 18px; }
        .t-faq_q::before {
          content: "Q  ";
          font-size: 22px;
          top: 1.5rem; }
      .t-faq_a {
        padding-left: 3em; }
        .t-faq_a::before {
          content: "A  ";
          font-size: 16px;
          top: 1.8rem;
          left: 0.5rem; }
    .t-faq .js-accordion-target.is-open {
      display: none; }
  .info .flex-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #e3e3e3; }
    .info .flex-box .sub-block {
      width: 100%;
      border-right: none;
      border-bottom: 1px solid #e3e3e3;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .info .flex-box .sub-block.-narrow {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #e3e3e3;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
      .info .flex-box .sub-block:last-child {
        border-bottom: none; }
      .info .flex-box .sub-block ul li.-top {
        text-align: left; }
  .recruit-flow__block__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 80px; }
  .recruit-flow__block__item {
    width: 100%; }
  #interview-01 h1.main-ttl {
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    color: #004395;
    width: 100%; }
  #interview-01 .main-ttl__button {
    margin-top: 40px; }
  #interview-01 .profile-block {
    padding-bottom: 36px; }
    #interview-01 .profile-block .main-img {
      max-width: none;
      margin-top: 7.4%;
      margin-right: -15px;
      margin-left: -15px; }
  #interview-01 .main-txtblock {
    max-width: 100%; }
    #interview-01 .main-txtblock::after {
      width: 41%;
      height: 31%;
      min-width: 200px;
      min-height: 230px;
      right: -15px; }
    #interview-01 .main-txtblock.-type01::before {
      width: 30vw;
      right: -15px; }
    #interview-01 .main-txtblock.-type01::after {
      min-width: auto;
      min-height: auto;
      bottom: -11%; }
    #interview-01 .main-txtblock.-type02::before {
      width: 30vw;
      right: -15px; }
    #interview-01 .main-txtblock.-type02::after {
      min-width: auto;
      min-height: auto;
      bottom: -11%;
      width: 30vw;
      height: 64%; }
    #interview-01 .main-txtblock .sub-ttl {
      margin-bottom: 34px;
      font-size: 22px; }
  #interview-01 .profile-block.-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  #interview-01 .profile-block .number {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    font-size: 60px; }
  #interview-01 .main-txtblock .year, #interview-01 .main-txtblock .name {
    margin-bottom: 10px; }
  #interview-01 .profile-block .number::after {
    border-width: 0 0 164px 164px;
    right: -5.55vw; }
  #interview-01 .ttl-block {
    margin-bottom: 49px; }
  #interview-01 .main-txtblock .position {
    font-size: 12px; }
    .message.-type01 .img {
      float: none;
      width: 100%;
      max-width: 300px;
      padding: 0;
      margin: 0 auto; }
    .message.-type01 .title {
      margin-top: 40px;
      font-size: 30px; }
    #recruit-post01 .pc-only {
      display: none; }
    #recruit-post01 .pl-20-pc {
      padding-left: 0; }
    #recruit-post01 h1.main-ttl {
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      margin-top: 60px; }
    #recruit-post01 .main-ttl__button {
      margin-top: 40px; }
    #recruit-post01 .profile-block {
      padding-bottom: 36px; }
      #recruit-post01 .profile-block .main-txtblock {
        padding-right: 0; }
      #recruit-post01 .profile-block .main-img {
        margin-right: -70px;
        margin-left: -70px;
        max-width: none;
        width: auto;
        margin-top: 7.7%; }
    #recruit-post01 .main-txtblock {
      width: 100%; }
      #recruit-post01 .main-txtblock::after {
        width: 41%;
        height: 31%;
        min-width: 200px;
        min-height: 230px;
        right: -15px; }
      #recruit-post01 .main-txtblock.-type01::before {
        width: 30vw;
        right: -15px; }
      #recruit-post01 .main-txtblock.-type01::after {
        min-width: auto;
        min-height: auto;
        bottom: -11%; }
      #recruit-post01 .main-txtblock.-type02::before {
        width: 30vw;
        right: -15px; }
      #recruit-post01 .main-txtblock.-type02::after {
        min-width: auto;
        min-height: auto;
        bottom: -11%;
        width: 30vw;
        height: 64%; }
      #recruit-post01 .main-txtblock .sub-ttl {
        margin-bottom: 34px;
        font-size: 22px; }
    #recruit-post01 .profile-block.-flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    #recruit-post01 .profile-block .number {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      font-size: 60px; }
    #recruit-post01 .main-txtblock .year, #recruit-post01 .main-txtblock .name {
      margin-bottom: 5px; }
    #recruit-post01 .profile-block .number::after {
      border-width: 0 0 164px 164px; }
    #recruit-post01 .ttl-block {
      margin-bottom: 49px; }
    #recruit-post01 .main-txtblock .position {
      font-size: 12px; }
    #recruit-post01 .txt-block {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      #recruit-post01 .txt-block .block01, #recruit-post01 .txt-block .block02 {
        margin-bottom: 46px;
        padding-left: 0;
        width: 100%; }
      #recruit-post01 .txt-block .sub-txt {
        font-size: 14px;
        margin-bottom: 8px; }
        #recruit-post01 .txt-block .sub-txt.-type01 {
          color: #2754A3; }
      #recruit-post01 .txt-block .txtblock-ttl {
        margin-bottom: 20px;
        font-size: 20px; }
      #recruit-post01 .txt-block .main-txt {
        font-size: 14px; }
      #recruit-post01 .txt-block.-image {
        margin-top: 40px; }
        #recruit-post01 .txt-block.-image .main-img {
          max-width: none;
          margin-left: -15px;
          margin-right: -15px;
          width: 110%;
          padding-left: 0;
          margin-bottom: 7.7%;
          margin-top: -30px; }
      #recruit-post01 .txt-block.type01 {
        position: relative;
        margin-left: auto;
        margin-top: 30vw; }
      #recruit-post01 .txt-block.-type01 {
        margin-bottom: 0; }
        #recruit-post01 .txt-block.-type01::before {
          position: absolute;
          content: '';
          width: 100%;
          height: 78vw;
          z-index: -1;
          max-width: none;
          left: 0;
          background-repeat: no-repeat;
          background-size: contain;
          background-image: url(/assets/img/recruit/interview/post03/img-item-01.png); }
        #recruit-post01 .txt-block.-type01 .block01 {
          width: 100%;
          margin-left: auto;
          margin-top: 70%;
          margin-bottom: 46px;
          padding-left: 0; }
      #recruit-post01 .txt-block.-type02 {
        margin-bottom: 0; }
    #recruit-post01 .img-block .txt-block.-type02 {
      width: 100%; }
      #recruit-post01 .img-block .txt-block.-type02 .block01 {
        margin-bottom: 46px;
        padding-left: 0; }
    #recruit-post01 .img-block .txt-block.-type03 {
      width: 100%;
      margin-left: auto; }
    #recruit-post01 .txt-block.-right {
      width: 100%;
      padding-left: 0;
      margin-bottom: 110px; }
    #recruit-post01 .bg-gl {
      padding-top: 30px; }
    #recruit-post01 .img-block.-flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      #recruit-post01 .img-block.-flex .txt-block {
        width: auto;
        padding-left: 0; }
      #recruit-post01 .img-block.-flex .main-img {
        min-width: auto;
        max-width: none;
        padding-left: 0;
        width: auto;
        margin-bottom: 46px; }
    #recruit-post01 .bg-gl::before {
      width: 100%;
      height: 34%; }
    #recruit-post01 .bg-gl .square {
      width: 116px;
      height: 116px;
      top: -94px; }
      #recruit-post01 .bg-gl .square::before {
        border-width: 116px 116px 0 0; }
      #recruit-post01 .bg-gl .square::after {
        width: 54px;
        height: 54px; }
    #recruit-post01 .post-content {
      margin-bottom: 40px; }
      #recruit-post01 .post-content .schedule {
        margin: 40px 0 80px;
        margin-left: -15px;
        margin-right: -15px;
        padding: 15px;
        border-left: none;
        border-right: none; }
        #recruit-post01 .post-content .schedule .time {
          font-size: 12px;
          min-width: 60px; }
        #recruit-post01 .post-content .schedule .schedule-txt {
          font-size: 12px; }
        #recruit-post01 .post-content .schedule .-type01 {
          color: #2754A3; }
        #recruit-post01 .post-content .schedule .schedule-ttl {
          padding-top: 20px; }
        #recruit-post01 .post-content .schedule .schedule-txt {
          color: #000000;
          padding-bottom: 25px; }
          #recruit-post01 .post-content .schedule .schedule-txt::before {
            position: absolute;
            content: '';
            border-radius: 5px;
            width: 10px;
            height: 10px;
            left: -6px; }
        #recruit-post01 .post-content .schedule h3 {
          font-size: 18px;
          font-weight: normal;
          margin-bottom: 30px;
          margin-top: 0; }
        #recruit-post01 .post-content .schedule .schedule-sub-block.-last {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          font-size: 16px; }
        #recruit-post01 .post-content .schedule .schedule-sub-block .-bottom {
          padding-left: 0px;
          font-size: 12px; }
      #recruit-post01 .post-content .main-img.-spwide {
        width: 180%;
        margin-right: -15px;
        margin-left: -15px;
        overflow: hidden;
        -webkit-transform: translateX(-20%);
                transform: translateX(-20%);
        margin-bottom: 40px; }
      #recruit-post01 .section-related__ttl {
        font-size: 18px;
        margin-bottom: 20px; }
  .recruit2023 .main-ttl {
    font-size: 40px; }
  .recruit2023 .sub-ttl {
    line-height: 1.4;
    font-size: 24px; }
    .recruitment .main-ttl {
      margin-bottom: 16px;
      font-size: 36px; }
    .recruitment .main-ttl.-type03 {
      font-size: 32px;
      margin-top: 50px;
      color: #004395; }
      .recruitment .main-ttl__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
    .recruitnew h2.subttl {
      font-size: 20px; }
    .recruitnew .sub-ttl.-lv2 {
      font-size: 30px; }
    .recruitnew .main-ttl {
      font-size: 32px;
      margin: 0 0 30px; }
      .recruitnew .main-ttl.-type02 {
        font-size: 52px; }
      .recruitnew .main-ttl.-type03 {
        font-size: 44px; }
    .recruitnew .img-ttl {
      margin-bottom: 40px; }
    .recruitnew .img-subttl {
      margin-bottom: 40px; }
    .recruitnew .main-contents .text-block {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .recruitnew .main-contents .text-block .text {
        padding-right: 0;
        width: 100%; }
      .recruitnew .main-contents .text-block .image {
        width: 100%;
        max-width: 250px;
        margin: 4rem auto 0; }
    .recruitnew .main-contentsBlock {
      margin-bottom: 120px; }
      .recruitnew .main-contentsBlock-txt {
        font-size: 14px; }
      .recruitnew .main-contentsBlock.-info .el-buttonBlock {
        margin-top: 40px; }
    .recruitnew .page-nav {
      margin: 0 0 40px; }
      .recruitnew .business-page-list.-col2 li {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 49%;
                flex: 0 0 49%;
        max-width: 49%; }
        .recruitnew .business-page-list.-col2 li:first-child {
          margin-right: 1%; }
        .recruitnew .business-page-list.-col2 li:last-child {
          margin-left: 1%; }
    .recruitnew .el-button.-type01 {
      width: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .recruitnew .interview-blockItem {
        width: 100%;
        margin-bottom: 40px; }
        .recruitnew .interview-blockItem .text {
          width: 100%; }
        .recruitnew .interview-blockItem .el-img {
          width: 100%;
          margin-top: 10px;
          max-width: none; }
    .work-at-spnypcl {
      margin-top: 60px; }
        .work-at-spnypcl .main-ttl.-type01 {
          font-size: 32px;
          width: 100%; }
        .work-at-spnypcl .main-ttl__block {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          margin-bottom: 40px; }
        .work-at-spnypcl .main-ttl__button {
          display: inline-block;
          margin-left: auto;
          font-size: 16px;
          text-align: center; }
          .work-at-spnypcl .main-ttl__button::after {
            left: -12px; }
      .work-at-spnypcl .sub-ttl {
        font-size: 28px;
        margin-bottom: 40px; }
      .work-at-spnypcl .text-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .work-at-spnypcl .text-block__item {
          width: 100%;
          padding-right: 0; }
        .work-at-spnypcl .text-block__img {
          max-width: 530px;
          margin: 40px auto 0;
          width: 100%; }
          .work-at-spnypcl .page-nav__list__item {
            width: calc( 100% / 2 - 10px); }
      .work-at-spnypcl .setion__sub-contents {
        width: 100%;
        margin-top: 24px; }
        .work-at-spnypcl .section-ttl {
          margin: 0 0 40px;
          max-width: 340px; }
        .work-at-spnypcl .section__box {
          padding: 60px 24px 24px; }
              .work-at-spnypcl .section__main.-type01 .setion__sub-contents .link {
                width: 100%;
                margin-right: 0;
                margin-top: 0; }
        .work-at-spnypcl .section__main {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }
          .work-at-spnypcl .section__main-contents {
            width: 100%;
            margin-right: 0; }
      .main .entry-btn {
        width: 109px;
        height: 109px;
        right: -23px;
        top: 90px; }
        .main .entry-btn.up {
          top: 36px; }
        .main .entry-btn > .text {
          font-size: 18px;
          padding-bottom: 31px;
          padding-left: 17px; }
      .main .main-ttl__button {
        display: inline-block;
        margin: 32px auto 0 !important;
        font-size: 16px;
        text-align: center; }
      .entry-btn-area__item {
        font-size: 18px;
        padding: 15px 20px; } }
@media screen and (min-width: 811px) {
      .info .flex-box .sub-block.-col3 {
        width: 33.33333%; }
      .info .flex-box .sub-block.-col1 {
        width: 100%; } }
@media (hover: none) {
  .recruit2023 .business-page-list li a:hover {
    -webkit-transition: none;
    transition: none; } }
@media screen and (min-width: 810px) {
      .main .entry-btn:hover {
        background-color: #fff;
        border: 1px solid #00625D;
        -webkit-transition: .4s ease-in-out;
        transition: .4s ease-in-out; }
        .main .entry-btn:hover > .text {
          color: #00625D; } }
