@charset "UTF-8";
/*共通スタイル*/
/* main colors */
*, *::before, *::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: hsl(0, 0%, 0%);
  background-color: hsl(0, 0%, 100%);
}

img,
svg {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

svg {
  max-width: 100%;
}

button {
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  cursor: pointer !important;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default !important;
  }
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul.disc {
  list-style-type: disc;
  padding-left: 1.5em;
  list-style-position: outside;
}

.site_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}

.site_body {
  margin-bottom: auto;
}

.container-base {
  width: 100%;
  max-width: 1293px;
  padding: 0 16px;
  margin: 0 auto;
}
@media (min-width: 600px) {
  .container-base {
    padding: 0 20px;
  }
}
@media (min-width: 920px) {
  .container-base {
    padding: 0 40px;
  }
}

.site_header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  gap: 20px;
  border-bottom-right-radius: 20px;
  width: 100%;
  justify-content: space-between;
  padding-right: 22px;
}
@media screen and (min-width: 1020px) {
  .site_header {
    padding: 0;
  }
}
.site_header_link_corporate_img svg path {
  fill: hsl(0, 0%, 100%);
  transition: fill 0.3s ease;
}
.site_header.is-black .site_header_link_container {
  color: hsl(0, 0%, 0%);
}
.site_header.is-black .site_header_link_corporate_img svg path {
  fill: hsl(0, 0%, 0%);
}
.site_header.is-black .site_header_link::after {
  content: none;
}
@media screen and (min-width: 1020px) {
  .site_header.is-black .site_header_link:after {
    content: "";
    background-color: hsl(0, 0%, 0%);
  }
  .site_header.is-black .site_header_link:hover::after {
    transform-origin: left top;
    /* 変形の原点を左上に指定 */
    transform: scale(1, 1);
    /* 下線を横方向に1倍、縦方向に1倍に変形（表示） */
  }
}
.site_header.is-black .global_nav_toggle p {
  color: hsl(0, 0%, 0%);
}
.site_header.is-black .global_nav_toggle_bar {
  background-color: hsl(0, 0%, 0%);
}
.site_header.is-open .site_header_link_corporate_img svg path {
  fill: hsl(0, 0%, 100%) !important;
}
.site_header_logo {
  background: hsl(0, 0%, 100%);
  border-bottom-right-radius: 40px;
  padding: 19px 35px 20px 24px;
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 402px) {
  .site_header_logo {
    padding: 26px 20px 14px;
  }
}
@media (min-width: 768px) {
  .site_header_logo {
    width: 100%;
    max-width: 380px;
    padding: 37px 17px 40px 46px;
  }
}
@media screen and (min-width: 1200px) {
  .site_header_logo {
    max-width: 430px;
  }
}
.site_header_logo_link {
  display: flex;
  gap: 14px;
  transition: opacity 0.3s ease-out;
}
.site_header_logo_link:hover {
  opacity: 0.6;
}
.site_header_logo_link_img {
  max-width: 124px;
}
@media screen and (min-width: 402px) {
  .site_header_logo_link_img {
    max-width: 149px;
  }
}
@media (min-width: 768px) {
  .site_header_logo_link_img {
    max-width: none;
  }
}
.site_header_logo_link_img img {
  width: 100%;
}
.site_header_logo_link_line {
  background: hsl(0, 0%, 0%);
  width: 1px;
  height: 34px;
}
.site_header_logo_link_text_wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.site_header_logo_link_text_ja {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
}
@media screen and (min-width: 402px) {
  .site_header_logo_link_text_ja {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .site_header_logo_link_text_ja {
    font-size: clamp(16px, 1.25vw, 18px);
  }
}
.site_header_logo_link_text_en {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 7px;
  line-height: 1;
  letter-spacing: 0.12;
}
.site_header_link {
  font-weight: 500;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 1020px) {
  .site_header_link::after {
    background-color: hsl(0, 0%, 100%);
    /* 下線の色 */
    bottom: 0;
    /* 要素の下端からの距離 */
    content: "";
    /* 要素に内容を追加 */
    height: 1px;
    /* 下線の高さ */
    left: 0;
    /* 要素の左端からの距離 */
    position: absolute;
    /* 絶対位置指定 */
    transform: scale(0, 1);
    /* 下線を横方向に0倍、縦方向に1倍に変形（非表示） */
    transform-origin: right top;
    /* 変形の原点を右上に指定 */
    transition: transform 0.3s ease-out;
    /* 変形をアニメーション化 */
    width: 100%;
    /* 要素の幅 */
  }
}
.site_header_link {
  /* リンクにホバーした際の下線の表示 */
}
@media screen and (min-width: 1020px) {
  .site_header_link:hover::after {
    transform-origin: left top;
    /* 変形の原点を左上に指定 */
    transform: scale(1, 1);
    /* 下線を横方向に1倍、縦方向に1倍に変形（表示） */
  }
}
@media screen and (min-width: 1020px) {
  .site_header_link {
    font-size: 14px;
    line-height: 2;
    text-align: right;
  }
}
@media screen and (min-width: 1200px) {
  .site_header_link {
    font-size: 15px;
  }
}
.site_header_link_container {
  display: flex;
  flex-direction: column;
  color: hsl(0, 0%, 100%);
  transition: color 0.3s ease-out;
}
@media (min-width: 768px) {
  .site_header_link_container {
    padding-top: 17px;
  }
}
.site_header_link_corporate {
  display: none;
}
@media screen and (min-width: 1020px) {
  .site_header_link_corporate {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0 0 0 auto;
  }
  .site_header_link_corporate:hover p::after {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
.site_header_link_corporate p {
  font-weight: 500;
  font-size: 12px;
  line-height: 2;
  text-align: right;
  position: relative;
}
.site_header_link_corporate p::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s ease-out;
}
.site_header_link_corporate_img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.site_header_link_list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
@media screen and (min-width: 1020px) {
  .site_header_link_list {
    flex-direction: row;
    gap: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .site_header_link_list {
    gap: clamp(16px, 1.9444444444vw, 28px);
  }
}
.site_header_link_list_item {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .site_header_link_list_item {
    width: auto;
  }
}
.site_header_link_list_item.interview {
  display: none;
}
@media screen and (min-width: 1020px) {
  .site_header_link_list_item.interview {
    display: block;
  }
}
.site_header_btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
  max-width: 274px;
  width: 100%;
  padding: 21px 10px 25px;
  border-radius: 999px;
}
.site_header_btn p {
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  color: hsl(0, 0%, 100%);
}
@media screen and (min-width: 1020px) {
  .site_header_btn p {
    font-size: clamp(16px, 1.25vw, 18px);
  }
}
.site_header_btn.interview {
  background-image: image-set(url(../img/common/btn_bg.png) 1x, url(../img/common/btn_bg@2x.png) 2x);
  background-size: 100%;
  background-repeat: no-repeat;
}
.site_header_btn.contact {
  background: hsl(43, 67%, 59%);
}
.site_header_btn_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  margin-top: 32px;
}
@media screen and (min-width: 1020px) {
  .site_header_btn_wrap {
    display: none;
  }
}
.site_header_entry {
  display: none;
}
@media screen and (min-width: 1020px) {
  .site_header_entry {
    background: hsl(43, 67%, 59%);
    border-bottom-left-radius: 20px;
    display: block;
    padding: 10px 20px 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease-out;
  }
  .site_header_entry:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 1200px) {
  .site_header_entry {
    padding: 10px 46px 4px;
  }
}
.site_header_entry_text {
  color: hsl(0, 0%, 100%);
  font-weight: 700;
  font-size: clamp(16px, 1.25vw, 18px);
  line-height: 1.5;
  text-align: center;
}

.global_nav.is-open .site_header_link_container {
  color: hsl(0, 0%, 100%) !important;
}
.global_nav_toggle {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  border: none;
  background: transparent;
  padding: 0;
  max-width: 45px;
  width: 100%;
  touch-action: manipulation;
  position: relative;
  z-index: 100;
  margin-top: 23px;
}
@media screen and (min-width: 1020px) {
  .global_nav_toggle {
    display: none;
  }
}
.global_nav_toggle.black .global_nav_toggle_bar {
  background-color: hsl(0, 0%, 0%);
}
.global_nav_toggle.black p {
  color: hsl(0, 0%, 0%);
}
.global_nav_toggle.is-active .global_nav_toggle_bar {
  background-color: hsl(0, 0%, 100%);
}
.global_nav_toggle.is-active .global_nav_toggle_text {
  color: hsl(0, 0%, 100%) !important;
  margin-left: 0;
}
.global_nav_toggle.is-active .global_nav_toggle_text .text-menu {
  display: none;
}
.global_nav_toggle.is-active .global_nav_toggle_text .text-close {
  display: inline;
}
.global_nav_toggle.is-active .global_nav_toggle_bar-top {
  transform: translateY(15px) rotate(-150deg);
}
.global_nav_toggle.is-active .global_nav_toggle_bar-mid {
  opacity: 0;
}
.global_nav_toggle.is-active .global_nav_toggle_bar-btm {
  transform: translateY(-4px) rotate(150deg);
  width: 45px;
}
.global_nav_toggle p {
  color: hsl(0, 0%, 100%);
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 6px;
  line-height: 1;
  letter-spacing: 0.8em;
  text-align: center;
  transition: color 0.3s ease-out;
  margin-left: 4px;
}
.global_nav_toggle p .text-close {
  display: none;
  letter-spacing: 0.6em;
}
.global_nav_toggle_bar {
  background-color: hsl(0, 0%, 100%);
  height: 3px;
  border-radius: 999px;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out, background-color 0.3s ease-out;
}
.global_nav_toggle_bar-top {
  width: 45px;
}
.global_nav_toggle_bar-mid {
  width: 37px;
}
.global_nav_toggle_bar-btm {
  width: 27px;
}
.global_nav_toggle_bar_wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 7px;
}
.global_nav_overlay {
  opacity: 1;
  visibility: visible;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
@media screen and (max-width: 1019px) {
  .global_nav_overlay {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 50;
    width: 100%;
    height: 100dvh;
    background: hsl(42, 10%, 15%);
  }
  .global_nav_overlay.is-open {
    opacity: 1;
    visibility: visible;
  }
}
.global_nav_overlay.is-open .site_header_link {
  color: hsl(0, 0%, 100%);
}
.global_nav_container {
  padding: 110px 20px 45px;
  min-height: 100%;
}
@media screen and (min-width: 1020px) {
  .global_nav_container {
    padding: 0;
  }
}
.global_nav_list_wrapper {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1020px) {
  .global_nav_list_wrapper {
    flex-direction: row;
    gap: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .global_nav_list_wrapper {
    gap: clamp(20px, 2.2222222222vw, 32px);
  }
}
.global_nav_list_wrapper .corporate_link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
@media screen and (min-width: 1020px) {
  .global_nav_list_wrapper .corporate_link {
    display: none;
  }
}
.global_nav_list_wrapper .corporate_link p {
  color: hsl(0, 0%, 100%);
}
.global_nav_list_wrapper .corporate_link .site_header_link_corporate_img svg {
  width: 12px;
}
.global_nav_list_wrapper .header_address {
  color: hsl(0, 0%, 76%);
  font-weight: 500;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 1020px) {
  .global_nav_list_wrapper .header_address {
    display: none;
  }
}
.global_nav_bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 32px;
}
@media screen and (min-width: 1020px) {
  .global_nav_bottom {
    display: none;
  }
}
.global_nav_bottom_line {
  background: hsl(0, 0%, 76%);
  width: 46px;
  height: 1px;
  border-radius: 999px;
  margin: 42px 0 33px;
}

footer {
  position: relative;
}
footer .footer_logo {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  background: hsl(0, 0%, 100%);
  border-bottom-right-radius: 40px;
  z-index: 10;
}
@media (min-width: 768px) {
  footer .footer_logo {
    border-bottom-right-radius: 40px;
    padding: 39px 15px 32px 48px;
    width: 100%;
    max-width: 380px;
    border-bottom-right-radius: 20px;
  }
}
@media screen and (min-width: 1200px) {
  footer .footer_logo {
    max-width: 430px;
  }
}
footer .footer_logo_link {
  display: flex;
  gap: 14px;
  transition: opacity 0.3s ease-out;
}
footer .footer_logo_link:hover {
  opacity: 0.6;
}
@media (min-width: 768px) {
  footer .footer_logo_link {
    flex-direction: row;
  }
}
footer .footer_logo_link_img {
  max-width: 124px;
}
@media screen and (min-width: 402px) {
  footer .footer_logo_link_img {
    max-width: 149px;
  }
}
@media (min-width: 768px) {
  footer .footer_logo_link_img {
    max-width: none;
  }
}
footer .footer_logo_link_img img {
  width: 100%;
}
footer .footer_logo_link_line {
  background: hsl(0, 0%, 0%);
  width: 1px;
  height: 34px;
}
footer .footer_logo_link_text_wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
footer .footer_logo_link_text_top {
  color: hsl(0, 1%, 23%);
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
}
@media (min-width: 402px) {
  footer .footer_logo_link_text_top {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  footer .footer_logo_link_text_top {
    font-size: clamp(16px, 1.25vw, 18px);
  }
}
footer .footer_logo_link_text_bottom {
  color: hsl(12, 4%, 23%);
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 7px;
  line-height: 1;
  letter-spacing: 0.12;
}
footer .footer_top {
  color: hsl(0, 0%, 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 72px;
  padding: 120px 8px 50px 24px;
  position: relative;
}
@media (min-width: 402px) {
  footer .footer_top {
    padding: 120px 16px 50px 48px;
  }
}
@media (min-width: 768px) {
  footer .footer_top {
    gap: 32px;
  }
}
@media (min-width: 920px) {
  footer .footer_top {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    padding: 127px 40px 125px 40px;
  }
}
@media (min-width: 1200px) {
  footer .footer_top {
    padding: 127px min(10.9722222222vw, 158px) 175px min(7.3611111111vw, 106px);
  }
}
footer .footer_top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  /* 文字の後ろに配置 */
  /* 背景画像の設定をここに移動 */
  background-image: image-set(url(../img/common/footer_bg_sp.jpg) 1x, url(../img/common/footer_bg_sp@2x.jpg) 2x);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* ここでフィルターを指定 */
}
@media (min-width: 768px) {
  footer .footer_top::before {
    background-image: image-set(url(../img/common/footer_bg.jpg) 1x, url(../img/common/footer_bg@2x.jpg) 2x);
  }
}
footer .footer_top::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  filter: brightness(0.8);
  background-color: hsla(201, 57%, 58%, 0.4);
}
footer .footer_top_message {
  display: flex;
  flex-direction: column;
  gap: 1.7em;
}
@media (min-width: 768px) {
  footer .footer_top_message {
    padding-top: 70px;
  }
}
footer .footer_top_message_text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
}
@media (min-width: 768px) {
  footer .footer_top_message_text {
    font-size: 18px;
  }
}
footer .footer_top .footer_list_content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  footer .footer_top .footer_list_content {
    gap: 0;
  }
}
footer .footer_top .footer_list_content_container {
  display: flex;
  flex-direction: column;
  /* 一旦縦に並べる */
  flex-wrap: wrap;
  /* 折り返しを許可 */
  height: 338px;
  /* 【重要】ここをコンテンツが収まる高さに指定 */
  align-content: space-between;
  /* 左右に振り分ける */
  gap: 0 12px;
}
footer .footer_top .footer_list_content_container > * {
  width: calc(50% - 6px);
  margin-bottom: 30px;
}
footer .footer_top .footer_list_content_container > *:nth-child(2), footer .footer_top .footer_list_content_container > *:last-child {
  margin-bottom: 0;
}
footer .footer_top .footer_list_content_container > *:nth-child(4) {
  margin-bottom: 44px;
}
@media (min-width: 920px) {
  footer .footer_top .footer_list_content_container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto;
    align-items: start;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }
  footer .footer_top .footer_list_content_container > * {
    width: auto;
    height: auto;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  footer .footer_top .footer_list_content_container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 33px;
  }
}
footer .footer_top .footer_list_content_link {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.7;
}
@media (min-width: 768px) {
  footer .footer_top .footer_list_content_link {
    position: relative;
    display: inline-block;
  }
}
footer .footer_top .footer_list_content_link::after {
  background-color: hsl(0, 0%, 100%);
  /* 下線の色 */
  bottom: 0px;
  /* 要素の下端からの距離 */
  content: "";
  /* 要素に内容を追加 */
  height: 1px;
  /* 下線の高さ */
  left: 0;
  /* 要素の左端からの距離 */
  position: absolute;
  /* 絶対位置指定 */
  transform: scale(0, 1);
  /* 下線を横方向に0倍、縦方向に1倍に変形（非表示） */
  transform-origin: right top;
  /* 変形の原点を右上に指定 */
  transition: transform 0.3s ease-out;
  /* 変形をアニメーション化 */
  width: 100%;
  /* 要素の幅 */
}
footer .footer_top .footer_list_content_link:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
footer .footer_top .footer_list_content .footer_link_list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  footer .footer_top .footer_list_content .footer_link_list {
    gap: 0;
  }
}
footer .footer_top .footer_list_content .footer_link_list_item .footer_link {
  font-weight: 400;
  font-size: 15px;
  line-height: 2.1;
  position: relative;
  display: inline-block;
}
footer .footer_top .footer_list_content .footer_link_list_item .footer_link::after {
  background-color: hsl(0, 0%, 100%);
  /* 下線の色 */
  bottom: 0;
  /* 要素の下端からの距離 */
  content: "";
  /* 要素に内容を追加 */
  height: 1px;
  /* 下線の高さ */
  left: 0;
  /* 要素の左端からの距離 */
  position: absolute;
  /* 絶対位置指定 */
  transform: scale(0, 1);
  /* 下線を横方向に0倍、縦方向に1倍に変形（非表示） */
  transform-origin: right top;
  /* 変形の原点を右上に指定 */
  transition: transform 0.3s;
  /* 変形をアニメーション化 */
  width: 100%;
  /* 要素の幅 */
}
footer .footer_top .footer_list_content .footer_link_list_item .footer_link:hover::after {
  transform-origin: left top;
  /* 変形の原点を左上に指定 */
  transform: scale(1, 1);
  /* 下線を横方向に1倍、縦方向に1倍に変形（表示） */
}
footer .footer_bottom {
  padding: 28px 21px 140px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  gap: 62px;
}
@media (min-width: 600px) {
  footer .footer_bottom {
    align-items: center;
  }
}
@media (min-width: 920px) {
  footer .footer_bottom {
    flex-direction: row;
    gap: 40px;
    padding: 25px 65px 22px 54px;
  }
}
footer .footer_bottom .copylight {
  font-weight: 500;
  font-size: 10px;
  line-height: 1;
}
@media (min-width: 600px) {
  footer .footer_bottom .copylight {
    text-align: center;
  }
}
@media (min-width: 768px) {
  footer .footer_bottom .copylight {
    text-align: left;
  }
}
@media (min-width: 768px) {
  footer .footer_bottom .copylight br {
    display: none;
  }
}
footer .footer_bottom_link {
  display: flex;
  align-items: center;
  gap: 6px;
}
footer .footer_bottom_link_wrap {
  display: flex;
  flex-direction: column;
  gap: 26px;
  padding-left: 29px;
}
@media (min-width: 600px) {
  footer .footer_bottom_link_wrap {
    padding: 0;
  }
}
@media (min-width: 768px) {
  footer .footer_bottom_link_wrap {
    flex-direction: row;
    align-items: center;
    gap: 70px;
  }
}
footer .footer_bottom_link_icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer_bottom_link p {
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  position: relative;
}
footer .footer_bottom_link p::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s ease-out;
}
footer .footer_bottom_link:hover p::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

.floating_btn {
  transition: opacity 0.3s ease-out;
  background-image: image-set(url(../img/common/floating_btn.png) 1x, url(../img/common/floating_btn@2x.png) 2x);
  background-size: 100%;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  gap: 10px;
}
.floating_btn:hover {
  opacity: 0.6;
}
.floating_btn_wrap {
  display: none;
}
@media (min-width: 920px) {
  .floating_btn_wrap {
    display: block;
    position: fixed;
    bottom: 36px;
    right: 14px;
    z-index: 50;
  }
}
.floating_btn_text_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: hsl(0, 0%, 100%);
}
.floating_btn_text_en {
  font-weight: 500;
  font-size: 8px;
  line-height: 2.5;
  letter-spacing: 0.16em;
}
.floating_btn_text_ja {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
}

.sp_floating_btn {
  border-radius: 10px;
  padding: 10px 10px 14px;
  flex: 1;
  display: flex;
  justify-content: center;
}
.sp_floating_btn.entry {
  background: hsl(43, 67%, 59%);
}
.sp_floating_btn.interview {
  background-image: image-set(url(../img/common/floating_btn_sp.png) 1x, url(../img/common/floating_btn_sp@2x.png) 2x);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.sp_floating_btn_wrap {
  position: fixed;
  bottom: 7px;
  padding: 0 8px;
  left: 0;
  width: 100%;
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
  z-index: 50;
}
@media (min-width: 920px) {
  .sp_floating_btn_wrap {
    display: none;
  }
}
.sp_floating_btn_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.sp_floating_btn_text {
  color: hsl(0, 0%, 100%);
  font-weight: 700;
  text-align: center;
  font-size: 15px;
  line-height: 1.6;
}
.sp_floating_btn_arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 34px;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

:target {
  scroll-margin-top: 73px; /* ここに固定ヘッダーの高さを入れる */
}
@media screen and (min-width: 402px) {
  :target {
    scroll-margin-top: 74px;
  }
}
@media (min-width: 768px) {
  :target {
    scroll-margin-top: 111px;
  }
}

.top_common_message {
  display: flex;
  flex-direction: column;
  gap: 38px;
}
@media (min-width: 768px) {
  .top_common_message {
    gap: 34px;
  }
}
@media screen and (min-width: 402px) {
  .top_common_message.business {
    padding: 0 15px;
  }
}
@media (min-width: 768px) {
  .top_common_message.business {
    padding: 0;
  }
}
@media screen and (min-width: 402px) {
  .top_common_message.culture {
    padding: 0 12px;
  }
}
@media (min-width: 768px) {
  .top_common_message.culture {
    padding: 0;
  }
}
.top_common_message_ttl {
  font-weight: 500;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
  border: 1px solid hsl(0, 0%, 0%);
  background: hsl(0, 0%, 100%);
  max-width: 135px;
  padding: 10px;
}
@media (min-width: 768px) {
  .top_common_message_ttl {
    font-size: 14px;
    max-width: 145px;
  }
}
.top_common_message_text {
  font-weight: 400;
  font-size: 14px;
  line-height: 2;
  text-align: justify;
}
@media (min-width: 768px) {
  .top_common_message_text {
    font-size: 15px;
    line-height: 2.1;
  }
}
.top_common_message_text_wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .top_common_message_text_wrap {
    gap: 27px;
  }
}
@media screen and (min-width: 1200px) {
  .top_common_message_text_wrap {
    max-width: 576px;
  }
}
@media (min-width: 920px) {
  .top_common_message_text_wrap.culture {
    max-width: 525px;
  }
}
.top_common_message_heading {
  font-family: "Sawarabi Mincho", serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.6;
}
@media screen and (min-width: 430px) {
  .top_common_message_heading .br_sp {
    display: none;
  }
}
@media (min-width: 768px) {
  .top_common_message_heading {
    font-size: clamp(20px, 2.5vw, 36px);
  }
}
.top_common_message_heading .br_pc {
  display: none;
}
@media screen and (min-width: 520px) {
  .top_common_message_heading .br_pc {
    display: block;
  }
}

.common_section {
  padding: 110px 0 140px;
}
@media (min-width: 768px) {
  .common_section {
    padding: min(14.2361111111vw, 205px) 0 min(16.9444444444vw, 244px);
  }
}
@media (min-width: 768px) {
  .common_section.interview {
    padding: min(11.4583333333vw, 165px) 0 min(13.4722222222vw, 194px);
  }
}
@media (min-width: 768px) {
  .common_section.recruit {
    padding: min(11.4583333333vw, 165px) 0 min(16.9444444444vw, 244px);
  }
}
.common_section_top {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 768px) {
  .common_section_top {
    gap: 44px;
  }
}
@media (min-width: 768px) {
  .common_section_top.interview {
    gap: 24px;
  }
}
@media (min-width: 768px) {
  .common_section_top.recruit {
    gap: 24px;
  }
}
.common_section_ttl {
  font-family: "Sawarabi Mincho", serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.6;
  text-align: center;
}
@media (min-width: 768px) {
  .common_section_ttl {
    font-size: clamp(20px, 2.5vw, 36px);
  }
}
.common_section_ttl_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media (min-width: 768px) {
  .common_section_ttl_wrap {
    gap: 24px;
  }
}
@media (min-width: 768px) {
  .common_section_ttl_wrap.recruit {
    gap: 26px;
  }
}
.common_section_ttl_small {
  font-weight: 400;
  font-size: 14px;
  line-height: 2.1;
  text-align: center;
}
@media (min-width: 768px) {
  .common_section_ttl_small {
    font-size: 15px;
  }
}
.common_section_text {
  font-weight: 400;
  font-size: 14px;
  line-height: 2.1;
  text-align: center;
}
@media (min-width: 768px) {
  .common_section_text {
    font-size: 15px;
  }
}
@media screen and (min-width: 402px) {
  .common_section_text.top_common {
    padding: 0 9px 0 6px;
  }
}
@media screen and (min-width: 600px) {
  .common_section_text.top_common {
    padding: 0;
  }
}
@media screen and (min-width: 402px) {
  .common_section_text.top_common .top_common_br_sp {
    display: none;
  }
}
@media screen and (min-width: 402px) {
  .common_section_text.top_common .top_common_br_tab {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  .common_section_text.top_common .top_common_br_tab {
    display: block;
  }
}
@media (min-width: 920px) {
  .common_section_text.top_common .top_common_br_tab {
    display: none;
  }
}
@media (min-width: 920px) {
  .common_section_text .br_sp {
    display: none;
  }
}
@media (min-width: 920px) {
  .common_section_text .br_tab {
    display: none;
  }
}
.common_section_text_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2em;
}
@media (min-width: 768px) {
  .common_section_text_wrap {
    gap: 2.1em;
  }
}
.common_section_link {
  display: block;
  width: 100%;
  max-width: 300px;
  border-radius: 6px;
  padding: 28px 20px;
  background: hsl(43, 67%, 59%);
  margin: 46px auto 40px;
}
@media (min-width: 768px) {
  .common_section_link {
    max-width: 485px;
    margin: min(5.0694444444vw, 73px) auto 0;
    padding: 24px;
  }
}
@media (min-width: 768px) {
  .common_section_link.recruit {
    margin: min(3.6805555556vw, 53px) auto 0;
  }
}
.common_section_link_text {
  color: hsl(0, 0%, 100%);
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  transition: opacity 0.3s ease-out;
}
.common_section_link_text:hover {
  opacity: 0.6;
}
@media (min-width: 768px) {
  .common_section_link_text {
    font-size: 28px;
    line-height: 2.7;
  }
}
@media (min-width: 920px) {
  .common_section_link_text .br_tab {
    display: none;
  }
}
.common_section_application {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 54px;
  margin-top: 32px;
}
@media (min-width: 768px) {
  .common_section_application {
    gap: 71px;
    margin-top: 54px;
  }
}
@media (min-width: 768px) {
  .common_section_application.recruit {
    margin-top: 40px;
  }
}
.common_section_application_link {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: opacity 0.3s ease-out;
}
@media (min-width: 768px) {
  .common_section_application_link {
    flex-direction: row;
    gap: 8px;
  }
}
.common_section_application_link:hover {
  opacity: 0.6;
}
.common_section_application_link_text {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 768px) {
  .common_section_application_link_text {
    font-size: 22px;
  }
}
.common_section_application_link_text.num {
  font-size: 18px;
}
@media (min-width: 768px) {
  .common_section_application_link_text.num {
    font-size: 24px;
  }
}

.common_section_link_wrapper {
  margin: 55px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
@media (min-width: 768px) {
  .common_section_link_wrapper {
    flex-direction: row;
    justify-content: center;
  }
}
.common_section_link_wrapper .common_section_link.inner {
  margin: 0;
  max-width: 335px;
  padding: 28px 20px;
}
.common_section_link_wrapper .common_section_link.inner .common_section_link_text {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.5;
  text-align: center;
}

.subPage_common_head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
.subPage_common_mainText {
  font-weight: 500;
  font-size: 22px;
  line-height: 42px;
  text-align: center;
}
.subPage_common_text {
  font-weight: 400;
  font-size: 15px;
  line-height: 32px;
  text-align: center;
}

/* 下層共通パーツ */
.breadcrumb {
  padding: 0 20px;
}
@media (min-width: 768px) {
  .breadcrumb {
    padding: 0 50px;
  }
}

.breadcrumb-list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  /* お好みのサイズに */
}

.breadcrumb-item {
  display: flex;
  align-items: center;
}

/* リストの間に区切り文字を入れる */
.breadcrumb-item:not(:last-child)::after {
  content: "／";
  margin: 0 12px 0 10px;
  color: hsl(0, 0%, 54%);
  /* 区切り文字の色 */
}

.breadcrumb-item a {
  text-decoration: none;
  color: hsl(0, 0%, 54%);
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  transition: color 0.3s ease-out;
}

.breadcrumb-item a:hover {
  color: hsl(0, 0%, 0%);
}

/* 現在のページのリンク（クリック不可にする場合など） */
.subPage_header.site_header .site_header_link_container {
  color: #000;
}

@media screen and (min-width: 1020px) {
  .subPage_header.site_header .site_header_link::after {
    background-color: hsl(0, 0%, 0%);
    /* 下線の色 */
    bottom: 0;
    /* 要素の下端からの距離 */
    content: "";
    /* 要素に内容を追加 */
    height: 1px;
    /* 下線の高さ */
    left: 0;
    /* 要素の左端からの距離 */
    position: absolute;
    /* 絶対位置指定 */
    transform: scale(0, 1);
    /* 下線を横方向に0倍、縦方向に1倍に変形（非表示） */
    transform-origin: right top;
    /* 変形の原点を右上に指定 */
    transition: transform 0.3s ease-out;
    /* 変形をアニメーション化 */
    width: 100%;
    /* 要素の幅 */
  }
}
.subPage_header.site_header .site_header_link {
  /* リンクにホバーした際の下線の表示 */
}
@media screen and (min-width: 1020px) {
  .subPage_header.site_header .site_header_link:hover::after {
    transform-origin: left top;
    /* 変形の原点を左上に指定 */
    transform: scale(1, 1);
    /* 下線を横方向に1倍、縦方向に1倍に変形（表示） */
  }
}

.subPage_body {
  padding-top: 110px;
}

.subPage_head {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.subPage_head_visual {
  padding: 0 20px;
  position: relative;
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .subPage_head_visual {
    padding: 0 50px;
  }
}

.subPage_head_visual::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 24.8756218905vw;
  background: linear-gradient(0, #FFFFFF 0%, #FFFFFF 38.46%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}
@media (min-width: 768px) {
  .subPage_head_visual::before {
    height: 22.5694444444vw;
  }
}

.subPage_head_visual_img {
  width: 100%;
}

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

.subPage_ttl {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  font-size: 48px;
  line-height: 1;
  font-weight: 500;
  z-index: 2;
  width: max-content;
}
@media (min-width: 768px) {
  .subPage_ttl {
    font-size: min(9.7222222222vw, 140px);
  }
}

.subPage_head_txtArea {
  text-align: center;
}

.subPage_head_txtArea_top {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.75;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .subPage_head_txtArea_top {
    font-size: clamp(18px, 1.5277777778vw, 22px);
  }
}
@media (min-width: 768px) {
  .subPage_head_txtArea_top .br_sp {
    display: none;
  }
}

.subPage_head_txtArea_bottom {
  font-size: 14px;
  line-height: 2.15;
}
@media (min-width: 768px) {
  .subPage_head_txtArea_bottom {
    font-size: 15px;
  }
}
@media (min-width: 600px) {
  .subPage_head_txtArea_bottom .br_sp {
    display: none;
  }
}

.interview_item {
  scroll-margin-top: 111px;
}

/* 下層共通パーツここまで */
.interview_contents_nav {
  max-width: 1200px;
  margin: 40px auto 80px;
  width: 100%;
}
@media (min-width: 768px) {
  .interview_contents_nav {
    margin: 66px auto 192px;
  }
}
.interview_contents_nav.second {
  margin: 40px auto;
}
@media (min-width: 768px) {
  .interview_contents_nav.second {
    margin: 66px auto 62px;
    padding-top: min(15.9722222222vw, 230px);
  }
}

.interview_contents_nav_list {
  display: flex;
  justify-content: center;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .interview_contents_nav_list {
    flex-direction: row;
  }
}

.interview_contents_nav_item {
  flex: 1;
  position: relative;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .interview_contents_nav_item {
    padding: 60px 0;
  }
}

.interview_contents_nav_item:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  left: 50%;
  width: 200px;
  height: 1px;
  background-color: #898989;
}
@media (min-width: 768px) {
  .interview_contents_nav_item:not(:last-child)::after {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    right: 0;
    left: auto;
    width: 1px;
    height: 84px;
  }
}

.interview_contents_nav_link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.interview_contents_nav_link:hover {
  opacity: 0.7;
}

.interview_contents_nav_head {
  margin-bottom: 20px;
}

.interview_contents_nav_label {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 1;
}

.interview_contents_nav_num {
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
}

.interview_contents_nav_ttl {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 28px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.2;
}

.interview_contents_nav_arrow img {
  width: 12px;
  height: auto;
  display: block;
}

.interview_article {
  padding-bottom: 100px;
  width: 100%;
  overflow: hidden;
}

.interview_article_header {
  background-color: #FFF6EA;
  width: 100%;
  position: relative;
}

.interview_article_header::before {
  content: "";
  width: 100%;
  height: 108px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}

.interview_article_header_inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 80px 67px 140px 88px;
  position: relative;
}
@media (min-width: 768px) {
  .interview_article_header_inner {
    padding: 80px 67px 140px 88px;
  }
}

.interview_article_profiles {
  position: absolute;
  right: 20px;
  bottom: 0;
}
@media (min-width: 768px) {
  .interview_article_profiles {
    right: 67px;
  }
}

.interview_article_meta {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .interview_article_meta {
    gap: 36px;
    margin-bottom: 30px;
  }
}

.meta_wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}

.meta_label {
  font-size: 12px;
  font-weight: 700;
  padding-top: 1px;
}

.meta_num {
  font-size: 18px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .meta_num {
    font-size: clamp(18px, 1.5277777778vw, 22px);
  }
}

.meta_ttl {
  font-size: 16px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .meta_ttl {
    font-size: 18px;
    padding-top: 4px;
  }
}

.interview_article_title_area {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.interview_article_main_ttl {
  font-family: "Sawarabi Mincho", serif;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 19px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .interview_article_main_ttl {
    font-size: clamp(20px, 2.5vw, 36px);
  }
}
@media screen and (min-width: 600px) {
  .interview_article_main_ttl br {
    display: none;
  }
}

.interview_article_lead {
  font-size: 14px;
  line-height: 2;
}
@media (min-width: 768px) {
  .interview_article_lead {
    font-size: 15px;
  }
}
.interview_article_lead br {
  display: none;
}
@media screen and (min-width: 380px) {
  .interview_article_lead br {
    display: block;
  }
}

.interview_article_profiles {
  display: flex;
  gap: 20px;
}

.profile_item .profile_img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 6px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .profile_item .profile_img {
    width: min(13.1944444444vw, 190px);
    height: min(13.1944444444vw, 190px);
  }
}

.profile_item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.profile_item .profile_img_blue {
  border: 1px solid #43ACC6;
}
.profile_item .profile_img_orange {
  border: 1px solid #E1AD28;
}
.profile_item .profile_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.profile_item .profile_name {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color: #43ACC6;
}
@media (min-width: 768px) {
  .profile_item .profile_name {
    font-size: 15px;
  }
}
.profile_item .profile_name.profile_name_orange {
  color: #E1AD28;
}

.profile_role {
  font-size: 12px;
  font-weight: 400;
}

.interview_layout_row {
  display: flex;
  flex-direction: column-reverse;
  max-width: 1260px;
  padding: 0 20px;
  margin: 0 auto;
  justify-content: space-between;
  gap: 40px;
}
@media (min-width: 768px) {
  .interview_layout_row {
    align-items: flex-start;
    flex-direction: row;
    gap: 20px;
  }
}

@media (min-width: 768px) {
  .interview_layout_row.reverse {
    flex-direction: row-reverse;
    gap: 20px;
  }
}

.interview_layout_img_left {
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .interview_layout_img_left {
    width: calc(380px + min(50vw, 800px) - 500px);
    margin-left: calc(50% - min(50vw, 800px));
  }
}

.interview_layout_img_right {
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .interview_layout_img_right {
    width: calc(380px + min(50vw, 800px) - 500px);
    margin-right: calc(50% - min(50vw, 800px));
  }
}

.interview_layout_qa_right {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 768px) {
  .interview_layout_qa_right {
    gap: 0;
    width: calc(100% - 380px);
  }
}

.interview_layout_qa_right {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 768px) {
  .interview_layout_qa_right {
    gap: 0;
  }
}

.interview_layout_qa_left {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 768px) {
  .interview_layout_qa_left {
    width: calc(100% - 380px);
    gap: 0;
  }
}

.interview_layout_img_left img,
.interview_layout_img_right img {
  width: 100%;
  height: auto;
  display: block;
}

.offset_qa {
  max-width: 763px;
  margin: 60px auto 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 768px) {
  .offset_qa {
    margin: 118px auto 0;
    gap: 0;
  }
}

.interview_section {
  margin: 80px 0 0;
}
@media (min-width: 768px) {
  .interview_section {
    margin: 80px 0 0;
  }
}

.interview_section.spacer_top {
  margin: 120px 0 0;
}
@media (min-width: 768px) {
  .interview_section.spacer_top {
    margin: min(18.75vw, 270px) 0 0;
  }
}

.interview_section.spacer_bottom {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .interview_section.spacer_bottom {
    margin-bottom: min(24.0277777778vw, 346px);
  }
}

.interview_section_head {
  text-align: center;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .interview_section_head {
    margin-bottom: min(7.3611111111vw, 106px);
  }
}

.interview_section_ttl {
  font-family: "Sawarabi Mincho", serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 19px;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .interview_section_ttl {
    font-size: clamp(24px, 2.9166666667vw, 42px);
  }
}
@media (min-width: 768px) {
  .interview_section_ttl .br_sp {
    display: none;
  }
}
@media screen and (min-width: 380px) {
  .interview_section_ttl .br_se {
    display: none;
  }
}

.interview_section_sub {
  font-size: 14px;
}
@media (min-width: 768px) {
  .interview_section_sub {
    font-size: 15px;
  }
}

.interview_section_line {
  display: block;
  width: 25px;
  height: 1px;
  background-color: #000;
  margin: 37px auto 0;
}

/* QAパーツ */
@media (min-width: 768px) {
  .qa_item {
    margin-bottom: 64px;
  }
}

.qa_q {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .qa_q {
    font-size: clamp(18px, 1.5277777778vw, 22px);
    margin-bottom: min(4.0277777778vw, 58px);
  }
}

.qa_a {
  display: flex;
  gap: 16px;
}
@media (min-width: 768px) {
  .qa_a {
    gap: 28px;
  }
}

.qa_a_icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 500;
  flex-shrink: 0;
  background-color: #fff;
  border: 1px solid #fff;
}
@media (min-width: 768px) {
  .qa_a_icon {
    width: 86px;
    height: 86px;
  }
}

.icon_blue {
  color: #43ACC6;
  border-color: #43ACC6;
}

.icon_orange {
  color: #E1AD28;
  border-color: #E1AD28;
}

.qa_a_text p {
  font-size: 14px;
  line-height: 2;
}
@media (min-width: 768px) {
  .qa_a_text p {
    font-size: 15px;
  }
}

.interview_float_layout {
  max-width: 1110px;
  margin: 0 auto;
  padding: 0 16px;
  position: relative;
}
@media screen and (min-width: 600px) {
  .interview_float_layout {
    padding: 0 20px;
  }
}
@media (min-width: 768px) {
  .interview_float_layout {
    padding: 0 40px;
  }
}

.interview_float_layout.spacer_top {
  margin: 83.8461538462vw auto 0;
}
@media (min-width: 768px) {
  .interview_float_layout.spacer_top {
    margin: 400px auto 0;
  }
}

.interview_float_layout.spacer_bottom {
  margin: 76.9230769231vw 0 0;
}
@media (min-width: 768px) {
  .interview_float_layout.spacer_bottom {
    margin: 0 auto min(27.7777777778vw, 400px);
  }
}

.interview_float_layout.spacer_bottom.spacer_bottom_wide {
  margin: 60px auto 76.9230769231vw;
}
@media (min-width: 768px) {
  .interview_float_layout.spacer_bottom.spacer_bottom_wide {
    margin: 0 auto min(36.1111111111vw, 520px);
  }
}

.interview_float_inner {
  position: relative;
  width: 100%;
}

.interview_float_img {
  width: 100%;
}

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

.interview_float_layout:has(.float_box--bottom) {
  padding-bottom: 120px;
}

.interview_section_bg_gray {
  background-color: #f9f9f9;
  padding: 100px 0;
  margin-top: 150px;
  width: 100%;
}

.interview_section_bg_gray_inner {
  max-width: 1000px;
  margin: 0 auto;
}

.interview_float_box {
  position: absolute;
}

.interview_float_box_01 {
  width: 153.8461538462vw;
  top: -74.358974359vw;
  right: -32.0512820513vw;
}
@media (min-width: 768px) {
  .interview_float_box_01 {
    width: min(943px, 78.5833333333vw);
    top: max(-35vw, -420px);
    right: max(-25vw, -300px);
  }
}
@media screen and (min-width: 1300px) {
  .interview_float_box_01 {
    width: min(943px, 78.5833333333vw);
    top: max(-32.6388888889vw, -470px);
    right: max(-31.25vw, -450px);
  }
}

.interview_float_box_02 {
  width: 153.8461538462vw;
  top: -83.8461538462vw;
  left: -29.7435897436vw;
}
@media (min-width: 768px) {
  .interview_float_box_02 {
    width: min(946px, 78.8333333333vw);
    top: max(-29.1666666667vw, -350px);
    left: max(-16.9166666667vw, -203px);
  }
}
@media screen and (min-width: 1300px) {
  .interview_float_box_02 {
    width: min(946px, 65.6944444444vw);
    top: max(-24.3055555556vw, -350px);
    left: max(-23.6111111111vw, -340px);
  }
}

.interview_float_box_03 {
  width: 153.8461538462vw;
  bottom: -69.7435897436vw;
  right: -27.1794871795vw;
}
@media (min-width: 768px) {
  .interview_float_box_03 {
    width: min(945px, 78.75vw);
    bottom: max(-30vw, -360px);
    right: max(-15.8333333333vw, -190px);
  }
}
@media screen and (min-width: 1300px) {
  .interview_float_box_03 {
    width: min(65.625vw, 945px);
    bottom: max(-25vw, -360px);
    right: max(-22.9166666667vw, -330px);
  }
}

.interview_float_box_04 {
  width: 153.8461538462vw;
  bottom: 18.4615384615vw;
  left: -29.7435897436vw;
}
@media (min-width: 768px) {
  .interview_float_box_04 {
    width: min(974px, 81.1666666667vw);
    bottom: max(-40.2777777778vw, -580px);
    left: max(-20.1388888889vw, -290px);
  }
}

.interview_transition {
  padding: 40px 0 80px;
  text-align: center;
}
@media (min-width: 768px) {
  .interview_transition {
    padding: min(14.2361111111vw, 205px) 0 min(15.5555555556vw, 224px);
  }
}

.interview_transition_top {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .interview_transition_top {
    font-size: clamp(18px, 1.5277777778vw, 22px);
    margin-bottom: 32px;
  }
}
@media (min-width: 768px) {
  .interview_transition_top br {
    display: none;
  }
}

.interview_transition_bottom {
  font-size: 14px;
  line-height: 2;
}
@media (min-width: 768px) {
  .interview_transition_bottom {
    font-size: 15px;
  }
}
@media screen and (min-width: 600px) {
  .interview_transition_bottom .br_sp {
    display: none;
  }
}

.interview_layout--mt100 {
  margin-top: 100px;
}

.interview_footer_img_wrap {
  max-width: 1000px;
  margin: 100px auto 0;
  padding: 0 20px;
}

.interview_footer_img {
  width: 100%;
  height: auto;
  display: block;
}

.interview_float_layout:has(.float_box--left) .interview_float_img {
  margin-left: auto;
  margin-right: 0;
}

@media (min-width: 768px) {
  .img-w456 {
    width: calc(346px + min(50vw, 800px) - 610px);
    min-width: 220px;
  }
}

@media (min-width: 768px) {
  .img-w375 {
    width: calc(265px + min(50vw, 800px) - 610px);
    min-width: 220px;
  }
}

@media (min-width: 768px) {
  .img-w373 {
    width: calc(263px + min(50vw, 800px) - 610px);
    min-width: 220px;
  }
}

@media (min-width: 768px) {
  .img-w442 {
    width: calc(332px + min(50vw, 800px) - 610px);
    min-width: 220px;
  }
}

@media (min-width: 768px) {
  .img-w430 {
    width: calc(320px + min(50vw, 800px) - 610px);
    min-width: 220px;
  }
}

@media (min-width: 768px) {
  .interview_layout_qa_right,
  .interview_layout_qa_left {
    width: 62.5409836066%;
  }
}

.interview_layout--right {
  margin-left: auto;
  margin-right: 0;
}

.float_box--left {
  right: auto;
  left: 0;
}

.interview_layout--mt100 {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .interview_layout--mt100 {
    margin-top: min(6.9444444444vw, 100px);
  }
}

.interview_layout--mt30 {
  margin-top: 30px;
}

.interview_article_header_inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 40px 20px 180px;
}
@media (min-width: 768px) {
  .interview_article_header_inner {
    padding: 58px 67px 160px 88px;
  }
}

.interview_contents_nav_arrow {
  transition: transform 0.3s ease-out;
}

.interview_contents_nav_link:hover .interview_contents_nav_arrow {
  transform: translateY(5px);
}

.real_section {
  background: hsl(35, 100%, 96%);
  padding: 80px 0;
}
@media (min-width: 768px) {
  .real_section {
    padding: min(14.2361111111vw, 205px) 0 min(15.9722222222vw, 230px);
  }
}
.real_section_ttl {
  font-family: "Sawarabi Mincho", serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (min-width: 768px) {
  .real_section_ttl {
    font-size: clamp(20px, 2.9166666667vw, 42px);
  }
}
.real_section .real_content {
  display: flex;
  flex-direction: column-reverse;
  gap: 5px;
}
@media (min-width: 768px) {
  .real_section .real_content {
    flex-direction: row;
    align-items: stretch;
  }
}
@media (min-width: 768px) {
  .real_section .real_content.left {
    flex-direction: row-reverse;
  }
}
.real_section .real_content_wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 1184px;
  margin: 64px auto 0;
}
@media (min-width: 768px) {
  .real_section .real_content_wrapper {
    gap: 48px;
  }
}
.real_section .real_content_img {
  border-radius: 6px;
  overflow: hidden;
  flex: 0 0 33.53%;
}
.real_section .real_content_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.real_section .real_content_text {
  font-weight: 400;
  font-size: 14px;
  line-height: 2;
  text-align: justify;
}
@media (min-width: 768px) {
  .real_section .real_content_text {
    font-size: 15px;
    line-height: 2.1;
  }
}
.real_section .real_content_text_head {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (min-width: 768px) {
  .real_section .real_content_text_head {
    gap: 26px;
  }
}
.real_section .real_content_text_wrapper {
  border-radius: 6px;
  background: hsl(0, 0%, 100%);
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 40px 20px;
}
@media (min-width: 768px) {
  .real_section .real_content_text_wrapper {
    gap: 29px;
    padding: 54px 63px 75px 60px;
  }
}
.real_section .real_content_num {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid hsl(0, 0%, 0%);
  border-radius: 999px;
}
@media (min-width: 768px) {
  .real_section .real_content_num {
    width: 58px;
    height: 58px;
  }
}
.real_section .real_content_num_text {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .real_section .real_content_num_text {
    font-size: 18px;
  }
}
.real_section .real_content_ttl {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (min-width: 390px) {
  .real_section .real_content_ttl {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .real_section .real_content_ttl {
    font-size: clamp(18px, 1.5277777778vw, 22px);
  }
}

.jump_interview {
  overflow: hidden;
  padding: 60px 0;
}
@media (min-width: 768px) {
  .jump_interview {
    padding: 68px 0;
  }
}
.jump_interview_content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .jump_interview_content {
    gap: 19px;
    max-width: 412px;
  }
}
.jump_interview_content_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.jump_interview_content_number_wrap {
  color: hsl(0, 0%, 54%);
  display: flex;
  align-items: center;
  gap: 16px;
}
.jump_interview_content_en {
  font-weight: 700;
  font-size: 12px;
  line-height: 32px;
  text-align: center;
}
.jump_interview_content_num {
  font-weight: 900;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .jump_interview_content_num {
    font-size: 15px;
  }
}
.jump_interview_content_ttl {
  font-family: "Sawarabi Mincho", serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.09em;
  text-align: right;
}
@media (min-width: 768px) {
  .jump_interview_content_ttl {
    font-size: 32px;
  }
}
.jump_interview_content_text {
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
}
@media (min-width: 768px) {
  .jump_interview_content_text {
    font-size: 15px;
  }
}
.jump_interview_content_text_wrap {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.jumpSwiper {
  width: 100%;
  overflow: visible;
  /* スライドを画面端まで見せたい場合はvisible */
}
.jumpSwiper .swiper-wrapper .swiper-slide {
  width: fit-content !important;
  transition-timing-function: linear !important;
  margin-right: 20px;
  max-width: 290px;
}
@media (min-width: 768px) {
  .jumpSwiper .swiper-wrapper .swiper-slide {
    margin-right: clamp(20px, 6.0416666667vw, 87px);
    max-width: 412px;
  }
}

.jump_swiper_wrapper {
  margin: 0 auto;
  padding: 0 16px;
}
@media screen and (min-width: 600px) {
  .jump_swiper_wrapper {
    padding: 0 20px;
  }
}
@media (min-width: 768px) {
  .jump_swiper_wrapper {
    max-width: 1074px;
    padding: 0 40px;
  }
}

/* 操作系コンテナのスタイル */
.jump_swiper_controls {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 28px;
  /* 矢印とバーの間の距離 */
  margin-top: 20px;
  /* スライダーとの距離 */
  position: relative;
  /* バーの最大幅 */
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .jump_swiper_controls {
    flex-direction: row;
    align-items: center;
    margin-top: 30px;
    gap: 50px;
  }
}

/* 下のコントロール（バーとボタン）は container-base の中に収まるように戻す */
.jump_swiper_controls {
  margin: 30px auto 0;
  /* 親のマイナスマージンを打ち消して元の位置に戻す */
}

/* 矢印のデザインリセットと調整 */
.custom-prev,
.custom-next {
  position: static;
  /* デフォルトの絶対配置を解除 */
  margin: 0;
  width: 64px;
  /* 矢印のサイズ */
  height: 64px;
  color: #000;
  /* 矢印の色 */
  border-radius: 999px;
  background: hsl(0, 0%, 100%);
  border: 1px solid hsl(0, 0%, 0%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease-out;
}
.custom-prev svg,
.custom-next svg {
  max-width: 20px;
}
.custom-prev svg path,
.custom-next svg path {
  transition: stroke 0.3s ease-out;
}
.custom-prev .swiper-navigation-icon,
.custom-next .swiper-navigation-icon {
  display: none;
}
.custom-prev.swiper-button-disabled,
.custom-next.swiper-button-disabled {
  pointer-events: all !important;
  opacity: 1;
  background: hsl(0, 0%, 0%);
}
.custom-prev.swiper-button-disabled:hover,
.custom-next.swiper-button-disabled:hover {
  background-color: hsl(0, 0%, 100%);
}
.custom-prev.swiper-button-disabled:hover svg path,
.custom-next.swiper-button-disabled:hover svg path {
  stroke: hsl(0, 0%, 0%);
}
.custom-prev.swiper-button-disabled svg path,
.custom-next.swiper-button-disabled svg path {
  stroke: hsl(0, 0%, 100%);
}

/* スクロールバーのデザイン */
.custom-scrollbar {
  position: static !important;
  /* デフォルトの配置を解除 */
  width: 100% !important;
  /* バーの長さ */
  height: 1px !important;
  /* バーの太さ */
  background: hsl(0, 0%, 85%) !important;
}

/* スクロールバーの動く部分（ドラッガー） */
.custom-scrollbar .swiper-scrollbar-drag {
  background: hsl(0, 0%, 0%) !important;
  height: 1px !important;
}

.jump_swiper_btn_wrapper {
  display: flex;
  align-items: center;
  gap: 17px;
}

.to_limited_page_section {
  padding: 47px 0 80px;
}
@media (min-width: 768px) {
  .to_limited_page_section {
    padding: 47px 0 clamp(100px, 17.0138888889vw, 245px);
  }
}
.to_limited_page_box {
  background: hsl(35, 100%, 96%);
  padding: 60px 20px;
}
@media (min-width: 768px) {
  .to_limited_page_box {
    max-width: 1022px;
    margin: 0 auto;
    padding: 100px 40px 105px;
  }
}
.to_limited_page_ttl {
  font-weight: 400;
  font-size: 15px;
  line-height: 2.1;
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  .to_limited_page_ttl {
    font-size: 18px;
    font-weight: 500;
  }
}
.to_limited_page_ttl::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 1px;
  background-color: hsl(0, 0%, 0%);
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.to_limited_page_mainText {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 768px) {
  .to_limited_page_mainText {
    font-size: clamp(16px, 1.5277777778vw, 22px);
    line-height: 1.9;
  }
}
@media screen and (min-width: 600px) {
  .to_limited_page_mainText .br_sp {
    display: none;
  }
}
.to_limited_page_mainText_wrap {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .to_limited_page_mainText_wrap {
    margin-top: 75px;
    gap: 32px;
  }
}
.to_limited_page_common_text {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 768px) {
  .to_limited_page_common_text {
    font-size: 15px;
    line-height: 2.1;
  }
}
@media screen and (min-width: 600px) {
  .to_limited_page_common_text .br_sp {
    display: none;
  }
}
@media (min-width: 768px) {
  .to_limited_page_common_text .br_tab {
    display: none;
  }
}

.input_container {
  display: flex;
  flex-direction: column;
  gap: 13px;
  max-width: 646px;
  margin: 40px auto 0;
}
@media (min-width: 768px) {
  .input_container {
    margin: 53px auto 0;
  }
}
.input_content {
  display: flex;
  flex-direction: column;
  background: hsl(0, 0%, 100%);
  border: 1px solid hsl(0, 0%, 85%);
  border-radius: 4px;
  min-height: 63px;
  padding: 0 16px;
}
@media (min-width: 768px) {
  .input_content {
    flex-direction: row;
    align-items: center;
    padding: 0;
  }
}
.input_content label {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: hsl(0, 0%, 54%);
  width: 176px;
  padding: 12px 0;
}
@media (min-width: 768px) {
  .input_content label {
    text-align: center;
    padding: 0 20px;
  }
}
.input_content input {
  border: none;
  width: 100%;
  margin: 12px 0;
}
@media (min-width: 768px) {
  .input_content input {
    margin: 0 12px 0 0;
    max-width: 448px;
  }
}
.input_line {
  width: 34px;
  height: 1px;
  background-color: hsl(0, 0%, 85%);
}
@media (min-width: 768px) {
  .input_line {
    width: 1px;
    height: 34px;
  }
}

.agreement_wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.agreement_container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.agreement_text {
  /* ここに文章のデザインを書く */
  font-weight: 400;
  font-size: 14px;
  line-height: 2.1;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .agreement_text {
    font-size: 15px;
  }
}
.agreement_input {
  /* チェックボックス本体の設定（必要なら） */
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin: 0 6px 0 0;
  border: 1px solid hsl(0, 0%, 85%);
}
@media (min-width: 768px) {
  .agreement_input {
    width: 20px;
    height: 20px;
    margin: 0 11px 0 0;
  }
}

.submit_and_agreement {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .submit_and_agreement {
    gap: 56px;
    margin-top: 53px;
  }
}

.submit {
  border: none;
  box-shadow: none;
  background: hsl(0, 0%, 0%);
  border-radius: 4px;
  max-width: 270px;
  width: 100%;
  padding: 14px 20px 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid hsl(0, 0%, 0%);
  transition: background-color 0.3s ease-out;
}
@media (min-width: 768px) {
  .submit {
    max-width: 320px;
  }
}
.submit_text {
  color: hsl(0, 0%, 100%);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.45;
  letter-spacing: 0.11em;
  text-align: center;
  transition: color 0.3s ease-out;
}
@media (min-width: 768px) {
  .submit_text {
    font-size: 22px;
  }
}
.submit_arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}
.submit_arrow svg path {
  transition: stroke 0.3s ease-out;
}
.submit:hover {
  background-color: hsl(0, 0%, 100%);
}
.submit:hover p {
  color: hsl(0, 0%, 0%);
}
.submit:hover .submit_arrow svg path {
  stroke: hsl(0, 0%, 0%);
}

input[type=submit].hs-button.primary.large {
  background-color: #ff0000 !important;
}

.recruit_common_section {
  padding-top: 80px;
}
@media (min-width: 768px) {
  .recruit_common_section {
    padding-top: min(11.875vw, 171px);
  }
}
.recruit_common_ttl {
  font-weight: 500;
  font-size: 18px;
  line-height: 2.5;
  letter-spacing: 0.16em;
  text-align: center;
  background: hsl(0, 0%, 85%);
  border-radius: 4px;
  max-width: 290px;
  width: 100%;
}
@media (min-width: 768px) {
  .recruit_common_ttl {
    font-size: 22px;
    max-width: 310px;
  }
}
.recruit_common_ttl.yellow {
  background: hsl(43, 67%, 59%);
  color: hsl(0, 0%, 100%);
}

.recruit_spec_list {
  width: 100%;
}
.recruit_spec_list_item {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .recruit_spec_list_item {
    flex-direction: row;
    gap: 28px;
  }
}
@media (min-width: 768px) {
  .recruit_spec_list_item:last-child .recruit_spec_label {
    border-bottom: 1px solid hsla(0, 0%, 54%, 0.5);
  }
}
.recruit_spec_list_item:last-child .recruit_spec_detail {
  border-bottom: 1px solid hsla(0, 0%, 54%, 0.5);
}
.recruit_spec_label {
  padding: 6px 4px;
  border-top: 1px solid hsla(0, 0%, 54%, 0.5);
  width: 100%;
}
@media (min-width: 768px) {
  .recruit_spec_label {
    max-width: 221px;
    padding: 7px 4px 8px 3px;
  }
}
.recruit_spec_label_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  background: hsl(0, 0%, 96%);
  height: 100%;
}
.recruit_spec_label_inner p {
  font-weight: 500;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.1em;
  text-align: center;
}
.recruit_spec_detail {
  padding: 20px 6px;
  border-top: 1px solid hsla(0, 0%, 54%, 0.5);
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2em;
}
@media (min-width: 768px) {
  .recruit_spec_detail {
    padding: 24px 9px 29px;
  }
}
.recruit_spec_detail p {
  font-weight: 400;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .recruit_spec_detail p {
    font-size: 15px;
  }
}
.recruit_spec_detail p .br_pc {
  display: none;
}
@media (min-width: 768px) {
  .recruit_spec_detail p .br_pc {
    display: block;
  }
}
.recruit_spec_sub_big_list_item {
  font-weight: 400;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .recruit_spec_sub_big_list_item {
    font-size: 15px;
  }
}
.recruit_spec_sub_big_list_item .br_pc {
  display: none;
}
@media (min-width: 768px) {
  .recruit_spec_sub_big_list_item .br_pc {
    display: block;
  }
}
@media (min-width: 768px) {
  .recruit_spec_sub_big_list_item .br_sp {
    display: none;
  }
}
.recruit_spec_sub_big_list_item.padding_none {
  padding-left: 0;
  font-weight: 700;
}
.recruit_spec_sub_big_list_item.padding_none::before {
  content: none;
}
.recruit_spec_sub_big_list_item::before {
  position: absolute;
  content: "●";
  width: 15px;
  height: 15px;
  top: 0;
  left: 0;
}
.recruit_spec_sub_small_list_item {
  font-weight: 400;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .recruit_spec_sub_small_list_item {
    font-size: 15px;
  }
}
.recruit_spec_sub_small_list_item::before {
  position: absolute;
  content: "・";
  width: 15px;
  height: 15px;
  top: 0;
  left: 0;
}
.recruit_spec_sub_small_list_item .br_pc {
  display: none;
}
@media (min-width: 768px) {
  .recruit_spec_sub_small_list_item .br_pc {
    display: block;
  }
}

.common_info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  max-width: 913px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .common_info {
    gap: 68px;
  }
}

.current_job_openings {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  max-width: 913px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .current_job_openings {
    gap: 52px;
  }
}

.recruit_application_guidelines {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  max-width: 913px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .recruit_application_guidelines {
    gap: 49px;
  }
}
.recruit_application_guidelines_section {
  padding-top: 80px;
}
@media (min-width: 768px) {
  .recruit_application_guidelines_section {
    padding-top: min(14.7916666667vw, 213px);
  }
}
.recruit_application_guidelines_section_bottom {
  width: 100%;
}
.recruit_application_guidelines_section_bottom img {
  width: 100%;
}
.recruit_application_guidelines_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  margin: 120px 0;
}
@media (min-width: 768px) {
  .recruit_application_guidelines_container {
    gap: min(15.9027777778vw, 229px);
    margin: min(15.625vw, 225px) 0 min(18.4027777778vw, 265px);
  }
}
.recruit_application_guidelines_head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 100%;
}
@media (min-width: 768px) {
  .recruit_application_guidelines_head {
    gap: 49px;
  }
}
.recruit_application_guidelines_text {
  font-weight: 400;
  font-size: 14px;
  line-height: 2;
  text-align: center;
}
@media (min-width: 768px) {
  .recruit_application_guidelines_text {
    font-size: 15px;
    line-height: 2.1;
  }
}

.recruit_link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
  max-width: 283px;
  background: hsl(35, 100%, 96%);
  padding: 20px;
  transition: opacity 0.3s ease-out;
}
@media (min-width: 768px) {
  .recruit_link {
    padding: 25px 20px 21px;
    gap: 20px;
  }
}
.recruit_link:hover {
  opacity: 0.6;
}
.recruit_link_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .recruit_link_wrap {
    flex-direction: row;
    justify-content: center;
    gap: 31px;
  }
}
.recruit_link_top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.recruit_link_bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (min-width: 768px) {
  .recruit_link_bottom {
    gap: 23px;
  }
}
.recruit_link_label {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.1em;
  text-align: center;
}
.recruit_link_job {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
}
@media (min-width: 768px) {
  .recruit_link_job {
    font-size: 22px;
  }
}
.recruit_link_detail {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.1em;
  text-align: center;
}
.recruit_link_arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}

.selection_process {
  background: hsl(35, 100%, 96%);
  padding: 80px 0;
}
@media (min-width: 768px) {
  .selection_process {
    padding: min(7.1527777778vw, 103px) 0 min(9.0277777778vw, 130px);
  }
}
.selection_process .process_head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.selection_process .process_ttl {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.9;
  text-align: center;
}
.selection_process .process_text {
  font-weight: 400;
  font-size: 15px;
  line-height: 2.1;
  text-align: center;
}
@media (min-width: 768px) {
  .selection_process .process_text br {
    display: none;
  }
}
.selection_process .flow_content img {
  max-width: none;
  width: 100%;
}
.selection_process .flow_content_wrap {
  display: flex;
  flex-direction: column;
  gap: 9px;
  max-width: 300px;
  margin: 41px auto 0;
}
@media (min-width: 768px) {
  .selection_process .flow_content_wrap {
    max-width: 763px;
  }
}

.entry_bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .entry_bottom {
    margin-top: 60px;
    gap: 38px;
  }
}
.entry_bottom .entry_link {
  background: hsl(0, 0%, 85%);
  border-radius: 6px;
  flex: 1;
  max-width: 335px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 20px;
  transition: opacity 0.3s ease-out;
  max-width: 300px;
}
@media (min-width: 768px) {
  .entry_bottom .entry_link {
    max-width: 335px;
  }
}
.entry_bottom .entry_link:hover {
  opacity: 0.6;
}
.entry_bottom .entry_link_text {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 768px) {
  .entry_bottom .entry_link_text {
    font-size: 22px;
  }
}
.entry_bottom .entry_link_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .entry_bottom .entry_link_wrap {
    flex-direction: row;
    gap: 18px;
  }
}

@media (min-width: 768px) {
  .recruit_br_sp {
    display: none;
  }
}/*# sourceMappingURL=base.css.map */