:root {
  --notosans: "Noto Sans jP", sans-serif;
  --zengothic: "Zen Kaku Gothic New", sans-serif;
  --bizgothic: "BIZ UDGothic", sans-serif;
  --notoserif: "Noto Serif JP", serif;
  --zenold: "Zen Old Mincho", serif;
  --sawarabi: "Sawarabi Mincho", serif;
  --sippori: "Shippori Mincho", serif;
  --kiwi: "Kiwi Maru", "Zen Maru Gothic", "Kosugi Maru", serif;
  --zenmaru: "Zen Maru Gothic", serif;
  --kosugimaru: "Kosugi Maru", serif;
}

/* Universal box-sizing reset */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
}

/* Set default styles for html */
html {
  box-sizing: border-box;
  font-size: 100%;
}

/* Reset margin for common block-level elements */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

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

html,
body {
  font-weight: normal;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0.1em;
  overflow-x: clip;
}

strong {
  line-height: 1;
  font-weight: 600;
}

/* Reset default link styles */
a {
  text-decoration: none; /* Remove underlines from all links */
  color: inherit; /* Make sure the link color inherits the surrounding text color */
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

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

/* Reset styles for form elements */
input,
button,
textarea,
select {
  font: inherit;
  border: none; /* Remove borders on form elements */
  background: transparent; /* Make background transparent */
}

/* Remove animations and transitions for users with reduced motion preferences */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
*::before,
*::after {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
a {
  text-decoration: none;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

a:hover {
  transition: all 0.3s ease;
  text-decoration: none;
}

li {
  list-style-type: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=submit],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  justify-content: center;
}

.privacyformError {
  padding-top: 0 !important;
}

.page-concept .sec-box {
  position: relative;
  z-index: 1;
}
.page-concept .sec-box .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 70px;
}
@media (min-width: 576px) {
  .page-concept .sec-box .container {
    gap: 100px;
  }
}
@media (min-width: 768px) {
  .page-concept .sec-box .container {
    align-items: stretch;
    gap: 0;
    flex-direction: row;
  }
}
.page-concept .sec-box .bg-img {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 100px;
}
@media (min-width: 768px) {
  .page-concept .sec-box .bg-img {
    display: block;
    margin-top: 0;
  }
}
.page-concept .sec-box .bg-img > img:nth-of-type(1) {
  margin-right: auto;
}
@media (min-width: 768px) {
  .page-concept .sec-box .bg-img > img:nth-of-type(1) {
    top: 90px;
    right: 0;
    max-width: 832px;
    width: 55% !important;
    margin: 0;
  }
}
.page-concept .sec-box .bg-img > img:nth-of-type(2) {
  margin-left: auto;
}
@media (min-width: 768px) {
  .page-concept .sec-box .bg-img > img:nth-of-type(2) {
    bottom: 0;
    left: 0;
    max-width: 600px;
    width: 40% !important;
    margin: 0;
  }
}
.page-concept .sec-box .bg-img > img {
  position: static;
  -o-object-fit: cover;
     object-fit: cover;
  width: 70%;
}
@media (min-width: 768px) {
  .page-concept .sec-box .bg-img > img {
    position: absolute;
    z-index: -1;
  }
}
.page-concept__sec01, .page-concept__sec02 {
  background-color: black;
  padding: 60px 0;
}
@media (min-width: 576px) {
  .page-concept__sec01, .page-concept__sec02 {
    padding: 80px 0;
  }
}
@media (min-width: 768px) {
  .page-concept__sec01, .page-concept__sec02 {
    padding: 210px 0 380px;
  }
}
.page-concept__sec01 .container {
  display: flex;
}
.page-concept__title {
  width: 100%;
}
@media (min-width: 768px) {
  .page-concept__title {
    width: 30%;
  }
}
.page-concept__title__wrap {
  position: relative;
  z-index: 1;
  writing-mode: vertical-lr;
  padding-top: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: inherit;
}
.page-concept__title__wrap h2 {
  font-size: clamp(3.75rem, 2.069rem + 7.27vw, 8.938rem);
}
.page-concept__title__wrap > img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 335px;
  min-width: 210px;
  width: 23vw;
}
@media (min-width: 768px) {
  .page-concept__title__wrap > img {
    left: 40%;
  }
}
.page-concept__text {
  flex: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .page-concept__text {
    padding-top: 140px;
    text-align: left;
  }
}
.page-concept__text > h3 {
  font-weight: 700;
  font-size: clamp(1.625rem, 0.987rem + 3.19vw, 4rem);
  line-height: 1.5;
  letter-spacing: 0.15em;
  color: #f5e19d;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .page-concept__text > h3 {
    line-height: 1.72;
    margin-bottom: 45px;
  }
}
.page-concept__text > p {
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 0.2em;
  color: white;
  font-size: clamp(0.75rem, 0.588rem + 0.7vw, 1.25rem);
}
.page-concept__sec03 {
  padding: 80px 0;
}
@media (min-width: 576px) {
  .page-concept__sec03 {
    padding: 110px 0;
  }
}
@media (min-width: 768px) {
  .page-concept__sec03 {
    padding: 140px 0;
  }
}
.page-concept__sec03 .text-inner {
  max-width: 980px;
  margin: 0 auto 80px;
}
@media (min-width: 576px) {
  .page-concept__sec03 .text-inner {
    margin: 0 auto 110px;
  }
}
@media (min-width: 768px) {
  .page-concept__sec03 .text-inner {
    margin: 0 auto 140px;
  }
}
.page-concept__sec03 .text-inner > p {
  font-weight: 500;
  font-size: clamp(0.75rem, 0.588rem + 0.7vw, 1.25rem);
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .page-concept__sec03 .text-inner > p {
    line-height: 2.2;
  }
}
.page-concept__sec03 .inner-fx {
  display: flex;
  flex-direction: column;
  gap: 70px;
}
@media (min-width: 992px) {
  .page-concept__sec03 .inner-fx {
    flex-direction: row;
  }
}
.page-concept__sec03 .inner-fx .box {
  text-align: center;
}
@media (min-width: 992px) {
  .page-concept__sec03 .inner-fx .box {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .page-concept__sec03 .inner-fx .box:nth-child(1) {
    width: 50%;
  }
}
.page-concept__sec03 .inner-fx .box:nth-child(2) {
  flex: 1;
}
.page-concept__sec03 .inner-fx .box.text-box > h3 {
  font-size: clamp(1.875rem, 1.204rem + 3.36vw, 4.375rem);
}
.page-concept__sec03 .inner-fx .box.text-box > p {
  font-size: clamp(1.125rem, 0.823rem + 1.51vw, 2.25rem);
}
.page-concept__sec03 .inner-fx .box .link-btn-wrap {
  text-align: center;
}
@media (min-width: 992px) {
  .page-concept__sec03 .inner-fx .box .link-btn-wrap {
    text-align: left;
  }
}

.page-recommend {
  overflow: hidden;
}
.page-recommend__top__wrap {
  background-color: black;
  padding-top: 60px;
}
@media (min-width: 768px) {
  .page-recommend__top__wrap {
    padding-top: 90px;
  }
}
.page-recommend__top {
  position: relative;
  z-index: 1;
  padding: 120px 0;
}
@media (min-width: 576px) {
  .page-recommend__top {
    padding: 150px 0;
  }
}
@media (min-width: 768px) {
  .page-recommend__top {
    padding: 180px 0;
  }
}
.page-recommend__top > .deco {
  position: absolute;
  z-index: -1;
  width: clamp(170px, 30%, 460px);
}
.page-recommend__top > .deco:nth-child(1) {
  top: 30px;
  right: -6vw;
}
@media (min-width: 576px) {
  .page-recommend__top > .deco:nth-child(1) {
    top: 50px;
  }
}
@media (min-width: 768px) {
  .page-recommend__top > .deco:nth-child(1) {
    top: 100px;
  }
}
.page-recommend__top > .deco:nth-child(2) {
  bottom: 30px;
  left: -6vw;
}
@media (min-width: 576px) {
  .page-recommend__top > .deco:nth-child(2) {
    bottom: 50px;
  }
}
@media (min-width: 768px) {
  .page-recommend__top > .deco:nth-child(2) {
    bottom: 100px;
  }
}
.page-recommend__top .inner-text .title-wrap {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .page-recommend__top .inner-text .title-wrap {
    margin-bottom: 65px;
  }
}
.page-recommend__top .inner-text .title-wrap .sm-title {
  font-size: clamp(1rem, 0.514rem + 2.1vw, 2.5rem);
  margin-bottom: 20px;
}
.page-recommend__top .inner-text .title-wrap > h2 {
  font-size: clamp(1.563rem, 0.57rem + 4.29vw, 4.625rem);
}
.page-recommend__top .inner-text > p {
  font-size: clamp(0.75rem, 0.588rem + 0.7vw, 1.25rem);
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 2;
}
@media (min-width: 768px) {
  .page-recommend__top .inner-text > p {
    line-height: 3;
  }
}
.page-recommend .sec-box {
  position: relative;
  z-index: 1;
  background-color: black;
  padding: 0 0 80px;
  overflow: visible;
}
@media (min-width: 576px) {
  .page-recommend .sec-box {
    padding: 0 0 100px;
  }
}
@media (min-width: 992px) {
  .page-recommend .sec-box {
    padding: 100px 0;
  }
}
.page-recommend .sec-box:first-child {
  padding: 80px 0;
}
@media (min-width: 768px) {
  .page-recommend .sec-box:first-child {
    padding: 100px 0;
  }
}
.page-recommend .sec-box .container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 60px;
}
@media (min-width: 992px) {
  .page-recommend .sec-box .container {
    align-items: center;
  }
}
@media (min-width: 992px) {
  .page-recommend .sec-box:nth-of-type(odd) .container {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .page-recommend .sec-box:nth-of-type(odd) .page-recommend__sec__img > img {
    width: clamp(300px, 155%, 790px) !important;
    max-width: none;
    margin-left: -8vw;
  }
}
@media (min-width: 1200px) {
  .page-recommend .sec-box:nth-of-type(odd) .page-recommend__sec__img > img {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .page-recommend .sec-box:nth-of-type(even) .container {
    flex-direction: row-reverse;
  }
}
@media (min-width: 992px) {
  .page-recommend .sec-box:nth-of-type(even) .page-recommend__sec__img > img {
    width: clamp(320px, 180%, 810px) !important;
    max-width: none;
    margin-left: -20vw;
  }
}
.page-recommend__sec__text {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 992px) {
  .page-recommend__sec__text {
    max-width: 680px;
    width: 55%;
    gap: 40px;
  }
}
.page-recommend__sec__text .sec-number {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(2.813rem, 0.686rem + 9.19vw, 9rem);
}
.page-recommend__sec__text .sec-number::before {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: clamp(75px, 17vw, 258px);
  height: 2px;
  background-color: white;
  transform: rotate(-45deg);
  bottom: 4vw;
  right: -6.5vw;
}
.page-recommend__sec__text .sec-title {
  font-size: clamp(1.563rem, 0.165rem + 6.04vw, 5rem);
}
.page-recommend__sec__text .sec-title > br {
  display: none;
}
@media (min-width: 992px) {
  .page-recommend__sec__text .sec-title > br {
    display: block;
  }
}
.page-recommend__sec__text .sec-text {
  font-size: clamp(0.75rem, 0.588rem + 0.7vw, 1rem);
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 2;
}
@media (min-width: 768px) {
  .page-recommend__sec__text .sec-text {
    line-height: 3;
  }
}
.page-recommend__sec__text .sec-title,
.page-recommend__sec__text .sec-text {
  padding: 0 20px;
}
@media (min-width: 992px) {
  .page-recommend__sec__text .sec-title,
.page-recommend__sec__text .sec-text {
    padding: 0 40px;
  }
}
.page-recommend__sec__img {
  position: relative;
  z-index: 0;
  flex: 1;
  margin: auto;
  width: 80%;
}
@media (min-width: 992px) {
  .page-recommend__sec__img {
    width: 100%;
  }
}
.page-recommend__sec__img > img {
  margin: 0 auto;
  width: 90%;
}
@media (min-width: 576px) {
  .page-recommend__sec__img > img {
    width: 80%;
  }
}
.page-recommend__sec__img .deco {
  position: absolute;
  z-index: 1;
}
.page-recommend__sec__img .deco01 {
  width: clamp(220px, 65%, 540px);
  width: clamp(220px, 35vw, 540px);
  right: -6vw;
  bottom: -8vw;
}
.page-recommend__sec__img .deco02 {
  width: clamp(180px, 25vw, 343px);
  right: -6vw;
  bottom: -6vw;
}
.page-recommend__sec03 .link-btn-wrap {
  margin-top: 120px;
}
@media (min-width: 992px) {
  .page-recommend__sec03 .link-btn-wrap {
    padding-left: 40px;
    margin-top: 80px;
  }
}
.page-recommend__sec03 .link-btn-wrap .container {
  display: block;
}
.page-recommend__sec03 .link-btn-wrap a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page-recommend__other {
  padding: 100px 0 80px;
}
@media (min-width: 768px) {
  .page-recommend__other {
    padding: 120px 0 80px;
  }
}
.page-recommend__other .inner-fx {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .page-recommend__other .inner-fx {
    flex-direction: row;
    gap: 50px;
    align-items: flex-start;
    margin-bottom: 100px;
  }
}
.page-recommend__other .inner-fx:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .page-recommend__other .inner-fx .text-box {
    width: 50%;
  }
}
.page-recommend__other .inner-fx .img-box {
  flex: 1;
  width: 80%;
  margin: auto;
}
@media (min-width: 768px) {
  .page-recommend__other .inner-fx .img-box {
    width: 100%;
  }
}

.page-top-text {
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2;
  font-size: clamp(0.875rem, 0.632rem + 1.05vw, 1.625rem);
  max-width: 745px;
}
@media (min-width: 768px) {
  .page-top-text {
    line-height: 2.46;
  }
}
.page-top-text__wrap {
  position: relative;
  z-index: 1;
}
.page-top-text__wrap .deco {
  position: absolute;
  z-index: -1;
  top: 90px;
  right: -5vw;
  width: clamp(170px, 30%, 460px);
}
@media (min-width: 768px) {
  .page-top-text__wrap .deco {
    top: 50px;
  }
}

.page-contents-title {
  background-color: black;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (min-width: 768px) {
  .page-contents-title {
    padding: 17px 35px;
  }
}
.page-contents-title > * {
  font-size: clamp(1.375rem, 1.092rem + 1.23vw, 2.25rem);
  color: #dec97e;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page-contents-title > .icon {
  width: clamp(35px, 4vw, 50px);
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
}

.insta-link-box > p {
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: clamp(0.75rem, 0.507rem + 1.05vw, 1.5rem);
  line-height: 1.8;
}
@media (min-width: 768px) {
  .insta-link-box > p {
    line-height: 2;
  }
}

.insta-btn {
  position: relative;
  display: flex;
  align-items: center;
  transition: all 0.3s;
  border: solid 1px black;
  gap: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1rem;
  min-width: 200px;
  padding: 10px 15px;
}
@media (min-width: 576px) {
  .insta-btn {
    font-size: 1.25rem;
    min-width: 280px;
  }
}
@media (min-width: 768px) {
  .insta-btn {
    font-size: 1.8125rem;
    padding: 16px 27px;
    min-width: 400px;
  }
}
.insta-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  width: 30%;
  height: 1px;
  background: black;
  transform: translateX(50%);
  transition: all 0.3s;
}
.insta-btn > img {
  width: 30px;
}
@media (min-width: 768px) {
  .insta-btn > img {
    width: 42px;
  }
}
.insta-btn:hover::after {
  right: 10px;
  transition: all 0.3s;
}

.page-store {
  padding: 100px 0 30px;
}
@media (min-width: 768px) {
  .page-store {
    padding: 120px 0 60px;
  }
}
.page-store__list .list-dl {
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
  border-bottom: solid 0.5px black;
}
@media (min-width: 576px) {
  .page-store__list .list-dl {
    padding: 30px 20px;
  }
}
@media (min-width: 768px) {
  .page-store__list .list-dl {
    padding: 42px 35px;
    flex-direction: row;
  }
}
.page-store__list .list-dl:first-child {
  padding-top: 0;
}
.page-store__list .list-dt {
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .page-store__list .list-dt {
    width: 230px;
    margin-bottom: 0;
    font-size: 1.25rem;
    font-weight: normal;
  }
}
.page-store__list .list-dd {
  flex: 1;
  font-size: 0.875rem;
}
@media (min-width: 576px) {
  .page-store__list .list-dd {
    font-size: 1.0625rem;
  }
}
@media (min-width: 768px) {
  .page-store__list .list-dd {
    font-size: 1.25rem;
  }
}

.map iframe {
  aspect-ratio: 16/8;
  border: none;
  width: 100%;
  height: 100%;
}

.inner-list {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.inner-list__dl {
  display: flex;
  flex-direction: row;
}
.inner-list__dt, .inner-list__dd {
  font-size: 0.875rem;
}
@media (min-width: 576px) {
  .inner-list__dt, .inner-list__dd {
    font-size: 1.0625rem;
  }
}
@media (min-width: 768px) {
  .inner-list__dt, .inner-list__dd {
    font-size: 1.25rem;
  }
}
.inner-list__dt {
  width: 90px;
}
@media (min-width: 576px) {
  .inner-list__dt {
    width: 123px;
  }
}
.inner-list__dd {
  flex: 1;
}

.page-recruitment__sec {
  padding: 100px 0 50px;
}
@media (min-width: 768px) {
  .page-recruitment__sec {
    padding: 140px 0 50px;
  }
}
.page-recruitment__list .list-dl {
  display: flex;
  flex-direction: column;
  padding: 35px 0;
  border-bottom: solid 0.5px black;
}
@media (min-width: 768px) {
  .page-recruitment__list .list-dl {
    padding: 65px 0;
  }
}
.page-recruitment__list .list-dl:first-child {
  padding-top: 0;
}
.page-recruitment__list .list-dt {
  display: flex;
  line-height: 1;
  font-size: clamp(1.125rem, 0.923rem + 0.88vw, 1.75rem);
  gap: 10px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .page-recruitment__list .list-dt {
    gap: 15px;
    margin-bottom: 40px;
  }
}
.page-recruitment__list .list-dt::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-color: #e3bc3b;
}
@media (min-width: 576px) {
  .page-recruitment__list .list-dt::before {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 768px) {
  .page-recruitment__list .list-dt::before {
    width: 25px;
    height: 25px;
  }
}
.page-recruitment__list .list-dd {
  font-size: clamp(0.75rem, 0.588rem + 0.7vw, 1.25rem);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .page-recruitment__list .list-dd {
    line-height: 2.25;
  }
}
.page-recruitment__links {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  max-width: 900px;
  padding: 0 20px;
  margin: 0 auto;
  gap: clamp(30px, 5vw, 75px);
}
@media (min-width: 768px) {
  .page-recruitment__links {
    flex-direction: row;
  }
}
.page-recruitment__links__wrap {
  margin: 0 calc(50% - 50vw);
  padding: 100px 0;
}
@media (min-width: 768px) {
  .page-recruitment__links__wrap {
    padding: 130px 0;
  }
}
.page-recruitment__links .box {
  width: 100%;
  background-color: black;
  border: solid 1px white;
  color: white;
}
@media (min-width: 768px) {
  .page-recruitment__links .box {
    width: calc(50% - 35px);
  }
}
.page-recruitment__links .box > a {
  display: inline-block;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 100%;
  min-height: 95px;
}
@media (min-width: 576px) {
  .page-recruitment__links .box > a {
    padding: 25px 20px;
    min-height: 120px;
  }
}
@media (min-width: 992px) {
  .page-recruitment__links .box > a {
    gap: 10px;
    padding: 30px 45px;
    min-height: auto;
  }
}
.page-recruitment__links .box.tel .text-wrap {
  display: flex;
  gap: 10px;
}
@media (min-width: 992px) {
  .page-recruitment__links .box.tel .text-wrap {
    gap: 20px;
  }
}
.page-recruitment__links .box.tel .text-wrap > img {
  width: clamp(18px, 3vw, 35px);
}
.page-recruitment__links .box.tel .text-wrap > p {
  flex: 1;
}
.page-recruitment__links .box p {
  font-size: clamp(1.125rem, 0.923rem + 0.88vw, 1.75rem);
}

.page-access {
  padding: 100px 0 30px;
}
@media (min-width: 576px) {
  .page-access {
    padding: 120px 0 50px;
  }
}
@media (min-width: 768px) {
  .page-access {
    padding: 150px 0 80px;
  }
}
.page-access__sec__inner .box {
  border-bottom: solid 0.5px black;
  padding: 30px 15px;
}
@media (min-width: 576px) {
  .page-access__sec__inner .box {
    padding: 30px 20px;
  }
}
@media (min-width: 992px) {
  .page-access__sec__inner .box {
    padding: 55px 35px;
  }
}
.page-access__sec__inner .box:first-child {
  padding-top: 0;
}
.page-access__sec__inner .box h3 {
  color: #e3bc3b;
  font-size: clamp(1.375rem, 1.173rem + 0.88vw, 2rem);
  margin-bottom: 20px;
}
.page-access__sec__inner .box > p {
  font-size: clamp(0.75rem, 0.588rem + 0.7vw, 1.25rem);
}

.page-contact {
  padding: 100px 0;
}
@media (min-width: 576px) {
  .page-contact {
    padding: 130px 0;
  }
}
@media (min-width: 768px) {
  .page-contact {
    padding: 160px 0;
  }
}
@media (min-width: 768px) {
  .page-contact .page-top-text > br {
    display: none;
  }
}
@media (min-width: 768px) {
  .page-contact .container {
    max-width: 764px;
  }
}
.page-contact__form .form-dt {
  color: #f43e3e;
  display: flex;
  gap: 8px;
}
@media (min-width: 768px) {
  .page-contact__form .form-dt {
    gap: 15px;
  }
}
.page-contact__form .form-dt,
.page-contact__form .form-dd {
  font-size: clamp(1rem, 0.588rem + 0.7vw, 1.25rem);
}
.page-contact__form .form-privacy {
  border: solid 1px #969696;
  background-color: white;
  height: 230px;
  overflow-y: auto;
  padding: 40px 30px;
}
.page-contact__form .checkbox__wrap input,
.page-contact__form .checkbox__wrap label {
  cursor: pointer;
}
.page-contact__form input,
.page-contact__form textarea {
  border: solid 1px #969696;
  background-color: white;
}
.page-contact__form .form-submit {
  background-color: white;
  border: solid 1px #969696;
  font-size: clamp(0.75rem, 0.588rem + 0.7vw, 1.25rem);
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.15em;
  padding: 16px;
  width: 180px;
  cursor: pointer;
  color: black;
}
@media (min-width: 768px) {
  .page-contact__form .form-submit {
    width: 235px;
  }
}