@charset "UTF-8";

/* ---------------------------------------------------------------------------
  ★共通
--------------------------------------------------------------------------- */

html {
  font-size: 62.5%;
}

object {
  pointer-events: none;
}

.sp,
.header_sp {
  display: none !important;
}

a[href^="tel:"] {
  pointer-events: none;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.img_r {
  overflow: hidden;
}

.img_r>img {
  float: right;
  width: 33%;
  margin-left: 15px;
  margin-bottom: 15px;
}

/* ---------------------------------------------------------------------------
  ★フォントファミリー
--------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------
  ★LIST
--------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------
  ★BASE
--------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------
  ★テキスト
--------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------
  ★インスタグラム
--------------------------------------------------------------------------- */

.instagramcont li {
  width: calc(100% / 4);
}

.instagramcont li a {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 0 0 100%;
  background: #949494;
}

.instagramcont li a img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

/* ---------------------------------------------------------------------------
  ★ここから新規制作
--------------------------------------------------------------------------- */

/* ================================================
   TOPページ専用CSS
   ================================================ */

/* メインビジュアル */
.top_main_visual {
  background: #ffffff;
  height: 82vh;
  position: relative;
  display: flex;
  justify-content: center;
}

.top_main_bg_image {
  position: absolute;
  top: 15%;
  left: 0;
  width: 100%;
  height: 70vh;
  background-image: url("../img/top_mv.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.top_icon_bg_image_1 {
  position: absolute;
  top: calc(20vw * 0.6 + -5px);
  /* 背景画像の高さ変化に連動 */
  left: 16vw;
  /* 背景画像の幅変化に連動 */
  margin-top: 150px;
  width: clamp(50px,5.5vw,78px);
  height: clamp(55px,5.9vw,83px);
  background-image: url("../img/top_mv_icon1.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 3;
  /* ふわふわ浮遊アニメーション */
  animation: float1 6s ease-in-out infinite;
  animation-delay: 0s;
}

.top_icon_bg_image_2 {
  position: absolute;
  top: calc(15.2vw * 0.6 + -5px);
  left: 25.5vw;
  margin-top: 150px;
  width: clamp(50px,5.7vw,80px);
  height: clamp(55px,5.9vw,83px);
  background-image: url("../img/top_mv_icon2.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
  /* ふわふわ浮遊アニメーション */
  animation: float2 7s ease-in-out infinite;
  animation-delay: 1.5s;
}

.top_icon_bg_image_3 {
  position: absolute;
  top: calc(15.2vw * 0.6 + -5px);
  left: 72.2vw;
  margin-top: 150px;
  width: clamp(50px,5.7vw,80px);
  height: clamp(55px,5.9vw,83px);
  background-image: url("../img/top_mv_icon3.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 3;
  /* ふわふわ浮遊アニメーション */
  animation: float3 5.5s ease-in-out infinite;
  animation-delay: 3s;
}

.top_icon_bg_image_4 {
  position: absolute;
  top: calc(20vw * 0.6 + -5px);
  left: 80.8vw;
  margin-top: 150px;
  width: clamp(50px,5.5vw,78px);
  height: clamp(55px,5.9vw,83px);
  background-image: url("../img/top_mv_icon4.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
  /* ふわふわ浮遊アニメーション */
  animation: float4 6.5s ease-in-out infinite;
  animation-delay: 2s;
}

/* ふわふわ浮遊アニメーションここから */
@keyframes float1 {
  0% {
    transform: translate(0px, 0px);
  }

  33% {
    transform: translate(8px, -12px);
  }

  66% {
    transform: translate(-6px, 8px);
  }

  100% {
    transform: translate(0px, 0px);
  }
}

@keyframes float2 {
  0% {
    transform: translate(0px, 0px);
  }

  25% {
    transform: translate(-10px, 6px);
  }

  50% {
    transform: translate(7px, -8px);
  }

  75% {
    transform: translate(4px, 10px);
  }

  100% {
    transform: translate(0px, 0px);
  }
}

@keyframes float3 {
  0% {
    transform: translate(0px, 0px);
  }

  40% {
    transform: translate(6px, 10px);
  }

  80% {
    transform: translate(-8px, -6px);
  }

  100% {
    transform: translate(0px, 0px);
  }
}

@keyframes float4 {
  0% {
    transform: translate(0px, 0px);
  }

  30% {
    transform: translate(-7px, -10px);
  }

  60% {
    transform: translate(9px, 5px);
  }

  90% {
    transform: translate(-3px, 8px);
  }

  100% {
    transform: translate(0px, 0px);
  }
}

.nsj {
  font-family: "Noto Sans JP", sans-serif !important;
}

.kakugo {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.zenmaru {
  font-family: "Zen Maru Gothic", sans-serif !important;
}

/* ふわふわ浮遊アニメーションここまで */

#home h2.noto,
#home p.noto {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}

.top_section07 h2.noto,
.top_section07 p.noto {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.top_main_text_overlay {
  position: relative;
  z-index: 2;
  width: 100%;
}

.top_main_catch {
  line-height: 1.4;
  font-size: 5.2rem;
  margin-top: 7vh;
  margin-left: 20px;
  letter-spacing: 4.4px;
  font-family: "Zen Maru Gothic";
}

.top_main_sub {
  letter-spacing: 1.9px;
  font-size: 2rem;
  margin-top: -3px;
  margin-left: 1px;
  font-family: "Noto Sans JP";
}

.top_main_catch .emphasis_dot {
  position: relative;
}

/* * {
  outline: 1px solid red;
} */

.top_main_catch .emphasis_dot::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 9px;
  height: 9px;
  background-color: #1b4998;
  border-radius: 50%;
}

/* スクロール追従ボタン */
.scroll_follow_btn {
  position: fixed;
  right: 0;
  top: 69.7%;
  transform: translateY(-50%);
  width: 71px;
  z-index: 1000;
}

.follow_btn_link {
  display: block;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(0deg,
      rgba(0, 169, 255, 1) 0%,
      rgba(0, 175, 250, 1) 26.97%,
      rgba(0, 192, 237, 1) 63.12%,
      rgba(0, 196, 234, 1) 69.82%,
      rgba(108, 201, 255, 1) 100%);
  color: #ffffff;
  text-decoration: none;
  border-radius: 20px 0 0 20px;
  padding: 20px 0px 20px 15px;
  transition: all 0.3s ease;
  min-height: 120px;
  height: 210px;
  width: 80px;
  justify-content: center;
  position: relative;
}

.follow_btn_link:hover {
  background: linear-gradient(135deg, #00a9ff 0%, #00c4ea 70%, #6cc9ff 100%);
  transform: translateX(-5px);
  box-shadow: -5px 5px 20px rgba(0, 0, 0, 0.3);
}

.follow_btn_text {
  font-size: 1.6rem;
  font-weight: bold;
  writing-mode: vertical-rl;
  letter-spacing: 0.6px;
  color: #ffffff;
  margin-left: 4px;
  margin-top: 5px;
}

.follow_btn_text .arrow_circle {
  margin-left: 0;
  margin-top: 3px;
  width: 20px;
  height: 20px;
}

.follow_btn_text .arrow_circle .arrow {
  width: 8px;
  height: 8px;
}

/* トップページボタン */

.top_btn {
  min-width: 200px;
  display: block;
}

.top_btn .link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  color: #1b4998;
  border: solid 1px #1b4998;
  text-decoration: none;
  border-radius: 50px;
  padding: 17px 25px 17px 30px;
  min-width: 200px;
}

.top_btn .link:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(30, 64, 175, 0.4);
}

/* 下層ページボタン */
.top_btn a p {
  width: 100%;
  color: #151823;
}

.arrow_u {
  position: absolute;
  right: 15px;
}

.top_btn.right a {
  margin-right: 0 !important;
  margin-left: auto !important;
}

.top_btn .link:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(30, 64, 175, 0.4);
}

.top_btn_blue {
  min-width: 200px;
  display: block;
}

.top_btn_blue .link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #1b4998;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 17px 25px 17px 30px;
  min-width: 200px;
}

.top_btn_blue .link:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(30, 64, 175, 0.4);
}

/* セクション01 - 実績紹介 */
.top_section01 {
  background: #ffffff;
  margin-top: 26px;
  padding-bottom: 30px;
  overflow: hidden;
}

.top_achievement_content {
  max-width: 1100px;
  width: 96%;
  position: relative;
  display: flex;
  align-items: center;
  gap: 70px;
  justify-content: space-between;
  margin: 0 auto;
}

.top_achievement_image {
  padding-top: 57px;
  padding-left: 26px;
}

.top_achievement_image img {
  max-width: none;
}

.top_achievement_img {
  width: 454px;
  height: auto;
  max-width: 100%;
  border-radius: 8px;
}

.top_achievement_text_three {
  margin-top: 55px;
  margin-left: -2px;
}

.top_achievement_text h2 {
  line-height: 1.44;
  font-size: 28px;
  letter-spacing: 0.2px;
  font-family: "Zen Maru Gothic";
}

.top_achievement_text h2 .highlight_text {
  color: #1b4998;
}

.top_achievement_text p {
  margin-left: 2px;
  margin-right: -2px;
  line-height: 1.88;
  margin-top: 23px;
  letter-spacing: 0.79px;
}

.top_section01 .top_btn {
  margin-top: 50px;
  margin-left: 2px;
  width: 290px;
}

.top_section01 .top_btn .link {
  color: #151823;
  padding: 17px 15px 17px 80px;
  letter-spacing: 0.8px;
}

.top_section01 .top_btn .link .arrow_circle_w {
  margin-left: 40px;
}

/* セクション02 - サービス */
.top_section02 {
  background: #c9e4f4;
  border-radius: 70px 70px 0 0;
  position: relative;
  margin-top: 93px;
  padding-bottom: 142px;
}

.top_section02 h2 {
  color: #1b4998;
  font-size: 7.8rem;
  padding-top: 31px;
  margin-top: -28px;
  margin-left: 6px;
  letter-spacing: 5.5px;
}

.top_section02 .sub_title {
  margin-top: -17px;
}

.top_service_container {
  display: flex;
  flex-direction: column;
  gap: 44px;
  align-items: center;
  margin-top: -5px;
}

.service_circle_group {
  display: flex;
  justify-content: center;
  gap: 48px;
  width: 100%;
}

.service_circle_group:nth-child(2) {
  margin-top: 0;
}

.top_service_item {
  border-radius: 50%;
  width: 220px;
  height: 230px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 20px;
  text-align: center;
  position: relative;
}

.top_service_icon {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top_service_icon img {
  width: 122%;
  max-width: 122%;
  height: auto;
  object-fit: contain;
}

.top_service_item h3 {
  margin-top: 12px;
  font-size: 22px;
  font-family: "Noto Sans JP";
  position: absolute;
  top: 70%;
}

.top_section02 .seicho {
  font-size: 28px;
  margin-top: 68px;
  margin-left: 2px;
  letter-spacing: 2.8px;
  position: relative;
  font-family: "Zen Maru Gothic", sans-serif !important;
}

/* .top_section02 .seicho::after {
  content: "";
  position: absolute;
  top: 98%;
  left: 0;
  right: 0px;
  width: 46%;
  margin: 0 auto;
  height: 1px;
  background-color: #151823;
} */

.top_section02 .komayaka {
  letter-spacing: 0.3px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 3rem;
  padding: 17px 140px;
  max-width: 1300px;
}

.top_section02 .top_btn {
  width: 290px;
  margin: 25px auto 0;
}

.top_section02 .top_btn .link {
  padding: 17px 15px 17px 83px;
  border: none;
  color: #151823;
  /* font-weight: bold; */
  letter-spacing: 0.8px;
}

.top_section02 .top_btn .link .arrow_circle_w {
  margin-left: 38px;
}

/* セクション03 - 税理士紹介 */
.top_section03 {
  background: #158ad1;
  background-image: url("../img/tax_accountant_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 60px 60px 0 0;
  margin-top: -52px;
  padding-top: 80px;
  position: relative;
  z-index: 2;
  padding-bottom: 145px;
}

.top_section03::before {
  content: "";
  position: absolute;
  top: 48px;
  left: 45px;
  width: 60px;
  height: 58px;
  background-image: url("../img/tax_accountant_star.png");
  background-repeat: no-repeat;
  z-index: 3;
}

.top_section03::after {
  content: "";
  position: absolute;
  bottom: 2px;
  right: 36px;
  width: 114px;
  height: 263px;
  background-image: url("../img/tax_accountant_man.png");
  background-repeat: no-repeat;
  z-index: 3;
}

.top_section03 h2 {
  color: #fff;
  font-size: 8.2rem;
  margin-top: -49px;
  margin-left: 4px;
  letter-spacing: 2px;
}

.top_section03 .syoukai {
  margin-top: -22px;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.5px;
}

.top_tax_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  margin: 21px auto 0;
}

.top_tax_images {
  margin-left: 15px;
}

.top_tax_images img {
  width: 100%;
  height: auto;
}

.top_tax_text {
  text-align: center;
  max-width: 1100px;
}

.top_tax_text h3 {
  font-size: 26px;
  margin-top: -11px;
  letter-spacing: 2.4px;
  position: relative;
  font-family: "Zen Maru Gothic";
}

/* .top_tax_text h3::after {
  content: "";
  position: absolute;
  top: 97%;
  left: 0;
  right: 0px;
  width: 46.4%;
  margin: 0 auto;
  height: 1px;
  background-color: #fff;
} */

.top_tax_text p {
  line-height: 1.9;
  margin: 22px 25px 0;
  letter-spacing: 0.8px;
  font-size: 16px;
}

.top_section03 .top_btn {
  width: 290px;
  margin: 40px auto 0;
}

.top_section03 .top_btn .link {
  padding: 17px 15px 17px 89px;
  border: none;
  font-weight: normal;
  color: #151823;
}

.top_section03 .top_btn .link .arrow_circle_w {
  margin-left: 47px;
}

/* セクション04 - 取り組み */
.top_section04 {
  background: #ffffff;
  border-radius: 60px 60px 0 0;
  margin-top: -60px;
  padding-top: 130px;
  position: relative;
  padding-bottom: 95px;
  z-index: 3;
}

.top_section04>div {
  max-width: 1200px;
  width: 96%;
  margin: auto;
}

.top_section04 h2 {
  font-size: 7.65rem;
  color: #1b4998;
  margin-top: -92px;
  margin-left: 4px;
  letter-spacing: 0.55rem;
}

.top_section04 .sub_title {
  margin-top: -18px;
}

.top_attempt_grid {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 18px;
  margin: 59px auto 0;
}

.top_attempt_grid h3 {
  font-family: "Noto Sans JP";
  font-size: 34px;
}

.top_attempt_grid .attempt_title {
  font-family: "Noto Sans JP";
}

.top_attempt_item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  width: 370px;
  height: 370px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 30px 25px;
  text-align: center;
  position: relative;
}

/* 各取り組み項目の個別スタイル */
.attempt_environment {
  background-color: #e4eae1;
  background-image: url("../img/top_13.png");
  background-size: 40%;

  background-position-x: 53%;
}

.attempt_social {
  background-color: #e2eaed;
  background-image: url("../img/top_14.png");
  background-size: 47%;
}

.attempt_governance {
  background-color: #efe0d5;
  background-image: url("../img/top_15.png");
  background-size: 51%;
  background-position-x: 47%;
}

.top_attempt_icon {
  margin-bottom: 15px;
}

.top_attempt_icon img {
  width: 62px;
  height: auto;
  object-fit: contain;
}

.attempt_environment .top_attempt_icon img {
  margin-top: 5px;
  margin-left: -1px;
  width: 66px;
  height: auto;
}

.attempt_social .top_attempt_icon img {
  margin-top: 3px;
}

.attempt_governance .top_attempt_icon img {
  margin-top: 4px;
  margin-left: 8px;
  width: 32px;
  height: auto;
}

.top_attempt_item h3 {
  color: #151823;
  font-size: 3.6rem;
  line-height: 1.3;
  margin-top: -22px;
  letter-spacing: 0.5px;
}

.top_attempt_item:nth-child(2) h3 {
  margin-top: -25px;
  margin-left: 5px;
  letter-spacing: 2.1px;
}

.top_attempt_item:nth-child(3) h3 {
  margin-top: -28px;
  margin-left: 4px;
}

.attempt_environment h3 span {
  color: #41961d;
}

.attempt_social h3 span {
  color: #1b4998;
}

.attempt_governance h3 span {
  color: #d37709;
}

.attempt_category {
  margin-top: -3px;
  font-size: 15px;
}

.top_attempt_item:nth-child(2) .attempt_category {
  margin-top: -2px;
  margin-left: 2px;
}

.top_attempt_item:nth-child(3) .attempt_category {
  margin-top: -2px;
}

.attempt_title {
  font-weight: bold;
  font-size: 2.6rem;
  letter-spacing: 1.3px;
  margin-top: 4px;
}

.attempt_environment .attempt_title {
  color: #41961d;
  margin-left: 1px;
  margin-top: 3px;
}

.attempt_social .attempt_title {
  color: #1b4998;
  margin-top: 2px;
  margin-left: 5px;
}

.attempt_governance .attempt_title {
  color: #ef9614;
  margin-top: 3px;
}

.attempt_content {
  line-height: 1.74;
  text-align: left;
  letter-spacing: 0.76px;
}

.attempt_environment .attempt_content {
  margin-left: -9px;
  margin-top: 11px;
}

.attempt_social .attempt_content {
  margin-left: 25px;
  margin-top: 13px;
}

.attempt_governance .attempt_content {
  margin-left: -15px;
  margin-top: 11px;
}

.top_section04 .mirai {
  font-weight: bold;
  margin-top: 48px;
  font-size: 26px;
  letter-spacing: 2.6px;
  position: relative;
  font-family: "Zen Maru Gothic";
}

/* .top_section04 .mirai::after {
  content: "";
  position: absolute;
  top: 94%;
  left: 0;
  right: 0px;
  width: 53%;
  margin: 0 auto;
  height: 1px;
  background-color: #151823;
} */

.line_height_wide {
  max-width: 1200px;
  margin: 14px auto;
}

.line_height_wide p {
  line-height: 1.9;
  letter-spacing: 0.8px;
  margin-left: 2px;
  margin-top: -2px;
}

/* 取り組みボタン */
.top_section04 .top_btn {
  margin: 41px auto;
  width: 290px;
}

.top_section04 .top_btn .link {
  padding: 17px 15px 17px 82px;
  letter-spacing: 0.8px;
  color: #151823;
}

.arrow_circle_w {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 29px;
  height: 29px;
  background: #1b4998;
  border-radius: 50%;
  padding-right: 2px;
}

.arrow_w {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.top_section04 .arrow_circle_w {
  margin-left: 38px;
}

/* セクション05 - 採用情報 */
.top_section05 {
  background: linear-gradient(to right,
      #7dd3fc 0%,
      #7dd3fc 60%,
      transparent 60%);
  background-image: url("../img/top_18.png");
  background-size: calc(100vw * 1350 / 1400) 1420px;
  /* 具体的なサイズ指定で調整可能 */
  background-position: right 0;
  /* 右端から0px、上から20pxの位置 */
  background-repeat: no-repeat;
  border-radius: 51px 0 0 51px;
  /* 左上のみ角丸、右側は直線 */
  margin-left: calc(100vw * 50 / 1400);
  padding-top: 80px;
  position: relative;
  z-index: 4;
  overflow: visible;
  padding-bottom: 604px;
  margin-top: 20px;
  margin-left: 0;
}

/* コンテンツを前面に */
.recruit_container {
  position: relative;
  z-index: 2;
  margin-left: 45px;
}

/* 位置調整用コメント */
/*
背景画像の調整方法：
background-size: 800px auto;           // 幅800px、高さ自動（比率保持）
background-position: right 0px top 20px; // 右端から0px、上から20px

サイズ調整：800px を任意の値に変更
位置調整：0px、20px を任意の値に変更
*/

/* 上部セクション */
.recruit_upper_section {
  display: flex;
  align-items: flex-start;
  margin-bottom: 80px;
  max-width: 1200px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  justify-content: space-between;
}

.top_section05 h2 {
  font-size: 7.5rem;
  margin-top: -42px;
  margin-left: 0px;
  letter-spacing: 4px;
  font-weight: 400;
  height: 100px;
}

.top_recruit_text {
  /* flex: 1; */
  /* max-width: 640px; */
  width: 55%;
}

.recruit_subtitle {
  margin-top: 17px;
  margin-left: 5px;
}

.top_section05 .mikeiken {
  font-size: 42px;
  font-weight: bold;
  margin-top: 33px;
  margin-left: 7px;
  letter-spacing: 1.6px;
  display: inline-block;
  position: relative;
  font-family: "Zen Maru Gothic" !important;
}

/* .top_section05 .mikeiken::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 20px;
  height: 1px;
  background-color: #fff;
} */

.top_section05 .pro {
  font-size: 2.6rem;
  line-height: 4.2rem;
  letter-spacing: 2.59px;
  font-weight: 600;
  margin-top: 20px;
  margin-left: 6px;
  font-family: "Zen Maru Gothic" !important;
}

.top_section05 .our_work {
  font-size: 18px;
  line-height: 3.4rem;
  margin-top: 26px;
  margin-left: 6px;
  max-width: 620px;
  letter-spacing: 0.9px;
}

.top_section05 .top_btn_blue {
  width: 288px;
  margin-top: 45px;
  margin-left: 6px;
}

.top_section05 .top_btn_blue .link {
  padding: 18px 15px 17px 82px;
}

.top_section05 .top_btn_blue .link .btn_recruit_text {
  letter-spacing: 0.8px;
  font-family: "Noto Sans JP";
  font-weight: 400;
}

.arrow_circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 29px;
  height: 29px;
  background: white;
  border-radius: 50%;
  padding-right: 2px;
  margin-left: 38px;
}

.top_section05 .top_btn_blue .link .arrow_circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 29px;
  height: 29px;
  background: white;
  border-radius: 50%;
  /* padding-right: 2px; */
  margin-left: 38px;
}

.recruit_upper_images {
  /* flex: 1; */
  position: relative;
  /* max-width: 400px; */
  width: 45%;
}

.recruit_image_item {
  position: relative;
  margin-bottom: 30px;
}

.recruit_image_top {
  margin-left: -195px;
  margin-top: -150px;
}

.recruit_image_bottom {
  margin-right: 30px;
}

.recruit_image_item img {
  height: auto;
  border-radius: 15px;
  /* max-width: none; */
}

@media (max-width: 1315px) and (min-width: 901px) {
  .recruit_image_top {
    margin-left: -200px;
    margin-top: -100px;
  }
}

@media (max-width: 1230px) and (min-width: 901px) {
  .recruit_image_top {
    margin-left: -180px;
    margin-top: 0;
    width: 135%;
  }

  .recruit_upper_section {
    width: 96%;
  }

  .top_recruit_text {
    width: calc(55% - 40px);
  }

  .flow_step {
    min-width: auto;
    width: 19%;
  }
}

/* 下部セクション */
.recruit_lower_section {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.lower_show {
  margin-top: 50px;
  width: 250px;
  text-align: center;
}

.lower_show img {
  margin-left: 76px;
}

.lower_show .suuji {
  margin-top: 22px;
  margin-left: -12px;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 4.2rem;
  letter-spacing: 1.2px;
  position: relative;
}

/* .lower_show .suuji::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 30px;
  right: 30px;
  height: 1px;
  background-color: #fff;
} */

/* スライダー */
.recruit_slider_container {
  position: absolute;
  right: 0;
}

.recruit_slider_wrapper {
  overflow: hidden;
  width: 100%;
  max-width: 1040px;
  z-index: 5;
}

.recruit_slider {
  display: flex;
  gap: 19px;
  transition: none;
  /* 自動スクロール無効化 */
}

.slider_item {
  flex: 0 0 350px;
}

.slider_item img {
  width: 100%;
  height: auto;
}

.slider_controls {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: flex-end;
  padding-bottom: 20px;
  margin-right: 9%;
}

.slider_arrow_container {
  margin-top: 40px;
}

.slider_arrow {
  background: ffffff;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  font-size: 24px;
  cursor: pointer;
  margin-right: 13px;
  border: none;
  transition: all 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
  .slider_arrow:hover {
    background: #ffffff;
    transform: scale(1.1);
  }
}

.slider_prev .arrow {
  transform: rotate(135deg);
  width: 13px;
  height: 13px;
  margin-left: 5px;
  /* margin-top: 2px; */
}

.slider_next .arrow {
  width: 13px;
  height: 13px;
  margin-left: -5px;
  /* margin-top: 2px; */
}

.top_section05 .slider_controls .top_btn_blue {
  width: 288px;
  margin-top: 36px;
  margin-left: -11px;
}

.top_section05 .slider_controls .top_btn_blue .link {
  padding: 18px 16px 18px 99px;
  font-weight: bold;
  letter-spacing: 0.9px;
  transition: all 0.3s ease;
  font-family: "Noto Sans JP";
}

.top_section05 .slider_controls .top_btn_blue .link:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(30, 64, 175, 0.4);
}

.top_section05 .slider_controls .top_btn_blue .link .arrow_circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 29px;
  height: 29px;
  background: white;
  border-radius: 50%;
  /* padding-right: 2px; */
}

/* 人物イラスト修正版 */
.recruit_person_illustration {
  position: absolute;
  right: 31px;
  top: -316px;
  z-index: 1;
}

.recruit_person_illustration img {
  width: 100%;
  height: auto;
}

/* はみ出し画像 */
.recruit_bottom_image {
  position: absolute;
  bottom: -45px;
  left: 33px;
  /* 左下にはみ出し */
  z-index: 5;
}

.recruit_bottom_image img {
  width: 100%;
  height: auto;
}

/* セクション06 - お知らせ */
.top_section06 {
  background: #ffffff;
  max-width: 1100px;
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.top_news_container {
  display: flex;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
  padding-bottom: 50px;
  padding-top: 80px;
}

/* 左側：タイトル部分 */
.news_title_section {
  text-align: center;
  margin-top: 30px;
  margin-right: 24px;
}

.news_title_section h2 {
  color: #1e40af;
  font-size: 7.6rem;
  letter-spacing: 7px;
}

.news_title_section p {
  margin-top: -20px;
  margin-left: -5px;
}

/* 右側：ニュース一覧部分 */
.news_list_section {
  /* margin-right: 28px; */
  margin-top: 4px;
  /* max-width: 800px;
  max-height: 250px; */
  border: solid 1px #151823;
  border-radius: 20px;
  /* overflow-y: auto;
  overflow-x: hidden; */
  position: relative;
  padding-right: 15px;
  width: calc(100% - 15em);
}

/* カスタムスクロールバー（Chrome, Edge, Safari）
いったん非表示中

.news_list_section::-webkit-scrollbar {
    width: 20px;
}

.news_list_section::-webkit-scrollbar-track {
    background: #e2eaed;
    border-radius: 10px;
    margin: 20px 4px;
}

.news_list_section::-webkit-scrollbar-thumb {
    background: #e2eaed;
    border-radius: 10px;
    border: 3px solid #e2eaed;
}

.news_list_section::-webkit-scrollbar-thumb:hover {
    background: #e2eaed;
}
*/

/* ニュース表示エリア（上下幅調整用） */
.news_display_area {
  min-height: 200px;
  padding: 0px 12px 0px 0;
  overflow-y: scroll;
  max-height: 250px;
  margin-top: 13px;
  margin-bottom: 13px;
}

.news_display_area::-webkit-scrollbar {
  width: 15px;
  /* スクロールバーの幅 */
}

.news_display_area::-webkit-scrollbar-thumb {
  background: #e2eaed;
  /* はっきりした色 */
  border-radius: 7.5px;
}

/*
.news_display_area::-webkit-scrollbar-track {
  background: #e2eaed;
  border-radius: 10px;
  margin: 20px 4px;
}

.news_display_area::-webkit-scrollbar-thumb {
  background: #e2eaed;
  border-radius: 10px;
  border: 3px solid #e2eaed;
}

.news_display_area::-webkit-scrollbar-thumb:hover {
  background: #e2eaed;
} */

.top_news_item {
  margin-bottom: 7px;
  padding: 15px 10px 15px 54px;
  position: relative;
}

.top_news_item:not(:first-child)::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 54px;
  right: 48px;
  width: auto;
  margin: 0 auto;
  height: 1px;
  background-color: #a5a9aa;
}

.top_news_item a {
  text-decoration: none;
  color: inherit;
  display: block;
  transition: all 0.3s ease;
  border-radius: 6px;
}

.top_news_item:hover a {
  background-color: #e6f3ff;
  margin: -5px 0 -5px -10px;
  padding: 5px 0 5px 10px;
  box-shadow: 0 2px 8px rgba(27, 73, 152, 0.1),
    0 4px 16px rgba(27, 73, 152, 0.06);
  box-shadow: inset 0 0 0 1px rgba(27, 73, 152, 0.08),
    0 2px 8px rgba(27, 73, 152, 0.1), 0 4px 16px rgba(27, 73, 152, 0.06);
}

.news_upper {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.news_date p {
  font-weight: bold;
  margin-top: 1px;
  letter-spacing: 0.9px;
  font-size: 15px;
}

.news_content {
  margin-left: 6px;
  margin-top: -1px;
}

.news_title {
  font-weight: bold;
  line-height: 1.5;
  font-size: 1.8rem;
  letter-spacing: 0.9px;
}

.news_excerpt {
  line-height: 1.75;
  margin-top: 6px;
  margin-left: -4px;
  letter-spacing: 0.8px;
}

/* セクション07 - お問い合わせ */
.top_section07 {
  background: #c9e4f4;
  border-radius: 60px 60px 0 0;
  margin-top: 40px;
  padding-top: 42px;
  position: relative;
  padding-bottom: 30px;
  z-index: 3;
}

.top_section07::after {
  content: "";
  position: absolute;
  top: -22px;
  right: 132px;
  width: 233px;
  height: 310px;
  background: url(../img/mv_contact.png);
  background-repeat: no-repeat;
  z-index: 4;
}

.top_section07 .common_contact {
  max-width: 1200px;
  margin: 0 auto;
}

.top_section07 h2 {
  font-size: 7.6rem;
  color: #1b4998;
  letter-spacing: 6px;
  margin-left: 6px;
}

.top_section07 .sub_title {
  margin-top: -19px;
  text-align: center;
}

.top_section07 .sub_cont {
  margin-top: 13px;
  text-align: center;
  letter-spacing: -0.3px;
}

.top_contact_info {
  margin: 0 auto;
  margin-top: 25px;
  width: 96%;
}

.contact_method {
  text-align: center;
  padding: 30px 0;
  background: #ffffff;
  border-radius: 12px;
  /* min-height: 194px; */
}

.contact_method h3 {
  color: #1e40af;
}

.contact_offices {
  display: flex;
  justify-content: flex-start;
  margin-top: -1px;
  /* margin-left: 29px; */
}

.office_info {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(100% / 3);
  padding: 0 10px;
}

.office_info:not(:first-child) {
  position: relative;
}

.office_info:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  /* gap(123px)の半分程度の位置 */
  top: -7px;
  bottom: 0;
  width: 1px;
  height: 115%;
  background: #a5a9aa;
}

/* .office_info:first-child img {
  margin-left: 2px;
}

.office_info:nth-child(2) {
  margin-left: 118px;
}

.office_info:nth-child(3)::before {
  left: -66px;
}

.office_info:nth-child(3) {
  margin-left: 125px;
}

.office_info:nth-child(3) img {
  margin-left: -1px;
  margin-right: 11px;
}

.office_info:nth-child(3) .top_time {
  margin-left: -1px;
} */

.office_info>p {
  font-size: 20px;
}

.top_tell {
  margin-top: -5px;
  display: flex;
  color: #1b4998;
  align-items: center;
  font-weight: bold;
}

.top_tell img {
  margin-right: 8px;
  margin-top: 1px;
}

.top_tell p {
  font-size: 4.1rem;
  letter-spacing: 0.05em;
  margin-top: -2px;
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-weight: bold !important;
}

.office_info:nth-child(2) .top_tell p {
  margin-left: 2px;
}

.office_info:nth-child(2) .top_time {
  margin-left: -1px;
}

.office_info:nth-child(2) .top_time .count {
  padding-left: 9px;
}

.top_tell p a {
  color: #1b4998;
}

.top_time {
  display: flex;
  margin-top: 3px;
}

.top_time .square {
  border: solid 1px #a5a9aa;
  letter-spacing: 0.5px;
  border-radius: 5px;
}

.office_info:first-child .top_time .square {
  padding: 1px 9px 1px 8px;
}

.office_info:nth-child(2) .top_time .square {
  padding: 1px 7px 1px 12px;
}

.office_info:nth-child(3) .top_time .square {
  padding: 1px 8px 1px 9px;
}

.top_time .count {
  padding-left: 7px;
  letter-spacing: 1.6px;
}

.top_section07 .top_btn_blue {
  width: 437px;
  margin: 50px auto;
}

.top_section07 .top_btn_blue .link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #1b4998;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  letter-spacing: 0.85px;
  padding: 17px 22px 18px 95px;
  min-width: 200px;
  font-family: "Noto Sans JP";
}

/* 白丸の背景 */
.top_section07 .top_btn_blue .link .arrow_circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 29px;
  height: 29px;
  background: white;
  border-radius: 50%;
  padding-right: 2px;
  margin-top: 2px;
}

.arrow {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-right: 1px solid #1b4998;
  border-bottom: 1px solid #1b4998;
  transform: rotate(-45deg);
  /* margin-bottom: 1px; */
}

/* ---------------------------------------------------------------------------
  ★ヘッダー全体
--------------------------------------------------------------------------- */
.main_header {
  width: 100%;
  height: 114px;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.header_container {
  display: flex;
  width: 100%;
  /* 画面幅100%を使用 */
  height: 114px;
  background: #ffffff;
}

/* ---------------------------------------------------------------------------
  ★ロゴエリア
--------------------------------------------------------------------------- */
.logo_area {
  background: #ffffff;
  padding: 0px 50px 20px;
  margin-top: -6px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.logo {
  margin: 0;
  flex-shrink: 0;
}

.logo a {
  display: block;
  line-height: 1;
}

.logo img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

/* ---------------------------------------------------------------------------
  ★メイン背景エリア（伸縮対応）
--------------------------------------------------------------------------- */
.header_main_bg {
  flex: 1;
  /* 残りのスペースを全て使用（伸縮対応） */
  background: #ffffff;
  display: flex;
  flex-direction: column;
  /* 上下配置 */
  justify-content: center;
  padding: 10px 20px;
  max-width: 1400px;
  /* メインエリアのみ最大幅制限 */
  margin: 0 auto;
  /* メインエリアのみ中央揃え */
}

/* ---------------------------------------------------------------------------
  ★ボタンエリア
--------------------------------------------------------------------------- */
.button_area {
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row;
  gap: 9px;
  padding: 5px 30px;
}

.header_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4px;
  padding: 6px 16px;
  border-radius: 20px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.88px;
  height: 40px;
  width: 167px;
  min-width: 80px;
}

/* ボタン1（オレンジ） */
.btn_orange {
  background: #ed9514;
  color: #ffffff;
}

a.btn_orange {
  padding-top: 5px;
  padding-left: 13px;
}

.btn_orange:hover {
  background: #e55a00;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(255, 102, 0, 0.3);
}

/* ボタン2（ブルー） */
.btn_blue {
  background: #1b4998;
  color: #ffffff;
}

.btn_blue:hover {
  background: #14356d;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(74, 144, 226, 0.3);
}

a.btn_blue {
  padding-left: 20px;
  padding-top: 4px;
}

/* ---------------------------------------------------------------------------
  ★ナビゲーションエリア（下段）
--------------------------------------------------------------------------- */
.header_nav {
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row;
  padding: 0 10px 0 30px;
}

.nav_list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row;
  gap: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  margin-top: 12px;
}

.nav_item {
  position: relative;
  margin: 0 3px;
  padding: 0;
  min-width: 70px;
}

.nav_item:nth-child(1) {
  margin-right: 4px;
}

.nav_item:nth-child(2) {
  margin-right: 4px;
}

.nav_item:nth-child(3) {
  margin-right: 6px;
}

.nav_item:nth-child(4) {
  margin-right: 5px;
}

.nav_item:nth-child(5) {
  margin-right: 5px;
}

.nav_item:nth-child(6) {
  margin-right: -13px;
}

/* ヘッダーのインスタ用です、インスタが復活したらコメントアウトを外してください
.nav_item:last-child {
  margin-top: -8px;
  margin-right: 0;
}
*/

.nav_link {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
  color: #151823;
  letter-spacing: 0.6px;
}

.nav_link:hover {
  color: #151823;
  background: #c9e4f4;
}

/* ---------------------------------------------------------------------------
  ★ドロップダウンメニュー
--------------------------------------------------------------------------- */
.dropdown {
  position: relative;
}

.dropdown_menu {
  position: absolute;
  top: 100%;
  left: 0;
  color: #151823;
  background: #ffffff;
  list-style: none;
  margin: 0;
  padding: 10px 20px;
  min-width: 300px;
  display: none;
  z-index: 10000;
  line-height: 3.6rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.dropdown_menu li {
  margin: 0;
  padding: 0;
}

.dropdown_menu li:hover {
  color: #1b4998;
}

.dropdown_menu li a {
  color: #151823;
}

/* 親メニューのクリック可能表示 */
.dropdown_trigger {
  color: #151823;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
}

.dropdown_trigger .arrow {
  color: #151823;
  display: inline-block;
  width: 9px;
  height: 9px;
  border-right: 1px solid #151823;
  border-bottom: 1px solid #151823;
  transform: rotate(45deg);
  margin-left: 7px;
  margin-top: -2px;
  transition: transform 0.3s ease;
}

/* アクティブ状態の親メニュー */
.dropdown.active .dropdown_trigger {
  color: #151823;
  background: #c9e4f4;
}

/* デフォルトのホバー動作を完全に無効化 */
.dropdown:hover .dropdown_menu {
  display: none !important;
}

/* ドロップダウンメニューの表示状態 */
.dropdown.active .dropdown_menu {
  display: block !important;
  opacity: 1;
  visibility: visible;
  animation: fadeInDown 0.3s ease;
}

.dropdown.active .dropdown_menu li {
  margin: 0 -20px;
  padding: 0 20px;
}

.dropdown.active .dropdown_menu li:first-child {
  margin-top: -10px;
  /* 上側をもっと広げる */
  padding-top: 10px;
}

.dropdown.active .dropdown_menu li:last-child {
  margin-bottom: -10px;
  /* 下側をもっと広げる */
  padding-bottom: 10px;
}

.dropdown.active .dropdown_menu li:hover {
  background-color: #c9e4f4;
}

.dropdown.active .dropdown_menu a {
  display: block;
  color: #151823;
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
  text-decoration: none;
}

.dropdown.active .dropdown_menu a:visited {
  color: #151823;
}

.dropdown.active .dropdown_menu li:not(:last-child) a::after {
  content: "";
  position: absolute;
  top: 97%;
  left: 0;
  right: 0px;
  width: 100%;
  margin: 0 auto;
  height: 1px;
  background-color: #1b4998;
  opacity: 0.8;
}

/* フェードインアニメーション */
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* タブレット対応 */
@media (max-width: 1300px) and (min-width: 901px) {
  .logo_area {
    padding: 0px 0px 20px 20px;
    width: 27%;
  }

  .logo img {
    width: 75%;
  }

  .header_main_bg {
    width: 70%;
  }

  .header_nav {
    padding: 0;
  }

  .header_main_bg {
    padding: 10px 0px;
  }

  .nav_link {
    font-size: 1.4rem;
    padding: 10px 6px;
  }

  .achievement_img {
    width: 380px;
  }

  .top_achievement_content {
    gap: 40px;
  }

  .service_circle_group {
    gap: 20px;
  }

  .top_attempt_icon {
    width: 55px;
    height: 55px;
  }

  .top_attempt_icon img {
    width: 45px;
    height: 45px;
  }

  .attempt_content {
    font-size: 12px;
  }
}

/* 画面幅拡大時の背景画像対応 */
@media (min-width: 1401px) {
  .top_section02 {
    border-radius: 60px 60px 0 0;
  }

  .service_circle_group {
    gap: 40px;
  }

  .top_section03 {
    border-radius: 60px 60px 0 0;
  }

  .top_attempt_grid {
    gap: 50px;
  }

  .recruit_slider_container {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    /* 要素の幅の半分だけ左にずらして中央寄せ */
  }
}

/* 2000px以上の大画面対応 */
/* @media (min-width: 2000px) {
  .top_main_bg_image {
    background-position: center center;
  }
} */

@media (max-width: 1400px) {
  .recruit_slider_container {
    position: absolute;
    width: 96%;
  }

  .top_section05 {
    background-size: cover;
    margin-left: 3%;
  }
}

/* ---------------------------------------------------------------------------
  ★背景オーバーレイ
--------------------------------------------------------------------------- */
.nav_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 9997;
}

.nav_overlay.active {
  opacity: 1;
  visibility: visible;
}

/* =====================================================
   ★フッター
   ===================================================== */

footer {
  position: relative;
  z-index: 3;
  background: #ffffff;
  height: 564px;
}

footer a {
  text-decoration: none;
  color: #151823;
}

.scroll_to_top_container {
  position: absolute;
  top: -23px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.scroll_to_top_link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  background: #ffffff;
  text-decoration: none;
  border-radius: 50%;
  padding-bottom: 12px;
}

.scroll_to_top_link:hover {
  background: #e6f3ff;
}

.scroll_to_top_link::before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  border-right: 2px solid #1b4998;
  border-bottom: 2px solid #1b4998;
  transform: rotate(-135deg);
}

.footer_container {
  display: flex;
  padding: 0 90px;
  justify-content: flex-start;
  max-width: 1400px;
  margin: 0 auto;
  font-family: "Noto Sans JP";
}

.footer_container .logo {
  width: 275px;
  height: auto;
  margin-top: 6px;
  margin-left: 1px;
}

.footer_right {
  width: 65%;
}

.footer_container .footer_nav {
  display: flex;
  justify-content: flex-start;
  margin-left: 232px;
  margin-top: 88px;
}

@media (max-width: 1390px) and (min-width: 901px) {
  .footer_container .footer_nav {
    margin-left: 80px;
    width: 100%;
  }
}

.footer_container .office_container {
  margin-top: 29px;
  margin-left: 4px;
}

.footer_container .footer_left {
  font-size: 1.5rem;
  margin-left: 10px;
  width: 35%;
}

.footer_container .place {
  display: flex;
  justify-content: flex-start;
}

.footer_container .place .name {
  letter-spacing: 0.7px;
}

.footer_container .place a {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: #a5a9aa;
  margin-top: 1px;
  margin-left: 6px;
  position: relative;
  letter-spacing: 0.5px;
}

.footer_container .place a::after {
  content: "";
  position: absolute;
  top: 92%;
  left: 0;
  width: 84%;
  margin-left: 5px;
  height: 1px;
  background-color: #a5a9aa;
}

.footer_container .office_item:first-child .place a {
  margin-top: 1px;
  margin-left: 7px;
}

.footer_container .office_item:nth-child(2) .place a {
  margin-top: 1px;
  margin-left: 5px;
}

.footer_container .office_item:nth-child(3) .place a {
  margin-top: -2px;
  margin-left: 4px;
}

.footer_container .place a img {
  margin-left: 4px;
  margin-top: -4px;
}

.footer_container .letter {
  margin-top: -6px;
  letter-spacing: 1.5px;
}

.footer_container .access {
  margin-top: -9px;
  letter-spacing: 0.88px;
}

.footer_container .tell {
  margin-top: -4px;
  letter-spacing: 1.7px;
}

.footer_container .fax {
  letter-spacing: 1.7px;
  margin-bottom: 20px;
}

.footer_container .office_item:first-child .fax {
  margin-top: -6px;
}

.footer_container .office_item:nth-child(2) .fax {
  margin-top: -8px;
  margin-bottom: 22px;
}

.footer_container .office_item:nth-child(3) .fax {
  margin-top: -8px;
}

.footer_container .footer_nav_left {
  width: 40%;
}

.footer_container .footer_nav_left li:not(:first-child) {
  margin-bottom: 7px;
  letter-spacing: -0.3px;
}

.footer_container .footer_nav_left li:nth-child(2) {
  margin-top: 13px;
}

.footer_container .footer_nav_left li:nth-child(3),
.footer_container .footer_nav_left li:nth-child(6) {
  line-height: 140%;
}

.footer_container .footer_nav_left li a {
  color: #35424c;
}

.footer_container .footer_nav_left li a::before {
  content: "-";
  margin-left: 5px;
  margin-right: 4px;
}

.footer_container .footer_nav_right {
  width: 45%;
  margin-left: 50px;
}

.footer_container .footer_nav_right li {
  margin-bottom: 7px;
  letter-spacing: -0.3px;
}

.footer_container .footer_nav_right li:nth-child(6) {
  line-height: 140%;
}

.footer_container .footer_nav_right li:nth-child(7) {
  margin-top: 80px;
  margin-left: 115px;
}

.footer_container .footer_nav_right li:nth-child(7) img {
  width: 40px;
  height: auto;
}

footer .copyright {
  color: #a5a9aa;
  margin-top: -6px;
  font-size: 1.5rem;
  letter-spacing: 0.9px;
}

/* ================================================
   パンくずナビゲーション
   ================================================ */
.breadcrumb_area {
  background: #e0f2fe;
  padding: 5px 0;
}

.breadcrumb_area .pankuzu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pankuzu li {
  color: #1e3a8a;
  font-size: 14px;
  font-weight: 500;
}

.pankuzu li a {
  color: #1e3a8a;
  text-decoration: none;
  transition: all 0.3s ease;
}

.pankuzu .pankuzu_right {
  padding-left: 14px;
}

.pankuzu li a:hover {
  color: #3b82f6;
  text-decoration: none;
}

/* キービジュアル共通 */
.kv {
  margin-top: 64px;
  position: relative;
  min-height: 344px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kv_bg_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/mv_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

#recruit .kv_bg_image::after,
#recruit_benefits .kv_bg_image::after,
#recruit_faq .kv_bg_image::after,
#recruit_internship .kv_bg_image::after,
#recruit_interview .kv_bg_image::after,
#requirements .kv_bg_image::after {
  content: "";
  position: absolute;
  bottom: 57px;
  right: 104px;
  width: 100%;
  height: 100%;
  background-image: url("../img/mv_saiyou.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  z-index: 2;
}

#entry .kv_bg_image::after {
  content: "";
  position: absolute;
  bottom: -23px;
  right: 104px;
  width: 100%;
  height: 100%;
  background-image: url("../img/mv_saiyou-form.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  z-index: 2;
}

#esg .kv_bg_image::after {
  content: "";
  position: absolute;
  bottom: 44px;
  right: 104px;
  width: 100%;
  height: 100%;
  background-image: url("../img/mv_attempt.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  z-index: 2;
}

#company .kv_bg_image::after {
  content: "";
  position: absolute;
  bottom: 71px;
  right: 104px;
  width: 100%;
  height: 100%;
  background-image: url("../img/mv_com.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  z-index: 2;
}

#company .kv_bg_image::after {
  content: "";
  position: absolute;
  bottom: 71px;
  right: 104px;
  width: 100%;
  height: 100%;
  background-image: url("../img/mv_com.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  z-index: 2;
}

#contact .kv_bg_image::after {
  content: "";
  position: absolute;
  bottom: 62px;
  right: 102px;
  width: 100%;
  height: 100%;
  background-image: url("../img/mv_contact.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  z-index: 2;
}

#privacy .kv_bg_image::after {
  content: "";
  position: absolute;
  bottom: 62px;
  right: 102px;
  width: 100%;
  height: 100%;
  background-image: url("../img/mv_security.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  z-index: 2;
}

#recruit-data .kv_bg_image::after {
  content: "";
  position: absolute;
  bottom: 46px;
  right: 106px;
  width: 197px;
  height: 297px;
  background-image: url("../img/mv_data.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  z-index: 2;
}

#service .kv_bg_image::after {
  content: "";
  position: absolute;
  bottom: 46px;
  right: 106px;
  width: 100%;
  height: 100%;
  background-image: url("../img/mv_service.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  z-index: 2;
}

#staff .kv_bg_image::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 106px;
  width: 100%;
  height: 100%;
  background-image: url("../img/mv_tax.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  z-index: 2;
}

.kv_content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  padding: 0px 20px 40px;
  text-align: center;
  margin-top: -100px;
}

.kv_title {
  line-height: 1.4;
  color: #151823;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 52px;
  letter-spacing: 6px;
}

.kv_title .suujititle {
  display: none;
}

@media (max-width: 1180px) {
  .kv_title .suujititle {
    display: block;
  }
}

/* キービジュアル共通 */

/* ---------------------------------------------------------------------------
  ★採用情報-教育制度 recruit_benefits
--------------------------------------------------------------------------- */

/* ================================================
   セクション01 - 教育制度（基本背景色・白）
   ================================================ */
.recruit_benefits_section01 {
  background: #ffffff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.recruit_benefits_section01 .ab_illust {
  position: absolute;
  top: -4%;
  left: 80%;
  z-index: 2;
}

.education_container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  position: relative;
  z-index: 3;
  flex-direction: row;
  justify-content: flex-start;
}

.education_group {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  width: 500px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}

.education_group h3 {
  height: 10%;
}

.education_img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  padding: 20px;
  height: 20%;
}

.education_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  padding: 30px;
  width: 90%;
  height: 300px;
  border-radius: 12px;
}

.recruit_benefits_section01 .item_title {
  color: #1b4998;
  margin-bottom: 0;
}

.education_item .item_description {
  line-height: 1.7;
}

/* ================================================
   セクション02 - 福利厚生（メインカラー背景）
   ================================================ */
.recruit_benefits_section02 {
  background: #f0f9ff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.recruit_benefits_section02 .ab_illust {
  position: absolute;
  top: -30%;
  left: -26%;
  z-index: 2;
}

.benefits_container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.benefits_item {
  flex: 1 1 calc(50% - 15px);
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 30px;
  transition: all 0.3s ease;
}

.benefits_item:last-child {
  flex: 0 0 calc(50% - 15px);
}

.benefits_item .item_title {
  color: #1b4998;
  margin-bottom: 0;
}

.benefits_item .item_description {
  line-height: 1.7;
}

/* ================================================
   セクション03 - オフィスギャラリー（基本背景色・白）
   ================================================ */
.recruit_benefits_section05 {
  background: #f0f9ff;
}

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

.gallery_title {
  color: #1e3a8a;
  width: 100%;
  margin-bottom: 10px;
}

.gallery_item {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}

.gallery_image {
  flex: 1;
  border-radius: 8px;
  overflow: hidden;
}

.gallery_image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* ================================================
   オフィスタグ共通スタイル
   ================================================ */
.office_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.office_tag {
  display: inline-block;
  background: #1b4998;
  color: #ffffff;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}

/* タブレット対応（901px～1200px） */
@media (max-width: 1200px) and (min-width: 901px) {

  .education_container,
  .benefits_container {
    gap: 25px;
    max-width: 900px;
  }

  .education_item,
  .benefits_item {
    padding: 25px;
  }

  .gallery_container {
    gap: 30px;
    max-width: 900px;
  }
}

/* 大画面対応（1400px以上） */
@media (min-width: 1400px) {

  .education_item,
  .benefits_item {
    padding: 40px;
  }

  .gallery_container {
    max-width: 1200px;
    gap: 50px;
  }
}

/* =========================================
   採用情報
========================================= */

/* エントリーボタン上部 */
.recruit_entry_top {
  background: #ffffff;
}

/* スクロール追従ボタン */

#recruit .scroll_follow_btn {
  top: 55%;
}

.follow_btn_link.en {
  height: 170px;
}

/* =========================================
   セクション背景色設定（交互配置）
========================================= */
.recruit_section01 {
  background: #ffffff;
}

.recruit_section03 {
  background: #158ad1;
  color: #fff;
}

.recruit_section04 {
  background: #ffffff;
}

.recruit_section05 {
  background: #e0f2fe;
}

.recruit_section06 {
  background: #ffffff;
}

.recruit_section07 {
  background: #e0f2fe;
}

.recruit_section08 {
  background: #1e3a8a;
}

/* =========================================
   採用メッセージセクション
========================================= */

#recruit h3 {
  color: #1e3a8a;
}

.recruit_message_text {}

.recruit_message_image {
  display: flex;
  justify-content: center;
}

.recruit_message_image img {
  width: 700px;
  height: auto;
  border-radius: 12px;
  margin: 0 auto;
}

/* =========================================
   未経験者歓迎セクション
========================================= */
.recruit_beginner_content {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.recruit_beginner_content .etc {
  position: absolute;
  bottom: 60px;
  left: 60%;
  margin-left: 210px;
}

/* 教育制度アイコン */
.recruit_education_icons {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.education_icon_item {
  text-align: center;
}

.education_icon_item:nth-child(1) .education_icon_circle {
  position: relative;
  background-image: none;
}

/* .education_icon_item:nth-child(1) .education_icon_circle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/benefit_03.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.2;
  z-index: 1;
} */

.education_icon_item:nth-child(2) .education_icon_circle {
  position: relative;
  background-image: none;
}

/* .education_icon_item:nth-child(2) .education_icon_circle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  background-image: url(../img/benefit_04.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.2;
  z-index: 1;
} */

.education_icon_item:nth-child(3) .education_icon_circle {
  position: relative;
  background-image: none;
}

/* .education_icon_item:nth-child(3) .education_icon_circle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  background-image: url(../img/benefit_05.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.2;
  z-index: 1;
} */

.education_icon_circle {
  width: 150px;
  height: 150px;
  background: #e0f2fe;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}

.education_icon_item .education_icon_circle p {
  position: relative;
  z-index: 2;
}

.education_icon_circle img {
  width: 60px;
  height: 60px;
}

/* =========================================
   数字で見るセクション
========================================= */
.recruit_data_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 30px;
}

.data_item {
  text-align: center;
  background: #ffffff;
  padding: 30px 20px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

#recruit .btn01 {
  background-color: #1e3a8a;
  padding: 12px 40px;
  border-radius: 10px;
}

#recruit .btn01:hover {
  opacity: 0.8;
}

.qualification_data {
  display: flex;
  justify-content: space-around;
  gap: 20px;
}

.qual_item {
  text-align: center;
}

.age_chart,
.gender_chart {
  text-align: center;
  margin: 20px 0;
}

.age_chart img,
.gender_chart img {
  max-width: 100%;
  height: auto;
}

.age_data {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.age_item,
.gender_data p {
  background: #f8fafc;
  padding: 8px 12px;
  border-radius: 5px;
  font-size: 14px;
}

.gender_data {
  display: flex;
  justify-content: center;
  gap: 20px;
}

/* =========================================
   教育制度・福利厚生セクション
========================================= */
.recruit_welfare_content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.welfare_image {
  display: flex;
  justify-content: center;
}

.welfare_image img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.welfare_text {
  text-align: center;
  line-height: 1.8;
}

/* =========================================
   社員インタビューセクション
========================================= */
.interview_content img {
  border-radius: 12px;
}

/* =========================================
   インターンシップセクション
========================================= */
.internship_content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.internship_image {
  display: flex;
  justify-content: center;
}

.internship_image img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.internship_text {
  line-height: 1.8;
}

/* =========================================
   募集要項セクション
========================================= */
.recruitment_content {
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.8;
}

#recruit .btn02 {
  display: block;
  border: solid 2px #1e3a8a;
  border-radius: 8px;
  padding: 30px 60px;
  max-width: 300px;
  margin: 0 auto;
  color: #151823;
  background-color: #fff;
}

#recruit .btn02:hover {
  box-shadow: 0 4px 12px rgba(30, 58, 138, 0.8);
}

/* =========================================
   最終エントリーセクション
========================================= */

.final_entry_content {
  max-width: 600px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 8px;
  padding: 15px 30px;
  position: relative;
  transition: 0.3s;
}

.final_entry_content::before {
  content: "";
  position: absolute;
  top: 20px;
  left: -100px;
  width: 150px;
  height: 283px;
  background-image: url(../img/chara_03.png);
  background-size: auto;
  background-repeat: no-repeat;
}

.final_entry_content::after {
  content: "";
  position: absolute;
  bottom: -182px;
  left: 520px;
  width: 195px;
  height: 480px;
  background-image: url(../img/mikeiken_sp_04.png);
  background-size: 60%;
  background-repeat: no-repeat;
}

.final_entry_content:hover {
  background: rgba(255, 255, 255, 0.7);
}

/* =========================================
   レスポンシブ対応
========================================= */

/* タブレット対応（901px-1200px） */
@media (min-width: 901px) and (max-width: 1200px) {
  .recruit_data_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .interview_silhouettes {
    gap: 40px;
  }

  .recruit_education_icons {
    gap: 30px;
  }
}

/* インターンシップ＆カジュアル面談 */

#recruit_internship h2 {
  color: #1b4998;
}

/* セクション01 - インターンシップ（基本背景色） */
.recruit_internship_section01 {
  background: #ffffff;
}

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

.recruit_internship_section01 .internship_image_area {
  display: flex;
  justify-content: center;
}

.recruit_internship_section01 .internship_image_area img {
  width: 100%;
  height: auto;
  max-width: 1000px;
  border-radius: 15px;
}

.internship_description,
.casual_description {
  margin: 0 auto;
  line-height: 1.8;
  max-width: 800px;
}

.internship_details {
  background: #f8fafc;
  padding: 40px 30px;
  border-radius: 15px;
  position: relative;
}

.internship_details::after {
  content: "";
  position: absolute;
  top: -20px;
  left: 590px;
  width: 233px;
  height: 310px;
  background-image: url(../img/mv_contact.png);
  background-repeat: no-repeat;
  background-size: auto;
}

.detail_item {
  border-bottom: 2px solid #e2e8f0;
  /* padding-bottom: 8px; */
}

.detail_item h3 {
  color: #1b4998;
}

.detail_item p {
  line-height: 1.6;
}

/* セクション02 - カジュアル面談（メインカラー背景） */
.recruit_internship_section02 {
  background: #e0f2fe;
}

/* .recruit_internship_section02 .casual_interview_content {
  max-width: 800px;
  margin: 0 auto;
} */

.recruit_internship_section02 .casual_image_area {
  display: flex;
  justify-content: center;
}

.recruit_internship_section02 .casual_image_area img {
  width: 100%;
  height: auto;
  max-width: 1000px;
  border-radius: 15px;
}

.recruit_internship_section02 .casual_description {
  margin: 0 auto;
  line-height: 1.8;
}

/* ボタンスタイル */
#recruit_internship .btn01 {
  background-color: #1e3a8a;
  padding: 12px 40px;
  border-radius: 10px;
}

#recruit_internship .btn01:hover {
  opacity: 0.8;
}

/* タブレット対応 */
@media (max-width: 1200px) and (min-width: 901px) {

  .internship_details,
  .casual_details {
    margin: 0 20px;
  }
}

/* 大画面対応 */
@media (min-width: 1400px) {
  /* .recruit_internship_section01 .internship_content,
  .recruit_internship_section02 .casual_interview_content {
    max-width: 900px;
  } */

  .internship_details,
  .casual_details {
    padding: 50px 40px;
  }
}

/* 社員インタビュー */

/* セクション背景色 */
.recruit_interview_section01 {
  background: #ffffff;
}

.recruit_interview_section02 {
  background: #c9e4f4;
}

.recruit_interview_section03 {
  background: #ffffff;
}

/* インタビューコンテナ */
/* .interview_container {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
} */

/* プロフィール部分 */
.interview_profile {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.interview_profile img {
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 10px;
  object-fit: contain;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 12px;
  width: 45%;
}

.profile_info {
  padding: 30px 20px;
  width: 50%;
}

.profile_details p {
  line-height: 1.6;
}

/* インタビューコンテンツ */
/* .interview_content {
  flex: 1;
} */

.interview_section {
  margin: 0 auto;
  border-bottom: 1px solid #9da5af;
  padding-bottom: 30px;
  text-align: center;
}

.interview_section:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.interview_section h4 {
  color: #1b4998;
  line-height: 1.4;
}

.interview_section p {
  line-height: 1.8;
}

/* 募集要項・採用の流れ */

/* セクション背景色設定 */
.requirements_section01 {
  background-color: #ffffff;
  /* 基本背景色 */
}

.requirements_section02 {
  background-color: #e0f2fe;
  /* メインカラー背景 */
}

.requirements_section03 {
  background-color: #ffffff;
  /* 基本背景色 */
}

/* 募集要項エリア */
.requirements_requirements {
  max-width: 800px;
  margin: 0 auto;
}

#requirements h3 {
  color: #1b4998;
}

/* タブナビゲーション */
.tab_nav_area {
  display: flex;
  justify-content: center;
  gap: 0;
}

.tab_btn {
  background: #e0f2fe;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 0;
  width: 50%;
}

.tab_btn:first-child {
  border-radius: 8px 0 0 0;
}

.tab_btn:last-child {
  border-radius: 0 8px 0 0;
  border-left: none;
}

.tab_btn.active {
  background: #1b4998;
  color: #ffffff;
}

.tab_btn:hover {
  background: #8f8f8f;
  color: #ffffff;
}

/* タブコンテンツ */
.tab_content {
  display: none;
}

.tab_content.active {
  display: block;
  place-content: center;
}

/* 募集要項テーブル */
.requirements_table {
  background: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
}

.requirement_row {
  display: flex;
  min-height: 60px;
  border-bottom: 1px solid #dee2e6;
}

.requirement_row:last-child {
  border-bottom: none;
}

.requirement_label {
  background: #f8f9fa;
  padding: 20px;
  font-weight: bold;
  border-right: 1px solid #dee2e6;
  flex: 0 0 200px;
  display: flex;
  align-items: center;
}

.requirement_content {
  padding: 20px;
  flex: 1;
  line-height: 1.6;
}

.job_category,
.salary_category,
.benefit_category {
  line-height: 1.6;
}

/* 仮テキスト */
.temp-text {
  color: red;
}

/* 採用の流れ - 横並び版（横書き） */
.flow_container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
  /* overflow-x: auto; */
  padding: 20px 0;
}

.flow_step {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 auto;
  min-width: 180px;
  position: relative;
}

.flow_step:last-child .step_arrow {
  display: none;
}

.step_number {
  background: #1b4998;
  color: #ffffff;
  min-width: 100px;
  height: 40px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 15px;
  padding: 0 20px;
  letter-spacing: 1.5px;
}

.step_content {
  background: #ffffff;
  border: 2px solid #1b4998;
  border-radius: 8px;
  padding: 20px 15px;
  text-align: center;
  width: 80%;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.step_title {
  color: #1b4998;
  line-height: 1.4;
}

.step_note {
  background: #e0f2fe;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #a7c6db;
}

.step_note p {
  margin: 5px 0;
}

.note_arrow {
  text-align: center;
  color: #1b4998;
  font-size: 18px;
  margin: 8px 0;
}

.step_arrow {
  position: absolute;
  right: -30px;
  top: 60%;
  transform: translateY(-50%);
  color: #1b4998;
  font-size: 32px;
  font-weight: bold;
  z-index: 10;
  line-height: 1;
}

/* 応募方法 */
.application_content {
  text-align: center;
}

.application_btn_area {
  margin-top: 40px;
}

#requirements .btn01 {
  background-color: #1e3a8a;
  padding: 12px 40px;
  border-radius: 10px;
}

/* ESG */

/* セクション背景色 */
.esg_section01 {
  background: #ffffff;
}

.esg_section02 {
  background: #e0f2fe;
}

.esg_section03 {
  background: #ffffff;
}

.esg_section04 {
  background: #e0f2fe;
}

.esg_section05 {
  background: #ffffff;
}

.esg_section06 {
  background: #e0f2fe;
}

/* ESG三円図 */
.esg_circles {
  display: flex;
  justify-content: center;
  align-items: center;
}

.esg_circles img {
  width: 60%;
}

/* ESG説明セクション */
.esg_description {
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.8;
  position: relative;
}

.esg_description::after {
  content: "";
  position: absolute;
  bottom: 180px;
  left: 0;
  width: 150px;
  height: 283px;
  background-image: url(../img/chara_03.png);
  background-size: auto;
  background-repeat: no-repeat;
}

.fukuoka_sdgs {
  background-color: #fff;
}

/* .fukuoka_sdgs_link {
  background: #1b4998;
  transition: all 0.3s ease;
}

.fukuoka_sdgs_link:hover {
  background: #14356d;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(74, 144, 226, 0.3);
}

a.fukuoka_sdgs_link {
  font-weight: bold;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 10px;
} */

.recruit_section07 .top_btn.no1 .link,
.recruit_section05 .top_btn .link,
.recruit_section03 .top_btn .link,
.esg_section02 .top_btn .link {
  border: none;
  color: #151823;
}

.esg_section02 .top_btn .link {
  width: 20em;
}

/* ESG取り組み詳細項目 */
.esg_item {
  max-width: 700px;
  margin: 0 auto;
}

.esg_content {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}

.esg_content img {
  border-radius: 12px;
}

.esg_icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  justify-content: center;
  gap: 20px;
}

.esg_icon img {
  width: 100px;
  height: auto;
  border-radius: 10%;
  margin-bottom: 15px;
}

.category_badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 10%;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 15px;
}

.social_badge {
  background: #2196f3;
}

.environment_badge {
  background: #4caf50;
}

.governance_badge {
  background: #ff9800;
}

.category_letter {
  line-height: 1;
  margin-bottom: 2px;
}

.category_name {
  line-height: 1;
}

.esg_text {
  flex: 1;
}

.esg_text h3 {
  color: #1b4998;
  line-height: 1.4;
}

.esg_text p {
  line-height: 1.8;
}

/* タブレット対応 */
@media (max-width: 1200px) and (min-width: 901px) {
  .esg_circles {
    gap: 30px;
  }

  .circle_item {
    width: 240px;
    height: 240px;
    padding: 25px 20px;
  }

  .esg_content {
    gap: 30px;
  }
}

/* recruit-data（数字で見る瑛智税理士法人） */

/* セクション背景色 */
.recruit_data_section01 {
  background: #ffffff;
}

.recruit_data_section02 {
  background: #e0f2fe;
}

.recruit_data_section03 {
  background: #ffffff;
}

.recruit_data_section04 {
  background: #e0f2fe;
}

/* スタッフ構成 */
.staff_overview {
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
}

.overview_item {
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 40%;
}

.overview_item h3 {
  color: #1b4998;
  margin-bottom: 20px;
}

.number_large {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 5px;
}

.number_large .f48 {
  color: #1b4998;
}

.qualification_info {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.qualification_item {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.qualification_item .f24 {
  color: #1b4998;
}

/* 年齢詳細 */
.age_details {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.age_item {
  display: flex;
  justify-content: space-between;
  padding: 5px 20px;
  background: rgba(27, 73, 152, 0.1);
  border-radius: 15px;
}

.age_range {
  font-size: 14px;
}

.age_percent {
  font-size: 14px;
  font-weight: bold;
  color: #1b4998;
}

/* スタッフ詳細 */
.staff_details {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}

.detail_item {
  flex: 1;
  text-align: center;
}

.detail_item h3 {
  color: #1b4998;
}

.chart_placeholder {
  background: #f8f9fa;
  border-radius: 10px;
  padding: 20px;
  border: 2px dashed #dee2e6;
}

.gender_details {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.gender_item {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.gender_item .f16 {
  color: #333333;
}

.gender_item .f20 {
  color: #1b4998;
}

/* スタッフの声 */
.voice_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 60px;
  max-width: 800px;
  margin: 0 auto;
}

.voice_item {
  text-align: center;
}

.voice_item h3 {
  color: #1b4998;
  line-height: 1.4;
}

.survey_link {
  padding: 20px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
}

.survey_link a {
  color: #1b4998;
  text-decoration: underline;
}

.survey_link a:hover {
  color: #0d3875;
}

/* 事務所の魅力 */
.attraction_grid {
  max-width: 800px;
  margin: 0 auto;
}

.attraction_category h2 {
  color: #1b4998;
  padding: 15px;
  background: rgba(27, 73, 152, 0.1);
  border-radius: 10px;
}

.attraction_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  max-width: 600px;
  margin: 0 auto;
}

.attraction_tags3 {
  max-width: 700px;
}

.attraction_tag {
  background: #ffffff;
  color: #1b4998;
  padding: 8px 16px;
  border-radius: 20px;
  border: solid 2px #1b4998;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  animation: floating 3s ease-in-out infinite;
  box-shadow: 0 2px 8px rgba(27, 73, 152, 0.15);
}

/* 左下シッポの吹き出し（奇数番目） */
.attraction_tag:nth-child(odd)::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 20px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #ffffff;
}

.attraction_tag:nth-child(odd)::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 18px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #1b4998;
  z-index: -1;
}

/* 右下シッポの吹き出し（偶数番目） */
.attraction_tag:nth-child(even)::after {
  content: "";
  position: absolute;
  bottom: -8px;
  right: 20px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #ffffff;
}

.attraction_tag:nth-child(even)::before {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 18px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #1b4998;
  z-index: -1;
}

/* フワフワアニメーション */
@keyframes floating {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-8px);
  }
}

/* アニメーション遅延でより自然な動きに */
.attraction_tag:nth-child(1) {
  animation-delay: 0s;
}

.attraction_tag:nth-child(2) {
  animation-delay: 0.5s;
}

.attraction_tag:nth-child(3) {
  animation-delay: 1s;
}

.attraction_tag:nth-child(4) {
  animation-delay: 1.5s;
}

.attraction_tag:nth-child(5) {
  animation-delay: 2s;
}

.attraction_tag:nth-child(6) {
  animation-delay: 2.5s;
}

.character-container {
  width: 800px;
  height: 100px;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}

.character-wrapper {
  flex: 0 0 auto;
  height: 100px;
  position: relative;
  overflow: hidden;
}

.character-wrapper img {
  display: block;
  height: 150px;
  width: auto;
  animation: jump 1.5s ease-in-out infinite;
  transform: translateY(30px);
}

/* 採用よくある質問 */

/* =====================================
   キービジュアル
===================================== */

/* =====================================
   セクション01 - カテゴリナビゲーション
===================================== */
.recruit_faq_section01 {
  background: #ffffff;
}

.category_nav_area {
  text-align: center;
}

.category_buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.category_btn {
  background: #ffffff;
  color: #1b4998;
  border: 2px solid #1b4998;
  border-radius: 25px;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}

.category_btn:hover,
.category_btn.active {
  background: #1b4998;
  color: #ffffff;
  transform: translateY(-2px);
}

.scroll_notice {
  text-align: center;
}

.scroll_notice p {
  color: #64748b;
}

/* =====================================
   セクション02 - FAQ内容
===================================== */
.recruit_faq_section02 {
  background: #e0f2fe;
}

.recruit_faq_section02 .top_btn_blue {
  width: 10em;
}

.recruit_faq_section02 .top_btn_blue a p {
  width: 100%;
}

.faq_container {
  max-width: 800px;
  margin: 0 auto;
}

.faq_category {
  margin-bottom: 60px;
  scroll-margin-top: 134px;
  /* bodyのpadding-top(114px) + 余白(20px) */
}

.faq_category h2 {
  color: #151823;
  border-bottom: 3px solid #151823;
  padding-bottom: 10px;
  margin-bottom: 40px;
}

/* FAQ アイテム */
.faq_item {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.faq_item:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.faq_question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 25px;
  cursor: pointer;
  background: #ffffff;
  transition: all 0.3s ease;
  border-bottom: 1px solid #f1f5f9;
}

.faq_question:hover {
  background: #f8fafc;
}

.faq_q_text {
  color: #1b4998;
  line-height: 1.6;
  margin: 0;
  flex: 1;
  padding-right: 20px;
}

.faq_toggle_icon {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  background: #1b4998;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  transition: all 0.3s ease;
}

.faq_item.active .faq_toggle_icon {
  background: #0f3460;
  transform: rotate(180deg);
}

.faq_answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.faq_a_content {
  padding: 25px;
  background: #f8fafc;
  line-height: 1.8;
}

.faq_a_content p {
  margin: 0;
}

/* オフィス情報アイテム */
.office_info_item {
  padding: 15px 0;
  border-bottom: 1px solid #e2e8f0;
}

.office_info_item:last-child {
  border-bottom: none;
}

.office_info_item h4 {
  color: #1b4998;
  margin: 0 0 10px 0;
}

.office_info_item p {
  margin: 0;
  line-height: 1.7;
}

/* ボタンスタイル */
.entry_btn {
  display: inline-block;
  background: #1b4998;
  color: #ffffff;
  text-decoration: none;
  border-radius: 25px;
  padding: 12px 25px;
  font-weight: bold;
  transition: all 0.3s ease;
  font-size: 14px;
}

.entry_btn:hover {
  background: #0f3460;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(27, 73, 152, 0.4);
}

.link_btn {
  color: #1b4998;
  text-decoration: none;
  border-bottom: 1px solid #1b4998;
  padding-bottom: 2px;
  transition: all 0.3s ease;
  font-weight: bold;
  font-size: 14px;
}

.link_btn:hover {
  border-bottom-color: #0f3460;
}

/* お問い合わせエリア */
.faq_contact_area {
  background: #ffffff;
  border-radius: 12px;
  text-align: center;
}

.contact_content h3 {
  color: #1b4998;
}

.contact_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #1b4998;
  color: #ffffff;
  text-decoration: none;
  border-radius: 25px;
  padding: 15px 30px;
  font-weight: bold;
  transition: all 0.3s ease;
  min-width: 200px;
}

.contact_btn:hover {
  background: #0f3460;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(27, 73, 152, 0.4);
}

.contact_btn_text {
  font-size: 16px;
  margin-right: 8px;
}

.contact_btn_arrow {
  font-size: 12px;
}

/* エントリーフォーム */

/* #entry .breadcrumb_area,
#contact .breadcrumb_area,
#contact_thanks .breadcrumb_area,
#privacy .breadcrumb_area {
  background: #1b4998;
  color: #fff;
  padding: 15px 0;
}

#entry .breadcrumb_area .pankuzu,
#contact .breadcrumb_area .pankuzu,
#contact_thanks .breadcrumb_area .pankuzu,
#privacy .breadcrumb_area .pankuzu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  list-style: none;
  margin: 0;
  padding: 0;
}

#entry .breadcrumb_area a,
#entry .breadcrumb_area .pankuzu li,
#contact .breadcrumb_area a,
#contact .breadcrumb_area .pankuzu li,
#contact_thanks .breadcrumb_area a,
#contact_thanks .breadcrumb_area .pankuzu li,
#privacy .breadcrumb_area a,
#privacy .breadcrumb_area .pankuzu li {
  color: #fff;
  font-size: 14px;
}

#entry .breadcrumb_area .arrow,
#contact .breadcrumb_area .arrow,
#contact_thanks .breadcrumb_area .arrow,
#privacy .breadcrumb_area .arrow {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
} */

/* セクション01：フォームエリア（基本背景色） */
/* .entry_section01 {
  background: #e0f2fe;
} */

/* フォーム説明エリア */
.form_intro {
  text-align: center;
}

.form_intro h2 {
  color: #1b4998;
}

.form_intro p {
  line-height: 1.6;
}

/* フォームスタイリング */
.entry_form {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 40px;
}

.c_table_01 table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.c_table_01 table th {
  background: #e0f2fe;
  color: #1b4998;
  font-weight: bold;
  padding: 20px 15px;
  text-align: left;
  border-bottom: 1px solid #b3d9f2;
  vertical-align: top;
  width: 200px;
  min-width: 200px;
}

.c_table_01 table {
  border: 1px solid #e0e0e0;
}

.c_table_01 table td {
  background: #ffffff;
  padding: 20px 15px;
  border-bottom: 1px solid #e0e0e0;
  border-left: none;
  vertical-align: top;
}

.c_table_01 table tr:last-child td,
.c_table_01 table tr:last-child th {
  border-bottom: none;
}

.c_table_01 table tr:first-child th {
  border-radius: 12px 0 0 0;
}

.c_table_01 table tr:first-child td {
  border-radius: 0 12px 0 0;
}

.c_table_01 table tr:last-child th {
  border-radius: 0 0 0 12px;
}

.c_table_01 table tr:last-child td {
  border-radius: 0 0 12px 0;
}

/* 必須マーク */
.hissu {
  background: #dc3545;
  color: white;
  font-size: 11px;
  padding: 3px 6px;
  border-radius: 3px;
  margin-left: 5px;
  font-weight: normal;
}

/* 入力フィールド */
.entry_form input[type="text"],
.entry_form input[type="email"] {
  width: 100%;
  padding: 12px 15px;
  border: 2px solid #e0e0e0;
  border-radius: 5px;
  font-size: 16px;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.entry_form input[type="text"]:focus,
.entry_form input[type="email"]:focus {
  border-color: #1b4998;
  outline: none;
  box-shadow: 0 0 5px rgba(27, 73, 152, 0.2);
}

/* チェックボックスグループ */
.checkbox_group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.checkbox_group label {
  display: flex;
  align-items: center;
  font-size: 16px;
  cursor: pointer;
}

.checkbox_group input[type="checkbox"] {
  margin-right: 10px;
  width: 18px;
  height: 18px;
}

/* 住所入力エリア */
.address_box {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.zip_code {
  display: flex;
  align-items: center;
  gap: 5px;
}

.zip_code p {
  margin: 0;
  font-weight: bold;
  color: #1b4998;
}

.zip_input {
  width: 150px !important;
  /* padding: 12px 15px;
  border: 2px solid #e0e0e0;
  border-radius: 5px;
  font-size: 16px; */
}

.address_inputs {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* ファイルアップロードエリア */
.file_upload_area {
  padding: 20px;
  background: #f8fdff;
  text-align: center;
}

.file_upload_area p {
  margin: 0 0 15px 0;
  line-height: 1.5;
}

.file_input {
  width: 100%;
  padding: 10px;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  background: #fbfbfb;
}

/* テキストエリア */
.entry_textarea {
  width: 100% !important;
  min-height: 150px;
  padding: 15px;
  border: 2px solid #e0e0e0;
  border-radius: 5px;
  font-size: 16px;
  line-height: 1.6;
  resize: vertical;
  box-sizing: border-box;
  font-family: inherit;
}

.entry_textarea:focus {
  border-color: #1b4998;
  outline: none;
  box-shadow: 0 0 5px rgba(27, 73, 152, 0.2);
}

/* プライバシーポリシー同意 */
.privacy_agreement {
  background: #f0f8ff;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #e0f2fe;
}

.privacy_label {
  display: flex;
  align-items: flex-start;
  font-size: 16px;
  line-height: 1.5;
}

.privacy_label input[type="checkbox"] {
  margin-right: 10px;
  width: 18px;
  height: 18px;
  margin-top: 2px;
}

.privacy_link {
  color: #1b4998;
  text-decoration: underline;
  cursor: pointer;
}

.privacy_link:hover {
  color: #0f3375;
}

/* 送信ボタン */
.entry_submit_btn {
  background: #1b4998;
  color: white;
  border: none;
  padding: 18px 50px;
  font-size: 18px;
  /* font-weight: bold; */
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: 0.05em;
}

.entry_submit_btn:hover {
  background: #0f3375;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(27, 73, 152, 0.4);
}

/* ポップアップスタイル */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}

.popup.is-show {
  display: block;
}

.popup-inner {
  position: relative;
  z-index: 2;
  width: 90%;
  max-width: 800px;
  max-height: 80vh;
  overflow-y: auto;
  background: white;
  margin: 5% auto;
  padding: 30px;
  border-radius: 8px;
}

.close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  background: #ccc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
  color: white;
}

.close-btn:hover {
  background: #999;
}

.black-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

/* タブレット対応 */
@media (max-width: 1200px) and (min-width: 901px) {
  .entry_form {
    padding: 30px;
  }

  .office_contact_list {
    gap: 30px;
  }

  .c_table_01 table th {
    width: 180px;
    min-width: 180px;
  }
}

/* お問い合わせ */

/* セクション01：電話でのお問い合わせ（メインカラー） */
.contact_section01 {
  background: #e0f2fe;
}

/* 電話お問い合わせエリア */
.phone_contact_area {
  text-align: center;
}

.phone_contact_area h2 {
  color: #1b4998;
}

.office_phone_list {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.office_phone_item {
  background: #ffffff;
  padding: 30px 20px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(27, 73, 152, 0.1);
  text-align: center;
  min-width: 280px;
  flex: 1;
  max-width: 320px;
  border: 2px solid #ffffff;
  transition: all 0.3s ease;
}

.office_phone_item:hover {
  border-color: #1b4998;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(27, 73, 152, 0.2);
}

.office_name {
  color: #1b4998;
  border-bottom: 2px solid #e0f2fe;
  padding-bottom: 8px;
  margin-bottom: 15px;
  display: inline-block;
}

.office_tel {
  color: #1b4998;
  font-weight: bold;
  margin-bottom: 10px;
}

.office_tel a {
  color: #1b4998;
  text-decoration: none;
}

.office_tel a:hover {
  text-decoration: underline;
}

/* セクション02：フォームエリア（基本背景色） */
/* .contact_section02 {
  background: #e0f2fe;
} */

/* フォーム説明エリア */
.form_intro {
  text-align: center;
}

.form_intro h2 {
  color: #1b4998;
}

.form_intro p {
  line-height: 1.6;
}

/* フォームスタイリング */
.contact_form {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 40px;
}

/* 必須・任意マーク */
.hissu {
  background: #dc3545;
  color: white;
  font-size: 11px;
  padding: 3px 6px;
  border-radius: 3px;
  margin-left: 5px;
  font-weight: normal;
}

.optional {
  background: #6c757d;
  color: white;
  font-size: 11px;
  padding: 3px 6px;
  border-radius: 3px;
  margin-left: 5px;
  font-weight: normal;
}

/* 入力フィールド */
/* .contact_form input[type="text"],
.contact_form input[type="email"] {
  width: 100%;
  padding: 12px 15px;
  border: 2px solid #e0e0e0;
  border-radius: 5px;
  font-size: 16px;
  transition: all 0.3s ease;
  box-sizing: border-box;
} */

.contact_form input[type="text"]:focus,
.contact_form input[type="email"]:focus {
  border-color: #1b4998;
  outline: none;
  box-shadow: 0 0 5px rgba(27, 73, 152, 0.2);
}

/* チェックボックスグループ */
.checkbox_group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.checkbox_group label {
  display: flex;
  align-items: center;
  font-size: 16px;
  cursor: pointer;
}

.checkbox_group input[type="checkbox"] {
  margin-right: 10px;
  width: 18px;
  height: 18px;
}

/* 住所入力エリア */
.address_box {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.zip_code {
  display: flex;
  align-items: center;
  gap: 5px;
}

.zip_code p {
  margin: 0;
  font-weight: bold;
  color: #1b4998;
}

.address_inputs {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* テキストエリア */
.contact_textarea {
  width: 100% !important;
  min-height: 150px;
  padding: 15px;
  border: 2px solid #e0e0e0;
  border-radius: 5px;
  font-size: 16px;
  line-height: 1.6;
  resize: vertical;
  box-sizing: border-box;
  font-family: inherit;
}

.contact_textarea:focus {
  border-color: #1b4998;
  outline: none;
  box-shadow: 0 0 5px rgba(27, 73, 152, 0.2);
}

/* プライバシーポリシー同意 */
.privacy_agreement {
  background: #f0f8ff;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #e0f2fe;
}

.privacy_label {
  display: flex;
  align-items: flex-start;
  font-size: 16px;
  line-height: 1.5;
}

.privacy_label input[type="checkbox"] {
  margin-right: 10px;
  width: 18px;
  height: 18px;
  margin-top: 2px;
}

.privacy_link {
  color: #1b4998;
  text-decoration: underline;
  cursor: pointer;
}

.privacy_link:hover {
  color: #0f3375;
}

/* タブレット対応 */
@media (max-width: 1200px) and (min-width: 901px) {
  .contact_form {
    padding: 30px;
  }

  .office_phone_list {
    gap: 30px;
  }

  .office_phone_item {
    min-width: 250px;
  }

  .c_table_01 table th {
    width: 180px;
    min-width: 180px;
  }
}

/* 大画面対応 */
@media (min-width: 1400px) {
  .office_phone_list {
    gap: 50px;
  }

  .office_phone_item {
    min-width: 300px;
    max-width: 350px;
    padding: 35px 25px;
  }

  .contact_form {
    padding: 50px;
  }
}

/* サンクスページ */

/* サンクスメッセージセクション */

.thanks_message_area {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

/* チェックアイコン */
.thanks_icon {
  margin-bottom: 30px;
}

.check_circle {
  width: 80px;
  height: 80px;
  background: #4caf50;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  box-shadow: 0 4px 15px rgba(76, 175, 80, 0.3);
  animation: pulse 2s infinite;
}

.check_mark {
  width: 24px;
  height: 12px;
  border: 3px solid white;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  margin-top: -6px;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 4px 15px rgba(76, 175, 80, 0.3);
  }

  50% {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(76, 175, 80, 0.4);
  }

  100% {
    transform: scale(1);
    box-shadow: 0 4px 15px rgba(76, 175, 80, 0.3);
  }
}

/* サンクスコンテンツ */
.thanks_content {
  background: #ffffff;
  padding: 40px;
  border-radius: 12px;
}

.thanks_content>p:first-child {
  color: #1b4998;
  margin-bottom: 25px;
}

/* メッセージボックス */
.message_box {
  background: #f8fdff;
  border: 2px solid #b3e5fc;
  border-radius: 8px;
  padding: 30px 25px;
  margin: 25px 0;
}

.line_height_wide {
  line-height: 1.7;
}

/* タブレット対応 */
@media (max-width: 1200px) and (min-width: 901px) {
  .thanks_content {
    padding: 35px 30px;
  }

  .contact_tel_list {
    gap: 25px;
  }

  .tel_item {
    min-width: 160px;
  }
}

/* 大画面対応 */
@media (min-width: 1400px) {
  .thanks_message_area {
    max-width: 900px;
  }

  .thanks_content {
    padding: 50px 40px;
  }

  .message_box {
    padding: 35px 30px;
  }

  .contact_tel_list {
    gap: 40px;
  }

  .tel_item {
    min-width: 200px;
    padding: 18px 25px;
  }

  .check_circle {
    width: 90px;
    height: 90px;
  }

  .check_mark {
    width: 28px;
    height: 14px;
    border-width: 3px;
    border-top: none;
    border-right: none;
    margin-top: -7px;
  }
}

/* アニメーション効果の調整 */
@media (prefers-reduced-motion: reduce) {
  .check_circle {
    animation: none;
  }

  .thanks_btn_home:hover,
  .thanks_btn_contact:hover {
    transform: none;
  }
}

/* 税理士紹介 */

/* セクション01 - 代表社員（メインカラー背景） */
.staff_section01 {
  background: #fff;
}

/* セクション02 - 役員（基本背景） */
.staff_section02 {
  background: #e0f2fe;
}

/* セクション03 - 山本皓大（メインカラー背景） */
.staff_section03 {
  background: #fff;
}

/* セクション04 - 所属税理士一覧（基本背景） */
.staff_section04 {
  background: #e0f2fe;
}

/* 税理士プロフィール共通スタイル */
.tax_members_wrapper {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.tax_member_profile {
  margin-bottom: 60px;
  width: 50%;
}

.tax_profile_container {
  display: flex;
  gap: 40px;
  align-items: center;
  flex-direction: column;
}

.tax_profile_image {
  width: 300px;
}

.tax_profile_image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.tax_profile_content {
  flex: 1;
  padding-left: 20px;
}

.tax_profile_header {
  border-bottom: 2px solid #1b4998;
  padding-bottom: 15px;
}

.tax_name {
  color: #1b4998;
  margin-bottom: 5px;
}

.tax_career,
.tax_message {
  margin-top: 30px;
}

.tax_career h4 {
  color: #1b4998;
  border-left: 4px solid #1b4998;
  padding-left: 15px;
  margin-bottom: 15px;
}

.career_list {
  margin-top: 15px;
}

.career_item {
  display: flex;
  margin-bottom: 10px;
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
}

.career_year {
  flex: 0 0 80px;
  font-weight: bold;
  color: #1b4998;
  margin-right: 20px;
}

.career_detail {
  flex: 1;
  line-height: 1.6;
}

/* 吹き出しスタイル追加 */
.tax_message {
  background: #ffffff;
  border: 2px solid #1b4998;
  border-radius: 15px;
  padding: 20px 25px;
  position: relative;
  margin-top: 30px;
}

/* 吹き出しのシッポ（外側・ボーダー色） */
.tax_message::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 30px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #1b4998;
  z-index: 1;
}

/* 吹き出しのシッポ（内側・背景色） */
.tax_message::after {
  content: "";
  position: absolute;
  top: -9px;
  left: 32px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
  z-index: 2;
}

/* メッセージ見出しのスタイル調整（吹き出し内用） */
.tax_message h4 {
  color: #1b4998;
  margin-bottom: 15px;
  background: none;
  /* 既存の背景をリセット */
}

/* メッセージテキストのスタイル */
.tax_message p {
  line-height: 1.8;
  margin-bottom: 0;
  /* font-weight: bold; */
}

.tax_message p:not(:last-child) {
  margin-bottom: 15px;
}

/* 所属税理士一覧 */
.office_list_container {
  max-width: 800px;
  margin: 0 auto;
}

.office_section {
  text-align: center;
}

.office_section h3 {
  color: #1b4998;
  position: relative;
  display: inline-block;
}

.office_section h3:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 2px;
  background: #1b4998;
}

.staff_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.staff_name_item {
  background: #ffffff;
  border: 2px solid #e0f2fe;
  border-radius: 25px;
  padding: 12px 24px;
  font-weight: bold;
  color: #1b4998;
  transition: all 0.3s ease;
}

/* 仮テキスト */
.temp-text {
  color: red;
}

/* サービス紹介 */

/* メインコンテンツ */
.service_main_text h2 {
  color: #1b4998;
  line-height: 1.4;
}

.service_main_text p {
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto;
}

.service_main_image {
  width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.service_main_image img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

/* サービス一覧 */
.service_section02 h2 {
  color: #1b4998;
  font-weight: 300;
  font-size: 7.8rem;
  padding-top: 31px;
  margin-top: -28px;
  margin-left: 6px;
  letter-spacing: 5.5px;
  font-family: "Noto Sans JP", sans-serif !important;
}

.service_list {
  max-width: 900px;
  margin: 0 auto;
}

.service_item {
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service_item_content {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.service_icon {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}

.service_icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
  /* max-width: 130px; */
}

/* .service_item:first-child .service_icon img {
  width: 30%;
  height: auto;
  object-fit: contain;
  max-width: 130px;
} */

.service_text {
  width: 80%;
}

.service_text h3 {
  color: #1b4998;
  line-height: 1.3;
  margin: 0;
}

.service_text p {
  line-height: 1.7;
  margin: 0;
}

/* 会社案内 */

/* ごあいさつセクション */
.company_section01 {
  background: #ffffff;
}

.company_greeting {
  display: flex;
  align-items: flex-start;
  gap: 50px;
  max-width: 1000px;
  margin: 0 auto;
}

.company_greeting_image {
  flex: 0 0 400px;
  text-align: center;
}

.company_greeting_image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.company_president_name {
  color: #1b4998;
}

.company_greeting_content {
  flex: 1;
}

.company_greeting_content h3 {
  color: #1b4998;
  line-height: 1.4;
}

.company_greeting_content p {
  line-height: 1.8;
}

/* 経営理念とビジョン */

.company_philosophy {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.company_philosophy_content::after {
  content: "";
  position: absolute;
  top: 10px;
  left: -140px;
  width: 120px;
  height: 295px;
  background-image: url(../img/chara_06.png);
  background-repeat: no-repeat;
  background-size: auto;
}

.company_philosophy_title {
  color: #1b4998;
  line-height: 1.4;
}

.company_philosophy_content {
  text-align: left;
}

.company_philosophy_content p {
  line-height: 1.8;
}

/* 会社概要セクション */
.company_section03 {
  background: #e0f2fe;
  position: relative;
}

.company_section03 .c_table_01 table {
  border: none;
}

.company_overview {
  max-width: 800px;
  margin: 0 auto;
}

.company_section03::after {
  content: "";
  position: absolute;
  bottom: 30px;
  right: 280px;
  width: 65px;
  height: 232px;
  background-image: url(../img/chara_07.png);
  background-repeat: no-repeat;
  background-size: auto;
}

/* アクセスセクション */
.company_section04 {
  background: #ffffff;
}

.company_access {
  max-width: 900px;
  margin: 0 auto;
}

.company_office h3 {
  color: #1b4998;
}

.company_map {
  width: 100%;
  text-align: center;
}

.company_map iframe {
  width: 900px;
  height: 450px;
}

@media (max-width: 1200px) and (min-width: 901px) {
  .company_map iframe {
    width: 800px;
    height: 450px;
  }
}

.company_map img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

#company .c_table_01 table tbody tr th,
#company .c_table_02 table tbody tr th {
  border: none;
}

#company .c_table_01 table td {
  border: none;
}

#company .c_table_01 table tbody tr:last-child th {
  border-radius: 0;
}

/* ---------------------------------------------------------------------------
  ★ニュース!
--------------------------------------------------------------------------- */

/* ================================================
   ニュース一覧ページ用CSS
   ================================================ */

/* ニュース一覧セクション */
#news .news_section01 {
  background: #ffffff;
}

#news .news_list_container {
  max-width: 1000px;
  margin: 0 auto;
}

#news .news_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* ニュース個別アイテム */
#news .news_item {
  margin-bottom: 30px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 15px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

#news .news_item:hover {
  border-color: #3b82f6;
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.15);
  transform: translateY(-2px);
}

#news .news_item:last-child {
  margin-bottom: 0;
}

/* ニュースリンク */
#news .news_link {
  display: flex;
  align-items: flex-start;
  gap: 25px;
  padding: 25px 30px;
  text-decoration: none;
  color: inherit;
  width: 100%;
}

/* 日付ボックス */
#news .news_date_box {
  flex: 0 0 90px;
  text-align: center;
}

#news .news_date {
  color: #64748b;
  background: #f1f5f9;
  padding: 10px 15px;
  border-radius: 8px;
  font-weight: bold;
  margin: 0;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
}

/* コンテンツボックス */
#news .news_content_box {
  flex: 1;
  min-width: 0;
}

/* ニュースタイトル */
#news .news_title {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.5;
  margin: 0 0 12px 0;
  transition: color 0.3s ease;
}

#news .news_item:hover .news_title {
  color: #1b4998;
}

/* 本文抜粋 */
#news .news_excerpt {
  color: #64748b;
  font-size: 1.4rem;
  line-height: 1.7;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ページネーション用（将来的な拡張用） */
#news .news_pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid #e2e8f0;
}

#news .pagination_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: #ffffff;
  border: 2px solid #e2e8f0;
  border-radius: 8px;
  color: #64748b;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.6rem;
  transition: all 0.3s ease;
}

#news .pagination_btn:hover {
  background: #1b4998;
  border-color: #1b4998;
  color: #ffffff;
}

#news .pagination_btn.active {
  background: #1b4998;
  border-color: #1b4998;
  color: #ffffff;
}

#news .pagination_btn.disabled {
  opacity: 0.3;
  pointer-events: none;
}

/* ================================================
   ニュース個別記事ページ用CSS
   ================================================ */

/* 記事全体のコンテナ */
#news .news_detail_article {
  max-width: 800px;
  margin: 0 auto;
  background: #ffffff;
}

/* 日付ボックス */
#news .news_detail_date_box {
  display: inline-block;
  background: #c9e4f4;
  padding: 8px 20px;
  border-radius: 20px;
  margin-bottom: 25px;
}

#news .news_detail_date {
  color: #1b4998;
  font-weight: bold;
  font-size: 1.4rem;
  margin: 0;
  letter-spacing: 0.05em;
}

/* タイトル */
#news .news_detail_title {
  color: #1b4998;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 40px 0;
  padding-bottom: 20px;
  border-bottom: 3px solid #c9e4f4;
}

/* 本文エリア */
#news .news_detail_content {
  line-height: 1.9;
  font-size: 1.6rem;
}

#news .news_detail_content p {
  margin: 0 0 20px 0;
}

#news .news_detail_content p:last-child {
  margin-bottom: 0;
}

/* 小見出し */
#news .news_detail_subtitle {
  color: #1b4998;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 40px 0 20px 0;
  padding: 12px 20px;
  background: #c9e4f4;
  border-radius: 8px;
  border-left: 5px solid #1b4998;
}

/* 本文内の強調 */
#news .news_detail_content strong {
  color: #1b4998;
  font-weight: bold;
}

/* 署名 */
#news .news_detail_signature {
  text-align: right;
  margin-top: 40px !important;
  padding-top: 30px;
  border-top: 1px solid #e2e8f0;
  color: #64748b;
  font-size: 1.5rem;
  line-height: 1.8;
}

/* 一覧に戻るボタンエリア */
#news .news_detail_back_btn {
  margin-top: 60px;
  text-align: center;
}

#news .news_back_link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #1b4998;
  color: #ffffff;
  text-decoration: none;
  padding: 15px 35px;
  border-radius: 50px;
  font-weight: bold;
  font-size: 1.6rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(27, 73, 152, 0.3);
}

#news .news_back_link:hover {
  background: #153a7a;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(27, 73, 152, 0.4);
}

#news .back_arrow {
  font-size: 1.8rem;
  font-weight: bold;
}

#news .back_text {
  letter-spacing: 0.05em;
}

#contents>div:not(#home) h2 {
  font-family: "Zen Maru Gothic";
}

#contents>div:not(#home) h3 {
  font-family: "Zen Maru Gothic";
}

#contents>div:not(#home) p {
  font-family: "Noto Sans JP";
}

.company_president_name {
  font-family: "Zen Maru Gothic" !important;
}

#recruit .top_btn_blue .link,
#recruit .top_btn .link {
  padding: 17px 20px;
  width: 250px;
  margin: 0 auto;
  justify-content: center;
}

#recruit_internship .top_btn_blue .link {
  padding: 17px 20px;
  width: 350px;
  margin: 0 auto;
  justify-content: center;
}

/* #contact .top_tell p {
  font-size: 2.8rem;
} */

.top_btn.btn_l {
  min-width: 330px;
}

.esg_section04 .top_btn.btn_l a {
  border: none;
}

div.mfp_ok,
#mfp_hidden {
  display: none !important;
}

div.mfp_err {
  color: #f00;
  margin-left: 15px;
  font-size: 13px;
}

.dan_ochi {
  margin-left: 15px;
}

#company .pc {
  display: inline-block !important;
}

.esg_section04 .esg_item:nth-of-type(2) .top_btn.btn_l {
  min-width: 370px;
}

@media (min-width:1401px) {
  .top_main_catch {
    margin-top: 2vh;
  }
}