@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: inherit;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  eight: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* html
---------------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

/* body
---------------------------------------------------------------------*/
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body.recruit-02 {
  font-family: "noto sans";
}
body.recruit-02.is-no-scroll {
  overflow-y: hidden;
}

.recruit-02__main {
  margin-top: 80px;
}
@media screen and (min-width: 1024px) {
  .recruit-02__main {
    margin-top: 116px;
  }
}

.recruit-02__main__inner {
  max-width: 1620px;
  margin-inline: auto;
}

.recruit-02__main__outer {
  overflow: hidden;
}

.main-wrapper {
  max-width: 1660px;
  margin-inline: auto;
}

.recruit-02__header {
  position: fixed;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #fff;
}

.recruit-02__header__inner {
  padding-top: 22px;
  padding-bottom: 22px;
  padding-left: 20px;
  padding-right: 19.55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: min(80px, 4.9382716049vw);
}
@media screen and (min-width: 1024px) {
  .recruit-02__header__inner {
    padding-top: 33.7px;
    padding-bottom: 34.7px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .recruit-02__header__inner {
    padding-inline: 40px;
  }
}
.recruit-02__header__logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7.5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.recruit-02__header__logo__link {
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.recruit-02__header__logo__link:hover {
  opacity: 0.6;
}

.recruit-02__header__logo__img {
  width: 107px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .recruit-02__header__logo__img {
    width: 142px;
  }
}

.recruit-02__header__logo__recruit-text {
  font-size: 11px;
}
@media screen and (min-width: 768px) {
  .recruit-02__header__logo__recruit-text {
    font-size: 13px;
  }
}

.recruit-02__header__nav {
  display: none;
}
@media screen and (min-width: 1024px) {
  .recruit-02__header__nav {
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: auto;
  }
}

.recruit-02__header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .recruit-02__header__list {
    gap: 35px;
  }
}
@media screen and (min-width: 1280px) {
  .recruit-02__header__list {
    gap: min(70px, 4.3209876543vw);
  }
}

.recruit-02__header__list__item {
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.recruit-02__header__list__item a {
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.recruit-02__header__list__item a:hover {
  opacity: 0.6;
}

.recruit-02__header__list__text-en {
  display: block;
  font-size: 11px;
  font-weight: bold;
  color: #8ccccb;
}

.recruit-02__header__list__text-jp {
  display: block;
  font-size: 15px;
  font-weight: bold;
  margin-top: 3px;
}

.recruit-02__drawer__icon {
  width: 24px;
  height: 18.5px;
  position: relative;
  background-color: #fff;
  margin-left: auto;
}
@media screen and (min-width: 1024px) {
  .recruit-02__drawer__icon {
    display: none;
  }
}
.recruit-02__drawer__icon .recruit-02__drawer__icon--bar {
  display: block;
  content: "";
  width: 24px;
  height: 2px;
  background-color: #0393e7;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.recruit-02__drawer__icon .recruit-02__drawer__icon--bar:nth-child(1) {
  top: 0;
  left: 0;
}
.recruit-02__drawer__icon .recruit-02__drawer__icon--bar:nth-child(2) {
  top: 8px;
  left: 0;
}
.recruit-02__drawer__icon .recruit-02__drawer__icon--bar:nth-child(3) {
  bottom: 0.5px;
  left: 0;
}

.recruit-02__drawer__icon.js-show .recruit-02__drawer__icon--bar:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.recruit-02__drawer__icon.js-show .recruit-02__drawer__icon--bar:nth-child(2) {
  opacity: 0;
}
.recruit-02__drawer__icon.js-show .recruit-02__drawer__icon--bar:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.recruit-02__drawer {
  position: fixed;
  top: 80px;
  left: 0;
  width: 100vw;
  height: calc(100vh - 80px);
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: opacity 0.3s ease, visibility 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s, -webkit-transform 0.3s ease;
  overflow-y: auto;
}
.recruit-02__drawer.js-show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  z-index: 110;
}

.recruit-02__drawer__body {
  padding-inline: 28px;
}

.recruit-02__drawer__list__item {
  padding-top: 17px;
  padding-bottom: 18px;
  text-align: center;
  border-bottom: 2px solid #dcdcdc;
}
.recruit-02__drawer__list__item a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-inline: auto;
  cursor: pointer;
}
.recruit-02__drawer__list__item a:hover {
  opacity: 0.6;
}

.recruit-02__drawer__list__text-en {
  font-size: 11px;
  font-weight: bold;
  color: #8ccccb;
}

.recruit-02__drawer__list__text-jp {
  font-size: 15px;
  font-weight: bold;
  margin-top: 2px;
}

.recruit-02__drawer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

.recruit-02__drawe__sns-area__link-instagram {
  cursor: pointer;
}
.recruit-02__drawe__sns-area__link-instagram:hover {
  opacity: 0.6;
}

.icon-instagram {
  width: 37px;
  height: 37px;
}

.recruit-02__drawe__sns-area__link-tiktok {
  cursor: pointer;
}
.recruit-02__drawe__sns-area__link-tiktok:hover {
  opacity: 0.6;
}

.icon-tiktok {
  width: 37px;
  height: 37px;
}

/*
================================================================
  recruit-02__title
  各セクションの共通タイトル
================================================================
*/
.recruit-02__title-en {
  font-size: 36px;
  font-weight: bold;
  font-family: "Josefin Sans", JosefinSans, sans-serif;
  color: #333;
  display: block;
}
@media screen and (min-width: 1024px) {
  .recruit-02__title-en {
    font-size: 70px;
  }
}

.recruit-02__title-jp {
  font-size: 14px;
  color: #333;
  display: block;
  margin-top: 1px;
}
@media screen and (min-width: 1024px) {
  .recruit-02__title-jp {
    font-size: 20px;
  }
}

.recruit-02__title-en__blue {
  color: #0393e7;
}

.c-btn {
  margin-top: 28.6px;
  width: 261px;
  background: #ffd829 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1607843137);
  border: 2px solid #ffffff;
  border-radius: 41px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 19px;
  padding-bottom: 20px;
  padding-left: 48px;
  padding-right: 15.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.c-btn:hover {
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .c-btn {
    position: relative;
    margin-top: 42px;
    margin-left: 30px;
    width: 316px;
    padding-left: 43px;
    padding-right: 23px;
    padding-top: 29px;
    padding-bottom: 28px;
  }
}

.c-btn__text {
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
@media screen and (min-width: 768px) {
  .c-btn__text {
    font-size: 18px;
  }
}

.c-btn__arrow {
  width: 18px;
  height: 2.8px;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .c-btn__arrow {
    width: 29px;
    height: 5px;
  }
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 140px;
}

@media screen and (min-width: 1024px) {
  .recruit-02__fv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.recruit-02__fv__mv {
  position: relative;
  width: 86.4vw;
  margin-inline: auto;
  aspect-ratio: 324/464;
  background-image: url("../img/recruit/mv/mv-bg-sp.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 1024px) {
  .recruit-02__fv__mv {
    width: 90.1234567901vw;
    max-width: 1460px;
    aspect-ratio: 1460/911;
    margin-left: 80px;
    margin-right: 0;
    background-image: url("../img/recruit/mv/mv-bg-pc.webp");
  }
}

.recruit-02__mv__deco-01 {
  content: "";
  background-image: url("../img/recruit/mv/mv-bg-deco-white-bubble.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 8vw;
  height: 8vw;
  position: absolute;
  top: 45px;
  right: -4vw;
}
@media screen and (min-width: 1024px) {
  .recruit-02__mv__deco-01 {
    width: 56px;
    height: 56px;
    top: 77px;
    right: -29px;
  }
}

.recruit-02__mv__deco-02 {
  background-image: url("../img/recruit/mv/mv-bg-deco-white-bubble.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  width: 9.0666666667vw;
  height: 9.0666666667vw;
  bottom: 183px;
  left: -4.5333333333vw;
}
@media screen and (min-width: 1024px) {
  .recruit-02__mv__deco-02 {
    width: 79px;
    height: 79px;
    bottom: 366px;
    left: -39px;
  }
}

.recruit-02__mv__deco-03 {
  background-image: url("../img/recruit/mv/mv-bg-deco-white-bubble.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  width: 12.2666666667vw;
  height: 12.2666666667vw;
  bottom: 55px;
  right: -4vw;
}
@media screen and (min-width: 1024px) {
  .recruit-02__mv__deco-03 {
    width: 79px;
    height: 79px;
    bottom: 253px;
    right: -20px;
  }
}

.recruit-02__mv__scroll-wrap {
  position: absolute;
  bottom: max(15px, 4vw);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .recruit-02__mv__scroll-wrap {
    bottom: 67px;
  }
}

.recruit-02__mv__scroll__text {
  font-size: 4vw;
  color: #fff;
  font-family: "Josefin Sans", "JosefinSans", "sans-serif";
  font-weight: 100;
}
@media screen and (min-width: 1024px) {
  .recruit-02__mv__scroll__text {
    font-size: 28px;
  }
}

.recruit-02__mv__scroll {
  display: block;
  width: min(100px, 18.6666666667vw);
  height: min(100px, 18.6666666667vw);
  border: 2px solid #fff;
  border-radius: 50%;
  position: relative;
  margin-top: 4px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.recruit-02__mv__scroll:hover {
  opacity: 0.6;
}
@media screen and (min-width: 1024px) {
  .recruit-02__mv__scroll {
    width: 8.024691358vw;
    max-width: 130px;
    height: 8.024691358vw;
    max-height: 130px;
    margin-top: 7px;
  }
}

.recruit-02__mv__scroll__arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 4.0266666667vw;
  height: 2.016vw;
}
@media screen and (min-width: 1024px) {
  .recruit-02__mv__scroll__arrow {
    width: 28px;
    height: 14px;
  }
}

.recruit-02__mv__honki {
  display: block;
  width: 80vw;
  height: auto;
  position: absolute;
  bottom: 29.3333333333vw;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
@media screen and (min-width: 1024px) {
  .recruit-02__mv__honki {
    width: 45.6790123457vw;
    max-width: 740px;
    right: 85px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    bottom: min(363px, 22.4074074074vw);
  }
}

.recruit-02__fv__sns-area {
  display: none;
}
@media screen and (min-width: 1024px) {
  .recruit-02__fv__sns-area {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    margin-top: 12.4657534247%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    width: 80px;
  }
}

.recruit-02__fv__sns-area__text-sns-01 {
  font-size: 15px;
  font-weight: 100;
  font-family: "Josefin Sans", "JosefinSans", "sans-serif";
  color: #000;
}

.recruit-02__fv__sns-area__link-tiktok {
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.recruit-02__fv__sns-area__link-tiktok:hover {
  opacity: 0.6;
}

.icon-tiktok {
  width: 49px;
  height: 49px;
}

.recruit-02__fv__sns-area__link-instagram {
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.recruit-02__fv__sns-area__link-instagram:hover {
  opacity: 0.6;
}

.icon-instagram {
  width: 49px;
  height: 49px;
}

.recruit-02__fv__sns-area__text-sns-02 {
  font-size: 15px;
  font-weight: 100;
  font-family: "Josefin Sans", "JosefinSans", "sans-serif";
  color: #000;
}

.animated__fadeIn {
  opacity: 0;
  translate: 0 40px;
  -webkit-transition: opacity 0.3s ease, translate 0.3s ease;
  transition: opacity 0.3s ease, translate 0.3s ease;
}
.animated__fadeIn.js-show {
  opacity: 1;
  translate: 0 0;
}

.recruit-02__message__inner {
  position: relative;
  padding-top: 65px;
  padding-left: 26px;
  padding-right: 26px;
}
@media screen and (min-width: 768px) {
  .recruit-02__message__inner {
    padding-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }
}

.recruit-02__message__deco-be-a-family {
  width: clamp(9rem, -1.285rem + 27.427vw, 26.8rem);
  height: auto;
  position: absolute;
  top: 40px;
  left: calc(50% + 15px);
  z-index: 20;
}
@media screen and (min-width: 500px) {
  .recruit-02__message__deco-be-a-family {
    left: 60%;
  }
}
@media screen and (min-width: 768px) {
  .recruit-02__message__deco-be-a-family {
    height: 198px;
    left: auto;
    left: calc(50% - 268px);
    top: min(80px, 4.9382716049vw);
    z-index: 1;
  }
}

.recruit-02__message__deco-be-blur {
  width: 188px;
  height: 202px;
  position: absolute;
  top: -30px;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .recruit-02__message__deco-be-blur {
    display: none;
  }
}

.recruit-02__message__text-container {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .recruit-02__message__text-container {
    width: 810px;
    padding-left: min(170px, 10.4938271605vw);
    margin-top: 219px;
    margin-right: -125px;
    position: relative;
    z-index: 10;
  }
}

.recruit-02__message__title-en {
  font-size: clamp(1.9rem, 0.687rem + 3.236vw, 4rem);
  font-family: "Josefin Sans", "JosefinSans", "sans-serif";
  font-weight: bold;
}

.recruit-02__message__title-blue {
  color: #0393e7;
}

.recruit-02__message__text-big {
  font-size: clamp(3.8rem, 1.142rem + 7.088vw, 8.4rem);
  letter-spacing: 2.85px;
  font-weight: 700;
  color: #fff;
  padding-inline: 13px;
  padding-top: 7px;
  padding-bottom: 8.65px;
  background-color: #0393e7;
  display: inline-block;
  position: relative;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .recruit-02__message__text-big {
    padding-inline: 33px;
    padding-top: 12px;
    padding-bottom: 14px;
    z-index: 10;
  }
}

.recruit-02__message__text-small-wrap {
  margin-top: 20.35px;
}
@media screen and (min-width: 768px) {
  .recruit-02__message__text-small-wrap {
    margin-top: 53px;
    position: relative;
    padding-top: 97px;
    padding-bottom: 40px;
    padding-left: 35px;
    margin-top: -30px;
    position: relative;
    z-index: 9;
  }
  .recruit-02__message__text-small-wrap::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.7;
    position: absolute;
    top: 0;
    right: 0;
  }
}

.recruit-02__message__text-small {
  font-size: clamp(1.4rem, 1.227rem + 0.462vw, 1.7rem);
  line-height: 2;
  font-weight: bold;
  letter-spacing: 0.7px;
  color: #333;
}
@media screen and (min-width: 768px) {
  .recruit-02__message__text-small {
    line-height: 2;
    position: relative;
    z-index: 10;
  }
}
.recruit-02__message__text-small + .recruit-02__message__text-small {
  margin-top: 1.5em;
}

.recruit-02__message__img-container {
  margin-right: -26px;
  position: relative;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .recruit-02__message__img-container {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-right: 0;
    position: absolute;
    right: 0;
    top: max(50px, 3.0864197531vw);
  }
}

.recruit-02__message__img {
  width: 93.0666666667vw;
  height: auto;
  aspect-ratio: 349/243;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .recruit-02__message__img {
    width: 58.7037037037vw;
    max-width: 951px;
    aspect-ratio: 951/661;
    margin-top: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.recruit-02__message__img-deco-square {
  content: "";
  width: 85.100286533%;
  height: 22px;
  background-color: #96c8db;
  position: absolute;
  right: 0;
  bottom: -22px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .recruit-02__message__img-deco-square {
    width: 50vw;
    max-width: 810px;
    height: 61px;
    bottom: -61px;
  }
}

.cta-sp-bg-wrap {
  position: fixed;
  bottom: 0;
  padding-top: 19px;
  padding-bottom: 15px;
  width: 100%;
  z-index: 50;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s, transform 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s, transform 0.4s ease, -webkit-transform 0.4s ease;
  opacity: 1;
  visibility: visible;
}
.cta-sp-bg-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #000;
  opacity: 0.15;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .cta-sp-bg-wrap {
    display: none;
  }
}
.cta-sp-bg-wrap.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.cta-sp {
  width: 324px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 19.7px;
  padding-right: 15.1px;
  padding-top: 12px;
  padding-bottom: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #ffffff;
  border-radius: 10px;
  background-color: #ffd829;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.cta-sp:hover {
  opacity: 0.6;
}

.cta-sp__img {
  width: 25px;
  height: 25px;
}

.cta-sp__text-entry-wrap {
  text-align: center;
  margin-left: 16.67px;
  color: #333;
}

.cta-sp__text-entry-jp {
  font-size: 8px;
  font-weight: medium;
  display: block;
}

.cta-sp__text-entry-en {
  font-size: 24px;
  font-weight: bold;
  display: block;
}

.cta-sp__text-kotira {
  font-size: 12px;
  font-weight: bold;
  margin-left: 27px;
  margin-bottom: -6px;
}

.cta-sp__arrow {
  width: 4.42px;
  height: 10.36px;
  display: block;
  margin-left: auto;
  margin-bottom: -5px;
}

.cta-pc {
  display: none;
  width: 153px;
  height: 153px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.cta-pc:hover {
  opacity: 0.6;
}
@media screen and (min-width: 1024px) {
  .cta-pc {
    display: block;
    position: fixed;
    top: 152px;
    right: 127px;
    background-color: #ffd728;
    -webkit-box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.1607843137);
            box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.1607843137);
    border: 2px solid #ffffff;
    border-radius: 50%;
    text-align: center;
    color: #333;
    z-index: 100;
  }
}
@media screen and (min-width: 1400px) {
  .cta-pc {
    width: 180px;
    height: 180px;
  }
}
@media screen and (min-width: 1700px) {
  .cta-pc {
    right: 300px;
  }
}

.cta-pc__img {
  width: 21.25px;
  height: 21.25px;
  margin-top: 27px;
}
@media screen and (min-width: 1400px) {
  .cta-pc__img {
    width: 25px;
    height: 25px;
    margin-top: 29px;
  }
}

.cta-pc__text-entry-wrap {
  margin-top: 5px;
}
@media screen and (min-width: 1400px) {
  .cta-pc__text-entry-wrap {
    margin-top: 5.8px;
  }
}

.cta-pc__text-entry-jp {
  display: block;
  font-weight: medium;
  font-size: 10px;
}
@media screen and (min-width: 1400px) {
  .cta-pc__text-entry-jp {
    font-size: 12px;
  }
}

.cta-pc__text-entry-en {
  display: block;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (min-width: 1400px) {
  .cta-pc__text-entry-en {
    font-size: 35px;
  }
}

.cta-pc__text-kotira {
  font-size: 13px;
  font-weight: bold;
  margin-top: 4px;
}
@media screen and (min-width: 1400px) {
  .cta-pc__text-kotira {
    font-size: 14px;
  }
}

.cta-pc__arrow {
  width: 16.5px;
  height: 7.2px;
  margin-top: 16px;
}
@media screen and (min-width: 1400px) {
  .cta-pc__arrow {
    width: 19.72px;
    height: 8.41px;
    margin-top: 18px;
  }
}

.recruit-02__features {
  position: relative;
  background-color: #f5fbff;
}

@media screen and (min-width: 768px) {
  .recruit-02__features__outer {
    padding-left: 175px;
  }
}

.recruit-02__features__deco-top {
  position: absolute;
  top: 0;
  right: 0;
  width: 88vw;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .recruit-02__features__deco-top {
    width: 76.5432098765vw;
    max-width: 1240px;
  }
}

.recruit-02__features__deco-bottom {
  position: absolute;
  width: 51.7333333333vw;
  max-width: 360px;
  height: auto;
  bottom: -40px;
  left: -50px;
}
@media screen and (min-width: 1024px) {
  .recruit-02__features__deco-bottom {
    width: 27.0987654321vw;
    max-width: 439px;
    height: auto;
    bottom: max(-256px, -15.8024691358vw);
  }
}

.recruit-02__features__inner {
  padding-top: 125px;
  padding-bottom: 74px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .recruit-02__features__inner {
    padding-bottom: 140px;
  }
}

.recruit-02__features__title {
  margin-left: 6.9333333333vw;
}
@media screen and (min-width: 1024px) {
  .recruit-02__features__title {
    margin-left: 0;
  }
}

.recruit-02__features-swiper {
  margin-top: 36px;
}
@media screen and (min-width: 768px) {
  .recruit-02__features-swiper {
    margin-top: 57px;
  }
}

.recruit-02__features-swiper-slide {
  width: 284px !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 1024px) {
  .recruit-02__features-swiper-slide {
    width: 370px !important;
  }
}

.recruit-02__features-swiper-slide__contents {
  width: 284px;
  aspect-ratio: 284/309;
  margin-inline: auto;
  background-color: #fff;
  border: 5px solid #0a91c9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-top: 48px;
  padding-left: 23px;
  padding-right: 21px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .recruit-02__features-swiper-slide__contents {
    width: 370px;
    padding-top: 63px;
  }
}

.recruit-02__features-swiper-slide__contents__num {
  width: 109px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1024px) {
  .recruit-02__features-swiper-slide__contents__num {
    width: 142px;
  }
}

.recruit-02__features-swiper-slide__contents__text {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  color: #333;
  line-height: 1.3529411765;
}
@media screen and (min-width: 1024px) {
  .recruit-02__features-swiper-slide__contents__text {
    font-size: 22px;
    line-height: 1.3636363636;
  }
}

.recruit-02__features-swiper-slide__contents__text__underlined {
  position: relative;
  z-index: 1;
}
.recruit-02__features-swiper-slide__contents__text__underlined::before {
  content: "";
  width: 100%;
  height: 10px;
  background-color: #ffeb03;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.recruit-02__features-swiper-slide__contents__img {
  width: 100%;
  height: auto;
  display: block;
  margin-inline: auto;
  margin-top: 34px;
  border-radius: 10px;
}

.swiper-conteiner-for-nav-prev-next-button {
  position: relative;
}
.swiper-conteiner-for-nav-prev-next-button .swiper-button-prev {
  top: 50% !important;
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
  left: -158px !important;
}
.swiper-conteiner-for-nav-prev-next-button .swiper-button-next {
  top: 50% !important;
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
  right: min(12px, 0.7407407407vw) !important;
}

.recruit-02__features-swiper-prev,
.recruit-02__features-swiper-next {
  display: none !important;
  width: 133px !important;
  height: 133px !important;
  border-radius: 50%;
  background-color: #000;
  opacity: 0.31;
  top: 50% !important;
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
}
@media screen and (min-width: 1024px) {
  .recruit-02__features-swiper-prev,
  .recruit-02__features-swiper-next {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.recruit-02__features-swiper-prev::after,
.recruit-02__features-swiper-next::after {
  color: #fff;
  font-size: 3rem !important;
  opacity: 1;
}

.recruit-02__features-swiper-scrollbar {
  width: 82.1333333333vw !important;
  height: 6px !important;
  bottom: 40px !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
}
@media screen and (min-width: 1024px) {
  .recruit-02__features-swiper-scrollbar {
    bottom: 100px !important;
  }
}

.recruit-02__member {
  padding-top: 100px;
}

.recruit-02__member__title {
  text-align: center;
}

.recruit-02__member-swiper {
  margin-top: 45px;
}

.recruit-02__member-swiper-wrapper {
  /* アニメーションを常に一定速度（linear）にすることで、スムーズな無限ループを実現 */
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.recruit-02__member-swiper-slide {
  width: 41.8666666667vw !important;
  max-width: 568px;
}

.recruit-02__member-swiper-slide__contents {
  width: 100%;
  position: relative;
}

.recruit-02__member-swiper-slide__contents-img {
  width: 100%;
  height: auto;
}

.recruit-02__member-swiper-slide__contents__text {
  font-size: 9px;
  font-weight: bold;
  color: #fff;
  line-height: 1.6666666667;
  text-align: center;
  position: absolute;
  bottom: 7px;
  left: 8px;
}
@media screen and (min-width: 1024px) {
  .recruit-02__member-swiper-slide__contents__text {
    font-size: 20px;
    line-height: 1.35;
    bottom: 36px;
    left: 34px;
  }
}

.recruit-02__career-step {
  position: relative;
}

.recruit-02__career-step-deco-top-right-blur {
  width: 36.8vw;
  height: auto;
  position: absolute;
  top: -57px;
  right: -20.2666666667vw;
}
@media screen and (min-width: 1024px) {
  .recruit-02__career-step-deco-top-right-blur {
    width: min(463px, 28.5802469136vw);
    top: min(-40px, -2.4691358025vw);
    right: min(-120px, -7.4074074074vw);
  }
}

.recruit-02__career-step-deco-top-right-circle {
  width: 34.9333333333vw;
  height: auto;
  position: absolute;
  top: 33px;
  right: -66px;
}
@media screen and (min-width: 1024px) {
  .recruit-02__career-step-deco-top-right-circle {
    width: 439px;
    top: min(56px, 3.4567901235vw);
    right: min(-110px, -6.7901234568vw);
  }
}

.recruit-02__career-step-deco-top-left-blur {
  width: 36.8vw;
  height: auto;
  position: absolute;
  top: 140px;
  left: -28px;
}
@media screen and (min-width: 1024px) {
  .recruit-02__career-step-deco-top-left-blur {
    width: min(463px, 28.5802469136vw);
    top: min(23px, 1.4197530864vw);
    left: min(153px, 9.4444444444vw);
  }
}

.recruit-02__career-step-deco-center-right-blur {
  width: 34.9333333333vw;
  height: auto;
  position: absolute;
  top: min(799px, 213.0666666667vw);
  right: min(-47px, -12.5333333333vw);
  display: none;
}
@media screen and (min-width: 1024px) {
  .recruit-02__career-step-deco-center-right-blur {
    width: 439px;
    top: min(780px, 48.1481481481vw);
    right: min(-70px, -4.3209876543vw);
  }
}

.recruit-02__career-step-deco-center-left-blur {
  width: 36.8vw;
  height: auto;
  position: absolute;
  top: min(1313px, 350.1333333333vw);
  left: -14.9333333333vw;
  display: none;
}
@media screen and (min-width: 1024px) {
  .recruit-02__career-step-deco-center-left-blur {
    width: min(463px, 28.5802469136vw);
    top: min(1396px, 86.1728395062vw);
    left: min(-174px, -10.7407407407vw);
  }
}

.hidden-deco.career-step-deco-show {
  display: block;
}

.recruit-02__career-step-deco-bottom-right-blur {
  width: 36.8vw;
  height: auto;
  position: absolute;
  bottom: 9.0666666667vw;
  right: -20.2666666667vw;
}
@media screen and (min-width: 1024px) {
  .recruit-02__career-step-deco-bottom-right-blur {
    width: min(463px, 28.5802469136vw);
    bottom: min(-40px, -2.4691358025vw);
    right: min(-120px, -7.4074074074vw);
  }
}

.recruit-02__career-step-deco-bottom-right-circle {
  width: 34.9333333333vw;
  height: auto;
  position: absolute;
  bottom: -22px;
  right: -17.6vw;
}
@media screen and (min-width: 1024px) {
  .recruit-02__career-step-deco-bottom-right-circle {
    width: min(439px, 27.0987654321vw);
    bottom: -25.9259259259vw;
    right: 0;
  }
}

.recruit-02__career-step-deco-bottom-left-blur {
  width: 36.8vw;
  height: auto;
  position: absolute;
  left: -3.4666666667vw;
  bottom: -66.1333333333vw;
  left: -28px;
}
@media screen and (min-width: 1024px) {
  .recruit-02__career-step-deco-bottom-left-blur {
    width: min(463px, 28.5802469136vw);
    bottom: min(-572px, -35.3086419753vw);
    left: min(-190px, -11.7283950617vw);
  }
}

.recruit-02__career-step-deco-bottom-left-circle {
  width: 34.9333333333vw;
  height: auto;
  position: absolute;
  bottom: -30.1333333333vw;
  left: -3.4666666667vw;
}
@media screen and (min-width: 1024px) {
  .recruit-02__career-step-deco-bottom-left-circle {
    width: min(300px, 18.5185185185vw);
    bottom: min(-267px, -16.4814814815vw);
    left: min(39px, 2.4074074074vw);
  }
}

.recruit-02__career-step__inner {
  padding-top: 120px;
  padding-inline: 26px;
}
@media screen and (min-width: 500px) {
  .recruit-02__career-step__inner {
    max-width: 70%;
    margin-inline: auto;
    padding-inline: 0px;
  }
}
@media screen and (min-width: 768px) {
  .recruit-02__career-step__inner {
    padding-top: 188px;
    width: 100%;
    max-width: none;
    padding-inline: min(170px, 10.4938271605vw);
  }
}
@media screen and (min-width: 1280px) {
  .recruit-02__career-step__inner {
    max-width: 1620px;
  }
}

.recruit-02__career-step__title {
  text-align: left;
  position: relative;
  z-index: 1;
}

.recruit-02__career-step__title-jp {
  font-size: 14px;
  font-weight: bold;
  display: block;
}
@media screen and (min-width: 1024px) {
  .recruit-02__career-step__title-jp {
    font-size: 20px;
  }
}

.recruit-02__career-step__dropdown {
  margin-top: 47px;
  padding-top: 15px;
  padding-right: 16px;
  padding-left: 15px;
  padding-bottom: 23px;
  background-color: #e9f2f5;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .recruit-02__career-step__dropdown {
    margin-top: 42px;
    padding-top: 69px;
    padding-left: 54px;
    padding-right: 54px;
  }
}

.recruit-02__career-step__dropdown__year-1-wrap {
  position: relative;
}

.recruit-02__career-step__dropdown__year-1__img-and-text-wrap {
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .recruit-02__career-step__dropdown__year-1__img-and-text-wrap {
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.recruit-02__career-step__dropdown__year-1-year {
  width: 82px;
  height: 82px;
  background-color: #006cac;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: -5px;
  left: -5px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1024px) {
  .recruit-02__career-step__dropdown__year-1-year {
    width: 115px;
    height: 115px;
  }
}

.recruit-02__career-step__dropdown__year-1-year__number {
  color: #fff;
  font-size: 39px;
  font-weight: medium;
  display: block;
}
@media screen and (min-width: 1024px) {
  .recruit-02__career-step__dropdown__year-1-year__number {
    font-size: 55px;
  }
}

.recruit-02__career-step__dropdown__year-1-year__text {
  color: #fff;
  font-size: 12px;
  font-weight: medium;
  display: block;
}
@media screen and (min-width: 1024px) {
  .recruit-02__career-step__dropdown__year-1-year__text {
    font-size: 18px;
  }
}

.recruit-02__career-step__dropdown__year-1__img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .recruit-02__career-step__dropdown__year-1__img {
    width: 47.7815699659%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.recruit-02__career-step__dropdown__text-wrap {
  background-color: #fff;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 35px;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .recruit-02__career-step__dropdown__text-wrap {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-top: 69px;
    padding-left: 49px;
  }
}

.recruit-02__career-step__dropdown__text-title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  line-height: 1.3333333333;
}
@media screen and (min-width: 1024px) {
  .recruit-02__career-step__dropdown__text-title {
    font-size: 28px;
    line-height: 1.3571428571;
  }
}

.recruit-02__career-step__dropdown__text-blue {
  font-size: 14px;
  font-weight: bold;
  color: #0393e7;
  margin-top: 23px;
}
@media screen and (min-width: 1024px) {
  .recruit-02__career-step__dropdown__text-blue {
    font-size: 24px;
    margin-top: 83px;
  }
}

.recruit-02__career-step__dropdown__text-description {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4285714286;
  color: #333;
  margin-top: 8px;
}
@media screen and (min-width: 1024px) {
  .recruit-02__career-step__dropdown__text-description {
    font-size: 20px;
    line-height: 1.65;
    margin-top: 17px;
  }
}

.recruit-02__career-step__dropdown__hidden-contents {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease-in-out;
  transition: max-height 0.4s ease-in-out;
}
.recruit-02__career-step__dropdown__hidden-contents.is-open {
  max-height: 5000px;
}

.recruit-02__career-step__dropdown__hidden-contents__join-company {
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .recruit-02__career-step__dropdown__hidden-contents__join-company {
    margin-top: 49px;
  }
}

.recruit-02__career-step__dropdown__hidden-contents__blue-tag {
  background-color: #0393e7;
  color: #fff;
  border-radius: 33px;
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding-left: 35px;
  padding-top: 4px;
  padding-bottom: 4px;
}
@media screen and (min-width: 1024px) {
  .recruit-02__career-step__dropdown__hidden-contents__blue-tag {
    padding-left: 49px;
    padding-right: 51px;
    padding-top: 7px;
    padding-bottom: 5px;
    display: inline-block;
    font-size: 26px;
  }
}

.recruit-02__career-step__dropdown__hidden-contents__img-and-text-wrap {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .recruit-02__career-step__dropdown__hidden-contents__img-and-text-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    border-left: 2px solid #0393e7;
    margin-top: 0;
    margin-left: 35px;
    padding-top: 30px;
    padding-bottom: 40px;
    padding-left: min(40px, 2.4691358025vw);
  }
}

.recruit-02__career-step__dropdown__hidden-contents__img-wrap {
  width: 100%;
  aspect-ratio: 293/194;
  border-radius: 10px;
  overflow: hidden; /* imgを角丸に沿って切り抜くために必要 */
}
@media screen and (min-width: 1024px) {
  .recruit-02__career-step__dropdown__hidden-contents__img-wrap {
    width: 379px;
    aspect-ratio: 379/237;
    border-radius: 20px;
    margin-left: auto;
  }
}

.recruit-02__career-step__dropdown__hidden-contents__img {
  /* aspect-ratioとborder-radiusは親のimg-wrapに移動しました */
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%; /* 親要素のimg-wrapを埋めるように変更 */
}

.recruit-02__career-step__dropdown__hidden-contents__text {
  margin-top: 15px;
  font-size: 14px;
  text-align: left;
  line-height: 1.7142857143;
}
@media screen and (min-width: 768px) {
  .recruit-02__career-step__dropdown__hidden-contents__text {
    font-size: 16px;
    line-height: 1.375;
    padding-right: 43px;
    padding-right: 1.5em;
  }
}

.recruit-02__career-step__dropdown__hidden-contents__year-1,
.recruit-02__career-step__dropdown__hidden-contents__year-2,
.recruit-02__career-step__dropdown__hidden-contents__now {
  margin-top: 59px;
}
@media screen and (min-width: 768px) {
  .recruit-02__career-step__dropdown__hidden-contents__year-1,
  .recruit-02__career-step__dropdown__hidden-contents__year-2,
  .recruit-02__career-step__dropdown__hidden-contents__now {
    margin-top: 0;
  }
}

.recruit-02__career-step__dropdown__hidden-contents__now .recruit-02__career-step__dropdown__hidden-contents__img-wrap {
  margin-top: 34px;
}
@media screen and (min-width: 768px) {
  .recruit-02__career-step__dropdown__hidden-contents__now .recruit-02__career-step__dropdown__hidden-contents__img-and-text-wrap {
    display: block;
    padding-right: 43px;
    border-left: none;
  }
}
@media screen and (min-width: 1024px) {
  .recruit-02__career-step__dropdown__hidden-contents__now .recruit-02__career-step__dropdown__hidden-contents__img-wrap {
    width: 100%;
    aspect-ratio: 1074/424;
  }
}

.recruit-02__career-step__dropdown__btn {
  text-align: center;
  background-color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 25px;
  display: block;
  margin-inline: auto;
  width: 210px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  position: relative;
  cursor: pointer;
  margin-top: 40px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.recruit-02__career-step__dropdown__btn:hover {
  opacity: 0.6;
}
@media screen and (min-width: 1024px) {
  .recruit-02__career-step__dropdown__btn {
    width: 285px;
    padding-top: 11px;
    padding-bottom: 12px;
    font-size: 20px;
  }
}
.recruit-02__career-step__dropdown__btn.is-open .recruit-02__career-step__dropdown__btn__bar-01 {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.recruit-02__career-step__dropdown__btn__bar-01 {
  content: "";
  display: block;
  width: 14px;
  height: 1px;
  background-color: #0393e7;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  right: 11px;
  top: 50%;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.recruit-02__career-step__dropdown__btn__bar-02 {
  content: "";
  display: block;
  width: 14px;
  height: 1px;
  background-color: #0393e7;
  position: absolute;
  right: 11px;
  top: 50%;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.recruit-02__requirements__inner {
  padding-top: 91px;
  padding-inline: 28px;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 500px) {
  .recruit-02__requirements__inner {
    max-width: 70%;
    padding-inline: 0px;
  }
}
@media screen and (min-width: 1024px) {
  .recruit-02__requirements__inner {
    padding-top: 161px;
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .recruit-02__requirements__inner {
    max-width: 900px;
  }
}

.recruit-02__requirements__title {
  text-align: center;
}

.recruit-02__requirements-dl {
  margin-top: 28px;
  border-top: 2px solid #bfbfbf;
  border-bottom: 2px solid #bfbfbf;
}
@media screen and (min-width: 1024px) {
  .recruit-02__requirements-dl {
    margin-top: 58px;
  }
}

.recruit-02__requirements__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 4px;
}
@media screen and (min-width: 1024px) {
  .recruit-02__requirements__item {
    padding-top: 32px;
    padding-bottom: 33px;
    padding-left: 0;
  }
}
.recruit-02__requirements__item:not(:first-child) {
  border-top: 2px solid #bfbfbf;
}
.recruit-02__requirements__item.recruit-02__requirements__item-holiday {
  padding-bottom: 4em;
}
.recruit-02__requirements__item.recruit-02__requirements__item-benefits {
  padding-bottom: 7em;
}

.recruit-02__requirements-dt {
  font-size: 12px;
  font-weight: bold;
  width: 110px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 1024px) {
  .recruit-02__requirements-dt {
    font-size: 16px;
    width: 226px;
  }
}

.recruit-02__requirements-dd {
  font-size: 12px;
  line-height: 1.4166666667;
}
@media screen and (min-width: 1024px) {
  .recruit-02__requirements-dd {
    font-size: 16px;
    line-height: 1.375;
  }
}

.recruit-02__requirements__btn {
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .recruit-02__requirements__btn {
    margin-top: 60px;
  }
}

.recruit-02__how-to-apply__inner {
  padding-top: 91px;
  padding-inline: 26px;
  padding-bottom: 80px;
}
@media screen and (min-width: 600px) {
  .recruit-02__how-to-apply__inner {
    padding-top: 158px;
    padding-left: min(360px, 22.2222222222vw);
    padding-right: min(360px, 22.2222222222vw);
  }
}

.recruit-02__how-to-apply__title {
  text-align: center;
}

.recruit-02__how-to-apply__under-title-description {
  font-size: 12px;
  margin-top: 28px;
  color: #000;
  line-height: 1.4166666667;
  max-width: 540px;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .recruit-02__how-to-apply__under-title-description {
    line-height: 1.375;
  }
}

.recruit-02__how-to-apply__list {
  margin-top: 65px;
}

.recruit-02__how-to-apply__list__item:not(:last-child) .recruit-02__how-to-apply__list__item__description {
  border-left: 2px solid #247ea4;
}

.recruit-02__how-to-apply__list__item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.recruit-02__how-to-apply__list__item__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e9f2f5;
  border-radius: 50%;
  width: 29px;
  height: 29px;
  color: #247ea4;
  font-size: 16px;
  font-family: "Montserrat";
}
@media screen and (min-width: 1024px) {
  .recruit-02__how-to-apply__list__item__num {
    width: 40px;
    height: 40px;
    font-size: 22px;
  }
}

.recruit-02__how-to-apply__list__item__title__text {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
@media screen and (min-width: 1024px) {
  .recruit-02__how-to-apply__list__item__title__text {
    font-size: 26px;
  }
}

.recruit-02__how-to-apply__list__item__description {
  font-size: 12px;
  line-height: 1.4166666667;
  padding-top: 10px;
  padding-bottom: 34px;
  margin-left: 15px;
  padding-left: 34px;
}
@media screen and (min-width: 1024px) {
  .recruit-02__how-to-apply__list__item__description {
    font-size: 16px;
    margin-left: 20px;
    padding-top: 21px;
    padding-left: 40px;
  }
}

.recruit-02__how-to-apply__list__item__description__link {
  color: #007ac4;
  text-decoration: underline;
}

.recruit-02__how-to-apply__btn {
  margin-inline: auto;
}

.recruit-02__footer {
  height: 402px;
  background-color: #ccc;
}
@media screen and (min-width: 1024px) {
  .recruit-02__footer {
    height: 739px;
  }
}