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

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

a {
  text-decoration: none;
  color: inherit;
}

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

button {
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
  font-family: inherit;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

html {
  font-size: 100%;
  scroll-behavior: auto;
}

body {
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 400;
  color: #403110;
  background-color: #F7F6F1;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 3.5897435897vw;
  }
}

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

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.7;
  }
}

.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption-text {
  text-align: center;
  margin-top: 0.5em;
  font-size: 0.875em;
  color: #666666;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #F7F6F1;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  .l-header {
    height: 6.25vw;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 12.8205128205vw;
  }
}

@media screen and (min-width: 768px) {
  .l-header__main {
    padding: 1.0416666667vw 0vw;
  }
}
@media screen and (max-width: 767px) {
  .l-header__main {
    padding: 0vw 3.8461538462vw;
  }
}

.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 93.59375vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    position: relative;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .l-header__logo {
    width: 12.8125vw;
  }
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 39.7435897436vw;
  }
}
.l-header__logo a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
  text-decoration: none;
  color: #403110;
  font-weight: 700;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  letter-spacing: 0.15em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .l-header__logo a {
    font-size: 1.1979166667vw;
  }
}
@media screen and (max-width: 767px) {
  .l-header__logo a {
    font-size: 3.8461538462vw;
  }
}

@media screen and (min-width: 768px) {
  .l-header__nav {
    width: 44.84375vw;
  }
}
@media screen and (max-width: 767px) {
  .l-header__nav {
    display: none;
  }
}

.l-header__nav-list {
  display: flex;
  align-items: center;
  gap: 3.3854166667vw;
}
.l-header__nav-list li a {
  color: #403110;
  font-weight: 700;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  transition: color 0.3s ease;
  text-decoration: none;
  letter-spacing: 0.2em;
  line-height: 1;
  font-size: 1.0416666667vw;
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .l-header__nav-list li a:hover {
    color: #6B5D4F;
    opacity: 1;
  }
}

.l-header__contact {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .l-header__contact {
    gap: 0vw;
  }
}
@media screen and (max-width: 767px) {
  .l-header__contact {
    gap: 0vw;
    margin-right: -14.6153846154vw;
  }
  .l-header__contact .c-btn--header {
    padding: 2.0512820513vw;
    min-width: auto;
    width: 12.8205128205vw;
    height: 12.8205128205vw;
  }
  .l-header__contact .c-btn--header .c-btn__text {
    display: none;
  }
  .l-header__contact .c-btn--header img {
    width: 5.1282051282vw;
    height: auto;
  }
  .l-header__contact .l-header__tel {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 12.8205128205vw;
    height: 12.8205128205vw;
    background-color: #403110;
    padding: 0;
  }
  .l-header__contact .l-header__tel .l-header__tel-number {
    display: none;
  }
}

.c-btn--header {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .c-btn--header {
    width: 12.5vw;
  }
}
.c-btn--header {
  gap: 0.4166666667vw;
  padding: 0.625vw 0vw;
  background-color: #6B5D4F;
  color: #FFFFFF;
  border-radius: 0.2083333333vw;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.7291666667vw;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .c-btn--header:hover {
    background-color: rgb(77.6612903226, 67.5, 57.3387096774);
    opacity: 1;
  }
}

.c-btn__icon {
  display: block;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .c-btn__icon {
    width: 1.3541666667vw;
    height: 0.9895833333vw;
  }
}
@media screen and (max-width: 767px) {
  .c-btn__icon {
    width: 6.6666666667vw;
    height: 4.8717948718vw;
  }
}

.c-btn__text {
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: 0.8854166667vw;
}
@media screen and (max-width: 767px) {
  .c-btn__text {
    font-size: 3.5897435897vw;
  }
}

.l-header__tel {
  display: flex;
  align-items: center;
  gap: 0.4166666667vw;
  color: #403110;
  text-decoration: none;
  transition: color 0.3s ease;
  background-color: #FFFFFF;
  padding: 0.625vw 0vw;
  padding-left: 1.4583333333vw;
}
@media screen and (min-width: 768px) {
  .l-header__tel {
    width: 12.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-header__tel {
    width: 12.8205128205vw;
    height: 12.8205128205vw;
  }
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .l-header__tel:hover {
    color: #6B5D4F;
    opacity: 1;
  }
}

.l-header__tel-icon {
  display: block;
  object-fit: contain;
}

@media screen and (min-width: 768px) {
  .l-header__tel-icon--pc {
    display: block;
    width: 1.0416666667vw;
    height: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .l-header__tel-icon--pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .l-header__tel-icon--sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .l-header__tel-icon--sp {
    display: block;
    width: 4.358974359vw;
    height: 5.1282051282vw;
    filter: brightness(0) invert(1);
  }
}

.l-header__tel-number {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .l-header__tel-number {
    font-size: 1.09375vw;
  }
}
@media screen and (max-width: 767px) {
  .l-header__tel-number {
    font-size: 4.6153846154vw;
  }
}

.l-header__hamburger {
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  outline: none;
  position: relative;
  width: 5.8974358974vw;
  height: 4.6153846154vw;
  z-index: 1001;
}
@media screen and (min-width: 768px) {
  .l-header__hamburger {
    display: none;
  }
}
.l-header__hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.5128205128vw;
  background-color: #000;
  transition: all 0.3s ease;
}
.l-header__hamburger span:nth-child(1) {
  top: 0;
}
.l-header__hamburger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.l-header__hamburger span:nth-child(3) {
  bottom: 0;
}
.l-header__hamburger.is-active span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.l-header__hamburger.is-active span:nth-child(2) {
  opacity: 0;
}
.l-header__hamburger.is-active span:nth-child(3) {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}

.l-header__drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  overflow-y: auto;
  z-index: 999;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .l-header__drawer {
    display: none;
  }
}
.l-header__drawer.is-open {
  transform: translateX(0);
}

.l-header__drawer-header {
  background-color: #F7F6F1;
  padding: 3.8461538462vw 3.8461538462vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-shrink: 0;
}

.l-header__drawer-body {
  flex: 1;
  background-color: #4A4030;
  padding: 11.7948717949vw 7.6923076923vw 14.358974359vw;
  display: flex;
  flex-direction: column;
}

.l-header__drawer-logo a {
  color: #403110;
  font-weight: 700;
  font-size: 3.8461538462vw;
  text-decoration: none;
  letter-spacing: 0.1em;
}

.l-header__drawer-nav {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 9.2307692308vw;
}

.l-header__drawer-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.l-header__drawer-list li {
  position: relative;
}
.l-header__drawer-list li:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 54.8717948718vw;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
.l-header__drawer-list li a {
  display: block;
  padding-top: 5.1282051282vw;
  padding-bottom: 5.1282051282vw;
  color: #FFFFFF;
  font-size: 4.1025641026vw;
  font-weight: 700;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  letter-spacing: 0.2em;
  transition: color 0.3s ease;
  position: relative;
}
.l-header__drawer-list li a:active {
  color: #63BCEB;
}

.l-header__drawer-contact {
  width: 74.358974359vw;
  height: 27.1794871795vw;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.l-header__drawer-tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5641025641vw;
  width: 100%;
  height: 13.5897435897vw;
  background-color: #FFFFFF;
  color: #403110;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.l-header__drawer-tel img {
  width: 5.1282051282vw;
  height: 6.1538461538vw;
  object-fit: contain;
}
.l-header__drawer-tel span {
  font-size: 5.3846153846vw;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.1em;
}
.l-header__drawer-tel:active {
  opacity: 0.8;
}

.c-btn--drawer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.0512820513vw;
  width: 100%;
  height: 13.5897435897vw;
  padding: 0;
  background-color: #63BCEB;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 4.358974359vw;
  font-weight: 700;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  letter-spacing: 0.1em;
  transition: opacity 0.3s ease;
}
.c-btn--drawer img {
  width: 6.6666666667vw;
  height: 4.8717948718vw;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.c-btn--drawer:active {
  opacity: 0.8;
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 998;
}
@media screen and (min-width: 768px) {
  body::before {
    display: none;
  }
}

body.drawer-open {
  overflow: hidden;
}
body.drawer-open::before {
  opacity: 1;
  visibility: visible;
}

.l-header__catchcopy {
  position: absolute;
  text-align: center;
  background-color: #63BCEB;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-header__catchcopy {
    padding: 0vw 1.0416666667vw;
    width: 41.3541666667vw;
    height: 3.2291666667vw;
    bottom: -1.6145833333vw;
    left: 0;
    margin-left: -0.4166666667vw;
  }
}
@media screen and (max-width: 767px) {
  .l-header__catchcopy {
    display: none;
  }
}
.l-header__catchcopy p {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
}
@media screen and (min-width: 768px) {
  .l-header__catchcopy p {
    font-size: 1.09375vw;
  }
}
@media screen and (max-width: 767px) {
  .l-header__catchcopy p {
    font-size: 2.8205128205vw;
  }
}

.l-footer {
  background-color: #403110;
  color: #FFF;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding: 1.0416666667vw 0 0.5208333333vw;
  }
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 12.8205128205vw 0 2.5641025641vw;
  }
}

@media screen and (min-width: 768px) {
  .l-footer__inner {
    max-width: 62.5vw;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .l-footer__nav {
    margin-bottom: 0vw;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__nav {
    margin-bottom: 0vw;
  }
}

.l-footer__nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-footer__nav-list {
    display: flex;
    flex-direction: row;
    gap: 2.0833333333vw;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__nav-list {
    display: flex;
    flex-direction: column;
    gap: 0vw;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__nav-list li {
    position: relative;
    width: 100%;
  }
  .l-footer__nav-list li::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    width: 71.7948717949vw;
    margin: 0 auto;
  }
  .l-footer__nav-list li:last-child::after {
    display: none;
  }
}
.l-footer__nav-list li a {
  display: block;
  color: #FFF;
  font-weight: 700;
  letter-spacing: 0.2em;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l-footer__nav-list li a {
    font-size: 1.0416666667vw;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__nav-list li a {
    font-size: 4.1025641026vw;
    padding: 4.6153846154vw 0;
  }
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .l-footer__nav-list li a:hover {
    opacity: 0.7;
  }
}

.l-footer__copyright {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-footer__copyright {
    padding-top: 0.78125vw;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__copyright {
    padding-top: 6.4102564103vw;
  }
}
.l-footer__copyright p {
  color: #fff;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .l-footer__copyright p {
    font-size: 0.6770833333vw;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__copyright p {
    font-size: 2.5641025641vw;
  }
}

.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  border-radius: 0.2604166667vw;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .c-btn {
    padding: 0.78125vw 2.0833333333vw;
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .c-btn {
    padding: 3.0769230769vw 7.6923076923vw;
    font-size: 3.5897435897vw;
  }
}

.c-btn--header {
  background-color: #63BCEB;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .c-btn--header:hover {
    background-color: rgb(53.7954545455, 168.5852272727, 229.2045454545);
    opacity: 1;
  }
}

.c-btn--drawer {
  background-color: #63BCEB;
  color: #FFFFFF;
  width: 100%;
}
.c-btn--drawer:active {
  background-color: rgb(53.7954545455, 168.5852272727, 229.2045454545);
}

.c-btn--primary {
  background-color: #6B5D4F;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .c-btn--primary:hover {
    background-color: #7C6E5D;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .c-btn--primary:active {
    background-color: #7C6E5D;
  }
}

.c-btn--secondary {
  background-color: #63BCEB;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .c-btn--secondary:hover {
    background-color: rgb(53.7954545455, 168.5852272727, 229.2045454545);
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .c-btn--secondary:active {
    background-color: rgb(53.7954545455, 168.5852272727, 229.2045454545);
  }
}

.c-btn--outline {
  background-color: transparent;
  border: 2px solid #6B5D4F;
  color: #6B5D4F;
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .c-btn--outline:hover {
    background-color: #6B5D4F;
    color: #FFFFFF;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .c-btn--outline:active {
    background-color: #6B5D4F;
    color: #FFFFFF;
  }
}

.c-btn--more {
  background-color: #6B5D4F;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .c-btn--more {
    padding: 0.9375vw 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .c-btn--more {
    padding: 3.8461538462vw 12.8205128205vw;
  }
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .c-btn--more:hover {
    background-color: #7C6E5D;
    opacity: 1;
  }
}

.c-btn--submit {
  background-color: #6B5D4F;
  color: #FFFFFF;
  border: none;
}
@media screen and (min-width: 768px) {
  .c-btn--submit {
    padding: 1.0416666667vw 4.1666666667vw;
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 767px) {
  .c-btn--submit {
    padding: 4.6153846154vw 15.3846153846vw;
    font-size: 4.1025641026vw;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .c-btn--submit:hover {
    background-color: #7C6E5D;
    opacity: 1;
  }
}

.c-title {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-title {
    margin-bottom: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .c-title {
    margin-bottom: 10.2564102564vw;
  }
}

.c-title__en {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #6B5D4F;
  display: block;
}
@media screen and (min-width: 768px) {
  .c-title__en {
    font-size: 2.5vw;
    margin-bottom: 0.78125vw;
  }
}
@media screen and (max-width: 767px) {
  .c-title__en {
    font-size: 8.2051282051vw;
    margin-bottom: 2.5641025641vw;
  }
}
.c-title__en {
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.c-title__ja {
  font-weight: 500;
  color: #666666;
  display: block;
}
@media screen and (min-width: 768px) {
  .c-title__ja {
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .c-title__ja {
    font-size: 3.3333333333vw;
  }
}
.c-title__ja {
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
  .c-title--sub {
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (max-width: 767px) {
  .c-title--sub {
    margin-bottom: 7.6923076923vw;
  }
}
@media screen and (min-width: 768px) {
  .c-title--sub .c-title__en {
    font-size: 1.875vw;
  }
}
@media screen and (max-width: 767px) {
  .c-title--sub .c-title__en {
    font-size: 6.1538461538vw;
  }
}
@media screen and (min-width: 768px) {
  .c-title--sub .c-title__ja {
    font-size: 0.7291666667vw;
  }
}
@media screen and (max-width: 767px) {
  .c-title--sub .c-title__ja {
    font-size: 3.0769230769vw;
  }
}

.c-title--small {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .c-title--small {
    margin-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .c-title--small {
    margin-bottom: 5.1282051282vw;
  }
}
@media screen and (min-width: 768px) {
  .c-title--small .c-title__en {
    font-size: 1.4583333333vw;
  }
}
@media screen and (max-width: 767px) {
  .c-title--small .c-title__en {
    font-size: 5.1282051282vw;
  }
}
@media screen and (min-width: 768px) {
  .c-title--small .c-title__ja {
    font-size: 0.6770833333vw;
  }
}
@media screen and (max-width: 767px) {
  .c-title--small .c-title__ja {
    font-size: 2.8205128205vw;
  }
}

.c-title--card {
  text-align: left;
  margin-bottom: 0;
}
.c-title--card .c-title__en {
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
}
@media screen and (min-width: 768px) {
  .c-title--card .c-title__en {
    font-size: 1.0416666667vw;
    margin-bottom: 0.4166666667vw;
  }
}
@media screen and (max-width: 767px) {
  .c-title--card .c-title__en {
    font-size: 4.1025641026vw;
    margin-bottom: 1.5384615385vw;
  }
}
.c-title--card .c-title__en {
  text-transform: none;
}
@media screen and (min-width: 768px) {
  .c-title--card .c-title__ja {
    font-size: 0.7291666667vw;
  }
}
@media screen and (max-width: 767px) {
  .c-title--card .c-title__ja {
    font-size: 3.0769230769vw;
  }
}

@media screen and (min-width: 768px) {
  .l-main {
    padding-top: 6.25vw;
  }
}
@media screen and (max-width: 767px) {
  .l-main {
    padding-top: 12.8205128205vw;
    overflow-x: hidden;
  }
}

@media screen and (min-width: 768px) {
  .p-top-section {
    padding: 5.2083333333vw 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-section {
    padding: 15.3846153846vw 0vw;
  }
}
.p-top-section--white {
  background-color: #F7F6F1;
}
.p-top-section--beige {
  background-color: #F7F6F1;
}

@media screen and (min-width: 768px) {
  .p-top-section__inner {
    max-width: 62.5vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-section__inner {
    padding: 0 3.8461538462vw;
  }
}
.p-top-section__inner {
  margin: 0 auto;
}

.p-top-fv {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-fv {
    padding-bottom: 11.25vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-fv {
    padding-bottom: 27.6923076923vw;
  }
}

.p-top-fv__slider {
  position: relative;
  width: 83.125vw;
  height: 52.96875vw;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-top-fv__slider {
    width: 100%;
    height: 102.0512820513vw;
  }
}

.p-top-fv__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}
.p-top-fv__slide.is-active {
  opacity: 1;
}
.p-top-fv__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-top-fv__controls {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-top-fv__controls {
    bottom: 11.9791666667vw;
    left: 18.125vw;
    gap: 1.0416666667vw;
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-top-fv__controls {
    display: none;
  }
}

.p-top-fv__arrow {
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  outline: none;
  background-color: rgba(255, 255, 255, 0.9);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-top-fv__arrow {
    width: 2.2916666667vw;
    height: 2.2916666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-fv__arrow {
    width: 8.2051282051vw;
    height: 8.2051282051vw;
  }
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .p-top-fv__arrow:hover {
    background-color: white;
    opacity: 1;
  }
}
.p-top-fv__arrow::before {
  content: "";
  display: block;
  border-style: solid;
  border-color: #6B5D4F;
}
@media screen and (min-width: 768px) {
  .p-top-fv__arrow::before {
    width: 0.4166666667vw;
    height: 0.4166666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-fv__arrow::before {
    width: 1.5384615385vw;
    height: 1.5384615385vw;
  }
}
.p-top-fv__arrow--prev::before {
  border-width: 0 0 2px 2px;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .p-top-fv__arrow--prev::before {
    margin-left: 0.1041666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-fv__arrow--prev::before {
    margin-left: 0.2564102564vw;
  }
}
.p-top-fv__arrow--next::before {
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .p-top-fv__arrow--next::before {
    margin-right: 0.1041666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-fv__arrow--next::before {
    margin-right: 0.2564102564vw;
  }
}

.p-top-fv__dots {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-top-fv__dots {
    gap: 0.5208333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-fv__dots {
    gap: 2.0512820513vw;
  }
}

.p-top-fv__dot {
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  outline: none;
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  border-radius: 50%;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-top-fv__dot {
    width: 0.5208333333vw;
    height: 0.5208333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-fv__dot {
    width: 2.0512820513vw;
    height: 2.0512820513vw;
  }
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .p-top-fv__dot:hover {
    background-color: rgba(255, 255, 255, 0.8);
    opacity: 1;
  }
}
.p-top-fv__dot.is-active {
  background-color: white;
}
@media screen and (min-width: 768px) {
  .p-top-fv__dot.is-active {
    width: 0.625vw;
    height: 0.625vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-fv__dot.is-active {
    width: 2.5641025641vw;
    height: 2.5641025641vw;
  }
}

.p-top-fv__content {
  position: absolute;
  z-index: 2;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .p-top-fv__content {
    top: 4.8958333333vw;
    left: 5.5729166667vw;
    width: 13.0208333333vw;
    height: 41.4583333333vw;
    background-image: url("../img/top/fv_circle.png");
    background-size: 13.0208333333vw 13.0208333333vw;
    background-repeat: no-repeat;
    background-position: top left;
  }
}
@media screen and (max-width: 767px) {
  .p-top-fv__content {
    bottom: -3.3333333333vw;
    left: 3.3333333333vw;
    width: auto;
    display: flex;
    align-items: center;
    gap: 3.8461538462vw;
    width: 100vw;
    height: 40.5128205128vw;
  }
}

@media screen and (min-width: 768px) {
  .p-top-fv__content-inner {
    position: relative;
    width: 13.0208333333vw;
    height: 41.4583333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-fv__content-inner {
    position: relative;
    display: flex;
    align-items: flex-end;
    gap: 3.8461538462vw;
  }
  .p-top-fv__content-inner::before {
    content: "";
    display: block;
    width: 30.7692307692vw;
    height: 30.7692307692vw;
    background-image: url("../img/top/fv_circle.png");
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-top-fv__content-inner::before {
    width: 33.0769230769vw;
    height: 31.2820512821vw;
    transform: rotate(-68deg);
  }
}

.p-top-fv__copy {
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  color: #403110;
}
@media screen and (min-width: 768px) {
  .p-top-fv__copy {
    font-weight: 500;
    position: absolute;
    top: 19%;
    left: 6%;
    font-size: 1.5625vw;
    writing-mode: vertical-rl;
    text-orientation: upright;
    height: 33.5416666667vw;
    letter-spacing: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .p-top-fv__copy {
    font-size: 5.1282051282vw;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 700;
    width: 69.2307692308vw;
    height: 15.8974358974vw;
    position: absolute;
    bottom: -6.4102564103vw;
    left: 17.6923076923vw;
  }
}

@media screen and (max-width: 767px) {
  .p-top-fv__copy-second {
    display: inline-block;
    margin-left: -0.5em;
  }
}

.p-top-fv__subcopy {
  font-weight: 500;
  line-height: 1.7;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .p-top-fv__subcopy {
    position: absolute;
    font-size: 0.9375vw;
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}
@media screen and (max-width: 767px) {
  .p-top-fv__subcopy {
    display: none;
  }
}

.p-top-greeting {
  background-color: #F7F6F1;
}
@media screen and (min-width: 768px) {
  .p-top-greeting {
    padding: 0 0 3.125vw 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top-greeting {
    padding: 16.6666666667vw 3.8461538462vw 15.3846153846vw 3.8461538462vw;
  }
}

@media screen and (min-width: 768px) {
  .p-top-greeting__inner {
    width: 87.96875vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-greeting__inner {
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
  }
}

@media screen and (min-width: 768px) {
  .p-top-greeting__text-area {
    flex: 1;
    max-width: 41.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-greeting__text-area {
    margin-bottom: 10.2564102564vw;
    order: 2;
  }
}

.p-top-greeting__title {
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 500;
  line-height: 1;
  color: #403110;
}
@media screen and (min-width: 768px) {
  .p-top-greeting__title {
    font-size: 5.8854166667vw;
    letter-spacing: 0.06em;
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-greeting__title {
    font-size: 12.3076923077vw;
    letter-spacing: 0.08em;
    margin-bottom: 8.2051282051vw;
  }
}

.p-top-greeting__text {
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 500;
  color: #403110;
}
@media screen and (min-width: 768px) {
  .p-top-greeting__text {
    font-size: 0.8333333333vw;
    letter-spacing: 0.05em;
    line-height: 2.1;
  }
}
@media screen and (max-width: 767px) {
  .p-top-greeting__text {
    font-size: 3.8461538462vw;
    letter-spacing: 0.05em;
    line-height: 2;
    font-weight: 400;
  }
}

@media screen and (min-width: 768px) {
  .p-top-greeting__image-area {
    flex-shrink: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top-greeting__image-area {
    width: 100%;
    order: 1;
    margin-bottom: 14.6153846154vw;
  }
}

@media screen and (min-width: 768px) {
  .p-top-greeting__images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.0833333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-greeting__images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4.2051282051vw;
  }
}

.p-top-greeting__image {
  position: relative;
  overflow: hidden;
}
.p-top-greeting__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-top-greeting__image {
    aspect-ratio: 4/3;
  }
}

@media screen and (min-width: 768px) {
  .p-top-greeting__image--1 {
    grid-column: 1/2;
    grid-row: 1/2;
    width: 21.875vw;
    height: 21.875vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-greeting__image--1 {
    width: 44.1025641026vw;
    height: 44.1025641026vw;
  }
}

@media screen and (min-width: 768px) {
  .p-top-greeting__image--2 {
    grid-column: 2/3;
    grid-row: 1/2;
    width: 21.875vw;
    height: 16.3020833333vw;
    margin-top: 1.9270833333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-greeting__image--2 {
    width: 44.1025641026vw;
    height: 32.8205128205vw;
    margin-top: 3.8461538462vw;
  }
}

@media screen and (min-width: 768px) {
  .p-top-greeting__image--3 {
    grid-column: 1/2;
    grid-row: 2/3;
    width: 21.875vw;
    height: 16.3020833333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-greeting__image--3 {
    width: 44.1025641026vw;
    height: 32.8205128205vw;
  }
}

@media screen and (min-width: 768px) {
  .p-top-greeting__image--4 {
    grid-column: 2/3;
    grid-row: 2/3;
    width: 21.875vw;
    height: 21.875vw;
    margin-top: -3.59375vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-greeting__image--4 {
    width: 44.1025641026vw;
    height: 44.1025641026vw;
    margin-top: -7.4358974359vw;
  }
}

.p-top-service {
  background-color: #F7F6F1;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-top-service {
    padding: 7.8125vw 0vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-service {
    padding: 0 3.8461538462vw 15.3846153846vw 3.8461538462vw;
  }
}

@media screen and (min-width: 768px) {
  .p-top-service__wrapper--pc {
    display: flex;
    position: relative;
    height: auto;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .p-top-service__wrapper--pc {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .p-top-service__wrapper--sp {
    display: block;
    position: relative;
    overflow: hidden;
  }
}

@media screen and (min-width: 768px) {
  .p-top-service__slider--pc {
    display: flex;
    will-change: transform;
    transition: transform 0.1s ease-out;
    margin-top: 7.2916666667vw;
  }
}

@media screen and (min-width: 768px) {
  .p-top-service__item {
    display: flex;
    flex-shrink: 0;
    width: 73.0729166667vw;
    height: 41.4583333333vw;
  }
}

.p-top-service__slider-sp {
  display: flex;
  transition: transform 0.3s ease;
}

.p-top-service__item-sp {
  flex: 0 0 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.p-top-service__image-sp {
  width: 100%;
  height: 58.9743589744vw;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.p-top-service__image-sp img {
  width: 100%;
  height: auto;
}

.p-top-service__text-area-sp {
  padding: 6.4102564103vw 3.8461538462vw;
  background-color: #FFF;
}

.p-top-service__header-sp {
  margin-bottom: 3.8461538462vw;
}

.p-top-service__number-sp {
  font-size: 10.2564102564vw;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #6B5D4F;
  line-height: 1;
  margin-bottom: 2.5641025641vw;
}

.p-top-service__number-total-sp {
  font-size: 5.1282051282vw;
  color: rgba(107, 93, 79, 0.5);
}

.p-top-service__title-sp {
  font-size: 5.1282051282vw;
  font-weight: 700;
  color: #6B5D4F;
  line-height: 1.4;
}

.p-top-service__subtitle-sp {
  font-size: 3.5897435897vw;
  color: #403110;
  line-height: 1.8;
  margin-bottom: 3.8461538462vw;
}

.p-top-service__text-sp {
  font-size: 3.5897435897vw;
  color: #403110;
  line-height: 1.8;
  margin-bottom: 5.1282051282vw;
}

.p-top-service__button-sp {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 57.4358974359vw;
  height: 13.5897435897vw;
  margin: 7.9487179487vw auto 0;
  font-size: 4.1025641026vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  background-color: #403110;
  text-decoration: none;
  text-align: center;
  transition: opacity 0.3s ease;
}

@media screen and (min-width: 768px) {
  .p-top-service__sp-container {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .p-top-service__sp-container {
    display: block;
    position: relative;
  }
}

.p-top-service__sp-prev,
.p-top-service__sp-next {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-top-service__sp-prev,
  .p-top-service__sp-next {
    display: flex;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 12.3076923077vw;
    height: 12.3076923077vw;
    background-color: transparent;
    border: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity 0.3s ease;
    color: #6B5D4F;
    padding: 0;
  }
  .p-top-service__sp-prev svg,
  .p-top-service__sp-next svg {
    width: 12.3076923077vw;
    height: 12.3076923077vw;
  }
  .p-top-service__sp-prev:active,
  .p-top-service__sp-next:active {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .p-top-service__sp-prev {
    left: -6.4102564103vw;
  }
}

@media screen and (max-width: 767px) {
  .p-top-service__sp-next {
    right: -6.4102564103vw;
  }
}

@media screen and (min-width: 768px) {
  .p-top-service__image {
    width: 27.2395833333vw;
    height: 41.4583333333vw;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top-service__image {
    width: 100%;
    height: 58.9743589744vw;
  }
}
@media screen and (min-width: 768px) {
  .p-top-service__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .p-top-service__image img {
    width: 100%;
    height: auto;
  }
}

.p-top-service__text-area {
  background-color: #F7F6F1;
}
@media screen and (min-width: 768px) {
  .p-top-service__text-area {
    width: 35.625vw;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 9.7395833333vw;
    margin-left: 6.875vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-service__text-area {
    padding: 0;
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-top-service__text-content {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top-service__text-content {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    gap: 6.4102564103vw;
  }
}

@media screen and (min-width: 768px) {
  .p-top-service__header {
    display: flex;
    align-items: baseline;
    margin-bottom: 2.8645833333vw;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-top-service__header {
    display: block;
    margin-bottom: 0;
  }
}

.p-top-service__number {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #403110;
}
@media screen and (min-width: 768px) {
  .p-top-service__number {
    font-size: 1.9270833333vw;
    letter-spacing: 0.05em;
    margin-right: 1.0416666667vw;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top-service__number {
    font-size: 8.7179487179vw;
    letter-spacing: 0.05em;
    margin-bottom: 0;
    line-height: 1;
  }
}

@media screen and (min-width: 768px) {
  .p-top-service__number-total {
    font-size: 1.0416666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-service__number-total {
    font-size: 4.358974359vw;
  }
}

.p-top-service__title {
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 700;
  color: #403110;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-top-service__title {
    font-size: 1.71875vw;
    letter-spacing: 0.2em;
  }
}
@media screen and (max-width: 767px) {
  .p-top-service__title {
    font-size: 6.1538461538vw;
    letter-spacing: 0.08em;
    margin-bottom: 0;
    line-height: 1.3;
  }
}

.p-top-service__subtitle {
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 500;
  color: #403110;
}
@media screen and (min-width: 768px) {
  .p-top-service__subtitle {
    font-size: 1.25vw;
    letter-spacing: 0.2em;
    margin-bottom: 2.3958333333vw;
    margin-left: -0.5208333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-service__subtitle {
    font-size: 3.8461538462vw;
    letter-spacing: 0.05em;
    margin-bottom: 0;
    margin-left: -2.5641025641vw;
    line-height: 2;
  }
}

.p-top-service__text {
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 400;
  color: #403110;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-top-service__text {
    font-size: 0.8333333333vw;
    letter-spacing: 0.05em;
    margin-bottom: 2.2395833333vw;
    line-height: 2.1;
  }
}
@media screen and (max-width: 767px) {
  .p-top-service__text {
    font-size: 3.8461538462vw;
    letter-spacing: 0.05em;
    margin-bottom: 0;
    line-height: 2;
  }
}

.p-top-service__link {
  color: #403110;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid #403110;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-top-service__link {
    font-size: inherit;
  }
}
@media screen and (max-width: 767px) {
  .p-top-service__link {
    font-size: inherit;
  }
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .p-top-service__link:hover {
    opacity: 0.7;
  }
}

.p-top-service__button {
  display: inline-block;
  text-decoration: none;
  background-color: #403110;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-top-service__button {
    padding: 0.625vw 2.6041666667vw;
    font-size: 0.8854166667vw;
    letter-spacing: 0.1em;
    width: 11.6666666667vw;
    height: 2.7604166667vw;
    margin-bottom: 2.6041666667vw;
    margin-top: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-top-service__button {
    padding: 3.0769230769vw 12.8205128205vw;
    font-size: 3.5897435897vw;
    width: 57.4358974359vw;
    height: 13.5897435897vw;
    letter-spacing: 0.1em;
    margin: 6.4102564103vw auto 0 auto;
  }
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .p-top-service__button:hover {
    opacity: 0.8;
  }
}

@media screen and (min-width: 768px) {
  .p-top-feature {
    padding: 3.125vw 0 11.875vw 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top-feature {
    padding: 16.6666666667vw 3.8461538462vw;
  }
}

@media screen and (min-width: 768px) {
  .c-title--feature {
    margin-bottom: 2.34375vw;
  }
}
@media screen and (max-width: 767px) {
  .c-title--feature {
    margin-bottom: 10.2564102564vw;
  }
}

.c-title__en--feature {
  text-transform: none;
}
@media screen and (min-width: 768px) {
  .c-title__en--feature {
    font-size: 3.75vw;
    letter-spacing: 0;
    line-height: 1;
    font-weight: 500;
    margin-bottom: -0.5208333333vw;
  }
}
@media screen and (max-width: 767px) {
  .c-title__en--feature {
    font-size: 12.8205128205vw;
    letter-spacing: 0;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 0vw;
  }
}

@media screen and (min-width: 768px) {
  .c-title__ja--feature {
    font-size: 1.4583333333vw;
    letter-spacing: 0.08em;
    line-height: 1.3;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .c-title__ja--feature {
    font-size: 4.6153846154vw;
    letter-spacing: 0.08em;
    line-height: 1.3;
    font-weight: 400;
  }
}

@media screen and (min-width: 768px) {
  .p-top-feature-inner {
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .p-top-feature-inner {
    padding: 0;
  }
}

.p-top-feature__list {
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid #403110;
}
@media screen and (min-width: 768px) {
  .p-top-feature__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 87.4479166667vw;
    margin: 0 auto;
    padding: 3.4375vw 3.3854166667vw 2.3958333333vw 3.3854166667vw;
    gap: 3.6458333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-feature__list {
    display: block;
    width: 100%;
    padding-top: 7.6923076923vw;
  }
}

@media screen and (min-width: 768px) {
  .p-top-feature__item {
    width: 17.4479166667vw;
  }
  .p-top-feature__item:nth-child(1) .p-top-feature__item-title, .p-top-feature__item:nth-child(4) .p-top-feature__item-title {
    padding-bottom: 0.9375vw;
  }
  .p-top-feature__item:nth-child(2) .p-top-feature__item-title, .p-top-feature__item:nth-child(3) .p-top-feature__item-title {
    padding-top: 0.6770833333vw;
    padding-bottom: 1.6145833333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-feature__item {
    width: 100%;
    padding: 7.6923076923vw 2.0512820513vw;
  }
  .p-top-feature__item:last-child {
    padding-bottom: 15.3846153846vw;
  }
}

@media screen and (min-width: 768px) {
  .p-top-feature__item-title-wrap {
    border-bottom: 1px solid #403110;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .p-top-feature__item-title-wrap {
    width: 78.4615384615vw;
    margin: 0 auto 5.1282051282vw auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border-bottom: 1px solid #403110;
  }
}

.p-top-feature__item-title {
  font-weight: 700;
  color: #6B5D4F;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-feature__item-title {
    font-size: 1.0416666667vw;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) {
  .p-top-feature__item-title {
    font-size: 5.1282051282vw;
    letter-spacing: 0;
    line-height: 1.3;
    font-weight: 700;
    padding-bottom: 5.1282051282vw;
  }
}

.p-top-feature__item-text {
  line-height: 1.9;
}
@media screen and (min-width: 768px) {
  .p-top-feature__item-text {
    font-size: 0.8333333333vw;
    line-height: 2.1;
    letter-spacing: 0.04em;
    font-weight: 500;
    margin-top: 0.6770833333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-feature__item-text {
    font-size: 3.5897435897vw;
  }
}

.p-top-case {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-case {
    padding: 3.125vw 0 11.875vw 0;
  }
}

@media screen and (min-width: 768px) {
  .p-top-case-inner {
    max-width: none;
    padding-top: 4.84375vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-case-inner {
    padding: 0;
  }
}
.p-top-case-inner {
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-top-case__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 46.40625vw;
    height: 44.4791666667vw;
    background-color: #FFFFFF;
    z-index: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top-case__bg {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .c-title--case {
    margin-bottom: 2.34375vw;
    width: 87.34375vw;
    margin: 0 auto;
    margin-bottom: 3.1770833333vw;
  }
}
@media screen and (max-width: 767px) {
  .c-title--case {
    margin-bottom: 10.2564102564vw;
  }
}
.c-title--case {
  position: relative;
  z-index: 1;
}

.c-title__en--case {
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .c-title__en--case {
    font-size: 3.9583333333vw;
    letter-spacing: 0;
    line-height: 1;
    font-weight: 500;
    margin-bottom: -0.5208333333vw;
    text-align: start;
  }
}
@media screen and (max-width: 767px) {
  .c-title__en--case {
    font-size: 12.8205128205vw;
    letter-spacing: 0;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 0vw;
  }
}

@media screen and (min-width: 768px) {
  .c-title__ja--case {
    font-size: 1.4583333333vw;
    letter-spacing: 0.08em;
    line-height: 1.3;
    font-weight: 400;
    text-align: start;
  }
}
@media screen and (max-width: 767px) {
  .c-title__ja--case {
    font-size: 4.6153846154vw;
    letter-spacing: 0.08em;
    line-height: 1.3;
    font-weight: 400;
  }
}

.p-top-case__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-top-case__list {
    display: flex;
    justify-content: center;
    gap: 6.1979166667vw;
    width: 87.34375vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .p-top-case__list {
    display: block;
    padding: 0 3.8461538462vw;
  }
}
.p-top-case__list {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .p-top-case__item {
    width: 25vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-case__item:not(:last-child) {
    margin-bottom: 17.1794871795vw;
  }
}

.p-top-case__item-link {
  display: block;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .p-top-case__item-link:hover {
    opacity: 0.8;
  }
}

.p-top-case__item-image {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-case__item-image {
    width: 25vw;
    height: 15.15625vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-case__item-image {
    width: 92.3076923077vw;
    height: 55.8974358974vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .p-top-case__item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-top-case__item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
}

.p-top-case__item-category {
  position: absolute;
  bottom: -1.0416666667vw;
  left: 0;
  display: inline-block;
  background-color: #63BCEB;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-case__item-category {
    width: 7.5vw;
    height: 1.7708333333vw;
    font-size: 0.8333333333vw;
    letter-spacing: 0.08em;
    line-height: 1.15;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .p-top-case__item-category {
    bottom: -5.1282051282vw;
    left: 0;
    width: 36.9230769231vw;
    height: 8.7179487179vw;
    font-size: 4.1025641026vw;
    letter-spacing: 0.08em;
    line-height: 8.7179487179vw;
    font-weight: 700;
  }
}

@media screen and (min-width: 768px) {
  .p-top-case__item-content {
    margin-top: 2.9583333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-case__item-content {
    margin-top: 12.0512820513vw;
  }
}

.p-top-case__item-title {
  font-weight: 700;
  color: #403110;
}
@media screen and (min-width: 768px) {
  .p-top-case__item-title {
    font-size: 1.1458333333vw;
    letter-spacing: 0;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 1.8229166667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-case__item-title {
    font-size: 5.1282051282vw;
    letter-spacing: 0.1em;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 6.6666666667vw;
  }
}

.p-top-case__item-text {
  color: #403110;
}
@media screen and (min-width: 768px) {
  .p-top-case__item-text {
    font-size: 0.8333333333vw;
    letter-spacing: 0.05em;
    line-height: 2.1;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .p-top-case__item-text {
    font-size: 4.1025641026vw;
    letter-spacing: 0.05em;
    line-height: 2.1;
    font-weight: 500;
  }
}

@media screen and (min-width: 768px) {
  .p-top-news-joinus-wrapper {
    display: flex;
    width: 87.5520833333vw;
    margin: 0 auto;
    gap: 2.1354166667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-news-joinus-wrapper {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .p-top-news {
    width: 43.75vw;
    min-height: 49.2708333333vw;
    padding: 4.4791666667vw 3.6458333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-news {
    padding: 15.3846153846vw 3.8461538462vw;
  }
}

.p-top-news__title-wrap {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-news__title-wrap {
    margin-bottom: 2.1354166667vw;
  }
  .p-top-news__title-wrap::after {
    content: "";
    position: absolute;
    bottom: -2.4479166667vw;
    left: 0;
    width: 36.4583333333vw;
    height: 0.15625vw;
    background-color: #403110;
  }
}
@media screen and (max-width: 767px) {
  .p-top-news__title-wrap {
    margin-bottom: 10.2564102564vw;
  }
}

.c-title__en--news {
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .c-title__en--news {
    font-size: 3.9583333333vw;
    letter-spacing: 0;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 0.5208333333vw;
  }
}
@media screen and (max-width: 767px) {
  .c-title__en--news {
    font-size: 12.8205128205vw;
    letter-spacing: 0;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 0vw;
  }
}

@media screen and (min-width: 768px) {
  .c-title__ja--news {
    font-size: 1.4583333333vw;
    letter-spacing: 0.08em;
    line-height: 1.3;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .c-title__ja--news {
    font-size: 4.6153846154vw;
    letter-spacing: 0.08em;
    line-height: 1.3;
    font-weight: 400;
  }
}

.p-top-news__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-top-news__list {
    margin-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-news__list {
    margin-bottom: 10.2564102564vw;
  }
}

.p-top-news__item {
  border-bottom: 1px solid #403110;
}
.p-top-news__item:last-child {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .p-top-news__item {
    padding: 5.1282051282vw 0;
  }
}

.p-top-news__item-link {
  display: block;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-top-news__item-link {
    padding: 1.3020833333vw 0;
  }
}

.p-top-news__item-meta {
  display: flex;
  align-items: center;
  gap: 1.0416666667vw;
}
@media screen and (min-width: 768px) {
  .p-top-news__item-meta {
    margin-bottom: 0.5208333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-news__item-meta {
    gap: 3.0769230769vw;
    margin-bottom: 3.0769230769vw;
  }
}

.p-top-news__item-date {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  color: #403110;
}
@media screen and (min-width: 768px) {
  .p-top-news__item-date {
    font-size: 1.0416666667vw;
    letter-spacing: 0.01em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .p-top-news__item-date {
    font-size: 4.1025641026vw;
    font-weight: 500;
  }
}

.p-top-news__item-category {
  display: inline-block;
  background-color: #63BCEB;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-news__item-category {
    width: 5.8333333333vw;
    height: 1.6666666667vw;
    font-size: 0.78125vw;
    letter-spacing: 0.08em;
    font-weight: 700;
    line-height: 1.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-news__item-category {
    width: 23.8461538462vw;
    height: 6.9230769231vw;
    font-size: 3.8461538462vw;
    letter-spacing: 0.05em;
    line-height: 6.9230769231vw;
    font-weight: 400;
  }
}

.p-top-news__item-title {
  color: #403110;
}
@media screen and (min-width: 768px) {
  .p-top-news__item-title {
    font-size: 1.0416666667vw;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-top-news__item-title {
    font-size: 3.8461538462vw;
    letter-spacing: 0.05em;
    line-height: 2;
    font-weight: 400;
  }
}

.p-top-news__btn-wrap {
  text-align: center;
}

.p-top-news__btn {
  display: inline-block;
  text-decoration: none;
  background-color: #403110;
  color: #FFFFFF;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-top-news__btn {
    width: 11.6666666667vw;
    height: 2.7604166667vw;
    font-size: 0.8854166667vw;
    letter-spacing: 0.1em;
    font-weight: 700;
    line-height: 2.7604166667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-news__btn {
    width: 57.4358974359vw;
    height: 13.5897435897vw;
    font-size: 4.358974359vw;
    letter-spacing: 0.1em;
    line-height: 13.5897435897vw;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .p-top-news__btn:hover {
    opacity: 0.8;
  }
}

@media screen and (min-width: 768px) {
  .p-top-company {
    padding: 10.9375vw 0 13.0208333333vw 0;
  }
}

@media screen and (min-width: 768px) {
  .p-top-company-inner {
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .p-top-company-inner {
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-top-company__title-wrap {
    width: 62.5vw;
    margin: 0 auto 3.1770833333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-company__title-wrap {
    margin-bottom: 10.2564102564vw;
  }
}

@media screen and (min-width: 768px) {
  .c-title--company {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .c-title--company {
    text-align: center;
  }
}

.c-title__en--company {
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .c-title__en--company {
    font-size: 3.9583333333vw;
    letter-spacing: 0;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 0.5208333333vw;
  }
}
@media screen and (max-width: 767px) {
  .c-title__en--company {
    font-size: 12.8205128205vw;
    letter-spacing: 0;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 0vw;
  }
}

@media screen and (min-width: 768px) {
  .c-title__ja--company {
    font-size: 1.4583333333vw;
    letter-spacing: 0.08em;
    line-height: 1.3;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .c-title__ja--company {
    font-size: 4.6153846154vw;
    letter-spacing: 0.08em;
    line-height: 1.3;
    font-weight: 400;
  }
}

@media screen and (min-width: 768px) {
  .p-top-company__content {
    width: 62.5vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .p-top-company__content {
    padding: 0 3.8461538462vw;
  }
}

@media screen and (min-width: 768px) {
  .p-top-company__table-wrap {
    margin-bottom: 5.2083333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-company__table-wrap {
    margin-bottom: 10.2564102564vw;
  }
}

@media screen and (min-width: 768px) {
  .p-top-company__grid {
    display: grid;
    grid-template-columns: 27.6041666667vw 32.65625vw;
    gap: 0 1.9791666667vw;
  }
}

.p-top-company__column {
  display: flex;
  flex-direction: column;
}

.p-top-company__item {
  display: flex;
  border-bottom: 1px solid #D0D0D0;
}
@media screen and (min-width: 768px) {
  .p-top-company__item {
    min-height: 4.2708333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-company__item {
    padding: 3.8461538462vw 0;
  }
}
.p-top-company__item:first-child {
  border-top: 1px solid #D0D0D0;
}
.p-top-company__item--last {
  border-bottom: none;
}

.p-top-company__column--left .p-top-company__item:last-child,
.p-top-company__column--right .p-top-company__item:last-child {
  border-bottom: none;
}

@media screen and (min-width: 768px) {
  .p-top-company__label {
    font-size: 0.8333333333vw;
    letter-spacing: 0.05em;
    line-height: 2.1;
    font-weight: 500;
    padding: 1.0416666667vw 0vw;
    width: 7.8125vw;
    flex-shrink: 0;
  }
  .p-top-company__label br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-top-company__label {
    font-size: 3.8461538462vw;
    letter-spacing: 0.05em;
    line-height: 2;
    font-weight: 700;
    width: 28.2051282051vw;
    flex-shrink: 0;
  }
}
.p-top-company__label {
  text-align: left;
  color: #403110;
}

@media screen and (min-width: 768px) {
  .p-top-company__value {
    font-size: 0.8333333333vw;
    letter-spacing: 0.05em;
    line-height: 2.1;
    font-weight: 500;
    padding: 1.0416666667vw 0.78125vw;
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-top-company__value {
    font-size: 3.8461538462vw;
    letter-spacing: 0.05em;
    line-height: 2;
    font-weight: 400;
    flex: 1;
  }
}
.p-top-company__value {
  text-align: left;
  color: #403110;
}

@media screen and (min-width: 768px) {
  .p-top-company__map {
    width: 62.5vw;
    height: 25.5208333333vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .p-top-company__map {
    width: 100%;
    height: 76.9230769231vw;
  }
}
.p-top-company__map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

@media screen and (min-width: 768px) {
  .p-top-joinus {
    width: 41.6666666667vw;
    min-height: 48.8020833333vw;
    padding: 4.4791666667vw 2.0833333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-joinus {
    padding: 15.3846153846vw 3.8461538462vw;
  }
}

@media screen and (min-width: 768px) {
  .p-top-joinus__title-wrap {
    margin-bottom: 2.4479166667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-joinus__title-wrap {
    margin-bottom: 7.6923076923vw;
  }
}

.c-title--joinus {
  margin-bottom: 0;
}

.c-title__en--joinus {
  text-transform: none;
}
@media screen and (min-width: 768px) {
  .c-title__en--joinus {
    font-size: 3.9583333333vw;
    letter-spacing: 0;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 0.5208333333vw;
  }
}
@media screen and (max-width: 767px) {
  .c-title__en--joinus {
    font-size: 12.8205128205vw;
    letter-spacing: 0;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 0vw;
  }
}

@media screen and (min-width: 768px) {
  .c-title__ja--joinus {
    font-size: 1.4583333333vw;
    letter-spacing: 0.08em;
    line-height: 1.3;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .c-title__ja--joinus {
    font-size: 4.6153846154vw;
    letter-spacing: 0.08em;
    line-height: 1.3;
    font-weight: 400;
  }
}

@media screen and (min-width: 768px) {
  .p-top-joinus__image {
    width: 37.5vw;
    height: 23.3333333333vw;
    margin: 0 auto 2.4479166667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-joinus__image {
    width: 92.3076923077vw;
    height: 57.4358974359vw;
    margin: 0 auto 10.2564102564vw;
  }
}
.p-top-joinus__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media screen and (min-width: 768px) {
  .p-top-joinus__banners {
    display: flex;
    gap: 2.1354166667vw;
    width: 37.5vw;
    height: 6.7708333333vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .p-top-joinus__banners {
    display: block;
  }
}

.p-top-joinus__banner {
  display: block;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-top-joinus__banner {
    width: 17.7083333333vw;
    height: 6.7708333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-joinus__banner {
    width: 87.1794871795vw;
    height: 33.3333333333vw;
    margin: 0 auto 10.2564102564vw;
  }
  .p-top-joinus__banner:last-child {
    margin-bottom: 0;
  }
}
.p-top-joinus__banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .p-top-joinus__banner:hover {
    opacity: 0.8;
  }
}

@media screen and (min-width: 768px) {
  .p-top-contact-banner {
    width: 100vw;
    height: 28.8020833333vw;
    background-image: url("../img/top/banner-bg-pc.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.1875vw 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top-contact-banner {
    background-image: url("../img/top/banner-bg-sp.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 15.3846153846vw 3.8461538462vw;
  }
}

@media screen and (min-width: 768px) {
  .p-top-contact-banner__inner {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-top-contact-banner__inner {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .c-title--contact-banner {
    text-align: center;
    margin-bottom: 1.5104166667vw;
  }
}
@media screen and (max-width: 767px) {
  .c-title--contact-banner {
    text-align: center;
    margin-bottom: 5.1282051282vw;
  }
}

@media screen and (min-width: 768px) {
  .c-title__en--contact-banner {
    font-size: 3.9583333333vw;
    letter-spacing: 0;
    line-height: 1;
    font-weight: 500;
    color: #FFF;
    margin-bottom: 0.5208333333vw;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .c-title__en--contact-banner {
    font-size: 12.8205128205vw;
    letter-spacing: 0;
    line-height: 1;
    font-weight: 500;
    color: #FFF;
    margin-bottom: 0vw;
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .c-title__ja--contact-banner {
    font-size: 1.4583333333vw;
    letter-spacing: 0.08em;
    line-height: 1.3;
    font-weight: 400;
    color: #FFF;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .c-title__ja--contact-banner {
    font-size: 4.6153846154vw;
    letter-spacing: 0.08em;
    line-height: 1.3;
    font-weight: 400;
    color: #FFF;
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .p-top-contact-banner__label {
    width: 35.4166666667vw;
    height: 1.71875vw;
    background-color: #63BCEB;
    color: #FFF;
    font-size: 0.8854166667vw;
    letter-spacing: 0.03em;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.9375vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-contact-banner__label {
    width: 56.1538461538vw;
    height: 8.4615384615vw;
    background-color: #63BCEB;
    color: #FFF;
    font-size: 4.358974359vw;
    letter-spacing: 0.03em;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 7.9487179487vw;
  }
}

@media screen and (min-width: 768px) {
  .p-top-contact-banner__info {
    width: 35.4166666667vw;
    height: 8.8541666667vw;
    margin: 0 auto 1.6145833333vw;
    display: flex;
    border: 1px solid #FFF;
  }
}
@media screen and (max-width: 767px) {
  .p-top-contact-banner__info {
    width: 87.1794871795vw;
    height: 71.7948717949vw;
    margin: 0 auto 9.4871794872vw;
    display: flex;
    flex-direction: column;
    border: 1px solid #FFF;
  }
}

@media screen and (min-width: 768px) {
  .p-top-contact-banner__tel-area {
    width: 17.7083333333vw;
    height: 8.8020833333vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0vw;
    padding: 0.8854166667vw 2.65625vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-contact-banner__tel-area {
    width: 87.1794871795vw;
    height: 35.8974358974vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0vw;
    padding: 1.2820512821vw 16.9230769231vw;
    text-align: start;
  }
}

@media screen and (min-width: 768px) {
  .p-top-contact-banner__tel-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-contact-banner__tel-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (min-width: 768px) {
  .p-top-contact-banner__tel-label {
    font-size: 0.8333333333vw;
    letter-spacing: 0.03em;
    font-weight: 500;
    color: #FFF;
    margin-bottom: -0.4166666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-contact-banner__tel-label {
    font-size: 4.1025641026vw;
    letter-spacing: 0.03em;
    font-weight: 500;
    color: #FFF;
    margin-bottom: -2.5641025641vw;
  }
}

@media screen and (min-width: 768px) {
  .p-top-contact-banner__tel-number {
    font-size: 1.6666666667vw;
    letter-spacing: 0.02em;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    color: #FFF;
    text-decoration: none;
    transition: opacity 0.3s ease;
  }
}
@media screen and (max-width: 767px) {
  .p-top-contact-banner__tel-number {
    font-size: 7.1794871795vw;
    letter-spacing: 0.02em;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    color: #FFF;
    text-decoration: none;
  }
}

@media screen and (min-width: 768px) {
  .p-top-contact-banner__mail-area {
    width: 17.7083333333vw;
    height: 8.8541666667vw;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: opacity 0.3s ease;
  }
}
@media screen and (max-width: 767px) {
  .p-top-contact-banner__mail-area {
    width: 87.1794871795vw;
    height: 35.8974358974vw;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
  }
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .p-top-contact-banner__mail-area:hover {
    opacity: 0.9;
  }
}

@media screen and (min-width: 768px) {
  .p-top-contact-banner__mail-icon {
    width: 1.6666666667vw;
    height: 1.1979166667vw;
    margin-bottom: 0.5729166667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-contact-banner__mail-icon {
    width: 8.2051282051vw;
    height: 5.8974358974vw;
    margin-bottom: 2.8205128205vw;
  }
}

@media screen and (min-width: 768px) {
  .p-top-contact-banner__mail-text {
    font-size: 0.8854166667vw;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: #403110;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-top-contact-banner__mail-text {
    font-size: 4.358974359vw;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: #403110;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .p-top-contact-banner__note {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-top-contact-banner__note {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .p-top-contact-banner__note-text {
    font-size: 0.8854166667vw;
    letter-spacing: 0.22em;
    font-weight: 700;
    color: #FFF;
  }
}
@media screen and (max-width: 767px) {
  .p-top-contact-banner__note-text {
    font-size: 3.8461538462vw;
    letter-spacing: 0.05em;
    line-height: 2;
    font-weight: 400;
    color: #FFF;
  }
}
@media screen and (min-width: 768px) {
  .p-top-contact-banner__note-text br.sp-only {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-top-contact-banner__note-text br.sp-only {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .p-top-contact-banner__business-hours {
    font-size: 0.8854166667vw;
    letter-spacing: 0.22em;
    font-weight: 700;
    color: #FFF;
  }
}

@media screen and (min-width: 768px) {
  .p-top-contact {
    background-color: #F5F3F0;
    padding: 9.375vw 0 13.5416666667vw 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top-contact {
    background-color: #F5F3F0;
    padding: 20.5128205128vw 3.8461538462vw;
  }
}

@media screen and (min-width: 768px) {
  .p-top-contact__inner {
    max-width: 62.5vw;
    margin: 0 auto;
    background-color: #FFF;
    padding: 3.3333333333vw 5.2083333333vw 4.84375vw 5.2083333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-contact__inner {
    background-color: #FFF;
    padding: 10.2564102564vw 5.1282051282vw;
  }
}

.p-top-contact__header {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-contact__header {
    margin-bottom: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-contact__header {
    margin-bottom: 10.2564102564vw;
  }
}

@media screen and (min-width: 768px) {
  .p-top-contact__icon {
    width: 3.3854166667vw;
    height: 2.4479166667vw;
    margin: 0 auto 1.0416666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-contact__icon {
    width: 12.8205128205vw;
    height: 9.2307692308vw;
    margin: 0 auto 3.8461538462vw;
  }
}
.p-top-contact__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 768px) {
  .p-top-contact__title {
    font-size: 1.0416666667vw;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #403110;
  }
}
@media screen and (max-width: 767px) {
  .p-top-contact__title {
    font-size: 4.6153846154vw;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #403110;
  }
}

@media screen and (min-width: 768px) {
  .p-top-contact__form .wpcf7-form {
    width: 43.75vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .p-top-contact__form .wpcf7-form {
    width: 100%;
  }
}
.p-top-contact__form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-contact__form .wpcf7-form-control-wrap {
    margin-bottom: 2.65625vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-contact__form .wpcf7-form-control-wrap {
    margin-bottom: 3.0769230769vw;
  }
}
@media screen and (min-width: 768px) {
  .p-top-contact__form .p-contact-label {
    font-size: 0.8333333333vw;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #403110;
    margin-bottom: 0.5208333333vw;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-top-contact__form .p-contact-label {
    font-size: 3.5897435897vw;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #403110;
    margin-bottom: 2.0512820513vw;
    display: block;
  }
}
.p-top-contact__form .p-badge {
  display: inline-block;
  font-weight: 700;
  color: #FFF;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .p-top-contact__form .p-badge {
    font-size: 0.8333333333vw;
    padding: 0.1041666667vw 0.4166666667vw;
    margin-left: 0.4166666667vw;
    border-radius: 0.1041666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-contact__form .p-badge {
    font-size: 3.5897435897vw;
    padding: 0.5128205128vw 2.0512820513vw;
    margin-left: 2.0512820513vw;
    border-radius: 0.5128205128vw;
  }
}
.p-top-contact__form .p-badge--required {
  background-color: #E63946;
}
.p-top-contact__form .p-badge--optional {
  background-color: #999;
}
@media screen and (min-width: 768px) {
  .p-top-contact__form .p-form-group {
    margin-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-contact__form .p-form-group {
    margin-bottom: 6.4102564103vw;
  }
}
.p-top-contact__form input[type=text],
.p-top-contact__form input[type=email],
.p-top-contact__form input[type=tel] {
  width: 100%;
  border: 1px solid #D0D0D0;
  background-color: #FFF;
  transition: border-color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-top-contact__form input[type=text],
  .p-top-contact__form input[type=email],
  .p-top-contact__form input[type=tel] {
    font-size: 0.8333333333vw;
    padding: 0.78125vw 1.0416666667vw;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  .p-top-contact__form input[type=text],
  .p-top-contact__form input[type=email],
  .p-top-contact__form input[type=tel] {
    font-size: 3.8461538462vw;
    padding: 3.0769230769vw 3.8461538462vw;
    letter-spacing: 0.05em;
  }
}
.p-top-contact__form input[type=text]:focus,
.p-top-contact__form input[type=email]:focus,
.p-top-contact__form input[type=tel]:focus {
  outline: none;
  border-color: #6B5D4F;
}
.p-top-contact__form textarea {
  width: 100%;
  border: 1px solid #D0D0D0;
  background-color: #FFF;
  resize: vertical;
  transition: border-color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-top-contact__form textarea {
    font-size: 0.8333333333vw;
    padding: 0.78125vw 1.0416666667vw;
    min-height: 10.4166666667vw;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  .p-top-contact__form textarea {
    font-size: 3.8461538462vw;
    padding: 3.0769230769vw 3.8461538462vw;
    min-height: 38.4615384615vw;
    letter-spacing: 0.05em;
  }
}
.p-top-contact__form textarea:focus {
  outline: none;
  border-color: #6B5D4F;
}
@media screen and (min-width: 768px) {
  .p-top-contact__form .p-privacy-policy {
    margin-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-contact__form .p-privacy-policy {
    margin-bottom: 6.4102564103vw;
  }
}
.p-top-contact__form .p-privacy-box {
  border: 1px solid #D0D0D0;
  background-color: #F9F9F9;
  overflow-y: auto;
}
@media screen and (min-width: 768px) {
  .p-top-contact__form .p-privacy-box {
    padding: 0.7291666667vw;
    max-height: 10.4166666667vw;
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-contact__form .p-privacy-box {
    padding: 3.8461538462vw;
    max-height: 46.1538461538vw;
    margin-bottom: 3.0769230769vw;
  }
}
@media screen and (min-width: 768px) {
  .p-top-contact__form .p-privacy-box p {
    font-size: 0.8333333333vw;
    line-height: 1.8;
    letter-spacing: 0.1em;
    color: #403110;
    margin-bottom: 0.625vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-contact__form .p-privacy-box p {
    font-size: 3.0769230769vw;
    line-height: 1.8;
    letter-spacing: 0.05em;
    color: #403110;
    margin-bottom: 2.5641025641vw;
  }
}
.p-top-contact__form .p-privacy-box p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-top-contact__form .p-privacy-box h3 {
    font-size: 0.7291666667vw;
    font-weight: 700;
    margin-bottom: 0.5208333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-contact__form .p-privacy-box h3 {
    font-size: 3.3333333333vw;
    font-weight: 700;
    margin-bottom: 2.0512820513vw;
  }
}
.p-top-contact__form .wpcf7-list-item {
  margin: 0;
}
.p-top-contact__form .wpcf7-list-item label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-top-contact__form .wpcf7-list-item label {
    font-size: 0.8333333333vw;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .p-top-contact__form .wpcf7-list-item label {
    font-size: 3.5897435897vw;
    letter-spacing: 0.05em;
  }
}
.p-top-contact__form .wpcf7-list-item input[type=checkbox] {
  margin-right: 8px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.p-top-contact__form input[type=submit] {
  display: block;
  margin: 0 auto;
  background-color: #594A3C;
  color: #FFF;
  border: none;
  cursor: pointer;
  transition: opacity 0.3s ease;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-top-contact__form input[type=submit] {
    font-size: 0.8854166667vw;
    padding: 0.625vw 4.1666666667vw;
    min-width: 10.4166666667vw;
    width: 11.6666666667vw;
    height: 2.7604166667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-contact__form input[type=submit] {
    font-size: 4.1025641026vw;
    padding: 3.8461538462vw 15.3846153846vw;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .p-top-contact__form input[type=submit]:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 768px) {
  .p-top-contact__form .wpcf7-not-valid-tip {
    font-size: 0.6770833333vw;
    color: #E63946;
    margin-top: 0.2604166667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-contact__form .wpcf7-not-valid-tip {
    font-size: 3.0769230769vw;
    color: #E63946;
    margin-top: 1.2820512821vw;
  }
}
@media screen and (min-width: 768px) {
  .p-top-contact__form .wpcf7-response-output {
    font-size: 0.7291666667vw;
    margin-top: 1.0416666667vw;
    padding: 0.78125vw;
    border: 2px solid;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-top-contact__form .wpcf7-response-output {
    font-size: 3.3333333333vw;
    margin-top: 5.1282051282vw;
    padding: 3.0769230769vw;
    border: 2px solid;
    text-align: center;
  }
}
.p-top-contact__form .wpcf7-response-output.wpcf7-validation-errors {
  border-color: #E63946;
  background-color: #FFF5F5;
  color: #E63946;
}
.p-top-contact__form .wpcf7-response-output.wpcf7-mail-sent-ok {
  border-color: #2A9D8F;
  background-color: #F0FFF4;
  color: #2A9D8F;
}

@media screen and (min-width: 768px) {
  .p-top-gallery {
    padding: 5.2083333333vw 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top-gallery {
    padding: 15.3846153846vw 0;
  }
}
.p-top-gallery {
  background-color: #F7F6F1;
  overflow: hidden;
}

.p-top-gallery__slider-wrap {
  position: relative;
  overflow: hidden;
}

.p-top-gallery__slider {
  display: flex;
  gap: 1.8229166667vw;
  will-change: transform;
}
@media screen and (max-width: 767px) {
  .p-top-gallery__slider {
    gap: 2.8205128205vw;
  }
}

.p-top-gallery__group {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 1.8229166667vw;
}
@media screen and (max-width: 767px) {
  .p-top-gallery__group {
    gap: 2.8205128205vw;
  }
}
@media screen and (min-width: 768px) {
  .p-top-gallery__group:nth-child(4n+1) .p-top-gallery__slide, .p-top-gallery__group:nth-child(4n+3) .p-top-gallery__slide {
    width: 53.4375vw;
    height: 36.8229166667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-gallery__group:nth-child(4n+1) .p-top-gallery__slide, .p-top-gallery__group:nth-child(4n+3) .p-top-gallery__slide {
    width: 87.9487179487vw;
    height: 60.5128205128vw;
  }
}
@media screen and (min-width: 768px) {
  .p-top-gallery__group:nth-child(4n+2) .p-top-gallery__slide, .p-top-gallery__group:nth-child(4n) .p-top-gallery__slide {
    width: 28.75vw;
    height: 18.4895833333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-gallery__group:nth-child(4n+2) .p-top-gallery__slide, .p-top-gallery__group:nth-child(4n) .p-top-gallery__slide {
    width: 47.4358974359vw;
    height: 30.5128205128vw;
  }
}
@media screen and (min-width: 768px) {
  .p-top-gallery__group:nth-child(4n+2) .p-top-gallery__slide:nth-child(2), .p-top-gallery__group:nth-child(4n) .p-top-gallery__slide:nth-child(2) {
    height: 16.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-gallery__group:nth-child(4n+2) .p-top-gallery__slide:nth-child(2), .p-top-gallery__group:nth-child(4n) .p-top-gallery__slide:nth-child(2) {
    height: 27.1794871795vw;
  }
}

.p-top-gallery__slide {
  flex-shrink: 0;
  border-radius: 1.0416666667vw;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-gallery__slide {
    border-radius: 1.7948717949vw;
  }
}
.p-top-gallery__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media screen and (min-width: 768px) {
  .p-top-contact__info {
    margin-bottom: 2.6041666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-contact__info {
    margin-bottom: 10.2564102564vw;
  }
}
.p-top-contact__info {
  text-align: center;
}

.p-top-contact__tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.78125vw;
  color: #6B5D4F;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-top-contact__tel {
    font-size: 1.6666666667vw;
    margin-bottom: 1.0416666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-contact__tel {
    font-size: 6.1538461538vw;
    margin-bottom: 3.8461538462vw;
    gap: 2.5641025641vw;
  }
}
.p-top-contact__tel {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 768px) {
  .p-top-contact__time {
    font-size: 0.78125vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-contact__time {
    font-size: 3.3333333333vw;
  }
}
.p-top-contact__time {
  color: #666666;
}

@media screen and (min-width: 768px) {
  .p-contact-form__row {
    margin-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .p-contact-form__row {
    margin-bottom: 6.4102564103vw;
  }
}
.p-contact-form__row:last-child {
  margin-bottom: 0;
}

.p-contact-form__label {
  display: block;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-contact-form__label {
    font-size: 0.78125vw;
    margin-bottom: 0.5208333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-contact-form__label {
    font-size: 3.5897435897vw;
    margin-bottom: 2.0512820513vw;
  }
}
.p-contact-form__label .wpcf7-form-control-wrap {
  display: block;
}
.p-contact-form__label--required::after {
  content: "必須";
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-contact-form__label--required::after {
    margin-left: 0.5208333333vw;
    padding: 0.15625vw 0.4166666667vw;
    font-size: 0.5729166667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-contact-form__label--required::after {
    margin-left: 2.0512820513vw;
    padding: 0.5128205128vw 1.5384615385vw;
    font-size: 2.5641025641vw;
  }
}
.p-contact-form__label--required::after {
  background-color: #E74C3C;
  color: #FFFFFF;
  border-radius: 0.15625vw;
  font-weight: 700;
}
.p-contact-form__label--optional::after {
  content: "任意";
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-contact-form__label--optional::after {
    margin-left: 0.5208333333vw;
    padding: 0.15625vw 0.4166666667vw;
    font-size: 0.5729166667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-contact-form__label--optional::after {
    margin-left: 2.0512820513vw;
    padding: 0.5128205128vw 1.5384615385vw;
    font-size: 2.5641025641vw;
  }
}
.p-contact-form__label--optional::after {
  background-color: #666666;
  color: #FFFFFF;
  border-radius: 0.15625vw;
  font-weight: 700;
}

.p-contact-form__input,
.p-contact-form__textarea {
  width: 100%;
  border: 1px solid #D9D5CC;
  background-color: #FFFFFF;
  transition: border-color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-contact-form__input,
  .p-contact-form__textarea {
    padding: 0.625vw 0.78125vw;
    font-size: 0.78125vw;
  }
}
@media screen and (max-width: 767px) {
  .p-contact-form__input,
  .p-contact-form__textarea {
    padding: 2.5641025641vw 3.0769230769vw;
    font-size: 3.5897435897vw;
  }
}
.p-contact-form__input:focus,
.p-contact-form__textarea:focus {
  outline: none;
  border-color: #63BCEB;
}
.p-contact-form__input::placeholder,
.p-contact-form__textarea::placeholder {
  color: #CCCCCC;
}

@media screen and (min-width: 768px) {
  .p-contact-form__textarea {
    min-height: 10.4166666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-contact-form__textarea {
    min-height: 38.4615384615vw;
  }
}
.p-contact-form__textarea {
  resize: vertical;
}

@media screen and (min-width: 768px) {
  .p-contact-form__privacy {
    margin-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .p-contact-form__privacy {
    margin-bottom: 6.4102564103vw;
  }
}

@media screen and (min-width: 768px) {
  .p-contact-form__privacy-box {
    height: 10.4166666667vw;
    padding: 1.0416666667vw;
    margin-bottom: 0.78125vw;
  }
}
@media screen and (max-width: 767px) {
  .p-contact-form__privacy-box {
    height: 38.4615384615vw;
    padding: 3.8461538462vw;
    margin-bottom: 3.0769230769vw;
  }
}
.p-contact-form__privacy-box {
  border: 1px solid #D9D5CC;
  background-color: #FFFFFF;
  overflow-y: auto;
}
@media screen and (min-width: 768px) {
  .p-contact-form__privacy-box p {
    font-size: 0.6770833333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-contact-form__privacy-box p {
    font-size: 3.0769230769vw;
  }
}
.p-contact-form__privacy-box p {
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-contact-form__privacy-box p:not(:last-child) {
    margin-bottom: 0.78125vw;
  }
}
@media screen and (max-width: 767px) {
  .p-contact-form__privacy-box p:not(:last-child) {
    margin-bottom: 3.0769230769vw;
  }
}

.p-contact-form__privacy-check {
  display: flex;
  align-items: center;
  gap: 0.5208333333vw;
}
@media screen and (max-width: 767px) {
  .p-contact-form__privacy-check {
    gap: 2.0512820513vw;
  }
}
@media screen and (min-width: 768px) {
  .p-contact-form__privacy-check label {
    font-size: 0.7291666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-contact-form__privacy-check label {
    font-size: 3.3333333333vw;
  }
}
.p-contact-form__privacy-check label {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-contact-form__privacy-check input[type=checkbox] {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-contact-form__privacy-check input[type=checkbox] {
    width: 4.6153846154vw;
    height: 4.6153846154vw;
  }
}
.p-contact-form__privacy-check input[type=checkbox] {
  cursor: pointer;
}

.p-contact-form__submit {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-contact-form__submit {
    margin-top: 2.0833333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-contact-form__submit {
    margin-top: 7.6923076923vw;
  }
}
.p-contact-form__submit input[type=submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  background-color: #6B5D4F;
  color: #FFFFFF;
  border: none;
  border-radius: 0.2604166667vw;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-contact-form__submit input[type=submit] {
    padding: 1.0416666667vw 4.1666666667vw;
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 767px) {
  .p-contact-form__submit input[type=submit] {
    padding: 4.6153846154vw 15.3846153846vw;
    font-size: 4.1025641026vw;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .p-contact-form__submit input[type=submit]:hover {
    background-color: #7C6E5D;
    opacity: 1;
  }
}

@media screen and (min-width: 768px) {
  .wpcf7-not-valid-tip {
    font-size: 0.6770833333vw;
    margin-top: 0.2604166667vw;
  }
}
@media screen and (max-width: 767px) {
  .wpcf7-not-valid-tip {
    font-size: 3.0769230769vw;
    margin-top: 1.0256410256vw;
  }
}
.wpcf7-not-valid-tip {
  color: #E74C3C;
}

@media screen and (min-width: 768px) {
  .wpcf7-response-output {
    font-size: 0.7291666667vw;
    padding: 0.78125vw;
    margin-top: 1.0416666667vw;
  }
}
@media screen and (max-width: 767px) {
  .wpcf7-response-output {
    font-size: 3.3333333333vw;
    padding: 3.0769230769vw;
    margin-top: 3.8461538462vw;
  }
}
.wpcf7-response-output {
  border: 2px solid #E74C3C;
  background-color: rgba(231, 76, 60, 0.1);
}
.wpcf7-response-output.wpcf7-mail-sent-ok {
  border-color: #27AE60;
  background-color: rgba(39, 174, 96, 0.1);
}

.p-single__hero {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-single__hero {
    height: 28.4895833333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-single__hero {
    height: 140.2564102564vw;
  }
}
.p-single__hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.p-single__hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-single__hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.p-single__hero-title-en {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-single__hero-title-en {
    font-size: 3.125vw;
    margin-bottom: 0.5208333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-single__hero-title-en {
    font-size: 10.2564102564vw;
    margin-bottom: 2.0512820513vw;
  }
}
.p-single__hero-title-ja {
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 500;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .p-single__hero-title-ja {
    font-size: 1.0416666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-single__hero-title-ja {
    font-size: 4.1025641026vw;
  }
}
@media screen and (min-width: 768px) {
  .p-single__breadcrumbs {
    padding: 1.25vw 0 0;
    width: 85.3645833333vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .p-single__breadcrumbs {
    padding: 4.8717948718vw 0 0;
  }
}
@media screen and (min-width: 768px) {
  .p-single__content {
    padding: 4.1666666667vw 0;
    width: 85.3645833333vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .p-single__content {
    padding: 10.2564102564vw 0 15.3846153846vw;
  }
}
@media screen and (min-width: 768px) {
  .p-single__content-inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 1.0416666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-single__content-inner {
    padding: 0 3.8461538462vw;
  }
}
.p-single__title {
  font-weight: 700;
  color: #333333;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-single__title {
    font-size: 1.6666666667vw;
    margin-top: 7.03125vw;
    margin-bottom: 1.7708333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-single__title {
    font-size: 6.1538461538vw;
    margin-top: 15.3846153846vw;
    margin-bottom: 5.1282051282vw;
  }
}
.p-single__date {
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  color: #333333;
  text-align: center;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-single__date {
    font-size: 0.8333333333vw;
    margin-bottom: 3.0208333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-single__date {
    font-size: 3.5897435897vw;
    margin-bottom: 7.6923076923vw;
  }
}
@media screen and (min-width: 768px) {
  .p-single__images {
    display: flex;
    gap: 2.5520833333vw;
    width: 85.3645833333vw;
    margin: 0 auto 3.0729166667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-single__images {
    margin-bottom: 7.6923076923vw;
  }
}
@media screen and (min-width: 768px) {
  .p-single__main-image {
    width: 58.8541666667vw;
    height: 40.15625vw;
    flex-shrink: 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .p-single__main-image {
    width: 100%;
    margin-bottom: 3.8461538462vw;
  }
}
.p-single__main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-single__gallery {
    width: 23.9583333333vw;
    display: grid;
    grid-template-columns: repeat(2, 10.9895833333vw);
    grid-auto-flow: row;
    grid-auto-rows: 7.65625vw;
    gap: 0.46875vw 1.9791666667vw;
    align-content: start;
  }
}
@media screen and (max-width: 767px) {
  .p-single__gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: row;
    gap: 2.3076923077vw 2.5641025641vw;
    align-content: start;
  }
}
.p-single__gallery-item {
  overflow: hidden;
  cursor: pointer;
  transition: opacity 0.3s ease;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-single__gallery-item {
    width: 10.9895833333vw;
    height: 7.65625vw;
  }
}
@media screen and (max-width: 767px) {
  .p-single__gallery-item {
    width: 100%;
  }
}
.p-single__gallery-item.is-active {
  opacity: 0.6;
}
.p-single__gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .p-single__gallery-item:hover {
    opacity: 0.8;
  }
}
.p-single__text {
  line-height: 2.1;
  color: #403110;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-single__text {
    font-size: 0.8333333333vw;
    max-width: 59.375vw;
  }
}
@media screen and (max-width: 767px) {
  .p-single__text {
    font-size: 3.5897435897vw;
    margin-bottom: 10.2564102564vw;
  }
}
.p-single__text h1 {
  font-size: 2em;
  font-weight: 700;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  line-height: 1.3;
}
.p-single__text h2 {
  font-size: 1.5em;
  font-weight: 700;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  line-height: 1.3;
}
.p-single__text h3 {
  font-size: 1.17em;
  font-weight: 700;
  margin-top: 1em;
  margin-bottom: 1em;
  line-height: 1.3;
}
.p-single__text h4 {
  font-size: 1em;
  font-weight: 700;
  margin-top: 1.33em;
  margin-bottom: 1.33em;
  line-height: 1.3;
}
.p-single__text h5 {
  font-size: 0.83em;
  font-weight: 700;
  margin-top: 1.67em;
  margin-bottom: 1.67em;
  line-height: 1.3;
}
.p-single__text h6 {
  font-size: 0.67em;
  font-weight: 700;
  margin-top: 2.33em;
  margin-bottom: 2.33em;
  line-height: 1.3;
}
.p-single__text p {
  margin-bottom: 1.0416666667vw;
}
@media screen and (max-width: 767px) {
  .p-single__text p {
    margin-bottom: 3.8461538462vw;
  }
}
.p-single__text .has-small-font-size {
  font-size: 0.875em !important;
}
.p-single__text .has-medium-font-size,
.p-single__text .has-regular-font-size {
  font-size: 1em !important;
}
.p-single__text .has-large-font-size {
  font-size: 1.25em !important;
}
.p-single__text .has-x-large-font-size {
  font-size: 1.5em !important;
}
.p-single__text .has-huge-font-size {
  font-size: 2em !important;
}
.p-single__text .has-text-color {
  color: inherit !important;
}
.p-single__text .has-background {
  padding: 1em;
  background-color: inherit !important;
}
.p-single__text .has-pale-pink-color {
  color: #f78da7 !important;
}
.p-single__text .has-vivid-red-color {
  color: #cf2e2e !important;
}
.p-single__text .has-luminous-vivid-orange-color {
  color: #ff6900 !important;
}
.p-single__text .has-luminous-vivid-amber-color {
  color: #fcb900 !important;
}
.p-single__text .has-light-green-cyan-color {
  color: #7bdcb5 !important;
}
.p-single__text .has-vivid-green-cyan-color {
  color: #00d084 !important;
}
.p-single__text .has-pale-cyan-blue-color {
  color: #8ed1fc !important;
}
.p-single__text .has-vivid-cyan-blue-color {
  color: #0693e3 !important;
}
.p-single__text .has-vivid-purple-color {
  color: #9b51e0 !important;
}
.p-single__text .has-white-color {
  color: #ffffff !important;
}
.p-single__text .has-very-light-gray-color {
  color: #eeeeee !important;
}
.p-single__text .has-cyan-bluish-gray-color {
  color: #abb8c3 !important;
}
.p-single__text .has-very-dark-gray-color {
  color: #313131 !important;
}
.p-single__text .has-black-color {
  color: #000000 !important;
}
.p-single__text .has-pale-pink-background-color {
  background-color: #f78da7 !important;
}
.p-single__text .has-vivid-red-background-color {
  background-color: #cf2e2e !important;
}
.p-single__text .has-luminous-vivid-orange-background-color {
  background-color: #ff6900 !important;
}
.p-single__text .has-luminous-vivid-amber-background-color {
  background-color: #fcb900 !important;
}
.p-single__text .has-light-green-cyan-background-color {
  background-color: #7bdcb5 !important;
}
.p-single__text .has-vivid-green-cyan-background-color {
  background-color: #00d084 !important;
}
.p-single__text .has-pale-cyan-blue-background-color {
  background-color: #8ed1fc !important;
}
.p-single__text .has-vivid-cyan-blue-background-color {
  background-color: #0693e3 !important;
}
.p-single__text .has-vivid-purple-background-color {
  background-color: #9b51e0 !important;
}
.p-single__text .has-white-background-color {
  background-color: #ffffff !important;
}
.p-single__text .has-very-light-gray-background-color {
  background-color: #eeeeee !important;
}
.p-single__text .has-cyan-bluish-gray-background-color {
  background-color: #abb8c3 !important;
}
.p-single__text .has-very-dark-gray-background-color {
  background-color: #313131 !important;
}
.p-single__text .has-black-background-color {
  background-color: #000000 !important;
}
.p-single__text .has-text-align-left {
  text-align: left !important;
}
.p-single__text .has-text-align-center {
  text-align: center !important;
}
.p-single__text .has-text-align-right {
  text-align: right !important;
}
.p-single__text ul, .p-single__text ol {
  padding-left: 1.5em;
  margin-bottom: 1em;
}
.p-single__text ul li, .p-single__text ol li {
  margin-bottom: 0.5em;
}
.p-single__text ul {
  list-style-type: disc;
}
.p-single__text ol {
  list-style-type: decimal;
}
.p-single__text .alignleft {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
}
.p-single__text .alignright {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
}
.p-single__text .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.p-single__text blockquote {
  border-left: 4px solid #403110;
  padding-left: 1.5em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin: 1.5em 0;
  font-style: italic;
  color: #666;
}
.p-single__text code {
  background-color: #f5f5f5;
  padding: 0.2em 0.4em;
  border-radius: 3px;
  font-family: "Courier New", Courier, monospace;
  font-size: 0.9em;
}
.p-single__text pre {
  background-color: #f5f5f5;
  padding: 1em;
  border-radius: 5px;
  overflow-x: auto;
  margin: 1.5em 0;
}
.p-single__text pre code {
  background-color: transparent;
  padding: 0;
}
.p-single__text table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5em 0;
}
.p-single__text table th,
.p-single__text table td {
  border: 1px solid #ddd;
  padding: 0.5em 1em;
  text-align: left;
}
.p-single__text table th {
  background-color: #f5f5f5;
  font-weight: 700;
}
.p-single__text hr {
  border: none;
  border-top: 1px solid #ddd;
  margin: 2em 0;
}
.p-single__text strong,
.p-single__text b {
  font-weight: 700;
}
.p-single__text em,
.p-single__text i {
  font-style: italic;
}
.p-single__text del,
.p-single__text s {
  text-decoration: line-through;
}
.p-single__text u {
  text-decoration: underline;
}
.p-single__text img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1em 0;
}
.p-single__text figure {
  margin: 1.5em 0;
}
.p-single__text figure img {
  margin: 0;
}
.p-single__text figure figcaption {
  font-size: 0.875em;
  color: #666;
  margin-top: 0.5em;
  text-align: center;
}
.p-single__nav {
  text-align: center;
}
.p-single__nav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5208333333vw;
  background-color: #403110;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-single__nav-btn {
    font-size: 0.78125vw;
    width: 11.3020833333vw;
    height: 2.5vw;
    border-radius: 0.2083333333vw;
    padding: 0.1041666667vw 0 0;
    margin-top: 3.6979166667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-single__nav-btn {
    font-size: 3.5897435897vw;
    padding: 3.0769230769vw 7.6923076923vw;
    border-radius: 4px;
  }
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .p-single__nav-btn:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 768px) {
  .p-single__nav-icon {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-single__nav-icon {
    width: 4.6153846154vw;
    height: 4.6153846154vw;
  }
}

.p-breadcrumbs__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 8px;
}
.p-breadcrumbs__item {
  display: flex;
  align-items: center;
  color: #403110;
}
@media screen and (min-width: 768px) {
  .p-breadcrumbs__item {
    font-size: 0.8333333333vw;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-breadcrumbs__item {
    font-size: 3.5897435897vw;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
  }
}
.p-breadcrumbs__link {
  color: #403110;
  text-decoration: none;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-breadcrumbs__link {
    margin-left: 0.3125vw;
  }
}
@media screen and (max-width: 767px) {
  .p-breadcrumbs__link {
    margin-left: 1.5384615385vw;
  }
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .p-breadcrumbs__link:hover {
    color: #63BCEB;
  }
}
.p-breadcrumbs__current {
  color: #63BCEB;
  margin-left: 0.4166666667vw;
}
@media screen and (max-width: 767px) {
  .p-breadcrumbs__current {
    margin-left: 2.0512820513vw;
  }
}

body.single .l-main {
  padding-top: 0 !important;
}
@media screen and (min-width: 768px) {
  body.single .l-header--transparent {
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
}
@media screen and (max-width: 767px) {
  body.single .l-header--transparent {
    background-color: #F7F6F1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
}
@media screen and (min-width: 768px) {
  body.single .l-header--transparent .l-header__main {
    background-color: transparent;
  }
}
@media screen and (max-width: 767px) {
  body.single .l-header--transparent .l-header__main {
    background-color: transparent;
  }
}
body.single .l-header--transparent .l-header__logo a {
  color: #FFFFFF;
}
body.single .l-header--transparent .l-header__nav-list li a {
  color: #FFFFFF;
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  body.single .l-header--transparent .l-header__nav-list li a:hover {
    color: #FFFFFF;
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  body.single .l-header__catchcopy {
    display: flex;
    width: 87.1794871795vw;
    height: 8.7179487179vw;
    bottom: -8.7179487179vw;
    left: 0;
    background-color: #FFFFFF;
  }
  body.single .l-header__catchcopy p {
    font-size: 2.8205128205vw;
    color: #403110;
    letter-spacing: 0.05em;
    line-height: 1.2;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  body.single.drawer-open::before {
    visibility: hidden;
  }
}
@media screen and (max-width: 767px) {
  body.single.drawer-open .l-header__drawer {
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
    height: 100vh;
    height: 100dvh;
  }
}
@media screen and (max-width: 767px) {
  body.single.drawer-open .l-header__drawer-body {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    flex: 1;
    min-height: 0;
  }
}

.p-archive__hero {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-archive__hero {
    height: 28.4895833333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-archive__hero {
    height: 140.2564102564vw;
  }
}
.p-archive__hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.p-archive__hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-archive__hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.p-archive__hero-title-en {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-archive__hero-title-en {
    font-size: 3.125vw;
    margin-bottom: 0.5208333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-archive__hero-title-en {
    font-size: 10.2564102564vw;
    margin-bottom: 2.0512820513vw;
  }
}
.p-archive__hero-title-ja {
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 500;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .p-archive__hero-title-ja {
    font-size: 1.0416666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-archive__hero-title-ja {
    font-size: 4.1025641026vw;
  }
}
@media screen and (min-width: 768px) {
  .p-archive__breadcrumbs {
    padding: 1.25vw 0 0;
    width: 72.7083333333vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .p-archive__breadcrumbs {
    padding: 4.8717948718vw 0 0;
    width: 92.3076923077vw;
    margin: 0 auto;
  }
}
.p-archive__breadcrumbs .p-archive__content-inner {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .p-archive {
    padding: 10.4166666667vw 0 10.9375vw;
  }
}
@media screen and (max-width: 767px) {
  .p-archive {
    padding: 10.2564102564vw 0 15.3846153846vw;
  }
}
@media screen and (min-width: 768px) {
  .p-archive__content-inner {
    width: 72.7083333333vw;
    margin: 0 auto;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-archive__content-inner {
    padding: 0 3.8461538462vw;
  }
}
.p-archive__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .p-archive__list {
    display: grid;
    grid-template-columns: repeat(3, 23.5416666667vw);
    gap: 2.0833333333vw 1.0416666667vw;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .p-archive__list {
    display: flex;
    flex-direction: column;
    gap: 10.2564102564vw;
  }
}
@media screen and (min-width: 768px) {
  .p-archive__item {
    width: 23.5416666667vw;
    height: 21.6145833333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-archive__item {
    width: 92.3076923077vw;
    height: 103.8461538462vw;
    margin: 0 auto;
  }
}
.p-archive__link {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s ease;
  height: 100%;
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .p-archive__link:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 768px) {
  .p-archive__link {
    background-color: #FFFFFF;
    border-radius: 1.0416666667vw;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-archive__link {
    background-color: #FFFFFF;
    border-radius: 2.5641025641vw;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}
.p-archive__image {
  overflow: hidden;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-archive__image {
    width: 19.8958333333vw;
    height: 10.6770833333vw;
    margin: 1.8229166667vw auto 0;
    border-radius: 0.5729166667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-archive__image {
    width: 82.0512820513vw;
    height: 52.5641025641vw;
    margin: 5.1282051282vw auto 5.1282051282vw;
    border-radius: 2.8205128205vw;
  }
}
.p-archive__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: inherit;
}
@media screen and (min-width: 768px) {
  .p-archive__content {
    padding: 0.78125vw 1.8229166667vw 0;
    flex: 1;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-archive__content {
    padding: 0 5.1282051282vw 5.1282051282vw;
    flex: 1;
    display: flex;
    flex-direction: column;
  }
}
.p-archive__date {
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  color: #403110;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-archive__date {
    font-size: 0.9375vw;
    letter-spacing: 0.01em;
    font-weight: 500;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-archive__date {
    font-size: 4.6153846154vw;
    letter-spacing: 0.01em;
    font-weight: 500;
    margin-bottom: 0;
  }
}
.p-archive__title {
  font-weight: 700;
  color: #403110;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-archive__title {
    font-size: 1.0416666667vw;
    letter-spacing: 0.1em;
    margin-bottom: 0.4166666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-archive__title {
    font-size: 5.1282051282vw;
    letter-spacing: 0.1em;
    margin-bottom: 2.3076923077vw;
  }
}
.p-archive__excerpt {
  color: #403110;
}
@media screen and (min-width: 768px) {
  .p-archive__excerpt {
    font-size: 0.8333333333vw;
    letter-spacing: 0.05em;
    line-height: 2.1;
    font-weight: 500;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-archive__excerpt {
    font-size: 3.8461538462vw;
    letter-spacing: 0.05em;
    line-height: 2;
    font-weight: 500;
    margin-top: 0;
  }
}
.p-archive__no-posts {
  text-align: center;
  color: #666666;
  padding: 3.125vw 0;
}
@media screen and (min-width: 768px) {
  .p-archive__no-posts {
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-archive__no-posts {
    font-size: 3.5897435897vw;
    padding: 10.2564102564vw 0;
  }
}

body.archive .l-main,
body.category-news .l-main {
  padding-top: 0 !important;
}
@media screen and (min-width: 768px) {
  body.archive .l-header--transparent,
  body.category-news .l-header--transparent {
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
}
@media screen and (max-width: 767px) {
  body.archive .l-header--transparent,
  body.category-news .l-header--transparent {
    background-color: #F7F6F1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
}
@media screen and (min-width: 768px) {
  body.archive .l-header--transparent .l-header__main,
  body.category-news .l-header--transparent .l-header__main {
    background-color: transparent;
  }
}
@media screen and (max-width: 767px) {
  body.archive .l-header--transparent .l-header__main,
  body.category-news .l-header--transparent .l-header__main {
    background-color: transparent;
  }
}
body.archive .l-header--transparent .l-header__logo a,
body.category-news .l-header--transparent .l-header__logo a {
  color: #FFFFFF;
}
body.archive .l-header--transparent .l-header__nav-list li a,
body.category-news .l-header--transparent .l-header__nav-list li a {
  color: #FFFFFF;
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  body.archive .l-header--transparent .l-header__nav-list li a:hover,
  body.category-news .l-header--transparent .l-header__nav-list li a:hover {
    color: #FFFFFF;
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  body.archive.drawer-open::before,
  body.category-news.drawer-open::before {
    visibility: hidden;
  }
}
@media screen and (max-width: 767px) {
  body.archive.drawer-open .l-header__drawer,
  body.category-news.drawer-open .l-header__drawer {
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
    height: 100vh;
    height: 100dvh;
  }
}
@media screen and (max-width: 767px) {
  body.archive.drawer-open .l-header__drawer-body,
  body.category-news.drawer-open .l-header__drawer-body {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    flex: 1;
    min-height: 0;
  }
}

@media screen and (max-width: 767px) {
  .u-pc-only,
  .pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .u-sp-only,
  .sp-only {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mt-10 {
    margin-top: 0.5208333333vw;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-10 {
    margin-top: 2.5641025641vw;
  }
}

@media screen and (min-width: 768px) {
  .u-mt-20 {
    margin-top: 1.0416666667vw;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-20 {
    margin-top: 5.1282051282vw;
  }
}

@media screen and (min-width: 768px) {
  .u-mt-30 {
    margin-top: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-30 {
    margin-top: 7.6923076923vw;
  }
}

@media screen and (min-width: 768px) {
  .u-mt-40 {
    margin-top: 2.0833333333vw;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-40 {
    margin-top: 10.2564102564vw;
  }
}

@media screen and (min-width: 768px) {
  .u-mt-50 {
    margin-top: 2.6041666667vw;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-50 {
    margin-top: 12.8205128205vw;
  }
}

@media screen and (min-width: 768px) {
  .u-mb-10 {
    margin-bottom: 0.5208333333vw;
  }
}
@media screen and (max-width: 767px) {
  .u-mb-10 {
    margin-bottom: 2.5641025641vw;
  }
}

@media screen and (min-width: 768px) {
  .u-mb-20 {
    margin-bottom: 1.0416666667vw;
  }
}
@media screen and (max-width: 767px) {
  .u-mb-20 {
    margin-bottom: 5.1282051282vw;
  }
}

@media screen and (min-width: 768px) {
  .u-mb-30 {
    margin-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .u-mb-30 {
    margin-bottom: 7.6923076923vw;
  }
}

@media screen and (min-width: 768px) {
  .u-mb-40 {
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (max-width: 767px) {
  .u-mb-40 {
    margin-bottom: 10.2564102564vw;
  }
}

@media screen and (min-width: 768px) {
  .u-mb-50 {
    margin-bottom: 2.6041666667vw;
  }
}
@media screen and (max-width: 767px) {
  .u-mb-50 {
    margin-bottom: 12.8205128205vw;
  }
}

.u-text-center {
  text-align: center !important;
}

.u-text-left {
  text-align: left !important;
}

.u-text-right {
  text-align: right !important;
}

/*# sourceMappingURL=style.css.map */
