@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru&family=Josefin+Sans:wght@300;400&display=swap");

html, body, div, span, main, header, footer, section, ::before, ::after, h1, h2, h3, h4, h5, h6, p, a, img, nav, 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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-all;
}
ol, ul {
  list-style: none;
}
img {
  vertical-align: bottom;
  -webkit-box-shadow: #000 0 0 0;
  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;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-box-sizing: border-box;
  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

======================================== */
.serif {
  font-family: 'Zen Old Mincho', serif;
  font-weight: 300;
}
.en {
  font-family: var(--f_en);
  font-weight: 400;
}
.num, .footer_info .tel {
  font-family: 'Oswald', sans-serif;
  font-weight: 200;
}
.is-fade > *:not(.is-not) {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
}
.is-fade > .is-not {
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
}
.is-fade.fadeIn > * {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.box-fade {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
}
.box-fade.fadeIn {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.p_hover a:hover {
  opacity: 0.7;
}
.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;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
.is-fade > *:nth-child(0) {
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}
.is-fade > *:nth-child(1) {
  -webkit-transition-delay: 220ms;
  transition-delay: 220ms;
}
.is-fade > *:nth-child(2) {
  -webkit-transition-delay: 340ms;
  transition-delay: 340ms;
}
.is-fade > *:nth-child(3) {
  -webkit-transition-delay: 460ms;
  transition-delay: 460ms;
}
.is-fade > *:nth-child(4) {
  -webkit-transition-delay: 580ms;
  transition-delay: 580ms;
}
.is-fade > *:nth-child(5) {
  -webkit-transition-delay: 700ms;
  transition-delay: 700ms;
}
.is-fade > *:nth-child(6) {
  -webkit-transition-delay: 820ms;
  transition-delay: 820ms;
}
.is-fade > *:nth-child(7) {
  -webkit-transition-delay: 940ms;
  transition-delay: 940ms;
}
.is-fade > *:nth-child(8) {
  -webkit-transition-delay: 1060ms;
  transition-delay: 1060ms;
}
.is-fade > *:nth-child(9) {
  -webkit-transition-delay: 1180ms;
  transition-delay: 1180ms;
}
.is-fade > *:nth-child(10) {
  -webkit-transition-delay: 1300ms;
  transition-delay: 1300ms;
}
.is-fade > *:nth-child(11) {
  -webkit-transition-delay: 1420ms;
  transition-delay: 1420ms;
}
.is-fade > *:nth-child(12) {
  -webkit-transition-delay: 1540ms;
  transition-delay: 1540ms;
}
.is-fade > *:nth-child(13) {
  -webkit-transition-delay: 1660ms;
  transition-delay: 1660ms;
}
.is-fade > *:nth-child(14) {
  -webkit-transition-delay: 1780ms;
  transition-delay: 1780ms;
}
.is-fade > *:nth-child(15) {
  -webkit-transition-delay: 1900ms;
  transition-delay: 1900ms;
}
.l_tel {
  pointer-events: none;
}
@media screen and (max-width: 800px) {
  .l_tel {
    pointer-events: auto;
  }
}
.arrow, .arrow_ul {
  width: 9px;
  height: 9px;
  vertical-align: middle;
  display: block;
  position: relative;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.arrow::before, .arrow_ul::before {
  width: 9px;
  height: 9px;
  content: '';
  display: block;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.arrow::after, .arrow_ul::after {
  width: 12px;
  height: 1px;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0.5px;
  background-color: #F8B500;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.arrow_ul {
  width: 11px;
  height: 13px;
  border-bottom: 1px solid #F8B500;
}
.arrow_ul::before {
  margin-left: 1px;
}
.arrow_ul::after {
  right: 1.5px;
}
a:hover .arrow._hover::before, a:hover ._hover.arrow_ul::before {
  border-color: var(--c_base);
}
a:hover .arrow._hover::after, a:hover ._hover.arrow_ul::after {
  background-color: var(--c_base);
}
a:hover .arrow_ul._hover {
  border-color: var(--c_base);
}
.link._hover a {
  position: relative;
}
.link._hover a::before {
  width: 0%;
  height: 1px;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}
.link._hover a:hover::before {
  width: 100%;
}
/* ========================================

page

======================================== */
.page_title {
  position: relative;
  margin: 0 auto;
  padding: clamp(111px, 15.5vw, 186px) clamp(60px, 8vw, 120px) clamp(81px, 11.25vw, 135px);
  z-index: 1;
}
.page_title h1 {
  position: relative;
  opacity: 0;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transition: all 1s cubic-bezier(0.76, 0, 0.24, 1);
  transition: all 1s cubic-bezier(0.76, 0, 0.24, 1);
  z-index: 2;
	
}
.page_title .illust {
  width: 100%;
  height: calc(100% + 80px);
  overflow: hidden;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.page_title .illust .img {
  display: block;
  position: absolute;
  -webkit-filter: blur(6px);
  filter: blur(6px);
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0.76, 0, 0.24, 1);
  transition: all 1s cubic-bezier(0.76, 0, 0.24, 1);
}
.page_title.fadeIn h1 {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
}
.page_title.fadeIn .illust .img01 {
  -webkit-animation: fadeIn 0.8s cubic-bezier(0.76, 0, 0.24, 1) 0s forwards;
  animation: fadeIn 0.8s cubic-bezier(0.76, 0, 0.24, 1) 0s forwards;
}
.page_title.fadeIn .illust .img02 {
  -webkit-animation: fadeIn 0.8s cubic-bezier(0.76, 0, 0.24, 1) 0.2s forwards;
  animation: fadeIn 0.8s cubic-bezier(0.76, 0, 0.24, 1) 0.2s forwards;
}
.page_title.fadeIn .illust .img03 {
  -webkit-animation: fadeIn 0.6s cubic-bezier(0.76, 0, 0.24, 1) 0.4s forwards;
  animation: fadeIn 0.6s cubic-bezier(0.76, 0, 0.24, 1) 0.4s forwards;
}
@-webkit-keyframes fadeIn {
  0% {
    -webkit-filter: blur(6px);
    filter: blur(6px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    -webkit-filter: blur(6px);
    filter: blur(6px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@media screen and (max-width: 800px) {
  .page_title {
    width: 100%;
    padding: 106px 0 95px;
  }
  .page_title h1 {
    margin: 0 auto;
  }
  .page_title .illust {
    height: 130%;
    opacity: 0.5;
  }
}
html {
  font-size: 10px;
}
body {
  color: #fff;
  line-height: 1;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS PGothic", "MS Pゴシック", sans-serif;
  font-weight: 300;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  position: relative;
  background-color: var(--c_base);
  background-image: url(../img/common/bg_texture.png);
  background-size: 250px;
}
@media screen and (min-width: 800px) {
  .pc_off {
    display: none !important;
  }
}
@media screen and (max-width: 800px) {
  body {
    min-width: 320px;
  }
  .pc_only {
    display: none !important;
  }
}
.wrap_1200 {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
/* ========================================

header

======================================== */
.header {
  width: var(--w_pc);
  position: relative;
  margin: 0 auto;
  padding: 36px 10px 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 5;
}
.header.box-fade {
  -webkit-transform: translate(0);
          transform: translate(0);
}
.header .logo {
  width: clamp(250px, 14.4928%, 200px);
  margin-top: 4px;
  margin-right: auto;
  margin-left: 50px;
}
.header_nav {
  margin-top: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_nav ul li {
  font-size: clamp(14px, 1vw, 15px);
  letter-spacing: 0.025em;
	font-family: var(--f_serif);
}
.header_nav ul li:not(:last-of-type) {
  margin-right: clamp(12px, 2vw, 50px);
}
.header_nav ul li a {
  display: block;
  position: relative;
  padding: 10px 0;
}
.header_nav ul li a::before {
  width: 7px;
  height: 7px;
  content: '';
  display: block;
  position: absolute;
  left: calc(50% - 2px);
  bottom: -6px;
  background-color: var(--c_yamabuki);
  border-radius: 50%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
.header_nav ul li a.current::before, .header_nav ul li a:hover::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.header_tel {
  margin-top: 10px;
  margin-left: auto;
}
.header_tel .tel {
  font-family: var(--f_num);
  font-weight: 300;
  font-size: 26px;
  letter-spacing: 0.025em;
  margin-bottom: 8px;
}
.header_tel .tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_tel .tel a::before {
  width: 20px;
  height: 20px;
  content: '';
  display: block;
  margin: 3px 8px 0 0;
  background-image: url(../img/common/head_ico_tel.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 20px;
}
.header_tel .txt {
  font-size: 11px;
  letter-spacing: 0.025em;
}
.header_spnav {
  display: none;
}

@media screen and (max-width: 1100px) {
  .header_tel {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .header {
    width: 100%;
    padding: 18px var(--mr_sp) 0;
  }
  .header.box-fade {
    -webkit-transform: none;
            transform: none;
  }
  .header.box-fade .loog {
    opacity: 0;
  }
  .header.box-fade.fadeIn {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
  .header .logo {
    width: 139px;
    max-width: none;
    margin: 0;
  }
  .header_nav {
    display: none;
  }
  .header_tel {
    display: none;
  }
  .header_spnav {
    width: 100%;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    padding: 18px var(--mr_sp) 60px;
    background-color: var(--c_base);
    background-image: url(../img/common/bg_texture.png);
    background-size: 250px;
    z-index: -1;
    -webkit-transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
    transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  }
  .header_spnav .logo {
    margin: 0 0 196px;
  }
  .header_spnav ul {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .header_spnav ul li {
    font-family: var(--f_serif);
    font-size: 20px;
    line-height: 2;
    letter-spacing: 0.025em;
  }
  .header_spnav .address {
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    line-height: 1.66;
    letter-spacing: 0.05em;
    margin-bottom: 18px;
  }
  .header_spnav .address a {
    color: #fff;
    margin-left: 6px;
    border-bottom: 1px solid #fff;
  }
  .header_spnav .tel {
    font-family: var(--f_num);
    font-weight: 300;
    font-size: 26px;
    letter-spacing: 0.025em;
    margin-bottom: 7px;
  }
  .header_spnav dl {
    font-size: 11px;
    line-height: 1.8;
    letter-spacing: 0.025em;
    margin-bottom: 12px;
  }
  .header_spnav dl div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header_spnav dl dt {
    width: 5em;
  }
  .header_spnav dl dd {
    width: calc(100% - 5em);
  }
  body.nav_active {
    height: 100vh;
    overflow: hidden;
  }
  body.nav_active .header_spnav {
    opacity: 1;
    visibility: visible;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    z-index: 200;
  }
  .header .btn_nav {
    width: 50px;
    height: 50px;
    position: fixed;
    top: 20px;
    right: 10px;
    margin-top: 6px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    z-index: 999;
    -webkit-transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
    transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  }
  .header .btn_nav span, .header .btn_nav::before, .header .btn_nav::after {
    width: 20px;
    height: 1px;
    display: block;
    position: absolute;
    left: calc(50% - 10px);
    background: #fff;
    -webkit-transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
    transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  }
  .header .btn_nav span {
    top: 50%;
  }
  .header .btn_nav::before, .header .btn_nav::after {
    content: '';
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  .header .btn_nav::before {
    -webkit-animation: btn_nav_top_off cubic-bezier(0.76, 0, 0.24, 1) 0.4s forwards;
            animation: btn_nav_top_off cubic-bezier(0.76, 0, 0.24, 1) 0.4s forwards;
  }
  .header .btn_nav::after {
    -webkit-animation: btn_nav_bottom_off cubic-bezier(0.76, 0, 0.24, 1) 0.4s forwards;
            animation: btn_nav_bottom_off cubic-bezier(0.76, 0, 0.24, 1) 0.4s forwards;
  }
  body.nav_active .header .btn_nav span {
    opacity: 0;
  }
  body.nav_active .header .btn_nav::before {
    -webkit-animation: btn_nav_top_on cubic-bezier(0.76, 0, 0.24, 1) 0.4s forwards;
            animation: btn_nav_top_on cubic-bezier(0.76, 0, 0.24, 1) 0.4s forwards;
  }
  body.nav_active .header .btn_nav::after {
    -webkit-animation: btn_nav_bottom_on cubic-bezier(0.76, 0, 0.24, 1) 0.4s forwards;
            animation: btn_nav_bottom_on cubic-bezier(0.76, 0, 0.24, 1) 0.4s forwards;
  }
}
@-webkit-keyframes btn_nav_top_off {
  0% {
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  50% {
    top: 50%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    top: calc(50% - 4px);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes btn_nav_top_off {
  0% {
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  50% {
    top: 50%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    top: calc(50% - 4px);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes btn_nav_top_on {
  0% {
    top: calc(50% - 4px);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    top: 50%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@keyframes btn_nav_top_on {
  0% {
    top: calc(50% - 4px);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    top: 50%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@-webkit-keyframes btn_nav_bottom_off {
  0% {
    top: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  50% {
    top: 50%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    top: calc(50% + 4px);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes btn_nav_bottom_off {
  0% {
    top: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  50% {
    top: 50%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    top: calc(50% + 4px);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes btn_nav_bottom_on {
  0% {
    top: calc(50% + 4px);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    top: 50%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    top: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@keyframes btn_nav_bottom_on {
  0% {
    top: calc(50% + 4px);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    top: 50%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    top: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
/* ========================================

footer

======================================== */
.footer {
  padding-bottom: 50px;
	background-color: var(--c_base);
}
.footer_inquiry {
  font-family: var(--f_serif);
background-color: #F8B500;
  font-weight: 300;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-left: none;
  border-right: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer_inquiry li {
  width: 50%;
}
.footer_inquiry li:first-of-type {
  border-right: 5px solid rgba(255, 255, 255, 0.15);
}
.footer_inquiry li a {
  height: 250px;
  display: block;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer_inquiry li a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.footer_inquiry li .txt {
  font-size: 16px;
  letter-spacing: 0.05em;
  margin-bottom: 26px;
}
.footer_inquiry li .tit {
  font-size: clamp(34px, 4vw, 50px);
  position: relative;
}
.footer_inquiry li .tit .ul::after {
  width: 100%;
  height: 1px;
  content: '';
  display: block;
  margin-top: 10px;
  background-color: #fff;
}
.footer_inquiry li .tit .arrow, .footer_inquiry li .tit .arrow_ul {
  width: 12px;
  height: 14px;
  display: block;
  position: absolute;
  right: -16px;
  top: 4px;
  margin-left: auto;
  border-bottom: 1px solid #fff;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.footer_inquiry li .tit .arrow::before, .footer_inquiry li .tit .arrow_ul::before {
  width: 9px;
  height: 9px;
  content: '';
  display: block;
  margin: 0 auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.footer_inquiry li .tit .arrow::after, .footer_inquiry li .tit .arrow_ul::after {
  width: 12px;
  height: 1px;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 2px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.footer_inquiry li .tit .arrow_dl {
  width: 12px;
  height: 13px;
  display: block;
  position: absolute;
  right: -6px;
  top: 4px;
  margin-left: auto;
  border-bottom: 1px solid #fff;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.footer_inquiry li .tit .arrow_dl::before {
  width: 8px;
  height: 8px;
  content: '';
  display: block;
  position: absolute;
  left: -2px;
  bottom: 0;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.footer_inquiry li .tit .arrow_dl::after {
  width: 1px;
  height: 11px;
  content: '';
  display: block;
  margin: 0 auto;
  background-color: #fff;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.footer_inner {
  width: 100%;
  margin: 0 auto;
  padding-top: 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
	background-color: var(--c_base);
}
.footer_nav {
  font-family: var(--f_serif);
  font-weight: 300;
  width: calc(100% - clamp(200px, 14.6667vw, 220px) - 100px);
  padding-left: clamp(30px, 4vw, 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer_nav li {
  font-size: clamp(15px, 1.2vw, 18px);
  font-weight: 500;
  letter-spacing: 0.025em;
}
.footer_nav li:not(:last-of-type) {
  margin-right: clamp(12px, 2vw, 50px);
}
.footer_nav li a {
  display: block;
  position: relative;
  padding: 10px 0;
}
.footer_nav li a::before {
  width: 5px;
  height: 5px;
  content: '';
  display: block;
  position: absolute;
  left: calc(50% - 2px);
  bottom: -6px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
.footer_nav li a.current::before, .footer_nav li a:hover::before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.footer_bnr {
  width: calc(clamp(200px, 14.6667vw, 220px) + clamp(30px, 4vw, 60px));
  margin-bottom: 50px;
}
.footer_bnr li {
  width: calc(100% - clamp(30px, 4vw, 60px));
}
.footer_bnr li:not(:last-of-type) {
  margin-bottom: 20px;
}
.footer_bnr li a {
  width: 100%;
  display: block;
}
.footer_bnr li img {
  height: 43px;
}
.footer_address {
  font-size: 12px;
  letter-spacing: 0.05em;
  padding-left: clamp(30px, 4vw, 60px);
}
.footer_address .logo {
  width: 324px;
  margin-bottom: 14px;
}
.footer_address .sub {
  font-size: 12px;
  margin-bottom: 46px;
}
.footer_address .address {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 8px;
}
.footer_address .map a {
  padding-bottom: 3px;
  border-bottom: 1px solid #fff;
}
.footer_info {
  width: calc(clamp(200px, 14.6667vw, 220px) + clamp(30px, 4vw, 60px));
  margin-top: 20px;
  margin-left: auto;
}
.footer_info .tel {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 16px;
}
.footer_info dl {
  font-size: 11px;
  line-height: 1.8;
  letter-spacing: 0.025em;
  margin-bottom: 12px;
}
.footer_info dl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer_info dl dt {
  width: 5em;
}
.footer_info dl dd {
  width: calc(100% - 5em);
}
.footer_info .copyright {
  font-size: 10px;
}
@media screen and (max-width: 800px) {
  .footer {
    padding-bottom: 148px;
  }
  .footer_inquiry li {
    width: 100%;
  }
  .footer_inquiry li:first-of-type {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .footer_inquiry li a {
    height: 220px;
    padding-bottom: 8px;
  }
  .footer_inquiry li .txt {
    font-size: 14px;
    letter-spacing: 0.05em;
    margin-bottom: 16px;
  }
  .footer_inquiry li .tit {
    font-size: 32px;
  }
  .footer_inquiry li .tit .ul::after {
    margin-top: 5px;
  }
  .footer_inquiry li .tit .arrow_dl {
    right: -10px;
  }
  .footer_inner {
    padding-top: 60px;
  }
  .footer_nav {
    width: 100%;
    margin-bottom: 60px;
    padding-left: 0;
  }
  .footer_nav li {
    font-size: 18px;
    width: 100%;
  }
  .footer_nav li:not(.group) {
    display: none;
  }
  .footer_nav li a {
    text-align: center;
    overflow: hidden;
    padding: 20px 0;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 30px;
  }
  .footer_bnr {
    width: 100%;
    margin-bottom: 0;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .footer_bnr li {
    width: 100%;
  }
  .footer_bnr li:not(:last-of-type) {
    margin-bottom: 12px;
  }
  .footer_bnr li img {
    height: 40px;
  }
  .footer_bnr li a {
    text-align: center;
  }
  .footer_address {
    text-align: center;
    width: 100%;
    margin-bottom: 18px;
    padding-left: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .footer_address .logo {
    width: 234px;
    margin: 0 auto 28px;
  }
  .footer_address .address {
    line-height: 1.66;
    margin-bottom: 8px;
  }
  .footer_address .map a {
    padding-bottom: 3px;
    border-bottom: 1px solid #fff;
  }
  .footer_info {
    width: 100%;
    margin: 20px 0 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .footer_info .tel {
    font-size: 28px;
    margin-bottom: 6px;
  }
  .footer_info dl {
    margin-bottom: 24px;
  }
}


/* ========================================
   guide
======================================== */
.guide-bg {
  background-color: var(--c_cleam);
  width: 100%;
}

.guide {
  width: var(--w_pc2);
  max-width: 1260px;
  margin: 0 auto 84px;
  color: var(--c_base);
}

.guide_list {
  border-top: 1px solid var(--c_yamabuki);
}
.guide_list > div {
  padding: 57px 0 62px;
  border-bottom: 1px solid var(--c_yamabuki);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: var(--c_base);
}
.guide_list > div#group {
  scroll-margin: 29px;
}
.guide_list > div > dt {
  font-family: var(--f_serif);
  font-size: clamp(17px, 1.6924vw, 22px);
  line-height: 2;
  letter-spacing: 0.1em;
  width: clamp(280px, 30.7693vw, 400px);
  color: var(--c_base);
}
.guide_list > div > dd {
  color: var(--c_base);
  font-size: clamp(15px, 1.3847vw, 18px);
  line-height: 2.22;
  width: calc(100% - clamp(280px, 30.7693vw, 400px));
  letter-spacing: 0.05em;
}
.guide_list .note {
  font-size: 12px;
  line-height: 1.66;
  text-indent: -2.7em;
  padding-left: 2.7em;
  color: var(--c_base);
}
.guide_list .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: var(--c_base);
}
.guide_list .column .term {
  width: clamp(150px, 14.6154vw, 190px);
  color: var(--c_base);
}
.guide_list .list_price {
  margin-bottom: 26px;
}
.guide_list .list_price div {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: var(--c_base);
}
.guide_list .list_price div:not(:last-of-type) {
  margin-bottom: 37px;
  color: var(--c_base);
}
.guide_list .list_price dt {
  color: var(--c_base);
  line-height: 1.2;
  position: relative;
  width: clamp(150px, 14.6154vw, 190px);
  padding-left: 30px;
}
.guide_list .list_price dt::before {
  width: 12px;
  height: 12px;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  background-color: var(--c_yamabuki);
  border-radius: 50%;
}
.guide_list .list_price dt small {
  font-size: 14px;
  color: var(--c_base);
}
.guide_list .list_price dd p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: var(--c_base);
}
.guide_list .list_price dd p:not(:last-of-type) {
  margin-bottom: 17px;
  color: var(--c_base);
}
.guide_list .list_price dd p .term {
  width: 165px;
  color: var(--c_base);
}
.guide_list .list_price dd p .item {
  text-align: right;
  width: calc(100% - 165px);
  color: var(--c_base);
}
.guide_list .list_file {
  color: var(--c_yamabuki);
  margin-top: 42px;
}
.guide_list .list_file div {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: var(--c_base);
}
.guide_list .list_file dt {
  line-height: 1.38;
  position: relative;
  width: clamp(181px, 17.6924vw, 230px);
  padding-left: 20px;
  color: var(--c_base);
}
.guide_list .list_file dt::before {
  width: 10px;
  height: 10px;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  background-color: var(--c_yamabuki);
  border-radius: 50%;
}
.guide_list .list_file dd {
  font-size: 14px;
  width: calc(100% - clamp(181px, 17.6924vw, 230px));
  color: var(--c_base);
}
.guide_list .list_file dd .link {
  max-width: 195px;
}
.guide_list .list_file dd .link:not(:last-of-type) {
  margin-bottom: 18px;
}
.guide_list .list_file dd .link a {
  padding: 4px 0 12px;
  border-bottom: 1px solid var(--c_yamabuki);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--c_base);
}
.guide_list .list_file dd .link a:hover {
  opacity: 0.6;
}
.guide_list .list li, .guide_list .list_column li {
  line-height: 1.7;
  position: relative;
  padding-left: 17px;
  color: var(--c_base);
}
.guide_list .list li:not(:last-of-type), .guide_list .list_column li:not(:last-of-type) {
  margin-bottom: 19px;
}
.guide_list .list li::before, .guide_list .list_column li::before {
  content: '・';
  position: absolute;
  left: 0;
  top: 0;
  color: var(--c_yamabuki);
}
.guide_list .list li a, .guide_list .list_column li a {
  border-bottom: 1px solid var(--c_yamabuki);
  color: var(--c_base);
}
.guide_list .list li a:hover, .guide_list .list_column li a:hover {
  opacity: 0.6;
}
.guide_list .list li small, .guide_list .list_column li small {
  font-size: 13px;
  color: var(--c_base);
}
.guide_list .list_column {
  margin-top: 20px;
}
.guide_list .list_column li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.guide_list .list_column li:not(:last-of-type) {
  margin-bottom: 14px;
}
.guide_list .list_column li .term {
  width: clamp(130px, 12.6924vw, 165px);
  color: var(--c_base);
}
.guide_list .list_column li .item {
  width: calc(100% - clamp(130px, 12.6924vw, 165px));
  color: var(--c_base);
}

@media screen and (max-width: 800px) {
  .guide {
    width: var(--w_sp);
    margin-bottom: 53px;
    padding-top: 34px;
    color: var(--c_base);
  }
  .guide_list > div {
    padding: 34px 0;
    display: block;
    border-bottom: 1px solid var(--c_yamabuki);
  }
  .guide_list > div > dt {
    font-size: 17px;
    line-height: 1.66;
    width: 100%;
    margin-bottom: 12px;
    color: var(--c_base);
  }
  .guide_list > div > dd {
    font-size: 14px;
    line-height: 2;
    width: 100%;
    color: var(--c_base);
  }
  .guide_list .note {
    font-size: 11px;
    line-height: 1.81;
    color: var(--c_base);
  }
  .guide_list .list_price {
    margin: 16px 0 20px;
  }
  .guide_list .list_price div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    color: var(--c_base);
  }
  .guide_list .list_price div:not(:last-of-type) {
    margin-bottom: 41px;
  }
  .guide_list .list_price dt {
    line-height: 1.2;
    width: 100%;
    margin-bottom: 15px;
    padding-left: 20px;
    color: var(--c_base);
  }
  .guide_list .list_price dt::before {
    width: 10px;
    height: 10px;
    top: 4px;
    background-color: var(--c_yamabuki);
  }
  .guide_list .list_price dt small {
    font-size: inherit;
    color: var(--c_base);
  }
  .guide_list .list_price dd {
    width: 100%;
    color: var(--c_base);
  }
  .guide_list .list_price dd p {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: var(--c_base);
  }
  .guide_list .list_price dd p:not(:last-of-type) {
    margin-bottom: 14px;
  }
  .guide_list .list_file {
    margin: 24px 0;
    color: var(--c_yamabuki);
  }
  .guide_list .list_file div {
    line-height: 1;
    display: block;
    color: var(--c_base);
  }
  .guide_list .list_file dt {
    line-height: 1;
    width: 100%;
    margin-bottom: 23px;
    padding-left: 16px;
    color: var(--c_base);
  }
  .guide_list .list_file dt::before {
    top: 3px;
    background-color: var(--c_yamabuki);
  }
  .guide_list .list_file dd {
    font-size: 14px;
    width: 100%;
    color: var(--c_base);
  }
  .guide_list .list_file dd .link {
    max-width: none;
  }
  .guide_list .list_file dd .link:not(:last-of-type) {
    margin-bottom: 18px;
  }
  .guide_list .list_file dd .link a {
    padding: 4px 0 12px;
    border-bottom: 1px solid var(--c_yamabuki);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: var(--c_base);
  }
  .guide_list .list_file dd .link a:hover {
    opacity: 0.6;
  }
  .guide_list .list li, .guide_list .list_column li {
    line-height: 2;
    padding-left: 17px;
    color: var(--c_base);
  }
  .guide_list .list li:not(:last-of-type), .guide_list .list_column li:not(:last-of-type) {
    margin-bottom: 12px;
  }
  .guide_list .list li small, .guide_list .list_column li small {
    font-size: 12px;
    color: var(--c_base);
  }
  .guide_list .list_column {
    margin-top: 12px;
  }
  .guide_list .list_column li:not(:last-of-type) {
    margin-bottom: 0;
  }
  .guide_list .list_column li .term {
    width: 110px;
    color: var(--c_base);
  }
  .guide_list .list_column li .item {
    width: calc(100% - 110px);
    color: var(--c_base);
  }
}