@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-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 {
  -webkit-box-sizing: content-box;
          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;
}

@-webkit-keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(24px);
            transform: translateY(24px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(24px);
            transform: translateY(24px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes overText {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  41% {
    opacity: 1;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes overText {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  41% {
    opacity: 1;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #343b42;
  background-color: #ffffff;
  -webkit-font-feature-settings: "halt" on;
          font-feature-settings: "halt" on;
}
@media screen and (min-width: 980px) {
  body {
    font-size: 1rem;
  }
}
body.is-fixed {
  overflow: hidden;
}

a[href^="tel:"] {
  cursor: default;
}

.l-inner {
  padding-inline: clamp(1rem, 5.3333333333vw, 3.75rem);
  margin-inline: auto;
}
@media screen and (min-width: 1140px) {
  .l-inner {
    padding-inline: min(6.9444444444vw, 100px);
    max-width: 1340px;
  }
}

.l-footer {
  background: #49535d;
  color: #ffffff;
}

.l-footer__logo a {
  font-family: "Source Sans 3", sans-serif;
  font-size: clamp(1.75rem, 7.4666666667vw, 2.375rem);
  font-weight: 700;
}

.l-footer__contents {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-footer__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.5rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.l-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  row-gap: 1rem;
}
@media screen and (min-width: 980px) {
  .l-footer__list {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}

.l-footer__item a {
  display: inline-block;
  font-weight: 500;
  line-height: 1;
  padding-block: 0.5rem;
}

.l-footer__snsLogo {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .l-footer__snsLogo {
    margin-top: 0;
  }
}
.l-footer__snsLogo a {
  display: inline-block;
  padding-block: 0.5rem;
}
.l-footer__snsLogo img {
  aspect-ratio: 32/33;
  width: clamp(1.5rem, 2.2222222222vw, 2rem);
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-footer__sub {
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid #ffffff;
  font-size: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 6.25rem;
     -moz-column-gap: 6.25rem;
          column-gap: 6.25rem;
  row-gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .l-footer__sub {
    margin-top: 3.75rem;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  height: 3.75rem;
  background: rgba(255, 255, 255, 0.6);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 980px) {
  .l-header {
    height: 5rem;
  }
}

.l-header__inner {
  margin-inline: auto;
  padding-inline: clamp(1rem, 5.3333333333vw, 1.875rem);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 980px) {
  .l-header__inner {
    padding-inline: clamp(1.875rem, 2.7777777778vw, 3.75rem);
  }
}

.l-header__title {
  color: #49535d;
  font-family: "Source Sans 3", sans-serif;
  font-size: clamp(1.75rem, 7.4666666667vw, 2.375rem);
  font-weight: 700;
}

.l-header__nav {
  display: none;
}
@media screen and (min-width: 980px) {
  .l-header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: clamp(1.5rem, 2.2222222222vw, 2rem);
  }
}

.l-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(1.5rem, 2.2222222222vw, 2rem);
}

.l-header__item a {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  padding-block: 0.5rem;
  color: #49535d;
  overflow: hidden;
}
.l-header__item a span {
  display: inline-block;
  line-height: 1;
}
@media (hover: hover) and (pointer: fine) {
  .l-header__item a:hover span {
    -webkit-animation: 0.4s ease-out 0s 1 normal forwards running overText;
            animation: 0.4s ease-out 0s 1 normal forwards running overText;
  }
}
.l-header__item a:focus-visible span {
  -webkit-animation: 0.4s ease-out 0s 1 normal forwards running overText;
          animation: 0.4s ease-out 0s 1 normal forwards running overText;
}
@media (hover: none) {
  .l-header__item a {
    /* hoverが使えない端末 スマホ想定 */
  }
  .l-header__item a:active span {
    -webkit-animation: 0.4s ease-out 0s 1 normal forwards running overText;
            animation: 0.4s ease-out 0s 1 normal forwards running overText;
  }
}

@media screen and (min-width: 980px) {
  .l-header__hamburger {
    display: none;
  }
}

.l-drawer {
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 50;
  padding-block: 6.25rem 2.5rem;
  background: #ffffff;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.l-drawer.is-checked {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.l-drawer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-drawer__item a {
  padding-inline: 0.5rem;
  padding-block: 1.25rem;
  display: inline-block;
  font-weight: 500;
  color: #49535d;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .l-drawer__item a:hover {
    opacity: 0.7;
  }
}
.l-drawer__item a:focus-visible {
  opacity: 0.7;
}
@media (hover: none) {
  .l-drawer__item a {
    /* hoverが使えない端末 スマホ想定 */
  }
  .l-drawer__item a:active {
    opacity: 0.7;
  }
}

.l-drawer__btn {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-wrapper {
  overflow: hidden;
}

.l-main {
  margin-top: 3.75rem;
}
@media screen and (min-width: 980px) {
  .l-main {
    margin-top: 5rem;
  }
}

.l-section {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
.l-section--narrow {
  padding-top: 1.25rem;
}
@media screen and (min-width: 980px) {
  .l-section {
    padding-top: clamp(5rem, 8.3333333333vw, 7.5rem);
    padding-bottom: clamp(5rem, 8.3333333333vw, 7.5rem);
  }
  .l-section--narrow {
    padding-top: clamp(1.25rem, 2.7777777778vw, 2.5rem);
  }
}

.l-section__contents {
  margin-top: 2.5rem;
}
@media screen and (min-width: 980px) {
  .l-section__contents {
    margin-top: clamp(2.5rem, 5.5555555556vw, 5rem);
  }
}

.l-section__btn {
  text-align: center;
  margin-top: clamp(2.5rem, 10.6666666667vw, 3rem);
}
@media screen and (min-width: 600px) {
  .l-section__btn {
    margin-top: clamp(3rem, 8vw, 3.75rem);
  }
}
@media screen and (min-width: 980px) {
  .l-section__btn {
    margin-top: clamp(3.75rem, 6.9444444444vw, 6.25rem);
  }
}

.l-sub-fv {
  height: 330px;
  background-size: cover;
  background-repeat: no-repeat;
  display: grid;
  place-content: center;
}
@media screen and (min-width: 1140px) {
  .l-sub-fv {
    height: 600px;
  }
}

.l-sub-fv__heading-wrap {
  display: grid;
  place-content: center;
  place-items: center;
  margin-top: clamp(1.875rem, 8.3333333333vw, 3.75rem);
  margin-top: 3.75rem;
}
@media screen and (min-width: 1140px) {
  .l-sub-fv__heading-wrap {
    margin-top: 5rem;
  }
}
.l-sub-fv__heading-wrap.is-in-view {
  -webkit-animation: fadeUp 3s 1;
          animation: fadeUp 3s 1;
}

.l-sub-fv__heading-en {
  color: #ffffff;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 500;
  text-shadow: 0px 8px 12px rgba(0, 0, 0, 0.15), 0px 4px 4px rgba(0, 0, 0, 0.3);
  font-size: clamp(0.9375rem, 4.1666666667vw, 1.75rem);
  letter-spacing: 3px;
}
.l-sub-fv__heading-en--l {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
}
@media screen and (min-width: 1140px) {
  .l-sub-fv__heading-en--l {
    font-size: 3rem;
  }
}

.l-sub-fv__heading-ja {
  color: #ffffff;
  text-shadow: 0px 8px 12px rgba(0, 0, 0, 0.15), 0px 4px 4px rgba(0, 0, 0, 0.3);
  font-size: clamp(1.625rem, 7.2222222222vw, 2.25rem);
  letter-spacing: 0.1em;
  margin-top: 0.375rem;
}
.l-sub-fv__heading-ja--l {
  font-weight: 700;
  font-size: 4rem;
  margin-top: -0.625rem;
}
@media screen and (min-width: 1140px) {
  .l-sub-fv__heading-ja--l {
    font-size: 8rem;
  }
}

.c-animation-fadeUp.is-in-view {
  -webkit-animation: fadeUp 1s 1;
          animation: fadeUp 1s 1;
}

.c-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.75rem 1.5rem;
  background: #49535d;
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 10rem;
  border-radius: 50px;
  border: 2px solid #49535d;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 980px) {
  .c-btn {
    font-size: 1rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-btn:hover {
    background: #ffffff;
    color: #49535d;
  }
  .c-btn:hover .c-btn__circle {
    -webkit-transform: translateX(0.375rem);
            transform: translateX(0.375rem);
    background: #b1b5b9;
  }
}
.c-btn:focus-visible {
  background: #ffffff;
  color: #49535d;
}
.c-btn:focus-visible .c-btn__circle {
  -webkit-transform: translateX(0.375rem);
          transform: translateX(0.375rem);
  background: #b1b5b9;
}
@media (hover: none) {
  .c-btn {
    /* hoverが使えない端末 スマホ想定 */
  }
  .c-btn:active {
    background: #ffffff;
    color: #49535d;
  }
  .c-btn:active .c-btn__circle {
    -webkit-transform: translateX(0.375rem);
            transform: translateX(0.375rem);
    background: #b1b5b9;
  }
}

.c-btn--l {
  padding: 1rem 2.5rem;
  gap: 1rem;
  font-size: 1rem;
}
@media screen and (min-width: 980px) {
  .c-btn--l {
    font-size: 1.625rem;
    padding: 1.5rem 3rem;
  }
}

.c-btn__circle {
  display: grid;
  place-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 980px) {
  .c-btn__circle {
    width: 1.875rem;
    height: 1.875rem;
  }
}
.c-btn__circle::after {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  background: url("../img/common/icon-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.c-btn--submit {
  text-align: center;
  padding: 1rem 2rem;
  font-size: 1rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 980px) {
  .c-btn--submit {
    font-size: 1.125rem;
  }
}

.c-hamburger {
  width: 1.75rem;
  height: 1.3125rem;
  position: relative;
  z-index: 50;
}
.c-hamburger.is-checked .c-hamburger__bar:nth-of-type(1) {
  top: 10px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.c-hamburger.is-checked .c-hamburger__bar:nth-of-type(2) {
  display: none;
}
.c-hamburger.is-checked .c-hamburger__bar:nth-of-type(3) {
  top: 10px;
  width: 1.75rem;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

.c-hamburger__bar {
  position: absolute;
  top: 0;
  right: 0;
  width: 1.75rem;
  height: 0.125rem;
  border-radius: 0.25rem;
  background: #49535d;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.c-hamburger__bar:nth-of-type(2) {
  top: 0.5625rem;
}
.c-hamburger__bar:nth-of-type(3) {
  top: 1.125rem;
  width: 0.875rem;
}

.c-section-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.125rem;
}
@media screen and (min-width: 768px) {
  .c-section-heading--center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.c-section-heading__en {
  color: #49535d;
  font-family: "Source Sans 3", sans-serif;
  font-size: clamp(2.25rem, 9.6vw, 2.5rem);
  font-weight: 700;
}
@media screen and (min-width: 980px) {
  .c-section-heading__en {
    font-size: clamp(2.5rem, 4.0816326531vw, 3.75rem);
  }
}

.c-section-heading__ja {
  color: #49535d;
  font-size: 0.875rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
}
@media screen and (min-width: 980px) {
  .c-section-heading__ja {
    font-size: 1rem;
  }
}
.c-section-heading__ja::before, .c-section-heading__ja::after {
  content: "";
  background: #49535d;
  width: 0.375rem;
  height: 0.0625rem;
}

.c-btn-more {
  display: inline-block;
  padding-block: 0.75rem;
  padding-right: 4.5rem;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn-more:hover .c-btn-more__arrow {
    width: 2.75rem;
  }
  .c-btn-more:hover .c-btn-more__circle {
    background: rgba(177, 181, 185, 0.7);
  }
}
.c-btn-more:focus-visible .c-btn-more__arrow {
  width: 2.75rem;
}
.c-btn-more:focus-visible .c-btn-more__circle {
  background: rgba(177, 181, 185, 0.7);
}
@media (hover: none) {
  .c-btn-more {
    /* hoverが使えない端末 スマホ想定 */
  }
  .c-btn-more:active .c-btn-more__arrow {
    width: 2.75rem;
  }
  .c-btn-more:active .c-btn-more__circle {
    background: rgba(177, 181, 185, 0.7);
  }
}
@media screen and (min-width: 980px) {
  .c-btn-more {
    padding-block: 1rem;
    padding-right: 5rem;
  }
}
@media screen and (min-width: 980px) and (hover: hover) and (pointer: fine) {
  .c-btn-more:hover .c-btn-more__arrow {
    width: 3rem;
  }
}
@media screen and (min-width: 980px) {
  .c-btn-more:focus-visible .c-btn-more__arrow {
    width: 3rem;
  }
}
@media screen and (min-width: 980px) and (hover: none) {
  .c-btn-more {
    /* hoverが使えない端末 スマホ想定 */
  }
  .c-btn-more:active .c-btn-more__arrow {
    width: 3rem;
  }
}

.c-btn-more__text {
  color: #49535d;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 980px) {
  .c-btn-more__text {
    font-size: 1rem;
  }
}

.c-btn-more__arrow {
  position: absolute;
  z-index: 2;
  top: calc(50% + 0.125rem);
  translate: 0 -50%;
  left: calc(100% + 1rem);
  width: 2.25rem;
  height: 0.0625rem;
  background: #49535d;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
.c-btn-more__arrow::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0.5rem;
  height: 0.0625rem;
  background: #49535d;
  rotate: 45deg;
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
@media screen and (min-width: 980px) {
  .c-btn-more__arrow {
    width: 2.5rem;
  }
}

.c-btn-more__circle {
  position: absolute;
  top: calc(50% + 0.0625rem);
  translate: 0 -50%;
  left: calc(100% + 2rem);
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #b1b5b9;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
@media screen and (min-width: 980px) {
  .c-btn-more__circle {
    top: calc(50% + 0.125rem);
    width: 3rem;
    height: 3rem;
  }
}

.c-serviceCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2.5rem 1.875rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  .c-serviceCard {
    padding-block: clamp(2rem, 2.7777777778vw, 2.5rem);
    padding-inline: clamp(1rem, 2.0833333333vw, 1.875rem);
  }
}

.c-serviceCard__img {
  width: 5rem;
}
.c-serviceCard__img img {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-serviceCard__body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}

.c-serviceCard__heading {
  color: #49535d;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (min-width: 980px) {
  .c-serviceCard__heading {
    font-size: clamp(1.25rem, 2.0408163265vw, 1.5rem);
  }
}

.c-serviceCard__detail {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}

.c-serviceCard__text {
  line-height: 1.5;
}

.c-breadcrumb span {
  font-size: 0.75rem;
}

.c-breadcrumb__inner {
  padding-block: 0.75rem;
}
.c-breadcrumb__inner a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .c-breadcrumb__inner a:hover {
    opacity: 0.7;
  }
}
.c-breadcrumb__inner a:focus-visible {
  opacity: 0.7;
}
@media (hover: none) {
  .c-breadcrumb__inner a {
    /* hoverが使えない端末 スマホ想定 */
  }
  .c-breadcrumb__inner a:active {
    opacity: 0.7;
  }
}
.c-breadcrumb__inner .current-item {
  color: #7E8184;
}

.c-category {
  display: grid;
  place-content: center;
  border: 1px solid #b1b5b9;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-category--noLink {
  padding: 0.25rem 0.625rem;
  color: #7E8184;
  font-size: 0.75rem;
  font-weight: 500;
}
.c-category a {
  padding: 0.25rem 0.625rem;
  color: #7E8184;
  font-size: 0.75rem;
  font-weight: 500;
}

.c-worksCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.c-worksCard__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (hover: hover) and (pointer: fine) {
  .c-worksCard__link:hover .c-worksCard__img::after {
    opacity: 1;
  }
  .c-worksCard__link:hover .c-worksCard__img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.c-worksCard__link:focus-visible .c-worksCard__img::after {
  opacity: 1;
}
.c-worksCard__link:focus-visible .c-worksCard__img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.c-worksCard__img {
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.c-worksCard__img::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(52, 59, 66, 0.4);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-worksCard__img img {
  aspect-ratio: 540/364;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-worksCard__category {
  margin-top: 1rem;
}

.c-worksCard__title {
  margin-top: 0.5rem;
  color: #49535d;
  font-size: clamp(1rem, 4.2666666667vw, 1.25rem);
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 600px) {
  .c-worksCard__title {
    font-size: clamp(1.25rem, 3.3333333333vw, 1.375rem);
  }
}
@media screen and (min-width: 768px) {
  .c-worksCard__title {
    font-size: clamp(1rem, 1.3888888889vw, 1.25rem);
  }
}

.c-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}

.prev {
  margin-right: clamp(0.5rem, 2.1333333333vw, 1rem);
}

.next {
  margin-left: clamp(0.5rem, 2.1333333333vw, 1rem);
}

.page-numbers {
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "Source Sans 3", sans-serif;
  color: #7E8184;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-numbers.current {
  color: #49535d;
}
@media (hover: hover) and (pointer: fine) {
  .page-numbers:hover {
    color: #49535d;
  }
  .page-numbers:hover .c-pagination__prev,
  .page-numbers:hover .c-pagination__next {
    background: #49535d;
  }
}
.page-numbers:focus-visible {
  color: #49535d;
}
.page-numbers:focus-visible .c-pagination__prev,
.page-numbers:focus-visible .c-pagination__next {
  background: #49535d;
}
@media (hover: none) {
  .page-numbers {
    /* hoverが使えない端末 スマホ想定 */
  }
  .page-numbers:active {
    color: #49535d;
  }
  .page-numbers:active .c-pagination__prev,
  .page-numbers:active .c-pagination__next {
    background: #49535d;
  }
}

.c-pagination__prev,
.c-pagination__next {
  width: 1rem;
  height: 1rem;
  background: #7E8184;
}

.c-pagination__prev {
  -webkit-mask: url("../img/common/icon-prev.svg") center/contain no-repeat;
          mask: url("../img/common/icon-prev.svg") center/contain no-repeat;
}

.c-pagination__next {
  -webkit-mask: url("../img/common/icon-next.svg") center/contain no-repeat;
          mask: url("../img/common/icon-next.svg") center/contain no-repeat;
}

.c-service-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.c-service-item::before {
  content: "";
  width: 0.875rem;
  height: 0.625rem;
  background-image: url("../img/common/icon-check.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.c-service-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  color: #49535d;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}
.c-service-heading::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 980px) {
  .c-service-heading {
    font-size: clamp(1.5rem, 2.7777777778vw, 2.5rem);
  }
  .c-service-heading::before {
    content: "";
    width: clamp(1.5rem, 2.7777777778vw, 2.5rem);
    height: clamp(1.5rem, 2.7777777778vw, 2.5rem);
  }
}

.c-service-heading--web::before {
  background-image: url("../img/common/service1.png");
}

.c-service-heading--maintenance::before {
  background-image: url("../img/common/service2.png");
}

.c-service-heading--concierge::before {
  background-image: url("../img/common/service3.png");
}

.c-note {
  font-size: 0.75rem;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.125rem;
}
.c-note::before {
  content: "※";
  color: #49535d;
}

.c-pricing-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #DDDFE1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.c-pricing-card__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 5.5rem;
}

.c-pricing-card__price {
  color: #49535d;
  font-size: 1.875rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.25rem;
}
.c-pricing-card__price span {
  font-size: 1rem;
  padding-bottom: 0.25rem;
}
@media screen and (min-width: 980px) {
  .c-pricing-card__price {
    font-size: clamp(2rem, 2.7777777778vw, 2.5rem);
  }
  .c-pricing-card__price span {
    font-size: clamp(1.25rem, 1.5277777778vw, 1.375rem);
  }
}

.c-pricing-card__price--text {
  font-size: 1.375rem;
}
@media screen and (min-width: 980px) {
  .c-pricing-card__price--text {
    font-size: clamp(1.5rem, 2.2222222222vw, 2rem);
  }
}

.c-pricing-card__body {
  padding: 2.5rem clamp(1.5rem, 6.4vw, 2.5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  border-top: 1px solid #DDDFE1;
}

.c-pricing-card__text {
  color: #49535d;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 980px) {
  .c-pricing-card__text {
    font-size: clamp(1.125rem, 1.5277777778vw, 1.375rem);
  }
}

.c-pricing-card__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}

.c-value-card {
  padding-inline: clamp(1.25rem, 5.3333333333vw, 2rem);
  padding-block: 2rem;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 600px) {
  .c-value-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 2rem;
    padding-inline: clamp(2rem, 5.5555555556vw, 5rem);
    padding-block: clamp(2rem, 5.5555555556vw, 5rem);
  }
}
@media screen and (min-width: 768px) {
  .c-value-card {
    gap: clamp(2rem, 6.9444444444vw, 6.25rem);
  }
}

.c-value-card__icon {
  width: 5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-value-card__icon img {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .c-value-card__icon {
    width: clamp(5rem, 12.5vw, 11.25rem);
  }
}

.c-value-card__body {
  margin-top: 2rem;
}
@media screen and (min-width: 600px) {
  .c-value-card__body {
    margin-top: 0;
  }
}

.c-value-card__headingWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-value-card__headingWrap {
    gap: clamp(0.5rem, 1.1111111111vw, 1rem);
  }
}

.c-value-card__number {
  color: #49535d;
  font-family: "Source Sans 3", sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-value-card__number {
    font-size: clamp(1.625rem, 3.3333333333vw, 3rem);
  }
}

.c-value-card__heading {
  color: #49535d;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .c-value-card__heading {
    font-size: clamp(1.125rem, 1.9444444444vw, 1.75rem);
  }
}

.c-value-card__text {
  margin-top: 1rem;
  line-height: 1.8;
}

.c-required {
  font-size: 0.75rem;
  font-weight: 500;
  color: #ffffff;
  background: #49535d;
  padding: 0.25rem 0.625rem;
}

.p-fv {
  padding-inline: clamp(1rem, 5.3333333333vw, 1.875rem);
  padding-top: clamp(1rem, 5.3333333333vw, 1.875rem);
}
@media screen and (min-width: 980px) {
  .p-fv {
    padding-inline: clamp(1.875rem, 2.7777777778vw, 3.75rem);
    padding-top: clamp(1.875rem, 2.7777777778vw, 3.75rem);
  }
}

.p-fv__heading {
  color: #49535d;
  font-size: 2.5rem;
  font-weight: 700;
  font-size: clamp(1.5rem, 7.4666666667vw, 2.375rem);
}
@media screen and (min-width: 768px) {
  .p-fv__heading {
    font-size: clamp(2.375rem, 4.9479166667vw, 4.375rem);
  }
}

.p-fv__text {
  margin-top: 1rem;
  padding-left: clamp(0.125rem, 0.5333333333vw, 0.375rem);
}
.p-fv__text p {
  color: #49535d;
  font-size: clamp(1rem, 4.2666666667vw, 1.25rem);
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-fv__text p {
    font-size: clamp(1.25rem, 2.6041666667vw, 2rem);
  }
}

.p-fv__img {
  margin-top: 1.5rem;
}
.p-fv__img img {
  aspect-ratio: 654/1090;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-fv__img img {
    aspect-ratio: 1310/538;
  }
}

.p-works__contents {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: clamp(2.5rem, 10.6666666667vw, 3rem);
}
@media screen and (min-width: 600px) {
  .p-works__contents {
    gap: clamp(3rem, 8vw, 3.75rem);
  }
}
@media screen and (min-width: 768px) {
  .p-works__contents {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(2.5rem, 4.1666666667vw, 3.75rem);
  }
}

.p-service {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #EAEAEB calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #EAEAEB calc(100% - 1px));
  background-size: 14px 14px;
  background-repeat: repeat;
  background-position: center center;
  background-color: rgba(242, 243, 244, 0.5);
}
@media screen and (min-width: 980px) {
  .p-service {
    background-size: 16px 16px;
  }
}

.p-service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-service__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: clamp(1rem, 2.7777777778vw, 2.5rem);
  }
}

.p-about__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-about__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: clamp(2.5rem, 5.5555555556vw, 5rem);
  }
}

.p-about__textArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
@media screen and (min-width: 980px) {
  .p-about__textArea {
    gap: clamp(2.5rem, 4.1666666667vw, 3.75rem);
  }
}

.p-about__text-head {
  color: #49535d;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
}

.p-about__text-message {
  margin-top: 1rem;
  line-height: 1.8;
}

.p-about__btn {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-about__btn {
    margin-inline: 0;
  }
}

.p-about__img img {
  aspect-ratio: 500/428;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-cta {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #979B9E calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #979B9E calc(100% - 1px));
  background-size: 14px 14px;
  background-repeat: repeat;
  background-position: center center;
  background-color: rgba(73, 83, 93, 0.4);
}
@media screen and (min-width: 980px) {
  .p-cta {
    background-size: 16px 16px;
  }
}

.p-cta__contents {
  padding-block: 2.5rem;
  padding-inline: clamp(1.5rem, 6.4vw, 2.5rem);
  background: #ffffff;
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-cta__contents {
    padding: clamp(2.5rem, 6.9444444444vw, 6.25rem);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: clamp(2.5rem, 8.3333333333vw, 7.5rem);
  }
}

.p-cta__text {
  margin-top: 2.5rem;
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (min-width: 980px) {
  .p-cta__text {
    margin-top: 3.75rem;
    font-size: 1.25rem;
  }
}

.p-cta__btn {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-cta__btn {
    margin-inline: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.p-single-works__top {
  padding-bottom: 1rem;
  border-bottom: 1px solid #DDDFE1;
}
@media screen and (min-width: 980px) {
  .p-single-works__top {
    padding-bottom: 2.5rem;
  }
}

.p-single-works__thumbnail img {
  aspect-ratio: 1140/768;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-single-works__category {
  margin-top: 1.5rem;
}
@media screen and (min-width: 980px) {
  .p-single-works__category {
    margin-top: 2.5rem;
  }
}

.p-single-works__title {
  color: #49535d;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 0.625rem;
}
@media screen and (min-width: 980px) {
  .p-single-works__title {
    font-size: clamp(1.5rem, 2.2222222222vw, 2rem);
  }
}

.p-single-works__contents {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
@media screen and (min-width: 980px) {
  .p-single-works__contents {
    margin-top: 3.75rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: clamp(1.875rem, 2.7777777778vw, 2.5rem);
  }
}

.p-single-works__overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 980px) {
  .p-single-works__overview {
    padding-left: clamp(1.875rem, 2.7777777778vw, 2.5rem);
    border-left: 1px solid #DDDFE1;
    gap: 1.5rem;
  }
}

.p-single-works__overviewWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}

.p-single-works__overviewTitle {
  color: #49535d;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
}

.p-single-works__overviewText {
  font-size: 0.875rem;
  line-height: 1.4;
}

.p-single-works__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  place-items: 0.25rem;
  border-bottom: 1px solid #343b42;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-single-works__link::after {
  content: "";
  width: 1rem;
  height: 1rem;
  background-image: url("../img/common/icon-externalLink.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.p-single-works__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 980px) {
  .p-single-works__body {
    width: clamp(33.75rem, 46.875vw, 42.1875rem);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    gap: clamp(2rem, 2.7777777778vw, 2.5rem);
  }
}

.p-single-works__bodyWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
@media screen and (min-width: 980px) {
  .p-single-works__bodyWrap {
    gap: 0.75rem;
  }
}

.p-single-works__bodyTitle {
  color: #49535d;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 980px) {
  .p-single-works__bodyTitle {
    font-size: clamp(1rem, 1.3888888889vw, 1.25rem);
  }
}

.p-single-works__bodyText {
  line-height: 1.8;
}
.p-single-works__bodyText p + p {
  margin-top: 0.5rem;
}
@media screen and (min-width: 980px) {
  .p-single-works__bodyText p + p {
    margin-top: 0.75rem;
  }
}

.p-single-works__img {
  margin-top: 2.5rem;
}
.p-single-works__img img {
  aspect-ratio: 1140/661;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 980px) {
  .p-single-works__img {
    margin-top: 3.75rem;
  }
}

.p-sub-fv {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #EAEAEB calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #EAEAEB calc(100% - 1px));
  background-size: 14px 14px;
  background-repeat: repeat;
  background-position: center center;
  background-color: rgba(242, 243, 244, 0.5);
  border-top: 1px solid #b1b5b9;
  border-bottom: 1px solid #b1b5b9;
}
@media screen and (min-width: 980px) {
  .p-sub-fv {
    background-size: 16px 16px;
  }
}

.p-sub-fv__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.125rem;
}

.p-sub-fv__heading-en {
  color: #49535d;
  font-family: "Source Sans 3", sans-serif;
  font-size: clamp(2.5rem, 10.6666666667vw, 3.375rem);
  font-weight: 700;
}
@media screen and (min-width: 980px) {
  .p-sub-fv__heading-en {
    font-size: clamp(3.75rem, 6.1224489796vw, 5rem);
  }
}

.p-sub-fv__heading-ja {
  color: #49535d;
  font-size: clamp(1rem, 2.34375vw, 1.125rem);
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
}
@media screen and (min-width: 980px) {
  .p-sub-fv__heading-ja {
    font-size: clamp(1.25rem, 1.9444444444vw, 1.75rem);
  }
}
.p-sub-fv__heading-ja::before, .p-sub-fv__heading-ja::after {
  content: "";
  background: #49535d;
  width: 0.375rem;
  height: 0.0625rem;
}

.p-archive-works__contents {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: clamp(2.5rem, 10.6666666667vw, 3rem);
}
@media screen and (min-width: 600px) {
  .p-archive-works__contents {
    gap: clamp(3rem, 8vw, 3.75rem);
  }
}
@media screen and (min-width: 768px) {
  .p-archive-works__contents {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(2.5rem, 4.1666666667vw, 3.75rem);
  }
}

.p-pricing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.75rem;
}
@media screen and (min-width: 980px) {
  .p-pricing {
    gap: clamp(3.75rem, 6.9444444444vw, 6.25rem);
  }
}

.p-pricing__bottomWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-pricing__bottomWrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: clamp(2.5rem, 4.1666666667vw, 3.75rem);
  }
}

.p-pricing__bottom-section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}

.p-pricing__bottom-note {
  margin-top: 0.625rem;
}

.p-pricing__bottom-sp {
  margin-top: -0.875rem;
}
@media screen and (min-width: 768px) {
  .p-pricing__bottom-sp {
    display: none;
  }
}

.p-pricing__bottom-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-pricing__bottom-pc {
    display: block;
    margin-top: 0.625rem;
  }
}

.p-hp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}

.p-hp__service {
  padding: clamp(1.5rem, 6.4vw, 2rem);
  border: 1px solid #DDDFE1;
}
@media screen and (min-width: 980px) {
  .p-hp__service {
    padding: clamp(2rem, 2.7777777778vw, 2.5rem);
  }
}

.p-hp__service-heading {
  color: #49535d;
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (min-width: 980px) {
  .p-hp__service-heading {
    font-size: clamp(1.125rem, 1.5277777778vw, 1.375rem);
  }
}

.p-hp__service-items {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(13.75rem, 1fr));
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  row-gap: 0.5rem;
}
@media screen and (min-width: 980px) {
  .p-hp__service-items {
    margin-top: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
    row-gap: 0.75rem;
  }
}

.p-hp__plans {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(2rem, 5.2083333333vw, 2.5rem);
}
@media screen and (min-width: 768px) {
  .p-hp__plans {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: clamp(1.5rem, 3.125vw, 2.5rem);
  }
}

.p-hp__planCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #DDDFE1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-hp__planCard-heading {
  padding-block: 2rem;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  background-color: #49535d;
}
@media screen and (min-width: 980px) {
  .p-hp__planCard-heading {
    font-size: clamp(1.375rem, 2.2222222222vw, 1.75rem);
    padding-block: clamp(2rem, 2.7777777778vw, 2.5rem);
  }
}

.p-hp__planCard-body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 2.5rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}

.p-hp__planCard-text {
  color: #49535d;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-hp__planCard-text {
    min-height: 5.125rem;
  }
}
@media screen and (min-width: 980px) {
  .p-hp__planCard-text {
    font-size: clamp(1.125rem, 1.5277777778vw, 1.375rem);
  }
}
@media screen and (min-width: 1140px) {
  .p-hp__planCard-text {
    min-height: auto;
  }
}

.p-hp__planCard-price {
  color: #49535d;
  font-size: 2rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.25rem;
}
.p-hp__planCard-price span {
  font-size: 1rem;
  padding-bottom: 0.25rem;
}
@media screen and (min-width: 980px) {
  .p-hp__planCard-price {
    font-size: clamp(2rem, 2.7777777778vw, 2.5rem);
  }
  .p-hp__planCard-price span {
    font-size: clamp(1.25rem, 1.5277777778vw, 1.375rem);
  }
}

.p-hp__planCard-period {
  font-size: 0.75rem;
}
@media screen and (min-width: 980px) {
  .p-hp__planCard-period {
    font-size: 0.875rem;
  }
}

.p-hp__planCard-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}

.p-hp__note {
  margin-top: 0.625rem;
}

.p-lp__card {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #DDDFE1;
}
@media screen and (min-width: 768px) {
  .p-lp__card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-lp__card-top {
  padding-block: 2rem;
}
@media screen and (min-width: 768px) {
  .p-lp__card-top {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: clamp(1.5rem, 2.7777777778vw, 2.5rem);
  }
}

.p-lp__card-price {
  color: #49535d;
  font-size: 2rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.25rem;
}
.p-lp__card-price span {
  font-size: 1rem;
  padding-bottom: 0.25rem;
}
@media screen and (min-width: 980px) {
  .p-lp__card-price {
    font-size: clamp(2rem, 2.7777777778vw, 2.5rem);
  }
  .p-lp__card-price span {
    font-size: clamp(1.25rem, 1.5277777778vw, 1.375rem);
  }
}

.p-lp__card-period {
  font-size: 0.75rem;
  text-align: center;
  margin-top: 1rem;
}
@media screen and (min-width: 980px) {
  .p-lp__card-period {
    font-size: 0.875rem;
    margin-top: 1.5rem;
  }
}

.p-lp__card-body {
  padding: 2.5rem clamp(1.5rem, 6.4vw, 2.5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  border-top: 1px solid #DDDFE1;
}
@media screen and (min-width: 768px) {
  .p-lp__card-body {
    border-top: none;
    border-left: 1px solid #DDDFE1;
    padding: clamp(2rem, 2.7777777778vw, 2.5rem);
    gap: 2rem;
  }
}

.p-lp__card-text {
  color: #49535d;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 980px) {
  .p-lp__card-text {
    font-size: clamp(1.125rem, 1.5277777778vw, 1.375rem);
  }
}

.p-lp__card-items {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(13.75rem, 1fr));
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  row-gap: 0.5rem;
}
@media screen and (min-width: 980px) {
  .p-lp__card-items {
    grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
    row-gap: 0.75rem;
  }
}

.p-lp__note {
  margin-top: 0.625rem;
}

.p-flow {
  max-width: 61.25rem;
  margin-inline: auto;
}

.p-flow__item {
  padding-block: 2rem;
  padding-inline: 1rem;
  border-bottom: 1px solid #b1b5b9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
.p-flow__item:first-child {
  border-top: 1px solid #b1b5b9;
}
@media screen and (min-width: 600px) {
  .p-flow__item {
    gap: clamp(2rem, 4.1666666667vw, 3.75rem);
    padding-block: clamp(2.5rem, 4.1666666667vw, 3.75rem);
  }
}

.p-flow__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0.25rem;
}

.p-flow__en {
  color: #49535d;
  font-family: "Source Sans 3", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-flow__en {
    font-size: clamp(1rem, 1.5277777778vw, 1.375rem);
  }
}

.p-flow__number {
  color: #49535d;
  font-family: "Source Sans 3", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-flow__number {
    font-size: clamp(2.5rem, 5vw, 4.5rem);
  }
}

.p-flow__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.5rem;
}
@media screen and (min-width: 600px) {
  .p-flow__right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: clamp(2rem, 5.5555555556vw, 5rem);
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.p-flow__title {
  color: #49535d;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-flow__title {
    font-size: clamp(1.125rem, 1.6666666667vw, 1.5rem);
  }
}

.p-flow__text {
  line-height: 1.5;
  margin-top: 0.5rem;
}

.p-flow__icon {
  width: 3rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-flow__icon img {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 600px) {
  .p-flow__icon {
    width: clamp(3.75rem, 8.3333333333vw, 7.5rem);
    padding-top: 1.5rem;
  }
}
@media screen and (min-width: 980px) {
  .p-flow__icon {
    padding-top: 1rem;
  }
}

.p-page-about__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-page-about__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: clamp(2.5rem, 5.5555555556vw, 5rem);
  }
}

.p-page-about__name {
  color: #49535d;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (min-width: 980px) {
  .p-page-about__name {
    font-size: clamp(1.75rem, 2.2222222222vw, 2rem);
  }
}

.p-page-about__profile {
  font-size: 0.75rem;
  line-height: 1.5;
}
@media screen and (min-width: 980px) {
  .p-page-about__profile {
    font-size: 0.875rem;
  }
}

.p-page-about__text {
  margin-top: 1.5rem;
  line-height: 1.8;
}
@media screen and (min-width: 980px) {
  .p-page-about__text {
    margin-top: 2.5rem;
  }
}

.p-page-about__lead {
  font-size: 1rem;
  font-weight: 500;
  color: #49535d;
}
@media screen and (min-width: 980px) {
  .p-page-about__lead {
    font-size: 1.125rem;
  }
}

.p-page-about__img img {
  aspect-ratio: 530/428;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-values {
  background: #f2f3f4;
}

.p-values__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 980px) {
  .p-values__list {
    gap: clamp(2rem, 2.7777777778vw, 2.5rem);
  }
}

.p-career__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-career__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: clamp(3.75rem, 6.9444444444vw, 6.25rem);
  }
}

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

.p-career__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 980px) {
  .p-career__list {
    gap: 2.5rem;
  }
}

.p-career__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
@media screen and (min-width: 980px) {
  .p-career__item {
    gap: 1rem;
  }
}

.p-career__item:not(:last-child) {
  position: relative;
}
.p-career__item:not(:last-child)::before {
  content: "";
  width: 1px;
  height: calc(100% + 2rem);
  position: absolute;
  top: 0.75rem;
  left: 0.3125rem;
  background: #b1b5b9;
}
@media screen and (min-width: 980px) {
  .p-career__item:not(:last-child)::before {
    height: calc(100% + 2.5rem);
    top: 1rem;
    left: 0.5rem;
  }
}

.p-career__year {
  color: #49535d;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.p-career__year::before {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  background: #b1b5b9;
  border-radius: 50%;
  margin-top: 0.25rem;
}
@media screen and (min-width: 980px) {
  .p-career__year {
    font-size: clamp(2rem, 2.7777777778vw, 2.5rem);
    gap: 1rem;
  }
  .p-career__year::before {
    width: 1rem;
    height: 1rem;
  }
}

.p-career__title {
  color: #49535d;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  padding-left: 1.125rem;
}
@media screen and (min-width: 980px) {
  .p-career__title {
    font-size: clamp(1.125rem, 1.3888888889vw, 1.25rem);
    padding-left: 2rem;
  }
}

.p-career__text {
  line-height: 1.8;
  padding-left: 1.125rem;
}
@media screen and (min-width: 980px) {
  .p-career__text {
    padding-left: 2rem;
  }
}

.p-contact__contents {
  max-width: 50rem;
  margin-inline: auto;
}

.p-contact__message {
  line-height: 1.8;
}

.p-contact__form {
  margin-top: 2.5rem;
}

.p-form__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1.5rem, 6.4vw, 2.5rem);
}

.p-form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}

.p-form__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.p-form__label {
  color: #49535d;
  font-weight: 700;
}

.p-form__input-text {
  padding: 1rem;
  border: 1px solid #b1b5b9;
  width: 100%;
  line-height: 1.5;
}
.p-form__input-text::-webkit-input-placeholder {
  color: #7E8184;
}
.p-form__input-text::-moz-placeholder {
  color: #7E8184;
}
.p-form__input-text:-ms-input-placeholder {
  color: #7E8184;
}
.p-form__input-text::-ms-input-placeholder {
  color: #7E8184;
}
.p-form__input-text::placeholder {
  color: #7E8184;
}

.p-form__input-text--textarea {
  height: 18.75rem;
  resize: vertical;
}

.p-form__privacy {
  margin-top: 2.5rem;
  text-align: center;
}
.p-form__privacy span {
  display: block;
}
.p-form__privacy label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wpcf7-list-item {
  margin: 0;
}

.p-form__input-checkbox {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.p-form__input-checkbox:checked + span::after {
  opacity: 1;
}
.p-form__input-checkbox + span {
  position: relative;
  padding-left: 2.125rem;
}
.p-form__input-checkbox + span::before, .p-form__input-checkbox + span::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-form__input-checkbox + span::before {
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #b1b5b9;
  left: 0;
}
.p-form__input-checkbox + span::after {
  width: 1rem;
  height: 0.75rem;
  background: url("../img/common/icon-check.png") no-repeat center center/contain;
  left: 0.25rem;
  opacity: 0;
}
.p-form__input-checkbox + span a {
  text-decoration-line: underline;
  color: #49535d;
  font-weight: 500;
}

.p-form__btn {
  margin-top: 2.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

/*デフォルトのスタイルを無効化する*/
input[type=submit] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

span.wpcf7-spinner {
  display: none;
}

/* reCAPTCHAバッジを非表示にする */
.grecaptcha-badge {
  visibility: hidden;
}

.reCAPTCHA {
  margin-top: 2.5rem;
  text-align: center;
}
.reCAPTCHA a {
  text-decoration-line: underline;
}

.p-contact-thanks {
  color: #49535d;
  font-size: clamp(1.125rem, 4.8vw, 1.375rem);
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 980px) {
  .p-contact-thanks {
    font-size: clamp(1.375rem, 1.9444444444vw, 1.75rem);
  }
}

.p-contact-thanks__message {
  margin-top: 2.5rem;
  line-height: 1.8;
}
@media screen and (min-width: 980px) {
  .p-contact-thanks__message {
    margin-top: 3.75rem;
  }
}

.p-contact-thanks__btn {
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (min-width: 980px) {
  .p-contact-thanks__btn {
    margin-top: 3.75rem;
  }
}

.p-privacy__contents {
  max-width: 50rem;
  margin-inline: auto;
}

.p-privacy__top {
  line-height: 2;
  padding-bottom: clamp(2rem, 8.5333333333vw, 3.75rem);
  border-bottom: 1px solid #DDDFE1;
}

.p-privacy__list {
  margin-top: clamp(2rem, 8.5333333333vw, 3.75rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(2rem, 8.5333333333vw, 3rem);
}

.p-privacy__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.p-privacy__head {
  font-size: 1rem;
  font-weight: 700;
  color: #49535d;
}
@media screen and (min-width: 980px) {
  .p-privacy__head {
    font-size: 1.125rem;
  }
}

.p-privacy__text {
  line-height: 2;
}

.p-privacy__bottom {
  margin-top: clamp(2rem, 8.5333333333vw, 3.75rem);
  line-height: 2;
}

.p-privacy__btn {
  margin-top: clamp(3.75rem, 16vw, 5rem);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.p-404__contents {
  max-width: 50rem;
  margin-inline: auto;
}

.p-404__heading {
  font-size: clamp(1rem, 4.2666666667vw, 1.25rem);
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}
@media screen and (min-width: 980px) {
  .p-404__heading {
    font-size: clamp(1.375rem, 1.9444444444vw, 1.75rem);
  }
}

.p-404__text {
  line-height: 2;
  margin-top: 2.5rem;
}

.p-404__btn {
  margin-top: clamp(3.75rem, 16vw, 5rem);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.u-hidden-md {
  display: none;
}
@media screen and (min-width: 980px) {
  .u-hidden-md {
    display: block;
  }
}

.u-hidden-sm-lg {
  display: none;
}
@media screen and (min-width: 1140px) {
  .u-hidden-sm-lg {
    display: block;
  }
}

@media screen and (min-width: 980px) {
  .u-hidden-lg-xl {
    display: none;
  }
}

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

.u-hover {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .u-hover:hover {
    opacity: 0.7;
  }
}
.u-hover:focus-visible {
  opacity: 0.7;
}
@media (hover: none) {
  .u-hover {
    /* hoverが使えない端末 スマホ想定 */
  }
  .u-hover:active {
    opacity: 0.7;
  }
}

.u-inline-block {
  display: inline-block;
}