@charset "UTF-8";
: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;
}

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

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

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

iframe {
  border: none;
  display: block;
}

:root {
  --toppan: "toppan bunkyu midashi min st", serif;
  --shippori: "Shippori Mincho", serif;
  --adril: "Abril Fatface", serif;
  --bw: #453c35;
  --bg: #a8a085;
  --wh2: #e5e3da;
}

body {
  color: var(--bw);
  font-family: var(--shippori);
}

.toppan {
  font-family: var(--toppan) !important;
}

.shippori {
  font-family: var(--shippori) !important;
}

.abril {
  font-family: var(--adril) !important;
}

.cl-bw {
  color: var(--bw) !important;
}

.cl-bg {
  color: var(--bg) !important;
}

.cl-wh {
  color: white !important;
}

.cl-wh2 {
  color: #e5e3da !important;
}

.bg-bw {
  background-color: var(--bw) !important;
}

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

.bb-bg {
  border-bottom: solid 1px var(--bg);
}

@media (max-width: 1200px), (max-height: 799px) {
  .pc-xl-none {
    display: none !important;
  }
}

@media (max-width: 992px), (max-height: 799px) {
  .pc-lg-none {
    display: none !important;
  }
}

@media (max-width: 768px), (max-height: 799px) {
  .pc-md-none {
    display: none !important;
  }
}

@media (max-width: 576px), (max-height: 799px) {
  .pc-sm-none {
    display: none !important;
  }
}

.sp-xl-block {
  display: none;
}
@media (max-width: 1200px), (max-height: 799px) {
  .sp-xl-block {
    display: block;
  }
}

.sp-lg-block {
  display: none;
}
@media (max-width: 992px), (max-height: 799px) {
  .sp-lg-block {
    display: block;
  }
}

.sp-md-block {
  display: none;
}
@media (max-width: 768px), (max-height: 799px) {
  .sp-md-block {
    display: block;
  }
}

.sp-sm-block {
  display: none;
}
@media (max-width: 576px), (max-height: 799px) {
  .sp-sm-block {
    display: block;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1240px;
  }
}

.text {
  font-size: clamp(0.938rem, 0.836rem + 0.44vw, 1.25rem);
  line-height: 1.5;
}
@media (min-width: 768px) {
  .text {
    line-height: 1.8;
  }
}

.sp-none {
  display: none;
}
@media (min-width: 768px) {
  .sp-none {
    display: block;
  }
}

.pc-none {
  display: block;
}
@media (min-width: 768px) {
  .pc-none {
    display: none;
  }
}

.btn-wrap > a {
  position: relative;
  z-index: 1;
  display: inline-block;
  border-radius: 100px;
  padding: 13px 50px 13px 23px;
  font-weight: 900;
  font-family: var(--toppan);
  font-size: clamp(0.938rem, 0.836rem + 0.44vw, 1.25rem);
}
@media (min-width: 768px) {
  .btn-wrap > a {
    padding: 13px 102px 13px 23px;
  }
}
.btn-wrap > a::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  width: 25px;
  height: 5px;
  background: url(../images/arrow_bw.svg) center/contain no-repeat;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .btn-wrap > a::after {
    right: 32px;
  }
}
.btn-wrap > a:hover::after {
  right: 6px;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .btn-wrap > a:hover::after {
    right: 18px;
  }
}
.btn-wrap.b-bw > a {
  color: var(--bw);
  border: solid 1px var(--bw);
}
.btn-wrap.b-bw > a:hover {
  color: var(--bg);
  border: solid 1px var(--bg);
}
.btn-wrap.b-wh > a {
  color: white;
  border: solid 1px white;
}
.btn-wrap.b-wh > a:hover {
  color: white !important;
}
.btn-wrap.b-wh > a::after {
  background: url(../images/arrow_wh.svg) center/contain no-repeat;
}

.section-title > h2 {
  font-size: clamp(1.5rem, 0.69rem + 3.5vw, 4rem);
  font-family: var(--toppan);
  font-weight: 900;
  line-height: 1.6;
}
.section-title > p {
  font-size: clamp(1rem, 0.838rem + 0.7vw, 1.5rem);
}

.typein-char {
  opacity: 0;
  transform: none !important;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.typein-char.is-show {
  opacity: 1;
}

.js-tick {
  display: inline-flex;
  overflow: visible !important;
  white-space: nowrap;
}

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

@-webkit-keyframes loopText {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-33.333%);
  }
}
@keyframes loopText {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-33.333%);
  }
}
.info-pop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 99;
}

.top__sec6.bottom-link .container {
  background-color: var(--bg);
  border: none;
  color: white;
  text-align: center;
}
@media (min-width: 992px) {
  .top__sec6.bottom-link .container {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .top__sec6.bottom-link .container > h2 {
    max-width: 250px;
    width: 17vw;
  }
}
.top__sec6.bottom-link .container .btn-wrap {
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  .top__sec6.bottom-link .container .btn-wrap {
    justify-content: flex-start;
  }
}

.footer__igbox .footer__ig-arrow {
  transition: all 0.3s ease;
}
.footer__igbox:hover .footer__ig-arrow {
  transform: translateX(8px);
}

.page-fv {
  position: relative;
  padding-block: clamp(100px, 11vw, 160px) clamp(30px, 5vw, 75px);
  height: 90vh;
}
@media (min-width: 768px) {
  .page-fv {
    height: auto;
  }
}
.page-fv__img {
  margin-left: auto;
  max-width: 95%;
  height: 100%;
  border: solid 2px var(--bg);
  overflow: clip;
}
@media (min-width: 576px) {
  .page-fv__img {
    max-width: 86%;
  }
}
@media (min-width: 768px) {
  .page-fv__img {
    height: 600px;
  }
}
.page-fv__img img {
  height: 100%;
  min-height: 100%;
}
.page-fv__text {
  font-size: clamp(3.438rem, 1.514rem + 8.32vw, 9.375rem);
  color: var(--bg);
  line-height: 0.85;
  position: absolute;
  z-index: 1;
  bottom: 0;
  padding-left: 20px;
  width: 100%;
}
@media (min-width: 576px) {
  .page-fv__text {
    padding-left: clamp(20px, 10vw, 143px);
  }
}
.page-fv__text > span {
  display: inline-block;
}

.page-top-contents {
  position: relative;
  z-index: 1;
  max-width: 100%;
  padding-block: clamp(80px, 10vw, 150px);
  padding-inline: 20px;
}
@media (min-width: 992px) {
  .page-top-contents {
    padding-inline: clamp(20px, 10vw, 150px) clamp(20px, 5vw, 70px);
    max-width: 90%;
  }
}

.bottom-link {
  padding-block: clamp(60px, 10vw, 100px);
  padding-inline: 20px;
}
.bottom-link .container {
  padding: clamp(40px, 6vw, 90px) clamp(20px, 7vw, 100px);
  border: solid 1px var(--bw);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  max-width: 1080px;
}
@media (min-width: 992px) {
  .bottom-link .container {
    gap: clamp(30px, 10vw, 145px);
    flex-direction: row;
  }
}
.bottom-link .container h2 {
  font-family: var(--toppan);
  font-size: clamp(2rem, 1.352rem + 2.8vw, 4rem);
  font-weight: 900;
}

.anc-link {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 18px;
  align-items: center;
}
@media (min-width: 768px) {
  .anc-link {
    gap: 25px;
    flex-direction: row;
  }
}

.page-concept .page-fv__img img {
  -o-object-position: 65%;
     object-position: 65%;
}
@media (min-width: 576px) {
  .page-concept .page-fv__img img {
    -o-object-position: center;
       object-position: center;
  }
}
.page-concept .page-top-contents {
  color: white;
  background: linear-gradient(180deg, var(--bg) 0%, var(--bg) 83%, transparent 83%, transparent 100%);
}
@media (min-width: 992px) {
  .page-concept .page-top-contents {
    min-height: 1150px;
  }
}
@media (min-width: 1200px) {
  .page-concept .page-top-contents {
    background: linear-gradient(180deg, var(--bg) 0%, var(--bg) 80%, transparent 80%, transparent 100%);
  }
}
.page-concept .page-top-contents .box--wrap {
  display: flex;
  flex-direction: column-reverse;
  gap: 65px;
}
@media (min-width: 992px) {
  .page-concept .page-top-contents .box--wrap {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .page-concept .page-top-contents .box--text {
    padding-bottom: 15%;
  }
}
.page-concept .page-top-contents .box--text > p span {
  display: inline-block;
}
.page-concept .page-top-contents .box--img {
  width: 75%;
  margin-inline: auto;
}
@media (min-width: 992px) {
  .page-concept .page-top-contents .box--img {
    width: 60%;
  }
}
@media (min-width: 1400px) {
  .page-concept .page-top-contents .box--img {
    width: 45%;
  }
}
@media (min-width: 992px) {
  .page-concept .page-top-contents .box--img img {
    min-height: 700px;
  }
}
.page-concept .page-top-contents .title-ja {
  font-size: clamp(1.375rem, 0.849rem + 2.28vw, 3rem);
}
.page-concept__sec02 {
  background-color: var(--bw);
  padding-block: clamp(80px, 9vw, 130px);
  color: white;
}
.page-concept__sec02 .philosophy-back {
  background: url(../images/concept-sec2.jpg) center/cover no-repeat;
  padding-block: clamp(100px, 13vw, 185px);
}
.page-concept__sec03 {
  padding-block: clamp(80px, 10vw, 150px);
}
.page-concept__sec03 .box--wrap {
  display: flex;
  flex-direction: column;
  gap: 65px;
}
@media (min-width: 992px) {
  .page-concept__sec03 .box--wrap {
    flex-direction: row;
  }
}
.page-concept__sec03 .box--text {
  flex: 1;
}
.page-concept__sec03 .box--img {
  width: 75%;
  margin-inline: auto;
}
@media (min-width: 992px) {
  .page-concept__sec03 .box--img {
    width: 45%;
  }
}

.page-message .page-fv__img img {
  -o-object-position: 65%;
     object-position: 65%;
}
@media (min-width: 768px) {
  .page-message .page-fv__img img {
    -o-object-position: center;
       object-position: center;
  }
}
.page-message .page-top-contents {
  color: white;
  background-color: var(--bw);
}
.page-message .sec02 {
  position: relative;
  z-index: 1;
  margin-top: -50px;
  padding-bottom: clamp(80px, 10vw, 150px);
}
@media (min-width: 992px) {
  .page-message .sec02 .container {
    padding-right: clamp(20px, 5vw, 70px);
  }
}
.page-message .sec03 {
  padding-block: clamp(80px, 10vw, 150px);
  background-color: var(--bg);
  color: white;
}
.page-message .sec03 .container,
.page-message .sec04 .container {
  gap: clamp(60px, 6vw, 80px);
}
@media (min-width: 992px) {
  .page-message .sec03 .container,
.page-message .sec04 .container {
    display: flex;
  }
}
@media (min-width: 992px) {
  .page-message .sec03 .box--img,
.page-message .sec04 .box--img {
    width: calc(48% - clamp(60px, 6vw, 80px));
  }
}
@media (min-width: 992px) {
  .page-message .sec03 .box--text,
.page-message .sec04 .box--text {
    width: calc(59% - clamp(60px, 6vw, 80px));
  }
}
.page-message .sec03 {
  word-break: break-all;
}
.page-message .sec03 .container .box--img {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  gap: 65px;
}
.page-message .sec03 .box--text {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (min-width: 992px) {
  .page-message .sec03 .box--text {
    gap: 48px;
  }
}
@media (min-width: 768px) {
  .page-message .sec03 .box--text::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0.8%;
    left: 101px;
    width: 1px;
    height: 0;
    background-color: white;
  }
}
.page-message .sec03 .box--text.is-event::after {
  -webkit-animation: lineAnime 3s ease forwards;
          animation: lineAnime 3s ease forwards;
}
@-webkit-keyframes lineAnime {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes lineAnime {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
.page-message .sec03 .box--text .list-dl {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 768px) {
  .page-message .sec03 .box--text .list-dl {
    flex-direction: row;
    gap: 17px;
  }
}
.page-message .sec03 .box--text .list-dt {
  width: 100%;
  letter-spacing: 0;
  font-family: var(--adril);
  font-size: clamp(1.25rem, 1.048rem + 0.88vw, 1.875rem);
  line-height: 1;
  display: flex;
  align-items: baseline;
}
@media (min-width: 768px) {
  .page-message .sec03 .box--text .list-dt {
    width: 75px;
    min-width: 75px;
    display: block;
  }
}
.page-message .sec03 .box--text .list-dt:after {
  content: "";
  width: 100%;
  height: 1px;
  flex: 1;
  display: block;
  background-color: white;
  margin-left: 10px;
}
@media (min-width: 768px) {
  .page-message .sec03 .box--text .list-dt:after {
    display: none;
  }
}
.page-message .sec03 .box--text .list-dd {
  flex: 1;
  width: 100%;
}
.page-message .sec03 .box--text .list-dd h3 {
  line-height: 1.2;
  font-size: clamp(1rem, 0.818rem + 0.79vw, 1.563rem);
  word-break: auto-phrase;
  margin-bottom: 15px;
}
.page-message .sec03 .box--text .list-dd p {
  font-size: clamp(0.75rem, 0.629rem + 0.53vw, 1.125rem);
}
.page-message .sec03 .box--text .inner-wrap {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .page-message .sec03 .box--text .inner-wrap {
    padding-left: 45px;
  }
}
@media (min-width: 768px) {
  .page-message .sec03 .box--text .inner-wrap::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2%;
    z-index: -1;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 99px;
    background-color: white;
  }
}
.page-message .sec04 {
  margin-top: -40px;
}
@media (min-width: 992px) {
  .page-message .sec04 {
    margin-top: -65px;
  }
}
@media (min-width: 992px) {
  .page-message .sec04 .container {
    align-items: flex-end;
  }
}
.page-message .sec04 .career-box__sp {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 992px) {
  .page-message .sec04 .career-box__sp {
    display: none;
  }
}
.page-message .sec04 .career-box__sp .box:nth-child(1) {
  width: 50%;
}
@media (min-width: 576px) {
  .page-message .sec04 .career-box__sp .box:nth-child(1) {
    width: 45%;
  }
}
.page-message .sec04 .career-box__sp .box:nth-child(2) {
  width: 35%;
  margin-right: 20px;
  margin-left: auto;
}
@media (min-width: 576px) {
  .page-message .sec04 .career-box__sp .box:nth-child(2) {
    width: 30%;
  }
}
.page-message .sec04 .career-box__sp .box:nth-child(3) {
  margin-top: -60px;
  width: 60%;
  margin-left: 30px;
}
@media (min-width: 576px) {
  .page-message .sec04 .career-box__sp .box:nth-child(3) {
    width: 55%;
  }
}
.page-message .sec04 .career-box__sp .box:nth-child(4) {
  width: 100%;
}

.box-number {
  font-family: var(--adril);
  font-size: clamp(1.75rem, 1.305rem + 1.93vw, 3.125rem);
}

.page-hfw .page-fv__img img {
  -o-object-position: 20%;
     object-position: 20%;
}
@media (min-width: 576px) {
  .page-hfw .page-fv__img img {
    -o-object-position: center;
       object-position: center;
  }
}
.page-hfw .page-top-contents {
  color: white;
  background-color: var(--bg);
}
.page-hfw .sec02,
.page-hfw .sec03 {
  padding-block: clamp(5rem, 3.988rem + 4.38vw, 8.125rem);
}
.page-hfw .hbl-box .section-top__img {
  aspect-ratio: 1512/500;
}
.page-hfw .hbl-box .contents-title {
  align-items: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .page-hfw .hbl-box .contents-title {
    align-items: baseline;
    gap: 25px;
    flex-direction: row;
  }
}
.page-hfw .hbl-box .contents-title .inner-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  width: 100%;
  gap: 25px;
  text-align: center;
}
@media (min-width: 768px) {
  .page-hfw .hbl-box .contents-title .inner-wrap {
    justify-content: flex-start;
    text-align: left;
  }
}
.page-hfw .hbl-box .contents-title .inner-wrap::after {
  content: "";
  flex: 1;
  width: 100%;
  height: 1px;
  background-color: var(--bw);
  display: none;
}
@media (min-width: 768px) {
  .page-hfw .hbl-box .contents-title .inner-wrap::after {
    display: block;
  }
}
.page-hfw .hbl-box .contents-title h3 {
  font-size: clamp(1.25rem, 0.845rem + 1.75vw, 2.5rem);
  font-weight: 900;
}
.page-hfw .hbl-box .contents-title h3 > span {
  display: inline-block;
}
.page-hfw .hbl-box .container > * {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .page-hfw .hbl-box .container > * {
    margin-bottom: 100px;
  }
}
.page-hfw .hbl-box .container > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .page-hfw .hbl-box__01 .inner-box {
    display: flex;
    flex-direction: column;
  }
}
.page-hfw .hbl-box__01 .box--img {
  width: 75%;
  margin-inline: auto;
}
@media (min-width: 992px) {
  .page-hfw .hbl-box__01 .box--img {
    width: 500px;
  }
}
.page-hfw .hbl-box__01 .box--img img {
  aspect-ratio: 500/335;
}
.page-hfw .hbl-box__01 .box--text {
  flex: 1;
}
.page-hfw .hbl-box__01 .box--text > h4 {
  font-weight: 900;
  font-size: clamp(1.125rem, 0.983rem + 0.61vw, 1.563rem);
  margin-bottom: 14px;
}
@media (min-width: 576px) {
  .page-hfw .hbl-box__01 .box--text > h4 {
    margin-bottom: 20px;
  }
}
.page-hfw .hbl-box__02 .inner-box {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (min-width: 768px) {
  .page-hfw .hbl-box__02 .inner-box {
    gap: 40px;
  }
}
@media (min-width: 992px) {
  .page-hfw .hbl-box__02 .inner-box {
    gap: 50px;
  }
}
.page-hfw .hbl-box__02 .inner-box .list-dl {
  display: flex;
  gap: 0px;
  width: 100%;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (min-width: 576px) {
  .page-hfw .hbl-box__02 .inner-box .list-dl {
    flex-direction: row;
    align-items: stretch;
    text-align: left;
    gap: 15px;
  }
}
@media (min-width: 768px) {
  .page-hfw .hbl-box__02 .inner-box .list-dl {
    width: calc(50% - 20px);
  }
}
@media (min-width: 992px) {
  .page-hfw .hbl-box__02 .inner-box .list-dl {
    width: calc(33.3333333333% - 34px);
  }
}
.page-hfw .hbl-box__02 .inner-box .list-dt {
  width: 50px;
}
.page-hfw .hbl-box__02 .inner-box .list-dt > p {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  border: solid 2px var(--bg);
  font-size: clamp(1rem, 0.919rem + 0.35vw, 1.25rem);
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--bg);
}
.page-hfw .hbl-box__02 .inner-box .list-dd {
  padding-block: 12px;
}
@media (min-width: 768px) {
  .page-hfw .hbl-box__02 .inner-box .list-dd {
    padding-block: 8px;
  }
}
.page-hfw .hbl-box__02 .inner-box .list-dd > h4 {
  font-size: clamp(1.125rem, 0.983rem + 0.61vw, 1.563rem);
  font-weight: 900;
  margin-bottom: 20px;
}
.page-hfw .hbl-box__02 .inner-box .list-dd p {
  font-size: clamp(0.938rem, 0.877rem + 0.26vw, 1.125rem);
}
.page-hfw .hbl-box__03 > .inner-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 30px;
}
@media (min-width: 768px) {
  .page-hfw .hbl-box__03 > .inner-wrap {
    gap: 40px;
  }
}
@media (min-width: 1200px) {
  .page-hfw .hbl-box__03 > .inner-wrap {
    gap: 3.3vw;
  }
}
.page-hfw .hbl-box__03 > .inner-wrap .inner-box {
  width: 100%;
  color: white;
  background-color: var(--bg);
  padding: 25px 15px;
}
@media (min-width: 768px) {
  .page-hfw .hbl-box__03 > .inner-wrap .inner-box {
    width: calc(50% - 20px);
  }
}
@media (min-width: 1200px) {
  .page-hfw .hbl-box__03 > .inner-wrap .inner-box {
    width: calc(25% - 3.3vw);
  }
}
.page-hfw .hbl-box__03 > .inner-wrap .box-title {
  width: 100%;
  padding-inline: 30px;
  margin-bottom: 15px;
}
.page-hfw .hbl-box__03 > .inner-wrap .box-title > p {
  font-size: clamp(0.938rem, 0.836rem + 0.44vw, 1.25rem);
  font-weight: 900;
  margin-bottom: 10px;
}
.page-hfw .hbl-box__03 > .inner-wrap .box-title > h4 {
  font-size: clamp(0.938rem, 0.836rem + 0.44vw, 1.25rem);
  font-weight: 900;
  padding-bottom: 15px;
  border-bottom: solid 1px white;
}
.page-hfw .hbl-box__03 > .inner-wrap .box-title > h4 strong {
  font-size: clamp(1.25rem, 1.149rem + 0.44vw, 1.563rem);
}
.page-hfw .hbl-box__03 > .inner-wrap > p {
  font-size: clamp(0.938rem, 0.877rem + 0.26vw, 1.125rem);
}
.page-hfw .hbl-box__04 > .inner-wrap {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  padding-inline: 60px;
  gap: 40px;
}
@media (min-width: 768px) {
  .page-hfw .hbl-box__04 > .inner-wrap {
    gap: 50px 30px;
  }
}
@media (min-width: 992px) {
  .page-hfw .hbl-box__04 > .inner-wrap {
    gap: 50px 6.6vw;
  }
}
.page-hfw .hbl-box__04 .inner-box {
  width: 100%;
}
@media (min-width: 768px) {
  .page-hfw .hbl-box__04 .inner-box {
    width: calc(50% - 15px);
  }
}
@media (min-width: 992px) {
  .page-hfw .hbl-box__04 .inner-box {
    width: calc(50% - 6.6vw);
  }
}
.page-hfw .hbl-box__04 .inner-box > img {
  width: 75%;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .page-hfw .hbl-box__04 .inner-box > img {
    width: 100%;
  }
}
.page-hfw .sec03 {
  background-color: var(--bw);
  color: white;
}
.page-hfw .sec03 .contents-title > .inner-wrap::after {
  background-color: white;
}

.page-treatments .page-top-contents {
  color: white;
  background-color: var(--bw);
}
.page-treatments .sec02 {
  color: white;
  background-color: var(--bg);
  padding-block: clamp(5rem, 3.988rem + 4.38vw, 8.125rem);
  margin-top: clamp(5rem, 3.988rem + 4.38vw, 8.125rem);
}
.page-treatments .sec02 .box-wrap {
  display: flex;
  flex-wrap: wrap;
}
.page-treatments .sec02 .box-wrap .box {
  width: 100%;
  padding-inline: 0;
  padding-bottom: 70px;
}
@media (min-width: 576px) {
  .page-treatments .sec02 .box-wrap .box {
    padding-inline: 30px;
  }
}
@media (min-width: 768px) {
  .page-treatments .sec02 .box-wrap .box {
    width: 50%;
    padding-inline: 20px;
  }
}
@media (min-width: 992px) {
  .page-treatments .sec02 .box-wrap .box {
    padding-inline: 45px;
  }
}
.page-treatments .sec02 .box-wrap .box:last-child {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .page-treatments .sec02 .box-wrap .box:nth-last-child(-n+2) {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .page-treatments .sec02 .box-wrap .box:nth-child(odd) {
    border-right: solid 1px white;
  }
}
.page-treatments .sec02 .box-wrap .box__inner img {
  margin-inline: auto;
  width: 70%;
}
.page-treatments .sec02 .box-wrap .box__title {
  border-bottom: solid 1px white;
  display: flex;
  align-items: center;
}
.page-treatments .sec02 .box-wrap .box__title .line-con {
  width: 1px;
  min-width: 1px;
  height: 40px;
  display: block;
  background-color: white;
  margin-inline: 15px;
}
@media (min-width: 768px) {
  .page-treatments .sec02 .box-wrap .box__title .line-con {
    margin-inline: 10px;
  }
}
@media (min-width: 992px) {
  .page-treatments .sec02 .box-wrap .box__title .line-con {
    margin-inline: clamp(12px, 3vw, 35px);
  }
}
.page-treatments .sec02 .box-wrap .box__title h3 {
  font-size: clamp(1.25rem, 0.946rem + 1.31vw, 2.188rem);
  margin-right: 10px;
}
.page-treatments .sec03 {
  padding-block: clamp(5rem, 3.988rem + 4.38vw, 8.125rem) 0;
}
.page-treatments .sec03 .box {
  max-width: 95%;
  margin-bottom: clamp(60px, 10vw, 100px);
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .page-treatments .sec03 .box {
    gap: 13px;
    max-width: 90%;
    flex-direction: row;
  }
}
.page-treatments .sec03 .box:last-child {
  margin-bottom: 0;
}
.page-treatments .sec03 .box__inner {
  background-color: var(--bw);
  color: white;
  padding: clamp(40px, 5vw, 65px) clamp(20px, 10vw, 140px);
}
.page-treatments .sec03 .box:nth-child(odd) {
  flex-direction: column;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
  .page-treatments .sec03 .box:nth-child(odd) {
    margin-right: 0;
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .page-treatments .sec03 .box:nth-child(odd) .case-number {
    writing-mode: sideways-lr;
    text-align: right;
    padding-right: 6px;
  }
}
.page-treatments .sec03 .box:nth-child(even) {
  flex-direction: column-reverse;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
  .page-treatments .sec03 .box:nth-child(even) {
    margin-left: 0;
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .page-treatments .sec03 .box:nth-child(even) .case-number {
    writing-mode: vertical-lr;
    padding-left: 6px;
  }
}
.page-treatments .sec03 .box .case-number {
  line-height: 0.9;
  font-weight: 900;
  font-size: clamp(1.75rem, 1.001rem + 3.24vw, 4.063rem);
  color: var(--wh2);
}
@media (min-width: 992px) {
  .page-treatments .sec03 .box .case-number {
    line-height: 0.7;
  }
}
.page-treatments .sec03 .box__title {
  padding-bottom: 20px;
  border-bottom: solid 1px white;
}
.page-treatments .sec03 .box__title h3 {
  font-size: clamp(1.375rem, 1.112rem + 1.14vw, 2.188rem);
  font-weight: 900;
}
.page-treatments .sec03 .box__title h3 span {
  display: inline-block;
}
.page-treatments .sec03 .box .inner-wrap {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .page-treatments .sec03 .box .inner-wrap {
    flex-direction: row;
  }
}
.page-treatments .sec03 .box .inner-wrap .box--img {
  margin-inline: auto;
  width: 75%;
}
@media (min-width: 992px) {
  .page-treatments .sec03 .box .inner-wrap .box--img {
    width: 35%;
  }
}
.page-treatments .sec03 .box .inner-wrap .box--img img {
  aspect-ratio: 388/400;
}
.page-treatments .sec03 .box .inner-wrap .box--text {
  flex: 1;
  margin-top: 40px;
}
@media (min-width: 992px) {
  .page-treatments .sec03 .box .inner-wrap .box--text {
    margin-left: clamp(25px, 7%, 65px);
    margin-top: 0;
  }
}
.page-treatments .sec03 .box .recommend-menu {
  font-size: clamp(1.125rem, 0.983rem + 0.61vw, 1.563rem);
  color: var(--bg);
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 992px) {
  .page-treatments .sec03 .box .recommend-menu {
    text-align: left;
  }
}
.page-treatments .sec03 .box .tag-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
@media (min-width: 992px) {
  .page-treatments .sec03 .box .tag-wrap {
    justify-content: flex-start;
  }
}
.page-treatments .sec03 .box .tag-wrap .tag {
  background-color: var(--wh2);
  border: solid 2px var(--bg);
  border-radius: 100px;
  padding: 8px clamp(12px, 6%, 30px);
}
.page-treatments .sec03 .box .tag-wrap .tag > p {
  color: var(--bw);
  font-weight: 900;
  line-height: 1.2;
}
.page-treatments .sec03 .box .tag-wrap .tag > p.small {
  font-size: clamp(0.813rem, 0.732rem + 0.35vw, 1.063rem);
}

.page-menu .page-top-contents {
  color: white;
  background-color: var(--bg);
}
.page-menu .sec1,
.page-menu .sec02,
.page-menu .sec03 {
  padding-block: 70px;
}
@media (min-width: 576px) {
  .page-menu .sec02 .section-title,
.page-menu .sec03 .section-title {
    gap: 13px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    flex-direction: row;
  }
}
.page-menu .sec02 .section-title::after,
.page-menu .sec03 .section-title::after {
  content: "";
  border-bottom: double thick var(--bg);
  flex: 1;
}
.page-menu .sec02 {
  margin-top: clamp(5rem, 3.988rem + 4.38vw, 8.125rem);
}
@media (max-width: 992px), (max-height: 799px) {
  .page-menu .sec02 {
    padding-bottom: 0;
  }
}
.page-menu .sec04 {
  background-color: var(--bw);
  color: white;
  padding-block: clamp(5rem, 3.988rem + 4.38vw, 8.125rem);
}
.page-menu .sec04 .precautions-list {
  max-width: 755px;
  margin-inline: auto;
}
.page-menu .sec04 .precautions-list > p {
  position: relative;
  display: flex;
}
.page-menu .sec04 .precautions-list > p::before {
  content: "・";
}
.page-menu .box-wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 768px) {
  .page-menu .box-wrap {
    gap: 60px;
  }
}
.page-menu .box-wrap .box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-bottom: solid 1px var(--bw);
}
@media (min-width: 992px) {
  .page-menu .box-wrap .box {
    flex-direction: row;
  }
}
.page-menu .box-wrap .box:last-child {
  border-bottom: none;
}
@media (min-width: 992px) {
  .page-menu .box-wrap .box__title {
    width: 26%;
  }
}
.page-menu .box-wrap .box__title .contents-title {
  border-bottom: solid 1px var(--wh2);
}
@media (min-width: 992px) {
  .page-menu .box-wrap .box__title .contents-title {
    border-bottom: none;
  }
}
.page-menu .box-wrap .box__title .contents-title > h3 {
  font-size: clamp(1.25rem, 0.845rem + 1.75vw, 2.5rem);
  font-weight: 900;
}
.page-menu .box-wrap .box__title .contents-title > p {
  font-weight: 600;
}
.page-menu .box-wrap .box__innerWrap {
  flex: 1;
}
.page-menu .box-wrap .box__innerWrap .list-dl {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-block: 20px;
  border-bottom: solid 1px var(--bw);
}
@media (min-width: 768px) {
  .page-menu .box-wrap .box__innerWrap .list-dl {
    padding-block: 35px;
    flex-direction: row;
  }
}
.page-menu .box-wrap .box__innerWrap .list-dl:first-child {
  padding-top: 0;
}
.page-menu .box-wrap .box__innerWrap .list-dl:last-child {
  border-bottom: none;
}
.page-menu .box-wrap .box__innerWrap .list-dt {
  flex: 1;
}
.page-menu .box-wrap .box__innerWrap .list-dt .innerTitle {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.page-menu .box-wrap .box__innerWrap .list-dt .innerTitle > h4 {
  font-size: clamp(1.125rem, 0.983rem + 0.61vw, 1.563rem);
  font-weight: 900;
  display: flex;
  gap: 15px;
}
.page-menu .box-wrap .box__innerWrap .list-dt .innerTitle > h4::before {
  content: "";
  background-color: var(--bg);
  width: 5px;
  height: inherit;
  display: block;
}
.page-menu .box-wrap .box__innerWrap .list-dd {
  font-weight: 900;
  font-size: clamp(1.125rem, 0.983rem + 0.61vw, 1.563rem);
}
@media (min-width: 768px) {
  .page-menu .box-wrap .box__innerWrap .list-dd {
    line-height: 1.2;
    width: 200px;
  }
}
.page-menu .box-wrap .box__innerWrap .list-dd .small {
  font-weight: 900;
  font-size: clamp(0.938rem, 0.877rem + 0.26vw, 1.125rem);
}

.page-recruit .page-top-contents {
  background-color: var(--bw);
  color: white;
}
.page-recruit .page-top-contents .box--wrap {
  display: flex;
  flex-direction: column-reverse;
  gap: 60px;
}
@media (min-width: 992px) {
  .page-recruit .page-top-contents .box--wrap {
    gap: clamp(30px, 5vw, 70px);
  }
}
.page-recruit .page-top-contents .box--wrap .box--img {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media (min-width: 992px) {
  .page-recruit .page-top-contents .box--wrap .box--img {
    width: 45%;
  }
}
.page-recruit .page-top-contents .box--wrap .box--img .box {
  width: 80%;
}
@media (min-width: 992px) {
  .page-recruit .page-top-contents .box--wrap .box--img .box {
    width: 100%;
  }
}
.page-recruit .page-top-contents .box--wrap .box--img .box:nth-child(odd) {
  margin-right: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .page-recruit .page-top-contents .box--wrap .box--img .box:nth-child(odd) {
    margin-left: auto;
  }
}
.page-recruit .page-top-contents .box--wrap .box--img .box:nth-child(even) {
  margin-left: auto;
  margin-right: 0;
}
@media (min-width: 992px) {
  .page-recruit .page-top-contents .box--wrap .box--img .box:nth-child(even) {
    margin-left: auto;
    margin-right: auto;
  }
}
.page-recruit .page-top-contents .box--wrap .box--img .box img {
  aspect-ratio: 530/300;
}
.page-recruit .page-top-contents .box--wrap .box--text {
  flex: 1;
}
.page-recruit .page-top-contents .box--wrap .box--text > h2 {
  font-size: clamp(1.25rem, 1.007rem + 1.05vw, 2rem);
  font-weight: 600;
}
.page-recruit .page-top-contents .box--wrap .box--text > h2 span {
  display: inline-block;
}
.page-recruit .sec02 {
  padding-block: clamp(80px, 10vw, 150px);
  line-height: 1.5;
}
.page-recruit .sec02 .container {
  max-width: 970px;
}
.page-recruit .sec02 .list-wrap .list-dl {
  padding-block: 20px;
  border-bottom: solid 1px var(--bg);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 20px;
}
@media (min-width: 768px) {
  .page-recruit .sec02 .list-wrap .list-dl {
    padding-block: 45px;
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
  }
}
.page-recruit .sec02 .list-wrap .list-dl:first-child {
  padding-top: 0;
}
.page-recruit .sec02 .list-wrap .list-dt {
  font-size: clamp(1.125rem, 0.983rem + 0.61vw, 1.563rem);
  font-weight: 900;
}
@media (min-width: 768px) {
  .page-recruit .sec02 .list-wrap .list-dt {
    width: 160px;
  }
}
.page-recruit .sec02 .list-wrap .list-dd {
  flex: 1;
  font-weight: 500;
}
.page-recruit .bottom-link {
  background-color: var(--bw);
  color: white;
}
.page-recruit .bottom-link .container {
  border: solid 1px white;
}

.page-info .page-fv__img img {
  -o-object-position: 33%;
     object-position: 33%;
}
@media (min-width: 576px) {
  .page-info .page-fv__img img {
    -o-object-position: center;
       object-position: center;
  }
}
.page-info .page-top-contents {
  background-color: var(--bg);
  color: white;
}
.page-info .sec02 {
  padding-block: clamp(80px, 10vw, 120px) clamp(80px, 10vw, 150px);
}
.page-info .sec02 .contents-title {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0 20px;
}
.page-info .sec02 .contents-title > h3 {
  font-size: clamp(1.25rem, 0.845rem + 1.75vw, 2.5rem);
  font-weight: 900;
  width: 100%;
}
@media (min-width: 768px) {
  .page-info .sec02 .contents-title > h3 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.page-info .sec02 .contents-title > p {
  font-size: clamp(1rem, 0.818rem + 0.79vw, 1.563rem);
  font-weight: 600;
}
.page-info .sec02 .contents-title::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: var(--bw);
  flex: 1;
}
.page-info .sec02 .box--img {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media (min-width: 768px) {
  .page-info .sec02 .box--img {
    gap: 26px;
  }
}
.page-info .sec02 .box--img .box:nth-child(1) {
  width: 100%;
}
.page-info .sec02 .box--img .box:nth-child(1) img {
  aspect-ratio: 1212/450;
}
.page-info .sec02 .box--img .box:nth-child(2), .page-info .sec02 .box--img .box:nth-child(3) {
  width: calc(50% - 4px);
}
@media (min-width: 768px) {
  .page-info .sec02 .box--img .box:nth-child(2), .page-info .sec02 .box--img .box:nth-child(3) {
    width: calc(50% - 13px);
  }
}
.page-info .sec02 .box--img .box:nth-child(2) img, .page-info .sec02 .box--img .box:nth-child(3) img {
  aspect-ratio: 593/333;
}
.page-info .sec02 .shop-list,
.page-info .sec02 .map {
  margin-inline: auto;
  max-width: 1000px;
}
.page-info .sec02 .shop-list .list-dl {
  padding: 18px;
  border-bottom: solid 1px var(--bw);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .page-info .sec02 .shop-list .list-dl {
    padding: 25px;
    flex-direction: row;
    gap: 20px;
    text-align: left;
  }
}
.page-info .sec02 .shop-list .list-dl:first-child {
  border-top: solid 1px var(--bw);
}
.page-info .sec02 .shop-list .list-dt {
  font-size: clamp(1.125rem, 0.983rem + 0.61vw, 1.563rem);
  font-weight: 900;
}
@media (min-width: 768px) {
  .page-info .sec02 .shop-list .list-dt {
    width: clamp(200px, 20vw, 300px);
  }
}
.page-info .sec02 .shop-list .list-dd {
  flex: 1;
  font-weight: 500;
}
.page-info .sec02 .shop-list .list-dd span {
  display: inline-block;
}
.page-info .sec03 {
  background-color: var(--bg);
  padding-block: clamp(80px, 10vw, 120px);
}
.page-info .sec03 .section-title {
  color: white;
}
.page-info .sec03 .box {
  background-color: white;
  border: solid 2px var(--bw);
  width: 100%;
  padding: 30px 20px;
}
.page-info .sec03 .box--wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 30px;
}
@media (min-width: 992px) {
  .page-info .sec03 .box--wrap {
    flex-direction: row;
    gap: 45px 30px;
  }
}
@media (min-width: 992px) {
  .page-info .sec03 .box {
    width: calc(50% - 15px);
    padding: 30px;
  }
}
.page-info .sec03 .box__title {
  max-width: 300px;
  margin-inline: auto;
  border-bottom: solid 1px var(--bw);
}
.page-info .sec03 .box__title > p,
.page-info .sec03 .box__title > h3 {
  font-weight: 900;
}
.page-info .sec03 .box__title > p {
  font-size: clamp(0.938rem, 0.836rem + 0.44vw, 1.25rem);
}
.page-info .sec03 .box__title > h3 {
  font-size: clamp(1.125rem, 0.983rem + 0.61vw, 1.563rem);
}
.page-info .sec04 {
  padding-block: clamp(80px, 10vw, 120px) 70px;
}
.page-info .sec04 .box {
  width: 100%;
  margin-inline: auto;
  background-color: var(--bw);
  color: white;
  padding: 40px 20px;
  position: relative;
}
.page-info .sec04 .box--wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 40px;
}
@media (min-width: 992px) {
  .page-info .sec04 .box--wrap {
    flex-direction: row;
    gap: clamp(30px, 6vw, 80px);
  }
}
@media (min-width: 768px) {
  .page-info .sec04 .box {
    width: 75%;
  }
}
@media (min-width: 992px) {
  .page-info .sec04 .box {
    width: calc(33.3333333333% - clamp(30px, 3vw, 80px));
    padding: 50px clamp(20px, 3vw, 40px);
  }
}
.page-info .sec04 .box .title-number > p {
  line-height: 1;
}
.page-info .sec04 .box .step-icon {
  max-width: 114px;
  margin-inline: auto;
}
.page-info .sec04 .box .step-icon img {
  aspect-ratio: 1;
}
.page-info .sec04 .box > p {
  font-size: clamp(0.813rem, 0.752rem + 0.26vw, 1rem);
  line-height: 1.5;
}
.page-info .sec04 .box::before, .page-info .sec04 .box::after {
  content: "";
  position: absolute;
  background-color: #000000;
  transform-origin: 50% calc(100% - 2px);
}
@media (min-width: 992px) {
  .page-info .sec04 .box::before, .page-info .sec04 .box::after {
    background-color: transparent;
    transform-origin: unset;
  }
}
.page-info .sec04 .box::before {
  display: block;
  width: 3px;
  height: 25px;
  top: auto;
  bottom: -30px;
  left: 50.2%;
  transform: translateX(-50%) rotate(45deg);
}
@media (min-width: 992px) {
  .page-info .sec04 .box::before {
    display: none;
  }
}
.page-info .sec04 .box::after {
  content: "";
  display: block;
  width: 3px;
  height: 25px;
  top: auto;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
}
@media (min-width: 992px) {
  .page-info .sec04 .box::after {
    top: 50%;
    left: auto;
    transform: translateY(-50%) translateX(0) rotate(0);
    right: -4.3vw;
    background: url(../images/arrow_bw02.svg) center/contain no-repeat;
    width: 25px;
    height: 6px;
  }
}
@media (min-width: 1200px) {
  .page-info .sec04 .box::after {
    right: -15%;
  }
}
.page-info .sec04 .box:last-child::before, .page-info .sec04 .box:last-child::after {
  display: none;
}
.page-info .bottom-link {
  display: flex;
}
.page-info .bottom-link > .container {
  border: none;
  padding: 0;
  display: flex;
  align-items: stretch;
  gap: 5vw;
  max-width: 1240px;
}
.page-info .bottom-link .box {
  border: solid 1px var(--bw);
  width: 100%;
  padding: 40px clamp(20px, 10vw, 50px);
  justify-content: center;
}
@media (min-width: 992px) {
  .page-info .bottom-link .box {
    padding: 50px clamp(20px, 10vw, 50px);
    width: calc(50% - 2.5vw);
  }
}
.page-info .bottom-link .box .title-wrap h2 {
  font-size: clamp(1.375rem, 1.011rem + 1.58vw, 2.5rem);
}
.page-info .bottom-link .box .title-wrap > p {
  font-size: clamp(0.938rem, 0.836rem + 0.44vw, 1.25rem);
}

.page-news .news-container,
.page-newsdetail .news-container {
  padding-block: clamp(80px, 14vw, 200px) clamp(80px, 10vw, 150px);
  background-color: #e5e3da;
}

.page-news .webgene-blog {
  display: flex;
  flex-wrap: wrap;
  gap: 65px clamp(20px, 5vw, 80px);
}
.page-news .webgene-blog > article {
  width: 75%;
  margin-inline: auto;
}
@media (min-width: 576px) {
  .page-news .webgene-blog > article {
    margin-inline: 0;
    width: calc(50% - clamp(20px, 3.4vw, 80px));
  }
}
@media (min-width: 992px) {
  .page-news .webgene-blog > article {
    width: calc(33.3333333333% - clamp(20px, 3.4vw, 80px));
  }
}
.page-news .news-item__link--img {
  background-image: url("../images/news-img.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* 縦横比を固定して高さを確保（例として4:3） */
  aspect-ratio: 1;
  overflow: hidden;
}
.page-news .news-item__link--img img {
  aspect-ratio: 1;
}
.page-news .news-item__link--date {
  font-size: clamp(0.938rem, 0.836rem + 0.44vw, 1.25rem);
  color: var(--bg);
  margin-top: 15px;
}
.page-news .news-item__link--title {
  font-size: clamp(0.938rem, 0.836rem + 0.44vw, 1.25rem);
  font-weight: 500;
}
.page-news .webgene-pagination {
  margin-top: 40px;
  width: 100%;
}

.page-news .webgene-pagination ul,
.page-newsdetail .webgene-pagination ul {
  max-width: 600px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
}
@media (min-width: 768px) {
  .page-news .webgene-pagination ul,
.page-newsdetail .webgene-pagination ul {
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 65px;
  }
}
.page-news .webgene-pagination ul li,
.page-newsdetail .webgene-pagination ul li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.page-news .webgene-pagination .prev a,
.page-news .webgene-pagination .next a,
.page-newsdetail .webgene-pagination .prev a,
.page-newsdetail .webgene-pagination .next a {
  display: flex;
  flex-direction: column-reverse;
  background-color: var(--bw);
  padding: 25px 70px;
  line-height: 1.4;
}
.page-news .webgene-pagination .prev a::before, .page-news .webgene-pagination .prev a::after,
.page-news .webgene-pagination .next a::before,
.page-news .webgene-pagination .next a::after,
.page-newsdetail .webgene-pagination .prev a::before,
.page-newsdetail .webgene-pagination .prev a::after,
.page-newsdetail .webgene-pagination .next a::before,
.page-newsdetail .webgene-pagination .next a::after {
  display: none;
}
.page-news .webgene-pagination .prev a:hover,
.page-news .webgene-pagination .next a:hover,
.page-newsdetail .webgene-pagination .prev a:hover,
.page-newsdetail .webgene-pagination .next a:hover {
  background-color: var(--bg);
}
.page-news .webgene-pagination .next,
.page-newsdetail .webgene-pagination .next {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .page-news .webgene-pagination .next,
.page-newsdetail .webgene-pagination .next {
    margin-right: 0;
  }
}
.page-news .webgene-pagination .back,
.page-newsdetail .webgene-pagination .back {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 35px;
}
@media (min-width: 768px) {
  .page-news .webgene-pagination .back,
.page-newsdetail .webgene-pagination .back {
    margin-top: 65px;
  }
}
.page-news .webgene-pagination .back a,
.page-newsdetail .webgene-pagination .back a {
  position: relative;
  text-align: center;
  justify-content: center;
  margin-inline: auto;
  background-color: var(--bg);
  padding-block: 25px;
  line-height: 1.4;
  padding-inline: 81px 25px;
}
@media (min-width: 768px) {
  .page-news .webgene-pagination .back a,
.page-newsdetail .webgene-pagination .back a {
    padding-inline: 90px 40px;
  }
}
.page-news .webgene-pagination .back a::before,
.page-newsdetail .webgene-pagination .back a::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%) scale(-1, 1);
  transition: all 0.3s ease;
  left: 35px;
  width: 25px;
  height: 6px;
  background: url(../images/arrow_wh.svg) center/contain no-repeat;
}
.page-news .webgene-pagination .back a:hover,
.page-newsdetail .webgene-pagination .back a:hover {
  background-color: var(--bw);
}
.page-news .webgene-pagination .back a:hover::before,
.page-newsdetail .webgene-pagination .back a:hover::before {
  left: 25px;
}
.page-news .webgene-pagination .prev a,
.page-news .webgene-pagination .next a,
.page-news .webgene-pagination .back a,
.page-newsdetail .webgene-pagination .prev a,
.page-newsdetail .webgene-pagination .next a,
.page-newsdetail .webgene-pagination .back a {
  font-size: clamp(0.938rem, 0.836rem + 0.44vw, 1.25rem);
  font-weight: 500;
  color: white;
  display: inline-block;
}