/********************************
* インナー
********************************/

/********************************
* フォント
********************************/

/********************************
* カラー
********************************/

html {
  font-size: 16px;
}

body {
  background-color: #fff;
  color: #1C1C1C;
  font-family: "Noto Sans JP", sans-serif;
}

/* link */

/* ============================================ */

a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

a:hover {
  opacity: 0.8;
}

/* img */

/* ============================================ */

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  width: 100%;
}

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */

/* ============================================ */

*,
::before,
::after {
  border-style: solid;
  border-width: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* 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 {
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
  line-height: 1.15; /* 1 */
}

/* 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 {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* 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 {
  border-top-width: 1px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  clear: both;
  color: inherit;
  height: 0; /* 1 */
  margin: 0;
  overflow: visible; /* 2 */
}

/**
 * 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;
  color: inherit;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-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;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  vertical-align: middle;
}

/**
 * Correct cursors for clickable elements.
 */

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

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  min-width: 0;
  padding: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */

[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */

[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */

/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
  outline: auto;
}

/* Tables */

/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
  border-collapse: collapse;
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

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

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

/* フェード設定 */

/* ============================================ */

.splide__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: block;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
          animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: none;
  height: 2em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: -6px;
  left: 0;
  position: absolute;
  z-index: 1;
}

.splide__pagination__page {
  background: #CECECE;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin-inline: 3.5px;
  padding: 0;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #B22137;
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.l-header {
  left: 0;
  position: fixed;
  top: 0;
  z-index: 50;
}

.l-inner {
  height: inherit;
  margin: 0 auto;
  max-width: calc(1000px + 6.6666%);
  padding-left: 3.3333%;
  padding-right: 3.3333%;
  width: 100%;
}

.l-scroll-top {
  bottom: 0.625rem;
  position: fixed;
  right: 0.625rem;
}

.l-section {
  margin-block: 2.8125rem;
}

.l-top-company {
  margin-top: 5.6875rem;
  padding-bottom: 8.8125rem;
}

.l-top-greeting {
  margin-top: 5.9375rem;
}

.l-top-service {
  margin-top: 6.25rem;
}

.l-top-works {
  margin-top: 4.125rem;
}

.c-breadcrumb__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 2.0833333333;
}

.c-breadcrumb__home {
  position: relative;
  text-transform: uppercase;
}

.c-breadcrumb__home::before {
  border-left: 0.0625rem solid #B22137;
  border-top: 0.0625rem solid #B22137;
  content: "";
  height: 0.3125rem;
  position: absolute;
  right: -0.9375rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  width: 0.3125rem;
}

.c-breadcrumb__title {
  color: #969696;
  margin-left: 1.5625rem;
}

.c-button {
  background: #B22137;
  border: 0.0625rem solid transparent;
  border-radius: 1.75rem;
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.5;
  max-width: 100%;
  opacity: 1;
  padding: 1rem 2.3125rem 1rem 3.9375rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-button::before {
  background-image: url(../images/common/icon-send.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 1.0625rem;
  content: "";
  height: 1.125rem;
  left: 2.3125rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 1.125rem;
}

.c-button__icon {
  height: 1.0625rem;
  left: 2.3125rem;
  position: absolute;
  top: 53%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.125rem;
}

.c-call-button {
  background-color: #fff;
  border: 0.0625rem solid #1C1C1C;
  border-radius: 1.75rem;
  color: #1C1C1C;
  display: inline-block;
  font-size: 1rem;
  max-width: 100%;
  padding-block: 0.9375rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-call-button__icon {
  height: 1rem;
  left: 2.3125rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1rem;
}

.c-call-button__icon path {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

.c-call-button__number {
  color: #1C1C1C;
  font-family: "Sen", sans-serif;
  font-size: 1.4375rem;
  font-weight: 500;
  padding-left: 3.6875rem;
  padding-right: 2.8125rem;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-call-button__text {
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1;
}

.c-card {
  background-color: #fff;
  border-radius: 0.625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-filter: drop-shadow(0.625rem 0.625rem 0.625rem rgba(0, 0, 0, 0.03));
          filter: drop-shadow(0.625rem 0.625rem 0.625rem rgba(0, 0, 0, 0.03));
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.c-card:hover {
  opacity: 1;
}

.c-card__img {
  aspect-ratio: 310/180;
  border-radius: 0.625rem 0.625rem 0 0;
  display: block;
  overflow: hidden;
}

.c-card__img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}

.c-card__body {
  padding: 0.9375rem 0.9375rem 1.25rem;
}

.c-card__category {
  border: 0.0625rem solid #969696;
  border-radius: 0.75rem;
  color: #969696;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0.1875rem 0.75rem;
}

.c-card__text {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5333333333;
  margin-top: 0.5rem;
}

.c-company-dl__item {
  border-bottom: 0.0625rem solid #E2E2E2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  padding-block: 1.3125rem;
}

.c-company-dl__item:first-child {
  padding-top: 0;
}

.c-company-dl__item:last-child {
  border-bottom: none;
}

.c-company-dl__dt {
  font-weight: 500;
  margin-left: 0.625rem;
  width: 5.625rem;
}

.c-company-dl__dd {
  font-weight: 300;
  text-transform: uppercase;
  width: 100%;
}

.c-drawer__button {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #B22137;
  -webkit-box-shadow: 0 0 2rem transparent;
          box-shadow: 0 0 2rem transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 3.75rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 3.75rem;
  z-index: 200;
}

.c-drawer__button:hover,
.c-drawer__button:focus {
  background: #B22137;
}

.c-drawer__line {
  font-size: 0;
}

.c-drawer__line,
.c-drawer__line::before,
.c-drawer__line::after {
  background-color: #fff;
  border-radius: 0.1875rem;
  content: "";
  display: block;
  height: 0.1875rem;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 1.5625rem;
}

.c-drawer__line::before {
  bottom: 0.5rem;
}

.c-drawer__line::after {
  top: 0.5rem;
}

.c-drawer__button[aria-expanded=true] {
  background: #1C1C1C;
}

.c-drawer__button[aria-expanded=true] .c-drawer__line {
  background-color: transparent;
}

.c-drawer__button[aria-expanded=true] .c-drawer__line::before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-drawer__button[aria-expanded=true] .c-drawer__line::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-drawer__modal {
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(15%, transparent), color-stop(15%, #fff), to(#fff));
  background: linear-gradient(90deg, transparent 0%, transparent 15%, #fff 15%, #fff 100%);
  background-color: rgba(255, 255, 255, 0.7);
  display: block;
  height: 100vh;
  left: 0;
  opacity: 0;
  padding-left: 15.3846153846%;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  visibility: hidden;
  width: 100vw;
  z-index: -1;
}

.c-drawer__nav {
  overflow-y: scroll;
}

.c-drawer__modal.is-open {
  opacity: 1;
  overflow-y: scroll;
  visibility: visible;
  z-index: 100;
}

.c-drawer__lists {
  padding-top: 19.7435897436%;
}

.c-drawer__link {
  color: #1C1C1C;
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
  padding-block: 1.25rem;
  text-align: center;
}

.c-drawer__logo-block {
  margin-inline: auto;
  padding-top: 3.625rem;
  width: 11.8125rem;
}

.c-drawer__text {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5714285714;
  margin-top: 0.875rem;
  text-align: center;
  text-transform: capitalize;
}

.c-drawer__text {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.4666666667;
}

.c-drawer__btn {
  margin-top: 0.75rem;
  padding-bottom: 1.875rem;
  padding-bottom: 6.25rem;
  text-align: center;
}

/* c-drawer--open-right */

.c-drawer--open-right .c-drawer__modal {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.c-drawer--open-right .c-drawer__modal.is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/* c-drawer--open-left */

.c-drawer--open-left .c-drawer__modal {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.c-drawer--open-left .c-drawer__modal.is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/* c-drawer--open-top */

.c-drawer--open-top .c-drawer__modal {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.c-drawer--open-top .c-drawer__modal.is-open {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.c-feature-card {
  margin-bottom: 1.875rem;
  position: relative;
  width: 100%;
  z-index: 10;
}

.c-feature-card::before {
  background-color: #CA7A86;
  border-radius: 0.625rem;
  bottom: -1.875rem;
  content: "";
  height: 100%;
  left: 2.5rem;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.c-feature-card__img {
  aspect-ratio: 450/300;
  border-radius: 0.625rem;
  -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.05);
  display: block;
  overflow: hidden;
}

.c-feature-card__img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.c-feature-card.c-feature-card--reverse::before {
  background-color: #CA7A86;
  border-radius: 0.625rem;
  bottom: -1.875rem;
  content: "";
  height: 100%;
  left: -2.5rem;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.c-feature__step {
  color: #B22137;
  font-family: "Sen", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.3888888889;
  text-transform: capitalize;
}

.c-feature__title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6666666667;
  margin-top: 0.9375rem;
}

.c-feature__text {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 2;
  margin-top: 1.4375rem;
}

.c-feature__text span {
  font-size: 0.6875rem;
  font-weight: 300;
  line-height: 2.7272727273;
}

.c-flow__content {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-flow__step {
  color: #B22137;
  font-family: "Sen", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.3888888889;
  text-transform: uppercase;
}

.c-flow__title {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2.2222222222;
  margin-left: 0.5625rem;
}

.c-flow__text {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 2;
  margin-top: 0.75rem;
}

.c-greeting-card {
  text-align: center;
  width: 100%;
}

.c-greeting-card__img-block {
  margin-inline: auto;
  max-width: 15.9375rem;
  width: 100%;
}

.c-greeting-card__img {
  aspect-ratio: 255/290;
  border-radius: 0.625rem;
  display: block;
  overflow: hidden;
}

.c-greeting-card__img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.c-greeting-card__text {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1;
  margin-top: 1rem;
  text-transform: uppercase;
}

.c-greeting-card__name {
  font-size: 1.5625rem;
  font-weight: 500;
  line-height: 1.12;
  margin-top: 0.125rem;
}

.c-greeting-dl__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.9375rem;
}

.c-greeting-dl__item:first-child {
  margin-top: 0;
}

.c-greeting-dl__dt {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5714285714;
  width: 4.6875rem;
}

.c-greeting-dl__dd {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5714285714;
  text-transform: uppercase;
}

.c-heading {
  font-weight: bold;
}

.c-heading--2 {
  border-bottom: 0.1875rem solid #1C1C1C;
  font-size: 1.5rem;
  padding-block: 0.625rem;
}

.c-heading--3 {
  border-left: 0.3125rem solid #1C1C1C;
  font-size: 1.25rem;
  padding: 0.3125rem 0 0.3125rem 0.625rem;
}

.c-link-btn {
  display: inline-block;
}

.c-link-btn__block {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-link-btn__circle {
  background: rgba(178, 33, 55, 0.15);
  border-radius: 50%;
  display: inline-block;
  height: 1.875rem;
  position: relative;
  width: 1.875rem;
}

.c-link-btn__circle::before {
  background: #B22137;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 0.625rem;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 0.625rem;
}

.c-link-btn__circle::after {
  background: #B22137;
  content: "";
  display: inline-block;
  height: 0.0625rem;
  left: 0.625rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.5rem;
}

.c-link-btn__text {
  color: #B22137;
  font-family: "Sen", sans-serif;
  font-size: 1rem;
  line-height: 1;
  margin-left: 2rem;
}

.c-link-btn--white .c-link-btn__circle {
  background: rgba(255, 255, 255, 0.15);
}

.c-link-btn--white .c-link-btn__circle::before {
  background: #fff;
}

.c-link-btn--white .c-link-btn__circle::after {
  background: #fff;
}

.c-link-btn--white .c-link-btn__text {
  color: #fff;
}

.c-link-btn--case .c-link-btn__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
}

.c-lower-head {
  height: 28.75rem;
  position: relative;
}

.c-lower-head::before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgb(90, 90, 90)));
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), rgb(90, 90, 90));
  content: "";
  height: 9.375rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.c-lower-head__bg img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.c-lower-head__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  left: 50%;
  margin-inline: auto;
  max-width: 48.75rem;
  padding-inline: 3.3333%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}

.c-lower-head__title {
  -ms-writing-mode: tb-rl;
  background: #1C1C1C;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.0625rem;
  height: 19.375rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  letter-spacing: 0.3125rem;
  padding-block: 0.3125rem;
  padding-top: 1.25rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.c-mv-lower {
  background-color: #B22137;
  border-radius: 0 0 1.25rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 10.625rem;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 92.972181552%;
}

.c-mv-lower__title {
  color: #fff;
  font-family: "Jost", sans-serif;
  font-size: 7.5rem;
  font-weight: 500;
  line-height: 1.2;
  opacity: 0.4;
  padding-left: 5%;
  text-transform: capitalize;
}

.c-mv {
  position: relative;
}

.c-mv::before {
  background-image: url(../images/top/mv.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 41.75rem;
  position: absolute;
  right: calc(50% - min(42.5625rem, 50%));
  top: 0;
  width: 42.375rem;
  z-index: 1;
}

.c-mv__inner.l-inner {
  max-width: 85.375rem;
  padding-right: 0;
}

.c-mv__contents {
  margin-left: min(6.75rem, 7.4109488287%);
}

.c-mv__content {
  padding-bottom: 7.625rem;
  padding-top: 6.25rem;
  position: relative;
  z-index: 10;
}

.c-mv__title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
}

.c-mv__text {
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 2;
  margin-top: 2.125rem;
}

.c-mv__text-small {
  font-size: 0.6875rem;
  font-weight: 300;
  line-height: 2.7272727273;
}

.c-mv__button {
  margin-top: 1.8125rem;
}

.c-mv__wrapper {
  display: none;
}

.c-mv__img-block {
  padding-top: 1.25rem;
}

.c-mv__img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.c-policy-button {
  background-color: #B22137;
  border: 0.0625rem solid transparent;
  border-radius: 1.25rem;
  color: #fff;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4285714286;
  padding: 0.625rem 1.875rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-policy__item {
  border-top: 0.0625rem solid #E2E2E2;
  padding-bottom: 1.875rem;
  padding-top: 1.75rem;
}

.c-policy__item:last-child {
  padding-bottom: 0;
}

.c-policy__item--first {
  border-top: none;
  margin-top: 0.75rem;
}

.c-policy__title {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.4666666667;
}

.c-policy__text {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 2;
  margin-top: 0.9375rem;
  text-transform: uppercase;
}

.c-policy__lists {
  list-style: decimal;
  margin-left: 1.5rem;
}

.c-policy__listsLv2 {
  list-style: decimal;
  margin-left: 0.9375rem;
  margin-top: 0.0625rem;
}

.c-policy__listsLv3 {
  list-style: decimal;
  margin-left: 0.9375rem;
  margin-top: 0.0625rem;
}

.c-policy__text--spacer {
  margin-top: 1.375rem;
}

.c-policy__address {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 2;
}

.c-question {
  margin-left: 2.125rem;
}

.c-question__term {
  font-weight: 500;
  line-height: 1.5625;
  position: relative;
}

.c-question__term::before {
  background-image: url(../images/common/question-accent-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 2.125rem;
  left: -2.125rem;
  position: absolute;
  top: -0.125rem;
  width: 1.3125rem;
}

.c-question__description {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 2;
  margin-top: 0.9375rem;
}

.c-scroll-top {
  display: inline-block;
}

.c-section-title {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1.25rem;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}

.c-section-title::before {
  background: #B22137;
  bottom: -1.25rem;
  content: "";
  height: 0.125rem;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 3.125rem;
}

.c-service-card {
  background-color: #fff;
  border-radius: 0.625rem;
  display: inline-block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 1.625rem 1.5625rem 1.375rem;
}

.c-service-card__circle {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F7F7F7;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 10rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-inline: auto;
  width: 10rem;
}

.c-service-card__img-block {
  width: 4.875rem;
}

.c-service-card__img {
  aspect-ratio: 78/75;
  display: inline-block;
  overflow: hidden;
}

.c-service-card__img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.c-service-card__title {
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.4705882353;
  margin-top: 0.625rem;
  text-align: center;
}

.c-service-card__text {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.7857142857;
  margin-top: 1.125rem;
}

.c-service-card__button {
  margin-top: 1.1875rem;
  text-align: right;
}

.c-service-item {
  background-color: #fff;
  border-radius: 50%;
  height: 17.5rem;
  width: 17.5rem;
}

.c-service-item__img-block {
  margin-inline: auto;
  max-width: 6.0625rem;
  padding-top: 4rem;
  width: 100%;
}

.c-service-item__img {
  aspect-ratio: 97/93.5;
  display: block;
  overflow: hidden;
}

.c-service-item__img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.c-service-item__text {
  font-weight: 500;
  line-height: 1.4705882353;
  margin-top: 2.3125rem;
  text-align: center;
}

.c-service-item--staff .c-service-item__text {
  margin-top: 1.625rem;
}

.c-slide__card {
  margin-bottom: 1.75rem;
  max-width: 19.375rem;
  width: 100%;
}

.c-step1 {
  background-color: #fff;
  border-radius: 0.625rem;
  padding: 2.4375rem 2.6875rem 2.5rem 2.9375rem;
}

.c-step1__button-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.8125rem;
}

.c-step1__tel-button {
  margin-left: 1.0625rem;
}

.c-step2 {
  background-color: #fff;
  border-radius: 0.625rem;
  padding: 3.625rem 2.6875rem 3.4375rem 2.9375rem;
}

.c-step3 {
  background-color: #fff;
  border-radius: 0.625rem;
  padding: 3.125rem 2.6875rem 3.9375rem 2.9375rem;
}

.c-text-item {
  font-size: 1rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  line-height: 1.75;
  padding-left: 2.3125rem;
  position: relative;
}

.c-text-item::before {
  background-color: #F7F7F7;
  border-radius: 50%;
  content: "";
  height: 1.875rem;
  left: 0;
  position: absolute;
  width: 1.875rem;
}

.c-text-item::after {
  border-bottom: 0.0625rem solid #B22137;
  border-left: 0.0625rem solid #B22137;
  content: "";
  height: 0.3125rem;
  left: 0.6875rem;
  position: absolute;
  top: 0.6875rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 0.5rem;
}

.c-text {
  font-size: 1.0625rem;
  letter-spacing: -0.0625rem;
  line-height: 2.4705882353;
  text-align: justify;
}

.c-text__name {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}

.c-title {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
}

.c-title--white {
  color: #fff;
}

.c-title__main {
  font-family: "Jost", sans-serif;
  font-size: 3.75rem;
  font-weight: 500;
  text-transform: capitalize;
}

.c-title__sub {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-left: 0.875rem;
}

.c-vertical-line {
  background: #1C1C1C;
  height: 6.25rem;
  margin-inline: auto;
  width: 0.0625rem;
}

.c-works-card {
  position: relative;
}

.c-works-card__img-block {
  left: calc(50% - 31.25rem);
  max-width: 35rem;
  position: absolute;
  top: -5rem;
  width: 100%;
}

.c-works-card__img {
  aspect-ratio: 560/330;
  border-radius: 0.625rem;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 10;
}

.c-works-card__img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.c-works-card__content {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #B43649;
  border-radius: 0.625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 18.75rem;
  margin-left: auto;
  margin-top: 5rem;
  max-width: 37.5rem;
  padding: 4.125rem 0rem 4.3125rem 2.625rem;
  position: relative;
  width: 100%;
}

.c-works-card__wrapper {
  margin-left: auto;
  margin-right: min(3rem, 7%);
  width: min(21.875rem, 70%);
}

.c-works-card__title {
  background-color: #fff;
  border-radius: 1.125rem;
  color: #B22137;
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5333333333;
  padding: 0.4375rem 0.9375rem 0.375rem;
}

.c-works-card__text {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6666666667;
  margin-top: 0.875rem;
}

.c-works-title {
  background-color: #fff;
  border-radius: 1.125rem;
  color: #B22137;
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5333333333;
  padding: 0.4375rem 0.9375rem 0.375rem;
}

.p-about {
  overflow-x: hidden;
  padding-bottom: 4.875rem;
}

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

.p-about__information {
  margin-bottom: 5.375rem;
}

.p-about__title {
  margin-top: 2.25rem;
}

.p-about__information-content {
  margin-top: 3.625rem;
  position: relative;
  z-index: 10;
}

.p-about__information-content::before {
  background-color: #EFEFEF;
  content: "";
  height: 19.5625rem;
  left: 0;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  right: 0;
  top: 10rem;
  width: 100vw;
  z-index: -1;
}

.p-about__feature {
  margin-top: 9.375rem;
}

.p-about__flow {
  margin-top: 5.25rem;
}

.p-about__question {
  margin-top: 4.5625rem;
}

.p-company {
  padding-bottom: 8.5625rem;
  padding-top: 0.625rem;
}

.p-company__title {
  margin-top: 2.25rem;
}

.p-company__contents {
  -moz-column-gap: 3.75rem;
  -webkit-column-gap: 3.75rem;
          column-gap: 3.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4.125rem;
}

.p-company__content {
  max-width: 27.5rem;
  width: 100%;
}

.p-company__img-block {
  max-width: 31.25rem;
  width: 100%;
}

.p-company__img {
  aspect-ratio: 500/350;
  border-radius: 0.625rem;
  display: block;
  overflow: hidden;
}

.p-company__img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-component__previewTitle {
  margin-top: 1.875rem;
}

.p-component__preview {
  margin-top: 1.25rem;
}

.p-contact-thanks {
  padding: 0.625rem 0 7.6875rem;
}

.p-contact-thanks__title {
  margin-top: 2.25rem;
}

.p-contact-thanks__contents {
  margin-top: 3.6875rem;
}

.p-contact-thanks__content:nth-child(2) {
  margin-top: 1.375rem;
}

.p-contact-thanks__text {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 2;
  text-align: center;
}

.p-contact-thanks__button {
  margin-top: 3.25rem;
  text-align: center;
}

.p-contact-thanks__btn {
  background-color: #B22137;
  border: 0.0625rem solid transparent;
  border-radius: 1.75rem;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  line-height: 1.5;
  padding: 0.9375rem 5.125rem 1rem 6.125rem;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-contact-thanks__btn:hover {
  background-color: #fff;
  border: 0.0625rem solid #B22137;
  color: #B22137;
}

.p-contact {
  padding-bottom: 10.6875rem;
}

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

.p-contact__title {
  margin-top: 2.25rem;
}

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

.p-feature__contents {
  margin-top: 4.625rem;
}

.p-feature__content {
  -moz-column-gap: 3.125rem;
  -webkit-column-gap: 3.125rem;
          column-gap: 3.125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-feature__content--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.p-feature__content--second {
  margin-top: 5.6875rem;
}

.p-feature__content--third {
  margin-top: 5rem;
}

.p-feature__text-block {
  max-width: 31.125rem;
  width: 100%;
}

.p-feature__img {
  max-width: 28.125rem;
  width: 100%;
}

.p-feature__skill-block {
  margin-top: 3.25rem;
}

.p-feature__content--reverse .p-feature__img {
  max-width: 28.125rem;
  width: 100%;
}

.p-footer {
  background-color: #fff;
  margin-bottom: 4.9375rem;
  margin-top: 4.125rem;
}

.p-footer__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-footer__logo {
  width: 12.375rem;
}

.p-footer__logo-img {
  aspect-ratio: 198/43;
  display: inline-block;
  overflow: hidden;
}

.p-footer__logo-img {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.p-footer__address {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5714285714;
  margin-top: 0.875rem;
}

.p-footer__copy {
  color: #BEBEBE;
  font-family: "Sen", sans-serif;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1.3636363636;
  margin-top: 1.4375rem;
  text-transform: uppercase;
}

.p-footer__content {
  border-left: 0.0625rem solid #E6E6E6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 5.375rem;
  padding-left: min(5.375rem, 7%);
}

.p-footer__contact-text {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.4666666667;
}

.p-footer__contact-button {
  margin-top: 0.75rem;
}

.p-footer__nav-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 2.5rem;
}

.p-footer__nav-items:nth-child(n+2) {
  margin-top: 1rem;
}

.p-footer__nav-item:nth-child(n+2) {
  margin-left: 3.3125rem;
}

.p-footer__nav-link {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.4285714286;
}

.p-form#mailformpro {
  background-color: #fff;
  border-radius: 0.625rem;
  margin-inline: auto;
  max-width: 50rem;
  padding: 3.2rem 6.25rem 3.875rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-form#mailformpro {
    padding: 1rem 1rem 3.875rem;
  }
}

.p-form#mailformpro .mfp_element_all {
  max-width: 100%;
}

.p-form__item {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.4666666667;
}
.p-form__item input,
.p-form__item textarea {
  font-weight: bold;
}
.p-form__item textarea {
  width: 100% !important;
  min-height: 170px;
}

.form_label {
  font-weight: bold;
}

.p-form__item:nth-child(n+2) {
  margin-top: 1.25rem;
}

.p-form__item-required {
  color: #B22137;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1.5454545455;
}

.p-form__link {
  border-bottom: 0.0625rem solid #B22137;
  color: #B22137;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.4666666667;
}

.p-form__item-privacy {
  margin-top: 2rem;
  text-align: center;
}
.p-form__item-privacy label {
  background: none !important;
  border: none !important;
  font-weight: 600;
}
.p-form__item-privacy label a {
  font-weight: 600;
}

.p-form__btn {
  margin-top: 1.9375rem;
  text-align: center;
}

.p-form__input-button {
  background: #B22137;
  border: 0.0625rem solid transparent;
  border-radius: 1.75rem;
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0.9375rem 6.125rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

/*デフォルト色の指定*/

/*サイズ等の指定*/

/*ボタン系の指定*/

/*ラジオボタンの指定*/

/*チェックボックスの指定*/

/*テキストエリアの指定*/

[type=text],
[type=search],
[type=tel],
[type=url],
[type=email],
[type=password],
[type=date],
textarea {
  background: #FCFCFC;
  background-image: none;
  border: none; /*↓リセットCSS */
  border: 0.0625rem solid #EAEAEA;
  border-radius: 0;
  border-radius: 0.375rem; /*↓↓選択されているときの色*/ /*↓↓↓↓不要ならコメントアウト or 削除 */
  font-family: inherit; /*↓カスタム */
  font-size: 1rem;
  margin-top: 0.4375rem;
  padding: 0.625rem 0.625rem;
  width: 100%;
}

[type=tel] {
  width: 100%;
}

[type=radio] {
  display: none;
}

[type=radio] + span {
  cursor: pointer;
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1;
  margin: 0 2.1875rem 0 0;
  padding: 0 0 0 1.75rem;
  position: relative;
}

[type=radio] + span::before {
  background: #fff;
  border: 0.0625rem solid #707070;
  border-radius: 50%;
  content: "";
  display: block;
  height: 1.125rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.125rem;
}

[type=radio] + span::after {
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

[type=radio]:checked + span::after {
  background: #391E88;
  border-radius: 50%;
  content: "";
  display: block;
  height: 0.75rem;
  left: 0.1875rem;
  opacity: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.75rem;
}

[type=checkbox] {
  display: none;
}

[type=checkbox] + span {
  cursor: pointer;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1;
  padding: 0 0 0 1.875rem;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

[type=checkbox] + span::before {
  background: #FCFCFC;
  border: 0.0625rem solid #EAEAEA;
  border-radius: 0.1875rem;
  content: "";
  display: block;
  height: 1.5625rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.5625rem;
}

[type=checkbox] + span::after {
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

[type=checkbox]:checked + span::after {
  border-bottom: 0.125rem solid #B22137;
  border-left: 0.125rem solid #B22137;
  content: "";
  display: block;
  height: 0.46875rem;
  left: 0.3125rem;
  margin-left: 0.1em;
  margin-top: -0.1em;
  opacity: 1; /*チェックマークじゃない場合は以下を変更する*/
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  width: 0.78125rem;
}

select {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto; /*↓デフォルトではないアイコンを使う場合は入力する*/
  background-color: #FCFCFC;
  border: none;
  border: 0.0625rem solid #EAEAEA;
  border-radius: 0; /*↓リセットCSS */
  border-radius: 0.375rem; /*↓デフォルトのアイコンを消す場合はコメントアウト（noneにする）*/
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: 1rem;
  margin-top: 0.625rem;
  padding: 0.625rem 0.625rem;
  width: 100%; /*↓カスタム */
}

select:focus {
  border: 0.0625rem solid #391E88;
}

[type=date] {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto; /*↓デフォルトではないアイコンを使う場合は入力する*/
  position: relative; /*↓デフォルトのアイコンを消す場合はコメントアウト（noneにする）*/
}

input[type=date]::-webkit-calendar-picker-indicator {
  height: 100%;
  opacity: 0;
  position: absolute;
  width: 100%;
}

textarea {
  height: 10.625rem;
  max-width: 37.5rem;
  width: 100%;
}

.p-greeting-achievement__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2;
}

.p-greeting-achievement__content {
  margin-top: 1.375rem;
}

.p-greeting-achievement__content--spacer {
  margin-top: 2.5rem;
}

.p-greeting-achievement__sub-title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
}

.p-greeting-achievement__text-box {
  margin-top: 0.625rem;
}

.p-greeting-achievement__text-box--spacer {
  margin-top: 1.25rem;
}

.p-greeting-achievement__text {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 2;
}

.p-greeting-block__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-greeting-block__career {
  max-width: 28.75rem;
  width: 100%;
}

.p-greeting-block__achievement {
  margin-left: 3.375rem;
  max-width: 31.5rem;
  width: 100%;
}

.p-greeting-career__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2;
}

.p-greeting-career__content {
  margin-top: 1.6875rem;
}

.p-greeting-thought__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-greeting-thought__wrapper {
  margin-left: 2.5rem;
  max-width: 43.75rem;
  width: 100%;
}

.p-greeting-thought__text {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 2;
  margin-top: 1.375rem;
  text-transform: uppercase;
}

.p-greeting-thought__text:first-child {
  margin-top: 0;
}

.p-greeting {
  padding-bottom: 7.1875rem;
}

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

.p-greeting__title {
  margin-top: 2.25rem;
}

.p-greeting__content {
  margin-top: 4.125rem;
}

.p-greeting__wrapper {
  margin-top: 5.25rem;
}

.p-header {
  background-color: #fff;
  height: 4.375rem;
  width: 100%;
}

.p-header__inner {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.625rem;
}

.p-header__inner.l-inner {
  max-width: 81.25rem;
  width: 100%;
}

.p-header__logo-content {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-header__logo {
  font-size: 0;
  width: 12.375rem;
}

.p-header__text {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
  margin-left: 1.25rem;
}

.p-header__lists {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-header__list:last-child:hover {
  text-decoration: none;
}

.p-header__list a {
  margin-inline: 0.5625rem;
  padding: 0.625rem;
}

.p-header__list--button a {
  background-color: #B22137;
  border: 0.0625rem solid transparent;
  border-radius: 1.25rem;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4285714286;
  padding: 0.625rem 1.4375rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-header__list--button a:hover {
  background-color: #fff;
  border: 0.0625rem solid #B22137;
  color: #B22137;
}

.p-header.is-open .c-drawer__button {
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.p-header.is-open .c-drawer__line::before,
.p-header.is-open .c-drawer__line::after {
  background-color: #B22137;
}

.p-main {
  background-color: #F7F7F7;
  padding-top: 4.375rem;
}

.p-policy {
  padding-bottom: 8.3125rem;
}

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

.p-policy__title {
  margin-top: 2.25rem;
}

.p-policy__content {
  margin-top: 4.125rem;
}

.p-policy__button {
  margin-top: 1.0625rem;
}

.p-question__items {
  grid-column-gap: 2.5rem;
  -moz-column-gap: 2.5rem;
  -webkit-column-gap: 2.5rem;
          column-gap: 2.5rem;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 4.375rem;
}

.p-question__item {
  border-bottom: 0.0625rem solid #E2E2E2;
  padding-bottom: 2.25rem;
  padding-top: 2.4375rem;
}

.p-question__item:first-of-type,
.p-question__item:nth-of-type(2) {
  padding-top: 0;
}

.p-service-card {
  grid-column-gap: 2.1875rem;
  -moz-column-gap: 2.1875rem;
  -webkit-column-gap: 2.1875rem;
          column-gap: 2.1875rem;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.p-service-flow__contents {
  margin-top: 4.0625rem;
}

.p-service-flow__content {
  margin-top: 3.5rem;
  position: relative;
}

.p-service-flow__content::before {
  border-bottom: 0;
  border-left: 1.6875rem solid transparent;
  border-right: 1.6875rem solid transparent;
  border-style: solid;
  border-top: 1rem solid #C35E6D;
  bottom: -2.5rem;
  content: "";
  height: 1rem;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 3.4375rem;
}

.p-service-flow__content:last-child:before {
  display: none;
}

.p-service-flow__content:first-child {
  margin-top: 0;
}

.p-skill {
  background-color: #fff;
  border-radius: 0.625rem;
  padding: 2.75rem 2.1875rem 3.125rem;
}

.p-skill__title {
  color: #B22137;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}

.p-skill__contents {
  margin-top: 2.9375rem;
}

.p-skill__content-items {
  grid-column-gap: 2.0625rem;
  -moz-column-gap: 2.0625rem;
  -webkit-column-gap: 2.0625rem;
          column-gap: 2.0625rem;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.p-skill__content-item {
  border-bottom: 0.0625rem solid #E2E2E2;
  padding-bottom: 1.0625rem;
  padding-top: 1.0625rem;
}

.p-skill__content-item:first-of-type,
.p-skill__content-item:nth-of-type(2) {
  padding-bottom: 0.625rem;
  padding-top: 0;
}

.p-top-company__contents {
  -moz-column-gap: 3.75rem;
  -webkit-column-gap: 3.75rem;
          column-gap: 3.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3.875rem;
}

.p-top-company__content {
  max-width: 27.5rem;
  width: 100%;
}

.p-top-company__img-block {
  max-width: 31.25rem;
  width: 100%;
}

.p-top-company__img {
  aspect-ratio: 500/350;
  border-radius: 0.625rem;
  display: block;
  overflow: hidden;
}

.p-top-company__img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-top-greeting__title-block {
  -webkit-box-align: self-end;
  -webkit-align-items: self-end;
      -ms-flex-align: self-end;
          align-items: self-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-top-greeting__button {
  margin-top: 0.75rem;
}

.p-top-greeting__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.9375rem;
}

.p-top-greeting__wrapper {
  margin-left: 2.5rem;
  max-width: 43.75rem;
  width: 100%;
}

.p-top-greeting__text {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 2;
  margin-top: 1.375rem;
  text-transform: uppercase;
}

.p-top-greeting__text:first-child {
  margin-top: 0;
}

.p-top-service__title-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-top-service__button {
  margin-top: 0.75rem;
}

.p-top-service__text {
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1.4666666667;
  margin-top: 1.0625rem;
  text-transform: uppercase;
}

.p-top-service__contents {
  grid-column-gap: 5rem;
  -moz-column-gap: 5rem;
  -webkit-column-gap: 5rem;
          column-gap: 5rem;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 2.5rem;
}

.p-top-service__content {
  margin-inline: auto;
}

.p-top-works {
  overflow-x: hidden;
  position: relative;
}

.p-top-works::before {
  background-color: #B22137;
  border-radius: 0 1.25rem 0 0;
  content: "";
  height: 18.25rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 93.6310395315%;
}

.p-top-works__title-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 3.1875rem;
  position: relative;
  z-index: 10;
}

.p-top-works__button {
  margin-right: min(1.875rem, 7%);
  margin-top: 1.0625rem;
}

.p-top-works__content {
  margin-right: calc(50% - 50vw);
}

.p-top-works__slide {
  margin-bottom: 1.875rem;
  margin-top: 1.4375rem;
}

.p-works {
  overflow-x: hidden;
  padding-bottom: 6.75rem;
}

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

.p-works__title {
  margin-top: 2.25rem;
}

.p-works__items {
  margin-top: -12.5rem;
}

.p-works__item {
  margin-top: 8.75rem;
}

.p-works__item::before {
  content: "";
  display: block;
  height: 8.75rem;
  margin-top: -8.75rem;
  visibility: hidden;
}

.p-works__text-block {
  margin: 0 calc(50% - 50vw);
  margin-top: -10rem;
  padding-bottom: 3.375rem;
  padding-top: 11.9375rem;
  width: 100vw;
}

.p-works__item:nth-child(odd) .p-works__text-block {
  background-color: #EFEFEF;
}

.p-works__item-text {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 2;
  margin-inline: auto;
  max-width: 62.5rem;
  max-width: calc(1000px + 6.6666%);
  padding-left: 3.3333%;
  padding-right: 3.3333%;
}

.u-hidden-pc {
  display: none;
}

.u-hidden-sp {
  display: block;
}

@media screen and (-ms-high-contrast: none) {

.splide__slide:focus-visible {
  border: 3px solid #0bf;
}

.splide.is-focus-in .splide__slide:focus {
  border: 3px solid #0bf;
}

.splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
  border-color: #0bf;
}

}

@media (hover: hover) {

.c-button:hover {
  background: #fff;
  border: 0.0625rem solid #1C1C1C;
  color: #1C1C1C;
}

.c-button:hover::before {
  background-image: url(../images/common/icon-send-red.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 1.0625rem;
  content: "";
  height: 1.125rem;
  left: 2.3125rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.125rem;
}

.c-button:hover .c-button__icon text {
  fill: #B22137;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-call-button:hover {
  background-color: #1C1C1C;
  border: 0.0625rem solid transparent;
  color: #fff;
  opacity: 1;
}

.c-call-button:hover .c-call-button__icon path {
  fill: #fff;
}

.c-call-button:hover .c-call-button__number {
  color: #fff;
}

.c-card:hover .c-card__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.c-link-btn:hover .c-link-btn__circle::before {
  height: 0.9375rem;
  width: 0.9375rem;
}

.c-policy-button:hover {
  background-color: #fff;
  border: 0.0625rem solid #B22137;
  color: #B22137;
}

.c-service-card:hover .c-link-btn__circle::before {
  height: 0.9375rem;
  width: 0.9375rem;
}

.p-footer__nav-item:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #B43649;
          text-decoration-color: #B43649;
  text-underline-offset: 0.5rem;
}

.p-form__input-button:hover {
  background: #fff;
  border: 0.0625rem solid #B22137;
  color: #B22137;
}

.p-header__list:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #B43649;
          text-decoration-color: #B43649;
  text-underline-offset: 0.5rem;
}

}

@media screen and (max-width: 1250px) {

.c-mv::before {
  height: 35.0625rem;
  width: 35.625rem;
}

.c-mv__contents {
  margin-left: min(3.75rem, 2.72573653%);
}

.c-mv__content {
  padding-bottom: 4.375rem;
  padding-top: 3.75rem;
}

.c-mv__title {
  font-size: 2.1875rem;
}

}

@media screen and (max-width: 1250px) and (max-width: 1150px) {

.c-mv__content {
  padding-bottom: 1.875rem;
  padding-top: 2.5rem;
}

}

@media screen and (max-width: 1150px) {

html {
  font-size: 1.6vw;
}

.c-feature-card::before {
  bottom: -1.5625rem;
  left: 1.875rem;
  left: 11%;
}

.c-feature-card.c-feature-card--reverse::before {
  bottom: -1.5625rem;
  left: -11%;
}

.c-mv::before {
  height: 29.375rem;
  width: 29.8125rem;
}

.c-mv__contents {
  margin-left: min(1.875rem, 0.529543265%);
}

.c-works-card__img-block {
  left: calc(50% - 28.125rem);
  width: 52%;
}

.p-feature__img {
  max-width: 21.875rem;
}

.p-feature__content--reverse .p-feature__img {
  max-width: 21.875rem;
}

.p-footer__content {
  padding-left: 2.5rem;
}

.p-footer__nav-items {
  margin-left: 1.5625rem;
}

.p-header__list a {
  margin-inline: 0.25rem;
}

.p-top-service__contents {
  -moz-column-gap: 2.5rem;
  -webkit-column-gap: 2.5rem;
          column-gap: 2.5rem;
}

.p-top-works__button {
  margin-right: 7%;
}

}

@media screen and (max-width: 1024px) {

.p-about__feature {
  margin-top: 6.25rem;
}

.p-header__inner {
  padding: 0.25rem;
}

}

@media screen and (max-width: 768px) {

html {
  font-size: 16px;
}

a {
  opacity: 1;
  opacity: initial;
}

.l-inner {
  max-width: 37.5rem;
  padding-left: 5%;
  padding-right: 5%;
}

.l-top-company {
  margin-top: 2.5rem;
  padding-bottom: 6.375rem;
}

.l-top-greeting {
  margin-top: 2.5rem;
}

.l-top-service {
  margin-top: 2.5rem;
}

.c-card__body {
  padding: 0.625rem 0.625rem 0.8125rem;
}

.c-card__text {
  font-size: 0.875rem;
  line-height: 1.4285714286;
}

.c-company-dl__item {
  padding-block: 1rem;
}

.c-feature-card {
  margin-bottom: 1.5625rem;
}

.c-feature-card__img {
  border-radius: 0.8125rem;
}

.c-flow__content {
  display: block;
}

.c-flow__title {
  margin-left: 0;
}

.c-greeting-card__img-block {
  max-width: 72.8571428571%;
}

.c-greeting-dl__item {
  display: block;
}

.c-greeting-dl__dt {
  width: 100%;
}

.c-greeting-dl__dd {
  margin-left: 0;
}

.c-lower-head {
  height: 14.375rem;
}

.c-lower-head__title {
  font-size: 1.375rem;
  height: 13.125rem;
  padding-top: 0.625rem;
  position: relative;
  right: 1.25rem;
  top: -2.5rem;
}

.c-mv-lower {
  height: 3.375rem;
}

.c-mv-lower__title {
  font-size: 2.5rem;
}

.c-mv::before {
  display: none;
}

.c-mv__inner.l-inner {
  max-width: 37.5rem;
  padding-left: 0;
  padding-right: 0;
}

.c-mv__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-left: 0;
}

.c-mv__content {
  margin-top: -3.75rem;
  max-width: 37.5rem;
  padding-block: 0;
  padding-left: 5%;
  padding-right: 5%;
}

.c-mv__title {
  font-size: 1.375rem;
  line-height: 1.6666666667;
}

.c-mv__text {
  font-size: 0.8125rem;
  line-height: 1.8461538462;
  margin-top: 1.1875rem;
}

.c-mv__button {
  margin-top: 1.75rem;
  text-align: center;
}

.c-mv__wrapper {
  display: block;
}

.c-mv__img-block {
  max-width: 37.5rem;
  width: 100%;
}

.c-mv__img {
  aspect-ratio: 390/410;
  display: inline-block;
  margin-left: auto;
  overflow: hidden;
}

.c-policy__item {
  padding-bottom: 1.375rem;
  padding-top: 1.25rem;
}

.c-question__description {
  line-height: 1.6;
  margin-top: 0.625rem;
}

.c-section-title {
  font-size: 1.5rem;
}

.c-service-item {
  height: 100%;
  max-height: 6.875rem;
  max-width: 6.875rem;
  width: 100%;
}

.c-service-item__img-block {
  max-width: 3rem;
  padding-top: 1.875rem;
}

.c-service-item__text {
  font-size: 0.8125rem;
  line-height: 1.3076923077;
  width: 6.875rem;
}

.c-service-item--staff .c-service-item__text {
  margin-top: 2.375rem;
}

.c-slide__card {
  max-width: 15.625rem;
  width: 100%;
}

.c-step1 {
  padding: 1.25rem;
}

.c-step1__button-block {
  display: block;
  text-align: center;
}

.c-step1__tel-button {
  margin-left: 0;
  margin-top: 1.25rem;
}

.c-step2 {
  padding: 1.25rem;
}

.c-step3 {
  padding: 1.25rem;
}

.c-text {
  font-size: 1rem;
}

.c-title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-title__main {
  font-size: 2.5rem;
}

.c-title__sub {
  margin-left: 0;
  margin-top: 0.5rem;
}

.c-vertical-line {
  height: 4.125rem;
}

.c-works-card {
  position: static;
  position: initial;
}

.c-works-card__img-block {
  left: 0;
  margin-left: calc(50% - 50vw);
  max-width: 37.5rem;
  position: static;
  position: initial;
  width: 100%;
}

.c-works-card__img {
  border-radius: 0 0.625rem 0.625rem 0;
}

.c-works-card__content {
  border-radius: 0.625rem 0 0 0.625rem;
  height: auto;
  height: initial;
  margin-right: calc(50% - 50vw);
  margin-top: -1.25rem;
  padding: 1.25rem;
  padding-top: 2.5rem;
}

.c-works-card__wrapper {
  margin-right: 0;
  width: 100%;
}

.c-works-card__text {
  font-size: 1.125rem;
  line-height: 1.6666666667;
}

.p-about {
  padding-bottom: 6.375rem;
}

.p-about__title {
  margin-top: 1.625rem;
}

.p-about__information-content {
  margin-top: 2.875rem;
  position: static;
  position: initial;
}

.p-about__information-content::before {
  position: static;
  position: initial;
}

.p-about__feature {
  margin-top: 5rem;
}

.p-about__flow {
  margin-top: 3.75rem;
}

.p-about__question {
  margin-top: 3.125rem;
}

.p-company {
  padding-bottom: 6.375rem;
}

.p-company__title {
  margin-top: 1.625rem;
}

.p-company__contents {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-top: 2.875rem;
}

.p-company__content {
  margin-top: 2.1875rem;
  max-width: 37.5rem;
}

.p-company__img-block {
  max-width: 37.5rem;
}

.p-contact {
  padding-bottom: 6.375rem;
}

.p-contact__title {
  margin-top: 1.625rem;
}

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

.p-feature__content {
  -moz-column-gap: 0;
  -webkit-column-gap: 0;
          column-gap: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.p-feature__content--second {
  margin-top: 3.75rem;
}

.p-feature__content--third {
  margin-top: 3.75rem;
}

.p-feature__text-block {
  margin-top: 1.25rem;
  max-width: 37.5rem;
}

.p-feature__img {
  width: min(37.5rem, 90%);
}

.p-feature__skill-block {
  margin-top: 1.5rem;
}

.p-feature__content--reverse .p-feature__img {
  width: min(37.5rem, 90%);
}

.p-footer {
  margin-bottom: 5.75rem;
  margin-top: 3.375rem;
  text-align: center;
}

.p-footer__contents {
  display: block;
}

.p-footer__logo {
  margin-inline: auto;
}

.p-footer__content {
  border-left: none;
  display: block;
  padding-left: 0;
}

.p-footer__contact {
  margin-top: 2.1875rem;
}

.p-footer__nav-items {
  margin-inline: auto;
  margin-top: 3.25rem;
  width: 18.75rem;
}

.p-footer__copy--sp {
  margin-top: 2.75rem;
}

.p-form {
  padding: 1.25rem;
}

.p-greeting-achievement__title {
  font-size: 1.25rem;
  line-height: 1;
}

.p-greeting-achievement__content {
  margin-top: 1.25rem;
}

.p-greeting-achievement__sub-title {
  margin-top: 1.25rem;
}

.p-greeting-block__contents {
  display: block;
}

.p-greeting-block__career {
  max-width: 37.5rem;
}

.p-greeting-block__achievement {
  margin-left: 0;
  margin-top: 2.5rem;
  max-width: 37.5rem;
}

.p-greeting-career__title {
  font-size: 1.25rem;
  line-height: 1;
}

.p-greeting-career__content {
  margin-top: 1.25rem;
}

.p-greeting-thought__contents {
  display: block;
}

.p-greeting-thought__wrapper {
  margin-left: 0;
  margin-top: 2rem;
}

.p-greeting {
  padding-bottom: 6.375rem;
}

.p-greeting__content {
  margin-top: 2.875rem;
}

.p-greeting__wrapper {
  margin-top: 3.75rem;
}

.p-header {
  height: 3.75rem;
}

.p-header__inner {
  max-width: 100%;
  padding-left: 0.875rem;
  padding-right: 0;
}

.p-header__logo {
  width: 9.625rem;
}

.p-header__text {
  font-size: 0.6875rem;
  letter-spacing: 0.008em;
  line-height: 1.4545454545;
  margin-left: 0.5625rem;
}

.p-header__nav {
  display: none;
}

.p-header__drawer {
  display: block;
  position: fixed;
  right: 0rem;
  top: 0rem;
  z-index: 200;
}

.p-main {
  padding-top: 3.75rem;
}

.p-policy {
  padding-bottom: 6.375rem;
}

.p-policy__content {
  margin-top: 2.875rem;
}

.p-question__items {
  -moz-column-gap: 0;
  -webkit-column-gap: 0;
          column-gap: 0;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 2.5rem;
}

.p-question__item {
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
}

.p-question__item:nth-of-type(2) {
  padding-top: 1.25rem;
}

.p-service-card {
  grid-template-columns: repeat(1, 1fr);
  row-gap: 1.25rem;
}

.p-skill {
  padding: 1.5rem;
}

.p-skill__content-items {
  grid-template-columns: 1fr;
  row-gap: 1.25rem;
}

.p-top-company__contents {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-top: 1.875rem;
}

.p-top-company__content {
  margin-top: 2.1875rem;
  max-width: 37.5rem;
}

.p-top-company__img-block {
  max-width: 37.5rem;
}

.p-top-greeting__title-block {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-top-greeting__button {
  margin-top: 0rem;
}

.p-top-greeting__contents {
  display: block;
  margin-top: 2rem;
}

.p-top-greeting__wrapper {
  margin-left: 0;
  margin-top: 1.1875rem;
}

.p-top-service__title-block {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-top-service__button {
  margin-top: 0rem;
}

.p-top-service__text {
  margin-top: 1.25rem;
}

.p-top-service__contents {
  -moz-column-gap: 0.625rem;
  -webkit-column-gap: 0.625rem;
          column-gap: 0.625rem;
  margin-top: 1.25rem;
}

.p-top-works::before {
  height: 10rem;
}

.p-top-works__title-block {
  padding-top: 1.1875rem;
}

.p-top-works__button {
  margin-left: 0;
}

.p-top-works__slide {
  margin-bottom: 1.4375rem;
}

.p-works {
  padding-bottom: 6.375rem;
}

.p-works__title {
  margin-top: 1.625rem;
}

.p-works__items {
  margin-top: 3.125rem;
}

.p-works__item {
  margin-top: 3.75rem;
}

.p-works__item::before {
  height: 6.25rem;
  margin-top: -6.25rem;
}

.p-works__text-block {
  padding-block: 1.25rem;
  padding-top: 11.25rem;
}

.p-works__item-text {
  max-width: 37.5rem;
  padding-left: 5%;
  padding-right: 5%;
}

.u-hidden-pc {
  display: block;
}

.u-hidden-sp {
  display: none;
}

}

@media screen and (max-width: 600px) {

.p-feature__img {
  margin-right: auto;
  max-width: 37.5rem;
  width: 90%;
}

.p-feature__content--reverse .p-feature__img {
  margin-left: auto;
  margin-right: inherit;
  max-width: 37.5rem;
  width: 90%;
}

}

@media (max-width: 375px) {

html {
  font-size: 4.2666666667vw;
}

}

@-webkit-keyframes splide-loading {

0% {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

to {
  -webkit-transform: rotate(1turn);
          transform: rotate(1turn);
}

}

@keyframes splide-loading {

0% {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

to {
  -webkit-transform: rotate(1turn);
          transform: rotate(1turn);
}

}

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


/* CHECKBOX */
form#mailformpro .checkbox label {
  display: block;
  cursor: pointer;
  position: relative;
  padding-left: 35px !important;
  margin: 0 22px 10px 0;
  overflow: hidden;
  position: relative;
  display: block;
  box-sizing: border-box;
  line-height: 25px;
  min-height: 25px;
  box-shadow: none !important;
  width: fit-content;
  margin: 0 auto;
}  
form#mailformpro .checkbox label::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  left: 0;
  top: 3px;
  border: 1px solid #B22137;
  z-index: 3;
  border-radius: 4px;
}
form#mailformpro .checkbox label::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 10px;
  display: block;
  width: 5px;
  height: 12px;
  border-right: 2px solid #B22137;
  border-bottom: 2px solid #B22137;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  z-index: 1;
}
form#mailformpro .checkbox label input[type="checkbox"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  left: -40px;
  width: 25px;
  height: 25px;
  display: block;
  box-shadow: 40px 0px #F7F7F7;
  z-index: 2;
  margin: 0px;
  padding: 0px;
  border-radius: 4px;
}
form#mailformpro .checkbox label input[type="checkbox"]:checked {
  box-shadow: none;
}
div#mfp_overlay {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translateY(-50%) translateX(-50%);
}
div#mfp_overlay_inner {
  max-width: 90%;
  box-sizing: border-box;
}
div#mfp_overlay_inner h4 {
  text-align: center;
  margin-bottom: 20px;
}
.mfp_buttons {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  margin-top: 10px;
  gap: 5px;
}
div.mfp_buttons button#mfp_button_send {
  background: #B22137;
  border: none;
  border-radius: 50px;
  font-size: 18px;
  padding: 10px 20px;
  color: #FFF;
  cursor: pointer;
}
div.mfp_buttons button#mfp_button_send:hover {
  opacity: .7;
}
div.mfp_buttons button#mfp_button_cancel {
  background: #999;
  border: none;
  border-radius: 50px;
  font-size: 18px;
  padding: 10px 20px;
  color: #FFF;
  cursor: pointer;
}
div.mfp_buttons button#mfp_button_cancel:hover {
  opacity: .7;
}

