@charset "UTF-8";
a {
  transition: all 0.5s ease-out;
  opacity: 1;
}
a:hover {
  opacity: 0.7;
}
a[href="#"] {
  pointer-events: none;
  cursor: default;
  opacity: 0.3;
}

:root {
  --color-base: #333;
  --color-accent: #ec6435;
  --color-accent-2: #9fa120;
  --color-muted: #727171;
  --color-text-dark: #333;
  --color-ui-muted: #727171;
  --color-border: #e6e6e6;
  --color-beige: #fcf5f0;
  --container-pc: 1124px;
  --radius-xl: 16px;
  --radius-lg: 12px;
  --radius-md: 10px;
  --radius-sm: 6px;
  --radius-xs: 4px;
  --shadow-sm: 0 1px 0 rgba(0, 0, 0, 0.06);
  --shadow-md: 0 2px 8px rgba(0, 0, 0, 0.08);
  --shadow-inset: 0 1px 0 rgba(0, 0, 0, 0.04) inset;
  --space-1: 8px;
  --space-2: 12px;
  --space-3: 16px;
  --space-4: 20px;
  --space-5: 24px;
  --space-6: 32px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: #333;
  font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  line-height: 1.8;
  background: #fff;
  min-height: 100%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: inherit;
  text-decoration: none;
}

:where(a, button, [role=button], input, select, textarea):focus-visible {
  outline: 2px solid #ec6435;
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@media print {
  /* Remove decorative effects */
  * {
    box-shadow: none !important;
    text-shadow: none !important;
  }
  /* Use underlines for links on paper */
  a {
    text-decoration: underline;
  }
  /* Hide UI elements not suitable for print */
  .site-header,
  .contact-rail,
  .burger {
    display: none !important;
  }
  /* Remove sticky offsets */
  .l-main {
    padding-top: 0 !important;
  }
  /* Use full width */
  .u-container {
    width: auto;
    padding: 0 !important;
  }
  /* Ensure images scale to content width */
  img {
    max-width: 100% !important;
    height: auto !important;
  }
}
.u-link {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 0.08em;
}

.u-link:hover {
  color: #ec6435;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.u-container {
  width: min(100%, 1124px);
  margin-inline: auto;
  padding-inline: 16px;
}

@media (min-width: 1124px) {
  .u-container {
    padding-inline: 0;
  }
}
.u-only-sp {
  display: inline !important;
}

@media (min-width: 960px) {
  .u-only-sp {
    display: none !important;
  }
}
.u-only-pc {
  display: none !important;
}

@media (min-width: 960px) {
  .u-only-pc {
    display: inline !important;
  }
}
.u-only-sp-block {
  display: block !important;
}

@media (min-width: 960px) {
  .u-only-sp-block {
    display: none !important;
  }
}
.u-only-pc-block {
  display: none !important;
}

@media (min-width: 960px) {
  .u-only-pc-block {
    display: block !important;
  }
}
.br-sp {
  display: none;
}
@media (max-width: calc(640px - 0.02px)) {
  .br-sp {
    display: inline;
  }
}

.br-pc {
  display: inline;
}
@media (min-width: 640px) {
  .br-pc {
    display: none;
  }
}

.l-main {
  padding-top: 64px;
}
@media (min-width: 1124px) {
  .l-main {
    padding-top: 110px;
  }
}

.admin-bar .site-header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  background: #fff;
  z-index: 1000;
  height: 64px;
}
.site-header::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1000;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e6e6e6;
  pointer-events: none;
}
@media (min-width: 1124px) {
  .site-header {
    height: 110px;
  }
}
.site-header__inner {
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 42px;
       column-gap: 42px;
  width: min(100%, 1272px);
  padding-left: 50px;
  margin-top: 47px;
}
.site-header__logo {
  margin: 0;
  grid-row: 1/span 2;
}
.site-header__logo-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
}
.site-header__logo-img {
  display: block;
  height: auto;
}
.site-header__nav {
  display: block;
}
.site-header__sp-mail {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
}
.site-header__cta--pc {
  display: none;
}
@media (min-width: 960px) {
  .site-header__cta--pc {
    display: block;
    justify-self: end;
  }
}
.site-header__cta--sp {
  display: block;
  margin-top: 10px;
}
@media (min-width: 960px) {
  .site-header__cta--sp {
    display: none;
  }
}

.gnav {
  display: flex;
  gap: 22px;
  list-style: none;
  margin: 0 0 9px;
  padding: 0;
}
.gnav__item {
  letter-spacing: 0.05em;
  font-weight: 700;
  position: relative;
}
.gnav__item.menu__contact {
  display: none;
}
.gnav__link {
  padding: 10px 6px 17px;
  position: relative;
}
.gnav__link::after {
  content: "";
  position: absolute;
  z-index: 1000;
  left: 0;
  right: 0;
  bottom: 0px;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #e60010, #fabe00);
  pointer-events: none;
  transform-origin: left;
  opacity: 0;
  transition: transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.gnav__link:hover::after {
  opacity: 1;
}

.tlinks {
  display: none;
  top: 0px;
  right: 156px;
  width: min(820px, 100%);
  z-index: 1001;
  position: absolute;
}
.tlinks__items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 2px;
  align-items: flex-end;
  justify-content: flex-end;
  color: #727171;
  font-size: 13px;
}
.tlinks__item {
  display: flex;
  align-items: flex-end;
  margin-left: 12px;
  position: relative;
  top: 3px;
}
.tlinks__item--orange {
  top: 0;
}
.tlinks__item--orange .tlinks__link {
  background: #ec6435;
  color: #fff;
  padding: 8px 13px;
  border-radius: 0 0 5px 5px;
  border: none;
  font-weight: 700;
  gap: 6px;
}
.tlinks__item--olive {
  top: 0;
  margin-left: 0;
}
.tlinks__item--olive .tlinks__link {
  background: #9fa120;
  color: #fff;
  padding: 8px 13px;
  border-radius: 0 0 5px 5px;
  border: none;
  font-weight: 700;
  gap: 6px;
}
.tlinks__link {
  letter-spacing: 0.04em;
}
.tlinks__icon {
  display: inline-block;
  vertical-align: middle;
}
.tlinks__icon--blank {
  width: 13px;
  height: auto;
}
.tlinks__icon--arrow {
  width: 7px;
  height: auto;
}
@media (min-width: 960px) {
  .tlinks {
    display: block;
  }
}

.contact-rail {
  display: none;
}
@media (min-width: 1124px) {
  .contact-rail {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1001;
    background: #ec6435;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 30px 36px 26px;
    border-bottom-left-radius: 10px;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.06);
    text-align: center;
  }
  .contact-rail__text {
    font-weight: 700;
    letter-spacing: 0.02em;
    font-size: 12px;
  }
}

.burger {
  position: relative;
  right: 4px;
  top: -2px;
  width: 36px;
  height: 18px;
  display: grid;
  place-items: center;
  background: transparent;
  border: none;
  cursor: pointer;
}
.burger__line {
  display: block;
  width: 36px;
  height: 2px;
  background: #ec6435;
  transition: transform 0.25s ease, opacity 0.2s ease;
}
.burger__line + .burger__line {
  margin-top: 3px;
}

@media (min-width: 1124px) {
  .burger {
    display: none;
  }
  .site-header__nav {
    display: block;
  }
  .site-header__sp-mail {
    display: none;
  }
  .mnav {
    display: none !important;
  }
}
@media (max-width: calc(1124px - 0.02px)) {
  body.is-menu-open {
    overflow: hidden;
  }
  .tlinks {
    display: none;
  }
  .gnav {
    display: none;
  }
  .mnav {
    display: none;
  }
  .site-header__inner {
    margin: 0;
    padding: 15px 16px;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    justify-content: space-between;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  .site-header__logo {
    flex: 1;
    line-height: 1;
  }
  .site-header__logo-link {
    width: 200px;
  }
  .site-header__nav {
    position: fixed;
    inset: 64px 0 auto 0;
    display: block;
    background: #fff;
    transform: translateY(-8px);
    opacity: 0;
    pointer-events: none;
    transition: 0.25s;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    max-height: calc(100vh - 64px);
  }
  @supports (height: 100dvh) {
    .site-header__nav {
      max-height: calc(100dvh - 64px);
    }
  }
  .site-header__nav {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-gutter: stable;
  }
  .site-header.is-open .site-header__nav {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
  .site-header.is-open .burger__line:nth-child(1) {
    transform: translateY(5px) rotate(45deg);
  }
  .site-header.is-open .burger__line:nth-child(2) {
    transform: translateY(-5px) rotate(-45deg);
  }
  .site-header.is-open .mnav {
    display: block;
    padding: 32px 16px;
  }
}
/* Mega menu (PC only) */
@media (min-width: 1124px) {
  .has-mega:hover > .mega, .has-mega:focus-within > .mega,
  .has-mega .mega:hover {
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }
  .has-mega:hover > .gnav__link::after {
    opacity: 1;
    transform: scaleX(1);
  }
  .mega {
    position: fixed;
    left: 0;
    right: 0;
    top: 110px;
    background: #fcf5f0;
    border-bottom: 1px solid #e6e6e6;
    box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
    transition: 0.2s ease;
  }
  .mega__inner {
    width: min(100%, 767px);
    margin: 0 auto;
    padding: 52px 16px 37px;
  }
  .mega--about .mega__inner {
    width: min(100%, 640px);
  }
  .mega__title {
    margin: 0 0 24px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.04em;
  }
  .mega__title::before {
    content: "";
    background-image: url("../img/icon-play2.svg");
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    vertical-align: middle;
    position: relative;
    top: -2px;
  }
  .mega__cols {
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 32px;
  }
  .mega__heading {
    margin: 0 0 3px;
    font-size: 20px;
    color: #aaa;
    font-weight: 400;
    font-family: "Noto Serif JP", "Noto Serif CJK JP";
  }
  .mega__list {
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
    display: grid;
    gap: 3px 40px;
  }
  .mega .menu__about-details {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 80px;
    align-items: center;
  }
  .mega__item {
    display: block;
    line-height: 1.5;
    font-weight: 700;
  }
  .mega__item::before {
    content: "";
    background-image: url("../img/icon-play2.svg");
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    vertical-align: middle;
    position: relative;
    top: -2px;
  }
  .mega__link {
    color: #333;
    display: inline-block;
    padding: 4px 0;
  }
  .mega__sub {
    list-style: none;
    margin: 6px 0;
    padding: 0 0 0 16px;
    display: grid;
    gap: 3px;
  }
  .mega__sublink {
    font-size: 14px;
    color: #727171;
    font-weight: 500;
  }
  .mega__sublink::before {
    content: "";
    background-image: url("../img/icon-arrow-right-gray.svg");
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 8px;
    height: 10px;
    margin-right: 5px;
    vertical-align: middle;
    position: relative;
    top: -2px;
  }
}
@media (max-width: calc(1124px - 0.02px)) {
  .mega {
    display: none;
  }
}
@media (max-width: calc(1124px - 0.02px)) {
  .site-header .mnav__category {
    display: grid;
    grid-template-columns: 160px auto;
    gap: 15px;
  }
  .site-header .mnav__link, .site-header .mnav__heading {
    font-size: 15px;
    font-weight: 700;
  }
  .site-header .mnav__link::before, .site-header .mnav__heading::before {
    content: "";
    background-image: url("../img/icon-play2.svg");
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 6px;
    vertical-align: middle;
    position: relative;
    top: -2px;
  }
  .site-header .mnav__list {
    list-style: none;
    margin: 6px 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "a a" "b b" "c c" "d e" "f f";
    gap: 24px 5px;
  }
  .site-header .mnav__list > :nth-child(1) {
    grid-area: a;
  }
  .site-header .mnav__list > :nth-child(2) {
    grid-area: b;
  }
  .site-header .mnav__list > :nth-child(3) {
    grid-area: c;
  }
  .site-header .mnav__list > :nth-child(4) {
    grid-area: d;
  }
  .site-header .mnav__list > :nth-child(5) {
    grid-area: e;
  }
  .site-header .mnav__list > :nth-child(6) {
    grid-area: f;
  }
  .site-header .mnav__item {
    line-height: 1.2;
  }
  .site-header .mnav__item.menu__home > .mnav__link::before {
    display: none;
  }
  .site-header .mnav__sub {
    list-style: none;
    margin: 0;
    padding: 0;
    grid-template-columns: 1fr;
    display: flex;
    flex-direction: column;
    gap: 11px;
    text-align: left;
  }
  .site-header .mnav__sub.menu__about-intro {
    display: none;
  }
  .site-header .mnav__sub--child {
    margin: 10px 0 0;
  }
  .site-header .mnav__sub--child li::before {
    content: "";
    background-image: url("../img/icon-arrow-right-gray.svg");
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 6px;
    height: 10px;
    margin-right: 6px;
    vertical-align: middle;
    position: relative;
    top: -1px;
  }
  .site-header .mnav__sublink {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #727171;
  }
  .site-header .mnav__targetmenu {
    list-style: none;
    margin: 20px 0;
    padding: 0;
    display: grid;
    gap: 10px;
  }
  .site-header .mnav__targetmenu .menu__for--business .mnav__link {
    color: #ec6435;
  }
  .site-header .mnav__targetmenu .menu__for--producer .mnav__link {
    color: #9fa120;
  }
  .site-header .mnav__divider {
    border: 0;
    height: 1px;
    background: #e6e6e6;
    margin: 39px 0;
  }
  .site-header .mnav__sitelinks {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    display: grid;
    gap: 14px;
    grid-template-columns: 1fr 1fr;
  }
  .site-header .mnav__sitelink {
    font-size: 12px;
    line-height: 1.2;
  }
  .site-header .mnav__sitelink::after {
    content: "";
    background-image: url("../img/icon-blank.svg");
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 4px;
    vertical-align: middle;
    position: relative;
    top: -2px;
  }
  .site-header .mnav__sitelink a {
    color: #727171;
  }
  .site-header .mnav__sitelink a:hover {
    color: #ec6435;
  }
  .site-header .mnav__snslist {
    list-style: none;
    margin: 80px 0 20px;
    padding: 0;
    display: flex;
    gap: 16px;
    align-items: center;
  }
  .site-header .mnav__snslist .icon--x {
    position: relative;
    top: -1px;
  }
  .site-header .mnav__snslist .icon--yt {
    position: relative;
    top: -2px;
  }
  .site-header .mnav__bottom {
    color: #727171;
    display: flex;
    justify-content: space-between;
    gap: 14px;
  }
  .site-header .mnav__bottom--policies {
    font-size: 12px;
    margin: 0;
  }
  .site-header .mnav__bottom--copyright {
    font-size: 12px;
  }
}
@media (max-width: calc(1124px - 0.02px)){
  .site-header .mnav__list > :nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .site-header .mnav__list > :nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .site-header .mnav__list > :nth-child(3) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .site-header .mnav__list > :nth-child(4) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .site-header .mnav__list > :nth-child(5) {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
  .site-header .mnav__list > :nth-child(6) {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}
.site-footer {
  background: #fff;
  padding: 71px 16px 32px;
  box-shadow: 0 -3px 6px -3px rgba(0, 0, 0, 0.2);
}
.site-footer__inner {
  width: min(100%, 1164px);
  margin-inline: auto;
}
.site-footer__copy {
  color: #727171;
  font-size: 12px;
}
@media (max-width: calc(640px - 0.02px)) {
  .site-footer {
    padding-top: 75px;
  }
}

.pg-home .site-footer {
  box-shadow: none;
}

.fgrid {
  display: grid;
  gap: 17px 28px;
}
@media (min-width: 960px) {
  .fgrid {
    grid-template-columns: 1.88fr 0.9fr 1.25fr 0.85fr 1.2fr;
    align-items: start;
  }
}

.fbrand__logo {
  display: inline-block;
  margin: 8px 0 17px;
}
.fbrand__addr {
  font-size: 13px;
  font-style: normal;
  color: #727171;
  margin: 0 0 13px;
}
@media (max-width: calc(640px - 0.02px)) {
  .fbrand__logo img {
    width: 185px;
    margin-bottom: 5px;
  }
  .fbrand__addr {
    line-height: 1.8;
  }
}

.fsns {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 7px;
}
.fsns__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
}
.fsns__link--x > .fsns__img {
  width: 26px;
}
.fsns__img {
  display: block;
  width: 30px;
  height: auto;
}

.fnav-col {
  display: grid;
  gap: 5px;
}
@media (max-width: calc(640px - 0.02px)) {
  .fnav-col {
    margin-top: 30px;
  }
}

.fnav-group {
  display: block;
}
.fnav-group__title {
  margin: 0 0 15px;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.fnav-group + .fnav-group {
  margin-top: 10px;
}
.fnav-group__child + .fnav-group__child {
  margin-top: 26px;
}
@media (max-width: calc(640px - 0.02px)) {
  .fnav-group__title {
    margin-bottom: 18px;
  }
  .fnav-group__childs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}

.fnav-list {
  font-size: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
  color: #727171;
}
.fnav-list li {
  line-height: 1.2;
}

.fnav-sub {
  list-style: none;
  margin: 12px 0 0 6px;
  padding: 0;
  display: grid;
  gap: 9px;
}
.fnav-sub > li::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 8px;
  background: url("../img/icon-arrow-right-gray.svg") no-repeat center center;
  margin-right: 6px;
}

.fnav-accent {
  font-weight: 700;
}
.fnav-accent--orange {
  color: #ec6435;
}
.fnav-accent--green {
  color: #9fa120;
}

.fext {
  border-left: 1px solid #ccc; /* 最後のアイテムの左側にグレーの線を追加 */
  padding-left: 30px; /* 左の線とコンテンツの間に余白を追加 */
  border-top: 1px solid #e6e6e6;
  padding-top: 16px;
  margin-top: 8px;
  height: 100%;
  color: #727171;
}
@media (min-width: 960px) {
  .fext {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
  }
}
@media (max-width: calc(960px - 0.02px)) {
  .fext {
    border-left: none;
    padding-left: 0;
    padding-top: 30px;
  }
}
.fext-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0px;
}
.fext-list li {
  line-height: 1.5;
}
.fext-link {
  font-size: 13px;
  position: relative;
}
@media (max-width: calc(640px - 0.02px)) {
  .fext-link {
    font-size: 12px;
  }
}

.fbottom {
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-top: 20px;
  padding-top: 100px;
}
@media (max-width: calc(640px - 0.02px)) {
  .fbottom {
    padding-top: 40px;
  }
}

.fpolicies {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #727171;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 16px;
  align-items: center;
}
.fpolicies a {
  color: inherit;
  text-decoration: none;
}
.fpolicies a:hover {
  text-decoration: underline;
}

.section {
  padding: 64px 0;
}
.section__inner {
  width: min(100%, 1124px);
  margin-inline: auto;
  padding-inline: 16px;
}
@media (min-width: 1124px) {
  .section__inner {
    padding-inline: 0;
  }
}
.section__title {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 24px;
  position: relative;
  text-align: center;
}
.section__h2 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 24px;
  position: relative;
  text-align: center;
  color: #727171;
}
.section__cta {
  margin-top: 40px;
  margin-bottom: 180px;
}
.section__cta {
  text-align: center;
}
.section__cta .c-button {
  padding: 13px 32px;
  background: linear-gradient(to bottom, #f00000 0%, #ffa600 100%);
  position: relative;
  font-size: 18px;
}
.section__cta .c-button::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 20px;
  background-image: url("../img/icon-arrow-right-orange.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  margin-left: 1.5em;
  font-size: 1.2em;
  transition: transform 0.3s ease;
}

a.icon--blank::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: 5px;
  background: url("../img/icon-blank.svg") no-repeat center/contain;
  vertical-align: middle;
  position: relative;
}

a.icon--play::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 10px;
  background: url("../img/icon-play.svg") no-repeat center/contain;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

a.icon--more::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 12px;
  margin-left: 10px;
  background: url("../img/icon-arrow-right-thin.svg") no-repeat center/contain;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.c-button {
  display: inline-block;
  padding: 12px 20px;
  background: #ec6435;
  color: #fff;
  border-radius: 999px;
  font-weight: 700;
  transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.c-button:hover {
  opacity: 0.9;
}

.c-button--secondary {
  background: #9fa120;
}

.breadcrumb {
  margin: 0;
  padding: 9px;
  font-size: 13px;
  color: #727171;
  background-color: #f2f2f2;
}
.breadcrumb__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.breadcrumb__item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.breadcrumb__item::before {
  content: "";
  display: inline-block;
  background: url("../img/icon-arrow-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 6px;
  height: 12px;
}
.breadcrumb__item:first-child::before {
  display: none;
}
.breadcrumb__link {
  color: inherit;
  text-decoration: none;
  transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.breadcrumb__link:hover {
  color: #ec6435;
}
.breadcrumb__sep {
  display: inline-block;
  width: 5px;
  height: auto;
  vertical-align: middle;
  opacity: 0.7;
}

.localnav {
  margin-top: 17px;
}
.localnav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
.localnav__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 0;
  border: none;
  background: transparent;
  font-weight: 500;
  font-size: 16px;
  color: var(--color-ui-muted);
}

.icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

.icon--down {
  width: 14px;
  height: 14px;
}

.icon--spot {
  width: 20px;
  height: 20px;
}

.hero {
  position: relative;
  padding-top: 8px;
}
.hero__prev, .hero__next {
  color: #fff;
}

.hero-card {
  position: relative;
}
.hero-card__media {
  position: relative;
}
.hero-card__media img {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 1124px) {
  .hero-card__content {
    padding-inline: 0;
  }
}
.hero-card__title {
  margin: 0 0 8px;
  font-size: clamp(18px, 2.4vw, 28px);
  font-weight: 700;
}
.hero-card__body {
  margin: 0 0 14px;
}
.hero-card__cta {
  margin: 0;
}
.hero-card__vtext {
  position: absolute;
  right: 16px;
  top: 8%;
  bottom: auto;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: clamp(20px, 3.4vw, 36px);
  font-weight: 700;
  -webkit-text-stroke: 0 transparent;
  text-shadow: none;
  background: #fff;
  padding: 8px 6px;
  border-radius: 8px;
  color: #222;
  opacity: 0.95;
}
@media (min-width: 960px) {
  .hero-card__vtext {
    right: calc((100vw - 1124px) / 2 + 16px);
    background: transparent;
    color: #111;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
    padding: 0;
  }
}

.hero-thumbs {
  margin-top: 40px;
  width: min(100%, 1124px);
  margin-inline: auto;
  padding-inline: 16px;
}

@media (min-width: 1124px) {
  .hero-thumbs {
    padding-inline: 0;
  }
}
.hero-thumb {
  display: grid;
  grid-template-rows: auto auto;
  gap: 10px;
  background: #fff;
  overflow: hidden;
  max-width: 148px;
}
.hero-thumb img {
  width: 100%;
  aspect-ratio: 148/68;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.hero-thumb__label {
  display: block;
  font-size: 12px;
  padding: 6px 8px;
  text-align: center;
  color: #333;
}

@media (max-width: calc(1124px - 0.02px)) {
  .hero-thumbs .swiper-wrapper {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .hero-thumbs .swiper-wrapper > .swiper-slide {
    width: 33.3333333333% !important;
  }
  .hero-thumbs .swiper-wrapper.has-4-up {
    justify-content: flex-start;
  }
  .hero-thumbs .swiper-slide {
    width: auto !important;
  }
}
.services {
  padding: 74px 0 20px;
}
@media (max-width: calc(640px - 0.02px)) {
  .services {
    padding-top: 72px;
    padding-bottom: 18px;
  }
}
.services {
  background-image: linear-gradient(180deg, #fcf5f0 0%, #fff 100%);
  background-repeat: no-repeat;
  background-size: 100% 200px;
  background-position: top left;
}
.services__eyebrow {
  text-align: center;
  color: #727171;
  margin: 0 0 69px;
  letter-spacing: 0.1em;
}
.services-block {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 48px;
  align-items: start;
  margin: 44px 0;
}
.services-block:nth-of-type(3) {
  margin-top: 80px;
}
@media (max-width: calc(640px - 0.02px)) {
  .services-block {
    gap: 46px 20px;
  }
}
.services-aside {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: calc(640px - 0.02px)) {
  .services-aside {
    gap: 10px;
    width: 44px;
  }
  .services-aside img {
    width: 100%;
  }
}
.services-aside::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #e60010, #fabe00);
  margin-top: 8px;
}
.services-grid {
  display: grid;
  gap: 4px;
  margin-top: 45px;
}
@media (max-width: calc(640px - 0.02px)) {
  .services-grid {
    gap: 37px;
  }
}
.services-grid .svc-card:first-child .svc-card__figure {
  border-top-left-radius: 14px;
}
.services-grid .svc-card:last-child .svc-card__figure {
  border-top-right-radius: 14px;
}
.services .svc-card__figure {
  border-radius: 0;
}
@media (max-width: calc(640px - 0.02px)) {
  .services .section__inner {
    padding-right: 0;
  }
  .services .svc-card__figure {
    border-radius: 0;
  }
  .services .services-grid .svc-card:last-child .svc-card__figure {
    border-top-right-radius: 0;
    border-bottom-left-radius: 14px;
  }
}

@media (min-width: 640px) {
  .services-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.svc-card__figure {
  overflow: hidden;
  background: #eee;
  margin: 0;
}
.svc-card__figure img {
  width: 100%;
  display: block;
  aspect-ratio: 340/250;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: calc(640px - 0.02px)) {
  .svc-card__figure img {
    aspect-ratio: 293/250;
  }
}
.svc-card__title {
  margin: 15px 0 14px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.svc-card__play {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #ec6435;
  border-radius: 3px;
  position: relative;
}
.svc-card__play::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 3px;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #fff;
}
.svc-card__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.svc-card__list li {
  font-size: 14px;
  color: #727171;
}
.svc-card__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 8px;
  height: 8px;
  border: 1px solid #bbb;
  border-radius: 2px;
  background: #fff;
}

.news {
  margin-top: 2px;
}
.news__grid {
  display: grid;
  gap: 45px;
}
@media (min-width: 960px) {
  .news__grid {
    gap: 60px;
  }
}
@media (min-width: 960px) {
  .news__grid {
    grid-template-columns: 1fr 280px;
    align-items: start;
  }
}
.news__main {
  position: relative;
}
.news__main::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 4px;
  width: 4px;
  height: 80px;
  border-radius: 2px;
  background: linear-gradient(180deg, #e60010, #fabe00);
}
.news__more {
  margin: 12px 0 0;
  text-align: right;
}
.news__more-link {
  font-size: 14px;
  color: #333;
  text-decoration: none;
  position: relative;
}
.news__more-link span {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.news__aside {
  padding-left: 40px;
}
@media (min-width: 960px) {
  .news__aside {
    padding-left: 0;
    margin-top: 37px;
  }
}

.news-list {
  list-style: none;
  margin: -14px 0 0;
  padding: 0 0 0 40px;
}

.news-item {
  border-bottom: 1px solid #e6e6e6;
}
.news-item__link {
  display: grid;
  grid-template-columns: auto auto 1fr;
  grid-template-rows: auto auto;
  gap: 6px 12px;
  padding: 14px 0px;
  align-items: center;
  color: #333;
  text-decoration: none;
}
.news-item__date {
  color: #727171;
  font-variant-numeric: tabular-nums;
  font-size: 14px;
  font-family: "Roboto", "Noto Sans JP", "Noto Sans CJK JP", sans-serif;
}
.news-item__title {
  grid-column: 1/-1;
  grid-row: 2;
  font-size: 15px;
  font-weight: 500;
}

.tag {
  background: #f2f2f2;
  border-radius: 2px;
  font-size: 12px;
  line-height: 1.5;
  color: #727171;
  width: 72px;
  text-align: center;
}

.tag--muted {
  background: #f6f6f6;
  color: #7c7c7c;
}

.news--archive {
  margin-top: 0;
  padding-top: 36px;
  padding-bottom: 80px;
}
.news--archive .section__inner {
  max-width: 920px;
}
.news--archive .news-list--archive {
  border-top: 1px solid #e6e6e6;
}
.news--archive .news-item__title {
  grid-column: auto;
  grid-row: auto;
  display: block;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 500;
  color: #333;
}
.news--archive .news-item__date {
  font-size: 14px;
  color: #8f8f8f;
}
.news--archive .tag {
  width: auto;
  min-width: 0;
  padding: 2px 10px;
  font-size: 12px;
  line-height: 1.5;
  color: #555;
  background: #f2f2f2;
  border-radius: 2px;
}
.news--archive .news__more {
  margin: 72px 0 0;
  text-align: center;
}
.news--archive .wp-pagenavi {
  margin: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 22px;
  border: 0;
}
.news--archive .wp-pagenavi a,
.news--archive .wp-pagenavi span {
  border: 0;
  margin: 0;
  padding: 0;
  min-width: 14px;
  color: #aaaaaa;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.1;
  font-family: "Roboto", "Noto Sans JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
}
.news--archive .wp-pagenavi .current {
  color: #333;
  font-weight: 500;
}
.news--archive .wp-pagenavi .pages,
.news--archive .wp-pagenavi .extend,
.news--archive .wp-pagenavi .first,
.news--archive .wp-pagenavi .last {
  display: none;
}
.news--archive .wp-pagenavi .previouspostslink,
.news--archive .wp-pagenavi .nextpostslink {
  position: relative;
  width: 22px;
  height: 22px;
  min-width: 22px;
  text-indent: -9999px;
  overflow: hidden;
  background: none;
  opacity: 1;
}
.news--archive .wp-pagenavi .previouspostslink::before,
.news--archive .wp-pagenavi .nextpostslink::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 1.5px solid #bbbbbb;
  border-right: 1.5px solid #bbbbbb;
  transform-origin: center;
}
.news--archive .wp-pagenavi .previouspostslink::before {
  transform: translate(-30%, -50%) rotate(-135deg);
}
.news--archive .wp-pagenavi .nextpostslink::before {
  transform: translate(-70%, -50%) rotate(45deg);
}

.news-cats {
  margin: 0 0 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}
.news-cats__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 28px;
}
.news-cats__link {
  color: #b1b1b1;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.5;
  white-space: nowrap;
}
.news-cats__link.is-current {
  color: #333;
  font-weight: 700;
}

.news-cats--hero {
  margin-top: 24px;
  border-bottom: 0;
  padding-bottom: 0;
}

.news-list--archive {
  margin: 0;
  padding: 0;
}

.news-item--archive {
  border-bottom: 1px solid #e6e6e6;
}

.news-item__link--archive {
  display: grid;
  grid-template-columns: 160px 1fr;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 0;
  padding: 24px 0;
  align-items: start;
}

.news-item__thumb {
  margin: 0;
  width: 160px;
  aspect-ratio: 160/107;
  overflow: hidden;
  background: #f0f0f0;
}
.news-item__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-item__body {
  min-width: 0;
}

.news-item__meta {
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  gap: 12px;
}

@media (max-width: calc(640px - 0.02px)) {
  .news-cats {
    margin-bottom: 0;
    padding-bottom: 16px;
  }
  .news-cats__list {
    gap: 6px 20px;
  }
  .news-cats__link {
    font-size: 14px;
  }
  .news-cats--hero {
    margin-top: 20px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .news-item__link--archive {
    grid-template-columns: 100px 1fr;
    -moz-column-gap: 14px;
         column-gap: 14px;
    padding: 20px 0;
  }
  .news-item__thumb {
    width: 100px;
    aspect-ratio: 100/67;
  }
  .news-item__meta {
    margin-bottom: 6px;
    flex-direction: row;
    align-items: center;
    gap: 8px;
  }
  .news--archive .news-item__title {
    font-size: 14px;
    line-height: 1.7;
  }
  .news--archive .news__more {
    margin-top: 48px;
  }
  .news--archive .wp-pagenavi {
    gap: 18px;
  }
  .news--archive .wp-pagenavi a,
  .news--archive .wp-pagenavi span {
    font-size: 16px;
  }
  .news--archive .wp-pagenavi .previouspostslink,
  .news--archive .wp-pagenavi .nextpostslink {
    width: 18px;
    height: 18px;
    min-width: 18px;
  }
  .news--archive .wp-pagenavi .previouspostslink::before,
  .news--archive .wp-pagenavi .nextpostslink::before {
    width: 8px;
    height: 8px;
  }
}
.news-single {
  padding-top: 36px;
  padding-bottom: 96px;
}

.news-single__inner {
  max-width: 820px;
}

.news-single__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.news-single__date {
  font-size: 14px;
  font-family: "Roboto", "Noto Sans JP", "Noto Sans CJK JP", sans-serif;
  color: #8f8f8f;
  font-variant-numeric: tabular-nums;
}

.news-single__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.65;
  color: #333;
  margin: 0 0 28px;
}

.news-single__thumbnail {
  margin: 0 0 40px;
}
.news-single__thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: calc(640px - 0.02px)) {
  .news-single {
    padding-top: 28px;
    padding-bottom: 64px;
  }
  .news-single__title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .news-single__thumbnail {
    margin-bottom: 28px;
  }
}
.cta-stack {
  display: grid;
  gap: 6px;
}

.cta-card {
  position: relative;
  display: block;
  color: #fff;
  border-radius: 7px 7px 21px 7px;
  padding: 23px 50px 28px 27px;
  line-height: 1.5;
  overflow: hidden;
}
.cta-card__title {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 6px;
}
.cta-card__desc {
  font-size: 13px;
  opacity: 0.95;
}
.cta-card__arrow {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  opacity: 0.9;
}
.cta-card::after {
  content: "";
  display: inline-block;
  z-index: 1;
  position: absolute;
  right: 26px;
  top: 2px;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
}
.cta-card--orange {
  background: #ec6435;
  position: relative;
}
.cta-card--orange::after {
  background-image: url("../img/icon-arrow-right-orange.svg");
}
.cta-card--olive {
  background: #9fa120;
}
.cta-card--olive::after {
  background-image: url("../img/icon-arrow-right-green.svg");
}
.cta-card--olive .cta-card__title {
  margin-top: -9px;
}

@media (prefers-reduced-motion: no-preference) {
  .reveal {
    opacity: 0;
    transform: translate3d(0, 12px, 0);
    transition: opacity 0.6s ease, transform 0.6s ease;
  }
  .reveal--up {
    transform: translate3d(0, 18px, 0);
  }
  .reveal--zoom {
    transform: scale(0.98);
  }
  .is-inview {
    opacity: 1 !important;
    transform: none !important;
  }
}
.prose {
  color: #333;
  line-height: 1.9;
  font-size: 16px;
}

.prose > * + * {
  margin-top: 1em;
}

.prose :where(h1, h2, h3, h4, h5, h6) {
  color: #333;
  line-height: 1.4;
  font-weight: 800;
  margin: 1.6em 0 0.6em;
}

.prose h1 {
  font-size: clamp(26px, 4vw, 32px);
}

.prose h2 {
  font-size: clamp(22px, 3.2vw, 28px);
}

.prose h3 {
  font-size: clamp(18px, 2.4vw, 22px);
}

.prose h4 {
  font-size: 18px;
}

.prose p {
  margin: 0;
}

.prose a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 0.08em;
  transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.prose a:hover {
  color: #ec6435;
}

.prose ul,
.prose ol {
  padding-left: 1.25rem;
  margin: 0.5em 0 0;
}

.prose li + li {
  margin-top: 0.25em;
}

.prose blockquote {
  margin: 1em 0 0;
  padding-left: 1em;
  border-left: 3px solid #e6e6e6;
  color: #727171;
}

.prose img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.prose .wp-block-table {
  width: 100%;
  overflow-x: auto;
}

.prose table,
.prose .wp-block-table table,
.prose table.has-fixed-layout {
  width: 100%;
  table-layout: auto;
  border-collapse: collapse;
  border: 1px solid #7f7f7f;
  border-radius: 0;
  overflow: visible;
}

.prose th,
.prose td,
.prose .wp-block-table th,
.prose .wp-block-table td {
  padding: 12px 14px;
  border: 1px solid #7f7f7f;
  background: #f1f1f1;
  vertical-align: middle;
}

.prose th,
.prose .wp-block-table th {
  text-align: left;
  font-weight: 700;
}

.prose td.has-text-align-right,
.prose .wp-block-table td.has-text-align-right {
  text-align: right;
}

.pg-companyOffices .localnav {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.pg-companyOffices .section {
  padding-top: 0;
  margin-bottom: 120px;
}
.pg-companyOffices .section__inner {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.pg-companyOffices .section__title {
  font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: var(--color-ui-muted);
  background: var(--color-beige);
  padding: 15px 30px;
  border-radius: 10px;
  margin: 19px 0;
  text-align: left;
}
.pg-companyOffices .loc-list + .section__title {
  margin-top: 80px;
}

.loc-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 20px;
}

.loc-item {
  display: grid;
  gap: 12px;
  padding: 11px 0;
  border-bottom: 1px solid #e6e6e6;
}
@media (max-width: calc(640px - 0.02px)) {
  .loc-item {
    padding-bottom: 30px;
  }
  .loc-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}
@media (min-width: 960px) {
  .loc-item {
    grid-template-columns: 230px 1fr 220px;
    align-items: start;
    -moz-column-gap: 26px;
         column-gap: 26px;
  }
}
.loc-item__figure {
  margin: 0px 0 0;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  top: -9px;
}
.loc-item__figure img {
  width: 220px;
  height: 148px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: calc(640px - 0.02px)) {
  .loc-item__figure img {
    width: 100%;
    height: auto;
  }
}
.loc-item__name {
  margin: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.7;
  color: var(--color-text-dark);
  padding-left: 30px;
  box-sizing: border-box;
}
@media (max-width: calc(640px - 0.02px)) {
  .loc-item__name {
    padding-left: 0;
  }
}
.loc-item__name a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.loc-item__details {
  font-weight: 500;
  font-size: 16px;
  color: var(--color-text-dark);
  margin-bottom: 12px;
}
.loc-item__line {
  margin: 0;
  line-height: 1.7;
}
.loc-item__line:last-child {
  margin-bottom: 5px;
  position: relative;
  left: -2px;
  top: 2px;
}
.loc-item__map {
  color: var(--color-ui-muted);
}
.loc-item__map a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  position: relative;
  padding-right: 0;
  color: inherit;
}
.loc-item__map a span {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: calc(960px - 0.02px)) {
  .loc-item__name {
    order: 1;
  }
  .loc-item__details {
    order: 2;
  }
  .loc-item__figure {
    order: 3;
  }
}

.page-hero {
  padding: 68px 0 12px;
}
.page-hero {
  background: #fff;
}
.page-hero__eyebrow {
  color: #727171;
  margin: 0 0 6px;
}
.page-hero__title {
  margin: 0;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #727171;
}

.anchor-offset {
  scroll-margin-top: 64px;
}

@media (min-width: 960px) {
  .anchor-offset {
    scroll-margin-top: 110px;
  }
}
.page-h3 {
  margin: 24px 0 8px;
  font-weight: 700;
}

.credos {
  list-style: disc;
  padding-left: 1.25rem;
  margin: 0;
  display: grid;
  gap: 6px;
}

.message {
  display: grid;
  gap: 16px;
  align-items: start;
}
@media (min-width: 960px) {
  .message {
    grid-template-columns: 320px 1fr;
  }
}
.message__figure {
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  background: #eee;
}
.message__figure img {
  display: block;
  width: 100%;
  height: auto;
}
.message__sign {
  margin-top: 10px;
  font-weight: 700;
  text-align: right;
}

.page-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
  justify-content: center;
  max-width: 900px;
  margin: 100px auto 117px;
}

@media (min-width: 640px) {
  .page-links {
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  }
}
.page-link {
  padding: 12px 20px;
  background: #f2f2f2;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  color: #727171;
}
.page-link::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 16px;
  background-image: url("../img/icon-arrow-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  top: 2px;
}

.pg-companyHistory .section {
  padding-top: 16px;
  margin-bottom: 215px;
}
.pg-companyHistory .section__inner {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.history {
  display: grid;
  grid-template-columns: 1fr 42px;
  gap: 40px;
  align-items: stretch;
  position: relative;
}
@media (max-width: calc(640px - 0.02px)) {
  .history {
    gap: 16px;
  }
}

.history + .history {
  margin-top: 30px;
}

.timeline {
  list-style: none;
  margin: 6px 0 0;
  padding: 0;
}
.timeline__item {
  display: grid;
  grid-template-columns: 90px 90px 1fr;
  gap: 12px;
  padding: 17px 0 18px;
  position: relative;
  border-bottom: solid 1px #e6e6e6;
}
.timeline__item:last-child {
  border-bottom: none;
}
.timeline__year {
  color: #333;
  font-variant-numeric: tabular-nums;
  grid-column: 1;
}
.timeline__era {
  padding-top: 2px;
  font-size: 14px;
  color: #727171;
  white-space: nowrap;
  grid-column: 2;
}
.timeline__era::before {
  content: "(";
}
.timeline__era::after {
  content: ")";
}
.timeline__desc {
  margin: 0;
  grid-column: 3;
}

@media (max-width: calc(640px - 0.02px)) {
  .timeline__item {
    display: block;
  }
  .timeline__year, .timeline__era {
    display: inline;
    padding-top: 0;
  }
  .timeline__desc {
    margin-top: 10px;
    display: block;
  }
}
.history-rail {
  display: block;
  position: relative;
  align-self: stretch;
  border-radius: 999px;
  background: linear-gradient(180deg, #e60010, #fabe00);
  width: 40px;
}
.history-rail--era1 {
  background: linear-gradient(0deg, #f59004, #fabe00);
}
.history-rail--era2 {
  background: linear-gradient(0deg, #ea270d, #f59004);
}
.history-rail--era3 {
  background: linear-gradient(0deg, #e70b0f, #ea270d);
}
.history-rail--era3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -50px;
  width: 40px;
  height: 40px;
  background-color: #e70b0f;
  border-radius: 20px;
}
.history-rail--era3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -100px;
  width: 40px;
  height: 40px;
  background-color: #e70b0f;
  border-radius: 20px;
}
.history-rail__title {
  position: sticky;
  top: 100px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  padding: 24px 6px 24px 4px;
  color: #fff;
  font-weight: 500;
  text-align: left;
  margin-left: auto;
}

.profile {
  padding-top: 20px;
}

.profile-table {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  border-color: #fff;
  border-collapse: collapse;
  border-spacing: 0px;
  border-radius: 12px;
  overflow: hidden;
}
.profile-table tr {
  position: relative;
  display: block;
}
.profile-table tr::before, .profile-table tr::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
}
.profile-table tr::before {
  bottom: 3px;
  height: 1px;
  z-index: 2;
  background-color: #e6e6e6;
}
.profile-table tr::after {
  bottom: 0;
  height: 7px;
  background-color: #fff;
}
.profile-table tr:last-child::before {
  background-color: transparent;
}
.profile-table tr:last-child::after {
  background-color: transparent;
}
.profile-table th,
.profile-table td {
  padding: 20px 40px 30px;
  vertical-align: top;
  background: #fff;
}
.profile-table th {
  width: 200px;
  background: #fcf5f0;
  text-align: left;
  color: #727171;
  font-weight: 500;
}
.profile-table__address {
  font-weight: 400;
  font-size: 15px;
  color: #727171;
  display: block;
  line-height: 1.466;
  margin-top: 3px;
  margin-bottom: 5px;
}

@media (max-width: calc(640px - 0.02px)) {
  .profile-table {
    border-radius: 0;
  }
  .profile-table tr::before, .profile-table tr::after {
    display: none;
  }
  .profile-table th {
    width: auto;
    display: block;
    border: none;
    padding: 10px 20px;
    border-radius: 10px;
  }
  .profile-table td {
    display: block;
    padding: 15px 20px 30px;
  }
}
.u-reset {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.stats-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 960px) {
  .stats-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.stat-card {
  background: #fff7f4;
  border: 1px solid #ffe5dc;
  border-radius: 12px;
  padding: 18px;
  text-align: center;
}
.stat-card__big {
  font-weight: 800;
  font-size: clamp(20px, 3.2vw, 28px);
  color: #ec6435;
}
.stat-card__label {
  margin: 6px 0 0;
  color: #727171;
}

.section-digitize {
  padding-top: 45px;
  padding-bottom: 60px;
}
.section-digitize .section__h2 {
  font-weight: 500;
}

.digitizeBasis {
  max-width: 900px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.375rem;
  margin: 53px auto 0;
}
.digitizeBasis__unit {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  position: relative;
  padding: 24px;
  background: #ec6435;
  color: #fff;
}
.digitizeBasis__unit[data-area="01"] {
  grid-area: area01;
}
.digitizeBasis__unit[data-area="02"] {
  grid-area: area02;
}
.digitizeBasis__unit[data-area="03"] {
  grid-area: area03;
}
.digitizeBasis__unit[data-area="04"] {
  grid-area: area04;
}
.digitizeBasis__unit[data-area="05"] {
  grid-area: area05;
}
.digitizeBasis__unit[data-area="06"] {
  grid-area: area06;
}
.digitizeBasis__title {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.digitizeBasis__data {
  position: relative;
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  z-index: 2;
}
.digitizeBasis__data em {
  display: inline-block;
  position: relative;
  bottom: -0.05em;
  padding: 0 0.1em;
  font-family: "Roboto", "Noto Sans JP", "Noto Sans CJK JP", sans-serif;
  font-size: 64px;
  font-weight: 700;
  font-style: normal;
}
.digitizeBasis__img {
  margin: 0;
  text-align: center;
}
.digitizeBasis__text {
  margin: 10px 0 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
}
.digitizeBasis__balloon01 {
  display: block;
  position: absolute;
  top: -7px;
  left: -64px;
  width: 3.75rem;
  z-index: 1;
}
.digitizeBasis__balloon01 img {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .digitizeBasis {
    grid-template-areas: "area01 area01 area01 area02 area02 area02" "area01 area01 area01 area03 area03 area03" "area04 area04 area05 area05 area06 area06";
  }
  .digitizeBasis__unit[data-area="01"] {
    border-top-left-radius: 2.5rem;
    padding-top: 51px;
  }
  .digitizeBasis__unit[data-area="02"] {
    border-top-right-radius: 2.5rem;
  }
  .digitizeBasis__unit[data-area="04"] {
    border-bottom-left-radius: 2.5rem;
  }
  .digitizeBasis__unit[data-area="06"] {
    border-bottom-right-radius: 2.5rem;
  }
  [data-area="01"] .digitizeBasis__data {
    font-size: 30px;
  }
  [data-area="01"] .digitizeBasis__text {
    margin-top: 20px;
  }
  [data-area="02"] .digitizeBasis__img {
    position: absolute;
    top: 68px;
    right: 20px;
    width: 96px;
  }
  [data-area="03"] .digitizeBasis__img {
    position: absolute;
    top: 72px;
    right: 24px;
    width: 93px;
  }
  [data-area="04"] .digitizeBasis__data {
    padding-right: 3.125rem;
  }
  [data-area="04"] .digitizeBasis__img {
    position: absolute;
    top: 80px;
    right: 22px;
    width: 44px;
  }
  [data-area="05"] .digitizeBasis__img {
    position: absolute;
    top: 68px;
    right: 24px;
    width: 54px;
  }
  [data-area="06"] .digitizeBasis__img {
    position: absolute;
    top: 66px;
    right: 24px;
    width: 54px;
  }
  .digitizeBasis__unit[data-area="01"] {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .digitizeBasis__unit[data-area="02"] {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
    -ms-grid-column-span: 3;
  }
  .digitizeBasis__unit[data-area="03"] {
    -ms-grid-row: 2;
    -ms-grid-column: 4;
    -ms-grid-column-span: 3;
  }
  .digitizeBasis__unit[data-area="04"] {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .digitizeBasis__unit[data-area="05"] {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
  }
  .digitizeBasis__unit[data-area="06"] {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    -ms-grid-column-span: 2;
  }
}
@media (max-width: 767px) {
  .digitizeBasis {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.1875rem;
    grid-template-areas: "area01 area01" "area02 area03" "area04 area04" "area05 area06";
  }
  .digitizeBasis__unit {
    padding: 1.875rem 0.5rem 1.25rem;
  }
  .digitizeBasis__unit[data-area="01"] {
    border-top-left-radius: 1.875rem;
    border-top-right-radius: 1.875rem;
  }
  .digitizeBasis__unit[data-area="05"] {
    border-bottom-left-radius: 1.875rem;
  }
  .digitizeBasis__unit[data-area="06"] {
    border-bottom-right-radius: 1.875rem;
  }
  .digitizeBasis__title {
    font-size: 1rem;
  }
  .digitizeBasis__data {
    font-size: 1.375rem;
  }
  .digitizeBasis__data em {
    padding: 0 0.05em;
    font-size: 2.875rem;
  }
  .digitizeBasis__img {
    margin: 0.5rem auto 0;
    text-align: center;
  }
  .digitizeBasis__text {
    padding: 0 0.75rem;
  }
  .digitizeBasis__balloon01 {
    top: -0.9375rem;
  }
  [data-area="01"] .digitizeBasis__data {
    font-size: 1.875rem;
  }
  [data-area="01"] .digitizeBasis__data em {
    font-size: 4.375rem;
  }
  [data-area="01"] .digitizeBasis__img {
    max-width: 16.875rem;
  }
  [data-area="02"] .digitizeBasis__img {
    max-width: 6.75rem;
  }
  [data-area="03"] .digitizeBasis__img {
    max-width: 6.5rem;
  }
  [data-area="04"] .digitizeBasis__img {
    position: absolute;
    top: 4rem;
    right: 2rem;
    width: 3.125rem;
    margin: 0;
  }
  [data-area="05"] .digitizeBasis__img {
    max-width: 3.25rem;
  }
  [data-area="06"] .digitizeBasis__img {
    max-width: 3.25rem;
  }
  .digitizeBasis__unit[data-area="01"] {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .digitizeBasis__unit[data-area="02"] {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .digitizeBasis__unit[data-area="03"] {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .digitizeBasis__unit[data-area="04"] {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .digitizeBasis__unit[data-area="05"] {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .digitizeBasis__unit[data-area="06"] {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
}

.about-brand {
  padding: 18px 0;
}
.about-brand__card {
  background: #fcf5f0;
  border-radius: 20px;
  padding: 56px;
  text-align: center;
}
.about-brand__logo {
  display: inline-block;
  width: min(270px, 53.5vw);
  height: auto;
}
.about-brand__name {
  margin-top: 8px;
  font-weight: 700;
}

.about-philo {
  padding: 60px 0;
}
.about__title {
  position: relative;
  padding: 0 0 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #727171;
}
.about__title::after {
  content: "";
  display: block;
  margin: 14px auto;
  width: 300px;
  height: 4px;
  background: linear-gradient(90deg, #e60010 0%, #fabe08 100%);
}
@media (max-width: calc(640px - 0.02px)) {
  .about__title::after {
    width: 240px;
  }
}
.about__lead {
  text-align: center;
  margin: 28px 0 84px;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.03em;
}
.about__purpose {
  margin-top: 20px;
  font-size: 30px;
  font-weight: 800;
  text-align: center;
}
.about__mission {
  max-width: 900px;
  margin: -8px auto 52px;
  color: #727171;
  line-height: 1.9;
}
.about__people {
  margin: 18px 0 61px;
}
.about-vision {
  padding: 31px 0 21px;
  position: relative;
  background-image: url("../img/bg-purpose2.png");
  background-repeat: no-repeat;
  background-position: calc(50% + 45px) 5px;
  background-size: contain;
}
@media (max-width: calc(640px - 0.02px)) {
  .about-vision {
    margin: 0 -16px;
    padding-inline: 16px;
    background-image: url("../img/bg-purpose2-sp.png");
    background-size: 113%;
    background-position: -10px 100px;
  }
}
.about-vision .about__title {
  padding-top: 0;
  margin: 0;
}
.about-vision__title {
  text-align: center;
  font-size: 28px;
  font-weight: 800;
  margin: 22px 0;
}
.about-vision__text {
  max-width: 900px;
  margin: 20px auto 52px;
  color: #727171;
}

.credo-list {
  list-style: none;
  max-width: 900px;
  margin: 24px auto 0;
  padding: 0;
  display: grid;
  gap: 18px;
}

.credo__title {
  text-align: center;
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 700;
  position: relative;
}
.credo__text {
  margin: 0 0 28px;
  color: #727171;
  line-height: 1.9;
}

.tmessage {
  padding-top: 0;
  max-width: 900px;
  margin: -19px auto 0;
}
.tmessage__figure {
  margin: 36px 0 16px;
  border-radius: 12px;
  overflow: hidden;
  background: #eee;
}
@media (max-width: calc(640px - 0.02px)) {
  .tmessage__figure {
    height: 230px;
  }
}
.tmessage__figure img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: calc(640px - 0.02px)) {
  .tmessage__figure img {
    height: 100%;
  }
}
.tmessage__body {
  margin: 47px 0 0;
}
.tmessage__body p {
  line-height: 2.5;
  margin-bottom: 2.5em;
}
.tmessage__sign {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  justify-content: flex-end;
  position: relative;
  margin-top: -5px;
}
.tmessage__sign img {
  width: 193px;
  height: auto;
  position: relative;
  right: -10px;
  bottom: -5px;
}
.tmessage__signcap {
  margin: 0;
  font-weight: 500;
}

.hero {
  padding-top: 39px;
}
@media (max-width: calc(640px - 0.02px)) {
  .hero {
    padding-top: 0;
  }
}

.purpose {
  padding-top: 0px;
  padding-bottom: 112px;
  margin-top: 42px;
  position: relative;
  background-image: url("../img/bg-purpose.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: min(1100px, 95vw);
}
.purpose__eyebrow {
  text-align: center;
  color: #727171;
  margin: 0 0 10px;
  font-size: 16px;
  letter-spacing: 0.2em;
}
.purpose__title {
  margin: 24px auto 34px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  color: #333;
  letter-spacing: 0.05em;
}
.purpose__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 24px 30px;
  margin-top: 24px;
}
@media (min-width: 640px) {
  .purpose__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: calc(640px - 0.02px)) {
  .purpose {
    padding-bottom: 110px;
    background-size: 180%;
    background-position: -200px 0;
  }
  .purpose > .section__inner {
    position: relative;
    z-index: 1;
  }
  .purpose::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 100px;
    right: 120px;
    width: 100%;
    height: 200px;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  }
}

.purpose-card {
  display: block;
  color: inherit;
  text-decoration: none;
}
.purpose-card__figure {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  background: #eee;
}
.purpose-card__figure img {
  width: 100%;
  display: block;
  aspect-ratio: 710/500;
  -o-object-fit: cover;
     object-fit: cover;
}
.purpose-card__label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 700;
  margin-top: 7px;
}
.purpose-card__play {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: #ec6435;
  border-radius: 4px;
  position: relative;
}
.purpose-card__play::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 4px;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #fff;
}

.sustain {
  background: #f7f7f7;
  padding: 74px 0;
}
@media (max-width: calc(640px - 0.02px)) {
  .sustain {
    padding-top: 73px;
  }
}
.sustain__eyebrow {
  text-align: center;
  color: #727171;
  margin: 0 0 33px;
  letter-spacing: 0.1em;
}
@media (max-width: calc(640px - 0.02px)) {
  .sustain__eyebrow {
    margin-bottom: 50px;
  }
}
.sustain__grid {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 20px;
  list-style: none;
}
.sustain__item {
  padding: 0;
  margin: 0;
}
@media (min-width: 640px) {
  .sustain__item {
    width: calc(50% - 10px);
  }
}
@media (min-width: 960px) {
  .sustain__grid {
    grid-template-columns: repeat(2, 1fr);
    align-items: start;
  }
}
.sustain__more {
  margin: 16px 0 0;
  text-align: right;
  font-size: 14px;
}
.sustain__more-link {
  position: relative;
  padding-right: 14px;
}
.sustain__more-link span {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.sustain-card {
  display: block;
  color: inherit;
  text-decoration: none;
}
.sustain-card__figure {
  border-radius: 10px;
  overflow: hidden;
  background: #eee;
  margin: 0;
}
.sustain-card__figure img {
  width: 100%;
  display: block;
  aspect-ratio: 547/160;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: calc(640px - 0.02px)) {
  .sustain-card__figure img {
    aspect-ratio: 343/160;
  }
}
.sustain-card__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  margin-top: 10px;
}
.sustain-card__play {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #ec6435;
  border-radius: 3px;
  position: relative;
}
.sustain-card__play::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 3px;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #fff;
}

.groupco {
  padding: 73px 0;
}
.groupco__eyebrow {
  text-align: center;
  color: #727171;
  margin: 0 0 24px;
}
@media (max-width: calc(640px - 0.02px)) {
  .groupco__eyebrow {
    margin-bottom: 25px;
  }
}
.groupco__lead {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 45px;
}
.groupco__logos {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 18px 36px;
  justify-content: center;
  align-items: center;
}
.groupco__logo {
  display: flex;
  align-items: center;
}
@media (max-width: calc(640px - 0.02px)) {
  .groupco__logo {
    max-width: 150px;
  }
}
.groupco__more {
  margin: 20px 0 0;
  text-align: right;
  font-size: 14px;
}
.groupco__more-link {
  position: relative;
  padding-right: 14px;
}
.groupco__more-link span {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.recruit {
  margin-top: 0;
  background: linear-gradient(90deg, #fff9e6 0%, #fde6e8 100%);
  text-align: center;
  padding: 80px 0;
}
.recruit-card__img {
  line-height: 0;
  display: block;
}
.recruit-card__img img {
  width: 100%;
  height: auto;
  display: block;
}

.recruitBnr__figure {
  margin: 0;
}

.products-hero__lead {
  margin: 8px 0 0;
  font-size: 15px;
  line-height: 1.8;
  color: #555;
}

.tag--channel {
  background: #f2f2f2;
  color: #555;
  border-radius: 2px;
  font-size: 12px;
  line-height: 1.5;
  padding: 2px 10px;
  display: inline-block;
  white-space: nowrap;
}

.tag--category {
  background: #e0e0e0;
  color: #555;
  border-radius: 2px;
  font-size: 12px;
  line-height: 1.5;
  padding: 2px 10px;
  display: inline-block;
  white-space: nowrap;
}

.products-archive {
  padding-top: 40px;
  padding-bottom: 96px;
}

.products-archive__inner {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 0 48px;
  align-items: start;
}

.products-sidebar {
  position: sticky;
  top: 120px;
}

.products-filter + .products-filter {
  margin-top: 28px;
}

.products-filter__label {
  font-size: 13px;
  font-weight: 700;
  color: #555;
  margin: 0 0 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e6e6e6;
}

.products-filter__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.products-filter__link {
  font-size: 14px;
  color: #aaaaaa;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  line-height: 1.4;
}
.products-filter__link::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1.5px solid #cccccc;
  flex-shrink: 0;
}
.products-filter__link.is-current {
  color: #333;
  font-weight: 700;
}
.products-filter__link.is-current::before {
  border-color: #ec6435;
  background: #ec6435;
  box-shadow: inset 0 0 0 2px #fff;
}

.products-main {
  min-width: 0;
}

.products-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 20px;
}

.products-card__link {
  display: block;
  color: #333;
  text-decoration: none;
}
.products-card__link:hover .products-card__thumb img {
  transform: scale(1.04);
}
.products-card__thumb {
  margin: 0 0 12px;
  background: #f5f5f5;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.products-card__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.products-card__title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
  margin: 0 0 6px;
}
.products-card__excerpt {
  font-size: 13px;
  line-height: 1.7;
  color: #666;
  margin: 0 0 8px;
}
.products-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.products-pager {
  margin-top: 64px;
  text-align: center;
}
.products-pager .wp-pagenavi {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  border: 0;
  margin: 0;
  padding: 0;
}
.products-pager .wp-pagenavi a,
.products-pager .wp-pagenavi span {
  border: 0;
  margin: 0;
  padding: 0;
  min-width: 14px;
  color: #aaaaaa;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.1;
  font-family: "Roboto", "Noto Sans JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
}
.products-pager .wp-pagenavi .current {
  color: #333;
  font-weight: 500;
}
.products-pager .wp-pagenavi .pages,
.products-pager .wp-pagenavi .extend,
.products-pager .wp-pagenavi .first,
.products-pager .wp-pagenavi .last {
  display: none;
}
.products-pager .wp-pagenavi .previouspostslink,
.products-pager .wp-pagenavi .nextpostslink {
  position: relative;
  width: 22px;
  height: 22px;
  min-width: 22px;
  text-indent: -9999px;
  overflow: hidden;
  background: none;
}
.products-pager .wp-pagenavi .previouspostslink::before,
.products-pager .wp-pagenavi .nextpostslink::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 1.5px solid #bbbbbb;
  border-right: 1.5px solid #bbbbbb;
  transform-origin: center;
}
.products-pager .wp-pagenavi .previouspostslink::before {
  transform: translate(-30%, -50%) rotate(-135deg);
}
.products-pager .wp-pagenavi .nextpostslink::before {
  transform: translate(-70%, -50%) rotate(45deg);
}

.products-empty {
  font-size: 15px;
  color: #999;
  padding: 40px 0;
}

.product-detail {
  padding-top: 40px;
  padding-bottom: 80px;
}

.product-detail__inner {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 0 56px;
  align-items: start;
}

.product-detail__main-image {
  margin: 0 0 12px;
  background: #f5f5f5;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.product-detail__main-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-detail__gallery {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}
.product-detail__gallery-item {
  background: #f5f5f5;
  aspect-ratio: 1/1;
  overflow: hidden;
  cursor: pointer;
  outline: 2px solid transparent;
  outline-offset: -2px;
  transition: outline-color 0.15s ease;
}
.product-detail__gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 0.15s ease;
}
.product-detail__gallery-item:hover img {
  opacity: 0.8;
}
.product-detail__gallery-item.is-active {
  outline-color: #ec6435;
}

.product-detail__tags {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}
.product-detail__tags-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.product-detail__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.55;
  color: #333;
  margin: 0 0 20px;
}

.product-detail__lead {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
  margin: 0 0 24px;
}

.product-specs {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0 28px;
  font-size: 14px;
}
.product-specs th,
.product-specs td {
  padding: 10px 12px;
  border-bottom: 1px solid #e6e6e6;
  vertical-align: top;
  text-align: left;
  line-height: 1.7;
}
.product-specs th {
  width: 88px;
  white-space: nowrap;
  color: #888;
  font-weight: 500;
}
.product-specs td {
  color: #333;
}

.product-detail__action {
  margin-top: 32px;
}

.product-detail__description {
  font-size: 14px;
  line-height: 1.85;
  color: #555;
  margin: 0 0 24px;
}

.c-button--shop {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  max-width: 380px;
  padding: 16px 24px;
  background: #ec6435;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 4px;
  transition: opacity 0.2s ease;
}
.c-button--shop:hover {
  opacity: 0.85;
}

.product-cooking {
  background: #fcf5f0;
  padding-top: 64px;
  padding-bottom: 72px;
}
.product-cooking .section__inner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 40px;
  align-items: start;
}

.product-cooking__heading {
  font-size: 22px;
  font-weight: 700;
  color: #727171;
  letter-spacing: 0.05em;
  margin: 0;
  line-height: 1.6;
}

.product-cooking__steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  position: relative;
}
.product-cooking__steps::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 0;
  right: 0;
  height: 4px;
  background: #fff;
  z-index: 0;
}

.product-cooking__step {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 56px;
}

.product-cooking__step-image {
  position: relative;
  margin: 0 0 12px;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #e8e0d8;
  order: 1;
}
.product-cooking__step-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-cooking__step-num {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: #fff;
  color: #333;
  border: 3.5px solid #ec6435;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 700;
  font-family: "Roboto", "Noto Sans JP", "Noto Sans CJK JP", sans-serif;
  line-height: 1;
  margin: 0;
  flex-shrink: 0;
}

.product-cooking__step-text {
  font-size: 13px;
  line-height: 1.7;
  color: #555;
  margin: 0;
  order: 2;
}

.product-recipes {
  padding-top: 64px;
  padding-bottom: 72px;
  background: #fff;
}
.product-recipes .section__inner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 40px;
  align-items: start;
}

.product-recipes__heading {
  font-size: 22px;
  font-weight: 700;
  color: #727171;
  letter-spacing: 0.05em;
  margin: 0;
  line-height: 1.6;
}

.product-recipes__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 32px;
}

.product-recipes__item {
  display: flex;
  flex-direction: column;
}

.product-recipes__image {
  margin: 0 0 14px;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #f5f5f5;
}
.product-recipes__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-recipes__body {
  flex: 1;
}

.product-recipes__title {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.55;
  color: #333;
  margin: 0 0 8px;
}

.product-recipes__text {
  font-size: 13px;
  line-height: 1.75;
  color: #666;
  margin: 0;
}

.product-inquiry-cta {
  background: #ec6435;
  padding-top: 56px;
  padding-bottom: 64px;
  text-align: center;
}
.product-inquiry-cta .section__inner {
  max-width: 560px;
}

.product-inquiry-cta__heading {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  line-height: 1.6;
  margin: 0 0 16px;
}

.product-inquiry-cta__body {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.8;
  margin: 0 0 28px;
}

.c-button--inquiry {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 48px;
  background: #fff;
  color: #ec6435;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 4px;
  transition: opacity 0.2s ease;
}
.c-button--inquiry:hover {
  opacity: 0.9;
}

@media (max-width: calc(640px - 0.02px)) {
  .products-archive {
    padding-top: 28px;
    padding-bottom: 64px;
  }
  .products-archive__inner {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .products-sidebar {
    position: static;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 24px;
    margin-bottom: 28px;
  }
  .products-filter__label {
    font-size: 12px;
  }
  .products-filter__link {
    font-size: 13px;
  }
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 12px;
  }
  .products-card__title {
    font-size: 13px;
  }
  .products-card__excerpt {
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .products-pager {
    margin-top: 40px;
  }
  .products-pager .wp-pagenavi {
    gap: 18px;
  }
  .products-pager .wp-pagenavi a,
  .products-pager .wp-pagenavi span {
    font-size: 16px;
  }
  .products-pager .wp-pagenavi .previouspostslink,
  .products-pager .wp-pagenavi .nextpostslink {
    width: 18px;
    height: 18px;
    min-width: 18px;
  }
  .products-pager .wp-pagenavi .previouspostslink::before,
  .products-pager .wp-pagenavi .nextpostslink::before {
    width: 8px;
    height: 8px;
  }
  .product-detail {
    padding-top: 28px;
    padding-bottom: 56px;
  }
  .product-detail__inner {
    grid-template-columns: 1fr;
    gap: 28px 0;
  }
  .product-detail__title {
    font-size: 20px;
  }
  .product-detail__gallery {
    grid-template-columns: repeat(5, 1fr);
    gap: 6px;
  }
  .c-button--shop {
    max-width: 100%;
    font-size: 16px;
    padding: 14px 20px;
  }
  .product-cooking {
    padding-top: 48px;
    padding-bottom: 52px;
  }
  .product-cooking .section__inner {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    gap: 20px;
    padding: 0 16px 20px;
    align-items: start;
  }
  .product-cooking .section__inner::-webkit-scrollbar {
    height: 20px;
  }
  .product-cooking .section__inner::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
  }
  .product-cooking .section__inner::-webkit-scrollbar-thumb {
    background: #f4dfcd;
    border-radius: 7px;
    border: 3px solid #fff;
  }
  .product-cooking .section__inner {
    scrollbar-width: auto;
    scrollbar-color: #f4dfcd #fff;
  }
  .product-cooking__heading {
    flex-shrink: 0;
    scroll-snap-align: start;
    margin: 0;
    padding: 0;
    padding-left: 4px;
    padding-top: 4px;
  }
  .product-cooking__steps {
    display: contents;
  }
  .product-cooking__steps::before {
    display: none;
  }
  .product-cooking__step {
    flex: 0 0 65%;
    scroll-snap-align: start;
    padding-top: 56px;
  }
  .product-cooking__step-num {
    width: 40px;
    height: 40px;
    font-size: 17px;
  }
  .product-cooking__step-text {
    order: 2;
  }
  .product-recipes {
    padding-top: 48px;
    padding-bottom: 52px;
  }
  .product-recipes .section__inner {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    gap: 20px;
    padding: 0 16px 20px;
    align-items: start;
  }
  .product-recipes .section__inner::-webkit-scrollbar {
    height: 20px;
  }
  .product-recipes .section__inner::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
  }
  .product-recipes .section__inner::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 7px;
    border: 3px solid #fff;
  }
  .product-recipes .section__inner {
    scrollbar-width: auto;
    scrollbar-color: #ccc #fff;
  }
  .product-recipes__heading {
    flex-shrink: 0;
    scroll-snap-align: start;
    margin: 0;
    padding: 0;
    padding-left: 4px;
    padding-top: 4px;
  }
  .product-recipes__list {
    display: contents;
  }
  .product-recipes__item {
    flex: 0 0 70%;
    scroll-snap-align: start;
    flex-direction: column;
    gap: 0;
  }
  .product-recipes__image {
    width: 100%;
    flex-shrink: unset;
    margin: 0 0 14px;
  }
  .product-inquiry-cta {
    padding-top: 48px;
    padding-bottom: 52px;
  }
  .product-inquiry-cta__heading {
    font-size: 18px;
  }
  .c-button--inquiry {
    padding: 14px 32px;
    font-size: 15px;
    width: 100%;
  }
}
.business-top__lead {
  margin: 10px 0 0;
  font-size: 0.875rem;
  line-height: 1.9;
  color: #333;
}
@media (min-width: 960px) {
  .business-top__lead {
    margin-top: 14px;
    font-size: 1rem;
    max-width: 920px;
  }
}

.business-overview {
  padding: 28px 0 44px;
}
.business-overview__map {
  padding: 20px;
  background: url("../img/business/overview-map-bg.jpg") center/cover no-repeat;
  border-radius: 20px;
}
.business-overview__map img {
  display: block;
  width: min(100%, 980px);
  margin: 0 auto;
  height: auto;
}
@media (min-width: 960px) {
  .business-overview__map {
    padding: 30px;
  }
}

.business-grid {
  padding-bottom: 56px;
}
.business-grid__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}
@media (min-width: 960px) {
  .business-grid__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
  }
}

.business-card__link {
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.business-card__link:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.12);
}
.business-card__figure {
  margin: 0;
  aspect-ratio: 16/9;
}
.business-card__figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.business-card__body {
  padding: 18px 18px 20px;
}
@media (min-width: 960px) {
  .business-card__body {
    padding: 20px 22px 24px;
  }
}
.business-card__title {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #333;
}
.business-card__text {
  margin: 10px 0 0;
  font-size: 0.875rem;
  line-height: 1.8;
  color: #333;
}

.business-contact-cta {
  padding-bottom: 72px;
}
.business-contact-cta__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
  border-radius: 24px;
  overflow: hidden;
}
@media (max-width: calc(960px - 0.02px)) {
  .business-contact-cta__grid {
    grid-template-columns: 1fr;
    gap: 10px;
    border-radius: 0;
    overflow: visible;
  }
}
.business-contact-cta__panel {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #fff;
  overflow: hidden;
  min-height: 500px;
}
.business-contact-cta__panel--orange {
  background: #ec6435;
}
.business-contact-cta__panel--olive {
  background: #9fa120;
}
@media (max-width: calc(960px - 0.02px)) {
  .business-contact-cta__panel {
    min-height: 0;
    border-radius: 16px;
  }
}
.business-contact-cta__content {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 32px 30px 0;
}
@media (min-width: 960px) {
  .business-contact-cta__content {
    gap: 20px;
    padding: 38px 46px 0;
  }
}
@media (max-width: calc(640px - 0.02px)) {
  .business-contact-cta__content {
    gap: 14px;
    padding: 26px 20px 0;
  }
}
.business-contact-cta__title {
  font-size: 1.4375rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.35;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  letter-spacing: 0.02em;
}
@media (min-width: 960px) {
  .business-contact-cta__title {
    font-size: 2.25rem;
  }
}
@media (max-width: calc(640px - 0.02px)) {
  .business-contact-cta__title {
    font-size: 1.125rem;
  }
}
.business-contact-cta__title::after {
  content: "›";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.1em;
  height: 1.1em;
  border-radius: 50%;
  background: #fff;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1;
  transform: translateY(-1px);
}
@media (max-width: calc(640px - 0.02px)) {
  .business-contact-cta__title::after {
    font-size: 1.5rem;
  }
}
.business-contact-cta__panel--orange .business-contact-cta__title::after {
  color: #ec6435;
}
.business-contact-cta__panel--olive .business-contact-cta__title::after {
  color: #9fa120;
}
.business-contact-cta__text {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.9;
  opacity: 0.95;
}
@media (min-width: 960px) {
  .business-contact-cta__text {
    font-size: 0.9375rem;
  }
}
@media (max-width: calc(640px - 0.02px)) {
  .business-contact-cta__text {
    font-size: 0.8125rem;
  }
}
.business-contact-cta__figure {
  flex: 1 1 auto;
  min-height: 190px;
  margin: 0;
  overflow: hidden;
}
.business-contact-cta__figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.business-contact-cta__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: rgba(0, 0, 0, 0.2);
  border-top: 2px solid rgba(255, 255, 255, 0.45);
  min-height: 66px;
  padding: 14px 20px;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 1.2;
}
@media (max-width: calc(640px - 0.02px)) {
  .business-contact-cta__btn {
    min-height: 52px;
    font-size: 0.875rem;
  }
}

.rm-hero {
  padding-bottom: 40px;
}
@media (max-width: calc(640px - 0.02px)) {
  .rm-hero {
    padding-bottom: 24px;
  }
}
.rm-hero__lead {
  margin: 14px 0 0;
  font-size: 0.9375rem;
  line-height: 1.85;
  color: #333;
}
@media (max-width: calc(640px - 0.02px)) {
  .rm-hero__lead {
    font-size: 0.875rem;
  }
  .rm-hero__lead br {
    display: none;
  }
}

.rm-mainimg {
  padding-bottom: 0;
}
.rm-mainimg__figure {
  margin: 0;
  overflow: hidden;
}
.rm-mainimg__figure img {
  display: block;
  width: 100%;
  aspect-ratio: 1124/500;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: calc(640px - 0.02px)) {
  .rm-mainimg__figure img {
    aspect-ratio: 375/250;
  }
}
.rm-mainimg__caption {
  display: block;
  margin-top: 20px;
  padding-bottom: 4px;
  font-size: 0.8125rem;
  line-height: 1.8;
  color: #727171;
}

.rm-quote {
  padding: 72px 0 68px;
  text-align: center;
}
@media (max-width: calc(640px - 0.02px)) {
  .rm-quote {
    padding: 48px 0 44px;
  }
}
.rm-quote__text {
  margin: 0;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.025em;
  color: #333;
}
@media (min-width: 960px) {
  .rm-quote__text {
    font-size: 1.625rem;
  }
}
@media (max-width: calc(640px - 0.02px)) {
  .rm-quote__text {
    font-size: 1.125rem;
    text-align: left;
  }
  .rm-quote__text br {
    display: none;
  }
}

.rm-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  overflow: hidden;
}
.rm-strip img {
  display: block;
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 960px) {
  .rm-strip img {
    height: 320px;
  }
}
@media (max-width: calc(640px - 0.02px)) {
  .rm-strip img {
    height: 90px;
  }
}

.rm-subcats {
  background: #fcf5f0;
  padding: 72px 0 80px;
}
@media (max-width: calc(640px - 0.02px)) {
  .rm-subcats {
    padding: 48px 0 56px;
  }
}
.rm-subcats__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media (max-width: calc(640px - 0.02px)) {
  .rm-subcats__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.rm-subcat-card {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.rm-subcat-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.rm-subcat-card__link:hover .rm-subcat-card__figure img {
  transform: scale(1.04);
}
.rm-subcat-card__head {
  padding: 20px 24px 0;
}
.rm-subcat-card__title {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0;
  padding-bottom: 14px;
  border-bottom: 2px solid #ec6435;
  display: block;
}
@media (min-width: 960px) {
  .rm-subcat-card__title {
    font-size: 1.25rem;
  }
}
.rm-subcat-card__figure {
  margin: 16px 0 0;
  overflow: hidden;
}
.rm-subcat-card__figure img {
  display: block;
  width: 100%;
  height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}
@media (min-width: 960px) {
  .rm-subcat-card__figure img {
    height: 240px;
  }
}
.rm-subcat-card__body {
  padding: 16px 24px 24px;
}
.rm-subcat-card__text {
  margin: 0 0 14px;
  font-size: 0.8125rem;
  line-height: 1.75;
  color: #727171;
}
.rm-subcat-card__more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #ec6435;
}
.rm-subcat-card__more::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 12px;
  background: url("../../img/icon-arrow-right-thin.svg") no-repeat center/contain;
}

.rm-products {
  padding: 80px 0 88px;
}
@media (max-width: calc(640px - 0.02px)) {
  .rm-products {
    padding: 56px 0 64px;
  }
}
.rm-products__title {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 10px;
  letter-spacing: 0.04em;
}
@media (min-width: 960px) {
  .rm-products__title {
    font-size: 1.375rem;
  }
}
.rm-products__lead {
  text-align: center;
  margin: 0 0 48px;
  font-size: 0.8125rem;
  color: #727171;
  line-height: 1.7;
}
.rm-products__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media (max-width: calc(640px - 0.02px)) {
  .rm-products__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.rm-product-card__figure {
  margin: 0 0 18px;
  overflow: hidden;
  background: #f2f2f2;
}
.rm-product-card__figure img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.rm-product-card__title {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 10px;
  color: #333;
}
.rm-product-card__text {
  font-size: 0.8125rem;
  line-height: 1.8;
  color: #727171;
  margin: 0 0 14px;
}
.rm-product-card__more {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #ec6435;
  text-decoration: none;
  display: inline-block;
}

.rm-factory-banner {
  padding: 64px 0 72px;
}
@media (max-width: calc(640px - 0.02px)) {
  .rm-factory-banner {
    padding: 44px 0 52px;
  }
}
.rm-factory-banner__box {
  background: #f2f2f2;
  border-radius: 6px;
  padding: 48px 40px;
}
@media (max-width: calc(640px - 0.02px)) {
  .rm-factory-banner__box {
    padding: 32px 20px;
  }
}
.rm-factory-banner__title {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0 0 24px;
  color: #333;
  text-align: center;
  letter-spacing: 0.02em;
}
@media (min-width: 960px) {
  .rm-factory-banner__title {
    font-size: 1.25rem;
  }
}
@media (max-width: calc(640px - 0.02px)) {
  .rm-factory-banner__title {
    font-size: 1.0625rem;
    text-align: left;
  }
}
.rm-factory-banner__text {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.9;
  color: #333;
}
@media (min-width: 960px) {
  .rm-factory-banner__text {
    font-size: 0.9375rem;
  }
}

.rm-contact-cta {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
  border-radius: 24px;
  overflow: hidden;
}
@media (max-width: calc(960px - 0.02px)) {
  .rm-contact-cta {
    grid-template-columns: 1fr;
    gap: 10px;
    border-radius: 0;
    overflow: visible;
  }
}
.rm-contact-cta__panel {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #fff;
  overflow: hidden;
  min-height: 500px;
}
.rm-contact-cta__panel--orange {
  background: #ec6435;
}
.rm-contact-cta__panel--olive {
  background: #9fa120;
}
.rm-contact-cta__panel:hover .rm-contact-cta__figure img {
  transform: scale(1.04);
}
@media (max-width: calc(960px - 0.02px)) {
  .rm-contact-cta__panel {
    min-height: 0;
    border-radius: 16px;
  }
}
.rm-contact-cta__content {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 32px 30px 0;
}
@media (min-width: 960px) {
  .rm-contact-cta__content {
    gap: 20px;
    padding: 38px 46px 0;
  }
}
@media (max-width: calc(640px - 0.02px)) {
  .rm-contact-cta__content {
    gap: 14px;
    padding: 26px 20px 0;
  }
}
.rm-contact-cta__title {
  font-size: 1.4375rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.35;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  letter-spacing: 0.02em;
}
@media (min-width: 960px) {
  .rm-contact-cta__title {
    font-size: 2.5rem;
  }
}
@media (max-width: calc(640px - 0.02px)) {
  .rm-contact-cta__title {
    font-size: 1.125rem;
  }
}
.rm-contact-cta__title::after {
  content: "›";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.1em;
  height: 1.1em;
  border-radius: 50%;
  background: #fff;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1;
  opacity: 1;
  transform: translateY(-1px);
}
@media (max-width: calc(640px - 0.02px)) {
  .rm-contact-cta__title::after {
    font-size: 1.5rem;
  }
}
.rm-contact-cta__panel--orange .rm-contact-cta__title::after {
  color: #ec6435;
}
.rm-contact-cta__panel--olive .rm-contact-cta__title::after {
  color: #9fa120;
}
.rm-contact-cta__text {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.9;
  opacity: 0.95;
}
@media (min-width: 960px) {
  .rm-contact-cta__text {
    font-size: 0.9375rem;
  }
}
@media (max-width: calc(640px - 0.02px)) {
  .rm-contact-cta__text {
    font-size: 0.8125rem;
  }
}
.rm-contact-cta__figure {
  flex: 1 1 auto;
  min-height: 190px;
  margin: 0;
  overflow: hidden;
}
@media (min-width: 960px) {
  .rm-contact-cta__figure {
    min-height: 190px;
  }
}
@media (max-width: calc(640px - 0.02px)) {
  .rm-contact-cta__figure {
    min-height: 180px;
  }
}
.rm-contact-cta__figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}
.rm-contact-cta__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: rgba(0, 0, 0, 0.2);
  border-top: 2px solid rgba(255, 255, 255, 0.45);
  min-height: 66px;
  padding: 14px 20px;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 1.2;
}
@media (min-width: 960px) {
  .rm-contact-cta__btn {
    min-height: 66px;
    font-size: 1rem;
    padding: 16px 24px;
  }
}
@media (max-width: calc(640px - 0.02px)) {
  .rm-contact-cta__btn {
    min-height: 52px;
    font-size: 0.875rem;
  }
}

.pg-privacy .privacy,
.pg-socialMediaPolicy .privacy,
.pg-sitePolicy .privacy {
  padding-bottom: 100px;
}
@media (max-width: calc(640px - 0.02px)) {
  .pg-privacy .privacy,
  .pg-socialMediaPolicy .privacy,
  .pg-sitePolicy .privacy {
    padding-bottom: 60px;
  }
}
.pg-privacy .privacy__meta, .pg-privacy .privacy__lead, .pg-privacy .privacy__section,
.pg-socialMediaPolicy .privacy__meta,
.pg-socialMediaPolicy .privacy__lead,
.pg-socialMediaPolicy .privacy__section,
.pg-sitePolicy .privacy__meta,
.pg-sitePolicy .privacy__lead,
.pg-sitePolicy .privacy__section {
  max-width: 840px;
  padding-left: 100px;
}
@media (max-width: calc(640px - 0.02px)) {
  .pg-privacy .privacy__meta, .pg-privacy .privacy__lead, .pg-privacy .privacy__section,
  .pg-socialMediaPolicy .privacy__meta,
  .pg-socialMediaPolicy .privacy__lead,
  .pg-socialMediaPolicy .privacy__section,
  .pg-sitePolicy .privacy__meta,
  .pg-sitePolicy .privacy__lead,
  .pg-sitePolicy .privacy__section {
    padding-left: 0;
  }
}
.pg-privacy .privacy__meta,
.pg-socialMediaPolicy .privacy__meta,
.pg-sitePolicy .privacy__meta {
  text-align: right;
  color: #727171;
  line-height: 1.8;
  margin: 0 0 40px;
}
.pg-privacy .privacy__lead,
.pg-socialMediaPolicy .privacy__lead,
.pg-sitePolicy .privacy__lead {
  margin: 0 0 60px;
  line-height: 1.8;
}
@media (max-width: calc(640px - 0.02px)) {
  .pg-privacy .privacy__lead,
  .pg-socialMediaPolicy .privacy__lead,
  .pg-sitePolicy .privacy__lead {
    margin-bottom: 40px;
  }
}
.pg-privacy .privacy__section,
.pg-socialMediaPolicy .privacy__section,
.pg-sitePolicy .privacy__section {
  margin-bottom: 60px;
}
@media (max-width: calc(640px - 0.02px)) {
  .pg-privacy .privacy__section,
  .pg-socialMediaPolicy .privacy__section,
  .pg-sitePolicy .privacy__section {
    margin-bottom: 40px;
  }
}
.pg-privacy .privacy__heading,
.pg-socialMediaPolicy .privacy__heading,
.pg-sitePolicy .privacy__heading {
  margin: 0 0 20px;
  font-weight: normal;
}
.pg-privacy .privacy__text,
.pg-socialMediaPolicy .privacy__text,
.pg-sitePolicy .privacy__text {
  margin: 0 0 16px;
  line-height: 1.8;
}
.pg-privacy .privacy__list,
.pg-socialMediaPolicy .privacy__list,
.pg-sitePolicy .privacy__list {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: privacy-counter;
  display: grid;
  gap: 8px;
}
.pg-privacy .privacy__list-item,
.pg-socialMediaPolicy .privacy__list-item,
.pg-sitePolicy .privacy__list-item {
  padding-left: 2em;
  position: relative;
  line-height: 1.8;
  counter-increment: privacy-counter;
}
.pg-privacy .privacy__list-item::before,
.pg-socialMediaPolicy .privacy__list-item::before,
.pg-sitePolicy .privacy__list-item::before {
  content: "(" counter(privacy-counter) ")";
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.fp-hero {
  position: relative;
}
.fp-hero__portraits {
  display: block;
}
.fp-hero__portraits picture {
  display: block;
}
.fp-hero__portraits img {
  width: 100%;
  height: auto;
  display: block;
}
.fp-hero__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
}
.fp-hero__overlay .u-container {
  width: 100%;
}
.fp-hero__text {
  padding-bottom: 32px;
  color: #fff;
}
.fp-hero__label {
  display: block;
  letter-spacing: 0.1em;
}
.fp-intro__figure img {
  width: 100%;
  height: auto;
  display: block;
}

.fp-mosaic__figure {
  margin: 0;
}
.fp-mosaic__figure picture {
  display: block;
}
.fp-mosaic__figure img {
  width: 100%;
  height: auto;
  display: block;
}

.fp-reason-card__figure img {
  width: 100%;
  height: auto;
  display: block;
}
.fp-reason-card__list {
  list-style: none;
}
.fp-cta__btn {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
/*# sourceMappingURL=main.css.map */