@charset "UTF-8";
/*
Theme Name: TC Yamada
Theme URI: https://linx-test.net/b6cd0if/
Author: Tire Center Yamada
Description: 株式会社タイヤセンターヤマダ コーポレートサイト用オリジナルテーマ
Version: 1.0.0
Text Domain: tc-yamada
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
figure,
figcaption,
blockquote {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  border: 0;
  vertical-align: bottom;
}

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

button {
  font-family: inherit;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
}

table {
  border-collapse: collapse;
  width: 100%;
}

address {
  font-style: normal;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  color: #221714;
  font-feature-settings: "palt";
  line-height: 1.8;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

main {
  display: block;
}
@media (max-width: 767px) {
  main {
    overflow: hidden;
  }
}

.l-container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 767px) {
  .l-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.u-en {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 700;
}

@media (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

@media (min-width: 768px) {
  .u-sp {
    display: none;
  }
}

.c-section-head {
  text-align: center;
}
.c-section-head__en {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 3rem;
  color: #fff;
  line-height: 1;
}
.c-section-head__en--dark {
  color: #1c1615;
}
.c-section-head__en--red {
  color: #e60012;
}
@media (max-width: 767px) {
  .c-section-head__en {
    font-size: 2.2rem;
  }
}
.c-section-head__ja {
  display: inline-block;
  font-size: 2.0625rem;
  font-weight: 700;
  margin-top: 8px;
  transform: skewX(-10.5deg);
  color: #e60012;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .c-section-head__ja {
    font-size: 1.5rem;
  }
}
.c-section-head__arrow {
  display: block;
  width: 40px;
  margin: 14px auto 0;
  color: #e60012;
}
.c-section-head__arrow svg {
  display: block;
  width: 100%;
  height: auto;
}

.c-breadcrumb {
  font-size: 0.8rem;
  color: #666;
  position: relative;
}
.c-breadcrumb a {
  color: #666;
}
.c-breadcrumb a:hover {
  color: #e60012;
}

.p-page-hero {
  position: relative;
  height: 360px;
}
@media (max-width: 767px) {
  .p-page-hero {
    height: min(200px, 44vw);
  }
}
.p-page-hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-page-hero__title {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 700;
  position: absolute;
  left: 50%;
  bottom: max(-38px, -3vw);
  transform: translateX(-50%);
  width: 100%;
  max-width: 1200px;
  font-size: min(6.25rem, 7.33vw);
  color: #e60012;
  line-height: 1;
}
@media (max-width: 767px) {
  .p-page-hero__title {
    font-size: 2.4rem;
    margin-top: max(-26px, -5vw);
  }
}

.p-page-lead {
  position: relative;
  padding: 44px 20px 40px;
}
@media (max-width: 767px) {
  .p-page-lead {
    padding: min(24px, 7.3vw) 20px 40px;
    overflow: hidden;
  }
}
.p-page-lead::before {
  content: "";
  position: absolute;
  right: -6vw;
  top: -1vw;
  width: min(16vw, 225px);
  height: min(16vw, 225px);
  background: url("assets/img/common/common_deco_ring.svg") no-repeat center/contain;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 767px) {
  .p-page-lead::before {
    top: 2vw;
  }
}

.page-template-page-business .p-page-lead::before {
  content: none;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: #fff;
  color: #1c1615;
  padding: 10px 16px;
  z-index: 2000;
}
.skip-link:focus {
  left: 10px;
  top: 10px;
}

.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-width: 220px;
  padding: 10px 25px 10px 36px;
  font-size: 1.0625rem;
  font-weight: 700;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
@media (max-width: 767px) {
  .c-btn {
    padding: 5px 20px 5px 19px;
    font-size: 0.9125rem;
  }
}
.c-btn:hover {
  opacity: 0.85;
}
.c-btn__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: left;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .c-btn__arrow {
    width: 20px;
    height: 20px;
  }
}
.c-btn__arrow svg {
  width: 21px;
  height: 21px;
  margin-left: -2px;
}
@media (max-width: 767px) {
  .c-btn__arrow svg {
    width: 16px;
    height: 16px;
    margin-left: -1px;
  }
}
.c-btn--dark {
  background: #1c1615;
  color: #fff;
}
.c-btn--dark .c-btn__arrow {
  background: #fff;
  color: #1c1615;
}
.c-btn--red {
  background: #e60012;
  color: #fff;
}
.c-btn--red .c-btn__arrow {
  background: #fff;
  color: #e60012;
}
.c-btn--pill-white {
  border-radius: 999px;
  background: #fff;
  color: #e60012;
  min-width: 180px;
  justify-content: center;
  gap: 12px;
}
@media (max-width: 767px) {
  .c-btn--pill-white {
    width: fit-content;
    padding: 4px 13px;
    min-width: unset;
  }
}
.c-btn--pill-white .c-btn__arrow {
  background: #e60012;
  color: #fff;
}
.c-btn--pill-red {
  border-radius: 999px;
  background: #e60012;
  color: #fff;
  min-width: 200px;
  justify-content: center;
  gap: 12px;
}
.c-btn--pill-red .c-btn__arrow {
  background: #fff;
  color: #e60012;
}

.l-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #1c1615;
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  padding: 0 32px;
}
@media (max-width: 1024px) {
  .l-header__inner {
    height: 50px;
    padding: 0 20px 0 0;
  }
}
.l-header__logo {
  flex-shrink: 0;
}
.l-header__logo img {
  width: 220px;
  height: auto;
}
@media (max-width: 767px) {
  .l-header__logo img {
    width: 218px;
  }
}
@media (max-width: 1024px) {
  .l-header__nav {
    display: none;
  }
}
.l-header__nav ul {
  display: flex;
  align-items: stretch;
  height: 60px;
}
.l-header__nav li {
  display: flex;
  position: relative;
}
.l-header__nav li a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 22px;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: background 0.2s ease, color 0.2s ease;
}
.l-header__nav li:hover > a, .l-header__nav li.is-active > a {
  background: #e60012;
}
.l-header__nav li.has-submenu:hover .l-header__submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.l-header__nav .l-header__submenu {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 100%;
  background: #1c1615;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.l-header__nav .l-header__submenu li {
  display: block;
}
.l-header__nav .l-header__submenu a {
  display: flex;
  height: 100%;
  align-self: center;
  padding: 14px 22px;
  white-space: nowrap;
  background: none;
}
.l-header__nav .l-header__submenu a:hover {
  background: #e60012;
}
.l-header__burger {
  display: none;
  position: relative;
  width: 32px;
  height: 22px;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .l-header__burger {
    display: block;
  }
}
.l-header__burger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: transform 0.25s ease, opacity 0.25s ease, top 0.25s ease;
}
.l-header__burger span:nth-child(1) {
  top: 0;
}
.l-header__burger span:nth-child(2) {
  top: 10px;
}
.l-header__burger span:nth-child(3) {
  top: 20px;
}
.l-header__burger.is-open span:nth-child(1) {
  top: 10px;
  transform: rotate(45deg);
}
.l-header__burger.is-open span:nth-child(2) {
  opacity: 0;
}
.l-header__burger.is-open span:nth-child(3) {
  top: 10px;
  transform: rotate(-45deg);
}
.l-header__drawer {
  display: none;
  background: #1c1615;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  min-height: 100dvh;
}
@media (min-width: 1025px) {
  .l-header__drawer {
    display: none !important;
  }
}
.l-header__drawer ul {
  padding: 8px 0;
}
@media (max-width: 767px) {
  .l-header__drawer ul {
    padding: 0;
  }
}
.l-header__drawer li a {
  display: block;
  padding: 16px 24px;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
@media (max-width: 767px) {
  .l-header__drawer li a {
    padding: 12px 24px;
  }
}
.l-header__drawer li.is-active a {
  color: #e60012;
}
.l-header__drawer-submenu {
  background: rgba(0, 0, 0, 0.2);
}
.l-header__drawer-submenu li a {
  padding: 12px 24px 12px 40px;
  font-size: 0.85rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .l-header__drawer-submenu li a {
    padding: 11px 24px;
  }
}
.l-header__drawer-tel {
  padding: 20px 24px 28px;
}
.l-header__drawer-tel a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
}
.l-header__drawer-tel-icon img {
  width: 20px;
  height: 20px;
}
.l-header__drawer.is-open {
  display: block;
}

.c-banner-recruit,
.c-banner-faq {
  max-width: 1060px;
  margin: 128px auto 40px;
}
@media (max-width: 767px) {
  .c-banner-recruit,
  .c-banner-faq {
    margin-top: 78px;
  }
}
.c-banner-recruit a,
.c-banner-faq a {
  display: block;
  overflow: hidden;
  transition: opacity 0.2s ease;
  width: fit-content;
  margin-inline: auto;
}
.c-banner-recruit a:hover,
.c-banner-faq a:hover {
  opacity: 0.9;
}

:is(.c-banner-recruit, .c-banner-faq) + :is(.c-banner-recruit, .c-banner-faq) {
  margin-top: 0;
}

.c-banner-recruit__mascot-wrap {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .c-banner-recruit__mascot-wrap {
    justify-content: center;
  }
}

.c-banner-recruit__mascot {
  width: 18%;
  min-width: 140px;
  max-width: 230px;
}
@media (max-width: 767px) {
  .c-banner-recruit__mascot {
    width: 120px;
    min-width: 0;
  }
}

.l-footer {
  position: relative;
  color: #fff;
}
.l-footer__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.l-footer__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-footer__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.05));
}
.l-footer__company {
  position: relative;
  z-index: 1;
  padding-top: 94px;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .l-footer__company {
    padding-top: 50px;
  }
}
.l-footer__company-bar {
  display: flex;
  align-items: center;
  gap: 15px;
  background: #e60012;
  padding: 30px 50px;
  width: min(610px, 100%);
}
@media (max-width: 767px) {
  .l-footer__company-bar {
    max-width: none;
    flex-wrap: nowrap;
    gap: 4px 8px;
    padding: 16px 6vw;
    justify-content: center;
  }
}
.l-footer__company-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: auto;
  border-radius: 50%;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .l-footer__company-icon {
    width: clamp(22px, 6vw, 40px);
  }
}
.l-footer__company-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .l-footer__company-text {
    align-items: center;
    width: fit-content;
    display: block;
  }
}
.l-footer__company-ja {
  color: #fff;
  font-weight: 700;
  font-size: 1.875rem;
}
@media (max-width: 767px) {
  .l-footer__company-ja {
    font-size: clamp(1.125rem, 5.25vw, 1.25rem);
  }
}
.l-footer__company-en {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
  color: #1c1615;
  font-size: 1.6875rem;
}
@media (max-width: 767px) {
  .l-footer__company-en {
    display: none;
  }
}
.l-footer__inner {
  position: relative;
  z-index: 1;
  padding: 42px 0 48px;
  text-align: center;
}
@media (min-width: 768px) {
  .l-footer__inner {
    padding-top: 40px;
  }
}
.l-footer__logo img {
  width: 390px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .l-footer__logo img {
    width: 220px;
  }
}
.l-footer__tel {
  margin-top: 28px;
}
.l-footer__tel-label {
  display: block;
  font-size: 1.125rem;
}
@media (max-width: 767px) {
  .l-footer__tel-label {
    font-size: 0.875rem;
  }
}
.l-footer__tel-row {
  margin-top: 6px;
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .l-footer__tel-row {
    flex-direction: column;
    align-items: center;
    gap: 4px;
  }
}
.l-footer__tel-number a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 2.875rem;
  line-height: 1;
  font-weight: 600;
}
@media (max-width: 767px) {
  .l-footer__tel-number a {
    font-size: 2.125rem;
  }
}
.l-footer__tel-number a img {
  aspect-ratio: 1;
  height: 0.7em;
}
.l-footer__tel-hours {
  font-size: 1rem;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 767px) {
  .l-footer__tel-hours {
    text-align: center;
    font-size: 0.925rem;
  }
}
.l-footer__nav {
  margin-bottom: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 40px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .l-footer__nav {
    padding-inline: 20px;
  }
}
.l-footer__nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 42px;
}
@media (max-width: 767px) {
  .l-footer__nav ul {
    gap: 8px 16px;
  }
}
.l-footer__nav a {
  font-size: 1.0625rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .l-footer__nav a {
    font-size: 1rem;
  }
}
.l-footer__shops {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  gap: 48px;
  text-align: left;
}
@media (max-width: 1024px) {
  .l-footer__shops {
    flex-wrap: wrap;
    gap: 24px;
    text-align: center;
  }
}
.l-footer__shop {
  line-height: 1.8;
}
.l-footer__shop-name {
  font-size: 1.0125rem;
  font-weight: 700;
  margin-bottom: 4px;
}
.l-footer__shop-address {
  font-size: 1rem;
}
.l-footer__copyright {
  position: relative;
  z-index: 1;
  background: #e60012;
  text-align: center;
  font-size: 0.75rem;
  padding: 14px 20px;
}
.l-footer__pagetop {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 48px;
  height: 48px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}
.l-footer__pagetop.is-visible {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.l-footer__pagetop:hover {
  opacity: 0.75;
}
@media (max-width: 767px) {
  .l-footer__pagetop {
    right: 16px;
    bottom: 16px;
    width: 42px;
    height: 42px;
  }
}
.l-footer__pagetop img {
  display: block;
  width: 100%;
  height: 100%;
}

@keyframes tcy-bubble-rise {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }
  10% {
    opacity: 1;
  }
  63% {
    opacity: 1;
  }
  79% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -122vh, 0);
  }
}
@keyframes tcy-bubble-sway {
  from {
    transform: translate3d(calc(var(--amp, 10px) * -1), 0, 0) rotate(var(--rot, 0deg));
  }
  to {
    transform: translate3d(var(--amp, 10px), 0, 0) rotate(var(--rot, 0deg));
  }
}
html.js main > *:not(.p-fv):not([class*=-page-bg]),
html.js [class*=-page-bg] > *,
html.js .c-banner-recruit,
html.js .c-banner-faq {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s ease, transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}
html.js main > *:not(.p-fv):not([class*=-page-bg]).is-inview,
html.js [class*=-page-bg] > *.is-inview,
html.js .c-banner-recruit.is-inview,
html.js .c-banner-faq.is-inview {
  opacity: 1;
  transform: none;
}

@keyframes tcy-fv-copy {
  from {
    opacity: 0;
    transform: translateX(-44px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes tcy-fv-main-photo {
  from {
    opacity: 0;
    transform: scale(0.86);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes tcy-fv-mini-photo {
  from {
    opacity: 0;
    transform: translateY(34px) scale(0.9);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes tcy-fv-badge {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  70% {
    opacity: 1;
    transform: scale(1.04);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes tcy-fv-tire {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  70% {
    opacity: 1;
    transform: scale(1.06);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  html.js main > *,
  html.js [class*=-page-bg] > *,
  html.js .c-banner-recruit,
  html.js .c-banner-faq {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
.p-fv {
  position: relative;
}

.p-fv__stage {
  position: relative;
  max-width: 1400px;
  height: 59.3vw;
  max-height: 810px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .p-fv__stage {
    height: calc(74vh - 50px);
    min-height: max(420px, 110vw);
  }
}

.p-fv__copy {
  position: absolute;
  left: min(7.3vw, 99px);
  top: min(7.8vw, 106px);
  z-index: 80;
  animation: tcy-fv-copy 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.15s backwards;
}
@media (max-width: 767px) {
  .p-fv__copy {
    top: 38vw;
    left: 3vw;
  }
}

.p-fv__catch {
  color: #e60012;
  font-size: min(6.15vw, 84px);
  font-weight: 700;
  line-height: 1.35;
  white-space: nowrap;
  transform: skewX(-10deg);
}
@media (max-width: 767px) {
  .p-fv__catch {
    font-size: 8vw;
  }
}

.p-fv__catch-en {
  margin-top: min(1.2vw, 16px);
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: min(1.75vw, 23.9px);
  white-space: nowrap;
}
@media (max-width: 767px) {
  .p-fv__catch-en {
    font-size: 3vw;
    margin-top: 0;
  }
}

.p-fv__ring {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
}

.p-fv__main-photo {
  position: absolute;
  right: max(-6.51vw, -89px);
  top: max(-8.93vw, -122px);
  width: min(59.15vw, 808px);
  height: min(59.15vw, 808px);
  animation: tcy-fv-main-photo 1s cubic-bezier(0.22, 1, 0.36, 1) 0.2s backwards;
}
@media (max-width: 767px) {
  .p-fv__main-photo {
    top: -21vw;
    right: -21vw;
    width: 84vw;
    height: 84vw;
  }
}

.p-fv__slider {
  position: absolute;
  inset: 11%;
  border-radius: 50%;
  overflow: hidden;
  z-index: 70;
  border: 6px solid #fff;
}
@media (max-width: 767px) {
  .p-fv__slider {
    inset: 9%;
    border-width: 4px;
  }
}

.p-fv__slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease;
}
.p-fv__slide.is-active {
  opacity: 1;
}

.p-fv__mini-photo {
  position: absolute;
  left: min(2.42vw, 33.06px);
  top: min(31.34vw, 428.19px);
  width: min(25.99vw, 355.08px);
  height: min(25.99vw, 355.08px);
  animation: tcy-fv-mini-photo 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.55s backwards;
}
@media (max-width: 767px) {
  .p-fv__mini-photo {
    top: 70vw;
    left: -10vw;
    width: 44vw;
    height: 44vw;
  }
}

.p-fv__mini-slider {
  position: absolute;
  inset: 12%;
  width: 76.5%;
  height: 76.5%;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid #fff;
  z-index: 60;
}
@media (max-width: 767px) {
  .p-fv__mini-slider {
    inset: 9%;
    width: 82%;
    height: 82%;
  }
}

.p-fv__mini-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease;
}
.p-fv__mini-img.is-active {
  opacity: 1;
}

.p-fv__recruit-badge {
  position: absolute;
  left: min(32.6vw, 445.39px);
  top: min(29.5vw, 403.04px);
  width: min(17.57vw, 204px);
  z-index: 50;
  transition: transform 0.2s ease;
  animation: tcy-fv-badge 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.8s backwards;
}
@media (max-width: 767px) {
  .p-fv__recruit-badge {
    top: 69vw;
    left: auto;
    right: 8vw;
    width: 32vw;
  }
}
.p-fv__recruit-badge:hover {
  transform: scale(1.05);
}
.p-fv__recruit-badge img {
  width: 100%;
  height: auto;
}

.p-fv__tire {
  position: absolute;
  right: min(29.35vw, 401px);
  top: min(40.48vw, 553.05px);
  width: min(20.1vw, 274.62px);
  z-index: 40;
  animation: tcy-fv-tire 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.6s backwards;
}
@media (max-width: 767px) {
  .p-fv__tire {
    top: auto;
    bottom: -6vw;
    right: 44vw;
    width: 29vw;
  }
}

.p-fv__ringdeco {
  position: absolute;
  z-index: 10;
  background: url("assets/img/common/common_deco_ring.svg") no-repeat center/contain;
}
.p-fv__ringdeco--tl {
  left: max(-4vw, -54.6px);
  top: min(3vw, 40.95px);
  width: min(10vw, 136px);
  height: min(10vw, 136px);
}
@media (max-width: 767px) {
  .p-fv__ringdeco--tl {
    top: 20vw;
    left: 5vw;
    width: 15vw;
    height: 15vw;
  }
}
.p-fv__ringdeco--br {
  right: max(-3.5vw, -390.28px);
  top: min(51vw, 696.15px);
  width: min(11.5vw, 156.975px);
  height: min(11.5vw, 156.975px);
}
@media (max-width: 767px) {
  .p-fv__ringdeco--br {
    top: 63vw;
  }
}
.p-fv__ringdeco--sm {
  left: min(42.3vw, 577.395px);
  top: min(4.5vw, 61.425px);
  width: min(4.2vw, 57.33px);
  height: min(4.2vw, 57.33px);
}
@media (max-width: 767px) {
  .p-fv__ringdeco--sm {
    top: 74vw;
    left: 51vw;
  }
}

.p-fv__deco {
  position: absolute;
  inset: 0;
  pointer-events: none;
  max-width: 1560px;
  margin-inline: auto;
}
.p-fv__bubble {
  position: absolute;
  left: var(--x, 50%);
  bottom: -40px;
  width: var(--size, 20px);
  height: var(--size, 20px);
  z-index: 30;
  opacity: 0;
  will-change: transform, opacity;
  animation: tcy-bubble-rise var(--dur, 15s) linear infinite;
  animation-delay: var(--delay, 0s);
}

.p-fv__bubble__shape {
  display: block;
  width: 100%;
  height: 100%;
  will-change: transform;
  animation: tcy-bubble-sway var(--sway, 4s) ease-in-out infinite alternate;
  animation-delay: var(--delay, 0s);
}

.p-fv__bubble--circle .p-fv__bubble__shape {
  border: 2.5px solid rgba(255, 255, 255, 0.85);
  border-radius: 50%;
}

.p-fv__bubble--tri .p-fv__bubble__shape {
  background: center/contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpolygon points='50,20 82,76 18,76' fill='none' stroke='%23ffffff' stroke-opacity='0.85' stroke-width='16' stroke-linejoin='round'/%3E%3C/svg%3E");
}

@media (prefers-reduced-motion: reduce) {
  .p-fv__bubble,
  .p-fv__bubble__shape {
    animation: none;
  }
  .p-fv__bubble {
    opacity: 0;
  }
  .p-fv__copy,
  .p-fv__main-photo,
  .p-fv__mini-photo,
  .p-fv__recruit-badge,
  .p-fv__tire {
    animation: none !important;
  }
}
.p-message {
  position: relative;
  padding: 20px 0 60px;
  margin-inline: auto;
  max-width: 1400px;
}
@media (max-width: 767px) {
  .p-message {
    padding: 20px 0 50px;
  }
}

.p-message__ringdeco {
  position: absolute;
  left: max(-5vw, -68px);
  top: min(4vw, 54px);
  width: min(16vw, 250px);
  height: min(16vw, 250px);
  background: url("assets/img/common/common_deco_ring.svg") no-repeat center/contain;
  pointer-events: none;
}

.p-message__inner {
  position: relative;
  text-align: center;
}

.p-message__en {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 700;
  color: #e60012;
  font-size: 2.375rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .p-message__en {
    font-size: 1.7rem;
  }
}

.p-message__body {
  margin-top: 12px;
}
.p-message__body p {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .p-message__body p {
    text-shadow: 0 0 10px #fff;
  }
}

.p-message__lead {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 2;
}
@media (max-width: 767px) {
  .p-message__lead {
    font-size: 1.125rem;
  }
}

.p-message__small {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.33;
  color: #555;
}
@media (max-width: 767px) {
  .p-message__small {
    font-size: 1rem;
  }
}

.p-message__character {
  position: absolute;
  right: 4%;
  bottom: -8%;
  width: 256px;
}
@media (max-width: 1024px) {
  .p-message__character {
    position: static;
    margin: 20px auto 0;
  }
}
@media (max-width: 767px) {
  .p-message__character {
    width: 130px;
    margin: 30px auto 0;
  }
}

.p-top-content {
  position: relative;
  padding: 56px 0;
  color: #fff;
}
@media (max-width: 1024px) {
  .p-top-content {
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .p-top-content {
    padding: 40px 0;
  }
}
.p-top-content::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("assets/img/top_contents_bg.webp") no-repeat center/cover;
  z-index: -2;
}
.p-top-content::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(230, 0, 18, 0.8);
  z-index: -1;
}

.p-top-content__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: stretch;
}
@media (max-width: 1024px) {
  .p-top-content__grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .p-top-content__grid {
    gap: 0;
  }
}

.p-top-content__photo {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .p-top-content__photo {
    display: contents;
  }
}

.p-top-content__photo-frame img {
  width: 100%;
  aspect-ratio: 5/4;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .p-top-content__photo-frame img {
    aspect-ratio: 8/5;
    margin-inline: auto -25px;
    max-width: calc(100% + 20px);
    width: calc(100% + 20px);
  }
}

.p-top-content__photo .c-btn {
  margin-top: 20px;
  align-self: flex-start;
}
@media (max-width: 767px) {
  .p-top-content__photo .c-btn {
    order: 1;
    margin-top: 26px;
  }
}

.p-top-content__right {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .p-top-content__right {
    display: contents;
  }
}

.p-top-content__en {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .p-top-content__en {
    order: -1;
    margin-bottom: -0.3em;
    z-index: 1;
    margin-left: -0.3em;
    font-size: 3.25rem;
  }
}

.p-top-content__ja {
  font-size: 1.75rem;
  font-weight: 700;
  margin-top: 2px;
}

.p-top-content__lead {
  margin-top: 12px;
  font-size: 1rem;
  line-height: 1.9;
}
@media (max-width: 767px) {
  .p-top-content__lead {
    margin-top: 0;
    line-height: 1.65;
  }
}

.p-top-content__list {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 16px;
}
@media (max-width: 767px) {
  .p-top-content__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-top-content__list li {
  text-align: left;
  font-size: 1.125rem;
  font-weight: 400;
}
.p-top-content__list span {
  display: block;
  margin-top: 4px;
  line-height: 1.333;
}
@media (max-width: 767px) {
  .p-top-content__list span {
    font-size: 1rem;
    line-height: 1.4;
    margin-top: 0;
  }
}
.p-top-content__list img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}

.p-top-shop {
  padding: 64px 0 0;
}

.p-top-shop__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
@media (max-width: 1024px) {
  .p-top-shop__head {
    flex-direction: column-reverse;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .p-top-shop__head {
    flex-direction: column;
    gap: 0;
  }
}
.p-top-shop__head img {
  width: 40%;
  max-width: 480px;
}
@media (max-width: 1024px) {
  .p-top-shop__head img {
    width: 100%;
    order: 3;
    margin-top: -48px;
  }
}
@media (max-width: 767px) {
  .p-top-shop__head > div {
    display: contents;
  }
}

.p-top-shop__en {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 700;
  color: #e60012;
  font-size: 3rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .p-top-shop__en {
    font-size: 2rem;
    order: 0;
    text-align: start;
  }
}

.p-top-shop__ja {
  color: #e60012;
  font-size: 1.75rem;
  font-weight: 700;
  margin-top: 4px;
}
@media (max-width: 767px) {
  .p-top-shop__ja {
    order: 1;
    align-self: start;
    line-height: 1;
  }
}

.p-top-shop__lead {
  margin-top: 16px;
  font-size: 1.125rem;
  font-weight: 400;
  color: #221714;
}
@media (max-width: 767px) {
  .p-top-shop__lead {
    order: 4;
  }
}

.p-top-shop__head .c-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .p-top-shop__head .c-btn {
    order: 5;
  }
}

.p-top-shop__list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
  .p-top-shop__list {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }
}
.p-top-shop__list li a {
  position: relative;
  display: block;
  aspect-ratio: 4/3;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-top-shop__list li a {
    aspect-ratio: 8/5;
  }
}
.p-top-shop__list li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.6);
  transition: filter 0.3s ease, transform 0.3s ease;
}
@media (max-width: 767px) {
  .p-top-shop__list li a img {
    filter: brightness(1);
  }
}
.p-top-shop__list li a:hover img {
  filter: brightness(1);
  transform: scale(1.05);
}
.p-top-shop__list li a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.65));
}
.p-top-shop__list-name {
  position: absolute;
  left: 20px;
  bottom: 16px;
  z-index: 1;
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
  line-height: 1.5;
}

.p-top-news {
  position: relative;
  background: #f7f5f3;
  padding: 60px 0;
  margin-top: 60px;
  margin-bottom: 93px;
  text-align: center;
}
@media (max-width: 767px) {
  .p-top-news {
    margin-block: 0 60px;
  }
}
.p-top-news::before {
  content: "";
  position: absolute;
  left: -6vw;
  top: -3vw;
  width: 16vw;
  height: 16vw;
  background: url("assets/img/common/common_deco_ring.svg") no-repeat center/contain;
  pointer-events: none;
}

.p-top-news__en {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 700;
  color: #e60012;
  font-size: 4rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .p-top-news__en {
    font-size: 2.4rem;
  }
}

.p-top-news__ja {
  color: #e60012;
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 4px;
}

.p-top-news__list {
  margin-top: 32px;
  text-align: left;
}

.p-news-card {
  display: flex;
  gap: 20px;
  padding: 20px 0;
  border-top: 1px solid #c9caca;
}
@media (max-width: 767px) {
  .p-news-card {
    gap: 5px;
  }
}
.p-news-card:last-child {
  border-bottom: 1px solid #c9caca;
}
@media (max-width: 767px) {
  .p-news-card {
    flex-direction: column;
  }
}
.p-news-card__thumb {
  flex-shrink: 0;
  width: 194px;
  height: 148px;
  background: #d3d3d4;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-news-card__thumb {
    width: 100%;
    max-width: 200px;
    height: auto;
  }
}
.p-news-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .p-news-card__thumb img {
    aspect-ratio: 8/5;
  }
}
@media (max-width: 767px) {
  .p-news-card__thumb:has(.p-news-card__thumb-default) {
    display: none;
  }
}
.p-news-card__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1rem;
  font-weight: 500;
  color: #221714;
}
@media (max-width: 767px) {
  .p-news-card__meta {
    gap: 5px;
  }
}
.p-news-card__meta time {
  padding-right: 0.5em;
}
@media (max-width: 767px) {
  .p-news-card__meta time {
    font-size: 0.875rem;
    padding-right: 0;
  }
}
.p-news-card__tag {
  padding: 2px 14px;
  background: #1c1615;
  font-size: 0.875rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .p-news-card__tag {
    padding: 2px 6px;
    font-size: 0.8125em;
  }
}
.p-news-card__title {
  display: block;
  margin-top: 8px;
  font-size: 1.125rem;
  font-weight: 500;
  color: #221714;
}
@media (max-width: 767px) {
  .p-news-card__title {
    font-size: 1.0625rem;
    margin-top: 6px;
  }
}
.p-news-card__excerpt {
  display: -webkit-box;
  margin-top: 8px;
  font-size: 1rem;
  color: #221714;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-news-card__excerpt {
    font-size: 0.925rem;
    margin-top: 2px;
  }
}

.p-top-news .c-btn {
  margin: 32px auto 0;
}

.p-business-tire {
  position: relative;
  overflow: hidden;
  padding: 0 0 120px;
  color: #fff;
}
@media (max-width: 1024px) {
  .p-business-tire {
    overflow: visible;
    margin-top: 33vw;
    padding-top: 0;
  }
}
.p-business-tire__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: min(64.8vw, 890px);
  object-fit: cover;
}
@media (max-width: 1024px) {
  .p-business-tire__bg {
    height: max(92vw, 880px);
  }
}
.p-business-tire::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: min(64.8vw, 890px);
  background: rgba(230, 0, 18, 0.8);
}
@media (max-width: 1024px) {
  .p-business-tire::after {
    height: max(92vw, 880px);
  }
}
.p-business-tire__photo {
  position: absolute;
  top: min(5.8vw, 80px);
  left: 50%;
  z-index: 2;
  width: 50%;
  max-height: 505px;
  border-radius: 20px 0 0 20px;
  aspect-ratio: 680/505;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .p-business-tire__photo {
    position: relative;
    top: -33vw;
    left: auto;
    z-index: 2;
    width: 95%;
    margin-top: 0;
    margin-bottom: -33vw;
    border-radius: 0 20px 20px 0;
    aspect-ratio: 16/9;
  }
}
.p-business-tire__topinner {
  position: relative;
  z-index: 3;
  min-height: min(64.8vw, 890px);
  margin-bottom: max(-22vw, -300px);
  padding: 64px 0 40px;
}
@media (max-width: 1024px) {
  .p-business-tire__topinner {
    min-height: 0;
    margin-bottom: unset;
    padding: 40px 0;
  }
}
.p-business-tire__inner {
  position: relative;
  z-index: 3;
}
.p-business-tire__deco {
  display: block;
  /* max-width: 975px; */
  width: 81.25%;
  margin-top: min(28px, 2vw);
  margin-bottom: 12px;
}
@media (max-width: 1024px) {
  .p-business-tire__deco {
    width: 85.31%;
    margin-top: -10.9vw;
    margin-bottom: 28px;
  }
}
@media (max-width: 767px) {
  .p-business-tire__deco {
    margin-top: -17.9vw;
    margin-bottom: 18px;
  }
}
.p-business-tire__copy {
  max-width: 530px;
  padding-inline: 20px;
}
@media (max-width: 1024px) {
  .p-business-tire__copy {
    max-width: none;
    width: 100%;
    margin-left: 0;
    min-height: 0;
  }
}
.p-business-tire__copy h2 {
  display: inline-block;
  font-size: 2.0625rem;
  font-weight: 700;
  transform: skewX(-10.5deg);
}
.p-business-tire__catch {
  margin-top: 12px;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.6;
  font-feature-settings: "palt";
}
.p-business-tire__text {
  margin-top: 1.125em;
  font-size: 1.0625rem;
  line-height: 2;
}

.p-business-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .p-business-cards {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 0;
  }
}
.p-business-cards li {
  padding: 21px 26px;
  border: 3px solid #e60012;
  background: #fff;
  color: #221714;
}
@media (max-width: 767px) {
  .p-business-cards li {
    padding: 20px 22px;
  }
}
.p-business-cards img {
  width: 100%;
  aspect-ratio: 520/340;
  object-fit: cover;
}
.p-business-cards h3 {
  margin-top: 14px;
  font-size: 1.5625rem;
  font-weight: 700;
  color: #e60012;
}
@media (max-width: 767px) {
  .p-business-cards h3 {
    font-size: 1.375rem;
  }
}
.p-business-cards p {
  margin-top: 8px;
  font-size: 1.0625rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .p-business-cards p {
    font-size: 1rem;
  }
}

.p-business-inside {
  position: relative;
  overflow: hidden;
  padding: 60px 0 40px;
  color: #fff;
}
@media (max-width: 1024px) {
  .p-business-inside {
    overflow: visible;
    margin-top: 33vw;
    padding-top: 0;
  }
}
.p-business-inside__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 87%;
  object-fit: cover;
}
.p-business-inside::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  height: 87%;
  background: rgba(230, 0, 18, 0.82);
}
.p-business-inside__photo {
  position: absolute;
  top: min(5.8vw, 80px);
  left: 0;
  z-index: 2;
  width: 50%;
  max-height: 505px;
  border-radius: 0 20px 20px 0;
  aspect-ratio: 680/505;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .p-business-inside__photo {
    position: relative;
    top: -33vw;
    left: auto;
    z-index: 2;
    width: 95%;
    margin-top: 0;
    margin-bottom: -33vw;
    border-radius: 0 20px 20px 0;
    aspect-ratio: 16/9;
  }
}
.p-business-inside__inner {
  position: relative;
  z-index: 3;
}
.p-business-inside__copy {
  width: 45%;
  min-height: min(32.32vw, 441px);
  margin-top: min(64px, 4.68vw);
  margin-left: 55%;
}
@media (max-width: 1024px) {
  .p-business-inside__copy {
    width: 100%;
    max-width: none;
    min-height: 0;
    margin-left: 0;
  }
}
.p-business-inside__copy h2 {
  display: inline-block;
  font-size: 2.0625rem;
  font-weight: 700;
  transform: skewX(-10.5deg);
}
.p-business-inside__catch {
  margin-top: 12px;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .p-business-inside__catch {
    margin-top: 6px;
  }
}
.p-business-inside__text {
  margin-top: 16px;
  font-size: 1.0625rem;
  line-height: 1.9;
}
.p-business-inside__deco {
  display: block;
  width: 71.92%;
  max-width: 863px;
  margin: max(-30px, -2.2vw) 0 0;
}
@media (max-width: 1024px) {
  .p-business-inside__deco {
    position: absolute;
    top: -9.7vw;
    width: 75.51%;
    margin-left: -20px;
  }
}
.p-business-inside__photos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px;
  margin-top: min(6vw, 76px);
}
@media (max-width: 767px) {
  .p-business-inside__photos {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.p-business-inside__photos img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}
@media (max-width: 767px) {
  .p-business-inside__photos img {
    aspect-ratio: 16/9;
  }
}
.p-business-inside__cta {
  margin-top: 40px;
  margin-bottom: 120px;
  text-align: center;
}
.p-business-inside__cta .c-btn {
  display: inline-flex;
}

.p-shop-page-bg {
  background: #f7f5f3;
}

.p-shop-intro {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .p-shop-intro {
    padding: 0 0 30px;
  }
}

.p-shop-intro__inner {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 24px;
  text-align: center;
}

.p-shop-intro__body {
  max-width: 700px;
  font-size: 1.125rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .p-shop-intro__body {
    font-size: 0.9375rem;
  }
}

.p-shop-intro__catch {
  margin-bottom: 16px;
  font-size: 2.125rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .p-shop-intro__catch {
    font-size: 1.375rem;
  }
}

.p-shop-intro__char {
  flex-shrink: 0;
  width: 200px;
}
@media (max-width: 1024px) {
  .p-shop-intro__char {
    display: none;
  }
}

.p-shop-content-wrap {
  padding-bottom: 8em;
}
@media (max-width: 767px) {
  .p-shop-content-wrap {
    padding-bottom: 4.5em;
  }
}

.p-shop-tabs {
  display: flex;
  gap: 0;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .p-shop-tabs {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 32px;
  }
}
.p-shop-tabs__item {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  border: 1px solid #e60012;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.6;
  color: #e60012;
  text-align: center;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
@media (max-width: 767px) {
  .p-shop-tabs__item {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
    padding: 14px 40px 14px 18px;
    border-radius: 12px;
    font-size: 1rem;
    line-height: 1.4;
    text-align: left;
  }
}
.p-shop-tabs__item::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -17px;
  width: 0;
  height: 0;
  border-top: 17px solid #e60012;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  opacity: 0;
  transform: translateX(-50%);
  transition: opacity 0.2s ease;
}
@media (max-width: 767px) {
  .p-shop-tabs__item::after {
    content: none;
    left: auto;
    right: 16px;
    bottom: auto;
    top: 50%;
    width: 7px;
    height: 7px;
    border: none;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    opacity: 0.5;
    transform: translateY(-50%) rotate(45deg);
  }
}
.p-shop-tabs__item:hover {
  background: rgba(230, 0, 18, 0.06);
}
.p-shop-tabs__item.is-active {
  background: #e60012;
  color: #fff;
}
@media (max-width: 767px) {
  .p-shop-tabs__item.is-active {
    border-color: #e60012;
  }
}
.p-shop-tabs__item.is-active::after {
  opacity: 1;
}
.p-shop-tabs__item svg {
  position: absolute;
  right: 10px;
  width: 20px;
  transform: rotate(90deg);
}

.p-shop-card {
  padding: 48px;
  border-radius: 20px;
  background: #fff;
}
@media (max-width: 767px) {
  .p-shop-card {
    padding: 24px;
  }
}

.p-shop-card__top {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 24px;
  align-items: start;
}
@media (max-width: 767px) {
  .p-shop-card__top {
    grid-template-columns: 1fr;
  }
}

.p-shop-card__photo img {
  width: 100%;
  aspect-ratio: 615/435;
  object-fit: cover;
}

.p-shop-card__logos {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 32px;
}

.p-shop-card__logo {
  max-width: 310px;
}
@media (max-width: 767px) {
  .p-shop-card__logo {
    width: 80%;
  }
}

.p-shop-card__name-fallback {
  font-size: 1.3rem;
  font-weight: 700;
  color: #e60012;
}

.p-shop-card__table {
  width: 100%;
}
.p-shop-card__table tr {
  border-bottom: 1px solid #c9caca;
}
@media (max-width: 767px) {
  .p-shop-card__table tr {
    display: flex;
    flex-direction: column;
  }
}
.p-shop-card__table tr:first-of-type {
  border-top: 1px solid #c9caca;
}
.p-shop-card__table th,
.p-shop-card__table td {
  padding: 12px 0;
  text-align: left;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .p-shop-card__table th,
  .p-shop-card__table td {
    padding-inline: 4px;
  }
}
.p-shop-card__table th {
  width: 110px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .p-shop-card__table th {
    padding-block: 6px 0;
  }
}
@media (max-width: 767px) {
  .p-shop-card__table td {
    padding-block: 0 6px;
    font-size: 0.9375em;
  }
}

.p-shop-card__subphotos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .p-shop-card__subphotos {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.p-shop-card__subphotos img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
@media (max-width: 767px) {
  .p-shop-card__subphotos img {
    aspect-ratio: 8/5;
  }
}

.p-shop-card__map {
  margin-top: 40px;
}
.p-shop-card__map iframe {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .p-shop-card__map iframe {
    aspect-ratio: 1;
    height: auto;
  }
}

.p-shop-services h2,
.p-shop-news h2,
.p-shop-features h2 {
  margin-bottom: 20px;
  padding-left: 12px;
  border-left: 6px solid #e60012;
  font-size: 1.6875rem;
  font-weight: 700;
  color: #e60012;
}
@media (max-width: 767px) {
  .p-shop-services h2,
  .p-shop-news h2,
  .p-shop-features h2 {
    font-size: 1.375rem;
    border-left-width: 5px;
    line-height: 1.7;
  }
}

.p-shop-services {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 32px;
  margin-top: 56px;
}
@media (max-width: 1024px) {
  .p-shop-services {
    grid-template-columns: 1fr;
  }
}

.p-shop-services__products ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px 0;
}
@media (max-width: 767px) {
  .p-shop-services__products ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-shop-services__products ul li {
  text-align: center;
}
.p-shop-services__products ul img {
  width: 56px;
  height: 56px;
  margin: 0 auto 8px;
}
.p-shop-services__products ul span {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
}

.p-shop-services__calendar {
  min-width: 0;
}
.p-shop-services__calendar img {
  width: 100%;
}

.p-shop-calendar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
}
.p-shop-calendar__month {
  flex: 1 1 210px;
  min-width: 0;
}
.p-shop-calendar__caption {
  margin-bottom: 6px;
  font-size: 0.9375rem;
  font-weight: 700;
}
.p-shop-calendar__grid {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.p-shop-calendar__grid th,
.p-shop-calendar__grid td {
  padding: 3px 0;
  border: 1px solid #c9caca;
  text-align: center;
  font-size: 0.8125rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .p-shop-calendar__grid th,
  .p-shop-calendar__grid td {
    font-size: 0.75rem;
  }
}
.p-shop-calendar__grid th {
  background: #f7f5f3;
  font-weight: 500;
}
.p-shop-calendar__grid th.is-sun {
  color: #e60012;
}
.p-shop-calendar__grid th.is-sat {
  color: #1b7fd0;
}
.p-shop-calendar__day {
  color: #221714;
}
.p-shop-calendar__day.is-sun, .p-shop-calendar__day.is-holiday {
  color: #e60012;
}
.p-shop-calendar__day.is-sat {
  color: #1b7fd0;
}
.p-shop-calendar__day.is-outside {
  color: #c9caca;
}
.p-shop-calendar__day.is-closed .p-shop-calendar__num {
  background: var(--cal-mark, #f08300);
  color: #fff;
  border-radius: 50%;
}
.p-shop-calendar__day.is-other .p-shop-calendar__num {
  background: var(--cal-mark, #6e7c8c);
  color: #fff;
  border-radius: 50%;
}
.p-shop-calendar__day.is-open .p-shop-calendar__num {
  border: 2px solid var(--cal-mark, #1b7fd0);
  border-radius: 50%;
}
.p-shop-calendar__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
}
@media (max-width: 767px) {
  .p-shop-calendar__num {
    width: 20px;
    height: 20px;
  }
}
.p-shop-calendar__legend {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 18px;
  margin-top: 14px;
  font-size: 0.8125rem;
}
.p-shop-calendar__legend li {
  display: flex;
  align-items: center;
  gap: 6px;
}
.p-shop-calendar__legend-mark {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #6e7c8c;
}
.p-shop-calendar__legend-mark--closed {
  background: #f08300;
}
.p-shop-calendar__legend-mark--open {
  border: 2px solid #1b7fd0;
  background: transparent;
}

.p-shop-news {
  margin-top: 56px;
}

.p-shop-features {
  margin-top: 56px;
}
.p-shop-features ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 1024px) {
  .p-shop-features ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-shop-features li {
  text-align: center;
}
.p-shop-features p {
  margin-top: 12px;
  font-size: 0.9375rem;
  line-height: 1.7;
  text-align: justify;
  max-width: 194px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .p-shop-features p {
    line-height: 1.6;
  }
}

.p-shop-features__circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 183px;
  height: 183px;
  margin: 0 auto;
  border-radius: 50%;
  padding: 8px;
  background: #e60012;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .p-shop-features__circle {
    width: 110px;
    height: 110px;
    font-size: 1.1rem;
  }
}

.p-shop-outro {
  display: flex;
  justify-content: flex-end;
  padding-top: 20px;
}
.p-shop-outro__char {
  width: 30%;
  max-width: 144px;
}

.p-news-page-bg {
  background: #f7f5f3;
}

.p-news-list-wrap {
  padding: 0 0 5em;
}

.p-news-list__card {
  position: relative;
  padding: 64px 40px 40px;
  border-radius: 20px;
  background: #fff;
}
@media (max-width: 767px) {
  .p-news-list__card {
    padding: 24px 20px;
  }
}

.p-news-tabs {
  display: flex;
  gap: 12px;
  max-width: 1000px;
  margin-inline: auto;
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .p-news-tabs {
    flex-wrap: wrap;
    margin-bottom: 20px;
    gap: 6px;
  }
}
.p-news-tabs__item {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  padding: 3px 12px;
  background: #e7e6e4;
  font-size: 1.3125rem;
  font-weight: 700;
  color: #221714;
  text-align: center;
  transition: background 0.2s ease, color 0.2s ease;
}
@media (max-width: 767px) {
  .p-news-tabs__item {
    padding: 0 6px;
    font-size: 1.125rem;
  }
}
.p-news-tabs__item:hover {
  background: #dcdbd8;
}
.p-news-tabs__item.is-active {
  background: #e60012;
  color: #fff;
}
@media (max-width: 767px) {
  .p-news-tabs__item {
    flex: 1 1 calc(50% - 6px);
  }
}

.p-news-list {
  max-width: 1000px;
  margin-inline: auto;
}

.p-news-list__empty {
  text-align: center;
  padding: 60px 0;
  color: #777;
}

.p-news-list__pagination {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.p-news-list__pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 8px;
  border: 1px solid #c9caca;
  font-size: 0.85rem;
}
.p-news-list__pagination .page-numbers.current {
  background: #e60012;
  color: #fff;
  border-color: #e60012;
}

.p-news-single {
  padding: 20px 0 60px;
  max-width: 840px;
  margin: 0 auto;
}

.p-news-single__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.85rem;
}

.p-news-single__title {
  margin-top: 12px;
  font-size: 1.4rem;
  font-weight: 700;
  border-bottom: 1px solid #c9caca;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .p-news-single__title {
    font-size: 1.15rem;
  }
}

.p-news-single__thumb {
  margin-top: 24px;
}
.p-news-single__thumb img {
  width: 100%;
}

.p-news-single__content {
  margin-top: 24px;
  font-size: 1rem;
  line-height: 2.1;
}
.p-news-single__content p {
  margin-bottom: 1.4em;
}
.p-news-single__content img {
  max-width: 100%;
  height: auto;
  margin: 1em 0;
}

.p-news-single__back {
  margin-top: 40px;
  text-align: center;
}
.p-news-single__back .c-btn {
  display: inline-flex;
}

.p-faq-page-bg {
  background: #f7f5f3;
}

.p-faq-lead {
  margin-top: 16px;
  font-size: 1.25rem;
  line-height: 1.9;
  text-align: center;
}
@media (max-width: 767px) {
  .p-faq-lead {
    margin-top: 0.9rem;
  }
}

.p-faq-list {
  max-width: 1063px;
  padding: 20px 20px 80px;
}

.p-faq-item {
  margin-bottom: 36px;
  border-radius: 5.5px;
  overflow: hidden;
}
.p-faq-item:last-child {
  margin-bottom: 0;
}

.p-faq-item__q {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  padding: 14px 24px;
  background: #fff;
  text-align: left;
}

.p-faq-item__q-mark {
  flex-shrink: 0;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  color: #e60012;
}

.p-faq-item__q-text {
  flex: 1;
  font-size: 1.3125rem;
  font-weight: 700;
  color: #221714;
}
@media (max-width: 767px) {
  .p-faq-item__q-text {
    font-size: 1rem;
  }
}

.p-faq-item__toggle {
  position: relative;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}
.p-faq-item__toggle::before, .p-faq-item__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #e60012;
  transition: transform 0.25s ease;
}
.p-faq-item__toggle::before {
  width: 100%;
  height: 2px;
  transform: translate(-50%, -50%);
}
.p-faq-item__toggle::after {
  width: 2px;
  height: 100%;
  transform: translate(-50%, -50%);
}

.p-faq-item.is-open .p-faq-item__toggle::after {
  transform: translate(-50%, -50%) rotate(90deg) scaleY(0);
}

.p-faq-item__a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.p-faq-item__a-inner {
  display: flex;
  gap: 16px;
  padding: 24px 24px 24px 16px;
  background: #f8ebe4;
}
@media (max-width: 767px) {
  .p-faq-item__a-inner {
    padding: 18px 20px 18px 14px;
  }
}

.p-faq-item__a-mark {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #e60012;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
}
@media (max-width: 767px) {
  .p-faq-item__a-mark {
    width: 40px;
    height: 40px;
    margin-left: 3px;
    font-size: 1.7rem;
  }
}

.p-faq-item__a-body {
  flex: 1;
}
.p-faq-item__a-body p {
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.8;
  color: #221714;
  text-align: justify;
}
@media (max-width: 767px) {
  .p-faq-item__a-body p {
    font-size: 0.9125rem;
  }
}
.p-faq-item__a-body .c-btn {
  display: flex;
  width: fit-content;
  margin-inline: auto;
  margin-top: 20px;
}

.p-recruit-catch {
  display: block;
  width: fit-content;
  margin: 20px auto 0;
  font-size: 2.5rem;
  font-weight: 700;
  color: #e60012;
  text-align: center;
  transform: skewX(-10.5deg);
}
@media (max-width: 767px) {
  .p-recruit-catch {
    width: auto;
    font-size: 1.0625rem;
    transform: none;
  }
}

.p-recruit-catch__sub {
  margin-top: 12px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #221714;
  text-align: center;
}
@media (max-width: 767px) {
  .p-recruit-catch__sub {
    font-size: 0.9rem;
  }
}

.p-recruit-about {
  position: relative;
  background-color: #e60012;
  padding: 0 0 70px;
  margin-bottom: 270px;
  color: #fff;
}
@media (max-width: 767px) {
  .p-recruit-about {
    margin-top: 60px;
    margin-bottom: 160px;
  }
}
.p-recruit-about__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-recruit-about::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(230, 0, 18, 0.8);
}
.p-recruit-about__photo {
  position: absolute;
  top: max(-7.5vw, -103px);
  left: 50%;
  z-index: 2;
  width: 50%;
  max-height: 500px;
  border-radius: 20px 0 0 20px;
  aspect-ratio: 680/505;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .p-recruit-about__photo {
    position: relative;
    top: -20vw;
    left: auto;
    z-index: 2;
    width: 95%;
    margin-bottom: -20vw;
    border-radius: 0 20px 20px 0;
    aspect-ratio: 16/9;
  }
}
.p-recruit-about__topinner {
  position: relative;
  z-index: 3;
  display: flow-root;
  padding-top: 0;
  padding-bottom: 40px;
  margin-top: 95px;
}
@media (max-width: 1024px) {
  .p-recruit-about__topinner {
    padding-top: 12px;
    margin-top: 0;
  }
}
.p-recruit-about__inner {
  position: relative;
  z-index: 3;
}
.p-recruit-about__deco {
  display: block;
  width: 388px;
  height: auto;
  margin-top: -95px;
  margin-bottom: 57px;
}
@media (max-width: 1024px) {
  .p-recruit-about__deco {
    display: none;
  }
}
.p-recruit-about__copy {
  max-width: min(545px, 47%);
  text-align: justify;
}
@media (max-width: 1024px) {
  .p-recruit-about__copy {
    max-width: none;
  }
}
.p-recruit-about__copy h2 {
  display: inline-block;
  font-size: 2.0625rem;
  font-weight: 700;
  color: #fff;
  transform: skewX(-10.5deg);
}
@media (max-width: 767px) {
  .p-recruit-about__copy h2 {
    font-size: 1.4rem;
  }
}
.p-recruit-about__label {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 36px;
}
@media (max-width: 1024px) {
  .p-recruit-about__label {
    margin-top: 4px;
    gap: 10px;
  }
}
.p-recruit-about__label-ja {
  font-size: 1.75rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .p-recruit-about__label-ja {
    font-size: 1.3rem;
  }
}
.p-recruit-about__label-en {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .p-recruit-about__label-en {
    font-size: 1rem;
  }
}
.p-recruit-about__text {
  margin-top: 20px;
  font-size: 1rem;
  line-height: 2.125;
}
@media (max-width: 767px) {
  .p-recruit-about__text {
    margin-top: 10px;
  }
}

.p-recruit-message {
  position: relative;
  margin-top: 64px;
  padding: 44px;
  border-radius: 20px;
  background: #fff;
  color: #221714;
}
@media (max-width: 767px) {
  .p-recruit-message {
    padding: 24px 20px;
    margin-top: 0;
  }
}
.p-recruit-message__ring {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}
.p-recruit-message__ring--lg {
  left: 135px;
  bottom: -117px;
  width: 225px;
  height: 225px;
}
@media (max-width: 1024px) {
  .p-recruit-message__ring--lg {
    left: auto;
    right: 7px;
    bottom: -90px;
    width: 120px;
    height: 120px;
  }
}
.p-recruit-message__ring--sm {
  left: 50px;
  bottom: 49px;
  width: 78px;
  height: 78px;
}
@media (max-width: 1024px) {
  .p-recruit-message__ring--sm {
    left: auto;
    right: -14px;
    bottom: -124px;
    width: 46px;
    height: 46px;
  }
}
.p-recruit-message__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 443px 1fr;
  gap: 76px;
}
@media (max-width: 1024px) {
  .p-recruit-message__grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.p-recruit-message__col {
  min-width: 0;
}
.p-recruit-message__label {
  display: flex;
  align-items: baseline;
  gap: 12px;
}
@media (max-width: 767px) {
  .p-recruit-message__label {
    flex-wrap: wrap;
    gap: 8px;
  }
}
.p-recruit-message__label-ja {
  font-size: 1.75rem;
  font-weight: 700;
  color: #221714;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .p-recruit-message__label-ja {
    font-size: 1.3rem;
  }
}
.p-recruit-message__label-en {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.6875rem;
  font-weight: 700;
  color: #40220f;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .p-recruit-message__label-en {
    font-size: 1.2rem;
  }
}
.p-recruit-message__catch {
  margin-top: 14px;
  font-size: 1.65rem;
  font-weight: 700;
  line-height: 1.5;
  color: #e60012;
}
@media (max-width: 767px) {
  .p-recruit-message__catch {
    font-size: 1.125rem;
  }
}
.p-recruit-message__photo {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .p-recruit-message__photo {
    margin-top: 24px;
  }
}
.p-recruit-message__photo img {
  display: block;
  width: 100%;
  aspect-ratio: 443/591;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .p-recruit-message__photo img {
    width: 80%;
    aspect-ratio: 1;
    object-fit: cover;
    object-position: top;
    margin-inline: auto;
  }
}
.p-recruit-message__photo p {
  margin-top: 20px;
  font-size: 1.125rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .p-recruit-message__photo p {
    margin-top: 0;
    text-align: center;
  }
}
.p-recruit-message__photo-role {
  font-weight: 500;
}
.p-recruit-message__text p {
  margin-bottom: 32px;
  font-size: 1rem;
  line-height: 2;
  text-align: justify;
}
@media (max-width: 767px) {
  .p-recruit-message__text p {
    font-size: 0.9rem;
  }
}
.p-recruit-message__text p:last-child {
  margin-bottom: 0;
}

.p-recruit-interview {
  position: relative;
  background-color: #e60012;
  padding: 0 0 180px;
  color: #fff;
}
@media (max-width: 767px) {
  .p-recruit-interview {
    padding: 0 0 60px;
  }
}
.p-recruit-interview > .l-container {
  display: flow-root;
}
.p-recruit-interview__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-recruit-interview::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(230, 0, 18, 0.85);
}
.p-recruit-interview__photo {
  position: absolute;
  top: min(-7.5vw, 102px);
  left: 0;
  z-index: 2;
  width: 50%;
  max-height: 600px;
  border-radius: 0 20px 20px 0;
  aspect-ratio: 17/15;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .p-recruit-interview__photo {
    position: relative;
    top: -20vw;
    z-index: 2;
    width: 90%;
    margin-bottom: -20vw;
    border-radius: 0 20px 20px 0;
    aspect-ratio: 16/9;
  }
}
.p-recruit-interview__deco {
  position: relative;
  z-index: 3;
  display: block;
  width: 480px;
  height: auto;
  margin-top: -93px;
  margin-bottom: 57px;
}
@media (max-width: 1024px) {
  .p-recruit-interview__deco {
    display: none;
  }
}
.p-recruit-interview__body {
  position: relative;
  z-index: 3;
}
.p-recruit-interview__deco, .p-recruit-interview__body {
  margin-left: 54.3%;
}
@media (max-width: 1024px) {
  .p-recruit-interview__deco, .p-recruit-interview__body {
    margin-left: 0;
  }
}
.p-recruit-interview__label {
  font-size: 2.0625rem;
  font-weight: 700;
  line-height: 1.6;
  transform: skewX(-10deg);
}
@media (max-width: 767px) {
  .p-recruit-interview__label {
    font-size: 1.4rem;
  }
}
.p-recruit-interview__name {
  font-size: 2.0625rem;
  font-weight: 700;
  line-height: 1.6;
}
.p-recruit-interview__profile {
  margin-top: 8px;
  font-size: 1rem;
  line-height: 1.5;
}
.p-recruit-interview__catch {
  margin-top: 36px;
  font-size: 1.8125rem;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .p-recruit-interview__catch {
    font-size: 1.3rem;
  }
}
.p-recruit-interview__text {
  margin-top: 6px;
  font-size: 1rem;
  line-height: 2.125;
}

.p-recruit-timeline {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}
.p-recruit-timeline h2 {
  display: inline-block;
  margin: 0 auto 48px;
  padding-bottom: 12px;
  border-bottom: 5px solid #e60012;
  font-size: 1.6875rem;
  font-weight: 700;
  color: #e60012;
}
@media (max-width: 767px) {
  .p-recruit-timeline h2 {
    font-size: 1.15rem;
  }
}
.p-recruit-timeline ul {
  position: relative;
  max-width: 780px;
  margin: 0 auto;
  padding-left: 54px;
}
@media (max-width: 767px) {
  .p-recruit-timeline ul {
    padding-left: 32px;
  }
}
.p-recruit-timeline ul::before {
  content: "";
  position: absolute;
  top: 54px;
  bottom: 54px;
  left: 56.5px;
  width: 7px;
  background: #e60012;
}
@media (max-width: 767px) {
  .p-recruit-timeline ul::before {
    top: 34px;
    bottom: 34px;
    left: 32px;
  }
}
.p-recruit-timeline li {
  position: relative;
  margin-bottom: 36px;
}
@media (min-width: 768px) {
  .p-recruit-timeline li {
    margin-bottom: 74px;
  }
}
.p-recruit-timeline__time {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: -47px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  height: 108px;
  border: 5px solid #e60012;
  border-radius: 50%;
  background: #fff;
  font-size: 1.375rem;
  font-weight: 700;
  color: #e60012;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .p-recruit-timeline__time {
    left: -34px;
    width: 68px;
    height: 68px;
    border-width: 3px;
    font-size: 0.95rem;
  }
}
.p-recruit-timeline__label {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 74px;
  padding: 12px 100px 12px 76px;
  border-radius: 0 999px 999px 0;
  background: #e60012;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 767px) {
  .p-recruit-timeline__label {
    min-height: 52px;
    padding: 10px 60px 10px 46px;
    font-size: 0.95rem;
  }
}
.p-recruit-timeline__icon {
  position: absolute;
  top: 50%;
  right: 14px;
  width: auto;
  height: 90px;
  transform: translateY(-50%);
  pointer-events: none;
}
@media (max-width: 767px) {
  .p-recruit-timeline__icon {
    height: 56px;
    right: -8px;
  }
}

.p-recruit-job {
  position: relative;
  padding: 56px 0 72px;
  background: #f7f5f3;
  text-align: center;
}

.p-recruit-job__ring {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  aspect-ratio: 1;
}

.p-recruit-job__ring--lg {
  top: -60px;
  left: -60px;
  width: 225px;
}
@media (max-width: 767px) {
  .p-recruit-job__ring--lg {
    left: -50px;
    width: 155px;
  }
}

.p-recruit-job__ring--sm {
  top: 100px;
  left: 155px;
  width: 78px;
}
@media (max-width: 767px) {
  .p-recruit-job__ring--sm {
    top: 70px;
    left: 45px;
    width: 58px;
  }
}

.p-recruit-job__lead {
  position: relative;
  z-index: 1;
  margin-top: 16px;
  font-size: 1.25rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .p-recruit-job__lead {
    font-size: 1rem;
  }
}

.p-recruit-job__banner {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 24px;
  overflow: hidden;
}
.p-recruit-job__banner img {
  width: 100%;
  transition: opacity 0.2s ease;
}
.p-recruit-job__banner:hover img {
  opacity: 0.85;
}

.p-company-page-bg {
  background: #f7f5f3;
}
@media (max-width: 767px) {
  .p-company-page-bg {
    padding-bottom: 60px;
  }
}

.p-company-catch {
  text-align: center;
  margin-top: 20px;
  font-size: 2.1875rem;
  font-weight: 700;
  color: #221714;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .p-company-catch {
    font-size: 1.3rem;
  }
}

.p-company-lead {
  text-align: center;
  margin-top: 16px;
  font-size: 1rem;
  line-height: 2.4;
}

.p-company-info {
  padding: 20px 20px 90px;
  text-align: center;
}

.p-company-info__en,
.p-company-history__en {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 6rem;
  color: #fff;
  line-height: 1;
  margin-bottom: -4.5rem;
}
@media (max-width: 767px) {
  .p-company-info__en,
  .p-company-history__en {
    font-size: 2.7rem;
    margin-bottom: -2.5rem;
  }
}

.p-company-info__ja,
.p-company-history__ja {
  color: #e60012;
  font-size: 1.5625rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .p-company-info__ja,
  .p-company-history__ja {
    margin-top: -20px;
    font-size: 1.15rem;
  }
}

.p-company-info__table {
  margin-top: 100px;
  margin-inline: auto;
  max-width: 890px;
  width: 100%;
  text-align: left;
  background: #fff;
}
@media (max-width: 767px) {
  .p-company-info__table {
    margin-top: 40px;
  }
}
.p-company-info__table tr {
  border-bottom: 1px solid #c9caca;
}
.p-company-info__table tr:first-of-type {
  border-top: 1px solid #c9caca;
}
.p-company-info__table th,
.p-company-info__table td {
  padding: 20px 24px;
  font-size: 1.125rem;
  vertical-align: top;
}
@media (max-width: 767px) {
  .p-company-info__table th,
  .p-company-info__table td {
    padding: 14px;
    font-size: 0.95rem;
  }
}
.p-company-info__table th {
  width: 180px;
  font-weight: 700;
  background: rgb(240.88, 237.35, 233.82);
}
@media (max-width: 767px) {
  .p-company-info__table th {
    width: 108px;
  }
}
.p-company-info__table td {
  line-height: 1.65;
}

.p-company-history {
  position: relative;
  padding: 20px 0 70px;
  text-align: center;
}
@media (max-width: 767px) {
  .p-company-history {
    padding-inline: 20px;
  }
}
.p-company-history__ring {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}
.p-company-history__ring--lg {
  left: -140px;
  bottom: -130px;
  width: 225px;
  height: 225px;
}
@media (max-width: 767px) {
  .p-company-history__ring--lg {
    left: -30px;
    bottom: -110px;
    width: 155px;
    height: 155px;
  }
}
.p-company-history__ring--sm {
  left: 60px;
  bottom: 65px;
  width: 78px;
  height: 78px;
}
@media (max-width: 767px) {
  .p-company-history__ring--sm {
    left: 110px;
    bottom: 20px;
    width: 68px;
    height: 68px;
  }
}
.p-company-history__list {
  margin-top: 100px;
  margin-inline: auto;
  max-width: 1000px;
  text-align: left;
  position: relative;
  padding-left: 128px;
}
@media (max-width: 767px) {
  .p-company-history__list {
    margin-top: 40px;
    padding-left: 36px;
  }
  .p-company-history__list::before {
    left: 26px;
  }
}
.p-company-history__list::before {
  content: "";
  position: absolute;
  left: 14.25px;
  top: 10px;
  bottom: 80px;
  width: 4px;
  background: #e60012;
}
.p-company-history__list li {
  position: relative;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .p-company-history__list li {
    padding-bottom: 50px;
  }
}
.p-company-history__year {
  position: absolute;
  left: -4.5em;
  top: 0;
  width: 74px;
  color: #e60012;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.6875rem;
  line-height: 1.1;
  display: flex;
  align-items: center;
  gap: 0.3em;
}
@media (max-width: 767px) {
  .p-company-history__year {
    position: unset;
    width: 54px;
    font-size: 1.375rem;
    margin-left: -30px;
    gap: 10px;
  }
}
.p-company-history__year::before {
  content: "";
  display: block;
  height: 11px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 4.75px solid #e60012;
  background: #fff;
  box-sizing: content-box;
}
@media (max-width: 767px) {
  .p-company-history__year {
    left: -70px;
    width: 54px;
    font-size: 1.1rem;
  }
}
.p-company-history__body {
  max-width: 620px;
}
.p-company-history__label {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .p-company-history__label {
    font-size: 0.9rem;
  }
}
.p-company-history__desc {
  margin-top: 2px;
  font-size: 1.125rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .p-company-history__desc {
    font-size: 0.9rem;
  }
}
.p-company-history__photo {
  position: absolute;
  top: 0;
  right: 0;
  width: 255px;
}
@media (max-width: 1024px) {
  .p-company-history__photo {
    position: relative;
    top: auto;
    right: auto;
    width: 80%;
    max-width: 320px;
    margin-top: 16px;
  }
}
.p-company-history__photo img {
  display: block;
  width: 100%;
  aspect-ratio: 1.5;
  object-fit: cover;
}
.p-company-history__photo p {
  margin-top: 0.3em;
  padding-left: 0.3em;
  font-size: 1rem;
  color: #221714;
}
@media (max-width: 767px) {
  .p-company-history__photo p {
    font-size: 0.9em;
    margin-top: 0;
  }
}
.p-company-history__list li:has(.p-company-history__photo):last-of-type:last-of-type .p-company-history__photo {
  top: auto;
  bottom: 0;
}

.p-company-recruit {
  padding: 0 0 80px;
  background: #fff;
}

.p-company-recruit__banner {
  display: block;
  max-width: 1060px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 12px;
}
.p-company-recruit__banner img {
  display: block;
  width: 100%;
  transition: opacity 0.2s ease;
}
.p-company-recruit__banner:hover img {
  opacity: 0.85;
}