@charset "UTF-8";
:root {
  --lg-teal: #107566;
  --lg-teal-700: #0a5b4f;
  --lg-teal-900: #083f37;
  --lg-teal-050: #eaf4f1;
  --lg-teal-100: #cfe6e0;
  --lg-orange: #e5781a;
  --lg-orange-050: #fdf2e5;
  --lg-gold: #ffd98a;
  --lg-ink: #2f2a24;
  --lg-ink-2: #5f594f;
  --lg-ink-3: #948d80;
  --lg-line: #e6e0d4;
  --lg-cream: #fbf8f1;
  --lg-cream-2: #f4efe3;
  --lg-w: 1080px;
  --lg-r: 8px;
}

.lg {
  background: var(--lg-cream);
  color: var(--lg-ink);
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: 0.02em;
}
.lg *,
.lg *::before,
.lg *::after {
  box-sizing: border-box;
}
.lg img,
.lg .ph-svg {
  max-width: 100%;
  height: auto;
  display: block;
}

.lg-sec {
  padding: 70px 0;
}
.lg-sec--tight {
  padding: 48px 0;
}
.lg-sec--white {
  background: #fff;
}

.lg-inner {
  max-width: var(--lg-w);
  margin-inline: auto;
  padding-inline: 20px;
}

.lg-narrow {
  max-width: 800px;
  margin-inline: auto;
}

.lg-head {
  text-align: center;
  margin-bottom: 34px;
}
.lg-head__en {
  display: block;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--lg-teal);
}
.lg-head__t {
  margin-top: 9px;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 800;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.lg-head__d {
  margin-top: 12px;
  font-size: clamp(13.5px, 0.1418439716vw + 12.9680851064px, 14.5px);
  line-height: 2;
  color: var(--lg-ink-2);
}

/* ボタン */
.lg-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 17px 36px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-decoration: none;
  border: 0;
  appearance: none;
  cursor: pointer;
  transition: background-color 0.28s ease, color 0.28s ease;
}
.lg-btn svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.lg-btn--primary {
  background: var(--lg-orange);
  color: #fff;
}
.lg-btn--primary:hover {
  background: #c76310;
}
.lg-btn--white {
  background: #fff;
  color: var(--lg-teal-700);
}
.lg-btn--white:hover {
  background: var(--lg-teal-050);
}
.lg-btn--ghost {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.5);
  transition: background-color 0.28s ease, border-color 0.28s ease;
}
.lg-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #fff;
}
.lg-btn--lg {
  padding: 20px 46px;
  font-size: 17px;
}
.lg-btn:disabled, .lg-btn[disabled] {
  background: #d9d3c6;
  color: #8e8779;
  border-color: transparent;
  cursor: not-allowed;
}
.lg-btn:disabled:hover, .lg-btn[disabled]:hover {
  background: #d9d3c6;
}

.lg-hero {
  position: relative;
  background: var(--lg-teal-900) url(../images/sumapo/sumapo_cta.jpg) center 45%/cover no-repeat;
  color: #fff;
}
.lg-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(16, 117, 102, 0.9);
}
.lg-hero__inner {
  position: relative;
  z-index: 1;
  max-width: var(--lg-w);
  margin-inline: auto;
  padding: 70px 20px 76px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lg-hero__h1 {
  margin-top: 26px;
  font-size: clamp(26px, 4.2vw, 42px);
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.lg-hero__h1 em {
  font-style: normal;
  color: var(--lg-gold);
}
.lg-hero__lede {
  margin-top: 20px;
  font-size: clamp(16px, 0.5673758865vw + 13.8723404255px, 20px);
  line-height: 2.05;
  color: rgba(255, 255, 255, 0.95);
}
.lg-hero__lede strong {
  color: #fff;
  background: linear-gradient(transparent 56%, rgba(255, 217, 138, 0.5) 56%, rgba(255, 217, 138, 0.5) 94%, transparent 94%);
  padding: 0 2px;
}
.lg-hero__btns {
  margin-top: 28px;
  display: flex;
  gap: 13px;
  flex-wrap: wrap;
  justify-content: center;
}
.lg-hero__note {
  margin-top: 14px;
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.85;
}

.lg-br-sp {
  display: none;
}

.lg-lockup {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  flex-wrap: wrap;
  text-align: left;
}
.lg-lockup__ico {
  display: grid;
  place-items: center;
}
.lg-lockup__ico svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: #fff;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.lg-lockup__name {
  font-size: 27px;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1;
}
.lg-lockup__name i {
  font-style: normal;
  color: var(--lg-gold);
}
.lg-lockup__sub {
  display: block;
  margin-top: 6px;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.75);
}

/* バッジ3つ: 縦罫で区切った箇条書きを、白い帯にのせる */
.lg-badges {
  margin-top: 26px;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
  padding: 12px 14px;
  border-radius: 6px;
  background: #fff;
}

.lg-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 2px 22px;
  border-left: 1px solid var(--lg-line);
  color: var(--lg-teal-700);
  font-size: clamp(15px, 0.2836879433vw + 13.9361702128px, 17px);
  font-weight: 800;
}
.lg-badge:first-child {
  border-left: 0;
}
.lg-badge svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  color: var(--lg-teal);
}

.lg-worry {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.lg-worry__item {
  padding: 10px 8px;
  text-align: center;
}
.lg-worry__fig {
  display: block;
  width: 140px;
  height: 140px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--lg-line);
}
.lg-worry__fig img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
}
.lg-worry__t {
  margin-top: 14px;
  font-size: clamp(13px, 0.2127659574vw + 12.2021276596px, 14.5px);
  font-weight: 700;
  line-height: 1.75;
}
.lg-worry__note {
  margin-top: 30px;
  padding-top: 22px;
  border-top: 1px solid var(--lg-line);
  text-align: center;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.95;
  letter-spacing: 0.04em;
}
.lg-worry__note b {
  color: var(--lg-teal-700);
  font-weight: 700;
}

.lg-can {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--lg-line);
}
.lg-can__item {
  padding: 32px 30px 36px;
  border-left: 1px solid var(--lg-line);
  text-align: center;
}
.lg-can__item:first-child {
  border-left: 0;
  padding-left: 0;
}
.lg-can__ico {
  display: block;
  width: fit-content;
  margin-inline: auto;
  color: var(--lg-teal);
}
.lg-can__ico svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.lg-can__t {
  margin-top: 16px;
  font-size: clamp(16px, 0.2836879433vw + 14.9361702128px, 18px);
  font-weight: 800;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
.lg-can__d {
  margin-top: 10px;
  font-size: clamp(13.5px, 0.0709219858vw + 13.2340425532px, 14px);
  line-height: 2;
  color: var(--lg-ink-2);
  text-align: left;
}

.lg-sec--teal {
  background: var(--lg-teal);
  color: #fff;
}
.lg-sec--teal .lg-head__en {
  color: var(--lg-gold);
}
.lg-sec--teal .lg-head__d {
  color: rgba(255, 255, 255, 0.86);
}

.lg-opt {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.lg-opt__item {
  display: flex;
  flex-direction: column;
  background: #fff;
  color: var(--lg-ink);
  border-radius: var(--lg-r);
  overflow: hidden;
}
.lg-opt__fig {
  aspect-ratio: 16/10;
  overflow: hidden;
  background: var(--lg-teal-050);
}
.lg-opt__fig img,
.lg-opt__fig .ph-svg,
.lg-opt__fig .ph {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lg-opt__body {
  padding: 20px 22px 24px;
}
.lg-opt__n {
  display: inline-block;
  color: var(--lg-teal-700);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.22em;
}
.lg-opt__t {
  margin-top: 11px;
  font-size: clamp(16px, 0.1418439716vw + 15.4680851064px, 17px);
  font-weight: 800;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
.lg-opt__d {
  margin-top: 9px;
  font-size: 13.5px;
  line-height: 1.95;
  color: var(--lg-ink-2);
}
.lg-opt__note {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.32);
  text-align: center;
  font-size: 14px;
  line-height: 1.95;
}
.lg-opt__note b {
  color: var(--lg-gold);
  font-weight: 800;
}

.lg-staff {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.lg-staff__item {
  display: grid;
  grid-template-columns: 236px minmax(0, 1fr);
  gap: 0;
  background: #fff;
  border: 1px solid var(--lg-line);
  border-radius: var(--lg-r);
  overflow: hidden;
}
.lg-staff__fig {
  position: relative;
  aspect-ratio: 3/4;
  height: 100%;
  overflow: hidden;
  background: var(--lg-teal-050);
}
.lg-staff__fig img,
.lg-staff__fig .ph-svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lg-staff__ph {
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 10px;
  color: var(--lg-teal-100);
}
.lg-staff__ph svg {
  width: 74px;
  height: 74px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.lg-staff__ph small {
  font-size: 10px;
  letter-spacing: 0.16em;
  color: var(--lg-ink-3);
}
.lg-staff__yrs {
  position: absolute;
  left: 0;
  top: 0;
  padding: 9px 16px;
  background: var(--lg-orange);
  color: #fff;
  border-radius: 0 0 14px 0;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
.lg-staff__yrs b {
  font-family: "Outfit", sans-serif;
  font-size: 21px;
  font-weight: 800;
  margin: 0 2px;
}
.lg-staff__body {
  padding: 30px 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.lg-staff__role {
  display: inline-block;
  color: var(--lg-teal-700);
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.16em;
  align-self: flex-start;
}
.lg-staff__name {
  margin-top: 13px;
  font-size: 25px;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.35;
}
.lg-staff__kana {
  display: block;
  margin-top: 5px;
  font-size: 11.5px;
  font-weight: 400;
  letter-spacing: 0.12em;
  color: var(--lg-ink-3);
}
.lg-staff__license {
  margin-top: 11px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.lg-staff__license span {
  padding: 5px 11px;
  border-radius: 6px;
  background: var(--lg-cream-2);
  font-size: 11.5px;
  font-weight: 700;
  color: var(--lg-ink-2);
  line-height: 1.5;
}
.lg-staff__career {
  margin-top: 14px;
  font-size: 14px;
  line-height: 2;
  color: var(--lg-ink-2);
}
.lg-staff__good {
  margin-top: 14px;
  padding-top: 13px;
  border-top: 1px solid var(--lg-line);
  font-size: 13px;
  line-height: 1.85;
}
.lg-staff__good b {
  color: var(--lg-teal-700);
}
.lg-staff__own {
  margin-top: 16px;
  padding: 13px 0 0;
  border-top: 1px solid var(--lg-line);
}
.lg-staff__own ul {
  margin-top: 7px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
.lg-staff__own li {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 16px;
  border-left: 1px solid var(--lg-line);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.7;
}
.lg-staff__own li:first-child {
  border-left: 0;
  padding-left: 0;
}
.lg-staff__own li svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  fill: none;
  stroke: var(--lg-teal);
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.lg-staff__own-l {
  font-size: 15.4px;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: var(--lg-teal-700);
}
.lg-staff__msg {
  position: relative;
  margin-top: 18px;
  padding: 18px 22px;
  background: var(--lg-cream);
  border-radius: var(--lg-r);
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: clamp(15px, 0.1418439716vw + 14.4680851064px, 16px);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: var(--lg-ink);
}
.lg-staff__msg::before {
  content: none;
}
.lg-staff--solo .lg-staff__item {
  grid-template-columns: 300px minmax(0, 1fr);
}
.lg-staff--solo .lg-staff__body {
  padding: 34px 38px;
}

.lg-company {
  margin-top: 36px;
  font-size: clamp(16px, 1.134751773vw + 11.7446808511px, 24px);
  line-height: 1.9;
  color: var(--lg-ink-2);
  text-align: center;
}
.lg-company b {
  color: var(--lg-ink);
}

.lg-flow {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--lg-line);
}
.lg-flow__item {
  display: grid;
  grid-template-columns: 7fr 3fr;
  gap: 0;
  background: #fff;
  border-bottom: 1px solid var(--lg-line);
}
.lg-flow__body {
  display: grid;
  grid-template-columns: 146px minmax(0, 1fr);
  align-content: center;
  padding: 40px 40px 40px 0;
}
.lg-flow__num {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-size: clamp(30px, 2.2695035461vw + 21.4893617021px, 46px);
  font-weight: 600;
  line-height: 1;
  color: var(--lg-teal);
  font-feature-settings: "tnum";
}
.lg-flow__num i {
  font-style: normal;
  font-family: "Outfit", sans-serif;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.28em;
  color: var(--lg-teal-700);
}
.lg-flow__txt {
  border-left: 1px solid var(--lg-line);
  padding-left: 34px;
}
.lg-flow__t {
  font-size: clamp(17px, 0.2836879433vw + 15.9361702128px, 19px);
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.02em;
}
.lg-flow__d {
  margin-top: 10px;
  font-size: clamp(13px, 0.0709219858vw + 12.7340425532px, 13.5px);
  line-height: 2;
  color: var(--lg-ink-2);
  max-width: 36em;
}
.lg-flow__when {
  margin-top: 14px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--lg-teal-700);
}
.lg-flow__fig {
  display: block;
  background: var(--lg-teal-050);
  min-height: 220px;
}
.lg-flow__fig img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lg-online {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--lg-line);
  border: 1px solid var(--lg-line);
  border-radius: var(--lg-r);
  overflow: hidden;
}
.lg-online__cell {
  background: #fff;
  padding: 26px 24px;
  text-align: center;
}
.lg-online__ico {
  display: block;
  margin: 0 auto 12px;
  width: 32px;
  height: 32px;
  color: var(--lg-teal);
}
.lg-online__ico svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.lg-online__l {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--lg-ink-3);
}
.lg-online__v {
  margin-top: 9px;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: var(--lg-teal-700);
}
.lg-online__d {
  margin-top: 7px;
  font-size: 12.5px;
  line-height: 1.85;
  color: var(--lg-ink-2);
}

.lg-faq {
  max-width: 820px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  interpolate-size: allow-keywords;
}
.lg-faq__item {
  background: #fff;
  border-radius: var(--lg-r);
  border: 1px solid var(--lg-line);
}
.lg-faq__item::details-content {
  opacity: 0;
  block-size: 0;
  overflow: hidden;
  transition: block-size 0.3s ease, opacity 0.3s ease, content-visibility 0.3s allow-discrete;
}
.lg-faq__item[open]::details-content {
  opacity: 1;
  block-size: auto;
}
.lg-faq__item[open] .lg-faq__chev {
  transform: rotate(180deg);
}
.lg-faq__q {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 20px 26px;
  cursor: pointer;
  list-style: none;
  font-size: 15.5px;
  font-weight: 800;
  line-height: 1.75;
}
.lg-faq__q::-webkit-details-marker {
  display: none;
}
.lg-faq__q .lg-faq__m {
  background: var(--lg-teal);
  color: #fff;
}
.lg-faq__chev {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin-left: auto;
  fill: none;
  stroke: var(--lg-teal);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.25s ease;
}
.lg-faq__a {
  display: flex;
  gap: 13px;
  padding: 0 26px 20px;
  font-size: 14px;
  line-height: 2;
  color: var(--lg-ink-2);
}
.lg-faq__a .lg-faq__m {
  background: var(--lg-teal-050);
  color: var(--lg-teal-700);
}
.lg-faq__m {
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

.lg-form {
  position: relative;
  background: var(--lg-teal-700) url(../images/sumapo/sumapo_hero.jpg) center 45%/cover no-repeat;
  color: #fff;
  padding: 64px 0 72px;
}
.lg-form::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(10, 91, 79, 0.92);
}
.lg-form > .lg-inner {
  position: relative;
  z-index: 1;
}
.lg-form__head {
  text-align: center;
  margin-bottom: 32px;
}
.lg-form__t {
  font-size: clamp(23px, 3.2vw, 32px);
  font-weight: 800;
  line-height: 1.55;
  letter-spacing: 0.04em;
}
.lg-form__d {
  margin-top: 14px;
  font-size: 14.5px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.85);
}
.lg-form__box {
  max-width: 720px;
  margin-inline: auto;
  background: #fff;
  border-radius: 22px;
  padding: 34px 38px;
  color: var(--lg-ink);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.24);
}

.lg-field + .lg-field {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--lg-line);
}
.lg-field__l {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.02em;
}
.lg-field__l .req {
  padding: 3px 9px;
  border-radius: 4px;
  background: var(--lg-orange);
  color: #fff;
  font-size: 10.5px;
  font-weight: 800;
}
.lg-field__l .opt {
  padding: 3px 9px;
  border-radius: 4px;
  background: var(--lg-cream-2);
  color: var(--lg-ink-3);
  font-size: 10.5px;
  font-weight: 700;
}
.lg-field__h {
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.85;
  color: var(--lg-ink-3);
}

.lg-input {
  width: 100%;
  margin-top: 10px;
  padding: 14px 16px;
  border: 1px solid var(--lg-line);
  border-radius: 8px;
  background: var(--lg-cream);
  font-size: 16px;
  line-height: 1.7;
}
.lg-input:focus {
  outline: none;
  border-color: var(--lg-teal);
  background: #fff;
  box-shadow: 0 0 0 3px var(--lg-teal-050);
}
.lg-input::placeholder {
  color: var(--lg-ink-3);
  opacity: 0.75;
}

textarea.lg-input {
  min-height: 110px;
  resize: vertical;
}

select.lg-input {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23948d80' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 17px;
  padding-right: 42px;
}

.lg-agree {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--lg-line);
  font-size: 12.5px;
  line-height: 1.95;
  color: var(--lg-ink-2);
}
.lg-agree p {
  text-align: center;
}
.lg-agree a {
  color: var(--lg-teal-700);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.lg-agree > label {
  display: block;
  width: fit-content;
  margin: 12px auto 0;
}
.lg-agree .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}
.lg-agree input {
  width: 19px;
  height: 19px;
  accent-color: var(--lg-teal);
  cursor: pointer;
}

.lg-submit {
  margin-top: 24px;
  padding-bottom: 8px;
  text-align: center;
}
.lg-submit .lg-btn {
  width: 100%;
}
.lg-submit__n {
  margin-top: 18px;
  font-size: 12.5px;
  color: var(--lg-ink-2);
  line-height: 1.85;
}

.lg-vh {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.lg a:focus-visible,
.lg-btn:focus-visible {
  outline: 3px solid var(--lg-orange);
  outline-offset: 3px;
  border-radius: 6px;
}

@media (max-width: 960px) {
  .lg-hero__inner {
    padding: 48px 20px 54px;
  }
  .lg-staff__item,
  .lg-staff--solo .lg-staff__item {
    grid-template-columns: 180px minmax(0, 1fr);
  }
  .lg-staff__body,
  .lg-staff--solo .lg-staff__body {
    padding: 24px 24px;
  }
  .lg-staff__name {
    font-size: 21px;
  }
  .lg-worry {
    grid-template-columns: repeat(2, 1fr);
  }
  .lg-can {
    grid-template-columns: 1fr;
  }
  .lg-can__item {
    padding: 26px 0 28px;
    border-left: 0;
    border-top: 1px solid var(--lg-line);
  }
  .lg-can__item:first-child {
    border-top: 0;
  }
  .lg-opt {
    grid-template-columns: 1fr;
  }
  .lg-opt__item {
    flex-direction: row;
    align-items: center;
  }
  .lg-opt__fig {
    flex: 0 0 132px;
    aspect-ratio: 1;
  }
  .lg-opt__body {
    padding: 18px 20px;
  }
  .lg-flow__item {
    grid-template-columns: 1fr;
  }
  .lg-flow__fig {
    min-height: 170px;
    order: -1;
  }
  .lg-flow__body {
    grid-template-columns: 98px minmax(0, 1fr);
    padding: 28px 22px 28px 0;
  }
  .lg-flow__txt {
    padding-left: 22px;
  }
  .lg-online {
    grid-template-columns: 1fr;
  }
}
/* 白帯の3項目は、折り返すと縦罫が宙に浮くので縦積み+横罫に切り替える */
@media (max-width: 780px) {
  .lg-badges {
    display: flex;
    width: fit-content;
    max-width: 100%;
    flex-direction: column;
    align-items: stretch;
    padding: 6px 20px;
  }
  .lg-badge {
    width: 100%;
    padding: 11px 0;
    border-left: 0;
    border-top: 1px solid var(--lg-line);
    font-size: 15px;
    white-space: nowrap;
  }
  .lg-badge:first-child {
    border-top: 0;
  }
}
@media (max-width: 640px) {
  .lg-sec {
    padding: 35px 0;
  }
  .lg-form {
    padding: 32px 0 36px;
  }
  .lg-hero__inner {
    padding: 44px 20px 50px;
  }
  .lg-hero__h1 {
    margin-top: 13px;
    line-height: 1.4;
  }
  .lg-hero__lede {
    margin-top: 10px;
    line-height: 1.5;
  }
  .lg-br-sp {
    display: inline;
  }
  .lg-lockup {
    flex-direction: column;
    gap: 7px;
    text-align: center;
  }
  .lg-lockup__ico svg {
    width: 26px;
    height: 26px;
  }
  .lg-lockup__name {
    font-size: 20.5px;
  }
  .lg-lockup__sub {
    margin-top: 5px;
    font-size: 11px;
  }
  .lg-staff__item,
  .lg-staff--solo .lg-staff__item {
    grid-template-columns: 1fr;
  }
  .lg-staff__fig {
    aspect-ratio: 16/10;
  }
  .lg-staff__msg {
    padding: 15px 16px;
    line-height: 1.65;
  }
  .lg-staff__own ul {
    flex-direction: column;
    gap: 5px;
  }
  .lg-staff__own li {
    width: 100%;
    padding: 0;
    border-left: 0;
  }
  .lg-worry {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .lg-worry__item {
    padding: 8px 4px;
    text-align: center;
  }
  .lg-worry__fig {
    width: 104px;
    height: 104px;
  }
  .lg-worry__t {
    margin-top: 10px;
    line-height: 1.65;
  }
  .lg-opt__item {
    flex-direction: column;
    align-items: stretch;
  }
  .lg-opt__fig {
    flex: none;
    aspect-ratio: 16/10;
  }
  .lg-flow__body {
    grid-template-columns: 1fr;
    padding: 22px 20px 24px;
  }
  .lg-flow__num {
    flex-direction: row;
    align-items: baseline;
    justify-content: flex-start;
    gap: 9px;
    margin-bottom: 10px;
  }
  .lg-flow__txt {
    border-left: 0;
    padding-left: 0;
  }
  .lg-can__d {
    text-align: center;
  }
  .lg-form__box {
    padding: 26px 20px;
  }
  .lg-btn--lg {
    padding: 18px 20px;
    font-size: 15px;
  }
  .lg-hero__btns .lg-btn {
    padding-inline: 50px;
  }
}
:root {
  --green: #107566;
  --green-700: #0a5b4f;
  --ink: #2f2a24;
  --ink-2: #5f594f;
  --ink-3: #948d80;
  --line: #e6e0d4;
  --paper-2: #f4efe3;
}

.svc-call {
  max-width: 420px;
  margin-left: auto;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.35);
  overflow: hidden;
  color: var(--ink);
  rotate: 1.5deg;
}
.svc-call__bar {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 12px 18px;
  background: var(--green-700);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.05em;
}
.svc-call__bar::before {
  content: "";
  flex: none;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #7dffc4;
}
.svc-call__st {
  margin-left: auto;
  font-size: 10.5px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
}
.svc-call__stage {
  position: relative;
  aspect-ratio: 16/10;
  background: linear-gradient(160deg, #3d444c, #22272d);
}
.svc-call__adv {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 9px;
  color: #fff;
  padding-bottom: 26px;
}
.svc-call__face {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  display: grid;
  place-items: center;
}
.svc-call__face svg {
  width: 36px;
  height: 36px;
  fill: none;
  stroke: rgba(255, 255, 255, 0.85);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.svc-call__who {
  font-size: 11px;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.8);
}
.svc-call__eq {
  display: flex;
  gap: 3px;
  align-items: flex-end;
  height: 14px;
}
.svc-call__eq i {
  width: 3px;
  height: 100%;
  border-radius: 2px;
  background: #7dffc4;
  transform-origin: bottom;
  animation: svcEq 1.1s ease-in-out infinite;
}
.svc-call__eq i:nth-child(2) {
  animation-delay: 0.18s;
}
.svc-call__eq i:nth-child(3) {
  animation-delay: 0.36s;
}
.svc-call__eq i:nth-child(4) {
  animation-delay: 0.54s;
}
.svc-call__eq i:nth-child(5) {
  animation-delay: 0.72s;
}
.svc-call__self {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 88px;
  aspect-ratio: 4/3;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: linear-gradient(160deg, #4c545c, #333940);
  display: grid;
  place-items: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}
.svc-call__self svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: rgba(255, 255, 255, 0.8);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.svc-call__self span {
  position: absolute;
  left: 7px;
  bottom: 4px;
  font-size: 9px;
  color: rgba(255, 255, 255, 0.75);
  letter-spacing: 0.06em;
}
.svc-call__notes {
  position: absolute;
  left: 12px;
  bottom: 12px;
  width: min(60%, 224px);
  padding: 12px 15px 13px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.25);
}
.svc-call__notes-t {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: var(--green-700);
}
.svc-call__ctrl {
  display: flex;
  justify-content: center;
  gap: 12px;
  padding: 11px;
  background: #fff;
  border-top: 1px solid var(--line);
}
.svc-call__btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--paper-2);
  display: grid;
  place-items: center;
}
.svc-call__btn svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: var(--ink-2);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.svc-call__btn--end {
  background: #e5544b;
}
.svc-call__btn--end svg {
  stroke: #fff;
}
.svc-call__cap {
  padding: 12px 16px;
  background: #fff;
  border-top: 1px solid var(--line);
  font-size: 11px;
  color: var(--ink-3);
  text-align: center;
  line-height: 1.75;
}

@keyframes svcEq {
  0%, 100% {
    transform: scaleY(0.25);
  }
  50% {
    transform: scaleY(1);
  }
}
.svc-note {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 8px;
  font-size: 11.5px;
  font-weight: 600;
  line-height: 1.5;
  opacity: 0;
  transform: translateY(8px);
  animation: svcMsg 0.5s ease forwards;
}
.svc-note svg {
  flex: none;
  width: 14px;
  height: 14px;
  fill: none;
  stroke: var(--green);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.svc-note--1 {
  animation-delay: 0.6s;
}
.svc-note--2 {
  animation-delay: 1.6s;
}
.svc-note--3 {
  animation-delay: 2.6s;
}

@keyframes svcMsg {
  to {
    opacity: 1;
    transform: none;
  }
}
/* 3行目は「書いている途中」で止める */
.svc-dots {
  flex: none;
  display: flex;
  gap: 3px;
  width: 14px;
  justify-content: center;
}
.svc-dots i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--ink-3);
  animation: svcDot 1.2s infinite;
}
.svc-dots i:nth-child(2) {
  animation-delay: 0.15s;
}
.svc-dots i:nth-child(3) {
  animation-delay: 0.3s;
}

@keyframes svcDot {
  0%, 60%, 100% {
    transform: translateY(0);
    opacity: 0.5;
  }
  30% {
    transform: translateY(-4px);
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .svc-note {
    opacity: 1;
    transform: none;
    animation: none;
  }
  .svc-call__eq i {
    animation: none;
    transform: scaleY(0.55);
  }
  .svc-dots i {
    animation: none;
  }
}
@media (max-width: 900px) {
  .svc-call {
    margin: 0 auto;
    rotate: 0deg;
    max-width: 380px;
  }
}
a.lg-btn--primary:link, a.lg-btn--primary:visited, a.lg-btn--primary:hover, a.lg-btn--primary:active {
  color: #fff;
}

#footer01 {
  display: none;
}

.lg-form__box .wpcf7 p:not([class]) {
  margin: 0;
}
.lg-form__box .wpcf7-form-control-wrap {
  display: block;
}
.lg-form__box .lg-input {
  width: 100%;
}
.lg-form__box select.lg-input {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235f594f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 16px;
}
.lg-form__box .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.lg-form__box .wpcf7-spinner {
  display: block;
  margin: 10px auto 0;
}
.lg-form__box .wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 12px;
  color: #d8365a;
}
.lg-form__box .wpcf7-response-output {
  margin: 18px 0 0;
  padding: 14px 18px;
  border: 0;
  border-radius: 10px;
  background: var(--lg-teal-050);
  color: var(--lg-teal-700);
  font-size: 13.5px;
  line-height: 1.8;
}
.lg-form__box .wpcf7-form.invalid .wpcf7-response-output,
.lg-form__box .wpcf7-form.failed .wpcf7-response-output {
  background: #fdeef1;
  color: #d8365a;
}

.lg [id] {
  scroll-margin-top: 110px;
}
