@charset "UTF-8";
.flex_recruit {
  width: 352px;
  height: 800px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start; }
  .flex_recruit img {
    width:100%; }

@keyframes slideShow {
  0% {
    transform: translateY(0%); }
  100% {
    transform: translateY(100%); } }
@keyframes slideShow2 {
  0% {
    transform: translateY(100%); }
  100% {
    transform: translateY(0%); } }
.recruit_index {
  background-color: #FCC800; }
  .recruit_index h2 {
    font: 6rem/1.0em 'Noto Sans JP', sans-serif;
    font-weight: bold;
    color: #113479;
    position: relative;
    margin: 0 auto 40px;
    padding: 0 50px;
    width: fit-content;
    z-index: 5; }
    .recruit_index h2:before {
      position: absolute;
      content: "";
      display: block;
      height: 2px;
      width: 80px;
      background-color: #113479;
      left: -20px;
      top: 35px;
      transform: rotate(65deg); }
    .recruit_index h2:after {
      position: absolute;
      content: "";
      display: block;
      height: 2px;
      width: 80px;
      background-color: #113479;
      right: -20px;
      top: 35px;
      transform: rotate(-65deg); }
  .recruit_index p {
    font: 2.0rem/2.5em 'Noto Sans JP', sans-serif;
    font-weight: 700;
    margin: 0 0 50px;
    position: relative;
    z-index: 5; }
  .recruit_index p.top {
    position: relative;
    z-index: 5;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    font: 5rem/1.0em 'Noto Sans JP', sans-serif;
    font-weight: bold;
    margin: 0 0 20px; }
    .recruit_index p.top sub {
      font: 5rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: bold;
      margin: 10px 0 0;
      display: block; }
    .recruit_index p.top span {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      align-items: flex-start;
      color: #fff; }
  .recruit_index a {
    display: block;
    width: 350px;
    height: 80px;
    margin: 0 auto;
    background-color: #113479;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    font: 1.7rem/78px 'Noto Sans JP', sans-serif;
    font-weight: bold;
    position: relative;
    z-index: 2; }

.recruit_item {
  position: relative;
  padding: 0 80px;
  max-width: 1460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto; }

.recruit_flex {
  height: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
  width: calc(100% - 400px);
  max-width: 900px;
  position: relative;
  padding: 0 60px 0 80px; }
  .recruit_flex .recruit {
    background: url("../images/index/recruit.svg") center center no-repeat;
    width: 143px;
    height: 800px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    z-index: 1;
    display: block;
    margin: 0; }
  .recruit_flex .pic {
    position: relative;
    max-width: 339px;
    width: calc(100% - 400px); }
    .recruit_flex .pic img {
      width: 339px;
      right: 0;
      bottom: -30px;
      position: absolute;
      height: 726px;
      z-index: 1; }
  .recruit_flex .txt {
    width: 400px;
    text-align: center; }

@media (hover: hover) {
  .recruit_index a:hover {
    background-color: #fff;
    color: #113479; } }
@media (max-width: 1480px) {
  .recruit_item {
    padding: 0 0 0 80px; } }
@media (max-width: 1280px) {
  .flex_recruit {
    display: none; }

  .recruit_index p.top {
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center; }

  .recruit_item {
    position: relative;
    padding: 0;
    max-width: 1560px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto; }

  .recruit_flex {
    height: 800px;
    width: 100%;
    max-width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 0 0 0 20px; }
    .recruit_flex .recruit {
      background: url("../images/index/recruit.svg") center center no-repeat;
      width: 143px;
      height: 800px;
      overflow: hidden;
      text-indent: 100%;
      white-space: nowrap;
      z-index: 1;
      display: block;
      margin: 0; }
    .recruit_flex .pic {
      position: relative;
      max-width: 339px;
      width: calc(100% - 600px); }
      .recruit_flex .pic img {
        width: 339px;
        right: 0;
        bottom: -30px;
        position: absolute;
        height: 726px;
        z-index: 1; }
    .recruit_flex .txt {
      width: 600px;
      text-align: center; } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .recruit_item {
    position: relative;
    padding: 0;
    max-width: 1560px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto; }

  .recruit_flex {
    height: 800px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 0 20px; }
    .recruit_flex .recruit {
      background: url("../images/index/recruit.svg") center center no-repeat;
      width: 143px;
      height: 800px;
      overflow: hidden;
      text-indent: 100%;
      white-space: nowrap;
      z-index: 1;
      display: block;
      margin: 0; }
    .recruit_flex .pic {
      position: relative;
      max-width: 339px;
      width: calc(100% - 400px); }
      .recruit_flex .pic img {
        width: 339px;
        height: auto;
        top: 50%;
        right: auto;
        bottom: auto;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        /* Safari用 */
        transform: translate(-50%, -50%);
        position: absolute;
        z-index: 1;
        aspect-ratio: 339/726; }
    .recruit_flex .txt {
      width: 400px;
      text-align: center; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .recruit_index h2 {
    font: 3rem/1.0em 'Noto Sans JP', sans-serif;
    font-weight: bold;
    color: #113479;
    position: relative;
    margin: 0 auto 30px;
    padding: 0 30px;
    width: fit-content;
    z-index: 5; }
    .recruit_index h2:before {
      width: 40px;
      top: 20px; }
    .recruit_index h2:after {
      width: 40px;
      top: 20px; }
  .recruit_index p {
    font: 1.8rem/2.5em 'Noto Sans JP', sans-serif;
    font-weight: 700;
    margin: 0 0 40px;
    position: relative;
    z-index: 5; }
  .recruit_index p.top {
    position: relative;
    z-index: 5;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    font: 3rem/1.0em 'Noto Sans JP', sans-serif;
    font-weight: bold;
    margin: 0 auto 20px; }
    .recruit_index p.top sub {
      font: 4rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: bold;
      margin: 10px 0 0;
      display: block; }
    .recruit_index p.top span {
      margin: 0 0 5px;
      font: 4rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: bold;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      align-items: flex-start;
      color: #fff; }
  .recruit_index a {
    display: block;
    width: 300px;
    height: 60px;
    margin: 0 auto;
    background-color: #113479;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    font: 1.7rem / 58px 'Noto Sans JP', sans-serif;
    font-weight: bold;
    position: relative;
    z-index: 2; }

  .recruit_flex {
    height: 550px;
    width: 100%;
    max-width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 0 20px 0 10px; }
    .recruit_flex .recruit {
      background: url("../images/index/recruit.svg") center left no-repeat;
      background-size: contain;
      width: 140px;
      height: 500px;
      overflow: hidden;
      text-indent: 100%;
      white-space: nowrap;
      z-index: 1;
      display: block;
      margin: 0; }
    .recruit_flex .pic {
      position: relative;
      max-width: 339px;
      width: calc(100% - 350px); }
      .recruit_flex .pic img {
        width: 150px;
        height: auto;
        top: 50%;
        right: auto;
        bottom: auto;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        /* Safari用 */
        transform: translate(-50%, -50%);
        position: absolute;
        z-index: 1;
        aspect-ratio: 339/726; }
    .recruit_flex .txt {
      width: 330px;
      text-align: center;
      margin: 0 0 0 auto; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .recruit_index .txt div {
    padding: 0 0 0 120px; }
  .recruit_index h2 {
    font: 2.5rem/1.0em 'Noto Sans JP', sans-serif;
    font-weight: bold;
    color: #113479;
    position: relative;
    margin: 0 auto 13px;
    padding: 0 25px;
    width: fit-content;
    z-index: 5; }
    .recruit_index h2:before {
      width: 40px;
      top: 10px; }
    .recruit_index h2:after {
      width: 40px;
      top: 10px; }
  .recruit_index p {
    font: 1.6rem/2.0em 'Noto Sans JP', sans-serif;
    font-weight: 700;
    margin: 0 0 30px;
    position: relative;
    text-align: left;
    z-index: 5; }
  .recruit_index p.top {
    position: relative;
    z-index: 5;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    font: 3rem/1.0em 'Noto Sans JP', sans-serif;
    font-weight: bold;
    margin: 0 auto 20px; }
    .recruit_index p.top sub {
      font: 4rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: bold;
      margin: 10px 0 0;
      display: block; }
    .recruit_index p.top span {
      margin: 0 0 5px;
      font: 4rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: bold;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      align-items: flex-start;
      color: #fff; }
  .recruit_index a {
    display: block;
    width: 300px;
    height: 60px;
    margin: 0 auto;
    background-color: #113479;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    font: 1.7rem / 58px 'Noto Sans JP', sans-serif;
    font-weight: bold;
    position: relative;
    z-index: 2; }

  .recruit_flex {
    height: 550px;
    width: 100%;
    max-width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 0 20px 0 10px; }
    .recruit_flex .recruit {
      background: url("../images/index/recruit.svg") center left no-repeat;
      background-size: contain;
      width: 140px;
      height: 480px;
      overflow: hidden;
      text-indent: 100%;
      white-space: nowrap;
      z-index: 1;
      display: block;
      margin: 0; }
    .recruit_flex .pic {
      position: relative;
      max-width: 339px;
      width: calc(100% - 350px); }
      .recruit_flex .pic img {
        width: 140px;
        height: auto;
        top: 85px;
        right: auto;
        bottom: auto;
        left: -10px;
        -webkit-transform: translate(0%, 0%);
        /* Safari用 */
        transform: translate(0%, 0%);
        position: absolute;
        z-index: 1;
        aspect-ratio: 339/726; }
    .recruit_flex .txt {
      width: 330px;
      text-align: center;
      margin: 0 0 0 auto; } }
/*max-width:480px*/
