/*-----------------------------
	CSSリセット
------------------------------*/
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  border: none;
  vertical-align: bottom;
}

html,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
sub,
sup,
var,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
  color: inherit;
  word-break: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}

del {
  text-decoration: line-through
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0
}

input,
select {
  vertical-align: middle
}

div,
span {
  font-weight: inherit;
}

b,
strong {
  font-weight: bold;
}

a:hover {
  text-decoration: none;
}

@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

@media (max-width: 599px) {
  html {
    font-size: 4.2666666667vw;
  }
}

@media screen and (min-width: 600px) {
  html {
    font-size: 100%;
  }
}

@media (min-width: 1150px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
}

@media screen and (min-width: 768px) {

  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  a:hover,
  button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

.l-about-example {
  padding-block: 5rem;
}

@media screen and (min-width: 600px) {
  .l-about-example {
    padding-block: 5rem 7.875rem;
  }
}

.l-about-flow {
  padding-block: 4.8125rem 5rem;
}

@media screen and (min-width: 600px) {
  .l-about-flow {
    padding-block: 7.25rem;
  }
}

.l-about-link {
  padding-block: 2.5rem 6.125rem;
}

@media screen and (min-width: 600px) {
  .l-about-link {
    padding-block: 0.9375rem 6.375rem;
  }
}

.l-about-promise {
  padding-block: 5rem;
}

@media screen and (min-width: 600px) {
  .l-about-promise {
    padding-block: 7.75rem 7.5rem;
  }
}

.l-about-results {
  padding-block: 5.1875rem 5rem;
}

@media screen and (min-width: 600px) {
  .l-about-results {
    padding-block: 7.375rem 5rem;
  }
}

.l-about-service {
  padding-block: 4.9375rem 4.875rem;
}

@media screen and (min-width: 600px) {
  .l-about-service {
    padding-block: 7.6875rem 7.5rem;
  }
}

.l-about-us {
  padding-block: 5.0625rem 1.375rem;
}

@media screen and (min-width: 600px) {
  .l-about-us {
    padding-block: 10.25rem 10rem;
  }
}

.l-about-voice {
  padding-block: 5rem 4.25rem;
}

@media screen and (min-width: 600px) {
  .l-about-voice {
    padding-block: 7.5rem;
  }
}

.l-inner {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1150px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.c-btn02 {
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0;
  font-weight: bold;
  color: #ffffff;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffb35b), to(#fc8804));
  background-image: linear-gradient(to right, #ffb35b, #fc8804);
  border-radius: 2.5rem;
  -webkit-box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, .25);
  box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, .25);
  width: 100%;
  display: block;
  text-align: center;
  padding-block: 1.4375rem;
  position: relative;
}

.c-btn02:hover {
  color: #fff;
}

.c-btn02::after {
  content: "";
  background: url(../../images/page/about/about-arrow-white@2x.png) no-repeat center/contain;
  width: 0.5625rem;
  height: auto;
  aspect-ratio: 18/30;
  position: absolute;
  top: 1.5625rem;
  right: 0.9375rem;
}

.c-btn02--pink {
  background-image: -webkit-gradient(linear, left top, right top, from(#ffb6b5), to(#ed8887));
  background-image: linear-gradient(to right, #ffb6b5, #ed8887);
}

.c-btn02--white {
  color: #ff8800;
  background: #ffffff;
}

.c-btn02--white:hover {
  color: #ff8800;
}

.c-btn02--white::after {
  background: url(../../images/page/about/about-arrow-orange@2x.png) no-repeat center/contain;
}

@media screen and (min-width: 600px) {
  .c-card05 {
    max-width: 50rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0 2rem;
    margin-inline: auto;
  }
}

.c-card05__item {
  background: #ffffff;
  border-radius: 1.25rem;
  -webkit-box-shadow: 0 0 1.25rem rgba(0, 0, 0, .1);
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, .1);
  width: 18.4375rem;
  height: auto;
  aspect-ratio: 295/162;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 2rem 1.5rem 1.125rem;
  margin-top: 2rem;
  margin-inline: auto;
}

@media screen and (min-width: 600px) {
  .c-card05__item {
    -webkit-box-shadow: 0 0 1.875rem rgba(0, 0, 0, .1);
    box-shadow: 0 0 1.875rem rgba(0, 0, 0, .1);
    width: 24rem;
    height: auto;
    aspect-ratio: 384/187;
    margin-top: 2.5rem;
    margin-inline: 0;
  }
}

.c-card05__title {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 600px) {
  .c-card05__title {
    font-size: 1.25rem;
  }
}

.c-card05__title::before {
  content: "";
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background: #ff8800;
}

.c-card05__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  margin-top: auto;
}

.c-card05__item:nth-of-type(1) .c-card05-content__image {
  width: 2.5625rem;
  height: 2rem;
  margin-top: 0.1875rem;
}

@media screen and (min-width: 600px) {
  .c-card05__item:nth-of-type(1) .c-card05-content__image {
    width: 3.25rem;
    height: 2.625rem;
  }
}

.c-card05__item:nth-of-type(1) .c-card05-content__image img {
  aspect-ratio: 41/32;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (min-width: 600px) {
  .c-card05__item:nth-of-type(1) .c-card05-content__image img {
    aspect-ratio: 52/42;
  }
}

.c-card05__item:nth-of-type(2) .c-card05-content__image {
  width: 2.625rem;
  height: 2rem;
  margin-top: 0.125rem;
}

@media screen and (min-width: 600px) {
  .c-card05__item:nth-of-type(2) .c-card05-content__image {
    width: 3.25rem;
    height: 2.5rem;
  }
}

.c-card05__item:nth-of-type(2) .c-card05-content__image img {
  aspect-ratio: 42/32;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (min-width: 600px) {
  .c-card05__item:nth-of-type(2) .c-card05-content__image img {
    aspect-ratio: 52/40;
  }
}

.c-card05__item:nth-of-type(3) .c-card05-content__image {
  width: 5rem;
  height: 2rem;
  margin-top: -0.4375rem;
}

@media screen and (min-width: 600px) {
  .c-card05__item:nth-of-type(3) .c-card05-content__image {
    width: 6.25rem;
    height: 2.5rem;
  }
}

.c-card05__item:nth-of-type(3) .c-card05-content__image img {
  aspect-ratio: 80/32;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (min-width: 600px) {
  .c-card05__item:nth-of-type(3) .c-card05-content__image img {
    aspect-ratio: 100/40;
  }
}

.c-card05__item:nth-of-type(4) .c-card05-content__image {
  width: 3.125rem;
  height: 2rem;
  margin-top: 0.1875rem;
}

@media screen and (min-width: 600px) {
  .c-card05__item:nth-of-type(4) .c-card05-content__image {
    width: 3.875rem;
    height: 2.5rem;
  }
}

.c-card05__item:nth-of-type(4) .c-card05-content__image img {
  aspect-ratio: 50/32;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (min-width: 600px) {
  .c-card05__item:nth-of-type(4) .c-card05-content__image img {
    aspect-ratio: 62/40;
  }
}

.c-card05__item:nth-of-type(3) .c-card05-content__text {
  margin-top: 1.25rem;
}

.c-card05__item:nth-of-type(3) {
  padding: 2rem 1.5rem 0.4375rem;
}

.c-card05-content-text__value {
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 500;
}

@media screen and (min-width: 600px) {
  .c-card05-content-text__value {
    font-size: 1.5rem;
  }
}

.c-card05-content-text__value-slash {
  display: inline-block;
  width: 0.1875rem;
  height: 2.3125rem;
  background: #ff8800;
  -webkit-transform: skewY(163deg) rotate(19deg) translateY(0.375rem);
  transform: skewY(163deg) rotate(19deg) translateY(0.375rem);
  margin-inline: 0.4375rem;
}

@media screen and (min-width: 600px) {
  .c-card05-content-text__value-slash {
    height: 2.8125rem;
  }
}

.c-card05-content-text__value span {
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 500;
  color: #ff8800;
}

@media screen and (min-width: 600px) {
  .c-card05-content-text__value span {
    font-size: 4rem;
  }
}

.c-card05-content-text__note {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 500;
  padding-top: 0.3125rem;
  margin-left: -0.75rem;
}

@media screen and (min-width: 600px) {
  .c-card05-content-text__note {
    margin-left: 0.125rem;
  }
}

.p-about-service {
  counter-reset: num-service;
}

@media screen and (min-width: 600px) {
  .c-card06 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.c-card06__item {
  background: rgba(255, 246, 210, .5);
  border-radius: 1.25rem;
  -webkit-box-shadow: 0 0 1.25rem #d9d9d9;
  box-shadow: 0 0 1.25rem #d9d9d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 2.25rem 1.375rem 2.1875rem;
  counter-increment: num-service;
}

@media screen and (min-width: 600px) {
  .c-card06__item {
    width: 21.25rem;
    padding: 2.3125rem 1.4375rem 1.9375rem 1.5rem;
  }
}

.c-card06__item+.c-card06__item {
  margin-top: 2.5625rem;
}

@media screen and (min-width: 600px) {
  .c-card06__item+.c-card06__item {
    margin-top: 0;
  }
}

.c-card06__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.5625rem;
}

.c-card06__head-num {
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0;
  font-weight: bold;
  color: #ff8800;
  position: relative;
  margin-top: -1.9375rem;
}

.c-card06__head-num::after {
  content: counter(num-service, decimal-leading-zero);
  font-size: 2rem;
  line-height: 0.8;
  letter-spacing: 0.04em;
  position: absolute;
  left: 50%;
  bottom: -1.9375rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (min-width: 600px) {
  .c-card06__head-num::after {
    font-size: 2.25rem;
  }
}

.c-card06__head-title {
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: bold;
  color: #ff8800;
}

.c-card06__item.is-free .c-card06__head-badge {
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.16em;
  font-weight: bold;
  color: #ffffff;
  background: #ff8800;
  border: solid 0.125rem #ff8800;
  border-radius: 0.625rem;
  padding: 0.5rem 0.75rem 0.5rem 0.9375rem;
}

.c-card06__item.is-paid .c-card06__head-badge {
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.16em;
  font-weight: bold;
  color: #ff8800;
  background: #ffffff;
  border: solid 0.125rem #ff8800;
  border-radius: 0.625rem;
  padding: 0.5rem 0.75rem;
}

.c-card06__item.is-preparation .c-card06__head-badge {
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: bold;
  color: #ff8800;
  margin-left: -0.4375rem;
}

/* Safari 用 */
@supports (-webkit-hyphens: none) and (not (-ms-ime-align: auto)) {

  .c-card06__head-title,
  .c-card06__item.is-preparation .c-card06__head-badge {
    letter-spacing: -0.05em;
  }

  @media screen and (min-width: 600px) {

    .c-card06__head-title,
    .c-card06__item.is-preparation .c-card06__head-badge {
      letter-spacing: 0;
    }
  }
}

/* Firefox 用 */
@-moz-document url-prefix() {

  .c-card06__head-title,
  .c-card06__item.is-preparation .c-card06__head-badge {
    letter-spacing: -0.05em;
  }

  @media screen and (min-width: 600px) {

    .c-card06__head-title,
    .c-card06__item.is-preparation .c-card06__head-badge {
      letter-spacing: 0;
    }
  }
}

.c-card06__image {
  width: 8rem;
  height: 5rem;
  margin-top: 1.25rem;
  margin-inline: auto;
}

@media screen and (min-width: 600px) {
  .c-card06__image {
    width: 10rem;
    height: 6.25rem;
  }
}

.c-card06__image img {
  aspect-ratio: 128/80;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.c-card06__text {
  margin-top: 1rem;
}

.c-card06__text-lead {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: bold;
}

.c-card06__text-description {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  padding-top: 0.25rem;
}

/* Safari 用 */
@supports (-webkit-hyphens: none) and (not (-ms-ime-align: auto)) {
  .c-card06__text-description {
    letter-spacing: 0.017em;
  }
}

/* Firefox 用 */
@-moz-document url-prefix() {
  .c-card06__text-description {
    letter-spacing: 0.017em;
  }
}

.c-card06__text-description--nots {
  display: block;
  padding-top: 1.4375rem;
}

.c-card06__btn {
  width: 17.5rem;
  padding-top: 1.0625rem;
  margin-top: auto;
  margin-inline: auto;
}

.c-card07 {
  background: rgba(239, 134, 133, .15);
  border-radius: 1.25rem;
  padding: 2.4375rem 1.375rem 2.625rem;
}

@media screen and (min-width: 600px) {
  .c-card07 {
    padding: 2.4375rem 2.0625rem 2.625rem;
  }
}

.c-card07__title {
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: bold;
  color: #ef8685;
  display: inline-block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (min-width: 600px) {
  .c-card07__title {
    font-size: 1.5rem;
    letter-spacing: 0;
  }
}

.c-card07__title::before,
.c-card07__title::after {
  content: "";
  display: inline-block;
  width: 3.125rem;
  height: 0.125rem;
  border-radius: 0.125rem;
  background: #ef8685;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (min-width: 600px) {

  .c-card07__title::before,
  .c-card07__title::after {
    width: 5rem;
    height: 0.1875rem;
  }
}

.c-card07__title::before {
  left: -2.125rem;
}

@media screen and (min-width: 600px) {
  .c-card07__title::before {
    left: -3.5625rem;
  }
}

.c-card07__title::after {
  right: -5.125rem;
}

@media screen and (min-width: 600px) {
  .c-card07__title::after {
    right: -8.4375rem;
  }
}

.c-card07__content {
  margin-top: 1.5625rem;
}

@media screen and (min-width: 600px) {
  .c-card07__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.c-card07-content__image {
  width: 18.125rem;
  height: 12.0625rem;
}

@media screen and (min-width: 600px) {
  .c-card07-content__image {
    width: 22.5rem;
    height: 15rem;
  }
}

/* Safari 用 */
@supports (-webkit-hyphens: none) and (not (-ms-ime-align: auto)) {
  .c-card07-content__image {
    width: 100%;
    height: auto;
  }

  @media screen and (min-width: 600px) {
    .c-card07-content__image {
      width: 22.5rem;
      height: 15rem;
    }
  }
}

/* Firefox 用 */
@-moz-document url-prefix() {
  .c-card07-content__image {
    width: 100%;
    height: auto;
  }

  @media screen and (min-width: 600px) {
    .c-card07-content__image {
      width: 22.5rem;
      height: 15rem;
    }
  }
}

.c-card07-content__image img {
  aspect-ratio: 290/193;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 1.25rem;
}

@media screen and (min-width: 600px) {
  .c-card07-content__image img {
    aspect-ratio: 360/240;
  }
}

.c-card07-content__body {
  margin-top: 1rem;
}

@media screen and (min-width: 600px) {
  .c-card07-content__body {
    width: 20.375rem;
    margin-top: 0.375rem;
  }
}

.c-card07-content__body-title {
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 500;
}

@media screen and (min-width: 600px) {
  .c-card07-content__body-title {
    font-size: 1.25rem;
    margin-top: 0.4375rem;
  }
}

.c-card07-content__body-lead {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 500;
  margin-top: 0.1875rem;
}

@media screen and (min-width: 600px) {
  .c-card07-content__body-lead {
    margin-top: 0.5rem;
  }
}

/* Safari 用 */
@supports (-webkit-hyphens: none) and (not (-ms-ime-align: auto)) {
  .c-card07-content__body-lead {
    letter-spacing: 0.017em;
  }
}

/* Firefox 用 */
@-moz-document url-prefix() {
  .c-card07-content__body-lead {
    letter-spacing: 0.017em;
  }
}

.c-card07-content__body-description {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-top: 0.25rem;
}

@media screen and (min-width: 600px) {
  .c-card07-content__body-description {
    max-width: 18.75rem;
    margin-top: 0.4375rem;
  }
}

.c-card07-content__body-btn {
  width: 17.5rem;
  margin-top: 1rem;
  margin-inline: auto;
}

@media screen and (min-width: 600px) {
  .c-card07-content__body-btn {
    margin-top: 0.5rem;
    margin-inline: 0;
  }
}

.c-card08 {
  counter-reset: num-flow;
}

.c-card08__item+.c-card08__item {
  margin-top: 2.5625rem;
}

.c-card08__item {
  background: #ffffff;
  border-radius: 1.25rem;
  counter-increment: num-flow;
  display: grid;
  grid-template-columns: 5rem 1fr;
  gap: 0 1rem;
  position: relative;
  padding: 1rem;
}

@media screen and (min-width: 600px) {
  .c-card08__item {
    grid-template-columns: 6.25rem 5rem 1fr;
    gap: 0 2rem;
  }
}

.c-card08__item:not(:last-child)::before {
  content: "";
  width: 0.125rem;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ff8800), color-stop(0.25rem, #ff8800), color-stop(0.25rem, transparent), color-stop(0.5rem, transparent));
  background-image: linear-gradient(to bottom, #ff8800 0, #ff8800 0.25rem, transparent 0.25rem, transparent 0.5rem);
  background-size: 0.125rem 0.5rem;
  background-repeat: repeat-y;
  position: absolute;
  top: 11.3125rem;
  bottom: -3.125rem;
  left: 3.5625rem;
  z-index: -1;
}

@media screen and (min-width: 600px) {
  .c-card08__item:not(:last-child)::before {
    top: 8.125rem;
    left: 4.0625rem;
  }
}

.c-card08__num {
  background: #ff8800;
  width: 5rem;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  grid-column: 1;
  grid-row: 1/3;
  text-align: center;
  -ms-flex-item-align: center;
  align-self: center;
}

@media screen and (min-width: 600px) {
  .c-card08__num {
    width: 6.25rem;
  }
}

.c-card08__num-text {
  font-size: 0.8125rem;
  line-height: 0.8;
  letter-spacing: 0.04em;
  font-weight: bold;
  color: #ffffff;
  display: inline-block;
  position: relative;
  padding-top: 1.25rem;
}

@media screen and (min-width: 600px) {
  .c-card08__num-text {
    font-size: 1rem;
    padding-top: 1.625rem;
  }
}

.c-card08__num-text::after {
  content: counter(num-flow, decimal-leading-zero);
  font-size: 2rem;
  letter-spacing: 0;
  position: absolute;
  bottom: -1.8125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (min-width: 600px) {
  .c-card08__num-text::after {
    font-size: 2.5rem;
    bottom: -2.3125rem;
  }
}

.c-card08__image {
  grid-column: 2;
  grid-row: 1;
}

@media screen and (min-width: 600px) {
  .c-card08__image {
    grid-column: 2;
    grid-row: 1/3;
    -ms-flex-item-align: center;
    align-self: center;
    justify-self: center;
    position: static;
    -webkit-transform: none;
    transform: none;
    top: auto;
  }
}

.c-card08__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.c-card08__item:nth-of-type(1) .c-card08__image {
  width: 2.5rem;
  height: 2rem;
}

@media screen and (min-width: 600px) {
  .c-card08__item:nth-of-type(1) .c-card08__image {
    width: 5rem;
    height: 4rem;
  }
}

.c-card08__item:nth-of-type(1) .c-card08__image img {
  aspect-ratio: 40/32;
}

@media screen and (min-width: 600px) {
  .c-card08__item:nth-of-type(1) .c-card08__image img {
    aspect-ratio: 80/64;
  }
}

.c-card08__item:nth-of-type(2) .c-card08__image {
  width: 2.5rem;
  height: 1.9375rem;
}

@media screen and (min-width: 600px) {
  .c-card08__item:nth-of-type(2) .c-card08__image {
    width: 5rem;
    height: 3.8125rem;
  }
}

.c-card08__item:nth-of-type(2) .c-card08__image img {
  aspect-ratio: 40/31;
}

@media screen and (min-width: 600px) {
  .c-card08__item:nth-of-type(2) .c-card08__image img {
    aspect-ratio: 80/61;
  }
}

.c-card08__item:nth-of-type(3) .c-card08__image {
  width: 2.5rem;
  height: 2rem;
}

@media screen and (min-width: 600px) {
  .c-card08__item:nth-of-type(3) .c-card08__image {
    width: 5rem;
    height: 4.0625rem;
  }
}

.c-card08__item:nth-of-type(3) .c-card08__image img {
  aspect-ratio: 40/32;
}

@media screen and (min-width: 600px) {
  .c-card08__item:nth-of-type(3) .c-card08__image img {
    aspect-ratio: 80/65;
  }
}

.c-card08__title {
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #ff8800;
  grid-column: 2;
  grid-row: 1;
  margin-left: 2.9375rem;
}

@media screen and (min-width: 600px) {
  .c-card08__title {
    font-size: 1.25rem;
    grid-column: 3;
    grid-row: 1;
    margin-top: 0.4375rem;
    margin-left: 0;
  }
}

.c-card08__text {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  grid-column: 2;
  grid-row: 2;
  margin-top: 0.375rem;
}

@media screen and (min-width: 600px) {
  .c-card08__text {
    grid-column: 3;
    grid-row: 2;
    margin-top: 0;
  }
}

@media screen and (min-width: 600px) {
  .c-card09 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.c-card09__item {
  background-color: rgba(255, 246, 210, .5);
  width: 18.75rem;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-inline: auto;
}

@media screen and (min-width: 600px) {
  .c-card09__item {
    width: 21.25rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-block: 4.0625rem 0;
    margin-inline: 0;
  }
}

.c-card09__item+.c-card09__item {
  margin-top: 1.5rem;
}

@media screen and (min-width: 600px) {
  .c-card09__item+.c-card09__item {
    margin-top: 0;
  }
}

.c-card09__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.c-card09__item:nth-child(1) .c-card09__image {
  width: 4.9rem;
}

@media screen and (min-width: 600px) {
  .c-card09__item:nth-child(1) .c-card09__image {
    width: 6.125rem;
  }
}

.c-card09__item:nth-child(1) .c-card09__image img {
  aspect-ratio: 78.4/64;
}

.c-card09__item:nth-child(2) .c-card09__image {
  width: 4rem;
}

@media screen and (min-width: 600px) {
  .c-card09__item:nth-child(2) .c-card09__image {
    width: 5rem;
  }
}

.c-card09__item:nth-child(2) .c-card09__image img {
  aspect-ratio: 1/1;
}

.c-card09__item:nth-child(3) .c-card09__image {
  width: 3.1rem;
}

@media screen and (min-width: 600px) {
  .c-card09__item:nth-child(3) .c-card09__image {
    width: 3.875rem;
  }
}

.c-card09__item:nth-child(3) .c-card09__image img {
  aspect-ratio: 49.6/64;
}

.c-card09__title {
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-weight: 500;
  margin-top: 1.125rem;
}

@media screen and (min-width: 600px) {
  .c-card09__title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 1rem;
  }
}

.c-card09__title span {
  color: #ff8800;
}

.c-card09__text {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  width: 15.1875rem;
  text-align: center;
  margin-top: 0.1875rem;
}

@media screen and (min-width: 600px) {
  .c-card09__item:nth-child(1) .c-card09__text {
    width: 15.625rem;
  }
}

.c-item {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #e5e5e5;
  position: relative;
}

@media screen and (min-width: 600px) {
  .c-item {
    width: 0.75rem;
    height: 0.75rem;
  }
}

.c-item::before,
.c-item::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #e5e5e5;
  position: absolute;
}

@media screen and (min-width: 600px) {

  .c-item::before,
  .c-item::after {
    width: 0.75rem;
    height: 0.75rem;
  }
}

.c-item::before {
  top: 0.875rem;
}

@media screen and (min-width: 600px) {
  .c-item::before {
    top: 1.25rem;
  }
}

.c-item::after {
  top: 1.75rem;
}

@media screen and (min-width: 600px) {
  .c-item::after {
    top: 2.5rem;
  }
}

.c-item span {
  width: 2.875rem;
  height: 1.3125rem;
  display: block;
  position: relative;
  top: 2.375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (min-width: 600px) {
  .c-item span {
    width: 3.75rem;
    height: 1.75rem;
    top: 3.4375rem;
  }
}

.c-item span::before,
.c-item span::after {
  content: "";
  width: 1.75rem;
  height: 0.375rem;
  border-radius: 624.9375rem;
  background: #e5e5e5;
  position: absolute;
  top: 0.5rem;
}

@media screen and (min-width: 600px) {

  .c-item span::before,
  .c-item span::after {
    width: 2.3125rem;
    height: 0.5rem;
    top: 0.625rem;
  }
}

.c-item span::before {
  left: 0;
  -webkit-transform: rotate(39deg);
  transform: rotate(39deg);
}

.c-item span::after {
  right: 0;
  -webkit-transform: rotate(-39deg);
  transform: rotate(-39deg);
}

.c-title03 {
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: bold;
  color: #ff8800;
  text-align: center;
}

@media screen and (min-width: 600px) {
  .c-title03 {
    font-size: 2rem;
  }
}

.c-title03::after {
  content: "";
  display: block;
  width: 1.875rem;
  height: 0.3125rem;
  background: -webkit-gradient(linear, left top, right top, from(#f4b518), to(#f4da18));
  background: linear-gradient(to right, #f4b518, #f4da18);
  margin-top: 0.5rem;
  margin-inline: auto;
}

.c-title03--small {
  font-size: 1.25rem;
  margin-left: -0.1875rem;
}

@media screen and (min-width: 600px) {
  .c-title03--small {
    font-size: 1.5rem;
  }
}

.c-title03 a {
  display: inline-block;
  vertical-align: sub;
}

.c-title03 a img {
  width: 8.1875rem;
  height: auto;
  aspect-ratio: 131/35;
}

@media screen and (min-width: 600px) {
  .c-title03 a img {
    width: 11.25rem;
  }
}

@media screen and (min-width: 600px) {
  .c-title03 .u-mobile-block {
    margin-left: -0.5625rem;
  }
}

.c-title04 {
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: bold;
  color: #ff8800;
  text-align: center;
}

@media screen and (min-width: 600px) {
  .c-title04 {
    font-size: 2rem;
  }
}

.c-title04::after {
  content: "";
  display: block;
  width: 1.875rem;
  height: 0.3125rem;
  background: -webkit-gradient(linear, left top, right top, from(#f4b518), to(#f4da18));
  background: linear-gradient(to right, #f4b518, #f4da18);
  margin-top: 0.5rem;
  margin-inline: auto;
}

@media screen and (min-width: 600px) {
  .c-title04 .u-mobile-block {
    margin-left: -0.625rem;
  }
}

.p-about-example {
  position: relative;
  z-index: 0;
  background-color: #FFFAE8;
}

@media screen and (min-width: 600px) {
  .p-about-example {
    min-width: 68.75rem;
    overflow: hidden;
    background-color: #FFFAE8;
  }
}

.p-about-example::before {
  content: "";
  background: url(../../images/page/about/about-bg.png) no-repeat center/cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.2;
}

@media screen and (min-width: 600px) {
  .p-about-example__container {
    position: relative;
    width: 59rem;
    margin-inline: auto;
  }
}

.p-about-example__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 2.5rem;
}

.p-about-example__item {
  margin-right: auto;
  position: relative;
}

@media screen and (min-width: 600px) {
  .p-about-example__item {
    position: absolute;
  }
}

.p-about-example__text {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 500;
  background: #ffffff;
  border-radius: 1.875rem 1.875rem 0 1.875rem;
  -webkit-box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, .25);
  box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, .25);
  padding: 2rem 1.5rem;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.p-about-example__item:nth-child(even) {
  margin-right: 0;
  margin-left: auto;
}

.p-about-example__item:nth-child(even) .p-about-example__text {
  border-radius: 1.875rem 1.875rem 1.875rem 0;
  -webkit-box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, .25);
  box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, .25);
  z-index: 2;
}

.p-about-example__item::before {
  content: "";
  background: url(../../images/page/about/about-quotation-icon@2x.png) no-repeat center/contain;
  aspect-ratio: 1/1;
  width: 1.5rem;
  position: absolute;
  top: -0.5rem;
  left: 1.5rem;
  z-index: 3;
}

.p-about-example__item::after {
  content: "";
  background: #e5e5e5;
  position: absolute;
  border-radius: 1.875rem 1.875rem 0 1.875rem;
  z-index: -1;
}

.p-about-example__item:nth-child(even)::after {
  background: #d9d9d9;
  border-radius: 1.875rem 1.875rem 1.875rem 0;
  z-index: -1;
}

.p-about-example__item:nth-child(1) {
  margin-left: 0.1875rem;
}

@media screen and (min-width: 600px) {
  .p-about-example__item:nth-child(1) {
    margin-top: 0;
    margin-left: 5.3125rem;
  }
}

.p-about-example__item:nth-child(1)::after {
  width: 10rem;
  height: 5rem;
  right: -1.625rem;
  bottom: -1.125rem;
}

@media screen and (min-width: 600px) {
  .p-about-example__item:nth-child(1)::after {
    right: -2.8125rem;
    bottom: -2.5rem;
  }
}

.p-about-example__item:nth-child(2) {
  margin-top: 0.875rem;
  margin-right: 0.376875rem;
}

@media screen and (min-width: 600px) {
  .p-about-example__item:nth-child(2) {
    margin-top: 0;
    margin-right: 0;
    right: 0;
  }
}

.p-about-example__item:nth-child(2)::after {
  width: 10rem;
  height: 5rem;
  right: 0.998125rem;
  bottom: -1.3125rem;
}

@media screen and (min-width: 600px) {
  .p-about-example__item:nth-child(2)::after {
    right: 7.0625rem;
    bottom: -3.25rem;
  }
}

.p-about-example__item:nth-child(3) {
  margin-top: -0.3125rem;
}

@media screen and (min-width: 600px) {
  .p-about-example__item:nth-child(3) {
    margin-top: 3.3125rem;
    right: 21.1875rem;
  }
}

.p-about-example__item:nth-child(4) {
  margin-top: 1.125rem;
}

@media screen and (min-width: 600px) {
  .p-about-example__item:nth-child(4) {
    margin-top: 15.25rem;
    left: 3.5625rem;
  }
}

.p-about-example__item:nth-child(4)::after {
  width: 12.5rem;
  height: 6.25rem;
  top: -1.5625rem;
  left: -1.6875rem;
}

@media screen and (min-width: 600px) {
  .p-about-example__item:nth-child(4)::after {
    top: -3.0625rem;
    left: -3.5625rem;
    border-radius: 1.875rem 1.875rem 0 1.875rem;
  }
}

@media screen and (min-width: 600px) {
  .p-about-example__item:nth-child(4) .p-about-example__text {
    border-radius: 1.875rem 1.875rem 0 1.875rem;
  }
}

.p-about-example__item:nth-child(5) {
  width: 12.5rem;
  height: 6.25rem;
  margin-left: 0.625rem;
}

@media screen and (min-width: 600px) {
  .p-about-example__item:nth-child(5) {
    margin-top: 14.375rem;
    margin-left: 0;
    right: 3.125rem;
    left: auto;
    border-radius: 1.875rem 1.875rem 1.875rem 0;
  }
}

.p-about-example__item:nth-child(5)::after {
  width: 12.5rem;
  height: 6.25rem;
  top: 2.5625rem;
  left: 0.875rem;
}

@media screen and (min-width: 600px) {
  .p-about-example__item:nth-child(5)::after {
    top: 3.625rem;
    left: -4.4375rem;
    border-radius: 1.875rem 1.875rem 1.875rem 0;
  }
}

@media screen and (min-width: 600px) {
  .p-about-example__item:nth-child(5) .p-about-example__text {
    border-radius: 1.875rem 1.875rem 1.875rem 0;
  }
}

.p-about-example__image {
  width: 11.875rem;
  margin-top: 3.0625rem;
  margin-inline: auto;
}

@media screen and (min-width: 600px) {
  .p-about-example__image {
    width: 14.375rem;
    margin-top: 11.375rem;
  }
}

.p-about-example__image img {
  aspect-ratio: 190/200;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0 0 5rem 5rem;
}

@media screen and (min-width: 600px) {
  .p-about-example__image img {
    border-radius: 0 0 6.25rem 6.25rem;
  }
}

.p-about-example__dots {
  width: 0.75rem;
  height: 0.75rem;
  display: inline-block;
  top: 0.625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.p-about-example__dots::before,
.p-about-example__dots::after {
  width: 0.75rem;
  height: 0.75rem;
}

.p-about-example__dots::before {
  top: 1.25rem;
}

.p-about-example__dots::after {
  top: 2.5rem;
}

.p-about-example__message {
  font-size: 1.125rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #ffffff;
  text-decoration: underline;
  -webkit-text-decoration-color: #ffffff;
  text-decoration-color: #ffffff;
  text-decoration-thickness: 0.0625rem;
  text-underline-offset: 0.1875rem;
  text-align: center;
  background: url(../../images/page/about/about-example-text-bg_sp@2x.png) no-repeat center/contain;
  aspect-ratio: 335/218;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 1.25rem 2.1875rem;
  margin-top: 3.75rem;
}

@media screen and (min-width: 600px) {
  .p-about-example__message {
    font-size: 1.5rem;
    line-height: 1.6;
    width: 40.25rem;
    background: url(../../images/page/about/about-example-text-bg_pc@2x.png) no-repeat center/contain;
    aspect-ratio: 644/252;
    padding: 2.5625rem 3.5625rem 2.8125rem 3.75rem;
    margin-top: 3.75rem;
    margin-inline: auto;
  }
}

.p-about-flow {
  position: relative;
  background-color: #FFFAE8;
}

@media screen and (min-width: 600px) {
  .p-about-flow {
    min-width: 68.75rem;
    background-color: #FFFAE8;
  }
}

.p-about-flow::before,
.p-about-flow::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.p-about-flow::before {
  background: url(../../images/page/about/about-bg.png) no-repeat center/cover;
  z-index: -1;
  opacity: 0.3;
}

.p-about-flow::after {
  background-color: #fffae8;
  z-index: -2;
}

.p-about-flow__list {
  margin-top: 2.5rem;
}

@media screen and (min-width: 600px) {
  .p-about-flow__list {
    margin-top: 2.5625rem;
    max-width: 50rem;
    margin-inline: auto;
  }
}

.p-about-flow__btn {
  width: 17.5rem;
  margin-top: 2.75rem;
  margin-inline: auto;
}

@media screen and (min-width: 600px) {
  .p-about-flow__btn {
    margin-top: 2.4375rem;
  }
}

.p-about-fv {
  position: relative;
  background: url(../../images/page/about//about-fv-bg_sp@2x.png) no-repeat center/cover;
  aspect-ratio: 375/860;
  z-index: 0;
  overflow: hidden;
}

@media screen and (min-width: 600px) {
  .p-about-fv {
    background: none;
    aspect-ratio: 0;
    min-width: 68.75rem;
    height: clamp(40rem, 44.4444444444vw, 9999rem);
  }
}

.p-about-fv::before {
  content: "";
  background: url(../../images/page/about/about-fv-text_sp@2x.png) no-repeat center/cover;
  display: block;
  aspect-ratio: 353/685;
  width: 23.4375rem;
  position: absolute;
  top: 3.5rem;
  left: 0;
  z-index: -1;
}

@media screen and (min-width: 600px) {
  .p-about-fv::before {
    content: none;
  }
}

@media screen and (min-width: 600px) {
  .p-about-fv__wrapper {
    background: url(../../images/page/about/about-fv-bg_pc@2x.png) no-repeat center/cover;
    aspect-ratio: 1440/640;
    min-width: 68.75rem;
    min-height: 40rem;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100vw;
  }
}

.p-about-fv__inner {
  text-align: center;
  padding-top: 7.3125rem;
  margin-left: 0.4375rem;
}

@media screen and (min-width: 600px) {
  .p-about-fv__inner {
    margin-left: 0;
    padding-top: clamp(7.8125rem, 8.6805555556vw, 9999rem);
  }
}

@media screen and (min-width: 600px) {
  .p-about-fv__text {
    margin-top: clamp(10.9375rem, 12.1527777778vw, 9999rem);
  }
}

@media screen and (min-width: 600px) {
  .p-about-fv__text::before {
    content: "";
    background: url(../../images/page/about/about-fv-text_pc@2x.png) no-repeat center/cover;
    display: block;
    aspect-ratio: 897/490;
    width: clamp(44.3125rem, 64.4444444444vw, 9999rem);
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
  }
}

@media screen and (min-width: 600px) {
  .p-about-fv-text__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-about-fv-text__block:not(:first-child) {
  padding-top: 1.625rem;
}

.p-about-fv-text__block-line {
  font-size: 1.125rem;
  line-height: 2.04;
  letter-spacing: 0.02em;
  /*
  font-family: "Kiwi Maru", serif;
*/
  opacity: 0;
  -webkit-transform: translateY(0.3125rem);
  transform: translateY(0.3125rem);
  display: inline-block;
  position: relative;
}

@media screen and (min-width: 600px) {
  .p-about-fv-text__block-line {
    font-size: clamp(0.95625rem, 1.3888888889vw, 9999rem);
    line-height: 1.97;
    margin-inline: auto;
  }
}

.p-about-fv-text__block-line::before {
  content: "";
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #f4b518), color-stop(0.625rem, #f4b518), color-stop(0.625rem, transparent), color-stop(1rem, transparent));
  background-image: linear-gradient(to right, #f4b518 0, #f4b518 0.625rem, transparent 0.625rem, transparent 1rem);
  background-size: 1rem 0.125rem;
  background-repeat: repeat-x;
  height: 0.125rem;
  position: absolute;
  bottom: 0.1875rem;
  left: 0;
  right: 0;
}

.p-about-fv-text__block-line.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media screen and (min-width: 600px) {
  .p-about-fv__images {
    position: absolute;
    top: 50%;
    left: 50%;
    width: clamp(44.3125rem, 64.4444444444vw, 9999rem);
    height: auto;
    aspect-ratio: 897/490;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.p-about-fv__image {
  position: absolute;
}

.p-about-fv__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-about-fv .p-about-fv__image:nth-of-type(1) {
  width: 7.4375rem;
  top: 2.75rem;
  left: 0;
}

@media (min-width: 600px) and (max-width: 1099px) {
  .p-about-fv .p-about-fv__image:nth-of-type(1) {
    width: 9.375rem;
    top: -0.0625rem;
    left: -2.375rem;
  }
}

@media (min-width: 1100px) {
  .p-about-fv .p-about-fv__image:nth-of-type(1) {
    width: 13.6805555556vw;
    top: -0.1388888889vw;
    left: -3.4722222222vw;
  }
}

.p-about-fv .p-about-fv__image:nth-of-type(1) img {
  aspect-ratio: 238/150;
}

.p-about-fv .p-about-fv__image:nth-of-type(2) {
  width: 5rem;
  top: 1.625rem;
  right: 2.8125rem;
}

@media (min-width: 600px) and (max-width: 1099px) {
  .p-about-fv .p-about-fv__image:nth-of-type(2) {
    width: 6.125rem;
    top: -1.125rem;
    right: 8.8125rem;
  }
}

@media (min-width: 1100px) {
  .p-about-fv .p-about-fv__image:nth-of-type(2) {
    width: 8.8888888889vw;
    top: -1.5972222222vw;
    right: 12.7777777778vw;
  }
}

.p-about-fv .p-about-fv__image:nth-of-type(2) img {
  aspect-ratio: 80/48;
}

.p-about-fv .p-about-fv__image:nth-of-type(3) {
  width: 4.125rem;
  top: 2.9375rem;
  right: 7.875rem;
}

@media (min-width: 600px) and (max-width: 1099px) {
  .p-about-fv .p-about-fv__image:nth-of-type(3) {
    width: 4.9375rem;
    top: 0.5rem;
    left: 7.375rem;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
}

@media (min-width: 1100px) {
  .p-about-fv .p-about-fv__image:nth-of-type(3) {
    width: 7.2222222222vw;
    top: 0.7638888889vw;
    left: 10.6944444444vw;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
}

.p-about-fv .p-about-fv__image:nth-of-type(3) img {
  aspect-ratio: 66/40;
}

.p-about-fv .p-about-fv__image:nth-of-type(4) {
  width: 9.4375rem;
  top: 3.5rem;
  right: -0.5625rem;
}

@media (min-width: 600px) and (max-width: 1099px) {
  .p-about-fv .p-about-fv__image:nth-of-type(4) {
    width: 10.625rem;
    top: -0.75rem;
    right: 1.875rem;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
}

@media (min-width: 1100px) {
  .p-about-fv .p-about-fv__image:nth-of-type(4) {
    width: 15.4166666667vw;
    top: -1.1111111111vw;
    right: 2.7083333333vw;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
}

.p-about-fv .p-about-fv__image:nth-of-type(4) img {
  aspect-ratio: 266/168;
}

.p-about-fv .p-about-fv__image:nth-of-type(5) {
  width: 6.75rem;
  top: 30.375rem;
  left: -0.25rem;
}

@media (min-width: 600px) and (max-width: 1099px) {
  .p-about-fv .p-about-fv__image:nth-of-type(5) {
    width: 9.375rem;
    top: 6.3125rem;
    right: -10.125rem;
    left: auto;
  }
}

@media (min-width: 1100px) {
  .p-about-fv .p-about-fv__image:nth-of-type(5) {
    width: 13.6111111111vw;
    top: 9.1666666667vw;
    right: -14.7222222222vw;
    left: auto;
  }
}

.p-about-fv .p-about-fv__image:nth-of-type(5) img {
  aspect-ratio: 151/95;
}

.p-about-fv .p-about-fv__image:nth-of-type(6) {
  width: 3.6875rem;
  top: 30.375rem;
  right: 0.5rem;
}

@media (min-width: 600px) and (max-width: 1099px) {
  .p-about-fv .p-about-fv__image:nth-of-type(6) {
    width: 4.6875rem;
    top: 2.375rem;
    right: -1.875rem;
  }
}

@media (min-width: 1100px) {
  .p-about-fv .p-about-fv__image:nth-of-type(6) {
    width: 6.8055555556vw;
    top: 3.4722222222vw;
    right: -2.7083333333vw;
  }
}

.p-about-fv .p-about-fv__image:nth-of-type(6) img {
  aspect-ratio: 48/48;
}

.p-about-fv .p-about-fv__image:nth-of-type(7) {
  width: 7.375rem;
  top: 45.0625rem;
  left: -0.25rem;
}

@media (min-width: 600px) and (max-width: 1099px) {
  .p-about-fv .p-about-fv__image:nth-of-type(7) {
    width: 16.3125rem;
    top: 7.875rem;
    left: -11.25rem;
  }
}

@media (min-width: 1100px) {
  .p-about-fv .p-about-fv__image:nth-of-type(7) {
    width: 23.75vw;
    top: 11.4583333333vw;
    left: -16.3888888889vw;
  }
}

.p-about-fv .p-about-fv__image:nth-of-type(7) img {
  aspect-ratio: 118/110;
}

.p-about-fv .p-about-fv__image:nth-of-type(8) {
  width: 3.125rem;
  top: 45.8125rem;
  right: 8.25rem;
}

@media (min-width: 600px) and (max-width: 1099px) {
  .p-about-fv .p-about-fv__image:nth-of-type(8) {
    width: 3.9375rem;
    top: 21rem;
    right: 11rem;
  }
}

@media (min-width: 1100px) {
  .p-about-fv .p-about-fv__image:nth-of-type(8) {
    width: 5.7638888889vw;
    top: 30.5555555556vw;
    right: 15.9722222222vw;
  }
}

.p-about-fv .p-about-fv__image:nth-of-type(8) img {
  aspect-ratio: 50/48;
}

.p-about-fv .p-about-fv__image:nth-of-type(9) {
  width: 2.6875rem;
  top: 46.3125rem;
  right: 5.0625rem;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}

@media (min-width: 600px) and (max-width: 1099px) {
  .p-about-fv .p-about-fv__image:nth-of-type(9) {
    width: 3.25rem;
    top: 21.3125rem;
    right: 7.1875rem;
  }
}

@media (min-width: 1100px) {
  .p-about-fv .p-about-fv__image:nth-of-type(9) {
    width: 4.7222222222vw;
    top: 30.9722222222vw;
    right: 10.4166666667vw;
  }
}

.p-about-fv .p-about-fv__image:nth-of-type(9) img {
  aspect-ratio: 50/48;
}

.p-about-fv .p-about-fv__image:nth-of-type(10) {
  width: 4.25rem;
  top: 45.125rem;
  right: 0.3125rem;
}

@media (min-width: 600px) and (max-width: 1099px) {
  .p-about-fv .p-about-fv__image:nth-of-type(10) {
    width: 8.8125rem;
    top: 10.9375rem;
    right: -4.5rem;
  }
}

@media (min-width: 1100px) {
  .p-about-fv .p-about-fv__image:nth-of-type(10) {
    width: 12.7777777778vw;
    top: 15.9027777778vw;
    right: -6.5277777778vw;
  }
}

.p-about-fv .p-about-fv__image:nth-of-type(10) img {
  aspect-ratio: 137/210;
}

@media screen and (min-width: 600px) {
  .p-about-link {
    min-width: 68.75rem;
  }
}

.p-about-link__wrapper {
  background: url(../../images/page/about/about-link-bg_sp@2x.png) no-repeat center/cover;
  aspect-ratio: 355/548;
  width: 22.1875rem;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-inline: auto;
  position: relative;
}

@media screen and (min-width: 600px) {
  .p-about-link__wrapper {
    background: url(../../images/page/about/about-link-bg_pc@2x.png) no-repeat center/contain;
    aspect-ratio: 1228.4/480;
    width: 76.775rem;
    text-align: center;
    left: -0.6875rem;
    padding-top: 0.25rem;
  }
}

@media (min-width: 600px) and (max-width: 1099px) {
  .p-about-link__wrapper {
    width: 58.625rem;
  }
}

@media (min-width: 1100px) and (max-width: 1440px) {
  .p-about-link__wrapper {
    width: 85.3055555556vw;
    left: -0.7638888889vw;
  }
}

.p-about-link__wrapper::before,
.p-about-link__wrapper::after {
  content: "";
  position: absolute;
}

.p-about-link__wrapper::before {
  background: url(../../images/page/about/about-link-item01@2x.png) no-repeat center/contain;
  aspect-ratio: 1/1;
  width: 4rem;
  top: 0;
  right: 1.0625rem;
}

@media screen and (min-width: 600px) {
  .p-about-link__wrapper::before {
    width: 7.5rem;
    top: -0.875rem;
    right: 1.1805555556vw;
  }
}

@media (min-width: 600px) and (max-width: 1099px) {
  .p-about-link__wrapper::before {
    width: 5.75rem;
    top: -0.6875rem;
    right: 0.8125rem;
  }
}

@media (min-width: 1100px) and (max-width: 1440px) {
  .p-about-link__wrapper::before {
    width: 8.3333333333vw;
    top: -0.9722222222vw;
    right: 1.1805555556vw;
  }
}

.p-about-link__wrapper::after {
  background: url(../../images/page/about/about-link-item02@2x.png) no-repeat center/contain;
  aspect-ratio: 303/153;
  width: 9.375rem;
  bottom: -3.5625rem;
  left: -0.375rem;
}

@media screen and (min-width: 600px) {
  .p-about-link__wrapper::after {
    width: 17.625rem;
    bottom: -2.0625rem;
    left: -4.1875rem;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
}

@media (min-width: 600px) and (max-width: 1099px) {
  .p-about-link__wrapper::after {
    width: 13.4375rem;
    bottom: -1.5625rem;
    left: -3.1875rem;
  }
}

@media (min-width: 1100px) and (max-width: 1440px) {
  .p-about-link__wrapper::after {
    width: 19.5833333333vw;
    bottom: -2.2916666667vw;
    left: -4.6527777778vw;
  }
}

.p-about-link__title {
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  width: 13.125rem;
  margin-inline: auto;
}

@media screen and (min-width: 600px) {
  .p-about-link__title {
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: 0.02em;
    width: auto;
  }
}

.p-about-link__content {
  margin-top: 2.5625rem;
}

@media screen and (min-width: 600px) {
  .p-about-link__content {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 2.5rem;
    margin-top: 2.5rem;
  }
}

@media (min-width: 600px) and (max-width: 1099px) {
  .p-about-link__content {
    gap: 1.875rem;
  }
}

@media (min-width: 1100px) and (max-width: 1440px) {
  .p-about-link__content {
    gap: 2.7777777778vw;
  }
}

.p-about-link__btn {
  width: 17.5rem;
  margin-inline: auto;
}

.p-about-link__btn+.p-about-link__btn {
  margin-top: 2.125rem;
}

@media screen and (min-width: 600px) {
  .p-about-link__btn+.p-about-link__btn {
    margin-top: 0;
  }
}

@media screen and (min-width: 600px) {
  .p-about-promise {
    min-width: 68.75rem;
  }
}

.p-about-promise__text {
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-weight: 500;
  text-align: center;
  margin-top: 2.5rem;
  margin-inline: 0.9375rem;
}

@media screen and (min-width: 600px) {
  .p-about-promise__text {
    font-size: 1.25rem;
  }
}

/* Safari 用 */
@supports (-webkit-hyphens: none) and (not (-ms-ime-align: auto)) {
  .p-about-promise__text {
    letter-spacing: 0;
  }

  @media screen and (min-width: 600px) {
    .p-about-promise__text {
      letter-spacing: 0.04em;
    }
  }
}

/* Firefox 用 */
@-moz-document url-prefix() {
  .p-about-promise__text {
    letter-spacing: 0;
  }

  @media screen and (min-width: 600px) {
    .p-about-promise__text {
      letter-spacing: 0.04em;
    }
  }
}

.p-about-promise__list {
  margin-top: 2.5rem;
}

.p-about-results {
  position: relative;
  background-color: #FFFAE8;
}

@media screen and (min-width: 600px) {
  .p-about-results {
    min-width: 68.75rem;
    overflow: hidden;
    background-color: #FFFAE8;
  }
}

.p-about-results::before {
  content: "";
  background: url(../../images/page/about/about-bg.png) no-repeat center/cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.2;
}

.p-about-results__list {
  margin-top: 2.5rem;
}

@media screen and (min-width: 600px) {
  .p-about-results__list {
    margin-top: 0;
  }
}

.p-about-service {
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 600px) {
  .p-about-service {
    min-width: 68.75rem;
  }
}

.p-about-service__consultation {
  position: relative;
}

.p-about-service__consultation::before {
  content: "";
  background: url(../../images/page/about/about-service-item01@2x.png) no-repeat center/contain;
  aspect-ratio: 1/1;
  width: 4rem;
  position: absolute;
  top: -3.5625rem;
  right: -0.625rem;
}

@media screen and (min-width: 600px) {
  .p-about-service__consultation::before {
    width: 6.25rem;
    top: -6.25rem;
    right: -3.875rem;
  }
}

@media (min-width: 600px) and (max-width: 1099px) {
  .p-about-service__consultation::before {
    top: -4.75rem;
    right: 2.5rem;
  }
}

@media (min-width: 1100px) and (max-width: 1439px) {
  .p-about-service__consultation::before {
    top: -6.9444444444vw;
    right: calc(370px + -30vw);
  }
}

.p-about-service-consultation__wrapper {
  position: relative;
}

.p-about-service-consultation__wrapper::before,
.p-about-service-consultation__wrapper::after {
  content: "";
  position: absolute;
}

.p-about-service-consultation__wrapper::before {
  background: url(../../images/page/about/about-service-item03@2x.png) no-repeat center/contain;
  aspect-ratio: 171/161;
  width: 5.3125rem;
  bottom: -3.125rem;
  right: 1.8125rem;
}

@media screen and (min-width: 600px) {
  .p-about-service-consultation__wrapper::before {
    width: 8.3125rem;
    right: auto;
    bottom: -4.625rem;
    left: -8.8125rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
  }
}

@media (min-width: 600px) and (max-width: 1099px) {
  .p-about-service-consultation__wrapper::before {
    bottom: -6.5rem;
    left: -0.3125rem;
  }
}

@media (min-width: 1100px) and (max-width: 1439px) {
  .p-about-service-consultation__wrapper::before {
    bottom: calc(-200.8px + 8.8vw);
    left: calc(436.1px + -40.1vw);
  }
}

.p-about-service-consultation__wrapper::after {
  background: url(../../images/page/about/about-service-item04@2x.png) no-repeat center/contain;
  aspect-ratio: 1/1;
  width: 5rem;
  bottom: -6.4375rem;
  right: -1.3125rem;
}

@media screen and (min-width: 600px) {
  .p-about-service-consultation__wrapper::after {
    width: 8.125rem;
    right: auto;
    bottom: -13.5rem;
    left: -6rem;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
    z-index: 1;
  }
}

@media (min-width: 600px) and (max-width: 1099px) {
  .p-about-service-consultation__wrapper::after {
    bottom: -15.375rem;
    left: 2.8125rem;
  }
}

@media (min-width: 1100px) and (max-width: 1439px) {
  .p-about-service-consultation__wrapper::after {
    bottom: calc(-342.8px + 8.8vw);
    left: calc(501.5px + -41.5vw);
  }
}

.p-about-service-consultation__list {
  margin-top: 2.4375rem;
}

@media screen and (min-width: 600px) {
  .p-about-service-consultation__list {
    margin-top: 2.625rem;
  }
}

.p-about-service-consultation__list .c-card06__item:nth-child(1) {
  position: relative;
}

.p-about-service-consultation__list .c-card06__item:nth-child(1)::before {
  content: "";
  background: url(../../images/page/about/about-service-item02@2x.png) no-repeat center/contain;
  aspect-ratio: 1/1;
  width: 4rem;
  position: absolute;
  bottom: -1.9375rem;
  left: -0.9375rem;
}

@media screen and (min-width: 600px) {
  .p-about-service-consultation__list .c-card06__item:nth-child(1)::before {
    width: 6.25rem;
    top: -7.0625rem;
    left: -4.4375rem;
    bottom: auto;
  }
}

@media (min-width: 600px) and (max-width: 1099px) {
  .p-about-service-consultation__list .c-card06__item:nth-child(1)::before {
    left: 3.125rem;
  }
}

@media (min-width: 1100px) and (max-width: 1439px) {
  .p-about-service-consultation__list .c-card06__item:nth-child(1)::before {
    left: calc(441.6px + -35.6vw);
  }
}

.p-about-service__exchange {
  padding-top: 4.875rem;
  position: relative;
}

@media screen and (min-width: 600px) {
  .p-about-service__exchange {
    padding-top: 7.375rem;
  }
}

.p-about-service__exchange::before {
  content: "";
  background: url(../../images/page/about/about-service-item05@2x.png) no-repeat center/contain;
  aspect-ratio: 1/1;
  width: 4rem;
  position: absolute;
  bottom: -2.1875rem;
  left: -0.75rem;
}

@media screen and (min-width: 600px) {
  .p-about-service__exchange::before {
    width: 6.25rem;
    bottom: -8.375rem;
    left: -4.8125rem;
  }
}

@media (min-width: 600px) and (max-width: 1099px) {
  .p-about-service__exchange::before {
    left: 3.125rem;
  }
}

@media (min-width: 1100px) and (max-width: 1439px) {
  .p-about-service__exchange::before {
    left: calc(461.4px + -37.4vw);
  }
}

@media screen and (min-width: 600px) {
  .p-about-service-exchange__wrapper {
    position: relative;
  }
}

@media screen and (min-width: 600px) {

  .p-about-service-exchange__wrapper::before,
  .p-about-service-exchange__wrapper::after {
    content: "";
    position: absolute;
  }
}

@media screen and (min-width: 600px) {
  .p-about-service-exchange__wrapper::before {
    background: url(../../images/page/about/about-service-item06_pc@2x.png) no-repeat center/contain;
    aspect-ratio: 1/1;
    width: 6.25rem;
    bottom: -1.5rem;
    right: -5.5rem;
  }
}

@media (min-width: 600px) and (max-width: 1099px) {
  .p-about-service-exchange__wrapper::before {
    bottom: -5.625rem;
    right: 0.6875rem;
  }
}

@media (min-width: 1100px) and (max-width: 1439px) {
  .p-about-service-exchange__wrapper::before {
    bottom: calc(-303.4px + 19.4vw);
    right: calc(332.2px + -29.2vw);
  }
}

@media screen and (min-width: 600px) {
  .p-about-service-exchange__wrapper::after {
    background: url(../../images/page/about/about-service-item07_pc@2x.png) no-repeat center/contain;
    aspect-ratio: 1/1;
    width: 7.5rem;
    bottom: -10.75rem;
    right: -0.1875rem;
  }
}

@media (min-width: 600px) and (max-width: 1099px) {
  .p-about-service-exchange__wrapper::after {
    bottom: -14.875rem;
    right: 6rem;
  }
}

@media (min-width: 1100px) and (max-width: 1439px) {
  .p-about-service-exchange__wrapper::after {
    bottom: calc(-451.4px + 19.4vw);
    right: calc(417.2px + -29.2vw);
  }
}

.p-about-service-exchange__list {
  margin-top: 2.4375rem;
}

@media screen and (min-width: 600px) {
  .p-about-service-exchange__list {
    margin-top: 2.625rem;
  }
}

.p-about-service__relation {
  margin-top: 5rem;
}

@media screen and (min-width: 600px) {
  .p-about-service__relation {
    max-width: 50rem;
    margin-top: 7.5rem;
    margin-inline: auto;
  }
}

.p-about-us {
  text-align: center;
  overflow: hidden;
}

@media screen and (min-width: 600px) {
  .p-about-us {
    min-width: 68.75rem;
    position: relative;
  }
}

.p-about-us__inner {
  padding-inline: 1.25rem 1.125rem;
}

@media screen and (min-width: 600px) {
  .p-about-us__inner {
    padding-inline: 1.5625rem 1.5625rem;
  }
}

.p-about-us::after {
  content: "";
  background: url(../../images/page/about/about-us-img_sp@2x.png) no-repeat center/cover;
  aspect-ratio: 375/270;
  display: block;
  width: 100vw;
  margin-top: 4.25rem;
  margin-inline: calc(50% - 50vw);
}

@media screen and (min-width: 600px) {
  .p-about-us::after {
    content: none;
    margin-inline: 0;
  }
}

@media screen and (min-width: 600px) {
  .p-about-us__container {
    position: relative;
    width: 41.875rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media screen and (min-width: 600px) {
  .p-about-us__container::before {
    content: "";
    background: url(../../images/page/about/about-us-woman_pc01@2x.png) no-repeat center/cover;
    aspect-ratio: 349/325;
    position: absolute;
  }
}

@media (min-width: 600px) and (max-width: 1099px) {
  .p-about-us__container::before {
    width: 17.5rem;
    top: -6.75rem;
    left: -12.8125rem;
  }
}

@media (min-width: 1100px) and (max-width: 1439px) {
  .p-about-us__container::before {
    width: 25.4166666667vw;
    top: -7.7777777778vw;
    left: 50%;
    -webkit-transform: translateX(calc(-50% - 2.02px - 36.18vw));
    transform: translateX(calc(-50% - 2.02px - 36.18vw));
  }
}

@media (min-width: 1440px) {
  .p-about-us__container::before {
    width: 22.875rem;
    top: -7rem;
    left: -23.25rem;
  }
}

@media screen and (min-width: 600px) {
  .p-about-us__container::after {
    content: "";
    background: url(../../images/page/about/about-us-male_pc@2x.png) no-repeat center/cover;
    aspect-ratio: 361/317;
    position: absolute;
    margin-top: 0;
  }
}

@media (min-width: 600px) and (max-width: 1099px) {
  .p-about-us__container::after {
    width: 17.9375rem;
    bottom: -1.125rem;
    right: -13.4375rem;
  }
}

@media (min-width: 1100px) and (max-width: 1439px) {
  .p-about-us__container::after {
    width: 26.1111111111vw;
    bottom: -1.25vw;
    right: 50%;
    -webkit-transform: translateX(calc(50% + 400px + 34.81vw - 382.91px));
    transform: translateX(calc(50% + 400px + 34.81vw - 382.91px));
  }
}

@media (min-width: 1440px) {
  .p-about-us__container::after {
    width: 23.5rem;
    bottom: -1.125rem;
    right: -23.25rem;
    margin-right: 0;
  }
}

.p-about-us__lead {
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-weight: 500;
  margin-top: 2.5rem;
}

@media screen and (min-width: 600px) {
  .p-about-us__lead {
    font-size: 1.25rem;
    line-height: 1.8;
  }
}

/* Safari 用 */
@supports (-webkit-hyphens: none) and (not (-ms-ime-align: auto)) {
  .p-about-us__lead {
    letter-spacing: -0.02em;
  }

  @media screen and (min-width: 600px) {
    .p-about-us__lead {
      letter-spacing: 0.04em;
    }
  }
}

/* Firefox 用 */
@-moz-document url-prefix() {
  .p-about-us__lead {
    letter-spacing: 0;
  }

  @media screen and (min-width: 600px) {
    .p-about-us__lead {
      letter-spacing: 0.04em;
    }
  }
}

.p-about-us__lead--orange {
  font-weight: 700;
  color: #ff8800;
}

.p-about-us__text {
  margin-top: 1.0625rem;
}

@media screen and (min-width: 600px) {
  .p-about-us__text {
    margin-top: 1rem;
  }
}

.p-about-us-text__block {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  word-break: keep-all;
  word-wrap: anywhere;
}

/* Safari 用 */
@supports (-webkit-hyphens: none) and (not (-ms-ime-align: auto)) {
  .p-about-us-text__block {
    letter-spacing: 0.02em;
  }
}

.p-about-us-text__block:nth-child(1) {
  width: 18.125rem;
  margin-inline: auto;
}

@media screen and (min-width: 600px) {
  .p-about-us-text__block:nth-child(1) {
    width: 31.5625rem;
  }
}

.p-about-us-text__emphasis {
  font-size: 1.125rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #ff8800;
  font-weight: 500;
  margin-block: -0.5rem -0.375rem;
}

@media screen and (min-width: 600px) {
  .p-about-us-text__emphasis {
    font-size: 1.25rem;
  }
}

.p-about-us-text__emphasis--large {
  font-size: 1.875rem;
}

@media screen and (min-width: 600px) {
  .p-about-us-text__emphasis--large {
    font-size: 2rem;
  }
}

@media screen and (min-width: 600px) {
  .p-about-voice {
    min-width: 68.75rem;
  }
}

.p-about-voice__btn {
  display: none;
}

@media screen and (min-width: 600px) {
  .p-about-voice__btn {
    display: block;
    width: 17.5rem;
    margin-top: -1.25rem;
    margin-inline: auto;
  }
}

.p-test {
  color: red;
  font-size: 1.5625rem;
}

@media screen and (min-width: 768px) {
  .p-test {
    font-size: 3.125rem;
  }
}

.p-voice__container {
  position: relative;
  padding-bottom: 3.8125rem;
}

@media screen and (min-width: 600px) {
  .p-voice__container {
    margin-top: 2.5625rem;
  }
}

@media screen and (min-width: 600px) {
  .p-voice-swiper__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.625rem 2.5rem;
    grid-template-areas: "area1 area2" "area3 area4" "area5 area6";
  }
}

.p-voice-swiper__slide {
  background: #f9f8f2;
  border-radius: 0.625rem;
  padding: 1rem 1rem 1rem 1.125rem;
  margin-top: 2.5625rem;
}

@media screen and (min-width: 600px) {
  .p-voice-swiper__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1.3125rem 1.5625rem 0.875rem;
    margin-top: 0;
  }
}

.p-voice-swiper__slide:nth-child(even) {
  background: #fff5d8;
}

.p-voice-swiper__slide:nth-child(1) {
  grid-area: area1;
}

.p-voice-swiper__slide:nth-child(2) {
  grid-area: area2;
}

.p-voice-swiper__slide:nth-child(3) {
  grid-area: area4;
}

.p-voice-swiper__slide:nth-child(4) {
  grid-area: area3;
}

.p-voice-swiper__slide:nth-child(5) {
  grid-area: area5;
}

.p-voice-swiper__slide:nth-child(6) {
  grid-area: area6;
}

.p-voice-swiper__image {
  width: 4.986875rem;
  height: 4.986875rem;
  margin-inline: auto;
}

@media screen and (min-width: 600px) {
  .p-voice-swiper__image {
    width: 6rem;
    height: 6rem;
    margin-inline: 0;
  }
}

.p-voice-swiper__image img {
  aspect-ratio: 79.79/79.79;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

@media screen and (min-width: 600px) {
  .p-voice-swiper__text-wrapper {
    width: 23.8125rem;
  }
}

.p-voice-swiper__title {
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: bold;
  color: #ff8800;
  margin-top: 0.5rem;
}

@media screen and (min-width: 600px) {
  .p-voice-swiper__title {
    letter-spacing: 0.01em;
  }
}

.p-voice-swiper__text {
  font-size: 1rem;
  line-height: 1.88;
  letter-spacing: 0;
  margin-top: 0.4375rem;
}

.swiper-button-prev,
.swiper-button-next {
  top: 15.9375rem;
  background: #d9d9d9;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  pointer-events: auto;
}

@media screen and (min-width: 600px) {

  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
}

.swiper-button-prev::before,
.swiper-button-prev::after,
.swiper-button-next::before,
.swiper-button-next::after {
  content: "";
  width: 0.3125rem;
  height: 0.0625rem;
  background: #ffffff;
  border-radius: 0.0625rem;
  position: absolute;
}

/* 前への矢印 */
.swiper-button-prev {
  left: -1.125rem;
}

.swiper-button-prev::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 1.0625rem;
  left: 0.875rem;
}

.swiper-button-prev::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0.875rem;
  left: 0.875rem;
}

/* 次への矢印 */
.swiper-button-next {
  right: -1.125rem;
}

.swiper-button-next::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0.875rem;
  left: 0.875rem;
}

.swiper-button-next::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 1.0625rem;
  left: 0.875rem;
}

.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}

/* ページネーション */
.swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  background-color: #e5e5e5;
  opacity: 1;
  margin: 0 0.5rem;
}

.swiper-pagination-bullet-active {
  background-color: #ff8800;
}

@media screen and (min-width: 600px) {
  .u-desktop-block {
    display: block;
  }
}

.u-desktop {
  display: none;
}

@media screen and (min-width: 600px) {
  .u-desktop {
    display: block;
  }
}

.u-mobile-block {
  display: block;
}

@media screen and (min-width: 600px) {
  .u-mobile-block {
    display: inline;
  }
}

@media screen and (min-width: 600px) {
  .u-mobile {
    display: none;
  }
}

/*# sourceMappingURL=styles.css.map */