@charset "UTF-8";
/*----- base-font-family -----*/
.c-pagetop {
  width: 100%;
  height: 46px;
}
.c-pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #4A4A4A;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
}
.c-pagetop a::before {
  content: "\e906";
  font-size: 2rem;
  font-family: "icomoon";
  font-weight: 400;
  margin-right: 16px;
}
@media (min-width: 1256px) {
  .c-pagetop a:hover {
    opacity: 0.8;
  }
}

.l-footer {
  margin-bottom: 96px;
}
@media (max-width: 1255px) {
  .l-footer {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .l-footer {
    margin-bottom: 0;
  }
}
.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: 767px) {
  .l-footer__bottom {
    height: auto;
    max-width: 100%;
  }
}
.l-footer__bottom ul {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .l-footer__bottom ul {
    flex-wrap: wrap;
    max-width: 100%;
    padding: 16px 0;
  }
  .l-footer__bottom ul li {
    width: 29%;
    margin-left: 2%;
    margin-right: 2%;
    text-align: center;
  }
  .l-footer__bottom ul li:nth-child(1) {
    width: 100%;
  }
}
.l-footer__bottom ul li:not(:last-child) {
  margin-right: 100px;
}
@media (max-width: 767px) {
  .l-footer__bottom ul li:not(:last-child) {
    margin-right: 2%;
  }
}
.l-footer__bottom a {
  font-size: 1.2rem;
  color: #fff;
}
@media (min-width: 1256px) {
  .l-footer__bottom a:hover {
    opacity: 0.7;
  }
}
.l-footer__copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 46px;
  font-size: 1.2rem;
  color: #fff;
  background: linear-gradient(135deg, #B9103C 0%, #E55A00 100%);
}
@media (max-width: 1255px) {
  .l-footer__copyright {
    height: 38px;
  }
}
@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;
  }
}
@media (max-width: 1255px) {
  .c-footer-menu ul {
    display: none;
    font-size: 1.3rem;
  }
  .c-footer-menu ul li {
    border-bottom: 1px solid #696969;
  }
  .c-footer-menu ul li a {
    display: block;
    padding: 12px;
    position: relative;
  }
  .c-footer-menu ul li a::before {
    content: "\e904";
    font-size: 1.6rem;
    font-family: "icomoon";
    font-weight: 400;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 3px;
  }
  .c-footer-menu ul li a[target=_blank]::before {
    content: "\e911";
  }
}
@media (min-width: 1256px) {
  .c-footer-menu__btn {
    display: none;
  }
}
@media (max-width: 1255px) {
  .c-footer-menu__btn {
    width: 100%;
    padding: 12px 0;
    border-bottom: 1px solid #DFDFDF;
    display: block;
    position: relative;
  }
  .c-footer-menu__btn::before {
    content: "";
    width: 20px;
    height: 1px;
    background: #E55A00;
    position: absolute;
    bottom: -1px;
    left: 0;
  }
  .c-footer-menu__btn::after {
    content: "\e904";
    font-family: "icomoon";
    font-weight: 400;
    font-size: 1.8rem;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
  }
  .c-footer-menu__btn.-add::after {
    content: "\e909";
    font-size: 2.2rem;
  }
  .c-footer-menu__btn.-add.-active::after {
    content: "\e90e";
  }
}
@media (max-width: 767px) {
  .c-footer-menu__btn {
    padding: 12px 20px 12px 0;
  }
}
@media (min-width: 1256px) {
  .c-footer-menu__top {
    font-size: 1.5rem;
    border-bottom: 1px solid #DFDFDF;
    margin-bottom: 15px;
    padding-bottom: 10px;
    position: relative;
  }
  .c-footer-menu__top + .c-footer-menu__top {
    margin-top: 28px;
  }
  .c-footer-menu__top::before {
    content: "";
    width: 20px;
    height: 1px;
    background: #E55A00;
    position: absolute;
    bottom: -1px;
    left: 0;
  }
  .c-footer-menu__top a::after {
    content: "\e904";
    font-family: "icomoon";
    font-weight: 400;
    margin-left: 6px;
  }
}
@media (max-width: 1255px) {
  .c-footer-menu__top.-pc-only {
    display: none;
  }
  .c-footer-menu__top a::after {
    content: "トップ";
  }
}

.-contact .l-footer {
  margin-bottom: 0 !important;
}
.-contact .l-footer__bottom {
  background: #2b2b2b;
}

.l-header {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.44);
  background: #fff;
  transition: 0.3s all;
  z-index: 9999;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .l-header__inner {
    flex-wrap: nowrap;
    padding-top: 32px;
    height: 82px;
  }
}
@media (min-width: 1256px) {
  .-scroll .l-header__inner {
    align-items: center;
  }
}
.l-header__logo {
  padding: 10px 40px 0 40px;
}
.l-header__logo a {
  display: flex;
  align-items: flex-end;
}
.l-header__logo img {
  transition: 0.3s all;
  width: 100%;
  height: auto;
}
.l-header__logo img:nth-child(2) {
  display: none;
}
.l-header:not(.-scroll) .l-header__logo img {
  display: block;
}
.l-header:not(.-scroll) .l-header__logo img:nth-child(1) {
  display: none;
}
@media (min-width: 1256px) {
  .-scroll .l-header__logo {
    padding-top: 0px;
  }
  .-scroll .l-header__logo a {
    max-width: 274px;
  }
  .l-header__logo a:hover {
    opacity: 0.8;
  }
}
@media (max-width: 1255px) {
  .l-header__logo {
    flex: 1 0 0%;
    padding: 16px 20px;
  }
  .l-header__logo a {
    max-width: 228px;
  }
}
@media (max-width: 767px) {
  .l-header__logo {
    padding: 8px 10px;
  }
  .l-header__logo a {
    max-width: 195px;
  }
}
.l-header__logo-50th {
  margin-left: 18px;
  width: 55px !important;
  transition: none !important;
}
.l-header.-scroll .l-header__logo-50th {
  width: 48px !important;
  transition: none;
}
@media (max-width: 1255px) {
  .l-header.-scroll .l-header__logo-50th {
    width: 38px !important;
  }
}
@media (max-width: 767px) {
  .l-header.-scroll .l-header__logo-50th {
    width: 30px !important;
  }
}
@media (max-width: 1255px) {
  .l-header__logo-50th {
    width: 38px !important;
  }
}
@media (max-width: 767px) {
  .l-header__logo-50th {
    margin-left: 10px;
    width: 30px !important;
  }
}
@media (min-width: 1256px) {
  .l-header__btn {
    display: none;
  }
}
@media (max-width: 1255px) {
  .l-header__btn {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.l-header__subnav {
  padding: 10px 10px 8px 0;
}
@media (min-width: 1256px) {
  .-scroll .l-header__subnav {
    padding: 5px 10px 5px 0;
  }
}
@media (max-width: 1255px) {
  .l-header__subnav {
    padding: 0;
    margin-right: 60px;
  }
}
@media (max-width: 767px) {
  .l-header__subnav {
    margin-right: 40px;
  }
}
.l-header__mainnav {
  width: 100%;
  padding: 10px 10px 0;
}
@media (min-width: 1256px) {
  .l-header__mainnav {
    display: block !important;
  }
  .-scroll .l-header__mainnav {
    padding-top: 0px;
  }
}
@media (max-width: 1255px) {
  .l-header__mainnav {
    max-height: calc(100vh - 68px);
    overflow-y: scroll;
    display: none;
    padding: 0;
    position: absolute;
    top: 69px;
    left: 0;
    background: #fff;
  }
}
@media (max-width: 767px) {
  .l-header__mainnav {
    top: 83px;
  }
}
@media (min-width: 1256px) {
  .l-header__bottom {
    display: none;
  }
}
@media (max-width: 1255px) {
  .l-header__bottom {
    padding: 24px 20px;
  }
  .l-header__bottom > ul li {
    font-weight: 500;
  }
  .l-header__bottom > ul li a {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
  }
  .l-header__bottom > ul li a::before {
    color: #E55A00;
    font-size: 2.6rem;
    font-family: "icomoon";
    font-weight: 400;
    margin-right: 6px;
  }
  .l-header__bottom > ul li:first-child a::before {
    content: "\e90f";
  }
  .l-header__bottom > ul li:last-child a::before {
    content: none;
  }
}
.l-header__bottom-contact-btn a {
  background: linear-gradient(to right, #F68306, #DD1F01);
  color: #fff;
  border: none;
  justify-content: center;
  width: 70%;
  height: 42px;
  margin: 30px auto 0;
  border-radius: 21px;
  padding: 8px 33px;
}
.l-header__bottom-contact-btn a::before {
  content: none;
}

.l-subnav {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  font-weight: 500;
}
@media (max-width: 1255px) {
  .l-subnav {
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .l-subnav__lang {
    margin-right: 0;
  }
}
.l-subnav__contact {
  margin-right: 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 (max-width: 1255px) {
  .l-subnav__contact {
    margin-top: 18px;
  }
  .l-subnav__contact a {
    background: linear-gradient(to right, #F68306, #DD1F01);
    color: #fff;
    border: none;
    height: 42px;
    border-radius: 21px;
    padding: 8px 33px;
    transition: 0.3s all;
  }
}
@media (max-width: 767px) {
  .l-subnav__contact {
    display: none;
  }
}
.l-subnav__btns {
  display: flex;
  align-items: center;
}
@media (max-width: 1255px) {
  .l-subnav__btns {
    flex-direction: column;
  }
}
@media (max-width: 1255px) {
  .l-subnav__search {
    display: none !important;
  }
}
@media (max-width: 1255px) {
  .l-subnav__lang {
    order: 1;
  }
}
@media (max-width: 767px) {
  .l-subnav__group {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.c-gnav-item {
  color: #2B2B2B;
}
@media (min-width: 1256px) {
  .c-gnav-item {
    color: #333333;
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 1256px) {
  .c-gnav-item__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 100%;
    font-size: 1.5rem;
    font-weight: 700;
    transition: 0.3s all;
    position: relative;
  }
  .c-gnav-item__btn::after {
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
    content: "\e90b";
    font-family: "icomoon";
    font-weight: 400;
    color: #E55A00;
  }
  .c-gnav-item__btn:hover {
    color: #E55A00;
    background: rgba(229, 90, 0, 0.1);
    transition: 0.3s all;
  }
  .c-gnav-item__btn.-active {
    color: #E55A00;
  }
  .c-gnav-item__btn.-active::after {
    content: "\e90c";
  }
}
@media (max-width: 1255px) {
  .c-gnav-item__btn {
    display: block;
    padding: 14px 0;
    border-bottom: 1px solid #DFDFDF;
    font-size: 1.4rem;
    font-weight: 500;
    position: relative;
    width: 100%;
  }
  .c-gnav-item__btn::before {
    content: "";
    display: block;
    width: 18px;
    height: 1px;
    background: #E55A00;
    position: absolute;
    bottom: -1px;
    left: 0;
  }
  .c-gnav-item__btn::after {
    content: "\e909";
    font-family: "icomoon";
    font-weight: 400;
    color: #E55A00;
    font-size: 2.2em;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
  }
  .c-gnav-item__btn.-active::after {
    content: "\e90e";
  }
}
.c-gnav-item .is-current {
  color: #E55A00;
}
@media (min-width: 1256px) {
  .c-gnav-item__btn-line {
    border-left: 1px solid #DDD;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 1256px) {
  .c-gnav-item__btn-line-first {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.c-gnav-item__menu-pc {
  display: none;
  width: 100vw;
  background: rgba(11, 11, 11, 0.9);
  padding: 55px 20px;
  position: fixed;
  top: 118px;
  left: 0;
}
.-scroll .c-gnav-item__menu-pc {
  top: 100px;
}
.c-gnav-item__menu-sp {
  display: none;
}
@media (min-width: 1256px) {
  .c-gnav-item__menu-sp {
    display: none !important;
  }
}
@media (max-width: 1255px) {
  .c-gnav-item__menu-sp li a {
    display: block;
    padding: 12px;
    font-size: 1.3rem;
    border-bottom: 1px solid #EBEBEB;
    position: relative;
  }
  .c-gnav-item__menu-sp li a::before {
    content: "\e904";
    font-size: 1.6rem;
    font-family: "icomoon";
    font-weight: 400;
    color: #E55A00;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 3px;
  }
  .c-gnav-item__menu-sp li a[target=_blank]::before {
    content: "\e911";
  }
}

.c-gnav-content {
  max-width: 1256px;
  margin: 0 auto;
  color: #fff;
  font-weight: 500;
}
.c-gnav-content__box {
  display: flex;
}
.c-gnav-content__top {
  width: 300px;
  margin-right: 50px;
}
.c-gnav-content__top p {
  font-size: 1.3rem;
  line-height: 2;
}
.c-gnav-content__link-box {
  width: calc(100% - 350px);
}
.c-gnav-content__box-title {
  font-size: 2.4rem;
  font-weight: 400;
}
.c-gnav-content__box-title .box-title-link {
  text-decoration: none;
  position: relative;
}
.c-gnav-content__box-title .box-title-link:hover {
  opacity: 0.7;
}
.c-gnav-content .box-title-icon {
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 0;
  right: -38px;
  cursor: pointer;
  z-index: 1;
  transition: 0.3s all;
  border-radius: 100%;
  border: 1px solid #E55A00;
  background: #fff;
}
.c-gnav-content .box-title-icon::before {
  content: "\e904";
  font-family: "icomoon";
  font-weight: normal;
  font-size: 1.6rem;
  color: #E55A00;
  position: absolute;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s all;
}
.c-gnav-content__card {
  flex: 1 0 0%;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
  margin-top: 20px;
  font-weight: 500;
}
.c-gnav-content__inner {
  width: calc(50% - 16px);
  margin-right: 16px;
}
.c-gnav-content__inner:nth-child(2) {
  margin-right: 0;
}
.c-gnav-content__box {
  display: flex;
  flex-wrap: wrap;
}
.c-gnav-content__card-title {
  width: 100%;
  display: block;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 15px;
  padding-bottom: 10px;
  position: relative;
}
.c-gnav-content__card-title::after {
  content: "";
  width: 20px;
  height: 1px;
  background: #e55a00;
  position: absolute;
  bottom: -1px;
  left: 0;
  color: #E55A00;
}
.c-gnav-content__card-title[target=_blank]::after {
  content: "\e911";
}
.c-gnav-content__item {
  width: calc(25% - 6px);
  margin-right: 2px;
}
.c-gnav-content__item:nth-child(4) {
  margin-right: 0;
}
.c-gnav-content__item:nth-child(n+5) {
  margin-top: 24px;
}
.c-gnav-content__item02 {
  width: calc(50% - 8px);
  margin-right: 16px;
}
.c-gnav-content__item02:nth-child(2) {
  margin-right: 0;
}
.c-gnav-content__img img {
  width: 100%;
  margin-bottom: 6px;
}
.c-gnav-content__img a:hover {
  opacity: 0.7;
}
.c-gnav-content__img a span::after {
  content: "\e904";
  font-family: "icomoon";
  font-weight: 400;
  margin-left: 6px;
  color: #E55A00;
}
.c-gnav-content__text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 8px;
  border-bottom: 1px solid #777;
  width: 95%;
  white-space: nowrap;
}
.c-gnav-content__text:not(:first-child) {
  margin-top: 16px;
}
.c-gnav-content__text:hover {
  opacity: 0.7;
}
.c-gnav-content__text::after {
  content: "\e904";
  font-family: "icomoon";
  font-weight: 400;
  margin-left: 6px;
  color: #E55A00;
}
.c-gnav-content__text[target=_blank]::after {
  content: "\e911";
}
.c-gnav-content__text02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 8px;
  border-bottom: 1px solid #777;
  width: 100%;
}
.c-gnav-content__text02:not(:first-child) {
  margin-top: 16px;
}
.c-gnav-content__text02:hover {
  opacity: 0.7;
}
.c-gnav-content__text02::after {
  content: "\e904";
  font-family: "icomoon";
  font-weight: 400;
  margin-left: 6px;
  color: #E55A00;
}
.c-gnav-content__text02[target=_blank]::after {
  content: "\e911";
}

@media (min-width: 1256px) {
  .l-gnav {
    display: flex;
    justify-content: flex-start;
    max-width: 1256px;
    margin: 0 auto;
  }
}
@media (max-width: 1255px) {
  .l-gnav {
    padding: 10px 20px;
  }
}
@media (min-width: 1256px) {
  .l-gnav__item {
    width: 16.6666667%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 0;
    transition: 0.3s all;
  }
  .l-gnav__item:not(:last-child) {
    padding-right: 0;
  }
}
@media (max-width: 1255px) {
  .l-gnav__item {
    position: relative;
  }
}
@media (min-width: 1256px) {
  .l-gnav__link {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 700;
    width: 100%;
    height: 100%;
  }
  .l-header:not(.-scroll) .l-gnav__link:not(:hover) {
    color: #333333;
  }
  .l-gnav__link:hover {
    color: #E55A00;
    background: rgba(229, 90, 0, 0.1);
    transition: 0.3s all;
  }
}
@media (max-width: 1255px) {
  .l-gnav__link {
    display: block;
    padding: 14px 0;
    border-bottom: 1px solid #DFDFDF;
    font-size: 1.4rem;
    font-weight: 500;
    position: relative;
    width: 100%;
  }
  .l-gnav__link::before {
    content: "";
    display: block;
    width: 18px;
    height: 1px;
    background: #E55A00;
    position: absolute;
    bottom: -1px;
    left: 0;
  }
  .l-gnav__link::after {
    content: "\e904";
    font-family: "icomoon";
    font-weight: 400;
    color: #E55A00;
    font-size: 1.6rem;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 3px;
  }
}
@media (max-width: 767px) {
  .l-gnav__link {
    padding: 14px 20px 14px 0;
  }
}
.l-gnav__link.is-current .c-gnav-item__btn-line {
  color: #E55A00;
}

@media (max-width: 1255px) {
  .c-header-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 60px;
    height: 68px;
    position: relative;
  }
  .c-header-btn span {
    display: block;
    width: 22px;
    height: 2px;
    background: #E55A00;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    transition: 0.3s all;
  }
  .c-header-btn span:first-child {
    top: 26px;
  }
  .c-header-btn span:last-child {
    top: 40px;
  }
  .c-header-btn.-active span:first-child {
    top: 33px;
    transform: translateX(-50%) rotate(45deg);
  }
  .c-header-btn.-active span:nth-child(2) {
    display: none;
  }
  .c-header-btn.-active span:last-child {
    top: 33px;
    transform: translateX(-50%) rotate(-45deg);
  }
}
@media (max-width: 767px) {
  .c-header-btn {
    width: 45px;
    height: 50px;
  }
  .c-header-btn span:first-child {
    top: 17px;
  }
  .c-header-btn span:last-child {
    top: 31px;
  }
  .c-header-btn.-active span:first-child, .c-header-btn.-active span:last-child {
    top: 25px;
  }
}

.c-header-lang {
  position: relative;
}
@media (max-width: 767px) {
  .c-header-lang {
    font-size: 1.1rem;
  }
}
.c-header-lang__btn {
  transition: 0.3s all;
}
.l-header:not(.-scroll) .c-header-lang__btn:not(:hover) {
  color: #333333;
}
.c-header-lang__btn::after {
  content: "\e90b";
  font-family: "icomoon";
  font-weight: 400;
  margin-left: 6px;
  color: #E55A00;
}
@media (min-width: 1256px) {
  .c-header-lang__btn:hover {
    color: #E55A00;
  }
}
@media (max-width: 1255px) {
  .c-header-lang__btn {
    margin-right: 8px;
  }
}
.c-header-lang__btn.-active {
  color: #E55A00;
}
.c-header-lang__btn.-active::after {
  content: "\e90c";
}
.c-header-lang__select {
  display: none;
  width: 120px;
  padding: 16px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: absolute;
  top: 24px;
  right: 0;
  z-index: 9999;
}
.c-header-lang__list li:not(:last-child) {
  margin-bottom: 0.5em;
}
.c-header-lang__list a:hover {
  color: #E55A00;
}

.c-header-search {
  position: relative;
}
@media (max-width: 1255px) {
  .c-header-search {
    margin-bottom: 16px;
  }
}
.c-header-search__main {
  display: none;
  position: absolute;
  top: 0;
  left: 48px;
  transform: translateX(-100%);
  z-index: 9999;
  width: 0;
  height: 42px;
  background: #fff;
  border-bottom: 1px solid #4E0015;
}
@media (min-width: 1256px) {
  .c-header-search__open {
    width: 48px;
    height: 42px;
    position: relative;
    transition: 0.3s all;
  }
  .c-header-search__open::after {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    content: "\e907";
    font-size: 2.4rem;
    font-family: "icomoon";
    font-weight: 400;
    position: absolute;
    top: 0;
    left: 0;
    color: #b9103c;
  }
  .c-header-search__open:hover {
    opacity: 0.8;
  }
}
@media (min-width: 1256px) {
  .c-header-search__input {
    width: 100%;
    height: 42px;
    padding: 8px 84px 8px 8px;
    font-size: 1.4rem;
  }
}
@media (max-width: 1255px) {
  .c-header-search__input {
    width: 100%;
    height: 40px;
    padding: 4px 80px 4px 8px;
    border-bottom: 1px solid #4E0015;
    font-size: 1.6rem;
  }
}
.c-header-search__submit {
  color: #9E052B;
  position: absolute;
  top: 0;
}
.c-header-search__submit::before {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  content: "\e907";
  font-size: 2.4rem;
  font-family: "icomoon";
  font-weight: 400;
}
@media (min-width: 1256px) {
  .c-header-search__submit {
    height: 41px;
    width: 42px;
    right: 42px;
  }
}
@media (max-width: 1255px) {
  .c-header-search__submit {
    width: 39px;
    height: 40px;
    right: 0;
  }
}
.c-header-search__clear {
  position: absolute;
  top: 0;
  right: 0;
}
.c-header-search__clear::before {
  content: "";
  width: 1px;
  height: 28px;
  background: #C7C7C7;
  position: absolute;
  top: 7px;
  left: 0;
}
.c-header-search__clear span {
  display: block;
  width: 18px;
  height: 2px;
  background: #797979;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 20px;
  transition: 0.3s all;
}
.c-header-search__clear span:first-child {
  transform: translateX(-50%) rotate(45deg);
}
.c-header-search__clear span:last-child {
  transform: translateX(-50%) rotate(-45deg);
}
@media (min-width: 1256px) {
  .c-header-search__clear {
    height: 41px;
    width: 42px;
  }
}
@media (max-width: 1255px) {
  .c-header-search__clear {
    display: none;
    width: 40px;
    height: 40px;
  }
}

.c-header-group__btn {
  background: #fff;
  color: #E55A00;
  border: 1px solid #E55A00;
}

@media (min-width: 1256px) {
  .page-wrap {
    padding: 0 20px;
    margin: 260px auto 100px;
    max-width: 1236px;
  }
}
@media (max-width: 1255px) {
  .page-wrap {
    padding: 0 20px;
    margin: 260px auto 100px;
    max-width: 1000px;
  }
}
@media (max-width: 767px) {
  .page-wrap {
    padding: 0 20px;
    margin: 90px auto 100px;
    max-width: 90%;
  }
}

.page-box {
  word-wrap: break-word;
}
@media (min-width: 1256px) {
  .page-box {
    width: 100%;
  }
}
@media (max-width: 1255px) {
  .page-box {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .page-box {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .-contact .l-header__inner {
    padding-top: 0;
    height: 50px;
  }
  .-contact .l-header__mainnav {
    top: 50px;
  }
}
@media (min-width: 1256px) {
  .-contact.-scroll .l-header__inner {
    padding-top: 10px;
  }
  .-contact.-scroll .l-header__mainnav {
    margin-top: 10px;
  }
}
.-contact .l-header__mainnav {
  padding-bottom: 10px;
}

.-page-analytics .l-header {
  position: relative;
}
.-page-analytics .l-header .c-gnav-item__menu-pc {
  position: absolute;
  top: 118px;
}
.-page-analytics .l-main {
  margin-top: 0;
}

.l-localnav {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 1255px) {
  .l-localnav {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1256px) {
  .l-localnav a:hover {
    color: #E55A00;
  }
}
.l-localnav__second-link {
  display: flex;
  align-items: center;
  padding: 2px 16px 16px;
  font-weight: 700;
  border-bottom: 1px solid #DDD;
}
@media (min-width: 1256px) {
  .l-localnav__second-link {
    border-left: 1px solid #DDD;
  }
}
@media (max-width: 1255px) {
  .l-localnav__second-link {
    width: 100%;
    padding: 16px 12px;
    border-top: 0px solid #DDD;
  }
  .l-localnav-bottom .l-localnav__second-link {
    border-top: 0px solid #DDD;
  }
}
.l-localnav__second-link::after {
  content: "\e904";
  font-family: "icomoon";
  font-weight: 400;
  margin-left: 6px;
  color: #E55A00;
}
.l-localnav__third {
  width: 100%;
}
@media (max-width: 1255px) {
  .l-localnav__third {
    display: flex;
    flex-wrap: wrap;
    padding: 8px 0;
    border-bottom: 0px solid #DDD;
  }
  .l-localnav-bottom .l-localnav__third {
    border-bottom: 1px solid #DDD;
  }
}
.l-localnav__third-item.-current .l-localnav__fourth {
  display: block !important;
}
@media (max-width: 1255px) {
  .l-localnav__third-item.-current {
    flex: 1 0 100%;
  }
}
@media (max-width: 1255px) {
  .l-localnav__third-item {
    width: 33.3%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 767px) and (min-width: 500px) {
  .l-localnav__third-item {
    width: 50%;
  }
}
@media (max-width: 767px) and (max-width: 499px) {
  .l-localnav__third-item {
    width: 100%;
  }
}
.l-localnav__third-link {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 16px 20px 16px 16px;
  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-main {
  margin-top: 118px;
  overflow: hidden;
}
@media (max-width: 1255px) {
  .l-main {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .l-main {
    margin-top: 82px;
  }
}
@media (max-width: 767px) {
  .l-main.-contact {
    margin-top: 50px;
  }
}

.l-content {
  padding: 0 20px 80px;
  background: #fff;
}
.l-content__inner {
  max-width: 1256px;
  margin: 0 auto;
  padding: 60px 0 0;
}
@media (max-width: 1255px) {
  .l-content__inner {
    padding: 40px 0 0;
  }
}
@media (min-width: 1256px) {
  .l-content__inner.-col2 {
    display: flex;
  }
}
.l-content__main {
  width: 100%;
}
@media (min-width: 1256px) {
  .-col2 .l-content__main {
    width: calc(100% - 315px);
  }
}
@media (min-width: 1256px) {
  .l-content__localnav {
    width: 195px;
    margin-left: 120px;
  }
}
@media (max-width: 1255px) {
  .l-content__localnav {
    margin-top: 40px;
  }
}

.l-pagetitle {
  padding: 0 20px;
  /* pagetitle recruit */
}
.l-pagetitle.-large {
  background: no-repeat center center/cover;
  height: 37.5vw;
}
.l-pagetitle.-large .l-pagetitle__inner {
  padding-top: 16vw;
}
@media (min-width: 1440px) {
  .l-pagetitle.-large {
    height: 540px;
  }
  .l-pagetitle.-large .l-pagetitle__inner {
    padding-top: 300px;
  }
}
@media (max-width: 767px) {
  .l-pagetitle.-large {
    height: 101.3vw;
  }
  .l-pagetitle.-large .l-pagetitle__inner {
    padding-top: 60vw;
  }
}
.l-pagetitle.-medium {
  background: no-repeat center center/cover;
  height: 20vw;
}
@media (min-width: 768px) {
  .l-pagetitle.-medium .l-pagetitle__inner {
    height: 100%;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1440px) {
  .l-pagetitle.-medium {
    height: 260px;
  }
}
@media (max-width: 767px) {
  .l-pagetitle.-medium {
    height: 74.6vw;
  }
  .l-pagetitle.-medium .l-pagetitle__inner {
    padding-top: 40vw;
  }
}
@media (max-width: 767px) {
  .l-pagetitle.-sp-medium {
    height: 74.6vw;
  }
  .l-pagetitle.-sp-medium .l-pagetitle__inner {
    padding-top: 40vw;
  }
}
.l-pagetitle.-strengths {
  background-image: url(/image/sbstlog_strengths_bg_pagetitle-pc.jpg);
}
@media (max-width: 767px) {
  .l-pagetitle.-strengths {
    background-image: url(/image/sbstlog_strengths_bg_pagetitle-sp.jpg);
  }
}
.l-pagetitle.-logistics {
  background-image: url(/image/sbstlog_logistics_bg_pagetitle-pc.jpg);
}
@media (max-width: 767px) {
  .l-pagetitle.-logistics {
    background-image: url(/image/sbstlog_logistics_bg_pagetitle-sp.jpg);
  }
}
.l-pagetitle.-company {
  background-image: url(/image/sbstlog_company_bg_pagetitle-pc.jpg);
}
@media (max-width: 767px) {
  .l-pagetitle.-company {
    background-image: url(/image/sbstlog_company_bg_pagetitle-sp.jpg);
  }
}
.l-pagetitle.-recruit {
  background-image: url(/image/sbstlog_recruit_bg_pagetitle-pc.jpg);
}
@media (max-width: 767px) {
  .l-pagetitle.-recruit {
    background-image: url(/image/sbstlog_recruit_bg_pagetitle-sp.jpg);
  }
}
.l-pagetitle.-ir {
  position: relative;
}
.l-pagetitle.-small .l-pagetitle__inner {
  padding-top: 32px;
}
.l-pagetitle__inner {
  max-width: 1256px;
  margin: 0 auto;
}
.l-pagetitle__heading {
  color: #fff;
  font-size: 5.4rem;
  font-weight: 700;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.74);
}
@media (max-width: 767px) {
  .l-pagetitle__heading {
    font-size: 3.6rem;
    font-weight: 700;
  }
}
.l-pagetitle.-contact .l-pagetitle__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-pagetitle.-contact .l-pagetitle__contact {
  width: 195px;
}
.l-pagetitle.-international .l-pagetitle__banner, .l-pagetitle.-relocation .l-pagetitle__banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1256px) {
  .l-pagetitle.-international .l-pagetitle__banner, .l-pagetitle.-relocation .l-pagetitle__banner {
    width: 941px;
  }
}
@media (max-width: 1255px) {
  .l-pagetitle.-international .l-pagetitle__banner, .l-pagetitle.-relocation .l-pagetitle__banner {
    width: 100%;
  }
}
.l-pagetitle.-international .l-pagetitle__banner .c-figure__img {
  max-width: 350px;
}
.l-pagetitle.-relocation .l-pagetitle__banner .c-figure__img {
  max-width: 450px;
}
.l-pagetitle.-entry .l-pagetitle__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 767px) {
  .l-pagetitle.-entry .l-pagetitle__inner {
    gap: 24px 0;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .l-pagetitle.-entry .c-sbstlog-heading {
    width: calc(100% - 195px - 24px);
  }
}
@media (max-width: 767px) {
  .l-pagetitle.-entry .c-sbstlog-heading {
    width: 100%;
  }
}
.l-pagetitle.-entry .l-pagetitle__entry {
  width: 195px;
}
.l-pagetitle.-entry .l-btns {
  margin: 0;
}
.l-pagetitle.-entry .l-btns__item {
  margin: 0;
}
.l-pagetitle.-entry .c-btn {
  min-width: 195px;
}

.side-contact {
  text-align: center;
  line-height: 1.3;
}
.side-contact > span {
  display: block;
}
.side-contact__title {
  letter-spacing: -0.06rem;
  font-size: 12px;
  color: #444;
}
.side-contact__tel {
  line-height: 110%;
  letter-spacing: -0.05rem;
  font-weight: bold;
  font-size: 27px;
  color: #B9103C;
}
.side-contact__text {
  letter-spacing: 0.045rem;
  font-size: 12px;
  color: #666;
}
.side-contact__link {
  display: block;
  margin-top: 1rem;
  letter-spacing: normal;
  font-size: 12px;
  color: #333;
}
.side-contact__link > span {
  text-decoration: none;
}

main {
  position: relative;
}

@media (min-width: 768px) {
  .l-rightmenu {
    width: 96px;
    margin-bottom: 30px;
    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;
}
@media (min-width: 768px) {
  .l-rightmenu__inner {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.l-rightmenu__list:hover button,
.l-rightmenu__list:hover a {
  color: #E55A00;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .l-rightmenu__list {
    width: 25%;
  }
}
.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: 25%;
  }
  .l-rightmenu.-col5 button,
  .l-rightmenu.-col5 a {
    width: 100%;
  }
}
.l-rightmenu a {
  height: 66px;
  padding: 3px 0;
  position: relative;
}
.l-rightmenu a::after {
  font-size: 3rem;
  line-height: 1;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, 0%);
}
@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: 2.4rem;
  font-family: "icomoon";
  font-weight: 400;
  position: absolute;
}
@media (max-width: 767px) {
  .l-rightmenu__open::after {
    font-size: 3rem;
    top: 0%;
    left: calc(50% - 16px);
  }
}
.l-rightmenu__base {
  position: relative;
}
.l-rightmenu__base::after {
  content: "\e91d";
  font-size: 2.4rem;
  font-family: "icomoon";
  font-weight: 400;
  position: absolute;
}
@media (min-width: 768px) {
  .l-rightmenu__base::after {
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .l-rightmenu__base::after {
    font-size: 2.4rem;
    top: 8%;
    left: calc(50% - 12px);
  }
}
.l-rightmenu__warehouse {
  position: relative;
}
.l-rightmenu__warehouse::after {
  content: "\e91c";
  font-size: 2.4rem;
  font-family: "icomoon";
  font-weight: 400;
  position: absolute;
}
@media (min-width: 768px) {
  .l-rightmenu__warehouse::after {
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .l-rightmenu__warehouse::after {
    font-size: 2.4rem;
    top: 8%;
    left: calc(50% - 12px);
  }
}
.l-rightmenu__contact {
  position: relative;
}
.l-rightmenu__contact::after {
  content: "\e91b";
  font-size: 2.4rem;
  font-family: "icomoon";
  font-weight: 400;
  position: absolute;
}
@media (min-width: 768px) {
  .l-rightmenu__contact::after {
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .l-rightmenu__contact::after {
    font-size: 2.4rem;
    top: 8%;
    left: calc(50% - 12px);
  }
}
.l-rightmenu__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__tracking {
  position: relative;
}
.l-rightmenu__tracking::after {
  content: "\e91e";
  font-size: 2.4rem;
  font-family: "icomoon";
  font-weight: 400;
  position: absolute;
}
@media (min-width: 768px) {
  .l-rightmenu__tracking::after {
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .l-rightmenu__tracking::after {
    font-size: 2.4rem;
    top: 8%;
    left: calc(50% - 12px);
  }
}
.l-rightmenu__text {
  width: 100%;
  display: block;
  padding-left: 0;
  font-size: 1.2rem;
  position: absolute;
  bottom: 8%;
  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;
  }
}
.l-rightmenu__bnr {
  position: fixed;
  width: 250px;
  right: 0;
  z-index: 10;
}
@media (max-width: 1255px) {
  .l-rightmenu__bnr {
    display: none;
  }
}
@media (max-width: 767px) {
  .l-rightmenu__bnr {
    display: none;
  }
}
.l-rightmenu__bnr a img {
  width: 100%;
}
.l-rightmenu__bnr-close {
  display: block;
  position: absolute;
  top: -15px;
  left: -15px;
  width: 30px;
  z-index: 20;
  transition: 0.3s all;
}
.l-rightmenu__bnr-close:hover {
  opacity: 0.7;
}
.l-rightmenu__bnr-close img {
  width: 100%;
}

.l-bottombanner {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 3px 0;
  z-index: 100;
  background-color: rgba(29, 29, 29, 0.6);
}
@media (max-width: 767px) {
  .l-bottombanner {
    left: auto;
    right: 0;
    bottom: 80px;
    width: 70px;
    padding: 0;
    background: none;
  }
}
.l-bottombanner__inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1255px) {
  .l-bottombanner__inner {
    max-width: 748px;
  }
}
@media (max-width: 767px) {
  .l-bottombanner__inner {
    width: 70px;
  }
}
.l-bottombanner__close {
  display: block;
  position: absolute;
  top: -15px;
  left: -15px;
  width: 30px;
  z-index: 100;
  transition: 0.3s all;
}
@media (max-width: 1255px) {
  .l-bottombanner__close {
    left: 15px;
  }
}
@media (max-width: 767px) {
  .l-bottombanner__close {
    left: -15px;
  }
}
.l-bottombanner__close:hover {
  opacity: 0.7;
}
.l-bottombanner__close img {
  width: 100%;
}
@media (max-width: 767px) {
  .l-bottombanner__img img {
    width: 100%;
  }
}

.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));
}

.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);
  }
}
@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;
  }
}

.lgst-recruit-card {
  display: block;
  height: 100%;
  padding: 24px;
  border: 1px solid #DDD;
  background: #fff;
}
@media (max-width: 767px) {
  .lgst-recruit-card {
    padding: 16px;
  }
}
.lgst-recruit-card__name {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .lgst-recruit-card__name {
    font-size: 1.6rem;
  }
}
.lgst-recruit-card__tag {
  margin-bottom: 8px;
}
.lgst-recruit-card__text {
  font-size: 1.4rem;
  margin-bottom: 2.5em !important;
}
.lgst-recruit-card__link {
  text-align: right;
  font-size: 1.2rem;
}
.lgst-recruit-card__link span {
  text-decoration: underline;
}
.lgst-recruit-card__link::after {
  content: "\e911";
  font-family: "icomoon";
  font-weight: 400;
  margin: 0 0.5em 0 0.25em;
  color: #E55A00;
}
@media (min-width: 1256px) {
  .lgst-recruit-card:hover {
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.16);
  }
}

.lgst-recruit-list .l-grid__item {
  position: relative;
}
@media (min-width: 768px) {
  .lgst-recruit-list .lgst-recruit-card__link {
    position: absolute;
    right: 25px;
    bottom: 25px;
  }
}

.company-menu {
  width: 100vw;
  height: 320px;
  background: url(/image/sbstlog_company_bg_menu-pc.jpg) no-repeat center center/cover;
  margin: 0 -20px;
  padding: 0 20px;
  color: #fff;
}
@media (max-width: 1255px) {
  .company-menu {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .company-menu {
    height: inherit;
    padding: 10vw 0;
    background-image: url(/image/sbstlog_company_bg_menu-sp.jpg);
  }
}
.company-menu__inner {
  max-width: 1256px;
  margin: auto auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 767px) {
  .company-menu__inner {
    align-items: center;
    padding: 0 20px;
  }
}

.top-hero {
  position: relative;
}
.top-hero .slick-slide {
  opacity: 1 !important;
}
.top-hero__item {
  height: 60vh;
  position: relative;
  z-index: 10;
  overflow: hidden;
  vertical-align: bottom;
  opacity: 0;
  transition: opacity 0s;
}
@media (max-width: 767px) {
  .top-hero__item {
    height: 70vh;
  }
}
.top-hero .slick-active .top-hero__item {
  opacity: 1;
  transition: opacity ease 3s;
}
.top-hero .slick-continue .top-hero__item {
  opacity: 0;
  transition: opacity ease 3s;
}
.top-hero__bg {
  background: no-repeat center center/cover;
  width: 100%;
  height: 60vh;
  z-index: 10;
  overflow: hidden;
  margin: 0;
  transform: scale(1.2, 1.2);
  transition: transform 0s;
}
@media (max-width: 767px) {
  .top-hero__bg {
    height: 70vh;
  }
}
.top-hero__bg .slick-active .top-hero__item {
  opacity: 1;
  transition: opacity ease 3s;
}
.top-hero__bg .slick-continue .top-hero__item {
  opacity: 0;
  transition: opacity ease 3s;
}
.top-hero__bg.-bg01 {
  background-image: url(/image/sbstlog_top_img_mv01.jpg);
}
.top-hero__bg.-bg02 {
  background-image: url(/image/sbstlog_top_img_mv02.jpg);
}
.top-hero__bg.-bg03 {
  background-image: url(/image/sbstlog_top_img_mv03.jpg);
}
.top-hero__bg.-bg04 {
  background-image: url(/image/sbstlog_top_img_mv04.jpg);
}
.top-hero__bg.-bg05 {
  background-image: url(/image/sbstlog_top_img_mv05.jpg);
}
.top-hero__bg.-bg06 {
  background-image: url(/image/sbstlog_top_img_mv06.jpg);
}
.top-hero__bg.-bg07 {
  background-image: url(/image/sbstlog_top_img_mv07.jpg);
}
.top-hero__bg.-bg08 {
  background-image: url(/image/sbstlog_top_img_mv08.jpg);
}
@media (max-width: 767px) {
  .top-hero__bg.-bg08 {
    background-position: 30% 0%;
  }
}
.top-hero .slick-active .top-hero__bg {
  transform: scale(1.1, 1.1);
  transition: transform ease 10s;
}
.top-hero .slick-continue .top-hero__bg {
  transform: scale(1, 1);
  transition: transform ease 10s;
}
.top-hero__inner {
  width: 100%;
  max-width: 1440px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 0;
  padding: 20vh 20px 0;
  color: #fff;
  text-align: center;
}
@media (min-width: 1256px) {
  .top-hero__inner.-bg08 {
    padding: 11vh 20px 0;
  }
}
@media (max-width: 1255px) {
  .top-hero__inner.-bg08 {
    padding: 9vh 20px 0;
  }
}
@media (max-width: 767px) {
  .top-hero__inner.-bg08 {
    padding: 20vh 20px 0;
  }
}
.top-hero__inner.-bg08 .c-btn {
  background: none;
  border: 2px solid #fff;
  color: #fff;
}
.top-hero__inner.-bg08 .c-btn:hover {
  border: 2px solid #E55A00;
}
.top-hero__inner.-bg08 .c-btn span {
  color: #fff;
}
.top-hero__inner.-bg08 .c-btn span::after {
  color: #fff;
}
@media (max-width: 767px) {
  .top-hero__inner {
    padding: 24vh 10px 0;
  }
}
.top-hero__inner p {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 24px;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .top-hero__inner p {
    font-size: 1.2rem;
  }
}
.top-hero__heading {
  font-size: 4.3rem;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 1.48;
}
@media (max-width: 767px) {
  .top-hero__heading {
    font-size: 2.5rem;
    line-height: 1.5;
  }
}
.top-hero__heading img {
  max-width: 723px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 767px) {
  .top-hero__heading img {
    max-width: 100%;
  }
}
@media screen and (max-width: 1700px) {
  .-bg08 .top-hero__heading img {
    max-height: 175px;
  }
}
@media (max-width: 767px) {
  .-bg08 .top-hero__heading img {
    max-height: auto;
  }
}
.top-hero__heading02 {
  font-size: 3.8rem;
  font-weight: 500;
  margin-bottom: 12px;
  line-height: 1.2;
  color: #FAF6A2;
}
@media (max-width: 767px) {
  .top-hero__heading02 {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.top-hero__heading03 {
  font-size: 6rem;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .top-hero__heading03 {
    font-size: 2.8rem;
    line-height: 1.5;
  }
}
.top-hero__dots {
  display: flex;
  position: absolute;
  bottom: 52px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .top-hero__dots {
    bottom: 13px;
  }
}
.top-hero__dots li {
  margin: 0 8px;
}
@media (max-width: 767px) {
  .top-hero__dots li {
    margin: 0 4px;
  }
}
.top-hero__dots button {
  position: relative;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #fff;
  font-size: 0;
}
@media (max-width: 767px) {
  .top-hero__dots button {
    width: 8px;
    height: 8px;
  }
}
.top-hero__dots .slick-active button {
  width: 24px;
  height: 24px;
  background: transparent;
}
@media (max-width: 767px) {
  .top-hero__dots .slick-active button {
    width: 16px;
    height: 16px;
  }
}

.top-latest-news {
  display: flex;
  align-items: center;
  color: #fff;
  width: 100%;
  min-height: 42px;
  padding: 0 8px;
  background: black;
  z-index: 10;
}
.top-latest-news__inner {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1256px;
  height: 100%;
  margin: 0 auto;
  padding: 8px 0;
  line-height: 1.5;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .top-latest-news__inner {
    padding: 18px 0;
    flex-wrap: wrap;
    align-items: flex-start;
    font-size: 1.2rem;
  }
}
.top-latest-news__heading {
  font-size: 1.6rem;
  font-weight: 700;
  white-space: nowrap;
  color: #E55A00;
}
@media (min-width: 768px) {
  .top-latest-news__heading {
    padding-right: 16px;
    margin-right: 24px;
    border-right: 1px solid #fff;
  }
}
@media (max-width: 767px) {
  .top-latest-news__heading {
    font-size: 1.2rem;
    margin: 0 0 4px 0;
    width: 100%;
  }
}
.top-latest-news__date {
  margin-right: 24px;
}
@media (max-width: 767px) {
  .top-latest-news__date {
    width: 72px;
    margin-right: 12px;
  }
}
@media (max-width: 767px) {
  .top-latest-news__title {
    width: calc(100% - 84px);
  }
}
.top-latest-news__link {
  text-decoration: none;
}

.top-service {
  background: url(/image/sbstlog_top_bg_service-pc.jpg) no-repeat 70% top/contain;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .top-service {
    background-image: url(/image/sbstlog_top_bg_service-sp.jpg);
    background-position: center center;
  }
}
.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 0px;
  }
}
.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: 767px) {
  .top-service__main {
    padding: 20px 10px 0;
  }
}
.top-service__bottom {
  width: 55%;
  background: url(/image/sbstlog_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/sbstlog_top_bottom_bg_service-sp.jpg);
    background-position: center center;
    padding: 30px 14px;
  }
  .top-service__bottom .bottom-grid02 {
    position: relative;
  }
  .top-service__bottom .bottom-grid02 .c-figure {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 1255px) {
  .top-service__more-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 20px;
  }
  .top-service__more-btn.-active .top-service__more-btn-inner::after {
    content: "\e90e";
  }
  .top-service__more-btn-inner {
    font-size: 1.5rem;
    font-weight: 700;
    color: #e55a00;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .top-service__more-btn-inner::after {
    content: "\e909";
    font-family: "icomoon";
    font-weight: 400;
    font-size: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 25px;
    height: 25px;
    background: #E55A00;
    border-radius: 100%;
  }
}
@media (max-width: 767px) {
  .top-service__btn::after {
    content: none;
  }
  .top-service__btn.-active::after {
    content: none;
  }
  .top-service__btn-item {
    margin: 0;
    text-align: center;
  }
}

.js-more__top_list {
  display: none;
}
.js-more__top_list.-active {
  display: block;
}

.top-pickup {
  padding: 0 20px;
}
.top-pickup__inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 64px 0;
}
@media (max-width: 767px) {
  .top-pickup__inner {
    padding: 40px 0 60px;
  }
}

.top-strengths {
  padding: 0;
  margin: 24px auto 80px;
  background: url(/image/sbstlog_top_bg_strengths-pc.jpg) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .top-strengths {
    margin: 0 auto 40px;
    background-image: url(/image/sbstlog_top_bg_strengths-sp.jpg);
    padding: 40px 0 40px;
  }
}
.top-strengths__block {
  margin: 0 auto;
  max-width: 1256px;
  color: #fff;
  display: flex;
  justify-content: space-between;
}
.top-strengths__inner {
  width: 60%;
  display: flex;
  flex-direction: column;
  padding: 60px 0 55px 1vw;
}
.top-strengths__inner p {
  font-size: 1.6rem;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .top-strengths__inner p {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
@media (max-width: 1255px) {
  .top-strengths__inner {
    width: 60%;
    padding: 2.2vw 2.2vw 2vw 2vw;
  }
}
@media (max-width: 767px) {
  .top-strengths__inner {
    width: 100%;
    padding: 16px 20px 24px;
  }
}
.top-strengths__heading {
  margin-bottom: 24px;
  padding: 8px 0;
}
.top-strengths__heading img {
  max-width: 332px;
}
@media (max-width: 1255px) {
  .top-strengths__heading {
    margin-bottom: 2vw;
  }
}
@media (max-width: 767px) {
  .top-strengths__heading {
    margin-bottom: 8px;
    text-align: center;
    padding: 4px 0;
  }
  .top-strengths__heading img {
    max-width: 280px;
  }
}
@media (min-width: 768px) {
  .top-strengths__btn {
    margin-top: auto;
  }
}

.top-location {
  padding: 0 20px;
}
.top-location__inner {
  max-width: 1256px;
  margin: 0 auto;
  padding: 16px 0 40px;
}
@media (max-width: 767px) {
  .top-location__inner {
    padding: 40px 0 55px;
  }
}

.top-base {
  padding: 0 20px;
}
.top-base__inner {
  max-width: 1256px;
  margin: 0 auto;
  padding: 0 0 130px;
}
@media (max-width: 767px) {
  .top-base__inner {
    padding: 0 0 60px;
  }
}
.top-base__accordion-title {
  font-size: 1.5rem;
  font-weight: 300;
  min-height: 56px;
  padding: 16px 56px 16px 0;
}
.top-base__accordion-title::after {
  width: 17px;
  height: 17px;
  font-size: 1.7rem;
  font-weight: 300;
}
@media (max-width: 767px) {
  .top-base__accordion-title {
    font-size: 1.8rem;
  }
}
.top-base__border {
  border-top: 1px solid #dfdfdf;
}
.top-base__accordion-box-wrap {
  padding: 8px 0;
}
.top-base__accordion-box {
  font-size: 1.4rem;
  font-weight: 300;
}
@media (max-width: 767px) {
  .top-base__accordion-box .c-link-list__inner {
    flex-direction: inherit;
  }
}
.top-base__accordion-box .c-link-list__item {
  padding: 0 0 14px 0;
  border-bottom: none;
}
@media (max-width: 767px) {
  .top-base__accordion-box .c-link-list__item {
    width: 50% !important;
  }
}

.top-recruit {
  padding: 0 20px;
  background: url(/image/sbstlog_top_bg_recruit-pc.jpg) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .top-recruit {
    background-image: url(/image/sbstlog_top_bg_recruit-sp.jpg);
  }
}
.top-recruit__inner {
  max-width: 1256px;
  margin: 0 auto;
  padding: 64px 0 110px;
  color: #fff;
}
@media (max-width: 767px) {
  .top-recruit__inner {
    padding: 40px 0 136px;
  }
}
.top-recruit__btn {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .top-recruit__btn {
    position: static;
    top: auto;
    left: auto;
    transform: inherit;
  }
}

.top-recruit-bottom {
  width: 100%;
  margin: -48px 0 0px;
}
@media (max-width: 1255px) {
  .top-recruit-bottom {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .top-recruit-bottom {
    margin: -90px 0 0px;
    padding: 0 20px;
  }
}
.top-recruit-bottom__inner {
  max-width: 1256px;
  margin: 0 auto;
}

.top-news {
  padding: 0 20px;
}
.top-news__inner {
  max-width: 1256px;
  margin: 0 auto;
  padding: 80px 0 100px;
}
@media (max-width: 767px) {
  .top-news__inner {
    padding: 68px 0 80px;
  }
}

.top-company {
  padding: 40px 20px 165px;
  background: url(/image/sbstlog_top_bg_company-pc.jpg) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .top-company {
    padding: 40px 20px 116px;
    margin-bottom: 20px;
    background-image: url(/image/sbstlog_top_bg_company-sp.jpg);
  }
}
.top-company__inner {
  max-width: 1256px;
  margin: 0 auto;
  color: #fff;
}
@media (max-width: 767px) {
  .top-company__inner {
    padding: 0;
  }
}
.top-company__btn {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.top-company-bottom {
  width: 100%;
  margin: -110px 0 0px;
}
@media (max-width: 1255px) {
  .top-company-bottom {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .top-company-bottom {
    margin: -70px 0 0px;
    padding: 0 20px;
  }
}
.top-company-bottom__inner {
  max-width: 1256px;
  margin: 0 auto;
}

.top-contact {
  padding: 0 20px;
}
.top-contact__inner {
  max-width: 1256px;
  margin: 0 auto;
  padding: 0 0 90px;
}
@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 58px;
  }
  .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%;
  }
}

@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;
}

.sp-map-box {
  width: 100%;
  height: 500px;
}
@media (max-width: 767px) {
  .sp-map-box {
    width: 100%;
    height: 75vw;
  }
}

.wrap {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .wrap {
    width: 100%;
  }
}

.lp-body {
  background: #fff;
  letter-spacing: 0.12em;
  -webkit-text-size-adjust: 100%;
  line-height: 1.8;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

.fixed-nav {
  width: 100%;
  padding: 10px 0;
  background: #000;
}
.fixed-nav.js-fixed {
  position: fixed;
  z-index: 2;
  top: 100px;
}
@media (max-width: 1255px) {
  .fixed-nav.js-fixed {
    top: 65px;
  }
}
@media (max-width: 767px) {
  .fixed-nav.js-fixed {
    top: 82px;
  }
}
@media (max-width: 767px) {
  .fixed-nav {
    padding: 1rem 0;
  }
}

.fixed-nav__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .fixed-nav__wrap {
    width: 100%;
    flex-wrap: wrap;
  }
}

.fixed-nav__left {
  display: flex;
}
@media (max-width: 767px) {
  .fixed-nav__left {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .fixed-nav__left {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .fixed-nav__left li {
    width: 50%;
    padding: 0 2rem;
    font-weight: bold;
    font-size: 1.3vh;
  }
}
.fixed-nav__left li ~ li::before {
  content: "｜";
  padding: 0;
  color: #b9103c;
}
@media (max-width: 767px) {
  .fixed-nav__left li ~ li::before {
    display: none;
  }
}
.fixed-nav__left li a {
  color: #fff;
}

.fiexd-nav__right {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .fiexd-nav__right {
    width: 100%;
    padding: 1rem 1rem 0;
  }
}
.fiexd-nav__right li ~ li {
  margin: 0 0 0 2rem;
}
.fiexd-nav__right li img {
  vertical-align: middle;
}

.mv {
  position: relative;
  width: 100%;
  height: 414px;
  background: url(/image/sbstlog_relocation_mv_bg.jpg) no-repeat center;
  background-size: cover;
  border-bottom: 5px solid #b9103c;
}
@media (max-width: 767px) {
  .mv {
    height: auto;
    border-bottom: none;
    background: url(/image/sbstlog_relocation_mv_bg-sp.jpg) no-repeat center;
  }
  .mv img {
    width: 100%;
  }
}
.mv.-office {
  background: url(/image/sbstlog_relocation_office_mv_bg.jpg) no-repeat center/cover;
}

.mv__wrap {
  width: 1200px;
  margin: 0 auto;
  color: #fff;
}
@media (max-width: 767px) {
  .mv__wrap {
    width: 100%;
  }
}

.mv__text {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  margin: 0 0 0 93px;
}
@media (max-width: 767px) {
  .mv__text {
    position: static;
    transform: none;
    margin: 0;
  }
}

.mv-text__wrap {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .mv-text__wrap {
    width: 100%;
  }
}

.mv-text__head {
  margin: 0 0 0 -136px;
}
@media (max-width: 767px) {
  .mv-text__head {
    margin: 0;
    padding: 2rem 1rem 0;
  }
}

.mv-text__text {
  margin: 20px 0 0;
  line-height: 1.8;
  text-shadow: 0px 0px 8px #000000;
  font-size: 23px;
}
@media (max-width: 767px) {
  .mv-text__text {
    margin: 0;
    padding: 0 1rem 2rem;
    font-size: 1.8vh;
    text-align: center;
  }
}

.mv-text__head2 {
  position: absolute;
  right: 112px;
  bottom: -25px;
}
@media (max-width: 767px) {
  .mv-text__head2 {
    position: static;
    background: #b9103c;
    padding: 1rem;
  }
}

.mv-text__head2::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  bottom: -10px;
  left: -70px;
  width: 1000px;
  height: 149px;
  background: #b9103c;
  border-radius: 12px;
}
@media (max-width: 767px) {
  .mv-text__head2::after {
    display: none;
  }
}

.onayami {
  padding: 24px 0;
}
@media (max-width: 767px) {
  .onayami {
    width: 100%;
  }
}
.onayami.-office {
  padding-top: 70px;
}
@media (max-width: 767px) {
  .onayami.-office {
    padding-top: 0;
  }
}

.onayami__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .onayami__wrap {
    padding: 0 1rem;
  }
}

.onayami__head {
  font-weight: bold;
  font-size: 35px;
  color: #b9103c;
}
.onayami__head span {
  font-size: 55px;
}
@media (max-width: 767px) {
  .onayami__head span {
    font-size: 3.5vh;
  }
}
@media (max-width: 767px) {
  .onayami__head {
    margin: 0 auto;
    text-align: center;
    font-size: 2.5vh;
  }
}

.onayami__btn {
  text-align: center;
}
@media (max-width: 767px) {
  .onayami__btn {
    margin: 0 auto;
  }
}

.onayami-list {
  position: relative;
  width: 100%;
  padding: 40px 0;
  background: url(/image/sbstlog_relocation_onayami-list_bg.jpg) no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  .onayami-list__wrap {
    padding: 0 1rem;
  }
}

.onayami-list__pict {
  position: absolute;
  top: -40px;
  margin-left: -70px;
}
@media (max-width: 767px) {
  .onayami-list__pict {
    display: none;
  }
}

.onayami-list__list {
  text-align: right;
}
.onayami-list__list li ~ li {
  margin-top: 10px;
}

.point {
  position: relative;
  padding: 138px 0 72px;
}
@media (max-width: 767px) {
  .point {
    padding: 0px 0 0;
  }
}

.point__head {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
  top: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .point__head {
    position: static;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    padding: 0 1rem;
  }
}

.point__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 1300px;
  margin: 0 auto;
  padding: 70px 0 0;
  background: url(/image/sbstlog_relocation_point_list-bg.jpg) no-repeat center;
  background-size: cover;
}
@media (max-width: 767px) {
  .point__list {
    width: 100%;
    padding: 5rem 0;
  }
}
.point__list li {
  width: 365px;
  margin: 0 15px 40px;
  background: #fff;
}
@media (max-width: 767px) {
  .point__list li {
    margin: 0 2rem;
  }
  .point__list li ~ li {
    margin: 3rem 1rem 0;
  }
}

.point-list__head {
  text-align: center;
}
.point-list__head img {
  margin-top: -7px;
}

.point-list__text {
  padding: 20px 25px;
  line-height: 1.2;
  font-size: 16px;
}

.point-list__btn {
  text-align: right;
}
.point-list__btn img {
  vertical-align: bottom;
}

.contact {
  position: relative;
  width: 100%;
  padding: 90px 0 0;
  background: url(/image/sbstlog_relocation_contact_bg.jpg) no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .contact {
    padding: 3rem 0;
  }
}

.contact_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 1060px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .contact_wrap {
    width: 100%;
    padding: 0 2rem;
  }
}

.contact__tel img {
  margin-top: -33px;
}
@media (max-width: 767px) {
  .contact__tel img {
    margin: 0 auto 2rem;
  }
}

.contact__text {
  margin: 50px 0 0;
  padding: 0 0 10px;
  text-align: center;
  color: #c3c3c3;
}
@media (max-width: 767px) {
  .contact__text {
    margin: 0 1rem;
    padding-left: 2rem;
    text-align: left;
    text-indent: -2rem;
    line-height: 1.4;
    font-size: 1.5vh;
  }
}
.contact__text a {
  text-decoration: underline;
  color: #c3c3c3;
}

.point-head__common {
  width: 100%;
  height: 101px;
  padding: 30px 0 0;
  background: url(/image/sbstlog_relocation_point-head__bg-common.jpg) repeat-x;
  text-align: center;
}
@media (max-width: 767px) {
  .point-head__common {
    height: auto;
  }
}
.point-head__common span {
  position: relative;
  display: block;
  width: 920px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .point-head__common span {
    width: 100%;
    padding: 3rem 0 1rem;
    background: #f8e6e6;
  }
  .point-head__common span img {
    max-width: 300px;
  }
}

.point-head__icon {
  position: absolute;
  top: -57px;
  left: 0;
}
@media (max-width: 767px) {
  .point-head__icon {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
  }
}

.point-lead__common {
  padding: 48px 0 0;
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
  font-size: 24px;
}
@media (max-width: 767px) {
  .point-lead__common {
    width: 100%;
    padding: 2rem 1rem;
    text-align: center;
    font-size: 2vh;
  }
}

.point01 {
  width: 100%;
  margin: 55px auto 0;
  padding: 55px 0 34px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .point01 {
    margin: 0 auto 0;
    padding: 5rem 0 3rem;
  }
}
.point01.-office {
  padding: 10px 0 100px;
}
@media (max-width: 767px) {
  .point01.-office {
    padding: 5rem 0 4rem;
  }
}
.point01.-top {
  margin-top: 0;
  padding: 0;
}

.point01-box.-office {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .point01-box.-office {
    padding: 0 0 5rem;
  }
}

.point01-box__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 1920px;
  height: 376px;
  margin: 33px auto 0;
  padding: 0 0 102px;
  background: url(/image/sbstlog_relocation_point-01-box_bg.jpg) no-repeat bottom;
  background-size: cover;
}
@media (max-width: 767px) {
  .point01-box__wrap {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 0 3rem;
    background-position: bottom;
  }
}
.point01-box__wrap li {
  width: 279px;
  margin: 0 12px;
  padding: 0 16px 27px;
  background: #fff;
  border: 1px solid #b9103c;
}

.point01-box__head {
  width: 232px;
  margin: 0 auto;
  padding: 3px 0;
  background: #b9103c;
  text-align: center;
  font-size: 20px;
  color: #fff;
}

.point01-box__dl {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 20px 0 0;
}
@media (max-width: 767px) {
  .point01-box__dl {
    font-size: 1.6vh;
  }
}
.point01-box__dl dt {
  width: 25%;
  color: #b9103c;
}
.point01-box__dl dd {
  width: 75%;
}

.point01-box__text {
  margin: 15px 0 0;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .point01-box__text {
    font-size: 1.8vh;
  }
}

.point01__btn span {
  position: relative;
  z-index: 1;
  display: block;
  width: 1200px;
  margin: -50px auto 0;
  text-align: right;
}
@media (max-width: 767px) {
  .point01__btn span {
    width: 100%;
    margin: 3rem 0 0;
    text-align: center;
  }
}
.point01__btn img {
  vertical-align: middle;
}
@media (max-width: 767px) {
  .point01__btn img {
    max-width: 300px;
  }
}

.office2-point01-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  margin: 30px auto 0;
}
@media (max-width: 767px) {
  .office2-point01-box {
    margin-top: 1rem;
    padding: 0 1rem;
    width: 100%;
  }
}

.office2-point01-box__text {
  width: calc(100% - 460px);
}
@media (max-width: 767px) {
  .office2-point01-box__text {
    width: 100%;
  }
}
.office2-point01-box__text p {
  line-height: 2;
}

.office2-point01-box__pict {
  width: 400px;
  text-align: center;
}
@media (max-width: 767px) {
  .office2-point01-box__pict {
    width: 100%;
    margin: 1rem 0 2rem;
  }
}

.slick-prev,
.slick-next {
  display: block;
  position: absolute;
  z-index: 1;
  top: 120px;
  overflow: hidden;
  width: 62px;
  height: 62px;
  border: none;
  text-indent: 200%;
  white-space: nowrap;
  cursor: pointer;
}
@media (max-width: 767px) {
  .slick-prev,
  .slick-next {
    width: 40px;
    height: 40px;
  }
}
.slick-prev:hover,
.slick-next:hover {
  opacity: 0.7;
  transition-duration: 0.2s;
}

.slick-prev {
  left: 250px;
  background: url(/image/sbstlog_relocation_point-01-icon_prev.png) no-repeat center;
}
@media (max-width: 767px) {
  .slick-prev {
    left: 3rem;
    background-size: cover;
  }
}

.slick-next {
  right: 250px;
  background: url(/image/sbstlog_relocation_point-01-icon_next.png) no-repeat center;
}
@media (max-width: 767px) {
  .slick-next {
    right: 3rem;
    background-size: cover;
  }
}

.point02 {
  padding: 55px 0 101px;
}
@media (max-width: 767px) {
  .point02 {
    padding: 5rem 0;
  }
}

.point02-box {
  position: relative;
  width: 1200px;
  margin: 33px auto 0;
}
@media (max-width: 767px) {
  .point02-box {
    width: 100%;
    margin: 0 auto;
  }
}

.point02-box__text {
  width: 900px;
  padding: 66px 282px 66px 45px;
  background: #e4e4e4;
  line-height: 2;
}
@media (max-width: 767px) {
  .point02-box__text {
    width: 100%;
    padding: 2rem 1rem;
    font-size: 1.8vh;
  }
}

.point02-box__pict {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
}
@media (max-width: 767px) {
  .point02-box__pict {
    position: static;
    transform: none;
    padding: 2rem 1rem 0;
  }
}

.point02-list__head {
  margin: 32px 0 0;
  font-size: 24px;
  font-weight: bold;
  color: #b9103c;
}
@media (max-width: 767px) {
  .point02-list__head {
    margin: 3rem 0 0;
    padding: 0 1rem;
    font-size: 1.8vh;
  }
}

.point02-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 14px 0 0;
}
.point02-list li {
  position: relative;
}
@media (max-width: 767px) {
  .point02-list li {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .point02-list li ~ li {
    margin: 4rem auto 0;
  }
}
.point02-list li img {
  vertical-align: middle;
}
.point02-list li ~ li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: -33px;
  width: 19px;
  height: 34px;
  background: url(/image/sbstlog_relocation_point02-list_icon01.png) no-repeat center;
}
@media (max-width: 767px) {
  .point02-list li ~ li::before {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: -3.6rem;
    width: 34px;
    height: 39px;
    background: url(/image/sbstlog_relocation_point02-list_icon01-bottom.png) no-repeat center;
  }
}

.point02-list__empty {
  width: 260px;
}
@media (max-width: 767px) {
  .point02-list__empty {
    display: none;
  }
}
.point02-list__empty::before {
  display: none;
}

.point02-list.-list04 li::before {
  left: -21px;
}
@media (max-width: 767px) {
  .point02-list.-list04 li::before {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: -3.6rem;
    width: 34px;
    height: 39px;
    background: url(/image/sbstlog_relocation_point02-list_icon01-bottom.png) no-repeat center;
  }
}

.point02-list03 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 14px 0 0;
  padding: 23px 65px;
  height: 138px;
  background: #dfdfdf;
  line-height: 1.8;
  font-size: 16px;
}
@media (max-width: 767px) {
  .point02-list03 {
    width: 100%;
    height: auto;
    padding: 2rem 5rem;
    font-size: 1.6vh;
  }
}
.point02-list03 li {
  list-style-type: none;
  counter-increment: cnt;
}
.point02-list03 li::before {
  content: "(" counter(cnt) ") ";
}

.point03 {
  width: 100%;
  padding: 55px 0 162px;
}
@media (max-width: 767px) {
  .point03 {
    padding: 5rem 0 3rem;
  }
}

.point03-box {
  position: relative;
  width: 1200px;
  margin: 33px auto 0;
}
@media (max-width: 767px) {
  .point03-box {
    width: 100%;
    margin: 0 auto;
  }
}

.point03-box__text {
  width: 900px;
  padding: 66px 282px 66px 45px;
  background: #e4e4e4;
  line-height: 2;
}
@media (max-width: 767px) {
  .point03-box__text {
    width: 100%;
    padding: 2rem 1rem;
    font-size: 1.8vh;
  }
}
.point03-box__text p {
  position: relative;
}
.point03-box__text p ~ p {
  margin: 35px 0 0;
}
@media (max-width: 767px) {
  .point03-box__text p ~ p {
    margin: 1rem 0 0;
  }
}

.point03-box__text ~ .point03-box__text {
  padding-top: 0;
}

.point03-box__pict01 {
  position: absolute;
  top: -33px;
  right: -580px;
}
@media (max-width: 767px) {
  .point03-box__pict01 {
    position: static;
    transform: none;
    margin: 2rem 0 0;
  }
}

.point03-box__pict02 {
  position: absolute;
  top: 37px;
  right: -568px;
}
@media (max-width: 767px) {
  .point03-box__pict02 {
    position: static;
    transform: none;
    margin: 2rem 0 0;
  }
}

.point04 {
  width: 100%;
  padding: 55px 0 102px;
}
@media (max-width: 767px) {
  .point04 {
    padding: 5rem 0 3rem;
  }
}

.point04-box {
  position: relative;
  z-index: 0;
  width: 1200px;
  margin: 86px auto 0;
}
@media (max-width: 767px) {
  .point04-box {
    width: 100%;
    margin: 0 auto;
  }
}

.point04-box__text {
  width: 740px;
  padding: 54px 57px 35px;
  background: #fff;
  line-height: 2;
}
@media (max-width: 767px) {
  .point04-box__text {
    width: 100%;
    margin: 0 auto;
    padding: 0 1rem;
    font-size: 1.8vh;
  }
}
.point04-box__text p ~ p {
  margin: 35px 0 0;
}
@media (max-width: 767px) {
  .point04-box__text p ~ p {
    margin: 1rem 0 0;
  }
}

.point04-box__pict {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
}
@media (max-width: 767px) {
  .point04-box__pict {
    position: static;
    margin: 2rem 0 0 !important;
  }
}

.point04-list {
  width: 1100px;
  margin: 58px auto 0;
  padding: 26px 44px 44px;
  background: #dddddd;
}
@media (max-width: 767px) {
  .point04-list {
    width: 100%;
    padding: 2rem 3rem;
  }
}

.point04-list__head {
  text-align: center;
  font-size: 24px;
  color: #b9123d;
}
@media (max-width: 767px) {
  .point04-list__head {
    margin: 0 0 1.5rem;
  }
}

.point04-list__wrap {
  display: flex;
  flex-wrap: wrap;
  line-height: 2;
}
@media (max-width: 767px) {
  .point04-list__wrap li {
    width: 100%;
    line-height: 1.6;
    font-size: 1.8vh;
  }
  .point04-list__wrap li::before {
    content: "・";
  }
}
.point04-list__wrap li ~ li {
  padding: 0 0 0 2rem;
}
@media (max-width: 767px) {
  .point04-list__wrap li ~ li {
    padding: 0;
  }
}
.point04-list__wrap li ~ li::before {
  content: "/";
  display: inline-block;
  padding: 0 2rem 0 0;
}
@media (max-width: 767px) {
  .point04-list__wrap li ~ li::before {
    content: "・";
    padding: 0;
  }
}
.point04-list__wrap:first-of-type {
  margin: 28px 0 0;
}
@media (max-width: 767px) {
  .point04-list__wrap:first-of-type {
    margin: 0;
  }
}

.point04-list__item-last {
  margin: 0 0 0 6rem;
}
@media (max-width: 767px) {
  .point04-list__item-last {
    text-align: right;
  }
}
.point04-list__item-last::before {
  display: none !important;
}

.point05 {
  width: 100%;
  padding: 55px 0 135px;
}
@media (max-width: 767px) {
  .point05 {
    padding: 5rem 0 3rem;
  }
}

.point05-box01__wrap {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  padding: 43px 0 40px;
}
@media (max-width: 767px) {
  .point05-box01__wrap {
    width: 100%;
    flex-wrap: wrap;
    padding: 0 1rem 3rem;
  }
}

.point05-box01__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: bold;
  font-size: 26px;
}
@media (max-width: 767px) {
  .point05-box01__head {
    justify-content: space-between;
    font-size: 1.8vh;
  }
}

@media (max-width: 767px) {
  .point05-box01__head-icon {
    width: 20%;
    text-align: center;
  }
  .point05-box01__head-icon img {
    width: 100%;
    height: auto;
  }
}

.point05-box01__head-text {
  padding: 0 0 0 43px;
}
@media (max-width: 767px) {
  .point05-box01__head-text {
    width: 75%;
    padding: 0;
  }
}
.point05-box01__head-text span {
  display: inline-block;
  background: linear-gradient(transparent 60%, #eab7c4 0%);
}

.point05-box01__text {
  margin: 43px 0 0;
}
@media (max-width: 767px) {
  .point05-box01__text {
    width: 100%;
    font-size: 1.8vh;
  }
}

@media (max-width: 767px) {
  .point05-box01__pict {
    width: 100%;
    max-width: 200px;
    margin: 1rem auto 0;
    text-align: center;
  }
}

.point05-box02 {
  background: #e9f5f6;
  padding: 45px 0 37px;
}
@media (max-width: 767px) {
  .point05-box02 {
    padding: 3rem 1rem;
  }
}

.point05-box02__head,
.point05-box02__text,
.point05-box02__pict {
  text-align: center;
}

.point05-box02__head img {
  padding: 0 57px 0 0;
}

.point05-box02__text {
  margin: 30px auto 0;
}

.point05-box02__pict {
  width: 1100px;
  margin: 22px auto 0;
  padding: 47px 0 42px;
  background: #fff;
}
@media (max-width: 767px) {
  .point05-box02__pict {
    width: 100%;
    margin: 2rem auto;
  }
}

.point05-box02__small {
  width: 1100px;
  margin: 15px auto 0;
  line-height: 1.4;
  font-size: 14px;
}
@media (max-width: 767px) {
  .point05-box02__small {
    width: 100%;
  }
}
.point05-box02__small span {
  font-weight: bold;
}

.soudan {
  padding: 100px 0 0;
}
@media (max-width: 767px) {
  .soudan {
    padding: 35px 0 0;
  }
}
.soudan.-office {
  padding: 0 0 150px;
}

.soudan__head {
  text-align: center;
}

/* soudan pf
----------------------------*/
.soudan-pf {
  margin: 9rem 0;
  padding: 0 0 7rem;
  background: #faeeee;
}
@media (max-width: 767px) {
  .soudan-pf {
    margin: 3vw 0;
    padding: 0 0 3vw;
  }
}

.soudan-pf__head {
  position: relative;
  top: -3rem;
  text-align: center;
}
@media (max-width: 767px) {
  .soudan-pf__head {
    position: static;
    top: 0;
    margin-bottom: 3vw;
  }
}

.soudan-pf__title {
  position: relative;
  width: 1100px;
  margin: 0 auto 1rem;
  padding-left: 70px;
  font-size: 30px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .soudan-pf__title {
    width: 100%;
    padding: 0 2vw 0 12vw;
    font-size: 5.5vw;
  }
}
.soudan-pf__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1rem;
  background: url(/image/sbstlog_relocation_soudan-pf_icon.png) center/cover;
  width: 47px;
  height: 41px;
}
@media (max-width: 767px) {
  .soudan-pf__title::before {
    top: 1vw;
    width: 30px;
    height: 26px;
  }
}

.soudan-pf__text {
  width: 1100px;
  margin: 0 auto 3rem !important;
  padding-left: 70px;
}
@media (max-width: 767px) {
  .soudan-pf__text {
    width: 100%;
    padding: 0 2vw;
  }
}
.soudan-pf__text > span {
  color: #b9103c;
}

.soudan-pf__gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 1100px;
  margin: 0 auto 3rem;
  padding-left: 70px;
}
@media (max-width: 767px) {
  .soudan-pf__gallery {
    width: 100%;
    padding: 0 2vw;
  }
}

.soudan-pf__gallery-item {
  width: 16.6666666667%;
}
@media (max-width: 767px) {
  .soudan-pf__gallery-item {
    width: 31.25%;
  }
}

/* soudan wrap
----------------------------*/
.soudan__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1450px;
  margin: 70px auto 0;
}
@media (max-width: 767px) {
  .soudan__wrap {
    width: 100%;
    margin: 2rem 0 0;
    padding: 0;
  }
}

.soudan__item {
  width: 700px;
  padding: 20px 0 60px;
  background: #e8e8e8;
  border-top: 5px solid #b9123d;
}
@media (max-width: 767px) {
  .soudan__item {
    width: 100%;
    padding: 2rem 1rem 3rem;
  }
}

@media (max-width: 767px) {
  .soudan__item:nth-of-type(2) {
    margin-top: 3rem;
  }
}

.soudan__title {
  text-align: center;
  font-size: 30px;
  color: #b9123d;
}
@media (max-width: 767px) {
  .soudan__title {
    font-size: 24px;
  }
}

.soudan_caption {
  margin-top: 20px;
  text-align: center;
  line-height: 1.6;
  font-weight: bold;
  font-size: 18px;
}
@media (max-width: 767px) {
  .soudan_caption {
    font-size: 2vh;
  }
}

.soudan__pict {
  margin-top: 30px;
  text-align: center;
}

.soudan__text {
  margin-top: 30px;
  padding: 0 50px;
}
@media (max-width: 767px) {
  .soudan__text {
    margin-top: 1rem;
    padding: 0 1rem;
  }
}

.modal__head {
  text-align: center;
}
@media (max-width: 767px) {
  .modal__head {
    width: 100%;
  }
}

.modal__text {
  width: 1100px;
  margin: 0 auto;
  padding: 56px 0 60px;
  font-weight: normal;
}
@media (max-width: 767px) {
  .modal__text {
    width: 100%;
    padding: 2rem 1rem;
    font-size: 1.8vh;
  }
}

.understand-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  padding: 135px 0 120px;
  background: #fff;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media (max-width: 767px) {
  .understand-wrap {
    background: #fff !important;
    padding: 35px 0;
  }
}
.understand-wrap.js-modal-top {
  z-index: 99999;
  background: none;
}

.understand-wrap .footer-cv-wrap {
  margin-bottom: 0;
  padding-bottom: 40px;
}

.understand-wrap .footer-cv-list {
  margin-top: 70px;
  background: #454545;
}
@media (max-width: 767px) {
  .understand-wrap .footer-cv-list {
    margin-top: 0;
  }
}

.understand-inner {
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .understand-inner {
    padding: 0 4vw;
  }
}

/*understand-head-wrap
--------------------------------------------------*/
.understand-head-wrap {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .understand-head-wrap {
    display: block;
    margin-bottom: 12vw;
    padding: 0 4vw;
    text-align: center;
    line-height: 1.6;
    font-size: 5.6vw;
  }
}

/*understand-thumb-list-wrap
--------------------------------------------------*/
.understand-thumb-list-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .understand-thumb-list-wrap {
    display: block;
  }
}

.understand-thumb-list {
  width: 32%;
  margin-bottom: 20px;
  line-height: 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .understand-thumb-list {
    width: 100%;
    overflow: visible;
    margin-bottom: 8vw;
  }
}

.understand-thumb-link {
  display: block;
  position: relative;
  background: #000;
}

@media screen and (min-width: 950px) {
  .understand-thumb-link:hover {
    opacity: 1;
  }
  .understand-thumb-link:hover .understand-thumb-fig-wrap {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.3;
  }
  .understand-thumb-link:hover .understand-thumb-name {
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  .understand-thumb-link:hover .understand-thumb-copy {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .understand-thumb-link {
    background: #000;
  }
}
.understand-thumb-name-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .understand-thumb-name-wrap {
    height: 31.5vw;
  }
}
.understand-thumb-name {
  font-size: 22px;
  text-align: center;
  line-height: 1.4;
  color: #fff;
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  -o-transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}

.understand-thumb-name span {
  display: block;
  font-size: 0.7em;
}

@media screen and (max-width: 767px) {
  .understand-thumb-name {
    font-size: 5.33333vw;
  }
}
.understand-thumb-copy-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
@media (max-width: 767px) {
  .understand-thumb-copy-wrap {
    background: #fff !important;
  }
}

@media screen and (max-width: 767px) {
  .understand-thumb-copy-wrap {
    display: block;
    position: relative;
    background: #f5f5f5;
  }
}
.understand-thumb-copy {
  padding: 60px 15% 0;
  font-size: 14px;
  line-height: 1.6;
  font-weight: normal;
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.4s ease-out 0.1s;
  -o-transition: all 0.4s ease-out 0.1s;
  transition: all 0.4s ease-out 0.1s;
}

@media screen and (max-width: 767px) {
  .understand-thumb-copy {
    opacity: 1;
    padding: 4vw 0;
    color: #333;
    line-height: 2;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.understand-thumb-fig-wrap {
  opacity: 0.7;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}

@media screen and (max-width: 767px) {
  .understand-thumb-fig-wrap {
    opacity: 0.4;
    height: 31.5vw;
    overflow: hidden;
  }
}
/*understand-modal
--------------------------------------------------*/
.lock {
  overflow: hidden;
}

.modalOverlay {
  overflow: hidden;
  z-index: 10000;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}

.modalWrap {
  z-index: 99999;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.modalContent2 {
  display: none;
  left: 50%;
  top: 53%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  position: absolute;
  z-index: 999999;
  width: 960px;
  padding: 0;
}
@media (max-width: 767px) {
  .modalContent2 {
    width: 90%;
  }
}
.modalContent2 .close2 {
  margin-top: 10px;
  text-align: center;
}
.modalContent2 .close2 a {
  font-size: 20px;
  color: #fff;
}

.fvmodal {
  padding: 0 0 5%;
  background: #FFF;
  position: relative;
  z-index: 9999;
}
@media (max-width: 767px) {
  .fvmodal {
    max-height: 400px;
    padding: 0 2vw 5%;
    overflow: scroll;
  }
}

.fvmodal h2 {
  margin: 0 auto 20px;
  padding: 0;
}
@media (max-width: 767px) {
  .fvmodal h2 {
    display: none;
  }
}

.fvmodal dl {
  margin: 0 auto 20px;
  padding: 0;
  width: 95%;
}

.fvmodal dl dd {
  margin: 0 auto 20px;
  padding: 0;
  line-height: 27px;
  font-weight: normal;
  font-size: 17px;
}
@media (max-width: 767px) {
  .fvmodal dl dd {
    font-size: 14px;
  }
}

.fvmodal dl dd span {
  margin: 5px auto 20px;
  padding: 0;
  display: block;
  font-size: 14px;
}

.fvbtn {
  margin: 0 auto;
  width: 400px;
}

.fvmodal .close {
  position: absolute;
  top: 0;
  right: 0;
}

.modal-cv-btn {
  width: 441px;
  margin: 40px auto 0;
}
@media (max-width: 767px) {
  .modal-cv-btn {
    width: 100%;
    margin: 0 auto;
  }
}

.modal-cv-btn .footer-cv-btn {
  background: #555555;
}

.modal-cv-btn .footer-cv-img {
  background: #613434;
}

/*understand-contents
--------------------------------------------------*/
.fvmodal dl dt {
  position: relative;
  line-height: 1;
  font-size: 35px;
  font-weight: bold;
  color: #434343;
  margin-bottom: 40px;
  background: transparent;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .fvmodal dl dt {
    font-size: 4.17vw;
    margin-bottom: 6vw;
    padding: 5.73vw 0vw;
    /* 4.56vw */
  }
}

/* border-under-line */
.fvmodal dl dt::before {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  width: calc(100% - 200px);
  height: 1px;
  background: #e8e8e8;
}
@media (max-width: 767px) {
  .fvmodal dl dt::before {
    bottom: 0;
    width: calc(100% - 32.59vw);
  }
}

.fvmodal dl dt::after {
  display: block;
  content: "";
  position: absolute;
  bottom: -20px;
  width: 200px;
  height: 1px;
  background: #3f3f3f;
}
@media (max-width: 767px) {
  .fvmodal dl dt::after {
    bottom: 0;
    left: 0;
    width: 32.59vw;
  }
}

/* understand-list
--------------------------------------------------*/
.understand-list__head {
  font-size: 28px;
  margin-top: 7rem;
  text-align: center;
}
@media (max-width: 767px) {
  .understand-list__head {
    font-size: 2vh;
  }
}

.understand-list {
  width: 850px;
  max-height: 200px;
  margin: 5rem auto 2rem;
  overflow-y: scroll;
  font-size: 90%;
}
.understand-list.-all {
  max-height: 300px;
}
@media (min-width: 768px) {
  .understand-list.-all.-office {
    width: 1100px;
    max-height: 600px;
    font-size: 16px !important;
  }
}
@media (min-width: 768px) {
  .understand-list.-point5.-office {
    width: 1100px;
    max-height: 490px;
    font-size: 16px !important;
  }
}
@media (min-width: 768px) {
  .understand-list.-modal.-office {
    width: 800px;
    max-height: 150px;
  }
  .understand-list.-modal.-office dt,
  .understand-list.-modal.-office dd {
    font-size: 16px !important;
  }
}
@media (max-width: 767px) {
  .understand-list {
    width: 100%;
    margin: 3vw auto 0;
    padding: 0 2vw;
    font-size: 80%;
  }
}

.understand-list__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  padding: 0.5rem 0.75rem;
}
@media (max-width: 767px) {
  .understand-list__item {
    padding: 2vw 1vw;
  }
}

@media (min-width: 768px) {
  .-office .understand-list__item {
    padding: 1rem 0.75rem;
  }
}
.understand-list__item ~ .understand-list__item {
  border-top: 1px solid #e8e8e8;
}

.understand-list__item > dt {
  width: 32%;
}
@media (max-width: 767px) {
  .understand-list__item > dt {
    width: 100%;
  }
}

.understand-list__item > dd {
  font-weight: normal;
}

.understand-list__item > dd:first-of-type {
  width: 23%;
}
@media (max-width: 767px) {
  .understand-list__item > dd:first-of-type {
    width: 30%;
  }
}

.understand-list__item > dd:last-of-type {
  width: 45%;
}
@media (max-width: 767px) {
  .understand-list__item > dd:last-of-type {
    width: 70%;
  }
}

/* point5 in understand-list */
.-point5 .understand-list__item > dt {
  width: 40%;
}
@media (max-width: 767px) {
  .-point5 .understand-list__item > dt {
    width: 50%;
  }
}

.-point5 .understand-list__item > dd:first-of-type {
  width: 30%;
}
@media (max-width: 767px) {
  .-point5 .understand-list__item > dd:first-of-type {
    width: 25%;
  }
}

.-point5 .understand-list__item > dd:last-of-type {
  width: 30%;
}
@media (max-width: 767px) {
  .-point5 .understand-list__item > dd:last-of-type {
    width: 25%;
  }
}

/* mondal in understand-list */
.understand-list__head.-modal {
  margin-top: 0;
}

.understand-list.-modal {
  width: 700px;
  max-height: 120px;
  margin: 2rem auto;
  overflow-y: scroll;
}
@media (max-width: 767px) {
  .understand-list.-modal {
    width: 100%;
  }
}

.-modal .understand-list__item {
  padding: 0.5rem 0.75rem;
}

.-modal .understand-list__item > dt {
  position: static;
  width: 10%;
  margin-bottom: 0;
  padding: 0;
  background: none;
  line-height: 1.8;
  font-size: 12px;
  font-weight: normal;
  transition: none;
}
.-modal .understand-list__item > dt::before, .-modal .understand-list__item > dt::after {
  display: none;
}
@media (max-width: 767px) {
  .-modal .understand-list__item > dt {
    width: 20%;
  }
}

.-modal .understand-list__item > dd:first-of-type {
  width: 23%;
  margin: 0;
  line-height: 1.8;
  font-size: 12px;
}
@media (max-width: 767px) {
  .-modal .understand-list__item > dd:first-of-type {
    width: 30%;
  }
}

.-modal .understand-list__item > dd:last-of-type {
  width: 45%;
  margin: 0;
  line-height: 1.8;
  font-size: 12px;
}
@media (max-width: 767px) {
  .-modal .understand-list__item > dd:last-of-type {
    width: 50%;
  }
}

/* understand-link
--------------------------------------------------*/
.understand-link {
  margin-top: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .understand-link {
    margin-top: 10vw;
  }
}
@media (max-width: 767px) {
  .fvmodal .understand-link {
    margin: 8vw 0;
  }
}

.understand-link__text {
  position: relative;
  text-decoration: underline;
  font-weight: bold;
  font-size: 20px;
}
@media (max-width: 767px) {
  .understand-link__text {
    font-size: 4vw;
  }
}
.understand-link__text::before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-top: solid 2px #b9103c;
  border-right: solid 2px #b9103c;
  transform: rotate(45deg);
  position: absolute;
  top: 9px;
  left: -30px;
}
@media (max-width: 767px) {
  .fvmodal .understand-link__text::before {
    top: 5px;
    left: -15px;
  }
}
.understand-link__text br {
  display: none;
}
@media (max-width: 767px) {
  .understand-link__text br {
    display: inline;
  }
}

.-large .understand-link__text {
  font-size: 24px;
}
@media (max-width: 767px) {
  .-large .understand-link__text {
    font-size: 5vw;
  }
}

.flow {
  width: 100%;
  padding: 0 0 45px;
}
@media (max-width: 767px) {
  .flow {
    padding: 0;
  }
}

.flow__head {
  width: 100%;
  height: 40px;
  background: url(/image/sbstlog_relocation_flow-line_bg.jpg) repeat-x center;
  text-align: center;
}
@media (max-width: 767px) {
  .flow__head {
    height: auto;
  }
}
.flow__head span {
  display: inline-block;
  background: #fff;
  padding: 0 32px;
}
.flow__head span img {
  vertical-align: middle;
}
@media (max-width: 767px) {
  .flow__head span img {
    max-width: 175px;
  }
}

.flow__list {
  width: 100%;
  height: 350px;
  background: url(/image/sbstlog_relocation_flow-list_bg.jpg) no-repeat center;
}
@media (max-width: 767px) {
  .flow__list {
    height: auto;
    background: #dddddd;
  }
}

.flow-list__wrap {
  display: flex;
  justify-content: space-between;
  width: 1146px;
  margin: 40px auto 0;
  padding: 35px 0 0;
}
@media (max-width: 767px) {
  .flow-list__wrap {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 3rem 0 5rem;
  }
}
.flow-list__wrap li {
  box-sizing: content-box;
  width: 211px;
}
@media (max-width: 767px) {
  .flow-list__wrap li {
    width: 300px;
    font-size: 1.8vh;
  }
}
.flow-list__wrap li:nth-of-type(2), .flow-list__wrap li:nth-of-type(3) {
  padding: 0 0 0 25px;
}
@media (max-width: 767px) {
  .flow-list__wrap li:nth-of-type(2), .flow-list__wrap li:nth-of-type(3) {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .flow-list__wrap li ~ li {
    margin: 2rem 0 0;
  }
}

.flow-list__head {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
}
.flow-list__head img {
  vertical-align: bottom;
}

.flow-list__text {
  margin: 18px 0 0;
  line-height: 1.4;
}

.flow__line {
  width: 100%;
  height: 40px;
  padding: 100px 0 0;
  background: url(/image/sbstlog_relocation_flow-line_bg.jpg) repeat-x center center;
  text-align: center;
}
@media (max-width: 767px) {
  .flow__line {
    height: 20px;
    padding: 2rem 0;
  }
}

.faq {
  margin: 55px auto 87px;
  background: #e9e9e9;
}
@media (max-width: 767px) {
  .faq {
    margin: 5rem auto 0;
    padding: 0 0 5rem;
  }
}

.faq__head {
  text-align: center;
}
.faq__head img {
  margin: -30px 0 0;
}

.faq-list {
  width: 1200px;
  margin: 0 auto;
  padding: 0 0 78px;
}
@media (max-width: 767px) {
  .faq-list {
    width: 100%;
    padding: 0 1rem 2rem;
  }
}

.faq-list__q {
  position: relative;
  margin: 30px 0 0;
  padding: 5px 0 20px 50px;
  border-bottom: 2px dotted #c2c2c2;
  cursor: pointer;
  font-weight: bold;
  font-size: 20px;
}
@media (max-width: 767px) {
  .faq-list__q {
    margin: 1rem 0 0;
    padding: 1rem 5rem;
    line-height: 1.4;
    font-size: 1.8vh;
  }
}
.faq-list__q::before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 7px;
  width: 20px;
  height: 28px;
  background: url(/image/sbstlog_relocation_faq_icon01.png) no-repeat center;
}
@media (max-width: 767px) {
  .faq-list__q::before {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }
}
.faq-list__q i {
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 20px;
  width: 16px;
  height: 16px;
}
@media (max-width: 767px) {
  .faq-list__q i {
    right: 1rem;
  }
}
.faq-list__q i::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4px;
  height: 100%;
  background: #b9103c;
}
.faq-list__q i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 4px;
  background: #b9103c;
}

.faq-list__q.active {
  border: none;
}
.faq-list__q.active i {
  width: 20px;
}
.faq-list__q.active i::before {
  display: none;
}
.faq-list__q.active i::after {
  height: 3px;
}

.faq-list__a {
  display: none;
  position: relative;
  margin: 0 0 0 0;
  padding: 25px 15px 35px 72px;
  background: #fff;
  line-height: 1.4;
  font-size: 18px;
}
@media (max-width: 767px) {
  .faq-list__a {
    padding: 2rem 1rem 2rem 5rem;
    font-size: 1.8vh;
  }
}
.faq-list__a::before {
  content: "";
  display: block;
  position: absolute;
  top: 27px;
  left: 26px;
  width: 16px;
  height: 20px;
  background: url(/image/sbstlog_relocation_faq_icon02.png) no-repeat center;
}
@media (max-width: 767px) {
  .faq-list__a::before {
    top: 2rem;
    left: 1.5rem;
  }
}

.link-area {
  margin-bottom: 100px;
  padding: 100px 0 100px;
  background: #e6e6e6 !important;
  font-weight: 500 !important;
}
@media (max-width: 767px) {
  .link-area {
    margin-bottom: 16vw;
    padding: 16vw 0 16vw;
  }
}
@media (min-width: 768px) {
  .link-area.-office {
    margin-bottom: 150px;
  }
}

.link-area__inner {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

.link-area__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 770px;
  margin: 0 auto;
  padding: 30px;
  background: #fff;
}
@media (max-width: 767px) {
  .link-area__item {
    flex-wrap: wrap;
    width: 100%;
    padding: 3rem 2rem;
  }
}

.link-area__img {
  width: 350px;
  margin-top: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .link-area__img {
    width: 100%;
    margin-top: 3vw;
  }
}

@media (min-width: 768px) {
  .link-area__description {
    width: 320px;
  }
}
@media (max-width: 767px) {
  .link-area__description {
    width: 100%;
    margin: 2vw auto 0;
  }
}

.link-area__title {
  font-size: 20px;
}
@media (min-width: 768px) {
  .link-area__title {
    text-align: left;
  }
}

.link-area__text {
  margin-top: 20px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .link-area__text {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .link-area__text {
    margin-top: 3vw;
    font-size: 100%;
  }
}

.link-area__button {
  margin-top: 20px;
  text-align: right;
  font-size: 14px;
  color: #5a5a5a;
}
@media (max-width: 767px) {
  .link-area__button {
    margin-top: 3vw;
  }
}
.link-area__button > span {
  display: inline-block;
  position: relative;
  padding-bottom: 0.1em;
}
.link-area__button > span::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #7c7c7c;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

@media screen and (min-width: 950px) {
  .link-area__item:hover .link-area__button > span::after {
    left: 100%;
    width: 0;
  }
}
@media (min-width: 768px) {
  .f-pc-16 {
    font-size: 16px !important;
  }
}
.footer-cv-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: solid 2px #d6d6d6;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
}

.footer-cv-text {
  width: 80%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  color: #fff;
}
.footer-cv-text > span {
  font-family: "Roboto", sans-serif;
  font-size: 0.6em;
  margin-left: 1em;
}

.footer-cv-img {
  width: 20%;
  border-left: dotted 1px #d6d6d6;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lp-relocation .l-footer {
  padding-bottom: 0 !important;
}

.location-search__result {
  margin-bottom: 8px;
}

.location-list {
  border-top: 1px solid #DDD;
}
.location-list li {
  border-bottom: 1px solid #DDD;
}

.location-list-item {
  display: flex;
  align-items: center;
  padding: 32px 0;
}
@media (max-width: 767px) {
  .location-list-item {
    padding: 24px 0;
    flex-direction: column;
    align-items: flex-start;
  }
}
.location-list-item__info {
  flex: 1 0 0%;
}
@media (max-width: 767px) {
  .location-list-item__info {
    margin-bottom: 16px;
  }
}
.location-list-item__name {
  font-weight: 700;
  margin-bottom: 8px;
}
.location-list-item__map {
  display: inline-block;
  font-weight: normal;
}
.location-list-item__map-link {
  display: inline-block;
  padding: 0 2px 0 6px;
}
.location-list-item__map-link:hover {
  color: #E55A00;
}
.location-list-item__map-text {
  position: relative;
  padding: 0 2rem 0 1.6rem;
  text-decoration: underline;
}
.location-list-item__map-text::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: -2px;
  width: 14px;
  height: 18px;
  background: url(/image/sbshlds_icn_location.svg) no-repeat center/cover;
}
.location-list-item__map-text::after {
  content: "\e911";
  font-family: "icomoon";
  font-weight: 400;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  color: #E55A00;
}
@media (min-width: 768px) {
  .location-list-item__address span {
    margin-right: 24px;
  }
}
@media (max-width: 767px) {
  .location-list-item__address span {
    display: block;
  }
}
.location-list-item__btn {
  width: 200px;
}
@media (max-width: 767px) {
  .location-list-item__btn {
    width: 100%;
  }
}

.location-link-list li {
  border-bottom: 1px solid #DFDFDF;
}
.location-link-list a {
  display: block;
  padding: 16px;
  font-size: 1.8rem;
  position: relative;
  width: 100%;
}
.location-link-list a::after {
  content: "\e904";
  font-family: "icomoon";
  font-weight: 400;
  color: #E55A00;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
}
.location-link-list a:hover {
  color: #E55A00;
}
@media (max-width: 767px) {
  .location-link-list a {
    padding: 12px 8px;
    font-size: 1.6rem;
  }
}

.location-search-area {
  padding-bottom: 32px;
  border-bottom: 2px solid #DDD;
  position: relative;
}
.location-search-area::before {
  content: "";
  display: block;
  width: 96px;
  height: 2px;
  background: #E55A00;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.location-search-area__jp {
  position: relative;
}
.location-search-area__oversea {
  position: relative;
}
.location-search-area__text {
  order: 3;
  width: 100%;
  margin-top: 16px;
  font-size: 1.4rem;
  color: #B9103C;
  text-align: right;
}
@media (min-width: 768px) {
  .location-search-area {
    display: flex;
    flex-wrap: wrap;
  }
  .location-search-area__jp {
    order: 2;
    width: 80%;
  }
  .location-search-area__jp img {
    position: relative;
    top: 0;
    left: 110px;
    max-width: 599px;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .location-search-area__jp img {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 768px) {
  .location-search-area__oversea {
    order: 1;
    width: 20%;
  }
  .location-search-area__oversea img {
    position: relative;
    top: 10%;
    left: 10%;
    max-width: 148px;
  }
}
@media (max-width: 767px) {
  .location-search-area::before {
    width: 80px;
  }
  .location-search-area__jp {
    text-align: right;
  }
  .location-search-area__jp img {
    width: 80%;
  }
  .location-search-area__oversea {
    margin-top: 24px;
  }
  .location-search-area__oversea img {
    width: 20%;
  }
  .location-search-area__text {
    font-size: 1.2rem;
  }
}
.location-search-area__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  position: absolute;
  line-height: 1.2;
  white-space: nowrap;
  text-align: left;
}
@media (max-width: 767px) {
  .location-search-area__link {
    gap: 4px;
  }
}
.location-search-area__link span {
  flex: 1 0 0;
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: underline;
}
.location-search-area__link span > span {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .location-search-area__link span > span {
    display: none;
  }
}
.location-search-area__link br {
  display: none;
}
.location-search-area__link:hover {
  color: #E55A00;
}
.location-search-area__link::before {
  content: "";
  display: block;
  width: 30px;
  height: 38px;
  background: url(/image/sbshlds_icn_location.svg) no-repeat center center/contain;
}
.location-search-area__link::after {
  content: "\e904";
  font-family: "icomoon";
  font-weight: 400;
  color: #E55A00;
}
.location-search-area__link.-map01 {
  top: 150px;
  left: 540px;
}
.location-search-area__link.-map02 {
  top: 290px;
  left: 490px;
}
.location-search-area__link.-map03 {
  top: 180px;
  left: 240px;
}
.location-search-area__link.-map03 br {
  display: block;
}
.location-search-area__link.-map04 {
  top: 235px;
  left: 135px;
}
.location-search-area__link.-map04 br {
  display: block;
}
.location-search-area__link.-map05 {
  top: 300px;
  left: 15px;
}
.location-search-area__link.-map06 {
  top: 410px;
  left: 260px;
}
.location-search-area__link.-map07 {
  top: 390px;
  left: -40px;
}
.location-search-area__link.-map07 br {
  display: block;
}
.location-search-area__link.-map08 {
  top: 90px;
  left: 180px;
}
@media (max-width: 1000px) {
  .location-search-area__link span {
    font-size: 1.6rem;
  }
  .location-search-area__link span > span {
    font-size: 1.2rem;
  }
  .location-search-area__link::before {
    width: 24px;
    height: 36px;
  }
  .location-search-area__link.-map01 {
    left: 50vw;
  }
  .location-search-area__link.-map01 br {
    display: block;
  }
  .location-search-area__link.-map02 {
    left: 47vw;
  }
  .location-search-area__link.-map03 {
    left: 25vw;
  }
  .location-search-area__link.-map04 {
    left: 14vw;
  }
  .location-search-area__link.-map05 {
    left: -6vw;
  }
  .location-search-area__link.-map06 {
    left: 22vw;
  }
  .location-search-area__link.-map07 {
    left: -14vw;
  }
  .location-search-area__link.-map08 {
    left: 160px;
  }
}
@media (max-width: 767px) {
  .location-search-area__link span {
    font-size: 1.4rem;
  }
  .location-search-area__link span > span {
    font-size: 1rem;
  }
  .location-search-area__link::before {
    width: 12px;
    height: 18px;
  }
  .location-search-area__link::after {
    font-size: 1.2rem;
  }
  .location-search-area__link br {
    display: block;
  }
  .location-search-area__link.-map01 {
    top: 20vw;
    left: inherit;
    right: -15px;
  }
  .location-search-area__link.-map02 {
    top: 41vw;
    left: inherit;
    right: 12vw;
  }
  .location-search-area__link.-map03 {
    top: 22vw;
    left: 35vw;
  }
  .location-search-area__link.-map04 {
    top: 28vw;
    left: 20vw;
  }
  .location-search-area__link.-map05 {
    top: 35vw;
    left: 8vw;
  }
  .location-search-area__link.-map06 {
    top: 50vw;
    left: 37vw;
  }
  .location-search-area__link.-map07 {
    top: 47vw;
    left: 0;
  }
  .location-search-area__link.-map08 {
    top: 30%;
    left: 20vw;
  }
}

.location-search-modal {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
}
.location-search-modal__bg {
  background: rgba(255, 255, 255, 0.7);
  height: 100%;
  width: 100%;
  position: absolute;
}
.location-search-modal__close {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
  transition: 0.3s;
}
.location-search-modal__close::before, .location-search-modal__close::after {
  content: "";
  display: block;
  width: 24px;
  height: 3px;
  background: #3A3A3A;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.location-search-modal__close::before {
  transform: translateX(-50%) rotate(45deg);
}
.location-search-modal__close::after {
  transform: translateX(-50%) rotate(-45deg);
}
@media (min-width: 1256px) {
  .location-search-modal__close:hover {
    opacity: 0.7;
  }
}
.location-search-modal__content {
  max-width: 640px;
  width: 90%;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.65);
  position: relative;
  padding: 24px 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .location-search-modal__content {
    padding: 24px 16px;
  }
}
.location-search-modal__heading {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.4;
}
.location-search-modal__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.location-search-modal__btns a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  border: 2px solid #E55A00;
  background: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  color: #E55A00;
  padding: 8px 24px;
  position: relative;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .location-search-modal__btns a {
    padding: 6px 16px;
  }
}
.location-search-modal__btns a::before {
  content: "";
  display: block;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background: linear-gradient(to left, #DD1F01, #F68306);
  border-radius: 100px;
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: 10;
  opacity: 0;
  transition: 0.3s all;
}
.location-search-modal__btns a > span {
  position: relative;
  font-size: 1.5rem;
  padding-right: 1.25em;
  z-index: 11;
}
.location-search-modal__btns a > span::after {
  content: "\e904";
  font-family: "icomoon";
  font-weight: 400;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
}
.location-search-modal__btns a > span > span {
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .location-search-modal__btns a > span {
    font-size: 1.2rem;
  }
  .location-search-modal__btns a > span > span {
    font-size: 1rem;
  }
}
@media (min-width: 1256px) {
  .location-search-modal__btns a:hover {
    color: #fff;
    border-color: transparent;
    background: transparent;
  }
  .location-search-modal__btns a:hover:before {
    opacity: 1;
  }
}

.location-detail-section + .location-detail-section {
  border-top: 2px solid #DDD;
  padding-top: 40px;
  margin-top: 80px;
  position: relative;
}
.location-detail-section + .location-detail-section::before {
  content: "";
  display: block;
  width: 96px;
  height: 2px;
  background: #E55A00;
  position: absolute;
  top: -2px;
  left: 0;
}

.location-detail-info {
  display: grid;
  grid-template-columns: 1fr 50%;
  grid-template-rows: auto 1fr;
  gap: 16px 24px;
}
@media (max-width: 767px) {
  .location-detail-info {
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto;
    gap: 16px;
  }
}
.location-detail-info__name {
  grid-row: 1/2;
  grid-column: 1/2;
}
.location-detail-info__name span {
  display: block;
}
.location-detail-info__name span:last-child {
  font-size: 3.2rem;
}
.location-detail-info__img {
  grid-row: 1/3;
  grid-column: 2/3;
}
@media (max-width: 767px) {
  .location-detail-info__img {
    grid-row: 2/3;
    grid-column: 1/2;
  }
}
.location-detail-info__main {
  grid-row: 2/3;
  grid-column: 1/2;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .location-detail-info__main {
    grid-row: 3/4;
  }
}
.location-detail-info__red {
  font-size: 3.2rem;
  font-weight: 700;
  color: #B9103C;
  padding-left: 8px;
}

.location-table {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #DDD;
  border-left: 1px solid #DDD;
}
.location-table__item {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #DDD;
}
.location-table__item.-col2 {
  width: 50%;
}
.location-table__item.-col1 {
  width: 100%;
}
@media (max-width: 767px) {
  .location-table__item {
    font-size: 1.4rem;
  }
  .location-table__item.-col2 {
    width: 100%;
  }
  .location-table__item.-sp-column dt,
  .location-table__item.-sp-column dd {
    width: 100%;
  }
}
.location-table__item dt,
.location-table__item dd {
  border-right: 1px solid #DDD;
  padding: 12px 16px;
}
@media (max-width: 767px) {
  .location-table__item dt,
  .location-table__item dd {
    padding: 12px;
  }
}
.location-table__item dt {
  font-weight: 400;
  background: #EBEDEF;
  width: 203px;
}
@media (max-width: 1255px) {
  .location-table__item dt {
    width: 15vw;
  }
}
@media (max-width: 767px) {
  .location-table__item dt {
    width: 110px;
  }
}
.location-table__item dd {
  flex: 1 0 0%;
}

.location-area-link__top {
  display: flex;
  padding-bottom: 8px;
  margin-bottom: 24px;
  border-bottom: 2px solid #DDD;
  position: relative;
}
@media (min-width: 768px) {
  .location-area-link__top {
    justify-content: space-between;
    align-items: center;
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .location-area-link__top {
    flex-direction: column;
  }
}
.location-area-link__top::before {
  content: "";
  display: block;
  width: 96px;
  height: 2px;
  background: #E55A00;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.location-area-link__top > div:first-child {
  font-size: 2.1rem;
  font-weight: 700;
}
.location-area-link__top > div:last-child {
  text-align: right;
}
.location-area-link__top a span {
  text-decoration: underline;
}
.location-area-link__top a:hover {
  color: #E55A00;
}
.location-area-link__top a::after {
  content: "\e904";
  font-family: "icomoon";
  font-weight: 400;
  margin-left: 0.25em;
  color: #E55A00;
}
.location-area-link__list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.location-area-link__item span {
  font-weight: 700;
  text-decoration: underline;
}
.location-area-link__item:hover {
  color: #E55A00;
}
.location-area-link__item::after {
  content: "\e904";
  font-family: "icomoon";
  font-weight: 400;
  margin-left: 0.25em;
  color: #E55A00;
}
.location-area-link__item.-current {
  color: #B9103C;
}

@media (min-width: 768px) {
  .location-tel {
    cursor: text;
  }
  .location-tel a[href*="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
@media (max-width: 767px) {
  .location-tel a[href*="tel:"] {
    text-decoration: underline;
  }
}
.location-detail-info__red a[href*="tel:"],
span.u-font-sbs-red a[href*="tel:"] {
  color: #B9103C;
}

.location-lead {
  position: absolute;
  top: 0;
}
.location-lead > p {
  font-size: 1.5rem;
}
@media (max-width: 1255px) {
  .location-lead > p {
    font-size: 1.4rem;
  }
}

.warehouse-slide-card {
  position: relative;
  display: block;
  height: 100%;
  border: 1px solid #DDD;
}
.warehouse-slide-card__img {
  overflow: hidden;
}
.warehouse-slide-card__img img {
  width: 100%;
  transition: 0.3s all;
}
.warehouse-slide-card__inner {
  padding: 16px;
}
.warehouse-slide-card__name {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.warehouse-slide-card__appeal {
  font-size: 1.4rem;
  margin-bottom: 8px;
}
.warehouse-slide-card__area {
  font-size: 1.2rem;
  color: #404544;
  text-indent: -6em;
  padding-left: 6em;
  line-height: 1.6;
  margin-bottom: 4px;
}
.warehouse-slide-card__area span {
  font-size: 2.1rem;
  font-weight: 500;
  color: #B9103C;
  margin-left: 8px;
  line-height: 1em;
  padding-bottom: 2px;
}
.warehouse-slide-card__address {
  font-size: 1.2rem;
  margin-bottom: 36px;
}
.warehouse-slide-card__link {
  position: absolute;
  right: 16px;
  bottom: 16px;
  text-align: right;
  font-size: 1.2rem;
}
.warehouse-slide-card__link span {
  text-decoration: underline;
}
.warehouse-slide-card__link::after {
  content: "\e911";
  font-family: "icomoon";
  font-weight: 400;
  margin: 0 0.5em 0 0.25em;
  color: #E55A00;
}
@media (min-width: 1256px) {
  .warehouse-slide-card:hover {
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.16);
  }
  .warehouse-slide-card:hover .warehouse-slide-card__img img {
    transform: scale(1.1, 1.1);
  }
}

.warehouse-card {
  display: grid;
  grid-template-columns: 148px 1fr;
  height: 100%;
  padding: 16px;
  border: 1px solid #DDD;
}
@media (max-width: 767px) {
  .warehouse-card {
    grid-template-columns: 108px 1fr;
  }
}
.warehouse-card__name {
  grid-row: 1/2;
  grid-column: 1/3;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 16px;
  border-left: 5px solid #B9103C;
  padding-left: 8px;
}
.warehouse-card__img {
  grid-row: 2/4;
  grid-column: 1/2;
  margin-right: 24px;
}
@media (max-width: 767px) {
  .warehouse-card__img {
    margin-right: 12px;
  }
}
.warehouse-card__appeal {
  grid-row: 2/3;
  grid-column: 2/3;
  font-size: 1.4rem;
  margin-bottom: 8px;
}
.warehouse-card__address {
  grid-row: 3/4;
  grid-column: 2/3;
  font-size: 1.2rem;
  line-height: 1.4;
}
.warehouse-card__area {
  grid-row: 4/5;
  grid-column: 1/3;
  font-size: 1.2rem;
  color: #404544;
  margin: 8px 0;
  border-top: 1px solid #DDD;
  padding-top: 8px;
  line-height: 1.4;
  text-indent: -6em;
  padding-left: 6em;
}
.warehouse-card__area span {
  font-size: 2.1rem;
  font-weight: 500;
  color: #B9103C;
  margin-left: 8px;
}
.warehouse-card__info {
  grid-row: 5/6;
  grid-column: 1/3;
  font-size: 1.2rem;
  display: flex;
  margin-bottom: 8px;
}
.warehouse-card__info span {
  color: #404544;
  white-space: nowrap;
  margin-right: 8px;
}
.warehouse-card__rent {
  grid-row: 6/7;
  grid-column: 1/3;
  font-size: 1.2rem;
  color: #404544;
  margin-bottom: 8px;
}
.warehouse-card__rent span {
  font-size: 1.6rem;
  font-weight: 500;
  color: #333333;
  margin-left: 8px;
}
.warehouse-card__link {
  grid-row: 7/8;
  grid-column: 1/3;
  text-align: right;
  font-size: 1.2rem;
}
.warehouse-card__link span {
  text-decoration: underline;
}
.warehouse-card__link::after {
  content: "\e911";
  font-family: "icomoon";
  font-weight: 400;
  margin: 0 0.5em 0 0.25em;
  color: #E55A00;
}
@media (min-width: 1256px) {
  .warehouse-card:hover {
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.16);
  }
}

.warehouse-search-area {
  display: flex;
  gap: 16px;
}
.warehouse-search-area__select {
  width: 50%;
  max-width: 440px;
}
.warehouse-search-area__check {
  flex: 1 0 0%;
}
.warehouse-search-area__item {
  display: none;
}
@media (max-width: 767px) {
  .warehouse-search-area {
    flex-direction: column;
  }
  .warehouse-search-area__select {
    width: 100%;
    max-width: inherit;
  }
}

.warehouse-result__sort {
  margin-bottom: 24px;
}
.warehouse-result__detail {
  margin-bottom: 8px;
  text-align: right;
}
.warehouse-result__detail span:last-child {
  font-weight: 500;
}

.warehouse-recommended .slick-track {
  display: flex;
  align-items: stretch;
}
.warehouse-recommended .slick-slide {
  height: auto !important;
}
@media (max-width: 767px) {
  .warehouse-recommended .slick-slide > div {
    height: 100% !important;
  }
}
.warehouse-recommended .c-slider__item {
  position: relative;
}

@media (min-width: 768px) {
  .news-head {
    display: flex;
    justify-content: space-between;
  }
}
.news-head__item {
  display: flex;
}
@media (min-width: 1256px) {
  .news-head__item {
    align-items: center;
  }
}
@media (max-width: 1255px) {
  .news-head__item {
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .news-head__item + .news-head__item {
    margin-top: 24px;
  }
}
.news-head__title {
  font-weight: 700;
}
@media (min-width: 1256px) {
  .news-head__title {
    font-size: 2rem;
    margin-right: 16px;
  }
}
@media (max-width: 1255px) {
  .news-head__title {
    font-size: 1.9rem;
    margin-bottom: 4px;
  }
}

.news-list {
  border-top: 1px solid #DDD;
}
.news-list li {
  border-bottom: 1px solid #DDD;
}
.news-list__item {
  display: flex;
  align-items: center;
  padding: 24px 40px;
  background: #fff;
  position: relative;
}
.news-list__item[href$=".pdf"] .news-list__title::after {
  content: "\e900";
}
.news-list__item[target=_blank] .news-list__title::after {
  content: "\e911";
}
@media (max-width: 1255px) {
  .news-list__item {
    padding: 24px 0;
  }
}
@media (max-width: 767px) {
  .news-list__item {
    flex-wrap: wrap;
  }
}
@media (min-width: 1256px) {
  .news-list__item:hover {
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.16);
    z-index: 10;
  }
}
.news-list__date {
  font-size: 1.3rem;
  color: #909090;
  width: 80px;
  margin-right: 12px;
}
.news-list__category {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-size: 1.1rem;
  color: #B9103C;
  width: 56px;
  height: 14px;
  border: 1px solid #B9103C;
  border-radius: 7px;
  margin-right: 12px;
}
.news-list__category.-small {
  letter-spacing: -0.05rem;
}
.news-list__title {
  flex: 1 0 0%;
}
.news-list__title::after {
  content: "\e904";
  font-family: "icomoon";
  font-weight: 400;
  margin-left: 0.25em;
  color: #E55A00;
}
@media (max-width: 767px) {
  .news-list__title {
    flex: 1 0 100%;
  }
}

.news-list__item.-empty {
  display: block;
}
@media (min-width: 1256px) {
  .news-list__item.-empty {
    text-align: center;
  }
  .news-list__item.-empty:hover {
    box-shadow: none;
  }
}

.mf_finder_searchBox {
  margin: 0px;
}
.mf_finder_searchBox input:focus {
  outline: none;
}

.mf_finder_organic_header_wrapper:lang(ja) .mf_finder_organic_range_from, .mf_finder_organic_header_wrapper:lang(ja) .mf_finder_organic_range_to, .mf_finder_organic_header_wrapper:lang(ja) .mf_finder_organic_total, .mf_finder_organic_header_wrapper:lang(ja) .mf_finder_query, .mf_finder_organic_header_wrapper:lang(ja-JP) .mf_finder_organic_range_from, .mf_finder_organic_header_wrapper:lang(ja-JP) .mf_finder_organic_range_to, .mf_finder_organic_header_wrapper:lang(ja-JP) .mf_finder_organic_total, .mf_finder_organic_header_wrapper:lang(ja-JP) .mf_finder_query, .mf_finder_organic_header_wrapper:lang(kr) .mf_finder_organic_range_from, .mf_finder_organic_header_wrapper:lang(kr) .mf_finder_organic_range_to, .mf_finder_organic_header_wrapper:lang(kr) .mf_finder_organic_total, .mf_finder_organic_header_wrapper:lang(kr) .mf_finder_query, .mf_finder_organic_header_wrapper:lang(tr) .mf_finder_organic_range_from, .mf_finder_organic_header_wrapper:lang(tr) .mf_finder_organic_range_to, .mf_finder_organic_header_wrapper:lang(tr) .mf_finder_organic_total, .mf_finder_organic_header_wrapper:lang(tr) .mf_finder_query, .mf_finder_organic_header_wrapper:lang(zh) .mf_finder_organic_range_from, .mf_finder_organic_header_wrapper:lang(zh) .mf_finder_organic_range_to, .mf_finder_organic_header_wrapper:lang(zh) .mf_finder_organic_total, .mf_finder_organic_header_wrapper:lang(zh) .mf_finder_query, .mf_finder_organic_header_wrapper:lang(zh-CN) .mf_finder_organic_range_from, .mf_finder_organic_header_wrapper:lang(zh-CN) .mf_finder_organic_range_to, .mf_finder_organic_header_wrapper:lang(zh-CN) .mf_finder_organic_total, .mf_finder_organic_header_wrapper:lang(zh-CN) .mf_finder_query, .mf_finder_organic_header_wrapper:lang(zh-tw) .mf_finder_organic_range_from, .mf_finder_organic_header_wrapper:lang(zh-tw) .mf_finder_organic_range_to, .mf_finder_organic_header_wrapper:lang(zh-tw) .mf_finder_organic_total, .mf_finder_organic_header_wrapper:lang(zh-tw) .mf_finder_query {
  font-size: 1.6rem;
}

.mf_finder_organic_doc_title {
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .mf_finder_organic_doc {
    display: flex;
    flex-direction: column;
  }
}

.mf_finder_organic_doc_body, .mf_finder_link, .mf_finder_organic_doc_url {
  font-size: 1.4rem;
  word-break: break-word;
}

.mf_finder_organic_doc_zoom {
  display: none !important;
}

.mf_finder_organic_doc_body {
  height: 4rem;
}

.mf_finder_searchBox_items {
  padding: 0;
  border-bottom: 1px solid #9E052B;
  margin-bottom: 24px;
}

.mf_finder_searchBox_query_input {
  font-size: 1.6rem;
  padding: 2px 8px;
  border: 0;
  height: 40px;
}

.mf_finder_searchBox_submit {
  width: 40px;
  height: 40px;
  padding: 0;
  background: transparent;
}
.mf_finder_searchBox_submit::before {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  content: "\e907";
  font-size: 2.4rem;
  font-family: "icomoon";
  font-weight: 400;
  color: #9E052B;
}
.mf_finder_searchBox_submit span {
  display: none;
}

.mf_finder_searchBox_useToggle .mf_finder_searchBox_selects {
  overflow: visible;
}

.mf_finder_searchBox_useToggle .mf_finder_searchBox_selects .mf_finder_searchBox_toggle a::before {
  display: none !important;
}

.mf_finder_searchBox_useToggle .mf_finder_searchBox_misc {
  display: block !important;
}

.mf_finder_searchBox_useToggle .mf_finder_searchBox_selects .mf_finder_searchBox_category_select {
  width: calc(100% - 3em);
}

.mf_finder_searchBox_selects select {
  height: 40px;
  font-size: 1.6rem;
  padding: 2px 8px;
  border: 1px solid #D5D5D5;
  border-bottom-width: 1px;
}

.mf_finder_searchBox_selects .mf_finder_searchBox_category:before,
.mf_finder_searchBox_selects .mf_finder_searchBox_doctype:before,
.mf_finder_searchBox_selects .mf_finder_searchBox_sort:before,
.mf_finder_searchBox_selects .mf_finder_searchBox_pagemax:before {
  font-size: 1.4rem;
}

.mf_finder_searchBox_useToggle .mf_finder_searchBox_selects .mf_finder_searchBox_category:after {
  content: "\e90b";
  font-family: "icomoon";
  font-size: 1.6rem;
  font-weight: 400;
  color: #E55A00;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 32px;
}

.mf_zerohitText {
  display: none;
}

.mf_finder_organic_zerohit + .mf_zerohitText {
  display: block !important;
  margin-top: 32px;
}

.mf_finder_searchBox_selects label {
  margin-bottom: 0;
}

.mf_finder_searchBox_selects label:before {
  width: 1em;
  margin-right: 0.5em;
}

.mf_finder_searchBox_selects label:after {
  content: "\e90b";
  font-family: "icomoon";
  font-size: 1.6rem;
  font-weight: 400;
  color: #E55A00;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 8px;
}

.mf_finder_searchBox_useToggle .mf_finder_searchBox_selects .mf_finder_searchBox_toggle {
  width: 1em;
}

.mf_finder_searchBox_misc label {
  margin-right: 16px;
}

.mf_finder_searchBox_useToggle.mf_finder_searchBox_useToggle_show .mf_finder_searchBox_misc {
  padding-top: 0;
  margin-top: 16px;
}

.mf_finder_searchBox_doctype_select {
  width: 96px !important;
}

.mf_finder_searchBox_sort_select {
  width: 104px !important;
}

.mf_finder_searchBox_pagemax_select {
  width: 72px !important;
}

.mf_finder_searchBox_useToggle .mf_finder_searchBox_selects .mf_finder_searchBox_toggle a {
  display: block;
  height: 100%;
}

.mf_finder_searchBox_useToggle.mf_finder_searchBox_useToggle_show .mf_finder_searchBox_selects .mf_finder_searchBox_toggle > a:after,
.mf_finder_searchBox_useToggle .mf_finder_searchBox_selects .mf_finder_searchBox_toggle a:after {
  display: none;
}

.mf_finder_organic_pager {
  margin: 32px 0;
}

@media (max-width: 767px) {
  .c-btn {
    font-size: 1.6rem;
  }
}

@media (max-width: 767px) {
  .l-footer {
    padding-bottom: 72px;
  }
}

.c-modal__content {
  height: auto;
  max-height: 75%;
}
.c-modal__content > div {
  overflow-y: hidden;
}
@media (max-width: 767px) {
  .c-modal__content > div {
    padding: 20px;
  }
}

.js-modal-scr .c-modal__content > div {
  overflow-y: scroll;
  height: 75vh;
}
@media (max-width: 767px) {
  .js-modal-scr .c-modal__content > div .c-link-list__inner {
    flex-direction: row;
  }
}

@media (max-width: 767px) {
  .js-modal-sp-scr .c-modal__content > div {
    overflow-y: scroll;
    height: 75vh;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .js-modal-sp-scr .c-modal__content > div .c-link-list__inner {
    flex-direction: row;
  }
}

