/* ========================================
   リセットCSS & 共通スタイル
========================================== */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background-color: transparent;
}

body {
  line-height: 1;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,q {
  quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: transparent;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: transparent;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],dfn[title] {
  border-bottom: none;
  text-decoration: none;
  cursor: default;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,select {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
  background-clip: padding-box;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

*::-moz-selection {
  background: var(--main-color);
  color: #fff;
}

*::selection {
  background: var(--main-color);
  color: #fff;
}

html {
  background: #fff;
  font-size: 62.5%;
  height: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: application, 'Yu Gothic', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-feature-settings: 'palt';
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-size: 1.5rem;
  color: #000000;
  max-width: 100%;
  overflow: auto;
}

input::-moz-selection {
  background: var(--main-color);
  color: #fff;
}

input::selection {
  background: var(--main-color);
  color: #fff;
}

input:focus {
  outline: none;
}

textarea {
  font-size: 16px;
}

input[type='button'],input[type='submit'] {
  outline: none;
  cursor: pointer;
}

input[type='password'],input[type='email'] {
  ime-mode: disabled;
}

textarea,input[type='text'] {
  outline: none;
  resize: none;
}

input[type='text'],input[type='password'],input[type='email'],select {
  font-size: 1.6rem;
}

input,textarea,select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: normal;
  text-rendering: optimizeSpeed;
}

ol,ul,li {
  list-style: none;
}

em,strong {
  font-style: normal;
  font-weight: normal;
}

i {
  display: inline-block;
  font-style: normal;
}

a {
  text-decoration: none;
  color: #000000;
}

a img:hover {
  opacity: .7;
}

a:hover {
  color: var(--main-color);
}

aside {
  color: #000000;
}

time {
  color: #666;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

svg {
  display: inline-block;
  vertical-align: sub;
}

picture {
  display: block;
}

/* ========================================
 レスポンシブ表示制御
========================================== */
.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.pc-header {
  display: block;
}

.sp-header {
  display: none;
}

/* ========================================
 PCヘッダー
========================================== */
.recruitment_header {
  padding: 30px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(51,51,51,0.09);
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.recruitment_header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.recruitment_header img {
  height: 75px;
  width: auto;
  position: absolute;
  top: 5px;
  left: 15px;
}

.recruitment_header__menus {
  margin: 0 auto;
}

.recruitment_header__menus ul {
  display: flex;
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.recruitment_header__menus li {
  position: relative;
}

.recruitment_header__menus li a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  padding-bottom: 4px;
  display: inline-block;
  transition: color 0.3s ease;
}

.recruitment_header__menus li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: white;
  transition: width 0.3s ease;
}

.recruitment_header__menus li a:hover::after {
  width: 100%;
}

/* ========================================
   スマホヘッダー
========================================== */
.p-recruit-header {
  width: 100%;
  transition: all .4s ease;
  z-index: 7999;
  display: none;
}

[data-drawer-left-open=true] .p-recruit-header {
  transform: translateX(calc(100% - 60px));
}

[data-drawer-right-open=true] .p-recruit-header {
  transform: translateX(calc(-100% + 60px));
}

.p-recruit-header__inner {
  padding: 20px;
  position: fixed;
  display: flex;
  justify-content: space-between;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 100%;
}

.p-recruit-header__inner img {
  width: 15%;
}

.p-recruit-header-trigger {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 50px;
  padding-top: 30px;
  z-index: 8100;
  border: none;
  background-color: transparent;
  outline: none;
}

.p-recruit-header__btn_right {
  width: 40px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.p-recruit-header__menu_trigger {
  display: none;
}

.p-recruit-header__menu_btn {
  display: flex;
  width: 40px;
  height: 100%;
  justify-content: center;
  align-items: center;
  z-index: 90;
}

.p-recruit-header__menu_btn span,.p-recruit-header__menu_btn span:before,.p-recruit-header__menu_btn span:after {
  content: '';
  display: block;
  height: 3px;
  width: 35px;
  border-radius: 2px;
  background: #666666;
  position: absolute;
  transition: all 0.5s;
}

.p-recruit-header__menu_btn span:before {
  bottom: 10px;
}

.p-recruit-header__menu_btn span:after {
  top: 10px;
}

.p-recruit-header__drawer {
  width: 70%;
  min-height: 100vh;
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 2;
  background-color: #ffffff;
  -webkit-backdrop-filter: blur(40px);
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: scroll;
}

.p-recruit-header__drawer_inner {
  padding: 0 20px;
  width: 100%;
  margin: auto;
}

.p-recruit-header__drawer_item {
  position: relative;
  border-bottom: 1px solid #666666;
  padding: 20px 15px;
  display: flex;
  font-weight: bold;
  font-size: 19px;
  justify-content: right;
  color: #666666;
}

.p-recruit-header__drawer_image {
  width: 100%;
  display: block;
  padding: 50px 0 0;
}

.p-recruit-header__drawer_image img {
  width: 100%;
  display: block;
}

#menu_trigger:checked~.p-recruit-header__menu_btn span {
  background: rgba(255,255,255,0);
}

#menu_trigger:checked~.p-recruit-header__menu_btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#menu_trigger:checked~.p-recruit-header__menu_btn span::after {
  top: 0;
  transform: rotate(-45deg);
}

#menu_trigger:checked~.p-recruit-header__drawer {
  left: 30%;
}

/* ========================================
 メインコンテンツ
========================================== */
.recruitment_lp {
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
}

/* ========================================
 メインビジュアル
========================================== */
.recruitment_lp #main-visual {
  max-width: 100%;
}

.recruitment_lp #main-visual img {
  width: 100%;
}

.recruitment_lp #main-visual .visual-content video {
  width: 100%;
}

.recruitment_lp #main-visual .visual-content img {
  width: 100%;
  margin-top: -15%;
  -o-object-position: top;
  object-position: top;
  height: 860px;
}

.recruitment_lp .visual-content {
  position: relative;
}

.recruitment_lp .visual-content_description {
  position: absolute;
  bottom: 120px;
  width: 100%;
  min-width: 1200px;
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.recruitment_lp .visual-content_description h2 {
  font-size: 50px;
  color: #ffffff;
  margin: 0 auto;
  text-align: center;
  font-family: "Noto Sans JP", "ヒラギノ", "メイリオ", "游ゴシック", sans-serif;
  font-weight: 900;
  line-height: 1.1;
}

.recruitment_lp .visual-content_description p {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  margin: 0 auto;
  text-align: center;
  font-family: "Noto Sans JP", "ヒラギノ", "メイリオ", "游ゴシック", sans-serif;
}

/* ========================================
 募集職種セクション
========================================== */
.recruitment_lp .visual-content_title {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  background-image: url(../images/creator_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 1180px;
  padding-top: 160px;
}

.recruitment_lp .visual-content_title h2 {
  font-size: 50px;
  color: #333333;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
}

.recruitment_lp .visual-content_title p {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  text-align: center;
}

.recruitment_lp .visual-content_ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  gap: 100px;
  justify-content: center;
  margin: 0 auto;
  margin: 90px auto 0;
}

.recruitment_lp .visual-content_ul li:nth-child(1) {
  background-image: url(../images/designer.png);
}

.recruitment_lp .visual-content_ul li:nth-child(2) {
  background-image: url(../images/MOVIE_CREATOR.png);
}

.recruitment_lp .visual-content_ul li:nth-child(3) {
  background-image: url(../images/mix_engineer.png);
}

.recruitment_lp .visual-content_ul li:nth-child(4) {
  background-image: url(../images/ILLUSTRATOR.png);
}

.recruitment_lp .visual-content_ul li:nth-child(5) {
  background-image: url(../images/ART_DIRECTOR.png);
}

.recruitment_lp .visual-content_ul li {
  background-repeat: no-repeat;
  background-size: contain;
  width: 26%;
  height: 310px;
  position: relative;
}

.recruitment_lp .visual-content_ul li img {
  display: none;
}

.recruitment_lp .visual-content_ul li .visual-content_text {
  position: static;
  top: auto;
}

.recruitment_lp .visual-content_ul li .visual-content_text h3 {
  position: absolute;
  left: 47px;
  font-size: 22px;
  top: 45px;
  font-weight: 900;
  font-family: "Noto Sans JP", "ヒラギノ", "メイリオ", "游ゴシック", sans-serif;
  letter-spacing: 0;
}

.recruitment_lp .visual-content_ul li .visual-content_text p {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  text-align: left;
  width: 100%;
  padding: 85px 20px 0 48px;
  line-height: 23px;
}

/* ========================================
 KVセクション
========================================== */
.recruitment_lp #kv {
  padding: 160px 0 80px;
  background-color: #fee96e;
}

.recruitment_lp #kv .kv_title {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.recruitment_lp #kv .kv_title h2 {
  font-size: 37.5px;
  color: #333333;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
}

.recruitment_lp #kv .kv_title p {
  font-size: 13px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  letter-spacing: 0;
}

.recruitment_lp #kv img {
  padding-top: 30px;
  width: 100%;
  max-width: 850px;
  height: auto;
  margin: 0 auto;
  display: block;
}

/* ========================================
 VOISINGメンバーセクション
========================================== */
.recruitment_lp #voising_member {
  padding: 80px 0 60px;
}

.recruitment_lp #voising_member .voising_title {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.recruitment_lp #voising_member .voising_title h2 {
  font-size: 50px;
  color: #333333;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  line-height: 1;
}

.recruitment_lp #voising_member .voising_title p {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  letter-spacing: -2px;
}

.recruitment_lp #voising_member .voising_images {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  max-width: 1000px;
  margin: 50px auto 0;
}

.recruitment_lp #voising_member .voising_images a img {
  width: 100%;
  max-width: 410px;
  height: auto;
  margin: 0 auto;
  display: block;
}

/* ========================================
 FAQセクション
========================================== */
.recruitment_lp #faq {
  padding: 80px 0 60px;
  background-color: #dddddd;
}

.recruitment_lp #faq .faq_title {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.recruitment_lp #faq .faq_title h2 {
  font-size: 50px;
  color: #333333;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  line-height: 1;
}

.recruitment_lp #faq ul {
  display: flex;
  align-items: flex-start;
  max-width: 840px;
  margin: 50px auto 0;
  gap: 15px;
  flex-direction: column;
}

.recruitment_lp #faq ul li {
  width: 100%;
  max-width: 410px;
  height: auto;
}

.recruitment_lp #faq .faq_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 840px;
  margin: 50px auto 0;
  gap: 15px;
}

.recruitment_lp #faq .faq_a {
  padding: 60px 0 80px;
  background-color: #3d3d3d;
}

.recruitment_lp #faq .faq_a_item {
  border: 2px solid transparent;
  border-radius: 12px;
  background-image: linear-gradient(#fff, #fff),linear-gradient(to right, red, #fcde42);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  padding: 10px 20px;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.recruitment_lp #faq .faq_a_check {
  display: none;
}

.recruitment_lp #faq .faq_a_check:checked~.p-top-faq_q {
  border-radius: 10px 10px 0px 0px;
}

.recruitment_lp #faq .faq_a_check:checked~.p-top-faq_q::after {
  display: none;
}

.recruitment_lp #faq .faq_a_check:checked~.p-top-faq_a {
  display: flex;
}

.recruitment_lp #faq .faq_a_q {
  font-weight: bold;
  font-size: 14px;
  display: inline-block;
  width: 97%;
  position: relative;
}

.recruitment_lp #faq .faq_a_q::before {
  content: 'Q.';
  color: #333333;
  font-size: 1.5rem;
  margin-right: 5px;
  letter-spacing: 0;
}

.recruitment_lp #faq .faq_a_q::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: -15px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fcde42;
  transform: translateY(-50%);
}

.recruitment_lp #faq .faq_a_a {
  font-weight: bold;
  font-size: 14px;
  width: 100%;
  display: flex;
  align-items: baseline;
  position: relative;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
}

.recruitment_lp #faq .faq_a_a::before {
  content: 'A.';
  color: #333333;
  font-size: 1.5rem;
  margin-right: 5px;
  letter-spacing: 0;
}

.recruitment_lp #faq .faq_a_a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, red, #fcde42);
  opacity: 0;
  transition: opacity 0.4s ease;
  margin-top: 10px;
}

.recruitment_lp #faq .faq_a_a.is-open {
  max-height: 1000px;
  padding-top: 20px;
}

.recruitment_lp #faq .faq_a_a.is-open::after {
  opacity: 1;
}

/* ========================================
 ポートフォリオセクション
========================================== */
.recruitment_lp #portfolio {
  background-image: url(../images/portfolio_bg.png);
  width: 100%;
  height: 225px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative; /* 位置指定の基準点を設定 */
}

.recruitment_lp #portfolio a img {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  display: block;
  padding-top: 60px;
}

/* 固定表示用のスタイル（SP版のみ） */
.portfolio-fixed {
  display: none; /* デフォルトでは非表示 */
}

/* SP表示の場合のみ適用 */
@media screen and (max-width: 768px) {
  .portfolio-fixed {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    /* 背景を透明に */
    background-color: transparent; 
    /* z-index: 1; */
    padding: 10px 0;
    /* box-shadowを削除 */
  }
  
  .portfolio-fixed img {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
}

/* ========================================
 フッター
========================================== */
.recruitment_lp .recruitment_footer {
  background-color: #3a3d40;
  color: #fff;
  padding: 60px 20px 30px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0;
}

.recruitment_lp .recruitment_footer__content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 270px;
  margin-bottom: 30px;
}

.recruitment_lp .recruitment_footer__logo img {
  height: 50px;
  width: auto;
}

.recruitment_lp .recruitment_footer__links ul {
  display: flex;
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.recruitment_lp .recruitment_footer__links a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.recruitment_lp .recruitment_footer__sns img {
  height: 26px;
  width: auto;
}

.recruitment_lp .recruitment_footer__copyright {
  color: #ccc;
  font-size: 11px;
  padding-top: 20px;
}

/* ========================================
 タブレット対応（768px以下）
========================================== */
@media screen and (max-width: 768px) {
  .pc-only {
      display: none;
  }
  
  .sp-only {
      display: block;
  }
  
  .pc-header {
      display: none;
  }
  
  .sp-header {
      display: block;
  }
  
  .recruitment_lp {
      min-width: auto;
      width: 100%;
  }
  
  /* メインビジュアル */
  .recruitment_lp .visual-content {
      position: relative;
      width: 100%;
      height: 120vh;
      overflow: hidden;
  }
  
  .recruitment_lp #main-visual .visual-content video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 80%;
      -o-object-fit: cover;
      object-fit: cover;
      z-index: 0;
      @media screen and (max-width: 768px) {
        height: 100%;
      }
      @media screen and (max-width: 500px) {
        height: 69%;    
      }
  }
  
  .recruitment_lp #main-visual .visual-content img {
      width: 100%;
      -o-object-position: top;
      object-position: top;
      height: 435px;
      position: absolute;
      bottom: 0;
      margin-top: 0;
  }
  
  .recruitment_lp .visual-content_description {
      position: absolute;
      bottom: 5%;
      width: 100%;
      min-width: auto;
      display: flex;
      flex-direction: column;
      gap: 24px;
      padding-left: 5%;
  }
  
  .recruitment_lp .visual-content_description h2 {
      font-size: 22px;
      text-align: left;
      margin: 0;
  }
  
  .recruitment_lp .visual-content_description p {
      font-size: 13px;
      text-align: left;
      margin: 0;
      font-weight: 600;
  }
  
  /* 募集職種セクション */
  .recruitment_lp .visual-content_title {
      background-image: url(../images/creator_bg_sp.png);
      height: auto;
      padding: 50px 0;
  }
  
  .recruitment_lp .visual-content_title h2 {
      font-size: 27px;
  }
  
  .recruitment_lp .visual-content_title p {
      font-size: 16px;
  }
  
  .recruitment_lp .visual-content_ul {
      display: flex;
      gap: 30px;
      margin: 50px auto 0;
      flex-direction: column;
      max-width: none;
  }
  
  .recruitment_lp .visual-content_ul li {
      width: 100%;
      position: relative;
      margin: 0 auto;
      background-image: none !important;
      height: auto;
  }
  
  .recruitment_lp .visual-content_ul li img {
      width: 100%;
      display: block;
  }
  
  .recruitment_lp .visual-content_ul li .visual-content_text {
      position: absolute;
      top: 10px;
  }
  
    .recruitment_lp .visual-content_ul li .visual-content_text h3 {
        position: absolute;
        left: 55px;
        font-size: 26px;
        top: 50px;
        font-weight: 900;
        font-family: "Noto Sans JP", "ヒラギノ", "メイリオ", "游ゴシック", sans-serif;
        letter-spacing: 0;
    }
    
    .recruitment_lp .visual-content_ul li .visual-content_text p {
        font-size: 14px;
        color: #333333;
        text-align: left;
        width: 100%;
        padding: 30% 18px 0 56px;
        line-height: 25.5px;
        letter-spacing: 0.5px;
    }
    
    /* KVセクション */
    .recruitment_lp #kv {
        padding: 60px 0 45px;
    }
    
    .recruitment_lp #kv .kv_title {
        gap: 15px;
    }
    
    .recruitment_lp #kv .kv_title h2 {
        font-size: 17px;
        letter-spacing: 0;
    }
    
    .recruitment_lp #kv .kv_title p {
        font-size: 13px;
        letter-spacing: 0;
        text-align: left;
        padding: 0 5%;
    }
    
    .recruitment_lp #kv img {
        padding-top: 15px;
        width: 90%;
        max-width: none;
    }
    
    /* VOISINGメンバーセクション */
    .recruitment_lp #voising_member .voising_title h2 {
        font-size: 27px;
    }
    
    .recruitment_lp #voising_member .voising_title p {
        font-size: 16px;
    }
    
    .recruitment_lp #voising_member .voising_images {
        max-width: none;
        flex-wrap: wrap;
    }
    
    .recruitment_lp #voising_member .voising_images a img {
        width: 85%;
        max-width: none;
    }
    
    /* FAQセクション */
    .recruitment_lp #faq {
        padding: 60px 0;
    }
    
    .recruitment_lp #faq .faq_title h2 {
        font-size: 35px;
    }
    
    .recruitment_lp #faq ul:nth-of-type(2) {
        margin: 0 auto;
    }
    
    .recruitment_lp #faq .faq_box {
        flex-direction: column;
        width: 90%;
        max-width: none;
    }
    
    /* ポートフォリオセクション */
    .recruitment_lp #portfolio {
        background-image: url(../images/portfolio_bg_sp.png);
        height: 165px;
    }
    
    .recruitment_lp #portfolio a img {
        max-width: none;
        padding-top: 45px;
    }
    
    /* フッター */
    .recruitment_lp .recruitment_footer {
        padding: 30px 5% 15px;
    }
    
    .recruitment_lp .recruitment_footer__content {
        gap: 30px;
    }
    
    .recruitment_lp .recruitment_footer__links {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 88%;
    }
    
    .recruitment_lp .recruitment_footer__links ul {
        flex-direction: column;
        gap: 10px;
        text-align: left;
    }
    
    .recruitment_lp .recruitment_footer__copyright {
        padding-top: 0;
    }
}

/*
