@charset "utf-8";
/* all
-------------------------------------------------------------------*/
:root {
  --black: #282828;
  --white: #fff;
  --sub_white: #f2f2f2;
  --main_color: #b29e79;
  --sub_color: #424347;
  --contact_color: #e60012;
  --fitler_white: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(24deg) brightness(113%) contrast(111%);
  --fitler_main: brightness(0) saturate(100%) invert(65%) sepia(6%) saturate(1602%) hue-rotate(1deg) brightness(97%) contrast(95%);
  --shadow_black: drop-shadow(0 0 17px rgba(0, 0, 0, 0.2));
  --vk-width-col-2-main:74.5%;
  --vk-width-col-2-sub:23.166667%;
  --vk-line-height: 1.6;
  --vk-width-container: 1200px;
}
html,
body {
  background: var(--white);
  color: var(--black);
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 1.4;
  scroll-behavior: smooth;
  scroll-padding-top: 5em;
}
body,
body.home header{
	--header_filter:var(--fitler_white);
	--header_color:var(--white);
}
body:not(:has(.page-header)){
	--header_filter:brightness(0) saturate(100%) invert(4%) sepia(5%) saturate(4953%) hue-rotate(351deg) brightness(98%) contrast(109%);
	--header_color:var(--black);
}
.orbitron {
  font-family: "Orbitron", sans-serif;
}
body {
  width: 100%;
  font-size: 100%;
  text-align: center;
  min-width: 960px;
  text-size-adjust: none;
  font-feature-settings: 'palt';
  -webkit-text-size-adjust: none;
}
main {
  overflow: clip;
  width: 100%;
}
main>*:first-child {
  padding-top: 64px;
}
.sitewrap {
  width: 960px;
  min-width: 960px;
  margin: 0 auto;
  text-align: left;
  box-sizing: border-box;
}
body.home footer .sitewrap,
body:not(.home) .sitewrap{
  width: 1200px;
  min-width: 1200px;
}
.sitewrap.sitewrap-large {
  width: 1216px;
  min-width: 1216px;
}
img {
  max-width: 100%;
  height: auto;
}
.image_fit img {
  object-fit: cover;
  max-width: inherit;
  width: 100%;
  height: 100%;
}
*:has(>wbr) {
  word-break: keep-all;
}
a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
}
header *,
footer *{
  margin:0;
  padding:0;
  line-height:inherit;
}
@media screen and (max-width:1272px) {
  .sitewrap.sitewrap-large {
    width: 100%;
    min-width: 0;
  }
  .sitewrap.sitewrap-large>* {
    padding-left: 2%;
    padding-right: 2%;
  }
}
@media screen and (max-width:1270px) {
  body:not(.home),
	body.home footer .sitewrap,
  body:not(.home) .sitewrap {
    width: 100%;
    min-width: 0;
  }
  body:not(.home) .sitewrap>*,
	body.home footer .sitewrap > *{
    padding-left: 2%;
    padding-right: 2%;
  }
}
@media screen and (max-width:1016px) {
  body,
  .sitewrap {
    width: 100%;
    min-width: 0;
  }
  .sitewrap>* {
    padding-left: 2%;
    padding-right: 2%;
  }
}
@media screen and (max-width:767px) {
  :root {
    --shadow_black: drop-shadow(0 0 8px rgba(0, 0, 0, 0.2));
  }
  html {
    font-size: 14px;
  }
  main>*:first-child {
    padding-top: 60px;
  }
  .sitewrap>*,
  .sitewrap.sitewrap-large>*,
body:not(.home) .sitewrap>*,
body.home footer .sitewrap > *{
    padding-left: 15px;
    padding-right: 15px;
  }
  a[href^="tel:"] {
    pointer-events: auto;
  }
}
/* header
-------------------------------------------------------------------*/
header#fix_menu {
  position: fixed;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  inset: 0 0 auto;
}
header#fix_menu::after {
  position: absolute;
  z-index: -10;
  inset: auto 0 0;
  display: inline-block;
  content: "";
  width: 100%;
  height: 1px;
  background: var(--white);
  opacity: 0.3;
}
header#fix_menu.fixedMenu {
  background: var(--black);
}
header#fix_menu #site_ttl {
  position: relative;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16.2px 20px 12px;
}
header#fix_menu #site_ttl a {
  display: inline-block;
  vertical-align: middle;
  width: 236px;
  aspect-ratio: 295/44;
}
header#fix_menu #site_ttl a img {
  object-fit: cover;
  max-width: inherit;
  width: 100%;
  height: 100%;
  filter: var(--header_filter);
}
header#fix_menu.fixedMenu #site_ttl a img {
  filter: var(--fitler_white);
}
header#fix_menu .drop_menu {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  white-space: nowrap;
}
header#fix_menu .drop_menu #NavWrap ul:not([class]) {
  display: inline-flex;
  justify-content: space-between;
  align-items: stretch;
  width: 41.8em;
}
header#fix_menu .drop_menu #NavWrap li> :is(a, p) {
  position: relative;
  z-index: 10;
  display: inline-block;
  font-size: 0.75em;
  font-weight: 500;
  color: var(--header_color);
  letter-spacing: 0.05em;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}
header#fix_menu.fixedMenu .drop_menu #NavWrap li> :is(a, p) {
  color: var(--white);
}
header#fix_menu .drop_menu #NavWrap ul:not([class])>li> :is(a, p) {
  padding: 2.3575em 0.5em;
  transition: color .4s;
}
header#fix_menu .drop_menu #NavWrap ul:not([class])>li> :is(a, p)::before {
  position: absolute;
  z-index: 10;
  inset: auto 0 0;
  display: inline-block;
  content: "";
  width: 100%;
  height: 3px;
  background: var(--main_color);
  scale: 0 1;
  transform-origin: center;
  transition: scale .4s;
}
header#fix_menu .drop_menu #NavWrap li span {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
header#fix_menu .drop_menu #NavWrap li.drop_wrap {
  position: relative;
  z-index: 10;
}
header#fix_menu .drop_menu #NavWrap li.drop_wrap i {
  display: none;
}
header#fix_menu .drop_menu #NavWrap li ul.drop_child {
  position: absolute;
  z-index: 999;
  min-width: auto;
  text-align: left;
  background: var(--main_color);
  border-radius: 0.625em;
  padding: 0.5em 0.75em;
  opacity: 0;
  visibility: hidden;
  top: 3.4em;
  left: 50%;
  transform: translateX(-50%);
  transition: opacity .4s;
  filter: drop-shadow(0 10px 16px rgba(0, 0, 0, 0.15));
}
header#fix_menu .drop_menu #NavWrap li.drop_wrap p::before {
  position: absolute;
  z-index: -10;
  display: inline-block;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: -2.5em;
}
header#fix_menu .drop_menu #NavWrap ul.drop_child li+li {
  border-top: 1px solid var(--white);
}
header#fix_menu .drop_menu #NavWrap ul.drop_child li a {
  min-width: 16em;
  color: var(--black);
  padding-inline: 0.5em;
  transition: opacity .4s;
}
header#fix_menu .drop_menu #NavWrap ul.drop_child li a span {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  min-height: 3.6em;
}
header#fix_menu .drop_menu .contact-btn_box {
  position: relative;
  z-index: 990;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1em;
  height: 100%;
  margin-inline: 1.2em;
}
header#fix_menu .drop_menu .contact-btn a {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  min-width: 12.1428571429em;
  width: fit-content;
  min-height: 2.57142857143em;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--white);
  background: var(--contact_color);
  border: 1px solid var(--contact_color);
  border-radius: 3em;
  padding: 0.5em 1.25em;
  margin: auto;
  text-decoration: none;
  transition: color .4s, background .4s;
}
header#fix_menu .drop_menu .contact-btn a::before {
  display: inline-block;
  content: "";
  width: 1.5em;
  aspect-ratio: 21/16;
  background: var(--white);
  mask: url(../img/common/icon-mail.svg) no-repeat;
  mask-size: contain;
  transition: background .4s;
}
header#fix_menu .drop_menu #switch {
  position: fixed;
  z-index: -999;
  width: 0;
  height: 0;
  opacity: 0;
}
header#fix_menu .drop_menu #NavWrap li.opened ul.drop_child{
	opacity: 1;
	visibility: visible;
}
@media screen and (min-width:1421px) {
	body:is(.blog,.archive,.single) header#fix_menu .drop_menu #NavWrap  ul:not([class])>li> :is(a, p) {
	  color: var(--white) !important;
	}
	body:is(.blog,.archive,.single) header#fix_menu .drop_menu #NavWrap ul:not([class])>li> :is(a, p)::before {
	  background: var(--white) !important;
	}
}
@media (any-hover: hover) and (any-pointer: fine) {
  header#fix_menu .drop_menu #NavWrap ul:not([class])>li> :is(a, p):hover {
    color: var(--main_color);
  }
  header#fix_menu .drop_menu #NavWrap ul:not([class])>li> :is(a, p):hover::before {
    scale: 1 1;
  }
  header#fix_menu .drop_menu #NavWrap li:hover ul.drop_child{
    opacity: 1;
    visibility: visible;
  }
  header#fix_menu .drop_menu #NavWrap ul.drop_child li a:hover {
    opacity: 0.6;
  }
  .contact-btn a:hover {
    color: var(--contact_color) !important;
    background: var(--white) !important;
  }
  .contact-btn a:hover::before {
    background: var(--contact_color) !important;
  }
}
@media screen and (max-width:1136px) {
  header#fix_menu .drop_menu {
    flex-direction: row-reverse;
  }
  header#fix_menu .drop_menu #switch~label {
    position: relative;
    z-index: 990;
    display: inline-block;
    text-align: center;
    padding: .75em;
    width: 4em;
    aspect-ratio: 1/1;
    background: var(--main_color);
    box-sizing: border-box;
    cursor: pointer;
  }
  header#fix_menu .drop_menu #switch~label b {
    display: block;
    width: 100%;
    margin-bottom: 0;
  }
  header#fix_menu .drop_menu #switch~label span {
    position: absolute;
    display: block;
    width: 22px;
    height: 2px;
    background: var(--white);
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    cursor: -webkit-grabbing;
    transition: transform 0.4s;
  }
  header#fix_menu .drop_menu #switch~label span:before,
  header#fix_menu .drop_menu #switch~label span:after {
    position: absolute;
    z-index: 10;
    display: block;
    content: "";
    width: 22px;
    height: 2px;
    background: var(--white);
    margin-top: 0;
  }
  header#fix_menu .drop_menu #switch~label span:before {
    top: -9px;
  }
  header#fix_menu .drop_menu #switch~label span:after {
    top: 9px;
  }
  header#fix_menu .drop_menu #switch:checked~label span {
    transform: rotate(-135deg);
  }
  header#fix_menu .drop_menu #switch:checked~label span:before {
    top: 0;
  }
  header#fix_menu .drop_menu #switch:checked~label span:after {
    transform: rotate(270deg);
    top: 0;
    margin-top: 0;
  }
  header#fix_menu .drop_menu #NavWrap {
    position: fixed;
    z-index: 950;
    width: 288px;
    height: 100%;
    max-height: 100dvh;
    top: -4em;
    right: 0;
    background: var(--sub_color);
    padding-block: 4em;
    opacity: 0;
    box-sizing: border-box;
    overscroll-behavior: contain;
    overflow: auto;
    visibility: hidden;
    transition: top .4s, opacity .4s, visibility .4s;
  }
  header#fix_menu .drop_menu #NavWrap::-webkit-scrollbar {
    height: 10px;
    width: 10px;
  }
  header#fix_menu .drop_menu #NavWrap::-webkit-scrollbar-track {
    border-radius: 10px;
    background: var(--black);
  }
  header#fix_menu .drop_menu #NavWrap::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: var(--sub_white);
  }
  header#fix_menu .drop_menu #switch:checked~#NavWrap {
    top: 0;
    opacity: 1;
    visibility: visible;
  }
  header#fix_menu .drop_menu #NavWrap ul:not([class]) {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }
  header#fix_menu .drop_menu #NavWrap li> :is(a, p) {
    text-align: left;
    font-size: 1em;
  }
  header#fix_menu .drop_menu #NavWrap ul:not([class])>li> :is(a, p),
  header#fix_menu .drop_menu #NavWrap ul.drop_child li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.5em;
    width: 100%;
    min-height: 3.75em;
    font-size: 0.8rem;
    border-bottom: 1px solid var(--white);
    padding: 0.5em 1.875em;
    transition: color .4s, background .4s;
  }
  header#fix_menu .drop_menu #NavWrap ul:not([class])>li> :is(a, p)::before {
    position: static;
    width: 1em;
    aspect-ratio: 1/1;
    height: auto;
    background: var(--main_color);
    mask: url(../img/common/icon-heading.svg) no-repeat;
    scale: 1;
    transition: none;
  }
  header#fix_menu .drop_menu #NavWrap ul:not([class])>li:not(.drop_wrap)> :is(a, p)::after,
  header#fix_menu .drop_menu #NavWrap ul.drop_child li a::after {
    --border_color: var(--white);
    position: absolute;
    z-index: 10;
    top: 50%;
    right: 1em;
    display: inline-block;
    content: "";
    width: 0.45em;
    aspect-ratio: 1/1;
    border-top: 2px solid var(--border_color);
    border-right: 2px solid var(--border_color);
    translate: 0 -50%;
    rotate: 45deg;
    transform: skew(5deg, 5deg);
    transition: border-color .4s;
  }
  header#fix_menu .drop_menu #NavWrap li span {
    display: inline-block;
    width: auto;
    height: auto;
  }
  header#fix_menu .drop_menu #NavWrap li.drop_wrap i {
    --bg_color:var(--white);
    position: absolute;
    z-index: 10;
    display: inline-block;
    width: 1.85em;
    aspect-ratio: 1/1;
    top: 0.875em;
    right: 0.35em;
  }
  header#fix_menu .drop_menu #NavWrap li.drop_wrap i::before,
  header#fix_menu .drop_menu #NavWrap li.drop_wrap i::after {
    position: absolute;
    z-index: 10;
    display: inline-block;
    content: "";
    width: 0.75em;
    height: 2px;
    background: var(--bg_color);
    border-radius: 1em;
    top: 0.85em;
    right: 0.35em;
  }
  header#fix_menu .drop_menu #NavWrap li.drop_wrap i::after {
    transform: rotate(270deg);
    transition: transform .4s;
  }
  header#fix_menu .drop_menu #NavWrap li.drop_wrap.opened i::after {
    transform: rotate(0);
  }
  header#fix_menu .drop_menu #NavWrap li ul.drop_child,
  header#fix_menu .drop_menu #NavWrap li:hover ul.drop_child {
    position: static;
    max-height: 0;
    background: var(--main_color);
    border-radius: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transform: none;
    transition: max-height .4s, opacity .4s, visibility .4s;
    filter: none;
  }
  header#fix_menu .drop_menu #NavWrap li.opened ul.drop_child {
    max-height: 100vh;
    opacity: 1;
    visibility: visible;
  }
  header#fix_menu .drop_menu #NavWrap li.drop_wrap p::before {
    position: absolute;
    z-index: -10;
    display: inline-block;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    bottom: -2.5em;
  }
  header#fix_menu .drop_menu #NavWrap ul.drop_child li+li {
    border-top: none;
  }
  header#fix_menu .drop_menu #NavWrap ul.drop_child li a span {
    min-height: 0;
  }
  header#fix_menu .drop_menu .contact-btn_box {
    margin-inline: 0;
  }
  header#fix_menu .drop_menu .contact-btn a {
    justify-content: flex-end;
    flex-direction: column;
    gap: 1em;
    width: 4rem;
    min-width: 0;
    aspect-ratio: 1/1;
    min-height: 0;
    font-size: 0.5rem;
    border-radius: 0;
    padding: 0.5rem;
    white-space: nowrap;
  }
  header#fix_menu .drop_menu .contact-btn a::before {
    width: 3em;
  }
  @media (any-hover: hover) {
    header#fix_menu .drop_menu #NavWrap ul:not([class])>li> :is(a, p):hover {
      color: var(--black);
      background: var(--white);
    }
    header#fix_menu .drop_menu #NavWrap ul:not([class])>li:not(.drop_wrap)> :is(a, p):hover::after,
    header#fix_menu .drop_menu #NavWrap ul.drop_child li a:hover::after {
      --border_color: var(--black);
    }
    header#fix_menu .drop_menu #NavWrap li.drop_wrap:has(>p:hover) i {
      --bg_color:var(--black);
    }
  }
}
@media screen and (max-width:767px) {
  header#fix_menu::after{
    display:none;
  }
  header#fix_menu #site_ttl {
    padding: 0 10px;
    width:min(calc(100% - 120px),220px);
  }
  header#fix_menu #site_ttl a {
    width: 100%;
  }
  header#fix_menu .drop_menu #switch~label,
  header#fix_menu .drop_menu .contact-btn a {
    gap: 0.5em;
    font-size: 0.625rem;
    width: 4.28571428571rem;
  }
  header#fix_menu .drop_menu #NavWrap {
    width: 100%;
    padding-block: 4.28571428571rem;
  }
  header#fix_menu .drop_menu #NavWrap ul:not([class])>li> :is(a, p),
  header#fix_menu .drop_menu #NavWrap ul.drop_child li a {
    font-size: 1rem;
  }
}
/* contents
-------------------------------------------------------------------*/
.section,
section {
  position: relative;
  z-index: 10;
}
.contact-wrap {
  color: var(--white);
  background: url(../img/common/bg-contacnt01.jpg) no-repeat;
  background-size: cover;
  padding-block: 4.5em;
}
.contact-wrap *{
  margin-block:0;
}
.contact-wrap .contact-image {
  position: absolute;
  z-index: 10;
  bottom: 0;
}
.contact-wrap .contact-image.image01 {
  left: 5%;
  width: clamp(163px, 21.3541666667%, 340px);
}
.contact-wrap .contact-image.image02 {
  right: 0;
  width: clamp(197px, 26.3541666667%, 414px);
}
.contact-wrap .contact-lead {
  text-align: center;
  font-size: 0.8rem;
  line-height: 2;
  margin-bottom: 2em;
}
.contact-wrap .contact-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: min(100%, 633px);
  min-height: 7.5em;
  background: var(--white);
  border-radius: 0.625em;
  padding: 1.2em;
  margin-inline: auto;
}
.contact-wrap .contact-box .contact-box_inner {
  position: relative;
  z-index: 20;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5em;
  width: min(100%, 528px);
  margin-inline: auto;
}
.contact-wrap .contact-box .contact-box_tel {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.5em;
}
.contact-wrap .contact-box .contact-box_tel a {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0.25em;
  font-size: 2.1rem;
  font-weight: bold;
  color: var(--main_color);
  line-height: 1;
}
.contact-wrap .contact-box .contact-box_tel a::before {
  content: "";
  display: inline-block;
  width: 0.88095238095em;
  aspect-ratio: 1/1;
  background: var(--main_color);
  mask: url(../img/common/icon-tel.svg) no-repeat;
  mask-size: cover;
}
.contact-wrap .contact-box .contact-box_tel .contact-time {
  font-size: 0.7em;
  color: var(--black);
}
.contact-wrap .contact-box .contact-btn {
  width: min(100%, 205px);
}
.contact-wrap .contact-box .contact-btn a {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  width: min(100%, 205px);
  min-height: 4.375em;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--white);
  background: var(--contact_color);
  border: 1px solid var(--contact_color);
  border-radius: 3em;
  padding: 0.5em 1.25em;
  margin: auto;
  text-decoration: none;
  transition: color .4s, background .4s;
}
.contact-wrap .contact-box .contact-btn a::before {
  display: inline-block;
  content: "";
  width: 1.5em;
  aspect-ratio: 21/16;
  background: var(--white);
  mask: url(../img/common/icon-mail.svg) no-repeat;
  mask-size: contain;
  transition: background .4s;
}

@media screen and (max-width: 1320px) {
	.contact-wrap .contact-image.image01 {
	  left:2%;
	}
}
@media screen and (max-width: 1120px) {
  .contact-wrap .contact-image{
    display:none;
  }
}
@media screen and (max-width:767px) {
  .contact-wrap {
    background-image: url(../img/common/bg-contacnt01.jpg);
    padding-block: 3.5em;
  }
  .contact-wrap .contact-image {
    display:block;
  }
  .contact-wrap .contact-image.image01 {
    width: 21.7333333333%;
  }
  .contact-wrap .contact-image.image02 {
    width: 26.4%;
  }
  .contact-wrap .contact-lead {
    font-size: 1rem;
    margin-bottom: 1em;
  }
  .contact-wrap .contact-box {
    min-height: 0;
    padding:2.25em 1.5em;
  }
  .contact-wrap .contact-box .contact-box_inner {
    flex-direction:column;
    justify-content:center;
    width: min(100%, 660px);
    margin-inline: auto;
  }
  .contact-wrap .contact-box .contact-box_tel {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0.5em;
  }
  .contact-wrap .contact-box .contact-box_tel a {
    font-size: 2rem;
  }
  .contact-wrap .contact-box .contact-box_tel .contact-time {
    font-size: 0.85714285714rem;
    letter-spacing:0.1em;
    text-align: center;
  }
  .contact-wrap .contact-box .contact-btn {
    width: 100%;
  }
  .contact-wrap .contact-box .contact-btn a {
    width: min(100%, 210px);
    min-height: 2.75em;
    font-size: 1.14285714286rem;
    border-radius: 3em;
    padding: 0.5em 1.25em;
  }
  .contact-wrap .contact-box .contact-btn a::before {
    width: 1.125em;
  }
}
.slick-slider .slide-arrow {
  position: absolute;
  z-index: 100;
  display: block;
  content: "";
  width: 0.875em;
  aspect-ratio:1/1;
  border-bottom:3px solid var(--white);
  border-left:3px solid var(--white);
  top:50%;
  translate:0 -50%;
  left: 0.75em;
  rotate:45deg;
  transform:skew(-5deg,-5deg);
  cursor: pointer;
  transition: background .4s;
}
.slick-slider .slide-arrow.slick-disabled {
  display: none !important;
}
.slick-slider .slide-arrow.prev-arrow {
  right: 0.75em;
  left:auto;
  scale: -1 -1;
}
.slide-thumbnail .slick-track {
  transform: unset !important;
  width:100% !important;
}
/* footer
-------------------------------------------------------------------*/
#pageTop {
  position: fixed;
  z-index: 900;
  bottom: 1.5em;
  right: 2em;
}
#pageTop a {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 6em;
  aspect-ratio: 1/0.967;
  font-size: 0.75rem;
  font-weight: bold;
  color: var(--white);
  text-transform: uppercase;
  text-decoration: none;
}
#pageTop a img {
  position: absolute;
  z-index: -10;
  inset: 50% auto auto 50%;
  translate: -50% -50%;
  transition: rotate 1s;
}
#pageTop a:hover img {
  rotate: 360deg;
}
footer {
  position: relative;
  z-index: 100;
  background: var(--sub_color);
  padding: 3.2em 0 0;
  overflow: hidden;
}
footer::after {
  position: absolute;
  z-index: -10;
  left: -13.6px;
  bottom: -2px;
  display: inline-block;
  content: "";
  width: 1566px;
  aspect-ratio: 1958/173;
  background: #494a4d;
  mask: url(../img/common/text-logo.svg) no-repeat;
  mask-size:cover;
}
footer li a span{
  position:relative;
  z-index:10;
}
footer li a span::before{
  position:absolute;
  z-index:10;
  display:inline-block;
  content:"";
  width:100%;
  height:1px;
  background:var(--text_color);
  bottom:0;
  left:0;
  scale:0 1;
  transform-origin:right;
  transition:scale .4s;
}
footer .footer-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.6em;
  margin-bottom: 3.2em;
}
footer .footer-logo {
  width: 296px;
  margin-bottom: 4em;
}
footer .footer-license {
  width:163px;
  margin-bottom: 0.8em;
}
footer .contact-btn a {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  width: min(100%, 163px);
  min-height: 3.125em;
  text-align: center;
  font-size: .8rem;
  font-weight: 500;
  color: var(--white);
  background: var(--contact_color);
  border: 1px solid var(--contact_color);
  border-radius: 3em;
  padding: 0.5em 1.25em;
  text-decoration: none;
  transition: color .4s, background .4s;
}
footer .contact-btn a::before {
  display: inline-block;
  content: "";
  width: 1.5em;
  aspect-ratio: 21/16;
  background: var(--white);
  mask: url(../img/common/icon-mail.svg) no-repeat;
  mask-size: contain;
  transition: background .4s;
}
footer .footer-right_box {
  width: min(100%, 614px);
}
footer .footer-nav_box>ul {
  display: flex;
  justify-content: flex-start;
  align-content: space-between;
  flex-direction: column;
  flex-wrap: wrap;
  font-size:.8rem;
  gap: 1.5em 1em;
  height: 172px;
  margin-bottom: 3em;
}
footer .footer-nav_box :is(a, p),
footer .footer-other_box ul li a {
  --text_color: var(--white);
  font-size: 0.875em;
  font-weight: bold;
  color: var(--text_color);
  text-decoration: none;
}
footer .footer-nav_box>ul>li> :is(a, p),
footer .footer-nav_box .drop_child li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: .5em;
}
footer .footer-nav_box>ul>li> :is(a, p)::before {
  content: "";
  display: inline-block;
  width: 1.71428571429em;
  aspect-ratio: 1/1;
  background: var(--main_color);
  mask: url(../img/common/icon-heading.svg) no-repeat;
  mask-size: cover;
}
footer .footer-nav_box .drop_child {
  margin-top: 0.825em;
}
footer .footer-nav_box .drop_child li:nth-child(n+2) {
  margin-top: 0.75em;
}
footer .footer-nav_box .drop_child li a {
  --text_color: #b7b7b7;
  gap: 1em;
  font-weight: normal;
}
footer .footer-nav_box .drop_child li a::before {
  content: "";
  width: 0.875em;
  height: 1px;
  background: var(--text_color);
}
footer .footer-bnr_box {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap:wrap;
  gap: 0.625em;
}
footer .footer-bnr_box li {
  flex: 1;
}
footer .footer-bnr_box li a{
	display:block;
}
footer .footer-bnr_box li a img{
	min-height:105px;
	min-width: 185px;
}
footer .footer-other_box {
  --text_color: #b7b7b7;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: .625em 1em;
  border-top: 1px solid #777;
  padding-block: 1.25em;
}
footer .footer-other_box ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 0.7rem;
}
footer .footer-other_box ul li:not(:last-child) {
  border-right: 1px solid var(--text_color);
  padding-right: 1em;
  margin-right: 1em;
}
footer .footer-other_box ul li a {
  --text_color: #b7b7b7;
  font-weight: 500;
}
footer .footer-other_box small {
  font-size: 0.7rem;
  color: var(--text_color);
}
body .grecaptcha-badge{
	display:none !important;
}
@media (any-hover: hover) {
  footer li a:hover span::before{
    scale:1 1;
    transform-origin:left;
  }
}
@media screen and (max-width: 767px) {
  #pageTop {
    bottom: 2em;
    right: 1em;
  }
  #pageTop a {
    width: 4.5em;
    font-size: 1rem;
  }
  footer {
    padding: 3em 0 0;
  }
  footer::after {
    left:auto;
    right: -7px;
    bottom: -2px;
    width: 85%;
    aspect-ratio: 633/239;
    mask-image: url(../img/common/text-logo_sp.svg);
    mask-size: cover;
  }
	footer .footer-bnr_box {
	  justify-content:center;
	}
  footer .footer-box {
    flex-direction:column;
    gap: 2.5em;
    margin-bottom: 2.5em;
  }
  footer .footer-box > *{
    width:100%;
  }
  footer .footer-logo {
    width:75%;
    margin:0 auto 2.5em;
  }
  footer .footer-license {
    width:50%;
    margin:0 auto;
  }
  footer .contact-btn,
  footer .footer-nav_box{
    display:none;
  }
  footer .footer-right_box {
    width:100%;
  }
  footer .footer-bnr_box li {
	 flex:inherit;
	 width: calc(50% - 0.3125em);
	 }
  footer .footer-other_box {
    justify-content: center;
  }
  footer .footer-other_box ul{
	  font-size: 0.875rem;
	 }
  footer .footer-other_box small {
    font-size: 0.625rem;
  }
	footer .footer-bnr_box li a img{
		min-height:0;
		min-width:0;
	}
}