@charset "UTF-8";
/* ====================================================
reset style
==================================================== */
html {
  width: 100%;
  height: 100%;
  color: #333333;
  overflow-x: hidden;
  font-weight: 500;
  font-size: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

fieldset, img {
  border: 0;
}

img {
  vertical-align: middle;
}

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

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

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

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

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

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

/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

del, ins {
  text-decoration: none;
}

/* ====================================================
Font
==================================================== */
/* ====================================================
Position & transform
==================================================== */
/* ====================================================
Color
==================================================== */
:root {
  --rfh-green: #4fa9b8;
  --rfh-main: #6E736B;
  --rfh-sub1: #5b7a8f;
  --rfh-sub2: #1fb3d8;
  --rfh-black: #000000;
  --rfh-white: #FFFFFF;
}

/* ====================================================
Sizing
==================================================== */
/* ====================================================
Misc
==================================================== */
/* ====================================================
Media Quary
==================================================== */
/* ====================================================
opacity
==================================================== */
/* ====================================================
Base style & container
==================================================== */
* {
  min-height: 0;
  min-width: 0;
}

:root {
  --vw: 1vw;
}

html.no-scroll {
  overflow-y: hidden;
}

body {
  line-height: normal;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  color: #6E736B;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  body.open {
    overflow-y: hidden;
  }
}

a {
  color: #4FA9B8;
  text-decoration: none;
}

p {
  line-height: 200%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

figure {
  margin: 0;
}

.inner {
  margin: 0 auto;
}

.index-sec .inner {
  max-width: 1200px;
}

.container {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 1201px) {
  .tb {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.d-inline_block {
  display: inline-block;
}

.d-none {
  display: none !important;
}

/* ====================================================
Float & clear
==================================================== */
.clearfix {
  *zoom: 1;
}
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
  content: "";
  display: table;
}

/* ====================================================
column layout
==================================================== */
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.jc-space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.jc-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.ai-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.column2-layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 78px;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .column2-layout {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-top: 40px;
  }
}
.column2-layout > div {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.column2-layout .sidebar {
  max-width: 25vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  margin-top: -11px;
}
@media screen and (max-width: 767px) {
  .column2-layout .sidebar {
    max-width: 100%;
    margin-top: 0;
  }
}
.column2-layout .sidebar .side-ttl {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(0.875rem, 0.7083rem + 0.3472vw, 1.125rem);
  position: relative;
}
.column2-layout .sidebar .side-ttl span {
  display: inline-block;
  background: var(--rfh-white);
  padding: 0 15px 0 0;
}
.column2-layout .sidebar .side-ttl:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 1px;
  border-top: 1px solid #c6c6c0;
}
.column2-layout .sidebar .side-ttl:not(:first-of-type) {
  margin-top: 32px;
}
.column2-layout .sidebar .cat-list {
  padding-top: 16px;
}
.column2-layout .sidebar .cat-list li {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.column2-layout .sidebar .cat-list li:before {
  content: "\f105";
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  color: var(--rfh-green);
  padding-right: 1em;
  font-size: 12px;
}
.column2-layout .sidebar .cat-list li a {
  color: var(--rfh-main);
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.column2-layout .sidebar .cat-list li a:hover {
  color: var(--rfh-green);
}
.column2-layout .sidebar .tag-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 5px 10px;
  padding-top: 16px;
}
.column2-layout .sidebar .tag-list li a {
  border: 1px solid #c6c6c0;
  display: block;
  padding: 5px 7px;
  font-size: 12px;
  color: var(--rfh-main);
}

/* ====================================================
float layout
==================================================== */
.left {
  float: left;
}

.right {
  float: right;
}

.ofh {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .sp-no-float {
    float: none;
  }
}

/* ====================================================
icon
==================================================== */
.f-icn:after {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .f-icn:after {
    font-size: 16px;
  }
}

.icn-pdf:after {
  content: "\f1c1";
}

/* ====================================================
section
==================================================== */
/* ====================================================
Header
==================================================== */
.header {
  position: relative;
  z-index: 1003;
  width: 100%;
  background: rgba(34, 30, 31, 0.5);
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .header:hover {
    background: var(--rfh-white);
  }
  .header:hover .header-inner .header-logo img {
    -webkit-filter: brightness(0) saturate(100%) invert(47%) sepia(7%) saturate(317%) hue-rotate(54deg) brightness(93%) contrast(98%);
            filter: brightness(0) saturate(100%) invert(47%) sepia(7%) saturate(317%) hue-rotate(54deg) brightness(93%) contrast(98%);
  }
  .header:hover .header-inner .head-copy {
    color: var(--rfh-main);
  }
  .header:hover .header-inner .navi-lang a {
    color: var(--rfh-main);
  }
  .header:hover .header-inner .header-right_nav ul li.nav-information a {
    color: var(--rfh-main);
  }
  .header:hover .header-inner .header-right_nav ul li.nav-search img {
    -webkit-filter: brightness(0) saturate(100%) invert(47%) sepia(7%) saturate(317%) hue-rotate(54deg) brightness(93%) contrast(98%);
            filter: brightness(0) saturate(100%) invert(47%) sepia(7%) saturate(317%) hue-rotate(54deg) brightness(93%) contrast(98%);
  }
  .header:hover .header-inner .header-right_nav ul li.nav-contact a.btn-normal {
    color: var(--rfh-green);
    border-color: var(--rfh-green);
  }
  .header:hover .header-inner .header-right_nav ul li.nav-contact a.btn-normal:hover {
    color: var(--rfh-main);
    border-color: var(--rfh-main);
  }
  .header:hover .header-gnavi ul li a {
    color: var(--rfh-main);
  }
  .header:hover .header-gnavi ul li a:hover {
    color: var(--rfh-green);
  }
}
@media screen and (max-width: 767px) {
  .header {
    position: fixed;
    z-index: 1004;
    width: 100%;
    height: 79px;
    background: transparent;
  }
  .header:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 79px;
    background: rgba(34, 30, 31, 0.5);
  }
}
@media screen and (max-width: 767px) {
  .header .head-copy {
    text-align: left;
    padding-top: 40px;
    font-size: 13px;
  }
}

.header-inner {
  padding: 27px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .header-inner {
    display: none !important;
  }
}
.header-inner .header-logo {
  width: 100%;
  max-width: 170px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  text-align: center;
}
.header-inner .header-logo img {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.header-inner .head-copy {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 14px;
  width: calc(100% - 190px);
  color: var(--rfh-white);
}
.header-inner .navi-lang {
  display: inline-block;
}
.header-inner .navi-lang a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 14px;
  color: var(--rfh-white);
}
.header-inner .navi-lang i {
  font-size: 12px;
  position: relative;
  top: 1px;
  margin-left: 5px;
}
.header-inner .header-right_nav {
  width: calc(100% - 190px);
}
.header-inner .header-right_nav ul li.nav-information a {
  color: var(--rfh-white);
}
.header-inner .header-right_nav ul li.nav-search img {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.header-inner .header-right_nav ul li.nav-contact a.btn-normal {
  color: var(--rfh-white);
  border-color: var(--rfh-white);
}

.header-gnavi {
  width: 100%;
  padding: 0 30px 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .header-gnavi {
    pointer-events: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transform: translate(0, 0px) !important;
            transform: translate(0, 0px) !important;
  }
}
@media screen and (max-width: 767px) {
  .header-gnavi {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
    padding: 79px 16px 24px;
    background-color: var(--rfh-white);
  }
}
.header-gnavi.open {
  display: block;
}
.header-gnavi .sp-search {
  display: none;
  /*
  @include v.mq(md) {
  	display: block;
  }
  */
}
.header-gnavi .sp-search #searchform {
  position: relative;
  margin: 24px 0;
}
.header-gnavi .sp-search #s {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--rfh-main);
  color: var(--rfh-main);
  padding: 0 30px 25px 6px;
  background-color: #fff;
  font-size: 16px;
}
.header-gnavi .sp-search #s::-webkit-input-placeholder {
  color: rgba(110, 115, 107, 0.5);
}
.header-gnavi .sp-search #s::-moz-placeholder {
  color: rgba(110, 115, 107, 0.5);
}
.header-gnavi .sp-search #s:-ms-input-placeholder {
  color: rgba(110, 115, 107, 0.5);
}
.header-gnavi .sp-search #s::-ms-input-placeholder {
  color: rgba(110, 115, 107, 0.5);
}
.header-gnavi .sp-search #s::placeholder {
  color: rgba(110, 115, 107, 0.5);
}
.header-gnavi .sp-search #searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-filter: brightness(0) saturate(100%) invert(47%) sepia(7%) saturate(317%) hue-rotate(54deg) brightness(93%) contrast(98%);
          filter: brightness(0) saturate(100%) invert(47%) sepia(7%) saturate(317%) hue-rotate(54deg) brightness(93%) contrast(98%);
}
.header-gnavi .sp-search *:first-child + html #searchsubmit {
  top: 1px;
}
.header-gnavi .sp-search #search #searchform {
  position: relative;
}
.header-gnavi ul {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .header-gnavi ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    gap: 24px;
  }
}
.header-gnavi ul li {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .header-gnavi ul li {
    text-align: left;
  }
}
.header-gnavi ul li a {
  display: block;
  color: var(--rfh-white);
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .header-gnavi ul li a {
    color: var(--rfh-main);
  }
}
.header-gnavi ul li a:hover {
  color: var(--rfh-green);
}
.header-gnavi .sp-information,
.header-gnavi .sp-sns {
  display: none;
  padding-top: 24px;
}
@media screen and (max-width: 767px) {
  .header-gnavi .sp-information,
  .header-gnavi .sp-sns {
    display: block;
  }
}
.header-gnavi .sp-information p,
.header-gnavi .sp-sns p {
  position: relative;
  text-align: center;
}
.header-gnavi .sp-information p span,
.header-gnavi .sp-sns p span {
  background: var(--rfh-white);
  padding: 4px 15px;
  position: relative;
  z-index: 2;
}
.header-gnavi .sp-information p:after,
.header-gnavi .sp-sns p:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--rfh-main);
  position: absolute;
  z-index: 0;
  top: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-gnavi .sp-information {
  display: none;
}
.header-gnavi .sp-information ul {
  margin-top: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.header-gnavi .sp-information ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.header-gnavi .sp-information ul li a {
  font-size: 13px;
  padding: 8px 0;
}
.header-gnavi .sp-sns ul {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 24px 0;
  padding: 0 32px;
}
.header-gnavi .sp-sns ul li {
  width: 16.6666666667%;
}
.header-gnavi .sp-sns ul li a {
  text-align: center;
}
.header-gnavi .sp-sns ul li img {
  max-width: 25px;
  margin: auto;
  -webkit-filter: brightness(0) saturate(100%) invert(48%) sepia(8%) saturate(294%) hue-rotate(54deg) brightness(89%) contrast(90%);
          filter: brightness(0) saturate(100%) invert(48%) sepia(8%) saturate(294%) hue-rotate(54deg) brightness(89%) contrast(90%);
}

body.index .header {
  -webkit-transform: translateY(-170px);
          transform: translateY(-170px);
  position: absolute;
}
@media screen and (max-width: 767px) {
  body.index .header {
    position: fixed;
  }
}

body:not(.index) .header-inner {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.header-scrolled {
  position: fixed;
  top: 0;
  z-index: 1003;
  width: 100%;
  padding: 27px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
  opacity: 0;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .header-scrolled {
    display: none !important;
  }
}
.header-scrolled.is-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.header-scrolled .header-logo-mark {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 54px;
  width: 100%;
}
.header-scrolled .header-logo-mark img {
  -webkit-filter: brightness(0) saturate(100%) invert(47%) sepia(7%) saturate(317%) hue-rotate(54deg) brightness(93%) contrast(98%);
          filter: brightness(0) saturate(100%) invert(47%) sepia(7%) saturate(317%) hue-rotate(54deg) brightness(93%) contrast(98%);
}
.header-scrolled .scrolled-nav {
  width: 100%;
  margin-left: 45px;
}
.header-scrolled .scrolled-nav ul {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 32px;
}
.header-scrolled .scrolled-nav ul li {
  font-size: clamp(0.75rem, 0.5833rem + 0.3472vw, 1rem);
}
.header-scrolled .scrolled-nav ul li a {
  color: #6E736B;
}
.header-scrolled .navi-lang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.header-scrolled .navi-lang a {
  color: #6E736B;
}

.header-right_nav {
  width: 100%;
  text-align: right;
}
.header-right_nav ul {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px 32px;
  font-size: clamp(0.625rem, 0.4583rem + 0.3472vw, 0.875rem);
}
.header-right_nav ul li.nav-information {
  display: none;
}
.header-right_nav ul li.nav-information a {
  color: #6E736B;
}
.header-right_nav ul li.nav-search {
  display: none;
}
.header-right_nav ul li.nav-search img {
  -webkit-filter: brightness(0) saturate(100%) invert(47%) sepia(7%) saturate(317%) hue-rotate(54deg) brightness(93%) contrast(98%);
          filter: brightness(0) saturate(100%) invert(47%) sepia(7%) saturate(317%) hue-rotate(54deg) brightness(93%) contrast(98%);
}
.header-right_nav ul li.nav-reserve {
  display: none;
  margin-left: -16px;
}

.sp-header {
  display: none;
  width: 100%;
  padding: 15px 16px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1004;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .sp-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.sp-header .header-left {
  width: calc(100% - 102px);
}
.sp-header .header-left .navi-lang a {
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: var(--rfh-white);
}
.sp-header .header-logo {
  width: 100%;
  max-width: 102px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  text-align: center;
}
.sp-header .header-logo img {
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-filter: invert(1);
          filter: invert(1);
}
.sp-header .header-right {
  width: calc(100% - 102px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.sp-header .btn-menu {
  width: 27px;
  height: 20px;
  position: relative;
}
.sp-header .btn-menu span {
  background: var(--rfh-white);
  width: 100%;
  height: 1px;
  position: absolute;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sp-header .btn-menu span.top {
  top: 0;
}
.sp-header .btn-menu span.middle {
  top: 10px;
}
.sp-header .btn-menu span.bottom {
  top: 20px;
}
.sp-header .btn-menu.close span {
  background: var(--rfh-main);
}
.sp-header .btn-menu.close span.top {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 10px;
}
.sp-header .btn-menu.close span.middle {
  opacity: 0;
}
.sp-header .btn-menu.close span.bottom {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 10px;
}
.sp-header.open .header-left .navi-lang a {
  color: var(--rfh-main);
}
.sp-header.open .header-logo img {
  -webkit-filter: brightness(0) saturate(100%) invert(47%) sepia(7%) saturate(317%) hue-rotate(54deg) brightness(93%) contrast(98%);
          filter: brightness(0) saturate(100%) invert(47%) sepia(7%) saturate(317%) hue-rotate(54deg) brightness(93%) contrast(98%);
}

.js-scroll-trigger {
  position: absolute;
  z-index: -1;
}

.modal-container {
  display: none;
  position: fixed !important;
  top: 0px;
  left: 0px;
  z-index: 1004;
  height: 100vh;
  width: 100%;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.modal-container.is-visible {
  opacity: 1;
}

.modal-bg {
  position: absolute;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.modal-body {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  max-width: 860px;
  height: auto;
  max-height: 80vh;
  overflow: auto;
}

@media screen and (min-width: 768px) {
  .modal-body {
    width: 60%;
  }
}
.modal-content {
  position: relative;
  color: rgb(0, 0, 0);
  background: #fff;
  padding: 60px 30px;
}

@media screen and (max-width: 768px) {
  .modal-content {
    padding: 30px 15px;
  }
}
.modal-content .btn-close {
  position: absolute;
  top: 14px;
  right: 16px;
  opacity: 1;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  font-size: 22px;
  color: #454545;
}

.lang-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .lang-list {
    grid-template-columns: repeat(2, 1fr);
    font-size: 14px;
  }
}
.lang-list li a {
  display: block;
  border-radius: 8px;
  color: #7c7c7c;
  padding: 15px;
}

@media screen and (max-width: 768px) {
  .lang-list li a {
    padding: 10px;
  }
}
.lang-list li a:hover {
  background: #e4f8fb;
}

.lang-list li span {
  display: block;
  font-size: 12px;
  padding-top: 2px;
}

@media screen and (max-width: 768px) {
  .lang-list li span {
    font-size: 10px;
  }
}
/* ====================================================
Footer
==================================================== */
.footer {
  background: #F6F3EE;
  padding: 70px 0 25px;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 40px 0;
  }
}
.footer .inner {
  max-width: 78.125vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .footer .inner {
    max-width: 100%;
    padding: 0 16px;
  }
}
.footer .footer-logo {
  text-align: center;
}
.footer .footer-logo img {
  -webkit-filter: brightness(0) saturate(100%) invert(64%) sepia(2%) saturate(541%) hue-rotate(38deg) brightness(94%) contrast(91%);
          filter: brightness(0) saturate(100%) invert(64%) sepia(2%) saturate(541%) hue-rotate(38deg) brightness(94%) contrast(91%);
  max-width: 170px;
  margin: 0 auto 30px;
}
.footer .footer-nav {
  font-size: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .footer .footer-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 30px 48px;
  }
}
.footer .footer-nav nav:not(:last-of-type) {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .footer .footer-nav nav:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
.footer .footer-nav nav > div {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  margin-bottom: 13px;
}
.footer .footer-nav .sns-list ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 32px;
}
.footer .footer-nav .sns-list ul li img {
  max-width: 25px;
  -webkit-filter: brightness(0) saturate(100%) invert(64%) sepia(2%) saturate(541%) hue-rotate(38deg) brightness(94%) contrast(91%);
          filter: brightness(0) saturate(100%) invert(64%) sepia(2%) saturate(541%) hue-rotate(38deg) brightness(94%) contrast(91%);
}
.footer .external-links {
  border-top: 1px solid #c6c6c0;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .footer .external-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 40px 34px 0;
  }
}
.footer .external-links ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .external-links ul:not(:last-of-type) {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .footer .external-links ul:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer .external-links ul {
    gap: 30px 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.footer .external-links ul li {
  padding: 0 16px;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .footer .external-links ul li {
    padding: 0 9px;
    text-align: center;
  }
}
.footer .external-links ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.footer .copyright {
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
  text-align: center;
  margin-top: 39px;
}
@media screen and (max-width: 767px) {
  .footer .copyright {
    font-size: 9px;
  }
}

.other-links {
  margin-bottom: 20px;
}
.other-links .btn-accordion {
  text-align: right;
}
.other-links .btn-accordion:before {
  content: "+";
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  font-size: 14px;
  opacity: 0.5;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.other-links .btn-accordion.open:before {
  content: "\f068";
}
.other-links .accordion-content {
  display: none;
}
.other-links .accordion-content ul {
  font-size: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 16px;
}
.other-links .accordion-content ul li a {
  color: var(--rfh-main);
}

.page-head {
  position: relative;
}
.page-head .page-ttl {
  position: absolute;
  top: 50%;
  left: 0;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  width: 100%;
  padding-top: 113px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-head .page-ttl {
    padding-top: 0px;
  }
}
.page-head .page-ttl div {
  font-size: clamp(1.5rem, 0.5rem + 2.0833vw, 3rem);
}
.page-head .page-ttl p {
  font-size: clamp(0.875rem, 0.7083rem + 0.3472vw, 1.125rem);
}
.page-head .bg img {
  width: 100%;
  min-height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .page-head .bg img {
    min-height: 270px;
  }
}

.bread {
  padding: 10px 50px 65px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bread {
    padding: 5px 20px 30px;
  }
}
.bread:after {
  content: "";
  display: block;
  position: absolute;
  top: 40px;
  left: 40vw;
  z-index: -1;
  background-image: url(../image/common/nami1.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  width: 41.40625vw;
  height: 28.0208333333vw;
}
.bread ul {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.bread ul li {
  font-size: 12px;
}
.bread ul li:not(:last-of-type):after {
  content: "-";
  margin: 0 8px;
}
.bread ul li a {
  color: #6E736B;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bread ul li a:hover {
  color: #4FA9B8;
}

/* ====================================================
MODULE
==================================================== */
.hook {
  height: 0;
  font-size: 0%;
}

/*パンくずMODULE*/
/*見出しMODULE*/
.ttl {
  font-family: "Noto Serif JP", serif;
}

/* font MODULE */
.bold {
  font-weight: 700;
}

/*テキストMODULE*/
.txt-center {
  text-align: center;
}

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

@media screen and (max-width: 767px) {
  .sp-txt-center {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .sp-txt-left {
    text-align: left;
  }
}

.f-serif {
  font-family: "Noto Serif JP", serif;
}

/*リンクMODULE*/
.underline {
  text-decoration: underline;
}

.links:hover,
.blanks:hover {
  cursor: pointer;
}

input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
}

/*ボタンMODULE*/
.btn {
  display: inline-block;
  position: relative;
  z-index: 0;
  width: 100%;
  max-width: 320px;
  padding: 16px 0;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  appearance: none;
  color: var(--tt-blue);
  text-align: center;
  border: 2px solid var(--tt-blue);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  overflow: hidden;
  background: transparent;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .btn {
    font-size: 14px;
    padding: 14px 0;
  }
}
.btn span {
  font-size: 22px;
}

.btn-normal {
  cursor: pointer;
  display: block;
  text-align: center;
  color: #6E736B;
  border: 1px solid #6E736B;
  border-radius: 5rem;
  padding: 14px 36px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /*
  &:after {
  	content: "";
  	background: #4FA9B8;
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	transform: scale(0, 1);
  	transform-origin: left top;
  	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  	z-index: -1;
  }
  */
}
.btn-normal:hover {
  color: var(--rfh-green);
  border: 1px solid var(--rfh-green);
  /*
  &:after {
  	transform: scale(1, 1);
  }
  * {
  	color: #fff;
  }
  */
}
.btn-normal * {
  color: #6E736B;
}

.btn-subcolor {
  display: block;
  color: #fff;
  border: 1px solid #4FA9B8;
  border-radius: 5rem;
  background: #4FA9B8;
  padding: 14px 36px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-subcolor:after {
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.btn-subcolor:hover {
  color: #4FA9B8;
  border: 1px solid #4FA9B8;
}
.btn-subcolor:hover:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.btn-circle1 {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 36px;
  color: var(--rfh-main);
  font-size: clamp(0.875rem, 0.7917rem + 0.1736vw, 1rem);
  line-height: 50px;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-circle1:before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background: rgba(79, 169, 184, 0.2);
  border-radius: 5rem;
  position: absolute;
  z-index: -1;
  margin-left: -36px;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-circle1:after {
  content: "";
  display: block;
  width: 18px;
  height: 9px;
  background-image: url(../image/common/arrow-right2.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-left: 16px;
}
.btn-circle1:hover {
  color: var(--rfh-white);
}
.btn-circle1:hover:before {
  width: 100%;
  background: var(--rfh-green);
}
.btn-circle1:hover:after {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1%) hue-rotate(301deg) brightness(104%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1%) hue-rotate(301deg) brightness(104%) contrast(101%);
}

/*ボックスMODULE*/
/*テーブルMODULE*/
/*セレクト MODULE*/
/*モーダルMODULE*/
/* ====================================================
pages
==================================================== */
/* オープニング全画面 */
.wave-container {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 1003;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #4FA9B8;
}
.wave-container #my-canvas {
  display: block;
}

#opening.visible .opening-text,
#opening.visible .opening-logo {
  position: relative;
}

.opening-text {
  z-index: 1001;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  font-family: "Noto Serif JP", serif;
}
.opening-text p {
  font-size: 30px;
  color: #fff;
  letter-spacing: 0.214em;
}
@media screen and (max-width: 767px) {
  .opening-text p {
    font-size: 20px;
  }
}

.opening-subtext {
  padding-top: 20px;
  z-index: 1001;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.214em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .opening-subtext {
    font-size: 12px;
  }
}

.opening-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 1002;
}
.opening-animation .opening-logo_img {
  opacity: 0;
  max-width: 18vw;
  -webkit-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(146deg) brightness(111%) contrast(102%);
          filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(146deg) brightness(111%) contrast(102%);
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 767px) {
  .opening-animation .opening-logo_img {
    max-width: 240px;
  }
}

.volume-muted {
  position: absolute;
  bottom: 20px;
  right: 25px;
  font-size: 18px;
  z-index: 1003;
  color: var(--rfh-white);
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.top-concept {
  display: grid;
  grid-template-areas: "content";
}

.l-kv,
.l-kv-bg {
  grid-area: content;
}

.l-kv {
  z-index: 2;
  position: relative;
}

.l-kv_title {
  padding: 0 5vw 80px;
  width: 100vw;
  height: 100svh;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 2000;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .l-kv_title {
    padding: 0 5vw 90px;
  }
}
.l-kv_title svg {
  fill: var(--rfh-white);
}

.l-kv-bg {
  position: -webkit-sticky;
  position: sticky;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 0;
}
.l-kv-bg .kv-bgVideo {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-kv-bg .kv-bg-shadow {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.time-announcement {
  padding: 94svh 5vw 0;
  text-align: center;
  color: var(--rfh-white);
  font-size: clamp(0.8125rem, 0.6875rem + 0.2604vw, 1rem);
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .time-announcement {
    padding: 90.8svh 5vw 0;
  }
}

.concept-box {
  padding: 20svh 5vw 120svh;
  position: relative;
  color: var(--rfh-white);
}
@media screen and (max-width: 767px) {
  .concept-box {
    padding: 13svh 5vw 10vh;
  }
}
.concept-box .concept-text {
  max-width: 55vw;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .concept-box .concept-text {
    max-width: 100%;
    margin-bottom: 60px;
  }
}
.concept-box .concept-text h2 {
  font-size: clamp(16px, 1rem + (1vw - 3.75px) * 0.9697, 24px);
  margin-bottom: 20px;
}
.concept-box .concept-text .f-large {
  font-size: clamp(16px, 1rem + (1vw - 3.75px) * 3.6364, 46px);
}
@media screen and (max-width: 767px) {
  .concept-box .concept-text p {
    font-size: 12px;
  }
}
.concept-box .concept-image {
  max-width: 43vw;
  width: 100%;
  position: absolute;
  right: 2vw;
  bottom: 65svh;
}
@media screen and (max-width: 767px) {
  .concept-box .concept-image {
    max-width: 100%;
    position: relative;
    bottom: inherit;
    right: inherit;
  }
}
.concept-box .concept-image p {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .concept-box .concept-image p {
    font-size: 12px;
  }
}
.concept-box .concept-image p.f-large {
  font-size: clamp(16px, 1rem + (1vw - 3.75px) * 0.9697, 24px);
}
.concept-box .concept-image ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 16px;
}
.concept-box .concept-image ul li {
  max-width: calc(33.3333333333% - 11px);
  width: 100%;
}
.concept-box .concept-image ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 8px;
  padding: 16px;
  text-align: center;
  color: var(--rfh-white);
}
.concept-box .concept-image ul li a img {
  max-width: 2vw;
}
@media screen and (max-width: 767px) {
  .concept-box .concept-image ul li a img {
    max-width: 5vw;
  }
}

.zoom-in-photo ul {
  min-height: 1200vh;
}
.zoom-in-photo ul li {
  overflow: hidden;
  position: -webkit-sticky;
  position: sticky;
}
.zoom-in-photo ul li:nth-child(1) {
  top: 0;
  z-index: 1;
  min-height: 150vh;
}
.zoom-in-photo ul li:nth-child(2) {
  top: 0;
  z-index: 2;
  min-height: 150vh;
}
.zoom-in-photo ul li:nth-child(3) {
  top: 0;
  z-index: 3;
  min-height: 150vh;
}
.zoom-in-photo ul li:nth-child(4) {
  top: 0;
  z-index: 4;
  min-height: 150vh;
}
.zoom-in-photo ul li:nth-child(5) {
  top: 0;
  z-index: 5;
  min-height: 150vh;
}
.zoom-in-photo ul li:nth-child(6) {
  top: 0;
  z-index: 6;
  min-height: 150vh;
}
.zoom-in-photo ul li:nth-child(7) {
  top: 0;
  z-index: 7;
  min-height: 150vh;
}
.zoom-in-photo ul li:nth-child(8) {
  top: 0;
  z-index: 8;
  min-height: 105vh;
}
.zoom-in-photo ul li:nth-child(9) {
  top: 0;
  z-index: 9;
  min-height: 1px;
}
.zoom-in-photo ul li .l-scene_item_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100lvh;
  letter-spacing: 0px;
  -webkit-font-feature-settings: initial;
          font-feature-settings: initial;
  -webkit-text-size-adjust: initial;
     -moz-text-size-adjust: initial;
      -ms-text-size-adjust: initial;
          text-size-adjust: initial;
  color: var(--rfh-white);
  will-change: transform;
  padding: 3.2rem 8rem;
}
@media screen and (max-width: 767px) {
  .zoom-in-photo ul li .l-scene_item_inner {
    padding: 1.5rem 2rem;
  }
}
.zoom-in-photo ul li .l-scene_item_inner .text-box {
  z-index: 1;
  position: relative;
  max-width: 30vw;
}
@media screen and (max-width: 767px) {
  .zoom-in-photo ul li .l-scene_item_inner .text-box {
    max-width: 100%;
  }
}
.zoom-in-photo ul li .l-scene_item_inner .text-box h2 {
  margin-bottom: 10px;
}
.zoom-in-photo ul li .l-scene_item_inner .l-scene_item_bg {
  z-index: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: inherit;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  overflow: hidden;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.zoom-in-photo ul li:nth-child(1) .l-scene_item_bg {
  background-image: url(../image/index/scene-01.jpg);
}
.zoom-in-photo ul li:nth-child(2) .l-scene_item_bg {
  background-image: url(../image/index/scene-02.jpg);
}
.zoom-in-photo ul li:nth-child(3) .l-scene_item_bg {
  background-image: url(../image/index/scene-03.jpg);
}
.zoom-in-photo ul li:nth-child(4) .l-scene_item_bg {
  background-image: url(../image/index/scene-04.jpg);
}
.zoom-in-photo ul li:nth-child(5) .l-scene_item_bg {
  background-image: url(../image/index/scene-05.jpg);
}
.zoom-in-photo ul li:nth-child(6) .l-scene_item_bg {
  background-image: url(../image/index/scene-06.jpg);
}
.zoom-in-photo ul li:nth-child(7) .l-scene_item_bg {
  background-image: url(../image/index/scene-07.jpg);
}
.zoom-in-photo ul li:nth-child(8) .l-scene_item_bg {
  background-image: url(../image/index/scene-08.jpg);
}
.zoom-in-photo ul li:nth-child(9) .l-scene_item_inner {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  height: 1px;
}
.zoom-in-photo ul li:nth-child(9) .l-scene_item_bg {
  background-image: none;
}

.index-concept {
  background-image: url(../image/index/concept-bg.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  padding: 110px 0 148px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .index-concept {
    padding: 123px 0 196px;
  }
}
.index-concept:before {
  content: "";
  display: block;
  position: absolute;
  top: -30px;
  left: 30px;
  background-image: url(../image/index/concept-mark.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30.15625vw;
  height: 33.2291666667vw;
  max-width: 579px;
  max-height: 638px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .index-concept:before {
    top: -13px;
    left: -20px;
    width: 200px;
    height: 221px;
  }
}
.index-concept:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url(../image/index/concept-line.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 54.7916666667vw;
  height: 17.5vw;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .index-concept:after {
    background-image: url(../image/index/concept-line_sp.png);
    width: 230px;
    height: 151px;
  }
}
.index-concept .inner {
  padding: 0 50px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .index-concept .inner {
    padding: 0 20px;
  }
}
.index-concept .ttl {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .index-concept .ttl {
    margin-bottom: 40px;
  }
}
.index-concept .ttl h2 {
  font-size: clamp(1.5rem, 0.5rem + 2.0833vw, 3rem);
}
.index-concept .ttl p {
  font-size: clamp(0.875rem, 0.7083rem + 0.3472vw, 1.125rem);
}
.index-concept h3 {
  font-size: clamp(1.25rem, 0.75rem + 1.0417vw, 2rem);
  margin-bottom: 32px;
}
.index-concept .concept-img01 {
  margin: 80px 0 104px;
}
@media screen and (max-width: 767px) {
  .index-concept .concept-img01 {
    margin: 40px 0;
  }
}
.index-concept .concept-img01 img {
  width: 100%;
}
.index-concept .flex {
  padding: 0 8.7912087912vw;
}
@media screen and (max-width: 767px) {
  .index-concept .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}
.index-concept .flex .text {
  width: 100%;
  max-width: 41.1333333333vw;
  padding-right: 8vw;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .index-concept .flex .text {
    max-width: 100%;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 20px;
  }
}
.index-concept .flex .concept-img02 {
  width: 100%;
  max-width: calc(100% - 41.1333333333vw);
}
@media screen and (max-width: 767px) {
  .index-concept .flex .concept-img02 {
    max-width: 100%;
  }
}
.index-concept .flex .concept-img02 img {
  width: 100%;
}

.index-access .inner {
  padding: 9.8901098901vw 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .index-access .inner {
    padding: 9.8901098901vw 20px;
  }
}
.index-access .flex {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.index-access .flex .text {
  max-width: 45.8791208791vw;
  width: 100%;
  padding-right: 4vw;
}
@media screen and (max-width: 767px) {
  .index-access .flex .text {
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 22px;
  }
}
.index-access .flex .gmap {
  width: 100%;
  max-width: calc(100% - 45.8791208791vw);
}
@media screen and (max-width: 767px) {
  .index-access .flex .gmap {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .index-access .flex .gmap iframe {
    height: 251px;
  }
}
.index-access .ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .index-access .ttl {
    margin-bottom: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.index-access .ttl h2 {
  font-size: clamp(1.5rem, 0.5rem + 2.0833vw, 3rem);
}
.index-access .ttl p {
  font-size: clamp(0.875rem, 0.7083rem + 0.3472vw, 1.125rem);
  padding-left: 16px;
}
.index-access h3 {
  font-size: clamp(1.25rem, 1.0833rem + 0.3472vw, 1.5rem);
  margin-bottom: 20px;
}
.index-access .btn-list {
  margin: 10px 0;
}
@media screen and (max-width: 767px) {
  .index-access .btn-list {
    text-align: center;
  }
}
.index-access .btn-list a {
  display: inline-block;
  border: 1px solid #6E736B;
  border-radius: 5rem;
  color: #6E736B;
  padding: 8px 36px;
  font-size: 11px;
}
.index-access .btn-list a:not(:last-of-type) {
  margin-right: 18px;
}

.index-floorguide {
  padding: 0 50px;
}
@media screen and (max-width: 767px) {
  .index-floorguide {
    padding: 0 20px;
  }
}
.index-floorguide .inner {
  background: #F6F3EE;
  padding: 8.5164835165vw 5.7692307692vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .index-floorguide .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.index-floorguide .inner > div:first-of-type {
  max-width: 56.1333333333vw;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media screen and (max-width: 767px) {
  .index-floorguide .inner > div:first-of-type {
    max-width: 100%;
  }
}
.index-floorguide .inner .floor-text {
  padding-left: 8vw;
}
@media screen and (max-width: 767px) {
  .index-floorguide .inner .floor-text {
    padding-left: 0;
    margin-bottom: 20px;
  }
}
.index-floorguide .ttl {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .index-floorguide .ttl {
    margin-bottom: 64px;
  }
}
.index-floorguide .ttl h2 {
  font-size: clamp(1.5rem, 0.5rem + 2.0833vw, 3rem);
}
.index-floorguide .ttl p {
  font-size: clamp(0.875rem, 0.7083rem + 0.3472vw, 1.125rem);
}
.index-floorguide h3 {
  text-align: center;
  font-size: clamp(1.25rem, 1.0833rem + 0.3472vw, 1.5rem);
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .index-floorguide h3 {
    margin-top: 64px;
  }
}

.index-news {
  padding: 9.8901098901vw 7.3958333333vw 0;
}
@media screen and (max-width: 767px) {
  .index-news {
    padding: 9.8901098901vw 0 0 20px;
  }
}
.index-news .ttl {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .index-news .ttl {
    margin-bottom: 40px;
    margin-left: -20px;
  }
}
.index-news .ttl h2 {
  font-size: clamp(1.5rem, 0.5rem + 2.0833vw, 3rem);
}
.index-news .ttl p {
  font-size: clamp(0.875rem, 0.7083rem + 0.3472vw, 1.125rem);
}
.index-news .sub-ttl {
  font-size: clamp(1rem, 0.6667rem + 0.6944vw, 1.5rem);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.index-news .sub-ttl:after {
  content: "";
  display: block;
  width: 141px;
  height: 1px;
  background: #6E736B;
  margin-left: 24px;
}
.index-news .news-slide,
.index-news .press-slide {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .index-news .news-slide,
  .index-news .press-slide {
    margin-bottom: 45px;
  }
}
.index-news .news-slide ul,
.index-news .press-slide ul {
  margin: 0 -12px;
}
.index-news .news-slide ul li,
.index-news .press-slide ul li {
  margin: 0 12px;
}
.index-news .news-slide ul li figure,
.index-news .press-slide ul li figure {
  margin-bottom: 14px;
}
.index-news .news-slide ul li figure img,
.index-news .press-slide ul li figure img {
  width: 100%;
}
.index-news .news-slide ul li .text,
.index-news .press-slide ul li .text {
  padding: 18px 20px;
  font-size: 13px;
  line-height: 190%;
}
@media screen and (max-width: 767px) {
  .index-news .news-slide ul li .text,
  .index-news .press-slide ul li .text {
    font-size: 12px;
    padding: 0 15px 18px;
  }
}
.index-news .news-slide ul li .date,
.index-news .press-slide ul li .date {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .index-news .news-slide ul li .date,
  .index-news .press-slide ul li .date {
    font-size: 11px;
  }
}
.index-news .news-slide ul li .date .cat,
.index-news .press-slide ul li .date .cat {
  border: 1px solid #6E736B;
  padding: 4px 8px;
}
@media screen and (max-width: 767px) {
  .index-news .news-slide ul li .date .cat,
  .index-news .press-slide ul li .date .cat {
    font-size: 9px;
    padding: 2px 8px;
  }
}
.index-news .news-slide ul li a,
.index-news .press-slide ul li a {
  color: #6E736B;
}
.index-news .news-slide .slick-track {
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .index-news .news-slide ul {
    overflow: hidden;
    margin: 0;
  }
}
.index-news .news-slide ul li {
  width: 208px;
}
@media screen and (max-width: 767px) {
  .index-news .news-slide ul li {
    width: 172px !important;
    margin: 0 4px;
  }
}
@media screen and (max-width: 767px) {
  .index-news .news-slide .slick-list {
    overflow: visible;
  }
}
.index-news .press-slide {
  margin-bottom: 0;
  margin-left: -20px;
}
@media screen and (max-width: 767px) {
  .index-news .press-slide ul {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .index-news .press-slide .slick-list li {
    margin: 0 4px;
  }
}

.index-newsletter {
  padding: 9.8901098901vw 7.3958333333vw;
}
.index-newsletter .ttl {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .index-newsletter .ttl {
    margin-bottom: 40px;
  }
}
.index-newsletter .ttl h2 {
  font-size: clamp(1.5rem, 0.5rem + 2.0833vw, 3rem);
}
.index-newsletter .ttl p {
  font-size: clamp(0.875rem, 0.7083rem + 0.3472vw, 1.125rem);
}
.index-newsletter h3 {
  text-align: center;
  font-size: clamp(1.25rem, 0.75rem + 1.0417vw, 2rem);
  margin-bottom: 20px;
}
.index-newsletter .tnp {
  margin-top: 68px;
}
.index-newsletter .tnp-field label {
  display: none;
}
.index-newsletter div.tnp-subscription {
  max-width: 367px;
}
.index-newsletter .tnp-subscription input[type=email] {
  background: #fff;
  border: 1px solid #6E736B;
  padding: 0.5em 45px 0.5em 0.7em;
  font-size: 16px;
}
.index-newsletter .tnp-subscription {
  position: relative;
}
.index-newsletter .tnp-subscription form .tnp-field-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.index-newsletter .tnp-subscription input.tnp-submit {
  background-color: transparent;
  color: #000;
}
.index-newsletter .tnp-email::-webkit-input-placeholder {
  color: rgba(110, 115, 107, 0.5);
}
.index-newsletter .tnp-email::-moz-placeholder {
  color: rgba(110, 115, 107, 0.5);
}
.index-newsletter .tnp-email:-ms-input-placeholder {
  color: rgba(110, 115, 107, 0.5);
}
.index-newsletter .tnp-email::-ms-input-placeholder {
  color: rgba(110, 115, 107, 0.5);
}
.index-newsletter .tnp-email::placeholder {
  color: rgba(110, 115, 107, 0.5);
}

.index-restaurants .inner {
  position: relative;
  padding: 9.8901098901vw 0 0;
}
@media screen and (max-width: 767px) {
  .index-restaurants .inner {
    padding: 120px 5vw 9.8901098901vw;
  }
}
.index-restaurants .inner .ttl {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .index-restaurants .inner .ttl {
    margin-bottom: 40px;
  }
}
.index-restaurants .inner .ttl h2 {
  font-size: clamp(1.5rem, 0.5rem + 2.0833vw, 3rem);
}
.index-restaurants .inner .ttl p {
  font-size: clamp(0.875rem, 0.7083rem + 0.3472vw, 1.125rem);
}
.index-restaurants .inner h3 {
  font-size: clamp(1.25rem, 1.0833rem + 0.3472vw, 1.5rem);
  margin-bottom: 32px;
}
.index-restaurants .restaurants-slide-wrap {
  position: relative;
  padding: 80px 0 9.8901098901vw;
}
.index-restaurants .restaurants-slide-wrap .dots-box {
  position: absolute;
  bottom: 9.8901098901vw;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .index-restaurants .restaurants-slide-wrap .dots-box {
    bottom: 20px;
  }
}
.index-restaurants .restaurants-slide-wrap .dots-box .dots-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.index-restaurants .restaurants-slide-wrap .dots-box .dots-wrap li {
  width: 40px;
  height: 3px;
  margin: 0;
  background: rgba(110, 115, 107, 0.2);
  cursor: pointer;
}
.index-restaurants .restaurants-slide-wrap .dots-box .dots-wrap li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}
.index-restaurants .restaurants-slide-wrap .dots-box .dots-wrap li:hover, .index-restaurants .restaurants-slide-wrap .dots-box .dots-wrap li.slick-active {
  background: #4FA9B8;
}
.index-restaurants .restaurants-slide.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.index-restaurants .restaurants-slide .restaurants-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.6041666667vw;
  margin: 0 3.0208333333vw;
}
@media screen and (max-width: 767px) {
  .index-restaurants .restaurants-slide .restaurants-item {
    padding: 0;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.index-restaurants .restaurants-slide .restaurants-item .item-img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  max-width: 33.125vw;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .index-restaurants .restaurants-slide .restaurants-item .item-img {
    max-width: 100%;
    margin-bottom: 44px;
  }
}
.index-restaurants .restaurants-slide .restaurants-item .item-img img {
  width: 100%;
}
.index-restaurants .restaurants-slide .restaurants-item .item-info {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 33px;
  margin-left: 2.6041666667vw;
}
@media screen and (max-width: 767px) {
  .index-restaurants .restaurants-slide .restaurants-item .item-info {
    margin-left: 0;
    padding: 0 2.6041666667vw;
  }
}
.index-restaurants .restaurants-slide .restaurants-item .item-info .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 135px;
  height: 75px;
}
@media screen and (max-width: 767px) {
  .index-restaurants .restaurants-slide .restaurants-item .item-info .logo {
    max-width: auto;
    height: 55px;
  }
}
.index-restaurants .restaurants-slide .restaurants-item .item-info .logo img {
  width: auto;
  height: 100%;
}
.index-restaurants .restaurants-slide .restaurants-item .item-info h4 {
  font-size: clamp(1.25rem, 1.0833rem + 0.3472vw, 1.5rem);
  font-family: "Noto Serif JP", serif;
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .index-restaurants .restaurants-slide .restaurants-item .item-info h4 {
    min-height: 116px;
  }
}
.index-restaurants .restaurants-slide .restaurants-item .item-info h4 span {
  font-size: clamp(1rem, 0.9167rem + 0.1736vw, 1.125rem);
}
.index-restaurants .restaurants-slide .restaurants-item .item-info p {
  width: 100%;
  text-align: left;
}

/* Arrows */
.slide-arrow {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
}

@media screen and (min-width: 1441px) {
  .news-slide .slide-arrow {
    height: 49.6%;
  }
  .press-slide .slide-arrow {
    height: 70.9%;
  }
}
@media screen and (max-width: 1440px) {
  .news-slide .slide-arrow {
    height: 42.6%;
  }
  .press-slide .slide-arrow {
    height: 62.3%;
  }
}
@media screen and (max-width: 1260px) {
  .news-slide .slide-arrow {
    height: 35.9%;
  }
  .press-slide .slide-arrow {
    height: 52.9%;
  }
}
@media screen and (max-width: 1000px) {
  .news-slide .slide-arrow {
    height: 22.6%;
  }
  .press-slide .slide-arrow {
    height: 41.9%;
  }
}
.restaurants-slide .slide-arrow {
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .restaurants-slide .slide-arrow {
    top: 48%;
  }
}

.prev-arrow:before,
.next-arrow:after {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 36px;
  z-index: 10;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .prev-arrow:before,
  .next-arrow:after {
    width: 8px;
    height: 16px;
  }
}

.prev-arrow:before {
  background-image: url(../image/common/arrow-left.svg);
  left: -20px;
}

.next-arrow:after {
  background-image: url(../image/common/arrow-right.svg);
  right: -20px;
}

.index-news .news-slide .slick-dots li,
.index-news .press-slide .slick-dots li {
  margin: 0;
}

.index-restaurants .prev-arrow:before {
  left: 9.7395833333vw;
}
@media screen and (max-width: 767px) {
  .index-restaurants .prev-arrow:before {
    left: 10px;
  }
}

.index-restaurants .next-arrow:after {
  right: 9.7395833333vw;
}
@media screen and (max-width: 767px) {
  .index-restaurants .next-arrow:after {
    right: 10px;
  }
}

/* second */
.sec .inner {
  padding: 0 50px;
}
@media screen and (max-width: 767px) {
  .sec .inner {
    padding: 0 20px;
  }
}
.sec .ttl {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .sec .ttl {
    margin-bottom: 40px;
  }
}
.sec .ttl h2 {
  font-size: clamp(1.5rem, 0.5rem + 2.0833vw, 3rem);
}
.sec .ttl p {
  font-size: clamp(0.875rem, 0.7083rem + 0.3472vw, 1.125rem);
}
.sec .sub-ttl {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.25rem, 1.0833rem + 0.3472vw, 1.5rem);
  margin-bottom: 20px;
}
.sec .common-txt-box {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .sec .common-txt-box {
    padding-top: 40px;
  }
}
.sec .common-txt-box h3 {
  font-size: clamp(1.25rem, 1.0833rem + 0.3472vw, 1.5rem);
}
.sec .common-txt-box h4 {
  font-weight: 700;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .sec .common-txt-box h4 {
    padding-top: 20px;
  }
}
.sec .common-txt-box ol {
  padding-left: 1.25rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .sec .common-txt-box ol {
    padding-top: 10px;
  }
}
.sec .common-txt-box ol li {
  list-style: decimal;
  line-height: 200%;
}
.sec .flex-layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 65px;
  border: 1px solid rgba(110, 115, 107, 0.5);
  padding: 75px 125px;
}
@media screen and (max-width: 767px) {
  .sec .flex-layout {
    gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 32px 26px;
  }
}
.sec .flex-layout:not(:last-of-type) {
  margin-bottom: 7.9vw;
}
@media screen and (max-width: 767px) {
  .sec .flex-layout:not(:last-of-type) {
    margin-bottom: 23.1vw;
  }
}
.sec .flex-layout:nth-child(2n+1) .img-area {
  margin-left: -176px;
}
@media screen and (max-width: 767px) {
  .sec .flex-layout:nth-child(2n+1) .img-area {
    margin-left: 0;
  }
}
.sec .flex-layout:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .sec .flex-layout:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec .flex-layout:nth-child(2n) .img-area {
  margin-right: -176px;
}
@media screen and (max-width: 767px) {
  .sec .flex-layout:nth-child(2n) .img-area {
    margin-right: 0;
  }
}
.sec .flex-layout .img-area {
  width: 100%;
  max-width: 40vw;
}
@media screen and (max-width: 767px) {
  .sec .flex-layout .img-area {
    max-width: 100%;
  }
}
.sec .flex-layout .img-area img {
  width: 100%;
}
.sec .flex-layout .txt-area {
  width: calc(100% - 40vw + 176px);
}
@media screen and (max-width: 767px) {
  .sec .flex-layout .txt-area {
    width: 100%;
  }
}
.sec .flex-layout .txt-area h3 {
  font-size: clamp(1.25rem, 1.0833rem + 0.3472vw, 1.5rem);
  font-family: "Noto Serif JP", serif;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .sec .flex-layout .txt-area h3 {
    margin-bottom: 16px;
  }
}
.sec .flex-layout .txt-area .btn-more {
  margin-top: 6vw;
}
@media screen and (max-width: 767px) {
  .sec .flex-layout .txt-area .btn-more {
    margin-top: 8vw;
  }
}

/* contact */
.form-control {
  width: 100%;
  border: 1px solid #DADADA;
  border-radius: 6px;
  padding: 10px 20px;
}

.form {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .form {
    margin-top: 40px;
  }
}
.form table {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .form th, .form td {
    padding-bottom: 20px !important;
  }
  .form th {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .form th, .form td {
    display: block;
  }
  .form th {
    padding-bottom: 5px;
  }
  .form td {
    padding-bottom: 10px;
  }
}
.form .wpcf7-list-item label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.form .wpcf7-list-item label input {
  margin-right: 5px;
  position: relative;
  top: 1px;
}

/* post */
.post-list {
  padding-top: 32px;
  border-top: 1px solid #c6c6c0;
}
.post-list ul li {
  overflow: hidden;
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #c6c6c0;
}
.post-list ul li .post-thumb {
  float: left;
  width: 30%;
}
@media screen and (max-width: 767px) {
  .post-list ul li .post-thumb {
    width: 100%;
    margin-bottom: 8px;
  }
}
.post-list ul li .post-thumb img {
  width: 100%;
}
.post-list ul li .post-data {
  float: right;
  width: 65%;
}
@media screen and (max-width: 767px) {
  .post-list ul li .post-data {
    width: 100%;
  }
}
.post-list ul li .post-data p span {
  font-size: 12px;
}
.post-list ul li .post-data h3 {
  font-size: clamp(1.25rem, 1.0833rem + 0.3472vw, 1.5rem);
  margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .mt20 {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .mb20 {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  .mb40 {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 768px) {
  .mb60 {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .s-mt10 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .s-mb20 {
    margin-bottom: 20px;
  }
}

.w135 {
  width: 100%;
  max-width: 135px;
}

.w1100 {
  width: 100%;
  max-width: 1100px;
}

.ml-a {
  margin-left: auto;
}

.mr-a {
  margin-right: auto;
}/*# sourceMappingURL=style.css.map */