@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Shippori+Antique&display=swap");
/* Reset
----------------------------------------------- */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
}

@supports not (min-block-size: 100dvb) {
  :where(html) {
    block-size: 100%;
  }
}
:where(body) {
  block-size: 100%;
  block-size: 100dvb;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(button) {
  border: none;
  background: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

:where(a) {
  text-underline-offset: 0.1ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg) {
  max-inline-size: 100%;
  block-size: auto;
  vertical-align: bottom;
}

:where(p, li, dt, dd, th, td, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(table) {
  border-collapse: collapse;
  border-spacing: 0;
}

:where(picture) {
  display: block;
}

:where(i, em) {
  font-style: normal;
}

/* Utillity
----------------------------------------------- */
.ul-disc > li {
  list-style: disc;
  margin-left: 1.2em;
}

.ol-decimal > li {
  list-style: decimal;
  margin-left: 1.2em;
}

.hidden {
  display: none;
}

.hidden-pc {
  display: none;
}

@media (width <= 768px) {
  .hidden-pc {
    display: block;
  }
  .hidden-pc.inline {
    display: inline-block;
  }
  .hidden-tab {
    display: none;
  }
}
@media (width <= 520px) {
  .hidden-tab {
    display: block;
  }
  .hidden-tab.inline {
    display: inline-block;
  }
  .hidden-sp {
    display: none;
  }
}
.taR {
  text-align: right;
}

.taL {
  text-align: left;
}

.taC {
  text-align: center;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

a img {
  backface-visibility: hidden;
  transition: opacity 0.2s;
}
@media (hover: hover) {
  a:hover img {
    opacity: 0.8;
  }
}

*[class|=logo] a {
  text-decoration: none;
}
*[class|=logo] a:hover {
  text-decoration: none;
}
*[class|=logo] a:hover img {
  opacity: 1;
}

a.tel {
  text-decoration: none;
}
a.tel img {
  opacity: 1;
}

/* Modules
----------------------------------------------- */
.intersection.group {
  opacity: 1;
}
.intersection.group > * {
  opacity: 0;
  transform: translateY(1em);
}
.intersection.group > *:nth-child(1) {
  transition: opacity 1.4s ease-out, transform 1.4s ease-out;
  transition-delay: 0.2s;
}
.intersection.group > *:nth-child(2) {
  transition: opacity 1.4s ease-out, transform 1.4s ease-out;
  transition-delay: 0.8s;
}
.intersection.group > *:nth-child(3) {
  transition: opacity 1.4s ease-out, transform 1.4s ease-out;
  transition-delay: 1.4s;
}
.intersection.group > *:nth-child(4) {
  transition: opacity 1.4s ease-out, transform 1.4s ease-out;
  transition-delay: 2s;
}
.intersection.group > *:nth-child(5) {
  transition: opacity 1.4s ease-out, transform 1.4s ease-out;
  transition-delay: 2.6s;
}
.intersection.group > *:nth-child(6) {
  transition: opacity 1.4s ease-out, transform 1.4s ease-out;
  transition-delay: 3.2s;
}
.intersection.group > *:nth-child(7) {
  transition: opacity 1.4s ease-out, transform 1.4s ease-out;
  transition-delay: 3.8s;
}
.intersection.group > *:nth-child(8) {
  transition: opacity 1.4s ease-out, transform 1.4s ease-out;
  transition-delay: 4.4s;
}
.intersection.group > *:nth-child(9) {
  transition: opacity 1.4s ease-out, transform 1.4s ease-out;
  transition-delay: 5s;
}
.intersection.group > *:nth-child(10) {
  transition: opacity 1.4s ease-out, transform 1.4s ease-out;
  transition-delay: 5.6s;
}
.intersection.fade {
  opacity: 0;
  translate: 0 10px;
  transition: opacity 1.4s 0.1s ease-out, translate 1.4s 0.1s ease-out;
}
.intersection.view.group > * {
  opacity: 1;
  transform: translateY(0);
}
.intersection.view.fade {
  opacity: 1;
  translate: 0 0;
}

.zoom {
  overflow: hidden;
}
.zoom img {
  transition: scale 0.4s ease-out;
}
.zoom:hover img {
  scale: 1.04;
  opacity: 1;
}

/* Parts
----------------------------------------------- */
.mainimg {
  position: relative;
}
@media (width > 768px) {
  .mainimg {
    margin-bottom: 6.5789473684vw;
  }
}
@media (width <= 768px) {
  .mainimg {
    margin-bottom: 13.2978723404vw;
  }
}
.mainimg::after {
  position: absolute;
  top: 100%;
  right: 0;
  content: "";
  background-color: var(--color-blue);
}
@media (width > 768px) {
  .mainimg::after {
    width: 57.7485380117vw;
    height: 1.3157894737vw;
  }
}
@media (width <= 768px) {
  .mainimg::after {
    width: 106.3829787234vw;
    max-width: 85vw;
    height: 2.3936170213vw;
  }
}

@media (width > 768px) {
  .page_header {
    padding-inline: 8.0409356725vw;
  }
}
@media (width <= 768px) {
  .page_header {
    padding-inline: 5.3191489362vw;
  }
}
.page_header .breadcrumb {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (width > 768px) {
  .page_header .breadcrumb {
    margin-bottom: 1.4619883041vw;
  }
}
@media (width <= 768px) {
  .page_header .breadcrumb {
    margin-bottom: 5.3191489362vw;
  }
}
.page_header .breadcrumb > * {
  font-family: var(--font-min);
  line-height: 1.5;
  white-space: nowrap;
}
.page_header .breadcrumb > * + * {
  position: relative;
  margin-left: 1.9em;
}
.page_header .breadcrumb > * + *::before {
  position: absolute;
  left: -1.3em;
  top: 50%;
  transform: translateY(-50%);
  content: ">";
}
@media (width > 768px) {
  .page_header .breadcrumb > * {
    font-size: clamp(12px, 0.8771929825vw, 20px);
  }
}
@media (width <= 768px) {
  .page_header .breadcrumb > * {
    font-size: min(2.9255319149vw, 20px);
  }
}
.page_header .breadcrumb a {
  position: relative;
  text-decoration: none;
}
.page_header .breadcrumb a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: var(--color-border);
  background-color: currentColor;
  transform: scale(0, 1);
  transform-origin: right;
  transition: transform 0.4s;
}
.page_header .breadcrumb a:hover::after {
  transform-origin: left;
  transform: scale(1, 1);
}
.page_header .title {
  display: grid;
  border-bottom: 1px solid #707070;
  font-weight: 400;
  font-family: var(--font-min);
}
@media (width > 768px) {
  .page_header .title {
    gap: 0.365497076vw;
    padding-bottom: 2.1929824561vw;
    margin-bottom: 1.7543859649vw;
  }
}
@media (width <= 768px) {
  .page_header .title {
    gap: 0vw;
    padding-bottom: 5.3191489362vw;
    margin-bottom: 4.2553191489vw;
  }
}
.page_header .title .ja {
  line-height: 1.3;
}
@media (width > 768px) {
  .page_header .title .ja {
    font-size: clamp(12px, 2.1929824561vw, 36px);
  }
}
@media (width <= 768px) {
  .page_header .title .ja {
    font-size: min(6.3829787234vw, 28px);
  }
}

.title-underline {
  border-bottom: 3px solid #B8BECE;
  display: flex;
  align-items: center;
  color: var(--color-blue);
  position: relative;
}
@media (width > 768px) {
  .title-underline {
    padding-bottom: 1.6081871345vw;
    margin-bottom: 1.4619883041vw;
    gap: 1.3157894737vw;
    font-size: clamp(12px, 1.8274853801vw, 30px);
  }
}
@media (width <= 768px) {
  .title-underline {
    padding-bottom: 3.1914893617vw;
    margin-bottom: 3.9893617021vw;
    gap: 3.1914893617vw;
    font-size: min(5.3191489362vw, 24px);
  }
}
.title-underline.vertical {
  flex-direction: column;
  align-items: flex-start;
}
@media (width > 768px) {
  .title-underline.vertical {
    gap: 2.5584795322vw;
  }
}
@media (width <= 768px) {
  .title-underline.vertical {
    gap: 5.3191489362vw;
  }
}
.title-underline::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 3px;
  content: "";
  background: var(--color-blue);
}
@media (width > 768px) {
  .title-underline::after {
    width: 8.7719298246vw;
  }
}
@media (width <= 768px) {
  .title-underline::after {
    width: 21.2765957447vw;
  }
}

.title-lefborder {
  border-left: solid var(--color-blue);
  padding-bottom: 0.15em;
  font-weight: 600;
  line-height: 1.2;
}
@media (width > 768px) {
  .title-lefborder {
    border-width: 0.5116959064vw;
    padding-left: 1.0964912281vw;
    margin-bottom: 0.9502923977vw;
    font-size: clamp(12px, 1.8274853801vw, 30px);
  }
}
@media (width <= 768px) {
  .title-lefborder {
    border-width: 1.329787234vw;
    padding-left: 2.6595744681vw;
    margin-bottom: 3.4574468085vw;
    font-size: min(5.3191489362vw, 24px);
  }
}

.title-leftbar {
  display: grid;
}
@media (width > 768px) {
  .title-leftbar {
    gap: 0.730994152vw 1.0964912281vw;
    margin-bottom: 2.7777777778vw;
  }
}
@media (width <= 768px) {
  .title-leftbar {
    gap: 0.7978723404vw 2.6595744681vw;
    margin-bottom: 6.6489361702vw;
    padding-left: 10.1063829787vw;
  }
}
.title-leftbar .ja {
  position: relative;
  font-family: var(--font-min);
  font-weight: 400;
  line-height: 1.3;
}
.title-leftbar .ja::before {
  position: absolute;
  top: 50%;
  top: 0.64em;
  content: "";
  background-color: var(--color-blue);
}
@media (width > 768px) {
  .title-leftbar .ja {
    font-size: clamp(12px, 2.0467836257vw, 34px);
  }
  .title-leftbar .ja::before {
    left: -4.0204678363vw;
    width: 3.0701754386vw;
    height: 0.365497076vw;
  }
}
@media (width <= 768px) {
  .title-leftbar .ja {
    font-size: min(5.8510638298vw, 26px);
  }
  .title-leftbar .ja::before {
    left: -9.8404255319vw;
    width: 7.9787234043vw;
    height: 0.7978723404vw;
  }
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-style: solid;
  border-radius: 9999px;
  background-color: currentColor;
  transition: 0.2s;
  text-decoration: none;
}
.button span {
  color: #fff;
  transition: 0.2s;
}
.button.blue {
  color: var(--color-blue);
}
.button.darkblue {
  border: 2px solid #fff;
  color: #243b98;
}
.button.red {
  color: var(--color-red);
}
.button.mark {
  display: inline-flex;
  align-items: center;
}
.button.mark::before, .button.mark::after {
  font-family: "Font Awesome 7 Free";
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  text-rendering: auto;
  flex-shrink: 0;
}
.button.mark {
  text-decoration: none;
}
.button.mark::after {
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  content: "\f105";
  border: 1px solid currentColor;
  border-radius: 50%;
  aspect-ratio: 1;
  background: #fff;
}
@media (width > 768px) {
  .button.mark::after {
    width: 1.7543859649vw;
    margin-left: 0.9502923977vw;
    font-size: clamp(12px, 0.730994152vw, 20px);
    transform: translateY(0.0730994152vw);
  }
}
@media (width <= 768px) {
  .button.mark::after {
    width: 5.3191489362vw;
    margin-left: 2.6595744681vw;
    font-size: min(2.1276595745vw, 20px);
    transform: translateY(0.1329787234vw);
  }
}
.button.mark:hover img {
  opacity: 1;
}
.button.mark {
  position: relative;
}
.button.mark::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: currentColor;
  scale: 1.33;
  transform-origin: right top;
}
.button:hover {
  background-color: #fff;
}
.button:hover.blue span {
  color: var(--color-blue);
}
.button:hover.red span {
  color: var(--color-red);
}
.button:hover.darkblue {
  background-color: var(--color-light-blue);
  border-color: var(--color-light-blue);
}
.button:hover.darkblue span {
  color: var(--color-blue);
}
@media (width > 768px) {
  .button {
    border-width: 0.1461988304vw;
  }
  .button::after {
    right: 1.4619883041vw;
  }
}
@media (width <= 768px) {
  .button {
    border-width: 0.5319148936vw;
  }
  .button::after {
    right: 3.9893617021vw;
  }
}

.btn {
  text-decoration: none;
}
.btn:hover img {
  transition: none;
  opacity: 1;
}

.news-list {
  padding-block: 1px;
}
.news-list a {
  display: grid;
  padding-block: 0.6em;
  margin-block: 0.2em;
  line-height: 1.6;
  position: relative;
  text-decoration: none;
}
.news-list a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: var(--color-border);
  background-color: currentColor;
  transform: scale(0, 1);
  transform-origin: right;
  transition: transform 0.4s;
}
.news-list a:hover::after {
  transform-origin: left;
  transform: scale(1, 1);
}
.news-list a::after {
  bottom: -1px;
}
@media (width > 768px) {
  .news-list a {
    grid-template-columns: 9.5em 1fr;
    font-size: clamp(12px, 1.0964912281vw, 20px);
  }
}
@media (width <= 768px) {
  .news-list a {
    gap: 0.5319148936vw;
    font-size: min(3.4574468085vw, 20px);
  }
  .news-list a:not(:last-child) {
    border-bottom: 1px solid #aaa;
  }
  .news-list a::after {
    bottom: -1px;
  }
}

/*
Light 300
Regular 400
Medium 500
SemiBold 600
Bold 700
Black 900
*/
/*

  FONT
----------------------------------------------- */
:root {
  font-size: 1px;
  --color-font-base: #000;
  --color-blue: #2751C3;
  --color-red: #F24E35;
  --color-light-blue: #E8F3FD;
  --color-border: #D0D8E4;
  --font-base: "Noto Sans JP", sans-serif;
  --font-min: "Shippori Antique", sans-serif;
}

body {
  color: var(--color-font-base);
  font-family: var(--font-base);
  font-size: clamp(12px, 1.1695906433vw, 20px);
  letter-spacing: 0.7rem;
}
@media (width <= 768px) {
  body {
    font-size: min(3.7234042553vw, 20px);
  }
}

:is(p) {
  line-height: 1.7;
}

:is(li, dt, dd, th, td, address) {
  line-height: 1.5;
}

:is(input, textarea, select) {
  font-size: max(1.1695906433vw, 16px);
}

:where(a) {
  color: inherit;
}
:where(a):hover {
  text-decoration: none;
}

/*

  LAYOUT
----------------------------------------------- */
@media (width <= 768px) {
  body.isOpenMenu {
    overflow: hidden;
  }
}

.main_contents {
  background-color: var(--color-light-blue);
}
@media (width > 768px) {
  .main_contents {
    margin-left: 17.8362573099vw;
  }
}
@media (width <= 768px) {
  .main_contents {
    padding-top: 18.6170212766vw;
  }
}

/*
  HEADER
----------------------------------------------- */
.header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  background-color: var(--color-light-blue);
}
@media (width > 768px) {
  .header {
    bottom: 0;
    padding: 2.9239766082vw 1.6812865497vw;
    width: 17.8362573099vw;
    border-right: 1px solid var(--color-border);
    overflow-y: auto;
  }
  .header::-webkit-scrollbar {
    display: none;
  }
  .header {
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE, Edge */
  }
}
@media (width <= 768px) {
  .header {
    right: 0;
    height: 18.6170212766vw;
    border-bottom: 1px solid var(--color-border);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline: 3.9893617021vw;
  }
}
.header .logo {
  background-color: var(--color-light-blue);
}
@media (width > 768px) {
  .header .logo {
    margin-bottom: 2.1929824561vw;
  }
}
.header .logo a {
  display: grid;
}
@media (width > 768px) {
  .header .logo a {
    justify-items: center;
  }
}
@media (width <= 768px) {
  .header .logo a {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    align-content: center;
    align-items: center;
    gap: 1.0638297872vw;
  }
}
.header .logo-main {
  mix-blend-mode: darken;
}
@media (width > 768px) {
  .header .logo-main {
    width: 4.9707602339vw;
  }
}
@media (width <= 768px) {
  .header .logo-main {
    grid-row: 1/-1;
    width: 18.085106383vw;
  }
}
.header .logo-name {
  font-weight: 600;
  white-space: nowrap;
}
@media (width > 768px) {
  .header .logo-name {
    margin-top: 0.730994152vw;
    font-size: clamp(12px, 1.1695906433vw, 20px);
  }
}
@media (width <= 768px) {
  .header .logo-name {
    margin-top: auto;
    font-size: min(4.2553191489vw, 20px);
  }
}
.header .logo-group {
  display: flex;
  gap: 0.4em;
  align-items: center;
  font-weight: 500;
}
@media (width > 768px) {
  .header .logo-group {
    margin-top: 0.5847953216vw;
    font-size: clamp(12px, 0.6578947368vw, 20px);
  }
  .header .logo-group img {
    width: 6.9444444444vw;
  }
}
@media (width <= 768px) {
  .header .logo-group {
    margin-bottom: auto;
    font-size: min(2.3936170213vw, 20px);
  }
  .header .logo-group img {
    width: 26.329787234vw;
  }
}
@media (width > 768px) {
  .header .cta {
    margin-top: 2.9239766082vw;
  }
}
@media (width <= 768px) {
  .header .cta {
    position: fixed;
    z-index: 10;
    bottom: 0;
    left: 0;
    right: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.header .cta a {
  position: relative;
  display: grid;
  align-content: center;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  line-height: 1.14;
  transition: 0.2s;
}
@media (width > 768px) {
  .header .cta a {
    margin-inline: auto;
  }
  .header .cta a + a {
    margin-top: 1.8274853801vw;
  }
  .header .cta a {
    border-radius: 0.8771929825vw;
    width: min(14.6198830409vw, 300px);
    height: min(7.3099415205vw, 150px);
    padding-top: 0.5116959064vw;
    padding-inline: 0.8771929825vw;
  }
}
@media (width <= 768px) {
  .header .cta a {
    height: 17.2872340426vw;
    padding-inline: 3.4574468085vw;
    align-items: center;
    grid-template-columns: 15.9574468085vw 1fr;
  }
}
.header .cta a:hover img {
  opacity: 1;
  scale: 1.2;
}
.header .cta img {
  transition: 0.3s;
  transform-origin: center bottom;
}
@media (width > 768px) {
  .header .cta img {
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% -50%;
    width: 3.5087719298vw;
  }
}
@media (width <= 768px) {
  .header .cta img {
    width: 9.5744680851vw;
    margin-inline: auto;
  }
}
@media (width > 768px) {
  .header .cta .label {
    font-size: clamp(9px, 1.0233918129vw, 20px);
  }
}
@media (width <= 768px) {
  .header .cta .label {
    font-size: min(2.6595744681vw, 20px);
    text-align: left;
  }
}
.header .cta .number {
  border-top: 1px solid #fff;
  padding-top: 0.2em;
  margin-top: 0.3em;
}
@media (width > 768px) {
  .header .cta .number {
    font-size: clamp(12px, 1.7543859649vw, 20px);
  }
}
@media (width <= 768px) {
  .header .cta .number {
    grid-column: 1/-1;
    width: 100%;
    font-size: min(3.9893617021vw, 20px);
  }
}
.header .cta .bus {
  background-color: #2751C3;
}
.header .cta .bus:hover {
  background-color: #0a3291;
}
.header .cta .taxi {
  background-color: #F24E35;
}
.header .cta .taxi:hover {
  background-color: #d63b1b;
}

/*
  CTA
----------------------------------------------- */
/*
  MENU
----------------------------------------------- */
@media (width <= 768px) {
  .gnav {
    position: fixed;
    top: 18.6170212766vw;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 10.6382978723vw;
    padding-bottom: 29.2553191489vw;
    background: var(--color-light-blue);
    overflow-y: auto;
    opacity: 0;
    pointer-events: none;
    transition: 0.4s;
  }
}
@media (width > 768px) {
  .gnav-main {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
.gnav-main > li {
  line-height: 1.4;
}
@media (width > 768px) {
  .gnav-main > li + li {
    margin-top: 1.25em;
    margin-top: 0.7em;
  }
}
@media (width <= 768px) {
  .gnav-main > li {
    padding-inline: 9.3085106383vw;
    padding-block: min(3.9893617021vw, 20px);
    border-bottom: 1px solid var(--color-border);
    font-size: min(4.2553191489vw, 20px);
  }
}
.gnav-main a {
  position: relative;
  text-decoration: none;
}
.gnav-main a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: var(--color-border);
  background-color: currentColor;
  transform: scale(0, 1);
  transform-origin: right;
  transition: transform 0.4s;
}
.gnav-main a:hover::after {
  transform-origin: left;
  transform: scale(1, 1);
}
.gnav-main a {
  font-family: var(--font-min);
  text-decoration: none;
}
.gnav-main ul {
  position: relative;
  border-left: 1px solid currentColor;
}
@media (width > 768px) {
  .gnav-main ul {
    margin-left: 0.4385964912vw;
    margin-block: 0.1em 1.4em;
  }
}
@media (width <= 768px) {
  .gnav-main ul {
    margin-left: 1.5957446809vw;
    margin-block: 1.5957446809vw 1.8617021277vw;
    padding-top: 0.5319148936vw;
  }
}
.gnav-main ul li {
  translate: -1px calc(0.7em + 0px);
  display: flex;
  align-items: center;
  gap: 0.3em;
  line-height: 1.4;
}
.gnav-main ul li::before {
  content: "";
  background-color: currentColor;
  height: 1px;
}
@media (width > 768px) {
  .gnav-main ul li {
    font-size: clamp(12px, 1.0233918129vw, 20px);
  }
  .gnav-main ul li::before {
    width: 0.730994152vw;
  }
}
@media (width <= 768px) {
  .gnav-main ul li {
    font-size: min(3.9893617021vw, 20px);
  }
  .gnav-main ul li::before {
    width: 2.6595744681vw;
  }
}
.gnav-other {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
@media (width > 768px) {
  .gnav-other {
    margin-top: 1.4619883041vw;
  }
}
@media (width <= 768px) {
  .gnav-other {
    gap: 2.6595744681vw;
    margin-left: 9.3085106383vw;
  }
}
@media (width > 768px) {
  .gnav-other .safety img {
    width: 3.8742690058vw;
  }
}
@media (width <= 768px) {
  .gnav-other .safety img {
    width: min(21.2765957447vw, 120px);
  }
}
.gnav-other .sns i {
  transition: 0.2s;
}
.gnav-other .sns:hover i {
  scale: 1.1;
}
@media (width > 768px) {
  .gnav-other .sns {
    font-size: clamp(12px, 2.0467836257vw, 45px);
  }
}
@media (width <= 768px) {
  .gnav-other .sns {
    font-size: min(9.5744680851vw, 45px);
  }
}
@media (width <= 520px) {
  .gnav .cta {
    display: none;
  }
}

.isOpenMenu .gnav {
  opacity: 1;
  pointer-events: inherit;
}

/*
  BUTTON MENU
----------------------------------------------- */
.btnMenu {
  display: grid;
  place-items: center;
  background-color: #fff;
  border-radius: 50%;
  width: 12.7659574468vw;
  height: 12.7659574468vw;
}
@media (width > 768px) {
  .btnMenu {
    display: none;
  }
}
.btnMenu span, .btnMenu::before, .btnMenu::after {
  content: "";
  grid-area: 1/1;
  background: var(--color-blue);
  height: 0.5319148936vw;
  width: 5.8510638298vw;
  transition: 0.2s;
}
.btnMenu::before {
  transform: translateY(-1.8617021277vw);
}
.btnMenu::after {
  transform: translateY(1.8617021277vw);
}

.isOpenMenu .btnMenu span {
  opacity: 0;
  display: none;
}
.isOpenMenu .btnMenu::before {
  transform: none;
  rotate: 135deg;
}
.isOpenMenu .btnMenu::after {
  transform: none;
  rotate: -135deg;
}

/*
  FOOTER
----------------------------------------------- */
@media (width > 768px) {
  .niigata-unyu-group {
    padding-inline: 8.0409356725vw;
  }
}
@media (width <= 768px) {
  .niigata-unyu-group {
    padding-inline: 5.3191489362vw;
  }
}
.niigata-unyu-group {
  background-color: var(--color-light-blue);
}
@media (width > 768px) {
  .niigata-unyu-group {
    margin-left: 17.8362573099vw;
    padding-block: 13.1578947368vw 8.7719298246vw;
  }
}
@media (width <= 768px) {
  .niigata-unyu-group {
    padding-block: 21.2765957447vw 15.9574468085vw;
  }
}
.niigata-unyu-group .heading {
  font-family: var(--font-min);
  font-weight: 400;
  text-align: center;
}
@media (width > 768px) {
  .niigata-unyu-group .heading {
    margin-bottom: 2.1929824561vw;
    font-size: clamp(12px, 1.4619883041vw, 20px);
  }
}
@media (width <= 768px) {
  .niigata-unyu-group .heading {
    margin-bottom: 5.3191489362vw;
    font-size: min(4.2553191489vw, 20px);
  }
}
.niigata-unyu-group .banners {
  display: grid;
}
.niigata-unyu-group .banners img {
  box-shadow: 0 0.15em 0.3em rgba(0, 0, 0, 0.16);
}
@media (width > 520px) {
  .niigata-unyu-group .banners {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (width > 768px) {
  .niigata-unyu-group .banners {
    gap: 0.9502923977vw;
  }
  .niigata-unyu-group .banners img {
    border-radius: 0.4385964912vw;
  }
}
@media (width <= 768px) {
  .niigata-unyu-group .banners {
    gap: 3.9893617021vw;
  }
  .niigata-unyu-group .banners img {
    border-radius: 1.5957446809vw;
  }
}

@media (width > 768px) {
  .footer {
    padding-inline: 8.0409356725vw;
  }
}
@media (width <= 768px) {
  .footer {
    padding-inline: 5.3191489362vw;
  }
}
.footer {
  background: url(../img/common/bg-footer.jpg) no-repeat top/100%;
  background-color: var(--color-light-blue);
  display: grid;
}
@media (width > 768px) {
  .footer {
    margin-left: 17.8362573099vw;
    padding-block: 31.432748538vw 7.3099415205vw;
    grid-template-columns: auto 1fr auto;
    align-items: start;
  }
}
@media (width <= 768px) {
  .footer {
    padding-block: 35.9042553191vw 30.585106383vw;
    grid-template-columns: 1fr auto;
  }
}
.footer .logo {
  display: grid;
}
@media (width > 768px) {
  .footer .logo {
    margin-bottom: 1.4619883041vw;
  }
}
@media (width <= 768px) {
  .footer .logo {
    margin-bottom: 3.9893617021vw;
  }
}
.footer .logo-name {
  font-weight: 600;
}
@media (width > 768px) {
  .footer .logo-name {
    font-size: clamp(12px, 1.4619883041vw, 20px);
  }
}
@media (width <= 768px) {
  .footer .logo-name {
    font-size: min(4.7872340426vw, 20px);
  }
}
.footer .logo-group {
  display: flex;
  gap: 0.4em;
  align-items: center;
  font-weight: 500;
}
@media (width > 768px) {
  .footer .logo-group {
    margin-top: 0.8040935673vw;
    font-size: clamp(12px, 0.8040935673vw, 20px);
  }
  .footer .logo-group img {
    width: 8.7719298246vw;
  }
}
@media (width <= 768px) {
  .footer .logo-group {
    margin-top: 2.1276595745vw;
    font-size: min(2.6595744681vw, 20px);
  }
  .footer .logo-group img {
    width: 26.5957446809vw;
  }
}
.footer .address {
  margin-bottom: 0.8em;
  font-style: normal;
  line-height: 1.45;
}
@media (width > 768px) {
  .footer .address {
    font-size: clamp(12px, 1.0233918129vw, 20px);
  }
}
@media (width <= 768px) {
  .footer .address {
    font-size: min(3.1914893617vw, 20px);
  }
}
@media (width > 768px) {
  .footer .copyright {
    font-size: clamp(12px, 1.0233918129vw, 20px);
  }
}
@media (width <= 768px) {
  .footer .copyright {
    font-size: min(3.1914893617vw, 20px);
  }
}
.footer .menu a {
  position: relative;
  text-decoration: none;
}
.footer .menu a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: var(--color-border);
  background-color: currentColor;
  transform: scale(0, 1);
  transform-origin: right;
  transition: transform 0.4s;
}
.footer .menu a:hover::after {
  transform-origin: left;
  transform: scale(1, 1);
}
.footer .menu > ul {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 5.8479532164vw;
       column-gap: 5.8479532164vw;
}
.footer .menu > ul > li {
  font-size: clamp(12px, 1.0233918129vw, 20px);
}
.footer .menu > ul > li + li {
  margin-top: 0.5em;
}
@media (width <= 768px) {
  .footer .menu {
    display: none;
  }
}
.footer .pagetop {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-blue);
  aspect-ratio: 1;
  border-radius: 50%;
  color: #fff;
  font-family: var(--font-min);
  text-decoration: none;
  text-align: center;
}
.footer .pagetop::before, .footer .pagetop::after {
  font-family: "Font Awesome 7 Free";
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  text-rendering: auto;
  flex-shrink: 0;
}
.footer .pagetop::before {
  position: absolute;
  left: 50%;
  translate: -50%;
  content: "\f106";
  font-size: 85%;
  transition: 0.2s;
}
.footer .pagetop img {
  position: absolute;
}
.footer .pagetop img[src*=taxi] {
  bottom: -10%;
  right: 55%;
}
.footer .pagetop img[src*=bus] {
  bottom: -22%;
  left: 55%;
}
.footer .pagetop:hover img {
  opacity: 1;
}
.footer .pagetop:hover::before {
  transform: translateY(-0.3em);
}
@media (width > 768px) {
  .footer .pagetop {
    width: 5.8479532164vw;
    font-size: clamp(12px, 1.0964912281vw, 20px);
  }
  .footer .pagetop::before {
    top: 0.5116959064vw;
  }
  .footer .pagetop img[src*=taxi] {
    width: 3.5087719298vw;
  }
  .footer .pagetop img[src*=bus] {
    width: 3.5087719298vw;
  }
}
@media (width <= 768px) {
  .footer .pagetop {
    width: 15.9574468085vw;
    font-size: min(3.1914893617vw, 20px);
  }
  .footer .pagetop::before {
    top: 1.329787234vw;
  }
  .footer .pagetop img[src*=taxi] {
    width: 9.5744680851vw;
  }
  .footer .pagetop img[src*=bus] {
    width: 9.5744680851vw;
  }
}

form .buttons .btn:has(input:disabled) {
  background: #c6c6c6;
  border: 2px solid #929292;
}
form .buttons .btn:has(input:disabled):after {
  color: #929292;
}
form .buttons .btn:has(input:disabled):hover > input {
  color: #fff;
}
form .buttons .btn:has(input:disabled) input:hover {
  color: #fff;
}

.wpcf7-form.sent .wpcf7-response-output {
  display: none;
}