@charset "UTF-8";
/*! destyle.css v2.0.2 | 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;
  line-height: 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] {
  text-decoration: underline; /* 2 */
  -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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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;
}

/**
 * 1. 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

html {
  font-size: 100%;
}
@media (max-width: 1280px) {
  html {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "Jost", sans-serif;
  color: #000000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  cursor: pointer;
}

img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.38);
  z-index: 10;
}

.l-header__inner {
  width: 100%;
  height: 5rem;
  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;
  padding: 0rem 7.5rem 0rem 3.125rem;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    height: 3.75rem;
    padding: 0rem 3.75rem 0rem 0.9375rem;
  }
}

.l-header__logo {
  width: 100%;
  max-width: 12.5rem;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    max-width: 7.5rem;
  }
}
.l-header__logo:hover {
  opacity: 0.7;
}

.l-header__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-header__group {
    gap: 0.75rem;
  }
}

.l-header__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.l-header__icon:hover {
  opacity: 0.7;
}
.l-header__icon img {
  width: 1.625rem;
}
@media screen and (max-width: 767px) {
  .l-header__icon img {
    width: 1.25rem;
  }
}
.l-header__icon span {
  display: inline-block;
  font-size: 0.625rem;
  line-height: 1;
  margin-top: 0.375rem;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .l-header__icon span {
    margin-top: 0.25rem;
  }
}

.l-main {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.l-inner {
  width: 100%;
}

.l-inner-1280 {
  width: 100%;
  max-width: 80rem;
  padding: 3.125rem 0rem 5rem 0rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-inner-1280 {
    padding: 0rem;
  }
}
.l-inner-1280_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .l-inner-1280_flex {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    gap: 0;
  }
}

.l-inner-1000 {
  width: 100%;
  max-width: 62.5rem;
  padding: 3.125rem 0rem 5rem 0rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-inner-1000 {
    padding: 2.5rem 0.9375rem 3.125rem 0.9375rem;
  }
}

.l-inner__in-1000 {
  width: 100%;
  max-width: 62.5rem;
}
@media screen and (max-width: 767px) {
  .l-inner__in-1000 {
    padding: 2.5rem 0.9375rem 3.125rem 0.9375rem;
  }
}

.l-footer {
  width: 100%;
}

.l-footer__inner {
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
  padding: 2.5rem 0 2.8125rem 0;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    padding: 1.875rem 0.9375rem 2.5rem 0.9375rem;
  }
}

.l-footer__lists {
  width: 100%;
  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;
}
@media screen and (max-width: 767px) {
  .l-footer__lists {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.l-footer__lists li {
  position: relative;
}
.l-footer__lists li::after {
  content: " | ";
  display: inline-block;
  position: relative;
  font-size: 0.75rem;
  line-height: 1;
  margin: 0 0.375rem;
}
.l-footer__lists li:last-of-type::after {
  display: none;
}
.l-footer__lists a {
  font-size: 0.75rem;
  line-height: 1;
}
.l-footer__lists a:hover {
  opacity: 0.7;
}

.l-footer__wrapper {
  width: 100%;
  max-width: 56.25rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .l-footer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 3.125rem;
  }
}

.l-footer__liftBox {
  width: 58%;
}
@media screen and (max-width: 767px) {
  .l-footer__liftBox {
    width: 100%;
  }
}

.l-footer__rightBox {
  width: 42%;
}
@media screen and (max-width: 767px) {
  .l-footer__rightBox {
    width: 100%;
  }
}

.l-footer__logo {
  display: inline-block;
  width: 12.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    width: 8.75rem;
  }
}
.l-footer__logo:hover {
  opacity: 0.7;
}

.l-footer__title {
  font-size: 1rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .l-footer__title {
    margin-top: 2.5rem;
  }
}

.l-footer__text {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .l-footer__text {
    font-size: 0.75rem;
  }
}

.l-footer__text02 {
  font-size: 0.8125rem;
  line-height: 1.5;
  margin-top: 0.25rem;
}
@media screen and (max-width: 767px) {
  .l-footer__text02 {
    font-size: 0.6875rem;
  }
}

.l-footer__text03 {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .l-footer__text03 {
    font-size: 0.875rem;
  }
}
.l-footer__text03 a {
  text-decoration: underline;
}
.l-footer__text03 a:hover {
  opacity: 0.7;
}

.l-footer__link {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 1.875rem;
}
.l-footer__link a:hover {
  opacity: 0.7;
}

.l-footer__iconLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-footer__iconLinks {
    margin-top: 1.875rem;
  }
}
.l-footer__iconLinks img {
  width: 1.875rem;
}
.l-footer__iconLinks a:hover {
  opacity: 0.7;
}

.l-footer__zen {
  color: #434343;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__zen {
    text-align: left;
  }
}

.l-footer__copy {
  font-size: 0.75rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    margin-top: 1.875rem;
  }
}

.j-open {
  cursor: pointer;
  position: relative;
}

.j-open__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.5rem;
  width: 1.375rem;
  height: 1.375rem;
}
@media screen and (max-width: 767px) {
  .j-open__arrow {
    right: 0rem;
  }
}
.j-open__arrow::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.25rem;
  height: 0.125rem;
  background: #122535;
}
.j-open__arrow::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  width: 0.125rem;
  height: 1.25rem;
  background: #122535;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.j-open__triangle {
  display: inline-block;
  position: relative;
  top: -0.0625rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.6875rem 0.3125rem 0 0.3125rem;
  border-color: #FFFFFF transparent transparent transparent;
  margin-right: 1.125rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.j-open.open .j-open__arrow::after {
  content: "";
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
.j-open.open .j-open__triangle {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.j-open-content {
  display: none;
}

.j-slider-thumbnail {
  position: relative;
  width: 100%;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.j-slider-thumbnail .c-slider-arrow {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.5625rem;
  height: 3.375rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.j-slider-thumbnail .c-slider-arrow__prev {
  left: 1.25rem;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  background-image: url(../imgs/pc/slider_arrow.png);
}
.j-slider-thumbnail .c-slider-arrow__next {
  right: 1.25rem;
  background-image: url(../imgs/pc/slider_arrow.png);
}
.j-slider-thumbnail .c-slider-arrow:hover {
  opacity: 0.7;
}
.j-slider-thumbnail .slider__img span {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  padding-top: 62.9464285714%;
}
.j-slider-thumbnail .slider__img span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.j-slider-thumbnail .slider__img span img:not(:root) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.j-slider-thumbnail .thumbnail {
  margin-top: 0.9375rem;
}
.j-slider-thumbnail .thumbnail .slider__img span:hover::after {
  background: rgba(0, 0, 0, 0.3);
}

.c-title {
  font-family: "Jost", sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 100;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-title {
    font-size: 0.875rem;
  }
}
.c-title span {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .c-title span {
    font-size: 1.25rem;
    margin-bottom: 0.625rem;
  }
}

.c-title-all {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-title-all {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.c-title-all__title {
  font-size: 1.75rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-title-all__title {
    font-size: 1.25rem;
  }
}

.c-title-all__text {
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 100;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .c-title-all__text {
    font-size: 0.875rem;
  }
}

.c-title-all__allLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 10rem;
  height: 2.5rem;
  background: #fff;
  border-radius: 5rem;
  color: #000;
  font-size: 1.125rem;
  padding-top: 0.125rem;
  border: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .c-title-all__allLink {
    max-width: 8.125rem;
    height: 2.1875rem;
    font-size: 0.875rem;
  }
}
.c-title-all__allLink:hover {
  color: #fff;
  background: #000;
}

.c-title-top {
  position: relative;
  width: 100%;
  padding-top: 60.7976653696%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-title-top {
    padding-top: 168.25%;
  }
}
.c-title-top_bgRecruit {
  background-image: url(../imgs/pc/recruit_bg.jpg);
}
@media screen and (max-width: 767px) {
  .c-title-top_bgRecruit {
    background-image: url(../imgs/sp/recruit_bg.jpg);
  }
}
.c-title-top_bgConcept {
  background-image: url(../imgs/pc/concept_bg.jpg);
}
@media screen and (max-width: 767px) {
  .c-title-top_bgConcept {
    background-image: url(../imgs/sp/concept_bg.jpg);
  }
}
.c-title-top_bgFlow {
  background-image: url(../imgs/pc/titleback_flow.jpg);
}
.c-title-top_bgCompany {
  background-image: url(../imgs/pc/titleback_company.jpg);
}

.c-title-top__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 100;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-title-top__title {
    font-size: 0.75rem;
  }
}
.c-title-top__title span {
  display: inline-block;
  font-family: "Jost", sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-title-top__title span {
    font-size: 1.5rem;
    margin-bottom: 1.875rem;
  }
}

.c-article {
  width: 100%;
}
.c-article_mt160 {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .c-article_mt160 {
    margin-top: 5rem;
  }
}

.c-article__inner {
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
  padding: 10rem 0rem 7.5rem 0rem;
}
@media screen and (max-width: 767px) {
  .c-article__inner {
    padding: 7.5rem 0.9375rem 5rem 0.9375rem;
  }
}
.c-article__inner_ptb0 {
  padding: 0rem;
}
@media screen and (max-width: 767px) {
  .c-article__inner_ptb0 {
    padding: 0rem 0.9375rem;
  }
}

.c-article__lists {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .c-article__lists {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5rem;
  }
}
.c-article__lists_grid2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 3.75rem 5rem;
}
@media screen and (max-width: 767px) {
  .c-article__lists_grid2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-article__lists_scroll-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-template-columns: none;
    gap: 1.875rem;
    overflow-x: scroll;
    padding-bottom: 1.25rem;
  }
  .c-article__lists_scroll-sp .c-article__list {
    min-width: 16.75rem;
  }
}
.c-article__lists_mt60 {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .c-article__lists_mt60 {
    margin-top: 1.875rem;
  }
}
.c-article__lists_mt120 {
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .c-article__lists_mt120 {
    margin-top: 5rem;
  }
}

.c-article__list {
  width: 100%;
}

.c-article__link {
  width: 100%;
}
.c-article__link:hover {
  opacity: 0.7;
}
.c-article__link:hover .c-article__thumbnail img {
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}

.c-article__thumbnail {
  position: relative;
  padding-top: 70.8333333333%;
  overflow: hidden;
  border-radius: 0.3125rem;
}
.c-article__thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-article__title {
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 600;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-article__title {
    font-size: 1rem;
    font-weight: 500;
  }
}
.c-article__title_not {
  font-weight: 400;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .c-article__title_not {
    margin-top: 3.125rem;
  }
}

.c-article__time {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1;
  margin-top: 0.5rem;
}

.c-article__category {
  color: #9C9A9A;
  font-size: 0.875rem;
  line-height: 1;
  margin-top: 0.5rem;
}
.c-article__category_color {
  color: #000;
}

.c-article__categorys {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem 1.25rem;
  margin-top: 0.5rem;
}
.c-article__categorys span {
  display: inline-block;
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.875rem;
  line-height: 1;
  padding: 0.625rem 0.9375rem;
  background: rgba(217, 217, 217, 0.5019607843);
}

.c-article-news {
  width: 100%;
}

.c-article-news__inner {
  width: 100%;
  max-width: 56.25rem;
  margin: 0 auto;
  padding: 10rem 0rem 7.5rem 0rem;
}
@media screen and (max-width: 767px) {
  .c-article-news__inner {
    padding: 7.5rem 0.9375rem 5rem 0.9375rem;
  }
}

.c-article-news__lists {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2.5rem;
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .c-article-news__lists {
    margin-top: 3.75rem;
  }
}

.c-article-news__list {
  width: 100%;
  border-bottom: 1px solid #000000;
  padding: 10px;
}

.c-article-news__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .c-article-news__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0.9375rem;
  }
}
.c-article-news__link:hover {
  opacity: 0.7;
}

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

.c-article-news__time {
  min-width: 7.5rem;
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
}

.c-article-news__category {
  min-width: 5rem;
  color: #9C9A9A;
  font-size: 1rem;
  line-height: 1;
}
.c-article-news__category_color {
  color: #000;
}

.c-article-news__title {
  position: relative;
  top: -0.25rem;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 600;
}

.c-single {
  position: relative;
  width: 100%;
}

.c-single__inner {
  width: 100%;
  max-width: 37.5rem;
  margin: 0 auto;
  padding: 10rem 0rem 5rem 0rem;
}
@media screen and (max-width: 767px) {
  .c-single__inner {
    padding: 7.5rem 0.9375rem 5rem 0.9375rem;
  }
}

.c-single__title {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-single__title {
    font-size: 1.125rem;
  }
}

.c-single__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .c-single__group {
    gap: 1.25rem;
  }
}

.c-single__time {
  font-size: 0.875rem;
  line-height: 1;
}

.c-single__category {
  color: #9C9A9A;
  font-size: 0.875rem;
  line-height: 1;
}
.c-single__category_color {
  color: #000;
  margin-top: 0.625rem;
}

.c-single__categorys {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem 1.25rem;
  margin-top: 0.9375rem;
}
.c-single__categorys span {
  display: inline-block;
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.875rem;
  line-height: 1;
  padding: 0.625rem 0.9375rem;
  background: rgba(217, 217, 217, 0.5019607843);
}

.c-single__contact {
  width: 100%;
  margin-top: 2.5rem;
}
.c-single__contact .wp-block-buttons {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.c-single__contact .wp-block-button__link:not(:root) {
  min-width: 15rem;
  color: #000;
  font-size: 1rem;
  line-height: 1;
  font-weight: 600;
  background: #fff;
  border: 1px solid #000;
  border-radius: 5rem;
  padding: 1.0625rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .c-single__contact .wp-block-button__link:not(:root) {
    min-width: 11.25rem;
    font-size: 0.875rem;
    padding: 0.875rem 1.875rem;
  }
}
.c-single__contact .wp-block-button__link:not(:root):hover {
  color: #fff;
  background: #000;
}
.c-single__contact .vk_faq {
  border-bottom: none;
}
.c-single__contact .vk_faq .vk_faq_title {
  border-bottom: none;
}
.c-single__contact .vk_faq .vk_faq_title:before {
  top: 0.5rem;
  color: #D9D9D9;
}
.c-single__contact .vk_faq .vk_faq_content p {
  margin-top: 0.625rem;
}
.c-single__contact .vk_faq .vk_faq_content:before {
  top: 0.5rem;
  color: #D9D9D9;
}
.c-single__contact img {
  width: auto;
  max-width: 100%;
  border-radius: 0.3125rem;
  margin-top: 1.25rem;
  margin-bottom: 0.625rem;
}
.c-single__contact h2 {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 600;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-single__contact h2 {
    font-size: 1.125rem;
  }
}
.c-single__contact h3 {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 600;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .c-single__contact h3 {
    font-size: 1rem;
  }
}
.c-single__contact h4 {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .c-single__contact h4 {
    font-size: 0.875rem;
  }
}
.c-single__contact p {
  font-size: 1rem;
  line-height: 2;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-single__contact p {
    font-size: 0.875rem;
  }
}

.pagination .nav-links {
  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: 0.9375rem;
  margin-top: 5rem;
}
.pagination .page-numbers {
  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;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1rem;
  line-height: 1;
}
.pagination .page-numbers:hover {
  color: #000;
}
.pagination .dots {
  color: #000000;
  font-size: 1rem;
  line-height: 1;
}
.pagination .current {
  color: #000;
  font-size: 1rem;
  line-height: 1;
}
.pagination .prev {
  position: relative;
  top: 0rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  font-size: 0rem;
  width: 0.875rem;
  height: 0.875rem;
  background-image: url(../imgs/pc/page_arrow.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.pagination .prev:hover {
  opacity: 0.7;
}
.pagination .next {
  position: relative;
  top: 0rem;
  font-size: 0rem;
  width: 0.875rem;
  height: 0.875rem;
  background-image: url(../imgs/pc/page_arrow.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.pagination .next:hover {
  opacity: 0.7;
}

.c-relation {
  width: 100%;
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .c-relation {
    padding-top: 3.75rem;
  }
}

.c-relation__inner {
  width: 100%;
  border-top: 1px solid #D9D9D9;
  padding-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .c-relation__inner {
    padding-top: 1.875rem;
  }
}

.c-relation__title {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .c-relation__title {
    font-size: 0.875rem;
  }
}
.c-relation__title span {
  display: inline-block;
  color: #D9D9D9;
  font-size: 1.25rem;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-relation__title span {
    font-size: 1.125rem;
  }
}

.c-relation__lists {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-relation__lists {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5rem;
  }
}

.c-relation__list {
  width: 100%;
}

.c-relation__link {
  width: 100%;
}
.c-relation__link:hover {
  opacity: 0.7;
}
.c-relation__link:hover .c-relation__thumbnail img {
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}

.c-relation__thumbnail {
  position: relative;
  padding-top: 70.8333333333%;
  overflow: hidden;
  border-radius: 0.3125rem;
}
.c-relation__thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-relation__listTitle {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  margin-top: 1.25rem;
}

.c-relation__excerpt {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 0.9375rem;
}

.c-relation-nav {
  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;
  margin-top: 3.75rem;
}

.c-relation-nav__link {
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
}
.c-relation-nav__link:hover {
  opacity: 0.7;
}

.c-relation-nav__prev {
  min-width: 3.125rem;
  text-align: center;
}

.c-relation-nav__all {
  min-width: 3.125rem;
  text-align: center;
}

.c-relation-nav__next {
  min-width: 3.125rem;
  text-align: center;
}

.c-hamburger {
  cursor: pointer;
  position: fixed;
  z-index: 100;
  top: 1.875rem;
  right: 3.125rem;
  width: 1.875rem;
  height: 1.25rem;
  border-radius: 0.625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-hamburger {
    top: 1.4375rem;
    right: 1.25rem;
    width: 1.25rem;
    height: 0.9375rem;
  }
}
.c-hamburger span {
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1.875rem;
  height: 2px;
  background: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-hamburger span {
    width: 1.25rem;
    height: 1px;
  }
}
.c-hamburger span:nth-child(1) {
  top: 0rem;
}
.c-hamburger span:nth-child(2) {
  top: 0.5625rem;
}
@media screen and (max-width: 767px) {
  .c-hamburger span:nth-child(2) {
    top: 0.4375rem;
  }
}
.c-hamburger span:nth-child(3) {
  top: 1.125rem;
}
@media screen and (max-width: 767px) {
  .c-hamburger span:nth-child(3) {
    top: 0.875rem;
  }
}

.c-hamburger.active span:nth-child(1) {
  top: 0.5rem;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}
.c-hamburger.active span:nth-child(2) {
  display: none;
}
.c-hamburger.active span:nth-child(3) {
  top: 0.5rem;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

.c-hamburger-nav {
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  width: 100%;
  max-width: 37.5rem;
  height: 100%;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-hamburger-nav {
    max-width: 100%;
  }
}

.c-hamburger-nav__logo {
  display: inline-block;
  width: 12.5rem;
  padding: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-hamburger-nav__logo {
    width: 8.75rem;
  }
}

.c-hamburger-nav__lists {
  width: 100%;
}
.c-hamburger-nav__lists li {
  padding: 0.625rem 1.25rem;
  border-bottom: 1px solid #000;
}
.c-hamburger-nav__lists li:first-of-type {
  border-top: 1px solid #000;
}
.c-hamburger-nav__lists a {
  font-size: 0.875rem;
  line-height: 1.5;
}
.c-hamburger-nav__lists a:hover {
  opacity: 0.7;
}

.c-hamburger-nav.active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.c-hamburger-bg {
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-hamburger-bg.active {
  z-index: 98;
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
}

.p-fv {
  position: relative;
  width: 100%;
}

.p-fv__inner {
  width: 100%;
}

.p-fv__group {
  position: absolute;
  top: 20%;
  right: 2.5rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-fv__group {
    top: 26%;
    right: 1.25rem;
  }
}

.p-fv__title {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 5vw;
  line-height: 1.3;
  font-weight: 700;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-fv__title {
    font-size: 6vw;
  }
}

.p-fv__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 10rem;
  height: 2.5rem;
  background: #fff;
  border-radius: 5rem;
  margin: 10% 0 0 auto;
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-fv__link {
    max-width: 8.125rem;
    height: 2.1875rem;
    font-size: 0.875rem;
    margin: 30% 0 0 auto;
  }
}
.p-fv__link:hover {
  color: #fff;
  background: #000;
}

.p-fv__scroll {
  position: absolute;
  z-index: 2;
  bottom: 0.625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  -webkit-animation: scrollY 2s ease-in-out infinite;
          animation: scrollY 2s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
  .p-fv__scroll {
    font-size: 0.875rem;
  }
}
.p-fv__scroll::after {
  content: "";
  display: block;
  position: relative;
  width: 2px;
  height: 2.5rem;
  background: #fff;
  margin: 0.625rem auto 0 auto;
}

/* 上下に揺らすアニメーション */
@-webkit-keyframes scrollY {
  0%, 100% {
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0); /* 初期位置 */
  }
  50% {
    -webkit-transform: translateX(-50%) translateY(-10px);
            transform: translateX(-50%) translateY(-10px); /* 上に10px移動 */
  }
}
@keyframes scrollY {
  0%, 100% {
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0); /* 初期位置 */
  }
  50% {
    -webkit-transform: translateX(-50%) translateY(-10px);
            transform: translateX(-50%) translateY(-10px); /* 上に10px移動 */
  }
}
.swiper-pagination:not(:root) {
  position: absolute;
  top: 60%;
  left: auto;
  right: 4.375rem;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.25rem;
  width: 1.875rem;
}
@media screen and (max-width: 767px) {
  .swiper-pagination:not(:root) {
    top: 53%;
    right: 1.875rem;
  }
}

.circle-pagination {
  position: relative;
  width: 30px;
  height: 30px;
  z-index: 1;
  background-color: transparent;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  margin: auto;
  cursor: pointer;
  font-size: 0;
  opacity: 1;
}

.swiper-pagination-bullet:not(:root) {
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  outline: none;
  margin: 0;
}

/* 内部のテキスト部分 */
.circle-pagination .circle-pagination_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #fff;
  border-radius: 50%;
  color: #BFBFBF;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 4;
}

/* SVGの進行バー */
.progress-circle {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  /* 上から時計回りにするための回転 */
}

.progress-bar {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  /* 初期状態ではバーが表示されない */
  -webkit-transition: stroke-dashoffset 5s linear;
  transition: stroke-dashoffset 5s linear;
  /* 5秒で進行するアニメーション */
}

/* アクティブなページネーションに対して進行アニメーションを適用 */
.swiper-pagination-bullet.swiper-pagination-bullet-active .progress-bar {
  stroke-dashoffset: 0;
  /* 進行が完了すると線が全て表示される */
}

.p-fv-pickup {
  width: 100%;
}

.p-fv-pickup__inner {
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
  padding: 3.75rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-fv-pickup__inner {
    padding: 2.5rem 0.9375rem;
  }
}

.p-fv-pickup__lists {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-pickup__lists {
    text-align: left;
  }
}

.p-fv-pickup__link {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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.25rem;
  color: #21527A;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-fv-pickup__link {
    font-size: 0.875rem;
    font-weight: 500;
  }
}
.p-fv-pickup__link::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -0.0625rem;
  width: 100%;
  height: 2px;
  background: #21527A;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 767px) {
  .p-fv-pickup__link::before {
    height: 1px;
  }
}
.p-fv-pickup__link:hover::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.p-fv-about {
  width: 100%;
}

.p-fv-about__inner {
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
  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: 5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-about__inner {
    gap: 0.625rem;
    padding: 0rem 0.9375rem;
  }
}

.p-fv-about__img {
  width: 50%;
}

.p-fv-about__box {
  width: 50%;
  text-align: center;
}

.p-fv-about__title {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-fv-about__title {
    font-size: 0.875rem;
  }
}

.p-fv-about__link {
  position: relative;
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  padding: 0 2.5rem 1.875rem 2.5rem;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv-about__link {
    font-size: 0.75rem;
    padding: 0 0.9375rem 0.9375rem 0.9375rem;
    margin-top: 0.625rem;
  }
}
.p-fv-about__link:hover {
  opacity: 0.7;
}
.p-fv-about__link:hover::before {
  right: -1.875rem;
}
.p-fv-about__link:hover::after {
  right: -1.875rem;
}
.p-fv-about__link::before {
  content: "";
  position: absolute;
  bottom: 0rem;
  right: -0.625rem;
  height: 1px;
  background: #000;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-fv-about__link::before {
    right: -0.3125rem;
  }
}
.p-fv-about__link::after {
  content: "";
  position: absolute;
  bottom: 0rem;
  right: -0.625rem;
  height: 1px;
  background: #000;
  width: 1.875rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-fv-about__link::after {
    right: -0.3125rem;
    width: 0.9375rem;
  }
}

.p-fv-banner {
  width: 100%;
  padding: 10rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-fv-banner {
    padding: 5rem 0.9375rem;
  }
}

.p-fv-banner__box {
  width: 100%;
  max-width: 30rem;
  padding: 1.25rem 0rem;
  margin: 0 auto;
  background-image: url(../imgs/pc/banner_bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv-banner__box {
    padding: 0.9375rem 0rem;
  }
}

.p-fv-banner__title {
  font-family: "Inter", sans-serif;
  font-size: 2.625rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-banner__title {
    font-size: 1.75rem;
  }
}

.p-fv-banner__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 17.5rem;
  height: 3.125rem;
  background: #57A65C;
  border-radius: 5rem;
  margin: 0.3125rem auto 0 auto;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-banner__link {
    max-width: 11.25rem;
    height: 2.5rem;
    font-size: 0.75rem;
  }
}
.p-fv-banner__link:hover {
  color: #57A65C;
  background: #fff;
}

.p-fv-request {
  width: 100%;
  background: #EFEFEF;
}

.p-fv-request__inner {
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
  padding: 5rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-fv-request__inner {
    padding: 2.5rem 0.9375rem 5rem 0.9375rem;
  }
}

.p-fv-request__img {
  width: 100%;
  max-width: 31.25rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-request__img {
    max-width: 20rem;
  }
}
.p-fv-request__img img {
  border-radius: 0.3125rem;
}

.p-fv-request__title {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-request__title {
    font-size: 1.25rem;
  }
}

.p-fv-request__icon {
  width: 100%;
  max-width: 2.5rem;
  margin: 0.625rem auto 0 auto;
}

.p-fv-request__text {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
  text-align: center;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-request__text {
    font-size: 0.875rem;
  }
}

.p-fv-request__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 23.75rem;
  height: 3.75rem;
  border-radius: 5rem;
  margin: 1.875rem auto 0 auto;
  color: #000;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  background: #fff;
  border: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .p-fv-request__link {
    max-width: 17.5rem;
    height: 3.125rem;
    font-size: 0.875rem;
  }
}
.p-fv-request__link:hover {
  color: #fff;
  background: #000;
}

.p-reservation {
  width: 100%;
  background: #F0F0F0;
}
@media screen and (max-width: 767px) {
  .p-reservation {
    background: #fff;
    padding: 0rem 0.9375rem;
  }
}

.p-reservation__inner {
  width: 100%;
  max-width: 37.5rem;
  margin: 0 auto;
  padding: 5rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-reservation__inner {
    background: #F0F0F0;
    padding: 3.75rem 0.9375rem;
  }
}

.p-reservation__img {
  width: 100%;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-reservation__img {
    margin-top: 2.5rem;
  }
}

.p-reservation__band {
  width: 100%;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  padding: 0.625rem;
  background: #9BD95C;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-reservation__band {
    font-size: 0.875rem;
  }
}

.p-reservation__text {
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-reservation__text {
    font-size: 0.875rem;
  }
}

.p-reservation__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 15rem;
  height: 3.125rem;
  margin: 1.5625rem auto 0 auto;
  color: #000;
  font-size: 1rem;
  line-height: 1;
  font-weight: 600;
  background: #fff;
  border: 1px solid #000;
  border-radius: 5rem;
}
@media screen and (max-width: 767px) {
  .p-reservation__link {
    max-width: 14.375rem;
    height: 2.5rem;
    font-size: 0.875rem;
  }
}
.p-reservation__link:hover {
  color: #fff;
  background: #000;
}

.p-contact {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding: 0rem 0.9375rem;
  }
}

.p-contact__titleBox {
  padding: 10rem 0rem 5rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-contact__titleBox {
    padding: 7.5rem 0.9375rem 3.75rem 0.9375rem;
  }
}

.p-contact__title {
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: center;
}
.p-contact__title span {
  display: inline-block;
  font-size: 1.75rem;
  margin-bottom: 1rem;
}

.p-contact__inner {
  width: 100%;
  background: #F0F0F0;
  padding: 3.75rem 0rem 5rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-contact__inner {
    padding: 3.75rem 0.9375rem;
  }
}

.p-contact__wrapper {
  width: 100%;
  max-width: 37.5rem;
  margin: 0 auto;
}

.p-contact__text {
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__text {
    font-size: 0.875rem;
  }
}

.p-contact__link {
  display: block;
  width: 100%;
  margin-top: 2.5rem;
}
.p-contact__link:hover {
  opacity: 0.7;
}
.p-contact__link img {
  width: 100%;
}

.p-contact-form {
  width: 100%;
  margin-top: 3.75rem;
}
.p-contact-form_mt0 {
  margin-top: 0rem;
}

.p-contact-form__inner {
  width: 100%;
}

.p-contact-form__box {
  position: relative;
  width: 100%;
}

.p-contact-form__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__name {
    font-size: 0.875rem;
  }
}
.p-contact-form__name_big {
  font-size: 1.25rem;
  margin-top: 0rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__name_big {
    font-size: 1rem;
  }
}

.p-contact-form__required {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  padding: 0.25rem 0.5rem 0.1875rem 0.5rem;
  background: #ABABAB;
}
@media screen and (max-width: 767px) {
  .p-contact-form__required {
    padding: 0.1875rem 0.375rem 0.125rem 0.375rem;
  }
}

.p-contact-form__input {
  position: relative;
  width: 100%;
}
.p-contact-form__input input {
  width: 100%;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0.9375rem 1.25rem;
  background: #fff;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__input input {
    font-size: 0.875rem;
    padding: 0.625rem 0.9375rem;
    margin-top: 0.625rem;
  }
}
.p-contact-form__input input::-webkit-input-placeholder {
  color: #ABABAB;
}
.p-contact-form__input input::-moz-placeholder {
  color: #ABABAB;
}
.p-contact-form__input input:-ms-input-placeholder {
  color: #ABABAB;
}
.p-contact-form__input input::-ms-input-placeholder {
  color: #ABABAB;
}
.p-contact-form__input input::placeholder {
  color: #ABABAB;
}

.p-contact-form__textarea {
  position: relative;
  width: 100%;
}
.p-contact-form__textarea textarea {
  width: 100%;
  height: 14.375rem;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0.9375rem 1.25rem;
  background: #fff;
  margin-top: 0.9375rem;
  resize: vertical;
}
@media screen and (max-width: 767px) {
  .p-contact-form__textarea textarea {
    height: 10rem;
    font-size: 0.875rem;
    padding: 0.625rem 0.9375rem;
    margin-top: 0.625rem;
  }
}
.p-contact-form__textarea textarea::-webkit-input-placeholder {
  color: #ABABAB;
}
.p-contact-form__textarea textarea::-moz-placeholder {
  color: #ABABAB;
}
.p-contact-form__textarea textarea:-ms-input-placeholder {
  color: #ABABAB;
}
.p-contact-form__textarea textarea::-ms-input-placeholder {
  color: #ABABAB;
}
.p-contact-form__textarea textarea::placeholder {
  color: #ABABAB;
}

.p-contact-form__select {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background: #fff;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__select {
    margin-top: 0.625rem;
  }
}
.p-contact-form__select::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 1.375rem;
  right: 1.25rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.625rem 0.5625rem 0 0.5625rem;
  border-color: rgba(0, 0, 0, 0.5019607843) transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  .p-contact-form__select::after {
    top: 1rem;
    right: 0.9375rem;
  }
}
.p-contact-form__select p {
  width: 100%;
}
.p-contact-form__select select {
  cursor: pointer;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0.9375rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__select select {
    font-size: 0.875rem;
    padding: 0.625rem 0.9375rem;
  }
}

.p-contact-form__radio {
  margin-top: 1.25rem;
}
.p-contact-form__radio .wpcf7-list-item {
  margin: 0;
}
.p-contact-form__radio label {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4375rem;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-contact-form__radio label {
    font-size: 0.875rem;
  }
}
.p-contact-form__radio label::before {
  content: "";
  position: relative;
  top: 0rem;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background: #ffffff;
  border: 1px solid #ABABAB;
  border-radius: 0.1875rem;
}
.p-contact-form__radio input {
  display: none;
}
.p-contact-form__radio input:checked ~ span::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0rem;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #000;
  background: #000;
  border-radius: 0.1875rem;
}
.p-contact-form__radio input:checked ~ span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.3125rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 0.625rem;
  height: 1rem;
  border: solid #fff;
  border-width: 0 0.25rem 0.25rem 0;
}

.p-contact-form__checkbox {
  margin-top: 1.25rem;
}
.p-contact-form__checkbox .wpcf7-list-item {
  margin: 0;
}
.p-contact-form__checkbox label {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4375rem;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-contact-form__checkbox label {
    font-size: 0.875rem;
  }
}
.p-contact-form__checkbox label::before {
  content: "";
  position: relative;
  top: 0rem;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background: #ffffff;
  border: 1px solid #ABABAB;
  border-radius: 0.1875rem;
}
.p-contact-form__checkbox input {
  display: none;
}
.p-contact-form__checkbox input:checked ~ span::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0rem;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #000;
  background: #000;
  border-radius: 0.1875rem;
}
.p-contact-form__checkbox input:checked ~ span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.3125rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 0.625rem;
  height: 1rem;
  border: solid #fff;
  border-width: 0 0.25rem 0.25rem 0;
}

.p-contact-form__checkbox02 {
  background: #fff;
  padding: 10rem 1.875rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__checkbox02 {
    padding: 6.25rem 1.25rem;
  }
}
.p-contact-form__checkbox02 .wpcf7-list-item {
  margin: 0;
}
.p-contact-form__checkbox02 label {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4375rem;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-contact-form__checkbox02 label {
    font-size: 0.875rem;
  }
}
.p-contact-form__checkbox02 label::before {
  content: "";
  position: relative;
  top: 0rem;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background: #ffffff;
  border: 1px solid #ABABAB;
  border-radius: 50%;
}
.p-contact-form__checkbox02 label::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 2.5rem;
  width: 13.75rem;
  height: 21.09375rem;
  background-image: url(../imgs/pc/catalog_img05.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__checkbox02 label::after {
    left: 1.25rem;
    width: 8.25rem;
    height: 12.65625rem;
  }
}
.p-contact-form__checkbox02 input {
  display: none;
}
.p-contact-form__checkbox02 input:checked ~ span::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -17.0625rem;
  width: 0.75rem;
  min-width: 0.75rem;
  height: 0.75rem;
  border: 1px solid #000;
  background: #000;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-contact-form__checkbox02 input:checked ~ span::before {
    left: -9.5625rem;
  }
}
.p-contact-form__checkbox02 .mwform-checkbox-field-text {
  position: relative;
  left: 15.625rem;
  width: 9.375rem;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-contact-form__checkbox02 .mwform-checkbox-field-text {
    font-size: 0.75rem;
    left: 8.125rem;
    width: 6.25rem;
  }
}

.p-contact-form__btnbox {
  margin-top: 3.125rem;
}

.p-contact-form__button_back {
  margin-bottom: 1.875rem;
}

.p-contact-form__button input {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 15rem;
  height: 3.125rem;
  margin: 0 auto;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  font-weight: 600;
  border-radius: 5rem;
  background: #57A65C;
  border: 1px solid #57A65C;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-contact-form__button input {
    height: 2.8125rem;
    font-size: 0.875rem;
  }
}
.p-contact-form__button input:hover {
  color: #57A65C;
  background: #fff;
}
.p-contact-form__button_black input {
  background: #57A65C;
  border: 1px solid #57A65C;
}
.p-contact-form__button_black input:hover {
  color: #57A65C;
}

.wpcf7-spinner {
  display: none;
}

.mw_wp_form_confirm p {
  width: 100%;
  font-size: 1rem;
  line-height: 1.5;
}
.mw_wp_form_confirm .p-contact-form__box {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5019607843);
}
.mw_wp_form_confirm .p-contact-form__input {
  margin-top: 0.9375rem;
}
.mw_wp_form_confirm .p-contact-form__select {
  background: rgba(255, 255, 255, 0);
  margin-top: 0.9375rem;
}
.mw_wp_form_confirm .p-contact-form__select::after {
  display: none;
}
.mw_wp_form_confirm .p-contact-form__checkbox02 {
  padding: 0 0 0.625rem 0;
  background: none;
}

.p-catalog {
  width: 100%;
}

.p-catalog__titleBox {
  padding: 10rem 0rem 5rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-catalog__titleBox {
    padding: 7.5rem 0.9375rem 3.75rem 0.9375rem;
  }
}

.p-catalog__inner {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-catalog__inner {
    padding: 0rem 0.9375rem;
  }
}

.p-catalog__band {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-catalog__band {
    font-size: 1rem;
  }
}

.p-catalog__wrapper {
  width: 100%;
  background: #E8E8E8;
  padding: 2.5rem 0rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-catalog__wrapper {
    padding: 1.875rem 1.25rem;
    border-radius: 0.3125rem;
  }
}
.p-catalog__wrapper:first-of-type {
  margin-top: 0rem;
}

.p-catalog__wrapper02 {
  width: 100%;
  background: #F0F0F0;
  padding: 2.5rem 0rem 5rem 0rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-catalog__wrapper02 {
    padding: 1.875rem 1.25rem;
    border-radius: 0.3125rem;
  }
}

.p-catalog-card {
  width: 100%;
  max-width: 37.5rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.9375rem;
}

.p-catalog-card__box {
  width: 100%;
}

.p-catalog-card__img {
  width: 100%;
}
.p-catalog-card__img img {
  border-radius: 0.625rem;
}

.p-catalog-card__text {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-catalog-card__text {
    font-size: 0.875rem;
  }
}

.p-catalog-item {
  width: 100%;
  max-width: 37.5rem;
  margin: 0 auto;
}

.p-catalog-item__text {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-catalog-item__text {
    font-size: 1rem;
  }
}

.p-catalog-item__img {
  width: 100%;
  margin-top: 1.25rem;
}
.p-catalog-item__img img {
  border-radius: 0.625rem;
}

.p-catalog-item__link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 15rem;
  height: 3.125rem;
  margin: 1.25rem auto 0 auto;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  font-weight: 600;
  border-radius: 5rem;
  background: #57A65C;
  border: 1px solid #57A65C;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-catalog-item__link {
    max-width: 13.125rem;
    height: 2.5rem;
    font-size: 0.875rem;
  }
}
.p-catalog-item__link:hover {
  color: #57A65C;
  background: #fff;
}

.p-catalog-contact {
  width: 100%;
  max-width: 37.5rem;
  margin: 0 auto;
}

.p-recruit {
  width: 100%;
}

.p-recruit__inner {
  width: 100%;
  max-width: 37.5rem;
  margin: 0 auto;
  padding: 7.5rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__inner {
    padding: 3.75rem 0.9375rem;
  }
}
.p-recruit__inner h2 {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__inner h2 {
    margin-bottom: 1.875rem;
    font-size: 1.125rem;
  }
}
.p-recruit__inner h3 {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__inner h3 {
    font-size: 1rem;
    margin-top: 1.875rem;
    margin-bottom: 0.9375rem;
  }
}
.p-recruit__inner h4 {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 400;
  margin-top: 1.875rem;
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__inner h4 {
    font-size: 1rem;
    margin-top: 1.25rem;
    margin-bottom: 0.625rem;
  }
}
.p-recruit__inner p {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__inner p {
    font-size: 0.875rem;
    margin-top: 0.9375rem;
  }
}
.p-recruit__inner ul {
  margin-top: 2.5rem;
  padding-left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__inner ul {
    padding-left: 1.125rem;
    font-size: 0.875rem;
  }
}
.p-recruit__inner li {
  font-size: 1rem;
  line-height: 1.5;
  list-style: disc;
}
@media screen and (max-width: 767px) {
  .p-recruit__inner li {
    font-size: 0.875rem;
  }
}
.p-recruit__inner .mt0 {
  margin-top: 0rem;
}

.p-recruit-entry {
  width: 100%;
  background: #F0F0F0;
}
@media screen and (max-width: 767px) {
  .p-recruit-entry {
    background: #fff;
    padding: 0rem 0.9375rem;
  }
}

.p-recruit-entry__inner {
  width: 100%;
  max-width: 37.5rem;
  margin: 0 auto;
  padding: 5rem 0rem 7.5rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-entry__inner {
    padding: 3.75rem 1.25rem;
    background: #F0F0F0;
  }
}

.p-concept {
  width: 100%;
}

.p-concept-item {
  width: 100%;
}

.p-concept-item__inner {
  width: 100%;
  padding: 5rem 0rem 3.75rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-concept-item__inner {
    padding: 3.75rem 0.9375rem 2.5rem 0.9375rem;
  }
}

.p-concept-item__title {
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-concept-item__title {
    font-size: 1rem;
  }
}

.p-concept-item__img {
  width: 100%;
  max-width: 22.5rem;
  margin: 0 auto;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-concept-item__img {
    max-width: 16.25rem;
    margin-top: 1.875rem;
  }
}

.p-concept-item__text {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-concept-item__text {
    font-size: 0.875rem;
    margin-top: 2.5rem;
  }
}

.p-concept-card {
  width: 100%;
  background: #8E8E8E;
}

.p-concept-card__inner {
  width: 100%;
  max-width: 37.5rem;
  margin: 0 auto;
  padding: 5rem 0rem 6.25rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-concept-card__inner {
    padding: 3.75rem 0.9375rem 5rem 0.9375rem;
  }
}

.p-concept-card__title {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-concept-card__title {
    font-size: 1rem;
  }
}

.p-concept-card__lists {
  margin-top: 1.25rem;
  padding-left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-concept-card__lists {
    padding-left: 1.125rem;
  }
}
.p-concept-card__lists li {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  list-style: disc;
}
@media screen and (max-width: 767px) {
  .p-concept-card__lists li {
    font-size: 0.875rem;
  }
}

.p-concept-card__text {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-concept-card__text {
    font-size: 0.875rem;
    margin-top: 1.875rem;
  }
}

.p-concept-faq {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1.875rem;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-concept-faq {
    margin-top: 2.5rem;
  }
}

.p-concept-faq__content {
  width: 100%;
  background: #B0B0B0;
}

.p-concept-ques {
  position: relative;
  width: 100%;
  padding: 1.5625rem 6.25rem 1.5625rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-concept-ques {
    padding: 1.25rem 4.375rem 1.25rem 1.25rem;
  }
}

.p-concept-ques__button {
  position: absolute;
  top: 50%;
  right: 1.875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3.125rem;
  height: 3.125rem;
  border: 2px solid #fff;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-concept-ques__button {
    right: 1.25rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}
.p-concept-ques__button::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.9375rem;
  height: 2px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-concept-ques__button::before {
    width: 0.625rem;
  }
}
.p-concept-ques__button::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2px;
  height: 0.9375rem;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-concept-ques__button::after {
    height: 0.625rem;
  }
}

.p-concept-ques.open .p-concept-ques__button::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.p-concept-ques__title {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-concept-ques__title {
    font-size: 1.125rem;
  }
}

.p-concept-ques__lists {
  padding-left: 1.25rem;
  margin-top: 0.625rem;
}
.p-concept-ques__lists li {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 100;
  list-style: disc;
}
@media screen and (max-width: 767px) {
  .p-concept-ques__lists li {
    font-size: 0.875rem;
  }
}

.p-concept-faq__box {
  display: none;
  background: #fff;
}

.p-concept-ans {
  padding: 0.625rem 2.5rem 2.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-concept-ans {
    padding: 0.625rem 1.25rem 1.875rem 1.25rem;
  }
}

.p-concept-ans__title {
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 100;
  margin-top: 1.875rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-concept-ans__title {
    font-size: 1rem;
    margin-top: 1.25rem;
    margin-bottom: 0.9375rem;
  }
}

.p-concept-ans__subTitle {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 100;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-concept-ans__subTitle {
    font-size: 0.875rem;
    margin-top: 0.9375rem;
  }
}

.p-concept-ans__text {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 100;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-concept-ans__text {
    font-size: 0.875rem;
  }
}

.p-concept-staff {
  width: 100%;
}

.p-concept-staff__inner {
  width: 100%;
  max-width: 37.5rem;
  margin: 0 auto;
  padding: 6.25rem 0rem 7.5rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-concept-staff__inner {
    padding: 3.75rem 0.9375rem 5rem 0.9375rem;
  }
}

.p-concept-staff__box {
  width: 100%;
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-concept-staff__box {
    max-width: 20rem;
    margin: 0 auto;
    margin-top: 3.75rem;
  }
}
.p-concept-staff__box:first-of-type {
  margin-top: 0rem;
}

.p-concept-staff__img {
  width: 100%;
  max-width: 30rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-concept-staff__img {
    max-width: 17.5rem;
  }
}

.p-concept-staff__title {
  font-size: 1.125rem;
  line-height: 1.5;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-concept-staff__title {
    font-size: 1rem;
    margin-top: 1.25rem;
  }
}

.p-concept-staff__text {
  font-size: 1.125rem;
  line-height: 1.5;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-concept-staff__text {
    font-size: 1rem;
  }
}

.p-concept-circle {
  position: relative;
  width: 31.875rem;
  height: 37.5rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-concept-circle {
    width: 100%;
    height: 23.75rem;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}

.p-concept-circle__box {
  position: absolute;
  top: 50%;
  left: calc(50% + 2.5rem);
  -webkit-transform: translate(-50%, -50%) rotate(20deg);
          transform: translate(-50%, -50%) rotate(20deg);
  width: 31.875rem;
  height: 31.875rem;
  margin: 0 auto;
}
.p-concept-circle__box .pozi01 {
  position: absolute;
  top: 0.9375rem;
  left: calc(50% - 0.3125rem);
  -webkit-transform: translateX(-50%) rotate(-20deg);
          transform: translateX(-50%) rotate(-20deg);
}
.p-concept-circle__box .pozi01 .p-concept-circle__text {
  position: relative;
  top: -0.9375rem;
  left: 1.875rem;
}
.p-concept-circle__box .pozi02 {
  position: absolute;
  bottom: 0.9375rem;
  left: 0;
}
.p-concept-circle__box .pozi02 .p-concept-circle__text {
  position: relative;
  top: 2.5rem;
  left: -1.875rem;
}
.p-concept-circle__box .pozi03 {
  position: absolute;
  bottom: 1.25rem;
  right: 0;
}
.p-concept-circle__box .pozi03 .p-concept-circle__text {
  position: relative;
  top: 0.9375rem;
  left: 1.875rem;
}

.p-concept-circle__group {
  position: relative;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 16.25rem;
  height: 16.25rem;
  border-radius: 50%;
}

.p-concept-circle__text {
  position: relative;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 500;
}

.p-concept-circle__logo {
  position: absolute;
  z-index: 2;
  top: calc(50% + 2.1875rem);
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-20deg);
          transform: translate(-50%, -50%) rotate(-20deg);
  width: 19.375rem;
  height: 19.375rem;
  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;
  background: rgba(176, 176, 176, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
.p-concept-circle__logo img {
  width: 100%;
  max-width: 12.5rem;
  margin: 0 auto;
}

.p-concept-circle__text {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.p-concept-circle__text.active {
  opacity: 1;
}

.p-concept-circle__group.active {
  opacity: 1;
}

.circle-svg {
  position: absolute;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg); /* 上から円を描くように */
}

circle {
  fill: none;
  stroke: rgba(255, 255, 255, 0.5);
  stroke-width: 1;
  stroke-dasharray: 785; /* 円の周囲長 */
  stroke-dashoffset: 785; /* 初期状態は円が描かれていない */
  -webkit-transition: stroke-dashoffset 1s ease;
  transition: stroke-dashoffset 1s ease;
}

.p-concept-circle__logo {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.p-concept-circle__logo.active {
  opacity: 1;
}

.p-concept-circle__group.active circle {
  stroke-dashoffset: 0; /* アクティブになったら円が描かれる */
}

.p-flow {
  width: 100%;
}

.p-flow__inner {
  width: 100%;
  max-width: 62.5rem;
  margin: 0 auto;
  padding: 3.75rem 0 5rem 0;
}
@media screen and (max-width: 767px) {
  .p-flow__inner {
    padding: 2.5rem 0.9375rem 3.75rem 0.9375rem;
  }
}

.p-flow__title {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  padding: 3.125rem 1.25rem;
  background: #F8F8F8;
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-flow__title {
    font-size: 1.25rem;
    padding: 1.875rem 0.625rem;
  }
}

.p-flow__box {
  padding: 2.5rem 0.625rem;
  border-bottom: 1px dotted #ccc;
}
@media screen and (max-width: 767px) {
  .p-flow__box {
    padding: 1.875rem 0rem;
  }
}

.p-flow__subTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5625rem;
  font-size: 1.625rem;
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-flow__subTitle {
    gap: 0.9375rem;
    font-size: 1.25rem;
  }
}
.p-flow__subTitle span {
  min-width: 3.125rem;
  width: 3.125rem;
  height: 3.125rem;
  color: #fff;
  font-size: 1.75rem;
  font-weight: 500;
  background: #58A65C;
  border-radius: 50%;
  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;
}
@media screen and (max-width: 767px) {
  .p-flow__subTitle span {
    min-width: 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.25rem;
  }
}

.p-flow__text {
  font-size: 1rem;
  line-height: 1.5;
  padding: 0 5rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-flow__text {
    font-size: 0.875rem;
    padding: 0rem;
    margin-top: 1.25rem;
  }
}
.p-flow__text a {
  display: inline-block;
  color: #D34B17;
  text-decoration: underline;
}
.p-flow__text a:hover {
  opacity: 0.7;
}

.p-company {
  width: 100%;
}

.p-company__inner {
  width: 100%;
  padding: 3.75rem 0 5rem 0;
}
@media screen and (max-width: 767px) {
  .p-company__inner {
    padding: 1.25rem 0 2.5rem 0;
  }
}

.p-company__title {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  padding: 3.125rem 1.25rem;
  background: #F8F8F8;
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-company__title {
    font-size: 1.25rem;
    padding: 1.875rem 0.625rem;
  }
}

.p-company__wrapper {
  width: 100%;
  max-width: 62.5rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3.75rem 0 5rem 0;
}
@media screen and (max-width: 767px) {
  .p-company__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.875rem;
    padding: 2.5rem 0.9375rem;
  }
}

.p-company__img {
  width: 100%;
  max-width: 25rem;
}
@media screen and (max-width: 767px) {
  .p-company__img {
    max-width: 100%;
  }
}
.p-company__img img {
  width: 100%;
}

.p-company__text {
  max-width: 35rem;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-company__text {
    max-width: 100%;
    font-size: 0.875rem;
  }
}

.p-company__column {
  width: 100%;
  max-width: 62.5rem;
  margin: 0 auto;
  padding: 3.75rem 0 5rem 0;
}
@media screen and (max-width: 767px) {
  .p-company__column {
    padding: 2.5rem 0.9375rem;
  }
}

.p-company__dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-company__dl dt {
  width: 18.75rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 1.875rem 1.25rem;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .p-company__dl dt {
    width: 100%;
    font-size: 1rem;
    padding: 1.25rem 0.9375rem 0 0.9375rem;
    border-bottom: none;
  }
}
.p-company__dl dd {
  width: 43.75rem;
  font-size: 1.125rem;
  line-height: 1.5;
  padding: 1.875rem 0;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .p-company__dl dd {
    width: 100%;
    font-size: 1rem;
    padding: 0.625rem 0.9375rem 1.25rem 0.9375rem;
  }
}

.p-company__map {
  margin-top: 3.125rem;
}
.p-company__map iframe {
  width: 100%;
  height: 31.25rem;
}
@media screen and (max-width: 767px) {
  .p-company__map iframe {
    height: 18.75rem;
  }
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}

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

.u-sp-flex {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}/*# sourceMappingURL=style.css.map */