@charset "UTF-8";
:root {
  --white: #fff;
  --black: #000;
  --gray: #ccc;
  --gray-light: #d8d8d8;
  --red: #cc1f1f;
  --base: #262626;
  --theme: #505caa;
  --theme-dark: #2f335b;
  --bg: #f4f4f4;
  --gothic: "Noto Sans JP", sans-serif;
  --mincho: "Noto Serif JP", serif;
  --garamond: "garamond-premier-pro", sans-serif;
  --barlow: "Barlow Condensed", sans-serif;
  --regular: 400;
  --medium: 500;
  --semibold: 600;
  --bold: 700;
  --ease: 0.6s cubic-bezier(0.09, 0.43, 0.1, 0.79);
  --solid: 1px solid var(--gray);
}

@media screen and (min-width: 1024px) {
  :root {
    --min-wh: 76.8rem;
    --max-wh: var(--wh);
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  :root {
    --min-wh: 76.8rem;
    --max-wh: 102.4rem;
  }
}
@media screen and (max-width: 560px) {
  :root {
    --min-wh: 42rem;
    --max-wh: 89.6rem;
  }
}
@media screen and (min-width: 1024px) {
  :root {
    --base-width: 1500;
  }
}
@media screen and (max-width: 1023px) {
  :root {
    --base-width: 400;
  }
}
@media screen and (min-width: 1024px) {
  :root {
    --contents-lg: 86.66667vw;
    --contents2-lg: 91.13333vw;
    --contents-xxl: 97.33333vw;
    --contents-xxl-outside: 1.33333vw;
  }
}
@media screen and (max-width: 1023px) {
  :root {
    --contents-xs: 75vw;
    --contents-sm: 80vw;
    --contents-rg: 82.5vw;
    --contents-md: 84vw;
    --contents-md2: 85vw;
    --contents-lg: 86vw;
    --contents-xl: 88.75vw;
    --contents-xxl: 91vw;
    --contents-xxl2: 90vw;
    --contents-xxxl: 92.5vw;
  }
}
:root {
  --easeInSine: cubic-bezier(0.47, 0, 0.745, 0.715);
  --easeOutSine: cubic-bezier(0.39, 0.575, 0.565, 1);
  --easeInOutSine: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  --easeInQuad: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  --easeOutQuad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --easeInOutQuad: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  --easeInCubic: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  --easeOutCubic: cubic-bezier(0.215, 0.61, 0.355, 1);
  --easeInOutCubic: cubic-bezier(0.645, 0.045, 0.355, 1);
  --easeInQuart: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  --easeOutQuart: cubic-bezier(0.165, 0.84, 0.44, 1);
  --easeInOutQuart: cubic-bezier(0.77, 0, 0.175, 1);
  --easeInQuint: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  --easeOutQuint: cubic-bezier(0.23, 1, 0.32, 1);
  --easeInOutQuint: cubic-bezier(0.86, 0, 0.07, 1);
  --easeInExpo: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  --easeOutExpo: cubic-bezier(0.19, 1, 0.22, 1);
  --easeInOutExpo: cubic-bezier(1, 0, 0, 1);
  --easeInCirc: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  --easeOutCirc: cubic-bezier(0.075, 0.82, 0.165, 1);
  --easeInOutCirc: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  --easeInBack: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  --easeOutBack: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  --easeInOutBack: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

:root {
  --border-width: 1px;
  --solid-main: solid 1px var(--color-main);
  --solid-main2: solid 1px var(--color-main2);
  --solid1: solid 1px var(--color-line);
  --solid2: solid 1px var(--color-line2);
  --solid3: solid 1px var(--color-line3);
  --solid4: solid 1px var(--color-line4);
  --solid5: solid 1px var(--color-line5);
  --solid6: solid 1px var(--color-line6);
  --solid7: solid 1px var(--color-line7);
  --solid8: solid 1px var(--color-line8);
  --solid9: solid 1px var(--color-line9);
  --solid10: solid 1px var(--color-line10);
  --solid11: solid 1px var(--color-line11);
  --solid12: solid 1px var(--color-line12);
  --solid13: solid 1px var(--color-line13);
  --solid14: solid 1px var(--color-line14);
  --solid15: solid 1px var(--color-line15);
  --solid16: solid 1px var(--color-line16);
  --solid17: solid 1px var(--color-line17);
}

@media screen and (min-width: 1024px) {
  :root {
    --solid-bold: solid 5px var(--color-txt);
  }
}
@media screen and (max-width: 1023px) {
  :root {
    --solid-bold: solid 3px var(--color-txt);
  }
}
:root {
  --ease-level1: var(--easeOutCubic);
  --ease-level2: var(--easeOutQuint);
  --ease-heavy1: var(--easeInOutQuart);
  --ease-heavy2: var(--easeInOutCirc);
  --ease-bound1: var(--easeOutBack);
  --transition-hover: 400ms var(--ease-level1);
  --transition-hover-fast: 200ms ease;
  --transition-hover-slow: 800ms var(--ease-level1);
  --transition-scroll-gnav: 500ms var(--ease-level1);
  --transition-scroll-change: 1800ms var(--ease-level1);
  --transition-sitemap: 880ms var(--ease-level1);
  --transition-button: 880ms var(--ease-level2);
  --transition-slider: 1800ms var(--ease-level1);
  --transition-slider-dots: 1000ms var(--ease-level1);
  --animation-slider-zoom: 10000ms linear;
  --transition-carousel: var(--ease-heavy1);
  --transition-carousel-slide: 600ms var(--ease-level1);
  --transition-accordion: 500ms var(--ease-heavy1);
  --transition-accordion2: 600ms var(--ease-level1);
  --transition-icon-show: 200ms var(--ease-level1);
  --transition-modal: 500ms var(--ease-level1);
  --transition-input: 200ms var(--ease-level1);
  --transition-tab: 400ms var(--ease-level1);
  --transition-fade: 2000ms var(--ease-level1);
  --transition-fade2: 1500ms var(--ease-level1);
  --transition-fade3: 800ms var(--ease-level1);
  --transition-fade-bg: 20000ms var(--ease-level1);
  --transition-fadeup: 1300ms var(--ease-level2);
  --transition-fadedown: 1300ms var(--ease-level2);
  --transition-slideline: 1200ms var(--ease-heavy1);
  --transition-slidetxt: 1500ms var(--ease-heavy1);
  --transition-slidetxt2: 1200ms var(--ease-level2);
  --transition-slidecross: 1300ms var(--ease-level2);
  --transition-scale: 1000ms var(--ease-level2);
  --transition-slidedaiagonal: 1000ms var(--ease-level2);
  --transition-splittext: 80ms var(--ease-level1);
  --transition-mountain: 10000ms var(--ease-level2);
  --transition-graph-bar: 1800ms var(--ease-heavy2);
  --transition-graph-fade: 1300ms var(--ease-level2);
  --transition-graph-pie: 700ms var(--ease-bound1);
  --transition-border: 500ms var(--ease-level1);
  --animation-scrolltxt: 3000ms var(--ease-heavy1) infinite;
  --animation-scrollmotion: 3000ms var(--ease-heavy1) infinite;
  --animation-translate: 1500ms var(--ease-level2) forwards;
  --animation-rotate360: 50000ms linear infinite;
  --animation-step-foot: 3000ms steps(2) 2;
  --animation-step-hand: 2000ms steps(2) infinite;
  --animation-step-move: 4000ms steps(6) forwards;
  --animation-step-entrance: 8000ms steps(15) forwards;
}

:root {
  --z-index-: -1;
  --z-index-l-main: 0;
  --z-index-l-footer: 10;
  --z-index-l-header__bar: 100;
  --z-index-l-gnav__overlay: 1000;
  --z-index-l-gnav__bg: 10000;
  --z-index-l-gnav__main: 100000;
  --z-index-l-header__logo: 1000000;
  --z-index-l-sitemap: 10000000;
  --z-index-l-gnav__sub: 100000000;
  --z-index-js-modal: 1000000000;
  --z-index-l-loading: 1000000010;
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: 0 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: 400;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::after,
blockquote::before,
q::after,
q::before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img,
picture {
  max-width: 100%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  padding: 0;
}

a img {
  border: none;
}

a {
  background: 0 0;
  vertical-align: baseline;
  font-size: 100%;
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a:hover img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a,
button,
small,
span,
time {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

template {
  display: none;
}

button,
input,
select,
textarea {
  margin: 0;
  padding: 0;
  background: 0 0;
  border: none;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  cursor: pointer;
}

textarea {
  resize: vertical;
  overflow: auto;
}

[type=file] {
  line-height: 1 !important;
}

select::-ms-expand {
  display: none;
}

select::-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #fff;
}

input:-webkit-autofill,
option:-webkit-autofill,
select:-webkit-autofill {
  -webkit-text-fill-color: #000 !important;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

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

@media screen and (min-width: 1025px) {
  .lg-hide {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .md-hide {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sm-hide {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.breadcrumb {
  position: relative;
  width: 100%;
  padding-top: clamp(1.5rem, 0.833rem + 0.868vw, 2.5rem);
  padding-bottom: clamp(2rem, 0.667rem + 1.736vw, 4rem);
  padding-inline: clamp(1.5rem, 1.167rem + 0.434vw, 2rem);
}
@media screen and (max-width: 1024px) {
  .breadcrumb {
    overflow-x: scroll;
    word-break: keep-all;
    white-space: nowrap;
  }
}
.breadcrumb-inner {
  position: relative;
  margin: 0 auto;
  z-index: 2;
}
.breadcrumb ul {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .breadcrumb ul {
    justify-content: flex-end;
  }
}
.breadcrumb ul li {
  position: relative;
  margin: 0 0.8rem 0 0;
  padding: 0 1.8rem 0 0;
  font-family: var(--mincho);
  font-size: clamp(1rem, 0.8666666667rem + 0.1736111111vw, 1.2rem);
  line-height: 1;
}
.breadcrumb ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  bottom: 0;
  right: 0;
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  background-image: url(../img/common/breadcrumb.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.breadcrumb ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.breadcrumb ul li:last-child::after {
  display: none;
}
.breadcrumb ul li a:hover {
  text-decoration: underline;
}

html {
  height: 100vh;
  font-size: 62.5%;
  line-break: normal;
  overflow-wrap: break-word;
  text-underline-offset: 0.125em;
}

@media screen and (max-width: 1600px) {
  html {
    font-size: 0.625vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 400px) {
  html {
    font-size: 2.5vw;
  }
}
body {
  background-color: #f7f7f7;
  color: var(--base);
  font-family: var(--gothic);
  font-weight: 400;
  font-size: clamp(1.4rem, 1.2666666667rem + 0.1736111111vw, 1.6rem);
  line-height: 2;
  letter-spacing: 0.15rem;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-rendering: geometricPrecision;
  text-decoration-thickness: 1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: scroll;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

html.is-fs-large {
  font-size: 68.5%;
}

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

address,
dd,
dt,
li,
td,
th {
  font-size: inherit;
  line-height: inherit;
}

ol,
ul {
  list-style-position: inside;
}

button,
input,
select,
textarea {
  font-family: inherit;
}

svg {
  fill: currentColor;
}

.pager {
  display: flex;
  justify-content: center;
  margin-top: clamp(3rem, 1rem + 2.604vw, 6rem);
}
.pager a,
.pager span {
  border: 1px solid var(--gray);
  padding: 1rem 1.2rem;
  margin: 0 0.5rem;
  font-size: clamp(1.3rem, 1.1rem + 0.2604166667vw, 1.6rem);
  line-height: 1;
  transition: 0.3s;
}
.pager a:hover {
  opacity: 0.7;
}
.pager span.current {
  color: #fff;
  background-color: var(--theme-dark);
  border: 1px solid var(--theme-dark);
}

.headline {
  margin-bottom: clamp(3rem, 1rem + 2.604vw, 6rem);
}
.headline-en {
  display: flex;
  align-items: center;
  font-family: var(--garamond);
  font-size: clamp(1.4rem, 1.1333333333rem + 0.3472222222vw, 1.8rem);
  letter-spacing: 0.25rem;
}
.headline-en::after {
  content: "";
  display: block;
  margin-left: clamp(0.5rem, 0.167rem + 0.434vw, 1rem);
  width: clamp(10rem, 4.667rem + 6.944vw, 18rem);
  height: 1px;
  background-color: var(--black);
}
.headline-ja {
  padding-top: clamp(0.2rem, 0rem + 0.26vw, 0.5rem);
  font-family: var(--mincho);
  font-size: clamp(2rem, 1.4666666667rem + 0.6944444444vw, 2.8rem);
  letter-spacing: clamp(0.25rem, 0.05rem + 0.26vw, 0.55rem);
}

.headline2 {
  position: relative;
  border-top: var(--solid);
  padding-top: clamp(3rem, 1rem + 2.604vw, 6rem);
  padding-bottom: clamp(3rem, 1rem + 2.604vw, 6rem);
  display: flex;
  align-items: center;
  gap: clamp(1rem, 0.333rem + 0.868vw, 2rem);
}
.headline2::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 8rem;
  height: 1px;
  background-color: var(--theme);
}
.headline2-en {
  display: flex;
  align-items: center;
  font-family: var(--garamond);
  font-size: clamp(1.2rem, 1.0666666667rem + 0.1736111111vw, 1.4rem);
  letter-spacing: 0.25rem;
}
.headline2-en::before {
  content: "";
  display: block;
  margin-right: clamp(0.5rem, 0.167rem + 0.434vw, 1rem);
  width: clamp(1rem, 0.333rem + 0.868vw, 2rem);
  height: 1px;
  background-color: var(--black);
}
.headline2-ja {
  font-family: var(--mincho);
  font-size: clamp(2rem, 1.2rem + 1.0416666667vw, 3.2rem);
  letter-spacing: clamp(0.25rem, 0.05rem + 0.26vw, 0.55rem);
}

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

[class*=hdg] {
  font-family: var(--mincho);
  font-weight: var(--medium);
  letter-spacing: clamp(0.2rem, -0.2rem + 0.521vw, 0.8rem);
}

.hdg {
  font-size: clamp(2rem, 2rem + 0vw, 2rem);
}
.hdg2 {
  font-size: clamp(2rem, 1.8666666667rem + 0.1736111111vw, 2.2rem);
}
.hdg3 {
  font-size: clamp(2rem, 1.7333333333rem + 0.3472222222vw, 2.4rem);
}
.hdg4 {
  font-size: clamp(2rem, 1.6rem + 0.5208333333vw, 2.6rem);
}
.hdg5 {
  font-size: clamp(2rem, 1.4666666667rem + 0.6944444444vw, 2.8rem);
}
.hdg6 {
  font-size: clamp(2rem, 1.3333333333rem + 0.8680555556vw, 3rem);
}

.mt20 {
  margin-top: clamp(1rem, 0.333rem + 0.868vw, 2rem);
}

.mt30 {
  margin-top: clamp(1.5rem, 0.5rem + 1.302vw, 3rem);
}

.mt40 {
  margin-top: clamp(2rem, 0.667rem + 1.736vw, 4rem);
}

.mt60 {
  margin-top: clamp(3rem, 1rem + 2.604vw, 6rem);
}

.mt80 {
  margin-top: clamp(4rem, 1.333rem + 3.472vw, 8rem);
}

.mt100 {
  margin-top: clamp(5rem, 1.667rem + 4.34vw, 10rem);
}

.p20 {
  padding: clamp(1rem, 0.333rem + 0.868vw, 2rem);
}

.pr20 {
  padding-right: clamp(1rem, 0.333rem + 0.868vw, 2rem);
}

.pl20 {
  padding-left: clamp(1rem, 0.333rem + 0.868vw, 2rem);
}

.pt5 {
  padding-top: clamp(0.5rem, 0.5rem + 0vw, 0.5rem);
}

.pt10 {
  padding-top: clamp(0.5rem, 0.167rem + 0.434vw, 1rem);
}

.pt20 {
  padding-top: clamp(1rem, 0.333rem + 0.868vw, 2rem);
}

.pt30 {
  padding-top: clamp(1.5rem, 0.5rem + 1.302vw, 3rem);
}

.pt40 {
  padding-top: clamp(2rem, 0.667rem + 1.736vw, 4rem);
}

.pt50 {
  padding-top: clamp(2.5rem, 0.833rem + 2.17vw, 5rem);
}

.pt60 {
  padding-top: clamp(3rem, 1rem + 2.604vw, 6rem);
}

.pb0 {
  padding-bottom: 0;
}

.pb5 {
  padding-bottom: 0.5rem;
}

.pb10 {
  padding-bottom: 1rem;
}

.lh120 {
  line-height: 1.2;
}

.lh130 {
  line-height: 1.3;
}

.lh140 {
  line-height: 1.4;
}

.lh150 {
  line-height: 1.5;
}

.lh160 {
  line-height: 1.6;
}

.lh180 {
  line-height: 1.8;
}

.lh200 {
  line-height: 2;
}

.regular {
  font-weight: var(--regular);
}

.midium {
  font-weight: var(--medium);
}

.semibold {
  font-weight: var(--semibold);
}

.bold {
  font-weight: var(--bold);
}

.ls2 {
  letter-spacing: clamp(0.2rem, -0.133rem + 0.434vw, 0.7rem);
}

.ta-r {
  text-align: right;
}

.df {
  display: flex;
}

.jc-c {
  justify-content: center;
}

.anchor-list {
  display: grid;
  column-gap: 1.5rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
  .anchor-list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2rem;
  }
}
.anchor-list li a {
  position: relative;
  display: block;
  padding-top: clamp(2rem, 1.667rem + 0.434vw, 2.5rem);
  padding-right: clamp(1.5rem, 0.833rem + 0.868vw, 2.5rem);
  padding-bottom: clamp(2rem, 1.667rem + 0.434vw, 2.5rem);
  padding-left: clamp(0rem, -0.667rem + 0.868vw, 1rem);
  border-top: 1px solid var(--gray);
  font-size: clamp(1.25rem, 1.0166666667rem + 0.3038194444vw, 1.6rem);
  font-family: var(--mincho);
  font-weight: var(--semibold);
  line-height: 1.2;
}
.anchor-list li a::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--theme);
  transition: var(--ease);
}
.anchor-list li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: clamp(0.5rem, 0.167rem + 0.434vw, 1rem);
  width: 0.6rem;
  height: 0.6rem;
  border-bottom: 1px solid var(--base);
  border-right: 1px solid var(--base);
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 768px) {
  .anchor-list li a::after {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.anchor-list li a:hover {
  color: var(--theme);
}
.anchor-list li a:hover::before {
  width: 100%;
}
.anchor-list li a:hover::after {
  border-bottom-color: var(--theme);
  border-right-color: var(--theme);
}
@media screen and (min-width: 768px) {
  .anchor-list-fixed {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1025px) {
  .anchor-list-fixed {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
}
.anchor-list-sub {
  display: grid;
}
@media screen and (max-width: 767px) {
  .anchor-list-sub {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .anchor-list-sub {
    display: flex;
    justify-content: flex-end;
    margin-top: clamp(1rem, 0.333rem + 0.868vw, 2rem);
  }
}
@media screen and (max-width: 767px) {
  .anchor-list-sub li {
    text-align: center;
    border-bottom: var(--solid);
  }
}
@media screen and (min-width: 768px) {
  .anchor-list-sub li:nth-child(n+2)::before {
    content: "｜";
  }
}
.anchor-list-sub li a {
  font-size: clamp(1.2rem, 1.0666666667rem + 0.1736111111vw, 1.4rem);
}
@media screen and (max-width: 767px) {
  .anchor-list-sub li a {
    position: relative;
    display: flex;
    padding-block: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .anchor-list-sub li a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.6rem;
    width: 0.6rem;
    height: 0.6rem;
    border-bottom: 1px solid var(--base);
    border-right: 1px solid var(--base);
    transform: translateY(-50%) rotate(-45deg);
    transition: var(--ease);
  }
}

.map {
  padding: 0.3rem;
  background-color: var(--white);
  border: var(--solid);
}
.map .inner {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
}
.map .inner iframe {
  position: absolute;
  padding: 5px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.map-small .inner {
  padding-top: 39%;
}

.box {
  padding-top: 6rem;
  padding-bottom: 6rem;
  padding-block: clamp(3rem, 1rem + 2.604vw, 6rem);
  border-bottom: var(--solid);
}
.box-first {
  padding-top: 0;
}
.box80 {
  padding-block: clamp(4rem, 1.333rem + 3.472vw, 8rem);
}

.red {
  color: var(--red);
}

@media screen and (max-width: 767px) {
  .table-scroll {
    width: 100%;
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}

.list-dot li {
  position: relative;
  padding-left: clamp(0.8rem, 0.5rem + 0.391vw, 1.25rem);
  list-style: none;
  line-height: 1.8;
}
.list-dot li::before {
  content: "";
  position: absolute;
  top: 0.85em;
  left: 0;
  bottom: auto;
  right: auto;
  margin: auto;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  background-color: var(--base);
}
@media screen and (min-width: 768px) {
  .list-dot li::before {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.list-dot li:nth-child(n+2) {
  margin-top: 1rem;
}

.note {
  display: block;
  margin-left: 1em;
  text-indent: -1em;
  font-size: clamp(1.1rem, 0.9666666667rem + 0.1736111111vw, 1.3rem);
  line-height: 1.5;
  letter-spacing: 0.1rem;
}

.dummy {
  color: #cc0000;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  font-family: var(--mincho);
}
@media screen and (max-width: 1024px) {
  .header {
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.9);
  }
}
@media screen and (min-width: 1025px) {
  .header {
    width: 26rem;
    height: 100%;
    background-color: var(--white);
  }
}
@media screen and (max-height: 880px) {
  .header-logo {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .header-logo {
    height: 5.5rem;
    padding-top: 1rem;
    padding-right: 5.5rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header-logo {
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
    padding-left: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .header-logo {
    display: flex;
    align-items: center;
    width: 100%;
    background-color: var(--white);
    z-index: 10;
  }
}
@media screen and (min-height: 881px) and (min-width: 1025px) {
  .header-logo {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .header-logo {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 1025px) {
  .header-logo {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 11;
    padding-right: 5rem;
    padding-left: 5rem;
    background-color: var(--white);
    border-bottom: 1px solid #ddd;
  }
}
.header-logo a {
  display: block;
}
@media screen and (max-width: 767px) {
  .header-logo-name {
    width: 15rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header-logo-name {
    width: 18rem;
  }
}
@media screen and (max-width: 767px) {
  .header-logo p {
    margin-left: 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header-logo p {
    margin-left: 2rem;
  }
}
.header-logo p img {
  display: block;
}
@media screen and (max-width: 767px) {
  .header-logo p {
    width: 14.341rem;
    height: 1.7rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header-logo p {
    width: 16rem;
  }
}
@media screen and (min-width: 1025px) {
  .header-logo p {
    margin-top: 1.8rem;
  }
}
.header-fs {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .header-fs {
    display: none;
  }
}
@media screen and (max-height: 880px) {
  .header-fs {
    margin-top: 1.5rem;
  }
}
@media screen and (min-height: 881px) {
  .header-fs {
    margin-top: 3rem;
  }
}
.header-fs p {
  padding-right: 1.5rem;
  font-size: 1.5rem;
  font-weight: var(--medium);
  line-height: 1;
}
.header-fs ul {
  display: flex;
}
.header-fs ul li:last-child {
  margin-left: 0.5rem;
}
.header-fs ul li button {
  padding: 0.8rem 1rem;
  background-color: #999;
  border-radius: 0.2rem;
  font-size: 1.4rem;
  font-weight: var(--semibold);
  color: var(--white);
  line-height: 1;
  transition: all 0.3s;
}
.header-fs ul li button:hover {
  opacity: 0.8;
}
.header-fs ul li button.is-active {
  background-color: #505caa;
}
@media screen and (min-width: 1025px) {
  .header-btn {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media screen and (max-height: 880px) {
  .header-btn {
    margin-top: 1.5rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media screen and (min-height: 881px) {
  .header-btn {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 1024px) {
  .header-btn {
    display: none;
  }
}
.header-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.8rem 0.1rem;
  font-size: 1.5rem;
  font-weight: var(--medium);
  line-height: 1;
  color: var(--white);
  text-align: center;
  letter-spacing: 0.125rem;
}
.header-btn a::before {
  content: "";
  display: block;
  margin-right: 0.5rem;
}
@media screen and (min-width: 1025px) {
  .header-btn a {
    padding: 2.2rem 0.1rem;
    border-radius: 0.3rem;
  }
}
@media screen and (max-width: 767px) {
  .header-btn ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.header-btn ul li a {
  transition: all 0.3s;
}
.header-btn ul li a:hover {
  opacity: 0.8;
}
.header-btn ul li:first-child a {
  background-color: #2f335b;
}
.header-btn ul li:first-child a::before {
  width: 1.392rem;
  height: 1.113rem;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.918' height='11.134'%3E%3Cpath fill='%23fff' d='M12.526 0H1.392A1.39 1.39 0 0 0 .007 1.392L0 9.743a1.4 1.4 0 0 0 1.392 1.392h11.134a1.4 1.4 0 0 0 1.392-1.392V1.392A1.4 1.4 0 0 0 12.526 0Zm0 2.784L6.959 6.263 1.392 2.784V1.392l5.567 3.479 5.567-3.479Z'/%3E%3C/svg%3E") no-repeat 0 0/contain;
}
@media screen and (min-width: 1025px) {
  .header-btn ul li:last-child {
    margin-top: 1.5rem;
  }
}
.header-btn ul li:last-child a {
  background-color: #832f45;
}
.header-btn ul li:last-child a::before {
  width: 1.329rem;
  height: 1.518rem;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.286' height='15.184'%3E%3Cpath fill='%23fff' d='M12.93 4.745H.356A.356.356 0 0 1 0 4.389V3.322A1.424 1.424 0 0 1 1.424 1.9h1.423V.356A.356.356 0 0 1 3.2 0h1.189a.356.356 0 0 1 .356.356V1.9h3.8V.356A.356.356 0 0 1 8.9 0h1.186a.356.356 0 0 1 .356.356V1.9h1.424a1.424 1.424 0 0 1 1.424 1.424v1.065a.356.356 0 0 1-.36.356ZM.356 5.694H12.93a.356.356 0 0 1 .356.356v7.711a1.424 1.424 0 0 1-1.424 1.424H1.424A1.424 1.424 0 0 1 0 13.761V6.05a.356.356 0 0 1 .356-.356ZM10.24 8.54 9.4 7.7a.356.356 0 0 0-.5 0l-3.143 3.115L4.393 9.44a.356.356 0 0 0-.5 0l-.842.835a.356.356 0 0 0 0 .5L5.5 13.246a.356.356 0 0 0 .5 0l4.239-4.205a.356.356 0 0 0 0-.5Z'/%3E%3C/svg%3E") no-repeat 0 0/contain;
}
@media screen and (min-width: 1025px) {
  .header-content {
    position: relative;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    z-index: 1;
  }
}
@media screen and (max-height: 880px) {
  .header-content {
    padding-top: 18.4rem;
  }
}
@media screen and (min-height: 881px) {
  .header-content {
    padding-top: 23.2rem;
  }
}
.header-content.is-open {
  display: block;
}
.header-nav-link {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-family: var(--mincho);
  font-weight: var(--medium);
  letter-spacing: 0.2rem;
  line-height: 1;
}
@media screen and (min-height: 768px) and (max-height: 880px) {
  .header-nav-link {
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
  }
}
@media screen and (min-height: 881px) {
  .header-nav-link {
    padding-top: 2.1rem;
    padding-bottom: 2.1rem;
  }
}
@media screen and (max-width: 1024px) {
  .header-nav-link {
    color: var(--white);
  }
}
@media screen and (min-width: 1025px) {
  .header-nav-link {
    padding-left: 3rem;
    border-bottom: 1px solid #ddd;
  }
}
@media screen and (min-width: 1025px) {
  .header-nav-link:hover {
    background-color: #f4f4f4;
    color: #2f335b;
  }
}
.header-nav-main li.active > a {
  background-color: var(--bg);
}
.header-nav-main li.plus.active > a::after {
  right: 1.75rem;
  border-bottom-color: var(--theme);
  border-right-color: var(--theme);
}
@media screen and (min-width: 1025px) {
  .header-nav-main .plus > a {
    pointer-events: none;
  }
}
@media screen and (max-width: 1024px) {
  .header-nav-main .plus > a::before, .header-nav-main .plus > a::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: var(--white);
    transition: all 0.4s;
  }
}
@media screen and (max-width: 1024px) {
  .header-nav-main .plus > a::before {
    right: 0.5rem;
    width: 1px;
    height: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .header-nav-main .plus > a::after {
    width: 1rem;
    height: 1px;
  }
}
@media screen and (min-width: 1025px) {
  .header-nav-main .plus > a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 2rem;
    width: 0.6rem;
    height: 0.6rem;
    border-bottom: 1px solid var(--base);
    border-right: 1px solid var(--base);
    -webkit-transform: translateY(50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    transition: var(--ease);
  }
}
@media screen and (min-width: 1025px) {
  .header-nav-main .plus > a:hover::after {
    right: 1.75rem;
    border-bottom-color: var(--theme);
    border-right-color: var(--theme);
  }
}
@media screen and (max-width: 1024px) {
  .header-nav-main .plus.open > a::before {
    height: 0;
    transform-origin: 50% 50%;
  }
}
@media screen and (max-width: 1024px) {
  .header-nav-main .mega {
    height: 0;
    overflow: hidden;
    transition: height 0.4s ease;
  }
}
@media screen and (min-width: 1025px) {
  .header-nav-main .mega {
    position: fixed;
    top: 0;
    left: 26rem;
    width: 0;
    height: 100vh;
    background-color: var(--bg);
    transition: width 0.6s ease;
    overflow: hidden;
    z-index: 1000;
  }
}
@media screen and (min-width: 1025px) {
  .header-nav-main .mega.show {
    width: 34rem;
    border-right: 1px solid #ddd;
  }
}
.header-nav-main .mega-inner {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 1024px) {
  .header-nav-main .mega-inner {
    padding-left: 2rem;
    padding-bottom: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .header-nav-main .mega-inner {
    width: 34rem;
    padding: 14rem 4rem;
  }
}
@media screen and (max-height: 880px) and (min-width: 768px) {
  .header-nav-main .mega-inner {
    padding-top: 4rem;
  }
}
.header-nav-main .mega-ttl {
  font-size: clamp(1.6rem, 1.3333333333rem + 0.3472222222vw, 2rem);
  font-weight: var(--semibold);
}
@media screen and (max-width: 1024px) {
  .header-nav-main .mega-ttl {
    display: none;
  }
}
.header-nav-main .mega-list-link a {
  position: relative;
  display: flex;
  align-items: flex-end;
  margin-top: 2rem;
  padding-left: 2.4rem;
  font-weight: var(--semibold);
}
@media screen and (max-width: 1024px) {
  .header-nav-main .mega-list-link a {
    color: var(--white);
  }
}
@media screen and (min-width: 1025px) {
  .header-nav-main .mega-list-link a {
    margin-top: 2.6rem;
  }
}
.header-nav-main .mega-list-link a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 9999rem;
}
@media screen and (max-width: 1024px) {
  .header-nav-main .mega-list-link a::before {
    background-color: #fff;
  }
}
@media screen and (min-width: 1025px) {
  .header-nav-main .mega-list-link a::before {
    background: linear-gradient(180deg, rgb(74, 86, 171) 0%, rgb(55, 64, 126) 100%);
  }
}
.header-nav-main .mega-list-link a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.4rem;
  width: 0.5rem;
  height: 0.5rem;
  border-bottom: 1px solid #2c4198;
  border-right: 1px solid #2c4198;
  -webkit-transform: translateY(50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (min-width: 1025px) {
  .header-nav-main .mega-list-link a::after {
    border-bottom: 1px solid var(--white);
    border-right: 1px solid var(--white);
  }
}
.header-nav-main .mega-list-link a span {
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: var(--ease);
}
.header-nav-main .mega-list-link a span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  height: 0.1rem;
  background-color: var(--base);
  background-color: currentColor;
  transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.header-nav-main .mega-list-link a:hover span {
  color: var(--theme);
}
.header-nav-main .mega-list-link a:hover span::before {
  width: 100%;
}
.header-nav-main .mega-list-link-sub {
  margin-top: 1rem;
  padding-left: 2.6rem;
}
.header-nav-main .mega-list-link-sub a {
  display: flex;
  align-items: center;
  font-size: clamp(1.4rem, 1.3333333333rem + 0.0868055556vw, 1.5rem);
  font-weight: var(--semibold);
}
@media screen and (max-width: 1024px) {
  .header-nav-main .mega-list-link-sub a {
    color: var(--white);
  }
}
.header-nav-main .mega-list-link-sub a::before {
  content: "└";
  padding-right: 0.5rem;
}
.header-nav-main .mega-list-link-sub a span {
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: var(--ease);
}
.header-nav-main .mega-list-link-sub a span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  height: 0.1rem;
  background-color: var(--base);
  background-color: currentColor;
  transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.header-nav-main .mega-list-link-sub a:hover span {
  color: var(--theme);
}
.header-nav-main .mega-list-link-sub a:hover span::before {
  width: 100%;
}
.header-nav-main .mega-list-link + .mega-list-link-sub {
  margin-top: 1.5rem;
}

.is-nav-open .header-bg {
  transform: translateY(0);
  animation: slideIn 0.6s var(--easeInOutCubic) 0s forwards;
}

@media screen and (max-width: 767px) {
  .header-content {
    padding: 7.5rem 8vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header-content {
    padding: 10rem 10vw;
  }
}
@media screen and (max-width: 1024px) {
  .header-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9;
    background: linear-gradient(180deg, rgba(74, 86, 171, 0.9) 0%, rgba(55, 64, 126, 0.9) 100%);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    transition: -webkit-transform 460ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 460ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 460ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 460ms cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: auto;
  }
}
.header-content.is-open {
  transform: translateY(0);
  animation: slideIn 1s var(--easeInOutCubic) 0s forwards;
}
.header-content.is-open .header-nav-main li:nth-of-type(1) {
  transform: translate3d(0, 0, 0) rotate(0.001deg);
  transition: all 0.8s cubic-bezier(0.7, 0, 0.2, 1);
}
.header-content.is-open .header-nav-main li:nth-of-type(2) {
  transform: translate3d(0, 0, 0) rotate(0.001deg);
  transition: all 0.8s cubic-bezier(0.7, 0, 0.2, 1);
  transition-delay: 0.03s;
}
.header-content.is-open .header-nav-main li:nth-of-type(3) {
  transform: translate3d(0, 0, 0) rotate(0.001deg);
  transition: all 0.8s cubic-bezier(0.7, 0, 0.2, 1);
  transition-delay: 0.06s;
}
.header-content.is-open .header-nav-main li:nth-of-type(4) {
  transform: translate3d(0, 0, 0) rotate(0.001deg);
  transition: all 0.8s cubic-bezier(0.7, 0, 0.2, 1);
  transition-delay: 0.09s;
}
.header-content.is-open .header-nav-main li:nth-of-type(5) {
  transform: translate3d(0, 0, 0) rotate(0.001deg);
  transition: all 0.8s cubic-bezier(0.7, 0, 0.2, 1);
  transition-delay: 0.12s;
}
.header-content.is-open .header-nav-main li:nth-of-type(6) {
  transform: translate3d(0, 0, 0) rotate(0.001deg);
  transition: all 0.8s cubic-bezier(0.7, 0, 0.2, 1);
  transition-delay: 0.15s;
}
.header-content.is-open .header-nav-main li:nth-of-type(7) {
  transform: translate3d(0, 0, 0) rotate(0.001deg);
  transition: all 0.8s cubic-bezier(0.7, 0, 0.2, 1);
  transition-delay: 0.18s;
}
.header-content.is-open .header-nav-main li:nth-of-type(8) {
  transform: translate3d(0, 0, 0) rotate(0.001deg);
  transition: all 0.8s cubic-bezier(0.7, 0, 0.2, 1);
  transition-delay: 0.21s;
}
.header-content.is-open .header-nav-main li:nth-of-type(9) {
  transform: translate3d(0, 0, 0) rotate(0.001deg);
  transition: all 0.8s cubic-bezier(0.7, 0, 0.2, 1);
  transition-delay: 0.24s;
}
.header-content.is-open .header-nav-main li:nth-of-type(10) {
  transform: translate3d(0, 0, 0) rotate(0.001deg);
  transition: all 0.8s cubic-bezier(0.7, 0, 0.2, 1);
  transition-delay: 0.27s;
}
.header-content-btn {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1001;
  width: 5.5rem;
  height: 5.5rem;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header-content-btn {
    width: 7.8rem;
    height: 7.8rem;
  }
}
@media screen and (min-width: 1025px) {
  .header-content-btn {
    display: none;
  }
}
.header-content-btn a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: background-color 370ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.header-content-btn a.is-hover:hover {
  opacity: 0.8;
}
.header-content-btn a span {
  display: block;
  background-color: #2c4198;
  transition: all 0.5s;
  width: 2rem;
  height: 1px;
  margin: 0.2rem 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header-content-btn a span {
    width: 3.6rem;
    margin: 0.4rem 0;
  }
}
.header-content-btn a.is-open span:nth-of-type(1) {
  -webkit-transform: translateY(0.55rem) rotate(-45deg);
  transform: translateY(0.55rem) rotate(-45deg);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header-content-btn a.is-open span:nth-of-type(1) {
    -webkit-transform: translateY(0.95rem) rotate(-45deg);
    transform: translateY(0.95rem) rotate(-45deg);
  }
}
.header-content-btn a.is-open span:nth-of-type(2) {
  opacity: 0;
}
.header-content-btn a.is-open span:nth-of-type(3) {
  -webkit-transform: translateY(-0.4rem) rotate(45deg);
  transform: translateY(-0.4rem) rotate(45deg);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header-content-btn a.is-open span:nth-of-type(3) {
    -webkit-transform: translateY(-0.8rem) rotate(45deg);
    transform: translateY(-0.8rem) rotate(45deg);
  }
}

main {
  position: relative;
}
@media screen and (min-width: 1025px) {
  main {
    margin-left: 26rem;
  }
}

.btn {
  display: inline-block;
  position: relative;
  padding-top: clamp(1.5rem, 1.167rem + 0.434vw, 2rem);
  padding-right: clamp(5rem, 1.667rem + 4.34vw, 10rem);
  padding-bottom: clamp(1.5rem, 1.167rem + 0.434vw, 2rem);
  padding-left: clamp(2rem, -3.333rem + 6.944vw, 10rem);
  background-color: var(--theme-dark);
  border: 1px solid var(--theme-dark);
  border-radius: 0.5rem;
  font-family: var(--mincho);
  font-weight: var(--medium);
  color: var(--white);
  transition: all 0.2s ease;
}
@media screen and (min-width: 768px) {
  .btn {
    padding-top: clamp(1.5rem, 1.167rem + 0.434vw, 2rem);
    padding-right: clamp(5rem, 1.667rem + 4.34vw, 10rem);
    padding-bottom: clamp(1.5rem, 1.167rem + 0.434vw, 2rem);
    padding-left: clamp(3rem, -1.667rem + 6.076vw, 10rem);
  }
}
.btn-red {
  background-color: #832f45;
  border: 1px solid #832f45;
}
.btn-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 0.8rem;
  height: 0.8rem;
  border-bottom: 1px solid var(--white);
  border-right: 1px solid var(--white);
  -webkit-transform: translateY(50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn-arrow:hover {
  background-color: var(--white);
  color: var(--theme-dark);
}
.btn-arrow:hover::after {
  right: 1.5rem;
  border-bottom-color: var(--theme-dark);
  border-right-color: var(--theme-dark);
}
.btn-pdf {
  align-items: center;
}
.btn-pdf::before {
  content: "";
  display: inline-flex;
  width: 1.3rem;
  height: 1.7rem;
  margin-right: 1rem;
  background: url(../img/common/icon-pdf.svg) no-repeat 0 0/cover;
}
.btn-pdf:hover {
  background-color: var(--white);
  color: var(--theme-dark);
}
.btn-pdf:hover::after {
  right: 1.5rem;
  border-bottom-color: var(--theme-dark);
  border-right-color: var(--theme-dark);
}
.btn-red:hover {
  color: #832f45;
}
.btn-red:hover::after {
  border-bottom-color: #832f45;
  border-right-color: #832f45;
}
.btns {
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .btns {
    flex-direction: column;
  }
}

.top-btn-arrow {
  display: inline-block;
  position: relative;
  padding-right: 3.5rem;
  text-decoration: none;
  font-size: clamp(1.35rem, 1.25rem + 0.1302083333vw, 1.5rem);
  line-height: 1;
  transition: var(--ease);
}
.top-btn-arrow::before, .top-btn-arrow::after {
  content: "";
  position: absolute;
  background-color: var(--base);
  transform: translateY(-50%);
  transition: var(--ease);
}
.top-btn-arrow::before {
  top: 50%;
  right: 0.5rem;
  width: 2.3rem;
  height: 1px;
}
.top-btn-arrow::after {
  top: 38%;
  right: 0.5rem;
  width: 0.9rem;
  height: 0.5rem;
  clip-path: polygon(0 0, 35% 100%, 100% 100%);
}
.top-btn-arrow span,
.top-btn-arrow em {
  position: relative;
  display: inline-block;
}
.top-btn-arrow span::before,
.top-btn-arrow em::before {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  display: block;
  width: 0;
  height: 0.1rem;
  background-color: var(--base);
  background-color: currentColor;
  transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.top-btn-arrow:hover {
  color: var(--theme);
}
.top-btn-arrow:hover::before, .top-btn-arrow:hover::after {
  right: 0;
}
.top-btn-arrow:hover span::before,
.top-btn-arrow:hover em::before {
  width: 100%;
}
.top-btn-arrow-long {
  padding-right: 7rem;
}
.top-btn-arrow-long::before {
  width: 5.7rem;
}
.top-btn-arrow-white::before, .top-btn-arrow-white::after {
  background-color: var(--white);
}
.top-btn-arrow-white:hover {
  color: var(--white);
}

.line-slidein,
.line-slideout {
  display: inline-block;
  position: relative;
}

.line-slidein::before {
  content: "";
  display: block;
  width: 0;
  height: 0.1rem;
  background-color: var(--color-base);
  background-color: currentColor;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.line-slidein:hover::before {
  width: 100%;
}

.line-slidein-white::before {
  background-color: var(--white);
}

.line-slideout::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.1rem;
  background-color: var(--black);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  will-change: transform;
  transform-origin: center left;
}

.line-slideout:hover::before {
  transform: scaleX(0);
  transform-origin: center right;
}

.line-slideout-white::before {
  background-color: var(--white);
}

@keyframes slideIn {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes slideOut {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes slideOut {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.floating-btn {
  position: fixed;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .floating-btn {
    bottom: -59px;
    left: 0;
    transition: 0.5s;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .floating-btn {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 4.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .floating-btn {
    display: none;
  }
}
.floating-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.8rem 0.1rem;
  font-family: var(--mincho);
  font-size: 1.6rem;
  font-weight: var(--medium);
  line-height: 1;
  color: var(--white);
  text-align: center;
  letter-spacing: 0.125rem;
}
@media screen and (max-width: 767px) {
  .floating-btn a {
    letter-spacing: 0.25rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .floating-btn a {
    width: 100%;
    padding: 1.8rem 1rem;
    border-radius: 0.3rem 0 0 0.3rem;
    writing-mode: vertical-rl;
  }
}
.floating-btn a::before {
  content: "";
  display: block;
}
@media screen and (max-width: 767px) {
  .floating-btn a::before {
    margin-right: 0.8rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .floating-btn a::before {
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .floating-btn a::before {
    margin-right: 0.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .floating-btn a {
    padding: 2.2rem 0.1rem;
    border-radius: 0.3rem;
  }
}
@media screen and (max-width: 767px) {
  .floating-btn ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.floating-btn ul li a {
  transition: all 0.3s;
}
.floating-btn ul li a:hover {
  opacity: 0.8;
}
.floating-btn ul li:first-child a {
  background-color: #2f335b;
}
.floating-btn ul li:first-child a::before {
  width: 1.392rem;
  height: 1.113rem;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.918' height='11.134'%3E%3Cpath fill='%23fff' d='M12.526 0H1.392A1.39 1.39 0 0 0 .007 1.392L0 9.743a1.4 1.4 0 0 0 1.392 1.392h11.134a1.4 1.4 0 0 0 1.392-1.392V1.392A1.4 1.4 0 0 0 12.526 0Zm0 2.784L6.959 6.263 1.392 2.784V1.392l5.567 3.479 5.567-3.479Z'/%3E%3C/svg%3E") no-repeat 0 0/contain;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .floating-btn ul li:last-child {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .floating-btn ul li:last-child {
    margin-top: 1.5rem;
  }
}
.floating-btn ul li:last-child a {
  background-color: #832f45;
}
.floating-btn ul li:last-child a::before {
  width: 1.329rem;
  height: 1.518rem;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.286' height='15.184'%3E%3Cpath fill='%23fff' d='M12.93 4.745H.356A.356.356 0 0 1 0 4.389V3.322A1.424 1.424 0 0 1 1.424 1.9h1.423V.356A.356.356 0 0 1 3.2 0h1.189a.356.356 0 0 1 .356.356V1.9h3.8V.356A.356.356 0 0 1 8.9 0h1.186a.356.356 0 0 1 .356.356V1.9h1.424a1.424 1.424 0 0 1 1.424 1.424v1.065a.356.356 0 0 1-.36.356ZM.356 5.694H12.93a.356.356 0 0 1 .356.356v7.711a1.424 1.424 0 0 1-1.424 1.424H1.424A1.424 1.424 0 0 1 0 13.761V6.05a.356.356 0 0 1 .356-.356ZM10.24 8.54 9.4 7.7a.356.356 0 0 0-.5 0l-3.143 3.115L4.393 9.44a.356.356 0 0 0-.5 0l-.842.835a.356.356 0 0 0 0 .5L5.5 13.246a.356.356 0 0 0 .5 0l4.239-4.205a.356.356 0 0 0 0-.5Z'/%3E%3C/svg%3E") no-repeat 0 0/contain;
}
@media screen and (max-width: 767px) {
  .floating-btn.is-show {
    bottom: 0;
  }
}

footer {
  position: relative;
  background-color: var(--bg);
  padding-top: clamp(5rem, 1.667rem + 4.34vw, 10rem);
}
@media screen and (min-width: 1025px) {
  footer {
    margin-left: 26rem;
  }
}
footer .address {
  padding-top: clamp(3rem, 2.333rem + 0.868vw, 4rem);
  padding-bottom: clamp(3rem, 2.333rem + 0.868vw, 4rem);
}
@media screen and (max-width: 767px) {
  footer .address {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  footer .address {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  footer .address li:first-child {
    flex: 1 0 100%;
    margin-bottom: 2rem;
    text-align: center;
  }
  footer .address li:first-child img {
    width: 50%;
  }
}
footer .address li:nth-child(2) h5, footer .address li:nth-child(3) h5 {
  padding-bottom: 1rem;
  font-family: var(--mincho);
  font-size: clamp(1.4rem, 1.2666666667rem + 0.1736111111vw, 1.6rem);
  font-weight: var(--medium);
}
footer .address li:nth-child(2) p, footer .address li:nth-child(3) p {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  footer .address li:nth-child(2), footer .address li:nth-child(3) {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  footer .address li:last-child {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 4rem;
  }
}
footer .address li:last-child a {
  display: block;
}
footer .address li:last-child a:first-of-type img {
  width: 21.9rem;
  height: auto;
}
@media screen and (min-width: 768px) {
  footer .address li:last-child a:last-of-type {
    margin-top: 1rem;
  }
}
footer .address li:last-child p {
  padding-left: clamp(1.5rem, 0.5rem + 1.302vw, 3rem);
  font-size: clamp(1rem, 0.8666666667rem + 0.1736111111vw, 1.2rem);
}
footer .copyright {
  padding-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  footer .copyright {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  footer .copyright {
    display: flex;
    justify-content: space-between;
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-top: var(--solid);
    text-align: right;
  }
}
footer .copyright a {
  font-size: clamp(1rem, 0.8666666667rem + 0.1736111111vw, 1.2rem);
}
footer .copyright p {
  font-family: var(--garamond);
  font-size: clamp(1rem, 0.8666666667rem + 0.1736111111vw, 1.2rem);
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 767px) {
  footer .copyright p {
    text-align: center;
  }
}

.footer-contact {
  position: relative;
  padding-top: clamp(5rem, 1.667rem + 4.34vw, 10rem);
  background: url(../img/common/contact-bg.jpg) no-repeat top right/cover;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer-contact {
    background-position: top center;
  }
}
.footer-contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.footer-contact .ttl {
  text-align: center;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
  color: var(--white);
}
.footer-contact .ttl h2 {
  font-size: clamp(2.2rem, 1.5333333333rem + 0.8680555556vw, 3.2rem);
  font-family: var(--mincho);
  font-weight: var(--medium);
  letter-spacing: 0.5rem;
}
.footer-contact .ttl p {
  font-family: var(--garamond);
}
.footer-contact .ttl + p {
  padding-top: clamp(2rem, 0rem + 2.604vw, 5rem);
  color: var(--white);
  letter-spacing: 0.25rem;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
  line-height: 1.8;
}
.footer-contact .inner {
  padding-bottom: 6rem;
}
.footer-contact .tel {
  padding-top: clamp(4rem, 3.333rem + 0.868vw, 5rem);
}
@media screen and (min-width: 768px) {
  .footer-contact .tel {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 4rem;
  }
}
.footer-contact .tel li {
  padding: 3rem 1rem;
  background-color: rgba(255, 255, 255, 0.9);
}
.footer-contact .tel li h3 {
  font-family: var(--mincho);
  font-size: clamp(1.6rem, 1.2rem + 0.5208333333vw, 2.2rem);
  font-weight: var(--medium);
  line-height: 1;
}
.footer-contact .tel li p {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2rem;
  padding-bottom: 1rem;
}
.footer-contact .tel li em {
  display: block;
  width: 2.7rem;
  height: 1.8rem;
  margin-right: clamp(1rem, 0.667rem + 0.434vw, 1.5rem);
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='24'%3E%3Cg fill='%23485299' data-name='グループ 4224'%3E%3Cpath d='M0 0v4.161a21.064 21.064 0 0 1 7.743 1.46q.639.255 1.24.546a19.517 19.517 0 0 1 2.931-1.133A21.376 21.376 0 0 1 18 4.161a21.072 21.072 0 0 1 7.777 1.46q.639.255 1.24.546a19.532 19.532 0 0 1 2.931-1.133A21.386 21.386 0 0 1 36 4.161V0Z' data-name='パス 36577'/%3E%3Cpath d='M22.422 14.143a4.515 4.515 0 0 0 7.037 3.744 4.5 4.5 0 0 0 1.991-3.743 3.851 3.851 0 0 0-.29-1.419 6.255 6.255 0 0 0-.9-1.531 11.414 11.414 0 0 0-3.326-2.772 12.271 12.271 0 0 0-2.731 2.088 6.782 6.782 0 0 0-1.554 2.38 3.769 3.769 0 0 0-.227 1.253Z' data-name='パス 36578'/%3E%3Cpath d='M31.4 9.179a8.762 8.762 0 0 1 2.057 3.11 5.756 5.756 0 0 1 .358 1.962 6.463 6.463 0 0 1-1.161 3.7 6.776 6.776 0 0 1-2.989 2.4 6.965 6.965 0 0 1-6.446-.61 6.676 6.676 0 0 1-2.46-2.908 6.441 6.441 0 0 1-.535-2.574 6.142 6.142 0 0 1 .779-2.9 9.9 9.9 0 0 1 2.052-2.574 14.055 14.055 0 0 1 1.471-1.172 18.22 18.22 0 0 0-1.095-.353 19.741 19.741 0 0 0-5.43-.751 19.452 19.452 0 0 0-6.525 1.1 13.519 13.519 0 0 1 1.889 1.574 8.767 8.767 0 0 1 2.056 3.11 5.749 5.749 0 0 1 .359 1.962 6.465 6.465 0 0 1-1.161 3.7 6.779 6.779 0 0 1-2.988 2.4 6.965 6.965 0 0 1-6.446-.61 6.675 6.675 0 0 1-2.461-2.908 6.44 6.44 0 0 1-.534-2.574 6.144 6.144 0 0 1 .779-2.9 9.9 9.9 0 0 1 2.053-2.574 14.016 14.016 0 0 1 1.471-1.172c-.356-.127-.72-.245-1.095-.353a19.749 19.749 0 0 0-5.4-.751v17.5H36v-17.5a19.455 19.455 0 0 0-6.492 1.1A13.512 13.512 0 0 1 31.4 9.179Z' data-name='パス 36579'/%3E%3Cpath d='M4.548 14.143a4.515 4.515 0 0 0 7.037 3.744 4.507 4.507 0 0 0 1.991-3.743 3.863 3.863 0 0 0-.29-1.419 6.275 6.275 0 0 0-.9-1.531 11.423 11.423 0 0 0-3.327-2.772 12.261 12.261 0 0 0-2.731 2.088 6.782 6.782 0 0 0-1.554 2.38 3.765 3.765 0 0 0-.226 1.253Z' data-name='パス 36580'/%3E%3C/g%3E%3C/svg%3E") no-repeat 0 0/contain;
}
@media screen and (min-width: 768px) {
  .footer-contact .tel li em {
    width: 3rem;
    height: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .footer-contact .tel li em {
    width: 3.6rem;
    height: 2.4rem;
  }
}
.footer-contact .tel li a {
  font-family: var(--barlow);
  font-size: clamp(3rem, 1.6666666667rem + 1.7361111111vw, 5rem);
  font-weight: 300;
  color: #2c4198;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .footer-contact .tel li:last-child {
    margin-top: 2rem;
  }
}
.footer-contact .form {
  margin-top: 4rem;
  padding-top: clamp(3rem, 3rem + 0vw, 3rem);
  padding-bottom: clamp(3rem, 3rem + 0vw, 3rem);
  padding-left: clamp(3rem, 3rem + 0vw, 3rem);
  padding-right: clamp(3rem, 3rem + 0vw, 3rem);
  background: rgba(74, 86, 171, 0.95);
  color: var(--white);
}
@media screen and (max-width: 767px) {
  .footer-contact .form {
    display: none;
  }
}
.footer-contact .form h4 {
  font-family: var(--mincho);
  font-size: clamp(2rem, 1.2rem + 1.0416666667vw, 3.2rem);
  font-weight: var(--medium);
  letter-spacing: clamp(0.3rem, -0.167rem + 0.608vw, 1rem);
  line-height: 1.4;
}
.footer-contact .form h4 + p {
  padding-top: 1rem;
  letter-spacing: 0.35rem;
}
.footer-contact .form ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: clamp(2rem, 0.667rem + 1.736vw, 4rem);
  margin-top: 3rem;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .footer-contact .form ul {
    width: 80%;
  }
}
.footer-contact .form ul li a {
  position: relative;
  display: block;
  padding: 2.2rem 2.5rem 1.5rem;
  border: 1px solid var(--white);
  border-radius: 0.5rem;
  transition: var(--ease);
}
.footer-contact .form ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 0.8rem;
  height: 0.8rem;
  border-bottom: 1px solid var(--white);
  border-right: 1px solid var(--white);
  -webkit-transform: translateY(50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.footer-contact .form ul li a:hover {
  background-color: var(--white);
  color: var(--base);
}
.footer-contact .form ul li a:hover::after {
  right: 1.5rem;
  border-bottom-color: var(--base);
  border-right-color: var(--base);
}
.footer-contact .form ul li a p {
  font-family: var(--mincho);
  font-weight: 500;
  line-height: 1;
}
.footer-contact .form ul li a span {
  font-family: var(--garamond);
  font-size: 1.2rem;
  line-height: 1;
}

.pagetop {
  position: fixed;
  right: 1rem;
  bottom: 6rem;
  width: 3.2rem;
  height: 3.2rem;
  background: linear-gradient(180deg, rgb(74, 86, 171) 0%, rgb(55, 64, 126) 100%);
  border-radius: 9999rem;
  opacity: 0.9;
  z-index: 999;
}
@media screen and (min-width: 768px) {
  .pagetop {
    right: 2.5rem;
    bottom: 2.5rem;
    width: 5rem;
    height: 5rem;
  }
}
.pagetop a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.pagetop a::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border: 0;
  border-top: solid 1px var(--white);
  border-right: solid 1px var(--white);
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .pagetop a::before {
    width: 0.8rem;
    height: 0.8rem;
  }
}

.form select {
  outline: none;
  padding: 1rem 3rem 1rem 1rem;
  background-color: #fff;
  background-image: url(../../assets/img/common/icon-arrow-down.svg);
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1rem;
  border: 1px solid var(--gray-light);
  border-radius: 0.5rem;
  font-size: clamp(1.4rem, 1.2666666667rem + 0.1736111111vw, 1.6rem);
}
@media screen and (min-width: 768px) {
  .form select {
    padding: 1.2rem 4rem 1.2rem 1rem;
  }
}
.form button,
.form select,
.form textarea,
.form input {
  font-family: inherit;
}
.form textarea {
  height: 20rem;
}
@media screen and (min-width: 768px) {
  .form textarea {
    height: 26rem;
  }
}
.form input[type=submit], .form input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  cursor: pointer;
}
.form input[type=text] {
  line-height: normal;
}
.form input[type=checkbox], .form input[type=radio] {
  padding: 0;
  vertical-align: 1px;
}
.form input::placeholder {
  color: #bbb;
}
.form textarea,
.form input[type=email],
.form input[type=tel],
.form input[type=text] {
  width: 100%;
  padding: 1rem 0.7rem;
  background-color: var(--white);
  border: 1px solid var(--gray-light);
  border-radius: 0.5rem;
  outline: none;
  font-size: clamp(1.4rem, 1.2666666667rem + 0.1736111111vw, 1.6rem);
  font-family: inherit;
  transition: var(--ease);
}
@media screen and (min-width: 768px) {
  .form textarea,
  .form input[type=email],
  .form input[type=tel],
  .form input[type=text] {
    padding: 1.3rem 1rem;
  }
}
.form textarea:hover, .form textarea:focus,
.form input[type=email]:hover,
.form input[type=email]:focus,
.form input[type=tel]:hover,
.form input[type=tel]:focus,
.form input[type=text]:hover,
.form input[type=text]:focus {
  background-color: var(--white);
  border-color: var(--theme);
}

.stepber {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 6rem 0;
}
@media screen and (max-width: 767px) {
  .stepber {
    margin: 4rem 0 2rem;
  }
}
.stepber .step {
  position: relative;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 0.65rem;
  line-height: 1.5;
  background: #999;
  color: var(--white);
  text-align: center;
  font-size: clamp(1.4rem, 1.3333333333rem + 0.0868055556vw, 1.5rem);
}
@media screen and (min-width: 768px) {
  .stepber .step {
    padding: 1.3rem 5rem;
  }
}
.stepber .step:not(:last-child)::before, .stepber .step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  z-index: 2;
  border: 2.3rem solid transparent;
  border-left: 1.5rem solid #999;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .stepber .step:not(:last-child)::before, .stepber .step:not(:last-child)::after {
    border-width: 1.7rem;
    border-left-width: 1rem;
  }
}
.stepber .step:not(:last-child)::before {
  margin-left: 1px;
  border-left-color: var(--white);
}
.stepber .step.active {
  z-index: 1;
  background-color: var(--theme);
  color: var(--white);
}
.stepber .step.active:not(:last-child)::after {
  border-left-color: var(--theme);
}
.stepber .step.active:not(:last-child)::before {
  border-left: none;
}
@media screen and (max-width: 767px) {
  .stepber .step span {
    display: none;
  }
}

.form input[type=checkbox],
.form form input[type=radio] {
  position: absolute;
}
.form label {
  position: relative;
  padding-left: clamp(2rem, 1.333rem + 0.868vw, 3rem);
  cursor: pointer;
}
.form label span {
  line-height: 1;
}
.form-vertical li:nth-child(n+2) {
  margin-top: 2rem;
}
.form .form-col {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 2rem;
}
.form .form-col li {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.form .form-col.form-fit {
  gap: 1rem;
}
.form .-radio {
  padding-top: clamp(0.5rem, -0.1rem + 0.781vw, 1.4rem);
  padding-bottom: clamp(0.5rem, -0.1rem + 0.781vw, 1.4rem);
}
@media screen and (max-width: 767px) {
  .form .-radio {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .form .-person {
    flex-direction: inherit;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
.form .size-s {
  max-width: 8rem;
}
@media screen and (min-width: 768px) {
  .form .size-s {
    max-width: 15rem;
  }
}
.form .size-m {
  max-width: 20rem;
}
@media screen and (min-width: 768px) {
  .form .size-m {
    max-width: 25rem;
  }
}
.form label input[type=radio] + span::before, .form label input[type=radio] + span::after {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 100%;
}
.form label input[type=radio] + span::before {
  left: 0;
  width: 18px;
  height: 18px;
  background-color: var(--white);
  border: 1px solid var(--gray-light);
}
.form label input[type=radio] + span::after {
  left: 4px;
  top: 2px;
  width: 10px;
  height: 10px;
  background-color: var(--theme);
  opacity: 0;
  transition: opacity 0.2s;
}
.form label input[type=radio]:checked + span::before {
  border-color: var(--theme);
}
.form label input[type=radio]:checked + span::after {
  opacity: 1;
}

.form-btn {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}
.form-lead {
  line-height: 1.8;
}
.form-table {
  width: 100%;
  border-top: 1px solid var(--gray-light);
}
@media screen and (min-width: 768px) {
  .form-table {
    display: flex;
    flex-wrap: wrap;
  }
}
.form-table dt,
.form-table dd {
  padding-top: clamp(2rem, 1.6rem + 0.521vw, 2.6rem);
  padding-bottom: clamp(2rem, 1.6rem + 0.521vw, 2.6rem);
  border-bottom: 1px solid var(--gray-light);
}
.form-table dt {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: clamp(1rem, 0.333rem + 0.868vw, 2rem);
  font-weight: var(--semibold);
}
@media screen and (max-width: 767px) {
  .form-table dt {
    gap: 1rem;
    padding: 2rem 0 0;
    border-bottom: none;
  }
}
@media screen and (min-width: 768px) {
  .form-table dt {
    gap: 2rem;
    width: 28%;
  }
}
.form-table dt span {
  padding: 0.35rem 0.55rem 0.5rem;
  background-color: var(--red);
  border-radius: 0.3rem;
  color: var(--white);
  font-size: 1rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .form-table dt span {
    right: 0;
    top: calc(50% + 1rem);
  }
}
@media screen and (max-width: 767px) {
  .form-table dd {
    padding: 2rem 0;
  }
}
@media screen and (min-width: 768px) {
  .form-table dd {
    width: 72%;
  }
}
.form-radio {
  display: block;
}
@media screen and (min-width: 768px) {
  .form-radio {
    display: flex;
    flex-wrap: wrap;
  }
}
.form-radio li {
  padding-right: 6rem;
}
.form-radio li:last-child {
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .form-radio li:nth-child(n+2) {
    margin-top: 1rem;
  }
}
.form-radio li label {
  position: relative;
  padding: 0 0 0 3.4rem;
  cursor: pointer;
}
.form-radio li label input[type=radio] {
  visibility: hidden;
  position: absolute;
}
.form-radio li label input[type=radio] + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 2.4rem;
  height: 2.4rem;
  background-color: #f7f6f6;
  border-radius: 100%;
  border: 1px solid #ddd;
}
.form-radio li label input[type=radio] + span::after {
  content: "";
  position: absolute;
  left: 0.5rem;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 1.4rem;
  height: 1.4rem;
  background-color: var(--color-brand-blue);
  opacity: 0;
  transition: opacity 0.2s;
  border-radius: 100%;
}
.form-radio li label input[type=radio]:checked + span:before {
  border-color: #ddd;
}
.form-radio li label input[type=radio]:checked + span:after {
  opacity: 1;
}
.form-checkboxs {
  display: flex;
  flex-wrap: wrap;
}
.form-checkbox {
  width: fit-content;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: center;
  margin-top: 2rem;
  margin-right: 3rem;
  line-height: 1.5;
}
.form-checkbox-icon {
  position: relative;
  width: 2rem;
  height: 2rem;
  margin: 0;
  appearance: none;
  background-color: var(--white);
  border: solid 1px var(--gray-light);
  border-radius: 0.5rem;
  transition-duration: 0.2s;
  transition-property: background-color, border, box-shadow, color;
}
.form-checkbox-icon::before {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  mask-image: url("../../assets/img/common/icon-check.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: var(--white);
  transition: opacity 0.2s;
}
.form-checkbox-icon:checked {
  background-color: var(--theme);
  border-color: var(--theme);
}
.form-checkbox-icon:checked::before {
  opacity: 1;
}
.form-checkbox-icon:hover, .form-checkbox-icon:focus {
  border-color: var(--color-brand-blue);
}
.form-privacy {
  padding-top: 6rem;
  text-align: center;
}
.form-privacy label {
  width: fit-content;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: center;
  margin-right: 3rem;
  line-height: 1.5;
}
.form-privacy-check {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .form-privacy-check {
    flex-direction: column;
  }
}
.form-privacy-check .form-checkbox {
  margin-top: 0;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .form-privacy-check .form-checkbox {
    margin-block: 1rem;
  }
}
.form-privacy-check span.required {
  margin-right: 2rem;
  padding: 0.35rem 0.55rem 0.5rem;
  background-color: var(--red);
  border-radius: 0.3rem;
  color: var(--white);
  font-size: 1rem;
  line-height: 1;
}
.form-privacy-link {
  padding-top: 1rem;
}
.form-privacy-text {
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  .form-privacy-text {
    text-align: left;
  }
}
.form-note {
  padding-top: 0.5rem;
}
.form-note span {
  padding: 0 0.5rem 0.25rem;
  border-radius: 0.5rem;
  background-color: var(--red);
  font-size: clamp(1.3rem, 1.2333333333rem + 0.0868055556vw, 1.4rem);
  font-weight: var(--semibold);
  color: var(--white);
}
.form-btn-cols {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem;
}
@media screen and (min-width: 768px) {
  .form-btn-check button, .form-btn-submit button, .form-btn-back button {
    padding: 2.2rem 5.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .form-btn-check button, .form-btn-submit button, .form-btn-back button {
    padding: 3.2rem 6.2rem;
  }
}
.form-btn-check {
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .form-btn-check button {
    width: 60%;
  }
}
.form-btn-back {
  padding-right: clamp(3rem, 1rem + 2.604vw, 6rem);
  padding-left: clamp(3rem, 1rem + 2.604vw, 6rem);
  background-color: var(--gray);
  color: var(--white);
  border-color: var(--gray);
}
.form-btn-back::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2rem;
  width: 0.8rem;
  height: 0.8rem;
  border-bottom: 1px solid var(--white);
  border-right: 1px solid var(--white);
  transform: translateY(-50%) rotate(135deg);
  transition: all 0.2s ease;
}
.form-btn-back:hover {
  background-color: var(--white);
  color: var(--theme-dark);
}
.form-btn-back:hover::before {
  left: 1.5rem;
  border-bottom-color: var(--theme-dark);
  border-right-color: var(--theme-dark);
}
.form-btn-submit {
  width: 60%;
}
.form-btn-submit button {
  width: 100%;
}
.form-thanks-head {
  padding-bottom: 2rem;
  font-size: clamp(1.6rem, 1.3333333333rem + 0.3472222222vw, 2rem);
  font-weight: var(--font-medium);
}

.required-text {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: clamp(2rem, 0.667rem + 1.736vw, 4rem);
}
.required-text span {
  padding: 0.35rem 0.55rem 0.5rem;
  background-color: var(--red);
  border-radius: 0.3rem;
  color: var(--white);
  font-size: 1rem;
  line-height: 1;
}

@keyframes circlemove {
  0% {
    bottom: 13rem;
  }
  100% {
    bottom: 3rem;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes kv-fadeIn {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
    -webkit-filter: blur(300px);
    filter: blur(300px);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes kv-fadeIn {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
    -webkit-filter: blur(300px);
    filter: blur(300px);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
.top-kv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
@media screen and (min-width: 1025px) {
  .top-kv {
    width: calc(100% - 26rem);
    margin-left: 26rem;
  }
}
.top-kv.is-hidden {
  display: none;
}
.top-kv .swiper-wrapper {
  position: relative;
}
.top-kv .swiper-wrapper::after {
  content: "";
  display: block;
  background: #000;
  opacity: 0.1;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.top-kv .swiper-fade .swiper-slide {
  -webkit-transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, transform !important;
  transition-property: opacity, transform, -webkit-transform !important;
  pointer-events: none;
}
.top-kv .swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.top-kv .swiper-pagination {
  bottom: inherit;
  left: inherit;
  position: absolute;
  top: 50%;
  right: 4rem;
  transform: translateY(-50%);
  z-index: 2000;
  width: 3px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.top-kv .swiper-pagination-bullet {
  display: block;
  width: 3px;
  height: 4rem;
  margin-inline: 0 !important;
  cursor: pointer;
  transition: var(--ease);
  background-color: rgba(255, 255, 255, 0.6);
  opacity: 100%;
  border-radius: 0%;
}
.top-kv .swiper-pagination-bullet:not(:first-child) {
  margin-top: 0.8rem;
}
.top-kv .swiper-pagination-bullet-active {
  background: linear-gradient(180deg, rgb(74, 86, 171) 0%, rgb(55, 64, 126) 100%);
}
.top-kv figure {
  width: 100%;
  height: 100dvh;
}
@media screen and (min-width: 768px) {
  .top-kv figure {
    height: 100vh;
  }
}
.top-kv figure img {
  -webkit-transition: 5s 1s ease-out;
  transition: 5s 1s ease-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-kv .swiper-slide[class*=-active] figure img {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.top-copy {
  position: relative;
  top: 0;
  left: 8%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 84%;
  height: 100vh;
}
.top-copy p {
  font-family: var(--mincho);
  font-size: clamp(2.6rem, 1.9333333333rem + 0.8680555556vw, 3.6rem);
  color: var(--white);
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
  line-height: 2.1;
  letter-spacing: clamp(0.5rem, 0.067rem + 0.564vw, 1.15rem);
}
@media screen and (max-width: 767px) {
  .top-copy p {
    writing-mode: vertical-rl;
  }
}
@media screen and (min-width: 768px) {
  .top-copy p {
    text-align: center;
  }
}
.top-sld {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
}
@media screen and (min-width: 1025px) {
  .top-sld {
    left: 260px;
    width: calc(80% - 260px);
    margin-right: 10%;
    margin-left: 10%;
  }
}
.top-sld .sd {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.top-sld .sd::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--white);
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
.top-sld .sd::after {
  content: "";
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 10rem;
  background-color: var(--white);
}
.top-sld .sd a {
  color: var(--white);
  font-size: clamp(1rem, 0.8666666667rem + 0.1736111111vw, 1.2rem);
  font-family: var(--garamond);
}
.top-concept {
  position: relative;
  background: #4a56ab;
  background: linear-gradient(180deg, rgba(74, 86, 171, 0.95) 0%, rgba(55, 64, 126, 0.95) 100%);
}
.top-concept .inner {
  padding-top: clamp(5rem, -1.667rem + 8.681vw, 15rem);
  padding-bottom: clamp(5rem, -1.667rem + 8.681vw, 15rem);
  max-width: 118rem;
  width: 90%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .top-concept .inner {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top-concept .inner {
    width: 85%;
  }
}
@media screen and (min-width: 1025px) {
  .top-concept .inner {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .top-concept .inner .ttl {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-inline: auto;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .top-concept .inner .ttl {
    width: 25%;
    padding-right: clamp(2rem, -2rem + 5.208vw, 8rem);
  }
}
.top-concept .inner .ttl span {
  writing-mode: vertical-rl;
  font-family: var(--mincho);
  font-size: clamp(2rem, 1.7333333333rem + 0.3472222222vw, 2.4rem);
  color: var(--white);
  letter-spacing: 1.25rem;
  line-height: 2.6;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .top-concept .inner .ttl span {
    line-height: 2;
  }
}
@media screen and (min-width: 1260px) {
  .top-concept .inner .ttl span {
    line-height: 3;
  }
}
.top-concept .inner .txt {
  color: var(--white);
}
@media screen and (min-width: 768px) {
  .top-concept .inner .txt {
    width: 75%;
    padding-left: clamp(4rem, 0rem + 5.208vw, 10rem);
    border-left: 1px solid rgba(255, 255, 255, 0.95);
  }
}
.top-concept .inner .txt p {
  padding-bottom: clamp(2rem, 1.333rem + 0.868vw, 3rem);
  line-height: 2.2;
  letter-spacing: 0.25rem;
}
.top-concept .inner .txt p:last-of-type {
  padding-bottom: 0;
}
.top-concept .inner .txt .btn {
  padding-bottom: 0;
  text-align: right;
}
.top-service {
  padding-top: clamp(6rem, 2rem + 5.208vw, 12rem);
  padding-bottom: clamp(3rem, -3rem + 7.813vw, 12rem);
}
@media screen and (min-width: 768px) {
  .top-service .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .top-service .side {
    flex: 1 0 0;
    position: sticky;
    top: 15%;
    left: 0;
    padding-right: clamp(4rem, -5.333rem + 12.153vw, 18rem);
  }
}
.top-service .side strong {
  display: block;
  font-family: var(--mincho);
  font-size: clamp(1.8rem, 1.4rem + 0.5208333333vw, 2.4rem);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.35rem;
}
@media screen and (min-width: 1740px) {
  .top-service .side strong {
    letter-spacing: 0.75rem;
  }
}
.top-service .side strong + p {
  padding-top: clamp(2rem, 1.333rem + 0.868vw, 3rem);
  letter-spacing: 0.25rem;
}
.top-service .side .top-btn {
  margin-top: clamp(2rem, 1.333rem + 0.868vw, 3rem);
}
@media screen and (max-width: 767px) {
  .top-service .main {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .top-service .main {
    width: 44.8630136986%;
  }
}
.top-service .description {
  padding-top: clamp(3rem, 2.333rem + 0.868vw, 4rem);
  padding-right: clamp(1rem, 0.667rem + 0.434vw, 1.5rem);
  padding-left: clamp(1rem, 0.667rem + 0.434vw, 1.5rem);
  padding-bottom: clamp(3rem, 1rem + 2.604vw, 6rem);
}
.top-service .ttl {
  display: flex;
  align-items: flex-end;
}
.top-service .ttl em {
  font-family: var(--garamond);
  font-size: clamp(1.6rem, 1.2rem + 0.5208333333vw, 2.2rem);
  line-height: 1;
}
.top-service .ttl h3 {
  padding-left: clamp(0.5rem, -0.5rem + 1.302vw, 2rem);
  font-family: var(--mincho);
  font-size: clamp(2.2rem, 1.6666666667rem + 0.6944444444vw, 3rem);
  font-weight: var(--medium);
  line-height: 1;
  letter-spacing: 0.25rem;
}
.top-service ul li {
  overflow: hidden;
}
.top-service ul li:nth-child(n+2) {
  padding-top: clamp(3rem, 1rem + 2.604vw, 6rem);
  border-top: var(--solid);
}
.top-service ul li:last-child {
  padding-bottom: 0;
}
.top-service ul li a figure {
  position: relative;
  overflow: hidden;
}
.top-service ul li a figure::before {
  float: left;
  content: "";
  padding-top: 62.5%;
}
.top-service ul li a figure::after {
  display: block;
  content: "";
  clear: both;
}
.top-service ul li a figure > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--ease);
}
.top-service ul li a:hover figure img {
  transform: scale(1.05);
}
.top-service ul li p {
  padding-top: clamp(2rem, 1rem + 1.302vw, 3.5rem);
  padding-bottom: clamp(1.5rem, 0.5rem + 1.302vw, 3rem);
  line-height: 2;
}
.top-service ul li span {
  display: block;
  text-align: right;
}
.top-facility {
  padding-top: clamp(4rem, 1.333rem + 3.472vw, 8rem);
  border-top: var(--solid);
}
.top-facility .ttl {
  position: relative;
  text-align: center;
}
.top-facility .ttl span {
  display: block;
  font-family: var(--garamond);
  font-size: clamp(6rem, 0rem + 7.8125vw, 15rem);
  font-weight: var(--regular);
  color: rgba(204, 204, 204, 0.2);
  line-height: 1;
}
.top-facility .ttl h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding-top: clamp(4rem, 4rem + 0vw, 4rem);
  padding-bottom: clamp(4rem, 4rem + 0vw, 4rem);
  font-family: var(--mincho);
  font-size: clamp(2.4rem, 1.7333333333rem + 0.8680555556vw, 3.4rem);
  font-weight: var(--medium);
  letter-spacing: clamp(0.35rem, 0.117rem + 0.304vw, 0.7rem);
  line-height: 1;
}
.top-facility strong {
  display: block;
  font-family: var(--mincho);
  font-size: clamp(1.8rem, 1.4rem + 0.5208333333vw, 2.4rem);
  font-weight: var(--medium);
  letter-spacing: clamp(0.35rem, 0.117rem + 0.304vw, 0.7rem);
  text-align: center;
}
.top-facility strong + p {
  padding-top: clamp(2.5rem, 0.833rem + 2.17vw, 5rem);
  line-height: 2;
}
@media screen and (min-width: 1025px) {
  .top-facility strong + p {
    width: 88%;
    margin-inline: auto;
  }
}
.top-facility .inner {
  margin-top: clamp(4rem, 2.667rem + 1.736vw, 6rem);
}
@media screen and (min-width: 768px) {
  .top-facility .inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 4rem;
    gap: clamp(2rem, 0.667rem + 1.736vw, 4rem);
  }
}
.top-facility .inner .cols {
  overflow: hidden;
}
.top-facility .inner .cols:not(li) a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-facility .inner .cols:not(li) a .city {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  width: 100%;
  z-index: 2;
  text-align: center;
}
.top-facility .inner .cols:not(li) a .city h3 {
  font-family: var(--mincho);
  font-size: clamp(2.4rem, 1.7333333333rem + 0.8680555556vw, 3.4rem);
  font-weight: var(--medium);
  line-height: 1;
}
.top-facility .inner .cols:not(li) a .city h3 span {
  display: inline-flex;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  background-color: rgba(255, 255, 255, 0.65);
}
.top-facility .inner .cols:not(li) a .city p {
  margin-top: clamp(0.3rem, 0.1rem + 0.26vw, 0.6rem);
  font-family: var(--garamond);
  line-height: 1;
}
.top-facility .inner .cols:not(li) a .city p span {
  display: inline-flex;
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  background-color: rgba(255, 255, 255, 0.65);
}
.top-facility .inner .cols:not(li) a figure {
  position: relative;
  transition: var(--ease);
}
.top-facility .inner .cols:not(li) a:hover figure {
  scale: 1.1;
}
.top-facility .inner .cols ul {
  position: relative;
  padding-top: clamp(0rem, 0rem + 0vw, 0rem);
  padding-bottom: clamp(0rem, 0rem + 0vw, 0rem);
  padding-left: clamp(1.5rem, 1.5rem + 0vw, 1.5rem);
  padding-right: clamp(1.5rem, 1.5rem + 0vw, 1.5rem);
  background-color: var(--white);
}
.top-facility .inner .cols ul li:not(:last-child) {
  border-bottom: var(--solid);
}
.top-facility .inner .cols ul li a {
  position: relative;
  display: block;
  padding-top: clamp(2.2rem, 2.2rem + 0vw, 2.2rem);
  padding-bottom: clamp(2.2rem, 2.2rem + 0vw, 2.2rem);
  padding-left: clamp(1rem, 1rem + 0vw, 1rem);
  padding-right: clamp(1rem, 1rem + 0vw, 1rem);
  font-family: var(--mincho);
  font-size: clamp(1.6rem, 1.3333333333rem + 0.3472222222vw, 2rem);
  letter-spacing: clamp(0.2rem, 0.1rem + 0.13vw, 0.35rem);
  line-height: 1;
}
.top-facility .inner .cols ul li a span {
  position: relative;
  display: block;
}
.top-facility .inner .cols ul li a span::before, .top-facility .inner .cols ul li a span::after {
  content: "";
  position: absolute;
  background-color: var(--base);
  transform: translateY(-50%);
  transition: var(--ease);
}
.top-facility .inner .cols ul li a span::before {
  top: 50%;
  right: 0;
  width: 2.3rem;
  height: 1px;
}
.top-facility .inner .cols ul li a span::after {
  top: 38%;
  right: 0;
  width: 0.9rem;
  height: 0.5rem;
  clip-path: polygon(0 0, 35% 100%, 100% 100%);
}
.top-facility .inner .cols ul li a:hover {
  color: var(--theme);
}
.top-facility .inner .cols ul li a:hover span::before, .top-facility .inner .cols ul li a:hover span::after {
  right: -1rem;
}
@media screen and (max-width: 767px) {
  .top-facility .inner .cols:last-child {
    margin-top: 3rem;
  }
}
.top-expense {
  margin-top: clamp(8rem, 5.333rem + 3.472vw, 12rem);
}
@media screen and (min-width: 768px) {
  .top-expense .col {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .top-expense .cols:first-child {
    width: 51.7123287671%;
  }
}
@media screen and (max-width: 767px) {
  .top-expense .cols:last-child {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .top-expense .cols:last-child {
    flex: 1 0 0;
    padding-left: clamp(3rem, 1rem + 2.604vw, 6rem);
  }
}
.top-expense strong {
  font-family: var(--mincho);
  font-size: clamp(1.6rem, 1.1333333333rem + 0.6076388889vw, 2.3rem);
  font-weight: var(--medium);
  line-height: 2;
}
@media screen and (min-width: 1700px) {
  .top-expense strong {
    letter-spacing: 0.25rem;
  }
}
.top-expense strong + p {
  padding-top: clamp(2rem, 1.333rem + 0.868vw, 3rem);
  line-height: 1.8;
}
.top-expense ul {
  position: relative;
  margin-top: clamp(1rem, 0rem + 1.302vw, 2.5rem);
}
.top-expense ul li {
  border-bottom: var(--solid);
}
.top-expense ul li a {
  position: relative;
  display: block;
  padding-top: clamp(2.5rem, 2.5rem + 0vw, 2.5rem);
  padding-bottom: clamp(2.5rem, 2.5rem + 0vw, 2.5rem);
  padding-left: clamp(1rem, 1rem + 0vw, 1rem);
  padding-right: clamp(1rem, 1rem + 0vw, 1rem);
  font-family: var(--mincho);
  font-size: clamp(1.6rem, 1.3333333333rem + 0.3472222222vw, 2rem);
  line-height: 1;
  letter-spacing: clamp(0.2rem, 0.067rem + 0.174vw, 0.4rem);
}
.top-expense ul li a span {
  position: relative;
  display: block;
}
.top-expense ul li a span::before, .top-expense ul li a span::after {
  content: "";
  position: absolute;
  background-color: var(--base);
  transform: translateY(-50%);
  transition: var(--ease);
}
.top-expense ul li a span::before {
  top: 50%;
  right: 0;
  width: 2.3rem;
  height: 1px;
}
.top-expense ul li a span::after {
  top: 38%;
  right: 0;
  width: 0.9rem;
  height: 0.5rem;
  clip-path: polygon(0 0, 35% 100%, 100% 100%);
}
.top-expense ul li a:hover {
  color: var(--theme);
}
.top-expense ul li a:hover span::before, .top-expense ul li a:hover span::after {
  right: -1rem;
}

.container {
  position: relative;
  max-width: 166rem;
  width: 90%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .container {
    width: 84%;
  }
}
@media screen and (min-width: 1025px) {
  .container {
    width: 87.9518072289%;
  }
}
.container-sm {
  position: relative;
  max-width: 126rem;
  width: calc(100% - 4rem);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .container-sm {
    width: calc(100% - 15rem);
  }
}
@media screen and (min-width: 1025px) {
  .container-sm {
    width: calc(100% - 20rem);
  }
}

.top-container {
  position: relative;
  padding-top: clamp(6rem, 3.333rem + 3.472vw, 10rem);
  background-color: var(--bg);
}
.top-section {
  width: 87.9518072289%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top-section {
    width: 84%;
  }
}
.top-ttl {
  padding-bottom: clamp(3rem, 1.333rem + 2.17vw, 5.5rem);
}
.top-ttl p {
  display: flex;
  align-items: center;
  font-family: var(--garamond);
  font-size: clamp(1.4rem, 1.1333333333rem + 0.3472222222vw, 1.8rem);
  letter-spacing: 0.25rem;
  line-height: 1;
}
.top-ttl p::after {
  content: "";
  margin-left: 1rem;
  width: 6rem;
  height: 1px;
  background-color: var(--base);
}
@media screen and (min-width: 768px) {
  .top-ttl p::after {
    width: 12rem;
  }
}
@media screen and (min-width: 1025px) {
  .top-ttl p::after {
    width: 18rem;
  }
}
.top-ttl h2 {
  padding-top: clamp(2rem, 0.667rem + 1.736vw, 4rem);
  font-family: var(--mincho);
  font-size: clamp(2.2rem, 1.4rem + 1.0416666667vw, 3.4rem);
  line-height: 1;
  letter-spacing: 0.35rem;
}
@media screen and (min-width: 768px) {
  .top-ttl h2 {
    letter-spacing: 0.7rem;
  }
}

@media screen and (min-width: 1025px) {
  .top-news .inner {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1025px) {
  .top-news .inner .kakogawa,
  .top-news .inner .amagasaki {
    width: 48%;
  }
}
@media screen and (max-width: 1024px) {
  .top-news .inner .amagasaki {
    padding-top: clamp(3rem, 1rem + 2.604vw, 6rem);
  }
}
.top-news h3 {
  padding-bottom: clamp(1rem, 0.667rem + 0.434vw, 1.5rem);
  font-family: var(--mincho);
  font-size: clamp(1.6rem, 1.0666666667rem + 0.6944444444vw, 2.4rem);
  font-weight: var(--medium);
  letter-spacing: 0.5rem;
}
.top-news li {
  border-bottom: var(--solid);
}
.top-news li a {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-top: clamp(1.6rem, 0.733rem + 1.128vw, 2.9rem);
  padding-bottom: clamp(1.6rem, 0.733rem + 1.128vw, 2.9rem);
}
.top-news li a time {
  width: 8rem;
  font-family: var(--barlow);
}
.top-news li a i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7rem;
  background-color: var(--white);
  border: 1px solid var(--gray);
  border-radius: 9999rem;
  font-style: normal;
  font-size: clamp(1rem, 0.8rem + 0.2604166667vw, 1.3rem);
  line-height: 1;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top-news li a i {
    width: 8rem;
  }
}
@media screen and (min-width: 1025px) {
  .top-news li a i {
    width: 10rem;
    margin-inline: 2rem;
  }
}
.top-news li a p {
  flex: 1;
  overflow: hidden;
  flex: 1 0 0;
  display: flex;
  align-items: center;
  width: calc(100% - 6rem);
  font-family: var(--mincho);
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .top-news li a p {
    flex: 1 0 100%;
    margin-top: 0.8rem;
  }
}
.top-news li a p span {
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: var(--ease);
}
.top-news li a p span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  height: 0.1rem;
  background-color: var(--base);
  background-color: currentColor;
  transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.top-news li a:hover p span {
  color: var(--theme);
}
.top-news li a:hover p span::before {
  width: 100%;
}
.top-news .new p::after {
  content: "New";
  margin-left: 2rem;
  padding-top: clamp(0.5rem, 0.5rem + 0vw, 0.5rem);
  padding-bottom: clamp(0.5rem, 0.5rem + 0vw, 0.5rem);
  padding-left: clamp(1rem, 1rem + 0vw, 1rem);
  padding-right: clamp(1rem, 1rem + 0vw, 1rem);
  background-color: #2f335b;
  border-radius: 9999rem;
  font-family: var(--garamond);
  font-size: clamp(1rem, 0.8rem + 0.2604166667vw, 1.3rem);
  line-height: 1;
  color: var(--white);
}
.top-news .top-btn {
  margin-top: 2rem;
  text-align: right;
}

.col0-sm {
  grid-template-columns: 1fr;
}

.grid {
  display: grid;
}

.gap10 {
  gap: 1rem;
}

.gap20 {
  gap: 2rem;
}

.gap30 {
  gap: 3rem;
}

@media screen and (min-width: 768px) {
  .col1-sm {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .col2-sm {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .col3-sm {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .col4-sm {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .col5-sm {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .col6-sm {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1025px) {
  .col1-md {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .col2-md {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .col3-md {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .col4-md {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .col5-md {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .col6-md {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1281px) {
  .col1-lg {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .col2-lg {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .col3-lg {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .col4-lg {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .col5-lg {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .col6-lg {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
.logo-svg {
  width: 4.6rem;
  height: 4.7rem;
}
.logo-svg g {
  fill: var(--white);
}
.section {
  width: calc(var(--vw) * 80);
}

.hero {
  position: relative;
  height: calc(var(--vw) * 26);
}
@media screen and (max-width: 767px) {
  .hero {
    margin-top: 5.5rem;
    padding-top: 7.25rem;
    padding-bottom: 7.25rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hero {
    margin-top: 7.8rem;
  }
}
.hero img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
}
.hero-head {
  display: flex;
}
.hero-head p {
  display: flex;
  align-items: center;
  font-size: clamp(1.6rem, 0.2666666667rem + 1.7361111111vw, 3.6rem);
  font-family: var(--mincho);
  letter-spacing: clamp(0.3rem, -0.167rem + 0.608vw, 1rem);
}
.hero-ttl {
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: clamp(0.5rem, 0.167rem + 0.434vw, 1rem);
  background-color: rgba(255, 255, 255, 0.65);
}
@media screen and (min-width: 768px) {
  .hero-ttl-sub {
    display: flex;
    align-items: center;
  }
}
.hero-ttl-sub .hero-ttl-ja {
  display: flex;
  align-items: center;
}
.hero-ttl-sub .hero-ttl-ja::after {
  content: "";
  display: block;
  margin-inline: clamp(1.5rem, 0.5rem + 1.302vw, 3rem);
  width: clamp(5rem, 1.667rem + 4.34vw, 10rem);
  height: 1px;
  background-color: var(--black);
}
.hero-ttl-ja {
  font-size: clamp(2rem, 0.2666666667rem + 2.2569444444vw, 4.6rem);
  font-family: var(--mincho);
  letter-spacing: clamp(0.3rem, -0.167rem + 0.608vw, 1rem);
}
.hero-ttl-en {
  display: inline-flex;
  margin-top: 1rem;
}
.hero-ttl-en span {
  padding-inline: clamp(0.5rem, 0.167rem + 0.434vw, 1rem);
  background-color: rgba(255, 255, 255, 0.65);
  font-family: var(--garamond);
  font-size: clamp(1.2rem, 0.2666666667rem + 1.2152777778vw, 2.6rem);
}
.hero-sub .hero-ttl-number {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.hero-sub .hero-ttl-number span {
  display: inline-flex;
  align-items: center;
  padding-inline: clamp(0.5rem, 0.167rem + 0.434vw, 1rem);
  background-color: rgba(255, 255, 255, 0.65);
  font-family: var(--garamond);
  font-size: clamp(1.3rem, 1.1rem + 0.2604166667vw, 1.6rem);
}
.hero-sub .hero-ttl-number span::before {
  content: "";
  display: block;
  margin-right: clamp(0.5rem, 0.167rem + 0.434vw, 1rem);
  width: clamp(3.2rem, 1.067rem + 2.778vw, 6.4rem);
  height: 1px;
  background-color: var(--black);
}
.hero-sub .hero-ttl-ja {
  font-size: clamp(1.8rem, 0.3333333333rem + 1.9097222222vw, 4rem);
}
.hero-sub .hero-ttl-en {
  display: inline-flex;
  margin-top: 1rem;
}
.hero-sub .hero-ttl-en span {
  font-size: clamp(1.3rem, 1.1rem + 0.2604166667vw, 1.6rem);
}

.list-number li {
  position: relative;
  padding: 0 0 0 3rem;
}
.list-number li:not(:first-child) {
  margin-top: 1.5rem;
}
.list-number li:nth-of-type(1):before {
  content: "1.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(2):before {
  content: "2.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(3):before {
  content: "3.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(4):before {
  content: "4.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(5):before {
  content: "5.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(6):before {
  content: "6.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(7):before {
  content: "7.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(8):before {
  content: "8.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(9):before {
  content: "9.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(10):before {
  content: "10.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(11):before {
  content: "11.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(12):before {
  content: "12.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(13):before {
  content: "13.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(14):before {
  content: "14.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(15):before {
  content: "15.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(16):before {
  content: "16.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(17):before {
  content: "17.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(18):before {
  content: "18.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(19):before {
  content: "19.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(20):before {
  content: "20.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(21):before {
  content: "21.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(22):before {
  content: "22.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(23):before {
  content: "23.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(24):before {
  content: "24.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(25):before {
  content: "25.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(26):before {
  content: "26.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(27):before {
  content: "27.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(28):before {
  content: "28.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(29):before {
  content: "29.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(30):before {
  content: "30.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(31):before {
  content: "31.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(32):before {
  content: "32.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(33):before {
  content: "33.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(34):before {
  content: "34.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(35):before {
  content: "35.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(36):before {
  content: "36.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(37):before {
  content: "37.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(38):before {
  content: "38.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(39):before {
  content: "39.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(40):before {
  content: "40.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(41):before {
  content: "41.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(42):before {
  content: "42.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(43):before {
  content: "43.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(44):before {
  content: "44.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(45):before {
  content: "45.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(46):before {
  content: "46.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(47):before {
  content: "47.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(48):before {
  content: "48.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(49):before {
  content: "49.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(50):before {
  content: "50.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(51):before {
  content: "51.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(52):before {
  content: "52.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(53):before {
  content: "53.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(54):before {
  content: "54.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(55):before {
  content: "55.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(56):before {
  content: "56.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(57):before {
  content: "57.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(58):before {
  content: "58.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(59):before {
  content: "59.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(60):before {
  content: "60.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(61):before {
  content: "61.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(62):before {
  content: "62.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(63):before {
  content: "63.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(64):before {
  content: "64.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(65):before {
  content: "65.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(66):before {
  content: "66.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(67):before {
  content: "67.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(68):before {
  content: "68.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(69):before {
  content: "69.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(70):before {
  content: "70.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(71):before {
  content: "71.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(72):before {
  content: "72.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(73):before {
  content: "73.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(74):before {
  content: "74.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(75):before {
  content: "75.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(76):before {
  content: "76.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(77):before {
  content: "77.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(78):before {
  content: "78.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(79):before {
  content: "79.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(80):before {
  content: "80.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(81):before {
  content: "81.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(82):before {
  content: "82.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(83):before {
  content: "83.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(84):before {
  content: "84.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(85):before {
  content: "85.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(86):before {
  content: "86.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(87):before {
  content: "87.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(88):before {
  content: "88.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(89):before {
  content: "89.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(90):before {
  content: "90.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(91):before {
  content: "91.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(92):before {
  content: "92.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(93):before {
  content: "93.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(94):before {
  content: "94.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(95):before {
  content: "95.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(96):before {
  content: "96.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(97):before {
  content: "97.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(98):before {
  content: "98.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(99):before {
  content: "99.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(100):before {
  content: "100.";
  position: absolute;
  left: 0;
  top: 0;
}

.privacy {
  line-height: 1.8;
}
.privacy .inner {
  margin-top: clamp(1.5rem, 0.5rem + 1.302vw, 3rem);
  margin-right: clamp(0rem, -1.333rem + 1.736vw, 2rem);
  margin-bottom: clamp(0rem, -1.333rem + 1.736vw, 2rem);
  margin-left: clamp(1rem, 0.333rem + 0.868vw, 2rem);
}
.privacy h2 {
  font-size: clamp(1.6rem, 1.2rem + 0.5208333333vw, 2.2rem);
  font-family: var(--mincho);
  font-weight: var(--medium);
  letter-spacing: clamp(0.2rem, 0.1rem + 0.13vw, 0.35rem);
}
.privacy h2 + p {
  padding-top: clamp(2rem, 0.667rem + 1.736vw, 4rem);
}
.privacy h3 {
  margin-top: clamp(2.5rem, 0.833rem + 2.17vw, 5rem);
  padding-top: clamp(1.2rem, 0.533rem + 0.868vw, 2.2rem);
  padding-right: clamp(1rem, 0.333rem + 0.868vw, 2rem);
  padding-bottom: clamp(1.2rem, 0.533rem + 0.868vw, 2.2rem);
  padding-left: clamp(1rem, 0.333rem + 0.868vw, 2rem);
  background-color: var(--white);
  border: var(--solid);
  font-size: clamp(1.4rem, 1.1333333333rem + 0.3472222222vw, 1.8rem);
  line-height: 1;
}
.privacy p + ul {
  margin-top: clamp(1.5rem, 0.167rem + 1.736vw, 3.5rem);
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .news-tab {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .news-tab-menu {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .news-tab-menu {
    width: 20%;
  }
}
.news-tab-menu li {
  position: relative;
  padding-top: clamp(1rem, 0.467rem + 0.694vw, 1.8rem);
  padding-right: clamp(2rem, 2.667rem - 0.868vw, 1rem);
  padding-bottom: clamp(1rem, 0.467rem + 0.694vw, 1.8rem);
  padding-left: clamp(1.8rem, 1.333rem + 0.608vw, 2.5rem);
  font-family: var(--mincho);
  font-size: clamp(1.3rem, 1.1rem + 0.2604166667vw, 1.6rem);
  font-weight: 500;
  color: #999;
  letter-spacing: 0.1em;
  line-height: 1;
  cursor: pointer;
  transition: ease 0.5s;
}
.news-tab-menu li.is-active, .news-tab-menu li:hover {
  color: var(--base);
}
.news-tab-menu li.is-active::before, .news-tab-menu li:hover::before {
  content: "";
  transition: ease 0.3s;
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: var(--theme);
  border-radius: 50%;
  transform: translate(50%, -50%);
}
@media screen and (min-width: 768px) {
  .news-tab-menu li.is-active::before, .news-tab-menu li:hover::before {
    width: 9px;
    height: 9px;
  }
}
.news-tab-menu li.is-active {
  cursor: default;
}
@media screen and (min-width: 768px) {
  .news-tab-body {
    width: 78%;
  }
}
.news-tab-body-inner {
  display: none;
  opacity: 0;
  animation: fadeIn 1s forwards;
}
.news-tab-body-inner.is-active {
  display: block;
}
.news-tab-ttl {
  display: flex;
  align-items: center;
  font-family: var(--mincho);
  font-size: clamp(2rem, 1.3333333333rem + 0.8680555556vw, 3rem);
}
.news-tab-ttl::before {
  content: "";
  display: block;
  margin-right: clamp(1rem, 0.667rem + 0.434vw, 1.5rem);
  width: clamp(2rem, 1.333rem + 0.868vw, 3rem);
  height: 1px;
  background-color: var(--black);
}
.news-list {
  margin-top: clamp(1rem, -2.333rem + 4.34vw, 6rem);
}
.news-list li {
  position: relative;
  border-bottom: 1px dotted #ccc;
}
.news-list li a {
  position: relative;
  display: flex;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .news-list li a {
    padding: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .news-list li a::before, .news-list li a::after {
    content: "";
    position: absolute;
    bottom: 50%;
    right: 1rem;
    background-color: var(--base);
    transition: var(--ease);
  }
}
@media screen and (min-width: 768px) {
  .news-list li a::before {
    width: 2.3rem;
    height: 1px;
  }
}
@media screen and (min-width: 768px) {
  .news-list li a::after {
    width: 0.9rem;
    height: 0.5rem;
    clip-path: polygon(0 0, 35% 100%, 100% 100%);
  }
}
.news-list li a .photo {
  background-color: #ddd;
  overflow: hidden;
  width: 80px;
  height: 80px;
}
@media screen and (min-width: 768px) {
  .news-list li a .photo {
    width: 178px;
    height: 100px;
  }
}
.news-list li a .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.news-list li a .text {
  width: calc(100% - 80px);
  padding-left: 1.5rem;
}
@media screen and (min-width: 768px) {
  .news-list li a .text {
    width: calc(100% - 178px);
    padding-left: 3rem;
  }
}
.news-list li a .text time {
  width: 8rem;
  font-size: clamp(1.3rem, 1.1rem + 0.2604166667vw, 1.6rem);
  font-family: var(--barlow);
}
.news-list li a .text i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7rem;
  background-color: var(--white);
  border: 1px solid var(--gray);
  border-radius: 9999rem;
  font-style: normal;
  font-size: clamp(1rem, 0.8rem + 0.2604166667vw, 1.3rem);
  line-height: 1;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .news-list li a .text i {
    width: 8rem;
  }
}
@media screen and (min-width: 1025px) {
  .news-list li a .text i {
    width: 10rem;
    margin-inline: 2rem;
  }
}
.news-list li a .text p {
  overflow: hidden;
  flex: 1 0 0;
  display: flex;
  align-items: center;
  padding-top: 1rem;
  font-family: var(--mincho);
  font-size: clamp(1.4rem, 1rem + 0.5208333333vw, 2rem);
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .news-list li a .text p {
    width: calc(100% - 6rem);
  }
}
.news-list li a .text p span {
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: var(--ease);
}
@media screen and (max-width: 767px) {
  .news-list li a .text p span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
@media screen and (min-width: 768px) {
  .news-list li a .text p span {
    white-space: nowrap;
  }
}
.news-list li a .text p span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  height: 0.1rem;
  background-color: var(--base);
  background-color: currentColor;
  transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.news-list li a .text .date {
  display: flex;
}
.news-list li a:hover::before, .news-list li a:hover::after {
  right: 0;
}
.news-list li a:hover .photo img {
  transform: scale(1.05);
}
.news-list li a:hover .text p span {
  color: var(--theme);
}
.news-list li a:hover .text p span::before {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .news-list li.new::after {
    content: "New";
    position: absolute;
    top: 2.5rem;
    left: -0.5rem;
    padding-top: clamp(0.5rem, 0.5rem + 0vw, 0.5rem);
    padding-bottom: clamp(0.5rem, 0.5rem + 0vw, 0.5rem);
    padding-left: clamp(1rem, 1rem + 0vw, 1rem);
    padding-right: clamp(1rem, 1rem + 0vw, 1rem);
    background-color: var(--theme-dark);
    border-radius: 9999rem;
    font-family: var(--garamond);
    font-size: clamp(1rem, 0.8rem + 0.2604166667vw, 1.3rem);
    line-height: 1;
    color: var(--white);
  }
}
@media screen and (min-width: 768px) {
  .news-list li.new p::after {
    content: "New";
    margin-left: 2rem;
    padding-top: clamp(0.5rem, 0.5rem + 0vw, 0.5rem);
    padding-bottom: clamp(0.5rem, 0.5rem + 0vw, 0.5rem);
    padding-left: clamp(1rem, 1rem + 0vw, 1rem);
    padding-right: clamp(1rem, 1rem + 0vw, 1rem);
    background-color: var(--theme-dark);
    border-radius: 9999rem;
    font-family: var(--garamond);
    font-size: clamp(1rem, 0.8rem + 0.2604166667vw, 1.3rem);
    line-height: 1;
    color: var(--white);
  }
}
.news-date {
  display: flex;
}
.news-date time {
  font-family: var(--barlow);
}
.news-date i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7rem;
  margin-inline: clamp(1rem, 0.333rem + 0.868vw, 2rem);
  background-color: var(--white);
  border: 1px solid var(--gray);
  border-radius: 9999rem;
  font-style: normal;
  font-size: clamp(1rem, 0.8rem + 0.2604166667vw, 1.3rem);
  line-height: 1;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .news-date i {
    width: 8rem;
  }
}
@media screen and (min-width: 1025px) {
  .news-date i {
    width: 10rem;
  }
}
.news-ttl {
  margin-bottom: clamp(2rem, 0.667rem + 1.736vw, 4rem);
  padding-top: clamp(1.5rem, 0.5rem + 1.302vw, 3rem);
  padding-bottom: clamp(1.5rem, 0.5rem + 1.302vw, 3rem);
  font-size: clamp(2rem, 1.3333333333rem + 0.8680555556vw, 3rem);
  font-weight: var(--medium);
  font-family: var(--mincho);
  border-bottom: 1px solid var(--gray);
}
.news-post {
  padding-bottom: clamp(3rem, 1rem + 2.604vw, 6rem);
  border-bottom: 1px solid var(--gray);
}
@media screen and (max-width: 767px) {
  .news-dtl .news-tab-menu {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .contact-tel {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 4rem;
  }
}
.contact-tel li {
  padding: 3rem 1rem;
  background-color: var(--white);
  border: 2px solid var(--theme);
  text-align: center;
}
.contact-tel li h3 {
  font-family: var(--mincho);
  font-size: clamp(1.6rem, 1.2rem + 0.5208333333vw, 2.2rem);
  font-weight: var(--medium);
  line-height: 1;
}
.contact-tel li p {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2rem;
  padding-bottom: 1rem;
}
.contact-tel li em {
  display: block;
  width: 2.7rem;
  height: 1.8rem;
  margin-right: clamp(1rem, 0.667rem + 0.434vw, 1.5rem);
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='24'%3E%3Cg fill='%23485299' data-name='グループ 4224'%3E%3Cpath d='M0 0v4.161a21.064 21.064 0 0 1 7.743 1.46q.639.255 1.24.546a19.517 19.517 0 0 1 2.931-1.133A21.376 21.376 0 0 1 18 4.161a21.072 21.072 0 0 1 7.777 1.46q.639.255 1.24.546a19.532 19.532 0 0 1 2.931-1.133A21.386 21.386 0 0 1 36 4.161V0Z' data-name='パス 36577'/%3E%3Cpath d='M22.422 14.143a4.515 4.515 0 0 0 7.037 3.744 4.5 4.5 0 0 0 1.991-3.743 3.851 3.851 0 0 0-.29-1.419 6.255 6.255 0 0 0-.9-1.531 11.414 11.414 0 0 0-3.326-2.772 12.271 12.271 0 0 0-2.731 2.088 6.782 6.782 0 0 0-1.554 2.38 3.769 3.769 0 0 0-.227 1.253Z' data-name='パス 36578'/%3E%3Cpath d='M31.4 9.179a8.762 8.762 0 0 1 2.057 3.11 5.756 5.756 0 0 1 .358 1.962 6.463 6.463 0 0 1-1.161 3.7 6.776 6.776 0 0 1-2.989 2.4 6.965 6.965 0 0 1-6.446-.61 6.676 6.676 0 0 1-2.46-2.908 6.441 6.441 0 0 1-.535-2.574 6.142 6.142 0 0 1 .779-2.9 9.9 9.9 0 0 1 2.052-2.574 14.055 14.055 0 0 1 1.471-1.172 18.22 18.22 0 0 0-1.095-.353 19.741 19.741 0 0 0-5.43-.751 19.452 19.452 0 0 0-6.525 1.1 13.519 13.519 0 0 1 1.889 1.574 8.767 8.767 0 0 1 2.056 3.11 5.749 5.749 0 0 1 .359 1.962 6.465 6.465 0 0 1-1.161 3.7 6.779 6.779 0 0 1-2.988 2.4 6.965 6.965 0 0 1-6.446-.61 6.675 6.675 0 0 1-2.461-2.908 6.44 6.44 0 0 1-.534-2.574 6.144 6.144 0 0 1 .779-2.9 9.9 9.9 0 0 1 2.053-2.574 14.016 14.016 0 0 1 1.471-1.172c-.356-.127-.72-.245-1.095-.353a19.749 19.749 0 0 0-5.4-.751v17.5H36v-17.5a19.455 19.455 0 0 0-6.492 1.1A13.512 13.512 0 0 1 31.4 9.179Z' data-name='パス 36579'/%3E%3Cpath d='M4.548 14.143a4.515 4.515 0 0 0 7.037 3.744 4.507 4.507 0 0 0 1.991-3.743 3.863 3.863 0 0 0-.29-1.419 6.275 6.275 0 0 0-.9-1.531 11.423 11.423 0 0 0-3.327-2.772 12.261 12.261 0 0 0-2.731 2.088 6.782 6.782 0 0 0-1.554 2.38 3.765 3.765 0 0 0-.226 1.253Z' data-name='パス 36580'/%3E%3C/g%3E%3C/svg%3E") no-repeat 0 0/contain;
}
@media screen and (min-width: 768px) {
  .contact-tel li em {
    width: 3rem;
    height: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .contact-tel li em {
    width: 3.6rem;
    height: 2.4rem;
  }
}
.contact-tel li a {
  font-family: var(--barlow);
  font-size: clamp(3rem, 1.6666666667rem + 1.7361111111vw, 5rem);
  font-weight: 300;
  color: #2c4198;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .contact-tel li:last-child {
    margin-top: 2rem;
  }
}

.facility .avail-table {
  width: 100%;
  border-collapse: collapse;
}
.facility .avail-table thead {
  background-color: var(--theme);
  color: var(--white);
}
.facility .avail-table th,
.facility .avail-table td {
  padding: clamp(1rem, 0.667rem + 0.434vw, 1.5rem);
  border: 1px solid var(--gray);
  text-align: center;
}
.facility .avail-table td {
  background-color: var(--white);
}
@media screen and (min-width: 1025px) {
  .facility .avail-table-kakogawa {
    width: 60%;
  }
}
@media screen and (min-width: 1025px) {
  .facility .avail-table-amagasaki {
    width: 45%;
  }
}
.facility .avail-note {
  padding-top: 1rem;
  font-size: clamp(1.3rem, 1.2333333333rem + 0.0868055556vw, 1.4rem);
  text-align: right;
}
.facility-list {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .facility-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1025px) {
  .facility-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.facility-list li a {
  display: flex;
}
.facility-list li a em {
  font-family: var(--barlow);
  font-size: clamp(1.1rem, 1.0333333333rem + 0.0868055556vw, 1.2rem);
  font-weight: var(--bold);
  color: var(--theme);
  writing-mode: vertical-rl;
}
.facility-list li a figure {
  overflow: hidden;
}
.facility-list li a figure img {
  transition: var(--ease);
}
.facility-list li a figure figcaption {
  position: relative;
  padding-block: clamp(1rem, 1rem + 0vw, 1rem);
  padding-inline: clamp(1.5rem, 1.167rem + 0.434vw, 2rem);
  background-color: var(--white);
  font-size: clamp(1.6rem, 1.4666666667rem + 0.1736111111vw, 1.8rem);
  font-family: var(--mincho);
  font-weight: var(--semibold);
  color: var(--theme);
  transition: var(--ease);
}
.facility-list li a figure figcaption::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 0.8rem;
  height: 0.8rem;
  border-bottom: 1px solid var(--theme);
  border-right: 1px solid var(--theme);
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0.2s ease;
}
.facility-list li a:hover figure img {
  scale: 1.1;
}
.facility-list li a:hover figure figcaption {
  background-color: var(--theme);
  color: var(--white);
}
.facility-list li a:hover figure figcaption::after {
  right: 1.5rem;
  border-bottom-color: var(--white);
  border-right-color: var(--white);
}
.facility.overview {
  position: relative;
}
.facility.overview .fv {
  position: relative;
}
@media screen and (min-width: 768px) {
  .facility.overview .fv {
    padding-bottom: 7rem;
  }
}
@media screen and (min-width: 768px) {
  .facility.overview .fv::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -10%;
    width: 90%;
    height: 57.5%;
    background-color: #ebedf1;
  }
}
.facility.overview .fv .inner {
  position: relative;
  display: flex;
}
@media screen and (max-width: 767px) {
  .facility.overview .fv .inner {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .facility.overview .fv .inner {
    justify-content: space-between;
    gap: 4rem;
  }
}
.facility.overview .fv .text {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .facility.overview .fv .text {
    flex: 1 0 0;
    padding-top: 8rem;
  }
}
.facility.overview .fv .text .ttl {
  position: relative;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .facility.overview .fv .text .ttl {
    flex-direction: column;
    text-align: center;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .facility.overview .fv .text .ttl {
    display: inline-flex;
    padding-top: 8rem;
    padding-bottom: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .facility.overview .fv .text .ttl::before {
    content: "";
    position: absolute;
    top: 6rem;
    left: -5rem;
    transform: rotate(-45deg);
    width: 12rem;
    height: 1px;
    background-color: var(--theme);
  }
}
.facility.overview .fv .text .ttl h2 {
  font-family: var(--mincho);
  font-size: clamp(2.4rem, 1.6rem + 1.0416666667vw, 3.6rem);
  letter-spacing: 2rem;
}
@media screen and (max-width: 767px) {
  .facility.overview .fv .text .ttl h2 {
    order: 1;
  }
}
@media screen and (min-width: 768px) {
  .facility.overview .fv .text .ttl h2 {
    padding-top: 1rem;
    writing-mode: vertical-rl;
  }
}
.facility.overview .fv .text .ttl h2 span {
  color: var(--theme);
}
.facility.overview .fv .text .ttl p {
  font-family: var(--garamond);
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .facility.overview .fv .text .ttl p {
    order: 2;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .facility.overview .fv .text .ttl p {
    writing-mode: vertical-rl;
  }
}
.facility.overview .fv .text p {
  text-align: left;
}
.facility.overview .fv .photo {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .facility.overview .fv .photo {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .facility.overview .fv .photo {
    width: 62.3287671233%;
  }
  .facility.overview .fv .photo img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width: 768px) {
  .facility.overview .fv-amagasaki .ttl {
    margin-bottom: 4rem;
  }
}
.facility.overview .list {
  width: 100%;
  border-top: 1px solid var(--gray-light);
}
@media screen and (min-width: 768px) {
  .facility.overview .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: stretch;
  }
}
.facility.overview .list dt,
.facility.overview .list dd {
  padding-block: clamp(1.5rem, 0.5rem + 1.302vw, 3rem);
  border-bottom: 1px solid var(--gray-light);
}
.facility.overview .list dt {
  font-weight: var(--semibold);
}
@media screen and (max-width: 767px) {
  .facility.overview .list dt {
    padding-bottom: 0;
    border-bottom: none;
  }
}
@media screen and (min-width: 768px) {
  .facility.overview .list dt {
    display: flex;
    align-items: center;
    gap: 2rem;
    width: 22%;
    padding-left: clamp(1rem, 0.333rem + 0.868vw, 2rem);
  }
}
@media screen and (max-width: 767px) {
  .facility.overview .list dd {
    padding-top: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .facility.overview .list dd {
    width: 78%;
  }
}
.facility .room-list {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .facility .room-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
.facility .room-list li .inner {
  display: flex;
}
.facility .room-list li .inner em {
  font-family: var(--barlow);
  font-size: clamp(1.1rem, 1.0333333333rem + 0.0868055556vw, 1.2rem);
  font-weight: var(--bold);
  color: var(--theme);
  writing-mode: vertical-rl;
}
.facility .room-list li .inner figure {
  overflow: hidden;
}
.facility .room-list li .inner figure img {
  transition: var(--ease);
}
.facility .room-list li .inner figure figcaption {
  position: relative;
  padding-block: 1rem 0.5rem;
  font-size: clamp(1.5rem, 1.3rem + 0.2604166667vw, 1.8rem);
  font-family: var(--mincho);
  font-weight: var(--semibold);
  color: var(--theme);
}
@media screen and (min-width: 768px) {
  .facility .room-list li .inner figure figcaption {
    padding-block: 1.5rem;
  }
}
.facility .room-list li p {
  padding-left: 2.5rem;
}
.facility .room-tabs {
  position: relative;
  max-width: 110rem;
}
.facility .room-tab-list {
  position: absolute;
  top: -2.25rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .facility .room-tab-list {
    top: -3.5rem;
  }
}
.facility .room-tab-list li {
  padding: 1.2rem 1rem;
  background-color: var(--white);
  border: 1px solid var(--theme);
  font-family: var(--garamond);
  color: var(--theme);
  text-align: center;
  line-height: 1;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .facility .room-tab-list li {
    padding: 2.5rem 8rem;
  }
}
.facility .room-tab-list li.is-active {
  background-color: var(--theme);
  color: var(--white);
}
.facility .room-tab-list li span {
  padding-right: 0.5rem;
  font-size: clamp(2rem, 1.7333333333rem + 0.3472222222vw, 2.4rem);
}
.facility .room-tab-panel {
  display: none;
}
.facility .room-tab-panel.is-active {
  display: block;
  padding: 5rem 2rem 2rem;
  background-color: var(--white);
}
@media screen and (min-width: 768px) {
  .facility .room-tab-panel.is-active {
    padding: 10rem 5rem 5rem;
  }
}
.facility .room-tab-inner {
  display: flex;
}
@media screen and (max-width: 1239px) {
  .facility .room-tab-inner {
    flex-direction: column;
  }
}
@media screen and (min-width: 1240px) {
  .facility .room-tab-inner {
    justify-content: space-between;
    gap: 5rem;
  }
}
.facility .room-tab-photo {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1239px) {
  .facility .room-tab-photo {
    order: 2;
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1240px) {
  .facility .room-tab-photo {
    width: 49.2rem;
  }
}
@media screen and (max-width: 1239px) {
  .facility .room-tab-text {
    order: 1;
  }
}
@media screen and (min-width: 1240px) {
  .facility .room-tab-text {
    flex: 1 0 0;
  }
}
.facility .room-tab-text h4 {
  position: relative;
}
.facility .room-tab-ttl {
  display: flex;
  align-items: flex-end;
  padding-bottom: clamp(1rem, 0.333rem + 0.868vw, 2rem);
  border-bottom: var(--solid);
}
.facility .room-tab-ttl p {
  font-family: var(--garamond);
  font-size: clamp(1.4rem, 1.1333333333rem + 0.3472222222vw, 1.8rem);
  color: var(--theme);
  line-height: 1;
}
.facility .room-tab-ttl p span {
  padding-right: 0.5rem;
  font-size: clamp(3.6rem, 2.6666666667rem + 1.2152777778vw, 5rem);
}
.facility .room-tab-ttl h3 {
  position: relative;
  padding-left: clamp(1.5rem, 1.167rem + 0.434vw, 2rem);
  font-family: var(--mincho);
  font-weight: var(--medium);
  font-size: clamp(1.6rem, 1.2rem + 0.5208333333vw, 2.2rem);
  line-height: 1.5;
  letter-spacing: clamp(0.1rem, -0.033rem + 0.174vw, 0.3rem);
}
.facility .room-tab-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 2rem;
}
.facility .room-tab-table th,
.facility .room-tab-table td {
  padding: clamp(1rem, 0.667rem + 0.434vw, 1.5rem);
  border: 1px solid var(--gray);
  vertical-align: middle;
}
.facility .room-tab-table thead {
  background-color: #eceae8;
}
.facility .room-tab-table thead th {
  font-weight: var(--bold);
}
.facility.access .traffic .inner {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .facility.access .traffic .inner {
    flex-direction: column;
  }
}
@media screen and (min-width: 1025px) {
  .facility.access .traffic .inner {
    justify-content: space-between;
    align-items: center;
    gap: clamp(2.5rem, 0.833rem + 2.17vw, 5rem);
  }
}
.facility.access .traffic .inner.transportation .transportation-inner {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .facility.access .traffic .inner.transportation .transportation-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2rem;
    row-gap: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .facility.access .traffic .inner.transportation .transportation-list li:nth-child(n+2) {
    margin-top: 2rem;
  }
}
.facility.access .traffic .inner.transportation .transportation-list li p {
  position: relative;
  font-family: var(--mincho);
  font-weight: var(--semibold);
  font-size: clamp(1.8rem, 1.5333333333rem + 0.3472222222vw, 2.2rem);
  line-height: 1;
}
.facility.access .traffic .inner.transportation .transportation-list li p strong {
  padding-inline: clamp(0.5rem, 0.167rem + 0.434vw, 1rem);
  font-size: clamp(3.5rem, 2.5rem + 1.3020833333vw, 5rem);
  font-weight: var(--bold);
  color: #2c4198;
}
@media screen and (min-width: 1025px) and (max-width: 1900px) {
  .facility.access .traffic .inner.transportation .transportation-list li p {
    font-size: 1vw;
  }
}
.facility.access .traffic .inner.transportation .transportation-list li span {
  display: block;
  padding-top: 0.5rem;
  font-size: clamp(1rem, 0.8666666667rem + 0.1736111111vw, 1.2rem);
  text-align: right;
}
.facility.access .traffic .inner.transportation .transportation-airport {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: var(--solid);
}
.facility.access .traffic .inner.transportation .transportation-airport .transportation-list {
  display: block;
}
.facility.access .traffic .inner.transportation .photo {
  border: 1px solid #a56d35;
}
@media screen and (max-width: 1024px) {
  .facility.access .traffic .text {
    order: 2;
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .facility.access .traffic .text {
    flex: 1 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .facility.access .traffic .photo {
    order: 1;
  }
}
@media screen and (min-width: 1025px) {
  .facility.access .traffic .photo {
    width: 47.2602739726%;
  }
}
.facility.access .traffic dl {
  display: flex;
  flex-wrap: wrap;
  border-top: var(--solid);
}
.facility.access .traffic dt,
.facility.access .traffic dd {
  padding-block: clamp(1.5rem, 0.5rem + 1.302vw, 3rem);
  padding-left: clamp(1rem, 0.333rem + 0.868vw, 2rem);
  border-bottom: var(--solid);
}
@media screen and (max-width: 767px) {
  .facility.access .traffic dt {
    padding-bottom: 0;
    border-bottom: none;
  }
}
@media screen and (min-width: 768px) {
  .facility.access .traffic dt {
    width: 38%;
  }
}
@media screen and (max-width: 767px) {
  .facility.access .traffic dd {
    padding-top: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .facility.access .traffic dd {
    width: 62%;
  }
}
@media screen and (min-width: 768px) {
  .facility.access .traffic dd .text-inner {
    padding-left: 2rem;
    border-left: var(--solid);
  }
}
.facility.access .surroundings-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 2rem;
  row-gap: 4rem;
}
@media screen and (min-width: 768px) {
  .facility.access .surroundings-list {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 4rem;
    row-gap: 6rem;
  }
}
.facility.access .surroundings-list p {
  padding-top: 1.5rem;
  font-family: var(--mincho);
  font-weight: var(--semibold);
  font-size: clamp(1.4rem, 1rem + 0.5208333333vw, 2rem);
  color: var(--theme);
  text-align: center;
  line-height: 1.4;
}

.heading {
  display: flex;
  align-items: center;
  column-gap: 2rem;
  padding-bottom: clamp(2rem, 0.667rem + 1.736vw, 4rem);
  font-family: var(--mincho);
  font-size: clamp(1.6rem, 1.3333333333rem + 0.3472222222vw, 2rem);
}
.heading::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: var(--gray-light);
}

.room-tab-slide {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.room-tab-slide::after {
  content: "";
  display: block;
  clear: both;
}

/*-------------------------------------------------
	 slick
-------------------------------------------------*/
.space-slide .swiper {
  max-width: 98rem;
  margin: inherit;
}
.space-slide .swiper-main {
  overflow: visible;
}
.space-slide .swiper-thumb {
  margin-top: clamp(1.5rem, 0.5rem + 1.302vw, 3rem);
}
.space-slide .swiper-button-prev, .space-slide .swiper-button-next {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  width: 4rem;
  height: 4rem;
  margin: auto;
  background-color: var(--white);
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .space-slide .swiper-button-prev, .space-slide .swiper-button-next {
    width: 6.5rem;
    height: 6.5rem;
  }
}
.space-slide .swiper-button-prev {
  left: -2rem;
}
@media screen and (min-width: 768px) {
  .space-slide .swiper-button-prev {
    left: -3.25rem;
  }
}
.space-slide .swiper-button-prev::after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  margin-left: 4px;
  border-right: 1px solid var(--theme);
  border-bottom: 1px solid var(--theme);
  transform: rotate(135deg);
}
@media screen and (min-width: 768px) {
  .space-slide .swiper-button-prev::after {
    width: 1rem;
    height: 1rem;
  }
}
.space-slide .swiper-button-next {
  right: -2rem;
}
@media screen and (min-width: 768px) {
  .space-slide .swiper-button-next {
    right: -3.25rem;
  }
}
.space-slide .swiper-button-next::after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-bottom: 1px solid var(--theme);
  border-right: 1px solid var(--theme);
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .space-slide .swiper-button-next::after {
    width: 1rem;
    height: 1rem;
  }
}
.space-slide .swiper-fade .swiper-slide {
  -webkit-transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, transform !important;
  transition-property: opacity, transform, -webkit-transform !important;
  pointer-events: none;
}
.space-slide .swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.space-slide .swiper-controller {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 66.3%;
}
.space-slide .swiper-scrollbar {
  position: relative;
  margin-top: 1.6rem;
  width: 100%;
  left: 0;
  border-radius: 0;
}
.space-slide .swiper-scrollbar::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  margin: auto;
  background-color: #eee;
}
.space-slide .swiper-scrollbar-drag {
  cursor: pointer;
  background-color: var(--theme);
  background-clip: content-box;
  border-radius: 0;
}
.space-slide .swiper-scrollbar-drag:active {
  background-color: #505caa;
}
.space-slide .swiper-slide-thumb-active .thumb-media {
  transition: var(--ease);
}
.space-slide .swiper-slide-thumb-active .thumb-media img {
  outline: 2px solid var(--theme);
  outline-offset: -2px;
}
.space-slide .slide {
  position: relative;
  display: block;
  overflow: hidden;
}
.space-slide .slide-media {
  position: relative;
  padding-top: 62.5%;
}
.space-slide .slide-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.space-slide .slide figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.8);
  color: var(--theme);
  line-height: 1.6;
  text-align: center;
}
.room-slider {
  overflow: hidden;
}
.room-slider .swiper-slide-thumb-active .room-slider-image img {
  outline: 2px solid var(--theme);
  outline-offset: -2px;
}
.room-slider .swiper-container {
  width: 100%;
  height: 100%;
}
.room-slider-cols {
  max-width: 98rem;
}
@media screen and (min-width: 768px) {
  .room-slider-cols {
    display: flex;
    align-items: stretch;
  }
}
.room-slider-image {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
}
.room-slider-image figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: clamp(1.3rem, 1.1666666667rem + 0.1736111111vw, 1.5rem);
  color: var(--theme);
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .room-slider-images {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .room-slider-images {
    width: 79.5918367347%;
  }
}
.room-slider-col {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .room-slider-col {
    flex-direction: row;
    align-items: center;
    margin-right: 0;
    margin-top: 2.4rem;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .room-slider-col {
    width: 18.8775510204%;
    margin-left: 1.5rem;
    padding: 0 1.5rem;
    border: var(--solid);
  }
}
.room-slider-prev, .room-slider-next {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.8rem;
  user-select: none;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .room-slider-prev, .room-slider-next {
    height: auto;
    width: 2rem;
  }
}
.room-slider-prev::before, .room-slider-next::before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-bottom: 1px solid var(--theme);
  border-right: 1px solid var(--theme);
}
.room-slider-prev:focus, .room-slider-next:focus {
  outline: none;
}
.room-slider-prev::before {
  transform: rotate(135deg);
}
@media screen and (min-width: 768px) {
  .room-slider-prev::before {
    transform: rotate(-135deg);
  }
}
.room-slider-next::before {
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .room-slider-next::before {
    transform: rotate(45deg);
  }
}
.room-slider-thumbs {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .room-slider-thumbs {
    width: calc(100% - 50px);
    margin: 0 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .room-slider-thumbs {
    height: 100%;
  }
}
.room-slider-thumbs .swiper-dlide {
  cursor: grab;
}

.faq dl {
  padding: clamp(1.5rem, -0.167rem + 2.17vw, 4rem);
  background-color: var(--white);
  border: var(--solid);
  border-radius: 0.5rem;
}
.faq dl dt,
.faq dl dd {
  display: flex;
}
.faq dl dt em,
.faq dl dd em {
  width: 3rem;
  font-family: var(--garamond);
  font-size: clamp(2.6rem, 1.6666666667rem + 1.2152777778vw, 4rem);
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .faq dl dt em,
  .faq dl dd em {
    width: 5rem;
  }
}
.faq dl dt p,
.faq dl dd p {
  flex: 1 0 0;
}
@media screen and (min-width: 768px) {
  .faq dl dt {
    align-items: center;
  }
}
.faq dl dt em {
  color: #2f335b;
}
.faq dl dt p {
  font-family: var(--mincho);
  font-weight: var(--semibold);
  font-size: clamp(1.6rem, 1.3333333333rem + 0.3472222222vw, 2rem);
  letter-spacing: clamp(0.2rem, 0rem + 0.26vw, 0.5rem);
}
.faq dl dd {
  margin-top: clamp(1.5rem, 0.5rem + 1.302vw, 3rem);
  padding-top: clamp(1.5rem, 0.5rem + 1.302vw, 3rem);
  border-top: var(--solid);
}
.faq dl dd em {
  color: #832f45;
}
@media screen and (min-width: 768px) {
  .faq dl dd p {
    padding-top: 0.5rem;
  }
}
.faq dl:not(:first-of-type) {
  margin-top: clamp(2rem, 0.667rem + 1.736vw, 4rem);
}

.flow {
  position: relative;
}
.flow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 2.5rem;
  width: 2px;
  height: 100%;
  background-color: var(--theme);
}
@media screen and (min-width: 768px) {
  .flow::before {
    left: 4rem;
  }
}
.flow dl {
  display: flex;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .flow dl {
    gap: 3rem;
  }
}
.flow dt {
  position: relative;
  width: 5rem;
}
@media screen and (min-width: 768px) {
  .flow dt {
    width: 8rem;
  }
}
.flow dt p {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 5rem;
  height: 5rem;
  background-color: var(--theme);
  border-radius: 9999rem;
  font-family: var(--garamond);
  color: var(--white);
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .flow dt p {
    width: 8rem;
    height: 8rem;
  }
}
.flow dt p em {
  font-size: clamp(1.2rem, 1.0666666667rem + 0.1736111111vw, 1.4rem);
  font-style: normal;
}
.flow dt p span {
  font-size: clamp(2rem, 1.3333333333rem + 0.8680555556vw, 3rem);
}
.flow dd {
  flex: 1 0 0;
  padding-bottom: clamp(3rem, 1rem + 2.604vw, 6rem);
  border-bottom: var(--solid);
}
.flow dd p:not(.flow-ttl) {
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .flow dd p:not(.flow-ttl) {
    line-height: 2;
  }
}
.flow-list li {
  position: relative;
}
.flow-list li:nth-child(n+2) {
  margin-top: clamp(2rem, 1.333rem + 0.868vw, 3rem);
}
.flow-list li:last-child::before {
  content: "";
  position: absolute;
  top: 0;
  left: 4rem;
  width: 2px;
  height: 100%;
  background-color: var(--bg);
}
.flow-list li:last-child dl dd {
  padding-bottom: 0;
  border-bottom: none;
}
.flow-ttl {
  padding-top: clamp(0.5rem, -0.167rem + 0.868vw, 1.5rem);
  padding-bottom: clamp(2rem, 1.667rem + 0.434vw, 2.5rem);
  font-family: var(--mincho);
  font-size: clamp(1.6rem, 0.6666666667rem + 1.2152777778vw, 3rem);
}
@media screen and (min-width: 768px) {
  .flow-ttl {
    letter-spacing: 0.5rem;
  }
}

.service-list > li {
  padding-top: clamp(3rem, 1rem + 2.604vw, 6rem);
  padding-bottom: clamp(3rem, 1rem + 2.604vw, 6rem);
  border-bottom: var(--solid);
}
.service-list > li:first-child {
  padding-top: 0;
}
.service-inner {
  display: flex;
}
@media screen and (max-width: 767px) {
  .service-inner {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .service-inner {
    justify-content: space-between;
    gap: clamp(4rem, 1.333rem + 3.472vw, 8rem);
  }
}
@media screen and (max-width: 767px) {
  .service-txt {
    order: 2;
    margin-top: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .service-txt {
    flex: 1 0 0;
  }
}
@media screen and (max-width: 767px) {
  .service-photo {
    order: 1;
  }
}
@media screen and (min-width: 768px) {
  .service-photo {
    width: 44.5205479452%;
  }
}
.service-munber {
  font-family: var(--garamond);
  font-size: clamp(1.4rem, 1.1333333333rem + 0.3472222222vw, 1.8rem);
  letter-spacing: clamp(0.2rem, 0.133rem + 0.087vw, 0.3rem);
}
.service-ttl {
  padding-top: clamp(0.5rem, -1.833rem + 3.038vw, 4rem);
  padding-bottom: clamp(1.5rem, -0.833rem + 3.038vw, 5rem);
  font-family: var(--mincho);
  font-size: clamp(1.8rem, 1.1333333333rem + 0.8680555556vw, 2.8rem);
  line-height: 1.5;
  letter-spacing: clamp(0.2rem, -0.133rem + 0.434vw, 0.7rem);
}
.service-ttl-sub {
  font-family: var(--mincho);
  font-size: clamp(1.6rem, 1.2rem + 0.5208333333vw, 2.2rem);
  line-height: 1.5;
  letter-spacing: clamp(0.2rem, -0.133rem + 0.434vw, 0.7rem);
}
.service-operation {
  border: var(--solid);
}
.service-anchor {
  display: grid;
}
@media screen and (max-width: 767px) {
  .service-anchor {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .service-anchor {
    display: flex;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .service-anchor li {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .service-anchor li:nth-child(n+2)::before {
    content: "｜";
  }
}
@media screen and (max-width: 767px) {
  .service-anchor li:nth-child(even) {
    border-left: var(--solid);
  }
}
.service-anchor li a {
  font-size: clamp(1.2rem, 1.0666666667rem + 0.1736111111vw, 1.4rem);
}
@media screen and (min-width: 768px) {
  .service-cols {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(5rem, 1.667rem + 4.34vw, 10rem);
  }
}
@media screen and (max-width: 767px) {
  .service-cols .service-col:last-child {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .service-accordion {
    margin-top: 1rem;
  }
}
.service-accordion li:nth-child(n+2) {
  margin-top: clamp(1.5rem, 0.5rem + 1.302vw, 3rem);
}
.service-accordion-ttl {
  position: relative;
  background-color: var(--theme);
  padding-block: clamp(1.5rem, 0.833rem + 0.868vw, 2.5rem);
  padding-inline: clamp(1.5rem, 0.833rem + 0.868vw, 2.5rem);
  font-family: var(--mincho);
  font-weight: var(--semibold);
  color: var(--white);
  line-height: 1;
  cursor: pointer;
}
.service-accordion-ttl::before, .service-accordion-ttl::after {
  content: "";
  position: absolute;
  top: 0;
  right: clamp(1.5rem, 0.833rem + 0.868vw, 2.5rem);
  bottom: 0;
  width: 1.2rem;
  height: 1px;
  margin: auto;
  background-color: var(--white);
}
.service-accordion-ttl::after {
  transform: rotate(-90deg);
  transition: transform 0.3s;
}
.service-accordion-ttl.is-active::after {
  transform: rotate(0deg);
}
.service-accordion-content {
  display: none;
  background-color: var(--white);
  padding: clamp(1.5rem, 0.5rem + 1.302vw, 3rem);
}
.service-accordion-content figure {
  position: relative;
  overflow: hidden;
}
.service-accordion-content figure::before {
  float: left;
  content: "";
  padding-top: 62.5%;
}
.service-accordion-content figure::after {
  display: block;
  content: "";
  clear: both;
}
.service-accordion-content figure > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--ease);
}
.service-medical-ttl {
  position: relative;
  padding-block: clamp(1rem, 0rem + 1.302vw, 2.5rem);
  padding-left: clamp(1.5rem, 1.167rem + 0.434vw, 2rem);
  font-family: var(--mincho);
  font-weight: var(--medium);
  font-size: clamp(1.8rem, 1.1333333333rem + 0.8680555556vw, 2.8rem);
  line-height: 1.5;
  letter-spacing: clamp(0.2rem, -0.133rem + 0.434vw, 0.7rem);
}
.service-medical-ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.6rem;
  height: 0.6rem;
  background-color: var(--theme);
  border-radius: 9999rem;
}
.service-medical-head {
  padding-block: clamp(1rem, 0.333rem + 0.868vw, 2rem);
  font-family: var(--mincho);
  font-weight: var(--medium);
  font-size: clamp(1.8rem, 1.4rem + 0.5208333333vw, 2.4rem);
  line-height: 1.5;
  letter-spacing: clamp(0.2rem, 0rem + 0.26vw, 0.5rem);
}
.service-medical-address {
  display: flex;
  flex-wrap: wrap;
  column-gap: clamp(1rem, 0.333rem + 0.868vw, 2rem);
  row-gap: clamp(0.5rem, 0.167rem + 0.434vw, 1rem);
}
.service-food-head {
  padding-bottom: clamp(1rem, 0.333rem + 0.868vw, 2rem);
  font-family: var(--mincho);
  font-weight: var(--medium);
  font-size: clamp(1.8rem, 1.1333333333rem + 0.8680555556vw, 2.8rem);
  line-height: 1.5;
  letter-spacing: clamp(0.2rem, -0.133rem + 0.434vw, 0.7rem);
}
.service-food-list li {
  border-top: var(--solid);
  padding-block: clamp(3rem, 2.333rem + 0.868vw, 4rem);
}
@media screen and (min-width: 768px) {
  .service-food-list li {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(3rem, 1rem + 2.604vw, 6rem);
  }
}
@media screen and (min-width: 768px) {
  .service-food-number {
    flex: 1 0 0;
  }
}
.service-food-number p {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: var(--garamond);
  line-height: 1;
}
.service-food-number p em {
  font-size: clamp(1.2rem, 0.9333333333rem + 0.3472222222vw, 1.6rem);
  font-style: normal;
}
.service-food-number p span {
  font-size: clamp(3rem, 2.3333333333rem + 0.8680555556vw, 4rem);
}
@media screen and (max-width: 767px) {
  .service-food-photo {
    padding-block: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .service-food-photo {
    width: 31.1418685121%;
  }
}
@media screen and (min-width: 768px) {
  .service-food-discription {
    width: 56.3321799308%;
  }
}
.service-food-discription p {
  line-height: 2;
}
.service-food-ttl {
  font-family: var(--mincho);
  font-size: clamp(1.8rem, 1rem + 1.0416666667vw, 3rem);
  line-height: 1.5;
}
.service-menu-ttl {
  position: relative;
  padding-block: clamp(1rem, 0rem + 1.302vw, 2.5rem);
  padding-left: clamp(1.5rem, 1.167rem + 0.434vw, 2rem);
  font-family: var(--mincho);
  font-weight: var(--medium);
  font-size: clamp(1.8rem, 1.4rem + 0.5208333333vw, 2.4rem);
  line-height: 1.5;
  letter-spacing: clamp(0.2rem, -0.133rem + 0.434vw, 0.7rem);
}
.service-menu-ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.6rem;
  height: 0.6rem;
  background-color: var(--theme);
  border-radius: 9999rem;
}
@media screen and (min-width: 768px) {
  .service-menu-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: clamp(2rem, 0.667rem + 1.736vw, 4rem);
  }
}
@media screen and (max-width: 767px) {
  .service-menu-list li:nth-child(n+2) {
    margin-top: 2rem;
  }
}
.service-menu-list p {
  padding-top: clamp(1rem, 0.333rem + 0.868vw, 2rem);
  font-family: var(--mincho);
  font-size: clamp(1.4rem, 1rem + 0.5208333333vw, 2rem);
  text-align: center;
  letter-spacing: clamp(0.2rem, 0.067rem + 0.174vw, 0.4rem);
}

.about .greeting {
  position: relative;
}
.about .greeting::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--white);
}
@media screen and (min-width: 768px) {
  .about .greeting::before {
    width: 90%;
  }
}
.about .greeting-inner {
  position: relative;
  display: flex;
  padding: 3rem 2rem;
}
@media screen and (max-width: 767px) {
  .about .greeting-inner {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .about .greeting-inner {
    justify-content: space-between;
    padding-block: clamp(3rem, 1rem + 2.604vw, 6rem);
    padding-left: clamp(3rem, 1rem + 2.604vw, 6rem);
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .about .greeting-txt {
    flex: 1 0 0;
    padding-right: clamp(4rem, 1.333rem + 3.472vw, 8rem);
  }
}
@media screen and (max-width: 767px) {
  .about .greeting-photo {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .about .greeting-photo {
    width: 24.8rem;
  }
}
@media screen and (min-width: 1025px) {
  .about .greeting-photo {
    width: 32.8rem;
  }
}
@media screen and (max-width: 767px) {
  .about .greeting-photo img {
    width: 70%;
  }
}
.about .greeting-name {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .about .greeting-name {
    flex-direction: column;
  }
}
@media screen and (min-width: 1025px) {
  .about .greeting-name {
    gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .about .greeting-name img {
    width: 50%;
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  .about .greeting-name img {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .about .greeting-name img {
    width: 152px;
    height: 28px;
  }
}
@media screen and (max-width: 767px) {
  .about .greeting-chairman .greeting-txt {
    order: 2;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .about .greeting-chairman .greeting-photo {
    order: 1;
  }
}
@media screen and (min-width: 768px) {
  .about .greeting-president::before {
    content: "";
    left: 10%;
  }
}
@media screen and (min-width: 768px) {
  .about .greeting-president .greeting-inner {
    padding-left: 0;
  }
}
.about .greeting-president .greeting-txt {
  order: 2;
}
@media screen and (max-width: 767px) {
  .about .greeting-president .greeting-txt {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .about .greeting-president .greeting-txt {
    padding-left: clamp(4rem, 1.333rem + 3.472vw, 8rem);
  }
}
.about .greeting-president .greeting-photo {
  order: 1;
}
.about .strength-ttl {
  font-size: clamp(3rem, 1.2666666667rem + 2.2569444444vw, 5.6rem);
  font-weight: var(--bold);
  text-decoration: underline;
  line-height: 1.5;
}
.about .strength-list li {
  column-gap: clamp(4rem, 1.333rem + 3.472vw, 8rem);
  padding-block: clamp(4rem, 1.333rem + 3.472vw, 8rem);
  border-bottom: var(--solid);
}
@media screen and (min-width: 768px) {
  .about .strength-list li {
    display: grid;
    grid-template-columns: 45% 1fr;
  }
}
.about .strength-list li em {
  font-family: var(--garamond);
  font-size: clamp(1.2rem, 0.9333333333rem + 0.3472222222vw, 1.6rem);
}
.about .strength-list li h3 {
  padding-top: clamp(0.5rem, -1.167rem + 2.17vw, 3rem);
  padding-bottom: clamp(2rem, 0.667rem + 1.736vw, 4rem);
}
.about .strength-list li:nth-child(even) div:first-child {
  order: 2;
}
.about .strength-list li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .about .strength-list li .text {
    margin-top: 2rem;
  }
}
.about .two .cols {
  margin-top: clamp(4rem, 2.667rem + 1.736vw, 6rem);
}
@media screen and (min-width: 768px) {
  .about .two .cols {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 4rem;
    gap: clamp(2rem, 0.667rem + 1.736vw, 4rem);
  }
}
.about .two .cols .col {
  overflow: hidden;
}
.about .two .cols .col:not(li) a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about .two .cols .col:not(li) a .city {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  width: 100%;
  z-index: 2;
  text-align: center;
}
.about .two .cols .col:not(li) a .city h3 {
  font-family: var(--mincho);
  font-size: clamp(2.4rem, 1.7333333333rem + 0.8680555556vw, 3.4rem);
  font-weight: var(--medium);
  line-height: 1;
}
.about .two .cols .col:not(li) a .city h3 span {
  display: inline-flex;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  background-color: rgba(255, 255, 255, 0.65);
}
.about .two .cols .col:not(li) a .city p {
  margin-top: clamp(0.3rem, 0.1rem + 0.26vw, 0.6rem);
  font-family: var(--garamond);
  line-height: 1;
}
.about .two .cols .col:not(li) a .city p span {
  display: inline-flex;
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  background-color: rgba(255, 255, 255, 0.65);
}
.about .two .cols .col:not(li) a figure {
  position: relative;
  transition: var(--ease);
}
.about .two .cols .col:not(li) a:hover figure {
  scale: 1.1;
}
@media screen and (max-width: 767px) {
  .about .two .cols .col:last-child {
    margin-top: 3rem;
  }
}

.expense-ttl {
  position: relative;
  padding-left: clamp(1.5rem, 1.167rem + 0.434vw, 2rem);
  font-family: var(--mincho);
  font-weight: var(--medium);
  font-size: clamp(1.7rem, 1.5rem + 0.2604166667vw, 2rem);
  line-height: 1.5;
  letter-spacing: clamp(0.2rem, 0rem + 0.26vw, 0.5rem);
}
.expense-ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.6rem;
  height: 0.6rem;
  background-color: var(--theme);
  border-radius: 9999rem;
}
@media screen and (min-width: 768px) {
  .expense-ttl::before {
    width: 1rem;
    height: 1rem;
  }
}
.expense .cost-list {
  align-items: center;
}
@media screen and (max-width: 767px) {
  .expense .cost-list {
    display: grid;
    grid-template-columns: 1fr 2.5rem 1fr;
    gap: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .expense .cost-list {
    display: flex;
  }
}
.expense .cost-list li:first-child, .expense .cost-list li:last-child {
  padding: 1.5rem 0.5rem;
  background-color: var(--white);
  border: 2px solid var(--theme);
  border-radius: 0.5rem;
  font-size: clamp(1.8rem, 1.4rem + 0.5208333333vw, 2.4rem);
  font-family: var(--mincho);
  font-weight: var(--semibold);
  color: var(--theme);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .expense .cost-list li:first-child, .expense .cost-list li:last-child {
    width: 35rem;
    padding: 2.5rem 2rem;
  }
}
@media screen and (min-width: 768px) {
  .expense .cost-list li:nth-child(2) {
    margin-right: 3rem;
    margin-left: 3rem;
  }
}
.expense .cost-plus {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 2rem;
  height: 0.2rem;
  background: var(--theme);
}
@media screen and (min-width: 768px) {
  .expense .cost-plus {
    width: 5rem;
    height: 0.5rem;
  }
}
.expense .cost-plus::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
@media screen and (min-width: 1025px) {
  .expense .cost-cols {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5rem;
  }
}
@media screen and (max-width: 1024px) {
  .expense .cost-cols .col:last-child {
    margin-top: 3rem;
  }
}
.expense-table {
  width: 100%;
  border-collapse: collapse;
}
.expense-table thead {
  background-color: var(--theme);
  color: var(--white);
}
.expense-table tbody th {
  background-color: #f5f5f5;
  font-weight: var(--semibold);
  text-align: left;
}
.expense-table th,
.expense-table td {
  padding: clamp(1rem, 0.667rem + 0.434vw, 1.5rem);
  border: 1px solid var(--gray);
  vertical-align: middle;
}
.expense-table td {
  background-color: var(--white);
}/*# sourceMappingURL=style.css.map */