/* ==============================
   Base / Common
============================== */
:root {
  --font-en: 'EB Garamond', serif;
  --font-serif: 'Noto Serif JP', serif;
  --font-sans: 'Noto Sans JP', sans-serif;
  --color-main: #001045;
  --color-main-hover: #05224f;
  --color-sub: #0a2e6a;
  --color-bg-sub: #f6f1e7;
  --color-accent: #b20000;
  --color-accent-dark: #bc0104;
  --color-pink: #df545f;
  --color-orange: #dc6011;
  --color-gold: #ffe395;
  --color-text: #272f41;
  --color-text-muted: #667085;
  --color-bg-gray: #f7f9fc;
  --color-border: #dadee3;
  --white: #fff;
  --shadow-default: 0 1.8rem 4.4rem rgba(0, 16, 69, 0.14);
  --max-width: 128rem;
  --content-width: 116rem;
  --side-padding: 2rem;
  --text-xs: 1.4rem;
  --text-sm: 1.6rem;
  --text-base: 1.8rem;
  --text-md: 2.4rem;
  --text-section-title: 6.0rem;
}

@media (max-width: 959px) {
  :root {
    --content-width: 64rem;
    --side-padding: 2rem;
    --text-xs: 1.2rem;
    --text-sm: 1.5rem;
    --text-base: 1.6rem;
    --text-md: 2rem;
    --text-section-title: 4.8rem;
  }
}

@media (max-width: 569px) {
  :root {
    --content-width: 35.3rem;
    --text-section-title: 3.2rem;
  }
}

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

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  min-width: 32rem;
  color: var(--color-text);
  font-family: var(--font-sans);
  font-size: var(--text-base);
  font-feature-settings: "palt";
  line-height: 1.75;
  letter-spacing: 0.03em;
  background: var(--white);
  overflow-x: hidden;
  padding-top: 84px;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

strong,
b {
  font-weight: 600;
}

.lp {
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
  background: var(--white);
}

.lp > section {
  max-width: 100vw;
  overflow: hidden;
}

@media (min-width: 960px) {
  .lp {
    min-width: 104rem;
    max-width: none;
  }

  .lp > section {
    max-width: none;
  }
}

.container {
  width: min(var(--content-width), calc(100% - (var(--side-padding) * 2)));
  margin-inline: auto;
}

.pink {
  color: var(--color-pink);
}

.section-kicker {
  margin: 0 0 0.4rem;
  color: var(--color-text);
  font-family: var(--font-serif);
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}

.section-title {
  margin: 0 0 4.4rem;
  color: var(--color-text);
  font-family: var(--font-serif);
  font-size: var(--text-section-title);
  font-weight: 600;
  line-height: 1.45;
  text-align: center;
}

.section-title span {
  font-size: 1.18em;
}

.note {
  color: var(--color-text-muted);
  font-size: var(--text-xs);
  line-height: 1.7;
}

.section-text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  max-width: 100%;
  color: var(--color-text);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.8;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.section-text-link:hover {
  text-decoration: none;
}

.section-text-link::after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-top: 0.2rem solid currentColor;
  border-right: 0.2rem solid currentColor;
  transform: rotate(45deg);
}

.sp-only {
  display: none;
}

.pc-only {
  display: block;
}

@media (max-width: 959px) {
  body {
    font-size: var(--text-base);
  }

  .container {
    width: min(var(--content-width), calc(100% - (var(--side-padding) * 2)));
  }

  .section-kicker {
    font-size: 3.2rem;
  }

  .section-title {
    margin-bottom: 2.8rem;
  }

  .section-text-link {
    font-size: 1.8rem;
  }

  html body {
    padding-top: 64px !important;
  }
}

@media (max-width: 569px) {
  .container {
    width: calc(100% - (var(--side-padding) * 2));
  }

  .sp-only {
    display: inline;
  }

  .pc-only {
    display: none;
  }

  .section-title {
    margin-bottom: 1.6rem;
  }

  .section-kicker {
    font-size: 2rem;
  }

  .section-text-link {
    font-size: 1.5rem;
  }
}

/* ==============================
   Section: MV
============================== */
.mv {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: visible;
}

.mv__image {
  position: relative;
  width: 144rem;
  max-width: 100%;
  margin: auto;
}

.lp > .mv {
  overflow: visible;
}

.mv__cta {
  position: absolute;
  right: 50%;
  bottom: -8.0rem;
  z-index: 10;
  width: 104rem;
  min-height: 14.5rem;
  padding: 2.0rem 6.8rem 2.8rem;
  color: var(--white);
  background: #172d4b;
  border-radius: 0.4rem;
  transform: translateX(50%);
}

.mv__cta > p {
  margin: 0 0 .6rem;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1;
}

.mv__cta > p span {
  color: var(--color-gold);
}

.mv__cta-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
}

.lp .mv__cta .Tel .cta-phone__main {
  color: var(--white);
  font-size: 7.0rem;
}

.lp .mv__cta .Tel .cta-phone__main img {
  width: 6.4rem;
  height: auto;
}

.lp .mv__cta .Mail {
  min-width: 36rem;
  min-height: 7.8rem;
  color: var(--color-text);
  background: var(--white);
  border: 0;
  box-shadow: none;
  padding-right: 2.0rem;
}

.lp .mv__cta .Mail img {
  width: auto;
  height: 2.2rem;
  margin-right: 1rem;
}

.lp .mv__cta .Mail::after {
  background-image: url("images/polygon.svg");
}

@media (max-width: 959px) {
  .mv__image {
    width: 114vw;
    max-width: none;
  }

  .mv__cta {
    padding-inline: 2.0rem;
    width: 100%;
    border-radius: 0;
    padding-bottom: 2.2rem;
  }

  .mv__cta > p {
    font-size: 2.0rem;
    width: 72rem;
    margin-inline: auto;
  }

  .lp .mv__cta .Tel .cta-phone__main {
    font-size: 5.8rem;
  }

  .lp .mv__cta .Mail {
    min-width: 28rem;
    padding-inline: 1.6rem;
    min-height: 7.0rem;
  }

  .mv__cta-actions {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .mv__cta {
    padding: 1.8rem 1.0rem;
    min-height: initial;
  }

  .mv__cta > p {
    font-size: 1.8rem;
  }

  .mv__cta-actions {
    gap: 2.0rem;
  }

  .lp .mv__cta div.Tel {
    display: grid;
    background: transparent;
    padding: 0;
    border: none;
    min-height: initial;
  }

  .lp .mv__cta .Tel .cta-phone__main {
    font-size: 4.2rem;
  }

  .lp .mv__cta div.Tel::after {
    display: none;
  }

  .lp .mv__cta .Mail {
    min-height: 6.0rem;
    font-size: 1.8rem;
  }

  .lp .mv__cta .Mail img {
    height: 1.8rem;
  }
}

@media (max-width: 569px) {
  .mv__image {
    width: 100%;
  }

  .mv__cta {
    display: none;
  }
}

/* ==============================
   Section: Hero Support
============================== */
.hero-support {
  position: relative;
  z-index: 0;
  height: 61.2rem;
  padding: 0;
  background:
    url("images/hero-support_bg.png") right bottom / 31.1rem 33.4rem no-repeat,
    url("images/hero-support_bg.png") left top / 31.1rem 33.4rem no-repeat,
    var(--white);
  overflow: hidden;
}

.hero-support__inner {
  position: relative;
  width: min(144rem, 100%);
  height: 61.2rem;
  min-height: 0;
  margin: 0 auto;
  display: block;
}

.hero-support__text {
  position: absolute;
  left: max(4rem, calc(50% - 56.9rem));
  top: 4.8rem;
  padding: 0;
  z-index: 2;
}

.hero-support__word {
  display: inline-block;
}

.hero-support__word > span {
  position: relative;
  display: inline-block;
}

.hero-support__word > span::before {
  content: "";
  position: absolute;
  top: -0.6rem;
  left: 50%;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  background: var(--color-accent);
  transform: translateX(-50%);
}

.hero-support__title {
  margin: 0;
  color: #182e5d;
  font-family: var(--font-serif);
  font-size: 4.6rem;
  font-weight: 600;
  line-height: 1.6;
  white-space: nowrap;
  margin-top: 8.8rem;
}

.hero-support__title em {
  color: var(--color-accent);
  font-style: normal;
  font-size: 120%;
}

.hero-support__media {
  position: static;
  min-height: 0;
}

.hero-support__people {
  position: absolute;
  left: max(6rem, calc(50% - 64.5rem));
  width: 94rem;
  height: auto;
  bottom: 0;
  left: -2.0rem;
  max-width: none;
  object-fit: cover;
}

.hero-support__diagram {
  position: absolute;
  left: calc(50% + 21.1rem);
  top: 13.5rem;
  width: 43.0rem;
  height: auto;
  filter: drop-shadow(0 1.6rem 1.8rem rgba(0, 16, 69, 0.13));
}

@media (max-width: 959px) {
  .hero-support {
    height: auto;
    padding-top: 0;
    background:
      url("images/hero-support_bg.png") left top / 31.1rem 33.4rem no-repeat,
      var(--white);
  }

  .hero-support__inner {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    padding-top: 12.8rem;
  }

  .hero-support__title {
    font-size: 4.2rem;
    text-align: center;
    margin-top: 0;
    margin-bottom: 2.0rem;
  }

  .hero-support__text {
    position: static;
    padding: 0 2rem;
  }

  .hero-support__media {
    display: flex;
    flex-direction: column-reverse;
  }

  .hero-support__people {
    position: static;
    transform: initial;
    width: 80rem;
    width: 100%;
    margin-inline: auto;
  }

  .hero-support__diagram {
    position: static;
    width: 38rem;
    margin: 0 auto -3.4rem;
  }
}

@media (max-width: 767px) {
  .hero-support__word > span::before {
    top: -0.8rem;
    width: 0.56rem;
    height: 0.56rem;
  }

  .hero-support__title {
    margin-inline: auto;
  }

  .hero-support__title {
    font-size: 2.3rem;
    text-align: center;
    white-space: normal;
  }

  .hero-support__title em {
    font-size: 2.7rem;
  }

  .hero-support__diagram {
    width: 26.5rem;
    margin: 0 auto -2.4rem;
  }
}

@media (max-width: 569px) {
  .hero-support__title {
    margin-bottom: 1.6rem;
  }

  .hero-support__people {
    width: 100%;
  }

  .hero-support__inner {
    padding-top: 0.8rem;
  }

  .hero-support__diagram {
    width: 22.5rem;
    margin: 0 auto -2.4rem;
  }
}

/* ==============================
   Section: Guide Card
============================== */
.guide-card {
  background: var(--white);
  margin: 4.0rem auto;
}

.guide-card a {
  position: relative;
  display: flex;
  align-items: center;
  width: 67rem;
  margin-inline: auto;
  padding: 1.8rem 8.2rem 2.0rem 15.5rem;
  color: var(--color-text);
  background: var(--white);
  border: 0.1rem solid #144293;
  border-radius: 0.2rem;
  box-shadow: 0.2rem 0.2rem 0.4rem rgba(0, 0, 0, 0.25);
  overflow: visible;
  transition: 0.3s ease;
}

.guide-card a:hover {
  box-shadow: none;
}

.guide-card__body {
  text-align: center
}

.guide-card__label {
  display: inline-flex;
  align-items: center;
  min-height: 3rem;
  padding: 0 1.6rem;
  color: var(--white);
  font-size: 1.8rem;
  font-weight: 600;
  background: #144293;
  border-radius: 10rem;
}

.guide-card__title {
  margin: 0.8rem 0 0;
  color: #144293;
  font-family: var(--font-serif);
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.35;
}

.guide-card__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: -0.1rem 0 0;
  color: var(--color-text);
  font-size: 2rem;
  font-weight: 500;
}

.guide-card__action img {
  width: 5.0rem;
  height: 5.0rem;
  margin-left: 1rem;
  position: absolute;
  top: 50%;
  right: 3.0rem;
  transform: translateY(-50%);
}

.guide-card__image {
  position: absolute;
  left: -8.2rem;
  top: -3.4rem;
  width: 24rem;
  object-fit: cover;
  transform: none;
}

@media (max-width: 767px) {
  .guide-card a {
    width: 56rem;
    padding: 1.8rem 5.2rem 2.0rem 15.0rem;
  }

  .guide-card__action img {
    width: 2.8rem;
    height: 2.8rem;
    right: 2rem;
  }

  .guide-card__title {
    font-size: 2.6rem;
  }

  .guide-card__image {
    width: 19rem;
    left: -4.2rem;
    right: 1.2rem;
  }
}

@media (max-width: 569px) {
  .guide-card {
    margin: 3.0rem auto;
  }

  .guide-card a {
    width: 35.3rem;
    padding: 1.3rem 12.2rem 1.0rem 1.3rem;
    overflow: visible;
    margin: 0 auto;
  }

  .guide-card__label {
    min-height: 2.1rem;
    padding: 0 0.7rem;
    font-size: 1.2rem;
  }

  .guide-card__title {
    margin: 0.5rem 0 0.2rem;
    font-size: 1.9rem;
    white-space: nowrap;
  }

  .guide-card__action {
    justify-content: flex-start;
    padding-left: 5.4rem;
    font-size: 1.4rem;
  }

  .guide-card__action img {
    width: 2.2rem;
    height: 2.2rem;
  }

  .guide-card__image {
    left: 25.5rem;
    top: -0.9rem;
    width: 11.2rem;
  }

  .guide-card__body {
    position: relative;
    z-index: 1;
  }

  .guide-card__action {
    position: relative;
    display: inline;
    padding: 0;
  }

  .guide-card__action img {
    right: -3.0rem;
  }
}

/* ==============================
   Section: Points
============================== */
.points {
  padding: 6rem 0;
  background: var(--white);
}

.points__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3.6rem 3.4rem;
}

.point-card {
  position: relative;
  min-height: 15rem;
  background: var(--white);
  border: 0.1rem solid var(--color-border);
}

.point-card__head {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 5.6rem;
  padding: 1.0rem 2.2rem 1.0rem 12.6rem;
  color: var(--white);
  background: var(--color-main);
}

.point-card__num {
  position: absolute;
  left: 2.4rem;
  top: 50%;
  display: grid;
  place-items: center;
  width: 7.2rem;
  height: 7.2rem;
  color: var(--white);
  font-family: var(--font-en);
  font-size: 3.0rem;
  font-weight: 400;
  line-height: 1;
  background: linear-gradient(180deg, #7da300 0%, #577200 100%);
  border-radius: 50%;
  transform: translateY(-50%);
}

.point-card__num small {
  display: block;
  font-family: var(--font-serif);
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 0.2rem;
}

.point-card h3 {
  margin: 0;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.6;
}

.point-card p {
  margin: 0;
  padding: 2.2rem 2.8rem 2.4rem;
  font-size: 2rem;
  line-height: 1.6;
}

.free-check {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 3.2rem;
  width: min(98rem, 100%);
  margin: 5.4rem auto 0;
  padding-right: 18rem;
}

.free-check p {
  margin: 0 0 0.4rem;
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.free-check p span {
  color: var(--color-orange);
  font-size: 120%;
}

.free-check small {
  display: block;
  font-size: 2.4rem;
  line-height: 1.8;
}

.free-check img {
  position: absolute;
  right: 0;
  bottom: -7rem;
  width: 15.5rem;
  height: 18.6rem;
  object-fit: cover;
  object-position: center top;
}

@media (max-width: 959px) {
  .points__grid {
    display: flex;
    flex-direction: column;
    margin-inline: auto;
  }

  .point-card {
    min-height: auto;
  }

  .free-check p {
    font-size: 3.2rem;
  }

  .free-check small {
    font-size: 1.8rem;
  }
}

@media (max-width: 767px) {
  .points {
    padding: 3rem 0 0;
  }

  .points .section-kicker {
    font-size: 2rem;
  }

  .points .section-title {
    font-size: 3.2rem;
  }

  .points__grid {
    gap: 1.6rem;
  }

  .point-card__head {
    min-height: 4.6rem;
    padding: 0.7rem 1.8rem 0.7rem 8.2rem;
  }

  .point-card__num {
    left: 1.1rem;
    width: 5.6rem;
    height: 5.6rem;
    font-size: 2.5rem;
  }

  .point-card__num small {
    font-size: 0.9rem;
  }

  .point-card h3 {
    font-size: 2rem;
    line-height: 1.55;
  }

  .point-card p {
    padding: 1.5rem 2rem 1.8rem;
    font-size: 1.6rem;
  }

  .free-check {
    width: min(50rem, calc(100% - 0rem));
    min-height: 12.7rem;
    margin-top: 2.4rem;
    padding-right: 7.2rem;
  }

  .free-check p {
    font-size: 1.8rem;
  }

  .free-check p span {
    font-size: 2.3rem;
  }

  .free-check small {
    font-size: 1.6rem;
  }

  .free-check img {
    width: 8rem;
    height: 9.6rem;
    bottom: 0;
  }
}

@media (max-width: 595px) {
  .free-check {
    padding-right: 8.0rem;
  }
}

/* ==============================
   Section: Reasons
============================== */
.reasons {
  padding: 6rem 0;
  background: var(--white);
}

.reasons__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 56rem));
  justify-content: center;
  gap: 4rem 3.4rem;
}

.reason-card {
  position: relative;
  min-height: 15.8rem;
  padding: 7.8rem 3rem 2.2rem;
  color: var(--color-text);
  background: var(--white);
  border: 0.1rem solid var(--color-border);
  box-shadow: none;
}

.reason-card__num {
  position: absolute;
  left: 2.6rem;
  top: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 5.5rem;
  height: 6.6rem;
  color: var(--white);
  font-family: var(--font-en);
  font-size: 2.7rem;
  font-weight: 600;
  line-height: 1;
  background: #c39722;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 86%, 0 100%);
}

.reason-card__num small {
  display: block;
  font-family: var(--font-serif);
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.1;
  position: relative;
  top: -0.2em;
  margin-top: -0.2rem;
}

.point-card__num,
.reason-card__num {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  box-shadow: 0.2rem 0.2rem 0.4rem rgba(0, 0, 0, 0.2);
}

.reason-card__head {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 5.6rem;
  margin: 0 0 1.2rem;
  padding: 0.4rem 2.8rem 0.6rem 10.5rem;
  color: var(--white);
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.6;
  background: var(--color-main);
}

.reason-card__head h3 {
  margin: 0;
}

.reason-card p {
  margin: 0;
  font-size: 2rem;
  line-height: 1.6;
}

.reason-card--wide {
  grid-column: 1 / -1;
  justify-self: center;
  width: min(77.4rem, 100%);
  min-height: 12.7rem;
  text-align: center;
}

.reason-card--wide .reason-card__head {
  padding-left: 26.5rem;
  text-align: left;
}

.reason-card--wide .reason-card__num {
  left: 18.7rem;
}

.reason-card--wide p {
  padding-top: 0.2rem;
}

.reasons .section-text-link {
  display: flex;
  width: fit-content;
  justify-content: flex-end;
  margin: 3rem 0 0 auto;
}

@media (max-width: 959px) {
  .reasons__grid {
    display: flex;
    flex-direction: column;
    margin-inline: auto;
  }

  .reason-card,
  .reason-card--wide {
    min-height: auto;
  }

  .reason-card--wide .reason-card__head {
    padding: 0.4rem 2.8rem 0.6rem 10.5rem;
  }

  .reason-card--wide .reason-card__num {
    left: 2.6rem;
  }
}

@media (max-width: 767px) {
  .reasons {
    padding: 3.2rem 0 3.2rem;
  }

  .reasons .section-kicker {
    margin-bottom: 0;
  }

  .reasons .section-title {
    margin-bottom: 2.4rem;
  }

  .reasons__grid {
    display: flex;
    flex-direction: column;
    gap: 2.2rem;
    width: 100%;
    margin-inline: auto;
  }

  .reason-card {
    min-height: auto;
    padding: 6.6rem 2rem 1.4rem;
  }

  .reason-card__num {
    left: 1.3rem;
    top: 0;
    width: 5.1rem;
    height: 6.1rem;
    font-size: 2.5rem;
  }

  .reason-card__num small {
    font-size: 1.2rem;
  }

  .reason-card__head {
    min-height: 5.1rem;
    padding: 1rem 1.6rem 1rem 7.8rem;
    font-size: 2rem;
    line-height: 1.55;
  }

  .reason-card__head h3 {
    font-size: inherit;
    line-height: inherit;
  }

  .reason-card p {
    font-size: 1.6rem;
  }

  .reason-card--wide {
    width: 100%;
    text-align: left;
  }

  .reason-card--wide .reason-card__head {
    padding: 1rem 1.6rem 1rem 7.8rem;
  }

  .reason-card--wide .reason-card__num {
    left: 1.3rem;
  }

  .reasons .section-text-link {
    margin-top: 2.4rem;
  }
}

/* ==============================
   Section: Voices
============================== */
.voices {
  padding: 6rem 0;
  background: #e8e7de;
}

.voices__list {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 2.4rem 2rem;
  width: min(128rem, 100%);
  margin-inline: auto;
}

.voice-card {
  position: relative;
  grid-column: span 2;
  min-height: 16.2rem;
  padding: 1.6rem 2rem 2rem 7.6rem;
  background: var(--white);
  border: 0;
  border-radius: 0.8rem;
  box-shadow: 0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.1);
}

.voice-card:nth-child(4) {
  grid-column: 2 / span 2;
  justify-self: end;
  width: 47.6rem;
}

.voice-card:nth-child(5) {
  grid-column: 4 / span 2;
  width: 47.6rem;
}

.voice-card__avatar {
  position: absolute;
  left: 2.1rem;
  top: 2rem;
  width: 3.8rem;
  height: auto;
}

.voice-card__quote {
  position: absolute;
  right: 2rem;
  bottom: 1.4rem;
  width: 2.8rem;
  height: 2.8rem;
}

.voice-card h3 {
  margin: 0 0 1rem;
  color: var(--color-text);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
}

.voice-card p {
  margin: 0;
  width: min(100%, 35.1rem);
  font-size: 1.6rem;
  line-height: 1.8;
}

.voices .section-text-link {
  display: flex;
  justify-content: flex-end;
  width: fit-content;
  margin: 3.2rem 0 0 auto;
}

@media (max-width: 959px) {
  .voices__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.6rem;
  }

  .voice-card,
  .voice-card:nth-child(4),
  .voice-card:nth-child(5) {
    grid-column: span 1;
    justify-self: stretch;
    width: auto;
  }
}

@media (max-width: 767px) {
  .voices {
    padding: 3.2rem 0;
  }

  .voices__list {
    display: flex;
    flex-direction: column;
    gap: 1.8rem;
    width: 100%;
    margin-inline: auto;
  }

  .voice-card {
    width: 100%;
    min-height: auto;
    padding: 1rem 3.8rem 1.2rem 5.8rem;
  }

  .voice-card:nth-child(4),
  .voice-card:nth-child(5) {
    width: 100%;
  }

  .voice-card__avatar {
    left: 1.6rem;
    top: 1.5rem;
    width: 3rem;
  }

  .voice-card__quote {
    right: 1.4rem;
    bottom: 1.3rem;
    width: 2.8rem;
    height: 2.8rem;
  }

  .voice-card h3 {
    font-size: 1.6rem;
  }

  .voice-card p {
    font-size: 1.4rem;
  }

  .voices .section-text-link {
    width: fit-content;
    margin: 2.4rem 0 0 auto;
  }

  .voices .section-text-link {
    width: fit-content;
  }
}

@media (max-width: 569px) {
  .voices__list {
    gap: 1.0rem;
  }
}

/* ==============================
   Section: Specialty
============================== */
.specialty {
  padding: 6rem 0;
  color: var(--white);
  background: url("images/bg_specialty_pc.jpg") center top / cover no-repeat;
}

.specialty .section-kicker,
.specialty .section-title {
  color: var(--white);
}

.specialty .section-title {
  margin-bottom: 2.8rem;
}

.specialty .section-kicker > span {
  font-size: 110%;
}

.specialty__kicker-accent {
  color: var(--color-gold);
}

.specialty__kicker-accent > span {
  position: relative;
  display: inline-block;
}

.specialty__kicker-accent > span::before {
  content: "";
  position: absolute;
  top: -1rem;
  left: 50%;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: var(--color-gold);
  transform: translateX(-50%);
}

.specialty__lead {
  width: min(76rem, 100%);
  margin: 0 auto 2.2rem;
  font-size: var(--text-base);
  text-align: center;
}

.specialty__panel {
  width: min(96rem, 100%);
  margin-inline: auto;
  overflow: hidden;
  color: var(--color-text);
  background: var(--white);
}

.specialty__panel-head {
  position: relative;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 1.2rem;
  gap: 0;
  min-height: 6.9rem;
  padding: 1.6rem 2rem;
  color: var(--white);
  background: #9C0000;
  text-align: center;
}

.specialty__label {
  margin: 0;
  color: var(--white);
  font-family: var(--font-serif);
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.4;
}

.specialty__accent {
  display: inline-flex;
  color: var(--color-gold);
}

.specialty__accent > span {
  position: relative;
  display: inline-block;
}

.specialty__accent > span::before {
  content: "";
  position: absolute;
  top: -0.2rem;
  left: 50%;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--color-gold);
  transform: translateX(-50%);
}

.specialty__accent span {
  color: var(--color-gold);
}

.specialty__panel-head h3 {
  margin: 0;
  color: var(--white);
  font-family: var(--font-serif);
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.specialty__panel-body {
  padding: 3.4rem 3rem 4.8rem;
  text-align: center;
}

.specialty__panel-body > p {
  margin: 0;
  font-size: var(--text-base);
  line-height: 1.7;
}

.task-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.6rem;
  width: 70rem;
  margin: 2.6rem auto 0;
}

.task-grid span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  grid-column: span 2;
  min-height: 13.5rem;
  padding: 1.8rem 1rem;
  color: #094070;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.55;
  text-align: center;
  background: var(--white);
  border: 0.1rem solid #144293;
  border-radius: 0.4rem;
  box-shadow: 0.1rem 0.2rem 0.4rem rgba(0, 16, 69, 0.2);
}

.task-grid span:nth-child(4) {
  grid-column: 2 / span 2;
}

.task-grid span:nth-child(5) {
  grid-column: 4 / span 2;
}

.task-grid__icon {
  flex: 0 0 auto;
  width: auto;
  height: 5.6rem;
}

.specialty .section-text-link {
  display: flex;
  width: fit-content;
  margin-left: auto;
  justify-content: flex-end;
  margin-top: 2.8rem;
}

@media (max-width: 959px) {
  .specialty {
    padding: 6rem 0;
    background: url("images/bg_specialty_mob.jpg") center top / cover no-repeat;
  }

  .specialty .section-title {
    margin-bottom: 1.2rem;
  }

  .specialty__lead {
    width: 100%;
  }

  .specialty__panel-head {
    flex-direction: column;
    align-items: center;
    gap: 0;
    min-height: 8.9rem;
    padding: 1.8rem 1rem 1.1rem;
  }

  .specialty__label {
    font-size: 2.2rem;
    line-height: 1.35;
  }

  .specialty__panel-head h3 {
    font-size: 3rem;
    line-height: 1.3;
  }

  .specialty__panel-body {
    padding: 2rem 2rem 2.2rem;
    text-align: left;
  }

  .specialty__panel-body > p {
    font-size: 1.6rem;
    line-height: 1.65;
  }

  .task-grid {
    grid-template-columns: repeat(6, 1fr);
    gap: 1.2rem;
    width: 100%;
    margin-top: 1.8rem;
  }

  .task-grid span {
    grid-column: span 3;
    min-height: 11.8rem;
    padding: 1rem 0.5rem;
    font-size: 1.6rem;
  }

  .task-grid span:nth-child(3),
  .task-grid span:nth-child(4),
  .task-grid span:nth-child(5) {
    grid-column: span 2;
  }

  .task-grid span:nth-child(4) {
    grid-column: 3 / span 2;
  }

  .task-grid span:nth-child(5) {
    grid-column: 5 / span 2;
  }
}

@media (max-width: 767px) {
  .specialty {
    padding: 4rem 0;
  }
}

@media (max-width: 569px) {
  .specialty__lead {
    text-align: left;
  }

  .specialty__lead br {
    display: none;
  }

  .specialty__kicker-accent > span::before {
    width: 0.4rem;
    height: 0.4rem;
    top: -0.1rem;
  }
}

/* ==============================
   Section: Quality
============================== */
.quality {
  padding: 6rem 0;
  background: url("images/bg_quality_pc.jpg") center top / cover no-repeat;
}

.quality .section-title .quality-title__main {
  font-size: 1em;
}

.quality .section-title .quality-title__sub {
  font-size: .76em;
}

.quality__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3.4rem;
  width: min(76rem, 100%);
  margin-inline: auto;
}

.quality-card {
  padding: 2.4rem 2.4rem 2.2rem;
  text-align: center;
  background: var(--white);
  box-shadow: 0 0.2rem 1.2rem rgba(0, 16, 69, 0.06);
}

.quality-card__media {
  position: relative;
}

.quality-card__media picture,
.quality-card__media img {
  display: block;
  width: 100%;
  height: auto;
}

.quality-card__media h3 {
  position: absolute;
  right: 1.2rem;
  bottom: -2.2rem;
  left: 1.2rem;
  margin: 0;
  padding: 0.7rem 1.2rem 0.8rem;
  color: var(--white);
  font-family: var(--font-serif);
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.1;
  background: var(--color-main);
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
}

.quality-card:nth-child(2) .quality-card__media h3 {
  background: var(--color-accent);
}

.quality-card__media h3 br {
  display: none;
}

.quality-card__media h3 span {
  font-size: 0.72em;
}

.quality-card p {
  margin: 3.8rem 0 0;
  font-size: 1.8rem;
  line-height: 1.7;
}

.quality__message {
  width: min(76rem, 100%);
  margin: 4.4rem auto 0;
  text-align: center;
}

.quality__message-line,
.quality__message-line img {
  display: block;
  width: 100%;
  height: auto;
}

.quality__message p {
  margin: 1.4rem 0;
  color: var(--color-text);
  font-family: var(--font-serif);
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.6;
}

.quality__message strong {
  color: var(--color-accent);
  font-size: 3.8rem;
  font-weight: 600;
}

.quality__message span {
  font-size: 0.9em;
  display: block;
}

@media (max-width: 767px) {
  .quality {
    padding: 3.2rem 0;
    background-image: url("images/bg_quality_mob.jpg");
  }

  .quality__cards {
    gap: 1rem;
  }

  .quality-card {
    padding: 0.8rem 0.6rem 1rem;
  }

  .quality-card__media h3 {
    right: -0.2rem;
    bottom: -1.7rem;
    left: -0.2rem;
    padding: 0.5rem 0.4rem 0.6rem;
    font-size: 1.8rem;
  }

  .quality-card__media h3 br {
    display: initial;
  }

  .quality-card p {
    margin-top: 3rem;
    font-size: 1.4rem;
    line-height: 1.75;
  }

  .quality-card p br {
    display: none;
  }

  .quality__message {
    width: min(32rem, 100%);
    margin-top: 3rem;
  }

  .quality__message p {
    margin: 1.2rem 0;
    font-size: 1.8rem;
    line-height: 1.55;
  }

  .quality__message strong {
    font-size: 1.2em;
  }
}

@media (max-width: 569px) {
  .quality .section-title .quality-title__sub {
    font-size: 2.0rem;
  }
}

/* ==============================
   Section: Profile
============================== */
.profile {
  padding: 6rem 0;
  background: var(--color-main);
}

.profile__card {
  width: min(108rem, 100%);
  margin-inline: auto;
  padding: 3.6rem 6.5rem;
  background: var(--white);
}

.profile__top {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(30rem, 0.9fr);
  gap: 4rem;
  align-items: start;
}

.profile__intro {
  display: flex;
  gap: 2.4rem;
  align-items: center;
}

.profile__photo {
  width: 13.2rem;
  height: 13.2rem;
}

.profile h2 {
  margin: 0 0 0.8rem;
  color: #013F76;
  font-family: var(--font-serif);
  font-size: 3.2rem;
  line-height: 1.45;
}

.profile__license {
  font-size: 1.8rem;
}

.profile__description {
  font-size: 1.6rem;
  line-height: 1.7;
  margin-top: 2.0rem;
}

.profile__description p {
  margin: 0 0 0.8rem;
}

.profile__description p:last-child {
  margin-bottom: 0;
}

.profile__advisor {
  position: relative;
  padding: 1.2rem 0.8rem 2.2rem;
}

.profile__advisor-photo {
  width: 9.6rem;
  height: 9.6rem;
}

.profile__advisor-line {
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
}

.profile__advisor-line--top {
  top: -0.5rem;
}

.profile__advisor-line--bottom {
  bottom: -0.5rem;
}

.profile__advisor-content {
  display: flex;
  align-items: center;
  gap: 1.4rem;
}

.profile__advisor-label {
  width: 100%;
  color: #013F76;
  font-family: var(--font-serif);
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 1.0rem;
}

.profile__advisor h3 {
  margin: 0.2rem 0 0.4rem;
  color: var(--color-main);
  font-family: var(--font-serif);
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.35;
}

.profile__advisor h3 span {
  font-size: inherit;
  letter-spacing: -0.02em;
}

.profile__advisor-content p {
  font-size: 1.6rem;
}

.profile__checks {
  position: relative;
  width: 70%;
  width: 70.8rem;
  margin: 3rem auto 0;
  background: var(--white);
  border: 0.1rem solid #B38A1F;
}

.profile__checks h3 {
  width: 100%;
  margin: 0;
  padding: 0.6rem 1rem;
  color: var(--white);
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  background: #B38A1F;
}

.profile__checks_listarea {
  padding: 3.6rem 4.0rem;
}

.profile__checks ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.8rem;
  width: 50rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.profile__checks li {
  position: relative;
  padding-left: 2.8rem;
  font-weight: 600;
}

.profile__checks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 2.3rem;
  height: 2.3rem;
  background: url("images/profile__checks.svg") center / contain no-repeat;
}

.profile__checks img {
  position: absolute;
  right: 2rem;
  bottom: 0;
  width: 14rem;
  height: auto;
}

.profile .section-text-link {
  display: flex;
  width: fit-content;
  margin-left: auto;
  justify-content: flex-end;
  margin-top: 2.4rem;
  color: var(--white);
}

@media (max-width: 959px) {
  .profile {
    padding: 2.4rem 0 4rem;
  }

  .profile .container {
    width: calc(100% - 14vw);
  }

  .profile__card {
    padding: 2.6rem 6rem 0;
  }

  .profile__main {
    grid-template-columns: 9.5rem minmax(0, 1fr);
    gap: 1.6rem;
  }

  .profile__photo {
    width: 9.5rem;
    height: 9.5rem;
  }

  .profile h2 {
    font-size: 1.8rem;
  }

  .profile__license {
    font-size: 1.4rem;
  }

  .profile__description {
    grid-column: 1 / -1;
  }

  .profile__advisor {
    gap: 1.2rem;
    margin-top: 1.6rem;
    max-width: 40rem;
    margin-inline: auto;
  }

  .profile__advisor-photo {
    width: 8.1rem;
    height: 8.1rem;
  }

  .profile__advisor h3 {
    font-size: 1.8rem;
  }

  .profile__advisor-label {
    font-size: 1.6rem;
    margin-bottom: 0.2rem;
  }

  .profile__advisor h3 span {
    display: block;
    font-size: inherit;
  }

  .profile__advisor-content p {
    font-size: 1.4rem;
  }

  .profile__checks {
    width: auto;
    margin: 3.2rem -2rem 0;
    padding: 5.8rem 11.8rem 2.8rem 2.3rem;
    padding: 0;
    border: none;
  }

  .profile__checks h3 {
    width: 100%;
    margin: 0;
    padding: 0.4rem 1rem;
    color: var(--white);
    font-size: 2.0rem;
  }

  .profile__checks_listarea {
    padding: 2.0rem 8.0rem;
  }

  .profile__checks img {
    right: 1.4rem;
    width: 11.4rem;
    height: auto;
  }
}

@media (max-width: 767px) {
  .profile .container {
    width: min(var(--content-width), calc(100% - (var(--side-padding) * 2)));
  }

  .profile__top {
    display: block;
  }

  .profile__checks ul {
    display: block;
  }

  .profile__checks_listarea {
    padding: 2.0rem 2.0rem;
  }

  .profile__checks li + li {
    margin-top: 0.7rem;
  }

  .profile__card {
    padding: 2.6rem 2rem 0;
  }
}

/* ==============================
   Section: Group
============================== */
.group {
  padding: 6rem 0;
  color: var(--color-text);
  background: url("images/bg_group_pc.jpg") center / cover no-repeat;
}

.group .section-kicker,
.group .section-title {
  color: var(--color-text);
  text-align: left;
}

.group__intro {
  position: relative;
  display: flex;
  gap: 4rem;
  align-items: flex-end;
}

.group__copy {
  flex: 0 0 66rem;
}

.group__copy .section-kicker {
  margin: 0 0 1.2rem;
  font-family: var(--font-serif);
  font-size: 3.0rem;
  font-weight: 600;
}

.group__copy .section-kicker span {
  color: #947742;
  font-size: 160%;
}

.group__copy .section-title {
  margin: 0 0 2rem;
  font-size: 5.0rem;
  line-height: 1.25;
}

.group__copy .section-title span {
  color: inherit;
  font-size: 0.65em;
}

.group__copy > p:last-child {
  margin: 0;
  font-size: var(--text-base);
  line-height: 1.65;
}

.group__numbers {
  flex: 1 1 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 6.2rem;
  padding: 1.2rem 0;
  margin-bottom: 3.2rem;
  overflow: hidden;
  background: var(--white);
  border-radius: 0.6rem;
}

.group__number {
  padding: 1.2rem 3.2rem;
  color: var(--color-main);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.group__number + .group__number {
  border-left: 0.1rem solid #eee8e3;
}

.group__numbers-head {
  display: flex;
  align-items: baseline;
  gap: 0.4rem;
}

.group__number-label {
  font-size: 2.0rem;
  font-weight: 600;
  position: relative;
  top: -0.2rem;
}

.group__number-label img {
  width: 2.6rem;
  height: 3.0rem;
  object-fit: contain;
}

.group__numbers-content {
  display: flex;
  align-items: baseline;
}

.group__numbers .num {
  color: #947742;
  font-family: var(--font-en);
  font-size: 8rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.04em;
}

.group__numbers .unit {
  align-self: end;
  font-size: 2.2rem;
  font-family: var(--font-en);
  font-weight: 700;
  position: relative;
  margin-left: 1.0rem;
  white-space: nowrap;
}

.group__numbers .unit::before {
  content: "※";
  position: absolute;
  top: -1em;
  left: 0;
  font-size: 1.1rem;
}

.group__note {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  font-size: var(--text-xs);
  text-align: right;
}

.group__feature {
  display: flex;
  align-items: center;
  width: min(104rem, 100%);
  min-height: 19rem;
  margin: 4.8rem auto 2rem;
  padding: 2.8rem 3.6rem;
  background: var(--white);
}

.group__feature-image {
  flex: 0 0 31.4rem;
  width: 31.4rem;
  object-fit: cover;
}

.group__feature-copy {
  padding-left: 2.0rem;
}

.group__feature-copy h3 {
  margin: 0 0 1rem;
  color: var(--color-text);
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.5;
}

.group__feature-copy h3 br {
  display: none;
}

.group__feature-copy h3 span {
  color: var(--color-orange);
  font-size: 120%;
}

.group__feature-copy p {
  margin: 0;
  font-size: var(--text-base);
  line-height: 1.7;
}

.group .section-text-link {
  display: flex;
  width: fit-content;
  margin: 0 0 0 auto;
}

@media (max-width: 128rem) {
  .group__intro {
    display: block;
  }

  .group__intro {
    display: block;
  }

  .group__copy {
    width: auto;
  }

  .group .section-kicker,
  .group .section-title {
    text-align: center;
  }

  .group__copy > p:last-child {
    text-align: center;
  }

  .group__numbers {
    max-width: 80rem;
    margin-inline: auto;
    margin-bottom: 1.0rem;
  }

  .group__note {
    position: initial;
    width: min(80rem, 100%);
    margin-inline: auto;
  }
}

@media (max-width: 959px) {
  .group {
    padding: 4rem 0 3.2rem;
    background-image: url("images/bg_group_mob.jpg");
  }

  .group__copy .section-kicker {
    margin-bottom: 1rem;
  }

  .group__copy .section-title {
    margin-bottom: 2.2rem;
    line-height: 1.3;
  }

  .group__copy .section-title span {
    display: block;
  }

  .group__numbers {
    margin: 2.4rem -2rem 0;
  }

  .group__number {
    padding: 1.2rem 2.0rem
  }

  .group__number-label {
    gap: 0.3rem;
  }

  .group__numbers-head img {
    height: 2.4rem;
    width: auto;
  }

  .group__note {
    position: static;
    width: 100%;
    margin: 0.8rem 0 0;
    font-size: var(--text-xs);
    text-align: right;
  }

  .group__feature {
    display: block;
    width: 100%;
    min-height: 0;
    margin: 2rem 0 2.2rem;
    padding: 2.2rem;
  }

  .group__feature-image {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    left: 1.4rem;
  }

  .group__feature-copy {
    padding: 1.8rem 0 0;
    text-align: center;
  }

  .group__feature-copy h3 {
    margin-bottom: 1rem;
  }

  .group__feature-copy h3 br {
    display: initial;
  }

  .group__feature-copy p {
    text-align: left;
    line-height: 1.8;
  }

  .group .section-text-link {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .group__copy .section-kicker {
    font-size: 2rem;
  }

  .group__copy .section-title {
    font-size: 3rem;
  }

  .group__copy .section-title span {
    font-size: 0.8em;
  }

  .group__number-label {
    font-size: 1.5rem;
  }

  .group__numbers .num {
    font-size: 5.6rem;
  }

  .group__numbers .unit {
    font-size: 1.6rem;
  }

  .group__feature-copy h3 {
    font-size: 1.8rem;
  }
}

@media (max-width: 569px) {
  .group__copy > p:last-child {
    text-align: left;
  }

  .group__copy > p:last-child br {
    display: none;
  }
}

/* ==============================
   Section: Fee
============================== */
.fee {
  padding: 6rem 0 0;
  background: var(--white);
}

.fee .section-title {
  margin-bottom: 2.4rem;
  font-size: 5rem;
  line-height: 1.25;
}

.fee__lead {
  width: min(92rem, 100%);
  margin: 0 auto 4.2rem;
  font-size: var(--text-base);
  line-height: 1.65;
  text-align: center;
}

.fee-title__kicker {
  font-size: 0.68em;
  font-weight: inherit;
}

.fee-title__main {
  font-size: 1em;
  font-weight: inherit;
}

.fee__table-band {
  margin-inline: calc(50% - 50vw);
  padding: 3rem 0 3.6rem;
  background: var(--color-main);
}

.fee__table-band h3 {
  margin: 0 0 2.2rem;
  color: var(--white);
  font-size: 3.2rem;
  font-weight: 600;
  text-align: center;
}

.table-wrap {
  overflow: visible;
}

.fee-table {
  width: min(72rem, calc(100% - 4rem));
  margin: 0 auto;
  table-layout: fixed;
  border-collapse: collapse;
  background: var(--white);
  border: 0.1rem solid var(--color-border);
}

.fee-table th,
.fee-table td {
  height: 7.2rem;
  padding: 1rem 1.4rem;
  border: 0.1rem solid #AEAEB3;
  font-size: 2.2rem;
  text-align: center;
  vertical-align: middle;
}

.fee-table th {
  color: var(--color-text);
  font-weight: 600;
  background: #f7efd9;
}

.fee-table th:nth-child(1) {
  background: #ddd;
}

.fee-table th:nth-child(1),
.fee-table td:nth-child(1),
.fee-table th:nth-child(2),
.fee-table td:nth-child(2),
.fee-table th:nth-child(3),
.fee-table td:nth-child(3) {
  width: 33.333%;
}

.fee-table td:nth-child(2) {
  color: var(--color-accent);
  font-size: 2.4rem;
  font-weight: 600;
  background: #fff0f0;
  border-right: 0.3rem solid var(--color-accent);
  border-left: 0.3rem solid var(--color-accent);
}

.fee-table th:nth-child(2) {
  color: var(--color-text);
  background: #f7efd9;
  border-top: 0.3rem solid var(--color-accent);
  border-right: 0.3rem solid var(--color-accent);
  border-left: 0.3rem solid var(--color-accent);
}

.fee-table tr:last-child td:nth-child(2) {
  border-bottom: 0.3rem solid var(--color-accent);
}

.fee__table-band .note {
  width: min(72rem, calc(100% - 4rem));
  margin: 1.6rem auto 0;
  color: var(--white);
  font-size: var(--text-xs);
  line-height: 1.5;
}

.fee .section-text-link {
  display: flex;
  width: fit-content;
  margin: 0 0 0 auto;
  padding: 2.6rem 0 2.8rem;
}

@media (max-width: 959px) {
  .fee {
    padding: 4.6rem 0 0;
  }

  .fee .section-title {
    margin-bottom: 2rem;
    line-height: 1.3;
  }

  .fee__lead {
    width: 100%;
    margin-bottom: 2.2rem;
  }

  .fee__table-band {
    padding: 1.8rem 0 2.8rem;
  }

  .fee__table-band h3 {
    margin-bottom: 1.4rem;
  }

  .fee-table {
    width: calc(100% - 14vw);
    min-width: 0;
  }

  .fee-table th,
  .fee-table td {
    height: 5.7rem;
    padding: 0.5rem 0.6rem;
    line-height: 1.35;
    overflow-wrap: break-word;
  }

  .fee-table th:nth-child(2),
  .fee-table td:nth-child(2) {
    border-right-width: 0.2rem;
    border-left-width: 0.2rem;
  }

  .fee__table-band .note {
    width: calc(100% - 14vw);
    margin-top: 1.4rem;
    font-size: var(--text-xs);
  }

  .fee .section-text-link {
    padding: 1.8rem 0 2rem;
  }
}

@media (max-width: 767px) {
  .fee__lead {
    text-align: left;
  }

  .fee-table {
    width: calc(100% - 3.2rem);
  }

  .fee__table-band .note {
    width: calc(100% - 3.2rem);
  }

  .fee .section-title {
    font-size: 2.8rem;
  }

  .fee__table-band h3 {
    font-size: 1.8rem;
  }

  .fee-table th,
  .fee-table td {
    font-size: 1.6rem;
  }

  .fee-table td:nth-child(2) {
    font-size: 1.8rem;
  }
}

/* ==============================
   Section: Cases
============================== */
.cases {
  padding: 6rem 0;
  background: var(--color-bg-gray);
}

.cases .section-title {
  margin-bottom: 3rem;
  font-size: 2.8rem;
  text-align: center;
  font-family: var(--font-sans);
}

.cases .section-title br {
  display: none;
}

.case-card__header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 7.4rem;
  padding: 2.6rem 2rem 1.2rem;
  color: var(--white);
  background: var(--color-pink);
}

.case-card__header img,
.cases-guide header img {
  position: absolute;
  top: -2.2rem;
  left: 50%;
  width: 6.5rem;
  height: 6.5rem;
  object-fit: contain;
  transform: translateX(-50%);
}

.case-card__header h3,
.cases-guide h3 {
  margin: 0;
  color: var(--white);
  display: flex;
  align-items: baseline;
  gap: 0.8rem;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
}

.case-card__body {
  padding: 3.8rem 2.0rem 3.8rem;
}

.case-card__summary,
.case-card__case {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  gap: 1.2rem;
  margin-bottom: 2.8rem;
}

.case-card__summary > span,
.case-card__case > span {
  flex: 0 0 auto;
  padding: 0.4rem 1.2rem;
  color: var(--color-pink);
  font-size: 2.0rem;
  font-weight: 600;
  line-height: 1;
  border: 0.1rem solid var(--color-pink);
}

.case-card__summary p,
.case-card__case p {
  margin: 0;
  font-size: 2.2rem;
  line-height: 1.5;
}

.case-card__plus {
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  vertical-align: -0.35em;
  position: relative;
  top: -0.6rem;
}

.case-card dl {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  margin: 0;
}

.case-card dl div {
  position: relative;
  padding: 1.2rem 1.2rem 1rem;
  text-align: center;
  border: 0.1rem solid var(--color-pink);
  border-radius: 0.3rem;
  min-width: 15.4rem;
}

.case-card dt {
  color: var(--color-text);
  font-size: 2.0rem;
  line-height: 1.2;
}

.case-card dd {
  margin: 0.3rem 0 0;
  color: var(--color-pink);
  font-size: 2.8rem;
  font-weight: 600;
}

.case-card dl div + div::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -2.0rem;
  display: grid;
  width: 3.0rem;
  height: 3.0rem;
  background: url("images/plus.svg") center / contain no-repeat;
  transform: translateY(-50%);
}

.cases__primary,
.cases__guides {
  width: min(108rem, 100%);
  margin-inline: auto;
}

.cases__primary-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.6rem 2rem 1.2rem;
  color: var(--white);
  background: var(--color-pink);
  border-radius: 0.8rem 0.8rem 0 0;
}

.cases__primary-header img {
  position: absolute;
  top: -2.2rem;
  left: 50%;
  width: 6.5rem;
  height: 6.5rem;
  object-fit: contain;
  transform: translateX(-50%);
}

.cases__primary-header h3 {
  margin: 0;
  color: var(--white);
  font-size: 2.4rem;
  font-weight: 600;
}

.cases__primary-header h3 span {
  color: #FFE6BE;
  font-family: var(--font-en);
  font-size: 3.6rem;
}

.cases__primary-header h3 span,
.cases-guide h3 span {
  color: #FFE6BE;
  font-family: var(--font-en);
  font-size: 3.6rem;
}

.cases__list {
  display: block;
  background: var(--white);
  padding-inline: 6.0rem;
}

.cases__list .case-card + .case-card {
  border-top: 0.1rem dashed #666;
}

.cases__guides {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.4rem;
  margin-top: 3.2rem;
}

.cases__guides {
  margin-top: 4.8rem;
}

.cases-guide {
  background: var(--white);
  box-shadow: 0 0.2rem 0.6rem rgba(39, 47, 65, 0.12);
}

.cases-guide header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.6rem 2rem 1.2rem;
  background: #24566a;
  border-radius: 0.8rem 0.8rem 0 0;
}

.cases-guide header img {
  width: 6.5rem;
  height: 6.5rem;
}

.cases-guide > p {
  min-height: 4.4rem;
  margin: 2.0rem 1.6rem 1.2rem;
  font-size: 2.0rem;
  text-align: center;
}

.cases-guide > span {
  display: block;
  width: 30rem;
  margin: 0 auto 3.6rem;
  padding: 0.8rem 1.6rem;
  color: #24566a;
  font-size: 2.0rem;
  text-align: center;
  background: #eff8fc;
  border: 0.1rem solid #24566a;
}

.cases-guide > span b {
  font-size: 2.4rem;
}

.cases__note {
  width: min(108rem, 100%);
  margin: 1.2rem auto 0;
  color: var(--color-text-muted);
  font-size: var(--text-xs);
  text-align: left;
}

.cases .section-text-link {
  display: flex;
  width: fit-content;
  margin: -1.8rem 0 0 auto;
}

@media (max-width: 959px) {
  .cases .container {
    width: calc(100% - 14vw);
    padding-inline: 0;
  }

  .cases__list {
    padding-inline: 2.0rem;
  }

  .cases__guides {
    display: flex;
    flex-direction: column;
    gap: 4.8rem;
  }

  .cases-guide {
    padding-bottom: 1.0rem;
  }
}

@media (max-width: 767px) {
  .cases {
    padding: 3.2rem 0;
  }

  .cases .container {
    width: min(var(--content-width), calc(100% - (var(--side-padding) * 2)));
    padding-inline: 0;
  }

  .cases .section-title {
    margin-bottom: 2.4rem;
    font-size: 1.8rem;
    line-height: 1.5;
  }

  .cases .section-title br {
    display: initial;
  }

  .case-card__header {
    min-height: 3.8rem;
    padding: 0.7rem 1rem 0.5rem;
  }

  .cases__primary-header img,
  .cases-guide header img {
    position: relative;
    top: -0.6rem;
    left: 1.2rem;
    width: 5.0rem;
    height: 5.0rem;
  }

  .case-card__plus {
    width: 1.5rem;
    height: 1.5rem;
    top: -0.2rem;
    margin-inline: 0.1rem;
  }

  .cases__primary-header h3,
  .cases-guide h3 {
    font-size: 1.8rem;
    line-height: 1;
  }

  .cases__primary-header h3 span,
  .cases-guide h3 span {
    font-size: 2.4rem;
    line-height: 1;
  }

  .case-card__body {
    padding: 1.4rem 0 0rem;
  }

  .cases__list .case-card + .case-card {
    border: none;
  }

  .cases__list {
    display: block;
    padding-inline: 1.4rem;
    padding-bottom: 3.5rem;
  }

  .cases__list .case-card + .case-card {
    margin-top: 1.6rem;
  }

  .case-card__summary,
  .case-card__case {
    display: block;
    margin-bottom: 1.5rem;
    text-align: center;
  }

  .case-card__summary > span,
  .case-card__case > span {
    display: block;
    margin-bottom: 1.0rem;
    padding: 0.5rem 1rem;
    color: var(--color-text);
    font-size: 1.6rem;
    background: #f1f1f1;
    border: 0;
  }

  .case-card__summary p,
  .case-card__case p {
    font-size: 1.5rem;
    line-height: 1.65;
  }

  .case-card dl {
    gap: 0.8rem;
  }

  .case-card dl div {
    padding: 0.8rem 0.4rem 0.7rem;
    min-width: 9.2rem;
  }

  .case-card dt {
    font-size: 1.6rem;
  }

  .case-card dd {
    font-size: 2.0rem;
  }

  .case-card dl div + div::before {
    left: -1.4rem;
    width: 2.0rem;
    height: 2.0rem;
  }

  .cases__guides {
    width: 100%;
    margin-top: 1.6rem;
    grid-template-columns: 1fr;
  }

  .cases__guides {
    margin-top: 0;
    gap: 0;
  }

  .cases-guide {
    padding-bottom: 2.5rem;
  }

  .cases__secondary .case-card {
    padding: 0.8rem 1.6rem 1.8rem;
  }

  .cases__primary-header,
  .cases-guide header {
    width: 100vw;
    height: 4.8rem;
    margin-left: calc(50% - 50vw);
    padding: 0.8rem 1rem 0.4rem;
    border-radius: 0;
  }

  .cases-guide > p {
    min-height: 0;
    margin: 1.2rem 1.6rem;
    font-size: 1.5rem;
  }

  .cases-guide > span {
    min-width: 20rem;
    margin-bottom: 1.6rem;
    padding: 0.7rem 1.2rem;
    font-size: 1.6rem;
  }

  .cases-guide > span b {
    font-size: 2.0rem;
  }

  .cases__note {
    margin-top: 1rem;
    font-size: var(--text-xs);
  }
}

@media (max-width: 569px) {
  .cases .container {
    width: calc(100% - 2.0rem);
  }
}

/* ==============================
   Section: Fee Detail
============================== */
.fee-detail {
  padding: 6.8rem 0;
  background: var(--white);
}

.fee-detail .section-title {
  margin-bottom: 3.4rem;
  font-size: 2.8rem;
  font-family: var(--font-sans);
}

.fee-detail__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4.6rem;
  align-items: start;
}

.fee-detail__column {
  min-width: 0;
}

.fee-box {
  background: var(--white);
}

.fee-box h3 {
  position: relative;
  margin: 0 0 1.2rem;
  padding-left: 2.2rem;
  color: var(--color-text);
  font-size: 1.8rem;
  font-weight: 600;
}

.fee-box h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.4rem;
  height: 1.4rem;
  background: #b38a1f;
  transform: translateY(-50%);
}

.fee-box__head {
  display: flex;
  justify-content: space-between;
  padding: 1.1rem 1.4rem;
  color: var(--color-text);
  font-weight: 600;
  background: #f7efd9;
}

.fee-box dl {
  margin: 0;
}

.fee-box dl div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: center;
  min-height: 4.8rem;
  padding: 1.2rem 1.4rem;
  border-bottom: 0.1rem solid var(--color-border);
}

.fee-box dt {
  font-weight: 400;
  line-height: 1.45;
}

.fee-box dt small {
  display: block;
  margin-top: 0.3rem;
  font-size: 1.2rem;
  font-weight: 400;
}

.fee-box dd {
  margin: 0;
  color: var(--color-text);
  font-weight: 600;
  text-align: right;
}

.fee-box__note {
  margin: 1.2rem 0 3rem;
  font-size: var(--text-xs);
  text-align: right;
}

.fee-box--basic h3 {
  margin-top: 0.4rem;
}

.fee-box--additional dl div {
  min-height: 7.2rem;
}

.other-costs {
  margin-top: 4.8rem;
  padding: 2rem;
  background: var(--white);
  border: 0.1rem solid var(--color-border);
  border-radius: 0.6rem;
}

.other-costs h3 {
  margin: 0 0 1.4rem;
  font-size: 1.8rem;
  font-weight: 600;
}

.other-costs ul {
  margin: 0;
  padding-left: 2rem;
  list-style: none;
}

.other-costs li {
  position: relative;
  padding-left: 0.3rem;
  line-height: 1.6;
}

.other-costs li::before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: -1.4rem;
  width: 0.6rem;
  height: 0.6rem;
  background: currentColor;
  border-radius: 50%;
}

.other-costs li + li {
  margin-top: 1.4rem;
}

@media (max-width: 959px) {
  .fee-detail {
    padding: 4.8rem 0;
  }

  .fee-detail .section-title {
    margin-bottom: 2.8rem;
  }

  .fee-detail__grid {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }

  .fee-box--basic {
    margin-top: 1.6rem;
  }

  .fee-box h3 {
    margin-bottom: 1.2rem;
  }

  .fee-box__head {
    padding: 1rem 1.2rem;
  }

  .fee-box dl div {
    gap: 1.2rem;
    min-height: 6.8rem;
    padding: 1.2rem;
  }

  .fee-box--additional dl div {
    min-height: 8.2rem;
  }

  .fee-box__note {
    margin-bottom: 0;
    font-size: var(--text-xs);
  }

  .other-costs {
    margin-top: 3.2rem;
    padding: 1.8rem;
  }
}

@media (max-width: 767px) {
  .fee-detail .section-title {
    font-size: 1.8rem;
  }

  .fee-box h3 {
    font-size: 1.7rem;
  }

  .fee-box dt small {
    font-size: 1.1rem;
  }

  .fee-box dl div {
    min-height: 6.0rem;
  }

  .other-costs li {
    font-size: 1.4rem;
  }
}

/* ==============================
   Section: Works
============================== */
.works {
  padding: 6rem 0;
  background: var(--color-bg-gray);
}

.works .section-title {
  margin-bottom: 3rem;
  font-size: var(--text-section-title);
  line-height: 1.3;
}

.works .section-title .works-title__main {
  font-size: 1em;
}

.works .section-title .works-title__sub {
  font-size: .76em;
}

.works__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.4rem 3.2rem;
}

.works-card {
  position: relative;
  min-height: 29rem;
  padding: 2rem 2.4rem 2.4rem;
  background: var(--white);
  box-shadow: 0 0.2rem 0.5rem rgba(39, 47, 65, 0.08);
  border-radius: 0.6rem;
}

.works-card__badge {
  display: inline-block;
  margin-bottom: 0.8rem;
  padding: 0.2rem 0.8rem;
  color: var(--white);
  font-size: 1.6rem;
  font-weight: 600;
  background: var(--color-pink);
  border-radius: 0.6rem;
}

.works-card h3 {
  margin: 0 0 1.6rem;
  padding-bottom: 0.8rem;
  color: var(--color-text);
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 600;
  border-bottom: 0.2rem solid var(--color-border);
  position: relative;
}

.works-card h3::before {
  content: "";
  width: 3em;
  height: 0.2rem;
  background: var(--color-pink);
  position: absolute;
  bottom: -0.2rem;
  left: 0;
}

.works-card__issue {
  position: relative;
  min-height: 9rem;
  padding-right: 13.5rem;
}

.works-card__issue strong {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.6rem;
  font-size: 2.0rem;
}

.works-card__issue-icon {
  width: 2.6rem;
  height: 2.6rem;
  object-fit: contain;
}

.works-card__issue p {
  margin: 0;
  font-size: 1.6rem;
  font-size: var(--text-base);
  line-height: 1.6;
}

.works-card__issue > picture {
  position: absolute;
  top: 0;
  right: 0;
  width: 12rem;
  height: 12rem;
  object-fit: cover;
  border-radius: 0.2rem;
}

.works-card__issue > picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.2rem;
}

.works-card__result {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 6.4rem;
  margin-top: 4.2rem;
  padding: 2.2rem 1.2rem 2.2rem 7.2rem;
  border: 0.1rem solid #b38a1f;
  border-radius: 0.4rem;
  background: #FFFBF4;
}

.works-card__result > img {
  position: absolute;
  top: -2.8rem;
  left: 50%;
  width: 10.9rem;
  height: 4.1rem;
  transform: translateX(-50%);
}

.works-card__result > span {
  position: absolute;
  top: 2.3rem;
  left: -0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.4rem;
  height: 3.2rem;
  padding: 0 1rem 0 0.4rem;
  color: var(--white);
  font-size: 1.8rem;
  font-weight: 600;
  background: var(--color-pink);
  clip-path: polygon(0 0, 82% 0, 100% 50%, 82% 100%, 0 100%);
}

.works-card__result p {
  margin: 0;
  font-size: var(--text-base);
}

.works .section-text-link {
  display: flex;
  width: fit-content;
  margin: 2.8rem 0 0 auto;
}

@media (max-width: 959px) {
  .works {
    padding: 4.0rem 0;
  }

  .works .section-title {
    margin-bottom: 2.2rem;
    line-height: 1.35;
  }

  .works__grid {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }

  .works-card {
    min-height: 0;
  }

  .works-card__badge {
    margin-bottom: 0.5rem;
    padding: 0.2rem 0.6rem;
  }

  .works-card h3 {
    margin-bottom: 1.5rem;
    padding-bottom: 0.6rem;
  }

  .works-card__issue {
    min-height: 8.5rem;
    padding-right: 10.4rem;
  }

  .works-card__issue strong {
    margin-bottom: 0.4rem;
  }

  .works-card__issue-icon {
    width: 2rem;
    height: 2rem;
  }

  .works-card__issue > picture {
    width: 9rem;
    height: 10.7rem;
  }

  .works-card__result > img {
    top: -2.2rem;
    width: 8rem;
    height: 3rem;
  }

  .works .section-text-link {
    margin-top: 2rem;
  }
}

@media (max-width: 767px) {
  .works .section-title {
    font-size: var(--text-section-title);
  }

  .works-card {
    padding: 1.4rem 1.4rem 2.4rem;
  }

  .works-card__badge {
    font-size: 1.4rem;
  }

  .works-card h3 {
    font-size: 1.8rem;
  }

  .works-card__issue strong {
    font-size: 1.6rem;
  }

  .works-card__result {
    min-height: 4.4rem;
    margin-top: 1.6rem;
    padding: 0.8rem 0.8rem 0.8rem 5.2rem;
  }

  .works-card__result > span {
    font-size: 1.5rem;
  }

  .works-card__result > span {
    width: 4.8rem;
    height: 2.8rem;
    padding: 0 0.2rem;
    top: 1.0rem;
  }

  .works-card__issue p {
    min-height: 7.6rem;
  }
}

/* ==============================
   Section: Area
============================== */
.area {
  position: relative;
  padding: 6rem 0;
  background: #fbfcfd;
}

.area__inner {
  position: relative;
  min-height: 39rem;
}

.area__copy {
  position: relative;
  z-index: 1;
  width: 52rem;
  width: 104rem;
  margin: 0 auto;
}

.area .section-title {
  margin: 0 0 1.8rem;
  text-align: left;
}

.area .section-kicker {
  text-align: left;
}

.area .section-title .area-title__main {
  display: inline-block;
  font-size: 1em;
}

.area .section-title .area-title__sub {
  display: inline-block;
  font-size: .76em;
  font-weight: 400;
  line-height: 1.25;
  vertical-align: baseline;
}

.area__lead {
  margin: 0;
  font-size: var(--text-base);
  line-height: 1.8;
}

.area__visual {
  position: absolute;
  top: -2.0rem;
  right: 0;
  width: 45.8rem;
}

.area__tags {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.2rem;
  width: 92rem;
  margin: 5.6rem auto 0;
  padding: 0;
  list-style: none;
}

.area__tags li {
  flex: 1;
  display: flex;
  min-height: 12rem;
  padding: 1.8rem 1rem 1.4rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.3rem;
  color: var(--color-main);
  font-size: 2.0rem;
  line-height: 1.45;
  text-align: center;
  font-weight: 600;
  background: var(--white);
  box-shadow: 0 .8rem 1.8rem rgba(39, 47, 65, .12);
  border-radius: 0.6rem;
}

.area__tags img {
  width: auto;
  max-width: 8.7rem;
  height: 5.0rem;
  object-fit: contain;
}

.area__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.area .section-text-link {
  display: flex;
  width: fit-content;
  margin: 3rem 0 0 auto;
  justify-content: flex-end;
}

@media (max-width: 959px) {
  .area {
    padding: 4rem 0 4.8rem;
  }

  .area__inner {
    min-height: 0;
  }

  .area__copy {
    width: 100%;
  }

  .area .section-title {
    margin-bottom: 2rem;
    text-align: left;
  }

  .area__lead {
    font-size: 1.6rem;
    line-height: 1.75;
    width: 52vw;
    z-index: 1;
    position: relative;
    text-shadow: 1px 1px 0 rgba(255, 255, 255);
  }

  .area__visual {
    top: 7.2rem;
    right: -1.4rem;
    width: 23.6rem;
    height: auto;
  }

  .area__image {
    width: 100%;
    height: auto;
  }

  .area__tags {
    right: auto;
    bottom: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem;
    width: 100%;
    margin-top: 4rem;
  }

  .area__tags li {
    min-height: 12.8rem;
    padding: 1.4rem .8rem;
    font-size: 1.6rem;
  }

  .area .section-text-link {
    position: relative;
    right: auto;
    bottom: auto;
    justify-content: flex-end;
    margin-top: 2rem;
  }
}

@media (max-width: 767px) {
  .area__pc-only {
    display: none;
  }

  .area__visual {
    width: 20.6rem;
  }
}

/* ==============================
   Section: Flow
============================== */
.flow {
  padding: 6rem 0 0;
  background: #eeeee6;
}

.flow .section-title {
  margin-bottom: 3.8rem;
  color: var(--color-main);
  font-size: 3.6rem;
}

.flow__title-break {
  display: none;
}

.flow__ribbon {
  position: relative;
  z-index: 1;
  width: 45rem;
  margin: 0 auto -2.8rem;
  padding: .7rem 2rem;
  color: var(--white);
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  background: var(--color-main);
  clip-path: polygon(0 0, 100% 0, 96% 50%, 100% 100%, 0 100%, 4% 50%);
}

.flow__ribbon span {
  display: inline-grid;
  place-items: center;
  width: 4.0rem;
  height: 4.0rem;
  margin-inline: .6rem;
  color: var(--color-main);
  font-family: var(--font-en);
  font-size: 2.8rem;
  background: var(--white);
  border-radius: 50%;
}

.flow__ribbon b {
  color: #E9C851;
}

.flow__steps {
  width: 120rem;
  max-width: 100%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(4, 24rem);
  justify-content: center;
  gap: 2.8rem;
  padding: 7.2rem 0 5.4rem;
  background: var(--white);
  border: .1rem solid var(--color-border);
}

.flow__steps article {
  position: relative;
  display: flex;
  min-height: 9.6rem;
  padding: 1.6rem 1rem 2.8rem;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background: #faf9ef;
  max-width: 24rem;
}

.flow__steps article:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1.7rem;
  z-index: 1;
  width: 2.7rem;
  height: 6.6rem;
  background: url("images/flow_arr.png") center / contain no-repeat;
  transform: translateY(-50%);
}

.flow__free-bubble {
  position: absolute;
  top: -2.6rem;
  left: 2.4rem;
  width: 5.8rem;
  height: auto;
}

.flow__free-bubble img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.flow__steps article > strong {
  display: inline-grid;
  place-items: center;
  width: 3.6rem;
  height: 3.6rem;
  color: var(--color-main);
  font-family: var(--font-en);
  font-size: 2.2rem;
  line-height: 1;
  background: var(--white);
  border: .1rem solid var(--color-main);
  border-radius: 50%;
}

.flow__steps h3 {
  margin: 0;
  color: var(--color-main);
  font-size: 2.4rem;
}

.flow__message {
  position: relative;
  width: 93rem;
  min-height: 20.5rem;
  margin-inline: auto;
  padding: 3.0rem 0rem 4.0rem;
  color: var(--color-main);
}

.flow__message p:first-child {
  margin: 0;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.4;
}

.flow__message em {
  color: var(--color-orange);
  font-size: 120%;
  font-style: normal;
  font-weight: 600;
}

.flow__message strong {
  font-weight: 600;
}

.flow__message .note {
  margin-top: 0.8rem;
  font-size: var(--text-xs);
  line-height: 1.6;
  text-align: left;
}

.flow__message > img {
  position: absolute;
  right: 0rem;
  bottom: 0;
  width: 14rem;
  height: auto;
}

.flow__collaboration {
  width: max(100vw, 128rem);
  margin-left: calc(50% - max(50vw, 64rem));
  padding: 4.0rem max(8rem, calc((100% - 100rem) / 2)) 4.0rem;
  background: var(--white);
}

.flow__collaboration-inner {
  display: flex;
  align-items: center;
  width: min(104rem, 100%);
  min-height: 19rem;
  margin-inline: auto;
  padding: 2.8rem 3.6rem;
}

.flow__collaboration-image {
  flex: 0 0 31.4rem;
  width: 31.4rem;
}

.flow__collaboration-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.flow__collaboration-inner > div {
  padding-left: 2rem;
}

.flow__collaboration h3 {
  margin: 0;
  color: var(--color-main);
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.65;
}

.flow__collaboration h3 strong {
  color: var(--color-orange);
  font-size: 120%;
}

.flow__collaboration p {
  margin: 1.2rem 0 0;
  font-size: var(--text-base);
}

.flow__collaboration .section-text-link {
  display: flex;
  width: fit-content;
  margin: 2rem 0 0 auto;
  justify-content: flex-end;
}

@media (max-width: 128rem) {
  .flow__steps {
    grid-template-columns: repeat(4, 20rem);
    gap: 2.0rem;
  }

  .flow__steps article {
    width: 20rem;
    max-width: 20rem;
  }

  .flow__steps h3 {
    font-size: 2.0rem;
  }
}

@media (max-width: 959px) {
  .flow {
    padding: 4.4rem 0 0;
  }

  .flow .section-title {
    margin-bottom: 3.6rem;
  }

  .flow__title-break {
    display: block;
  }

  .flow__ribbon {
    width: 45rem;
    margin-bottom: -2.8rem;
    padding: .7rem 2rem;
  }

  .flow__ribbon span {
    width: 4rem;
    height: 4rem;
  }

  .flow__steps {
    display: grid;
    width: 100%;
    margin-inline: auto;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 3.2rem 8vw 2.8rem;
  }

  .flow__steps article {
    width: 100%;
    min-height: 0;
    padding: 1.6rem .4rem 1.6rem 6.8rem;
    justify-content: flex-start;
    flex-direction: row;
    border-bottom: .1rem solid #aeb2c1;
    background: var(--white);
    max-width: none;
  }

  .flow__steps article:not(:last-child)::after {
    display: block;
    top: 100%;
    right: auto;
    z-index: 1;
    left: 50%;
    width: 3.6rem;
    height: 1.8rem;
    background: #aeb2c1;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    transform: translateX(-50%);
  }

  .flow__free-bubble {
    top: 50%;
    left: 0.2rem;
    transform: translateY(-50%);
  }

  .flow__steps h3 {
    font-size: 2.4rem;
  }

  .flow__steps article > strong {
    margin-right: .8rem;
  }

  .flow__message {
    width: 100%;
    min-height: 20.3rem;
    margin-inline: auto;
    padding: 1.4rem 2rem 2.2rem;
  }

  .flow__message p:first-child {
    font-size: 3.2rem;
  }

  .flow__message .note {
    width: 60vw;
  }

  .flow__message > img {
    right: .4rem;
    width: 9.2rem;
  }

  .flow__collaboration {
    display: block;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    min-height: 35rem;
    padding: 3rem 0 5rem;
  }

  .flow__collaboration-inner {
    width: min(var(--content-width), calc(100% - (var(--side-padding) * 2)));
    display: block;
    width: min(var(--content-width), calc(100% - (var(--side-padding) * 2)));
    min-height: 0;
    padding: 2.2rem;
  }

  .flow__collaboration-image {
    display: block;
    width: 100%;
    height: auto;
    flex: none;
    position: relative;
    left: 1.4rem;
  }

  .flow__collaboration-image img {
    width: 100%;
    height: auto;
  }

  .flow__collaboration-inner > div {
    padding: 1.8rem 0 0;
    text-align: center;
  }

  .flow__collaboration h3 {
    margin-bottom: 1rem;
    line-height: 1.55;
    text-align: center;
  }

  .flow__collaboration p {
    margin-top: 1rem;
    line-height: 1.8;
    text-align: left;
  }

  .flow__collaboration .section-text-link {
    width: fit-content;
    margin: 2rem 0 0 auto;
  }
}

@media (max-width: 767px) {
  .flow {
    padding-top: 2.4rem;
  }

  .flow .section-title {
    margin-bottom: 2.0rem;
    font-size: 2.4rem;
  }

  .flow__ribbon {
    width: 25rem;
    margin-bottom: -1.6rem;
    padding: .4rem 1rem;
    font-size: 1.6rem;
  }

  .flow__ribbon span {
    width: 2.2rem;
    height: 2.2rem;
    font-size: 1.5rem;
  }

  .flow__steps {
    padding: 3.0rem 1.8rem 1.8rem;
  }

  .flow__steps article > strong {
    font-size: 2.0rem;
    width: 2.8rem;
    height: 2.8rem;
  }

  .flow__steps h3 {
    font-size: 1.8rem;
  }

  .flow__message p:first-child {
    font-size: 1.8rem;
  }

  .flow__free-bubble {
    width: 5.4rem;
  }

  .flow__message em {
    font-size: 2.2rem;
  }

  .flow__message .note {
    font-size: var(--text-xs);
  }

  .flow__collaboration h3 {
    font-size: 1.8rem;
  }

  .flow__collaboration p {
    font-size: 1.4rem;
  }
}

@media (max-width: 569px) {
  .flow__message {
    padding-inline: 0;
  }

  .flow__collaboration-inner {
    padding-inline: 0;
  }
}

/* ==============================
   Section: FAQ
============================== */
.faq {
  padding: 6rem 0;
  background: #eeeee6;
}

.faq__list {
  display: grid;
  gap: 1.4rem;
  width: 88rem;
  max-width: 100%;
  margin: 0 auto;
}

.faq__list div {
  padding: 2rem 2.4rem 1.8rem;
  background: var(--white);
  border-radius: .8rem;
}

.faq__list dt {
  position: relative;
  cursor: pointer;
  margin: 0;
  padding: 2.0rem 2.8rem 2.0rem 6.0rem;
  color: var(--color-main);
  font-size: 2.0rem;
  font-weight: 600;
  line-height: 1.5;
}

.faq__list div:not(.is-open) dd {
  display: none;
}

.faq__list div:not(.is-open) dt::after {
  border-bottom: 0;
  border-top: .8rem solid var(--color-main);
}

.faq__list dt::before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 50%;
  display: grid;
  width: 4.8rem;
  height: 4.8rem;
  place-items: center;
  color: var(--white);
  font-family: var(--font-en);
  font-size: 2.4rem;
  line-height: 1.2;
  background: var(--color-orange);
  border-radius: 50%;
  transform: translateY(-50%);
}

.faq__list dt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: .2rem;
  width: 0;
  height: 0;
  border-right: .7rem solid transparent;
  border-bottom: .8rem solid var(--color-main);
  border-left: .7rem solid transparent;
  transform: translateY(-50%);
}

.faq__list dd {
  margin: 0;
  padding: 1.2rem 0 0;
  font-size: 1.6rem;
  line-height: 1.75;
  border-top: .1rem solid var(--color-border);
}

@media (max-width: 959px) {
  .faq {
    padding: 4.0rem 0;
  }

  .faq__list {
    gap: 1.4rem;
  }

  .faq__list div {
    padding: 0rem 2.2rem 0;
    border-radius: .9rem;
  }

  .faq__list dt {
    min-height: 5rem;
    padding: 1.4rem 2.2rem 1.4rem 5.2rem;
    line-height: 1.6;
  }

  .faq__list dt::before {
    width: 3.8rem;
    height: 3.8rem;
  }

  .faq__list dd {
    padding-top: 1.4rem;
    padding-bottom: 1.8rem;
    line-height: 2.05;
  }
}

@media (max-width: 767px) {
  .faq__list dt {
    font-size: 1.6rem;
  }

  .faq__list dt::before {
    font-size: 1.8rem;
  }
}

/* ==============================
   Section: Office
============================== */
.office {
  padding: 6rem 0;
  background: var(--white);
}

.office__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 46.7rem;
  gap: 3.2rem;
  align-items: start;
}

.office__table {
  margin: 0;
  border-top: 0.1rem solid var(--color-border);
}

.office__table div {
  display: grid;
  grid-template-columns: 12rem minmax(0, 1fr);
  border-top: 0.1rem solid var(--color-border);
}

.office__table div:first-child {
  border-top: 0;
}

.office__table div:last-child {
  border-bottom: 0.1rem solid var(--color-border);
}

.office__table dt,
.office__table dd {
  margin: 0;
  padding: 1.5rem 1.6rem;
  line-height: 1.65;
}

.office__table dt {
  color: var(--color-text);
  font-weight: 600;
  background: #f7f6f2;
}

.office iframe {
  width: 100%;
  height: 34.8rem;
  border: 0;
}

@media (max-width: 959px) {
  .office {
    padding: 4.0rem 0;
  }

  .office .container {
    width: calc(100% - 2.8rem);
  }

  .office__grid {
    grid-template-columns: 1fr;
    gap: 2.8rem;
  }

  .office__table div {
    grid-template-columns: 12rem minmax(0, 1fr);
  }

  .office__table dt,
  .office__table dd {
    padding: 1.4rem 1.5rem;
    line-height: 1.7;
  }

  .office iframe {
    height: 27.1rem;
  }
}

/* ==============================
   Section: Final CTA
============================== */
.final-cta__badges {
  display: inline-flex;
  gap: .8rem;
  margin-right: .8rem;
  margin-top: -0.3rem;
  vertical-align: middle;
}

.final-cta__badges span {
  display: inline-block;
  padding: .1rem 1.0rem 0.2rem;
  color: var(--color-text);
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.35;
  background: var(--color-gold);
}

.final-cta ul {
  display: flex;
  justify-content: center;
  gap: .8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.final-cta li {
  padding: 0.5rem 1.4rem;
  color: var(--color-main);
  font-weight: 600;
  background: var(--color-gold);
}

.guide-card__note {
  margin: 3rem auto 0;
  padding-inline: 2.0rem;
  color: var(--color-text);
  font-size: var(--text-xs);
  text-align: center;
}

@media (max-width: 959px) {
  .final-cta__badges {
    display: inline;
    margin: 0;
    vertical-align: initial;
  }

  .final-cta__badges span {
    padding: 0;
    font-weight: inherit;
    background: none;
    font-size: 1.6rem;
    line-height: inherit;
    color: inherit;
  }

  .final-cta__badges span:not(:last-child)::after {
    content: "、";
  }
}

/* ==============================
   Section: CTA Band
============================== */
.cta-band {
  color: var(--white);
  background: linear-gradient(90deg, var(--color-main-hover) 0%, var(--color-sub) 50%, var(--color-main-hover) 100%);
  overflow: initial !important;
  padding: 6.5rem 2rem 4rem;
}

.cta-band--lead .cta-band {
  padding-top: 4.5rem;
}

.cta-band--lead {
  padding: 6rem 0rem;
}

.final-cta {
  padding: 6rem 0 4rem;
}

.cta-band__inner {
  width: min(94rem, 100%);
  margin-inline: auto;
  text-align: center;
  position: relative;
}

.cta-band__kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.6rem;
  margin: 0 0 0.8rem;
  padding: 0 1rem;
  color: var(--color-sub);
  font-family: var(--font-serif);
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
  background: var(--white);
}

.cta-band__title {
  margin: 0;
  font-family: var(--font-serif);
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.65;
}

.cta-band__title span {
  color: var(--color-gold);
}

.cta-band__text {
  margin: 0.2rem 0 4.5rem;
  font-size: 1.6rem;
  line-height: 1.6;
}

.cta-band--lead .cta-band__text {
  margin: 0 auto;
}

.cta-band__person {
  display: none;
}

.cta-card__ribbon {
  margin: 0 auto 1.4rem;
  color: var(--white);
  font-family: var(--font-sans);
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.5;
  position: absolute;
  top: -1.9rem;
  left: 50%;
  width: 41rem;
  padding: 0.5rem 1.8rem 0.7rem;
  transform: translateX(-50%);
}

.cta-card__ribbon > span {
  display: none;
}

.cta-card__ribbon img {
  display: block;
  width: 41.7rem;
  height: 7rem;
  max-width: none;
  margin: -1.4rem auto;
}

div.cta-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
  gap: 2.8rem;
}

div.cta-actions {
  width: min(94rem, 100%);
  min-height: 16.3rem;
  margin-inline: auto;
  padding: 6.0rem 2rem 2.2rem;
  background: var(--white);
}

.lp a.Tel {
  display: none;
}

.lp div.Tel {
  display: grid;
  place-items: center;
  min-width: 32rem;
  pointer-events: none;
  cursor: default;
}

.lp .Tel .cta-phone__main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  font-size: 5.2rem;
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1;
  color: var(--color-text);
}

.lp .Tel .cta-phone__main img {
  width: 36.4rem;
}

.cta-phone__sub {
  font-size: 1.7rem;
  margin-top: .4rem;
  line-height: 1.3;
  color: var(--color-text);
}

.lp .Tel .cta-phone__main img {
  width: 5rem;
  height: auto;
}

.lp .Mail {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28rem;
  min-height: 6.6rem;
  padding: 1.2rem 0rem;
  padding-right: 2.0rem;
  color: var(--color-accent-dark);
  font-family: var(--font-serif);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  position: relative;
  background: var(--white);
  border: 0.2rem solid var(--color-accent-dark);
  border-radius: 0.2rem;
  box-shadow: 0.2rem 0.2rem 0.4rem rgba(0, 0, 0, 0.2);
  transition: 0.3s ease;
}

.lp .Mail::after {
  content: "";
  width: 1.1rem;
  height: 1.8rem;
  margin-left: 1.8rem;
  background: url("images/polygon_red.svg") center / contain no-repeat;
  position: absolute;
  top: 50%;
  right: 1.4rem;
  transform: translateY(-50%);
}

.lp .Mail img {
  width: auto;
  height: 1.9rem;
  margin-right: 1rem;
}

.lp .Mail:hover {
  box-shadow: none;
}

.cta-band__note {
  margin: 1.6rem 0 0;
  color: var(--white);
  font-size: var(--text-s);
  line-height: 1.5;
  max-width: none;
}

.cta-band__voice {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 3.6rem;
  margin: -1.0rem 0 0;
  color: var(--white);
  font-size: 2.4rem;
  line-height: 1.4;
  white-space: nowrap;
}

.cta-band__voice-frame {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.cta-band__voice-frame img {
  width: 38.6rem;
  height: auto;
  max-width: none;
  position: absolute;
  left: 7.2rem;
  top: 0.8rem;
}

.cta-band__voice-image {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  width: 6.5rem;
  border-radius: 50%;
  object-fit: cover;
}

.cta-band__voice-text {
  position: relative;
  z-index: 1;
  font-size: 2.35rem;
}

.cta-band__voice-text strong {
  color: var(--color-gold);
  font-weight: 400;
  font-size: 120%;
}

.cta-band__note {
  margin-top: 2.0rem;
}

@media (max-width: 767px) {
  .cta-band {
    padding: 3.2rem 0rem;
  }

  .cta-band--compact div.cta-actions {
    display: grid;
    width: 100%;
    min-height: 0;
    gap: 1.2rem;
    padding: 0;
    background: transparent;
  }

  .cta-card {
    position: absolute;
    left: calc(50% - 50vw);
    top: 17.3rem;
    width: 100vw;
    min-height: 36.7rem;
    margin: 0;
    padding: 8.2rem 3.7rem 3rem;
    color: var(--white);
    background: linear-gradient(90deg, var(--color-main-hover) 0%, var(--color-sub) 50%, var(--color-main-hover) 100%);
  }

  .cta-card__ribbon {
    width: auto;
    position: initial;
    font-size: 2rem;
    text-align: center;
    background: transparent;
    transform: initial;
  }

  .cta-card__ribbon > span {
    display: inline-block;
  }

  .cta-card__ribbon b {
    color: #FFE395;
  }

  .cta-card__ribbon img {
    display: none;
  }

  div.cta-actions {
    width: min(32.2rem, calc(100vw - 7.4rem));
    margin-inline: auto;
    flex-direction: column;
    gap: 1.3rem;
  }

  .lp div.Tel {
    display: none;
  }

  .lp a.Tel {
    display: flex;
    width: 100%;
    min-width: 0;
    pointer-events: auto;
    cursor: pointer;
    padding: 0.9rem 2rem 0.8rem;
    background: linear-gradient(180deg, #c90003 0%, #8e0002 100%);
    border: 0.2rem solid #fff;
    border-radius: 0.2rem;
    box-shadow: inset 0.2rem 0.2rem 0.4rem rgba(0, 0, 0, 0.16);
    min-width: 35rem;
  }

  .lp .Tel {
    display: flex;
    flex-direction: column;
    position: relative;
    min-width: 0;
    min-height: 7.8rem;
    padding: .8rem 1.2rem;
    color: var(--white);
    background: var(--color-accent);
    border: .2rem solid var(--white);
    box-shadow: 0 .2rem .4rem rgba(0, 0, 0, .25);
    pointer-events: auto;
  }

  .lp .Tel::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.8rem;
    width: 1.1rem;
    height: 1.8rem;
    background: url("images/polygon_white.svg") center / contain no-repeat;
    transform: translateY(-50%);
  }

  .lp .Tel .cta-phone__main img {
    width: 3.4rem;
  }

  .lp .Tel .cta-phone__main {
    font-size: 2.2rem;
    font-style: normal;
    color: var(--white);
    position: relative;
    left: -0.5rem;
  }

  .lp .Tel .cta-phone__main .tag {
    font-size: 1.4rem;
    border: 0.1rem solid var(--white);
    padding: 0.1rem 0.2rem;
    margin-left: 0.2rem;
    position: relative;
    top: -0.2rem;
    font-family: var(--font-sans);
  }

  .cta-phone__sub {
    color: #fff;
    font-size: 1.4rem;
  }

  .lp .Mail {
    min-width: 0;
    min-height: 6.8rem;
    color: var(--color-accent);
    background: var(--white);
  }

  .cta-band--lead {
    padding-top: 0;
  }

  .final-cta {
    padding-bottom: 1.2rem;
  }

  .cta-band__note {
    font-size: 1.2rem;
  }

  .cta-band--lead .cta-band__note {
    margin-top: 1.2rem;
  }

  .cta-band--lead .cta-band {
    padding-top: 3.2rem;
  }

  .cta-band__person {
    position: absolute;
    right: 0.8rem;
    bottom: 0;
    display: block;
    width: 10.7rem;
    height: 11.9rem;
    object-fit: cover;
    object-position: center top;
  }

  .cta-band--head {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 2.0rem 2.0rem 2.0rem;
    text-align: left;
    background: var(--white);
  }

  .cta-band__kicker {
    display: inline-flex;
    justify-content: flex-start;
    width: auto;
    min-height: 2.7rem;
    margin-bottom: 0.8rem;
    padding: 0 0.4rem;
    font-size: 2.0rem;
    background: var(--color-main);
    color: var(--white);
    text-align: left;
  }

  .cta-band__title {
    font-size: 2.4rem;
    color: var(--color-text);
    text-align: left;
  }

  .cta-band--head .cta-band__text {
    color: initial;
    width: calc(100% - 11.0rem);
    margin-left: 0;
    max-width: none;
  }

  .cta-band__title span {
    color: initial;
    font-size: 110%;
  }

  .cta-band__voice {
    gap: 2.0rem;
  }

  .cta-band__voice-text {
    font-size: 2.0rem;
  }

  .cta-band__voice-frame img {
    width: 30.5rem;
    left: 5.2rem;
    top: 0.6rem;
  }

  .cta-band__voice-image {
    width: 5.2rem;
  }

  .cta-band__voice-text strong {
    font-size: 110%;
  }
}

@media (max-width: 595px) {
  .cta-band__voice-text {
    font-size: 1.8rem;
  }

  .cta-band__voice-frame img {
    width: 28.5rem;
    top: 0.7rem;
  }

  .cta-band__title {
    font-size: 2.2rem;
  }
}

.section-form {
  padding: 6rem 0;
  background: var(--white);
}

@media (max-width: 959px) {
  .section-form {
    padding: 4rem 0;
  }
}

@media (max-width: 767px) {
  .section-form {
    padding: 3.2rem 0;
  }
}

.section-form .container {
  max-width: 96rem;
  margin-inline: auto;
}

.section-form .section-title {
  margin-bottom: 3.8rem;
  color: var(--color-main);
  font-size: 3.6rem;
}

@media (max-width: 959px) {
  .section-form .section-title {
    margin-bottom: 3.6rem;
  }
}

@media (max-width: 767px) {
  .section-form .section-title {
    margin-bottom: 2.0rem;
    font-size: 2.4rem;
  }
}

/*フォーミネーター（開発・本番共通 ID:18）*/
.forminator-ui#forminator-module-18.forminator-design--flat {
  padding: 0;
}

.forminator-ui#forminator-module-18.forminator-design--flat .forminator-label {
  font-size: 1.4rem !important;
}

.forminator-ui#forminator-module-18.forminator-design--flat input[type=text],
.forminator-ui#forminator-module-18.forminator-design--flat input[type=email],
.forminator-ui#forminator-module-18.forminator-design--flat textarea,
.forminator-ui#forminator-module-18.forminator-design--flat .select2-selection__rendered {
  background: #fff;
  border: 0.1rem solid var(--color-main);
  padding: 1.6rem 2.4rem !important;
  font-size: 1.6rem;
}

.forminator-ui#forminator-module-18.forminator-design--flat .select2-selection__arrow {
  color: #fff !important;
  background-color: var(--color-main);
  height: auto;
}

.forminator-ui#forminator-module-18.forminator-design--flat .selection .select2-selection--single[role=combobox] {
  align-items: stretch !important;
}

.forminator-ui#forminator-module-18.forminator-design--flat .forminator-is_active .forminator-textarea,
.forminator-ui#forminator-module-18.forminator-design--flat .forminator-is_hover .forminator-textarea {
  background: #fff !important;
}

.forminator-ui#forminator-module-18.forminator-design--flat ul.disclaimer {
  font-size: 1.6rem;
  list-style: initial;
  line-height: 1.5;
  padding-left: 1em;
}

.forminator-ui#forminator-module-18.forminator-design--flat ul.disclaimer li + li {
  margin-top: 0.5em;
}

.forminator-ui#forminator-module-18.forminator-design--flat .forminator-button-submit {
  font-size: 1.8rem !important;
  padding: 1.8rem 1rem !important;
  border-radius: 10rem !important;
  display: block;
  width: 32rem;
  margin: auto;
}

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