@charset "UTF-8";
/************************************************
* theme
***********************************************/
:root {
  /* Contents */
  --max-width: 1010px;
  --space-inline: 20px;
  --footer-height: 0;
  /* Color */
  --color-lightgray: #F2F2F2;
  --color-gray: #666666;
  --color-darkgray: #111;
  --color-black: #000;
  --color-white: #ffffff;
  --color-bg: var(--color-white);
  --color-bg-secondary: #FBEDF4;
  --color-text: var(--color-black);
  --color-text-secondary: var(--color-darkgray);
  --color-anchor: #000AFF;
  --color-alert: #ff0000;
  --color-line: #00AB46;
  --color-primary: #2bc39c;
  --color-secondary: #3bd392;
  --color-accent: #ffe724;
  /* Font Family */
  --font-serif: "Noto Serif JP", serif;
  --font-sans: "Noto Sans JP", sans-serif;
  --font-cinzel: "Cinzel", serif;
  --font-primary: var(--font-serif);
  --font-secondary: var(--font-sans);
  --font-en: var(--font-cinzel);
  /* Line Heigt */
  --line-height: 1.5;
  --line-height-lg: 1.75;
  --letter-spacing: normal;
  /* space */
  --space-xl: 2.5rem;
  --space-lg: 1.875rem;
  --space-md: 1.25rem;
  --space-sm: 1rem;
  --space-xs: 0.875rem;
  --space-grid: var(--space-sm);
  /* Anime */
  --anime-duration: 500ms;
  --anime-function: ease-in-out;
}
@media screen and (max-width: 834px) {
  :root {
    --space-inline: 5vw;
  }
}
@media screen and (max-width: 549px) {
  :root {
    --space-inline: 4vw;
  }
}

/************************************************
* Foundation
***********************************************/
/************************************************
/*
/* All Element
/*
/***********************************************/
/************************************************
/*
/* Document
/*
/***********************************************/
/*
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  -webkit-text-size-adjust: 100%; /* 2 */
}

/************************************************
/*
/* Sections
/*
/***********************************************/
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/************************************************
/*
/* Grouping Content
/*
/***********************************************/
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

figure {
  margin: 0;
  padding: 0;
}

/************************************************
/*
/* Text Content
/*
/***********************************************/
h1, h2, h3, h4, h5, h6, strong {
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  line-height: 1.3;
  font-family: inherit;
  margin: 0;
}

p, li, dt, dd, th, td, pre {
  line-break: strict;
  word-break: break-strict;
  margin: 0;
}

br {
  letter-spacing: 0;
}

/**
 * 1. Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; /* 1 */
}

a:focus {
  outline: none;
}

a:hover, a:active {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: none; /* 2 */
}

b, strong {
  font-weight: bold;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: normal;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

em {
  font-style: normal;
}

small {
  font-size: inherit;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

q {
  quotes: "“" "”" "‘" "’";
}

/************************************************
/*
/* Embedded Content
/*
/***********************************************/
/**
 * Add the correct display in IE 9-.
 */
audio, video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * 1. Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; /* 1 */
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  width: auto;
  height: auto;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/************************************************
/*
/* Scripting Content
/*
/***********************************************/
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/************************************************
/*
/* Form Content
/*
/***********************************************/
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, select, textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button, input {
  line-height: normal;
}

button {
  background-color: transparent;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button:focus {
  outline: none;
}

button,
select { /* 1 */
  text-transform: none;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  appearance: normal;
  cursor: pointer;
  border: none;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: none;
}

/************************************************
/*
/* Interactive Content
/*
/***********************************************/
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/************************************************
/*
/* Table Content
/*
/***********************************************/
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
}

th {
  font-weight: normal;
}

/************************************************
/*
/* List Content
/*
/***********************************************/
ul, ol, dl {
  list-style: none;
  padding: 0;
  margin: 0;
}

dd {
  margin-left: 0px;
}

/************************************************
/*
/* Hidden
/*
/***********************************************/
[hidden] {
  display: none;
}

/*************************************************************
*
* Mocorun Custom Normalize
*
*************************************************************/
* {
  box-sizing: border-box;
  word-break: normal;
  word-wrap: break-word;
  white-space: normal;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
*:before, *:after {
  box-sizing: border-box;
}

/* Retinaモニタの際にfont-smoothingを適用 */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html,
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
/************************************************
/* Document
/***********************************************/
html {
  overflow: auto; /* iOS用*/
  height: 100%; /* iOS用*/
}

/************************************************
/* Grouping Content
/***********************************************/
address {
  font-style: normal;
}

/************************************************
/* Text Content
/***********************************************/
a {
  text-decoration: none;
  color: inherit;
}
a:focus {
  outline: none;
}
a:hover, a:active {
  outline-width: 0;
}

strong {
  font-weight: normal;
}

button {
  text-align: left;
  padding: 0;
  border-radius: 0;
  border: none;
}

/*************************************************************
*
* Attribute
*
*************************************************************/
[disabled] {
  cursor: not-allowed;
}

/*************************************************************
*
* Status
*
*************************************************************/
:focus:not(:focus-visible) {
  outline: none;
}

/*************************************************************
*
* Typography
*
*************************************************************/
html {
  font-family: var(--font-primary);
  font-size: 16px;
  color: var(--color-text);
  line-height: 1;
  letter-spacing: var(--letter-spacing);
}
@media screen and (max-width: 1009px) {
  html {
    font-size: vw(16px, 1200px);
  }
}
@media screen and (max-width: 834px) {
  html {
    font-size: vw(16px, 768px);
  }
}
@media screen and (max-width: 549px) {
  html {
    font-size: vw(16px, 375px);
  }
}

body {
  font-size: inherit;
  overflow: hidden;
  position: relative;
  padding-bottom: var(--footer-height);
}

/* テキスト反転色 */
::selection {
  background: var(--color-primary); /*背景色*/
  color: #fff; /*文字色*/
}

/************************************************
/************************************************
* Layout
***********************************************/
/**************************************************************
*
* フッター
*
**************************************************************/
.l-footer {
  width: 100%;
}
.l-footer__wrapper {
  max-width: var(--max-width);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--space-inline);
  padding-right: var(--space-inline);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.375rem;
}
.l-footer__text {
  text-align: center;
  line-height: var(--line-height);
}
.l-footer__message {
  max-width: 17.5rem;
}
.l-footer__copyright {
  width: 100%;
  padding: 1rem;
  font-size: 0.875rem;
  text-align: center;
  font-weight: bold;
  background-color: var(--color-secondary);
  color: #fff;
  line-height: var(--line-height);
}
@media screen and (max-width: 834px) {
  .l-footer__wrapper {
    gap: 1.875rem;
  }
  .l-footer__text {
    text-align: left;
  }
  .l-footer__message {
    max-width: 12.375rem;
  }
  .l-footer__copyright {
    padding: 1rem;
    font-size: 0.625rem;
  }
}

/**************************************************************
*
* Header
*
**************************************************************/
.l-header {
  width: 100%;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.08);
}
.l-header__inner {
  max-width: 1600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--space-inline);
  padding-right: var(--space-inline);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding-block: 0.75rem;
}
.l-header__brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--color-black);
}
.l-header__logo {
  height: 2.5rem;
}
.l-header__nav {
  display: flex;
  align-items: center;
}
.l-header__nav-link {
  font-size: 0.875rem;
  font-weight: 700;
  color: #4b4b4b;
  letter-spacing: 0.04em;
  border-right: solid 1px #4b4b4b;
  padding-inline: 0.5rem;
}
.l-header__nav-link:hover {
  opacity: 0.75;
}
@media (max-width: 959px) {
  .l-header__logo {
    height: 1.5rem;
  }
}
@media screen and (max-width: 834px) {
  .l-header {
    background-color: inherit;
    box-shadow: unset;
  }
  .l-header__inner {
    padding-block: 0.75rem;
  }
  .l-header__logo {
    height: 2rem;
  }
  .l-header__nav {
    display: none;
  }
}
@media screen and (max-width: 549px) {
  .l-header__inner {
    gap: 0.75rem;
  }
  .l-header__blob {
    width: 1.125rem;
    height: 1.125rem;
  }
}

/**************************************************************
*
* HERO
*
**************************************************************/
.l-hero {
  width: 100%;
  background-color: #f2f7f5;
  overflow: hidden;
}
.l-hero__main {
  position: relative;
  background: url(../image/fv-hero.png) no-repeat center/cover;
}
.l-hero__main::before {
  content: "";
  position: absolute;
  inset: 0;
}
.l-hero__inner {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--space-inline);
  padding-right: var(--space-inline);
  position: relative;
  z-index: 2;
  min-height: 40rem;
  padding-top: 13.75rem;
  padding-bottom: 6.25rem;
  position: relative;
  z-index: 4;
}
.l-hero__headline {
  position: relative;
  max-width: 45rem;
  font-size: 2.75rem;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0.04em;
  color: #0db97e;
}
.l-hero__headline-main {
  position: relative;
  z-index: 1;
  color: #18c78c;
  -webkit-text-stroke: 0.25rem #fff;
  paint-order: stroke fill;
}
.l-hero__headline-glow {
  position: absolute;
  inset: 0;
  color: transparent;
  /* 外側緑発光 */
  text-shadow: 0 0 10px rgba(24, 199, 140, 0.9), 0 0 25px rgba(24, 199, 140, 0.7);
  z-index: 0;
}
.l-hero__badges {
  display: flex;
  justify-content: flex-end;
  gap: 1.5rem;
  margin-top: 3.5rem;
  flex-wrap: wrap;
  padding-right: 3.125rem;
}
.l-hero__badge {
  width: 13.75rem;
  height: 13.75rem;
  border-radius: 50%;
  border: 0.25rem solid #ffffff;
  background: linear-gradient(135deg, #05ba2f 0%, #0ac182 50%, #05ba2f 100%);
  color: #ffffff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.375rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.12);
}
.l-hero__badge-top {
  font-size: 1.5rem;
  font-weight: 700;
}
.l-hero__badge-main {
  font-size: 1.5rem;
  font-weight: 700;
}
.l-hero__badge-main span {
  color: var(--color-accent);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.l-hero__badge-main span.num {
  font-family: var(--font-en);
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
}
.l-hero__badge-note {
  font-size: 1.125rem;
  font-weight: 600;
}
.l-hero__floating {
  position: absolute;
  left: -5rem;
  bottom: -5.625rem;
  z-index: 3;
  display: flex;
  align-items: flex-end;
  gap: 0.625rem;
  pointer-events: none;
}
.l-hero__device {
  width: clamp(280px, 34vw, 480px);
  height: auto;
}
.l-hero__cta {
  background: linear-gradient(135deg, #23b095 0%, #3fd98d 100%);
  color: #ffffff;
  text-align: center;
  padding: 2.5rem var(--space-inline);
}
.l-hero__cta-lead {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.08em;
}
.l-hero__cta-tag {
  margin-top: 1.375rem;
  font-size: 1.5rem;
  letter-spacing: 0.12em;
}
.l-hero__cta-title {
  margin-top: 0.75rem;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.08em;
}
.l-hero__cta-accent {
  color: var(--color-accent);
  font-size: 2.625rem;
}
.l-hero__cta-note {
  margin-top: 1rem;
  font-family: var(--font-secondary);
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 834px) {
  .l-hero__inner {
    min-height: 37.5rem;
    padding-top: 6.875rem;
    padding-bottom: 8.125rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .l-hero__headline {
    font-size: 1.625rem;
  }
  .l-hero__badges {
    justify-content: center;
    gap: 1rem;
    padding-right: 0;
  }
  .l-hero__badge {
    width: 7.5rem;
    height: 7.5rem;
    border-width: 1px;
  }
  .l-hero__badge-top {
    font-size: 0.75rem;
  }
  .l-hero__badge-main {
    font-size: 0.75rem;
  }
  .l-hero__badge-main span {
    font-size: 1.125rem;
  }
  .l-hero__badge-main span.num {
    font-size: 1.25rem;
  }
  .l-hero__badge-note {
    font-size: 0.75rem;
  }
  .l-hero__floating {
    left: -5rem;
    bottom: -5rem;
  }
  .l-hero__cta {
    padding-top: 3.75rem;
  }
  .l-hero__cta-lead {
    font-size: 1.5rem;
    line-height: 1.25;
  }
  .l-hero__cta-tag {
    font-size: 1.125rem;
  }
  .l-hero__cta-title {
    font-size: 1.75rem;
    line-height: 1.25;
  }
  .l-hero__cta-accent {
    font-size: 3rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 549px) {
  .l-hero__inner {
    min-height: 35rem;
  }
  .l-hero__headline {
    font-size: 1.375rem;
  }
  .l-hero__badges {
    margin-top: 1.25rem;
    gap: 0.5rem;
  }
  .l-hero__badge {
    width: 6.5625rem;
    height: 6.5625rem;
    border-width: 1px;
  }
  .l-hero__badge-top {
    font-size: 0.8125rem;
  }
  .l-hero__badge-main {
    font-size: 0.875rem;
    line-height: 1;
  }
  .l-hero__badge-main span {
    font-size: 1.25rem;
  }
  .l-hero__badge-main span.num {
    font-size: 1.5rem;
  }
  .l-hero__badge-note {
    font-size: 0.5rem;
  }
  .l-hero__floating {
    left: -5rem;
    bottom: -5rem;
  }
  .l-hero__cta-note {
    font-size: 0.875rem;
  }
}

/**************************************************************
*
* Mobile Navigation Menu Button
*
**************************************************************/
.l_navigation-toggle {
  display: none;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.5rem;
  border: none;
  background-color: var(--color-primary);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.375rem;
  padding: 0;
  cursor: pointer;
  box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.18);
  transition: var(--anime-duration) var(--anime-function);
  transition-property: transform, box-shadow;
}
.l_navigation-toggle__line {
  width: 1.25rem;
  height: 0.0625rem;
  background-color: #ffffff;
  border-radius: 0.0625rem;
  transition: var(--anime-duration) var(--anime-function);
  transition-property: transform, opacity;
}
.l_navigation-toggle.is-active .l_navigation-toggle__line:nth-child(1) {
  transform: translateY(0.4375rem) rotate(45deg);
}
.l_navigation-toggle.is-active .l_navigation-toggle__line:nth-child(2) {
  opacity: 0;
}
.l_navigation-toggle.is-active .l_navigation-toggle__line:nth-child(3) {
  transform: translateY(-0.4375rem) rotate(-45deg);
}
.l_navigation-toggle:hover {
  transform: translateY(-0.0625rem);
  box-shadow: 0 0.625rem 1.5rem rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 834px) {
  .l_navigation-toggle {
    display: flex;
  }
}

/**************************************************************
*
* Mobile Navigation
*
**************************************************************/
.l-navigation {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: min(360px, 86vw);
  background-color: #ffffff;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
  padding: 5.5rem 1.75rem 2rem;
  transform: translateX(100%);
  opacity: 0;
  pointer-events: none;
  transition: var(--anime-duration) var(--anime-function);
  transition-property: transform, opacity;
  z-index: 20;
}
.l-navigation__inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.l-navigation__link {
  font-size: 1rem;
  font-weight: 600;
  color: #333333;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #e5e5e5;
}
.l-navigation__cta {
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.l-navigation__btn {
  width: 100%;
  height: 4rem;
  border-radius: 62.4375rem;
  border: solid 2px #fff;
  box-shadow: 0 0.375rem 0.875rem rgba(0, 0, 0, 0.18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.l-navigation__btn-icon {
  width: 2rem;
  height: auto;
  fill: #fff;
}
.l-navigation__btn-text {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #ffffff;
}
.l-navigation__btn.is-line {
  background-color: #06c755;
}
.l-navigation__btn.is-tel {
  background-color: #d8a600;
}
.l-navigation__btn:hover {
  opacity: 0.75;
}
.l-navigation.is-open {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}
@media screen and (min-width: 835px) {
  .l-navigation {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  .l-navigation {
    padding-top: 4.875rem;
  }
}

/**************************************************************
*
* Fixed CTA
*
**************************************************************/
.l-cta-fix {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 15;
  display: grid;
}
.l-cta-fix__item {
  width: 3.125rem;
  height: 10rem;
  padding: 0.625rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #ffffff;
}
.l-cta-fix__item.is-line {
  background-color: #04c755;
}
.l-cta-fix__item.is-line .icon {
  width: 1.75rem;
  height: auto;
}
.l-cta-fix__item.is-line .text {
  font-size: 0.875rem;
  letter-spacing: 0.2em;
}
.l-cta-fix__item.is-tel {
  background-color: #29b17c;
  flex-direction: column;
}
.l-cta-fix__item.is-tel .text1 {
  font-size: 0.625rem;
}
.l-cta-fix__item.is-tel .text2 {
  font-size: 0.625rem;
  letter-spacing: 0;
}
.l-cta-fix__item.is-tel .icon {
  fill: #fff;
  width: 0.75rem;
  height: auto;
  margin-bottom: 0.125rem;
}
.l-cta-fix__item.is-web {
  background-color: #cdba29;
  color: #ffffff;
  border-bottom-width: 2px;
  flex-direction: column;
}
.l-cta-fix__item.is-web .text1 {
  font-size: 0.75rem;
}
.l-cta-fix__item.is-web .text2 {
  font-size: 0.875rem;
  letter-spacing: 0;
}
.l-cta-fix__item.is-web .icon {
  fill: #fff;
  width: 1.25rem;
  height: auto;
  margin-bottom: 0.25rem;
}
.l-cta-fix__item:hover {
  filter: brightness(1.1);
}
@media screen and (min-width: 835px) {
  .l-cta-fix__item {
    box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.2);
    border: solid #fff;
    border-width: 2px 2px 0 2px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: 0.1em;
  }
  .l-cta-fix__item.is-line {
    border-radius: 1.125rem 0 0 0;
  }
  .l-cta-fix__item.is-tel .hyphen {
    display: inline-block;
    transform: rotate(90deg) translateY(-0.135em);
    transform-origin: center center;
    text-align: center;
  }
}
@media screen and (max-width: 834px) {
  .l-cta-fix {
    left: 0;
    top: unset;
    bottom: 0;
    transform: none;
    display: flex;
  }
  .l-cta-fix__item {
    width: 33.3333333333%;
    height: 3.75rem;
  }
  .l-cta-fix__item.is-line .icon {
    width: 1.5rem;
  }
  .l-cta-fix__item.is-tel .text1 {
    font-size: 0.75rem;
  }
  .l-cta-fix__item.is-tel .text2 {
    font-size: 0.75rem;
    letter-spacing: 0;
    display: flex;
    align-items: center;
  }
  .l-cta-fix__item.is-tel .icon {
    width: 1rem;
    margin-bottom: 0;
    margin-right: 0.25rem;
  }
  .l-cta-fix__item.is-web .text1 {
    font-size: 0.75rem;
  }
  .l-cta-fix__item.is-web .text2 {
    font-size: 0.875rem;
    letter-spacing: 0;
    display: flex;
    align-items: center;
  }
  .l-cta-fix__item.is-web .icon {
    width: 1.25rem;
    margin-bottom: 0;
    margin-right: 0.25rem;
  }
}

/*************************************************************
*
* Pagetop Button
*
*************************************************************/
.l-pagetop {
  position: fixed;
  bottom: 20px;
  right: var(--space-inline);
  height: 46px;
  width: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  outline: none;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  padding: 0px;
  z-index: 10;
  opacity: 1;
}
.l-pagetop:focus, .l-pagetop:active {
  outline: none;
}
.l-pagetop__svg {
  fill: #555555;
}
@media screen and (max-width: 834px) {
  .l-pagetop {
    display: none;
  }
}
@media screen and (max-width: 549px) {
  .l-pagetop {
    right: 0.375rem;
    bottom: 3.75rem;
  }
}

/************************************************
* Object - Utility
***********************************************/
/*************************************************************
* 要素の回り込み解除
*************************************************************/
.sc {
  clear: both;
}

/*************************************************************
* クリアフィックス
*************************************************************/
.cf {
  zoom: 1;
}
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

/*************************************************************
* その他
*************************************************************/
/* objfit */
img.objfit {
  width: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover;object-position: center;";
}

.cc-window.cc-invisible {
  top: 100%;
}

.u-mx-auto {
  margin-inline: auto;
  display: block;
}

/* hr */
.u-hr-dashed {
  border: none;
  border-top: dashed 0.0625rem var(--color-gray);
}
.u-hr-dashed.__white {
  border-top: dashed 0.0625rem var(--color-bg);
}

.u-translatey--150 {
  transform: translateY(-9.375rem);
}

.u-image-sm {
  width: 12.5rem;
  min-width: 12.5rem;
  height: 12.5rem;
  object-fit: cover;
  margin-inline: auto;
}

/*************************************************************
*
* デバイス毎のスタイル
*
*************************************************************/
/* PCサイズ以上 */
@media screen and (min-width: 1010px) {
  .over-pc-none {
    display: none;
  }
}
/* ノートPCサイズ以上 */
@media screen and (min-width: 835px) {
  .over-lp-none {
    display: none;
  }
}
/* タブレットサイズ以上 */
@media screen and (min-width: 550px) {
  .over-tb-none {
    display: none;
  }
}
/* ノートPCサイズ以下 */
@media screen and (max-width: 1009px) {
  .under-lp-none {
    display: none;
  }
}
/* タブレットサイズ以下 */
@media screen and (max-width: 834px) {
  .under-tb-none {
    display: none;
  }
}
/* スマホサイズ以下 */
@media screen and (max-width: 549px) {
  .under-sp-none {
    display: none;
  }
}
/*************************************************************
*
* ブラウザ更新
*
*************************************************************/
.u-ie-update__bg {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.u-ie-update__box {
  position: fixed;
  z-index: 2000;
  top: 50%;
  left: 50%;
  width: 500px !important;
  transform: translate(-50%, -50%);
  padding: 25px;
  background-color: #fff;
  text-align: center;
}
.u-ie-update__heading {
  font-size: 1.2em;
  color: var(--color-primary);
  margin-bottom: 1.25rem;
}
.u-ie-update__subtext {
  display: block;
  color: #999;
  font-size: 0.75em;
  font-weight: normal;
}
.u-ie-update__paragraph {
  text-align: justify;
  text-align-last: left;
  font-size: 0.875em;
  margin-bottom: 1.25rem;
}
.u-ie-update__btn {
  display: block;
  background-color: var(--color-primary);
  color: #fff;
}

@media screen and (max-width: 834px) {
  .u-wrapper-window {
    margin-left: calc(0 - var(--space-inline));
    margin-right: calc(0 - var(--space-inline));
  }
}

/*************************************************************
*
* Container
*
*************************************************************/
/*************************************************************
* Page Container
*************************************************************/
.u-page-container {
  max-width: var(--max-width);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--space-inline);
  padding-right: var(--space-inline);
}
.u-page-container.__small {
  max-width: 980px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--space-inline);
  padding-right: var(--space-inline);
}
.u-page-container .u-page-container.__small {
  padding: 0;
}

.u-container {
  width: 100%;
  padding-inline: var(--space-inline);
}

.u-section {
  padding-block: 2.5rem;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.u-hero {
  position: relative;
  width: 100vw;
  height: 100vh;
}
.u-hero__bg {
  position: fixed;
  inset: 0;
  object-fit: cover;
  display: block;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}
.u-hero__content {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 3.125rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(100vw - 3.125rem - 27.5rem - 13.75rem);
}
.u-hero__content-logo {
  width: 25.625rem;
  height: 8.5625rem;
}
.u-hero__content-text {
  font-size: 2rem;
  line-height: var(--line-height);
  text-align: center;
}
.u-hero__content-text .em {
  font-size: 3.5rem;
  font-weight: bold;
}
.u-hero__main {
  margin-right: 13.75rem;
  margin-left: auto;
  transform: translateY(3rem);
  top: 3rem;
  width: 27.5rem;
  background-color: var(--color-bg);
  z-index: 10;
}
@media screen and (max-width: 1009px) {
  .u-hero__content {
    width: calc(100vw - 3.125rem - 27.5rem - 2.5rem);
  }
  .u-hero__content-logo {
    width: 15rem;
    height: 5rem;
  }
  .u-hero__content-text {
    font-size: 1.5rem;
  }
  .u-hero__content-text .em {
    font-size: 2rem;
  }
  .u-hero__main {
    margin-right: 2.5rem;
  }
}
@media screen and (max-width: 834px) {
  .u-hero__bg {
    display: none;
  }
  .u-hero__content {
    display: none;
  }
  .u-hero__main {
    width: 100%;
    transform: unset;
  }
}

/*************************************************************
*
* Margin
*
*************************************************************/
/*************************************************************
* Content Margin Bottom
*************************************************************/
.u-mb-xl {
  margin-bottom: var(--space-xl);
}

@media screen and (max-width: 834px) {
  .u-mb-xl-tb {
    margin-bottom: var(--space-xl);
  }
}
@media screen and (max-width: 549px) {
  .u-mb-xl-sp {
    margin-bottom: var(--space-xl);
  }
}
.u-mb-lg {
  margin-bottom: var(--space-lg);
}

@media screen and (max-width: 834px) {
  .u-mb-lg-tb {
    margin-bottom: var(--space-lg);
  }
}
@media screen and (max-width: 549px) {
  .u-mb-lg-sp {
    margin-bottom: var(--space-lg);
  }
}
.u-mb-md {
  margin-bottom: var(--space-md);
}

@media screen and (max-width: 834px) {
  .u-mb-md-tb {
    margin-bottom: var(--space-md);
  }
}
@media screen and (max-width: 549px) {
  .u-mb-md-sp {
    margin-bottom: var(--space-md);
  }
}
.u-mb-sm {
  margin-bottom: var(--space-sm);
}

@media screen and (max-width: 834px) {
  .u-mb-sm-tb {
    margin-bottom: var(--space-sm);
  }
}
@media screen and (max-width: 549px) {
  .u-mb-sm-sp {
    margin-bottom: var(--space-sm);
  }
}
.u-mb-xs {
  margin-bottom: var(--space-xs);
}

@media screen and (max-width: 834px) {
  .u-mb-xs-tb {
    margin-bottom: var(--space-xs);
  }
}
@media screen and (max-width: 549px) {
  .u-mb-xs-sp {
    margin-bottom: var(--space-xs);
  }
}
/*************************************************************
*
* Color
*
*************************************************************/
/*************************************************************
* Background
*************************************************************/
.u-color-bg {
  background-color: var(--color-bg);
}

.u-color-bg-gray {
  background-color: var(--color-bg-secondary);
}

/*************************************************************
* Text
*************************************************************/
.u-color-text-anchor {
  color: var(--color-anchor);
}

.u-color-text-accent {
  color: var(--color-accent);
}

.u-color-text-alert {
  color: var(--color-alert);
}

/*************************************************************
*
* Typography
*
*************************************************************/
/*************************************************************
* Text Align
*************************************************************/
.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

.u-text-justify {
  text-align: justify;
}

@media screen and (max-width: 834px) {
  .u-text-center-tb {
    text-align: center;
  }
}
/*************************************************************
* Text Wrapping
*************************************************************/
/* 文字折り返し禁止 */
.u-text-nowrap {
  white-space: nowrap;
}

/* アンダーバー */
.u-text-underline {
  text-decoration: underline;
}

/*************************************************************
* Font Size
*************************************************************/
.u-text-small {
  font-size: 0.889em;
}

.u-text-large {
  font-size: 1.266em;
}

.u-text-huge {
  font-size: 2.027em;
}

/*************************************************************
* Font Style
*************************************************************/
.u-text-bold {
  font-weight: bold;
}

.u-keep-all {
  word-break: keep-all;
}

/*************************************************************
*
* Anime
*
*************************************************************/
.u-anime-fade {
  opacity: 0;
  transform: translateY(2rem);
  transition: all 0.6s ease-out;
}
.u-anime-fade.is-active {
  opacity: 1;
  transform: translateY(0);
}

.u-anime-fade-x {
  opacity: 0;
  transform: translateX(-2rem);
  transition: all 0.6s ease-out;
}
.u-anime-fade-x.is-active {
  opacity: 1;
  transform: translateX(0);
}

.u-anime-text {
  opacity: 0;
  transform: translate(0.625rem, 3.125rem);
  transition: var(--anime-duration) var(--anime-function);
  transition-property: opacity, transform;
}
.u-anime-text.is-active {
  opacity: 1;
  transform: translate(0, 0);
}

/************************************************
* Object - Component
***********************************************/
/*************************************************************
* Underline
*************************************************************/
.c-anchor-underline {
  text-decoration: underline;
}
@media (any-hover: hover) {
  .c-anchor-underline:hover[href], .c-anchor-underline:hover[type] {
    text-decoration: none;
  }
}

/**************************************************************
*
* List Default
*
**************************************************************/
.c-list-default__item {
  position: relative;
  padding-left: 1.125rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: var(--line-height);
}
.c-list-default__item::before {
  content: "";
  position: absolute;
  top: 0.5625rem;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: var(--color-primary);
}
/*************************************************************
* Paragraph Default
*************************************************************/
.c-paragraph-default {
  font-size: 1rem;
  line-height: var(--line-height);
}
.c-paragraph-default.__sm {
  font-size: 0.875rem;
}
.c-paragraph-default.__lg {
  font-size: 1.125rem;
}
.c-paragraph-default.__secondary {
  color: var(--color-text-b);
}
.c-paragraph-default.__white {
  color: var(--color-bg);
}
.c-paragraph-default.__bold {
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .c-paragraph-default {
    font-size: 0.875rem;
  }
  .c-paragraph-default.__sm {
    font-size: 0.75rem;
  }
  .c-paragraph-default.__lg {
    font-size: 1rem;
  }
  .c-paragraph-default .sp-min {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 549px) {
  .c-paragraph-default.__sp-none {
    font-size: 0.75rem;
  }
}

/************************************************
* Object - Form
***********************************************/
/************************************************
* Object - Project
***********************************************/
/**************************************************************
*
* Price
*
**************************************************************/
.p-price {
  background-color: rgba(247, 247, 247, 0.968627451);
  background: url(../image/price-bg.png) no-repeat center/cover;
  padding: 5.625rem 0 6.25rem;
}
.p-price__inner {
  max-width: 1100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--space-inline);
  padding-right: var(--space-inline);
}
.p-price__head {
  text-align: center;
}
.p-price__eyebrow {
  font-family: var(--font-en);
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.35em;
}
.p-price__title {
  margin-top: 0.375rem;
  font-size: 1.5rem;
  letter-spacing: 0.18em;
  color: #02c39d;
}
.p-price__lead {
  margin-top: 1.125rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.p-price__desc-lead {
  margin-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.p-price__menu {
  margin-top: 2.25rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.p-price__card {
  text-align: center;
  display: grid;
  gap: 0.875rem;
}
.p-price__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2.625rem;
  border-radius: 62.4375rem;
  background-color: #3bd392;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
}
.p-price__desc {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7;
}
.p-price__image {
  width: 100%;
  aspect-ratio: 6/5;
  object-fit: cover;
  border-radius: 0 0 1rem 0;
  box-shadow: 0 0.5rem 1.125rem rgba(0, 0, 0, 0.1);
}
.p-price__value {
  font-size: 1.5rem;
  font-weight: 500;
}
.p-price__value .num {
  font-size: 3.375rem;
}
.p-price__value .unit {
  margin-left: 0.375rem;
  font-size: 1rem;
}
.p-price__note {
  margin-top: 2.5rem;
  border: 1px solid #32ce97;
}
.p-price__note-title {
  padding: 0.625rem 0.75rem;
  background-color: #32ce97;
  color: #ffffff;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.p-price__note-title span {
  color: var(--color-accent);
}
.p-price__note-body {
  padding: 1rem 1rem;
  font-family: var(--font-secondary);
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .p-price {
    padding: 4.375rem 0 5rem;
  }
  .p-price__eyebrow {
    font-size: 1.5rem;
    letter-spacing: 0.3em;
  }
  .p-price__title {
    font-size: 1rem;
  }
  .p-price__menu {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .p-price__desc {
    min-height: auto;
  }
  .p-price__image {
    aspect-ratio: 5/2;
  }
  .p-price__value {
    font-size: 1.25rem;
  }
  .p-price__value .num {
    font-size: 2.375rem;
  }
  .p-price__value .unit {
    margin-left: 0.375rem;
    font-size: 0.875rem;
  }
  .p-price__note-title {
    font-size: 0.875rem;
    letter-spacing: 0.04em;
  }
  .p-price__note-body {
    padding: 1rem 0.5rem;
    font-size: 0.8125rem;
  }
}

/**************************************************************
*
* Voice
*
**************************************************************/
.p-voice {
  background-color: #f1f1f1;
  padding: 5rem 0 5.625rem;
}
.p-voice__inner {
  max-width: 1100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--space-inline);
  padding-right: var(--space-inline);
}
.p-voice__header {
  text-align: center;
  padding-bottom: 1.625rem;
  margin-bottom: 2rem;
}
.p-voice__eyebrow {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.p-voice__title {
  margin-top: 1rem;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.p-voice__content {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  grid-template-areas: "visual text" "visual logo";
  gap: 2rem;
  align-items: center;
}
.p-voice__visual {
  grid-area: visual;
}
.p-voice__visual img {
  width: 100%;
  max-width: 26.25rem;
  height: auto;
  display: block;
}
.p-voice__text {
  grid-area: text;
  font-family: var(--font-secondary);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75;
}
.p-voice__logo {
  grid-area: logo;
  width: 13.75rem;
  height: auto;
}
.p-voice__cards {
  margin-top: 3.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
.p-voice__card {
  background-color: #ffffff;
  border-radius: 0 0 2.5rem 0;
  overflow: hidden;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.08);
}
.p-voice__card-head {
  width: fit-content;
  background-color: #6ca7df;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.2em;
  padding: 0.5rem 1.5rem;
}
.p-voice__card-body {
  padding: 1.5rem;
  display: grid;
  grid-template-columns: 5.625rem 1fr;
  gap: 0.875rem;
  align-items: center;
  font-family: var(--font-secondary);
  font-size: 0.8125rem;
  line-height: 1.75;
}
.p-voice__card-body img {
  width: 5rem;
  height: auto;
}
@media screen and (max-width: 834px) {
  .p-voice {
    padding: 3.75rem 0 4.375rem;
  }
  .p-voice__header {
    padding-bottom: 1.25rem;
    margin-bottom: 0.5rem;
  }
  .p-voice__eyebrow {
    font-size: 0.875rem;
  }
  .p-voice__title {
    font-size: 1.375rem;
  }
  .p-voice__content {
    grid-template-columns: 1fr;
    grid-template-areas: "visual" "logo" "text";
    gap: 0;
  }
  .p-voice__text {
    margin-top: 1.5rem;
    font-size: 1rem;
  }
  .p-voice__visual img {
    max-width: 20rem;
    margin: 0 auto;
  }
  .p-voice__logo {
    margin-inline: auto;
  }
  .p-voice__cards {
    margin-top: 2.5rem;
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .p-voice__card-body {
    grid-template-columns: 3.75rem 1fr;
    padding: 1rem;
  }
  .p-voice__card-body img {
    width: 4rem;
  }
}

/**************************************************************
*
* Types
*
**************************************************************/
.p-types {
  background: url(../image/types-bg.png) no-repeat center/cover;
  padding: 5.625rem 0;
}
.p-types__inner {
  max-width: 1100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--space-inline);
  padding-right: var(--space-inline);
}
.p-types__box {
  background-color: #ffffff;
  border-radius: 0.75rem;
  padding: 4rem 2rem;
  box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(110, 203, 145, 0.2);
}
.p-types__title {
  text-align: center;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.12em;
}
.p-types__grid {
  margin-top: 4rem;
  max-width: 900px;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.5rem 3.5rem;
}
.p-types__item {
  text-align: center;
}
.p-types__item img {
  width: 100%;
  max-width: 13.75rem;
  height: auto;
  margin: 0 auto;
  display: block;
}
.p-types__item p {
  margin-top: 1.5rem;
  font-family: var(--font-secondary);
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (min-width: 835px) {
  .p-types__item:nth-child(4) {
    order: 6;
  }
  .p-types__item:nth-child(5) {
    order: 4;
  }
  .p-types__item:nth-child(6) {
    order: 5;
  }
  .p-types__item:nth-child(7) {
    order: 8;
  }
  .p-types__item:nth-child(8) {
    order: 7;
  }
  .p-types__item:nth-child(9) {
    order: 9;
  }
}
@media screen and (max-width: 834px) {
  .p-types {
    padding: 3.75rem 0;
  }
  .p-types__box {
    padding: 1.5rem 1.25rem;
  }
  .p-types__title {
    font-size: 1.375rem;
    letter-spacing: 0.08em;
  }
  .p-types__grid {
    margin-top: 1.5rem;
    gap: 1.25rem;
  }
  .p-types__item {
    text-align: center;
  }
  .p-types__item img {
    max-width: 8.75rem;
  }
  .p-types__item p {
    margin-top: 1rem;
    font-size: 0.625rem;
  }
  .p-types__item.space {
    padding-top: 0.625rem;
  }
}

/**************************************************************
*
* Trouble
*
**************************************************************/
.p-trouble {
  background: linear-gradient(180deg, #f1faf4 0%, #ffffff 70%);
  padding: 11.25rem 0 6.25rem;
  position: relative;
}
.p-trouble__eyebrow {
  position: absolute;
  top: 0;
  right: 0;
  font-family: var(--font-en);
  font-size: 7.5rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  color: #6fce9c;
}
.p-trouble__inner {
  max-width: 1100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--space-inline);
  padding-right: var(--space-inline);
  display: grid;
  grid-template-columns: 700px 1fr;
  grid-template-areas: "header header" "content media";
  gap: 3.75rem 2.5rem;
  align-items: center;
}
.p-trouble__media {
  grid-area: media;
  height: 100%;
}
.p-trouble__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-trouble__header {
  grid-area: header;
}
.p-trouble__lead {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
}
.p-trouble__title {
  margin-top: 1.5rem;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-align: center;
}
.p-trouble__content {
  grid-area: content;
  text-align: left;
  order: 1;
}
.p-trouble__list {
  display: grid;
  gap: 0.75rem;
}
.p-trouble__item {
  background: linear-gradient(135deg, #47c9b5 0%, #1bce83 100%);
  color: #ffffff;
  border-radius: 0 0 0.75rem 0;
  padding: 1rem 1rem 1rem 3.625rem;
  font-size: 1.375rem;
  font-weight: 500;
  position: relative;
  box-shadow: 0 0.375rem 0.875rem rgba(0, 0, 0, 0.08);
}
.p-trouble__item::before {
  content: "!";
  position: absolute;
  left: 0.875rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background-color: #f1df66;
  color: #ffffff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 834px) {
  .p-trouble {
    padding: 3.75rem 0 4.375rem;
  }
  .p-trouble__inner {
    grid-template-columns: 1fr;
    grid-template-areas: "media" "header" "content";
    gap: 1.5rem;
  }
  .p-trouble__media {
    height: auto;
  }
  .p-trouble__media img {
    width: 100%;
    aspect-ratio: 7/4;
    border-radius: 0 0 5rem 0;
  }
  .p-trouble__eyebrow {
    position: static;
    font-size: 1.625rem;
    text-align: center;
  }
  .p-trouble__lead {
    margin-top: 1rem;
    font-size: 1.125rem;
  }
  .p-trouble__title {
    margin-top: 1rem;
    font-size: 1.375rem;
  }
  .p-trouble__media {
    order: -1;
  }
  .p-trouble__item {
    font-size: 1rem;
    line-height: 1.5;
  }
}

/**************************************************************
*
* Feature
*
**************************************************************/
.p-feature {
  background-color: #ffffff;
}
.p-feature__header {
  background: linear-gradient(135deg, #47c9b5 0%, #1bce83 100%);
  color: #ffffff;
  text-align: center;
  padding: 2.5rem 0;
  position: relative;
}
.p-feature__header::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 1.125rem 1.125rem 0 1.125rem;
  border-color: #fff transparent transparent transparent;
}
.p-feature__header-media {
  display: none;
}
.p-feature__header .p-feature__header-inner {
  max-width: 1100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--space-inline);
  padding-right: var(--space-inline);
}
.p-feature__lead {
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.p-feature__tag {
  margin-top: 1.5rem;
  font-size: 1.25rem;
  letter-spacing: 0.16em;
}
.p-feature__headline {
  margin-top: 1.5rem;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  display: inline-flex;
  align-items: flex-end;
  gap: 0.375rem;
}
.p-feature__headline-em {
  font-size: 2.5rem;
  color: var(--color-accent);
}
.p-feature__sub {
  display: none;
}
.p-feature__body {
  max-width: 1100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--space-inline);
  padding-right: var(--space-inline);
  padding-top: 4.375rem;
  padding-bottom: 5.625rem;
}
.p-feature__cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
}
.p-feature__card {
  max-width: calc((100% - 4rem) / 3);
  text-align: center;
}
.p-feature__card.is-wide {
  margin-left: 0.625rem;
}
.p-feature__card img {
  width: 100%;
  aspect-ratio: 7/4;
  object-fit: cover;
  border-radius: 0 0 5rem 0;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.08);
}
.p-feature__title {
  margin-top: 1.5rem;
  font-size: 1.5rem;
  font-weight: 700;
}
.p-feature__text {
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (max-width: 834px) {
  .p-feature__header {
    padding: 1.75rem 0 1.875rem;
  }
  .p-feature__header-media {
    display: block;
    margin: 1rem auto 0;
    width: min(100%, 320px);
  }
  .p-feature__header-media img {
    width: 100%;
    aspect-ratio: 7/4;
    object-fit: cover;
    border-radius: 0 0 5rem 0;
    box-shadow: 0 0.5rem 1.125rem rgba(0, 0, 0, 0.12);
  }
  .p-feature__lead {
    line-height: 1.5;
  }
  .p-feature__tag {
    font-size: 1rem;
  }
  .p-feature__headline {
    margin-top: 1rem;
    display: block;
    letter-spacing: 0.06em;
  }
  .p-feature__headline-em {
    line-height: 1.25;
  }
  .p-feature__sub {
    margin-top: 1rem;
    display: block;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.7;
    color: #ffffff;
  }
  .p-feature__sub-space {
    display: block;
    margin-top: 1rem;
  }
  .p-feature__body {
    padding-top: 2.75rem;
    padding-bottom: 3.75rem;
  }
  .p-feature__cards {
    flex-direction: column;
    gap: 2rem;
  }
  .p-feature__card {
    width: 100%;
    max-width: 100%;
    text-align: center;
    display: block;
  }
  .p-feature__card.is-wide {
    margin-left: 0;
  }
  .p-feature__card img {
    aspect-ratio: 5/3;
  }
}

/**************************************************************
*
* Support
*
**************************************************************/
.p-support {
  background: url(../image/support-bg.png) center/cover no-repeat;
  padding: 3.75rem 0 0;
  text-align: center;
}
.p-support__inner {
  max-width: 1100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--space-inline);
  padding-right: var(--space-inline);
}
.p-support__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.12em;
  color: #333333;
}
.p-support__lead {
  margin-top: 1.125rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.9;
  color: #444444;
}
.p-support__cta {
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.p-support__btn {
  min-width: 26.25rem;
  height: 4rem;
  border-radius: 62.4375rem;
  border: solid 2px #fff;
  box-shadow: 0 0.375rem 0.875rem rgba(0, 0, 0, 0.18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.p-support__btn-icon {
  width: 2.5rem;
  height: auto;
  fill: #fff;
}
.p-support__btn-text {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #ffffff;
}
.p-support__btn.is-line {
  background-color: #06c755;
}
.p-support__btn.is-tel {
  background-color: #d8a600;
}
.p-support__btn:hover {
  opacity: 0.75;
}
.p-support__photo {
  margin-top: 1.625rem;
}
.p-support__photo img {
  width: 100%;
  max-width: 56.25rem;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .p-support {
    padding-top: 3.125rem;
  }
  .p-support__title {
    font-size: 1.375rem;
  }
  .p-support__lead {
    font-size: 0.875rem;
  }
  .p-support__cta {
    gap: 1rem;
  }
  .p-support__btn {
    min-width: 0;
    width: 100%;
    max-width: 20rem;
    height: 3.625rem;
  }
  .p-support__photo img {
    max-width: 22.5rem;
  }
}

/**************************************************************
*
* Kids
*
**************************************************************/
.p-kids {
  padding: 5rem 0 5.625rem;
  background-color: #ffffff;
}
.p-kids__inner {
  max-width: 1100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--space-inline);
  padding-right: var(--space-inline);
}
.p-kids__title {
  margin-bottom: 2.5rem;
  text-align: center;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0.5rem;
}
.p-kids__title::before {
  content: "＼";
}
.p-kids__title::after {
  content: "／";
}
.p-kids__intro {
  max-width: 800px;
  margin-inline: auto;
  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1.2fr 0.9fr;
  grid-template-areas: "lead image" "body image";
  gap: 1rem 2rem;
  align-items: start;
}
.p-kids__intro-lead {
  grid-area: lead;
  color: #5bbd93;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.75;
}
.p-kids__intro-body {
  grid-area: body;
  font-family: var(--font-secondary);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75;
}
.p-kids__intro-image {
  grid-area: image;
}
.p-kids__intro-image img {
  width: 100%;
  border-radius: 0 0 5rem 0;
  box-shadow: 0 0.5rem 1.125rem rgba(0, 0, 0, 0.1);
}
.p-kids__stages {
  max-width: 800px;
  margin-inline: auto;
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.625rem;
}
.p-kids__stage-title {
  padding: 1rem 1rem;
  background-color: #47d0a8;
  border-radius: 0 0 1rem 0;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
}
.p-kids__stage-text {
  margin-top: 0.875rem;
  font-family: var(--font-secondary);
  font-size: 1rem;
  line-height: 1.75;
}
.p-kids__grid {
  margin-top: 2.25rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.375rem;
}
.p-kids__item {
  text-align: center;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5;
}
.p-kids__item img {
  width: 100%;
  aspect-ratio: 248/165;
  object-fit: cover;
  border-radius: 0.625rem;
  box-shadow: 0 0.375rem 0.875rem rgba(0, 0, 0, 0.08);
}
.p-kids__item figcaption {
  margin-top: 0.625rem;
}
@media screen and (max-width: 834px) {
  .p-kids {
    padding: 3.75rem 0 4.375rem;
  }
  .p-kids__title {
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
    letter-spacing: 0.12em;
  }
  .p-kids__intro {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-template-areas: "lead" "image" "body";
    gap: 1rem;
  }
  .p-kids__intro-lead {
    font-size: 1rem;
    text-align: center;
  }
  .p-kids__intro-body {
    font-size: 0.875rem;
  }
  .p-kids__stages {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  .p-kids__stage-title {
    font-size: 0.875rem;
  }
  .p-kids__stage-text {
    font-size: 0.875rem;
  }
  .p-kids__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.125rem;
  }
  .p-kids__wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
}

/**************************************************************
*
* Reason
*
**************************************************************/
.p-reason {
  background: url(../image/reason-bg.png) no-repeat bottom;
  padding: 5rem 0 11.25rem;
  position: relative;
}
.p-reason::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, #fff 85%, transparent 100%);
}
.p-reason__eyebrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-en);
  font-size: 7.5rem;
  font-weight: 700;
  letter-spacing: 0.5em;
  color: #47d0a8;
  opacity: 0.25;
}
.p-reason__inner {
  max-width: 1100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--space-inline);
  padding-right: var(--space-inline);
}
.p-reason__head {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 2rem;
}
.p-reason__lead {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.12em;
}
.p-reason__title {
  margin-top: 0.375rem;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-reason__title span {
  font-family: var(--font-en);
  font-size: 5.5rem;
  font-weight: 500;
  color: #47d0a8;
}
.p-reason__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5rem 2.5rem;
}
.p-reason__item {
  width: 25rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: start;
  padding-top: 2.5rem;
  padding-left: 2.5rem;
  position: relative;
}
.p-reason__num {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 0.125rem;
  font-size: 1.5rem;
  font-weight: 500;
}
.p-reason__num span {
  font-family: var(--font-en);
  font-size: 5rem;
}
.p-reason__media {
  grid-column: 2/-1;
  position: relative;
  display: grid;
  gap: 1rem;
}
.p-reason__media img {
  width: 100%;
  aspect-ratio: 7/4;
  object-fit: cover;
  border-radius: 0 0 2.5rem 0;
  box-shadow: 0 0.5rem 1.125rem rgba(0, 0, 0, 0.1);
}
.p-reason__badges {
  position: absolute;
  left: -1rem;
  bottom: -1rem;
  display: flex;
  gap: 0.625rem;
}
.p-reason__badges-item {
  background-color: #4fb17b;
  background: linear-gradient(135deg, #03dca9 0%, #178c5a 100%);
  border-radius: 50%;
  border: solid 1px #fff;
  width: 6.25rem;
  height: 6.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.125rem;
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  color: #ffffff;
}
.p-reason__badges-item .em {
  font-size: 1rem;
  font-weight: 700;
}
.p-reason__content {
  grid-column: 2/-1;
}
.p-reason__content h3 {
  color: #47d0a8;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.5;
}
.p-reason__content p {
  margin-top: 0.875rem;
  font-family: var(--font-secondary);
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (min-width: 835px) {
  .p-reason__item:first-child {
    width: 100%;
    max-width: 52.5rem;
    flex-direction: row;
    gap: 2.5rem;
  }
  .p-reason__item:first-child .p-reason__media {
    max-width: 27.5rem;
  }
  .p-reason__item:first-child .p-reason__media img {
    aspect-ratio: unset;
  }
  .p-reason__item:first-child .p-reason__content {
    max-width: 22.5rem;
  }
}
@media screen and (max-width: 834px) {
  .p-reason {
    padding: 3.75rem 0 4.375rem;
  }
  .p-reason::before {
    background: linear-gradient(to bottom, #fff 98%, transparent 100%);
  }
  .p-reason__eyebrow {
    top: 0;
    font-size: 5rem;
    letter-spacing: 0.07em;
  }
  .p-reason__lead {
    font-size: 1.125rem;
  }
  .p-reason__list {
    gap: 3rem 2.5rem;
  }
  .p-reason__title {
    font-size: 1.875rem;
  }
  .p-reason__item {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding-top: 2.5rem;
    padding-left: 2.5rem;
  }
  .p-reason__item:first-child {
    gap: 1.5rem;
  }
  .p-reason__item .p-reason__content {
    margin-left: -2.5rem;
  }
  .p-reason__num {
    text-align: left;
    font-size: 2.25rem;
  }
  .p-reason__media {
    grid-column: 1/-1;
  }
  .p-reason__content {
    grid-column: 1/-1;
  }
  .p-reason__content h3 {
    font-size: 1.25rem;
    text-align: right;
  }
  .p-reason__item:nth-child(2n) {
    padding-left: 0;
    padding-right: 2.5rem;
  }
  .p-reason__item:nth-child(2n) .p-reason__num {
    left: unset;
    right: 0;
  }
  .p-reason__item:nth-child(2n) .p-reason__content {
    margin-left: 0;
    margin-right: -2.5rem;
  }
  .p-reason__item:nth-child(2n) .p-reason__content h3 {
    text-align: left;
  }
  .p-reason__badges-item {
    width: 4.375rem;
    height: 4.375rem;
    font-size: 0.625rem;
  }
  .p-reason__badges-item .em {
    font-size: 0.75rem;
  }
}

/**************************************************************
*
* Doctor
*
**************************************************************/
.p-doctor {
  background: linear-gradient(135deg, #6ee3b4 0%, #7ef0b9 45%, #6be0b4 100%);
  background: url(../image/doctor-bg.png) no-repeat center/cover;
  padding: 4.375rem 0 5rem;
  position: relative;
}
.p-doctor__inner {
  max-width: 880px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--space-inline);
  padding-right: var(--space-inline);
}
.p-doctor__header {
  text-align: right;
  margin-bottom: 1.75rem;
}
.p-doctor__eyebrow {
  margin-right: -1.875rem;
  font-family: var(--font-en);
  font-size: 5rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #fff;
  opacity: 0.95;
}
.p-doctor__title {
  margin-top: 0.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.3em;
}
.p-doctor__card {
  margin-right: -4.375rem;
  margin-bottom: 4.375rem;
  display: grid;
  grid-template-columns: 1fr 25rem;
  align-items: center;
}
.p-doctor__photo {
  position: relative;
}
.p-doctor__photo img {
  width: 100%;
  display: block;
}
.p-doctor__badge {
  position: absolute;
  left: -4.375rem;
  top: -4.375rem;
  width: 8.125rem;
  height: 8.125rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: solid 3px #fff;
  background: linear-gradient(135deg, #05ba2f 0%, #0ac182 50%, #05ba2f 100%);
  box-shadow: 0 0.5rem 1.125rem rgba(0, 0, 0, 0.15);
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  color: #ffffff;
}
.p-doctor__badge .em {
  font-size: 2rem;
}
.p-doctor__info {
  transform: translate(-4.375rem, 4.375rem);
  width: 25rem;
  background-color: #ffffff;
  padding: 1.5rem 1.625rem;
  border-radius: 0 0 3.75rem 0;
  box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.1);
}
.p-doctor__role {
  color: #6cc6a1;
  font-size: 0.875rem;
  font-family: 500;
  letter-spacing: 0.08em;
}
.p-doctor__name {
  margin-top: 0.625rem;
  font-size: 1.625rem;
  font-family: 500;
  color: #6cc6a1;
  letter-spacing: 0.16em;
}
.p-doctor__message {
  margin-top: 1rem;
  font-family: var(--font-secondary);
  font-size: 0.875rem;
  line-height: 1.9;
}
@media screen and (max-width: 834px) {
  .p-doctor {
    padding: 2.5rem 0 4.375rem;
  }
  .p-doctor__header {
    text-align: center;
    margin-bottom: 1.75rem;
  }
  .p-doctor__eyebrow {
    margin-right: 0;
    font-size: 3.5rem;
  }
  .p-doctor__title {
    font-size: 1.125rem;
    letter-spacing: 0.2em;
  }
  .p-doctor__card {
    margin-right: 0;
    margin-bottom: 0;
    grid-template-columns: 1fr;
  }
  .p-doctor__badge {
    left: unset;
    right: 1rem;
    top: 1rem;
    width: 6.875rem;
    height: 6.875rem;
    font-size: 0.75rem;
  }
  .p-doctor__badge .em {
    font-size: 1.5rem;
  }
  .p-doctor__info {
    width: 100%;
    transform: unset;
    border-radius: 0 0 2.5rem 0;
    padding: 1.25rem;
  }
  .p-doctor__role {
    text-align: center;
  }
  .p-doctor__name {
    font-size: 1.375rem;
    text-align: center;
  }
}

/**************************************************************
*
* Case
*
**************************************************************/
.p-case {
  background-color: #ffffff;
}
.p-case__hero {
  position: relative;
  padding-right: 30vw;
  background-color: #e1f1ff;
}
.p-case__hero-image {
  background: url(../image/case-main.png) center/cover no-repeat;
  padding: 18.75rem 0 4.375rem;
}
.p-case__hero-en {
  position: absolute;
  top: 0;
  right: 0;
  font-family: var(--font-en);
  font-size: 7.5rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #ffffff;
  opacity: 0.75;
}
.p-case__hero-headline {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% + 12.5rem), -50%);
}
.p-case__hero-sub {
  margin-top: -1.875rem;
  font-size: 1.375rem;
  letter-spacing: 0.08em;
}
.p-case__hero-title {
  margin-top: 0.375rem;
  font-size: 3rem;
  letter-spacing: 0.14em;
}
.p-case__inner {
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--space-inline);
  padding-right: var(--space-inline);
  padding-top: 3.75rem;
  padding-bottom: 5rem;
  display: grid;
  gap: 2.5rem;
}
.p-case__item {
  padding: 1.75rem 0;
}
.p-case__photos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
  justify-content: center;
  max-width: 50rem;
  margin: 0 auto;
}
.p-case__photos-block {
  position: relative;
  display: block;
  margin-inline: auto;
  width: 100%;
  aspect-ratio: 3/2;
  /* 1枚目 */
  /* 2枚目（5秒後に表示） */
}
.p-case__photos-block img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
  opacity: 0;
  animation: fadeSwitch 10s infinite;
}
.p-case__photos-block img:nth-child(1) {
  animation-delay: 0s;
}
.p-case__photos-block img:nth-child(2) {
  animation-delay: 5s;
}
.p-case__table {
  margin-top: 2.5rem;
}
.p-case__row {
  display: grid;
  grid-template-columns: 15rem 1fr;
  border-top: 1px solid #c9e2d6;
}
.p-case__row:first-child {
  border-top: none;
}
.p-case__row.is-long {
  grid-template-columns: 15rem 1fr;
}
.p-case__label {
  padding: 0.75rem 0.875rem;
  background-color: #edfbf6;
  border-right: 1px solid #039168;
  color: #039168;
  font-size: 1.125rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-case__value {
  padding: 0.75rem 1rem;
  font-size: 1rem;
  line-height: 1.8;
}
.p-case__tag {
  display: inline-flex;
  align-items: center;
  background-color: #039168;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 700;
  border-radius: 62.4375rem;
  padding: 0.25rem 1rem;
  margin-right: 0.375rem;
}
@media screen and (max-width: 834px) {
  .p-case__hero {
    padding-right: 0;
    background-color: #fff;
  }
  .p-case__hero-image {
    padding: 6.25rem 0 3.125rem;
  }
  .p-case__hero-en {
    top: 6.25rem;
    font-size: 3.75rem;
    letter-spacing: 0.1em;
    text-align: left;
  }
  .p-case__hero-headline {
    position: static;
    transform: unset;
    text-align: center;
    padding-top: 1.5rem;
  }
  .p-case__hero-sub {
    margin-top: 0rem;
    font-size: 1rem;
  }
  .p-case__hero-title {
    font-size: 1.75rem;
  }
  .p-case__inner {
    padding-top: 1.25rem;
    padding-bottom: 3.75rem;
    gap: 0.625rem;
  }
  .p-case__item {
    padding: 1.25rem 0;
  }
  .p-case__photos {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    max-width: 50rem;
  }
  .p-case__photos-block {
    aspect-ratio: 3/2;
  }
  .p-case__photos-block img {
    border-radius: 0.5rem;
  }
  .p-case__row {
    grid-template-columns: 7.5rem 1fr;
  }
  .p-case__table {
    margin-top: 1.5rem;
  }
  .p-case__row {
    grid-template-columns: 7.5rem 1fr;
  }
  .p-case__row.is-long {
    grid-template-columns: 7.5rem 1fr;
  }
  .p-case__label {
    padding: 0.25rem 0.5rem;
    font-size: 0.8125rem;
  }
  .p-case__value {
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
  }
  .p-case__tag {
    font-size: 0.625rem;
    padding: 0.125rem 0.5rem;
    margin-right: 0.125rem;
    margin-top: 0.125rem;
  }
}

@keyframes fadeSwitch {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/**************************************************************
*
* Maintenance
*
**************************************************************/
.p-maintenance {
  background: url(../image/maintenance-bg.png) center/cover no-repeat;
  padding: 6.25rem 0 4.375rem;
}
.p-maintenance__inner {
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--space-inline);
  padding-right: var(--space-inline);
  display: grid;
  gap: 1.625rem;
}
.p-maintenance__card {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0.375rem;
  padding: 1.5rem 1.5rem;
  position: relative;
  box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.1);
}
.p-maintenance__card-inner {
  max-width: 600px;
  margin-inline: auto;
}
.p-maintenance__head {
  position: relative;
  text-align: center;
  padding-bottom: 0.75rem;
}
.p-maintenance__eyebrow {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  font-family: var(--font-en);
  font-size: 3.5rem;
  font-weight: 500;
  letter-spacing: 0.25em;
}
.p-maintenance__sub {
  margin-top: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: var(--color-primary);
}
.p-maintenance__rows {
  margin-top: 1.125rem;
  display: grid;
  gap: 0.75rem;
}
.p-maintenance__row {
  display: grid;
  grid-template-columns: 12.5rem 1fr;
  align-items: center;
  border-top: 1px solid #e6e6e6;
}
.p-maintenance__plan {
  background-color: var(--color-primary);
  color: #ffffff;
  padding: 0.625rem 0.875rem;
  border-radius: 0 0 0.5rem 0;
  font-size: 1rem;
  text-align: center;
}
.p-maintenance__price {
  font-size: 1.125rem;
  text-align: center;
}
.p-maintenance__price span {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.p-maintenance__note {
  margin-top: 1rem;
  font-size: 0.75rem;
  line-height: 1.5;
}
.p-maintenance__badge {
  position: absolute;
  right: -1.5rem;
  top: -1.5rem;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #48eaa2 0%, #2ec99a 60%, #48c688 61%, #1db26d 100%);
  box-shadow: 0 0.5rem 1.125rem rgba(0, 0, 0, 0.15);
  border: solid 3px #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  color: #ffffff;
}
.p-maintenance__badge-arrow {
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  padding-right: 0.375rem;
}
.p-maintenance__badge-arrow span {
  display: block;
  width: 110%;
  height: 0.5rem;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(-0.125rem, -0.125rem) skew(45deg);
}
.p-maintenance__badge:hover {
  filter: brightness(1.1);
}
.p-maintenance__card--sub {
  text-align: center;
}
.p-maintenance__caption {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.08em;
  color: var(--color-primary);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.p-maintenance__caption::before {
  content: "〈";
}
.p-maintenance__caption::after {
  content: "〉";
}
.p-maintenance__fees {
  margin-top: 1.125rem;
  display: grid;
  grid-template-columns: 1fr 13.75rem 1fr;
  align-items: center;
  gap: 1rem;
}
.p-maintenance__fee {
  background-color: #dff4ec;
  padding: 1.125rem 0.75rem;
  border-radius: 0.375rem;
}
.p-maintenance__fee-label {
  font-size: 0.875rem;
}
.p-maintenance__fee-value {
  margin-top: 0.375rem;
  font-size: 0.875rem;
  font-weight: 500;
}
.p-maintenance__fee-value .num {
  font-family: var(--font-en);
  font-size: 1.875rem;
  font-weight: 500;
  color: #6fb4e8;
}
.p-maintenance__fee-value .num.max {
  font-size: 3rem;
}
.p-maintenance__fee-value .em {
  font-size: 1.25rem;
  font-weight: 500;
}
.p-maintenance__fee-value small {
  font-size: 0.625rem;
}
.p-maintenance__product img {
  width: 100%;
  height: auto;
  display: block;
}
.p-maintenance__cta-sp {
  display: none;
}
@media screen and (min-width: 835px) {
  .p-maintenance__product {
    position: relative;
  }
  .p-maintenance__product img {
    position: relative;
    z-index: 1;
  }
  .p-maintenance__product::before, .p-maintenance__product::after {
    content: "";
    position: absolute;
    width: 5rem;
    height: 0.0625rem;
    background-color: var(--color-text);
    opacity: 0.7;
  }
  .p-maintenance__product::before {
    top: 5rem;
    left: -1.875rem;
  }
  .p-maintenance__product::after {
    bottom: 3.75rem;
    right: -1.875rem;
  }
}
@media screen and (max-width: 834px) {
  .p-maintenance {
    padding: 2rem 0 0;
  }
  .p-maintenance__inner {
    width: calc(100% - var(--space-inline) * 2);
    margin-inline: var(--space-inline);
    padding-inline: 0;
    padding-bottom: 2rem;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.1);
    gap: 0;
  }
  .p-maintenance__card {
    padding: 2.5rem 1.125rem 0;
    background-color: transparent;
    box-shadow: none;
  }
  .p-maintenance__card:last-child {
    padding-bottom: 2.5rem;
  }
  .p-maintenance__head {
    position: relative;
    text-align: center;
    padding-bottom: 0.75rem;
  }
  .p-maintenance__eyebrow {
    position: static;
    font-size: 1.5rem;
    text-align: center;
    transform: unset;
  }
  .p-maintenance__sub {
    margin-top: 0.5rem;
    font-size: 0.75rem;
  }
  .p-maintenance__row {
    grid-template-columns: 8.75rem 1fr;
  }
  .p-maintenance__badge {
    display: none;
    position: static;
    width: auto;
    height: auto;
    border-radius: 0.625rem;
    margin-top: 0.875rem;
    padding: 0.75rem;
  }
  .p-maintenance__badge-arrow {
    font-size: 1.125rem;
  }
  .p-maintenance__caption::before, .p-maintenance__caption::after {
    display: none;
  }
  .p-maintenance__fees {
    grid-template-columns: 1fr;
  }
  .p-maintenance__fee {
    min-width: 15rem;
    margin-inline: auto;
  }
  .p-maintenance__product {
    width: 12.5rem;
    margin-inline: auto;
    order: -1;
  }
  .p-maintenance__cta-sp {
    display: block;
    padding: 1.5rem;
    background: linear-gradient(135deg, #48eaa2 0%, #2ec99a 60%, #48c688 61%, #1db26d 100%);
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
  }
  .p-maintenance__cta-sp-arrow {
    display: inline-block;
    margin-top: 1rem;
    color: #ffffff;
  }
}

/**************************************************************
*
* Flow
*
**************************************************************/
.p-flow {
  background: linear-gradient(180deg, #eef9f1 0%, #e5f6ec 100%);
  background: url(../image/types-bg.png) no-repeat center/cover;
  padding: 5rem 0 5.625rem;
}
.p-flow__inner {
  max-width: 1100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--space-inline);
  padding-right: var(--space-inline);
}
.p-flow__head {
  text-align: center;
  margin-bottom: 3.5rem;
}
.p-flow__eyebrow {
  font-family: var(--font-en);
  font-size: 6.25rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-align: center;
  color: rgba(255, 255, 255, 0.75);
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
  padding-left: 1.5rem;
}
.p-flow__title {
  margin-top: -2rem;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.p-flow__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem 1.75rem;
}
.p-flow__card {
  position: relative;
  background-color: #ffffff;
  border-radius: 0.125rem;
  padding: 2.5rem 1.5rem 1.5rem;
  box-shadow: 0 0.625rem 1.5rem rgba(0, 0, 0, 0.08);
  display: grid;
  gap: 1.5rem;
}
.p-flow__card-title {
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
}
.p-flow__card-text {
  font-family: var(--font-secondary);
  font-size: 0.875rem;
  line-height: 1.8;
}
.p-flow__card img {
  width: 100%;
  aspect-ratio: 5/2.8;
  object-fit: cover;
  border-radius: 0.25rem;
}
.p-flow__card-cta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 5/2;
  overflow: hidden;
  border-radius: 0.25rem;
  background: linear-gradient(180deg, #f86a9c 0%, #ea4071 100%);
  font-family: var(--font-secondary);
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #ffffff;
  text-align: center;
}
.p-flow__card-cta .arrow {
  width: 1.625rem;
  height: 1.625rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  display: grid;
  place-items: center;
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  padding-bottom: 0.3125rem;
}
.p-flow__card-cta .arrow::after {
  content: "›";
}
.p-flow__card-cta:hover {
  filter: brightness(1.1);
}
.p-flow__step {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  width: fit-content;
  height: fit-content;
  padding: 0.75rem 3rem;
  border-radius: 0 0 0.5rem 0;
  background-color: #5cc59c;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #ffffff;
}
@media screen and (max-width: 1009px) {
  .p-flow__card-cta {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 834px) {
  .p-flow {
    padding: 3.75rem 0 4.375rem;
  }
  .p-flow__eyebrow {
    font-size: 4.5rem;
    letter-spacing: 0.3em;
  }
  .p-flow__title {
    margin-top: -1.125rem;
    font-size: 1.25rem;
  }
  .p-flow__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .p-flow__card {
    padding: 1rem;
    padding-top: 2.5rem;
  }
  .p-flow__card-title {
    font-size: 1.125rem;
    text-align: center;
  }
  .p-flow__card-text {
    font-size: 0.75rem;
    text-align: center;
  }
  .p-flow__card-cta {
    font-size: 0.875rem;
  }
  .p-flow__step {
    padding: 0.5rem 3rem;
    font-size: 1rem;
  }
}

/**************************************************************
*
* FAQ
*
**************************************************************/
.p-faq {
  background-color: #f5fff9;
  padding: 5rem 0 5.625rem;
}
.p-faq__inner {
  max-width: 980px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--space-inline);
  padding-right: var(--space-inline);
}
.p-faq__title {
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
}
.p-faq__list {
  margin-top: 2rem;
  border-top: 1px solid #d7e8df;
}
.p-faq__item {
  border-bottom: 1px solid #d7e8df;
}
.p-faq__item.is-active {
  background-color: #f5f5f5;
}
.p-faq__question {
  width: 100%;
  padding: 0.875rem 1rem;
  text-align: left;
  font-size: 0.875rem;
  font-weight: 600;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  cursor: pointer;
}
.p-faq__q {
  width: 1.75rem;
  height: 1.75rem;
  min-width: 1.75rem;
  border-radius: 50%;
  background-color: #6cc6a1;
  color: #ffffff;
  display: grid;
  place-items: center;
  font-size: 0.875rem;
  font-weight: 700;
}
.p-faq__icon {
  margin-left: auto;
  font-size: 1.125rem;
  color: #6cc6a1;
  line-height: 1;
}
.p-faq__answer {
  padding: 0 1rem 1rem 3.5rem;
  font-family: var(--font-secondary);
  font-size: 0.8125rem;
  line-height: 1.8;
  display: none;
}
.p-faq__item.is-active .p-faq__answer {
  display: block;
}
@media screen and (max-width: 834px) {
  .p-faq {
    padding: 3.75rem 0 4.375rem;
  }
  .p-faq__title {
    font-size: 1.125rem;
  }
  .p-faq__question {
    font-size: 0.8125rem;
  }
  .p-faq__answer {
    padding: 0 1rem 1rem 1rem;
    font-size: 0.8125rem;
  }
}

/**************************************************************
*
* Risk
*
**************************************************************/
.p-risk {
  background-color: #ffffff;
  padding: 4.375rem 0 5rem;
}
.p-risk__inner {
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--space-inline);
  padding-right: var(--space-inline);
}
.p-risk__title {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.18em;
}
.p-risk__text {
  margin-top: 0.875rem;
  margin-inline: auto;
  width: fit-content;
  font-family: var(--font-secondary);
  font-size: 0.875rem;
  line-height: 1.75;
}
@media screen and (max-width: 834px) {
  .p-risk {
    padding: 3.125rem 0 3.75rem;
  }
  .p-risk__title {
    font-size: 1rem;
  }
  .p-risk__text {
    font-size: 0.6875rem;
    line-height: 1.9;
    text-align: left;
  }
}

/**************************************************************
*
* Payment Note
*
**************************************************************/
.p-payment-note {
  margin-block: 3.75rem;
}
@media screen and (max-width: 834px) {
  .p-payment-note {
    margin-block: 2.5rem;
  }
}
.p-price + .p-payment-note {
  margin-top: 0;
}
.p-payment-note__inner {
  max-width: 1100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--space-inline);
  padding-right: var(--space-inline);
}
.p-payment-note__box {
  padding: 2rem 1.5rem;
  background: #fff;
  border: 1px solid #32ce97;
  border-radius: 0.375rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}
@media screen and (max-width: 834px) {
  .p-payment-note__box {
    padding: 1.5rem 1rem;
  }
}
.p-payment-note__head {
  margin-bottom: 1.75rem;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .p-payment-note__head {
    margin-bottom: 1.375rem;
  }
}
.p-payment-note__eyebrow {
  margin-bottom: 0.625rem;
  font-family: var(--font-en);
  font-size: 1.125rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .p-payment-note__eyebrow {
    font-size: 1rem;
  }
}
.p-payment-note__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  color: #02c39d;
}
@media screen and (max-width: 834px) {
  .p-payment-note__title {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
.p-payment-note__body {
  max-width: 760px;
  margin: 0 auto;
}
.p-payment-note__body p {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
}
.p-payment-note__body p + p {
  margin-top: 1.25rem;
}
@media screen and (max-width: 834px) {
  .p-payment-note__body p {
    font-size: 0.875rem;
    line-height: 1.6;
  }
  .p-payment-note__body p + p {
    margin-top: 1rem;
  }
}
.p-payment-note__example {
  margin: 1.875rem 0;
  padding: 1.75rem 1.5rem;
  background: #f3f9f2;
  border: 1px solid #ceeace;
  border-radius: 0.375rem;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .p-payment-note__example {
    margin: 1.5rem 0;
    padding: 1.375rem 1rem;
  }
}
.p-payment-note__example-label {
  margin-bottom: 0.625rem;
  color: #5cc59c;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
.p-payment-note__example-text {
  font-size: 1.125rem;
  line-height: 1.6;
  color: #333;
}
.p-payment-note__example-text strong {
  font-weight: 700;
  color: #222;
}
@media screen and (max-width: 834px) {
  .p-payment-note__example-text {
    font-size: 0.875rem;
  }
}
.p-payment-note__example-price {
  margin-top: 0.75rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  color: #428c51;
}
.p-payment-note__example-price strong {
  font-size: 1.15em;
  font-weight: 700;
}
.p-payment-note__example-price span {
  display: inline-block;
  margin-left: 0.5rem;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #555555;
  vertical-align: middle;
}
@media screen and (max-width: 834px) {
  .p-payment-note__example-price {
    margin-top: 0.5rem;
    font-size: 1.125rem;
  }
  .p-payment-note__example-price span {
    display: block;
    margin-top: 0.375rem;
    margin-left: 0;
    font-size: 0.8125rem;
  }
}
.p-payment-note__caution {
  font-size: 0.875rem !important;
  line-height: 1.6 !important;
  color: #666666 !important;
}
@media screen and (max-width: 834px) {
  .p-payment-note__caution {
    font-size: 0.75rem !important;
  }
}