@charset "UTF-8";
:root {
  --bg: #ffffff;
  --text: #1a1a1a;
  --muted:#6b7280;
  --line:#e5e7eb;
  --tint:#F4F2B9;
  /* 画像の淡い黄系 */
  --accent:#4DABC7;
  /* 青緑 */
  --accent2:#4DABC7;
  /* 濃い青緑 */
  --policy:#4DABC7;
  /* Policy背景 */
  --radius: 18px;
  --shadow: 0 10px 30px rgba(0,0,0,.08);
  --container: 1120px; }

.site-header-logo a {
  text-decoration: none !important; }

* {
  box-sizing: border-box; }

:is(.alignfull,.alignwide):where(:not(.is-layout-flex)) > :is(div[class*=wp-container-],div[class*=wp-block-],div[class*=vk_],.alert,:where(:is(h1,h2,h3,h4,h5,h6))):where(:not(.alignfull,.alignwide,.wp-block-cover__background,.wp-block-cover__image-background,.wp-block-column,.vk_outer,.vk_slider_wrapper,.vk_gridcolcard_item,.swiper-wrapper,.swiper-pagination,.is-content-justification-right,.is-content-justification-left)) {
  max-width: 90%; }

.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 100%; }

.site-body {
  padding-top: 0; }

p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px; }

h2, h3 {
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1.05;
  border: none; }
  h2:before, h3:before {
    content: none; }
  h2:after, h3:after {
    content: none; }

section {
  padding: 6rem 5vw !important; }

.hero {
  background: linear-gradient(90deg, #ffffff 0%, #f6f2c5 40%);
  padding: 20px 0 0 !important; }

.hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center; }

.small {
  font-size: 70%; }

.gap-0 {
  gap: 0; }

.hero-text {
  width: 52%; }
  .hero-text .logo {
    width: 32%;
    min-width: 150px; }
  .hero-text .party {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4; }
    @media (max-width: 900px) {
      .hero-text .party {
        font-size: 2.3vw; } }
    @media (max-width: 780px) {
      .hero-text .party {
        font-size: 3.3vw; } }
  .hero-text .catch {
    font-size: 5.2vw;
    font-weight: 600; }
    @media (max-width: 780px) {
      .hero-text .catch {
        font-size: 8vw; } }
  .hero-text .name {
    font-size: 8.2vw;
    font-weight: 700;
    color: #4DAAC8;
    margin-bottom: 0; }
    @media (max-width: 780px) {
      .hero-text .name {
        font-size: 15vw; } }
  .hero-text .en {
    font-size: 2.2vw;
    font-weight: 600;
    color: #4DAAC8; }
    @media (max-width: 780px) {
      .hero-text .en {
        font-size: 4vw; } }

.hero-image {
  width: 48%;
  text-align: right; }
  .hero-image img {
    max-width: 100%;
    height: auto; }

@media (max-width: 780px) {
  .hero-inner {
    flex-direction: column; }

  .hero-text,
  .hero-image {
    width: 100%;
    text-align: center; } }
.catch-box {
  background: linear-gradient(#ffff 0%, #faf9dd 63.49%, #f4f2b9 100%);
  padding: 8rem 0; }

.top-catch {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 600; }

.profile-box {
  gap: 0;
  margin-bottom: 0; }

html {
  scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: system-ui, -apple-system, "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.7; }

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

a {
  color: inherit;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

.container {
  width: min(var(--container), calc(100% - 32px));
  margin-inline: auto; }

.narrow {
  width: min(860px, calc(100% - 32px)); }

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: #000;
  color: #fff;
  padding: 10px 12px;
  z-index: 9999; }

.skip-link:focus {
  left: 12px;
  top: 12px;
  border-radius: 10px; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  background: var(--accent);
  color: #fff;
  font-weight: 700;
  box-shadow: var(--shadow); }

.btn:hover {
  filter: brightness(0.96);
  text-decoration: none; }

.btn--ghost {
  background: transparent;
  border-color: rgba(0, 0, 0, 0.18);
  color: var(--text);
  box-shadow: none; }

.btn--small {
  padding: 10px 14px;
  font-size: 14px; }

.btn--white {
  background: #fff;
  color: var(--policy);
  border-color: rgba(255, 255, 255, 0.65);
  box-shadow: none; }

.text-link {
  color: var(--accent2);
  font-weight: 700; }

.center {
  text-align: center; }

.right {
  text-align: right;
  margin-top: 12px; }

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(10px);
  border-bottom: 4px solid #4DABC7; }

.site-header-container {
  width: 90% !important;
  max-width: 100%; }

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 0; }

.brand-link {
  display: flex;
  flex-direction: column;
  gap: 2px; }

.brand-mark {
  font-weight: 900;
  letter-spacing: .02em; }

.brand-sub {
  font-size: 12px;
  color: var(--muted);
  letter-spacing: .12em; }

.site-nav {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap; }

.site-nav a {
  font-weight: 700;
  font-size: 14px; }

.site-nav a.btn {
  color: #fff; }

/* ===== Header (image-like) ===== */
.header-main {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 100; }

.header-main-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 78px; }

/* Brand */
.header-brand {
  display: flex;
  align-items: baseline;
  gap: 14px;
  text-decoration: none;
  color: #111; }

.header-brand-name {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: .04em; }

.header-brand-sub {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .18em;
  color: var(--accent);
  /* 青緑 */ }

/* Navigation */
.header-nav {
  display: flex;
  align-items: center;
  gap: 36px; }

.header-nav a {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .08em;
  color: #111;
  text-decoration: none; }

.header-nav a:hover {
  text-decoration: underline; }

/* Accent line */
.header-accent {
  height: 6px;
  width: 100%;
  background: var(--policy);
  /* 画像の青 */ }

/* Responsive */
@media (max-width: 900px) {
  .header-main-inner {
    min-height: 64px; }

  .header-brand-name {
    font-size: 22px; }

  .header-brand-sub {
    font-size: 12px; }

  .header-nav {
    gap: 18px; }

  .header-nav a {
    font-size: 14px; } }
@media (max-width: 720px) {
  .header-main-inner {
    flex-wrap: wrap;
    padding: 10px 0; }

  .header-nav {
    width: 100%;
    justify-content: space-between;
    gap: 12px;
    padding-top: 6px; } }
/* Sections */
.section {
  padding: 5rem 0; }

.section--white {
  background: #fff; }

.section--tint {
  background: var(--tint); }

.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px; }

.section-title {
  margin: 0;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: .04em; }

.section-kicker {
  margin: 0 0 8px;
  font-weight: 900;
  color: #e11d48;
  /* 画像の赤見出しっぽく */ }

.section-desc {
  margin: 0;
  color: var(--muted); }

.section-text {
  color: #2a2a2a; }

/* Cards / Grid */
.grid {
  display: grid;
  gap: 18px; }

.grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)); }

.grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr)); }

.grid--profile {
  grid-template-columns: 1.1fr .9fr;
  align-items: stretch; }

.card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow); }

.card-media img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover; }

.card-body {
  padding: 14px 14px 16px; }

.card-title {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 900; }

.card-text {
  margin: 0;
  color: var(--muted);
  font-size: 14px; }

/* Panel */
.panel {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: var(--radius);
  padding: 18px 18px;
  box-shadow: var(--shadow); }

.panel-title {
  margin: 0 0 10px;
  font-weight: 900; }

.panel-text {
  margin: 0;
  color: #2a2a2a; }

.mt {
  margin-top: 18px; }

/* Timeline */
.timeline {
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: grid;
  gap: 12px; }

.timeline li {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 12px;
  align-items: start;
  padding: 10px 10px;
  border-radius: 14px;
  background: rgba(58, 166, 185, 0.06); }

.timeline time {
  font-weight: 900;
  color: var(--accent2); }

.timeline p {
  margin: 0;
  color: #2a2a2a; }

/* Photo band */
.photo-band {
  position: relative;
  min-height: 340px; }

.photo-band > img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  filter: saturate(1.05); }

.quote {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 18px;
  width: min(860px, calc(100% - 32px));
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 16px 18px;
  text-align: center; }

.quote-text {
  margin: 0;
  font-weight: 900;
  font-size: 18px; }

.quote-sub {
  margin: 6px 0 0;
  color: var(--muted);
  font-weight: 700; }

/* Points */
.points {
  display: grid;
  gap: 18px;
  margin-top: 16px; }

.point {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 16px;
  align-items: start;
  padding: 14px 14px;
  border-radius: var(--radius);
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
  box-shadow: var(--shadow); }

.point-no {
  font-size: 28px;
  font-weight: 900;
  color: rgba(28, 127, 142, 0.45); }

.point-title {
  margin: 0 0 6px;
  font-weight: 900; }

.point-text {
  margin: 0;
  color: var(--muted); }

/* Policy */
.section--policy {
  background: var(--policy);
  padding: 54px 0; }

.section-head--policy {
  align-items: center;
  margin-bottom: 18px; }

.section-title--policy {
  color: #fff; }

.section-desc--policy {
  color: rgba(255, 255, 255, 0.88); }

.policy-card {
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 22px;
  padding: 18px; }

.policy-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  background: #fff;
  border-radius: 18px;
  padding: 18px;
  box-shadow: var(--shadow); }

.policy-item {
  padding: 10px 10px;
  border-radius: 14px;
  background: rgba(74, 167, 189, 0.08); }

.policy-title {
  margin: 0 0 8px;
  font-weight: 900;
  color: var(--accent2); }

.policy-text {
  margin: 0;
  color: #2a2a2a;
  font-size: 14px; }

/* Blog */
.post {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: var(--shadow);
  background: #fff; }

.post-link {
  display: block; }

.post-thumb {
  height: 140px;
  background: linear-gradient(135deg, rgba(58, 166, 185, 0.25), rgba(58, 166, 185, 0.05)); }

.post-body {
  padding: 14px; }

.post-date {
  font-weight: 800;
  color: var(--muted);
  font-size: 12px; }

.post-title {
  margin: 6px 0 8px;
  font-weight: 900;
  font-size: 16px; }

.post-excerpt {
  margin: 0;
  color: var(--muted);
  font-size: 14px; }

/* SNS */
.section--sns {
  background: var(--policy);
  padding: 42px 0; }

.sns {
  text-align: center;
  color: #fff; }

.sns-title {
  margin: 0;
  font-size: 26px;
  font-weight: 900; }

.sns-desc {
  margin: 8px 0 16px;
  color: rgba(255, 255, 255, 0.9); }

.sns-links {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap; }

.sns-link {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.35);
  font-weight: 900; }

.sns-link:hover {
  background: rgba(255, 255, 255, 0.2);
  text-decoration: none; }

/* Footer */
.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  background: #fff; }

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 16px 0;
  color: var(--muted); }

/* ===== Profile section (image-like layout) ===== */
.profile-section .section-desc {
  margin: 6px 0 0; }

.profile-layout {
  margin-top: 14px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 24px;
  align-items: start; }

.blue-title {
  margin: 0;
  color: #2aa7b8;
  font-size: 44px;
  letter-spacing: .08em;
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  font-style: normal;
  padding-bottom: 0 !important; }

.white-title {
  margin: 0;
  color: #fff;
  font-size: 44px;
  letter-spacing: .08em;
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  font-style: normal;
  padding-bottom: 0 !important; }

.blue-sub {
  margin: 10px 0 0;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .08em;
  opacity: .92;
  color: #4DABC7;
  margin-bottom: 50px !important; }

.white-sub {
  margin: 10px 0 0;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .08em;
  opacity: .92;
  color: #fff;
  margin-bottom: 50px !important; }

.profile-left {
  padding: 6rem 5vw;
  background: linear-gradient(#eafaf0 0%, #fafaf7 42.6%, #fffdf5 100%); }

.profile-right {
  padding: 6rem 5vw;
  background: #fff; }

.profile-card-title {
  font-size: 22px;
  letter-spacing: .06em;
  margin: 0 0 14px;
  color: #2aa7b8; }

.profile-mt {
  margin-top: 70px;
  font-size: 40px;
  padding: 0; }

.profile-text {
  margin: 0 0 14px;
  color: #1a1a1a;
  line-height: 1.9; }

.profile-motto-sub {
  margin: -6px 0 10px;
  color: #2aa7b8;
  font-weight: 700;
  letter-spacing: .04em; }

.profile-motto-lead {
  font-family: "Noto Serif JP", serif;
  margin: 0 0 14px;
  font-size: 1.4rem;
  border-bottom: #4EABC8 solid 1px;
  font-weight: 600;
  letter-spacing: .02em; }

/* Timeline */
.profile-timeline {
  --line: rgba(42,167,184,.55);
  --dot: #2aa7b8;
  list-style: none;
  margin: 0;
  padding: 6px 0 6px 0;
  position: relative; }

.profile-timeline-item {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 14px;
  position: relative;
  padding: 8px 0 18px; }

.profile-timeline-item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 18px;
  bottom: -6px;
  width: 2px;
  background: var(--line); }

.profile-timeline-dot {
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: #fff;
  border: 2px solid var(--dot);
  margin-top: 2px;
  position: relative;
  z-index: 1; }

.profile-year {
  display: inline-block;
  font-weight: 800;
  color: #2aa7b8;
  letter-spacing: .02em; }

.profile-line {
  margin: 6px 0 0;
  color: #1a1a1a;
  line-height: 1.85; }

/* Photo band (image-like) */
.photo-band.photo-band--k3 {
  position: relative;
  background: var(--tint);
  padding-bottom: 26px;
  /* 下の黄背景を作る */ }

/* 写真 */
.photo-band.photo-band--k3 > img {
  width: 100%;
  height: min(460px, 44vw);
  object-fit: cover;
  display: block; }

.k3-quote-title {
  margin: 0 0 10px;
  font-weight: 700;
  letter-spacing: .06em;
  font-size: 20px;
  /* 明朝寄せ（必要なら） */
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "游明朝", "MS Mincho", "ＭＳ 明朝", serif; }

.k3-quote-sub {
  margin: 0;
  color: #2a2a2a;
  font-size: 13px;
  letter-spacing: .02em; }

/* 01 02 03 (image-like) */
.k3-points {
  margin-top: -20px !important;
  position: relative;
  background: var(--tint);
  padding: 9rem 0 6rem !important; }

/* 白い引用カード */
.k3-quote {
  position: absolute;
  margin: -64px auto 0;
  /* 写真に重ねる */
  width: min(860px, calc(100% - 32px));
  background: #fff;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.12);
  padding: 2rem 0 2.1rem;
  text-align: center;
  top: 0;
  left: 0;
  right: 0; }

.k3-point {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 18px;
  align-items: start;
  padding: 22px 0; }

.k3-point + .k3-point {
  padding-top: 24px; }

.k3-no {
  font-size: 74px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: .02em;
  color: #4DABC7;
  font-family: "Sorts Mill Goudy", serif; }

.k3-title {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .02em; }

.k3-text {
  margin: 0;
  color: #2a2a2a;
  line-height: 1.9;
  font-size: 14px; }

/* ===== Policy (image-like) ===== */
.policy2 {
  position: relative;
  background: var(--policy);
  padding: 58px 0 70px;
  overflow: hidden; }

.policy2-watermark {
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
  max-width: 140vw;
  margin: 0;
  text-align: center;
  font-weight: 900;
  letter-spacing: .06em;
  font-size: clamp(48px, 7vw, 96px);
  color: rgba(255, 255, 255, 0.14);
  pointer-events: none;
  user-select: none;
  white-space: nowrap; }

.policy2-head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 18px; }

.policy2-titleblock {
  display: grid;
  gap: 6px; }
  .policy2-titleblock .lil-tit {
    color: #fff; }

.policy2-title {
  margin: 0;
  color: #fff;
  font-size: 44px;
  letter-spacing: .08em;
  font-weight: 700;
  font-family: "Sorts Mill Goudy", serif; }

.policy2-subtitle {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 14px; }

.policy2-chip {
  margin: 14px 0 0;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 10px 12px;
  font-size: 12px;
  color: #111;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12); }

.policy2-lead {
  position: relative;
  color: rgba(255, 255, 255, 0.92);
  line-height: 2.0;
  font-size: 16px; }

.policy2-lead p {
  margin: 0 0 14px; }

.policy2-card {
  position: relative;
  margin-top: 24px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 26px 26px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18); }

.policy2-item {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 18px;
  padding: 14px 0; }
  @media (max-width: 860px) {
    .policy2-item {
      display: block; } }

.policy2-kanji {
  color: rgba(74, 167, 189, 0.28);
  font-weight: 900;
  letter-spacing: .08em;
  font-size: 64px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-family: "Noto Sans JP", sans-serif; }
  @media (max-width: 860px) {
    .policy2-kanji {
      writing-mode: horizontal-tb !important; } }

.policy2-item-title {
  margin: 0 0 10px;
  color: var(--accent2);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: .04em;
  font-family: "Noto Sans JP", sans-serif; }

.policy2-text {
  margin: 0 0 12px;
  color: #222;
  line-height: 2.0;
  font-size: 14px; }

.policy2-sep {
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: 8px 0; }

/* Responsive */
@media (max-width: 920px) {
  .policy2-head {
    flex-direction: column;
    align-items: flex-start; }

  .policy2-chip {
    margin-top: 6px; }

  .policy2-card {
    padding: 18px 16px; }

  .policy2-item {
    grid-template-columns: 72px 1fr;
    gap: 14px; }

  .policy2-kanji {
    font-size: 46px; } }
/* ===== SNS (image-like) ===== */
.sns2 {
  background: #F4F2B9;
  padding: 70px 0 78px;
  color: #fff;
  text-align: center; }

.sns2-title {
  margin: 0;
  font-size: 44px;
  letter-spacing: .10em;
  font-weight: 400;
  font-family: "Sorts Mill Goudy", serif;
  color: #4DABC7; }

.sns2-sub {
  margin: 10px 0 0;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .08em;
  opacity: .92;
  color: #4DABC7; }

.sns2-icons {
  margin-top: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(56px, 5vw);
  flex-wrap: wrap; }

.sns2-icon {
  width: 96px;
  height: 96px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 18px;
  /* hover時の当たり判定 */
  outline: none; }

.sns2-icon svg {
  width: 72px;
  height: 72px;
  fill: #4DABC7;
  display: block; }

.sns2-icon:hover {
  background: rgba(255, 255, 255, 0.1);
  text-decoration: none; }

.sns2-icon:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.55);
  outline-offset: 4px; }

/* ===== Footer (image-like) ===== */
.footer2-nav {
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.footer2-links {
  display: flex;
  justify-content: center;
  gap: 44px;
  padding: 18px 0;
  flex-wrap: wrap; }

.footer2-links a {
  color: var(--accent2);
  font-weight: 800;
  letter-spacing: .04em;
  text-decoration: none; }

.footer2-links a:hover {
  text-decoration: underline; }

.footer2-copy {
  background: #fff;
  padding: 18px 0 22px;
  color: #111;
  text-align: center; }

/* Responsive */
@media (max-width: 860px) {
  .sns2 {
    padding: 54px 0 62px; }

  .sns2-icons {
    margin-top: 34px;
    gap: 18px; }

  .sns2-icon {
    width: 74px;
    height: 74px; }

  .sns2-icon svg {
    width: 54px;
    height: 54px; }

  .footer2-links {
    gap: 18px 26px; } }
/* Responsive */
@media (max-width: 860px) {
  .k3-quote {
    margin-top: -44px;
    padding: 18px 16px; }

  .k3-point {
    grid-template-columns: 86px 1fr;
    gap: 14px; }

  .k3-no {
    font-size: 56px; } }
/* Responsive */
@media (max-width: 900px) {
  .profile-layout {
    grid-template-columns: 1fr;
    gap: 16px; }

  .profile-card {
    padding: 20px 18px; } }
/* Responsive */
@media (max-width: 920px) {
  .hero-inner {
    grid-template-columns: 1fr; }

  .grid--2 {
    grid-template-columns: 1fr; }

  .grid--3 {
    grid-template-columns: 1fr; }

  .grid--profile {
    grid-template-columns: 1fr; }

  .policy-grid {
    grid-template-columns: 1fr; }

  .section-head {
    align-items: flex-start;
    flex-direction: column; }

  .site-nav {
    gap: 10px; } }
.photo-box {
  gap: 0;
  margin-bottom: 0px; }
  @media (max-width: 860px) {
    .photo-box {
      margin-bottom: -20px; } }
  .photo-box figure {
    height: 320px;
    object-fit: cover; }
    .photo-box figure img {
      height: 320px;
      object-fit: cover; }

.mizuho-img img {
  height: 400px;
  object-fit: cover; }

/* Snow Monkey Formsに必須マークをつける */
.doui-box {
  text-align: center; }
  .doui-box .smf-checkbox-control .smf-checkbox-control__label {
    font-size: 1.3em; }
  .doui-box .smf-checkbox-control input {
    width: 25px !important;
    height: 25px !important;
    margin: 5px 10px !important; }

.hissu .smf-item__label__text {
  position: relative; }
  .hissu .smf-item__label__text:after {
    position: absolute;
    content: '必須';
    color: #fff;
    width: 40px;
    height: 22px;
    top: 50%;
    transform: translateY(-50%);
    right: -50px;
    display: grid;
    place-items: center;
    background: #4DABC7;
    font-size: 12px; }

.snow-monkey-form .birth {
  flex-direction: inherit; }
  .snow-monkey-form .birth input {
    width: 70px !important; }
  .snow-monkey-form .birth p {
    padding: 0 15px 0 5px; }

.big-mail .smf-item__col--controls input {
  padding-top: 15px !important;
  padding-bottom: 15px !important; }

.smf-form--simple-table .smf-item__col--label {
  flex: 0 0 20em;
  max-width: 20em; }

.side .smf-radio-buttons-control__control {
  display: flex; }
.side .smf-checkboxes-control__control {
  display: flex; }
.side .smf-label {
  margin-right: 30px; }

.smf-action .smf-button-control__control {
  margin-top: 15px;
  padding: 20px 50px;
  font-size: 1.2em;
  letter-spacing: .15em;
  background: #fff;
  color: #4DABC7;
  font-weight: 600;
  border: 2px solid #4DABC7; }
  .smf-action .smf-button-control__control:hover {
    background: #4DABC7;
    color: #fff;
    opacity: 1; }

.smf-text-control__control
, .smf-textarea-control__control {
  border: 1px solid #4DABC7 !important;
  border-radius: 0 !important; }

.smf-action .smf-button-control__control .smf-sending {
  right: 10px !important; }

.smf-sending {
  right: 10px; }
  .smf-sending:before {
    height: 28px !important;
    width: 28px !important; }

.smf-action {
  margin-top: 0 !important; }

.site-footer-copyright p:nth-child(2) {
  display: none; }

.vk-mobile-nav-menu-btn {
  display: none; }
