@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap");
.stix-ff {
  font-family: "STIX Two Text", serif !important;
}

.lato-ff {
  font-family: "Lato", sans-serif !important;
}

.serif-ff {
  font-family: "noto serif JP", sans-serif !important;
}

body {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif !important;
  font-weight: 500 !important;
  background-color: #EAEAEA;
}
@media screen and (max-width: 639px) {
  body {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 639px) {
  .single h1 {
    font-size: 22px !important;
  }
  .single h2 {
    font-size: 20px !important;
  }
  .single h3 {
    font-size: 18px !important;
  }
  .single h3.c-entry-summary__title {
    font-size: 14px !important;
  }
  .single h4 {
    font-size: 16px !important;
  }
  h2.c-entry-aside__title {
    font-size: 18px !important;
  }
  .c-prev-next-nav__item-title {
    font-size: 16px !important;
  }
  h3.c-entry-summary__title {
    font-size: 16px !important;
  }
  h1.c-entry__title {
    font-size: 20px !important;
  }
  h2.c-entry-summary__title {
    font-size: 16px !important;
  }
  .c-entries--simple .c-entry-summary__figure {
    margin-right: 1.3em !important;
  }
}
@media screen and (max-width: 639px) {
  .sp-f14 {
    font-size: 14px !important;
  }
  .sp-f16 {
    font-size: 16px !important;
  }
  .sp-f18 {
    font-size: 18px !important;
  }
  .sp-f20 {
    font-size: 20px !important;
  }
  .sp-f22 {
    font-size: 22px !important;
  }
  .sp-f26 {
    font-size: 26px !important;
  }
  .sp-mt15 {
    margin-top: 1.5em !important;
  }
  .sp-mt2 {
    margin-top: 2em !important;
  }
  .sp-mt3 {
    margin-top: 3em !important;
  }
  .sp-mt0 {
    margin-top: 0 !important;
  }
  .sp-lh2 {
    line-height: 2 !important;
  }
}
@media screen and (min-width: 639px) and (max-width: 1023px) {
  .sp-mt15 {
    margin-top: 1.5em !important;
  }
  .sp-mt2 {
    margin-top: 2em !important;
  }
  .sp-mt3 {
    margin-top: 3em !important;
  }
  .sp-mt0 {
    margin-top: 0 !important;
  }
}
li.c-meta__item.c-meta__item--author {
  display: none !important;
}

li.c-meta__item.c-meta__item--modified {
  display: none !important;
}

@media screen and (max-width: 639px) {
  .sp-tal {
    text-align: left !important;
  }
  .sp-tac {
    text-align: center !important;
  }
}
.no-link a {
  text-decoration: none !important;
  color: inherit !important;
}

.l-header .c-hamburger-btn__bar {
  background-color: #fff !important;
}

.c-drawer__menu {
  text-align: center !important;
}
@media screen and (min-width: 639px) and (max-width: 1023px) {
  .c-drawer__menu {
    font-size: 20px !important;
  }
}

.c-page-header[data-has-image=true] {
  height: clamp(280px, 62.5vw, 400px) !important;
}
@media screen and (max-width: 639px) {
  .c-page-header[data-has-image=true] {
    height: clamp(230px, 62.5vw, 400px) !important;
  }
}

.c-page-header__content {
  margin-top: 5em !important;
  z-index: 1;
}
@media screen and (max-width: 639px) {
  .c-page-header__content {
    margin-top: 2em !important;
  }
}

.c-page-header {
  position: relative;
}
.c-page-header::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #2C2C2C;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

@media screen and (max-width: 639px) {
  .p-related-posts .c-entry-summary__figure {
    margin-bottom: 1em !important;
  }
  .p-related-posts .c-entry-summary__meta {
    margin-top: 0em !important;
    font-size: 12px !important;
  }
}
h1.c-page-header__title {
  font-size: 1.8em !important;
  letter-spacing: 0.2em !important;
  font-family: "noto serif JP", sans-serif !important;
  font-weight: 400 !important;
}
@media screen and (max-width: 639px) {
  h1.c-page-header__title {
    font-size: 20px !important;
  }
}

.c-page-header__meta {
  font-family: "noto serif JP", sans-serif !important;
  font-weight: 400 !important;
}

@media screen and (max-width: 639px) {
  .fv {
    padding-top: 3em !important;
    --smb-section--min-height: 92vh !important;
  }
  .fv-en-text {
    font-size: 24px !important;
    letter-spacing: 0.15em !important;
  }
}
.fv-contact {
  display: flex;
  align-items: center;
  gap: 1em;
  color: #fff;
  font-size: 16px;
}
@media (max-width: 1024px) {
  .fv-contact {
    display: none;
  }
}
.fv-contact__line {
  width: 248px;
  padding: 0.5em 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
  font-weight: 500;
}
.fv-contact__line:hover {
  background-color: #06C755;
  border-color: #06C755;
  font-weight: 600;
}
.fv-contact__line-icon {
  font-size: 1.7em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fv-contact__line-icon i {
  color: #3a2416;
  font-size: 1em;
}
.fv-contact__line-text {
  font-size: 1em;
}
.fv-contact__tel {
  text-align: center;
}
.fv-contact__tel-number {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #fff;
  text-decoration: none;
  font-size: 1.6em;
  line-height: 1.1;
  letter-spacing: 0.08em;
  font-family: "noto serif JP";
  font-weight: 700;
}
.fv-contact__tel-number .fa-phone {
  font-size: 0.85em;
}
.fv-contact__tel-time {
  margin: 4px 0 0;
  font-size: 0.75em;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.gold-border {
  position: relative;
}
.gold-border::after {
  content: "";
  width: 2.5em;
  height: 1px;
  display: inline-block;
  background: #C1A487;
  position: absolute;
  bottom: -1.8em;
  left: 0;
}

.cta-line-btn a,
.cta-mail-btn a {
  font-size: clamp(14px, 2vw, 16px);
  font-weight: 600;
  letter-spacing: 0.1em;
  width: 320px;
  max-width: 100%;
  align-items: center;
  padding: 0.8em 1em !important;
}

.cta-mail-btn a::before,
.cta-line-btn a::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 500;
  margin-right: 8px;
  line-height: 1;
}

.cta-mail-btn a::before {
  content: "\f0e0";
  font-size: 1.4em;
}

.cta-line-btn a::before {
  content: "\f3c0";
  font-family: "Font Awesome 6 Brands";
  font-size: 1.6em;
}

a.smb-btn:hover {
  filter: none !important;
  transform: translateY(-0.3em);
}

[data-scrolled=true] .l-header--sticky-overlay-colored-lg {
  background-color: rgba(0, 0, 0, 0.8) !important;
  color: #fff !important;
}

@media screen and (max-width: 639px) {
  .sp-mt1em {
    margin-top: 1.5em !important;
  }
}
@media screen and (max-width: 639px) {
  .cta-btn-container {
    gap: 1em !important;
  }
}
.concept .smb-section-with-bgimage__bgimage.smb-section-with-bgimage__bgimage--lg {
  transform: translateY(5em) !important;
  height: 47% !important;
}
@media screen and (max-width: 639px) {
  .concept .smb-section-with-bgimage__bgimage.smb-section-with-bgimage__bgimage--lg {
    height: 28% !important;
  }
}
@media screen and (min-width: 639px) and (max-width: 1023px) {
  .concept .smb-section-with-bgimage__bgimage.smb-section-with-bgimage__bgimage--lg {
    height: 43% !important;
  }
}

.concept-img {
  position: relative;
}
@media screen and (max-width: 639px) {
  .concept-img {
    padding-right: 3em !important;
  }
}
.concept-img::after {
  content: "CRAFTSMANSHIP";
  font-size: 86px;
  color: #7B7B7B;
  letter-spacing: 0;
  font-family: "Lato", sans-serif !important;
  font-weight: 300;
  position: absolute;
  top: 1.9em;
  left: 5.8em;
  line-height: 1;
}
@media screen and (max-width: 639px) {
  .concept-img::after {
    font-size: 50px;
    top: 9em;
    left: 38px;
    z-index: 1;
    word-break: normal;
    overflow-wrap: anywhere;
    line-height: 1;
  }
}
@media screen and (min-width: 639px) and (max-width: 1023px) {
  .concept-img::after {
    top: 6.9em;
    left: -0.2em;
  }
}
.concept-img img {
  aspect-ratio: 4/3.5 !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 639px) {
  .concept-img img {
    aspect-ratio: 8/6 !important;
  }
}

.concept-en-title {
  transform: translate(-1.8em, 0.3em);
}

.concept-title {
  margin-left: 1em !important;
  margin-bottom: 1.5em !important;
}
@media screen and (max-width: 639px) {
  .concept-title {
    margin-left: 1em !important;
    margin-bottom: 0 !important;
    line-height: 2;
    font-size: 1.4em !important;
  }
}

@media screen and (max-width: 639px) {
  .concept-top-column {
    gap: 2.5em !important;
  }
}
@media screen and (max-width: 639px) {
  .concept-bottom-column {
    flex-direction: column-reverse !important;
    margin-top: 3em !important;
  }
  .concept-bottom-imgs {
    flex-wrap: nowrap !important;
    gap: 1em !important;
  }
}
@media screen and (min-width: 639px) and (max-width: 1023px) {
  .concept-bottom-column {
    margin-top: 0em !important;
  }
}
.concept-bottom-text {
  padding-top: 5em !important;
  padding-left: 7em !important;
  letter-spacing: 0.08em;
  line-height: 2.2;
}
@media screen and (max-width: 639px) {
  .concept-bottom-text {
    padding-top: 3em !important;
    padding-left: 1.5em !important;
  }
}
@media screen and (min-width: 639px) and (max-width: 1023px) {
  .concept-bottom-text {
    padding-top: 0em !important;
    padding-left: 2em !important;
  }
}

@media screen and (min-width: 639px) and (max-width: 1023px) {
  .concept-bottom-imgs {
    width: 100%;
    gap: 1em !important;
    transform: translate(-2em, -1em);
  }
}
.concept-img3 img {
  aspect-ratio: 8/8.6 !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.category-banners .smb-items__banner__body-inner {
  display: flex !important;
  flex-direction: column-reverse !important;
  gap: 0.5em !important;
}
.category-banners .smb-items__banner__lede {
  font-size: 0.9em !important;
  font-family: "Lato", sans-serif !important;
  font-weight: 600 !important;
}
.category-banners .smb-items__banner__title {
  font-size: 1.24em !important;
  font-family: "noto serif JP", sans-serif !important;
  font-weight: 600 !important;
  letter-spacing: 0.08em !important;
  line-height: 1.6 !important;
}
.category-banners .smb-items__banner--standard:before {
  padding: 78% 0 0 !important;
}
@media screen and (max-width: 639px) {
  .category-banners .smb-items__banner--standard:before {
    padding: 56.25% 0 0 !important;
  }
}
.category-banners .smb-items__banner__figure {
  transition: all 0.5s ease-out;
}
.category-banners .smb-items__banner::after {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: 1.15em;
  height: 45px;
  width: 45px;
  background: #333333;
  display: inline-block;
  text-align: center;
  line-height: 45px;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: all 0.3s;
}
.category-banners .smb-items__banner:hover .smb-items__banner__figure {
  transform: scale(1.1);
  transition: all 0.5s ease-out;
}
.category-banners .smb-items__banner:hover::after {
  background: #909090;
  transition: all 0.3s;
}

:root :where(.wp-block-heading.is-style-snow-monkey-143825)::before {
  width: 1.3em !important;
  background-color: #FFFFFF !important;
}

.section-title {
  position: relative;
  z-index: 1;
}
.section-title::before {
  content: "WHY CHOOSE FREW";
  font-family: "Lato", sans-serif !important;
  position: absolute;
  left: 50%;
  bottom: 0.15em;
  transform: translateX(-50%);
  font-size: clamp(3rem, 5vw, 5.375rem);
  font-weight: 300;
  letter-spacing: 0;
  color: #7C7C7C;
  white-space: nowrap;
  z-index: -1;
  pointer-events: none;
  line-height: 1;
}
@media screen and (max-width: 639px) {
  .section-title::before {
    content: "WHY CHOOSE";
    bottom: 0.25em;
  }
}

@media screen and (max-width: 639px) {
  .future-section {
    padding-top: 6em !important;
    padding-bottom: 4em !important;
  }
}
@media screen and (min-width: 639px) and (max-width: 1023px) {
  .future-section {
    padding-top: 8em !important;
    padding-bottom: 4em !important;
  }
}
.future-title {
  line-height: 2.8 !important;
  font-family: "noto serif JP", sans-serif !important;
}
@media screen and (max-width: 639px) {
  .future-title {
    font-size: 18px !important;
  }
}
.future-title span {
  padding: 0.4em 1em !important;
}

.future-items {
  position: relative;
  overflow: visible;
}
@media screen and (max-width: 639px) {
  .future-items {
    padding-left: 1em !important;
    padding-right: 1em !important;
    padding-bottom: 2em !important;
  }
}
@media screen and (min-width: 639px) and (max-width: 1023px) {
  .future-items {
    padding-left: 2em !important;
    padding-right: 2em !important;
    padding-bottom: 3em !important;
  }
}
.future-items.future-items1 {
  margin-top: 3em !important;
}
.future-items::before {
  content: "";
  width: 80%;
  height: 100%;
  display: inline-block;
  background: transparent;
  border: 1px solid #fff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
@media screen and (max-width: 639px) {
  .future-items::before {
    width: 105%;
    height: 86%;
    top: 14%;
    right: -8px;
    z-index: 2;
  }
}
@media screen and (min-width: 639px) and (max-width: 1023px) {
  .future-items::before {
    width: 100%;
    height: 72%;
    top: 28%;
    z-index: 2;
  }
}
@media (min-width: 1024px) {
  .future-items.future-items2::before {
    right: auto;
    left: 0 !important;
  }
}
.future-items .c-row__col--lg-2-3 {
  z-index: 2;
}
.future-items .c-row__col--lg-1-3 {
  z-index: 2;
}
@media (min-width: 1024px) {
  .future-items .c-row__col--lg-2-3 {
    --_item-width: 60% !important;
    padding-top: 2em !important;
    padding-bottom: 2.5em !important;
  }
  .future-items .c-row__col--lg-1-3 {
    --_item-width: 40% !important;
  }
  .future-items .smb-media-text__contents-wrapper {
    margin-left: 3em !important;
  }
}
.future-items .smb-media-text__figure img {
  aspect-ratio: 4/3.8 !important;
}
@media screen and (max-width: 639px) {
  .future-items .smb-media-text__figure img {
    aspect-ratio: 4/3 !important;
  }
}
@media screen and (min-width: 639px) and (max-width: 1023px) {
  .future-items .smb-media-text__figure img {
    aspect-ratio: 4/3 !important;
  }
}

@media (min-width: 1024px) {
  .future-items2.smb-media-text[data-sm-split-point=lg] > .c-row .smb-media-text__contents-wrapper {
    margin-left: 5em !important;
  }
}
@media screen and (max-width: 639px) {
  .bottom-banners-section {
    padding-top: 4em !important;
    padding-bottom: 4em !important;
  }
}
@media screen and (min-width: 639px) and (max-width: 1023px) {
  .bottom-banners-section {
    padding-top: 4em !important;
    padding-bottom: 4em !important;
  }
}
body:not(.home) .bottom-banners-section {
  padding-top: 2em !important;
}
@media screen and (min-width: 639px) and (max-width: 1023px) {
  body:not(.home) .bottom-banners-section {
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 639px) {
  body:not(.home) .bottom-banners-section {
    padding-top: 0 !important;
  }
}

.bottom-banners .smb-items__banner--wide:before {
  padding: 42.25% 0 0 !important;
}
@media screen and (max-width: 639px) {
  .bottom-banners .smb-items__banner--wide:before {
    padding: 56.25% 0 0 !important;
  }
}
@media screen and (min-width: 639px) and (max-width: 1023px) {
  .bottom-banners .smb-items__banner--wide:before {
    padding: 64.25% 0 0 !important;
  }
}
.bottom-banners .category-banners.category-banners1 img {
  -o-object-position: bottom !important;
     object-position: bottom !important;
}
.bottom-banners .category-banners .smb-items__banner__body-inner {
  gap: 0 !important;
}
.bottom-banners .category-banners .smb-items__banner__title {
  font-size: 1em !important;
  line-height: 3.5 !important;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif !important;
}
.bottom-banners .category-banners .smb-items__banner__title::first-line {
  font-size: 1.5em !important;
  line-height: 2 !important;
  font-family: "noto serif JP", sans-serif !important;
}
@media screen and (max-width: 639px) {
  .bottom-banners .category-banners .smb-items__banner__title::first-line {
    font-size: 1.3em !important;
  }
}
.bottom-banners .smb-items__banner__body {
  padding-left: 4em !important;
}
@media screen and (max-width: 639px) {
  .bottom-banners .smb-items__banner__body {
    padding-left: 2.5em !important;
  }
}
@media screen and (min-width: 639px) and (max-width: 1023px) {
  .bottom-banners .smb-items__banner__body {
    padding-left: 3em !important;
  }
}

.tel {
  position: relative;
}
.tel::before {
  content: "\f095";
  font-size: 0.9em;
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  margin-right: 8px;
  line-height: 1;
}

@media screen and (max-width: 639px) {
  .footer-contact {
    padding-top: 7em !important;
  }
}
@media screen and (min-width: 639px) and (max-width: 1023px) {
  .footer-contact {
    padding-top: 6em !important;
  }
}
.footer-contact .section-title::before {
  content: "CONTACT US";
}
@media screen and (max-width: 639px) {
  .footer-contact .contact-tel-flex {
    gap: 0em !important;
  }
  .footer-contact .cta-btn-container {
    margin-top: 1.5em !important;
  }
  .footer-contact .contact-box {
    padding-top: 2em !important;
    padding-bottom: 2em !important;
  }
}

@media screen and (max-width: 639px) {
  .footer-bottom-flex {
    gap: 2.5em !important;
    flex-direction: column !important;
  }
  .footer-logo {
    width: 320px !important;
    padding-right: 2em !important;
  }
  .footer-right-column {
    width: 100% !important;
  }
}
@media screen and (min-width: 639px) and (max-width: 1023px) {
  .footer-bottom-flex {
    flex-direction: column !important;
  }
}
.footer-nav {
  gap: 0.6em 3em !important;
  justify-content: end !important;
  letter-spacing: 0.1em !important;
}
@media screen and (max-width: 639px) {
  .footer-nav {
    justify-content: center !important;
    font-size: 12px !important;
    gap: 0.6em 2em !important;
  }
}
@media screen and (min-width: 639px) and (max-width: 1023px) {
  .footer-nav {
    justify-content: flex-start !important;
    gap: 0.6em 1.5em !important;
  }
}

.c-copyright--inverse {
  background-color: transparent;
  color: #333;
  text-align: end;
}
@media screen and (max-width: 639px) {
  .c-copyright--inverse {
    font-size: 12px;
    text-align: center;
  }
}
@media screen and (min-width: 639px) and (max-width: 1023px) {
  .c-copyright--inverse {
    font-size: 14px;
    text-align: center;
  }
}

.services .section-title::before {
  content: "OUR SERVICES";
  font-size: clamp(1.75rem, 1rem + 3vw, 4rem);
}
@media screen and (max-width: 639px) {
  .services .section-title::before {
    font-size: clamp(2.8rem, 1rem + 3vw, 4rem);
  }
}
@media screen and (max-width: 639px) {
  .services .service-item-flex {
    flex-direction: column !important;
    gap: 2em !important;
    align-items: flex-start !important;
  }
}
@media screen and (min-width: 639px) and (max-width: 1023px) {
  .services .service-item-flex {
    flex-direction: column !important;
    gap: 2em !important;
    align-items: flex-start !important;
  }
}

@media screen and (max-width: 639px) {
  .area-section {
    padding-top: 3em !important;
    padding-bottom: 3em !important;
  }
}
@media screen and (min-width: 639px) and (max-width: 1023px) {
  .area-section {
    padding-top: 1em !important;
    padding-bottom: 4em !important;
  }
}
.area-section .section-title::before {
  content: "AREA";
  color: #D9D9D9;
}

@media screen and (max-width: 639px) {
  .area-top-img {
    --smb-section--min-height: 18em !important;
  }
}
@media screen and (max-width: 639px) {
  .flow-section {
    padding-top: 4em !important;
  }
}
@media screen and (min-width: 639px) and (max-width: 1023px) {
  .flow-section {
    padding-top: 3em !important;
  }
}
.flow-section .section-title::before {
  content: "FLOW";
}
.flow-section .flow-item {
  position: relative;
}
.flow-section .flow-item::after {
  content: "";
  width: 0;
  height: 0;
  display: inline-block;
  border-style: solid;
  border-right: 21px solid transparent;
  border-left: 21px solid transparent;
  border-top: 15px solid #ffffff;
  border-bottom: 0;
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
}
.flow-section .flow-item:last-child::after {
  display: none !important;
}
@media screen and (min-width: 639px) and (max-width: 1023px) {
  .flow-section .step-left {
    flex: 1 1 15% !important;
  }
}
@media screen and (max-width: 639px) {
  .flow-section .step-left {
    flex: 1 1 100% !important;
  }
}
@media screen and (min-width: 639px) and (max-width: 1023px) {
  .flow-section .step-right {
    flex: 1 1 85% !important;
  }
}
@media screen and (max-width: 639px) {
  .flow-section .step-right {
    flex: 1 1 100% !important;
    padding-top: 2em !important;
  }
}
.flow-section .flow-item-title {
  font-family: "noto serif JP", sans-serif !important;
  font-weight: 500 !important;
}
@media screen and (max-width: 639px) {
  .flow-section .flow-item-title {
    text-align: center;
    font-size: 18px !important;
  }
}
.flow-section .flow-step-no {
  letter-spacing: 0 !important;
  margin-top: -16px !important;
  font-family: "noto serif JP", sans-serif !important;
  font-weight: 400 !important;
}
.flow-section .flow-step {
  letter-spacing: 0.04em !important;
  font-family: "noto serif JP", sans-serif !important;
  font-weight: 400 !important;
}
.flow-section .step-right {
  position: relative;
}
.flow-section .step-right::after {
  content: "";
  width: 1px;
  height: 100%;
  display: inline-block;
  background: #BCBCBC;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 639px) {
  .flow-section .step-right::after {
    width: 90%;
    height: 1px;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
}

.message-section .message-text {
  letter-spacing: 0.08em;
  line-height: 2.2;
}
.message-section .message-title {
  margin-bottom: 1.5em !important;
}
@media screen and (max-width: 639px) {
  .message-section .message-title {
    font-size: 1.4em !important;
  }
}
.message-section .concept-img img {
  aspect-ratio: 4/4 !important;
}
@media screen and (min-width: 639px) and (max-width: 1023px) {
  .message-section .concept-img img {
    aspect-ratio: 4/3 !important;
  }
}
@media screen and (max-width: 639px) {
  .message-section .concept-img img {
    aspect-ratio: 8/6 !important;
  }
}
.message-section .concept-img::after {
  content: "MESSAGE";
  top: 0.5em;
  left: 5.8em;
}
@media screen and (max-width: 639px) {
  .message-section .concept-img::after {
    top: 4.2em;
    left: 0;
  }
}
@media screen and (min-width: 639px) and (max-width: 1023px) {
  .message-section .concept-img::after {
    top: 9.5em;
    left: 0em;
    z-index: 1;
  }
}
.message-section .concept-top-column::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 83%;
  background: #4B4B4B;
  position: absolute;
  top: 5em;
  left: -18%;
}
@media screen and (max-width: 639px) {
  .message-section .concept-top-column::before {
    height: 74%;
    top: 8em;
    left: -3%;
  }
}
.message-section .concept-img3 img {
  aspect-ratio: 4/4 !important;
}
@media screen and (max-width: 639px) {
  .message-section .concept-bottom-imgs {
    margin-top: 1.5em !important;
    padding-left: 3em !important;
  }
}
@media screen and (min-width: 639px) and (max-width: 1023px) {
  .message-section .concept-bottom-imgs {
    width: 80% !important;
    margin-right: 2em !important;
  }
}
@media screen and (max-width: 639px) {
  .message-section .message-text-box {
    padding-left: 1.5em !important;
  }
}
@media screen and (min-width: 639px) and (max-width: 1023px) {
  .message-section .message-text-box {
    padding-left: 4em !important;
  }
}

@media screen and (max-width: 639px) {
  .company {
    padding-top: 2em !important;
  }
}
@media screen and (max-width: 639px) {
  .company .representative-img {
    width: 70% !important;
  }
}
.company .representative-img img {
  aspect-ratio: 4/5 !important;
  -o-object-position: 50% 10% !important;
     object-position: 50% 10% !important;
}
.company .section-title::before {
  content: "COMPANY";
}
@media screen and (min-width: 639px) and (max-width: 1023px) {
  .company .company-flex {
    flex-wrap: nowrap !important;
  }
}

.company-list .smb-information__item__label {
  border-left: none !important;
  border-right: none !important;
  font-weight: 500 !important;
}
@media screen and (max-width: 639px) {
  .company-list .smb-information__item__label {
    padding: 1em 0.5em !important;
  }
}
.company-list .smb-information__item__body {
  border-right: none !important;
}
@media screen and (max-width: 639px) {
  .company-list .smb-information__item__body {
    padding: 1em 0.5em !important;
  }
}
.company-list .smb-information__item:first-child .smb-information__item__label {
  border-top: none !important;
}
.company-list .smb-information__item:first-child .smb-information__item__body.is-layout-constrained.wp-block-snow-monkey-blocks-information-item-is-layout-constrained {
  border-top: none !important;
}
.company-list .smb-information__item:last-child .smb-information__item__label {
  border-bottom: none !important;
}
.company-list .smb-information__item:last-child .smb-information__item__body.is-layout-constrained.wp-block-snow-monkey-blocks-information-item-is-layout-constrained {
  border-bottom: none !important;
}
@media screen and (max-width: 639px) {
  .company-list .c-row__col--3-4 {
    --_item-width: 70% !important;
  }
  .company-list .c-row__col--1-4 {
    --_item-width: 30% !important;
  }
}

@media screen and (max-width: 639px) {
  .company-list-box {
    padding: 1em !important;
    margin-top: 1.3em !important;
  }
}
.access-section .section-title::before {
  content: "ACCESS";
}

@media screen and (max-width: 639px) {
  .faq-btn .wp-block-snow-monkey-blocks-btn {
    width: 100% !important;
  }
  .faq-btn a.smb-btn {
    width: 100% !important;
  }
}
.faq-item .border-blue-title {
  margin-bottom: 1.5em !important;
}
.faq-item .wp-block-snow-monkey-blocks-accordion-item {
  margin-top: 0 !important;
  padding-top: 1em !important;
  border-top: 1px solid #EEEEEE;
  padding-bottom: 1em !important;
}
.faq-item .wp-block-snow-monkey-blocks-accordion-item:first-child {
  border-top: none !important;
}
.faq-item .wp-block-snow-monkey-blocks-accordion-item:last-child {
  border-bottom: 1px solid #EEEEEE;
}
.faq-item .smb-accordion__item__title {
  background: transparent !important;
  position: relative;
  color: #FFFFFF;
  font-weight: 500 !important;
  padding-left: 3.5em !important;
}
.faq-item .smb-accordion__item__title::before {
  content: "Q";
  font-size: 1.25em;
  background: #555555;
  color: #fff;
  padding: 4px 10px 0px;
  font-family: "Lato", sans-serif !important;
  position: absolute;
  left: 0;
}
.faq-item .smb-accordion__item__body {
  background: #F7F7F7;
  margin-top: 1em !important;
}

.page .l-contents__inner {
  padding-top: 0 !important;
}

.why-section .section-title::before {
  content: "WHY FREW";
  left: auto;
  right: -2.8em;
}

.why-box {
  position: relative;
}
@media screen and (max-width: 639px) {
  .why-box {
    padding-bottom: 2em !important;
  }
}
@media screen and (min-width: 639px) and (max-width: 1023px) {
  .why-box {
    padding-top: 1.5em !important;
    padding-bottom: 2em !important;
  }
  .why-box.why-box1 {
    margin-top: 2em !important;
  }
  .why-box.why-box2 {
    margin-top: 8em !important;
  }
  .why-box.why-box3 {
    margin-top: 6em !important;
  }
}
.why-box::after {
  content: "";
  font-size: 3em;
  color: #E3E3E3;
  font-family: "Lato", sans-serif !important;
  font-weight: 300 !important;
  position: absolute;
  bottom: 10px;
  right: 32px;
  letter-spacing: 0;
  z-index: 0;
}
@media screen and (max-width: 639px) {
  .why-box::after {
    font-size: 32px;
  }
}
.why-box.why-box1::after {
  content: "WHY FREW 01";
}
.why-box.why-box2::after {
  content: "WHY FREW 02";
}
.why-box.why-box3::after {
  content: "WHY FREW 03";
}
.why-box .why-item-text {
  z-index: 1;
}
.why-box .smb-box__background {
  width: 73%;
  right: 0;
  left: auto;
}
@media screen and (max-width: 639px) {
  .why-box .smb-box__background {
    width: 100%;
    height: 77%;
    bottom: 0;
    right: 0;
    top: auto;
    left: auto;
  }
}
@media screen and (min-width: 1024px) {
  .why-box .why-img {
    transform: translateY(-5em) !important;
  }
}
@media screen and (min-width: 639px) and (max-width: 1023px) {
  .why-box .why-img {
    transform: translateY(-12em) !important;
  }
}
.why-box .why-img img {
  aspect-ratio: 4/4 !important;
}
@media screen and (max-width: 639px) {
  .why-box .why-img img {
    aspect-ratio: 4/3.2 !important;
  }
}
.why-box .why-item-title {
  position: relative;
  padding-bottom: 1em;
}
.why-box .why-item-title::after {
  content: "";
  width: 3em;
  height: 1px;
  background: #333333;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 639px) {
  .why-box .why-item-flex {
    gap: 1.5em !important;
  }
}
@media screen and (min-width: 639px) and (max-width: 1023px) {
  .why-box .why-item-flex {
    flex-wrap: nowrap !important;
    gap: 2em !important;
  }
}

.why-bottom-imgs {
  z-index: 1;
  margin-top: 6em !important;
}
@media screen and (max-width: 639px) {
  .why-bottom-imgs {
    margin-top: 4em !important;
  }
}

@media screen and (max-width: 639px) {
  .job-section {
    padding-top: 6em !important;
  }
}
@media screen and (min-width: 639px) and (max-width: 1023px) {
  .job-section {
    padding-top: 5em !important;
  }
}
.job-section .smb-section__fixed-background {
  top: -8em !important;
}
.job-section .section-title::before {
  content: "JOB DETAILS";
}
.job-section .company-list .smb-information__item__label {
  color: #fff !important;
}
.job-section .smb-information__item__body {
  color: #fff !important;
}
.job-section .company-list .smb-information__item:last-child .smb-information__item__label {
  border-bottom: 1px solid !important;
}
.job-section .company-list .smb-information__item:last-child .smb-information__item__body.is-layout-constrained.wp-block-snow-monkey-blocks-information-item-is-layout-constrained {
  border-bottom: 1px solid !important;
}
.job-section .company-list .smb-information__item:first-child .smb-information__item__label {
  border-top: 1px solid !important;
}
.job-section .company-list .smb-information__item:first-child .smb-information__item__body.is-layout-constrained.wp-block-snow-monkey-blocks-information-item-is-layout-constrained {
  border-top: 1px solid !important;
}

.contact-section {
  color: #fff !important;
}
@media screen and (max-width: 639px) {
  .contact-section .section-title {
    margin-top: 6em !important;
  }
}
.contact-section .section-title::before {
  content: "CONTACT FORM";
}
.contact-section .smf-item__label {
  color: #fff !important;
}
.contact-section .smf-button-control__control {
  background-color: #656565 !important;
  border-radius: 0 !important;
  width: 186px !important;
  color: #fff !important;
  font-size: 1.1em !important;
  font-family: "Zen Kaku Gothic Antique", sans-serif !important;
  font-weight: 500 !important;
  letter-spacing: 0.1em !important;
}
@media screen and (max-width: 639px) {
  .contact-section .smf-button-control__control {
    font-size: 14px !important;
    width: 150px !important;
  }
}

@media screen and (max-width: 639px) {
  .p-footer-sticky-nav {
    padding: 0.5em !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  .p-footer-sticky-nav .c-navbar {
    gap: 8px;
  }
  .p-footer-sticky-nav .sp-nav-mail,
.p-footer-sticky-nav .sp-nav-line {
    background-color: #555555 !important;
  }
  .p-footer-sticky-nav .sp-nav-mail a,
.p-footer-sticky-nav .sp-nav-line a {
    font-size: 12px !important;
    color: #fff;
    padding: 1em 0;
  }
  .p-footer-sticky-nav .sp-nav-line a {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .p-footer-sticky-nav .sp-nav-line a::before {
    content: "\f3c0";
    font-family: "Font Awesome 6 Brands";
    font-size: 1.6em;
  }
  .p-footer-sticky-nav .sp-nav-mail a {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .p-footer-sticky-nav .sp-nav-mail a::before {
    content: "\f0e0";
    font-family: "Font Awesome 6 free";
    font-size: 1.6em;
  }
}
.c-site-branding.c-site-branding--has-logo {
  display: flex;
  flex-direction: column-reverse;
}

.c-site-branding__description {
  font-size: 12px !important;
}
@media screen and (max-width: 639px) {
  .c-site-branding__description {
    font-size: 9px !important;
  }
}