@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  font-family: "Zen Old Mincho", "Noto Serif JP", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.75;
}

.zen-antique {
  font-family: "Zen Antique Soft", sans-serif;
}

p,
a {
  font-size: 14px;
  line-height: 1.75;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  p,
  a {
    font-size: 16px;
  }
}

a {
  color: #333;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

ul {
  list-style: none;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
}
.anchor {
  margin: -80px 0 0;
  padding: 80px 0 0;
}
@media screen and (min-width: 768px) {
  .anchor {
    margin: -120px 0 0;
    padding: 120px 0 0;
  }
}

.inner {
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1040px;
    margin: 0 auto;
    box-sizing: border-box;
  }
}

.center {
  text-align: center;
}

.cmn-title01 {
  margin: 0 0 24px;
  font-size: 36px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .cmn-title01 {
    font-size: 36px;
    margin: 0 0 48px;
  }
}

.cmn-btn01 {
  text-align: center;
}
.cmn-btn01 a {
  width: 240px;
  padding: 20px 0;
  border-radius: 16px;
  background: #eee;
}

.cmn-btn02 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 340px;
  margin: 0 auto;
  padding: 17px 0;
  border-radius: 10px;
  border: solid 1px #fff;
  text-align: center;
}
.cmn-btn02 a i {
  font-size: 22px;
  color: #fff;
}
.cmn-btn02 a span {
  padding: 0 0 0 16px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.cmn-btn02 a:hover {
  background: #fff;
  opacity: 1;
}
.cmn-btn02 a:hover i {
  color: #255D8F;
}
.cmn-btn02 a:hover span {
  color: #255D8F;
}
@media screen and (min-width: 768px) {
  .cmn-btn02 a {
    width: 468px;
    padding: 20px 0;
    font-size: 16px;
  }
  .cmn-btn02 i {
    font-size: 24px;
  }
}

.cmn-btn-list01 .btn-item + .btn-item {
  margin: 24px 0 0;
}
.gHeader {
  position: fixed;
  width: 100%;
  display: flex;
  vertical-align: middle;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  box-sizing: border-box;
  z-index: 10;
}
.gHeader .link-warp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.gHeader .link-warp .logo {
  display: table;
  width: 184px;
  margin: 0;
  padding: 6px 0 6px 13px;
  vertical-align: middle;
}
.gHeader .link-warp .logo a {
  display: table-cell;
  vertical-align: middle;
}
.gHeader .link-warp .area-link {
  display: flex;
}
.gHeader .link-warp .area-link .lang .lang-list {
  display: flex;
  gap: 0 16px;
}
.gHeader .link-warp .area-link .lang .lang-list .lang-item {
  position: relative;
}
.gHeader .link-warp .area-link .lang .lang-list .lang-item a {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}
.gHeader .link-warp .area-link .lang .lang-list .lang-item a.active:before {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}
.gHeader .link-warp .area-link .area-tel {
  display: table;
  width: 60px;
  height: 60px;
  background: transparent linear-gradient(270deg, #03608C 0%, #6C9BD2 100%) 0% 0% no-repeat padding-box;
}
.gHeader .link-warp .area-link .area-tel .area-sp {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.gHeader .link-warp .area-link .area-tel .area-sp a {
  width: 100%;
  padding: 8px 0 7px;
}
.gHeader .link-warp .area-link .area-tel .area-sp a img {
  width: 24px;
  margin: 0 auto;
}
.gHeader .link-warp .area-link .area-tel .area-sp a .text {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.gHeader .link-warp .area-link .area-tel .area-pc {
  display: none;
}
.gHeader .link-warp .area-link .area-btnMenu {
  position: relative;
  width: 60px;
  padding: 0;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 3;
}
.gHeader .link-warp .area-link .area-btnMenu.open .btnMenu .txt {
  left: -4px;
}
.gHeader .link-warp .area-link .area-btnMenu.open .btnMenu span:first-child {
  margin-top: 5px;
  transform: rotate(45deg);
}
.gHeader .link-warp .area-link .area-btnMenu.open .btnMenu span:nth-child(2) {
  left: 100%;
  margin-top: 10px;
  opacity: 0;
}
.gHeader .link-warp .area-link .area-btnMenu.open .btnMenu span:nth-child(3) {
  margin-top: 5px;
  transform: rotate(-45deg);
}
.gHeader .link-warp .area-link .area-btnMenu .btnMenu {
  position: relative;
  margin: 0 auto;
  padding: 0px 0 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 2;
}
.gHeader .link-warp .area-link .area-btnMenu .btnMenu span {
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: all 0.3s ease-out;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}
.gHeader .link-warp .area-link .area-btnMenu .btnMenu span:first-child {
  margin-top: 0;
}
.gHeader .link-warp .area-link .area-btnMenu .btnMenu span:nth-child(2) {
  margin-top: 10px;
}
.gHeader .link-warp .area-link .area-btnMenu .btnMenu span:nth-child(3) {
  margin-top: 20px;
}
.gHeader .link-warp .area-link .area-btnMenu .txt {
  position: relative;
  margin: 0;
  padding: 0;
  font-weight: 500;
  line-height: 1;
  font-size: 14px;
  color: #01608C;
  z-index: 2;
  text-align: center;
}
.gHeader .link-warp #gNavWrap {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  width: 100vw;
  height: 100vh;
  margin: 0 calc(50% - 50vw);
  top: 0;
  padding-top: 60px;
  background: #fff;
  overflow-y: auto;
  scrollbar-width: none;
  z-index: 2;
  transition: all 0.4s;
  transition: opacity 0.3s cubic-bezier(0.14, 0.28, 0, 0.94);
}
.gHeader .link-warp #gNavWrap.open {
  opacity: 1;
  visibility: visible;
  background-color: rgba(0, 30, 72, 0.85);
  transition: all 0.4s;
}
.gHeader .link-warp #gNav {
  padding: 20px 0 0;
}
.gHeader .link-warp #gNav .sitemap-logo {
  width: 220px;
  margin: 0;
  padding: 0 20px;
}
.gHeader .link-warp #gNav .sitemap01 {
  position: relative;
  margin: 0 0 20px;
  padding: 20px;
  overflow: auto;
  z-index: 1000;
}
.gHeader .link-warp #gNav .sitemap01 .item {
  border-bottom: solid 1px #fff;
}
.gHeader .link-warp #gNav .sitemap01 .item a {
  position: relative;
  display: inline-block;
  padding: 20px 0 20px 0;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
.gHeader .link-warp #gNav .sitemap01 .item a.pc-link {
  display: none;
}
.gHeader .link-warp #gNav .sitemap01 .item .menu-title {
  position: relative;
  display: block;
  padding: 20px 0 20px;
  font-size: 14px;
  transition: 0.3s;
  cursor: pointer;
}
.gHeader .link-warp #gNav .sitemap01 .item .menu-title:before, .gHeader .link-warp #gNav .sitemap01 .item .menu-title:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #222;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 1s;
}
.gHeader .link-warp #gNav .sitemap01 .item .menu-title:after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.3s;
}
.gHeader .link-warp #gNav .sitemap01 .item .menu-title.js-menu-close::before {
  opacity: 0;
}
.gHeader .link-warp #gNav .sitemap01 .item .menu-title.js-menu-close:after {
  transform: translateY(-50%) rotate(180deg);
}
.gHeader .link-warp #gNav .sitemap01 .item .child-list {
  display: none;
  padding: 0 0 0 24px;
  border-top: solid 1px #ccc;
}
.gHeader .link-warp #gNav .sitemap01 .item .child-list .child-item {
  border-bottom: dashed 1px #ccc;
}
.gHeader .link-warp #gNav .sitemap01 .item .child-list .child-item:last-child {
  border: none;
}
.gHeader .link-warp #gNav .sitemap01 .item .child-list .child-item:first-child {
  border-top: none;
}
.gHeader .link-warp #gNav .sitemap01 .item .child-list .child-item a {
  padding: 20px 0 20px 0;
  border: none;
}
.gHeader .link-warp #gNav .tickt {
  text-align: center;
}
.gHeader .link-warp #gNav .tickt a {
  width: 240px;
  padding: 16px 0;
  background: #ffe200;
  border-radius: 16px;
}
.gHeader .link-warp #gNav .tickt a i {
  margin: 0 8px 0 0;
}
@media screen and (min-width: 768px) {
  .gHeader {
    top: 0;
    padding: 0;
  }
  .gHeader .link-warp {
    /*
    #gNavWrap {
        position: initial;
        width: auto;
        height: auto;
        margin: 0;
        padding: 0;
        transform: translateX(0);
        background: none;

        #gNav {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0;

            .sitemap-logo {
                width: 220px;
                margin: 0;
                padding: 0 20px;
            }

            .sitemap01 {
                display: flex;
                justify-content: end;
                flex-wrap: wrap;
                gap: 16px;
                max-width: 1000px;
                width: 100%;
                position: relative;
                margin: 0 16px 0 0;
                padding: 0;
                overflow: auto;
                z-index: 1000;

                .item {
                    width: auto;
                    border-bottom: none;

                    a {
                        display: block;
                        padding: 0;
                        font-size: 16px;
                        border-bottom: none;

                        &.pc-link {
                            display: inline-block;
                            border: none;
                        }
                    }

                    .menu-title {
                        position: relative;
                        display: none;
                        padding: 20px 0 20px;
                        font-size: 14px;
                        transition: .3s;
                        cursor: pointer;

                        &:before,
                        &:after {
                            content: '';
                            display: inline-block;
                            width: 20px;
                            height: 2px;
                            background-color: #222;
                            position: absolute;
                            right: 20px;
                            top: 50%;
                            transform: translateY(-50%);
                            transition: opacity 1s;
                        }

                        &:before {}

                        &:after {
                            transform: translateY(-50%) rotate(90deg);
                            transition: transform .3s;
                        }

                        &.js-menu-close::before {
                            opacity: 0;
                        }

                        &.js-menu-close:after {
                            transform: translateY(-50%) rotate(180deg);
                        }
                    }

                    .child-list {
                        display: block;
                        padding: 0 0 0 24px;
                        border-top: solid 1px #ccc;

                        .child-item {
                            border-bottom: dashed 1px #ccc;

                            &:last-child {
                                border-bottom: dashed 1px #ccc;
                            }

                            &:first-child {
                                border-top: none;
                            }

                            a {
                                padding: 20px 0 20px 0;
                            }
                        }

                    }
                }
            }

            .tickt {
                display: flex;
                width: 200px;
                text-align: center;
                background: #ff0;

                a {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    width: 100%;
                    height: 100%;
                    padding: 20px 0;
                }
            }
        }
    }
        */
  }
  .gHeader .link-warp .logo {
    width: 248px;
    padding: 15px 0 15px 52px;
  }
  .gHeader .link-warp .logo a {
    display: table-cell;
    vertical-align: middle;
  }
  .gHeader .link-warp .area-link {
    display: flex;
    /*
    .area-btnMenu {
        display: none;
    }
        */
  }
}

.contact .area-content {
  position: relative;
  padding: 56px 12px;
  background: #fff;
  box-sizing: border-box;
  z-index: 2;
}
.contact .text {
  margin: 0 0 12px;
  text-align: center;
  line-height: 1.7142857143;
}
.contact .area-tel {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact .area-tel .img {
  width: 48px;
}
.contact .area-tel .area-text {
  margin: 0 0 0 12px;
}
.contact .area-tel .area-text .tel {
  line-height: 1.1951219512;
}
.contact .area-tel .area-text .tel a {
  font-size: 48px;
  line-height: 1.1951219512;
}
.contact .area-tel .area-text .reception {
  margin: 4px 0 0;
  background: #01608C;
  color: #fff;
  font-size: 12px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact .area-content {
    margin: 0 -15px;
    padding: 56px 12px;
  }
  .contact .text {
    margin: 0 0 32px;
  }
  .contact .area-tel .img {
    width: 70px;
  }
  .contact .area-tel .area-text {
    margin: 0 0 0 20px;
  }
  .contact .area-tel .area-text .tel a {
    font-size: 72px;
  }
  .contact .area-tel .area-text .reception {
    margin: 4px 0 0;
    padding: 6px 0;
    font-size: 16px;
  }
}

footer {
  position: relative;
  background: #01608C;
}
footer .footer-inner {
  padding: 54px 0 64px;
  background: #01608C;
}
footer .footer-inner .list-sns {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 0 32px;
  margin: 0 0 32px;
}
footer .footer-inner .list-sns .item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 66px;
  background: #fff;
  border-radius: 50%;
  aspect-ratio: 1/1;
}
footer .footer-inner .list-sns .item a i {
  font-size: 24px;
}
footer .footer-inner .list-link {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px 24px;
  width: 80%;
  margin: 0 auto;
}
footer .footer-inner .list-link .item a {
  color: #fff;
}
footer .area-copy {
  padding: 8px 0;
  background: #000;
}
footer .area-copy .copyright {
  text-align: center;
  font-size: 11px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  footer {
    padding: 54px 0 0;
    background: linear-gradient(180deg, #55A3D0 0%, #255D8F 100%);
  }
  footer .footer-inner {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0;
    background: none;
  }
  footer .footer-inner .list-sns {
    margin: 0 0 64px;
  }
  footer .footer-inner .list-link {
    display: flex;
    justify-content: center;
    gap: 0 24px;
    padding: 0;
    margin: 0 auto 104px;
  }
  footer .footer-inner .list-link .item + .item {
    margin: 0 0 0;
  }
  footer .footer-inner .list-link .item a {
    color: #fff;
  }
}
footer .area-copy .copyright {
  text-align: center;
  font-size: 12px;
  color: #fff;
}

.footer-fixed {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
.footer-fixed .gtranslate_wrapper {
  display: flex;
  gap: 10px;
}
.footer-fixed .gtranslate_wrapper a {
  width: 50px;
}
.map {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .map {
    padding-bottom: 480px;
  }
}

.fix_right {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 6;
  opacity: 0;
}
.fix_right.active {
  opacity: 1;
}
.fix_right a {
  width: 40px;
  height: 200px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: unset;
  flex-direction: column;
  border-radius: 10px 0 0 10px;
  padding: 0.8rem 0;
  background: #ffe200;
}
.fix_right a i {
  margin: 0 0 4px;
}
.fix_right a .noto {
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25;
  writing-mode: vertical-rl;
}/*# sourceMappingURL=common.css.map */