@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

.grecaptcha-badge {
  display: none !important;
}

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

@font-face {
  font-display: swap;
  font-weight: 700;
  font-style: normal;
  font-family: "Optima";
  src: url("../fonts/OPTIMA_B.ttf") format("ttf");
}
html {
  font-size: 62.5%;
}
@media screen and (max-width: 1333px) and (min-width: 768px) {
  html {
    font-size: calc(1000 / 1333 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: calc(1000 / 375 * 1vw);
  }
}
@media screen and (max-width: 1180px) {
  html {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  html::-webkit-scrollbar {
    display: none;
  }
}

body {
  color: #755A49;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.7647058824;
}
body.no-scroll {
  position: fixed;
  width: 100%;
  height: 100%;
  inset: 0;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

picture,
img {
  display: block;
}

a,
span {
  display: inline-block;
}

picture {
  display: contents;
}

video,
img,
svg {
  width: 100%;
  height: 100%;
}

button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
}

input,
textarea,
select {
  font: inherit;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.l-inner {
  position: relative;
  width: 100%;
  max-width: 1186px;
  height: inherit;
  padding-inline: 4rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 100%;
    padding-inline: 2.7rem;
  }
}
@media screen and (max-width: 767px) {
  .l-inner.sp-wide {
    padding-inline: 3rem;
  }
}

.c-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFF;
  border: 2px solid #2467B3;
  border-radius: 3.5rem;
  color: #2467B3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  height: 7rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.5;
  margin-inline: auto;
  margin-top: 3.2rem;
  padding: 2.6rem 3.5rem;
  text-align: center;
  width: 32rem;
}
@media screen and (max-width: 767px) {
  .c-btn {
    font-size: max(2rem, 14px);
    line-height: 1.4;
    padding-block: 0;
    gap: 0.8rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-btn {
    font-size: 2rem;
  }
}
.c-btn::after {
  content: "";
  display: block;
  width: 4.5rem;
  aspect-ratio: 1/1;
  background: url("../img/common/icon_arrow_btn.svg") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .c-btn::after {
    width: 2.4rem;
  }
}
@media (hover: hover) {
  .c-btn:hover {
    opacity: 0.8;
  }
}

section {
  padding-block: 3rem 8rem;
}
@media screen and (max-width: 767px) {
  section {
    padding-block: 2rem 5rem;
  }
}

.u-pt {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-pt {
    display: block;
  }
}

.c-title p.en {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
}
@media screen and (max-width: 767px) {
  .c-title p.en {
    line-height: 1.64;
    margin-top: 2rem;
    font-size: 1.8rem;
  }
}
.c-title p.en.--white {
  color: #fff;
}
.c-title h2.ja {
  font-family: "YuMincho", "游明朝", serif;
  font-size: 4.2rem;
  font-weight: 600;
  text-align: center;
  color: #755A49;
}
@media screen and (max-width: 1300px) {
  .c-title h2.ja {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 1000px) {
  .c-title h2.ja {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-title h2.ja {
    font-size: 3.2rem;
    line-height: 1.6;
  }
}
.c-title h2.ja.--white {
  color: #fff;
}
.c-title p.en.big {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .c-title p.en.big {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
}
.c-title h2.ja.big {
  font-size: 3.8rem;
}
@media screen and (max-width: 767px) {
  .c-title h2.ja.big {
    font-size: 2.8rem;
  }
}

section#commitment {
  background: #755A49;
}

.c-banner {
  display: block;
  width: 100%;
  aspect-ratio: 1106/293;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .c-banner {
    aspect-ratio: 320/145;
  }
}
@media (hover: hover) {
  .c-banner:hover {
    opacity: 0.8;
  }
}

/* -------------------------------------------*/
body.is-open .l-header__logo .black {
  display: none;
}
body.is-open .l-header__logo .white {
  display: block;
}

main {
  background-color: #F8F6F0;
}

.l-header {
  width: 100%;
  height: 12rem;
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 999;
  background-color: transparent;
  padding-inline: 6rem;
  margin: 0 auto;
  color: #fff;
  padding-block: 1rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .l-header {
    padding-inline: 0.5rem 3rem;
    height: 7rem;
  }
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: inherit;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    gap: 0;
  }
}
.l-header__logo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  z-index: 55;
  position: relative;
}
.l-header__logo-link {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1300px) {
  .l-header__logo-link {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .l-header__logo-link:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .l-header__logo-link {
    width: 16.8rem;
    height: auto;
  }
}
.l-header__logo-link img {
  height: auto;
  width: 32rem;
}
@media screen and (max-width: 767px) {
  .l-header__logo-link img {
    width: 21rem;
    position: relative;
    top: 0.5rem;
  }
}
.l-header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.5rem;
}
@media screen and (max-width: 767px) {
  .l-header__right {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__right {
    gap: 1rem;
  }
}
.l-header__trigger {
  height: 34px;
  width: 36px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  padding: 0;
  z-index: 100;
}
.l-header__trigger-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 40px;
  height: 100%;
}
.l-header__trigger-wrap {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 33.5px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.l-header__trigger-line {
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 36px;
  height: 1px;
  background-color: #292929;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header__trigger-line:nth-of-type(1) {
  top: 1.3rem;
}
@media screen and (max-width: 767px) {
  .l-header__trigger-line:nth-of-type(1) {
    top: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header__trigger-line:nth-of-type(1) {
    top: 1.3rem;
  }
}
.l-header__trigger-line:nth-of-type(1).is-active {
  -webkit-transform: translate(-50%, 0) rotate(13deg);
          transform: translate(-50%, 0) rotate(13deg);
  top: 1.9rem;
}
@media screen and (max-width: 480px) {
  .l-header__trigger-line:nth-of-type(1).is-active {
    top: 1.6rem;
  }
}
.l-header__trigger-line:nth-of-type(2) {
  top: 10px;
}
@media screen and (max-width: 767px) {
  .l-header__trigger-line:nth-of-type(2) {
    top: 2.1rem;
  }
}
.l-header__trigger-line:nth-of-type(2).is-active {
  -webkit-transform: translate(-50%, 0) rotate(-13deg);
          transform: translate(-50%, 0) rotate(-13deg);
}
@media screen and (max-width: 900px) {
  .l-header__trigger-line:nth-of-type(2).is-active {
    top: 1.9rem;
  }
}
@media screen and (max-width: 480px) {
  .l-header__trigger-line:nth-of-type(2).is-active {
    top: 1.6rem;
  }
}
.l-header__trigger-line:nth-of-type(3) {
  top: 10px;
}
@media screen and (max-width: 900px) {
  .l-header__trigger-line:nth-of-type(3) {
    top: 27px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__trigger-line:nth-of-type(3) {
    top: 1.1rem;
  }
}
.l-header__trigger-line:nth-of-type(3).is-active {
  display: none;
}

.l-header.is-scrolled {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(6px);
}
@media screen and (max-width: 767px) {
  .l-header.is-scrolled {
    backdrop-filter: unset;
  }
}

.is-open .l-header__trigger-inner {
  background: unset;
}

#header {
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

body.is-open .l-navi {
  opacity: 1;
  visibility: visible;
}

.l-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 10rem;
}
@media screen and (max-width: 767px) {
  .l-navi {
    width: 100%;
    height: 100%;
    max-width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    -webkit-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
    border: none;
    overflow-y: scroll;
    opacity: 0;
    visibility: hidden;
    z-index: 51;
    color: #fff;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .l-navi {
    background: #f5f5f5;
  }
}
@media screen and (max-width: 767px) {
  .l-navi__inner {
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding-inline: 2rem;
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .l-navi__inner {
    padding-inline: 1.2rem;
  }
}
.l-navi__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.l-navi__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 1.5rem;
  height: 100%;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .l-navi__cta {
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    gap: 1.5rem;
    margin-top: 4rem;
    margin-inline: auto;
  }
}
.l-navi__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  padding-block: 1rem;
}
@media screen and (max-width: 900px) {
  .l-navi__menu {
    gap: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .l-navi__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    gap: 0rem;
    margin: 9.5rem auto 0;
    margin-top: 7.9rem;
    padding-inline: unset;
    width: 89%;
  }
}
@media screen and (max-width: 480px) {
  .l-navi__menu {
    width: 84%;
  }
}
.l-navi__menu-item {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  letter-spacing: 0.03em;
  margin-left: 1.5rem;
  height: 100%;
}
@media screen and (max-width: 900px) {
  .l-navi__menu-item {
    margin-left: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .l-navi__menu-item {
    max-width: 40rem;
    margin-inline: auto;
    width: 100%;
  }
}
.l-navi__menu-link {
  color: #222222;
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 1.6px;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 900px) {
  .l-navi__menu-link {
    font-size: 1.4rem;
  }
}
.l-navi__menu-link::after {
  content: "";
  position: absolute;
  bottom: 2rem;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  background-color: #292929;
}
@media (hover: hover) and (pointer: fine) {
  .l-navi__menu-link:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            transform: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .l-navi__menu-link:not(:hover)::after {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            transform: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}
@media screen and (max-width: 767px) {
  .l-navi__menu-link {
    width: 100%;
    text-align: left;
    font-size: 1.6rem;
    border-bottom: 1px solid #d8d8d8;
    color: #292929;
    padding-block: 1.4rem 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .l-navi__menu-link::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 6px;
    aspect-ratio: 1/1;
    background: url(../images/common/contact_sp_arrow.svg) no-repeat top center/contain;
    pointer-events: none;
    z-index: 5;
  }
}
.l-navi__menu-link.c-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 17rem;
  height: 4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.l-navi__mail, .l-navi__tel {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-navi__mail-link, .l-navi__tel-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #222222;
  border-radius: 5rem;
  padding-inline: 3.9rem;
  white-space: nowrap;
  height: 7rem;
  width: 100%;
  max-width: 24rem;
}
.l-navi__mail-link {
  border-right: 1px solid #FFF;
  background: #755A49;
}
.l-navi__mail-link svg {
  width: 3.8rem;
  height: auto;
}
@media (hover: hover) {
  .l-navi__mail-link:hover {
    opacity: 0.7;
  }
}
.l-navi__tel-link svg {
  width: 3.8rem;
  height: auto;
}

.l-navi__menu-item.--contact {
  margin-left: 2.3rem;
}
@media screen and (max-width: 900px) {
  .l-navi__menu-item.--contact {
    margin-left: 1.3rem;
  }
}

body.is-open .l-header__trigger-inner::before {
  display: none;
}

.l-navi__cta-sp.u-st {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  height: 5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1023px) {
  .l-navi__cta-sp.u-st {
    height: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .l-navi__cta-sp.u-st {
    gap: 0.8rem;
  }
}

.is-open .l-navi__cta-sp.u-st {
  display: none;
}

.l-navi__tel-sp {
  height: 5rem;
  width: 5rem;
}
@media screen and (max-width: 1023px) {
  .l-navi__tel-sp {
    height: 50px;
    width: 50px;
  }
}
@media screen and (max-width: 767px) {
  .l-navi__tel-sp {
    width: 40px;
    height: 40px;
  }
}

.l-navi__mail-sp-link {
  background-color: #CD5529;
  height: 5rem;
  width: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: -0.2rem;
}
@media screen and (max-width: 1023px) {
  .l-navi__mail-sp-link {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #CD5529;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    position: relative;
    top: 0rem;
  }
}
@media screen and (max-width: 767px) {
  .l-navi__mail-sp-link {
    top: 0rem;
  }
}

.l-navi__mail-sp {
  width: 5rem;
  height: 5rem;
}
@media screen and (max-width: 1023px) {
  .l-navi__mail-sp {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .l-navi__mail-sp {
    margin-right: 0;
  }
}

.l-navi__mail-icon {
  width: 50%;
  height: 20.55px;
}

.loading {
  position: fixed;
  inset: 0;
  background: #755A49;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* ★ 最重要：初期状態は完全に非表示 */
  opacity: 0;
  pointer-events: none;
}

/* ロゴ 初期状態（見えない） */
.loading__logo {
  max-width: 60rem;
  margin-inline: auto;
  opacity: 0;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}
@media screen and (max-width: 767px) {
  .loading__logo {
    max-width: 30rem;
  }
}

/* 表示中（JSで付与） */
.loading.is-show {
  opacity: 1;
  pointer-events: auto;
}

.loading.is-show .loading__logo {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* フェードアウト用 */
.loading.is-hide {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

body {
  opacity: 0;
}

/* JSで付ける */
body.is-ready {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

body.is-single {
  opacity: 1;
}

.p-drawer__btn {
  top: 1.5rem;
  right: 1.7rem;
  width: 2.6rem;
  height: 2rem;
  cursor: pointer;
  position: fixed;
}
.p-drawer__btn span {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.p-drawer__btn .open {
  opacity: 1;
  visibility: visible;
}
.p-drawer__btn .close {
  display: block;
  opacity: 0;
  visibility: hidden;
}
.p-drawer__btn.is-active .open {
  opacity: 0;
  visibility: hidden;
}
.p-drawer__btn.is-active .close {
  opacity: 1;
  visibility: visible;
}

.p-drawer {
  position: fixed;
  top: 5rem;
  left: 0;
  width: 100%;
  height: auto;
  max-height: calc(100vh - 5rem);
  max-height: calc(100dvh - 5rem);
  background-color: #fff;
  overflow-y: auto;
  z-index: 101;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s, opacity 0.3s;
  transition: visibility 0s, opacity 0.3s;
}
.p-drawer.is-active {
  visibility: visible;
  opacity: 1;
}

.p-drawer__wrap {
  padding: 0.5rem 2.7rem 0;
}

.p-footer {
  border: 1px solid #755A49;
  padding-block: 7.6rem 9rem;
  background: #755A49;
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding-block: 3rem 4rem;
  }
}
.p-footer__text {
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-footer__text {
    font-size: 0.6rem;
    margin-top: 2rem;
  }
}

.p-footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1248px;
  width: 100%;
  padding-inline: 2rem;
  padding-bottom: 4.4rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-footer__wrap {
    padding-bottom: 0;
    gap: 0;
  }
}

.p-footer__info {
  max-width: 360px;
  width: 29.8013245033%;
}
@media screen and (max-width: 939px) {
  .p-footer__info {
    width: 33%;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__info {
    max-width: 100%;
    width: 100%;
  }
}

.p-footer__logo {
  display: block;
  max-width: 30rem;
  margin-inline: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    max-width: 13rem;
  }
}

.p-footer__infoWrap {
  margin-left: 0.5rem;
  margin-top: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-footer__infoWrap {
    margin-left: 0;
    margin-top: 0.9rem;
  }
}

.p-footer__address {
  font-style: normal;
  font-size: max(1.6rem, 11.2px);
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-bottom: 1.1rem;
}
@media screen and (max-width: 767px) {
  .p-footer__address {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__address {
    font-size: max(1.4rem, 9.8px);
    line-height: 1.7142857143;
    letter-spacing: 0;
    margin-bottom: 2.1rem;
    text-align: center;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-footer__address {
    font-size: 1.4rem;
  }
}

.p-footer__mail {
  margin-top: 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: max(1.4rem, 9.8px);
  line-height: 1.4285714286;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-footer__mail {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__mail {
    margin-top: 1rem;
  }
}
.p-footer__mail::before {
  content: "";
  margin-top: 0.2rem;
  display: block;
  width: 2.6rem;
  height: 1.8rem;
  background: url("../img/common/icon_mail.svg") no-repeat center/contain;
}
.p-footer__mail.p-footer__mail--arrow::after {
  content: "";
  margin-top: 0.5rem;
  display: block;
  width: 0.9rem;
  height: 1rem;
  background-color: #755A49;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media (hover: hover) {
  .p-footer__mail:hover {
    opacity: 0.8;
  }
}

.p-footer__tel {
  margin-top: 1.1rem;
  margin-left: 0.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-footer__tel span {
  font-size: max(1.6rem, 11.2px);
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}
@media screen and (max-width: 767px) {
  .p-footer__tel span {
    font-size: 1.6rem;
  }
}
.p-footer__tel::before {
  content: "";
  margin-top: 0.4rem;
  display: block;
  width: 2rem;
  height: 2rem;
  background: url("../img/common/icon_tel.svg") no-repeat center/contain;
}

.p-footer__time {
  margin-top: 0.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.4rem;
}
.p-footer__time span {
  font-size: max(1.2rem, 8.4px);
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-footer__time span {
    font-size: 1.2rem;
  }
}

.p-footer__contactTitle {
  margin-top: 1.7rem;
  padding-top: 1.9rem;
  border-top: 0.1rem solid #755A49;
  font-size: max(2rem, 14px);
  letter-spacing: 0.05em;
  line-height: 1;
  color: transparent;
  background: linear-gradient(42deg, #254DCF 0.84%, #4EDFD3 101.13%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .p-footer__contactTitle {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__contactTitle {
    margin-top: 2.7rem;
    padding-top: 3rem;
    font-size: max(1.6rem, 11.2px);
    line-height: 1.25;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-footer__contactTitle {
    font-size: 1.6rem;
  }
}

.p-footer__contactList {
  margin-top: 1.7rem;
}
@media screen and (max-width: 767px) {
  .p-footer__contactList {
    margin-top: 0.9rem;
  }
}

.p-footer__contactItem:nth-child(n+2) {
  margin-top: 2.1rem;
}
@media screen and (max-width: 767px) {
  .p-footer__contactItem:nth-child(n+2) {
    margin-top: 1.3rem;
  }
}

.p-footer__contactHeading {
  font-size: max(1.6rem, 11.2px);
  line-height: 1.25;
  letter-spacing: 0.05em;
  padding-left: 1.1rem;
  position: relative;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-footer__contactHeading {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__contactHeading {
    font-size: max(1.3rem, 9.1px);
    line-height: 1.5384615385;
    padding-left: 0.8rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-footer__contactHeading {
    font-size: 1.3rem;
  }
}
.p-footer__contactHeading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.6rem;
  height: 1.9rem;
  background: linear-gradient(42deg, #254DCF 0.84%, #4EDFD3 101.13%);
}
@media screen and (max-width: 767px) {
  .p-footer__contactHeading::before {
    width: 0.3rem;
    height: 1.3rem;
    top: 0.3rem;
  }
}

.p-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 765px;
  width: 63.3278145695%;
  gap: 4rem;
}
@media screen and (max-width: 939px) {
  .p-footer__nav {
    width: 59%;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__nav {
    display: none;
  }
}

.p-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.6rem;
}
.p-footer__list a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .p-footer__list a:hover {
    opacity: 0.8;
  }
}

.p-footer__link {
  font-size: max(1.6rem, 11.2px);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.25;
  padding-left: 1.8rem;
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-footer__link {
    font-size: 1.6rem;
  }
}
.p-footer__link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.8rem;
  height: 0.8rem;
  background: linear-gradient(42deg, #254DCF 0.84%, #4EDFD3 101.13%);
  border-radius: 50%;
}

.p-footer__subList {
  margin-top: 1rem;
}

.p-footer__subLink {
  font-size: max(1.6rem, 11.2px);
  font-weight: 400;
  line-height: 1.625;
  letter-spacing: 0.05em;
  text-indent: -1em;
  padding-left: 0.7em;
}
@media screen and (max-width: 767px) {
  .p-footer__subLink {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__itemRecruit {
    margin-top: 3.5rem;
  }
}

.p-footer__btn {
  width: 36.7rem;
  height: 11.4rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-footer__btn {
    width: 100%;
    max-width: 32.2rem;
    height: 10rem;
    margin-inline: auto;
  }
}
.p-footer__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: linear-gradient(42deg, #254DCF 0.84%, #4EDFD3 101.13%);
  z-index: -2;
}
.p-footer__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 0.8rem);
  height: calc(100% - 0.8rem);
  background-color: rgba(255, 255, 255, 0.8);
  z-index: -1;
}
.p-footer__btn .en {
  font-size: max(3.6rem, 25.2px);
  font-weight: 700;
  line-height: 1.1944444444;
  letter-spacing: 0.05em;
  text-align: center;
  font-family: "Optima", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-footer__btn .en {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__btn .en {
    line-height: 1.0480555556;
  }
}
.p-footer__btn .ja {
  font-size: max(1.6rem, 11.2px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-footer__btn .ja {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__btn .ja {
    margin-top: 0.2rem;
    font-size: max(1.4rem, 9.8px);
    line-height: 1.4285714286;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-footer__btn .ja {
    font-size: 1.4rem;
  }
}
@media (hover: hover) {
  .p-footer__btn:hover {
    opacity: 0.8;
  }
}

.p-footer__bottom {
  background-color: #755A49;
  padding: 1.2rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-footer__bottom {
    padding: 1rem 0 0;
    background-color: transparent;
  }
}

.p-footer__bottomWrap {
  max-width: 1202px;
  width: 100%;
  margin-inline: auto;
  position: relative;
}

.p-footer__privacy {
  margin-left: 2.6rem;
}
.p-footer__privacy a {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  font-size: max(1.3rem, 9.1px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-footer__privacy a {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__privacy a {
    position: unset;
    -webkit-transform: unset;
            transform: unset;
    line-height: 1.5384615385;
    color: #755A49;
  }
}
@media (hover: hover) {
  .p-footer__privacy a:hover {
    opacity: 0.8;
  }
}

.p-footer__copyright {
  color: #fff;
  font-size: max(1.3rem, 9.1px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5384615385;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-footer__copyright {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__copyright {
    margin-top: 4rem;
    padding-block: 1.2rem;
    background-color: #755A49;
    font-size: max(1rem, 7px);
    line-height: 2;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-footer__copyright {
    font-size: 1rem;
  }
}

.p-mv {
  overflow: hidden;
  position: relative;
}

.p-mv__wrap {
  position: relative;
  margin-block: 9rem 3rem;
  width: 100%;
  margin-inline: auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-mv__wrap {
    position: relative;
    padding-block: 0rem;
    margin-block: 6rem 0rem;
  }
}

.p-mv__img1 {
  position: absolute;
  top: -33.4rem;
  left: -29.4rem;
  width: 112.9rem;
  aspect-ratio: 1/1;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-mv__img1 {
    width: 45.5rem;
    top: -4.3rem;
    left: -12.7rem;
  }
}

.p-mv__img2 {
  position: absolute;
  bottom: 0;
  right: -6.7rem;
  width: 59.3rem;
  aspect-ratio: 593/458;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-mv__img2 {
    width: 24.8rem;
    right: -3.6rem;
  }
}

.p-mv__content {
  max-width: 1036px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 2rem;
  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-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-mv__content {
    padding-inline: 2.9rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-mv__lead {
  font-size: max(1.8rem, 12.6px);
  font-weight: 700;
  line-height: 1.8888888889;
  letter-spacing: 0.02em;
  font-family: "Optima", sans-serif;
  color: transparent;
  background: linear-gradient(42deg, #254DCF 0.84%, #4EDFD3 101.13%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-left: 2.9rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-mv__lead {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__lead {
    font-size: max(1.4rem, 9.8px);
    line-height: 2.4285714286;
    padding-left: 2.4rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-mv__lead {
    font-size: 1.4rem;
  }
}
.p-mv__lead::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.7rem;
  height: 0.1rem;
  background: linear-gradient(42deg, #254DCF 0.84%, #4EDFD3 101.13%);
}
@media screen and (max-width: 767px) {
  .p-mv__lead::before {
    left: 0;
  }
}

.p-mv__title {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-mv__title {
    margin-top: 0.6rem;
  }
}
.p-mv__title .ja {
  font-size: max(6.2rem, 43.4px);
  font-weight: 600;
  line-height: 1.5161290323;
  letter-spacing: 0.02em;
  font-family: "Open Sans", sans-serif;
  text-shadow: 0 0.6rem 0.8rem #fff;
}
@media screen and (max-width: 767px) {
  .p-mv__title .ja {
    font-size: 6.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__title .ja {
    font-size: max(3.2rem, 22.4px);
    line-height: 1.75;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-mv__title .ja {
    font-size: 3.2rem;
  }
}
.p-mv__title .en {
  margin-left: 0.5rem;
  margin-top: 2.3rem;
  font-size: max(2.4rem, 16.8px);
  font-weight: 700;
  line-height: 1.4166666667;
  letter-spacing: 0.02em;
  font-family: "Optima", sans-serif;
  text-shadow: 0 0.4rem 0.4rem #fff;
}
@media screen and (max-width: 767px) {
  .p-mv__title .en {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__title .en {
    margin-top: 0.6rem;
    font-size: max(2rem, 14px);
    line-height: 1.7;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-mv__title .en {
    font-size: 2rem;
  }
}

@-webkit-keyframes scrollDown {
  0% {
    -webkit-transform: translateY(-110%);
            transform: translateY(-110%);
  }
  100% {
    -webkit-transform: translateY(250%);
            transform: translateY(250%);
  }
}

@keyframes scrollDown {
  0% {
    -webkit-transform: translateY(-110%);
            transform: translateY(-110%);
  }
  100% {
    -webkit-transform: translateY(250%);
            transform: translateY(250%);
  }
}
.p-mv__wrap {
  position: relative;
}

.p-mv__textWrap {
  position: absolute;
  left: 13rem;
  top: 10rem;
  z-index: 8;
  /* opacity: 0.7; */
  padding-inline: 4rem;
  padding-block: 3rem;
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  .p-mv__textWrap {
    left: 3rem;
    top: 1rem;
    padding-inline: 2rem;
    padding-block: 1rem;
  }
}
.p-mv__textWrap h1 {
  position: relative;
  color: #ffffff;
  text-shadow: 1px 1px 0 #9b702f, -1px -1px 0 #9b702f, -1px 1px 0 #9b702f, 1px -1px 0 #9b702f, 1px 0 0 #9b702f, -1px 0 0 #9b702f, 0 1px 0 #9b702f, 0 -1px 0 #9b702f;
  font-size: 6rem;
  position: relative;
  z-index: 1000;
  color: #FFD966;
  text-shadow: 2px 0px 10px #333333;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-mv__textWrap h1 {
    font-size: 3rem;
  }
}
.p-mv__textWrap p {
  color: #ffffff;
  text-shadow: 2px 0px 10px #333333;
}
.p-mv__textWrap p.small {
  font-size: 3rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-mv__textWrap p.small {
    font-size: 1.6rem;
    margin-top: 0rem;
  }
}
.p-mv__textWrap p.big {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .p-mv__textWrap p.big {
    font-size: 2rem;
  }
}

.p-mv__img {
  position: absolute;
  width: 18rem;
  top: 65rem;
  left: 1rem;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-mv__img {
    width: 9rem;
    bottom: 5rem;
    left: 27rem;
    z-index: 10;
    top: unset;
  }
}

.p-mv__img {
  -webkit-transform: translateY(40px) scale(0.96);
          transform: translateY(40px) scale(0.96);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: opacity 0.6s ease, -webkit-transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: opacity 0.6s ease, transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: opacity 0.6s ease, transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1), -webkit-transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.p-mv__img.is-animate {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
}

.p-top-fv-swiper {
  overflow: hidden;
}

.p-top-fv-swiper .swiper-slide {
  width: auto;
}

.p-top-fv__img {
  width: 30rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-contact-form__form {
  margin-top: 5rem;
  max-width: 80rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-contact-form__form {
    margin-top: 3rem;
    padding-bottom: 6rem;
  }
}
.p-contact-form__form p {
  font-size: 2.4rem;
}
.p-contact-form__form span.required {
  color: #fff;
  background: #755A49;
  margin-left: 3rem;
}

.p-contact-form__dd {
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__dd {
    margin-top: 0.5rem;
  }
}

.onigiri_img03 {
  position: absolute;
  right: 0;
  top: 0;
  width: 16rem;
  height: auto;
  z-index: 10;
  rotate: 12deg;
}
@media screen and (max-width: 767px) {
  .onigiri_img03 {
    position: absolute;
    right: 0;
    top: 18rem;
    width: 9rem;
    height: auto;
    z-index: 10;
    rotate: -19deg;
    right: unset;
    left: 0;
  }
}

.p-under-fv {
  height: 36rem;
  margin-top: 12rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-under-fv {
    height: 24rem;
    margin-top: 8rem;
  }
}
.p-under-fv h2 {
  font-size: 6rem;
  color: #fff;
  text-align: center;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
@media screen and (max-width: 767px) {
  .p-under-fv h2 {
    font-size: 3.2rem;
  }
}

h1.p-single__title {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  h1.p-single__title {
    font-size: 2.4rem;
  }
}

.p-single__inner {
  padding-block: 7rem 10rem;
}
@media screen and (max-width: 767px) {
  .p-single__inner {
    padding-block: 5rem 7rem;
  }
}
.p-single__inner p {
  margin-top: 3rem;
}

.p-under-fv img {
  -o-object-fit: cover;
     object-fit: cover;
}

main {
  overflow: hidden;
}

.p-top-fv {
  height: 82.9rem;
}
@media screen and (max-width: 767px) {
  .p-top-fv {
    height: 100vh;
  }
}
.p-top-fv__wrap {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 110;
}
.p-top-fv .c-head__ttl {
  color: #fff;
  font-family: "YuMincho", "游明朝", serif;
  font-size: 8rem;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-fv .c-head__ttl {
    font-size: 4rem;
  }
}
.p-top-fv .c-head__catch {
  color: #1F5491;
  font-size: 2.6rem;
  font-weight: 600;
  position: relative;
  z-index: 10;
  padding-inline: 3.5rem;
  font-family: "YuMincho", "游明朝", serif;
}
@media screen and (max-width: 767px) {
  .p-top-fv .c-head__catch {
    font-size: 1.6rem;
    margin-top: 2.1rem;
    line-height: 1.3;
  }
}
.p-top-fv__head-bar {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-top-fv__white-bar {
  position: absolute;
  left: 0;
  top: 0;
}

.p-top-about__inner {
  padding-block: 0rem 5.4rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__inner {
    padding-block: 3rem 3.4rem;
  }
}
.p-top-about__img01 {
  position: absolute;
  left: 0;
  width: 23.3%;
  height: auto;
  top: 5.6rem;
}
.p-top-about__img02 {
  position: absolute;
  right: 0;
  width: 19%;
  top: 15rem;
}
.p-top-about__img02 .img02 {
  position: relative;
  top: -16rem;
  left: -5rem;
}
.p-top-about__text-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-top-about__text {
  color: #000;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
  margin-inline: auto;
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__text {
    text-align: left;
    margin-top: 2.2rem;
  }
}
.p-top-about__link-wrap {
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__link-wrap {
    margin-top: 3.7rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.swiper {
  width: 100%;
}

.swiper-slide {
  width: 100%;
}
.swiper-slide img {
  height: 80.4rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .swiper-slide img {
    height: 40rem;
  }
}

.p-top-about__title h2 {
  font-size: 4rem;
  text-align: center;
  font-weight: 700;
}
.p-top-about__title p {
  font-size: 2rem;
  text-align: center;
}
.p-top-about__img {
  margin-inline: auto;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__img {
    width: 100%;
    margin-top: 3rem;
  }
}
.p-top-about__img img {
  border-radius: 3rem;
}
.p-top-about__catch {
  text-align: center;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__catch {
    text-align: center;
    font-size: 2.4rem;
    margin-top: 2rem;
  }
}
.p-top-about__text {
  text-align: center;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__text {
    text-align: left;
    font-size: 1.8rem;
    margin-top: 1rem;
  }
}
.p-top-about__catch {
  text-align: center;
  font-size: 3rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__catch {
    text-align: center;
    font-size: 2.4rem;
    margin-top: 2rem;
  }
}

.p-top-news__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  max-width: 90rem;
  margin-inline: auto;
  margin-block: 3rem 7rem;
}
@media screen and (max-width: 767px) {
  .p-top-news__body {
    margin-block: 1rem 2rem;
  }
}
.p-top-news__link {
  padding-block: 2rem;
  border-bottom: 1px solid;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-news__link {
    padding-block: 1rem;
  }
}
.p-top-news__link::before {
  background-image: url(../img/top/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: inline-block;
  position: absolute;
  right: 2rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 3rem;
  z-index: 1;
  aspect-ratio: 1/1;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-top-news__link::before {
    right: 1rem;
    width: 2rem;
  }
}
@media (hover: hover) {
  .p-top-news__link:hover {
    opacity: 0.7;
  }
  .p-top-news__link:hover::before {
    right: 1rem;
  }
}
.p-top-news__body-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-top-news__body-head {
    gap: 1rem;
  }
}
.p-top-news__body-head time {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-top-news__body-head time {
    font-size: 1.6rem;
  }
}
.p-top-news__tag {
  font-size: 2.4rem;
  color: #fff;
  background: #755A49;
  border-radius: 2rem;
  padding-inline: 2rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-top-news__tag {
    font-size: 1.2rem;
    padding-inline: 1rem;
    border-radius: 1.5rem;
    line-height: 2.3;
  }
}
.p-top-news__body-title {
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-top-news__body-title {
    font-size: 1.6rem;
    padding-right: 4rem;
    margin-top: 0.6rem;
  }
}

.p-top-commitment__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-top-commitment__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 4rem;
    margin-top: 3rem;
  }
}
.p-top-commitment__content {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-top-commitment__content h3 {
  font-size: 2.4rem;
  text-align: center;
  margin-top: 1rem;
  color: #fff;
}
.p-top-commitment__content p {
  font-size: 1.8rem;
  margin-top: 1rem;
  color: #fff;
}
.p-top-commitment__content img {
  aspect-ratio: 231/235;
  border-radius: 2rem;
}

.p-top-rice__contents {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-top-rice__contents {
    grid-template-columns: repeat(1, 1fr);
    gap: 4rem;
    margin-top: 3rem;
  }
}
.p-top-rice__content {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.p-top-rice__content h3 {
  font-size: 2.4rem;
  text-align: center;
  margin-top: 1rem;
}
.p-top-rice__content p {
  font-size: 1.8rem;
  margin-top: 1rem;
}

.p-top-rice__textBottom {
  text-align: center;
  font-size: 2rem;
  margin-top: 7rem;
  background: #fff;
  padding-block: 3rem;
  width: 80%;
  margin-inline: auto;
  border-radius: 3rem;
  max-width: 92rem;
  padding-block: 6rem;
}
@media screen and (max-width: 767px) {
  .p-top-rice__textBottom {
    font-size: 1.6rem;
    padding-inline: 0rem;
    margin-top: 3rem;
    padding-block: 3rem;
    width: 89%;
  }
}

.p-top-purchase__contentsWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-top-purchase__contentsWrap {
    margin-top: 3rem;
  }
}
.p-top-purchase__contentsWrap h3 {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-top-purchase__contentsWrap h3 {
    font-size: 2rem;
  }
}
.p-top-purchase__contentsWrap p {
  font-size: 1.8rem;
  text-align: center;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top-purchase__contentsWrap p {
    font-size: 1.4rem;
  }
}
.p-top-purchase__link {
  max-width: 30rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-inline: auto;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-top-purchase__link {
    max-width: 15rem;
  }
}
@media (hover: hover) {
  .p-top-purchase__link:hover {
    opacity: 0.7;
  }
}

.p-top-company__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  padding-block: 6rem;
}
@media screen and (max-width: 767px) {
  .p-top-company__contents {
    gap: 3rem;
    padding-block: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}
.p-top-company iframe {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-top-company__dl {
  border-bottom: 1px solid;
  padding-block: 1rem 1.4rem;
}
.p-top-company__dt {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-top-company__dt {
    font-size: 1.6rem;
  }
}
.p-top-company__dd {
  font-size: 2.5rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-top-company__dd {
    font-size: 1.8rem;
  }
}

.p-contact-form__dl {
  border-bottom: 1px solid;
  padding-block: 2rem;
}

.p-contact-form__dt {
  font-size: 2.2rem;
}

.p-top-companyWrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-top-rice__img {
  aspect-ratio: 300/360;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-contact-form__privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-block: 4rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__privacy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.wpcf7-form-control-wrap {
  width: 100%;
  border-radius: 3rem;
}

option {
  color: #755A49;
}

.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap select {
  color: #755A49;
  border-color: #755A49;
  height: 7rem;
  padding-left: 2rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .wpcf7-form-control-wrap input,
  .wpcf7-form-control-wrap select {
    height: 5rem;
    padding-block: 1rem;
  }
}

input,
textarea,
select {
  font: inherit;
  width: 100%;
  height: 100%;
  border: 1px solid;
  border-radius: 1rem;
  padding-block: 2rem;
  padding-inline: 2rem;
}

.p-contact-form__form span.required {
  color: #fff;
  background: #755A49;
  margin-left: 3rem;
  padding-inline: 1rem;
  border-radius: 0.5rem;
  font-size: 1.8rem;
  white-space: nowrap;
}

.p-contact-form__form p {
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

span.wpcf7-list-item-label {
  white-space: nowrap;
}

.p-contact-form__privacy {
  margin-block: 4rem;
}
.p-contact-form__privacy label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-contact-form__privacy span.required {
    margin-left: 0rem;
  }
  .p-contact-form__privacy .wpcf7-list-item-label {
    font-size: 1.4rem;
  }
}

.wpcf7-list-item-label {
  white-space: nowrap;
  font-size: 2rem;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.submit-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #222222;
  border-radius: 5rem;
  padding-inline: 3.9rem;
  white-space: nowrap;
  height: 7rem;
  width: 100%;
  max-width: 24rem;
  color: #fff;
  display: flex;
  margin-inline: auto;
  margin-top: 7rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  input.wpcf7-form-control.wpcf7-submit.has-spinner.submit-btn {
    margin-top: 0rem;
  }
}
@media (hover: hover) {
  input.wpcf7-form-control.wpcf7-submit.has-spinner.submit-btn:hover {
    color: #222222;
    background: #fff;
  }
}

.p-contact-form__checkbox {
  position: absolute;
  opacity: 0;
}

.p-contact-form__checkbox + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* 枠 */
.p-contact-form__checkbox + label::before {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #333;
  border-radius: 4px;
  background: #fff;
}

.p-contact-form__checkbox:checked + label::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 4px;
  width: 6px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* =========================
  checkbox input（非表示）
========================= */
.p-contact-form__checkbox {
  position: absolute;
  opacity: 0;
}

/* =========================
  label 全体をクリック可能に
========================= */
.wpcf7-list-item label {
  cursor: pointer;
}

/* =========================
  ラベル内のテキスト調整
========================= */
.wpcf7-list-item-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  line-height: 1.5;
}

/* =========================
  カスタムチェックボックス本体
========================= */
.checkbox-custom {
  position: relative;
  width: 22px;
  height: 22px;
  border: 1px solid #333;
  border-radius: 4px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* =========================
  チェックマーク（✓）
========================= */
.checkbox-custom::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 3px;
  width: 6px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
}

/* =========================
  checked 状態
========================= */
.p-contact-form__checkbox:checked + .wpcf7-list-item-label .checkbox-custom {
  background: #333;
  border-color: #333;
}

.p-contact-form__checkbox:checked + .wpcf7-list-item-label .checkbox-custom::after {
  opacity: 1;
}

/* =========================
  focus（アクセシビリティ）
========================= */
.p-contact-form__checkbox:focus + .wpcf7-list-item-label .checkbox-custom {
  outline: 2px solid #66afe9;
  outline-offset: 2px;
}

/* =========================
  SP / iPhone
========================= */
@media screen and (max-width: 767px) {
  .checkbox-custom {
    width: 20px;
    height: 20px;
  }
  .checkbox-custom::after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
  }
}
.privacy_detail {
  height: 300px;
  /* ← 縦300px */
  overflow-y: auto;
  /* 縦スクロール */
  padding: 1.5rem;
  border: 1px solid #ccc;
  background-color: #fafafa;
  font-size: 14px;
  line-height: 1.8;
}

/* 段落間の余白調整 */
.privacy_detail p {
  margin-bottom: 1rem;
}

/* 見出し（strong）の視認性アップ */
.privacy_detail strong {
  font-weight: 600;
}

section#contact {
  padding-block: 0rem 13rem;
}
@media screen and (max-width: 767px) {
  section#contact {
    padding-block: 0rem 8rem;
  }
}

.p-top-rice__textBottomWrap {
  position: relative;
}

.p-top-rice__textBottomImg {
  position: absolute;
  width: 16rem;
  height: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: calc(50% + 43rem);
  top: -3rem;
}
@media screen and (max-width: 767px) {
  .p-top-rice__textBottomImg {
    width: 16rem;
    left: calc(50% + 12rem);
        top: 28rem;
  }
}

.form__date-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .form__date-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.form__date-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.form__time-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}
.u-con--md {
  margin: 0 auto;
  max-width: 104rem;
  width: 100%;
  padding-inline: 2rem;
}

section {
  position: relative;
  width: 100%;
}

:root {
  --clip-path1: 0 100% 0 0;
  --clip-path2: 0 100% 0 0;
}

.js-colorChange {
  clip-path: inset(var(--clip-path1));
}
.js-colorChange::after {
  clip-path: inset(var(--clip-path2));
}