@charset "UTF-8";
/*
Theme Name:  Will Growth LP Theme
Author: will
Version: 1.0 ver
*/
/* リセットCSS */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5要素の表示をブロックレベルに設定 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 画像のボーダーを削除 */
img {
  border-style: none;
}

/* リンクのテキスト装飾をリセット */
a {
  text-decoration: none;
  color: inherit;
}

/* フォーム要素の外観をリセット */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/* ボタンと入力タイプをリセット */
button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  --wg2-header-h: 64px;
}
@media (min-width: 900px) {
  :root {
    --wg2-header-h: 94px;
  }
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--wg2-header-h) + 16px);
}

body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #3E5054;
  background: #FFFFFF;
  line-height: 1.9;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

strong {
  font-weight: 700;
}

.wg2-container {
  width: 100%;
  max-width: 1120px;
  margin-inline: auto;
  padding-inline: 24px;
}
.wg2-container--narrow {
  max-width: 760px;
}

.wg2-section {
  padding-block: 64px;
}
@media (min-width: 900px) {
  .wg2-section {
    padding-block: 104px;
  }
}
.wg2-section--pale {
  background: #F0F8F9;
}
.wg2-section--imgright {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.wg2-section--imgright::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(255, 255, 255, 0.74);
  pointer-events: none;
}
.wg2-section--imgright .wg2-container {
  position: relative;
  z-index: 1;
}
.wg2-section--navy {
  background: #17394A;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}
.wg2-section--navy::before {
  content: "";
  position: absolute;
  inset: auto -10% -40% auto;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(124, 193, 201, 0.1);
  pointer-events: none;
}
.wg2-section--navy .wg2-container {
  position: relative;
  z-index: 1;
}

.wg2-head {
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 900px) {
  .wg2-head {
    margin-bottom: 56px;
  }
}

.wg2-title {
  font-size: 1.45rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #17394A;
  margin: 0;
}
@media (min-width: 900px) {
  .wg2-title {
    font-size: 2.1rem;
  }
}
.wg2-title em {
  font-style: normal;
  color: #28849D;
}
.wg2-title::after {
  content: "";
  display: block;
  width: 48px;
  height: 4px;
  margin: 20px auto 0;
  background: linear-gradient(90deg, #28849D, #7CC1C9);
  border-radius: 2px;
}
.wg2-title--on-dark {
  color: #FFFFFF;
}
.wg2-title--on-dark em {
  color: #F0E74E;
}
.wg2-title--on-dark::after {
  background: #F0E74E;
}

.wg2-subcopy {
  margin: 16px 0 0;
  font-size: 0.95rem;
  font-weight: 500;
  color: #28849D;
  letter-spacing: 0.04em;
}
@media (min-width: 900px) {
  .wg2-subcopy {
    font-size: 1.1rem;
  }
}

.wg2-lead {
  max-width: 760px;
  margin: 0 auto 40px;
  text-align: left;
  line-height: 1.9;
}
@media (min-width: 900px) {
  .wg2-lead {
    text-align: center;
  }
}

.wg2-prose {
  max-width: 760px;
  margin-inline: auto;
}
.wg2-prose p {
  margin-bottom: 1.4em;
}
.wg2-prose p:last-child {
  margin-bottom: 0;
}

.wg2-h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.6;
  color: #17394A;
  margin: 0 0 16px;
}
.wg2-h3::before {
  content: "";
  flex: 0 0 auto;
  width: 5px;
  height: 1.1em;
  border-radius: 3px;
  background: #28849D;
}
@media (min-width: 900px) {
  .wg2-h3 {
    font-size: 1.35rem;
  }
}

.wg2-note {
  margin-top: 16px;
  font-size: 0.85rem;
  line-height: 1.85;
  color: #8AA0A4;
}
@media (min-width: 900px) {
  .wg2-note {
    font-size: 0.9rem;
  }
}

.wg2-marker {
  background: linear-gradient(transparent 58%, rgba(240, 231, 78, 0.75) 58%);
  font-weight: 700;
  padding: 0 0.08em;
}

@media (min-width: 900px) {
  .wg2-br-sp {
    display: none;
  }
}

.wg2-br-pc {
  display: none;
}
@media (min-width: 900px) {
  .wg2-br-pc {
    display: inline;
  }
}

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

.wg2-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E2F5F7;
  opacity: 1;
  pointer-events: none;
  transition: opacity 0.9s ease-in-out, visibility 0s linear 0.9s;
}
.wg2-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.wg2-loader.is-skipped {
  display: none;
}

.wg2-loader__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.wg2-loader__logo {
  width: 70%;
  max-width: 480px;
  height: auto;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.7s ease-out, transform 0.9s ease-in-out;
}
@media (max-width: 768px) {
  .wg2-loader__logo {
    max-width: 320px;
  }
}

.wg2-loader.is-shown .wg2-loader__logo {
  opacity: 1;
  transform: none;
}

.wg2-loader.is-hidden .wg2-loader__logo {
  transform: translateY(-14px);
}

body.wg2-loading {
  overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .wg2-loader__logo,
  .wg2-loader.is-shown .wg2-loader__logo,
  .wg2-loader.is-hidden .wg2-loader__logo {
    transform: none;
    transition: opacity 0.4s ease-in-out;
  }
  .wg2-loader.is-shown .wg2-loader__logo {
    opacity: 1;
  }
}
.wg2-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  padding: 16px 30px;
  border-radius: 999px;
  border: 2px solid transparent;
  cursor: pointer;
  box-shadow: 0 8px 18px -12px rgba(23, 57, 74, 0.9);
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
}
.wg2-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 24px -14px rgba(23, 57, 74, 0.9);
}
.wg2-btn:active {
  transform: translateY(0);
}
.wg2-btn svg {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  transition: transform 0.2s ease;
}
.wg2-btn:hover svg {
  transform: translateX(3px);
}
.wg2-btn--primary {
  background: #28849D;
  color: #FFFFFF;
  border-color: #28849D;
}
.wg2-btn--primary:hover {
  background: #1f6a7e;
  border-color: #1f6a7e;
  color: #FFFFFF;
}
.wg2-btn--ghost {
  background: #FFFFFF;
  color: #28849D;
  border-color: #28849D;
}
.wg2-btn--ghost:hover {
  background: #28849D;
  color: #FFFFFF;
}
.wg2-btn--on-dark {
  background: #FFFFFF;
  color: #17394A;
  border-color: #FFFFFF;
}
.wg2-btn--on-dark:hover {
  background: #F0E74E;
  border-color: #F0E74E;
  color: #17394A;
}
.wg2-btn--outline-on-dark {
  background: transparent;
  color: #FFFFFF;
  border-color: rgba(255, 255, 255, 0.7);
}
.wg2-btn--outline-on-dark:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.wg2-btn--sm {
  padding: 11px 20px;
  font-size: 0.85rem;
  gap: 6px;
}
.wg2-btn--sm svg {
  width: 15px;
  height: 15px;
}
.wg2-btn--lg {
  padding: 19px 36px;
  font-size: 1.05rem;
}
@media (min-width: 900px) {
  .wg2-btn--lg {
    padding: 22px 52px;
    font-size: 1.15rem;
  }
}
.wg2-btn--block {
  width: 100%;
}

.wg2-btn-note {
  margin: 14px 0 0;
  font-size: 0.85rem;
  letter-spacing: 0.02em;
  opacity: 0.9;
}

.wg2-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 18px;
  border-radius: 999px;
  background: rgba(40, 132, 157, 0.1);
  color: #28849D;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  margin: 0 0 16px;
}
@media (min-width: 900px) {
  .wg2-eyebrow {
    font-size: 0.8rem;
  }
}
.wg2-eyebrow--on-dark {
  background: rgba(255, 255, 255, 0.16);
  color: #FFFFFF;
}

.wg2-kicker {
  display: block;
  margin: 0 0 6px;
  font-size: 0.95rem;
  font-weight: 700;
  color: #28849D;
  letter-spacing: 0.08em;
}
.wg2-kicker--on-dark {
  color: #F0E74E;
}

.wg2-ctaband {
  background: linear-gradient(90deg, #28849D 0%, #28849D 50%, #7CC1C9 50%, #7CC1C9 100%);
  padding: 72px 0;
}
@media (min-width: 900px) {
  .wg2-ctaband {
    padding: 100px 0;
  }
}

.wg2-ctaband__head {
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 900px) {
  .wg2-ctaband__head {
    margin-bottom: 56px;
  }
}

.wg2-ctaband__eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.42);
  text-transform: uppercase;
}
@media (min-width: 900px) {
  .wg2-ctaband__eyebrow {
    font-size: 1.5rem;
  }
}

.wg2-ctaband__title {
  margin: 0 0 14px;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.5;
  color: #FFFFFF;
}
@media (min-width: 900px) {
  .wg2-ctaband__title {
    font-size: 1.9rem;
  }
}

.wg2-ctaband__lead {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.88);
}

.wg2-ctaband__grid {
  display: grid;
  gap: 20px;
  align-items: stretch;
}
@media (min-width: 900px) {
  .wg2-ctaband__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
  }
}

.wg2-ctaband__panel {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 30px 24px;
  background: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}
@media (min-width: 900px) {
  .wg2-ctaband__panel {
    padding: 40px 36px;
  }
  .wg2-ctaband__panel:first-child {
    transform: translateX(-24px);
  }
  .wg2-ctaband__panel:last-child {
    transform: translateX(24px);
  }
}

.wg2-ctaband__panel-title {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #17394A;
  text-align: center;
}
@media (min-width: 900px) {
  .wg2-ctaband__panel-title {
    font-size: 1.4rem;
  }
}

.wg2-ctaband__panel-text {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.9;
  color: #3E5054;
}

.wg2-ctaband__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: auto;
  padding: 16px 24px;
  background: #17394A;
  color: #FFFFFF;
  border-radius: 6px;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.wg2-ctaband__btn:hover {
  opacity: 0.85;
  transform: translateY(-2px);
}
.wg2-ctaband__btn:focus-visible {
  outline: 2px solid #FFFFFF;
  outline-offset: 3px;
}

.wg2-cta {
  margin-top: 48px;
  padding: 32px 22px;
  border-radius: 20px;
  background: #FFFFFF;
  border: 2px solid rgba(40, 132, 157, 0.25);
  box-shadow: 0 20px 44px -34px #17394a;
  text-align: center;
}
@media (min-width: 900px) {
  .wg2-cta {
    padding: 44px;
  }
}
.wg2-cta--pale {
  background: #F0F8F9;
  border-color: #FFFFFF;
}

.wg2-cta__title {
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.6;
  color: #17394A;
  margin: 0 0 12px;
}
@media (min-width: 900px) {
  .wg2-cta__title {
    font-size: 1.5rem;
  }
}

.wg2-cta__text {
  margin: 0 auto 26px;
  max-width: 640px;
  font-size: 0.95rem;
  line-height: 1.9;
  text-align: left;
}
@media (min-width: 900px) {
  .wg2-cta__text {
    text-align: center;
  }
}

.wg2-cta__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: stretch;
}
@media (min-width: 600px) {
  .wg2-cta__actions {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}

.wg2-cta__note {
  margin: 16px 0 0;
  font-size: 0.82rem;
  letter-spacing: 0.02em;
  opacity: 0.85;
}

.wg2-card {
  background: #FFFFFF;
  border: 1px solid #C0D5D8;
  border-radius: 20px;
  padding: 24px 20px;
  box-shadow: 0 16px 36px -32px #17394a;
}
@media (min-width: 900px) {
  .wg2-card {
    padding: 32px 28px;
  }
}

.wg2-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(124, 193, 201, 0.18);
  color: #28849D;
}
.wg2-icon svg {
  width: 26px;
  height: 26px;
}
.wg2-icon--lg {
  width: 64px;
  height: 64px;
}
.wg2-icon--lg svg {
  width: 32px;
  height: 32px;
}
.wg2-icon--on-dark {
  background: rgba(255, 255, 255, 0.14);
  color: #F0E74E;
}
.wg2-icon--solid {
  background: #28849D;
  color: #FFFFFF;
}

.wg2-dotlist {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wg2-dotlist li {
  position: relative;
  padding-left: 1.3em;
  margin-bottom: 0.7em;
  line-height: 1.8;
}
.wg2-dotlist li:last-child {
  margin-bottom: 0;
}
.wg2-dotlist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #7CC1C9;
}

.wg2-checkitems {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wg2-checkitems li {
  position: relative;
  padding-left: 1.75em;
  margin-bottom: 0.7em;
  line-height: 1.8;
}
.wg2-checkitems li:last-child {
  margin-bottom: 0;
}
.wg2-checkitems li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 1.15em;
  height: 1.15em;
  border-radius: 50%;
  background: rgba(40, 132, 157, 0.12);
}
.wg2-checkitems li::after {
  content: "";
  position: absolute;
  left: 0.36em;
  top: 0.78em;
  width: 0.28em;
  height: 0.55em;
  border-right: 2px solid #28849D;
  border-bottom: 2px solid #28849D;
  transform: rotate(45deg);
}

.wg2-checklist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}
@media (min-width: 900px) {
  .wg2-checklist {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 20px;
  }
}
.wg2-checklist li {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 74px;
  padding: 16px 20px 16px 58px;
  background: #FFFFFF;
  border-radius: 999px;
  box-shadow: 0 14px 30px -26px #17394a;
  font-weight: 700;
  line-height: 1.6;
  font-size: 0.95rem;
}
@media (min-width: 900px) {
  .wg2-checklist li {
    font-size: 1rem;
  }
}
.wg2-checklist li::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border: 2px solid #28849D;
  border-radius: 5px;
  background: #FFFFFF;
}
.wg2-checklist li::after {
  content: "";
  position: absolute;
  left: 26px;
  top: 50%;
  width: 9px;
  height: 15px;
  transform: translateY(-60%) rotate(45deg);
  border-right: 3px solid #28849D;
  border-bottom: 3px solid #28849D;
}

.wg2-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #FFFFFF;
  font-size: 0.95rem;
  border: 1px solid #C0D5D8;
  border-radius: 12px;
  overflow: hidden;
}
.wg2-table th,
.wg2-table td {
  border-bottom: 1px solid #C0D5D8;
  padding: 14px 16px;
  text-align: left;
  line-height: 1.7;
  vertical-align: top;
}
.wg2-table thead th {
  background: #17394A;
  color: #FFFFFF;
  font-weight: 700;
  letter-spacing: 0.04em;
  border-bottom: 0;
  white-space: nowrap;
}
.wg2-table tbody th {
  background: #F0F8F9;
  font-weight: 700;
  white-space: nowrap;
  color: #17394A;
}
.wg2-table tbody tr:last-child th,
.wg2-table tbody tr:last-child td {
  border-bottom: 0;
}
.wg2-table caption {
  caption-side: top;
  text-align: left;
  font-weight: 700;
  color: #17394A;
  padding-bottom: 10px;
}

.wg2-reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.wg2-reveal.is-in {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .wg2-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  html {
    scroll-behavior: auto;
  }
}
.wg2-header {
  position: relative;
  z-index: 100;
  background: #FFFFFF;
  border-bottom: 1px solid #C0D5D8;
}
.wg2-header__inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  height: var(--wg2-header-h);
  width: 92%;
  max-width: 1600px;
}
.wg2-header__logo {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  margin-right: auto;
}
.wg2-header__logo-img {
  display: block;
  width: auto;
  height: 26px;
}
@media (min-width: 900px) {
  .wg2-header__logo-img {
    height: clamp(36px, 3.75vw, 54px);
  }
}
.wg2-header__nav {
  display: flex;
  align-items: center;
  gap: 12px 24px;
}
@media (min-width: 1240px) {
  .wg2-header__nav {
    gap: 12px clamp(24px, 3.5vw, 44px);
  }
}
.wg2-header__links {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1240px) {
  .wg2-header__links {
    display: flex;
    align-items: center;
    gap: 4px;
  }
}
.wg2-header__link {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #3E5054;
  white-space: nowrap;
  transition: color 0.2s ease, background 0.2s ease;
}
.wg2-header__link:hover {
  color: #28849D;
  background: rgba(40, 132, 157, 0.06);
}
.wg2-header__link:focus-visible {
  outline: 2px solid #28849D;
  outline-offset: 2px;
}
.wg2-header__link--cta {
  padding: 15px 32px;
  margin-block: 7px;
  border: 1px solid #17394A;
  border-radius: 4px;
  background: #17394A;
  color: #FFFFFF;
  font-weight: 600;
}
.wg2-header__link--cta:hover {
  background: #FFFFFF;
  color: #17394A;
}
.wg2-header__link--cta:focus-visible {
  outline: 2px solid #17394A;
}
.wg2-header__links li:nth-last-child(2) {
  margin-left: 30px;
}
.wg2-header__links li:last-child {
  margin-left: 15px;
}

.wg2-burger {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 0 10px;
  background: transparent;
  border: 0;
  cursor: pointer;
}
@media (min-width: 1240px) {
  .wg2-burger {
    display: none;
  }
}
.wg2-burger span {
  display: block;
  height: 2px;
  background: #17394A;
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.wg2-burger.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.wg2-burger.is-open span:nth-child(2) {
  opacity: 0;
}
.wg2-burger.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.wg2-drawer {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  max-height: calc(100dvh - var(--wg2-header-h));
  overflow-y: auto;
  background: #FFFFFF;
  border-bottom: 1px solid #C0D5D8;
  padding: 8px 24px 24px;
  transform: translateY(-12px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
}
.wg2-drawer.is-open {
  opacity: 1;
  visibility: visible;
  transform: none;
}
@media (min-width: 1240px) {
  .wg2-drawer {
    display: none;
  }
}
.wg2-drawer__links {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
}
.wg2-drawer__links li + li {
  border-top: 1px solid #C0D5D8;
}
.wg2-drawer__links a {
  display: block;
  padding: 14px 4px;
  font-weight: 500;
  color: #17394A;
}
.wg2-drawer__actions {
  display: grid;
  gap: 10px;
}

.wg2-hero {
  position: relative;
  padding-block: 48px 52px;
  background: #E2F5F7 url("images/hero-bg.webp") center top/cover no-repeat;
  overflow: hidden;
}
@media (min-width: 900px) {
  .wg2-hero {
    padding-block: 80px 68px;
  }
}
.wg2-hero__grid {
  position: relative;
}
.wg2-hero__content {
  position: relative;
  z-index: 1;
}
.wg2-hero__eyebrow {
  font-weight: 900;
  font-size: clamp(1rem, 1.94vw, 1.75rem);
  line-height: 1.2;
  letter-spacing: 0.24em;
  color: #0E849C;
  margin: 0;
}
.wg2-hero__logotype {
  margin: 17px 0 0;
  line-height: 0;
}
.wg2-hero__logotype-img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 900px) {
  .wg2-hero__logotype-img {
    width: clamp(240px, 39.2vw, 620px);
  }
}
.wg2-hero__badges {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 900px) {
  .wg2-hero__badges {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.wg2-hero__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-width: 0;
  min-height: clamp(60px, 6.53vw, 94px);
}
@media (min-width: 900px) {
  .wg2-hero__badge {
    flex: 0 0 auto;
    width: clamp(112px, 12.43vw, 179px);
  }
}
.wg2-hero__badge {
  padding: 8px 6px;
  background: #FAE714;
  font-weight: 700;
  font-size: clamp(0.85rem, 1.67vw, 1.5rem);
  line-height: 1.2;
  letter-spacing: 0.06em;
  color: #000;
  text-align: center;
}
@media (min-width: 1024px) {
  .wg2-hero__badge {
    width: clamp(170px, 12.43vw, 179px);
    font-size: 24px;
  }
}
.wg2-hero__visual {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
@media (min-width: 900px) {
  .wg2-hero__visual {
    position: absolute;
    top: 50%;
    right: -24px;
    transform: translateY(-50%);
    margin-top: 0;
    justify-content: flex-end;
    z-index: 0;
    pointer-events: none;
  }
}
.wg2-hero__illust {
  width: 100%;
  max-width: 388px;
}
@media (min-width: 900px) {
  .wg2-hero__illust {
    width: clamp(280px, 27vw, 420px);
    max-width: none;
  }
}
.wg2-hero__lead {
  margin: 26px 0 0;
  padding-top: 26px;
  border-top: 1px solid #0E849C;
  font-weight: 700;
  font-size: clamp(0.95rem, 1.67vw, 1.5rem);
  line-height: 1.8;
  letter-spacing: 0.06em;
  color: #0E849C;
  text-align: center;
}
.wg2-hero__cta {
  position: relative;
  z-index: 2;
  margin: 26px auto 0;
  max-width: 620px;
  padding: 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 20px 44px -32px #17394a;
  text-align: center;
}
@media (min-width: 900px) {
  .wg2-hero__cta {
    padding: 24px 32px;
  }
}
.wg2-hero__cta .wg2-btn {
  width: 100%;
}
@media (min-width: 600px) {
  .wg2-hero__cta .wg2-btn {
    width: auto;
  }
}

.wg2-problem {
  display: grid;
  gap: 28px;
  align-items: center;
}
@media (min-width: 900px) {
  .wg2-problem {
    grid-template-columns: minmax(0, 32%) minmax(0, 1fr);
    gap: 36px;
  }
}

.wg2-problem__visual img {
  display: block;
  width: 100%;
  max-width: 360px;
  height: auto;
  margin-inline: auto;
}
@media (max-width: 899px) {
  .wg2-problem__visual img {
    width: 66%;
  }
}

.wg2-problem__list {
  min-width: 0;
}

.wg2-sideimage {
  position: absolute;
  z-index: -2;
  height: auto;
  pointer-events: none;
  user-select: none;
}
.wg2-sideimage--br {
  right: -6%;
  bottom: 0;
  width: min(52%, 260px);
}
@media (min-width: 900px) {
  .wg2-sideimage--br {
    right: 7%;
    bottom: 14%;
    width: min(26%, 340px);
  }
}

.wg2-section--watermark {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: #FFFFFF;
}
.wg2-section--watermark::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(255, 255, 255, 0.62);
  pointer-events: none;
}
.wg2-section--watermark .wg2-container {
  position: relative;
  z-index: 1;
}

.wg2-watermark {
  position: absolute;
  right: -6%;
  bottom: -8%;
  z-index: -2;
  width: min(70%, 620px);
  height: auto;
  pointer-events: none;
  user-select: none;
}
@media (min-width: 900px) {
  .wg2-watermark {
    right: -2%;
    bottom: -10%;
    width: min(44%, 540px);
  }
}

.wg2-solution {
  counter-reset: wg2-solution;
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 20px;
}
@media (min-width: 900px) {
  .wg2-solution {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}

.wg2-solution__item {
  counter-increment: wg2-solution;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 34px 22px 26px;
  background: #FFFFFF;
  color: #17394A;
  border-radius: 20px;
  box-shadow: 0 0 0 1px rgba(23, 57, 74, 0.17), 0 0 14px rgba(23, 57, 74, 0.1), 0 -3px 8px -2px rgba(23, 57, 74, 0.08), 0 8px 16px -6px rgba(23, 57, 74, 0.12), 0 22px 42px -22px rgba(23, 57, 74, 0.45);
  text-align: center;
}
.wg2-solution__item::before {
  content: counter(wg2-solution);
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #28849D;
  color: #FFFFFF;
  font-size: 1.05rem;
  font-weight: 900;
  box-shadow: 0 6px 14px -8px black;
}

.wg2-solution__text {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
}
@media (min-width: 900px) {
  .wg2-solution__text {
    font-size: 1.05rem;
  }
}

.wg2-define {
  max-width: 1000px;
  margin: 0 auto 44px;
  text-align: center;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 2;
  color: #17394A;
}
@media (min-width: 900px) {
  .wg2-define {
    font-size: 1.3rem;
    line-height: 2.1;
  }
}

@media (max-width: 899px) {
  .wg2-define__key {
    font-size: 1.35em;
  }
}

.wg2-define__key {
  font-style: normal;
  font-weight: 900;
  font-size: 1.6em;
  color: #28849D;
  letter-spacing: 0.01em;
}

.wg2-diagram {
  max-width: 760px;
  margin: 0 auto;
  display: grid;
  gap: 16px;
}
@media (min-width: 900px) {
  .wg2-diagram {
    max-width: 980px;
    grid-template-columns: minmax(0, 300px) minmax(150px, 190px) minmax(0, 1fr);
    align-items: stretch;
    gap: 0;
  }
}

.wg2-diagram__flow {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 12px;
  padding: 8px 0;
}
@media (min-width: 900px) {
  .wg2-diagram__flow {
    grid-template-columns: minmax(0, 1fr);
    align-items: stretch;
    gap: 26px;
    padding: 0 18px;
    align-content: center;
  }
}

.wg2-diagram__node {
  padding: 20px;
  border-radius: 20px;
  background: #FFFFFF;
  border: 1px solid #C0D5D8;
  text-align: center;
  box-shadow: 0 16px 34px -30px #17394a;
}
.wg2-diagram__node--you {
  background: #FFFFFF;
  border-color: #7CC1C9;
}
@media (min-width: 900px) {
  .wg2-diagram__node--you {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.wg2-diagram__node--you .wg2-diagram__head {
  flex-direction: column;
  gap: 10px;
  text-align: center;
}
@media (min-width: 900px) {
  .wg2-diagram__node--you .wg2-diagram__name {
    font-size: 1.05rem;
  }
}
.wg2-diagram__node--wg {
  background: #FFFFFF;
  border-color: #3C6B4E;
  color: #3E5054;
  padding: 28px 22px;
  text-align: left;
  box-shadow: 0 26px 50px -34px #17394a;
}
@media (min-width: 900px) {
  .wg2-diagram__node--wg {
    padding: 34px 40px;
  }
}

.wg2-diagram__head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-align: left;
}

.wg2-diagram__label {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  color: #8AA0A4;
  margin-bottom: 2px;
}

.wg2-diagram__illust {
  display: block;
  width: 100%;
  max-width: 140px;
  height: auto;
  margin-inline: auto;
}
@media (min-width: 900px) {
  .wg2-diagram__illust {
    max-width: 186px;
  }
}

.wg2-diagram__logo {
  display: block;
  width: 100%;
  max-width: 190px;
  height: auto;
  margin-bottom: 8px;
}
@media (min-width: 900px) {
  .wg2-diagram__logo {
    max-width: 220px;
  }
}

.wg2-diagram__name {
  display: block;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.5;
  color: #17394A;
}
@media (min-width: 900px) {
  .wg2-diagram__name {
    font-size: 1.25rem;
  }
}

.wg2-diagram__items {
  list-style: none;
  margin: 22px 0 0;
  padding: 22px 0 0;
  border-top: 1px solid rgba(60, 107, 78, 0.35);
  display: grid;
  gap: 12px;
}
@media (min-width: 900px) {
  .wg2-diagram__items {
    gap: 12px;
  }
}
.wg2-diagram__items li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.92rem;
  line-height: 1.7;
}
@media (min-width: 900px) {
  .wg2-diagram__items li {
    font-size: 1rem;
  }
}
.wg2-diagram__items li svg {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin-top: 0.2em;
  color: #3C6B4E;
}

.wg2-diagram__arrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  margin: 0;
}

.wg2-diagram__arrow-label {
  display: inline-block;
  padding: 4px 14px;
  border-radius: 999px;
  background: #7CC1C9;
  color: #FFFFFF;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

.wg2-diagram__arrow-line {
  position: relative;
  display: block;
  width: 12px;
  height: 30px;
}
.wg2-diagram__arrow-line::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 8px;
  width: 0;
  border-left: 2px solid #7CC1C9;
  transform: translateX(-50%);
}
.wg2-diagram__arrow-line::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 9px 6px 0 6px;
  border-color: #7CC1C9 transparent transparent transparent;
}
@media (min-width: 900px) {
  .wg2-diagram__arrow-line {
    width: 100%;
    height: 12px;
  }
  .wg2-diagram__arrow-line::before {
    left: 0;
    right: 8px;
    top: 50%;
    bottom: auto;
    width: auto;
    border-left: 0;
    border-top: 2px solid #7CC1C9;
    transform: translateY(-50%);
  }
  .wg2-diagram__arrow-line::after {
    left: auto;
    right: 0;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    border-width: 6px 0 6px 9px;
    border-color: transparent transparent transparent #7CC1C9;
  }
}

.wg2-diagram__arrow--back .wg2-diagram__arrow-line::before {
  top: 8px;
  bottom: 0;
  border-left-style: dashed;
}
.wg2-diagram__arrow--back .wg2-diagram__arrow-line::after {
  top: 0;
  bottom: auto;
  border-width: 0 6px 9px 6px;
  border-color: transparent transparent #7CC1C9 transparent;
}
@media (min-width: 900px) {
  .wg2-diagram__arrow--back .wg2-diagram__arrow-line::before {
    top: 50%;
    bottom: auto;
    right: 0;
    left: 8px;
    border-left: 0;
    border-top: 2px dashed #7CC1C9;
  }
  .wg2-diagram__arrow--back .wg2-diagram__arrow-line::after {
    top: 50%;
    bottom: auto;
    right: auto;
    left: 0;
    border-width: 6px 9px 6px 0;
    border-color: transparent #7CC1C9 transparent transparent;
  }
}

.wg2-service__closing {
  max-width: 760px;
  margin: 44px auto 0;
  text-align: center;
}
.wg2-service__closing p {
  margin: 0 0 1em;
  line-height: 1.9;
}

.wg2-service__punch {
  display: inline-block;
  margin: 8px 0 0;
  padding: 16px 24px;
  border-radius: 12px;
  background: rgba(240, 231, 78, 0.35);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.8;
  color: #17394A;
}
@media (min-width: 900px) {
  .wg2-service__punch {
    font-size: 1.3rem;
    padding: 18px 32px;
  }
}

.wg2-why {
  display: grid;
  gap: 46px;
}
@media (min-width: 900px) {
  .wg2-why {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    align-items: stretch;
  }
}

.wg2-why__card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border: 1px solid #C0D5D8;
  border-radius: 20px;
  box-shadow: 0 22px 44px -34px #17394a;
  padding: 40px 24px 30px;
}
@media (min-width: 900px) {
  .wg2-why__card {
    padding: 44px 26px 32px;
  }
}

.wg2-why__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 190px;
  margin: 0 0 20px;
}
.wg2-why__visual img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: saturate(0.6);
  opacity: 0.92;
}
@media (min-width: 900px) {
  .wg2-why__visual {
    height: 210px;
  }
}

.wg2-why__content {
  min-width: 0;
}

.wg2-why__num {
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(140deg, #28849D, #7CC1C9);
  color: #FFFFFF;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 10px 20px -12px #17394a;
}

.wg2-why__icon {
  display: none;
}

.wg2-why__text {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  text-align: left;
}
@media (min-width: 900px) {
  .wg2-why__text {
    font-size: 1.02rem;
  }
}

.wg2-plans {
  display: grid;
  gap: 28px;
}
@media (min-width: 1024px) {
  .wg2-plans {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: min(1320px, 100vw - 48px);
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
    gap: 32px;
  }
}

.wg2-plan {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border: 1px solid #C0D5D8;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 44px -36px #17394a;
}
.wg2-plan--recommend {
  border: 2px solid #28849D;
  box-shadow: 0 24px 48px -30px #28849d;
}

.wg2-plan__head {
  position: relative;
  padding: 22px 20px;
  background: #7CC1C9;
  color: #FFFFFF;
  text-align: center;
}
@media (min-width: 1024px) {
  .wg2-plan__head {
    padding-top: 58px;
  }
}
.wg2-plan--recommend .wg2-plan__head {
  background: linear-gradient(135deg, #17394A 0%, #28849D 100%);
}

.wg2-plan__ribbon {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 16px;
  border-radius: 999px;
  background: #F0E74E;
  color: #17394A;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media (min-width: 1024px) {
  .wg2-plan__ribbon {
    position: absolute;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 0;
    white-space: nowrap;
  }
}

.wg2-plan__name {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media (min-width: 900px) {
  .wg2-plan__name {
    font-size: 1.4rem;
  }
}

.wg2-plan__price {
  margin: 8px 0 0;
  font-size: 1.7rem;
  font-weight: 900;
  line-height: 1.2;
}
@media (min-width: 900px) {
  .wg2-plan__price {
    font-size: 2rem;
  }
}
.wg2-plan__price small {
  font-size: 0.8rem;
  font-weight: 700;
  margin-right: 6px;
  vertical-align: middle;
}

.wg2-plan__body {
  padding: 24px 22px 28px;
}
@media (min-width: 900px) {
  .wg2-plan__body {
    padding: 28px 26px 32px;
  }
}

.wg2-plan__catch {
  margin: 0;
  padding: 14px 16px;
  border-radius: 8px;
  background: #F0F8F9;
  color: #17394A;
  font-weight: 700;
  line-height: 1.7;
  font-size: 0.98rem;
  text-align: center;
}

.wg2-plan__inherit {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 20px 0 12px;
  font-size: 0.9rem;
  font-weight: 700;
  color: #28849D;
}
.wg2-plan__inherit::before, .wg2-plan__inherit::after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  background: #C0D5D8;
}

.wg2-plan__list {
  margin: 18px 0 0;
}

.wg2-plan__punch {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 20px 0 0;
  padding-top: 18px;
  border-top: 1px dashed #C0D5D8;
  font-weight: 700;
  color: #28849D;
  line-height: 1.7;
}
.wg2-plan__punch svg {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin-top: 0.2em;
}

.wg2-common {
  margin-top: 44px;
  overflow-x: auto;
}

.wg2-option {
  margin-top: 32px;
  display: grid;
  gap: 16px;
}

.wg2-option__tag {
  display: inline-block;
  margin-bottom: 12px;
  padding: 4px 14px;
  border-radius: 999px;
  background: #7CC1C9;
  color: #FFFFFF;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.wg2-option__name {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px;
  font-size: 1.1rem;
  font-weight: 700;
  color: #17394A;
  line-height: 1.5;
}
.wg2-option__name svg {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  color: #28849D;
}

.wg2-option__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 16px;
  font-weight: 700;
  color: #28849D;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.wg2-option__link svg {
  width: 16px;
  height: 16px;
}
.wg2-option__link:hover {
  color: #1f6a7e;
}

.wg2-slider {
  position: relative;
}
@media (min-width: 1024px) {
  .wg2-slider {
    padding-inline: 64px;
  }
}

.wg2-slider__viewport {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.wg2-slider.is-ready .wg2-slider__viewport {
  overflow: hidden;
}

.wg2-slider__track {
  gap: 0;
}
.wg2-slider.is-ready .wg2-slider__track {
  transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}

.wg2-slider__btn {
  display: none;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid #C0D5D8;
  border-radius: 50%;
  background: #FFFFFF;
  color: #28849D;
  cursor: pointer;
  box-shadow: 0 10px 24px -16px #17394a;
  transition: background 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}
.wg2-slider.is-ready .wg2-slider__btn {
  display: inline-flex;
  position: absolute;
  top: calc(50% - 24px);
  transform: translateY(-50%);
  z-index: 2;
}
.wg2-slider__btn svg {
  width: 22px;
  height: 22px;
}
.wg2-slider__btn:hover:not(:disabled) {
  background: #28849D;
  color: #FFFFFF;
  border-color: #28849D;
}
.wg2-slider__btn:disabled {
  opacity: 0.3;
  cursor: default;
}
.wg2-slider__btn--prev {
  left: 0;
}
.wg2-slider__btn--prev svg {
  transform: rotate(180deg);
}
.wg2-slider__btn--next {
  right: 0;
}
@media (max-width: 1023px) {
  .wg2-slider.is-ready .wg2-slider__btn {
    position: static;
    transform: none;
    width: 42px;
    height: 42px;
  }
}

.wg2-slider__dots {
  display: none;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}
.wg2-slider.is-ready .wg2-slider__dots {
  display: flex;
}

.wg2-slider__dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(23, 57, 74, 0.22);
  cursor: pointer;
  transition: background 0.2s ease, width 0.2s ease;
}
.wg2-slider__dot.is-current {
  width: 28px;
  border-radius: 999px;
  background: #28849D;
}

@media (max-width: 1023px) {
  .wg2-slider.is-ready {
    display: flex;
    flex-direction: column;
  }
  .wg2-slider__viewport {
    order: 1;
  }
  .wg2-slider__controls,
  .wg2-slider__dots {
    order: 2;
  }
  .wg2-slider.is-ready .wg2-slider__btn--prev {
    order: 2;
  }
  .wg2-slider.is-ready .wg2-slider__dots {
    order: 3;
    margin-inline: 4px;
  }
  .wg2-slider.is-ready .wg2-slider__btn--next {
    order: 4;
  }
  .wg2-slider.is-ready {
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-template-areas: "view view view" "prev dots next";
    align-items: center;
    row-gap: 20px;
  }
  .wg2-slider__viewport {
    grid-area: view;
  }
  .wg2-slider.is-ready .wg2-slider__btn--prev {
    grid-area: prev;
  }
  .wg2-slider.is-ready .wg2-slider__dots {
    grid-area: dots;
    margin-top: 0;
  }
  .wg2-slider.is-ready .wg2-slider__btn--next {
    grid-area: next;
  }
}
.wg2-choose__lead {
  margin: 0 0 24px;
  text-align: center;
  color: #8AA0A4;
}

.wg2-plancards {
  display: grid;
  gap: 16px;
}
@media (min-width: 900px) {
  .wg2-plancards {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}

.wg2-plancard {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 30px 20px 24px;
  background: #FFFFFF;
  border: 1px solid #C0D5D8;
  border-radius: 20px;
  box-shadow: 0 20px 44px -38px #17394a;
  cursor: pointer;
  height: 100%;
  text-align: center;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.wg2-plancard:hover, .wg2-plancard:focus-visible {
  transform: translateY(-4px);
  border-color: #28849D;
  box-shadow: 0 26px 50px -34px #17394a;
}
.wg2-plancard--recommend {
  border: 2px solid #28849D;
}
.wg2-plancard__badge {
  position: absolute;
  top: -12px;
  left: 12px;
  padding: 5px 14px;
  border-radius: 999px;
  background: #F0E74E;
  color: #17394A;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  white-space: nowrap;
  box-shadow: 0 4px 10px -4px rgba(23, 57, 74, 0.6);
}
.wg2-plancard__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(124, 193, 201, 0.18);
  color: #28849D;
}
.wg2-plancard__icon svg {
  width: 26px;
  height: 26px;
}
.wg2-plancard__name {
  font-size: 1.15rem;
  font-weight: 700;
  color: #17394A;
}
.wg2-plancard__price {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.2;
  color: #17394A;
}
.wg2-plancard__more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  align-self: stretch;
  margin-top: auto;
  padding: 13px 20px;
  border-radius: 999px;
  background: #28849D;
  color: #FFFFFF;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: background 0.2s ease;
}
.wg2-plancard__more svg {
  width: 16px;
  height: 16px;
  transition: transform 0.2s ease;
}
.wg2-plancard:hover .wg2-plancard__more, .wg2-plancard:focus-visible .wg2-plancard__more {
  background: #1f6a7e;
}
.wg2-plancard:hover .wg2-plancard__more svg, .wg2-plancard:focus-visible .wg2-plancard__more svg {
  transform: translateX(3px);
}

.wg2-modal {
  width: min(92vw, 760px);
  max-height: 86dvh;
  padding: 0;
  border: 0;
  border-radius: 20px;
  background: #FFFFFF;
  color: #3E5054;
  overflow: hidden;
}
.wg2-modal::backdrop {
  background: rgba(23, 57, 74, 0.55);
}
.wg2-modal[open] {
  animation: wg2ModalIn 0.25s ease;
}

@keyframes wg2ModalIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
}
.wg2-modal__inner {
  display: flex;
  flex-direction: column;
  max-height: 86dvh;
}

.wg2-modal__head {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 20px 20px 16px;
  border-bottom: 1px solid #C0D5D8;
  background: #F0F8F9;
}
@media (min-width: 900px) {
  .wg2-modal__head {
    padding: 24px 28px 20px;
  }
}

.wg2-modal__title {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.5;
  color: #17394A;
}
@media (min-width: 900px) {
  .wg2-modal__title {
    font-size: 1.25rem;
  }
}
.wg2-modal__title svg {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  color: #28849D;
}

.wg2-modal__close {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 1px solid #C0D5D8;
  border-radius: 50%;
  background: #FFFFFF;
  color: #17394A;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}
.wg2-modal__close svg {
  width: 20px;
  height: 20px;
}
.wg2-modal__close:hover {
  background: #17394A;
  color: #FFFFFF;
}

.wg2-modal__body {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

body.wg2-modal-open {
  overflow: hidden;
}

.wg2-choose__body {
  padding: 24px 22px;
}
@media (min-width: 900px) {
  .wg2-choose__body {
    padding: 32px 40px;
  }
}

.wg2-choose__subtitle {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 28px 0 14px;
}
.wg2-choose__subtitle:first-child {
  margin-top: 0;
}
.wg2-choose__subtitle {
  font-size: 1rem;
  font-weight: 700;
  color: #28849D;
}
.wg2-choose__subtitle:first-child {
  margin-top: 0;
}
.wg2-choose__subtitle::after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  background: linear-gradient(90deg, rgba(40, 132, 157, 0.4), transparent);
}

.wg2-choose__flow p {
  margin: 0 0 1em;
  line-height: 1.9;
}
.wg2-choose__flow p:last-child {
  margin-bottom: 0;
}

.wg2-callout {
  margin-top: 40px;
  padding: 26px 22px;
  border-radius: 20px;
  background: #F0F8F9;
  border-left: 5px solid #7CC1C9;
}
@media (min-width: 900px) {
  .wg2-callout {
    padding: 32px 40px;
  }
}
.wg2-callout p {
  margin: 0 0 1em;
  line-height: 1.9;
}
.wg2-callout p:last-child {
  margin-bottom: 0;
}

.wg2-honest {
  margin-top: 32px;
  padding: 26px 22px;
  border-radius: 20px;
  background: #FFF4E6;
  border: 1px solid #f0dcc0;
}
@media (min-width: 900px) {
  .wg2-honest {
    padding: 34px 40px;
  }
}

.wg2-honest__title {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0 20px;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.6;
  color: #8a5a1a;
}
@media (min-width: 900px) {
  .wg2-honest__title {
    font-size: 1.2rem;
  }
}
.wg2-honest__title svg {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  margin-top: 0.15em;
}

.wg2-honest__list {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 16px;
}
.wg2-honest__list > div {
  padding: 16px 18px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.7);
}
.wg2-honest__list dt {
  font-weight: 700;
  color: #17394A;
  margin-bottom: 6px;
}
.wg2-honest__list dd {
  margin: 0;
  padding-left: 1.3em;
  position: relative;
  line-height: 1.85;
}
.wg2-honest__list dd::before {
  content: "→";
  position: absolute;
  left: 0;
  color: #28849D;
  font-weight: 700;
}

.wg2-flow {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 20px;
}
@media (min-width: 900px) {
  .wg2-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
  }
}

.wg2-flow__item {
  display: flex;
  flex-direction: column;
  position: relative;
  background: #FFFFFF;
  border: 1px solid #C0D5D8;
  border-radius: 20px;
  padding: 24px 22px;
  box-shadow: 0 18px 40px -36px #17394a;
}
@media (min-width: 900px) {
  .wg2-flow__item {
    padding: 32px 28px;
  }
}

.wg2-flow__period {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  gap: 8px;
  padding: 7px 18px;
  border-radius: 999px;
  background: #28849D;
  color: #FFFFFF;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.wg2-flow__title {
  margin: 14px 0 18px;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.6;
  color: #17394A;
}
@media (min-width: 900px) {
  .wg2-flow__title {
    font-size: 1.4rem;
  }
}

.wg2-flow__block + .wg2-flow__block {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed #C0D5D8;
}
.wg2-flow__block p {
  margin: 0 0 1em;
  line-height: 1.9;
}
.wg2-flow__block p:last-child {
  margin-bottom: 0;
}

.wg2-flow__label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
  padding: 3px 12px;
  border-radius: 6px;
  background: rgba(124, 193, 201, 0.18);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #28849D;
}
.wg2-flow__label svg {
  width: 15px;
  height: 15px;
}

.wg2-message {
  position: relative;
  width: 80%;
  max-width: 1100px;
  margin-inline: auto;
}

.wg2-message__heading,
.wg2-message__body {
  position: relative;
  z-index: 1;
}

.wg2-message__photo {
  margin: 0 auto 24px;
  max-width: 260px;
}
@media (min-width: 900px) {
  .wg2-message__photo {
    position: absolute;
    top: 0;
    left: -8%;
    z-index: 0;
    width: 640px;
    max-width: 76%;
    margin: 0;
    pointer-events: none;
    user-select: none;
  }
}
.wg2-message__photo img {
  display: block;
  width: 100%;
}

@media (min-width: 900px) {
  .wg2-message__body {
    grid-area: body;
  }
}
.wg2-message__body p {
  margin: 0 0 1.5em;
  line-height: 2;
}
.wg2-message__body strong {
  font-weight: 700;
  color: #17394A;
}

.wg2-message__sign {
  text-align: right;
  font-weight: 700;
  color: #17394A;
}

.wg2-members {
  display: grid;
  gap: 20px;
  margin-top: 56px;
}
@media (min-width: 900px) {
  .wg2-members {
    grid-template-columns: repeat(2, 1fr);
  }
}

.wg2-member {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  background: #FFFFFF;
  border: 1px solid #C0D5D8;
  border-radius: 20px;
  padding: 26px 22px;
  text-align: center;
  box-shadow: 0 18px 40px -36px #17394a;
}
@media (min-width: 900px) {
  .wg2-member {
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
    padding: 30px 28px;
  }
}

.wg2-member__photo {
  flex: 0 0 auto;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #FFFFFF;
  box-shadow: 0 10px 24px -16px #17394a;
}
.wg2-member__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.wg2-member__name {
  margin: 0 0 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #C0D5D8;
  font-size: 1.05rem;
  font-weight: 700;
  color: #17394A;
}
.wg2-member__name span {
  display: block;
  margin-top: 4px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #28849D;
}

.wg2-member__text {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.9;
}

.wg2-members__note {
  margin: 22px 0 0;
  text-align: center;
  font-weight: 700;
  line-height: 1.8;
  color: #17394A;
}

.wg2-facts {
  margin-top: 56px;
  padding: 30px 22px;
  border-radius: 20px;
  background: #F0F8F9;
}
@media (min-width: 900px) {
  .wg2-facts {
    padding: 40px;
  }
}

.wg2-facts__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 0 22px;
  font-size: 1.1rem;
  font-weight: 700;
  color: #17394A;
}
.wg2-facts__title svg {
  width: 24px;
  height: 24px;
  color: #28849D;
}

.wg2-facts__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}
@media (min-width: 900px) {
  .wg2-facts__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.wg2-facts__list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 22px 18px;
  border-radius: 12px;
  background: #FFFFFF;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  font-size: 0.95rem;
  color: #17394A;
  box-shadow: 0 14px 30px -30px #17394a;
}
.wg2-facts__list li svg {
  width: 28px;
  height: 28px;
  color: #28849D;
}

.wg2-facts__source {
  margin: 18px 0 0;
  text-align: center;
  font-size: 0.82rem;
  color: #8AA0A4;
}

.wg2-faq {
  display: grid;
  gap: 14px;
}

.wg2-faq__item {
  background: #FFFFFF;
  border: 1px solid #C0D5D8;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 14px 32px -32px #17394a;
}

.wg2-faq__q {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 52px 18px 18px;
  position: relative;
  font-weight: 700;
  line-height: 1.7;
  color: #17394A;
  cursor: pointer;
  list-style: none;
  transition: background-color 0.2s ease;
}
.wg2-faq__q::-webkit-details-marker {
  display: none;
}
.wg2-faq__q:hover {
  background: #F0F8F9;
}
.wg2-faq__q::before {
  content: "Q";
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: #17394A;
  color: #FFFFFF;
  font-size: 0.9rem;
  font-weight: 900;
}
.wg2-faq__q::after {
  content: "";
  position: absolute;
  right: 22px;
  top: 27px;
  width: 11px;
  height: 11px;
  border-right: 2px solid #28849D;
  border-bottom: 2px solid #28849D;
  transform: rotate(45deg);
  transition: transform 0.25s ease;
}
.wg2-faq__item[open] .wg2-faq__q::after {
  transform: rotate(-135deg);
  top: 31px;
}

.wg2-faq__a {
  position: relative;
  padding: 20px 18px 24px 62px;
  border-top: 1px solid #C0D5D8;
  background: #F0F8F9;
}
.wg2-faq__a::before {
  content: "A";
  position: absolute;
  left: 18px;
  top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: #28849D;
  color: #FFFFFF;
  font-size: 0.9rem;
  font-weight: 900;
}
.wg2-faq__a p {
  margin: 0 0 1em;
  line-height: 1.9;
}
.wg2-faq__a p:last-child {
  margin-bottom: 0;
}
.wg2-faq__a .wg2-table {
  margin: 12px 0;
  font-size: 0.9rem;
}
.wg2-faq__a a {
  color: #28849D;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.wg2-faq__strong {
  font-weight: 700;
  color: #28849D;
}

.wg2-form {
  max-width: 780px;
  margin-inline: auto;
}

.wg2-form__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 0 18px;
  font-size: 1.15rem;
  font-weight: 700;
  color: #17394A;
}
.wg2-form__title svg {
  width: 24px;
  height: 24px;
  color: #28849D;
}

.wg2-form__note {
  margin: 0 0 24px;
  font-size: 0.85rem;
  color: #8AA0A4;
  line-height: 1.8;
}
.wg2-form__note a {
  color: #28849D;
  text-decoration: underline;
}

.wg2-sticky {
  position: fixed;
  z-index: 90;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, 0.97);
  border-top: 1px solid #C0D5D8;
  box-shadow: 0 -6px 20px -18px #17394a;
  display: grid;
  gap: 8px;
  transform: translateY(120%);
  transition: transform 0.3s ease;
}
.wg2-sticky.is-visible {
  transform: none;
}
@media (min-width: 900px) {
  .wg2-sticky {
    left: auto;
    right: 24px;
    bottom: 24px;
    width: 330px;
    padding: 22px;
    border: 1px solid #C0D5D8;
    border-radius: 20px;
    box-shadow: 0 22px 46px -28px #17394a;
    transform: translateY(160%);
  }
}
.wg2-sticky.is-closed {
  display: none;
}

.wg2-sticky__title {
  display: none;
}
@media (min-width: 900px) {
  .wg2-sticky__title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 8px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.6;
    color: #17394A;
  }
  .wg2-sticky__title svg {
    flex: 0 0 auto;
    width: 22px;
    height: 22px;
    color: #28849D;
  }
}

.wg2-sticky__text {
  display: none;
}
@media (min-width: 900px) {
  .wg2-sticky__text {
    display: block;
    /* 下の余白は .wg2-sticky の grid gap(8px)に任せる */
    margin: 0;
    font-size: 0.85rem;
    line-height: 1.7;
    color: #8AA0A4;
  }
}

/* コーポレートの追従バナーに合わせたタグ3つ。
   タイトル・本文と同じく PC(900px以上)のみ表示し、SPの下部バーには出さない */
.wg2-sticky__features {
  display: none;
}
@media (min-width: 900px) {
  .wg2-sticky__features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    list-style: none;
    margin: 0 0 8px;
    padding: 0;
  }
  .wg2-sticky__features li {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #17394A;
    background: #F0F8F9;
    border: 1px solid #C0D5D8;
    border-radius: 30px;
    padding: 4px 10px;
  }
}

.wg2-sticky__close {
  display: none;
}
@media (min-width: 900px) {
  .wg2-sticky__close {
    display: block;
    position: absolute;
    top: 6px;
    right: 8px;
    width: 28px;
    height: 28px;
    border: 0;
    background: transparent;
    color: #8AA0A4;
    font-size: 1.1rem;
    line-height: 1;
    cursor: pointer;
  }
  .wg2-sticky__close:hover {
    color: #17394A;
  }
}

.footer-v5 {
  background: #4e4e4e;
}
.footer-v5 .footer-v5-container {
  width: 100%;
}
.footer-v5 .footer-v5-wrapper {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 70px 0 30px;
}

.footer-v5-brand {
  text-align: center;
  margin-bottom: 60px;
  padding-bottom: 50px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.15);
}
.footer-v5-brand .footer-v5-logo {
  display: inline-block;
  transition: opacity 0.3s;
}
.footer-v5-brand .footer-v5-logo:hover {
  opacity: 0.8;
}
.footer-v5-brand .footer-v5-logo img {
  width: 180px;
  height: auto;
}

.footer-v5-columns {
  display: grid;
  grid-template-columns: 1.2fr 1.4fr 1fr;
  gap: 40px 60px;
  margin-bottom: 60px;
}

.footer-v5-col-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 4px;
  margin: 0 0 25px;
  padding-bottom: 12px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.25);
}

.footer-v5-col--company .footer-v5-company-name {
  font-family: YuGothic, "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 2px;
  margin: 0 0 14px;
}
.footer-v5-col--company .footer-v5-address {
  font-family: YuGothic, "Yu Gothic", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.75);
  letter-spacing: 1px;
  line-height: 1.9em;
  margin: 0 0 22px;
}
.footer-v5-col--company .footer-v5-company-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-v5-col--company .footer-v5-company-links li a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: YuGothic, "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 2px;
  text-decoration: none;
  padding: 6px 0;
  border-bottom: solid 1px transparent;
  transition: 0.3s;
}
.footer-v5-col--company .footer-v5-company-links li a::before {
  content: "→";
  color: #f9e615;
  font-size: 12px;
}
.footer-v5-col--company .footer-v5-company-links li a:hover {
  color: #f9e615;
}

.footer-v5-col--services .footer-v5-services-group-label {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #f9e615;
  letter-spacing: 2px;
  margin: 0 0 12px;
}
.footer-v5-col--services .footer-v5-services-group-label + .footer-v5-services-list {
  margin-bottom: 22px;
}
.footer-v5-col--services .footer-v5-services-list {
  list-style: none;
  margin: 0 0 0 14px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-v5-col--services .footer-v5-services-list li {
  position: relative;
}
.footer-v5-col--services .footer-v5-services-list li::before {
  content: "";
  position: absolute;
  left: -14px;
  top: 50%;
  width: 6px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}
.footer-v5-col--services .footer-v5-services-list li a {
  font-family: YuGothic, "Yu Gothic", sans-serif;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.85);
  letter-spacing: 1.5px;
  text-decoration: none;
  padding: 3px 0;
  border-bottom: solid 1px transparent;
  transition: 0.3s;
}
.footer-v5-col--services .footer-v5-services-list li a:hover {
  color: #f9e615;
}
.footer-v5-col--services .footer-v5-services-list.footer-v5-services-list--main li a {
  display: block;
  font-weight: bold;
  color: #ffffff;
}
.footer-v5-col--services .footer-v5-services-list.footer-v5-services-list--main li a span {
  display: block;
  margin-top: 3px;
  font-weight: normal;
  font-size: 11px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.6);
}
.footer-v5-col--services .footer-v5-services-list.footer-v5-services-list--main li a:hover span {
  color: rgba(249, 230, 21, 0.8);
}

.footer-v5-col--contents .footer-v5-contents-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-v5-col--contents .footer-v5-contents-list li a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: YuGothic, "Yu Gothic", sans-serif;
  font-size: 13px;
  color: #ffffff;
  letter-spacing: 2px;
  text-decoration: none;
  padding: 5px 0;
  transition: 0.3s;
}
.footer-v5-col--contents .footer-v5-contents-list li a::before {
  content: "→";
  color: #f9e615;
  font-size: 12px;
}
.footer-v5-col--contents .footer-v5-contents-list li a:hover {
  color: #f9e615;
}

.footer-v5-bottom {
  padding-top: 30px;
  border-top: solid 1px rgba(255, 255, 255, 0.15);
}

.footer-v5-bottom-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
}

.footer-v5-sns {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 16px;
}
.footer-v5-sns li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: rgba(255, 255, 255, 0.85);
  transition: 0.3s;
}
.footer-v5-sns li a:hover {
  color: #f9e615;
  transform: translateY(-2px);
}
.footer-v5-sns li a svg {
  display: block;
  color: inherit;
}

.footer-v5-legal {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 24px;
  flex-wrap: wrap;
}
.footer-v5-legal li a {
  font-family: YuGothic, "Yu Gothic", sans-serif;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: 1px;
  text-decoration: none;
  transition: 0.3s;
}
.footer-v5-legal li a:hover {
  color: rgba(255, 255, 255, 0.85);
}

.footer-v5-copyright {
  text-align: center;
  font-family: YuGothic, "Yu Gothic", sans-serif;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: 2px;
  margin: 0;
  padding-top: 25px;
  border-top: solid 1px rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 1100px) {
  .footer-v5 .footer-v5-wrapper {
    width: 92%;
    padding: 60px 0 25px;
  }
  .footer-v5-columns {
    grid-template-columns: 1fr 1.2fr 1fr;
    gap: 30px 30px;
  }
}
@media screen and (max-width: 820px) {
  .footer-v5 .footer-v5-wrapper {
    width: 90%;
    padding: 50px 0 25px;
  }
  .footer-v5-brand {
    margin-bottom: 40px;
    padding-bottom: 35px;
  }
  .footer-v5-brand .footer-v5-logo img {
    width: 140px;
  }
  .footer-v5-columns {
    grid-template-columns: 1fr;
    gap: 35px;
    margin-bottom: 40px;
  }
  .footer-v5-col-title {
    font-size: 13px;
    letter-spacing: 3px;
    margin-bottom: 18px;
    padding-bottom: 10px;
  }
  .footer-v5-col--company .footer-v5-company-name {
    font-size: 13px;
  }
  .footer-v5-col--company .footer-v5-address {
    font-size: 11px;
    line-height: 1.9em;
  }
  .footer-v5-col--company .footer-v5-company-links {
    gap: 8px;
  }
  .footer-v5-col--company .footer-v5-company-links li a {
    font-size: 11px;
    letter-spacing: 1.5px;
  }
  .footer-v5-col--services .footer-v5-services-group-label {
    font-size: 11px;
  }
  .footer-v5-col--services .footer-v5-services-list {
    gap: 6px;
    margin-left: 12px;
  }
  .footer-v5-col--services .footer-v5-services-list li a {
    font-size: 11px;
    letter-spacing: 1px;
  }
  .footer-v5-col--contents .footer-v5-contents-list {
    gap: 10px;
  }
  .footer-v5-col--contents .footer-v5-contents-list li a {
    font-size: 12px;
    letter-spacing: 1.5px;
  }
  .footer-v5-bottom {
    padding-top: 25px;
  }
  .footer-v5-bottom-nav {
    flex-direction: column;
    align-items: center;
    gap: 22px;
    margin-bottom: 22px;
  }
  .footer-v5-sns {
    gap: 12px;
  }
  .footer-v5-sns li a {
    width: 32px;
    height: 32px;
  }
  .footer-v5-legal {
    gap: 18px;
    justify-content: center;
  }
  .footer-v5-legal li a {
    font-size: 10px;
  }
  .footer-v5-copyright {
    font-size: 10px;
    letter-spacing: 1.5px;
    padding-top: 20px;
  }
}

/*# sourceMappingURL=style.css.map */
