body {
  background-color: #fff !important;
}

.fv_title {
  opacity: 0;
  transition: opacity 1s ease-in-out;
  position: absolute;
  top: 5vw;
  right: 130px;
  z-index: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.7));
}
@media screen and (max-width: 700px) {
  .fv_title {
    top: 20vw;
    right: 15px;
  }
}
body.home .c-site-branding__title .custom-logo {
  transition: transform 1.5s ease-in-out;
  transform: translate(0, 33vh);
}
@media screen and (max-width: 700px) {
  body.home .c-site-branding__title .custom-logo {
    transform: translate(0, 33vh);
    position: fixed;
    z-index: 9999;
  }
  .smb-spider-slider__figure-wrapper img {
    object-position: 0% 50% !important;
  }
}
#business {
  padding-bottom: 0;
}
.c-drawer {
  background-color: #c5bda9;
}
.c-drawer__item {
  font-size: 20px;
}
.l-header .c-hamburger-btn__bar {
  background-color: #fff;
}

/* ---------------------------
contact_banner
------------------------------ */
.c-page-top {
  background-color: #c5bda9;
}
.contact_banner {
  display: block;
  text-decoration: none;
  cursor: pointer;
  transition: 0.7s;
  color: #fff;
  text-align: center;
  width: 200px;
  padding: 10px;
  background-color: #c5bda9;
  position: fixed;
  --page-top-y: 0px;
  --safe-area-inset-bottom: env(safe-area-inset-bottom);
  bottom: calc(var(--safe-area-inset-bottom) + var(--page-top-y));
  left: 0;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
@media screen and (max-width: 700px) {
  .contact_banner {
    height: 60px;
    line-height: 60px;
    padding: 0;
  }
  .c-page-top {
    height: 60px;
    width: 60px;
  }
}
.contact_banner.visible {
  opacity: 1;
}
.contact_banner:hover {
  opacity: 0.7;
}

.custom-drawer-image {
  display: block;
  width: 260px;
  height: auto;
  position: absolute;
  bottom: 15vh;
  left: 50%;
  transform: translateX(-50%);
  /* left: 25vw; */
}
#menu-menu {
  text-align: center;
  position: relative;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
}
[id='drawer-nav'].c-drawer--overall .c-drawer__inner {
  height: 100vh !important;
}
[id='drawer-nav'].c-drawer--overall {
  padding-top: 0 !important;
}
.smb-spider-slider__figure-wrapper:before {
  padding: 100vh 0 0 !important;
}

#culture .has-text-align-left:first-child {
  white-space: normal !important;
}

.googlemap iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.lp-screen span {
  width: 500px !important;
  height: auto !important;
}
#lp_ls_img {
  width: 500px !important;
}

@media screen and (max-width: 700px) {
  .sinsotsu_bosyu tr td {
    text-align: left !important;
  }
  .tyuuto_bosyu tr td {
    text-align: left !important;
  }
  .lp-screen span {
    width: 300px !important;
    height: auto !important;
  }
  #lp_ls_img {
    width: 300px !important;
  }
}

.c-drawer {
  transition-duration: 1s;
}

.c-drawer[aria-hidden='false'] {
  transition-duration: 1s;
}

.company_vision {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  row-gap: 20px;
}
.company_vision_item {
  width: 18%;
  padding: 10px;
  border-radius: 5%;
  background-color: #fff;
}
@media screen and (max-width: 700px) {
  .company_vision_item {
    width: 48%;
  }
}
.company_flow_copy {
  font-size: 25px;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
}
.company_flow_arrow {
  font-size: 30px;
  text-align: center;
}
.company_flow_sub {
  padding-top: 10px;
  text-align: right;
}
@media screen and (max-width: 700px) {
  .company_flow_copy {
    font-size: 20px;
  }
  .company_flow_arrow {
    font-size: 20px;
  }
  .company_flow_sub {
    font-size: 14px;
    text-align: center;
  }
}

/* ---------------------------
footer
------------------------------ */
.c-copyright--inverse {
  background-color: #c5bda9;
}
@media not all and (min-width: 1024px) {
  .smb-section-break-the-grid--mobile-image
    > .smb-section__inner
    > .c-container
    > .smb-section__contents-wrapper
    > .c-row
    > .c-row__col
    > .smb-section-break-the-grid__content--horizontal-10 {
    margin-top: 0;
  }
  .smb-section-break-the-grid__content {
    background-color: #c5bda9;
  }
}
