* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  letter-spacing: 3px;
}

h1,
h2,
h3,
h4,
h5,
p {
  line-height: 1.7;
  letter-spacing: 3px;
}

.inline {
  display: inline-block;
}

body {
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
}

.wrap {
  overflow: hidden;
}

/*fv*/
.fv {
  width: 100%;
  height: 100vh;
  position: relative;
  font-weight: bold;
  overflow: hidden;
}

.fv-textbox {
  position: absolute;
  z-index: 2;
  left: 10%;
  top: 40%;
}

.fv-text-main {
  font-size: 2.5rem;
}

.fv-text-sub {
  font-size: 1.5rem;
}

.fv-img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 55vw;
}

.fv-img img {
  width: 100%;
  display: block;
}

/*section*/
section {
  padding: 4rem 0;
}

.section-inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}

.section-title {
  text-align: left;
  /* 左揃え */
  padding-left: 1rem;
  border-left: 6px solid #048ead;
  /* 左に太いアクセント線 */
  line-height: 1.2;
}

/* 英語部分 */
.section-title::before {
  content: attr(data-en);
  display: block;
  font-size: 1.3rem;
  /* かなり小さく */
  color: #048ead;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 0.5rem;
}

/* 日本語部分（本体） */
.section-title {
  font-size: 2rem;
  /* 大きく */
  color: #222;
}

/*about*/
.about {
  position: relative;
}

.about-bg {
  position: absolute;
  top: -16rem;
  z-index: -1;
}

.about-bg img {
  display: block;
  width: 100%;
}

.about-contents {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}

.about-top-text {
  margin-top: 2rem;
}

.about-top {
  font-weight: bold;
}

.about-top-main {
  font-size: 2.5rem;
  font-weight: 600;
}

.about-top-main span {
  font-size: 4rem;
  text-transform: uppercase;
  display: inline-block;
  color: #0072c4;
  font-weight: 900;
}

.about-top-main span+span {
  margin-left: 1rem;
}

.about-top-sub {
  font-size: 1.3rem;
}

.about-top-sub span {
  font-weight: 900;
  color: #0072c4;
}

/*morebtn*/
.morebtnwrap {
  display: flex;
  margin-top: 3rem;
}

.btn-right {
  justify-content: flex-end;
}

.btn-center {
  justify-content: center;
}

.btn-fill {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 40px;
  border: 2px solid #333;
  /* 枠線 */
  background-color: transparent;
  /* 最初は透明 */
  color: #333;
  text-decoration: none;
  font-weight: bold;
  border-radius: 50px;
  transition: all 0.3s ease;
  /* すべての変化を滑らかに */
}

/* 矢印（CSSで作る「く」の字） */
.btn-fill::after {
  content: "";
  width: 6px;
  height: 6px;
  margin-left: 10px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
  transition: all 0.3s ease;
}

/* ホバー時のスタイル */
.btn-fill:hover {
  background-color: #333;
  /* 背景を黒に */
  color: #fff;
  /* 文字を白に */
}

.btn-fill:hover::after {
  border-color: #fff;
  /* 矢印も白に */
  transform: rotate(45deg) translate(4px, -4px);
  /* 右上に少しズレる動き */
}

/*theme*/

.theme-contents {
  margin-top: 2rem;
}

.theme-contents p {
  font-weight: bold;
  font-size: 1.5rem;
}

.activity-contents {
  margin-top: 4rem;
}

.activity-item {
  width: 100%;
  margin: 1rem;
  display: flex;
  justify-content: space-between;
}

.activity-item+.activity-item {
  margin-top: 4rem;
}

.activity-item-img {
  border-radius: 2rem;
  width: 300px;
  position: relative;
}

.activity-item-img::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  position: absolute;
  z-index: -1;
  left: 1.5rem;
  top: -1.5rem;
  background-color: #048ead;
}

.activity-item-img img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 2rem;
}

.activity-item-textbox {
  text-align: left;
  /* 左揃え（中央揃えが良い場合は center に） */
  width: calc(100% - 380px);
}

.activity-item-textbox h3 {
  font-size: 1.5rem;
  color: #333;
  letter-spacing: 0.05em;
  /* 少し文字間を空ける */
  display: flex;
  flex-direction: column;
  /* 英語を上に表示するため */
}

.activity-item-textbox h4 {
  margin-top: 0.5rem;
  font-size: 1.2rem;
  color: #048ead;
}

.activity-item-textbox p {
  font-size: 0.95rem;
  line-height: 1.7;
  /* 行間を広げて読みやすく */
  text-align: justify;
  /* 文章の両端を揃える */
  margin-top: 1rem;
}

/*member*/
.member-contents {
  margin-top: 3rem;
}

/*==================================================
スライダーのためのcss
===================================*/
.member-slider img {
  width: 100%;
  /*スライダー内の画像を横幅100%に*/
  height: auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.member-slider .slick-slide {
  margin: 0 10px;
  /*スライド左右の余白調整*/
}

.member-textbox {
  margin-top: 0.5rem;
}

.member-textbox h3 {
  font-size: 1.3rem;
}

.member-role {
  font-size: 0.9rem;
}

.member-tag {
  margin-top: 0.25rem;
}

.member-tag ul {
  display: flex;
  flex-wrap: wrap;
}

.member-tag li {
  background-color: #0072c4;
  color: #fff;
  font-size: 0.8rem;
  padding: 0.2rem;
  margin: 0.1rem;
  font-weight: bold;
}

/*activity-report*/
.activity-report {
  position: relative;
}

.activity-report-bg {
  position: absolute;
  top: -5rem;
  z-index: -1;
}

.activity-report-bg img {
  display: block;
  width: 100%;
}

.report-contents {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3rem;
  gap: 1rem;
}

/* 全体の枠 */
.report-item {
  width: calc((100% - 2rem) / 3);
  background: #fff;
  /* 白背景を追加 */
  border-radius: 12px;
  /* 角丸 */
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  /* 薄い影 */
  overflow: hidden;
  /* 角丸からはみ出さないように */
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  cursor: pointer;
  /* クリックできる感を出す */
}

/* ホバー時の動き */
.report-item:hover {
  transform: translateY(-5px);
  /* 上に浮く */
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  /* 影を濃く */
}

/* 画像 */
.report-item-img img {
  width: 100%;
  display: block;
  aspect-ratio: 1.75/1;
  object-fit: cover;
  transition: transform 0.5s ease;
}

/* 画像のホバー（ズーム） */
.report-item:hover .report-item-img img {
  transform: scale(1.05);
}

/* テキストボックス */
.report-textbox {
  padding: 1.5rem;
  /* 内側に余白を作る */
}

/* 日付 */
.report-date {
  font-size: 0.85rem;
  color: #888;
}

/* タイトル */
.report-textbox h3 {
  font-size: 1.1rem;
  line-height: 1.5;
  margin-top: 0.5rem;
  color: #333;
  font-weight: bold;
}

/* 本文（省略部分） */
.report-text p {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #666;
  display: -webkit-box;
  /* 必須 */
  -webkit-box-orient: vertical;
  /* 必須：縦方向に並べる */
  -webkit-line-clamp: 3;
  /* 表示する行数を指定（ここを変えれば行数変更可） */
  overflow: hidden;
  /* はみ出しを隠す */
  margin-top: 0.8rem;
}

/* ==========================================
   活動報告 横並びリストスタイル（ニュース風）
   ========================================== */
.report-list-style {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.report-list-style .report-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 2rem 1rem;
  border-bottom: 1px solid #e0e0e0;
  align-items: flex-start;
  background-color: #fff;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}

.report-list-style .report-item:first-child {
  border-top: 1px solid #e0e0e0;
}

.report-list-style .report-item:hover {
  transform: none;
  box-shadow: none;
}

.report-list-style .report-item-img {
  width: 260px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 6px;
}

.report-list-style .report-item-img img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1.65/1;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.report-list-style .report-item:hover .report-item-img img {
  transform: scale(1.1);
}

.report-list-style .report-textbox {
  width: calc(100% - 290px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}

.report-list-style .report-info {
  display: flex;
  align-items: center;
  margin-bottom: 0.8rem;
}

.report-list-style .report-textbox h3 {
  margin: 0 0 0.8rem 0;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #333;
  transition: color 0.3s;
}

.report-list-style .report-item:hover .report-textbox h3 {
  color: #0072c4;
}

.report-list-style .report-text p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #666;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

/*news*/
/* リスト全体の間隔調整 */
.news-contents {
  margin-top: 3rem;
}

.news-item {
  display: flex;
  justify-content: space-between;
  padding: 2rem 1rem;
  /* 上下にたっぷり余白をとる */
  border-bottom: 1px solid #e0e0e0;
  /* 薄い区切り線 */
  align-items: flex-start;
  background-color: #fff;
}

.news-item+.news-item {
  margin-top: 1rem;
}

/* 最初の線は消す、あるいは最後の線を消すなど好みで */
.news-item:first-child {
  border-top: 1px solid #e0e0e0;
}

/* 画像まわり */
.news-item-img {
  width: 260px;
  /* 少し小さくして文字スペースを確保 */
  flex-shrink: 0;
  /* 画像が潰れないように */
  overflow: hidden;
  /* 角丸やズーム用 */
  border-radius: 6px;
}

.news-item-img img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1.65/1;
  object-fit: cover;
  transition: transform 0.5s ease;
}

/* ホバーで画像をゆっくりズーム */
.news-item:hover .news-item-img img {
  transform: scale(1.1);
}

/* テキストエリア */
.news-textbox {
  width: calc(100% - 290px);
  /* 画像幅 + 余白分を引く */
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* 上下中央寄せ（好みで flex-start でもOK） */
}

/* 日付とカテゴリの並び */
.news-info {
  display: flex;
  align-items: center;
  margin-bottom: 0.8rem;
}

.news-date {
  font-size: 0.9rem;
  color: #888;
  font-family: sans-serif;
  letter-spacing: 0.05em;
}

/* カテゴリバッジの装飾 */
.news-cat {
  margin-left: 1rem;
  list-style: none;
  /* ulの・を消す */
  padding: 0;
}

.news-cat li {
  background: #0072c4;
  color: #fff;
  padding: 4px 12px;
  /* 少し広げる */
  font-size: 0.75rem;
  /* 文字は小さく */
  border-radius: 50px;
  /* 丸くする */
  font-weight: bold;
  line-height: 1;
}

/* タイトル */
.news-textbox h3 {
  margin: 0 0 0.8rem 0;
  /* 上のマージンを消して下を空ける */
  font-size: 1.25rem;
  line-height: 1.4;
  color: #333;
  transition: color 0.3s;
}

.news-item:hover .news-textbox h3 {
  color: #0072c4;
  /* ホバーで青く */
}

/* ★★★ ここが3行省略のキモ ★★★ */
.news-textbox p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #666;
  margin: 0;

  /* 3行で「...」にする指定 */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* 3行制限 */
  overflow: hidden;
}

/*footer-top*/

.footer-top {
  background-color: #f1f3f7;
  padding: 4rem 0;
}

.footer-inner {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
}

.footer-company-info {
  margin-top: 1rem;
}

.footer-logo img {
  width: 300px;
}

.footer-company-info h1 {
  text-transform: capitalize;
  font-size: 1.4rem;
}

.footer-company-info address {
  font-style: normal;
  margin-top: 1rem;
}

.footer-top-entrybox {
  margin-left: auto;
}

.footer-top-entrybox a {
  padding: 1rem 2rem;
  display: block;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 300px;
}

.footer-top-entrybox li+li {
  margin-top: 1.5rem;
}

/*footer-main*/
.footer-main {
  background-color: #262626;
  padding: 4rem 0;
}

.footer-nav {
  width: 100%;
}

.footer-nav ul {
  display: flex;
  justify-content: center;
  width: 100%;
  font-size: 0.9rem;
}

.footer-nav li {
  margin: 0.5rem;
}

.footer-main .footer-inner {
  flex-direction: column;
  color: #fff;
  text-align: center;
}

.footer-main small {
  margin-top: 1rem;
}

/*undeer*/
.u-fv {
  height: 400px;
  position: relative;
}

.u-fv-box {
  margin-left: auto;
  max-width: 1000px;
  margin: 0 auto;
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.u-fv-title {
  line-height: 1.4;
  text-align: left;
  width: fit-content;
}

.u-fv-title::before {
  content: attr(data-en);
  font-optical-sizing: auto;
  text-transform: uppercase;
  font-size: 5rem;
  display: block;
}

.u-main article {
  position: relative;
}

.u-main-bg {
  position: absolute;
  top: -10rem;
  z-index: -1;
}

.u-main-bg img {
  display: block;
  width: 100%;
}

.u-vision-textbox {
  margin-top: 3rem;
  /* すりガラス風の背景 */
  background: rgba(255, 255, 255, 0.65);
  /* 半透明の白 */
  backdrop-filter: blur(10px);
  /* 背景をぼかす */
  border: 1px solid rgba(255, 255, 255, 0.4);
  /* 薄い白枠 */
  border-radius: 12px;
  padding: 3rem 2rem;
  /* 余白をたっぷりとる */
  text-align: center;
  /* 中央揃えでどっしりと */
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  /* ほんのり影 */
}

/* 1行目：「失敗できる〜」 */
.u-vision-text:first-child {
  font-size: 1.5rem;
  color: #005c8f;
  /* 背景に負けない濃い青 */
  font-weight: bold;
  margin-bottom: 1rem;
  display: block;
}

/* 2行目：メインメッセージ */
.u-vision-text:last-child {
  font-size: 2.2rem;
  color: #222;
  font-weight: 800;
  /* 極太 */
  letter-spacing: 0.05em;
  line-height: 1.4;
}

/* u-ideal-textbox 全体の余白 */
/* =========================================
   Ideal State Section (ありたい姿)
   背景：不透明の白カード＋青い影でくっきり表示
   ========================================= */

/* コンテナ全体の余白 */
.u-ideal-textbox {
  margin-top: 3rem;
}

/* H3：白いカプセル型タイトル */
.u-ideal-text h3 {
  display: inline-block;
  background-color: #fff;
  /* 真っ白 */
  padding: 0.8rem 2rem;
  /* 横長にして安定感を出す */
  border-radius: 12px;
  font-size: 1.3rem;
  font-weight: bold;
  color: #048ead;
  /* テーマカラー */
  margin-bottom: 2.5rem;
  /* 下の文章との距離を広げる */
  box-shadow: 0 4px 15px rgba(4, 142, 173, 0.15);
  /* やわらかい青色の影 */
}

/* リード文（最初のpタグ） */
.u-ideal-text p:first-of-type {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 3rem;
  /* リストとの距離をしっかり空ける */
  padding-left: 0.5rem;
  /* 少しだけ右に寄せる */
}

/* リスト部分（2番目以降のpタグ）カードスタイル */
.u-ideal-text p:nth-of-type(n + 2) {
  font-size: 1.05rem;
  line-height: 1.6;
  color: #444;

  /* ★重要：背景を「不透明の白」にして背景と分離させる */
  background-color: #ffffff;

  /* カードの形状 */
  padding: 1.2rem 1.5rem;
  margin-bottom: 1rem;
  /* カード同士の隙間 */
  border-radius: 8px;
  /* 角丸 */

  /* 左側に青いアクセントライン */
  border-left: 5px solid #048ead;

  /* ★重要：影を少し濃く、青みのある色にして浮き立たせる */
  box-shadow: 0 5px 15px rgba(4, 142, 173, 0.2);

  /* 境界線をよりはっきりさせるための極薄い枠線 */
  border-top: 1px solid #f9f9f9;
  border-right: 1px solid #f9f9f9;
  border-bottom: 1px solid #f9f9f9;
}

/*why*/
/* Core problem statement */
.why-top-text {
  margin-top: 2rem;
  font-size: 1.25rem;
  font-weight: bold;
  color: #333;
  line-height: 1.6;
}

/* Individual problem item container */
.why-item {
  margin-top: 3rem;
  padding-bottom: 2rem;
  border-bottom: 1px dashed #ddd;
  /* 問題間に点線区切りを入れる */
}

/* 最後のwhy-itemの下線は不要 */
.why-contents .why-item:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

/* Header (【1】 【2】) の新しい強調スタイル */
.why-item h3 {
  font-size: 1.5rem;
  font-weight: 800;
  /* 極太 */
  color: #333;

  /* ★ 差別化ポイント: 非常に薄い背景色でブロック化 ★ */
  background-color: #f5fcff;
  /* ごく薄い水色 */
  padding: 0.8rem 1rem;
  margin-bottom: 1.5rem;
  border-radius: 4px;
}

/* List container */
.why-item-lists {
  margin-top: 1rem;
  padding-left: 0;
}

/* List items */
.why-item-lists li {
  list-style-type: disc;
  list-style-position: outside;
  font-size: 1.1rem;
  line-height: 1.8;
  color: #444;
  margin-left: 1.5rem;
  margin-top: 0.5rem;
}

/* 最後のまとめ文（解決策）の強調 */
.why-item:last-of-type>p {
  margin-top: 2rem;
  font-size: 1.15rem;
  font-weight: bold;
  color: #0072c4;
  /* 濃い青で解決策を強調 */
  line-height: 1.6;
}

/*message*/
.message-contents {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.message-img {
  width: 400px;
}

.message-textbox {
  width: calc(100% - 450px);
}

.message-top {
  font-weight: bold;
  margin-top: 1rem;
  font-size: 1.4rem;
}

.message-text {
  margin-top: 2rem;
}

.u-theme-contents {
  margin-top: 2rem;
}

.u-theme-item {
  background: #fff;
  padding: 1.5rem 2rem;
  margin-bottom: 1rem;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(4, 142, 173, 0.15);

  display: flex;
  /* 横並びレイアウト */
  align-items: center;
  gap: 1.5rem;
}

/* タイトルの装飾（①などはここに含まれる想定） */
.u-theme-item h3 {
  font-size: 1.3rem;
  color: #048ead;
  font-weight: bold;
  min-width: 30%;
  /* タイトル幅を固定 */
  margin: 0;

  /* 下線などはなしでシンプルに */
}

/* 本文 */
.u-theme-item p {
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
  margin: 0;
  padding-left: 1.5rem;
  border-left: 1px solid #eee;
  /* 真ん中に薄い区切り線 */
}

/* --- Activity Direction --- */
.u-direction-top {
  margin-top: 2rem;
}

.direction-contents {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.direction-item {
  display: flex;
  align-items: center;
  /* 上下中央揃え */
  background: #fff;
  padding: 1.5rem;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(4, 142, 173, 0.15);
}

/* ラベル部分（data-en="個人"など） */
.direction-item::before {
  content: attr(data-en);
  flex-shrink: 0;
  /* 縮まないように */
  width: 80px;
  /* 正円にするためのサイズ */
  height: 80px;
  background: #048ead;
  color: #fff;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;
  /* 丸くする */
  font-size: 1.2rem;
  font-weight: bold;
  margin-right: 1.5rem;
  /* テキストとの距離 */
  box-shadow: 0 4px 10px rgba(4, 142, 173, 0.3);
}

/* テキストボックス */
.direction-item-box {
  width: 100%;
}

.direction-item-box h3 {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333;
  margin: 0;
}

/*activity-contents*/

.u-activity-title {
  margin-top: 1rem;
}

/*activity-report*/
.report-nav {
  margin-top: 3rem;
}

.report-nav ul {
  display: flex;
  justify-content: center;
}

.report-nav li {
  line-height: 1;
  padding: 0.25rem 0.35rem;
}

.report-nav li.current {
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
  font-weight: bold;
}

/*u-news*/
.u-news-catwrap ul {
  display: flex;
}

.u-news-catwrap li {
  border: 1px solid #000;
  border-radius: 999rem;
  padding: 0.25em 1rem;
}

.u-news-catwrap li+li {
  margin-left: 1rem;
}

.u-news-catwrap li.current {
  background-color: #000;
  color: #fff;
  font-weight: bold;
}

/*u-member*/
.u-member-top-text {
  margin-top: 2rem;
}

.u-member-top-text li {
  font-weight: bold;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
}

.u-member-top-text li+li {
  margin-top: 1rem;
}

.u-member-top-text li img {
  display: block;
  width: 40px;
  margin-right: 0.5rem;
}

.u-member-overview-contents {
  margin-top: 2rem;
}

.member-price-table {
  width: 100%;
  text-align: center;
  margin-top: 1rem;
  border-collapse: collapse;
}

.member-price-table th {
  background-color: #60c0bf;
  padding: 1rem;
  color: #fff;
}

.member-price-table th:not(:last-of-type) {
  border-right: 2px solid #fff;
}

.member-price-table th:first-of-type {
  border-left: 1px solid #60c0bf;
}

.member-price-table th:last-of-type {
  border-right: 1px solid #60c0bf;
}

.member-price-table td {
  padding: 1rem;
  border: 1px solid #60c0bf;
  background-color: #fff;
}

.member-price-num {
  font-weight: bold;
  font-size: 1.5rem;
  margin-right: 0.5rem;
}

.member-price-small {
  font-size: 0.9rem;
}

.member-price-title {
  text-align: center;
  font-size: 1.4rem;
  background-color: #000;
  color: #fff;
  width: fit-content;
  padding: 0 1rem;
  margin: 0 auto;
}

/*form*/
/* 説明 */
.contact-block {
  max-width: 1100px;
  margin: 0 auto 4rem;
}

/* コンテナ：幅を少し広げて高さを抑える */
.lead {
  margin: 0 auto 2rem;
  width: 95%;
  max-width: 800px;
  /* 横に広げる */
  background: rgba(255, 255, 255, 0.9);
  /* 背景を少し透かす */
  padding: 1.5rem 2rem;
  /* 余白を小さく */
  border-radius: 8px;
  text-align: center;
}

/* 説明文：マージンを極小に */
.form-desc {
  margin-bottom: 0.8rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #333;
}

/* ★リスト：横並びにして高さを削減★ */
.form-list {
  margin: 1rem 0;
  padding: 0;
  display: flex;
  justify-content: center;
  /* 中央揃え */
  flex-wrap: wrap;
  /* スマホで折り返し */
  gap: 0.8rem;
  /* 項目間の隙間 */
}

.form-list li {
  list-style: none;
  font-size: 0.9rem;
  font-weight: bold;
  color: #048ead;
  background: #fff;
  padding: 0.3rem 1rem;
  /* コンパクトなパディング */
  border-radius: 50px;
  border: 1px solid #048ead;
}

/* メールリンク */
.form-desc a {
  color: #048ead;
  font-weight: bold;
  margin-left: 0.5rem;
}

/* 本体 */
.contact-form {
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  /* X方向 Y方向 ぼかし 色 */
  padding: 2rem 3rem;
  width: 95%;
  margin: 0 auto;
}

.row {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  padding: 28px 0;
  border-bottom: 1px solid #efefef;
}

/* 左：ラベル */
.col-label {
  flex: 0 0 260px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 1rem;
}

.label-text {
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #333;

}
span.label-text span.inline {
	font-size:0.85rem;
}
.badge-req {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 6px;
  font-size: 12px;
  line-height: 1;
  border: 1px solid #cf4837;
  color: #cf4837;
  background: #fff;
  border-radius: 4px;
  margin-left:1rem;
}

/* 右：入力 */
.col-field {
  flex: 1 1 auto;
  min-width: 0;
}

.inp,
.area {
  width: 100%;
  display: block;
  font-size: 16px;
  letter-spacing: 0.02em;
  padding: 16px;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  background: #f6f6f6;
  color: #1a1a1a;
  outline: none;
  transition:
    border-color 0.15s,
    box-shadow 0.15s,
    background 0.15s;
}

.inp::placeholder,
.area::placeholder {
  color: #9aa0a6;
}

.inp:focus,
.area:focus {
  border-color: #2da5a8;
  box-shadow: 0 0 0 3px rgba(45, 165, 168, 0.15);
  background: #fff;
}

/* チェックボックス */
.chk {
  display: block;
  margin: 8px 0;
  font-size: 15px;
  color: #333;
}

.chk input {
  margin-right: 8px;
}

/* 送信 */
.actions {
  padding: 26px 0 10px;
  display: flex;
  justify-content: center;
}

.btn-send {
  appearance: none;
  border: none;
  cursor: pointer;
  appearance: none;
  border: none;
  cursor: pointer;
  border: 1px solid #0072c4;
  background: #0072c4;
  padding: 1rem 2rem;
  display: block;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 300px;
  margin-top: 4rem;
  font-size: 1.1rem;
}

.btn-send:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
}

.btn-send:active {
  transform: translateY(0);
}

.activity-bottom {
  margin-top: 3rem;
  text-align: center;
  font-weight: bold;
  font-size: 1.1rem;
  color: #068ead;
}

.u-news-contents {
  margin-top: 0;
}

/* =========================================
   ヘッダー共通設定 & PCレイアウト (画像の通りにする)
   ========================================= */
header {
  background-color: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
}

.header-inner {
  width: 95%;
  margin: 0 auto;
  max-width: 1400px;
  height: 100px;
  /* 必要に応じて高さを調整 */
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* ロゴと右側エリアを離す */
}

.logo img {
  width: 200px;
  /* ロゴサイズ調整 */
  display: block;
}

/* ▼▼▼ ここがポイント：右側エリアを縦並びにして右寄せ ▼▼▼ */
.pc-nav-wrap {
  display: flex;
  flex-direction: column;
  /* 縦に積む */
  align-items: flex-end;
  /* 右端に寄せる */
  justify-content: center;
  gap: 10px;
  /* 上段と下段の隙間 */
}

/* 1段目：ボタンメニュー */
.header-entry-nav ul {
  display: flex;
  gap: 10px;
  /* ボタン間の隙間 */
  list-style: none;
}

.header-entry-nav a {
  display: block;
  color: #fff;
  padding: 0.4rem 1.5rem;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  min-width: 120px;
}

/* ボタン色 */
.entry-membership {
  background: #3b89ac;
}

/* 画像の色に合わせ調整 */
.entry-support {
  background: #4aaadd;
}

.entry-contact {
  background: #2b6cb0;
}

/* 2段目：テキストメニュー */
.header-nav ul {
  display: flex;
  gap: 1.5rem;
  /* リンク間の隙間 */
  list-style: none;
}

.header-nav a {
  font-weight: bold;
  font-size: 1rem;
  color: #000;
  text-decoration: none;
  font-family: serif;
  /* 明朝体っぽく */
  letter-spacing: 0.1em;
}

/* =========================================
   ハンバーガーメニュー＆スマホ対応
   ========================================= */

/* ハンバーガーボタン（初期非表示） */
.hamburger-btn {
  display: none;
  position: relative;
  width: 30px;
  height: 24px;
  cursor: pointer;
  z-index: 1001;
}

.hamburger-btn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333;
  transition: all 0.4s;
}

.hamburger-btn span:nth-of-type(1) {
  top: 0;
}

.hamburger-btn span:nth-of-type(2) {
  top: 11px;
}

.hamburger-btn span:nth-of-type(3) {
  bottom: 0;
}

.hamburger-btn.active span:nth-of-type(1) {
  transform: translateY(11px) rotate(45deg);
}

.hamburger-btn.active span:nth-of-type(2) {
  opacity: 0;
}

.hamburger-btn.active span:nth-of-type(3) {
  transform: translateY(-11px) rotate(-45deg);
}

/* スマホメニュー（ドロワー） */
.sp-nav-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.98);
  z-index: 1000;
  transition: right 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
}

.sp-nav-menu.active {
  right: 0;
}

.sp-nav-inner {
  text-align: center;
  width: 100%;
}

.sp-nav-inner ul {
  list-style: none;
  padding: 0;
}

.sp-nav-inner li {
  margin: 1.5rem 0;
}

.sp-nav-inner a {
  font-size: 1.2rem;
  font-weight: bold;
  color: #333;
}

/* スマホメニュー内のボタン */
.sp-entry-list {
  margin-top: 2rem;
  border-top: 1px solid #eee;
  padding-top: 2rem !important;
}

.sp-entry-list a {
  display: block;
  width: 80%;
  margin: 0 auto 1rem auto;
  color: #fff;
  padding: 1rem;
  border-radius: 50px;
  /* スマホ用のボタン色定義が必要ならここに追加 */
}

.sp-entry-list .entry-membership {
  background: #3b89ac;
}

.sp-entry-list .entry-support {
  background: #4aaadd;
}

.sp-entry-list .entry-contact {
  background: #2b6cb0;
}

body.no-scroll {
  overflow: hidden;
}

/* =========================================
   ▼レスポンシブ切り替え (1024px以下)▼
   ========================================= */
@media screen and (max-width: 1024px) {

  /* PCレイアウト（2段組み）を非表示 */
  .pc-nav-wrap {
    display: none;
  }

  /* ハンバーガーボタンを表示 */
  .hamburger-btn {
    display: block;
  }

  /* ヘッダー高さをスマホ用に調整 */
  .header-inner {
    height: 70px;
  }

  .logo img {
    width: 160px;
  }
}

@media (max-width: 1300px) {
  .fv-img {
    bottom: initial;
    top: 30%;
  }
}

@media (max-width: 1200px) {
  .fv-textbox {
    left: 5%;
  }

  .activity-report-bg {
    position: absolute;
    top: -2rem;
    z-index: -1;
    width: 120vw;
  }

  .u-fv-box {
    right: 5%;
  }

  .u-fv-title {
    font-size: 1.75rem;
  }

  .u-fv-title::before {
    font-size: 4rem;
  }
}

@media (max-width: 1024px) {
  .fv-textbox {
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    text-align: center;
  }

  .fv-img {
    width: 100vw;
    max-width: 600px;
    right: initial;
    top: initial;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 992px) {
  .activity-contents {
    flex-direction: column;
    gap: 1.5rem;
  }

  .activity-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0;
  }

  .activity-item-img {
    width: 200px;
    margin: 0;
  }

  .activity-item-textbox {
    width: calc(100% - 250px);
  }

  .footer-inner {
    flex-direction: column;
    max-width: 600px;
  }

  .footer-top-entrybox {
    margin-left: 0;
    margin-top: 2rem;
  }

  .footer-top-entrybox a {
    width: 100%;
  }

  .about-top-sub {
    font-size: 1.2rem;
  }

  .u-theme-item {
    flex-direction: column;
    gap: 1rem;
  }

  .u-theme-item p {
    padding-left: 0;
  }
}

@media (max-width: 900px) {
  .theme-contents p {
    font-size: 1.2rem;
  }

  .u-vision-text:last-child {
    font-size: 2rem;
  }
}

@media (max-width: 860px) {
  .report-item {
    width: calc((100% - 1rem) / 2);
  }
}

@media (max-width: 768px) {
	.footer-company-info h2{
		font-size:1.2rem;
	}
  .about-top-main {
    font-size: 2rem;
  }

  .about-top-main span {
    font-size: 3.25rem;
  }

  .about-top-sub {
    font-size: 1.1rem;
  }

  .section-title {
    font-size: 1.75rem;
  }

  .news-item-img {
    width: 200px;
  }

  .news-textbox {
    width: calc(100% - 220px);
  }

  .news-textbox h3 {
    font-size: 1.15rem;
  }

  .report-list-style .report-item-img {
    width: 200px;
  }

  .report-list-style .report-textbox {
    width: calc(100% - 220px);
  }

  .report-list-style .report-textbox h3 {
    font-size: 1.15rem;
  }

  .footer-nav ul {
    flex-wrap: wrap;
  }

  .u-vision-text:first-child {
    font-size: 1.3rem;
  }

  .u-vision-text:last-child {
    font-size: 1.75rem;
  }

  .u-vision-textbox {
    padding: 2.25rem 1.5rem;
  }

  .contact-form {
    padding: 1.5rem;
  }

  .row {
    flex-direction: column;
    gap: 1rem;
    padding: 16px 0;
  }

  .col-label {
    width: 100%;
    flex: auto;
    padding-top: 0;
  }
	.col-label p{
		display:flex;
		align-items:center;
	}

  .col-field {
    flex: auto;
    width: 100%;
  }
}

@media (max-width: 576px) {
  .fv-text-main {
    font-size: 2rem;
  }

  .fv-text-sub {
    font-size: 1.2rem;
  }

  .fv-textbox {
    top: 27%;
  }

  .section-title {
    font-size: 1.5rem;
  }

  .section-title::before {
    font-size: 1.2rem;
  }

  .activity-item {
    flex-direction: column;
  }

  .activity-contents {
    gap: 2.5rem;
  }

  .activity-item-textbox {
    width: 100%;
  }

  .activity-item-img {
    margin: 0 auto;
    width: 70%;
    max-width: 300px;
  }

  .report-textbox {
    padding: 1rem;
  }

  .report-textbox h3 {
    font-size: 1rem;
  }

  .news-item-img {
    width: 170px;
  }

  .news-textbox {
    width: calc(100% - 190px);
  }

  .news-textbox h3 {
    font-size: 1.1rem;
  }

  .report-list-style .report-item-img {
    width:100%;
  }

  .report-list-style .report-textbox {
    width: 100%;
	 margin-top:1rem;
  }

  .report-list-style .report-textbox h3 {
    font-size: 1.1rem;
  }

  .u-fv {
    height: 300px;
  }

  .u-main-bg {
    top: -5rem;
  }

  .u-fv-box {
      right: initial;
	 left:5%;
  }

  .u-fv-title {
    font-size: 1.5rem;
  }

  .u-fv-title::before {
    font-size: 3.5rem;
  }

  .u-theme-item h3 {
    font-size: 1.15rem;
  }

  .u-theme-item {
    padding: 1rem 1.5rem;
  }

  .direction-item-box h3 {
    font-size: 1rem;
  }

  .u-vision-text:first-child {
    font-size: 1.2rem;
  }

  .u-vision-text:last-child {
    font-size: 1.5rem;
  }

  .u-ideal-text h3 {
    font-size: 1.2rem;
  }

  .u-ideal-text p:first-of-type {
    font-size: 1rem;
  }

  .u-ideal-text p:nth-of-type(n + 2) {
    font-size: 1rem;
  }

  .why-top-text {
    font-size: 1.1rem;
  }

  .why-item h3 {
    font-size: 1.3rem;
  }

  .why-item-lists li {
    font-size: 1rem;
  }

  .why-item:last-of-type>p {
    font-size: 1rem;
  }

  .btn-send {
    margin-top: 2.5rem;
  }
	.report-list-style .report-item{
		flex-direction:column;
	}
	  .news-item-img {
    width: 100%;
  }

  .news-textbox {
    width: 100%;
    margin-top: 1rem;
  }

  .news-textbox h3 {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
	.footer-company-info h2{
		font-size:1rem;
	}
  .sp-nav-inner a {
    font-size: 1rem;
  }

  .fv-img {
    width: 120vw;
    max-width: 500px;
  }

  .about-top-sub {
    font-size: 1.05rem;
  }

  .theme-contents p {
    font-size: 1.05rem;
  }

  .about-top-main span+span {
    margin-left: 0.25rem;
  }

  .about-top-main span {
    font-size: 2rem;
  }

  .about-top-main {
    font-size: 1.5rem;
  }

  .about-top-sub {
    margin-top: 1rem;
  }

  .report-contents {}

  .report-item {
    width: 100%;
  }

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



  .btn-fill {
    font-size: 0.9rem;
  }

  small {
    font-size: 0.6rem;
  }

  .activity-item-textbox {
    margin-top: 1rem;
  }

  .activity-item-textbox h3 {
    font-size: 1.3rem;
    margin-bottom: 0.75rem;
  }

  .u-fv-title {
    font-size: 1.4rem;
  }

  .u-fv-title::before {
    font-size: 3rem;
  }

  .u-theme-item h3 {
    font-size: 1.1rem;
  }

  .u-theme-item {
    padding: 1rem;
  }

  .direction-item {
    flex-direction: column;
  }

  .direction-item::before {
    margin: 0;
  }

  .direction-item-box {
    margin-top: 1rem;
  }

  section {
    padding: 2.5rem 0;
  }

  .activity-bottom {
    font-size: 1rem;
  }

  .footer-logo img {
    width: 250px;
  }

  .footer-company-info address {
    font-size: 0.9rem;
  }

  .u-vision-text:first-child {
    font-size: 1.1rem;
  }

  .u-vision-text:last-child {
    font-size: 1.35rem;
  }

  .u-vision-textbox {
    padding: 2rem 1.3rem;
  }

  .u-ideal-text p:first-of-type {
    margin-bottom: 2rem;
  }

  .u-ideal-text p:nth-of-type(n + 2) {
    padding: 1rem 1.2rem;
  }

  .why-top-text {
    font-size: 1rem;
  }

  .why-item h3 {
    font-size: 1.1rem;
  }

  .lead {
    padding: 1.5rem 1rem;
  }

  .form-list li {
    font-size: 0.8rem;
  }

  .contact-form {
    padding: 1rem;
  }
	.btn-right{
		justify-content:center;
		margin-top:1rem;
	}
	.activity-item+.activity-item{
		margin-top:6rem;
	}
	.activity-item-textbox h4{
		font-size:1.1rem;
	}
	.activity-item-textbox p{
		font-size:0.9rem;
	}
	.report-list-style .report-textbox h3{
		font-size:1rem;
	}
	.report-list-style .report-info{
		margin-bottom:0.5rem;
	}
	.report-list-style .report-text p{
		font-size:0.9rem;
	}
}

@media (max-width: 400px) {
  .fv-textbox {
    width: 95%;
  }

  .fv-text-main {
    font-size: 1.75rem;
  }

  .fv-text-sub {
    font-size: 1.05rem;
  }

  .fv-textbox {
    top: 32%;
  }

  .about-top-sub {
    font-size: 1rem;
  }

  .section-title {
    font-size: 1.3rem;
  }
}