@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap");
html, body, div, span, main, header, footer, section, ::before, ::after,
h1, h2, h3, h4, h5, h6, p, a, img, strong,
dl, dt, dd, ol, ul, li,
table, caption, tr, th, td,
input, button, textarea, select, option {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box; }

ol, ul {
  list-style: none; }

img {
  vertical-align: bottom;
  box-shadow: #000 0 0 0;
  -webkit-backface-visibility: hidden;
  max-width: 100%;
  height: auto; }

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

a {
  color: inherit;
  text-decoration: none;
  outline: none;
  transition: all .3s;
  box-sizing: border-box; }

svg {
  width: 100%; }

select,
textarea,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="submit"],
input[type="radio"],
button {
  -webkit-appearance: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  border-radius: 0; }

textarea:focus,
input:focus {
  outline: none; }

/* ========================================

common

======================================== */
/* Zen Kaku Gothic New
Light : 300
Regular : 400
Medium : 500
Bold : 700
Black : 900
*/
.en_r, .page_title .en, .header .fix_btn_line a p span, .nav_global_main li a .en, .nav_global_tel h2 .en, .footer_contact_tel h2 .en, .footer_contact_btn li h2 .en, .footer_main_nav ul li a .en {
  font-family: 'Outfit', sans-serif;
  font-weight: 400; }

.en_m, .scroll, .hl_en, .hl_en_rl, .header .btn_nav .title, .footer .pagetop {
  font-family: 'Outfit', sans-serif;
  font-weight: 500; }

.en_sb, .nav_global_tel .num, .nav_global_tel .note span, .footer_contact_tel .num, .footer_contact_tel .note span, .footer .copyright {
  font-family: 'Outfit', sans-serif;
  font-weight: 600; }

.en_b {
  font-family: 'Outfit', sans-serif;
  font-weight: 700; }

.f_mx, .header, .nav_global, .footer {
  font-family: 'Outfit', 'Zen Kaku Gothic New', "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3","MS PGothic","MS Pゴシック",sans-serif; }

.f_jp {
  font-family: 'Zen Kaku Gothic New', "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3","MS PGothic","MS Pゴシック",sans-serif; }

.p_hover a:hover {
  opacity: 0.7; }

.svg {
  width: 100%;
  height: auto; }
  .svg.c_white svg {
    fill: #fff; }
  .svg.c_black svg {
    fill: #000; }

.img-fit {
  position: relative;
  overflow: hidden;
  z-index: 1; }
  .img-fit::before {
    width: 100%;
    height: 0;
    content: '';
    display: block;
    padding-top: 100%;
    position: relative; }
  .img-fit img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    object-position: 50% 50%;
    object-fit: cover;
    z-index: 1;
    transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1); }

.replace_img {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%; }

.l_tel {
  pointer-events: none; }

.c_key {
  color: var(--c_key1); }

.ta_center {
  text-align: center; }

@media screen and (max-width: 800px) {
  .l_tel {
    pointer-events: auto; } }
/* ========================================

inview

======================================== */
.is-fade > *:not(.is-not) {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 1); }
.is-fade.fadeIn > *:not(.is-not) {
  opacity: 1;
  transform: translateY(0); }

.box-fade {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 1); }
  .box-fade.fadeIn {
    opacity: 1;
    transform: translateY(0); }

.is-fade > *:not(.is-not):nth-child(0) {
  transition-delay: 100ms; }

.is-fade > *:not(.is-not):nth-child(1) {
  transition-delay: 220ms; }

.is-fade > *:not(.is-not):nth-child(2) {
  transition-delay: 340ms; }

.is-fade > *:not(.is-not):nth-child(3) {
  transition-delay: 460ms; }

.is-fade > *:not(.is-not):nth-child(4) {
  transition-delay: 580ms; }

.is-fade > *:not(.is-not):nth-child(5) {
  transition-delay: 700ms; }

.is-fade > *:not(.is-not):nth-child(6) {
  transition-delay: 820ms; }

.is-fade > *:not(.is-not):nth-child(7) {
  transition-delay: 940ms; }

.is-fade > *:not(.is-not):nth-child(8) {
  transition-delay: 1060ms; }

.is-fade > *:not(.is-not):nth-child(9) {
  transition-delay: 1180ms; }

.is-fade > *:not(.is-not):nth-child(10) {
  transition-delay: 1300ms; }

.is-fade > *:not(.is-not):nth-child(11) {
  transition-delay: 1420ms; }

.is-fade > *:not(.is-not):nth-child(12) {
  transition-delay: 1540ms; }

.is-fade > *:not(.is-not):nth-child(13) {
  transition-delay: 1660ms; }

.is-fade > *:not(.is-not):nth-child(14) {
  transition-delay: 1780ms; }

.is-fade > *:not(.is-not):nth-child(15) {
  transition-delay: 1900ms; }

.is-fade > *:not(.is-not):nth-child(16) {
  transition-delay: 2020ms; }

.is-fade > *:not(.is-not):nth-child(17) {
  transition-delay: 2140ms; }

.is-fade > *:not(.is-not):nth-child(18) {
  transition-delay: 2260ms; }

.is-fade > *:not(.is-not):nth-child(19) {
  transition-delay: 2380ms; }

.is-fade > *:not(.is-not):nth-child(20) {
  transition-delay: 2500ms; }

/* ========================================

button

======================================== */
.line, .line_h, .line_v {
  display: block;
  border-radius: 1px;
  background-color: var(--c_base1);
  order: 1;
  display: flex;
  flex-wrap: wrap; }
  .line::before, .line_h::before, .line_v::before, .line::after, .line_h::after, .line_v::after {
    content: '';
    display: block;
    background-color: var(--c_base1);
    border-radius: 1px;
    order: 2; }
  .line_h {
    width: 35px;
    height: 2px;
    margin-right: 20px;
    margin-left: clamp(10px, 1.1689vw, 18px);
    align-items: center;
    align-content: flex-end; }
    .line_h::before, .line_h::after {
      width: 5px;
      height: 2px;
      margin-left: 5px;
      transform: translateX(35px); }
  .line_v {
    width: 2px;
    height: 35px;
    margin: 20px 0 0 0;
    flex-direction: column;
    align-content: flex-start; }
    .line_v::before, .line_v::after {
      width: 2px;
      height: 5px;
      margin-top: 5px;
      transform: translateY(35px); }

@media screen and (max-width: 800px) {
  .line_h {
    height: 1.5px; }
    .line_h::before, .line_h::after {
      height: 1.5px; }
  .line_v {
    width: 1.5px;
    margin: 20px 0 0 0; }
    .line_v::before, .line_v::after {
      width: 1.5px; } }
.ico_arrow {
  position: relative;
  transform-origin: 100% 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1); }
  .ico_arrow::before, .ico_arrow::after {
    width: 3.5px;
    height: 2px;
    content: '';
    display: block;
    margin-right: 2px;
    background-color: #fff;
    border-radius: 1px;
    order: 1; }
  .ico_arrow > span {
    width: 20px;
    height: 2px;
    display: block;
    background-color: #fff;
    border-radius: 1px;
    transform-origin: 0% 50%;
    order: 3;
    transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1); }
    .ico_arrow > span::before, .ico_arrow > span::after {
      width: 7px;
      height: 2px;
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      background-color: #fff;
      border-radius: 1px; }
    .ico_arrow > span::before {
      transform: translateY(1px) rotate(45deg);
      transform-origin: 100% 0%; }
    .ico_arrow > span::after {
      transform: translateY(-1px) rotate(-45deg);
      transform-origin: 100% 100%; }
  .ico_arrow.black::before, .ico_arrow.black::after {
    background-color: #222; }
  .ico_arrow.black > span {
    background-color: #222; }
    .ico_arrow.black > span::before, .ico_arrow.black > span::after {
      background-color: #222; }

a:hover .ico_arrow > span,
button:hover .ico_arrow > span {
  transform-origin: 0 50%;
  transform: scaleX(1.25); }
  a:hover .ico_arrow > span::before,
  button:hover .ico_arrow > span::before {
    transform: scaleX(0.8) translate(5%, 50%) rotate(45deg); }
  a:hover .ico_arrow > span::after,
  button:hover .ico_arrow > span::after {
    transform: scaleX(0.8) translate(-5%, -50%) rotate(-45deg); }

@media screen and (max-width: 800px) {
  .ico_arrow::before, .ico_arrow::after {
    width: 2.5px;
    height: 1px; }
  .ico_arrow span {
    width: 20px;
    height: 1px; }
    .ico_arrow span::before, .ico_arrow span::after {
      width: 5.5px;
      height: 1px; }
    .ico_arrow span::before {
      transform: translate(3%, 50%) rotate(45deg); }
    .ico_arrow span::after {
      transform: translate(3%, -50%) rotate(-45deg); } }
.btn_base {
  font-size: 15px;
  letter-spacing: 0.06em;
  max-width: 280px;
  height: 60px; }
  .btn_base a,
  .btn_base button {
    color: #fff;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    cursor: pointer;
    padding: 0 16px 2px 0;
    background-color: var(--c_base1);
    border-radius: 60px;
    transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
    .btn_base a .ico_arrow,
    .btn_base button .ico_arrow {
      position: absolute;
      top: calc(50% - 1px);
      right: 30px; }
    .btn_base a:hover,
    .btn_base button:hover {
      background-color: var(--c_key1); }

@media screen and (max-width: 800px) {
  .btn_base {
    max-width: 280px;
    height: 60px; }
    .btn_base a,
    .btn_base button {
      font-size: 12px; } }
.btn_circle, .btn_circle_l, .btn_circle_d {
  font-size: clamp(13px, 0.974vw, 15px);
  font-weight: 500;
  text-align: center;
  line-height: 1.625;
  width: clamp(108px, 8.7012vw, 134px);
  height: clamp(108px, 8.7012vw, 134px);
  border-radius: 50%;
  position: relative;
  z-index: 2;
  border-radius: 50%; }
  .btn_circle a, .btn_circle_l a, .btn_circle_d a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    background-color: var(--c_base2);
    border: 2px solid var(--c_base2);
    border-radius: 50%;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    .btn_circle a::before, .btn_circle_l a::before, .btn_circle_d a::before {
      width: 100%;
      height: 100%;
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      border-radius: 50%;
      border: 2px solid var(--c_base1); }
    .btn_circle a .ico_arrow, .btn_circle_l a .ico_arrow, .btn_circle_d a .ico_arrow {
      margin-top: clamp(12px, 1.41666vw, 17px); }
  .btn_circle_l a .ico_arrow::before, .btn_circle_l a .ico_arrow::after {
    background-color: var(--c_base1); }
  .btn_circle_l a .ico_arrow > span {
    background-color: var(--c_base1); }
    .btn_circle_l a .ico_arrow > span::before, .btn_circle_l a .ico_arrow > span::after {
      background-color: var(--c_base1); }
  .btn_circle_l a:hover {
    background-color: var(--c_base3); }
  .btn_circle_d a {
    color: var(--c_base2);
    background-color: var(--c_base1);
    border-color: var(--c_base1); }
    .btn_circle_d a::before {
      border-color: var(--c_base2); }
    .btn_circle_d a:hover {
      border-color: var(--c_key1);
      background-color: var(--c_key1); }

.btn_border, .btn_border_l, .btn_border_d {
  font-size: clamp(11px, 2vw, 14px);
  font-weight: 500;
  letter-spacing: 0.06em;
  width: 210px;
  max-width: 280px;
  height: clamp(30px, 10.2565vw, 60px); }
  .btn_border a, .btn_border_l a, .btn_border_d a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    border-radius: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
    .btn_border a .ico_arrow, .btn_border_l a .ico_arrow, .btn_border_d a .ico_arrow {
      position: absolute;
      top: calc(50% - 1px);
      right: 20px; }
      .btn_border a .ico_arrow > span, .btn_border_l a .ico_arrow > span, .btn_border_d a .ico_arrow > span {
        width: 13px; }
    .btn_border a:hover, .btn_border_l a:hover, .btn_border_d a:hover {
      background-color: var(--c_key1); }
  .btn_border_l {
    color: var(--c_base1); }
    .btn_border_l a {
      background-color: var(--c_base2);
      border: 1.5px solid var(--c_base1); }
      .btn_border_l a .ico_arrow::before, .btn_border_l a .ico_arrow::after {
        background-color: var(--c_base1); }
      .btn_border_l a .ico_arrow > span {
        background-color: var(--c_base1); }
        .btn_border_l a .ico_arrow > span::before, .btn_border_l a .ico_arrow > span::after {
          background-color: var(--c_base1); }
      .btn_border_l a:hover {
        background-color: var(--c_base3); }
  .btn_border_d {
    color: #fff;
    border-radius: 60px;
    border: 1.5px solid var(--c_base1); }
    .btn_border_d a {
      background-color: var(--c_base1);
      border: 1.5px solid var(--c_base2); }

.scroll {
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  writing-mode: vertical-rl;
  position: absolute;
  left: 0;
  width: 80px;
  height: 100vh;
  padding-bottom: 100px;
  padding-right: 2px;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
  .scroll::after {
    width: 2px;
    height: 40px;
    content: '';
    display: block;
    margin-top: 26px;
    background-color: var(--c_base1);
    order: 1;
    animation: scroll cubic-bezier(0.33, 1, 0.68, 1) 3s infinite; }
  .scroll .bar {
    order: 2;
    display: flex;
    flex-wrap: wrap; }
    .scroll .bar::before, .scroll .bar::after {
      width: 2px;
      height: 5px;
      content: '';
      display: block;
      margin-top: 5px;
      background-color: var(--c_base1);
      border-radius: 1px; }
    .scroll .bar::before {
      animation: scroll2 linear 3s infinite; }
    .scroll .bar::after {
      animation: scroll3 linear 3s infinite; }

@keyframes scroll {
  0% {
    transform: scaleY(0);
    transform-origin: top; }
  40% {
    transform: scaleY(1);
    transform-origin: top; }
  50% {
    transform: scaleY(1);
    transform-origin: bottom; }
  90% {
    transform: scaleY(0);
    transform-origin: bottom; }
  100% {
    transform: scaleY(0);
    transform-origin: bottom; } }
@keyframes scroll2 {
  0% {
    transform: scaleY(0);
    transform-origin: top; }
  28% {
    transform: scaleY(0); }
  32% {
    transform: scaleY(1);
    transform-origin: top; }
  82% {
    transform: scaleY(1);
    transform-origin: bottom; }
  86% {
    transform: scaleY(0);
    transform-origin: bottom; }
  to {
    transform: scaleY(0);
    transform-origin: bottom; } }
@keyframes scroll3 {
  0% {
    transform: scaleY(0);
    transform-origin: top; }
  34% {
    transform: scaleY(0); }
  38% {
    transform: scaleY(1);
    transform-origin: top; }
  88% {
    transform: scaleY(1);
    transform-origin: bottom; }
  92% {
    transform: scaleY(0);
    transform-origin: bottom; }
  to {
    transform: scaleY(0);
    transform-origin: bottom; } }
@media screen and (max-width: 800px) {
  .scroll {
    display: none; } }
/* ========================================

headline

======================================== */
.hl_wrap {
  width: clamp(112px, 11.5943%, 160px);
  position: sticky;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
  z-index: 2; }

@media screen and (max-width: 800px) {
  .hl_wrap {
    width: 100%;
    display: block;
    position: relative;
    top: auto !important;
    margin: 0 auto; } }
.hl_en, .hl_en_rl {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .hl_en .t, .hl_en_rl .t {
    transform-origin: 0% 50%; }
  .hl_en .line, .hl_en_rl .line, .hl_en .line_h, .hl_en_rl .line_h, .hl_en .line_v, .hl_en_rl .line_v {
    width: 40px; }
    .hl_en .line::before, .hl_en_rl .line::before, .hl_en .line_h::before, .hl_en_rl .line_h::before, .hl_en .line_v::before, .hl_en_rl .line_v::before, .hl_en .line::after, .hl_en_rl .line::after, .hl_en .line_h::after, .hl_en_rl .line_h::after, .hl_en .line_v::after, .hl_en_rl .line_v::after {
      transform: translateX(40px); }
  .hl_en_rl {
    writing-mode: vertical-rl; }
    .hl_en_rl .line, .hl_en_rl .line_h, .hl_en_rl .line_v {
      width: 2px;
      height: 40px;
      margin: 18px 0 0; }
      .hl_en_rl .line::before, .hl_en_rl .line_h::before, .hl_en_rl .line_v::before, .hl_en_rl .line::after, .hl_en_rl .line_h::after, .hl_en_rl .line_v::after {
        width: 2px;
        height: 5px;
        margin-left: 0;
        margin-top: 5px;
        transform: translateY(40px); }

@media screen and (max-width: 800px) {
  .hl_en, .hl_en_rl {
    font-size: 10px; }
    .hl_en .t, .hl_en_rl .t {
      transform: scale(0.9); }
    .hl_en .line, .hl_en_rl .line, .hl_en .line_h, .hl_en_rl .line_h, .hl_en .line_v, .hl_en_rl .line_v {
      width: 30px;
      height: 1.5px;
      margin-left: 16px; }
      .hl_en .line::before, .hl_en_rl .line::before, .hl_en .line_h::before, .hl_en_rl .line_h::before, .hl_en .line_v::before, .hl_en_rl .line_v::before, .hl_en .line::after, .hl_en_rl .line::after, .hl_en .line_h::after, .hl_en_rl .line_h::after, .hl_en .line_v::after, .hl_en_rl .line_v::after {
        height: 1.5px;
        transform: translate(30px); }
    .hl_en_rl::before, .hl_en_rl::after {
      height: 1.5px; }
    .hl_en.sp_tb, .sp_tb.hl_en_rl {
      writing-mode: horizontal-tb; }
      .hl_en.sp_tb .line, .sp_tb.hl_en_rl .line, .hl_en.sp_tb .line_h, .sp_tb.hl_en_rl .line_h, .hl_en.sp_tb .line_v, .sp_tb.hl_en_rl .line_v {
        margin-top: 0; }
        .hl_en.sp_tb .line::before, .sp_tb.hl_en_rl .line::before, .hl_en.sp_tb .line_h::before, .sp_tb.hl_en_rl .line_h::before, .hl_en.sp_tb .line_v::before, .sp_tb.hl_en_rl .line_v::before, .hl_en.sp_tb .line::after, .sp_tb.hl_en_rl .line::after, .hl_en.sp_tb .line_h::after, .sp_tb.hl_en_rl .line_h::after, .hl_en.sp_tb .line_v::after, .sp_tb.hl_en_rl .line_v::after {
          width: 5px;
          height: 1.5px;
          margin-top: 0;
          margin-left: 5px; } }
.hl_copy {
  font-size: clamp(20px, 1.688vw, 26px);
  letter-spacing: 0.22em;
  writing-mode: vertical-rl;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start; }
  .hl_copy::before {
    width: 24px;
    height: 20px;
    content: '';
    display: block;
    position: absolute;
    top: -0.65em;
    left: -0.53em;
    background-image: url(../img/common/ico_quotation.svg);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 100%; }
  .hl_copy span {
    display: inline-block;
    padding: 27px 8px 10px 6px;
    background-color: #fff;
    border-radius: 5px; }
    .hl_copy span:last-of-type {
      margin-right: 10px;
      padding-bottom: 20px; }

@media screen and (max-width: 800px) {
  .hl_copy {
    font-size: 18px;
    font-weight: 500;
    margin-top: 32px;
    writing-mode: horizontal-tb; }
    .hl_copy::before {
      width: 16px;
      height: 13px;
      top: -0.3em;
      left: -0.65em; }
    .hl_copy span {
      padding: 6px 4px 6px 16px; }
      .hl_copy span:last-of-type {
        margin-right: 0;
        margin-top: 5px;
        padding-right: 12px;
        padding-bottom: 6px; } }
.page_title {
  text-align: center;
  position: relative;
  margin-bottom: 118px; }
  .page_title::before, .page_title::after {
    width: 36vw;
    height: 175px;
    max-width: 504px;
    content: '';
    position: absolute;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: 100% auto; }
  .page_title::before {
    left: 80px;
    background-position: 0 100%; }
  .page_title::after {
    right: 80px;
    background-position: 100% 100%; }
  .page_title_inner {
    position: relative;
    padding: 87px 0 138px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center; }
    .page_title_inner::before {
      width: 100%;
      height: 100%;
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      background-color: var(--c_base2);
      background-image: url(../img/common/bg_nami.png);
      background-repeat: repeat-x;
      background-size: 60px;
      background-position: left bottom;
      z-index: -1; }
    .page_title_inner::after {
      width: 100%;
      height: 56px;
      content: '';
      display: block;
      margin: 0 auto 40px;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      order: -1; }
  .page_title h1 {
    font-size: 34px;
    letter-spacing: 0.1em;
    position: relative;
    margin-bottom: 22px;
    z-index: 1; }
    .page_title h1::before, .page_title h1::after {
      width: 178px;
      height: 86px;
      content: '';
      display: block;
      position: absolute;
      top: -27px;
      background-image: url(../img/common/ico_quotation.svg);
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: 28px auto; }
    .page_title h1::before {
      right: 50%; }
    .page_title h1::after {
      left: 50%;
      transform: scale(-100%, -100%); }
  .page_title .en {
    color: #aaa;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    position: relative;
    z-index: 1; }

@media screen and (max-width: 1200px) {
  .page_title_inner {
    padding: 42px 0 100px; } }
@media screen and (max-width: 800px) {
  .page_title {
    margin-bottom: 72px; }
    .page_title::before, .page_title::after {
      width: 150px;
      height: 97px;
      bottom: -26px; }
    .page_title::before {
      left: 0 !important;
      background-image: url(../img/common/tit_illust01_sp.png); }
    .page_title::after {
      right: 0 !important;
      background-image: url(../img/common/tit_illust02_sp.png); }
    .page_title_inner {
      padding: 113px 0 74px; }
      .page_title_inner::before {
        background-size: 30px; }
      .page_title_inner::after {
        margin-bottom: 16px; }
    .page_title h1 {
      font-size: 23px;
      margin-bottom: 12px; }
      .page_title h1::before, .page_title h1::after {
        width: 114px;
        height: 52px;
        top: -17px;
        background-size: 18px auto; }
    .page_title .en {
      font-size: 10px; } }
.page_intro {
  width: calc(100% - 160px);
  max-width: 800px;
  position: relative;
  margin: 0 auto 88px;
  padding-top: 26px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: center;
  z-index: 5; }
  .page_intro .hl {
    font-size: 38px;
    letter-spacing: 0.15em;
    position: relative;
    margin-bottom: 45px; }
    .page_intro .hl::before {
      width: 27px;
      height: 22px;
      content: '';
      display: block;
      position: absolute;
      top: -35px;
      left: -50px;
      background-image: url(../img/common/ico_quotation.svg);
      background-repeat: no-repeat;
      background-position: 100% 100%;
      background-size: 100% auto; }
    .page_intro .hl span {
      color: var(--c_key1); }
  .page_intro .desc {
    font-size: 17px;
    line-height: 2.7;
    letter-spacing: 0.12em; }

@media screen and (max-width: 800px) {
  .page_intro {
    width: 80.7692%;
    margin-bottom: 38px;
    padding-top: 5px; }
    .page_intro .hl {
      font-size: 21px;
      line-height: 1.8;
      margin-bottom: 24px;
      padding-left: 10px; }
      .page_intro .hl::before {
        width: 17px;
        height: 14px;
        top: -26px;
        left: -20px; }
    .page_intro .desc {
      font-size: 14px;
      line-height: 2.42; } }
:root {
  --c_base1: #222;
  --c_base2: #f2f2f2;
  --c_base3: #e4e4e4;
  --c_key1: #3bb077; }

html {
  font-size: 10px; }

body {
  color: #222;
  line-height: 1;
  font-family: 'Outfit', 'Zen Kaku Gothic New', "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3","MS PGothic","MS Pゴシック",sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt"; }

@media screen and (max-width: 1200px) {
  body::before {
    height: 380px; } }
@media screen and (min-width: 800px) {
  .pc_off {
    display: none !important; } }
@media screen and (max-width: 800px) {
  body {
    font-weight: 500;
    min-width: 320px; }

  .sp_off {
    display: none !important; } }
/* ========================================

header

======================================== */
.header {
  width: 100%;
  position: relative;
  padding: 20px 0;
  padding-left: calc(clamp(210px, 25vw, 370px) + clamp(20px, 2.59vw, 40px));
  padding-right: calc(clamp(136px, 11vw, 170px) + clamp(20px, 2.59vw, 40px));
  background-color: var(--c_base2);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end; }
  .header .logo {
    width: 24.026%;
    width: clamp(210px, 25vw, 370px);
    position: absolute;
    top: 0;
    left: 0;
    padding: clamp(0px, 4.318vw, 66px) 0;
    background-color: #fff;
    border-radius: 0 0 clamp(48px, 4.87vw, 75px);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    z-index: 2; }
    .header .logo a {
      width: 69.1892%;
      max-width: 256px;
      display: block; }
      .header .logo a:hover {
        opacity: 0.7; }
      .header .logo a img {
        width: 100%;
        height: auto; }
  .header_nav {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center; }
    .header_nav_main {
      width: calc(100% - clamp(172px, 14.2vw, 220px) - clamp(20px, 2.5vw, 40px));
      max-width: 640px;
      margin-right: clamp(20px, 2.5vw, 40px);
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .header_nav_main li {
        font-size: clamp(14px, 1.0389vw, 16px);
        font-weight: 500;
        letter-spacing: 0.06em; }
        .header_nav_main li a {
          display: flex;
          flex-wrap: wrap;
          align-items: center; }
          .header_nav_main li a::before {
            width: 7px;
            height: 7px;
            content: '';
            display: block;
            margin-right: clamp(8px, 0.844vw, 13px);
            background-color: #ccc;
            border-radius: 50%;
            transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1); }
          .header_nav_main li a:hover::before {
            background-color: var(--c_key1);
            transform: scale(1.4285); }
    .header_nav .btn_contact {
      width: clamp(172px, 14.2vw, 220px);
      height: 60px; }
      .header_nav .btn_contact a {
        color: #fff;
        font-size: clamp(13px, 0.974vw, 15px);
        letter-spacing: 0.08em;
        width: 100%;
        height: 100%;
        display: block;
        padding-right: 8px;
        background-color: var(--c_base1);
        border-radius: 30px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center; }
        .header_nav .btn_contact a::before {
          width: 17px;
          height: 16px;
          content: '';
          display: block;
          margin-right: 12px;
          background-image: url(../img/common/head_btn_contact.png);
          background-repeat: no-repeat;
          background-size: 100%;
          background-position: 0 50%; }
        .header_nav .btn_contact a:hover {
          background-color: var(--c_key1); }
  .header .btn_fix {
    display: none; }
  .header .fix_btn_line {
    width: clamp(136px, 11vw, 170px);
    height: 150px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
    transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1); }
    .header .fix_btn_line.out {
      opacity: 0;
      visibility: hidden; }
    .header .fix_btn_line a {
      color: #fff;
      font-size: 15px;
      font-weight: 400;
      line-height: 1.3;
      letter-spacing: 0.06em;
      width: 100%;
      height: 100%;
      display: block;
      padding: 0 0 9px 15px;
      background-color: var(--c_key1);
      border-radius: 0 0 0 50px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      flex-wrap: nowrap;
      flex-direction: column; }
      .header .fix_btn_line a p {
        text-align: center; }
        .header .fix_btn_line a p::before {
          width: 100%;
          height: 49px;
          content: '';
          display: block;
          margin: 0 auto 13px;
          background-image: url(../img/common/btn_line_ico.png);
          background-repeat: no-repeat;
          background-size: contain;
          background-position: 10% 100%; }
        .header .fix_btn_line a p span {
          letter-spacing: 0.12em;
          display: inline; }
      .header .fix_btn_line a:hover {
        background-color: #00b900; }
  .header .btn_nav {
    width: 80px;
    height: calc(100vh - 300px);
    position: fixed;
    top: 150px;
    right: 0;
    z-index: 9999;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    .header .btn_nav_inner {
      width: 100%;
      height: 190px;
      cursor: pointer;
      position: relative;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
    .header .btn_nav .title {
      font-size: 12px;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      writing-mode: vertical-rl;
      height: 7em;
      margin-top: 37px;
      opacity: 1; }
    .header .btn_nav .menu {
      width: 30px;
      height: 18px;
      position: relative;
      cursor: pointer; }
      .header .btn_nav .menu span {
        width: 30px;
        height: 2px;
        display: block;
        position: absolute;
        background-color: var(--c_base1);
        border-radius: 1px; }
        .header .btn_nav .menu span.t, .header .btn_nav .menu span.b {
          background-color: transparent;
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between; }
          .header .btn_nav .menu span.t::before, .header .btn_nav .menu span.t::after, .header .btn_nav .menu span.b::before, .header .btn_nav .menu span.b::after {
            width: 22px;
            height: 100%;
            content: '';
            display: block;
            background-color: var(--c_base1);
            border-radius: 1px; }
          .header .btn_nav .menu span.t::before, .header .btn_nav .menu span.b::before {
            width: 4px; }
        .header .btn_nav .menu span.t {
          top: 0;
          animation: btn_nav_top_off cubic-bezier(0.33, 1, 0.68, 1) 0.4s forwards; }
        .header .btn_nav .menu span.m {
          top: calc(50% - 1px);
          transition-delay: 0.2s; }
        .header .btn_nav .menu span.b {
          top: calc(100% - 2px);
          animation: btn_nav_bottom_off cubic-bezier(0.33, 1, 0.68, 1) 0.4s forwards; }
          .header .btn_nav .menu span.b::after {
            order: -1; }
  body.nav_active {
    overflow: hidden; }
    body.nav_active .header .btn_nav .menu span.m {
      opacity: 0; }
    body.nav_active .header .btn_nav .menu span.t {
      animation: btn_nav_top_on cubic-bezier(0.33, 1, 0.68, 1) 0.4s forwards; }
    body.nav_active .header .btn_nav .menu span.b {
      background-color: var(--c_base1);
      animation: btn_nav_bottom_on cubic-bezier(0.33, 1, 0.68, 1) 0.4s forwards; }

@keyframes btn_nav_top_off {
  0% {
    top: calc(50% - 1px);
    transform: rotate(45deg); }
  50% {
    top: calc(50% - 1px);
    transform: rotate(0deg); }
  100% {
    top: 0;
    transform: rotate(0deg); } }
@keyframes btn_nav_top_on {
  0% {
    top: 0;
    transform: rotate(0deg); }
  50% {
    top: calc(50% - 1px);
    transform: rotate(0deg); }
  100% {
    top: calc(50% - 1px);
    transform: rotate(45deg); } }
@keyframes btn_nav_bottom_off {
  0% {
    top: calc(50% - 1px);
    transform: rotate(-45deg);
    background-color: var(--c_base1); }
  50% {
    top: calc(50% - 1px);
    transform: rotate(0deg); }
  100% {
    top: calc(100% - 2px);
    transform: rotate(0deg); } }
@keyframes btn_nav_bottom_on {
  0% {
    top: calc(100% - 2px);
    transform: rotate(0deg); }
  50% {
    top: calc(50% - 1px);
    transform: rotate(0deg); }
  100% {
    top: calc(50% - 1px);
    transform: rotate(-45deg); } }
@media screen and (max-height: 850px) {
  .header .logo {
    width: 20%;
    padding: clamp(0px, 3vw, 66px) 0; } }
@media screen and (max-width: 1200px) {
  .header {
    height: 80px;
    padding-left: calc(clamp(160px, 18.33334%, 220px) + clamp(15px, 2.5vw, 30px));
    padding-right: calc(120px + clamp(15px, 2.5vw, 30px)); }
    .header .logo {
      width: 18.33334%;
      max-width: 220px; }
    .header_nav_main {
      width: calc(100% - clamp(20px, 2.5vw, 40px) - 150px); }
      .header_nav_main li {
        font-size: clamp(13px, 1.1666vw, 14px); }
    .header_nav .btn_contact {
      width: 150px;
      height: 40px; }
      .header_nav .btn_contact a {
        padding-right: 0; }
    .header .fix_btn_line {
      width: 120px; }
      .header .fix_btn_line a {
        font-size: 13px;
        padding-left: 7px; } }
@media screen and (max-width: 1000px) {
  .header {
    padding: 0; }
    .header_nav {
      display: none; } }
@media screen and (max-width: 800px) {
  .header {
    height: auto; }
    .header .logo {
      width: 160px;
      height: 125px;
      padding: 0;
      border-radius: 0 0 30px; }
      .header .logo a {
        width: 73.125%; }
    .header .fix_btn_line {
      display: none;
      width: 270px;
      height: 65px;
      top: auto;
      bottom: 0; }
      .header .fix_btn_line a {
        font-size: 15px;
        padding: 2px 0 0 18px;
        border-radius: 10px 0 0; }
        .header .fix_btn_line a p {
          width: 100%;
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
          align-items: center; }
          .header .fix_btn_line a p::before {
            width: 46px;
            height: 42px;
            content: '';
            display: block;
            margin: 1px 10px 0 0;
            background-size: cover;
            background-position: 100% 100%; }
    .header .btn_fix {
      color: #fff;
      font-size: 12px;
      line-height: 1.25;
      letter-spacing: 0.06em;
      width: 100%;
      height: 65px;
      overflow: hidden;
      position: fixed;
      right: 0;
      bottom: 0;
      border-radius: 10px 0 0 0;
      display: flex;
      flex-wrap: wrap;
      z-index: 20;
      transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1); }
      .header .btn_fix.out {
        opacity: 0;
        visibility: hidden; }
      .header .btn_fix a {
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center; }
      .header .btn_fix_tel {
        width: 19.2306vw; }
        .header .btn_fix_tel a {
          background-color: #e4e4e4; }
          .header .btn_fix_tel a p {
            width: 38px;
            height: 33px;
            display: block;
            overflow: hidden;
            text-indent: 100%;
            white-space: nowrap;
            margin-left: 4px;
            background-image: url(../img/common/btn_tel_ico.png);
            background-repeat: no-repeat;
            background-size: contain;
            background-position: 50% 50%; }
      .header .btn_fix_form {
        width: 40.3847vw; }
        .header .btn_fix_form a {
          background-color: var(--c_key1); }
          .header .btn_fix_form a::before {
            width: 42px;
            height: 30px;
            content: '';
            display: block;
            margin-right: 8px;
            background-image: url(../img/common/btn_form_ico.png);
            background-repeat: no-repeat;
            background-size: contain;
            background-position: 50% 50%; }
      .header .btn_fix_line {
        width: 40.3847vw; }
        .header .btn_fix_line a {
          background-color: #00b900; }
          .header .btn_fix_line a::before {
            width: 38px;
            height: 36px;
            content: '';
            display: block;
            margin-right: 8px;
            background-image: url(../img/common/btn_line_ico_sp.png);
            background-repeat: no-repeat;
            background-size: contain;
            background-position: 50% 50%; }
    .header .btn_nav {
      width: 65px;
      height: 58px;
      top: 0;
      border-radius: 0 0 0 15px;
      background-color: var(--c_base1); }
      .header .btn_nav_inner {
        width: 100%;
        height: 100%; }
      .header .btn_nav .title {
        display: none; }
      .header .btn_nav .menu span.m {
        background-color: #fff; }
      .header .btn_nav .menu span.t::before, .header .btn_nav .menu span.t::after, .header .btn_nav .menu span.b::before, .header .btn_nav .menu span.b::after {
        background-color: #fff; }
    body.nav_active .header .btn_nav .menu span.b {
      background-color: #fff; } }
/* ========================================

nav_global

======================================== */
.nav_global {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  padding: 0 80px;
  background-color: var(--c_base2);
  border-radius: 0 0 0 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1); }
  .nav_global .img {
    width: 45.1949%;
    margin-right: 7.013%; }
  .nav_global_inner {
    width: 380px; }
  .nav_global_main {
    margin-bottom: 2px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .nav_global_main li {
      width: 41.0527%;
      margin-bottom: 40px; }
      .nav_global_main li:nth-child(odd) {
        width: 47.3685%;
        margin-right: 10.5264%; }
      .nav_global_main li a {
        font-size: 18px;
        position: relative;
        padding-left: 1.66em;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column; }
        .nav_global_main li a::before {
          width: 7px;
          height: 7px;
          content: '';
          display: block;
          position: absolute;
          top: calc(0.5em - 3.5px);
          left: 0;
          background-color: #ccc;
          border-radius: 50%;
          transform-origin: 50% 50%;
          transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1); }
        .nav_global_main li a .jp {
          font-weight: 500;
          letter-spacing: 0.08em;
          margin-bottom: 12px; }
        .nav_global_main li a .en {
          color: #aaaaaa;
          font-size: 10px;
          text-transform: uppercase;
          letter-spacing: 0.12em;
          padding-left: 2px; }
        .nav_global_main li a:hover::before {
          background-color: var(--c_key1);
          transform: scale(1.4285); }
        .nav_global_main li a:hover .en {
          color: var(--c_key1); }
  .nav_global_guide {
    margin-bottom: 53px; }
    .nav_global_guide_item {
      width: 100%;
      height: 100px; }
      .nav_global_guide_item:not(:last-of-type) {
        margin-bottom: 10px; }
      .nav_global_guide_item a {
        width: 100%;
        height: 100%;
        display: block;
        padding-left: clamp(30px, 2.987vw, 46px);
        background-color: #fff;
        border-radius: 100px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center; }
        .nav_global_guide_item a::before {
          width: 35px;
          content: '';
          display: block;
          margin-right: clamp(16px, 1.948vw, 30px);
          background-repeat: no-repeat;
          background-position: 50% 50%;
          background-size: auto 100%; }
        .nav_global_guide_item a .txt {
          display: flex;
          flex-wrap: wrap;
          flex-direction: column; }
          .nav_global_guide_item a .txt .jp {
            font-size: 18px;
            font-weight: 500;
            letter-spacing: 0.08em;
            margin-bottom: 10px; }
          .nav_global_guide_item a .txt .en {
            color: #aaa;
            font-size: 11px;
            text-transform: uppercase;
            letter-spacing: 0.18em;
            transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1); }
        .nav_global_guide_item a .ico_arrow {
          margin-left: auto;
          margin-right: clamp(30px, 2.5974vw, 40px); }
        .nav_global_guide_item a:hover .en {
          color: var(--c_key1); }
      .nav_global_guide_item.nav_room a::before {
        height: 30px;
        background-image: url(../img/common/foot_nav_room.png); }
      .nav_global_guide_item.nav_price a::before {
        height: 28px;
        background-image: url(../img/common/foot_nav_price.png);
        background-position: 100% 50%; }
  .nav_global_tel {
    display: flex;
    flex-wrap: wrap; }
    .nav_global_tel::before {
      width: 53px;
      height: 40px;
      content: '';
      display: block;
      margin-right: 20px;
      background-image: url(../img/common/grobal_ico_tel.png);
      background-repeat: no-repeat;
      background-position: 0;
      background-size: 100% auto; }
    .nav_global_tel h2 {
      margin-bottom: 27px; }
      .nav_global_tel h2 .jp {
        font-size: 17px;
        font-weight: 500;
        letter-spacing: 0.06em;
        display: block;
        margin-bottom: 11px; }
      .nav_global_tel h2 .en {
        color: #aaa;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 0.18em;
        display: block; }
    .nav_global_tel .num {
      font-size: 48px;
      letter-spacing: 0.09em;
      margin-bottom: 14px; }
    .nav_global_tel .note {
      font-size: 13px;
      font-weight: 500;
      letter-spacing: 0.06em; }
  body.nav_active .nav_global {
    opacity: 1;
    visibility: visible;
    z-index: 888; }

@media screen and (max-width: 1000px) {
  .nav_global .img {
    display: none; }
  .nav_global_inner {
    width: 100%;
    max-width: 380px; } }
@media screen and (max-width: 800px) {
  .nav_global {
    padding: 0 0 calc(env(safe-area-inset-bottom) / 1.5 + 65px);
    border-radius: 0; }
    .nav_global_inner {
      width: 79.4872%; }
    .nav_global_main {
      margin-bottom: 0; }
      .nav_global_main li {
        margin-bottom: 35px; }
        .nav_global_main li a {
          font-size: 15px; }
          .nav_global_main li a .jp {
            margin-bottom: 10px; }
          .nav_global_main li a .en {
            transform-origin: 0% 50%;
            transform: scale(0.9); }
    .nav_global_guide {
      margin-bottom: 36px; }
      .nav_global_guide_item {
        height: 70px; }
        .nav_global_guide_item:not(:last-of-type) {
          margin-bottom: 20px; }
        .nav_global_guide_item a {
          padding-left: clamp(33px, 8.974vw, 35px); }
          .nav_global_guide_item a::before {
            margin-right: clamp(16px, 4.615vw, 18px); }
          .nav_global_guide_item a .txt .jp {
            font-size: clamp(13.5px, 3.846vw, 15px);
            margin-bottom: 6px; }
          .nav_global_guide_item a .txt .en {
            transform-origin: 0% 50%;
            transform: scale(0.9); }
          .nav_global_guide_item a .ico_arrow {
            margin-right: clamp(30px, 8.205vw, 30px); }
            .nav_global_guide_item a .ico_arrow span {
              width: 18px; }
        .nav_global_guide_item.room a::before {
          margin-bottom: 5px; }
    .nav_global_tel {
      margin-bottom: 3px; }
      .nav_global_tel::before {
        width: 38px;
        height: 38px;
        margin-right: 15px; }
      .nav_global_tel h2 {
        display: none; }
      .nav_global_tel .num {
        font-size: clamp(32px, 8.4179vw, 34px);
        letter-spacing: 0.09em;
        margin-bottom: 8px; }
      .nav_global_tel .note {
        font-size: 10px;
        width: 100%;
        margin-left: 53px; }
        .nav_global_tel .note span {
          display: none; } }
/* ========================================

footer

======================================== */
.footer {
  position: relative;
  padding-top: 200px; }
  .footer::before, .footer::after {
    width: 100%;
    height: 718px;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background-position: center bottom;
    z-index: 0; }
  .footer::before {
    background-image: url(../img/common/foot_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover; }
  .footer::after {
    background-image: url(../img/common/bg_nami.png);
    background-repeat: repeat-x;
    background-size: 60px;
    transform: rotate(180deg); }
  .footer_inner {
    width: calc(100% - 160px);
    position: relative;
    margin: 0 auto;
    background-color: #f4f4f4;
    border-radius: 50px 50px 25px 25px;
    z-index: 1; }
    .footer_inner::before, .footer_inner::after {
      content: '';
      display: block;
      position: absolute;
      background-repeat: no-repeat;
      background-size: 100%; }
    .footer_inner::before {
      width: 452px;
      height: 230px;
      left: -80px;
      bottom: -80px;
      background-image: url(../img/common/foot_illust01.png);
      background-position: 0% 100%; }
    .footer_inner::after {
      width: 420px;
      height: 239px;
      right: -80px;
      bottom: -60px;
      background-image: url(../img/common/foot_illust02.png);
      background-position: 100% 100%; }
  .footer .pagetop {
    font-size: 12px;
    width: 80px;
    height: 100%;
    position: absolute;
    left: -80px;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
    .footer .pagetop a {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
      .footer .pagetop a .txt {
        letter-spacing: 0.1em;
        writing-mode: vertical-rl;
        order: 2; }
      .footer .pagetop a .ico_arrow {
        transform: rotate(-90deg);
        transform-origin: 50% 50%;
        margin-bottom: 34px; }
        .footer .pagetop a .ico_arrow > span {
          width: 40px; }
  .footer_contact {
    position: relative;
    margin: 0 auto;
    padding: clamp(0px, 4.22vw, 65px) clamp(0px, 5.194805vw, 80px) clamp(44px, 4.54545vw, 70px);
    border-bottom: 1px solid #dedede; }
    .footer_contact_inner {
      width: 100%;
      padding-left: calc(38px + (clamp(20px, 1.688vw, 26px) * 2) + clamp(0px, 3.24675vw, 52px) + clamp(0px, 3.37662vw, 50px));
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center; }
    .footer_contact .hl_copy {
      position: absolute;
      top: 0;
      left: calc(clamp(0px, 5.194805vw, 80px));
      margin-top: -64px; }
    .footer_contact .hl_en_rl {
      position: absolute;
      top: -100px;
      left: calc(clamp(0px, 5.194805vw, 80px) + 38px + (clamp(20px, 1.688vw, 26px) * 2) + clamp(0px, 3.8%, 52px)); }
    .footer_contact_tel h2 {
      margin-bottom: 31px; }
      .footer_contact_tel h2::before {
        width: 74px;
        height: 57px;
        content: '';
        display: block;
        margin-bottom: 37px;
        background-image: url(../img/common/foot_contact_tel.png);
        background-repeat: no-repeat;
        background-position: 0;
        background-size: 100% auto; }
      .footer_contact_tel h2 .jp {
        font-size: 17px;
        font-weight: 500;
        letter-spacing: 0.06em;
        display: block;
        margin-bottom: 17px; }
      .footer_contact_tel h2 .en {
        color: #aaa;
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 0.18em;
        display: block; }
    .footer_contact_tel .num {
      font-size: clamp(38px, 3.116vw, 48px);
      letter-spacing: 0.09em;
      margin-bottom: 20px; }
    .footer_contact_tel .note {
      font-size: clamp(11px, 0.909vw, 14px);
      font-weight: 500;
      letter-spacing: 0.06em; }
    .footer_contact_btn {
      width: 57.7665%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .footer_contact_btn li {
        text-align: center;
        width: 47.8992%;
        padding: 33px 0 25px;
        background-color: #fff;
        border-radius: 10px; }
        .footer_contact_btn li::before {
          width: 100%;
          height: 57px;
          content: '';
          display: block;
          margin: 0 auto 20px;
          background-repeat: no-repeat;
          background-position: 50% 50%;
          background-size: 100% auto; }
        .footer_contact_btn li.btn_mail::before {
          width: 70px;
          background-image: url(../img/common/foot_contact_mail.png); }
        .footer_contact_btn li.btn_line::before {
          width: 90px;
          background-image: url(../img/common/foot_contact_line.png); }
        .footer_contact_btn li h2 {
          margin-bottom: 26px; }
          .footer_contact_btn li h2 .jp {
            font-size: clamp(13px, 0.974vw, 15px);
            font-weight: 500;
            line-height: 1.625;
            letter-spacing: 0.06em;
            display: block;
            margin-bottom: 14px; }
          .footer_contact_btn li h2 .en {
            color: #aaa;
            font-size: 11px;
            text-transform: uppercase;
            letter-spacing: 0.18em;
            display: block; }
        .footer_contact_btn li .btn_base {
          width: 80.7018%;
          max-width: 300px;
          height: 50px;
          margin: 0 auto; }
          .footer_contact_btn li .btn_base a {
            font-size: 14px;
            letter-spacing: 0;
            padding-right: 0; }
            .footer_contact_btn li .btn_base a .en_r, .footer_contact_btn li .btn_base a .page_title .en, .page_title .footer_contact_btn li .btn_base a .en, .footer_contact_btn li .btn_base .header .fix_btn_line a p span, .header .fix_btn_line .footer_contact_btn li .btn_base a p span, .footer_contact_btn .nav_global_main li .btn_base a .en, .nav_global_main .footer_contact_btn li .btn_base a .en, .nav_global_tel h2 .footer_contact_btn li .btn_base a .en, .footer_contact_tel h2 .footer_contact_btn li .btn_base a .en, .footer_contact_btn li .btn_base a h2 .en, .footer_contact_btn li h2 .btn_base a .en, .footer_contact_btn .footer_main_nav ul li .btn_base a .en, .footer_main_nav ul .footer_contact_btn li .btn_base a .en {
              letter-spacing: 0.12em; }
            .footer_contact_btn li .btn_base a .ico_arrow {
              right: 25px;
              right: clamp(12px, 1.62337vw, 25px); }
              .footer_contact_btn li .btn_base a .ico_arrow > span {
                width: 14px; }
  .footer_main {
    position: relative;
    z-index: 5; }
    .footer_main_inner {
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      align-items: center; }
    .footer_main_info {
      margin-right: auto;
      padding-left: clamp(0px, 5.194805vw, 80px); }
      .footer_main_info .logo {
        width: 90%;
        max-width: 256px;
        margin-bottom: 36px; }
      .footer_main_info .access {
        font-size: clamp(12px, 0.909vw, 14px);
        line-height: 2;
        letter-spacing: 0.08em; }
        .footer_main_info .access a {
          margin-left: 1.2em;
          padding-left: 14px;
          background-image: url(../img/common/foot_access_ico.png);
          background-repeat: no-repeat;
          background-size: 10px;
          background-position: 0 calc(50% - 1px); }
          .footer_main_info .access a:hover {
            color: var(--c_key1); }
    .footer_main_nav {
      width: 35.144927%;
      max-width: 490px; }
      .footer_main_nav ul {
        margin-left: 16px;
        display: flex;
        flex-wrap: wrap; }
        .footer_main_nav ul li {
          width: 50%;
          margin-bottom: 40px; }
          .footer_main_nav ul li a {
            font-size: clamp(13px, 1.1688vw, 18px);
            position: relative;
            padding-left: 1.66em;
            display: flex;
            flex-wrap: wrap;
            flex-direction: column; }
            .footer_main_nav ul li a::before {
              width: 7px;
              height: 7px;
              content: '';
              display: block;
              position: absolute;
              top: calc(0.5em - 3.5px);
              left: 0;
              background-color: #ccc;
              border-radius: 50%;
              transform-origin: 50% 50%;
              transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1); }
            .footer_main_nav ul li a .jp {
              font-weight: 500;
              letter-spacing: 0.08em;
              margin-bottom: 12px; }
            .footer_main_nav ul li a .en {
              color: #aaaaaa;
              font-size: 10px;
              text-transform: uppercase;
              letter-spacing: 0.12em;
              padding-left: 2px; }
            .footer_main_nav ul li a:hover::before {
              background-color: var(--c_key1);
              transform: scale(1.4285); }
            .footer_main_nav ul li a:hover .en {
              color: var(--c_key1); }
      .footer_main_nav .note {
        font-size: clamp(12px, 0.909vw, 14px);
        text-align: center;
        letter-spacing: 0.1em;
        padding: 13px clamp(15px, 1.948vw, 30px) 13px clamp(10px, 1.4285vw, 22px);
        display: inline-block;
        background-color: var(--c_base3);
        border-radius: 20px; }
        .footer_main_nav .note span:first-of-type {
          margin-right: 1.6em; }
        .footer_main_nav .note b {
          font-weight: 600;
          letter-spacing: 0.11em;
          margin-right: 5px; }
          .footer_main_nav .note b:last-child {
            margin-right: 18px; }
    .footer_main_guide {
      width: 33.4058%;
      border-left: 1px solid #dedede; }
      .footer_main_guide_item:first-of-type {
        border-bottom: 1px solid #dedede; }
      .footer_main_guide_item a {
        width: 100%;
        height: 200px;
        display: block;
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center; }
        .footer_main_guide_item a::before {
          content: '';
          display: block;
          background-repeat: no-repeat;
          background-position: 0 0;
          background-size: 100%; }
        .footer_main_guide_item a::before {
          width: 35px;
          height: 30px;
          background-image: url(../img/common/foot_nav_room.png); }
        .footer_main_guide_item a .txt {
          margin-right: 30px;
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
          align-items: center;
          flex-direction: column; }
        .footer_main_guide_item a .jp {
          font-size: 18px;
          font-size: clamp(16px, 1.1688vw, 20px);
          font-weight: 500;
          letter-spacing: 0.08em;
          margin-bottom: 14px; }
        .footer_main_guide_item a .en {
          color: #aaa;
          font-size: 11px;
          text-transform: uppercase;
          letter-spacing: 0.18em;
          transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1); }
        .footer_main_guide_item a .ico_arrow {
          margin-bottom: 26px; }
        .footer_main_guide_item a:hover .en {
          color: var(--c_key1); }
      .footer_main_guide_item.nav_room a::before {
        width: 35px;
        height: 30px;
        margin-right: 8px;
        margin-bottom: 30px;
        background-image: url(../img/common/foot_nav_room.png); }
      .footer_main_guide_item.nav_price a::before {
        width: 28px;
        height: 28px;
        margin-right: 16px;
        margin-bottom: 28px;
        background-image: url(../img/common/foot_nav_price.png); }
  .footer .copyright {
    color: #fff;
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    height: 80px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    z-index: 2; }

@media screen and (max-width: 1200px) {
  .footer {
    padding-top: 100px; }
    .footer_inner::before {
      width: 43.46154%;
      height: 230px; }
    .footer_inner::after {
      width: 40.38462%;
      height: 239px; }
    .footer_contact .hl_copy,
    .footer_contact .hl_en_rl {
      display: none; }
    .footer_contact_inner {
      padding-left: 0; }
    .footer_contact_btn li .btn_base a .ico_arrow {
      right: 20px;
      transform: scale(0.8); }
    .footer_main {
      padding-top: clamp(30px, 5vw, 60px); }
      .footer_main_nav {
        width: 50%;
        padding-right: clamp(0px, 5.194805vw, 80px); }
        .footer_main_nav .note {
          display: block; }
      .footer_main_guide {
        width: 100%;
        margin-top: clamp(30px, 5vw, 60px);
        border-top: 1px solid #dedede;
        display: flex;
        flex-wrap: wrap;
        border-left: none; }
        .footer_main_guide_item {
          width: 50%; }
          .footer_main_guide_item:first-of-type {
            border-bottom: none;
            border-right: 1px solid #dedede; } }
@media screen and (max-width: 1000px) {
  .footer_contact_tel {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center; }
    .footer_contact_tel h2::before {
      margin-right: auto;
      margin-left: auto;
      transform: translateX(22px); }
  .footer_contact_btn {
    width: 100%;
    margin-top: 5.194805vw; }
  .footer_main_nav ul li {
    margin-bottom: 30px; }
  .footer_main_nav .note span {
    display: block; }
    .footer_main_nav .note span:first-of-type {
      margin-right: 0;
      margin-bottom: 0.4em; } }
@media screen and (max-width: 800px) {
  .footer {
    margin-top: 70px;
    padding-top: 88px;
    padding-top: 145px;
    background-image: url(../img/common/foot_bg02_sp.jpg);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 800px; }
    .footer::before, .footer::after {
      width: 100%;
      height: 230px;
      top: 54px;
      bottom: auto; }
    .footer::before {
      height: 230px;
      background-image: url(../img/common/foot_bg01_sp.jpg); }
    .footer::after {
      background-size: 30px; }
    .footer_inner {
      width: 100%;
      border-radius: 50px 50px 25px 25px; }
      .footer_inner::before, .footer_inner::after {
        display: none; }
    .footer .pagetop {
      display: none; }
    .footer_contact {
      padding: 50px 0 0;
      border-bottom: none; }
      .footer_contact_inner {
        width: 84.6154%;
        margin: 0 auto; }
      .footer_contact .hl_copy {
        margin-top: -100px;
        left: 8.4615%;
        display: flex;
        flex-wrap: wrap; }
      .footer_contact .hl_en_rl {
        position: absolute;
        top: -145px;
        left: 8.4615%;
        display: flex;
        flex-wrap: wrap; }
      .footer_contact_tel {
        align-items: flex-start;
        align-content: center; }
        .footer_contact_tel h2 {
          margin-bottom: 18px; }
          .footer_contact_tel h2::before {
            width: 50px;
            height: 39px;
            margin: 0;
            margin-bottom: 26px;
            transform: none; }
          .footer_contact_tel h2 .jp {
            font-size: 14px;
            margin-bottom: 12px; }
          .footer_contact_tel h2 .en {
            font-size: 10px;
            text-transform: uppercase;
            letter-spacing: 0.18em;
            transform-origin: 0% 50%;
            transform: scale(0.9); }
        .footer_contact_tel .num {
          font-size: 36px;
          letter-spacing: 0.09em;
          margin-bottom: 12px; }
        .footer_contact_tel .note {
          font-size: 11px;
          letter-spacing: 0.06em; }
      .footer_contact_btn {
        margin-top: 43px;
        display: block; }
        .footer_contact_btn li {
          text-align: left;
          width: 100%;
          padding: 26px 0 30px;
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
          align-items: center; }
          .footer_contact_btn li:first-of-type {
            margin-bottom: 20px; }
          .footer_contact_btn li::before {
            height: 57px;
            margin: 0 30px 0 4px;
            background-size: auto 100%; }
          .footer_contact_btn li.btn_mail::before {
            width: 68px;
            height: 44px;
            margin-bottom: 6px; }
          .footer_contact_btn li.btn_line::before {
            width: 68px;
            height: 45px;
            margin-bottom: 5px; }
          .footer_contact_btn li h2 {
            min-width: 160px;
            margin-bottom: 0; }
            .footer_contact_btn li h2 .jp {
              font-size: 12px;
              margin-bottom: 8px; }
            .footer_contact_btn li h2 .en {
              font-size: 10px;
              transform-origin: 0% 50%;
              transform: scale(0.9); }
          .footer_contact_btn li .btn_base {
            width: 81.81818%;
            max-width: none;
            height: 45px;
            margin-top: 27px; }
            .footer_contact_btn li .btn_base a {
              font-size: 12px;
              letter-spacing: 0;
              padding-right: 0; }
              .footer_contact_btn li .btn_base a .en_r, .footer_contact_btn li .btn_base a .page_title .en, .page_title .footer_contact_btn li .btn_base a .en, .footer_contact_btn li .btn_base .header .fix_btn_line a p span, .header .fix_btn_line .footer_contact_btn li .btn_base a p span, .footer_contact_btn .nav_global_main li .btn_base a .en, .nav_global_main .footer_contact_btn li .btn_base a .en, .nav_global_tel h2 .footer_contact_btn li .btn_base a .en, .footer_contact_tel h2 .footer_contact_btn li .btn_base a .en, .footer_contact_btn li .btn_base a h2 .en, .footer_contact_btn li h2 .btn_base a .en, .footer_contact_btn .footer_main_nav ul li .btn_base a .en, .footer_main_nav ul .footer_contact_btn li .btn_base a .en {
                letter-spacing: 0.12em; }
              .footer_contact_btn li .btn_base a .ico_arrow {
                right: 25px;
                transform: scale(1); }
    .footer_main {
      padding-top: 60px; }
      .footer_main_info {
        width: 79.4872%;
        margin: 0 auto;
        padding-left: 0; }
        .footer_main_info .logo {
          max-width: 200px;
          margin-bottom: 34px; }
        .footer_main_info .access {
          font-size: 12px; }
          .footer_main_info .access a {
            background-size: 8px;
            background-position: 0 50%; }
      .footer_main_nav {
        width: 100%;
        max-width: none;
        margin-bottom: 15px;
        padding-right: 0;
        display: flex;
        flex-wrap: wrap; }
        .footer_main_nav ul {
          width: 100%;
          margin-left: 0;
          padding-top: 43px;
          border-top: 1px solid #dedede;
          align-items: center;
          justify-content: center; }
          .footer_main_nav ul li {
            width: 37%;
            margin-bottom: 24px;
            margin-left: 5%; }
            .footer_main_nav ul li a {
              font-size: 14px;
              padding-left: 25px; }
              .footer_main_nav ul li a .jp {
                font-weight: 500;
                letter-spacing: 0.08em;
                margin-bottom: 12px; }
              .footer_main_nav ul li a .en {
                font-size: 10px;
                letter-spacing: 0.12em;
                padding-left: 2px;
                transform-origin: 0% 50%;
                transform: scale(0.9); }
        .footer_main_nav .note {
          font-size: 11px;
          text-align: center;
          letter-spacing: 0.1em;
          margin: 14px 0 50px 10.2564%;
          padding: 15px 16.6px 14px;
          border-radius: 10px;
          order: -1; }
          .footer_main_nav .note span {
            display: inline; }
            .footer_main_nav .note span:first-of-type {
              margin-right: 1.6em; }
          .footer_main_nav .note b {
            margin-right: 0; }
            .footer_main_nav .note b:last-of-type {
              margin-right: 0.5em; }
      .footer_main_guide {
        margin-top: 0; }
        .footer_main_guide_item a {
          height: 160px;
          padding-top: 2px;
          flex-direction: column; }
          .footer_main_guide_item a .txt {
            margin-right: 0;
            margin-bottom: 24px; }
          .footer_main_guide_item a .jp {
            font-size: 14px;
            letter-spacing: 0.04em;
            margin-bottom: 9px; }
          .footer_main_guide_item a .en {
            font-size: 10px;
            transform: scale(0.9); }
          .footer_main_guide_item a .ico_arrow {
            margin: 0 5px 0 0;
            transform: scale(0.7258);
            transform-origin: 50% 50%; }
        .footer_main_guide_item.nav_room a::before {
          margin-right: 0;
          margin-left: 10px;
          margin-bottom: 20px;
          margin-top: -6px; }
        .footer_main_guide_item.nav_price a::before {
          margin-right: 0;
          margin-left: 10px;
          margin-bottom: 14px; }
    .footer .copyright {
      font-size: 10px;
      height: 70px; }
      .footer .copyright span {
        transform: scale(0.9); } }

/*# sourceMappingURL=common.css.map */
