@charset "UTF-8";
/*! =========================
  foundation
========================= */
/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700");
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

ol, ul {
  list-style: none;
}

button, input, select, textarea {
  margin: 0;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*, * :before, * :after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

img, embed, iframe, object, audio, video {
  max-width: 100%;
}

img {
  vertical-align: bottom;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th, td {
  padding: 0;
  font-weight: normal;
  text-align: left;
}

sub, sup {
  vertical-align: top;
  font-size: 1rem;
}

.p-transport-others-feature__item:nth-of-type(1) {
  position: relative;
}

.p-transport-others-feature__item:nth-of-type(1):before {
  position: absolute;
  top: -50%;
  left: 50%;
  -webkit-transform: translate(-50%, 25%);
  transform: translate(-50%, 25%);
  background: url(/assets/img/service/transport/img_transport_others_01.png) no-repeat;
  content: "";
}

.p-transport-others-feature__item:nth-of-type(2) {
  position: relative;
}

.p-transport-others-feature__item:nth-of-type(2):before {
  position: absolute;
  top: -50%;
  left: 50%;
  -webkit-transform: translate(-50%, 25%);
  transform: translate(-50%, 25%);
  background: url(/assets/img/service/transport/img_transport_others_02.png) no-repeat;
  content: "";
}

.p-transport-others-feature__item:nth-of-type(3) {
  position: relative;
}

.p-transport-others-feature__item:nth-of-type(3):before {
  position: absolute;
  top: -50%;
  left: 50%;
  -webkit-transform: translate(-50%, 25%);
  transform: translate(-50%, 25%);
  background: url(/assets/img/service/transport/img_transport_others_03.png) no-repeat;
  content: "";
}

:root {
  --color-red: #e50000;
}

html {
  background: #fff;
  font-size: 62.5%;
}

@media screen and (max-width: 960px) {
  html {
    font-size: calc(100vw / 75);
  }
}

body {
  color: #333;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  line-height: 1.8;
}

body _:-ms-fullscreen, :root body {
  font-weight: 500;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
}

@media screen and (max-width: 960px) {
  body {
    font-size: 2.8rem;
  }
}

_:-ms-fullscreen, :root main {
  display: block;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

.wrapper {
  position: relative;
  overflow-x: hidden;
}

@media screen and (max-width: 960px) {
  .wrapper {
    margin-top: 13vw;
  }
}

.container {
  background: url(/assets/img/top/bg_main_02.png) no-repeat center/cover;
}

@media screen and (max-width: 960px) {
  .container {
    background: url(/assets/img/top/bg_main_02_sp.png) no-repeat center 130px/cover;
  }
}

.inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 100px;
}

@media screen and (max-width: 960px) {
  .inner {
    width: 100%;
    padding: 0 5.33vw;
  }
}

@media screen and (min-width: 961px) {
  .inner--proxy {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 100px;
  }
}

.inner--contact {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  width: 80%;
  margin: 0 auto;
}

@media screen and (min-width: 961px) {
  .inner--contact {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 100px;
  }
}

.only-pc {
  display: block;
}

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

.only-sp {
  display: none;
}

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

.overlay {
  position: fixed;
  opacity: .5;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-initialized .slick-slide div {
  margin: 0 3px;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  display: block;
  position: absolute;
  bottom: -9.33vw;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

@media screen and (max-width: 960px) {
  .slick-dots li {
    width: 2.66vw;
    height: 2.66vw;
    margin: 0 2.66vw;
  }
}

.slick-dots li button {
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  border: 0;
  background: transparent;
  color: transparent;
  font-size: 0;
  line-height: 0;
  outline: none;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 3.33vw;
  height: 3.33vw;
  border: 2px solid #e50000;
  border-radius: 50%;
  background: transparent;
  line-height: 20px;
  text-align: center;
  content: "";
}

.slick-dots li.slick-active button:before {
  background: #e50000;
  color: #e50000;
}

/*! =========================
  layout
========================= */
.header {
  position: relative;
  z-index: 100;
  width: 100%;
  padding: 55px 60px 18px;
}

@media screen and (max-width: 960px) {
  .header {
    margin-top: -13vw;
    padding: 2.66vw 0 2.4vw;
    background: #fff;
  }
}

.header.is-static {
  position: absolute !important;
}

.header.is-fixed {
  position: fixed !important;
  background: #fff;
}

.header.is-covered {
  background: #fff;
}

.header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media screen and (max-width: 960px) {
  .header-container {
    padding: 0 5.33vw;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 960px) {
  .header-logo {
    width: 13.07vw;
    height: 8vw;
  }
}

.header-logo a:hover {
  opacity: 1;
}

.header-logo--special {
  display: none;
}

.header-logo--special a:hover {
  opacity: 1;
}

.header-logo--special--sp {
  display: none;
}

.header-logo--special--sp a:hover {
  opacity: 1;
}

.header-nav {
  margin-left: auto;
}

@media screen and (max-width: 960px) {
  .header-nav {
    display: none;
  }
}

.header-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-nav-list__item {
  position: relative;
  margin-right: 40px;
  font-weight: 500;
  font-size: 1.4rem;
  text-decoration: none;
}

.header-nav-list__item _:-ms-fullscreen, :root .header-nav-list__item {
  font-weight: bold;
}

.header-nav-list__item:last-child {
  margin-right: 0;
}

.header-nav-list__link {
  display: block;
  width: 100%;
}

.header-nav-list__link:hover {
  color: #e70010;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-nav-list__link:hover::after {
  position: absolute;
  bottom: -18px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #e70010;
  content: "";
  -webkit-transform: inherit;
  transform: inherit;
}

.header-nav-list__link::after {
  position: absolute;
  bottom: -18px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #e70010;
  content: "";
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.header-nav-list__item.is-active .header-nav-list__link {
  color: #e70010;
}

.header-nav-list__item.is-active .header-nav-list__link::after {
  position: absolute;
  bottom: -18px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #e70010;
  content: "";
  -webkit-transform: inherit;
  transform: inherit;
}

.header-nav-dropbox {
  display: none;
  position: absolute;
  top: 43px;
  left: 0;
  width: 100%;
  padding: 40px 0 35px;
  background: #ce0000;
}

.header-nav-dropbox.is-open {
  display: block;
  width: 112%;
  left: -6%;
}

.header-nav-dropbox.is-open .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.header-nav-dropbox__item {
  max-width: 23.33%;
  -ms-flex-preferred-size: 23.33%;
  flex-basis: 23.33%;
  margin-right: 2.13%;
}

.header-nav-dropbox__item:nth-child(4n) {
  margin-right: 0;
}

.header-nav-dropbox__item:nth-of-type(n+5) {
  margin-top: 25px;
}

.header-nav-dropbox__link {
  display: block;
  position: relative;
  width: 100%;
}

.header-nav-dropbox__link::after {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
}

.header-nav-dropbox__link:hover {
  opacity: 1;
}

.header-nav-dropbox__link:hover::after {
  opacity: .3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-nav-dropbox p {
  color: #fff;
  font-size: 1.8rem;
}

@media screen and (max-width: 960px) {
  .header-opener {
    display: block;
    position: relative;
    top: 0;
    right: 0;
    width: 6.13vw;
    height: 5.33vw;
  }
}

@media screen and (max-width: 960px) {
  .header-opener__bar {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    border-radius: 2px;
    background: #555;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    content: "";
  }
  .header-opener__bar:nth-child(1) {
    top: 0;
  }
  .header-opener__bar:nth-child(2) {
    top: 50%;
    margin-top: -1px;
  }
  .header-opener__bar:nth-child(3) {
    bottom: 0;
  }
  .nav-open .header-opener__bar:nth-child(1), .nav-open .header-opener__bar:nth-child(3) {
    top: 50%;
    bottom: auto;
    margin-top: -2px;
  }
  .nav-open .header-opener__bar:nth-child(1) {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .nav-open .header-opener__bar:nth-child(2) {
    opacity: 0;
  }
  .nav-open .header-opener__bar:nth-child(3) {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
}

@media screen and (min-width: 961px) {
  .header-target {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .header-target {
    overflow-y: auto;
    position: absolute;
    top: 9.6vw;
    right: 0;
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: rgba(229, 0, 0, 0.9);
    font-weight: 500;
    font-size: 3.8rem;
    text-align: center;
  }
  .nav-open .header-target {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@media screen and (max-width: 960px) {
  .header-target__list {
    width: 100%;
    height: 115%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 960px) {
  .header-target__item {
    margin: 0 4vw;
    padding: 3.33vw 0;
    border-bottom: 1px solid #fff;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.header-target__item:first-child {
  padding: 8vw 0 3.33vw;
}

.header-target__item:last-child {
  padding: 5.33vw 0 6.66vw;
}

@media screen and (max-width: 960px) {
  .header-target__link {
    color: #fff;
  }
}

@media screen and (max-width: 960px) {
  .header-target__link--multiple {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 88vw;
    margin: 4vw auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }
  .header-target__link--multiple li {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    font-size: 3.2rem;
  }
  .header-target__link--multiple li:nth-of-type(n+3) {
    margin-top: 4vw;
  }
  .header-target__link--multiple a {
    color: #fff;
  }
}

@media screen and (max-width: 960px) {
  .header-target__link--tel {
    display: block;
    width: 67.06vw;
    height: 13.47vw;
    margin: 4vw auto 0;
  }
}

@media screen and (max-width: 960px) {
  .header-target__space {
    padding-left: 1.33vw;
  }
}

@media screen and (min-width: 961px) {
  .header-nav-dropbox--recruit .header-nav-dropbox__item {
    max-width: 48.148%;
    -ms-flex-preferred-size: 48.148%;
    flex-basis: 48.148%;
  }
}

@media screen and (min-width: 961px) {
  .header-nav-dropbox--recruit .header-nav-dropbox__item:nth-of-type(2) {
    margin-right: 0;
  }
}

.footer {
  padding: 20px 0 15px;
  background: #555;
  color: #fff;
}

@media screen and (max-width: 960px) {
  .footer {
    padding: 2.66vw 0;
  }
}

.footer-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (max-width: 960px) {
  .footer-txt {
    display: block;
    text-align: center;
  }
}

.footer-txt__privacy {
  margin-right: 50px;
  font-size: 1.4rem;
}

@media screen and (max-width: 960px) {
  .footer-txt__privacy {
    margin-right: 0;
    font-size: 2.4rem;
  }
}

.footer-txt__privacy a {
  color: #fff;
}

.footer-txt__copy {
  color: #ccc;
  font-weight: 300;
  font-size: 1.2rem;
}

@media screen and (max-width: 960px) {
  .footer-txt__copy {
    margin-top: 0.66vw;
    font-size: 2rem;
  }
}

@media screen and (min-width: 961px) {
  .lower .header {
    padding: 24px 60px 18px;
  }
}

@media screen and (max-width: 960px) {
  .lower .header {
    position: fixed;
  }
}

.lower .header.is-covered {
  padding: 24px 60px 18px;
}

.lower .header.is-covered .header-nav-dropbox {
  top: 74px;
}

.lower .header.is-special--sp {
  padding: 15px 60px 9px;
}

.lower .header.is-special--sp .header-logo--special--sp {
  display: block !important;
}

.lower .header.is-special--sp .header-nav-dropbox {
  top: 52px;
}

@media screen and (max-width: 960px) {
  .lower .inner {
    padding: 0 5.33vw;
  }
}

.lower-keyvisual, .lower-keyvisual--company, .lower-keyvisual--company-ex, .lower-keyvisual--service, .lower-keyvisual--recruit, .lower-keyvisual--topics, .lower-keyvisual--interview, .lower-keyvisual--others {
  height: 234px;
}

@media screen and (max-width: 960px) {
  .lower-keyvisual, .lower-keyvisual--company, .lower-keyvisual--company-ex, .lower-keyvisual--service, .lower-keyvisual--recruit, .lower-keyvisual--topics, .lower-keyvisual--interview, .lower-keyvisual--others {
    height: 34.93vw;
  }
}

.lower-keyvisual--company {
  background: url(/assets/img/company/bg_company_main.png) no-repeat center/cover;
}

@media screen and (max-width: 960px) {
  .lower-keyvisual--company {
    background: url(/assets/img/company/bg_company_main_sp.png) no-repeat center/cover;
  }
}

.lower-keyvisual--company-ex {
  background: url(/assets/img/company/bg_company_main_02.png) no-repeat center/cover;
}

@media screen and (max-width: 960px) {
  .lower-keyvisual--company-ex {
    background: url(/assets/img/company/bg_company_main_02_sp.png) no-repeat center/cover;
  }
}

.lower-keyvisual--service {
  background: url(/assets/img/service/bg_service_main.png) no-repeat center/cover;
}

@media screen and (max-width: 960px) {
  .lower-keyvisual--service {
    background: url(/assets/img/service/bg_service_main_sp.png) no-repeat center/cover;
  }
}

.lower-keyvisual--recruit {
  background: url(/assets/img/recruit/bg_recruit_main.png) no-repeat center/cover;
}

@media screen and (max-width: 960px) {
  .lower-keyvisual--recruit {
    background: url(/assets/img/recruit/bg_recruit_main_sp.png) no-repeat center/cover;
  }
}

.lower-keyvisual--topics {
  background: url(/assets/img/topics/bg_topics_main.jpg) no-repeat center/cover;
}

@media screen and (max-width: 960px) {
  .lower-keyvisual--topics {
    background: url(/assets/img/topics/bg_topics_main_sp.jpg) no-repeat center/cover;
  }
}

.lower-keyvisual--interview {
  background: url(/assets/img/recruit/bg_recruit_main.png) no-repeat center/cover;
}

@media screen and (max-width: 960px) {
  .lower-keyvisual--interview {
    background: url(/assets/img/recruit/bg_recruit_main_sp.png) no-repeat center/cover;
  }
}

.lower-keyvisual--others {
  background: url(/assets/img/others/bg_others_main.png) no-repeat center/cover;
}

@media screen and (max-width: 960px) {
  .lower-keyvisual--others {
    background: url(/assets/img/others/bg_others_main_sp.png) no-repeat center/cover;
  }
}

.lower-keyvisual__ttl, .lower-keyvisual__ttl--sm {
  padding-top: 82px;
  color: #fff;
  font-weight: bold;
  font-size: 4.8rem;
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 2.4px;
}

@media screen and (max-width: 960px) {
  .lower-keyvisual__ttl, .lower-keyvisual__ttl--sm {
    padding-top: 12.66vw;
    letter-spacing: normal;
  }
}

.lower-keyvisual__ttl--sm {
  display: block;
  padding-top: 13px;
  font-size: 2.8rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 1.4px;
}

.lower-catch {
  background: #fff;
}

.lower-catch__main {
  padding-top: 70px;
  color: #e50000;
  font-weight: 500;
  font-size: 2.4rem;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .lower-catch__main {
    padding-top: 9.33vw;
    font-size: 4.2rem;
    text-align: left;
  }
}

.lower-catch__sub {
  margin-top: 30px;
}

@media screen and (max-width: 960px) {
  .lower-catch__sub {
    margin-top: 4vw;
    font-size: 3.2rem;
  }
}

.lower-catch-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}

@media screen and (max-width: 960px) {
  .lower-catch-column {
    display: block;
    margin-top: 4vw;
    font-size: 3.2rem;
  }
}

.lower-catch-column__txt {
  max-width: 44.44%;
  -ms-flex-preferred-size: 44.44%;
  flex-basis: 44.44%;
  margin-right: 7.4%;
  font-size: 2rem;
}

@media screen and (max-width: 960px) {
  .lower-catch-column__txt {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 0;
    font-size: 3.2rem;
  }
}

.lower-catch-column__pic--truck {
  max-width: 42.5%;
  -ms-flex-preferred-size: 42.5%;
  flex-basis: 42.5%;
  margin-right: 5.5%;
}

@media screen and (max-width: 960px) {
  .lower-catch-column__pic--truck {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-top: 9.33vw;
    margin-right: 0;
  }
}

/*! =========================
  component
========================= */
.c-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 60px 0;
  line-height: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 960px) {
  .c-breadcrumb {
    margin: 5.33vw 5.33vw 0;
  }
}

.c-breadcrumb__item {
  margin-right: 10px;
}

.c-breadcrumb__item _:-ms-fullscreen, :root .c-breadcrumb__item:not(:first-of-type) {
  margin-top: 5px;
}

.c-breadcrumb__link {
  display: block;
  width: 100%;
  line-height: 1;
}

@media screen and (max-width: 960px) {
  .c-breadcrumb__link img {
    width: 5vw;
    height: 5vw;
  }
}

.c-breadcrumb__active {
  color: #e50000;
}

.c-btn-shifter {
  text-align: center;
}

.c-btn-shifter__body, .c-btn-shifter__body--red, .c-btn-shifter__body--blue, .c-btn-shifter__body--BlacktoRed {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 220px;
  padding: 9px 0;
  border: 2px solid #fff;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}

@media screen and (max-width: 960px) {
  .c-btn-shifter__body, .c-btn-shifter__body--red, .c-btn-shifter__body--blue, .c-btn-shifter__body--BlacktoRed {
    width: 53.52vw;
  }
}

@media screen and (min-width: 961px) {
  .c-btn-shifter__body::before, .c-btn-shifter__body--red::before, .c-btn-shifter__body--blue::before, .c-btn-shifter__body--BlacktoRed::before {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    width: 100%;
    height: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    content: "";
  }
}

.c-btn-shifter__body:hover, .c-btn-shifter__body--red:hover, .c-btn-shifter__body--blue:hover, .c-btn-shifter__body--BlacktoRed:hover {
  opacity: 1;
  color: #fff;
}

.c-btn-shifter__body:hover .c-btn-shifter__arrow::before, .c-btn-shifter__body--red:hover .c-btn-shifter__arrow::before, .c-btn-shifter__body--blue:hover .c-btn-shifter__arrow::before, .c-btn-shifter__body--BlacktoRed:hover .c-btn-shifter__arrow::before, .c-btn-shifter__body:hover .c-btn-shifter__arrow--black::before, .c-btn-shifter__body--red:hover .c-btn-shifter__arrow--black::before, .c-btn-shifter__body--blue:hover .c-btn-shifter__arrow--black::before, .c-btn-shifter__body--BlacktoRed:hover .c-btn-shifter__arrow--black::before {
  left: 10px;
}

@media screen and (min-width: 961px) {
  .c-btn-shifter__body:hover .c-btn-shifter__arrow::before, .c-btn-shifter__body--red:hover .c-btn-shifter__arrow::before, .c-btn-shifter__body--blue:hover .c-btn-shifter__arrow::before, .c-btn-shifter__body--BlacktoRed:hover .c-btn-shifter__arrow::before, .c-btn-shifter__body:hover .c-btn-shifter__arrow--black::before, .c-btn-shifter__body--red:hover .c-btn-shifter__arrow--black::before, .c-btn-shifter__body--blue:hover .c-btn-shifter__arrow--black::before, .c-btn-shifter__body--BlacktoRed:hover .c-btn-shifter__arrow--black::before {
    background: #fff;
  }
}

.c-btn-shifter__body:hover .c-btn-shifter__arrow::after, .c-btn-shifter__body--red:hover .c-btn-shifter__arrow::after, .c-btn-shifter__body--blue:hover .c-btn-shifter__arrow::after, .c-btn-shifter__body--BlacktoRed:hover .c-btn-shifter__arrow::after, .c-btn-shifter__body:hover .c-btn-shifter__arrow--black::after, .c-btn-shifter__body--red:hover .c-btn-shifter__arrow--black::after, .c-btn-shifter__body--blue:hover .c-btn-shifter__arrow--black::after, .c-btn-shifter__body--BlacktoRed:hover .c-btn-shifter__arrow--black::after {
  right: -10px;
}

@media screen and (min-width: 961px) {
  .c-btn-shifter__body:hover .c-btn-shifter__arrow::after, .c-btn-shifter__body--red:hover .c-btn-shifter__arrow::after, .c-btn-shifter__body--blue:hover .c-btn-shifter__arrow::after, .c-btn-shifter__body--BlacktoRed:hover .c-btn-shifter__arrow::after, .c-btn-shifter__body:hover .c-btn-shifter__arrow--black::after, .c-btn-shifter__body--red:hover .c-btn-shifter__arrow--black::after, .c-btn-shifter__body--blue:hover .c-btn-shifter__arrow--black::after, .c-btn-shifter__body--BlacktoRed:hover .c-btn-shifter__arrow--black::after {
    border-top: 2px solid #fff;
  }
}

.c-btn-shifter__body:hover .c-btn-shifter__arrow--leaveA::before, .c-btn-shifter__body--red:hover .c-btn-shifter__arrow--leaveA::before, .c-btn-shifter__body--blue:hover .c-btn-shifter__arrow--leaveA::before, .c-btn-shifter__body--BlacktoRed:hover .c-btn-shifter__arrow--leaveA::before {
  left: 84px;
}

.c-btn-shifter__body:hover .c-btn-shifter__arrow--leaveA::after, .c-btn-shifter__body--red:hover .c-btn-shifter__arrow--leaveA::after, .c-btn-shifter__body--blue:hover .c-btn-shifter__arrow--leaveA::after, .c-btn-shifter__body--BlacktoRed:hover .c-btn-shifter__arrow--leaveA::after {
  right: -84px;
}

.c-btn-shifter__body:hover .c-btn-shifter__arrow--leaveB::before, .c-btn-shifter__body--red:hover .c-btn-shifter__arrow--leaveB::before, .c-btn-shifter__body--blue:hover .c-btn-shifter__arrow--leaveB::before, .c-btn-shifter__body--BlacktoRed:hover .c-btn-shifter__arrow--leaveB::before {
  left: 45px;
}

.c-btn-shifter__body:hover .c-btn-shifter__arrow--leaveB::after, .c-btn-shifter__body--red:hover .c-btn-shifter__arrow--leaveB::after, .c-btn-shifter__body--blue:hover .c-btn-shifter__arrow--leaveB::after, .c-btn-shifter__body--BlacktoRed:hover .c-btn-shifter__arrow--leaveB::after {
  right: -45px;
}

.c-btn-shifter__body:hover::before, .c-btn-shifter__body--red:hover::before, .c-btn-shifter__body--blue:hover::before, .c-btn-shifter__body--BlacktoRed:hover::before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.c-btn-shifter__body--red::before {
  background: #e70010;
}

.c-btn-shifter__body--blue::before {
  background: #0040cc;
}

.c-btn-shifter__body--BlacktoRed {
  border: 2px solid #333;
  color: #333;
}

.c-btn-shifter__body--BlacktoRed::before {
  background: #e70010;
}

.c-btn-shifter__body--BlacktoRed:hover {
  color: #fff;
}

@media screen and (max-width: 960px) {
  .c-btn-shifter__body--BlacktoRed:hover {
    color: #333;
  }
}

.c-btn-shifter__body--huge {
  width: 360px;
}

@media screen and (max-width: 960px) {
  .c-btn-shifter__body--huge {
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  .c-btn-shifter__body--huge + .c-btn-shifter__body--huge {
    margin-top: 2vw;
  }
}

.c-btn-shifter__txt {
  position: relative;
}

.c-btn-shifter__arrow, .c-btn-shifter__arrow--black {
  display: inline-block;
  position: relative;
  width: 34px;
  height: 2px;
  margin-left: 11px;
  vertical-align: baseline;
}

.c-btn-shifter__arrow::before, .c-btn-shifter__arrow--black::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  content: "";
}

.c-btn-shifter__arrow::after, .c-btn-shifter__arrow--black::after {
  position: absolute;
  top: -4px;
  right: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
  border-top: 2px solid #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  content: "";
}

.c-btn-shifter__arrow--black::before {
  background: #333;
}

.c-btn-shifter__arrow--black::after {
  border-top: 2px solid #333;
}

.c-btn-shifter__arrow--leaveA::before {
  left: 74px;
}

@media screen and (max-width: 960px) {
  .c-btn-shifter__arrow--leaveA::before {
    left: 15vw;
  }
}

.c-btn-shifter__arrow--leaveA::after {
  right: -74px;
}

@media screen and (max-width: 960px) {
  .c-btn-shifter__arrow--leaveA::after {
    right: -15vw;
  }
}

.c-btn-shifter__arrow--leaveB::before {
  left: 35px;
}

@media screen and (max-width: 960px) {
  .c-btn-shifter__arrow--leaveB::before {
    left: 7.5vw;
  }
}

.c-btn-shifter__arrow--leaveB::after {
  right: -35px;
}

@media screen and (max-width: 960px) {
  .c-btn-shifter__arrow--leaveB::after {
    right: -7.5vw;
  }
}

.c-btn-moveto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

@media screen and (max-width: 960px) {
  .c-btn-moveto {
    display: block;
    padding: 0 2.66vw;
  }
}

.c-btn-moveto li {
  max-width: 30.37%;
  -ms-flex-preferred-size: 30.37%;
  flex-basis: 30.37%;
}

@media screen and (max-width: 960px) {
  .c-btn-moveto li {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

@media screen and (max-width: 960px) {
  .c-btn-moveto li + li {
    margin-top: 3.33vw;
  }
}

.c-btn-moveto__link {
  position: relative;
  display: block;
  width: 100%;
  padding: 22px 0;
  background: #e50000;
  color: #fff;
  font-weight: 500;
  font-size: 2rem;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .c-btn-moveto__link {
    padding: 2.66vw 0;
    font-size: 3.4rem;
  }
}

.c-btn-moveto__link::after {
  position: absolute;
  top: 50%;
  right: 12%;
  width: 12px;
  height: 12px;
  -webkit-transform: translateY(-60%) rotate(45deg);
  transform: translateY(-60%) rotate(45deg);
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  content: "";
}

@media screen and (max-width: 960px) {
  .c-btn-moveto__link::after {
    width: 3.33vw;
    height: 3.33vw;
  }
}

.c-btn-moveto__link:hover::after {
  top: 55%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-btn-pagetop {
  display: none;
  position: relative;
  z-index: 99;
}

.c-btn-pagetop-button {
  right: 60px;
  width: 56px;
  height: 56px;
  background: url(/assets/img/common/btn_pagetop.png) no-repeat center/cover;
  content: "";
}

@media screen and (max-width: 960px) {
  .c-btn-pagetop-button {
    right: 5vw;
    width: 10.4vw;
    height: 10.4vw;
  }
}

.c-btn-pagetop-button:hover {
  opacity: .8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.iPad .c-btn-shifter__body--huge:nth-of-type(2) {
  margin-top: 10px;
}

.c-color-red {
  color: #e70010;
}

.c-contact {
  padding: 72px 0 32px;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .c-contact {
    padding: 13.33vw 0 5.33vw;
  }
}

.c-contact-heading, .c-contact-heading--sm {
  font-weight: bold;
  font-size: 4rem;
  line-height: 1;
}

@media screen and (max-width: 960px) {
  .c-contact-heading, .c-contact-heading--sm {
    font-size: 5.2rem;
  }
}

.c-contact-heading--sm {
  display: block;
  margin-top: 10px;
  font-size: 2rem;
  line-height: 1;
}

@media screen and (max-width: 960px) {
  .c-contact-heading--sm {
    font-size: 3.2rem;
  }
}

.c-contact-note {
  margin-top: 23px;
}

@media screen and (max-width: 960px) {
  .c-contact-note {
    font-weight: 500;
    font-size: 2.8rem;
  }
}

.c-contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 960px) {
  .c-contact-list {
    margin-top: 7.5vw;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
  }
}

.c-contact-list__item--01 {
  width: 92px;
}

@media screen and (max-width: 960px) {
  .c-contact-list__item--01 {
    width: 16.923vw;
  }
}

.c-contact-list__item--02, .c-contact-list__item--04 {
  width: 100px;
}

@media screen and (max-width: 960px) {
  .c-contact-list__item--02, .c-contact-list__item--04 {
    width: 18.4615vw;
  }
}

.c-contact-list__item--03 {
  width: 125px;
}

@media screen and (max-width: 960px) {
  .c-contact-list__item--03 {
    width: 23.0769vw;
  }
}

.c-contact-list__item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-contact-banner {
  margin-top: 16px;
}

@media screen and (max-width: 960px) {
  .c-contact-banner {
    margin-top: 6.154vw;
  }
}

@media screen and (min-width: 961px) {
  .c-contact-banner img {
    width: 367px;
  }
}

.c-contact-tel {
  margin-top: 38px;
}

@media screen and (max-width: 960px) {
  .c-contact-tel {
    margin: 5.33vw auto 0;
  }
}

.c-contact-tel__link {
  display: inline-block;
}

@media screen and (min-width: 961px) {
  .c-contact-tel__link {
    cursor: default;
    pointer-events: none;
  }
}

@media screen and (max-width: 960px) {
  .c-contact-tel__link {
    width: 71.282vw;
    height: auto;
  }
}

.c-contact-tel__link img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

/* Magnific Popup CSS */
.mfp-bg {
  opacity: 0.8;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 1042;
  width: 100%;
  height: 100%;
  background: #0b0b0b;
}

.mfp-wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1043;
  width: 100%;
  height: 100%;
  outline: none !important;
}

.mfp-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.mfp-container:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: '';
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  display: inline-block;
  position: relative;
  z-index: 1045;
  margin: 0 auto;
  text-align: left;
  vertical-align: middle;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  position: absolute;
  top: 50%;
  right: 8px;
  left: 8px;
  z-index: 1044;
  width: auto;
  margin-top: -0.8em;
  color: #CCC;
  text-align: center;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  display: block;
  overflow: visible;
  z-index: 1046;
  padding: 0;
  border: 0;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  cursor: pointer;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  opacity: 0.65;
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  line-height: 44px;
  font-family: Arial, Baskerville, monospace;
  text-decoration: none;
  text-align: center;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  right: -6px;
  width: 100%;
  padding-right: 6px;
  color: #FFF;
  text-align: right;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  opacity: 0.65;
  position: absolute;
  top: 50%;
  width: 90px;
  height: 110px;
  margin: 0;
  margin-top: -55px;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
  content: '';
}

.mfp-arrow:after {
  top: 8px;
  border-top-width: 13px;
  border-bottom-width: 13px;
}

.mfp-arrow:before {
  opacity: 0.7;
  border-top-width: 21px;
  border-bottom-width: 21px;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  margin-left: 31px;
  border-right: 17px solid #FFF;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  margin-left: 39px;
  border-left: 17px solid #FFF;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  width: 100%;
  max-width: 900px;
  line-height: 0;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

/* Main image in popup */
img.mfp-img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 40px 0 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 0;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  display: block;
  position: absolute;
  top: 40px;
  right: 0;
  bottom: 40px;
  left: 0;
  z-index: -1;
  width: auto;
  height: auto;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
  content: '';
}

.mfp-figure small {
  display: block;
  color: #BDBDBD;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: -36px;
  cursor: auto;
}

.mfp-title {
  padding-right: 36px;
  color: #F3F3F3;
  line-height: 18px;
  word-wrap: break-word;
  text-align: left;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
  * Remove all paddings around the image on small screen
  */
  .mfp-img-mobile .mfp-image-holder {
    padding-right: 0;
    padding-left: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    top: auto;
    bottom: 0;
    position: fixed;
    margin: 0;
    padding: 3px 5px;
    background: rgba(0, 0, 0, 0.6);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    top: 3px;
    right: 5px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    position: fixed;
    width: 35px;
    height: 35px;
    padding: 0;
    background: rgba(0, 0, 0, 0.6);
    line-height: 35px;
    text-align: center;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-iframe-holder .mfp-content {
  max-width: 65vw;
}

@media screen and (max-width: 960px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 89.3vw;
  }
}

.mfp-iframe-holder .mfp-close {
  top: -46px;
  font-size: 5.4rem;
}

.c-table-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 18px 0;
  border-bottom: 1px solid #eee;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 960px) {
  .c-table-content {
    padding: 3.33vw 0;
  }
}

.c-table-content:last-child {
  border-bottom: 0;
}

.c-table-content__name {
  max-width: 22.68%;
  -ms-flex-preferred-size: 22.68%;
  flex-basis: 22.68%;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  .c-table-content__name {
    max-width: 40.3%;
    -ms-flex-preferred-size: 40.3%;
    flex-basis: 40.3%;
  }
}

.c-table-content__data {
  max-width: 77.32%;
  -ms-flex-preferred-size: 77.32%;
  flex-basis: 77.32%;
}

@media screen and (max-width: 960px) {
  .c-table-content__data {
    max-width: 59.7%;
    -ms-flex-preferred-size: 59.7%;
    flex-basis: 59.7%;
  }
}

.c-table-label, .c-table-label--purple, .c-table-label--pink, .c-table-label--navy, .c-table-label--red {
  display: inline-block;
  margin-right: 15px;
  padding: 8px 12px;
  color: #fff;
  font-size: 1.3rem;
  vertical-align: middle;
}

@media screen and (max-width: 960px) {
  .c-table-label, .c-table-label--purple, .c-table-label--pink, .c-table-label--navy, .c-table-label--red {
    margin-right: 3.33vw;
    padding: 1.33vw 2vw;
    font-size: 2.6rem;
  }
}

.c-table-label--purple {
  background: #4548e0;
}

.c-table-label--pink {
  background: #ff626d;
}

.c-table-label--navy {
  background: #1d2088;
}

.c-table-label--red {
  background: #e70010;
}

.c-ttl-tertiary {
  position: relative;
  margin-bottom: 85px;
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 1.6px;
}

@media screen and (max-width: 960px) {
  .c-ttl-tertiary {
    margin-bottom: 12vw;
    font-size: 4.6rem;
  }
}

.c-ttl-tertiary::after {
  position: absolute;
  bottom: -27px;
  left: 0;
  width: 30px;
  height: 4px;
  background: #d20000;
  content: "";
}

@media screen and (max-width: 960px) {
  .c-ttl-tertiary::after {
    bottom: -4.267vw;
    width: 5.33vw;
    height: 3px;
  }
}

.c-ttl-decor-border, .c-ttl-decor-border--red, .c-ttl-decor-border--blue {
  position: relative;
}

.c-ttl-decor-border::before, .c-ttl-decor-border--red::before, .c-ttl-decor-border--blue::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 32px;
  height: 4px;
  background: #fff;
  content: "";
}

@media screen and (max-width: 960px) {
  .c-ttl-decor-border::before, .c-ttl-decor-border--red::before, .c-ttl-decor-border--blue::before {
    width: 4.16vw;
    height: 3px;
  }
}

.c-ttl-decor-border--red::before {
  background: #e70010;
}

.c-ttl-decor-border--blue::before {
  background: #0040cc;
}

/*! =========================
  project
========================= */
.p-bases .container {
  background: none;
}

@media screen and (max-width: 960px) {
  .p-bases .c-ttl-tertiary {
    margin-bottom: 8vw;
  }
}

.p-bases-headoffice {
  padding-top: 75px;
  background: #fff;
}

@media screen and (max-width: 960px) {
  .p-bases-headoffice {
    padding-top: 12vw;
  }
}

.p-bases-headoffice .p-bases-table-content, .p-bases-headoffice .p-bases-table-content--large {
  padding: 0 40px;
}

@media screen and (max-width: 960px) {
  .p-bases-headoffice .p-bases-table-content, .p-bases-headoffice .p-bases-table-content--large {
    padding: 0;
  }
}

.p-bases-headoffice .p-bases-table-content__data {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-bases-table {
  padding-top: 25px;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 960px) {
  .p-bases-table {
    padding-top: 4vw;
  }
}

.p-bases-table-content, .p-bases-table-content--large {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
  border-top: 1px dashed #eee;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 960px) {
  .p-bases-table-content, .p-bases-table-content--large {
    display: block;
  }
}

.p-bases-table-content:last-child, .p-bases-table-content--large:last-child {
  border-bottom: 0;
}

.p-bases-table-content--large {
  border-top: 1px solid #ccc;
}

.p-bases-table-content--large .p-bases-table-content__name--sales {
  font-size: 2rem;
}

@media screen and (max-width: 960px) {
  .p-bases-table-content--large .p-bases-table-content__name--sales {
    font-size: 3.2rem;
  }
}

.p-bases-table-content__name {
  max-width: 24%;
  -ms-flex-preferred-size: 24%;
  flex-basis: 24%;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  .p-bases-table-content__name {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.p-bases-table-content__name--sales {
  max-width: 35%;
  -ms-flex-preferred-size: 35%;
  flex-basis: 35%;
  font-weight: bold;
}

@media screen and (min-width: 961px) and (max-width: 1024px) {
  .p-bases-table-content__name--sales {
    max-width: 38%;
    -ms-flex-preferred-size: 38%;
    flex-basis: 38%;
  }
}

@media screen and (max-width: 960px) {
  .p-bases-table-content__name--sales {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.p-bases-table-content__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 76%;
  -ms-flex-preferred-size: 76%;
  flex-basis: 76%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 960px) {
  .p-bases-table-content__data {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-top: 2vw;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.p-bases-table-content__data--sales {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 65%;
  -ms-flex-preferred-size: 65%;
  flex-basis: 65%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 961px) and (max-width: 1024px) {
  .p-bases-table-content__data--sales {
    max-width: 62%;
    -ms-flex-preferred-size: 62%;
    flex-basis: 62%;
  }
}

@media screen and (max-width: 960px) {
  .p-bases-table-content__data--sales {
    display: block;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.p-bases-table-content__address--sales {
  max-width: 38%;
  -ms-flex-preferred-size: 38%;
  flex-basis: 38%;
  margin-right: 6%;
}

@media screen and (max-width: 960px) {
  .p-bases-table-content__address--sales {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 960px) {
  .p-bases-table-content__address--divide div:first-of-type {
    margin-top: 2vw;
  }
}

.p-bases-table-content__address--divide div + div {
  margin-top: 1em;
}

.p-bases-table-content__address--divide span {
  display: block;
  font-weight: bold;
}

.p-bases-table-content__label--sales {
  font-size: 0;
}

@media screen and (max-width: 960px) {
  .p-bases-table-content__label--sales {
    margin-top: 2.66vw;
  }
}

.p-bases-table-content__map {
  display: block;
  width: 100%;
  padding: 4px 20px;
  border: 3px solid #e70010;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  .p-bases-table-content__map {
    padding: 0.66vw 4.66vw;
  }
}

.p-bases-table-content__map:hover {
  background: #e70010;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-bases-table-content__parking {
  font-size: 1.5rem;
}

@media screen and (max-width: 960px) {
  .p-bases-table-content__parking {
    font-size: 2.4rem;
  }
}

.p-bases-table-content--indentation {
  position: relative;
  padding-left: 20px;
}

.p-bases-table-content--indentation::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 2px;
  background: #ccc;
  content: "";
}

.p-bases-sales {
  padding-top: 75px;
  background: #fff;
  padding-bottom: 60px;
}

@media screen and (max-width: 960px) {
  .p-bases-sales {
    padding-top: 12vw;
  }
}

@media screen and (max-width: 960px) {
  .p-bases-sales {
    padding-bottom: 13.33vw;
  }
}

.p-bases-sales .p-bases-table-content, .p-bases-sales .p-bases-table-content--large {
  padding: 25px 20px;
}

.p-bases-underBg {
  padding-top: 80px;
  background: url(/assets/img/company/bases/bg_bases.png) no-repeat center/cover;
}

@media screen and (max-width: 960px) {
  .p-bases-underBg {
    padding-top: 13.33vw;
    background: url(/assets/img/company/bases/bg_bases_sp.png) no-repeat center/cover;
  }
}

.p-company-linkArea {
  padding: 40px 0;
  background: #fff;
}

@media screen and (max-width: 960px) {
  .p-company-linkArea {
    padding: 8vw 0;
  }
}

@media screen and (max-width: 960px) {
  .p-company-linkArea .inner {
    padding: 0 2.66vw;
  }
}

.p-company-linkArea__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 960px) {
  .p-company-linkArea__list {
    display: none;
  }
}

@media screen and (min-width: 961px) {
  .p-company-linkArea__list--sp {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .p-company-linkArea__list--sp li + li {
    margin-top: 3.2vw;
  }
}

.p-company-linkArea__item {
  max-width: 22.77%;
  -ms-flex-preferred-size: 22.77%;
  flex-basis: 22.77%;
}

.p-company-linkArea__link {
  display: block;
  width: 100%;
}

.p-company-linkArea__link:hover .p-company-linkArea-graybox__arrow {
  margin-right: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-company-linkArea-graybox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0 20px 25px;
  background: #444;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.p-company-linkArea-graybox__txt {
  color: #fff;
  font-weight: bold;
  line-height: 1;
}

.p-company-linkArea-graybox__arrow {
  display: inline-block;
  position: relative;
  width: 34px;
  height: 2px;
  margin-right: 22px;
  vertical-align: baseline;
}

.p-company-linkArea-graybox__arrow::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  content: "";
}

.p-company-linkArea-graybox__arrow::after {
  position: absolute;
  top: -4px;
  right: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
  border-top: 2px solid #fff;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  content: "";
}

.p-koukoku .lower-keyvisual__ttl, .p-koukoku .lower-keyvisual__ttl--sm {
  letter-spacing: -0.4px;
}

.p-koukoku .lower-catch {
  padding-bottom: 120px;
}

@media screen and (max-width: 960px) {
  .p-koukoku .lower-catch {
    padding-top: 12.5vw;
    padding-bottom: 20vw;
  }
}

@media screen and (max-width: 960px) {
  .p-koukoku .lower-catch__main {
    text-align: center;
  }
}

.p-koukoku .lower-catch__sub {
  text-align: center;
}

@media screen and (min-width: 961px) {
  .p-koukoku__inner {
    max-width: 1160px;
    padding-top: 72px;
  }
}

@media screen and (max-width: 960px) {
  .p-koukoku__inner {
    padding-right: 2.5vw !important;
    padding-left: 2.5vw !important;
  }
}

.p-koukoku-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  border-top: 1px solid #eee;
}

@media screen and (max-width: 960px) {
  .p-koukoku-table {
    display: block;
    padding: 5vw 2.5vw;
  }
}

.p-koukoku-table:last-of-type {
  border-bottom: 1px solid #eee;
}

.p-koukoku-table__day {
  max-width: 19.8%;
  -ms-flex-preferred-size: 19.8%;
  flex-basis: 19.8%;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .p-koukoku-table__day {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: left;
  }
}

.p-koukoku-table-data {
  max-width: 80.2%;
  -ms-flex-preferred-size: 80.2%;
  flex-basis: 80.2%;
  padding-right: 50px;
}

@media screen and (max-width: 960px) {
  .p-koukoku-table-data {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-right: 10vw;
  }
}

.p-koukoku-table-data__link {
  display: inline-block;
  position: relative;
}

.p-koukoku-table-data__link::after {
  position: absolute;
  top: 50%;
  right: -22px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(/assets/img/common/topics-icon-pdf.png) no-repeat 100%/contain;
  content: "";
}

@media screen and (max-width: 960px) {
  .p-koukoku-table-data__link::after {
    right: -6vw;
    width: 5vw;
    height: 5vw;
  }
}

.p-interview .c-contact {
  background: url(/assets/img/recruit/bg_recruit.png) no-repeat center/cover;
}

@media screen and (max-width: 960px) {
  .p-interview .c-contact {
    background: url(/assets/img/recruit/bg_recruit_sp.png) no-repeat center/cover;
  }
}

.p-interview-container, .p-interview-container--detail {
  padding: 140px 0;
  background: #fff;
}

@media screen and (max-width: 960px) {
  .p-interview-container, .p-interview-container--detail {
    padding: 4.375vw 0 12.5vw;
  }
}

.p-interview-container--detail {
  padding: 80px 0;
}

@media screen and (max-width: 960px) {
  .p-interview-container--detail {
    padding: 10vw 0 20vw;
  }
}

.p-interview-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (max-width: 960px) {
  .p-interview-list {
    display: block;
  }
}

.p-interview-list__item {
  max-width: 30.74%;
  -ms-flex-preferred-size: 30.74%;
  flex-basis: 30.74%;
  margin-right: 3.88%;
}

@media screen and (max-width: 960px) {
  .p-interview-list__item {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-top: 5.625vw;
    margin-right: 0;
  }
}

.p-interview-list__item:nth-of-type(3n) {
  margin-right: 0;
}

.p-interview-list__item:nth-of-type(n+4) {
  margin-top: 45px;
}

@media screen and (max-width: 960px) {
  .p-interview-list__item:nth-of-type(n+4) {
    margin-top: 5.625vw;
  }
}

.p-interview-list__link {
  display: block;
  width: 100%;
}

.p-interview-list__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.p-interview-list-box {
  position: relative;
  z-index: 1;
  width: 89.157%;
  margin: -30px auto 0;
  padding: 10px 0;
  background: #fff;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .p-interview-list-box {
    width: 88.9%;
    margin: -12.5vw auto 0;
    padding: 2.67vw 0;
  }
}

.p-interview-list-box__name, .p-interview-list-box__year {
  display: block;
  -webkit-transition: .2s;
  transition: .2s;
}

.p-interview-list-box__name {
  font-weight: bold;
  font-size: 2.2rem;
}

@media screen and (max-width: 960px) {
  .p-interview-list-box__name {
    font-size: 4rem;
  }
}

.p-interview-overlay {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.p-interview-overlay:hover {
  opacity: 1;
}

.p-interview-overlay:hover .p-interview-overlay__text {
  opacity: 1;
}

@media screen and (min-width: 961px) {
  .p-interview-overlay:hover .p-interview-list-box {
    color: #e50000;
  }
}

.p-interview-overlay__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 90px;
  left: 0;
  padding: 0 5% 15px;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 2.2rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 960px) {
  .p-interview-overlay__text {
    opacity: 1;
    bottom: 9vw;
    padding: 0 5% 20vw;
    font-size: 4.2rem;
  }
}

@media screen and (max-width: 960px) {
  .p-interview__inner--spFull {
    padding: 0 !important;
  }
}

.p-interview-person {
  position: relative;
}

.p-interview-person-textArea {
  position: absolute;
  bottom: 45px;
  left: 60px;
  color: #fff;
  text-shadow: 0.5px 1.9px 20px rgba(87, 87, 87, 0.2);
}

@media screen and (max-width: 960px) {
  .p-interview-person-textArea {
    bottom: 8vw;
    left: 5vw;
  }
}

.p-interview-person-textArea__head span:nth-of-type(1) {
  display: block;
  font-weight: bold;
  font-size: 3rem;
}

@media screen and (max-width: 960px) {
  .p-interview-person-textArea__head span:nth-of-type(1) {
    font-size: 4.4rem;
    line-height: 1.33;
  }
}

.p-interview-person-textArea__head span:nth-of-type(2) {
  display: block;
  font-size: 2.2rem;
}

@media screen and (max-width: 960px) {
  .p-interview-person-textArea__head span:nth-of-type(2) {
    font-size: 3.2rem;
  }
}

.p-interview-person-textArea__text {
  margin-top: 35px;
  font-size: 4rem;
  line-height: 1.5;
  letter-spacing: 2.4px;
}

@media screen and (max-width: 960px) {
  .p-interview-person-textArea__text {
    margin-top: 2.67vw;
    font-size: 5.2rem;
  }
}

.p-interview-profile {
  width: 85.185%;
  margin: 40px auto 0;
  padding: 35px 60px;
  background: #f5f5f5;
}

@media screen and (max-width: 960px) {
  .p-interview-profile {
    width: 100%;
    margin-top: 5vw;
    padding: 6.25vw 5vw;
  }
}

.p-interview-profile__title {
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  .p-interview-profile__title {
    font-size: 3rem;
  }
}

.p-interview-profile__text {
  margin-top: 8px;
  font-size: 1.5rem;
}

@media screen and (max-width: 960px) {
  .p-interview-profile__text {
    margin-top: 0;
    font-size: 2.8rem;
  }
}

.p-interview-combo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 960px) {
  .p-interview-combo {
    display: block;
    margin-top: 15vw;
  }
}

.p-interview-combo__image {
  max-width: 55.556%;
  -ms-flex-preferred-size: 55.556%;
  flex-basis: 55.556%;
}

@media screen and (max-width: 960px) {
  .p-interview-combo__image {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.p-interview-combo-textArea {
  max-width: 39.815%;
  -ms-flex-preferred-size: 39.815%;
  flex-basis: 39.815%;
}

@media screen and (max-width: 960px) {
  .p-interview-combo-textArea {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-top: 10vw;
  }
}

.p-interview-combo-textArea__question {
  font-weight: bold;
  font-size: 2rem;
}

@media screen and (max-width: 960px) {
  .p-interview-combo-textArea__question {
    font-size: 3.4rem;
  }
}

.p-interview-combo-textArea__text {
  margin-top: 20px;
  line-height: 2;
}

@media screen and (max-width: 960px) {
  .p-interview-combo-textArea__text {
    margin-top: 3.75vw;
    font-size: 2.8rem;
    line-height: 1.8;
  }
}

.p-interview-centerText {
  width: 74.074%;
  margin: 70px auto 0;
}

@media screen and (max-width: 960px) {
  .p-interview-centerText {
    width: 100%;
    margin: 12.5vw 0 0;
  }
}

.p-interview-centerText__question {
  font-weight: bold;
  font-size: 2rem;
}

@media screen and (max-width: 960px) {
  .p-interview-centerText__question {
    font-size: 3.4rem;
  }
}

.p-interview-centerText__text {
  margin-top: 20px;
  line-height: 2;
}

@media screen and (max-width: 960px) {
  .p-interview-centerText__text {
    margin-top: 3.75vw;
    font-size: 2.8rem;
    line-height: 1.8;
  }
}

.p-interview-dynamic, .p-interview-dynamic--right, .p-interview-dynamic--left {
  position: relative;
  width: 100%;
  margin-top: 75px;
}

@media screen and (max-width: 960px) {
  .p-interview-dynamic, .p-interview-dynamic--right, .p-interview-dynamic--left {
    margin-top: 15vw;
  }
}

@media screen and (min-width: 961px) {
  .p-interview-dynamic--right .p-interview-dynamic-content {
    margin-right: 50px;
  }
}

@media screen and (min-width: 961px) {
  .p-interview-dynamic--right .p-interview-dynamic__image {
    left: 480px;
  }
}

.p-interview-dynamic--left .p-interview-dynamic-content {
  margin-left: auto;
}

.p-interview-dynamic--left .p-interview-dynamic__image {
  right: 480px;
}

@media screen and (min-width: 961px) {
  .p-interview-dynamic-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 430px;
    height: auto;
    min-height: 27.4vw;
  }
}

@media screen and (max-width: 960px) {
  .p-interview-dynamic-content {
    padding: 7.5vw 5.33vw 0;
  }
}

.p-interview-dynamic-content__question {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.6;
}

@media screen and (max-width: 960px) {
  .p-interview-dynamic-content__question {
    font-size: 3.4rem;
  }
}

.p-interview-dynamic-content__text {
  margin-top: 20px;
  line-height: 2;
}

@media screen and (max-width: 960px) {
  .p-interview-dynamic-content__text {
    margin-top: 2.5vw;
    font-size: 2.8rem;
    line-height: 1.8;
  }
}

@media screen and (min-width: 961px) {
  .p-interview-dynamic__image {
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 53.802vw;
    min-width: 612px;
  }
}

@media screen and (max-width: 960px) {
  .p-interview-dynamic__image {
    width: 100%;
  }
}

@media screen and (min-width: 961px) {
  .p-interview-dynamic__image img {
    min-width: 612px;
  }
}

.p-interview-redBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 92.5923%;
  margin: 70px auto 0;
  padding: 30px 60px;
  border: 1px solid #e50000;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 960px) {
  .p-interview-redBox {
    display: block;
    width: 100%;
    margin-top: 15vw;
    padding: 5vw 5vw 10vw;
  }
}

.p-interview-redBox__textArea {
  max-width: 58.182%;
  -ms-flex-preferred-size: 58.182%;
  flex-basis: 58.182%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  line-height: 2;
}

@media screen and (max-width: 960px) {
  .p-interview-redBox__textArea {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-top: 7.5vw;
    line-height: 1.8;
  }
}

.p-interview-redBox__title {
  font-weight: bold;
  font-size: 2rem;
}

@media screen and (max-width: 960px) {
  .p-interview-redBox__title {
    font-size: 3.4rem;
    line-height: 1.56;
  }
}

.p-interview-redBox__text {
  margin-top: 20px;
}

@media screen and (max-width: 960px) {
  .p-interview-redBox__text {
    margin-top: 3.75vw;
    font-size: 2.8rem;
  }
}

.p-interview-redBox__image {
  max-width: 36.364%;
  -ms-flex-preferred-size: 36.364%;
  flex-basis: 36.364%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media screen and (max-width: 960px) {
  .p-interview-redBox__image {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.p-interview-changer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 85px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media screen and (max-width: 960px) {
  .p-interview-changer {
    margin-top: 17.5vw;
  }
}

.p-interview-changer__item {
  max-width: 40.74%;
  -ms-flex-preferred-size: 40.74%;
  flex-basis: 40.74%;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .p-interview-changer__item {
    max-width: 38.89%;
    -ms-flex-preferred-size: 38.89%;
    flex-basis: 38.89%;
  }
}

.p-interview-changer__item--all {
  max-width: 18.52% !important;
  -ms-flex-preferred-size: 18.52% !important;
  flex-basis: 18.52% !important;
  line-height: 1;
}

@media screen and (max-width: 960px) {
  .p-interview-changer__item--all {
    max-width: 22.778% !important;
    -ms-flex-preferred-size: 22.778% !important;
    flex-basis: 22.778% !important;
  }
}

.p-interview-changer__item--prev .p-interview-changer__arrow, .p-interview-changer__item--next .p-interview-changer__arrow {
  position: relative;
}

.p-interview-changer__item--prev .p-interview-changer__arrow::before, .p-interview-changer__item--next .p-interview-changer__arrow::before {
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #333;
  content: "";
}

@media screen and (max-width: 960px) {
  .p-interview-changer__item--prev .p-interview-changer__arrow::before, .p-interview-changer__item--next .p-interview-changer__arrow::before {
    width: 3vw;
    height: 3vw;
  }
}

.p-interview-changer__item--prev .p-interview-changer__arrow:hover::before, .p-interview-changer__item--next .p-interview-changer__arrow:hover::before {
  border-top: 2px solid #e50000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.p-interview-changer__item--prev {
  border-right: 1px solid #ddd;
}

.p-interview-changer__item--prev .p-interview-changer__arrow {
  padding-left: 35px;
}

@media screen and (max-width: 960px) {
  .p-interview-changer__item--prev .p-interview-changer__arrow {
    padding-left: 5px 0 5px 6vw;
  }
}

.p-interview-changer__item--prev .p-interview-changer__arrow::before {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  border-left: 2px solid #333;
}

@media screen and (max-width: 960px) {
  .p-interview-changer__item--prev .p-interview-changer__arrow::before {
    left: 5px;
  }
}

.p-interview-changer__item--prev .p-interview-changer__arrow:hover::before {
  border-left: 2px solid #e50000;
}

.p-interview-changer__item--next {
  border-left: 1px solid #ddd;
}

.p-interview-changer__item--next .p-interview-changer__arrow {
  padding-right: 35px;
}

@media screen and (max-width: 960px) {
  .p-interview-changer__item--next .p-interview-changer__arrow {
    padding-right: 5px 6vw 5px 0;
  }
}

.p-interview-changer__item--next .p-interview-changer__arrow::before {
  right: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid #333;
}

@media screen and (max-width: 960px) {
  .p-interview-changer__item--next .p-interview-changer__arrow::before {
    right: 5px;
  }
}

.p-interview-changer__item--next .p-interview-changer__arrow:hover::before {
  border-right: 2px solid #e50000;
}

.p-interview-changer__arrow {
  display: inline-block;
}

@media screen and (max-width: 960px) {
  .p-interview-changer__arrow {
    display: block;
  }
}

.p-interview-changer__arrow:hover {
  opacity: 1;
  color: #e50000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.p-interview-changer-block {
  display: inline-block;
  line-height: 1;
}

.p-interview-changer-block:hover {
  opacity: .65;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.p-interview-changer-block__icon {
  position: relative;
  padding-top: 45px;
  font-size: 1.4rem;
}

@media screen and (max-width: 960px) {
  .p-interview-changer-block__icon {
    padding-top: 9vw;
    font-weight: bold;
    font-size: 2.6rem;
  }
}

.p-interview-changer-block__icon::before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 38px;
  height: 38px;
  background: url(/assets/img/recruit/interview/interview-block.png) no-repeat 100%/contain;
  content: "";
}

@media screen and (max-width: 960px) {
  .p-interview-changer-block__icon::before {
    width: 7.5vw;
    height: 7.5vw;
  }
}

@media screen and (max-width: 960px) {
  .p-interview-changer__name--left {
    text-align: left;
  }
}

@media screen and (max-width: 960px) {
  .p-interview-changer__name--right {
    text-align: right;
  }
}

.p-interview-changer__name span {
  display: block;
}

.p-interview-changer__name span:nth-of-type(1) {
  font-weight: bold;
  font-size: 2rem;
}

@media screen and (max-width: 960px) {
  .p-interview-changer__name span:nth-of-type(1) {
    font-size: 3.2rem;
  }
}

.p-others .lower-catch__main {
  font-size: 3.2rem;
}

@media screen and (max-width: 960px) {
  .p-others .lower-catch__main {
    font-size: 4.2rem;
  }
}

.p-others .lower-catch__sub {
  margin-top: 20px;
  font-size: 2rem;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .p-others .lower-catch__sub {
    font-size: 2.6rem;
    text-align: left;
  }
}

.p-compliance-contents {
  padding-top: 75px;
  background: #fff;
  padding-bottom: 95px;
}

@media screen and (max-width: 960px) {
  .p-compliance-contents {
    padding-top: 12vw;
  }
}

@media screen and (max-width: 960px) {
  .p-compliance-contents {
    padding-bottom: 9.33vw;
  }
}

.p-compliance-contents dl + dl {
  margin-top: 50px;
}

@media screen and (max-width: 960px) {
  .p-compliance-contents dl + dl {
    margin-top: 5.66vw;
  }
}

.p-compliance-contents dt {
  margin-bottom: 10px;
  font-weight: bold;
}

.p-privacy .c-ttl-tertiary {
  margin-bottom: 70px;
}

@media screen and (max-width: 960px) {
  .p-privacy .c-ttl-tertiary {
    margin-bottom: 10.66vw;
  }
}

.p-privacy .c-contact {
  background: url(/assets/img/recruit/bg_recruit.png) no-repeat center/cover;
}

@media screen and (max-width: 960px) {
  .p-privacy .c-contact {
    background: url(/assets/img/recruit/bg_recruit_sp.png) no-repeat center/cover;
  }
}

.p-privacy-container {
  padding-top: 75px;
  background: #fff;
  padding-bottom: 120px;
}

@media screen and (max-width: 960px) {
  .p-privacy-container {
    padding-top: 12vw;
  }
}

@media screen and (max-width: 960px) {
  .p-privacy-container {
    padding-bottom: 12vw;
  }
}

.p-privacy-container-info {
  margin-top: 55px;
}

@media screen and (max-width: 960px) {
  .p-privacy-container-info {
    margin-top: 8vw;
  }
}

.p-privacy-container-info__item + .p-privacy-container-info__item {
  margin-top: 25px;
}

@media screen and (max-width: 960px) {
  .p-privacy-container-info__item + .p-privacy-container-info__item {
    margin-top: 5.33vw;
  }
}

.p-privacy-container-info__name {
  margin-bottom: 10px;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  .p-privacy-container-info__name {
    margin-bottom: 1.33vw;
  }
}

.p-privacy-container-info__address {
  margin-top: 10px;
}

@media screen and (max-width: 960px) {
  .p-privacy-container-info__address {
    margin-bottom: 1.33vw;
  }
}

.p-privacy-container__note {
  margin-top: 45px;
}

@media screen and (max-width: 960px) {
  .p-privacy-container__note {
    margin-top: 8vw;
  }
}

.p-privacy-container__date {
  margin-top: 10px;
  text-align: right;
}

@media screen and (max-width: 960px) {
  .p-privacy-container__date {
    margin-bottom: 1.33vw;
  }
}

.p-contact .container {
  background: url(/assets/img/others/contact/bg_contact.png) no-repeat center/cover;
}

@media screen and (max-width: 960px) {
  .p-contact .container {
    background: url(/assets/img/others/contact/bg_contact_sp.png) no-repeat center -120px/cover;
  }
}

.p-contact .c-contact-banner {
  padding-bottom: 30px;
}

.p-contact-tel {
  padding-top: 75px;
  background: #fff;
  padding-bottom: 120px;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .p-contact-tel {
    padding-top: 12vw;
  }
}

@media screen and (max-width: 960px) {
  .p-contact-tel {
    padding-bottom: 9.33vw;
  }
}

.p-contact-tel__heading {
  padding-top: 30px;
  font-weight: bold;
  font-size: 2.6rem;
}

@media screen and (max-width: 960px) {
  .p-contact-tel__heading {
    padding-top: 4vw;
    font-size: 3.2rem;
  }
}

.p-contact-tel__link {
  display: block;
  width: 496px;
  margin-inline: auto;
  padding-block: 25px 40px;
}

@media screen and (max-width: 960px) {
  .p-contact-tel__link {
    width: 100%;
    padding-block: 2.66vw 4vw;
  }
}

.p-notfound .container {
  background: url(/assets/img/others/contact/bg_contact.png) no-repeat center/cover;
}

@media screen and (max-width: 960px) {
  .p-notfound .container {
    background: url(/assets/img/others/contact/bg_contact_sp.png) no-repeat center -120px/cover;
  }
}

.p-notfound-btnArea {
  padding-top: 75px;
  background: #fff;
  padding-bottom: 120px;
}

@media screen and (max-width: 960px) {
  .p-notfound-btnArea {
    padding-top: 12vw;
  }
}

@media screen and (max-width: 960px) {
  .p-notfound-btnArea {
    padding-bottom: 9.33vw;
  }
}

.p-notfound .c-contact-banner {
  padding-bottom: 30px;
}

@media screen and (max-width: 960px) {
  .p-philosophy .lower-keyvisual__ttl, .p-philosophy .lower-keyvisual__ttl--sm {
    letter-spacing: -0.9px;
  }
}

.p-philosophy__statement {
  position: relative;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .p-philosophy__statement {
    width: 73.6vw;
    margin: 0 auto;
  }
}

.p-philosophy__statement:after {
  position: absolute;
  bottom: -28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 40px;
  height: 6px;
  background: #e50000;
  content: "";
}

@media screen and (max-width: 960px) {
  .p-philosophy__statement:after {
    bottom: -5.33vw;
    width: 5.33vw;
    height: 3px;
  }
}

.p-philosophy-message {
  padding-top: 75px;
  background: #fff;
}

@media screen and (max-width: 960px) {
  .p-philosophy-message {
    padding-top: 12vw;
  }
}

@media screen and (max-width: 960px) {
  .p-philosophy-message {
    padding-top: 10.66vw;
  }
}

.p-philosophy-message-grayText {
  margin: 110px auto 0;
}

@media screen and (min-width: 961px) {
  .p-philosophy-message-grayText {
    max-width: 1018px;
  }
}

@media screen and (max-width: 960px) {
  .p-philosophy-message-grayText {
    width: 49.73vw;
    margin-top: 14.66vw;
  }
}

.p-philosophy-message-main {
  margin-top: 80px;
}

@media screen and (max-width: 960px) {
  .p-philosophy-message-main {
    margin-top: 13.33vw;
  }
}

.p-philosophy-message-main-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 960px) {
  .p-philosophy-message-main-item {
    display: block;
  }
}

.p-philosophy-message-main-item__pic {
  max-width: 53.7%;
  -ms-flex-preferred-size: 53.7%;
  flex-basis: 53.7%;
  -webkit-box-shadow: 4.9px 3.5px 20px 0 rgba(0, 0, 0, 0.13);
  box-shadow: 4.9px 3.5px 20px 0 rgba(0, 0, 0, 0.13);
}

@media screen and (max-width: 960px) {
  .p-philosophy-message-main-item__pic {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.p-philosophy-message-main-item__pic picture {
  position: relative;
  z-index: 2;
}

.p-philosophy-message-main-item__txt {
  position: relative;
  z-index: 2;
  max-width: 38.88%;
  -ms-flex-preferred-size: 38.88%;
  flex-basis: 38.88%;
  font-size: 2rem;
}

@media screen and (max-width: 960px) {
  .p-philosophy-message-main-item__txt {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-top: 6.66vw;
    font-size: 3.2rem;
  }
}

.p-philosophy-message-main-item:nth-of-type(odd) .p-philosophy-message-main-item__pic {
  position: relative;
  margin-right: 4.63%;
}

@media screen and (max-width: 960px) {
  .p-philosophy-message-main-item:nth-of-type(odd) .p-philosophy-message-main-item__pic {
    margin-right: 0;
  }
}

.p-philosophy-message-main-item:nth-of-type(odd) .p-philosophy-message-main-item__pic:after {
  position: absolute;
  z-index: 1;
  top: 9.375vw;
  left: 14.0625vw;
  width: 46.875vw;
  height: 31.25vw;
  background: #f5f5f5;
  content: "";
}

@media screen and (min-width: 1281px) {
  .p-philosophy-message-main-item:nth-of-type(odd) .p-philosophy-message-main-item__pic:after {
    top: 120px;
    left: 180px;
    width: 600px;
    height: 400px;
  }
}

@media screen and (max-width: 960px) {
  .p-philosophy-message-main-item:nth-of-type(odd) .p-philosophy-message-main-item__pic:after {
    top: 25.33vw;
    left: 15.33vw;
    width: 79.33vw;
    height: 53.33vw;
  }
}

.p-philosophy-message-main-item:nth-of-type(even) {
  margin-top: 60px;
}

@media screen and (max-width: 960px) {
  .p-philosophy-message-main-item:nth-of-type(even) {
    margin-top: 9.33vw;
  }
}

.p-philosophy-message-main-item:nth-of-type(even) .p-philosophy-message-main-item__pic {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.p-philosophy-message-main-item:nth-of-type(even) .p-philosophy-message-main-item__txt {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media screen and (min-width: 961px) {
  .p-philosophy-message-main-item:nth-of-type(even) .p-philosophy-message-main-item__txt {
    margin: 0 4.63% 0 2.77%;
  }
}

.p-philosophy-focus {
  padding-top: 75px;
  background: #fff;
  padding-top: 120px;
  padding-bottom: 120px;
}

@media screen and (max-width: 960px) {
  .p-philosophy-focus {
    padding-top: 12vw;
  }
}

@media screen and (max-width: 960px) {
  .p-philosophy-focus {
    padding-top: 16vw;
    padding-bottom: 13.33vw;
  }
}

.p-philosophy-focus__txt, .p-philosophy-focus__txt--mtNarrow, .p-philosophy-focus__txt--lg {
  margin-top: 80px;
  font-size: 2rem;
}

@media screen and (max-width: 960px) {
  .p-philosophy-focus__txt, .p-philosophy-focus__txt--mtNarrow, .p-philosophy-focus__txt--lg {
    margin-top: 14.66vw;
    font-size: 3.2rem;
  }
}

.p-philosophy-focus__txt--mtNarrow {
  margin-top: 25px;
}

@media screen and (max-width: 960px) {
  .p-philosophy-focus__txt--mtNarrow {
    margin-top: 5.33vw;
  }
}

.p-philosophy-focus__txt--lg {
  font-size: 3.6rem;
}

@media screen and (max-width: 960px) {
  .p-philosophy-focus__txt--lg {
    margin-top: 10.66vw;
    font-size: 4.6rem;
  }
}

.p-philosophy-focus__circles {
  margin-top: 55px;
}

@media screen and (max-width: 960px) {
  .p-philosophy-focus__circles {
    margin-top: 8.66vw;
  }
}

.p-philosophy-coverPic {
  padding-top: 75px;
  background: #fff;
  width: 100%;
  padding: 95px 0 80px;
}

@media screen and (max-width: 960px) {
  .p-philosophy-coverPic {
    padding-top: 12vw;
  }
}

@media screen and (max-width: 960px) {
  .p-philosophy-coverPic {
    padding-bottom: 13.33vw;
  }
}

.p-philosophy-underBg {
  padding-top: 80px;
  background: url(/assets/img/company/bases/bg_bases.png) no-repeat center/cover;
}

@media screen and (max-width: 960px) {
  .p-philosophy-underBg {
    padding-top: 13.33vw;
    background: url(/assets/img/company/philosophy/bg_philosophy_sp.png) no-repeat center/cover;
  }
}

.p-profile-message {
  padding-top: 75px;
  background: #fff;
}

@media screen and (max-width: 960px) {
  .p-profile-message {
    padding-top: 12vw;
  }
}

.p-profile-message .c-ttl-tertiary {
  margin-bottom: 67px;
}

@media screen and (max-width: 960px) {
  .p-profile-message .c-ttl-tertiary {
    margin-bottom: 8vw;
  }
}

.p-profile-message__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 960px) {
  .p-profile-message__flex {
    display: block;
  }
}

.p-profile-message__image {
  width: 320px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 960px) {
  .p-profile-message__image {
    width: 80%;
    margin: 0 auto;
  }
}

.p-profile-message__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-profile-message__list {
  margin-left: 80px;
}

@media screen and (max-width: 1366px) and (min-width: 768px) {
  .p-profile-message__list {
    margin-left: 4.1667vw;
  }
}

@media screen and (max-width: 960px) {
  .p-profile-message__list {
    margin-top: 8vw;
    margin-left: 0;
  }
}

.p-profile-message__list li + li {
  margin-top: 12px;
}

@media screen and (max-width: 960px) {
  .p-profile-message__list li + li {
    margin-top: 2vw;
  }
}

.p-profile-message__list li:last-of-type {
  font-weight: bold;
}

.p-profile-summary {
  padding-top: 75px;
  background: #fff;
}

@media screen and (max-width: 960px) {
  .p-profile-summary {
    padding-top: 12vw;
  }
}

.p-profile-summary .c-ttl-tertiary {
  margin-bottom: 67px;
}

@media screen and (max-width: 960px) {
  .p-profile-summary .c-ttl-tertiary {
    margin-bottom: 8vw;
  }
}

.p-profile-access {
  padding-top: 75px;
  background: #fff;
}

@media screen and (max-width: 960px) {
  .p-profile-access {
    padding-top: 12vw;
  }
}

@media screen and (max-width: 960px) {
  .p-profile-access {
    padding-top: 10vw;
  }
}

.p-profile-access__map {
  border: 2px solid #eee;
}

@media screen and (max-width: 960px) {
  .p-profile-access__map {
    width: 100%;
    height: 42.67vw;
  }
}

.p-profile-access-exp {
  margin-top: 25px;
}

.p-profile-access-exp__txt {
  font-weight: bold;
}

.p-profile-access-exp__list li {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.p-profile-access-exp__list li:last-child {
  border-bottom: 0;
}

@media screen and (max-width: 960px) {
  .p-profile-access-exp__list li:last-child {
    font-size: 2.6rem;
  }
}

.p-profile-history {
  padding-top: 75px;
  background: #fff;
  padding-bottom: 80px;
}

@media screen and (max-width: 960px) {
  .p-profile-history {
    padding-top: 12vw;
  }
}

@media screen and (max-width: 960px) {
  .p-profile-history {
    padding-bottom: 11.33vw;
  }
}

.p-profile-history-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 14px 0 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-profile-history-table:nth-of-type(odd) {
  background: #eee;
}

.p-profile-history-table:nth-of-type(even) {
  background: #fff;
}

.p-profile-history-table__year {
  max-width: 20.65%;
  -ms-flex-preferred-size: 20.65%;
  flex-basis: 20.65%;
  padding-left: 70px;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  .p-profile-history-table__year {
    max-width: 26.12%;
    -ms-flex-preferred-size: 26.12%;
    flex-basis: 26.12%;
    padding-left: 2.98%;
  }
}

.p-profile-history-table__year--space {
  margin-left: 10px;
}

@media screen and (max-width: 960px) {
  .p-profile-history-table__year--space {
    margin-left: 0.4em;
  }
}

.p-profile-history-table__story {
  max-width: 79.35%;
  -ms-flex-preferred-size: 79.35%;
  flex-basis: 79.35%;
  padding-left: 67px;
}

@media screen and (max-width: 960px) {
  .p-profile-history-table__story {
    max-width: 73.88%;
    -ms-flex-preferred-size: 73.88%;
    flex-basis: 73.88%;
    padding-right: 3%;
    padding-left: 8.2%;
  }
}

.p-profile-underBg {
  padding-top: 80px;
  background: url(/assets/img/company/profile/bg_profile.png) no-repeat center/cover;
}

@media screen and (max-width: 960px) {
  .p-profile-underBg {
    padding-top: 13.33vw;
    background: url(/assets/img/company/profile/bg_profile_sp.png) no-repeat center/cover;
  }
}

.p-proxy .container {
  background: none;
}

.p-proxy .c-contact {
  background: url(/assets/img/service/proxy/bg_proxy.png) no-repeat center/cover;
}

@media screen and (max-width: 960px) {
  .p-proxy .c-contact {
    background: url(/assets/img/service/proxy/bg_proxy_sp.png) no-repeat center/cover;
  }
}

@media screen and (min-width: 961px) {
  .p-proxy .c-ttl-tertiary {
    margin-bottom: 60px;
  }
}

.p-proxy-guide--sub {
  margin-top: 20px;
  font-size: 1.4rem;
}

@media screen and (max-width: 960px) {
  .p-proxy-guide--sub {
    margin-top: 5.33vw;
    font-size: 2.4rem;
  }
}

.p-proxy-straight {
  padding-top: 75px;
  background: #fff;
}

@media screen and (max-width: 960px) {
  .p-proxy-straight {
    padding-top: 12vw;
  }
}

.p-proxy-straight__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 960px) {
  .p-proxy-straight__container {
    display: block;
    margin-top: 8vw;
    padding: 6.66vw 0 14.66vw;
    background: repeating-linear-gradient(135deg, #fff 0, #fff 13px, #fff3f3 0, #fff3f3 30px);
  }
}

.p-proxy-straight-ttl {
  text-align: center;
}

@media screen and (min-width: 961px) {
  .p-proxy-straight-ttl {
    display: none;
  }
}

.p-proxy-straight-ttl__heading {
  color: #e50000;
  font-weight: bold;
  font-size: 5.6rem;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.16;
}

.p-proxy-straight-ttl__sub {
  margin-top: 0.66vw;
  color: #e50000;
  font-weight: bold;
  font-size: 3rem;
}

.p-proxy-straight-ttl__note {
  margin-top: 1.33vw;
  color: #1f1f1f;
  font-size: 2.8rem;
}

.p-proxy-straight__icon {
  max-width: 22.22%;
  -ms-flex-preferred-size: 22.22%;
  flex-basis: 22.22%;
  margin-top: 35px;
}

@media screen and (max-width: 960px) {
  .p-proxy-straight__icon {
    display: none;
  }
}

.p-proxy-straight__detail {
  max-width: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
}

@media screen and (max-width: 960px) {
  .p-proxy-straight__detail {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 0 8vw;
  }
}

.p-proxy-straight__underArrow {
  position: relative;
  z-index: 1;
  width: 93.8%;
  margin-top: 25px;
  padding: 2px 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#c50000), to(#ff4800));
  background-image: linear-gradient(to right, #c50000, #ff4800);
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .p-proxy-straight__underArrow {
    width: 87%;
    margin-top: 17.33vw;
    margin-left: 2.66vw;
    padding: 0.66vw 0;
    font-size: 4rem;
  }
}

.p-proxy-straight__underArrow::after {
  position: absolute;
  top: -50%;
  right: -40px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0 40px 50px;
  border-color: transparent transparent transparent #ff4800;
  content: "";
}

@media screen and (max-width: 960px) {
  .p-proxy-straight__underArrow::after {
    right: -8.66vw;
    border-width: 10vw 0 10vw 13.33vw;
  }
}

.p-proxy-straight-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

@media screen and (max-width: 960px) {
  .p-proxy-straight-slider {
    display: block;
  }
}

.p-proxy-straight-slider__item {
  max-width: 28.4%;
  -ms-flex-preferred-size: 28.4%;
  flex-basis: 28.4%;
}

@media screen and (max-width: 960px) {
  .p-proxy-straight-slider__item {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-top: 8vw;
    padding: 8vw 0;
    border: 2px solid #ffcece;
    border-radius: 10px;
    background: #fff;
  }
}

.p-proxy-straight-slider__prevArrow {
  position: relative;
}

@media screen and (max-width: 960px) {
  .p-proxy-straight-slider__prevArrow::before {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    border-top: 5px solid #e50000;
    border-right: 5px solid #e50000;
    content: "";
    left: 6vw;
    -webkit-transform: translateY(-50%) rotate(-135deg);
    transform: translateY(-50%) rotate(-135deg);
  }
}

@media screen and (max-width: 960px) and (max-width: 960px) {
  .p-proxy-straight-slider__prevArrow::before {
    width: 5.33vw;
    height: 5.33vw;
    border-top: 1.06vw solid #e50000;
    border-right: 1.06vw solid #e50000;
  }
}

.p-proxy-straight-slider__nextArrow {
  position: relative;
}

.p-proxy-straight-slider__nextArrow::after {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  border-top: 5px solid #e50000;
  border-right: 5px solid #e50000;
  content: "";
  right: -22px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 960px) {
  .p-proxy-straight-slider__nextArrow::after {
    width: 5.33vw;
    height: 5.33vw;
    border-top: 1.06vw solid #e50000;
    border-right: 1.06vw solid #e50000;
  }
}

@media screen and (max-width: 960px) {
  .p-proxy-straight-slider__nextArrow::after {
    right: 6vw;
  }
}

.p-proxy-straight-slider__ttl {
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .p-proxy-straight-slider__ttl {
    font-size: 4rem;
  }
}

.p-proxy-straight-slider__pic {
  margin-top: 25px;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .p-proxy-straight-slider__pic {
    margin-top: 5.33vw;
  }
}

.p-proxy-straight-slider__pic img {
  width: 87%;
}

@media screen and (max-width: 960px) {
  .p-proxy-straight-slider__pic img {
    width: 53.33vw;
    margin: 0 auto;
  }
}

.p-proxy-straight-slider__note {
  margin-top: 15px;
}

@media screen and (max-width: 960px) {
  .p-proxy-straight-slider__note {
    margin-top: 6vw;
    text-align: center;
  }
}

.p-proxy-agent {
  padding-top: 75px;
  background: #fff;
  padding-bottom: 80px;
}

@media screen and (max-width: 960px) {
  .p-proxy-agent {
    padding-top: 12vw;
  }
}

@media screen and (max-width: 960px) {
  .p-proxy-agent {
    padding-bottom: 13.33vw;
  }
}

.p-proxy-agent-menu {
  margin-top: 35px;
}

@media screen and (max-width: 960px) {
  .p-proxy-agent-menu {
    margin-top: 6.66vw;
  }
}

.p-proxy-agent-menu__catch {
  width: 100%;
  padding: 8px 0;
  background: #e50000;
  color: #fff;
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .p-proxy-agent-menu__catch {
    padding: 1.33vw 0;
    font-size: 3.2rem;
  }
}

.p-proxy-agent-menu__caution {
  margin-top: 33px;
  color: #1f1f1f;
  font-size: 1.4rem;
}

@media screen and (max-width: 960px) {
  .p-proxy-agent-menu__caution {
    margin-top: 8vw;
    font-size: 2.4rem;
  }
}

.p-proxy-agent-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 960px) {
  .p-proxy-agent-step {
    display: block;
    margin-top: 4vw;
  }
}

.p-proxy-agent-step li {
  max-width: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}

@media screen and (max-width: 960px) {
  .p-proxy-agent-step li {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

@media screen and (max-width: 960px) {
  .p-proxy-agent-step li + li {
    margin-top: 6.66vw;
  }
}

.p-proxy-agent-step__heading {
  color: #e50000;
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: 0.48px;
}

@media screen and (max-width: 960px) {
  .p-proxy-agent-step__heading {
    font-size: 5rem;
    letter-spacing: 1px;
  }
}

.p-proxy-agent-step__pic {
  margin-top: 5px;
}

@media screen and (max-width: 960px) {
  .p-proxy-agent-step__pic {
    margin-top: 1.33vw;
  }
}

.p-proxy-agent-step__name {
  margin-top: 20px;
  color: #1f1f1f;
  font-weight: bold;
  font-size: 1.5rem;
}

@media screen and (max-width: 960px) {
  .p-proxy-agent-step__name {
    margin-top: 2.66vw;
    font-size: 2.8rem;
  }
}

.p-proxy-agent-step__txt {
  color: #1f1f1f;
  font-size: 1.4rem;
}

@media screen and (min-width: 961px) {
  .p-proxy-agent-step__txt {
    padding-right: 15px;
  }
}

@media screen and (max-width: 960px) {
  .p-proxy-agent-step__txt {
    font-size: 2.8rem;
  }
}

.p-recruit .container {
  background: none;
}

.p-recruit .c-contact {
  background: url(/assets/img/recruit/bg_recruit.png) no-repeat center/cover;
}

@media screen and (max-width: 960px) {
  .p-recruit .c-contact {
    background: url(/assets/img/recruit/bg_recruit_sp.png) no-repeat center/cover;
  }
}

.p-recruit-banner {
  margin-top: 50px;
}

@media screen and (max-width: 960px) {
  .p-recruit-banner {
    margin-top: 6.67vw;
  }
}

.p-recruit-banner__link {
  display: block;
  width: 100%;
}

.p-recruit-message {
  margin-top: 70px;
}

.p-recruit-message__box {
  display: grid;
  background: #e1ddd5;
  grid-template-columns: 1.934783fr 1fr;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media screen and (max-width: 960px) {
  .p-recruit-message__box {
    display: block;
  }
}

.p-recruit-message__box > div {
  max-width: 712px;
  padding: clamp(60px, 3.5417vw, 68px) 72px clamp(60px, 3.5417vw, 68px) 40px;
}

@media screen and (max-width: 1300px) and (min-width: 1181px) {
  .p-recruit-message__box > div {
    padding-right: 16px;
  }
}

@media screen and (max-width: 1180px) and (min-width: 961px) {
  .p-recruit-message__box > div {
    padding-right: 0;
  }
}

@media screen and (max-width: 960px) {
  .p-recruit-message__box > div {
    padding: 8vw 5.067vw 2.667vw;
  }
}

.p-recruit-message__catch {
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.59;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1080px) and (min-width: 1001px) {
  .p-recruit-message__catch {
    font-size: 2rem;
  }
}

@media screen and (max-width: 1000px) and (min-width: 961px) {
  .p-recruit-message__catch {
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 960px) {
  .p-recruit-message__catch {
    font-size: 4rem;
    line-height: 1.48;
  }
}

.p-recruit-message__text {
  margin-top: 32px;
  line-height: 1.63;
}

@media screen and (max-width: 1180px) and (min-width: 961px) {
  .p-recruit-message__text {
    margin-top: 20px;
  }
}

@media screen and (max-width: 1080px) and (min-width: 961px) {
  .p-recruit-message__text {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 960px) {
  .p-recruit-message__text {
    margin-top: 5.33vw;
  }
}

.p-recruit-message__text + .p-recruit-message__text {
  margin-top: 16px;
}

@media screen and (max-width: 1080px) and (min-width: 961px) {
  .p-recruit-message__text + .p-recruit-message__text {
    margin-top: 8px;
  }
}

@media screen and (max-width: 960px) {
  .p-recruit-message__text + .p-recruit-message__text {
    margin-top: 2.667vw;
  }
}

@media screen and (max-width: 1300px) {
  .p-recruit-message__break {
    display: none;
  }
}

.p-recruit-flow {
  padding-top: 75px;
  background: #fff;
}

@media screen and (max-width: 960px) {
  .p-recruit-flow {
    padding-top: 12vw;
  }
}

@media screen and (max-width: 960px) {
  .p-recruit-flow {
    padding-top: 14.66vw;
  }
}

@media screen and (min-width: 961px) {
  .p-recruit-flow .c-ttl-tertiary {
    margin-bottom: 75px;
  }
}

.p-recruit-flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 960px) {
  .p-recruit-flow-list {
    display: block;
    margin-top: 4vw;
  }
}

.p-recruit-flow-list li {
  max-width: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}

@media screen and (max-width: 960px) {
  .p-recruit-flow-list li {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

@media screen and (max-width: 960px) {
  .p-recruit-flow-list li + li {
    margin-top: 6.66vw;
  }
}

.p-recruit-flow-list__heading {
  color: #e50000;
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: 0.48px;
}

@media screen and (max-width: 960px) {
  .p-recruit-flow-list__heading {
    font-size: 5rem;
    letter-spacing: 1px;
  }
}

.p-recruit-flow-list__pic {
  margin-top: 5px;
}

@media screen and (max-width: 960px) {
  .p-recruit-flow-list__pic {
    margin-top: 1.33vw;
  }
}

.p-recruit-btn-moveto {
  padding-top: 80px;
  background: #fff;
}

@media screen and (max-width: 960px) {
  .p-recruit-btn-moveto {
    padding-top: 13.33vw;
  }
}

.p-recruit-addition {
  padding-top: 75px;
  background: #fff;
  padding-bottom: 80px;
}

@media screen and (max-width: 960px) {
  .p-recruit-addition {
    padding-top: 12vw;
  }
}

@media screen and (max-width: 960px) {
  .p-recruit-addition {
    padding-top: 14.66vw;
    padding-bottom: 13.33vw;
  }
}

@media screen and (min-width: 961px) {
  .p-recruit-addition .c-ttl-tertiary {
    margin-bottom: 65px;
  }
}

@media screen and (max-width: 960px) {
  .p-recruit-addition .c-ttl-tertiary {
    margin-bottom: 10.66vw;
  }
}

.p-recruit-addition .c-table-content:last-child {
  border-bottom: 1px solid #eee;
}

.p-recruit-contact {
  margin-top: 60px;
}

@media screen and (max-width: 960px) {
  .p-recruit-contact {
    margin-top: 10.66vw;
  }
}

.p-recruit-contact__image {
  width: 640px;
  margin-inline: auto;
}

@media screen and (max-width: 960px) {
  .p-recruit-contact__image {
    width: 100%;
    height: auto;
  }
}

.p-recruit-contact__link {
  display: block;
}

@media screen and (min-width: 961px) {
  .p-recruit-contact__link {
    pointer-events: none;
  }
}

.p-recruit-requirements {
  margin-top: 80px;
}

@media screen and (max-width: 960px) {
  .p-recruit-requirements {
    margin-top: 14.66vw;
  }
}

.p-recruit-requirements .c-ttl-tertiary {
  margin-bottom: 72px;
}

@media screen and (max-width: 960px) {
  .p-recruit-requirements .c-ttl-tertiary {
    margin-bottom: 10vw;
  }
}

.p-recruit-job:last-of-type {
  border-bottom: 1px solid var(--color-red);
}

.p-recruit-job__name {
  position: relative;
  padding-block: 32px;
  border-top: 1px solid var(--color-red);
  color: var(--color-red);
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.3;
}

@media screen and (max-width: 960px) {
  .p-recruit-job__name {
    padding-block: 5.128vw;
    font-size: 20px;
  }
}

.p-recruit-job__name::before, .p-recruit-job__name::after {
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: 20px;
  height: 2px;
  background: var(--color-red);
  content: "";
  -webkit-transition: rotate 0.4s;
  transition: rotate 0.4s;
}

@media screen and (min-width: 961px) {
  .p-recruit-job__name::before, .p-recruit-job__name::after {
    display: none;
  }
}

.p-recruit-job__name::after {
  rotate: 90deg;
}

.p-recruit-job__name.is-active::after {
  rotate: 0deg;
  -webkit-transition: rotate 0.4s;
  transition: rotate 0.4s;
}

@media screen and (max-width: 960px) {
  .p-recruit-job__details {
    display: none;
  }
}

.p-recruit-job__details .c-table {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.p-recruit-annotation {
  margin-block: 50px 75px;
  padding: 30px 40px;
  border: 2px solid var(--color-red);
}

@media screen and (max-width: 960px) {
  .p-recruit-annotation {
    margin-block: 13.333vw 7.6923vw;
    padding: 7.33vw 5.33vw;
  }
}

.p-recruit-annotation__title {
  font-weight: bold;
  font-size: 1.8rem;
}

@media screen and (max-width: 960px) {
  .p-recruit-annotation__title {
    font-size: 15px;
  }
}

.p-recruit-annotation__text {
  margin-top: 22px;
}

@media screen and (max-width: 960px) {
  .p-recruit-annotation__text {
    margin-top: 4.615vw;
  }
}

.p-top .header {
  position: fixed;
}

@media screen and (min-width: 961px) {
  .p-top .header-logo {
    display: none;
  }
}

.p-top .header.is-special.is-covered {
  padding: 24px 60px 18px;
}

.p-top .header.is-special.is-covered .header-logo--special {
  display: block !important;
}

.p-top .header.is-special.is-covered .header-nav-dropbox {
  top: 74px;
}

.p-top-keyvisual {
  height: 760px;
  background: url(/assets/img/top/bg_main_01.png) no-repeat center/cover;
}

@media screen and (max-width: 960px) {
  .p-top-keyvisual {
    height: 108vw;
    background: url(/assets/img/top/bg_main_01_sp.png) no-repeat center/cover;
  }
}

.p-top-redArea {
  position: relative;
  padding: 50px 0 130px 120px;
}

@media screen and (min-width: 961px) {
  .p-top-redArea {
    max-width: 660px;
    height: 760px;
  }
}

@media screen and (max-width: 960px) {
  .p-top-redArea {
    padding: 73.73vw 0 8vw 5.33vw;
  }
}

.p-top-redArea::before {
  position: absolute;
  left: 0;
  width: 386px;
  height: 760px;
  background: rgba(229, 0, 0, 0.9);
  content: "";
}

@media screen and (min-width: 961px) {
  .p-top-redArea::before {
    top: 0;
  }
}

@media screen and (max-width: 960px) {
  .p-top-redArea::before {
    bottom: 4.8vw;
    width: 100%;
    height: 12vw;
  }
}

.p-top-redArea::after {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 760px 0 0 279px;
  border-color: transparent transparent transparent rgba(229, 0, 0, 0.9);
  content: "";
}

@media screen and (min-width: 961px) {
  .p-top-redArea::after {
    top: 0;
    left: 386px;
  }
}

@media screen and (max-width: 960px) {
  .p-top-redArea::after {
    bottom: 16.8vw;
    left: 0;
    border-width: 60vw 0 0 100vw;
    border-color: transparent transparent transparent rgba(229, 0, 0, 0.9);
  }
}

.p-top-redArea__logo {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 960px) {
  .p-top-redArea__logo {
    display: none;
  }
}

.p-top-redArea__logo a:hover {
  opacity: 1;
}

.p-top-redArea__content {
  position: relative;
  z-index: 2;
  margin-top: 244px;
  font-size: 0;
}

@media screen and (max-width: 960px) {
  .p-top-redArea__content {
    margin-top: 0;
  }
}

.p-top-redArea__txt {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 4.4rem;
  line-height: 1.73;
  text-indent: -.5em;
  text-align: left;
  vertical-align: bottom;
}

@media screen and (max-width: 960px) {
  .p-top-redArea__txt {
    font-size: 4.6rem;
  }
}

.p-top-redArea__gmark {
  display: inline-block;
  margin-bottom: 14px;
  margin-left: 25px;
  vertical-align: bottom;
}

@media screen and (max-width: 960px) {
  .p-top-redArea__gmark {
    width: 8.13vw;
    height: 9.067vw;
    margin-bottom: 1.33vw;
    margin-left: 3.33vw;
  }
}

.p-top-infoPC {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100px;
  background: #f7f7f7;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 960px) {
  .p-top-infoPC {
    display: none;
  }
}

.p-top-infoPC-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  background: #ddd;
  font-weight: bold;
  text-align: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 250px;
  flex: 0 0 250px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-top-infoPC-heading__english {
  display: block;
  font-size: 2.4rem;
}

.p-top-infoPC-heading__smallEnglish {
  font-size: 2.2rem;
}

.p-top-infoPC-heading__japanese {
  font-size: 1.6rem;
}

.p-top-infoPC__listContainer {
  position: relative;
  height: 100px;
  padding: 0 50px 0 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.p-top-infoPC__list {
  position: absolute;
  left: 0;
  width: 100%;
}

.p-top-infoPC-news {
  height: 100px;
  line-height: 1;
}

.p-top-infoPC-news__link {
  display: block;
  width: 100%;
  padding: 24px 30px;
}

.p-top-infoPC-news__link:hover .p-top-infoPC-news__date, .p-top-infoPC-news__link:hover .p-top-infoPC-news__text {
  color: #e70010;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.p-top-infoPC-news__link--prevent {
  pointer-events: none;
}

.p-top-infoPC-news__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 961px) {
  .p-top-infoPC-news__date {
    width: 84px;
  }
}

.p-top-infoPC-news__date _:-ms-fullscreen, :root .p-top-infoPC-news__date {
  margin-top: 5px;
}

.p-top-infoPC-news__label, .p-top-infoPC-news__label--red, .p-top-infoPC-news__label--navy {
  margin-left: 13px;
  padding: 4px 0 6px;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66px;
  flex: 0 0 66px;
}

.p-top-infoPC-news__label _:-ms-fullscreen, .p-top-infoPC-news__label--red _:-ms-fullscreen, .p-top-infoPC-news__label--navy _:-ms-fullscreen, :root .p-top-infoPC-news__label, :root .p-top-infoPC-news__label--red, :root .p-top-infoPC-news__label--navy {
  padding: 7px 0 3px;
}

.p-top-infoPC-news__label--red {
  background: #e70010;
}

.p-top-infoPC-news__label--navy {
  background: #1d2088;
}

.p-top-infoPC-news__text {
  overflow: hidden;
  margin-top: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.p-top-infoPC-news__text _:-ms-fullscreen, :root .p-top-infoPC-news__text {
  padding-top: 4px;
}

.p-top-infoPC-news__icon {
  position: relative;
}

.p-top-infoPC-news__icon::after {
  position: absolute;
  width: 30px;
  height: 30px;
  content: "";
}

@media (min-width: 961px) and (max-width: 1298px) {
  .p-top-infoPC-news__icon::after {
    bottom: -2px !important;
    width: 27px !important;
    height: 27px !important;
  }
}

@media screen and (max-width: 960px) {
  .p-top-infoPC-news__icon::after {
    bottom: 2px !important;
    right: -5.33vw !important;
    width: 3.867vw !important;
    height: 3.867vw !important;
  }
}

.p-top-infoPC-news__icon--pdf::after {
  bottom: 4px;
  right: -39px;
  background: url(/assets/img/common/topics-icon-pdf.png) no-repeat 100%/contain;
}

.p-top-infoPC-toTopics {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 30px;
}

.p-top-infoPC-toTopics__link {
  display: inline-block;
  position: relative;
  padding-right: 35px;
  line-height: 1;
}

.p-top-infoPC-toTopics__link::before {
  position: absolute;
  right: 0;
  bottom: 4px;
  width: 24px;
  height: 2px;
  background: #e70010;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  content: "";
}

.p-top-infoPC-toTopics__link:hover::before {
  right: -10px;
}

.p-top-infoPC-toTopics__link::after {
  position: absolute;
  top: 6px;
  right: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
  border-top: 2px solid #e70010;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  content: "";
}

.p-top-infoPC-toTopics__link:hover::after {
  right: -9px;
}

.p-top-infoPC-toTopics__link _:-ms-fullscreen, :root .p-top-infoPC-toTopics__link::after {
  top: 6px;
}

.p-top-infoPC-toTopics__link _:-ms-fullscreen, :root .p-top-infoPC-toTopics__link:hover::after {
  right: -11px;
}

.p-top-infoSP {
  display: none;
}

@media screen and (max-width: 960px) {
  .p-top-infoSP {
    display: block;
  }
}

.p-top-infoSP__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4.8vw 5.33vw;
  background: #ddd;
  line-height: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-top-infoSP-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-top-infoSP-heading__english {
  margin-right: 4vw;
  font-size: 3.8rem;
}

.p-top-infoSP-heading__smallEnglish {
  font-size: 3.2rem;
}

.p-top-infoSP-heading__japanese {
  font-size: 2.4rem;
}

.p-top-infoSP-toTopics {
  font-size: 2.4rem;
}

.p-top-infoSP-toTopics__link {
  display: block;
  position: relative;
  width: 100%;
  padding-right: 32px;
}

.p-top-infoSP-toTopics__link::before {
  position: absolute;
  right: 0;
  bottom: 4px;
  width: 24px;
  height: 2px;
  background: #e70010;
  content: "";
}

.p-top-infoSP-toTopics__link::after {
  position: absolute;
  bottom: 7px;
  right: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
  border-top: 2px solid #e70010;
  content: "";
}

.p-top-infoSP__list {
  padding: 0 5.33vw;
  background: #f7f7f7;
  font-size: 2.4rem;
}

.p-top-infoSP-news {
  padding: 4.267vw 0;
}

.p-top-infoSP-news + .p-top-infoSP-news {
  border-top: 1px solid #ddd;
}

.p-top-infoSP-news__link {
  display: block;
  width: 100%;
}

.p-top-infoSP-news__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-top-infoSP-news__date {
  margin-right: 2vw;
}

@media screen and (max-width: 960px) {
  .p-top-infoSP-news__date {
    width: 17.33vw;
  }
}

.p-top-infoSP-news__label, .p-top-infoSP-news__label--red, .p-top-infoSP-news__label--navy {
  width: 11.467vw;
  padding: 4px 0;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
}

.p-top-infoSP-news__label--red {
  background: #e70010;
}

.p-top-infoSP-news__label--navy {
  background: #1d2088;
}

.p-top-infoSP-news__text {
  margin-top: 1.33vw;
}

.p-top-news__icon, .p-top-news__icon--pdf {
  position: relative;
}

.p-top-news__icon::after, .p-top-news__icon--pdf::after {
  position: absolute;
  bottom: 4px;
  right: -26px;
  width: 15px;
  height: 15px;
  content: "";
}

@media screen and (max-width: 960px) {
  .p-top-news__icon::after, .p-top-news__icon--pdf::after {
    bottom: 2px;
    right: -5.33vw;
    width: 3.867vw;
    height: 3.867vw;
  }
}

.p-top-news__icon _:-ms-fullscreen, .p-top-news__icon--pdf _:-ms-fullscreen, :root .p-top-news__icon::after, :root .p-top-news__icon--pdf::after {
  bottom: 9px;
}

.p-top-news__icon--pdf::after {
  background: url(/assets/img/common/topics-icon-pdf.png) no-repeat 100%/contain;
}

.p-top-intro {
  padding: 80px 0 75px;
  background: #fff;
}

@media screen and (max-width: 960px) {
  .p-top-intro {
    padding: 13.333vw 0 10.66vw;
  }
}

.p-top-heading {
  font-weight: bold;
  font-size: 4rem;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .p-top-heading {
    font-size: 5.2rem;
  }
}

.p-top-heading--sm {
  margin-top: 8px;
  font-size: 2rem;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .p-top-heading--sm {
    margin-top: 0;
    padding: 0 2.66vw;
    font-size: 3.2rem;
    text-align: left;
  }
}

.p-top-bannerArea {
  margin-top: 65px;
}

@media screen and (max-width: 960px) {
  .p-top-bannerArea {
    margin-top: 7.33vw;
  }
}

.p-top-bannerArea__banner {
  width: 600px;
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  .p-top-bannerArea__banner {
    width: 100%;
    margin-bottom: 53.33vw;
  }
}

@media screen and (max-width: 960px) {
  .p-top-bannerArea__banner img {
    width: 100%;
  }
}

.p-top-bannerArea__illust {
  position: relative;
}

.p-top-bannerArea__illust::before {
  position: absolute;
  bottom: 30px;
  left: -295px;
  width: 241px;
  height: 123px;
  background: url(/assets/img/top/top-illust-people.png) no-repeat 100%/contain;
  content: "";
}

@media screen and (min-width: 961px) and (max-width: 1280px) {
  .p-top-bannerArea__illust::before {
    left: -245px;
    width: 205px;
    height: 105px;
  }
}

@media screen and (max-width: 960px) {
  .p-top-bannerArea__illust::before {
    bottom: -40vw;
    left: 6.4vw;
    width: 38.933vw;
    height: 21.2vw;
  }
}

.p-top-bannerArea__illust::after {
  position: absolute;
  bottom: 0;
  right: -284px;
  width: 224px;
  height: 185px;
  background: url(/assets/img/top/top-illust-car.png) no-repeat 100%/contain;
  content: "";
}

@media screen and (min-width: 961px) and (max-width: 1280px) {
  .p-top-bannerArea__illust::after {
    right: -229px;
    width: 190px;
    height: 157px;
  }
}

@media screen and (max-width: 960px) {
  .p-top-bannerArea__illust::after {
    bottom: -39.467vw;
    right: 6vw;
    width: 42.533vw;
    height: 34.933vw;
  }
}

.p-top-bannerArea__link {
  display: block;
  width: 100%;
}

.p-top-genre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 960px) {
  .p-top-genre {
    display: block;
    margin-top: 13.33vw;
  }
}

.p-top-genre-box {
  max-width: 46.3%;
  -ms-flex-preferred-size: 46.3%;
  flex-basis: 46.3%;
  padding: 84px 40px 29px;
  color: #fff;
}

@media screen and (max-width: 960px) {
  .p-top-genre-box {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 8vw 5.33vw 6.66vw;
  }
}

.p-top-genre-box:nth-of-type(1) {
  background: url(/assets/img/top/img_top_genre_01.png) no-repeat center/cover;
}

.p-top-genre-box:nth-of-type(2) {
  background: url(/assets/img/top/img_top_genre_02.png) no-repeat center/cover;
}

@media screen and (max-width: 960px) {
  .p-top-genre-box + .p-top-genre-box {
    margin-top: 6.66vw;
  }
}

.p-top-genre-box__icon {
  line-height: 0;
  text-align: center;
}

.p-top-genre-box__svg--truck {
  width: 222px;
  height: 103px;
  fill: #fff;
}

@media screen and (max-width: 960px) {
  .p-top-genre-box__svg--truck {
    width: 45.63vw;
    height: 21.26vw;
  }
}

.p-top-genre-box__svg--memo {
  width: 108px;
  height: 98px;
  fill: #fff;
}

@media screen and (max-width: 960px) {
  .p-top-genre-box__svg--memo {
    width: 23.38vw;
    height: 20.98vw;
    margin-left: 5.33vw;
  }
}

.p-top-genre-box__ttl, .p-top-genre-box__ttl--sm {
  margin-top: 32px;
  font-weight: bold;
  font-size: 4rem;
  letter-spacing: 0.8px;
  line-height: 1;
}

@media screen and (max-width: 960px) {
  .p-top-genre-box__ttl, .p-top-genre-box__ttl--sm {
    margin-top: 5.2vw;
    font-size: 5.2rem;
  }
}

.p-top-genre-box__ttl--sm {
  display: block;
  margin-top: 10px;
  padding-left: 48px;
  font-size: 2rem;
}

@media screen and (max-width: 960px) {
  .p-top-genre-box__ttl--sm {
    padding-left: 6.04vw;
    font-size: 3.2rem;
  }
}

.p-top-genre-box__note {
  margin-top: 15px;
  line-height: 1.75;
}

.p-top-genre-box__note--broad {
  margin-top: 24px;
}

@media screen and (max-width: 960px) {
  .p-top-genre-box__note--broad {
    margin-top: 4.66vw;
    font-size: 2.8rem;
  }
}

.p-top-genre-box__btn {
  margin-top: 25px;
}

.p-top-genre-box__btn--broad {
  margin-top: 45px;
  padding-right: 40px;
}

@media screen and (max-width: 960px) {
  .p-top-genre-box__btn--broad {
    margin-top: 5.33vw;
    padding-right: 0;
  }
}

.p-top-recruit {
  margin-top: 80px;
}

@media screen and (max-width: 960px) {
  .p-top-recruit {
    margin-top: 13.33vw;
  }
}

.p-top-recruit__coverPic {
  width: 100%;
  padding: 120px 0 40px;
  background: url(/assets/img/top/bg_top_recruit.png) no-repeat center/cover;
}

@media screen and (max-width: 960px) {
  .p-top-recruit__coverPic {
    padding: 44vw 0 0;
    background: url(/assets/img/top/bg_top_recruit_sp.png) no-repeat top center/contain;
  }
}

.p-top-recruit-box {
  padding: 12px 0 28px 40px;
  background: rgba(255, 255, 255, 0.9);
}

@media screen and (min-width: 961px) {
  .p-top-recruit-box {
    max-width: 500px;
  }
}

@media screen and (max-width: 960px) {
  .p-top-recruit-box {
    padding: 3.8vw 4vw 6.66vw;
  }
}

.p-top-loading {
  display: none;
  position: fixed;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-top-loading img {
  display: none;
  position: fixed;
  width: 640px;
  height: 480px;
}

.p-top-loading img _:-ms-fullscreen, :root .p-top-loading img {
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 960px) {
  .p-top-loading img {
    width: 100vw;
    height: auto;
  }
}

.p-top-loaded {
  display: none;
}

.p-topics .c-contact {
  background: url(/assets/img/topics/bg_topics.png) no-repeat center/cover;
}

.p-topics__container {
  padding: 80px 0 100px;
  background: #fff;
}

@media screen and (max-width: 960px) {
  .p-topics__container {
    padding: 10.67vw 0 20vw;
  }
}

.p-topics__container _:-ms-fullscreen, :root .p-topics__container {
  display: block;
}

.p-topics__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 960px) {
  .p-topics__navigation {
    display: block;
    margin-bottom: 4vw;
  }
}

.p-topics-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media screen and (max-width: 960px) {
  .p-topics-tab {
    margin-top: 5.33vw;
    font-size: 2.4rem;
  }
}

.p-topics-tab__item {
  width: 120px;
  padding: 8px 0;
  border-left: 1px solid #ddd;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}

@media screen and (max-width: 960px) {
  .p-topics-tab__item {
    width: 31.2%;
  }
}

.p-topics-tab__item:last-of-type {
  border-right: 1px solid #ddd;
}

.p-topics-tab__item.is-selected {
  color: #e70010;
}

@media screen and (max-width: 960px) {
  .p-topics-tab__item:nth-of-type(2) {
    width: 37.6%;
  }
}

.p-topics-selector {
  position: relative;
  width: 240px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media screen and (max-width: 960px) {
  .p-topics-selector {
    width: 100%;
  }
}

.p-topics-selector::after {
  position: absolute;
  top: 22px;
  right: 16px;
  width: 12px;
  height: 8px;
  background: url(/assets/img/topics/topics-arrow.png) no-repeat 100%/contain;
  content: "";
  pointer-events: none;
}

@media screen and (max-width: 960px) {
  .p-topics-selector::after {
    top: 4.67vw;
    right: 8vw;
    width: 2.4vw;
    height: 1.467vw;
  }
}

.p-topics-selector__item {
  width: 100%;
  height: 48px;
  padding: 0 20px;
  border: 1px solid #ddd;
  background: #fff;
  font: 400 1.6rem "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

@media screen and (max-width: 960px) {
  .p-topics-selector__item {
    height: 10.13vw;
    padding: 0 5.33vw;
    font: 400 2.4rem "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  }
}

.p-topics-selector__item::-ms-expand {
  display: none;
}

.p-topics__tableArea {
  border-top: 1px solid #eee;
}

@media screen and (max-width: 960px) {
  .p-topics__tableArea {
    border-top: 0;
    font-size: 2.4rem;
  }
}

.p-topics-linkItem {
  border-bottom: 1px solid #eee;
}

.p-topics-linkItem__link {
  display: block;
  width: 100%;
  padding: 20px 90px 20px 40px;
}

.p-topics-linkItem__link _:-ms-fullscreen, :root .p-topics-linkItem__link {
  -webkit-transition: none;
  transition: none;
}

@media screen and (max-width: 960px) {
  .p-topics-linkItem__link {
    padding: 4.267vw 6vw 4.267vw 0;
  }
}

.p-topics-linkItem__link:hover .p-topics-table-head__date, .p-topics-linkItem__link:hover .p-topics-table__data {
  color: #e70010;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.p-topics-linkItem__link--prevent {
  pointer-events: none;
}

.p-topics-notFound {
  display: none;
  padding: 20px 40px;
}

@media screen and (max-width: 960px) {
  .p-topics-notFound {
    padding: 4.267vw 6vw 4.267vw 0;
  }
}

.p-topics-table-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-topics-table-head__date {
  width: 90px;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  .p-topics-table-head__date {
    width: 18vw;
    font-weight: normal;
  }
}

.p-topics-table-head__date _:-ms-fullscreen, :root .p-topics-table-head__date {
  margin-top: 4px;
}

.p-topics-table-head__label, .p-topics-table-head__label--red, .p-topics-table-head__label--navy {
  max-width: 66px;
  -ms-flex-preferred-size: 66px;
  flex-basis: 66px;
  margin-left: 13px;
  padding: 4px 0 6px;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .p-topics-table-head__label, .p-topics-table-head__label--red, .p-topics-table-head__label--navy {
    max-width: 12vw;
    -ms-flex-preferred-size: 12vw;
    flex-basis: 12vw;
    margin-left: 2vw;
    padding: 4px 0;
    font-size: 1.8rem;
  }
}

.p-topics-table-head__label _:-ms-fullscreen, .p-topics-table-head__label--red _:-ms-fullscreen, .p-topics-table-head__label--navy _:-ms-fullscreen, :root .p-topics-table-head__label, :root .p-topics-table-head__label--red, :root .p-topics-table-head__label--navy {
  padding: 7px 0 3px;
}

.p-topics-table-head__label--red {
  background: #e70010;
}

.p-topics-table-head__label--navy {
  background: #1d2088;
}

.p-topics-table__data {
  margin-top: 4px;
}

.p-topics-table__icon, .p-top-infoPC-news__icon--pdf, .p-topics-table__icon--pdf {
  position: relative;
}

.p-topics-table__icon::after, .p-top-infoPC-news__icon--pdf::after, .p-topics-table__icon--pdf::after {
  position: absolute;
  width: 30px;
  height: 30px;
  content: "";
}

@media (min-width: 961px) and (max-width: 1298px) {
  .p-topics-table__icon::after, .p-top-infoPC-news__icon--pdf::after, .p-topics-table__icon--pdf::after {
    bottom: -2px !important;
    width: 27px !important;
    height: 27px !important;
  }
}

@media screen and (max-width: 960px) {
  .p-topics-table__icon::after, .p-top-infoPC-news__icon--pdf::after, .p-topics-table__icon--pdf::after {
    bottom: 2px !important;
    right: -5.33vw !important;
    width: 3.867vw !important;
    height: 3.867vw !important;
  }
}

@media (min-width: 961px) and (max-width: 1298px) {
  .p-topics-table__icon _:-ms-fullscreen, .p-top-infoPC-news__icon--pdf _:-ms-fullscreen, .p-topics-table__icon--pdf _:-ms-fullscreen, :root .p-topics-table__icon::after, :root .p-top-infoPC-news__icon--pdf::after, :root .p-topics-table__icon--pdf::after {
    bottom: 4px !important;
  }
}

.p-topics-table__icon--pdf::after {
  bottom: -2px;
  right: -39px;
  background: url(/assets/img/common/topics-icon-pdf.png) no-repeat 100%/contain;
}

.p-transport-works {
  padding-top: 75px;
  background: #fff;
  padding-top: 85px;
  padding-bottom: 80px;
}

@media screen and (max-width: 960px) {
  .p-transport-works {
    padding-top: 12vw;
  }
}

@media screen and (max-width: 960px) {
  .p-transport-works {
    padding-bottom: 13.33vw;
  }
}

.p-transport-works-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 960px) {
  .p-transport-works-list {
    display: block;
  }
}

.p-transport-works-content {
  max-width: 48.15%;
  -ms-flex-preferred-size: 48.15%;
  flex-basis: 48.15%;
  color: #1f1f1f;
}

@media screen and (max-width: 960px) {
  .p-transport-works-content {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

@media screen and (max-width: 960px) {
  .p-transport-works-content + .p-transport-works-content {
    margin-top: 10.66vw;
  }
}

@media screen and (min-width: 961px) {
  .p-transport-works-content:nth-of-type(n+3) {
    margin-top: 55px;
  }
}

.p-transport-works-content__name {
  margin-top: 22px;
  font-weight: bold;
  font-size: 2.4rem;
}

@media screen and (max-width: 960px) {
  .p-transport-works-content__name {
    margin-top: 4.66vw;
    font-size: 3.4rem;
  }
}

.p-transport-works-content__note {
  margin-top: 5px;
}

.p-transport-others {
  padding-top: 80px;
}

@media screen and (max-width: 960px) {
  .p-transport-others {
    padding-top: 13.33vw;
  }
}

@media screen and (max-width: 960px) {
  .p-transport-others .inner {
    padding: 0 2.66vw;
  }
}

.p-transport-others__box {
  padding: 45px 60px 65px;
  border: 4px solid #e50000;
  background: #fff;
}

@media screen and (max-width: 960px) {
  .p-transport-others__box {
    padding: 6.66vw 5.33vw 12vw;
    border: 3px solid #e50000;
  }
}

.p-transport-others__ttl {
  font-weight: bold;
  font-size: 3.2rem;
  letter-spacing: 1.6px;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .p-transport-others__ttl {
    font-size: 4.6rem;
  }
}

.p-transport-others-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
  color: #1f1f1f;
}

@media screen and (max-width: 960px) {
  .p-transport-others-intro {
    display: block;
    margin-top: 6vw;
  }
}

.p-transport-others-intro__txt {
  max-width: 45%;
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
  margin-right: 8.33%;
  font-size: 1.8rem;
}

@media screen and (max-width: 960px) {
  .p-transport-others-intro__txt {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 0;
    font-size: 2.8rem;
  }
}

.p-transport-others-intro__pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 41.77%;
  -ms-flex-preferred-size: 41.77%;
  flex-basis: 41.77%;
  margin-right: 3.65%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

@media screen and (max-width: 960px) {
  .p-transport-others-intro__pic {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-top: 6.66vw;
    margin-right: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.p-transport-others-intro__item {
  text-align: center;
}

@media screen and (max-width: 960px) {
  .p-transport-others-intro__item:nth-of-type(1) {
    max-width: 42%;
    -ms-flex-preferred-size: 42%;
    flex-basis: 42%;
    margin-right: 15.87%;
  }
}

@media screen and (max-width: 960px) {
  .p-transport-others-intro__item:nth-of-type(2) {
    max-width: 37.5%;
    -ms-flex-preferred-size: 37.5%;
    flex-basis: 37.5%;
    margin-right: 4.76%;
  }
}

.p-transport-others-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 110px;
  font-size: 1.8rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 960px) {
  .p-transport-others-feature {
    display: block;
    margin-top: 8vw;
    font-size: 3rem;
  }
}

.p-transport-others-feature__item {
  position: relative;
  max-width: 31.25%;
  -ms-flex-preferred-size: 31.25%;
  flex-basis: 31.25%;
  padding: 90px 0 35px;
  border: 2px solid #ddd;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .p-transport-others-feature__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 4.66vw 2.66vw;
    border: 1px solid #ddd;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (min-width: 961px) {
  .p-transport-others-feature__item:nth-of-type(1)::before {
    width: 122px;
    height: 122px;
  }
  .p-transport-others-feature__item:nth-of-type(2)::before {
    width: 122px;
    height: 123px;
  }
  .p-transport-others-feature__item:nth-of-type(3)::before {
    width: 178px;
    height: 104px;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
  }
}

@media screen and (max-width: 960px) {
  .p-transport-others-feature__item:nth-of-type(1) figure {
    max-width: 23.8vw;
    -ms-flex-preferred-size: 23.8vw;
    flex-basis: 23.8vw;
  }
  .p-transport-others-feature__item:nth-of-type(2) figure {
    max-width: 23.8vw;
    -ms-flex-preferred-size: 23.8vw;
    flex-basis: 23.8vw;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .p-transport-others-feature__item:nth-of-type(3) figure {
    max-width: 26.99vw;
    -ms-flex-preferred-size: 26.99vw;
    flex-basis: 26.99vw;
  }
}

@media screen and (max-width: 960px) and (max-width: 960px) {
  .p-transport-others-feature__item + .p-transport-others-feature__item {
    margin-top: 4vw;
  }
}

@media screen and (max-width: 960px) {
  .p-transport-others-feature__item p {
    max-width: 63.49vw;
    -ms-flex-preferred-size: 63.49vw;
    flex-basis: 63.49vw;
  }
}

.p-transport-underBg {
  background: url(/assets/img/service/transport/bg_transport.png) no-repeat center/cover;
}

@media screen and (max-width: 960px) {
  .p-transport-underBg {
    background: url(/assets/img/service/transport/bg_transport_sp.png) no-repeat center/cover;
  }
}

@media screen and (max-width: 960px) {
  .p-transport .contact {
    padding-top: 19.32vw;
  }
}

/*! =========================
  utility
========================= */
.u-block {
  display: block;
}

.u-block-shadow {
  -webkit-box-shadow: 2.5px 4.3px 20px 0 rgba(9, 25, 0, 0.1);
  box-shadow: 2.5px 4.3px 20px 0 rgba(9, 25, 0, 0.1);
}

.u-block-shadow--under {
  position: relative;
}

.u-block-shadow--under::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: transparent;
  -webkit-box-shadow: 10px 10px 10px 0 rgba(9, 25, 0, 0.05);
  box-shadow: 10px 10px 10px 0 rgba(9, 25, 0, 0.05);
  content: "";
}

.u-fadein {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.u-fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.u-link-tel {
  cursor: default;
  pointer-events: none;
}

@media screen and (max-width: 960px) {
  .u-link-tel {
    pointer-events: auto;
  }
}

.u-events-none {
  pointer-events: none !important;
}

.u-mt-0 {
  margin-top: 0px !important;
}

.u-mt-5 {
  margin-top: 5px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mt-15 {
  margin-top: 15px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-25 {
  margin-top: 25px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mt-35 {
  margin-top: 35px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mt-45 {
  margin-top: 45px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-mr-0 {
  margin-right: 0px !important;
}

.u-mr-5 {
  margin-right: 5px !important;
}

.u-mr-10 {
  margin-right: 10px !important;
}

.u-mr-15 {
  margin-right: 15px !important;
}

.u-mr-20 {
  margin-right: 20px !important;
}

.u-mr-25 {
  margin-right: 25px !important;
}

.u-mr-30 {
  margin-right: 30px !important;
}

.u-mr-35 {
  margin-right: 35px !important;
}

.u-mr-40 {
  margin-right: 40px !important;
}

.u-mr-45 {
  margin-right: 45px !important;
}

.u-mr-50 {
  margin-right: 50px !important;
}

.u-mb-0 {
  margin-bottom: 0px !important;
}

.u-mb-5 {
  margin-bottom: 5px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-mb-15 {
  margin-bottom: 15px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-mb-25 {
  margin-bottom: 25px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-mb-35 {
  margin-bottom: 35px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-mb-45 {
  margin-bottom: 45px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-ml-0 {
  margin-left: 0px !important;
}

.u-ml-5 {
  margin-left: 5px !important;
}

.u-ml-10 {
  margin-left: 10px !important;
}

.u-ml-15 {
  margin-left: 15px !important;
}

.u-ml-20 {
  margin-left: 20px !important;
}

.u-ml-25 {
  margin-left: 25px !important;
}

.u-ml-30 {
  margin-left: 30px !important;
}

.u-ml-35 {
  margin-left: 35px !important;
}

.u-ml-40 {
  margin-left: 40px !important;
}

.u-ml-45 {
  margin-left: 45px !important;
}

.u-ml-50 {
  margin-left: 50px !important;
}

.u-pt-0 {
  padding-top: 0px !important;
}

.u-pt-5 {
  padding-top: 5px !important;
}

.u-pt-10 {
  padding-top: 10px !important;
}

.u-pt-15 {
  padding-top: 15px !important;
}

.u-pt-20 {
  padding-top: 20px !important;
}

.u-pt-25 {
  padding-top: 25px !important;
}

.u-pt-30 {
  padding-top: 30px !important;
}

.u-pt-35 {
  padding-top: 35px !important;
}

.u-pt-40 {
  padding-top: 40px !important;
}

.u-pt-45 {
  padding-top: 45px !important;
}

.u-pt-50 {
  padding-top: 50px !important;
}

.u-pr-0 {
  padding-right: 0px !important;
}

.u-pr-5 {
  padding-right: 5px !important;
}

.u-pr-10 {
  padding-right: 10px !important;
}

.u-pr-15 {
  padding-right: 15px !important;
}

.u-pr-20 {
  padding-right: 20px !important;
}

.u-pr-25 {
  padding-right: 25px !important;
}

.u-pr-30 {
  padding-right: 30px !important;
}

.u-pr-35 {
  padding-right: 35px !important;
}

.u-pr-40 {
  padding-right: 40px !important;
}

.u-pr-45 {
  padding-right: 45px !important;
}

.u-pr-50 {
  padding-right: 50px !important;
}

.u-pb-0 {
  padding-bottom: 0px !important;
}

.u-pb-5 {
  padding-bottom: 5px !important;
}

.u-pb-10 {
  padding-bottom: 10px !important;
}

.u-pb-15 {
  padding-bottom: 15px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

.u-pb-25 {
  padding-bottom: 25px !important;
}

.u-pb-30 {
  padding-bottom: 30px !important;
}

.u-pb-35 {
  padding-bottom: 35px !important;
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-pb-45 {
  padding-bottom: 45px !important;
}

.u-pb-50 {
  padding-bottom: 50px !important;
}

.u-pl-0 {
  padding-left: 0px !important;
}

.u-pl-5 {
  padding-left: 5px !important;
}

.u-pl-10 {
  padding-left: 10px !important;
}

.u-pl-15 {
  padding-left: 15px !important;
}

.u-pl-20 {
  padding-left: 20px !important;
}

.u-pl-25 {
  padding-left: 25px !important;
}

.u-pl-30 {
  padding-left: 30px !important;
}

.u-pl-35 {
  padding-left: 35px !important;
}

.u-pl-40 {
  padding-left: 40px !important;
}

.u-pl-45 {
  padding-left: 45px !important;
}

.u-pl-50 {
  padding-left: 50px !important;
}

.u-bdt-0 {
  border-top: 0;
}

.u-font-themecolor {
  color: #e70010;
}

.u-font-red {
  color: #e50000;
}

.u-font-textlink {
  color: #0006ca;
}

.u-font-bold {
  font-weight: bold;
}

.u-font-mont {
  font-family: 'Montserrat', sans-serif;
}

.u-lh-1 {
  line-height: 1;
}

.u-ta-c {
  text-align: center !important;
}

.u-ta-r {
  text-align: right !important;
}

.u-ta-l {
  text-align: left !important;
}

.u-link-under {
  text-decoration: underline;
}

.u-indentation {
  padding-left: 1em;
  text-indent: -1em;
}

.u-indentation--sm {
  text-indent: -.5em;
}

.u-underline, .u-underline--yellow {
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: auto 10px;
}

.u-underline--yellow {
  background-image: url(/assets/img/common/bg_tile_yellow.png);
}

/*# sourceMappingURL=style.css.map */
