@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: 900px;
  --spacing-page: 22px;
  --color-primary: #E59F37;
  --color-accent: #E15A5A;
  --color-text-primary: #613415;
  --color-text-secondary: #40434E;
  --color-text-link: #613415;
  --font-size-base: 18px;
  --line-height-base: 1.4;
  --font-family-base: "Inter", "Noto Sans JP", sans-serif;
  --font-family-m: "M PLUS Rounded 1c", sans-serif;
  --transition-duration: 0.3s;
  --letter-spacing-base: normal;
}

/*! 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;
}

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

main {
  overflow-x: hidden;
}

/*==================================================
 Layout
================================================== */
/* CTA
--------------------------------------------- */
.l-cta {
  padding: 26px var(--spacing-page);
  background-color: #d0e227;
}
@media (width <= 767px) {
  .l-cta {
    padding: 1.88vw 0 2.95vw;
  }
}

.l-cta__text {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  color: #636c14;
  font-weight: 700;
  font-size: 23px;
  line-height: normal;
  letter-spacing: normal;
}
@media (width <= 767px) {
  .l-cta__text {
    font-size: 4.27vw;
  }
}
.l-cta__text::before, .l-cta__text::after {
  display: block;
  position: absolute;
  top: 50%;
  width: 1.3em;
  height: 1px;
  background: #636c14;
  content: "";
}
@media (width <= 767px) {
  .l-cta__text::before, .l-cta__text::after {
    height: 0.27vw;
  }
}
.l-cta__text::before {
  left: -1.5em;
  transform: rotate(45deg);
}
.l-cta__text::after {
  right: -1.5em;
  transform: rotate(-45deg);
}

.l-cta__btn {
  display: block;
  position: relative;
  width: 100%;
  max-width: 600px;
  margin-inline: auto;
  padding: 8px 0 10px;
  border-radius: 9999px;
  background: linear-gradient(180deg, #8d991d 0%, #636c14 100%);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
  color: #fff;
  font-weight: 800;
  font-size: 28px;
  line-height: normal;
  letter-spacing: 0.1em;
  text-align: center;
  transition: opacity 0.15s ease, box-shadow 0.15s ease;
}
@media (width <= 767px) {
  .l-cta__btn {
    width: 74.93vw;
    margin-top: 0.85vw;
    padding: 0.810vw 0 1.87vw 10.13vw;
    box-shadow: 0px 0.53vw 0.53vw 0px rgba(0, 0, 0, 0.25);
    font-size: 4.53vw;
    text-align: left;
  }
}
.l-cta__btn:after {
  position: absolute;
  top: 50%;
  right: 110px;
  width: 10px;
  height: 13px;
  transform: translateY(-50%);
  background-image: url(../images/arrow-button.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
@media (width <= 767px) {
  .l-cta__btn:after {
    right: 8vw;
    width: 2.67vw;
    height: 3.47vw;
  }
}
@media (hover: hover) {
  .l-cta__btn:hover {
    box-shadow: none;
    opacity: 0.8;
  }
}

/* Footer
--------------------------------------------- */
.l-footer {
  padding: 22px 0 30px;
  background-color: #fff;
}
@media (width <= 767px) {
  .l-footer {
    padding: 1.87vw 0 3.2vw;
  }
}

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

/* Header
--------------------------------------------- */
.l-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 50px;
  background-color: var(--color-primary);
}
@media (width <= 767px) {
  .l-header {
    padding: 1.87vw 4vw;
  }
}

.l-header__link {
  display: block;
}

.l-header__logo {
  width: 160px;
}
@media (width <= 767px) {
  .l-header__logo {
    width: 25.33vw;
  }
}
.l-header__logo img {
  width: 100%;
}

.l-header__text {
  color: #F8F8F8;
  font-weight: 600;
  font-size: 18px;
  line-height: normal;
}
@media (width <= 767px) {
  .l-header__text {
    font-size: 3.47vw;
  }
}

/*==================================================
 Object
================================================== */
/*==================================================
 Component
================================================== */
/* Heading
--------------------------------------------- */
.c-heading {
  -webkit-text-stroke-color: #fff;
  -webkit-text-stroke-width: 2px;
  color: var(--, #613415);
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 59px; /* 147.5% */
  font-family: "Rounded Mplus 1c";
  letter-spacing: 0.8px;
  text-align: center;
}

/*==================================================
 Project
================================================== */
/* Top Page
--------------------------------------------- */
/* First View
--------------------------------------------- */
.p-fv {
  position: relative;
  aspect-ratio: 1440/451;
  background-image: url("../images/bg.webp");
  background-repeat: repeat;
  background-color: rgba(252, 238, 210, 0.5);
}
@media (width <= 767px) {
  .p-fv {
    aspect-ratio: 375/548;
  }
}

.p-fv__badge {
  z-index: 2;
  position: absolute;
  top: 2.22vw;
  left: 12.64vw;
  padding: 0.28vw 1.39vw;
  border-radius: 0.35vw;
  background-color: #e98903;
  box-shadow: 0 0.14vw 0.14vw 0px rgba(0, 0, 0, 0.25);
  color: #fff;
  font-weight: 700;
  font-size: 1.67vw;
  line-height: normal;
  text-align: center;
}
@media (width <= 767px) {
  .p-fv__badge {
    top: 9.87vw;
    left: 4vw;
    padding: 0.53vw 2.67vw;
    border-radius: 1.33vw;
    box-shadow: 0 0.53vw 0.53vw 0px rgba(0, 0, 0, 0.25);
    font-size: 5.33vw;
  }
}

.p-fv__title {
  z-index: 2;
  position: absolute;
  top: 5.69vw;
  left: 12.64vw;
  width: 44.51vw;
}
@media (width <= 767px) {
  .p-fv__title {
    top: 19.2vw;
    left: 4vw;
    width: 76.53vw;
  }
}

.p-fv__sub-block {
  z-index: 2;
  position: absolute;
  top: 16.39vw;
  left: 12.64vw;
}
@media (width <= 767px) {
  .p-fv__sub-block {
    top: 61.33vw;
    right: 4vw;
    text-align: right;
  }
}

.p-fv__subtitle {
  box-decoration-break: clone;
  color: var(--color-text-secondary);
  font-weight: 700;
  font-size: 1.74vw;
  line-height: 1.8;
  -webkit-box-decoration-break: clone;
  display: inline;
  padding: 0.2em 0.3em;
  background-color: #fff;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.18);
}
@media (width <= 767px) {
  .p-fv__subtitle {
    padding: 0.1em 0.3em;
    box-shadow: 0 0 1.87vw 0 rgba(0, 0, 0, 0.25);
    font-size: 4.8vw;
    line-height: 1.7;
  }
}
.p-fv__subtitle:first-child {
  color: var(--color-accent);
}

.p-fv__date-block {
  z-index: 2;
  position: absolute;
  bottom: 2.08vw;
  left: 12.64vw;
}
@media (width <= 767px) {
  .p-fv__date-block {
    right: 4vw;
    bottom: 42.67vw;
    left: auto;
    text-align: right;
  }
}

.p-fv__date {
  color: var(--color-text-primary);
  color: #5379bb;
  font-weight: 700;
  font-size: 3.47vw;
  line-height: 1;
  text-align: center;
}
@media (width <= 767px) {
  .p-fv__date {
    font-size: 9.07vw;
  }
}
.p-fv__date .small {
  font-size: 1.67vw;
}
@media (width <= 767px) {
  .p-fv__date .small {
    font-size: 5.33vw;
  }
}

.p-fv__date-sat {
  display: inline-grid;
  place-items: center;
  width: 2.78vw;
  height: 2.78vw;
  margin-left: 0.3em;
  transform: translateY(-0.45em);
  border-radius: 50%;
  background-color: #5379bb;
  color: #fff;
  font-weight: 700;
  font-size: 1.39vw;
}
@media (width <= 767px) {
  .p-fv__date-sat {
    width: 7.73vw;
    height: 7.73vw;
    margin-left: 0.4em;
    transform: translateY(-0.4em);
    font-size: 3.73vw;
  }
}

.p-fv__date-note {
  font-weight: 700;
  font-size: 1.39vw;
  line-height: 1.25;
}
@media (width <= 767px) {
  .p-fv__date-note {
    font-size: 4.27vw;
    line-height: 1.3;
  }
}

.p-fv__info-block {
  display: flex;
  z-index: 2;
  position: absolute;
  top: 25vw;
  left: 31.46vw;
  gap: 1.6vw;
  white-space: nowrap;
}
@media (width <= 767px) {
  .p-fv__info-block {
    position: relative;
    top: 105.33vw;
    left: 2.67vw;
    flex-direction: column;
    width: 94.67vw;
    padding: 2.13vw 2.67vw;
    gap: 2.13vw;
    border: 0.27vw solid #e7bf94;
    border-radius: 1.33vw;
    background-color: rgba(247, 254, 255, 0.9);
  }
}

.p-fv__info {
  display: flex;
  gap: 0.35vw;
}
@media (width <= 767px) {
  .p-fv__info {
    gap: 1.33vw;
  }
}

.p-fv__info-label {
  display: grid;
  flex: 0 0 3.89vw;
  place-items: center;
  height: 2.08vw;
  border-radius: 0.35vw;
  background-color: #e98903;
  color: #fff;
  font-weight: 700;
  font-size: 1.25vw;
  line-height: 1;
}
@media (width <= 767px) {
  .p-fv__info-label {
    flex: 0 0 12vw;
    height: 8vw;
    border-radius: 1.33vw;
    font-size: 4.27vw;
  }
}

.p-fv__info-value-main {
  color: #e98903;
  font-weight: 700;
  font-size: 1.53vw;
  line-height: normal;
}
@media (width <= 767px) {
  .p-fv__info-value-main {
    font-size: 4.53vw;
    line-height: 1.3;
  }
}

.p-fv__info-note {
  display: block;
  margin-top: 0.2em;
  color: #333;
  font-size: 1.11vw;
  line-height: 1.25;
}
@media (width <= 767px) {
  .p-fv__info-note {
    font-size: 3.2vw;
  }
}

@media (width <= 767px) {
  .p-fv__info-img {
    z-index: 2;
    position: absolute;
    top: -2.13vw;
    right: -2.13vw;
    width: 19.73vw;
  }
}

.p-fv__img1 {
  z-index: 1;
  position: absolute;
  top: 1.04vw;
  right: 11.11vw;
  width: 34.58vw;
}
@media (width <= 767px) {
  .p-fv__img1 {
    top: -2.67vw;
    right: 0;
    width: 70.67vw;
  }
}

@media (width <= 767px) {
  .p-fv__img2 {
    z-index: 1;
    position: absolute;
    top: 56vw;
    left: 0;
    width: 45.33vw;
  }
}

/* Section 01
--------------------------------------------- */
.p-section01 {
  padding-top: 36px;
  background-color: #fff;
}
@media (width <= 767px) {
  .p-section01 {
    padding-top: 0;
  }
}

.p-section01__title {
  width: 489px;
  margin-bottom: 40px;
  margin-inline: auto;
}
@media (width <= 767px) {
  .p-section01__title {
    width: 88vw;
    margin-bottom: 4vw;
  }
}

.p-section01__item {
  padding-top: 100px;
  padding-bottom: 60px;
  padding-inline: var(--spacing-page);
}
@media (width <= 767px) {
  .p-section01__item {
    padding-top: 13.87vw;
    padding-bottom: 6.87vw;
  }
}
.p-section01__item:nth-child(odd) {
  background-color: #f3d5a5;
}
.p-section01__item:nth-child(even) {
  background-color: #faecd7;
}

.p-section01__item-inner {
  position: relative;
  max-width: var(--width-container);
  margin-inline: auto;
  background-color: #fff;
}

.p-section01__item-number {
  display: grid;
  position: absolute;
  top: -60px;
  left: 50%;
  place-items: center;
  width: 150px;
  height: 150px;
  transform: translateX(-50%);
  border-radius: 50%;
  background-color: #fff;
}
@media (width <= 767px) {
  .p-section01__item-number {
    top: -8vw;
    width: 25.07vw;
    height: 25.07vw;
  }
}

.p-section01__item-number-text {
  color: var(--color-text-secondary);
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  text-align: center;
}
@media (width <= 767px) {
  .p-section01__item-number-text {
    font-size: 3.73vw;
  }
}
.p-section01__item-number-text span {
  display: block;
  color: #e59f37;
  font-weight: 700;
  font-size: 40px;
}
@media (width <= 767px) {
  .p-section01__item-number-text span {
    font-size: 8.53vw;
  }
}

.p-section01__item-inner-inner {
  max-width: 600px;
  margin-inline: auto;
  padding-top: 70px;
  padding-bottom: 35px;
}
@media (width <= 767px) {
  .p-section01__item-inner-inner {
    max-width: 80vw;
    padding-top: 12.33vw;
    padding-bottom: 3.88vw;
  }
}

.p-section01__item-title {
  z-index: 2;
  position: relative;
  color: var(--color-text-secondary);
  font-weight: 700;
  font-size: 40px;
  line-height: 1.3;
  text-align: center;
  white-space: nowrap;
}
@media (width <= 767px) {
  .p-section01__item-title {
    font-size: 5.87vw;
  }
}

@media (768px <= width) {
  .p-section01__item-block {
    display: flex;
    margin-top: 30px;
    gap: 14px;
  }
}

.p-section01__item-img {
  flex: 0 0 41.5%;
  margin-top: 0;
}
@media (width <= 767px) {
  .p-section01__item-img {
    margin-top: 1.47vw;
  }
}

@media (768px <= width) {
  .p-section01__item-img-02 {
    margin-top: 25px;
  }
}

.p-section01__item-img-03 {
  grid-row: span 2;
  grid-column: 1;
}
@media (width <= 767px) {
  .p-section01__item-img-03 {
    grid-row: unset;
    grid-column: unset;
  }
}

@media (768px <= width) {
  .p-section01__item-block-text {
    flex: 1;
  }
}

.p-section01__item-text1 {
  margin-top: 6px;
  padding-left: 12px;
  color: var(--color-text-secondary);
  font-size: 16px;
  line-height: normal;
}
@media (width <= 767px) {
  .p-section01__item-text1 {
    margin-top: 3.73vw;
    padding-left: 3.2vw;
    font-size: 4.27vw;
  }
}

.p-section01__item-box {
  position: relative;
  margin-top: 3px;
  padding: 6px 12px;
  background-color: #ececed;
}
@media (width <= 767px) {
  .p-section01__item-box {
    margin-top: 1.33vw;
    padding: 1.87vw 2.93vw;
  }
}

.p-section01__item-text2 {
  color: var(--color-text-secondary);
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
}
@media (width <= 767px) {
  .p-section01__item-text2 {
    font-size: 4.27vw;
    line-height: 1.3;
  }
}

.p-section01__item-box-img {
  position: absolute;
  top: -17px;
  right: 17px;
  width: 53px;
}
@media (width <= 767px) {
  .p-section01__item-box-img {
    top: -4.8vw;
    right: 2.67vw;
    width: 13.33vw;
  }
}

.p-section01__item-text3 {
  color: #e59f37;
  font-weight: 700;
  font-size: 24px;
  line-height: normal;
}
@media (width <= 767px) {
  .p-section01__item-text3 {
    margin-top: 4vw;
    text-align: center;
    font-size: 5.33vw;
  }
}

.p-section01__item-text {
  margin-top: 5px;
  color: var(--color-text-secondary);
  font-size: 18px;
  line-height: normal;
}
@media (width <= 767px) {
  .p-section01__item-text {
    font-size: 4.27vw;
    margin-top: 2px;
  }
}

.p-section01__item-text-02 {
  text-align: center;
}
@media (width <= 767px) {
  .p-section01__item-text-02 {
    text-align: left;
  }
}

@media (768px <= width) {
  .p-section01__item-text-03 {
    grid-row: 2;
    grid-column: 2;
    margin-top: 0;
  }
}

.p-section01__item-text-04 {
  text-align: center;
}
@media (width <= 767px) {
  .p-section01__item-text-04 {
    text-align: left;
  }
}

.p-section01__item-list-item {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0.6em;
  padding-left: 1em;
  border-bottom: 1px dashed var(--color-text-primary);
  color: var(--color-text-secondary);
  font-weight: 600;
  font-size: 24px;
}
@media (width <= 767px) {
  .p-section01__item-list-item {
    width: 100%;
    padding-left: 1.5em;
    padding-bottom: 1.45vw;
    border-bottom: 0.27vw dashed var(--color-text-primary);
    font-size: 4.27vw;
  }
}
.p-section01__item-list-item::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  background: url("../images/icon-check.svg") no-repeat center/contain;
  content: "";
}
@media (width <= 767px) {
  .p-section01__item-list-item::before {
    width: 4.27vw;
    height: 4.27vw;
  }
}

@media (768px <= width) {
  .p-section01__item-grid {
    display: grid;
    grid-template-columns: 220px 1fr;
    margin-top: 35px;
    gap: 11px;
  }
}

.p-section01__item-text4 {
  grid-row: 1;
  grid-column: 2;
  color: var(--color-text-primary);
  font-weight: 700;
  font-size: 30px;
  line-height: 1.3;
  text-align: left;
}
@media (width <= 767px) {
  .p-section01__item-text4 {
    grid-row: unset;
    grid-column: unset;
    margin-top: 0.5em;
    font-size: 5.33vw;
    text-align: center;
  }
}
.p-section01__item-text4 .small {
  font-size: 24px;
}
@media (width <= 767px) {
  .p-section01__item-text4 .small {
    font-size: 3.73vw;
  }
}

.p-section01__item-methods {
  display: grid;
  margin-top: 20px;
  gap: 20px;
}
@media (width <= 767px) {
  .p-section01__item-methods {
    margin-top: 3.2vw;
    gap: 4.93vw;
  }
}

.p-section01__item-method:nth-child(1) .p-section01__item-method-title {
  color: #e59f37;
}
.p-section01__item-method:nth-child(1) .p-section01__item-method-text {
  background-color: #e59f37;
}
.p-section01__item-method:nth-child(2) .p-section01__item-method-title {
  color: #31ac5b;
}
.p-section01__item-method:nth-child(2) .p-section01__item-method-text {
  background-color: #31ac5b;
}

.p-section01__item-method-title {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
}
@media (width <= 767px) {
  .p-section01__item-method-title {
    font-size: 5.33vw;
  }
}

.p-section01__item-method-container {
  display: flex;
  align-items: center;
  margin-top: 5px;
  gap: 34px;
}
@media (width <= 767px) {
  .p-section01__item-method-container {
    flex-direction: column;
    margin-top: 2vw;
    gap: 1.33vw;
  }
}

.p-section01__item-method-sub1 {
  display: flex;
  align-items: center;
  padding: 14px 28px 16px;
  border: 3px solid #f1e8da;
  border-radius: 10px;
}
@media (width <= 767px) {
  .p-section01__item-method-sub1 {
    padding: 3.27vw 2.15vw;
    border: 0.27vw solid #f1e8da;
    border-radius: 2.67vw;
  }
}

.p-section01__item-method-item {
  display: grid;
  width: 150px;
  gap: 2px;
}
@media (width <= 767px) {
  .p-section01__item-method-item {
    width: 33.6vw;
    gap: 1.68vw;
  }
}

.p-section01__item-method-img {
  aspect-ratio: 1;
}
@media (width <= 767px) {
  .p-section01__item-method-img {
    width: 28.67vw;
    margin-inline: auto;
  }
}

.p-section01__item-method-text {
  padding: 3px 0;
  border-radius: 3px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
  text-align: center;
  white-space: nowrap;
}
@media (width <= 767px) {
  .p-section01__item-method-text {
    padding: 0.8vw;
    border-radius: 0.8vw;
    font-size: 3.73vw;
  }
}
.p-section01__item-method-text span {
  font-size: 14px;
}
@media (width <= 767px) {
  .p-section01__item-method-text span {
    font-size: 2.93vw;
  }
}

.p-section01__item-method-sub1-plus {
  margin-inline: 10px;
  color: var(--color-text-primary);
  font-weight: 300;
  font-size: 31px;
  line-height: normal;
}
@media (width <= 767px) {
  .p-section01__item-method-sub1-plus {
    margin-inline: 0.8vw;
    font-size: 8.27vw;
  }
}

.p-section01__item-method-sub3 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  gap: 50px;
}
@media (width <= 767px) {
  .p-section01__item-method-sub3 {
    margin-top: 0;
    gap: 5.33vw;
  }
}

/* Section 02
--------------------------------------------- */
.p-section02 {
  padding-top: 50px;
  padding-bottom: 60px;
  background-image: url("../images/bg.webp");
  background-repeat: repeat;
  background-color: rgba(252, 238, 210, 0.5);
}
@media (width <= 767px) {
  .p-section02 {
    padding-top: 4.33vw;
    padding-bottom: 4.33vw;
  }
}

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

.p-section02__title {
  max-width: 769px;
  margin-inline: auto;
}
@media (width <= 767px) {
  .p-section02__title {
    max-width: 88.53vw;
  }
}

.p-section02__container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  gap: 32px;
}
@media (width <= 767px) {
  .p-section02__container {
    flex-direction: column;
    margin-top: 2.27vw;
    gap: 4.27vw;
  }
}

.p-section02__img {
  flex: 0 0 39.3333333333%;
}
@media (width <= 767px) {
  .p-section02__img {
    flex: 0 0 100%;
  }
}

.p-section02__body {
  flex: 1;
}

.p-section02__text {
  color: var(--color-text-primary);
  font-weight: 600;
  font-size: 18px;
  line-height: normal;
}
@media (960px <= width) {
  .p-section02__text {
    white-space: nowrap;
  }
}
@media (width <= 767px) {
  .p-section02__text {
    font-size: 4.27vw;
  }
}
.p-section02__text .white {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #fff;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.18);
  font-weight: 700;
  font-size: 21px;
}
@media (width <= 767px) {
  .p-section02__text .white {
    margin-top: 1.33vw;
    margin-bottom: 1.33vw;
    box-shadow: 0px 0px 1.87vw 0px rgba(0, 0, 0, 0.18);
    font-size: 5.33vw;
  }
}
.p-section02__text .white:nth-of-type(1) {
  padding-right: 5px;
  padding-left: 5px;
}
@media (960px <= width) {
  .p-section02__text .white:nth-of-type(1) {
    position: relative;
    padding-right: 2px;
  }
  .p-section02__text .white:nth-of-type(1)::after {
    display: block;
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 4px;
    height: 100%;
    background-color: #fff;
    content: "";
  }
}
@media (width <= 767px) {
  .p-section02__text .white:nth-of-type(1) {
    margin-bottom: 0;
    padding-right: 1.33vw;
    padding-left: 1.33vw;
  }
}
.p-section02__text .white:nth-of-type(2) {
  padding-right: 5px;
  padding-left: 5px;
}
@media (960px <= width) {
  .p-section02__text .white:nth-of-type(2) {
    position: relative;
    padding-left: 2px;
  }
  .p-section02__text .white:nth-of-type(2)::after {
    display: block;
    z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #fff;
    content: "";
  }
}
@media (width <= 767px) {
  .p-section02__text .white:nth-of-type(2) {
    padding-right: 1.33vw;
    padding-left: 1.33vw;
  }
}

.p-section02__text2 {
  margin-top: 0.6em;
  color: #e15a5a;
  font-weight: 700;
  font-size: 18px;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
@media (width <= 767px) {
  .p-section02__text2 {
    font-size: 4.27vw;
    text-decoration-thickness: 0.27vw;
    text-underline-offset: 0.8vw;
  }
}
.p-section02__text2 + .p-section02__text {
  margin-top: 0.6em;
}

/* Section 03
--------------------------------------------- */
.p-section03 {
  padding-top: 36px;
  background-color: #fff;
}
@media (width <= 767px) {
  .p-section03 {
    padding-top: 2.93vw;
  }
}

.p-section03__inner {
  max-width: 600px;
  margin-inline: auto;
}
@media (width <= 767px) {
  .p-section03__inner {
    max-width: unset;
  }
}

.p-section03__title {
  width: 571px;
  margin-inline: auto;
}
@media (width <= 767px) {
  .p-section03__title {
    width: 69.33vw;
  }
}

.p-section03__container {
  margin-top: 43px;
  padding: 35px 25px;
  background-color: #f9f0e2;
}
@media (width <= 767px) {
  .p-section03__container {
    margin-top: 5.07vw;
    padding: 5.33vw var(--spacing-page);
  }
}

.p-section03__sub {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 5px 12px;
  border-radius: 5px;
  background: #d78c1b;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  line-height: normal;
  text-align: center;
}
@media (width <= 767px) {
  .p-section03__sub {
    padding: 1.33vw 3.2vw;
    border-radius: 1.33vw;
    font-size: 4.27vw;
  }
}

.p-section03__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 25px;
  gap: 20px;
}
@media (width <= 767px) {
  .p-section03__items {
    margin-top: 3.73vw;
    gap: 2.67vw;
  }
}

.p-section03__item {
  display: grid;
  justify-items: center;
  padding: 16px 17px;
  gap: 13px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
}
@media (width <= 767px) {
  .p-section03__item {
    padding: 3.47vw 4.53vw;
    gap: 2.67vw;
    border-radius: 1.33vw;
    box-shadow: 0px 0.53vw 0.53vw 0px rgba(0, 0, 0, 0.25);
  }
}

.p-section03__item-img {
  aspect-ratio: 125/63;
  width: 100%;
}
.p-section03__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-section03__item-text {
  color: #40434e;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.1;
  text-align: center;
  white-space: nowrap;
}
@media (width <= 767px) {
  .p-section03__item-text {
    font-size: 4.27vw;
    letter-spacing: -0.01em;
  }
}

/* Section 04
--------------------------------------------- */
.p-section04 {
  padding-top: 40px;
  padding-bottom: 50px;
  background-color: #fff;
}
@media (width <= 767px) {
  .p-section04 {
    padding-top: 3.2vw;
    padding-bottom: 4vw;
  }
}

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

.p-section04__title {
  color: var(--color-text-primary);
  font-weight: 800;
  font-size: 32px;
  line-height: 1.3;
  font-family: var(--font-family-m);
  white-space: nowrap;
}
@media (width <= 767px) {
  .p-section04__title {
    font-size: 7.2vw;
  }
}

.p-section04__items {
  display: grid;
  margin-top: 47px;
  gap: 30px;
}
@media (width <= 767px) {
  .p-section04__items {
    margin-top: 6.93vw;
    gap: 6.67vw;
  }
}

.p-section04__item {
  position: relative;
}

.p-section04__item-number {
  padding: 4px 5px;
  background-color: #e59f37;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}
@media (width <= 767px) {
  .p-section04__item-number {
    padding: 1.07vw 1.33vw;
    font-size: 3.47vw;
  }
}

.p-section04__item-title {
  margin-top: 5px;
  color: #d78c1b;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.3;
}
@media (width <= 767px) {
  .p-section04__item-title {
    margin-top: 1.33vw;
    font-size: 5.87vw;
  }
}

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

.p-section04__item-list li {
  position: relative;
  margin-top: 0.2em;
  padding-left: 1em;
  font-weight: 700;
  font-size: 20px;
}
@media (width <= 767px) {
  .p-section04__item-list li {
    margin-top: 0.4em;
    padding-left: 1.5em;
    font-size: 4vw;
  }
}

.p-section04__item-list li::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  background: url("../images/icon-check-brown.svg") no-repeat center/contain;
  content: "";
}
@media (width <= 767px) {
  .p-section04__item-list li::before {
    width: 4.27vw;
    height: 4.27vw;
  }
}

@media (width <= 767px) {
  .p-section04__item:nth-child(1) .p-section04__item-list li:nth-child(2):before {
    top: 8%;
    transform: translateY(0);
  }
}

.p-section04__item-text {
  margin-top: 0.5em;
  font-size: 16px;
}
@media (width <= 767px) {
  .p-section04__item-text {
    font-size: 4.27vw;
  }
}

.p-section04__item-img {
  position: absolute;
}
.p-section04__item:nth-child(1) .p-section04__item-img {
  top: -30px;
  right: -25px;
  width: 236px;
}
@media (width <= 767px) {
  .p-section04__item:nth-child(1) .p-section04__item-img {
    top: -3.2vw;
    right: 0;
    width: 51.47vw;
  }
}
.p-section04__item:nth-child(2) .p-section04__item-img {
  top: -4px;
  right: -125px;
  width: 374px;
}
@media (width <= 767px) {
  .p-section04__item:nth-child(2) .p-section04__item-img {
    top: -18.67vw;
    right: 0;
    width: 60vw;
  }
}

.p-section04__item-note {
  margin-top: 1em;
  color: #938f8f;
  font-size: 11px;
  line-height: normal;
}
@media (width <= 767px) {
  .p-section04__item-note {
    margin-top: 2.67vw;
    font-size: 2.93vw;
  }
}

.p-section04__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 33px;
  gap: 8px;
}
@media (width <= 767px) {
  .p-section04__footer {
    justify-content: flex-start;
    margin-top: 5.33vw;
    gap: 0;
  }
}

.p-section04__footer-img {
  width: 90px;
}
@media (width <= 767px) {
  .p-section04__footer-img {
    width: 13.07vw;
  }
}

.p-section04__footer-title {
  font-weight: 800;
  font-size: 32px;
  line-height: 1.3;
  font-family: var(--font-family-m);
}
@media (width <= 767px) {
  .p-section04__footer-title {
    font-size: 5.33vw;
  }
}

/* Section 05
--------------------------------------------- */
.p-section05 {
  padding-top: 30px;
  padding-bottom: 29px;
  background-color: #fff;
}
@media (width <= 767px) {
  .p-section05 {
    padding-top: 0;
    padding-bottom: 5.07vw;
    margin-top: -1.5vw;
  }
}

.p-section05__inner {
  max-width: 600px;
  margin-inline: auto;
}
@media (width <= 767px) {
  .p-section05__inner {
    max-width: unset;
  }
}

.p-section05__title {
  color: var(--color-text-primary);
  font-weight: 800;
  font-size: 32px;
  line-height: 1.3;
  font-family: var(--font-family-m);
  text-align: center;
}
@media (width <= 767px) {
  .p-section05__title {
    font-size: 7.2vw;
    padding-top: 5vw;
  }
}

.p-section05__trouble-block {
  margin-top: 20px;
  padding: 20px 30px;
  background-color: rgba(139, 175, 48, 0.2);
}
@media (width <= 767px) {
  .p-section05__trouble-block {
    margin-top: 1.27vw;
    padding: 4.07vw var(--spacing-page);
  }
}

.p-section05__trouble-label {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 5px 15px;
  border-radius: 5px;
  background-color: #47b06c;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
}
@media (width <= 767px) {
  .p-section05__trouble-label {
    padding: 1.33vw 4vw;
    border-radius: 1.33vw;
    font-size: 4.27vw;
  }
}

.p-section05__trouble-content {
  margin-top: 15px;
  margin-inline: auto;
  padding: 27px 12px;
  border-radius: 10px;
  background-color: #fff;
}
@media (width <= 767px) {
  .p-section05__trouble-content {
    margin-top: 4vw;
    padding: 4.53vw;
    border-radius: 2.67vw;
  }
}

.p-section05__trouble-img {
  width: 300px;
  margin-inline: auto;
}
@media (width <= 767px) {
  .p-section05__trouble-img {
    width: 45.33vw;
  }
}

.p-section05__trouble-list {
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 1em;
  column-gap: 1em;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 17px;
  margin-inline: auto;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.1;
  list-style: disc inside;
}
@media (width <= 767px) {
  .p-section05__trouble-list {
    grid-template-columns: 1fr;
    -moz-column-gap: 0;
    column-gap: 0;
    margin-top: 4.53vw;
    font-size: 4.27vw;
  }
}
.p-section05__trouble-list li {
  margin-top: 0.3em;
}
@media (768px <= width) {
  .p-section05__trouble-list li:nth-child(1) {
    grid-area: 1/1;
  }
  .p-section05__trouble-list li:nth-child(2) {
    grid-area: 2/1;
  }
  .p-section05__trouble-list li:nth-child(3) {
    grid-area: 1/2;
  }
  .p-section05__trouble-list li:nth-child(4) {
    grid-area: 2/2;
  }
}

.p-section05__merit-block {
  margin-top: 30px;
}
@media (width <= 767px) {
  .p-section05__merit-block {
    margin-top: 0;
  }
}

.p-section05__merit-block-inner {
  max-width: 600px;
  margin-inline: auto;
}
@media (width <= 767px) {
  .p-section05__merit-block-inner {
    max-width: unset;
    padding-left: var(--spacing-page);
  }
}

.p-section05__merit-item {
  position: relative;
  margin-top: 32px;
}
@media (width <= 767px) {
  .p-section05__merit-item {
    margin-top: 6.73vw;
  }
}
.p-section05__merit-item:not(:first-child) {
  margin-top: 47px;
}
@media (width <= 767px) {
  .p-section05__merit-item:not(:first-child) {
    margin-top: 9.47vw;
  }
}
@media (768px <= width) {
  .p-section05__merit-item:nth-child(1) {
    margin-top: 25px;
  }
  .p-section05__merit-item:nth-child(3) {
    margin-top: 29px;
  }
  .p-section05__merit-item:nth-child(4) {
    margin-top: 52px;
  }
}

.p-section05__merit-number {
  padding: 4px 5px;
  background-color: #47b06c;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}
@media (width <= 767px) {
  .p-section05__merit-number {
    padding: 1.07vw 1.33vw;
    font-size: 3.47vw;
  }
}

.p-section05__merit-title {
  margin-top: 5px;
  color: #47b06c;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.3;
}
@media (width <= 767px) {
  .p-section05__merit-title {
    margin-top: 1.33vw;
    font-size: 6.13vw;
  }
}

.p-section05__merit-text {
  margin-top: 0.1em;
  line-height: 1.5;
}
@media (width <= 767px) {
  .p-section05__merit-text {
    margin-top: 1.33vw;
    font-size: 4.27vw;
    line-height: 1.3;
  }
}

.p-section05__merit-text2 {
  margin-top: 10px;
  color: #938f8f;
  font-size: 11px;
  line-height: normal;
}
@media (width <= 767px) {
  .p-section05__merit-text2 {
    margin-top: 0;
    font-size: 2.93vw;
  }
}

.p-section05__merit-img {
  position: absolute;
}
.p-section05__merit-item:nth-of-type(1) .p-section05__merit-img {
  top: -24px;
  right: -8px;
  width: 295px;
}
@media (width <= 767px) {
  .p-section05__merit-item:nth-of-type(1) .p-section05__merit-img {
    top: -9.67vw;
    right: 0;
    width: 45vw;
  }
}
.p-section05__merit-item:nth-of-type(3) .p-section05__merit-img {
  top: -28px;
  right: 0;
  width: 256px;
}
@media (width <= 767px) {
  .p-section05__merit-item:nth-of-type(3) .p-section05__merit-img {
    top: -7vw;
    right: 1.33vw;
    width: 38.87vw;
  }
}
.p-section05__merit-item:nth-of-type(4) .p-section05__merit-img {
  top: -25px;
  right: -17px;
  width: 311px;
}
@media (width <= 767px) {
  .p-section05__merit-item:nth-of-type(4) .p-section05__merit-img {
    top: -9.33vw;
    right: 0;
    width: 46.87vw;
  }
}

.p-section05__merit-func-block {
  margin-top: 24px;
  padding: 25px 22px;
  background: #f9f9eb;
}
@media (width <= 767px) {
  .p-section05__merit-func-block {
    margin-top: 4.93vw;
    margin-left: calc(var(--spacing-page) * -1);
    padding: 4vw var(--spacing-page);
  }
}

.p-section05__merit-func-intro {
  width: 420px;
  margin-inline: auto;
  font-size: 18px;
  line-height: 1.5;
}
@media (width <= 767px) {
  .p-section05__merit-func-intro {
    width: 100%;
    font-size: 4.27vw;
  }
}

.p-section05__merit-func-label {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1em;
  margin-inline: auto;
  padding: 4px 5px;
  background: #613415;
  color: #fff;
  font-weight: 700;
}
@media (width <= 767px) {
  .p-section05__merit-func-label {
    padding: 1.07vw 1.33vw;
    font-size: 4.8vw;
  }
}

.p-section05__merit-func-content {
  display: flex;
  justify-content: center;
  margin-top: 21px;
  gap: 24px;
}
@media (width <= 767px) {
  .p-section05__merit-func-content {
    justify-content: space-between;
    margin-top: 3.47vw;
    gap: 0;
  }
}

.p-section05__merit-func-img {
  width: 174px;
}
@media (width <= 767px) {
  .p-section05__merit-func-img {
    width: 26.13vw;
  }
}

.p-section05__merit-func-list {
  font-weight: 700;
  font-size: 16px;
}
@media (width <= 767px) {
  .p-section05__merit-func-list {
    font-size: 4.27vw;
  }
}
.p-section05__merit-func-list li {
  position: relative;
  margin-top: 0.2em;
  padding-left: 1.5em;
}
@media (width <= 767px) {
  .p-section05__merit-func-list li {
    margin-top: 0.3em;
  }
}
.p-section05__merit-func-list li:before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  background: url("../images/icon-check-dark.svg") no-repeat center/contain;
  content: "";
}
@media (width <= 767px) {
  .p-section05__merit-func-list li:before {
    width: 4.27vw;
    height: 4.27vw;
  }
}

.p-section05__merit-func-text {
  margin-top: 40px;
  font-weight: 700;
  text-decoration-line: underline;
  text-underline-offset: 3px;
}
@media (width <= 767px) {
  .p-section05__merit-func-text {
    margin-top: 1.87vw;
    font-size: 4.8vw;
    text-underline-offset: 0.8vw;
  }
}

.p-section05__note-block {
  margin-top: 44px;
}
@media (width <= 767px) {
  .p-section05__note-block {
    margin-top: 4.8vw;
  }
}

.p-section05__note-block-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 600px;
  margin-inline: auto;
  gap: 16px;
}
@media (width <= 767px) {
  .p-section05__note-block-inner {
    flex-direction: column;
    max-width: unset;
    padding-inline: var(--spacing-page);
    gap: 3.47vw;
  }
}

.p-section05__note-img {
  flex: 0 0 250px;
}
@media (width <= 767px) {
  .p-section05__note-img {
    flex: 1;
    width: 53.33vw;
  }
}

.p-section05__note-content {
  flex: 1;
}

.p-section05__note-text {
  font-weight: 700;
  font-size: 22px;
}
@media (width <= 767px) {
  .p-section05__note-text {
    font-size: 5.87vw;
    text-align: center;
  }
}

.p-section05__note-accent {
  display: inline-block;
  margin-inline: 5px;
  padding: 0 5px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.18);
  color: #e59f37;
}
@media (width <= 767px) {
  .p-section05__note-accent {
    margin-inline: 1.33vw;
    padding: 0 1.33vw;
    box-shadow: 0px 0px 1.87vw 0px rgba(0, 0, 0, 0.18);
  }
}

.p-section05__note-desc {
  margin-top: 13px;
  line-height: 1.2;
}
@media (width <= 767px) {
  .p-section05__note-desc {
    margin-top: 2.67vw;
    font-size: 4.27vw;
    line-height: 1.3;
  }
}
.p-section05__note-desc .u-accent {
  font-weight: bold;
}

/* Section 06
--------------------------------------------- */
.p-section06 {
  padding-top: 39px;
  padding-bottom: 43px;
  background-color: #fceed2;
}
@media (width <= 767px) {
  .p-section06 {
    padding-top: 5.4vw;
    padding-bottom: 5.4vw;
  }
}

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

.p-section06__title {
  max-width: 296px;
  margin-inline: auto;
}
@media (width <= 767px) {
  .p-section06__title {
    width: 51.47vw;
    max-width: unset;
  }
}

.p-section06__content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  gap: 20px;
}
@media (width <= 767px) {
  .p-section06__content {
    flex-direction: column;
    margin-top: 3.2vw;
    gap: 2.67vw;
  }
}

.p-section06__img {
  flex: 0 0 53.3333333333%;
}
@media (width <= 767px) {
  .p-section06__img {
    flex: 1;
    width: 100%;
  }
}

.p-section06__time {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  color: var(--color-accent);
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
}
@media (width <= 767px) {
  .p-section06__time {
    font-size: 4.27vw;
  }
}

.p-section06__time::before,
.p-section06__time::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 1.3em;
  height: 1px;
  background-color: var(--color-accent);
  content: "";
}
@media (width <= 767px) {
  .p-section06__time::before,
  .p-section06__time::after {
    height: 0.27vw;
  }
}

.p-section06__time::before {
  left: -1.4em;
  transform: translateY(-50%) rotate(45deg);
}

.p-section06__time::after {
  right: -1.4em;
  transform: translateY(-50%) rotate(-45deg);
}

.p-section06__flow-items {
  display: grid;
  justify-items: center;
  margin-top: 10px;
  gap: 5px;
}
@media (width <= 767px) {
  .p-section06__flow-items {
    margin-top: 2.67vw;
    gap: 1.33vw;
  }
}

.p-section06__flow-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 10px 8px;
  gap: 10px;
  background-color: #fff;
}
@media (width <= 767px) {
  .p-section06__flow-item {
    padding: 1.33vw 2.13vw;
    gap: 2.67vw;
  }
}

.p-section06__flow-number {
  display: grid;
  flex: 0 0 21px;
  place-items: center;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--color-accent);
  color: #fff;
  font-weight: 700;
  font-size: 10px;
}
@media (width <= 767px) {
  .p-section06__flow-number {
    flex: 0 0 5.6vw;
    font-size: 2.67vw;
  }
}

.p-section06__flow-text {
  color: var(--color-text-secondary);
  font-weight: 700;
  font-size: 19px;
  line-height: 1.2;
}
@media (width <= 767px) {
  .p-section06__flow-text {
    transform: translateY(0.1em);
    font-size: 4.27vw;
  }
}

.p-section06__flow-arrow {
  width: 12px;
}
@media (width <= 767px) {
  .p-section06__flow-arrow {
    width: 3.2vw;
  }
}
.p-section06__flow-arrow img {
  width: 100%;
}

.p-section06__bottom-text {
  margin-top: 40px;
  color: var(--color-text-secondary);
  font-weight: 700;
  font-size: 24px;
  line-height: normal;
  text-align: center;
}
@media (width <= 767px) {
  .p-section06__bottom-text {
    margin-top: 3.2vw;
    font-size: 4.8vw;
  }
}

/* Section 07
--------------------------------------------- */
.p-section07 {
  padding-top: 40px;
  padding-bottom: 60px;
  background-color: #fff;
}
@media (width <= 767px) {
  .p-section07 {
    padding-top: 3.2vw;
    padding-bottom: 5.33vw;
  }
}

.p-section07__inner {
  max-width: 600px;
  margin-inline: auto;
}
@media (width <= 767px) {
  .p-section07__inner {
    max-width: unset;
    padding-inline: 9.87vw;
  }
}

.p-section07__title {
  width: 266px;
  margin-inline: auto;
}
@media (width <= 767px) {
  .p-section07__title {
    width: 44vw;
  }
}

.p-section07__items {
  display: grid;
  margin-top: 68px;
  gap: 50px;
}
@media (width <= 767px) {
  .p-section07__items {
    margin-top: 4.53vw;
    gap: 11.73vw;
  }
}

.p-section07__item {
  display: grid;
  grid-template-columns: 300px 280px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 20px;
}
@media (width <= 767px) {
  .p-section07__item {
    grid-template-columns: 1fr;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 4vw;
  }
}

.p-section07__profile {
  grid-row: 1;
  grid-column: 1;
}

.p-section07__img {
  aspect-ratio: 300/226;
  width: 100%;
}
@media (width <= 767px) {
  .p-section07__img {
    width: 53.33vw;
    margin-inline: auto;
  }
}
.p-section07__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-section07__info {
  margin-top: 10px;
  color: var(--color-text-secondary);
  text-align: center;
}
@media (width <= 767px) {
  .p-section07__info {
    margin-top: 2.67vw;
  }
}

.p-section07__role {
  font-size: 14px;
  line-height: 1.5;
}
@media (width <= 767px) {
  .p-section07__role {
    font-size: 3.73vw;
  }
}

.p-section07__name {
  font-weight: 700;
  font-size: 26px;
  line-height: 1.5;
}
@media (width <= 767px) {
  .p-section07__name {
    font-size: 5.87vw;
  }
}

.p-section07__career {
  grid-row: 1;
  grid-column: 2;
  align-self: start;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 1.5em;
  border-top: 1px dotted var(--color-text-secondary);
  border-bottom: 1px dotted var(--color-text-secondary);
  color: var(--color-text-secondary);
  list-style: disc outside;
}
@media (width <= 767px) {
  .p-section07__career {
    grid-row: 2;
    grid-column: 1;
    padding-top: 4.53vw;
    padding-bottom: 4.53vw;
    border-top: 0.27vw dotted var(--color-text-secondary);
    border-bottom: 0.27vw dotted var(--color-text-secondary);
    padding-left: 14vw;
  }
	
}
.p-section07__career li {
  font-size: 18px;
  line-height: normal;
}
@media (width <= 767px) {
  .p-section07__career li {
    line-height: 1.2;
    font-size: 3.73vw;
  }
	.p-section07__career_01 {padding-left: 5vw;}	
}
.p-section07__career li:not(:first-child) {
  margin-top: 0.25em;
}
@media (width <= 767px) {
  .p-section07__career li:not(:first-child) {
    margin-top: 0.3em;
  }
}
.p-section07__career li::marker {
  color: #e59f37;
}

.p-section07__comment {
  grid-row: 2;
  grid-column: 1/-1;
  color: var(--color-text-secondary);
  font-size: 18px;
  line-height: 1.4;
}
@media (width <= 767px) {
  .p-section07__comment {
    grid-row: 3;
    grid-column: 1;
    font-size: 4.27vw;
  }
}

/* Section 08
--------------------------------------------- */
.p-section08 {
  padding-top: 60px;
  padding-bottom: 50px;
  background-image: url("../images/bg_pc.webp");
  background-repeat: repeat;
  background-color: rgba(252, 238, 210, 0.5);
}
@media (width <= 767px) {
  .p-section08 {
    padding-top: 6.13vw;
    padding-bottom: 6.13vw;  background-image: url("../images/bg.webp");
  }
}

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

.p-section08__title {
  max-width: 775px;
  margin-inline: auto;
  padding-inline: var(--spacing-page);
}
@media (width <= 767px) {
  .p-section08__title {
    width: 88vw;
    max-width: unset;
    padding-inline: 0;
  }
}

.p-section08__lead {
  margin-top: 23px;
  color: var(--color-text-secondary);
  font-weight: 700;
  font-size: 18px;
  line-height: normal;
  text-align: center;
}
@media (width <= 767px) {
  .p-section08__lead {
    margin-top: 6.13vw;
    font-size: 4.8vw;
  }
}

.p-section08__items {
  display: grid;
  margin-top: 40px;
  gap: 35px;
}
@media (width <= 767px) {
  .p-section08__items {
    margin-top: 6.13vw;
    gap: 7.73vw;
  }
}

.p-section08__item-header {
  display: flex;
  align-items: flex-start;
  gap: 13px;
}
@media (width <= 767px) {
  .p-section08__item-header {
    gap: 3.47vw;
  }
}

.p-section08__item-number {
  flex: 0 0 37px;
  padding: 3px 0;
  background-color: var(--color-text-primary);
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  text-align: center;
}
@media (width <= 767px) {
  .p-section08__item-number {
    flex: 0 0 9.87vw;
    padding: 0.8vw;
    font-size: 4.8vw;
  }
}

.p-section08__item-title {
  transform: translateY(-0.1em);
  color: var(--color-text-primary);
  font-weight: 700;
  font-size: 24px;
  line-height: normal;
  letter-spacing: -0.007em;
}
@media (width <= 767px) {
  .p-section08__item-title {
    transform: translateY(0.1em);
    font-size: 4.8vw;
  }
  .p-section08__item:not(:first-child) .p-section08__item-title {
    transform: translateY(-0.2em);
  }
}

.p-section08__item-img {
  width: 100%;
  margin-top: 7px;
}
@media (width <= 767px) {
  .p-section08__item-img {
    margin-top: 1.67vw;
  }
}
.p-section08__item-img img {
  width: 100%;
}

.p-section08__item-body {
  padding: 10px 15px;
  background-color: #fff;
}
@media (width <= 767px) {
  .p-section08__item-body {
    padding: 2vw 4vw;
  }
}

.p-section08__item-list {
  padding-left: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: normal;
  list-style: none;
}
@media (width <= 767px) {
  .p-section08__item-list {
    font-size: 3.73vw;
  }
}

.p-section08__item-list li {
  position: relative;
  margin-top: 0.3em;
  padding-left: 1.4em;
}

.p-section08__item-list li::before {
  display: inline-block;
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 16px;
  height: 16px;
  background: url("../images/icon-check.svg") no-repeat center/contain;
  content: "";
}
@media (width <= 767px) {
  .p-section08__item-list li::before {
    top: 0.2em;
    width: 4.27vw;
    height: 4.27vw;
  }
}

.p-section08__item-text {
  color: var(--color-text-secondary);
  font-size: 18px;
  line-height: normal;
}
@media (width <= 767px) {
  .p-section08__item-text {
    font-size: 4.27vw;
  }
}
* + .p-section08__item-text {
  margin-top: 0.5em;
}

/* Section 09
--------------------------------------------- */
.p-section09 {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #fff;
}
@media (width <= 767px) {
  .p-section09 {
    padding-top: 3.2vw;
    padding-bottom: 3.2vw;
  }
}

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

.p-section09__title {
  max-width: 775px;
  margin-inline: auto;
}

.p-section09__img {
  width: 600px;
  margin-top: 55px;
  margin-inline: auto;
}
@media (width <= 767px) {
  .p-section09__img {
    width: 100%;
    margin-top: 2.67vw;
  }
}
.p-section09__img img {
  width: 100%;
}

.p-section09__bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
@media (width <= 767px) {
  .p-section09__bottom {
    margin-top: 1.6vw;
    gap: 2.67vw;
  }
}

.p-section09__illust {
  width: 96px;
}
@media (width <= 767px) {
  .p-section09__illust {
    width: 21.33vw;
  }
}

.p-section09__text {
  transform: translateX(-17px);
  font-weight: 700;
  font-size: 28px;
  line-height: normal;
}
@media (width <= 767px) {
  .p-section09__text {
    transform: translateX(0);
    font-size: 5.6vw;
    line-height: 1.3;
  }
}

/* Section 10
--------------------------------------------- */
.p-section10 {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-inline: var(--spacing-page);
  background-color: #ecbc73;
}
@media (width <= 767px) {
  .p-section10 {
    padding-top: 8.27vw;
    padding-bottom: 8.27vw;
  }
}

.p-section10__inner {
  max-width: calc(var(--width-container) + 2 * var(--spacing-page));
  margin-inline: auto;
  padding: 30px 0;
  background-color: #fff;
}
@media (width <= 767px) {
  .p-section10__inner {
    max-width: unset;
    padding: 1.6vw 0 8vw;
  }
}

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

.p-section10__title {
  width: 285px;
  margin-inline: auto;
}
@media (width <= 767px) {
  .p-section10__title {
    width: 51.47vw;
  }
}

.p-section10__clinic {
  margin-top: 14px;
  font-weight: 700;
  font-size: 24px;
  line-height: normal;
  text-align: center;
}
@media (width <= 767px) {
  .p-section10__clinic {
    margin-top: 1.6vw;
    font-size: 4.8vw;
  }
}

.p-section10__img {
  width: 400px;
  margin-top: 20px;
  margin-inline: auto;
}
@media (width <= 767px) {
  .p-section10__img {
    width: 100%;
    margin-top: 3.2vw;
  }
}
.p-section10__img + .p-section10__img {
  margin-top: 11px;
}
@media (width <= 767px) {
  .p-section10__img + .p-section10__img {
    margin-top: 2.93vw;
  }
}

.p-section10__access {
  margin-top: 20px;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.5;
  text-align: center;
}
@media (width <= 767px) {
  .p-section10__access {
    margin-top: 3.2vw;
    font-size: 4.8vw;
  }
}

.p-section10__address {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}
@media (width <= 767px) {
  .p-section10__address {
    margin-top: 3.2vw;
    font-size: 4.27vw;
  }
}
@media (width <= 767px) {
  .p-section10__address .space {
    display: none;
  }
}

.p-section10__map {
  aspect-ratio: 600/360;
  margin-top: 20px;
}
@media (width <= 767px) {
  .p-section10__map {
    aspect-ratio: 400/300;
    margin-top: 3.2vw;
  }
}
.p-section10__map iframe {
  width: 100%;
  height: 100%;
}

/* Section 11
--------------------------------------------- */
.p-section11__block1 {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f9f0e2;
}
@media (width <= 767px) {
  .p-section11__block1 {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}

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

.p-section11__title {
  width: 493px;
  margin-inline: auto;
}
@media (width <= 767px) {
  .p-section11__title {
    width: 78.4vw;
  }
}

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

.p-section11__desc {
  display: grid;
  padding: 20px 30px;
  gap: 10px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
@media (width <= 767px) {
  .p-section11__desc {
    padding: 5.33vw 4vw;
    gap: 2.67vw;
    box-shadow: 0px 0px 2.67vw 0px rgba(0, 0, 0, 0.1);
  }
}

.p-section11__desc-main {
  font-weight: 700;
  font-size: 18px;
  line-height: normal;
}
@media (width <= 767px) {
  .p-section11__desc-main {
    font-size: 4.27vw;
  }
}

.p-section11__desc-note {
  font-size: 12px;
  line-height: normal;
}
@media (width <= 767px) {
  .p-section11__desc-note {
    font-size: 3.2vw;
  }
}

.p-section11__block2 {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
}
@media (width <= 767px) {
  .p-section11__block2 {
    padding-top: 4.8vw;
    padding-bottom: 4vw;
  }
}

.p-section11__block2-inner {
  padding-inline: var(--spacing-page);
}

.p-section11__bottom-title {
  max-width: 841px;
  margin-inline: auto;
}
@media (width <= 767px) {
  .p-section11__bottom-title {
    width: 100%;
  }
}

.l-cta--fixed {
  z-index: var(--layer-floating);
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (width <=767px) {
  .l-cta--fixed {
    padding-top: 2.67vw;
    padding-bottom: 2.67vw;
  }
}
.l-cta--fixed .c-btn {
  width: 400px;
  padding: 8px;
  gap: 20px;
  font-size: 20px;
}
@media (width <=767px) {
  .l-cta--fixed .c-btn {
    width: 85.33vw;
    padding: 1.07vw;
    gap: 2.67vw;
    font-size: 4.27vw;
  }
}

/*==================================================
 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;
}

.u-accent {
  color: #E59F37;
}

.u-center {
  text-align: center;
}
