@charset "UTF-8";
/* ============================================
   リクテラテーマ - メインスタイル
   ============================================ */
/* インポート */
/**
 * リクテラ専用カスタムブロック エディタ用スタイル
 * SCSS形式
 */
/* ブロックエディタ共通スタイル */
.rikutera-block-editor {
  border: 2px dashed #ddd;
  padding: 20px;
  margin: 10px 0;
  background: #f9f9f9;
  border-radius: 8px;
}

/* メインビジュアルブロック */
.hero-block-editor {
  background: linear-gradient(135deg, #0066cc 0%, rgb(0, 63.75, 127.5) 100%);
  color: #ffffff;
  padding: 40px 20px;
  border-radius: 8px;
  text-align: center;
  border: none;
}
.hero-block-editor h1 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.4;
}
.hero-block-editor h1 span {
  display: inline-block;
}
.hero-block-editor p {
  font-size: 16px;
  margin-bottom: 20px;
  opacity: 0.9;
}
.hero-block-editor .button-preview {
  display: inline-block;
  padding: 12px 30px;
  background: #ff6600;
  color: #ffffff;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
}
.hero-block-editor .button-preview:hover {
  opacity: 0.8;
  transform: translateY(-2px);
}

/* CTAブロック */
.cta-block-editor {
  background: linear-gradient(135deg, #ff6600 0%, rgb(204, 81.6, 0) 100%);
  color: #ffffff;
  padding: 30px 20px;
  border-radius: 8px;
  text-align: center;
  border: none;
}
.cta-block-editor h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.4;
}
.cta-block-editor .button-preview {
  display: inline-block;
  padding: 12px 30px;
  background: #ffffff;
  color: #ff6600;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
}
.cta-block-editor .button-preview:hover {
  opacity: 0.8;
  transform: translateY(-2px);
}

/* サービス一覧ブロック */
.services-block-editor {
  background: rgb(178.5, 216.75, 255);
  border: 2px solid #0066cc;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
}
.services-block-editor h3 {
  color: #0066cc;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}
.services-block-editor p {
  margin: 5px 0;
  color: #666;
  font-size: 14px;
}
.services-block-editor p:first-of-type {
  font-weight: bold;
  color: #333;
}

/* 強みブロック */
.strengths-block-editor {
  background: rgb(255, 243, 178.5);
  border: 2px solid #ffd700;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
}
.strengths-block-editor h3 {
  color: #665600;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}
.strengths-block-editor p {
  margin: 5px 0;
  color: #666;
  font-size: 14px;
}
.strengths-block-editor p:first-of-type {
  font-weight: bold;
  color: #333;
}

/* リクテラとはブロック */
.about-block-editor {
  background: white;
  border: 2px solid #4169e1;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
}
.about-block-editor h3 {
  color: #4169e1;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}
.about-block-editor p {
  margin: 5px 0;
  color: #666;
  font-size: 14px;
}
.about-block-editor p:first-of-type {
  font-weight: bold;
  color: #333;
}

/* 会社情報ブロック */
.company-block-editor {
  background: #f5f5f5;
  border: 2px solid #666;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
}
.company-block-editor h3 {
  color: #333;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}
.company-block-editor p {
  margin: 5px 0;
  color: #666;
  font-size: 14px;
}
.company-block-editor p:first-of-type {
  font-weight: bold;
  color: #333;
}

/* お知らせブロック */
.news-block-editor {
  background: rgb(255, 224.4, 204);
  border: 2px solid #ff6600;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
}
.news-block-editor h3 {
  color: #ff6600;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}
.news-block-editor p {
  margin: 5px 0;
  color: #666;
  font-size: 14px;
}
.news-block-editor p:first-of-type {
  font-weight: bold;
  color: #333;
}

/* RichTextエディタのスタイル調整 */
.wp-block[data-type="rikutera/hero"] .hero-block-editor .wp-block-formatting-toolbar, .wp-block[data-type="rikutera/cta"] .cta-block-editor .wp-block-formatting-toolbar {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
}
.wp-block[data-type^="rikutera/"]:hover {
  box-shadow: 0 0 0 2px #0073aa;
}
.wp-block[data-type^="rikutera/"].is-selected {
  box-shadow: 0 0 0 2px #0073aa;
}

/* インスペクタコントロールのスタイル */
.components-panel__body-title {
  font-weight: bold;
}

.components-base-control__label {
  font-weight: 600;
  margin-bottom: 8px;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .hero-block-editor {
    padding: 30px 15px;
  }
  .hero-block-editor h1 {
    font-size: 24px;
  }
  .cta-block-editor {
    padding: 25px 15px;
  }
  .cta-block-editor h2 {
    font-size: 20px;
  }
  .rikutera-block-editor {
    padding: 15px;
    margin: 8px 0;
  }
}
/* ダークモード対応 */
@media (prefers-color-scheme: dark) {
  .rikutera-block-editor {
    background: #2d2d2d;
    border-color: #555;
    color: #e0e0e0;
  }
  .services-block-editor,
  .strengths-block-editor,
  .about-block-editor,
  .company-block-editor,
  .news-block-editor {
    background: #3a3a3a;
    color: #e0e0e0;
  }
  .services-block-editor h3,
  .strengths-block-editor h3,
  .about-block-editor h3,
  .company-block-editor h3,
  .news-block-editor h3 {
    color: #ffffff;
  }
  .services-block-editor p,
  .strengths-block-editor p,
  .about-block-editor p,
  .company-block-editor p,
  .news-block-editor p {
    color: #cccccc;
  }
  .services-block-editor p:first-of-type,
  .strengths-block-editor p:first-of-type,
  .about-block-editor p:first-of-type,
  .company-block-editor p:first-of-type,
  .news-block-editor p:first-of-type {
    color: #ffffff;
  }
}
/* ============================================
   変数定義
   ============================================ */
/* カラーパレット - ブランドカラー */
/* カラーパレット - アクセントカラー */
/* カラーパレット - テキストとベース */
/* レイアウト設定 */
/* ============================================
   ミックスイン（再利用可能なスタイル）
   ============================================ */
/**
 * フレックスボックス - 中央揃え
 * 要素を縦横中央に配置
 */
/*通常ボタンスタイル*/
/* アニメーション */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate-on-scroll {
  opacity: 0;
}
.animate-on-scroll.is-animated {
  animation: fadeInUp 0.8s ease forwards;
}
.animate-on-scroll.fade-in.is-animated {
  animation: fadeIn 0.8s ease forwards;
}
.animate-on-scroll.delay-1.is-animated {
  animation-delay: 0.1s;
}
.animate-on-scroll.delay-2.is-animated {
  animation-delay: 0.2s;
}
.animate-on-scroll.delay-3.is-animated {
  animation-delay: 0.3s;
}
.animate-on-scroll.delay-4.is-animated {
  animation-delay: 0.4s;
}

/* 基本設定 */
* {
  box-sizing: border-box;
}

body {
  font-family: "Futura", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  color: #101d35;
  margin: 0;
  padding: 0;
  font-size: 62.5%; /*10px*/
  width: 100%;
}
body.menu-open {
  overflow: hidden;
}

/* ============================================
   ヘッダー
   ============================================ */
.header {
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: 70px;
  /* ハンバーガーメニュー */
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  height: 100%;
}
.header__logo-img {
  width: 200px;
  height: auto;
}
.header__nav {
  display: flex;
}
.header__menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 2.5rem;
}
.header__menu a {
  text-decoration: none;
  color: #101d35;
  font-weight: 500;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}
.header__menu a:hover {
  color: #d53900;
}
.header__cta .button {
  background-color: #d53900;
  color: #fff;
  padding: 12px 30px;
  border-radius: 25px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 0.9rem;
  padding: 10px 25px;
}
.header__cta .button:hover {
  background-color: #ff9708;
  transform: translateY(-2px);
}
.header__cta--mobile {
  display: none;
}
.header__cta--desktop {
  display: block;
}
.header__hamburger {
  display: none;
  flex-direction: column;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 24px;
  height: 24px;
}
.header__hamburger-line {
  width: 100%;
  height: 2px;
  background-color: #101d35;
  margin: 2px 0;
  transition: all 0.3s ease;
}

/* セクション内ボタン */
.button {
  display: inline-block;
  padding: 10px 40px;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  text-align: center;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}
.button--secondary {
  background: linear-gradient(90deg, #1c7bbd 0%, #63b646 100%);
  color: #fff;
  font-size: 1.1rem;
  border-radius: 50px;
  transition: all 0.3s ease;
}
.button--secondary:hover {
  opacity: 0.8;
  transform: translateY(-2px);
}

.back-text {
  color: rgba(255, 152, 9, 0.2);
  font-size: 15vw;
  font-weight: 600;
  position: absolute;
  top: 0;
  z-index: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* ヒーローセクション */
.hero {
  background: linear-gradient(90deg, #fff 0%, #ffe00c 50%, #ff9708 100%);
  padding: 5% 0;
  text-align: center;
  overflow: hidden;
  height: 70vh;
  margin-top: 45px;
}
.hero__content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  z-index: 1;
}
.hero__content .hero__title {
  font-size: 2.6rem;
  text-align: left;
  font-weight: bold;
  margin-top: 50px;
}
.hero__content .hero__title span {
  font-size: 4.5rem;
  margin-right: 5px;
}
.hero__content p {
  font-size: 1.2rem;
  margin-top: 1rem;
  text-align: left;
}
.hero__content p span {
  font-weight: bold;
}
.hero__content .hero__image1,
.hero__content .hero__image2,
.hero__content .hero__image3 {
  position: absolute;
  height: auto;
}
.hero__content .hero__image1 {
  width: 25%;
  top: -20%;
  right: 15%;
}
.hero__content .hero__image2 {
  width: 25%;
  top: 50%;
  right: -5%;
}
.hero__content .hero__image3 {
  width: 25%;
  bottom: -20%;
  left: 45%;
}
.hero__button {
  text-align: left;
  margin-top: 10%;
}
.hero__button a {
  background: linear-gradient(90deg, #1c7bbd 0%, #63b646 100%);
  color: #fff;
  font-size: 1.1rem;
  border-radius: 50px;
}
.hero__button a:hover {
  background-color: #f8f9fa;
  transform: translateY(-3px);
}

/* 問題提起セクション */
.problems {
  padding: 80px 0;
  background: linear-gradient(90deg, #ffe00c 0%, #ff9708 100%);
  position: relative;
}
.problems .back-text {
  color: rgba(255, 255, 255, 0.2);
}
.problems__inner {
  position: inherit;
}
.problems__inner .problems__title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  color: #101d35;
  margin-bottom: 3rem;
}
.problems__inner .problems__list {
  display: flex;
}
.problems__inner .problems__list .problems__item {
  flex: 1;
  text-align: center;
  padding: 1rem;
}
.problems__inner .problems__list .problems__item:nth-child(1) .problems__item-icon img {
  width: 100%;
}
.problems__inner .problems__list .problems__item .problems__item-icon {
  margin-bottom: 1rem;
  width: 100%;
  height: 250px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.problems__inner .problems__list .problems__item .problems__item-icon img {
  width: 75%;
  height: auto;
}
.problems__inner .problems__list .problems__item .problems__item-title {
  font-size: 1.3rem;
  font-weight: bold;
}
.problems__inner__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}
.problems__inner__card {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: #fff;
  padding: 2rem;
  text-align: center;
}
.problems__inner__card-icon {
  font-size: 3rem;
  color: #d53900;
  margin-bottom: 1rem;
}
.problems__inner__card-title {
  font-size: 1.3rem;
  font-weight: bold;
  color: #101d35;
  margin-bottom: 1rem;
}
.problems__inner__card-description {
  color: #666;
  line-height: 1.6;
}

/* サービスセクション */
.services {
  padding: 80px 0;
  position: relative;
}
.services__inner {
  position: sticky;
}
.services__inner .services__header .services__title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  font-weight: bold;
  color: #101d35;
  margin-bottom: 6rem;
}
.services__inner .services__header .services__title img {
  margin-right: 1rem;
  width: auto;
  height: 80px;
}
.services__inner .services__list {
  width: 100%;
  margin: 0 auto;
  padding: 0 50px;
}
.services__inner .services__list .service-card {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
  position: relative;
}
.services__inner .services__list .service-card:nth-child(even) {
  flex-direction: row-reverse;
}
.services__inner .services__list .service-card__content {
  position: relative;
  top: 50px;
  left: -30px;
  width: 50%;
  display: block;
  background-color: #fff;
  width: 500px;
  padding: 40px;
  box-shadow: 5px 5px 1px rgba(0, 0, 0, 0.12);
}
.services__inner .services__list .service-card__content::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #1c7bbd 0%, #63b646 100%);
  z-index: -1;
}
.services__inner .services__list .service-card__content .service-card__title {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  color: #101d35;
  margin-bottom: 1.5rem;
  text-align: center;
  white-space: nowrap;
  padding-bottom: 25px;
}
.services__inner .services__list .service-card__content .service-card__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100px;
  height: 3px;
  background: linear-gradient(90deg, #ffe00c 0%, #ff9708 100%);
}
.services__inner .services__list .service-card__content p {
  font-size: 1rem;
  text-align: left;
  margin-bottom: 40px;
}
.services__inner .services__list .service-card:nth-child(even) .service-card__content {
  left: 30px;
}
.services__inner .services__list .service-card__image img {
  width: 600px;
  height: auto;
  z-index: -1;
  position: relative;
}
.services__inner .services__list .service-card__button {
  margin: 0 auto;
  width: 100%;
  justify-content: center;
  display: flex;
}
.services__inner .services__list .service-card__button .button {
  background: linear-gradient(90deg, #1c7bbd 0%, #63b646 100%);
  color: #fff;
  font-size: 1.1rem;
  border-radius: 50px;
  width: 60%;
  justify-content: center;
  display: flex;
  white-space: nowrap;
}
.services__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  position: sticky;
}
.services__item {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
}
.services__item:nth-child(even) {
  flex-direction: row-reverse;
}
.services__item-description {
  color: #666;
  line-height: 1.7;
  margin-bottom: 2rem;
}

/* CTAセクション */
.cta {
  background: linear-gradient(90deg, #ffe00c 0%, #ff9708 100%);
  padding: 80px 0;
  text-align: center;
  margin: 0 auto;
}
.cta__text {
  font-size: 2.5rem;
  font-weight: bold;
  color: #101d35;
  margin-bottom: 2rem;
}

/* 強みセクション */
.strengths {
  padding: 100px 0;
  background-color: #fffdeb;
  position: relative;
  margin-bottom: 100px;
}
.strengths__inner {
  position: inherit;
}
.strengths__inner .strengths__list {
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
}
.strengths__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}
.strengths__header {
  display: flex;
  justify-content: center;
}
.strengths__title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #101d35;
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.strengths__title img {
  width: auto;
  height: 80px;
  margin-bottom: -3rem;
}
.strengths__title-sub {
  font-size: 5rem;
  font-weight: 900;
  color: #1c7bbd;
  margin-left: 10px;
}
.strengths .strength-item {
  position: relative;
  background: linear-gradient(90deg, #1c7bbd 0%, #63b646 100%);
  padding: 40px 30px;
  display: block;
  margin-bottom: 45px;
  isolation: isolate;
  z-index: 0;
  color: #101d35;
}
.strengths .strength-item__inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
}
.strengths .strength-item::after {
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-shadow: 5px 5px 1px rgba(0, 0, 0, 0.12);
  z-index: -1;
}
.strengths .strength-item__number, .strengths .strength-item__title, .strengths .strength-item__description {
  position: relative;
  z-index: 2;
}
.strengths .strength-item__number {
  font-size: 8rem;
  font-weight: 800;
  line-height: 1;
  color: #bfe5ff;
  margin-bottom: 8px;
  position: absolute;
}
.strengths .strength-item__title {
  font-size: 2rem;
  font-weight: 800;
  margin: 16px 10%;
}
.strengths .strength-item__description {
  font-size: 1rem;
  line-height: 1.9;
  margin: 0 10%;
}

/* アバウトセクション */
.about {
  color: #101d35;
  font-size: 1rem;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 100px;
}
.about__inner {
  position: inherit;
}
.about__title {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 80px;
}
.about__title img {
  height: 80px;
}
.about__title p {
  font-size: 2.5rem;
  font-weight: bold;
}
.about__content {
  width: 700px;
  line-height: 2.5;
  margin: 0 auto;
  letter-spacing: 0.1rem;
}

/* 会社情報セクション */
.company {
  padding: 80px 0;
  color: #101d35;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 100px;
}
.company__inner {
  position: inherit;
}
.company__container {
  margin: 0 auto;
  padding: 0 2rem;
}
.company__title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 3rem;
}
.company__table {
  width: 90%;
  font-size: 1rem;
  margin: 0 auto;
}
.company__table tr {
  width: 100%;
  margin: 0 auto;
}
.company__table th,
.company__table td {
  padding: 1rem;
  text-align: left;
  vertical-align: top;
}
.company__table th {
  width: 30%;
}

/* メインコンテンツ */
main {
  min-height: calc(100vh - 70px);
  background-color: #fffdeb;
}

/* コンテナ */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

/* セクション */
.section {
  padding: 4rem 0;
}
.section__title {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 3rem;
  color: #101d35;
  font-weight: bold;
}
.section__subtitle {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 2rem;
  color: #666;
}

/* ============================================
   フッター
   サイト共通のフッター領域
   ============================================ */
.footer {
  color: #101d35;
  padding: 3rem;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  background-color: #fff;
}
.footer .footer__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.footer .footer__inner .footer__logo .footer__logo-img {
  width: 200px;
  height: auto;
  margin-bottom: 1.5rem;
}
.footer .footer__copyright {
  font-size: 1rem;
}
.footer__address-section {
  margin: 2rem 0 1rem 0;
  text-align: left;
}
.footer__address-text {
  font-size: 1rem;
  line-height: 1.8;
  color: #101d35;
}

/* ============================================
   DRページ（ダイレクトリクルーティング）
   DR事業の紹介ページ専用スタイル
   ============================================ */
.dr-page {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}
.dr-page .dr-hero {
  position: relative;
  width: 100%;
}
.dr-page .dr-hero img {
  width: 100%;
  height: 70vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  margin-top: 55px;
}
.dr-page .dr-hero__title-wrapper {
  position: absolute;
  bottom: 15%;
  left: 0;
  width: 100%;
  z-index: 1;
}
.dr-page .dr-hero__title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #101d35;
  line-height: 1.4;
  margin: 0;
  background-color: #fff;
  padding: 0.5rem 3rem 1rem 3rem;
  display: inline-block;
  position: relative;
  text-align: left;
}
.dr-page .dr-hero__title::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #63b646 0%, #d53900 100%);
  z-index: -1;
}
.dr-page .dr-section {
  padding: 5%;
}
.dr-page .dr-section .container .dr-section__title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #101d35;
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  position: relative;
  padding-bottom: 1.5rem;
}
.dr-page .dr-section .container .dr-section__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: #1c7bbd;
  border-radius: 2px;
}
.dr-page .dr-section .container .dr-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}
.dr-page .dr-section .container .dr-grid .dr-card {
  background-color: #1c7bbd;
  color: #fff;
  padding: 5rem 0 2rem 0;
  text-align: center;
  border-radius: 20px;
  position: relative;
  counter-increment: sub-headline;
}
.dr-page .dr-section .container .dr-grid .dr-card::after {
  content: counter(sub-headline, decimal-leading-zero);
  counter-increment: number 1;
  position: absolute;
  left: 50%;
  top: 20%;
  transform: translate(-50%, -50%);
  display: block;
  width: 45px;
  height: 45px;
  background-color: #fff;
  color: #101d35;
  border-radius: 50%;
  font-size: 1.3rem;
  font-weight: bold;
  align-items: center;
  display: flex;
  justify-content: center;
}
.dr-page .dr-section .container .dr-grid .dr-card__title {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.dr-page .dr-section .container .dr-grid .dr-card__text {
  line-height: 1.6;
  font-size: 1rem;
}
.dr-page .dr-section--accent {
  background-color: #bfe5ff;
}
.dr-page .dr-section--accent .dr-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  counter-reset: step-counter;
}
.dr-page .dr-section--accent .dr-steps .dr-step {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  position: relative;
  counter-increment: step-counter;
}
.dr-page .dr-section--accent .dr-steps .dr-step::before {
  content: "";
  position: absolute;
  top: 90px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 250px;
  height: 250px;
  background: #fff;
  border-radius: 50%;
  z-index: 0;
}
.dr-page .dr-section--accent .dr-steps .dr-step::after {
  content: "0" counter(step-counter);
  position: absolute;
  top: 180px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 3.5rem;
  font-weight: 900;
  color: #1c7bbd;
  z-index: 0;
}
.dr-page .dr-section--accent .dr-steps .dr-step span {
  font-weight: bold;
  color: #d53900;
}
.dr-page .dr-section--accent .dr-steps .dr-step img {
  width: auto;
  height: 180px;
  margin-bottom: 6.5rem;
  position: relative;
  z-index: 1;
}
.dr-page .dr-section--accent .dr-steps .dr-step__title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #101d35;
  margin-bottom: 1rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
.dr-page .dr-section--accent .dr-steps .dr-step__text {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.8;
  color: #101d35;
  text-align: left;
  width: 100%;
  position: relative;
  z-index: 1;
}
.dr-page .dr-flow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 20px;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 900px;
}
.dr-page .dr-flow__item {
  position: relative;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #fff;
  border: 5px solid transparent;
  background-image: linear-gradient(#fff, #fff), linear-gradient(135deg, #63b646 0%, #d9a900 50%, #d53900 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  color: #101d35;
  padding: 20px;
  margin: 0 auto;
}
.dr-page .dr-flow__item:nth-child(4), .dr-page .dr-flow__item:nth-child(5), .dr-page .dr-flow__item:nth-child(6) {
  transform: translateX(50px);
}
.dr-page .dr-flow__item:nth-child(1)::after, .dr-page .dr-flow__item:nth-child(2)::after {
  content: "";
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateX(50%) translateY(-50%);
  width: 0;
  height: 0;
  border-left: 20px solid #1c7bbd;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  z-index: 1;
}
.dr-page .dr-flow__item:nth-child(4)::after, .dr-page .dr-flow__item:nth-child(5)::after {
  content: "";
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateX(50%) translateY(-50%);
  width: 0;
  height: 0;
  border-left: 20px solid #1c7bbd;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  z-index: 1;
}
.dr-page .dr-strengths {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 800px;
  margin: 0 auto;
}
.dr-page .dr-strength {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
  position: relative;
  text-align: left;
}
.dr-page .dr-strength::before {
  content: "✓";
  position: absolute;
  top: 40px;
  left: 40px;
  width: 40px;
  height: 40px;
  background-color: #1c7bbd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}
.dr-page .dr-strength__title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #101d35;
  margin-bottom: 1.5rem;
  padding-left: 70px;
  line-height: 1.6;
  text-align: left;
}
.dr-page .dr-strength__title span {
  color: #d53900;
  font-weight: bold;
}
.dr-page .dr-strength__text {
  font-size: 1rem;
  line-height: 1.8;
  color: #101d35;
  margin-bottom: 0.5rem;
}
.dr-page .dr-strength__text span {
  color: #d53900;
  font-weight: bold;
}
.dr-page .dr-results {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 40px;
}
.dr-page .dr-results__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.dr-page .dr-results__item img {
  width: auto;
  height: 120px;
  margin-bottom: 20px;
}
.dr-page .dr-results__value {
  font-size: 4rem;
  font-weight: 900;
  color: #63b646;
  line-height: 1;
  margin-bottom: 10px;
}
.dr-page .dr-results__unit {
  font-size: 3rem;
  font-weight: 900;
  color: #63b646;
}
.dr-page .dr-results__label {
  font-size: 1.1rem;
  font-weight: bold;
  color: #101d35;
}
.dr-page .dr-result__text {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #101d35;
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  max-width: -moz-max-content;
  max-width: max-content;
}
.dr-page .dr-result__text::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 20px;
  background: #bfe5ff;
  margin: 10px auto 0 auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.dr-page .dr-pricing {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 30px;
  margin-bottom: 40px;
}
.dr-page .dr-pricing__card {
  background: #fff;
  border-radius: 10px;
  padding: 40px 30px;
  text-align: center;
  flex: 1 1 0;
  min-width: 300px;
  max-width: 400px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease;
}
.dr-page .dr-pricing__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.dr-page .dr-pricing__name {
  font-size: 1.5rem;
  font-weight: bold;
  color: #101d35;
  margin-bottom: 30px;
  line-height: 1.4;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dr-page .dr-pricing__amount {
  font-size: 3rem;
  font-weight: 900;
  color: #1c7bbd;
  margin-bottom: 20px;
  line-height: 1;
  min-height: 80px;
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.dr-page .dr-pricing__note {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
.dr-page .dr-pricing__term {
  font-size: 1rem;
  color: #101d35;
  margin-top: auto;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dr-page .dr-content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 2rem;
  text-align: center;
  margin-bottom: 100px;
}
.dr-page .dr-content__title {
  font-size: 2rem;
  font-weight: bold;
  color: #101d35;
  margin-bottom: 3rem;
}
.dr-page .dr-content .dr-list__item {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 1rem;
  text-align: center;
  position: relative;
  display: inline-block;
  width: 50%;
}
.dr-page .dr-content .dr-list__item::after {
  content: "";
  border: 5px solid #bfe5ff;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: -1;
}
.dr-page .dr-content__primary {
  color: #101d35;
  font-size: 2.5rem;
  font-weight: bold;
  margin-top: 1rem;
  position: relative;
  display: inline-block;
  padding: 2%;
  isolation: isolate;
}
.dr-page .dr-content__primary::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-shadow: 5px 5px 1px rgba(0, 0, 0, 0.12);
  z-index: -1;
}
.dr-page .dr-content__primary::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #63b646 0%, #d53900 100%);
  z-index: -2;
}

.dr-arrow {
  width: 200px;
  height: 60px;
  margin: 40px auto;
  position: relative;
  background: linear-gradient(to bottom, rgba(91, 168, 216, 0) 0%, rgba(91, 168, 216, 0.1) 30%, rgba(91, 168, 216, 0.6) 70%, #5ba8d8 100%);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  filter: blur(1px);
}
.dr-arrow--double {
  margin-top: -50px;
}

/* ============================================
   レスポンシブデザイン
   ============================================ */
.mobile-only {
  display: none;
}

@media (max-width: 768px) {
  .mobile-only {
    display: inline;
  }
  .header__inner {
    padding: 0 1rem;
  }
  .header__logo-img {
    width: 150px;
  }
  .header__nav {
    display: none;
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 2rem 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    max-height: calc(100vh - 70px);
    overflow-y: auto;
  }
  .header__nav.is-open {
    display: block;
  }
  .header__menu {
    flex-direction: column;
    gap: 0;
    padding: 0 2rem;
  }
  .header__menu li {
    border-bottom: 1px solid #e9ecef;
  }
  .header__menu li a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }
  .header__hamburger {
    display: flex;
  }
  .header__hamburger.is-active .header__hamburger-line:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }
  .header__hamburger.is-active .header__hamburger-line:nth-child(2) {
    opacity: 0;
  }
  .header__hamburger.is-active .header__hamburger-line:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }
  .header__cta--desktop {
    display: none;
  }
  .header__cta--mobile {
    display: none;
    padding: 1rem 2rem;
    background-color: #fff;
  }
  .header__cta--mobile.is-open {
    display: block;
  }
  .header__cta--mobile .button {
    width: 100%;
    display: block;
    text-align: center;
    padding: 12px 20px;
  }
  .hero {
    padding: 100px 0 40px;
    height: auto;
    min-height: 60vh;
  }
  .hero__content .hero__title {
    font-size: 1.5rem;
    margin-top: 30px;
  }
  .hero__content .hero__title span {
    font-size: 2.5rem;
  }
  .hero__content p {
    font-size: 1rem;
  }
  .hero__content .hero__image1,
  .hero__content .hero__image2,
  .hero__content .hero__image3 {
    display: none;
  }
  .hero__button {
    margin-top: 5%;
    text-align: center;
  }
  .hero__button a.button {
    font-size: 1rem;
    padding: 12px 30px;
  }
  .problems {
    padding: 60px 0;
  }
  .problems__inner .problems__title {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
  .problems__inner .problems__list {
    flex-direction: column;
    gap: 2rem;
    margin: 0 auto;
  }
  .problems__inner .problems__list .problems__item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    padding: 0 1rem;
    margin: 0 auto;
  }
  .problems__inner .problems__list .problems__item .problems__item-icon {
    height: auto;
    width: 90px;
    min-width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .problems__inner .problems__list .problems__item .problems__item-icon img {
    width: 100%;
    height: auto;
  }
  .problems__inner .problems__list .problems__item .problems__item-title {
    font-size: 0.85rem;
    text-align: left;
    flex: 1;
    line-height: 1.5;
  }
  .problems__inner .problems__list .problems__item .problems__item-title br {
    display: none;
  }
  .services {
    padding: 60px 0;
  }
  .services__inner .services__header .services__title {
    font-size: 1.8rem;
    margin-bottom: 3rem;
    flex-direction: column;
  }
  .services__inner .services__header .services__title img {
    height: 50px;
  }
  .services__inner .services__header .services__title p {
    font-size: 1.8rem;
  }
  .services__inner .services__list {
    padding: 0 1rem;
  }
  .services__inner .services__list .service-card {
    flex-direction: column;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
  }
  .services__inner .services__list .service-card:nth-child(even) {
    flex-direction: column;
  }
  .services__inner .services__list .service-card__image {
    width: 100%;
    max-width: 100%;
    order: 1;
  }
  .services__inner .services__list .service-card__image img {
    width: 100%;
    height: auto;
    display: block;
  }
  .services__inner .services__list .service-card__content {
    width: 100%;
    max-width: 100%;
    position: relative;
    top: auto;
    left: 0;
    right: auto;
    padding: 30px 20px;
    margin: -30px 0 0 0;
    box-sizing: border-box;
    order: 2;
    box-shadow: none;
    background-color: #fff;
  }
  .services__inner .services__list .service-card__content::after {
    content: none;
  }
  .services__inner .services__list .service-card__content .service-card__title {
    font-size: 1.5rem;
    white-space: normal;
  }
  .services__inner .services__list .service-card__content .service-card__description {
    font-size: 0.9rem;
  }
  .services__inner .services__list .service-card:nth-child(even) .service-card__content {
    left: 0;
    right: auto;
  }
  .services__inner .services__list .service-card__button .button {
    width: 80%;
    font-size: 1rem;
    padding: 12px 20px;
  }
  .cta {
    padding: 50px 0;
  }
  .cta__text {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .cta__button .button {
    font-size: 1rem;
    padding: 12px 30px;
  }
  .strengths {
    padding: 60px 0;
    margin-bottom: 60px;
  }
  .strengths__title {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
  .strengths__title img {
    height: 50px;
    margin-bottom: -2rem;
  }
  .strengths__title-sub {
    font-size: 3rem;
  }
  .strengths .strength-item {
    padding: 30px 20px;
    margin-bottom: 30px;
  }
  .strengths .strength-item::after {
    left: -5px;
    top: -5px;
  }
  .strengths .strength-item__number {
    font-size: 5rem;
    position: relative;
  }
  .strengths .strength-item__title {
    font-size: 1.4rem;
    margin: 16px 5%;
  }
  .strengths .strength-item__description {
    font-size: 0.9rem;
    margin: 0 5%;
    line-height: 1.7;
  }
  .about {
    margin-bottom: 60px;
  }
  .about__title {
    margin-bottom: 40px;
  }
  .about__title img {
    height: 50px;
  }
  .about__title p {
    font-size: 1.8rem;
  }
  .about__content {
    width: 100%;
    padding: 0 1rem;
    line-height: 2;
    font-size: 0.9rem;
  }
  .company {
    padding: 60px 0;
    margin-bottom: 60px;
  }
  .company__title {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
  .company__table {
    width: 100%;
    font-size: 0.9rem;
  }
  .company__table th,
  .company__table td {
    padding: 0.75rem;
    display: block;
    width: 100%;
  }
  .company__table th {
    font-weight: bold;
    padding-bottom: 0.25rem;
  }
  .company__table td {
    padding-top: 0.25rem;
    padding-bottom: 1rem;
  }
  .company__table tr {
    display: block;
    margin-bottom: 1rem;
    border-bottom: 1px solid #e9ecef;
  }
  .dr-page .dr-results {
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 0 1rem;
  }
  .dr-page .dr-results__item {
    flex-direction: row;
    align-items: center;
    text-align: left;
    gap: 15px;
    justify-content: flex-start;
  }
  .dr-page .dr-results__item img {
    height: 60px;
    width: 80px;
    min-width: 80px;
    margin-bottom: 0;
    flex-shrink: 0;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .dr-page .dr-results__value {
    font-size: 2rem;
    margin-bottom: 5px;
    text-align: left;
  }
  .dr-page .dr-results__unit {
    font-size: 1.5rem;
  }
  .dr-page .dr-results__label {
    font-size: 0.85rem;
    text-align: left;
  }
  .dr-page .container {
    text-align: center;
  }
  .dr-page .dr-result__text {
    font-size: 1.3rem;
    width: auto;
    max-width: 90%;
    text-align: center;
    display: inline-block;
    margin: 0;
    position: relative;
    background: #bfe5ff;
    padding: 5px;
    line-height: 1.8;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }
  .dr-page .dr-result__text::after {
    display: none;
  }
  .dr-page .dr-pricing {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 0 1rem;
  }
  .dr-page .dr-pricing .dr-pricing__card {
    max-width: none;
    width: 100%;
    min-width: 0;
    flex: none;
  }
  .dr-page .dr-content__title {
    font-size: 1.3rem;
  }
  .dr-page .dr-content__primary {
    font-size: 1.5rem;
    white-space: normal;
    padding: 3%;
  }
  .dr-page .dr-content__primary::before {
    box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.12);
  }
  .dr-page .dr-content__primary::after {
    left: 6px;
    top: 6px;
  }
  .dr-page .dr-content .dr-list__item {
    width: 80%;
    font-size: 0.95rem;
  }
  .dr-page .dr-section .dr-steps {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .dr-page .dr-section .dr-steps .dr-step::before {
    width: 180px;
    height: 180px;
    top: 60px;
  }
  .dr-page .dr-section .dr-steps .dr-step::after {
    font-size: 2.5rem;
    top: 120px;
  }
  .dr-page .dr-section .dr-steps .dr-step img {
    height: 120px;
    margin-bottom: 4.5rem;
  }
  .dr-page .dr-section .dr-steps .dr-step__title {
    font-size: 1.3rem;
  }
  .dr-page .dr-section .dr-steps .dr-step__text {
    font-size: 0.9rem;
  }
  .dr-page .dr-flow {
    gap: 20px 10px;
    max-width: 100%;
  }
  .dr-page .dr-flow__item {
    width: 100px;
    height: 100px;
    font-size: 0.75rem;
    padding: 10px;
    border-width: 3px;
  }
  .dr-page .dr-flow__item:nth-child(1)::after, .dr-page .dr-flow__item:nth-child(2)::after, .dr-page .dr-flow__item:nth-child(4)::after, .dr-page .dr-flow__item:nth-child(5)::after {
    right: -20px;
    border-left-width: 12px;
    border-top-width: 8px;
    border-bottom-width: 8px;
  }
  .dr-page .dr-hero__image {
    height: 50vh;
    margin-top: 70px;
  }
  .dr-page .dr-hero img {
    height: 50vh;
    margin-top: 70px;
  }
  .dr-page .dr-hero__title-wrapper {
    bottom: 10%;
  }
  .dr-page .dr-hero__title {
    font-size: 1.6rem;
    padding: 0.3rem 2rem 0.8rem 2rem;
  }
  .dr-page .dr-hero__title::after {
    left: 5px;
    top: 5px;
  }
  .dr-page .dr-section__title {
    font-size: 1.8rem !important;
  }
  .dr-page .dr-card__title {
    font-size: 1.3rem;
  }
  .dr-page .dr-card__text {
    font-size: 0.9rem;
  }
  .dr-page .dr-strength__title {
    font-size: 1.2rem;
    padding-left: 50px;
  }
  .dr-page .dr-strength__text {
    font-size: 0.9rem;
  }
  .dr-page .dr-pricing__note {
    font-size: 0.9rem;
  }
  .recruit-page .recruit-hero img {
    height: 50vh;
    margin-top: 70px;
  }
  .recruit-page .recruit-hero__title-wrapper {
    bottom: 10%;
  }
  .recruit-page .recruit-hero__title {
    font-size: 1.6rem !important;
    padding: 0.3rem 2rem 0.8rem 2rem;
  }
  .recruit-page .recruit-hero__title::after {
    left: 5px;
    top: 5px;
  }
  .recruit-page .recruit-content {
    padding: 40px 20px;
  }
  .recruit-page .recruit-content__title {
    font-size: 1.8rem !important;
    padding-bottom: 1rem;
  }
  .recruit-page .recruit-content__title::after {
    width: 40px;
  }
  .recruit-page .recruit-content__text {
    font-size: 1rem !important;
  }
}
/* ============================================
   新卒人材紹介サービスページ (Recruit Page)
   ============================================ */
.recruit-page .recruit-hero {
  position: relative;
  width: 100%;
}
.recruit-page .recruit-hero img {
  width: 100%;
  height: 70vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-top: 55px;
}
.recruit-page .recruit-hero__title-wrapper {
  position: absolute;
  bottom: 15%;
  left: 0;
  width: 100%;
  z-index: 1;
}
.recruit-page .recruit-hero__title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #101d35;
  line-height: 1.4;
  margin: 0;
  background-color: #fff;
  padding: 0.5rem 3rem 1rem 3rem;
  display: inline-block;
  position: relative;
  text-align: left;
}
.recruit-page .recruit-hero__title::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #63b646 0%, #d53900 100%);
  z-index: -1;
}
.recruit-page .recruit-section {
  padding: 5%;
}
.recruit-page .recruit-section--white {
  background-color: #fff;
}
.recruit-page .recruit-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  padding: 60px 20px;
}
.recruit-page .recruit-content__title {
  font-size: 2rem;
  font-weight: bold;
  color: #101d35;
  margin-bottom: 2rem;
  position: relative;
  padding-bottom: 1.5rem;
  text-align: center;
}
.recruit-page .recruit-content__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: #63b646;
  border-radius: 2px;
}
.recruit-page .recruit-content__text {
  font-size: 1.1rem;
  line-height: 2;
  color: #101d35;
  margin-bottom: 1.5rem;
  text-align: center;
}

/* タブレット用レスポンシブ */
@media (max-width: 1024px) and (min-width: 769px) {
  .services__item-content {
    padding: 2rem;
  }
  .services__item-title {
    font-size: 1.6rem;
  }
  .hero__title {
    font-size: 2.5rem;
  }
}
/* ============================================
   SNS Page スタイル
   ============================================ */
.sns-page {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}
.sns-page .sns-hero {
  position: relative;
  width: 100%;
}
.sns-page .sns-hero__image {
  width: 100%;
  height: 70vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-top: 55px;
}
.sns-page .sns-hero__overlay {
  position: absolute;
  bottom: 15%;
  left: 0;
  width: 100%;
  z-index: 1;
}
.sns-page .sns-hero__title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #101d35;
  line-height: 1.4;
  margin: 0;
  background-color: #fff;
  padding: 0.5rem 3rem 1rem 3rem;
  display: inline-block;
  position: relative;
  text-align: left;
}
.sns-page .sns-hero__title span {
  font-size: 1.8rem;
  font-weight: normal;
}
.sns-page .sns-hero__title::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #ff9708 0%, #d53900 100%);
  z-index: -1;
}
.sns-page .sns-section {
  padding: 5rem 0;
}
.sns-page .sns-section__title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #101d35;
  text-align: center;
  margin-bottom: 2rem;
  line-height: 1.5;
  position: relative;
  padding-bottom: 1.5rem;
}
.sns-page .sns-section__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: #63b646;
  border-radius: 2px;
}
.sns-page .sns-section__title--white {
  color: #fff;
}
.sns-page .sns-section__title--white::after {
  background: #fff;
}
.sns-page .sns-section__lead {
  font-size: 1rem;
  text-align: center;
  color: #101d35;
  margin-bottom: 3rem;
  font-weight: bold;
}
.sns-page .sns-section__lead span {
  color: #d53900;
  font-weight: bold;
}
.sns-page .sns-section__description {
  font-size: 1.1rem;
  line-height: 2;
  text-align: center;
  color: #101d35;
  margin-bottom: 3rem;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.sns-page .sns-section__intro {
  font-size: 1.2rem;
  line-height: 2;
  text-align: center;
  color: #101d35;
  margin-bottom: 3rem;
  padding: 0 1rem;
}
.sns-page .sns-section__text {
  font-size: 1.1rem;
  line-height: 2;
  text-align: center;
  color: #101d35;
  margin: 2rem 0;
}
.sns-page .sns-section__quote {
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  color: #101d35;
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  background-color: #f8f9fa;
  border-left: 5px solid #63b646;
  border-radius: 5px;
}
.sns-page .sns-section--white {
  background-color: #fff;
}
.sns-page .sns-section--light {
  background-color: #edf9e9;
}
.sns-page .sns-section--green {
  background-color: #63b646;
  color: #fff;
  position: relative;
}
.sns-page .sns-section--green .container {
  position: relative;
}
.sns-page .sns-section--green .sns-message {
  background: #fff;
  color: #101d35;
  border-radius: 15px;
  padding: 3rem 4rem;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.sns-page .sns-section--green .sns-message .text-highlight {
  color: #d53900;
  font-weight: bold;
  background: none;
  padding: 0;
}
.sns-page .sns-section--green .sns-section__intro,
.sns-page .sns-section--green .sns-section__text {
  color: #fff;
}
.sns-page .sns-section--cta {
  background-color: #f8f9fa;
  padding: 4rem 0;
}
.sns-page .text-highlight {
  color: #d53900;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
.sns-page .text-highlight--white {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 0 5px;
  border-radius: 3px;
}
.sns-page .text-highlight--orange-marker {
  color: #fff;
}
.sns-page .text-highlight--orange-marker::before {
  content: "";
  position: absolute;
  left: -2px;
  right: -2px;
  bottom: 0;
  height: 60%;
  background: #e18a2c;
  z-index: -1;
}
.sns-page .text-highlight--large {
  font-size: 1.4rem !important;
}
.sns-page .sns-grid {
  display: grid;
  gap: 2rem;
  margin: 3rem 0;
}
.sns-page .sns-grid--three {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
.sns-page .sns-card {
  background: transparent;
  padding: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sns-page .sns-card__image {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 250px;
  width: 100%;
  position: relative;
}
.sns-page .sns-card__image::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  background-color: #edf9e9;
  border-radius: 50%;
  z-index: 0;
}
.sns-page .sns-card__image img {
  width: auto;
  max-width: 80%;
  height: auto;
  max-height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: 1;
}
.sns-page .sns-card__title {
  font-size: 1.1rem;
  font-weight: bold;
  color: #101d35;
  line-height: 1.6;
}
.sns-page .sns-points {
  margin: 3rem 0;
  position: relative;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
}
.sns-page .sns-points__lead {
  font-size: 1.2rem;
  text-align: left;
  margin-bottom: 2rem;
  font-weight: bold;
  color: #101d35;
}
.sns-page .sns-points__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
}
.sns-page .sns-points__image {
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
  width: 280px;
  z-index: 2;
}
.sns-page .sns-points__image img {
  width: 100%;
  height: auto;
}
.sns-page .sns-point {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  padding: 1.5rem 2rem;
  display: inline-flex;
  align-items: flex-start;
  gap: 1rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  width: -moz-fit-content;
  width: fit-content;
  max-width: 650px;
}
.sns-page .sns-point__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #63b646;
  color: #fff;
  border-radius: 50%;
  font-size: 1.8rem;
  font-weight: bold;
  flex-shrink: 0;
}
.sns-page .sns-point__content {
  flex: 1;
}
.sns-page .sns-point__text {
  font-size: 1.05rem;
  line-height: 1.9;
  color: #101d35;
  margin: 0;
}
.sns-page .sns-data {
  margin: 3rem 0;
}
.sns-page .sns-data__lead {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 2rem;
  font-weight: 600;
}
.sns-page .sns-data__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}
.sns-page .sns-data__item {
  background: #fff;
  border-radius: 15px;
  padding: 2rem;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}
.sns-page .sns-data__number {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #63b646;
  color: #fff;
  border-radius: 50%;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.sns-page .sns-data__title {
  font-size: 1rem;
  font-weight: bold;
  color: #101d35;
  line-height: 1.8;
}
.sns-page .sns-data__image {
  text-align: center;
  margin: 2rem 0;
}
.sns-page .sns-data__image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
.sns-page .sns-conclusion {
  border-radius: 3rem;
  margin: 4rem auto 2rem;
  max-width: 700px;
}
.sns-page .sns-conclusion__text {
  font-size: 1.1rem;
  line-height: 2;
  text-align: center;
  color: #101d35;
  margin: 0;
}
.sns-page .sns-message {
  font-size: 1.2rem;
  line-height: 2;
  text-align: center;
  margin: 2rem 0;
  padding: 0 1rem;
}
.sns-page .sns-image {
  position: absolute;
  bottom: -100px;
  left: 70px;
  width: 320px;
  z-index: 2;
}
.sns-page .sns-image img {
  width: 80%;
  height: auto;
  margin: 0 auto;
}
.sns-page .sns-image__pc {
  display: block;
}
.sns-page .sns-image__sp {
  display: none;
}
.sns-page .sns-cases {
  margin: 3rem 0;
}
.sns-page .sns-cases h3 {
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
  background: #63b646;
  padding: 1rem 2.5rem;
  border-radius: 50px;
  display: inline-block;
  margin: 0 auto 2.5rem;
  text-align: center;
}
.sns-page .sns-cases > p {
  font-size: 1.1rem;
  line-height: 2;
  text-align: center;
  color: #101d35;
  margin: 1.5rem 0;
}
.sns-page .sns-cases > p .text-highlight {
  color: #d53900;
  font-weight: bold;
}
.sns-page .sns-cases__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 2.5rem;
}
.sns-page .sns-case {
  background: #fff;
  border-radius: 15px;
  padding: 3rem 2rem;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.sns-page .sns-case:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.sns-page .sns-case__title {
  font-size: 1.8rem;
  font-weight: bold;
  color: #101d35;
  margin-bottom: 1.5rem;
}
.sns-page .sns-case__text {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #101d35;
  font-weight: 600;
  margin-bottom: 0.8rem;
}
.sns-page .sns-case p {
  font-size: 1rem;
  line-height: 1.6;
  color: #101d35;
  margin: 0.5rem 0;
}
.sns-page .sns-pricing {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 3rem;
  margin: 3rem 0;
}
.sns-page .sns-pricing__card {
  background: #fff;
  border-radius: 20px;
  padding: 3rem 2.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  text-align: center;
  position: relative;
  top: 0;
  transition: top 0.3s ease, box-shadow 0.3s ease;
}
.sns-page .sns-pricing__card:hover {
  top: -10px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}
.sns-page .sns-pricing__name {
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  background: #63b646;
  text-align: center;
  padding: 0.8rem 1.5rem;
  border-radius: 50px;
  margin: 0 auto 2rem;
  display: inline-block;
  width: auto;
}
.sns-page .sns-pricing__header {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid #cecece;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sns-page .sns-pricing__subtitle {
  font-size: 1rem;
  font-weight: bold;
  color: #101d35;
  margin-bottom: 1rem;
  min-height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sns-page .sns-pricing__price {
  font-size: 2.5rem;
  font-weight: bold;
  color: #63b646;
  margin: 0;
}
.sns-page .sns-pricing__price--discount {
  color: #d53900;
}
.sns-page .sns-pricing__price--red {
  color: #d53900;
}
.sns-page .sns-pricing__note {
  font-size: 1.2rem;
  font-weight: normal;
}
.sns-page .sns-pricing__price-label {
  font-size: 1.2rem;
  color: #d53900;
  font-weight: bold;
  margin: 0.5rem 0;
}
.sns-page .sns-pricing__price-plus {
  font-size: 1.5rem;
  color: #101d35;
  font-weight: bold;
  margin: 0.3rem 0;
}
.sns-page .sns-pricing__price-old {
  font-size: 1.5rem;
  font-weight: bold;
  color: #101d35;
}
.sns-page .sns-pricing__strike {
  text-decoration: line-through;
  color: #101d35;
  font-size: 1.5rem;
  font-weight: bold;
}
.sns-page .sns-pricing__arrow {
  width: 130px;
  height: 30px;
  margin: 10px auto;
  position: relative;
  background: linear-gradient(to bottom, rgba(99, 182, 70, 0) 0%, rgba(99, 182, 70, 0.1) 30%, rgba(99, 182, 70, 0.6) 70%, #63b646 100%);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  filter: blur(1px);
}
.sns-page .sns-pricing__list {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem 0;
  min-height: 320px;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid #cecece;
}
.sns-page .sns-pricing__item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
  text-align: left;
}
.sns-page .sns-pricing__item strong {
  display: block;
  font-size: 1.1rem;
  color: #101d35;
  margin-bottom: 0.5rem;
}
.sns-page .sns-pricing__item p {
  font-size: 0.9rem;
  color: #101d35;
  line-height: 1.8;
  margin: 0;
}
.sns-page .sns-pricing__check {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background: #63b646;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  margin-right: 1rem;
  flex-shrink: 0;
  font-weight: bold;
}
.sns-page .sns-pricing__period {
  font-size: 1.2rem;
  color: #d53900;
  font-weight: bold;
  text-align: center;
  margin: 0.5rem 0;
}
.sns-page .sns-pricing__footnote {
  font-size: 1rem;
  color: #101d35;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  padding: 1.5rem 1rem;
  border-top: 1px solid #f8f9fa;
  position: relative;
  z-index: 1;
}
.sns-page .sns-pricing__footnote::before {
  content: "";
  position: absolute;
  left: 5%;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  background: rgba(237, 249, 233, 0.7);
  border-radius: 5px;
  z-index: -1;
}
.sns-page .sns-cta {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}
.sns-page .sns-cta__button {
  display: inline-block;
  padding: 1.2rem 3rem;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
  margin-bottom: 2rem;
}
.sns-page .sns-cta__button.button--white {
  background: #fff;
  color: #101d35;
  border: none;
}
.sns-page .sns-cta__button.button--white:hover {
  background: rgb(242.25, 242.25, 242.25);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(16, 29, 53, 0.2);
}
.sns-page .sns-cta__button.button--green {
  background: #63b646;
  color: #fff;
}
.sns-page .sns-cta__button.button--green:hover {
  background: rgb(78.9642857143, 145.1666666667, 55.8333333333);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(99, 182, 70, 0.4);
}
.sns-page .sns-cta__text {
  font-size: 1rem;
  line-height: 2;
  color: #fff;
  font-weight: bold;
}

/* ============================================
   Contact Page スタイル
   ============================================ */
.contact-page {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}

.contact-hero {
  padding: 8rem 0 4rem;
  text-align: center;
}
.contact-hero__title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #101d35;
  margin-bottom: 1.5rem;
  position: relative;
  display: inline-block;
  padding-bottom: 1.5rem;
}
.contact-hero__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: #63b646;
  border-radius: 2px;
}
.contact-hero__description {
  font-size: 1rem;
  line-height: 1.8;
  color: #101d35;
  margin-bottom: 2.5rem;
}
.contact-hero__buttons {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
}

.contact-button {
  display: inline-block;
  padding: 1rem 2.5rem;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}
.contact-button--primary {
  background: linear-gradient(90deg, #ff9708 0%, #ff9708 100%);
  color: #fff;
}
.contact-button--primary:hover {
  background: linear-gradient(90deg, rgb(212, 122.7368421053, 0) 0%, rgb(212, 122.7368421053, 0) 100%);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(255, 151, 8, 0.4);
}
.contact-button--secondary {
  background: linear-gradient(90deg, #ff9708 0%, #ff9708 100%);
  color: #fff;
}
.contact-button--secondary:hover {
  background: linear-gradient(90deg, rgb(212, 122.7368421053, 0) 0%, rgb(212, 122.7368421053, 0) 100%);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(255, 151, 8, 0.4);
}
.contact-button--back {
  background: #f8f9fa;
  color: #101d35;
}
.contact-button--back:hover {
  background: rgb(233.125, 236.25, 239.375);
}
.contact-button--submit {
  background: linear-gradient(90deg, #ff9708 0%, #ff9708 100%);
  color: #fff;
}
.contact-button--submit:hover {
  background: linear-gradient(90deg, rgb(212, 122.7368421053, 0) 0%, rgb(212, 122.7368421053, 0) 100%);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(255, 151, 8, 0.4);
}

.contact-form-section {
  padding: 4rem 0 6rem;
  background-color: #f8f9fa;
}

.contact-form {
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  padding: 3rem;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.contact-form__group {
  margin-bottom: 2rem;
}
.contact-form__label {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  color: #101d35;
  margin-bottom: 0.5rem;
}
.contact-form__label--required::after {
  content: "必須";
  display: inline-block;
  background: #d53900;
  color: #fff;
  font-size: 0.75rem;
  padding: 0.2rem 0.5rem;
  border-radius: 3px;
  margin-left: 0.5rem;
}
.contact-form__input {
  width: 100%;
  padding: 0.8rem 1rem;
  font-size: 1rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  transition: border-color 0.3s ease;
}
.contact-form__input:focus {
  outline: none;
  border-color: #63b646;
}
.contact-form__textarea {
  width: 100%;
  padding: 0.8rem 1rem;
  font-size: 1rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  resize: vertical;
  font-family: inherit;
  transition: border-color 0.3s ease;
}
.contact-form__textarea:focus {
  outline: none;
  border-color: #63b646;
}
.contact-form__privacy {
  margin: 2.5rem 0;
  padding: 1.5rem;
  background: #f8f9fa;
  border-radius: 5px;
}
.contact-form__privacy-text {
  font-size: 0.9rem;
  color: #d53900;
  margin-bottom: 1rem;
  font-weight: bold;
}
.contact-form__privacy-icon {
  margin-right: 0.3rem;
}
.contact-form__checkbox-wrapper {
  display: flex;
  align-items: center;
}
.contact-form__checkbox {
  margin-right: 0.5rem;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.contact-form__checkbox-label {
  font-size: 0.9rem;
  color: #101d35;
  cursor: pointer;
}
.contact-form__submit-wrapper {
  text-align: center;
  margin-top: 2.5rem;
}
.contact-form__submit {
  background: linear-gradient(90deg, #ff9708 0%, #ff9708 100%);
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  padding: 1rem 4rem;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.contact-form__submit:hover {
  background: linear-gradient(90deg, rgb(212, 122.7368421053, 0) 0%, rgb(212, 122.7368421053, 0) 100%);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(255, 151, 8, 0.4);
}

.contact-confirm-section {
  padding: 4rem 0 6rem;
  background-color: #f8f9fa;
}
.contact-confirm-section .cf7 input[type=text],
.contact-confirm-section .cf7 input[type=email],
.contact-confirm-section .cf7 input[type=tel],
.contact-confirm-section .cf7 textarea {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  color: #101d35;
  pointer-events: none;
  cursor: default;
}
.contact-confirm-section .cf7 .btn {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
}
.contact-confirm-section .cf7 .btn input[type=submit] {
  background: linear-gradient(90deg, #ff9708 0%, #ff9708 100%);
  pointer-events: auto;
  cursor: pointer;
}
.contact-confirm-section .cf7 .btn .back-button {
  background: #e0e0e0;
  color: #101d35;
  padding: 1.2rem 5rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
}
.contact-confirm-section .cf7 .btn .back-button:hover {
  background: rgb(198.5, 198.5, 198.5);
}

.contact-confirm {
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  padding: 3rem;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.contact-confirm__row {
  display: flex;
  border-bottom: 1px solid #e9ecef;
  padding: 1.5rem 0;
}
.contact-confirm__row:last-of-type {
  border-bottom: none;
}
.contact-confirm__label {
  font-weight: bold;
  color: #101d35;
  min-width: 150px;
  font-size: 1rem;
}
.contact-confirm__value {
  flex: 1;
  color: #101d35;
  font-size: 1rem;
  line-height: 1.8;
}
.contact-confirm__form {
  margin-top: 3rem;
}
.contact-confirm__buttons {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
}

.contact-thanks {
  text-align: center;
}
.contact-thanks__content {
  max-width: 700px;
  margin: 0 auto;
}
.contact-thanks__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: #63b646;
  color: #fff;
  font-size: 3rem;
  border-radius: 50%;
  margin-bottom: 2rem;
}
.contact-thanks__title {
  font-size: 2rem;
  font-weight: bold;
  color: #101d35;
  margin-bottom: 2rem;
}
.contact-thanks__message {
  font-size: 1rem;
  line-height: 2;
  color: #101d35;
  margin-bottom: 3rem;
}
.contact-thanks__buttons {
  display: flex;
  justify-content: center;
}

.cf7 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 0;
}
.cf7__list {
  display: block;
  margin: 0;
  padding: 0;
}
.cf7__list dt {
  background: #f5f5f5;
  padding: 1.5rem 2rem;
  font-weight: bold;
  color: #101d35;
  margin: 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e0e0e0;
  font-size: 1rem;
}
.cf7__list dd {
  background: #fff;
  padding: 1.5rem 2rem;
  margin: 0;
  border-bottom: 1px solid #e0e0e0;
}
.cf7__list dd input[type=text],
.cf7__list dd input[type=email],
.cf7__list dd input[type=tel],
.cf7__list dd textarea {
  width: 100%;
  padding: 0.8rem 1rem;
  font-size: 1rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border-color 0.3s ease;
  font-family: inherit;
}
.cf7__list dd input[type=text]:focus,
.cf7__list dd input[type=email]:focus,
.cf7__list dd input[type=tel]:focus,
.cf7__list dd textarea:focus {
  outline: none;
  border-color: #63b646;
  box-shadow: 0 0 0 3px rgba(99, 182, 70, 0.1);
}
.cf7__list dd textarea {
  resize: vertical;
  min-height: 150px;
}
.cf7__required {
  display: inline-block;
  background: #d53900;
  color: #fff;
  font-size: 0.75rem;
  padding: 0.3rem 0.6rem;
  border-radius: 3px;
  margin-left: 0.5rem;
  font-weight: bold;
}
.cf7__required::before {
  content: "必須";
}
.cf7__optional {
  display: inline-block;
  margin-left: 0.5rem;
  font-size: 0.85rem;
  color: #999;
}
.cf7 .btn {
  text-align: center;
  margin-top: 3rem;
}
.cf7 .btn input[type=submit] {
  background: linear-gradient(90deg, #ff9708 0%, #ff9708 100%);
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  padding: 1.2rem 5rem;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 151, 8, 0.3);
}
.cf7 .btn input[type=submit]:hover {
  background: linear-gradient(90deg, rgb(212, 122.7368421053, 0) 0%, rgb(212, 122.7368421053, 0) 100%);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(255, 151, 8, 0.4);
}
.cf7 .wpcf7-acceptance {
  text-align: center;
  margin: 2rem 0;
  padding: 1.5rem;
  background: #fff8f0;
  border-radius: 5px;
}
.cf7 .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.cf7 .wpcf7-acceptance label {
  font-size: 0.95rem;
  color: #101d35;
}
.cf7 .wpcf7-acceptance label a {
  color: #d53900;
  text-decoration: underline;
}

@media (min-width: 769px) {
  .cf7__list {
    display: flex;
    flex-wrap: wrap;
  }
  .cf7__list dt {
    width: 30%;
    border-right: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
  }
  .cf7__list dd {
    width: 70%;
    display: block;
    padding: 1.5rem 2rem;
  }
  .cf7__list dt {
    min-height: 70px;
  }
}
@media (max-width: 768px) {
  .cf7 {
    padding: 1rem;
  }
  .cf7__list dt,
  .cf7__list dd {
    padding: 1rem;
  }
  .cf7 .btn input[type=submit] {
    width: 100%;
    padding: 1rem 2rem;
  }
}
/* ============================================
   SNS Page レスポンシブ
   ============================================ */
@media (max-width: 768px) {
  .sns-page .sns-hero__image {
    height: 50vh;
    margin-top: 70px;
  }
  .sns-page .sns-hero__overlay {
    bottom: 10%;
  }
  .sns-page .sns-hero__eyebrow {
    font-size: 0.85rem;
    padding: 0.8rem 2rem 0.3rem 2rem;
  }
  .sns-page .sns-hero__title {
    font-size: 1.6rem;
    padding: 0.3rem 2rem 0.8rem 2rem;
  }
  .sns-page .sns-hero__title span {
    font-size: 1.152rem;
  }
  .sns-page .sns-hero__title::after {
    left: 5px;
    top: 5px;
  }
  .sns-page .sns-section {
    padding: 3rem 0;
  }
  .sns-page .sns-section__title {
    font-size: 1.6rem;
    padding-bottom: 1rem;
  }
  .sns-page .sns-section__title::after {
    width: 40px;
  }
  .sns-page .sns-section__intro, .sns-page .sns-section__text {
    font-size: 0.95rem;
  }
  .sns-page .sns-section__quote {
    font-size: 1.1rem;
    padding: 1rem;
  }
  .sns-page .sns-points {
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .sns-page .sns-points__lead {
    font-size: 1rem;
  }
  .sns-page .sns-points__grid {
    gap: 1rem;
  }
  .sns-page .sns-points__image {
    position: static;
    transform: none;
    width: 100%;
    max-width: 180px;
    margin: 2rem auto;
    display: block;
  }
  .sns-page .sns-point {
    padding: 1rem 1.5rem;
    max-width: 95%;
    width: -moz-fit-content;
    width: fit-content;
  }
  .sns-page .sns-point__icon {
    width: 40px;
    height: 40px;
    font-size: 1.5rem;
  }
  .sns-page .sns-point__text {
    font-size: 0.95rem;
  }
  .sns-page .sns-grid {
    gap: 1.5rem;
  }
  .sns-page .sns-grid--three {
    grid-template-columns: 1fr;
  }
  .sns-page .sns-card {
    padding: 0;
  }
  .sns-page .sns-card__image {
    height: 180px;
  }
  .sns-page .sns-card__image::before {
    width: 160px;
    height: 160px;
  }
  .sns-page .sns-card__title {
    font-size: 1rem;
  }
  .sns-page .sns-data__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .sns-page .sns-data__number {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.2rem;
  }
  .sns-page .sns-data__title {
    font-size: 0.95rem;
  }
  .sns-page .sns-conclusion {
    padding: 1.5rem;
  }
  .sns-page .sns-conclusion__text {
    font-size: 1rem;
  }
  .sns-page .sns-message {
    font-size: 1rem;
    padding: 2rem 1.5rem;
  }
  .sns-page .sns-image {
    position: static;
    width: 100%;
    max-width: 250px;
    margin: 2rem auto;
    display: block;
  }
  .sns-page .sns-image__pc {
    display: none;
  }
  .sns-page .sns-image__sp {
    display: block;
  }
  .sns-page .sns-cases h3 {
    font-size: 1.1rem;
    padding: 0.8rem 2rem;
  }
  .sns-page .sns-cases__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .sns-page .sns-case {
    padding: 2rem 1.5rem;
  }
  .sns-page .sns-case__title {
    font-size: 1.5rem;
  }
  .sns-page .sns-case__text {
    font-size: 0.9rem;
  }
  .sns-page .sns-pricing {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .sns-page .sns-pricing__card {
    padding: 2rem 1.5rem;
  }
  .sns-page .sns-pricing__name {
    font-size: 1.3rem;
  }
  .sns-page .sns-pricing__price {
    font-size: 2.5rem;
  }
  .sns-page .sns-pricing__item strong {
    font-size: 1rem;
  }
  .sns-page .sns-pricing__item p {
    font-size: 0.85rem;
  }
  .sns-page .sns-cta__button {
    font-size: 1rem;
    padding: 1rem 2rem;
  }
  .sns-page .sns-cta__text {
    font-size: 0.9rem;
  }
}
@media (max-width: 480px) {
  .sns-page .sns-hero__image {
    height: 40vh;
  }
  .sns-page .sns-hero__overlay {
    bottom: 8%;
  }
  .sns-page .sns-hero__eyebrow {
    font-size: 0.75rem;
    padding: 0.6rem 1.5rem 0.3rem 1.5rem;
  }
  .sns-page .sns-hero__title {
    font-size: 1.3rem;
    padding: 0.3rem 1.5rem 0.6rem 1.5rem;
  }
  .sns-page .sns-hero__title span {
    font-size: 0.936rem;
  }
  .sns-page .sns-hero__title::after {
    left: 4px;
    top: 4px;
  }
  .sns-page .sns-section {
    padding: 2rem 0;
  }
  .sns-page .sns-section__title {
    font-size: 1.4rem;
  }
  .sns-page .sns-pricing__price {
    font-size: 2rem;
  }
  .dr-page .dr-hero__image {
    height: 40vh;
  }
  .dr-page .dr-hero img {
    height: 40vh;
  }
  .dr-page .dr-hero__title-wrapper {
    bottom: 8%;
  }
  .dr-page .dr-hero__title {
    font-size: 1.3rem;
    padding: 0.3rem 1.5rem 0.6rem 1.5rem;
  }
  .dr-page .dr-hero__title::after {
    left: 4px;
    top: 4px;
  }
  .recruit-page .recruit-hero img {
    height: 40vh;
  }
  .recruit-page .recruit-hero__title-wrapper {
    bottom: 8%;
  }
  .recruit-page .recruit-hero__title {
    font-size: 1.3rem;
    padding: 0.3rem 1.5rem 0.6rem 1.5rem;
  }
  .recruit-page .recruit-hero__title::after {
    left: 4px;
    top: 4px;
  }
  .recruit-page .recruit-content {
    padding: 30px 20px;
  }
  .recruit-page .recruit-content__title {
    font-size: 1.6rem;
  }
  .recruit-page .recruit-content__text {
    font-size: 0.95rem;
  }
}