@charset "UTF-8";
/* Universal box-sizing reset */
*,
*::before,
*::after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  zoom: 1;
}

/* Set default styles for html */
html {
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
  overflow-y: scroll;
  box-sizing: border-box;
  font-size: 100%;
}

/* Reset margin for common block-level elements */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
input,
textarea,
label {
  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 {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  font-size-adjust: 0.5;
}

html,
body {
  font-weight: normal;
  font-style: normal;
  font-optical-sizing: auto;
  font-style: normal;
  max-width: 100vw;
  overflow-x: clip;
}

strong {
  font-style: normal;
  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;
  outline: none;
  cursor: pointer;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/* 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;
  }
}
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;
}

iframe {
  border: none;
  display: block;
}

:root {
  -wh: #fff;
  --bk: #000;
  --rd: #ba1c22;
  --gold: #b19525;
  --bei: #dfdccd;
  --font1: "Shippori Mincho";
  --font2: "Zen Kaku Gothic New";
}

a {
  transition: all 0.3s ease;
}
a:hover {
  transition: all 0.3s ease;
}

.js-tick {
  overflow: hidden;
  white-space: nowrap;
}

.js-tick-track {
  display: inline-flex;
  will-change: transform;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: loopText var(--loop-duration, 10s) linear infinite;
          animation: loopText var(--loop-duration, 10s) linear infinite;
}

.js-tick-item {
  display: inline-block;
  padding-right: 4rem;
}

@-webkit-keyframes loopText {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(calc(-1 * var(--loop-distance, 0px)), 0, 0);
  }
}

@keyframes loopText {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(calc(-1 * var(--loop-distance, 0px)), 0, 0);
  }
}
.js-typein {
  opacity: 0;
}

.js-tab-panel {
  display: none;
  opacity: 0;
}
.js-tab-panel.is-show {
  display: block;
  -webkit-animation: panel-show 0.6s ease forwards;
  animation: panel-show 0.6s ease forwards;
}

@-webkit-keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body {
  margin: 0;
}

:root {
  --bk: #000;
  --tx: #676061;
  --br: #988d8e;
  --bg: #f6edf0;
  --pk1: #a57f8d;
  --pk2: #ebdcdd;
  --font1:
    "Toppan Bunkyu Mincho Pr6N", "Hiragino Mincho ProN", "Yu Mincho",
    "Noto Serif JP", "MS PMincho", serif;
  --font2:
    "Sweet Fancy Script", "Pinyon Script", "Hiragino Mincho ProN", "Yu Mincho",
    "Noto Serif JP", "MS PMincho", serif;
}

html,
body {
  font-family: "Toppan Bunkyu Mincho Pr6N", "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", "MS PMincho", serif;
  font-weight: normal;
  font-style: normal;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: clamp(1.875rem, 1.673rem + 0.88vw, 2.5rem);
  letter-spacing: 0.1em;
  overflow-x: clip;
  background-color: #fff;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  font-style: normal;
}

/* フォントサイズ 15~16pt */
.p-text {
  font-size: clamp(0.938rem, 0.917rem + 0.09vw, 1rem);
  line-height: clamp(1.75rem, 1.642rem + 0.58vw, 2.188rem);
}

.f-13 {
  font-size: clamp(0.688rem, 0.646rem + 0.18vw, 0.813rem);
}

/* フォントサイズ 11~15pt */
.f-15 {
  font-size: clamp(0.813rem, 0.782rem + 0.17vw, 0.938rem);
  line-height: 25px;
}

/* フォントサイズ 16~18pt */
.f-18 {
  font-size: clamp(0.938rem, 0.875rem + 0.27vw, 1.125rem);
}

/* フォントサイズ 17~20pt */
.f-20 {
  font-size: clamp(1.063rem, 1.016rem + 0.25vw, 1.25rem);
}

/* フォントサイズ 18~25pt */
.f-25 {
  font-size: clamp(1.125rem, 0.983rem + 0.61vw, 1.563rem);
}

/* フォントサイズ 20~30pt */
.f-30 {
  font-size: clamp(1.25rem, 1.048rem + 0.88vw, 1.875rem);
}

/* フォントサイズ 19~35pt */
.f-35 {
  font-size: clamp(1.188rem, 0.155rem + 2.15vw, 2.188rem);
}

/* フォントサイズ 21~40pt */
.f-40 {
  font-size: clamp(1.313rem, 1.019rem + 1.57vw, 2.5rem);
}

/* フォントサイズ 21~45pt */
.f-45 {
  font-size: clamp(1.313rem, 0.941rem + 1.98vw, 2.813rem);
}

/* フォントサイズ 40~50pt */
.f-50 {
  font-size: clamp(2.5rem, 2.345rem + 0.83vw, 3.125rem);
}

/* フォントサイズ 21~55pt */
.f-55 {
  font-size: clamp(1.313rem, 0.787rem + 2.81vw, 3.438rem);
}

/* フォントサイズ 30~75pt */
.f-75 {
  font-size: clamp(1.875rem, 1.179rem + 3.71vw, 4.688rem);
}

/* フォントサイズ 60~80pt */
.f-80 {
  font-size: clamp(3.75rem, 3.345rem + 1.75vw, 5rem);
}

/* フォントサイズ 60~140pt */
.f-140 {
  font-size: clamp(3.75rem, 2.512rem + 6.6vw, 8.75rem);
}

.fw-500 {
  font-weight: 500;
}

.fw-700 {
  font-weight: 700;
}

.fw-900 {
  font-weight: 900;
}

.line-15 {
  line-height: 15px;
}

.line-25 {
  line-height: 25px;
}

.line-25-2 {
  line-height: clamp(0.938rem, 0.729rem + 0.89vw, 1.563rem);
}

.f-16 {
  font-size: clamp(0.875rem, 0.844rem + 0.17vw, 1rem);
}

.v-text {
  writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: nowrap;
  line-height: 1.5;
  margin: 0;
}

.v-text2 {
  writing-mode: sideways-rl;
  text-orientation: upright;
  white-space: nowrap;
}

.v-text-p {
  writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: nowrap;
  line-height: 2.2;
  margin: 0;
}

.font1 {
  font-family: var(--font1);
}

.font2 {
  font-family: var(--font2);
}

.text-shadow {
  text-shadow: 2px 2px 5px black;
}

.text-shadow-white {
  text-shadow: 2px 2px 5px white;
}

.has-shadow {
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.15);
}

.has-shadow2 {
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.5);
}

/* テキストカラー*/
.fc-bk {
  color: var(--bk);
}

.fc-wh {
  color: #fff;
}

.fc-tx {
  color: var(--tx);
}

.fc-br {
  color: var(--br);
}

.fc-pk1 {
  color: var(--pk1);
}

.fc-pk2 {
  color: var(--pk2);
}

/* 背景 */
.bg-bk {
  background-color: var(--bk);
}

.bg-wh {
  background-color: #fff;
}

.bg-1 {
  background-color: var(--bg);
}

.bg-pk2 {
  background-color: var(--pk2);
}

.bg-tx {
  background-color: var(--tx);
}

.bg-st {
  background-image: url(../images/bg-1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* News表示 画像あり版 */
.news-list .webgene-blog {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.news-list .webgene-item {
  width: 100%;
}

@media (min-width: 768px) {
  .news-list .webgene-item {
    width: 48%;
  }
}
/* ページ共通設定 */
.sec-title {
  color: var(--br);
  display: flex;
  flex-direction: column;
  position: relative;
}
.sec-title__h2 {
  font-size: clamp(2.813rem, 2.396rem + 1.78vw, 4.063rem);
  font-family: var(--font2);
  font-weight: 500;
  z-index: 60;
  line-height: 2.5;
  background: linear-gradient(180deg, #b9aeaf 0%, #988d8e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: inline-block;
  padding: 0.2em 0.3em;
}
.sec-title::after {
  content: "";
  position: absolute;
  width: 150%;
  height: 20px;
  background-image: url("../images/line.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: 55%;
  left: -50%;
  display: block;
  z-index: 50;
}
@media (min-width: 350px) {
  .sec-title::after {
    height: 30px;
  }
}
@media (min-width: 450px) {
  .sec-title::after {
    height: 40px;
  }
}
@media (min-width: 576px) {
  .sec-title::after {
    height: 50px;
  }
}
@media (min-width: 768px) {
  .sec-title::after {
    height: 30px;
  }
}
@media (min-width: 992px) {
  .sec-title::after {
    height: 40px;
  }
}
@media (min-width: 1200px) {
  .sec-title::after {
    height: 50px;
  }
}

.sec-title2 {
  color: var(--br);
  display: flex;
  flex-direction: column;
  position: relative;
}
.sec-title2__h2 {
  font-size: clamp(2.813rem, 2.396rem + 1.78vw, 4.063rem);
  font-family: var(--font2);
  font-weight: 500;
  z-index: 60;
}
.sec-title2::after {
  content: "";
  position: absolute;
  width: 150%;
  height: 20px;
  background-image: url("../images/line.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: 55%;
  left: -50%;
  display: block;
  z-index: 50;
}
@media (min-width: 350px) {
  .sec-title2::after {
    height: 30px;
  }
}
@media (min-width: 450px) {
  .sec-title2::after {
    height: 40px;
  }
}
@media (min-width: 576px) {
  .sec-title2::after {
    height: 50px;
  }
}
@media (min-width: 768px) {
  .sec-title2::after {
    width: 120%;
    height: 50px;
  }
}
@media (min-width: 992px) {
  .sec-title2::after {
    width: 150%;
    height: 40px;
  }
}
@media (min-width: 1200px) {
  .sec-title2::after {
    width: 150%;
    height: 50px;
  }
}

.sec-title3 {
  color: var(--br);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  text-align: center;
}
.sec-title3__h2 {
  font-size: clamp(2.813rem, 2.396rem + 1.78vw, 4.063rem);
  font-family: var(--font2);
  font-weight: 500;
  z-index: 60;
  line-height: 2.5;
  background: linear-gradient(180deg, #b9aeaf 0%, #988d8e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: inline-block;
  padding: 0.2em 0.3em;
}
.sec-title3::after {
  content: "";
  position: absolute;
  width: 120%;
  height: 20px;
  background-image: url("../images/line2.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 70%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 50;
}
@media (min-width: 350px) {
  .sec-title3::after {
    height: 30px;
  }
}
@media (min-width: 450px) {
  .sec-title3::after {
    height: 40px;
  }
}
@media (min-width: 576px) {
  .sec-title3::after {
    height: 50px;
  }
}
@media (min-width: 768px) {
  .sec-title3::after {
    height: 30px;
  }
}
@media (min-width: 992px) {
  .sec-title3::after {
    height: 40px;
  }
}
@media (min-width: 1200px) {
  .sec-title3::after {
    height: 50px;
  }
}

.sec-title4 {
  color: var(--br);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  text-align: center;
}
.sec-title4__h2 {
  font-size: clamp(1.875rem, 1.463rem + 1.76vw, 3.125rem);
  font-family: var(--font1);
  font-weight: 500;
  z-index: 60;
  background: linear-gradient(180deg, #b9aeaf 0%, #988d8e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: inline-block;
  padding-bottom: 30px;
}
.sec-title4::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 20px;
  background-image: url("../images/line2.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 50;
}
@media (min-width: 350px) {
  .sec-title4::after {
    height: 30px;
    top: 30%;
  }
}
@media (min-width: 450px) {
  .sec-title4::after {
    height: 40px;
    top: 30%;
  }
}
@media (min-width: 576px) {
  .sec-title4::after {
    height: 50px;
    top: 20%;
  }
}
@media (min-width: 768px) {
  .sec-title4::after {
    height: 30px;
    top: 40%;
  }
}
@media (min-width: 992px) {
  .sec-title4::after {
    height: 40px;
    top: 40%;
  }
}
@media (min-width: 1200px) {
  .sec-title4::after {
    height: 50px;
    top: 35%;
  }
}

.br-btn {
  color: #fff;
  font-size: 13px;
  line-height: 25px;
  width: clamp(15.625rem, 7.463rem + 34.83vw, 20rem);
  background-color: var(--br);
  border-radius: 50px;
  gap: 15px;
  padding: 15px 50px;
}
.br-btn img {
  width: clamp(2.5rem, 1.675rem + 3.52vw, 5rem);
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 576px) {
  .br-btn {
    width: 320px;
    font-size: 14px;
    gap: 20px;
  }
}
@media (min-width: 992px) {
  .br-btn {
    width: 320px;
    font-size: 15px;
    gap: 25px;
  }
}
.br-btn:hover {
  color: #fff;
  background-color: #c1b3b4;
}

.pk-btn {
  color: #fff;
  font-size: 13px;
  line-height: 25px;
  width: clamp(15.625rem, 7.463rem + 34.83vw, 20rem);
  background-color: var(--pk1);
  border-radius: 50px;
  gap: 15px;
  padding: 15px 50px;
}
.pk-btn img {
  width: clamp(2.5rem, 1.675rem + 3.52vw, 5rem);
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 576px) {
  .pk-btn {
    width: 320px;
    font-size: 14px;
    gap: 20px;
  }
}
@media (min-width: 992px) {
  .pk-btn {
    width: 320px;
    font-size: 15px;
    gap: 25px;
  }
}
.pk-btn:hover {
  color: #fff;
  background-color: #d19fb1;
}

.fv-img {
  position: relative;
  width: 90%;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .fv-img {
    width: 100%;
  }
}
.fv-img img {
  width: 100%;
  display: block;
}
.fv-img::before {
  content: "";
  position: absolute;
  top: -25px;
  left: 15px;
  right: -25px;
  bottom: 15px;
  background-image: url("../images/FV-Frame.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  z-index: 10;
  pointer-events: none;
}
@media (min-width: 768px) {
  .fv-img::before {
    top: -75px;
  }
}
@media (min-width: 992px) {
  .fv-img::before {
    top: -25px;
  }
}

.fv-sec-title {
  color: var(--br);
  display: flex;
  flex-direction: column;
  position: relative;
}
.fv-sec-title__h2 {
  font-size: clamp(2.813rem, 2.396rem + 1.78vw, 4.063rem);
  font-family: var(--font2);
  font-weight: 500;
  z-index: 60;
  line-height: 2.5;
  background: linear-gradient(180deg, #b9aeaf 0%, #988d8e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: inline-block;
  padding: 0.2em 0.3em;
}
.fv-sec-title::after {
  content: "";
  position: absolute;
  width: 250%;
  height: 20px;
  background-image: url("../images/line.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 65%;
  left: -100%;
  display: block;
  z-index: 50;
}
@media (min-width: 350px) {
  .fv-sec-title::after {
    height: 30px;
  }
}
@media (min-width: 450px) {
  .fv-sec-title::after {
    height: 40px;
  }
}
@media (min-width: 576px) {
  .fv-sec-title::after {
    height: 50px;
  }
}
@media (min-width: 768px) {
  .fv-sec-title::after {
    height: 30px;
  }
}
@media (min-width: 992px) {
  .fv-sec-title::after {
    height: 40px;
  }
}
@media (min-width: 1200px) {
  .fv-sec-title::after {
    height: 50px;
  }
}

.bottom-btn {
  background-color: var(--br);
  width: 90%;
  height: 200px;
  position: relative;
}
@media (min-width: 576px) {
  .bottom-btn {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .bottom-btn {
    height: 150px;
  }
}
@media (min-width: 1200px) {
  .bottom-btn {
    height: 200px;
  }
}
.bottom-btn__title {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  text-align: center;
}
.bottom-btn__title__h2 {
  font-size: clamp(1.25rem, 0.632rem + 2.64vw, 3.125rem);
  font-family: var(--font1);
  font-weight: 500;
  z-index: 60;
  -webkit-background-clip: text;
          background-clip: text;
  color: #fff;
  display: inline-block;
  padding-bottom: 10px;
}
.bottom-btn__title::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 20px;
  background-image: url("../images/line2.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 50;
}
@media (min-width: 350px) {
  .bottom-btn__title::after {
    height: 30px;
    top: 30%;
  }
}
@media (min-width: 450px) {
  .bottom-btn__title::after {
    height: 40px;
    top: 30%;
  }
}
@media (min-width: 576px) {
  .bottom-btn__title::after {
    height: 50px;
    top: 20%;
  }
}
@media (min-width: 768px) {
  .bottom-btn__title::after {
    height: 30px;
    top: 40%;
  }
}
@media (min-width: 992px) {
  .bottom-btn__title::after {
    height: 40px;
    top: 40%;
  }
}
@media (min-width: 1200px) {
  .bottom-btn__title::after {
    height: 50px;
    top: 35%;
  }
}
.bottom-btn:hover {
  background-color: #c1b3b4;
}
.bottom-btn::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background-image: url("../images/reserve_btn.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  z-index: 10;
  pointer-events: none;
}
@media (max-width: 991px) {
  .bottom-btn::before {
    display: none;
  }
}
.bottom-btn::after {
  content: "";
  position: absolute;
  inset: 15px;
  border: 2px solid var(--pk2);
  z-index: 2;
  pointer-events: none;
}
@media (min-width: 576px) {
  .bottom-btn::after {
    width: 92%;
  }
}
@media (min-width: 992px) {
  .bottom-btn::after {
    display: none;
  }
}

/*ヘッダー*/
.header {
  position: fixed;
  background-color: transparent;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  /* ハンバーガー */
  /* メニュー本体 */
  /* 閉じるボタン（×） */
  /* ナビ */
}
.header__inner {
  padding: 15px 40px;
}
.header__logo {
  width: clamp(7.5rem, 9.407rem - 10.17vw, 9.375rem);
  transition: 0.3s ease;
}
.header__logo:hover {
  opacity: 0.6;
}
.header__logo img {
  width: 100%;
}
.header__btn {
  position: relative;
  overflow: hidden;
  width: clamp(12.5rem, 12.036rem + 2.48vw, 14.375rem);
  padding: 10px 20px;
  border-radius: 50px;
  color: #fff;
  background-color: var(--br);
  gap: clamp(0.938rem, 0.86rem + 0.41vw, 1.25rem);
}
.header__btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.6), transparent);
  transform: skewX(-20deg);
}
.header__btn:hover {
  opacity: 0.6;
}
.header__btn:hover::after {
  -webkit-animation: shine 0.8s ease;
          animation: shine 0.8s ease;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.header__btn img {
  width: 25px;
}
.header__sp-btn {
  position: fixed;
  right: 0;
  bottom: 20px;
  z-index: 150;
  transition: opacity 0.3s ease;
}
.header__sp-btn.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.header__right {
  gap: 20px;
}
.header__burger {
  width: 30px;
  height: 20px;
  cursor: pointer;
  position: relative;
}
.header__burger p {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--br);
  border-radius: 999px;
  margin: 0;
  padding: 0;
  transition: 0.3s ease;
}
.header__burger p:nth-child(1) {
  top: 0;
}
.header__burger p:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.header__burger p:nth-child(3) {
  bottom: 0;
}
.header__menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: var(--bg2);
  transform: translateX(100%); /* ←右に隠す */
  transition: transform 0.6s ease;
  z-index: 200;
}
@media (min-width: 576px) {
  .header__menu {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .header__menu {
    width: 45%;
  }
}
@media (min-width: 992px) {
  .header__menu {
    width: 40%;
  }
}
@media (min-width: 1200px) {
  .header__menu {
    width: 35%;
  }
}
@media (min-width: 1400px) {
  .header__menu {
    width: 30%;
  }
}
.header__menu.is-open {
  transform: translateX(0);
}
.header__menu-logo {
  width: clamp(7.5rem, 6.262rem + 6.6vw, 12.5rem);
  transition: 0.3s ease;
}
.header__menu-logo img {
  width: 100%;
}
.header__menu-logo img:hover {
  opacity: 0.6;
}
.header__menu-inner {
  position: relative;
  height: 100%;
  background-color: var(--bg);
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  padding: clamp(5rem, 4.381rem + 3.3vw, 7.5rem) 20px 40px;
  justify-content: center;
}
@media screen and (orientation: landscape) {
  .header__menu-inner {
    justify-content: flex-start;
  }
}
.header__close {
  position: absolute;
  top: 20px;
  right: 30px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.header__close::before, .header__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 2px;
  background: var(--br);
  border-radius: 999px;
}
.header__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.header__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.header__nav {
  display: flex;
  flex-direction: column;
}
.header__nav-item {
  position: relative;
  display: block;
  text-decoration: none;
  border-bottom: 1px solid var(--br);
  padding: 15px 0;
  width: clamp(12.5rem, 10.953rem + 8.25vw, 18.75rem);
}
.header__nav-item p {
  margin: 0;
  color: var(--br);
  letter-spacing: 0.1em;
}
.header__nav-item::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("../images/header_light2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  transition: 0.3s ease;
}
.header__nav-item:hover::before {
  opacity: 1;
  left: -30px;
}

/* フッター */
.footer__logo {
  width: 50%;
}
@media (min-width: 576px) {
  .footer__logo {
    width: 40%;
  }
}
@media (min-width: 768px) {
  .footer__logo {
    width: 25%;
  }
}
.footer__nav {
  gap: 15px;
  color: var(--pk2);
  transition: 0.3s ease;
}
.footer__nav p {
  transition: color 0.3s ease;
}
.footer__nav a:hover p {
  color: var(--pk1);
}
@media (min-width: 576px) {
  .footer__nav {
    gap: 25px;
  }
}
.footer__nav-sp {
  gap: 5px;
  color: #fff;
}
.footer__box {
  gap: 40px;
}
@media (min-width: 768px) {
  .footer__box {
    gap: 60px;
  }
}
.footer__left {
  width: 100%;
}
@media (min-width: 768px) {
  .footer__left {
    width: 50%;
  }
}
.footer__right {
  width: 100%;
}
@media (min-width: 768px) {
  .footer__right {
    width: 50%;
  }
}
.footer__tel {
  transition: color 0.3s ease;
}
.footer__tel:hover {
  color: var(--pk1);
}

/* トップ */
.top-fv {
  height: 100dvh;
}
@media (min-width: 992px) {
  .top-fv__box {
    margin-left: 15%;
  }
}
.top-fv__img {
  width: 80%;
}
.top-fv__img img {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.9));
}
@media (min-width: 576px) {
  .top-fv__img {
    width: 100%;
  }
}
.top-fv__text {
  font-size: 20px;
  filter: drop-shadow(0 0 1px rgba(255, 255, 255, 0.9));
}

.top-sec1__left {
  width: 100%;
  flex-shrink: 1;
}
@media (min-width: 768px) {
  .top-sec1__left {
    width: 60%;
  }
}
.top-sec1__img {
  position: relative;
  width: 80%;
  aspect-ratio: 1/1;
  padding: 0 15px 15px 0;
}
@media (min-width: 768px) {
  .top-sec1__img {
    width: 80%;
    padding: 0 20px 20px 0;
  }
}
.top-sec1__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  position: relative;
  z-index: 2;
}
.top-sec1__img::before {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  right: 0;
  bottom: 0;
  border: 1px solid var(--pk2);
  z-index: 1;
}
@media (min-width: 768px) {
  .top-sec1__img::before {
    top: -20px;
    left: -20px;
  }
}
.top-sec1__right {
  width: 100%;
}
@media (min-width: 768px) {
  .top-sec1__right {
    width: 40%;
  }
}
.top-sec1__h2 {
  font-size: 16px;
}
@media (min-width: 576px) {
  .top-sec1__h2 {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .top-sec1__h2 {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .top-sec1__h2 {
    font-size: 20px;
  }
}

.top-sec2 {
  border-bottom: #fff 2px solid;
}
.top-sec2__cont {
  gap: none;
}
@media (min-width: 992px) {
  .top-sec2__cont {
    gap: 60px;
  }
}
.top-sec2__left {
  width: 100%;
}
@media (min-width: 992px) {
  .top-sec2__left {
    width: 40%;
  }
}
.top-sec2__right {
  width: 100%;
  gap: clamp(0.938rem, 0.731rem + 0.88vw, 1.563rem);
}
@media (min-width: 992px) {
  .top-sec2__right {
    width: 60%;
  }
}
.top-sec2__img-box {
  display: flex;
  gap: clamp(0.938rem, 0.731rem + 0.88vw, 1.563rem);
  justify-content: center;
}
.top-sec2__img {
  width: 200px;
  border-radius: 15px;
  border: var(--pk1) 1px solid;
}
.top-sec2__img img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

.top-sec3__h2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--font1);
  padding-top: 70px;
}
.top-sec3__h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 50px;
  background-image: url("../images/ranking.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.top-sec3__no {
  color: #d6c3c5;
  font-size: clamp(2.5rem, 1.882rem + 2.64vw, 4.375rem);
}
.top-sec3__no-title {
  font-size: 18px;
  line-height: 25px;
}
@media (min-width: 992px) {
  .top-sec3__no-title {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .top-sec3__no-title {
    font-size: 20px;
  }
}
.top-sec3__title {
  gap: clamp(0.938rem, 0.01rem + 3.96vw, 3.75rem);
}
.top-sec3__img {
  position: relative;
  width: 80%;
}
.top-sec3__img img {
  width: 100%;
  display: block;
}
.top-sec3__img::before {
  content: "";
  position: absolute;
  inset: 15px;
  border: 2px solid var(--pk2);
  z-index: 2;
  pointer-events: none;
}
@media (min-width: 576px) {
  .top-sec3__img {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .top-sec3__img {
    width: 100%;
  }
}
.top-sec3__text {
  width: 100%;
}
@media (min-width: 576px) {
  .top-sec3__text {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .top-sec3__text {
    width: 100%;
  }
}
.top-sec3__text-box {
  gap: 15px;
}
.top-sec3__box {
  gap: 50px;
}

.news-item a:hover {
  color: var(--pk1);
}

.webgene-item {
  position: relative;
}
.webgene-item::after {
  content: "";
  position: absolute;
  background-color: var(--pk2);
  width: 100%;
  height: 1px;
  bottom: -15px;
}
.webgene-item a:hover {
  color: var(--pk1);
}

.top-sec5__img {
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  width: 70%;
}
.top-sec5__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-sec5__box {
  border-radius: 20px;
  position: relative;
}
.top-sec5__box::before {
  content: "Information";
  position: absolute;
  top: -40px;
  left: -20px;
  font-family: var(--font2);
  font-size: clamp(1.875rem, 1.463rem + 1.76vw, 3.125rem);
  font-weight: 500;
  line-height: 1;
  color: var(--br);
  transform: rotate(-12deg);
  z-index: 10;
  pointer-events: none;
}
@media (max-width: 767px) {
  .top-sec5__box::before {
    display: none;
  }
}
.top-sec5__box2 {
  border-radius: 20px;
  position: relative;
}
.top-sec5__box2::before {
  content: "Our staff";
  position: absolute;
  top: -40px;
  left: -20px;
  font-family: var(--font2);
  font-size: clamp(1.875rem, 1.463rem + 1.76vw, 3.125rem);
  font-weight: 500;
  line-height: 1;
  color: var(--br);
  transform: rotate(-12deg);
  z-index: 10;
  pointer-events: none;
}
@media (max-width: 767px) {
  .top-sec5__box2::before {
    display: none;
  }
}

.top-sec5__btn {
  color: #fff;
  font-size: 13px;
  line-height: 25px;
  width: clamp(15.625rem, 7.463rem + 34.83vw, 20rem);
  background-color: var(--pk1);
  border-radius: 50px;
  gap: 15px;
  padding: 15px 50px;
}
.top-sec5__btn img {
  width: clamp(2.5rem, 1.675rem + 3.52vw, 5rem);
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 768px) {
  .top-sec5__btn img {
    width: 30px;
  }
}
@media (min-width: 992px) {
  .top-sec5__btn img {
    width: clamp(2.5rem, 1.675rem + 3.52vw, 5rem);
  }
}
@media (min-width: 576px) {
  .top-sec5__btn {
    width: 320px;
    font-size: 14px;
    gap: 20px;
  }
}
@media (min-width: 768px) {
  .top-sec5__btn {
    width: 230px;
    font-size: 13px;
    gap: 10px;
  }
}
@media (min-width: 992px) {
  .top-sec5__btn {
    width: 320px;
    font-size: 15px;
    gap: 25px;
  }
}
.top-sec5__btn:hover {
  color: #fff;
  background-color: #d19fb1;
}

.top-sec6__img {
  position: relative;
  width: 80%;
}
@media (min-width: 768px) {
  .top-sec6__img {
    width: 100%;
  }
}
.top-sec6__img img {
  width: 100%;
  display: block;
}
.top-sec6__img::before {
  content: "";
  position: absolute;
  top: -25px;
  left: 15px;
  right: -25px;
  bottom: 15px;
  background-image: url("../images/Frame1.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  z-index: 10;
  pointer-events: none;
}
@media (min-width: 768px) {
  .top-sec6__img::before {
    top: -75px;
  }
}
@media (min-width: 992px) {
  .top-sec6__img::before {
    top: -25px;
  }
}
.top-sec6__count {
  gap: clamp(3.125rem, 2.61rem + 2.2vw, 4.688rem);
}

.rec-btn {
  position: relative;
  overflow: hidden;
  width: 90%;
  padding: 120px 40px;
}
@media (min-width: 576px) {
  .rec-btn {
    width: 80%;
  }
}
.rec-btn::after {
  content: "";
  position: absolute;
  inset: 15px;
  border: 2px solid var(--pk2);
  z-index: 2;
  pointer-events: none;
}
@media (min-width: 576px) {
  .rec-btn::after {
    width: 95%;
  }
}
@media (min-width: 992px) {
  .rec-btn::after {
    width: 96%;
  }
}
@media (min-width: 1200px) {
  .rec-btn::after {
    width: 97%;
  }
}

.rec-btn-title {
  color: var(--br);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  text-align: center;
}
.rec-btn-title__h2 {
  font-size: clamp(2.813rem, 2.396rem + 1.78vw, 4.063rem);
  font-family: var(--font2);
  font-weight: 500;
  z-index: 60;
  line-height: 2.5;
  color: #fff;
  display: inline-block;
  padding: 0.2em 0.3em;
}
.rec-btn-title::after {
  content: "";
  position: absolute;
  width: 120%;
  height: 20px;
  background-image: url("../images/line2.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 70%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 50;
}
@media (min-width: 350px) {
  .rec-btn-title::after {
    height: 30px;
  }
}
@media (min-width: 450px) {
  .rec-btn-title::after {
    height: 40px;
  }
}
@media (min-width: 576px) {
  .rec-btn-title::after {
    height: 50px;
  }
}
@media (min-width: 768px) {
  .rec-btn-title::after {
    height: 30px;
  }
}
@media (min-width: 992px) {
  .rec-btn-title::after {
    height: 40px;
  }
}
@media (min-width: 1200px) {
  .rec-btn-title::after {
    height: 50px;
  }
}

.concept-sec1__h2 {
  font-size: 15px;
}
@media (min-width: 576px) {
  .concept-sec1__h2 {
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  .concept-sec1__h2 {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .concept-sec1__h2 {
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  .concept-sec1__h2 {
    font-size: 20px;
  }
}
.concept-sec1__img {
  position: relative;
  width: 100%;
}
.concept-sec1__img img {
  width: 100%;
  display: block;
}
.concept-sec1__img::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background-image: url("../images/concept-frame.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  z-index: 10;
  pointer-events: none;
}

.concept-btn {
  color: #fff;
  font-size: 13px;
  line-height: 25px;
  width: clamp(15.625rem, 7.463rem + 34.83vw, 20rem);
  background-color: var(--br);
  border-radius: 50px;
  gap: 10px;
  padding: 15px 50px;
}
.concept-btn img {
  width: clamp(2.5rem, 1.675rem + 3.52vw, 5rem);
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 768px) {
  .concept-btn img {
    width: 40px;
  }
}
@media (min-width: 576px) {
  .concept-btn {
    width: 320px;
    font-size: 13px;
    gap: 10px;
  }
}
@media (min-width: 768px) {
  .concept-btn {
    width: 260px;
    font-size: 14px;
    gap: 10px;
  }
}
@media (min-width: 992px) {
  .concept-btn {
    width: 290px;
    font-size: 14px;
    gap: 25px;
  }
}
.concept-btn:hover {
  color: #fff;
  background-color: #c1b3b4;
}

.gallery-sec1 {
  border-bottom: var(--pk1) 1px solid;
}
.gallery-sec1__img {
  width: 250px;
  border-radius: 20px;
  border: var(--pk1) solid 1px;
}
.gallery-sec1__img img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  cursor: pointer;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(38, 31, 31, 0.7);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.modal-img img {
  max-width: 100%;
  max-height: 100%;
}

.modal-img {
  position: relative;
  display: inline-block;
}

.modal-close {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 10000;
}
.modal-close::before, .modal-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 2px;
  background: #fff;
  transform-origin: center;
}
.modal-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (min-width: 576px) {
  .modal-close {
    top: 23%;
  }
}

.menu-btn__box {
  display: flex;
  gap: 10px;
}
@media (min-width: 576px) {
  .menu-btn__box {
    gap: 15px;
  }
}
@media (min-width: 992px) {
  .menu-btn__box {
    gap: 20px;
  }
}

.menu-btn {
  display: inline-block;
  width: 150px;
  color: var(--pk1);
  border-radius: 50px;
  border: var(--pk1) 1px solid;
  text-align: center;
  padding: 10px;
  font-size: 12px;
}
@media (min-width: 576px) {
  .menu-btn {
    width: 230px;
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .menu-btn {
    font-size: 15px;
  }
}
.menu-btn:hover {
  color: #c1b3b4;
  border: #c1b3b4 solid 1px;
}

.menu-list {
  width: 95%;
}
@media (min-width: 576px) {
  .menu-list {
    width: 90%;
  }
}
@media (min-width: 768px) {
  .menu-list {
    width: 80%;
  }
}

.info__line {
  position: relative;
  padding-bottom: 15px;
  gap: 5px;
  width: 95%;
}
@media (min-width: 768px) {
  .info__line {
    gap: 150px;
  }
}
@media (min-width: 992px) {
  .info__line {
    width: 80%;
  }
}
.info__line::after {
  content: "";
  position: absolute;
  background-color: var(--pk1);
  height: 1px;
  width: 100%;
  left: 0;
  bottom: 0;
}
.info__title {
  display: block;
  width: 100px;
}
.info__gm {
  width: 80%;
  height: 400px;
}
.info__gm div {
  width: 100%;
}

.staff__name {
  position: relative;
  padding-bottom: 40px;
}
.staff__name::after {
  content: "";
  position: absolute;
  left: -80px;
  bottom: 10px;
  width: 100%;
  height: 30px;
  background-image: url("../images/staff.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.guide-sec1__img {
  position: relative;
}
.guide-sec1__step-box {
  width: 100%;
  position: absolute;
  top: -20%;
  left: 38%;
}
@media (min-width: 576px) {
  .guide-sec1__step-box {
    top: -15%;
    left: 40%;
  }
}
@media (min-width: 768px) {
  .guide-sec1__step-box {
    top: -20%;
    left: 5%;
  }
}
.guide-sec1__step {
  width: 25%;
}
.guide-sec1__step img {
  width: 100%;
  height: 100%;
}
@media (min-width: 576px) {
  .guide-sec1__step {
    width: 20%;
  }
}
@media (min-width: 768px) {
  .guide-sec1__step {
    width: 25%;
  }
}
.guide-sec1__box {
  position: relative;
}
.guide-sec1__box::before {
  content: "";
  position: absolute;
  top: -18%;
  right: -5%;
  width: 100%;
  height: 40px;
  background-image: url("../images/guide-line.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  pointer-events: none;
}
@media (max-width: 575px) {
  .guide-sec1__box::before {
    display: none;
  }
}
@media (min-width: 576px) {
  .guide-sec1__box::before {
    top: -18%;
    right: -30%;
  }
}
@media (min-width: 768px) {
  .guide-sec1__box::before {
    top: -40%;
    right: -30%;
  }
}
@media (min-width: 992px) {
  .guide-sec1__box::before {
    top: -40%;
    right: -20%;
  }
}
@media (min-width: 1200px) {
  .guide-sec1__box::before {
    top: -35%;
    right: -15%;
  }
}
@media (min-width: 1400px) {
  .guide-sec1__box::before {
    top: -35%;
    right: -32%;
  }
}
.guide-sec1__box2 {
  position: relative;
}
.guide-sec1__box2::before {
  content: "";
  position: absolute;
  top: -5%;
  left: -10%;
  width: 100%;
  height: 40px;
  background-image: url("../images/guide-line2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  pointer-events: none;
}
@media (min-width: 576px) {
  .guide-sec1__box2::before {
    top: -5%;
    left: -30%;
  }
}
@media (min-width: 768px) {
  .guide-sec1__box2::before {
    top: -10%;
    left: -40%;
  }
}
@media (min-width: 992px) {
  .guide-sec1__box2::before {
    top: -5%;
    left: -60%;
  }
}
@media (min-width: 1200px) {
  .guide-sec1__box2::before {
    top: -5%;
    left: -60%;
  }
}
@media (min-width: 1400px) {
  .guide-sec1__box2::before {
    top: -5%;
    left: -70%;
  }
}
.guide-sec1__box3 {
  position: relative;
}
.guide-sec1__box3::before {
  content: "";
  position: absolute;
  top: -5%;
  right: -5%;
  width: 100%;
  height: 40px;
  background-image: url("../images/guide-line.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  pointer-events: none;
}
@media (min-width: 576px) {
  .guide-sec1__box3::before {
    top: -5%;
    right: -30%;
  }
}
@media (min-width: 768px) {
  .guide-sec1__box3::before {
    top: -10%;
    right: -30%;
  }
}
@media (min-width: 992px) {
  .guide-sec1__box3::before {
    top: -5%;
    right: -20%;
  }
}
@media (min-width: 1200px) {
  .guide-sec1__box3::before {
    top: -5%;
    right: -15%;
  }
}
@media (min-width: 1400px) {
  .guide-sec1__box3::before {
    top: -5%;
    right: -32%;
  }
}

.guide-sec2__box {
  border-radius: 20px;
}

.recruit-sec1__title {
  font-size: 15px;
  line-height: 30px;
}
@media (min-width: 576px) {
  .recruit-sec1__title {
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  .recruit-sec1__title {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .recruit-sec1__title {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .recruit-sec1__title {
    font-size: 18px;
  }
}

.recruit-sec3__line {
  position: relative;
  gap: 5px;
  align-items: center;
}
@media (min-width: 768px) {
  .recruit-sec3__line {
    gap: 100;
  }
}
.recruit-sec3__line::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -12px;
  left: 0%;
  background-color: var(--pk2);
}
.recruit-sec3__title {
  display: block;
  width: 100px;
}
.recruit-sec3__p {
  font-size: 12px;
  line-height: 20px;
}
@media (min-width: 576px) {
  .recruit-sec3__p {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  .recruit-sec3__p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .recruit-sec3__p {
    font-size: 15px;
    line-height: 25px;
  }
}

.webgene-pagination ul {
  display: flex;
  justify-content: center;
  margin-top: clamp(3.125rem, 2.619rem + 2.19vw, 4.688rem);
  gap: 20px;
  padding: 0;
}
.webgene-pagination a {
  color: #fff;
  background-color: var(--br);
  padding: 10px 25px;
  border-radius: 50px;
}
.webgene-pagination a:hover {
  background-color: #c1b3b4;
}

.newsdetail__top {
  border-bottom: var(--pk2) solid 1px;
}
.newsdetail__h1 {
  position: relative;
}
.newsdetail__h1::after {
  content: "";
  position: absolute;
  background-color: var(--pk2);
  width: 100%;
  height: 1px;
  bottom: -20px;
  left: 0px;
}
.newsdetail__btn {
  padding: 15px 50px;
}
.newsdetail__btn p {
  transition: 0.3s ease;
}
.newsdetail__btn:hover p {
  color: var(--pk1);
}

.pagelink {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: clamp(3.125rem, 2.619rem + 2.19vw, 4.688rem);
  gap: 20px;
  padding: 0;
}
.pagelink a {
  color: #fff;
  background-color: var(--br);
  padding: 10px 25px;
  border-radius: 50px;
}
.pagelink a:hover {
  color: #fff;
  background-color: #c1b3b4;
}

.recruit-messeage {
  width: 100%;
  border-radius: 20px;
  padding: 10px 30px;
  border: var(--pk1) 1px solid;
}

.faq-q {
  font-size: 14px;
}
@media (min-width: 768px) {
  .faq-q {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .faq-q {
    font-size: 18px;
  }
}