.mobile-menu {
  position: fixed;
  right: 0;
  top: 60px;
  width: 300px;
}
.mobile-menu__btn {
  background-color: unset;
  border: none;
  outline: none !important;
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  .mobile-menu__btn {
    display: none;
  }
}
.mobile-menu__btn > span {
  background-color: #000;
  width: 35px;
  height: 2px;
  display: block;
  margin-bottom: 9px;
  transition: transform 0.7s;
}
.mobile-menu__btn > span:last-child {
  margin-bottom: 0;
}
.mobile-menu__cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s;
  cursor: pointer;
  z-index: 200;
}
.mobile-menu__main {
  padding: 0;
  perspective: 2000px;
  transform-style: preserve-3d;
}
.mobile-menu__logo {
  display: none;
  padding: 0 40px;
  margin-bottom: 50px;
}
.mobile-menu__logo img {
  width: 180px;
  height: auto;
}
.mobile-menu__item {
  list-style: none;
  display: block;
  transform: translate3d(0, 0, -1000px);
  padding: 0 40px;
  transition: transform 0.3s, opacity 0.2s;
  opacity: 0;
}
.mobile-menu__link {
  display: block;
  margin-top: 30px;
  color: #000;
  text-decoration: none !important;
  border-bottom: 1px solid #bbb;
}

.menu-open {
  overflow: hidden;
  height: 100vh;
}
.menu-open #container {
  transform: translate(-300px, 60px);
  box-shadow: 0 8px 40px -10px rgba(0, 0, 0, 0.8);
}
.menu-open .mobile-menu__cover {
  opacity: 1;
  visibility: visible;
}
.menu-open .mobile-menu__logo {
  display: block;
}
.menu-open .mobile-menu__item {
  transform: none;
  opacity: 1;
}
.menu-open .mobile-menu__item:nth-child(1) {
  transition-delay: 0.07s;
}
.menu-open .mobile-menu__item:nth-child(2) {
  transition-delay: 0.14s;
}
.menu-open .mobile-menu__item:nth-child(3) {
  transition-delay: 0.21s;
}
.menu-open .mobile-menu__item:nth-child(4) {
  transition-delay: 0.28s;
}
.menu-open .mobile-menu__item:nth-child(5) {
  transition-delay: 0.35s;
}
.menu-open .mobile-menu__item:nth-child(6) {
  transition-delay: 0.42s;
}
.menu-open .mobile-menu__item:nth-child(7) {
  transition-delay: 0.49s;
}
.menu-open .mobile-menu__item:nth-child(8) {
  transition-delay: 0.56s;
}
.menu-open .mobile-menu__btn span {
  background-color: #000;
}
.menu-open .mobile-menu__btn span:nth-child(1) {
  transition-delay: 70ms;
  transform: translateY(11px) rotate(135deg);
}
.menu-open .mobile-menu__btn span:nth-child(2) {
  transition-delay: 0s;
  transform: translateX(-18px) scaleX(0);
}
.menu-open .mobile-menu__btn span:nth-child(3) {
  transition-delay: 140ms;
  transform: translateY(-11px) rotate(-135deg);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}

body {
  font-family: "Noto Serif JP", serif;
}

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

a {
  color: black;
  text-decoration: none;
}

ul {
  padding: 0;
}

li {
  list-style: none;
}

.mb-sm, .sub-title {
  margin-bottom: 16px !important;
}

.mb-lg {
  margin-bottom: 80px !important;
}
@media screen and (min-width: 960px) {
  .mb-lg {
    margin-bottom: 150px !important;
  }
}

.mtb-30 {
  margin: 30px 0 !important;
}

.pb-sm {
  padding-bottom: 16px !important;
}

.pb-lg {
  padding-bottom: 80px !important;
}
@media screen and (min-width: 960px) {
  .pb-lg {
    padding-bottom: 150px !important;
  }
}

.content-width, .blog-part__inner, .access-part, .header__inner, .content {
  width: 90%;
  margin: 0 auto;
  max-width: 1070px;
}

.flex, .header__nav {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 600px) {
  .flex, .header__nav {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.purple {
  color: #904669;
}

#main-content {
  position: relative;
  z-index: 0;
}

.font-sm, .blog-part__li a time, .sub-title {
  font-size: 14px;
}
@media screen and (min-width: 960px) {
  .font-sm, .blog-part__li a time, .sub-title {
    font-size: 16px;
  }
}

.font-md, .success-link, .blog__txt, .blog-part__li a p, .content__p, .btn, .btn-inblk, .btn-blk {
  font-size: 17px;
}
@media screen and (min-width: 960px) {
  .font-md, .success-link, .blog__txt, .blog-part__li a p, .content__p, .btn, .btn-inblk, .btn-blk {
    font-size: 19px;
  }
}

.font-lr, .success-txt, .contact-form__label, .contact-form__inputs, .contact-form__input-area, .contact-form__button-area > input, .access-part__desc > p {
  font-size: 19px;
}
@media screen and (min-width: 960px) {
  .font-lr, .success-txt, .contact-form__label, .contact-form__inputs, .contact-form__input-area, .contact-form__button-area > input, .access-part__desc > p {
    font-size: 23px;
  }
}

.font-lg, .content__name, .main-title {
  font-size: 25px;
}
@media screen and (min-width: 960px) {
  .font-lg, .content__name, .main-title {
    font-size: 36px;
  }
}

.page-title {
  display: block;
  font-size: 36px;
  font-weight: 400;
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}

.main-title {
  font-weight: 400;
  display: block;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #999;
  margin-bottom: 0;
}
@media screen and (min-width: 600px) {
  .main-title {
    padding-bottom: 40px;
  }
}

.sub-title {
  color: #535353;
}

.btn, .btn-inblk, .btn-blk {
  padding: 15px 0;
  margin: 30px 0;
  text-align: center;
  background-color: black;
  color: white;
  letter-spacing: 3px;
  transition: opacity 0.3s;
}
.btn:hover, .btn-inblk:hover, .btn-blk:hover {
  opacity: 0.8;
}

.btn-blk {
  display: block;
  width: 100%;
}

.btn-inblk {
  display: inline-block;
  width: 200px;
}

.flx-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (min-width: 600px) {
  .blk-max600 {
    display: none;
  }
}

.inblk-min600 {
  display: none;
}
@media screen and (min-width: 600px) {
  .inblk-min600 {
    display: inline-block;
  }
}

.content {
  margin: 0 auto;
  padding-top: 120px;
}
.content__table {
  display: block;
  border: 1px solid #A9A9A9;
  border-collapse: separate;
  margin: 30px 0;
  font-size: 1em;
}
@media screen and (min-width: 960px) {
  .content__table {
    margin: 60px 0;
  }
}
.content__table tbody {
  display: block;
  vertical-align: middle;
  border-color: inherit;
}
.content__table tbody tr {
  display: block;
  border-bottom: 1px solid #A9A9A9;
}
.content__table tbody tr:last-child {
  border-bottom: none;
}
.content__table tbody tr th {
  min-width: 60px;
  width: 60px;
  padding: 10px;
  text-align: center;
  border-bottom: none;
}
.content__table tbody tr td {
  width: 100%;
  border-right: none;
  padding: 10px;
  border-left: 1px solid #A9A9A9;
}
.content__item-wrap {
  margin-bottom: 80px;
}
@media screen and (min-width: 600px) {
  .content__item-wrap {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 960px) {
  .content__item-wrap {
    margin-bottom: 140px;
  }
}
.content__item {
  margin-top: 60px;
}
.content__item:first-of-type {
  margin-top: 30px;
}
.content__item:last-of-type {
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .content__item {
    display: flex;
    justify-content: space-between;
  }
}
.content__img {
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) {
  .content__img {
    flex-basis: 55%;
  }
}
.content__img > img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 600px) {
  .content__desc {
    flex-basis: 40%;
  }
}
.content__name {
  font-weight: 400;
  margin-bottom: 10px;
}
.content__p {
  letter-spacing: 1px;
  line-height: 2;
  text-align: justify;
}

#container {
  position: relative;
  z-index: 10;
  width: 100%;
  transition: transform 0.5s, box-shadow 0.5s;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: transparent;
  display: flex;
  align-items: center;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 1px 9px rgba(0, 0, 0, 0.3);
}
.header.triggered {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 10px 0 25px -10px rgba(0, 0, 0, 0.5);
}
.header__logo {
  width: 140px;
  height: auto;
  justify-content: center;
}
@media screen and (min-width: 600px) {
  .header__logo {
    justify-content: flex-start;
  }
}
.header__logo img {
  width: 100%;
  height: auto;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__nav {
  justify-content: space-between;
  align-items: center;
  text-align: center;
  display: none;
}
@media screen and (min-width: 960px) {
  .header__nav {
    display: block;
  }
}
.header__ul {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
}
.header__li {
  font-size: 15px;
  margin: 10px;
}
.header__li:last-child {
  margin-right: 0;
}
@media screen and (min-width: 600px) {
  .header__li {
    margin-left: 0;
    margin-right: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .header__li {
    font-size: 18px;
  }
}
.header__li a {
  color: #000;
  text-decoration: none;
}

.footer {
  position: relative;
  background-color: #000;
  color: #fff;
  padding: 60px 0;
}
@media screen and (min-width: 960px) {
  .footer {
    padding: 100px 0;
  }
}
.footer__inner {
  position: relative;
  text-align: center;
}
.footer__logo img {
  width: 10vw;
  height: auto;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .footer__logo img {
    width: 6vw;
  }
}
.footer__utility {
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10vw;
}
@media screen and (min-width: 960px) {
  .footer__utility {
    margin-top: 8vw;
  }
}
.footer__utility li {
  line-height: 1;
  padding-right: 3.2vw;
  border-right: 1px solid #fff;
  margin-right: 3.2vw;
}
@media screen and (min-width: 600px) {
  .footer__utility li {
    font-size: 1.4em;
    padding-right: 15px;
    margin-right: 15px;
  }
}
.footer__utility li:last-child {
  border-right: none;
}
.footer__utility li a {
  color: #fff;
}
.footer__copyright {
  font-size: 10px;
  margin-top: 3vw;
}
@media screen and (min-width: 600px) {
  .footer__copyright {
    font-size: 1.1em;
  }
}

.swiper {
  overflow: visible !important;
}
.swiper .swiper-slide {
  height: 100vh;
  overflow: hidden;
}
.swiper .swiper-slide .swiper-img {
  width: 100%;
  height: 100%;
}
.swiper .swiper-slide .swiper-img img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: none;
  transition: transform 10s linear;
}
.swiper .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 61, 125, 0.1);
}
.swiper .swiper-slide-active .swiper-img img {
  transform: scale(1.15);
}

.hero {
  position: relative;
}
.hero__logo {
  width: 110px;
  height: auto;
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  animation: heroLogoFadeIn 2s ease 1s both;
  animation-delay: 1s;
}
.hero__logo img {
  height: auto;
  width: 100%;
}
.hero__scroll {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 40px;
  padding-top: 70px;
  text-align: center;
  z-index: 2;
  color: rgb(255, 255, 255);
  font-size: 1em;
  letter-spacing: 0.15em;
  animation: scrollFadeIn 1.8s ease-in-out 1s both;
}
.hero__scroll span {
  position: absolute;
  background-color: rgb(255, 255, 255);
  height: 56px;
  width: 1px;
  top: 0;
  left: 50%;
  animation: scroll-arrow-anime 2s infinite;
}

@media screen and (max-width: 767px) {
  .hero-logo {
    height: 74.4vh;
    width: 22.67vw;
  }
}
@keyframes heroLogoFadeIn {
  0% {
    opacity: 0;
    filter: blur(60px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes scrollFadeIn {
  0% {
    opacity: 0;
    filter: blur(20px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes scroll-arrow-anime {
  0% {
    opacity: 0;
    height: 0;
  }
  50% {
    opacity: 1;
    height: 56px;
  }
  100% {
    opacity: 0;
    height: 56px;
  }
}
.blog-part {
  margin: 80px 0;
}
@media screen and (min-width: 960px) {
  .blog-part {
    margin: 120px 0;
  }
}
.blog-part__inner > .flx-wrap {
  position: relative;
}
.blog-part__inner .btn-inblk {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  z-index: 10;
}
.blog-part__li {
  padding: 10px 0;
  border-bottom: 1px solid #999;
}
.blog-part__li a {
  color: black;
}
.blog-part__li a time {
  display: block;
  width: 100%;
  color: #333;
}
@media screen and (min-width: 960px) {
  .banner-part {
    display: flex;
    justify-content: space-between;
  }
}
.banner-part__item {
  position: relative;
  width: 100%;
  height: 66vw;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .banner-part__item {
    flex-basis: 33.33%;
    height: 22vw;
  }
}
.banner-part__item::after {
  content: "";
  position: absolute;
  width: 90%;
  height: 90%;
  border: 2px solid rgba(255, 255, 255, 0.6);
}
@media screen and (min-width: 600px) {
  .banner-part__item:hover > img {
    transform: scale(1.1);
    opacity: 0.9;
  }
}
.banner-part__txt {
  display: block;
  font-size: 28px;
  padding: 0 28px;
  position: absolute;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 50;
}
.banner-part__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}

.access-part {
  margin: 80px auto;
}
@media screen and (min-width: 960px) {
  .access-part {
    display: flex;
    justify-content: space-between;
  }
}
.access-part .map {
  flex-basis: 48%;
  height: 350px;
}
@media screen and (min-width: 960px) {
  .access-part .map {
    height: auto;
  }
}
.access-part__desc {
  margin-top: 40px;
  flex-basis: 48%;
}
@media screen and (min-width: 960px) {
  .access-part__desc {
    margin: 0;
  }
}
.access-part__desc > p {
  margin-top: 10px;
}

.txt-center {
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
}

.contact-form__item {
  margin-bottom: 30px;
}
.contact-form__label {
  display: block;
  margin-bottom: 8px;
}
.contact-form__inputs {
  width: 100%;
  padding: 5px;
  background: #eee;
  border: none;
}
.contact-form__input-area {
  height: 320px;
  width: 100%;
  padding: 5px;
  background: #eee;
  border: none;
}
.contact-form__button-area {
  text-align: center;
  margin-bottom: 80px;
}
.contact-form__button-area > input {
  color: white;
  background: black;
  padding: 8px 60px;
}

.blog {
  margin-bottom: 60px;
}
@media screen and (min-width: 960px) {
  .blog {
    margin: 100px 0;
  }
}
.blog__item {
  margin-bottom: 60px;
}
@media screen and (min-width: 960px) {
  .blog__item {
    margin-bottom: 100px;
  }
}
.blog__img {
  margin: 30px 0;
}
.blog__txt {
  letter-spacing: 1px;
  line-height: 2;
  text-align: justify;
}
.blog__pagination {
  text-align: center;
}
.blog__pagination span {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
}
.blog__pagination a {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #000;
}

@media screen and (min-width: 600px) {
  .site-map {
    height: 70vh;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.site-map__item {
  display: block;
  margin: 30px 0;
}
@media screen and (min-width: 600px) {
  .site-map__item {
    display: inline-block;
    flex-basis: 30%;
  }
}
@media screen and (min-width: 960px) {
  .site-map__item {
    flex-basis: 20%;
  }
}
.site-map__ul {
  margin-top: 5px;
  margin-left: 30px;
}
.site-map__li {
  list-style: square;
}
.site-map a {
  font-size: 18px;
}

.success-txt {
  margin: 20px 0 60px;
  line-height: 1.5;
}

.success-link {
  padding-bottom: 80vh;
  display: flex;
  justify-content: flex-end;
}/*# sourceMappingURL=style.css.map */