@charset "UTF-8";
/*
---------------------------------------------------------------------------------------------------------------------
募集職種　アコーディオン
---------------------------------------------------------------------------------------------------------------------
*/
#JobsMenu {
  margin-top: 40px; }

.accordion-area {
  list-style: none;
  /*アコーディオンタイトル*/ }
  .accordion-area .title {
    position: relative;
    cursor: pointer;
    padding: 20px 0;
    transition: all .5s ease; }
    @media (min-width: 768px) {
      .accordion-area .title {
        padding: 30px 0; } }
    .accordion-area .title .JobsTitle {
      margin: auto; }
      @media (min-width: 768px) {
        .accordion-area .title .JobsTitle {
          display: flex; } }
      .accordion-area .title .JobsTitle h3 {
        font-size: 1.2em;
        display: flex;
        align-items: center;
        margin-left: 50px; }
        @media (min-width: 768px) {
          .accordion-area .title .JobsTitle h3 {
            font-size: 1.5em; } }
    .accordion-area .title .PlusBtn {
      background-color: #019FE3;
      width: 40px;
      height: 40px;
      border-radius: 50px;
      position: absolute;
      top: calc( 48% - 19px );
      left: 0;
      z-index: 0; }
    .accordion-area .title::after, .accordion-area .title::before {
      position: absolute;
      content: '';
      width: 15px;
      height: 1.5px;
      left: 13px;
      background-color: #fff;
      z-index: 10; }
    .accordion-area .title::before {
      top: 48%;
      transform: rotate(0deg); }
    .accordion-area .title::after {
      top: 48%;
      transform: rotate(90deg); }
    .accordion-area .title.close1::before {
      transform: rotate(45deg); }
    .accordion-area .title.close1::after {
      transform: rotate(-45deg); }
  .accordion-area li.area {
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    /*アコーディオンで現れるエリア*/ }
    .accordion-area li.area:last-child {
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    .accordion-area li.area .MenuBox {
      display: none;
      padding: 0px 0 10px 0; }
      @media (min-width: 768px) {
        .accordion-area li.area .MenuBox {
          padding: 20px 0 40px 0; } }

/*
---------------------------------------------------------------------------------------------------------------------
エントリー
---------------------------------------------------------------------------------------------------------------------
*/
.entry-contents .step {
  margin-top: 60px; }
  @media (min-width: 1024px) {
    .entry-contents .step {
      margin-top: 90px; } }
  .entry-contents .step.first {
    margin-top: 0; }
  .entry-contents .step .step-title {
    display: flex; }
    .entry-contents .step .step-title h3 {
      font-size: 1.125em;
      line-height: 1.2em;
      margin-top: 12px; }
      @media (min-width: 1024px) {
        .entry-contents .step .step-title h3 {
          font-size: 1.375em; } }
    .entry-contents .step .step-title h4 {
      font-size: 1.5em;
      line-height: 1.2em;
      display: flex;
      align-items: flex-end; }
      @media (min-width: 1024px) {
        .entry-contents .step .step-title h4 {
          font-size: 2.0em; } }
      .entry-contents .step .step-title h4::before {
        border-top: 1px solid #fff;
        content: "";
        width: 1.0em;
        margin: 0 4px 4px 10px; }
        @media (min-width: 768px) {
          .entry-contents .step .step-title h4::before {
            margin: 0 2px 4px 10px;
            width: 1.5em; } }
        @media (min-width: 1024px) {
          .entry-contents .step .step-title h4::before {
            margin: 0 2px 4px 10px; } }
  .entry-contents .step p {
    font-size: 0.85em;
    line-height: 1.8em;
    margin-top: 30px; }
    @media (min-width: 1024px) {
      .entry-contents .step p {
        font-size: 1.0em;
        margin-top: 45px; } }
  .entry-contents .step ul {
    margin-top: 30px; }
    @media (min-width: 1024px) {
      .entry-contents .step ul {
        margin-top: 45px; } }
    .entry-contents .step ul li {
      font-size: 0.85em;
      line-height: 1.4em;
      margin-bottom: 10px; }
      @media (min-width: 1024px) {
        .entry-contents .step ul li {
          font-size: 1.0em; } }
.entry-contents .check {
  margin-top: 45px;
  padding: 25px 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px; }
  .entry-contents .check.back1 {
    position: relative;
    height: 200px; }
    .entry-contents .check.back1::before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-image: url(../../img/page/entry/interview.webp);
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      height: 100%;
      z-index: -1;
      opacity: 0.35;
      border-radius: 20px; }
      @media (min-width: 1024px) {
        .entry-contents .check.back1::before {
          border-radius: 30px; } }
  .entry-contents .check.back2 {
    background-color: rgba(255, 255, 255, 0.1); }
  @media (min-width: 1024px) {
    .entry-contents .check {
      border-radius: 30px;
      padding: 35px 25px; } }
  @media (min-width: 1250px) {
    .entry-contents .check {
      padding: 40px 45px; } }
  .entry-contents .check h3 {
    font-size: 1.375em;
    line-height: 1.2em; }
  .entry-contents .check p {
    font-size: 1.0em;
    line-height: 1.6em; }
  .entry-contents .check .check1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%; }
    .entry-contents .check .check1 .check1-in {
      width: 100%; }
      .entry-contents .check .check1 .check1-in p {
        font-weight: 500; }
    .entry-contents .check .check1 .check-in .common-btn {
      margin-top: 20px; }
      @media (min-width: 1024px) {
        .entry-contents .check .check1 .check-in .common-btn {
          margin-top: 0; } }
    @media (min-width: 1024px) {
      .entry-contents .check .check1 .check-in {
        display: flex;
        align-items: center;
        justify-content: space-between; } }
  .entry-contents .check .check2-in {
    margin-top: 10px; }
    @media (min-width: 1250px) {
      .entry-contents .check .check2-in {
        margin-top: 20px; } }
    .entry-contents .check .check2-in p {
      margin-bottom: 20px; }
      @media (min-width: 1024px) {
        .entry-contents .check .check2-in p {
          margin-bottom: 0; } }
  .entry-contents .check ul {
    display: flex;
    margin-top: 30px; }
    @media (min-width: 1024px) {
      .entry-contents .check ul {
        margin-top: 45px; } }
    .entry-contents .check ul li {
      margin-right: 5px; }
      @media (min-width: 768px) {
        .entry-contents .check ul li {
          margin-right: 10px; } }
      @media (min-width: 1024px) {
        .entry-contents .check ul li {
          margin-right: 20px; } }
      .entry-contents .check ul li:last-child {
        margin-right: 0; }
      .entry-contents .check ul li img {
        border-radius: 10px; }
        @media (min-width: 1024px) {
          .entry-contents .check ul li img {
            border-radius: 20px; } }
      .entry-contents .check ul li h6 {
        font-size: 0.75em;
        font-weight: 300;
        line-height: 1.35em;
        margin-top: 10px; }
        @media (min-width: 1024px) {
          .entry-contents .check ul li h6 {
            font-size: 0.8em; } }
.entry-contents .kome {
  margin: 30px 0 10px; }
  @media (min-width: 1024px) {
    .entry-contents .kome {
      margin: 30px 0 10px; } }
  .entry-contents .kome p {
    font-size: 0.85em;
    line-height: 1.4em; }
    @media (min-width: 1024px) {
      .entry-contents .kome p {
        font-size: 1.0em; } }

.uketuke h3 {
  font-size: 1.125em;
  line-height: 1.4em; }
.uketuke h5 {
  font-size: 1.0em;
  font-weight: 400;
  line-height: 1.6em;
  margin-top: 20px; }

#contact {
  padding-top: 50px; }
  @media (min-width: 1024px) {
    #contact {
      padding-top: 100px; } }

#mailformpro {
  width: 100%;
  padding: 60px 0 100px; }
  #mailformpro .mfp_element_all {
    max-width: 100%; }
  #mailformpro dt p {
    display: flex;
    align-items: center; }
  #mailformpro dl .yoko .InputItem:first-child {
    margin-bottom: 40px; }
  @media (min-width: 768px) {
    #mailformpro dl .yoko {
      display: flex; }
      #mailformpro dl .yoko .InputItem:first-child {
        padding-right: 15px;
        margin-bottom: 0px; }
      #mailformpro dl .yoko .InputItem:last-child {
        padding-left: 15px; } }
  @media (min-width: 1250px) {
    #mailformpro dl .yoko {
      display: flex; }
      #mailformpro dl .yoko .InputItem:first-child {
        padding-right: 20px; }
      #mailformpro dl .yoko .InputItem:last-child {
        padding-left: 20px; } }
  #mailformpro dl .InputItem {
    width: 100%; }
    #mailformpro dl .InputItem dt {
      display: flex;
      align-items: center;
      font-size: 0.9em;
      font-weight: bold;
      line-height: 1.0em;
      color: #fff;
      margin-bottom: 10px; }
      @media (min-width: 1024px) {
        #mailformpro dl .InputItem dt {
          font-size: 1.0em;
          margin-bottom: 15px; } }
      #mailformpro dl .InputItem dt .required {
        margin: 0 0 0 10px; }
        @media (min-width: 1024px) {
          #mailformpro dl .InputItem dt .required {
            margin: 6px 0 0 10px; } }
        #mailformpro dl .InputItem dt .required img {
          width: 40px; }
          @media (min-width: 1024px) {
            #mailformpro dl .InputItem dt .required img {
              width: 45px; } }
    #mailformpro dl .InputItem .radio-btn {
      display: flex;
      align-items: center;
      background-color: rgba(255, 255, 255, 0.1);
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: 5px;
      height: 50px;
      padding-left: 20px; }
      @media (min-width: 1024px) {
        #mailformpro dl .InputItem .radio-btn {
          height: 60px;
          border-radius: 10px; } }
      #mailformpro dl .InputItem .radio-btn .wpcf7-list-item.last {
        margin-left: 3em; }
      #mailformpro dl .InputItem .radio-btn p {
        font-size: 0.9em;
        font-weight: normal;
        margin-right: 40px;
        padding-left: 1.4em;
        text-indent: -1.4em; }
        @media (min-width: 768px) {
          #mailformpro dl .InputItem .radio-btn p {
            font-size: 1.0em; } }
    #mailformpro dl .InputItem .RadioBtn {
      display: flex;
      margin-bottom: 40px; }
      #mailformpro dl .InputItem .RadioBtn .wpcf7-list-item.first {
        margin: 0; }
      #mailformpro dl .InputItem .RadioBtn p {
        margin-right: 20px; }
        #mailformpro dl .InputItem .RadioBtn p:last-child {
          margin-right: 0; }
    #mailformpro dl .InputItem dd {
      margin-bottom: 40px;
      width: 100%; }
      #mailformpro dl .InputItem dd input {
        background-color: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 5px;
        height: 50px;
        width: 100%;
        padding: 0 20px;
        font-size: 0.9em;
        color: #fff;
        box-shadow: none; }
        @media (min-width: 1024px) {
          #mailformpro dl .InputItem dd input {
            font-size: 1.0em;
            height: 60px;
            border-radius: 10px; } }
        #mailformpro dl .InputItem dd input::placeholder {
          color: #707070; }
      #mailformpro dl .InputItem dd input:focus, #mailformpro dl .InputItem dd textarea:focus {
        border-color: #E7E7E7;
        box-shadow: 0 0 8px 0 #E7E7E7; }
      #mailformpro dl .InputItem dd textarea {
        background-color: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 5px;
        height: 90px !important;
        width: 100% !important;
        padding: 20px 20px;
        font-size: 0.85em;
        color: #fff;
        box-shadow: none;
        margin-bottom: -5px; }
        @media (min-width: 1024px) {
          #mailformpro dl .InputItem dd textarea {
            font-size: 1.125em;
            height: 110px !important;
            border-radius: 10px; } }
      #mailformpro dl .InputItem dd.Select-arrow {
        position: relative;
        width: 100%; }
        #mailformpro dl .InputItem dd.Select-arrow::before {
          position: absolute;
          top: 20px;
          margin: auto;
          right: 20px;
          width: 10px;
          height: 10px;
          content: '';
          border-bottom: solid 1px #fff;
          border-right: solid 1px #fff;
          transform: rotate(45deg);
          pointer-events: none;
          z-index: 1; }
          @media (min-width: 1024px) {
            #mailformpro dl .InputItem dd.Select-arrow::before {
              top: 23px; } }
      #mailformpro dl .InputItem dd .mfp_err {
        margin-top: 5px;
        font-size: 0.9em; }
      #mailformpro dl .InputItem dd select {
        background-color: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 5px;
        height: 50px;
        width: 100%;
        padding: 0 20px;
        font-size: 0.9em;
        color: #fff;
        box-shadow: none;
        -webkit-appearance: none;
        appearance: none; }
        @media (min-width: 1024px) {
          #mailformpro dl .InputItem dd select {
            font-size: 1.0em;
            border-radius: 10px;
            height: 60px; } }
        #mailformpro dl .InputItem dd select::-ms-expand {
          display: none; }
      #mailformpro dl .InputItem dd .select {
        color: #fff; }
      #mailformpro dl .InputItem dd select option:first-child {
        color: #707070; }
      #mailformpro dl .InputItem dd select option {
        color: #000066; }
  #mailformpro .agreement {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 60px auto 30px; }
    @media (min-width: 1024px) {
      #mailformpro .agreement {
        margin: 100px auto 60px; } }
    #mailformpro .agreement input {
      width: 20px;
      height: 20px;
      border: none;
      margin: 2.5px 10px 0 0; }
    #mailformpro .agreement p {
      font-family: "Noto Sans JP", sans-serif;
      font-optical-sizing: auto;
      font-weight: 400;
      font-size: 0.85em;
      line-height: 1.2em;
      font-feature-settings: "palt";
      letter-spacing: 0.05em;
      color: #fff; }
      @media (min-width: 1024px) {
        #mailformpro .agreement p {
          font-size: 1.0em; } }
      #mailformpro .agreement p a {
        color: #fff;
        position: relative; }
        #mailformpro .agreement p a::after {
          position: absolute;
          bottom: 0;
          left: 0;
          content: '';
          width: 100%;
          height: 1px;
          background: #fff;
          transform: scale(0, 1);
          transform-origin: right top;
          transition: transform .3s; }
        #mailformpro .agreement p a:hover::after {
          transform-origin: left top;
          transform: scale(1, 1); }
  #mailformpro .mf_button {
    text-align: center; }
    #mailformpro .mf_button button, #mailformpro .mf_button p input {
      background-color: unset;
      border: none;
      color: #152436;
      text-align: center;
      font-size: 0.9em;
      font-weight: bold;
      max-width: 300px;
      width: 90%;
      height: 50px;
      position: relative;
      background-color: #fff;
      border-radius: 50px;
      transition: .5s; }
      @media (min-width: 1250px) {
        #mailformpro .mf_button button, #mailformpro .mf_button p input {
          font-size: 1.0em;
          height: 60px; } }
      #mailformpro .mf_button button:hover, #mailformpro .mf_button p input:hover {
        color: #fff;
        background-color: #019FE3; }
      #mailformpro .mf_button button span, #mailformpro .mf_button p input span {
        display: inline-block; }
      #mailformpro .mf_button button:hover span, #mailformpro .mf_button p input:hover span {
        transform: rotateY(360deg);
        transition: .6s; }
        #mailformpro .mf_button button:hover span:nth-of-type(1), #mailformpro .mf_button p input:hover span:nth-of-type(1) {
          transition-delay: .02s; }
        #mailformpro .mf_button button:hover span:nth-of-type(2), #mailformpro .mf_button p input:hover span:nth-of-type(2) {
          transition-delay: .04s; }
        #mailformpro .mf_button button:hover span:nth-of-type(3), #mailformpro .mf_button p input:hover span:nth-of-type(3) {
          transition-delay: .06s; }
        #mailformpro .mf_button button:hover span:nth-of-type(4), #mailformpro .mf_button p input:hover span:nth-of-type(4) {
          transition-delay: .08s; }
        #mailformpro .mf_button button:hover span:nth-of-type(5), #mailformpro .mf_button p input:hover span:nth-of-type(5) {
          transition-delay: .10s; }
        #mailformpro .mf_button button:hover span:nth-of-type(6), #mailformpro .mf_button p input:hover span:nth-of-type(6) {
          transition-delay: .12s; }
        #mailformpro .mf_button button:hover span:nth-of-type(7), #mailformpro .mf_button p input:hover span:nth-of-type(7) {
          transition-delay: .14s; }
        #mailformpro .mf_button button:hover span:nth-of-type(8), #mailformpro .mf_button p input:hover span:nth-of-type(8) {
          transition-delay: .16s; }
        #mailformpro .mf_button button:hover span:nth-of-type(9), #mailformpro .mf_button p input:hover span:nth-of-type(9) {
          transition-delay: .18s; }
      #mailformpro .mf_button button .arrow, #mailformpro .mf_button p input .arrow {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 15px;
        margin: auto;
        display: flex;
        justify-content: center;
        transition: .5s; }
        @media (min-width: 768px) {
          #mailformpro .mf_button button .arrow, #mailformpro .mf_button p input .arrow {
            right: 20px; } }
        #mailformpro .mf_button button .arrow img, #mailformpro .mf_button p input .arrow img {
          width: 35px; }
          @media (min-width: 1250px) {
            #mailformpro .mf_button button .arrow img, #mailformpro .mf_button p input .arrow img {
              width: 50px; } }
