body {
  width: 100%;
background: radial-gradient(
  circle at 50% 50%,
  #dff3e4 0%,    /* 明るくやさしいミントグリーン */
  #a8d5ba 60%,   /* 落ち着いたナチュラルグリーン */
  #6fbf8a 100%   /* ほんのり深みのあるグリーン */
);
  min-height: 100vh;
  margin: 0;
}

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

.c-wrapper {
  position: relative; 
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  box-shadow: none; 
  padding-right: 0;
  padding-left: 0;
 background: #ffffff;

}


.c-wrapper::before,
.c-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  width: 10px; /* 影の幅 */
  height: 100%;
  filter: blur(8px);
  opacity: 0.3;
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;

}

.c-wrapper::before {
  left: -10px; /* 左側に影 */
}

.c-wrapper::after {
  right: -10px; /* 右側に影 */
}

.c-inner {
  padding-top: 0;
  padding-bottom: 0;
}


.c-inner.c-inner--md.c-inner--one-elem.c-inner--vertical{
        padding-top: 0;
        padding-bottom: 0;
}






[data-structure="e-text"] {
  /* 最小 1rem (16px)、推奨 0.25rem + 3.2vw、最大 1.25rem (20px) */
 font-size: clamp(1rem, -0.500rem + 6.4vw, 1.5rem);;
 line-height:2;
 
  /* テキストの折り返し設定（必要に応じて） */
  overflow-wrap: break-word;
  word-break: break-all;
  text-align: justify;
}


.sns-container {
  display: flex;           /* フレックスボックスを有効化 */
  justify-content: center; /* 横方向の中央寄せ */
  align-items: center;     /* 縦方向の中央寄せ */
  gap: 30px;               /* アイコン同士の間隔 */
  padding: 10px 60px 60px;         /* 上下の余白 */
}

.footer-section {
  padding: 60px 30px;
    background: #f3c91e;
}

.subtitle{
    text-align: center;
    font-weight: bold;
}

p.company {
    font-size: clamp(1.5rem, -1.500rem + 12.8vw, 2.5rem);
    font-weight: 700;
    text-align: center;
}

.company-info{
    font-size: 16px;
}

/* 会社情報のスタイル */
.company-info dt {
  font-weight: bold;
  margin-top: 15px;
    line-height: 1.5;
}

.company-info dd {
  margin-left: 0; /* デフォルトの左余白を消して縦ラインを揃える */
  margin-bottom: 5px;
}

/* SNSアイコンのスタイル (右寄せ) */
.sns-right {
  display: flex;
  justify-content: flex-end; /* 右端に寄せる */
  gap: 15px;                 /* アイコン同士の間隔 */
  margin-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.1); /* 境界線を薄く入れるとおしゃれです */
  padding-top: 15px;
}

.sns-right img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  /* 通常時はカラー（filterを削除） */
  transition: 0.3s;
}

.sns-right img:hover {
  opacity: 0.8; /* ホバー時に透過80%にする */
  /* もし浮き上がる動きも不要であれば、以下を削除してください */
  transform: translateY(-3px); 
}

.p-footer__inner{
    display: none;
}

.copyright {
  background-color: #000000; 
  text-align: center;        /* センター寄せ */
  padding: 10px;             /* パディング10px */
  color: #ffffff;            /* 文字色は白が見やすいです */
  font-size: 0.8rem;         /* コピーライト用の少し小さめサイズ */
  width: 100%;               /* 横幅いっぱい */
}

.copyright small {
  display: block;
}


details.accordion-gold {
    display: block;
    max-width: 720px;
    margin: 20px auto;
    border: 2px solid #3BA100;
    border-radius: 999px;
    box-sizing: border-box;
    background: #fff;
}

/* ===== summary ===== */
details.accordion-gold summary {
    position: relative;
    padding: 18px 70px 18px 32px;
    font-size: 18px;
    font-weight: 600;
    color: #3BA100;
    cursor: pointer;
    list-style: none;
}

details.accordion-gold summary::-webkit-details-marker {
    display: none;
}

/* ===== 右の丸アイコン ===== */
details.accordion-gold summary::after {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    width: 28px;
    height: 28px;
    background-color:#3BA100;
    border-radius: 50%;
    transform: translateY(-50%);
}

/* ===== 矢印 ===== */
details.accordion-gold summary::before {
    content: '';
    position: absolute;
    right: 29px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: translateY(-50%) rotate(45deg);
    transition: transform .3s ease;
    z-index: 1;
}

/* ===== 開いた時の矢印 ===== */
details.accordion-gold[open] summary::before {
    transform: translateY(-50%) rotate(225deg);
}

/* ===== 中身 ===== */
details.accordion-gold .content {
    padding: 0 32px 24px;
    color: #333;
    font-size: 15px;
    line-height: 1.7;
}

/* ===== 開いたら角丸を下だけ変える ===== */
details.accordion-gold[open] {
    border-radius: 32px;
}

p.ac_title {
    font-size: 18px;
    font-weight: 700;
    color: #3BA100;
    margin: 24px 0 12px;
}

.form-title-main {
    font-size: clamp(20px, 5vw, 24px);
    font-weight: 700;
    text-align: center;
    color: #000;
    margin-bottom: 12px;
}

.form-title-note {
    font-size: clamp(15px, 4vw, 18px);
    font-weight: 700;
    text-align: center;
    color: #d60000;
    margin: 0 0 12px;
}

.form-title-sub {
    font-size: clamp(12px, 3.5vw, 13px);
    text-align: center;
    color: #666;
    margin: 0 0 20px;
}

.note {
    background: #fff;
    padding: 80px 24px 24px;
}


.btn {
  background: #3BA100;
  padding: 12px 24px 24px 24px;
  text-align: center;
}

/* =========================
   リンクボタン本体
========================= */
.btn a {
  display: inline-block;
  position: relative;
  line-height: 0;
  text-decoration: none;
  filter: drop-shadow(0 4px 8px rgba(0,0,0,0.3));
  transition: all 0.3s ease;
}

/* =========================
   ボタン画像
========================= */
.btn a img {
  transition: filter 0.3s ease;
}

/* =========================
   右向き矢印（画像上）
========================= */
.btn a::after {
  content: "";
  position: absolute;
  top: 62%;
  right: 15%;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translate(0, -50%) rotate(45deg);
  transition: transform 0.3s ease;
}

/* =========================
   ホバー時の動き
========================= */
.btn a:hover {
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3)) brightness(0.85);
}

.btn a:hover::after {
  /* 矢印を右へスライド */
  transform: translate(6px, -50%) rotate(45deg);
}

/* 押したときの沈み込み */
.btn a:active {
  transform: scale(0.97);
}

/* =========================
   ボタン下の注意文
========================= */
.btn p {
  margin-top: 12px;
  color: #fff;
  font-size: 16px; /* 375px想定 */
  line-height: 1.6;
}
