@charset "UTF-8";
/* ==================================================
 recruit.css
================================================== */
/* ==================================================
 カラー変数
-------------------------------------------------- */
/* ==================================================
 ブレイクポイント
-------------------------------------------------- */
/* ==================================================
 Animation 関連
-------------------------------------------------- */
/* ==================================================
 フォント
-------------------------------------------------- */
/* --------------------------------------------------
 clamp() フォントサイズ計算関数
	@param $min    - 最小フォントサイズ（px単位の数値）
	@param $max    - 最大フォントサイズ（px単位の数値）
	@param $vp-min - 最小ビューポート幅（デフォルト: 375）
	@param $vp-max - 最大ビューポート幅（デフォルト: 1200）
	@param $root   - ルートフォントサイズ（デフォルト: 16）
-------------------------------------------------- */
/* ==================================================
 体裁
-------------------------------------------------- */
/* ==================================================
 ミックスイン
-------------------------------------------------- */
/* --------------------------------------------------
 メディアクエリ ミックスイン
-------------------------------------------------- */
/* --------------------------------------------------
 コンテナ ミックスイン
-------------------------------------------------- */
/* --------------------------------------------------
 透明度 ミックスイン
-------------------------------------------------- */
/* --------------------------------------------------
 ボックスシャドウ ミックスイン
-------------------------------------------------- */
/* --------------------------------------------------
 その他 ミックスイン
-------------------------------------------------- */
@layer page {
  /* ==================================================
   0.0 - Override & Common
  -------------------------------------------------- */
  #content-area {
    overflow: hidden;
  }
  .header {
    background-color: rgba(255, 253, 251, 0.7);
  }
  .header__logo-link {
    align-items: center;
    gap: 8px;
    width: 210px;
  }
  @media (min-width: 1024px) {
    .header__logo-link {
      gap: 10px;
      width: 230px;
    }
  }
  @media (min-width: 1280px) {
    .header__logo-link {
      width: 310px;
    }
  }
  .header__logo-emblem {
    width: 40px;
  }
  @media (min-width: 1024px) {
    .header__logo-emblem {
      width: 52px;
    }
  }
  @media (min-width: 1280px) {
    .header__logo-emblem {
      width: 64px;
    }
  }
  .header__logo-type {
    color: #000;
    font-size: clamp(0.9375rem, 0.9090909091rem + 0.1212121212vw, 1rem);
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.05em;
    line-height: 1.2;
  }
  @media (min-width: 1024px) {
    .header__logo-type {
      font-size: 17px;
    }
  }
  @media (min-width: 1280px) {
    .header__logo-type {
      font-size: 20px;
    }
  }
  .gnav__link,
  .gnav__child-link,
  .drawer-nav__link,
  .drawer-nav__child-link,
  .section-title {
    color: #000;
    font-family: "Zen Kaku Gothic New", sans-serif;
  }
  .header__hamburger-line {
    color: #000;
  }
  .section-title {
    gap: 20px;
    font-weight: 900;
  }
  .section-title__jp,
  .section-title__en {
    font-size: clamp(1.75rem, 1.4090909091rem + 1.4545454545vw, 2.5rem);
  }
  .section-title__en {
    font-size: 20px;
  }
  /* ==================================================
   1.0 - フッター
  -------------------------------------------------- */
  .footer__inner {
    width: 100%;
    max-width: 980px;
    margin-inline: auto;
    padding-inline: 20px;
  }
  @media (min-width: 600px) {
    .footer__inner {
      padding-inline: 24px;
    }
  }
  @media (min-width: 1024px) {
    .footer__inner {
      max-width: 1200px;
    }
  }
  @media (min-width: 1280px) {
    .footer__inner {
      max-width: 1400px;
      padding-inline: 30px;
    }
  }
  @media (max-width: 1023px) {
    .footer-nav {
      gap: 15px;
    }
  }
  @media (min-width: 1024px) {
    .footer-nav .br {
      display: none;
    }
  }
  /* ------------------------------------------------
   1.1 - Instagram
  ------------------------------------------------ */
  .instagram__list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-block: 20px;
  }
  .instagram__item {
    max-width: 220px;
  }
  .instagram__item .btn {
    justify-content: flex-start;
    gap: 4px;
    width: 220px;
    height: 50px;
    padding-inline: 15px;
    color: #EA932A;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: normal;
  }
  .instagram__item .btn span {
    padding: 0;
  }
  .instagram__item .ico {
    display: inline-block;
    width: 32px;
    height: 32px;
  }
  /* ------------------------------------------------
   1.2 - Instagram - Check It Out!
  ------------------------------------------------ */
  .check-it-out {
    padding-block: clamp(2.5rem, 1.9318181818rem + 2.4242424242vw, 3.75rem);
  }
  .check-it-out .check-it-out__text {
    position: relative;
    z-index: 2;
    width: fit-content;
    margin-inline: auto;
    padding-top: clamp(2.5rem, 1.9318181818rem + 2.4242424242vw, 3.75rem);
    padding-inline: 12%;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: clamp(1rem, 0.8863636364rem + 0.4848484848vw, 1.25rem);
    font-weight: 700;
    line-height: 1.85;
    text-align: center;
  }
  .check-it-out .check-it-out__text::before, .check-it-out .check-it-out__text::after {
    position: absolute;
    z-index: 1;
    inset: 0;
    background-repeat: no-repeat;
    background-size: auto clamp(5.625rem, 4.4886363636rem + 4.8484848485vw, 8.125rem);
    content: "";
  }
  .check-it-out .check-it-out__text::before {
    left: 0;
    background-image: url(../img/recruit/bg_check-it-out_left.svg);
    background-position: left top;
  }
  .check-it-out .check-it-out__text::after {
    right: 0;
    background-image: url(../img/recruit/bg_check-it-out_right.svg);
    background-position: right top;
  }
  .check-it-out .instagram__list {
    gap: clamp(1.25rem, 0.9659090909rem + 1.2121212121vw, 1.875rem);
  }
  .check-it-out .instagram__item {
    max-width: unset;
  }
  .check-it-out .instagram__item .btn {
    gap: clamp(0.3125rem, 0.1704545455rem + 0.6060606061vw, 0.625rem);
    width: clamp(20rem, 18.8636363636rem + 4.8484848485vw, 22.5rem);
    height: clamp(3.75rem, 3.1818181818rem + 2.4242424242vw, 5rem);
    padding-inline: clamp(1.25rem, 0.9659090909rem + 1.2121212121vw, 1.875rem) 20px;
    border: 2px solid #DDD7C1;
    font-size: clamp(1.25rem, 1.1363636364rem + 0.4848484848vw, 1.5rem);
  }
  .check-it-out .instagram__item .ico {
    width: clamp(3rem, 2.8295454545rem + 0.7272727273vw, 3.375rem);
    height: clamp(3rem, 2.8295454545rem + 0.7272727273vw, 3.375rem);
  }
  .check-it-out__inner {
    width: 100%;
    max-width: 980px;
    margin-inline: auto;
    padding-inline: 20px;
  }
  @media (min-width: 600px) {
    .check-it-out__inner {
      padding-inline: 24px;
    }
  }
  @media (min-width: 1024px) {
    .check-it-out__inner {
      padding-inline: 0;
    }
  }
  /* ==================================================
   2.0 - Aside
  -------------------------------------------------- */
  .banner-contact {
    position: fixed;
    left: 50%;
    z-index: 10;
    width: fit-content;
    padding: 20px 30px;
    border-width: 3px 3px 0 3px;
    border-style: solid;
    border-color: #EA932A;
    border-radius: 15px 15px 0 0;
    background-color: #FFFFFF;
    letter-spacing: 0.05em;
    transform: translateX(-50%);
    transition: bottom 0.3s ease, right 0.3s ease;
  }
  @media (min-width: 600px) {
    .banner-contact {
      bottom: 120px;
      left: unset !important;
      width: 65px;
      padding: 15px 0 20px;
      border-width: 4px 0 4px 4px;
      border-radius: 20px 0 0 20px;
      transform: unset !important;
    }
  }
  @media (min-width: 1024px) {
    .banner-contact {
      width: 90px;
      padding-bottom: 35px;
    }
  }
  .banner-contact__item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 15px;
  }
  @media (min-width: 600px) {
    .banner-contact__item {
      flex-direction: column;
      justify-content: flex-start;
      gap: 10px;
    }
  }
  @media (min-width: 1024px) {
    .banner-contact__item {
      gap: 15px;
    }
  }
  .banner-contact__item img {
    display: block;
    width: 24px;
    height: auto;
  }
  @media (min-width: 600px) {
    .banner-contact__item img {
      width: 32px;
    }
  }
  @media (min-width: 1024px) {
    .banner-contact__item img {
      width: 44px;
    }
  }
  .banner-contact__item span {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
  }
  @media (min-width: 600px) {
    .banner-contact__item span {
      font-size: 16px;
      writing-mode: vertical-rl;
    }
  }
  @media (min-width: 1024px) {
    .banner-contact__item span {
      font-size: 18px;
    }
  }
  @media (max-width: 599px) {
    .banner-contact__item span br {
      display: none;
    }
  }
}

/*# sourceMappingURL=page-recruit.css.map */
