@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;
  min-height: auto;
}

/* 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,
a,
figure,
blockquote,
dl,
dd,
input,
textarea,
label {
  margin: 0;
  padding: 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 */
/* Set core body defaults */
body {
  word-break: auto-phrase;
  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;
}

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

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 {
  --ten: ten-mincho-text, "Hiragino Mincho ProN", "Hiragino Mincho Pro",
    "YuMincho", "Yu Mincho", "BIZ UDPMincho", "MS PMincho", serif;
  --toppan: toppan-bunkyu-midashi-min-st, "Hiragino Mincho ProN",
    "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "Noto Serif JP",
    "MS PMincho", serif;
  --wing: "WindSong", "Snell Roundhand", "Apple Chancery", "Segoe Script",
    "Bradley Hand", cursive;
  --shippori: "Shippori Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro",
    "Yu Mincho", "YuMincho", "Noto Serif JP", "MS PMincho", serif;
  --base: #f6f6f3;
  --main: #5d5a53;
  --bk: #39392f;
  --gray: #d4cdbc;
  --ye: #f8f2bd;
  --be: #f7f6ef;
}

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

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

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

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

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

.bk-txt {
  color: var(--main) !important;
}

.wh-bg {
  background-color: white !important;
}

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

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

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

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

.lg-bk {
  display: block;
}
@media (min-width: 992px) {
  .lg-bk {
    display: none;
  }
}

body {
  font-family: var(--shippori);
  font-size: clamp(0.813rem, 0.711rem + 0.44vw, 1.125rem);
  font-weight: 500;
  line-height: 1.7;
  background-color: var(--white-blue);
  color: var(--gray-main);
  letter-spacing: 2px;
  line-height: 1.8;
}

a {
  transition: all 0.3s ease;
  display: inline-block;
}
a:hover {
  transition: all 0.3s ease;
  text-decoration: none;
  color: var(--blue-light);
}

.is-scroll-lock {
  overflow: hidden;
}

.js-stagger > * {
  opacity: 0;
  transform: translateY(10px);
  filter: blur(20px);
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), filter 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.js-stagger.is-show > * {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.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-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;
  }
}
:root {
  --shippori: "Shippori Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro",
    "Yu Mincho", "YuMincho", "Noto Serif JP", "MS PMincho", serif;
  --toppan: toppan-bunkyu-midashi-min-st, "Hiragino Mincho ProN",
    "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "Noto Serif JP",
    "MS PMincho", serif;
  --white-main: #ffffff;
  --white-soft: #f8f8f8;
  --white-blue: #f0f1f2;
  --gray-light: #dbe6eb;
  --gray-border: #d9d9d9;
  --gray-soft: #d2d2d2;
  --gray-main: #676767;
  --blue-navy: #093979;
  --blue-deep: #06446c;
  --blue-main: #18658f;
  --blue-ac: #4fb5ec;
  --blue-sub: #165883;
  --blue-light: #3a779f;
  --blue-gray: #dbe6eb;
}

.c-w {
  color: var(--white-main);
}

.c-w-soft {
  color: var(--white-soft);
}

.c-w-blue {
  color: var(--white-blue);
}

.c-g-light {
  color: var(--gray-light);
}

.c-g-border {
  color: var(--gray-border);
}

.c-g-soft {
  color: var(--gray-soft);
}

.c-g {
  color: var(--gray-main);
}

.c-b-navy {
  color: var(--blue-navy);
}

.c-b-deep {
  color: var(--blue-deep);
}

.c-b {
  color: var(--blue-main);
}

.c-b-ac {
  color: var(--blue-ac);
}

.c-b-sub {
  color: var(--blue-sub);
}

.c-b-light {
  color: var(--blue-light);
}

.bg-w {
  background-color: var(--white-main);
}

.bg-w-soft {
  background-color: var(--white-soft);
}

.bg-w-blue {
  background-color: var(--white-blue);
}

.bg-g-light {
  background-color: var(--gray-light);
}

.bg-g-border {
  background-color: var(--gray-border);
}

.bg-g-soft {
  background-color: var(--gray-soft);
}

.bg-g {
  background-color: var(--gray-main);
}

.bg-b-navy {
  background-color: var(--blue-navy);
}

.bg-b-deep {
  background-color: var(--blue-deep);
}

.bg-b {
  background-color: var(--blue-main);
}

.bg-b-ac {
  background-color: var(--blue-ac);
}

.bg-b-sub {
  background-color: var(--blue-sub);
}

.bg-b-light {
  background-color: var(--blue-light);
}

.bg-b-gray {
  background-color: var(--blue-gray);
}

html:not(.is-page-ready) body:not(.gjs-dashed) {
  opacity: 0;
  visibility: hidden;
}

.gjs-dashed .header__nav {
  visibility: visible !important;
  transform: translateX(0%) !important;
}
.gjs-dashed * {
  -webkit-animation: none !important;
          animation: none !important;
  transition: none !important;
}
.gjs-dashed .d-md-none {
  display: block !important;
}
.gjs-dashed .p-concept .sec02 .box-txt p {
  color: white !important;
}
.gjs-dashed .js-typein {
  opacity: 1 !important;
}
.gjs-dashed .js-typein > * {
  opacity: 1 !important;
}
.gjs-dashed .page-hr img {
  display: block !important;
}

.section-title {
  color: var(--blue-main);
  font-size: clamp(1rem, 0.838rem + 0.7vw, 1.5rem);
}
.section-title h2,
.section-title h3 {
  font-weight: 500;
  font-size: clamp(1.625rem, 0.977rem + 2.8vw, 3.625rem);
}

.anim {
  overflow-y: hidden;
}

.top-title {
  position: relative;
  z-index: 1;
  padding-block: clamp(3px, 1.5vw, 25px);
}
.top-title .ja {
  font-size: clamp(1.25rem, 0.926rem + 1.4vw, 2.25rem);
  color: var(--blue-sub);
  margin-top: clamp(10px, 2vw, 30px);
  line-height: 1.3;
}
.top-title .en {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -57%);
  font-size: clamp(2.5rem, 0.718rem + 7.71vw, 8rem);
  color: var(--white-soft);
  width: 100%;
  white-space: nowrap;
  line-height: 1;
}

.btn-wrap a {
  border: solid 1px var(--blue-main);
  border-radius: 100px;
  color: var(--blue-main);
  display: flex;
  align-items: center;
  gap: 25px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 13px 30px;
  line-height: normal;
}
.btn-wrap a::after {
  content: "";
  transition: all 0.3s ease;
  display: block;
  width: 23px;
  min-width: 23px;
  height: 5px;
  min-height: 5px;
  background: url(../images/arrow_bl.svg) center/contain no-repeat;
  transition: background 0.3s ease;
}
.btn-wrap a:hover {
  border: solid 1px var(--white-soft);
  color: var(--white-soft);
  background-color: var(--blue-main);
}
.btn-wrap a:hover::after {
  background: url(../images/arrow_wh.svg) center/contain no-repeat;
  transform: translateX(5px);
}
.btn-wrap a.wh {
  border: solid 1px var(--white-soft);
  color: var(--white-soft);
}
.btn-wrap a.wh::after {
  background: url(../images/arrow_wh.svg) center/contain no-repeat;
}
.btn-wrap a.wh:hover {
  border: solid 1px var(--blue-main);
  color: var(--blue-main);
  background-color: var(--white-soft);
}
.btn-wrap a.wh:hover::after {
  background: url(../images/arrow_bl.svg) center/contain no-repeat;
}

.ft-links {
  padding-block: clamp(80px, 12vw, 180px);
}
.ft-links .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px clamp(30px, 7vw, 100px);
}
@media (min-width: 768px) {
  .ft-links .container {
    flex-direction: row;
    align-items: stretch;
  }
}
.ft-links .container .cont {
  width: 100%;
}
@media (min-width: 768px) {
  .ft-links .container .cont {
    width: calc(50% - clamp(15px, 3.5vw, 50px));
  }
}
.ft-links .container .cont a {
  background-color: rgba(248, 248, 248, 0.8);
  padding: clamp(40px, 6vw, 85px) 30px;
  width: 100%;
  height: 100%;
}
.ft-links .container .cont a:hover {
  background-color: var(--white-soft);
}
.ft-links .container .cont a:hover .section-title {
  color: var(--gray-main);
}

.header {
  position: fixed;
  z-index: 997;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  pointer-events: none;
}
.header__inner {
  position: relative;
  display: flex;
  align-items: center;
  padding-block: 15px;
  padding-inline: 20px;
  pointer-events: none;
}
@media (min-width: 992px) {
  .header__inner {
    padding-block: 20px;
    padding-inline: 40px;
  }
}
.header__brand {
  pointer-events: all;
  max-width: clamp(80px, 7vw, 100px);
}
.header__brand a {
  display: inline-block;
}
.header .reserve {
  pointer-events: all;
  margin-left: auto;
  position: fixed;
  right: 15px;
  bottom: 15px;
}
@media (min-width: 768px) {
  .header .reserve {
    margin-right: 20px;
    position: static;
  }
}
.header .reserve > a {
  border-radius: 100px;
  background-color: var(--blue-main);
  border: solid 1px var(--blue-main);
  color: white;
  display: inline-flex;
  align-items: center;
  line-height: normal;
  padding: 8px 12px;
}
@media (min-width: 768px) {
  .header .reserve > a {
    padding: 11px clamp(17px, 1.5vw, 27px);
  }
}
.header .reserve > a .icon {
  width: clamp(18px, 1.5vw, 24px);
  margin-right: 7px;
}
.header .reserve > a p {
  flex: 1;
}
.header .reserve > a:hover {
  opacity: 1;
  color: var(--blue-ac);
}
.header__nav {
  position: fixed;
  z-index: 997;
  inset-block: 0;
  right: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--gray-light);
  transform: translateX(100%);
  transition: all 0.4s ease;
  pointer-events: all;
}
@media (min-width: 576px) {
  .header__nav {
    width: 500px;
    left: auto;
    right: 0;
  }
}
@media (max-height: 600px) {
  .header__nav {
    display: block;
  }
}
.header__nav.open {
  visibility: visible;
  transform: translateX(0%);
}
.header__nav-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100dvh;
  margin-inline: auto;
  display: flex;
  padding-block: 100px;
  padding-inline: 20px;
  overflow-y: auto;
  gap: 50px;
}
.header__nav-wrap::-webkit-scrollbar {
  width: 10px;
  background: transparent;
}
.header__nav-wrap::-webkit-scrollbar-track {
  background-color: transparent;
}
.header__nav-wrap::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background: var(--blue-main);
}
@media (max-height: 750px) {
  .header__nav-wrap {
    justify-content: flex-start;
  }
}
@media screen and (max-height: 600px) and (orientation: landscape) {
  .header__nav-wrap {
    justify-content: flex-start;
  }
}
.header__nav-brand {
  max-width: clamp(80px, 7vw, 100px);
}
.header__nav-lists {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px 50px;
}
@media (min-width: 576px) {
  .header__nav-lists {
    flex-direction: row;
    align-items: stretch;
  }
}
.header__nav-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.header__nav-link {
  display: flex;
  flex-direction: column;
  gap: 3px;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-size: 0.9375rem;
  text-align: center;
  line-height: 1.5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--blue-main);
  padding-block: 0;
  width: 100%;
}
@media (min-width: 576px) {
  .header__nav-link {
    align-items: flex-start;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .header__nav-link {
    font-size: clamp(0.938rem, 0.877rem + 0.26vw, 1.125rem);
  }
}
.header__nav-link:hover {
  color: var(--blue-ac);
  opacity: 1;
}
.header__nav-other {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.header__nav-other a {
  border-radius: 100px;
  background-color: var(--blue-main);
  border: solid 1px var(--blue-main);
  color: white;
  display: inline-flex;
  align-items: center;
  padding: 11px clamp(17px, 1.5vw, 27px);
  line-height: normal;
}
.header__nav-other a .icon {
  width: clamp(18px, 1.5vw, 24px);
  margin-right: 7px;
}
.header__nav-other a p {
  flex: 1;
}
.header__nav-other a:hover {
  opacity: 1;
  color: var(--blue-ac);
}

#hum-btn {
  position: relative;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: all;
  margin-block: auto;
  border-radius: 100px;
  background-color: white;
  width: clamp(38px, 4vw, 53px);
  height: clamp(38px, 4vw, 53px);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-left: auto;
}
@media (min-width: 768px) {
  #hum-btn {
    margin-left: 0;
  }
}

.btn-trigger {
  position: relative;
  z-index: 9999;
  display: inline-block;
  transition: all 0.5s ease;
  box-sizing: border-box;
  width: 19px;
  height: 15px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease;
}
.btn-trigger__bar {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  display: inline-block;
  height: 1px;
  transition: all 0.5s ease;
  background-color: var(--blue-sub);
  border-radius: 99px;
}
.btn-trigger__bar:nth-of-type(1) {
  top: 0;
  left: 0;
  -webkit-animation: menu-bar01 0.75s forwards;
          animation: menu-bar01 0.75s forwards;
}
.btn-trigger__bar:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.btn-trigger__bar:nth-of-type(3) {
  bottom: 0;
  left: 0;
  -webkit-animation: menu-bar02 0.75s forwards;
          animation: menu-bar02 0.75s forwards;
}

.is-nav-open .btn-trigger {
  flex-direction: row;
  transition: all 0.5s ease;
}
.is-nav-open .btn-trigger__bar:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 0.75s forwards;
          animation: active-menu-bar01 0.75s forwards;
}
.is-nav-open .btn-trigger__bar:nth-of-type(2) {
  opacity: 0;
}
.is-nav-open .btn-trigger__bar:nth-of-type(3) {
  -webkit-animation: active-menu-bar02 0.75s forwards;
          animation: active-menu-bar02 0.75s forwards;
}

@-webkit-keyframes menu-bar01 {
  0% {
    transform: translateY(7.5px) rotate(45deg);
  }
  50% {
    transform: translateY(7.5px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar01 {
  0% {
    transform: translateY(7.5px) rotate(45deg);
  }
  50% {
    transform: translateY(7.5px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(7.5px) rotate(0);
  }
  100% {
    transform: translateY(7.5px) rotate(45deg);
  }
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(7.5px) rotate(0);
  }
  100% {
    transform: translateY(7.5px) rotate(45deg);
  }
}
@-webkit-keyframes menu-bar02 {
  0% {
    transform: translateY(-7.5px) rotate(-45deg);
  }
  50% {
    transform: translateY(-7.5px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(-7.5px) rotate(-45deg);
  }
  50% {
    transform: translateY(-7.5px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes active-menu-bar02 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-7.5px) rotate(0);
  }
  100% {
    transform: translateY(-7.5px) rotate(-45deg);
  }
}
@keyframes active-menu-bar02 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-7.5px) rotate(0);
  }
  100% {
    transform: translateY(-7.5px) rotate(-45deg);
  }
}
.bg-shadow {
  background: rgba(0, 0, 0, 0.5215686275);
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 996;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}

.is-nav-open .bg-shadow {
  opacity: 1;
}

.footer {
  color: var(--white-soft);
  background-color: var(--blue-deep);
  padding-top: 60px;
}
.footer__brand {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.footer__inner {
  max-width: 1400px;
  padding-inline: 20px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(60px, 7vw, 100px) clamp(30px, 3vw, 40px);
  padding-bottom: 65px;
}
@media (min-width: 1400px) {
  .footer__inner {
    flex-direction: row;
  }
}
.footer__brand-name {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0px 20px;
  margin-bottom: 13px;
}
@media (min-width: 1400px) {
  .footer__brand-name {
    flex-direction: row;
    text-align: left;
    align-items: baseline;
  }
}
.footer__brand-name .en {
  font-family: var(--toppan);
  font-size: clamp(1.438rem, 1.255rem + 0.79vw, 2rem);
}
.footer__brand-name .ja {
  font-weight: 500;
  font-size: clamp(1rem, 0.919rem + 0.35vw, 1.25rem);
}
.footer__addr {
  text-align: center;
}
@media (min-width: 1400px) {
  .footer__addr {
    text-align: left;
  }
}
.footer__left .schedule {
  border: solid 1px var(--white-soft);
  font-size: clamp(0.938rem, 0.877rem + 0.26vw, 1.125rem);
  line-height: 1;
}
.footer__left .schedule-item {
  display: flex;
}
@media (min-width: 576px) {
  .footer__left .schedule-item {
    flex-direction: column;
  }
}
.footer__left .schedule-item:not(:last-child) {
  border-bottom: solid 1px var(--white-soft);
}
@media (min-width: 576px) {
  .footer__left .schedule-item:not(:last-child) {
    border-bottom: none;
    border-right: solid 1px var(--white-soft);
  }
}
.footer__left .schedule .day,
.footer__left .schedule .time {
  padding-inline: 15px 8px;
}
.footer__left .schedule .day {
  padding-block: 15px;
  width: 90px;
  border-bottom: none;
  border-right: solid 1px var(--white-soft);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 576px) {
  .footer__left .schedule .day {
    width: 100%;
    border-bottom: solid 1px var(--white-soft);
    border-right: none;
  }
}
.footer__left .schedule .time {
  padding-block: 25px;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}
.footer__left .schedule .time-wrap {
  display: flex;
  align-items: center;
  gap: 13px 8px;
}
@media (min-width: 576px) {
  .footer__left .schedule .time-wrap {
    flex-direction: column;
  }
}
.footer__left .schedule .time-wrap::after {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background-color: var(--white-soft);
  order: 2;
}
@media (min-width: 576px) {
  .footer__left .schedule .time-wrap::after {
    width: 1px;
    height: 18px;
  }
}
.footer__left .schedule .time-wrap > p:first-child {
  order: 1;
}
.footer__left .schedule .time-wrap > p:last-child {
  order: 3;
}
.footer__left .schedule-inner {
  border-bottom: solid 1px var(--white-soft);
  flex-direction: column;
}
@media (min-width: 576px) {
  .footer__left .schedule-inner {
    flex-direction: row;
  }
}
.footer__right {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(30px, 3vw, 40px);
}
@media (min-width: 768px) {
  .footer__right {
    flex-direction: row;
    align-items: stretch;
  }
}
.footer__nav {
  display: flex;
  gap: 20px 40px;
  text-align: center;
}
@media (min-width: 768px) {
  .footer__nav {
    text-align: left;
    gap: 20px clamp(20px, 3vw, 40px);
  }
}
.footer__nav-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer-other {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.footer-other a {
  border-radius: 100px;
  border: solid 1px var(--white-soft);
  color: white;
  display: inline-flex;
  align-items: center;
  padding: 11px clamp(17px, 1.5vw, 27px);
  line-height: normal;
}
.footer-other a .icon {
  width: clamp(18px, 1.5vw, 24px);
  margin-right: 7px;
}
.footer-other a p {
  flex: 1;
}
.footer-other a:hover {
  opacity: 1;
  color: var(--blue-ac);
}
.footer .copyright {
  text-align: center;
  font-size: 0.875rem;
  letter-spacing: 1.4px;
  line-height: 1.1;
  padding: 30px 20px;
  background-color: var(--blue-main);
}

.page-hr__img img {
  min-height: 450px;
  max-height: 680px;
}
@media (min-width: 1600px) {
  .page-hr__img img {
    max-height: 650px;
  }
}
.page-hr__img img.is-pc {
  display: none;
}
@media (min-width: 768px) {
  .page-hr__img img.is-pc {
    display: block;
  }
}
.page-hr__img img.is-sp {
  display: block;
}
@media (max-width: 600px) {
  .page-hr__img img.is-sp {
    max-height: 530px;
  }
}
@media (min-width: 768px) {
  .page-hr__img img.is-sp {
    display: none;
  }
}
.page-hr__title {
  color: var(--blue-main);
  padding: 30px clamp(20px, 6vw, 70px);
}
.page-hr__title .ja {
  font-size: clamp(1.875rem, 1.389rem + 2.1vw, 3.375rem);
}
.page-hr__title .en {
  font-family: var(--toppan);
  font-size: clamp(1.125rem, 0.842rem + 1.23vw, 2rem);
}

.commitment-box {
  border-block: solid 1px var(--blue-main);
  background-color: #dbe6eb;
}
@media (min-width: 768px) {
  .commitment-box {
    border-block: solid 2px var(--blue-main);
  }
}
.commitment-box__top {
  padding-block: clamp(60px, 6.5vw, 100px);
  border-bottom: solid 1px var(--blue-main);
}
@media (min-width: 768px) {
  .commitment-box__top {
    border-bottom: solid 2px var(--blue-main);
  }
}
.commitment-box .box-wrap .box {
  padding-block: clamp(40px, 6vw, 75px);
  padding-inline: 20px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .commitment-box .box-wrap .box {
    padding-inline: 10px;
  }
}
@media (min-width: 992px) {
  .commitment-box .box-wrap .box {
    padding-inline: 30px;
  }
}
.commitment-box .box-wrap .box-img {
  margin-inline: auto;
  width: 75%;
  max-width: 250px;
}
@media (min-width: 768px) {
  .commitment-box .box-wrap .box-img {
    max-width: 70%;
  }
}
.commitment-box .box-wrap .box-img img {
  aspect-ratio: 1;
}
.commitment-box .box-wrap .box h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .commitment-box .box-wrap .box h3 br {
    display: none;
  }
}
.commitment-box .box-wrap .box > p {
  margin-top: 17px;
  font-size: 1rem;
}
@media (min-width: 992px) {
  .commitment-box .box-wrap .box > p {
    font-size: 1.25rem;
  }
}
.commitment-box .box-wrap .box:not(:last-child) {
  border-bottom: solid 1px var(--blue-main);
}
@media (min-width: 768px) {
  .commitment-box .box-wrap .box:not(:last-child) {
    border-right: solid 2px var(--blue-main);
    border-bottom: none;
  }
}

.all-menu-link {
  padding-block: clamp(60px, 7vw, 120px);
  display: flex;
  justify-content: center;
}
.all-menu-link a {
  position: relative;
  border: solid 1px var(--white-soft);
  max-width: 840px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 20px;
}
@media (min-width: 768px) {
  .all-menu-link a {
    padding: 40px clamp(30px, 6.5vw, 80px);
  }
}
.all-menu-link a .section-title {
  gap: 0px clamp(20px, 4vw, 45px);
}
.all-menu-link a h2,
.all-menu-link a p {
  color: var(--white-soft);
  transition: all 0.3s ease;
}
.all-menu-link a h2 {
  line-height: 1.4;
}
.all-menu-link a::after {
  content: "";
  display: block;
  width: 43px;
  height: 9px;
  background: url(../images/arrow_wh.svg) center/contain no-repeat;
  transition: all 0.3s ease;
}
.all-menu-link a:hover {
  background-color: var(--white-soft);
}
.all-menu-link a:hover h2,
.all-menu-link a:hover p {
  color: var(--blue-main);
}
.all-menu-link a:hover::after {
  background: url(../images/arrow_bl.svg) center/contain no-repeat;
  transform: translateX(5px);
}

.p-top-hr {
  --bg-fixed-top: 19%;
  position: relative;
  z-index: 1;
  min-height: 700px;
  padding-block: clamp(130px, 16vw, 250px) 88px;
  overflow: clip;
}
.p-top-hr__inner {
  height: 100%;
}
.p-top-hr__inner-text {
  margin-bottom: 17px;
}
.p-top-hr__inner-text h1 {
  font-size: clamp(1.125rem, 0.923rem + 0.88vw, 1.75rem);
  color: var(--blue-sub);
}
.p-top-hr__inner-text h1 br {
  display: block;
}
@media (min-width: 768px) {
  .p-top-hr__inner-text h1 br {
    display: none;
  }
}
.p-top-hr__inner .js-tick {
  top: 19%;
  left: 50%;
  transform: translate(-50%, -52%);
  z-index: -1;
}
@media (min-width: 768px) {
  .p-top-hr__inner .js-tick {
    top: 15vw;
  }
}
.p-top-hr__inner .js-tick-set {
  font-family: var(--toppan);
  font-size: clamp(3.125rem, 1.505rem + 7.01vw, 8.125rem);
  color: var(--white-soft);
}
.p-top-hr__inner .bg-mov.is-fixed {
  position: fixed;
  top: 19%;
}
@media (min-width: 768px) {
  .p-top-hr__inner .bg-mov.is-fixed {
    top: 15vw;
  }
}
.p-top-hr__inner .bg-mov.is-bottom {
  position: absolute !important;
  top: auto !important;
  bottom: 0 !important;
  transform: translate(-50%, -52%);
}
.p-top-hr__inner-img {
  position: relative;
  z-index: 2;
  margin-inline: auto;
  max-width: clamp(300px, 42vw, 790px);
  border-radius: 500px 500px 0 0;
  overflow: clip;
  height: 100%;
  aspect-ratio: 790/983 !important;
}
@media (min-width: 768px) {
  .p-top-hr__inner-img {
    height: auto;
  }
}
.p-top-hr__inner-img img {
  height: 100%;
  aspect-ratio: inherit;
}
.p-top-news {
  background-color: var(--blue-deep);
  color: var(--white-soft);
  padding-block: 55px;
}
.p-top-news__left .section-title h2 {
  font-size: clamp(1.625rem, 1.18rem + 1.93vw, 3rem);
}
@media (min-width: 768px) {
  .p-top-news__right {
    border-left: solid 1px var(--white-soft);
  }
}
@media (min-width: 992px) {
  .p-top-news__right > section {
    padding-inline: clamp(0px, 5vw, 70px);
  }
}
.p-top-news .webgene-blog {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.p-top-news .webgene-blog a {
  display: flex;
  flex-direction: column;
  gap: 3px 20px;
}
@media (min-width: 768px) {
  .p-top-news .webgene-blog a {
    flex-direction: row;
    align-items: baseline;
  }
}
.p-top-news .webgene-blog a p,
.p-top-news .webgene-blog a h3 {
  font-size: clamp(0.938rem, 0.836rem + 0.44vw, 1.25rem);
}
.p-top-concept {
  padding-block: clamp(80px, 12vw, 150px);
}
.p-top-concept .top-title h2 span {
  display: inline-block;
}
.p-top-concept__img {
  position: relative;
  z-index: 1;
}
.p-top-concept__img .scroll-mask {
  aspect-ratio: 425/283 !important;
}
.p-top-concept__bottom {
  margin-top: clamp(60px, 12vw, 165px);
}
.p-top-concept__bottom a {
  position: relative;
  z-index: 1;
  padding: 45px clamp(20px, 6vw, 75px);
  overflow: hidden;
}
.p-top-concept__bottom a .title h3,
.p-top-concept__bottom a .title p {
  color: var(--white-soft);
}
.p-top-concept__bottom a .title h3 {
  font-size: clamp(1.438rem, 1.174rem + 1.14vw, 2.25rem);
}
.p-top-concept__bottom a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: clamp(20px, 6vw, 75px);
  width: 43px;
  height: 9px;
  background: url(../images/arrow_wh.svg) center/contain no-repeat;
  transition: all 0.3s ease;
}
.p-top-concept__bottom a > img {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
.p-top-concept__bottom a:hover::after {
  transform: translateY(-50%) translateX(5px);
}
.p-top-concept__bottom a:hover > img {
  transform: translate(-50%, -50%) scale(1.05);
}
.p-top-concernc {
  padding-block: 55px;
}
.p-top-service .top-title {
  text-align: center;
}
.p-top-service .top-title .ja {
  color: var(--white-soft);
}
.p-top-service .top-title .en {
  color: var(--blue-main);
}
.p-top-service__top {
  padding-block: clamp(60px, 6.5vw, 100px);
  border-bottom: 1px solid #f8f8f8;
}
@media (min-width: 768px) {
  .p-top-service__top {
    border-bottom: 2px solid #f8f8f8;
  }
}
@media (min-width: 768px) {
  .p-top-service__inner .box {
    border-bottom: 2px solid #f8f8f8;
  }
}
.p-top-service__inner .box-text {
  border-bottom: 1px solid #f8f8f8;
}
@media (min-width: 768px) {
  .p-top-service__inner .box-text {
    border-bottom: none;
  }
}
.p-top-service__inner .box-text .title {
  border-bottom: 1px solid #f8f8f8;
  padding: 30px clamp(20px, 4vw, 55px);
}
@media (min-width: 768px) {
  .p-top-service__inner .box-text .title {
    padding: 55px clamp(20px, 4vw, 55px);
  }
}
@media (min-width: 768px) {
  .p-top-service__inner .box-text .title {
    border-bottom: 2px solid #f8f8f8;
  }
}
.p-top-service__inner .box-text .title > h3 {
  font-size: clamp(1.5rem, 1.075rem + 1.84vw, 2.813rem);
  font-weight: 600;
}
.p-top-service__inner .box-text .title > p {
  font-family: var(--toppan);
  font-size: clamp(1.125rem, 0.842rem + 1.23vw, 2rem);
}
.p-top-service__inner .box-body {
  padding: 30px clamp(20px, 4vw, 55px);
}
@media (min-width: 768px) {
  .p-top-service__inner .box-body {
    padding: 55px clamp(20px, 4vw, 55px);
  }
}
.p-top-service__inner .box-body h4 {
  font-size: clamp(1.125rem, 0.923rem + 0.88vw, 1.75rem);
}
.p-top-service__inner .box-img {
  background: linear-gradient(134deg, #3a779f 0%, #06446c 80%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #f8f8f8;
}
@media (min-width: 768px) {
  .p-top-service__inner .box-img {
    border-right: 2px solid #f8f8f8;
    border-bottom: none;
  }
}
.p-top-service__inner .box-img__wrap {
  width: clamp(300px, 38vw, 520px);
  padding-block: clamp(60px, 6.5vw, 110px);
}
.p-top-service__inner .box-img img {
  aspect-ratio: 1;
}
.p-top-voice {
  padding-block: clamp(60px, 6.5vw, 80px);
}
.p-top-voice .section-title {
  border-bottom: solid 1px var(--blue-main);
}
@media (min-width: 768px) {
  .p-top-voice .section-title {
    border-bottom: none;
    border-right: solid 1px var(--blue-main);
  }
}
.p-top-voice .list-wrap {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}
@media (min-width: 768px) {
  .p-top-voice .list-wrap {
    padding-left: clamp(20px, 3vw, 40px);
  }
}
.p-top-voice .list-dl {
  display: flex;
  flex-direction: column;
  gap: 8px 20px;
}
@media (min-width: 768px) {
  .p-top-voice .list-dl {
    flex-direction: row;
  }
}
.p-top-voice .list-dt {
  width: 150px;
}
.p-top-voice .list-dt .tag {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 100px;
  background-color: var(--white-soft);
  text-align: center;
  font-size: clamp(0.875rem, 0.754rem + 0.53vw, 1.25rem);
  padding: 0 23px;
}
.p-top-voice .list-dd {
  flex: 1;
}
.p-top-other {
  padding-block: clamp(60px, 7vw, 100px);
}
.p-top-other__wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 30px 0;
}
@media (min-width: 768px) {
  .p-top-other__wrap {
    flex-direction: row;
    gap: clamp(10px, 4vw, 50px);
  }
}
@media (min-width: 992px) {
  .p-top-other__wrap {
    gap: clamp(20px, 6vw, 75px);
  }
}
.p-top-other__wrap .box {
  width: 65%;
  margin-inline: auto;
}
@media (min-width: 992px) {
  .p-top-other__wrap .box {
    width: calc(33.3333333333% - clamp(3.333333333px, 1.333333333vw, 16.6666666667px));
  }
}
@media (min-width: 768px) {
  .p-top-other__wrap .box {
    margin-inline: 0;
    width: calc(33.3333333333% - clamp(6.6666666667px, 2vw, 25px));
  }
}
.p-top-other__wrap .box > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-block: clamp(80px, 12vw, 150px) clamp(60px, 11vw, 110px);
  border-radius: 300px 300px 0 0;
  min-height: 400px;
}
.p-top-other__wrap .box > a::before,
.p-top-other__wrap .box > a > img {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-top-other__wrap .box > a::before {
  content: "";
  display: block;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(6, 67, 108, 0.5607843137);
  opacity: 0.7;
}
.p-top-other__wrap .box > a > img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
.p-top-other__wrap .box > a:hover > img {
  transform: translate(-50%, -50%) scale(1.05);
}
.p-top-other__wrap .box > a .section-title,
.p-top-other__wrap .box > a .arrow {
  position: relative;
  z-index: 2;
  color: var(--white-soft);
}
.p-top-other__wrap .box > a .arrow {
  max-width: clamp(30px, 4vw, 55px);
  margin-inline: auto;
  margin-top: 18px;
}

.p-concept__sec01 {
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: linear-gradient(180deg, #f0f1f2 0%, #dbe6eb 100%);
  padding-block: clamp(80px, 13vw, 170px);
}
.p-concept__sec01 h2 {
  font-weight: 600;
  font-size: clamp(1.25rem, 0.926rem + 1.4vw, 2.25rem);
  color: var(--blue-main);
}
.p-concept__sec01 h2 > br {
  display: block;
}
@media (min-width: 992px) {
  .p-concept__sec01 h2 > br {
    display: none;
  }
}
.p-concept__sec01::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: -8vw;
  bottom: -30px;
  background: url(../images/mark.png) center/contain no-repeat;
  width: 326px;
  height: 352px;
}
@media (min-width: 768px) {
  .p-concept__sec01::before {
    width: 636px;
    height: 592px;
  }
}
.p-concept__sec02 .top-title .ja {
  color: var(--white-soft);
}
.p-concept__sec02 .top-title .en {
  color: var(--blue-main);
}
.p-concept__sec02-inner .box {
  border-bottom: solid 1px var(--white-soft);
}
@media (min-width: 768px) {
  .p-concept__sec02-inner .box {
    border-bottom: solid 2px var(--white-soft);
  }
}
.p-concept__sec02-inner .box-img img {
  height: 100%;
}
.p-concept__sec02-inner .box-text {
  padding: clamp(40px, 4.5vw, 58px) clamp(20px, 4.5vw, 58px);
}
.p-concept__sec02-inner .box-text .title {
  display: flex;
  margin-bottom: clamp(20px, 3.5vw, 48px);
}
.p-concept__sec02-inner .box-text .title .number {
  max-width: clamp(35px, 4vw, 50px);
}
.p-concept__sec02-inner .box-text .title h3 {
  flex: 1;
  font-size: clamp(1.125rem, 0.923rem + 0.88vw, 1.75rem);
}

.bd-w-1 {
  border-bottom: solid 1px var(--white-soft);
}
@media (min-width: 768px) {
  .bd-w-1 {
    border-bottom: none;
  }
}

@media (min-width: 768px) {
  .bd-w-md-1 {
    border-bottom: solid 2px var(--white-soft);
  }
}

.br-w-1 {
  border-right: solid 1px var(--white-soft);
}
@media (min-width: 768px) {
  .br-w-1 {
    border-right: none;
  }
}

@media (min-width: 768px) {
  .br-w-md-1 {
    border-right: solid 2px var(--white-soft);
  }
}

.p-pilates__sec01 {
  padding-block: clamp(60px, 7vw, 120px);
  padding-inline: 20px;
}
.p-pilates__sec01-bottom {
  border: solid 1px var(--blue-main);
  max-width: 1000px;
  padding: 45px 10px;
}
@media (min-width: 992px) {
  .p-pilates__sec01-bottom {
    padding: 65px clamp(10px, 7.5vw, 90px);
  }
}
@media (min-width: 768px) {
  .p-pilates__sec01-bottom {
    border: solid 2px var(--blue-main);
  }
}
.p-pilates__sec01-bottom .list-box__title {
  overflow-y: hidden;
}
.p-pilates__sec01-bottom .list-box__inner {
  border-top: solid 1px var(--blue-main);
  border-bottom: solid 1px var(--blue-main);
  padding-block: 15px;
  text-align: center;
}
@media (min-width: 576px) {
  .p-pilates__sec01-bottom .list-box__inner {
    border-bottom: none;
    padding-block: 0;
    text-align: left;
  }
}
.p-pilates__sec01-bottom .list-box__inner .list {
  display: flex;
  flex-direction: column;
  color: var(--blue-main);
}
@media (min-width: 576px) {
  .p-pilates__sec01-bottom .list-box__inner .list {
    justify-content: space-between;
    flex-direction: row;
    border-bottom: solid 1px var(--blue-main);
    padding-block: 15px;
  }
}
.p-pilates__sec01-bottom .list-box__inner .list > p {
  width: 100%;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .p-pilates__sec01-bottom .list-box__inner .list > p {
    width: 50%;
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .p-pilates__sec01-bottom .list-box__inner .list > p {
    font-size: 1.125rem;
  }
}
.p-pilates__sec02 .top-title .en {
  color: #e7eef2;
}
.p-pilates__sec03 {
  padding-block: clamp(60px, 11vw, 130px);
  padding-inline: 20px;
}
.p-pilates__sec03 .container {
  background-color: var(--white-soft);
  padding: 40px 10px;
}
@media (min-width: 576px) {
  .p-pilates__sec03 .container {
    padding: 40px 20px;
  }
}
@media (min-width: 768px) {
  .p-pilates__sec03 .container {
    padding: clamp(40px, 6vw, 70px) clamp(15px, 6vw, 70px);
  }
}
.p-pilates__sec03 .list-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px 10px;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-pilates__sec03 .list-wrap {
    max-width: 500px;
  }
}
@media (min-width: 992px) {
  .p-pilates__sec03 .list-wrap {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    max-width: 100%;
  }
}
.p-pilates__sec03 .list-wrap .check-list {
  display: flex;
  gap: clamp(8px, 1vw, 15px);
  line-height: 1.5;
  font-size: clamp(0.813rem, 0.671rem + 0.61vw, 1.25rem);
}
@media (min-width: 992px) {
  .p-pilates__sec03 .list-wrap .check-list {
    width: calc(50% - 5px);
  }
}
.p-pilates__sec03 .list-wrap .check-list > p {
  flex: 1;
}
.p-pilates__sec03 .list-wrap .check-mark {
  padding-top: 3px;
  max-width: clamp(21px, 2.5vw, 34px);
}
@media (max-width: 400px) {
  .p-pilates__sec03 .list-wrap .check-mark {
    padding-top: 0;
  }
}

.p-chiropractic__sec01 {
  padding-block: clamp(60px, 7vw, 120px);
  padding-inline: 20px;
}
.p-chiropractic__sec02 .top-title .en {
  color: #e7eef2;
}
.p-chiropractic__sec03 {
  padding-block: clamp(60px, 11vw, 130px);
  padding-inline: 20px;
}
.p-chiropractic__sec03 .container {
  background-color: var(--white-soft);
  padding: 40px 10px;
}
@media (min-width: 576px) {
  .p-chiropractic__sec03 .container {
    padding: 40px 20px;
  }
}
@media (min-width: 768px) {
  .p-chiropractic__sec03 .container {
    padding: clamp(40px, 6vw, 70px) clamp(15px, 6vw, 70px);
  }
}
.p-chiropractic__sec03 .list-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px 10px;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-chiropractic__sec03 .list-wrap {
    max-width: 500px;
  }
}
@media (min-width: 992px) {
  .p-chiropractic__sec03 .list-wrap {
    max-width: 850px;
  }
}
.p-chiropractic__sec03 .list-wrap .check-list {
  display: flex;
  gap: clamp(8px, 1vw, 15px);
  line-height: 1.5;
  font-size: clamp(0.813rem, 0.671rem + 0.61vw, 1.25rem);
}
.p-chiropractic__sec03 .list-wrap .check-list > p {
  flex: 1;
}
.p-chiropractic__sec03 .list-wrap .check-mark {
  padding-top: 3px;
  max-width: clamp(21px, 2.5vw, 34px);
}
@media (max-width: 400px) {
  .p-chiropractic__sec03 .list-wrap .check-mark {
    padding-top: 0;
  }
}

.p-concerns__sec02 {
  padding-block: clamp(60px, 11vw, 125px);
  background-color: var(--blue-gray);
}
.p-concerns__sec02 .container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}
@media (min-width: 576px) {
  .p-concerns__sec02 .container {
    gap: 30px 15px;
  }
}
@media (min-width: 768px) {
  .p-concerns__sec02 .container {
    gap: 48px clamp(15px, 2.2vw, 34px);
  }
}
.p-concerns__sec02 .container a {
  width: calc(50% - 15px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: var(--white-soft);
  padding: 38px 15px;
}
@media (min-width: 768px) {
  .p-concerns__sec02 .container a {
    padding: 45px 15px 35px;
    width: calc(32.8% - clamp(7.5px, 1.1vw, 17px));
  }
}
@media (min-width: 992px) {
  .p-concerns__sec02 .container a {
    width: calc(23.7% - clamp(5px, 0.7333333333vw, 11.333333333px));
  }
}
.p-concerns__sec02 .container a > img {
  aspect-ratio: 1;
  max-width: clamp(120px, 12vw, 160px);
  margin-inline: auto;
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  .p-concerns__sec02 .container a > img {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .p-concerns__sec02 .container a > img {
    margin-bottom: 34px;
  }
}
.p-concerns__sec02 .container a > p {
  font-size: clamp(0.688rem, 0.586rem + 0.44vw, 1rem);
  letter-spacing: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  margin-bottom: 15px;
}
.p-concerns__sec02 .container a .arrow {
  margin-top: auto;
  width: 15px;
  margin-inline: auto;
}
.p-concerns__sec03 {
  padding-top: clamp(60px, 11vw, 125px);
}
.p-concerns__sec03 .box-wrap {
  display: flex;
  flex-direction: column;
  gap: clamp(30px, 6.5vw, 80px);
}
.p-concerns__sec03 .box-wrap .box {
  border: solid 1px var(--blue-main);
  padding: 40px 10px;
}
@media (min-width: 768px) {
  .p-concerns__sec03 .box-wrap .box {
    border: solid 2px var(--blue-main);
    padding: 40px 20px;
  }
}
@media (min-width: 992px) {
  .p-concerns__sec03 .box-wrap .box {
    padding: 55px;
  }
}
.p-concerns__sec03 .reco-list {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: clamp(0.75rem, 0.629rem + 0.53vw, 1.125rem);
}
.p-concerns__sec03 .reco-list__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.p-concerns__sec03 .reco-list__tags .tag {
  color: var(--blue-main);
  border-radius: 100px;
  background-color: var(--blue-gray);
  padding: 3px 15px;
}
@media (min-width: 768px) {
  .p-concerns__sec03 .reco-list__tags .tag {
    padding: 7px 40px;
  }
}

.menu-contents {
  padding-inline: 20px;
}
.menu-contents .container {
  border: solid 1px var(--blue-main);
  padding: 40px 10px;
}
@media (min-width: 768px) {
  .menu-contents .container {
    border: solid 2px var(--blue-main);
    padding: 50px 15px;
  }
}
@media (min-width: 992px) {
  .menu-contents .container {
    padding: 75px clamp(20px, 11vw, 125px);
  }
}
@media (min-width: 1200px) {
  .menu-contents .container {
    max-width: 1100px;
  }
}
.menu-contents .container > .image {
  max-width: clamp(380px, 45vw, 600px);
  margin-inline: auto;
  aspect-ratio: 6/4 !important;
}
.menu-contents .container > .image img {
  aspect-ratio: inherit;
}
.menu-contents .container .list-wrap .list-dl {
  display: flex;
  flex-direction: column;
  gap: 3px 20px;
  border-bottom: solid 1px var(--blue-main);
  color: var(--blue-main);
  padding-block: 13px;
}
@media (min-width: 768px) {
  .menu-contents .container .list-wrap .list-dl {
    flex-direction: row;
    padding-block: 20px;
  }
}
.menu-contents .container .list-wrap .list-dl:first-child {
  border-top: solid 1px var(--blue-main);
}
.menu-contents .container .list-wrap .list-dt {
  flex: 1;
}
.menu-contents .container .list-wrap .list-dd {
  text-align: right;
  width: 100%;
}
@media (min-width: 768px) {
  .menu-contents .container .list-wrap .list-dd {
    margin-left: auto;
    width: 120px;
  }
}

.monthly-plan {
  background-color: var(--blue-gray);
  padding: 35px 10px;
}
@media (min-width: 768px) {
  .monthly-plan {
    padding: 45px 15px;
  }
}
.monthly-plan > * {
  margin-inline: auto;
}
@media (min-width: 768px) {
  .monthly-plan > * {
    width: 90%;
  }
}

.table-wrapper {
  position: relative;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-wrapper .monthly-table {
  min-width: 450px;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
@media (min-width: 576px) {
  .table-wrapper .monthly-table {
    min-width: 550px;
  }
}
@media (min-width: 768px) {
  .table-wrapper .monthly-table {
    min-width: 590px;
  }
}
@media (min-width: 992px) {
  .table-wrapper .monthly-table {
    min-width: 650px;
  }
}
.table-wrapper .monthly-table .table-th, .table-wrapper .monthly-table .table-td {
  display: table-cell;
  padding: 15px 0px;
  vertical-align: middle;
  color: var(--blue-main);
  border-bottom: solid 1px var(--blue-main);
}
.table-wrapper .monthly-table .table-tr {
  display: flex;
}
.table-wrapper .monthly-table .table-tr > .table-th:first-child,
.table-wrapper .monthly-table .table-tr > .table-td:first-child {
  width: 120px;
  min-width: 100px;
}
@media (min-width: 576px) {
  .table-wrapper .monthly-table .table-tr > .table-th:first-child,
.table-wrapper .monthly-table .table-tr > .table-td:first-child {
    width: 40%;
  }
}
@media (min-width: 992px) {
  .table-wrapper .monthly-table .table-tr > .table-th:first-child,
.table-wrapper .monthly-table .table-tr > .table-td:first-child {
    width: 45%;
    min-width: 150px;
  }
}
.table-wrapper .monthly-table .table-tr > .table-th:not(:first-child),
.table-wrapper .monthly-table .table-tr > .table-td:not(:first-child) {
  text-align: center;
  flex: 1;
  padding-inline: 10px;
}
.table-wrapper .monthly-table p {
  margin: 0;
  white-space: nowrap;
}

.scroll-hint {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--blue-main);
  font-weight: bold;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
@media (min-width: 768px) {
  .scroll-hint {
    display: none;
  }
}
.scroll-hint-icon {
  width: 80px;
  height: 80px;
  -webkit-animation: swipeLoop 2s ease-in-out infinite;
          animation: swipeLoop 2s ease-in-out infinite;
}

.scroll-hint.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@-webkit-keyframes swipeLoop {
  0% {
    transform: translateX(-15px);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  60% {
    transform: translateX(15px);
    opacity: 1;
  }
  80%, 100% {
    transform: translateX(15px);
    opacity: 0;
  }
}

@keyframes swipeLoop {
  0% {
    transform: translateX(-15px);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  60% {
    transform: translateX(15px);
    opacity: 1;
  }
  80%, 100% {
    transform: translateX(15px);
    opacity: 0;
  }
}
.p-menu__sec01, .p-menu__sec02, .p-menu__sec03 {
  padding-block: clamp(60px, 7vw, 100px);
}

.in-somnograf-step {
  background-color: var(--blue-gray);
  padding: 40px 15px;
}
@media (min-width: 768px) {
  .in-somnograf-step {
    padding: clamp(40px, 5vw, 65px) clamp(15px, 7vw, 100px);
  }
}
.in-somnograf-step > * {
  width: 90%;
  margin-inline: auto;
}
.in-somnograf-step__inner {
  display: flex;
  flex-direction: column;
  gap: 40px clamp(20px, 3vw, 40px);
}
.in-somnograf-step__inner .step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: clamp(10px, 1.5vw, 20px);
}
@media (min-width: 768px) {
  .in-somnograf-step__inner .step {
    align-items: stretch;
    flex-direction: row;
    text-align: left;
  }
}
.in-somnograf-step__inner .step-img {
  width: clamp(40px, 6vw, 77px);
  margin-inline: auto;
}
.in-somnograf-step__inner .step-text {
  flex: 1;
  font-size: clamp(0.75rem, 0.669rem + 0.35vw, 1rem);
}

.p-firstvisit .ank {
  padding-block: clamp(80px, 11vw, 120px);
}
.p-firstvisit .ank .container {
  gap: 8px 10px;
  display: flex;
  flex-direction: column;
  max-width: 350px;
}
@media (min-width: 768px) {
  .p-firstvisit .ank .container {
    flex-direction: row;
    max-width: 1020px;
  }
}
@media (min-width: 992px) {
  .p-firstvisit .ank .container {
    gap: 8px 30px;
  }
}
@media (min-width: 768px) {
  .p-firstvisit .ank-btn {
    width: calc(33.3333333333% - 7px);
  }
}
@media (min-width: 992px) {
  .p-firstvisit .ank-btn {
    width: calc(33.3333333333% - 20px);
  }
}
.p-firstvisit .ank-btn a {
  width: 100%;
  border-radius: 100px;
  border: solid 1px var(--blue-main);
  color: var(--blue-main);
  display: flex;
  gap: 10px;
  font-size: 0.9375rem;
  justify-content: space-between;
  padding: 8px 10px;
  letter-spacing: normal;
}
@media (min-width: 992px) {
  .p-firstvisit .ank-btn a {
    gap: 25px;
    padding: 13px 30px;
  }
}
@media (min-width: 1200px) {
  .p-firstvisit .ank-btn a {
    font-size: 1.25rem;
  }
}
.p-firstvisit .ank-btn a .arrow {
  width: 15px;
}
.p-firstvisit__sec01, .p-firstvisit__sec02, .p-firstvisit__sec03 {
  padding-block: clamp(40px, 7vw, 90px);
}
.p-firstvisit__sec01 > .container, .p-firstvisit__sec02 > .container, .p-firstvisit__sec03 > .container {
  background-color: var(--blue-gray);
  padding-block: clamp(60px, 6.5vw, 80px);
}
.p-firstvisit__sec01 {
  padding-top: 0px;
}
.p-firstvisit__sec04 .container {
  padding: 40px 15px;
}
@media (min-width: 992px) {
  .p-firstvisit__sec04 .container {
    padding: 75px clamp(20px, 11vw, 125px);
  }
}
.p-firstvisit__sec05 {
  padding-block: clamp(60px, 7vw, 100px);
}
.p-firstvisit__sec05 .container {
  padding: 0 20px;
}
@media (min-width: 992px) {
  .p-firstvisit__sec05 .container {
    padding: 0 clamp(20px, 11vw, 125px);
  }
}
.p-firstvisit__sec05 .policy-list {
  background-color: var(--white-soft);
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 40px 15px;
  font-size: clamp(0.75rem, 0.669rem + 0.35vw, 1rem);
}
@media (min-width: 768px) {
  .p-firstvisit__sec05 .policy-list {
    padding: clamp(40px, 5vw, 65px) clamp(15px, 7vw, 100px);
  }
}
.p-firstvisit .step-box .box {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-inline: auto;
  max-width: 900px;
}
.p-firstvisit .step-box .box:not(:last-child) {
  margin-bottom: 24px;
}
.p-firstvisit .step-box .box-body {
  background-color: var(--white-soft);
}
.p-firstvisit .step-box .box-arrow {
  max-width: 40px;
  margin-inline: auto;
}

.other-links {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .other-links {
    flex-direction: row;
    align-items: stretch;
  }
}
.other-links .box {
  width: 100%;
}
@media (min-width: 768px) {
  .other-links .box {
    width: 33.3333333333%;
  }
}
.other-links .box:not(:last-child) {
  border-bottom: solid 1px var(--white-soft);
}
@media (min-width: 768px) {
  .other-links .box:not(:last-child) {
    border-right: solid 1px var(--white-soft);
    border-bottom: none;
  }
}
.other-links .box a {
  width: 100%;
  height: 100%;
  background-color: var(--blue-deep);
  padding: 20px;
}
@media (min-width: 768px) {
  .other-links .box a {
    padding: clamp(45px, 7vw, 90px) 20px;
  }
}
.other-links .box a h2,
.other-links .box a p {
  color: var(--white-soft);
  transition: all 0.3s ease;
}
.other-links .box a .arrow {
  position: relative;
  width: clamp(38px, 4vw, 55px);
  height: clamp(38px, 4vw, 55px);
  margin-top: auto;
}
.other-links .box a .arrow > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  transition: all 0.3s ease;
  pointer-events: none;
}
.other-links .box a .arrow > img.wh {
  opacity: 1;
}
.other-links .box a .arrow > img.bl {
  opacity: 0;
}
.other-links .box a:hover {
  background-color: var(--blue-gray);
}
.other-links .box a:hover h2,
.other-links .box a:hover p {
  color: var(--blue-deep);
}
.other-links .box a:hover .arrow img.wh {
  opacity: 0;
}
.other-links .box a:hover .arrow img.bl {
  opacity: 1;
}

.p-voice__case {
  padding-top: 50px;
}
.p-voice__case .case-box {
  border-bottom: solid 1px var(--blue-main);
}
@media (min-width: 992px) {
  .p-voice__case .case-box {
    border-bottom: solid 2px var(--blue-main);
  }
}
.p-voice__case .case-box:first-child {
  border-top: solid 1px var(--blue-main);
}
@media (min-width: 992px) {
  .p-voice__case .case-box:first-child {
    border-top: solid 2px var(--blue-main);
  }
}
.p-voice__case .case-box__img {
  padding-block: 25px;
  padding-inline: 20px;
  background-color: var(--blue-gray);
}
@media (min-width: 992px) {
  .p-voice__case .case-box__img {
    padding-block: 65px;
  }
}
.p-voice__case .case-box__img > * {
  max-width: 400px;
  width: 80%;
  margin-inline: auto;
}
@media (min-width: 992px) {
  .p-voice__case .case-box__img > * {
    max-width: 600px;
  }
}
@media (min-width: 992px) {
  .p-voice__case .case-box__img {
    border-right: solid 2px var(--blue-main);
  }
}
.p-voice__case .case-box__img .section-title {
  text-align: center;
}
@media (min-width: 992px) {
  .p-voice__case .case-box__img .section-title {
    text-align: left;
  }
}
.p-voice__case .case-box__text {
  text-align: center;
}
@media (min-width: 992px) {
  .p-voice__case .case-box__text {
    text-align: left;
  }
}
.p-voice__case .case-box__text > div {
  padding: 25px 20px;
}
@media (min-width: 1200px) {
  .p-voice__case .case-box__text > div {
    padding: 25px 50px;
  }
}
.p-voice__case .case-box__text > div:not(:last-child) {
  border-bottom: solid 1px var(--blue-main);
}
@media (min-width: 992px) {
  .p-voice__case .case-box__text > div:not(:last-child) {
    border-bottom: solid 2px var(--blue-main);
  }
}
.p-voice__case .case-box__text .head h3 {
  font-size: clamp(1rem, 0.757rem + 1.05vw, 1.75rem) !important;
}
.p-voice__case .case-box__text .service,
.p-voice__case .case-box__text .user {
  display: flex;
  flex-direction: column;
  gap: 8px 30px;
}
@media (min-width: 992px) {
  .p-voice__case .case-box__text .service,
.p-voice__case .case-box__text .user {
    flex-direction: row;
    align-items: stretch;
  }
}
.p-voice__case .case-box__text .service .th,
.p-voice__case .case-box__text .user .th {
  width: 100%;
}
@media (min-width: 992px) {
  .p-voice__case .case-box__text .service .th,
.p-voice__case .case-box__text .user .th {
    width: 130px;
  }
}
@media (min-width: 1200px) {
  .p-voice__case .case-box__text .service .th,
.p-voice__case .case-box__text .user .th {
    width: 175px;
  }
}
.p-voice__case .case-box__text .service .text,
.p-voice__case .case-box__text .user .text {
  flex: 1;
}
.p-message__sec01 {
  padding-block: clamp(60px, 8vw, 120px);
}
@media (min-width: 992px) {
  .p-message__sec01 .container {
    max-width: 900px;
  }
}
.p-message .pr-img {
  width: 65% !important;
  aspect-ratio: 3.46/5.18;
}
@media (min-width: 768px) {
  .p-message .pr-img {
    width: 40% !important;
  }
}
.p-message .pr-img img {
  aspect-ratio: inherit;
}
.p-message .container > .row .scroll-mask {
  aspect-ratio: 3.9/2.6 !important;
}
.p-message .container > .row .scroll-mask img {
  aspect-ratio: inherit !important;
}
.p-message__sec02 {
  padding-block: clamp(60px, 8vw, 120px);
}
@media (min-width: 1400px) {
  .p-message__sec02 .container {
    max-width: 1240px;
  }
}
.p-message__sec02 .list-box__inner {
  position: relative;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .p-message__sec02 .list-box__inner {
    padding-bottom: 0px;
  }
}
.p-message__sec02 .list-box__inner .lists {
  min-width: 640px;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-block: solid 1px var(--blue-main);
}
.p-message__sec02 .list-box__inner .lists .list {
  border-block: solid 1px var(--blue-main);
}
.p-message__sec02 .list-box__inner .lists .list-dl {
  display: flex;
  flex-direction: column;
  flex-direction: row;
  gap: 0 13px;
  padding-block: 10px;
}
@media (min-width: 768px) {
  .p-message__sec02 .list-box__inner .lists .list-dl {
    gap: 0 20px;
    padding-block: 20px;
  }
}
.p-message__sec02 .list-box__inner .lists .list-dl:not(:last-child) {
  border-bottom: solid 1px var(--blue-main);
}
.p-message__sec02 .list-box__inner .lists .list-dt, .p-message__sec02 .list-box__inner .lists .list-dd {
  font-size: clamp(0.938rem, 0.877rem + 0.26vw, 1.125rem);
  width: calc(50% - 10px);
}
.p-message__sec02 .list-box__inner .lists .list-dt, .p-message__sec02 .list-box__inner .lists .list-dd {
  display: flex;
  gap: 0 8px;
  letter-spacing: normal;
}
.p-message__sec02 .list-box__inner .lists .list-dt .circle, .p-message__sec02 .list-box__inner .lists .list-dd .circle {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-message__sec02 .list-box__inner .lists .list-dt > p, .p-message__sec02 .list-box__inner .lists .list-dd > p {
  flex: 1;
}

.p-faq .list-wrap .list-dl {
  border-bottom: solid 1px var(--blue-main);
  padding-block: clamp(20px, 4vw, 50px);
  display: flex;
  flex-direction: column;
  gap: clamp(15px, 2vw, 25px) 0px;
}
.p-faq .list-wrap .list-dl:first-child {
  padding-top: 0px;
}
.p-faq .list-wrap .list-dt, .p-faq .list-wrap .list-dd {
  position: relative;
  display: flex;
  gap: 0px clamp(15px, 3.5vw, 43px);
}
@media (max-width: 767px) {
  .p-faq .list-wrap .list-dt, .p-faq .list-wrap .list-dd {
    word-break: break-all;
  }
}
.p-faq .list-wrap .list-dt > p, .p-faq .list-wrap .list-dd > p {
  padding-block: clamp(5px, 1.5vw, 18px);
}
.p-faq .list-wrap .list-dt::before, .p-faq .list-wrap .list-dd::before {
  content: "";
  display: block;
  width: clamp(35px, 5vw, 68px);
  min-width: clamp(35px, 5vw, 68px);
  height: clamp(35px, 5vw, 68px);
  min-height: clamp(35px, 5vw, 68px);
}
.p-faq .list-wrap .list-dt {
  cursor: pointer;
  padding-right: 30px;
}
.p-faq .list-wrap .list-dt::before {
  background: url(../images/q-icon.svg) center/contain no-repeat;
}
.p-faq .list-wrap .list-dt::after {
  content: "＋";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  font-size: 1.5rem;
  color: var(--blue-main);
  transition: all 0.3s ease;
}
.p-faq .list-wrap .list-dd::before {
  background: url(../images/a-icon.svg) center/contain no-repeat;
}
.p-faq .list-wrap .list-dl.is-open .list-dt::after {
  transform: translateY(-50%) rotate(45deg);
}

.p-recruit__sec01 {
  padding-block: clamp(60px, 7vw, 100px);
}
.p-recruit__sec02 {
  padding-block: clamp(60px, 7vw, 100px);
}
.p-recruit__sec02 .top-title .en {
  color: #e7eef2;
}
.p-recruit .list-wrap .list-dl {
  display: flex;
  flex-direction: column;
  gap: 8px 25px;
  padding-block: clamp(15px, 1.5vw, 25px);
  border-bottom: solid 1px var(--blue-main);
}
@media (min-width: 768px) {
  .p-recruit .list-wrap .list-dl {
    flex-direction: row;
  }
}
.p-recruit .list-wrap .list-dt {
  position: relative;
  width: 100%;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .p-recruit .list-wrap .list-dt {
    width: 200px;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .p-recruit .list-wrap .list-dt {
    width: 250px;
  }
}
.p-recruit .list-wrap .list-dt::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 10px;
  height: 1px;
  background-color: var(--gray-main);
}
@media (min-width: 768px) {
  .p-recruit .list-wrap .list-dt::before {
    display: none;
  }
}
.p-recruit .list-wrap .list-dd {
  flex: 1;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .p-recruit .list-wrap .list-dd {
    padding-left: 0;
  }
}

.p-info .list-wrap .list-dl {
  display: flex;
  flex-direction: column;
  gap: 8px 25px;
  padding-block: clamp(15px, 1.5vw, 25px);
  border-bottom: solid 1px var(--blue-main);
}
@media (min-width: 768px) {
  .p-info .list-wrap .list-dl {
    flex-direction: row;
  }
}
.p-info .list-wrap .list-dt {
  position: relative;
  width: 100%;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .p-info .list-wrap .list-dt {
    width: 200px;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .p-info .list-wrap .list-dt {
    width: 250px;
  }
}
.p-info .list-wrap .list-dt::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 10px;
  height: 1px;
  background-color: var(--gray-main);
}
@media (min-width: 768px) {
  .p-info .list-wrap .list-dt::before {
    display: none;
  }
}
.p-info .list-wrap .list-dd {
  flex: 1;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .p-info .list-wrap .list-dd {
    padding-left: 0;
  }
}
.p-info__sec01 {
  padding-block: clamp(60px, 7vw, 100px);
}
.p-info__sec02 iframe {
  height: clamp(400px, 46vw, 680px);
}

.p-news .news-wrap {
  padding-block: clamp(60px, 7vw, 100px);
}
.p-news .webgene-blog {
  max-width: 910px;
  padding-inline: 20px;
  margin-inline: auto;
}
.p-news .webgene-blog > article a {
  padding-block: 20px;
  border-bottom: solid 1px var(--blue-main);
  display: flex;
  flex-direction: column;
  gap: 15px 50px;
}
@media (min-width: 768px) {
  .p-news .webgene-blog > article a {
    padding-block: clamp(20px, 3.5vw, 40px);
    flex-direction: row;
    align-items: center;
  }
}
.p-news .webgene-blog > article:first-of-type a {
  padding-top: 0px;
}
.p-news .webgene-blog > article:last-child {
  border-bottom: none;
}
.p-news .webgene-blog > article .date,
.p-news .webgene-blog > article .title {
  font-size: clamp(0.938rem, 0.836rem + 0.44vw, 1.25rem);
  color: var(--blue-main);
}
.p-news .webgene-blog > article .title {
  flex: 1;
}
.p-news .webgene-pagination {
  margin-top: clamp(60px, 8vw, 120px);
}
.p-news .blog-item__img {
  position: relative;
  z-index: 1;
  width: 65%;
  margin-inline: auto;
  aspect-ratio: 1;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-news .blog-item__img {
    width: 150px;
  }
}
.p-news .blog-item__img img {
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 8px;
}
.p-news .blog-item__img > .noImage {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.p-news .blog-item__wrap {
  display: flex;
  flex-direction: column;
  gap: 8px 15px;
  flex: 1;
}

.p-newsdetail__sec {
  padding-block: clamp(150px, 18vw, 270px) clamp(100px, 17vw, 250px);
}
.p-newsdetail .btn-back {
  margin-top: clamp(20px, 3vw, 45px);
}

.newsdetail-contents {
  margin-inline: auto;
  max-width: 820px;
  margin-bottom: clamp(60px, 9vw, 130px);
}
.newsdetail-contents__date {
  margin-bottom: 15px;
  font-size: clamp(1.125rem, 1.004rem + 0.53vw, 1.5rem);
}
.newsdetail-contents__title {
  font-size: clamp(1.125rem, 0.842rem + 1.23vw, 2rem);
  margin-bottom: 35px;
}
.newsdetail-contents__meta {
  margin-top: 35px;
}

.p-news .webgene-pagination,
.p-newsdetail .webgene-pagination {
  margin-top: clamp(60px, 6vw, 80px);
}
.p-news .webgene-pagination ul,
.p-newsdetail .webgene-pagination ul {
  max-width: 450px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px 20px;
}
@media (min-width: 576px) {
  .p-news .webgene-pagination ul,
.p-newsdetail .webgene-pagination ul {
    flex-direction: row;
    align-items: stretch;
  }
}
.p-news .webgene-pagination li,
.p-newsdetail .webgene-pagination li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 120px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-news .webgene-pagination .prev > a,
.p-news .webgene-pagination .next > a,
.p-news .webgene-pagination .btn-back > a,
.p-newsdetail .webgene-pagination .prev > a,
.p-newsdetail .webgene-pagination .next > a,
.p-newsdetail .webgene-pagination .btn-back > a {
  position: relative;
  display: block;
  align-items: center;
  border-radius: 100px;
  gap: 24px;
  font-family: var(--toppan);
  font-size: clamp(1.125rem, 1.004rem + 0.53vw, 1.5rem);
  line-height: 1.5;
  transition: all 0.3s ease;
  border: solid 1px var(--blue-main);
  color: var(--blue-main);
  padding-block: 6px;
}
@media (min-width: 768px) {
  .p-news .webgene-pagination .prev > a,
.p-news .webgene-pagination .next > a,
.p-news .webgene-pagination .btn-back > a,
.p-newsdetail .webgene-pagination .prev > a,
.p-newsdetail .webgene-pagination .next > a,
.p-newsdetail .webgene-pagination .btn-back > a {
    padding-block: 9px;
  }
}
.p-news .webgene-pagination .prev > a:hover,
.p-news .webgene-pagination .next > a:hover,
.p-news .webgene-pagination .btn-back > a:hover,
.p-newsdetail .webgene-pagination .prev > a:hover,
.p-newsdetail .webgene-pagination .next > a:hover,
.p-newsdetail .webgene-pagination .btn-back > a:hover {
  opacity: 1;
}
.p-news .webgene-pagination .prev > a,
.p-news .webgene-pagination .next > a,
.p-news .webgene-pagination .btn-back a,
.p-newsdetail .webgene-pagination .prev > a,
.p-newsdetail .webgene-pagination .next > a,
.p-newsdetail .webgene-pagination .btn-back a {
  min-width: 120px;
  width: 100%;
}
@media (min-width: 576px) {
  .p-news .webgene-pagination .prev > a,
.p-news .webgene-pagination .next > a,
.p-news .webgene-pagination .btn-back a,
.p-newsdetail .webgene-pagination .prev > a,
.p-newsdetail .webgene-pagination .next > a,
.p-newsdetail .webgene-pagination .btn-back a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-news .webgene-pagination .prev > a::after,
.p-news .webgene-pagination .next > a::after,
.p-news .webgene-pagination .btn-back a::after,
.p-newsdetail .webgene-pagination .prev > a::after,
.p-newsdetail .webgene-pagination .next > a::after,
.p-newsdetail .webgene-pagination .btn-back a::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  background: url(../images/arrow_bl.svg) center/contain no-repeat;
  width: 24px;
  height: 24px;
  transition: all 0.3s ease;
}
@media (min-width: 576px) {
  .p-news .webgene-pagination .prev > a::after,
.p-news .webgene-pagination .next > a::after,
.p-news .webgene-pagination .btn-back a::after,
.p-newsdetail .webgene-pagination .prev > a::after,
.p-newsdetail .webgene-pagination .next > a::after,
.p-newsdetail .webgene-pagination .btn-back a::after {
    width: 32px;
    height: 32px;
  }
}
.p-news .webgene-pagination .prev > a,
.p-news .webgene-pagination .btn-back a,
.p-newsdetail .webgene-pagination .prev > a,
.p-newsdetail .webgene-pagination .btn-back a {
  padding-inline: clamp(90px, 11vw, 140px) 30px;
  justify-content: flex-end;
}
.p-news .webgene-pagination .prev > a::after,
.p-news .webgene-pagination .btn-back a::after,
.p-newsdetail .webgene-pagination .prev > a::after,
.p-newsdetail .webgene-pagination .btn-back a::after {
  left: clamp(15px, 2.5vw, 30px);
  transform: translateY(-50%) scale(-1, 1);
}
.p-news .webgene-pagination .prev > a:hover::after,
.p-news .webgene-pagination .btn-back a:hover::after,
.p-newsdetail .webgene-pagination .prev > a:hover::after,
.p-newsdetail .webgene-pagination .btn-back a:hover::after {
  transform: translateY(-50%) translateX(-5px) scale(-1, 1);
}
@media (min-width: 576px) {
  .p-news .webgene-pagination .next,
.p-newsdetail .webgene-pagination .next {
    margin-left: auto;
  }
}
.p-news .webgene-pagination .next > a,
.p-newsdetail .webgene-pagination .next > a {
  padding-inline: 30px clamp(90px, 11vw, 140px);
  justify-content: flex-start;
}
.p-news .webgene-pagination .next > a::after,
.p-newsdetail .webgene-pagination .next > a::after {
  right: clamp(15px, 2.5vw, 30px);
  transform: translateY(-50%);
}
.p-news .webgene-pagination .next > a:hover::after,
.p-newsdetail .webgene-pagination .next > a:hover::after {
  transform: translateY(-50%) translateX(5px);
}
.p-news .webgene-pagination .btn-back,
.p-newsdetail .webgene-pagination .btn-back {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .p-news .webgene-pagination .btn-back,
.p-newsdetail .webgene-pagination .btn-back {
    margin-top: 30px;
  }
}