@charset "UTF-8";
/*----- base-font-family -----*/
.c-pagetop {
  width: 100%;
  height: 46px;
}
.c-pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #4A4A4A;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
}
.c-pagetop a::before {
  content: "\e906";
  font-size: 2rem;
  font-family: "icomoon";
  font-weight: 400;
  margin-right: 16px;
}
@media (min-width: 1256px) {
  .c-pagetop a:hover {
    opacity: 0.8;
  }
}

.l-footer__main {
  background: #2B2B2B;
  padding: 0 20px;
}
.l-footer__inner {
  max-width: 1256px;
  margin: 0 auto;
  padding: 64px 0 24px;
  display: flex;
}
.l-footer__inner > div {
  flex: 1 0 0%;
}
.l-footer__inner > div:not(:last-child) {
  margin-right: 16px;
}
@media (max-width: 1255px) {
  .l-footer__inner {
    padding: 32px 0;
    flex-direction: column;
  }
  .l-footer__inner > div:not(:last-child) {
    margin-right: 0;
  }
}
.l-footer__bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  background: #4A4A4A;
}
@media (max-width: 767px) {
  .l-footer__bottom {
    height: 60px;
  }
}
.l-footer__bottom ul {
  display: flex;
  justify-content: center;
}
.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: 35px;
  }
}
.l-footer__bottom a {
  font-size: 1.2rem;
  color: #fff;
}
@media (min-width: 1256px) {
  .l-footer__bottom a:hover {
    opacity: 0.7;
  }
}
.l-footer__copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 46px;
  font-size: 1.2rem;
  color: #fff;
  background: linear-gradient(135deg, #B9103C 0%, #E55A00 100%);
}
@media (max-width: 1255px) {
  .l-footer__copyright {
    height: 38px;
  }
}

.c-footer-menu {
  color: #fff;
}
@media (min-width: 1256px) {
  .c-footer-menu {
    font-size: 1.3rem;
  }
  .c-footer-menu a:hover {
    opacity: 0.7;
  }
  .c-footer-menu ul {
    display: block !important;
  }
  .c-footer-menu ul li {
    padding-bottom: 10px;
  }
  .c-footer-menu ul a[target=_blank]::after {
    content: "\e911";
    font-family: "icomoon";
    font-weight: 400;
  }
}
@media (max-width: 1255px) {
  .c-footer-menu ul {
    display: none;
    font-size: 1.3rem;
  }
  .c-footer-menu ul li {
    border-bottom: 1px solid #696969;
  }
  .c-footer-menu ul li a {
    display: block;
    padding: 12px;
    position: relative;
  }
  .c-footer-menu ul li a::before {
    content: "\e904";
    font-size: 1.6rem;
    font-family: "icomoon";
    font-weight: 400;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 3px;
  }
  .c-footer-menu ul li a[target=_blank]::before {
    content: "\e911";
  }
}
@media (min-width: 1256px) {
  .c-footer-menu__btn {
    display: none;
  }
}
@media (max-width: 1255px) {
  .c-footer-menu__btn {
    width: 100%;
    padding: 12px 0;
    border-bottom: 1px solid #DFDFDF;
    display: block;
    position: relative;
  }
  .c-footer-menu__btn::before {
    content: "";
    width: 20px;
    height: 1px;
    background: #E55A00;
    position: absolute;
    bottom: -1px;
    left: 0;
  }
  .c-footer-menu__btn::after {
    content: "\e904";
    font-family: "icomoon";
    font-weight: 400;
    font-size: 1.8rem;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
  }
  .c-footer-menu__btn.-add::after {
    content: "\e909";
    font-size: 2.2rem;
  }
  .c-footer-menu__btn.-add.-active::after {
    content: "\e90e";
  }
}
@media (min-width: 1256px) {
  .c-footer-menu__top {
    font-size: 1.5rem;
    border-bottom: 1px solid #DFDFDF;
    margin-bottom: 15px;
    padding-bottom: 10px;
    position: relative;
  }
  .c-footer-menu__top + .c-footer-menu__top {
    margin-top: 28px;
  }
  .c-footer-menu__top::before {
    content: "";
    width: 20px;
    height: 1px;
    background: #E55A00;
    position: absolute;
    bottom: -1px;
    left: 0;
  }
  .c-footer-menu__top a::after {
    content: "\e904";
    font-family: "icomoon";
    font-weight: 400;
    margin-left: 6px;
  }
}
@media (max-width: 1255px) {
  .c-footer-menu__top.-pc-only {
    display: none;
  }
  .c-footer-menu__top a::after {
    content: "トップ";
  }
}

.-contact .l-footer__bottom {
  background: #2b2b2b;
}

.l-header {
  border-bottom: 1px solid #DDD;
  background: #fff;
  transition: 0.3s all;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
#top .l-header:not(.-scroll) {
  border: 0;
  background: transparent;
}
#top .l-header:not(.-scroll)::before {
  content: "";
  display: block;
  width: 100%;
  height: 260px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1255px) {
  #top .l-header:not(.-scroll)::before {
    height: 134px;
  }
}
.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: flex-end;
  }
}
.l-header__logo {
  padding: 16px 40px 0 40px;
}
.l-header__logo a {
  display: flex;
  align-items: center;
}
.l-header__logo img {
  transition: 0.3s all;
  width: 100%;
  height: auto;
}
.l-header__logo img:last-child {
  display: none;
}
#top .l-header:not(.-scroll) .l-header__logo img {
  display: block;
}
#top .l-header:not(.-scroll) .l-header__logo img:first-child {
  display: none;
}
@media (min-width: 1256px) {
  .-scroll .l-header__logo {
    padding-top: 0px;
  }
  .-scroll .l-header__logo a {
    max-width: 274px;
  }
  .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: 157px;
  }
}
@media (min-width: 1256px) {
  .l-header__btn {
    display: none;
  }
}
@media (max-width: 1255px) {
  .l-header__btn {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.l-header__subnav {
  padding: 16px 10px 8px 0;
}
@media (min-width: 1256px) {
  .-scroll .l-header__subnav {
    padding: 0 0 20px 0;
  }
}
@media (max-width: 1255px) {
  .l-header__subnav {
    padding: 0;
    margin-right: 60px;
  }
}
@media (max-width: 767px) {
  .l-header__subnav {
    margin-right: 50px;
  }
}
.l-header__mainnav {
  width: 100%;
  padding: 16px 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: "\e905";
  }
}

.l-subnav {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  font-weight: 500;
}
.l-subnav__lang {
  margin-right: 16px;
}
@media (max-width: 767px) {
  .l-subnav__lang {
    margin-right: 0;
  }
}
.l-subnav__contact {
  margin-right: 20px;
}
@media (min-width: 1256px) {
  .l-subnav__contact a {
    color: #2B2B2B;
  }
  #top .l-header:not(.-scroll) .l-subnav__contact a:not(:hover) {
    color: #fff;
  }
  .l-subnav__contact a:hover {
    color: #E55A00;
  }
}
@media (max-width: 1255px) {
  .l-subnav__contact {
    display: none;
  }
}
.l-subnav__btns {
  display: flex;
}
@media (max-width: 1255px) {
  .l-subnav__btns {
    flex-direction: column;
  }
}
.l-subnav__search {
  border-right: 1px solid #4E0015;
}
@media (max-width: 1255px) {
  .l-subnav__search {
    display: none !important;
  }
}
.l-subnav__global {
  border-right: 1px solid #4E0015;
}
.l-subnav__global button {
  width: 116px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #B9103C;
  color: #fff;
  transition: 0.3s all;
}
.l-subnav__global button::before {
  content: "\e905";
  font-size: 2.4rem;
  font-family: "icomoon";
  font-weight: 400;
  margin-right: 6px;
}
@media (min-width: 1256px) {
  .l-subnav__global button:hover {
    opacity: 0.8;
  }
}
@media (max-width: 1255px) {
  .l-subnav__global {
    order: 1;
    border-right: 0;
    border-top: 1px solid #4E0015;
  }
  .l-subnav__global button {
    width: 160px;
    height: 33px;
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .l-subnav__global {
    display: none;
  }
}
@media (max-width: 767px) {
  .l-subnav__group {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.c-gnav-item {
  color: #2B2B2B;
}
@media (min-width: 1256px) {
  #top .l-header:not(.-scroll) .c-gnav-item {
    color: #fff;
  }
}
@media (min-width: 1256px) {
  .c-gnav-item__btn {
    display: flex;
    align-items: flex-start;
    height: 48px;
    font-size: 1.5rem;
    font-weight: 700;
    position: relative;
    transition: 0.3s all;
  }
  .c-gnav-item__btn::after {
    content: "\e908";
    font-family: "icomoon";
    font-weight: 400;
    color: #E55A00;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 2px;
  }
  .c-gnav-item__btn:hover {
    color: #E55A00;
  }
  .c-gnav-item__btn.-active {
    color: #E55A00;
  }
  .c-gnav-item__btn.-active::after {
    content: "\e910";
  }
}
@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.2rem;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
  }
  .c-gnav-item__btn.-active::after {
    content: "\e90e";
  }
}
.c-gnav-item__menu-pc {
  display: none;
  width: 100vw;
  background: rgba(0, 0, 0, 0.85);
  padding: 55px 20px;
  position: fixed;
  top: 130px;
  left: 0;
}
.-scroll .c-gnav-item__menu-pc {
  top: 110px;
}
.c-gnav-item__menu-sp {
  display: none;
}
@media (min-width: 1256px) {
  .c-gnav-item__menu-sp {
    display: none !important;
  }
}
@media (max-width: 1255px) {
  .c-gnav-item__menu-sp li a {
    display: block;
    padding: 12px;
    font-size: 1.3rem;
    border-bottom: 1px solid #EBEBEB;
    position: relative;
  }
  .c-gnav-item__menu-sp li a::before {
    content: "\e904";
    font-size: 1.6rem;
    font-family: "icomoon";
    font-weight: 400;
    color: #E55A00;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 3px;
  }
  .c-gnav-item__menu-sp li a[target=_blank]::before {
    content: "\e911";
  }
}

.c-gnav-content {
  max-width: 1256px;
  margin: 0 auto;
  color: #fff;
  display: flex;
  font-weight: 500;
}
.c-gnav-content__top {
  width: 300px;
  margin-right: 50px;
}
.c-gnav-content__top p {
  font-size: 1.3rem;
  line-height: 2;
}
.c-gnav-content__title {
  font-size: 2.1rem;
  margin-bottom: 24px;
}
.c-gnav-content__title a:hover {
  opacity: 0.7;
}
.c-gnav-content__title a::after {
  content: "\e904";
  font-family: "icomoon";
  font-weight: 400;
  font-size: 2rem;
  margin-left: 6px;
  color: #E55A00;
}
.c-gnav-content__card {
  flex: 1 0 0%;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
}
.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__img img {
  width: 100%;
  margin-bottom: 6px;
}
.c-gnav-content__img a:hover {
  opacity: 0.7;
}
.c-gnav-content__img a span::after {
  content: "\e904";
  font-family: "icomoon";
  font-weight: 400;
  margin-left: 6px;
  color: #E55A00;
}
.c-gnav-content__text {
  display: block;
  padding-bottom: 8px;
  border-bottom: 1px solid #fff;
  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";
}

@media (min-width: 1256px) {
  .l-gnav {
    display: flex;
    justify-content: flex-end;
  }
}
@media (max-width: 1255px) {
  .l-gnav {
    padding: 10px 20px;
  }
}
@media (min-width: 1256px) {
  .l-gnav__item:not(:last-child) {
    margin-right: 24px;
  }
}
@media (max-width: 1255px) {
  .l-gnav__item {
    position: relative;
  }
}
@media (min-width: 1256px) {
  .l-gnav__link {
    font-size: 1.5rem;
    font-weight: 700;
  }
  #top .l-header:not(.-scroll) .l-gnav__link:not(:hover) {
    color: #fff;
  }
  .l-gnav__link:hover {
    color: #E55A00;
  }
}
@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: 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;
}
#top .l-header:not(.-scroll) .c-header-lang__btn:not(:hover) {
  color: #fff;
}
.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;
  }
}
.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;
    background: #9E052B;
    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: #fff;
  }
  .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;
  }
}

@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: 20px;
  }
}
.-contact .l-gnav {
  margin-bottom: 15px;
}
.-contact .l-subnav__contact {
  margin-right: 16px;
}
@media (min-width: 1256px) {
  .-contact .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;
  }
  .-contact .l-subnav__contact a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 1255px) {
  .-contact .l-subnav__contact {
    margin-top: 4px;
  }
  .-contact .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) {
  .-contact .l-subnav__contact {
    display: none;
  }
}

.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: 1px solid #DDD;
  }
}
.l-localnav__second-link::after {
  content: "\e904";
  font-family: "icomoon";
  font-weight: 400;
  margin-left: 6px;
  color: #E55A00;
}
.l-localnav__second-link.-nolink::after {
  display: none;
}
.l-localnav__third {
  width: 100%;
}
@media (max-width: 1255px) {
  .l-localnav__third {
    display: flex;
    flex-wrap: wrap;
    padding: 8px 0;
    border-bottom: 1px solid #DDD;
  }
}
.l-localnav__third-item.-current .l-localnav__fourth, .l-localnav__third-item.-open .l-localnav__fourth {
  display: block !important;
}
@media (max-width: 1255px) {
  .l-localnav__third-item.-current, .l-localnav__third-item.-open {
    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";
}
.l-localnav__third-link:not(a)::after {
  display: none;
}
@media (max-width: 767px) {
  .l-localnav__third-link:not(a) {
    display: inline;
    pointer-events: none;
  }
}
@media (min-width: 1256px) {
  .l-localnav__third-link {
    border-left: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
  }
}
@media (max-width: 1255px) {
  .l-localnav__third-link {
    padding: 4px 20px 4px 12px;
  }
}
.-current .l-localnav__third-link {
  border-left: 0;
  color: #B9103C;
}
@media (min-width: 1256px) {
  .-current .l-localnav__third-link {
    border-bottom-color: #B9103C;
  }
}
@media (max-width: 1255px) {
  .-current .l-localnav__third-link {
    width: 33.3%;
  }
}
@media (max-width: 767px) and (min-width: 500px) {
  .-current .l-localnav__third-link {
    width: 50%;
  }
}
@media (max-width: 767px) and (max-width: 499px) {
  .-current .l-localnav__third-link {
    width: 100%;
  }
}
.l-localnav__fourth {
  display: none;
  width: 100%;
}
.l-localnav__fourth ul {
  display: flex;
  flex-direction: column;
  background: #F7F7F7;
  border-bottom: 1px solid #DDD;
}
@media (min-width: 1256px) {
  .l-localnav__fourth ul {
    padding: 8px;
    border-left: 1px solid #DDD;
  }
}
@media (max-width: 1255px) {
  .l-localnav__fourth ul {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    border-top: 1px solid #DDD;
    margin: 8px 0;
    padding: 8px 0;
  }
}
.l-localnav__fourth ul li {
  padding: 0 8px;
  line-height: 1.4;
}
@media (max-width: 1255px) {
  .l-localnav__fourth ul li {
    width: 33.3%;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767px) and (min-width: 500px) {
  .l-localnav__fourth ul li {
    width: 50%;
  }
}
@media (max-width: 767px) and (max-width: 499px) {
  .l-localnav__fourth ul li {
    width: 100%;
  }
}
.l-localnav__fourth-link {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 1.4rem;
  padding: 8px 12px 8px 8px;
  position: relative;
}
.l-localnav__fourth-link::after {
  content: "\e904";
  font-family: "icomoon";
  font-weight: 400;
  color: #E55A00;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: -4px;
}
@media (max-width: 1255px) {
  .l-localnav__fourth-link {
    padding: 4px 20px 4px 12px;
  }
  .l-localnav__fourth-link::after {
    right: 4px;
  }
}
.l-localnav__fourth-link.-current {
  color: #B9103C;
}
.l-localnav__last {
  border-left: 1px solid #DDD;
  padding-bottom: 80px;
  flex: 1 0 0%;
}
@media (max-width: 1255px) {
  .l-localnav__last {
    display: none;
  }
}
.l-localnav-bottom {
  margin-top: 60px;
}
@media (max-width: 1255px) {
  .l-localnav-bottom {
    margin-top: 30px;
  }
}

.l-main {
  margin-top: 130px;
  overflow: hidden;
}
@media (max-width: 1255px) {
  .l-main {
    margin-top: 68px;
  }
}
@media (max-width: 767px) {
  .l-main {
    margin-top: 82px;
  }
}
#top .l-main {
  margin-top: 0;
}
@media (max-width: 767px) {
  .l-main.-contact {
    margin-top: 50px;
  }
}

.l-content {
  padding: 0 20px 80px;
  background: #fff;
}
.l-content__inner {
  max-width: 1256px;
  margin: 0 auto;
  padding: 60px 0 0;
}
@media (max-width: 1255px) {
  .l-content__inner {
    padding: 40px 0 0;
  }
}
@media (min-width: 1256px) {
  .l-content__inner.-col2 {
    display: flex;
  }
}
.l-content__main {
  width: 100%;
}
@media (min-width: 1256px) {
  .-col2 .l-content__main {
    width: calc(100% - 315px);
  }
}
@media (min-width: 1256px) {
  .l-content__localnav {
    width: 195px;
    margin-left: 120px;
  }
}
@media (max-width: 1255px) {
  .l-content__localnav {
    margin-top: 40px;
  }
}

.l-pagetitle {
  padding: 0 20px;
}
.l-pagetitle.-large {
  background: no-repeat center center/cover;
  height: 37.5vw;
}
.l-pagetitle.-large .l-pagetitle__inner {
  padding-top: 16vw;
}
@media (min-width: 1440px) {
  .l-pagetitle.-large {
    height: 540px;
  }
  .l-pagetitle.-large .l-pagetitle__inner {
    padding-top: 300px;
  }
}
@media (max-width: 767px) {
  .l-pagetitle.-large {
    height: 101.3vw;
  }
  .l-pagetitle.-large .l-pagetitle__inner {
    padding-top: 60vw;
  }
}
.l-pagetitle.-medium {
  background: no-repeat center center/cover;
  height: 20vw;
}
@media (min-width: 768px) {
  .l-pagetitle.-medium .l-pagetitle__inner {
    height: 100%;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1440px) {
  .l-pagetitle.-medium {
    height: 260px;
  }
}
@media (max-width: 767px) {
  .l-pagetitle.-medium {
    height: 74.6vw;
  }
  .l-pagetitle.-medium .l-pagetitle__inner {
    padding-top: 40vw;
  }
}
@media (max-width: 767px) {
  .l-pagetitle.-sp-medium {
    height: 74.6vw;
  }
  .l-pagetitle.-sp-medium .l-pagetitle__inner {
    padding-top: 40vw;
  }
}
.l-pagetitle.-ir {
  background-image: url(/image/sbshlds_ir_bg_pagetitle-pc.jpg);
}
@media (max-width: 767px) {
  .l-pagetitle.-ir {
    background-image: url(/image/sbshlds_ir_bg_pagetitle-sp.jpg);
  }
}
.l-pagetitle.-company {
  background-image: url(/image/sbshlds_company_bg_pagetitle-pc.jpg);
}
@media (max-width: 767px) {
  .l-pagetitle.-company {
    background-image: url(/image/sbshlds_company_bg_pagetitle-sp.jpg);
  }
}
.l-pagetitle.-csr {
  background-image: url(/image/sbshlds_csr_bg_pagetitle-pc.jpg);
}
@media (max-width: 767px) {
  .l-pagetitle.-csr {
    background-image: url(/image/sbshlds_csr_bg_pagetitle-sp.jpg);
  }
}
.l-pagetitle.-recruit {
  background-image: url(/image/sbshlds_recruit_bg_pagetitle-pc.jpg);
}
@media (max-width: 767px) {
  .l-pagetitle.-recruit {
    background-image: url(/image/sbshlds_recruit_bg_pagetitle-sp.jpg);
  }
}
.l-pagetitle.-showroom {
  background-image: url(/image/sbshlds_showroom_bg_pagetitle-pc.jpg);
}
@media (max-width: 767px) {
  .l-pagetitle.-showroom {
    background-image: url(/image/sbshlds_showroom_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;
  }
}

.casestudy-search {
  background: url(/image/sbshlds_casestudy_bg_search.jpg) no-repeat center center/cover;
  margin: 32px -20px 0;
  padding: 0 20px;
}
.casestudy-search__inner {
  max-width: 1256px;
  margin: 0 auto;
  padding: 48px 0;
}

.casestudy-search-select__item + .casestudy-search-select__item {
  margin-top: 24px;
}
.casestudy-search-select__title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .casestudy-search-select__title {
    font-size: 1.5rem;
  }
}
.casestudy-search-select__reset {
  font-size: 1.4rem;
  color: #fff;
  text-decoration: underline;
}

.casestudy-card {
  height: 100%;
  border: 1px solid #DDD;
  background: #fff;
}
@media (min-width: 768px) {
  .casestudy-card {
    display: block;
  }
  .casestudy-card__img {
    overflow: hidden;
  }
  .casestudy-card__img img {
    transition: 0.3s all;
  }
  .casestudy-card__name {
    padding: 16px 16px 0;
    font-size: 1.8rem;
    font-weight: 700;
  }
  .casestudy-card__info {
    padding: 16px;
  }
}
@media (max-width: 767px) {
  .casestudy-card {
    padding: 16px;
    display: flex;
    flex-wrap: wrap;
  }
  .casestudy-card__img {
    width: 45%;
    margin-right: 16px;
  }
  .casestudy-card__name {
    display: flex;
    align-items: center;
    width: calc(55% - 16px);
    font-size: 1.6rem;
    font-weight: 700;
  }
  .casestudy-card__info {
    width: 100%;
    margin-top: 8px;
  }
}
@media (min-width: 1256px) {
  .casestudy-card:hover {
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.16);
  }
  .casestudy-card:hover .casestudy-card__img img {
    transform: scale(1.1, 1.1);
  }
}
@media (min-width: 768px) {
  .casestudy-card__tag {
    margin-bottom: 38px;
  }
}
@media (max-width: 767px) {
  .casestudy-card__tag {
    margin-bottom: 8px;
  }
}
.casestudy-card__link {
  text-align: right;
  font-size: 1.2rem;
}
.casestudy-card__link span {
  text-decoration: underline;
}
.casestudy-card__link::after {
  content: "\e911";
  font-family: "icomoon";
  font-weight: 400;
  margin: 0 0.5em 0 0.25em;
  color: #E55A00;
}

.casestudy-list .l-grid__item {
  position: relative;
}
@media (min-width: 768px) {
  .casestudy-list .casestudy-card__link {
    position: absolute;
    right: 17px;
    bottom: 24px;
  }
}

.csr-sbsg {
  width: 100vw;
  height: 320px;
  background: url(/image/sbshlds_csr_bg_sbsg-pc.jpg) no-repeat center center/cover;
  margin: 0 -20px;
  padding: 0 20px;
}
@media (max-width: 1255px) {
  .csr-sbsg {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .csr-sbsg {
    height: inherit;
    padding: 10vw 0;
    background-image: url(/image/sbshlds_csr_bg_sbsg-sp.jpg);
  }
}
.csr-sbsg__inner {
  max-width: 1256px;
  margin: auto auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 767px) {
  .csr-sbsg__inner {
    align-items: center;
  }
}
.csr-sbsg__title {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: right;
  margin-bottom: 16px;
  color: #fff;
}
@media (max-width: 767px) {
  .csr-sbsg__title {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 4vw;
  }
}
.csr-sbsg__text {
  text-align: right;
  margin-bottom: 24px;
  color: #fff;
}
@media (max-width: 767px) {
  .csr-sbsg__text {
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 5vw;
  }
}

.foryourdreams-hero {
  position: relative;
  background: #2b2b2b;
}
.foryourdreams-hero .slick-slide {
  opacity: 1 !important;
}
.foryourdreams-hero__item {
  height: calc(100vh - 183px);
  min-height: 500px;
  position: relative;
  z-index: 10;
  overflow: hidden;
  vertical-align: bottom;
  opacity: 0;
  transition: opacity 0s;
}
@media (max-width: 767px) {
  .foryourdreams-hero__item {
    height: 90vh;
  }
}
.foryourdreams-hero .slick-active .foryourdreams-hero__item {
  opacity: 1;
  transition: opacity ease 3s;
}
.foryourdreams-hero .slick-continue .foryourdreams-hero__item {
  opacity: 0;
  transition: opacity ease 3s;
}
.foryourdreams-hero__bg {
  background: no-repeat center center/cover;
  width: 100%;
  height: calc(100vh - 183px);
  min-height: 500px;
  z-index: 10;
  overflow: hidden;
  margin: 0;
  transform: scale(1.2, 1.2);
  transition: transform 0s;
}
@media (max-width: 767px) {
  .foryourdreams-hero__bg {
    height: 90vh;
  }
}
.foryourdreams-hero__bg.-bg01 {
  background-image: url(/image/sbshlds_foryourdreams_bg_mv01-pc.jpg);
}
.foryourdreams-hero__bg.-bg02 {
  background-image: url(/image/sbshlds_foryourdreams_bg_mv02-pc.jpg);
}
.foryourdreams-hero__bg.-bg03 {
  background-image: url(/image/sbshlds_foryourdreams_bg_mv03-pc.jpg);
}
.foryourdreams-hero__bg.-bg04 {
  background-image: url(/image/sbshlds_foryourdreams_bg_mv04-pc.jpg);
}
.foryourdreams-hero__bg.-bg05 {
  background-image: url(/image/sbshlds_foryourdreams_bg_mv05-pc.jpg);
}
.foryourdreams-hero__bg.-bg06 {
  background-image: url(/image/sbshlds_foryourdreams_bg_mv06-pc.jpg);
}
.foryourdreams-hero__bg.-bg07 {
  background-image: url(/image/sbshlds_foryourdreams_bg_mv07-pc.jpg);
}
.foryourdreams-hero__bg.-bg08 {
  background-image: url(/image/sbshlds_foryourdreams_bg_mv08-pc.jpg);
}
.foryourdreams-hero__bg.-bg09 {
  background-image: url(/image/sbshlds_foryourdreams_bg_mv09-pc.jpg);
}
.foryourdreams-hero__bg.-bg10 {
  background-image: url(/image/sbshlds_foryourdreams_bg_mv10-pc.jpg);
}
.foryourdreams-hero__bg.-bg11 {
  background-image: url(/image/sbshlds_foryourdreams_bg_mv11-pc.jpg);
}
.foryourdreams-hero__bg.-bg12 {
  background-image: url(/image/sbshlds_foryourdreams_bg_mv12-pc.jpg);
}
.foryourdreams-hero__bg.-bg13 {
  background-image: url(/image/sbshlds_foryourdreams_bg_mv13-pc.jpg);
}
.foryourdreams-hero__bg.-bg14 {
  background-image: url(/image/sbshlds_foryourdreams_bg_mv14-pc.jpg);
}
@media (max-width: 767px) {
  .foryourdreams-hero__bg.-bg01 {
    background-image: url(/image/sbshlds_foryourdreams_bg_mv01-sp.jpg);
  }
  .foryourdreams-hero__bg.-bg02 {
    background-image: url(/image/sbshlds_foryourdreams_bg_mv02-sp.jpg);
  }
  .foryourdreams-hero__bg.-bg03 {
    background-image: url(/image/sbshlds_foryourdreams_bg_mv03-sp.jpg);
  }
  .foryourdreams-hero__bg.-bg04 {
    background-image: url(/image/sbshlds_foryourdreams_bg_mv04-sp.jpg);
  }
  .foryourdreams-hero__bg.-bg05 {
    background-image: url(/image/sbshlds_foryourdreams_bg_mv05-sp.jpg);
  }
  .foryourdreams-hero__bg.-bg06 {
    background-image: url(/image/sbshlds_foryourdreams_bg_mv06-sp.jpg);
  }
  .foryourdreams-hero__bg.-bg07 {
    background-image: url(/image/sbshlds_foryourdreams_bg_mv07-sp.jpg);
  }
  .foryourdreams-hero__bg.-bg08 {
    background-image: url(/image/sbshlds_foryourdreams_bg_mv08-sp.jpg);
  }
  .foryourdreams-hero__bg.-bg09 {
    background-image: url(/image/sbshlds_foryourdreams_bg_mv09-sp.jpg);
  }
  .foryourdreams-hero__bg.-bg10 {
    background-image: url(/image/sbshlds_foryourdreams_bg_mv10-sp.jpg);
  }
  .foryourdreams-hero__bg.-bg11 {
    background-image: url(/image/sbshlds_foryourdreams_bg_mv11-sp.jpg);
  }
  .foryourdreams-hero__bg.-bg12 {
    background-image: url(/image/sbshlds_foryourdreams_bg_mv12-sp.jpg);
  }
  .foryourdreams-hero__bg.-bg13 {
    background-image: url(/image/sbshlds_foryourdreams_bg_mv13-sp.jpg);
  }
  .foryourdreams-hero__bg.-bg14 {
    background-image: url(/image/sbshlds_foryourdreams_bg_mv14-sp.jpg);
  }
}
.foryourdreams-hero .slick-active .foryourdreams-hero__bg {
  transform: scale(1.1, 1.1);
  transition: transform ease 5s;
}
.foryourdreams-hero .slick-continue .foryourdreams-hero__bg {
  transform: scale(1, 1);
  transition: transform ease 5s;
}
.foryourdreams-hero__inner {
  width: 100%;
  max-width: 1440px;
  height: calc(100vh - 183px);
  min-height: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
@media (max-width: 767px) {
  .foryourdreams-hero__inner {
    padding: 20px 10px;
  }
}
.foryourdreams-hero__inner p {
  font-weight: 700;
  font-size: 1.5rem;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}
.foryourdreams-hero__inner p:not(:last-child) {
  margin-bottom: 24px;
}
.foryourdreams-hero__heading {
  margin-bottom: 10%;
  line-height: 1.2;
}

.foryourdreams-concept {
  position: relative;
  padding: 0 20px;
}
.foryourdreams-concept__bg {
  width: 100vw;
  height: 100vh;
  background: no-repeat center center/cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: opacity 1s;
}
.foryourdreams-concept__bg.-bg01 {
  background-image: url(/image/sbshlds_foryourdreams_bg_concept01-pc.jpg);
}
@media (max-width: 767px) {
  .foryourdreams-concept__bg.-bg01 {
    background-image: url(/image/sbshlds_foryourdreams_bg_concept01-sp.jpg);
  }
}
.foryourdreams-concept__bg.-bg02 {
  background-position: 70% center;
  background-image: url(/image/sbshlds_foryourdreams_bg_concept02-pc.jpg);
}
@media (max-width: 767px) {
  .foryourdreams-concept__bg.-bg02 {
    background-image: url(/image/sbshlds_foryourdreams_bg_concept02-sp.jpg);
  }
}
.foryourdreams-concept.-show .foryourdreams-concept__bg, .foryourdreams-concept.-first .foryourdreams-concept__bg {
  opacity: 1;
}
.foryourdreams-concept__inner {
  max-width: 1256px;
  margin: 0 auto;
  min-height: 100vh;
  padding: 56px 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.foryourdreams-concept__inner p {
  max-width: 675px;
}
.foryourdreams-concept__lead {
  font-size: 4.1rem;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 32px;
}
.foryourdreams-concept__lead.-small {
  font-size: 3.4rem;
}

.foryourdreams-whole {
  background: url(/image/sbshlds_foryourdreams_bg_whole01.jpg) no-repeat center center/100% 100%;
  padding: 40px 20px 80px;
}
@media (max-width: 767px) {
  .foryourdreams-whole {
    padding: 40px 8px 60px;
  }
}
.foryourdreams-whole__inner {
  margin: 0 auto;
}
.foryourdreams-whole__heading {
  text-align: center;
  font-size: 3.4rem;
  line-height: 1.4;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .foryourdreams-whole__heading {
    font-size: 2.8rem;
    margin-bottom: 16px;
  }
}
.foryourdreams-whole__img {
  max-width: 998px;
  margin: 0 auto 56px;
}
@media (max-width: 767px) {
  .foryourdreams-whole__img {
    margin-bottom: 32px;
  }
}

.foryourdreams-whole-modal {
  background: url(/image/sbshlds_foryourdreams_bg_whole01.jpg) no-repeat center center/100% 100%;
  padding: 40px;
}
@media (max-width: 767px) {
  .foryourdreams-whole-modal {
    padding: 40px 10px !important;
  }
}
.foryourdreams-whole-modal__img {
  max-width: 880px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .foryourdreams-whole-modal__img {
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .foryourdreams-whole-modal__img {
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) {
  .foryourdreams-whole-modal__text-wrap {
    display: flex;
    margin-left: -16px;
    margin-bottom: 40px;
  }
}
.foryourdreams-whole-modal__text {
  font-size: 1.3rem;
  color: #00224D;
}
.foryourdreams-whole-modal__text p {
  margin-bottom: 0.25em;
}
@media (min-width: 768px) {
  .foryourdreams-whole-modal__text h3 {
    display: none;
  }
  .foryourdreams-whole-modal__text.-text01 {
    width: 300px;
    margin-right: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1255px) {
  .foryourdreams-whole-modal__text.-text01 {
    width: 22vw;
    margin-right: 2vw;
  }
}
@media (min-width: 768px) {
  .foryourdreams-whole-modal__text.-text02 {
    width: 300px;
    margin-right: 72px;
  }
}
@media (min-width: 768px) and (max-width: 1255px) {
  .foryourdreams-whole-modal__text.-text02 {
    width: 22vw;
    margin-right: 8vw;
  }
}
@media (min-width: 768px) {
  .foryourdreams-whole-modal__text.-text03 {
    width: 300px;
  }
}
@media (min-width: 768px) and (max-width: 1255px) {
  .foryourdreams-whole-modal__text.-text03 {
    width: 22vw;
  }
}
@media (max-width: 767px) {
  .foryourdreams-whole-modal__text h3 {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
    border-left: 1px solid #00224D;
    border-bottom: 1px solid #00224D;
    padding: 2px 8px;
    margin-bottom: 8px;
  }
  .foryourdreams-whole-modal__text.-text01 {
    margin-bottom: 24px;
  }
  .foryourdreams-whole-modal__text.-text02 {
    margin-bottom: 24px;
  }
  .foryourdreams-whole-modal__text.-text03 {
    margin-bottom: 24px;
  }
}

.foryourdreams-whole-modal-block {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 1.5%;
}
@media (max-width: 767px) {
  .foryourdreams-whole-modal-block {
    gap: 16px 4%;
  }
}
.foryourdreams-whole-modal-block__item {
  width: 18.8%;
}
@media (max-width: 767px) {
  .foryourdreams-whole-modal-block__item {
    width: 48%;
  }
}
.foryourdreams-whole-modal-block__item h3 {
  margin-bottom: 8px;
}
.foryourdreams-whole-modal-block__item h3 img {
  width: 100%;
  max-width: 183px;
}
.foryourdreams-whole-modal-block__item p {
  font-size: 1.2rem;
}

.foryourdreams-content {
  position: relative;
}
.foryourdreams-content.-showroom {
  background: #fff;
}
.foryourdreams-content.-sbsg {
  background: #F7F4F4;
}
.foryourdreams-content__bg {
  width: 100vw;
  height: 29.86vw;
  background: no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1441px) {
  .foryourdreams-content__bg {
    height: 430px;
  }
}
@media (max-width: 1255px) {
  .foryourdreams-content__bg {
    height: 374px;
  }
}
.-showroom .foryourdreams-content__bg {
  background-image: url(/image/sbshlds_foryourdreams_bg_content01-pc.jpg);
}
@media (max-width: 767px) {
  .-showroom .foryourdreams-content__bg {
    height: 470px;
    background-image: url(/image/sbshlds_foryourdreams_bg_content01-sp.jpg);
  }
}
.-sbsg .foryourdreams-content__bg {
  background-position: 70% center;
  background-image: url(/image/sbshlds_foryourdreams_bg_content02-pc.jpg);
}
@media (max-width: 767px) {
  .-sbsg .foryourdreams-content__bg {
    height: 500px;
    background-image: url(/image/sbshlds_foryourdreams_bg_content02-sp.jpg);
  }
}
.foryourdreams-content__inner {
  max-width: 1256px;
  height: calc(29.86vw + 167px);
  margin: 0 auto;
  position: relative;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 20px 80px;
}
@media (min-width: 1441px) {
  .foryourdreams-content__inner {
    height: 597px;
  }
}
@media (max-width: 1255px) {
  .foryourdreams-content__inner {
    height: 540px;
  }
}
@media (max-width: 767px) {
  .foryourdreams-content__inner {
    padding: 16px 20px 56px;
  }
  .-showroom .foryourdreams-content__inner {
    height: 608px;
  }
  .-sbsg .foryourdreams-content__inner {
    height: 638px;
  }
}
.foryourdreams-content__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: calc(100% - 174px);
  text-align: center;
}
.foryourdreams-content__heading {
  font-size: 3.8rem;
  line-height: 1.4;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .foryourdreams-content__heading {
    font-size: 2.8rem;
    margin-bottom: 32px;
  }
}
.foryourdreams-content-btn {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 600px;
  width: 100%;
  height: 174px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px) {
  .foryourdreams-content-btn {
    height: 164px;
  }
}
.foryourdreams-content-btn__top, .foryourdreams-content-btn__bottom {
  width: 100%;
  height: 8px;
  position: relative;
}
.foryourdreams-content-btn__top::before, .foryourdreams-content-btn__top::after, .foryourdreams-content-btn__bottom::before, .foryourdreams-content-btn__bottom::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
}
.foryourdreams-content-btn__top::before, .foryourdreams-content-btn__bottom::before {
  background: #E55A00;
}
.foryourdreams-content-btn__top::after, .foryourdreams-content-btn__bottom::after {
  background: #B9103C;
}
.foryourdreams-content-btn__top::before {
  top: 0;
  left: 8px;
}
.foryourdreams-content-btn__top::after {
  top: 0;
  left: 0;
}
.foryourdreams-content-btn__bottom::before {
  bottom: 0;
  right: 0;
}
.foryourdreams-content-btn__bottom::after {
  bottom: 0;
  right: 8px;
}
.foryourdreams-content-btn__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.foryourdreams-content-btn__inner span:first-child {
  display: block;
  margin-bottom: 8px;
}
.foryourdreams-content-btn__inner span:first-child img {
  width: 56px;
  height: 46px;
}
.foryourdreams-content-btn__inner span:nth-child(2) {
  font-size: 2.1rem;
  font-weight: 700;
  color: #E55A00;
  position: relative;
  padding-right: 1.25em;
}
.foryourdreams-content-btn__inner span:nth-child(2)::after {
  content: "\e904";
  font-family: "icomoon";
  font-weight: 400;
  font-size: 1.6rem;
  color: #E55A00;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
}
@media (max-width: 767px) {
  .foryourdreams-content-btn__inner span:nth-child(2) {
    font-size: 1.9rem;
  }
}
.foryourdreams-content-btn__inner span:last-child {
  font-size: 1.3rem;
  color: #707070;
}
@media (max-width: 767px) {
  .foryourdreams-content-btn__inner span:last-child {
    font-size: 1rem;
  }
}
@media (min-width: 1256px) {
  .foryourdreams-content-btn:hover {
    box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.35);
  }
}

.showroom-about-lead {
  text-align: center;
}
.showroom-about-lead__heading {
  font-size: 1.7rem;
  padding-bottom: 4px;
  position: relative;
  margin-bottom: 24px;
}
.showroom-about-lead__heading::before {
  content: "";
  display: block;
  width: 72px;
  height: 1px;
  background: #B9103C;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
}
.showroom-about-lead p {
  font-weight: 700;
}

.showroom-about {
  background: url(/image/sbshlds_showroom_bg_about.jpg) no-repeat center center/cover;
  position: relative;
  padding: 80px 0 128px;
}
@media (max-width: 767px) {
  .showroom-about {
    padding: 32px 0 80px;
  }
}
.showroom-about::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 256px);
  background: rgba(0, 0, 0, 0.77);
  position: absolute;
  top: 192px;
  left: 0;
}
@media (max-width: 767px) {
  .showroom-about::before {
    top: 120px;
    height: calc(100% - 168px);
  }
}
.showroom-about__heading {
  margin-bottom: 128px;
}
@media (max-width: 767px) {
  .showroom-about__heading {
    margin-bottom: 104px;
  }
}

.showroom-about-item {
  padding: 0 20px;
  position: relative;
  z-index: 10;
}
.showroom-about-item + .showroom-about-item {
  margin-top: 32px;
}
@media (min-width: 768px) {
  .showroom-about-item::before {
    content: "";
    display: block;
    width: calc(50% - 64px);
    height: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1255px) {
  .showroom-about-item::before {
    width: calc(50% - 32px);
  }
}
@media (min-width: 768px) {
  .showroom-about-item:first-of-type::before {
    background: url(/image/sbshlds_showroom_bg_about-item01.jpg) no-repeat center right/cover;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
  }
  .showroom-about-item:last-of-type::before {
    background: url(/image/sbshlds_showroom_bg_about-item02.jpg) no-repeat center left/cover;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
  }
}
.showroom-about-item__inner {
  min-height: 370px;
  max-width: 1256px;
  margin: 0 auto;
  color: #fff;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 20;
}
@media (min-width: 768px) {
  .showroom-about-item__inner > div {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .showroom-about-item__inner {
    flex-direction: column;
  }
}
.showroom-about-item__img img {
  width: 85%;
  max-width: 475px;
}
.showroom-about-item__img:last-child {
  text-align: right;
}
@media (max-width: 767px) {
  .showroom-about-item__img {
    order: 1;
    text-align: center !important;
  }
  .showroom-about-item__img img {
    width: 100%;
    max-width: inherit;
  }
}
@media (max-width: 767px) {
  .showroom-about-item__text {
    order: 2;
    margin-top: 32px;
  }
}

.showroom-logistics {
  min-height: 100vh;
  padding: 0 20px;
  position: relative;
}
.showroom-logistics::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100vw;
  height: 100vh;
  background: url(/image/sbshlds_showroom_bg_logistics.jpg) no-repeat center center/cover;
}
.showroom-logistics__inner {
  max-width: 1256px;
  margin: 0 auto;
  padding: 80px 0;
}

.ir-latest-news {
  display: flex;
  align-items: center;
  color: #fff;
  width: 100%;
  min-height: 70px;
  padding: 0 20px;
  background: rgba(0, 0, 0, 0.85);
  position: absolute;
  bottom: 0;
  left: 0;
}
.ir-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;
}
@media (max-width: 767px) {
  .ir-latest-news__inner {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}
.ir-latest-news__heading {
  font-size: 1.8rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .ir-latest-news__heading {
    padding-right: 16px;
    margin-right: 24px;
    border-right: 1px solid #fff;
  }
}
@media (max-width: 767px) {
  .ir-latest-news__heading {
    font-size: 1.2rem;
    margin-bottom: 4px;
  }
}
.ir-latest-news__title {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .ir-latest-news__title {
    font-size: 1.2rem;
  }
}

.ir-about {
  width: 100vw;
  height: 16.66vw;
  background: url(/image/sbshlds_ir_bg_about-sbs-pc.jpg) no-repeat center center/cover;
  margin: 0 -20px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .ir-about {
    height: inherit;
    padding: 5vw 0;
    background-image: url(/image/sbshlds_ir_bg_about-sbs-sp.jpg);
  }
}
.ir-about__inner {
  max-width: 1256px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 767px) {
  .ir-about__inner {
    flex-direction: column;
  }
}
.ir-about__main {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .ir-about__main {
    padding: 0 20px;
    margin-bottom: 7vw;
  }
}
@media (min-width: 768px) {
  .ir-about__img img {
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .ir-about__img img {
    width: 100%;
  }
}
.ir-about__title {
  margin-bottom: 24px;
}
.ir-about__title h2 {
  display: inline-flex;
  align-items: center;
  padding: 16px 24px 16px 16px;
  background: linear-gradient(to right, #D3073B, #E55A00);
}
.ir-about__title h2 img {
  width: 160px;
}
@media (max-width: 1255px) {
  .ir-about__title {
    margin-bottom: 16px;
  }
  .ir-about__title h2 {
    padding: 12px 20px 12px 12px;
  }
  .ir-about__title h2 img {
    width: 15vw;
  }
}
@media (max-width: 767px) {
  .ir-about__title {
    margin-bottom: 5vw;
  }
  .ir-about__title h2 img {
    width: 20vw;
    min-width: 140px;
  }
}

.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;
  }
}

@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;
  }
}

.recruit-message {
  background: url(/image/sbshlds_recruit_bg_message-pc.jpg) no-repeat right center/auto 100%;
  margin: 32px -20px 0;
  padding: 0 20px;
}
@media (max-width: 1255px) {
  .recruit-message {
    background-position: 30% center;
  }
}
@media (max-width: 860px) {
  .recruit-message {
    background-position: 40% center;
  }
}
@media (max-width: 640px) {
  .recruit-message {
    background: url(/image/sbshlds_recruit_bg_message-sp.jpg) no-repeat center bottom/100% auto;
    margin-top: 0;
  }
}
.recruit-message__inner {
  max-width: 1256px;
  margin: 0 auto;
  padding: 40px 0 72px;
}
@media (max-width: 1255px) {
  .recruit-message__inner {
    max-width: 520px;
    width: 50%;
    margin: 0;
  }
}
@media (max-width: 640px) {
  .recruit-message__inner {
    max-width: inherit;
    width: 100%;
    padding-bottom: 32vw;
  }
}
.recruit-message__title {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  color: #404544;
  line-height: 1.4;
  margin-bottom: 24px;
}
.recruit-message__title span:first-child {
  font-size: 1.4rem;
}
.recruit-message__title span:last-child {
  font-size: 2rem;
}
@media (max-width: 640px) {
  .recruit-message__title {
    display: flex;
    margin-bottom: 32px;
  }
}
.recruit-message__lead {
  font-size: 2.2rem;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
}
.recruit-message__lead img {
  max-width: 428px;
  margin-bottom: 16px;
}
@media (max-width: 640px) {
  .recruit-message__lead {
    font-size: 2rem;
    font-weight: 500;
    align-items: center;
  }
  .recruit-message__lead img {
    max-width: 310px;
    margin-bottom: 10px;
  }
}

.recruit-bnr-fresh {
  color: #fff;
}
@media (min-width: 768px) {
  .recruit-bnr-fresh {
    display: flex;
  }
  .recruit-bnr-fresh__text {
    display: flex;
    align-items: center;
    width: 40%;
    padding: 24px;
    background: linear-gradient(to top right, #B4002D, #E8003B);
  }
  .recruit-bnr-fresh__text > div {
    width: fit-content;
    margin: 0 auto;
  }
  .recruit-bnr-fresh__text h2 {
    font-size: 3.4rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1255px) {
  .recruit-bnr-fresh__text h2 {
    font-size: 1.8rem;
    margin-bottom: 12px;
  }
}
@media (min-width: 768px) {
  .recruit-bnr-fresh__text p {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) and (max-width: 1255px) {
  .recruit-bnr-fresh__text p {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .recruit-bnr-fresh__img {
    width: 60%;
  }
  .recruit-bnr-fresh__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .recruit-bnr-fresh {
    display: block;
    background: linear-gradient(to top right, #B4002D, #E8003B);
    padding: 16px;
  }
  .recruit-bnr-fresh__text h2 {
    font-size: 2.1rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 16px;
  }
  .recruit-bnr-fresh__img img {
    width: 100%;
  }
}
@media (min-width: 1256px) {
  .recruit-bnr-fresh:hover {
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.16);
  }
}

.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;
}

.solution-card {
  display: block;
  height: 100%;
  padding: 24px;
  border: 1px solid #DDD;
  background: #fff;
}
@media (max-width: 767px) {
  .solution-card {
    padding: 16px;
  }
}
.solution-card__name {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .solution-card__name {
    font-size: 1.6rem;
  }
}
.solution-card__tag {
  margin-bottom: 8px;
}
.solution-card__text {
  font-size: 1.4rem;
  margin-bottom: 2.5em !important;
}
.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;
}
@media (min-width: 1256px) {
  .solution-card:hover {
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.16);
  }
}

.solution-list .l-grid__item {
  position: relative;
}
@media (min-width: 768px) {
  .solution-list .solution-card__link {
    position: absolute;
    right: 25px;
    bottom: 25px;
  }
}

.top-hero {
  position: relative;
}
.top-hero .slick-slide {
  opacity: 1 !important;
}
.top-hero__item {
  height: 100vh;
  position: relative;
  z-index: 10;
  overflow: hidden;
  vertical-align: bottom;
  opacity: 0;
  transition: opacity 0s;
}
@media (max-width: 767px) {
  .top-hero__item {
    height: 90vh;
  }
}
.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: 100vh;
  z-index: 10;
  overflow: hidden;
  margin: 0;
  transform: scale(1.2, 1.2);
  transition: transform 0s;
}
@media (max-width: 767px) {
  .top-hero__bg {
    height: 90vh;
  }
}
.top-hero__bg.-bg01 {
  background-image: url(/image/sbshlds_top_img_mv01.jpg);
}
@media (max-width: 767px) {
  .top-hero__bg.-bg01 {
    background-position: 30% center;
  }
}
.top-hero__bg.-bg02 {
  background-image: url(/image/sbshlds_top_img_mv02.jpg);
}
.top-hero__bg.-bg03 {
  background-image: url(/image/sbshlds_top_img_mv03.jpg);
}
.top-hero__bg.-bgec1000 {
  background-image: url(/image/sbshlds_top_img_mvec1000.jpg);
}
@media (max-width: 767px) {
  .top-hero__bg.-bgec1000 {
    background-position: 82% center;
  }
  .top-hero__bg.-bgec1000 + .top-hero__inner {
    padding: 51vh 10px 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;
  height: 100vh;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 0;
  padding: 50vh 20px 0;
  color: #fff;
}
@media (max-width: 767px) {
  .top-hero__inner {
    padding: 40vh 10px 0;
  }
}
.top-hero__inner p {
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 24px;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .top-hero__inner p {
    display: none;
  }
}
.top-hero__heading {
  font-size: 5.4rem;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .top-hero__heading {
    font-size: 6.2vw;
    line-height: 1.4;
  }
}
.top-hero__dots {
  display: flex;
  position: absolute;
  right: 20px;
  bottom: 100px;
}
@media (max-width: 767px) {
  .top-hero__dots {
    right: 50%;
    transform: translateX(50%);
    bottom: 120px;
  }
}
.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: 70px;
  padding: 0 20px;
  background: rgba(0, 0, 0, 0.85);
  position: absolute;
  bottom: 0;
  left: 0;
}
.top-latest-news__inner {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1256px;
  height: 100%;
  margin: 0 auto;
  padding: 16px 0;
  line-height: 1.5;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .top-latest-news__inner {
    flex-wrap: wrap;
    align-items: flex-start;
    font-size: 1.2rem;
  }
}
.top-latest-news__heading {
  font-size: 1.8rem;
  font-weight: 700;
  white-space: nowrap;
}
@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-pickup {
  padding: 0 20px;
  border-bottom: 1px solid #DDD;
}
.top-pickup__inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 64px 0;
}
@media (max-width: 767px) {
  .top-pickup__inner {
    padding: 40px 0;
  }
}

.top-news {
  padding: 0 20px;
}
.top-news__inner {
  max-width: 1256px;
  margin: 0 auto;
  padding: 80px 0;
}
@media (max-width: 767px) {
  .top-news__inner {
    padding: 40px 0;
  }
}

@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%;
  }
}

.top-search {
  background: url(/image/sbshlds_top_bg_search-pc.jpg) no-repeat 70% center/cover;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .top-search {
    background-image: url(/image/sbshlds_top_bg_search-sp.jpg);
    background-position: center center;
  }
}
.top-search__inner {
  max-width: 1256px;
  margin: 0 auto;
  padding: 80px 0;
}

.top-search-tab__index {
  display: flex;
  flex-wrap: wrap;
}
.top-search-tab__btn {
  background: #F5F5F5;
  padding: 8px;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.16);
  font-size: 1.8rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33.3%;
  min-height: 64px;
  text-align: center;
  position: relative;
  z-index: 98;
}
.top-search-tab__btn span {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.5;
  position: relative;
  transition: 0.3s all;
}
.top-search-tab__btn span::before {
  font-family: "icomoon";
  font-weight: 400;
  font-size: 4.5rem;
  line-height: 1;
  margin-right: 8px;
}
.top-search-tab__btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .top-search-tab__btn {
    padding: 8px;
    font-size: 1.2rem;
    min-height: 56px;
  }
  .top-search-tab__btn span {
    display: flex;
    flex-direction: column;
  }
  .top-search-tab__btn span::before {
    font-size: 3.6rem;
    margin: 0 0 4px 0;
  }
}
@media (min-width: 1256px) {
  .top-search-tab__btn:hover span {
    color: #E55A00;
  }
  .top-search-tab__btn:hover::before {
    background: #fff;
  }
}
.top-search-tab__btn.-active {
  z-index: 99;
  pointer-events: none;
  border-left: 10px solid #B9103C;
}
@media (max-width: 767px) {
  .top-search-tab__btn.-active {
    border-left: 6px solid #B9103C;
  }
}
.top-search-tab__btn.-active::before {
  background: #fff;
}
.top-search-tab__btn:first-child span::before {
  content: "\e91a";
}
.top-search-tab__btn:nth-child(2) span::before {
  content: "\e918";
}
.top-search-tab__btn:last-child span::before {
  content: "\e919";
}
.top-search-tab__btn.-active span::before {
  color: #E55A00;
}
.top-search-tab__contents {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  position: relative;
}
.top-search-tab__contents > div {
  width: 100%;
  padding: 32px 40px;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
  z-index: 9;
  opacity: 0;
}
@media (max-width: 767px) {
  .top-search-tab__contents > div {
    padding: 24px 8px;
  }
}

.top-about {
  background: url(/image/sbshlds_top_bg_about-pc.jpg) no-repeat center center/cover;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .top-about {
    background-image: url(/image/sbshlds_top_bg_about-sp.jpg);
  }
}
.top-about__inner {
  max-width: 1256px;
  margin: 0 auto;
  padding: 64px 0;
}
@media (max-width: 767px) {
  .top-about__inner {
    padding: 48px 0;
  }
}

.top-about-item {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .top-about-item {
    max-width: 330px;
  }
}
.top-about-item__img {
  max-width: 190px;
  border-radius: 100%;
  overflow: hidden;
  border: 2px solid #B9103C;
  margin: 0 auto 16px;
}
.top-about-item__img img {
  width: 100%;
}
@media (max-width: 767px) {
  .top-about-item__img {
    max-width: 170px;
    margin-bottom: 8px;
  }
}
.top-about-item__title {
  font-size: 2.1rem;
  font-weight: 700;
  color: #B9103C;
  text-align: center;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .top-about-item__title {
    font-size: 1.8rem;
    margin-bottom: 8px;
  }
}
.top-about-item__text {
  font-size: 1.4rem;
}

.top-foryourdreams {
  padding: 0 20px;
  margin: 24px auto 80px;
}
@media (max-width: 767px) {
  .top-foryourdreams {
    margin: 0 auto 40px;
  }
}
.top-foryourdreams__block {
  max-width: 1256px;
  margin: 0 auto;
  background: linear-gradient(to right, #D3073B, #E55A00);
  color: #fff;
}
@media (min-width: 768px) {
  .top-foryourdreams__block {
    display: flex;
    justify-content: space-between;
  }
}
.top-foryourdreams__inner {
  display: flex;
  flex-direction: column;
  padding: 32px;
}
.top-foryourdreams__inner p {
  font-size: 1.4rem;
  margin-bottom: 0;
}
@media (max-width: 1255px) {
  .top-foryourdreams__inner {
    padding: 2.2vw 0 2.2vw 2vw;
  }
}
@media (max-width: 767px) {
  .top-foryourdreams__inner {
    padding: 16px 8px 24px;
  }
}
.top-foryourdreams__heading {
  margin-bottom: 24px;
  padding: 8px 0;
}
.top-foryourdreams__heading img {
  max-width: 332px;
}
@media (max-width: 1255px) {
  .top-foryourdreams__heading {
    margin-bottom: 2vw;
  }
}
@media (max-width: 767px) {
  .top-foryourdreams__heading {
    margin-bottom: 8px;
    text-align: center;
    padding: 4px 0;
  }
  .top-foryourdreams__heading img {
    max-width: 280px;
  }
}
@media (min-width: 768px) {
  .top-foryourdreams__btn {
    margin-top: auto;
  }
}
@media (min-width: 768px) {
  .top-foryourdreams__img {
    max-width: 490px;
    margin-right: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1255px) {
  .top-foryourdreams__img {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .top-foryourdreams__img {
    margin: 0 -8px 16px;
  }
  .top-foryourdreams__img img {
    width: 100%;
  }
}

.top-content {
  background: no-repeat center top/100% auto;
  padding: 0 20px;
  position: relative;
}
.top-content__bg {
  width: 100%;
  height: 32vw;
  background: no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1441px) {
  .top-content__bg {
    height: 462px;
  }
}
@media (max-width: 767px) {
  .top-content__bg {
    height: 64vw;
  }
}
.top-content.-company .top-content__bg {
  background-image: url(/image/sbshlds_top_bg_company-pc.jpg);
  background-position: center top;
}
@media (max-width: 767px) {
  .top-content.-company .top-content__bg {
    background-image: url(/image/sbshlds_top_bg_company-sp.jpg);
  }
}
.top-content.-company .top-content__main {
  max-width: 832px;
}
.top-content.-company .top-content__inner {
  padding: 56px 0 80px;
}
@media (min-width: 1441px) {
  .top-content.-company .top-content__inner {
    padding: 6vw 0 80px;
  }
}
@media (max-width: 1255px) {
  .top-content.-company .top-content__inner {
    padding: 48px 0 64px;
  }
}
@media (max-width: 767px) {
  .top-content.-company .top-content__inner {
    padding: 24px 0 56px;
  }
}
.top-content.-ir .top-content__bg {
  background-image: url(/image/sbshlds_top_bg_ir-pc.jpg);
}
@media (max-width: 767px) {
  .top-content.-ir .top-content__bg {
    background-image: url(/image/sbshlds_top_bg_ir-sp.jpg);
  }
}
@media (max-width: 767px) {
  .top-content.-ir .c-card__title {
    font-size: 1.2rem;
  }
}
.top-content.-csr .top-content__bg {
  background-image: url(/image/sbshlds_top_bg_csr-pc.jpg);
}
@media (max-width: 767px) {
  .top-content.-csr .top-content__bg {
    background-image: url(/image/sbshlds_top_bg_csr-sp.jpg);
  }
}
@media (max-width: 767px) {
  .top-content.-csr .c-card__title {
    font-size: 1.2rem;
  }
}
.top-content__inner {
  max-width: 1256px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 48px 0 80px;
  position: relative;
}
@media (max-width: 1255px) {
  .top-content__inner {
    padding: 32px 0 64px;
  }
}
@media (max-width: 767px) {
  .top-content__inner {
    padding: 24px 0 56px;
  }
}
.top-content__head {
  width: 58%;
  color: #fff;
}
@media (max-width: 767px) {
  .top-content__head {
    width: 100%;
  }
}
.top-content__btn {
  width: 42%;
}
@media (max-width: 767px) {
  .top-content__btn {
    width: 100%;
    order: 3;
    margin-top: 32px;
  }
}
.top-content__main {
  width: 100%;
  margin-top: 80px;
}
@media (max-width: 1255px) {
  .top-content__main {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .top-content__main {
    margin-top: 24px;
  }
}
@media (min-width: 1256px) {
  .top-content .c-card:not(:hover) {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.16);
  }
}
@media (max-width: 1255px) {
  .top-content .c-card {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.16);
  }
}
.top-content .l-grid {
  gap: 1px;
}
@media (max-width: 767px) {
  .top-content .l-grid {
    gap: 16px;
  }
}
.top-content .c-link-list__item {
  font-size: 1.8rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .top-content .c-link-list__item {
    font-size: 1.6rem;
  }
}

.top-recruit {
  padding: 0 20px;
  background: url(/image/sbshlds_top_bg_recruit-pc.jpg) no-repeat center center/cover;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .top-recruit {
    margin-bottom: 40px;
    background-image: url(/image/sbshlds_top_bg_recruit-sp.jpg);
  }
}
.top-recruit__inner {
  max-width: 1256px;
  margin: 0 auto;
  padding: 64px 0;
  color: #fff;
}
@media (max-width: 767px) {
  .top-recruit__inner {
    padding: 40px 0;
  }
}

.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;
}

.nbmc-title {
  width: 100%;
  border-bottom: 2px solid #B9103C;
  font-weight: bold;
  font-size: 18px;
}
@media (max-width: 767px) {
  .nbmc-title {
    display: flex;
    align-items: stretch;
  }
}
.nbmc-title__number {
  display: inline-block;
  margin-right: 30px;
  padding: 5px 30px;
  border-radius: 10px 30px 0 0;
  background: #B9103C;
  color: #fff;
}
@media (max-width: 767px) {
  .nbmc-title__number {
    margin-right: 15px;
    padding: 5px 20px;
  }
}
@media (max-width: 767px) {
  .nbmc-title__number.-line2 {
    padding-top: 16px;
  }
}
.nbmc-title__text {
  display: inline-block;
}

