/*! CSS Used from: /assets/css/normalize.min.css */
a{background-color:transparent;margin:0;padding:0;}
footer{display:block;margin:0;padding:0;}
hr{box-sizing:content-box;height:0;overflow:visible;margin:0;padding:0;}
img{border-style:none;margin:0;padding:0;vertical-align:top;}
p{margin:0;padding:0;}
small{font-size:80%;margin:0;padding:0;}
svg:not(:root){overflow:hidden;}
/*! CSS Used from: /assets/css/base.css */
a{color:#00487b;}
[data-animation]{transition-duration:1s;transition-delay:.2s;transition-property:opacity;opacity:0;}
[data-animation="after"]{opacity:1;}
::placeholder{color:#ccc;}
.u-inner{max-width:1300px;margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px;}
@media screen and (min-width:1000px){
a:hover{text-decoration:none;}
}
@media screen and (max-width:1199px){
img{max-width:100%;height:auto;}
}
/*! CSS Used from: /assets/css/common.css?v=1.06 */
.gFooter{position:relative;z-index:0;color:#fff;padding-top:69px;overflow:hidden;background-color:#fff;}
.gFooter_inner{position:relative;z-index:1;max-width:1400px;}
.gFooter_cols{display:flex;flex-direction:row-reverse;justify-content:space-between;}
.gFooter_col{padding-bottom:52px;}
.gFooter_col-img{width:35.142%;}
.gFooter_image > img{display:block;max-width:100%;height:auto;}
.gFooter_col-txt{width:418px;}
.gFooter_text{font-size:21px;line-height:1.75;margin-right:-15px;white-space:nowrap;}
.gFooter_mapLink{font-size:15px;margin-top:0px;}
.gFooter_mapLink > a{display:block;color:inherit;}
.gFooter_mapLink > a::before{content:"";}
.gFooter_mapLink > a::after{content:"";}
.gFooter_col-logo{padding-top:87px;}
.gFooter_logo > a{display:block;text-decoration:none;color:inherit;transition-duration:.3s;transition-property:opacity;}
.gFooter_logo > a::before{content:"";}
.gFooter_logo > a::after{content:"";}
.gFooter_logo_img{display:block;width:207px;height:180px;fill:currentColor;}
.gFooter_copyright{display:block;font-size:15px;margin-top:50px;}
.gFooter_copyright > small{font-size:inherit;}
.gFooter_hr{width:1px;height:auto;background-color:currentColor;border:none;}
.gFooter_info{font-size:18px;color:#fff;}
.gFooter_info-sp{display:none;}
.gFooter_bg{background-color:#c4cdd4;position:absolute;z-index:0;width:100%;height:100%;top:0;left:0;}
.gFooter_bg::before{content:"";display:block;position:absolute;z-index:0;width:100%;height:100%;top:0;left:0;background-color:#2d5b78;mix-blend-mode:multiply;}
@media screen and (max-width:1199px){
.gFooter_logo_img{width:170px;height:148px;}
.gFooter_text{font-size:17px;}
.gFooter_col-txt{width:351px;}
.gFooter_col-logo{padding-top:40px;}
}
@media screen and (min-width:1000px){
.gFooter_logo > a:hover{opacity:.7;}
}
@media screen and (max-width: 999px){
.gFooter_col-img{width:32%;}
.gFooter_col-txt{width:305px;}
.gFooter_text{font-size:15px;}
.gFooter_addr{font-size:15px;}
.gFooter_mapLink{font-size:14px;}
.gFooter_col-logo{padding-top:0;align-self:flex-end;}
.gFooter_logo_img{width:110px;height:97px;}
}
@media screen and (max-width:767px){
.gFooter{padding-top:20px;padding-bottom:73px;}
.gFooter_cols{display:block;}
.gFooter_col{width:auto;padding:0;}
.gFooter_col-img{margin-bottom:22px;margin-left:auto;margin-right:auto;}
.gFooter_image > img{width:100%;}
.gFooter_info{display:none;}
.gFooter_addr{font-size:16px;margin-bottom:10px;}
.gFooter_mapLink{font-size:15px;}
.gFooter_logo{max-width:164px;margin:0 auto 42px;}
.gFooter_logo_img{width:165px;height:143px;}
.gFooter_copyright{text-align:center;margin-top:21px;}
.gFooter_info-sp{display:block;text-align:center;}
}
@media screen and (max-width:374px){
.gFooter_addr{font-size:15px;}
.gFooter_mapLink{font-size:14px;}
.gFooter_text{font-size:14px;}
}
/*! CSS Used from: /assets/css/style.css?v=1.18 */
a{text-decoration:none;}


/* Minimal footer CSS: keep only page-top and mobile bottom buttons */

#page-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 200;
}

#page-top a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #68ABAD;
  color: #fefefe;
  border: 1px solid #fefefe;
  text-decoration: none;
}

#page-top a svg {
  display: block !important;
  width: 18px !important;
  height: 18px !important;
  stroke: currentColor;
}

#page-top a:hover {
  opacity: 0.8;
}

/* Desktop: hide mobile fixed action buttons */
#sp_btn {
  display: none;
}

@media all and (max-width: 767px) {
  body {
    padding-bottom: 80px;
  }

  #page-top {
    bottom: 78px;
  }

  #page-top a {
    width: 34px;
    height: 34px;
  }

  #sp_btn {
    display: block;
    position: fixed;
    left: 50%;
    bottom: 0;
    width: 100%;
    transform: translateX(-50%);
    z-index: 20;
    background: #fefefe;
  }

  #sp_btn ul {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    border-top: 1px solid #fefefe;
  }

  #sp_btn ul li {
    list-style: none;
  }

  #sp_btn ul li:not(:last-child) {
    border-right: 1px solid #fefefe;
  }

  #sp_btn ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 8px 4px 7px;
    text-align: center;
    background: #68ABAD;
    color: #fff;
    line-height: 1;
    text-decoration: none;
  }

  #sp_btn ul li a span {
    display: block;
    z-index: 1;
    font-size: 1rem;
  }

  #sp_btn ul li a i,
  #sp_btn ul li a svg,
  #sp_btn ul li a img {
    display: block;
    font-size: 20px;
    line-height: 1;
    width: 20px;
    height: 20px;
  }

  #sp_btn ul li a img {
    margin-left: auto;
    margin-right: auto;
  }

  #sp_btn ul li a img[src="/assets/img/icon-line.svg"] {
    width: 20px;
    height: 20px;
    object-fit: contain;
  }

  #sp_btn ul li a:hover {
    opacity: 0.8;
  }
}

/* Footer logo image: keep aspect ratio and center alignment */
.gFooter_logo > a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.gFooter_logo_img {
  display: block;
  width: auto;
  height: auto;
  max-width: 207px;
  max-height: 180px;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width:1199px) {
  .gFooter_logo_img {
    max-width: 170px;
    max-height: 148px;
  }
}

@media screen and (max-width: 999px) {
  .gFooter_logo_img {
    max-width: 110px;
    max-height: 97px;
  }
}

@media screen and (max-width:767px) {
  .gFooter_logo_img {
    max-width: 165px;
    max-height: 143px;
  }
}

/* Footer background image override */
.gFooter_bg {
  background-image: url('/photo/footer/2.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.gFooter_siteLogo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
}

.gFooter_siteLogo_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.05;
  font-family: "Kosugi Maru", "Zen Kaku Gothic New", "PingFang TC", "Microsoft JhengHei", sans-serif;
}

.gFooter_siteLogo_sub {
  font-size: 32px;
  letter-spacing: 0.16em;
  color: rgba(255, 255, 255, 0.88);
}

.gFooter_siteLogo_main {
  margin-top: 4px;
  font-size: 72px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #fff;
  white-space: nowrap;
}

@media screen and (max-width:1199px) {
  .gFooter_siteLogo_sub {
    font-size: 28px;
  }

  .gFooter_siteLogo_main {
    font-size: 64px;
  }
}

@media screen and (max-width:999px) {
  .gFooter_siteLogo_sub {
    font-size: 24px;
  }

  .gFooter_siteLogo_main {
    font-size: 52px;
  }
}

@media screen and (max-width:767px) {
  .gFooter_siteLogo_sub {
    font-size: 28px;
  }

  .gFooter_siteLogo_main {
    font-size: 64px;
  }
}

@media screen and (max-width:767px) {
  .gFooter_bg {
    background-image: url('/photo/footer/2sp.webp');
  }
}

/* Footer copy/layout fixes */
.gFooter_col-txt {
  width: min(520px, 42vw);
  max-width: 520px;
}

.gFooter_text {
  color: #fff;
  white-space: normal;
  margin-right: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.gFooter_text-title {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-family: "Kosugi Maru", sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.35;
}

.gFooter_contact {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.gFooter_contact-item + .gFooter_contact-item {
  margin-top: 6px;
}

.gFooter_contact-row,
.gFooter_contact-link {
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr);
  column-gap: 8px;
  align-items: stretch;
  min-height: 24px;
}

.gFooter_contact-link {
  color: inherit;
  text-decoration: none;
}

.gFooter_contact-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.gFooter_contact-icon i,
.gFooter_contact-icon svg {
  display: block;
  width: 16px;
  height: 16px;
}

.gFooter_contact-text {
  display: block;
  line-height: 1.5;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.gFooter_info,
.gFooter_info ul,
.gFooter_info li,
.gFooter_info a,
.gFooter_info span,
.gFooter_info i,
.gFooter_info svg,
.gFooter_info-sp,
.gFooter_info-sp ul,
.gFooter_info-sp li,
.gFooter_info-sp a,
.gFooter_info-sp span,
.gFooter_info-sp i,
.gFooter_info-sp svg {
  color: #fff;
}

@media screen and (max-width: 999px) {
  .gFooter_col-txt {
    width: min(420px, 44vw);
  }
}

@media screen and (max-width:767px) {
  .gFooter_col-txt {
    width: 100%;
    max-width: 100%;
  }

  .gFooter_text {
    padding: 0 4px;
    line-height: 1.7;
  }

  .gFooter_contact {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }

  .gFooter_contact-item,
  .gFooter_contact-row,
  .gFooter_contact-link {
    column-gap: 10px;
  }

  .gFooter_contact-text {
    text-align: left;
  }
}

.gFooter {
  padding-bottom: 40px;
}

.gFooter_logo {
  margin-top: 30px;
  margin-bottom: 30px;
}
