@charset "UTF-8";
/*==================================================
 Foundation
================================================== */
:root {
  --bp-sm: 768px;
  --bp-lg: 1024px;
  --layer-loading: 200;
  --layer-modal: 100;
  --layer-drawer: 40;
  --layer-floating: 30;
  --layer-header: 20;
  --layer-footer: 10;
  --layer-default: 1;
  --width-container: 760px;
  --spacing-page: 20px;
  --color-primary: #61AC31;
  --color-primary-light: #EDF7E5;
  --color-accent: #EF6122;
  --color-text-primary: #333;
  --color-dividers: #BABABA;
  --color-text-link: #333;
  --font-size-base: 16px;
  --line-height-base: 1.6;
  --font-family-base: "Noto Sans JP", sans-serif;
  --font-family-mincho: "Shippori Mincho", serif;
  --font-family-cormorant: "Cormorant", serif;
  --transition-duration: 0.3s;
  --letter-spacing-base: normal;
}

@font-face {
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/ShipporiMincho-OTF-Bold-ss.woff2") format("woff2");
  font-family: "Shippori Mincho";
  font-display: swap;
}
@font-face {
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/ShipporiMincho-OTF-Medium-ss.woff2") format("woff2");
  font-family: "Shippori Mincho";
  font-display: swap;
}
@font-face {
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/ShipporiMincho-OTF-Regular-ss.woff2") format("woff2");
  font-family: "Shippori Mincho";
  font-display: swap;
}
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  min-width: 0;
  border-width: 0;
  border-style: solid;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* 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 */
  margin: 0;
  clear: both;
  overflow: visible; /* 2 */
  border-top-width: 1px;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-size: inherit; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 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-size: inherit; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  vertical-align: middle;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

html {
  scroll-behavior: smooth;
}
html:has(dialog[open]) {
  overflow: hidden;
}

body {
  min-height: 100dvh;
  color: var(--color-text-primary);
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
  font-family: var(--font-family-base);
  letter-spacing: var(--letter-spacing-base);
  line-break: strict;
  word-break: normal;
  overflow-wrap: anywhere;
}

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

dfn,
cite,
em,
i {
  font-style: italic;
}

/*スマホの場合はページの余白を画面幅に合わせる*/
@media (width <= 767px) {
  :root {
    --spacing-page: 5.33vw;
  }
}

/*==================================================
 Layout
================================================== */
/* CTA
--------------------------------------------- */
.l-cta {
  padding: 20px var(--spacing-page) 30px var(--spacing-page);
  background-color: #def2cf;
  text-align: center;
}
@media (width <= 767px) {
  .l-cta {
    padding: 3.5vw 0 4vw;
  }
}

.l-cta--fixed {
  z-index: var(--layer-floating);
  position: fixed;
  right: 0;
  bottom: 0;
  font-size: 16px;
  left: 0;
  padding-top: 8px;
  padding-bottom: 10px;
  box-shadow: 0px -4px 8px 0px rgba(0, 0, 0, 0.06);
}
@media (width <= 767px) {
  .l-cta--fixed {
    padding-top: 2.67vw;
    padding-bottom: 2.22vw;
  }
}

.l-cta__inner {
  max-width: calc(var(--width-container) + var(--spacing-page) * 2);
  margin-inline: auto;
  padding-inline: var(--spacing-page);
}
@media (width <= 767px) {
  .l-cta--fixed .l-cta__inner {
    align-items: center;
    justify-content: center;
    gap: 2.93vw;
  }
}

.l-cta__title {
  font-weight: 500;
  font-size: 31px;
  font-family: var(--font-family-mincho);
}
@media (width <= 767px) {
  .l-cta__title {
    font-size: 5.33vw;
  }
}
.l-cta--fixed .l-cta__title {
  font-size: 29px;
  line-height: 1;
}
@media (width <= 767px) {
  .l-cta--fixed .l-cta__title {
    font-size: 3.73vw;
    font-weight: bold;
  }
}

.l-cta__text {
  font-size: 20px;
  font-family: var(--font-family-mincho);
}
@media (width <= 767px) {
  .l-cta__text {
    font-size: 4.2vw;
  }
}
@media (width <= 767px) {
  .l-cta--fixed .l-cta__text {
    font-size: 4.2vw !important;!i;!;
    text-align: center;
    line-height: 1.3;
  }
}

.l-cta__br {
  display: none;
}
@media (width <= 767px) {
  .l-cta--fixed .l-cta__br {
    display: block;
  }
}

.l-cta--fixed {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

/* Footer
--------------------------------------------- */
.l-footer {
  padding: 50px 0;
  background-color: #362e2e;
}
@media (width <= 767px) {
  .l-footer {
    padding: 5.33vw 0;
  }
}

.l-footer__copyright {
  color: #fff;
  font-size: 18px;
  line-height: 1;
  text-align: center;
}
@media (width <= 767px) {
  .l-footer__copyright {
    font-size: 3.73vw;
  }
}

/* Header
--------------------------------------------- */
.l-header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px 0 15px 0;
  gap: 84px;
  background-color: #fff;
}
@media (width <= 767px) {
  .l-header {
    justify-content: space-between;
    padding: 2.67vw 3.73vw 1.87vw 1.33vw;
    gap: unset;
  }
}

.l-header__logo {
  width: 246px;
}
@media (width <= 767px) {
  .l-header__logo {
    width: 37.33vw;
  }
}

.l-header__info {
  margin-top: 6px;
}
@media (width <= 767px) {
  .l-header__info {
    margin-top: 0;
  }
}

.l-header__info-text {
  color: #f28758;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.4;
}
@media (width <= 767px) {
  .l-header__info-text {
    font-size: 3.2vw;
    line-height: 1.4;
  }
}

/*==================================================
 Object
================================================== */
/*==================================================
 Component
================================================== */
/* Button
--------------------------------------------- */
.c-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  width: 64%;
  padding: 16px;
  gap: 20px;
  border: 1px solid transparent;
  border-radius: 6px;
  background-color: #14bf63;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  color: #fff;
}


.l-cta--fixed .c-btn__text1 {
    font-size: 18px;
}


@media (width <= 767px) {
  .c-btn {
    margin-top: 1vw;
    padding: 4vw;
    gap: 2.67vw;
    width: 100%;
    border-radius: 1.07vw;
  }
}
.l-cta--fixed .c-btn {
  padding: 10px;
  width: 64%;
  margin: 4px auto;
}


.l-cta--fixed .l-cta__text {
    font-size: 18px;
}

.l-cta--fixed .c-btn__text2 {
    font-size: 18px;
}
@media (width <= 767px) {
  .l-cta--fixed .c-btn {
    margin-top: 5px;
    padding: 2.5vw 4vw;
    gap: 2vw;
    display: flex;
    width: 100%;
  }
}
@media (hover: hover) {
  .c-btn:hover {
    border: 1px solid #ef6122;
    background-color: #fff;
    color: #ef6122;
  }
  .c-btn:hover .c-btn__text1 {
    border-color: #ef6122;
  }
  .c-btn:hover .c-btn__text2::after {
    background-image: url(../images/icon-arrow-r-orange.svg);
  }
}

.c-btn__text1 {
  padding: 3px 12px 6px;
  border: 1px solid #fff;
  border-radius: 9999px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
}
@media (width <= 767px) {
  .c-btn__text1 {
    padding: 1.33vw 3.2vw;
    font-size: 3.73vw;
  }
}
@media (width <= 767px) {
  .l-cta--fixed .c-btn__text1 {
    font-size: 3vw;
  }
}

.c-btn__text2 {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 22px;
  letter-spacing: 0.05em;
}
@media (width <= 767px) {
  .c-btn__text2 {
    gap: 2.67vw;
    font-size: 4.27vw;
  }
}
@media (width <= 767px) {
  .l-cta--fixed .c-btn__text2 {
    font-size: 4.23vw;
  }
}
.c-btn__text2::after {
  display: inline-block;
  width: 35px;
  height: 7px;
  background-image: url(../images/icon-arrow-r.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
@media (width <= 767px) {
  .c-btn__text2::after {
    width: 4vw;
    height: 1.87vw;
    background-image: url(../images/icon-arrow-r_sp.svg);
  }
}
@media (width <= 767px) {
  .l-cta--fixed .c-btn__text2::after {
  }
}

/*==================================================
 Project
================================================== */
/* Top Page
--------------------------------------------- */
/* First View
--------------------------------------------- */
.p-fv {
  position: relative;
  aspect-ratio: 1440/596;
  background-image: url(../images/fv.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (width <= 767px) {
  .p-fv {
    aspect-ratio: 750/576;
    background-image: url(../images/fv_sp.webp);
  }
}

.p-fv__container {
  position: absolute;
  top: 10.9vw;
  left: 45.21vw;
}
@media (width <= 767px) {
  .p-fv__container {
    top: 19.2vw;
    left: 27.2vw;
  }
}

.p-fv__title {
  font-weight: 500;
  font-size: 3.4vw;
  line-height: 1.4;
  font-family: var(--font-family-mincho);
}
@media (width <= 767px) {
  .p-fv__title {
    font-size: 6.67vw;
  }
}

.p-fv__title-text {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  padding: 0 0.9vw;
  background-color: #fff;
}
@media (width <= 767px) {
  .p-fv__title-text {
    padding: 0 2.67vw;
  }
}
.p-fv__title_green {
    color: #61ac31;
  }
}

.p-fv__title-text + .p-fv__title-text {
  margin-top: 0.83vw;
}
@media (width <= 767px) {
  .p-fv__title-text + .p-fv__title-text {
    margin-top: 1.87vw;
  }
}

/* First View ADD
--------------------------------------------- */
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    .p-fv2 {
      width: 100%;
      position: relative;
    }

    .p-fv2__image {
      width: 100%;
      height: auto;
      display: block;
    }

    /* PCサイズ（768px以上）でPC用画像を表示 */
    .p-fv2__image--pc {
      display: block;
    }

    .p-fv2__image--sp {
      display: none;
    }

    /* スマホサイズ（767px以下）でSP用画像を表示 */
    @media (max-width: 767px) {
      .p-fv2__image--pc {
        display: none;
      }

      .p-fv2__image--sp {
        display: block;
      }
    }

    /* 画像が読み込まれるまでの代替表示（オプション） */
    .p-fv__fallback {
      display: none;
      background-color: #f5f5f5;
      padding: 60px 20px;
      text-align: center;
      font-family: "Noto Sans JP", sans-serif;
    }

    .p-fv__fallback h1 {
      font-size: 28px;
      line-height: 1.6;
      color: #333;
    }

    .p-fv__fallback .green-text {
      color: #4CAF50;
    }

    @media (max-width: 767px) {
      .p-fv__fallback h1 {
        font-size: 20px;
      }
    }
    

/* section 01
--------------------------------------------- */
.p-section01__container01 {
  max-width: calc(var(--width-container) + var(--spacing-page) * 2);
  margin-inline: auto;
  padding-top: 55px;
  padding-inline: var(--spacing-page);
  background-color: #fff;
}
@media (width <= 767px) {
  .p-section01__container01 {
    padding-top: 2.33vw;
    padding-bottom: 5.33vw;
  }
}

.p-section01__lead {
  font-family: var(--font-family-mincho);
  text-align: center;
}

.p-section01__lead-text {
  display: inline-block;
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
}
@media (width <= 767px) {
  .p-section01__lead-text {
    font-size: 5.87vw;
  }
}

.p-section01__lead-large {
  display: inline-block;
  margin-right: 0.1em;
  margin-left: 0.1em;
  font-size: 44px;
}
@media (width <= 767px) {
  .p-section01__lead-large {
    font-size: 9.87vw;
  }
}

.p-section01__badges {
  display: grid;
  grid-template-columns: auto auto auto;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (width <= 767px) {
  .p-section01__badges {
    grid-template-rows: auto auto;
    grid-template-columns: auto auto;
    row-gap: 1.6vw;
    margin-top: 3.47vw;
  }
}

.p-section01__badge {
  width: -moz-fit-content;
  width: fit-content;
}
.p-section01__badge:nth-child(1) {
  padding-right: 16px;
}
@media (width <= 767px) {
  .p-section01__badge:nth-child(1) {
    grid-row: span 2;
    grid-column: 1;
    padding-right: 4.27vw;
  }
}
.p-section01__badge:nth-child(2) {
  padding-right: 40px;
  padding-left: 20px;
  border-left: 1px solid #333;
}
@media (width <= 767px) {
  .p-section01__badge:nth-child(2) {
    padding-right: 0;
    padding-left: 2.67vw;
    border-left: 2px solid #333;
  }
}
.p-section01__badge:nth-child(3) {
  padding-left: 20px;
  border-left: 1px solid #333;
}
@media (width <= 767px) {
  .p-section01__badge:nth-child(3) {
    padding-left: 2.67vw;
    border-left: 2px solid #333;
  }
}

.p-section01__badge-image {
  width: 126px;
}
@media (width <= 767px) {
  .p-section01__badge-image {
    width: 22.93vw;
  }
}

.p-section01__badge-large {
  font-weight: 500;
  font-size: 28px;
  line-height: 1.3;
  font-family: var(--font-family-mincho);
}
@media (width <= 767px) {
  .p-section01__badge-large {
    font-size: 4.27vw;
  }
}

.p-section01__badge-text {
  color: #686868;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
}
@media (width <= 767px) {
  .p-section01__badge-text {
    font-size: 2.67vw;
  }
}

.p-section01__container02 {
  max-width: calc(var(--width-container) + var(--spacing-page) * 2);
  margin-inline: auto;
  padding-top: 55px;
  padding-bottom: 40px;
  padding-inline: var(--spacing-page);
  background-color: #fff;
}
@media (width <= 767px) {
  .p-section01__container02 {
    padding-top: 4.53vw;
    padding-bottom: 3.13vw;
    background-color: #f6f6f6;
  }
}

.p-section01__features {
  display: grid;
  grid-template-rows: 222px;
  grid-template-columns: repeat(3, minmax(0, 250px));
  gap: 20px;
}
@media (width <= 767px) {
  .p-section01__features {
    grid-template-rows: 27.47vw;
    grid-template-columns: repeat(3, 29.33vw);
    gap: 1vw;
  }
}

.p-section01__feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url(../images/sec01-02.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.p-section01__feature:nth-child(2) .p-section01__feature-title {
  line-height: 1.4;
}
@media (width <= 767px) {
  .p-section01__feature:nth-child(2) .p-section01__feature-title {
    font-size: 2.67vw;
    line-height: 1.3;
  }
}

.p-section01__feature-title {
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
}
@media (width <= 767px) {
  .p-section01__feature-title {
    font-size: 2.93vw;
  }
}

.p-section01__feature-text {
  display: block;
  font-weight: 500;
}

.p-section01__feature-bold {
  display: block;
  font-weight: bold;
}

.p-section01__feature-image1 {
  width: 153px;
  margin-top: 5px;
}
@media (width <= 767px) {
  .p-section01__feature-image1 {
    width: 16.8vw;
    margin-top: 1.33vw;
  }
}

.p-section01__feature-image2 {
  width: 73px;
  margin-top: 5px;
}
@media (width <= 767px) {
  .p-section01__feature-image2 {
    width: 10.93vw;
    margin-top: 0.27vw;
  }
}

.p-section01__feature-large {
  font-weight: 500;
  font-size: 41px;
}
@media (width <= 767px) {
  .p-section01__feature-large {
    font-size: 4.8vw;
  }
}

.p-section01__about {
  position: relative;
  aspect-ratio: 1520/725;
  margin-top: 80px;
  background-image: url(../images/sec01-05.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (width <= 767px) {
  .p-section01__about {
    margin-top: 8vw;
  }
}

.p-section01__about-container {
  position: absolute;
  top: 53px;
  left: 69px;
  color: #fff;
  font-weight: 500;
  line-height: 1.2;
}
@media (width <= 767px) {
  .p-section01__about-container {
    top: 4.53vw;
    left: 7.47vw;
  }
}

.p-section01__about-title {
  font-weight: 500;
  font-size: 46px;
  line-height: 1.3;
  font-family: var(--font-family-mincho);
  letter-spacing: 0.1em;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
}
@media (width <= 767px) {
  .p-section01__about-title {
    font-size: 6.4vw;
    line-height: 1.2;
  }
}

.p-section01__about-text {
  margin-top: 30px;
  font-size: 22px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}
@media (width <= 767px) {
  .p-section01__about-text {
    margin-top: 1.87vw;
    font-size: 3.73vw;
    line-height: 1.4;
  }
}

.p-section01__points {
  margin-top: 78px;
  padding-left: 2.5em;
  font-weight: normal;
  font-size: 30px;
  line-height: 1.9;
  font-family: var(--font-family-mincho);
  list-style: disc;
}
@media (width <= 767px) {
  .p-section01__points {
    margin-top: 6.67vw;
    padding-left: 1.5em;
    font-size: 4vw;
    line-height: 1.9;
    letter-spacing: -0.06em;
  }
}

.p-section01__point-strong {
  background-color: rgba(255, 226, 214, 0.5);
  font-weight: bold;
}

	.l-cta__title_box {
		text-align: center;
		margin-top: 20px;
		font-size: 34px;
		font-family: var(--font-family-mincho);
	}

.p-section01__arrow {
  width: 129px;
  margin-top: 40px;
  margin-inline: auto;
}
@media (width <= 767px) {
  .p-section01__arrow {
    width: 24.4vw;
    height: 4.93vw;
    margin-top: 4vw;
  }
  .p-section01__arrow img {
    width: 100%;
    height: 100%;
  }
	.l-cta__title_box {
		margin-top: 10px;
		font-size: 22px;
	}
}



/* section 02
--------------------------------------------- */
.p-section02 {
  padding-top: 74px;
  padding-bottom: 30px;
  background-color: #eee;
}
@media (width <= 767px) {
  .p-section02 {
    padding-top: 8vw;
    padding-bottom: 3vw;
  }
}

.p-section02__container {
  max-width: calc(var(--width-container) + var(--spacing-page) * 2);
  margin-inline: auto;
  padding-inline: var(--spacing-page);
}

.p-section02__lead {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
}
@media (width <= 767px) {
  .p-section02__lead {
    gap: 2.67vw;
  }
}

.p-section02__lead-sub {
  padding: 0 12px;
  border-radius: 999px;
  background-color: #fff;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
}
@media (width <= 767px) {
  .p-section02__lead-sub {
    padding: 0.53vw 3.2vw;
    font-size: 4.27vw;
  }
}

.p-section02__lead-main {
  font-weight: 500;
  font-size: 34px;
  line-height: 1.5;
  font-family: var(--font-family-mincho);
}
@media (width <= 767px) {
  .p-section02__lead-main {
    font-size: 6.4vw;
    line-height: 1.5;
  }
}

.p-section02__image {
  position: relative;
  margin-top: 20px;
}
@media (width <= 767px) {
  .p-section02__image {
    margin-top: 5.33vw;
  }
}

.p-section02__image-text {
  display: flex;
  position: absolute;
  top: -57px;
  right: -50px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 149px;
  height: 145px;
  border-radius: 50%;
  background-color: var(--color-primary);
  color: #fff;
}
@media (768px <= width <= 890px) {
  .p-section02__image-text {
    right: 0;
  }
}
@media (width <= 767px) {
  .p-section02__image-text {
    top: -3.73vw;
    right: -2.13vw;
    width: 21.07vw;
    height: 20.53vw;
  }
}

.p-section02__text-bold {
  font-weight: bold;
  font-size: 36px;
  line-height: 1.2;
}
@media (width <= 767px) {
  .p-section02__text-bold {
    font-size: 5.07vw;
  }
}

.p-section02__text-sub {
  display: block;
  font-weight: normal;
  font-size: 22px;
  line-height: 1;
}
@media (width <= 767px) {
  .p-section02__text-sub {
    font-size: 3.2vw;
  }
}

.p-section02__before-after {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
@media (width <= 767px) {
  .p-section02__before-after {
    margin-top: 2.93vw;
  }
}

.p-section02__before,
.p-section02__after {
  width: 46.0526315789%;
}

.p-section02__arrow {
  width: 18px;
}
@media (width <= 767px) {
  .p-section02__arrow {
    width: 4.27vw;
  }
}

.p-section02__desc {
  margin-top: 25px;
  font-size: 22px;
  line-height: 1.6;
}
@media (width <= 767px) {
  .p-section02__desc {
    margin-top: 4vw;
    font-size: 4.27vw;
    line-height: 1.6;
  }
}

/* section 03
--------------------------------------------- */
.p-section03 {
  padding-top: 150px;
  padding-bottom: 80px;
  background-image: url(../images/sec03-bg.webp);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (width <= 767px) {
  .p-section03 {
    padding-top: 22.33vw;
    padding-bottom: 6.67vw;
    background-image: url(../images/sec03-bg_sp.webp);
  }
}

.p-section03__container {
  max-width: calc(900px + var(--spacing-page) * 2);
  margin-inline: auto;
  padding-inline: var(--spacing-page);
}

.p-section03__title {
  color: #fff;
  font-weight: 500;
  font-size: 36px;
  line-height: 1.5;
  font-family: var(--font-family-mincho);
  text-align: center;
}
@media (width <= 767px) {
  .p-section03__title {
    font-size: 5.87vw;
  }
}

.p-section03__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 25px;
  gap: 15px;
}
@media (width <= 767px) {
  .p-section03__cards {
    grid-template-columns: 1fr;
    margin-top: 6.67vw;
    gap: 4vw;
  }
}

.p-section03__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background-color: #fff;
}
@media (width <= 767px) {
  .p-section03__card {
    padding: 5.33vw;
  }
}

.p-section03__card--01 {
  gap: 30px;
}
@media (width <= 767px) {
  .p-section03__card--01 {
    gap: 4vw;
  }
}

.p-section03__card--02 {
  gap: 10px;
}
@media (width <= 767px) {
  .p-section03__card--02 {
    gap: 2.67vw;
  }
}

.p-section03__card01-container {
  display: flex;
  align-items: center;
  gap: 18px;
}
@media (width <= 767px) {
  .p-section03__card01-container {
    gap: 4.8vw;
  }
}

.p-section03__card01-image {
  width: 67px;
}
@media (width <= 767px) {
  .p-section03__card01-image {
    width: 17.87vw;
  }
}

.p-section03__card01-title {
  font-weight: bold;
  font-size: 22px;
  line-height: 1.6;
  font-family: var(--font-family-mincho);
}
@media (width <= 767px) {
  .p-section03__card01-title {
    font-size: 4.27vw;
  }
}

.p-section03__card-desc {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 20px;
  gap: 10px;
  background-color: #f3f2ec;
}
@media (width <= 767px) {
  .p-section03__card-desc {
    padding: 2.67vw;
    gap: 1.33vw;
  }
}

.p-section03__card-subtitle {
  font-weight: bold;
  text-decoration: underline;
}
@media (width <= 767px) {
  .p-section03__card-subtitle {
    font-size: 4.27vw;
  }
}

.p-section03__card-text {
  font-size: 16px;
}
@media (width <= 767px) {
  .p-section03__card-text {
    font-size: 3.73vw;
  }
}

.p-section03__card02-title {
  line-height: 1.4;
  text-align: center;
}
@media (width <= 767px) {
  .p-section03__card02-title {
    font-size: 3.73vw;
  }
}

.p-section03__card02-bold {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4;
  font-family: var(--font-family-mincho);
}
@media (width <= 767px) {
  .p-section03__card02-bold {
    font-size: 4.8vw;
  }
}

.p-section03__card02-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
@media (width <= 767px) {
  .p-section03__card02-container {
    gap: 4vw;
  }
}

.p-section03__card02-image {
  width: 67px;
}
@media (width <= 767px) {
  .p-section03__card02-image {
    width: 17.87vw;
  }
}

.p-section03__card02-stats {
  padding: 7px;
  border: 1px solid rgba(213, 203, 203, 0.7019607843);
  text-align: center;
}
@media (width <= 767px) {
  .p-section03__card02-stats {
    padding: 1.87vw;
  }
}

.p-section03__card02-year {
  display: block;
  font-size: 15px;
}
@media (width <= 767px) {
  .p-section03__card02-year {
    font-size: 4vw;
  }
}

.p-section03__card02-number {
  display: inline-block;
  font-size: 25px;
}
@media (width <= 767px) {
  .p-section03__card02-number {
    font-size: 6.67vw;
  }
}

.p-section03__card02-text {
  display: inline-block;
  font-size: 16px;
}
@media (width <= 767px) {
  .p-section03__card02-text {
    font-size: 4.27vw;
  }
}

.p-section03__card02-note {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
}
@media (width <= 767px) {
  .p-section03__card02-note {
    margin-top: 1.33vw;
    font-size: 2.67vw;
  }
}

/* section 04
--------------------------------------------- */
.p-section04 {
  background-color: #f4f4f4;
}

.p-section04__container01 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: var(--color-text-primary);
}
@media (width <= 767px) {
  .p-section04__container01 {
    padding-top: 9vw;
    padding-bottom: 7vw;
    margin-top: -1px;
  }
}

.p-section04__title {
  color: #fff;
  font-weight: 500;
  font-size: 36px;
  line-height: 1.5;
  font-family: var(--font-family-mincho);
  text-align: center;
}
@media (width <= 767px) {
  .p-section04__title {
    font-size: 6.4vw;
  }
}

.p-section04__container02 {
  padding-top: 70px;
  padding-bottom: 60px;
  background-image: url(../images/sec04-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (width <= 767px) {
  .p-section04__container02 {
    padding-top: 5.33vw;
    padding-bottom: 5.33vw;
    background-image: url(../images/sec04-bg_sp.webp);
  }
}

.p-section04__inner {
  max-width: calc(940px + var(--spacing-page) * 2);
  margin-inline: auto;
  padding-inline: var(--spacing-page);
}

.p-section04__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
@media (width <= 767px) {
  .p-section04__cards {
    grid-template-columns: 1fr;
    gap: 2.67vw;
  }
}

.p-section04__card {
  display: flex;
  height: 145px;
}
@media (width <= 767px) {
  .p-section04__card {
    height: auto;
  }
}

.p-section04__card-image {
  aspect-ratio: 145/145;
  width: 145px;
  overflow: hidden;
  background-color: #fff;
}
.p-section04__card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (width <= 767px) {
  .p-section04__card-image {
    width: 29.33vw;
  }
}

.p-section04__card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding: 16px 16px 16px 20px;
  background-color: #fff;
}
@media (width <= 767px) {
  .p-section04__card-body {
    padding: 4.27vw 1.33vw 4.27vw 5.33vw;
  }
}

.p-section04__card-name {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
  font-family: var(--font-family-mincho);
}
@media (width <= 767px) {
  .p-section04__card-name {
    margin-bottom: 1.33vw;
    font-size: 4.8vw;
  }
}

.p-section04__card-text {
  font-size: 13px;
  line-height: 1.3;
}
@media (width <= 767px) {
  .p-section04__card-text {
    font-size: 2.93vw;
  }
}

/* section 05
--------------------------------------------- */
.p-section05 {
  padding-top: 60px;
  padding-bottom: 100px;
  background-color: #eee;
}
@media (width <= 767px) {
  .p-section05 {
    padding-top: 0;
    padding-bottom: 5.07vw;
  }
}

.p-section05__container {
  max-width: calc(760px + var(--spacing-page) * 2);
  margin-inline: auto;
  padding-inline: var(--spacing-page);
}

.p-section05__title {
  font-size: 40px;
  line-height: 1.5;
  font-family: var(--font-family-mincho);
  text-align: center;
}
@media (width <= 767px) {
  .p-section05__title {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding-top: 9vw;
    padding-bottom: 8vw;
    background-color: #fff;
    font-size: 6.93vw;
  }
}

.p-section05__features {
  margin-top: 60px;
}
@media (width <= 767px) {
  .p-section05__features {
    margin-top: 2.67vw;
  }
}

.p-section05__feature {
  margin-top: 40px;
  padding: 30px 50px 50px;
  background-image: url(../images/sec05-item-bg.webp);
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #fff;
}
@media (width <= 767px) {
  .p-section05__feature {
    margin-top: 8vw;
    padding: 2vw 5vw 5vw;
  }
}

.p-section05__feature-title-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--color-accent);
}
@media (width <= 767px) {
  .p-section05__feature-title-wrapper {
    gap: 1.33vw;
  }
}

.p-section05__feature-title-text {
  font-size: 20px;
  line-height: 1;
  font-family: var(--font-family-mincho);
}
@media (width <= 767px) {
  .p-section05__feature-title-text {
    font-size: 3.73vw;
  }
}

.p-section05__feature-number {
  transform: translateY(-0.1em);
  font-size: 90px;
  line-height: 1;
  font-family: var(--font-family-cormorant);
}
@media (width <= 767px) {
  .p-section05__feature-number {
    font-size: 19.47vw;
  }
}

.p-section05__feature-text {
  font-weight: 500;
  font-size: 34px;
  line-height: 1.5;
  font-family: var(--font-family-mincho);
  text-align: center;
}
@media (width <= 767px) {
  .p-section05__feature-text {
    font-size: 5.33vw;
  }
}

.p-section05__feature-image--01 {
  max-width: 600px;
  margin-top: 40px;
  margin-inline: auto;
}
@media (width <= 767px) {
  .p-section05__feature-image--01 {
    width: 100%;
    max-width: unset;
    margin-top: 4.27vw;
  }
}

.p-section05__feature-desc {
  margin-top: 1em;
  font-size: 20px;
  padding: 0 30px;
}
@media (width <= 767px) {
  .p-section05__feature-desc {
    font-size: 4.2vw;
    padding: 0;
  }
}

.p-section05__feature-desc2 {
  margin-top: 1em;
  font-size: 28px;
  font-family: var(--font-family-mincho);
  text-align: center;
  text-decoration: underline;
}
@media (width <= 767px) {
  .p-section05__feature-desc2 {
    font-size: 5.1vw;
  }
}

@media (width <= 767px) {
  .p-section05__feature-descimage-wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
}

.p-section05__feature-image--02 {
  width: 300px;
  margin-top: 24px;
  margin-inline: auto;
}
@media (width <= 767px) {
  .p-section05__feature-image--02 {
    width: 100%;
    margin-top: 2.13vw;
  }
}

.p-section05__feature-desc-wrapper {
  margin-top: 24px;
  padding: 15px;
  background-color: #fcebe3;
}
@media (width <= 767px) {
  .p-section05__feature-desc-wrapper {
    width: 100%;
    margin-top: 3.73vw;
    padding: 2.13vw;
  }
}

.p-section05__feature-desc3 {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  gap: 7px;
  font-size: 26px;
  font-family: var(--font-family-mincho);
}
@media (width <= 767px) {
  .p-section05__feature-desc3 {
    gap: 1.87vw;
    font-size: 4.8vw;
  }
}
.p-section05__feature-desc3:before {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/icon-check.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
@media (width <= 767px) {
  .p-section05__feature-desc3:before {
    width: 4.53vw;
    height: 4.53vw;
  }
}

.p-section05__feature-list {
  margin-top: 20px;
  padding-left: 1.5em;
  font-size: 20px;
  list-style: disc;
}
@media (width <= 767px) {
  .p-section05__feature-list {
    margin-top: 2.67vw;
    font-size: 4.2vw;
  }
}

.p-section05__feature-desc4 {
  margin-top: 0.5em;
  padding-left: 1.5em;
  font-size: 18px;
}
@media (width <= 767px) {
  .p-section05__feature-desc4 {
    font-size: 3.73vw;
  }
}

.p-section05__feature-image--03 {
  position: relative;
  width: 578px;
  margin-top: 20px;
  margin-inline: auto;
}
@media (width <= 767px) {
  .p-section05__feature-image--03 {
    width: 100%;
    margin-top: 2.67vw;
  }
}

.p-section05__feature-image-text {
  display: grid;
  position: absolute;
  top: -95px;
  right: -75px;
  place-items: center;
  width: 153px;
  height: 153px;
  margin-top: 1em;
  border-radius: 50%;
  background-color: #f75656;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.4;
  text-align: center;
}
@media (width <= 767px) {
  .p-section05__feature-image-text {
    top: -2.67vw;
    right: -2.67vw;
    width: 21.33vw;
    height: 21.33vw;
    font-size: 3.2vw;
  }
}

.p-section05__feature-list2 {
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.8;
  margin-left: 28px;
}

.p-section05__feature-item2 {
  position: relative;
  padding-left: 1.6em;
}
@media (width <= 767px) {
  .p-section05__feature-item2 {
    font-size: 4.2vw;
  }
.p-section05__feature-list2	 {
  line-height: 1.6;
  margin-left: 0;
}
}
.p-section05__feature-item2::before {
  position: absolute;
  top: 35%;
  left: 0;
  width: 21px;
  height: 15px;
  background-image: url(../images/icon-check.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
@media (width <= 767px) {
  .p-section05__feature-item2::before {
    width: 4.27vw;
    height: 3.2vw;
  }
}

@media (width <= 767px) {
  .p-section05__feature-text--04 {
    font-size: 5.07vw;
    letter-spacing: -0.1em;
    white-space: nowrap;
  }
}

.p-section05__feature-image--04 {
  max-width: 542px;
  margin-top: 22px;
  margin-inline: auto;
}
@media (width <= 767px) {
  .p-section05__feature-image--04 {
    width: 100%;
    max-width: unset;
    margin-top: 2.67vw;
  }
}

/* section 06
--------------------------------------------- */
.p-section06 {
  padding-top: 100px;
  padding-right: 20px;
  padding-bottom: 80px;
  padding-left: 20px;
  background-image: url(../images/sec06-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (width <= 767px) {
  .p-section06 {
    padding: 5.33vw;
  }
}

.p-section06__container {
  max-width: calc(720px + var(--spacing-page)* 2);
  padding-inline: var(--spacing-page);
  margin-inline: auto;
  padding: 70px 50px;
  background-image: url(../images/sec06-item-bg.webp);
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #fff;
}
@media (width <= 767px) {
  .p-section06__container {
    padding: 5.33vw;
  }
}

.p-section06__title {
  font-weight: 500;
  font-size: 32px;
  line-height: 1.4;
  font-family: var(--font-family-mincho);
  text-align: center;
}
@media (width <= 767px) {
  .p-section06__title {
    font-size: 6.4vw;
  }
}

.p-section06__title-icon {
  display: inline-block;
  width: 31px;
  margin-right: 0.2em;
  padding-bottom: 0.3em;
}
@media (width <= 767px) {
  .p-section06__title-icon {
    width: 6.93vw;
    margin-right: 0.3em;
    padding-bottom: 0.2em;
  }
}

.p-section06__image {
  max-width: 504px;
  margin-top: 14px;
  margin-inline: auto;
}
@media (width <= 767px) {
  .p-section06__image {
    width: 100%;
    max-width: unset;
    margin-top: 3.73vw;
  }
}

.p-section06__list {
  width: -moz-fit-content;
  /* width: fit-content; */
  margin-top: 20px;
  margin-inline: auto;
  font-size: 20px;
  line-height: 1.6;
}
@media (width <= 767px) {
  .p-section06__list {
    margin-top: 6.4vw;
    font-size: 4.27vw;
  }
}

.p-section06__list-item {
  position: relative;
  padding-left: 1.2em;
}
.p-section06__list-item::before {
  top: 35%;
  position: absolute;
  left: 0;
  width: 21px;
  height: 15px;
  background-image: url(../images/icon-check.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
@media (width <= 767px) {
  .p-section06__list-item::before {
    width: 4.27vw;
    height: 3.2vw;
  }
}

.p-section06__text {
  margin-top: 1.5em;
  font-size: 20px;
  line-height: 1.6;
}
@media (width <= 767px) {
  .p-section06__text {
    font-size: 4.2vw;
  }
}

/* section 07
--------------------------------------------- */
.p-section07 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: var(--color-primary-light);
}
@media (width <= 767px) {
  .p-section07 {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}

.p-section07__container {
  max-width: calc(720px + var(--spacing-page) * 2);
  margin-inline: auto;
  padding-inline: var(--spacing-page);
}
@media (width <= 767px) {
  .p-section07__container {
    max-width: unset;
  }
}

.p-section07__title {
  font-weight: 500;
  font-size: 36px;
  line-height: 1.5;
  font-family: var(--font-family-mincho);
  text-align: center;
}
@media (width <= 767px) {
  .p-section07__title {
    font-size: 7.47vw;
    letter-spacing: -0.03em;
    white-space: nowrap;
  }
}

.p-section07__image {
  margin-top: 14px;
}
@media (width <= 767px) {
  .p-section07__image {
    margin-top: 3.73vw;
  }
}

.p-section07__lead {
  margin-top: 30px;
  font-weight: 500;
  font-family: var(--font-family-mincho);
  text-align: center;
}
@media (width <= 767px) {
  .p-section07__lead {
    margin-top: 4vw;
  }
}

.p-section07__lead-large {
  display: block;
  font-size: 35px;
}
@media (width <= 767px) {
  .p-section07__lead-large {
    font-size: 6.67vw;
  }
}

.p-section07__lead-text {
  font-size: 26px;
}
@media (width <= 767px) {
  .p-section07__lead-text {
    font-size: 5.33vw;
  }
}

.p-section07__desc {
  max-width: 540px;
  margin-top: 20px;
  margin-inline: auto;
  padding: 10px 15px;
  background-color: #fff;
  font-size: 21px;
}
@media (width <= 767px) {
  .p-section07__desc {
    width: 86.93vw;
    max-width: unset;
    margin-top: 2.67vw;
    padding: 2.67vw 4vw;
    font-size: 4.2vw;
  }
}

.p-section07__desc-accent {
  color: var(--color-accent);
  font-weight: bold;
}

.p-section07__text {
  margin-top: 20px;
  font-weight: 500;
  font-size: 30px;
  font-family: var(--font-family-mincho);
  text-align: center;
}
@media (width <= 767px) {
  .p-section07__text {
    margin-top: 2.67vw;
    font-size: 5.87vw;
  }
}

/* section 08
--------------------------------------------- */
.p-section08 {
  padding-top: 100px;
  background-color: #fff;
}
@media (width <= 767px) {
  .p-section08 {
    padding-top: 8vw;
  }
}

.p-section08__container {
  max-width: calc(var(--width-container) + 80px);
  margin-inline: auto;
  padding-bottom: 100px;
  padding-inline: 40px;
  background-image: url(../images/sec08-item-bg.webp);
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (width <= 767px) {
  .p-section08__container {
    max-width: unset;
    padding-bottom: 8vw;
    padding-bottom: 8vw;
    padding-inline: 5.33vw;
    padding-inline: var(--spacing-page);
  }
}

.p-section08__title {
  font-weight: 500;
  font-family: var(--font-family-mincho);
  text-align: center;
}

.p-section08__title-text {
  display: block;
  font-size: 36px;
}
@media (width <= 767px) {
  .p-section08__title-text {
    margin-bottom: 1.33vw;
    font-size: 6.93vw;
  }
}

.p-section08__title-sub {
  font-size: 23px;
}
@media (width <= 767px) {
  .p-section08__title-sub {
    font-size: 6.13vw;
  }
}

.p-section08__image {
  max-width: 654px;
  margin-top: 15px;
  margin-inline: auto;
}
@media (width <= 767px) {
  .p-section08__image {
    max-width: unset;
    margin-top: 4vw;
  }
}

.p-section08__checklist {
  font-size: 22px;
  max-width: 654px;
  line-height: 1.5;
  margin: 60px auto 0;
}
@media (width <= 767px) {
  .p-section08__checklist {
    margin-top: 5.33vw;
    font-size: 4.2vw;
  }
}

.p-section08__check-item {
  position: relative;
  margin-top: 10px;
  padding-left: 1.2em;
}
@media (width <= 767px) {
  .p-section08__check-item {
    margin-top: 2.67vw;
  }
}
.p-section08__check-item::before {
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 14px;
  height: 14px;
  background-image: url(../images/icon-box-check.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
@media (width <= 767px) {
  .p-section08__check-item::before {
    width: 3.73vw;
    height: 3.73vw;
  }
}

.p-section08__check-accent {
  color: var(--color-accent);
}

/* section 09
--------------------------------------------- */
.p-section09 {
  padding-top: 70px;
  padding-bottom: 70px;
  background: linear-gradient(0deg, #ffede5 0%, #ffcbb4 100%);
}
@media (width <= 767px) {
  .p-section09 {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}

.p-section09__container {
  max-width: calc(680px + var(--spacing-page) * 2);
  margin-inline: auto;
  padding-inline: var(--spacing-page);
}
@media (width <= 767px) {
  .p-section09__container {
    max-width: unset;
  }
}

.p-section09__title {
  font-weight: 500;
  font-size: 32px;
  line-height: 1.5;
  font-family: var(--font-family-mincho);
  text-align: center;
}
@media (width <= 767px) {
  .p-section09__title {
    font-size: 7.47vw;
  }
}

.p-section09__image {
  max-width: 680px;
  margin-top: 20px;
  margin-inline: auto;
}
@media (width <= 767px) {
  .p-section09__image {
    width: 100vw;
    max-width: unset;
    margin-top: 5.33vw;
    margin-right: calc(var(--spacing-page) * -1);
    margin-left: calc(var(--spacing-page) * -1);
  }
}

.p-section09__text {
  margin-top: 16px;
  font-size: 22px;
  text-align: center;
}
@media (width <= 767px) {
  .p-section09__text {
    margin-top: 4.27vw;
    font-size: 4.8vw;
  }
}

.p-section09__lead {
  margin-top: 16px;
  font-weight: 500;
  font-size: 32px;
  font-family: var(--font-family-mincho);
  text-align: center;
}
@media (width <= 767px) {
  .p-section09__lead {
    margin-top: 4.27vw;
    font-size: 6.4vw;
  }
}

.p-section09__desc {
  font-size: 18px;
  text-align: center;
}
@media (width <= 767px) {
  .p-section09__desc {
    font-size: 3.73vw;
  }
}
.p-section09__desc + .c-btn {
  margin-top: 25px;
}
@media (width <= 767px) {
  .p-section09__desc + .c-btn {
    margin-top: 4vw;
  }
}

/* section 10
--------------------------------------------- */
.p-section10 {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #fff;
}
@media (width <= 767px) {
  .p-section10 {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}

.p-section10__container {
  max-width: calc(var(--width-container) + var(--spacing-page) * 2);
  margin-inline: auto;
  padding-inline: var(--spacing-page);
}
@media (width <= 767px) {
  .p-section10__container {
    max-width: unset;
  }
}

.p-section10__title {
  font-weight: 500;
  font-size: 36px;
  line-height: 1.5;
  font-family: var(--font-family-mincho);
  text-align: center;
}
@media (width <= 767px) {
  .p-section10__title {
    font-size: 7.47vw;
  }
}

.p-section10__cases {
  margin-top: 30px;
}
@media (width <= 767px) {
  .p-section10__cases {
    margin-top: 4vw;
  }
}

.p-section10__case + .p-section10__case {
  margin-top: 30px;
}
@media (width <= 767px) {
  .p-section10__case + .p-section10__case {
    margin-top: 5.33vw;
  }
}

.p-section10__case-title {
  padding: 5px;
  background-color: #c0c0c0;
  color: #fff;
  font-weight: 500;
  font-size: 28px;
  line-height: 1;
  font-family: var(--font-family-mincho);
  text-align: center;
}
@media (width <= 767px) {
  .p-section10__case-title {
    padding: 1.33vw;
    font-size: 4.8vw;
  }
}

.p-section10__case-body {
  padding: 20px 40px;
  background-image: url(../images/sec10-item-bg.webp);
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #f5f5f5;
}
@media (width <= 767px) {
  .p-section10__case-body {
    padding: 5.33vw;
    background-size: 100% 20%;
  }
}

.p-section10__case-age {
  font-weight: 500;
  font-size: 26px;
  line-height: 1;
  font-family: var(--font-family-mincho);
  text-align: center;
}
@media (width <= 767px) {
  .p-section10__case-age {
    font-size: 6.13vw;
  }
}

.p-section10__case-container {
  display: flex;
  align-items: flex-start;
  margin-top: 15px;
  gap: 30px;
}
@media (width <= 767px) {
  .p-section10__case-container {
    flex-direction: column;
    margin-top: 2.67vw;
    gap: 2.67vw;
  }
}

.p-section10__before-after {
  display: grid;
  grid-template-columns: 1fr;
  flex: 0 0 39.7058823529%;
  gap: 10px;
}
@media (width <= 767px) {
  .p-section10__before-after {
    grid-template-columns: 1fr 1fr;
    flex: 1 1 auto;
    gap: 5.33vw;
  }
}

.p-section10__ba-text {
  background-color: #fff;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}
@media (width <= 767px) {
  .p-section10__ba-text {
    border-radius: 999px;
    font-size: 3.2vw;
  }
}

.p-section10__ba-image {
  aspect-ratio: 270/180;
  overflow: hidden;
}
@media (width <= 767px) {
  .p-section10__ba-image {
    margin-top: 2.67vw;
  }
}
.p-section10__ba-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-section10__details-title {
  padding: 5px;
  background-color: #fff;
  font-weight: bold;
  line-height: 1;
}
@media (width <= 767px) {
  .p-section10__details-title {
    padding: 1.33vw;
    font-size: 4vw;
  }
}
.p-section10__details-content + .p-section10__details-title {
  margin-top: 10px;
}
@media (width <= 767px) {
  .p-section10__details-content + .p-section10__details-title {
    margin-top: 1.33vw;
  }
}

.p-section10__details-content {
  padding: 5px;
  font-size: 16px;
  line-height: 1.5;
}
@media (width <= 767px) {
  .p-section10__details-content {
    padding: 1.33vw;
    font-size: 4vw;
  }
}

/* section 11
--------------------------------------------- */
.p-section11 {
  padding-top: 70px;
  padding-bottom: 70px;
  padding-inline: var(--spacing-page);
  background-color: #dae6d0;
}
@media (width <= 767px) {
  .p-section11 {
    padding: 2.67vw;
  }
}

.p-section11__container {
  max-width: var(--width-container);
  margin-inline: auto;
  padding: 40px;
  background-color: #eef7e8;
}
@media (width <= 767px) {
  .p-section11__container {
    max-width: unset;
    padding: 8vw 2.67vw 5.33vw 2.67vw;
    background-color: #dae6d0;
  }
}

.p-section11__title {
  font-weight: 500;
  font-size: 36px;
  line-height: 1.5;
  font-family: var(--font-family-mincho);
  text-align: center;
}
@media (width <= 767px) {
  .p-section11__title {
    font-size: 7.47vw;
  }
}

.p-section11__image {
  max-width: 600px;
  margin-top: 30px;
  margin-inline: auto;
}
@media (width <= 767px) {
  .p-section11__image {
    width: 76.8vw;
    max-width: unset;
    margin-top: 2.67vw;
  }
}

.p-section11__subtitle {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 30px;
  margin-inline: auto;
  border-bottom: 2px solid #f75656;
  color: #f75656;
  font-weight: 500;
  font-size: 32px;
  font-family: var(--font-family-mincho);
  text-align: center;
}
@media (width <= 767px) {
  .p-section11__subtitle {
    margin-top: 4vw;
    font-size: 6.4vw;
  }
}

.p-section11__lead {
  margin-top: 30px;
  font-size: 24px;
  text-align: center;
}
@media (width <= 767px) {
  .p-section11__lead {
    margin-top: 1.33vw;
    font-size: 4.8vw;
  }
}

.p-section11__arrow {
  width: 77px;
  margin-top: 20px;
  margin-inline: auto;
}
@media (width <= 767px) {
  .p-section11__arrow {
    width: 20.53vw;
    margin-top: 2.67vw;
  }
}

.p-section11__desc {
  margin-top: 20px;
  padding: 20px 30px;
  background-color: #fff;
  font-size: 24px;
}
@media (width <= 767px) {
  .p-section11__desc {
    margin-top: 2.67vw;
    padding: 2.67vw 4vw;
    font-size: 4.27vw;
  }
}

.p-section11__desc-accent {
  color: #f75656;
  font-weight: bold;
}

.p-section11__icon {
  width: 240px;
  margin-top: 25px;
  margin-inline: auto;
}
@media (width <= 767px) {
  .p-section11__icon {
    width: 34.67vw;
    margin-top: 4vw;
  }
}

.p-section11__benefits {
  margin-top: 30px;
  padding: 6px 15px;
}
@media (width <= 767px) {
  .p-section11__benefits {
    margin-top: 0vw;
    padding: 2.67vw 2vw;
  }
}

.p-section11__benefit-item {
  position: relative;
  padding-left: 1.4em;
  font-size: 20px;
  line-height: 1.9;
}
@media (width <= 767px) {
  .p-section11__benefit-item {
    margin-top: 2.67vw;
    font-size: 4.27vw;
    line-height: 1.6;
  }
}
.p-section11__benefit-item::before {
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 21px;
  height: 15px;
  background-image: url(../images/icon-check.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
@media (width <= 767px) {
  .p-section11__benefit-item::before {
    top: 0.5em;
    width: 4.27vw;
    height: 3.2vw;
  }
}

.p-section11__benefit-accent {
  background-color: #fff;
}

.p-section11__study {
  margin-top: 50px;
  padding: 40px;
  background-color: #fff;
}
@media (width <= 767px) {
  .p-section11__study {
    margin-top: 5vw;
    padding: 4vw 5.33vw;
  }
}

.p-section11__study-title {
  font-weight: 500;
  font-size: 36px;
  font-family: var(--font-family-mincho);
  text-align: center;
}
@media (width <= 767px) {
  .p-section11__study-title {
    font-size: 5.87vw;
  }
}

.p-section11__study-image {
  margin-top: 30px;
}
@media (width <= 767px) {
  .p-section11__study-image {
    aspect-ratio: 295/160;
    margin-top: 4vw;
  }
  .p-section11__study-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.p-section11__study-text {
  margin-top: 30px;
  font-size: 20px;
}
@media (width <= 767px) {
  .p-section11__study-text {
    margin-top: 4vw;
    font-size: 4.27vw;
  }
}

.p-section11__study-accent {
  color: #f75656;
}

.p-section11__study-container {
  display: grid;
  grid-template-columns: 233px 1fr;
  margin-top: 40px;
  padding: 8px 20px 8px 8px;
  gap: 10px;
  border: 1px solid #b8b8b8;
  background: #fff;
}
@media (width <= 767px) {
  .p-section11__study-container {
    grid-template-columns: 33.87vw 1fr;
    margin-top: 2.67vw;
    padding: 2.13vw;
    gap: 1.33vw;
  }
}

.p-section11__study-paper {
  align-self: center;
  width: 204px;
  margin-inline: auto;
  padding: 13px 15px;
}
@media (width <= 767px) {
  .p-section11__study-paper {
    width: 33.87vw;
    padding: 1.87vw;
  }
}

.p-section11__study-reference {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.p-section11__study-reference-title {
  font-size: 18px;
}
@media (width <= 767px) {
  .p-section11__study-reference-title {
    font-size: 3.2vw;
  }
}

.p-section11__study-reference-text {
  margin-top: 10px;
  color: #787878;
  font-size: 18px;
}
@media (width <= 767px) {
  .p-section11__study-reference-text {
    margin-top: 0;
    font-size: 3.2vw;
  }
}

/* section 12
--------------------------------------------- */
.p-section12 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: var(--color-primary-light);
}
@media (width <= 767px) {
  .p-section12 {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}

.p-section12__container {
  max-width: var(--width-container);
  margin-inline: auto;
  padding: 40px;
  background-color: #fff;
}
@media (width <= 767px) {
  .p-section12__container {
    max-width: unset;
    padding: 0 var(--spacing-page);
    background-color: var(--color-primary-light);
  }
}

.p-section12__image {
  position: relative;
}

.p-section12__title {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-weight: 500;
  font-size: 36px;
  line-height: 1.3;
  font-family: var(--font-family-mincho);
  text-align: center;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  white-space: nowrap;
}
@media (width <= 767px) {
  .p-section12__title {
    bottom: 2.67vw;
    font-size: 6.4vw;
  }
}

.p-section12__desc {
  margin-top: 20px;
  font-size: 20px;
}
@media (width <= 767px) {
  .p-section12__desc {
    margin-top: 5.33vw;
    font-size: 4.2vw;
  }
}

.p-section12__points {
  margin-top: 30px;
  padding: 20px 30px;
  background-color: var(--color-primary-light);
}
@media (width <= 767px) {
  .p-section12__points {
    margin-top: 5.33vw;
    padding: 2.67vw;
    background-color: #fff;
  }
}

.p-section12__point {
  position: relative;
  padding-left: 1.4em;
  font-size: 22px;
}
@media (width <= 767px) {
  .p-section12__point {
    font-size: 4.27vw;
  }
}
.p-section12__point::before {
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 21px;
  height: 15px;
  background-image: url(../images/icon-check.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
@media (width <= 767px) {
  .p-section12__point::before {
    width: 4.27vw;
    height: 3.2vw;
  }
}

.p-section12__text {
  margin-top: 30px;
  font-size: 20px;
}
@media (width <= 767px) {
  .p-section12__text {
    margin-top: 5.33vw;
    font-size: 4.2vw;
  }
}

.p-section12__text-accent {
  font-weight: bold;
}

.p-section12__treatment-title {
  margin-top: 20px;
  padding: 10px 16px;
  background-color: var(--color-primary);
  color: #fff;
  font-weight: 500;
  font-size: 26px;
  line-height: 1;
  font-family: var(--font-family-mincho);
  text-align: center;
}
@media (width <= 767px) {
  .p-section12__treatment-title {
    margin-top: 5.33vw;
    font-size: 5.33vw;
  }
}

.p-section12__treatment-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 15px;
}
@media (width <= 767px) {
  .p-section12__treatment-items {
    margin-top: 4vw;
    gap: 4vw;
  }
}

.p-section12__treatment-item {
  display: grid;
  position: relative;
  grid-template-rows: subgrid;
  row-gap: 10px;
  grid-row: span 3;
  padding: 20px 30px;
  border: 1px solid var(--color-primary);
}
@media (width <= 767px) {
  .p-section12__treatment-item {
    padding: 2.67vw;
    background-color: #fff;
  }
}
.p-section12__treatment-item:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 23px solid var(--color-primary);
  border-right: 23px solid transparent;
  content: "";
}
@media (width <= 767px) {
  .p-section12__treatment-item:before {
    border-top: 6.13vw solid var(--color-primary);
    border-right: 6.13vw solid transparent;
  }
}

.p-section12__treatment-item-title {
  color: var(--color-text-primary);
  font-size: 28px;
  line-height: 1.2;
  font-family: var(--font-family-mincho);
  text-align: center;
}
@media (width <= 767px) {
  .p-section12__treatment-item-title {
    font-size: 5.33vw;
    letter-spacing: -0.02em;
  }
}

.p-section12__treatment-item-desc {
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}
@media (width <= 767px) {
  .p-section12__treatment-item-desc {
    font-size: 3.73vw;
    letter-spacing: -0.02em;
  }
}

.p-section12__note {
  margin-top: 20px;
  font-size: 26px;
  text-align: center;
}
@media (width <= 767px) {
  .p-section12__note {
    margin-top: 5.33vw;
    font-size: 4.6vw;
    text-align: left;
  }
}

.p-section12__cases {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10px;
  margin-inline: auto;
  font-size: 22px;
  list-style: disc;
}
@media (width <= 767px) {
  .p-section12__cases {
    margin-top: 2.67vw;
    margin-right: auto;
    margin-left: 0;
    padding-left: 3.2em;
    font-size: 4.27vw;
  }
}

.p-section12__note2 {
  font-size: 22px;
  text-align: center;
}
@media (width <= 767px) {
  .p-section12__note2 {
    padding-left: 1.2em;
    font-size: 4.27vw;
    text-align: center;
  }
}

.p-section12__arrow {
  width: 103px;
  margin-top: 30px;
  margin-inline: auto;
}
@media (width <= 767px) {
  .p-section12__arrow {
    width: 27.47vw;
    margin-top: 5.33vw;
  }
}

.p-section12__conclusion {
  margin-top: 10px;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.4;
  font-family: var(--font-family-mincho);
  text-align: center;
}
@media (width <= 767px) {
  .p-section12__conclusion {
    margin-top: 2.67vw;
    font-size: 5.87vw;
  }
}

/* section 13
--------------------------------------------- */
.p-section13 {
  padding-top: 76px;
  padding-bottom: 70px;
  background: var(--orange_bg, linear-gradient(0deg, #ffede5 0%, #ffcbb4 100%));
}
@media (width <= 767px) {
  .p-section13 {
    padding-top: 8vw;
    padding-bottom: 5.33vw;
  }
}

.p-section13__container {
  max-width: var(--width-container);
  margin-inline: auto;
  padding-inline: 40px;
}
@media (width <= 767px) {
  .p-section13__container {
    max-width: unset;
    padding-inline: var(--spacing-page);
  }
}

.p-section13__title {
  display: block;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 0 1.3em;
  font-weight: 500;
  font-size: 36px;
  font-family: var(--font-family-mincho);
}
@media (width <= 767px) {
  .p-section13__title {
    font-size: 5.6vw;
  }
}
.p-section13__title::before, .p-section13__title::after {
  position: absolute;
  top: 50%;
  width: 1.2em;
  height: 2px;
  background: currentColor;
  content: "";
}
@media (width <= 767px) {
  .p-section13__title::before, .p-section13__title::after {
    height: 0.27vw;
  }
}
.p-section13__title::before {
  left: 0;
  transform: rotate(50deg);
}
.p-section13__title::after {
  right: 0;
  transform: rotate(-50deg);
}

.p-section13__features {
  display: grid;
  grid-template-columns: repeat(2, 270px);
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 30px;
  margin-inline: auto;
  gap: 15px;
}
@media (width <= 767px) {
  .p-section13__features {
    grid-template-columns: 1fr;
    margin-top: 4.2vw;
    gap: 2.33vw;
  }
}

.p-section13__feature {
  padding: 9px 10px;
  border-radius: 9999px;
  background-color: #fff;
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}
@media (width <= 767px) {
  .p-section13__feature {
    padding: 2.4vw 2.67vw;
    font-size: 5vw;
  }
}

.p-section13__desc {
  margin-top: 20px;
  font-weight: 500;
  font-size: 22px;
  text-align: center;
}
@media (width <= 767px) {
  .p-section13__desc {
    margin-top: 4vw;
    font-size: 4.8vw;
  }
}

.p-section13__image {
  margin-top: 30px;
}
@media (width <= 767px) {
  .p-section13__image {
    margin-top: 4vw;
  }
}

.p-section13__lead-wrapper {
  margin-top: 30px;
}
@media (width <= 767px) {
  .p-section13__lead-wrapper {
    margin-top: 4vw;
    padding: 4vw;
    background-color: #fff;
  }
}

.p-section13__lead {
  font-weight: 500;
  font-size: 28px;
  font-family: var(--font-family-mincho);
  text-align: center;
}
@media (width <= 767px) {
  .p-section13__lead {
    font-size: 5.33vw;
  }
}
.p-section13__lead + .c-btn {
  margin-top: 5px;
}
@media (width <= 767px) {
  .p-section13__lead + .c-btn {
    margin-top: 1.33vw;
  }
}

/* section 14
--------------------------------------------- */
.p-section14 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}
@media (width <= 767px) {
  .p-section14 {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}

.p-section14__container {
  max-width: calc(var(--width-container) + var(--spacing-page) * 2);
  margin-inline: auto;
  padding-inline: var(--spacing-page);
}
@media (width <= 767px) {
  .p-section14__container {
    max-width: unset;
  }
}

.p-section14__tag {
  display: block;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 0 1.3em;
  color: var(--color-accent);
  font-size: 26px;
  font-family: var(--font-family-mincho);
}
@media (width <= 767px) {
  .p-section14__tag {
    font-size: 5.33vw;
  }
}
.p-section14__tag::before, .p-section14__tag::after {
  position: absolute;
  top: 50%;
  width: 1.2em;
  height: 1px;
  background: currentColor;
  content: "";
}
@media (width <= 767px) {
  .p-section14__tag::before, .p-section14__tag::after {
    height: 0.27vw;
  }
}
.p-section14__tag::before {
  left: 0;
  transform: rotate(50deg);
}
.p-section14__tag::after {
  right: 0;
  transform: rotate(-50deg);
}

.p-section14__title {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10px;
  margin-inline: auto;
  border-bottom: 1px solid var(--color-primary);
  font-weight: 500;
  font-size: 36px;
  font-family: var(--font-family-mincho);
  text-align: center;
}
@media (width <= 767px) {
  .p-section14__title {
    margin-top: 0;
    border-bottom: 0.27vw solid var(--color-primary);
    font-size: 7.47vw;
  }
}
.p-section14__title + .p-section14__point {
  margin-top: 100px;
}
@media (width <= 767px) {
  .p-section14__title + .p-section14__point {
    margin-top: 10.67vw;
  }
}

.p-section14__point {
  position: relative;
  margin-top: 50px;
  padding: 40px;
  background-image: url(../images/sec14-item-bg.webp);
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #f4f4f4;
}
@media (width <= 767px) {
  .p-section14__point {
    margin-top: 8vw;
    padding: 8vw 5.33vw 5.33vw 5.33vw;
  }
}

.p-section14__point-number {
  display: block;
  position: absolute;
  top: -0.65em;
  left: 50%;
  transform: translateX(-50%);
  color: var(--color-primary);
  font-size: 100px;
  line-height: 1;
  font-family: var(--font-family-cormorant);
  text-align: center;
}
@media (width <= 767px) {
  .p-section14__point-number {
    font-size: 14.13vw;
  }
}

.p-section14__point-title {
  font-weight: 500;
  font-size: 30px;
  font-family: var(--font-family-mincho);
  text-align: center;
}
@media (width <= 767px) {
  .p-section14__point-title {
    font-size: 5.87vw;
  }
}

.p-section14__point-image {
  width: 500px;
  margin-top: 30px;
  margin-inline: auto;
}
@media (width <= 767px) {
  .p-section14__point-image {
    width: 74.67vw;
    margin-top: 4vw;
  }
}

.p-section14__point-desc {
  margin-top: 30px;
  font-size: 20px;
}
@media (width <= 767px) {
  .p-section14__point-desc {
    margin-top: 2.67vw;
    font-size: 4.2vw;
  }
}

.p-section14__point-note {
  margin-top: 5px;
}
@media (width <= 767px) {
  .p-section14__point-note {
    margin-top: 1.33vw;
    font-size: 3.47vw;
  }
}

/* section 15
--------------------------------------------- */
.p-section15 {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-inline: var(--spacing-page);
  background-color: #def2cf;
}
@media (width <= 767px) {
  .p-section15 {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #fff;
  }
}

.p-section15__container {
  max-width: var(--width-container);
  margin-inline: auto;
  padding: 40px 30px;
  background-image: url(../images/sec15-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}
@media (width <= 767px) {
  .p-section15__container {
    padding: 8vw;
  }
}

.p-section15__title {
  font-weight: 500;
  font-size: 36px;
  line-height: 1.5;
  font-family: var(--font-family-mincho);
  text-align: center;
}
@media (width <= 767px) {
  .p-section15__title {
    font-size: 7.47vw;
  }
}

.p-section15__step {
  display: flex;
  align-items: center;
  margin-top: 60px;
  gap: 30px;
}
@media (width <= 767px) {
  .p-section15__step {
    position: relative;
    flex-direction: column;
    margin-top: 8vw;
    gap: 2.67vw;
  }
}

.p-section15__step-image {
  flex: 0 0 240px;
  aspect-ratio: 240/183;
}
@media (width <= 767px) {
  .p-section15__step-image {
    flex: 1 1 auto;
    aspect-ratio: unset;
    width: 64vw;
  }
}
.p-section15__step-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-section15__step-body {
  flex: 1 1 auto;
}

.p-section15__step-header {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (width <= 767px) {
  .p-section15__step-header {
    gap: 0;
  }
}

.p-section15__step-number {
  display: grid;
  flex: 0 0 37px;
  place-items: center;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #fff;
  color: var(--color-primary);
  font-size: 22px;
  line-height: 1;
  font-family: var(--font-family-mincho);
}
@media (width <= 767px) {
  .p-section15__step-number {
    position: absolute;
    top: -3.73vw;
    left: -1.07vw;
    width: 11.47vw;
    height: 11.47vw;
    font-size: 6.93vw;
  }
}

.p-section15__step-title {
  border-bottom: 1px solid #fff;
  font-size: 28px;
  font-family: var(--font-family-mincho);
}
@media (width <= 767px) {
  .p-section15__step-title {
    margin-inline: auto;
    font-size: 5.6vw;
  }
}

.p-section15__step-desc {
  margin-top: 10px;
  font-size: 20px;
  font-weight: normal;
}
@media (width <= 767px) {
  .p-section15__step-desc {
    margin-top: 2.67vw;
    font-size: 4.2vw;
  }
}

/* section 16
--------------------------------------------- */
.p-section16 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}
@media (width <= 767px) {
  .p-section16 {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}

.p-section16__container {
  max-width: calc(var(--width-container) + var(--spacing-page) * 2);
  margin-inline: auto;
  padding-inline: var(--spacing-page);
}
@media (width <= 767px) {
  .p-section16__container {
    max-width: unset;
  }
}

.p-section16__title {
  font-weight: 500;
  font-size: 36px;
  font-family: var(--font-family-mincho);
  text-align: center;
}
@media (width <= 767px) {
  .p-section16__title {
    margin-bottom: 8vw;
    font-size: 7.47vw;
  }
}

.p-section16__plan {
  margin-top: 30px;
  padding: 50px 130px;
}
@media (width <= 767px) {
  .p-section16__plan {
    margin-top: 3.67vw;
    padding: 5.33vw;
  }
}
.p-section16__plan:nth-child(1) {
  background-image: url(../images/sec16-01bg.webp);
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #dff2cf;
}
@media (width <= 767px) {
  .p-section16__plan:nth-child(1) {
    background-size: 100% 20%;
  }
}
.p-section16__plan:nth-child(2) {
  background-image: url(../images/sec16-02bg.webp);
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #f6f0e6;
}
@media (width <= 767px) {
  .p-section16__plan:nth-child(2) {
    background-size: 100% 20%;
  }
}

.p-section16__plan-title {
  font-weight: 500;
  font-size: 32px;
  font-family: var(--font-family-mincho);
  text-align: center;
}
@media (width <= 767px) {
  .p-section16__plan-title {
    font-size: 7.47vw;
  }
}

.p-section16__plan-desc {
  margin-top: 18px;
  font-size: 18px;
  text-align: center;
}
@media (width <= 767px) {
  .p-section16__plan-desc {
    margin-top: 0.5vw;
    font-size: 2.93vw;
  }
}

.p-section16__plan-wrapper {
  margin-top: 18px;
  padding: 10px 20px;
  border-radius: 8px;
  background-color: #fff;
}
@media (width <= 767px) {
  .p-section16__plan-wrapper {
    margin-top: 2vw;];
    padding: 2vw;
    border-radius: 2vw;
  }
}

.p-section16__plan-type {
  font-size: 18px;
  text-align: center;
}
@media (width <= 767px) {
  .p-section16__plan-type {
    font-size: 4vw;
  }
}

.p-section16__plan-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  color: var(--color-primary);
}

.p-section16__price-label {
  font-size: 14px;
}
@media (width <= 767px) {
  .p-section16__price-label {
    font-size: 3.2vw;
  }
}

.p-section16__price-number {
  margin-left: 5px;
  font-weight: bold;
  font-size: 40px;
  line-height: 1.3;
}
@media (width <= 767px) {
  .p-section16__price-number {
    font-size: 8.5vw;
  }
}

.p-section16__price-unit {
  font-weight: bold;
}
@media (width <= 767px) {
  .p-section16__price-unit {
    font-size: 3.73vw;
  }
}

.p-section16__price-note {
  margin-left: 4px;
  font-size: 12px;
}
@media (width <= 767px) {
  .p-section16__price-note {
    font-size: 3.2vw;
  }
}

.p-section16__details-title {
  margin-top: 18px;
  font-size: 20px;
  text-align: center;
}
@media (width <= 767px) {
  .p-section16__details-title {
    margin-top: 2.8vw;
    font-size: 4.8vw;
  }
}

.p-section16__details-table {
  margin-top: 8px;
  border: 1px solid var(--color-primary);
}
@media (width <= 767px) {
  .p-section16__details-table {
    margin-top: 1.5vw;
    border: 0.27vw solid var(--color-primary);
  }
}
.p-section16__details-table dt {
  background-color: var(--color-primary);
  color: #fff;
  font-weight: normal;
}
.p-section16__details-table dt,
.p-section16__details-table dd {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4px 20px;
  font-size: 18px;
}
@media (width <= 767px) {
  .p-section16__details-table dt,
  .p-section16__details-table dd {
    padding: 1.07vw 2.67vw;
    font-size: 3.73vw;
  }
}
.p-section16__details-table .p-section16__details-small-dt {
  font-size: 16px;
  line-height: 1.25;
}
@media (width <= 767px) {
  .p-section16__details-table .p-section16__details-small-dt {
    font-size: 2.93vw;
  }
}

.p-section16__details-table-item {
  display: grid;
  grid-template-columns: 200px 1fr;
}
@media (width <= 767px) {
  .p-section16__details-table-item {
    grid-template-columns: 35.2vw 1fr;
  }
}
.p-section16__details-table-item:not(:last-of-type) > dt {
  border-bottom: 1px solid #cff9b5;
}
@media (width <= 767px) {
  .p-section16__details-table-item:not(:last-of-type) > dt {
    border-bottom: 0.27vw solid #cff9b5;
  }
}
.p-section16__details-table-item:not(:last-of-type) > dd {
  border-bottom: 1px solid var(--color-primary);
}
@media (width <= 767px) {
  .p-section16__details-table-item:not(:last-of-type) > dd {
    border-bottom: 0.27vw solid var(--color-primary);
  }
}

.p-section16__table-note {
  display: block;
  font-size: 10px;
}
@media (width <= 767px) {
  .p-section16__table-note {
    font-size: 2.67vw;
  }
}

.p-section16__plan-notes {
  margin-top: 20px;
}
@media (width <= 767px) {
  .p-section16__plan-notes {
    margin-top: 2vw;
  }
}

.p-section16__note {
  font-size: 14px;
}
@media (width <= 767px) {
  .p-section16__note {
    font-size: 2.67vw;
  }
}

.p-section16__note2 {
  margin-top: 10px;
  font-size: 18px;
}
@media (width <= 767px) {
  .p-section16__note2 {
    margin-top: 1.67vw;
    font-size: 4.27vw;
  }
}

/* section 17
--------------------------------------------- */
.p-section17 {
  padding-top: 100px;
  padding-bottom: 100px;
  border-top: 1px #dedede solid;
  background-color: #fff;
}
@media (width <= 767px) {
  .p-section17 {
    padding-top: 8vw;
    padding-bottom: 10vw;
    border-top: none;
  }
}

.p-section17__container {
  max-width: var(--width-container);
  margin-inline: auto;
  padding-inline: 40px;
}
@media (width <= 767px) {
  .p-section17__container {
    max-width: unset;
    padding-inline: var(--spacing-page);
  }
}

.p-section17__title {
  font-weight: 500;
  font-size: 36px;
  font-family: var(--font-family-mincho);
  text-align: center;
}
@media (width <= 767px) {
  .p-section17__title {
    font-size: 7.47vw;
  }
}

.p-section17__faqs {
  margin-top: 15px;
}
@media (width <= 767px) {
  .p-section17__faqs {
    margin-top: 4vw;
  }
}

.p-section17__faq[open] .p-section17__question-icon {
  transform: rotate(180deg);
}

.p-section17__question {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  padding: 20px 10px 20px 0;
  gap: 0.5em;
  border-bottom: 1px solid #c5c5c5;
  cursor: pointer;
}
@media (width <= 767px) {
  .p-section17__question {
    padding: 2.67vw 1.33vw 2.67vw 0;
    border-bottom: 0.27vw solid #c5c5c5;
  }
}

.p-section17__question::marker {
  display: none;
}

.p-section17__question::-webkit-details-marker {
  display: none;
}

.p-section17__question-text {
  position: relative;
  padding-left: 32px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.3;
}
@media (width <= 767px) {
  .p-section17__question-text {
    padding-left: 6.4vw;
    font-size: 4.53vw;
  }
}

.p-section17__question-text::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "Q";
  color: #4caf50;
  font-weight: normal;
}
@media (width <= 767px) {
  .p-section17__question-text::before {
    font-size: 5.33vw;
  }
}

.p-section17__question-icon {
  flex: 0 0 14px;
  transition: transform 0.3s ease;
}
@media (width <= 767px) {
  .p-section17__question-icon {
    flex: 0 0 3.73vw;
  }
}

.p-section17__answer {
  overflow: hidden;
}
.p-section17__answer p {
  padding: 20px 30px;
  border-bottom: 1px solid #c5c5c5;
  background-color: #edf7e5;
  font-size: 18px;
}
@media (width <= 767px) {
  .p-section17__answer p {
    padding: 4vw 5.33vw;
    border-bottom: 0.27vw solid #c5c5c5;
    font-size: 4.2vw;
  }
}

/* section 18
--------------------------------------------- */
.p-section18 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url(../images/sec18-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (width <= 767px) {
  .p-section18 {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}

.p-section18__container {
  max-width: var(--width-container);
  margin-inline: auto;
  padding-inline: 40px;
}
@media (width <= 767px) {
  .p-section18__container {
    max-width: unset;
    padding-inline: var(--spacing-page);
  }
}

.p-section18__title {
  font-weight: 500;
  font-size: 36px;
  font-family: var(--font-family-mincho);
  text-align: center;
}
@media (width <= 767px) {
  .p-section18__title {
    font-size: 7.47vw;
  }
}

.p-section18__doctor-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 23px;
  gap: 30px;
}
@media (width <= 767px) {
  .p-section18__doctor-wrapper {
    margin-top: 6.13vw;
    gap: 8vw;
  }
}

.p-section18__doctor {
  width: 200px;
}
@media (width <= 767px) {
  .p-section18__doctor {
    width: 32.8vw;
  }
}

.p-section18__doctor-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.p-section18__doctor-position {
  font-size: 20px;
  font-family: var(--font-family-mincho);
}
@media (width <= 767px) {
  .p-section18__doctor-position {
    font-size: 4.27vw;
  }
}

.p-section18__doctor-name {
  font-size: 34px;
  font-family: var(--font-family-mincho);
}
@media (width <= 767px) {
  .p-section18__doctor-name {
    font-size: 5.33vw;
  }
}

.p-section18__text {
  margin-top: 1.5em;
  font-size: 20px;
}
@media (width <= 767px) {
  .p-section18__text {
    font-size: 4.27vw;
  }
}

/* section 19
--------------------------------------------- */
.p-section19 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f6f0e6;
}
@media (width <= 767px) {
  .p-section19 {
    padding-top: 10.67vw;
    padding-bottom: 10.67vw;
  }
}

.p-section19__container {
  max-width: calc(var(--width-container) + var(--spacing-page) * 2);
  margin-inline: auto;
  padding-inline: var(--spacing-page);
}

.p-section19__title {
  font-weight: 500;
  font-size: 28px;
  font-family: var(--font-family-mincho);
  text-align: center;
}
@media (width <= 767px) {
  .p-section19__title {
    font-size: 7.47vw;
  }
}

.p-section19__gallery {
  margin-top: 20px;
}
@media (width <= 767px) {
  .p-section19__gallery {
    margin-top: 5.33vw;
  }
}

.p-section19__main {
  aspect-ratio: 760/507;
  overflow: hidden;
}
@media (width <= 767px) {
  .p-section19__main {
    aspect-ratio: 330/220;
  }
}
.p-section19__main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-section19__thumbnails {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 30px;
  gap: 30px;
}
@media (width <= 767px) {
  .p-section19__thumbnails {
    margin-top: 1.33vw;
    gap: 1.33vw;
  }
}

.p-section19__thumb {
  aspect-ratio: 168/112;
  border: 3px solid transparent;
  cursor: pointer;
  transition: border-color 0.3s ease;
}
@media (width <= 767px) {
  .p-section19__thumb {
    aspect-ratio: 78/52;
    border-width: 0.27vw;
  }
}
.p-section19__thumb.is-active {
  border-color: var(--color-accent);
}
.p-section19__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (hover: hover) {
  .p-section19__thumb:hover {
    opacity: 0.8;
  }
}

/* section 20
--------------------------------------------- */
.p-section20 {
  padding-top: 100px;
  padding-bottom: 80px;
  background-color: #fff;
}
@media (width <= 767px) {
  .p-section20 {
    padding-top: 10.67vw;
    padding-bottom: 10.67vw;
  }
}

.p-section20__container {
  max-width: calc(var(--width-container) + var(--spacing-page) * 2);
  margin-inline: auto;
  padding-inline: var(--spacing-page);
}
@media (width <= 767px) {
  .p-section20__container {
    max-width: unset;
  }
}

.p-section20__title {
  font-weight: 500;
  font-size: 36px;
  line-height: 1.5;
  font-family: var(--font-family-mincho);
  text-align: center;
}
@media (width <= 767px) {
  .p-section20__title {
    font-size: 7.47vw;
  }
}

.p-section20__address {
  margin-top: 30px;
  padding: 22px;
  background-color: var(--color-primary);
  color: #fff;
  text-align: center;
}
@media (width <= 767px) {
  .p-section20__address {
    margin-top: 4vw;
    padding: 2.67vw;
  }
}

.p-section20__address-text {
  display: block;
  font-size: 22px;
}
@media (width <= 767px) {
  .p-section20__address-text {
    font-size: 4.27vw;
  }
}

.p-section20__map {
  aspect-ratio: 760/534;
}
@media (width <= 767px) {
  .p-section20__map {
    aspect-ratio: 340/232;
  }
}
.p-section20__map iframe {
  width: 100%;
  height: 100%;
}

/* section 21
--------------------------------------------- */
.p-section21 {
  padding-bottom: 100px;
  background-color: #fff;
}
@media (width <= 767px) {
  .p-section21 {
    padding-bottom: 0;
  }
}

.p-section21__container {
  max-width: calc(var(--width-container) + var(--spacing-page) * 2);
  margin-inline: auto;
  padding-inline: var(--spacing-page);
}
@media (width <= 767px) {
  .p-section21__container {
    max-width: unset;
  }
}

.p-section21__title {
  font-weight: 500;
  font-size: 36px;
  font-family: var(--font-family-mincho);
  text-align: center;
}
@media (width <= 767px) {
  .p-section21__title {
    font-size: 7.47vw;
  }
}

.p-section21__schedule {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  padding: 40px 0;
  gap: 10px;
  border-top: 1px solid #bababa;
  border-bottom: 1px solid #bababa;
}
@media (width <= 767px) {
  .p-section21__schedule {
    margin-top: 3.33vw;
    padding: 3.33vw 0;
    gap: 2.67vw;
    border-top: 0.27vw solid #bababa;
    border-bottom: 0.27vw solid #bababa;
  }
}

.p-section21__time-row {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (width <= 767px) {
  .p-section21__time-row {
    gap: 2.67vw;
  }
}
.p-section21__time-row:nth-of-type(1) .p-section21__time-label {
  background-color: var(--color-primary);
}
.p-section21__time-row:nth-of-type(2) .p-section21__time-label {
  background-color: #5e7dc1;
}

.p-section21__time-label {
  padding: 0 6px;
  color: #fff;
  line-height: 1.6;
  text-align: center;
}
@media (width <= 767px) {
  .p-section21__time-label {
    padding: 0 1.6vw;
    font-size: 3.73vw;
  }
}

.p-section21__time-hours {
  font-size: 24px;
}
@media (width <= 767px) {
  .p-section21__time-hours {
    font-size: 4.8vw;
  }
}

.p-section21__holiday {
  margin-top: 24px;
  text-align: center;
}
@media (width <= 767px) {
  .p-section21__holiday {
    margin-top: 2.67vw;
  }
}

.p-section21__holiday-text {
  display: block;
  color: #ef6122;
  font-size: 20px;
}
@media (width <= 767px) {
  .p-section21__holiday-text {
    font-size: 3.73vw;
  }
}

.p-section21__holiday-note {
  display: block;
  margin-top: 5px;
  font-size: 18px;
}
@media (width <= 767px) {
  .p-section21__holiday-note {
    margin-top: 1.33vw;
    font-size: 3.73vw;
  }
}

.p-section21__banner {
  position: relative;
  margin-top: 100px;
}
@media (width <= 767px) {
  .p-section21__banner {
    margin-top: 10.67vw;
    margin-inline: -5.33vw;
  }
}

.p-section21__lead {
  position: absolute;
  top: 50%;
  left: 60px;
  transform: translateY(-50%);
  color: #fff;
  font-weight: 400;
  font-size: 38px;
  font-family: var(--font-family-mincho);
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
}
@media (width <= 767px) {
  .p-section21__lead {
    left: 7.47vw;
    font-weight: normal;
    font-size: 5.6vw;
  }
}

/*==================================================
 Utility
================================================== */
/* 表示/非表示切り替え
--------------------------------------------- */
.u-sm-only {
  display: none;
}
@media (width <= 767px) {
  .u-sm-only {
    display: block;
  }
}

.u-md-only {
  display: none;
}
@media (768px <= width <= 1023px) {
  .u-md-only {
    display: block;
  }
}

.u-lg-only {
  display: none;
}
@media (1024px <= width) {
  .u-lg-only {
    display: block;
  }
}

.u-mdLg-only {
  display: none;
}
@media (768px <= width) {
  .u-mdLg-only {
    display: block;
  }
}

.u-smMd-only {
  display: none;
}
@media (width <= 1023px) {
  .u-smMd-only {
    display: block;
  }
}

/* テキストまわり
--------------------------------------------- */
.u-uppercase {
  text-transform: uppercase;
}

.u-bold {
  font-weight: bold;
}

span.check {
    color: red;
    margin-right: 5px;
}
