@charset "UTF-8";
/*
 * 参考
 * https://github.com/Andy-set-studio/modern-css-reset/blob/master/src/reset.css
*/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Set core root defaults */
/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  font-size: 1.25vw;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "Noto Serif JP", serif;
  font-size: 1.25vw;
  font-weight: 400;
  color: #333;
  line-height: 2.23;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 4.2666666667vw;
  }
}

h1, h2, h3, h4, h5, h6, p, span, a {
  margin-block: calc((1em - 1lh) / 2);
}

* {
  min-inline-size: 0;
}

a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.5s;
}

a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

img {
  display: inline-block;
  height: auto;
  vertical-align: middle;
}

address {
  font-style: normal;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
.js-animation {
  opacity: 0;
}

.footer {
  margin-top: 9.375rem;
  padding-block: 3.75rem;
  color: #FFF;
  background: url(../images/common/img_footer_bg.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .footer {
    margin-top: 6.25rem;
    padding-block: 2.5rem;
  }
}
.footer address {
  margin-top: 1.875rem;
  font-size: 0.875rem;
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  .footer address {
    margin-top: 0.625rem;
  }
}

.footer__wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer__wrapper {
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 2.5rem;
  }
}

.footer__logo {
  font-family: "Hina Mincho", serif;
  font-size: 2.125rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    font-size: 1.875rem;
  }
}

.footer__nav {
  display: flex;
  align-items: center;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .footer__nav {
    flex-wrap: wrap;
    gap: 0.625rem 1.25rem;
  }
}
.footer__nav a {
  font-size: 0.875rem;
  font-weight: 600;
}

.footer__copy {
  display: block;
  margin-top: 3.75rem;
  margin-bottom: 0.3125rem;
  font-size: 0.625rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .footer__copy {
    text-align: center;
  }
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 6.5rem;
  background-color: #FFF;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .header {
    height: 4.375rem;
  }
}
.header + * {
  margin-top: 6.5rem;
}
@media screen and (max-width: 767px) {
  .header + * {
    margin-top: 4.375rem;
  }
}

.header__wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__logo {
  font-family: "Hina Mincho", serif;
  font-size: 2.125rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .header__logo {
    font-size: 1.875rem;
  }
}

.header__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  height: 100%;
}
.header__nav li {
  position: relative;
  height: 100%;
}
.header__nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-align: center;
  transition: 0.3s ease;
  cursor: pointer;
}

.header__hamburger {
  position: absolute;
  top: 0;
  right: 0;
  width: 4.375rem;
  height: 100%;
  background-color: transparent;
  border: none;
}

.hamburger__deco {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 2.1875rem;
  height: 0.125rem;
  margin: 0;
  background-color: #333;
  transition: 0.3s;
}
.hamburger__deco::before, .hamburger__deco::after {
  content: "";
  position: absolute;
  display: block;
  width: 2.1875rem;
  height: 0.125rem;
  background-color: #333;
  transition: 0.3s;
}
.hamburger__deco::before {
  top: -0.5625rem;
}
.hamburger__deco::after {
  bottom: -0.5625rem;
}

.header__hamburger.active .hamburger__deco {
  background: transparent;
}
.header__hamburger.active .hamburger__deco::before {
  top: 0;
  transform: rotate(45deg);
}
.header__hamburger.active .hamburger__deco::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.hamburger__menu {
  position: absolute;
  top: 4.375rem;
  left: 0;
  right: 0;
  width: 100%;
  height: 100svh;
  padding: 2.5rem 1.875rem 6.25rem;
  background: url(../images/top/img_about_bg.jpg) no-repeat center/cover;
  z-index: 999;
  overflow-y: auto;
  display: none;
}
.hamburger__menu li {
  position: relative;
  padding-block: 0.9375rem;
  border-bottom: 1px solid #F9F6F2;
}
.hamburger__menu a {
  font-weight: 600;
}

.wrapper {
  width: 85%;
  max-width: 65rem;
  margin-inline: auto;
}

.lower {
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .lower {
    padding-top: 2.5rem;
  }
}

.c-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.25rem 5.125rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border: 1px solid #333;
  transition: color 0.5s, background-color 0.5s;
}
@media screen and (max-width: 767px) {
  .c-btn {
    padding: 0.9375rem 5.125rem;
  }
}
.c-btn svg {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%);
  width: 0.9375rem;
  aspect-ratio: 15/10;
  transition: right 0.5s;
}
.c-btn svg path {
  transition: fill 0.5s;
}
@media (any-hover: hover) {
  .c-btn:hover {
    color: #FFF;
    background-color: #333;
    opacity: 1;
  }
  .c-btn:hover svg {
    right: 0.9375rem;
  }
  .c-btn:hover svg path {
    fill: #FFF;
  }
}

.c-information-list li {
  border-bottom: 1px solid #F9F6F2;
}
.c-information-list li:first-of-type a {
  padding-top: 0;
}
.c-information-list a {
  display: flex;
  align-items: center;
  padding-block: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-information-list a {
    flex-wrap: wrap;
    padding-block: 1.875rem;
  }
}
.c-information-list time {
  min-width: 5.4375rem;
  flex-shrink: 0;
}
.c-information-list span {
  min-width: 3.125rem;
  flex-shrink: 0;
  display: block;
  margin-left: 1.875rem;
  color: #B18601;
  font-size: 0.75rem;
}
.c-information-list p {
  margin-left: 3.9375rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px) {
  .c-information-list p {
    width: 100%;
    margin-left: 0;
    margin-top: calc(0.625rem + (1em - 1lh) / 2);
  }
}

.c-list {
  margin-top: calc(3.125rem + (1em - 1lh) / 2);
}
@media screen and (max-width: 767px) {
  .c-list {
    margin-top: calc(2.5rem + (1em - 1lh) / 2);
  }
}
.c-list div {
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-list div {
    flex-direction: column;
  }
}
.c-list div:first-of-type dt, .c-list div:first-of-type dd {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .c-list div:first-of-type dd {
    padding-top: 1.25rem;
  }
}
.c-list dt, .c-list dd {
  padding-block: 2.1875rem;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .c-list dt, .c-list dd {
    padding-block: 0;
  }
}
.c-list dt {
  width: 8.875rem;
  text-align: center;
  border-bottom: 1px solid #B18601;
}
@media screen and (max-width: 767px) {
  .c-list dt {
    width: 6.25rem;
    text-align: left;
    padding-top: 1.25rem;
  }
}
.c-list dd {
  width: calc(100% - 8.875rem);
  padding-inline: 3rem;
  border-bottom: 1px solid #F9F6F2;
}
@media screen and (max-width: 767px) {
  .c-list dd {
    width: 100%;
    padding: 1.25rem 0;
  }
}
.c-list dd p + p {
  margin-top: calc(2.5rem + (1em - 1lh) / 2);
}

.lower-head {
  position: relative;
  width: 100%;
  height: 28.75rem;
  margin-top: 3.125rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .lower-head {
    height: 20.625rem;
    margin-top: 2.5rem;
  }
}

.lower-head__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  z-index: -1;
}
.lower-head__image::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1280/853;
}
@media screen and (max-width: 767px) {
  .lower-head__image::before {
    aspect-ratio: 375/667;
  }
}
.lower-head__image.about::before {
  background: url(../images/about/img_mv.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .lower-head__image.about::before {
    background: url(../images/about/sp/img_mv.jpg) no-repeat center/cover;
  }
}
.lower-head__image.commitment::before {
  background: url(../images/commitment/img_mv.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .lower-head__image.commitment::before {
    background: url(../images/commitment/sp/img_mv.jpg) no-repeat center/cover;
  }
}
.lower-head__image.working::before {
  background: url(../images/working-environment/img_mv.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .lower-head__image.working::before {
    background: url(../images/working-environment/sp/img_mv.jpg) no-repeat center/cover;
  }
}
.lower-head__image.information::before {
  background: url(../images/information/img_mv.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .lower-head__image.information::before {
    background: url(../images/information/sp/img_mv.jpg) no-repeat center/cover;
  }
}
.lower-head__image.items::before {
  background: url(../images/items/img_mv.jpg) no-repeat top right/cover;
}
@media screen and (max-width: 767px) {
  .lower-head__image.items::before {
    background: url(../images/items/sp/img_mv.jpg) no-repeat center/cover;
  }
}
.lower-head__image.privacy::before {
  background: url(../images/privacy/img_mv.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .lower-head__image.privacy::before {
    background: url(../images/privacy/sp/img_mv.jpg) no-repeat center/cover;
  }
}
.lower-head__image.contact::before {
  background: url(../images/contact/img_mv.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .lower-head__image.contact::before {
    background: url(../images/contact/sp/img_mv.jpg) no-repeat center/cover;
  }
}

.c-title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-title {
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 768px) {
  .c-title.vertical {
    writing-mode: vertical-rl;
    line-height: 1;
    letter-spacing: 0.23em;
  }
}

.c-title-deco {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 0;
}
.c-title-deco::before {
  content: "";
  position: absolute;
  width: 14.625rem;
  aspect-ratio: 1;
  background: url(../images/common/icn_deco.svg) no-repeat center/contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-title-deco::before {
    width: 7.5rem;
  }
}

.c-head-title p:not(.information-sec-title) {
  font-family: "Noto Sans", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  color: #B18601;
  text-transform: uppercase;
}
.c-head-title h2, .c-head-title .information-sec-title {
  margin-top: calc(1.875rem + (1em - 1lh) / 2);
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .c-head-title h2, .c-head-title .information-sec-title {
    font-size: 1.75rem;
  }
}

.p-404 {
  text-align: center;
}
.p-404 h2 {
  line-height: 1.5;
}
.p-404 p {
  margin-top: calc(1.25rem + (1em - 1lh) / 2);
}

.about-message {
  padding-top: 8.75rem;
}
@media screen and (max-width: 767px) {
  .about-message {
    padding-top: 4.375rem;
  }
}

.about-message__wrapper {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .about-message__wrapper {
    flex-direction: column;
  }
}

.about-message__title {
  margin-left: 7.5rem;
}
@media screen and (max-width: 767px) {
  .about-message__title {
    margin-left: 0;
  }
}
.about-message__title::before {
  top: -2.5rem;
  right: -5rem;
}
@media screen and (min-width: 768px) {
  .about-message__title::before {
    transform: scale(-1, 1);
  }
}
@media screen and (max-width: 767px) {
  .about-message__title::before {
    top: -3.125rem;
  }
}

.about-message__text,
.about-message__image {
  margin-top: calc(3.125rem + (1em - 1lh) / 2);
}

@media screen and (min-width: 768px) {
  .about-message__text {
    margin-left: 3.75rem;
    margin-right: 3.125rem;
  }
}

.about-message__name {
  margin-top: calc(3.75rem + (1em - 1lh) / 2);
  text-align: right;
}
@media screen and (max-width: 767px) {
  .about-message__name {
    margin-top: calc(1.875rem + (1em - 1lh) / 2);
  }
}
.about-message__name span {
  display: inline-block;
}
.about-message__name span:last-child {
  margin-left: 1rem;
  font-size: 1.5rem;
}

.about-message__image {
  flex-shrink: 0;
  width: 20.625rem;
}
@media screen and (max-width: 767px) {
  .about-message__image {
    width: 100%;
  }
}
.about-message__image img {
  width: 100%;
}

.about-overview {
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  .about-overview {
    padding-top: 4.375rem;
  }
}

.about-overview__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .about-overview__wrapper {
    flex-direction: column;
  }
}

.about-overview__title {
  margin-right: 7.5rem;
}
@media screen and (max-width: 767px) {
  .about-overview__title {
    margin-right: 0;
  }
}
.about-overview__title::before {
  top: -2.5rem;
  right: -7.5rem;
}
@media screen and (max-width: 767px) {
  .about-overview__title::before {
    top: -3.125rem;
    right: -5rem;
  }
}

.about-overview__list {
  width: 40.125rem;
}
@media screen and (max-width: 767px) {
  .about-overview__list {
    width: 100%;
  }
}

.about-history {
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  .about-history {
    padding-top: 4.375rem;
  }
}

.about-history__wrapper {
  display: flex;
  align-items: flex-start;
  gap: 9.375rem;
}
@media screen and (max-width: 767px) {
  .about-history__wrapper {
    flex-direction: column;
    gap: 3.125rem;
  }
}

.about-history__title {
  margin-left: 7.5rem;
}
@media screen and (max-width: 767px) {
  .about-history__title {
    margin-left: 0;
  }
}
.about-history__title::before {
  top: -2.5rem;
  right: -5rem;
}
@media screen and (min-width: 768px) {
  .about-history__title::before {
    transform: scale(-1, 1);
  }
}
@media screen and (max-width: 767px) {
  .about-history__title::before {
    top: -3.125rem;
  }
}

.about-history__list {
  position: relative;
}
.about-history__list::before {
  content: "";
  position: absolute;
  top: 0.625rem;
  left: 6.875rem;
  width: 0.25rem;
  height: 20rem;
  background-color: #F9F6F2;
}
@media screen and (max-width: 767px) {
  .about-history__list::before {
    left: 5.625rem;
  }
}
.about-history__list li {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 5.75rem;
}
@media screen and (max-width: 767px) {
  .about-history__list li {
    gap: 3.125rem;
  }
}
.about-history__list li::before {
  content: "";
  position: absolute;
  top: 0.625rem;
  left: 6.625rem;
  width: 0.75rem;
  aspect-ratio: 1;
  background-color: #B18601;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .about-history__list li::before {
    left: 5.375rem;
  }
}
.about-history__list li + li {
  margin-top: calc(4.0625rem + (1em - 1lh) / 2);
}

.about-history__list--year {
  flex-shrink: 0;
  font-size: 1.5rem;
}

.about-history__list--unit {
  font-size: 0.75rem;
}

.about-history__list--text {
  margin-top: calc(0.5rem + (1em - 1lh) / 2);
}

.commitment-message {
  background: url(../images/commitment/img_bg.jpg) no-repeat top right/cover;
}
@media screen and (max-width: 767px) {
  .commitment-message {
    background: url(../images/commitment/sp/img_bg.jpg) no-repeat top right/cover;
  }
}
.commitment-message p {
  margin-top: calc(4.375rem + (1em - 1lh) / 2);
}
@media screen and (max-width: 767px) {
  .commitment-message p {
    margin-top: calc(2.5rem + (1em - 1lh) / 2);
  }
}

.commitment-message__wrapper {
  padding-top: 8.75rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .commitment-message__wrapper {
    padding-top: 4.375rem;
    padding-bottom: 3.125rem;
  }
}

.commitment-links__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .commitment-links__wrapper {
    padding-top: 1.875rem;
  }
}

.commitment-links__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15.3125rem;
  padding: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border: 1px solid #333;
  transition: color 0.5s, background-color 0.5s;
}
@media screen and (max-width: 767px) {
  .commitment-links__btn {
    padding: 0.9375rem;
  }
}
.commitment-links__btn svg {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%);
  width: 0.5625rem;
  aspect-ratio: 9/5;
  transition: top 0.5s;
}
.commitment-links__btn svg path {
  transition: fill 0.5s;
}
@media (any-hover: hover) {
  .commitment-links__btn:hover {
    color: #FFF;
    background-color: #333;
    opacity: 1;
  }
  .commitment-links__btn:hover svg {
    top: 55%;
  }
  .commitment-links__btn:hover svg path {
    fill: #FFF;
  }
}

.commitment-origin {
  padding-top: 15rem;
}
@media screen and (max-width: 767px) {
  .commitment-origin {
    padding-top: 7.5rem;
  }
}

.commitment-origin__wrapper {
  display: flex;
  align-items: center;
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .commitment-origin__wrapper {
    align-items: flex-start;
    flex-direction: column;
    gap: 1.875rem;
  }
}

.commitment-origin__title {
  margin-left: 7.5rem;
}
@media screen and (max-width: 767px) {
  .commitment-origin__title {
    margin-left: 0;
  }
}
.commitment-origin__title::before {
  top: -2.5rem;
  right: -5rem;
}
@media screen and (min-width: 768px) {
  .commitment-origin__title::before {
    transform: scale(-1, 1);
  }
}
@media screen and (max-width: 767px) {
  .commitment-origin__title::before {
    top: -3.125rem;
  }
}

.commitment-origin__text {
  margin-top: calc(3.125rem + (1em - 1lh) / 2);
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .commitment-origin__text {
    margin-top: 0;
    font-size: 1.25rem;
  }
}

.commitment-origin__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.125rem;
  margin-top: 6.875rem;
}
@media screen and (max-width: 767px) {
  .commitment-origin__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 7.5rem;
  }
}
.commitment-origin__list li {
  position: relative;
}

.commitment-origin__list--image {
  width: 100%;
}
.commitment-origin__list--image img {
  width: 100%;
}

.commitment-origin__list--box {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .commitment-origin__list--box {
    gap: 0.625rem;
  }
}

.commitment-origin__list--circle {
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 7.5rem;
  aspect-ratio: 1;
  padding: 0.9375rem;
  margin-top: calc(-0.625rem + (1em - 1lh) / 2);
  background-color: #B18601;
  color: #FFF;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .commitment-origin__list--circle {
    position: absolute;
    top: -4.375rem;
    left: 0;
    width: 6.25rem;
    padding: 0.3125rem;
  }
}
.commitment-origin__list--circle::before {
  content: "";
  position: absolute;
  top: 4rem;
  left: 0;
  right: 0;
  width: 5.625rem;
  height: 1px;
  margin-inline: auto;
  background-color: #FFF;
}
@media screen and (max-width: 767px) {
  .commitment-origin__list--circle::before {
    top: 3.4375rem;
    width: 4.6875rem;
  }
}
.commitment-origin__list--circle span {
  display: inline-block;
  line-height: 1.5;
}
.commitment-origin__list--circle span:first-of-type {
  padding-bottom: 0.625rem;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .commitment-origin__list--circle span:first-of-type {
    padding-bottom: 0.3125rem;
    font-size: 1.375rem;
  }
}
.commitment-origin__list--circle span:last-of-type {
  font-size: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .commitment-origin__list--circle span:last-of-type {
    font-size: 0.875rem;
  }
}

.commitment-origin__list--text {
  margin-top: calc(1.875rem + (1em - 1lh) / 2);
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .commitment-origin__list--text {
    margin-top: calc(0.9375rem + (1em - 1lh) / 2);
  }
}

.commitment-reassurance,
.commitment-sustainability {
  padding-top: 12.5rem;
}
@media screen and (max-width: 767px) {
  .commitment-reassurance,
  .commitment-sustainability {
    padding-top: 6.25rem;
  }
}

.commitment-reassurance__wrapper,
.commitment-sustainability__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .commitment-reassurance__wrapper,
  .commitment-sustainability__wrapper {
    flex-direction: column;
    gap: 1.875rem;
  }
}

.commitment-reassurance__box,
.commitment-sustainability__box {
  max-width: 31.875rem;
  margin-top: calc(4.375rem + (1em - 1lh) / 2);
}
@media screen and (max-width: 767px) {
  .commitment-reassurance__box,
  .commitment-sustainability__box {
    width: 85%;
    margin-top: 0;
    margin-inline: auto;
  }
}
.commitment-reassurance__box p,
.commitment-sustainability__box p {
  margin-top: calc(4.375rem + (1em - 1lh) / 2);
}
@media screen and (max-width: 767px) {
  .commitment-reassurance__box p,
  .commitment-sustainability__box p {
    margin-top: calc(3.125rem + (1em - 1lh) / 2);
  }
}
.commitment-reassurance__box p + p,
.commitment-sustainability__box p + p {
  margin-top: calc(3.125rem + (1em - 1lh) / 2);
}

.commitment-reassurance__title::before {
  top: -6.875rem;
  right: -3.4375rem;
}
@media screen and (max-width: 767px) {
  .commitment-reassurance__title::before {
    top: -3.125rem;
    right: -2.5rem;
  }
}

.commitment-sustainability__title::before {
  top: -6.875rem;
  right: -5.125rem;
}
@media screen and (max-width: 767px) {
  .commitment-sustainability__title::before {
    top: -3.125rem;
    right: -2.5rem;
  }
}

.commitment-reassurance__image,
.commitment-sustainability__image {
  flex-shrink: 0;
  width: 36.875rem;
}
@media screen and (max-width: 767px) {
  .commitment-reassurance__image,
  .commitment-sustainability__image {
    width: 100%;
  }
}
.commitment-reassurance__image img,
.commitment-sustainability__image img {
  width: 100%;
}

.commitment-sweets {
  padding-top: 12.5rem;
}
@media screen and (max-width: 767px) {
  .commitment-sweets {
    padding-top: 6.25rem;
  }
}

.commitment-sweets__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: row-reverse;
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .commitment-sweets__wrapper {
    flex-direction: column;
    gap: 1.875rem;
  }
}

.commitment-sweets__box {
  max-width: 31.875rem;
  margin-top: calc(4.375rem + (1em - 1lh) / 2);
}
@media screen and (max-width: 767px) {
  .commitment-sweets__box {
    width: 85%;
    margin-top: 0;
    margin-inline: auto;
  }
}
.commitment-sweets__box p {
  margin-top: calc(4.375rem + (1em - 1lh) / 2);
}
@media screen and (max-width: 767px) {
  .commitment-sweets__box p {
    margin-top: calc(3.125rem + (1em - 1lh) / 2);
  }
}
.commitment-sweets__box p + p {
  margin-top: calc(3.125rem + (1em - 1lh) / 2);
}

.commitment-sweets__title::before {
  top: -6.875rem;
  right: -4.3125rem;
}
@media screen and (max-width: 767px) {
  .commitment-sweets__title::before {
    top: -3.125rem;
    right: -2.5rem;
  }
}

.commitment-sweets__image {
  flex-shrink: 0;
  width: 36.875rem;
}
@media screen and (max-width: 767px) {
  .commitment-sweets__image {
    width: 100%;
  }
}
.commitment-sweets__image img {
  width: 100%;
}

.commitment-lore {
  padding-top: 15rem;
}
@media screen and (max-width: 767px) {
  .commitment-lore {
    padding-top: 7.5rem;
  }
}

.commitment-lore__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .commitment-lore__wrapper {
    flex-direction: column;
    gap: 1.875rem;
  }
}

@media screen and (min-width: 768px) {
  .commitment-lore__title {
    line-height: 2 !important;
  }
}
@media screen and (max-width: 767px) {
  .commitment-lore__title {
    width: 85%;
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  .commitment-lore__title::before {
    transform: scale(-1, 1);
    top: -2.5rem;
    left: -7.5rem;
  }
}
@media screen and (max-width: 767px) {
  .commitment-lore__title::before {
    top: -3.125rem;
    right: 0;
  }
}

.commitment-lore__box {
  max-width: 53.75rem;
  margin-top: calc(3.125rem + (1em - 1lh) / 2);
}
@media screen and (max-width: 767px) {
  .commitment-lore__box {
    margin-top: calc(2.5rem + (1em - 1lh) / 2);
  }
}
@media screen and (max-width: 767px) {
  .commitment-lore__box p {
    width: 85%;
    margin-inline: auto;
  }
}

.commitment-lore__image {
  max-width: 53.75rem;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .commitment-lore__image {
    margin-top: 1.875rem;
  }
}
.commitment-lore__image img {
  width: 100%;
}

.contact-wrapper {
  position: relative;
  padding-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .contact-wrapper {
    padding-top: 3.125rem;
  }
}
.contact-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  right: 3.4375rem;
  width: 14.625rem;
  aspect-ratio: 1;
  background: url(../images/common/icn_deco.svg) no-repeat center/contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .contact-wrapper::before {
    right: 0;
    width: 7.5rem;
  }
}

.conatct__head {
  font-weight: 600;
  line-height: 1.8;
}
.conatct__head h3 {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .conatct__head h3 {
    font-size: 1.625rem;
  }
}
.conatct__head + .conatct__head {
  margin-top: 8.75rem;
}
@media screen and (max-width: 767px) {
  .conatct__head + .conatct__head {
    margin-top: 5rem;
  }
}

.conatct__tel {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .conatct__tel h3 {
    line-height: 1.5;
  }
}
.conatct__tel p {
  margin-top: calc(2.5rem + (1em - 1lh) / 2);
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .conatct__tel p {
    font-size: 2.5rem;
  }
}

.conatct__form h3 {
  text-align: center;
}
.conatct__form .conatct__message {
  max-width: 21.3125rem;
  margin-inline: auto;
  margin-top: calc(2.5rem + (1em - 1lh) / 2);
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .conatct__form .conatct__message {
    font-size: 1.125rem;
  }
}
.conatct__form .conatct__text {
  margin-top: calc(7.5rem + (1em - 1lh) / 2);
  font-size: 0.875rem;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .conatct__form .conatct__text {
    margin-top: calc(5rem + (1em - 1lh) / 2);
  }
}
.conatct__form a {
  color: #B18601;
}

.wpcf7-form {
  font-size: 1rem;
}

.conatct__form--table {
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .conatct__form--table {
    margin-top: 3.125rem;
  }
}
.conatct__form--table p {
  margin-block: 0;
}
.conatct__form--table > div {
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .conatct__form--table > div {
    flex-direction: column;
  }
  .conatct__form--table > div + div {
    margin-top: 0.625rem;
  }
}
@media screen and (min-width: 768px) {
  .conatct__form--table > div:first-of-type dt {
    border-top: 1px solid #B18601;
  }
}
.conatct__form--table > div:first-of-type dd p {
  display: flex;
  align-items: center;
  min-height: 5.3125rem;
}
@media screen and (max-width: 767px) {
  .conatct__form--table > div:first-of-type dd p {
    transform: translateX(-16px);
  }
}
.conatct__form--table dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14.5rem;
  border-bottom: 1px solid #B18601;
}
@media screen and (max-width: 767px) {
  .conatct__form--table dt {
    justify-content: flex-start;
    width: 11.25rem;
    padding-bottom: 0.3125rem;
  }
}
.conatct__form--table dt span {
  display: inline-block;
  margin-left: 0.625rem;
  padding-inline: 0.3125rem;
  font-size: 0.625rem;
  font-weight: 600;
  background-color: #B18601;
  color: #FFF;
  transform: translateY(-0.125rem);
}
.conatct__form--table dd {
  width: calc(100% - 14.5rem);
  padding-block: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .conatct__form--table dd {
    width: 100%;
  }
}
.conatct__form--table input[type=text],
.conatct__form--table input[type=tel],
.conatct__form--table input[type=email],
.conatct__form--table textarea {
  font-family: "Noto Serif JP", serif;
  width: 100%;
  min-height: 3.1875rem;
  padding: 0.625rem;
  border: none;
  background-color: #E8E8E8;
}
.conatct__form--table label {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .conatct__form--table .wpcf7-list-item {
    margin-bottom: 1em;
  }
}
.conatct__form--table input[type=radio] {
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #333;
  border-radius: 50%;
  vertical-align: -0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media screen and (max-width: 767px) {
  .conatct__form--table input[type=radio] {
    vertical-align: -0.375rem;
  }
}
.conatct__form--table input[type=radio]:checked:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background: #333;
}
.conatct__form--table .wpcf7-not-valid-tip {
  margin-top: 0.3125rem;
}

.form-message {
  margin-top: 3.4375rem;
  font-size: 0.75rem;
  line-height: 1.9;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .form-message {
    margin-top: 1.25rem;
    font-size: 0.6875rem;
  }
}

.form-btn {
  position: relative;
  margin-top: 3.4375rem;
}
.form-btn > p {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .form-btn > p {
    margin-left: 3rem;
  }
}
.form-btn .wpcf7-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15.625rem;
  height: 3.75rem;
  font-family: "Noto Serif JP", serif;
  font-size: 0.875rem;
  color: #333;
  border: 1px solid #333;
  background-color: transparent;
  transition: color 0.5s, background-color 0.5s;
  cursor: pointer;
}
@media (any-hover: hover) {
  .form-btn .wpcf7-submit:hover {
    color: #FFF;
    background-color: #333;
    opacity: 1;
  }
  .form-btn .wpcf7-submit:hover ~ svg {
    left: 37.8125rem;
  }
}
@media screen and (any-hover: hover) and (max-width: 767px) {
  .form-btn .wpcf7-submit:hover ~ svg {
    left: 15.9375rem;
  }
}
@media (any-hover: hover) {
  .form-btn .wpcf7-submit:hover ~ svg path {
    fill: #FFF;
  }
}
.form-btn .wpcf7-spinner {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .form-btn .wpcf7-spinner {
    position: absolute;
    bottom: -48px;
    left: 0;
    right: 0;
    margin-inline: auto;
  }
}
.form-btn .wpcf7-spinner::before {
  top: 0.25rem;
  left: 0.25rem;
  width: 0.375rem;
  height: 0.375rem;
  transform-origin: 0.5rem 0.5rem;
}
.form-btn svg {
  position: absolute;
  top: 50%;
  left: 37.5rem;
  transform: translateY(-50%);
  width: 0.9375rem;
  aspect-ratio: 15/10;
  transition: left 0.5s;
}
@media screen and (max-width: 767px) {
  .form-btn svg {
    left: 15.625rem;
  }
}
.form-btn svg path {
  transition: fill 0.5s;
}

.grecaptcha-badge {
  visibility: hidden;
}

.information-wrapper {
  position: relative;
  padding-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .information-wrapper {
    padding-top: 3.125rem;
  }
}
.information-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  right: 3.4375rem;
  width: 14.625rem;
  aspect-ratio: 1;
  background: url(../images/common/icn_deco.svg) no-repeat center/contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .information-wrapper::before {
    right: 0;
    width: 7.5rem;
  }
}

.information-cat {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .information-cat {
    flex-direction: column;
  }
}

.information-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15.3125rem;
  padding: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border: 1px solid #333;
  transition: color 0.5s, background-color 0.5s;
}
@media screen and (max-width: 767px) {
  .information-btn {
    padding: 0.9375rem;
  }
}
.information-btn svg {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%) rotate(-90deg);
  width: 0.5625rem;
  aspect-ratio: 9/5;
  transition: right 0.5s;
}
.information-btn svg path {
  transition: fill 0.5s;
}
@media (any-hover: hover) {
  .information-btn:hover {
    color: #FFF;
    background-color: #333;
    opacity: 1;
  }
  .information-btn:hover svg {
    right: 0.9375rem;
  }
  .information-btn:hover svg path {
    fill: #FFF;
  }
}

.information-list {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .information-list {
    margin-top: 3.125rem;
  }
}

.pagination {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .pagination {
    margin-top: 3.125rem;
  }
}
.pagination a {
  font-family: "Noto Sans", sans-serif;
}
.pagination .current {
  color: #B18601;
}
.pagination .prev a,
.pagination .next a {
  display: block;
  width: 1.25rem;
  aspect-ratio: 1;
  background: url(../images/common/icn_pagination.svg) no-repeat center/contain;
}
.pagination .prev {
  margin-right: 1.25rem;
}
.pagination .next {
  margin-left: 1.25rem;
}
.pagination .next a {
  transform: scale(-1, 1);
}

.information-no-post {
  margin-top: calc(6.25rem + (1em - 1lh) / 2);
}
@media screen and (max-width: 767px) {
  .information-no-post {
    margin-top: calc(3.125rem + (1em - 1lh) / 2);
  }
}

.information-post span {
  display: inline-block;
  margin-left: 1.875rem;
  color: #B18601;
  font-size: 0.75rem;
}
.information-post h1 {
  margin-top: calc(0.9375rem + (1em - 1lh) / 2);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .information-post h1 {
    font-size: 1.625rem;
  }
}
.information-post p {
  margin-block: 0;
}
.information-post ul {
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: disc;
}
.information-post ol {
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: decimal;
}

.information-thumbnail {
  width: 100%;
  margin-top: 5rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .information-thumbnail {
    margin-top: 2.5rem;
    margin-bottom: 1.875rem;
  }
}
.information-thumbnail img {
  width: 100%;
}

.information-post-btn {
  width: 18.125rem;
  height: 3.75rem;
  margin-top: 10rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .information-post-btn {
    margin-top: 5rem;
  }
}
.information-post-btn svg {
  top: 50%;
  right: auto;
  left: 1.25rem;
  transform: translateY(-50%) scale(-1, 1);
  transition: left 0.5s;
}
@media (any-hover: hover) {
  .information-post-btn:hover svg {
    left: 0.9375rem;
    right: auto;
  }
}

.items-wrapper {
  position: relative;
  padding-top: 6.25rem;
}

.items__titleWrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.items__titleWrap.bottom {
  margin-top: 8.75rem;
}

.items__title::before {
  top: -2.5rem;
  right: -9.375rem;
}
@media screen and (max-width: 767px) {
  .items__title::before {
    right: -5rem;
  }
}

.items__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem 1.875rem;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .items__list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.items__list--image {
  width: 100%;
  aspect-ratio: 326/240;
}
.items__list--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.items__list--title {
  margin-top: 1.25rem;
}

.items__post {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .items__post {
    grid-template-columns: repeat(1, 1fr);
  }
}

.items__slideWrap {
  position: relative;
}
.items__slideWrap .swiper-button-prev,
.items__slideWrap .swiper-button-next {
  width: 3.75rem;
  height: 3.75rem;
  background-color: #FFF;
  opacity: 0.9;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .items__slideWrap .swiper-button-prev,
  .items__slideWrap .swiper-button-next {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.items__slideWrap .swiper-button-prev::after,
.items__slideWrap .swiper-button-next::after {
  width: 0.75rem;
  aspect-ratio: 8.5/14;
  background: url(../images/common/icn_arrrow_03.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .items__slideWrap .swiper-button-prev::after,
  .items__slideWrap .swiper-button-next::after {
    width: 0.625rem;
  }
}
.items__slideWrap .swiper-button-prev {
  left: 0;
  transform: translateX(-50%);
}
.items__slideWrap .swiper-button-prev::after {
  transform: scale(-1, 1);
}
.items__slideWrap .swiper-button-next {
  right: 0;
  transform: translateX(50%);
}
.items__slideWrap .swiper-button-disabled::after {
  opacity: 0.3;
}

.items__slide .swiper-slide {
  aspect-ratio: 530/500;
}
.items__slide .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.items__thumbnail {
  margin-top: 1.25rem;
}
.items__thumbnail .swiper-slide {
  aspect-ratio: 163/150;
  cursor: pointer;
}
.items__thumbnail .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.items__name {
  font-size: 2.25rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .items__name {
    font-size: 1.875rem;
  }
}

.items__price {
  margin-top: calc(1.875rem + (1em - 1lh) / 2);
  font-size: 1.5rem;
}
.items__price span {
  font-size: 0.75rem;
}

.items__num {
  margin-top: calc(2.5rem + (1em - 1lh) / 2);
}
.items__num dt {
  font-size: 0.75rem;
}

.items__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  width: 100%;
  max-width: 28.125rem;
  height: 3.9375rem;
  margin-top: 1.25rem;
  border: 1px solid #333;
  transition: color 0.5s, background-color 0.5s;
}
.items__link svg {
  width: 0.875rem;
  aspect-ratio: 14/13;
}
.items__link svg path {
  transition: fill 0.5s;
}
@media (any-hover: hover) {
  .items__link:hover {
    color: #FFF;
    background-color: #333;
    opacity: 1;
  }
  .items__link:hover svg path {
    fill: #FFF;
  }
}

.items__text {
  margin-top: calc(3.75rem + (1em - 1lh) / 2);
  padding-top: 1.875rem;
  border-top: 1px solid #E8E8E8;
}
.items__text > div p {
  margin-block: calc(0.625rem + (1em - 1lh) / 2);
}

.items__text--info {
  margin-bottom: 2.5rem;
}

.privacy-wrapper {
  position: relative;
  padding-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .privacy-wrapper {
    padding-top: 3.125rem;
  }
}
.privacy-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  right: 3.4375rem;
  width: 14.625rem;
  aspect-ratio: 1;
  background: url(../images/common/icn_deco.svg) no-repeat center/contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .privacy-wrapper::before {
    right: 0;
    width: 7.5rem;
  }
}

.privacy__text {
  line-height: 1.9;
}

.privacy__list div {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .privacy__list div {
    margin-top: 2.5rem;
  }
}
.privacy__list dt, .privacy__list dd {
  line-height: 1.9;
}
.privacy__list dt {
  font-weight: 600;
}
.privacy__list dd {
  margin-top: calc(0.625rem + (1em - 1lh) / 2);
}
.privacy__list dd span {
  display: inline-block;
  margin-top: calc(2.5rem + (1em - 1lh) / 2);
}

.top__mv {
  width: 100%;
  aspect-ratio: 1280/700;
}
@media screen and (max-width: 767px) {
  .top__mv {
    aspect-ratio: 375/380;
  }
}
.top__mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-about {
  background: url(../images/top/img_about_bg.jpg) no-repeat top right/cover;
}
@media screen and (max-width: 767px) {
  .top-about {
    background: url(../images/top/sp/img_about_bg.jpg) no-repeat top right/cover;
  }
}
.top-about p {
  margin-top: calc(4.375rem + (1em - 1lh) / 2);
}
@media screen and (max-width: 767px) {
  .top-about p {
    margin-top: calc(2.5rem + (1em - 1lh) / 2);
  }
}

.top-about__wrapper {
  padding-top: 13.75rem;
  padding-bottom: 12.5rem;
}
@media screen and (max-width: 767px) {
  .top-about__wrapper {
    padding-block: 6.25rem;
  }
}

.top-about__btn {
  margin-top: calc(4.375rem + (1em - 1lh) / 2);
}
@media screen and (max-width: 767px) {
  .top-about__btn {
    margin-top: calc(2.5rem + (1em - 1lh) / 2);
    margin-inline: auto;
  }
}

.top-bg {
  position: relative;
  width: 100%;
  height: 41.25rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top-bg {
    height: 20.625rem;
  }
}

.top-bg__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  z-index: -1;
}
.top-bg__image::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1280/660;
  background: url(../images/top/img_sec_bg.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .top-bg__image::before {
    aspect-ratio: 375/667;
    background: url(../images/top/sp/img_sec_bg.jpg) no-repeat center/cover;
  }
}

.top-commitment,
.top-items {
  padding-top: 12.5rem;
}
@media screen and (max-width: 767px) {
  .top-commitment,
  .top-items {
    padding-top: 6.25rem;
  }
}
.top-commitment p,
.top-items p {
  margin-top: calc(4.375rem + (1em - 1lh) / 2);
}
@media screen and (max-width: 767px) {
  .top-commitment p,
  .top-items p {
    margin-top: calc(2.5rem + (1em - 1lh) / 2);
  }
}

.top-commitment__wrapper,
.top-items__wrapper {
  display: flex;
  align-items: center;
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .top-commitment__wrapper,
  .top-items__wrapper {
    flex-direction: column;
  }
}

.top-items__wrapper {
  flex-direction: row-reverse;
  gap: 0;
}
@media screen and (max-width: 767px) {
  .top-items__wrapper {
    flex-direction: column;
  }
}

.top-commitment__image,
.top-items__image {
  flex-shrink: 0;
}
.top-commitment__image img,
.top-items__image img {
  width: 100%;
}

.top-commitment__image {
  width: 36.875rem;
}
@media screen and (max-width: 767px) {
  .top-commitment__image {
    width: 100%;
  }
}

.top-items__image {
  width: 44.125rem;
}
@media screen and (max-width: 767px) {
  .top-items__image {
    width: 100%;
  }
}

.top-commitment__title::before {
  top: -8.75rem;
  right: -7.1875rem;
}
@media screen and (max-width: 767px) {
  .top-commitment__title::before {
    top: -3.75rem;
    right: -0.9375rem;
  }
}

.top-items__title::before {
  top: -15.375rem;
  right: -6.125rem;
}
@media screen and (max-width: 767px) {
  .top-items__title::before {
    top: -3.125rem;
    right: 0;
  }
}

.top-commitment__btn,
.top-items__btn {
  margin-top: calc(4.375rem + (1em - 1lh) / 2);
}
@media screen and (max-width: 767px) {
  .top-commitment__btn,
  .top-items__btn {
    margin-top: calc(2.5rem + (1em - 1lh) / 2);
    margin-inline: auto;
  }
}

@media screen and (max-width: 767px) {
  .top-commitment__box {
    width: 85%;
    margin-inline: auto;
  }
}

.top-items__box {
  width: calc(100% - 44.125rem);
  padding: 7.5rem 3.75rem 6.25rem 7.5rem;
  background: url(../images/top/img_items_bg.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .top-items__box {
    width: 100%;
    padding: 3.75rem 0;
  }
  .top-items__box > * {
    width: 85%;
    margin-inline: auto;
  }
  .top-items__box .top-items__btn {
    width: -moz-fit-content;
    width: fit-content;
  }
}

.top-links {
  padding-top: 9.375rem;
}
@media screen and (max-width: 767px) {
  .top-links {
    padding-top: 6.25rem;
  }
}

.top-links__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .top-links__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.top-link p {
  position: relative;
  padding: 1.5rem 1.5rem 2.125rem;
  text-align: center;
  font-weight: 500;
  line-height: 1.9;
  background-color: #F9F6F2;
}
.top-link p::before {
  content: "";
  position: absolute;
  top: -1.375rem;
  left: 0;
  right: 0;
  transform: translateY(1px);
  width: 100%;
  aspect-ratio: 500/22;
  background: url(../images/top/img_link_deco.svg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .top-link p::before {
    top: -0.875rem;
  }
}
@media (any-hover: hover) {
  .top-link:hover {
    opacity: 1;
  }
  .top-link:hover .top-link__top::before {
    opacity: 0;
  }
}

.top-link__top {
  position: relative;
  display: grid;
  place-content: center;
  width: 100%;
  aspect-ratio: 500/400;
  color: #FFF;
  text-align: center;
  z-index: 0;
}
.top-link__top img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -2;
}
.top-link__top::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(80, 65, 54, 0.4);
  transition: opacity 0.5s;
  z-index: -1;
}
.top-link__top span {
  margin-top: calc(1.25rem + (1em - 1lh) / 2);
  font-family: "Noto Sans", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.top-information {
  padding-top: 12.5rem;
}
@media screen and (max-width: 767px) {
  .top-information {
    padding-top: 6.25rem;
  }
}

.top-information__wrapper {
  display: flex;
  align-items: flex-start;
  gap: 16.875rem;
}
@media screen and (max-width: 767px) {
  .top-information__wrapper {
    flex-direction: column;
    gap: 3.75rem;
  }
}

.top-information__title::before {
  top: -7.5rem;
  right: -10.625rem;
}
@media screen and (max-width: 767px) {
  .top-information__title::before {
    top: -3.75rem;
    right: -6.25rem;
  }
}

.top-information__list {
  width: 39.875rem;
}
@media screen and (max-width: 767px) {
  .top-information__list {
    width: 100%;
  }
}

.top-information__btn {
  margin-top: calc(3.75rem + (1em - 1lh) / 2);
}
@media screen and (max-width: 767px) {
  .top-information__btn {
    margin-top: calc(2.5rem + (1em - 1lh) / 2);
    margin-inline: auto;
  }
}

.working-message {
  padding-top: 8.75rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .working-message {
    padding-top: 4.375rem;
    padding-bottom: 3.125rem;
  }
}
.working-message p {
  max-width: 50rem;
  margin-top: calc(4.375rem + (1em - 1lh) / 2);
}
@media screen and (max-width: 767px) {
  .working-message p {
    margin-top: calc(2.5rem + (1em - 1lh) / 2);
  }
}

.working-bg {
  position: relative;
  width: 100%;
  height: 41.25rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .working-bg {
    height: 20.625rem;
  }
}

.working-bg__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  z-index: -1;
}
.working-bg__image::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1280/660;
  background: url(../images/working-environment/img_bg.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .working-bg__image::before {
    aspect-ratio: 375/667;
    background: url(../images/working-environment/sp/img_bg.jpg) no-repeat center/cover;
  }
}

.working-point {
  padding-top: 8.75rem;
}
@media screen and (max-width: 767px) {
  .working-point {
    padding-top: 4.375rem;
  }
}

.working-point__title {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .working-point__title {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .working-point__title::before {
    top: -8rem;
    left: 0;
    transform: scale(-1, 1);
  }
}
@media screen and (max-width: 767px) {
  .working-point__title::before {
    top: -3.125rem;
    right: 0;
  }
}

.working-point__text {
  max-width: 50rem;
  margin-top: calc(4.375rem + (1em - 1lh) / 2);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .working-point__text {
    margin-top: calc(2.5rem + (1em - 1lh) / 2);
  }
}

.working-point__inner {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 5rem;
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .working-point__inner {
    flex-direction: column;
    gap: 3.75rem;
    margin-top: 3.75rem;
  }
}
.working-point__inner.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .working-point__inner.reverse {
    flex-direction: column;
  }
}

.working-point__box {
  max-width: 31.25rem;
}
@media screen and (max-width: 767px) {
  .working-point__box {
    width: 85%;
    margin-inline: auto;
  }
}

.working-point__row h4 {
  font-size: 1.5rem;
}
.working-point__row h4 svg {
  width: 1.875rem;
  height: auto;
  transform: translateY(0.375rem);
  margin-right: 0.625rem;
}
@media screen and (max-width: 767px) {
  .working-point__row h4 svg {
    width: 1.5625rem;
    transform: translateY(0.25rem);
  }
}
.working-point__row p {
  margin-top: calc(2.5rem + (1em - 1lh) / 2);
  line-height: 1.9;
}
.working-point__row + .working-point__row {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .working-point__row + .working-point__row {
    margin-top: 3.75rem;
  }
}

.working-point__image {
  width: 36.25rem;
}
@media screen and (max-width: 767px) {
  .working-point__image {
    width: 100%;
  }
}
.working-point__image img {
  width: 100%;
}

.working-recruit {
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  .working-recruit {
    padding-top: 4.375rem;
  }
}

.working-recruit__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .working-recruit__wrapper {
    flex-direction: column;
  }
}

.working-recruit__title {
  margin-right: 7.5rem;
}
@media screen and (max-width: 767px) {
  .working-recruit__title {
    margin-right: 0;
  }
}
.working-recruit__title::before {
  top: -2.5rem;
  right: -7.5rem;
}
@media screen and (max-width: 767px) {
  .working-recruit__title::before {
    top: -3.125rem;
    right: -5rem;
  }
}

.working-recruit__list {
  width: 45.375rem;
}
@media screen and (max-width: 767px) {
  .working-recruit__list {
    width: 100%;
  }
}
.working-recruit__list dt {
  width: 10.9375rem;
}
@media screen and (max-width: 767px) {
  .working-recruit__list dt {
    width: 8.75rem;
  }
}
.working-recruit__list dd {
  width: calc(100% - 10.9375rem);
}
@media screen and (max-width: 767px) {
  .working-recruit__list dd {
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */
