@charset "UTF-8";
/*-----------------------
Breakpoints
-----------------------*/
/*-----------------------
Color
-----------------------*/
/*-----------------------
Font Family
-----------------------*/
/*-----------------------
Container
-----------------------*/
/*-----------------------
Media Query
-----------------------*/
/*-----------------------
Font Size
-----------------------*/
/*! 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;
}

/*-----------------------
Base
-----------------------*/
body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background: #fff;
}

img,
iframe {
  max-width: 100%;
}

.l-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  width: 100%;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  z-index: 3;
}
.l-header__top {
  height: 80px;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1200px) {
  .l-header__top {
    padding: 0 120px;
  }
}
.l-header__bottom {
  padding: 0 30px;
  height: 40px;
}
@media screen and (min-width: 768px) {
  .l-header__bottom {
    padding-top: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .l-header__bottom {
    padding-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .l-header__bottom {
    padding: 0 120px;
  }
}
.l-header.is-scroll {
  background: #000;
}

.l-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-main__content {
  position: relative;
  background: #fff;
}

.l-footer {
  padding: 40px 40px 2rem 40px;
  z-index: 2;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding: 2rem 0;
  }
}
.l-footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-container {
  width: 100%;
  max-width: calc(1000px + 1rem * 2);
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0 auto;
}
.l-container__top {
  width: 100%;
  padding: 0 2rem;
  max-width: calc(100% - 2rem);
  margin: 0 auto;
}
@media screen and (min-width: 576px) {
  .l-container__top {
    padding: 0 45px;
  }
}
@media screen and (min-width: 1200px) {
  .l-container__top {
    padding: 0 11.5%;
  }
}
.l-container__right {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-container__right {
    padding-left: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .l-container__right {
    padding-left: 11.5%;
  }
}
.l-container__left {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-container__left {
    padding-right: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .l-container__left {
    padding-right: 11.5%;
  }
}

.l-content {
  padding: 2rem 0;
}
@media screen and (min-width: 768px) {
  .l-content {
    padding: 4rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .l-content {
    padding: 100px 0;
  }
}
.l-content__business {
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .l-content__business {
    padding-bottom: 4rem;
  }
}

.c-button, .c-button__footer, .c-button__header, .c-button__primary {
  height: 30px;
  display: inline-block;
  padding: 3px 8px;
  background: #e84c36;
  border: 1px solid #e84c36;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.c-button:hover, .c-button__footer:hover, .c-button__header:hover, .c-button__primary:hover {
  background: #fff;
  color: #e84c36;
}
.c-button__primary {
  position: relative;
  width: 150px;
  font-weight: 700;
  font-size: 15px;
  font-size: 0.9375rem;
}
.c-button__primary:hover::before {
  background-image: url(../images/common/icon-arrow_g.svg);
  right: 10px;
}
.c-button__primary::before {
  content: "";
  height: 100%;
  width: 7px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 14px;
  background: url(../images/common/icon-arrow_w.svg) center center/contain no-repeat;
}
.c-button__primary.-lg {
  width: 200px;
}
.c-button__header {
  width: 195px;
  padding: 2px 8px;
  background: rgba(0, 0, 0, 0);
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
}
.c-button__header.-sp {
  width: 240px;
  height: 40px;
  padding: 6px 8px;
}
.c-button__header.-red {
  border-color: #e84c36 #fff #fff #e84c36;
}
.c-button__header.-green {
  border-color: #00bb69 #fff #fff #00bb69;
}
.c-button__header.-green:hover {
  color: #00bb69;
}
.c-button__footer {
  width: 175px;
  height: 25px;
  padding: 1px 4px;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}
.c-button__footer.-green {
  background: #00bb69;
  border: 1px solid #00bb69;
}
.c-button__footer.-green:hover {
  background: #fff;
  color: #00bb69;
}
.c-button__submit, .c-button__back, .c-button__gotoTop {
  width: 328px;
  height: 60px;
  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: #000;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
}
.c-button__submit:hover, .c-button__back:hover, .c-button__gotoTop:hover {
  background: #e84c36;
}
.c-button__gotoTop {
  color: #000;
  border: 1px solid #000;
  background: #fff;
}
.c-button__gotoTop:hover {
  border-color: #e84c36;
  color: #fff;
}
.c-button__back {
  width: 200px;
  color: #000;
  border: 1px solid #000;
  background: #fff;
}
.c-button__back:hover {
  border-color: #e84c36;
  color: #fff;
}

.c-drawer {
  position: fixed;
  display: inline-block;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background: #e84c36;
}
.c-drawer__line {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  width: 40px;
  height: 4px;
  border-radius: 999px;
  background-color: #fff;
  position: absolute;
  right: 19px;
}
.c-drawer__line.-line1 {
  top: 27px;
}
.c-drawer__line.-line2 {
  top: 39px;
}
.c-drawer__line.-line3 {
  top: 51px;
}

.is-drawerOpen .c-drawer__line.-line1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 39px;
}
.is-drawerOpen .c-drawer__line.-line2 {
  width: 0;
  right: 19px;
}
.is-drawerOpen .c-drawer__line.-line3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 39px;
}

.c-drawer__body {
  position: fixed;
  max-height: calc(100vh - 80px);
  overflow-y: auto;
  top: 75px;
  bottom: auto;
  width: 100%;
  right: -100%;
  background: #fff;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  z-index: 3;
}

.is-drawerOpen::before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.is-drawerOpen .c-drawer__body {
  right: 0;
}

.c-mask {
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: rgba(0, 0, 0, 0);
}
.c-mask__inner {
  position: relative;
}
.c-mask::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform ease 0.5s;
  transition: -webkit-transform ease 0.5s;
  transition: transform ease 0.5s;
  transition: transform ease 0.5s, -webkit-transform ease 0.5s;
  background: #000;
}
.c-mask:hover::before {
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.c-text__center {
  text-align: center;
}
.c-text__right {
  text-align: right;
}
.c-text__left {
  text-align: left;
}
.c-text__justify {
  text-align: justify;
}
.c-text__titleWrapper {
  display: inline-block;
}
.c-text__title, .p-business__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .c-text__title, .p-business__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 20px;
  }
}
.c-text__titleTop, .p-business__titleTop {
  display: inline-block;
  color: #000;
  font-weight: 500;
  font-size: 40px;
  font-size: 2.5rem;
}
@media screen and (min-width: 768px) {
  .c-text__titleTop, .p-business__titleTop {
    font-size: 48px;
    font-size: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-text__titleTop, .p-business__titleTop {
    font-size: 70px;
    font-size: 4.375rem;
  }
}
@media screen and (min-width: 1200px) {
  .c-text__titleTop, .p-business__titleTop {
    font-size: 80px;
    font-size: 5rem;
  }
}
@media screen and (min-width: 1920px) {
  .c-text__titleTop, .p-business__titleTop {
    font-size: 120px;
    font-size: 7.5rem;
  }
}
.c-text__titleTop.-white, .-white.p-business__titleTop {
  color: #fff;
}
.c-text__titleBottom, .p-business__titleBottom {
  display: inline-block;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .c-text__titleBottom, .p-business__titleBottom {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1920px) {
  .c-text__titleBottom, .p-business__titleBottom {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.c-text__titleBottom.-white, .-white.p-business__titleBottom {
  color: #fff;
}
.c-text__par {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.667;
}
@media screen and (min-width: 768px) {
  .c-text__par {
    font-weight: 700;
    line-height: 1.875;
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .c-split__wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.c-split__headline, .c-split__right, .c-split__left {
  padding: 50px 24px 40px 24px;
}
@media screen and (min-width: 768px) {
  .c-split__headline, .c-split__right, .c-split__left {
    width: 50%;
    padding: 50px 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-split__headline, .c-split__right, .c-split__left {
    padding: 50px 4vw;
  }
}
.c-split__headline.-black, .-black.c-split__right, .-black.c-split__left {
  background: #000;
}
@media screen and (min-width: 768px) {
  .c-split__left {
    left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .c-split__left {
    padding: 50px 112px 50px 11.5vw;
  }
}
@media screen and (min-width: 768px) {
  .c-split__right {
    right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .c-split__right {
    padding: 50px 11.5vw 50px 112px;
  }
}

.c-hero {
  position: relative;
}
.c-hero__image {
  height: 50vh;
}
@media screen and (min-width: 768px) {
  .c-hero__image {
    height: 400px;
  }
}
.c-hero__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .c-hero__image.-recruit {
    height: 500px;
  }
}
.c-hero__image.-env {
  height: 85vh;
}
@media screen and (min-width: 768px) {
  .c-hero__image.-env {
    height: 450px;
  }
}
@media screen and (min-width: 1024px) {
  .c-hero__image.-env {
    height: 400px;
  }
}
.c-hero__inner {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .c-hero__inner {
    top: 180px;
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and (min-width: 768px) {
  .c-hero__inner.-env {
    top: 140px;
  }
}
@media screen and (min-width: 768px) {
  .c-hero__inner.-business {
    top: 140px;
  }
}
.c-hero__titleWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-hero__title, .c-hero__subTitle {
  display: inline-block;
  font-weight: 500;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
}
.c-hero__title {
  color: #fff;
  font-size: 40px;
  font-size: 2.5rem;
}
@media screen and (min-width: 768px) {
  .c-hero__title {
    font-size: 60px;
    font-size: 3.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-hero__title {
    font-size: 80px;
    font-size: 5rem;
  }
}
.c-hero__subTitle {
  color: #00bb69;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .c-hero__subTitle {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.c-hero__envTitle {
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: inline-block;
  padding: 8px 1.2rem;
  background: #00bb69;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .c-hero__envTitle {
    line-height: 1.5;
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.c-hero__envTop {
  margin-top: 1rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .c-hero__envTop {
    line-height: 2;
  }
}

.c-list {
  padding: 1rem 0;
  border-bottom: 0.5px solid #000;
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .c-list {
    gap: 2rem;
    padding: 20px 0;
  }
}
.c-list__wrapper {
  border-top: 0.5px solid #000;
}
.c-list__term {
  font-weight: 500;
  line-height: 1.875;
}
.c-list__term.-green {
  color: #e84c36;
}
.c-list__desc {
  line-height: 1.875;
  font-weight: 500;
}

.c-pagination {
  padding: 2rem 0;
  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: 1rem;
}
@media screen and (min-width: 768px) {
  .c-pagination {
    padding: 4rem 0;
  }
}

.page-numbers {
  line-height: 1;
  font-weight: 500;
  color: #e84c36;
  font-size: 24px;
  font-size: 1.5rem;
}
.page-numbers.current {
  color: #000;
}

a.page-numbers:hover {
  opacity: 0.7;
}

.p-header__logo {
  width: 204px;
}
@media screen and (min-width: 1024px) {
  .p-header__logo {
    position: relative;
    top: 20px;
  }
}
.p-header__logoLink {
  display: inline-block;
}
.p-header__logoLink img {
  width: 100%;
  height: auto;
}
.p-header__logoLink:hover {
  opacity: 0.7;
}
.p-header__navItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.p-header__navItem {
  color: #fff;
}
.p-header__navLink:hover {
  text-decoration: underline;
}
.p-header__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.p-header__spItem:not(:first-child) {
  border-top: 1px solid #f2f2f2;
}
.p-header__spItemLink {
  display: block;
  padding: 25px;
  line-height: 1;
  font-weight: 500;
  font-size: 20px;
  font-size: 1.25rem;
}
.p-header__spButtons {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background: #000;
}

.p-footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-footer__wrapper {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-footer__wrapper {
    gap: 4rem;
  }
}
.p-footer__logoWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 1024px) {
  .p-footer__logoWrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-footer__logo {
  display: inline-block;
  width: 70%;
  max-width: 220px;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    width: 100%;
  }
}
.p-footer__logo:hover {
  opacity: 0.7;
}
.p-footer__logo img {
  width: 100%;
}
.p-footer__navItems {
  padding: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-footer__navItems {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-footer__navItems {
    gap: 2rem;
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  .p-footer__navItems {
    gap: 4rem;
  }
}
.p-footer__item.-bold .p-footer__itemLink {
  padding-bottom: 4px;
  font-weight: 700;
  color: #e84c36;
}
.p-footer__itemLink {
  display: inline-block;
  line-height: 1.7;
}
.p-footer__itemLink.-anchor {
  position: relative;
  margin-left: 0.8rem;
  line-height: 1.5;
  font-size: 12px;
  font-size: 0.75rem;
}
.p-footer__itemLink.-anchor::before {
  content: "・";
  position: absolute;
  left: -0.8rem;
  color: #00bb69;
}
.p-footer__itemLink:hover {
  text-decoration: underline;
}
.p-footer__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1024px) {
  .p-footer__buttons {
    gap: 10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.p-footer__buttonsInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1024px) {
  .p-footer__buttonsInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-footer__message {
  font-size: 10px;
  font-size: 0.625rem;
  white-space: nowrap;
}
.p-footer__copy {
  padding-top: 2rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-footer__copy {
    padding-top: 3rem;
  }
}

.p-mv {
  /*-----------------------
  youtube 関連
  -----------------------*/
}
.p-mv__image {
  position: relative;
  width: 100%;
  height: 100vh;
  background: #000;
}
.p-mv__inner {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  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;
  z-index: 1;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .p-mv__inner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding-left: 3vw;
  }
}
@media screen and (min-width: 1024px) {
  .p-mv__inner {
    padding-left: 6vw;
  }
}
@media screen and (min-width: 1200px) {
  .p-mv__inner {
    padding-left: 9vw;
  }
}
.p-mv__catch {
  color: #fff;
  font-weight: 500;
  font-family: "Sawarabi Mincho", serif;
  font-size: 36px;
  font-size: 2.25rem;
}
@media screen and (min-width: 576px) {
  .p-mv__catch {
    font-size: 44px;
    font-size: 2.75rem;
  }
}
@media screen and (min-width: 768px) {
  .p-mv__catch {
    font-size: 70px;
    font-size: 4.375rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-mv__catch {
    font-size: 80px;
    font-size: 5rem;
  }
}
.p-mv__catchSmall {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (min-width: 576px) {
  .p-mv__catchSmall {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 768px) {
  .p-mv__catchSmall {
    font-size: 54px;
    font-size: 3.375rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-mv__catchSmall {
    font-size: 64px;
    font-size: 4rem;
  }
}
.p-mv__catchGreen {
  color: #00bb69;
}
.p-mv #loading {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: 700;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
}
.p-mv__movieArea {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  opacity: 0;
}
.p-mv__movie {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 100%;
}
.p-mv__mask {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

/*-----------------------
JS制御関連
-----------------------*/
#loading.disappear {
  display: none;
}

.js-movie__area.appear,
.js-movie__inner.appear {
  -webkit-animation-name: PageAnimeAppear;
          animation-name: PageAnimeAppear;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-topNews {
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .p-topNews {
    padding: 4rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-topNews {
    padding: 110px 0 120px;
  }
}
.p-topNews__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-topNews__wrapper {
    gap: 2rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-topNews__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (min-width: 768px) {
  .p-topNews__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .p-topNews__button {
    margin-top: 1.4rem;
  }
}
.p-topNews__body {
  width: 100%;
}
.p-topNews__item:first-child .p-topNews__itemLink {
  border-top: 1px solid #000;
}
.p-topNews__itemLink {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  gap: 8px;
  min-height: 150px;
  border-bottom: 1px solid #000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  .p-topNews__itemLink {
    grid-template-columns: 130px 90px 1fr;
    gap: 20px;
    min-height: 100px;
    padding: 1rem 0 1rem 10px;
  }
}
@media screen and (min-width: 1024px) {
  .p-topNews__itemLink {
    grid-template-columns: 160px 90px 1fr;
  }
}
.p-topNews__itemLink:hover {
  color: #fff;
}
.p-topNews__itemLink:hover .p-topNews__category {
  border-color: #fff;
}
.p-topNews__category, .p-topNews__date, .p-topNews__title {
  display: inline-block;
}
.p-topNews__category {
  width: 100%;
  max-width: 130px;
  padding: 4px;
  border: 1px solid #000;
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-topNews__category {
    max-width: 160px;
  }
}
.p-topNews__date {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-topNews__date {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-topNews__title {
  position: relative;
  top: -2px;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-topNews__title {
    top: 0;
    padding-right: 1rem;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-topNews__title {
    padding-right: 11.5vw;
  }
}
.p-topNews__bg {
  height: 160px;
  margin-top: 30px;
  background: url(../images/top/bg-news.webp) center center/cover no-repeat;
}
@media screen and (min-width: 768px) {
  .p-topNews__bg {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-topNews__bg {
    margin-top: 110px;
  }
}
@media screen and (min-width: 1200px) {
  .p-topNews__bg {
    height: 220px;
  }
}

.p-topBusiness__headline {
  display: inline-block;
  opacity: 0;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
.p-topBusiness__content {
  margin-top: 50px;
  padding: 1rem 0;
  text-align: justify;
}
.p-topBusiness__items {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-topBusiness__items {
    width: 50%;
    margin-left: auto;
  }
}
.p-topBusiness__item {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.p-topBusiness__item.-active {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.p-topBusiness__itemLink {
  display: block;
  position: relative;
  overflow: hidden;
  aspect-ratio: 79/24;
}
.p-topBusiness__readmore {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: url(../images/top/icon-readmore.svg) left center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .p-topBusiness__readmore {
    display: block;
  }
}
.p-topBusiness__item:nth-of-type(2n) .p-topBusiness__readmore {
  background-image: url(../images/top/icon-readmore_g.svg);
}
.p-topBusiness__itemImage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.p-topBusiness__itemImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-topBusiness__itemText {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
  font-weight: 700;
  color: #fff;
  font-family: "Sawarabi Mincho", serif;
  z-index: 1;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-topBusiness__itemText {
    padding-left: 50px;
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.p-topBusiness__spContent {
  padding: 30px 20px;
  text-align: justify;
  background: #000;
  color: #fff;
}

.p-topCompany {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-topCompany {
    margin-top: 120px;
  }
}
@media screen and (min-width: 1024px) {
  .p-topCompany {
    margin-top: 200px;
  }
}
.p-topCompany__headline {
  display: inline-block;
}
.p-topCompany__image {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: ease-in-out 1s;
  transition: ease-in-out 1s;
}
.p-topCompany__image img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-topCompany__image {
    width: 50%;
    margin-right: auto;
  }
}
.p-topCompany__body {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: ease-in-out 1s;
  transition: ease-in-out 1s;
}
.p-topCompany__content {
  margin-top: 20px;
  text-align: justify;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .p-topCompany__content {
    padding: 1rem 0;
    margin-top: 50px;
  }
}
.p-topCompany__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.p-column {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-column {
    margin-top: 6rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-column {
    margin-top: 150px;
  }
}
.p-column__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  opacity: 0;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
@media screen and (min-width: 768px) {
  .p-column__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 1200px) {
  .p-column__items {
    gap: 50px;
  }
}
.p-column__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-column__link {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-column__link:hover {
  opacity: 0.7;
}
.p-column__image img {
  width: 100%;
}
.p-column__titleEn {
  margin-top: 8px;
  font-weight: 500;
  line-height: 1;
  font-size: 20px;
  font-size: 1.25rem;
}
.p-column__titleEn::after {
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  background: url(../images/common/icon-arrow_g.svg) right center/contain no-repeat;
}
.p-column__titleJp {
  padding-top: 2px;
  font-weight: 500;
  line-height: 1.5;
}

.p-cta {
  position: relative;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-cta {
    margin-top: 120px;
  }
}
@media screen and (min-width: 1024px) {
  .p-cta {
    margin-top: 200px;
  }
}
.p-cta__back {
  aspect-ratio: 245/163;
}
@media screen and (min-width: 768px) {
  .p-cta__back {
    aspect-ratio: 16/5;
  }
}
.p-cta__back img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-cta__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  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;
}
.p-cta__title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-cta__title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-cta__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-cta__button {
    margin-top: 45px;
  }
}

.p-contact__term {
  font-weight: 500;
  font-size: 20px;
  font-size: 1.25rem;
}
.p-contact__term.-require::after {
  content: "【必須】";
  color: #c1272d;
  margin-left: -4px;
}
.p-contact__desc {
  font-size: 16px;
  font-size: 1rem;
}
.p-contact__row {
  padding: 1rem 0;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 8px;
  border-bottom: 0.5px solid #ccc;
}
.p-contact__row:first-child {
  border-top: 0.5px solid #ccc;
}
@media screen and (min-width: 768px) {
  .p-contact__row {
    grid-template-columns: 240px 1fr;
    gap: 2rem;
  }
}
.p-contact input[type=text],
.p-contact input[type=email],
.p-contact input[type=tel],
.p-contact textarea {
  width: 100%;
  padding: 8px 1rem;
  background: #f2f2f2;
  border: 0.5px solid #ccc;
}
.p-contact input::-webkit-input-placeholder, .p-contact textarea::-webkit-input-placeholder {
  color: #ccc;
}
.p-contact input::-moz-placeholder, .p-contact textarea::-moz-placeholder {
  color: #ccc;
}
.p-contact input:-ms-input-placeholder, .p-contact textarea:-ms-input-placeholder {
  color: #ccc;
}
.p-contact input::-ms-input-placeholder, .p-contact textarea::-ms-input-placeholder {
  color: #ccc;
}
.p-contact input::placeholder,
.p-contact textarea::placeholder {
  color: #ccc;
}
.p-contact__bottom {
  padding: 2rem 0;
}
@media screen and (min-width: 768px) {
  .p-contact__bottom {
    padding: 3rem 0 2rem;
  }
}
.p-contact__check {
  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;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-contact__check {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-contact__check {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-contact__button {
  padding-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-contact__thanksButtons {
  padding-top: 2rem;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.p-contact__content {
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-contact__content {
    padding-bottom: 4rem;
  }
}
.p-contact__thanksMsg {
  padding-bottom: 1rem;
  text-align: center;
  color: #e84c36;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-contact__thanksMsg {
    padding-bottom: 2rem;
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.p-contact.-contact-thanks {
  text-align: center;
}
.p-contact.-contact-confirm .c-button__submit, .p-contact.-contact-confirm .c-button__gotoTop, .p-contact.-contact-confirm .c-button__back {
  width: 200px;
}
.p-contact.-contact-confirm .p-contact__button {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-contact.-contact-confirm .p-contact__button {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-contact.-contact-confirm .p-contact__check {
  display: none;
}
.p-contact__link {
  color: #00bb69;
}
@media (hover: hover) {
  .p-contact__link:hover {
    opacity: 0.7;
  }
}

.p-policy__lead {
  font-weight: 500;
  line-height: 2.2;
  font-size: 16px;
  font-size: 1rem;
}
.p-policy__section {
  padding: 2rem 0;
}
@media screen and (min-width: 768px) {
  .p-policy__section {
    padding: 3rem 0;
  }
}
.p-policy__important {
  margin-top: 1rem;
  font-weight: 700;
  line-height: 2;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-policy__important {
    margin-top: 1.8rem;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-policy__obj {
  margin-top: 2rem;
  border-top: 0.5px solid #000;
}
@media screen and (min-width: 768px) {
  .p-policy__obj {
    margin-top: 3rem;
  }
}
.p-policy__objList {
  padding: 1rem 0;
  display: grid;
  grid-template-columns: 82px 1fr;
  border-bottom: 0.5px solid #000;
}
.p-policy__objNumber {
  font-weight: 700;
  color: #e84c36;
  font-size: 20px;
  font-size: 1.25rem;
  grid-row: 1/3;
}
.p-policy__objTerm {
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
}
.p-policy__objDesc {
  margin-top: 8px;
  line-height: 1.875;
}
.p-policy__objDate {
  margin-top: 1rem;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .p-policy__objDate {
    margin-top: 2rem;
    margin-top: 3rem;
  }
}
.p-policy__company {
  margin-top: 1rem;
}
.p-policy__web {
  margin-top: 2rem;
  border-top: 0.5px solid #000;
}
@media screen and (min-width: 768px) {
  .p-policy__web {
    margin-top: 3rem;
  }
}
.p-policy__webList {
  padding: 1rem 0;
  border-bottom: 0.5px solid #000;
}
.p-policy__webTerm {
  font-weight: 700;
  color: #e84c36;
  font-size: 20px;
  font-size: 1.25rem;
}
.p-policy__webDesc {
  margin-top: 8px;
  line-height: 1.875;
  font-size: 16px;
  font-size: 1rem;
}

.p-company {
  /*-----------------------
  社長挨拶　greeting
  -----------------------*/
  /*-----------------------
  会社概要　info
  -----------------------*/
  /*-----------------------
  沿革　enkaku
  -----------------------*/
  /*-----------------------
  取得許可登録　certification
  -----------------------*/
  /*-----------------------
  アクセスマップ
  -----------------------*/
  /*-----------------------
  汎用リストスタイル
  -----------------------*/
}
.p-company__greetingImage {
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-company__greetingImage {
    max-width: 100%;
    margin: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: calc(50% - 11.5vw);
    position: absolute;
    top: 40px;
    left: 11.5vw;
    aspect-ratio: 4/5;
  }
}
@media screen and (min-width: 1440px) {
  .p-company__greetingImage {
    max-height: 886px;
  }
}
.p-company__greetingImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-company__greetingMessage {
  padding: 1rem;
  background: #000;
  padding: 2rem 1rem;
}
@media screen and (min-width: 768px) {
  .p-company__greetingMessage {
    padding: 3rem 1rem 0;
  }
}
.p-company__greetingPar {
  position: relative;
  margin-top: 1rem;
  line-height: 2;
  color: #fff;
  font-weight: 500;
  text-align: justify;
  width: 100%;
  max-width: calc(1000px + 2rem);
  padding: 1rem 0;
  margin-right: auto;
  margin-left: auto;
}
.p-company__greetingPar.-right {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .p-company__greetingPar {
    padding: 1rem;
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-company__greetingPar {
    padding: 1rem 1rem 4rem;
    margin-top: 3rem;
    line-height: 2.5;
  }
}
@media screen and (min-width: 1440px) {
  .p-company__greetingPar {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-company__greetingPar span {
  display: block;
  font-weight: 700;
  color: #00bb69;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 1440px) {
  .p-company__greetingPar span {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.p-company__info {
  margin-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-company__info {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-company__info {
    margin-top: 60px;
  }
}
.p-company__infoList {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-company__infoList {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-company__infoList {
    margin-top: 50px;
  }
}
.p-company__infoTerm {
  color: #000;
  font-weight: 500;
  line-height: 1.875;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
.p-company__infoDesc {
  font-weight: 500;
  line-height: 1.875;
}
.p-company__enkaku {
  margin-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-company__enkaku {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-company__enkaku {
    margin-top: 120px;
  }
}
.p-company__enkakuList {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-company__enkakuList {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-company__enkakuList {
    margin-top: 50px;
  }
}
.p-company__enkakuTerm {
  font-weight: 500;
  line-height: 1.875;
}
.p-company__enkakuDesc {
  font-weight: 500;
  line-height: 1.875;
}
.p-company__certification {
  margin-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-company__certification {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-company__certification {
    margin-top: 120px;
  }
}
.p-company__certificationList, .p-company__certificationList2 {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-company__certificationList, .p-company__certificationList2 {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-company__certificationList, .p-company__certificationList2 {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .p-company__certificationList2 {
    margin-top: 80px;
  }
}
.p-company__certificationTerm {
  color: #000;
  font-weight: 500;
  line-height: 1.875;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-company__certificationTerm.-color {
  color: #e84c36;
}
.p-company__certificationTermTitle {
  color: #e84c36;
}
.p-company__certificationDesc {
  font-weight: 500;
  line-height: 1.875;
}
.p-company__certificationLink {
  -ms-flex-item-align: end;
      align-self: flex-end;
  position: relative;
  display: inline-block;
  margin-right: 1rem;
  color: #666;
}
.p-company__certificationLink::after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 10px;
  right: -1rem;
  left: 0;
  height: 40%;
  background: url(../images/common/icon-arrow.svg) right center/contain no-repeat;
}
.p-company__certificationImage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  height: 80px;
}
@media screen and (min-width: 768px) {
  .p-company__certificationImage {
    height: 120px;
  }
}
.p-company__certificationImage img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-company__access {
  margin-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-company__access {
    margin-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-company__access {
    margin-top: 120px;
    padding-bottom: 6rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-company__access {
    padding-bottom: 110px;
  }
}
.p-company__accessWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-company__accessWrapper {
    gap: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-company__accessArea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-company__accessAddress {
  margin-top: 8px;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-company__accessAddress {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-company__accessMap {
  margin-top: 8px;
  width: 100%;
  aspect-ratio: 6/5;
}
.p-company__accessMap iframe {
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.p-company__accessTitle {
  padding-top: 1rem;
  font-weight: 500;
  color: #e84c36;
  font-size: 20px;
  font-size: 1.25rem;
}
.p-company__accessLink {
  text-decoration: underline;
}
.p-company__accessLink:hover {
  opacity: 0.7;
}
.p-company__list {
  border-top: 0.5px solid #000;
}
.p-company__row {
  padding: 1rem 0;
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 1rem;
  border-bottom: 0.5px solid #000;
}
@media screen and (min-width: 768px) {
  .p-company__row {
    padding: 20px 0;
    gap: 2rem;
  }
}
.p-company__row2 {
  padding: 1rem 0;
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 1rem;
  border-bottom: 0.5px solid #000;
}
@media screen and (min-width: 768px) {
  .p-company__row2 {
    padding: 20px;
    grid-template-columns: 320px 1fr;
    gap: 5rem;
  }
}
.p-company__row3 {
  padding: 1rem 0;
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 1rem;
  border-bottom: 0.5px solid #000;
}
@media screen and (min-width: 768px) {
  .p-company__row3 {
    padding: 20px;
    grid-template-columns: 230px 1fr;
    gap: 5rem;
  }
}
.p-company__row3:first-child {
  background: #ccc;
}
.p-company__row3:first-child dt {
  color: #000;
  padding-left: 1rem;
}

.p-environmental__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-environmental__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-environmental__wrapper {
    gap: 3rem;
  }
}
.p-environmental__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
.p-environmental__titleTop {
  display: block;
  font-weight: 500;
  line-height: 1.2;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .p-environmental__titleTop {
    font-size: 44px;
    font-size: 2.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-environmental__titleTop {
    font-size: 60px;
    font-size: 3.75rem;
  }
}
.p-environmental__titleBottom {
  width: 150px;
  height: 30px;
  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;
  font-weight: 700;
  color: #fff;
  background: #00bb69;
  font-size: 15px;
  font-size: 0.9375rem;
}
.p-environmental__text {
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-environmental__text {
    line-height: 2.5;
  }
}
.p-environmental__images {
  padding: 0 1rem;
  margin: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-environmental__images {
    margin: 4rem 0 3rem;
    padding: 0 20px;
    gap: 30px;
  }
}
.p-environmental__images img {
  width: 100%;
}
.p-environmental__bottom {
  margin-top: 3rem;
  font-weight: 500;
  text-align: right;
}

  /*-----------------------
  富井追加 /環境方針/240613
  -----------------------*/
.p-environmental__philosophy .title{
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	font-weight: bold;
}
.p-environmental__philosophy .text{
	font-size: 1.1rem;
	line-height: 1.8;
	padding-bottom: 3em;
	border-bottom: 1px solid #c8c8c8;
}


.p-environmental__policywrap{
	display: flex;
}
.p-environmental__policywrap .number{
	width: 10%;
	font-size: 3rem;
	letter-spacing: 0.1em;
	font-weight: bold;
	color: #39bb69;
	line-height: 1;
}
.p-environmental__policywrap .politext{
	width: 90%;
	font-size: 1.1rem;
	line-height: 1.8;
}
@media screen and (max-width: 768px) {
	.p-environmental__policywrap .number{
	width: 20%;
}
.p-environmental__policywrap .politext{
	width: 80%;
}
}


.p-recruit {
  /*-----------------------
  仕事内容　works
  -----------------------*/
  /*-----------------------
  先輩たちの声　voice
  -----------------------*/
  /*-----------------------
  本社ドライバー募集　driver
  -----------------------*/
  /*-----------------------
  おすすめ
  -----------------------*/
  /*-----------------------
  求人のポイント／応募方法
  -----------------------*/
  /*-----------------------
  応募フォーム
  -----------------------*/
  /*-----------------------
  エディタースタイル
  -----------------------*/
}
.p-recruit__works {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-recruit__works {
    top: -100px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-recruit__worksBody {
  background: #000;
  padding: 5rem 1rem 1rem 1rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__worksBody {
    width: 54.6875vw;
    padding: 6rem 5rem 40px 7vw;
    margin-right: -60px;
  }
}
@media screen and (min-width: 1024px) {
  .p-recruit__worksBody {
    padding: 6rem 8vw 40px 11vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-recruit__worksBody {
    padding: 6rem 8vw 4rem 13vw;
  }
}
@media screen and (min-width: 1920px) {
  .p-recruit__worksBody {
    padding: 6rem 9vw 6rem 14vw;
  }
}
.p-recruit__worksPra {
  margin-top: 2rem;
  line-height: 1.875;
  color: #fff;
  font-weight: 500;
}
@media screen and (min-width: 1440px) {
  .p-recruit__worksPra {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1920px) {
  .p-recruit__worksPra {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-recruit__worksPra span {
  display: block;
  font-weight: 700;
  font-size: 21px;
  font-size: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__worksImage {
    width: 50%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-height: 80%;
    padding-top: 100px;
    padding-right: 7vw;
  }
}
@media screen and (min-width: 1024px) {
  .p-recruit__worksImage {
    padding-right: 11.5vw;
  }
}
.p-recruit__worksImage img {
  width: 100%;
  max-height: 80%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-recruit__voice {
  overflow: hidden;
}
.p-recruit__voiceWrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-recruit__voiceWrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-recruit__voiceWrapper {
    gap: 50px;
  }
}
.p-recruit__voiceBody {
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__voiceBody {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    max-width: 450px;
  }
}
.p-recruit__voiceText {
  padding-top: 8px;
  line-height: 1.875;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 576px) {
  .p-recruit__voiceText {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-recruit__voiceImage {
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__voiceImage {
    width: 50vw;
    padding: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    max-height: 640px;
  }
}
.p-recruit__voiceImage img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-recruit__driver {
  margin-top: 1rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-recruit__driver {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-recruit__driver {
    margin-top: 100px;
  }
}
.p-recruit__driverWrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-recruit__driverWrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-recruit__driverWrapper {
    gap: 50px;
  }
}
.p-recruit__driverBody {
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__driverBody {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0;
    max-width: 450px;
  }
}
.p-recruit__driverTitle {
  padding: 8px 0;
  font-weight: 700;
  border-bottom: 0.5px solid #000;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 576px) {
  .p-recruit__driverTitle {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .p-recruit__driverTitle {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.p-recruit__driverText {
  line-height: 1.875;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 576px) {
  .p-recruit__driverText {
    padding-top: 8px;
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-recruit__driverImage {
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__driverImage {
    width: 50vw;
    padding: 0;
    max-height: 500px;
  }
}
.p-recruit__driverImage img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-recruit__suggest {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__suggest {
    margin-top: 40px;
  }
}
.p-recruit__suggestList {
  border-top: 0.5px solid #000;
}
.p-recruit__suggestItem {
  padding: 1rem 0;
  border-bottom: 0.5px solid #000;
}
@media screen and (min-width: 768px) {
  .p-recruit__suggestItem {
    padding: 20px 0;
  }
}
.p-recruit__suggestTerm {
  line-height: 1.875;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
}
.p-recruit__suggestTerm::before {
  content: "■";
  color: #e84c36;
}
.p-recruit__suggestDesc {
  line-height: 1.875;
  font-weight: 500;
}
.p-recruit__point {
  padding-bottom: 2rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__point {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-recruit__point {
    padding-bottom: 100px;
    margin-top: 80px;
  }
}
.p-recruit__pointTitle {
  line-height: 1.667;
  font-weight: 700;
  color: #e84c36;
  font-size: 24px;
  font-size: 1.5rem;
}
.p-recruit__pointLead {
  padding-bottom: 1.2rem;
  margin-top: 8px;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
}
.p-recruit__pointBottom {
  margin-top: 2rem;
}
.p-recruit__pointList {
  margin-top: 1rem;
}
.p-recruit__pointTerm {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
}
.p-recruit__pointTerm::before {
  content: "■";
  color: #e84c36;
}
.p-recruit__pointDesc {
  line-height: 1.875;
  font-weight: 500;
}
.p-recruit__apply {
  padding: 2rem 0;
  max-width: 800px;
  margin: 0 auto;
}
.p-recruit__entry {
  margin-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__entry {
    padding-bottom: 4rem;
  }
}
.p-recruit__entryForm {
  padding: 2rem 0;
}
@media screen and (min-width: 768px) {
  .p-recruit__entryForm {
    padding: 3rem 0;
  }
}
.p-recruit__content p {
  margin-top: 1rem;
  line-height: 1.875;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 576px) {
  .p-recruit__content p {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-recruit__content h3 {
  margin-top: 2rem;
  padding: 8px 0;
  font-weight: 700;
  border-bottom: 0.5px solid #000;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 576px) {
  .p-recruit__content h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .p-recruit__content h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.p-recruit__content.-black p {
  color: #fff;
}
@media screen and (min-width: 1440px) {
  .p-recruit__content.-black p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1920px) {
  .p-recruit__content.-black p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-recruit__content.-black h3 {
  padding: 0;
  color: #fff;
  border-bottom: none;
  font-size: 21px;
  font-size: 1.3125rem;
}

.p-news__items {
  border-top: 0.5px solid #000;
}
.p-news__link {
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.p-news__link:hover {
  color: #fff;
}
.p-news__link:hover .p-news__category {
  border-color: #fff;
}
.p-news__article {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  min-height: 100px;
  padding: 1rem 10px;
  border-bottom: 0.5px solid #000;
}
@media screen and (min-width: 768px) {
  .p-news__article {
    grid-template-columns: 160px 90px 1fr;
    gap: 20px;
  }
}
.p-news__category, .p-news__date, .p-news__title {
  display: inline-block;
}
.p-news__category {
  width: 100%;
  max-width: 160px;
  padding: 4px 8px;
  text-align: center;
  border: 0.5px solid #000;
  font-size: 15px;
  font-size: 0.9375rem;
}
.p-news__date {
  font-size: 18px;
  font-size: 1.125rem;
}
.p-news__title {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
}

.p-single p,
.p-single a,
.p-single li,
.p-single table,
.p-single blockquote,
.p-single address {
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-single p,
  .p-single a,
  .p-single li,
  .p-single table,
  .p-single blockquote,
  .p-single address {
    line-height: 2.5;
  }
}
.p-single p,
.p-single a {
  font-weight: 500;
}
.p-single a {
  text-decoration: underline;
  color: #00f;
}
.p-single p:not(:first-of-type) {
  margin-top: 1rem;
}
.p-single h2,
.p-single h3 {
  font-weight: 700;
}
.p-single h2 {
  margin: 1rem 0;
  font-size: 1.25rem;
}
.p-single h3 {
  margin: 1rem 0;
}
.p-single img,
.p-single video,
.p-single iframe {
  margin-top: 1rem;
}
.p-single ul,
.p-single ol {
  margin-top: 1rem;
  list-style-position: inside;
  font-weight: 500;
}
.p-single ul ul,
.p-single ul ol,
.p-single ol ul,
.p-single ol ol {
  margin-left: 1rem;
}
.p-single ul {
  list-style-type: disc;
}
.p-single ol {
  list-style-type: decimal;
}
.p-single table {
  margin-top: 1rem;
}
.p-single th {
  background: #f2f2f2;
  text-align: center;
}
.p-single blockquote {
  margin-top: 1rem;
  background: #f2f2f2;
  color: #666;
  padding: 1rem;
  font-style: italic;
}
.p-single blockquote cite {
  margin-top: 1rem;
  display: block;
  text-align: right;
}

.p-article {
  padding-bottom: 120px;
}
.p-article__title {
  position: relative;
  padding: 6px 10px;
  font-weight: 700;
  line-height: 1.333;
  background: url(../images/common/icon-triangle.svg) left bottom/auto 42px no-repeat;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-article__title {
    background-size: auto 50px;
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 1920px) {
  .p-article__title {
    background-size: auto 64px;
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.p-article__title.-white {
  color: #fff;
  background-image: url(../images/common/icon-triangle_g.svg);
}
.p-article__top {
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.p-article__category {
  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: 160px;
  height: 30px;
  border: 0.5px solid #000;
  font-size: 15px;
  font-size: 0.9375rem;
}
.p-article__date {
  font-size: 18px;
  font-size: 1.125rem;
}
.p-article__detailTitle {
  padding: 1rem 10px;
  font-weight: 500;
  font-size: 24px;
  font-size: 1.5rem;
}
.p-article__content {
  padding: 30px 10px;
  border-color: #000;
  border-width: 0.5px 0 0.5px;
}
.p-article__buttonWrapper {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-article__buttonWrapper {
    margin-top: 50px;
  }
}
.p-article__button {
  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: 200px;
  height: 40px;
  border: 1px solid #e84c36;
  color: #e84c36;
}
.p-article__button:hover {
  opacity: 0.7;
}

.p-csr {
  /*-----------------------------
  パソコン解体ワークショップ　workshop
  -----------------------------*/
  /*-----------------------
  SDGs
  -----------------------*/
  /*-----------------------
  障害者雇用
  -----------------------*/
}
.p-csr__wrapper {
  position: relative;
}
.p-csr__workshop {
  padding-top: 4rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #000;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-csr__workshop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 80px 0;
  }
}
.p-csr__workshopImage {
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .p-csr__workshopImage {
    padding: 0;
    width: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.p-csr__workshopImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-csr__workshopMessage {
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .p-csr__workshopMessage {
    padding: 0 50px;
  }
}
@media screen and (min-width: 1024px) {
  .p-csr__workshopMessage {
    padding-right: 11.5vw;
  }
}
.p-csr__workshopPar {
  position: relative;
  margin-top: 1rem;
  line-height: 2;
  color: #fff;
  font-weight: 500;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .p-csr__workshopPar {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-csr__workshopPar {
    margin-top: 3rem;
    line-height: 2.5;
  }
}
@media screen and (min-width: 1440px) {
  .p-csr__workshopPar {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-csr__sdgs {
  margin-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-csr__sdgs {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-csr__sdgs {
    margin-top: 60px;
  }
}
.p-csr__sdgsContent {
  margin-top: 1rem;
  line-height: 2;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-csr__sdgsContent {
    margin-top: 2rem;
    line-height: 2.5;
  }
}
.p-csr__sdgsMark {
  margin-top: 1rem;
}
.p-csr__sdgsMark img {
  width: 100%;
}
.p-csr__handicapped {
  margin-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-csr__handicapped {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-csr__handicapped {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .p-csr__handicapped {
    margin-top: 120px;
  }
}
.p-csr__handicappedWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-csr__handicappedWrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2rem;
  }
}
.p-csr__handicappedContent {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1rem 1rem 0;
}
@media screen and (min-width: 768px) {
  .p-csr__handicappedContent {
    padding: 0;
  }
}
.p-csr__handicappedPra {
  margin-top: 1rem;
  line-height: 2;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 576px) {
  .p-csr__handicappedPra {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .p-csr__handicappedPra {
    margin-top: 2rem;
    line-height: 2.5;
  }
}
.p-csr__handicappedImage {
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .p-csr__handicappedImage {
    padding: 0;
    width: 50vw;
    max-height: 640px;
  }
}
.p-csr__handicappedImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-business {
  /*-----------------------
  共通スタイル
  -----------------------*/
  /*-----------------------
  再資源化事業 recycling
  -----------------------*/
  /*-----------------------
  機密情報漏洩防止事業 security
  -----------------------*/
  /*-----------------------
  アンカーリンク
  -----------------------*/
}
.p-business__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-business__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media screen and (min-width: 768px) {
  .p-business__image {
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    width: 50vw;
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-business__image.-right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    right: 0;
    left: auto;
  }
}
.p-business__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-business__headline {
  padding: 1rem;
  background: #000;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-business__headline {
    width: 50vw;
    padding: 4vw 11.5vw 4vw 4vw;
    margin-left: auto;
  }
}
@media screen and (min-width: 1200px) {
  .p-business__headline {
    padding: 6vw 11.5vw 6vw 6vw;
  }
}
@media screen and (min-width: 768px) {
  .p-business__headline.-right {
    padding-left: 11.5vw;
    padding-right: 4vw;
    margin-left: 0;
    margin-right: auto;
  }
}
@media screen and (min-width: 1200px) {
  .p-business__headline.-right {
    padding-right: 6vw;
  }
}
@media screen and (min-width: 768px) {
  .p-business__title {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-business__titleTop {
  color: #fff;
  line-height: 1.2;
}
.p-business__titleBottom {
  line-height: 1.5;
  color: #00bb69;
}
.p-business__subTitle {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-business__subTitle {
    margin-top: 2rem;
  }
}
.p-business__content {
  margin-top: 1rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-business__content {
    margin-top: 2rem;
    line-height: 2.5;
  }
}
.p-business__body {
  padding: 2rem 0;
}
@media screen and (min-width: 768px) {
  .p-business__body {
    padding: 4rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-business__body {
    padding: 100px 0;
  }
}
.p-business__bodyTitle {
  color: #e84c36;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-business__bodyTitle {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.p-business__bodyContent {
  line-height: 1.875;
  font-weight: 500;
}
.p-business__term {
  font-weight: 700;
  color: #e84c36;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-business__term {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.p-business__items {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-business__items {
    margin-top: 3rem;
    gap: 3rem;
  }
}
.p-business__desc {
  padding: 1rem 0;
  margin-top: 1rem;
  border-color: #000;
  border-width: 1px 0;
  font-weight: 500;
  line-height: 1.875;
  font-size: 14px;
  font-size: 0.875rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .p-business__desc {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .p-business__desc {
    grid-template-columns: 1fr 4fr;
  }
}
.p-business__recyclingContent {
  margin-top: 1rem;
  line-height: 2;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-business__recyclingContent {
    line-height: 2.5;
  }
}
.p-business__recyclingIcon {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  gap: 24px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
}
.p-business__recyclingIconItem {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  font-size: 14px;
  padding: 8px;
  background-color: #00bb69;
  color: #fff;
  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 (min-width: 768px) {
  .p-business__recyclingIconItem {
    font-size: 16px;
    width: 120px;
    height: 120px;
  }
}
.p-business__recycleTextWrapper {
  text-align: center;
  margin-top: 24px;
}
.p-business__recyclingText {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  padding-bottom: 8px;
  font-size: 20px;
  border-bottom: 2px solid #00bb69;
}
.p-business__recyclingText span {
  color: #00bb69;
  font-size: 125%;
  font-weight: bold;
}
.p-business__recyclingImage {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .p-business__recyclingImage {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
  }
}
.p-business__securityWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-business__securityWrapper {
    padding: 3rem 0 2rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2rem;
  }
}
.p-business__securityBody:last-child {
  margin-top: 4rem;
}
.p-business__securityContent {
  padding: 3rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 1024px) {
  .p-business__securityContent.-split {
    padding: 0;
  }
}
.p-business__securityTerm {
  font-weight: 700;
  color: #e84c36;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-business__securityTerm {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.p-business__securityDesc {
  margin-top: 8px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-business__securityDesc {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-business__securityImage img {
    width: 100%;
  }
}
.p-business__securityImageItemTitle {
  margin-top: 8px;
  text-align: center;
  color: #e84c36;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
}
.p-business__securityBox {
  position: relative;
  padding: 24px 32px;
  background-color: rgba(0, 183, 105, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-top: 24px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-business__securityBox {
    padding: 40px 24px;
  }
}
.p-business__securityBox:before {
  content: "Service";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  opacity: 0.2;
  color: #fff;
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-business__securityBox:before {
    font-size: 120px;
  }
}
.p-business__securityBoxItemTitle {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #00bb69;
}
@media screen and (min-width: 768px) {
  .p-business__securityBoxItemTitle {
    font-size: 24px;
  }
}
.p-business__securityBoxItemText {
  text-align: center;
  margin-top: 16px;
}
.p-business__securityDescWrapper {
  margin-top: 1rem;
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  .p-business__securityDescWrapper {
    border-width: 1px 0;
  }
}
.p-business__securityDescWrapper.-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .p-business__securityDescWrapper.-grid {
    grid-template-columns: 1fr 1fr 4fr;
  }
}
.p-business__securityDesc2 {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
}
.p-business__securityDesc2::before {
  content: "■";
  color: #e84c36;
}
.p-business__securityDesc2 span.p-business__securityDesc3Text {
  color: #00bb69;
}
.p-business__securityServicePaper {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
}
.p-business__securityServicePaper span.p-business__securityServicePaperText {
  color: #00bb69;
}
.p-business__securityDesc3 {
  margin-top: 8px;
  font-weight: 500;
  line-height: 1.875;
}
.p-business__securityService {
  margin-top: 1rem;
  padding: 1rem 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .p-business__securityService {
    grid-template-columns: 1fr 4fr;
  }
}
.p-business__securityService .p-business__securityImage {
  position: relative;
}
.p-business__securityService .p-business__securityImage::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 1px;
  background-color: #e84c36;
  z-index: -1;
  right: -1px;
}
.p-business__anchorWrapper {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #fff;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
  border-bottom: 2px solid #e84c36;
}
@media screen and (min-width: 768px) {
  .p-business__anchorWrapper {
    position: static;
    top: auto;
    grid-template-columns: repeat(4, 1fr);
    height: 100px;
  }
}
.p-business__anchorWrapper.is-fixed {
  width: 100%;
  position: fixed;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-business__anchorWrapper.is-fixed {
    width: calc(100% - 2rem);
    top: 120px;
    bottom: auto;
  }
}
@media screen and (min-width: 1024px) {
  .p-business__anchorWrapper.is-fixed {
    width: 100%;
  }
}
.p-business__anchor {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
}
@media screen and (min-width: 768px) {
  .p-business__anchor {
    margin-top: 8px;
    border-color: #ccc;
    border-width: 0 1px;
    max-width: 1000px;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
  }
}
.p-business__anchorJp, .p-business__anchorEn {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-business__anchorJp, .p-business__anchorEn {
    color: #000;
  }
}
.p-business__anchorEn {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-business__anchorEn {
    display: inline-block;
    color: #e84c36;
  }
}
@media screen and (min-width: 768px) {
  .p-business__anchorItem:not(:first-of-type) {
    border-left: 1px solid #ccc;
  }
}
.p-business__anchorLink {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 2px;
  background: #e84c36;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-business__anchorLink {
    background: #fff;
    padding: 6px 2px;
  }
}
@media screen and (min-width: 1024px) {
  .p-business__anchorLink {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-business__anchorLink {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-business__anchorLink::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -2.5rem;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/business/icon-anchor-arrow.svg) no-repeat center center/12px auto;
}

.p-scales__bg {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(1.04%, #fefefe), color-stop(24.45%, #efefef), color-stop(52.85%, #e7e7e7), to(#e5e5e5));
  background: linear-gradient(#fff 0%, #fefefe 1.04%, #efefef 24.45%, #e7e7e7 52.85%, #e5e5e5 100%);
}
.p-scales__title {
  font-weight: 500;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-scales__title {
    font-size: 60px;
    font-size: 3.75rem;
  }
}
.p-scales__title span {
  color: #e84c36;
  display: inline-block;
  width: 100%;
}
.p-scales__lead {
  margin-top: 2rem;
  line-height: 1.875;
}
@media screen and (min-width: 768px) {
  .p-scales__lead {
    margin-top: 4rem;
    text-align: center;
  }
}
.p-scales__lead span {
  display: inline-block;
}
.p-scales__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
@media screen and (min-width: 768px) {
  .p-scales__wrapper {
    margin-top: 4rem;
    gap: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-scales__wrapper {
    gap: 90px;
  }
}
.p-scales__sectionGridSecond {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .p-scales__sectionGridSecond {
    grid-template-columns: 1.3fr 1fr;
    gap: 32px;
  }
}
.p-scales__section {
  -webkit-box-shadow: 0px 6.42px 9.17px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 6.42px 9.17px rgba(0, 0, 0, 0.12);
  padding-top: 24px;
  border-radius: 12px;
  background-color: #fff;
}
.p-scales__label {
  display: inline-block;
  padding: 8px 24px;
  background-color: #e84c36;
}
@media screen and (min-width: 1024px) {
  .p-scales__label {
    padding: 8px 32px;
  }
}
.p-scales__labelText {
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-scales__labelText {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.p-scales__gridSecond {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  padding: 16px;
}
@media screen and (min-width: 768px) {
  .p-scales__gridSecond {
    gap: 24px;
  }
}
.p-scales__gridSecond.-alignCenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-scales__gridSecondProcess {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  padding: 16px;
}
@media screen and (min-width: 768px) {
  .p-scales__gridSecondProcess {
    gap: 24px;
    grid-template-columns: 1fr 1fr;
  }
}
.p-scales__gridSecondProcess.-alignCenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-scales__image img {
  width: 100%;
}
.p-scales__imageIcon {
  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: 250px;
  margin-right: auto;
  margin-left: auto;
}
.p-scales__imageIcon img {
  width: 100%;
}
.p-scales__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-scales__topWrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .p-scales__topWrapper {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
.p-scales__items {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-scales__items {
    margin-top: 2rem;
    gap: 2rem;
  }
}
.p-scales__topConvenience {
  padding: 16px;
}
@media screen and (min-width: 768px) {
  .p-scales__topConvenience {
    padding: 24px;
  }
}
.p-scales__topConvenienceBody {
  background-color: #00bb69;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  padding: 16px;
}
@media screen and (min-width: 768px) {
  .p-scales__topConvenienceBody {
    padding: 24px;
  }
}
.p-scales__topConvenienceText {
  color: #fff;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .p-scales__topConvenienceText {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.p-scales__item {
  display: grid;
  gap: 1rem 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  grid-template-columns: 8rem 1fr;
}
@media screen and (min-width: 768px) {
  .p-scales__item {
    grid-template-columns: 9.5rem 1fr;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.p-scales__carBody {
  position: relative;
  padding: 16px;
}
.p-scales__term {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #e84c36;
  font-weight: 700;
  line-height: 1.2;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-scales__term {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
.p-scales__detail {
  grid-column: 1/3;
  line-height: 1;
  font-weight: 700;
  margin-left: 1em;
  font-size: 28px;
  font-size: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-scales__detail {
    font-size: 32px;
    font-size: 2rem;
  }
}
.p-scales__detail span {
  padding: 0 8px;
  font-size: 40px;
  font-size: 2.5rem;
  font-family: "Jost", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-scales__detail span {
    font-size: 60px;
    font-size: 3.75rem;
  }
}
.p-scales__detail.-nowrap {
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-scales__detail.-col1 {
    grid-column: 1/4;
  }
}
.p-scales__detail.-white {
  color: #fff;
  text-align: center;
}
.p-scales__detail.-car {
  position: absolute;
  top: calc(50% - 0.75em);
  left: calc(50% + 0.5em);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.p-scales__detail.-car span {
  padding: 0 8px;
  font-size: 70px;
  font-size: 4.375rem;
}
@media screen and (min-width: 768px) {
  .p-scales__detail.-car span {
    font-size: 70px;
    font-size: 4.375rem;
  }
}
.p-scales__detail.-pc {
  display: inline-block;
  text-align: center;
  grid-column: unset;
  color: #00bb69;
}
.p-scales__detail.-pc span {
  padding: 0 8px;
  font-size: 50px;
  font-size: 3.125rem;
  font-family: "Jost", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-scales__detail.-pc span {
    font-size: 70px;
    font-size: 4.375rem;
  }
}
.p-scales__detailText {
  display: inline-block;
  font-size: 120%;
  padding-bottom: 8px;
  border-bottom: 5px solid #B2ACAB;
}
@media screen and (min-width: 768px) {
  .p-scales__detailText {
    border-bottom: 10px solid #B2ACAB;
  }
}
.p-scales__caution {
  margin-top: 1rem;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-scales__caution {
    margin-top: 2rem;
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-scales__processItem {
  padding: 16px;
}
.p-scales__processItemText {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-scales__processItemText {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.p-scales__processItemBody {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 8px;
}
.p-scales__processSmallImage {
  width: 100%;
  max-width: 110px;
  margin-right: auto;
  margin-left: auto;
}
.p-scales__processItemBodyDay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-scales__processItemBodyDayText {
  margin-top: auto;
  position: relative;
  color: #999;
}
.p-scales__processItemBodyDayText span {
  font-size: 125%;
  font-family: "Jost", sans-serif;
}
.p-scales__processItemBodyDayText:before {
  content: "";
  position: absolute;
  top: calc(100% + 4px);
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 1px;
  height: var(--dynamic-space-height, 20px);
  /* 伸ばす高さ */
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
  background-color: #999;
}
.p-scales__processItemBodyYearText {
  font-size: 24px;
  font-size: 1.5rem;
  color: #e84c36;
  font-weight: bold;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .p-scales__processItemBodyYearText {
    font-size: 32px;
    font-size: 2rem;
  }
}
.p-scales__processItemBodyYearText span {
  font-size: 125%;
  font-family: "Jost", sans-serif;
}
.p-scales__processItemBodyDay, .p-scales__processItemBodyYear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-breadcrumb__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 2px;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  padding: 8px 0;
  font-weight: 500;
}
.p-breadcrumb a {
  color: #e84c36;
}
.p-breadcrumb a:hover {
  text-decoration: underline;
}
.p-breadcrumb span {
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-breadcrumb span {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-breadcrumb.-csr {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  color: #fff;
}
.p-breadcrumb.-csr a {
  color: #e84c36;
}
.p-breadcrumb.-recruit {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-breadcrumb.-recruit {
    left: calc(7vw - 1rem);
  }
}
@media screen and (min-width: 1024px) {
  .p-breadcrumb.-recruit {
    left: calc(11vw - 1rem);
  }
}
@media screen and (min-width: 1440px) {
  .p-breadcrumb.-recruit {
    left: calc(13vw - 1rem);
  }
}
@media screen and (min-width: 1920px) {
  .p-breadcrumb.-recruit {
    left: calc(14vw - 1rem);
  }
}

@media screen and (min-width: 768px) {
  .u-hidden {
    display: none;
  }
}
@media screen and (min-width: 576px) {
  .u-hidden__sm {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .u-hidden__lg {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .u-hidden__xl {
    display: none;
  }
}

.u-show {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-show {
    display: block;
  }
}
.u-show__sm {
  display: none;
}
@media screen and (min-width: 576px) {
  .u-show__sm {
    display: block;
  }
}
.u-show__lg {
  display: none;
}
@media screen and (min-width: 1024px) {
  .u-show__lg {
    display: block;
  }
}
.u-show__xl {
  display: none;
}
@media screen and (min-width: 1200px) {
  .u-show__xl {
    display: block;
  }
}

.-i.u-show {
  display: none;
}
@media screen and (min-width: 768px) {
  .-i.u-show {
    display: inline;
  }
}
.-i.u-show__sm {
  display: none;
}
@media screen and (min-width: 576px) {
  .-i.u-show__sm {
    display: inline;
  }
}
.-i.u-show__lg {
  display: none;
}
@media screen and (min-width: 1024px) {
  .-i.u-show__lg {
    display: inline;
  }
}
.-i.u-show__xl {
  display: none;
}
@media screen and (min-width: 1200px) {
  .-i.u-show__xl {
    display: inline;
  }
}

.-ib.u-show {
  display: none;
}
@media screen and (min-width: 768px) {
  .-ib.u-show {
    display: inline-block;
  }
}
.-ib.u-show__sm {
  display: none;
}
@media screen and (min-width: 576px) {
  .-ib.u-show__sm {
    display: inline-block;
  }
}
.-ib.u-show__lg {
  display: none;
}
@media screen and (min-width: 1024px) {
  .-ib.u-show__lg {
    display: inline-block;
  }
}
.-ib.u-show__xl {
  display: none;
}
@media screen and (min-width: 1200px) {
  .-ib.u-show__xl {
    display: inline-block;
  }
}

.-fx.u-show {
  display: none;
}
@media screen and (min-width: 768px) {
  .-fx.u-show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.-fx.u-show__sm {
  display: none;
}
@media screen and (min-width: 576px) {
  .-fx.u-show__sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.-fx.u-show__lg {
  display: none;
}
@media screen and (min-width: 1024px) {
  .-fx.u-show__lg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.-fx.u-show__xl {
  display: none;
}
@media screen and (min-width: 1200px) {
  .-fx.u-show__xl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/*-----------------------
Margin Space
-----------------------*/
.u-m0 {
  margin: 0;
}

.u-m1 {
  margin: 1rem;
}

.u-m2 {
  margin: 2rem;
}

.u-m3 {
  margin: 3rem;
}

.u-m4 {
  margin: 4rem;
}

.u-m6 {
  margin: 6rem;
}

.u-mb0 {
  margin-bottom: 0;
}

.u-mb1 {
  margin-bottom: 1rem;
}

.u-mb2 {
  margin-bottom: 2rem;
}

.u-mb3 {
  margin-bottom: 3rem;
}

.u-mb4 {
  margin-bottom: 4rem;
}

.u-mb6 {
  margin-bottom: 6rem;
}

.u-mt0 {
  margin-top: 0;
}

.u-mt1 {
  margin-top: 1rem;
}

.u-mt2 {
  margin-top: 2rem;
}

.u-mt3 {
  margin-top: 3rem;
}

.u-mt4 {
  margin-top: 4rem;
}

.u-mt6 {
  margin-top: 6rem;
}

.u-ml0 {
  margin-left: 0;
}

/*-----------------------
Padding Space
-----------------------*/
.u-p0 {
  padding: 0;
}

.u-p1 {
  padding: 1rem;
}

.u-p2 {
  padding: 2rem;
}

.u-p3 {
  padding: 3rem;
}

.u-p4 {
  padding: 4rem;
}

.u-p6 {
  padding: 6rem;
}

.u-pb0 {
  padding-bottom: 0;
}

.u-pb1 {
  padding-bottom: 1rem;
}

.u-pb2 {
  padding-bottom: 2rem;
}

.u-pb3 {
  padding-bottom: 3rem;
}

.u-pb4 {
  padding-bottom: 4rem;
}

.u-pb6 {
  padding-bottom: 6rem;
}

.u-pt0 {
  padding-top: 0;
}

.u-pt1 {
  padding-top: 1rem;
}

.u-pt2 {
  padding-top: 2rem;
}

.u-pt3 {
  padding-top: 3rem;
}

.u-pt4 {
  padding-top: 4rem;
}

.u-pt6 {
  padding-top: 6rem;
}

.u-hover:hover {
  opacity: 0.7;
}
.u-hover__under:hover {
  text-decoration: underline;
}

.t-caret {
  color: #00bb69;
}

.p-mv__catch del {
  text-decoration: none;
}