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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

.wpcf7 .wpcf7-spinner {
  display: none !important;
}

::-webkit-input-placeholder {
  color: #808080;
}

::-moz-placeholder {
  color: #808080;
}

::-ms-input-placeholder {
  color: #808080;
}

::placeholder {
  color: #808080;
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
  cursor: default;
}
@media screen and (max-width: 575px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

body {
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff;
  font-weight: 400;
  line-height: 2.125;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
  letter-spacing: 0.05em;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

body.is-fixed {
  height: 100%;
  overflow: hidden;
}

img {
  max-width: 100%;
  display: block;
  height: auto;
  width: 100%;
}

a {
  color: inherit;
}

body.is-fixed {
  width: 100%;
  overflow: hidden;
}

/* テキストリンクのホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

a :hover {
  opacity: 0.7;
}

a img:hover {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncA type="table" tableValues="0 0.7" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: opacity(70%);
          filter: opacity(70%);
}

/* テキストリンクのホバー */
a.btn-link:hover {
  color: #231815;
}

/*  レイアウト確認用　*/
.l-inner {
  max-width: 1048px;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 991px) {
  .l-inner {
    max-width: 1040px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 575px) {
  .l-inner {
    max-width: 1030px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.l-inner--headerUpper {
  max-width: 1536px;
  padding-right: 0px;
  height: inherit;
}

.l-inner--headerBottom {
  max-width: 1448px;
}

.l-inner--about,
.l-inner--company,
.l-inner--service,
.l-inner--recruit,
.l-inner--education,
.l-inner--truck {
  max-width: 1384px;
}

.l-inner--singleBlog {
  max-width: 708px;
}
@media screen and (max-width: 991px) {
  .l-inner--singleBlog {
    max-width: 700px;
  }
}
@media screen and (max-width: 575px) {
  .l-inner--singleBlog {
    max-width: 690px;
  }
}

.l-inner--management {
  max-width: 1046px;
}

.l-inner--recruit-message,
.l-inner--service-movie {
  max-width: 1048px;
}

.l-inner--recruit-appealPoint,
.l-inner--service-strength {
  max-width: 1384px;
}
@media screen and (max-width: 575px) {
  .l-inner--recruit-appealPoint,
.l-inner--service-strength {
    padding-right: 30px;
  }
}
@media screen and (max-width: 360px) {
  .l-inner--recruit-appealPoint,
.l-inner--service-strength {
    padding-right: 15px;
  }
}

.l-inner--recruit-family,
.l-inner--service-safety {
  max-width: 1384px;
}
@media screen and (max-width: 575px) {
  .l-inner--recruit-family,
.l-inner--service-safety {
    padding-left: 30px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 360px) {
  .l-inner--recruit-family,
.l-inner--service-safety {
    padding-left: 15px;
  }
}

.l-inner--contact {
  max-width: 813px;
  padding-left: 24px;
  padding-right: 24px;
}
@media screen and (max-width: 991px) {
  .l-inner--contact {
    max-width: 805px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 575px) {
  .l-inner--contact {
    max-width: 795px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.l-inner--contactForm {
  max-width: 816px;
}

.l-sectionTop {
  margin-top: 98px;
}
@media screen and (max-width: 991px) {
  .l-sectionTop {
    margin-top: 0px;
  }
}

@media screen and (max-width: 991px) {
  .l-sectionTop--management {
    margin-top: 50px;
  }
}

.l-wrapper {
  overflow: hidden;
}

.p-card01 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 61px;
}
@media screen and (max-width: 991px) {
  .p-card01 ul {
    row-gap: 37px;
  }
}

.p-card01 ul li:nth-of-type(even) .p-card01__flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 991px) {
  .p-card01 ul li:nth-of-type(even) .p-card01__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-card01__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  margin-top: 50px;
}
@media screen and (max-width: 991px) {
  .p-card01__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 16px;
    margin-top: 0px;
  }
}

.p-card01__body {
  -webkit-box-flex: 460;
      -ms-flex: 460;
          flex: 460;
}
@media screen and (max-width: 991px) {
  .p-card01__body {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}

.p-card01__title {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.6666;
  margin-top: -1px;
}
@media screen and (max-width: 575px) {
  .p-card01__title {
    font-size: 22px;
    letter-spacing: 0.1em;
    line-height: 1.5909;
    margin-top: 8px;
  }
}

.p-card01__text {
  line-height: 1.875;
  margin-top: 29px;
  color: #333;
}
@media screen and (max-width: 575px) {
  .p-card01__text {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 2;
    margin-top: 8px;
  }
}

.p-card01__thumb {
  -webkit-box-flex: 490;
      -ms-flex: 490;
          flex: 490;
}
@media screen and (max-width: 991px) {
  .p-card01__thumb {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}

.p-card02 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media screen and (max-width: 991px) {
  .p-card02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-card02--2col {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 991px) {
  .p-card02--2col {
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-card02__iconWrap {
  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;
  row-gap: 15px;
}
@media screen and (max-width: 991px) {
  .p-card02__iconWrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}

.p-card02__iconWrap img {
  width: 60px;
}
@media screen and (max-width: 575px) {
  .p-card02__iconWrap img {
    width: 30px;
  }
}

.p-card02 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #C4000A;
  padding: 26px 30px 28px;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 575px) {
  .p-card02 li {
    padding: 17px 15px;
  }
}

.p-card02__title {
  font-size: 20px;
  letter-spacing: 0.15em;
  font-weight: 500;
}
@media screen and (max-width: 575px) {
  .p-card02__title {
    font-size: 18px;
    line-height: 1.3333;
  }
}

.p-card02__text {
  line-height: 1.875;
  margin-top: 6px;
}
@media screen and (max-width: 575px) {
  .p-card02__text {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 2;
    margin-top: 15px;
  }
}

.p-card03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 991px) {
  .p-card03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 15px;
  }
}

.p-card03__iconWrap {
  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;
  row-gap: 15px;
}
@media screen and (max-width: 991px) {
  .p-card03__iconWrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}

.p-card03__iconWrap img {
  width: 60px;
}
@media screen and (max-width: 575px) {
  .p-card03__iconWrap img {
    width: 40px;
  }
}

.p-card03 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #C4000A;
  padding: 50px 30px 44px;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(33.3333% - 13.33333px);
}
@media screen and (max-width: 991px) {
  .p-card03 li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .p-card03 li {
    padding: 13px 30px 13px;
  }
}

.p-card03 li:nth-of-type(n + 4) {
  margin-top: 20px;
}
@media screen and (max-width: 991px) {
  .p-card03 li:nth-of-type(n + 4) {
    margin-top: 0px;
  }
}

.p-card03__text {
  line-height: 1.875;
  margin-top: 17px;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.15em;
  line-height: 1.7;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .p-card03__text {
    text-align: left;
    margin-top: 0px;
  }
}
@media screen and (max-width: 575px) {
  .p-card03__text {
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1.666;
  }
}

.p-card04 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 20px;
}
@media screen and (max-width: 991px) {
  .p-card04 {
    grid-template-columns: repeat(2, 1fr);
    gap: 38px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-card04 {
    gap: 10px;
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-card04 li a:hover .p-card04__thumb img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.p-card04 li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-card04 li a:hover {
  opacity: 1;
}

.p-card04 li a img:hover {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncA type="table" tableValues="0 1" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: opacity(100%);
          filter: opacity(100%);
}

.p-card04__thumb {
  overflow: hidden;
  position: relative;
  aspect-ratio: 320/198;
}

.p-card04__thumb img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}

.p-card04__title {
  line-height: 1.875;
  font-family: "M PLUS 1", sans-serif;
  padding-top: 6px;
  color: #333;
}
@media screen and (max-width: 767px) {
  .p-card04__title {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.05em;
  }
}

.p-contact {
  padding-top: 118px;
  padding-bottom: 100px;
  background: url(../../assets/img/common/contact-bg.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 575px) {
  .p-contact {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

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

.p-contact__list {
  margin-top: 45px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media screen and (max-width: 991px) {
  .p-contact__list {
    row-gap: 15px;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 575px) {
  .p-contact__list {
    margin-top: 34px;
  }
}

.p-contact__numberBtn {
  background-color: #231815;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.15em;
  color: #fff;
  height: 148px;
}
@media screen and (max-width: 575px) {
  .p-contact__numberBtn {
    height: 85px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    row-gap: 7px;
  }
}

.p-contact__number {
  font-size: 30px;
  letter-spacing: 0.15em;
  padding-left: 43px;
  position: relative;
  line-height: 1;
  margin-top: 10px;
  font-weight: 700;
}
@media screen and (max-width: 575px) {
  .p-contact__number {
    font-size: 24px;
    padding-left: 27px;
    margin-top: 14px;
  }
}

.p-contact__number::before {
  content: "";
  position: absolute;
  display: block;
  background: url(../../assets/img/common/phone-icon02.svg) no-repeat center center/contain;
  width: 23px;
  height: 23px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 991px) {
  .p-contact__number::before {
    font-size: 14px;
    letter-spacing: 0.1em;
    width: 20px;
    height: 20px;
  }
}

.p-contact__daytime {
  line-height: 1.875;
  letter-spacing: 0.15em;
  font-weight: 500;
}
@media screen and (max-width: 575px) {
  .p-contact__daytime {
    font-size: 14px;
    letter-spacing: 0.1em;
  }
}

.p-contact__contactBtn {
  background-color: #231815;
  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;
  height: 148px;
}
@media screen and (max-width: 575px) {
  .p-contact__contactBtn {
    height: 85px;
  }
}

.p-contact__contactBtn p {
  position: relative;
  padding-left: 52px;
  font-size: 24px;
  letter-spacing: 0.15em;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .p-contact__contactBtn p {
    font-size: 20px;
    padding-left: 33px;
  }
}

.p-contact__contactBtn p::before {
  content: "";
  position: absolute;
  display: block;
  background: url(../../assets/img/common/mail-icon.svg) no-repeat center center/contain;
  width: 32px;
  height: 23px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 991px) {
  .p-contact__contactBtn p::before {
    width: 23px;
    height: 16px;
  }
}

.p-drawerMenu {
  display: none;
  height: 100vh;
  width: 100%;
  overflow: scroll;
  top: 80px;
  right: 0;
  padding-top: 25px;
  padding-bottom: 200px;
  position: absolute;
  background-color: #231815;
}
@media screen and (max-width: 991px) {
  .p-drawerMenu {
    top: 70px;
  }
}
@media screen and (max-width: 575px) {
  .p-drawerMenu {
    top: 60px;
  }
}

.p-drawerMenu.is-active {
  display: block;
}

.p-drawerMenu__nav ul {
  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-bottom: 25px;
  row-gap: 8px;
}

.p-drawerMenu__nav li a {
  line-height: 1;
  color: #fff;
  padding: 12.5px 0px;
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 500;
}

.p-drawerMenu__btnList {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 29px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}

.p-drawerMenu__btnList ul li {
  max-width: 400px;
  margin: 0 auto;
}

.p-drawerMenu__btnList ul li:not(:nth-of-type(1)) {
  margin-top: 15px;
}

.p-drawerMenu__btnList ul li a {
  display: block;
}

.p-error {
  margin-top: 134px;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 991px) {
  .p-error {
    margin-top: 70px;
  }
}
@media screen and (max-width: 575px) {
  .p-error {
    margin-top: 60px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.p-error__list {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-error__subject {
  font-size: 24px;
}

.p-error__text {
  margin-top: 25px;
}

.p-error__btn {
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 575px) {
  .p-error__btn {
    margin-top: 20px;
  }
}

.p-footer {
  background-color: #231815;
  padding-top: 57px;
  padding-bottom: 10px;
}
@media screen and (max-width: 575px) {
  .p-footer {
    padding-top: 38px;
    padding-bottom: 12px;
  }
}

.p-footer__wrapper {
  color: #fff;
}

.p-footer__companyName,
.p-footer__number {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .p-footer__companyName,
.p-footer__number {
    text-align: left;
    font-size: 25px;
  }
}

.p-footer__numberWrap {
  margin-top: 45px;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .p-footer__numberWrap {
    text-align: left;
    margin-top: 23px;
  }
}

.p-footer__numberLink {
  display: inline-block;
}

.p-footer__number {
  text-align: center;
  position: relative;
  padding-left: 42px;
}
@media screen and (max-width: 575px) {
  .p-footer__number {
    padding-left: 27px;
    text-align: left;
    font-size: 23px;
  }
}

.p-footer__number:before {
  content: "";
  position: absolute;
  display: block;
  background: url(../../assets/img/common/phone-icon02.svg) no-repeat center center/contain;
  width: 22px;
  height: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0px;
}
@media screen and (max-width: 575px) {
  .p-footer__number:before {
    width: 19px;
    height: 19px;
  }
}

.p-footer__daytime {
  letter-spacing: 0.15em;
  line-height: 1.875;
  margin-top: 4px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .p-footer__daytime {
    text-align: left;
    margin-top: 0px;
  }
}

.p-footer__nav {
  margin-top: 43px;
}
@media screen and (max-width: 575px) {
  .p-footer__nav {
    margin-top: 18px;
  }
}

.p-footer__nav ul {
  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;
  -webkit-column-gap: 37px;
     -moz-column-gap: 37px;
          column-gap: 37px;
}
@media screen and (max-width: 991px) {
  .p-footer__nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 16px;
  }
}
@media screen and (max-width: 575px) {
  .p-footer__nav ul {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-footer__nav ul li a {
  display: inline-block;
  letter-spacing: 0.15em;
  font-weight: 500;
  line-height: 1.875;
}
@media screen and (max-width: 575px) {
  .p-footer__nav ul li a {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
}

.p-footer__copyright {
  font-size: 12px;
  font-weight: 500;
  line-height: 2.5;
  margin-top: 43px;
  text-align: center;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 575px) {
  .p-footer__copyright {
    text-align: left;
    letter-spacing: 0.1em;
    margin-top: 18px;
  }
}
@media screen and (max-width: 365px) {
  .p-footer__copyright {
    font-size: 11px;
  }
}
@media screen and (max-width: 340px) {
  .p-footer__copyright {
    font-size: 10px;
  }
}

.p-hamburger {
  width: 70px;
  height: 100%;
  padding: 20px 20px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: #C4000A;
  border: 0;
  margin: 0;
  overflow: visible;
}
@media screen and (max-width: 991px) {
  .p-hamburger {
    padding: 19px 20px;
  }
}
@media screen and (max-width: 575px) {
  .p-hamburger {
    width: 60px;
    padding: 13px 15px;
  }
}

.p-hamburger.is-active .p-hamburger__inner,
.p-hamburger.is-active .p-hamburger__inner::before,
.p-hamburger.is-active .p-hamburger__inner::after {
  background-color: #fff;
}

.p-hamburger__box {
  width: 30px;
  height: 15px;
  display: inline-block;
  position: relative;
}

.p-hamburger.is-active .p-hamburger__box {
  height: 19px;
}

.p-hamburger__inner {
  display: block;
  top: 50%;
  margin-top: -0.5px;
}

.p-hamburger__inner,
.p-hamburger__inner::before,
.p-hamburger__inner::after {
  width: 30px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.p-hamburger__inner::before,
.p-hamburger__inner::after {
  content: "";
  display: block;
}

.p-hamburger__inner::before {
  top: -7.5px;
}

.p-hamburger__inner::after {
  bottom: -7.5px;
}

/*
* Spring
*/
.p-hamburger--spring .p-hamburger__inner {
  top: 2px;
  -webkit-transition: background-color 0s 0.13s linear;
  transition: background-color 0s 0.13s linear;
}

.p-hamburger--spring .p-hamburger__inner::before {
  top: 10px;
  -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
@media screen and (max-width: 991px) {
  .p-hamburger--spring .p-hamburger__inner::before {
    top: 7.5px;
  }
}

.p-hamburger--spring .p-hamburger__inner::after {
  top: 20px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
@media screen and (max-width: 991px) {
  .p-hamburger--spring .p-hamburger__inner::after {
    top: 15px;
  }
}

.p-hamburger--spring.is-active .p-hamburger__inner {
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  background-color: transparent !important;
}

.p-hamburger--spring.is-active .p-hamburger__inner::before {
  top: 0;
  -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 10px, 0) rotate(27deg);
          transform: translate3d(0, 10px, 0) rotate(27deg);
}

.p-hamburger--spring.is-active .p-hamburger__inner::after {
  top: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 10px, 0) rotate(-27deg);
          transform: translate3d(0, 10px, 0) rotate(-27deg);
}

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background-color: #fff;
}
@media screen and (max-width: 991px) {
  .p-header {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.p-header__inner {
  height: inherit;
}

.p-header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 100;
}

.p-header__upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 80px;
}
@media screen and (max-width: 991px) {
  .p-header__upper {
    height: 70px;
  }
}
@media screen and (max-width: 575px) {
  .p-header__upper {
    height: 60px;
  }
}

.p-header__flex {
  width: 100%;
  padding-top: 19px;
  position: relative;
  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 (max-width: 991px) {
  .p-header__flex {
    height: inherit;
    padding-top: 0px;
  }
}

.p-header__message {
  position: absolute;
  top: 9px;
  width: 518px;
}

.p-header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-header__left p {
  line-height: 1;
  margin-top: 10px;
}

.p-header__companyList {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 575px) {
  .p-header__companyList {
    width: 100%;
  }
}

.p-header__img-logo {
  width: 219px;
  height: 45px;
}

.p-header__companyName {
  font-size: 25px;
  margin-left: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 575px) {
  .p-header__companyName {
    font-size: 18px;
    margin-left: 0px;
    width: 156px;
  }
}

.p-header__right {
  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;
  margin-left: 20px;
  margin-bottom: 13px;
}
@media screen and (max-width: 1270px) {
  .p-header__right {
    margin-bottom: 0px;
  }
}

.p-header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1270px) {
  .p-header__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 5px;
  }
}

.p-header__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
}

.p-header__btn a {
  display: block;
}

.p-header__img-number {
  max-width: 218px;
  width: 100%;
}

.p-header__img-reception {
  max-width: 142px;
  width: 100%;
  margin-left: 13px;
  margin-top: 10px;
}
@media screen and (max-width: 1270px) {
  .p-header__img-reception {
    margin-top: 0px;
  }
}

.p-header__contactBtn,
.p-header__recruitBtn {
  width: 150px;
  height: 100%;
}

.p-header__contactBtn {
  background: #C4000A;
  margin-left: 24px;
}

.p-header__recruitBtn {
  background: #231815;
}

.p-header__bottom {
  height: 54px;
  border-top: 1px solid #231815;
  background-color: #fff;
}

.p-header__inner {
  position: relative;
}

.p-header__navGlobal {
  height: inherit;
}

.p-header__navItems {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: repeat(5, 1fr);
  height: inherit;
}

.p-header__navItems > li:first-child a {
  border-left: 1px solid #231815;
}

.p-header__navItem {
  height: inherit;
  padding: 10px 0px;
}

.p-header__navItem--top a img {
  width: 36px;
}

.p-header__navItem--company a img {
  width: 69px;
}

.p-header__navItem--service a img {
  width: 105px;
}

.p-header__navItem--recruit a img {
  width: 69px;
}

.p-header__navItem--contact a img {
  width: 103px;
}

.p-header__navItem a {
  border-right: 1px solid #231815;
  height: 34px;
  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-weight: 700;
  letter-spacing: 0.15em;
}

.p-header__navItem a img:hover {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncA type="table" tableValues="0 1" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: opacity(100%);
          filter: opacity(100%);
}

.p-page-fv {
  margin-top: 134px;
}
@media screen and (max-width: 991px) {
  .p-page-fv {
    margin-top: 70px;
  }
}
@media screen and (max-width: 575px) {
  .p-page-fv {
    margin-top: 60px;
  }
}

.p-page-fv__bg {
  height: 295px;
  position: relative;
}
@media screen and (max-width: 575px) {
  .p-page-fv__bg {
    height: 130px;
  }
}

.p-page-fv__bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-page-fv__textBlock {
  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;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (max-width: 575px) {
  .p-page-fv__textBlock {
    row-gap: 6px;
  }
}

.p-pag-fv__title {
  font-size: 50px;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #fff;
  font-family: "poppins", sans-serif;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (max-width: 575px) {
  .p-pag-fv__title {
    font-size: 36px;
  }
}

.p-pag-fv__title.p-pag-fv__title--privacy {
  text-transform: none;
}

.p-pag-fv__text {
  font-size: 20px;
  letter-spacing: 0.15em;
  font-weight: 700;
  height: 29px;
  color: #fff;
}
@media screen and (max-width: 575px) {
  .p-pag-fv__text {
    font-size: 14px;
    height: 20px;
  }
}

.p-sectionTitle {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}
@media screen and (max-width: 575px) {
  .p-sectionTitle {
    row-gap: 10px;
  }
}

.p-sectionTitle.p-sectionTitle--recruit-movie {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 575px) {
  .p-sectionTitle.p-sectionTitle--appealPoint {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: auto;
  }
}

@media screen and (max-width: 575px) {
  .p-sectionTitle.p-sectionTitle--strength {
    text-align: left;
  }
}

@media screen and (max-width: 575px) {
  .p-sectionTitle.p-sectionTitle--family {
    width: auto;
    width: initial;
  }
}

.p-sectionTitle.p-sectionTitle--safety {
  row-gap: 0px;
}
@media screen and (max-width: 575px) {
  .p-sectionTitle.p-sectionTitle--safety {
    row-gap: 11px;
  }
}

.p-sectionTitle.p-sectionTitle--company {
  row-gap: 13px;
}
@media screen and (max-width: 575px) {
  .p-sectionTitle.p-sectionTitle--company {
    row-gap: 6px;
  }
}

.p-sectionTitle__main {
  font-size: 80px;
  font-family: "poppins", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 575px) {
  .p-sectionTitle__main {
    font-size: 40px;
    letter-spacing: 0.05em;
    line-height: 1.125;
  }
}

.p-sectionTitle__main--about,
.p-sectionTitle__main--recruit,
.p-sectionTitle__main--message,
.p-sectionTitle__main--movie,
.p-sectionTitle__main--education,
.p-sectionTitle__main--blog {
  color: #C4000A;
}

@media screen and (max-width: 710px) {
  .p-sectionTitle__main--education,
.p-sectionTitle__main--family {
    font-size: 60px;
  }
}
@media screen and (max-width: 575px) {
  .p-sectionTitle__main--education,
.p-sectionTitle__main--family {
    font-size: 40px;
  }
}

.p-sectionTitle__main--family {
  text-align: left;
}

.p-sectionTitle__main--safety {
  font-size: 60px;
  letter-spacing: 0.05em;
  line-height: 1.3166;
}
@media screen and (max-width: 575px) {
  .p-sectionTitle__main--safety {
    font-size: 40px;
    line-height: 1.125;
  }
}

.p-sectionTitle__sub {
  font-size: 20px;
  letter-spacing: 0.15em;
  line-height: 1;
  font-weight: 700;
  display: block;
  color: #fff;
}
@media screen and (max-width: 575px) {
  .p-sectionTitle__sub {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
}

.p-sectionTitle__sub--about,
.p-sectionTitle__sub--recruit,
.p-sectionTitle__sub--message,
.p-sectionTitle__sub--movie,
.p-sectionTitle__sub--education,
.p-sectionTitle__sub--blog {
  color: #231815;
}

.p-sectionTitle__sub--family {
  text-align: left;
}

.p-sectionTitle__main--company {
  font-size: 34px;
  letter-spacing: 0.15em;
  font-weight: 500;
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 575px) {
  .p-sectionTitle__main--company {
    font-size: 25px;
    letter-spacing: 0.1em;
  }
}

.p-sectionTitle__sub--company {
  color: #C4000A;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #C4000A;
  margin-top: 5px;
}
@media screen and (max-width: 575px) {
  .p-sectionTitle__sub--company {
    font-size: 12px;
  }
}

.c-btn01 {
  max-width: 320px;
  height: 60px;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #231815;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
  font-family: "poppins", sans-serif;
}
@media screen and (max-width: 575px) {
  .c-btn01 {
    max-width: 330px;
    height: 45px;
    font-size: 14px;
  }
}

.c-btn01:hover {
  background-color: rgba(35, 24, 21, .7);
}

.c-cardNumber {
  color: #C4000A;
  font-size: 50px;
  font-weight: 700;
  font-family: "poppins", sans-serif;
  letter-spacing: 0.05em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
@media screen and (max-width: 575px) {
  .c-cardNumber {
    font-size: 30px;
    line-height: 1.1333;
  }
}

.c-cardNumber--left::after,
.c-cardNumber--right::before {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background-color: #C4000A;
}

.c-cardNumber--right::before {
  margin-right: 20px;
}
@media screen and (max-width: 575px) {
  .c-cardNumber--right::before {
    margin-right: 10px;
  }
}

.c-cardNumber--left::after {
  margin-left: 20px;
}
@media screen and (max-width: 575px) {
  .c-cardNumber--left::after {
    margin-left: 10px;
  }
}

.c-closeBtn {
  max-width: 410px;
  width: 100%;
  background-color: #111;
  color: #fff;
  font-size: 15px;
  line-height: 1.8666;
  letter-spacing: 0.13em;
  padding: 11px 20px;
  display: inline-block;
  margin: 0;
  cursor: pointer;
  border-radius: 0;
  border: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.c-closeBtn:hover {
  background-color: rgba(35, 24, 21, .7);
}

.c-heading01 {
  font-size: 20px;
  letter-spacing: 0.15em;
  font-weight: 700;
  line-height: 29px;
  border-left: 5px solid #C4000A;
  padding-left: 10px;
}
@media screen and (max-width: 575px) {
  .c-heading01 {
    font-size: 16px;
    line-height: 16px;
    padding-left: 5px;
  }
}

.c-spBtn01 {
  background-color: #C4000A;
  max-width: 335px;
  height: 50px;
  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;
  margin: 0 auto;
}

.c-spBtn01 span {
  position: relative;
  color: #fff;
  padding-left: 25px;
  line-height: 18px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.c-spBtn01 span::before {
  content: "";
  position: absolute;
  display: block;
  background: url(../img/common/phone-icon.svg) no-repeat center center/cover;
  width: 13px;
  height: 18px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-spBtn02 {
  background-color: #C4000A;
  max-width: 335px;
  height: 41px;
  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;
  margin: 0 auto;
}

.c-spBtn02--contact {
  background-color: #C4000A;
}

.c-spBtn02--contact img {
  width: 125px;
}

.c-spBtn02--recruit {
  background-color: #231815;
}

.c-spBtn02--recruit img {
  width: 106px;
}

.c-title01 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.15em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #231815;
  padding: 7px 20px;
  color: #fff;
  margin: 0 auto;
  line-height: 1.6666;
}
@media screen and (max-width: 575px) {
  .c-title01 {
    line-height: 1.5909;
    font-size: 22px;
    padding: 8px 9px;
    width: 100%;
  }
}

.c-title01--padding {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 575px) {
  .c-title01--padding {
    padding: 8px 9px;
  }
}

.c-topBtn {
  width: 60px;
  height: 60px;
  background-color: #231815;
  border: 1px solid #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 30;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  right: 40px;
  bottom: 40px;
  opacity: 0;
  -webkit-transform: translateX(150px);
          transform: translateX(150px);
}
@media screen and (max-width: 575px) {
  .c-topBtn {
    width: 50px;
    height: 50px;
    right: 15px;
    bottom: 30px;
  }
}

.c-topBtn img {
  width: 20px;
}
@media screen and (max-width: 575px) {
  .c-topBtn img {
    width: 15px;
  }
}

.c-topBtn:hover {
  cursor: pointer;
  background-color: rgba(35, 24, 21, .7);
}

/*　左の動き　*/
.c-topBtn.LeftMove {
  -webkit-animation: LeftAnime 0.5s forwards;
          animation: LeftAnime 0.5s forwards;
}

@-webkit-keyframes LeftAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(150px);
            transform: translateX(150px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes LeftAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(150px);
            transform: translateX(150px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/*　右の動き　*/
.c-topBtn.RightMove {
  -webkit-animation: RightAnime 0.5s forwards;
          animation: RightAnime 0.5s forwards;
}

@-webkit-keyframes RightAnime {
  from {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(150px);
            transform: translateX(150px);
  }
}

@keyframes RightAnime {
  from {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(150px);
            transform: translateX(150px);
  }
}
.u-display-sp {
  display: none;
}
@media screen and (max-width: 575px) {
  .u-display-sp {
    display: block;
  }
}

.u-display-tab {
  display: none;
}
@media screen and (max-width: 991px) {
  .u-display-tab {
    display: block;
  }
}

@media screen and (max-width: 575px) {
  .u-font-adjust {
    letter-spacing: 0.12em;
  }
}

.u-hidden-pc {
  display: none;
}
@media screen and (max-width: 991px) {
  .u-hidden-pc {
    display: block;
  }
}

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

@media screen and (min-width: 576px) and (max-width: 991px) {
  .u-hidden-tabOnly {
    display: none;
  }
}

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

.u-separate {
  margin-top: 20px;
  margin-bottom: 20px;
}
/*# sourceMappingURL=common.css.map */
