@charset "UTF-8";
/*----- base-font-family -----*/
.c-pagetop {
  width: 100%;
  height: 46px;
}
.c-pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #4A4A4A;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
}
.c-pagetop a::before {
  content: "\e906";
  font-size: 2rem;
  font-family: "icomoon";
  font-weight: 400;
  margin-right: 16px;
}
@media (min-width: 1256px) {
  .c-pagetop a:hover {
    opacity: 0.8;
  }
}

.l-footer__main {
  background: #2B2B2B;
  padding: 0 20px;
}
.l-footer__inner {
  max-width: 1256px;
  margin: 0 auto;
  padding: 64px 0 24px;
  display: flex;
}
.l-footer__inner > div {
  flex: 1 0 0%;
}
.l-footer__inner > div:not(:last-child) {
  margin-right: 16px;
}
@media (max-width: 1255px) {
  .l-footer__inner {
    padding: 32px 0;
    flex-direction: column;
  }
  .l-footer__inner > div:not(:last-child) {
    margin-right: 0;
  }
}
.l-footer__bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  background: #4A4A4A;
}
@media (max-width: 767px) {
  .l-footer__bottom {
    height: auto;
    max-width: 100%;
  }
}
.l-footer__bottom ul {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .l-footer__bottom ul {
    flex-wrap: wrap;
    max-width: 100%;
    padding: 16px 0;
  }
  .l-footer__bottom ul li {
    width: 29%;
    margin-left: 2%;
    margin-right: 2%;
    text-align: center;
  }
  .l-footer__bottom ul li:nth-child(1) {
    width: 100%;
  }
}
.l-footer__bottom ul li:not(:last-child) {
  margin-right: 100px;
}
@media (max-width: 767px) {
  .l-footer__bottom ul li:not(:last-child) {
    margin-right: 2%;
  }
}
.l-footer__bottom a {
  font-size: 1.2rem;
  color: #fff;
}
@media (min-width: 1256px) {
  .l-footer__bottom a:hover {
    opacity: 0.7;
  }
}
.l-footer__copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 46px;
  font-size: 1.2rem;
  color: #fff;
  background: linear-gradient(135deg, #B9103C 0%, #E55A00 100%);
}
@media (max-width: 1255px) {
  .l-footer__copyright {
    height: 38px;
  }
}

.c-footer-menu {
  color: #fff;
}
@media (min-width: 1256px) {
  .c-footer-menu {
    font-size: 1.3rem;
  }
  .c-footer-menu a:hover {
    opacity: 0.7;
  }
  .c-footer-menu ul {
    display: block !important;
  }
  .c-footer-menu ul li {
    padding-bottom: 10px;
  }
  .c-footer-menu ul a[target=_blank]::after {
    content: "\e911";
    font-family: "icomoon";
    font-weight: 400;
  }
}
@media (max-width: 1255px) {
  .c-footer-menu ul {
    display: none;
    font-size: 1.3rem;
  }
  .c-footer-menu ul li {
    border-bottom: 1px solid #696969;
  }
  .c-footer-menu ul li a {
    display: block;
    padding: 12px;
    position: relative;
  }
  .c-footer-menu ul li a::before {
    content: "\e904";
    font-size: 1.6rem;
    font-family: "icomoon";
    font-weight: 400;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 3px;
  }
  .c-footer-menu ul li a[target=_blank]::before {
    content: "\e911";
  }
}
@media (min-width: 1256px) {
  .c-footer-menu__btn {
    display: none;
  }
}
@media (max-width: 1255px) {
  .c-footer-menu__btn {
    width: 100%;
    padding: 12px 0;
    border-bottom: 1px solid #DFDFDF;
    display: block;
    position: relative;
  }
  .c-footer-menu__btn::before {
    content: "";
    width: 20px;
    height: 1px;
    background: #E55A00;
    position: absolute;
    bottom: -1px;
    left: 0;
  }
  .c-footer-menu__btn::after {
    content: "\e904";
    font-family: "icomoon";
    font-weight: 400;
    font-size: 1.8rem;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
  }
  .c-footer-menu__btn.-add::after {
    content: "\e909";
    font-size: 2.2rem;
  }
  .c-footer-menu__btn.-add.-active::after {
    content: "\e90e";
  }
}
@media (max-width: 767px) {
  .c-footer-menu__btn {
    padding: 12px 20px 12px 0;
  }
}
@media (min-width: 1256px) {
  .c-footer-menu__top {
    font-size: 1.5rem;
    border-bottom: 1px solid #DFDFDF;
    margin-bottom: 15px;
    padding-bottom: 10px;
    position: relative;
  }
  .c-footer-menu__top + .c-footer-menu__top {
    margin-top: 28px;
  }
  .c-footer-menu__top::before {
    content: "";
    width: 20px;
    height: 1px;
    background: #E55A00;
    position: absolute;
    bottom: -1px;
    left: 0;
  }
  .c-footer-menu__top a::after {
    content: "\e904";
    font-family: "icomoon";
    font-weight: 400;
    margin-left: 6px;
  }
}
@media (max-width: 1255px) {
  .c-footer-menu__top.-pc-only {
    display: none;
  }
  .c-footer-menu__top a::after {
    content: "トップ";
  }
}

.-contact .l-footer__bottom {
  background: #2b2b2b;
}

.l-header {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.44);
  background: #fff;
  transition: 0.3s all;
  z-index: 9999;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .l-header__inner {
    flex-wrap: nowrap;
    padding-top: 32px;
    height: 82px;
  }
}
@media (min-width: 1256px) {
  .-scroll .l-header__inner {
    align-items: center;
  }
}
.l-header__logo {
  padding: 10px 40px 0 40px;
}
.l-header__logo a {
  display: flex;
  align-items: center;
  max-width: 220px;
}
.l-header__logo img {
  transition: 0.3s all;
  width: auto;
  height: 35px;
}
.l-header__logo img:last-child {
  display: none;
}
.l-header:not(.-scroll) .l-header__logo img {
  display: block;
}
.l-header:not(.-scroll) .l-header__logo img:first-child {
  display: none;
}
@media (min-width: 1256px) {
  .-scroll .l-header__logo {
    padding-top: 0px;
  }
  .-scroll .l-header__logo a {
    /* max-width: 274px; */
    max-width: 200px;
  }
  .l-header__logo a:hover {
    opacity: 0.8;
  }
}
@media (max-width: 1255px) {
  .l-header__logo {
    flex: 1 0 0%;
    padding: 16px 20px;
  }
  .l-header__logo a {
    /* max-width: 228px; */
    max-width: 220px;
  }
}
@media (max-width: 767px) {
  .l-header__logo {
    padding: 8px 10px;
  }
  .l-header__logo a {
    max-width: 157px;
  }
}
@media (min-width: 1256px) {
  .l-header__btn {
    display: none;
  }
}
@media (max-width: 1255px) {
  .l-header__btn {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.l-header__subnav {
  padding: 10px 10px 8px 0;
}
@media (min-width: 1256px) {
  .-scroll .l-header__subnav {
    padding: 5px 10px 5px 0;
  }
}
@media (max-width: 1255px) {
  .l-header__subnav {
    padding: 0;
    margin-right: 60px;
  }
}
@media (max-width: 767px) {
  .l-header__subnav {
    margin-right: 50px;
  }
}
.l-header__mainnav {
  width: 100%;
  padding: 10px 10px 0;
}
@media (min-width: 1256px) {
  .l-header__mainnav {
    display: block !important;
  }
  .-scroll .l-header__mainnav {
    padding-top: 0px;
  }
}
@media (max-width: 1255px) {
  .l-header__mainnav {
    max-height: calc(100vh - 68px);
    overflow-y: scroll;
    display: none;
    padding: 0;
    position: absolute;
    top: 69px;
    left: 0;
    background: #fff;
  }
}
@media (max-width: 767px) {
  .l-header__mainnav {
    top: 83px;
  }
}
@media (min-width: 1256px) {
  .l-header__bottom {
    display: none;
  }
}
@media (max-width: 1255px) {
  .l-header__bottom {
    padding: 24px 20px;
  }
  .l-header__bottom > ul li {
    font-weight: 500;
  }
  .l-header__bottom > ul li a {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
  }
  .l-header__bottom > ul li a::before {
    color: #E55A00;
    font-size: 2.6rem;
    font-family: "icomoon";
    font-weight: 400;
    margin-right: 6px;
  }
  .l-header__bottom > ul li:first-child a::before {
    content: "\e90f";
  }
  .l-header__bottom > ul li:last-child a::before {
    content: none;
  }
}
.l-header__bottom-contact-btn a {
  background: linear-gradient(to right, #F68306, #DD1F01);
  color: #fff;
  border: none;
  justify-content: center;
  width: 70%;
  height: 42px;
  margin: 30px auto 0;
  border-radius: 21px;
  padding: 8px 33px;
}
.l-header__bottom-contact-btn a::before {
  content: none;
}

.l-subnav {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  font-weight: 500;
}
@media (max-width: 1255px) {
  .l-subnav {
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .l-subnav__lang {
    margin-right: 0;
  }
}
.l-subnav__contact {
  margin-right: 16px;
}
@media (min-width: 1256px) {
  .l-subnav__contact a {
    background: linear-gradient(to right, #F68306, #DD1F01);
    color: #fff;
    border: none;
    height: 42px;
    border-radius: 21px;
    padding: 8px 33px;
    transition: 0.3s all;
  }
  .l-subnav__contact a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 1255px) {
  .l-subnav__contact {
    margin-top: 4px;
  }
  .l-subnav__contact a {
    background: linear-gradient(to right, #F68306, #DD1F01);
    color: #fff;
    border: none;
    height: 42px;
    border-radius: 21px;
    padding: 8px 33px;
    transition: 0.3s all;
  }
}
@media (max-width: 767px) {
  .l-subnav__contact {
    display: none;
  }
}
.l-subnav__btns {
  display: flex;
  align-items: center;
}
@media (max-width: 1255px) {
  .l-subnav__btns {
    flex-direction: column;
  }
}
@media (max-width: 1255px) {
  .l-subnav__search {
    display: none !important;
  }
}
@media (max-width: 1255px) {
  .l-subnav__lang {
    order: 1;
  }
}
@media (max-width: 767px) {
  .l-subnav__group {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.c-gnav-item {
  color: #2B2B2B;
}
@media (min-width: 1256px) {
  .c-gnav-item {
    color: #333333;
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 1256px) {
  .c-gnav-item__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 100%;
    font-size: 1.5rem;
    font-weight: 700;
    transition: 0.3s all;
    position: relative;
  }
  .c-gnav-item__btn::after {
    position: absolute;
    top: 50%;
    /* right: 16px; */
    right: 6px;
    transform: translateY(-50%);
    content: "\e90b";
    font-family: "icomoon";
    font-weight: 400;
    color: #E55A00;
  }
  .c-gnav-item__btn:hover {
    color: #E55A00;
    background: rgba(229, 90, 0, 0.1);
    transition: 0.3s all;
  }
  .c-gnav-item__btn.-active {
    color: #E55A00;
  }
  .c-gnav-item__btn.-active::after {
    content: "\e90c";
  }
}
@media (max-width: 1255px) {
  .c-gnav-item__btn {
    display: block;
    padding: 14px 0;
    border-bottom: 1px solid #DFDFDF;
    font-size: 1.4rem;
    font-weight: 500;
    position: relative;
    width: 100%;
  }
  .c-gnav-item__btn::before {
    content: "";
    display: block;
    width: 18px;
    height: 1px;
    background: #E55A00;
    position: absolute;
    bottom: -1px;
    left: 0;
  }
  .c-gnav-item__btn::after {
    content: "\e909";
    font-family: "icomoon";
    font-weight: 400;
    color: #E55A00;
    font-size: 2.2em;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
  }
  .c-gnav-item__btn.-active::after {
    content: "\e90e";
  }
}
.c-gnav-item .is-current {
  color: #E55A00;
}
@media (min-width: 1256px) {
  .c-gnav-item__btn-line {
    border-left: 1px solid #DDD;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 1256px) {
  .c-gnav-item__btn-line-first {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.c-gnav-item__menu-pc {
  display: none;
  width: 100vw;
  background: rgba(11, 11, 11, 0.9);
  padding: 55px 20px;
  position: fixed;
  top: 118px;
  left: 0;
}
.-scroll .c-gnav-item__menu-pc {
  top: 100px;
}
.c-gnav-item__menu-sp {
  display: none;
}
@media (min-width: 1256px) {
  .c-gnav-item__menu-sp {
    display: none !important;
  }
}
@media (max-width: 1255px) {
  .c-gnav-item__menu-sp li a {
    display: block;
    padding: 12px;
    font-size: 1.3rem;
    border-bottom: 1px solid #EBEBEB;
    position: relative;
  }
  .c-gnav-item__menu-sp li a::before {
    content: "\e904";
    font-size: 1.6rem;
    font-family: "icomoon";
    font-weight: 400;
    color: #E55A00;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 3px;
  }
  .c-gnav-item__menu-sp li a[target=_blank]::before {
    content: "\e911";
  }
}

.c-gnav-content {
  max-width: 1256px;
  margin: 0 auto;
  color: #fff;
  font-weight: 500;
}
.c-gnav-content__box {
  display: flex;
}
.c-gnav-content__top {
  width: 300px;
  margin-right: 50px;
}
.c-gnav-content__top p {
  font-size: 1.3rem;
  line-height: 2;
}
.c-gnav-content__link-box {
  width: calc(100% - 350px);
}
.c-gnav-content__box-title {
  font-size: 2.4rem;
  font-weight: 400;
}
.c-gnav-content__box-title .box-title-link {
  text-decoration: none;
  position: relative;
}
.c-gnav-content__box-title .box-title-link:hover {
  opacity: 0.7;
}
.c-gnav-content .box-title-icon {
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 0;
  right: -38px;
  cursor: pointer;
  z-index: 1;
  transition: 0.3s all;
  border-radius: 100%;
  border: 1px solid #E55A00;
  background: #fff;
}
.c-gnav-content .box-title-icon::before {
  content: "\e904";
  font-family: "icomoon";
  font-weight: normal;
  font-size: 1.6rem;
  color: #E55A00;
  position: absolute;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s all;
}
.c-gnav-content__card {
  flex: 1 0 0%;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
  margin-top: 20px;
  font-weight: 500;
}
.c-gnav-content__inner {
  width: calc(50% - 16px);
  margin-right: 16px;
}
.c-gnav-content__inner:nth-child(2) {
  margin-right: 0;
}
.c-gnav-content__box {
  display: flex;
  flex-wrap: wrap;
}
.c-gnav-content__card-title {
  width: 100%;
  display: block;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 15px;
  padding-bottom: 10px;
  position: relative;
}
.c-gnav-content__card-title::after {
  content: "";
  width: 20px;
  height: 1px;
  background: #e55a00;
  position: absolute;
  bottom: -1px;
  left: 0;
  color: #E55A00;
}
.c-gnav-content__card-title[target=_blank]::after {
  content: "\e911";
}
.c-gnav-content__item {
  width: calc(25% - 6px);
  margin-right: 2px;
}
.c-gnav-content__item:nth-child(4) {
  margin-right: 0;
}
.c-gnav-content__item:nth-child(n+5) {
  margin-top: 24px;
}
.c-gnav-content__item02 {
  width: calc(50% - 8px);
  margin-right: 16px;
}
.c-gnav-content__item02:nth-child(2) {
  margin-right: 0;
}
.c-gnav-content__img img {
  width: 100%;
  margin-bottom: 6px;
}
.c-gnav-content__img a:hover {
  opacity: 0.7;
}
.c-gnav-content__img a span::after {
  content: "\e904";
  font-family: "icomoon";
  font-weight: 400;
  margin-left: 6px;
  color: #E55A00;
}
.c-gnav-content__text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 8px;
  border-bottom: 1px solid #777;
  width: 95%;
  white-space: nowrap;
}
.c-gnav-content__text:not(:first-child) {
  margin-top: 16px;
}
.c-gnav-content__text:hover {
  opacity: 0.7;
}
.c-gnav-content__text::after {
  content: "\e904";
  font-family: "icomoon";
  font-weight: 400;
  margin-left: 6px;
  color: #E55A00;
}
.c-gnav-content__text[target=_blank]::after {
  content: "\e911";
}
.c-gnav-content__text02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 8px;
  border-bottom: 1px solid #777;
  width: 100%;
}
.c-gnav-content__text02:not(:first-child) {
  margin-top: 16px;
}
.c-gnav-content__text02:hover {
  opacity: 0.7;
}
.c-gnav-content__text02::after {
  content: "\e904";
  font-family: "icomoon";
  font-weight: 400;
  margin-left: 6px;
  color: #E55A00;
}
.c-gnav-content__text02[target=_blank]::after {
  content: "\e911";
}

@media (min-width: 1256px) {
  .l-gnav {
    display: flex;
    justify-content: flex-start;
    max-width: 1256px;
    margin: 0 auto;
  }
}
@media (max-width: 1255px) {
  .l-gnav {
    padding: 10px 20px;
  }
}
@media (min-width: 1256px) {
  .l-gnav__item {
    width: 16.6666667%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 0;
    transition: 0.3s all;
  }
  .l-gnav__item:not(:last-child) {
    padding-right: 0;
  }
}
@media (max-width: 1255px) {
  .l-gnav__item {
    position: relative;
  }
}
@media (min-width: 1256px) {
  .l-gnav__link {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 700;
    width: 100%;
    height: 100%;
  }
  .l-header:not(.-scroll) .l-gnav__link:not(:hover) {
    color: #333333;
  }
  .l-gnav__link:hover {
    color: #E55A00;
    background: rgba(229, 90, 0, 0.1);
    transition: 0.3s all;
  }
}
@media (max-width: 1255px) {
  .l-gnav__link {
    display: block;
    padding: 14px 0;
    border-bottom: 1px solid #DFDFDF;
    font-size: 1.4rem;
    font-weight: 500;
    position: relative;
    width: 100%;
  }
  .l-gnav__link::before {
    content: "";
    display: block;
    width: 18px;
    height: 1px;
    background: #E55A00;
    position: absolute;
    bottom: -1px;
    left: 0;
  }
  .l-gnav__link::after {
    content: "\e904";
    font-family: "icomoon";
    font-weight: 400;
    color: #E55A00;
    font-size: 1.6rem;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 3px;
  }
}
@media (max-width: 767px) {
  .l-gnav__link {
    padding: 14px 20px 14px 0;
  }
}
.l-gnav__link.is-current .c-gnav-item__btn-line {
  color: #E55A00;
}

@media (max-width: 1255px) {
  .c-header-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 60px;
    height: 68px;
    position: relative;
  }
  .c-header-btn span {
    display: block;
    width: 22px;
    height: 2px;
    background: #E55A00;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    transition: 0.3s all;
  }
  .c-header-btn span:first-child {
    top: 26px;
  }
  .c-header-btn span:last-child {
    top: 40px;
  }
  .c-header-btn.-active span:first-child {
    top: 33px;
    transform: translateX(-50%) rotate(45deg);
  }
  .c-header-btn.-active span:nth-child(2) {
    display: none;
  }
  .c-header-btn.-active span:last-child {
    top: 33px;
    transform: translateX(-50%) rotate(-45deg);
  }
}
@media (max-width: 767px) {
  .c-header-btn {
    width: 45px;
    height: 50px;
  }
  .c-header-btn span:first-child {
    top: 17px;
  }
  .c-header-btn span:last-child {
    top: 31px;
  }
  .c-header-btn.-active span:first-child, .c-header-btn.-active span:last-child {
    top: 25px;
  }
}

.c-header-lang {
  position: relative;
}
@media (max-width: 767px) {
  .c-header-lang {
    font-size: 1.1rem;
  }
}
.c-header-lang__btn {
  transition: 0.3s all;
}
.l-header:not(.-scroll) .c-header-lang__btn:not(:hover) {
  color: #333333;
}
.c-header-lang__btn::after {
  content: "\e90b";
  font-family: "icomoon";
  font-weight: 400;
  margin-left: 6px;
  color: #E55A00;
}
@media (min-width: 1256px) {
  .c-header-lang__btn:hover {
    color: #E55A00;
  }
}
@media (max-width: 1255px) {
  .c-header-lang__btn {
    margin-right: 8px;
  }
}
.c-header-lang__btn.-active {
  color: #E55A00;
}
.c-header-lang__btn.-active::after {
  content: "\e90c";
}
.c-header-lang__select {
  display: none;
  width: 120px;
  padding: 16px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: absolute;
  top: 24px;
  right: 0;
  z-index: 9999;
}
.c-header-lang__list li:not(:last-child) {
  margin-bottom: 0.5em;
}
.c-header-lang__list a:hover {
  color: #E55A00;
}

.c-header-search {
  position: relative;
}
@media (max-width: 1255px) {
  .c-header-search {
    margin-bottom: 16px;
  }
}
.c-header-search__main {
  display: none;
  position: absolute;
  top: 0;
  left: 48px;
  transform: translateX(-100%);
  z-index: 9999;
  width: 0;
  height: 42px;
  background: #fff;
  border-bottom: 1px solid #4E0015;
}
@media (min-width: 1256px) {
  .c-header-search__open {
    width: 48px;
    height: 42px;
    position: relative;
    transition: 0.3s all;
  }
  .c-header-search__open::after {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    content: "\e907";
    font-size: 2.4rem;
    font-family: "icomoon";
    font-weight: 400;
    position: absolute;
    top: 0;
    left: 0;
    color: #b9103c;
  }
  .c-header-search__open:hover {
    opacity: 0.8;
  }
}
@media (min-width: 1256px) {
  .c-header-search__input {
    width: 100%;
    height: 42px;
    padding: 8px 84px 8px 8px;
    font-size: 1.4rem;
  }
}
@media (max-width: 1255px) {
  .c-header-search__input {
    width: 100%;
    height: 40px;
    padding: 4px 80px 4px 8px;
    border-bottom: 1px solid #4E0015;
    font-size: 1.6rem;
  }
}
.c-header-search__submit {
  color: #9E052B;
  position: absolute;
  top: 0;
}
.c-header-search__submit::before {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  content: "\e907";
  font-size: 2.4rem;
  font-family: "icomoon";
  font-weight: 400;
}
@media (min-width: 1256px) {
  .c-header-search__submit {
    height: 41px;
    width: 42px;
    right: 42px;
  }
}
@media (max-width: 1255px) {
  .c-header-search__submit {
    width: 39px;
    height: 40px;
    right: 0;
  }
}
.c-header-search__clear {
  position: absolute;
  top: 0;
  right: 0;
}
.c-header-search__clear::before {
  content: "";
  width: 1px;
  height: 28px;
  background: #C7C7C7;
  position: absolute;
  top: 7px;
  left: 0;
}
.c-header-search__clear span {
  display: block;
  width: 18px;
  height: 2px;
  background: #797979;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 20px;
  transition: 0.3s all;
}
.c-header-search__clear span:first-child {
  transform: translateX(-50%) rotate(45deg);
}
.c-header-search__clear span:last-child {
  transform: translateX(-50%) rotate(-45deg);
}
@media (min-width: 1256px) {
  .c-header-search__clear {
    height: 41px;
    width: 42px;
  }
}
@media (max-width: 1255px) {
  .c-header-search__clear {
    display: none;
    width: 40px;
    height: 40px;
  }
}

.c-header-group__btn {
  background: #fff;
  color: #E55A00;
  border: 1px solid #E55A00;
}

@media (min-width: 1256px) {
  .page-wrap {
    padding: 0 20px;
    margin: 260px auto 100px;
    max-width: 1236px;
  }
}
@media (max-width: 1255px) {
  .page-wrap {
    padding: 0 20px;
    margin: 260px auto 100px;
    max-width: 1000px;
  }
}
@media (max-width: 767px) {
  .page-wrap {
    padding: 0 20px;
    margin: 90px auto 100px;
    max-width: 90%;
  }
}

.page-box {
  word-wrap: break-word;
}
@media (min-width: 1256px) {
  .page-box {
    width: 100%;
  }
}
@media (max-width: 1255px) {
  .page-box {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .page-box {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .-contact .l-header__inner {
    padding-top: 0;
    height: 50px;
  }
  .-contact .l-header__mainnav {
    top: 50px;
  }
}
@media (min-width: 1256px) {
  .-contact.-scroll .l-header__inner {
    padding-top: 10px;
  }
  .-contact.-scroll .l-header__mainnav {
    margin-top: 10px;
  }
}
.-contact .l-header__mainnav {
  padding-bottom: 10px;
}

.-page-analytics .l-header {
  position: relative;
}
.-page-analytics .l-header .c-gnav-item__menu-pc {
  position: absolute;
  top: 118px;
}
.-page-analytics .l-main {
  margin-top: 0;
}

.l-localnav {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 1255px) {
  .l-localnav {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1256px) {
  .l-localnav a:hover {
    color: #E55A00;
  }
}
.l-localnav__second-link {
  display: flex;
  align-items: center;
  padding: 2px 16px 16px;
  font-weight: 700;
  border-bottom: 1px solid #DDD;
}
@media (min-width: 1256px) {
  .l-localnav__second-link {
    border-left: 1px solid #DDD;
  }
}
@media (max-width: 1255px) {
  .l-localnav__second-link {
    width: 100%;
    padding: 16px 12px;
    border-top: 0px solid #DDD;
  }
  .l-localnav-bottom .l-localnav__second-link {
    border-top: 0px solid #DDD;
  }
}
.l-localnav__second-link::after {
  content: "\e904";
  font-family: "icomoon";
  font-weight: 400;
  margin-left: 6px;
  color: #E55A00;
}
.l-localnav__third {
  width: 100%;
}
@media (max-width: 1255px) {
  .l-localnav__third {
    display: flex;
    flex-wrap: wrap;
    padding: 8px 0;
    border-bottom: 0px solid #DDD;
  }
  .l-localnav-bottom .l-localnav__third {
    border-bottom: 1px solid #DDD;
  }
}
.l-localnav__third-item.-current .l-localnav__fourth {
  display: block !important;
}
@media (max-width: 1255px) {
  .l-localnav__third-item.-current {
    flex: 1 0 100%;
  }
}
@media (max-width: 1255px) {
  .l-localnav__third-item {
    width: 33.3%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 767px) and (min-width: 500px) {
  .l-localnav__third-item {
    width: 50%;
  }
}
@media (max-width: 767px) and (max-width: 499px) {
  .l-localnav__third-item {
    width: 100%;
  }
}
.l-localnav__third-link {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 16px 20px 16px 16px;
  line-height: 140%;
  font-size: 1.4rem;
  position: relative;
}
.l-localnav__third-link::after {
  content: "\e904";
  font-family: "icomoon";
  font-weight: 400;
  color: #E55A00;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 4px;
}
.l-localnav__third-link[target=_blank]::after {
  content: "\e911";
}
.l-localnav__third-link:not(a)::after {
  display: none;
}
@media (max-width: 767px) {
  .l-localnav__third-link:not(a) {
    display: inline;
    pointer-events: none;
  }
}
@media (min-width: 1256px) {
  .l-localnav__third-link {
    border-left: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
  }
}
@media (max-width: 1255px) {
  .l-localnav__third-link {
    padding: 4px 20px 4px 12px;
  }
}
.-current .l-localnav__third-link {
  border-left: 0;
  color: #B9103C;
}
@media (min-width: 1256px) {
  .-current .l-localnav__third-link {
    border-bottom-color: #B9103C;
  }
}
@media (max-width: 1255px) {
  .-current .l-localnav__third-link {
    width: 33.3%;
  }
}
@media (max-width: 767px) and (min-width: 500px) {
  .-current .l-localnav__third-link {
    width: 50%;
  }
}
@media (max-width: 767px) and (max-width: 499px) {
  .-current .l-localnav__third-link {
    width: 100%;
  }
}
.l-localnav__fourth {
  display: none;
  width: 100%;
}
.l-localnav__fourth ul {
  display: flex;
  flex-direction: column;
  background: #F7F7F7;
  border-bottom: 1px solid #DDD;
}
@media (min-width: 1256px) {
  .l-localnav__fourth ul {
    padding: 8px;
    border-left: 1px solid #DDD;
  }
}
@media (max-width: 1255px) {
  .l-localnav__fourth ul {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    border-top: 1px solid #DDD;
    margin: 8px 0;
    padding: 8px 0;
  }
}
.l-localnav__fourth ul li {
  padding: 0 8px;
  line-height: 1.4;
}
@media (max-width: 1255px) {
  .l-localnav__fourth ul li {
    width: 33.3%;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767px) and (min-width: 500px) {
  .l-localnav__fourth ul li {
    width: 50%;
  }
}
@media (max-width: 767px) and (max-width: 499px) {
  .l-localnav__fourth ul li {
    width: 100%;
  }
}
.l-localnav__fourth-link {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 1.4rem;
  padding: 8px 12px 8px 8px;
  position: relative;
}
.l-localnav__fourth-link::after {
  content: "\e904";
  font-family: "icomoon";
  font-weight: 400;
  color: #E55A00;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: -4px;
}
@media (max-width: 1255px) {
  .l-localnav__fourth-link {
    padding: 4px 20px 4px 12px;
  }
  .l-localnav__fourth-link::after {
    right: 4px;
  }
}
.l-localnav__fourth-link.-current {
  color: #B9103C;
}
.l-localnav__last {
  border-left: 1px solid #DDD;
  padding-bottom: 80px;
  flex: 1 0 0%;
}
@media (max-width: 1255px) {
  .l-localnav__last {
    display: none;
  }
}
.l-localnav-bottom {
  width: 100%;
  margin-top: 60px;
}
@media (max-width: 1255px) {
  .l-localnav-bottom {
    margin-top: 30px;
  }
}

.l-main {
  margin-top: 118px;
  overflow: hidden;
}
@media (max-width: 1255px) {
  .l-main {
    margin-top: 68px;
  }
}
@media (max-width: 767px) {
  .l-main {
    margin-top: 82px;
  }
}
@media (max-width: 767px) {
  .l-main.-contact {
    margin-top: 50px;
  }
}

.l-content {
  padding: 0 20px 80px;
  background: #fff;
}
.l-content__inner {
  max-width: 1256px;
  margin: 0 auto;
  padding: 60px 0 0;
}
@media (max-width: 1255px) {
  .l-content__inner {
    padding: 40px 0 0;
  }
}
@media (min-width: 1256px) {
  .l-content__inner.-col2 {
    display: flex;
  }
}
.l-content__main {
  width: 100%;
}
@media (min-width: 1256px) {
  .-col2 .l-content__main {
    width: calc(100% - 315px);
  }
}
@media (min-width: 1256px) {
  .l-content__localnav {
    width: 195px;
    margin-left: 120px;
  }
}
@media (max-width: 1255px) {
  .l-content__localnav {
    margin-top: 40px;
  }
}

.l-pagetitle {
  padding: 0 20px;
}
.l-pagetitle.-large {
  background: no-repeat center center/cover;
  height: 37.5vw;
}
.l-pagetitle.-large .l-pagetitle__inner {
  padding-top: 16vw;
}
@media (min-width: 1440px) {
  .l-pagetitle.-large {
    height: 540px;
  }
  .l-pagetitle.-large .l-pagetitle__inner {
    padding-top: 300px;
  }
}
@media (max-width: 767px) {
  .l-pagetitle.-large {
    height: 101.3vw;
  }
  .l-pagetitle.-large .l-pagetitle__inner {
    padding-top: 60vw;
  }
}
.l-pagetitle.-medium {
  background: no-repeat center center/cover;
  height: 20vw;
}
@media (min-width: 768px) {
  .l-pagetitle.-medium .l-pagetitle__inner {
    height: 100%;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1440px) {
  .l-pagetitle.-medium {
    height: 260px;
  }
}
@media (max-width: 767px) {
  .l-pagetitle.-medium {
    height: 74.6vw;
  }
  .l-pagetitle.-medium .l-pagetitle__inner {
    padding-top: 40vw;
  }
}
@media (max-width: 767px) {
  .l-pagetitle.-sp-medium {
    height: 74.6vw;
  }
  .l-pagetitle.-sp-medium .l-pagetitle__inner {
    padding-top: 40vw;
  }
}
.l-pagetitle.-logistics {
  background-image: url(/image/sbszent_logistics_bg_pagetitle-pc.jpg);
}
@media (max-width: 767px) {
  .l-pagetitle.-logistics {
    background-image: url(/image/sbszent_logistics_bg_pagetitle-sp.jpg);
  }
}
.l-pagetitle.-threepl {
  background-image: url();
}
@media (max-width: 767px) {
  .l-pagetitle.-threepl {
    background-image: url();
  }
}
.l-pagetitle.-company {
  background-image: url(/image/sbszent_company_bg_pagetitle-pc.jpg);
}
@media (max-width: 767px) {
  .l-pagetitle.-company {
    background-image: url(/image/sbszent_company_bg_pagetitle-sp.jpg);
  }
}
.l-pagetitle.-recruit {
  background-image: url(/image/sbszent_recruit_bg_pagetitle-pc.jpg);
}
@media (max-width: 767px) {
  .l-pagetitle.-recruit {
    background-image: url(/image/sbszent_recruit_bg_pagetitle-sp.jpg);
  }
}
.l-pagetitle.-strengths {
  background-image: url(/image/sbszent_strengths_bg_pagetitle-pc.jpg);
}
@media (max-width: 767px) {
  .l-pagetitle.-strengths {
    background-image: url(/image/sbszent_strengths_bg_pagetitle-sp.jpg);
  }
}
.l-pagetitle.-quality {
  background-image: url(/image/sbszent_quality_bg_pagetitle-pc.jpg);
}
@media (max-width: 767px) {
  .l-pagetitle.-quality {
    background-image: url(/image/sbszent_quality_bg_pagetitle-sp.jpg);
  }
}
.l-pagetitle.-ir {
  position: relative;
}
.l-pagetitle.-small .l-pagetitle__inner {
  padding-top: 32px;
}
.l-pagetitle__inner {
  max-width: 1256px;
  margin: 0 auto;
}
.l-pagetitle__heading {
  color: #fff;
  font-size: 5.4rem;
  font-weight: 700;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.74);
}
@media (max-width: 767px) {
  .l-pagetitle__heading {
    font-size: 3.6rem;
    font-weight: 700;
  }
}

/* pagetitle contact */
.l-pagetitle.-contact .l-pagetitle__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-pagetitle.-contact .l-pagetitle__contact {
  width: 195px;
}

.side-contact {
  text-align: center;
  line-height: 1.3;
}
.side-contact > span {
  display: block;
}
.side-contact__title {
  letter-spacing: -0.06rem;
  font-size: 12px;
  color: #444;
}
.side-contact__tel {
  line-height: 110%;
  letter-spacing: -0.05rem;
  font-weight: bold;
  font-size: 27px;
  color: #B9103C;
}
.side-contact__text {
  letter-spacing: 0.045rem;
  font-size: 12px;
  color: #666;
}
.side-contact__link {
  display: block;
  margin-top: 1rem;
  letter-spacing: normal;
  font-size: 12px;
  color: #333;
}
.side-contact__link > span {
  text-decoration: none;
}

main {
  position: relative;
}

@media (min-width: 768px) {
  .l-rightmenu.close,
  .l-rightmenu.close02 {
    right: -116px;
    transition: 0.3s all;
  }
}
.l-rightmenu {
  width: 166px;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #1d1d1d;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  z-index: 10;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .l-rightmenu {
    display: grid;/* flex */
    grid-template-columns: repeat(5,1fr);
    justify-content: center;
    width: 100%;
    padding: 2px 0 2px;
    right: 0;
    top: auto;
    bottom: 0px;
    transform: translateY(0%);
    border-top-left-radius: 6px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 6px;
    z-index: 999;
  }
}
.l-rightmenu:hover {
  cursor: pointer;
  right: 0;
  transition: 0.3s all;
}
.l-rightmenu__list:hover button,
.l-rightmenu__list:hover a {
  color: #E55A00;
  transition: 0.3s all;
}
.l-rightmenu button,
.l-rightmenu a {
  height: 51px;
  width: 100%;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  color: #fff;
}
.l-rightmenu button:hover,
.l-rightmenu a:hover {
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .l-rightmenu button,
  .l-rightmenu a {
    height: 68px;
    width: auto;/* 92px */
    justify-content: center;
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  /* .l-rightmenu.-col5 li {
    width: 20%;
  } */
  .l-rightmenu.-col5 button, .l-rightmenu.-col5 a {
    width: 100%;
  }
}
.l-rightmenu__open {
  position: relative;
}
.l-rightmenu__open::after {
  content: "\e907";
  font-size: 2.4rem;
  font-family: "icomoon";
  font-weight: 400;
  position: absolute;
}
@media (min-width: 768px) {
  .l-rightmenu__open::after {
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .l-rightmenu__open::after {
    font-size: 3rem;
    top: 0%;
    left: calc(50% - 16px);
  }
}
.l-rightmenu__base {
  position: relative;
}
.l-rightmenu__base::after {
  content: "\e91d";
  font-size: 2.4rem;
  font-family: "icomoon";
  font-weight: 400;
  position: absolute;
}
@media (min-width: 768px) {
  .l-rightmenu__base::after {
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .l-rightmenu__base::after {
    font-size: 2.4rem;
    top: 8%;
    left: calc(50% - 12px);
  }
}
.l-rightmenu__warehouse {
  position: relative;
}
.l-rightmenu__warehouse::after {
  content: "\e91c";
  font-size: 2.4rem;
  font-family: "icomoon";
  font-weight: 400;
  position: absolute;
}
@media (min-width: 768px) {
  .l-rightmenu__warehouse::after {
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .l-rightmenu__warehouse::after {
    font-size: 2.4rem;
    top: 8%;
    left: calc(50% - 12px);
  }
}
.l-rightmenu__contact {
  position: relative;
}
.l-rightmenu__contact::after {
  content: "\e91b";
  font-size: 2.4rem;
  font-family: "icomoon";
  font-weight: 400;
  position: absolute;
}
@media (min-width: 768px) {
  .l-rightmenu__contact::after {
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .l-rightmenu__contact::after {
    font-size: 2.4rem;
    top: 8%;
    left: calc(50% - 12px);
  }
}
.l-rightmenu__recruit {
  position: relative;
}
.l-rightmenu__recruit::after {
  content: "\e900";
  font-size: 2.4rem;
  font-family: "icomoon";
  font-weight: 400;
  position: absolute;
}
@media (min-width: 768px) {
  .l-rightmenu__recruit::after {
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .l-rightmenu__recruit::after {
    font-size: 2.4rem;
    top: 8%;
    left: calc(50% - 12px);
  }
}
.l-rightmenu__etc {
  position: relative;
}
.l-rightmenu__etc::after {
  content: "\e91c";
  font-size: 2.4rem;
  font-family: "icomoon";
  font-weight: 400;
  position: absolute;
}
@media (min-width: 768px) {
  .l-rightmenu__etc::after {
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .l-rightmenu__etc::after {
    font-size: 2.4rem;
    top: 8%;
    left: calc(50% - 12px);
  }
}
.l-rightmenu__text {
  padding-left: 33%;
  font-size: 1.3rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .l-rightmenu__text {
    padding-left: 0%;
    padding-top: 40px;
    font-size: 0.9rem;
    line-height: 120%;
    text-align: center;
  }
}
.l-rightmenu__text.-orange {
  color: #E55A00;
}
.l-rightmenu__line {
  position: absolute;
  width: 65%;
  height: 1px;
  bottom: 0;
  right: 5%;
  display: block;
  border-bottom: 1px solid #707070;
}
@media (max-width: 767px) {
  .l-rightmenu__line {
    width: 1px;
    height: 80%;
    bottom: 0;
    top: 10%;
    right: 0%;
    border-bottom: 0px;
    border-right: 1px solid #707070;
  }
}

.solution-search {
  background: url(/image/sbszent_solution_bg_search.jpg) no-repeat center center/cover;
  margin: 32px -20px 0;
  padding: 0 20px;
  position: relative;
}
.solution-search__inner {
  max-width: 1256px;
  margin: 0 auto;
  padding: 48px 0;
}

.solution-search-select__item + .solution-search-select__item {
  margin-top: 24px;
}
.solution-search-select__title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .solution-search-select__title {
    font-size: 1.5rem;
  }
}
.solution-search-select__reset {
  font-size: 1.4rem;
  color: #fff;
  text-decoration: underline;
}

.solution-card {
  height: 100%;
  background: #fff;
  border: 1px solid #DDD;
}
@media (min-width: 768px) {
  .solution-card {
    display: block;
  }
  .solution-card__img {
    overflow: hidden;
  }
  .solution-card__img img {
    transition: 0.3s all;
  }
  .solution-card__name {
    padding: 16px 16px 0;
    font-size: 1.8rem;
    font-weight: 700;
  }
  .solution-card__info {
    padding: 16px;
  }
}
@media (max-width: 767px) {
  .solution-card {
    padding: 16px;
    display: flex;
    flex-wrap: wrap;
  }
  .solution-card__img {
    width: 45%;
    margin-right: 16px;
  }
  .solution-card__name {
    display: flex;
    align-items: center;
    width: calc(55% - 16px);
    font-size: 1.6rem;
    font-weight: 700;
  }
  .solution-card__info {
    width: 100%;
    margin-top: 8px;
  }
}
@media (min-width: 1256px) {
  .solution-card:hover {
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.16);
  }
  .solution-card:hover .solution-card__img img {
    transform: scale(1.1, 1.1);
  }
}
.solution-card__tag {
  margin-bottom: 8px;
}
.solution-card__link {
  text-align: right;
  font-size: 1.2rem;
}
.solution-card__link span {
  text-decoration: underline;
}
.solution-card__link::after {
  content: "\e911";
  font-family: "icomoon";
  font-weight: 400;
  margin: 0 0.5em 0 0.25em;
  color: #E55A00;
}

.solution-accordion__main {
  background: #2B2B2B;
  padding: 0 20px;
}
.solution-accordion__inner {
  max-width: 1256px;
  margin: 0 auto;
  padding: 32px 0;
  flex-direction: column;
  display: flex;
}
.solution-accordion__inner > div {
  flex: 1 0 0%;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
}
.solution-accordion__inner > div:not(:last-child) {
  margin-right: 0;
  border-bottom: none;
}
.solution-accordion__bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  background: #4A4A4A;
}
@media (max-width: 767px) {
  .solution-accordion__bottom {
    height: auto;
    max-width: 100%;
  }
}
.solution-accordion__bottom ul {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .solution-accordion__bottom ul {
    flex-wrap: wrap;
    max-width: 100%;
    padding: 10px 0;
  }
  .solution-accordion__bottom ul li {
    width: 44%;
    margin-left: 3%;
    margin-right: 3%;
    text-align: center;
  }
}
.solution-accordion__bottom ul li:not(:last-child) {
  margin-right: 100px;
}
@media (max-width: 767px) {
  .solution-accordion__bottom ul li:not(:last-child) {
    margin-right: 3%;
  }
}
.solution-accordion__bottom a {
  font-size: 1.2rem;
  color: #fff;
}
@media (min-width: 1256px) {
  .solution-accordion__bottom a:hover {
    opacity: 0.7;
  }
}

.solution-accordion-menu {
  color: #333333;
}
.solution-accordion-menu ul {
  display: none;
  font-size: 1.3rem;
}
.solution-accordion-menu ul li {
  border-bottom: 1px solid #DDD;
}
.solution-accordion-menu ul li:nth-child(1) {
  border-top: 1px solid #DDD;
}
.solution-accordion-menu ul li a {
  display: block;
  padding: 12px;
  position: relative;
}
.solution-accordion-menu ul li a::before {
  content: "\e904";
  font-size: 1.6rem;
  font-family: "icomoon";
  font-weight: 400;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 3px;
}
.solution-accordion-menu ul li a[target=_blank]::before {
  content: "\e911";
}
.solution-accordion-menu__btn {
  width: 100%;
  padding: 12px 0;
  display: block;
  position: relative;
}
.solution-accordion-menu__btn::after {
  content: "\e904";
  font-family: "icomoon";
  font-weight: 400;
  font-size: 1.8rem;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
}
.solution-accordion-menu__btn.-add::after {
  content: "\e909";
  font-size: 2.2rem;
}
.solution-accordion-menu__btn.-add.-active::after {
  content: "\e90e";
}
.solution-accordion-menu__top.-pc-only {
  display: none;
}
.solution-accordion-menu__top a::after {
  content: "トップ";
}

.js-more-area__block {
  height: auto;
  transition: height 0.3s linear;
}
.js-more-area__block.-active {
  position: relative;
  overflow: hidden;
  height: 100px;
}
.js-more-area__block.-active::after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
}

.solution-search {
  background: url(/image/sbszent_solution_bg_search.jpg) no-repeat center center/cover;
  margin: 32px -20px 0;
  padding: 0 20px;
  position: relative;
}
.solution-search__inner {
  max-width: 1256px;
  margin: 0 auto;
  padding: 30px 0;
}

.solution-search-select__item + .solution-search-select__item {
  margin-top: 24px;
}
.solution-search-select__title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 3px;
}
@media (max-width: 767px) {
  .solution-search-select__title {
    font-size: 1.5rem;
  }
}
.solution-search-select__reset {
  font-size: 1.4rem;
  color: #fff;
  text-decoration: underline;
}

.solution-card {
  height: 100%;
  background: #fff;
  border: 1px solid #DDD;
}
@media (min-width: 768px) {
  .solution-card {
    display: block;
  }
  .solution-card__img {
    overflow: hidden;
  }
  .solution-card__img img {
    transition: 0.3s all;
  }
  .solution-card__name {
    padding: 16px 16px 0;
    font-size: 1.8rem;
    font-weight: 700;
  }
  .solution-card__info {
    padding: 16px;
  }
}
@media (max-width: 767px) {
  .solution-card {
    padding: 16px;
    display: flex;
    flex-wrap: wrap;
  }
  .solution-card__img {
    width: 45%;
    margin-right: 16px;
  }
  .solution-card__name {
    display: flex;
    align-items: center;
    width: calc(55% - 16px);
    font-size: 1.6rem;
    font-weight: 700;
  }
  .solution-card__info {
    width: 100%;
    margin-top: 8px;
  }
}
@media (min-width: 1256px) {
  .solution-card:hover {
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.16);
  }
  .solution-card:hover .solution-card__img img {
    transform: scale(1.1, 1.1);
  }
}
@media (min-width: 768px) {
  .solution-card__tag {
    margin-bottom: 38px;
  }
}
@media (max-width: 767px) {
  .solution-card__tag {
    margin-bottom: 8px;
  }
}
.solution-card__link {
  text-align: right;
  font-size: 1.2rem;
}
.solution-card__link span {
  text-decoration: underline;
}
.solution-card__link::after {
  content: "\e911";
  font-family: "icomoon";
  font-weight: 400;
  margin: 0 0.5em 0 0.25em;
  color: #E55A00;
}

.solution-accordion__main {
  background: #2B2B2B;
  padding: 0 20px;
}
.solution-accordion__inner {
  max-width: 1256px;
  margin: 0 auto;
  padding: 32px 0;
  flex-direction: column;
  display: flex;
}
.solution-accordion__inner > div {
  flex: 1 0 0%;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
}
.solution-accordion__inner > div:not(:last-child) {
  margin-right: 0;
  border-bottom: none;
}
.solution-accordion__bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  background: #4A4A4A;
}
@media (max-width: 767px) {
  .solution-accordion__bottom {
    height: auto;
    max-width: 100%;
  }
}
.solution-accordion__bottom ul {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .solution-accordion__bottom ul {
    flex-wrap: wrap;
    max-width: 100%;
    padding: 10px 0;
  }
  .solution-accordion__bottom ul li {
    width: 44%;
    margin-left: 3%;
    margin-right: 3%;
    text-align: center;
  }
}
.solution-accordion__bottom ul li:not(:last-child) {
  margin-right: 100px;
}
@media (max-width: 767px) {
  .solution-accordion__bottom ul li:not(:last-child) {
    margin-right: 3%;
  }
}
.solution-accordion__bottom a {
  font-size: 1.2rem;
  color: #fff;
}
@media (min-width: 1256px) {
  .solution-accordion__bottom a:hover {
    opacity: 0.7;
  }
}

.solution-accordion-menu {
  color: #333333;
}
.solution-accordion-menu ul {
  display: none;
  font-size: 1.3rem;
}
.solution-accordion-menu ul li {
  border-bottom: 1px solid #DDD;
}
.solution-accordion-menu ul li:nth-child(1) {
  border-top: 1px solid #DDD;
}
.solution-accordion-menu ul li a {
  display: block;
  padding: 12px;
  position: relative;
}
.solution-accordion-menu ul li a::before {
  content: "\e904";
  font-size: 1.6rem;
  font-family: "icomoon";
  font-weight: 400;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 3px;
}
.solution-accordion-menu ul li a[target=_blank]::before {
  content: "\e911";
}
.solution-accordion-menu__btn {
  width: 100%;
  padding: 12px 0;
  display: block;
  position: relative;
}
.solution-accordion-menu__btn::after {
  content: "\e904";
  font-family: "icomoon";
  font-weight: 400;
  font-size: 1.8rem;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
}
.solution-accordion-menu__btn.-add::after {
  content: "\e909";
  font-size: 2.2rem;
}
.solution-accordion-menu__btn.-add.-active::after {
  content: "\e90e";
}
.solution-accordion-menu__top.-pc-only {
  display: none;
}
.solution-accordion-menu__top a::after {
  content: "トップ";
}

.solution-list .l-grid__item {
  position: relative;
}
@media (min-width: 768px) {
  .solution-list .solution-card__link {
    position: absolute;
    right: 17px;
    bottom: 24px;
  }
}

.c-checkbox-list.-sbszent-solution {
  gap: 10px 8px;
}

.top-hero {
  position: relative;
}
.top-hero .slick-slide {
  opacity: 1 !important;
}
.top-hero__item {
  height: 60vh;
  position: relative;
  z-index: 10;
  overflow: hidden;
  vertical-align: bottom;
  opacity: 0;
  transition: opacity 0s;
}
@media (max-width: 767px) {
  .top-hero__item {
    height: 70vh;
  }
}
.top-hero .slick-active .top-hero__item {
  opacity: 1;
  transition: opacity ease 3s;
}
.top-hero .slick-continue .top-hero__item {
  opacity: 0;
  transition: opacity ease 3s;
}
.top-hero__bg {
  background: no-repeat center center/cover;
  width: 100%;
  height: 60vh;
  z-index: 10;
  overflow: hidden;
  margin: 0;
  transform: scale(1.2, 1.2);
  transition: transform 0s;
}
@media (max-width: 767px) {
  .top-hero__bg {
    height: 70vh;
  }
}
.top-hero__bg .slick-active .top-hero__item {
  opacity: 1;
  transition: opacity ease 3s;
}
.top-hero__bg .slick-continue .top-hero__item {
  opacity: 0;
  transition: opacity ease 3s;
}
.top-hero__bg.-bg01 {
  background-image: url(/image/sbszent_top_img_mv01.jpg);
}
.top-hero__bg.-bg02 {
  background-image: url(/image/sbszent_top_img_mv02.jpg);
}
.top-hero__bg.-bg03 {
  background-image: url(/image/sbszent_top_img_mv03.jpg);
}
.top-hero__bg.-bg04 {
  background-image: url(/image/sbszent_top_img_mv04.jpg);
}
.top-hero__bg.-bg05 {
  background-image: url(/image/sbszent_top_img_mv05.jpg);
}
/* @media (max-width: 767px) {
  .top-hero__bg.-bg01 {
    background-image: url(/image/sbszent_top_img_mv01.jpg);
  }
  .top-hero__bg.-bg02 {
    background-image: url(/image/sbszent_top_img_mv02.jpg);
  }
  .top-hero__bg.-bg03 {
    background-image: url(/image/sbszent_top_img_mv03.jpg);
  }
  .top-hero__bg.-bg04 {
    background-image: url(/image/sbszent_top_img_mv04.jpg);
  }
  .top-hero__bg.-bg05 {
    background-image: url(/image/sbszent_top_img_mv05.jpg);
  }
} */
.top-hero__bg-video {
  position: absolute;
  z-index: -9999;
  left: 50%;
  transform: translateX(-50%);
  width: 1920px;
}
@media (max-width: 767px) {
  .top-hero__bg-video {
    display: none;
  }
}
@media (max-width: 767px) {
  .top-hero__bg-video {
    z-index: 0;
  }
}
.top-hero__bg-video-wrap {
  position: relative;
  width: 100%;
  height: auto;
}
.top-hero__bg-video video {
  position: absolute;
  max-width: 100%;
}
@media (max-width: 767px) {
  .top-hero__bg-video video {
    top: 50%;
    left: 40%;
    transform: translate(-40%, -50%);
  }
}
.top-hero .slick-active .top-hero__bg {
  transform: scale(1.1, 1.1);
  transition: transform ease 10s;
}
.top-hero .slick-continue .top-hero__bg {
  transform: scale(1, 1);
  transition: transform ease 10s;
}
.top-hero__inner {
  width: 100%;
  max-width: 1440px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 0;
  padding: 13vh 20px 0;
  color: #fff;
}
@media (max-width: 767px) {
  .top-hero__inner {
    padding: 16vh 10px 0;
  }
}
.top-hero__inner p {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 24px;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .top-hero__inner p {
    font-size: 1.2rem;
  }
}
.top-hero__heading {
  font-size: 5.2rem;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .top-hero__heading {
    font-size: 3.5rem;
    line-height: 1.5;
  }
}
.top-hero__dots {
  display: flex;
  position: absolute;
  bottom: 52px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .top-hero__dots {
    bottom: 13px;
  }
}
.top-hero__dots li {
  margin: 0 8px;
}
@media (max-width: 767px) {
  .top-hero__dots li {
    margin: 0 4px;
  }
}
.top-hero__dots button {
  position: relative;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #fff;
  font-size: 0;
}
@media (max-width: 767px) {
  .top-hero__dots button {
    width: 8px;
    height: 8px;
  }
}
.top-hero__dots .slick-active button {
  width: 24px;
  height: 24px;
  background: transparent;
}
@media (max-width: 767px) {
  .top-hero__dots .slick-active button {
    width: 16px;
    height: 16px;
  }
}

.top-latest-news {
  display: flex;
  align-items: center;
  color: #fff;
  width: 100%;
  min-height: 42px;
  padding: 0 8px;
  background: black;
  z-index: 10;
}
.top-latest-news__inner {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1256px;
  height: 100%;
  margin: 0 auto;
  padding: 8px 0;
  line-height: 1.5;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .top-latest-news__inner {
    padding: 18px 0;
    flex-wrap: wrap;
    align-items: flex-start;
    font-size: 1.2rem;
  }
}
.top-latest-news__heading {
  font-size: 1.6rem;
  font-weight: 700;
  white-space: nowrap;
  color: #E55A00;
}
@media (min-width: 768px) {
  .top-latest-news__heading {
    padding-right: 16px;
    margin-right: 24px;
    border-right: 1px solid #fff;
  }
}
@media (max-width: 767px) {
  .top-latest-news__heading {
    font-size: 1.2rem;
    margin: 0 0 4px 0;
    width: 100%;
  }
}
.top-latest-news__date {
  margin-right: 24px;
}
@media (max-width: 767px) {
  .top-latest-news__date {
    width: 72px;
    margin-right: 12px;
  }
}
@media (max-width: 767px) {
  .top-latest-news__title {
    width: calc(100% - 84px);
  }
}
.top-latest-news__link {
  text-decoration: none;
}

.top-search {
  background: url(/image/sbszent_top_bg_service-pc.jpg) no-repeat 70% top/cover;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .top-search {
    background-image: url(/image/sbszent_top_bg_service-sp.jpg);
    background-position: center center;
  }
}
.top-search__inner {
  max-width: 1256px;
  margin: 0 auto;
  padding: 80px 0;
}

.top-search-tab__index {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top-search-tab__btn {
  background: #F5F5F5;
  padding: 8px;
  font-size: 1.8rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32.5%;
  min-height: 64px;
  text-align: center;
  position: relative;
  z-index: 0;
}
.top-search-tab__btn span {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.5;
  position: relative;
  transition: 0.3s all;
}
.top-search-tab__btn span::before {
  font-family: "icomoon";
  font-weight: 400;
  font-size: 4.5rem;
  line-height: 1;
  margin-right: 8px;
}
.top-search-tab__btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .top-search-tab__btn {
    padding: 8px;
    font-size: 1.2rem;
    min-height: 56px;
  }
  .top-search-tab__btn span {
    display: flex;
    flex-direction: column;
  }
  .top-search-tab__btn span::before {
    font-size: 3.6rem;
    margin: 0 0 4px 0;
  }
}
@media (min-width: 1256px) {
  .top-search-tab__btn:hover span {
    color: #E55A00;
  }
  .top-search-tab__btn:hover::before {
    background: #fff;
  }
}
.top-search-tab__btn.-active {
  z-index: 0;
  pointer-events: none;
  border-left: 10px solid #E55A00;
  background: rgba(0, 0, 0, 0.8);
  color: #E55A00;
}
@media (max-width: 767px) {
  .top-search-tab__btn.-active {
    border-left: 6px solid #E55A00;
  }
}
.top-search-tab__btn.-active .box-title-icon {
  display: none;
}
.top-search-tab__btn:not(.-active) .box-title-icon {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  bottom: 0;
  right: 28px;
  cursor: pointer;
  z-index: 1;
  transition: 0.3s all;
  border-radius: 100%;
  border: 1px solid #E55A00;
  background: #fff;
}
@media (max-width: 767px) {
  .top-search-tab__btn:not(.-active) .box-title-icon {
    right: 5px;
    width: 20px;
    height: 20px;
  }
}
.top-search-tab__btn:not(.-active) .box-title-icon::before {
  content: "\e904";
  font-family: "icomoon";
  font-weight: normal;
  font-size: 1.6rem;
  color: #E55A00;
  position: absolute;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .top-search-tab__btn:not(.-active) .box-title-icon::before {
    font-size: 1.1rem;
  }
}
.top-search-tab__contents {
  color: #fff;
  position: relative;
}
.top-search-tab__contents-item {
  background: rgba(0, 0, 0, 0.8);
}
.top-search-tab__contents > div {
  width: 100%;
  padding: 32px 40px;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
  z-index: 9;
  opacity: 0;
}
@media (max-width: 767px) {
  .top-search-tab__contents > div {
    padding: 24px 8px;
  }
}
.top-search-tab__contents .c-link-list.-col1 .c-link-list__item {
  border-bottom: 1px solid #DDD;
}
.top-search-tab__contents .c-link-list.-col1 .c-link-list__item ~ .c-link-list__item {
  border-bottom: none;
}

.top-service {
  background: url(/image/sbszent_top_bg_service-pc.jpg) no-repeat 70% center/cover;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .top-service {
    background-image: url(/image/sbszent_top_bg_service-sp.jpg);
    background-position: center center;
  }
}
.top-service__inner {
  max-width: 1256px;
  margin: 0 auto;
  padding: 64px 0;
}
@media (max-width: 767px) {
  .top-service__inner {
    padding: 32px 0 40px;
  }
}
.top-service__main {
  background: #fff;
  max-width: 100%;
  margin: 0 auto;
  padding: 40px 52px;
}
@media (max-width: 767px) {
  .top-service__main {
    padding: 20px 10px;
  }
}
.top-service__bottom {
  width: 55%;
  background: url(/image/sbszent_top_bottom_bg_service-pc.jpg) no-repeat 70% center/cover;
  border: 1px solid #fff;
  padding: 18px 24px;
  color: #fff;
}
.top-service__bottom .c-figure__img img {
  transition: 0.3s all;
}
.top-service__bottom:hover {
  color: #E55A00;
}
.top-service__bottom:hover .c-figure__img img {
  transform: scale(1.1, 1.1);
}
.top-service__bottom .bottom-title {
  position: relative;
  display: inline-block;
  padding-right: 1.5em;
}
.top-service__bottom .bottom-title::after {
  content: "\e904";
  font-family: "icomoon";
  font-weight: 400;
  font-size: 1.6rem;
  color: #E55A00;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
}
.top-service__bottom .t-bottom-link {
  font-weight: 700;
  font-size: 1.5rem;
  color: #fff;
}
.top-service__bottom .t-bottom-link::after {
  color: #fff;
}
.top-service__bottom .t-bottom-link:hover {
  color: #E55A00;
  transition: 0.3s;
}
.top-service__bottom .t-bottom-link:hover::after {
  color: #E55A00;
  transition: 0.3s;
}
@media (max-width: 1255px) {
  .top-service__bottom {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .top-service__bottom {
    width: 100%;
    background-image: url();
    background-position: center center;
    padding: 10px 14px;
  }
  .top-service__bottom .bottom-grid02 {
    position: relative;
  }
  .top-service__bottom .bottom-grid02 .c-figure {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 1255px) {
  .top-service__more-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 20px;
  }
  .top-service__more-btn.-active .top-service__more-btn-inner::after {
    content: "\e90e";
  }
  .top-service__more-btn-inner {
    font-size: 1.5rem;
    font-weight: 700;
    color: #e55a00;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .top-service__more-btn-inner::after {
    content: "\e909";
    font-family: "icomoon";
    font-weight: 400;
    font-size: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 25px;
    height: 25px;
    background: #E55A00;
    border-radius: 100%;
  }
}
@media (max-width: 767px) {
  .top-service__btn::after {
    content: none;
  }
  .top-service__btn.-active::after {
    content: none;
  }
  .top-service__btn-item {
    margin: 0;
    text-align: center;
  }
}

.js-more__top_list {
  display: none;
}
.js-more__top_list.-active {
  display: block;
}

.top-pickup {
  padding: 0 20px;
}
.top-pickup__inner {
  max-width: 1256px;
  margin: 0 auto;
  padding: 64px 0;
}
@media (max-width: 767px) {
  .top-pickup__inner {
    padding: 40px 0 60px;
  }
}

.top-location {
  padding: 0 20px;
}
.top-location__inner {
  max-width: 1256px;
  margin: 0 auto;
  padding: 16px 0 40px;
}
@media (max-width: 767px) {
  .top-location__inner {
    padding: 40px 0 55px;
  }
}

.top-base {
  padding: 0 20px;
}
.top-base__inner {
  max-width: 1256px;
  margin: 0 auto;
  padding: 0 0 130px;
}
@media (max-width: 767px) {
  .top-base__inner {
    padding: 0 0 60px;
  }
}
.top-base__accordion-title {
  font-size: 1.5rem;
  font-weight: 300;
  min-height: 56px;
  padding: 16px 56px 16px 0;
}
.top-base__accordion-title::after {
  width: 17px;
  height: 17px;
  font-size: 1.7rem;
  font-weight: 300;
}
@media (max-width: 767px) {
  .top-base__accordion-title {
    font-size: 1.8rem;
  }
}
.top-base__border {
  border-top: 1px solid #dfdfdf;
}
.top-base__accordion-box-wrap {
  padding: 8px 0;
}
.top-base__accordion-box {
  font-size: 1.4rem;
  font-weight: 300;
}
@media (max-width: 767px) {
  .top-base__accordion-box .c-link-list__inner {
    flex-direction: inherit;
  }
}
.top-base__accordion-box .c-link-list__item {
  padding: 0 0 14px 0;
  border-bottom: none;
}
@media (max-width: 767px) {
  .top-base__accordion-box .c-link-list__item {
    width: 50% !important;
  }
}

.top-recruit {
  padding: 0 20px;
  background: url(/image/sbszent_top_bg_recruit-pc.jpg) no-repeat center center/cover;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .top-recruit {
    margin-bottom: 20px;
    background-image: url(/image/sbszent_top_bg_recruit-sp.jpg);
  }
}
.top-recruit__inner {
  max-width: 1256px;
  margin: 0 auto;
  padding: 64px 0;
  color: #fff;
}
@media (max-width: 767px) {
  .top-recruit__inner {
    padding: 40px 0;
  }
}
.top-recruit__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .top-recruit__btn {
    position: static;
    top: auto;
    left: auto;
    transform: inherit;
  }
}

.top-link {
  padding: 0 20px;
}
.top-link__inner {
  max-width: 1256px;
  margin: 0 auto;
}
.top-link__inner .c-card__title {
  font-size: 1.6rem;
}
.top-link__inner .c-card__text {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .top-link__inner .c-card__title {
    font-size: 1.4rem;
  }
}

.top-news {
  padding: 0 20px;
}
.top-news__inner {
  max-width: 1256px;
  margin: 0 auto;
  padding: 80px 0 100px;
}
@media (max-width: 767px) {
  .top-news__inner {
    padding: 68px 0 80px;
  }
}

.top-company {
  padding: 12px 20px;
  background: url(/image/sbszent_top_bg_company-pc.jpg) no-repeat center center/cover;
  margin-bottom: 88px;
}
@media (max-width: 767px) {
  .top-company {
    margin-bottom: 20px;
    background-image: url();
  }
}
.top-company__inner {
  max-width: 1256px;
  margin: 0 auto;
  padding: 40px;
  background: rgba(255, 255, 255, 0.84);
}
.top-company__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.top-contact {
  padding: 0 20px;
}
.top-contact__inner {
  max-width: 1256px;
  margin: 0 auto;
  padding: 0 0 90px;
}
@media (max-width: 767px) {
  .top-contact__inner {
    padding: 0 0 58px;
  }
}

@media (min-width: 768px) {
  .top-news-layout {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .top-news-layout {
    margin-bottom: 24px;
    position: relative;
  }
}
.top-news-layout__block {
  width: 49%;
}
@media (max-width: 767px) {
  .top-news-layout__block {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .top-news-layout__heading {
    font-size: 2.1rem;
    padding-bottom: 8px;
    border-bottom: 1px solid #DDD;
    position: relative;
  }
  .top-news-layout__heading::before {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    background: #E55A00;
    position: absolute;
    bottom: -1px;
    left: 0;
  }
}
@media (max-width: 767px) {
  .top-news-layout__heading {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 32px;
    background: #EDEDED;
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.16);
    text-align: center;
    font-size: 1.2rem;
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s;
  }
  .top-news-layout__block:last-child .top-news-layout__heading {
    left: 50%;
  }
  .top-news-layout__block.-active .top-news-layout__heading {
    z-index: 10;
    background: #fff;
  }
}

@media (max-width: 767px) {
  .top-news-list {
    padding-top: 32px;
  }
}
.top-news-list__item {
  display: flex;
  align-items: flex-start;
  background: #fff;
  position: relative;
  margin-top: 16px;
}
@media (max-width: 1255px) {
  .top-news-list__item {
    padding: 24px 0;
  }
}
@media (max-width: 767px) {
  .top-news-list__item {
    flex-wrap: wrap;
    padding: 0;
    margin-top: 16px;
  }
}
@media (min-width: 1256px) {
  .top-news-list__item:hover .top-news-list__title span {
    text-decoration: underline;
  }
}
.top-news-list__date {
  font-size: 1.2rem;
  color: #909090;
  width: 72px;
  margin: 0.07em 12px 0 0;
}
.top-news-list__category {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-size: 1.1rem;
  color: #B9103C;
  width: 56px;
  height: 14px;
  border: 1px solid #B9103C;
  border-radius: 7px;
  margin: 0.5em 24px 0 0;
}
.top-news-list__category.-small {
  letter-spacing: -0.05rem;
}
.top-news-list__title {
  flex: 1 0 0%;
  font-size: 1.4rem;
  padding-right: 1.5em;
}
a[target=_blank] .top-news-list__title {
  padding-right: 0;
}
.top-news-list__title::after {
  content: "\e904";
  font-family: "icomoon";
  font-weight: 400;
  color: #E55A00;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
}
a[target=_blank] .top-news-list__title::after {
  content: "\e911";
  position: relative;
  margin-left: 0.25em;
}
a[href$=".pdf"] .top-news-list__title::after {
  content: "\e900";
}
@media (max-width: 767px) {
  .top-news-list__title {
    flex: 1 0 100%;
  }
}

.l-grid.-top-search {
  gap: 0px 16px;
}
.l-grid.-top-search .c-card {
  background: none;
}
.l-grid.-top-search .c-card:hover {
  color: #E55A00;
}
.l-grid.-top-search .l-grid__item {
  border-bottom: 1px solid #DDD;
}
@media (min-width: 768px) {
  .l-grid.-top-search .l-grid__item:nth-last-child(-n+3) {
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  .l-grid.-top-search .l-grid__item:nth-last-child(-n+1) {
    border-bottom: none;
  }
}

@media (min-width: 1256px) {
  .threepl-about-box2 {
    overflow: none;
    width: 941px;
    height: 333px;
    background: url() no-repeat center/cover;
  }
}
.threepl-about-box2__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.threepl-about-box2__item:nth-child(1) {
  width: calc(100% - 120px);
}
.threepl-about-box2__item:nth-child(2) {
  width: 120px;
  margin-top: 80px;
  padding-left: 5px;
  letter-spacing: 7.5px;
  font-size: 19px;
  color: #fff;
}
.threepl-about-box2__title {
  padding-top: 20px;
  text-align: center;
  font-size: 21px;
  font-weight: 700;
  color: #B9103C;
}
.threepl-about-box2__def-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 688px;
  margin-left: 71px;
  text-align: center;
}
.threepl-about-box2__def-list > div {
  width: 151px;
  margin-top: 13px;
}
.threepl-about-box2__def-list dt {
  font-weight: 500;
  color: #fff;
}
.threepl-about-box2__def-list dd {
  margin-top: 25px;
  font-weight: 700;
  font-size: 29px;
  color: #3372d9;
}
.threepl-about-box2__text {
  width: 704px;
  margin: 65px 0 0 71px;
  text-align: center;
  font-size: 27px;
  color: #E55A00;
}
.threepl-about-box2__consumer {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

@media (min-width: 1256px) {
  .threepl-about-box3 {
    overflow: none;
    width: 941px;
    height: 394.25px;
    background: url() no-repeat center/cover;
  }
}
.threepl-about-box3__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.threepl-about-box3__item:nth-child(1) {
  width: 631px;
}
.threepl-about-box3__item:nth-child(2) {
  width: 290px;
}
.threepl-about-box3__title {
  width: 583px;
  margin: 25px 0 0 48px;
  text-align: center;
  font-weight: 700;
  font-size: 25px;
  color: #E55A00;
}
.threepl-about-box3__def-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 583px;
  margin-left: 48px;
}
.threepl-about-box3__def-list > div {
  width: 139px;
  padding-top: 36px;
}
.threepl-about-box3__def-list dt {
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  color: #E55A00;
}
.threepl-about-box3__def-list dd {
  font-size: 13px;
}
.threepl-about-box3__def-list dd ul {
  list-style: "・";
  margin: 20px 0 0 20px;
}
.threepl-about-box3__def-list dd ul li ~ li {
  margin-top: 12px;
}
.threepl-about-box3__def-list2 {
  width: 243px;
}
.threepl-about-box3__def-list2 dt {
  padding: 7px 0;
  text-align: center;
  line-height: 1.4;
  font-size: 14px;
  color: #fff;
}
.threepl-about-box3__def-list2 dd {
  padding: 14px;
  font-size: 13px;
}
.threepl-about-box3__def-list2 > div:nth-child(2) {
  margin-top: 18px;
}
.threepl-about-box3__def-list2 > div:nth-child(2) dt {
  padding: 16px 0;
}
.threepl-about-box3__def-list2 > div:nth-child(2) dd {
  padding: 14px;
  font-size: 13px;
}

.sp-map-box {
  width: 100%;
  height: 500px;
}
@media (max-width: 767px) {
  .sp-map-box {
    width: 100%;
    height: 75vw;
  }
}

.location-search__result {
  margin-bottom: 8px;
}

.location-list {
  border-top: 1px solid #DDD;
}
.location-list li {
  border-bottom: 1px solid #DDD;
}

.location-list-item {
  display: flex;
  align-items: center;
  padding: 32px 0;
}
@media (max-width: 767px) {
  .location-list-item {
    padding: 24px 0;
    flex-direction: column;
    align-items: flex-start;
  }
}
.location-list-item__info {
  flex: 1 0 0%;
}
@media (max-width: 767px) {
  .location-list-item__info {
    margin-bottom: 16px;
  }
}
.location-list-item__name {
  font-weight: 700;
  margin-bottom: 8px;
}
.location-list-item__map {
  display: inline-block;
  font-weight: normal;
}
.location-list-item__map-link {
  display: inline-block;
  padding: 0 2px 0 6px;
}
.location-list-item__map-link:hover {
  color: #E55A00;
}
.location-list-item__map-text {
  position: relative;
  padding: 0 2rem 0 1.6rem;
  text-decoration: underline;
}
.location-list-item__map-text::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: -2px;
  width: 14px;
  height: 18px;
  background: url(/image/sbshlds_icn_location.svg) no-repeat center/cover;
}
.location-list-item__map-text::after {
  content: "\e911";
  font-family: "icomoon";
  font-weight: 400;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  color: #E55A00;
}
@media (min-width: 768px) {
  .location-list-item__address span {
    margin-right: 24px;
  }
}
@media (max-width: 767px) {
  .location-list-item__address span {
    display: block;
  }
}
.location-list-item__btn {
  width: 200px;
}
@media (max-width: 767px) {
  .location-list-item__btn {
    width: 100%;
  }
}

.location-link-list li {
  border-bottom: 1px solid #DFDFDF;
}
.location-link-list a {
  display: block;
  padding: 16px;
  font-size: 1.8rem;
  position: relative;
  width: 100%;
}
.location-link-list a::after {
  content: "\e904";
  font-family: "icomoon";
  font-weight: 400;
  color: #E55A00;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
}
.location-link-list a:hover {
  color: #E55A00;
}
@media (max-width: 767px) {
  .location-link-list a {
    padding: 12px 8px;
    font-size: 1.6rem;
  }
}

.location-search-area {
  padding-bottom: 32px;
  border-bottom: 2px solid #DDD;
  position: relative;
}
.location-search-area::before {
  content: "";
  display: block;
  width: 96px;
  height: 2px;
  background: #E55A00;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.location-search-area__jp {
  position: relative;
}
.location-search-area__oversea {
  position: relative;
}
.location-search-area__text {
  order: 3;
  width: 100%;
  margin-top: 16px;
  font-size: 1.4rem;
  color: #B9103C;
  text-align: right;
}
@media (min-width: 768px) {
  .location-search-area {
    display: flex;
    flex-wrap: wrap;
  }
  .location-search-area__jp {
    order: 2;
    width: 80%;
  }
  .location-search-area__jp img {
    position: relative;
    top: 0;
    left: 110px;
    max-width: 599px;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .location-search-area__jp img {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 768px) {
  .location-search-area__oversea {
    order: 1;
    width: 20%;
  }
  .location-search-area__oversea img {
    position: relative;
    top: 10%;
    left: 10%;
    max-width: 148px;
  }
}
@media (max-width: 767px) {
  .location-search-area::before {
    width: 80px;
  }
  .location-search-area__jp {
    text-align: right;
  }
  .location-search-area__jp img {
    width: 80%;
  }
  .location-search-area__oversea {
    margin-top: 24px;
  }
  .location-search-area__oversea img {
    width: 20%;
  }
  .location-search-area__text {
    font-size: 1.2rem;
  }
}
.location-search-area__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  position: absolute;
  line-height: 1.2;
  white-space: nowrap;
  text-align: left;
}
@media (max-width: 767px) {
  .location-search-area__link {
    gap: 4px;
  }
}
.location-search-area__link span {
  flex: 1 0 0;
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: underline;
}
.location-search-area__link span > span {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .location-search-area__link span > span {
    display: none;
  }
}
.location-search-area__link br {
  display: none;
}
.location-search-area__link:hover {
  color: #E55A00;
}
.location-search-area__link::before {
  content: "";
  display: block;
  width: 30px;
  height: 38px;
  background: url(/image/sbshlds_icn_location.svg) no-repeat center center/contain;
}
.location-search-area__link::after {
  content: "\e904";
  font-family: "icomoon";
  font-weight: 400;
  color: #E55A00;
}
.location-search-area__link.-map01 {
  top: 150px;
  left: 540px;
}
.location-search-area__link.-map02 {
  top: 290px;
  left: 490px;
}
.location-search-area__link.-map03 {
  top: 180px;
  left: 240px;
}
.location-search-area__link.-map03 br {
  display: block;
}
.location-search-area__link.-map04 {
  top: 235px;
  left: 135px;
}
.location-search-area__link.-map04 br {
  display: block;
}
.location-search-area__link.-map05 {
  top: 300px;
  left: 15px;
}
.location-search-area__link.-map06 {
  top: 410px;
  left: 260px;
}
.location-search-area__link.-map07 {
  top: 390px;
  left: -40px;
}
.location-search-area__link.-map07 br {
  display: block;
}
.location-search-area__link.-map08 {
  top: 90px;
  left: 180px;
}
@media (max-width: 1000px) {
  .location-search-area__link span {
    font-size: 1.6rem;
  }
  .location-search-area__link span > span {
    font-size: 1.2rem;
  }
  .location-search-area__link::before {
    width: 24px;
    height: 36px;
  }
  .location-search-area__link.-map01 {
    left: 50vw;
  }
  .location-search-area__link.-map01 br {
    display: block;
  }
  .location-search-area__link.-map02 {
    left: 47vw;
  }
  .location-search-area__link.-map03 {
    left: 25vw;
  }
  .location-search-area__link.-map04 {
    left: 14vw;
  }
  .location-search-area__link.-map05 {
    left: -6vw;
  }
  .location-search-area__link.-map06 {
    left: 22vw;
  }
  .location-search-area__link.-map07 {
    left: -14vw;
  }
  .location-search-area__link.-map08 {
    left: 160px;
  }
}
@media (max-width: 767px) {
  .location-search-area__link span {
    font-size: 1.4rem;
  }
  .location-search-area__link span > span {
    font-size: 1rem;
  }
  .location-search-area__link::before {
    width: 12px;
    height: 18px;
  }
  .location-search-area__link::after {
    font-size: 1.2rem;
  }
  .location-search-area__link br {
    display: block;
  }
  .location-search-area__link.-map01 {
    top: 20vw;
    left: inherit;
    right: -15px;
  }
  .location-search-area__link.-map02 {
    top: 41vw;
    left: inherit;
    right: 12vw;
  }
  .location-search-area__link.-map03 {
    top: 22vw;
    left: 35vw;
  }
  .location-search-area__link.-map04 {
    top: 28vw;
    left: 20vw;
  }
  .location-search-area__link.-map05 {
    top: 35vw;
    left: 8vw;
  }
  .location-search-area__link.-map06 {
    top: 50vw;
    left: 37vw;
  }
  .location-search-area__link.-map07 {
    top: 47vw;
    left: 0;
  }
  .location-search-area__link.-map08 {
    top: 30%;
    left: 20vw;
  }
}

.location-search-modal {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
}
.location-search-modal__bg {
  background: rgba(255, 255, 255, 0.7);
  height: 100%;
  width: 100%;
  position: absolute;
}
.location-search-modal__close {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
  transition: 0.3s;
}
.location-search-modal__close::before, .location-search-modal__close::after {
  content: "";
  display: block;
  width: 24px;
  height: 3px;
  background: #3A3A3A;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.location-search-modal__close::before {
  transform: translateX(-50%) rotate(45deg);
}
.location-search-modal__close::after {
  transform: translateX(-50%) rotate(-45deg);
}
@media (min-width: 1256px) {
  .location-search-modal__close:hover {
    opacity: 0.7;
  }
}
.location-search-modal__content {
  max-width: 640px;
  width: 90%;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.65);
  position: relative;
  padding: 24px 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .location-search-modal__content {
    padding: 24px 16px;
  }
}
.location-search-modal__heading {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.4;
}
.location-search-modal__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.location-search-modal__btns a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  border: 2px solid #E55A00;
  background: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  color: #E55A00;
  padding: 8px 24px;
  position: relative;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .location-search-modal__btns a {
    padding: 6px 16px;
  }
}
.location-search-modal__btns a::before {
  content: "";
  display: block;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background: linear-gradient(to left, #DD1F01, #F68306);
  border-radius: 100px;
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: 10;
  opacity: 0;
  transition: 0.3s all;
}
.location-search-modal__btns a > span {
  position: relative;
  font-size: 1.5rem;
  padding-right: 1.25em;
  z-index: 11;
}
.location-search-modal__btns a > span::after {
  content: "\e904";
  font-family: "icomoon";
  font-weight: 400;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
}
.location-search-modal__btns a > span > span {
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .location-search-modal__btns a > span {
    font-size: 1.2rem;
  }
  .location-search-modal__btns a > span > span {
    font-size: 1rem;
  }
}
@media (min-width: 1256px) {
  .location-search-modal__btns a:hover {
    color: #fff;
    border-color: transparent;
    background: transparent;
  }
  .location-search-modal__btns a:hover:before {
    opacity: 1;
  }
}

.location-detail-section + .location-detail-section {
  border-top: 2px solid #DDD;
  padding-top: 40px;
  margin-top: 80px;
  position: relative;
}
.location-detail-section + .location-detail-section::before {
  content: "";
  display: block;
  width: 96px;
  height: 2px;
  background: #E55A00;
  position: absolute;
  top: -2px;
  left: 0;
}

.location-detail-info {
  display: grid;
  grid-template-columns: 1fr 50%;
  grid-template-rows: auto 1fr;
  gap: 16px 24px;
}
@media (max-width: 767px) {
  .location-detail-info {
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto;
    gap: 16px;
  }
}
.location-detail-info__name {
  grid-row: 1/2;
  grid-column: 1/2;
}
.location-detail-info__name span {
  display: block;
}
.location-detail-info__name span:last-child {
  font-size: 3.2rem;
}
.location-detail-info__img {
  grid-row: 1/3;
  grid-column: 2/3;
}
@media (max-width: 767px) {
  .location-detail-info__img {
    grid-row: 2/3;
    grid-column: 1/2;
  }
}
.location-detail-info__main {
  grid-row: 2/3;
  grid-column: 1/2;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .location-detail-info__main {
    grid-row: 3/4;
  }
}
.location-detail-info__red {
  font-size: 3.2rem;
  font-weight: 700;
  color: #B9103C;
  padding-left: 8px;
}

.location-table {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #DDD;
  border-left: 1px solid #DDD;
}
.location-table__item {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #DDD;
}
.location-table__item.-col2 {
  width: 50%;
}
.location-table__item.-col1 {
  width: 100%;
}
@media (max-width: 767px) {
  .location-table__item {
    font-size: 1.4rem;
  }
  .location-table__item.-col2 {
    width: 100%;
  }
  .location-table__item.-sp-column dt,
  .location-table__item.-sp-column dd {
    width: 100%;
  }
}
.location-table__item dt,
.location-table__item dd {
  border-right: 1px solid #DDD;
  padding: 12px 16px;
}
@media (max-width: 767px) {
  .location-table__item dt,
  .location-table__item dd {
    padding: 12px;
  }
}
.location-table__item dt {
  font-weight: 400;
  background: #EBEDEF;
  width: 203px;
}
@media (max-width: 1255px) {
  .location-table__item dt {
    width: 15vw;
  }
}
@media (max-width: 767px) {
  .location-table__item dt {
    width: 110px;
  }
}
.location-table__item dd {
  flex: 1 0 0%;
}

.location-area-link__top {
  display: flex;
  padding-bottom: 8px;
  margin-bottom: 24px;
  border-bottom: 2px solid #DDD;
  position: relative;
}
@media (min-width: 768px) {
  .location-area-link__top {
    justify-content: space-between;
    align-items: center;
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .location-area-link__top {
    flex-direction: column;
  }
}
.location-area-link__top::before {
  content: "";
  display: block;
  width: 96px;
  height: 2px;
  background: #E55A00;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.location-area-link__top > div:first-child {
  font-size: 2.1rem;
  font-weight: 700;
}
.location-area-link__top > div:last-child {
  text-align: right;
}
.location-area-link__top a span {
  text-decoration: underline;
}
.location-area-link__top a:hover {
  color: #E55A00;
}
.location-area-link__top a::after {
  content: "\e904";
  font-family: "icomoon";
  font-weight: 400;
  margin-left: 0.25em;
  color: #E55A00;
}
.location-area-link__list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.location-area-link__item span {
  font-weight: 700;
  text-decoration: underline;
}
.location-area-link__item:hover {
  color: #E55A00;
}
.location-area-link__item::after {
  content: "\e904";
  font-family: "icomoon";
  font-weight: 400;
  margin-left: 0.25em;
  color: #E55A00;
}
.location-area-link__item.-current {
  color: #B9103C;
}

@media (min-width: 768px) {
  .location-tel {
    cursor: text;
  }
  .location-tel a[href*="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
@media (max-width: 767px) {
  .location-tel a[href*="tel:"] {
    text-decoration: underline;
  }
}
.location-detail-info__red a[href*="tel:"],
span.u-font-sbs-red a[href*="tel:"] {
  color: #B9103C;
}

.location-lead {
  position: absolute;
  top: 0;
}
.location-lead > p {
  font-size: 1.5rem;
}
@media (max-width: 1255px) {
  .location-lead > p {
    font-size: 1.4rem;
  }
}

.warehouse-slide-card {
  position: relative;
  display: block;
  height: 100%;
  border: 1px solid #DDD;
}
.warehouse-slide-card__img {
  overflow: hidden;
}
.warehouse-slide-card__img img {
  width: 100%;
  transition: 0.3s all;
}
.warehouse-slide-card__inner {
  padding: 16px;
}
.warehouse-slide-card__name {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.warehouse-slide-card__appeal {
  font-size: 1.4rem;
  margin-bottom: 8px;
}
.warehouse-slide-card__area {
  font-size: 1.2rem;
  color: #404544;
  text-indent: -6em;
  padding-left: 6em;
  line-height: 1.6;
  margin-bottom: 4px;
}
.warehouse-slide-card__area span {
  font-size: 2.1rem;
  font-weight: 500;
  color: #B9103C;
  margin-left: 8px;
  line-height: 1em;
  padding-bottom: 2px;
}
.warehouse-slide-card__address {
  font-size: 1.2rem;
  margin-bottom: 36px;
}
.warehouse-slide-card__link {
  position: absolute;
  right: 16px;
  bottom: 16px;
  text-align: right;
  font-size: 1.2rem;
}
.warehouse-slide-card__link span {
  text-decoration: underline;
}
.warehouse-slide-card__link::after {
  content: "\e911";
  font-family: "icomoon";
  font-weight: 400;
  margin: 0 0.5em 0 0.25em;
  color: #E55A00;
}
@media (min-width: 1256px) {
  .warehouse-slide-card:hover {
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.16);
  }
  .warehouse-slide-card:hover .warehouse-slide-card__img img {
    transform: scale(1.1, 1.1);
  }
}

.warehouse-card {
  display: grid;
  grid-template-columns: 148px 1fr;
  height: 100%;
  padding: 16px;
  border: 1px solid #DDD;
}
@media (max-width: 767px) {
  .warehouse-card {
    grid-template-columns: 108px 1fr;
  }
}
.warehouse-card__name {
  grid-row: 1/2;
  grid-column: 1/3;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 16px;
  border-left: 5px solid #B9103C;
  padding-left: 8px;
}
.warehouse-card__img {
  grid-row: 2/4;
  grid-column: 1/2;
  margin-right: 24px;
}
@media (max-width: 767px) {
  .warehouse-card__img {
    margin-right: 12px;
  }
}
.warehouse-card__appeal {
  grid-row: 2/3;
  grid-column: 2/3;
  font-size: 1.4rem;
  margin-bottom: 8px;
}
.warehouse-card__address {
  grid-row: 3/4;
  grid-column: 2/3;
  font-size: 1.2rem;
  line-height: 1.4;
}
.warehouse-card__area {
  grid-row: 4/5;
  grid-column: 1/3;
  font-size: 1.2rem;
  color: #404544;
  margin: 8px 0;
  border-top: 1px solid #DDD;
  padding-top: 8px;
  line-height: 1.4;
  text-indent: -6em;
  padding-left: 6em;
}
.warehouse-card__area span {
  font-size: 2.1rem;
  font-weight: 500;
  color: #B9103C;
  margin-left: 8px;
}
.warehouse-card__info {
  grid-row: 5/6;
  grid-column: 1/3;
  font-size: 1.2rem;
  display: flex;
  margin-bottom: 8px;
}
.warehouse-card__info span {
  color: #404544;
  white-space: nowrap;
  margin-right: 8px;
}
.warehouse-card__rent {
  grid-row: 6/7;
  grid-column: 1/3;
  font-size: 1.2rem;
  color: #404544;
  margin-bottom: 8px;
}
.warehouse-card__rent span {
  font-size: 1.6rem;
  font-weight: 500;
  color: #333333;
  margin-left: 8px;
}
.warehouse-card__link {
  grid-row: 7/8;
  grid-column: 1/3;
  text-align: right;
  font-size: 1.2rem;
}
.warehouse-card__link span {
  text-decoration: underline;
}
.warehouse-card__link::after {
  content: "\e911";
  font-family: "icomoon";
  font-weight: 400;
  margin: 0 0.5em 0 0.25em;
  color: #E55A00;
}
@media (min-width: 1256px) {
  .warehouse-card:hover {
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.16);
  }
}

.warehouse-search-area {
  display: flex;
  gap: 16px;
}
.warehouse-search-area__select {
  width: 50%;
  max-width: 440px;
}
.warehouse-search-area__check {
  flex: 1 0 0%;
}
.warehouse-search-area__item {
  display: none;
}
@media (max-width: 767px) {
  .warehouse-search-area {
    flex-direction: column;
  }
  .warehouse-search-area__select {
    width: 100%;
    max-width: inherit;
  }
}

.warehouse-result__sort {
  margin-bottom: 24px;
}
.warehouse-result__detail {
  margin-bottom: 8px;
  text-align: right;
}
.warehouse-result__detail span:last-child {
  font-weight: 500;
}

.warehouse-recommended .slick-track {
  display: flex;
  align-items: stretch;
}
.warehouse-recommended .slick-slide {
  height: auto !important;
}
@media (max-width: 767px) {
  .warehouse-recommended .slick-slide > div {
    height: 100% !important;
  }
}
.warehouse-recommended .c-slider__item {
  position: relative;
}

@media (min-width: 768px) {
  .news-head {
    display: flex;
    justify-content: space-between;
  }
}
.news-head__item {
  display: flex;
}
@media (min-width: 1256px) {
  .news-head__item {
    align-items: center;
  }
}
@media (max-width: 1255px) {
  .news-head__item {
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .news-head__item + .news-head__item {
    margin-top: 24px;
  }
}
.news-head__title {
  font-weight: 700;
}
@media (min-width: 1256px) {
  .news-head__title {
    font-size: 2rem;
    margin-right: 16px;
  }
}
@media (max-width: 1255px) {
  .news-head__title {
    font-size: 1.9rem;
    margin-bottom: 4px;
  }
}

.news-list {
  border-top: 1px solid #DDD;
}
.news-list li {
  border-bottom: 1px solid #DDD;
}
.news-list__item {
  display: flex;
  align-items: center;
  padding: 24px 40px;
  background: #fff;
  position: relative;
}
.news-list__item[href$=".pdf"] .news-list__title::after {
  content: "\e900";
}
.news-list__item[target=_blank] .news-list__title::after {
  content: "\e911";
}
@media (max-width: 1255px) {
  .news-list__item {
    padding: 24px 0;
  }
}
@media (max-width: 767px) {
  .news-list__item {
    flex-wrap: wrap;
  }
}
@media (min-width: 1256px) {
  .news-list__item:hover {
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.16);
    z-index: 10;
  }
}
.news-list__date {
  font-size: 1.3rem;
  color: #909090;
  width: 80px;
  margin-right: 12px;
}
.news-list__category {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-size: 1.1rem;
  color: #B9103C;
  width: 56px;
  height: 14px;
  border: 1px solid #B9103C;
  border-radius: 7px;
  margin-right: 12px;
}
.news-list__category.-small {
  letter-spacing: -0.05rem;
}
.news-list__title {
  flex: 1 0 0%;
}
.news-list__title::after {
  content: "\e904";
  font-family: "icomoon";
  font-weight: 400;
  margin-left: 0.25em;
  color: #E55A00;
}
@media (max-width: 767px) {
  .news-list__title {
    flex: 1 0 100%;
  }
}

.news-list__item.-empty {
  display: block;
}
@media (min-width: 1256px) {
  .news-list__item.-empty {
    text-align: center;
  }
  .news-list__item.-empty:hover {
    box-shadow: none;
  }
}

.mf_finder_searchBox {
  margin: 0px;
}
.mf_finder_searchBox input:focus {
  outline: none;
}

.mf_finder_organic_header_wrapper:lang(ja) .mf_finder_organic_range_from, .mf_finder_organic_header_wrapper:lang(ja) .mf_finder_organic_range_to, .mf_finder_organic_header_wrapper:lang(ja) .mf_finder_organic_total, .mf_finder_organic_header_wrapper:lang(ja) .mf_finder_query, .mf_finder_organic_header_wrapper:lang(ja-JP) .mf_finder_organic_range_from, .mf_finder_organic_header_wrapper:lang(ja-JP) .mf_finder_organic_range_to, .mf_finder_organic_header_wrapper:lang(ja-JP) .mf_finder_organic_total, .mf_finder_organic_header_wrapper:lang(ja-JP) .mf_finder_query, .mf_finder_organic_header_wrapper:lang(kr) .mf_finder_organic_range_from, .mf_finder_organic_header_wrapper:lang(kr) .mf_finder_organic_range_to, .mf_finder_organic_header_wrapper:lang(kr) .mf_finder_organic_total, .mf_finder_organic_header_wrapper:lang(kr) .mf_finder_query, .mf_finder_organic_header_wrapper:lang(tr) .mf_finder_organic_range_from, .mf_finder_organic_header_wrapper:lang(tr) .mf_finder_organic_range_to, .mf_finder_organic_header_wrapper:lang(tr) .mf_finder_organic_total, .mf_finder_organic_header_wrapper:lang(tr) .mf_finder_query, .mf_finder_organic_header_wrapper:lang(zh) .mf_finder_organic_range_from, .mf_finder_organic_header_wrapper:lang(zh) .mf_finder_organic_range_to, .mf_finder_organic_header_wrapper:lang(zh) .mf_finder_organic_total, .mf_finder_organic_header_wrapper:lang(zh) .mf_finder_query, .mf_finder_organic_header_wrapper:lang(zh-CN) .mf_finder_organic_range_from, .mf_finder_organic_header_wrapper:lang(zh-CN) .mf_finder_organic_range_to, .mf_finder_organic_header_wrapper:lang(zh-CN) .mf_finder_organic_total, .mf_finder_organic_header_wrapper:lang(zh-CN) .mf_finder_query, .mf_finder_organic_header_wrapper:lang(zh-tw) .mf_finder_organic_range_from, .mf_finder_organic_header_wrapper:lang(zh-tw) .mf_finder_organic_range_to, .mf_finder_organic_header_wrapper:lang(zh-tw) .mf_finder_organic_total, .mf_finder_organic_header_wrapper:lang(zh-tw) .mf_finder_query {
  font-size: 1.6rem;
}

.mf_finder_organic_doc_title {
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .mf_finder_organic_doc {
    display: flex;
    flex-direction: column;
  }
}

.mf_finder_organic_doc_body, .mf_finder_link, .mf_finder_organic_doc_url {
  font-size: 1.4rem;
  word-break: break-word;
}

.mf_finder_organic_doc_zoom {
  display: none !important;
}

.mf_finder_organic_doc_body {
  height: 4rem;
}

.mf_finder_searchBox_items {
  padding: 0;
  border-bottom: 1px solid #9E052B;
  margin-bottom: 24px;
}

.mf_finder_searchBox_query_input {
  font-size: 1.6rem;
  padding: 2px 8px;
  border: 0;
  height: 40px;
}

.mf_finder_searchBox_submit {
  width: 40px;
  height: 40px;
  padding: 0;
  background: transparent;
}
.mf_finder_searchBox_submit::before {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  content: "\e907";
  font-size: 2.4rem;
  font-family: "icomoon";
  font-weight: 400;
  color: #9E052B;
}
.mf_finder_searchBox_submit span {
  display: none;
}

.mf_finder_searchBox_useToggle .mf_finder_searchBox_selects {
  overflow: visible;
}

.mf_finder_searchBox_useToggle .mf_finder_searchBox_selects .mf_finder_searchBox_toggle a::before {
  display: none !important;
}

.mf_finder_searchBox_useToggle .mf_finder_searchBox_misc {
  display: block !important;
}

.mf_finder_searchBox_useToggle .mf_finder_searchBox_selects .mf_finder_searchBox_category_select {
  width: calc(100% - 3em);
}

.mf_finder_searchBox_selects select {
  height: 40px;
  font-size: 1.6rem;
  padding: 2px 8px;
  border: 1px solid #D5D5D5;
  border-bottom-width: 1px;
}

.mf_finder_searchBox_selects .mf_finder_searchBox_category:before,
.mf_finder_searchBox_selects .mf_finder_searchBox_doctype:before,
.mf_finder_searchBox_selects .mf_finder_searchBox_sort:before,
.mf_finder_searchBox_selects .mf_finder_searchBox_pagemax:before {
  font-size: 1.4rem;
}

.mf_finder_searchBox_useToggle .mf_finder_searchBox_selects .mf_finder_searchBox_category:after {
  content: "\e90b";
  font-family: "icomoon";
  font-size: 1.6rem;
  font-weight: 400;
  color: #E55A00;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 32px;
}

.mf_zerohitText {
  display: none;
}

.mf_finder_organic_zerohit + .mf_zerohitText {
  display: block !important;
  margin-top: 32px;
}

.mf_finder_searchBox_selects label {
  margin-bottom: 0;
}

.mf_finder_searchBox_selects label:before {
  width: 1em;
  margin-right: 0.5em;
}

.mf_finder_searchBox_selects label:after {
  content: "\e90b";
  font-family: "icomoon";
  font-size: 1.6rem;
  font-weight: 400;
  color: #E55A00;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 8px;
}

.mf_finder_searchBox_useToggle .mf_finder_searchBox_selects .mf_finder_searchBox_toggle {
  width: 1em;
}

.mf_finder_searchBox_misc label {
  margin-right: 16px;
}

.mf_finder_searchBox_useToggle.mf_finder_searchBox_useToggle_show .mf_finder_searchBox_misc {
  padding-top: 0;
  margin-top: 16px;
}

.mf_finder_searchBox_doctype_select {
  width: 96px !important;
}

.mf_finder_searchBox_sort_select {
  width: 104px !important;
}

.mf_finder_searchBox_pagemax_select {
  width: 72px !important;
}

.mf_finder_searchBox_useToggle .mf_finder_searchBox_selects .mf_finder_searchBox_toggle a {
  display: block;
  height: 100%;
}

.mf_finder_searchBox_useToggle.mf_finder_searchBox_useToggle_show .mf_finder_searchBox_selects .mf_finder_searchBox_toggle > a:after,
.mf_finder_searchBox_useToggle .mf_finder_searchBox_selects .mf_finder_searchBox_toggle a:after {
  display: none;
}

.mf_finder_organic_pager {
  margin: 32px 0;
}

/* button */
@media (max-width: 767px) {
  .c-btn {
    font-size: 1.6rem;
  }
}

/* pagetitle contact */
.l-pagetitle.-contact .l-pagetitle__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-pagetitle.-contact .l-pagetitle__contact {
  width: 195px;
}

.side-contact {
  text-align: center;
  line-height: 1.3;
}
.side-contact > span {
  display: block;
}
.side-contact__title {
  letter-spacing: -0.06rem;
  font-size: 12px;
  color: #444;
}
.side-contact__tel {
  line-height: 110%;
  letter-spacing: -0.05rem;
  font-weight: bold;
  font-size: 27px;
  color: #B9103C;
}
.side-contact__text {
  letter-spacing: 0.045rem;
  font-size: 12px;
  color: #666;
}
.side-contact__link {
  display: block;
  margin-top: 1rem;
  letter-spacing: normal;
  font-size: 12px;
  color: #333;
}
.side-contact__link > span {
  text-decoration: none;
}

/*  MPC追加分
===================================== */
.c-gnav-content__inner.-pc-w100 {
  width: calc(100% - 16px);
}
.-w100 {
  width: 100%;
}
.c-gnav-content__inner:nth-child(2) {
  margin-right: 0;
}
.c-grid {
  display: grid;
}
.c-grid-col2 {
  grid-template-columns: repeat(2, 1fr);
}
.c-grid-col4 {
  grid-template-columns: repeat(4, 1fr);
}
.-gap16 {
  gap: 16px;
}
.c-gnav-content__item.c-grid .c-gnav-content__text02:not(:first-child) {
  margin-top: 0;
}
.c-table__head.-w12p, .c-table__body.-w12p {
  width: 12%;
}
.c-table__head.-w13p, .c-table__body.-w13p {
  width: 13.33%;
}
.u-borderT-none{
  border-top: none;
}
.u-border-none{
  border: none;
}

/* 退職者専用カムバックサイト（宅配乗務員専用） */
.comeback-stepbar {
  margin-bottom: 10px;
}
.comeback__item dt {
  margin-bottom: 10px;
}
.comeback__item dd {
  position: relative;
  padding: 20px 10px;
  border-radius: 10px;
  display: grid;
  align-items: stretch;
}
.comeback__item:first-child dd {
  background: #f2f2f2;
}
.comeback__item:not(:first-child) dd {
  background: #dcfbfb;
}

@media (max-width: 767px) {
  .comeback-stepbar {
    display: none;
  }
}
.u-mw-u{
  max-width: unset;
}

/* icomoon */
@font-face {
  font-family: 'icomoon';
  src:  url('/sbszent/fonts/icomoon.eot?izobgj');
  src:  url('/sbszent/fonts/icomoon.eot?izobgj#iefix') format('embedded-opentype'),
    url('/sbszent/fonts/icomoon.ttf?izobgj') format('truetype'),
    url('/sbszent/fonts/icomoon.woff?izobgj') format('woff'),
    url('/sbszent/fonts/icomoon.svg?izobgj#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.l-rightmenu__recruit::after {
  content: "\e900a";
}

.l-grid-5parts{
  grid-template-columns: repeat(5,1fr);
}

