body {
  color: #222;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.u-desktop {
  display: none;
}

html {
  font-size: 16px;
}

a {
  color: inherit;
  text-decoration: none;
}

body {
  background-color: #f5f8fa;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul,
ol {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
}

ul,
ol {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
}

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  background: rgba(0, 0, 0, 0);
  font: inherit;
}

textarea {
  resize: vertical;
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
}

input[type="submit"],
input[type="button"],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.c-btn {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 295px;
  max-width: 18.4375rem;
  padding: 20px;
  padding: 1.25rem;
  border: solid 1px #0054a7;
  border-radius: 0.625rem;
  background-color: #0054a7;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  text-align: center;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

.c-btn.c-btn--footer {
  width: 100%;
  max-width: 335px;
  max-width: 20.9375rem;
}

.c-btn span {
  position: absolute;
  content: "";
  -webkit-mask-image: url(../images/link_page.svg);
  mask-image: url(../images/link_page.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  display: inline-block;
  top: 50%;
  width: 16px;
  width: 1rem;
  height: 12px;
  height: 0.75rem;
  background-color: #fff;
  mask-size: contain;
  -webkit-transform: translateY(-50%);
  right: 15px;
  right: 0.9375rem;
  transform: translateY(-50%);
}

.c-logo {
  width: 100%;
  max-width: 134px;
  max-width: 8.375rem;
  height: auto;
}

.p-about__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Inter", sans-serif;
  text-transform: capitalize;
}

.p-about__head {
  margin-top: 64px;
  margin-top: 4rem;
  font-weight: 700;
  font-size: clamp(16px, 4.544px + 3.05vw, 28px);
  font-size: clamp(1rem, 0.284rem + 3.05vw, 1.75rem);
  line-height: 2;
  letter-spacing: 0.12em;
}

.p-about__container {
  width: 100%;
  padding: 14% 6%;
  margin-top: 32px;
  margin-top: 2rem;
  border-radius: 1.25rem;
  background-image: url(../images/about_bgsp.png);
  background-position: bottom 0 left 0px;
  background-position: bottom 0 left 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.p-about__text-block {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-about__text-box {
  line-height: 2.25;
  letter-spacing: 0.02em;
}

.p-about__img {
  display: block;
  width: 100%;
  margin: 48px auto 0;
  margin: 3rem auto 0;
}

.p-brand-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
}

.p-brand-card__head {
  background: center / cover no-repeat;
  transition: opacity 0.3s;
}

.p-brand-card__link {
  display: inline-block;
  aspect-ratio: 220/128;
  width: 100%;
  -webkit-transition: opacity 0.3s;
  margin: auto;
  padding: 2.5rem 4rem 2rem;
}

.p-brand-card__img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  aspect-ratio: 255/144;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.p-brand-card__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-brand-card__img img {
  -o-object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.p-brand-card__shop {
  margin-top: 0.3rem;
  font-size: 1.125rem;
  font-weight: 700;
  font-size: clamp(1.125rem, 0.693rem + 0.24vw, 1.125rem);
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  
}

.p-brand-card__body {
  padding: 2.125rem 1.25rem 3rem;
}

.p-brand-card__text {
  line-height: 2;
  letter-spacing: 0.12em;
  margin-top: 1.25rem;
}

.p-brand-card__text span {
  font-size: 75%;
  letter-spacing: 0.08em;
}

.p-brand-card__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: auto;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}

.p-brand__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Inter", sans-serif;
  text-transform: capitalize;
}

.p-brand__cards {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin-top: 72px;
  margin-top: 4.5rem;
}

.p-brand__card {
  width: 100%;
  height: 100%;
  margin: auto;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-company__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-company__title {
  width: 100%;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Inter", sans-serif;
  text-transform: capitalize;
}

.p-company__items {
  width: 100%;
  margin-top: 44px;
  margin-top: 2.75rem;
}

.p-company__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-top: 28px;
  padding-top: 1.75rem;
  padding-bottom: 15.5px;
  padding-bottom: 0.96875rem;
  border-bottom: solid 2px #fff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.p-company__item::before {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 23.88%;
  height: inherit;
  border-bottom: 2px solid #0054a7;
  content: "";
}

.p-company__item::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0%;
  height: inherit;
  border-bottom: 2px solid #0054a7;
  content: "";
}

.p-company__text-title {
  width: 23.88%;
  font-weight: 700;
  text-align: center;
}

.p-company__text {
  width: 76.12%;
  padding-left: 20px;
  padding-left: 1.25rem;
}

.p-drawer {
  display: none;
  z-index: 5000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  background-color: #fff;
}

body.is-fixed {
  overflow: hidden;
}

.p-drawer__inner {
  width: 100%;
  height: inherit;
}

.p-drawer__container {
  width: 100%;
  gap: 7px;
  gap: 0.4375rem;
}

.p-drawer__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  margin-top: 113px;
  margin-top: 7.0625rem;
}

.p-drawer__item {
  width: 100%;
  height: 100%;
}

.p-drawer__link {
  display: block;
  width: 100%;
  padding: 18px;
  padding: 1.125rem;
  color: #222;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  font-family: "Inter", sans-serif;
  text-align: center;
  text-transform: capitalize;
}

.p-drawer__btn {
  width: 100%;
  margin-top: 60px;
  margin-top: 3.75rem;
  text-align: center;
}

.p-footer {
  padding-top: 120px;
  padding-top: 7.5rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  background-color: #fff;
}

.p-footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-footer__left a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-footer__title {
  width: 100%;
  max-width: 172px;
  max-width: 10.75rem;
  height: auto;
}

.p-footer__text {
  margin-top: 16px;
  margin-top: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.p-footer__address {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-weight: 500;
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 0.04em;
}
.p-footer__allergen {
  display: block;
  width: max-content;
  margin-top: 1.25rem;
  font-weight: 500;
  font-size: 0.6875rem;
  letter-spacing: 0.04em;
}
.p-footer__allergen__pdf {
  color: #0054a7;
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: uppercase;
}

.p-footer__img-link {
  width: 164px;
  width: 10.25rem;
  margin-top: 36px;
  margin-top: 2.25rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-footer__nav-item {
  height: inherit;
  margin: 0 20px;
  margin: 0 1.25rem;
}

.p-footer__nav-link {
  display: inline-block;
  position: relative;
  width: 100%;
  height: inherit;
  padding-top: 10px;
  padding-top: 0.625rem;
}

.p-footer__nav-link:after {
  position: absolute;
  -webkit-transform: scale(0, 1);
  right: 0;
  bottom: -3px;
  bottom: -0.1875rem;
  left: 0;
  width: 100%;
  height: 2.5px;
  height: 0.15625rem;
  transform: scale(0, 1);
  border-radius: 0.125rem;
  content: "";
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  background-color: #0054a7;
  text-transform: lowercase;
}

.p-footer__nav-item.p-footer__nav-item--end {
  margin-right: 0;
}

.p-footer__btn {
  margin-top: 36px;
  margin-top: 2.25rem;
  text-align: left;
}

.p-footer-nav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-top: 1.25rem;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Inter", sans-serif;
  text-transform: capitalize;
}

.p-footer__bottom {
  margin-top: 36px;
  margin-top: 2.25rem;
}

.p-footer__link {
  display: block;
  margin-top: 15px;
  margin-top: 0.9375rem;
  font-size: 12px;
  font-size: 0.75rem;
  -webkit-transition: opacity 0.3s;
  font-weight: 700;
  letter-spacing: 0.1em;
  transition: opacity 0.3s;
}

.p-footer__link + .p-footer__link {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-footer__copyright {
  margin-top: 52px;
  margin-top: 3.25rem;
  font-weight: 500;
  font-size: 10px;
  font-size: 0.625rem;
}

.p-footer-img {
  position: relative;
  -webkit-transition: opacity 0.3s;
  padding: 7px 0;
  padding: 0.4375rem 0;
  cursor: pointer;
  transition: opacity 0.3s;
}

.p-footer-img span {
  position: absolute;
  top: 50%;
  right: -36px;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-mask-image: url(../images/link_page.svg);
  mask-image: url(../images/link_page.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  background-color: #222;
  mask-size: contain;
  -webkit-transition: background-color 0.3s;
  display: inline-block;
  width: 16px;
  width: 1rem;
  height: 12px;
  height: 0.75rem;
  margin-left: 20px;
  margin-left: 1.25rem;
  transition: background-color 0.3s;
}

.p-footer__img-link .p-footer-img img {
  display: inline-block;
}

.p-footer__link span {
  -webkit-mask-image: url(../images/link_page.svg);
  mask-image: url(../images/link_page.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  background-color: #222;
  mask-size: contain;
  -webkit-transition: background-color 0.3s;
  display: inline-block;
  width: 16px;
  width: 1rem;
  height: 12px;
  height: 0.75rem;
  margin-left: 20px;
  margin-left: 1.25rem;
  transition: background-color 0.3s;
}

.p-hamburger {
  z-index: 9999;
  position: fixed;
  top: 28px;
  top: 1.75rem;
  right: 20px;
  right: 1.25rem;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #0054a7;
  cursor: pointer;
}

.p-hamburger span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  height: 1px;
  height: 0.0625rem;
  -webkit-transform: translate(-50%, -50%);
  display: inline-block;
  transform: translate(-50%, -50%);
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.5s;
  border-radius: 0.125rem;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.p-hamburger span:nth-child(1) {
  top: 35%;
}

.p-hamburger span:nth-child(2) {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.p-hamburger span:nth-child(3) {
  top: 65%;
}

.p-hamburger.is-active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  top: 50%;
  left: 20%;
  transform: rotate(45deg);
}

.p-hamburger.is-active span:nth-child(2) {
  opacity: 0;
}

.p-hamburger.is-active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  top: 50%;
  left: 20%;
  transform: rotate(-45deg);
}

.p-header {
  z-index: 5000;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 96px;
  height: 6rem;
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.js-header.is-change-bg {
  background-color: #f5f8fa;
}

.p-header__inner {
  width: 100%;
  height: inherit;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}

.p-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
}

.p-header__link {
  height: inherit;
  -webkit-transition: opacity 0.3s;
  z-index: 9000;
  transition: opacity 0.3s;
}

.p-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  margin-right: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-header__pc-nav {
  height: inherit;
  margin-left: auto;
  text-transform: capitalize;
}

.p-main-view {
  position: relative;
  width: 100%;
  height: 100vh;
}

.p-main-view__inner {
  width: 100%;
  height: inherit;
}

.p-main-view__slider,
.swiper-slide picture,
.slide-img,
.swiper-slide img {
  height: inherit;
  -o-object-fit: cover;
  object-fit: cover;
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  100% {
    -webkit-transform: scale(1.13);
    transform: scale(1.13);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  100% {
    -webkit-transform: scale(1.13);
    transform: scale(1.13);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  -webkit-animation: zoomUp 10s linear 0s 1 normal both;
  animation: zoomUp 10s linear 0s 1 normal both;
}

.p-main-view__text {
  z-index: 10;
  position: absolute;
  bottom: 80px;
  bottom: 5rem;
  left: 20px;
  left: 1.25rem;
  width: 100%;
  content: "";
  color: #fff;
  font-size: clamp(20px, 8.544px + 3.05vw, 32px);
  font-size: clamp(1.25rem, 0.534rem + 3.05vw, 2rem);
  letter-spacing: 0.05em;
}

.p-main-view__text span {
  padding-left: 1em;
}

.p-news__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-news__title {
  width: 100%;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Inter", sans-serif;
  text-transform: capitalize;
}

.p-news__items {
  width: 100%;
  margin-top: 48px;
  margin-top: 3rem;
}

.p-news__item {
  position: relative;
  border-bottom: solid 2px #fff;
  font-size: 14px;
  font-size: 0.875rem;
}

.p-news__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 22px;
  padding-top: 1.375rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
}

.p-news__item.no-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 32px;
  padding-top: 2rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}

.p-news__item::before {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 23.88%;
  height: inherit;
  border-bottom: 2px solid #0054a7;
  content: "";
}

.p-news__item::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0%;
  height: inherit;
  content: "";
  -webkit-transition: 0.3s;
  border-bottom: 2px solid #0054a7;
  transition: 0.3s;
}

.p-news__date {
  display: inline-block;
  width: 23.88%;
  font-weight: 700;
  text-align: center;
}

.p-news__text {
  width: 76.12%;
  padding-right: 8px;
  padding-right: 0.5rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  letter-spacing: 0.07em;
}

.p-news__pdf {
  color: #0054a7;
  font-weight: 700;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
}

.p-news__arrow {
  width: 16.5px;
  width: 1.03125rem;
  height: 8px;
  height: 0.5rem;
  -o-object-fit: contain;
  position: relative;
  object-fit: contain;
}

.p-pc-nav {
  height: inherit;
}

.p-pc-nav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
}

.p-pc-nav__item {
  height: inherit;
}

.p-pc-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  color: #222;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Inter", sans-serif;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 16px;
  padding: 0 1rem;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.p-pc-nav__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: inherit;
  padding-left: 24px;
  padding-left: 1.5rem;
}

.p-pc-nav__link span {
  display: inline-block;
  position: relative;
  width: 100%;
}

.p-pc-nav__link span::after {
  position: absolute;
  -webkit-transform: scale(0, 1);
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 2.5px;
  height: 0.15625rem;
  transform: scale(0, 1);
  border-radius: 0.125rem;
  content: "";
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  background-color: #0054a7;
}

.p-recruit__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  position: relative;
  flex-direction: column;
  padding-bottom: 36px;
  padding-bottom: 2.25rem;
  gap: 10px;
  gap: 0.625rem;
  border-radius: 3.75rem 3.75rem 1.25rem 1.25rem;
  background-color: #fff;
}

.p-recruit__link::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 8px solid rgba(0, 0, 0, 0);
  border-radius: 1.25rem;
  content: "";
  -webkit-transition: 0.3s border;
  transition: 0.3s border;
}

.p-recruit__img {
  width: 100%;
  overflow: hidden;
  border-radius: 20px 0 0 20px;
}

.p-recruit__text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px;
  padding: 1.25rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-recruit__comment {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.8;
  letter-spacing: 0.07em;
}

.p-recruit__logo {
  width: 177px;
  width: 11.0625rem;
  height: auto;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-recruit__text {
  margin-top: 6px;
  margin-top: 0.375rem;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.12em;
}

.p-recruit__text span {
  -webkit-mask-image: url(../images/link_page.svg);
  mask-image: url(../images/link_page.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  background-color: #222;
  mask-size: contain;
  -webkit-transition: background-color 0.3s;
  display: inline-block;
  width: 16px;
  width: 1rem;
  height: 12px;
  height: 0.75rem;
  margin-left: 8px;
  margin-left: 0.5rem;
  transition: background-color 0.3s;
}

.l-footer {
  margin-top: 160px;
  margin-top: 10rem;
}

.l-inner {
  width: 100%;
  max-width: 600px;
  max-width: 37.5rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.l-recruit {
  margin-top: 160px;
  margin-top: 10rem;
}

.l-section {
  margin-top: 156px;
  margin-top: 9.75rem;
}

@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
  .u-mobile {
    display: none;
  }
  html {
    font-size: 1.25vw;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  .c-btn {
    width: auto;
    padding-top: 0.6875rem;
    padding-right: 3.75rem;
    padding-bottom: 0.6875rem;
    padding-left: 0.625rem;
    font-size: 0.75rem;
  }
  .c-btn.c-btn--brand {
    padding-right: 3rem;
    padding-left: 1rem;
  }
  .c-btn.c-btn--footer {
    width: auto;
    padding-top: 0.6875rem;
    padding-right: 3.75rem;
    padding-bottom: 0.6875rem;
    padding-left: 0.625rem;
    font-size: 0.75rem;
  }
  .c-btn:hover {
    background-color: #fff;
    color: #0054a7;
  }
  .c-btn span {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .c-btn:hover span {
    background-color: #0054a7;
  }
  .c-logo {
    max-width: 11.5rem;
  }
  .p-about__wrapper {
    display: flex;
    align-items: center;
    gap: 0 2.1875rem;
    margin-top: 28px;
    margin-top: 1.75rem;
  }

  .p-about__head {
    margin-top: 0;
    line-height: 1.7;
  }
  .p-about__container {
    flex-basis: 40.125rem;
    display: flex;
    padding: 3.125rem 3.75rem;
    margin-top: 0;
    background-position: left;
    background-size: 100%;
    justify-content: space-between;
    background-image: url(../images/about_bg.png);
  }
  .p-about__text-box {
    /* width: 40.5%; */
    letter-spacing: 0.12em;
  }
  .p-about__img {
    width: 55%;
    margin-top: -21.5%;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 3.1875rem;
  }
  .p-brand-card {
    position: relative;
    flex-direction: row;
  }
  .p-brand-card__head {
    flex-shrink: 0;
    width: 45%;
  }
  .p-brand-card__link {
    padding: 4rem 6.6rem 2rem;
  }
  .p-brand-card__head:hover {
    opacity: 0.6;
  }
  .p-brand-card__shop {
    font-size: 1.5rem;
    font-weight: 600;
  }
  .p-brand-card__shop.p-brand-card__shop--mt {
    margin-top: 1.5rem;
  }
  .p-brand-card__shop.p-brand-card__shop--mt-2 {
    margin-top: 1.25rem;
  }
  .p-brand-card__body {
    padding: 3.7rem 4.8rem 6.6rem;
  }
  .p-brand-card__text {
    margin-top: 2rem;
    letter-spacing: 0.06em;
  }
  .p-brand-card__btn {
    position: absolute;
    padding-bottom: initial;
    right: 3.2rem;
    bottom: 2.8rem;
  }
  .p-brand__cards {
    margin-top: 4.6875rem;
  }
  .p-brand__card {
    margin-top: 0;
  }
  .p-company__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .p-company__title {
    width: 25.46%;
  }
  .p-company__items {
    width: 74.53%;
    margin-top: 0;
  }
  .p-company__item {
    padding-top: 2.125rem;
    padding-bottom: 1.8125rem;
    font-size: 1rem;
    line-height: 1.5;
  }
  .p-company__item.p-company__item--first {
    padding-top: 0;
  }
  .p-company__item::before {
    width: 14.57%;
  }
  .p-company__text-title {
    width: 14.57%;
  }
  .p-company__text {
    width: 85.43%;
    padding-left: 2.5rem;
  }
  .p-footer {
    padding-top: 12.5rem;
    padding-bottom: 5rem;
  }
  .p-footer__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .p-footer__left a:hover {
    opacity: 0.6;
  }
  .p-footer__title {
    max-width: 17rem;
  }
  .p-footer__text {
    margin-top: 2rem;
    font-size: 1.4375rem;
  }
  .p-footer__address {
    margin-top: 0.5rem;
    font-size: 0.875rem;
    line-height: 2;
    letter-spacing: 0.05em;
  }
  .p-footer__allergen {
    margin-top: 0.5rem;
    font-size: 0.75rem;
    line-height: 2;
    letter-spacing: 0.05em;
    text-decoration: underline;
  }
  .p-footer__right {
    align-self: flex-end;
    margin-left: auto;
  }
  .p-footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4.6875rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .p-footer__img-link {
    margin-top: 0;
  }
  .p-footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    font-size: 1.25rem;
    font-family: "Inter", sans-serif;
    text-transform: capitalize;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .p-footer__nav-link:hover {
    color: #0054a7;
  }
  .p-footer__nav-link:hover::after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .p-footer__btn {
    margin-top: 0;
  }
  .p-footer-nav__items {
    margin-top: 0.625rem;
  }
  .p-footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 1.125rem;
    gap: 2.625rem;
  }
  .p-footer__link {
    margin-top: 0;
    padding: 0.875rem 0;
  }
  .p-footer__link:hover {
    opacity: 0.6;
  }
  .p-footer__link + .p-footer__link {
    margin-top: 0;
  }
  .p-footer__copyright {
    margin-top: 2.625rem;
    text-align: right;
  }
  .p-footer-img:hover {
    opacity: 0.6;
  }
  .p-footer-img span {
    right: -32px;
  }
  .p-header {
    height: 8rem;
  }
  .p-header__inner {
    padding-right: 5rem;
    padding-left: 5rem;
  }
  .p-header__link:hover {
    opacity: 0.6;
  }
  .p-main-view__text {
    left: 5rem;
    letter-spacing: 0.12em;
  }
  .p-news__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .p-news__title {
    width: 25.46%;
  }
  .p-news__items {
    width: 74.53%;
    margin-top: 0;
  }
  .p-news__item {
    font-size: 1rem;
  }
  .p-news__link {
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.5;
  }
  .p-news__link.p-news__link--first {
    padding-top: 0;
  }
  .p-news__item.no-link {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    font-size: 1rem;
  }
  .p-news__item.p-news__time--first {
    padding-top: 0;
  }
  .p-news__item::before {
    width: 16.57%;
  }
  .p-news__item:hover:after {
    width: 100%;
  }
  .p-news__item.p-news__item.no-link:after {
    width: 0;
  }
  .p-news__date {
    width: 16.2%;
  }
  .p-news__text {
    width: 83.8%;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
  .p-pc-nav__link:hover {
    color: #0054a7;
  }
  .p-pc-nav__link:hover span::after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .p-recruit__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 80rem;
    padding-bottom: 0;
    background-color: #fff;
  }
  .p-recruit__link:hover::before {
    border: 8px solid #0054a7;
  }
  .p-recruit__img {
    width: 45%;
  }
  .p-recruit__text-box {
    width: 50.4%;
  }
  .p-recruit__comment {
    font-size: 2rem;
    letter-spacing: 0.12em;
  }
  .p-recruit__logo {
    width: 14.6875rem;
    margin-top: 1.25rem;
  }
  .p-recruit__text {
    margin-top: 0.625rem;
    font-size: 1.875rem;
    letter-spacing: 0.07rem;
  }
  .p-recruit__text span {
    width: 2rem;
    height: 1.5rem;
    margin-left: 3.75rem;
  }
  .l-footer {
    margin-top: 12.5rem;
  }
  .l-inner {
    max-width: 1330px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .l-recruit {
    margin-top: 10.4em;
  }
  .l-section {
    margin-top: 9.4em;
  }
}

@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

@media (min-width: 1280px) {
  html {
    font-size: 16px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .p-about__container {
    background-size: 93%;
  }
  .p-about__text-block {
    margin-top: 4%;
  }
  .p-about__img {
    margin-top: -17%;
  }
}

@media screen and (min-width: 500px) {
  .p-recruit__comment {
    font-size: 1.5625rem;
  }
  .p-recruit__text {
    font-size: 1.3125rem;
  }
}
