@charset "UTF-8";
/* top.scss */
/* 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;
}
.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;
  }
}
/* ------------------------------------------------
メインイメージ
------------------------------------------------ */
.mv {
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  width: 100%;
  background: #fff;
  z-index: 2;
}

.mv__slider {
  width: 100%;
  height: 100%;
}
.mv__slider .slick-slider,
.mv__slider .slick-track,
.mv__slider .slick-list,
.mv__slider .slick-slide {
  height: 100%;
  pointer-events: none;
}
.mv__slider picture {
  display: block;
  height: 100%;
}
.mv__slider picture img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.mv__title {
  z-index: 3;
  position: absolute;
  top: 30.25vw;
  left: 8.2vw;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.mv__text {
  font-weight: 700;
  font-size: 3.84vw;
  line-height: 180%;
  letter-spacing: 0.08em;
  color: #161414;
  margin-left: 1vw;
}

.mv__news {
  clip-path: polygon(0 0, 100% 0%, 83.5% 100%, 0% 100%);
  width: 100%;
  min-height: 28.2vw;
  background: #EC1234;
  position: absolute;
  left: 0;
  bottom: -18vw;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  box-sizing: border-box;
  color: #fff;
  padding: 0 18vw 1vw 6vw;
  z-index: 10;
}

.mv__news-wrapper {
  display: none;
}

.mv__news-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 4.61vw;
  width: 100%;
  line-height: 130%;
  border-bottom: solid 1px #fff;
  padding-bottom: 1.25vw;
  margin-bottom: 3vw;
}

.mv__news-text {
  font-weight: 700;
  font-size: 3.07vw;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.mv__news-date {
  display: block;
  font-size: 2.82vw;
  font-family: "Montserrat", sans-serif;
}

.mv__news-inner {
  position: relative;
  width: 100%;
}

.mv__news-arrow {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.mv__news-arrow img {
  width: 7.17vw;
  height: auto;
}

.mv__heading {
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 12.82vw;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 2.56vw;
}

.mv_headeing--red {
  color: #EC1234;
}

@media screen and (max-width: 768px) {
  .mv {
    height: 173.84vw;
  }
}
@media screen and (min-width: 769px) and (min-width: 1025px) {
  .mv {
    height: initial;
  }
}
@media screen and (min-width: 1200px) {
  .mv {
    height: 100vh;
    max-height: 960px;
  }
}
@media screen and (min-device-width: 769px) and (max-device-width: 1280px) and (-webkit-min-device-pixel-ratio: 2) {
  .mv {
    height: auto;
  }
}
@media screen and (min-width: 769px) {
  .mv {
    min-width: 1440px;
    min-height: 768px;
    width: 100%;
  }
  .mv__slider picture img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left;
       object-position: left;
  }
  .mv__slider.u-pc-only {
    z-index: 12;
  }
  .mv__title {
    top: -111px;
    left: 57px;
    bottom: 0;
    margin: auto;
  }
  .mv__text {
    font-size: 20px;
    color: #161414;
    margin-left: 8px;
  }
  .mv__heading {
    font-size: 96px;
    margin-bottom: 23px;
  }
  .mv__news {
    clip-path: polygon(0 0, 100% 0%, 83.5% 100%, 0% 100%);
    min-width: 526px;
    width: calc(515px + var(--difference) / 2);
    min-height: 154px;
    background: #EC1234;
    position: absolute;
    left: 0;
    bottom: 46px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    box-sizing: border-box;
    color: #fff;
    padding: 27px 0 27px 55px;
  }
  .mv__news-wrapper {
    min-width: 526px;
    width: calc(515px + var(--difference) / 2);
    min-height: 154px;
    background: translate;
    position: absolute;
    left: 0;
    bottom: 46px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    box-sizing: border-box;
    padding: 27px 0 27px 55px;
    z-index: 20;
  }
  .mv__news-title {
    font-size: 24px;
    width: calc(100% - 92px);
    padding-bottom: 6px;
    margin-bottom: 14px;
  }
  .mv__news-text {
    font-size: 13px;
    letter-spacing: 0.04em;
  }
  .mv__news-date {
    font-size: 12px;
    margin-bottom: 4px;
  }
  .mv__news-inner {
    position: relative;
    width: calc(100% - 92px);
  }
  .mv__news-arrow img {
    width: 32px;
  }
}
@media screen and (min-width: 1640px) {
  .mv__news,
  .mv__news-wrapper {
    min-width: 661px;
    min-height: 173px;
  }
  .mv__news-inner,
  .mv__news-title {
    width: 418px;
  }
}
@media screen and (min-width: 1920px) and (min-height: 768px) {
  .mv__news {
    min-width: 761px;
    min-height: 193px;
  }
  .mv__news-inner,
  .mv__news-title {
    width: 532px;
  }
  .mv__text {
    font-size: min(1.38vw, 24px);
  }
  .mv__heading {
    font-size: min(6.66vw, 120px);
  }
}
/* ------------------------------------------------
TOPページ
------------------------------------------------ */
.top_bg-info {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
}
.top_bg-info img {
  width: 100%;
  height: auto;
}

.top-content {
  box-sizing: border-box;
  position: relative;
  background: url("../images/top/bg_contents-sp.webp") no-repeat;
  background-size: cover;
  background-position: bottom;
}

.top-content__inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 32vw 0 15.38vw;
  position: relative;
}

.top-content__heading {
  font-weight: 700;
  font-size: 7.17vw;
  line-height: 170%;
  text-align: center;
  letter-spacing: 0.08em;
  margin-bottom: 4.15vw;
}

.top-content__text {
  font-weight: 600;
  font-size: 4.1vw;
  line-height: 220%;
  text-align: center;
  letter-spacing: 0.04em;
  margin-bottom: 4vw;
}

.top-content__image {
  margin-top: 8vw;
  width: 87.692vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 3;
}
.top-content__image img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .top-content__bg-left {
    position: absolute;
    width: 72.3vw;
    height: 130.5vw;
    left: -35.9vw;
    top: -93.12vw;
    background: rgba(91, 99, 108, 0.2);
    mix-blend-mode: multiply;
    transform: rotate(30deg);
    z-index: 1;
  }
  .top-content__bg-right {
    position: absolute;
    width: 108.71vw;
    height: 1282.05vw;
    left: calc(93.2vw + var(--difference) / 2);
    right: 0;
    top: -452.15vw;
    margin: auto;
    background: #EC1234;
    mix-blend-mode: multiply;
    transform: rotate(30deg);
    z-index: 2;
  }
}
@media screen and (min-width: 769px) {
  .top-content {
    background: url("../images/top/bg_contents-pc.webp") no-repeat;
    background-size: cover;
    background-position: bottom;
    min-height: 1005px;
  }
  .top-content__bg-left {
    position: absolute;
    width: 664px;
    height: 3000px;
    left: -1905px;
    top: -1260px;
    background: rgba(91, 99, 108, 0.2);
    mix-blend-mode: multiply;
    transform: rotate(30deg);
    z-index: 1;
  }
  .top-content__bg-right {
    position: absolute;
    width: 424px;
    height: 5000px;
    left: calc(383px + var(--difference) / 2);
    right: 0;
    top: -1450px;
    margin: auto;
    background: #EC1234;
    mix-blend-mode: multiply;
    transform: rotate(30deg);
    z-index: 2;
  }
  .top-content__inner {
    width: 100%;
    max-width: 1440px;
    padding: 126px 0 120px;
  }
  .top-content__heading {
    font-size: 32px;
    margin-bottom: 33px;
  }
  .top-content__text {
    font-size: 18px;
    margin-bottom: 18px;
  }
  .top-content__image {
    margin-top: 64px;
    width: 1200px;
  }
}
@media screen and (min-width: 769px) {
  .top-content__bg-left {
    left: -563px;
  }
}
@media screen and (min-width: 1440px) {
  .top-content__bg-left {
    left: -567px;
  }
}
@media screen and (min-width: 1470px) {
  .top-content__bg-left {
    left: -567px;
  }
}
@media screen and (min-width: 1500px) {
  .top-content__bg-left {
    left: -572px;
  }
}
@media screen and (min-width: 1520px) {
  .top-content__bg-left {
    left: -572px;
  }
}
@media screen and (min-width: 1570px) {
  .top-content__bg-left {
    left: -581px;
  }
}
@media screen and (min-width: 1620px) {
  .top-content__bg-left {
    left: -587px;
  }
}
@media screen and (min-width: 1670px) {
  .top-content__bg-left {
    left: -594px;
  }
}
@media screen and (min-width: 1720px) {
  .top-content__bg-left {
    left: -602px;
  }
}
@media screen and (min-width: 1770px) {
  .top-content__bg-left {
    left: -609px;
  }
}
@media screen and (min-width: 1820px) {
  .top-content__bg-left {
    left: -616px;
  }
}
@media screen and (min-width: 1870px) {
  .top-content__bg-left {
    left: -624px;
  }
}
@media screen and (min-width: 1920px) {
  .top-content__bg-left {
    left: -631px;
  }
}
@media screen and (min-width: 2000px) {
  .top-content__bg-left {
    left: -642px;
  }
}
@media screen and (min-width: 2100px) {
  .top-content__bg-left {
    left: -658px;
  }
}
@media screen and (min-width: 2140px) {
  .top-content__bg-left {
    left: -662px;
  }
}
@media screen and (min-width: 769px) and (min-height: 1180px) {
  .top-content__bg-left {
    left: -560px;
  }
}
@media screen and (min-width: 769px) and (min-height: 800px) {
  .top-content__bg-left {
    left: -563px;
  }
}
@media screen and (min-width: 1200px) and (min-height: 800px) {
  .top-content__bg-left {
    left: -550px;
  }
}
@media screen and (min-width: 1470px) and (min-height: 800px) {
  .top-content__bg-left {
    left: -560px;
  }
}
@media screen and (min-width: 1500px) and (min-height: 800px) {
  .top-content__bg-left {
    left: -575px;
  }
}
@media screen and (min-width: 1520px) and (min-height: 800px) {
  .top-content__bg-left {
    left: -583px;
  }
}
@media screen and (min-width: 1570px) and (min-height: 800px) {
  .top-content__bg-left {
    left: -590px;
  }
}
@media screen and (min-width: 1620px) and (min-height: 800px) {
  .top-content__bg-left {
    left: -597px;
  }
}
@media screen and (min-width: 1670px) and (min-height: 800px) {
  .top-content__bg-left {
    left: -604px;
  }
}
@media screen and (min-width: 1720px) and (min-height: 800px) {
  .top-content__bg-left {
    left: -611px;
  }
}
@media screen and (min-width: 1770px) and (min-height: 800px) {
  .top-content__bg-left {
    left: -619px;
  }
}
@media screen and (min-width: 1820px) and (min-height: 800px) {
  .top-content__bg-left {
    left: -626px;
  }
}
@media screen and (min-width: 1870px) and (min-height: 800px) {
  .top-content__bg-left {
    left: -633px;
  }
}
@media screen and (min-width: 1920px) and (min-height: 800px) {
  .top-content__bg-left {
    left: -641px;
  }
}
@media screen and (min-width: 2000px) and (min-height: 800px) {
  .top-content__bg-left {
    left: -652px;
  }
}
@media screen and (min-width: 2100px) and (min-height: 800px) {
  .top-content__bg-left {
    left: -667px;
  }
}
@media screen and (min-width: 2140px) and (min-height: 800px) {
  .top-content__bg-left {
    left: -672px;
  }
}
@media screen and (min-width: 769px) and (min-height: 820px) {
  .top-content__bg-left {
    left: -563px;
  }
}
@media screen and (min-width: 1200px) and (min-height: 820px) {
  .top-content__bg-left {
    left: -550px;
  }
}
@media screen and (min-width: 1470px) and (min-height: 820px) {
  .top-content__bg-left {
    left: -552px;
  }
}
@media screen and (min-width: 1500px) and (min-height: 820px) {
  .top-content__bg-left {
    left: -566px;
  }
}
@media screen and (min-width: 1520px) and (min-height: 820px) {
  .top-content__bg-left {
    left: -577px;
  }
}
@media screen and (min-width: 1570px) and (min-height: 820px) {
  .top-content__bg-left {
    left: -596px;
  }
}
@media screen and (min-width: 1620px) and (min-height: 820px) {
  .top-content__bg-left {
    left: -602px;
  }
}
@media screen and (min-width: 1670px) and (min-height: 820px) {
  .top-content__bg-left {
    left: -611px;
  }
}
@media screen and (min-width: 1720px) and (min-height: 820px) {
  .top-content__bg-left {
    left: -617px;
  }
}
@media screen and (min-width: 1770px) and (min-height: 820px) {
  .top-content__bg-left {
    left: -619px;
  }
}
@media screen and (min-width: 1820px) and (min-height: 820px) {
  .top-content__bg-left {
    left: -632px;
  }
}
@media screen and (min-width: 1870px) and (min-height: 820px) {
  .top-content__bg-left {
    left: -638px;
  }
}
@media screen and (min-width: 1920px) and (min-height: 820px) {
  .top-content__bg-left {
    left: -647px;
  }
}
@media screen and (min-width: 2000px) and (min-height: 820px) {
  .top-content__bg-left {
    left: -658px;
  }
}
@media screen and (min-width: 2100px) and (min-height: 820px) {
  .top-content__bg-left {
    left: -670px;
  }
}
@media screen and (min-width: 2140px) and (min-height: 820px) {
  .top-content__bg-left {
    left: -678px;
  }
}
@media screen and (min-width: 769px) and (min-height: 840px) {
  .top-content__bg-left {
    left: -563px;
  }
}
@media screen and (min-width: 1200px) and (min-height: 840px) {
  .top-content__bg-left {
    left: -536px;
  }
}
@media screen and (min-width: 1470px) and (min-height: 840px) {
  .top-content__bg-left {
    left: -547px;
  }
}
@media screen and (min-width: 1500px) and (min-height: 840px) {
  .top-content__bg-left {
    left: -560px;
  }
}
@media screen and (min-width: 1520px) and (min-height: 840px) {
  .top-content__bg-left {
    left: -569px;
  }
}
@media screen and (min-width: 1570px) and (min-height: 840px) {
  .top-content__bg-left {
    left: -595px;
  }
}
@media screen and (min-width: 1620px) and (min-height: 840px) {
  .top-content__bg-left {
    left: -609px;
  }
}
@media screen and (min-width: 1670px) and (min-height: 840px) {
  .top-content__bg-left {
    left: -615px;
  }
}
@media screen and (min-width: 1720px) and (min-height: 840px) {
  .top-content__bg-left {
    left: -623px;
  }
}
@media screen and (min-width: 1770px) and (min-height: 840px) {
  .top-content__bg-left {
    left: -631px;
  }
}
@media screen and (min-width: 1820px) and (min-height: 840px) {
  .top-content__bg-left {
    left: -638px;
  }
}
@media screen and (min-width: 1870px) and (min-height: 840px) {
  .top-content__bg-left {
    left: -645px;
  }
}
@media screen and (min-width: 1920px) and (min-height: 840px) {
  .top-content__bg-left {
    left: -652px;
  }
}
@media screen and (min-width: 2000px) and (min-height: 840px) {
  .top-content__bg-left {
    left: -664px;
  }
}
@media screen and (min-width: 2100px) and (min-height: 840px) {
  .top-content__bg-left {
    left: -678px;
  }
}
@media screen and (min-width: 2140px) and (min-height: 840px) {
  .top-content__bg-left {
    left: -684px;
  }
}
@media screen and (min-width: 769px) and (min-height: 860px) {
  .top-content__bg-left {
    left: -563px;
  }
}
@media screen and (min-width: 1200px) and (min-height: 860px) {
  .top-content__bg-left {
    left: -521px;
  }
}
@media screen and (min-width: 1470px) and (min-height: 860px) {
  .top-content__bg-left {
    left: -538px;
  }
}
@media screen and (min-width: 1500px) and (min-height: 860px) {
  .top-content__bg-left {
    left: -552px;
  }
}
@media screen and (min-width: 1520px) and (min-height: 860px) {
  .top-content__bg-left {
    left: -562px;
  }
}
@media screen and (min-width: 1570px) and (min-height: 860px) {
  .top-content__bg-left {
    left: -587px;
  }
}
@media screen and (min-width: 1620px) and (min-height: 860px) {
  .top-content__bg-left {
    left: -612px;
  }
}
@media screen and (min-width: 1670px) and (min-height: 860px) {
  .top-content__bg-left {
    left: -622px;
  }
}
@media screen and (min-width: 1720px) and (min-height: 860px) {
  .top-content__bg-left {
    left: -629px;
  }
}
@media screen and (min-width: 1770px) and (min-height: 860px) {
  .top-content__bg-left {
    left: -637px;
  }
}
@media screen and (min-width: 1820px) and (min-height: 860px) {
  .top-content__bg-left {
    left: -642px;
  }
}
@media screen and (min-width: 1870px) and (min-height: 860px) {
  .top-content__bg-left {
    left: -650px;
  }
}
@media screen and (min-width: 1920px) and (min-height: 860px) {
  .top-content__bg-left {
    left: -658px;
  }
}
@media screen and (min-width: 2000px) and (min-height: 860px) {
  .top-content__bg-left {
    left: -670px;
  }
}
@media screen and (min-width: 2100px) and (min-height: 860px) {
  .top-content__bg-left {
    left: -684px;
  }
}
@media screen and (min-width: 2140px) and (min-height: 860px) {
  .top-content__bg-left {
    left: -688px;
  }
}
@media screen and (min-width: 769px) and (min-height: 890px) {
  .top-content__bg-left {
    left: -563px;
  }
}
@media screen and (min-width: 1200px) and (min-height: 890px) {
  .top-content__bg-left {
    left: -522px;
  }
}
@media screen and (min-width: 1500px) and (min-height: 890px) {
  .top-content__bg-left {
    left: -538px;
  }
}
@media screen and (min-width: 1520px) and (min-height: 890px) {
  .top-content__bg-left {
    left: -548px;
  }
}
@media screen and (min-width: 1570px) and (min-height: 890px) {
  .top-content__bg-left {
    left: -572px;
  }
}
@media screen and (min-width: 1620px) and (min-height: 890px) {
  .top-content__bg-left {
    left: -599px;
  }
}
@media screen and (min-width: 1670px) and (min-height: 890px) {
  .top-content__bg-left {
    left: -622px;
  }
}
@media screen and (min-width: 1720px) and (min-height: 890px) {
  .top-content__bg-left {
    left: -640px;
  }
}
@media screen and (min-width: 1770px) and (min-height: 890px) {
  .top-content__bg-left {
    left: -647px;
  }
}
@media screen and (min-width: 1820px) and (min-height: 890px) {
  .top-content__bg-left {
    left: -655px;
  }
}
@media screen and (min-width: 1870px) and (min-height: 890px) {
  .top-content__bg-left {
    left: -663px;
  }
}
@media screen and (min-width: 1920px) and (min-height: 890px) {
  .top-content__bg-left {
    left: -668px;
  }
}
@media screen and (min-width: 2000px) and (min-height: 890px) {
  .top-content__bg-left {
    left: -681px;
  }
}
@media screen and (min-width: 2100px) and (min-height: 890px) {
  .top-content__bg-left {
    left: -693px;
  }
}
@media screen and (min-width: 2140px) and (min-height: 890px) {
  .top-content__bg-left {
    left: -699px;
  }
}
@media screen and (min-width: 1200px) and (min-height: 900px) {
  .top-content__bg-left {
    left: -514px;
  }
}
@media screen and (min-width: 1440px) and (min-height: 900px) {
  .top-content__bg-left {
    left: -565px;
  }
}
@media screen and (min-width: 1470px) and (min-height: 900px) {
  .top-content__bg-left {
    left: -519px;
  }
}
@media screen and (min-width: 1500px) and (min-height: 900px) {
  .top-content__bg-left {
    left: -533px;
  }
}
@media screen and (min-width: 1520px) and (min-height: 900px) {
  .top-content__bg-left {
    left: -543px;
  }
}
@media screen and (min-width: 1570px) and (min-height: 900px) {
  .top-content__bg-left {
    left: -567px;
  }
}
@media screen and (min-width: 1620px) and (min-height: 900px) {
  .top-content__bg-left {
    left: -593px;
  }
}
@media screen and (min-width: 1670px) and (min-height: 900px) {
  .top-content__bg-left {
    left: -618px;
  }
}
@media screen and (min-width: 1720px) and (min-height: 900px) {
  .top-content__bg-left {
    left: -643px;
  }
}
@media screen and (min-width: 1770px) and (min-height: 900px) {
  .top-content__bg-left {
    left: -650px;
  }
}
@media screen and (min-width: 1820px) and (min-height: 900px) {
  .top-content__bg-left {
    left: -658px;
  }
}
@media screen and (min-width: 1870px) and (min-height: 900px) {
  .top-content__bg-left {
    left: -664px;
  }
}
@media screen and (min-width: 1920px) and (min-height: 900px) {
  .top-content__bg-left {
    left: -669px;
  }
}
@media screen and (min-width: 2000px) and (min-height: 900px) {
  .top-content__bg-left {
    left: -680px;
  }
}
@media screen and (min-width: 2100px) and (min-height: 900px) {
  .top-content__bg-left {
    left: -695px;
  }
}
@media screen and (min-width: 2140px) and (min-height: 900px) {
  .top-content__bg-left {
    left: -699px;
  }
}
@media screen and (min-width: 769px) and (min-height: 930px) {
  .top-content__bg-left {
    left: -679px;
  }
}
@media screen and (min-width: 1200px) and (min-height: 930px) {
  .top-content__bg-left {
    left: -679px;
  }
}
@media screen and (min-width: 1470px) and (min-height: 930px) {
  .top-content__bg-left {
    left: -640px;
  }
}
@media screen and (min-width: 1520px) and (min-height: 930px) {
  .top-content__bg-left {
    left: -645px;
  }
}
@media screen and (min-width: 1570px) and (min-height: 930px) {
  .top-content__bg-left {
    left: -695px;
  }
}
@media screen and (min-width: 1620px) and (min-height: 930px) {
  .top-content__bg-left {
    left: -647px;
  }
}
@media screen and (min-width: 1670px) and (min-height: 930px) {
  .top-content__bg-left {
    left: -696px;
  }
}
@media screen and (min-width: 1720px) and (min-height: 930px) {
  .top-content__bg-left {
    left: -646px;
  }
}
@media screen and (min-width: 1770px) and (min-height: 930px) {
  .top-content__bg-left {
    left: -688px;
  }
}
@media screen and (min-width: 1820px) and (min-height: 930px) {
  .top-content__bg-left {
    left: -604px;
  }
}
@media screen and (min-width: 1870px) and (min-height: 930px) {
  .top-content__bg-left {
    left: -618px;
  }
}
@media screen and (min-width: 1920px) and (min-height: 930px) {
  .top-content__bg-left {
    left: -633px;
  }
}
@media screen and (min-width: 2000px) and (min-height: 930px) {
  .top-content__bg-left {
    left: -682px;
  }
}
@media screen and (min-width: 2100px) and (min-height: 930px) {
  .top-content__bg-left {
    left: -692px;
  }
}
@media screen and (min-width: 2140px) and (min-height: 930px) {
  .top-content__bg-left {
    left: -622px;
  }
}
@media screen and (min-width: 769px) and (min-height: 960px) {
  .top-content__bg-left {
    left: -490px;
    margin: initial;
    right: initial;
  }
}
@media screen and (min-width: 1470px) and (min-height: 960px) {
  .top-content__bg-left {
    left: -499px;
  }
}
@media screen and (min-width: 1520px) and (min-height: 960px) {
  .top-content__bg-left {
    left: -524px;
  }
}
@media screen and (min-width: 1570px) and (min-height: 960px) {
  .top-content__bg-left {
    left: -549px;
  }
}
@media screen and (min-width: 1620px) and (min-height: 960px) {
  .top-content__bg-left {
    left: -573px;
  }
}
@media screen and (min-width: 1670px) and (min-height: 960px) {
  .top-content__bg-left {
    left: -599px;
  }
}
@media screen and (min-width: 1720px) and (min-height: 960px) {
  .top-content__bg-left {
    left: -623px;
  }
}
@media screen and (min-width: 1770px) and (min-height: 960px) {
  .top-content__bg-left {
    left: -650px;
  }
}
@media screen and (min-width: 1820px) and (min-height: 960px) {
  .top-content__bg-left {
    left: -671px;
  }
}
@media screen and (min-width: 1870px) and (min-height: 960px) {
  .top-content__bg-left {
    left: -678px;
  }
}
@media screen and (min-width: 1920px) and (min-height: 960px) {
  .top-content__bg-left {
    left: -686px;
  }
}
@media screen and (min-width: 2000px) and (min-height: 960px) {
  .top-content__bg-left {
    left: -697px;
  }
}
@media screen and (min-width: 2100px) and (min-height: 960px) {
  .top-content__bg-left {
    left: -713px;
  }
}
@media screen and (min-width: 2140px) and (min-height: 960px) {
  .top-content__bg-left {
    left: -718px;
  }
}
.top-service {
  background: url("../images/top/service_bg-sp.webp") no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
  z-index: 3;
  padding: 14.5vw 6.15vw 7.69vw;
  overflow: hidden;
  box-sizing: border-box;
}

.top-service__bg-bottom {
  position: absolute;
  width: 664px;
  height: 1848px;
  left: 0;
  right: -126%;
  bottom: -403px;
  background: #e3e3e3;
  mix-blend-mode: multiply;
  transform: rotate(30deg);
  margin: auto;
}

.top-service__inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12.05vw;
  position: relative;
  z-index: 2;
}

.top-service__item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 5.12vw;
  flex-direction: column;
}

.top-service__text {
  margin-bottom: 5vw;
}

.top-service__heading {
  text-align: left;
  padding-right: 6vw;
}

.top-service__card {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}
.top-service__card li {
  position: relative;
}

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

@keyframes slideCycle {
  0% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(120%);
  }
  41% {
    transform: translateX(-120%);
  }
  100% {
    transform: translateX(0);
  }
}
.top-service__bg-top {
  position: absolute;
  width: 91.6vw;
  height: 217.43vw;
  left: -67.43vw;
  top: -55.2vw;
  background: #fff;
  transform: rotate(30deg);
}

.top-service__number {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 5.12vw;
  line-height: 130%;
  color: #fff;
  background: #EC1234;
  padding: 2.5vw 0;
  min-width: 12.3vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: center;
}

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

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

.top-service__title {
  margin-bottom: 6vw;
}

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

.top-service__block {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4vw 0 0;
  width: 100%;
  position: relative;
}

.top-service__icon {
  border: solid 1px #EC1234;
  border-radius: 50px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .top-service__icon {
    position: absolute;
    right: 6.41vw;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 7.2vw;
    height: 7.2vw;
  }
  .top-service__icon img {
    width: 7.2vw;
    height: auto;
  }
}
@media screen and (min-width: 769px) {
  .top-service__bg-top {
    width: 1015px;
    height: 2468px;
    left: calc(-1746px + var(--difference) / 2);
    right: 0;
    top: -783px;
    margin: auto;
  }
  .top-service__number {
    font-size: 24px;
    padding: 12px 0;
    min-width: 48px;
  }
  .top-service__inner {
    max-width: 1200px;
    margin-bottom: 96px;
  }
  .top-service {
    background: url("../images/top/service_bg-pc.webp") no-repeat;
    background-size: auto;
    background-position: top center;
    z-index: 3;
    padding: 104px 0 95px;
  }
  .top-service__link {
    filter: drop-shadow(0px 3px 17px rgba(0, 0, 0, 0.12));
  }
  .top-service__bg-bottom {
    width: 664px;
    height: 1848px;
    left: 0;
    right: calc(-1921px + var(--difference) / 2);
    bottom: -403px;
    margin: auto;
  }
  .top-service__block {
    flex-direction: column;
    padding: 15px 0 0;
  }
  .top-service__heading {
    padding-right: 0;
  }
  .top-service__sub-title {
    font-size: 12px;
  }
  .top-service__title {
    margin-bottom: 10px;
  }
  .top-service__card-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .top-service__text {
    margin-left: 136px;
    margin-bottom: 7px;
  }
  .top-service__item {
    margin-bottom: 40px;
    align-items: center;
    flex-direction: row;
  }
  .top-service__card {
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
  .top-service__icon {
    margin-bottom: 16px;
    overflow: hidden;
    position: relative;
    width: 32px;
    height: 32px;
  }
  .top-service__icon img {
    transform: translateX(0);
    transition: none;
    width: 32px;
    height: auto;
  }
}
.top-solution {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}

.top-solution__block {
  margin-bottom: 4.69vw;
}

.top-solution__title {
  font-weight: 700;
  font-size: 6.15vw;
  line-height: 170%;
  text-align: center;
  letter-spacing: 0.08em;
  color: #EC1234;
  margin-bottom: 6.15vw;
}

.top-solution__heading {
  background: #EC1234;
  font-weight: 700;
  font-size: 4.87vw;
  line-height: 170%;
  letter-spacing: 0.08em;
  color: #ffffff;
  padding: 4vw 5vw;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
}
.top-solution__heading::after {
  background: url("../images/top/icon-dropdown.svg") no-repeat;
  background-size: contain;
  width: 5.38vw;
  height: 5.38vw;
  position: absolute;
  right: 5.38vw;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  transition: all 0.2s;
}
.top-solution__heading.is-open::after {
  transform: scale(1, -1);
}

.top-solution__inner {
  background: #fff;
  padding: 5.6vw 5.1vw 8.5vw;
  box-sizing: border-box;
  display: none;
}

.top-solution__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 2.5vw;
  grid-row-gap: 2.5vw;
}

.top-solution__grid-link {
  border: solid 1px #EC1234;
  padding: 3.33vw 4.35vw;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.top-solution__inner-text {
  margin-bottom: 6.41vw;
}

.top-solution__layout {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
}

.top-solution__grid-title {
  font-weight: 700;
  font-size: 4.61vw;
  line-height: 170%;
  letter-spacing: 0.08em;
  margin-right: 3.84vw;
  margin-bottom: 0.4vw;
}

.top-solution__arrow img {
  width: 7.17vw;
  height: auto;
}

@media screen and (max-width: 768px) {
  .top-solution__grid-text {
    font-size: 3.58vw;
  }
}
@media screen and (min-width: 769px) {
  .top-solution__title {
    font-size: 32px;
    margin-bottom: 34px;
  }
  .top-solution__heading {
    font-size: 24px;
    padding: 22px 20px;
  }
  .top-solution__heading::after {
    background: url("../images/top/icon-dropdown.svg") no-repeat;
    background-size: contain;
    width: 32px;
    height: 32px;
    right: 40px;
  }
  .top-solution__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }
  .top-solution__inner {
    padding: 40px 40px 48px;
  }
  .top-solution__inner-text {
    margin-bottom: 32px;
  }
  .top-solution__grid-link {
    padding: 14px 20px;
  }
  .top-solution__grid-title {
    font-size: 20px;
    margin-right: 15px;
    margin-bottom: 0;
  }
  .top-solution__arrow img {
    width: 32px;
    height: auto;
  }
  .top-solution__block {
    margin-bottom: 29px;
  }
}
.top-company {
  padding: 14.5vw 0 0;
  position: relative;
  z-index: 2;
  background: #fff;
}

.top-company__bg {
  position: absolute;
  width: 76.92vw;
  height: 589.74vw;
  left: -181.28vw;
  right: 0;
  top: -69.23vw;
  background: #EC1234;
  mix-blend-mode: multiply;
  transform: rotate(30deg);
}

.title.top-company__title {
  width: calc(100% - 12.3vw);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5.89vw;
}

.title__en.top-company__title-en {
  text-align: right;
}

.title__heading.top-company__heading {
  text-align: right;
}
.title__heading.top-company__heading::before {
  right: 19vw;
  left: initial;
  background: url("../images/common/icon-title.svg") no-repeat;
  background-size: cover;
}

.top-company__block {
  background: url("../images/top/company_bg-sp.webp") no-repeat;
  background-size: cover;
  padding: 8.5vw 0 63vw;
  box-sizing: border-box;
}

.top-company__layout {
  width: calc(100% - 12.3vw);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 2;
}

.top-company__text {
  color: #fff;
  font-weight: 400;
  font-size: 3.84vw;
  line-height: 190%;
  text-shadow: 0px 0px 1vw rgba(0, 0, 0, 0.3);
  margin-bottom: 12vw;
}

.top-company__image {
  margin-bottom: 5.5vw;
}
.top-company__image img {
  width: 100%;
  max-width: 608px;
  height: auto;
}

.top-company__btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.top__bg-wrapper {
  padding-bottom: 15.38vw;
  background: #f5f5f5;
}

@media screen and (max-width: 768px) {
  .top-company__btn .btn {
    padding: 3.2vw 5vw 3.2vw 6vw;
  }
}
@media screen and (min-width: 769px) {
  .title.top-company__title {
    width: 100%;
    max-width: 1200px;
    margin-bottom: 48px;
  }
  .top-company__bg {
    width: 450px;
    height: 2300px;
    left: calc(-980px - var(--difference) / 2);
    right: 0;
    top: -270px;
    margin: auto;
  }
  .top-company {
    padding: 104px 0 0;
  }
  .top-company__block {
    background: url("../images/top/company_bg-pc.webp") no-repeat;
    background-size: cover;
    padding: 56px 0 295px;
  }
  .top-company__layout {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    position: relative;
    z-index: 2;
  }
  .top-company__text {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 190%;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    margin-bottom: 55px;
  }
  .top-company__item {
    width: 496px;
  }
  .top-company__image {
    margin-bottom: 0;
  }
  .top-company__btn {
    justify-content: flex-end;
  }
  .title__heading.top-company__heading::before {
    right: 75px;
    left: initial;
    background: url("../images/common/icon-title.svg") no-repeat;
    background-size: cover;
  }
}
.top-sdgs {
  width: calc(100% - 12.3vw);
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  position: relative;
  z-index: 4;
  margin-top: -46.43vw;
}
.top-sdgs::before {
  background: url("../images/top/sdgs_decoration.svg") no-repeat;
  background-size: contain;
  width: 7.43vw;
  height: 12.3vw;
  content: "";
  position: absolute;
  left: 2vw;
  top: 2vw;
}
.top-sdgs::after {
  background: url("../images/top/sdgs_decoration.svg") no-repeat;
  background-size: contain;
  width: 7.43vw;
  height: 12.3vw;
  content: "";
  position: absolute;
  right: 2vw;
  bottom: 2vw;
  transform: rotate(180deg);
}

.btn.sdgs-btn {
  padding: 14px 24px;
  top: 4px;
  position: relative;
}

.top-sdgs__inner {
  width: calc(100% - 12.3vw);
  margin-left: auto;
  margin-right: auto;
  padding: 8.5vw 0;
  box-sizing: border-box;
}

.top-sdgs__title {
  font-size: 7.17vw;
  margin-bottom: 4vw;
  line-height: 170%;
  letter-spacing: 0.08em;
  color: #EC1234;
  font-weight: 700;
}

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

.top-sdgs__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

.top-sdgs__text {
  margin-bottom: 11vw;
}

@media screen and (max-width: 768px) {
  .btn.sdgs-btn {
    margin-right: auto;
  }
}
@media screen and (min-width: 769px) {
  .top-sdgs {
    width: 100%;
    max-width: 1200px;
    margin-top: -200px;
  }
  .top-sdgs::before {
    background: url("../images/top/sdgs_decoration.svg") no-repeat;
    background-size: contain;
    width: 44px;
    height: 74px;
    content: "";
    position: absolute;
    left: 9px;
    top: 9px;
  }
  .top-sdgs::after {
    background: url("../images/top/sdgs_decoration.svg") no-repeat;
    background-size: contain;
    width: 44px;
    height: 74px;
    content: "";
    position: absolute;
    right: 9px;
    bottom: 9px;
    transform: rotate(180deg);
  }
  .top-sdgs__inner {
    width: 100%;
    max-width: 1040px;
    padding: 50px 0;
  }
  .top-sdgs__image {
    margin-bottom: 30px;
  }
  .top-sdgs__image img {
    max-width: 1040px;
  }
  .top-sdgs__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }
  .top__bg-wrapper {
    padding-bottom: 120px;
  }
  .top-sdgs__text {
    width: 700px;
    margin-bottom: 0;
  }
  .top-sdgs__title {
    font-size: 32px;
    margin-bottom: 21px;
  }
}
.top-recruit {
  background: url("../images/top/recruit_bg-sp.jpg") no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  z-index: 2;
  min-height: 291.28vw;
  box-sizing: border-box;
  padding-top: 15vw;
}
.top-recruit::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 126.67vw;
  background: url("../images/top/recruit_illust_sp.png") no-repeat center/contain;
  z-index: 2;
}

.top-recruit__bg {
  display: none;
}

.top-recruit__inner {
  position: relative;
  z-index: 3;
  width: calc(100% - 12.3vw);
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .top-recruit__inner {
    min-height: 769px;
    width: 100%;
    max-width: 1200px;
    padding-top: 104px;
  }
}

.title.top-recruit__title {
  margin-bottom: 6.41vw;
}

.title__heading.top-recruit__heading::before {
  background: url("../images/common/icon-title.svg") no-repeat;
  background-size: cover;
}

.top-recruit__text {
  margin-bottom: 14.1vw;
  line-height: 220%;
}

@media screen and (max-width: 768px) {
  .btn.recruit-btn {
    min-width: 63vw;
    padding: 3.2vw 5.5vw 3.2vw 6vw;
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .top-recruit {
    background: url("../images/top/recruit_bg-pc.jpg") no-repeat;
    background-size: cover;
    min-height: 769px;
    padding-top: initial;
  }
  .top-recruit::before {
    content: "";
    position: absolute;
    left: calc(50% - 132px);
    bottom: 0;
    width: 790px;
    height: 706px;
    background: url("../images/top/recruit_illust_pc.png") no-repeat center/contain;
    z-index: 2;
  }
  .top-recruit__bg {
    display: block;
    position: absolute;
    width: 1000px;
    height: 1655px;
    left: calc(-1519px + var(--difference) / 2);
    right: 0;
    top: -433px;
    background: rgba(22, 20, 20, 0.8);
    transform: rotate(30deg);
    z-index: 2;
    margin: auto;
  }
  .title.top-recruit__title {
    margin-bottom: 48px;
  }
  .top-recruit__text {
    margin-bottom: 53px;
    line-height: 220%;
  }
}