@charset "UTF-8";
@media screen and (min-width: 769px) {

  html,
  body {
    margin: 0;
    padding: 0;
  }
}

body :not(.footer-only-pc):not(.footer-only-sp) .layout-footer .layout-footer_copyright,
.layout-footer_nav ul li,
.breadcrumbs > ol > li {
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  body:not(.footer-only-pc):not(.footer-only-sp) .layout-footer {
    z-index: 1;
  }
}

body {
  min-height: 100vh;
}

.layout-content {
  margin-bottom: 0;
}

.-wb {
  display: inline-block;
}

.-pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .-pc {
    display: none;
  }
}

.-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .-sp {
    display: block;
  }
}

a[target=_blank]:not(.m-no-icon):after {
  min-width: 11px;
}

.c-recruit-loader {
  position: fixed;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  background-color: #fff;
  top: 0;
  z-index: 201;
}

.c-recruit-loader__logo {
  display: none;
  text-align: center;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

@media screen and (max-width: 768px) {
  .c-recruit-loader__logo {
    width: 27vw;
  }
}

.c-recruit-loader__brand-name {
  line-height: 2;
  letter-spacing: 0.15em;
  display: block;
}

.c-recruit-loader__site-name {
  letter-spacing: 0.05em;
  display: block;
}

@media screen and (min-width: 769px) {
  .c-recruit-loader__brand-name {
    font-size: 18px;
  }

  .c-recruit-loader__site-name {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .c-recruit-loader__brand-name {
    font-size: 15px;
  }

  .c-recruit-loader__site-name {
    font-size: 10px;
  }
}

.c-recruit-loader__overlay {
  position: absolute;
  height: 100%;
  background-color: #f5f6f9;
  -webkit-animation: passing-overlay 0.8s;
  animation: passing-overlay 0.8s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  display: block;
}

@-webkit-keyframes passing-overlay {
  0% {
    width: 0;
  }

  10% {
    width: 16.6666%;
  }

  20% {
    width: 33.3332%;
  }

  30% {
    width: 49.9998%;
  }

  40% {
    width: 66.6664%;
  }

  50% {
    width: 83.333%;
  }

  60% {
    width: 99.9996%;
  }

  70% {
    width: 100%;
  }

  85% {
    opacity: 0.5;
  }

  100% {
    opacity: 0;
  }
}

@keyframes passing-overlay {
  0% {
    width: 0;
  }

  10% {
    width: 16.6666%;
  }

  20% {
    width: 33.3332%;
  }

  30% {
    width: 49.9998%;
  }

  40% {
    width: 66.6664%;
  }

  50% {
    width: 83.333%;
  }

  60% {
    width: 99.9996%;
  }

  70% {
    width: 100%;
  }

  85% {
    opacity: 0.5;
  }

  100% {
    opacity: 0;
  }
}

.page-breweries {
  background: #55BBE3;
}

.page-breweries .c-accent {
  color: #000;
  position: absolute;
  font-size: 18px;
  letter-spacing: 0.05em;
}

.page-breweries .c-accent--position-center {
  font-size: 16px;
}

.page-breweries .c-accent,
.page-breweries .c-accent--position-center {
  color: #000;
}

@media screen and (max-width: 768px) {

  .page-breweries .c-accent,
  .page-breweries .c-accent--position-center {
    position: relative;
    text-align: center;
  }
}

.page-breweries .c-accent-bar,
.page-breweries .c-accent-bar--position-center {
  color: #000;
}

.page-breweries .c-accent--position-center {
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .page-breweries .c-accent--position-center {
    display: block;
    margin-inline: auto;
    font-size: 16px;
    top: 10px;
  }
}

.page-breweries .mainvisual__catch {
  position: relative;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  z-index: 5;
}

@media screen and (max-width: 768px) {
  .page-breweries .mainvisual__catch {
    z-index: 1;
  }
}

.page-breweries .c-main-visual__sub-title {
  position: relative;
  justify-content: flex-start;
  width: 162px;
  height: 20px;
  padding-inline: 40px;
  font-size: 1.6rem;
  font-weight: 500;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .page-breweries .c-main-visual__sub-title {
    padding-inline: 24px;
  }
}

.page-breweries .c-main-visual__sub-title::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
}

.page-breweries .mainvisual__catch span:nth-child(1)::after,
.page-breweries .mainvisual__catch .c-main-visual__main-title span::before {
  animation: none;
}

@media screen and (min-width: 769px) {
  .page-breweries .mainvisual__catch .c-main-visual__main-title {
    font-size: 40px;
    margin-bottom: 16px;
  }

  .page-breweries .mainvisual__catch span::before {
    top: 0;
  }

  .page-breweries .mainvisual__catch .c-main-visual__main-title span::before {
    top: 0;
  }

  .page-breweries .c-main-visual__sub-title {
    position: relative;
    width: 208px;
    padding-block: 4px;
    z-index: 5;
  }
}

@media screen and (max-width: 768px) {
  .page-breweries .mainvisual__catch .c-main-visual__main-title {
    font-size: 3.6rem;
  }
}

.page-breweries .diagonal {
  position: absolute;
  /* left: 50%; */
  /* translate: -50% 0; */
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  min-width: 1280px;
  aspect-ratio: 1280/200;
}

@container (max-width: 1400px) {
  .page-breweries .diagonal {
    /* left: 38%; */
    left: unset;
    right: 0;
    translate: 0 0;
  }
}

.page-breweries .diagonal.top {
  /* top: -15.6cqw; */
  top: 0;
  translate: 0 calc(-100% + 2px);
  background: url(../assets/img/breweries/diagonal_top_pc.svg) no-repeat;
  background-size: cover;
}

.page-breweries .diagonal.bottom {
  /* bottom: -15.6cqw; */
  bottom: 0;
  translate: 0 calc(100% - 2px);
  background: url(../assets/img/breweries/diagonal_bottom_pc.svg) no-repeat;
  background-size: cover;
}

@media (max-width: 1400px) {
  .page-breweries .diagonal.bottom {
    right: 128px;
  }
}

.page-breweries {
  padding-top: 48px;
  padding-bottom: 0;
}

.bg-skyblue {
  position: relative;
  /* padding-block: 470px; */
}

/* .bg-skyblue::before, */
.bg-skyblue::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  min-width: 1280px;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  display: block;
  background: #DDF1F9;
  z-index: -1;
}

@media (max-width: 1400px) {
  .bg-skyblue::after {
    left: unset;
    right: 128px;
  }
}

@media (max-width: 768px) {
  .bg-skyblue::after {
    right: 0;
  }
}

.bg-skyblue-inner {
  position: relative;
}

.round-head {
  position: relative;
  font-size: 20px;
  font-weight: 800;
  background: #000;
  padding: 12px 40px;
  border-radius: 50vmax;
  width: fit-content;
  margin-inline: auto;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .round-head {
    font-size: 16px;
    padding: 12px 24px;
  }
}

.round-head::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 10px 0 10px;
  border-color: #000000 transparent transparent transparent;
  left: 50%;
  translate: -50% 0;
  bottom: -10px;
}

.text {
  font-weight: bold;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #000;
}

.text-item {
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  text-align: justify;
}

.text.half {
  width: 376px;
}

.c-outline__text {
  display: block;
  line-height: 2;
}

.c-outline__text + .c-outline__text {
  margin-top: 24px;
}

.c-main-visual__main-title .title-img {
  width: 360px;
  padding: 40px;
}

/* ---MV--- */
@media screen and (max-width: 768px) {
  .recruit-section__inner {
    padding: 0;
  }

  .rower-page-mainvisual__block {
    position: relative;
    bottom: initial;
    top: 0;
    left: 0;
    margin-top: 40px;
  }

  .c-main-visual__main-title {
    font-size: 9.6vw;
  }

  .c-main-visual__main-title,
  .c-main-visual__sub-title {
    text-align: left;
  }

  .mainvisual__catch span:nth-child(1) {
    width: 76.6vw;
  }
}

/* ---MV--- */
.c-main-visual .c-main-visual__main-title,
.c-main-visual .c-main-visual__sub-title {
  display: block;
}

.c-accent-bar,
.c-accent-bar--position-center {
  position: relative;
  color: #55BBE3;
  padding-top: 20px;
}

.c-accent-bar::before,
.c-accent-bar--position-center::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  background: #55BBE3;
  width: 160px;
  height: 12px;
}

@media screen and (max-width: 768px) {

  .c-accent-bar::before,
  .c-accent-bar--position-center::before {
    left: 50%;
    translate: -50% 0;
  }
}

.fv-loop {
  position: relative;
  margin-top: -40px;
}

@media screen and (max-width: 768px) {
  .fv-loop {
    margin-top: -15%;
    z-index: 1;
  }
}

/* --  loop animation -- */
.loop {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50vw);
  overflow: hidden;
}

@container (max-width: 1400px) {
  .loop {
    left: 0;
    width: 200vw;
    transform: translateX(-50vw);
  }
}

@media screen and (max-width: 768px) {
  .loop {
    left: 50%;
    width: 100vw;
    transform: translateX(-50vw);
  }
}

.loop-track {
  display: flex;
  width: max-content;
  gap: 24px;
  will-change: transform;

  @media (max-width: 768px) {
    height: 27px;
  }
}

.loop-items,
.loop-clone {
  display: inline-flex;
  align-items: center;
  gap: var(--loop-gap, 32px);
  padding-right: var(--loop-gap, 32px);
  flex: 0 0 auto;
}

.loop-item {
  flex: 0 0 auto;
  white-space: nowrap;
  display: inline-block;
  text-transform: uppercase;
}

.loop-item.text {
  font-size: 88px;
  font-weight: 900;
  color: #fff;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .loop-item.text {
    font-size: 10vw;
  }
}

.loop.is-ready .loop-track {
  animation: loop-marquee var(--loop-duration, 18s) linear infinite;
  animation-direction: var(--loop-direction, normal);
}

@keyframes loop-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .loop.is-ready .loop-track {
    animation: none;
  }
}



.section-head {
  letter-spacing: 0.1em;
}

.c-recruit-footer {
  margin-top: 0;
  padding-top: 0;
}

.fadeInItem {
  opacity: 0;
  animation: fadeInItem 0.6s ease 1.9s forwards;
  transition: all 300ms ease;
}

@keyframes fadeInItem {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* SPのみで使う前提：JS側でSP時だけclass付与する */
.js-sp-tab--target {
  position: relative;
}

/* ヒント表示用クラス */
.js-sp-tab--target.is-scroll-hint::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 90px;
  pointer-events: none;
  transition: ease 300ms all;
  background: #086E97;
  z-index: 1;
}

/* 矢印（必要なら） */
.js-sp-tab--target.is-scroll-hint::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 7px;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: translateY(-50%) rotate(225deg);
  pointer-events: none;
  font-weight: 700;
  opacity: 1;
  transition: ease 300ms all;
  z-index: 5;
}

/* =================================
fadein 初期状態
================================= */
.left-in,
.right-in,
.is-appear {
  opacity: 0;
}

/* =================================
fadein 発火（JSで is-scroll-in が付く）
================================= */
/* 下からフェード */
.is-appear.is-scroll-in {
  animation: fade-in 0.7s ease forwards;
}

/* 左からフェード */
.left-in.is-scroll-in {
  animation: left-in 0.7s ease forwards;
}

/* 右からフェード */
.right-in.is-scroll-in {
  animation: right-in 0.7s ease forwards;
}

/* =================================
アニメーション
================================= */
/* 下から */
@keyframes fade-in {
  0% {
    opacity: 0;
    transform: translateY(25px);
  }

  70% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 左から */
@keyframes left-in {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }

  70% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* 右から */
@keyframes right-in {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }

  70% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
main {
  overflow-x: clip;
  overflow-y: clip;
  container-type: inline-size;
  
  @media (max-width: 768px) {
    overflow-x: unset;
    overflow-y: unset;
  }
}
.layout-container {
  overflow-x: clip;
  overflow-y: unset;
}
:root {
  --font_lato: "Lato", 'Meiryo', sans-serif;
  --font_noto: "Noto Sans JP", sans-serif;
}
.-noscroll {
  overflow: clip;
}
.-fadeUp {
  transform: translateZ(0px);
}
/* ↓↓↓ fv ↓↓↓ */
.fv-wrap {
  width: 100%;
  padding-top: 40px;
  position: relative;

  .fv {
    width: 100%;
    height: 100%;
    padding-inline: 40px;
    position: relative;

    @media (max-width: 768px) {
      padding-inline: 11px;
      margin-top: 24px;
    }
  }
}

.fv-slider {
  width: 100%;
  height: 477px;

  @media (max-width: 768px) {
    height: 360px;
  }

  .splide {
    width: 100%;
    height: 100%;

    .splide__slide {
      overflow: hidden;
    }

    img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
    }
  }
}

.fv-catch {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;

  @media (max-width: 768px) {
    position: relative;
  }
  .main-ttl {
    width: fit-content;
    font-size: 4rem;
    font-weight: 800;
    letter-spacing: 0;
    background-color: #fff;
    display: block;
    padding: 9px 40px;
    margin-bottom: 8px;

    @media (max-width: 768px) {
      font-size: 3.6rem;
      padding: 8px 24px;
    }
  }

  .sub-ttl {
    width: fit-content;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0;
    background-color: #fff;
    display: block;
    padding: 4px 40px;

    @media (max-width: 768px) {
      padding: 4px 24px;
    }
  }
}

.fv_txtslider {
  position: absolute;
  bottom: 0;
  left: 0;

  .splide__slide {
    width: 1680px;

    @media (max-width: 768px) {
      width: 687px;
    }

    img {
      width: 100%;
      height: auto;
    }
  }
}

.fv_deco {
  position: absolute;
  display: block;

  &.deco01 {
    width: 816px;
    bottom: -70px;
    left: -300px;

    @media (max-width: 768px) {
      width: 269px;
      bottom: -49px;
      left: -134px;
    }
  }

  &.deco02 {
    width: 537px;
    top: -100px;
    right: -180px;

    @media (max-width: 768px) {
      width: 322px;
      top: 36px;
      right: -134px;
    }
  }

  img {
    width: 100%;
    height: auto;
  }
}
/* ↑↑↑ fv ↑↑↑ */
/* ↓↓↓ page-contents ↓↓↓ */
.page-contents {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 228px;

  @media (max-width: 768px) {
    margin-top: 119px;
  }
}
.page-contents .side_nav {
  position: absolute;
  width: 0;
  height: fit-content;
  will-change: transform;
  top: 0;
  left: 40px;
  z-index: 5;

  @media (max-width: 768px) {
    left: 0;
  }
  
  .side_nav_inner {
    width: 160px;
    border-top: 12px solid #fff;
    display: block;

    @media (max-width: 768px) {
      position: relative;
      border: unset;
      background-color: #FDC426;
      padding: 26px 24px;
      translate: -100% 0;
      transition: translate ease .3s;
    }

    .ttl {
      font-size: 1.6rem;
      font-family: var(--font_lato);
      font-weight: 900;
      letter-spacing: 0.08em;
      color: #fff;
      display: block;
      margin-top: 13px;

      @media (max-width: 768px) {
        display: none;
        color: #000;
        margin-top: unset;
      }
    }

    .sp_tab {
      display: none;

      @media (max-width: 768px) {
        position: absolute;
        height: 140px;
        font-size: 1.6rem;
        font-family: var(--font_lato);
        font-weight: 900;
        letter-spacing: 0.08em;
        color: #000;
        writing-mode: vertical-lr;
        background-color: #FDC426;
        border-radius: 0 4px 4px 0;
        display: block;
        cursor: pointer;
        padding: 43px 12px 12px;
        margin-top: unset;
        transition: color ease .3s;
        translate: 100% 0;
        top: 0;
        right: 0;
      }

      &::before {
        content: '';
        position: absolute;
        width: 24px;
        height: 23px;
        mask-image: url(../assets/img/breweries/icon_star_w.svg);
        mask-repeat: no-repeat;
        mask-position: center;
        mask-size: contain;
        background-color: #fff;
        transition: background-color ease .3s;
        translate: -50% 0;
        top: 12px;
        left: 50%;
      }

      .side_nav_close {
        display: none;
      }
    }
  
    .list {
      display: flex;
      flex-direction: column;
      gap: 16px;
      margin-top: 24px;

      @media (max-width: 768px) {
        gap: 22px;
        margin-top: 0;
      }
    }
    .link {
      font-size: 1.2rem;
      font-weight: 600;
      letter-spacing: 0.08em;
      color: #fff;
      transition: color ease .3s, opacity ease .3s;

      @media (max-width: 768px) {
        font-size: 1.6rem;
        color: #000;
      }

      &:hover {
        opacity: 1;
      }
      @media (min-width: 769px) {
        &:hover {
          opacity: .5;
        }
      }
    }
  }

  &.active {
    .link {
      color: #000;
    }
  }

  &.is-open {
    .side_nav_inner {
      translate: 0% 0;
    }

    .sp_tab {

      &::before {
        background-color: #000;
      }

      .side_nav_open {
        display: none;
      }

      .side_nav_close {
        display: block;
      }
    }

    .link {
      color: #000;
    }
  }
}
.main_wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* ↑↑↑ page-contents ↑↑↑ */
/* ↓↓↓ message_block ↓↓↓ */
.message_block {
  position: relative;
  width: min(73.125cqw,936px);
  margin-inline: max(min(calc((0 - 256) * ((100vw - 1280px) / (1448 - 1280)) + 256px),256px),0px) max(min(calc((0 - 88) * ((100vw - 1280px) / (1448 - 1280)) + 88px),88px),0px);
  z-index: 2;

  @media (max-width: 768px) {
    width: calc(100% - 20px*2);
    margin: 0 auto;
  }

  .box {
    position: relative;
    background-color: #fff;
    padding: 0 80px 92px;
    z-index: 1;

    @media (max-width: 768px) {
      padding: 0 24px 40px;
    }

    &::before {
      content: '';
      position: absolute;
      width: 828px;
      height: auto;
      aspect-ratio: 828/425;
      background-image: url(../assets/img/breweries/message_bg_pc.png);
      background-repeat: no-repeat;
      background-position: left bottom;
      background-size: contain;
      bottom: -1px;
      left: 0;

      @media (max-width: 768px) {
        width: 400px;
        bottom: 0;
      }
    }
  }
}
.message_block .deco01 {
  position: absolute;
  width: min(42.5cqw,544px);
  top: -80px;
  right: -112px;
  z-index: 1;

  @media (max-width: 768px) {
    width: 210px;
    top: -31px;
    right: -40px;
  }

  img {
    width: 100%;
    height: auto;
  }
}
.message_block .deco02 {
  position: absolute;
  width: 710px;
  bottom: -126px;
  right: -414px;

  @media (max-width: 768px) {
    width: 389px;
    bottom: 42px;
    right: -169px;
  }

  img {
    width: 100%;
    height: auto;
  }
}
.block_en {
  width: 160px;
  font-size: 1.6rem;
  font-family: var(--font_lato);
  font-weight: 900;
  letter-spacing: 0.08em;
  color: #fff;
  border-top: 12px solid var(--en_color,#fff);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 13px;
  margin: 0 auto;

  @media (max-width: 768px) {
    width: 140px;
  }

  &.-blue {
    color: #000;
    --en_color: #55BBE3;
  }
}
.message_block .block_en {
  margin: 0;
}
.message_block .copy {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 56px;
  z-index: 2;

  @media (max-width: 768px) {
    margin-top: 40px;
  }

  .img {
    width: fit-content;
    display: block;
    --d: 0%;
    background: linear-gradient(#000,#000) 0 100% /var(--d) 100% no-repeat; 
    
    padding: 4px 8px;

    img {
      height: 54px;
      opacity: 0;

      @media (max-width: 768px) {
        height: 34px;
      }
    }
  }
}
.message_block .txt {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.25;
  letter-spacing: 0.08em;
  text-align: justify;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  margin-top: 56px;
  z-index: 1;

  @media (max-width: 768px) {
    margin-top: 40px;
  }

  &.txt01 {
    max-width: 376px;

    @media (max-width: 768px) {
      max-width: unset;
    }
  }
  &+.txt {
    margin-top: 40px;

    @media (max-width: 768px) {
      margin-top: unset;
    }
  }
}
/* ↑↑↑ message_block ↑↑↑ */
/* ↓↓↓ about_block ↓↓↓ */
.about_block {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 160px auto 0;
  z-index: 1;

  @media (max-width: 768px) {
    margin-top: 100px;
  }

  &::before {
    content: '';
    position: absolute;
    width: 100%;
    height: calc(100% + 575px);
    display: block;
    background: #DDF1F9;
    clip-path: polygon(0% 200px, 100% 0%, 100% calc(100% - 200px), 0% 100%);
    bottom: 0;
    left: 0;
    
    @media (max-width: 768px) {
      height: calc(100% + 454px);
      clip-path: polygon(0% calc(59/375*100vw), 100% 0%, 100% calc(100% - (59/375*100vw)), 0% 100%);
    }
  }

  .js-nav_trigger {
    content: '';
    position: absolute;
    width: 10px;
    height: calc(100% + 575px);
    display: block;
    bottom: 0;
    left: 0;
  }
}
.about_block .inner {
  position: relative;
  width: min(73.125cqw,936px);
  margin-inline: max(min(calc((0 - 256) * ((100vw - 1280px) / (1448 - 1280)) + 256px),256px),0px) max(min(calc((0 - 88) * ((100vw - 1280px) / (1448 - 1280)) + 88px),88px),0px);
  z-index: 1;

  @media (max-width: 768px) {
    width: calc(100% - 20px*2);
    margin: 0 auto;
  }
}
.block_ttl {
  font-size: 4rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-align: center;
  color: #fff;
  margin: 40px auto 0;

  @media (max-width: 768px) {
    font-size: 3.2rem;
    margin-top: 24px;
  }

  &.-bk {
    color: #000;
  }
}
.lead {
  max-width: 616px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.08em;
  text-align: justify;
  color: #fff;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  margin: 48px auto 0;

  @media (max-width: 768px) {
    max-width: unset;
  }

  &.-bk {
    color: #000;
  }
}
.about_block .data_block {
  margin-top: 80px;

  @media (max-width: 768px) {
    margin-top: 32px;
  }
}
.about_block .data_head {
  position: relative;
  width: fit-content;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #fff;
  border-radius: 9999px;
  background-color: #000;
  display: block;
  padding: 12px 40px;
  margin: 0 auto;

  @media (max-width: 768px) {
    font-size: 1.6rem;
  }

  &::before {
    content: '';
    position: absolute;
    width:0;
    height:0;
    border-style:solid;
    border-width: 16px 10px 0 10px;
    border-color: #000000 transparent transparent transparent;
    translate: -50% 100%;
    bottom: 0;
    left: 50%;
    
    @media (max-width: 768px) {
      border-width: 12px 7.5px 0 7.5px;
    }
  }
}
.about_block .data_list {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 24px;
  margin-top: 56px;
  
  @media (max-width: 768px) {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 36px;
  }

  .item {
    position: relative;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
    gap: 0;
    background-color: #fff;
    padding: 0 24px 24px;

    @media (max-width: 768px) {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 0 43px 24px;
    }

    &::before {
      content: '';
      position: absolute;
      width: 160px;
      height: 12px;
      background-color: #009DD6;
      translate: -50% 0;
      top: 0;
      left: 50%;
    }

    .item_head {
      font-size: 2rem;
      font-weight: 800;
      letter-spacing: 0.08em;
      text-align: center;
      color: #009DD6;
      margin-top: 36px;

      .s_txt {
        font-size: 1.2rem;
        font-weight: 700;
        display: block;
        margin-top: 8px;
      }
    }

    .value_group {
      margin-top: 28px;
      
      .value {
        display: flex;
        gap: 8px;
        justify-content: center;
        align-items: flex-end;
  
        .num {
          font-size: 6.4rem;
          font-family: var(--font_lato);
          font-weight: 700;
          line-height: 1;
          letter-spacing: 0.04em;

          @media (max-width: 768px) {
            font-size: 5rem;
          }
        }
  
        .unit {
          font-size: 2.4rem;
          font-weight: 800;
          letter-spacing: 0.08em;
          padding-bottom: 10px;
        }
      }

      .v_note {
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: 0.08em;
        text-align: center;
        margin-top: 10px;
      }
    }

    .img {
      width: 184px;
      display: block;
      margin: 24px auto 0;
    }

    .note {
      font-size: 1.2rem;
      font-weight: 400;
      letter-spacing: 0.08em;
      text-align: center;
      margin-top: 16px;
    }
  }
}
/* ↑↑↑ about_block ↑↑↑ */
/* ↓↓↓ job_block ↓↓↓ */
.job_block {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 160px auto 0;

  @media (max-width: 768px) {
    margin-top: 100px;
  }

  &::before {
    content: '';
    position: absolute;
    width: 1588px;
    height: auto;
    aspect-ratio: 1588/815;
    background-image: url(../assets/img/breweries/job-bg_pc.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    translate: -50% 0;
    top: -410px;
    left: 50%;
  }
}
.job_block .inner {
  position: relative;
  width: min(73.125cqw,936px);
  margin-inline: max(min(calc((0 - 256) * ((100vw - 1280px) / (1448 - 1280)) + 256px),256px),0px) max(min(calc((0 - 88) * ((100vw - 1280px) / (1448 - 1280)) + 88px),88px),0px);
  z-index: 1;
  
  @media (max-width: 768px) {
    width: calc(100% - 20px*2);
    margin: 0 auto;
  }

  .deco01 {
    position: absolute;
    width: 710px;
    top: -146px;
    right: -494px;
    z-index: 2;

    @media (max-width: 768px) {
      display: none;
    }
  }
}
.job_block .schedule_group {
  margin-top: 80px;

  @media (max-width: 768px) {
    margin-top: 48px;
  }
}
.job_block .group_head {
  position: relative;
  width: fit-content;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #fff;
  border-radius: 9999px;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 40px;
  margin: 0 auto;
  
  @media (max-width: 768px) {
    min-width: 234px;
    font-size: 1.6rem;
    padding: 12px 14px;
  }
  
  &::before {
    content: '';
    position: absolute;
    width:0;
    height:0;
    border-style:solid;
    border-width: 16px 10px 0 10px;
    border-color: #000000 transparent transparent transparent;
    translate: -50% 100%;
    bottom: 0;
    left: 50%;
    
    @media (max-width: 768px) {
      border-width: 12px 7.5px 0 7.5px;
    }
  }
}
.job_block .schedule_group .box {
  position: relative;
  margin-top: 56px;
  
  @media (max-width: 768px) {
    margin: 36px -20px 0;
  }
  
  .box_inner {
    position: relative;
    background-color: #fff;
    padding: 76px 75px 56px;
    z-index: 1;
    
    @media (max-width: 768px) {
      padding: 52px 20px 40px;
    }

    &::before {
      content: '';
      position: absolute;
      width: 296px;
      height: 12px;
      background-color: #FDC426;
      translate: -50% 0;
      top: 0;
      left: 50%;
      
      @media (max-width: 768px) {
        width: 226px;
      }
    }
  }
  .deco02 {
    position: absolute;
    width: 950px;
    bottom: 140px;
    left: -330px;
    
    @media (max-width: 768px) {
      display: none;
    }
  }
}
.job_block .schedule_group .box_head {
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;

  @media (max-width: 768px) {
    font-size: 2rem;
  }
}
.job_block .schedule_group .box_note {
  font-size: 1.8rem;
  font-family: var(--font_noto);
  font-weight: 500;
  letter-spacing: 0.08em;
}
.job_block .schedule_group .btn_list {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 80px;

  @media (max-width: 768px) {
    gap: 17px 8px;
    margin-top: 40px;
  }
}
.job_block .schedule_group .btn_list .btn {
  position: relative;
  flex: 1;
  height: 40px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #009DD6;
  border-radius: 9999px;
  border: 1px solid #009DD6;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background-color ease .3s, color ease .3s;

  @media (min-width: 769px) {
    &:hover {
      color: #fff;
      background-color: #009DD6;
    }
  }

  @media (max-width: 768px) {
    flex: unset;
    width: calc((100% - 8px)/2);
    height: 37px;
    font-size: 1.5rem;
  }

  &::before {
    content: '';
    position: absolute;
    width:0;
    height:0;
    border-style:solid;
    border-width: 9px 5px 0 5px;
    border-color: #009DD6 transparent transparent transparent;
    opacity: 0;
    transition: opacity ease .3s;
    translate: -50% 100%;
    bottom: 0;
    left: 50%;
  }

  &.active {
    color: #fff;
    background-color: #009DD6;

    &::before {
      opacity: 1;
    }
  }
}
.job_block .job_slider {
  position: relative;
  width: min(51.87500000000001cqw,664px);
  overflow: unset;
  margin: 33px auto 0;

  @media (max-width: 768px) {
    width: 100%;
    margin-top: 24px;
  }
}
.job_block .job_slider .splide__track {
  overflow: clip;
}
.job_block .job_slider .splide__slide {
  width: 100%;

  picture {
    display: block;

    img {
      width: 100%;
      height: auto;
    }
  }
}
.job_block .job_slider .splide__arrows {
  @media (max-width: 768px) {
    display: flex;
    gap: 40px;
    justify-content: center;
    margin-top: 16px;
  }
}
.job_block .job_slider .splide__arrow {
  position: absolute;
  width: 64px;
  height: auto;
  aspect-ratio: 1/1;
  border: unset;
  background: #000;
  border-radius: 50%;
  transition: opacity ease .3s;
  translate: 0 -50%;
  top: 50%;

  @media (max-width: 768px) {
    position: relative;
    translate: unset;
    top: unset;
  }

  &:disabled {
    cursor: unset;
    opacity: .5;
  }
  @media (min-width: 769px) {
    &:hover {
      opacity: .5;
    }
  }

  &::before {
    content: '';
    position: absolute;
    width: 24px;
    height: auto;
    aspect-ratio: 1/1;
    background-image: url(../assets/img/breweries/arrow_w.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    translate: -50% -50%;
    top: 50%;
    left: 50%;
  }

  &.splide__arrow--prev {
    left: -80px;
    rotate: Y 180deg;

    @media (max-width: 768px) {
      left: unset;
    }
  }
  &.splide__arrow--next {
    right: -80px;

    @media (max-width: 768px) {
      right: unset;
    }
  }
}
.job_block .slider_note {
  width: min(51.87500000000001cqw, 664px);
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin: 24px auto 0;
}
@media (max-width: 768px) {
  .job_block .slider_note {
    width: 100%;
  }
}
.job_block .allowance-head {
  position: relative;
  width: 218px;
  display: block;
  margin: 64px auto 0;

  @media (max-width: 768px) {
    width: 192px;
    margin-top: 48px;
  }

  img {
    width: 100%;
    height: auto;
  }
}
.job_block .allowance-img {
  max-width: 776px;
  display: block;
  margin: 40px auto 0;
  
  @media (max-width: 768px) {
    max-width: unset;
    width: calc(334/375*100vw);
    margin-top: 24px;
  }

  img {
    width: 100%;
    height: auto;
  }
}
.job_block .flow_group {
  margin-top: 80px;
}
.job_block .flow_img {
  max-width: 936px;
  width: 100%;
  display: block;
  margin: 40px auto 0;

  @media (max-width: 768px) {
    width: calc(334/375*100vw);
    margin-top: 36px;
  }

  img {
    width: 100%;
    height: auto;
  }
}
.job_block .job_list {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: min(1.875cqw,24px);
  margin-top: 80px;

  @media (max-width: 768px) {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 48px;
  }

  .item {
    position: relative;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
    gap: 0;
    background-color: #fff;
    padding-inline: 24px;

    &::before {
      content: '';
      position: absolute;
      width: 120px;
      height: 12px;
      background-color: #009DD6;
      translate: -50% 0;
      top: 0;
      left: 50%;
    }

    .item_head {
      font-size: 2rem;
      font-weight: 800;
      letter-spacing: 0.04em;
      text-align: center;
      color: #009DD6;
      margin-top: 36px;
    }

    .item_img {
      width: 100%;
      display: block;
      margin-top: 16px;

      img {
        width: 100%;
        height: auto;
      }
    }
    .item_txt {
      font-size: 1.4rem;
      font-weight: 500;
      line-height: 2;
      text-align: justify;
      overflow-wrap: anywhere;
      word-break: normal;
      line-break: strict;
      letter-spacing: 0.08em;
      margin-top: 16px;
    }
    .btn {
      font-size: 1.6rem;
      font-weight: 700;
      letter-spacing: 0.08em;
      background-color: #FDC426;
      display: flex;
      align-items: center;
      justify-content: space-between;
      transition: background-color ease .3s, color ease .3s;
      padding: 12px 12px 12px 24px;
      margin: 48px -24px 0;
      
      &:hover {
        opacity: 1;
      }
      @media (min-width: 769px) {
        &:hover {
          color: #fff;
          background-color: #000;
        }
      }

      .arrow {
        position: relative;
        width: 40px;
        height: fit-content;
        aspect-ratio: 1/1;
        background: #fff;
        border-radius: 50%;

        &::before {
          content: '';
          position: absolute;
          width: 20px;
          height: auto;
          aspect-ratio: 1/1;
          background-image: url(../assets/img/breweries/arrow_b.svg);
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain;
          rotate: 90deg;
          translate: -50% -50%;
          top: 50%;
          left: 50%;
        }
      }
    }
  }
}
.job_wrap {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 167px auto 0;

  @media (max-width: 768px) {
    margin-top: 80px;
  }
  
  &::before {
    content: '';
    position: absolute;
    width: 100%;
    height: calc(100% + 414px + 493px);
    display: block;
    background: #DDF1F9;
    clip-path: polygon(0% 200px, 100% 0%, 100% calc(100% - 200px), 0% 100%);
    top: -414px;
    left: 0;
    
    @media (max-width: 768px) {
      height: calc(100% + 280px + 115px);
      clip-path: polygon(0% calc(59/375*100vw), 100% 0%, 100% calc(100% - (59/375*100vw)), 0% 100%);
      top: -280px;
    }
  }

  .js-nav_trigger {
    content: '';
    position: absolute;
    width: 10px;
    height: calc(100% + 414px);
    display: block;
    bottom: 0;
    left: 0;
  }
}
.job_wrap .inner {
  position: relative;
  width: min(73.125cqw, 936px);
  margin-inline: max(min(calc((0 - 256) * ((100vw - 1280px) / (1448 - 1280)) + 256px), 256px), 0px) max(min(calc((0 - 88) * ((100vw - 1280px) / (1448 - 1280)) + 88px), 88px), 0px);
  z-index: 1;
  
  @media (max-width: 768px) {
    width: calc(100% - 20px*2);
    margin: 0 auto;
  }
}
.job_wrap .unit {
  position: relative;
  
  &+.unit {
    margin-top: 187px;
    
    @media (max-width: 768px) {
      margin-top: 80px;
    }
  }
}
.job_wrap .unit .deco {
  position: absolute;
  width: 328px;
  top: -87px;
  right: -88px;
  z-index: 1;

  @media (max-width: 768px) {
    width: 269px;
    top: 98px;
    right: -105px;
  }

  img {
    width: 100%;
    height: auto;
  }
}
.job_wrap .unit .grid_block {
  display: grid; 
  grid-template-columns: 1fr auto; 
  grid-template-rows: auto 1fr; 
  gap: 0 min(3.75cqw,48px);
  grid-template-areas: 
    "head img"
    "txt img";

  @media (max-width: 768px) {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}
.job_wrap .unit .head_group {
  position: relative;
  grid-area: head;

  &::before {
    content: '';
    position: absolute;
    width: 136px;
    height: 12px;
    background-color: #55BBE3;
    top: 0;
    left: 0;

    @media (max-width: 768px) {
      width: 120px;
    }
  }
}
.job_wrap .unit .unit_head {
  font-size: 4rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-top: 36px;

  @media (max-width: 768px) {
    font-size: 3.2rem;
    margin-top: 28px;
  }
}
.job_wrap .unit .unit_lead {
  position: relative;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-top: 48px;
  z-index: 1;

  @media (max-width: 768px) {
    margin-top: 32px;
  }

  .txt_bg {
    line-height: 2.1;
    display: inline;
    background: #fff;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    padding: 4px 0;
    box-shadow: -8px 0 0 #fff;
    filter: drop-shadow(8px 0 0 #fff);
    margin: 0 8px;
  }
}
.job_wrap .unit .img {
  grid-area: img;
  width: min(40cqw,512px);
  height: fit-content;

  @media (max-width: 768px) {
    width: 100%;
    margin-top: -19px;
  }

  img {
    width: 100%;
    height: auto;
  }
}
.job_wrap .unit .txt_group {
  grid-area: txt;
  margin-top: 32px;
  
  @media (max-width: 768px) {
    margin-top: 24px;
  }
}
.job_wrap .unit .unit_txt {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  text-align: justify;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  letter-spacing: 0.08em;
}
.job_wrap .unit .tag_list {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 48px;
  
  @media (max-width: 768px) {
    margin-top: 24px;
  }
}
.job_wrap .unit .tag_list .tag {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #fff;
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--bg_color);
  padding: 8px 24px;
}
.job_wrap .unit .tag_list .tag.-blue {
  --bg_color: #55BBE3;
}
.job_wrap .unit .tag_list .tag.-purple {
  --bg_color: #7D9BEF;
}
.job_wrap .unit .note {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-top: 16px;
  
  @media (max-width: 768px) {
    margin-top: 8px;
  }
}
.job_wrap .unit .acc_btn {
  position: relative;
  width: 100%;
  background-color: #009DD6;
  display: flex;
  gap: 16px min(2.1875cqw,28px);
  align-items: center;
  border: unset;
  transition: background-color ease .3s;
  padding: 24px 300px 24px 28px;
  margin-top: 96px;

  @media (max-width: 768px) {
    width: calc(100% + 20px*2);
    flex-direction: column-reverse;
    align-items: flex-start;
    padding: 16px 20px;
    margin: 24px -20px 0;
  }

  @media (min-width: 769px) {
    &:hover {
      background-color: #FDC426;
  
      .icon {
        &::before,
        &::after {
          background-color: #000;
        }
      }
     
      .btn_head {
        color: #000;
        
        &::before {
          background-color: #fff;
        }
      }
      .btn_txt {
        color: #000;
      }
    }
  }
}
.job_wrap .unit .acc_btn .icon {
  position: relative;
  width: min(5cqw,64px);
  height: fit-content;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
  flex-shrink: 0;

  @media (max-width: 768px) {
    width: 40px;
  }

  &::before,
  &::after {
    content: '';
    position: absolute;
    width: 32px;
    height: 4px;
    background-color: #009DD6;
    transition: background-color ease .3s;
    translate: -50% -50%;
    top: 50%;
    left: 50%;

    @media (max-width: 768px) {
      width: 24px;
      height: 2px;
    }
  }
  &::after {
    rotate: 90deg;
  }
}
.job_wrap .unit .acc_btn .group {
  flex: 1;
}
.job_wrap .unit .acc_btn .btn_head {
  position: relative;
  width: fit-content;
  font-size: 2.4rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-align: start;
  color: #fff;
  display: block;
  transition: color ease .3s;
  padding-right: 42px;
  
  @media (max-width: 768px) {
    font-size: 2rem;
    padding-right: 36px;
  }

  &::before {
    content: '';
    position: absolute;
    width: 40px;
    height: auto;
    aspect-ratio: 40/38;
    mask-image: url(../assets/img/breweries/icon_star.svg);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    background-color: #FDC426;
    transition: background-color ease .3s;
    translate: 0 -50%;
    top: 45%;
    right: 0;
    
    @media (max-width: 768px) {
      width: 34px;
    }
  }
}
.job_wrap .unit .acc_btn .btn_txt {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7142857142857142;
  letter-spacing: 0.08em;
  text-align: start;
  color: #fff;
  transition: color ease .3s;

  @media (max-width: 768px) {
    max-width: calc(228/375*100vw);
  }
}
.job_wrap .unit .acc_btn .img {
  position: absolute;
  width: min(23.4375cqw,300px);
  bottom: 0;
  right: 0;
  
  @media (max-width: 768px) {
    width: 184px;
  }
}
.job_wrap .job_foot_deco {
  position: absolute;
  width: 1280px;
  translate: -50% 100%;
  bottom: -64px;
  left: 50%;

  @media (max-width: 768px) {
    width: 100%;
    bottom: 0;
  }
}
/* ↑↑↑ job ↑↑↑ */
/* ↓↓↓ job_modal ↓↓↓ */
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  top: 0;
  left: 0;
  z-index: 1000;
}
.job_modal_wrap {
  position: fixed;
  width: 856px;
  container-type: inline-size;
  display: none;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
  z-index: 1001;

  @media (max-width: 768px) {
    width: calc(100% - 26px*2);
    translate: -50% 0;
    top: 84px;
  }
}
.job_modal_wrap .close_btn {
  position: absolute;
  width: 7.476635514018691cqw;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #000;
  border-radius: 50%;
  cursor: pointer;
  transition: opacity ease .3s;
  top: -47px;
  right: -32px;
  z-index: 1001;

  @media (min-width: 769px) {
    &:hover {
      opacity: .5;
    }
  }

  @media (max-width: 768px) {
    width: 40px;
    translate: -50% 50%;
    top: unset;
    bottom: 0;
    right: unset;
    left: 50%;
  }

  &::before,
  &::after {
    content: '';
    position: absolute;
    width: 32px;
    height: 2px;
    background-color: #fff;
    transition: opacity ease .3s;
    translate: -50% -50%;
    top: 50%;
    left: 50%;

    @media (max-width: 768px) {
      width: 20px;
    }
  }
  &::before {
    rotate: 45deg;
  }
  &::after {
    rotate: -45deg;
  }
}
.job_modal_wrap .splide__slide {
  position: relative;
  width: 100%;
  container-type: inline-size;
  max-height: calc(90dvh - 13.88888888888889dvh);

  @media (max-width: 768px) {
    max-height: calc(90dvh - 66px);
  }
}
.job_modal_wrap .splide__slide .scroll_txt {
  position: absolute;
  width: 169px;
  height: 35px;
  font-size: 1.6rem;
  font-family: var(--font_lato);
  font-weight: 900;
  letter-spacing: 0.08em;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  background-color: #FDC426;
  border-radius: 9999px;
  translate: -50% 0;
  bottom: 26px;
  left: 50%;
  z-index: 1;

  .scroll_arrow {
    width: 15px;
    height: fit-content;
    aspect-ratio: 1/1;
    rotate: 90deg;
    flex-shrink: 0;
  }
}
.job_modal_wrap .splide__slide .scroll_wrap {
  position: relative;
  height: 100%;
  overflow-y: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
  background-color: #fff;
  padding-inline: 64px;
  
  &::-webkit-scrollbar {
    display: none;
  }

  &::before {
    content: '';
    position: absolute;
    width: 653px;
    height: auto;
    aspect-ratio: 653/335;
    background-image: url(../assets/img/breweries/occupation_modal_bg_pc.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: -110px;
    left: 50%;
    translate: -50% 0;

    @media (max-width: 768px) {
      width: 306px;
      height: 160px;
      translate: -50% 0;
      top: -40px;
      left: 50%;
    }
  }
  
  @media (max-width: 768px) {
    padding-inline: 19px;
  }
}
.job_modal_wrap .splide__slide .head_img {
  position: relative;
  width: 376px;
  display: block;
  margin: 40px auto 0;
  z-index: 1;

  @media (max-width: 768px) {
    width: 256px;
    margin-top: 32px;
  }
}
.job_modal_wrap .splide__slide .head_info {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3333333333333333;
  letter-spacing: 0.08em;
  text-align: center;
  color: #fff;
  border-radius: 9999px;
  background-color: #009DD6;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 8px;
  margin: 0 auto;

  @media (max-width: 768px) {
    width: calc(100% - 36px);
  }
}
.job_modal_wrap .splide__slide .txt_group {
  max-width: 552px;
  margin: 48px auto 0;

  @media (max-width: 768px) {
    max-width: calc(254/375*100vw);
    margin-top: 40px;
  }
}
.job_modal_wrap .splide__slide .slide_lead {
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-align: center;
  color: #fff;

  @media (max-width: 768px) {
    font-size: 1.8rem;
  }

  .txt_bg {
    line-height: 2.2;
    display: inline;
    background: #000;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    padding: 4px 0;
    box-shadow: -8px 0 0 #000;
    filter: drop-shadow(8px 0 0 #000);
    margin: 0 8px;

    @media (max-width: 768px) {
      line-height: 2.3;
    }
  }
}
.job_modal_wrap .splide__slide .slide_txt {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.08em;
  text-align: justify;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  margin-top: 32px;
}
.job_modal_wrap .splide__slide .img_group {
  display: flex;
  gap: 16px 48px;
  margin: 48px auto 0;

  @media (max-width: 768px) {
    flex-direction: column;
    margin-top: 32px;
  }
  
  .slide_img {
    flex: 1;
  }
}
.job_modal_wrap .splide__slide .tab_head {
  width: 274px;
  display: block;
  margin: 80px auto 40px;
  
  @media (max-width: 768px) {
    width: 218px;
    margin-block: 64px 24px;
  }
  
  img {
    width: 100%;
    height: auto;
  }
}
.job_modal_wrap .splide__slide .tab_note {
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-align: center;
  margin: 8px auto 0;
}
.job_modal_wrap .splide__slide .tab_block {
  margin-bottom: 40px;

  @media (max-width: 768px) {
    margin-bottom: 35px;
  }
}
.job_modal_wrap .splide__slide .tab_group {
  height: 96px;
  display: flex;
  gap: 4px;
  justify-content: center;

  @media (max-width: 768px) {
    height: 115px;
  }

  &.top_group {
    align-items: flex-end;
    margin-top: 10px;

    .tab {
      border-bottom: unset;
    }
  }
  &.bottom_group {
    .tab {
      border-top: unset;
    }
  }

  .tab {
    width: 240px;
    height: 80px;
    background-color: #fff;
    border: 2px solid #55BBE3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 4px 10px;
    transition: background-color ease .3s, height ease .3s;

    @media (max-width: 768px) {
      max-width: 146px;
      height: 99px;
    }

    .tab_txt {
      font-size: 2rem;
      font-family: var(--font_noto);
      font-weight: 800;
      line-height: 1.3333333333333333;
      letter-spacing: 0.08em;
      text-align: center;
      transition: color ease .3s;

      @media (max-width: 768px) {
        font-size: 1.6rem;
        line-height: 1;
        letter-spacing: 0.04em;
      }

      .s_txt {
        font-size: 1.6rem;
        display: inline-block;

        @media (max-width: 768px) {
          font-size: 1.1rem;
          letter-spacing: -0.01em;
          margin-inline: -4px;
        }
      }
    }

    .tab_time {
      font-size: 1.4rem;
      font-family: var(--font_lato);
      font-weight: 700;
      line-height: 1;
      letter-spacing: 0.08em;
      background-color: #FDC426;
      border-radius: 9999px;
      padding: 4px 16px;
      
      @media (max-width: 768px) {
        padding: 4px 8px;
      }
    }

    &.active {
      height: 100%;
      background-color: #55BBE3;
      
      .tab_txt {
        color: #fff;
      }
    }

    @media (min-width: 769px) {
      &:hover {
        height: 100%;
      }
    }
  }
}
.job_modal_wrap .splide__slide .tab_container {
  width: auto;
  background-color: #55BBE3;
  padding: 48px 20px;
  margin: 0 -64px;
  
  @media (max-width: 768px) {
    padding: 48px 24px;
    margin: 0 -19px;
  }
}
.job_modal_wrap .splide__slide .tab_inner {
  max-width: 694px;
  display: none;
  margin: 0 auto;
}
.job_modal_wrap .splide__slide .schedule_list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  
  @media (max-width: 768px) {
    gap: 24px;
  }
}
.job_modal_wrap .splide__slide .schedule_item {
  position: relative;
  display: flex;
  gap: 24px;

  &:not(:last-of-type)::before {
    content: '';
    position: absolute;
    width: 8px;
    height: calc(100% + 40px);
    background-color: #F6F7F6;
    top: 8px;
    left: 44px;
    
    @media (max-width: 768px) {
      height: calc(100% + 24px);
      top: 5px;
      left: 38px;
    }
  }
}
.job_modal_wrap .splide__slide .schedule_time {
  position: relative;
  width: 96px;
  height: fit-content;
  font-size: 2rem;
  font-family: var(--font_lato);
  font-weight: 700;
  letter-spacing: 0.08em;
  background-color: #F6F7F6;
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  padding: 4px 16px;
  margin-top: 3px;
  z-index: 1;
  
  @media (max-width: 768px) {
    width: 80px;
    font-size: 1.8rem;
    margin-top: 5px;
  }
}
.job_modal_wrap .splide__slide .schedule_conts {
  flex: 1;
  color: #F6F7F6;
}
.job_modal_wrap .splide__slide .conts_group+.conts_group {
  margin-top: 40px;
}
.job_modal_wrap .splide__slide .schedule_head {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.6;
  letter-spacing: 0.08em;

  @media (max-width: 768px) {
    line-height: 1.6;
  }
}
.job_modal_wrap .splide__slide .schedule_txt {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.08em;
  margin-top: 8px;

  .indent {
    display: block;
    text-indent: -0.7rem;
    padding-left: 0.7rem;
  }
}
.job_modal_wrap .splide__arrows {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  translate: -50% -50%;
  top: 50%;
  left: 50%;

  @media (max-width: 768px) {
    width: calc(100% + 11px*2);
  }
}
.job_modal_wrap .splide__arrow {
  position: relative;
  width: 7.476635514018691cqw;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: unset;
  background-color: #FDC426;
  pointer-events: visible;
  transition: opacity ease .3s;
  cursor: pointer;

  @media (min-width: 769px) {
    &:hover {
      opacity: .5;
    }
  }

  @media (max-width: 768px) {
    width: 40px;
  }

  &::before {
    content: '';
    position: absolute;
    width: 24px;
    height: auto;
    aspect-ratio: 1/1;
    background: url(../assets/img/breweries/arrow_b.svg) no-repeat;
    background-size: contain;
    translate: -50% -50%;
    top: 50%;
    left: 50%;

    @media (max-width: 768px) {
      width: 15px;
    }
  }

  &.splide__arrow--prev {
    rotate: Y 180deg;
    left: -10.262008733624455cqw;
  }
  &.splide__arrow--next {
    right: -10.262008733624455cqw;
  }
  @media (max-width: 768px) {
    &.splide__arrow--prev {
      left: unset;
    }
    &.splide__arrow--next {
      right: unset;
    }
  }
}
/* ↑↑↑ job_modal ↑↑↑ */
/* ↓↓↓ breweries_block ↓↓↓ */
.breweries_block {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 493px auto 0;

  @media (max-width: 768px) {
    margin-top: 226px;
  }

  .-fadeIn {
    position: relative;
    z-index: 1;
  }
}
.breweries_block .inner {
  position: relative;
  width: min(73.125cqw,936px);
  margin-inline: max(min(calc((0 - 256) * ((100vw - 1280px) / (1448 - 1280)) + 256px),256px),0px) max(min(calc((0 - 88) * ((100vw - 1280px) / (1448 - 1280)) + 88px),88px),0px);
  z-index: 1;
  
  @media (max-width: 768px) {
    width: calc(100% - 20px*2);
    margin: 0 auto;
  }
}
.breweries_block .tab_block {
  position: relative;
  margin-top: 80px;
  
  @media (max-width: 768px) {
    margin: 48px -20px 0;
  }

  .deco  {
    position: absolute;

    @media (max-width: 768px) {
      display: none;
    }

    img {
      width: 100%;
      height: auto;
    }
  }
  .deco01 {
    width: 710px;
    top: -245px;
    right: -310px;
  }
  .deco02 {
    width: 950px;
    top: 315px;
    left: -390px;
  }
  .deco03 {
    width: 710px;
    bottom: -214px;
    right: -414px;
  }
}
.breweries_block .tab_group {
  position: relative;

  .tab {
    position: relative;
    flex: 1;
    height: 72px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.08em;
    color: #fff;
    outline: #fff solid 2px;
    outline-offset: -1px;
    border: unset;
    background-color: #55BBE3;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color ease .3s, color ease .3s, height ease .3s;

    @media (max-width: 768px) {
      flex: unset;
      width: min(calc(100/375*100vw),120px);
      flex-shrink: 0;
    }

    &.active {
      height: 100%;
      color: #000;
      background-color: #fff;
      
      &::before {
        opacity: 1;
      }
    }

    &::before {
      content: '';
      position: absolute;
      width: 56px;
      height: 8px;
      background-color: #FDC426;
      opacity: 0;
      transition: opacity ease .3s;
      translate: -50% 0;
      top: -1px;
      left: 50%;
    }
    
    @media (min-width: 769px) {
      &:hover {
        height: 100%;
        opacity: unset;
      }
    }
  }

  &.top_group .tab_scroll {
    align-items: flex-end;
    padding-top: 1px;
  }
  &.bottom_group .tab_scroll {
    padding-bottom: 1px;
  }

  .tab_scroll {
    height: 89px;
    display: flex;
    
    @media (max-width: 768px) {
      overflow-x: scroll;
      overflow-y: scroll;
      -ms-overflow-style: none;
      scrollbar-width: none;
      
      &::-webkit-scrollbar {
        display: none;
      }
    }
  }

  .scroll_hint {
    position: absolute;
    width: 20px;
    height: 90px;
    pointer-events: none;
    display: none;
    background: #086E97;
    top: 0;
    right: 0;
    z-index: 1;

    @media (max-width: 768px) {
      display: block;
    }

    &::before {
      content: '';
      position: absolute;
      width: 8px;
      height: auto;
      aspect-ratio: 1/1;
      border-bottom: 2px solid #fff;
      border-left: 2px solid #fff;
      rotate: 225deg;
      translate: -50% -50%;
      top: 50%;
      left: 46%;
    }
  }
}
.breweries_block .tab_container {
  background-color: #fff;
  outline: #fff solid 2px;
  outline-offset: -1px;
  padding: 64px 80px;
  
  @media (max-width: 768px) {
    padding: 48px 20px;
  }
}
.breweries_block .tab_inner {
  display: none;

  &.active {
    display: block;
  }

  .intro_group {
    max-width: 616px;
    margin: 0 auto;
  }

  .name  {
    font-size: 3.2rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-align: center;

    @media (max-width: 768px) {
      font-size: 2.4rem;
    }
  }

  .link {
    background-color: #DDF1F9;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 12px 30px;
    transition: opacity ease .3s;
    margin: 24px auto 0;

    &+.link {
      margin-top: 8px;
    }

    &::after {
      content: unset;
    }

    .txt {
      font-size: 1.4rem;
      font-weight: 500;
      line-height: 1.3;
      letter-spacing: 0.08em;
    }
    .icon {
      width: 11px;
      display: block;
      flex-shrink: 0;
    }
    
    &:hover {
      opacity: 1;
    }
    
    @media (min-width: 769px) {
      &:hover {
        opacity: 0.5;
      }
    }
  }

  .intro_txt {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.08em;
    text-align: justify;
    overflow-wrap: anywhere;
    word-break: normal;
    line-break: strict;
    margin-top: 24px;
  }
}
.breweries_block .breweries_slider {
  margin-top: 64px;

  @media (max-width: 768px) {
    margin-top: 48px;
  }

  .splide__slide {
    width: 100%;

    img {
      width: 100%;
      height: auto;
    }
  }
} 
.breweries_block .splide__pagination {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 16px;

  .splide__pagination__page {
    width: 10px;
    height: fit-content;
    aspect-ratio: 1/1;
    border-radius: 50%;
    border: unset;
    background-color: #DDF1F9;
    transition: background-color ease .3s;

    &.is-active {
      background-color: #55BBE3;
    }
  }
}
.breweries_block .splide__arrow {
  position: absolute;
  width: 64px;
  height: auto;
  aspect-ratio: 1/1;
  line-height: unset;
  border: unset;
  background: #000;
  border-radius: 50%;
  transition: opacity ease .3s;
  translate: 0 -50%;
  top: 46%;
  z-index: 1;

  @media (max-width: 768px) {
    width: 40px;
  }

  &:disabled {
    cursor: unset;
    opacity: .5;
  }
  @media (min-width: 769px) {
    &:hover {
      opacity: .5;
    }
  }

  &::before {
    content: '';
    position: absolute;
    width: 24px;
    height: auto;
    aspect-ratio: 1/1;
    background-image: url(../assets/img/breweries/arrow_w.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    translate: -50% -50%;
    top: 50%;
    left: 50%;

    @media (max-width: 768px) {
      width: 15px;
    }
  }

  &.splide__arrow--prev {
    left: -24px;
    rotate: Y 180deg;

    @media (max-width: 768px) {
      left: -10px;
    }
  }
  &.splide__arrow--next {
    right: -24px;

    @media (max-width: 768px) {
      right: -10px;
    }
  }
}
.breweries_block .voice_head {
  position: relative;
  width: fit-content;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #fff;
  border-radius: 9999px;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 40px;
  margin: 64px auto 0;

  margin-top: 48px;
  
  @media (max-width: 768px) {
    font-size: 1.6rem;
    padding: 12px 14px;
  }
  
  &::before {
    content: '';
    position: absolute;
    width:0;
    height:0;
    border-style:solid;
    border-width: 16px 10px 0 10px;
    border-color: #000000 transparent transparent transparent;
    translate: -50% 100%;
    bottom: 0;
    left: 50%;
    
    @media (max-width: 768px) {
      border-width: 12px 7.5px 0 7.5px;
    }
  }
}
.breweries_block .voice {
  display: flex;
  gap: 16px;
  margin-top: 56px;

  @media (max-width: 768px) {
    flex-direction: column;
    margin-top: 36px;
  }

  .item {
    position: relative;
    flex: 1;
    padding: 0 24px 24px;

    &::before {
      content: '';
      position: absolute;
      width: 100%;
      height: calc(100% - 48px);
      background-color: #DDF1F9;
      bottom: 0;
      left: 0;
    }

    .icon {
      position: relative;
      width: 100px;
      height: fit-content;
      aspect-ratio: 1/1;
      margin: 0 auto;
      z-index: 1;
    }

    .info {
      position: relative;
      width: fit-content;
      font-size: 1.4rem;
      font-weight: 500;
      letter-spacing: 0.08em;
      background-color: #fff;
      border-radius: 9999px;
      display: block;
      padding: 5px 16px;
      margin: -8px auto 0;
      z-index: 1;
    }

    .voice_txt {
      position: relative;
      font-size: 1.4rem;
      font-weight: 500;
      line-height: 2;
      letter-spacing: 0.08em;
      text-align: justify;
      overflow-wrap: anywhere;
      word-break: normal;
      line-break: strict;
      margin-top: 24px;
      z-index: 1;

      @media (max-width: 768px) {
        margin-top: 16px;
      }
    }
  }
}
/* ↑↑↑ breweries_block ↑↑↑ */
/* ↓↓↓ systems_block ↓↓↓ */
.systems_block {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 160px auto 0;

  @media (max-width: 768px) {
    margin-top: 100px;
  }
}
.systems_block .inner {
  position: relative;
  width: min(73.125cqw,936px);
  margin-inline: max(min(calc((0 - 256) * ((100vw - 1280px) / (1448 - 1280)) + 256px),256px),0px) max(min(calc((0 - 88) * ((100vw - 1280px) / (1448 - 1280)) + 88px),88px),0px);
  z-index: 1;
  
  @media (max-width: 768px) {
    width: calc(100% - 20px*2);
    margin: 0 auto;
  }
}
.systems_block .list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 48px;

  @media (max-width: 768px) {
    gap: 16px;
  }

  .item {
    width: calc((100% - 24px*2)/3);

    @media (max-width: 768px) {
      width: 100%;
    }
  }
  
  button {
    width: 100%;
    background-color: #fff;
    border: unset;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 16px 24px 24px;
    transition: background-color ease .3s;
    
    @media (max-width: 768px) {
      padding: 16px;
    }
    
    @media (min-width: 769px) {
      &:hover {
        background-color: #FDC426;
        
        .icon {
          background-color: #fff;
        }
      }
    }

    .txt {
      font-size: 1.6rem;
      font-weight: 700;
      letter-spacing: 0.08em;
    }

    .icon {
      position: relative;
      width: 32px;
      height: fit-content;
      aspect-ratio: 1/1;
      background-color: #FDC426;
      border-radius: 50%;
      transition: background-color ease .3s;

      &::before,
      &::after {
        content: '';
        position: absolute;
        width: 16px;
        height: 2px;
        background-color: #000;
        translate: -50% -50%;
        top: 50%;
        left: 50%;
      }
      &::after {
        rotate: 90deg;
      }
    }
  }
  /* ↑↑↑ systems_block ↑↑↑ */
  /* ↓↓↓ system_modal_wrap ↓↓↓ */
}
.system_modal_wrap {
  position: fixed;
  width: 680px;
  container-type: inline-size;
  display: none;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
  z-index: 1001;

  @media (max-width: 768px) {
    width: calc(100% - 20px*2);
    translate: -50% 0;
    top: 84px;
  }
}
.system_modal_wrap .close_btn {
  position: absolute;
  width: 64px;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #000;
  border-radius: 50%;
  cursor: pointer;
  transition: opacity ease .3s;
  top: -32px;
  right: -32px;
  z-index: 1001;

  @media (min-width: 769px) {
    &:hover {
      opacity: .5;
    }
  }

  @media (max-width: 768px) {
    width: 40px;
    translate: -50% 50%;
    top: unset;
    bottom: 0;
    right: unset;
    left: 50%;
  }

  &::before,
  &::after {
    content: '';
    position: absolute;
    width: 32px;
    height: 2px;
    background-color: #fff;
    transition: opacity ease .3s;
    translate: -50% -50%;
    top: 50%;
    left: 50%;

    @media (max-width: 768px) {
      width: 20px;
    }
  }
  &::before {
    rotate: 45deg;
  }
  &::after {
    rotate: -45deg;
  }
}
.system_modal_wrap .splide__slide {
  position: relative;
  width: 100%;
  container-type: inline-size;
  max-height: calc(90dvh - 13.88888888888889dvh);

  @media (max-width: 768px) {
    max-height: calc(90dvh - 66px);
    height: auto;
  }

  &::before {
    content: '';
    position: absolute;
    width: 328px;
    height: 12px;
    background-color: #55BBE3;
    translate: -50% 0;
    top: -1px;
    left: 50%;
    z-index: 1;

    @media (max-width: 768px) {
      width: 170px;
    }
  }
}
.system_modal_wrap .splide__slide .scroll_wrap {
  position: relative;
  height: 100%;
  overflow-y: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;

  @media (max-width: 768px) {
    background-color: #fff;
    padding: 60px 40px;
  }
  
  &::-webkit-scrollbar {
    display: none;
  }

  .slide_inner {
    background-color: #fff;
    padding: 94px 64px;
    
    @media (max-width: 768px) {
      background-color: unset;
      padding: unset;
    }
  }
}
.system_modal_wrap .modal_head {
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #55BBE3;
}
.system_modal_wrap .modal_txt {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.08em;
  margin-top: 16px;

  .indent {
    position: relative;
    display: block;
    padding-left: 1.4rem;

    &::before {
      content: '・';
      position: absolute;
      font-size: inherit;
      color: #55BBE3;
      translate: -1.4rem 0;
    }
  }

  b {
    font-weight: 700;
    color: #55BBE3;
  }
}
.system_modal_wrap .splide__arrows {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  translate: -50% 0;
  top: 110px;
  left: 50%;
  
  @media (max-width: 768px) {
    width: calc(100% + 9px*2);
    top: 136px;
  }
}
.system_modal_wrap .splide__arrow {
  position: relative;
  width: 7.476635514018691cqw;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: unset;
  background-color: #FDC426;
  pointer-events: visible;
  transition: opacity ease .3s;
  cursor: pointer;

  @media (min-width: 769px) {
    &:hover {
      opacity: .5;
    }
  }

  @media (max-width: 768px) {
    width: 40px;
  }

  &::before {
    content: '';
    position: absolute;
    width: 24px;
    height: auto;
    aspect-ratio: 1/1;
    background: url(../assets/img/breweries/arrow_b.svg) no-repeat;
    background-size: contain;
    translate: -50% -50%;
    top: 50%;
    left: 50%;

    @media (max-width: 768px) {
      width: 15px;
    }
  }

  &.splide__arrow--prev {
    rotate: Y 180deg;
    left: -10.262008733624455cqw;
  }
  &.splide__arrow--next {
    right: -10.262008733624455cqw;
  }
  @media (max-width: 768px) {
    &.splide__arrow--prev {
      left: unset;
    }
    &.splide__arrow--next {
      right: unset;
    }
  }
}
/* ↑↑↑ system_modal_wrap ↑↑↑ */
/* ↓↓↓ faq_block ↓↓↓ */
.faq_block {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 160px auto 0;

  @media (max-width: 768px) {
    margin-top: 40px;
  }
}
.faq_block .inner {
  position: relative;
  width: min(73.125cqw,936px);
  margin-inline: max(min(calc((0 - 256) * ((100vw - 1280px) / (1448 - 1280)) + 256px),256px),0px) max(min(calc((0 - 88) * ((100vw - 1280px) / (1448 - 1280)) + 88px),88px),0px);
  z-index: 1;
  
  @media (max-width: 768px) {
    width: calc(100% - 20px*2);
    margin: 0 auto;
  }
}
.faq_block .list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 80px;

  @media (max-width: 768px) {
    margin-top: 48px;
  }
}
.faq_block .list .item {
  .q_block {
    background-color: #fff;
    display: flex;
    gap: 24px;
    align-items: center;
    padding: 20px 24px;
    cursor: pointer;
    transition: background-color ease .3s;

    @media (max-width: 768px) {
      gap: 16px;
      padding: 20px 16px;
    }

    .star {
      width: 40px;
      height: fit-content;
      aspect-ratio: 40/38;
      mask-image: url(../assets/img/breweries/icon_star.svg);
      mask-repeat: no-repeat;
      mask-position: center;
      mask-size: contain;
      background-color: #FDC426;
      flex-shrink: 0;
      transition: background-color ease .3s;
    }
    
    .txt {
      flex: 1;
      font-size: 1.6rem;
      font-weight: 700;
      line-height: 1.5;
      letter-spacing: 0.08em;
    }

    .icon {
      position: relative;
      width: 32px;
      height: fit-content;
      aspect-ratio: 1/1;
      background-color: #000;
      border-radius: 50%;
      flex-shrink: 0;

      &::before,
      &::after {
        content: '';
        position: absolute;
        width: 16px;
        height: 2px;
        background-color: #fff;
        transition: rotate ease .3s;
        translate: -50% -50%;
        top: 50%;
        left: 50%;
      }
      &::after {
        rotate: 270deg;
      }
      
    }
    
    @media (min-width: 769px) {
      &:hover {
        background-color: #FDC426;
        
        .star {
          background-color: #fff;
        }
      }
    }
  }

  .a_block {
    display: none;
    padding: 16px 56px;

    @media (max-width: 768px) {
      padding: 16px 0;
    }

    .txt {
      font-size: 1.4rem;
      font-weight: 600;
      line-height: 2;
      letter-spacing: 0.08em;
      text-align: justify;
      overflow-wrap: anywhere;
      word-break: normal;
      line-break: strict;
      color: #fff;
    }
  }
  
  &.active {
    .q_block {
      .icon {
        background-color: #FDC426;
        
        &::after {
          rotate: 0deg;
        }
      }
    }

    @media (min-width: 769px) {
      &:hover {
        .q_block {
          background-color: #fff;
    
          .star {
            background-color: #FDC426;
          }
        }
      }
    }
  }
}
/* ↑↑↑ faq_block ↑↑↑ */
/* ↓↓↓ entry_block ↓↓↓ */
.entry_block {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 80px auto 0;

  @media (max-width: 768px) {
    margin-top: 64px;
  }

  &::before {
    content: '';
    position: absolute;
    width: 1588px;
    height: auto;
    aspect-ratio: 1588/814;
    background-image: url(../assets/img/breweries/entry-bg_pc.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    translate: -50% 0;
    top: 78px;
    left: 50%;
    
    @media (max-width: 768px) {
      width: 922px;
      top: 222px;
    }
  }
  &::after {
    content: '';
    position: absolute;
    width: 638px;
    height: auto;
    aspect-ratio: 1588/814;
    background-image: url(../assets/img/breweries/entry-bg_pc.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    /* translate: -50% 0; */
    bottom: -99px;
    left: -198px;
  }
}
.entry_block .inner {
  position: relative;
  width: min(73.125cqw,936px);
  margin-inline: max(min(calc((0 - 256) * ((100vw - 1280px) / (1448 - 1280)) + 256px),256px),0px) max(min(calc((0 - 88) * ((100vw - 1280px) / (1448 - 1280)) + 88px),88px),0px);
  z-index: 1;
  
  @media (max-width: 768px) {
    width: calc(100% - 39px*2);
    margin: 0 auto;
  }
}
.entry_block .list {
  display: flex;
  gap: 16px 24px;
  margin-top: 80px;

  @media (max-width: 768px) {
    flex-direction: column;
    margin-top: 48px;
  }
  
  .item {
    width: calc((100% - 24px*2)/3);
    color: #fff;

    @media (max-width: 768px) {
      width: 100%;
    }
    
    .link {
      width: 100%;
      height: fit-content;
      aspect-ratio: 1/1;
      border-radius: 50%;
      border: 2px solid #fff;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      transition: background-color ease .3s, color ease .3s;

      &::after {
        content: unset;
      }

      @media (min-width: 769px) {
        &:hover {
          color: #000;
          opacity: 1;
          background-color: #FDC426;
  
          .star {
            background-color: #fff;
          }
        }
      }
      &:hover {
        opacity: 1;
      }
    }

    .star {
      width: 60px;
      height: fit-content;
      aspect-ratio: 60/57;
      mask-image: url(../assets/img/breweries/icon_star.svg);
      mask-repeat: no-repeat;
      mask-position: center;
      mask-size: contain;
      background-color: #FDC426;
      transition: background-color ease .3s;
    }

    .ja {
      font-size: 2.4rem;
      font-weight: 800;
      letter-spacing: 0.08em;
      margin-top: 20px;
    }

    .en {
      font-size: 4rem;
      font-family: var(--font_lato);
      font-weight: 900;
      letter-spacing: 0.08em;
      margin-top: 8px;
    }

    .icon {
      position: relative;
      width: 48px;
      height: fit-content;
      aspect-ratio: 1/1;
      border-radius: 50%;
      background-color: #fff;
      margin-top: 24px;

      &::before {
        content: '';
        width: 18px;
        height: auto;
        aspect-ratio: 1/1;
        position: absolute;
        background-image: url(../assets/img/breweries/arrow_b.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        translate: -50% -50%;
        top: 50%;
        left: 50%;
        z-index: 1;
      }
    }

    &.-highschool {
      height: fit-content;
      aspect-ratio: 1/1;
      background-color: #fff;
      border-radius: 50%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      color: #000;
      padding-bottom: 16px;

      .ja {
        text-align: center;

        .s_txt {
          font-size: 1.4rem;
        }
      }

      .note {
        font-size: 1.4rem;
        font-weight: 600;
        line-height: 2;
        letter-spacing: 0.08em;
        text-align: center;
        margin-top: 24px;
      }
    }
  }
}
/* ↑↑↑ entry_block ↑↑↑ */
/* ↓↓↓ foot_txtslider ↓↓↓ */
.foot_txtslider {
  margin-top: 100px;

  .splide__slide {
    width: 1680px;

    @media (max-width: 768px) {
      width: 687px;
    }

    img {
      width: 100%;
      height: auto;
    }
  }
}
/* ↑↑↑ foot_txtslider ↑↑↑ */