@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New:wght@400;700;900&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul, summary {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

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

a {
  text-decoration: none;
  transition: all 0.3s ease-out;
}

.pc {
  display: initial !important;
}

.sp {
  display: none !important;
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: initial !important;
  }
}
:root {
  --primary: #E86406;
  --primary-pale: #F47D28;
  --accent:#B40404;
  --black:#000000;
  --text: #333333;
  --border:#C99F50;
  --disabled:#999999;
  --bg: #F8F4EC;
  --white: #fff;
}

h1.site-title {
  font-size: 0;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: -1000px;
  left: -1000px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

.section-heading {
  font-size: clamp(3rem, 1rem + 5vw, 5rem);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 0.25em;
  color: var(--text);
}
.section-heading > span {
  font-size: clamp(1rem, 0.75rem + 0.625vw, 1.25rem);
  font-weight: 700;
  display: block;
}

.parts-heading {
  font-size: clamp(2rem, 0.5rem + 3.75vw, 3.5rem);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  line-height: 1.4;
  color: var(--text);
  margin-bottom: 0.2em;
}
.parts-heading > span {
  font-size: clamp(1rem, 0.75rem + 0.625vw, 1.25rem);
  font-weight: 700;
  display: block;
}

.card-heading {
  font-size: clamp(1rem, 0.5rem + 1.25vw, 1.5rem);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  color: var(--text);
}

.small-heading {
  font-size: clamp(0.875rem, 0.75rem + 0.3125vw, 1rem);
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.5;
  color: var(--text);
  margin-bottom: 0.5em;
}

.lead {
  font-size: clamp(1.125rem, 1rem + 0.3125vw, 1.25rem);
  font-weight: 700;
  line-height: 1.6;
  color: var(--text);
}

.text {
  font-size: clamp(0.875rem, 0.75rem + 0.3125vw, 1rem);
  line-height: 1.8;
  color: var(--text);
}

.note {
  font-size: clamp(0.75rem, 0.625rem + 0.3125vw, 0.875rem);
  line-height: 1.6;
  color: var(--text);
}
.note-kome {
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
}
.note-kome::before {
  content: "※";
}

.lh160 {
  line-height: 1.6;
}

.text-xs {
  font-size: clamp(0.625rem, 0.5rem + 0.3125vw, 0.75rem);
  line-height: 1.5;
  color: var(--text);
}

.ff-en {
  font-family: "Roboto Condensed", sans-serif;
}

.ff-ja {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.primary-color {
  color: var(--primary);
}

.text + .text {
  margin-top: 1lh;
}

.accent-color {
  color: var(--accent);
}

.white {
  color: var(--white);
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.bold {
  font-weight: 700;
}

.large {
  font-size: 1.5em;
}

.marker {
  background: linear-gradient(to top, var(--marker) 40%, transparent 40%);
}

.underline {
  text-decoration: underline;
  text-underline-offset: 0.1em;
}

.radius4 {
  border-radius: 4px;
}

.radius8 {
  border-radius: 8px;
}

.list-normal > li {
  position: relative;
  padding-left: 1em;
}
.list-normal > li::before {
  content: "";
  width: 1em;
  height: 1lh;
  background: radial-gradient(var(--text) 0.2em, transparent 0.2em) no-repeat center/1em 1em;
  position: absolute;
  inset: 0;
}
.list-normal > li:not(:first-of-type) {
  margin-top: 0.5em;
}

.list-triangle {
  position: relative;
  padding-left: 1.5em;
}
.list-triangle::before {
  content: "";
  width: 0.75em;
  height: 1em;
  background: currentColor;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  left: 0;
  top: calc(0.5lh - 0.5em);
}

.link-text {
  color: var(--primary);
  text-decoration: underline;
  text-underline-offset: 0.25em;
}

.btn {
  border: 2px solid var(--primary);
  min-width: 280px;
  height: 60px;
  text-align: center;
  font-size: clamp(1rem, 0.75rem + 0.625vw, 1.25rem);
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  padding: 1em 3em 1em 2em;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .btn {
    min-width: 220px;
    height: 48px;
  }
}
.btn:hover::after {
  right: 8px;
}
.btn::after {
  content: "";
  width: 12px;
  aspect-ratio: 1;
  position: absolute;
  right: 16px;
  top: calc(50% - 6px);
  -webkit-mask: url(../images/icon-arrow-next.svg) center/contain no-repeat;
          mask: url(../images/icon-arrow-next.svg) center/contain no-repeat;
  background: var(--primary);
  transition: all 0.3s ease-out;
}
.btn.btn-primary {
  background: var(--primary);
  color: #fff;
}
.btn.btn-primary::after {
  background: var(--white);
}
.btn.btn-primary:hover {
  background: #fff;
  color: var(--primary);
  border-color: var(--primary);
}
.btn.btn-primary:hover::after {
  background: var(--primary);
}
.btn.btn-accent {
  border: 2px solid var(--accent);
  background: var(--accent);
  color: #fff;
}
.btn.btn-accent::after {
  background: var(--white);
}
.btn.btn-accent:hover {
  background: #fff;
  color: var(--accent);
  border-color: var(--accent);
}
.btn.btn-accent:hover::after {
  background: var(--accent);
}
.btn.btn-white {
  border: 2px solid var(--white);
  background: var(--white);
  color: var(--primary);
}
.btn.btn-white:hover {
  background: transparent;
  color: #fff;
}
.btn.btn-white:hover::after {
  background: #fff;
}
.btn.btn-accent-white {
  border: 2px solid var(--accent);
  background: var(--white);
  color: var(--accent);
}
.btn.btn-accent-white::after {
  background: var(--accent);
}
.btn.btn-accent-white:hover {
  border: 2px solid #fff;
  background: var(--accent);
  color: #fff;
}
.btn.btn-accent-white:hover::after {
  background: #fff;
}
.btn.btn-blk-white {
  border: 2px solid var(--text);
  background: var(--white);
  color: var(--text);
}
.btn.btn-blk-white::after {
  background: var(--text);
}
.btn.btn-blk-white:hover {
  background: var(--text);
  color: #fff;
}
.btn.btn-blk-white:hover::after {
  background: #fff;
}
.btn.btn-blk-white.outer {
  padding: 1em 2em;
}
.btn.btn-blk-white.outer span {
  position: relative;
  padding-right: 1.25em;
}
.btn.btn-blk-white.outer span::after {
  content: "";
  width: 1em;
  aspect-ratio: 1;
  -webkit-mask: url(../images/icon-outer-link.svg) center/contain no-repeat;
          mask: url(../images/icon-outer-link.svg) center/contain no-repeat;
  background: var(--text);
  position: absolute;
  right: 0;
  top: calc(0.5lh - 0.5em);
}
.btn.btn-blk-white.outer:hover span::after {
  background: #fff;
}
.btn.btn-blk-white.outer::after {
  display: none;
}
.btn.btn-submit {
  border: 2px solid var(--primary);
  background: var(--primary);
  color: #fff;
  border-radius: 4px;
  position: relative;
}
.btn.btn-submit::after {
  background: var(--white);
}
.btn.btn-submit:disabled {
  border: 2px solid var(--disabled);
  background: var(--disabled);
}
.btn.btn-submit:disabled:hover::after {
  right: 16px;
}
.btn.btn-submit.active {
  cursor: pointer;
}

.btn-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}

a {
  position: relative;
}
a .text-wrap {
  display: block;
  height: 1lh;
  overflow: hidden;
}
a .text-wrap .text-in {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  line-height: 1.1;
  transition: all 0.3s ease-out;
}
a .text-wrap .text-in::after {
  content: attr(data-text);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 100%;
}
a:hover .text-in {
  transform: translateY(-100%);
}
@media (max-width: 767px) {
  a:hover .text-in {
    transform: translateY(0);
  }
}

.sec {
  padding: clamp(56px, 6.25vw, 80px) 0;
}
.sec-l {
  padding: clamp(64px, 8.75vw, 112px) 0;
}
.sec-anchor {
  padding: clamp(8px, 1.25vw, 16px) 0;
}
.sec.bg {
  background: var(--bg);
}
.sec.bg-primary {
  --text: #fff;
  background: var(--primary);
}
.sec.bg-grade {
  background: linear-gradient(to top, #E86406, #F47D28);
  --text: #fff ;
}
.sec.bg-accent {
  --text: #fff;
  background: var(--accent);
}
.sec.f-cta-area {
  --text:#fff;
  background: #333;
}
.sec .container {
  width: min(1280px, 100% - 2rem);
  margin-inline: auto;
  position: relative;
  z-index: 1;
}

.w880 {
  width: min(880px, 100%);
  margin-inline: auto;
}

.w640 {
  width: min(640px, 100%);
  margin-inline: auto;
}

.full-width {
  margin-inline: calc(50% - 50vw);
}

.flex {
  display: flex;
}

.jc-center {
  justify-content: center;
}

.al-center {
  align-items: center;
}

.grid {
  display: grid;
}
.grid.grid21 {
  grid-template-columns: 1fr 1fr;
  gap: clamp(16px, 3.125vw, 40px);
}
@media (max-width: 767px) {
  .grid.grid21 {
    grid-template-columns: 1fr;
  }
}
.grid.grid31 {
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 3.125vw, 40px);
}
@media (max-width: 767px) {
  .grid.grid31 {
    grid-template-columns: 1fr;
  }
}

.block-xl {
  margin-top: clamp(80px, 8.75vw, 112px);
}

.block-l {
  margin-top: clamp(64px, 7.5vw, 96px);
}

.block-m {
  margin-top: clamp(48px, 5vw, 64px);
}

.mt48 {
  margin-top: clamp(32px, 3.75vw, 48px);
}

.mt32 {
  margin-top: clamp(16px, 2.5vw, 32px);
}

.mt24 {
  margin-top: clamp(16px, 1.875vw, 24px);
}

.mt16 {
  margin-top: clamp(8px, 1.25vw, 16px);
}

.mt8 {
  margin-top: clamp(4px, 0.625vw, 8px);
}

.mt4 {
  margin-top: 4px;
}

.js-accordion {
  cursor: pointer;
}

.accordion-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: all 0.3s ease-out;
}
.accordion-content.open {
  grid-template-rows: 1fr;
}
.accordion-content > div {
  overflow: hidden;
}

.pagetop {
  color: var(--primary);
  cursor: pointer;
  position: fixed;
  bottom: 40px;
  right: 16px;
  transition: all 0.3s ease-out;
  writing-mode: vertical-rl;
  z-index: 10;
}
.pagetop:hover {
  letter-spacing: 0.2em;
}

.pc {
  display: initial !important;
}

.sp {
  display: none !important;
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: initial !important;
  }
}
.aioseo-breadcrumbs {
  background: var(--white);
  padding: 8px clamp(16px, 2.5vw, 32px);
  letter-spacing: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--text);
}
.aioseo-breadcrumbs span {
  font-size: clamp(0.625rem, 0.5rem + 0.3125vw, 0.75rem);
}
.aioseo-breadcrumbs a {
  color: var(--text-pale);
}
.aioseo-breadcrumbs br {
  display: none;
}

.header {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), transparent);
  width: 100%;
  height: clamp(50px, 5.46875vw, 70px);
  padding-inline: clamp(16px, 3.75vw, 48px);
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
.header.shadow {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}
.header .site-logo {
  width: clamp(140px, 17.1875vw, 220px);
  height: 100%;
  display: grid;
  place-items: center;
}
.header .site-logo > a {
  display: grid;
  place-items: center;
  height: 100%;
}
.header .site-logo > a > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  align-items: flex-start;
}

.gnav {
  margin-left: 3rem;
  display: flex;
}
.gnav a {
  font-weight: 700;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: var(--white);
}

@media (max-width: 767px) {
  .gnav {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: var(--primary);
    padding: 0 1rem;
    margin-left: 0;
    width: 100%;
    height: 100dvh;
    position: fixed;
    top: 0;
    left: 0;
    transition: all 0.3s ease-out;
    z-index: -1;
  }
  .gnav.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  .gnav a {
    height: initial;
    padding: 16px 20px;
    gap: 4px;
    font-size: 2rem;
  }
}
.toggle {
  display: none;
}
@media (max-width: 767px) {
  .toggle {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 32px;
    aspect-ratio: 1;
    cursor: pointer;
    display: grid;
    place-items: center;
    z-index: 99;
  }
  .toggle span {
    width: 80%;
    height: 2px;
    background: var(--primary);
    border-radius: 1px;
    position: relative;
    transition: all 0.3s ease-out;
  }
  .toggle span::before, .toggle span::after {
    content: "";
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background: var(--primary);
    position: absolute;
    transition: all 0.3s ease-out;
  }
  .toggle span::before {
    top: -6px;
    left: 0;
  }
  .toggle span::after {
    top: 6px;
    left: 0;
  }
  .toggle.is-active span {
    height: 0;
  }
  .toggle.is-active span::before, .toggle.is-active span::after {
    top: initial;
    background: var(--white);
  }
  .toggle.is-active span::before {
    transform: rotate(45deg);
  }
  .toggle.is-active span::after {
    transform: rotate(-45deg);
  }
}

.footer {
  --text:#fff;
  background: var(--black);
  padding: 24px 16px;
}
.footer .f-nav {
  display: flex;
  justify-content: center;
}
.footer .f-nav .f-nav-item {
  color: var(--text);
  padding: 1rem clamp(8px, 1.25vw, 16px);
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 1rem;
}
.footer .f-nav .f-nav-item:hover {
  opacity: 0.7;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 70px;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  html {
    scroll-padding-top: 50px;
  }
}
html.lock {
  overflow: hidden;
}

body {
  color: var(--text);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-feature-settings: "palt" on;
  font-optical-sizing: auto;
  font-size: clamp(0.875rem, 0.75rem + 0.3125vw, 1rem);
  font-weight: normal;
  height: 100%;
  line-height: 1.15;
  overflow-x: hidden;
  letter-spacing: 0.05em;
}

.mv-wrap {
  width: 100%;
  aspect-ratio: 9/5;
  background: url(../images/HARENOHI.svg) no-repeat center bottom/100%;
  position: relative;
}
@media (max-width: 767px) {
  .mv-wrap {
    aspect-ratio: 3/2;
  }
}
.mv-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: url(../images/main-visual.webp) no-repeat center/cover;
  -webkit-animation: mv 16s linear forwards;
          animation: mv 16s linear forwards;
  z-index: -1;
}

@-webkit-keyframes mv {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

@keyframes mv {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.catch-wrap {
  position: absolute;
  top: 40%;
  left: clamp(16px, 2.5vw, 32px);
  transform: translateY(-50%);
}
.catch-wrap .catch {
  color: var(--white);
  font-size: 7.7vw;
  font-weight: 900;
  line-height: 1.6;
}

.cta-btn {
  position: fixed;
  right: clamp(16px, 2.5vw, 32px);
  bottom: 120px;
  right: clamp(16px, 2.5vw, 32px);
  width: clamp(88px, 13.28125vw, 170px);
  z-index: 80;
}
.cta-btn img {
  transition: all 0.3s ease-out;
}
.cta-btn:hover img {
  filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.2));
  transform: scale(1.05);
}

.top-concept-wrap {
  display: grid;
  grid-template-columns: 2fr 1fr;
  align-items: center;
  gap: 16px;
  margin-right: calc(50% - 50vw);
}
@media (max-width: 1024px) {
  .top-concept-wrap {
    display: flex;
    flex-direction: column;
  }
}
.top-concept-wrap .text-box {
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .top-concept-wrap .text-box {
    margin-top: -64px;
  }
}
.top-concept-wrap .text-box figure {
  width: clamp(300px, 47.96875vw, 614px);
}
.top-concept-wrap .text-box .text {
  padding-right: 50%;
}
@media (max-width: 1024px) {
  .top-concept-wrap .text-box .text {
    padding-right: 1rem;
  }
}
.top-concept-wrap .img-box {
  margin-left: -100%;
  position: relative;
}
.top-concept-wrap .img-box::before {
  content: "";
  width: clamp(180px, 25.78125vw, 330px);
  aspect-ratio: 11/1;
  background: url(../images/stripe.svg) no-repeat center/contain;
  position: absolute;
  right: -28px;
  top: -2.5%;
}
.top-concept-wrap .img-box::after {
  content: "";
  width: clamp(180px, 25.78125vw, 330px);
  aspect-ratio: 11/1;
  background: url(../images/stripe.svg) no-repeat center/contain;
  position: absolute;
  bottom: -2.5%;
  left: -10%;
}
@media (max-width: 1024px) {
  .top-concept-wrap .img-box::after {
    display: none;
  }
}
@media (max-width: 1024px) {
  .top-concept-wrap .img-box {
    width: 88%;
    margin-left: auto;
    order: -1;
  }
}

.top-bnr-wrap {
  --text:#fff;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
  .top-bnr-wrap {
    grid-template-columns: 1fr;
  }
}
.top-bnr-wrap .bnr-area {
  height: 420px;
  padding: 2em;
  display: grid;
  place-items: center;
  position: relative;
}
@media (max-width: 767px) {
  .top-bnr-wrap .bnr-area {
    height: auto;
  }
}
.top-bnr-wrap .bnr-area::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
}
.top-bnr-wrap .bnr-area.bg-message {
  background: url(../images/top-message-bg.webp) no-repeat center/cover;
}
.top-bnr-wrap .bnr-area.bg-overview {
  background: url(../images/top-overview-bg.webp) no-repeat center/cover;
}
.top-bnr-wrap .bnr-area > div {
  width: min(560px, 100%);
  margin-inline: auto;
  position: relative;
  z-index: 1;
}

.top-shop-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
  .top-shop-wrap {
    grid-template-columns: 1fr;
    gap: 2em;
  }
}
.top-shop-wrap .text-box .text {
  padding-right: 2em;
}

.top-recruit {
  padding-top: 0;
  position: relative;
}
.top-recruit::before {
  content: "";
  width: 100%;
  height: 5vw;
  background: #fff;
  position: absolute;
  top: -1px;
  left: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
}
@media (max-width: 767px) {
  .top-recruit::before {
    height: 30vw;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 50%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 50%, 0 100%);
  }
}

.top-recruit-wrap {
  margin-left: calc(50% - 50vw);
  --text: #fff;
  display: grid;
  grid-template-columns: 866fr 454fr;
  gap: clamp(24px, 3.125vw, 40px);
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .top-recruit-wrap {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
.top-recruit-wrap .text-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .top-recruit-wrap .text-box {
    padding-left: 1rem;
  }
}

.news-list-wrap {
  border-top: 1px solid var(--disabled);
}
.news-list-wrap .post-item {
  display: grid;
  grid-template-columns: 7em 1fr;
  padding: 1em;
  border-bottom: 1px solid var(--disabled);
}
@media (max-width: 767px) {
  .news-list-wrap .post-item {
    grid-template-columns: 1fr;
  }
}
.news-list-wrap .post-item time {
  color: var(--primary);
  font-weight: 700;
}

.lower-title-wrap {
  --text:#fff;
  width: 100%;
  position: relative;
}
.lower-title-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.lower-title-wrap.bg-concept {
  background: url(../images/hero-concept.webp) no-repeat center/cover;
}
.lower-title-wrap.bg-shop {
  background: url(../images/hero-shop.webp) no-repeat center/cover;
}
.lower-title-wrap.bg-recruit {
  background: url(../images/hero-recruit.webp) no-repeat center bottom 10%/cover;
}
.lower-title-wrap .container {
  width: min(1280px, 100% - 2rem);
  height: clamp(200px, 25vw, 320px);
  margin-inline: auto;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}

.bg-harenohi {
  --text:#fff;
  background: linear-gradient(to top, #E86406, #F47D28);
  position: relative;
}
.bg-harenohi::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: url(../images/HARENOHI.svg) no-repeat bottom center/100%;
  mix-blend-mode: multiply;
  opacity: 0.2;
}

.concept-catch {
  text-align: center;
  font-size: min(5.6vw, 88px);
  font-weight: 900;
  line-height: 1.3;
  color: #fff;
}
@media (max-width: 767px) {
  .concept-catch {
    font-size: 1.875rem;
  }
}

.concept-img-clip {
  width: 100%;
  overflow: hidden;
}
.concept-img-clip img {
  max-width: 110%;
  transform: translate(-5%);
}

.overview-list {
  border-top: 1px solid var(--border);
}
.overview-list > li {
  padding: 1em;
  display: grid;
  grid-template-columns: 7em 1fr;
  border-bottom: 1px solid var(--border);
}
.overview-list > li .item {
  color: var(--primary);
  font-weight: 700;
}

.concept-img {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.shop-anchor-wrap {
  width: min(1200px, 100%);
  margin-inline: auto;
  display: flex;
  justify-content: center;
}
.shop-anchor-wrap a {
  display: grid;
  grid-template-columns: clamp(36px, 6.25vw, 80px) 1fr;
  gap: clamp(8px, 1.25vw, 16px);
  align-items: center;
  position: relative;
  padding-left: 1em;
  padding-right: 1.5em;
}
@media (max-width: 767px) {
  .shop-anchor-wrap a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
  }
}
.shop-anchor-wrap a::before {
  content: "";
  width: 12px;
  aspect-ratio: 1;
  -webkit-mask: url(../images/arrow-bottom.svg) center/contain no-repeat;
          mask: url(../images/arrow-bottom.svg) center/contain no-repeat;
  background: #fff;
  position: absolute;
  right: 0.5em;
  top: calc(50% - 6px);
}
.shop-anchor-wrap a:not(:has(figure)) {
  grid-template-columns: 1fr;
}
.shop-anchor-wrap a figure {
  width: 100%;
  padding: 8px;
  aspect-ratio: 1;
  border: 1px solid var(--border);
  background: #fff;
  display: grid;
  place-items: center;
}
@media (max-width: 767px) {
  .shop-anchor-wrap a figure {
    padding: 1px;
    width: 48%;
  }
}
.shop-anchor-wrap a .text {
  line-height: 1.4;
  letter-spacing: 0;
}
.shop-anchor-wrap a:not(:first-of-type) {
  border-left: 1px solid #A34400;
}

.shop-title-wrap {
  display: grid;
  grid-template-columns: clamp(56px, 7.5vw, 96px) 1fr;
  align-items: center;
  gap: clamp(16px, 1.875vw, 24px);
}
.shop-title-wrap .parts-heading {
  margin-bottom: 0;
  line-height: 1.1;
}
.shop-title-wrap:not(:has(figure)) {
  grid-template-columns: 1fr;
}

.shop-icon {
  width: 100%;
  padding: 8px;
  aspect-ratio: 1;
  border: 1px solid var(--border);
  background: #fff;
  display: grid;
  place-items: center;
}
.shop-icon img {
  width: 100%;
}

.map-wrap {
  width: 100%;
  height: clamp(300px, 34.375vw, 440px);
  border: 8px solid #fff;
}
.map-wrap iframe {
  width: 100%;
  height: 100%;
}

.recruit-img-wrap {
  width: 100vw;
  overflow: hidden;
  margin-inline: calc(50% - 50vw);
}
.recruit-img-wrap > div {
  width: 130%;
  margin-left: -15%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

@-webkit-keyframes slideMove {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes slideMove {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.point-num {
  display: flex;
  align-items: center;
}
.point-num span {
  display: block;
  writing-mode: sideways-lr;
  font-size: clamp(0.875rem, 0.75rem + 0.3125vw, 1rem);
  font-weight: 700;
  color: var(--primary);
  line-height: 1;
  letter-spacing: 0;
}
.point-num p {
  font-size: clamp(3rem, 2rem + 2.5vw, 4rem);
  color: var(--primary);
  font-weight: 700;
}

.interview-wrap {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 3.125vw, 40px);
}
.interview-wrap > li {
  background: #fff;
  padding: clamp(16px, 6.25vw, 80px);
  --text:#333;
}
@media (max-width: 767px) {
  .interview-wrap > li {
    padding: 1rem;
  }
}
.interview-wrap > li .stuff-wrap {
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: center;
  gap: clamp(16px, 3.125vw, 40px);
}
@media (max-width: 767px) {
  .interview-wrap > li .stuff-wrap {
    grid-template-columns: 1fr;
  }
}

.stuff-heading {
  font-size: clamp(1.5rem, 0rem + 3.75vw, 3rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
}

.contact-heading {
  font-size: clamp(1.5rem, 0.5rem + 2.5vw, 2.5rem);
  font-weight: 900;
  line-height: 1.4;
}

.form-wrap {
  background: #fff;
  padding: clamp(16px, 6.25vw, 80px) 16px;
  border-radius: 10px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.form-group + .form-group {
  margin-top: 24px;
}
.form-group br {
  display: none;
}
.form-group > p {
  display: contents;
}
.form-group label {
  font-weight: 700;
  display: block;
}
.form-group label.radio-label {
  font-weight: 400;
  display: inline;
}
.form-group label .required {
  display: inline-block;
  background: var(--primary);
  color: #fff;
  font-size: clamp(0.625rem, 0.5rem + 0.3125vw, 0.75rem);
  font-weight: 400;
  line-height: 1;
  padding: 4px 8px;
  border-radius: 2px;
  margin-left: 8px;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #f7f7f7;
  border-radius: 4px;
  padding: 12px 15px;
}

textarea {
  height: 120px;
}

.wpcf7-form {
  letter-spacing: 0;
}

.checkbox-group label {
  padding-left: 2em;
  position: relative;
  font-size: clamp(0.8125rem, 0.625rem + 0.46875vw, 1rem);
}
.checkbox-group label::before {
  content: "";
  width: 1.5em;
  aspect-ratio: 1;
  border: 1px solid #ccc;
  position: absolute;
  left: 0;
  top: 0;
}

input.confirm-check {
  display: none;
}

.checkbox-group label:has(:checked)::before {
  background: var(--primary);
  border-color: var(--primary);
}

.checkbox-group label:has(:checked)::after {
  content: "";
  width: 0.4em;
  height: 0.8em;
  display: block;
  border-bottom: 2px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  left: 0.6em;
  top: 0.25em;
  transform: rotate(45deg);
}

.wpcf7-form-control {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.wpcf7-list-item-label {
  font-weight: 400;
}

.wpcf7-list-item {
  margin-left: 0;
}

.wpcf7-not-valid-tip {
  margin-top: 8px;
  font-size: clamp(0.6875rem, 0.625rem + 0.15625vw, 0.75rem);
}

.wpcf7-spinner {
  display: none !important;
}

input[type=radio] {
  display: none;
}

.wpcf7-radio label {
  padding-left: 1.25em;
  position: relative;
}
.wpcf7-radio label::before {
  content: "";
  width: 1em;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid var(--text);
  position: absolute;
  left: 0;
  top: calc(0.5lh - 0.5em);
}
.wpcf7-radio label:has(:checked)::after {
  content: "";
  width: 0.5em;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--text);
  position: absolute;
  left: 0.25em;
  top: calc(0.5lh - 0.25em);
}
/*# sourceMappingURL=style.css.map */