@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*! destyle.css v1.0.14 | MIT License | https://github.com/nicolas-cusan/destyle.css */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

:root {
  --base-font: "Noto Sans JP", sans-serif;
  --sub-font: "Noto Serif JP", serif;
  --en-font: "Poppins", sans-serif;
  --base-color: #222;
  --main: #679CCD;
  --main-light: #EDF0F5;
  --main-dark: #363862;
  --sub: #98ECC9;
  --sub-light: #F3FFF6;
  --sub-dark: #61BEAD;
  --gray: #D7D7D7;
  --gray-light: #F8F7F6;
  --gray-dark: #717171;
  --gray-black: #262626;
  --white: #FFFFFF;
  --black: #000000;
  --link: #2DABF1;
  --error: #F25F5F;
  --variation1: #EF8BB6;
  --variation2: #F1CB91;
  --variation3: #D6F19B;
  --num: #679CCD;
}

.editor-styles-wrapper,
html {
  font-size: 62.5% !important;
  scroll-behavior: smooth !important;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper,
  html {
    font-size: 2.66vw !important;
  }
}

.editor-styles-wrapper,
html :where(.wp-block) {
  max-width: 980px !important;
}

.editor-styles-wrapper,
body {
  font-family: var(--base-font) !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  color: var(--base-color) !important;
  font-size: 1.5rem !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1.8 !important;
  letter-spacing: 0.1em !important;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper,
  body {
    -webkit-text-size-adjust: 100% !important;
    margin-bottom: 6rem !important;
    overflow-x: hidden !important;
  }
}

/*
@include pc {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}
*/
.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

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

a {
  transition: all 0.5s;
}

.hamburger {
  position: fixed;
  right: 4rem;
  top: 2rem;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  z-index: 9999 !important;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .hamburger {
    right: 0;
    top: 0;
    width: 5rem;
    height: 5rem;
    background: var(--base-color);
  }
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger__line {
  position: absolute;
  width: 32px;
  height: 1px;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: var(--base-color);
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .hamburger__line {
    width: 18px;
    height: 2px;
    background-color: var(--white);
  }
}
.hamburger__line--1 {
  top: 1.3rem;
}
@media screen and (max-width: 768px) {
  .hamburger__line--1 {
    top: 1.9rem;
  }
}
.hamburger__line--2 {
  top: 1.9rem;
}
@media screen and (max-width: 768px) {
  .hamburger__line--2 {
    top: 2.4rem;
  }
}
.hamburger__line--3 {
  top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .hamburger__line--3 {
    top: 2.9rem;
  }
}

.open .hamburger__line {
  background-color: var(--white);
}
.open .hamburger__line--1 {
  top: 1.9rem;
  left: 50%;
  transform: translateX(-50%) rotate(-30deg);
}
@media screen and (max-width: 768px) {
  .open .hamburger__line--1 {
    top: 2.4rem;
    transform: translateX(-50%) rotate(-45deg);
  }
}
.open .hamburger__line--2 {
  opacity: 0;
}
.open .hamburger__line--3 {
  top: 1.9rem;
  left: 50%;
  transform: translateX(-50%) rotate(30deg);
}
@media screen and (max-width: 768px) {
  .open .hamburger__line--3 {
    top: 2.4rem;
    transform: translateX(-50%) rotate(45deg);
  }
}

.sp-nav {
  position: fixed;
  right: -50rem;
  top: 0;
  width: 50rem;
  height: 100%;
  background: rgba(43, 43, 43, 0.95);
  transition: all 0.5s;
  overflow: auto !important;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  visibility: hidden;
  z-index: 8888;
}
@media screen and (max-width: 768px) {
  .sp-nav {
    right: -100%;
    width: 100%;
    border-radius: 0;
    background: var(--white) url(../img/sp-nav-bg-sp.png) no-repeat bottom 6rem right 0/20.2rem auto;
  }
}
@media screen and (min-width: 769px) {
  .sp-nav .logo {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sp-nav .logo {
    width: 100%;
    height: 7.3rem;
    padding: 0 0 0 2rem;
    display: flex;
    align-items: center;
    background: var(--white);
  }
  .sp-nav .logo img {
    width: auto;
    height: 5.7rem;
  }
}

.open .sp-nav {
  opacity: 1;
  right: 0;
  visibility: visible;
  transition-delay: 0s;
}

.black-bg {
  transition: all 0.5s;
}

.open .black-bg {
  background: rgba(255, 255, 255, 0.4);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 300;
}
@media screen and (max-width: 768px) {
  .open .black-bg {
    display: none;
  }
}

.lightbox {
  top: 50% !important;
  transform: translateY(-50%) !important;
  position: fixed !important;
}

.lightboxOverlay {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50) !important;
  opacity: 0.5 !important;
}

.lb-data .lb-number {
  color: var(--white) !important;
}

@media screen and (min-width: 769px) {
  .lightbox__link {
    pointer-events: none;
  }
}
.caseSwiper01 .swiper {
  padding: 1rem 0;
  max-width: 100rem;
  width: 100%;
  margin: 0 auto;
}
.caseSwiper01 .swiper-buttons {
  width: 112.8rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .caseSwiper01 .swiper-buttons {
    width: 100%;
  }
}
.caseSwiper01 .swiper-slide {
  transform: scale(0.92);
  transition: all 0.5s;
}
.caseSwiper01 .swiper-slide-active {
  transform: scale(1);
}
.caseSwiper01 .swiper-button-next,
.caseSwiper01 .swiper-button-prev {
  color: var(--main);
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .caseSwiper01 .swiper-button-next,
  .caseSwiper01 .swiper-button-prev {
    background: var(--main);
    color: var(--white);
    width: 3rem;
    height: 3rem;
  }
}
.caseSwiper01 .swiper-button-next:hover,
.caseSwiper01 .swiper-button-prev:hover {
  opacity: 0.7;
}
.caseSwiper01 .swiper-button-next:after,
.caseSwiper01 .swiper-button-prev:after {
  font-size: 4.8rem;
  font-weight: 200;
}
@media screen and (max-width: 768px) {
  .caseSwiper01 .swiper-button-next:after,
  .caseSwiper01 .swiper-button-prev:after {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .caseSwiper01 .swiper-button-next {
    right: -1rem;
  }
  .caseSwiper01 .swiper-button-prev {
    left: -1rem;
  }
}

.blogSwiper .swiper {
  padding: 1rem 1rem;
  max-width: 86rem;
  width: 100%;
  margin: 0 auto;
}
.blogSwiper .swiper-buttons {
  width: 100rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .blogSwiper .swiper-buttons {
    width: 100%;
  }
}
.blogSwiper .swiper-button-next,
.blogSwiper .swiper-button-prev {
  color: var(--gray-dark);
  background: var(--main-light);
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  transition: all 0.5s;
}
.blogSwiper .swiper-button-next:hover,
.blogSwiper .swiper-button-prev:hover {
  color: var(--main-light);
  background: var(--gray-dark);
}
.blogSwiper .swiper-button-next:after,
.blogSwiper .swiper-button-prev:after {
  font-size: 1.4rem;
  font-weight: 600;
}

.noSwiper--case {
  display: flex;
  justify-content: center;
  gap: 0 2.4rem;
  flex-wrap: wrap;
  max-width: 84rem;
  width: 100%;
  margin: 0 auto;
}
.noSwiper--case .c-card {
  width: calc((100% - 1.8rem) / 2);
}
@media screen and (max-width: 768px) {
  .noSwiper--case .c-card {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .noSwiper--case .c-card + .c-card {
    margin-top: 2.4rem;
  }
}

.noSwiper--blog {
  display: flex;
  justify-content: center;
  gap: 0 2.4rem;
  flex-wrap: wrap;
  max-width: 84rem;
  width: 100%;
  margin: 0 auto;
}
.noSwiper--blog .c-card {
  width: calc((100% - 1.8rem) / 3);
}
@media screen and (max-width: 768px) {
  .noSwiper--blog .c-card {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .noSwiper--blog .c-card + .c-card {
    margin-top: 2.4rem;
  }
}

.scrolldown {
  position: relative;
  top: 0;
}
.scrolldown span {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%, 0);
  color: var(--white);
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.scrolldown:before {
  content: "";
  position: absolute;
  top: 6rem;
  left: -4px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--sub);
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
  z-index: 2;
}
@keyframes circlemove {
  0% {
    top: 6;
  }
  100% {
    top: 13rem;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
.scrolldown:after {
  content: "";
  position: absolute;
  top: 6rem;
  left: 0;
  width: 1px;
  height: 7rem;
  background: var(--white);
  z-index: 1;
}

.l-footer {
  /* ---------- l-footer01 ---------- */
  /* ---------- l-footer02 ---------- */
  /* ---------- l-footer03 ---------- */
}
.l-footer01 {
  background: var(--main-dark);
  padding: 6rem 0 3rem 0;
  /* rayouts */
  /* elements */
}
@media screen and (max-width: 768px) {
  .l-footer01 {
    padding: 2.4rem;
  }
}
.l-footer01__inner {
  width: 88rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 7.4rem 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-footer01__inner {
    width: 100%;
    gap: 0;
  }
}
.l-footer01__flexitem01 {
  width: auto;
}
@media screen and (max-width: 768px) {
  .l-footer01__flexitem01 {
    width: 100%;
  }
}
.l-footer01__flexitem02 {
  width: auto;
}
@media screen and (max-width: 768px) {
  .l-footer01__flexitem02 {
    width: 100%;
    margin-top: 1.6rem;
  }
}
.l-footer01__flexitem03 {
  width: auto;
}
@media screen and (max-width: 768px) {
  .l-footer01__flexitem03 {
    width: 100%;
    margin-top: 1.6rem;
  }
}
.l-footer01__flexitem04 {
  width: auto;
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .l-footer01__flexitem04 {
    width: 100%;
    margin-top: 4rem;
    flex: 0 0 1;
    justify-content: flex-start;
  }
}
.l-footer01__flexitem05 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .l-footer01__flexitem05 {
    margin-top: 4rem;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 4rem 0;
  }
}
.l-footer01__nav01 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1.6rem 0;
}
@media screen and (max-width: 768px) {
  .l-footer01__nav01 {
    flex-direction: row;
  }
}
.l-footer01__nav01 li {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-footer01__nav01 li {
    width: 50%;
  }
  .l-footer01__nav01 li.full {
    width: 100%;
  }
}
.l-footer01__nav01 a {
  display: flex;
  align-items: center;
  gap: 0 0.8rem;
  color: var(--white);
  font-weight: 700;
}
.l-footer01__nav01 a:hover {
  opacity: 0.7;
}
.l-footer01__nav02 {
  width: 100%;
  padding: 1.6rem 0 0 3.2rem;
  display: grid;
  grid-template-columns: max-content max-content;
  gap: 0.6rem 3.2rem;
}
@media screen and (max-width: 768px) {
  .l-footer01__nav02 {
    gap: 0.6rem 1.6rem;
  }
}
.l-footer01__nav02 li {
  width: 100%;
}
.l-footer01__nav02 a {
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .l-footer01__nav02 a {
    font-size: 1.4rem;
    letter-spacing: 0.02em;
  }
}
.l-footer01__nav02 a:hover {
  opacity: 0.7;
}
.l-footer01__sns {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1.2rem 0;
}
@media screen and (max-width: 768px) {
  .l-footer01__sns {
    flex-direction: row;
    gap: 0 1.2rem;
  }
}
.l-footer01__sns li {
  width: 4rem;
}
.l-footer01__sns a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: var(--white);
}
.l-footer01__sns a:hover {
  opacity: 0.7;
}
.l-footer01__meta {
  color: var(--white);
  font-size: 1.3rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-footer01__meta.copy {
    text-align: center;
    width: 100%;
  }
}
.l-footer01__meta small {
  color: var(--white);
  font-size: 1.3rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.l-footer01__meta a:hover {
  opacity: 0.7;
}
.l-footer02 {
  background: var(--main-dark);
  padding: 10rem 0 0 0;
  /* rayouts */
  /* elements */
}
@media screen and (max-width: 768px) {
  .l-footer02 {
    padding: 2.4rem 2.4rem 0 2.4rem;
  }
}
.l-footer02__inner {
  width: 120rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0 6rem;
}
@media screen and (max-width: 768px) {
  .l-footer02__inner {
    width: 100%;
    gap: 0;
  }
}
.l-footer02__copy {
  width: 100%;
  margin: 10rem auto 0 auto;
  background: var(--base-color);
  padding: 5rem 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-footer02__copy {
    width: calc(100% + 4.8rem);
    margin: 2.4rem -2.4rem 0 -2.4rem;
    padding: 3rem 0;
  }
}
.l-footer02__flexitem01 {
  width: auto;
}
@media screen and (max-width: 768px) {
  .l-footer02__flexitem01 {
    width: 100%;
  }
}
.l-footer02__flexitem02 {
  width: auto;
}
@media screen and (max-width: 768px) {
  .l-footer02__flexitem02 {
    width: 100%;
    margin-top: 1.6rem;
  }
}
.l-footer02__flexitem03 {
  width: auto;
}
@media screen and (max-width: 768px) {
  .l-footer02__flexitem03 {
    width: 100%;
    margin-top: 1.6rem;
  }
}
.l-footer02__flexitem04 {
  width: auto;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 2.4rem 0;
}
@media screen and (max-width: 768px) {
  .l-footer02__flexitem04 {
    width: 100%;
    margin-top: 4rem;
    flex: 0 0 1;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 4rem 0;
  }
}
.l-footer02__nav01 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1.6rem 0;
}
@media screen and (max-width: 768px) {
  .l-footer02__nav01 {
    flex-direction: row;
  }
}
.l-footer02__nav01 li {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-footer02__nav01 li {
    width: 50%;
  }
  .l-footer02__nav01 li.full {
    width: 100%;
  }
}
.l-footer02__nav01 a {
  display: flex;
  align-items: center;
  gap: 0 0.8rem;
  color: var(--white);
  font-weight: 700;
}
.l-footer02__nav01 a:hover {
  opacity: 0.7;
}
.l-footer02__nav02 {
  width: 100%;
  padding: 1.6rem 0 0 3.2rem;
  display: grid;
  grid-template-columns: max-content max-content;
  gap: 0.6rem 3.2rem;
}
@media screen and (max-width: 768px) {
  .l-footer02__nav02 {
    gap: 0.6rem 1.6rem;
  }
}
.l-footer02__nav02 li {
  width: 100%;
}
.l-footer02__nav02 a {
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .l-footer02__nav02 a {
    font-size: 1.4rem;
    letter-spacing: 0.02em;
  }
}
.l-footer02__nav02 a:hover {
  opacity: 0.7;
}
.l-footer02__sns {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.2rem;
}
.l-footer02__sns li {
  width: 4rem;
}
.l-footer02__sns a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: var(--white);
}
.l-footer02__sns a:hover {
  opacity: 0.7;
}
.l-footer02__meta {
  color: var(--white);
  font-size: 1.3rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.l-footer02__meta small {
  color: var(--white);
  font-size: 1.3rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.l-footer02__meta a:hover {
  opacity: 0.7;
}
.l-footer03 {
  background: var(--main-dark);
  padding: 7rem 0;
  /* rayouts */
  /* elements */
}
@media screen and (max-width: 768px) {
  .l-footer03 {
    padding: 2.4rem;
  }
}
.l-footer03__inner {
  width: 120rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 7rem 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-footer03__inner {
    width: 100%;
    gap: 0;
  }
}
.l-footer03__flexitem01 {
  width: auto;
}
@media screen and (max-width: 768px) {
  .l-footer03__flexitem01 {
    width: 100%;
  }
}
.l-footer03__flexitem02 {
  width: auto;
}
@media screen and (max-width: 768px) {
  .l-footer03__flexitem02 {
    width: 100%;
    margin-top: 1.6rem;
  }
}
.l-footer03__flexitem03 {
  width: auto;
}
@media screen and (max-width: 768px) {
  .l-footer03__flexitem03 {
    width: 100%;
    margin-top: 1.6rem;
  }
}
.l-footer03__flexitem04 {
  width: auto;
}
@media screen and (max-width: 768px) {
  .l-footer03__flexitem04 {
    width: 100%;
    margin-top: 1.6rem;
  }
}
.l-footer03__flexitem05 {
  width: auto;
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .l-footer03__flexitem05 {
    width: 100%;
    margin-top: 4rem;
    flex: initial;
    justify-content: flex-start;
  }
}
.l-footer03__flexitem06 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .l-footer03__flexitem06 {
    margin-top: 4rem;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 4rem 0;
  }
}
.l-footer03__nav01 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1.6rem 0;
}
@media screen and (max-width: 768px) {
  .l-footer03__nav01 {
    flex-direction: row;
  }
}
.l-footer03__nav01 li {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-footer03__nav01 li {
    width: 50%;
  }
  .l-footer03__nav01 li.full {
    width: 100%;
  }
}
.l-footer03__nav01 a {
  display: flex;
  align-items: center;
  gap: 0 0.8rem;
  color: var(--white);
  font-weight: 700;
}
.l-footer03__nav01 a:hover {
  opacity: 0.7;
}
.l-footer03__nav02 {
  width: 100%;
  padding: 1.6rem 0 0 3.2rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0.6rem 0;
}
@media screen and (max-width: 768px) {
  .l-footer03__nav02 {
    display: grid;
    grid-template-columns: max-content max-content;
    gap: 0.6rem 1.6rem;
  }
  .l-footer03__nav02.flex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 0.6rem 0;
  }
}
.l-footer03__nav02 li {
  width: 100%;
}
.l-footer03__nav02 a {
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .l-footer03__nav02 a {
    font-size: 1.4rem;
    letter-spacing: 0.02em;
  }
}
.l-footer03__nav02 a:hover {
  opacity: 0.7;
}
.l-footer03__bnr {
  width: 35rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 2.4rem 0;
}
@media screen and (max-width: 768px) {
  .l-footer03__bnr {
    width: 100%;
    gap: 1rem 0;
  }
}
.l-footer03__bnr li {
  width: 100%;
}
.l-footer03__bnr a {
  display: block;
  width: 100%;
}
.l-footer03__bnr a:hover {
  opacity: 0.7;
}
.l-footer03__bnr img {
  width: 100%;
  height: auto;
  border-radius: 1.2rem;
}
.l-footer03__meta {
  color: var(--white);
  font-size: 1.3rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-footer03__meta.copy {
    text-align: center;
    width: 100%;
  }
}
.l-footer03__meta small {
  color: var(--white);
  font-size: 1.3rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.l-footer03__meta a:hover {
  opacity: 0.7;
}

.l-information {
  /* ---------- l-information01 ---------- */
  /* ---------- l-information02 ---------- */
}
.l-information01 {
  padding: 10rem 0 15rem 0;
  background: var(--main-light);
}
@media screen and (max-width: 768px) {
  .l-information01 {
    padding: 2.4rem 2rem 19rem 2rem;
  }
}
.l-information01__inner {
  width: 85rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-information01__inner {
    width: 100%;
  }
}
.l-information02 {
  padding: 13rem 0 15rem 0;
}
@media screen and (max-width: 768px) {
  .l-information02 {
    padding: 7rem 2rem 5rem 2rem;
  }
}
.l-information02__inner {
  width: 85rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-information02__inner {
    width: 100%;
  }
}

.l-parallax {
  /* ---------- l-parallax01 ---------- */
}
.l-parallax01 {
  width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
}
.l-parallax01__inner {
  width: 100%;
  height: 45rem;
  overflow: hidden;
  background: url(../img/l-parallax01.jpg) no-repeat center center/cover;
  background-attachment: fixed;
}
@media screen and (max-width: 768px) {
  .l-parallax01__inner {
    height: 20rem;
    background: url(../img/l-parallax01-sp.jpg) no-repeat center center/cover;
    background-attachment: inherit;
  }
}

.l-hero {
  width: 100%;
  height: calc(100vh - 14.6rem);
  margin-top: 14.6rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .l-hero {
    margin-top: 0;
    height: calc(100vh - 9rem);
  }
}
.l-hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 24.8rem;
  background: var(--main-light);
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .l-hero::after {
    height: 10rem;
  }
}
.l-hero__flexbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-hero__flexbox {
    align-items: flex-start;
  }
}
.l-hero__txtbox {
  width: 30rem;
  writing-mode: vertical-rl;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 2rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .l-hero__txtbox {
    width: 36%;
    padding-top: 2.4rem;
  }
}
.l-hero__txtbox .large01 {
  font-family: var(--sub-font);
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.24;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 768px) {
  .l-hero__txtbox .large01 {
    font-size: 2.2rem;
  }
}
.l-hero__txtbox .large02 {
  font-family: var(--sub-font);
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.24;
  letter-spacing: 0.18em;
  margin-top: 13.2rem;
}
@media screen and (max-width: 768px) {
  .l-hero__txtbox .large02 {
    font-size: 2.2rem;
    margin-top: 9.6rem;
  }
}
.l-hero__imgbox {
  width: calc(100% - 30rem);
  border-radius: 20rem 0 0 0;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-hero__imgbox {
    width: 64%;
    border-radius: 10rem 0 0 0;
  }
}
.l-hero__h1box {
  position: absolute;
  top: 50%;
  right: 1.6rem;
  transform: translateY(-50%);
  color: var(--white);
  font-size: 1.2rem;
  line-height: 1.58;
  letter-spacing: 0.05em;
  z-index: 100;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  .l-hero__h1box {
    right: 1.2rem;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.3em;
  }
}
@media screen and (max-width: 768px) {
  .l-floating {
    width: 100%;
    height: 6rem;
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    z-index: 7777;
  }
  .l-floating__phone {
    width: 50%;
  }
  .l-floating__phone a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.6rem;
    border-right: 1px solid var(--white);
    background: rgba(167, 155, 145, 0.9);
    color: var(--white);
    font-family: var(--sub-font);
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0.05em;
  }
  .l-floating__reserve {
    width: 50%;
  }
  .l-floating__reserve a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.6rem;
    background: rgba(43, 43, 43, 0.9);
    color: var(--white);
    font-family: var(--sub-font);
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0.05em;
  }
  .js-floating {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, transform 0.5s ease;
  }
  .js-floating.is-show {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (min-width: 769px) {
  .l-floating {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-floating-sp {
    width: 100%;
    height: 6rem;
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    z-index: 7777;
  }
  .l-floating-sp__phone {
    width: 50%;
  }
  .l-floating-sp__phone a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.6rem;
    border-right: 1px solid var(--white);
    background: rgba(167, 155, 145, 0.9);
    color: var(--white);
    font-family: var(--sub-font);
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0.05em;
  }
  .l-floating-sp__reserve {
    width: 50%;
  }
  .l-floating-sp__reserve a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.6rem;
    background: rgba(43, 43, 43, 0.9);
    color: var(--white);
    font-family: var(--sub-font);
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 769px) {
  .l-floating-sp {
    display: none;
  }
}
.c-btnS--primary {
  background: var(--main) url(../img/c-btn-arrow.svg) no-repeat center right 1.6rem/0.8rem auto;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 0.8rem 4.4rem 0.8rem 1.4rem;
  border-radius: 0.4rem;
  transition: 0.5s;
  outline: 0.1rem solid #fff;
  display: inline-flex;
  font-size: 1.4rem;
}
.c-btnS--primary:hover {
  opacity: 0.7;
}

.c-btnM--primary {
  background: var(--main) url(../img/c-btn-arrow.svg) no-repeat center right 1.6rem/0.8rem auto;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 0.8rem 4.4rem 0.8rem 1.4rem;
  border-radius: 0.9rem;
  transition: 0.5s;
  outline: 0.1rem solid #fff;
  display: inline-flex;
}
.c-btnM--primary:hover {
  opacity: 0.7;
}

.c-btnL--primary {
  background: var(--main) url(../img/c-btn-arrow.svg) no-repeat center right 1.6rem/0.8rem auto;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 1.2rem 2.8rem 1.2rem 2.8rem;
  border-radius: 1.2rem;
  transition: 0.5s;
  outline: 0.1rem solid #fff;
  display: flex;
}
.c-btnL--primary:hover {
  opacity: 0.7;
}

.c-btnM--secondary {
  background: var(--sub) url(../img/c-btn-arrow.svg) no-repeat center right 1.6rem/0.8rem auto;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 0.8rem 4.4rem 0.8rem 1.4rem;
  border-radius: 0.9rem;
  transition: 0.5s;
  display: inline-flex;
}
.c-btnM--secondary:hover {
  opacity: 0.7;
}

.c-btnL--secondary {
  background: var(--sub) url(../img/c-btn-arrow.svg) no-repeat center right 1.6rem/0.8rem auto;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 1.2rem 2.8rem 1.2rem 2.8rem;
  border-radius: 1.2rem;
  transition: 0.5s;
  display: inline-flex;
}
.c-btnL--secondary:hover {
  opacity: 0.7;
}

.c-btn {
  /* ---------- c-btn01 ---------- */
  /* ---------- c-btn02 ---------- */
  /* ---------- c-btn03 ---------- */
  /* ---------- c-btn04 ---------- */
  /* ---------- c-btn05 ---------- */
  /* ---------- c-btn06 ---------- */
  /* ---------- c-btn07 ---------- */
}
.c-btn01-01 a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.4rem;
  font-size: 1.3rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.c-btn01-01 a:hover {
  opacity: 0.7;
}
.c-btn01-01 a.icon-rev {
  flex-direction: row-reverse;
}
.c-btn02-01 a {
  background: var(--gray);
  padding: 0.5rem 1.2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.c-btn02-01 a:hover {
  opacity: 0.7;
}
.c-btn02-01 a.icon-rev {
  flex-direction: row-reverse;
}
.c-btn02-02 a {
  background: var(--gray);
  padding: 0.5rem 1.2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  border-radius: 0.8rem;
}
.c-btn02-02 a:hover {
  opacity: 0.7;
}
.c-btn02-02 a.icon-rev {
  flex-direction: row-reverse;
}
.c-btn02-03 a {
  background: var(--gray);
  padding: 0.5rem 1.2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  border-radius: 10rem;
}
.c-btn02-03 a:hover {
  opacity: 0.7;
}
.c-btn02-03 a.icon-rev {
  flex-direction: row-reverse;
}
.c-btn02-04 a {
  border: 1px solid var(--gray);
  background: var(--white);
  padding: 0.5rem 1.2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.c-btn02-04 a:hover {
  opacity: 0.7;
}
.c-btn02-04 a.icon-rev {
  flex-direction: row-reverse;
}
.c-btn02-05 a {
  border: 1px solid var(--gray);
  background: var(--white);
  padding: 0.5rem 1.2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  border-radius: 0.8rem;
}
.c-btn02-05 a:hover {
  opacity: 0.7;
}
.c-btn02-05 a.icon-rev {
  flex-direction: row-reverse;
}
.c-btn02-06 a {
  border: 1px solid var(--gray);
  background: var(--white);
  padding: 0.5rem 1.2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  border-radius: 10rem;
}
.c-btn02-06 a:hover {
  opacity: 0.7;
}
.c-btn02-06 a.icon-rev {
  flex-direction: row-reverse;
}
.c-btn03-01 a {
  background: var(--main-dark);
  padding: 0.5rem 1.2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
  font-size: 1.3rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.c-btn03-01 a:hover {
  opacity: 0.7;
}
.c-btn03-01 a.icon-rev {
  flex-direction: row-reverse;
}
.c-btn03-02 a {
  background: var(--main-dark);
  padding: 0.5rem 1.2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
  font-size: 1.3rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  border-radius: 0.8rem;
}
.c-btn03-02 a:hover {
  opacity: 0.7;
}
.c-btn03-02 a.icon-rev {
  flex-direction: row-reverse;
}
.c-btn03-03 a {
  background: var(--main-dark);
  padding: 0.5rem 1.2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
  font-size: 1.3rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  border-radius: 10rem;
}
.c-btn03-03 a:hover {
  opacity: 0.7;
}
.c-btn03-03 a.icon-rev {
  flex-direction: row-reverse;
}
.c-btn03-04 a {
  border: 1px solid var(--gray);
  background: var(--white);
  padding: 0.5rem 1.2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.c-btn03-04 a:hover {
  opacity: 0.7;
}
.c-btn03-04 a.icon-rev {
  flex-direction: row-reverse;
}
.c-btn03-05 a {
  border: 1px solid var(--gray);
  background: var(--white);
  padding: 0.5rem 1.2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  border-radius: 0.8rem;
}
.c-btn03-05 a:hover {
  opacity: 0.7;
}
.c-btn03-05 a.icon-rev {
  flex-direction: row-reverse;
}
.c-btn03-06 a {
  border: 1px solid var(--gray);
  background: var(--white);
  padding: 0.5rem 1.2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  border-radius: 10rem;
}
.c-btn03-06 a:hover {
  opacity: 0.7;
}
.c-btn03-06 a.icon-rev {
  flex-direction: row-reverse;
}
.c-btn04-01 a {
  background: var(--main-dark);
  padding: 1rem 2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  color: var(--white);
}
.c-btn04-01 a:hover {
  opacity: 0.7;
}
.c-btn04-01 a.icon-rev {
  flex-direction: row-reverse;
}
.c-btn04-02 a {
  background: var(--main-dark);
  padding: 1rem 2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  color: var(--white);
  border-radius: 0.8rem;
}
.c-btn04-02 a:hover {
  opacity: 0.7;
}
.c-btn04-02 a.icon-rev {
  flex-direction: row-reverse;
}
.c-btn04-03 a {
  background: var(--main-dark);
  padding: 1rem 2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  color: var(--white);
  border-radius: 10rem;
}
.c-btn04-03 a:hover {
  opacity: 0.7;
}
.c-btn04-03 a.icon-rev {
  flex-direction: row-reverse;
}
.c-btn04-04 a {
  border: 1px solid var(--gray);
  background: var(--white);
  padding: 1rem 2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.c-btn04-04 a:hover {
  opacity: 0.7;
}
.c-btn04-04 a.icon-rev {
  flex-direction: row-reverse;
}
.c-btn04-05 a {
  border: 1px solid var(--gray);
  background: var(--white);
  padding: 1rem 2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  border-radius: 0.8rem;
}
.c-btn04-05 a:hover {
  opacity: 0.7;
}
.c-btn04-05 a.icon-rev {
  flex-direction: row-reverse;
}
.c-btn04-06 a {
  border: 1px solid var(--gray);
  background: var(--white);
  padding: 1rem 2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  border-radius: 10rem;
}
.c-btn04-06 a:hover {
  opacity: 0.7;
}
.c-btn04-06 a.icon-rev {
  flex-direction: row-reverse;
}
.c-btn05-01 a {
  background: var(--main-dark);
  padding: 1.6rem 3.2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  color: var(--white);
  font-weight: 700;
}
.c-btn05-01 a:hover {
  opacity: 0.7;
}
.c-btn05-01 a.icon-rev {
  flex-direction: row-reverse;
}
.c-btn05-02 a {
  background: var(--main-dark);
  padding: 1.6rem 3.2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  color: var(--white);
  font-weight: 700;
  border-radius: 0.8rem;
}
.c-btn05-02 a:hover {
  opacity: 0.7;
}
.c-btn05-02 a.icon-rev {
  flex-direction: row-reverse;
}
.c-btn05-03 a {
  background: var(--main-dark);
  padding: 1.6rem 3.2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  color: var(--white);
  font-weight: 700;
  border-radius: 10rem;
}
.c-btn05-03 a:hover {
  opacity: 0.7;
}
.c-btn05-03 a.icon-rev {
  flex-direction: row-reverse;
}
.c-btn05-04 a {
  border: 1px solid var(--main-dark);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
  background: var(--white);
  padding: 1.6rem 3.2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  color: var(--main-dark);
  font-weight: 700;
}
.c-btn05-04 a:hover {
  opacity: 0.7;
}
.c-btn05-04 a.icon-rev {
  flex-direction: row-reverse;
}
.c-btn05-05 a {
  border: 1px solid var(--main-dark);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
  background: var(--white);
  padding: 1.6rem 3.2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  color: var(--main-dark);
  font-weight: 700;
  border-radius: 0.8rem;
}
.c-btn05-05 a:hover {
  opacity: 0.7;
}
.c-btn05-05 a.icon-rev {
  flex-direction: row-reverse;
}
.c-btn05-06 a {
  border: 1px solid var(--main-dark);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
  background: var(--white);
  padding: 1.6rem 3.2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  color: var(--main-dark);
  font-weight: 700;
  border-radius: 10rem;
}
.c-btn05-06 a:hover {
  opacity: 0.7;
}
.c-btn05-06 a.icon-rev {
  flex-direction: row-reverse;
}
.c-btn06-01 a {
  background: var(--main-dark);
  width: 24rem;
  height: 6.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  color: var(--white);
  font-weight: 700;
}
.c-btn06-01 a:hover {
  opacity: 0.7;
}
.c-btn06-01 a.icon-rev {
  flex-direction: row-reverse;
}
.c-btn06-02 a {
  background: var(--main-dark);
  width: 24rem;
  height: 6.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  color: var(--white);
  font-weight: 700;
  border-radius: 0.8rem;
}
.c-btn06-02 a:hover {
  opacity: 0.7;
}
.c-btn06-02 a.icon-rev {
  flex-direction: row-reverse;
}
.c-btn06-03 a {
  background: var(--main-dark);
  width: 24rem;
  height: 6.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  color: var(--white);
  font-weight: 700;
  border-radius: 10rem;
}
.c-btn06-03 a:hover {
  opacity: 0.7;
}
.c-btn06-03 a.icon-rev {
  flex-direction: row-reverse;
}
.c-btn06-04 a {
  border: 1px solid var(--main-dark);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
  background: var(--white);
  width: 24rem;
  height: 6.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  color: var(--main-dark);
  font-weight: 700;
}
.c-btn06-04 a:hover {
  opacity: 0.7;
}
.c-btn06-04 a.icon-rev {
  flex-direction: row-reverse;
}
.c-btn06-05 a {
  border: 1px solid var(--main-dark);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
  background: var(--white);
  width: 24rem;
  height: 6.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  color: var(--main-dark);
  font-weight: 700;
  border-radius: 0.8rem;
}
.c-btn06-05 a:hover {
  opacity: 0.7;
}
.c-btn06-05 a.icon-rev {
  flex-direction: row-reverse;
}
.c-btn06-06 a {
  border: 1px solid var(--main-dark);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
  background: var(--white);
  width: 24rem;
  height: 6.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  color: var(--main-dark);
  font-weight: 700;
  border-radius: 10rem;
}
.c-btn06-06 a:hover {
  opacity: 0.7;
}
.c-btn06-06 a.icon-rev {
  flex-direction: row-reverse;
}
.c-btn07-01 a {
  background: var(--main-dark);
  width: 30rem;
  height: 10.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  color: var(--white);
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.c-btn07-01 a:hover {
  opacity: 0.7;
}
.c-btn07-01 a.icon-rev {
  flex-direction: row-reverse;
}
.c-btn07-02 a {
  background: var(--main-dark);
  width: 30rem;
  height: 10.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  color: var(--white);
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  border-radius: 0.8rem;
}
.c-btn07-02 a:hover {
  opacity: 0.7;
}
.c-btn07-02 a.icon-rev {
  flex-direction: row-reverse;
}
.c-btn07-03 a {
  background: var(--main-dark);
  width: 30rem;
  height: 10.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  color: var(--white);
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  border-radius: 10rem;
}
.c-btn07-03 a:hover {
  opacity: 0.7;
}
.c-btn07-03 a.icon-rev {
  flex-direction: row-reverse;
}
.c-btn07-04 a {
  border: 1px solid var(--main-dark);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
  background: var(--white);
  width: 30rem;
  height: 10.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  color: var(--main-dark);
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.c-btn07-04 a:hover {
  opacity: 0.7;
}
.c-btn07-04 a.icon-rev {
  flex-direction: row-reverse;
}
.c-btn07-05 a {
  border: 1px solid var(--main-dark);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
  background: var(--white);
  width: 30rem;
  height: 10.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  color: var(--main-dark);
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  border-radius: 0.8rem;
}
.c-btn07-05 a:hover {
  opacity: 0.7;
}
.c-btn07-05 a.icon-rev {
  flex-direction: row-reverse;
}
.c-btn07-06 a {
  border: 1px solid var(--main-dark);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
  background: var(--white);
  width: 30rem;
  height: 10.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  color: var(--main-dark);
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  border-radius: 10rem;
}
.c-btn07-06 a:hover {
  opacity: 0.7;
}
.c-btn07-06 a.icon-rev {
  flex-direction: row-reverse;
}

.c-card {
  background: var(--white);
  overflow: hidden;
  border-radius: 2rem;
}
.c-card__link {
  position: relative;
  display: block;
}
.c-card__link:hover {
  opacity: 0.7;
}
.c-card__label {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--main);
  font-size: 1.1rem;
  padding: 0.2rem 2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
}
.c-card__thumb01 {
  display: flex;
  height: 15rem;
  align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-card__thumb01 {
    height: 13rem;
  }
}
.c-card__thumb01 img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.c-card__thumb02 {
  display: flex;
}
.c-card__thumb02 img {
  width: 100%;
  height: 15rem;
  object-fit: cover;
}
.c-card__thumb02 img.large {
  width: 100%;
  height: 24rem;
  object-fit: cover;
}
.c-card__body {
  padding: 2rem;
  border: 1px solid var(--gray-dark);
  border-top: none;
  background: var(--white);
  border-radius: 0 0 2rem 2rem;
}
.c-card__title {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 2.24;
  letter-spacing: 0.05em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .c-card__title {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
.c-card__dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.1rem;
}
.c-card__dl dt {
  width: 30%;
}
.c-card__dl dt.last {
  width: 100%;
}
.c-card__dl dd {
  width: 70%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-card__dl dd.last {
  width: 100%;
}
.c-card__info {
  border-top: 0.1rem solid var(--gray-light);
  margin-top: 1.6rem;
  padding-top: 1.6rem;
  font-size: 1.1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 0.8rem;
  color: var(--gray-dark);
}

.c-heading {
  /* ---------- c-heading01 ---------- */
  /* ---------- c-heading02 ---------- */
}
.c-heading01 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.c-heading01__tagline {
  margin-bottom: 2rem;
  color: var(--main);
  font-size: 1.1rem;
  line-height: 1.82;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .c-heading01__tagline {
    margin-bottom: 0.4rem;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
  }
}
.c-heading01__en {
  margin-bottom: 4.8rem;
  color: var(--main);
  font-family: var(--sub-font);
  font-size: 4.2rem;
  line-height: 1.42;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-heading01__en {
    margin-bottom: 4rem;
  }
}
.c-heading01__en::after {
  content: "";
  background: var(--main-dark);
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  position: absolute;
  bottom: -2.8rem;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  .c-heading01__en::after {
    bottom: -2.4rem;
  }
}
.c-heading01__ja {
  font-family: var(--sub-font);
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.62;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 768px) {
  .c-heading01__ja {
    font-size: 2rem;
    line-height: 1.7;
  }
}
.c-heading02 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.c-heading02__tagline {
  margin-bottom: 2rem;
  color: var(--white);
  font-size: 1.1rem;
  line-height: 1.82;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .c-heading02__tagline {
    margin-bottom: 0.4rem;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
  }
}
.c-heading02__en {
  margin-bottom: 4.8rem;
  color: var(--white);
  font-family: var(--sub-font);
  font-size: 4.2rem;
  line-height: 1.42;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-heading02__en {
    margin-bottom: 4rem;
  }
}
.c-heading02__en::after {
  content: "";
  background: var(--main-dark);
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  position: absolute;
  bottom: -2.8rem;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  .c-heading02__en::after {
    bottom: -2.4rem;
  }
}
.c-heading02__ja {
  color: var(--white);
  font-family: var(--sub-font);
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.62;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 768px) {
  .c-heading02__ja {
    font-size: 2rem;
    line-height: 1.7;
  }
}

.c-pho-list {
  display: flex;
  gap: 0;
  width: max-content;
  animation: slideLoop 48s linear infinite;
}
@media screen and (max-width: 768px) {
  .c-pho-list {
    animation: slideLoopSP 24s linear infinite;
  }
}
.c-pho-list li {
  flex-shrink: 0;
}
.c-pho-list li img {
  width: 40rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .c-pho-list li img {
    width: 30rem;
  }
}

@keyframes slideLoop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes slideLoopSP {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.c-calendar {
  /* ---------- c-calendar01 ---------- */
  /* ---------- c-calendar02 ---------- */
  /* ---------- c-calendar03 ---------- */
}
.c-calendar01 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.c-calendar01 th {
  width: 9%;
  text-align: center;
  vertical-align: middle;
  background: var(--main);
  border-right: 1px solid var(--white);
  color: var(--white);
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.88;
  letter-spacing: 0.05em;
  padding: 0.8rem 0;
}
@media screen and (max-width: 768px) {
  .c-calendar01 th {
    padding: 0.4rem 0;
  }
}
.c-calendar01 th.head {
  width: 28%;
}
.c-calendar01 td {
  width: 9%;
  text-align: center;
  vertical-align: middle;
  background: var(--white);
  border-right: 1px solid var(--main-dark);
  color: var(--main-dark);
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.88;
  letter-spacing: 0.05em;
  padding: 0.8rem 0;
}
@media screen and (max-width: 768px) {
  .c-calendar01 td {
    line-height: 1.36;
  }
}
.c-calendar01 td.head {
  width: 28%;
}
.c-calendar01 tr th:last-child {
  border-right: none;
}
.c-calendar01 tr td:last-child {
  border-right: none;
}
.c-calendar02 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.c-calendar02 th {
  width: 9%;
  text-align: center;
  vertical-align: middle;
  background: var(--main);
  color: var(--white);
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.88;
  letter-spacing: 0.05em;
  padding: 0.8rem 0;
}
@media screen and (max-width: 768px) {
  .c-calendar02 th {
    padding: 0.4rem 0;
  }
}
.c-calendar02 th.head {
  width: 28%;
}
.c-calendar02 td {
  width: 9%;
  text-align: center;
  vertical-align: middle;
  background: var(--white);
  color: var(--main-dark);
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.88;
  letter-spacing: 0.05em;
  padding: 0.8rem 0;
}
@media screen and (max-width: 768px) {
  .c-calendar02 td {
    line-height: 1.36;
  }
}
.c-calendar02 td.head {
  width: 28%;
}
.c-calendar03 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid var(--main);
  border-bottom: 1px solid var(--main);
}
.c-calendar03 th {
  width: 9%;
  text-align: center;
  vertical-align: middle;
  background: var(--white);
  color: var(--main);
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.88;
  letter-spacing: 0.05em;
  padding: 0.8rem 0;
}
@media screen and (max-width: 768px) {
  .c-calendar03 th {
    padding: 0.4rem 0;
  }
}
.c-calendar03 th.head {
  width: 28%;
}
.c-calendar03 td {
  width: 9%;
  text-align: center;
  vertical-align: middle;
  background: var(--white);
  color: var(--main);
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.88;
  letter-spacing: 0.05em;
  padding: 0.8rem 0;
}
@media screen and (max-width: 768px) {
  .c-calendar03 td {
    line-height: 1.36;
  }
}
.c-calendar03 td.head {
  width: 28%;
}

.p-heroSwiper {
  position: relative;
  z-index: 10;
}
.p-heroSwiper img {
  width: 100%;
  height: calc(100vh - 14.6rem);
  object-fit: cover;
  object-position: top center;
}
@media screen and (max-width: 768px) {
  .p-heroSwiper img {
    height: calc(100vh - 9rem);
  }
}

.p-information {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-informationBlock01 {
  width: 100%;
}
.p-informationBlock02 {
  width: 40rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1.6rem 0;
}
@media screen and (max-width: 768px) {
  .p-informationBlock02 {
    width: 100%;
  }
}
.p-informationBlock02 > * {
  width: 100%;
}
.p-informationBlock03 {
  width: 40rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1.6rem 0;
}
@media screen and (max-width: 768px) {
  .p-informationBlock03 {
    width: 100%;
    margin-top: 5rem;
  }
}
.p-informationBlock03 > * {
  width: 100%;
}
.p-information__subtitle {
  margin-bottom: -1.2rem;
  display: flex;
  align-items: center;
  gap: 0 0.6rem;
}
.p-information__subtitle h3 {
  color: var(--main-dark);
  font-weight: 700;
  letter-spacing: 0.1em;
}
.p-information-head {
  margin-bottom: 5rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-information-head {
    margin-bottom: 3.2rem;
  }
}
.p-information-head__title {
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-information-head__title {
    order: 2;
    margin-bottom: 1.6rem;
  }
}
.p-information-head__intro {
  margin-bottom: 5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-information-head__intro {
    order: 3;
    margin-bottom: 0;
  }
}
.p-information-head__labels {
  display: flex;
  justify-content: center;
  gap: 0 2rem;
}
@media screen and (max-width: 768px) {
  .p-information-head__labels {
    order: 1;
    margin-bottom: 2.4rem;
    gap: 0 0.6rem;
    width: 100%;
  }
}
.p-information-head__labels li {
  width: 12.6rem;
  height: auto;
  aspect-ratio: 1/1;
  background: var(--white);
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem 0;
  text-align: center;
  color: var(--main-dark);
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.46;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-information-head__labels li {
    width: calc((100% - 1.2rem) / 3);
    font-size: 1.1rem;
  }
  .p-information-head__labels li img {
    width: 3rem;
    height: auto;
  }
}
.p-information__logo {
  margin-bottom: 7rem;
  display: flex;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-information__logo {
    margin-bottom: 5rem;
  }
}
.p-information__logo a:hover {
  opacity: 0.7;
}
.p-information__time {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 1.6rem;
}
.p-information__time dt {
  width: 4.8rem;
  font-weight: 700;
  line-height: 1.87;
  text-align: center;
}
.p-information__time dd {
  width: calc(100% - 6.4rem);
}
.p-information-ctabox {
  border-radius: 2.4rem;
  background: var(--main-light);
  padding: 3rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.6rem 0;
}
.p-information-ctabox.white {
  background: var(--white);
}
.p-information-ctabox__p {
  text-align: center;
  line-height: 1.6;
}
.p-information-ctabox__phone {
  display: flex;
  justify-content: center;
}
.p-information-ctabox__phone a {
  color: var(--main-dark);
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: 0.08em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.6rem;
}
.p-information-ctabox__phone a:hover {
  opacity: 0.7;
}
.p-information__map {
  width: 100%;
}
.p-information__map iframe {
  width: 100%;
  height: 26rem;
  border-radius: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-information__meta {
    font-size: 1.2rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
}
.p-information__meta a:hover {
  opacity: 0.7;
}
.p-information__access {
  display: flex;
  align-items: center;
  gap: 0 0.8rem;
}
.p-information__access dt {
  width: 2.8rem;
}
.p-information__access dd {
  width: calc(100% - 3.6rem);
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.p-information__btns {
  display: flex;
  align-items: center;
  gap: 0 1.8rem;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mt10 {
  margin-top: 1rem !important;
}

.u-mt20 {
  margin-top: 2rem !important;
}

.u-mt24 {
  margin-top: 2.4rem !important;
}

.u-mt30 {
  margin-top: 3rem !important;
}

.u-mt40 {
  margin-top: 4rem !important;
}

.u-mt50 {
  margin-top: 5rem !important;
}

.u-mt60 {
  margin-top: 6rem !important;
}

.u-mt70 {
  margin-top: 7rem !important;
}

.u-mt80 {
  margin-top: 8rem !important;
}

.u-mt90 {
  margin-top: 9rem !important;
}

.u-mt100 {
  margin-top: 10rem !important;
}

.u-mr0 {
  margin-right: 0 !important;
}

.u-mr10 {
  margin-right: 1rem !important;
}

.u-mr20 {
  margin-right: 2rem !important;
}

.u-mr30 {
  margin-right: 3rem !important;
}

.u-mr40 {
  margin-right: 4rem !important;
}

.u-mr50 {
  margin-right: 5rem !important;
}

.u-mr60 {
  margin-right: 6rem !important;
}

.u-mr70 {
  margin-right: 7rem !important;
}

.u-mr80 {
  margin-right: 8rem !important;
}

.u-mr90 {
  margin-right: 9rem !important;
}

.u-mr100 {
  margin-right: 10rem !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb10 {
  margin-bottom: 1rem !important;
}

.u-mb20 {
  margin-bottom: 2rem !important;
}

.u-mb24 {
  margin-bottom: 2.4rem !important;
}

.u-mb30 {
  margin-bottom: 3rem !important;
}

.u-mb40 {
  margin-bottom: 4rem !important;
}

.u-mb50 {
  margin-bottom: 5rem !important;
}

.u-mb60 {
  margin-bottom: 6rem !important;
}

.u-mb70 {
  margin-bottom: 7rem !important;
}

.u-mb80 {
  margin-bottom: 8rem !important;
}

.u-mb90 {
  margin-bottom: 9rem !important;
}

.u-mb100 {
  margin-bottom: 10rem !important;
}

.u-ml0 {
  margin-left: 0 !important;
}

.u-ml10 {
  margin-left: 1rem !important;
}

.u-ml20 {
  margin-left: 2rem !important;
}

.u-ml30 {
  margin-left: 3rem !important;
}

.u-ml40 {
  margin-left: 4rem !important;
}

.u-ml50 {
  margin-left: 5rem !important;
}

.u-ml60 {
  margin-left: 6rem !important;
}

.u-ml70 {
  margin-left: 7rem !important;
}

.u-ml80 {
  margin-left: 8rem !important;
}

.u-ml90 {
  margin-left: 9rem !important;
}

.u-ml100 {
  margin-left: 10rem !important;
}
/*# sourceMappingURL=style.css.map */
