@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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: 1em; /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  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: 1em; /* 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * 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] {
  -webkit-appearance: button;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  box-sizing: border-box; /* 1 */
  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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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 */
}

/* 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;
}

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

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

/* Scss Document */
@font-face {
  /*フォントの名前*/
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/recruit/font/NotoSansJP-Light.ttf") format("truetype");
}
@font-face {
  /*フォントの名前*/
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/recruit/font/NotoSansJP-Regular.ttf") format("truetype");
}
@font-face {
  /*フォントの名前*/
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/recruit/font/NotoSansJP-Medium.ttf") format("truetype");
}
@font-face {
  /*フォントの名前*/
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/recruit/font/NotoSansJP-Bold.ttf") format("truetype");
}
@font-face {
  /*フォントの名前*/
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/recruit/font/NotoSansJP-Black.ttf") format("truetype");
}
:root {
  --site-base-container: 1260px;
  --inner-base-container: 960px;
  --navi-index-container: 1260px;
  --navi-index-height: 60px;
  --trans-all-2s: all .2s ease-in;
  --border-r10: 10px;
  --border-r05: 5px;
}

@media (min-width: 376px) {
  .d-xs-block {
    display: block !important;
  }
  .d-xs-none {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .d-sm-block {
    display: block !important;
  }
  .d-sm-none {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
  .d-md-none {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
  .d-lg-none {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-block {
    display: block !important;
  }
  .d-xl-none {
    display: none !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-none {
    display: none !important;
  }
}
a {
  transition: var(--trans-all-2s);
}
a:hover, a :active, a :focus {
  opacity: 0.8;
}

#pagePath > ol {
  white-space: normal;
}
#pagePath > ol > li {
  display: inline-block;
}

.recruit-interview-mv__area .recruit-interview-mv {
  position: relative;
  padding-bottom: 49px;
}
.recruit-interview-mv__area .recruit-interview-mv .swiper .swiper-pagination {
  margin-top: 12px;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .recruit-interview-mv__area .recruit-interview-mv .swiper .swiper-pagination {
    display: block;
  }
}

.recruit-interview-section__wrap {
  padding: 0 90px;
}
@media screen and (max-width: 1199px) {
  .recruit-interview-section__wrap {
    padding: 0 30px;
  }
}
@media screen and (max-width: 991px) {
  .recruit-interview-section__wrap {
    padding: 0 35px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-interview-section__wrap {
    padding: 0 20px;
  }
}

.recruit-interview-message-section__wrap {
  padding: 0 90px;
}
@media screen and (max-width: 1199px) {
  .recruit-interview-message-section__wrap {
    padding: 0 30px;
  }
}
@media screen and (max-width: 991px) {
  .recruit-interview-message-section__wrap {
    padding: 0 35px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-interview-message-section__wrap {
    padding: 0 20px;
  }
}

.recruit-interview-mv__wrap {
  position: relative;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .recruit-interview-mv__wrap {
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .hidden-sp {
    display: none;
  }
}

.recruit-interview-mv__contents {
  position: relative;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .recruit-interview-mv__contents {
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .recruit-interview-mv__title--pc {
    display: none;
  }
}

.recruit-interview-mv__content-wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit-interview-mv__content-wrap {
    flex-direction: column-reverse;
  }
}

.recruit-interview-mv__content-sentence-wrap {
  padding: 120px 22px 25px 27px;
  position: relative;
  z-index: 1;
  width: 418px;
  display: flex;
  justify-content: center;
  background-color: #e7f1fb;
  border-radius: 10px 0 0 10px;
}
@media screen and (max-width: 991px) {
  .recruit-interview-mv__content-sentence-wrap {
    padding: 25px;
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-interview-mv__content-sentence-wrap {
    border-radius: 0 0 7px 7px;
    width: 100%;
    padding: 20px 20px;
    height: 225px;
  }
}
.recruit-interview-mv__content-sentence-wrap > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 39.95215311%;
}
@media screen and (max-width: 767px) {
  .recruit-interview-mv__content-sentence-wrap > img {
    max-width: 150px;
  }
}

.recruit-interview-mv__content-sentence-inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.recruit-interview-mv__content-sentence01 {
  font-size: 26px;
  font-feature-settings: "palt";
  line-height: 1.8;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  font-weight: bold;
  color: #0b3f93;
  z-index: 1;
  letter-spacing: -0.2rem;
}
@media screen and (max-width: 991px) {
  .recruit-interview-mv__content-sentence01 {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-interview-mv__content-sentence01 {
    font-size: 16px;
  }
}

.recruit-interview-mv__content__sentence03-wrap {
  display: flex;
  flex-wrap: wrap;
  padding-top: 27px;
  gap: 12px 3px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .recruit-interview-mv__content__sentence03-wrap {
    padding-top: 18px;
  }
}

.recruit-interview-mv__content__sentence03 {
  padding: 7px 14px 7px 13px;
  line-height: 0.97;
  border-radius: 15px;
  color: #0b3f93;
  background-color: #ffffff;
  display: inline-block;
}

.recruit-interview-mv__content-img-wrap {
  height: 531px;
  width: calc(100% - 418px);
  position: relative;
  overflow: hidden;
  border-radius: 0 10px 10px 0;
  border-width: 1px;
  border-style: solid;
  border-color: #e7f1fb;
}
@media screen and (max-width: 991px) {
  .recruit-interview-mv__content-img-wrap {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 767px) {
  .recruit-interview-mv__content-img-wrap {
    border-radius: 7px 7px 0 0;
    width: 100%;
    height: auto;
    aspect-ratio: 1/0.7;
  }
}
.recruit-interview-mv__content-img-wrap > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* 画像を中央寄せ */
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .recruit-interview-mv__content-img-wrap > img {
    position: relative;
    transform: translate(0, 0);
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
}

.recruit-interview-mv-link-area {
  position: absolute;
  width: 72%;
  bottom: 43px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .recruit-interview-mv-link-area {
    bottom: 27px;
  }
}
.recruit-interview-mv-link-area .recruit-btn02 {
  max-width: 100%;
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .recruit-interview-mv-link-area .recruit-btn02 {
    padding-left: 5px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-interview-mv-link-area .recruit-btn02 {
    font-size: 15px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 575px) {
  .recruit-interview-mv-link-area .recruit-btn02 {
    font-size: 13px;
    line-height: 0.95;
    padding: 0 22px 0 0;
    height: 49px;
  }
}
.recruit-interview-mv-link-area .recruit-btn02::before {
  right: 17px;
}
@media screen and (max-width: 767px) {
  .recruit-interview-mv-link-area .recruit-btn02::before {
    right: 14px;
    width: 21px;
    height: 21px;
  }
}
@media screen and (max-width: 575px) {
  .recruit-interview-mv-link-area .recruit-btn02::before {
    right: 9px;
    width: 18px;
    height: 18px;
  }
}

.recruit-interview-mv__title {
  font-size: 28px;
  line-height: 0.95;
  font-weight: bold;
  text-align: center;
  color: #0b3f93;
  background-color: #ffffff;
  padding: 0 32px 22px;
  border-radius: 0 0 10px 10px;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
}
.recruit-interview-mv__title > img {
  width: 148px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .recruit-interview-mv__title > img {
    width: 95px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-interview-mv__title {
    font-size: 20px;
    padding: 0 33px 13px;
  }
}
@media screen and (max-width: 575px) {
  .recruit-interview-mv__title {
    font-size: 18px;
  }
}

.recruit-interview-message-section__inner {
  padding-top: 55px;
  position: relative;
}
.recruit-interview-message-section__inner:before {
  content: "";
  width: 99.3%;
  height: 1px;
  background-color: #c9dbfb;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 575px) {
  .recruit-interview-message-section__inner:before {
    width: 98.7%;
  }
}

.recruit-message__area {
  max-width: 1260px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .recruit-message__area {
    max-width: 700px;
    width: 100%;
  }
}

.recruit-message__from p {
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  color: #0b3f93;
  font-size: 20px;
  font-weight: 700;
  padding-top: 11px;
}
@media screen and (max-width: 1199px) {
  .recruit-message__from p {
    font-size: 18px;
    padding-top: 12px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-message__from p {
    font-size: 16px;
    padding-top: 8px;
  }
}

.recruit-message__message-body {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  gap: 50px;
  vertical-align: top;
  align-items: flex-start;
  margin: 0 auto;
  max-width: calc(var(--site-base-container) - 100px);
  padding-bottom: 66px;
}
@media screen and (max-width: 991px) {
  .recruit-message__message-body {
    padding-bottom: 36px;
  }
}
.recruit-message__message-body--career::before {
  content: "";
  max-width: 480px;
  width: 100%;
  max-height: 264px;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .recruit-message__message-body {
    flex-direction: column;
    gap: 0;
  }
}

.recruit-message__message-body02 {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  gap: 40px;
  vertical-align: top;
  align-items: flex-start;
  max-width: calc(var(--site-base-container) - 100px);
  position: relative;
  padding-top: 45px;
  padding-bottom: 71px;
}
.recruit-message__message-body02:before {
  content: "";
  width: 99.3%;
  height: 1px;
  background-color: #c9dbfb;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 575px) {
  .recruit-message__message-body02:before {
    width: 98.7%;
  }
}
.recruit-message__message-body02--career::before {
  content: "";
  max-width: 480px;
  width: 100%;
  max-height: 264px;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .recruit-message__message-body02 {
    flex-direction: column;
    gap: 0;
  }
}

.recruit-message__message-detail {
  margin-top: 12px;
  vertical-align: top;
}
@media screen and (max-width: 991px) {
  .recruit-message__message-detail {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .recruit-message__message-detail {
    margin: 10px 0 0;
    padding: 0 14px;
  }
}
@media screen and (max-width: 575px) {
  .recruit-message__message-detail {
    margin: 10px 0 0;
    padding: 0 10px;
  }
}
.recruit-message__message-detail img {
  height: 26px;
}
@media screen and (max-width: 575px) {
  .recruit-message__message-detail img {
    height: 18px;
  }
}
.recruit-message__message-detail--manager img {
  height: 34px;
}
@media screen and (max-width: 575px) {
  .recruit-message__message-detail--manager img {
    height: 26px;
  }
}

.recruit-message__message-heading {
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  color: #0b3f93;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  max-width: 600px;
  margin-bottom: 26px;
  margin-top: 27px;
}
@media screen and (max-width: 991px) {
  .recruit-message__message-heading {
    text-align: left;
    margin: 35px 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-message__message-heading {
    margin: 30px 0 15px;
    font-size: 22px;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 575px) {
  .recruit-message__message-heading {
    margin: 25px 0 12px;
    font-size: 19px;
    line-height: 1.5em;
  }
}

.recruit-message__message-sentence {
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  color: #0b3f93;
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 991px) {
  .recruit-message__message-sentence {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-message__message-sentence {
    font-size: 14px;
  }
}

.recruit-message__message-img {
  flex-shrink: 0;
  max-width: 500px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .recruit-message__message-img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 575px) {
  .recruit-message__message-img {
    max-width: 100%;
  }
}
.recruit-message__message-img img {
  width: 100%;
  border-radius: 10px;
  outline: 1px solid #dbe9f3;
  outline-offset: -1px;
}
@media screen and (max-width: 991px) {
  .recruit-message__message-img img {
    margin: 0 auto 50px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .recruit-message__message-img img {
    margin: 0 auto 30px;
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .recruit-message__message-img img {
    margin: 0 auto 12px;
    width: 100%;
  }
}

.recruit-interview-contents__wrap {
  margin-bottom: 56px;
}
.recruit-interview-title {
  text-align: center;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  font-size: 28px;
  font-weight: bold;
  color: #0b3f93;
  line-height: 0.95;
  padding-bottom: 33px;
}
@media screen and (max-width: 767px) {
  .recruit-interview-title {
    font-size: 20px;
  }
}

.recruit-interview-contents__inner {
  display: flex;
  gap: 56px 15px;
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  padding-top: 55px;
  padding-bottom: 96px;
  position: relative;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .recruit-interview-contents__inner {
    padding-top: 50px;
    padding-bottom: 70px;
    gap: 40px;
    justify-content: center;
  }
}
.recruit-interview-contents__inner:before {
  content: "";
  width: 99.3%;
  height: 1px;
  background-color: #c9dbfb;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 575px) {
  .recruit-interview-contents__inner:before {
    width: 98.7%;
  }
}
.recruit-interview-contents__inner:after {
  content: "";
  width: 99.3%;
  height: 1px;
  background-color: #c9dbfb;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 575px) {
  .recruit-interview-contents__inner:after {
    width: 98.7%;
  }
}

.recruit-interview-contents {
  width: calc(33.3333333333% - 10px);
  display: flex;
  flex-direction: column;
  position: relative;
  transition: var(--trans-all-2s);
}
.recruit-interview-contents:hover, .recruit-interview-contents :active, .recruit-interview-contents :focus {
  opacity: 0.8;
}
@media screen and (max-width: 991px) {
  .recruit-interview-contents {
    width: calc(50% - 7.5px);
  }
}
@media screen and (max-width: 767px) {
  .recruit-interview-contents {
    width: 100%;
    max-width: 500px;
  }
}
.recruit-interview-contents > a {
  transition: var(--trans-all-2s);
}
.recruit-interview-contents > a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
}
.recruit-interview-contents > a:hover, .recruit-interview-contents > a :active, .recruit-interview-contents > a :focus {
  opacity: 0.8;
}

.recruit-interview-contents__img-wrap {
  margin: 0 auto;
  width: 87.8048780488%;
}
@media screen and (max-width: 767px) {
  .recruit-interview-contents__img-wrap {
    width: 85.3658536585%;
  }
}
.recruit-interview-contents__img-wrap > img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .recruit-interview-contents__img-wrap > img {
    border-radius: 7px;
  }
}

.recruit-interview-contents__sentence-wrap {
  margin-top: -115px;
  width: 100%;
  padding: 138px 0 89px;
  position: relative;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .recruit-interview-contents__sentence-wrap {
    margin-top: -110px;
    padding: 125px 0px 25px;
  }
}
.recruit-interview-contents__sentence-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: #e7f1fb;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .recruit-interview-contents__sentence-wrap::before {
    border-radius: 7px;
  }
}

@media screen and (min-width: 992px) {
  .recruit-interview-contents__sentence-wrap--big {
    padding-bottom: 50px;
  }
}

.recruit-interview-contents__sentence-wrap--title-small {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.recruit-interview-contents__sentence-department {
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  font-size: 14px;
  color: #0b3f93;
  text-align: center;
  padding-top: 2px;
  font-weight: 600;
}

.recruit-interview-contents__sentence01 {
  width: 100%;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  font-size: 20px;
  color: #0b3f93;
  line-height: 1.75;
  font-weight: bold;
  padding: 0 34px;
  text-align: center;
  padding-top: 8px;
}
@media screen and (max-width: 767px) {
  .recruit-interview-contents__sentence01 {
    font-size: 16px;
    padding: 0 28px;
  }
}

.recruit-interview-contents__sentence02-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 29px 32px 0;
  gap: 11px 4px;
}
@media screen and (max-width: 767px) {
  .recruit-interview-contents__sentence02-wrap {
    padding: 14px 27px 0;
  }
}

.recruit-interview-contents__sentence02 {
  padding: 7px 17px 7px 13px;
  line-height: 0.97;
  border-radius: 15px;
  color: #0b3f93;
  background-color: #ffffff;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .hidden-sp {
    display: none;
  }
}

.recruit-interview-lower-mv__contents {
  position: relative;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .recruit-interview-lower-mv__contents {
    padding: 0 20px;
  }
}

.recruit-interview-lower-mv__title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 32px 22px;
  border-radius: 0 0 10px 10px;
  z-index: 2;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .recruit-interview-lower-mv__title {
    padding: 0 33px 13px;
  }
}
.recruit-interview-lower-mv__title > img {
  width: 148px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .recruit-interview-lower-mv__title > img {
    width: 95px;
  }
}

@media screen and (max-width: 767px) {
  .recruit-interview-lower-mv__title--pc {
    display: none;
  }
}

.recruit-interview-lower-mv__content-wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit-interview-lower-mv__content-wrap {
    flex-direction: column-reverse;
  }
}

.recruit-interview-lower-mv__content-sentence-wrap {
  padding: 119px 29px 25px 34px;
  position: relative;
  z-index: 1;
  width: 418px;
  display: flex;
  justify-content: center;
  background-color: #e7f1fb;
  border-radius: 10px 0 0 10px;
}
@media screen and (max-width: 991px) {
  .recruit-interview-lower-mv__content-sentence-wrap {
    padding: 25px;
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-interview-lower-mv__content-sentence-wrap {
    border-radius: 0 0 7px 7px;
    width: 100%;
    padding: 35px 20px;
  }
}
.recruit-interview-lower-mv__content-sentence-wrap > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 39.95215311%;
}
@media screen and (max-width: 767px) {
  .recruit-interview-lower-mv__content-sentence-wrap > img {
    max-width: 150px;
  }
}

.recruit-interview-lower-mv__content-sentence-inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 991px) {
  .recruit-interview-lower-mv__content-sentence-inner {
    justify-content: center;
  }
}

.recruit-interview-lower-mv__content-sentence01 {
  font-size: clamp(22px, 2.6vw, 25px);
  line-height: 1.75;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  font-weight: bold;
  color: #0b3f93;
  z-index: 1;
  letter-spacing: -0.13rem;
}
.recruit-interview-lower-mv__content-sentence01--17 {
  font-size: clamp(22px, 2.6vw, 23px);
}
@media screen and (max-width: 991px) {
  .recruit-interview-lower-mv__content-sentence01 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-interview-lower-mv__content-sentence01 {
    font-size: 16px;
  }
}

.recruit-interview-lower-mv__content-sentence02 {
  font-size: 22px;
  line-height: 1.4;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  font-weight: bold;
  color: #0b3f93;
  z-index: 1;
  padding-top: 40px;
}
@media screen and (max-width: 991px) {
  .recruit-interview-lower-mv__content-sentence02 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-interview-lower-mv__content-sentence02 {
    font-size: 12px;
    padding-top: 10px;
  }
}
.recruit-interview-lower-mv__content-sentence02 > span {
  display: block;
  font-size: 20px;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  font-weight: bold;
  color: #0b3f93;
  padding-top: 9px;
}
@media screen and (max-width: 767px) {
  .recruit-interview-lower-mv__content-sentence02 > span {
    padding-top: 0;
    font-size: 12px;
  }
}

.recruit-interview-lower-mv__content__sentence03-wrap {
  display: flex;
  flex-wrap: wrap;
  padding-top: 36px;
  gap: 11px 3px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .recruit-interview-lower-mv__content__sentence03-wrap {
    padding-top: 18px;
    gap: 7px 3px;
  }
}

.recruit-interview-lower-mv__content__sentence03 {
  padding: 7px 14px 7px 13px;
  line-height: 0.97;
  border-radius: 15px;
  color: #0b3f93;
  background-color: #ffffff;
  display: inline-block;
}

.recruit-interview-lower-mv__content-img-wrap {
  height: 546px;
  width: calc(100% - 418px);
  position: relative;
  overflow: hidden;
  border-radius: 0 10px 10px 0;
}
@media screen and (max-width: 991px) {
  .recruit-interview-lower-mv__content-img-wrap {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 767px) {
  .recruit-interview-lower-mv__content-img-wrap {
    border-radius: 7px 7px 0 0;
    width: 100%;
    height: auto;
    aspect-ratio: 1/0.7;
  }
}
.recruit-interview-lower-mv__content-img-wrap > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* 画像を中央寄せ */
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .recruit-interview-lower-mv__content-img-wrap > img {
    position: relative;
    transform: translate(0, 0);
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
}

.recruit-interview-lower-contents-list {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 10px;
}
.recruit-interview-lower-contents-list:last-of-type {
  margin-bottom: 0;
}

.recruit-interview-lower-section__wrap {
  padding: 71px 30px 0;
}
@media screen and (max-width: 767px) {
  .recruit-interview-lower-section__wrap {
    padding: 50px 20px 0;
  }
}

.recruit-interview-lower-contents__inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  gap: 64px;
}
@media screen and (max-width: 991px) {
  .recruit-interview-lower-contents__inner {
    gap: 22px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-interview-lower-contents__inner {
    flex-direction: column-reverse;
  }
}

.recruit-interview-lower-contents__inner--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .recruit-interview-lower-contents__inner--reverse {
    flex-direction: column-reverse;
  }
}

.recruit-interview-lower-contents__img-area {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .recruit-interview-lower-contents__img-area {
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
  }
}

.recruit-interview-lower-contents__img-wrap {
  width: 418px;
}
@media screen and (max-width: 991px) {
  .recruit-interview-lower-contents__img-wrap {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-interview-lower-contents__img-wrap {
    width: calc(50% - 5px);
  }
}
.recruit-interview-lower-contents__img-wrap > img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .recruit-interview-lower-contents__img-wrap > img {
    border-radius: 7px;
  }
}

@media screen and (max-width: 767px) {
  .recruit-interview-lower-contents__img-wrap04 {
    width: 100%;
  }
}

.recruit-interview-lower-contents__img-area-sentence-wrap {
  width: 418px;
  padding: 52px 31px 60px;
  background-color: #e7f1fb;
  border-radius: 10px;
  margin-top: 21px;
}
@media screen and (max-width: 991px) {
  .recruit-interview-lower-contents__img-area-sentence-wrap {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-interview-lower-contents__img-area-sentence-wrap {
    border-radius: 7px;
    width: 100%;
  }
}

.recruit-interview-lower-contents__img-area-sentence-title {
  text-align: center;
  font-size: 20px;
  color: #0b3f93;
  font-weight: 500;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
}
.recruit-interview-lower-contents__img-area-sentence-title > img {
  display: inline;
  width: 67px;
}

.recruit-interview-lower-contents__img-area-sentence-subtitle {
  font-size: 18px;
  text-align: center;
  color: #0b3f93;
  font-weight: 500;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  margin-top: 20px;
}

.recruit-interview-lower-contents__img-area-sentence {
  font-size: 14px;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  text-align: left;
  padding-top: 13px;
  color: #0b3f93;
}

.recruit-interview-lower-contents__sentence-area {
  width: calc(100% - 418px);
}
@media screen and (max-width: 991px) {
  .recruit-interview-lower-contents__sentence-area {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 767px) {
  .recruit-interview-lower-contents__sentence-area {
    width: 100%;
    padding: 0 3px;
  }
}

.recruit-interview-lower-contents__sentence-title {
  font-size: 24px;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  font-weight: bold;
  text-align: left;
  color: #0b3f93;
  padding-bottom: 33px;
  padding-top: 54px;
}
@media screen and (max-width: 767px) {
  .recruit-interview-lower-contents__sentence-title {
    font-size: 20px;
    padding-bottom: 25px;
  }
}

.recruit-interview-lower-contents__sentence-title--first {
  padding-top: 0;
}

.recruit-interview-lower-contents__sentence01 {
  font-size: 14px;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  color: #424b59;
  padding-top: 27px;
}

.recruit-interview-lower-contents__sentence01--first {
  padding-top: 0;
}

.recruit-interview-lower-contents__sentence02 {
  font-size: 16px;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  color: #0b3f93;
  font-weight: 500;
  padding-top: 27px;
}
@media screen and (max-width: 767px) {
  .recruit-interview-lower-contents__sentence02 {
    font-size: 15px;
    padding-top: 20px;
  }
}
.recruit-interview-lower-contents__sentence02 > span {
  font-size: 12px;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  color: #0b3f93;
  display: block;
  line-height: 1.7;
  padding-top: 2px;
}

.recruit-interview-lower-contents__img-wrap--big {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding-top: 67px;
  padding-bottom: 76px;
}
@media screen and (max-width: 767px) {
  .recruit-interview-lower-contents__img-wrap--big {
    padding-top: 10px;
    padding-bottom: 45px;
  }
}
.recruit-interview-lower-contents__img-wrap--big > img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .recruit-interview-lower-contents__img-wrap--big > img {
    border-radius: 7px;
  }
}

.recruit-interview-lower-btn03-wrap {
  padding-top: 88px;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 104px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit-interview-lower-btn03-wrap {
    padding-top: 40px;
    padding-left: 3px;
    padding-bottom: 80px;
  }
}

.recruit-interview-lower-contents__line--last {
  position: relative;
  display: block;
}
.recruit-interview-lower-contents__line--last:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #c9dbfb;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.recruit-interview-lower-contents__line-wrap--last {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto 56px;
}
@media screen and (max-width: 767px) {
  .recruit-interview-lower-contents__line-wrap--last {
    padding: 0 3px;
  }
}

.recruit-interview-lower-contents__column {
  max-width: 900px;
  padding: 52px 31px 60px;
  background-color: #e7f1fb;
  border-radius: 10px;
  margin: 0 auto 76px;
}
@media screen and (max-width: 767px) {
  .recruit-interview-lower-contents__column {
    margin-bottom: 30px;
  }
}

.recruit-interview-lower-contents__column-ttl {
  text-align: center;
  font-size: 20px;
  color: #0b3f93;
  font-weight: 500;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
}
.recruit-interview-lower-contents__column-ttl > img {
  display: inline;
  width: 67px;
}

.recruit-interview-lower-contents__column-subttl {
  font-size: 18px;
  text-align: center;
  color: #0b3f93;
  font-weight: 500;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  margin-top: 20px;
}

.recruit-interview-lower-contents__column-txt {
  font-size: 14px;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  text-align: left;
  padding-top: 13px;
  color: #0b3f93;
}/*# sourceMappingURL=interview.css.map */