@charset "UTF-8";
* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-size: 16px;
  overflow-x: clip;
}
@media screen and (max-width: 768px) {
  body {
    line-height: 1.5;
  }
}

a {
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
}
a a:hover {
  opacity: 0.7;
}

img {
  image-rendering: -webkit-optimize-contrast;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
}

img,
svg,
video {
  width: 100%;
  max-width: 100%;
  height: auto;
}

picture img {
  width: 100%;
  height: auto;
}

table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
}
table th,
table td {
  word-break: break-all;
}

input::-ms-clear {
  display: none;
}

[data-js-focus-visible]:focus:not([data-focus-visible-added]) {
  outline: none;
}

/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  box-sizing: inherit;
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}
*:focus {
  outline: none;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  height: 0; /* Add the correct box sizing in Firefox */
  overflow: visible; /* Show the overflow in Edge and IE */
}

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

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

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

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  color: inherit;
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button,
html [type=button],
[type=reset],
[type=submit] {
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
}

/* Style select like a standard input */
select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  vertical-align: middle;
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

ol,
ul {
  list-style: none;
}

input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

input,
textarea {
  border-radius: 0;
}
input:focus,
textarea:focus {
  outline: none;
}

h1,
h2,
h3,
h4 {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

p,
input,
textarea,
li,
span {
  font-family: "Noto Sans JP", sans-serif;
}

a {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  text-decoration: none;
}

.lazyload-img {
  opacity: 0;
  transition: 0.3s opacity;
}
.lazyload-img.lazyloaded {
  opacity: 1;
}

.section {
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.m-section {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .m-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.s-section {
  width: 100%;
  padding-top: 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .s-section {
    padding-top: 80px;
  }
}

.inner {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.breadcrumb {
  padding-top: 16px;
}

.breadcrumb__item a {
  display: block;
  position: relative;
}
.breadcrumb__item a::after {
  display: block;
  content: "";
  width: 90%;
  height: 1px;
  background-color: #0E2118;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
}

.breadcrumb__arrow {
  margin: 2px 8px;
}

.breadcrumb__item {
  color: #0E2118;
  font-size: 13px;
  font-weight: 400;
  line-height: 1; /* 13px */
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .breadcrumb__item {
    font-size: 12px;
  }
}
.breadcrumb__item span {
  color: #0E2118;
  font-size: 13px;
  font-weight: 400;
  line-height: 1; /* 13px */
  letter-spacing: 0.05em;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .breadcrumb__item span {
    font-size: 12px;
  }
}

.breadcrumb span:first-child {
  margin-left: 0;
}

.breadcrumb span:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 320px;
}
@media screen and (max-width: 768px) {
  .breadcrumb span:last-child {
    max-width: 240px;
  }
}

.is-nav {
  display: block;
}
@media screen and (max-width: 768px) {
  .is-nav {
    display: none;
  }
}

.is-middle {
  display: none;
}
@media screen and (max-width: 1120px) {
  .is-middle {
    display: block;
  }
}

.is-tab {
  display: none;
}
@media screen and (max-width: 1024px) {
  .is-tab {
    display: block;
  }
}

.is-pc {
  display: block;
}
@media screen and (max-width: 1024px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .is-sp {
    display: block;
  }
}

.is-small-sp {
  display: none;
}
@media screen and (max-width: 400px) {
  .is-small-sp {
    display: block;
  }
}

.js-fadeUp {
  opacity: 0;
  /* 最初は非表示 */
  transform: translateY(30px);
  /* 下に30pxの位置から */
  transition: opacity 0.8s, transform 0.8s;
}

.js-fadeUp2 {
  opacity: 0;
  /* 最初は非表示 */
  transform: translateY(30px);
  /* 下に30pxの位置から */
  transition: opacity 1.5s, transform 1.5s;
}

.inview {
  opacity: 1;
  /* 表示領域に入ったら表示 */
  transform: translateY(0);
  /* 30px上に移動する */
  transition-delay: 0.5s;
  /* フェード開始を0.5秒遅らせる */
}

.js-fadeUp2.inview {
  opacity: 1;
  /* 表示領域に入ったら表示 */
  transform: translateY(0);
  /* 30px上に移動する */
  transition-delay: 0.8s;
  /* フェード開始を0.5秒遅らせる */
}

.top__btn {
  position: fixed;
  bottom: 38px;
  right: 38px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .top__btn {
    bottom: 10px;
    right: 10px;
  }
}

.top__btn__link {
  opacity: 0;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #F7837B;
  border: solid 2px #F7837B;
  position: relative;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .top__btn__link:hover {
    background-color: #fff;
  }
  .top__btn__link:hover:before {
    border-right: 2px solid #F7837B;
    border-bottom: 2px solid #F7837B;
  }
}
@media screen and (max-width: 768px) {
  .top__btn__link {
    width: 40px;
    height: 40px;
  }
}
.top__btn__link:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-135deg);
}
@media screen and (max-width: 768px) {
  .top__btn__link:before {
    width: 8px;
    height: 8px;
  }
}

.grecaptcha-badge {
  right: -300px !important;
}

.notfound {
  padding-top: 280px;
  padding-bottom: 180px;
  text-align: center;
}

.notfound__title span {
  display: block;
  line-height: 2;
  letter-spacing: 0.1em;
}
.notfound__title span:nth-of-type(1) {
  font-size: 36px;
  font-weight: 900;
}
.notfound__title span:nth-of-type(2) {
  font-size: 16px;
  font-weight: 500;
}

.notfound__text {
  margin-top: 24px;
  display: block;
  font-weight: 400;
  line-height: 2; /* 28px */
  letter-spacing: 0.1em;
}

.--pink {
  color: #F7837B;
}

/**
* @file _l-footer.scss
**/
.footer1 {
  background: #F9F7F2;
}

.footer1__inner {
  display: flex;
  justify-content: space-between;
  padding-top: 88px;
  padding-bottom: 88px;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .footer1__inner {
    flex-wrap: wrap;
    gap: 40px;
    padding: 65px 20px 40px;
  }
}

@media screen and (max-width: 1024px) {
  .footer1__left {
    display: flex;
    flex-flow: column;
  }
}

.footer1__logo {
  color: #0E2118;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5; /* 42px */
  letter-spacing: 0.05em;
  margin-bottom: 32px;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .footer1__logo {
    font-size: 20px;
    margin-bottom: 24px;
  }
}

.footer1__address {
  color: #0E2118;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5; /* 24px */
  letter-spacing: 0.05em;
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  .footer1__address {
    font-size: 14px;
    margin-bottom: 24px;
  }
}

.footer1__tel,
.footer1__mail {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 255px;
  height: 48px;
}
.footer1__tel img,
.footer1__mail img {
  max-width: 16px;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .footer1__tel img,
  .footer1__mail img {
    max-width: 18px;
  }
}

.footer1__tel {
  border-radius: 50px;
  background: #FFF;
  color: #F7837B;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1; /* 16px */
  letter-spacing: 0.05em;
  border: 1px solid #F7837B;
}
.footer1__tel img {
  margin-right: 8px;
}

.footer1__mail {
  margin-top: 24px;
  border-radius: 50px;
  background: #F7837B;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1; /* 16px */
  letter-spacing: 0.05em;
}
.footer1__mail img {
  margin-right: 10px;
}
@media screen and (max-width: 1024px) {
  .footer1__mail {
    margin-top: 16px;
  }
}

.footer1__item {
  color: #0E2118;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.5; /* 40px */
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .footer1__item {
    font-size: 14px;
    line-height: 2.3;
  }
}

.footer1__copyright {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  line-height: normal;
  letter-spacing: 0.05em;
  text-align: center;
  background: #F7837B;
  padding: 16px 0;
}

/**
* @file _l-header.scss
**/
.header2 {
  padding-top: 23px;
  position: relative;
  width: 100%;
  transition: 0.6s;
  height: 110px;
  transition: all 0.3s;
  background: #fff;
  padding-left: 48px;
  padding-right: 48px;
  z-index: 99;
}
@media screen and (max-width: 1400px) {
  .header2 {
    zoom: 0.8;
  }
}
@media screen and (max-width: 1120px) {
  .header2 {
    zoom: 0.75;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .header2 {
    zoom: unset;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 8px;
    height: 80px;
    padding-bottom: 8px;
  }
}
.header2.is-fixed {
  position: fixed;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px;
}

@media screen and (max-width: 1024px) {
  .header2__nav {
    position: fixed;
    top: 0;
    right: -100%;
    padding-top: 86px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: initial;
    width: 100%;
    height: 100dvh;
    background: #fff;
    transition: 0.6s;
  }
  .header2__nav.is-open {
    right: 0;
  }
}

.header2__nav__content {
  width: 100%;
  margin-left: auto;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .header2__nav__content {
    width: 100%;
    height: 100%;
    overflow: auto;
  }
}

.header2__logo {
  width: fit-content;
}
.header2__logo a {
  display: inline-block;
  color: #239538;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5; /* 30px */
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .header2__logo {
    display: none;
  }
}

@media (any-hover: hover) {
  .header2__logo:hover::before {
    opacity: 0.3;
  }
}
.header2__logo--sp {
  display: none;
}
.header2__logo--sp a {
  color: #239538;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5; /* 24px */
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .header2__logo--sp {
    margin-top: 8px;
    display: flex;
    width: fit-content;
    position: relative;
    z-index: 3000;
  }
}

.header2__menu {
  margin-left: auto;
  display: flex;
  align-items: center;
  margin-right: 32px;
}
@media screen and (max-width: 1024px) {
  .header2__menu {
    margin-top: 8px;
    margin-right: 0;
    display: block;
    width: 100%;
  }
}

.header2__list {
  position: relative;
  white-space: nowrap;
}
.header2__list:last-of-type .header2__link {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .header2__list {
    width: 100%;
  }
}
.header2__list:hover::before {
  width: 70%;
}

.header2__list.active {
  position: relative;
}

.header2__link {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  color: #0E2118;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1; /* 16px */
  letter-spacing: 0.05em;
  transition: all 0.3s;
  margin-right: 24px;
}
.header2__link span {
  color: #F7837B;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1; /* 14px */
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .header2__link {
    gap: 6px;
    padding: 10px;
    margin-right: 0;
    font-size: 14px;
  }
  .header2__link span {
    font-size: 12px;
  }
}
.header2__link::after {
  content: "";
  display: block;
  height: 2px;
  border-radius: 15px;
  width: 0%;
  background: #F7837B;
  bottom: -14px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
}
@media (any-hover: hover) {
  .header2__link:hover {
    color: #F7837B;
  }
  .header2__link:hover::after {
    width: 38px;
  }
}

.header2__contact__btn {
  width: 100%;
  max-width: 170px;
  margin-right: 22px;
  border-radius: 5px;
  background: linear-gradient(98deg, rgba(247, 131, 123, 0.7) 3.55%, #F7837B 95.92%);
  box-shadow: 0 0 20px 0 rgba(14, 33, 24, 0.05);
  transition: all 0.3s;
  height: 64px;
}
@media screen and (max-width: 1024px) {
  .header2__contact__btn {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 50%;
    width: 50%;
    margin-right: 0;
    border-radius: 0;
  }
}
.header2__contact__btn .header2__contact__btn__link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .header2__contact__btn .header2__contact__btn__link {
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    padding: 15px;
  }
}
.header2__contact__btn .header2__contact__btn__icon {
  width: 18px;
  display: inline-block;
  margin-right: 8px;
}
.header2__contact__btn .header2__contact__svg-path {
  fill: #fff; /* SVGの色を変更 */
}
.header2__contact__btn p {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 1; /* 16px */
}
@media screen and (max-width: 1024px) {
  .header2__contact__btn p {
    margin-top: 0;
    font-size: 14px;
  }
}

.header2__tel__btn {
  width: 100%;
  max-width: 170px;
  border-radius: 5px;
  border: 1px solid #F7837B;
  background: #FFF;
  box-shadow: 0 0 20px 0 rgba(14, 33, 24, 0.05);
  transition: all 0.3s;
  height: 64px;
}
@media screen and (max-width: 1024px) {
  .header2__tel__btn {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 50%;
    width: 50%;
    border-radius: 0;
  }
}
.header2__tel__btn .header2__tel__btn__link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding: 20px 10px;
}
@media screen and (max-width: 1024px) {
  .header2__tel__btn .header2__tel__btn__link {
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    padding: 15px;
  }
}
.header2__tel__btn .header2__tel__btn__icon {
  width: 14px;
  height: 15px;
  display: inline-block;
  margin-right: 8px;
}
.header2__tel__btn .header2__tel__btn__icon .svg-icon {
  vertical-align: top;
}
.header2__tel__btn .header2__tel__svg-path {
  fill: #F7837B; /* SVGの色を変更 */
}
.header2__tel__btn p {
  white-space: nowrap;
  color: #F7837B;
  font-size: 16px;
  font-weight: 500;
  line-height: 1; /* 16px */
}
@media screen and (max-width: 1024px) {
  .header2__tel__btn p {
    margin-top: 0;
    font-size: 14px;
  }
}

/********************************************************/
/* ハンバーガーメニュー */
/********************************************************/
.header2__nav__toggle {
  z-index: 2000;
  display: none;
  position: absolute;
  min-width: 36px;
  cursor: pointer;
  background: #F7837B;
  top: 8px;
  right: 20px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  .header2__nav__toggle {
    display: block;
  }
}

.header2__nav__menu-line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 2px;
  border-radius: 10px;
  background-color: #fff;
  transition: 0.6s;
}

.header2__nav__menu-line1 {
  top: 23px;
}

.header2__nav__menu-line2 {
  top: 32px;
}

.header2__nav__menu-line3 {
  top: 41px;
}

#js-nav-menu2.is-open .header2__nav__menu-line1 {
  position: absolute;
  top: 32px;
  left: 20px;
  transform: rotate(135deg);
  height: 2px;
}

#js-nav-menu2.is-open .header2__nav__menu-line2 {
  opacity: 0;
}

#js-nav-menu2.is-open .header2__nav__menu-line3 {
  position: absolute;
  max-width: 50px;
  top: 32px;
  left: 20px;
  transform: rotate(-135deg);
  height: 2px;
}

/**
* @file _l-header.scss
**/
/*=======
# フッター
======================================================*/
@media screen and (max-width: 768px) {
  .cta5.section {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .cta5__inner.inner {
    padding: 0;
  }
}

.cta5__bg {
  padding-top: 126px;
  padding-bottom: 114px;
  position: relative;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
}
.cta5__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -2;
  background-image: url(../images/common/cta-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .cta5__bg::before {
    border-radius: 0px;
  }
}
.cta5__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(1, 58, 4, 0.64);
  mix-blend-mode: multiply;
  z-index: -1;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .cta5__bg::after {
    border-radius: 0px;
  }
}
@media screen and (max-width: 768px) {
  .cta5__bg {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.cta5__text {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 2; /* 32px */
  letter-spacing: 0.15em;
}
.cta5__text:first-of-type {
  margin-top: 40px;
}
.cta5__text:last-of-type {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .cta5__text {
    font-size: 14px;
  }
  .cta5__text:first-of-type {
    margin-top: 32px;
  }
  .cta5__text:last-of-type {
    margin-top: 20px;
  }
}

.cta5__nav__icon {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 32px;
}
@media screen and (max-width: 1024px) {
  .cta5__nav__icon {
    margin-top: 32px;
    flex-wrap: wrap;
    gap: 20px;
  }
}

.cta5__nav__tel,
.cta5__nav__mail {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 255px;
  height: 48px;
}
.cta5__nav__tel img,
.cta5__nav__mail img {
  max-width: 16px;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .cta5__nav__tel img,
  .cta5__nav__mail img {
    max-width: 18px;
  }
}

.cta5__nav__tel {
  border-radius: 50px;
  background: #FFF;
  color: #F7837B;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1; /* 16px */
  letter-spacing: 0.05em;
}
.cta5__nav__tel img {
  margin-right: 8px;
  margin-left: 3px;
}

.cta5__nav__mail {
  border-radius: 50px;
  background: #F7837B;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1; /* 16px */
  letter-spacing: 0.05em;
}
.cta5__nav__mail img {
  margin-right: 10px;
}

.table1 {
  margin-top: 56px;
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .table1 {
    margin-top: 28px;
  }
}

.table1__contents {
  display: grid;
  grid-template-columns: 250px 1fr;
}
@media screen and (max-width: 768px) {
  .table1__contents {
    grid-template-columns: 1fr;
  }
}

.table1__header {
  padding: 21px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  background: #848484;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .table1__header {
    padding: 6px 12px;
    font-size: 14px;
    text-align: left;
  }
}

.table1__data {
  padding: 21px 48px;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5; /* 16px */
  letter-spacing: 0.06em;
  background: #f4f4f4;
  border: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .table1__data {
    padding: 12px 12px;
    font-size: 14px;
  }
}

.table1__data__list {
  color: #333;
  font-family: "Noto Sans JP" sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.1em;
  margin-left: 20px;
  text-indent: -20px;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .table1__data__list {
    font-size: 14px;
  }
}

.lower__mv__wrap {
  height: 400px;
}
@media screen and (max-width: 768px) {
  .lower__mv__wrap {
    height: 180px;
  }
}

.lower__mv {
  display: flex;
  padding-left: 8.333%;
  gap: 32px;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .lower__mv {
    gap: 16px;
    padding-left: 5.333%;
  }
}

.lower__mv__title {
  flex-shrink: 0;
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  .lower__mv__title {
    margin-top: 0;
  }
}

.lower__mv__title--top {
  display: block;
  color: #F7837B;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1; /* 16px */
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .lower__mv__title--top {
    font-size: 12px;
  }
}

.lower__mv__title--bottom {
  display: block;
  margin-top: 13px;
  color: #0E2118;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5; /* 48px */
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .lower__mv__title--bottom {
    line-height: 1; /* 18px */
    margin-top: 8px;
    font-size: 18px;
  }
}

.lower__mv__img {
  width: 79.6%;
}
.lower__mv__img img {
  border-radius: 10px;
  height: 400px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .lower__mv__img img {
    height: 180px;
  }
}

.p-contact__ellipse1 {
  position: absolute;
  width: 500px;
  top: 172px;
  left: 0px;
  z-index: 1;
}
@media screen and (max-width: 1400px) {
  .p-contact__ellipse1 {
    display: none;
  }
}

.p-contact__ellipse2 {
  position: absolute;
  top: 440px;
  left: 0px;
}

.p-contact__ellipse3 {
  position: absolute;
  bottom: 485px;
  right: 0px;
}

.p-contact__ellipse4 {
  position: absolute;
  bottom: 206px;
  right: 0px;
}

.p-contact__decoration {
  position: absolute;
  top: -87px;
  right: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 150px;
  font-style: normal;
  font-weight: 700;
  line-height: 1; /* 150px */
  letter-spacing: 0.05em;
  opacity: 0.2;
  background: linear-gradient(90deg, rgba(247, 214, 171, 0.8) 0%, rgba(247, 131, 123, 0.3) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1400px) {
  .p-contact__decoration {
    font-size: 106px;
  }
}
@media screen and (max-width: 1024px) {
  .p-contact__decoration {
    font-size: 76px;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__decoration {
    top: -36px;
    font-size: 36px;
  }
}

.contact-main3 {
  margin-top: 87px;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}
.contact-main3::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 10px;
  background: linear-gradient(278deg, #F9F7F2 0.28%, #FFF 97.86%);
}
@media screen and (max-width: 768px) {
  .contact-main3 {
    margin-top: 40px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.btn-contact3 {
  display: block;
  width: 100%;
  max-width: 392px;
  margin-inline: auto;
  padding: 40px 24px 34px 24px;
  text-align: center;
  border-radius: 10px;
  background: #F7837B;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .btn-contact3 {
    max-width: 300px;
    margin-top: 24px;
    padding: 24px 16px;
  }
}

.btn-contact3__num {
  color: #FFF;
  font-size: 40px;
  font-weight: 700;
  line-height: 1; /* 40px */
  letter-spacing: 0.05em;
  text-transform: uppercase;
  position: relative;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .btn-contact3__num {
    font-size: 24px;
    text-align: center;
    padding-left: 40px;
  }
}
.btn-contact3__num::before {
  display: block;
  content: "";
  background-image: url(../images/common/tell-white.svg);
  width: 32px;
  height: 32px;
  background-size: contain;
  position: absolute;
  top: 56%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .btn-contact3__num::before {
    width: 20px;
    height: 20px;
    left: 35px;
  }
}

.btn-contact3__shop {
  margin-top: 8px;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1; /* 14px */
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .btn-contact3__shop {
    font-size: 13px;
  }
}

.contact-main4 {
  padding-top: 120px;
  padding-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact-main4 {
    padding-top: 80px;
    padding-bottom: 24px;
  }
}

.contact-main4__text {
  color: #0E2118;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8; /* 28.8px */
  letter-spacing: 0.05em;
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .contact-main4__text {
    margin-top: 40px;
    font-size: 14px;
  }
}

.contact-form3 {
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .contact-form3 {
    padding-bottom: 80px;
  }
}
.contact-form3 .form__menu {
  max-width: 900px;
  width: 100%;
  margin-inline: auto;
}
.contact-form3 .form__list {
  margin-top: 24px;
  display: block;
}
.contact-form3 .form__list:first-of-type {
  margin-top: 0px;
}
.contact-form3 .form__list__header {
  color: #0E2118;
  font-size: 18px;
  font-weight: 700;
  line-height: 1; /* 18px */
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .contact-form3 .form__list__header {
    font-size: 14px;
  }
}
.contact-form3 .required {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 1; /* 14px */
  letter-spacing: 0.2em;
  border-radius: 2px;
  background: #F7837B;
  width: 51px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .contact-form3 .required {
    font-size: 10px;
    width: 44px;
    height: 21px;
  }
}
.contact-form3 .any {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 1; /* 14px */
  letter-spacing: 0.2em;
  border-radius: 2px;
  width: 51px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .contact-form3 .any {
    font-size: 10px;
    width: 44px;
    height: 21px;
  }
}
.contact-form3 .wpcf7-list-item {
  color: #0E2118;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .contact-form3 .wpcf7-list-item {
    font-size: 14px;
  }
}
.contact-form3 {
  /* Input styles */
}
.contact-form3 .form__list__data .form-text,
.contact-form3 .form__list__data textarea {
  width: 100%;
  padding: 10px 15px;
  height: 48px;
  color: #333;
  font-weight: 400;
  line-height: 2;
  border: 1px solid #9D9D9D;
  background: #FFF;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .contact-form3 .form__list__data .form-text,
  .contact-form3 .form__list__data textarea {
    height: 36px;
    font-size: 14px;
    padding: 8px 10px;
  }
}
.contact-form3 .form__list__data textarea {
  resize: vertical;
  height: 190px;
}
.contact-form3 .checkbox {
  display: flex;
  align-items: center;
  gap: 24px 32px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .contact-form3 .checkbox {
    align-items: start;
    flex-direction: column;
    gap: 8px;
    padding-bottom: 8px;
  }
}
.contact-form3 {
  /* Checkbox and radio styles */
}
.contact-form3 .form__list__data input[type=radio] {
  max-width: 14px;
  background-color: #fff;
}
.contact-form3 .form__list__data input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 14px;
  height: 14px;
  border-radius: 50px;
  border: 1px solid #9D9D9D;
  position: relative;
  outline: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .contact-form3 .form__list__data input[type=radio] {
    margin-top: 3px;
  }
}
.contact-form3 input[type=radio]:checked::before {
  content: "";
  width: 8.3px;
  height: 8.3px;
  top: 50%;
  left: 50%;
  border-radius: 50px;
  position: absolute;
  background-color: #333;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.contact-form3 {
  /* Checkbox and radio styles */
}
.contact-form3 .wpcf7-not-valid-tip {
  margin-top: 10px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .contact-form3 .wpcf7-not-valid-tip {
    font-size: 14px;
  }
}
.contact-form3 {
  /* Form button styles */
}
.contact-form3 .form__btn {
  margin-top: 40px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact-form3 .form__btn {
    margin-top: 25px;
  }
}
.contact-form3 .form__btn__text {
  width: 249px;
  display: inline-block;
  margin-inline: auto;
  border-radius: 30px;
  background: #F7837B;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 1; /* 14px */
  letter-spacing: 0.05em;
  padding-top: 19px;
  padding-bottom: 19px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .contact-form3 .form__btn__text {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 14px;
  }
}
@media (any-hover: hover) {
  .contact-form3 .form__btn__text:hover {
    background: #fff;
    color: #F7837B;
    border: 1px solid #F7837B;
  }
}
.contact-form3 .form__btn input[type=submit] {
  display: block;
  text-align: center;
  width: 100%;
  border: none;
}
.contact-form3 .wpcf7-spinner {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
}
.contact-form3 .wpcf7-list-item {
  display: block;
  margin: 0;
}
.contact-form3 .wpcf7-list-item label {
  display: flex;
  align-items: center;
  color: #0E2118;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.05em;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .contact-form3 .wpcf7-list-item label {
    align-items: start;
    justify-content: center;
    font-size: 14px;
  }
}
.contact-form3 .wpcf7-list-item label {
  /* Checkbox and radio styles */
}
.contact-form3 .wpcf7-list-item label .consent {
  max-width: 14px;
  background-color: #fff;
}
.contact-form3 .wpcf7-list-item label .consent {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 14px;
  height: 14px;
  border-radius: 50px;
  border: 1px solid #0E2118;
  position: relative;
  outline: none;
  cursor: pointer;
  top: 1px;
}
.contact-form3 .wpcf7-list-item label .consent:checked::before {
  content: "";
  width: 8.3px;
  height: 8.3px;
  border-radius: 50px;
  position: absolute;
  background-color: #0E2118;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.contact-form3 .acceptance__text label {
  justify-content: center;
}
.contact-form3 .wpcf7-not-valid-tip {
  margin-top: 5px;
  color: #ce0201;
  font-size: 14px;
  font-weight: normal;
  display: block;
  letter-spacing: 0.1em;
}
.contact-form3 .wpcf7 form.sent .wpcf7-response-output {
  color: #333;
  text-align: center;
  font-size: 14px;
}
.contact-form3 .wpcf7 form .wpcf7-response-output {
  border: none;
}
.contact-form3 .wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2;
  text-align: center !important;
  position: relative !important;
  top: 0px !important;
}
.contact-form3 .wpcf7-form-control-wrap {
  text-align: center;
}
.contact-form3 option {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-form3 .wpcf7-not-valid-tip {
  margin-top: 5px;
  color: #ce0201;
  font-size: 14px;
  font-weight: normal;
  display: block;
  text-align: left;
}

.privacy3__wrap {
  color: #0E2118;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5; /* 21px */
  letter-spacing: 0.05em;
  padding: 24px 32px;
  border: 1px solid #9D9D9D;
  background: #FFF;
  height: 132px;
  overflow-y: scroll;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .privacy3__wrap {
    padding: 16px;
    margin-bottom: 12px;
  }
}

.privacy3__heading {
  font-weight: bold;
  line-height: 2;
}

.privacy3__text {
  margin-bottom: 24px;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .privacy3__text {
    padding-left: 0;
  }
}

.privacy3__list {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 2;
}
.privacy3__list .--indent {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}

.textarea__text {
  color: #0E2118;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5; /* 21px */
  letter-spacing: 0.05em;
  margin-top: 3px;
  margin-bottom: 8px;
}

a {
  transition: opacity 0.3s;
}

@media (any-hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}
.common__head {
  color: #0E2118;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1; /* 26px */
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .common__head {
    font-size: 18px;
  }
}

.common__text1 {
  color: #0E2118;
  font-size: 16px;
  font-weight: 400;
  line-height: 2; /* 32px */
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .common__text1 {
    font-size: 14px;
    line-height: 1.8; /* 25.2px */
  }
}

.common__text2 {
  color: #0E2118;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8; /* 28.8px */
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .common__text2 {
    font-size: 14px;
  }
}

.common__intro__text {
  color: #0E2118;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.2; /* 35.2px */
  letter-spacing: 0.8px;
}
@media screen and (max-width: 768px) {
  .common__intro__text {
    text-align: left;
    font-size: 14px;
  }
}

.title__en {
  color: #F7837B;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1; /* 16px */
  letter-spacing: 0.1em;
}
.title__en.--white {
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .title__en {
    font-size: 14px;
  }
}

.title__ja {
  margin-top: 8px;
  color: #0E2118;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1; /* 32px */
  letter-spacing: 0.05em;
}
.title__ja.--white {
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .title__ja {
    font-size: 22px;
  }
}

.common__btn.--center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.common__btn a {
  display: flex;
  width: 249px;
  height: 52px;
  padding: 8px 4px 8px 40px;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  border: 1px solid #F7837B;
  gap: 32px;
  color: #F7837B;
  font-size: 14px;
  font-weight: 500;
  line-height: 1; /* 14px */
  letter-spacing: 0.05em;
}
.common__btn a img {
  width: 36px;
  height: 36px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .common__btn a {
    width: 180px;
    height: 38px;
    padding: 6px 3px 6px 28px;
    gap: 24px;
    border-radius: 21.687px;
    border: 0.723px solid #F7837B;
    font-size: 12px;
  }
  .common__btn a img {
    width: 26.024px;
    height: 26.024px;
  }
}

.fade-bg.fade-in {
  opacity: 1;
  transform: scale(1);
}

.fade-bg {
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.lower-privacy .privacy__container {
  position: relative;
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
}
.lower-privacy p {
  margin-top: 8px;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 400;
  line-height: 2; /* 40px */
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .lower-privacy p {
    font-size: 14px;
  }
}
.lower-privacy p span {
  margin-top: 24px;
  margin-bottom: 8px;
  display: block;
  color: #333;
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .lower-privacy p span {
    margin-top: 18px;
    font-size: 16px;
  }
}
.lower-privacy p:first-of-type {
  margin-top: 0px;
}
.lower-privacy h2:first-of-type {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .lower-privacy h2:first-of-type {
    margin-top: 40px;
  }
}
.lower-privacy h2 {
  margin-top: 48px;
  color: #848484;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .lower-privacy h2 {
    margin-top: 24px;
    font-size: 18px;
  }
}
.lower-privacy ul {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.06em;
}
.lower-privacy li {
  text-indent: -1em;
  padding-left: 1em;
}

.wrapper {
  position: relative;
  overflow: hidden;
}

.--circle1 {
  position: absolute;
  top: -41px;
  left: 0px;
}
@media screen and (max-width: 1024px) {
  .--circle1 {
    top: -14px;
  }
}

.--circle2 {
  position: absolute;
  top: 249px;
  left: -0.62px;
}

.--circle3 {
  position: absolute;
  top: 892px;
  right: 0px;
}

.--circle4 {
  position: absolute;
  top: 1196px;
  right: 0px;
}

.--circle5 {
  position: absolute;
  top: 1083px;
  left: 0px;
}

.--circle6 {
  position: absolute;
  top: 1495px;
  left: -0.62px;
}

.mv {
  padding-top: 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mv {
    padding-top: 9px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .mv {
    height: 407px;
  }
}

.mv__img {
  display: block;
  width: 53.8194%;
  margin-left: auto;
  margin-right: 8.333%;
  animation-name: my-fade-in;
  animation-duration: 3s;
  overflow: hidden;
  border-radius: 10px;
  aspect-ratio: 775/547;
  clip-path: inset(0 round 10px);
  -webkit-clip-path: inset(0 round 10px);
}
@media screen and (max-width: 1120px) {
  .mv__img {
    margin-right: 3%;
  }
}
@media screen and (max-width: 599px) {
  .mv__img {
    max-width: 335px;
    width: 100%;
    aspect-ratio: 335/236;
    margin-inline: auto;
  }
}
.mv__img img {
  width: 100%;
  object-fit: cover;
  border-radius: inherit;
}
@media screen and (max-width: 768px) {
  .mv__img img {
    height: auto;
  }
}

@keyframes my-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.mv__content {
  position: absolute;
  left: 6%;
  top: 35.14%;
  z-index: 2;
}
@media screen and (max-width: 599px) {
  .mv__content {
    z-index: 2;
    top: 221px;
    left: 18px;
  }
}

.mv__title {
  width: 100%;
  max-width: 313px;
}
@media screen and (max-width: 768px) {
  .mv__title {
    max-width: 130px;
  }
}

.mv__text-outline {
  padding: 8px 16px;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .mv__text-outline {
    padding: 4px 8px;
  }
}

.mv__text-outline:last-child {
  margin-bottom: 0;
}

.mv__text {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .mv__text {
    margin-top: 8px;
  }
}

.mv__text-outline,
.mv__text-inline {
  display: inline-block;
  white-space: nowrap;
  color: #0E2118;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  border-radius: 5px;
}
@media screen and (max-width: 1024px) {
  .mv__text-outline,
  .mv__text-inline {
    font-size: 35px;
  }
}
@media screen and (max-width: 768px) {
  .mv__text-outline,
  .mv__text-inline {
    font-size: 24px;
  }
}

.mv__text-outline2,
.mv__text-inline2 {
  display: inline-block;
  white-space: nowrap;
  color: #0E2118;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5; /* 24px */
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .mv__text-outline2,
  .mv__text-inline2 {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .mv__text-outline2,
  .mv__text-inline2 {
    font-size: 14px;
  }
}

.mv .js-mv-maker-text {
  background: linear-gradient(90deg, #fff 0%, #fff 100%);
  /* 背景の繰り返しを停止 */
  background-repeat: no-repeat;
  /* マーカーの横方向を0にして縮める */
  background-size: 0% 100%;
  /* マーカーが引かれる速度を指定 */
  transition: background-size 1.5s;
}
.mv .js-mv-maker-text.inview {
  /* 横方向を100%にして、マーカーを引く */
  background-size: 100% 100%;
}

.mv .js-fadeUp-mv-text {
  opacity: 0;
  /* 最初は非表示 */
  transform: translateY(30px);
  /* 下に30pxの位置から */
  transition: opacity 0.8s, transform 0.8s;
  /* 透過率と縦方向の移動を0.8秒 */
}
.mv .js-fadeUp-mv-text.inview {
  opacity: 1;
  /* 表示領域に入ったら表示 */
  transform: translateY(0);
  /* 30px上に移動する */
  transition-delay: 1s;
  /* フェード開始を0.5秒遅らせる */
}

.mv .js-mv-maker-text2 {
  background: linear-gradient(90deg, transparent 0%, transparent 100%);
  /* 背景の繰り返しを停止 */
  background-repeat: no-repeat;
  /* マーカーの横方向を0にして縮める */
  background-size: 0% 100%;
  /* マーカーが引かれる速度を指定 */
  transition: background-size 1.5s;
}
.mv .js-mv-maker-text2.inview {
  /* 横方向を100%にして、マーカーを引く */
  background-size: 100% 100%;
}

.mv .js-fadeUp-mv-text2 {
  opacity: 0;
  /* 最初は非表示 */
  transform: translateY(30px);
  /* 下に30pxの位置から */
  transition: opacity 0.8s, transform 0.8s;
  /* 透過率と縦方向の移動を0.8秒 */
}
.mv .js-fadeUp-mv-text2.inview {
  opacity: 1;
  /* 表示領域に入ったら表示 */
  transform: translateY(0);
  /* 30px上に移動する */
  transition-delay: 1s;
  /* フェード開始を0.5秒遅らせる */
}

.splide__slide img {
  transform: scale(1.2); /* 最初は少しズームイン状態 */
  transition: transform 10s ease-out; /* ゆっくりズームアウト */
}

/* アクティブなスライドを元のサイズ (ズームイン状態) に戻す */
.splide__slide.is-active img {
  transform: scale(1);
}

/* フェード効果を追加（オプション） */
.splide__slide {
  opacity: 0;
  transition: opacity 2000ms ease;
}

.splide__slide.is-active {
  opacity: 1;
}

.about {
  padding-top: 120px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about {
    padding-top: 80px;
  }
}

.about__decoration {
  position: absolute;
  top: 0;
  right: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 150px;
  font-style: normal;
  font-weight: 700;
  line-height: 1; /* 150px */
  letter-spacing: 0.05em;
  opacity: 0.2;
  background: linear-gradient(90deg, rgba(247, 214, 171, 0.8) 0%, rgba(247, 131, 123, 0.3) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1120px) {
  .about__decoration {
    font-size: 106px;
  }
}
@media screen and (max-width: 1024px) {
  .about__decoration {
    font-size: 76px;
  }
}
@media screen and (max-width: 768px) {
  .about__decoration {
    font-size: 56px;
  }
}

.about__inner {
  display: flex;
  justify-content: space-between;
  gap: 17.62px;
}
@media screen and (max-width: 1024px) {
  .about__inner {
    flex-direction: column;
    gap: 40px;
  }
}

.about__content {
  flex-shrink: 0;
}

.about__head {
  margin-top: 98px;
  background: linear-gradient(91deg, #F7837B 0.8%, rgba(247, 131, 123, 0.7) 51.31%, #F7837B 101.83%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5; /* 48px */
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .about__head {
    margin-top: 0;
    font-size: 22px;
  }
}

.about__text {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .about__text {
    margin-top: 24px;
  }
}

.about__btn {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .about__btn {
    margin-top: 24px;
  }
}

.about__imgs {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  max-width: 611px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .about__imgs {
    margin-left: auto;
  }
}

.about__img img {
  border-radius: 10px;
  box-shadow: 0 0 40px 0 rgba(14, 33, 24, 0.05);
}

.about__img--main {
  max-width: 319px;
  width: 100%;
}
.about__img--main img {
  aspect-ratio: 319/452;
}
@media screen and (max-width: 400px) {
  .about__img--main {
    max-width: 174px;
    width: 100%;
  }
  .about__img--main img {
    aspect-ratio: 174/246;
  }
}

.about__img--sub {
  margin-top: 197px;
  max-width: 247px;
  width: 100%;
}
.about__img--sub img {
  aspect-ratio: 247/349;
}
@media screen and (max-width: 768px) {
  .about__img--sub {
    margin-top: 107px;
  }
}
@media screen and (max-width: 400px) {
  .about__img--sub {
    max-width: 135px;
    width: 100%;
  }
  .about__img--sub img {
    aspect-ratio: 135/190;
  }
}

.work__contents {
  margin-top: 48px;
  max-width: 1113px;
  width: 100%;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
.work__contents.--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  .work__contents.--reverse {
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .work__contents {
    margin-top: 40px;
    flex-direction: column;
    gap: 24px;
  }
}

.work__content__img {
  max-width: 507px;
  width: 100%;
}
.work__content__img img {
  aspect-ratio: 507/300;
  border-radius: 10px;
  box-shadow: 0 4px 20px 0 rgba(14, 33, 24, 0.05);
}

.work__content__text {
  margin-top: 24px;
  max-width: 526px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .work__content__text {
    margin-top: 16px;
  }
}

.work__btn {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .work__btn {
    margin-top: 40px;
  }
}

.info {
  background: linear-gradient(101deg, #FFF 0%, #F9F7F2 100%);
  position: relative;
}

.--circle7 {
  position: absolute;
  top: -200px;
  right: 0px;
}
@media screen and (max-width: 1120px) {
  .--circle7 {
    top: -100px;
  }
}
@media screen and (max-width: 1024px) {
  .--circle7 {
    top: -60px;
  }
}

.info__items {
  max-width: 1120px;
  width: 100%;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .info__items {
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }
}

.info__item {
  max-width: 508px;
  width: 100%;
  aspect-ratio: 508/350;
  border-radius: 10px;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}
.info__item::after {
  content: "";
  display: block;
  width: 13px;
  height: 10px;
  background: url(../images/pages/top/arrow-white.svg) no-repeat;
  background-size: contain;
  right: 16px;
  position: absolute;
}

.info__item__img {
  width: 100%;
  height: 100%;
}
.info__item__img img {
  border-radius: 10px;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
}

.info__item__title {
  position: absolute;
  width: 100%;
  padding: 24px;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: end;
  background: linear-gradient(-93deg, #F7837B 45.39%, rgba(255, 255, 255, 0) 98.2%);
  color: #FFF;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1; /* 22px */
  letter-spacing: 0.05em;
  z-index: 2;
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 768px) {
  .info__item__title {
    font-size: 18px;
    padding: 18px;
  }
}

.faq {
  position: relative;
}

.--circle8 {
  position: absolute;
  bottom: -118px;
  left: 0px;
}

.--circle9 {
  position: absolute;
  bottom: -231px;
  left: -0.05px;
}

.faq1 {
  margin-top: 48px;
  max-width: 965px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .faq1 {
    margin-top: 40px;
  }
}

.faq1-item {
  margin-bottom: 40px;
}
.faq1-question {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .faq1-question {
    gap: 14px;
  }
}
.faq1-question .faq1-q-icon {
  flex-shrink: 0;
}
.faq1-question .faq1-q-icon img {
  width: 40px;
  height: 40px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .faq1-question .faq1-q-icon img {
    width: 30px;
    height: 30px;
  }
}
.faq1-question .faq1-q-text {
  color: #0E2118;
  font-size: 18px;
  font-weight: 500;
  line-height: 1; /* 18px */
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .faq1-question .faq1-q-text {
    font-size: 14px;
  }
}

.faq1-answer {
  margin-top: 16px;
  display: flex;
  gap: 16px;
  align-items: baseline;
}
@media screen and (max-width: 768px) {
  .faq1-answer {
    gap: 14px;
  }
}
.faq1-answer .faq1-a-icon {
  flex-shrink: 0;
}
.faq1-answer .faq1-a-icon img {
  width: 40px;
  height: 40px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .faq1-answer .faq1-a-icon img {
    width: 30px;
    height: 30px;
  }
}

.faq__btn {
  margin-top: 67px;
}
@media screen and (max-width: 768px) {
  .faq__btn {
    margin-top: 40px;
  }
}

.access {
  background: linear-gradient(107deg, #FFF 1.61%, #F9F7F2 99.37%);
}

.access__items {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  margin-top: 48px;
}
@media screen and (max-width: 1024px) {
  .access__items {
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }
}

.access__map {
  max-width: 573px;
  width: 100%;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  max-height: 423px;
  height: 100%;
  aspect-ratio: 573/423;
}
.access__map iframe {
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .access__map {
    aspect-ratio: 400/280;
  }
}

.access__item {
  flex-shrink: 0;
}

.access__text-box:last-of-type {
  margin-top: 16px;
}

.access__text-title {
  color: #0E2118;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8; /* 28.8px */
  letter-spacing: 0.05em;
  padding-left: 11px;
  position: relative;
}
.access__text-title::before {
  content: "";
  display: block;
  width: 3px;
  height: 16px;
  background: #F7837B;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

.access__text-content {
  margin-top: 8px;
  padding-left: 11px;
}

.access__text {
  margin-top: 24px;
}
.access__text .--indent {
  display: inline-block;
  padding-left: 1.4em;
  text-indent: -1.4em;
}

.p-faq__ellipse1 {
  position: absolute;
  top: -155px;
  left: 0px;
}

.p-faq__ellipse2 {
  position: absolute;
  top: 113px;
  left: 0px;
}

.p-faq__ellipse3 {
  position: absolute;
  bottom: 507px;
  right: 0px;
}

.p-faq__ellipse4 {
  position: absolute;
  bottom: 422px;
  right: 0px;
}

.p-faq {
  position: relative;
  padding-top: 87px;
}
@media screen and (max-width: 768px) {
  .p-faq {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.p-faq-faq1 {
  margin-top: 65px;
  max-width: 961px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-faq-faq1 {
    margin-top: 40px;
  }
}

.p-introduction__ellipse1 {
  position: absolute;
  top: -165px;
  left: 0px;
}

.p-introduction__ellipse2 {
  position: absolute;
  top: 75px;
  left: 0px;
}

.p-introduction__ellipse3 {
  position: absolute;
  bottom: 443px;
  right: 0px;
}

.p-introduction__ellipse4 {
  position: absolute;
  bottom: 358px;
  right: 0px;
}

.p-introduction {
  position: relative;
  padding-top: 87px;
}
@media screen and (max-width: 768px) {
  .p-introduction {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.p-introduction__items {
  margin-top: 65px;
}
@media screen and (max-width: 768px) {
  .p-introduction__items {
    margin-top: 40px;
  }
}

.p-introduction__item:nth-of-type(2),
.p-introduction__item:last-of-type {
  margin-top: 104px;
}
@media screen and (max-width: 768px) {
  .p-introduction__item:nth-of-type(2),
  .p-introduction__item:last-of-type {
    margin-top: 40px;
  }
}

.p-introduction__item__title {
  color: #0E2118;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1; /* 26px */
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-introduction__item__title {
    font-size: 18px;
  }
}

.p-introduction__cards {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 66px;
  row-gap: 40px;
}
@media screen and (max-width: 1280px) {
  .p-introduction__cards {
    column-gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-introduction__cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 24px;
  }
}

.p-introduction__card__img {
  max-width: 567px;
  width: 100%;
}
.p-introduction__card__img img {
  border-radius: 10px;
  aspect-ratio: 567/354;
}

.p-introduction__card__title {
  margin-top: 16px;
  color: #0E2118;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1; /* 18px */
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-introduction__card__title {
    margin-top: 8px;
    font-size: 16px;
  }
}

.p-work__ellipse1 {
  position: absolute;
  top: -200px;
  right: 1px;
}

.p-work__ellipse2 {
  position: absolute;
  top: 179px;
  right: -35px;
}

.p-work__details {
  padding-top: 87px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-work__details {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}

.p-work__ellipse3 {
  position: absolute;
  bottom: 24px;
  right: 0px;
}

.p-work__ellipse4 {
  position: absolute;
  bottom: -100px;
  right: 0px;
}

.p-work__details__title__box {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .p-work__details__title__box {
    margin-top: 80px;
  }
}

.p-work__details__contents {
  margin-top: 48px;
  max-width: 1113px;
  width: 100%;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
.p-work__details__contents.--top {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .p-work__details__contents.--top {
    margin-top: 40px;
  }
}
.p-work__details__contents.--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  .p-work__details__contents.--reverse {
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .p-work__details__contents {
    margin-top: 32px;
    flex-direction: column;
    gap: 24px;
  }
}

.p-work__details__content__img {
  max-width: 507px;
  width: 100%;
}
.p-work__details__content__img img {
  aspect-ratio: 507/300;
  border-radius: 10px;
  box-shadow: 0 4px 20px 0 rgba(14, 33, 24, 0.05);
}

.p-work__details__content__textbox {
  display: flex;
  align-items: center;
  gap: 24px;
}

.p-work__details__content__number {
  color: #F7837B;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 1.5; /* 120px */
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-work__details__content__number {
    font-size: 40px;
  }
}

.p-work__details__content__head {
  color: #0E2118;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5; /* 42px */
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-work__details__content__head {
    font-size: 18px;
  }
}

.p-work__details__content__text {
  margin-top: 24px;
  max-width: 526px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-work__details__content__text {
    margin-top: 6px;
  }
}

.p-work__decoration {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 150px;
  font-weight: 700;
  line-height: 1; /* 150px */
  letter-spacing: 0.05em;
  text-align: right;
  opacity: 0.2;
  background: linear-gradient(90deg, rgba(247, 214, 171, 0.8) 0%, rgba(247, 131, 123, 0.3) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1280px) {
  .p-work__decoration {
    font-size: 106px;
  }
}
@media screen and (max-width: 1024px) {
  .p-work__decoration {
    font-size: 76px;
  }
}
@media screen and (max-width: 768px) {
  .p-work__decoration {
    font-size: 40px;
  }
}

.p-work__way {
  padding-top: 64px;
  padding-bottom: 64px;
  background: linear-gradient(100deg, #FFF 0%, #F9F7F2 100%);
}

.p-work__way__contents {
  margin-top: 64px;
  max-width: 1113px;
  width: 100%;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .p-work__way__contents {
    margin-top: 40px;
    flex-direction: column;
    gap: 24px;
  }
}

.p-work__way__content__img {
  max-width: 507px;
  width: 100%;
}
.p-work__way__content__img img {
  aspect-ratio: 507/300;
  border-radius: 10px;
  box-shadow: 0 4px 20px 0 rgba(14, 33, 24, 0.05);
}

.p-work__way__content__head.common__head {
  line-height: 1.5;
}

.p-work__way__content__text {
  margin-top: 24px;
  max-width: 526px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-work__way__content__text {
    margin-top: 16px;
  }
}

.p-work__gallery {
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  .p-work__gallery {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.p-work__gallery__content {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 66px;
  row-gap: 40px;
}
@media screen and (max-width: 1280px) {
  .p-work__gallery__content {
    column-gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-work__gallery__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
    row-gap: 24px;
  }
}

.p-work__gallery__content__img {
  max-width: 567px;
  width: 100%;
}
.p-work__gallery__content__img img {
  border-radius: 10px;
  aspect-ratio: 567/354;
}

.wrapper .cta5 {
  position: relative;
  z-index: 1;
}

.p-work__ellipse5 {
  position: absolute;
  bottom: 444px;
  right: 0px;
}

.p-work__ellipse6 {
  position: absolute;
  bottom: 359px;
  right: 0px;
}

.p-information__ellipse1 {
  position: absolute;
  top: -200px;
  right: 0px;
}

.p-information__ellipse2 {
  position: absolute;
  top: 90px;
  right: 0px;
}

.p-information {
  position: relative;
  padding-top: 87px;
}
@media screen and (max-width: 768px) {
  .p-information {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

/* ----------------------------------------------------
  法人全般
---------------------------------------------------- */
@media screen and (max-width: 1024px) {
  .corporate,
  .finance {
    overflow-x: auto;
  }
}

.corporate__title {
  width: 656px;
  height: 70px;
  border-radius: 10px 10px 0 0;
  background: #F7837B;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5; /* 24px */
  letter-spacing: 0.05em;
  margin-inline: auto;
}

.corporate__nav {
  display: flex;
  width: 656px;
  margin-inline: auto;
  border-bottom: 2px solid #E2E1DE;
  border-left: 2px solid #E2E1DE;
  border-right: 2px solid #E2E1DE;
  border-radius: 0 0 10px 10px;
}

.corporate__nav-item {
  text-align: center;
  border-right: 2px solid #E2E1DE;
  width: 164px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.corporate__nav-item:last-child {
  border-right: none;
}

.corporate__nav-link {
  color: #0E2118;
  font-size: 16px;
  font-weight: 500;
  line-height: 1; /* 16px */
  letter-spacing: 0.05em;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media screen and (max-width: 768px) {
  .corporate__nav-link {
    font-size: 14px;
    padding: 12px 8px;
  }
}

/* ----------------------------------------------------
  財務諸表テーブル
---------------------------------------------------- */
.finance {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .finance {
    margin-top: 40px;
  }
}

.finance__titlebox {
  display: flex;
  width: 891px;
  height: 76px;
  margin-inline: auto;
}

.finance__title {
  background: #F7837B;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1; /* 18px */
  letter-spacing: 0.05em;
}
.finance__title.--left {
  width: 760px;
  border-radius: 10px 0 0 0;
  border-right: 2px solid #FFF;
}
.finance__title.--right {
  width: 131px;
  border-radius: 0 10px 0 0;
}
@media screen and (max-width: 768px) {
  .finance__title {
    font-size: 16px;
  }
}

.finance__table {
  width: 891px;
  margin-inline: auto;
}

.finance__row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 131px;
  height: 70px;
}
.finance__row:last-of-type .finance__col--year {
  border-radius: 0 0 0 10px;
}
.finance__row:last-of-type .finance__col--score {
  border-radius: 0 0 10px 0;
}

.finance__col {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0E2118;
  font-size: 16px;
  font-weight: 500;
  line-height: 1; /* 16px */
  letter-spacing: 0.05em;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  border-right: 2px solid #E2E1DE;
  border-bottom: 2px solid #E2E1DE;
}
@media screen and (max-width: 768px) {
  .finance__col {
    font-size: 14px;
  }
}

.finance__col.finance__col--year {
  background: #F9F7F2;
  color: #0E2118;
  font-size: 18px;
  font-weight: 700;
  line-height: 1; /* 18px */
  letter-spacing: 0.05em;
  text-decoration: none;
  border-left: 2px solid #E2E1DE;
}
@media screen and (max-width: 768px) {
  .finance__col.finance__col--year {
    font-size: 16px;
  }
}

.finance__note {
  margin-top: 80px;
  color: #0E2118;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8; /* 28.8px */
  letter-spacing: 0.05em;
  width: fit-content;
  margin-inline: auto;
}
.finance__note a {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media screen and (max-width: 768px) {
  .finance__note {
    margin-top: 40px;
    font-size: 14px;
  }
}

.p-about__details {
  position: relative;
  padding-top: 87px;
  padding-bottom: 120px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-about__details {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.p-about__ellipse1 {
  position: absolute;
  top: -140px;
  left: 0px;
}

.p-about__ellipse2 {
  position: absolute;
  top: 101px;
  left: 0px;
}

.p-about__details__text {
  width: fit-content;
  margin-left: auto;
  color: #0E2118;
  font-size: 18px;
  font-weight: 400;
  line-height: 2.2; /* 39.6px */
  letter-spacing: 0.05em;
	margin-right: auto;
}
@media screen and (max-width: 768px) {
  .p-about__details__text {
    font-size: 16px;
  }
}

.p-about__details__flow__contents {
  margin-top: 120px;
  position: relative;
  width: 100%;
  padding: 120px 15% 120px 16.333%;
  display: flex;
  justify-content: space-between;
  z-index: 2;
}
.p-about__details__flow__contents::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/pages/about/p-about-details-flow.png) no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  .p-about__details__flow__contents {
    padding: 120px 40px;
    justify-content: center;
    gap: 110px;
  }
}
@media screen and (max-width: 1024px) {
  .p-about__details__flow__contents {
    flex-direction: column;
    gap: 32px;
  }
}
@media screen and (max-width: 768px) {
  .p-about__details__flow__contents {
    padding: 40px 24px;
    margin-top: 60px;
  }
}

.p-about__details__flow__head {
  color: #0E2118;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1; /* 28px */
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-about__details__flow__head {
    font-size: 20px;
  }
}

.p-about__details__flow__content {
  position: relative;
  gap: 32px;
  display: flex;
  flex-direction: column;
}
.p-about__details__flow__content::after {
  content: "";
  position: absolute;
  top: 8px;
  width: 1px;
  height: 90.5%;
  background: #E2E1DE;
  left: -7.87%;
}
@media screen and (max-width: 1024px) {
  .p-about__details__flow__content::after {
    left: 6.5px;
  }
}
@media screen and (max-width: 768px) {
  .p-about__details__flow__content::after {
    height: 92%;
  }
}
@media screen and (max-width: 400px) {
  .p-about__details__flow__content::after {
    height: 90%;
  }
}
@media screen and (max-width: 599px) {
  .p-about__details__flow__content {
    gap: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .p-about__details__flow__textbox {
    margin-left: 40px;
  }
}

.p-about__details__flow__year {
  color: #0E2118;
  font-size: 22px;
  font-weight: 500;
  line-height: 1; /* 22px */
  letter-spacing: 0.05em;
  position: relative;
}
.p-about__details__flow__year.--head {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6; /* 25.6px */
  letter-spacing: 0.1em;
  margin-top: -23px;
}
@media screen and (max-width: 768px) {
  .p-about__details__flow__year.--head {
    font-size: 14px;
  }
}
.p-about__details__flow__year::after {
  content: "";
  position: absolute;
  left: -56px;
  top: 6px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #F7837B;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .p-about__details__flow__year::after {
    left: -40px;
  }
}
@media screen and (max-width: 768px) {
  .p-about__details__flow__year::after {
    top: 2px;
  }
}
@media screen and (max-width: 768px) {
  .p-about__details__flow__year {
    font-size: 18px;
  }
}

.p-about__details__flow__text {
  color: #0E2118;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6; /* 25.6px */
  letter-spacing: 0.1em;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .p-about__details__flow__text {
    font-size: 14px;
    margin-top: 10px;
  }
}

.p-about__details__flow__text.--bottom {
  color: #0E2118;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6; /* 25.6px */
  letter-spacing: 0.1em;
  margin-top: 8px;
}
.p-about__details__flow__text.--bottom span {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-about__details__flow__text.--bottom {
    font-size: 14px;
  }
}

/* ----------------------------------------------------
  policy
---------------------------------------------------- */
.p-about__policy {
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .p-about__policy {
    padding-bottom: 80px;
  }
}

.p-about__policy__img {
  margin-top: 120px;
  width: 100%;
}
.p-about__policy__img img {
  aspect-ratio: 1440/362;
}
@media screen and (max-width: 768px) {
  .p-about__policy__img {
    margin-top: 60px;
  }
}

.p-about__decoration {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 150px;
  font-weight: 700;
  line-height: 1; /* 150px */
  letter-spacing: 0.05em;
  text-align: right;
  opacity: 0.2;
  background: linear-gradient(90deg, rgba(247, 214, 171, 0.8) 0%, rgba(247, 131, 123, 0.3) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1280px) {
  .p-about__decoration {
    font-size: 106px;
  }
}
@media screen and (max-width: 1024px) {
  .p-about__decoration {
    font-size: 76px;
  }
}
@media screen and (max-width: 768px) {
  .p-about__decoration {
    font-size: 40px;
  }
}

.p-about__policy__contents {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 1280px) {
  .p-about__policy__contents {
    gap: 40px 20px;
  }
}
@media screen and (max-width: 1024px) {
  .p-about__policy__contents {
    margin-top: 40px;
    flex-direction: column;
    gap: 24px;
  }
}

.p-about__policy__content {
  max-width: 580px;
  width: 100%;
  padding: 40px;
  height: 291px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 0 20px 0 rgba(14, 33, 24, 0.05);
}
.p-about__policy__content.--last {
  justify-content: start;
  padding: 40px 38px 40px 40px;
}
@media screen and (max-width: 1280px) {
  .p-about__policy__content.--last {
    padding: 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-about__policy__content.--last {
    padding: 20px;
  }
}
@media screen and (max-width: 1280px) {
  .p-about__policy__content {
    max-width: none;
    width: 48%;
    padding: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .p-about__policy__content {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-about__policy__content {
    padding: 20px;
  }
}

.p-about__policy__content__head {
  width: fit-content;
  padding-bottom: 16px;
  border-bottom: 1px solid #F7837B;
}
@media screen and (max-width: 768px) {
  .p-about__policy__content__head {
    padding-bottom: 8px;
  }
}

.p-about__policy__content__text {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .p-about__policy__content__text {
    margin-top: 16px;
  }
}

.p-about__ellipse3 {
  position: absolute;
  bottom: 657px;
  right: 0px;
}

.p-about__ellipse4 {
  position: absolute;
  bottom: 533px;
  right: 43px;
}

/* ----------------------------------------------------
  会社概要
---------------------------------------------------- */
.p-about__company {
  padding-top: 120px;
  padding-bottom: 120px;
  border-radius: 10px;
  background: linear-gradient(107deg, #FFF 1.86%, #F9F7F2 98.82%);
}
@media screen and (max-width: 768px) {
  .p-about__company {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.company-info4 {
  width: 100%;
  max-width: 500px;
  margin-inline: auto;
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .company-info4 {
    margin-top: 40px;
  }
}

.company-info4__row {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid #E2E1DE;
}
.company-info4__label {
  width: 106px;
  color: #0E2118;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8; /* 28.8px */
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 8px;
}
@media screen and (max-width: 768px) {
  .company-info4__label {
    font-size: 15px;
  }
}
.company-info4__label::before {
  content: "";
  display: block;
  background-color: #F7837B;
  width: 106px;
  height: 1px;
  position: absolute;
  bottom: -17px;
  left: 0;
  z-index: 10;
}

.company-info4__value {
  width: calc(100% - 106px);
  padding-left: 8px;
}

/* ----------------------------------------------------
  staff
---------------------------------------------------- */
.p-about__staff {
  padding-top: 120px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-about__staff {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.p-about__ellipse5 {
  position: absolute;
  top: -292px;
  right: 0px;
}

.p-about__ellipse6 {
  position: absolute;
  top: -56px;
  right: 0px;
}

.p-about__staff__table__scroll {
  margin-top: 64px;
}
@media screen and (max-width: 1024px) {
  .p-about__staff__table__scroll {
    overflow-x: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-about__staff__table__scroll {
    margin-top: 40px;
  }
}

.p-about__staff__table {
  width: 747px;
  margin-inline: auto;
}

.p-about__staff__titlebox {
  display: flex;
  width: 747px;
  height: 80px;
  margin-inline: auto;
}

.p-about__staff__title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0E2118;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5; /* 24px */
  letter-spacing: 0.05em;
  background: #FEE9E3;
  width: 106px;
}
.p-about__staff__title.--left {
  border-radius: 10px 0 0 0;
}
.p-about__staff__title.--right {
  background: #F7837B;
  font-weight: 500;
  color: #FFF;
  border-radius: 0 10px 0 0;
}
@media screen and (max-width: 768px) {
  .p-about__staff__title {
    font-size: 16px;
  }
}

.p-about__staff__row {
  display: flex;
  height: 56px;
}

.p-about__staff__col {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 106px;
  background: #F9F7F2;
  color: #0E2118;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8; /* 28.8px */
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-about__staff__col {
    font-size: 14px;
  }
}

.p-flow__intro {
  position: relative;
  padding-top: 87px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .p-flow__intro {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.p-flow__ellipse1 {
  position: absolute;
  top: 95px;
  right: 0px;
}

.p-flow__ellipse2 {
  position: absolute;
  top: 474px;
  right: 0px;
}

.p-flow__decoration {
  position: absolute;
  top: 194px;
  right: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 150px;
  font-style: normal;
  font-weight: 700;
  line-height: 1; /* 150px */
  letter-spacing: 0.05em;
  opacity: 0.2;
  background: linear-gradient(90deg, rgba(247, 214, 171, 0.8) 0%, rgba(247, 131, 123, 0.3) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1120px) {
  .p-flow__decoration {
    font-size: 106px;
  }
}
@media screen and (max-width: 1024px) {
  .p-flow__decoration {
    top: 214px;
    font-size: 76px;
  }
}
@media screen and (max-width: 768px) {
  .p-flow__decoration {
    top: 280px;
    font-size: 46px;
  }
}

.p-flow__intro__container {
  margin-top: 230px;
  max-width: 808px;
  border-radius: 10px;
  margin-inline: auto;
  padding: 63px;
  background: linear-gradient(100deg, #FFF 0.05%, #F9F7F2 100.05%);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .p-flow__intro__container {
    padding: 64px 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-flow__intro__container {
    margin-top: 80px;
    padding: 40px 12px 40px 16px;
  }
}

.p-flow__intro__head {
  color: #0E2118;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1; /* 28px */
  letter-spacing: 0.05em;
  padding-bottom: 16px;
  position: relative;
}
.p-flow__intro__head::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  background: #F7837B;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-flow__intro__head {
    font-size: 20px;
  }
}

.p-flow__intro__list {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media screen and (max-width: 768px) {
  .p-flow__intro__list {
    width: fit-content;
    margin-inline: auto;
    gap: 16px;
    margin-top: 24px;
  }
}

.p-flow__intro__list-item {
  padding-left: 26px;
  position: relative;
  color: #0E2118;
  font-size: 18px;
  font-weight: 500;
  line-height: 1; /* 18px */
  letter-spacing: 0.05em;
}
.p-flow__intro__list-item::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #F7837B;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 5px;
}
@media screen and (max-width: 1024px) {
  .p-flow__intro__list-item::before {
    top: 13px;
    width: 8.5px;
    height: 8.5px;
  }
}
@media screen and (max-width: 768px) {
  .p-flow__intro__list-item::before {
    top: 9.5px;
  }
}
@media screen and (max-width: 1024px) {
  .p-flow__intro__list-item {
    line-height: 1.8;
    padding-left: 16.5px;
  }
}
@media screen and (max-width: 768px) {
  .p-flow__intro__list-item {
    font-size: 14px;
  }
}

.p-flow__ellipse3 {
  position: absolute;
  top: 959px;
  left: 0px;
}

.p-flow__ellipse4 {
  position: absolute;
  top: 1227px;
  left: 0px;
}

.p-flow__recruitment {
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .p-flow__recruitment {
    padding-bottom: 80px;
  }
}

.table1 {
  margin-top: 64px;
  max-width: 800px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .table1 {
    margin-top: 40px;
  }
}

.--pink--table .table1__header {
  background: #F7837B;
}

.--top.table1__header {
  border-radius: 10px 0 0 0;
}
@media screen and (max-width: 768px) {
  .--top.table1__header {
    border-radius: 0;
  }
}

.--top.table1__data {
  border-radius: 0 10px 0 0;
}
@media screen and (max-width: 768px) {
  .--top.table1__data {
    border-radius: 0;
  }
}

.--bottom.table1__header {
  border-radius: 0 0 0 10px;
}
@media screen and (max-width: 768px) {
  .--bottom.table1__header {
    border-radius: 0;
  }
}

.--bottom.table1__data {
  border-radius: 0 0 10px 0;
}
@media screen and (max-width: 768px) {
  .--bottom.table1__data {
    border-radius: 0;
  }
}

.table1__contents {
  display: grid;
  grid-template-columns: 200px 1fr;
}
@media screen and (max-width: 768px) {
  .table1__contents {
    grid-template-columns: 1fr;
  }
}

.table1__header {
  padding: 18.5px;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1; /* 27px */
  letter-spacing: 0.1em;
  border-bottom: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .table1__header {
    padding: 6px 12px;
    font-size: 14px;
    text-align: left;
  }
}

.table1__data {
  padding: 16px 24px;
  color: #0E2118;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5; /* 24px */
  letter-spacing: 0.1em;
  border-bottom: 2px solid #fff;
  border-left: 1px solid #FFF;
  background: #F9F7F2;
}
.table1__data .--indent {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}
.table1__data .--small {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .table1__data .--small {
    font-size: 13px;
  }
}
.table1__data .--small.--indent {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 768px) {
  .table1__data {
    padding: 12px 12px;
    font-size: 14px;
  }
}

.p-flow {
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-flow {
    padding-bottom: 80px;
  }
}

.p-flow__ellipse5 {
  position: absolute;
  bottom: -222px;
  right: 0px;
}

.p-flow__ellipse6 {
  position: absolute;
  bottom: -307px;
  right: 0px;
}

.p-flow__contents {
  margin-top: 64px;
  max-width: 703px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 62px;
}
@media screen and (max-width: 768px) {
  .p-flow__contents {
    margin-top: 40px;
  }
}

.p-flow__content {
  display: flex;
  gap: 40px;
  position: relative;
}
.p-flow__content::before {
  content: "";
  position: absolute;
  bottom: -37px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 27px;
  height: 14px;
  background: url(../images/pages/flow/arrow-under.svg) no-repeat;
  background-position: center;
  background-size: contain;
}
.p-flow__content:last-of-type::before {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-flow__content {
    gap: 20px;
  }
}

.p-flow__number {
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 1; /* 20px */
  letter-spacing: 0.05em;
  width: 60px;
  height: 60px;
  background: #F7837B;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-flow__number {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}

.p-flow__textbox {
  position: relative;
}
.p-flow__textbox::after {
  content: "";
  position: absolute;
  top: 8px;
  width: 1px;
  height: calc(98% + 62px);
  background: #E2E1DE;
  left: -70px;
}
@media screen and (max-width: 768px) {
  .p-flow__textbox::after {
    top: 28px;
    height: calc(99% + 40px);
    left: -40px;
  }
}
.p-flow__textbox.--last::after {
  display: none;
}

.p-flow__head {
  color: #0E2118;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1; /* 24px */
  letter-spacing: 0.05em;
  padding-top: 18px;
  padding-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .p-flow__head {
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.p-flow__text {
  margin-top: 16px;
  color: #0E2118;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8; /* 28.8px */
  letter-spacing: 0.05em;
}
.p-flow__text span {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-flow__text {
    margin-top: 8px;
    font-size: 14px;
  }
}

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