@charset "utf-8";
/* 
 * 新しいトップページ用CSS
 * Figmaデザインに基づく
 */

/* ============================================
   リセット・ベース設定
   ============================================ */
* {
  box-sizing: border-box;
}

body {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
  color: #282828;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

/* ============================================
   ヘッダー
   ============================================ */
#header {
  background: #FFFFFF;
  padding: 15px 40px 20px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  height: auto !important;
}

#header.clearfix {
  height: auto !important;
}

#header .inner {
  width: 1360px;
  margin: 0 auto;
}

.header-top-text {
  width: 1360px;
  height: 17px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.011em;
  color: #282828;
  margin: 0 auto;
  padding: 0;
}

.header-top-text.inner {
  width: 1360px;
  margin: 0 auto;
}

.header-main {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 1360px;
  height: 90px;
  margin: 0 auto;
  margin-bottom: 0;
}

.header-logo {
  width: 350px;
  height: 90px;
  background: url(../images/logo.jpg) no-repeat center;
  background-size: contain;
  flex: none;
}

.header-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
  width: 1010px;
  height: 80px;
  margin-bottom: 0;
}

.header-contact {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  width: 453px;
  height: 38px;
  flex-shrink: 0;
}

.header-tel {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  width: 245px;
  height: 38px;
  flex-shrink: 0;
}

.header-tel-icon {
  width: 32px;
  height: 32px;
  font-size: 32px !important;
  color: #156ABA;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.header-tel-icon.material-icons {
  font-size: 32px !important;
  width: 32px;
  height: 32px;
}

.header-tel-number {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #156ABA;
  width: 209px;
  height: 38px;
  white-space: nowrap;
  flex-shrink: 0;
}

.header-tel-time {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 4px 16px;
  width: 196px;
  height: 32px;
  background: #EFF6FF;
  border-radius: 99999px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #156ABA;
  white-space: nowrap;
  flex-shrink: 0;
}

.header-nav {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 48px;
  width: 1010px;
  height: 26px;
  margin-bottom: 0;
}

.header-nav a {
  font-size: 18px;
  font-weight: 500;
  color: #282828;
  text-decoration: none;
}

.header-nav a:hover {
  color: #156ABA;
}

/* PC版では非表示、スマホ版で表示 */
.header-mobile-nav {
  display: none !important;
}

.mobile-menu {
  display: none !important;
}

/* ============================================
   ヒーローセクション
   ============================================ */
.hero-section {
  position: relative;
  width: 100%;
  height: 560px;
  background: #F5F9FC;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 46px 0px;
  overflow: hidden;
}

/* PC版とスマホ版の共通スタイル */
.hero-bg {
  position: absolute;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), url(../images/022273.png);
  background-size: cover;
  background-position: center;
  background-color: #2690F5;
}

.hero-hill {
  position: absolute;
  background: url(../images/hill.png) no-repeat;
  background-size: contain;
  z-index: 1;
}

.hero-bird {
  position: absolute;
  background: url(../images/bird.png) no-repeat;
  background-size: contain;
  z-index: 1;
}

/* スマホ版はデフォルトで非表示 */
.hero-bg-sp,
.hero-hill-sp,
.hero-bird-sp {
  position: static;
}

/* PC版のスタイル */
.hero-bg-pc {
  width: 100%;
  height: 668px;
  left: 0;
  right: 0;
  top: 0px;
  display: block;
}

.hero-hill-pc {
  width: 403px;
  height: 353px;
  left: 0;
  bottom: 0px;
  display: block;
}

.hero-bird-pc {
  width: 296px;
  height: 259px;
  right: 0;
  bottom: 20px;
  display: block;
}

/* スマホ版のスタイル（デフォルトで非表示） */
.hero-bg-wrapper-sp {
  display: none;
}

.hero-bg-sp,
.hero-hill-sp,
.hero-bird-sp {
  display: none;
}

.hero-content {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 608px;
  max-width: calc(100% - 40px);
  left: calc(50% - 608px/2);
  top: calc(50% - 276px/2 + 58px);
  padding: 0;
  gap: 24px;
}

.hero-title {
  width: 504px;
  height: 50px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  font-size: 42px;
  line-height: 120%;
  color: #1E40AF;
  text-shadow: 1px 1px 6px #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  flex: none;
}

.hero-title-line2 {
  display: inline;
}

.hero-description {
  width: 608px;
  height: auto;
  min-height: 128px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 180%;
  color: #282828;
  display: flex;
  align-items: center;
}

.hero-description-pc {
  display: block;
}

.hero-description-sp {
  display: none;
  text-align: center;
  margin: 0;
  flex: none;
}

.hero-buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  width: 608px;
  height: 50px;
  flex: none;
}

.btn-contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  gap: 10px;
  width: 300px;
  min-width: 300px;
  height: 56px;
  background: #F97316;
  border-radius: 99999px;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  text-align: center;
  flex: none;
  border: none;
}

.btn-recruit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  gap: 10px;
  width: 300px;
  min-width: 300px;
  height: 56px;
  background: #FFFFFF;
  color: #3FC091;
  border: 3px solid #3FC091;
  border-radius: 99999px;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  text-align: center;
  flex: none;
}

/* ============================================
   画像ストリップ
   ============================================ */
.image-strip.swiper {
  width: 100%;
  overflow: hidden;
  margin-top: 5px;
}

.image-strip .swiper-slide {
  width: 420px !important;
  height: 230px !important;
  flex-shrink: 0;
}

.image-strip-item {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  display: block;
}

.swiper-slide.image-strip-item[data-slide="1"] {
  background-image: url(../images/slider1.jpg);
  background-color: #E0E0E0;
}

.swiper-slide.image-strip-item[data-slide="2"] {
  background-image: url(../images/slider2.jpg);
  background-color: #E0E0E0;
}

.swiper-slide.image-strip-item[data-slide="3"] {
  background-image: url(../images/slider3.jpg);
  background-color: #E0E0E0;
}

.swiper-slide.image-strip-item[data-slide="4"] {
  background-image: url(../images/slider4.jpg);
  background-color: #E0E0E0;
}

.swiper-slide.image-strip-item[data-slide="5"] {
  background-image: url(../images/slider5.jpg);
  background-color: #E0E0E0;
}

.swiper-slide.image-strip-item[data-slide="6"] {
  background-image: url(../images/slider6.jpg);
  background-color: #E0E0E0;
}

/* ============================================
   お知らせセクション
   ============================================ */
.news-section {
  padding: 40px 177px;
  max-width: 1440px;
  margin: 0 auto;
}

.news-container {
  display: flex;
  gap: 16px;
  max-width: 1040px;
  margin: 0 auto;
}

.news-title-area {
  width: 245px;
}

.news-title {
  font-size: 40px;
  font-weight: 700;
  color: #156ABA;
  margin-bottom: 16px;
}

.news-link {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #156ABA;
  font-weight: 700;
  text-decoration: none;
}

.news-link .mdi {
  font-size: 24px;
  line-height: 1;
}

.news-list {
  flex: 1;
}

.news-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.news-list li {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 0 16px 0;
  gap: 0;
  border-bottom: 1px solid rgba(238, 238, 238, 0.933333);
  margin-bottom: 0;
  margin-top: 0;
}

.news-item-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
}

.news-item-content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.news-item-image {
  flex-shrink: 0;
  width: 120px;
  height: 80px;
  overflow: hidden;
  border-radius: 4px;
}

.news-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.news-item-image a {
  display: block;
  width: 100%;
  height: 100%;
}

.news-list li:not(:first-child) {
  padding-top: 16px;
}

.news-list li:last-child {
  border-bottom: 1px solid rgba(238, 238, 238, 0.933333);
}

.news-item {
  padding: 16px;
  border-bottom: 1px solid rgba(238, 238, 238, 0.93);
}

.news-item-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  gap: 8px;
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
}

.news-tag {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 2px 16px;
  gap: 10px;
  min-width: 80px;
  height: 18px;
  background: #156ABA;
  border-radius: 11px;
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  line-height: 140%;
  color: #FFFFFF;
  text-align: center;
  flex-shrink: 0;
}

.news-date {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #282828;
  margin-bottom: 0;
  padding: 0;
  flex-shrink: 0;
}

.news-content {
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 165%;
  color: #282828;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.news-contents-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 165%;
  color: #666666;
  margin-top: 8px;
  padding: 0;
  box-sizing: border-box;
}

.news-list li a {
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 165%;
  color: #282828;
  text-decoration: none;
  width: 100%;
}

.news-list li a:hover {
  text-decoration: underline;
}

/* ============================================
   コンセプトセクション
   ============================================ */
.concept-section {
  background: #FFF9EF;
  padding: 80px 0;
}

.concept-container {
  max-width: 1040px;
  margin: 0 auto;
  display: flex;
  gap: 40px;
  align-items: flex-start;
  padding: 0 40px;
}

.concept-image-wrapper {
  flex-shrink: 0;
  width: 487px;
}

.concept-image {
  width: 100%;
  height: auto;
  border-radius: 20px;
  object-fit: cover;
  display: block;
}

.concept-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.concept-subtitle {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #ED9629;
  margin-bottom: 8px;
  line-height: 1.4;
}

.concept-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #ED9629;
  margin-bottom: 32px;
  line-height: 1.4;
}

.concept-description {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 175%;
  color: #282828;
}

/* ============================================
   サービス提供セクション
   ============================================ */
.service-section {
  padding: 80px 0;
  background: #F5F9FC;
}

.service-container {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 40px;
}

.service-title {
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #156ABA;
  margin-bottom: 48px;
}

.service-title-br-sp {
  display: none;
}

.service-boxes {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-bottom: 64px;
}

.service-boxes-sp {
  display: none;
}

.service-box-wide {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
}

.service-box-row {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
}

.service-box {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 32px 40px;
  flex: 1;
  min-width: 300px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}



.service-box-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
}

.service-box-icon {
  width: 48px;
  height: 48px;
  background: #156ABA;
  border-radius: 50%;
  flex-shrink: 0;
}

.service-box-icon-person {
  background: transparent;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-box-icon-person svg {
  width: 42px;
  height: 42px;
}

.service-box-icon-house {
  background: transparent;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-box-icon-house svg {
  width: 42px;
  height: 42px;
}

.service-box-icon-plus {
  background: transparent;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-box-icon-plus svg {
  width: 42px;
  height: 42px;
}

.service-box-title-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #282828;
  text-align: center;
}

.service-box-title-wide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 0;
  flex-shrink: 0;
  width: 320px;
  min-width: 200px;
  height: 100%;
}

.service-box-title-wide .service-box-title-text {
  text-align: center;
}

.service-box-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.service-box-list-horizontal {
  flex-direction: column;
  flex: 1;
  gap: 12px;
}

.service-box-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.service-box-list-horizontal .service-box-item {
  background: #F7F7F7;
  border-radius: 8px;
  padding: 12px 16px;
}

.service-box-item-check {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #156ABA;
  font-size: 14px;
  font-weight: 700;
  flex-shrink: 0;
}

.service-box-item-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #282828;
  line-height: 1.6;
}

/* ============================================
   対応エリアセクション（サービスセクション内）
   ============================================ */
.area-title {
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #282828;
  margin-bottom: 32px;
}

.area-boxes {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
}

.area-box {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 32px 40px;
  flex: 1;
  min-width: 300px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.area-box-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.area-box-icon {
  width: 24px;
  height: 24px;
  background: #156ABA;
  border-radius: 50%;
  flex-shrink: 0;
}

.area-box-icon-location {
  background: transparent;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.area-box-icon-location svg {
  width: 22px;
  height: 22px;
}

.area-box-partial .area-box-title-text {
  color: #ED9629;
}

.area-box-title-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #282828;
}

.area-box-content {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #282828;
  line-height: 1.8;
}

.area-box-title-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #282828;
}

.area-box-content {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #282828;
  line-height: 1.8;
}

/* ============================================
   サービス案内・利用者様の声セクション
   ============================================ */
.service-voice-section {
  padding: 80px 0;
}

.service-voice-container {
  max-width: 1040px;
  margin: 0 auto;
  display: flex;
  gap: 40px;
}

.service-voice-container:not(:first-child) {
  margin-top: 80px;
}

.service-voice-item {
  flex: 1;
}

.service-voice-title {
  font-size: 40px;
  font-weight: 700;
  color: #156ABA;
  margin-bottom: 16px;
}

.service-voice-description {
  font-size: 16px;
  line-height: 200%;
  color: #282828;
  margin-bottom: 24px;
}

.service-voice-button {
  background: #156ABA;
  color: #FFFFFF;
  padding: 8px 40px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  display: inline-block;
}

.service-voice-image {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  background-color: #F0F0F0;
}

/* ============================================
   採用情報セクション
   ============================================ */
.recruit-section {
  background: #E8F5E9;
  padding: 80px 0;
}

.recruit-container {
  max-width: 1040px;
  margin: 0 auto;
}

.recruit-title {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: #3FC091;
  margin-bottom: 16px;
}

.recruit-subtitle {
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  color: #282828;
  margin-bottom: 8px;
}

.recruit-description {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #282828;
  margin-bottom: 48px;
}

.recruit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}

.recruit-item {
  background: #FFFFFF;
  padding: 32px 24px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.recruit-item-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 16px;
  background: #E8F5E9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #3FC091;
}

.recruit-item-title {
  font-size: 18px;
  font-weight: 700;
  color: #282828;
  margin-bottom: 12px;
  text-align: center;
}

.recruit-item-description {
  font-size: 14px;
  line-height: 175%;
  color: #282828;
  text-align: left;
}

.recruit-button {
  display: block;
  background: #3FC091;
  color: #FFFFFF;
  padding: 12px 24px;
  border-radius: 99999px;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
}

/* ============================================
   スタッフインタビューセクション
   ============================================ */
.interview-section {
  background: #FFFFFF;
  padding: 80px 0;
  display: none;
}

.interview-container {
  max-width: 1040px;
  margin: 0 auto;
}

.interview-title {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: #1E1E1E;
  margin-bottom: 48px;
}

.interview-cards {
  display: flex;
  gap: 24px;
  margin-bottom: 40px;
}

.interview-card {
  background: #FFFFFF;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  padding: 24px;
  flex: 1;
  text-align: center;
}

.interview-card-image {
  width: 100%;
  height: 270px;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  margin-bottom: 16px;
  background-color: #F0F0F0;
}

.interview-card-name {
  font-size: 24px;
  font-weight: 700;
  color: #3FC091;
  margin-bottom: 8px;
}

.interview-card-info {
  font-size: 16px;
  color: #282828;
  margin-bottom: 4px;
}

.interview-card-link {
  font-size: 14px;
  color: #282828;
  text-decoration: none;
  text-align: center;
  display: block;
  margin-top: 16px;
}

.interview-more-button {
  display: block;
  background: #3FC091;
  color: #FFFFFF;
  padding: 12px 24px;
  border-radius: 99999px;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
}

/* ============================================
   FAQセクション
   ============================================ */
.faq-section {
  background: linear-gradient(0deg, #FFFFFF 0%, #EFF6FF 100%);
  padding: 96px 0;
  display: none;
}

.faq-container {
  max-width: 1040px;
  margin: 0 auto;
}

.faq-title {
  font-size: 40px;
  font-weight: 700;
  color: #156ABA;
  text-align: center;
  margin-bottom: 32px;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.faq-item {
  background: #FFFFFF;
  box-shadow: 0px 4px 10px -3px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 32px;
  display: flex;
  gap: 24px;
}

.faq-icon {
  width: 58px;
  height: 58px;
  background: #DBEAFE;
  border-radius: 50%;
  flex-shrink: 0;
}

.faq-content {
  flex: 1;
}

.faq-question {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 16px;
}

.faq-q {
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #1E40AF;
}

.faq-question-text {
  font-size: 22px;
  font-weight: 700;
  color: #1E40AF;
}

.faq-answer {
  display: flex;
  gap: 6px;
}

.faq-a {
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #1E40AF;
}

.faq-answer-text {
  font-size: 16px;
  line-height: 26px;
  color: #282828;
}

/* ============================================
   レスポンシブ対応（スマホ版）
   ============================================ */
@media screen and (max-width: 768px) {
  html, body {
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
  }

  .inner {
    width: 100% !important;
    max-width: 100% !important;
  }

  #header {
    padding: 0;
    max-width: 100%;
    position: relative;
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.25);
  }

  #header .inner {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 16px;
    box-sizing: border-box;
    overflow: hidden;
  }

  .header-top-text {
    display: none !important;
    width: 100% !important;
  }

  .header-main {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0;
    height: 60px;
    margin: 0;
    padding: 0;
    gap: 8px;
    box-sizing: border-box;
    overflow: hidden;
  }

  .header-logo {
    width: 114px;
    height: 30px;
    margin: 0;
    flex: none;
  }

  .header-right {
    width: auto;
    max-width: none;
    height: 40px;
    gap: 8px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    flex-shrink: 0;
    overflow: visible;
    box-sizing: border-box;
  }

  .header-contact {
    display: none;
  }

  .header-nav {
    display: none;
  }

  #header .header-mobile-nav,
  .header-right .header-mobile-nav {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    width: auto;
    max-width: 200px;
    height: 40px;
    flex-shrink: 0;
  }

  .mobile-nav-link {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    color: #262626;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 1;
  }

  .hamburger-menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    gap: 0;
  }

  .hamburger-icon {
    width: 24px;
    height: 24px;
    display: block;
    flex: none;
    order: 0;
    background: url(../images/hamburger.png) no-repeat center center;
    background-size: contain;
  }

  .hamburger-text {
    width: 24px;
    height: 12px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 8px;
    line-height: 10px;
    font-weight: 500;
    color: #282828;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
    order: 1;
    margin-top: 0;
  }

  .mobile-menu {
    display: none !important;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
    flex-direction: column;
    padding: 16px;
    z-index: 1000;
    max-height: calc(100vh - 60px);
    overflow-y: auto;
  }

  .mobile-menu.active {
    display: flex !important;
  }

  .mobile-menu a {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #282828;
    text-decoration: none;
    padding: 12px 0;
    border-bottom: 1px solid #E0E0E0;
  }

  .mobile-menu a:last-child {
    border-bottom: none;
  }

  /* PC版を非表示 */
  .hero-bg-pc,
  .hero-hill-pc,
  .hero-bird-pc {
    display: none !important;
  }

  /* スマホ版を表示 */
  .hero-bg-wrapper-sp {
    display: block !important;
  }

  .hero-bg-sp {
    display: block !important;
  }

  /* スマホ版ではhillとbirdは不要（mv_sp.pngに含まれている） */
  .hero-hill-sp,
  .hero-bird-sp {
    display: none !important;
  }

  .hero-section {
    width: 100%;
    height: auto;
    min-height: auto;
    padding: 24px 0 0;
    padding-bottom: 0;
    margin-bottom: 0;
    background: #2690F5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
    overflow: visible;
    position: relative;
  }

  /* 画像の下に白背景を追加（Frame 140相当） */
  .hero-section::after {
    content: '';
    position: absolute;
    top: 350px;
    left: 0;
    width: 100%;
    height: 200px;
    background: #F5F9FC;
    z-index: 0;
    pointer-events: none;
  }

  /* スマホ版専用の背景画像ラッパー（Frame 139相当） */
  .hero-bg-wrapper-sp {
    position: relative;
    width: 94.4%;
    height: auto;
    min-height: 199px;
    margin-left: auto;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 30px 0px 0px 0px;
    overflow: hidden;
    background: transparent;
    z-index: 2;
  }

  /* スマホ版専用の背景画像スタイル */
  .hero-bg-sp {
    position: relative;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
    border-radius: 30px 0px 0px 0px;
    object-fit: contain;
    object-position: center;
    z-index: 2;
    display: block;
  }

  /* スマホ版専用のhillスタイル */
  .hero-hill-sp {
    position: absolute;
    width: 193.93px;
    height: 193.93px;
    left: 0;
    bottom: 0px;
    z-index: 2;
  }

  /* スマホ版専用のbirdスタイル */
  .hero-bird-sp {
    position: absolute;
    width: 134.86px;
    height: 118px;
    right: 0.14px;
    top: 73px;
    z-index: 2;
  }

  .hero-content {
    position: relative;
    top: 0;
    left: auto;
    transform: none;
    width: 300px;
    max-width: calc(100% - 40px);
    padding: 0;
    margin: 0;
    margin-top: 0;
    margin-bottom: 24px;
    gap: 18px;
    align-items: center;
    z-index: 3;
    flex: none;
    order: 0;
  }

  .hero-title {
    width: 224px;
    height: 76px;
    font-size: 32px;
    line-height: 120%;
    color: #FFFFFF;
    text-align: center;
    text-shadow: none;
    flex-direction: column;
    gap: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    flex: none;
    order: 0;
  }

  .hero-title-line2 {
    display: block;
  }

  .hero-description {
    width: 300px;
    height: 150px;
    font-size: 14px;
    line-height: 180%;
    color: #FFFFFF;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    flex: none;
    order: 1;
  }

  .hero-description-pc {
    display: none !important;
  }

  .hero-description-sp {
    display: block !important;
  }

  .hero-buttons {
    display: none;
  }

  .btn-contact,
  .btn-recruit {
    width: 100%;
    min-width: auto;
  }

  .image-strip {
    width: 100%;
    margin-top: -60px;
    margin-bottom: 0;
    padding: 4px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 10;
  }

  .image-strip .swiper-slide {
    width: 88px !important;
    height: 48px !important;
    flex-shrink: 0;
  }

  .image-strip-item {
    width: 100%;
    height: 100%;
    min-width: 88px;
  }

  .news-section {
    padding: 40px 16px;
  }

  .news-container {
    flex-direction: column;
  }

  .news-title-area {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 16px;
  }

  .news-title {
    font-size: 24px;
    font-weight: 700;
    color: #156ABA;
    margin-bottom: 0;
  }

  .news-link {
    font-size: 14px;
    gap: 4px;
  }

  .news-link .mdi {
    font-size: 20px;
  }

  .news-list li {
    padding: 0;
    gap: 0;
  }

  .news-item-wrapper {
    flex-direction: row;
    gap: 12px;
  }

  .news-item-image {
    width: 80px;
    height: 60px;
  }

  .news-item-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin-bottom: 0;
  }

  .news-tag {
    min-width: 80px;
    height: 18px;
    font-size: 10px;
  }

  .news-date {
    font-size: 14px;
    margin-bottom: 0;
    padding: 0;
  }

  .news-content {
    font-size: 14px;
    padding: 0;
    margin-top: 0;
    margin-bottom: 16px;
  }

  .news-contents-text {
    font-size: 12px;
    margin-top: 6px;
  }

  .news-list li a {
    font-size: 14px;
    text-decoration: underline;
  }

  .concept-section {
    padding: 40px 0;
  }

  .concept-container {
    flex-direction: column;
    padding: 0 16px;
    gap: 24px;
  }

  .concept-image-wrapper {
    width: 100%;
  }

  .concept-image {
    width: 100%;
    height: auto;
    border-radius: 16px;
  }

  .concept-subtitle {
    font-size: 16px;
  }

  .concept-title {
    font-size: 28px;
    margin-bottom: 24px;
  }

  .concept-description {
    font-size: 14px;
    line-height: 170%;
  }

  .service-section {
    padding: 40px 0;
  }

  .service-container {
    padding: 0 16px;
  }

  .service-title {
    font-size: 28px;
    margin-bottom: 32px;
  }

  .area-title {
    font-size: 28px;
    margin-bottom: 24px;
  }

  .service-boxes-pc {
    display: none;
  }

  .service-boxes-sp {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    gap: 20px;
  }

  .service-boxes-sp .service-box:first-child .service-box-item {
    background: #F7F7F7;
    border-radius: 8px;
    padding: 12px 16px;
  }

  .service-box-wide {
    width: 100%;
  }

  .service-box-row {
    flex-direction: column;
    gap: 20px;
  }

  .service-box-list-horizontal {
    flex-direction: column;
    gap: 12px;
  }

  .service-box-list-horizontal .service-box-item {
    background: #F7F7F7;
    border-radius: 8px;
    padding: 12px 16px;
  }

  .service-box {
    padding: 24px 20px;
    min-width: auto;
  }

  .service-title-br-sp {
    display: block;
  }

  .service-box-title {
    gap: 12px;
    margin-bottom: 20px;
  }

  .service-box-icon {
    width: 40px;
    height: 40px;
  }

  .service-box-title-text {
    font-size: 20px;
  }

  .service-box-item-text {
    font-size: 14px;
  }

  .area-boxes {
    flex-direction: column;
    gap: 20px;
  }

  .area-box {
    padding: 24px 20px;
    min-width: auto;
  }

  .area-box-title-text {
    font-size: 20px;
  }

  .area-box-content {
    font-size: 14px;
  }

  .service-voice-section {
    padding: 40px 0;
  }

  .service-voice-container {
    flex-direction: column;
    padding: 0 16px;
    gap: 24px;
  }

  .service-voice-container:not(:first-child) {
    margin-top: 40px;
  }

  .service-voice-item {
    width: 100%;
  }

  .service-voice-title {
    font-size: 28px;
    margin-bottom: 12px;
    text-align: center;
  }

  .service-voice-description {
    font-size: 14px;
    line-height: 170%;
    margin-bottom: 20px;
    text-align: center;
  }

  .service-voice-button {
    font-size: 14px;
    padding: 8px 32px;
    margin-bottom: 24px;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .service-voice-image {
    display: none;
  }

  .recruit-grid {
    grid-template-columns: 1fr;
  }

  .recruit-section {
    padding: 40px 0;
  }

  .recruit-container {
    padding: 0 16px;
  }

  .recruit-title {
    font-size: 28px;
    margin-bottom: 12px;
  }

  .recruit-subtitle {
    font-size: 24px;
    margin-bottom: 6px;
  }

  .recruit-description {
    font-size: 14px;
    margin-bottom: 32px;
  }

  .recruit-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 32px;
  }

  .recruit-item {
    padding: 24px 20px;
  }

  .recruit-item-icon {
    width: 40px;
    height: 40px;
    font-size: 20px;
    margin-bottom: 12px;
  }

  .recruit-item-title {
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center;
  }

  .recruit-item-description {
    font-size: 13px;
  }

  .recruit-button {
    font-size: 16px;
    padding: 10px 24px;
  }

  .interview-section {
    padding: 40px 0;
  }

  .interview-container {
    padding: 0 16px;
  }

  .interview-title {
    font-size: 28px;
    margin-bottom: 32px;
  }

  .interview-cards {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 32px;
  }

  .interview-card {
    padding: 20px;
  }

  .interview-card-image {
    height: 240px;
    margin-bottom: 12px;
  }

  .interview-card-name {
    font-size: 20px;
  }

  .interview-card-info {
    font-size: 14px;
  }

  .interview-more-button {
    font-size: 16px;
    padding: 10px 24px;
  }
}

