@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
button,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
  display: inline-block;
}

figure {
  line-height: 0;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  line-height: 0;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

main {
  display: block;
}

address {
  font-style: normal;
}

button {
  border: 0;
  box-shadow: none;
  cursor: pointer;
}

pre {
  white-space: pre-wrap;
}

* {
  box-sizing: border-box;
}

html {
  font-size: clamp(10px, 2.6666666667vw, 100vw);
}
@media screen and (min-width: 768px) {
  html {
    font-size: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  html {
    font-size: 10px;
  }
}

body {
  position: relative;
  width: 100%;
  height: auto;
  line-height: 1.5;
  font-family: "Meiryo", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  color: #333333;
}

select,
input,
textarea,
button {
  font-family: "Meiryo", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
}

::-webkit-full-page-media,
:future,
:root body,
select,
input,
textarea,
button {
  font-family: "Meiryo", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

a {
  color: #333333;
}

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

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

/**
 * Swiper 12.1.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2026 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 24, 2026
 */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-slides-offset-before);
  scroll-margin-inline-start: var(--swiper-slides-offset-before);
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper > .swiper-slide:last-child {
  margin-inline-end: var(--swiper-slides-offset-after);
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-slides-offset-before);
  scroll-margin-block-start: var(--swiper-slides-offset-before);
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper > .swiper-slide:last-child {
  margin-block-end: var(--swiper-slides-offset-after);
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  height: 14.6666666667vw;
  padding: 0 0 0 4vw;
  gap: 4vw;
}
@media screen and (min-width: 768px) {
  .header__wrapper {
    gap: 0;
    height: auto;
    padding: 1.3888888889vw 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .header__wrapper {
    padding: 20px 30px;
  }
}
.header__logo {
  width: 40vw;
}
@media screen and (min-width: 768px) {
  .header__logo {
    width: 16.7291666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .header__logo {
    width: 240.9px;
  }
}
.header__logo img {
  width: 100%;
  height: auto;
}
.header__group {
  display: flex;
}
@media screen and (min-width: 768px) {
  .header__group {
    display: block;
  }
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
  gap: 0.5333333333vw;
  margin-right: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .header__container {
    flex-direction: row;
    gap: 1.0416666667vw;
    margin-right: 0;
  }
}
@media screen and (min-width: 1440px) {
  .header__container {
    gap: 15px;
  }
}
.header__translate .gtranslate_wrapper {
  display: flex;
  flex-direction: row-reverse;
  gap: 1.5em;
}
@media screen and (min-width: 768px) {
  .header__translate .gtranslate_wrapper {
    gap: 2em;
  }
}
.header__translate .glink {
  position: relative;
  font-size: 1.4rem;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .header__translate .glink {
    font-size: 1.6rem;
  }
}
.header__translate .glink::before {
  position: absolute;
  content: "";
  width: 0.2666666667vw;
  height: 100%;
  top: 50%;
  right: -2.1333333333vw;
  transform: translateY(-50%);
  background-color: #333333;
}
@media screen and (min-width: 768px) {
  .header__translate .glink::before {
    right: -0.8333333333vw;
    width: 0.0694444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .header__translate .glink::before {
    right: -12px;
    width: 1px;
  }
}
.header__translate .glink:nth-child(1)::before {
  opacity: 0;
}
.header__translate .gt-current-lang {
  color: #0569B5;
  font-weight: 400;
}
.header__time {
  display: none;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .header__time {
    display: block;
  }
}
.header__tel a {
  display: none;
  position: relative;
  font-size: 1.2rem;
  line-height: 1.5;
  padding-left: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .header__tel a {
    display: block;
    font-size: 2.2rem;
    padding-left: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .header__tel a {
    padding-left: 30px;
  }
}
.header__tel a::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  position: absolute;
  background-image: url("../img/module/header_tel_icon1.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 4.5333333333vw;
  height: 4vw;
}
@media screen and (min-width: 768px) {
  .header__tel a::before {
    content: "";
    position: absolute;
    background-image: url("../img/module/header_tel_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 1.875vw;
    height: 1.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .header__tel a::before {
    content: "";
    position: absolute;
    background-image: url("../img/module/header_tel_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 27px;
    height: 24px;
  }
}

.main {
  overflow: hidden;
  width: 100%;
  padding-top: 14.6666666667vw;
}
@media screen and (min-width: 768px) {
  .main {
    padding-top: 10.0694444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .main {
    padding-top: 145px;
  }
}

.footer {
  background-color: #0569B5;
  color: #ffffff;
  padding: 8vw 0 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 2.0833333333vw 0 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .footer {
    padding: 30px 0 20px;
  }
}
.footer a {
  color: #ffffff;
}
.footer__inner {
  width: 100%;
  margin: 0 auto;
  max-width: calc(100% - 8vw);
}
@media screen and (min-width: 768px) {
  .footer__inner {
    max-width: 69.4444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .footer__inner {
    max-width: 1000px;
  }
}
.footer__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2.6666666667vw;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .footer__wrapper {
    align-items: start;
    justify-content: center;
    flex-direction: row;
    gap: 0.6944444444vw;
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .footer__wrapper {
    gap: 10px;
    margin-bottom: 10px;
  }
}
.footer__subtitle {
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .footer__subtitle {
    font-size: 1.8rem;
  }
}
.footer__text {
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .footer__text {
    font-size: 1.4rem;
  }
}
.footer__tel a {
  display: block;
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 8vw;
}
@media screen and (min-width: 768px) {
  .footer__tel a {
    font-size: 2.2rem;
    padding-left: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .footer__tel a {
    padding-left: 30px;
  }
}
.footer__tel a::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  position: absolute;
  background-image: url("../img/module/footer_tel_icon1.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 7.2vw;
  height: 6.4vw;
}
@media screen and (min-width: 768px) {
  .footer__tel a::before {
    content: "";
    position: absolute;
    background-image: url("../img/module/footer_tel_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 1.875vw;
    height: 1.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .footer__tel a::before {
    content: "";
    position: absolute;
    background-image: url("../img/module/footer_tel_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 27px;
    height: 24px;
  }
}
.footer__btn {
  width: 80vw;
  height: 9.6vw;
  margin: 0 auto;
  margin-bottom: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .footer__btn {
    width: 22.9166666667vw;
    height: 2.5vw;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1440px) {
  .footer__btn {
    width: 330px;
    height: 36px;
  }
}
.footer__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: inherit;
  height: inherit;
  font-size: 1.8rem;
  font-weight: 700;
  background-color: #ffffff;
  color: #333333;
  box-sizing: border-box;
  padding: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .footer__btn a {
    padding: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .footer__btn a {
    padding: 10px;
  }
}
.footer__btn a:hover {
  opacity: 0.5;
  transition: 0.5s;
}
.footer__contact {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 4vw;
}
@media screen and (min-width: 768px) {
  .footer__contact {
    font-size: 1.6rem;
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .footer__contact {
    margin-bottom: 10px;
  }
}
.footer__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.6666666667vw 0;
  margin-bottom: 4vw;
}
@media screen and (min-width: 768px) {
  .footer__list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2.0833333333vw;
    margin-bottom: 1.0416666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .footer__list {
    gap: 30px;
    margin-bottom: 15px;
  }
}
.footer__item {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__item {
    text-align: left;
  }
}
.footer__item a {
  font-size: 1.4rem;
  line-height: 1;
  transition: 0.3s;
}
.footer__item a:hover {
  opacity: 0.5;
  transition: 0.3s;
}
.footer__item:nth-child(3n)::before {
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .footer__item:nth-child(3n)::before {
    opacity: 1;
  }
}
.footer__item:last-child::before {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .footer__item:last-child::before {
    opacity: 0;
  }
}
.footer__item::before {
  position: absolute;
  content: "";
  width: 0.2666666667vw;
  height: 100%;
  top: 50%;
  right: 0vw;
  transform: translateY(-50%);
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .footer__item::before {
    right: -1.0416666667vw;
    width: 0.0694444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .footer__item::before {
    right: -15px;
    width: 1px;
  }
}
.footer__copyright {
  font-size: 1.4rem;
  text-align: right;
}

.gnav {
  display: none;
  background-color: #0569B5;
  padding: 0 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .gnav {
    display: block;
    padding: 0 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .gnav {
    padding: 0 20px;
  }
}
.gnav__list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.gnav__item {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  color: #ffffff;
  background-color: transparent;
  transition: 0.3s;
  padding: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .gnav__item {
    padding: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .gnav__item {
    padding: 20px;
  }
}
.gnav__item a {
  font-size: 1.6rem;
  font-weight: 700;
  color: #ffffff;
}
.gnav__item .gnav__dropdown {
  height: 0;
}
.gnav__item:hover {
  background-color: #ffffff;
  transition: 0.3s;
  color: #0569B5;
}
.gnav__item:hover a {
  color: #0569B5;
}
.gnav__item:hover .gnav__dropdown {
  height: auto;
}
.gnav__dropdown {
  position: absolute;
  background-color: #ffffff;
  color: #0569B5;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .gnav__dropdown {
    top: 100%;
    box-shadow: 0.3472222222vw 0.3472222222vw 0.6944444444vw 0 rgba(0, 0, 0, 0.15);
  }
}
@media screen and (min-width: 1440px) {
  .gnav__dropdown {
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.15);
  }
}
.gnav__container a {
  font-size: 1.6rem;
  font-weight: 700;
  color: #0569B5;
  white-space: nowrap;
  padding: 2.6666666667vw 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .gnav__container a {
    margin-bottom: 0.3472222222vw;
    padding: 0.6944444444vw 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .gnav__container a {
    margin-bottom: 5px;
    padding: 10px 20px;
  }
}
.gnav__container a:hover {
  background-color: #0569B5;
  color: #ffffff;
  transition: 0.3s;
}

.sbtn {
  position: relative;
  width: 14.6666666667vw;
  height: 14.6666666667vw;
  padding: 1.3333333333vw;
  text-align: center;
  cursor: pointer;
  font-weight: 600;
  background-color: #0569B5;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .sbtn {
    display: none;
  }
}
.sbtn span {
  position: absolute;
  display: inline-block;
  width: 9.3333333333vw;
  height: 0.8vw;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  transition: all 0.3s;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .sbtn span {
    display: none;
  }
}
.sbtn span:nth-child(1) {
  top: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .sbtn span:nth-child(1) {
    display: none;
  }
}
.sbtn span:nth-child(2) {
  top: 6.9333333333vw;
}
@media screen and (min-width: 768px) {
  .sbtn span:nth-child(2) {
    display: none;
  }
}
.sbtn span:nth-child(3) {
  top: auto;
  bottom: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .sbtn span:nth-child(3) {
    display: none;
  }
}
.sbtn--active {
  position: relative;
  text-align: center;
  z-index: 100;
}
.sbtn--active span {
  position: absolute;
  display: inline-block;
  width: 70%;
  left: 10%;
  height: 0.8vw;
  background-color: #ffffff;
  transition: all 0.3s;
  box-sizing: border-box;
}
.sbtn--active span:nth-child(1) {
  transform: rotate(-45deg);
  top: 6.8vw;
}
.sbtn--active span:nth-child(2) {
  display: none;
}
.sbtn--active span:nth-child(3) {
  transform: rotate(45deg);
  top: auto;
  bottom: 6.6666666667vw;
}

.snav {
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  z-index: 99;
  top: 0;
  right: 0;
  transition: 0.5s;
  transform: translate3d(100%, 0, 0);
  padding: 14.6666666667vw 5.3333333333vw 4.8vw 5.3333333333vw;
  background-color: #0569B5;
}
.snav a {
  font-size: 1.6rem;
  font-weight: 500;
  color: #ffffff;
}
.snav--active {
  transform: translate3d(0, 0, 0);
  transition: 0.5s;
}
.snav__list {
  margin-bottom: 12vw;
}
.snav__item {
  margin-bottom: 2.6666666667vw;
}
.snav__time {
  color: #ffffff;
  font-size: 1.6rem;
  margin-bottom: 1.3333333333vw;
}
.snav__tel a {
  display: block;
  position: relative;
  font-size: 2rem;
  line-height: 1.5;
  padding-left: 8vw;
  color: #ffffff;
  margin-bottom: 5.3333333333vw;
}
.snav__tel a::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  position: absolute;
  background-image: url("../img/module/snav_tel_icon1.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 5.8666666667vw;
  height: 6.4vw;
}
.snav__btn {
  width: 66.6666666667vw;
  height: 10.6666666667vw;
  margin: 0 auto;
  margin-bottom: 6.6666666667vw;
}
.snav__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: inherit;
  height: inherit;
  font-size: 1.8rem;
  font-weight: 700;
  background-color: #ffffff;
  color: #333333;
  box-sizing: border-box;
  padding: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .snav__btn a {
    padding: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .snav__btn a {
    padding: 10px;
  }
}
.snav__btn a:hover {
  opacity: 0.5;
  transition: 0.5s;
}

.heading {
  width: 100%;
  height: 20.5333333333vw;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .heading {
    height: 5.3472222222vw;
    aspect-ratio: 1280/77;
  }
}
@media screen and (min-width: 1440px) {
  .heading {
    height: 77px;
  }
}
.heading__inner {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  max-width: calc(100% - 8vw);
}
@media screen and (min-width: 768px) {
  .heading__inner {
    max-width: 69.4444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .heading__inner {
    max-width: 1000px;
  }
}
.heading__img {
  position: relative;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  height: 20.5333333333vw;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .heading__img {
    height: 5.3472222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .heading__img {
    height: 77px;
  }
}
.heading__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  height: auto;
  object-fit: cover;
}
.heading__title {
  position: absolute;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  z-index: 1;
  color: #0569B5;
}
@media screen and (min-width: 768px) {
  .heading__title {
    font-size: 2.6rem;
  }
}