/*import
-------------------------------------------------------------------------------- */
:root {
  --color-main: #111;
  --color-sub: #286aa7;
  --bg-main: #111;
  --bg-sub: #eaf0f7;
  --font-sub: "Libre Baskerville", Georgia, 'Times New Roman', Times, serif;
}

/*general
-------------------------------------------------------------------------------- */
html {
  line-height: 1;
  font: inherit;
  font-size: 62.5%;
  /* 10px */
  -webkit-text-size-adjust: none;
  scroll-behavior: auto;
  overscroll-behavior: none;
}

body {
  width: 100%;
  height: 100%;
  background-color: #fff;
  line-height: 1.777;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: 500;
  color: #111;
  font-size: 18px;
  font-size: 1.8rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.open-nav {
  overflow: hidden;
}

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

p {
  margin: 0;
  line-height: 2;
  text-align: justify;
  word-break: break-all;
}

a {
  color: #111;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
  opacity: 0.7;
}

em {
  font-style: normal;
}

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

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

dl,
dt,
dd {
  padding: 0;
  margin: 0;
}


button,
input[type="submit"] {
  outline: none;
  border: none;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}



/* box-sizing設定
----------------------------------------------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

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


/* flex
----------------------------------------------------------------------------------------------- */
.flex-block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.flex-block-between {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex-block-center {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}



/* 表示非表示切り替え設定
----------------------------------------------------------------------------------------------- */
.pc-view {
  display: block;
}

.sp-tab-view,
.sp-view,
.smallpc-tab-view {
  display: none !important;
}

.visible-xss {
  display: none;
}


/*scrollbar*/
.scrollbar {
  width: 100%;
  height: 250px;
  position: relative;
  overflow-y: auto;
  margin: 0 auto;
  -webkit-overflow-scrolling: touch;
}

.scrollbar-event {
  width: 100%;
  height: 380px;
  position: relative;
  overflow-y: auto;
  margin: 0 auto;
  -webkit-overflow-scrolling: touch;
}




/* 各ページsection
----------------------------------------------------------------------------------------------- */
.row {
  height: 100%;
}

section {
  position: relative;
  margin-top: 150px;
  margin-bottom: 150px;
  overflow-x: clip;
}

section:first-of-type {
  margin-top: 0;
}


/*print
-------------------------------------------------------------------------------- */
.print-off {
  display: none !important;
}

.print-on {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.print-on .fadeInUp {
  visibility: visible !important;
  opacity: 1 !important;
}

.print-on .c-btn-link {
  display: none !important;
}


/* common 共通スタイル
----------------------------------------------------------------------------------------------- */

/*特定幅*/
.inner-max {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.inner-min {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}



/*title*/
.title-sec {
  display: grid;
  gap: 20px;
  margin-bottom: 80px;
}

.title-sec .main {
  line-height: 1;
  font-size: 8rem;
  font-family: var(--font-sub);
}

.title-sec .sub {
  line-height: 1;
  font-size: 2.2rem;
  font-weight: bold;
}

.title-max {
  display: grid;
  gap: 20px;
  margin-bottom: 50px;
}

.title-max .main {
  line-height: 1;
  font-size: 6rem;
  font-family: var(--font-sub);
}

.title-max .sub {
  line-height: 1;
  font-size: 2.2rem;
  font-weight: bold;
}



.title-mid {
  margin-bottom: 30px;
  line-height: 1.444;
  font-size: 3rem;
  font-weight: bold;
}

.title-min {
  margin-bottom: 20px;
  line-height: 1.2;
  font-size: 2.2rem;
  font-weight: bold;
}

.title-heading {
  display: block;
  margin: 50px 0 20px;
  font-size: 2.2rem;
  font-weight: bold;
}

.title-col {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 15px;
  margin: 25px 0;
  line-height: 1.2;
  font-size: 2.2rem;
  text-align: center;
}

.title-col .min {
  font-size: 1.6rem;
  font-weight: normal;
}

/*bg*/
.bg-bl {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #111;
  color: #fff;
}

.bg-wh {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #fff;
}

.bg-sub {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: var(--bg-sub);
}


.acc-mount {
  position: relative;
  padding-top: 0 !important;
}

.acc-mount::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: calc(100% * 490 / 1920);
  background-color: #fff;
  clip-path: polygon(100% 0, 100% 100%, 50% 0, 0 100%, 0 0);
}

.acc-mount .container {
  position: relative;
}

/*img*/
.img-wrap {
  border-radius: 25px;
  overflow: clip;
}

.img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-col {
  border-radius: 15px;
  overflow: clip;
}

.img-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*text*/
.font80 {
  font-size: 14px;
  font-size: 80%;
}

.font90 {
  font-size: 16px;
  font-size: 90%;
}

.text-left {
  text-align: left;
}

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

.text-center {
  text-align: center;
}

.text-rl {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  vertical-align: middle;
}

.text-serif {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", serif;
}

.text-through {
  text-decoration: line-through;
}

.text-underline {
  display: initial;
  padding-bottom: 2px;
  border-bottom: 2px solid #333;
}

.text-yellow {
  color: #f7d700;
}

.text-red {
  color: #c93745;
}

.text-pink {
  color: #ea9f8b;
}

.text-green {
  color: #51e8d1;
}

.text-blue {
  color: #0068c1;
}

.text-lblue {
  color: #2b9cc6;
}

.text-black {
  color: #111;
}

.text-black-asterisk {
  display: block;
  padding-left: 1.9rem;
  text-indent: -1.9rem;
}


.text-highlight {
  position: relative;
  display: inline;
  z-index: 1;
  background: linear-gradient(transparent 80%, rgba(255, 252, 0, 0.5) 0%);
  font-weight: bold;
}

.text-asterisk {
  padding-left: 1.6rem;
  text-indent: -1.6rem;
  line-height: 1.5;
  font-size: 90%;
}

.text-asterisk::before {
  content: "※";
}

.text-comment {
  margin-bottom: 40px;
}






/*btn*/
[class*="c-btn"] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: fit-content;
  min-width: 270px;
  height: fit-content;
  min-height: 60px;
  padding: 20px 60px 20px 40px;
  gap: 5px 15px;
  background-color: var(--color-main);
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}

[class*="c-btn"]::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 50%;
  translate: 0 -50%;
  width: 9px;
  height: 16px;
  background: url(../images/icon_arrow_wh.svg) no-repeat center / contain;
  transition: all 0.3s ease-in-out;
}

[class*="c-btn"]>span {
  position: relative;
  display: block;
  vertical-align: middle;
  line-height: 1.2;
}

[class*="c-btn"]:hover {
  background-color: var(--color-sub);
  color: #fff;
  opacity: 1;
}

[class*="c-btn"]:hover::before {
  scale: 1.2;
  background-color: var(--bg-sub);
}

[class*="c-btn"].disabled {
  filter: grayscale(1) !important;
  opacity: 0.6 !important;
  pointer-events: none !important;
}

button[class*="c-btn"] {
  outline: none;
  transition: all 0.2s ease-in-out;
}

.c-btn-wh {
  background-color: #fff;
  color: var(--color-main);
}

.c-btn-wh::after {
  background-image: url(../images/icon_arrow_bl.svg);
}

.icon-tel {
  position: relative;
  padding-left: 60px;
}

.icon-tel::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  width: 45px;
  height: 45px;
  background: url(../images/icon_tel_wh.png) no-repeat center / contain;
  transition: all 0.3s ease-in-out;
}



.icon-mail {
  position: relative;
  padding-left: 60px;
}

.icon-mail::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  width: 40px;
  height: 30px;
  background: url(../images/icon_mail_wh.png) no-repeat center / contain;
  transition: all 0.3s ease-in-out;
}



.icon-instagram {
  position: relative;
  padding-left: 60px;
}

.icon-instagram::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  width: 40px;
  height: 40px;
  background: url(../images/icon_instagram_wh.svg) no-repeat center / contain;
  transition: all 0.3s ease-in-out;
}

.icon-target {
  position: relative;
  padding-left: 30px;
}

.icon-target::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  width: 20px;
  height: 20px;
  background: url(../images/icon_target_wh.png) no-repeat center / contain;
  transition: all 0.3s ease-in-out;
}

.c-btn:hover .icon-target::before {
  background-image: url(../images/icon_target.png);
}


/*link*/
[class*="link-arrow"] {
  position: relative;
  padding-right: 25px;
}

[class*="link-arrow"]::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  width: 18px;
  height: 7px;
  background: url(../images/icon_arrow_bl.svg) no-repeat center / contain;
  transition: all 0.3s ease-in-out;

}


.link-arrow-wh::after {
  background: url(../images/icon_arrow_wh.svg) no-repeat center / contain;
}

.link-line {
  text-decoration: underline;
  color: #0b5ca0;
  font-weight: bold;
}



[class*="icon-arrow"] {
  position: relative;
  padding-right: 28px;
}

[class*="icon-arrow"]::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  width: 18px;
  height: 12px;
  background: url(../images/icon_arrow_bl_r_.png) no-repeat center / contain;
  transition: all 0.3s ease-in-out;
}

[class*="icon-arrow"]:hover::after {
  right: -10px;
}

.icon-arrow-wh::after {
  background: url(../images/icon_arrow_wh_r_.png) no-repeat center / contain;
}



.icon-car::before {
  content: "";
  display: inline-block;
  width: 38px;
  height: 30px;
  background: url(../images/company/icon_car.png) no-repeat center / contain;
}

.icon-access::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 40px;
  background: url(../images/company/icon_access.png) no-repeat center / contain;
}





/*list*/
.number-list {
  list-style: decimal;
  padding-left: 3rem;
}

.number-list li {
  list-style: inherit;
}

.number-list li::marker {
  font-weight: bold;
}

.disc-list li {
  position: relative;
  margin: 10px 0;
  padding-left: 20px;
  line-height: 1.3;
}

.disc-list li::before {
  content: "";
  background: var(--color-main);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}




/*column*/
.list-2col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: flex-start;
  gap: 30px 50px;
}

.list-3col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: flex-start;
  gap: 30px 50px;
}

.list-4col {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: flex-start;
  gap: 25px;
}

.list-5col {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  justify-content: flex-start;
  gap: 15px;
}


.list-flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 15px;
}

.thumb {
  text-align: center;
}



/*dl*/

.c-defi {
  margin: 50px 0;
}

.c-defi-box {
  display: flex;
  border-top: 1px solid #111;
}

.c-defi-box:last-child {
  border-bottom: 1px solid #111;
}

.c-defi-team {
  flex-shrink: 0;
  min-width: 170px;
  padding: 25px 0;
  line-height: 1.5;
  font-weight: bold;
}

.c-defi-desc {
  width: 100%;
  padding: 25px 0;
  margin: 0;
}

.c-defi-desc p {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.5;
}

.c-defi-desc p:first-child {
  margin-top: 0;
}

.c-defi-desc p:last-child {
  margin-bottom: 0;
}

.c-defi-desc dl {
  width: fit-content;
}

.c-defi-desc dl div {
  display: flex;
  justify-content: space-between;
  gap: 10px 20px;
  margin: 12px 0;
}

.c-defi-desc dl div:first-child {
  margin-top: 0;
}

.c-defi-desc dl div:last-child {
  margin-bottom: 0;
}

/*tablef*/
.c-table {
  width: 100%;
}

.c-table-header {
  background-color: #e5e5e5;
}

.c-table-term {
  padding: 15px;
  vertical-align: top;
  font-weight: bold;
}

.c-table-desc {
  padding: 15px;
  line-height: 1.2;
}

.c-table-desc ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}


.c-table-header .c-table-term {
  padding: 15px;
  line-height: 1.2;
  font-size: 1.6rem;
  color: #666;
}

.c-table-box {
  border-bottom: 1px solid #ccc;
}

.c-table-box .c-table-term {
  padding: 25px 15px;
  background-color: #f5f5f5;
}

.c-table-box .c-table-desc {
  padding: 25px 15px;
}


/*アコーディオン*/
.c-accordion {
  background-color: var(--bg-sub);
  margin: 20px 0;
  padding: 30px;
}

.c-accordion-trigger {
  position: relative;
  padding-bottom: 30px;
  transition: color 0.3s ease-in-out;
}

.c-accordion-trigger:hover {
  cursor: pointer;
  color: var(--color-main);
}

.c-accordion-content {
  padding-top: 30px;
  border-top: 2px dashed #111;
}

summary::-webkit-details-marker {
  display: none;
}


/*inview*/
.fadeIn,
.fadeInUp,
.fadeInLeft,
.fadeInRight,
.fadeInDown,
.zoomIn {
  opacity: 0;
}

.animate__animated {
  opacity: 1;
}

/*swiper*/
[class*="slider-common"] .swiper-wrapper {
  transition-timing-function: linear;
}


/*装飾*/





/* header
----------------------------------------------------------------------------------------------- */
.header {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  background-color: #111;
}

.header-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 95%;
  height: 120px;
  margin: 0 auto;
  gap: 0 50px;
  transition: height 0.2s ease-in-out;
}

.is-animation .header-top {
  height: 90px;
}

/*site-brand*/
.site-brand {
  margin: 25px 0;
}

.site-brand-logo {
  display: flex;
  align-items: center;
  gap: 0 20px;
}

.site-brand-title {
  line-height: 1;
  font-size: 3rem;
  color: #fff;
  font-family: var(--font-sub);
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}

.is-animation .site-brand {
  margin: 15px 0;
}

.is-animation .site-brand-title {
  font-size: 2.2rem;
}


/*right*/
.header-right {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 0 30px;
}

.header-sns {
  flex-shrink: 0;
}

.header-language {
  display: flex;
  align-items: center;
}

.header-language li {
  position: relative;
}

.header-language li:first-child::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #fff;
}

.header-language a {
  position: relative;
  display: block;
  padding: 5px 15px;
  line-height: 1;
  color: #fff;
  font-size: 2.2rem;
  font-family: var(--font-sub);
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}

.header-language .current-lang a {
  opacity: 0.5;
}

.header-nav {
  display: flex;
  justify-content: flex-start;
  gap: 0 30px;
  padding: 0 15px;
  height: 100%;
}

.header-nav li {
  position: relative;
}

.header-nav li>a {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  color: #fff;
  font-family: var(--font-sub);
  font-weight: bold;
  white-space: nowrap;
}

.header-nav li>a:hover {
  opacity: 1;
  color: #4eaaff;
}

/*inner nav*/
.in-trigger {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-right: 25px !important;
  line-height: 1;
  color: #fff;
  font-family: var(--font-sub);
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}

.in-trigger.active,
.in-trigger:hover {
  cursor: pointer;
}

.in-trigger::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 9px;
  background: url(../images/icon_arrow_down_wh.svg) no-repeat center / contain;
}

.in-trigger.is-active::after {
  top: 22%;
  rotate: 180deg;
}

.nav-list-in {
  position: absolute;
  left: -20px;
  top: 30px;
  visibility: hidden;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: fit-content;
  gap: 5px;
  background-color: #111;
  padding: 20px;
  font-size: 1.6rem;
  clip-path: polygon(0 0, 100% 1%, 100% 0, 0 0);
  transition: all 0.2s ease-in-out;
}

.nav-list-in.is-open {
  visibility: visible;
  opacity: 1;
  clip-path: polygon(0 0, 100% 1%, 100% 100%, 0% 100%);
}

.nav-list-in .item {
  white-space: nowrap;
}

.nav-list-in .item a {
  display: block;
}

.nav-list-in .item a.active,
.nav-list-in .item a:hover {
  color: var(--color-main);
}



/* fixed-menu
----------------------------------------------------------------------------------------------- */

.fixed-menu {
  position: fixed;
  z-index: 9999;
  right: 0;
  top: 0;
  display: flex;
  justify-content: flex-end;
  gap: 15px;
  display: none;
}

.header-menu-btn {
  position: relative;
  z-index: 9999;
  width: 80px;
  height: 80px;
  transition: background-color 0.3s ease-in-out, opacity 0.2s ease-in-out;
}


.header-menu-btn strong {
  display: block;
  margin-top: 8px;
  line-height: 1;
  font-family: var(--font-sub);
  font-style: italic;
  font-size: 1.3rem;
  font-weight: 400;
  text-align: center;
  color: var(--color-main);
  letter-spacing: 0;
}


.btn-open {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  opacity: 1;
  cursor: pointer;
}

.btn-open div {
  position: relative;
  width: 50px;
  height: 30px;
  transition: transform 0.4s ease-in-out;
}

.btn-open span {
  position: absolute;
  display: inline-block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 50rem;
  transition: all 0.3s;
  transform-origin: center;
}

.btn-open span:nth-child(1) {
  top: 0;
}

.btn-open span:nth-child(2) {
  top: 50%;
  translate: 0 -50%;
}

.btn-open span:nth-child(3) {
  bottom: 0;
}

.btn-open.active span:nth-child(1) {
  top: 50%;
  opacity: 1;
  transform: skewY(25deg);
}

.btn-open.active span:nth-child(2) {
  opacity: 0;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}

.btn-open.active span:nth-child(3) {
  bottom: 39%;
  opacity: 1;
  transform: skewY(-25deg);
}


/* overlay
----------------------------------------------------------------------------------------------- */

.overlay {
  position: fixed;
  right: 0;
  top: 80px;
  z-index: 9990;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  /*common*/
  width: 100%;
  height: 100%;
  color: #fff;
  transition: visibility 0.2s ease-in-out,
    opacity 0.2s 0.6s ease-in-out;
}

.overlay.open {
  visibility: visible;
  opacity: 1;
  pointer-events: inherit;
  transition: all 0.2s ease-in-out;
}


.overlay::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  transition: all 0.3s ease-in-out;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

.overlay.open::before {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}


.scroll-wrap {
  width: 100%;
  height: calc(100% - 60px);
  margin-left: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.overlay-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 30px;
  margin: 0 auto;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.open .overlay-inner {
  opacity: 1;
  transition: opacity 0.3s 0.3s ease-in-out;
}

/*list*/
.overlay-list {
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding: 25px;
}

.overlay-list>li {
  line-height: 1;
}

.overlay-list>li>a {
  display: block;
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  font-family: var(--font-sub);
}

.overlay-list>li>a:hover {
  color: #fff;
}

.overlay-list>li>a.active {
  color: #fff;
}

.overlay-list .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  padding-left: 30px;
  gap: 15px 30px;
  border-left: 1px dashed #fff;
}

.overlay-list .list li a {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  font-family: var(--font-sub);
}

.overlay-cap {
  display: block;
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  font-family: var(--font-sub);
}



/* fixed-btn
----------------------------------------------------------------------------------------------- */
.fixed-btn {
  position: sticky;
  bottom: 10px;
  left: 0;
  z-index: 997;
  margin: 150px 0 0;
  opacity: 0;
  transition: opacity 0.6s;
  pointer-events: none;
}

.is-animation .fixed-btn {
  opacity: 1;
}

.fixed-btn ul {
  display: flex;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
}

.fixed-btn ul li {
  position: relative;
  min-width: 220px;
  margin: 0 1px;
  background-color: rgba(51, 51, 51, 0.8);
  transition: background 0.6s;
  color: #fff;
  overflow: hidden;
}

.fixed-btn ul li:first-child {
  border-radius: 50rem 0 0 50rem;
}

.fixed-btn ul li:last-child {
  border-radius: 0 50rem 50rem 0;
}

.fixed-btn ul li::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(244, 144, 37);
  background: linear-gradient(90deg, rgba(244, 144, 37, 1) 0%, rgba(222, 54, 54, 1) 100%);
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out;
}



.fixed-btn ul li:hover::after {
  transform: translateX(0);

}

.fixed-btn ul li a {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #fff;
  font-weight: bold;
  pointer-events: all;
  opacity: 1;
  overflow: hidden;
}


.fixed-btn ul .fixed-btn-tel a {
  position: relative;
  display: block;
  padding: 10px 20px 10px 60px;
  overflow: hidden;
}

.fixed-btn ul .fixed-btn-tel a::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/icon_tel.png) no-repeat left center / contain;
}

.fixed-btn ul .fixed-btn-tel dl {
  display: flex;
  align-items: center;
  margin: 3px;
  line-height: 1;
}

.fixed-btn ul .fixed-btn-tel dl dt {
  font-size: 1.4rem;
}

.fixed-btn ul .fixed-btn-tel dl dd {
  margin-left: 10px;
  font-family: 'Poppins';
  white-space: nowrap;
  font-weight: 400;
}


/* footer
----------------------------------------------------------------------------------------------- */
/*contact*/
.footer {
  position: relative;
  padding: 150px 0;
  background-color: var(--bg-main);
  color: #fff;
}

.footer-btns {
  display: flex;
  justify-content: center;
  gap: 25px 50px;
}

.footer-btns .c-btn-wh {
  width: 100%;
  height: 80px;
  font-size: 2.2rem;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  gap: 0 25px;
  margin-top: 80px;
  padding-top: 80px;
  border-top: 1px dashed #fff;
  color: #fff;
}

.footer-content .left {
  display: flex;
  flex-direction: column;
}

.footer-name {
  display: flex;
  align-items: center;
  gap: 0 20px;
}

.footer-name .name {
  line-height: 1.1;
  color: #fff;
  font-family: var(--font-sub);
  font-weight: bold;
  font-size: 3rem;
}

.footer-sns {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 60px 0;
  font-family: var(--font-sub);
}

.footer-sns .tag {
  font-size: 2.2rem;
}

.footer-sns .link {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
}

.footer-nav {
  display: flex;
  max-width: 50%;
  gap: 10px 60px;
}

.footer-nav>ul {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.footer-nav>ul>li {
  line-height: 1;
}

.footer-nav>ul>li>a {
  color: #fff;
  font-size: 2.2rem;
  font-family: var(--font-sub);
  font-weight: bold;
}

.footer-nav>ul>li>ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}

.footer-nav>ul>li a {
  color: #fff;
  font-family: var(--font-sub);
}

.copyright {
  position: relative;
  display: block;
  margin-top: auto;
  font-size: 1.4rem;
  font-family: var(--font-sub);
  color: #fff;
}


/* p-back
----------------------------------------------------------------------------------------------- */
.p-back {
  position: relative;
  padding: 150px 0;
  margin-top: 120px;
}

.p-back .title-sec {
  margin-bottom: 0;
}

.p-back-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px 50px;
}

.p-back-area .content {
  max-width: 50%;
  font-size: 2rem;
  font-weight: bold;
}

.p-back-img {
  position: relative;
  padding-top: calc(100% * 700 / 1920);
}

.p-back-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-back-nav {
  display: flex;
  justify-content: space-around;
  width: 90%;
  max-width: 1170px;
  margin: -2px auto 150px;
  border-top: 1px dashed var(--color-main);
  border-bottom: 1px dashed var(--color-main);
}

.p-back-nav a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  font-weight: bold;
}

.p-back-nav .nav-title {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-right: 35px;
  line-height: 1.3;
}

.p-back-nav .nav-title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 1px solid #111;
  border-bottom: 1px solid #111;
  rotate: 45deg;
}

.p-back-nav .nav-title .main {
  line-height: 1;
  font-family: var(--font-sub);
  font-size: 2.2rem;
}

.p-back-nav .nav-title .sub {
  line-height: 1;
  font-weight: bold;
}


/* コンテナボックス
----------------------------------------------------------------------------------------------- */
.p-column-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 50px;
  margin-bottom: 80px;
}

.p-column-head .title-sec,
.p-column-head .title-max {
  margin-bottom: 0;
}

.p-column-head .content {
  max-width: 50%;
  margin: 15px 0;
}

.inner-box {
  margin: 150px 0;
}

.inner-box:first-of-type {
  margin-top: 0;
}

.inner-box:last-of-type {
  margin-bottom: 0;
}

.inner-box-min {
  margin: 80px 0;
}

.inner-box-min:first-of-type {
  margin-top: 0;
}

.inner-box-min:last-of-type {
  margin-bottom: 0;
}


.inner-btns {
  display: flex;
  justify-content: center;
  gap: 0 25px;
  margin: 50px 0;
}

/*faq*/
.faq-list {
  display: grid;
  gap: 20px;
  counter-reset: number 0;
}

.faq-box {
  counter-increment: number 1;
  background-color: var(--bg-sub);
  padding: 30px;
}

.faq-box .question {
  position: relative;
  padding-bottom: 25px;
  padding-left: 60px;
  line-height: 1.5;
  font-size: 2.2rem;
  font-weight: bold;
}

.faq-box .question::before {
  content: "Q"counter(number);
  position: absolute;
  left: 0;
  font-family: var(--font-sub);
  font-size: 2.2rem;
  font-size: bold;
}

.faq-box .answer {
  position: relative;
  padding-top: 25px;
  padding-left: 60px;
  border-top: 1px dashed var(--color-main);
  line-height: 1.5;
}

.faq-box .answer::before {
  content: "A"counter(number);
  position: absolute;
  left: 0;
  font-family: var(--font-sub);
  font-size: 2.2rem;
  font-size: bold;
}

.faq-box .answer dl {
  display: grid;
  grid-template-columns: 250px auto;
  gap: 5px;
  margin: 15px 0;
}

.faq-box .answer ul {
  display: grid;
  gap: 5px;

}


/*空き状況*/
.availability-summary {
  display: flex;
  align-items: center;
  gap: 15px 50px;
  margin: 15px 0;
}

.availability-summary li {
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1;
  font-weight: bold;
  font-size: 2rem;
}

.availability-summary li::before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 20px;
}

.availability-summary li.free::before {
  background-color: #ddffcc;
}

.availability-summary li.few::before {
  background-color: #fee2a0;
}

.availability-summary li.cancel::before {
  background-color: #ffc0bd;
}

.availability-calendar .wpsbc-calendar {
  width: 100% !important;
  max-width: initial !important;
  height: auto !important;
}

.availability-calendar .wpsbc-date-inner {
  height: 90px !important;
  line-height: 90px !important;
}

.availability-calendar .wpsbc-date-number {
  font-size: 2.2rem !important;
}

.availability-calendar .wpsbc-select-container select {
  height: 50px !important;
  text-align: center !important;
  font-size: 2.2rem !important;
}

.availability-calendar .wpsbc-calendar-header-navigation {
  padding: 0 50px !important;
}

.availability-calendar .wpsbc-prev,
.availability-calendar .wpsbc-next {
  /* display: none !important; */
  width: 50px !important;
  height: 50px !important;
  margin-top: -25px !important;
}



/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


---  print 印刷用CSS


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media print {

  body {
    width: 991px;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    overflow: hidden;
  }

  .container {
    padding: 0 3%;
  }

  .fadeIn,
  .fadeInUp,
  .fadeInLeft,
  .fadeInRight,
  .fadeInDown,
  .zoomIn {
    opacity: 1 !important;
  }

  .header {
    position: relative !important;
  }

  .f-hero-bg {}

}

/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


---  min-width1920


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media (min-width: 1920px) {}




/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


---  max-width1500


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media (max-width: 1500px) {

  /* common
----------------------------------------------------------------------------------------------- */



  /* header
----------------------------------------------------------------------------------------------- */
  .site-brand-title {
    font-size: 2.2rem;
  }

  .header-right {
    gap: 0 15px;
  }

  .header-nav li>a {
    font-size: 1.6rem;
  }

  .header-language a {
    font-size: 1.8rem;
  }

  .header-sns {
    width: 30px;
    height: 30px;
  }



  /* footer
----------------------------------------------------------------------------------------------- */


  /* back
----------------------------------------------------------------------------------------------- */


  /* 各ページページ内リンク
----------------------------------------------------------------------------------------------- */

}




/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


---  1199px


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media (max-width: 1199px) {

  /* common
----------------------------------------------------------------------------------------------- */

  /*特定幅*/
  .inner-max {
    max-width: 720px;
  }

  .inner-min {
    max-width: 620px;
  }


  /*btn*/

  .icon-tel::before {
    width: 35px;
    height: 35px;
  }


  /* wrap
-------------------------------------------------------------------------------- */
  .wrap {
    padding: 0 25px;
  }




  /* header
----------------------------------------------------------------------------------------------- */
  .header-top {
    flex-direction: column;
    height: auto;
  }

  .header-right {
    margin-bottom: 25px;
  }

  .is-animation .header-top {
    height: auto;
  }


  /* fixed-menu
----------------------------------------------------------------------------------------------- */



  /* overlay
----------------------------------------------------------------------------------------------- */


  /* footer
----------------------------------------------------------------------------------------------- */
  .footer-btns {
    gap: 25px;
  }

  .footer-btns .c-btn-wh {
    padding-left: 20px;
    font-size: 1.8rem;
  }


  /* back
----------------------------------------------------------------------------------------------- */
  .p-back-area .content {
    font-size: 1.7rem;
  }

  /* コンテンツ
----------------------------------------------------------------------------------------------- */
  .p-column-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .p-column-head .content {
    max-width: 100%;
    margin: 0;
  }

}







/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


--- 991px


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 991px) {



  /* flex
----------------------------------------------------------------------------------------------- */
  .flex-block-between .left,
  .flex-block-between .right {
    width: 100%;
  }


  /* common
----------------------------------------------------------------------------------------------- */
  /*特定幅*/
  .inner-max {
    max-width: 620px;
  }

  .inner-min {
    max-width: 520px;
  }



  /*title*/
  .title-col {
    font-size: 2rem;
  }

  /*text*/
  .heading {
    font-size: 1.8rem;
  }


  /*btn*/



  /*リスト*/
  .list-3col {
    grid-template-columns: repeat(2, 1fr);
  }

  .list-4col {
    grid-template-columns: repeat(2, 1fr);
  }


  .c-defi-desc.list-2col {
    grid-template-columns: 1fr;
  }

  .c-defi-desc dl {
    width: 80%;
  }



  /* header
----------------------------------------------------------------------------------------------- */

  .header-nav {
    gap: 0 30px;
  }

  .is-animation .site-brand-logo,
  .open-nav .site-brand-logo {
    height: 50px;
  }




  /* overlay
----------------------------------------------------------------------------------------------- */


  /* footer
----------------------------------------------------------------------------------------------- */
  .footer {
    padding: 80px 0;
  }

  .footer-btns {
    flex-direction: column;
  }

  .footer-content {
    flex-direction: column-reverse;
    gap: 80px;
  }

  .footer-nav {
    justify-content: center;
    max-width: 100%;
  }

  .footer-content .left {
    align-items: center;
  }

  .footer-sns {
    margin: 30px 0;
  }



  /* back
----------------------------------------------------------------------------------------------- */
  .p-back-area {
    flex-direction: column;
    align-items: flex-start;
  }

  .p-back-area .content {
    max-width: 100%;
  }

  .p-back-nav .nav-title .main {
    font-size: 1.8rem;
  }

  .p-back-nav .nav-title .sub {
    font-size: 1.4rem;
  }


}











/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


--- 767px(スマホ、ipad縦以下)


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 767px) {

  body {
    font-size: 1.6rem;
  }

  p {
    font-size: 1.6rem;
  }


  section {
    margin-top: 100px;
    margin-bottom: 100px;
  }


  /* common
----------------------------------------------------------------------------------------------- */


  /*特定幅*/
  .inner-max,
  .inner-min {
    max-width: inherit;
  }


  /*bg*/
  .bg-main {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .bg-sub {
    padding-top: 80px;
    padding-bottom: 80px;
  }


  /*title*/
  .title-sec {
    margin-bottom: 60px;
  }

  .title-sec .main {
    font-size: clamp(4rem, 12.4vw, 7rem);
  }

  .title-max {
    gap: 10px;
    margin-bottom: 25px;
  }

  .title-max .main {
    font-size: 4rem;
  }

  .title-mid {
    margin-bottom: 15px;
    font-size: 2.6rem;
  }

  .title-min {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }



  /*btn*/
  [class*="c-btn"] {
    min-width: fit-content;
    font-size: 1.6rem;
  }

  /*text*/
  .text-comment {
    margin-bottom: 20px;
  }

  /*bg*/
  .bg-wh {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  /*list*/
  .number-list {
    padding-left: 2rem;
  }

  .indent-list {
    margin: 15px 0 15px 0;
  }


  .col-title {
    margin: 10px auto;
    font-size: 1.8rem;
  }

  .list-3col {
    grid-template-columns: repeat(auto-fit, calc(50% - 8px));
  }

  .list-3col-max {
    grid-template-columns: repeat(auto-fit, calc(50% - 8px));
    gap: 15px;
  }

  .list-4col {
    grid-template-columns: repeat(auto-fit, calc(50% - 8px));
  }

  /*list*/
  .disc-list li {
    padding-left: 15px;
  }

  .disc-list li::before {
    top: 8px;
    width: 5px;
    height: 5px;
  }


  /*dl*/
  .c-defi {
    margin: 25px 0;
  }

  .c-defi-box {
    flex-direction: column;
  }

  .c-defi-team {
    padding: 15px 5px 5px;
  }

  .c-defi-team br {
    display: none;
  }

  .c-defi-desc {
    padding: 5px 5px 15px;
  }

  .difi-detail .c-defi-team {
    padding-bottom: 5px;
  }

  .difi-detail .c-defi-desc {
    padding-top: 5px;
  }


  /*table*/
  .table-responsive {
    position: relative;
    border: none;
  }

  .c-table {
    min-width: 100%;
    width: max-content;
  }

  .c-table-header .c-table-term {
    padding: 10px;
    font-size: 1.3rem;
  }

  .c-table-box .c-table-term {
    padding: 15px 10px;
  }

  .c-table-box .c-table-desc {
    padding: 15px 10px;
  }


  /*breadcrumb*/
  .breadcrumb-wrap {
    display: none;
    max-width: 80%;
    font-size: 1.2rem;
  }





  /* wrap
-------------------------------------------------------------------------------- */
  .wrap {
    padding: 0 20px;
  }




  /* header
----------------------------------------------------------------------------------------------- */
  .header-top {
    align-items: center;
    flex-direction: row;
    height: 80px;
    gap: 10px;
    padding-right: 50px;
  }

  .site-brand {
    width: 80%;
    margin: 15px 0;
  }

  .header-right {
    margin-bottom: 0;
    gap: 5px;
  }

  .header-nav {
    display: none;
  }

  .header-language a {
    padding: 3px 8px;
    font-size: 1.6rem;
  }

  .header-language li:first-child::after {
    width: 1px;
  }

  .header-sns {
    display: none;
  }

  .is-animation .header-top {
    height: 80px;
  }

  .is-animation .site-brand-logo,
  .open-nav .site-brand-logo {
    height: auto;
  }


  /* fixed-menu
----------------------------------------------------------------------------------------------- */
  .fixed-menu {
    display: block;
  }




  /* back
----------------------------------------------------------------------------------------------- */
  .p-back {
    padding: 40px 0;
    margin-top: 80px;
  }

  .p-back-img {
    padding-top: 300px;
  }

  .p-back-nav {
    flex-direction: column;
    width: 100%;
    padding: 15px 0;
    margin: 0 auto 100px;
  }

  .p-back-nav a {
    justify-content: flex-start;
    width: 100%;
    padding: 10px 20px;
  }

  .p-back-nav .nav-title {
    flex-direction: row;
    padding-right: 25px;
  }

  .p-back-nav .nav-title::after {
    top: 3px;
    width: 8px;
    height: 8px;
  }

  /* コンテナボックス
----------------------------------------------------------------------------------------------- */
  .p-column-head {
    gap: 25px;
    margin-bottom: 40px;
  }

  .inner-box {
    margin: 80px 0;
  }

  .inner-box-min {
    margin: 40px 0;
  }

  /* **************************************************************
   faq
  *************************************************************** */
  .faq-box {
    padding: 20px;
  }

  .faq-box .question {
    font-size: 1.8rem;
  }

  .faq-box .answer dl {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .faq-box .answer dl dt {
    font-weight: bold;
  }

  .faq-box .answer dl dd {
    margin-bottom: 5px;
  }

  /*空き状況*/
  .availability-summary {
    flex-wrap: wrap;
    gap: 10px 20px;
    margin: 0;
  }

  .availability-summary li {
    font-size: 1.6rem;
  }

  .availability-summary li::before {
    width: 25px;
  }

  .availability-calendar .wpsbc-date-inner {
    height: 50px !important;
    line-height: 50px !important;
  }

  .availability-calendar .wpsbc-date-number {
    font-size: 1.8rem !important;
  }


}










/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


--- 560px


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 560px) {
  body {
    font-size: 1.4rem;
  }

  p {
    font-size: 1.4rem;
  }


  /*bg*/

  .visible-xss {
    display: block;
  }




  /*title*/



  /*link*/
  .link-tel {
    padding-left: 40px;
    font-size: 3rem;
  }

  .link-tel::before {
    width: 30px;
    height: 30px;
  }


  /*list*/
  .list-2col,
  .list-3col,
  .list-3col-max {
    /* grid-template-columns: repeat(auto-fit, calc(100% - 15px)); */
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .list-4col,
  .list-5col {
    grid-template-columns: repeat(auto-fit, calc(50% - 15px));
  }


  .icon-car::before {
    width: 33px;
    height: 25px;
  }

  .icon-access::before {
    width: 25px;
    height: 35px;
  }


  /*bg*/
  .bg-wh,
  .bg-bl,
  .bg-sub {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  /*accordion*/
  .c-accordion-icon {
    right: 10px;
    width: 20px;
    height: 20px;
  }


  /* header
----------------------------------------------------------------------------------------------- */
  .header-top,
  .is-animation .header-top {
    height: 65px;
  }

  .site-brand-title {
    font-size: 1.5rem !important;
  }

  .site-brand-logo {
    gap: 0 5px;
  }

  .site-brand-logo img {
    width: 35px;
  }


  /* fixed-menu
----------------------------------------------------------------------------------------------- */
  .fixed-menu {
    gap: 0;
    padding: 0;
  }

  .header-menu-btn {
    width: 65px;
    height: 65px;
  }

  .header-menu-btn strong {
    margin-top: 5px;
    scale: 0.9;
  }

  .btn-open div {
    width: 35px;
    height: 25px;
  }


  .btn-open.active span:nth-child(3) {
    bottom: 45%;
  }




  /* overlay
----------------------------------------------------------------------------------------------- */
  .overlay {
    top: 65px;
  }


  /* footer
----------------------------------------------------------------------------------------------- */
  .footer {
    padding-bottom: 40px;
  }

  .footer-nav {
    flex-direction: column;
  }

  .footer-nav>ul {
    gap: 25px;
    margin: 10px 0;
  }

  .footer-nav>ul>li>ul {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .footer-name .name {
    font-size: 2rem;
  }

  /* back
----------------------------------------------------------------------------------------------- */



  /* **************************************************************
   faq
  *************************************************************** */
  .faq-box {
    padding: 15px;
  }

  .faq-box .question {
    padding-left: 40px;
    padding-bottom: 20px;
    font-size: 1.6rem;
  }

  .faq-box .question::before {
    font-size: 1.8rem;
  }

  .faq-box .answer {
    padding-top: 20px;
    padding-left: 40px;
  }

  .faq-box .answer::before {
    font-size: 1.8rem;
  }


}






/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


---  高さが小さいとき


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (orientation: landscape) and (max-height: 660px) {}