/******************************************************************
 * Reset CSS - CBT LINKs
******************************************************************/
/* reset margin
-----------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  zoom: 1;
  /* hasLayout in IE */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  vertical-align: baseline;
  background: transparent;
  -webkit-text-size-adjust: 100%;
}

/* reset font style
-----------------------------------------------------------------*/
html {
  box-sizing: border-box;
  font-family: sans-serif;
  font-size: 62.5%;
}

html * {
  box-sizing: inherit;
}

body {
  position: relative;
  font-family: serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.4;
  background: transparent;
  color: #000;
  width: 100%;
}

ul,
ol {
  list-style-type: none;
}

a {
  margin: 0;
  padding: 0;
  color: inherit;
  text-decoration: none;
}

em,
strong {
  font-style: normal;
  font-weight: inherit;
}

/* reset table
-----------------------------------------------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

table,
th,
td {
  table-layout: fixed;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* reset form style
-----------------------------------------------------------------*/
input[type=text],
input[type=tel],
input[type=email],
input[type=number],
textarea,
select,
option {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

button,
input[type=reset],
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  appearance: none;
  appearance: none;
  padding: 0;
}

select::-ms-expand {
  display: none;
}

button::-webkit-search-decoration,
input[type=reset]::-webkit-search-decoration,
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

button:focus,
input[type=reset]:focus,
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

textarea {
  resize: none;
  overflow: auto;
}

button {
  font: inherit;
}

*:focus {
  outline: none;
}

/* reset img
-----------------------------------------------------------------*/
img {
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
  height: auto;
  max-width: 100%;
}


/* c-ttl
-----------------------------------------------------------------*/
.c-ttl--center {
  text-align: center;
}
.c-ttl__en {
  font: 400 130px "goldenbook", serif;
  color: #d9d9d9;
  letter-spacing: 0.115em;
  line-height: 1;
}
.c-ttl__en span {
  display: inline-block;
}
.c-ttl__en span::first-letter {
  color: #aec2cd;
}
.c-ttl__jp {
  margin-top: -0.1em;
  font: 700 30px "Shippori Mincho", serif;
  letter-spacing: 0.14em;
  line-height: 1.5;
}

/* c-pagetop
-----------------------------------------------------------------*/
.c-pagetop {
  opacity: 0;
  visibility: hidden;
  display: block;
  width: 80px;
  position: fixed;
  top: auto;
  right: 10px;
  bottom: 0;
  left: auto;
  z-index: 1000;
  transition: all 0.4s ease-out;
  box-shadow: 0px 1px 14px 6px rgba(37, 41, 50, 0.05);
  border-radius: 50%;
}

.scroll-triggered .c-pagetop {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s ease;
}
.scroll-triggered .c-pagetop:hover {
  opacity: 0.7;
}

/* c-arrow
-----------------------------------------------------------------*/
.c-arrow {
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 60px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #9bb8c8;
  border-radius: 50%;
}
.c-arrow::before {
  content: "";
  background: #fff;
  -webkit-mask: url(../img/common/arrow.svg) center/cover no-repeat;
          mask: url(../img/common/arrow.svg) center/cover no-repeat;
  aspect-ratio: 28/26;
  width: 100%;
  max-width: 46.6666666667%;
}
.c-arrow:is(a) {
  transition: opacity 0.2s ease;
}
.c-arrow:is(a):hover {
  opacity: 0.7;
}

/* c-btn
-----------------------------------------------------------------*/
.c-btn {
  display: flex;
  align-items: center;
  width: 232px;
  background: #fff;
  padding: 1.0454545455em 50px 1.0454545455em 35px;
  border: solid 1px #686767;
  border-radius: 100px;
  font: 400 22px "goldenbook", serif;
  font-feature-settings: "palt";
  letter-spacing: 0;
  line-height: 1;
  position: relative;
  transition: opacity 0.2s ease;
}
.c-btn::before {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 29px;
  background: #9bb8c8;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: auto;
  right: 19px;
  transform: translateY(-50%);
}
.c-btn::after {
  content: "";
  display: block;
  aspect-ratio: 13/12;
  width: 100%;
  max-width: 13px;
  background: #fff;
  -webkit-mask: url(../img/common/arrow.svg) center/cover no-repeat;
          mask: url(../img/common/arrow.svg) center/cover no-repeat;
  position: absolute;
  top: 50%;
  left: auto;
  right: 26px;
  transform: translateY(-50%);
}
.c-btn:hover {
  opacity: 0.7;
}

/* c-bnr
-----------------------------------------------------------------*/
.c-bnr {
  white-space: nowrap;
  width: 100%;
  height: 100%;
  display: block;
  padding: 4px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.12em;
  line-height: 1;
  background: #fff;
  color: #5b6476;
  transition: opacity 0.2s ease;
}
.c-bnr:hover {
  opacity: 0.7;
}
.c-bnr--tel {
  max-width: 289px;
  font-size: 19px;
}
.c-bnr--web {
  max-width: 151px;
  background: linear-gradient(35deg, #87aca7 42%, #689c9f 42%);
  color: #fff;
}
.c-bnr--mail {
  max-width: 147px;
  font-weight: 700;
  background: linear-gradient(35deg, #dfa39d 42%, #ce8881 42%);
  color: #fff;
}
.c-bnr__inner {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  border: solid 1px #5b6476;
  position: relative;
}
.c-bnr--web .c-bnr__inner {
  border-color: #faf8e9;
}
.c-bnr--web .c-bnr__inner::before {
  content: "";
  display: block;
  border-left: solid 1.0555555556em rgba(0, 0, 0, 0);
  border-bottom: solid 1.0555555556em #fff;
  position: absolute;
  top: auto;
  right: 4px;
  left: auto;
  bottom: 3px;
}
.c-bnr--mail .c-bnr__inner {
  border-color: #faf8e9;
}
.c-bnr--mail .c-bnr__inner::before {
  content: "";
  display: block;
  border-left: solid 1.0555555556em rgba(0, 0, 0, 0);
  border-bottom: solid 1.0555555556em #fff;
  position: absolute;
  top: auto;
  right: 4px;
  left: auto;
  bottom: 3px;
}
.c-bnr__num {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-left: calc(0.6666666667em + 13px);
  font: 700 30px "goldenbook", serif;
  font-feature-settings: "palt";
  letter-spacing: 0.136em;
  line-height: 1.5;
  position: relative;
}
.c-bnr__num::before {
  content: "";
  aspect-ratio: 19/32;
  display: block;
  width: 100%;
  max-width: 0.6666666667em;
  background: url(../img/common/tel-icon.png) center/cover no-repeat;
  position: absolute;
  top: 0;
  left: 2px;
}
.c-bnr--tel .c-bnr__ttl {
  letter-spacing: 0.06em;
}
.c-bnr--mail .c-bnr__ttl {
  letter-spacing: 0.08em;
}
.c-bnr--web .c-bnr__icon {
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 1.7222222222em;
  margin: 0.2903225806em auto 0;
}
.c-bnr--web .c-bnr__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-bnr--mail .c-bnr__icon {
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 1.2777777778em;
  margin: 0.4782608696em auto 0;
}
.c-bnr--mail .c-bnr__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* c-double-circle
-----------------------------------------------------------------*/
.c-double-circle {
  filter: drop-shadow(0 10px 6px rgba(62, 62, 62, 0.5));
  aspect-ratio: 1/1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font: 700 clamp(16px, 1.4583333333vw, 28px) "Shippori Mincho", serif;
  line-height: 1.878;
  text-align: center;
  color: #647190;
  background: url(../img/common/double-circle.png) center/cover no-repeat;
}

/* c-contact
-----------------------------------------------------------------*/
.c-contact {
  margin-top: 34px;
}
.c-contact__bnr {
  display: flex;
  justify-content: center;
  -moz-column-gap: min(31px, 1.6145833333vw);
       column-gap: min(31px, 1.6145833333vw);
}
.c-contact__tel {
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-top: 27.5px;
  margin-right: 4px;
  padding-left: 0.9090909091em;
  font: 700 1.8333333333em "goldenbook", serif;
  font-feature-settings: "palt";
  letter-spacing: 0.14em;
  color: #fff;
  position: relative;
}
.c-contact__tel:is(a) {
  transition: opacity 0.2s ease;
}
.c-contact__tel:is(a):hover {
  opacity: 0.7;
}
.c-contact__tel::before {
  content: "";
  display: block;
  aspect-ratio: 19/32;
  width: 100%;
  max-width: 0.5757575758em;
  background: url(../img/common/footer-tel-icon.png) center/cover no-repeat;
  position: absolute;
  top: 47%;
  left: 0;
  transform: translateY(-50%);
}

.c-contact-bnr {
  width: calc((100% - min(31px, 1.6145833333vw)) / 2);
  max-width: 245px;
  height: 80px;
  display: block;
  padding: 4px 5px;
  font: 500 1.1111111111em "Shippori Mincho", serif;
  letter-spacing: 0.12em;
  line-height: 1.3;
  color: #fff;
  transition: opacity 0.2s ease;
}
.c-contact-bnr:hover {
  opacity: 0.7;
}
.c-contact-bnr span {
  font-weight: 600;
  font-size: 0.75em;
}
.c-contact-bnr--web {
  background: linear-gradient(35deg, #87aca7 32%, #689c9f 32%);
}
.c-contact-bnr--mail {
  font-weight: 700;
  background: linear-gradient(35deg, #dfa39d 32%, #ce8881 32%);
}
.c-contact-bnr__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 5px;
  border: solid 1px #faf8e9;
  position: relative;
}
.c-contact-bnr__inner::before {
  content: "";
  display: block;
  border-left: solid 19px rgba(0, 0, 0, 0);
  border-bottom: solid 19px #fff;
  position: absolute;
  top: auto;
  right: 4px;
  left: auto;
  bottom: 3px;
}
.c-contact-bnr__ttl {
  width: 100%;
  white-space: nowrap;
  text-align: center;
}
.c-contact-bnr--web .c-contact-bnr__ttl {
  padding-left: 2.65em;
  padding-right: 0.65em;
  position: relative;
}
.c-contact-bnr--web .c-contact-bnr__ttl::before {
  content: "";
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 1.55em;
  background: url(../img/common/web-icon.png) center/cover no-repeat;
  position: absolute;
  top: 53%;
  left: 0.85em;
  transform: translateY(-50%);
}
.c-contact-bnr--mail .c-contact-bnr__ttl {
  padding-left: 2.5em;
  padding-right: 1.05em;
  letter-spacing: 0.08em;
  position: relative;
}
.c-contact-bnr--mail .c-contact-bnr__ttl::before {
  content: "";
  aspect-ratio: 22/18;
  width: 100%;
  max-width: 1.1em;
  background: url(../img/common/mail-icon.png) center/cover no-repeat;
  position: absolute;
  top: 52%;
  left: 1.2em;
  transform: translateY(-50%);
}

body {
  color: #2f3644;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.7777777778;
  min-width: 375px;
  scroll-behavior: auto !important;
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow: visible;
}

.inner {
  width: 100%;
  max-width: calc(1900px + 40px);
  margin: 0 auto;
  padding: 0 10px;
}

/* header
-----------------------------------------------------------------*/
.header {
  width: 100%;

}
.header__logo {
  display: block;
  height: 100%;
  padding: 7px 0 11px 23px;
  font: 500 15px "Shippori Mincho", serif;
  letter-spacing: 0.09em;
  color: #fff;
}
.header__logo a {
  display: block;
  transition: opacity 0.2s ease;
}
.header__logo a:hover {
  opacity: 0.7;
}
.header__logo img {
  width: 100%;
  max-width: 294px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__logo-txt {
  margin-top: 0.2666666667em;
}
.header__content {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 3.2%;
       column-gap: 3.2%;
  background: #3a4b71;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

.globalMenu {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  -moz-column-gap: 20px;
       column-gap: 20px;
  font-family: "Shippori Mincho", serif;
  color: #fff;
}
.globalMenu__logo {
  flex: 0 0 404px;
  font: 500 15px "Shippori Mincho", serif;
}
.globalMenu__logo a {
  transition: opacity 0.2s ease;
}
.globalMenu__logo a:hover {
  opacity: 0.7;
}
.globalMenu__logo img {
  width: 100%;
  max-width: 294px;
  -o-object-fit: contain;
     object-fit: contain;
}
.globalMenu__nav {
  width: 100%;
  max-width: 1455px;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.globalMenu__list {
  width: 100%;
  max-width: 825px;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  -moz-column-gap: 1em;
       column-gap: 1em;
  padding: 15px 0;
}
.globalMenu__item {
  white-space: nowrap;
  letter-spacing: 0;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}
.globalMenu__item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: opacity 0.2s ease;
}
.globalMenu__item a:hover {
  opacity: 0.7;
}
.globalMenu__item span {
  margin-top: 0.4166666667em;
  font: 700 0.6666666667em "goldenbook", serif;
  font-feature-settings: "palt";
  letter-spacing: 0.14em;
  line-height: 1;
}
.globalMenu__item:hover .globalMenu-child {
  opacity: 1;
  visibility: visible;
}
.globalMenu__bnr {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

.globalMenu-child {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease;
}
.globalMenu-child__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 33px;
       column-gap: 33px;
  width: 428px;
  margin-top: 25px;
  padding: 19px 24px 15px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 15px;
  box-shadow: 0 1px 14px 6px rgba(37, 41, 50, 0.05);
}
.globalMenu-child__item {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 1.5;
  color: #555e6e;
  position: relative;
}
.globalMenu-child__item::before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-image: radial-gradient(circle, #e6e6e6 1px, transparent 1px);
  background-position: 0 0;
  background-size: 4px 4px;
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
}
.globalMenu-child__item:last-of-type::before, .globalMenu-child__item:nth-last-of-type(2):nth-of-type(odd)::before {
  content: none;
}
.globalMenu-child__item a {
  align-items: flex-start;
  padding: 12px 10px 15px 49px;
  position: relative;
}
.globalMenu-child__item a::before {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 13px;
  background: url(../img/common/header-arrow.png) center/cover no-repeat;
  position: absolute;
  top: 50%;
  left: 11px;
  transform: translateY(-50%);
}

.navToggle {
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 5px;
  position: fixed;
  top: 15px;
  left: auto;
  right: 29px;
  z-index: 1001;
  cursor: pointer;
}
.navToggle span {
  position: absolute;
  top: 48%;
  left: 0;
  right: 0;
  display: block;
  width: 25px;
  height: 2px;
  background: #fff;
  margin: auto;
  transition: 0.2s;
}
.navToggle span:nth-child(1) {
  transform: translateY(-7.5px);
}
.navToggle span:nth-child(3) {
  transform: translateY(7.5px);
}

.nav-open .navToggle {
  background: #fff;
}
.nav-open .navToggle span {
  background: #3a4b71;
}
.nav-open .navToggle span:nth-child(1) {
  transform: rotate(45deg);
}
.nav-open .navToggle span:nth-child(2) {
  transform: scaleX(0);
}
.nav-open .navToggle span:nth-child(3) {
  transform: rotate(-45deg);
}

.sp-globalMenu {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  padding-top: 80px;
  display: block;
  background: #3a4b71;
  position: fixed;
  top: 0;
  left: auto;
  right: 0;
  z-index: 100;
  transition: all 0.6s;
  overflow: scroll;
}
.sp-globalMenu__logo {
  padding: 20px 29px 0;
}
.sp-globalMenu__logo img {
  max-width: 95px;
}
.sp-globalMenu__nav {
  padding: 44.5px 20px;
}
.sp-globalMenu__list {
  background: #fff;
  padding-inline: 5px;
  font: 700 16px "Shippori Mincho", serif;
  letter-spacing: 0.025em;
  line-height: 1.5;
  border-radius: 15px;
}
.sp-globalMenu__item {
  position: relative;
  transition: transform 1s ease, opacity 0.9s ease;
}
.sp-globalMenu__item:not(:last-child)::before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-image: radial-gradient(circle, #e6e6e6 1px, transparent 1px);
  background-position: 0 0;
  background-size: 4px 4px;
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
}
.sp-globalMenu__item > a {
  display: block;
  width: 100%;
  padding: 16px 45px 16px 21px;
  position: relative;
  transition: opacity 0.2s ease;
}
.sp-globalMenu__item > a:hover {
  opacity: 0.7;
}
.sp-globalMenu__item > a::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url(../img/common/menu-arrow.png) center/cover no-repeat;
  position: absolute;
  top: 50%;
  right: 32.5px;
  left: auto;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.sp-globalMenu__item > a.open::before {
  transform: translateY(-50%) rotate(90deg);
}
.sp-globalMenu__contact {
  text-align: center;
}
.sp-globalMenu .c-mail {
  -moz-column-gap: 5px;
       column-gap: 5px;
  height: 55px;
  padding-right: 10px;
  padding-left: 17px;
  font-size: 14.5px;
}
.sp-globalMenu .c-mail::before {
  width: 16px;
  height: 14px;
  margin-bottom: 1px;
}
.sp-globalMenu .c-mail span {
  padding-left: 7px;
}
.sp-globalMenu .c-tel {
  -moz-column-gap: 5px;
       column-gap: 5px;
  height: 55px;
  padding-inline: 10px;
  font-size: 14.5px;
}
.sp-globalMenu .c-tel::before {
  width: 11px;
  height: 19px;
  margin-bottom: 1px;
}
.sp-globalMenu .c-tel span {
  padding-left: 8px;
}

@keyframes fadeleft {
  0% {
    opacity: 0;
    transform: translateX(150px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.nav-open .sp-globalMenu {
  opacity: 1;
  visibility: visible;
}
.nav-open .sp-globalMenu__list {
  animation-name: fadeleft;
  animation-duration: 1s;
}

.sp-globalMenu-child {
  padding: 16px 0 18px 21px;
  font: 700 15px "Shippori Mincho", serif;
  line-height: 1.5;
  letter-spacing: 0.025em;
  position: relative;
}
.sp-globalMenu-child::before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-image: radial-gradient(circle, #e6e6e6 1px, transparent 1px);
  background-position: 0 0;
  background-size: 4px 4px;
  position: absolute;
  top: 0;
  left: 0;
}
.sp-globalMenu-child__item:not(:first-child) {
  margin-top: 14px;
}
.sp-globalMenu-child__item a {
  padding-left: 17px;
  position: relative;
  transition: opacity 0.2s ease;
}
.sp-globalMenu-child__item a:hover {
  opacity: 0.7;
}
.sp-globalMenu-child__item a::before {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background: #b0a872;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/* footer
-----------------------------------------------------------------*/
.footer {
  background: #3a4b71;
  font-family: "Shippori Mincho", serif;
  color: #fff;
}
.footer__inner {
  padding-top: 174px;
  padding-bottom: 171px;
}
.footer__content {
  width: 100%;
  display: flex;
  -moz-column-gap: 7.8645833333vw;
       column-gap: 7.8645833333vw;
  justify-content: center;
}

.footer-address {
  width: 100%;
  max-width: 521px;
  text-align: center;
}
.footer-address__logo a {
  display: block;
}
.footer-address__logo img {
  max-width: 252px;
  margin-right: 37px;
}
.footer-address__logo-txt {
  margin-top: 26px;
  margin-left: 6px;
  letter-spacing: 0;
}

.footer-time {
  width: 100%;
  max-width: 780px;
}
.footer-time__table {
  width: 100%;
}
.footer-time__table th, .footer-time__table td {
  padding: 18px 0;
  font: 600 1.2777777778em "Shippori Mincho", serif;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
  border-bottom: solid 1px #fff;
  border-top: solid 1px #fff;
}
.footer-time__table th .tilde, .footer-time__table td .tilde {
  padding-inline: 0.6086956522em;
}
.footer-time__table th:first-child {
  width: 24.8717948718%;
}
.footer-time__table thead th, .footer-time__table thead td {
  padding: 9px 0 14px;
  font-size: 1.1111111111em;
}
.footer-time__note {
  margin-top: 1.2222222222em;
  letter-spacing: 0;
  line-height: 1.5;
}

.footer-access {
  width: 100%;
  max-width: 970px;
  margin: 96px auto 0;
  padding: 35px 20px 49px;
  background: #4c5b7d;
  font: 600 1.1111111111em "Shippori Mincho", serif;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
}
.footer-access__ttl {
  display: inline-block;
  margin-left: 1.52em;
  padding-left: 1.92em;
  font-size: 1.25em;
  letter-spacing: 0;
  position: relative;
}
.footer-access__ttl::before {
  content: "";
  align-self: start;
  display: block;
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 1.6em;
  background: url(../img/common/bus-icon.png) center/cover no-repeat;
  position: absolute;
  top: 2px;
  left: 0;
}
.footer-access__list {
  margin-top: 1.9em;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1em 2.2em;
}

.footer-map {
  display: block;
  width: 100%;
  height: 430px;
}
.footer-map iframe {
  width: 100%;
  height: 100%;
}

.footer-copy small {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 14px 14px;
}

.footer-floatbnr {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  row-gap: 3px;
  position: fixed;
  top: auto;
  right: 10px;
  bottom: 0;
  left: auto;
  transition: all 0.4s ease-out;
  z-index: 99;
}
.footer-floatbnr__content {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  height: 80px;
  padding-right: 127px;
}

.js-floatbnr {
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease-out;
}
.js-floatbnr:not(.show) {
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 751px) {
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 960px) {
  .pc-none {
    display: none !important;
  }
  .c-bnr--web .c-bnr__inner {
    padding: 5px 7px 5px 11px;
  }
  .c-bnr--mail .c-bnr__inner {
    padding: 7px 7px 5px 5px;
  }
  .header__logo {
    flex: 0 0 404px;
  }
  .footer-time {
    margin-top: 81.5px;
  }
}
@media screen and (min-width: 1701px) {
  .navToggle {
    display: none;
  }
  .footer-floatbnr__content {
    display: none;
  }
}
@media screen and (max-width: 1700px) {
  .c-bnr--web {
    max-width: min(150px, 36.5853658537%);
  }
  .c-bnr--mail {
    max-width: min(150px, 36.5853658537%);
  }
  .globalMenu {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .c-ttl__en {
    font-size: 80px;
  }
  .c-ttl__jp {
    font-size: 24px;
  }
  .c-pagetop {
    width: 60px;
    right: 0;
  }
  .c-btn {
    font-size: 18px;
  }
  .c-bnr {
    font-size: 14.5px;
  }
  .c-bnr--tel {
    max-width: min(110px, 26.8292682927%);
    font-size: 14.5px;
  }
  .c-bnr--web {
    max-width: min(150px, 36.5853658537%);
  }
  .c-bnr--mail {
    max-width: min(150px, 36.5853658537%);
  }
  .c-bnr__inner {
    padding: 5px;
  }
  .c-bnr__num {
    font-size: 20px;
  }
  .c-bnr__num::before {
    top: 2px;
    left: 50%;
    transform: translateX(-50%);
  }
  .c-bnr--web .c-bnr__icon {
    margin-top: 3px;
  }
  .c-bnr--mail .c-bnr__icon {
    margin-top: 6px;
  }
  .c-double-circle {
    font-size: 14.5px;
  }
  body {
    font-size: 16px;
  }
  .header__logo {
    display: flex;
    align-items: center;
    padding: 11px 14px;
  }
  .header__logo img {
    max-width: 200px;
  }
  .globalMenu__head {
    width: 100%;
    position: relative;
  }
  .globalMenu__logo img {
    max-width: 60px;
  }
  .sp-globalMenu {
    padding-top: 53px;
  }
  .sp-globalMenu__logo {
    padding-top: 14.5px;
    padding-left: 10px;
  }
  .sp-globalMenu__logo img {
    max-width: 60px;
  }
  .sp-globalMenu__list {
    border-radius: 7.5px;
    font-size: 14.5px;
  }
  .sp-globalMenu-child {
    font-size: 14px;
  }
  .footer__inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .footer__content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 30px;
  }
  .footer-address__logo img {
    max-width: 200px;
    margin-inline: auto;
  }
  .footer-address__logo-txt {
    margin-top: 10px;
    margin-left: 0;
  }
  .footer-access {
    margin-top: 40px;
    padding: 20px 20px 30px;
  }
  .footer-access__ttl {
    margin-left: 0;
  }
  .footer-floatbnr {
    right: 0;
  }
  .footer-floatbnr__content {
    height: 60px;
    padding-right: 87px;
  }
}
@media screen and (max-width: 959px) and (min-width: 751px) {
  .tb-none {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  .sp-none {
    display: none !important;
  }
  .pc {
    display: none !important;
  }
  .c-ttl__en {
    font-size: 50px;
  }
  .c-ttl__jp {
    font-size: 15px;
  }
  .c-btn {
    font-size: 16px;
  }
  .c-contact {
    margin-top: 20px;
  }
  .c-contact__bnr {
    -moz-column-gap: 18px;
         column-gap: 18px;
  }
  .c-contact__tel {
    margin-top: 28px;
    font-size: 22px;
  }
  .c-contact-bnr {
    width: calc(50% - 9px);
    height: 60px;
    font-size: 14.5px;
  }
  .c-contact-bnr__inner::before {
    border-left-width: 9.5px;
    border-bottom-width: 9.5px;
  }
  .c-contact-bnr--web .c-contact-bnr__ttl {
    padding-left: 30px;
    padding-right: 10px;
  }
  .c-contact-bnr--web .c-contact-bnr__ttl::before {
    left: 10px;
  }
  .c-contact-bnr--mail .c-contact-bnr__ttl {
    padding-left: 30px;
    padding-right: 10px;
  }
  .c-contact-bnr--mail .c-contact-bnr__ttl::before {
    left: 10px;
  }
  body {
    font-size: 14.5px;
  }
  .header {
    padding-top: 53px;
  }
  .header__logo {
    padding: 6px 12px;
  }
  .header__logo img {
    max-width: 147px;
  }
  .header__logo-txt {
    display: none;
  }
  .header__content {
    height: 53px;
  }
  .navToggle {
    width: 40px;
    height: 40px;
    top: 8px;
    left: auto;
    right: 8px;
  }
  .navToggle span {
    width: 23px;
  }
  .navToggle span:nth-child(1) {
    transform: translateY(-6.5px);
  }
  .navToggle span:nth-child(3) {
    transform: translateY(6.5px);
  }
  .sp-globalMenu__nav {
    padding: 17px 20px;
  }
  .sp-globalMenu__list {
    font-size: 14.5px;
  }
  .footer__inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .footer-time__table th, .footer-time__table td {
    font-size: 18px;
  }
  .footer-time__table th .tilde, .footer-time__table td .tilde {
    padding-inline: 0;
  }
  .footer-time__table th:first-child {
    width: 120px;
  }
  .footer-time__table thead th, .footer-time__table thead td {
    font-size: 15px;
  }
  .footer-time__note {
    margin-top: 10px;
  }
  .footer-map {
    height: 200px;
  }
  .footer-floatbnr__content {
    padding-right: 70px;
  }
}
