/*
===============
font-family
===============
*/
/*
===============
base-color
===============
*/
/*
===============
sp-pc display: none;
===============
*/
@media screen and (max-width: 899px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 900px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
}
/*
===============
Google-Font
===============
*/
/*
===============
Base
===============
*/
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: calc(16 / 10 * 1rem);
  font-weight: 400;
  margin: 0 auto;
  color: #1a2530;
  background: #f2f2f2;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.hide {
  display: none !important;
}

.nowrap {
  white-space: nowrap;
}

.breaks {
  display: block;
}

/*
===============
Link-hover
===============
*/
/*
===============
Color-Set
===============
*/
/*
===============
Common-layout
===============
*/
/*
===============
Opening-Animation
===============
*/
/*
===============
Font-Set
===============
*/
/*
===============
reset-css
===============
*/
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  -webkit-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*/
  font-size: 62.5%;
}

/* 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;
  font-weight: inherit;
  margin: 0;
}

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

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

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] {
  -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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

/**
 * 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 {
  height: auto;
}

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  --moz-appearance: textfield;
}

/**
 * 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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

.l-header {
  background: #f2f2f2;
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100000;
}
@media screen and (min-width: 900px) {
  .l-header {
    height: 107px;
  }
}

.l-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  margin: 0 auto;
  padding: 0 24px 0 15px;
}
@media screen and (min-width: 900px) {
  .l-header__container {
    padding: 0 80px;
  }
}

.l-header__logo-area {
  position: relative;
  width: 64px;
  margin-right: auto;
  z-index: 20;
}
@media screen and (min-width: 900px) {
  .l-header__logo-area {
    width: 120px;
    margin-top: -2px;
  }
}

.l-header__logo-link {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-header__logo-link:hover, .l-header__logo-link:active {
  opacity: 0.7;
}
.l-header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__nav {
  display: none;
}
@media screen and (min-width: 900px) {
  .l-header__nav {
    display: block;
    margin-top: 4px;
    margin-right: 49px;
  }
}

.l-header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media screen and (min-width: 900px) {
  .l-header__nav-list {
    gap: 30px;
  }
}

.l-header__nav-list-item-link {
  font-size: calc(14 / 10 * 1rem);
  font-weight: 700;
  line-height: calc(21 / 10 * 1rem);
  letter-spacing: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-header__nav-list-item-link:hover, .l-header__nav-list-item-link:active {
  opacity: 0.7;
}

.l-header__entry {
  border: 0.5px solid;
  -o-border-image: linear-gradient(90deg, #dbcf2d 0%, #2f82fc 100%) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(#dbcf2d), to(#2f82fc)) 1;
     border-image: linear-gradient(90deg, #dbcf2d 0%, #2f82fc 100%) 1;
}

.l-header__entry-link {
  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;
  width: 97px;
  height: 28px;
  background: -webkit-gradient(linear, left top, right top, from(#dbcf2d), to(#2f82fc));
  background: linear-gradient(90deg, #dbcf2d 0%, #2f82fc 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-header__entry-link:hover, .l-header__entry-link:active {
  opacity: 0.7;
}
@media screen and (min-width: 900px) {
  .l-header__entry-link {
    width: 151.327px;
    height: 53px;
    border: 1px solid transparent;
  }
}

.l-header__entry-text {
  font-size: calc(10 / 10 * 1rem);
  font-weight: 700;
  line-height: calc(10 / 10 * 1rem);
  letter-spacing: 0.2em;
}
@media screen and (min-width: 900px) {
  .l-header__entry-text {
    font-size: calc(20 / 10 * 1rem);
    font-weight: 500;
    line-height: calc(20 / 10 * 1rem);
    letter-spacing: 0.1em;
  }
}

.l-header__hamburger-btn-wrap {
  margin-left: 16px;
}
@media screen and (min-width: 900px) {
  .l-header__hamburger-btn-wrap {
    display: none;
  }
}

.l-header__hamburger-btn {
  padding-bottom: 8px;
}
.l-header__hamburger-btn.is-active .l-header__hamburger-icon span:nth-child(1) {
  -webkit-transform: rotate(16deg) translate(1px, 6px);
          transform: rotate(16deg) translate(1px, 6px);
}
.l-header__hamburger-btn.is-active .l-header__hamburger-icon span:nth-child(2) {
  -webkit-transform: rotate(-16deg) translate(1px, -4px);
          transform: rotate(-16deg) translate(1px, -4px);
}
.l-header__hamburger-btn.is-active .l-header__hamburger-text::before {
  content: "CLOSE";
}
.l-header__hamburger-btn:hover {
  cursor: pointer;
}
.l-header__hamburger-btn:hover .l-header__hamburger-icon span:nth-child(1), .l-header__hamburger-btn:hover .l-header__hamburger-icon span:nth-child(2) {
  margin-bottom: 8px;
}

.l-header__hamburger-icon span {
  display: block;
  width: 29px;
  height: 2px;
  background: #1a2530;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-header__hamburger-icon span:nth-child(1) {
  margin-bottom: 6px;
}
.l-header__hamburger-icon span:nth-child(2) {
  margin-bottom: 6px;
}

.l-header__hamburger-text {
  font-size: calc(8 / 10 * 1rem);
  font-weight: 700;
  line-height: calc(8 / 10 * 1rem);
  letter-spacing: 0.25em;
  position: relative;
  width: 29px;
}
.l-header__hamburger-text::before {
  content: "MENU";
  position: absolute;
  bottom: -4px;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

.l-menu {
  position: fixed;
  top: 60px;
  right: 0;
  max-width: 375px;
  width: 100%;
  height: auto;
  background: #f2f2f2;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transition-property: opacity, pointer-events, visibility, -webkit-transform;
  transition-property: opacity, pointer-events, visibility, -webkit-transform;
  transition-property: opacity, pointer-events, visibility, transform;
  transition-property: opacity, pointer-events, visibility, transform, -webkit-transform;
  z-index: 10000;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.l-menu.is-active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.l-menu__content-wrap {
  height: 100dvh;
  padding: 76px 43px 0 42px;
  margin: 0 auto;
  overflow: auto;
  position: relative;
  margin-top: -60px;
}

.l-menu__bg1 {
  background: url(../images/recruit/menu-hamburger_bg1.png) no-repeat center center/cover;
  display: inline-block;
  width: 375px;
  height: 667px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
}

.l-menu__bg2 {
  background: url(../images/recruit/menu-hamburger_bg2.png) no-repeat center center/cover;
  display: inline-block;
  width: 375px;
  height: 667px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -10;
}

.l-menu__content {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-menu__nav-list-item {
  display: block;
  height: 68px;
  position: relative;
}
.l-menu__nav-list-item::after {
  content: "";
  display: inline-block;
  border-bottom: 0.5px solid #1a2530;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.l-menu__nav-list-item-link {
  font-size: calc(14 / 10 * 1rem);
  font-weight: 500;
  line-height: calc(21 / 10 * 1rem);
  letter-spacing: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 24px 0 23px 2px;
}
.l-menu__nav-list-item-link::after {
  content: "";
  display: inline-block;
  background: url(../images/recruit/icon-arrow-bl-r.svg) no-repeat center center/cover;
  width: 16px;
  height: 11px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-menu__nav-list-item-link:hover::after, .l-menu__nav-list-item-link:active::after {
  -webkit-transform: translate(6px, -50%);
          transform: translate(6px, -50%);
}

.l-menu__bottom {
  margin-top: 34.4px;
}

.l-menu__btn-link {
  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;
  width: 100%;
  height: 56px;
  background: -webkit-gradient(linear, left top, right top, from(#dbcf2d), to(#2f82fc));
  background: linear-gradient(90deg, #dbcf2d 0%, #2f82fc 100%);
  position: relative;
  z-index: 100;
}

.l-menu__btn-text {
  font-size: calc(16 / 10 * 1rem);
  font-weight: 700;
  line-height: calc(10 / 10 * 1rem);
  letter-spacing: 0.125em;
  color: #fff;
}

.l-footer__wrapper {
  background: #f2f2f2;
  padding: 24px 0;
}
@media screen and (min-width: 900px) {
  .l-footer__wrapper {
    padding: 40px 0;
  }
}

.l-footer__copyright {
  font-size: calc(12 / 10 * 1rem);
  font-weight: 400;
  line-height: calc(12 / 10 * 1rem);
  letter-spacing: 0;
  font-family: "Raleway", sans-serif;
  text-align: center;
}

.l-entry {
  position: relative;
}

.l-entry__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.l-entry__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 5;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.l-entry__link:hover::before, .l-entry__link:active::before {
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.l-entry__link:hover .l-entry__frame, .l-entry__link:active .l-entry__frame {
  -o-border-image: linear-gradient(90deg, #dbcf2d 0%, #2f82fc 100%) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(#dbcf2d), to(#2f82fc)) 1;
     border-image: linear-gradient(90deg, #dbcf2d 0%, #2f82fc 100%) 1;
}
.l-entry__link:hover .l-entry__message,
.l-entry__link:hover .l-entry__entry-title,
.l-entry__link:hover .l-entry__entry-subtitle, .l-entry__link:active .l-entry__message,
.l-entry__link:active .l-entry__entry-title,
.l-entry__link:active .l-entry__entry-subtitle {
  background: -webkit-gradient(linear, left top, right top, from(#dbcf2d), to(#2f82fc));
  background: linear-gradient(90deg, #dbcf2d 0%, #2f82fc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.l-entry__link:hover .l-entry__entry-icon, .l-entry__link:active .l-entry__entry-icon {
  background: url(../images/recruit/top-entry_arrow-r-b.svg) no-repeat center center/cover;
}
@media screen and (min-width: 900px) {
  .l-entry__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.l-entry__frame {
  border: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: calc(100% - 32px);
  height: calc(100% - 32px);
  margin: 16px;
  z-index: 10;
}
@media screen and (min-width: 900px) {
  .l-entry__frame {
    width: calc(100% - 106px);
    height: calc(100% - 106px);
    margin: 53px;
  }
}

.l-entry__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  bottom: 36px;
  left: 31px;
  z-index: 10;
}
@media screen and (min-width: 900px) {
  .l-entry__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 83.4%;
    top: 50%;
    bottom: unset;
    left: 9.6%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    gap: 16px;
  }
}

.l-entry__message {
  font-size: calc(20 / 10 * 1rem);
  font-weight: 500;
  line-height: calc(32 / 10 * 1rem);
  letter-spacing: 0.1em;
  color: #fff;
  font-style: italic;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-left: 5px;
}
.l-entry__message .ib {
  display: inline-block;
}
@media screen and (min-width: 900px) {
  .l-entry__message {
    font-size: calc(20 / 10 * 1rem);
    font-weight: 500;
    line-height: calc(32 / 10 * 1rem);
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 1200px) {
  .l-entry__message {
    font-size: calc(28 / 10 * 1rem);
    font-weight: 500;
    line-height: calc(36 / 10 * 1rem);
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 1500px) {
  .l-entry__message {
    font-size: calc(48 / 10 * 1rem);
    font-weight: 500;
    line-height: calc(48 / 10 * 1rem);
    letter-spacing: 0.04em;
  }
}

.l-entry__entry-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5px;
}
@media screen and (min-width: 900px) {
  .l-entry__entry-content {
    margin-top: 0;
  }
}

.l-entry__entry-title {
  font-size: calc(48 / 10 * 1rem);
  font-weight: 600;
  line-height: calc(48 / 10 * 1rem);
  letter-spacing: 0;
  color: #fff;
  font-family: "Barlow Semi Condensed", sans-serif;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 900px) {
  .l-entry__entry-title {
    font-size: calc(100 / 10 * 1rem);
    font-weight: 600;
    line-height: calc(120 / 10 * 1rem);
    letter-spacing: 0;
  }
}

.l-entry__entry-subtitle {
  font-size: calc(15 / 10 * 1rem);
  font-weight: 700;
  line-height: calc(15 / 10 * 1rem);
  letter-spacing: 0;
  color: #fff;
  font-style: italic;
  text-wrap: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-left: 16px;
}
@media screen and (min-width: 900px) {
  .l-entry__entry-subtitle {
    font-size: calc(20 / 10 * 1rem);
    font-weight: 500;
    line-height: calc(40 / 10 * 1rem);
    letter-spacing: 0;
    margin-left: 30px;
  }
}

.l-entry__entry-icon {
  background: url(../images/recruit/top-entry_arrow-r-hw.svg) no-repeat center center/cover;
  display: inline-block;
  width: 27px;
  height: 19px;
  margin-left: 27px;
}
@media screen and (min-width: 900px) {
  .l-entry__entry-icon {
    margin-left: 60px;
  }
}

.l-cta {
  position: relative;
}

.l-cta__entry-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 112px;
}
.l-cta__entry-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 5;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.l-cta__entry-link:hover::before, .l-cta__entry-link:active::before {
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.l-cta__entry-link:hover .l-cta__text, .l-cta__entry-link:active .l-cta__text {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#dbcf2d), to(#2f82fc));
  background: linear-gradient(90deg, #dbcf2d 0%, #2f82fc 100%);
}
@media screen and (min-width: 900px) {
  .l-cta__entry-link:hover .l-cta__entry-title,
  .l-cta__entry-link:hover .l-cta__entry-subtitle, .l-cta__entry-link:active .l-cta__entry-title,
  .l-cta__entry-link:active .l-cta__entry-subtitle {
    background: -webkit-gradient(linear, left top, right top, from(#dbcf2d), to(#2f82fc));
    background: linear-gradient(90deg, #dbcf2d 0%, #2f82fc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
  }
  .l-cta__entry-link:hover .l-cta__entry-icon, .l-cta__entry-link:active .l-cta__entry-icon {
    background: url(../images/recruit/top-entry_arrow-r-b.svg) no-repeat center center/cover;
  }
}
@media screen and (min-width: 900px) {
  .l-cta__entry-link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 0;
  }
}

.l-cta__text-contain {
  position: absolute;
  bottom: 136px;
  left: 0;
  z-index: 10;
}
@media screen and (min-width: 900px) {
  .l-cta__text-contain {
    width: 83.4%;
    top: 38.6%;
    bottom: unset;
    left: 12.2%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

.l-cta__text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 899px) {
  .l-cta__text-wrap .hidden-sp {
    display: none;
  }
}
@media screen and (min-width: 900px) {
  .l-cta__text-wrap .hidden-pc {
    display: none;
  }
}

.l-cta__text {
  font-size: calc(20 / 10 * 1rem);
  font-weight: 600;
  line-height: calc(24 / 10 * 1rem);
  letter-spacing: 0;
  font-style: italic;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  padding: 7px 4px;
}
@media screen and (min-width: 900px) {
  .l-cta__text {
    font-size: calc(20 / 10 * 1rem);
    font-weight: 500;
    line-height: calc(20 / 10 * 1rem);
    letter-spacing: 0.05em;
    padding: 16px 8px;
    margin-top: 2px;
  }
  .l-cta__text.mt {
    margin-top: 6px;
  }
}
@media screen and (min-width: 1200px) {
  .l-cta__text {
    font-size: calc(24 / 10 * 1rem);
    font-weight: 500;
    line-height: calc(24 / 10 * 1rem);
    letter-spacing: 0.06em;
  }
}
@media screen and (min-width: 1600px) {
  .l-cta__text {
    font-size: calc(32 / 10 * 1rem);
    font-weight: 500;
    line-height: calc(32 / 10 * 1rem);
    letter-spacing: 0.06em;
  }
}

.l-cta__entry-contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, right top, from(#dbcf2d), to(#2f82fc));
  background: linear-gradient(90deg, #dbcf2d 0%, #2f82fc 100%);
  width: 100%;
  height: 112px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  padding: 0 24px 0 24px;
}
@media screen and (min-width: 900px) {
  .l-cta__entry-contain {
    background: none;
    width: unset;
    height: unset;
    top: 78%;
    bottom: unset;
    left: 10.2%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    gap: 16px;
  }
}
@media screen and (min-width: 1400px) {
  .l-cta__entry-contain {
    top: 61.7%;
  }
}

.l-cta__entry-title {
  font-size: calc(48 / 10 * 1rem);
  font-weight: 600;
  line-height: calc(48 / 10 * 1rem);
  letter-spacing: 0;
  color: #fff;
  font-family: "Barlow Semi Condensed", sans-serif;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 900px) {
  .l-cta__entry-title {
    font-size: calc(100 / 10 * 1rem);
    font-weight: 600;
    line-height: calc(120 / 10 * 1rem);
    letter-spacing: 0;
  }
}

.l-cta__entry-subtitle {
  font-size: calc(15 / 10 * 1rem);
  font-weight: 700;
  line-height: calc(15 / 10 * 1rem);
  letter-spacing: 0;
  color: #fff;
  text-wrap: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-left: 16px;
}
@media screen and (min-width: 900px) {
  .l-cta__entry-subtitle {
    font-size: calc(20 / 10 * 1rem);
    font-weight: 500;
    line-height: calc(40 / 10 * 1rem);
    letter-spacing: 0;
    margin-left: 10px;
  }
}

.l-cta__entry-icon {
  background: url(../images/recruit/top-entry_arrow-r-hw.svg) no-repeat center center/cover;
  display: inline-block;
  width: 27px;
  height: 19px;
  margin-left: 81px;
}
@media screen and (min-width: 900px) {
  .l-cta__entry-icon {
    margin-left: 38px;
  }
}

.l-interview {
  position: relative;
  padding: 92px 14px 77px;
}
@media screen and (min-width: 900px) {
  .l-interview {
    padding: 146px 24px 159px;
  }
}

.l-interview__container {
  max-width: 1552px;
  width: 100%;
  margin: 0 auto;
}

.l-interview__bg {
  background: url(../images/recruit/interview-interview_bg-sp.png) no-repeat center center/cover;
  display: inline-block;
  width: 375px;
  height: 1964px;
  position: absolute;
  bottom: 298px;
  right: 0;
  z-index: -10;
}
@media screen and (min-width: 900px) {
  .l-interview__bg {
    background: url(../images/recruit/interview-interview_bg-pc.png) no-repeat center center/cover;
    width: 1920px;
    height: 1171px;
    bottom: 150px;
    right: 0;
  }
}

.l-interview__title-content {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.l-interview__title-bg {
  background: url(../images/recruit/section-title-bg.png) no-repeat center center/cover;
  display: inline-block;
  width: 356px;
  height: 131px;
  position: absolute;
  top: 91%;
  left: 40%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 900px) {
  .l-interview__title-bg {
    top: 50%;
    left: 54%;
  }
}

.l-interview__title {
  font-size: calc(40 / 10 * 1rem);
  font-weight: 600;
  line-height: calc(40 / 10 * 1rem);
  letter-spacing: 0;
  font-family: "Barlow Semi Condensed", sans-serif;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 900px) {
  .l-interview__title {
    font-size: calc(64 / 10 * 1rem);
    font-weight: 600;
    line-height: calc(80 / 10 * 1rem);
    letter-spacing: 0;
    margin-left: -40px;
  }
}

.l-interview__subtitle {
  font-size: calc(14 / 10 * 1rem);
  font-weight: 500;
  line-height: calc(14 / 10 * 1rem);
  letter-spacing: 0.14em;
  position: relative;
  z-index: 10;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 16px auto 0;
}
@media screen and (min-width: 900px) {
  .l-interview__subtitle {
    font-size: calc(16 / 10 * 1rem);
    font-weight: 500;
    line-height: calc(40 / 10 * 1rem);
    letter-spacing: 0.05em;
    padding-right: 42px;
    margin: 6px auto 0;
  }
}

.l-interview__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 37px;
  margin-top: 52px;
}
@media screen and (min-width: 900px) {
  .l-interview__items {
    max-width: 1526px;
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
    row-gap: 40px;
    margin: 95px 0 0;
  }
}

.l-interview__item {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}
.l-interview__item:hover img, .l-interview__item:active img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
@media screen and (min-width: 900px) {
  .l-interview__item {
    max-width: 1282px;
  }
}

.l-interview__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 900px) {
  .l-interview__item-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 36px;
  }
}

.l-interview__img-wrap {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .l-interview__img-wrap {
    width: 37.5%;
  }
}

.l-interview__img img {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.l-interview__img-name-wrap {
  position: absolute;
  bottom: 24px;
  left: 14px;
}
@media screen and (min-width: 900px) {
  .l-interview__img-name-wrap {
    bottom: 24px;
    left: 28px;
  }
}

.l-interview__img-name {
  font-size: calc(24 / 10 * 1rem);
  font-weight: 700;
  line-height: calc(28 / 10 * 1rem);
  letter-spacing: 0.08em;
  color: #fff;
  font-family: "Barlow Semi Condensed", sans-serif;
  opacity: 0.7;
}
@media screen and (min-width: 900px) {
  .l-interview__img-name {
    font-size: calc(40 / 10 * 1rem);
    font-weight: 700;
    line-height: calc(40 / 10 * 1rem);
    letter-spacing: 0.05em;
  }
}

.l-interview__message {
  font-size: calc(18 / 10 * 1rem);
  font-weight: 500;
  line-height: calc(28 / 10 * 1rem);
  letter-spacing: -0.04em;
  font-style: italic;
  margin-top: 14px;
}
@media screen and (max-width: 899px) {
  .l-interview__message .sp-hidden {
    display: none;
  }
}
@media screen and (min-width: 900px) {
  .l-interview__message {
    font-size: calc(22 / 10 * 1rem);
    font-weight: 500;
    line-height: calc(40 / 10 * 1rem);
    letter-spacing: 0;
    margin-top: 0;
  }
}
@media screen and (min-width: 1300px) {
  .l-interview__message {
    font-size: calc(32 / 10 * 1rem);
    font-weight: 500;
    line-height: calc(56 / 10 * 1rem);
    letter-spacing: 0;
  }
}

.l-interview__name-en {
  font-size: calc(13 / 10 * 1rem);
  font-weight: 700;
  line-height: calc(13 / 10 * 1rem);
  letter-spacing: 0;
  font-style: italic;
  margin-top: 16px;
}
@media screen and (min-width: 900px) {
  .l-interview__name-en {
    font-size: calc(14 / 10 * 1rem);
    font-weight: 700;
    line-height: calc(14 / 10 * 1rem);
    letter-spacing: 0;
    margin-top: 38px;
  }
}

.l-interview__name {
  font-size: calc(16 / 10 * 1rem);
  font-weight: 600;
  line-height: calc(32 / 10 * 1rem);
  letter-spacing: 0.125em;
  color: #000;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-style: italic;
}
@media screen and (min-width: 900px) {
  .l-interview__name {
    font-size: calc(20 / 10 * 1rem);
    font-weight: 600;
    line-height: calc(40 / 10 * 1rem);
    letter-spacing: 0.1em;
  }
}

.p-top-fv {
  position: relative;
  overflow: hidden;
  padding-top: 60px;
}
@media screen and (min-width: 900px) {
  .p-top-fv {
    padding-top: 107px;
  }
}

@media screen and (min-width: 900px) {
  .p-top-fv__slider-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1px;
  }
}

@media screen and (min-width: 900px) {
  .p-top-fv__swiper01 {
    width: 23.6979166667%;
  }
}

@media screen and (min-width: 900px) {
  .p-top-fv__swiper02 {
    width: 22.6041666667%;
  }
}

@media screen and (min-width: 900px) {
  .p-top-fv__swiper03 {
    width: 53.28125%;
  }
}

.p-top-fv__title-bg {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}
@media screen and (min-width: 900px) {
  .p-top-fv__title-bg {
    bottom: 7px;
    left: 0;
  }
}

.p-top-fv__title-bg-img {
  display: inline-block;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .p-top-fv__title-bg-img {
    width: 83.3%;
  }
}

.p-top-fv__title {
  width: 100%;
  position: absolute;
  bottom: 15px;
  left: 0;
  z-index: 10;
}
@media screen and (min-width: 900px) {
  .p-top-fv__title {
    width: calc(100% - 84px);
    bottom: 108px;
    left: 84px;
  }
}

.p-top-fv__title-title-img {
  display: inline-block;
  width: 98.9%;
}
@media screen and (min-width: 900px) {
  .p-top-fv__title-title-img {
    width: 60.7%;
  }
}

.p-top-message {
  position: relative;
  padding: 74px 0 40px;
  text-align: center;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .p-top-message {
    padding: 152px 0 80px;
  }
}

.p-top-message__bg1 {
  background: url(../images/recruit/top-message_bg1-sp.png) no-repeat center center/cover;
  display: inline-block;
  width: 375px;
  height: 904px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -10;
}
@media screen and (min-width: 900px) {
  .p-top-message__bg1 {
    background: url(../images/recruit/top-message_bg1-pc.png) no-repeat center center/cover;
    width: 1805px;
    height: 1231px;
    top: 0;
    right: 0;
  }
}

.p-top-message__bg2 {
  background: url(../images/recruit/top-message_bg2-sp.png) no-repeat center center/cover;
  display: inline-block;
  width: 375px;
  height: 904px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
}
@media screen and (min-width: 900px) {
  .p-top-message__bg2 {
    background: url(../images/recruit/top-message_bg2-pc.png) no-repeat center center/cover;
    width: 958.5px;
    height: 1518.5px;
    top: 0;
    left: 0;
  }
}

.p-top-message__top-text {
  font-size: calc(14 / 10 * 1rem);
  font-weight: 500;
  line-height: calc(29.4 / 10 * 1rem);
  letter-spacing: 0.07em;
  font-style: italic;
}
@media screen and (min-width: 900px) {
  .p-top-message__top-text {
    font-size: calc(24 / 10 * 1rem);
    font-weight: 500;
    line-height: calc(48 / 10 * 1rem);
    letter-spacing: 0.08em;
    margin-left: 26px;
  }
}

.p-top-message__middle {
  margin-top: 24px;
}
@media screen and (min-width: 900px) {
  .p-top-message__middle {
    margin-top: 24px;
  }
}

.p-top-message__middle-text-wrap:nth-child(2) {
  margin-top: 27px;
}
.p-top-message__middle-text-wrap:nth-child(3) {
  margin-top: 35px;
}
.p-top-message__middle-text-wrap:nth-child(4) {
  margin-top: 32px;
}
@media screen and (min-width: 900px) {
  .p-top-message__middle-text-wrap:nth-child(2) {
    margin-top: 27px;
  }
  .p-top-message__middle-text-wrap:nth-child(3) {
    margin-top: 35px;
  }
  .p-top-message__middle-text-wrap:nth-child(4) {
    margin-top: 35px;
  }
}

.p-top-message__middle-text {
  font-size: calc(14 / 10 * 1rem);
  font-weight: 500;
  line-height: calc(24.2 / 10 * 1rem);
  letter-spacing: 0.07em;
  font-style: italic;
}
@media screen and (min-width: 900px) {
  .p-top-message__middle-text {
    font-size: calc(24 / 10 * 1rem);
    font-weight: 500;
    line-height: calc(48 / 10 * 1rem);
    letter-spacing: 0.08em;
  }
}

.p-top-message__middle-text--l {
  font-size: calc(14 / 10 * 1rem);
  font-weight: 500;
  line-height: calc(29.6 / 10 * 1rem);
  letter-spacing: 0.07em;
  font-style: italic;
}
@media screen and (min-width: 900px) {
  .p-top-message__middle-text--l {
    font-size: calc(24 / 10 * 1rem);
    font-weight: 500;
    line-height: calc(48 / 10 * 1rem);
    letter-spacing: 0.08em;
  }
}

.p-top-message__middle-text--b {
  font-size: calc(16 / 10 * 1rem);
  font-weight: 500;
  line-height: calc(18.2 / 10 * 1rem);
  letter-spacing: 0;
  font-style: italic;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin: 9px auto;
}
@media screen and (min-width: 900px) {
  .p-top-message__middle-text--b {
    font-size: calc(32 / 10 * 1rem);
    font-weight: 700;
    line-height: calc(34 / 10 * 1rem);
    letter-spacing: 0.06em;
    margin: 10px auto;
  }
}

.p-top-message__middle-text--bgc {
  color: inherit;
}
.p-top-message__middle-text--bgc::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scaleX(0);
          transform: translate(-50%, -50%) scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  background: -webkit-gradient(linear, left top, right top, from(#dbcf2d), to(#2f82fc));
  background: linear-gradient(90deg, #dbcf2d 0%, #2f82fc 100%);
  display: inline-block;
  width: 102.2%;
  height: 124%;
  z-index: -10;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.9s ease;
  transition: -webkit-transform 0.9s ease;
  transition: transform 0.9s ease;
  transition: transform 0.9s ease, -webkit-transform 0.9s ease;
}
.p-top-message__middle-text--bgc.is-inview {
  color: #fff;
}
.p-top-message__middle-text--bgc.is-inview::before {
  -webkit-transform: translate(-50%, -50%) scaleX(1);
          transform: translate(-50%, -50%) scaleX(1);
}
@media screen and (min-width: 900px) {
  .p-top-message__middle-text--bgc::before {
    width: 104.8%;
    height: 120%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .p-top-message__middle-text--bgc::before {
    -webkit-transition: none;
    transition: none;
  }
}

.p-top-message__bottom {
  margin-top: 26px;
}
@media screen and (min-width: 900px) {
  .p-top-message__bottom {
    margin-top: 73px;
  }
}

.p-top-message__bottom-text {
  font-size: calc(20 / 10 * 1rem);
  font-weight: 500;
  line-height: calc(36 / 10 * 1rem);
  letter-spacing: 0;
  font-style: italic;
}
@media screen and (min-width: 900px) {
  .p-top-message__bottom-text {
    font-size: calc(42 / 10 * 1rem);
    font-weight: 500;
    line-height: calc(42 / 10 * 1rem);
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1000px) {
  .p-top-message__bottom-text {
    font-size: calc(48 / 10 * 1rem);
    font-weight: 500;
    line-height: calc(48 / 10 * 1rem);
    letter-spacing: 0;
  }
}

.p-top-message__slider {
  margin-top: 86px;
}
@media screen and (min-width: 900px) {
  .p-top-message__slider {
    margin-top: 196px;
  }
}

.p-top-message__swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.p-top-message__swiper-slide {
  height: 300.81px;
}
@media screen and (min-width: 900px) {
  .p-top-message__swiper-slide {
    height: 466.25px;
  }
}

.p-top-message__swiper-slide01,
.p-top-message__swiper-slide03,
.p-top-message__swiper-slide05,
.p-top-message__swiper-slide07,
.p-top-message__swiper-slide09,
.p-top-message__swiper-slide11 {
  width: 320px;
}
@media screen and (min-width: 900px) {
  .p-top-message__swiper-slide01,
  .p-top-message__swiper-slide03,
  .p-top-message__swiper-slide05,
  .p-top-message__swiper-slide07,
  .p-top-message__swiper-slide09,
  .p-top-message__swiper-slide11 {
    width: 496px;
  }
}

.p-top-message__swiper-slide02,
.p-top-message__swiper-slide04,
.p-top-message__swiper-slide06,
.p-top-message__swiper-slide08,
.p-top-message__swiper-slide10 {
  width: 214.39px;
}
@media screen and (min-width: 900px) {
  .p-top-message__swiper-slide02,
  .p-top-message__swiper-slide04,
  .p-top-message__swiper-slide06,
  .p-top-message__swiper-slide08,
  .p-top-message__swiper-slide10 {
    width: 332.31px;
  }
}

.p-top-interview {
  position: relative;
  padding: 76px 14px 40px;
}
@media screen and (min-width: 900px) {
  .p-top-interview {
    padding: 83px 24px 80px;
  }
}

.p-top-interview__container {
  max-width: 1552px;
  width: 100%;
  margin: 0 auto;
}

.p-top-interview__bg {
  background: url(../images/recruit/top-interview_bg-sp.png) no-repeat center center/cover;
  display: inline-block;
  width: 375px;
  height: 661px;
  position: absolute;
  bottom: 298px;
  right: 0;
  z-index: -10;
}
@media screen and (min-width: 900px) {
  .p-top-interview__bg {
    background: url(../images/recruit/top-interview_bg-pc.png) no-repeat center center/cover;
    width: 1920px;
    height: 1171px;
    bottom: -205px;
    right: 0;
  }
}

.p-top-interview__title-content {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .p-top-interview__title-content {
    margin: unset;
  }
}

.p-top-interview__title-bg {
  background: url(../images/recruit/section-title-bg.png) no-repeat center center/cover;
  display: inline-block;
  width: 356px;
  height: 131px;
  position: absolute;
  top: 57%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 900px) {
  .p-top-interview__title-bg {
    top: 50%;
    left: 62%;
  }
}

.p-top-interview__title {
  font-size: calc(40 / 10 * 1rem);
  font-weight: 600;
  line-height: calc(40 / 10 * 1rem);
  letter-spacing: 0;
  font-family: "Barlow Semi Condensed", sans-serif;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 900px) {
  .p-top-interview__title {
    font-size: calc(64 / 10 * 1rem);
    font-weight: 600;
    line-height: calc(80 / 10 * 1rem);
    letter-spacing: 0;
  }
}

.p-top-interview__subtitle {
  font-size: calc(14 / 10 * 1rem);
  font-weight: 500;
  line-height: calc(14 / 10 * 1rem);
  letter-spacing: 0.14em;
  position: relative;
  z-index: 10;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 16px auto 0;
}
@media screen and (min-width: 900px) {
  .p-top-interview__subtitle {
    font-size: calc(16 / 10 * 1rem);
    font-weight: 500;
    line-height: calc(40 / 10 * 1rem);
    letter-spacing: 0;
    margin: -3px 0 0;
  }
}

.p-top-interview__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 38px;
  margin-top: 40px;
}
@media screen and (min-width: 900px) {
  .p-top-interview__items {
    max-width: 1526px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
    row-gap: 78px;
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px;
    margin: 24px 0 0;
  }
}

.p-top-interview__item {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}
.p-top-interview__item:hover img, .p-top-interview__item:active img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
@media screen and (min-width: 900px) {
  .p-top-interview__item {
    max-width: 900px;
  }
}
@media screen and (min-width: 1200px) {
  .p-top-interview__item {
    max-width: none;
    width: calc(50% - 40px);
  }
}

.p-top-interview__img-wrap {
  position: relative;
  overflow: hidden;
}

.p-top-interview__img img {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.p-top-interview__img-name-wrap {
  position: absolute;
  bottom: 24px;
  left: 14px;
}
@media screen and (min-width: 900px) {
  .p-top-interview__img-name-wrap {
    bottom: 50px;
    left: 24px;
  }
}

.p-top-interview__img-name {
  font-size: calc(24 / 10 * 1rem);
  font-weight: 700;
  line-height: calc(28 / 10 * 1rem);
  letter-spacing: 0.08em;
  color: #fff;
  font-family: "Barlow Semi Condensed", sans-serif;
  opacity: 0.7;
}
@media screen and (min-width: 900px) {
  .p-top-interview__img-name {
    font-size: calc(40 / 10 * 1rem);
    font-weight: 700;
    line-height: calc(40 / 10 * 1rem);
    letter-spacing: 0.05em;
  }
}

.p-top-interview__item-message {
  font-size: calc(18 / 10 * 1rem);
  font-weight: 500;
  line-height: calc(28 / 10 * 1rem);
  letter-spacing: 0;
  font-style: italic;
  text-wrap: nowrap;
  margin-top: 15px;
}
@media screen and (max-width: 899px) {
  .p-top-interview__item-message .sp-none {
    display: none;
  }
}
@media screen and (min-width: 900px) {
  .p-top-interview__item-message {
    font-size: calc(30 / 10 * 1rem);
    font-weight: 500;
    line-height: calc(56 / 10 * 1rem);
    letter-spacing: 0.07em;
    text-wrap: wrap;
    margin-top: 34px;
    width: 102%;
  }
}

.p-top-interview__item-name-en {
  font-size: calc(13 / 10 * 1rem);
  font-weight: 700;
  line-height: calc(13 / 10 * 1rem);
  letter-spacing: 0;
  font-style: italic;
  margin-top: 15px;
}
@media screen and (min-width: 900px) {
  .p-top-interview__item-name-en {
    font-size: calc(14 / 10 * 1rem);
    font-weight: 700;
    line-height: calc(14 / 10 * 1rem);
    letter-spacing: 0;
    margin-top: 14px;
  }
}

.p-top-interview__item-name {
  font-size: calc(16 / 10 * 1rem);
  font-weight: 600;
  line-height: calc(32 / 10 * 1rem);
  letter-spacing: 0.125em;
  font-style: italic;
  color: #000;
  font-family: "Barlow Semi Condensed", sans-serif;
  margin-top: -1px;
}
@media screen and (min-width: 900px) {
  .p-top-interview__item-name {
    font-size: calc(20 / 10 * 1rem);
    font-weight: 600;
    line-height: calc(40 / 10 * 1rem);
    letter-spacing: 0.1em;
    margin-top: 0;
  }
}

.p-top-believe {
  position: relative;
  overflow-x: hidden;
  padding: 64px 14px 79px;
}
@media screen and (min-width: 900px) {
  .p-top-believe {
    padding: 83px 24px 162px;
  }
}

.p-top-believe__container {
  max-width: 1526px;
  width: 100%;
  margin: 0 auto;
}

.p-top-believe__bg1 {
  background: url(../images/recruit/top-believe_bg1-sp.png) no-repeat center center/cover;
  display: inline-block;
  width: 375px;
  height: 1178px;
  position: absolute;
  top: 200px;
  right: 0;
  z-index: -10;
}
@media screen and (min-width: 900px) {
  .p-top-believe__bg1 {
    background: url(../images/recruit/top-believe_bg1-pc.png) no-repeat center center/cover;
    width: 685px;
    height: 1416px;
    top: 873px;
    right: 0;
  }
}

.p-top-believe__bg2 {
  background: url(../images/recruit/top-believe_bg2-sp.png) no-repeat center center/cover;
  display: inline-block;
  width: 375px;
  height: 661px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -10;
}
@media screen and (min-width: 900px) {
  .p-top-believe__bg2 {
    background: url(../images/recruit/top-believe_bg2-pc.png) no-repeat center center/cover;
    width: 1389px;
    height: 543px;
    bottom: 0;
    left: 0;
  }
}

.p-top-believe__title-content {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .p-top-believe__title-content {
    margin: unset;
  }
}

.p-top-believe__title-bg {
  background: url(../images/recruit/section-title-bg.png) no-repeat center center/cover;
  display: inline-block;
  width: 356px;
  height: 131px;
  position: absolute;
  top: 57%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 900px) {
  .p-top-believe__title-bg {
    top: 44%;
    left: 59%;
  }
}

.p-top-believe__title {
  font-size: calc(40 / 10 * 1rem);
  font-weight: 600;
  line-height: calc(40 / 10 * 1rem);
  letter-spacing: 0;
  font-family: "Barlow Semi Condensed", sans-serif;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 900px) {
  .p-top-believe__title {
    font-size: calc(64 / 10 * 1rem);
    font-weight: 600;
    line-height: calc(80 / 10 * 1rem);
    letter-spacing: 0;
  }
}

.p-top-believe__subtitle {
  font-size: calc(14 / 10 * 1rem);
  font-weight: 500;
  line-height: calc(14 / 10 * 1rem);
  letter-spacing: 0.14em;
  position: relative;
  z-index: 10;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 16px auto 0;
}
@media screen and (min-width: 900px) {
  .p-top-believe__subtitle {
    font-size: calc(16 / 10 * 1rem);
    font-weight: 500;
    line-height: calc(40 / 10 * 1rem);
    letter-spacing: 0;
    margin: -2px 0 0 5px;
  }
}

.p-top-believe__lead-wrap {
  margin-top: 70px;
  margin-left: 8px;
}
@media screen and (min-width: 900px) {
  .p-top-believe__lead-wrap {
    margin-top: 22px;
    margin-left: 4px;
  }
}

.p-top-believe__lead {
  font-size: calc(20 / 10 * 1rem);
  font-weight: 500;
  line-height: calc(35 / 10 * 1rem);
  letter-spacing: 0.1em;
  font-style: italic;
}
@media screen and (min-width: 900px) {
  .p-top-believe__lead {
    font-size: calc(32 / 10 * 1rem);
    font-weight: 500;
    line-height: calc(56 / 10 * 1rem);
    letter-spacing: 0.06em;
  }
}

.p-top-believe__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 78.4px;
  margin-top: 31px;
}
@media screen and (min-width: 900px) {
  .p-top-believe__items {
    gap: 116px;
    margin-top: 90px;
  }
}

.p-top-believe__item {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .p-top-believe__item {
    max-width: none;
  }
  .p-top-believe__item .p-top-believe__item-num {
    margin-top: 20px;
  }
  .p-top-believe__item .p-top-believe__item-num:nth-child(1) .p-top-believe__item-title {
    font-size: calc(80 / 10 * 1rem);
    font-weight: 700;
    line-height: calc(80 / 10 * 1rem);
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1200px) {
  .p-top-believe__item:nth-child(1) .p-top-believe__item-num {
    margin-top: 98px;
  }
  .p-top-believe__item:nth-child(2) .p-top-believe__item-num {
    margin-top: 94px;
  }
  .p-top-believe__item:nth-child(3) .p-top-believe__item-num {
    margin-top: 100px;
  }
  .p-top-believe__item:nth-child(4) .p-top-believe__item-num {
    margin-top: 86px;
  }
}

.p-top-believe__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 900px) {
  .p-top-believe__item-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 24px;
    padding-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .p-top-believe__item-inner {
    gap: 100px;
    padding-left: 100px;
  }
}
@media screen and (min-width: 1600px) {
  .p-top-believe__item-inner {
    gap: 167px;
    padding-left: 166px;
  }
}

@media screen and (min-width: 900px) {
  .p-top-believe__item-img-contain {
    width: 53.6%;
  }
}

.p-top-believe__item-img img {
  border-radius: 16px;
}
@media screen and (min-width: 900px) {
  .p-top-believe__item-img img {
    border-radius: 24px;
  }
}

.p-top-believe__item-content-contain {
  width: calc(100% + 12px);
  margin-left: 10px;
}
@media screen and (min-width: 900px) {
  .p-top-believe__item-content-contain {
    margin-left: 0;
  }
}

.p-top-believe__item-num {
  font-size: calc(16 / 10 * 1rem);
  font-weight: 400;
  line-height: calc(16 / 10 * 1rem);
  letter-spacing: 0.125em;
  font-family: "Barlow Semi Condensed", sans-serif;
}
@media screen and (min-width: 900px) {
  .p-top-believe__item-num {
    font-size: calc(20 / 10 * 1rem);
    font-weight: 400;
    line-height: calc(20 / 10 * 1rem);
    letter-spacing: 0.1em;
  }
}

.p-top-believe__item-title {
  font-size: calc(40 / 10 * 1rem);
  font-weight: 700;
  line-height: calc(40 / 10 * 1rem);
  letter-spacing: 0;
  font-family: "Barlow Semi Condensed", sans-serif;
  margin-top: 24px;
}
@media screen and (min-width: 900px) {
  .p-top-believe__item-title {
    font-size: calc(72 / 10 * 1rem);
    font-weight: 700;
    line-height: calc(80 / 10 * 1rem);
    letter-spacing: 0;
    margin-top: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .p-top-believe__item-title {
    margin-top: 42px;
  }
}

.p-top-believe__item-subtitle {
  font-size: calc(24 / 10 * 1rem);
  font-weight: 500;
  line-height: calc(24 / 10 * 1rem);
  letter-spacing: 0.08em;
  font-style: italic;
  margin-top: 24px;
}
@media screen and (min-width: 900px) {
  .p-top-believe__item-subtitle {
    font-size: calc(32 / 10 * 1rem);
    font-weight: 500;
    line-height: calc(32 / 10 * 1rem);
    letter-spacing: 0.06em;
    margin-top: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .p-top-believe__item-subtitle {
    margin-top: 52px;
  }
}

.p-top-believe__item-text {
  font-size: calc(14 / 10 * 1rem);
  font-weight: 400;
  line-height: calc(24 / 10 * 1rem);
  letter-spacing: 0.14em;
  padding-right: 42px;
  margin-top: 16px;
}
@media screen and (min-width: 900px) {
  .p-top-believe__item-text {
    font-size: calc(16 / 10 * 1rem);
    font-weight: 400;
    line-height: calc(24 / 10 * 1rem);
    letter-spacing: 0.125em;
    font-style: italic;
    padding-right: 0;
    margin-top: 34px;
    width: 102%;
  }
}

.p-interview-fv {
  max-height: calc(100vh - 60px);
  position: relative;
  padding-top: 60px;
  overflow-x: hidden;
}
@media screen and (min-width: 900px) {
  .p-interview-fv {
    max-height: unset;
    padding-top: 107px;
  }
}

.p-interview-fv__bg-img {
  height: calc(100vh - 60px);
}
@media screen and (min-width: 900px) {
  .p-interview-fv__bg-img {
    height: unset;
  }
}
.p-interview-fv__bg-img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.p-interview-fv__content-contain {
  width: 100%;
  position: absolute;
  bottom: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}
@media screen and (min-width: 900px) {
  .p-interview-fv__content-contain {
    width: unset;
    top: 56.4%;
    bottom: unset;
    left: 12.5%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: left;
  }
}

.p-interview-fv__border {
  border-top: 1px solid #fff;
  width: 332px;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .p-interview-fv__border {
    max-width: 482.47px;
    width: 100%;
    margin: unset;
  }
}

.p-interview-fv__name {
  font-size: calc(26 / 10 * 1rem);
  font-weight: 700;
  line-height: calc(35 / 10 * 1rem);
  letter-spacing: 0.14em;
  font-style: italic;
  color: #fff;
  margin-top: 14px;
}
@media screen and (min-width: 900px) {
  .p-interview-fv__name {
    font-size: calc(44 / 10 * 1rem);
    font-weight: 700;
    line-height: calc(56.25 / 10 * 1rem);
    letter-spacing: 0.012em;
    margin-top: 20px;
  }
}

.p-interview-fv__name-en {
  font-size: calc(15 / 10 * 1rem);
  font-weight: 600;
  line-height: calc(18 / 10 * 1rem);
  letter-spacing: 0.13em;
  color: #fff;
  font-family: "Barlow Semi Condensed", sans-serif;
  margin-top: 8px;
}
@media screen and (min-width: 900px) {
  .p-interview-fv__name-en {
    font-size: calc(20 / 10 * 1rem);
    font-weight: 600;
    line-height: calc(25 / 10 * 1rem);
    letter-spacing: 0.1em;
    margin-top: 10px;
  }
}

.p-interview-fv__message-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 24px;
}
@media screen and (min-width: 900px) {
  .p-interview-fv__message-wrap {
    margin-top: 35px;
  }
}

.p-interview-fv__message {
  font-size: calc(16 / 10 * 1rem);
  font-weight: 600;
  line-height: calc(16 / 10 * 1rem);
  letter-spacing: 0.06em;
  font-style: italic;
  background: #fff;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 4px;
  margin: 0 auto;
  text-wrap: nowrap;
}
.p-interview-fv__message:nth-child(2) {
  margin-top: -1px;
}
@media screen and (min-width: 900px) {
  .p-interview-fv__message {
    font-size: calc(24 / 10 * 1rem);
    font-weight: 500;
    line-height: calc(24 / 10 * 1rem);
    letter-spacing: 0.1em;
    padding: 8px 4px;
    margin: unset;
  }
  .p-interview-fv__message:nth-child(2) {
    margin-top: 6px;
  }
}

.p-interview-contents {
  position: relative;
  padding: 80px 24px 82px;
}
@media screen and (min-width: 900px) {
  .p-interview-contents {
    padding: 164px 24px 160px;
  }
}

.p-interview-contents__container {
  max-width: 1526px;
  width: 100%;
  margin: 0 auto;
}

.p-interview-contents__bg {
  background: url(../images/recruit/interview-contents_bg-sp.png) no-repeat center center/cover;
  display: inline-block;
  width: 375px;
  height: 4114px;
  position: absolute;
  top: -540px;
  right: 0;
  z-index: -10;
}
@media screen and (min-width: 900px) {
  .p-interview-contents__bg {
    background: url(../images/recruit/interview-contents_bg-pc.png) no-repeat center center/cover;
    width: 1920px;
    height: 3373px;
    top: 458px;
    right: 0;
  }
}

.p-interview-contents__head-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .p-interview-contents__head-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-interview-contents__head-item:hover .p-interview-contents__head-item-border::before, .p-interview-contents__head-item:active .p-interview-contents__head-item-border::before {
  -webkit-transform: translate(-50%, -50%) scaleX(1);
          transform: translate(-50%, -50%) scaleX(1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.p-interview-contents__head-item .p-interview-contents__head-item-border::before {
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
@media screen and (min-width: 900px) {
  .p-interview-contents__head-item {
    width: calc(50% - 20px);
  }
}

.p-interview-contents__head-item-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 17.5px 0;
}
@media screen and (min-width: 900px) {
  .p-interview-contents__head-item-title-wrap {
    gap: 12px;
  }
}

.p-interview-contents__head-item-title {
  font-size: calc(14 / 10 * 1rem);
  font-weight: 500;
  line-height: calc(21 / 10 * 1rem);
  letter-spacing: 0.14em;
  font-style: italic;
}
@media screen and (min-width: 900px) {
  .p-interview-contents__head-item-title {
    font-size: calc(16 / 10 * 1rem);
    font-weight: 500;
    line-height: calc(24 / 10 * 1rem);
    letter-spacing: 0.125em;
  }
}

.p-interview-contents__head-item-icon {
  background: url(../images/recruit/interview-contents_arrow-u-bl.svg) no-repeat center center/cover;
  display: inline-block;
  width: 12px;
  height: 17px;
}

.p-interview-contents__head-item-border {
  border-bottom: 1px solid #1a2530;
  position: relative;
}
.p-interview-contents__head-item-border::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scaleX(0);
          transform: translate(-50%, -50%) scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  background: -webkit-gradient(linear, left top, right top, from(#dbcf2d), to(#2f82fc));
  background: linear-gradient(90deg, #dbcf2d 0%, #2f82fc 100%);
  display: inline-block;
  width: 100%;
  height: 4px;
  z-index: 10;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.p-interview-contents__body {
  margin-top: 76px;
}
@media screen and (min-width: 900px) {
  .p-interview-contents__body {
    margin-top: 80px;
  }
}

.p-interview-contents__body-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 80px;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .p-interview-contents__body-items {
    gap: 76px;
  }
}

.p-interview-contents__body-item-title {
  font-size: calc(24 / 10 * 1rem);
  font-weight: 500;
  line-height: calc(32 / 10 * 1rem);
  letter-spacing: 0.08em;
  font-style: italic;
}
@media screen and (min-width: 900px) {
  .p-interview-contents__body-item-title {
    font-size: calc(36 / 10 * 1rem);
    font-weight: 500;
    line-height: calc(36 / 10 * 1rem);
    letter-spacing: 0.06em;
  }
}

.p-interview-contents__body-item-border {
  background: -webkit-gradient(linear, left top, right top, from(#dbcf2d), to(#2f82fc));
  background: linear-gradient(90deg, #dbcf2d 0%, #2f82fc 100%);
  display: inline-block;
  width: 32px;
  height: 2px;
  margin-top: 22px;
}

.p-interview-contents__body-item-text-wrap {
  margin-top: 12px;
}
@media screen and (min-width: 900px) {
  .p-interview-contents__body-item-text-wrap {
    margin-top: 44px;
  }
  .p-interview-contents__body-item-text-wrap.mt77 {
    margin-top: 77px;
  }
}
.p-interview-contents__body-item-text-wrap .mt16-22 {
  margin-top: 16px;
}
@media screen and (min-width: 900px) {
  .p-interview-contents__body-item-text-wrap .mt16-22 {
    margin-top: 22px;
  }
}

.p-interview-contents__body-item-text {
  font-size: calc(16 / 10 * 1rem);
  font-weight: 400;
  line-height: calc(36 / 10 * 1rem);
  letter-spacing: 0.125em;
  text-align: justify;
}
@media screen and (max-width: 899px) {
  .p-interview-contents__body-item-text .hidden-sp {
    display: none;
  }
}
@media screen and (min-width: 900px) {
  .p-interview-contents__body-item-text .hidden-pc {
    display: none;
  }
}

.p-interview-contents__body-item-img {
  margin-top: 16px;
}
@media screen and (min-width: 900px) {
  .p-interview-contents__body-item-img {
    margin-top: 80px;
  }
}