@charset "UTF-8";
/* normalize.scss */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0;
}

img {
  vertical-align: top;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/*a:focus {
    outline: thin dotted;
}*/
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
/*a:active,
a:hover {
    outline: 0;
}*/
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 0;
  padding: 0;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: "";
  content: none;
}

small {
  font-size: 75%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 0;
}

dd {
  margin: 0;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
ul,
ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
  margin: 0;
  padding: 0;
}

/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
}

/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ==========================================================================
   hr
   ========================================================================== */
hr {
  visibility: hidden;
}

/* ==========================================================================
   hr
   ========================================================================== */
a {
  outline: none;
}

a, a:link {
  outline: none;
}

a:visited {
  outline: none;
}

/* module.scss */
* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent; /* iOS / Android Chrome 等 */
  tap-highlight-color: transparent;
}

:root {
  --element-x: 0px; /* 要素のx座標を格納するCSS変数 */
  --difference: 0px; /* ブラウザの幅と要素のx座標の差を格納するCSS変数 */
  --window-width: 0px;
}

html {
  scroll-behavior: smooth;
  transition: scroll-behavior 2s ease;
}
@media screen and (max-width: 768px) {
  html {
    overflow-x: hidden;
  }
}
@media screen and (min-width: 769px) and (max-width: 1439px) {
  html {
    width: 1440px;
    overflow-x: auto;
  }
}
@media screen and (min-width: 1440px) {
  html {
    overflow-x: hidden;
  }
}

html.is-anchor {
  scroll-behavior: auto;
}

[id^=sec] {
  scroll-margin-top: 80px;
}

body {
  color: #161414;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.84vw;
  line-height: 1.9;
  margin: 0;
  padding: 0;
  opacity: 0;
  position: relative;
  overflow-x: hidden;
}
@media screen and (min-width: 769px) and (max-width: 1439px) {
  body {
    width: 1440px;
    overflow-x: auto;
  }
}
@media screen and (min-width: 769px) {
  body {
    font-size: 16px;
  }
}
@media screen and (min-width: 1440px) {
  body {
    min-width: 1440px;
    overflow-x: hidden;
  }
}

@media screen and (min-width: 769px) and (max-width: 1439px) {
  .overflow {
    width: 1440px;
    overflow-x: hidden;
  }
}
figure,
picture {
  display: flex;
  justify-content: center;
  align-items: center;
}

a {
  color: #161414;
  transition: 0.5s;
  text-decoration: none;
}
a:hover {
  transition: 0.5s;
  opacity: 0.7;
}

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
[id^=sec] {
  scroll-margin-top: 100px;
}

.wrapper {
  position: relative;
  text-align: left;
  width: 100%;
}

.container {
  margin: 0 auto;
  position: relative;
}

section p,
section ul,
.section p,
.section ul {
  text-align: left;
}

.title {
  position: relative;
}

.title__en {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 10.25vw;
  line-height: 130%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.title__en:first-letter {
  color: #EC1234;
}

.title__heading {
  font-weight: 700;
  font-size: 3.84vw;
  line-height: 190%;
  letter-spacing: 0.08em;
  position: relative;
  padding-left: 6vw;
}
.title__heading::before {
  background: url("../images/common/icon-title.svg") no-repeat;
  background-size: contain;
  width: 3.33vw;
  height: 3.84vw;
  content: "";
  position: absolute;
  left: 0;
  top: 2vw;
}

@media screen and (min-width: 769px) {
  .title__en {
    font-size: 56px;
  }
  .title__heading {
    font-size: 16px;
    padding-left: 26px;
  }
  .title__heading::before {
    background: url("../images/common/icon-title.svg") no-repeat;
    background-size: contain;
    width: 17px;
    height: 21px;
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
  }
}
.btn {
  display: inline-flex;
  align-items: center;
  padding: 3.2vw 3vw 3.2vw 4.1vw;
  min-width: 62.94vw;
  background: #EC1234;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  transition: all 0.25s;
  color: #fff;
  justify-content: space-between;
  font-size: 3.84vw;
  font-weight: 700;
  line-height: 190%;
  letter-spacing: 0.04em;
  color: #FFFFFF;
}
.btn:hover {
  background: #FF3F5C;
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .btn {
    letter-spacing: 0;
    font-size: 16px;
    min-width: 244px;
    padding: 16px 24px;
  }
}
.btn:hover .btn-icon img {
  transform: scale(1.05, 1.05);
  transition: all 0.3s;
}
.btn:hover .btn-icon img {
  animation: slideCycle 0.6s forwards;
}

.btn-icon {
  width: 4.1vw;
  height: 4.1vw;
  position: relative;
  right: 0;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .btn-icon {
    width: 16px;
    height: 16px;
  }
}
.btn-icon img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 769px) {
  .u-sp-only {
    display: none !important;
  }
  .btn__icon {
    left: 6px;
  }
}
.page-mv {
  width: 100%;
  height: 71vw;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}

.page-mv__block {
  position: absolute;
  left: 6.15vw;
  right: 0;
  top: 17.48vw;
  bottom: 0;
  margin: auto;
  z-index: 2;
  width: 100%;
  max-width: 1280px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.page-mv.page-mv__block--color .page-mv__block {
  left: 0;
  top: 17.69vw;
  justify-content: center;
}

.page-mv.page-mv__block--color {
  height: 71vw;
}

.page-mv.page-mv__block--color .page-mv__block .page-mv__title-en,
.page-mv.page-mv__block--color .page-mv__block .page-mv__title-ja {
  color: #EC1234;
  text-align: center;
}

.page-mv__title-en {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12.3vw;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #FFF;
  margin-bottom: 1.84vw;
  display: block;
}

.page-mv__title-ja {
  font-weight: 700;
  font-size: 4.1vw;
  line-height: 190%;
  letter-spacing: 0.08em;
  display: block;
  color: #FFF;
  margin-left: 5px;
}

.page-mv__bg {
  position: absolute;
  width: 58.46vw;
  height: 160vw;
  left: -112vw;
  top: -64.6vw;
  right: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.6);
  mix-blend-mode: multiply;
  opacity: 0.8;
  transform: rotate(30deg);
}

.page-mv__picture {
  height: 100%;
}
.page-mv__picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media screen and (min-width: 769px) {
  .page-mv {
    width: 100%;
    height: 485px;
  }
  .page-mv.page-mv__block--color {
    height: 453px;
  }
  .page-mv.page-mv__block--color .page-mv__block {
    top: 130px;
  }
  .page-mv__block {
    left: 0;
    right: 0;
    top: 98px;
    bottom: 0;
    max-width: 1280px;
  }
  .page-mv__title-en {
    font-size: 80px;
    margin-bottom: 15px;
  }
  .page-mv__title-ja {
    font-size: 20px;
    margin-left: 5px;
  }
  .page-mv__bg {
    position: absolute;
    width: calc(1000px + var(--difference) / 2);
    height: 1580px;
    left: calc(-1477px - var(--difference) / 2);
    top: -500px;
    right: 0;
    margin: auto;
  }
}
.breadcrumbs {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  line-height: 1;
  white-space: nowrap;
  z-index: 2;
  box-sizing: border-box;
  font-size: 3.07vw;
  position: absolute;
  bottom: 5vw;
  right: 7vw;
  font-weight: 700;
}
.breadcrumbs span {
  display: inline-block;
  color: #fff;
  margin: 0 1.2vw;
}
.breadcrumbs a {
  line-height: 1;
  color: #fff;
}
.breadcrumbs .breadcrumbs__text {
  color: #fff;
}

.breadcrumbs.breadcrumbs--color span,
.breadcrumbs.breadcrumbs--color .breadcrumbs__text,
.breadcrumbs.breadcrumbs--color a {
  color: #161414;
}

.breadcrumbs.breadcrumbs--news-detail {
  padding-top: 163px;
  position: relative;
}
.breadcrumbs.breadcrumbs--news-detail span,
.breadcrumbs.breadcrumbs--news-detail .breadcrumbs__text,
.breadcrumbs.breadcrumbs--news-detail a {
  color: #161414;
}

@media screen and (max-width: 768px) {
  .breadcrumbs.breadcrumbs--news-detail {
    padding-top: 30.25vw;
    flex-wrap: wrap;
    width: 80vw;
    margin-left: auto;
    line-height: 1.7;
  }
  .u-pc-only {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  body {
    font-size: 16px;
  }
  .breadcrumbs {
    font-size: 12px;
    bottom: 30px;
    right: 124px;
  }
  .breadcrumbs span {
    margin: 0 6px;
  }
}
@media screen and (min-width: 1440px) {
  body {
    min-width: 1440px;
  }
}
.page-title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 16.66vw;
}
.page-title::after {
  background: #EC1234;
  width: 12.3vw;
  height: 0.51vw;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -5.5vw;
  margin: auto;
  content: "";
  transition: all 0.2s;
}

.page-title__en {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 4.61vw;
  line-height: 130%;
  text-align: center;
  letter-spacing: 0.03em;
  color: #EC1234;
  margin-bottom: 0.76vw;
}

.page-title__heading {
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 7.17vw;
  line-height: 160%;
  text-align: center;
  letter-spacing: 0.08em;
  color: #161414;
}

@media screen and (min-width: 769px) {
  .page-title {
    margin-bottom: 100px;
  }
  .page-title::after {
    width: 48px;
    height: 2px;
    bottom: -40px;
    margin: auto;
    content: "";
  }
  .page-title__en {
    font-size: 24px;
    margin-bottom: 3px;
  }
  .page-title__heading {
    font-size: 40px;
  }
}
/* -------------------------------------------------------------------------------
その他サービス一覧
---------------------------------------------------------------------------------- */
.other-services {
  background: url("../images/industrial-waste/bg01_sp.jpg") no-repeat;
  background-size: cover;
  padding: 20.76vw 6.15vw 15vw;
  position: relative;
  box-sizing: border-box;
}

.page-title.other-services__title {
  margin-bottom: 15.64vw;
}

.other-services__group {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 4.1vw;
  grid-row-gap: 4.1vw;
  position: relative;
  z-index: 2;
}

.other-services__link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  background: #fff;
  isolation: isolate;
  overflow: hidden;
  filter: drop-shadow(0px 0.76vw 4.35vw rgba(0, 0, 0, 0.12));
}
.other-services__link:hover .other-services__image img {
  transform: scale(1.05, 1.05);
  transition: all 0.3s;
}
.other-services__link:hover .other-services__icon img {
  animation: slideCycle 0.6s forwards;
}

.other-services__image {
  position: relative;
  overflow: hidden;
}
.other-services__image img {
  width: 100%;
  height: auto;
  transition: all 0.3s;
}

@keyframes slideCycle {
  0% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(120%);
  }
  41% {
    transform: translateX(-120%);
  }
  100% {
    transform: translateX(0);
  }
}
.other-services__block {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4vw 0 0;
  width: 100%;
  position: relative;
  background: #fff;
}

.other-services__sub-title {
  font-weight: 700;
  font-size: 3.07vw;
  line-height: 170%;
  text-align: center;
  letter-spacing: 0.08em;
  color: #929292;
}

.other-services__card-title {
  font-weight: 700;
  font-size: 5.64vw;
  line-height: 170%;
  text-align: center;
  letter-spacing: 0.08em;
  margin-bottom: 4vw;
}

.other-services__icon {
  overflow: hidden;
  position: absolute;
  right: 6.41vw;
  top: 0;
  bottom: 0;
  margin: auto;
  border: solid 1px #EC1234;
  border-radius: 50px;
  box-sizing: border-box;
  width: 7.2vw;
  height: 7.2vw;
}
.other-services__icon img {
  width: 7.2vw;
  height: auto;
}

.other-services__bg-right {
  position: absolute;
  width: 97.43vw;
  height: 235.89vw;
  right: 0;
  left: 81vw;
  top: 134.1vw;
  background: #E3E3E3;
  mix-blend-mode: multiply;
  transform: rotate(30deg);
  right: 0;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .other-services.other-services__intra-facility-logistics {
    padding: 15vw 6.15vw 15vw;
  }
}
@media screen and (min-width: 769px) {
  .other-services {
    background: url("../images/industrial-waste/bg01_pc.jpg") no-repeat;
    background-size: cover;
    padding: 120px 0;
  }
  .other-services__group {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: calc(100% - 12.3vw);
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .other-services__link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    background: #fff;
    isolation: isolate;
    filter: drop-shadow(0px 3px 17px rgba(0, 0, 0, 0.12));
  }
  .other-services__link:hover .other-services__image img {
    transform: scale(1.05, 1.05);
    transition: all 0.3s;
  }
  .other-services__link:hover .other-servicese__icon img {
    animation: slideCycle 0.6s forwards;
  }
  .other-services__image img {
    width: 100%;
    height: auto;
  }
  .other-services__block {
    flex-direction: column;
    padding: 18px 0 0;
  }
  .page-title.other-services__title {
    margin-bottom: 96px;
  }
  .other-services__sub-title {
    font-size: 12px;
  }
  .other-services__card-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .other-services__icon {
    margin-bottom: 16px;
    right: initial;
    position: relative;
    width: 32px;
    height: 32px;
  }
  .other-services__icon img {
    transform: translateX(0);
    transition: none;
    width: 32px;
    height: auto;
  }
  .other-services__bg-right {
    position: absolute;
    right: 0;
    margin: auto;
    width: 664px;
    height: 2000px;
    left: 1480px;
    top: -500px;
  }
}
/* -------------------------------------------------------------------------------
サービス内タブメニュー
---------------------------------------------------------------------------------- */
.service-tab {
  display: none;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 0 83px;
}

.service-tab__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap;
}

.service-tab__list.service-tab__list-it-support {
  justify-content: space-between;
  flex-flow: nowrap;
}
.service-tab__list.service-tab__list-it-support .service-tab__item {
  margin: 0 0 20px;
}

.service-tab__list.service-tab__list-transportation {
  justify-content: center;
  flex-wrap: wrap;
}
.service-tab__list.service-tab__list-transportation .service-tab__item {
  margin: 0 8px 18px;
}
.service-tab__list.service-tab__list-transportation .service-tab__item:nth-of-type(1) {
  margin: 0 8px 18px 0;
}
.service-tab__list.service-tab__list-transportation .service-tab__item:nth-of-type(4) {
  margin: 0 0 18px 8px;
}

.service-tab__item {
  margin: 0 10px 20px;
}

.service-tab__link {
  background: #F8F8F6;
  font-weight: 700;
  font-size: 16px;
  line-height: 190%;
  text-align: center;
  letter-spacing: 0.08em;
  padding: 16px 40px 16px 20px;
  box-sizing: border-box;
  min-width: 288px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.service-tab__link::after {
  background: url("../images/intra-facility-logistics/icon-tab.svg") no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  transition: all 0.2s;
}

@media screen and (min-width: 769px) {
  .service-tab {
    display: block;
  }
}
/* header.scss */
.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  height: 22.05vw;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.2s;
  overflow-x: hidden;
}

.header.js-bg {
  background: #fff;
}

.header.is-hidden {
  transform: translateY(-100%);
}

.header__inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4vw;
  top: -1vw;
  position: relative;
}

.header__logo-img img {
  width: 59.48vw;
  height: auto;
}

.header__nav {
  display: none;
}

.header__nav-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header__nav-item {
  margin-right: 32px;
}
.header__nav-item a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header__nav-item p {
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.04em;
  font-size: 16px;
  text-shadow: 0px 0px 8px rgba(26, 42, 83, 0.4);
}

.header__nav-item a p.header__nav-text {
  text-shadow: none;
}

.header.js-white .header__nav-item a {
  color: #fff;
}

.header.black .header__nav-item a {
  color: #161414;
}

.header.js-header.js-white.js-active .header__inner .header__nav .header__nav-list .header__nav-item a p,
.header.js-header.js-white.is-active.js-bg .header__inner .header__nav .header__nav-list .header__nav-item a p {
  text-shadow: none;
}

.header.js-white.is-active .header__nav-list .header__nav-item a,
.header.js-white.js-active.js-active .header__inner .header__nav .header__nav-list .header__nav-item a,
.header.js-white.js-active.js-active .header__inner .header__nav .header__nav-list .header__nav-item a p,
.header.js-white.js-active .header__nav-list .header__nav-item a p {
  color: #161414;
}

.header__contact-btn {
  padding: 9px 26px;
  background: #EC1234;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}

.service__nav--hover {
  display: none;
}

@media screen and (min-width: 769px) {
  .header {
    height: 104px;
    position: fixed;
    padding-top: 14px;
    box-sizing: border-box;
  }
  .header__inner {
    width: calc(100% - 80px);
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }
  .header__logo-img img {
    width: 266px;
  }
  .header__nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .service__nav--hover {
    display: none;
    position: fixed; /* ヘッダー下に重ねるため必要なら */
    left: 0;
    width: 100%;
    z-index: 50;
    background: #fff;
    flex-direction: row;
    align-items: flex-start;
    box-sizing: border-box;
    height: 312px;
    padding: 0 20px;
    top: 0;
    box-shadow: 0px 16px 16px rgba(0, 0, 0, 0.15);
  }
  .service__nav-inner {
    padding-top: 104px;
    box-sizing: border-box;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .service__nav-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 110%;
    letter-spacing: 0.03em;
    color: #EC1234;
    margin-right: 50px;
  }
  .service__nav-tex {
    font-weight: 700;
    font-size: 13px;
    line-height: 170%;
    letter-spacing: 0.08em;
    color: #524D4D;
  }
  .service__nav-image {
    width: 316px;
  }
  .service__nav-image img {
    width: 100%;
    height: auto;
  }
  .service__nav-list {
    margin-left: 64px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 40px;
    min-width: 619px;
  }
  .service__nav-item {
    width: 100%;
  }
  .service__nav-link {
    font-weight: 700;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: 0.04em;
    padding: 24px 0 14px;
    border-bottom: solid 1px #DFDFDF;
    position: relative;
  }
  .service__nav-link::after {
    background: url("../images/top/icon-arrow-red.svg") no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    transition: all 0.2s;
  }
}
@media screen and (min-width: 769px) and (max-width: 980px) {
  .header__inner {
    width: calc(100% - 40px);
  }
  .header__nav-item {
    margin-right: 18px;
  }
  .header__nav-item p {
    font-size: 15px;
  }
  .header__contact-btn {
    padding: 9px 14px;
    font-size: 15px;
  }
  .header__logo-img img {
    width: 220px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .service__nav--hover {
    justify-content: space-between;
  }
  .service__nav-image {
    display: none;
  }
  .service__nav-list {
    min-width: initial;
    width: 60%;
  }
  .service__nav-title {
    margin-right: 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1439px) {
  .header {
    width: 100%;
    min-width: 800px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1439px) {
  .header {
    width: 100%;
  }
  .header__inner {
    max-width: 1440px;
  }
}
@media screen and (min-width: 1440px) {
  .header {
    min-width: 1440px;
  }
}
/* gnav.scss */
.global-nav__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: fixed;
  right: 3.84vw;
  width: 14.35vw;
  height: 12.3vw;
  top: 3.84vw;
  cursor: pointer;
  z-index: 105;
  position: fixed;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.2s;
  background: #EC1234;
}
.global-nav__btn span {
  display: block;
  position: absolute;
  width: 8.2vw;
  border-bottom: solid 0.51vw #fff;
  transition: 0.2s ease-in-out;
}
.global-nav__btn span:nth-child(1) {
  top: 3.4vw;
}
.global-nav__btn span:nth-child(2) {
  top: 6.1vw;
}
.global-nav__btn span:nth-child(3) {
  top: 8.8vw;
}

.global-nav__btn.is-active span:nth-child(1) {
  top: 6vw;
  width: 8.2vw;
  transform: rotate(-30deg);
}

.global-nav__btn.is-active span:nth-child(2) {
  top: 6vw;
  transform: rotate(30deg);
  opacity: 0;
}

.global-nav__btn.is-active span:nth-child(3) {
  top: 6vw;
  width: 8.2vw;
  transform: rotate(30deg);
}

@keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOutAnime {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.global-nav-sp {
  position: fixed;
  top: -115vh;
  width: 100%;
  height: 100vh;
  z-index: 100;
  background: #fff;
  overflow-x: hidden;
  padding: 4vw 6vw 9vw;
  box-sizing: border-box;
}

.global-nav-sp-bottom__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 5vw;
}
.global-nav-sp-bottom__list--first {
  line-height: 1;
  margin-right: 5vw;
}
.global-nav-sp-bottom__list--second {
  line-height: 1;
  margin-right: 0;
}
.global-nav-sp-bottom__list a {
  color: #8D8D8D;
  font-weight: 500;
  font-size: 3.07vw;
  white-space: nowrap;
}

.global-nav-sp__nav {
  margin-bottom: 7.5vw;
}

.global-nav-sp__link {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 3.5vw 1vw 3.25vw;
  font-size: 4.1vw;
  font-weight: 700;
  position: relative;
  border-bottom: solid 1px #DFDFDF;
}

.global-nav-sp__contact-link {
  box-sizing: border-box;
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 3.5vw 6vw;
  width: 100%;
  background: #EC1234;
  font-weight: 700;
  font-size: 4.1vw;
  margin-bottom: 12vw;
}

.global-nav-sp__icon {
  position: relative;
  top: 2vw;
}
.global-nav-sp__icon img {
  width: 4.1vw;
  height: auto;
}

.global-nav-sp__contact-icon img {
  width: 4.1vw;
  height: auto;
}

.global-nav-sp__list {
  border-bottom: solid 1px #DFDFDF;
}

.global-nav-sp__item-inner {
  border-bottom: solid 1px #DFDFDF;
  padding-bottom: 4.5vw;
}

.global-nav-sp__link--noborder {
  border-bottom: solid 0 #DFDFDF;
}

.global-nav-sp__item-link {
  font-weight: 400;
  font-size: 3.33vw;
  padding-left: 5.5vw;
  line-height: 2.2;
  position: relative;
}
.global-nav-sp__item-link::before {
  content: "";
  width: 2.05vw;
  height: 1px;
  background: #EC1234;
  position: absolute;
  left: 1vw;
  top: 0;
  bottom: 0;
  margin: auto;
}

.global-nav__logo {
  margin-bottom: 12vw;
  width: calc(100% - 12vw);
  left: -1vw;
  position: relative;
}
.global-nav__logo picture {
  justify-content: flex-start;
}

.global-nav-sp__copyright {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 2.56vw;
  line-height: 130%;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 769px) {
  .global-nav-sp,
  .global-nav__btn {
    display: none;
  }
}
/* footer.scss */
.contact {
  position: relative;
  background: #2F2F2F;
  margin-bottom: -1px;
}

.contact-bg__image img {
  width: 100%;
  height: auto;
}

.contact__inner {
  background: #EC1234;
  padding: 8vw 6vw;
  box-sizing: border-box;
  width: calc(100% - 12.3vw);
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  top: -12vw;
  flex-direction: column;
}

.title__en.contact__title-en:first-letter {
  color: #fff;
}

.contact__text {
  letter-spacing: 0.04em;
  text-align: center;
}

.title.contact__title {
  margin-bottom: 6vw;
  text-align: center;
}

.contact__tel-link {
  color: #fff;
}

.contact__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.8vw;
  position: relative;
}

.contact__tel-text {
  font-weight: 700;
  font-size: 3.58vw;
  line-height: 170%;
  letter-spacing: 0.04em;
  text-align: center;
}
.contact__tel-text small {
  font-size: 3.07vw;
}

.contact__tel-number {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 8.71vw;
  letter-spacing: 0.08em;
  color: #FFFFFF;
  line-height: 1;
  white-space: nowrap;
  margin-bottom: 8vw;
  text-align: center;
}

.btn.contact__btn {
  border: solid 1px #fff;
  padding: 3.33vw;
  box-sizing: border-box;
  position: relative;
  font-size: 4.1vw;
  min-width: 75.94vw;
}
.btn.contact__btn .btn-icon {
  position: absolute;
  right: 5vw;
  top: 0;
  bottom: 0;
  margin: auto;
}
.btn.contact__btn .btn-icon img {
  width: 4.61vw;
  height: auto;
}

.contact__btn-text {
  font-weight: 700;
  font-size: 18px;
  line-height: 190%;
  text-align: center;
  letter-spacing: 0.04em;
}

.contact__tel-icon img {
  width: 6.15vw;
  height: auto;
}

@media screen and (max-width: 768px) {
  .contact__wrap.contact__wrap--web {
    padding-left: 5vw;
  }
  .contact__wrap.contact__wrap--web .contact__tel-icon {
    left: -43vw;
  }
  .contact__title-en {
    text-align: center;
  }
  .contact__tel-icon {
    position: absolute;
    top: 0;
    left: -48vw;
    right: 0;
    margin: auto;
  }
  .contact__block {
    margin-bottom: 11vw;
  }
  .title__heading.contact__heading::before {
    background: url("../images/common/icon-title-white.svg") no-repeat;
    background-size: contain;
    left: 21.5vw;
    top: 2vw;
  }
}
.contact__layout .btn.contact__btn {
  justify-content: center;
  padding-right: 7vw;
}

@media screen and (min-width: 769px) {
  .contact {
    margin-bottom: 0;
  }
  .btn.contact__btn {
    border: solid 1px #fff;
    padding: 15px 101px 15px 81px;
    box-sizing: border-box;
    position: relative;
    font-size: 16px;
    min-width: initial;
  }
  .btn.contact__btn .btn-icon {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .contact__layout {
    position: relative;
    left: 10px;
  }
  .contact__inner {
    clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
    padding: 0 200px;
    height: 307px;
    max-width: 1200px;
    flex-direction: row;
    top: -112px;
  }
  .contact__tel-number {
    font-size: 48px;
    margin-bottom: 30px;
    text-align: left;
  }
  .contact__text {
    text-align: left;
  }
  .contact__inner {
    padding: 0 200px;
    top: -112px;
    width: 100%;
  }
  .contact__tel-icon {
    margin-right: 6px;
  }
  .contact__tel-icon img {
    width: 24px;
    height: auto;
  }
  .title__heading.contact__heading::before {
    background: url("../images/common/icon-title-white.svg") no-repeat;
    background-size: contain;
  }
  .contact__wrap {
    justify-content: flex-start;
    margin-bottom: 10px;
  }
  .contact__tel-text {
    font-size: 14px;
    line-height: 170%;
    letter-spacing: 0.04em;
    text-align: left;
  }
  .contact__tel-text small {
    font-size: 12px;
  }
  .title.contact__title {
    margin-bottom: 40px;
    text-align: left;
  }
}
.footer {
  background: #2F2F2F;
  position: relative;
  width: 100%;
  color: #fff;
  overflow-x: hidden;
  padding-bottom: 12vw;
}

.footer__contact {
  border-top: solid 1px #b7b7b7;
}

.footer__inner {
  width: calc(100% - 12.3vw);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column-reverse;
  margin-bottom: 8vw;
}

.footer__logo-image {
  justify-content: center;
  margin-bottom: 8.5vw;
}
.footer__logo-image img {
  width: 79.48vw;
  height: auto;
}

.footer-nav__item-text {
  font-weight: 700;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  white-space: nowrap;
  line-height: 2;
  font-size: 4.1vw;
  position: relative;
}

.footer__btn {
  padding: 3.58vw 4vw;
  margin-bottom: 8.5vw;
  box-sizing: border-box;
  min-width: 85vw;
  /*--- 非表示 ---*/
  opacity: 0;
  pointer-events: none;
  /*--- ---*/
}
.footer__btn:hover {
  background: #FF3F5C;
}
.footer__btn:hover .btn-icon img {
  animation: initial;
  width: 4.1vw;
  height: auto;
}
.footer__btn .btn-icon {
  position: absolute;
  right: 4vw;
  top: 0;
  bottom: 0;
  margin: auto;
}
.footer__btn .btn-icon img {
  width: 4.1vw;
  height: auto;
}

.footer__address-title {
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 0.04em;
  text-shadow: 0px 0px 1vw rgba(0, 0, 0, 0.2);
  margin-bottom: 2vw;
  text-align: center;
}

.footer__address-text {
  font-weight: 400;
  font-size: 3.33vw;
  line-height: 170%;
  letter-spacing: 0.04em;
  text-shadow: 0px 0px 1vw rgba(0, 0, 0, 0.2);
  text-align: center;
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  flex-direction: column;
}

.footer__privacy {
  color: #fff;
  text-decoration: underline;
  font-size: 2.82vw;
  line-height: 170%;
  letter-spacing: 0.08em;
  text-decoration-line: underline;
  text-shadow: 0px 0px 1vw rgba(0, 0, 0, 0.2);
  margin-bottom: 6.5vw;
}
.footer__privacy:hover {
  text-decoration: none;
}

.footer__copyright {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 2.56vw;
  line-height: 130%;
  letter-spacing: 0.03em;
}

.footer__nav {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  flex-direction: column;
  margin-bottom: 8vw;
}

.footer__nav-item--first {
  margin-bottom: 4.3vw;
}

.footer__nav-item--one {
  margin-bottom: 6vw;
}

.footer__nav-item {
  margin-bottom: 2.1vw;
  padding-left: 5.64vw;
  box-sizing: border-box;
}
.footer__nav-item:last-of-type {
  margin-bottom: 0;
}

.footer-nav__item-subtext {
  color: #fff;
  font-weight: 400;
  font-size: 3.33vw;
  line-height: 170%;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}

.footer-nav__title--en {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 7.17vw;
  line-height: 110%;
  display: inline-block;
  margin-bottom: 0;
  letter-spacing: 0.03em;
  color: #525252;
}

.footer-nav__title--ja {
  font-weight: 700;
  font-size: 3.33vw;
  line-height: 170%;
  letter-spacing: 0.08em;
  color: #FFFFFF;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}

.footer__nav-list {
  position: relative;
}

.footer__line {
  margin-bottom: 5.5vw;
}
.footer__line::before {
  content: "";
  width: 1px;
  bottom: 0;
  left: 0;
  height: 29.2vw;
  background: #7C7C7C;
  position: absolute;
}

.footer__line--second {
  margin-bottom: 6.1vw;
}
.footer__line--second::before {
  content: "";
  width: 1px;
  bottom: 0;
  left: 0;
  height: 21.53vw;
  background: #7C7C7C;
  position: absolute;
}

@media screen and (max-width: 768px) {
  .btn.footer__btn {
    justify-content: center;
  }
}
@media screen and (min-width: 769px) {
  .footer {
    padding-bottom: 40px;
    margin-top: -47px;
  }
  .footer__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1200px;
    flex-direction: row;
    margin-bottom: 40px;
  }
  .footer__logo-image {
    justify-content: flex-start;
    margin-bottom: 47px;
  }
  .footer__logo-image img {
    width: 316px;
    height: auto;
  }
  .footer__nav {
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: row;
    width: initial;
    margin-bottom: 0;
  }
  .footer-nav__title--en {
    font-size: 30px;
    margin-bottom: 5px;
  }
  .footer-nav__title--ja {
    font-size: 13px;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  }
  .footer__nav-item--first {
    margin-bottom: 17px;
  }
  .footer__line {
    margin-bottom: 0;
  }
  .footer__line::before {
    content: "";
    height: 135px;
  }
  .footer__line--second {
    margin-bottom: 0;
  }
  .footer__line--second::before {
    content: "";
    height: 100px;
  }
  .footer__nav-item--one {
    margin-bottom: 34px;
  }
  .footer__nav-item {
    margin-bottom: 13px;
    padding-left: 25px;
  }
  .footer-nav__item-subtext {
    font-size: 14px;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  }
  .footer__nav-list {
    margin-left: 120px;
  }
  .footer__btn {
    padding: 14px 88px 14px 68px;
    margin-bottom: 150px;
    min-width: 316px;
  }
  .footer__btn:hover .btn-icon img {
    width: 16px;
  }
  .footer__btn .btn-icon {
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .footer__address-title {
    font-size: 15px;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    margin-bottom: 8px;
    text-align: left;
  }
  .footer__address-text {
    font-size: 13px;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    text-align: left;
  }
  .footer__bottom {
    max-width: 1200px;
    flex-direction: row;
  }
  .footer__copyright {
    font-size: 10px;
  }
  .footer__privacy {
    font-size: 11px;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    margin-bottom: 0;
  }
}
/* -------------------------------------------------------------------------------
企業情報ページ
---------------------------------------------------------------------------------- */
.company {
  position: relative;
  overflow: hidden;
}

.company-info {
  padding: 14.87vw 0 15.38vw;
  background: url("../images/company/bg01_sp.webp") no-repeat;
  background-size: cover;
}

.company-info__bg-left {
  width: 170.25vw;
  height: 405vw;
  left: -56vw;
  top: -218.55vw;
  position: absolute;
  right: 0;
  margin: auto;
  background: #fff;
  opacity: 0.8;
  transform: rotate(30deg);
}

.company-info__image {
  margin-bottom: 6.15vw;
}
.company-info__image img {
  width: 100%;
  height: auto;
}

.page-title.company-info__title {
  margin-bottom: 15.64vw;
}

.company-info__inner {
  width: calc(100% - 12.3vw);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}

.company-info__layout {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  box-sizing: border-box;
  flex-direction: column;
}

.company-info__text {
  margin-bottom: 2.56vw;
}

.company-info__subimage {
  margin-bottom: 4vw;
}
.company-info__subimage img {
  width: 63.07vw;
  height: auto;
}

.company-info__image-text {
  font-weight: 700;
  font-size: 3.58vw;
  line-height: 190%;
  text-align: center;
  letter-spacing: 0.03em;
  margin-bottom: 1.79vw;
}

.company-info__image-position {
  font-weight: 700;
  font-size: 3.84vw;
  line-height: 190%;
  text-align: center;
  letter-spacing: 0.03em;
}

.company-info__image-name {
  margin-left: 3vw;
}
.company-info__image-name img {
  width: 29vw;
  height: auto;
}

.company-info__bg-right {
  position: absolute;
  width: 72.82vw;
  height: 600vw;
  left: 50vw;
  top: 143.35vw;
  right: 0;
  margin: auto;
  background: #EEEEEE;
  mix-blend-mode: multiply;
  transform: rotate(30deg);
}

@media screen and (max-width: 768px) {
  .company-info__left {
    margin-bottom: 6vw;
  }
  .company-info__right {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .company-info {
    padding: 104px 0 102px;
    background: url("../images/company/bg01_pc.webp") no-repeat;
    background-size: cover;
  }
  .company-info__bg-left {
    position: absolute;
    width: calc(1000px + var(--difference) / 2);
    height: 1580px;
    left: calc(-2034px - var(--difference) / 2);
    top: -500px;
    right: 0;
    margin: auto;
    background: #fff;
    opacity: 0.8;
    transform: rotate(30deg);
  }
  .company-info__image {
    margin-bottom: 46px;
  }
  .company-info__image img {
    width: 100%;
    height: auto;
  }
  .page-title.company-info__title {
    margin-bottom: 96px;
  }
  .company-info__inner {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
  }
  .company-info__layout {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 30px;
    box-sizing: border-box;
    flex-direction: row;
  }
  .company-info__left {
    max-width: 704px;
  }
  .company-info__text {
    margin-bottom: 15px;
  }
  .company-info__right {
    max-width: 336px;
    position: relative;
    top: -168px;
    margin-right: 18px;
  }
  .company-info__subimage {
    margin-bottom: 18px;
  }
  .company-info__subimage img {
    width: 100%;
    height: auto;
  }
  .company-info__image-text {
    font-weight: 700;
    font-size: 15px;
    line-height: 190%;
    text-align: center;
    letter-spacing: 0.03em;
    margin-bottom: 7px;
  }
  .company-info__image-position {
    font-weight: 700;
    font-size: 15px;
    line-height: 190%;
    text-align: center;
    letter-spacing: 0.03em;
  }
  .company-info__image-name {
    margin-left: 15px;
  }
  .company-info__image-name img {
    width: 123px;
    height: auto;
  }
  .company-info__bg-right {
    position: absolute;
    width: 664px;
    height: calc(8000px + var(--difference) / 2);
    left: calc(-920px - var(--difference) / 2);
    top: -500px;
    right: 0;
    margin: auto;
    background: #EEEEEE;
    mix-blend-mode: multiply;
    transform: rotate(30deg);
  }
}
.company-outline {
  padding: 13.84vw 0 15.38vw;
  background: #fff;
  position: relative;
  z-index: 2;
}

.page-title.company-outline__title {
  margin-bottom: 16.15vw;
}

.company-outline__inner {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.company-table {
  position: relative;
  z-index: 3;
  width: calc(100% - 12.3vw);
  margin-left: auto;
  margin-right: auto;
}

.company-table__row {
  display: flex;
  justify-content: flex-start;
}

.company-table__term {
  width: 22.56vw;
  border-bottom: solid 1px #EC1234;
  padding: 4vw 0;
  box-sizing: border-box;
  font-weight: 700;
  font-size: 3.58vw;
  line-height: 190%;
  letter-spacing: 0.04em;
}

.company-table__term-detail {
  width: calc(100% - 22.56vw);
  border-bottom: solid 1px #DFDFDF;
  padding: 4vw 0;
  box-sizing: border-box;
  font-size: 3.58vw;
  line-height: 190%;
}
.company-table__term-detail p {
  margin-bottom: 2.56vw;
}
.company-table__term-detail p:last-of-type {
  margin-bottom: 0;
}
.company-table__term-detail a {
  display: inline-block;
}

.company-table__term-list li {
  text-indent: -5.12vw;
  padding-left: 6.66vw;
  margin-bottom: 0.2vw;
  line-height: 190%;
  box-sizing: border-box;
}
.company-table__term-list li::before {
  content: "・";
}

.company-table__term-list li.company-table__term-indent {
  padding-left: 40px;
}

.company-table__term-detail-list {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-row-gap: 0;
  margin-bottom: 2vw;
}

@media screen and (max-width: 768px) {
  .company-outline__bg--sp {
    position: absolute;
    width: 170.25vw;
    height: 1280.88vw;
    left: 50vw;
    top: -410.35vw;
    right: 0;
    margin: auto;
    background: #FBFBFB;
    transform: rotate(30deg);
  }
}
@media screen and (min-width: 769px) {
  .company-table__term-detail-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 0;
    margin-bottom: 10px;
  }
  .company-table {
    width: 100%;
  }
  .company-outline {
    padding: 104px 0 122px;
    background: rgba(255, 255, 255, 0.77);
  }
  .page-title.company-outline__title {
    margin-bottom: 98px;
  }
  .company-outline__inner {
    width: 100%;
    max-width: 960px;
  }
  .company-table__term {
    width: 208px;
    padding: 22px 15px;
    font-size: 16px;
    line-height: 190%;
  }
  .company-table__term-detail {
    width: calc(100% - 208px);
    padding: 22px 15px 23px;
    font-size: 16px;
    line-height: 190%;
  }
  .company-table__term-detail p {
    margin-bottom: 15px;
  }
  .company-table__term-list li {
    text-indent: -16px;
    padding-left: 20px;
    line-height: 1.88;
  }
  .company-table__term-list li::before {
    content: "・";
  }
  .company-table__term-list li.company-table__term-indent {
    padding-left: 40px;
  }
}
.company-history {
  padding: 14.87vw 0 12vw;
  position: relative;
  background: #F8F8F6;
  z-index: 2;
}

.page-title.company-history__title {
  margin-bottom: 15.89vw;
}

.company-history__inner {
  width: calc(100% - 12.3vw);
  margin-left: auto;
  margin-right: auto;
}

.company-history__image {
  margin-bottom: 10.25vw;
}
.company-history__image img {
  width: 100%;
  height: auto;
}

.company-history__wrapper {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.company-history__left {
  position: relative;
}
.company-history__left::before {
  content: "";
  background: #EC1234;
  width: 0.51vw;
  height: 465vw;
  position: absolute;
  left: 1vw;
  top: 2vw;
}

.company-history__right {
  position: relative;
}
.company-history__right::before {
  content: "";
  background: #EC1234;
  width: 0.51vw;
  height: 396vw;
  position: absolute;
  left: 1vw;
  top: 0;
}

.company-history__row {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 6.15vw;
}

.company-history__term {
  padding: 0 4.1vw 0 5.38vw;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 4.61vw;
  line-height: 140%;
  letter-spacing: 0.03em;
  color: #EC1234;
  position: relative;
  text-align: right;
}
.company-history__term::before {
  width: 2.56vw;
  height: 2.56vw;
  background: #EC1234;
  border-radius: 2.56vw;
  content: "";
  position: absolute;
  left: 0;
  top: 1.53vw;
}
.company-history__term small {
  font-size: 4.61vw;
}

.company-history__year {
  display: inline-block;
  min-width: 13vw;
  font-size: 5.12vw;
}

.company-history__number {
  display: inline-block;
  min-width: 5.12vw;
  text-align: center;
}

.company-history__term-detail {
  position: relative;
  top: -4px;
  line-height: 1.85;
  font-size: 3.84vw;
  flex: 1;
}

@media screen and (min-width: 769px) {
  .company-history {
    padding: 104px 0 107px;
    position: relative;
    background: #F8F8F6;
    z-index: 2;
  }
  .page-title.company-history__title {
    margin-bottom: 96px;
  }
  .company-history__inner {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .company-history__image {
    margin-bottom: 58px;
  }
  .company-history__image img {
    width: 100%;
    height: auto;
  }
  .company-history__wrapper {
    justify-content: space-between;
    flex-direction: row;
  }
  .company-history__left {
    width: 580px;
    position: relative;
  }
  .company-history__left::before {
    content: "";
    background: #EC1234;
    width: 3px;
    height: 1110px;
    position: absolute;
    left: 5px;
    top: 8px;
  }
  .company-history__right {
    width: 580px;
    position: relative;
    left: 20px;
  }
  .company-history__right::before {
    content: "";
    background: #EC1234;
    width: 3px;
    height: 1050px;
    position: absolute;
    left: 5px;
    top: -15px;
  }
  .company-history__row {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 15px;
  }
  .company-history__term {
    padding: 0 10px 0 32px;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0.03em;
    color: #EC1234;
    position: relative;
    min-width: 165px;
    flex: 1;
    text-align: left;
  }
  .company-history__term::before {
    width: 13px;
    height: 13px;
    background: #EC1234;
    border-radius: 13px;
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
  }
  .company-history__term small {
    font-size: 16px;
  }
  .company-history__year {
    display: inline-block;
    min-width: 50px;
    font-size: 20px;
  }
  .company-history__number {
    display: inline-block;
    min-width: 20px;
    text-align: center;
  }
  .company-history__term-detail {
    position: relative;
    top: -4px;
    min-width: 420px;
    line-height: 1.85;
    font-size: 16px;
  }
}
.company-access {
  position: relative;
  background: #fff;
}
.company-access::after {
  background: #F8F8F6;
  width: 100%;
  height: 67.94vw;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  margin: auto;
  content: "";
  transition: all 0.2s;
}

.company-access__inner {
  background: #fff;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  padding: 8.7vw 6.1vw 15.38vw;
  box-sizing: border-box;
}
.company-access__inner::before {
  content: "";
  background: url("../images/company/icon_access.svg") no-repeat;
  background-size: contain;
  width: 11.28vw;
  height: 18.97vw;
  position: absolute;
  left: 2vw;
  top: 2vw;
}
.company-access__inner::after {
  content: "";
  background: url("../images/company/icon_access.svg") no-repeat;
  background-size: contain;
  width: 11.28vw;
  height: 18.97vw;
  position: absolute;
  right: 2vw;
  top: 2vw;
  transform: scale(-1, 1);
}

.company-access__map {
  width: 100%;
  max-width: 1008px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3.84vw;
}
.company-access__map iframe {
  width: 100%;
  height: 70.76vw;
}

.page-title.company-access__title {
  margin-bottom: 15.64vw;
}

.company-access__layout {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.company-access__heading {
  font-weight: 700;
  font-size: 4.1vw;
  line-height: 190%;
  letter-spacing: 0.08em;
  margin-bottom: 2.56vw;
}

.company-access__text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1vw;
}

.company-access__wrapper,
.company-access__tel,
.company-access__fax {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.company-access__wrapper figure,
.company-access__tel figure,
.company-access__fax figure {
  margin-right: 1.53vw;
}

.company-access__left {
  margin-bottom: 5.2vw;
}

.company-access__tel {
  margin-right: 5.64vw;
}

.company-access__icon img {
  width: 5.12vw;
  height: auto;
}

@media screen and (min-width: 769px) {
  .company-access::after {
    width: 100%;
    height: 265px;
    right: 0;
    left: 0;
    top: 0;
    content: "";
  }
  .company-access__inner {
    width: 100%;
    max-width: 1200px;
    padding: 104px 0 120px;
  }
  .company-access__inner::before {
    content: "";
    width: 44px;
    height: 74px;
    left: 8px;
    top: 8px;
  }
  .company-access__inner::after {
    content: "";
    width: 44px;
    height: 74px;
    right: 8px;
    top: 8px;
  }
  .company-access__map {
    width: 100%;
    max-width: 1008px;
    margin-bottom: 30px;
  }
  .company-access__map iframe {
    width: 100%;
    height: 400px;
  }
  .page-title.company-access__title {
    margin-bottom: 95px;
  }
  .company-access__layout {
    width: 100%;
    max-width: 1008px;
    flex-direction: row;
  }
  .company-access__heading {
    font-size: 18px;
    line-height: 190%;
    margin-bottom: 10px;
  }
  .company-access__text {
    margin-bottom: 7px;
  }
  .company-access__wrapper figure,
  .company-access__tel figure,
  .company-access__fax figure {
    margin-right: 6px;
  }
  .company-access__tel {
    margin-right: 22px;
  }
  .company-access__left {
    margin-bottom: 0;
    margin-right: 198px;
  }
  .company-access__icon img {
    width: 20px;
  }
}