@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
/*==========================================
変数 inc.scss
===========================================*/
/*==========================================
変数 fonts.scss
===========================================*/
.recruitNew {
  margin-bottom: clamp(100px, 15vw, 150px); }

.secTtl {
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: clamp(2.4rem, 4.6vw, 4.6rem);
  line-height: 1.4; }

.bnr-sinup {
  margin: clamp(60px, 15vw, 150px) auto; }
  @media screen and (min-width: 1201px) {
    .bnr-sinup {
      width: 80%; } }
  .bnr-sinup a {
    display: block;
    transition: 0.3s ease-in-out; }
    @media (hover: hover) {
      .bnr-sinup a:hover {
        opacity: 0.6; } }

.entry-btn {
  margin: clamp(80px, 12vw, 120px) auto 0;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: clamp(16px, 2vw, 20px); }
  .entry-btn a {
    display: block;
    max-width: 500px;
    width: 100%;
    background: #1D2B54;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    padding: 1.3em 0;
    border-radius: 100vmax;
    transition: 0.3s ease-in-out; }
    @media (hover: hover) {
      .entry-btn a:hover {
        transform: scale(0.9, 0.9); } }

.recruting-item {
  margin-top: clamp(40px, 8vw, 80px);
  position: relative;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif; }
  @media screen and (min-width: 768px) {
    .recruting-item {
      padding-top: clamp(40px, 4vw, 80px); } }
  .recruting-item .slick-dotted.slick-slider {
    margin-bottom: 0; }
  .recruting-item .item-ttlEn {
    font-family: "Jost", "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans JP", sans-serif;
    font-size: clamp(3.6rem, 7vw, 13rem);
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 1; }
  .recruting-item .item-inner {
    position: relative; }
  .recruting-item .item-cts {
    max-width: 1200px;
    margin: 0 auto; }
    @media screen and (min-width: 768px) {
      .recruting-item .item-cts {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; } }
  .recruting-item .item-ttlJa {
    font-size: clamp(2.4rem, 4vw, 5rem);
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-align: center;
    margin-top: 0.3em;
    margin-bottom: clamp(40px, 6vw, 60px); }
  .recruting-item .item-txtBlock {
    margin-top: clamp(40px, 8vw, 80px); }
  @media screen and (min-width: 768px) {
    .recruting-item .item-slider {
      width: 45%; } }
  @media screen and (min-width: 1201px) {
    .recruting-item .item-slider {
      width: 50%; } }
  @media screen and (max-width: 767px) {
    .recruting-item .item-slider .img-list {
      width: 80%;
      margin: 0 auto; } }
  .recruting-item .item-slider .img-list li img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 0.7692307692; }
    @media screen and (min-width: 1201px) {
      .recruting-item .item-slider .img-list li img {
        /*aspect-ratio: empty;
        height: calc(90vh - 45px);
        min-height: 700px;*/ } }
  .recruting-item .item-data {
    width: 100%; }
    @media screen and (min-width: 768px) {
      .recruting-item .item-data {
        width: 50%; } }
    @media screen and (min-width: 1201px) {
      .recruting-item .item-data {
        width: 45%;
        padding-top: clamp(80px, 18vw, 180px);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start; } }
    @media screen and (max-width: 1200px) {
      .recruting-item .item-data {
        margin-top: clamp(60px, 8vw, 80px); } }
  .recruting-item .item-subttl {
    font-size: clamp(3rem, 4.6vw, 4.6rem);
    letter-spacing: 0.05em;
    line-height: 1.4;
    text-align: center; }
    @media screen and (min-width: 1201px) {
      .recruting-item .item-subttl {
        text-align: left;
        font-size: clamp(2.2rem, 3vw, 4.2rem);
        letter-spacing: 0.14em; } }
  .recruting-item .item-ycdi {
    width: 100%;
    margin: clamp(40px, 6vw, 80px) auto 0; }
    .recruting-item .item-ycdi .ycdi-ttl {
      font-family: "Jost", "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans JP", sans-serif;
      font-size: 1.8rem; }
    .recruting-item .item-ycdi .ycdi-list {
      font-size: clamp(1.6rem, 1.8vw, 1.8rem);
      line-height: 1.2; }
      .recruting-item .item-ycdi .ycdi-list li {
        background: #E5E5E5;
        padding: 0.3em 0.5em; }
        .recruting-item .item-ycdi .ycdi-list li::before {
          content: "#"; }
        .recruting-item .item-ycdi .ycdi-list li:not(:last-child) {
          margin-bottom: 0.5em; }
  .recruting-item .item-more {
    width: 100%;
    font-size: 1.8rem;
    line-height: 1; }
    .recruting-item .item-more a {
      display: block;
      color: #1D2B54;
      position: relative;
      padding: 0 0 0.3em; }
      @media (hover: hover) {
        .recruting-item .item-more a:hover .arw {
          width: 100%; } }
      @media screen and (max-width: 767px) {
        .recruting-item .item-more a {
          width: 13em;
          margin: 0 auto; } }
    .recruting-item .item-more .jost {
      font-size: 2.4rem;
      letter-spacing: 0.1em; }
    .recruting-item .item-more .arw {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 70%;
      height: 1px;
      background: #1D2B54;
      transition: 0.3s ease-in-out; }
      .recruting-item .item-more .arw::after {
        content: "";
        width: 1px;
        height: 10px;
        position: absolute;
        right: 2px;
        bottom: -2px;
        background: #1D2B54;
        transform: rotate(-60deg); }
      @media screen and (max-width: 767px) {
        .recruting-item .item-more .arw {
          width: 100%; } }

.sec-jobDesc {
  margin-top: clamp(60px, 12vw, 120px);
  background: #E5E5E5;
  padding: clamp(60px, 12vw, 120px) 0;
  font-size: clamp(1.6rem, 1.8vw, 1.8rem); }
  .sec-jobDesc .jobDesc-list {
    margin-top: clamp(30px, 6vw, 60px); }
    .sec-jobDesc .jobDesc-list .jobDesc-item {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .sec-jobDesc .jobDesc-list .jobDesc-item:not(:last-child) {
        margin-bottom: 5px; }
      .sec-jobDesc .jobDesc-list .jobDesc-item .item-head {
        width: 30%;
        background: #999;
        color: #fff;
        padding: 30px 2em;
        font-weight: 500; }
        @media screen and (max-width: 767px) {
          .sec-jobDesc .jobDesc-list .jobDesc-item .item-head {
            width: 100%;
            padding: 0.5em 1em;
            text-align: center; } }
      .sec-jobDesc .jobDesc-list .jobDesc-item .item-body {
        background: #fff;
        width: 70%;
        padding: 30px 2em 30px; }
        @media screen and (max-width: 767px) {
          .sec-jobDesc .jobDesc-list .jobDesc-item .item-body {
            width: 100%;
            padding: 25px 1em 30px; } }
      .sec-jobDesc .jobDesc-list .jobDesc-item .item-txt {
        line-height: 1.8; }
        @media screen and (max-width: 767px) {
          .sec-jobDesc .jobDesc-list .jobDesc-item .item-txt {
            line-height: 1.6; } }
        .sec-jobDesc .jobDesc-list .jobDesc-item .item-txt p:not(:last-child) {
          margin-bottom: 1.5em; }

/*# sourceMappingURL=recruiting.css.map */
