@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

:root {
  --color-text-base: #040000;
  --color-bg-base: #f1f2f4;
  --color-accent-blue: #009cae;
  --color-accent-yellow: #ffd700;
  --color-accent-red: #c3422c;
  --color-accent-pink: #ef5790;
  --color-base-black: #333333;
  --color-base-white: #FFFFFF;
  --color-base-light-gray: #F1F2F4;
  --color-base-gray: #E6E8EC;
  --color-base-dark-gray: #333333;
}

html {
  font-size: 4.2666666667vw;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.6vw;
  }
}
@media (min-width: 1000px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: var(--color-text-base);
  background-color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

a {
  transition: opacity 0.3s;
}

@media (any-hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}
img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

summary {
  display: block;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

/* ========================================
   l-container
======================================== */
.l-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* 大幅コンテナ */
.l-container--wide {
  max-width: 1512px;
}

/* メイン */
.l-main {
  padding-top: 80px;
}

.l-inner {
  box-sizing: initial;
  padding-inline: 25px;
  max-inline-size: 1000px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-inline: 16px;
  }
}

@media screen and (min-width: 768px) {
  .l-inner--hero {
    max-width: 45.8125rem;
  }
}

/* ========================================
   c-btn
======================================== */
.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  background-color: var(--color-base-black);
  border-radius: 88px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.42px;
  color: var(--color-base-white);
  text-decoration: none;
  transition: background-color 0.3s ease;
  border: none;
  cursor: pointer;
}

/* ホバー */
@media (any-hover: hover) {
  .c-btn:hover {
    background-color: rgba(51, 51, 51, 0.8);
  }
}
/* サイズバリエーション */
.c-btn--large {
  padding: 20px 40px;
  font-size: 16px;
  letter-spacing: 0.48px;
}

.c-btn--small {
  padding: 12px 24px;
  font-size: 12px;
  letter-spacing: 0.36px;
}

/* カラーバリエーション */
.c-btn--primary {
  background-color: var(--color-coconala-blue);
}

.c-btn--primary:hover {
  background-color: rgba(0, 143, 241, 0.8);
}

.c-btn--secondary {
  background-color: var(--color-base-gray);
  color: var(--color-base-black);
}

.c-btn--secondary:hover {
  background-color: rgba(230, 232, 236, 0.8);
}

/* アウトライン */
.c-btn--outline {
  background-color: transparent;
  border: 2px solid var(--color-base-black);
  color: var(--color-base-black);
}

.c-btn--outline:hover {
  background-color: var(--color-base-black);
  color: var(--color-base-white);
}

.c-btn__content {
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
}

.c-btn__label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1.4;
  letter-spacing: 0.03em;
  color: var(--color-base-black);
}

.c-btn__separator {
  width: 0.125rem;
  height: 1.875rem;
  background-color: var(--color-base-black);
  opacity: 0.6;
  margin: 0 0.5rem;
}

.c-btn__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1.4;
  letter-spacing: 0.03em;
  color: var(--color-base-black);
}

.c-btn__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  background-color: var(--color-base-black);
  border-radius: 50%;
  margin-left: auto;
  flex-shrink: 0;
  position: relative;
}

.c-btn__icon::after {
  content: "";
  width: 1rem;
  height: 0.8125rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 13' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.1325 1.679L13.0214 5.5679C13.26 5.8065 13.26 6.1935 13.0214 6.4321L9.1325 10.321C8.89384 10.5597 8.50694 10.5597 8.26825 10.321C8.02956 10.0824 8.02956 9.6955 8.26825 9.4568L11.114 6.6111H3.41071C3.0732 6.6111 2.79964 6.3375 2.79964 6C2.79964 5.6625 3.0732 5.3889 3.41071 5.3889H11.114L8.26825 2.5432C8.02956 2.3045 8.02956 1.9176 8.26825 1.679C8.50694 1.4403 8.89384 1.4403 9.1325 1.679Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.c-button {
  --color: #FFFFFF;
  --border-color: transparent;
  --bg-color: #0A6934;
  --translate: 0;
  display: inline grid;
  grid-template-columns: 1fr auto 1fr;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
  align-items: center;
  font-size: 0.8125rem;
  width: min(133px, 100%);
  color: var(--color);
  padding-block: 1em;
  padding-inline: 1.6153846154em;
  border-radius: 0.3125rem;
  border: 1px solid var(--border-color);
  background-color: var(--bg-color);
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}
@media screen and (min-width: 768px) {
  .c-button {
    font-size: 1.125rem;
    width: min(180px, 100%);
    padding-block: 0.7222222222em;
    padding-inline: 1.1666666667em;
  }
}

.c-button::before {
  content: "";
}

.c-button::after {
  content: "";
  justify-self: center;
  width: 1.3076923077em;
  aspect-ratio: 1;
  background-color: var(--color);
  -webkit-mask-image: url("../images/common/cmn-arrow-forward-ico01.svg");
          mask-image: url("../images/common/cmn-arrow-forward-ico01.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  rotate: 0deg;
  translate: 0;
  transition: translate 0.3s, background-color 0.3s;
}
@media screen and (min-width: 768px) {
  .c-button::after {
    width: 0.8333333333em;
  }
}

@media (any-hover: hover) {
  .c-button:hover {
    --color: #0A6934;
    --border-color: currentcolor;
    --bg-color: #FFFFFF;
    --translate: 0.22em 0;
  }
}
/* ===================================
# ラウンドボタンコンポーネント
=================================== */
.c-round-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px 16px 24px;
  background-color: #FFFFFF;
  border-radius: 62px;
  color: #333333;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.42px;
  line-height: 1;
  transition: all 0.2s ease;
}
@media screen and (min-width: 768px) {
  .c-round-btn {
    padding: 20px 24px 20px 28px;
    font-size: 16px;
    letter-spacing: 0.48px;
    gap: 16px;
  }
}
.c-round-btn:hover {
  background-color: #F5F5F5;
  transform: translateY(-2px);
}
.c-round-btn__icon {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #FED600;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .c-round-btn__icon {
    width: 8px;
    height: 8px;
  }
}
.c-round-btn__text {
  white-space: nowrap;
}
.c-round-btn__arrow {
  width: 10px;
  height: 8px;
  flex-shrink: 0;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .c-round-btn__arrow {
    width: 12px;
    height: 10px;
  }
}

/* ========================================
   c-round-btn
======================================== */
.c-round-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 12px 20px;
  background-color: var(--color-base-light-gray);
  border-radius: 62px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.48px;
  color: var(--color-base-black);
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.c-round-btn::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}

/* カラーバリエーション */
.c-round-btn--blue::before {
  background-color: var(--color-coconala-blue);
}

.c-round-btn--green::before {
  background-color: var(--color-coconala-green);
}

.c-round-btn--pink::before {
  background-color: var(--color-coconala-pink);
}

.c-round-btn--purple::before {
  background-color: var(--color-coconala-purple);
}

.c-round-btn--orange::before {
  background-color: var(--color-coconala-orange);
}

.c-round-btn--yellow::before {
  background-color: var(--color-coconala-yellow);
}

/* ホバー */
@media (any-hover: hover) {
  .c-round-btn:hover {
    background-color: var(--color-base-gray);
  }
}
/* ========================================
   c-tag
======================================== */
.c-tag {
  display: inline-flex;
  align-items: center;
  padding: 12px 20px;
  border-radius: 62px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #333333;
  text-decoration: none;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-tag {
    padding: 16px 24px;
    font-size: 16px;
  }
}
.c-tag::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 12px;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .c-tag::before {
    width: 8px;
    height: 8px;
    margin-right: 16px;
  }
}

.c-tag--blue {
  background-color: #F1F2F4;
}
.c-tag--blue::before {
  background-color: #008FF1;
}

.c-tag--green {
  background-color: #F1F2F4;
}
.c-tag--green::before {
  background-color: #00BFAB;
}

.c-tag--pink {
  background-color: #F1F2F4;
}
.c-tag--pink::before {
  background-color: #EE4499;
}

.c-tag--purple {
  background-color: #F1F2F4;
}
.c-tag--purple::before {
  background-color: #B033DD;
}

.c-tag--orange {
  background-color: #F1F2F4;
}
.c-tag--orange::before {
  background-color: #FB8D00;
}

.c-tag--yellow {
  background-color: #F1F2F4;
}
.c-tag--yellow::before {
  background-color: #FED600;
}

/* ========================================
   c-text-btn
======================================== */
.c-text-btn {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.c-text-btn__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: var(--color-base-black);
  line-height: 1.4;
}

/* テキストサイズバリエーション */
.c-text-btn--small .c-text-btn__text {
  font-size: 18px;
  letter-spacing: 0.54px;
}

.c-text-btn--medium .c-text-btn__text {
  font-size: 24px;
  letter-spacing: 0.72px;
}

.c-text-btn--large .c-text-btn__text {
  font-size: 28px;
  letter-spacing: 0.84px;
}

/* デフォルトサイズ */
.c-text-btn__text {
  font-size: 24px;
  letter-spacing: 0.72px;
}

.c-text-btn__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: var(--color-base-black);
  border-radius: 50%;
  flex-shrink: 0;
  position: relative;
}

.c-text-btn__icon::after {
  content: "";
  width: 12px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.30659 0.198869L11.7935 4.51989C12.0688 4.78505 12.0688 5.21495 11.7935 5.48011L7.30659 9.80113C7.03125 10.0663 6.58484 10.0663 6.3095 9.80113C6.03416 9.53597 6.03416 9.10606 6.3095 8.8409L9.59281 5.67898H0.705049C0.315661 5.67898 0 5.37499 0 5C0 4.62501 0.315661 4.32102 0.705049 4.32102H9.59281L6.3095 1.1591C6.03416 0.893936 6.03416 0.464028 6.3095 0.198869C6.58484 -0.0662897 7.03125 -0.0662897 7.30659 0.198869Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* アイコンサイズバリエーション */
.c-text-btn--small .c-text-btn__icon {
  width: 32px;
  height: 32px;
}

.c-text-btn--medium .c-text-btn__icon {
  width: 32px;
  height: 32px;
}

.c-text-btn--large .c-text-btn__icon {
  width: 40px;
  height: 40px;
}

/* 黒いバリエーション */
.c-text-btn--black {
  position: relative;
  padding-left: 56px;
}

.c-text-btn--black .c-text-btn__icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: #333333;
}

.c-text-btn--black .c-text-btn__text {
  color: #333333;
}

.c-text-btn--black.c-text-btn--large .c-text-btn__text {
  font-size: 24px;
  letter-spacing: 0.72px;
}

/* ホバー */
@media (any-hover: hover) {
  .c-text-btn:hover {
    opacity: 0.8;
  }
}
/* ========================================
   p-about
======================================== */
.p-about {
  background-color: #FFFFFF;
  border-radius: 20px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-about {
    border-radius: 32px;
  }
}

.p-about__container {
  max-width: 1512px;
  margin: 0 auto;
  padding: 60px 20px;
}
@media screen and (min-width: 768px) {
  .p-about__container {
    padding: 100px 0 80px;
  }
}

.p-about__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-about__content {
    flex-direction: row;
    gap: 80px;
  }
}

.p-about__image {
  flex-shrink: 0;
}
.p-about__image img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-about__image img {
    width: 600px;
    height: 380px;
  }
}

.p-about__text {
  flex: 1;
}
@media screen and (min-width: 768px) {
  .p-about__text {
    padding-right: 64px;
  }
}

.p-about__header {
  margin-bottom: 24px;
}

.p-about__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.4;
  letter-spacing: 0.03em;
  color: #333333;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-about__title {
    font-size: 40px;
  }
}

.p-about__info {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .p-about__info {
    gap: 40px;
  }
}

.p-about__description {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: #333333;
  margin: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-about__description {
    width: 456px;
    font-size: 15px;
  }
}

.p-about__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .p-about__tags {
    gap: 12px;
  }
}

.p-about__text-area {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.p-about__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  color: var(--color-base-black);
  margin: 0;
}

.p-about__description p {
  margin: 0;
}

.p-achievement__title {
  position: relative;
  border-bottom: 1px solid #bebebe;
  margin: 0 auto;
  max-width: 17.5rem;
}
@media screen and (min-width: 768px) {
  .p-achievement__title {
    max-width: 49.0625rem;
  }
}

.p-achievement__title::after {
  position: absolute;
  bottom: -2.1875rem;
  right: -2.1875rem;
  content: "";
  display: block;
  width: 6.875rem;
  aspect-ratio: 458/353;
  background: url(../images/service-buyback-charactor.png) no-repeat center center/contain;
}

.p-all-inclusive-pricing {
  position: relative;
  padding-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-all-inclusive-pricing {
    margin-top: 5rem;
  }
}

.p-all-inclusive-pricing.p-all-inclusive-pricing--gradient {
  background: linear-gradient(0deg, #ffffff 70%, #f3e89c 100%);
}
@media screen and (min-width: 768px) {
  .p-all-inclusive-pricing.p-all-inclusive-pricing--gradient {
    background: none;
  }
}

.p-all-inclusive-pricing__container {
  position: relative;
}

.p-all-inclusive-pricing__header {
  text-align: center;
}

.p-all-inclusive-pricing__text {
  position: relative;
  display: block;
  padding: 12px 0;
  background-color: #f8c53c;
  -o-border-image: linear-gradient(#f8c53c 0 0) 0//0 100lvi;
     border-image: linear-gradient(#f8c53c 0 0) fill 0//0 100lvi;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  padding: 0.625rem 0;
}
@media screen and (min-width: 768px) {
  .p-all-inclusive-pricing__text {
    padding: 15px 40px;
    -o-border-image: none;
       border-image: none;
    font-size: 1.75rem;
  }
}

.p-all-inclusive-pricing__text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 12px solid #f8c53c;
}
@media screen and (min-width: 768px) {
  .p-all-inclusive-pricing__text::after {
    border-left-width: 20px;
    border-right-width: 20px;
    border-top-width: 15px;
  }
}

@media screen and (min-width: 768px) {
  .p-all-inclusive-pricing__content {
    background-color: #f6eda1;
  }
}

.p-all-inclusive-pricing__services {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  align-items: stretch;
  padding: 1.25rem 0;
}
@media screen and (min-width: 768px) {
  .p-all-inclusive-pricing__services {
    padding: 1.875rem 1.25rem 1.25rem;
    grid-template-columns: repeat(7, 1fr);
    gap: 10px;
  }
}

.p-all-inclusive-pricing__service {
  display: grid;
  place-items: center;
  padding: 0.625rem 0.3125rem;
  border-radius: 15px;
  text-align: center;
  aspect-ratio: 1;
}
@media screen and (min-width: 768px) {
  .p-all-inclusive-pricing__service {
    border: 3px solid #fff;
    border-radius: 30px;
  }
}

.p-all-inclusive-pricing__service--transport {
  background-color: #009cae;
}

.p-all-inclusive-pricing__service--vehicle {
  background-color: #ef5790;
}

.p-all-inclusive-pricing__service--packing {
  background-color: #ff7a00;
}

.p-all-inclusive-pricing__service--removal {
  background-color: #7ac843;
}

.p-all-inclusive-pricing__service--staff {
  background-color: #9a7db3;
}

.p-all-inclusive-pricing__service--cleaning {
  background-color: #0082b1;
}

.p-all-inclusive-pricing__service--appraisal {
  background-color: #cf7e0f;
}

.p-all-inclusive-pricing__service-text {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .p-all-inclusive-pricing__service-text {
    font-size: 18px;
  }
}

.p-all-inclusive-pricing__character {
  position: absolute;
  width: 7.6875rem;
  aspect-ratio: 247/217;
  right: 0.625rem;
  bottom: -4.375rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-all-inclusive-pricing__character {
    display: none;
  }
}

.p-area-map {
  padding: 2.5rem 0 0;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-area-map {
    padding: 6.25rem 0 0;
  }
}

.p-area-map__title {
  position: relative;
  width: 100%;
  aspect-ratio: 696/120;
  background: url("../images/area-map-title.png") no-repeat center center;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .p-area-map__content {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 2.5rem;
  }
}

.p-area-map__map-section {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-area-map__map-section {
    order: 2;
  }
}

.p-area-map__map {
  width: 100%;
  max-width: 37.5rem;
}

.p-area-map__map-image {
  width: 100%;
  height: auto;
}

.p-area-map__character {
  position: absolute;
  bottom: 0.625rem;
  right: 0.625rem;
  width: 7.5rem;
}
@media screen and (min-width: 768px) {
  .p-area-map__character {
    width: 9.375rem;
    bottom: 1.25rem;
    right: 1.25rem;
  }
}

.p-area-map__character-image {
  width: 100%;
  height: auto;
}

.p-area-map__areas {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-area-map__areas {
    text-align: left;
    order: 1;
  }
}

.p-area-map__areas-header {
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-area-map__areas-header {
    margin-bottom: 2.5rem;
  }
}

.p-area-map__areas-label {
  font-size: 0.9375rem;
  font-weight: bold;
  color: #333;
}
@media screen and (min-width: 768px) {
  .p-area-map__areas-label {
    font-size: 1.875rem;
  }
}

.p-area-map__areas-list {
  display: grid;
  grid-template-columns: repeat(3, auto);
  justify-content: center;
  gap: 0.625rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-area-map__areas-list {
    grid-template-columns: repeat(2, auto);
  }
}

.p-area-map__area-name {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 500;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-area-map__area-name {
    font-size: 1.75rem;
  }
}

.p-area-map__area-name::before {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  background-color: var(--color-accent-blue);
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .p-area-map__area-name::before {
    width: 1.75rem;
    height: 1.75rem;
  }
}

/* ========================================
   p-benefits
======================================== */
.p-benefits {
  background-color: #FFFFFF;
  border-radius: 20px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-benefits {
    border-radius: 32px;
  }
}

.p-benefits__container {
  max-width: 1512px;
  margin: 0 auto;
  padding: 60px 20px;
}
@media screen and (min-width: 768px) {
  .p-benefits__container {
    padding: 80px 0 100px;
  }
}

.p-benefits__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-benefits__content {
    flex-direction: row;
    gap: 80px;
  }
}

.p-benefits__image {
  flex-shrink: 0;
}
.p-benefits__image img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-benefits__image img {
    width: 600px;
    height: 380px;
  }
}

.p-benefits__text {
  flex: 1;
}
@media screen and (min-width: 768px) {
  .p-benefits__text {
    padding-right: 64px;
  }
}

.p-benefits__header {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-benefits__header {
    margin-bottom: 40px;
  }
}

.p-benefits__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.4;
  letter-spacing: 0.03em;
  color: #333333;
  margin: 0 0 20px 0;
}
@media screen and (min-width: 768px) {
  .p-benefits__title {
    font-size: 40px;
    margin-bottom: 24px;
  }
}

.p-benefits__info {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .p-benefits__info {
    gap: 40px;
  }
}

.p-benefits__description {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: #333333;
  margin: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-benefits__description {
    width: 456px;
    font-size: 15px;
  }
}

.p-benefits__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .p-benefits__tags {
    gap: 12px;
  }
}

.p-benefits__card {
  background-color: var(--color-base-white);
  border-radius: 16px;
  padding: 32px;
  text-align: center;
}

.p-benefits__card-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 24px;
  background-color: var(--color-coconala-pink);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-benefits__card-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  color: var(--color-base-black);
  margin: 0 0 16px 0;
}

.p-benefits__card-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  margin: 0;
}

.p-blog__header {
  text-align: center;
}

.p-blog__sub-title {
  color: #BCE2E8;
  font-size: 1.25rem;
}

.p-blog__title {
  font-size: 1.25rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-blog__title {
    font-size: 1.5rem;
  }
}

.p-blog__post {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-blog__post {
    margin-top: 2.5rem;
  }
}

.p-blog__post img {
  width: 100%;
}

.p-blog__post-title-wrapper {
  display: flex;
  align-items: center;
  gap: 1.875rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-blog__post-title-wrapper {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.625rem;
  }
}

.p-blog__post-title {
  display: flex;
  gap: 1.25rem;
  font-size: 1.5625rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-blog__post-title {
    font-size: 1rem;
  }
}

.p-blog__post-day {
  font-size: 1rem;
  background-color: #bce2e8;
  padding: 0.3125rem 1.625rem;
  border-radius: calc(infinity * 1px);
}
@media screen and (max-width: 767px) {
  .p-blog__post-day {
    font-size: 0.6875rem;
  }
}

.p-blog__post-info {
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-blog__post-info {
    font-size: 0.875rem;
  }
}

.p-blog__more-link-wrapper {
  text-align: center;
  margin-top: 1.875rem;
}

.p-blog__more-link {
  display: inline-block;
  padding: 0.5em 2em;
  color: var(--color-base-black);
  font-size: 1.25rem;
  font-weight: 600;
  border: solid 1px var(--color-base-black);
  background-color: var(--color-base-white);
  text-decoration: none;
  margin: 20px auto 50PX;
  border-radius: calc(infinity * 1px);
  transition: color 0.3s, background-color 0.3s;
}
@media screen and (max-width: 767px) {
  .p-blog__more-link {
    font-size: 0.875rem;
  }
}

@media (any-hover: hover) {
  .p-blog__more-link:hover {
    opacity: 1;
    color: var(--color-base-white);
    background-color: var(--color-base-black);
  }
}
.p-buyback-campaign {
  position: relative;
  padding-bottom: 0.4375rem;
  background: url("../images/buyback-campaign-bg.png") no-repeat bottom/100% 0.4375rem;
}
@media screen and (min-width: 768px) {
  .p-buyback-campaign {
    background: url("../images/buyback-campaign-bg.png") no-repeat bottom/100% 1.125rem;
    padding-bottom: 1.125rem;
  }
}

.p-buyback-campaign__container {
  position: relative;
}

.p-buyback-campaign__content {
  position: absolute;
  font-size: 0.875rem;
  bottom: 1.875rem;
  left: 0;
  width: 100%;
  max-width: 15rem;
  padding-left: 16px;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-buyback-campaign__content {
    font-size: 1.125rem;
    text-align: center;
    max-width: 39.375rem;
    line-height: 1.5;
  }
}

.p-campaign {
  background-color: #fff;
  background-image: url(../images/img-campaign-bg.png);
  background-size: cover;
  background-position: center;
  padding: 1.25rem 0 0;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-campaign {
    padding: 1.25rem 0;
    background-image: url(../images/img-campaign-bg-pc.png);
  }
}

.p-campaign__container {
  position: relative;
}

.p-campaign__chance-text {
  letter-spacing: 0;
  font-weight: 600;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-campaign__chance-text {
    font-size: 2.125rem;
  }
}

.p-campaign__accent {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 800;
  color: #1b4a9d;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-campaign__accent {
    font-size: 1.5625rem;
  }
}

.p-campaign__chance-text-small {
  font-size: 0.875rem;
}

.p-campaign__limit-text {
  font-size: 1rem;
  color: #2c5aa0;
}
@media screen and (min-width: 768px) {
  .p-campaign__limit-text {
    font-size: 1.25rem;
  }
}

.p-campaign__highlight {
  font-weight: 800;
  background: linear-gradient(transparent 70%, #f7ce57 70%);
}
@media screen and (min-width: 768px) {
  .p-campaign__highlight {
    font-size: 2.25rem;
  }
}

.p-campaign__banner {
  position: relative;
  display: inline-block;
  margin-top: 0.625rem;
  max-width: 38.375rem;
}
@media screen and (min-width: 768px) {
  .p-campaign__banner {
    margin-top: 1.25rem;
  }
}

.p-campaign__banner-text {
  background-color: #ffd700;
  color: #2c5aa0;
  font-size: 1.125rem;
  font-weight: bold;
  padding: 0.75rem 1.5rem;
  position: relative;
  border-radius: 0.5rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .p-campaign__banner-text {
    font-size: 1.375rem;
    padding: 1rem 2rem;
  }
}

.p-campaign__banner-text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -0.75rem;
  transform: translateY(-50%);
  border: 0.75rem solid transparent;
  border-right: 0.75rem solid #ffd700;
}
@media screen and (min-width: 768px) {
  .p-campaign__banner-text::before {
    left: -1rem;
    border-right: 1rem solid #ffd700;
    border-width: 1rem;
  }
}

.p-campaign__banner-text::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -0.75rem;
  transform: translateY(-50%);
  border: 0.75rem solid transparent;
  border-left: 0.75rem solid #ffd700;
}
@media screen and (min-width: 768px) {
  .p-campaign__banner-text::after {
    right: -1rem;
    border-left: 1rem solid #ffd700;
    border-width: 1rem;
  }
}

.p-campaign__offer {
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1;
  gap: 1.25rem;
}

.p-campaign__offer-circle {
  background-color: var(--color-accent-red);
  font-size: 0.625rem;
  color: #ffffff;
  width: 3.875rem;
  aspect-ratio: 1;
  border-radius: calc(infinity * 1px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
  gap: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-campaign__offer-circle {
    width: 7.8125rem;
    aspect-ratio: 1;
    font-size: 1.25rem;
  }
}

.p-campaign__offer-circle span {
  display: block;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-campaign__offer-circle span {
    font-size: 2.1875rem;
  }
}

.p-campaign__offer-text {
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .p-campaign__offer-text {
    font-size: 1rem;
  }
}

.p-campaign__discount {
  display: flex;
  align-items: baseline;
  color: var(--color-accent-red);
  font-style: italic;
}

.p-campaign__discount-number {
  font-size: 3.75rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-campaign__discount-number {
    font-size: 9.9375rem;
  }
}

.p-campaign__discount-percent {
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-campaign__discount-percent {
    font-size: 4rem;
  }
}

.p-campaign__discount-off {
  font-size: 1.5rem;
  font-weight: bold;
  margin-left: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-campaign__discount-off {
    font-size: 5.75rem;
  }
}

/* ========================================
   p-casual-interview
======================================== */
.p-casual-interview {
  padding: 80px 0;
  background-color: var(--color-base-white);
}
@media screen and (min-width: 768px) {
  .p-casual-interview {
    padding: 120px 0;
  }
}

.p-casual-interview__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.p-casual-interview__header {
  text-align: center;
  margin-bottom: 64px;
}
@media screen and (min-width: 768px) {
  .p-casual-interview__header {
    margin-bottom: 80px;
  }
}

.p-casual-interview__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.4;
  color: var(--color-base-black);
  margin: 0 0 16px 0;
}
@media screen and (min-width: 768px) {
  .p-casual-interview__title {
    font-size: 32px;
  }
}

.p-casual-interview__subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #666;
  margin: 0;
}

.p-casual-interview__content {
  text-align: center;
}

.p-casual-interview__image {
  width: 100%;
  max-width: 400px;
  height: 280px;
  background-color: var(--color-base-gray);
  border-radius: 16px;
  margin: 0 auto 32px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1' preserveAspectRatio='none' width='100%' height='100%'%3E%3Crect width='1' height='1' fill='%23C4C4C4' /%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .p-casual-interview__image {
    height: 320px;
  }
}

.p-casual-interview__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  color: var(--color-base-black);
  margin: 0 0 32px 0;
}

.p-casual-interview__button {
  display: inline-block;
}

/* ========================================
   p-company-introduction
======================================== */
.p-company-introduction {
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .p-company-introduction {
    background-color: transparent;
  }
}

.p-company-introduction__container {
  max-width: 1512px;
  margin: 0 auto;
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .p-company-introduction__container {
    padding: 80px 20px;
  }
}

.p-company-introduction__content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media screen and (max-width: 767px) {
  .p-company-introduction__content {
    gap: 48px;
  }
}

.p-company-introduction__header {
  padding-left: 64px;
}
@media screen and (max-width: 767px) {
  .p-company-introduction__header {
    padding-left: 0;
  }
}

.p-company-introduction__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.4;
  letter-spacing: 0.03em;
  color: #333333;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-company-introduction__title {
    font-size: 28px;
  }
}

.p-company-introduction__interview {
  background-color: #FFFFFF;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .p-company-introduction__interview {
    border-radius: 16px;
  }
}

.p-company-introduction__interview-content {
  display: flex;
  align-items: center;
  gap: 64px;
  padding: 64px;
}
@media screen and (max-width: 767px) {
  .p-company-introduction__interview-content {
    flex-direction: column;
    gap: 40px;
    padding: 40px 20px;
  }
}

.p-company-introduction__interview-image {
  flex: 1;
}
.p-company-introduction__interview-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 504/300;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-company-introduction__interview-image img {
    border-radius: 12px;
  }
}

.p-company-introduction__interview-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .p-company-introduction__interview-text {
    gap: 30px;
  }
}

.p-company-introduction__interview-info {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .p-company-introduction__interview-info {
    gap: 20px;
  }
}

.p-company-introduction__interview-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.4;
  letter-spacing: 0.03em;
  color: #333333;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-company-introduction__interview-title {
    font-size: 24px;
  }
}

.p-company-introduction__interview-description {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: #333333;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-company-introduction__interview-description {
    font-size: 14px;
  }
}

.p-company-introduction__stories {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 120px;
  padding: 24px 64px;
}
@media screen and (max-width: 767px) {
  .p-company-introduction__stories {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 0;
  }
}

.p-company-introduction__story {
  background-color: transparent;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .p-company-introduction__story {
    gap: 24px;
    border-radius: 16px;
  }
}

.p-company-introduction__story-image {
  width: 100%;
}
.p-company-introduction__story-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 496/285;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-company-introduction__story-image img {
    border-radius: 16px;
  }
}

.p-company-introduction__story-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .p-company-introduction__story-content {
    gap: 12px;
  }
}

.p-company-introduction__story-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0.03em;
  color: #333333;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-company-introduction__story-title {
    font-size: 20px;
  }
}

.p-company-introduction__story-description {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: #333333;
  margin: 0 0 24px 0;
}
@media screen and (max-width: 767px) {
  .p-company-introduction__story-description {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

/* ========================================
   p-company
======================================== */
.p-company {
  padding: 2.5rem 0 0;
}
@media screen and (min-width: 768px) {
  .p-company {
    padding: 2.5rem 0 0;
  }
}

.p-company__header {
  text-align: center;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-company__header {
    margin-bottom: 3.75rem;
  }
}

.p-company__title {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #fff;
  background-color: #808080;
  padding: 0.625rem 1rem;
}
@media screen and (min-width: 768px) {
  .p-company__title {
    font-size: 1.875rem;
  }
}

.p-company__content {
  font-size: 0.875rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-company__content {
    font-size: 1.75rem;
  }
}

.p-company__info {
  display: grid;
  gap: 1.25rem;
  max-width: 31.25rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-company__info {
    gap: 1.5rem;
    max-width: 37.5rem;
  }
}

.p-company__info-item {
  display: grid;
  grid-template-columns: 6.25rem 1fr;
  gap: 1rem;
  align-items: center;
  margin: 0;
  padding: 0.625rem 0;
  border-bottom: 1px dotted #bfbebe;
}
@media screen and (min-width: 768px) {
  .p-company__info-item {
    grid-template-columns: 7.5rem 1fr;
    gap: 2.5rem;
  }
}

.p-company__info-label {
  font-weight: bold;
  color: #333;
  margin: 0;
}
.p-company__info-data {
  color: #333;
  margin: 0;
}
.p-comparison {
  position: relative;
}
.p-comparison__container {
  position: relative;
}

.p-comparison__content {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
}

.p-comparison__text {
  text-align: center;
  font-size: 0.875rem;
  color: var(--color-accent-blue);
  line-height: 1.6;
  letter-spacing: 0;
  margin: 0;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-comparison__text {
    font-size: 2.0625rem;
    text-align: center;
  }
}

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

.p-comparison__character {
  width: 4.375rem;
}
@media screen and (min-width: 768px) {
  .p-comparison__character {
    display: none;
  }
}

.p-comparison__cta {
  position: absolute;
  bottom: 0;
  right: -12.5rem;
  padding: 0.9375rem 0.9375rem 0.625rem;
  background-color: #fff100;
  border: 0.3125rem solid #ff643a;
  border-radius: 1.25rem;
  max-width: 20.9375rem;
}
@media (max-width: 1484px) {
  .p-comparison__cta {
    display: none;
  }
}

.p-comparison__cta-phone {
  display: block;
  background-color: #fff;
  border-radius: 0.625rem;
  border: 0.125rem solid var(--color-accent-red);
  padding: 0.625rem;
  box-shadow: 0.1rem 0.1rem 0.16875rem rgba(0, 0, 0, 0.3);
}

.p-comparison__cta-text {
  font-size: 0.9375rem;
  line-height: 1.1;
  color: var(--color-accent-red);
}

.p-comparison__cta-number {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.p-comparison__cta-icon {
  width: 2.5rem;
}

.p-comparison__cta-phone-number {
  font-size: 1.875rem;
  font-weight: bold;
  color: var(--color-accent-red);
  line-height: 1.1;
}

.p-comparison__cta-buttons {
  display: flex;
}

.p-cta-primary {
  padding: 2.5rem 0;
}

.p-cta-primary__container {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-cta-primary__container {
    gap: 1.875rem;
  }
}

.p-cta-primary__consultation-content {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: white;
  border: 0.1875rem solid var(--color-accent-red);
  border-radius: 0.9375rem;
  padding: 0.625rem 1.25rem;
  box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(0, 0, 0, 0.4);
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-cta-primary__consultation-content {
    flex-direction: row;
    padding: 0.3125rem 1.25rem;
    border-radius: 1.25rem;
    align-items: center;
    justify-content: center;
    margin-top: 1.875rem;
  }
}

.u-bg-striped .p-cta-primary__consultation-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: -8.75rem;
  width: 12rem;
  height: 100%;
  background: url(../images/cta-primary-character.png) no-repeat center center/contain;
  scale: 1.3;
}
@media (max-width: 1240px) {
  .u-bg-striped .p-cta-primary__consultation-content::before {
    display: none;
  }
}

.p-cta-primary__consultation-number {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.p-cta-primary__consultation-icon {
  width: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-cta-primary__consultation-icon {
    width: 5rem;
  }
}

.p-cta-primary__consultation-text {
  font-size: 1rem;
  font-weight: bold;
  color: var(--color-accent-red);
}
@media screen and (min-width: 768px) {
  .p-cta-primary__consultation-text {
    font-size: 2.25rem;
  }
}

.p-cta-primary__phone-number {
  font-size: 2rem;
  font-weight: bold;
  color: var(--color-accent-red);
  letter-spacing: 0;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-cta-primary__phone-number {
    font-size: 4.6875rem;
  }
}

.p-cta-primary__button {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .p-cta-primary__button {
    font-size: 1.125rem;
    gap: 0.75rem;
  }
}

.p-cta-primary__buttons-inner {
  display: flex;
}

.u-bg-striped {
  background-image: none;
}
@media screen and (min-width: 768px) {
  .u-bg-striped {
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 0.125rem, rgba(0, 0, 0, 0.06) 0.125rem, rgba(0, 0, 0, 0.06) 0.375rem);
    position: relative;
    left: 50%;
    right: 50%;
    width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: none;
    padding: 0 calc(50vw - 50%);
  }
}

.p-cta-primary__button-icon {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-cta-primary__button-icon {
    font-size: 1.5rem;
  }
}

.p-cta-primary__button-text {
  line-height: 1.2;
}

.p-cta-primary__payments {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-cta-primary__payments {
    gap: 1.25rem;
  }
}

.p-cta-primary__payment-section {
  text-align: center;
}

.p-cta-primary__payment-header {
  background-color: #0d70c0;
  color: white;
  font-size: 0.9375rem;
  font-weight: bold;
  padding: 0.625rem 1.25rem;
  margin-bottom: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-cta-primary__payment-header {
    font-size: 1.875rem;
    padding: 0.3125rem 1.875rem;
    margin-bottom: 1.25rem;
  }
}

.p-cta-primary__credit-cards {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-cta-primary__credit-cards {
    gap: 0.9375rem;
  }
}

.p-cta-primary__card-logo {
  height: 1.875rem;
  width: auto;
}
@media screen and (min-width: 768px) {
  .p-cta-primary__card-logo {
    height: 5rem;
  }
}

.p-cta-primary__cashless {
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-cta-primary__paypay-logo {
  height: 3.125rem;
  width: auto;
}
@media screen and (min-width: 768px) {
  .p-cta-primary__paypay-logo {
    height: 7.5rem;
  }
}

.p-faq {
  padding: 0 0 0;
  background-color: #fff;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-faq {
    padding: 0 0 0;
    margin: 0;
  }
}

.p-faq__header {
  text-align: center;
}

.p-area-map {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-area-map {
    margin-bottom: 2.5rem;
  }
}

.p-faq__title {
  font-size: 0.9375rem;
  font-weight: bold;
  color: #fff;
  background-color: #808080;
  padding: 0.625rem 1rem;
}
@media screen and (min-width: 768px) {
  .p-faq__title {
    font-size: 1.875rem;
  }
}

.p-faq__item {
  display: grid;
  gap: 1.25rem;
  padding: 1.25rem 0;
}
@media screen and (min-width: 768px) {
  .p-faq__item {
    gap: 1.5rem;
  }
}

.p-faq__item + .p-faq__item {
  border-top: 1px dotted #bfbebe;
}

.p-faq__question-text {
  position: relative;
  display: flex;
  align-items: start;
  font-size: 0.875rem;
  color: var(--color-accent-blue);
  line-height: 1.6;
  gap: 0.625rem;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-faq__question-text {
    font-size: 1.75rem;
  }
}

.p-faq__question-text::before {
  flex-shrink: 0;
  content: "Q";
  width: 1.875rem;
  height: 1.875rem;
  background-color: #18a0a0;
  color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 0.875rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-faq__question-text::before {
    width: 3.75rem;
    height: 3.75rem;
    font-size: 1.75rem;
  }
}

.p-faq__answer-text {
  position: relative;
  display: flex;
  align-items: start;
  font-size: 0.875rem;
  line-height: 1.6;
  gap: 0.625rem;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-faq__answer-text {
    font-size: 1.75rem;
  }
}

.p-faq__answer-text::before {
  flex-shrink: 0;
  content: "A";
  width: 1.875rem;
  height: 1.875rem;
  background-color: var(--color-accent-pink);
  color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 0.875rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-faq__answer-text::before {
    width: 3.75rem;
    height: 3.75rem;
    font-size: 1.75rem;
  }
}

.p-flow {
  padding: 1.25rem 0 0;
  background-color: #fff;
}

.p-flow__container {
  position: relative;
}

.p-flow__header {
  text-align: center;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-flow__header {
    margin-bottom: 3.75rem;
  }
}

.p-flow__title {
  font-size: 0.9375rem;
  font-weight: bold;
  color: #fff;
  background-color: #808080;
  padding: 0.625rem 1rem;
}
@media screen and (min-width: 768px) {
  .p-flow__title {
    font-size: 1.875rem;
  }
}

.p-flow__steps {
  display: grid;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-flow__steps {
    gap: 2.5rem;
  }
}

.p-flow__step {
  border-radius: 1.25rem;
  padding: 1.25rem;
  position: relative;
  border: 1px solid var(--color-accent-pink);
}
@media screen and (min-width: 768px) {
  .p-flow__step {
    padding: 2rem;
    border-radius: 1.5rem;
  }
}

.p-flow__step-header {
  display: grid;
  grid-template-columns: min(1.875rem, 100%) 1fr auto;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .p-flow__step-header {
    grid-template-columns: min(4.125rem, 100%) 1fr auto;
    gap: 1.25rem;
    margin-bottom: 1.25rem;
  }
}

.p-flow__step-number {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  flex-shrink: 0;
}

.p-flow__step-label {
  font-size: 0.75rem;
  font-weight: bold;
  color: var(--color-accent-pink);
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-flow__step-label {
    font-size: 1.125rem;
  }
}

.p-flow__step-num {
  font-size: 1.75rem;
  font-weight: bold;
  color: var(--color-accent-pink);
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-flow__step-num {
    font-size: 3.3125rem;
  }
}

.p-flow__step-content {
  padding-top: 1rem;
  border-top: 1px solid #bfbebe;
}
@media screen and (min-width: 768px) {
  .p-flow__step-content {
    margin-top: 1.25rem;
  }
}

.p-flow__step-title {
  font-size: 1.125rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-flow__step-title {
    font-size: 2.125rem;
  }
}

.p-flow__step-text {
  font-size: 0.875rem;
  color: #333;
  line-height: 1.6;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-flow__step-text {
    font-size: 1.75rem;
    line-height: 1.7;
  }
}

.p-flow__payments {
  margin-top: 3rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-flow__payments {
    margin-top: 3.75rem;
  }
}

.p-flow__payment-icons {
  margin-top: 0.3125rem;
}

.p-footer-cta {
  position: fixed;
  bottom: 0;
  padding: 0.625rem 0 0.3125rem 0.3125rem;
  background-color: #fff100;
  border: 0.1875rem solid #ff643a;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-footer-cta {
    display: none;
  }
}

.p-footer-cta__phone {
  background-color: #fff;
  border-radius: 0.625rem;
  border: 0.125rem solid var(--color-accent-red);
  padding: 0.3125rem;
}

.p-footer-cta__top {
  display: grid;
  grid-template-columns: 20% 1fr;
  place-items: center;
}

.p-footer-cta__text {
  font-size: 0.625rem;
  line-height: 1.1;
  color: #294667;
  font-weight: 600;
}

.p-footer-cta__number {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.p-footer-cta__icon {
  align-content: center;
  width: 100%;
}

.p-footer-cta__phone-icon {
  vertical-align: middle;
}

.p-footer-cta__phone-number {
  font-size: 0.9375rem;
  font-weight: bold;
  color: var(--color-accent-pink);
  line-height: 1.1;
}

.p-header {
  background-color: #fff;
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}

.p-header__top {
  background-color: #fff;
  width: 100%;
}

.p-header__inner {
  display: grid;
  height: 4.0625rem;
  padding: 0 0 0 16px;
  align-items: stretch;
}
@media screen and (min-width: 1450px) {
  .p-header__inner {
    align-items: center;
    height: 10.3125rem;
    padding: 0 25px;
  }
}

.p-header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 1rem;
}
@media screen and (min-width: 1450px) {
  .p-header__container {
    gap: unset;
  }
}

.p-header__logo {
  display: flex;
  align-items: center;
  width: 11.5625rem;
}
@media screen and (min-width: 1450px) {
  .p-header__logo {
    width: 18.75rem;
  }
}

.p-header__logo a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #333;
  flex-direction: column;
  text-align: center;
}
@media screen and (min-width: 1450px) {
  .p-header__logo a {
    flex-direction: row;
    text-align: left;
  }
}

.p-header__logo-text {
  font-size: 0.875rem;
  color: #666;
  margin-right: 0;
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 1450px) {
  .p-header__logo-text {
    margin-right: 0.5rem;
    margin-bottom: 0;
  }
}

.p-header__logo-main {
  font-size: 1.5rem;
  font-weight: bold;
  color: #db5419;
}
@media screen and (min-width: 1450px) {
  .p-header__logo-main {
    font-size: 2rem;
  }
}

.p-header__contact {
  display: none;
}
@media screen and (min-width: 1450px) {
  .p-header__contact {
    display: flex;
    align-items: center;
    gap: 1.5rem;
  }
}

.p-header__phone-info {
  text-align: center;
}
@media screen and (min-width: 1450px) {
  .p-header__phone-info {
    text-align: left;
  }
}

.p-header__phone-label {
  font-size: 1.3125rem;
  color: #294667;
  line-height: 1;
  font-weight: 600;
}

.p-header__phone-number {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 2.8125rem;
  font-weight: bold;
  color: var(--color-accent-pink);
  gap: 0.625rem;
  line-height: 1;
  margin-top: 0.1875rem;
}

.p-header__phone-number:before {
  content: "";
  display: inline-block;
  width: 2.8125rem;
  height: 2.8125rem;
  background: url(../images/circle-phone-icon.svg) no-repeat center center/contain;
}

.p-header__phone-status {
  display: grid;
  place-items: center;
  text-align: center;
  font-size: 0.8125rem;
  line-height: 1;
  color: #fff;
  background-color: var(--color-accent-blue);
  border-radius: calc(infinity * 1px);
  padding: 0.625rem;
}

.p-header__status-highlight {
  color: #ffff00;
}

.p-header__button-label {
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
  padding: 0.625rem;
  background-color: var(--color-accent-pink);
  line-height: 1.1;
}

.p-header__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 1450px) {
  .p-header__buttons {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}

.p-header__button {
  width: 10rem;
}

.p-header__button--estimate {
  background-color: #db5419;
  color: white;
}

.p-header__button-label {
  display: block;
}

.p-header__menu-toggle {
  display: flex;
  background: #db5419;
  border: none;
  padding: 0.75rem;
  flex-direction: column;
  gap: 0.25rem;
  cursor: pointer;
  width: 4.0625rem;
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1450px) {
  .p-header__menu-toggle {
    display: none;
  }
}

.p-header__menu-bar {
  width: 1.875rem;
  height: 0.25rem;
  background-color: white;
  transition: all 0.3s ease;
}

.p-header__menu-toggle.is-active .p-header__menu-bar:nth-child(1) {
  transform: rotate(45deg) translate(0.375rem, 0.375rem);
}

.p-header__menu-toggle.is-active .p-header__menu-bar:nth-child(2) {
  opacity: 0;
}

.p-header__menu-toggle.is-active .p-header__menu-bar:nth-child(3) {
  transform: rotate(-45deg) translate(0.375rem, -0.375rem);
}

.p-header__nav {
  position: fixed;
  top: 4.0625rem;
  left: 0;
  right: 0;
  bottom: 0;
  height: calc(100vh - 4.0625rem);
  background-color: #db5419;
  z-index: 1001;
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 1450px) {
  .p-header__nav {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    height: auto;
    background-color: transparent;
    z-index: auto;
    transform: none;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1300px) {
  .p-header__nav.is-transitioning {
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
}
.p-header__nav.is-open {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 1450px) {
  .p-header__nav.is-open {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
}

.p-header__nav-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0;
  overflow-y: auto;
  max-height: calc(100vh - 4.0625rem);
  -webkit-overflow-scrolling: touch;
  padding-inline: 1rem;
}
@media screen and (min-width: 1450px) {
  .p-header__nav-list {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: auto;
    gap: 0;
    padding: 0;
    overflow-y: visible;
    max-height: none;
    padding-inline: 1.5625rem;
  }
}

.p-header__nav-item {
  width: 100%;
  flex: 0 1 auto;
}
@media screen and (min-width: 1450px) {
  .p-header__nav-item {
    width: auto;
  }
}

.p-header__nav-item + .p-header__nav-item {
  border-top: 1px solid #fff;
}
@media screen and (min-width: 1450px) {
  .p-header__nav-item + .p-header__nav-item {
    border-left: 1px solid #333;
  }
}

.p-header__nav-link {
  display: block;
  padding: 1.5rem 0.625rem;
  font-size: 1.125rem;
  color: white;
  text-align: center;
  font-weight: 600;
  border-bottom: none;
  text-decoration: none;
}
@media screen and (min-width: 1450px) {
  .p-header__nav-link {
    padding: 0.3125rem 1.25rem;
    color: #333;
    font-size: 1rem;
  }
}

/* ========================================
   p-hero
======================================== */
.p-hero {
  padding: 1.5625rem 0 0;
  background: linear-gradient(0deg, #ffffff 60%, #b1cdea 100%);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-hero {
    padding: 2.8125rem 0 3.125rem;
  }
}

.p-hero__container {
  position: relative;
}

.p-hero__lead {
  position: relative;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--color-accent-blue);
  -webkit-text-stroke: 0.25rem #fff;
  text-stroke: 0.25rem #fff;
  paint-order: stroke;
  line-height: 1.1;
  letter-spacing: 0;
  filter: drop-shadow(0.1875rem 0.1875rem 0.125rem rgba(0, 0, 0, 0.3));
  transform: translateZ(0);
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .p-hero__lead {
    -webkit-text-stroke: 8px #fff;
    text-stroke: 8px #fff;
    font-size: 2.875rem;
    padding: 0 2.5rem;
    filter: drop-shadow(0.3125rem 0.3125rem 0.1875rem rgba(0, 0, 0, 0.3));
  }
}

.p-hero__lead::before,
.p-hero__lead::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -10%;
  width: 2.5rem;
  aspect-ratio: 129/159;
  background-image: url("../images/hero-lead-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateZ(0);
  will-change: transform;
}
@media screen and (min-width: 768px) {
  .p-hero__lead::before,
  .p-hero__lead::after {
    translate: 0 -40%;
  }
}

.p-hero__lead::before {
  left: -2.1875rem;
  transform: scaleX(1);
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-hero__lead::before {
    left: -2.8125rem;
  }
}

.p-hero__lead::after {
  right: -2.1875rem;
  transform: scaleX(-1);
}
@media screen and (min-width: 768px) {
  .p-hero__lead::after {
    right: -2.8125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-hero__lead::before,
  .p-hero__lead::after {
    width: 3.625rem;
  }
}
.p-hero__title {
  font-size: 4.25rem;
  font-weight: 900;
  color: #ed7b30;
  -webkit-text-stroke: 0.3125rem #fff;
  text-stroke: 0.3125rem #fff;
  paint-order: stroke;
  filter: drop-shadow(0.3125rem 0.3125rem 0.1875rem rgba(0, 0, 0, 0.3));
  letter-spacing: 0;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .p-hero__title {
    -webkit-text-stroke: 0.625rem #fff;
    text-stroke: 0.625rem #fff;
    font-size: 8.6875rem;
    margin: 0 0 1.25rem 0;
    filter: drop-shadow(0.5rem 0.5rem 0.3125rem rgba(0, 0, 0, 0.3));
    margin-top: 1.25rem;
  }
}

.p-hero__subtitle {
  display: inline-block;
  font-size: 1.75rem;
  font-weight: bold;
  color: var(--color-accent-blue);
  line-height: 1.2;
  background: linear-gradient(transparent 80%, #ffeb3b 90%);
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-hero__subtitle {
    font-size: 3.5625rem;
    margin-top: 1.25rem;
  }
}

.p-hero__free-services {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.125rem;
  flex-wrap: wrap;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-hero__free-services {
    gap: 0.3125rem;
    margin-top: 2.1875rem;
  }
}

.p-hero__free-item {
  background-color: var(--color-accent-blue);
  color: #ffffff;
  padding: 0.3125rem 0.625rem;
  border-radius: 0.625rem;
  font-size: 0.875rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-hero__free-item {
    padding: 0.3125rem 1.25rem;
    border-radius: 1.5625rem;
    font-size: 2.25rem;
  }
}

.p-hero__free-badge {
  color: #ffffff;
  padding: 0 0.3125rem;
  font-size: 2.25rem;
  font-weight: bold;
  position: relative;
  -webkit-text-stroke: 0.3125rem var(--color-accent-red);
  text-stroke: 0.3125rem var(--color-accent-red);
  paint-order: stroke;
  letter-spacing: 0;
  padding-bottom: 0.3125rem;
  line-height: 1;
  filter: drop-shadow(0.3125rem 0.3125rem 0.1875rem rgba(0, 0, 0, 0.3));
}
@media screen and (min-width: 768px) {
  .p-hero__free-badge {
    -webkit-text-stroke: 0.625rem var(--color-accent-red);
    text-stroke: 0.625rem var(--color-accent-red);
    border-radius: 1.5625rem;
    font-size: 5.0625rem;
    filter: drop-shadow(0.5rem 0.5rem 0.3125rem rgba(0, 0, 0, 0.3));
  }
}

.p-hero__achievements {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3125rem;
  margin-top: 0.625rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-hero__achievements {
    gap: 1.875rem;
  }
}

.p-hero__note {
  font-size: 0.75rem;
  color: #040000;
  text-align: right;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-hero__note {
    font-size: 0.8125rem;
  }
}

.p-hero__before-after {
  margin-top: 0.625rem;
  margin-inline: auto;
}

.p-item-pricing {
  padding: 1.5rem 0 0;
}
@media screen and (min-width: 768px) {
  .p-item-pricing {
    padding: 2.5rem 0;
  }
}

.p-item-pricing__container {
  position: relative;
}

.p-item-pricing__header {
  text-align: center;
}

.p-item-pricing__title {
  font-size: 1rem;
  font-weight: bold;
  color: var(--color-accent-blue);
}
@media screen and (min-width: 768px) {
  .p-item-pricing__title {
    font-size: 2.25rem;
  }
}

.p-item-pricing__table {
  width: 100%;
  border-collapse: collapse;
  background-color: white;
  border: 0.0625rem solid #040000;
  margin-top: 0.625rem;
}

.p-item-pricing__cell {
  border: 0.0625rem solid #040000;
  padding: 0.3125rem;
  text-align: center;
  font-size: 0.6875rem;
  letter-spacing: 0;
  font-weight: bold;
  color: #333;
  min-height: 3.75rem;
  vertical-align: middle;
  line-height: 1.4;
  width: 25%;
  height: 2.625rem;
}
@media screen and (min-width: 768px) {
  .p-item-pricing__cell {
    font-size: 1.125rem;
    height: 4.0625rem;
  }
}

.p-item-pricing__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.125rem;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-item-pricing__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.0625rem;
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-item-pricing__grid {
    gap: 0.1875rem;
    margin-bottom: 5rem;
  }
}

.p-item-pricing__item {
  background-color: white;
  border: 0.0625rem solid #ddd;
  padding: 1rem 0.75rem;
  text-align: center;
  font-size: 0.8125rem;
  font-weight: bold;
  color: #333;
  min-height: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-item-pricing__item {
    padding: 0.75rem 0.5rem;
    font-size: 0.6875rem;
    min-height: 3.125rem;
  }
}
@media screen and (min-width: 768px) {
  .p-item-pricing__item {
    padding: 1.25rem 1rem;
    font-size: 0.875rem;
    min-height: 4.375rem;
  }
}

.p-item-pricing__item:empty {
  border: none;
  background-color: transparent;
}

.p-item-pricing__cta {
  background-color: white;
  border-radius: 0.75rem;
  padding: 1.875rem 1.25rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-item-pricing__cta {
    padding: 2.5rem 1.875rem;
    border-radius: 1rem;
  }
}

.p-item-pricing__cta-header {
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-item-pricing__cta-header {
    margin-bottom: 1.875rem;
  }
}

.p-item-pricing__cta-text {
  font-size: 1.125rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-item-pricing__cta-text {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
  }
}

.p-item-pricing__cta-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background-color: #ff4444;
  color: white;
  padding: 0.75rem 1.25rem;
  border-radius: 0.5rem;
  margin: 0 auto;
  max-width: 18.75rem;
}
@media screen and (min-width: 768px) {
  .p-item-pricing__cta-phone {
    padding: 1rem 1.5rem;
    border-radius: 0.625rem;
    max-width: 21.875rem;
    gap: 0.75rem;
  }
}

.p-item-pricing__cta-phone-icon {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-item-pricing__cta-phone-icon {
    font-size: 1.375rem;
  }
}

.p-item-pricing__cta-phone-number {
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.0625rem;
}
@media screen and (min-width: 768px) {
  .p-item-pricing__cta-phone-number {
    font-size: 1.5rem;
    letter-spacing: 0.125rem;
  }
}

.p-item-pricing__cta-buttons {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-item-pricing__cta-buttons {
    flex-direction: column;
    gap: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-item-pricing__cta-buttons {
    gap: 1rem;
  }
}

.p-item-pricing__cta-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  border-radius: 0.5rem;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.875rem;
  transition: all 0.3s ease;
  min-width: 11.25rem;
}
@media screen and (min-width: 768px) {
  .p-item-pricing__cta-button {
    padding: 1rem 1.5rem;
    border-radius: 0.625rem;
    font-size: 1rem;
    min-width: 12.5rem;
  }
}

.p-item-pricing__cta-button--mail {
  background-color: #ff6b35;
  color: white;
}

.p-item-pricing__cta-button--line {
  background-color: #00c851;
  color: white;
}

.p-item-pricing__cta-button-icon {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-item-pricing__cta-button-icon {
    font-size: 1.25rem;
  }
}

.p-item-pricing__cta-button-text {
  font-weight: bold;
}

@media (any-hover: hover) {
  .p-item-pricing__cta-button:hover {
    transform: translateY(-0.125rem);
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
  }
}
@media (any-hover: hover) {
  .p-item-pricing__cta-button--mail:hover {
    background-color: #e55a2b;
  }
}
@media (any-hover: hover) {
  .p-item-pricing__cta-button--line:hover {
    background-color: #00a841;
  }
}
.p-item-pricing__table.u-hidden-sp .p-item-pricing__cell {
  width: 16.666%;
}

.p-pack-examples {
  padding: 2.5rem 0;
  background-color: #ececeb;
}
@media screen and (min-width: 768px) {
  .p-pack-examples {
    padding: 7.5rem 0;
  }
}

.p-pack-examples__container {
  position: relative;
}

.p-pack-examples__header {
  text-align: center;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-pack-examples__header {
    margin-bottom: 1.25rem;
  }
}

.p-pack-examples__title {
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
  line-height: 1.4;
  letter-spacing: -1px;
  padding: 0 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-pack-examples__title {
    font-size: 2rem;
    max-width: 41.25rem;
    margin: 0 auto;
  }
}

.p-pack-examples__title::after {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-pack-examples__title::after {
    display: inline-block;
    position: absolute;
    content: "";
    right: -13.125rem;
    bottom: 0;
    background: url("../images/pack-examples-character.png") no-repeat center/contain;
    aspect-ratio: 420/434;
    width: 13.75rem;
  }
}

.p-pack-examples__cases {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-pack-examples__cases {
    gap: 3.75rem;
  }
}

.p-pack-examples__case-header {
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  align-items: center;
  gap: 0.5rem;
  background-color: var(--color-accent-pink);
  color: white;
  padding: 0.625rem;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-pack-examples__case-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    background-color: var(--color-accent-pink);
    color: white;
    padding: 1rem 1.25rem;
  }
}

.p-pack-examples__case-number {
  display: grid;
  grid-template-rows: auto auto;
  place-items: center;
  background-color: white;
  color: var(--color-accent-pink);
  width: 2.5rem;
  height: 2.5rem;
  border-radius: calc(infinity * 1px);
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1;
  justify-self: start;
}
@media screen and (min-width: 768px) {
  .p-pack-examples__case-number {
    width: 4.8125rem;
    height: 4.8125rem;
    font-size: 2.1875rem;
  }
}

.p-pack-examples__case-number::before {
  content: "ケース";
  display: block;
  font-size: 0.5rem;
  color: var(--color-accent-pink);
  line-height: 1;
  align-self: end;
  letter-spacing: -1px;
}
@media screen and (min-width: 768px) {
  .p-pack-examples__case-number::before {
    font-size: 0.9375rem;
  }
}

.p-pack-examples__case-title {
  font-size: 1.0625rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-pack-examples__case-title {
    font-size: 2.125rem;
  }
}

.p-pack-examples__content {
  display: grid;
  gap: 0.625rem;
  background-color: #fff;
  padding: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-pack-examples__content {
    gap: 1.875rem;
    padding: 1.25rem;
  }
}

.p-pack-examples__case-service {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  background-color: #f3e89c;
  padding: 0.3125rem 0.625rem;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-pack-examples__case-service {
    font-size: 2.125rem;
  }
}

.p-pack-examples__case-service-highlight {
  color: var(--color-accent-blue);
  font-size: 1.0625rem;
}

.p-pack-examples__case-calculation {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto 1fr;
  gap: 0.625rem;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-pack-examples__case-calculation {
    grid-template-columns: 1fr auto 1fr auto 1fr;
    margin-top: 1.25rem;
  }
}

.p-pack-examples__calculation-item {
  background-color: #ececeb;
  padding: 1rem 0.75rem;
  text-align: center;
}

.p-pack-examples__calculation-item--kaitori {
  background-color: #e0f3f5;
}

.p-pack-examples__calculation-label {
  font-size: 0.875rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-pack-examples__calculation-label {
    font-size: 1.6875rem;
  }
}

.p-pack-examples__calculation-amount {
  font-size: 1.3125rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-pack-examples__calculation-amount {
    font-size: 2.5rem;
  }
}

.p-pack-examples__calculation-amount--buyback {
  color: #20b2aa;
}

.p-pack-examples__unit {
  font-size: 0.875rem;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .p-pack-examples__unit {
    font-size: 1rem;
  }
}

.p-pack-examples__calculation-minus {
  display: grid;
  place-items: center;
  width: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-pack-examples__calculation-minus {
    width: 3.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-pack-examples__calculation-equal {
    width: 3.125rem;
  }
}

.p-pack-examples__case-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0.1875rem solid var(--color-accent-pink);
  padding: 0 1.25rem;
  text-align: center;
  line-height: 1.2;
  grid-column: 1/-1;
  padding: 0.625rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-pack-examples__case-total {
    grid-column: auto;
    flex-direction: column;
    padding: 0.5rem 0.75rem;
  }
}

.p-pack-examples__total-label {
  font-weight: 600;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-pack-examples__total-label {
    font-size: 1.6875rem;
  }
}

.p-pack-examples__total-amount {
  font-size: 1.875rem;
  font-weight: bold;
  color: #e91e63;
}
@media screen and (min-width: 768px) {
  .p-pack-examples__total-amount {
    font-size: 3.5625rem;
  }
}

.p-pack-examples__total-unit {
  font-size: 0.875rem;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .p-pack-examples__total-unit {
    font-size: 1.5rem;
  }
}

.p-pack-examples__content-bottom {
  display: flex;
  align-items: start;
  gap: 1.25rem;
}

.p-pack-examples__content-image {
  flex-shrink: 0;
  flex-basis: 22.1875rem;
}

.p-pack-examples__case-comment {
  font-size: 0.875rem;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-pack-examples__case-comment {
    font-size: 1.125rem;
  }
}

.p-pack-examples__customer-name {
  text-align: right;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-pack-examples__customer-name {
    font-size: 1.75rem;
    text-align: left;
  }
}

.p-pack-plan {
  position: relative;
  margin-top: -3.125rem;
}
@media screen and (min-width: 768px) {
  .p-pack-plan {
    margin-top: 3.75rem;
  }
}

.p-pack-plan__header {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-pack-plan__header {
    max-width: 50.625rem;
    margin-left: auto;
  }
}

.p-pack-plan__title {
  width: 100%;
}

.p-pack-plan__title-highlight {
  display: grid;
  place-items: center;
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--color-accent-blue);
  background-color: #dbef00;
  border: 0.1875rem solid var(--color-accent-blue);
  width: 1.5em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-pack-plan__title-highlight {
    font-size: 2.25rem;
    margin-top: 0.75rem;
    width: 1em;
    height: 1em;
  }
}

@media screen and (min-width: 768px) {
  .p-pack-plan__content {
    margin-top: 1.25rem;
  }
}

.p-pack-plan__plans {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-pack-plan__plans {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.625rem;
  }
}

.p-pack-plan__plan {
  background: #ffffff;
  border: 0.1875rem solid var(--color-accent-blue);
  display: grid;
  grid-template-rows: auto 1fr;
}

.p-pack-plan__plan-header {
  background: var(--color-accent-blue);
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 0.3125rem 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-pack-plan__plan-header {
    font-size: 1.5rem;
  }
}

.p-pack-plan__plan-body {
  display: flex;
  align-items: center;
  padding: 1.25rem 0.9375rem;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-pack-plan__plan-body {
    display: grid;
    grid-template: "desc" 1fr "icon" auto "value" auto/1fr;
    justify-items: center;
    padding: 0.625rem;
  }
}

.p-pack-plan__plan-icon {
  width: 4.375rem;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-pack-plan__plan-icon {
    width: 7.5rem;
  }
}

.p-pack-plan__plan-contents {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-pack-plan__plan-contents {
    display: contents;
  }
}

.p-pack-plan__plan-description {
  grid-area: desc;
  font-size: 0.875rem;
  color: #666;
  line-height: 1.5;
  text-align: left;
  letter-spacing: 0;
  align-self: start;
}
@media screen and (min-width: 768px) {
  .p-pack-plan__plan-description {
    font-size: 1.25rem;
  }
}

.p-pack-plan__plan-price {
  grid-area: value;
  font-size: 1.875rem;
  font-weight: bold;
  color: var(--color-accent-pink);
}
@media screen and (min-width: 768px) {
  .p-pack-plan__plan-price {
    font-size: 2.25rem;
  }
}

.p-pack-plan__plan-price span {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-pack-plan__plan-price span {
    font-size: 1.125rem;
  }
}

.p-pack-plan__plan-price-unit {
  font-size: 0.875rem;
  font-weight: bold;
  color: var(--color-accent-pink);
}
@media screen and (min-width: 768px) {
  .p-pack-plan__plan-price-unit {
    font-size: 1.125rem;
  }
}

.p-pack-plan__notes {
  margin-top: 1.25rem;
}

.p-pack-plan__note {
  font-size: 0.75rem;
  color: #666;
  line-height: 1.6;
  letter-spacing: 0;
}

.p-pack-plan__note + .p-pack-plan__note {
  margin-top: 0.5rem;
}

.p-pack-plan__cta {
  background: #ffffff;
  border: 0.125rem solid #dc3545;
  border-radius: 0.75rem;
  padding: 1.5rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-pack-plan__cta {
    padding: 2rem 1.5rem;
  }
}

.p-pack-plan__cta-text {
  font-size: 1.125rem;
  font-weight: bold;
  color: #dc3545;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-pack-plan__cta-text {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
}

.p-pack-plan__cta-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-pack-plan__cta-phone {
    margin-bottom: 1.5rem;
  }
}

.p-pack-plan__cta-phone-icon {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-pack-plan__cta-phone-icon {
    font-size: 1.75rem;
  }
}

.p-pack-plan__cta-phone-number {
  font-size: 1.75rem;
  font-weight: bold;
  color: #dc3545;
}
@media screen and (min-width: 768px) {
  .p-pack-plan__cta-phone-number {
    font-size: 2.25rem;
  }
}

.p-pack-plan__cta-buttons {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-pack-plan__cta-buttons {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}

.p-pack-plan__cta-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.25rem;
  border-radius: 0.5rem;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-pack-plan__cta-button {
    padding: 1.25rem 1.5rem;
  }
}

.p-pack-plan__cta-button--mail {
  background: #ff6b35;
  color: #ffffff;
}

.p-pack-plan__cta-button--line {
  background: #06c755;
  color: #ffffff;
}

@media (any-hover: hover) {
  .p-pack-plan__cta-button--mail:hover {
    background: #e55a2b;
    transform: translateY(-0.125rem);
  }
}
@media (any-hover: hover) {
  .p-pack-plan__cta-button--line:hover {
    background: #05b345;
    transform: translateY(-0.125rem);
  }
}
.p-pack-plan__cta-button-text {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-pack-plan__cta-button-text {
    font-size: 1rem;
  }
}

.p-promise-zero {
  padding-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-promise-zero {
    padding-top: 2.5rem;
  }
}

.p-promise-zero__container {
  position: relative;
}

h2.p-promise-zero__title {
  max-width: 17.5rem;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  h2.p-promise-zero__title {
    max-width: 100%;
    margin-right: 0;
  }
}

.p-promise-zero__promises {
  position: absolute;
  bottom: 0.625rem;
  width: 100%;
  display: grid;
  gap: 0.3125rem;
  max-width: 11.25rem;
  right: 1rem;
}
@media screen and (min-width: 768px) {
  .p-promise-zero__promises {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-auto-flow: column;
    width: 100%;
    width: 47.5rem;
    right: 1.5625rem;
    gap: 0.75rem;
    bottom: 2.8125rem;
    max-width: 100%;
  }
}

.p-promise-zero__promise {
  background-color: #fff;
  border: 1px solid var(--color-accent-pink);
  display: flex;
  align-items: center;
  height: 2rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-promise-zero__promise {
    font-size: 1.875rem;
    height: 3.75rem;
  }
}

.p-promise-zero__promise-number {
  background-color: var(--color-accent-pink);
  color: #fff;
  font-weight: 600;
  width: 2rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .p-promise-zero__promise-number {
    font-size: 2.3125rem;
    width: 3.875rem;
    height: 3.875rem;
  }
}

.p-promise-zero__promise-text {
  font-weight: 600;
  color: #000;
  flex: 1;
  white-space: nowrap;
  font-size: 0.875rem;
  margin-left: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-promise-zero__promise-text {
    margin-left: 0.625rem;
    font-size: 1.75rem;
  }
}

.p-promise-zero__promise-price {
  justify-self: flex-end;
  font-weight: bold;
  color: #e91e63;
  margin-left: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-promise-zero__promise-price {
    margin-left: 0.5rem;
    font-size: 2.25rem;
  }
}

.p-promise-zero__text {
  font-weight: bold;
  background-color: #225a77;
  color: #fff;
  text-align: center;
  padding: 0.3125rem 1rem;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-promise-zero__text {
    font-size: 1.875rem;
  }
}

.p-promise-zero__text span {
  color: #dbef00;
}

.p-reasons {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .p-reasons {
    padding: 1.25rem 0 2.5rem;
  }
}

.p-reasons__container {
  position: relative;
}

.p-reasons__header {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-reasons__header {
    max-width: 52.1875rem;
    margin-left: auto;
  }
}

.p-reasons__header-speech {
  display: inline-block;
  background-color: #20b2aa;
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 1.875rem;
  position: relative;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-reasons__header-speech {
    padding: 1rem 2rem;
    margin-bottom: 1.875rem;
  }
}

.p-reasons__header-speech::after {
  content: "";
  position: absolute;
  bottom: -0.625rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 0.75rem solid transparent;
  border-right: 0.75rem solid transparent;
  border-top: 0.75rem solid #20b2aa;
}

.p-reasons__header-text {
  font-size: 0.875rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-reasons__header-text {
    font-size: 1.125rem;
  }
}

.p-reasons__title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-reasons__title {
    gap: 0.75rem;
    margin-bottom: 1.875rem;
  }
}

.p-reasons__title-company {
  font-size: 1.5rem;
  font-weight: bold;
  color: #ff6b35;
}
@media screen and (min-width: 768px) {
  .p-reasons__title-company {
    font-size: 2rem;
  }
}

.p-reasons__title-text {
  font-size: 1.125rem;
  font-weight: bold;
  color: #333;
}
@media screen and (min-width: 768px) {
  .p-reasons__title-text {
    font-size: 1.5rem;
  }
}

.p-reasons__title-highlight {
  font-size: 1.5rem;
  font-weight: bold;
  color: #e91e63;
}
@media screen and (min-width: 768px) {
  .p-reasons__title-highlight {
    font-size: 2rem;
  }
}

.p-reasons__character {
  position: absolute;
  top: 0;
  right: 0;
  width: 5rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-reasons__character {
    position: relative;
    right: auto;
    margin: 0 auto;
    width: 3.75rem;
  }
}
@media screen and (min-width: 768px) {
  .p-reasons__character {
    width: 7.5rem;
  }
}

.p-reasons__character-image {
  width: 100%;
  height: auto;
}

.p-reasons__table {
  margin-bottom: 2.5rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 768px) {
  .p-reasons__table {
    margin-bottom: 2.5rem;
  }
}

.p-reasons__comparison-table {
  width: 100%;
  min-width: 37.5rem;
  border-collapse: collapse;
  background-color: white;
  border: 1px solid black;
  overflow: hidden;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-reasons__comparison-table {
    min-width: 50rem;
  }
}

.p-reasons__table-header {
  padding: 1rem 0.5rem;
  text-align: center;
  font-weight: bold;
  font-size: 0.75rem;
  border: 0.0625rem solid #000;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .p-reasons__table-header {
    padding: 1.25rem 0.75rem;
    font-size: 0.875rem;
  }
}

.p-reasons__table-header--category {
  width: 20%;
}

.p-reasons__table-header--smart {
  background-color: #e5e5e4;
  color: white;
  width: 20%;
  border-left: 0.375rem solid var(--color-accent-pink);
  border-right: 0.375rem solid var(--color-accent-pink);
  border-top: 0.375rem solid var(--color-accent-pink);
}

.p-reasons__table-header--other {
  background-color: #e5e5e4;
  color: #333;
  width: 20%;
}

.p-reasons__table-header--moving {
  background-color: #e5e5e4;
  color: #333;
  width: 20%;
}

.p-reasons__table-header--local {
  background-color: #e5e5e4;
  color: #333;
  width: 20%;
}

.p-reasons__table-cell {
  padding: 0.3125rem 0.0625rem;
  text-align: center;
  font-size: 0.6875rem;
  line-height: 1.4;
  border: 0.0625rem solid #000;
  vertical-align: middle;
  height: 3.875rem;
}
@media screen and (min-width: 768px) {
  .p-reasons__table-cell {
    padding: 0.3125rem 0.75rem;
    font-size: 0.8125rem;
    height: 4.5625rem;
  }
}

.p-reasons__table-cell--category {
  background-color: #dbef00;
  font-weight: bold;
}

.p-reasons__table-cell--smart {
  border-left: 0.375rem solid var(--color-accent-pink);
  border-right: 0.375rem solid var(--color-accent-pink);
}

.p-reasons__smart-value {
  line-height: 1.3;
}

.p-reasons__price {
  font-size: 1rem;
  font-weight: bold;
  color: var(--color-accent-pink);
}
@media screen and (min-width: 768px) {
  .p-reasons__price {
    font-size: 1.125rem;
  }
}

.p-reasons__percentage {
  font-size: 1.125rem;
  font-weight: bold;
  color: var(--color-accent-pink);
}
@media screen and (min-width: 768px) {
  .p-reasons__percentage {
    font-size: 1.375rem;
  }
}

.p-reasons__staff-rating {
  line-height: 1.3;
}

.p-reasons__rating-icon {
  font-size: 1rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-reasons__rating-icon {
    font-size: 1.125rem;
  }
}

.p-reasons__table-row:last-child .p-reasons__table-cell--smart {
  border-bottom: 0.375rem solid var(--color-accent-pink);
}

/* ===================================
# 採用資料セクション
=================================== */
.p-recruitment-materials {
  background-color: #E6E8EC;
  border-radius: 32px;
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .p-recruitment-materials {
    padding: 60px 0;
    border-radius: 20px;
  }
}
.p-recruitment-materials__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
@media screen and (max-width: 767px) {
  .p-recruitment-materials__container {
    padding: 0 16px;
  }
}
.p-recruitment-materials__content {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media screen and (max-width: 767px) {
  .p-recruitment-materials__content {
    gap: 32px;
  }
}
.p-recruitment-materials__header {
  padding-left: 64px;
}
@media screen and (max-width: 767px) {
  .p-recruitment-materials__header {
    padding-left: 16px;
  }
}
.p-recruitment-materials__title {
  font-size: 40px;
  font-weight: bold;
  color: #333333;
  line-height: 1.4;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 767px) {
  .p-recruitment-materials__title {
    font-size: 28px;
    letter-spacing: 0.84px;
  }
}
.p-recruitment-materials__items {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media screen and (max-width: 767px) {
  .p-recruitment-materials__items {
    gap: 32px;
  }
}
.p-recruitment-materials__item {
  display: flex;
  gap: 64px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-recruitment-materials__item {
    flex-direction: column;
    gap: 24px;
  }
}
.p-recruitment-materials__item-image {
  flex-shrink: 0;
  width: 640px;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-recruitment-materials__item-image {
    width: 100%;
  }
}
.p-recruitment-materials__item-image img {
  width: 100%;
  height: auto;
  display: block;
}
.p-recruitment-materials__item-content {
  flex: 1;
  min-width: 0;
}
.p-recruitment-materials__item-text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-right: 64px;
}
@media screen and (max-width: 767px) {
  .p-recruitment-materials__item-text {
    padding-right: 0;
    gap: 16px;
  }
}
.p-recruitment-materials__item-description {
  font-size: 15px;
  font-weight: medium;
  color: #333333;
  line-height: 1.8;
  letter-spacing: 0.45px;
}
.p-recruitment-materials__item-button {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-recruitment-materials__item-button {
    margin-top: 16px;
  }
}

/* ===================================
# 募集セクション
=================================== */
.p-recruitment {
  padding: 120px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-recruitment {
    padding: 60px 0;
  }
}
.p-recruitment__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
@media screen and (max-width: 767px) {
  .p-recruitment__container {
    padding: 0 16px;
  }
}
.p-recruitment__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .p-recruitment__content {
    gap: 32px;
  }
}
.p-recruitment__header-content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px;
}
@media screen and (max-width: 767px) {
  .p-recruitment__header-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}
.p-recruitment__header-text {
  flex: 1;
}
.p-recruitment__header-cta {
  flex-shrink: 0;
}
.p-recruitment__title {
  font-size: 40px;
  font-weight: 900;
  color: #333333;
  line-height: 1.6;
  letter-spacing: 1.2px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .p-recruitment__title {
    font-size: 24px;
    letter-spacing: 0.72px;
    margin-bottom: 12px;
  }
}
.p-recruitment__subtitle {
  font-size: 15px;
  font-weight: medium;
  color: #333333;
  line-height: 1.8;
  letter-spacing: 0.45px;
  max-width: 512px;
}
@media screen and (max-width: 767px) {
  .p-recruitment__subtitle {
    font-size: 14px;
  }
}
.p-recruitment__main {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .p-recruitment__main {
    gap: 24px;
  }
}
.p-recruitment__interview {
  background-color: #FFFFFF;
  border-radius: 20px;
  display: flex;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-recruitment__interview {
    flex-direction: column;
  }
}
.p-recruitment__interview-image {
  width: 584px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-recruitment__interview-image {
    width: 100%;
  }
}
.p-recruitment__interview-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.p-recruitment__interview-content {
  flex: 1;
  padding: 64px;
}
@media screen and (max-width: 767px) {
  .p-recruitment__interview-content {
    padding: 32px 24px;
  }
}
.p-recruitment__interview-text {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .p-recruitment__interview-text {
    gap: 16px;
  }
}
.p-recruitment__interview-description {
  font-size: 15px;
  font-weight: medium;
  color: #333333;
  line-height: 1.8;
  letter-spacing: 0.45px;
}
@media screen and (max-width: 767px) {
  .p-recruitment__interview-description {
    font-size: 14px;
  }
}
.p-recruitment__jobs {
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .p-recruitment__jobs {
    flex-direction: column;
    gap: 16px;
  }
}
.p-recruitment__job {
  flex: 1;
  background-color: #FFFFFF;
  border-radius: 20px;
  overflow: hidden;
}
.p-recruitment__job-content {
  padding: 48px;
}
@media screen and (max-width: 767px) {
  .p-recruitment__job-content {
    padding: 32px 24px;
  }
}
.p-recruitment__job-header {
  position: relative;
  padding-left: 48px;
}
@media screen and (max-width: 767px) {
  .p-recruitment__job-header {
    padding-left: 32px;
  }
}
.p-recruitment__job-header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background-color: #333333;
  border-radius: 50%;
}
.p-recruitment__job-header::after {
  content: "→";
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  color: #FFFFFF;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-recruitment__job-title {
  font-size: 28px;
  font-weight: bold;
  color: #333333;
  line-height: 1.4;
  letter-spacing: 0.84px;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .p-recruitment__job-title {
    font-size: 20px;
    letter-spacing: 0.6px;
  }
}
.p-recruitment__job-title::after {
  content: "";
  width: 1px;
  height: 30px;
  background-color: rgba(51, 51, 51, 0.6);
}
@media screen and (max-width: 767px) {
  .p-recruitment__job-title::after {
    height: 24px;
  }
}

.p-safety-points {
  padding: 1.25rem 0 0;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .p-safety-points {
    padding: 7.5rem 0;
  }
}

.p-safety-points__container {
  position: relative;
}

.p-safety-points__badge {
  display: inline-block;
  background-color: #e91e63;
  border-radius: 3.125rem;
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-safety-points__badge {
    width: 6.25rem;
    height: 6.25rem;
    margin: 0 auto 1.875rem;
  }
}

.p-safety-points__badge::before {
  content: "";
  position: absolute;
  top: -0.3125rem;
  left: -0.625rem;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #e91e63;
  border-radius: 0.1875rem;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .p-safety-points__badge::before {
    top: -0.5rem;
    left: -0.9375rem;
    width: 1.5625rem;
    height: 1.5625rem;
  }
}

.p-safety-points__badge::after {
  content: "";
  position: absolute;
  top: -0.3125rem;
  right: -0.625rem;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #e91e63;
  border-radius: 0.1875rem;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .p-safety-points__badge::after {
    top: -0.5rem;
    right: -0.9375rem;
    width: 1.5625rem;
    height: 1.5625rem;
  }
}

.p-safety-points__badge-number {
  color: white;
  font-size: 1rem;
  font-weight: bold;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-safety-points__badge-number {
    font-size: 1.25rem;
  }
}

.p-safety-points__title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
  line-height: 1.4;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-safety-points__title {
    font-size: 2rem;
  }
}

.p-safety-points__title-company {
  color: #ff6b35;
}

.p-safety-points__title-main {
  color: #333;
}

.p-safety-points__list {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .p-safety-points__list {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
  }
}

.p-safety-points__item {
  display: grid;
  grid-template-columns: 1fr min(6.875rem, 100%);
  gap: 0.625rem;
  padding: 0.9375rem 0;
}
@media screen and (min-width: 768px) {
  .p-safety-points__item {
    grid-template-columns: 1fr min(7.5rem, 100%);
    border: 0.3125rem solid var(--color-accent-blue);
    padding: 0 0 0.9375rem 0;
  }
}

.p-safety-points__item + .p-safety-points__item {
  border-top: 0.0625rem solid #040000;
}
@media screen and (min-width: 768px) {
  .p-safety-points__item + .p-safety-points__item {
    border-top: 0.3125rem solid var(--color-accent-blue);
  }
}

.p-safety-points__item-header {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-safety-points__item-header {
    gap: 0.9375rem;
    height: 5.625rem;
  }
}

.p-safety-points__item-number {
  background-color: var(--color-accent-blue);
  padding: 0.5rem 0.3125rem;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  align-self: start;
}

.p-safety-points__reason {
  font-size: 0.75rem;
  line-height: 1;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .p-safety-points__reason {
    font-size: 1.25rem;
  }
}

.p-safety-points__number {
  font-size: 1.5625rem;
  font-weight: bold;
  line-height: 1;
  color: #dbef00;
}
@media screen and (min-width: 768px) {
  .p-safety-points__number {
    font-size: 2.5rem;
  }
}

.p-safety-points__item-title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #333;
  line-height: 1.3;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-safety-points__item-title {
    padding: 0.3125rem 0 0;
    font-size: 2rem;
  }
}

.p-safety-points__item-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-safety-points__item-content {
    grid-template-rows: auto 1fr;
  }
}

.p-safety-points__item-text {
  font-size: 0.875rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-safety-points__item-text {
    font-size: 1.125rem;
    padding-left: 0.9375rem;
  }
}

.p-safety-points__item-image {
  width: 6.25rem;
  aspect-ratio: 1;
}
@media screen and (min-width: 768px) {
  .p-safety-points__item-image {
    width: 7.5rem;
    aspect-ratio: 1;
    padding: 0.9375rem 0.9375rem 0 0;
  }
}

.p-services {
  background-color: #f3e89c;
}

.p-services__header {
  text-align: center;
}

.p-services__title {
  position: relative;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 0.9375rem 0;
  letter-spacing: 0;
  background-color: #f8c53c;
  -o-border-image: linear-gradient(#f8c53c 0 0) 0//0 100lvi;
     border-image: linear-gradient(#f8c53c 0 0) fill 0//0 100lvi;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .p-services__title {
    font-size: 3.125rem;
  }
}

.p-services__title::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 12px solid #f8c53c;
}

.p-services__title img {
  width: 12.1875rem;
}
@media screen and (min-width: 768px) {
  .p-services__title img {
    width: 24.25rem;
  }
}

.p-services__title-text {
  display: inline;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-services__title-text {
    padding-left: 0.3125rem;
  }
}

.p-services__title-text span {
  display: inline;
}
@media screen and (min-width: 768px) {
  .p-services__title-text span {
    font-size: 1.875rem;
  }
}

.p-services__title-subtitle {
  display: block;
  font-size: 16px;
  color: #666;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .p-services__title-subtitle {
    font-size: 20px;
  }
}

.p-services__title-company {
  display: block;
  font-size: 28px;
  font-weight: bold;
  color: #e74c3c;
}
@media screen and (min-width: 768px) {
  .p-services__title-company {
    font-size: 36px;
  }
}

.p-services__title-main {
  font-size: 20px;
  font-weight: bold;
  color: #2c3e50;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-services__title-main {
    font-size: 28px;
  }
}

.p-services__content {
  padding: 2.5rem 0 1.875rem;
}

.p-services__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-services__items {
    gap: 1.5625rem;
  }
}

.p-services__item {
  position: relative;
  background: #ffffff;
  display: grid;
  grid-template: "header header" auto "text image" 1fr/1fr min(5rem, 100%);
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-services__item {
    grid-template: "header" auto "text" 1fr/1fr;
    padding: 1.25rem;
    gap: 1.25rem;
    min-height: 18.75rem;
  }
}

.p-services__item-header {
  grid-area: header;
  color: #ffffff;
  font-size: 1rem;
  font-weight: bold;
  padding: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-services__item-header {
    font-size: 2.125rem;
    padding: 0;
  }
}

.p-services__item--pink.p-services__item {
  background: linear-gradient(180deg, var(--color-accent-pink) 0% 3.05rem, #ffffff 3.05rem 100%);
}
@media screen and (min-width: 768px) {
  .p-services__item--pink.p-services__item {
    background: linear-gradient(180deg, var(--color-accent-pink) 0% 6.25rem, #ffffff 6.25rem 100%);
  }
}

.p-services__item--green.p-services__item {
  background: linear-gradient(180deg, var(--color-accent-green, #7ac843) 0% 3.05rem, #ffffff 3.05rem 100%);
}
@media screen and (min-width: 768px) {
  .p-services__item--green.p-services__item {
    background: linear-gradient(180deg, var(--color-accent-green, #7ac843) 0% 6.25rem, #ffffff 6.25rem 100%);
  }
}

.p-services__item--blue.p-services__item {
  background: linear-gradient(180deg, var(--color-accent-blue, #0072bd) 0% 3.05rem, #ffffff 3.05rem 100%);
}
@media screen and (min-width: 768px) {
  .p-services__item--blue.p-services__item {
    background: linear-gradient(180deg, var(--color-accent-blue, #0072bd) 0% 6.25rem, #ffffff 6.25rem 100%);
  }
}

.p-services__item--orange.p-services__item {
  background: linear-gradient(180deg, var(--color-accent-orange, #ffac29) 0% 3.05rem, #ffffff 3.05rem 100%);
}
@media screen and (min-width: 768px) {
  .p-services__item--orange.p-services__item {
    background: linear-gradient(180deg, var(--color-accent-orange, #ffac29) 0% 6.25rem, #ffffff 6.25rem 100%);
  }
}

.p-services__item--purple.p-services__item {
  background: linear-gradient(180deg, var(--color-accent-purple, #9a7db3) 0% 3.05rem, #ffffff 3.05rem 100%);
}
@media screen and (min-width: 768px) {
  .p-services__item--purple.p-services__item {
    background: linear-gradient(180deg, var(--color-accent-purple, #9a7db3) 0% 6.25rem, #ffffff 6.25rem 100%);
  }
}

.p-services__item--orange-alt.p-services__item {
  background: linear-gradient(180deg, var(--color-accent-orange-alt, #cf7e0f) 0% 3.05rem, #ffffff 3.05rem 100%);
}
@media screen and (min-width: 768px) {
  .p-services__item--orange-alt.p-services__item {
    background: linear-gradient(180deg, var(--color-accent-orange-alt, #cf7e0f) 0% 6.25rem, #ffffff 6.25rem 100%);
  }
}

.p-services__item--cyan.p-services__item {
  background: linear-gradient(180deg, var(--color-accent-cyan, #00a6da) 0% 3.05rem, #ffffff 3.05rem 100%);
}
@media screen and (min-width: 768px) {
  .p-services__item--cyan.p-services__item {
    background: linear-gradient(180deg, var(--color-accent-cyan, #00a6da) 0% 6.25rem, #ffffff 6.25rem 100%);
  }
}

.p-services__item-image {
  grid-area: image;
}
@media screen and (min-width: 768px) {
  .p-services__item-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 18.75rem;
    height: 14.0625rem;
    top: 50%;
    transform: translateY(-50%);
    right: 1.25rem;
  }
}

.p-services__item-img {
  padding: 0 0.625rem 0.625rem 0;
}
@media screen and (min-width: 768px) {
  .p-services__item-img {
    padding: 0;
  }
}

.p-services__item-text {
  grid-area: text;
  font-size: 0.875rem;
  line-height: 1.6;
  text-align: left;
  letter-spacing: 0;
  padding: 0 0 0.625rem 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-services__item-text {
    font-size: 1.125rem;
    padding-right: 20rem;
    padding: 1.25rem 19.375rem 0 0;
  }
}

/* ========================================
   p-vision
======================================== */
.p-vision {
  padding: 120px 0;
  background-color: #F1F2F4;
}
@media screen and (min-width: 768px) {
  .p-vision {
    padding: 80px 0;
  }
}

.p-vision__inner {
  max-width: 1512px;
  margin: 0 auto;
  padding: 0 156px;
}
@media screen and (min-width: 768px) {
  .p-vision__inner {
    padding: 0 24px;
  }
}

.p-vision__content {
  display: grid;
  grid-template-columns: 350px 1fr 350px;
  gap: 0;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-vision__content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

/* 左側の画像 */
.p-vision__image-left {
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .p-vision__image-left {
    padding-bottom: 0;
    order: 2;
  }
}

.p-vision__image-left .p-vision__image {
  width: 350px;
  height: 412px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 20px 20px 0;
}
@media screen and (min-width: 768px) {
  .p-vision__image-left .p-vision__image {
    width: 100%;
    height: 250px;
    border-radius: 16px;
  }
}

/* 右側の画像 */
.p-vision__image-right {
  padding-top: 100px;
}
@media screen and (min-width: 768px) {
  .p-vision__image-right {
    padding-top: 0;
    order: 3;
  }
}

.p-vision__image-right .p-vision__image {
  width: 350px;
  height: 412px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px 0 0 20px;
}
@media screen and (min-width: 768px) {
  .p-vision__image-right .p-vision__image {
    width: 100%;
    height: 250px;
    border-radius: 16px;
  }
}

/* 中央のテキストエリア */
.p-vision__text-area {
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (min-width: 768px) {
  .p-vision__text-area {
    padding: 0;
    order: 1;
    gap: 32px;
  }
}

.p-vision__text-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .p-vision__text-content {
    gap: 24px;
  }
}

.p-vision__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 42px;
  line-height: 1.6;
  letter-spacing: 1.26px;
  color: #333333;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-vision__title {
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: 0.84px;
    text-align: center;
  }
}

.p-vision__title-line {
  display: block;
}

.p-vision__description {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.p-vision__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 2.4;
  letter-spacing: 0.54px;
  color: #333333;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-vision__text {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.42px;
  }
}

.p-vision__cta {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-vision__cta {
    justify-content: center;
  }
}

/* ========================================
   p-work-environment
======================================== */
.p-work-environment {
  background-color: #FFFFFF;
  border-radius: 32px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-work-environment {
    border-radius: 20px;
  }
}

.p-work-environment__container {
  max-width: 1512px;
  margin: 0 auto;
  padding: 80px 0;
}
@media screen and (min-width: 768px) {
  .p-work-environment__container {
    padding: 60px 20px;
  }
}

.p-work-environment__content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-work-environment__content {
    flex-direction: column;
    gap: 40px;
  }
}

.p-work-environment__text {
  flex: 1;
  padding-left: 64px;
}
@media screen and (min-width: 768px) {
  .p-work-environment__text {
    padding-left: 0;
  }
}

.p-work-environment__header {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p-work-environment__header {
    margin-bottom: 30px;
  }
}

.p-work-environment__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.4;
  letter-spacing: 0.03em;
  color: #333333;
  margin: 0 0 24px 0;
}
@media screen and (min-width: 768px) {
  .p-work-environment__title {
    font-size: 28px;
    margin-bottom: 20px;
  }
}

.p-work-environment__info {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .p-work-environment__info {
    gap: 30px;
  }
}

.p-work-environment__description {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: #333333;
  margin: 0;
  width: 456px;
}
@media screen and (min-width: 768px) {
  .p-work-environment__description {
    width: 100%;
    font-size: 14px;
  }
}

.p-work-environment__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .p-work-environment__tags {
    gap: 8px;
  }
}

.p-work-environment__image {
  flex-shrink: 0;
}
.p-work-environment__image img {
  width: 600px;
  height: 380px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-work-environment__image img {
    width: 100%;
    height: 240px;
  }
}

.p-work-environment__card {
  background-color: var(--color-base-white);
  border: 1px solid var(--color-base-gray);
  border-radius: 16px;
  padding: 24px;
}

.p-work-environment__card-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.p-work-environment__card-icon {
  width: 48px;
  height: 48px;
  background-color: var(--color-coconala-green);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.p-work-environment__card-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  color: var(--color-base-black);
  margin: 0;
}

.p-work-environment__card-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .u-hidden-pc {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none;
  }
}

.u-uppercase {
  text-transform: uppercase;
}

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

.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.u-color-accent-pink {
  color: var(--color-accent-pink);
}

.u-font-roboto-condensed {
  font-family: "Roboto Condensed", sans-serif;
}