@charset "UTF-8";
/*----- base-font-family -----*/
.l-line-box {
  max-width: 832px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 767px) {
  .l-line-box {
    text-align: left;
  }
}
.l-line-box__heading {
  margin-bottom: 0;
}
.l-line-box__heading-inner {
  background: #E55A00;
  color: #fff;
  display: block;
  padding: 16px 8px;
}
.l-line-box__heading-inner .icon-new_open {
  font-size: 2rem;
}
.l-line-box__heading-link {
  transition: 0.3s all;
}
.l-line-box__heading-link:hover {
  transition: 0.3s all;
  opacity: 0.7;
}
.l-line-box__content {
  border: 2px solid #E55A00;
  border-top: none;
  padding: 24px 16px 40px;
}
@media (max-width: 1255px) {
  .l-line-box__content {
    padding: 16px 8px 24px;
  }
}
@media (max-width: 767px) {
  .l-line-box__content {
    padding: 8px 16px 16px;
  }
}
.l-line-box__content .c-link-list__item {
  padding: 16px 8px 8px;
}
@media (max-width: 767px) {
  .l-line-box__content .c-link-list__item {
    padding: 8px 4px;
  }
}
.l-line-box__icon {
  vertical-align: bottom;
  color: #E55A00;
  font-weight: 500;
  font-size: 3rem;
  margin-right: 8px;
}
.l-box {
  border: 1px solid #DDD;
  padding: 4%;
}
@media (max-width: 767px) {
  .l-box {
    padding: 8% 4%;
  }
}
.l-box.-mw83 {
  max-width: 83%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .l-box.-mw83 {
    max-width: 100%;
  }
}
.l-box.-b2px {
  border: 2px solid #DDD;
}
.l-box.-pd-s {
  padding: 2% 4%;
}
@media (max-width: 767px) {
  .l-box.-pd-s {
    padding: 4%;
  }
}
.l-box.-pd-m {
  padding: 3% 4%;
}
@media (max-width: 767px) {
  .l-box.-pd-m {
    padding: 4%;
  }
}
.l-box.-bg-gray {
  background: #F5F5F5;
  border: 0;
}
.l-box.-bg-orange {
  background: rgba(229, 90, 0, 0.1);
  border: 0;
}
.l-box.-bg-green {
  background: #e1f0e6;
  border: 0;
}
.l-box.-bg-purple {
  background: rgba(113, 125, 192, 0.29);
  border: 0;
}
.l-box.-w-middle {
  max-width: 454px;
  margin: 0 auto;
}
.l-box.-w-large {
  max-width: 550px;
  margin: 0 auto;
}
.l-box.-orange {
  border-color: #E55A00;
}

.l-box-subnav__title {
  background-color: #E55A00;
  color: #fff;
  padding: 8px 36px;
  font-size: 2.1rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .l-box-subnav__title {
    padding: 8px 16px;
  }
}
.l-box-subnav__inner {
  border: 1px solid #E55A00;
  padding: 36px 36px;
}
@media (max-width: 767px) {
  .l-box-subnav__inner {
    padding: 16px 16px;
  }
}
.l-box-subnav__head.-current {
  color: #B9103C;
}
.l-box-subnav__link.-current {
  pointer-events: none;
  color: #B9103C;
}
.l-box-subnav__link.-current span {
  text-decoration: none;
}

.l-box-column {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.l-box-column__item {
  width: 45%;
}
.l-box-column__item-center {
  width: 10%;
  font-size: 7rem;
}
@media (max-width: 767px) {
  .l-box-column__item {
    width: 100%;
  }
  .l-box-column__item-center {
    width: 100%;
    font-size: 7rem;
    line-height: 1;
  }
}

.l-list-box {
  display: flex;
}
.l-list-box__inner {
  padding: 10px 40px;
  background-color: #fff;
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1255px) {
  .l-list-box__inner {
    padding: 8px 10px;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .l-list-box__inner {
    padding: 15px 20px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.l-list-box__title {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .l-list-box__title {
    display: initial;
    width: 100%;
    margin-bottom: 4px;
  }
}
.l-list-box__title_inner {
  padding: 2px 10px 3px;
  font-size: 1.1rem;
  line-height: 1.2;
  background-color: #fff;
  border: 1px solid #B9103C;
  color: #B9103C;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .l-list-box__title_inner {
    padding: 4px 8px;
    width: 100%;
    border-radius: 13px;
  }
}
.l-list-box__link {
  font-size: 1.4rem;
  margin-left: 14px;
  position: relative;
  display: inline-block;
  padding-right: 1.5em;
}
@media (max-width: 1255px) {
  .l-list-box__link {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .l-list-box__link {
    font-size: 1.4rem;
    margin-left: 6px;
  }
}
.l-list-box__link::after {
  margin: auto;
  content: "\e904";
  font-family: "icomoon";
  font-weight: 400;
  font-size: 1.6rem;
  color: #e55a00;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
}

.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;
  flex-wrap: wrap;
}
.l-footer__inner > div {
  width: calc(20% - 16px);
}
.l-footer__inner > div:not(:nth-child(5n)) {
  margin-right: 16px;
}
.l-footer__inner > div:nth-child(n+6) {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .l-footer__inner > div {
    width: 100%;
  }
  .l-footer__inner > div:not(:nth-child(5n)) {
    margin-right: 0;
  }
  .l-footer__inner > div:nth-child(n+6) {
    margin-top: 0;
  }
}
.l-footer__bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  background: #4A4A4A;
}
@media (max-width: 1255px) {
  .l-footer__bottom {
    height: auto;
  }
}
@media (max-width: 767px) {
  .l-footer__bottom {
    height: auto;
    max-width: 100%;
  }
}
.l-footer__bottom ul {
  display: flex;
  justify-content: center;
}
@media (max-width: 1255px) {
  .l-footer__bottom ul {
    flex-wrap: wrap;
    padding: 20px 40px;
  }
}
@media (max-width: 767px) {
  .l-footer__bottom ul {
    justify-content: flex-start;
    flex-wrap: wrap;
    max-width: 100%;
    padding: 16px 0;
  }
  .l-footer__bottom ul li {
    width: auto;
    margin-left: 2%;
    margin-right: 2%;
    text-align: center;
  }
  .l-footer__bottom ul li:nth-child(1) {
    width: auto;
  }
}
.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;
  }
}
@media (max-width: 1255px) {
  .l-footer__copyright {
    height: auto;
    padding: 10px;
  }
}

.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;
  }
  .c-footer-menu ul span {
    display: block;
    margin-bottom: 10px;
    opacity: 0.9;
  }
  .c-footer-menu .-show {
    padding-left: 1em;
  }
}
@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";
  }
  .c-footer-menu ul li span {
    display: block;
    padding: 12px 12px 0;
    opacity: 0.9;
  }
  .c-footer-menu .-show {
    display: block;
    padding-left: 12px;
  }
  .c-footer-menu .-show li:last-child {
    border-bottom: none;
  }
}
@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: "トップ";
  }
}

.l-footer.-contact {
  padding-bottom: 0;
}
.l-footer.-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-top {
  width: 100%;
  padding-left: calc(5% + 10px);
  padding-right: calc(5% + 10px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
  position: relative;
}
@media (max-width: 1255px) {
  .l-header__inner-top {
    align-items: flex-start;
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  .l-header__inner-top {
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
    flex-wrap: nowrap;
    padding-top: 32px;
  }
}
.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 {
    max-width: 100%;
    padding: 0;
    margin: 0;
    flex-wrap: nowrap;
    height: 82px;
  }
}
@media (min-width: 1256px) {
  .-scroll .l-header__inner {
    align-items: center;
  }
}
.l-header__logo {
  padding: 10px 0 0 0;
  display: flex;
  align-items: center;
}
.l-header__logo a {
  display: flex;
  align-items: center;
}
.l-header__logo img {
  transition: 0.3s all;
  width: 100%;
  height: auto;
}
.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: 191px;
  }
  .l-header__logo a:hover {
    opacity: 0.8;
  }
}
@media (max-width: 1255px) {
  .l-header__logo {
    flex: 1 0 0%;
    padding: 8px 20px;
  }
  .l-header__logo a {
    max-width: 228px;
  }
}
@media (max-width: 767px) {
  .l-header__logo {
    padding: 8px 10px;
  }
  .l-header__logo a {
    max-width: 140px;
  }
}
.l-header__logo_link {
  margin-right: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1450px) {
  .l-header__logo_link {
    max-width: 180px;
  }
}
.l-header__tel {
  line-height: 1;
  border-left: 1px solid #dbdbdb;
  padding-left: 20px;
}
.l-header__tel_text {
  font-size: 1.2rem;
  font-weight: 700;
  margin-left: 2rem;
}
.l-header__tel_box {
  line-height: 1.1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.l-header__tel_number {
  font-size: 2.7rem;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.l-header__tel_number .icon-phone {
  font-size: 2.7rem;
  margin-right: -3px;
  margin-bottom: -3px;
}
@media screen and (min-width: 768px) and (max-width: 1450px) {
  .l-header__tel_number {
    font-size: 2rem;
  }
}
.l-header__tel_number .icon-phone {
  font-size: 2rem;
}
.l-header__tel_number02 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-left: 1em;
}
@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 0 8px 0;
}
@media (min-width: 1256px) {
  .-scroll .l-header__subnav {
    padding: 5px 0 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%;
  margin-top: 10px;
  padding: 0 10px 0;
  background-color: #F7F7F7;
}
@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: 82px;
    margin-top: 0;
  }
}
@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_inner {
  width: 100%;
  height: 2em;
  border-bottom: 1px solid #4E0015;
  position: relative;
}
.l-header__bottom_inner::after {
  content: "\e907";
  font-size: 2.4rem;
  color: #9E052B;
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
}
.l-header__bottom_inner input {
  width: 100%;
}
.l-header__phone_btn_wrap {
  display: none;
}
@media (max-width: 767px) {
  .l-header__phone_btn_wrap {
    display: block;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
  }
}
.l-header__phone_btn {
  display: none;
}
@media (max-width: 767px) {
  .l-header__phone_btn {
    width: 70%;
    height: 47px;
    margin: 5px auto;
    display: block;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    background: linear-gradient(to right, #F68306, #DD1F01);
    color: #fff;
    border: none;
    border-radius: 24px;
    padding: 8px 33px;
    transition: 0.3s all;
  }
  .l-header__phone_btn .icon-phone {
    vertical-align: bottom;
  }
}
.l-header__inquiry_btn {
  display: none;
}
@media (max-width: 767px) {
  .l-header__inquiry_btn {
    width: 70%;
    height: 47px;
    margin: 0 auto;
    display: block;
    font-size: 1.7rem;
    font-weight: 700;
    text-align: center;
    background: linear-gradient(to right, #F68306, #DD1F01);
    color: #fff;
    border: none;
    border-radius: 24px;
    padding: 8px 33px;
    transition: 0.3s all;
  }
}
.l-header__tracking_btn {
  display: none;
}
@media (max-width: 767px) {
  .l-header__tracking_btn {
    width: 70%;
    height: 47px;
    margin: 0 auto;
    display: block;
    font-size: 1.7rem;
    font-weight: 700;
    text-align: center;
    background: linear-gradient(to right, #FF7196, #B9103C);
    color: #fff;
    border: none;
    border-radius: 24px;
    padding: 8px 33px;
    transition: 0.3s all;
  }
}
.l-header__bottom-tracking-service a {
  background: linear-gradient(to right, #FF7196, #B9103C);
  color: #fff;
  border: none;
  justify-content: center;
  width: 70%;
  height: 42px;
  margin: 0 auto 0;
  border-radius: 21px;
  padding: 8px 33px;
}
.l-header__bottom-tracking-service a::before {
  content: none;
}
.l-header.-scroll .l-header__tel_text {
  font-size: 1rem;
}
.l-header.-scroll .l-header__tel_number {
  font-size: 2.4rem;
}
.l-header.-scroll .l-header__tel_number02 {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) and (max-width: 1450px) {
  .l-header.-scroll .l-header__tel_text {
    font-size: 1rem;
  }
  .l-header.-scroll .l-header__tel_number {
    font-size: 2rem;
  }
  .l-header.-scroll .l-header__tel_number02 {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .l-header.-scroll .l-header__inner-top {
    padding-top: 32px;
  }
}

.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: 10px;
}
@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 screen and (min-width: 1256px) and (max-width: 1450px) {
  .l-subnav__contact a {
    padding: 8px 16px;
  }
}
@media (max-width: 1255px) {
  .l-subnav__contact {
    margin-top: 8px;
  }
  .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;
    margin-top: 0;
  }
  .l-subnav__contact a {
    background: linear-gradient(to right, #F68306, #DD1F01);
    color: #fff;
    border: none;
    height: 30px;
    border-radius: 21px;
    padding: 5px 24px;
    font-size: 1rem;
  }
}
.l-subnav__tracking-service:nth-of-type(2) {
  margin-right: 10px;
}
.l-subnav__tracking-service:nth-of-type(3) {
  margin-right: 20px;
}
@media (min-width: 1256px) {
  .l-subnav__tracking-service a {
    background: linear-gradient(to right, #FF7196, #B9103C);
    color: #fff;
    border: none;
    height: 42px;
    border-radius: 21px;
    padding: 8px 33px;
    transition: 0.3s all;
  }
  .l-subnav__tracking-service a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 1255px) {
  .l-subnav__tracking-service {
    margin-top: 8px;
  }
  .l-subnav__tracking-service a {
    background: linear-gradient(to right, #FF7196, #B9103C);
    color: #fff;
    border: none;
    height: 42px;
    border-radius: 21px;
    padding: 8px 33px;
    transition: 0.3s all;
  }
}
@media (max-width: 767px) {
  .l-subnav__tracking-service {
    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;
    padding: 0 24px 0 16px;
    transition: 0.3s all;
    position: relative;
  }
  .c-gnav-item__btn::after {
    position: absolute;
    top: 50%;
    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 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.c-gnav-item__btn-line.btn-line-pd {
  padding: 0 16px 0;
}
@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: 110px;
}
.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-item__menu-sp li span {
    display: block;
    padding: 12px 12px 0;
    font-size: 1.4rem;
    font-weight: 500;
    position: relative;
  }
  .c-gnav-item__menu-sp li ul {
    padding-left: 12px;
  }
}

.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: 60px;
  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: block;
  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;
  align-items: center;
}
.c-gnav-content__text02[target=_blank]::after {
  content: "\e911";
}

.l-gnav {
  background-color: #F7F7F7;
}
@media (min-width: 1256px) {
  .l-gnav {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    max-width: 1256px;
    margin: 0 auto;
  }
}
@media (max-width: 1255px) {
  .l-gnav {
    padding: 10px 20px;
  }
}
@media (max-width: 767px) {
  .l-gnav {
    background-color: #fff;
  }
}
@media (min-width: 1256px) {
  .l-gnav__item {
    display: flex;
    align-items: center;
    transition: 0.3s all;
  }
}
@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;
}
.l-gnav__link.-pd {
  padding: 0 15px;
}
@media (max-width: 1255px) {
  .l-gnav__link.-pd {
    padding: 14px 0;
  }
}
@media (max-width: 767px) {
  .l-gnav__link.-pd {
    padding: 14px 0;
  }
}

@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%;
  }
}

.-contact:not(.-scroll) .l-header__logo {
  padding: 14px 0;
}
@media (max-width: 767px) {
  .-contact:not(.-scroll) .l-header__logo {
    padding: 8px 10px;
  }
  .-contact:not(.-scroll) .l-header__subnav {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .-contact .l-subnav__tracking-service:last-child {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .-contact .l-header__inner {
    padding-top: 0;
    height: 50px;
  }
  .-contact .l-header__inner-top {
    padding-top: 0;
  }
  .-contact .l-subnav__tracking-service {
    display: block;
    margin: 0;
  }
  .-contact .l-subnav__tracking-service:last-child {
    margin-left: 4px;
    margin-right: 10px;
  }
  .-contact .l-subnav__tracking-service a {
    padding: 8px 14px;
  }
}
@media (min-width: 1256px) {
  .-contact.-scroll .l-header__inner {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .-contact.-scroll .l-header__inner-top {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .-contact.-scroll .l-header__inner-top {
    padding-top: 0;
  }
  .-contact.-scroll .l-header__subnav {
    margin: 0;
  }
}
.-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-heading {
  margin-bottom: 0.5em;
  line-height: 1.5;
  font-weight: 700;
}
.l-heading__icon {
  display: flex;
  align-items: center;
}
.l-heading__icon.-center {
  justify-content: center;
}
@media (max-width: 767px) {
  .l-heading__icon {
    font-size: 2.4rem;
    align-items: flex-start;
  }
  .l-heading__icon.-spfs19 {
    font-size: 1.9rem;
    line-height: 1.8;
  }
}
.l-heading__icon_inner {
  margin-right: 10px;
  color: #E55A00;
  font-size: 3.4rem;
}
@media (max-width: 767px) {
  .l-heading__icon_inner {
    margin-right: 8px;
    font-size: 3.4rem;
  }
}
.l-heading__icon_inner.-fs-s {
  font-size: 3rem;
}
@media (max-width: 767px) {
  .l-heading__icon_inner.-fs-s {
    font-size: 3rem;
  }
}
.l-heading__icon_inner.-fs-xs {
  font-size: 2.8rem;
}
@media (max-width: 767px) {
  .l-heading__icon_inner.-fs-xs {
    font-size: 2.8rem;
  }
}
.l-heading__icon_inner.-fs-xxs {
  font-size: 2.6rem;
}
@media (max-width: 767px) {
  .l-heading__icon_inner.-fs-xxs {
    font-size: 2.6rem;
  }
}
.l-heading.-xlarge {
  font-size: 4.1rem;
  font-weight: 500;
  position: relative;
  padding-bottom: 16px;
}
.l-heading.-xlarge::after {
  content: "";
  display: block;
  width: 125px;
  height: 5px;
  background: #F68306;
  background: linear-gradient(to right, #DD1F01, #F68306);
  position: absolute;
  bottom: 0;
  left: 0;
}
.l-heading.-large {
  font-size: 3.6rem;
}
.l-heading.-large02 {
  font-size: 3.6rem;
}
.l-heading.-medium {
  font-size: 2.8rem;
}
.l-heading.-medium02 {
  font-size: 2.8rem;
  font-weight: 400;
}
.l-heading.-small {
  font-size: 2.4rem;
}
.l-heading.-xsmall {
  font-size: 2.1rem;
}
.l-heading.-xsmall02 {
  font-size: 2.1rem;
}
.l-heading.-xxsmall {
  font-size: 1.8rem;
}
.l-heading.-white {
  color: #fff;
}
.l-heading.-text01 {
  font-size: 2.1rem;
  font-weight: 700;
  color: #B9103C;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.l-heading.-text01 .l-heading__sub-text {
  font-size: 1.2rem;
  font-weight: 400;
  color: #333333;
}
@media (max-width: 767px) {
  .l-heading.-text01 {
    flex-direction: column;
  }
}
.l-heading.-text02 {
  font-size: 1.8rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.l-heading.-text02 > span {
  display: block;
  padding: 0 10px 5px;
  border-bottom: 2px solid #B9103C;
  position: relative;
}
.l-heading.-text02 .l-heading__sub-text {
  display: block;
  white-space: nowrap;
  font-size: 1.2rem;
  font-weight: 400;
  color: #333333;
  position: absolute;
  top: 50%;
  right: -16px;
  transform: translate(100%, -50%);
}
@media (max-width: 767px) {
  .l-heading.-text02 > span {
    margin-bottom: 2em;
  }
  .l-heading.-text02 .l-heading__sub-text {
    top: inherit;
    bottom: -10px;
    right: 50%;
    transform: translate(50%, 100%);
  }
}
.l-heading.-border-center {
  position: relative;
  width: 100%;
  padding: 10px;
}
.l-heading.-border-center::after {
  content: "";
  display: block;
  width: 368px;
  height: 2px;
  background: #F68306;
  background: linear-gradient(to right, #DD1F01, #F68306);
  position: absolute;
  bottom: 0;
  left: calc(50% - 184px);
}
@media (max-width: 767px) {
  .l-heading.-border-center::after {
    width: 280px;
    left: calc(50% - 140px);
  }
}
.l-heading.-border-left {
  padding-left: 10px;
  border-left: 5px solid #B9103C;
  vertical-align: middle;
}
.l-heading.-border-left span {
  display: block;
}
.l-heading.-border {
  position: relative;
  padding-bottom: 10px;
}
.l-heading.-border::after {
  content: "";
  display: block;
  width: 142px;
  height: 1px;
  background: #E55A00;
  position: absolute;
  bottom: 0;
  left: 0;
}
.l-heading.-border-2color {
  position: relative;
  width: 100%;
  margin: 20px auto;
  padding: 10px;
  border-top: 3px solid #dfdfdf;
}
.l-heading.-border-2color::before {
  content: "";
  position: absolute;
  left: 0;
  top: -3px;
  width: 70px;
  height: inherit;
  border-top: 3px solid #E55A00;
}
.l-heading.-center {
  text-align: center;
}
.l-heading.-white {
  color: #fff;
}
@media (min-width: 768px) {
  .l-heading.-pc-center {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .l-heading.-sp-center {
    text-align: center;
  }
  .l-heading.-xlarge {
    font-size: 3.9rem;
  }
  .l-heading.-large {
    font-size: 3rem;
  }
  .l-heading.-large02 {
    font-size: 3rem;
  }
  .l-heading.-medium {
    font-size: 1.6rem;
  }
  .l-heading.-medium02 {
    font-size: 2rem;
  }
  .l-heading.-small {
    font-size: 1.2rem;
  }
  .l-heading.-xsmall {
    font-size: 1rem;
  }
  .l-heading.-xsmall02 {
    font-size: 1.9rem;
  }
  .l-heading.-xxsmall {
    font-size: 1rem;
  }
}
.l-heading__under-line {
  position: relative;
  display: inline-block;
}
.l-heading__under-line::after {
  content: "";
  display: block;
  width: 53px;
  height: 2px;
  background: #F68306;
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .l-heading__under-line::after {
    bottom: -24px;
  }
}

.l-sbslgcm-heading {
  font-size: 4.1rem;
  font-weight: 500;
  position: relative;
  padding-bottom: 16px;
}
.l-sbslgcm-heading::after {
  content: "";
  display: block;
  width: 125px;
  height: 5px;
  background: #F68306;
  background: linear-gradient(to right, #DD1F01, #F68306);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  .l-sbslgcm-heading {
    font-size: 3.9rem;
  }
}

.l-heading-catch {
  background: linear-gradient(to right, #F68306, #DD1F01);
  color: #fff;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
  padding: 4px 16px 6px;
  border-radius: 4px;
}
.l-heading-catch__number {
  font-size: 1.6rem;
}

.l-heading02 {
  margin-bottom: 0.5em;
  line-height: 1.5;
  font-weight: 700;
}
.l-heading02__icon {
  display: flex;
  align-items: center;
}
.l-heading02__icon.-center {
  justify-content: center;
}
@media (max-width: 767px) {
  .l-heading02__icon {
    font-size: 2.4rem;
    align-items: flex-start;
  }
  .l-heading02__icon.-spfs19 {
    font-size: 1.9rem;
  }
}
.l-heading02__icon_inner {
  margin-right: 10px;
  color: #E55A00;
  font-size: 3.4rem;
}
@media (max-width: 767px) {
  .l-heading02__icon_inner {
    margin-right: 8px;
    font-size: 3.4rem;
  }
}
.l-heading02__icon_inner.-fs-s {
  font-size: 3rem;
}
@media (max-width: 767px) {
  .l-heading02__icon_inner.-fs-s {
    font-size: 3rem;
  }
}
.l-heading02__icon_inner.-fs-xs {
  font-size: 2.8rem;
}
@media (max-width: 767px) {
  .l-heading02__icon_inner.-fs-xs {
    font-size: 2.8rem;
  }
}
.l-heading02__icon_inner.-fs-xxs {
  font-size: 2.6rem;
}
@media (max-width: 767px) {
  .l-heading02__icon_inner.-fs-xxs {
    font-size: 2.6rem;
  }
}
.l-heading02.-xlarge {
  font-size: 4.1rem;
  font-weight: 500;
  position: relative;
  padding-bottom: 16px;
}
.l-heading02.-xlarge::after {
  content: "";
  display: block;
  width: 125px;
  height: 5px;
  background: #F68306;
  background: linear-gradient(to right, #DD1F01, #F68306);
  position: absolute;
  bottom: 0;
  left: 0;
}
.l-heading02.-xlarge02 {
  font-size: 4.1rem;
  font-weight: 500;
}
.l-heading02.-xlarge03 {
  font-size: 5.4rem;
  font-weight: 400;
}
.l-heading02.-large {
  font-size: 3.6rem;
}
.l-heading02.-large02 {
  font-size: 3.6rem;
}
.l-heading02.-medium {
  font-size: 2.8rem;
}
.l-heading02.-medium02 {
  font-size: 2.8rem;
  font-weight: 400;
}
.l-heading02.-small {
  font-size: 2.4rem;
}
.l-heading02.-xsmall {
  font-size: 2.1rem;
}
.l-heading02.-xsmall02 {
  font-size: 2.1rem;
}
.l-heading02.-xxsmall {
  font-size: 1.8rem;
}
.l-heading02.-white {
  color: #fff;
}
.l-heading02.-text01 {
  font-size: 2.1rem;
  font-weight: 700;
  color: #B9103C;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.l-heading02.-text01 .l-heading__sub-text {
  font-size: 1.2rem;
  font-weight: 400;
  color: #333333;
}
@media (max-width: 767px) {
  .l-heading02.-text01 {
    flex-direction: column;
  }
}
.l-heading02.-text02 {
  font-size: 1.8rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.l-heading02.-text02 > span {
  display: block;
  padding: 0 10px 5px;
  border-bottom: 2px solid #B9103C;
  position: relative;
}
.l-heading02.-text02 .l-heading__sub-text {
  display: block;
  white-space: nowrap;
  font-size: 1.2rem;
  font-weight: 400;
  color: #333333;
  position: absolute;
  top: 50%;
  right: -16px;
  transform: translate(100%, -50%);
}
@media (max-width: 767px) {
  .l-heading02.-text02 > span {
    margin-bottom: 2em;
  }
  .l-heading02.-text02 .l-heading__sub-text {
    top: inherit;
    bottom: -10px;
    right: 50%;
    transform: translate(50%, 100%);
  }
}
.l-heading02.-border-center {
  position: relative;
  width: 100%;
  padding: 10px;
}
.l-heading02.-border-center::after {
  content: "";
  display: block;
  width: 368px;
  height: 2px;
  background: #F68306;
  background: linear-gradient(to right, #DD1F01, #F68306);
  position: absolute;
  bottom: 0;
  left: calc(50% - 184px);
}
@media (max-width: 767px) {
  .l-heading02.-border-center::after {
    width: 280px;
    left: calc(50% - 140px);
  }
}
.l-heading02.-border-left {
  padding-left: 10px;
  border-left: 5px solid #B9103C;
  vertical-align: middle;
}
.l-heading02.-border-left span {
  display: block;
}
.l-heading02.-border {
  position: relative;
  padding-bottom: 10px;
}
.l-heading02.-border::after {
  content: "";
  display: block;
  width: 142px;
  height: 1px;
  background: #E55A00;
  position: absolute;
  bottom: 0;
  left: 0;
}
.l-heading02.-border-2color {
  position: relative;
  width: 100%;
  margin: 20px auto;
  padding: 10px;
  border-top: 3px solid #dfdfdf;
}
.l-heading02.-border-2color::before {
  content: "";
  position: absolute;
  left: 0;
  top: -3px;
  width: 70px;
  height: inherit;
  border-top: 3px solid #E55A00;
}
.l-heading02.-center {
  text-align: center;
}
.l-heading02.-white {
  color: #fff;
}
@media (min-width: 768px) {
  .l-heading02.-pc-center {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .l-heading02.-sp-center {
    text-align: center;
  }
  .l-heading02.-xlarge {
    font-size: 3.9rem;
  }
  .l-heading02.-xlarge02 {
    font-size: 4.1rem;
  }
  .l-heading02.-xlarge03 {
    font-size: 3rem;
  }
  .l-heading02.-large {
    font-size: 3rem;
  }
  .l-heading02.-large02 {
    font-size: 3rem;
  }
  .l-heading02.-medium {
    font-size: 1.6rem;
  }
  .l-heading02.-medium02 {
    font-size: 2rem;
  }
  .l-heading02.-small {
    font-size: 1.2rem;
  }
  .l-heading02.-xsmall {
    font-size: 1rem;
  }
  .l-heading02.-xsmall02 {
    font-size: 1.9rem;
  }
  .l-heading02.-xxsmall {
    font-size: 1rem;
  }
}
.l-heading02__under-line {
  position: relative;
  display: inline;
}
.l-heading02__under-line::after {
  content: "";
  display: block;
  width: 75%;
  height: 5px;
  background: linear-gradient(to right, #DD1F01, #F68306);
  position: absolute;
  bottom: -18px;
  left: 0%;
  transform: translateX(0%);
}
@media (max-width: 767px) {
  .l-heading02__under-line::after {
    bottom: -24px;
  }
}

.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;
  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";
}
@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-list__item-icon {
  color: #F5C3A3;
  margin-left: 20px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .l-list__item-icon {
    margin-left: 0;
    margin-right: 10px;
  }
}
.l-list__item-fl {
  font-weight: 700;
}
@media (max-width: 767px) {
  .l-list__item-fl {
    font-size: 2.1rem;
  }
}
.l-list.-mark > li {
  padding-left: 1em;
  position: relative;
}
.l-list.-mark > li::before {
  content: "";
  display: block;
  width: 3px;
  height: 24px;
  background: #B9103C;
  position: absolute;
  top: 0.15em;
  left: 0;
}
.l-list.-mark > li:not(:last-child) {
  margin-bottom: 24px;
}
.l-list.-nest:not(.-order) {
  margin-left: 0.75em;
}
.l-list.-nest:not(.-order) > li {
  padding-left: 1.25em;
  font-size: 1.4rem;
  position: relative;
}
.l-list.-nest:not(.-order) > li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #000;
  position: absolute;
  top: 0.8em;
  left: 0.4em;
}
.l-list.-nest:not(.-order) > li:not(:last-child) {
  margin-bottom: 12px;
}
.l-list.-nest.-orange > li {
  color: #E55A00;
}
.l-list.-nest.-orange > li::before {
  background: #E55A00;
}
.l-list.-order:not(.-note) > li {
  counter-increment: order01;
  padding-left: 1.5em;
  position: relative;
}
.l-list.-order:not(.-note) > li::before {
  content: counter(order01) ".";
  font-size: 2.2rem;
  color: #000;
  position: absolute;
  top: -0.3em;
  left: 0;
}
.l-list.-order:not(.-note) > li:not(:last-child) {
  margin-bottom: 12px;
}
.l-list.-order:not(.-note).-nest {
  margin-left: 0.75em;
}
.l-list.-order:not(.-note).-nest > li {
  counter-increment: order02;
  font-size: 1.4rem;
}
.l-list.-order:not(.-note).-nest > li::before {
  content: counter(order02) ")";
  font-size: 1.8rem;
}
.l-list.-order:not(.-note).-order-list-middle > li::before {
  font-size: 1.8rem;
  top: 0;
}
.l-list.-order:not(.-note).-order-space > li {
  padding-left: 2em;
}
.l-list.-order:not(.-note).-order-large > li {
  font-size: 1.8rem;
}
.l-list.-order:not(.-note).-order-large > li::before {
  top: -0.15em;
}
.l-list.-order:not(.-note).-order-xlarge > li {
  font-size: 2.2rem;
}
@media (max-width: 767px) {
  .l-list.-order:not(.-note).-order-xlarge > li {
    font-size: 2rem;
  }
}
.l-list.-order:not(.-note).-order-xlarge > li::before {
  top: -0.15em;
}
@media (min-width: 1256px) {
  .l-list.-order:not(.-note).-order-xlarge > li::before {
    font-size: 2.6rem;
  }
}
.l-list.-order:not(.-note).-order-red > li::before {
  color: #B9103C;
}
.l-list.-note {
  font-size: 1.4rem;
}
.l-list.-note li {
  counter-increment: order03;
  padding-left: 2.5em;
  position: relative;
}
.l-list.-note li::before {
  content: "※" counter(order03);
  font-size: 1.8rem;
  color: #000;
  position: absolute;
  top: -0.3em;
  left: 0;
}
.l-list.-note li:not(:last-child) {
  margin-bottom: 12px;
}
.l-list.-note li:first-child:last-child::before {
  content: "※";
}

.l-main {
  margin-top: 118px;
  overflow: hidden;
}
@media (max-width: 1255px) {
  .l-main {
    margin-top: 79px;
  }
}
@media (max-width: 767px) {
  .l-main {
    margin-top: 82px;
  }
}
.l-main.-contact {
  margin-top: 70px;
}
@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_original {
  padding: 0 20px;
}
.l-pagetitle_original.-large {
  background: no-repeat center center/cover;
  height: 37.5vw;
}
.l-pagetitle_original.-large .l-pagetitle__inner {
  padding-top: 16vw;
}
@media (min-width: 1440px) {
  .l-pagetitle_original.-large {
    height: 540px;
  }
  .l-pagetitle_original.-large .l-pagetitle__inner {
    padding-top: 300px;
  }
}
@media (max-width: 767px) {
  .l-pagetitle_original.-large {
    height: 101.3vw;
  }
  .l-pagetitle_original.-large .l-pagetitle__inner {
    padding-top: 60vw;
  }
}
.l-pagetitle_original.-medium {
  background: no-repeat center center/cover;
  height: 20vw;
}
@media (min-width: 768px) {
  .l-pagetitle_original.-medium .l-pagetitle__inner {
    height: 100%;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1440px) {
  .l-pagetitle_original.-medium {
    height: 260px;
  }
}
@media (max-width: 767px) {
  .l-pagetitle_original.-medium {
    height: 74.6vw;
  }
  .l-pagetitle_original.-medium .l-pagetitle__inner {
    padding-top: 40vw;
  }
}
@media (max-width: 767px) {
  .l-pagetitle_original.-sp-medium {
    height: 74.6vw;
  }
  .l-pagetitle_original.-sp-medium .l-pagetitle__inner {
    padding-top: 40vw;
  }
}
.l-pagetitle_original.-logistics {
  background-image: url(/image/sbslgcm_logistics_bg_pagetitle-pc.jpg);
}
@media (max-width: 767px) {
  .l-pagetitle_original.-logistics {
    background-image: url(/image/sbslgcm_logistics_bg_pagetitle-sp.jpg);
  }
}
.l-pagetitle_original.-threepl {
  background-image: url(/image/sbslgcm_threepl_bg_pagetitle-pc.jpg);
}
@media (max-width: 767px) {
  .l-pagetitle_original.-threepl {
    background-image: url(/image/sbslgcm_threepl_bg_pagetitle-sp.jpg);
  }
}
.l-pagetitle_original.-company {
  background-image: url(/image/sbslgcm_company_bg_pagetitle-pc.jpg);
}
@media (max-width: 767px) {
  .l-pagetitle_original.-company {
    background-image: url(/image/sbslgcm_company_bg_pagetitle-sp.jpg);
  }
}
.l-pagetitle_original.-recruit {
  background-image: url(/image/sbslgcm_recruit_bg_pagetitle-pc.jpg);
}
@media (max-width: 767px) {
  .l-pagetitle_original.-recruit {
    background-image: url(/image/sbslgcm_recruit_bg_pagetitle-sp.jpg);
  }
}
.l-pagetitle_original.-ir {
  position: relative;
}
.l-pagetitle_original.-small .l-pagetitle__inner {
  padding-top: 32px;
}
.l-pagetitle_original__inner {
  max-width: 1256px;
  margin: 0 auto;
  padding-top: 32px;
}
.l-pagetitle_original__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_original__heading {
    font-size: 3.6rem;
    font-weight: 700;
  }
}

.l-pagetitle {
  height: 18vw;
}
@media (max-width: 767px) {
  .l-pagetitle {
    height: 90vw;
  }
}
.l-pagetitle__inner {
  background: linear-gradient(rgba(211, 7, 59, 0.87), rgba(223, 64, 19, 0.87));
  width: 40%;
  height: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .l-pagetitle__inner {
    background: linear-gradient(rgba(211, 7, 59, 0.87), rgba(223, 64, 19, 0.87));
    width: 100%;
    height: 40%;
    position: absolute;
    bottom: 0;
  }
}
.l-pagetitle__box {
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translateY(-50%);
  width: 80%;
}
@media (max-width: 767px) {
  .l-pagetitle__box {
    position: absolute;
    top: auto;
    bottom: 8%;
    left: 50%;
    transform: translateX(-50%);
    width: 92%;
    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 (min-width: 768px) {
  .l-pagetitle__heading {
    font-size: 3.6rem;
  }
}
@media (max-width: 767px) {
  .l-pagetitle__heading {
    font-size: 3.6rem;
    font-weight: 700;
  }
}
.l-pagetitle__text {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 300;
}
@media (max-width: 1255px) {
  .l-pagetitle__text {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .l-pagetitle__text {
    font-size: 1.6rem;
  }
}

.l-pagetitle02 {
  height: 24vw;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .l-pagetitle02 {
    height: 90vw;
    margin-bottom: 0;
  }
}
.l-pagetitle02__contents {
  width: 56.5%;
  height: 80%;
  top: 10%;
  position: relative;
}
@media screen and (min-width: 960px) and (max-width: 1024px) {
  .l-pagetitle02__contents {
    width: 70%;
    height: 90%;
    top: 5%;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .l-pagetitle02__contents {
    width: 70%;
    height: 95%;
    top: 2.5%;
  }
}
@media (max-width: 767px) {
  .l-pagetitle02__contents {
    width: 100%;
    height: 100%;
    position: initial;
    margin-top: 0;
  }
  .l-pagetitle02__contents .c-figure__img {
    z-index: -1;
  }
}
.l-pagetitle02__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(to right, rgba(211, 7, 59, 0.87), rgba(223, 64, 19, 0.87));
  width: 100%;
  height: 100%;
  position: relative;
}
.l-pagetitle02__inner.-bg-none {
  background: none;
}
@media (max-width: 767px) {
  .l-pagetitle02__inner {
    height: auto;
    position: initial;
    display: block;
    bottom: 0;
    margin-top: -20px;
  }
}
.l-pagetitle02__inner02 {
  width: 70%;
  margin-left: 15%;
}
@media (max-width: 1255px) {
  .l-pagetitle02__inner02 {
    width: 80%;
    margin-left: 20%;
  }
}
@media (max-width: 767px) {
  .l-pagetitle02__inner02 {
    width: 100%;
    height: 100%;
    margin-left: 0%;
  }
}
.l-pagetitle02__box {
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translateY(-50%);
  width: 80%;
}
@media (min-width: 1780px) {
  .l-pagetitle02__box {
    width: 85%;
  }
}
@media (max-width: 1255px) {
  .l-pagetitle02__box {
    left: 5%;
  }
}
@media (max-width: 767px) {
  .l-pagetitle02__box {
    position: initial;
    width: 100%;
    margin: 0 auto;
    padding: 32px 16px;
    transform: none;
  }
}
.l-pagetitle02__heading {
  color: #fff;
  font-size: 2.6rem;
  line-height: 1.6;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 24px;
}
.l-pagetitle02__heading::after {
  content: "";
  display: block;
  width: 125px;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (min-width: 1780px) {
  .l-pagetitle02__heading {
    font-size: 3rem;
  }
}
@media (max-width: 1255px) {
  .l-pagetitle02__heading {
    font-size: 2.2rem;
    line-height: 1.3;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .l-pagetitle02__heading {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 20px;
  }
}
.l-pagetitle02__text {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 300;
}
.l-pagetitle02__text.-fc-black {
  color: #000;
}
@media (max-width: 1255px) {
  .l-pagetitle02__text {
    font-size: 2rem;
    margin-bottom: 0.3em !important;
  }
}
@media (max-width: 767px) {
  .l-pagetitle02__text {
    font-size: 2rem;
  }
}

.l-table {
  width: 100%;
  border-top: 1px solid #D0D0D0;
  border-left: 1px solid #D0D0D0;
}
@media (max-width: 767px) {
  .l-table.-sp-column th,
  .l-table.-sp-column td {
    display: block;
    width: 100%;
  }
}
.l-table__head {
  background: #FCEBE0;
  padding: 12px 16px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .l-table__head {
    padding: 12px;
  }
}
.l-table__body {
  font-size: 1.4rem;
  padding: 16px 16px;
}
.l-table__body.-bg-white {
  background-color: #fff;
}
@media (max-width: 767px) {
  .l-table__body {
    padding: 16px 12px;
  }
}
.l-table__head, .l-table__body {
  border-bottom: 1px solid #D0D0D0;
  border-right: 1px solid #D0D0D0;
}
.l-table__head.-w10p, .l-table__body.-w10p {
  width: 10%;
}
.l-table__head.-w16p, .l-table__body.-w16p {
  width: 16.66%;
}
.l-table__head.-w20p, .l-table__body.-w20p {
  width: 20%;
}
.l-table__head.-w25p, .l-table__body.-w25p {
  width: 25%;
}
.l-table__head.-w33p, .l-table__body.-w33p {
  width: 33.333%;
}
.l-table__head.-w50p, .l-table__body.-w50p {
  width: 50%;
}

.l-table-wrap {
  overflow-x: scroll;
}

.l-font-orange {
  color: #e55a00;
}
.l-top-hero {
  position: relative;
}
.l-top-hero .slider-area {
  overflow: hidden;
}
.l-top-hero__slider {
  display: none;
}
.l-top-hero__slider.slick-initialized {
  display: block;
}
.l-top-hero .slick-current {
  max-width: 1260px;
  width: 100% !important;
  margin: auto;
}
.l-top-hero .slick-slide {
  max-width: 1260px;
  width: 100% !important;
  padding: 0 16px;
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .l-top-hero .slick-slide {
    margin: 0 4px;
    padding: 0;
  }
}
.l-top-hero__item {
  height: 60vh;
  position: relative;
  z-index: 10;
  overflow: hidden;
  vertical-align: bottom;
  overflow: hidden;
  border-radius: 0.8em;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px) {
  .l-top-hero__item {
    box-shadow: none;
  }
}
@media screen and (min-width: 351px) and (max-width: 768px) {
  .l-top-hero__item {
    height: 55vh;
  }
}
@media (max-width: 767px) {
  .l-top-hero__img {
    border-radius: 0.8em;
    overflow: hidden;
  }
  .l-top-hero__img img {
    width: 100%;
  }
}
.l-top-hero .slick-slider .slick-track,
.l-top-hero .slick-slider .slick-list {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .l-top-hero .slick-slider .slick-track,
  .l-top-hero .slick-slider .slick-list {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.l-top-hero__bg {
  background: no-repeat center center/cover;
  height: 60vh;
  margin: 0 auto;
  max-width: 100%;
  z-index: 10;
  overflow: hidden;
  margin: 0;
  transform: scale(1.2, 1.2);
  transition: transform 0s;
}
@media screen and (min-width: 351px) and (max-width: 768px) {
  .l-top-hero__bg {
    height: 55vh;
  }
}
.l-top-hero__bg.-bg01 {
  background-image: url(/image/sbsskhi_top_img_mv01.png);
}
@media (max-width: 767px) {
  .l-top-hero__bg.-bg01 {
    background-image: none;
    background-color: #E55A00;
  }
}
.l-top-hero__bg.-bg02 {
  background-image: url(/image/sbsskhi_top_img_mv02.png);
}
@media (max-width: 767px) {
  .l-top-hero__bg.-bg02 {
    background-image: none;
    background-color: #E55A00;
  }
}
.l-top-hero__bg.-bg03 {
  background-image: url(/image/sbsskhi_top_img_mv03.png);
}
@media (max-width: 767px) {
  .l-top-hero__bg.-bg03 {
    background-image: none;
    background-color: #E55A00;
  }
}
.l-top-hero__bg.-bg04 {
  background-image: url(/image/sbsskhi_top_img_mv04.png);
}
@media (max-width: 767px) {
  .l-top-hero__bg.-bg04 {
    background-image: none;
    background-color: #E55A00;
  }
}
.l-top-hero__bg.-bg05 {
  background-image: url(/image/sbsskhi_top_img_mv05.png);
}
@media (max-width: 767px) {
  .l-top-hero__bg.-bg05 {
    background-image: none;
    background-color: #E55A00;
  }
}
.l-top-hero .slick-active .l-top-hero__bg {
  transition: transform ease 10s;
}
.l-top-hero .slick-continue .l-top-hero__bg {
  transition: transform ease 10s;
}
.l-top-hero__inner {
  width: 100%;
  max-width: 1440px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 0;
  padding: 11vh 20px 0;
  color: #fff;
}
@media (max-width: 767px) {
  .l-top-hero__inner {
    padding: 16px 13px 80px;
  }
}
.l-top-hero__inner p {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 24px;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .l-top-hero__inner p {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .l-top-hero__inner .l-btns {
    margin: 10px auto 0;
  }
  .l-top-hero__inner .l-btns .c-btn {
    min-width: 280px;
  }
}
.l-top-hero__heading {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .l-top-hero__heading {
    margin-bottom: 8px;
    font-size: 2rem;
    line-height: 1.5;
    word-wrap: break-word;
  }
}
@media screen and (max-width: 350px) {
  .l-top-hero__heading {
    font-size: 1.6rem;
  }
}
.l-top-hero__dots {
  display: flex;
  position: absolute;
  bottom: 52px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .l-top-hero__dots {
    bottom: 18px;
  }
}
.l-top-hero__dots li {
  margin: 0 8px;
}
@media (max-width: 767px) {
  .l-top-hero__dots li {
    margin: 0 4px;
  }
}
.l-top-hero__dots button {
  position: relative;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #fff;
  font-size: 0;
}
@media (max-width: 767px) {
  .l-top-hero__dots button {
    width: 8px;
    height: 8px;
  }
}
.l-top-hero__dots .slick-active button {
  width: 24px;
  height: 24px;
  background: transparent;
}
@media (max-width: 767px) {
  .l-top-hero__dots .slick-active button {
    width: 16px;
    height: 16px;
  }
}

.is-mobile-top .l-top-hero__heading {
  font-size: 2rem;
}
.is-mobile-top .l-top-hero__item {
  height: auto;
  position: initial;
}
.is-mobile-top .l-top-hero__item.-bg01 {
  background: #E55A00;
}
.is-mobile-top .l-top-hero__item.-bg02 {
  background: #E55A00;
}
.is-mobile-top .l-top-hero__item.-bg03 {
  background: #E55A00;
}
.is-mobile-top .l-top-hero__item.-bg04 {
  background: #E55A00;
}
.is-mobile-top .l-top-hero__item.-bg05 {
  background: #E55A00;
}
.is-mobile-top .l-top-hero__bg {
  height: auto;
}
.is-mobile-top .l-top-hero__inner {
  position: initial;
  transform: initial;
  padding: 16px 13px 32px;
}
@media (orientation: landscape) and (min-device-width: 550px) and (max-device-width: 1000px) {
  .is-mobile-top .l-top-hero__inner {
    padding: 16px 13px 52px;
  }
  .is-mobile-top .l-top-hero__inner .l-btns__item {
    margin-top: 10px;
  }
}
.is-mobile-top .l-top-hero__inner .l-btns {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .is-mobile-top .l-top-hero__inner .l-btns .c-btn {
    min-width: 280px;
  }
}
@media screen and (max-width: 300px) {
  .is-mobile-top .l-top-hero__inner .l-btns .c-btn {
    min-width: 200px;
    font-size: 1.2rem;
  }
}

main {
  position: relative;
}

@media (min-width: 768px) {
  .l-rightmenu {
    position: fixed;
    width: 96px;
    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 {
    position: fixed;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 2px 0 2px;
    right: 0;
    top: auto;
    background-color: #1d1d1d;
    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;
  transition: 0.3s all;
}
.l-rightmenu__list:hover button,
.l-rightmenu__list:hover a {
  color: #E55A00;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .l-rightmenu__list {
    width: 33.3%;
  }
}
.l-rightmenu button,
.l-rightmenu a {
  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;
    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 a {
  height: 66px;
  padding: 4px 0 3px;
  position: relative;
}
.l-rightmenu a::after {
  line-height: 1;
}
@media (max-width: 767px) {
  .l-rightmenu a {
    padding: 0;
  }
  .l-rightmenu a::after {
    font-size: 2.4rem;
    top: 20%;
  }
}
.l-rightmenu__open {
  position: relative;
}
.l-rightmenu__open::after {
  content: "\e907";
  font-size: 3rem;
  font-family: "icomoon";
  font-weight: 400;
  position: absolute;
  top: 13%;
  left: 50%;
  transform: translate(-50%, 0%);
}
@media (max-width: 767px) {
  .l-rightmenu__open::after {
    font-size: 3rem;
    top: 20%;
    left: 50%;
    transform: translate(-50%, 0%);
  }
}
.l-rightmenu__contact {
  position: relative;
}
.l-rightmenu__contact::after {
  content: "\e91b";
  font-size: 2.2rem;
  font-family: "icomoon";
  font-weight: 400;
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%, 0%);
}
@media (max-width: 767px) {
  .l-rightmenu__contact::after {
    font-size: 2.4rem;
    top: 20%;
    left: 50%;
    transform: translate(-50%, 0%);
  }
}
.l-rightmenu__contact .l-rightmenu__text {
  bottom: 23%;
}
@media (max-width: 767px) {
  .l-rightmenu__contact .l-rightmenu__text {
    bottom: 8%;
  }
}
.l-rightmenu__warehouse {
  position: relative;
}
.l-rightmenu__warehouse::after {
  content: "\e91d";
  font-size: 2.4rem;
  font-family: "icomoon";
  font-weight: 400;
  position: absolute;
  top: 2%;
  left: 50%;
  transform: translate(-50%, 0%);
}
@media (max-width: 767px) {
  .l-rightmenu__warehouse::after {
    font-size: 2.4rem;
    top: 20%;
    left: 50%;
    transform: translate(-50%, 0%);
  }
}
.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 {
  width: 100%;
  display: block;
  padding-left: 0;
  font-size: 0.9rem;
  line-height: 1.3333333;
  position: absolute;
  bottom: 18%;
  text-align: center;
}
@media (max-width: 767px) {
  .l-rightmenu__text {
    padding-left: 0%;
    padding-top: 40px;
    font-size: 0.9rem;
    line-height: 120%;
    bottom: 8%;
    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: none;
}
@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/sbslgcm_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));
}

.l-content.-solution {
  padding-bottom: 0px;
}
@media (max-width: 767px) {
  .l-content.-solution {
    padding-bottom: 0px;
  }
}
.l-content__inner {
  padding-top: 90px;
}
@media (max-width: 767px) {
  .l-content__inner {
    padding-bottom: 60px;
  }
}

.solution-search {
  background: url(/image/sbsskhi_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);
  }
}
@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;
  }
}

.solution_question__inner {
  max-width: 1256px;
  margin: 0 auto;
  padding: 0 0 120px;
}
@media (max-width: 1255px) {
  .solution_question__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .solution_question__inner {
    width: 100%;
    padding: 0 16px 80px;
  }
}

.solution_inquiry__inner {
  max-width: 1256px;
  margin: 0 auto;
  padding: 0 0 120px;
}
@media (max-width: 1255px) {
  .solution_inquiry__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .solution_inquiry__inner {
    width: 100%;
    padding: 0 16px 80px;
  }
}

.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-service {
  padding: 0 20px;
}
.top-service__tabtext {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .top-service__tabtext {
    font-size: 1.4rem;
  }
}
.top-service__inner {
  max-width: 1256px;
  max-width: 1336px;
  margin: 0 auto;
  padding: 64px 0;
}
@media (max-width: 767px) {
  .top-service__inner {
    padding: 32px 0 32px;
  }
}
.top-service__textbox {
  padding: 0 40px;
}
@media (max-width: 767px) {
  .top-service__textbox {
    padding: 0;
  }
}
.top-service__main {
  background: #fff;
  max-width: 100%;
  margin: 0 auto;
  padding: 40px 40px 0;
}
@media (max-width: 1255px) {
  .top-service__main {
    padding: 40px 0 0;
  }
}
@media (max-width: 767px) {
  .top-service__main {
    padding: 20px 0 0;
  }
}
.top-service__main .c-tab__contents {
  background: #fff;
}
.top-service__main .c-tab__contents > div {
  padding: 24px 0;
}
.top-service__bottom {
  width: 55%;
  background: url(/image/sbsrlsc_top_bottom_bg_service-pc.jpg) no-repeat 70% center/cover;
  padding: 18px 24px;
  color: #fff;
}
.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(/image/sbsrlsc_top_bottom_bg_service-sp.jpg);
    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;
  }
}
.top-service .top-tag-icon {
  padding: 2px 16px;
  z-index: 0;
}
.top-service .top-tag-icon .icon-delivery {
  font-weight: 700;
}
.top-service .top-tag-icon .icon-delivery::before {
  font-size: 4rem;
  font-weight: 500;
  margin-right: 8px;
}
.top-service .top-tag-icon .icon-home-truck02 {
  font-weight: 700;
}
.top-service .top-tag-icon .icon-home-truck02::before {
  font-size: 3rem;
  font-weight: 500;
  margin-right: 8px;
}
.top-service .top-tag-icon.-active .icon-delivery::before {
  color: #E55A00;
}
.top-service .top-tag-icon.-active .icon-home-truck02::before {
  color: #E55A00;
}
@media (max-width: 767px) {
  .top-service .top-tag-icon {
    padding: 2px 8px;
    position: relative;
  }
  .top-service .top-tag-icon.-active .icon-delivery::before {
    color: #E55A00;
  }
  .top-service .top-tag-icon.-active .icon-home-truck02::before {
    color: #E55A00;
  }
  .top-service .top-tag-icon .icon-delivery {
    margin-top: 50px;
  }
  .top-service .top-tag-icon .icon-delivery::before {
    font-size: 4rem;
    margin-right: 0;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
  }
  .top-service .top-tag-icon .icon-home-truck02 {
    margin-top: 50px;
  }
  .top-service .top-tag-icon .icon-home-truck02::before {
    font-size: 3rem;
    margin-right: 0;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.js-more__top_list {
  display: none;
}
.js-more__top_list.-active {
  display: block;
}

.top-partner {
  padding: 0 20px;
  background: url(/image/sbsskhi_top_bg_partner-pc.jpg) no-repeat center center/cover;
  margin-bottom: 24px;
}
.top-partner__white {
  color: #fff;
}
@media (max-width: 767px) {
  .top-partner {
    margin-bottom: 20px;
    background-image: url(/image/sbsskhi_top_bg_partner-sp.jpg);
  }
}
.top-partner__inner {
  max-width: 1256px;
  margin: 0 auto;
  padding: 64px 0 150px;
}
@media (max-width: 767px) {
  .top-partner__inner {
    padding: 40px 0 80px;
  }
}
.top-partner__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .top-partner__btn {
    position: static;
    top: auto;
    left: auto;
    transform: inherit;
  }
}

.top-partner-bottom {
  margin-top: -110px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .top-partner-bottom {
    margin-top: -70px;
  }
}
.top-partner-bottom__inner {
  max-width: 1256px;
  margin: 0 auto;
  padding: 0 0 100px;
}
@media (max-width: 767px) {
  .top-partner-bottom__inner {
    padding: 0 0 80px;
  }
}

.top-news {
  padding: 0 20px;
}
.top-news__inner {
  max-width: 1256px;
  margin: 0 auto;
  padding: 40px 0 100px;
}
@media (max-width: 767px) {
  .top-news__inner {
    padding: 30px 0 80px;
  }
}

.top-receive {
  margin: 0 auto 90px;
  position: relative;
}
@media (max-width: 767px) {
  .top-receive {
    margin: 0 auto 75px;
  }
}
.top-receive__inner {
  max-width: 1256px;
  margin: 0 auto;
  padding: 0 20px;
}
.top-receive__box {
  margin: 0 auto;
  padding: 28px 48px 32px;
  max-width: 740px;
  background: #fff;
  border: 2px solid #B9103C;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .top-receive__box {
    padding: 20px 10px 20px;
  }
}

.top-contact {
  padding: 0 20px;
}
.top-contact__inner {
  max-width: 1256px;
  margin: 0 auto;
  padding: 0 0 80px;
}
@media (min-width: 768px) {
  .top-contact__inner .c-btn {
    min-width: auto;
  }
  .top-contact__inner .c-heading.contactfont {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .top-contact__inner {
    padding: 0 0 80px;
  }
  .top-contact__inner .c-heading.contactfont {
    font-size: 2.1rem;
  }
}

@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%;
  }
}

.pages-main.-qa {
  background: url(/image/sbsskhi_qa_bg-pc.jpg) no-repeat 40% center/cover;
  position: relative;
}
@media (max-width: 767px) {
  .pages-main.-qa {
    background: url(/image/sbsskhi_qa_bg-sp.jpg) no-repeat 40% center/cover;
  }
}

.pages-main.-partner {
  background: url(/image/sbsskhi_partner_bg-pc.jpg) no-repeat 40% center/cover;
  position: relative;
}
@media (max-width: 767px) {
  .pages-main.-partner {
    background: url(/image/sbsskhi_partner_bg-sp.jpg) no-repeat 40% center/cover;
  }
}

.pages-main.-recruit {
  background: url(/image/sbsskhi_recruit_bg-pc.jpg) no-repeat 40% center/cover;
  position: relative;
}
@media (max-width: 767px) {
  .pages-main.-recruit {
    background: url(/image/sbsskhi_recruit_bg-sp.jpg) no-repeat 40% center/cover;
  }
}

.pages-main.-about {
  background: url(/image/sbsskhi_about_bg-pc.jpg) no-repeat 40% center/cover;
  position: relative;
}
@media (max-width: 767px) {
  .pages-main.-about {
    background: url(/image/sbsskhi_about_bg-sp.jpg) no-repeat 40% center/cover;
  }
}

.pages-main.-partner_entrepreneur {
  background: url(/image/sbsskhi_partner_bg_entrepreneur-pc.jpg) no-repeat 40% center/cover;
  position: relative;
}
@media (max-width: 767px) {
  .pages-main.-partner_entrepreneur {
    background: url(/image/sbsskhi_partner_bg_entrepreneur-sp.jpg) no-repeat 40% center/cover;
  }
}

.pages02-main.-about_last1mile {
  background: url(/image/sbsskhi_about_last1mile_main_pc.jpg) no-repeat 40% center/47%;
  background-position: right;
}
@media (max-width: 767px) {
  .pages02-main.-about_last1mile {
    background: none;
    height: auto;
  }
}

.pages-pagelink {
  margin-bottom: 20px;
}
@media (max-width: 1255px) {
  .pages-pagelink {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .pages-pagelink {
    margin-bottom: 0;
  }
}
.pages-pagelink__inner {
  max-width: 1256px;
  margin: 0 auto;
  padding: 24px 0 40px;
}
@media (max-width: 1255px) {
  .pages-pagelink__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .pages-pagelink__inner {
    width: 100%;
    padding: 40px 16px 40px;
  }
}

.pages-content__inner {
  max-width: 1256px;
  margin: 0 auto;
  padding: 60px 0;
}
@media (max-width: 1255px) {
  .pages-content__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .pages-content__inner {
    width: 100%;
    padding: 32px 16px 64px;
  }
}

.pages-question__inner {
  max-width: 1256px;
  margin: 0 auto;
  padding: 60px 0;
}
@media (max-width: 1255px) {
  .pages-question__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .pages-question__inner {
    width: 100%;
    padding: 40px 16px;
  }
}

.pages-inquiry__inner {
  max-width: 1256px;
  margin: 0 auto;
  padding: 60px 0 133px;
}
@media (max-width: 1255px) {
  .pages-inquiry__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .pages-inquiry__inner {
    width: 100%;
    padding: 40px 16px 80px;
  }
}

.service-main.-service {
  background: url(/image/sbsskhi_service_bg-pc.jpg) no-repeat 40% center/cover;
  position: relative;
}
@media (max-width: 767px) {
  .service-main.-service {
    background: url(/image/sbsskhi_service_bg-sp.jpg) no-repeat 40% center/cover;
  }
}
.service-main.-sokuhai {
  background: url(/image/sbsskhi_service_bg_sokuhai-pc.jpg) no-repeat 40% center/cover;
  position: relative;
}
@media (max-width: 767px) {
  .service-main.-sokuhai {
    background: url(/image/sbsskhi_service_bg_sokuhai-sp.jpg) no-repeat 40% center/cover;
  }
}
.service-main.-consolijoint {
  background: url(/image/sbsskhi_service_bg_consolijoint-pc.jpg) no-repeat 40% center/cover;
  position: relative;
}
@media (max-width: 767px) {
  .service-main.-consolijoint {
    background: url(/image/sbsskhi_service_bg_consolijoint-sp.jpg) no-repeat 40% center/cover;
  }
}
.service-main.-takuhai {
  background: url(/image/sbsskhi_service_bg_takuhai-pc.jpg) no-repeat 40% center/cover;
  position: relative;
}
@media (max-width: 767px) {
  .service-main.-takuhai {
    background: url(/image/sbsskhi_service_bg_takuhai-sp.jpg) no-repeat 40% center/cover;
  }
}
.service-main.-spot {
  background: url(/image/sbsskhi_service_bg_spot-pc.jpg) no-repeat 40% center/cover;
  position: relative;
}
@media (max-width: 767px) {
  .service-main.-spot {
    background: url(/image/sbsskhi_service_bg_spot-sp.jpg) no-repeat 40% center/cover;
  }
}
.service-main.-charter {
  background: url(/image/sbsskhi_service_bg_charter-pc.jpg) no-repeat 40% center/cover;
  position: relative;
}
@media (max-width: 767px) {
  .service-main.-charter {
    background: url(/image/sbsskhi_service_bg_charter-sp.jpg) no-repeat 40% center/cover;
  }
}
.service-main.-mailshipping {
  background: url(/image/sbsskhi_service_bg_mailshipping-pc.jpg) no-repeat 40% center/cover;
  position: relative;
}
@media (max-width: 767px) {
  .service-main.-mailshipping {
    background: url(/image/sbsskhi_service_bg_mailshipping-sp.jpg) no-repeat 40% center/cover;
  }
}
.service-main.-delivery_centers {
  background: url(/image/sbsskhi_service_bg_delivery_centers-pc.jpg) no-repeat 40% center/cover;
  position: relative;
}
@media (max-width: 767px) {
  .service-main.-delivery_centers {
    background: url(/image/sbsskhi_service_bg_delivery_centers-sp.jpg) no-repeat 40% center/cover;
  }
}

.service02-main.-sokuhai_theday {
  background: url(/image/sbsskhi_service_sokuhai_theday_main_pc.jpg) no-repeat 40% center/47%;
  background-position: right;
}
@media (max-width: 767px) {
  .service02-main.-sokuhai_theday {
    background: none;
    height: auto;
  }
}
.service02-main.-sokuhai_thefollowingday {
  background: url(/image/sbsskhi_service_sokuhai_thefollowingday_main_pc.jpg) no-repeat 40% center/47%;
  background-position: right;
}
@media (max-width: 767px) {
  .service02-main.-sokuhai_thefollowingday {
    background: none;
    height: auto;
  }
}
.service02-main.-sokuhai_speed {
  background: url(/image/sbsskhi_service_sokuhai_speed_main_pc.jpg) no-repeat 40% center/47%;
  background-position: right;
}
@media (max-width: 767px) {
  .service02-main.-sokuhai_speed {
    background: none;
    height: auto;
  }
}
.service02-main.-sokuhai_costeco {
  background: url(/image/sbsskhi_service_sokuhai_costeco_main_pc.jpg) no-repeat 40% center/47%;
  background-position: right;
}
@media (max-width: 767px) {
  .service02-main.-sokuhai_costeco {
    background: none;
    height: auto;
  }
}
.service02-main.-sokuhai_customize {
  background: url(/image/sbsskhi_service_sokuhai_customize_main_pc.jpg) no-repeat 40% center/47%;
  background-position: right;
}
@media (max-width: 767px) {
  .service02-main.-sokuhai_customize {
    background: none;
    height: auto;
  }
}
.service02-main.-consolijoint_network {
  background: url(/image/sbsskhi_service_consolijoint_network_main_pc.jpg) no-repeat 40% center/47%;
  background-position: right;
}
@media (max-width: 767px) {
  .service02-main.-consolijoint_network {
    background: none;
    height: auto;
  }
}
.service02-main.-consolijoint_joint_delivery {
  background: url(/image/sbsskhi_service_consolijoint_joint_delivery_main_pc.jpg) no-repeat 40% center/47%;
  background-position: right;
}
@media (max-width: 767px) {
  .service02-main.-consolijoint_joint_delivery {
    background: none;
    height: auto;
  }
}
.service02-main.-consolijoint_utilize {
  background: url(/image/sbsskhi_service_consolijoint_utilize_main_pc.jpg) no-repeat 40% center/47%;
  background-position: right;
}
@media (max-width: 767px) {
  .service02-main.-consolijoint_utilize {
    background: none;
    height: auto;
  }
}
.service02-main.-takuhai_yc {
  background: url(/image/sbsskhi_service_takuhai_yc_main_pc.jpg) no-repeat 40% center/47%;
  background-position: right;
}
@media (max-width: 767px) {
  .service02-main.-takuhai_yc {
    background: none;
    height: auto;
  }
}
.service02-main.-takuhai_eco-mercari {
  background: url(/image/sbsskhi_service_takuhai_eco-mercari_main_pc.jpg) no-repeat 40% center/47%;
  background-position: right;
}
@media (max-width: 767px) {
  .service02-main.-takuhai_eco-mercari {
    background: none;
    height: auto;
  }
}
.service02-main.-takuhai_eco-logi {
  background: url(/image/sbsskhi_service_takuhai_eco-logi_main_pc.jpg) no-repeat 40% center/47%;
  background-position: right;
}
@media (max-width: 767px) {
  .service02-main.-takuhai_eco-logi {
    background: none;
    height: auto;
  }
}
.service02-main.-charter_urgency {
  background: url(/image/sbsskhi_service_charter_urgency_main_pc.jpg) no-repeat 40% center/47%;
  background-position: right;
}
@media (max-width: 767px) {
  .service02-main.-charter_urgency {
    background: none;
    height: auto;
  }
}
.service02-main.-charter_in-house {
  background: url(/image/sbsskhi_service_charter_in-house_main_pc.jpg) no-repeat 40% center/47%;
  background-position: right;
}
@media (max-width: 767px) {
  .service02-main.-charter_in-house {
    background: none;
    height: auto;
  }
}
.service02-main.-delivery_centers_vehicle {
  background: url(/image/sbsskhi_service_delivery_centers_vehicle_main_pc.jpg) no-repeat 40% center/47%;
  background-position: right;
}
@media (max-width: 767px) {
  .service02-main.-delivery_centers_vehicle {
    background: none;
    height: auto;
  }
}

.service-pagelink__inner {
  max-width: 1256px;
  margin: 0 auto;
  padding: 24px 0 40px;
}
@media (max-width: 1255px) {
  .service-pagelink__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .service-pagelink__inner {
    width: 100%;
    padding: 40px 16px 32px;
  }
}

.service02-pagelink__inner {
  max-width: 1256px;
  margin: 0 auto;
  padding: 24px 0 40px;
}
@media (max-width: 1255px) {
  .service02-pagelink__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .service02-pagelink__inner {
    width: 100%;
    padding: 0 16px 30px;
  }
}

.service-about__inner {
  max-width: 1256px;
  margin: 0 auto;
  padding: 44px 0 106px;
}
@media (max-width: 1255px) {
  .service-about__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .service-about__inner {
    width: 100%;
    padding: 0 16px 32px;
  }
}

.service-introduction__inner {
  max-width: 1256px;
  margin: 0 auto;
  padding: 44px 0 120px;
}
@media (max-width: 1255px) {
  .service-introduction__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .service-introduction__inner {
    width: 100%;
    padding: 40px 16px 87px;
  }
}
.service-introduction__grid {
  margin-bottom: 115px;
}
@media (max-width: 767px) {
  .service-introduction__grid {
    margin-bottom: 100px;
  }
}
.service-introduction__table_box {
  margin-bottom: 75px;
}
@media (max-width: 767px) {
  .service-introduction__table_box {
    margin-bottom: 80px;
  }
}
.service-introduction__box01 {
  margin-bottom: 147px;
}
@media (max-width: 767px) {
  .service-introduction__box01 {
    margin-bottom: 65px;
  }
}
.service02-introduction__inner {
  max-width: 1256px;
  margin: 0 auto;
  padding: 44px 0 60px;
}
@media (max-width: 1255px) {
  .service02-introduction__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .service02-introduction__inner {
    width: 100%;
    padding: 28px 16px 50px;
  }
}
.service02-introduction__grid {
  margin-bottom: 115px;
}
@media (max-width: 767px) {
  .service02-introduction__grid {
    margin-bottom: 100px;
  }
}
.service02-introduction__table_box {
  margin-bottom: 75px;
}
@media (max-width: 767px) {
  .service02-introduction__table_box {
    margin-bottom: 80px;
  }
}
.service02-introduction__box01 {
  margin-bottom: 147px;
}
@media (max-width: 767px) {
  .service02-introduction__box01 {
    margin-bottom: 65px;
  }
}
.service-point__inner {
  max-width: 1256px;
  margin: 0 auto;
  padding: 24px 0 152px;
}
@media (max-width: 1255px) {
  .service-point__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .service-point__inner {
    width: 100%;
    padding: 32px 16px 64px;
  }
}
.service-point__box {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .service-point__box {
    padding-bottom: 100px;
  }
}

.service02-point__inner {
  max-width: 1256px;
  margin: 0 auto;
  padding: 60px 0 120px;
}
@media (max-width: 1255px) {
  .service02-point__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .service02-point__inner {
    width: 100%;
    padding: 50px 16px 100px;
  }
}

.service-case {
  background-color: #F3F3F3;
}
.service-case__inner {
  max-width: 1256px;
  margin: 0 auto;
  padding: 70px 0;
}
@media (max-width: 1255px) {
  .service-case__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .service-case__inner {
    width: 100%;
    padding: 24px 16px 40px;
  }
}

.service02-case {
  background-color: #F3F3F3;
}
.service02-case__inner {
  max-width: 1256px;
  margin: 0 auto;
  padding: 95px 0;
}
@media (max-width: 1255px) {
  .service02-case__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .service02-case__inner {
    width: 100%;
    padding: 24px 16px 40px;
  }
}

.service-question__inner {
  max-width: 1256px;
  margin: 0 auto;
  padding: 124px 0 100px;
}
@media (max-width: 1255px) {
  .service-question__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .service-question__inner {
    width: 100%;
    padding: 64px 16px 90px;
  }
}

.service02-question__inner {
  max-width: 1256px;
  margin: 0 auto;
  padding: 120px 0 112px;
}
@media (max-width: 1255px) {
  .service02-question__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .service02-question__inner {
    width: 100%;
    padding: 100px 16px;
  }
}

.service-inquiry__inner {
  max-width: 1256px;
  margin: 0 auto;
  padding: 0 0 100px;
}
@media (max-width: 1255px) {
  .service-inquiry__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .service-inquiry__inner {
    width: 100%;
    padding: 0 16px 64px;
  }
}
.service-inquiry__box {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .service-inquiry__box {
    padding-bottom: 50px;
  }
}

.service02-inquiry__inner {
  max-width: 1256px;
  margin: 0 auto;
  padding: 0 0 64px;
}
@media (max-width: 1255px) {
  .service02-inquiry__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .service02-inquiry__inner {
    width: 100%;
    padding: 0 16px 40px;
  }
}
.service02-inquiry__inner .service-inquiry__box {
  padding-bottom: 0;
}

.service-related__inner {
  max-width: 1256px;
  margin: 0 auto;
  padding: 64px 0 120px;
}
@media (max-width: 1255px) {
  .service-related__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .service-related__inner {
    width: 100%;
    padding: 40px 16px 80px;
  }
}
.service-related__box {
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .service-related__box {
    padding-bottom: 80px;
  }
}
.service-related__box02 {
  padding-bottom: 178px;
}
@media (max-width: 767px) {
  .service-related__box02 {
    padding-bottom: 80px;
  }
}

.service02-related__inner {
  max-width: 1256px;
  margin: 0 auto;
  padding: 60px 0 120px;
}
@media (max-width: 1255px) {
  .service02-related__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .service02-related__inner {
    width: 100%;
    padding: 40px 16px 100px;
  }
}
.service02-related__box {
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .service02-related__box {
    padding-bottom: 80px;
  }
}
.service02-related__box02 {
  padding-bottom: 178px;
}
@media (max-width: 767px) {
  .service02-related__box02 {
    padding-bottom: 80px;
  }
}

.industry-main.-industry {
  position: relative;
}
.industry-main.-pharma {
  background: url(/image/sbsskhi_industry_bg_pharma-pc.jpg) no-repeat 40% center/cover;
  position: relative;
}
@media (max-width: 767px) {
  .industry-main.-pharma {
    background: url(/image/sbsskhi_industry_bg_pharma-sp.jpg) no-repeat 40% center/cover;
  }
}
.industry-main.-ec {
  background: url(/image/sbsskhi_industry_bg_ec-pc.jpg) no-repeat 40% center/cover;
  position: relative;
}
@media (max-width: 767px) {
  .industry-main.-ec {
    background: url(/image/sbsskhi_industry_bg_ec-sp.jpg) no-repeat 40% center/cover;
  }
}
.industry-main.-restaurant {
  background: url(/image/sbsskhi_industry_bg_restaurant-pc.jpg) no-repeat 40% center/cover;
  position: relative;
}
@media (max-width: 767px) {
  .industry-main.-restaurant {
    background: url(/image/sbsskhi_industry_bg_restaurant-sp.jpg) no-repeat 40% center/cover;
  }
}

.industry-pagelink__inner {
  max-width: 1256px;
  margin: 0 auto;
  padding: 24px 0 40px;
}
@media (max-width: 1255px) {
  .industry-pagelink__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .industry-pagelink__inner {
    width: 100%;
    padding: 40px 16px 32px;
  }
}

.industry02-pagelink__inner {
  max-width: 1256px;
  margin: 0 auto;
  padding: 24px 0 40px;
}
@media (max-width: 1255px) {
  .industry02-pagelink__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .industry02-pagelink__inner {
    width: 100%;
    padding: 0 16px 30px;
  }
}

.industry-about__inner {
  max-width: 1256px;
  margin: 0 auto;
  padding: 44px 0 106px;
}
@media (max-width: 1255px) {
  .industry-about__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .industry-about__inner {
    width: 100%;
    padding: 0 16px 32px;
  }
}

.industry-introduction__inner {
  max-width: 1256px;
  margin: 0 auto;
  padding: 44px 0 120px;
}
@media (max-width: 1255px) {
  .industry-introduction__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .industry-introduction__inner {
    width: 100%;
    padding: 40px 16px 87px;
  }
}
.industry-introduction__grid {
  margin-bottom: 115px;
}
@media (max-width: 767px) {
  .industry-introduction__grid {
    margin-bottom: 100px;
  }
}
.industry-introduction__table_box {
  margin-bottom: 75px;
}
@media (max-width: 767px) {
  .industry-introduction__table_box {
    margin-bottom: 80px;
  }
}
.industry-introduction__box01 {
  margin-bottom: 147px;
}
@media (max-width: 767px) {
  .industry-introduction__box01 {
    margin-bottom: 65px;
  }
}
.industry02-introduction__inner {
  max-width: 1256px;
  margin: 0 auto;
  padding: 44px 0 60px;
}
@media (max-width: 1255px) {
  .industry02-introduction__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .industry02-introduction__inner {
    width: 100%;
    padding: 28px 16px 50px;
  }
}
.industry02-introduction__grid {
  margin-bottom: 115px;
}
@media (max-width: 767px) {
  .industry02-introduction__grid {
    margin-bottom: 100px;
  }
}
.industry02-introduction__table_box {
  margin-bottom: 75px;
}
@media (max-width: 767px) {
  .industry02-introduction__table_box {
    margin-bottom: 80px;
  }
}
.industry02-introduction__box01 {
  margin-bottom: 147px;
}
@media (max-width: 767px) {
  .industry02-introduction__box01 {
    margin-bottom: 65px;
  }
}
.industry-point__inner {
  max-width: 1256px;
  margin: 0 auto;
  padding: 24px 0 152px;
}
@media (max-width: 1255px) {
  .industry-point__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .industry-point__inner {
    width: 100%;
    padding: 32px 16px 64px;
  }
}
.industry-point__box {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .industry-point__box {
    padding-bottom: 100px;
  }
}

.industry02-point__inner {
  max-width: 1256px;
  margin: 0 auto;
  padding: 60px 0 120px;
}
@media (max-width: 1255px) {
  .industry02-point__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .industry02-point__inner {
    width: 100%;
    padding: 50px 16px 100px;
  }
}

.industry-case {
  background-color: #F3F3F3;
}
.industry-case__inner {
  max-width: 1256px;
  margin: 0 auto;
  padding: 70px 0;
}
@media (max-width: 1255px) {
  .industry-case__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .industry-case__inner {
    width: 100%;
    padding: 24px 16px 40px;
  }
}

.industry02-case {
  background-color: #F3F3F3;
}
.industry02-case__inner {
  max-width: 1256px;
  margin: 0 auto;
  padding: 95px 0;
}
@media (max-width: 1255px) {
  .industry02-case__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .industry02-case__inner {
    width: 100%;
    padding: 24px 16px 40px;
  }
}

.industry-question__inner {
  max-width: 1256px;
  margin: 0 auto;
  padding: 124px 0 100px;
}
@media (max-width: 1255px) {
  .industry-question__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .industry-question__inner {
    width: 100%;
    padding: 64px 16px 90px;
  }
}

.industry02-question__inner {
  max-width: 1256px;
  margin: 0 auto;
  padding: 120px 0 112px;
}
@media (max-width: 1255px) {
  .industry02-question__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .industry02-question__inner {
    width: 100%;
    padding: 100px 16px;
  }
}

.industry-inquiry__inner {
  max-width: 1256px;
  margin: 0 auto;
  padding: 0 0 100px;
}
@media (max-width: 1255px) {
  .industry-inquiry__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .industry-inquiry__inner {
    width: 100%;
    padding: 0 16px 64px;
  }
}
.industry-inquiry__box {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .industry-inquiry__box {
    padding-bottom: 50px;
  }
}

.industry02-inquiry__inner {
  max-width: 1256px;
  margin: 0 auto;
  padding: 0 0 64px;
}
@media (max-width: 1255px) {
  .industry02-inquiry__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .industry02-inquiry__inner {
    width: 100%;
    padding: 0 16px 40px;
  }
}
.industry02-inquiry__inner .industry-inquiry__box {
  padding-bottom: 0;
}

.industry-related__inner {
  max-width: 1256px;
  margin: 0 auto;
  padding: 64px 0 120px;
}
@media (max-width: 1255px) {
  .industry-related__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .industry-related__inner {
    width: 100%;
    padding: 40px 16px 80px;
  }
}
.industry-related__box {
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .industry-related__box {
    padding-bottom: 80px;
  }
}
.industry-related__box02 {
  padding-bottom: 178px;
}
@media (max-width: 767px) {
  .industry-related__box02 {
    padding-bottom: 80px;
  }
}

.industry02-related__inner {
  max-width: 1256px;
  margin: 0 auto;
  padding: 60px 0 120px;
}
@media (max-width: 1255px) {
  .industry02-related__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .industry02-related__inner {
    width: 100%;
    padding: 40px 16px 100px;
  }
}
.industry02-related__box {
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .industry02-related__box {
    padding-bottom: 80px;
  }
}
.industry02-related__box02 {
  padding-bottom: 178px;
}
@media (max-width: 767px) {
  .industry02-related__box02 {
    padding-bottom: 80px;
  }
}

.qa_content__inner {
  max-width: 1256px;
  margin: 0 auto;
  padding: 60px 0 130px;
}
@media (max-width: 1255px) {
  .qa_content__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .qa_content__inner {
    width: 100%;
    padding: 30px 16px 80px;
  }
}

.case-main.-case001_stationery {
  background: url(/image/sbsskhi_solution_case001_stationery_main_pc.jpg) no-repeat 40% center/47%;
  background-position: right;
}
@media (max-width: 767px) {
  .case-main.-case001_stationery {
    background: none;
    height: auto;
  }
}
.case-main.-case002_glasses {
  background: url(/image/sbsskhi_solution_case002_glasses_main_pc.jpg) no-repeat 40% center/47%;
  background-position: right;
}
@media (max-width: 767px) {
  .case-main.-case002_glasses {
    background: none;
    height: auto;
  }
}
.case-main.-case003_air {
  background: url(/image/sbsskhi_solution_case003_air_main_pc.jpg) no-repeat 40% center/47%;
  background-position: right;
}
@media (max-width: 767px) {
  .case-main.-case003_air {
    background: none;
    height: auto;
  }
}
.case-main.-case004_seedling {
  background: url(/image/sbsskhi_solution_case004_seedling_main_pc.jpg) no-repeat 40% center/47%;
  background-position: right;
}
@media (max-width: 767px) {
  .case-main.-case004_seedling {
    background: none;
    height: auto;
  }
}
.case-main.-case005_barber {
  background: url(/image/sbsskhi_solution_case005_barber_main_pc.jpg) no-repeat 40% center/47%;
  background-position: right;
}
@media (max-width: 767px) {
  .case-main.-case005_barber {
    background: none;
    height: auto;
  }
}
.case-main.-case006_foodstuffs {
  background: url(/image/sbsskhi_solution_case006_foodstuffs_main_pc.jpg) no-repeat 40% center/47%;
  background-position: right;
}
@media (max-width: 767px) {
  .case-main.-case006_foodstuffs {
    background: none;
    height: auto;
  }
}
.case-main.-case007_regulardelivery {
  background: url(/image/sbsskhi_solution_case007_regulardelivery_main_pc.jpg) no-repeat 40% center/47%;
  background-position: right;
}
@media (max-width: 767px) {
  .case-main.-case007_regulardelivery {
    background: none;
    height: auto;
  }
}
.case-main.-case009_nursing {
  background: url(/image/sbsskhi_solution_case009_nursing_main_pc.jpg) no-repeat 40% center/47%;
  background-position: right;
}
@media (max-width: 767px) {
  .case-main.-case009_nursing {
    background: none;
    height: auto;
  }
}
.case-main.-case010_hardware {
  background: url(/image/sbsskhi_solution_case010_hardware_main_pc.jpg) no-repeat 40% center/47%;
  background-position: right;
}
@media (max-width: 767px) {
  .case-main.-case010_hardware {
    background: none;
    height: auto;
  }
}
.case-main.-case011_insurance {
  background: url(/image/sbsskhi_solution_case011_insurance_main_pc.jpg) no-repeat 40% center/47%;
  background-position: right;
}
@media (max-width: 767px) {
  .case-main.-case011_insurance {
    background: none;
    height: auto;
  }
}
.case-main.-case012_cleaning {
  background: url(/image/sbsskhi_solution_case012_cleaning_main_pc.jpg) no-repeat 40% center/47%;
  background-position: right;
}
@media (max-width: 767px) {
  .case-main.-case012_cleaning {
    background: none;
    height: auto;
  }
}
.case-main.-case013_pharmacy {
  background: url(/image/sbsskhi_solution_case013_pharmacy_main_pc.jpg) no-repeat 40% center/47%;
  background-position: right;
}
@media (max-width: 767px) {
  .case-main.-case013_pharmacy {
    background: none;
    height: auto;
  }
}
.case-main.-case014_cramschool {
  background: url(/image/sbsskhi_solution_case014_cramschool_main_pc.jpg) no-repeat 40% center/47%;
  background-position: right;
}
@media (max-width: 767px) {
  .case-main.-case014_cramschool {
    background: none;
    height: auto;
  }
}

.case-pagelink__inner {
  max-width: 1256px;
  margin: 0 auto;
  padding: 24px 0 64px;
}
@media (max-width: 1255px) {
  .case-pagelink__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .case-pagelink__inner {
    width: 100%;
    padding: 24px 16px 20px;
  }
}

.case-benefits {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .case-benefits {
    margin-top: 0;
  }
}
.case-benefits__inner {
  padding: 64px 0 64px;
  max-width: 1256px;
  margin: 0 auto;
}
@media (max-width: 1255px) {
  .case-benefits__inner {
    padding: 64px 16px 64px;
  }
}
@media (max-width: 767px) {
  .case-benefits__inner {
    padding: 20px 16px 20px;
  }
}

.case-purpose__inner {
  padding: 20px 0 96px;
  max-width: 1256px;
  margin: 0 auto;
}
@media (max-width: 1255px) {
  .case-purpose__inner {
    padding: 20px 16px 96px;
  }
}
@media (max-width: 767px) {
  .case-purpose__inner {
    padding: 20px 16px 96px;
  }
}

.case-case {
  background-color: #F3F3F3;
}
.case-case__inner {
  padding: 60px 0 65px;
  max-width: 1256px;
  margin: 0 auto;
}
@media (max-width: 1255px) {
  .case-case__inner {
    padding: 60px 16px 65px;
  }
}
@media (max-width: 767px) {
  .case-case__inner {
    padding: 35px 16px 45px;
  }
}

.case-question__inner {
  max-width: 1256px;
  margin: 0 auto;
  padding: 80px 0 60px;
}
@media (max-width: 1255px) {
  .case-question__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .case-question__inner {
    width: 100%;
    padding: 60px 16px 32px;
  }
}

.solution-inquiry__inner {
  max-width: 1256px;
  margin: 0 auto;
  padding: 0 0 120px;
}
@media (max-width: 1255px) {
  .solution-inquiry__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .solution-inquiry__inner {
    width: 100%;
    padding: 0 16px 80px;
  }
}

.case-inquiry__inner {
  max-width: 1256px;
  margin: 0 auto;
  padding: 60px 0 50px;
}
@media (max-width: 1255px) {
  .case-inquiry__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .case-inquiry__inner {
    width: 100%;
    padding: 32px 16px 32px;
  }
}

.case-related__inner {
  max-width: 1256px;
  margin: 0 auto;
  padding: 57px 0 90px;
}
@media (max-width: 1255px) {
  .case-related__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .case-related__inner {
    width: 100%;
    padding: 20px 16px 80px;
  }
}

.sp-map-box {
  width: 100%;
  height: 500px;
}
@media (max-width: 767px) {
  .sp-map-box {
    width: 100%;
    height: 75vw;
  }
}

@media (min-width: 1256px) {
  .threepl-about-box2 {
    overflow: none;
    width: 941px;
    height: 333px;
    background: url(/image/sbslgcm_3pl_about_img2.jpg) 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(/image/sbslgcm_3pl_about_img3.jpg) 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;
}

.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;
}
.warehouse-slide-card__area span {
  font-size: 2.1rem;
  font-weight: 500;
  color: #B9103C;
  margin-left: 8px;
}
.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;
}
.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;
}

@media (max-width: 767px) {
  .c-btn {
    font-size: 1.6rem;
  }
}

@media (max-width: 767px) {
  .l-footer {
    padding-bottom: 72px;
  }
}

