@charset "utf-8";

*,
::before,
::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

ul,
ol,
li {
  list-style-type: none;
}

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

img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: contain;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

@media(max-width:900px) {
  /* html {
    scroll-padding-top: 30px;
  } */
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.78;
  color: #222222;
  background-color: #f5f5f5;
  /* overflow-y: auto; */
}

body.fixed {
  /* overflow-y: hidden; */
}

h2,
h3,
h4,
h5,
h6 {
  line-height: 1.33;
}


.jp {
  font-family: "Noto Sans JP", sans-serif;
}

.en {
  font-family: "Arial", sans-serif;
}

.l {
  font-weight: 300;
}

.r {
  font-weight: 400;
}

.m {
  font-weight: 500;
}

.sb {
  font-weight: 600;
}

.b {
  font-weight: 700;
}

.f120 {
  font-size: 12rem;
}

.f80 {
  font-size: 8rem;
}

.f70 {
  font-size: 7rem;
}

.f62 {
  font-size: 6.2rem;
}

.f60 {
  font-size: 6rem;
}

.f54 {
  font-size: 5.4rem;
}

.f50 {
  font-size: 5rem;
}

.f46 {
  font-size: 4.6rem;
}

.f42 {
  font-size: 4.2rem;
}

.f36 {
  font-size: 3.6rem;
}

.f32 {
  font-size: 3.2rem;
}

.f30 {
  font-size: 3rem;
}

.f28 {
  font-size: 2.8rem;
}

.f26 {
  font-size: 2.6rem;
}

.f24 {
  font-size: 2.4rem;
}

.f22 {
  font-size: 2.2rem;
}

.f21 {
  font-size: 2.1rem;
}

.f20 {
  font-size: 2rem;
}

.f18 {
  font-size: 1.8rem;
}

.f17 {
  font-size: 1.7rem;
}

.f16 {
  font-size: 1.6rem;
  line-height: 2;
}

.f15 {
  font-size: 1.5rem;
}

.f14 {
  font-size: 1.4rem;
  line-height: 1.7;
}

.f14all {
  font-size: 1.4rem;
  line-height: 1.7;
}

.f13 {
  font-size: 1.3rem;
}

.f13all {
  font-size: 1.3rem;
}

.f12 {
  font-size: 1.2rem;
}

.f10 {
  font-size: 1rem;
}

@media(max-width:1400px) {
  .f120 {
    font-size: 8rem;
  }

  .f80 {
    font-size: 5.5rem;
  }

  .f70 {
    font-size: 5rem;
  }

  .f62 {
    font-size: 4.5rem;
  }

  .f60 {
    font-size: 4.5rem;
  }

  .f54 {
    font-size: 4.2rem;
  }

  .f50 {
    font-size: 4rem;
  }

  .f46 {
    font-size: 3.8rem;
  }

  .f42 {
    font-size: 3.6rem;
  }

  .f36 {
    font-size: 3rem;
  }

  .f32 {
    font-size: 2.8rem;
  }

  .f30 {
    font-size: 2.6rem;
  }

  .f28 {
    font-size: 2.4rem;
  }

  .f26 {
    font-size: 2.25rem;
  }

  .f24 {
    font-size: 2.1rem;
  }

  .f22 {
    font-size: 2rem;
  }

  .f21 {
    font-size: 1.9rem;
  }

  .f20 {
    font-size: 1.85rem;
  }

  .f18 {
    font-size: 1.7rem;
  }

  .f17 {
    font-size: 1.6rem;
  }

  .f16 {
    font-size: 1.5rem;
  }

  .f15 {
    font-size: 1.4rem;
  }

  .f14 {
    font-size: 1.3rem;
  }

  .f13 {
    font-size: 1.2rem;
  }

  .f12 {
    font-size: 1.1rem;
  }

  .f10 {
    font-size: 1rem;
  }
}

@media(max-width:834px) {

  .f120 {
    font-size: 6rem;
  }

  .f80 {
    font-size: 4.2rem;
  }

  .f70 {
    font-size: 3.6rem;
  }

  .f62 {
    font-size: 3rem;
  }

  .f60 {
    font-size: 3rem;
  }

  .f54 {
    font-size: 2.6rem;
  }

  .f50 {
    font-size: 2.4rem;
  }

  .f46 {
    font-size: 2.3rem;
  }

  .f42 {
    font-size: 2.2rem;
  }

  .f36 {
    font-size: 2rem;
  }

  .f32 {
    font-size: 1.9rem;
  }

  .f30 {
    font-size: 1.875rem;
  }

  .f28 {
    font-size: 1.85rem;
  }

  .f26 {
    font-size: 1.825rem;
  }

  .f24 {
    font-size: 1.8rem;
  }

  .f22 {
    font-size: 1.725rem;
  }

  .f21 {
    font-size: 1.7rem;
  }

  .f20 {
    font-size: 1.675rem;
  }

  .f18 {
    font-size: 1.6rem;
  }

  .f17 {
    font-size: 1.5rem;
  }

  .f16 {
    font-size: 1.4rem;
  }

  .f15 {
    font-size: 1.3rem;
  }

  .f14 {
    font-size: 1.2rem;
  }


  .f13 {
    font-size: 1.1rem;
  }

  .f12 {
    font-size: 1.05rem;
  }

  .f10 {
    font-size: 1rem;
  }
}

/* SParea用 */
.fsp60 {
  font-size: 6rem;
}

.fsp54 {
  font-size: 5.4rem;
}

.fsp50 {
  font-size: 5rem;
}

.fsp46 {
  font-size: 4.6rem;
}

.fsp42 {
  font-size: 4.2rem;
}

.fsp36 {
  font-size: 3.6rem;
}

.fsp32 {
  font-size: 3.2rem;
}

.fsp30 {
  font-size: 3rem;
}

.fsp28 {
  font-size: 2.8rem;
}

.fsp26 {
  font-size: 2.6rem;
}

.fsp24 {
  font-size: 2.4rem;
}

.fsp22 {
  font-size: 2.2rem;
}

.fsp21 {
  font-size: 2.1rem;
}

.fsp20 {
  font-size: 2rem;
}

.fsp18 {
  font-size: 1.8rem;
}

.fsp17 {
  font-size: 1.7rem;
}

.fsp16 {
  font-size: 1.6rem;
}

.fsp15 {
  font-size: 1.5rem;
}

.fsp14 {
  font-size: 1.4rem;
}

.fsp14all {
  font-size: 1.4rem;
}

.fsp13 {
  font-size: 1.3rem;
}

.fsp13all {
  font-size: 1.3rem;
}

.fsp12 {
  font-size: 1.2rem;
}

.fsp10 {
  font-size: 1rem;
}

@media(max-width:450px) {
  .fsp60 {
    font-size: 5rem;
  }

  .fsp28 {
    font-size: 2.4rem;
  }

}


@media(max-width:400px) {
  .fsp60 {
    font-size: 4.5rem;
  }

  .fsp30 {
    font-size: 2.46rem;
  }


  .fsp24 {
    font-size: 2.1rem;
  }

  .fsp22 {
    font-size: 1.8rem;
  }
}

.fcw {
  color: #fff;
}

.fcb {
  color: #222222;
}

.fcgl {
  color: #a78f45;
}

.tac {
  text-align: center;
}

.tas {
  text-align: start;
}

.tae {
  text-align: end;
}

.pad {
  padding: 50px 0 0px;
}

@media(max-width:450px) {
  .pad {
    padding: 50px 0 60px;
  }

}

.inner {
  width: 90%;
  margin: 0 auto;
}



.max1200 {
  display: none;
}

.min1200 {
  display: block;
}

@media(max-width:1200px) {
  .max1200 {
    display: block;
  }

  .min1200 {
    display: none;
  }
}

.max834 {
  display: none;
}

.sp {
  display: none;
}

.min835 {
  display: block;
}

.pc {
  display: block;
}

@media(max-width:834px) {

  .max834 {
    display: block;
  }

  .min835 {
    display: none;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }
}

.max700 {
  display: none;
}

@media(max-width:700px) {
  .max700 {
    display: block;
  }
}

.max600 {
  display: none;
}

.min601 {
  display: block;
}

@media(max-width:600px) {
  .max600 {
    display: block;
  }

  .min601 {
    display: none;
  }
}

.max550 {
  display: none;
}

@media(max-width:550px) {
  .max550 {
    display: block;
  }
}

.max500 {
  display: none;
}

@media(max-width:500px) {
  .max500 {
    display: block;
  }
}

.max470 {
  display: none;
}

@media(max-width:470px) {
  .max470 {
    display: block;
  }
}

.max450 {
  display: none;
}

@media(max-width:450px) {
  .max450 {
    display: block;
  }
}

.max400 {
  display: none;
}

@media(max-width:400px) {
  .max400 {
    display: block;
  }
}

.max380 {
  display: none;
}

@media(max-width:380px) {
  .max380 {
    display: block;
  }
}

.max370 {
  display: none;
}

@media(max-width:370px) {
  .max370 {
    display: block;
  }
}

.link-img__item {
  overflow: hidden;
  border-radius: 10px;
}

.link-img__link {
  position: relative;
  display: block;
  transition: all .3s ease-in-out;
}

.link-img__link::before {
  position: absolute;
  content: '';
  z-index: 3;
  bottom: 20px;
  left: 20px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #fff;
}

.top-contact__item-link.link-img__link::before {
  left: unset;
  right: 20px;
  bottom: 20px;
}

.link-img__entry.link-img__link::before {
  left: unset;
  right: 20px;
  bottom: 50%;
  transform: translate(0, 50%);
}

.link-img__link:hover::before {
  background-color: #222;
  transition: all .3s ease-in-out;
}

.link-img__link::after {
  position: absolute;
  z-index: 4;
  bottom: 20px;
  left: 20px;
  transform: translate(40%, -32%);
  display: block;
  font-family: "Material Symbols Outlined";
  content: "\e5cc";
  font-size: 28px;
  line-height: 1;
}

@media(max-width:400px) {
  .link-img__link::before {
    bottom: 13px;
    left: 20px;
    width: 42px;
    height: 42px;
  }

  .link-img__link::after {
    bottom: 14px;
    left: 21px;
    font-size: 24px;
  }
}

.top-contact__item-link.link-img__link::after {
  left: unset;
  right: 20px;
  bottom: 20px;
  transform: translate(-24%, -32%);
}

.link-img__entry.link-img__link::after {
  left: unset;
  right: 20px;
  bottom: 50%;
  transform: translate(-24%, 50%);
}

.link-img__link:hover::after {
  color: #fff;
  transition: all .3s ease-in-out;
}

.link-img__link .link-img__img {
  transition: all .3s ease-in-out;
}

.link-img__link:hover .link-img__img {
  scale: 1.03;
  transition: all .3s ease-in-out;
}

/* 光のスタイル */
.btn-flash {
  overflow: hidden;
}

.btn-flash::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%);
  transition: .5s;
  opacity: 0;
}

.link-img__entry:hover .btn-flash::before {
  top: 0;
  left: 100%;
  opacity: 1;
}

.link-btn-area {
  position: relative;
}

.link-btn {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(0, -50%);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: #fff;
  background-color: #222;
  border: none;
  transition: all .3s ease-in-out;
}

.link-btn-area:hover .link-btn {
  background-color: #fff;
  border: 1px solid #222;
  transition: all .3s ease-in-out;
}

.link-btn::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-45%, -50%);
  display: block;
  font-family: "Material Symbols Outlined";
  content: "\e5cc";
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  transition: all .3s ease-in-out;
}

.link-btn-area:hover .link-btn::after {
  color: #222;
  transition: all .3s ease-in-out;
}


.tab-btn-area {
  position: relative;
}

.tab-btn {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translate(0, -50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  background-color: #222;
  font-weight: 400;
  border: none;
  transition: all .3s ease-in-out;
}

.tab-btn::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  font-family: "Material Symbols Outlined";
  content: "\e313";
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  font-variation-settings:
    'wght' 400;
  line-height: 1;
  transition: all .3s ease-in-out;
}

.tab-area.active .tab-btn::after {
  content: "\e316";
  transition: all .3s ease-in-out;
}

.btn,
.btn02,
.btn03 {
  text-align: center;
  width: 325px;
  height: 60px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222;
  border: 1px solid #222;
  background-color: #fff;
  transition: all .3s ease-in-out;
  margin-left: auto;
  margin-right: auto;
}

.btn02 {
  background-color: #f5f5f5;
}

.btn03 {
  color: #fff;
  border: 1px solid #a78f45;
  background-color: #a78f45;
}

.btn:hover,
.btn02:hover,
.btn03:hover {
  color: #fff;
  border: 1px solid #222;
  background-color: #222;
  transition: all .3s ease-in-out;
}

.btn03:hover {
  color: #a78f45;
  border: 1px solid #a78f45;
  background-color: #ffff;
}

@media(max-width: 834px) {}


.fc-grad {
  display: inline-block;
  background: linear-gradient(90deg, #2c2926 0%, #a78e71 25%, #2c2926 50%, #a78e71 100%);
  background-size: 400% 100%;
  background-position: left;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.fc-grad.show {
  animation: gradation 2s linear;
}

@keyframes gradation {
  0% {
    background-position: 0 0;
  }

  50% {
    background-position: 100% 0;
  }

  100% {
    background-position: 0 0;
  }
}

body {
  position: relative;
}

.header-top {
  position: fixed;
  z-index: 3;
  top: 3vw;
  left: 50px;
  width: 100%;
  height: fit-content;
  transition: all .4s ease;
}

.header-top__inner {
  display: flex;
  align-items: center;
  gap: 40px;
}

.header-top__logo-link__img {
  width: 300px;
}

.header-top__nav-list {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-top__nav-item {
  width: 180px;
  height: 55px;
  border-radius: 10px;
  background-color: #fff;
  transition: all .3s ease-in-out;
}

.header-top__nav-item:hover {
  color: #fff;
  background-color: #222222;
  border: 1px solid #fff;
  transition: all .3s ease-in-out;
}

.header-top__nav-item:nth-of-type(2) {
  color: #fff;
  background-color: #a78f45;
}

.header-top__nav-item:nth-of-type(2):hover {
  color: #a78f45;
  background-color: #fff;
}

.header-top__nav-link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media(max-width:1450px) {
  .header-top__inner {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 25px;
  }
}

@media(max-width:1290px) {
  .header-top__nav-item {
    width: 150px;
    height: 55px;
  }
}

@media(max-width:1230px) {
  .header-top__nav-item {
    width: 180px;
    height: 55px;
  }
}

@media(max-width:1070px) {
  .header-top__nav-item {
    width: 150px;
    height: 55px;
  }
}

@media(max-width:1020px) {
  .header-top__nav-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .header-top__nav-item {
    width: 180px;
    height: 55px;
  }
}

@media(max-width:834px) {
  .header-top {
    display: none;
  }
}

.header-bottom {
  position: fixed;
  bottom: 60px;
  left: 50px;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 20px;
}

.header-bottom__nav-list {
  display: flex;
  align-items: center;
  gap: 25px;
  color: #a8a8a8;
}

.header-bottom__sns-list {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-bottom__sns-img {
  width: 25px;
}

@media(max-width:2400px) {
  .header-bottom {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 15px;
    bottom: 50px;
  }
    .header-bottom__nav-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px 25px;
    width: 800px;
  }
}

@media(max-width:1350px) {
  .header-bottom {
    bottom: 40px;
  }

  .header-bottom__nav-list {
    gap: 5px 25px;
    width: 525px;
  }
}

@media(max-width:1220px) {
  .header-bottom__nav-list {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 5px;
  }
}

@media(max-width:834px) {
  .header-bottom {
    display: none;
  }
}

.bg {
  position: fixed;
  z-index: 2;
  width: 100%;
  height: 100vh;
  background: url(./bg-bg.webp) no-repeat center center / cover;
  padding: 180px 0 130px;
}

@media(max-width:1700px) {
  .bg {
    padding: 160px 0 130px;
  }
}

@media(max-width:1550px) {
  .bg {
    padding: 140px 0 130px;
  }
}

@media(max-width:1250px) {
  .bg {
    padding: 200px 0 130px;
  }
}

.bg-slider .swiper-wrapper {
  transition-timing-function: linear;
}

.bg-slide__img {
  border-radius: 10px;
}

.qr-area {
  position: fixed;
  z-index: 5;
  bottom: 35px;
  right: 35px;
  border-radius: 10px;
  background-color: #ffffff30;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  padding: 25px;
}

.qr-area__img {
  width: 70px;
}

@media(max-width:1400px) {
  .qr-area {
    bottom: 25px;
    right: 25px;
    padding: 25px 15px;
  }

  .qr-area__img {
    width: 60px;
  }
}

/* @media(max-width:890px) {
  .qr-area {
    bottom: 25px;
    right: 10px;
    padding: 25px 10px;
  }

  .qr-area__img {
    width: 60px;
  }
} */


@media(max-width:1000px) {
  .qr-area {
    display: none;
  }
}



.common-main {
  position: relative;
  margin-left: auto;
  margin-right: 240px;
  z-index: 100;
  /* width: 480px; */
  width: 560px;
  max-width: 100%;
  background-color: #f5f5f5;
}

@media(max-width:1700px) {
  .common-main {
    margin-right: 200px;
  }
}

@media(max-width:1400px) {
  .common-main {
    margin-right: 160px;
  }
}

/* @media(max-width:890px) {
  .common-main {
    margin-right: 130px;
  }
} */

@media(max-width:1000px) {
  .common-main {
    margin-right: 0;
  }
}

@media(max-width:834px) {
  .common-main {
    position: relative;
    padding-top: 80px;
    margin-left: auto;
    margin-right: auto;
  }

  body.fixed,
  .common-main.fixed {
    overflow-y: hidden;
  }
}

@media(max-width:400px) {
  .common-main {
    padding-top: 70px;
  }

}

.common-header {
  display: none;
}

@media(max-width:834px) {
  .common-header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 80px;
  }

  .common-header__inner {
    position: relative;
    width: 100%;
    height: 80px;
    background-color: #f5f5f5;
  }

  .common-header__logo-link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 250px;
  }

  .header-btn {
    position: absolute;
    top: 10px;
    right: 10px;
  }

  .header-btn__ham {
    width: 60px;
    height: 60px;
  }

  .header-btn__ham span {
    position: absolute;
    top: 37.5%;
    left: 27.5%;
    width: 45%;
    height: 2px;
    background-color: #222;
    transition: all .4s ease;
  }

  .header-btn__ham span:nth-of-type(1) {
    top: 37.5%;
  }

  .header-btn__ham span:nth-of-type(2) {
    top: 50%;
  }

  .header-btn__ham span:nth-of-type(3) {
    top: 62.5%;
  }

  .common-header.active .header-btn__ham span:nth-of-type(1),
  .common-header.active .header-btn__ham span:nth-of-type(2) {
    top: 50%;
    transform: rotate(45deg);
  }

  .common-header.active .header-btn__ham span:nth-of-type(3) {
    top: 50%;
    transform: rotate(-45deg);
  }

  .common-header__menu {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    transform: translate(0, -100%);
    transition: all .3s ease-in-out;
    overflow: scroll;
  }

  .common-header__menu-inner {
    height: fit-content;
  }

  .common-header.active .common-header__menu {
    display: block;
    transform: translate(0, 0);
    padding-top: 80px;
    background-color: #f5f5f5;
    transition: all .3s ease-in-out;
  }

  .common-header__recruitment-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3px;
    margin-top: 15px;
    margin-bottom: 20px;
  }

  .common-header__recruitment-link {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background-color: #fff;
    height: 140px;
  }

  .common-header__recruitment-list .link-btn {
    width: 20px;
    height: 20px;
    top: unset;
    right: 10px;
    bottom: 10px;
    transform: translate(0, 0);
  }

  .common-header__recruitment-list .link-btn::after {
    font-size: 14px;
    font-weight: 300;
  }

  .common-header__entry-img {
    border-radius: 8px;

  }

  .common-header__entry-mess {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translate(0, -50%);
  }

  .common-header__nav-list {
    margin-top: 40px;

  }

  .common-header__nav-link {
    position: relative;
    border-top: 1px solid #ccc;
    display: block;
    padding: 15px 10px;
  }

  .common-header__nav-item:last-child .common-header__nav-link {
    border-bottom: 1px solid #ccc;
  }

  .common-header__nav-link::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(0, -45%);
    font-family: "Material Symbols Outlined";
    content: "\e5cc";
    font-weight: 300;
    font-size: 24px;
    color: #222;
    line-height: 1;
  }

  .common-header__sns-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin-top: 40px;
    padding-bottom: 50px;
  }

  .common-header__sns-link {
    display: flex;
    align-items: center;
    gap: 5px;
  }

  .common-header__sns-img {
    width: 24px;
  }
}

@media(max-width:450px) {
  .header-btn {
    position: absolute;
    top: 3px;
    right: 5px;
  }

  .common-header__recruitment-link {
    height: 120px;
    padding-bottom: 10px;
  }
}

@media(max-width:400px) {
  .common-header {
    height: 70px;
  }

  .common-header__inner {
    height: 70px;
  }

  .common-header__logo-link {
    width: 200px;
  }



  .common-header.active .common-header__menu {
    padding-top: 70px;
  }

}

.quick-access {
  display: none;
}

@media(max-width:834px) {
  .quick-access {
    display: block;
    position: fixed;
    z-index: 200;
    bottom: 0 !important;
    left: 0;
    width: 100%;
    height: clamp(6rem, 3vw, 8rem);
  }

  .quick-access__list {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }

  .quick-access__item {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
  }

  .quick-access__entry {
    background-color: #a78f45;
    flex: 0 0 43.5%;
  }

  .quick-access__line {
    flex: 0 0 43.5%;
    background-color: #06c755;
  }

  .quick-access__call {
    flex: 0 0 13%;
    background-color: #555;
  }

  .quick-access__item p,
  .quick-access__item div {
    margin: 0;
    line-height: 1.4;
  }

  .quick-access__link p {
    font-size: clamp(1.4rem, 3vw, 3rem);
    color: #fff;
    font-weight: 700;
  }

  .quick-access__link p span {
    display: block;
    font-size: clamp(1.2rem, 3vw, 2.2rem);
    color: #fff;
    font-weight: 700;
  }

  .quick-access__entry a {
    display: block;
  }

  .quick-access__line a {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .line-icon {
    width: 15%;
    padding-right: 5px;
    display: block;
  }

  .quick-access__call a {
    display: block;
  }

  .call-icon img {
    width: clamp(2.2rem, 3vw, 6rem);
    height: auto;
  }

  /* .quick-access {
    display: block;
    position: fixed;
    z-index: 200;
    bottom: 30px;
    left: 0;
    width: 100%;
    height: 80px;
    overflow-x: scroll;
  }

  .quick-access__list {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    gap: 5px;
    padding: 10px;
    border-radius: 36px;
    background-color: #ffffff60;
    width: 947px;
    margin: 0 10px;
  }

  .quick-access__item {
    color: #fff;
    background-color: #222;
    line-height: 52px;
    height: 52px;
    border-radius: 26px;
    padding: 0 25px;
  }

  .quick-access__entry {
    background-color: #a78f45;
  }

  .btn-up__link {
    position: relative;
    display: block;
    border: 1px solid #222;
    background-color: #fff;
    width: 52px;
    height: 52px;
    border-radius: 50%;
  }

  .btn-up__link::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Material Symbols Outlined";
    content: "\e5d8";
    font-weight: 300;
    font-size: 24px;
    line-height: 1;
  }*/

}




.common-footer {
  background-color: #222;
}

.common-footer__logo {
  width: 290px;
  margin: 0 auto 40px;
}

.common-footer__nav-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 0;
}

.common-footer__nav-link {
  position: relative;
  display: block;
  width: 100%;
}

.common-footer__nav-link::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -45%);
  font-family: "Material Symbols Outlined";
  content: "\e5cc";
  font-weight: 300;
  font-size: 24px;
  line-height: 1;
}

.common-footer__btn-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 45px;
}

.common-footer__btn-item {}

.common-footer__btn-link {
  text-align: center;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 10px;
  transition: all .3s ease-in-out;
}

.common-footer__btn-link:hover {
  color: #fff;
  background-color: #222;
  transition: all .3s ease-in-out;
}

.common-footer__btn-entry {
  color: #fff;
  background-color: #a78f45;
  border: 1px solid #a78f45;
}

.common-footer__btn-entry:hover {
  color: #a78f45;
  background-color: #fff;
  border: 1px solid #a78f45;
}

.common-footer__sns-ttl {
  border-top: #eeeeee40 1px solid;
  padding-top: 40px;
  margin-top: 30px;
  margin-bottom: 15px;
}

.common-footer__sns-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}

.common-footer__sns-link {
  display: flex;
  align-items: center;
  gap: 5px;
}

.common-footer__sns-img {
  width: 21px;
}

.common-footer__detail-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
  margin-bottom: 20px;
}

.wp-page-content__title {
  margin-bottom: 32px;
}

.wp-page-content > .inner > *:first-child {
  margin-top: 0;
}

.wp-page-content p {
  margin-top: 18px;
  line-height: 1.9;
}

.wp-page-content h2,
.wp-page-content h3,
.wp-page-content h4 {
  margin-top: 40px;
  margin-bottom: 18px;
  line-height: 1.45;
}

.wp-page-content h2 {
  display: inline-block;
  background: linear-gradient(90deg, #2c2926 0%, #a78e71 25%, #2c2926 50%, #a78e71 100%);
  background-size: 400% 100%;
  background-position: left;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  animation: gradation 2s linear;
}

/* Backup: previous h2 style
.wp-page-content h2 {
  font-size: clamp(2.4rem, 2.2vw, 3.2rem);
  font-weight: 700;
  color: #222;
  border-left: 4px solid #a78f45;
  padding-left: 12px;
}
*/

.wp-page-content h3 {
  font-size: clamp(2rem, 1.8vw, 2.6rem);
  font-weight: 700;
  color: #222;
}

.wp-page-content h4 {
  font-size: clamp(1.8rem, 1.5vw, 2.2rem);
  font-weight: 600;
  color: #222;
}

.wp-page-content a {
  color: #a78f45;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.wp-page-content a:hover {
  opacity: 0.8;
}

.wp-page-content ul,
.wp-page-content ol {
  margin-top: 18px;
  margin-bottom: 8px;
  padding-left: 1.6em;
}

.wp-page-content ul {
  list-style: disc;
}

.wp-page-content ol {
  list-style: decimal;
}

.wp-page-content li + li {
  margin-top: 8px;
}

.wp-page-content img {
  border-radius: 10px;
  margin-top: 24px;
}

.wp-page-content blockquote {
  margin-top: 24px;
  padding: 16px 20px;
  border-left: 4px solid #a78f45;
  background-color: #eeeeee;
}

.wp-page-content table {
  width: 100%;
  margin-top: 24px;
  border-collapse: collapse;
}

.wp-page-content table th,
.wp-page-content table td {
  border: 1px solid #ddd;
  padding: 10px 12px;
}

.wp-page-content table th {
  background-color: #f2f2f2;
}

@media(max-width:834px) {
  .wp-page-content__title {
    margin-bottom: 24px;
  }

  .wp-page-content h2,
  .wp-page-content h3,
  .wp-page-content h4 {
    margin-top: 32px;
    margin-bottom: 14px;
  }

  .common-footer {
    padding-bottom: 120px;
  }
}

@media(max-width:480px) {
  .common-footer__nav-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 0;
    padding-left: 15px;
  }
}

/* ↑作成者のみ直編集可 */
