@charset "UTF-8";
/*　基本
=============================================================================================== */
/*　フォント
=============================================================================================== */
/*　media queries
=============================================================================================== */
/*　余白
=============================================================================================== */
/*　アニメーション
=============================================================================================== */
@keyframes loop-slide-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop-img {
  0% {
    scale: 1;
  }
  50% {
    scale: 2;
  }
  100% {
    scale: 1;
  }
}
/*　背景ラウンド
=============================================================================================== */
/*　メインビジュアル
=============================================================================================== */
.animation-bg .title {
  width: 100%;
  text-align: center;
}
.animation-bg .titleAnime {
  font-size: 130px;
  line-height: 1;
}
@media (max-width: 767px) {
  .animation-bg .titleAnime {
    font-size: 19vw;
  }
}

.h1-wrap {
  height: calc(100vh - 200px);
  min-height: 500px;
  position: relative;
  margin-bottom: 60px;
  width: 100%;
}
.h1-wrap .bgRound::before {
  background-color: #D9D7D7;
}
.h1-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.h1-wrap h1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding-bottom: 100px;
  mix-blend-mode: overlay;
  font-size: 130px;
  text-align: center;
  width: 100%;
  display: block;
}
.h1-wrap h1 span {
  display: inline-block;
}
@media (max-width: 767px) {
  .h1-wrap h1 {
    font-size: 19vw;
  }
}

/*　ページトップ
=============================================================================================== */
.padeTop {
  position: relative;
  padding-top: 160px;
  width: 100%;
}
.padeTop .bgRound {
  bottom: -50px !important;
}
.padeTop .bgRound::before {
  border-radius: 0 0 50% 50%;
  background-color: #D9D7D7;
  z-index: 1;
}
.padeTop::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100vw;
  height: 101px;
  background-color: #1A1A1A;
  z-index: 0;
}
.padeTop .padeTop-link {
  position: absolute;
  z-index: 5;
  bottom: -150px;
  left: 0;
  right: 0;
  margin: auto;
  display: inline-block;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
.padeTop .padeTop-link::before {
  content: "";
  width: 1px;
  height: 150px;
  display: block;
  margin: auto;
  background: #fff;
  margin-bottom: 16px;
}

/*　プロフィール
=============================================================================================== */
.profile02 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .profile02 {
    justify-content: center;
  }
}
.profile02 .round-box {
  width: 33.333%;
  position: relative;
}
@media (max-width: 767px) {
  .profile02 .round-box {
    width: 260px;
  }
}
@media (max-width: 575px) {
  .profile02 .round-box {
    width: 100%;
    max-width: 300px;
  }
}
.profile02 .round-box .round-text {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  text-align: center;
  font-size: 1rem;
}
@media (min-width: 1200px) {
  .profile02 .round-box .round-text {
    font-size: 1.5rem;
  }
}
.profile02 .round-box .round {
  width: 100%;
  padding-top: 100%;
  display: block;
  position: relative;
}
.profile02 .round-box .round::before {
  content: "";
  width: calc(100% + 10px);
  height: 100%;
  border-radius: 600px;
  border: 1px solid #1A1A1A;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .profile02 .round-box .round::before {
    height: calc(100% + 10px);
  }
}
@media (max-width: 575px) {
  .profile02 .round-box .round::before {
    width: 100%;
  }
}
.profile02 .round-box:nth-of-type(2) {
  transition-delay: 0.3s;
}
@media (max-width: 575px) {
  .profile02 .round-box:nth-of-type(2) {
    margin-top: -16px;
    transition-delay: 0s;
  }
}
.profile02 .round-box:nth-of-type(2) .round::before {
  left: -5px;
}
@media (max-width: 767px) {
  .profile02 .round-box:nth-of-type(2) .round::before {
    left: -10px;
  }
}
@media (max-width: 575px) {
  .profile02 .round-box:nth-of-type(2) .round::before {
    left: 0;
  }
}
.profile02 .round-box:nth-of-type(3) {
  transition-delay: 0.6s;
}
@media (max-width: 767px) {
  .profile02 .round-box:nth-of-type(3) {
    margin-top: -34px;
  }
}
@media (max-width: 575px) {
  .profile02 .round-box:nth-of-type(3) {
    margin-top: -16px;
    transition-delay: 0s;
  }
}
.profile02 .round-box:nth-of-type(3) .round::before {
  left: -10px;
}
@media (max-width: 767px) {
  .profile02 .round-box:nth-of-type(3) .round::before {
    left: -5px;
    top: auto;
    bottom: 0;
  }
}
@media (max-width: 575px) {
  .profile02 .round-box:nth-of-type(3) .round::before {
    left: 0;
    top: 0;
    bottom: auto;
  }
}

.googleMap {
  position: relative;
}
.googleMap a {
  position: absolute;
  width: 100%;
  height: calc(100% - 10px);
  left: 0;
  top: 0;
  z-index: 5;
  background-color: transparent;
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.googleMap a > span {
  opacity: 0;
  transition: 0.5s;
  color: #fff;
  font-size: 52px;
  font-family: "objektiv-variable", sans-serif;
  font-variation-settings: "wght" 300;
  letter-spacing: 0px;
}
@media (max-width: 767px) {
  .googleMap a > span {
    font-size: 42px;
  }
}
.googleMap a > span .arrow {
  content: "";
  display: block;
  width: 30px;
  height: 21px;
  mask: url(../images/arrow.svg);
  -webkit-mask: url(../images/arrow.svg);
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: 100%;
  -webkit-mask-size: 100%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  background-color: #fff;
  transition: 0.5s;
  margin: auto;
}
.googleMap a:hover, .googleMap a:focus {
  background-color: rgba(26, 26, 26, 0.3);
}
.googleMap a:hover > span, .googleMap a:focus > span {
  opacity: 1;
}
.googleMap div {
  filter: grayscale(1);
}
.googleMap iframe {
  pointer-events: none;
}

/*　お知らせ
=============================================================================================== */
.news-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .news-list {
    max-width: 680px;
    margin: auto;
  }
}
.news-list .news-list-box {
  width: 33.333%;
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 24px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .news-list .news-list-box {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .news-list .news-list-box {
    width: 100%;
  }
}
.news-list .news-list-box .news-img {
  position: relative;
  margin-bottom: 8px;
  overflow: hidden;
}
.news-list .news-list-box .news-img img {
  display: block;
  transition: 1s;
}
.news-list .news-list-box h4 {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.news-list .news-list-box a {
  color: #1A1A1A;
}
.news-list .news-list-box a:hover img, .news-list .news-list-box a:focus img {
  scale: 1.3;
}

article a {
  color: #1A1A1A;
}
article time {
  margin-bottom: 32px;
  padding-bottom: 32px;
  display: block;
  border-bottom: 1px solid #fff;
}
article p {
  margin-bottom: 16px;
}
article img {
  margin-bottom: 24px;
}
article .backBtn {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid #fff;
}
article .backBtn a {
  position: relative;
  color: #1A1A1A;
  padding-right: 0;
  padding-left: 30px;
}
article .backBtn a::before {
  background-color: #1A1A1A;
  left: 0;
  rotate: 180deg;
}
article .backBtn a::after {
  left: 0;
  background-color: #1A1A1A;
}
article .backBtn a:hover, article .backBtn a:focus {
  padding-left: 50px;
}
article .backBtn a:hover::before, article .backBtn a:focus::before {
  background-color: #fff;
  left: 11px;
}

.wp-block-audio {
  margin-top: 32px;
  margin-bottom: 32px;
}

.pagination {
  margin-top: 80px;
}
.pagination .nav-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.pagination .nav-links span, .pagination .nav-links a {
  margin: 4px;
  transition: transform 0.9s cubic-bezier(0.24, 0.45, 0.32, 1);
  letter-spacing: 0.1px;
  width: 40px;
  height: 40px;
  border-radius: 1000px;
  border: 1px solid;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.5s;
}
.pagination .nav-links a {
  color: #1A1A1A;
}
.pagination .nav-links a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 1000px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  scale: 0;
  transition: 0.5s;
  opacity: 0;
  background-color: #1A1A1A;
  border: 1px solid #1A1A1A;
}
.pagination .nav-links a:hover, .pagination .nav-links a:focus {
  color: #fff;
  border-color: #1A1A1A;
}
.pagination .nav-links a:hover::before, .pagination .nav-links a:focus::before {
  scale: 1;
  opacity: 1;
}
.pagination .nav-links a.next, .pagination .nav-links a.prev {
  display: none;
}
.pagination .nav-links span {
  background-color: #fff;
  color: #1A1A1A;
  border-color: #fff;
}

/*　メールフォーム
=============================================================================================== */
input[type=text], input[type=email], input[type=tel], input[type=password], select, textarea {
  font-weight: 400;
  font-style: normal;
  background-color: #fff;
  border: none;
  border-color: transparent;
  color: #1A1A1A;
  padding: 12px 16px;
  margin: 5px 0;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 0;
  transition: 0.5s;
  display: block;
}

input[type=text], input[type=email], input[type=tel], input[type=password], textarea {
  width: 100%;
}

input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=password]:focus, select:focus, textarea:focus {
  border-color: #fff;
  background-color: #D9D7D7;
  outline: 0;
  box-shadow: none;
}

input[type=submit], input[type=button] {
  border-radius: 0;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  box-sizing: border-box;
  cursor: pointer;
  min-width: 200px;
  margin: auto;
  text-align: center;
  display: block;
  padding: 16px 48px;
  background-color: #1A1A1A;
  color: #fff;
  transition: 0.5s;
  font-size: 18px;
  border: none;
  letter-spacing: 2px;
  margin-top: 32px;
  font-family: "objektiv-variable", sans-serif;
  font-variation-settings: "wght" 300;
  letter-spacing: 0px;
}
input[type=submit]:hover, input[type=submit]:focus, input[type=button]:hover, input[type=button]:focus {
  letter-spacing: 7px;
}

.mail-form .required {
  font-size: 20px;
  color: #9d0000;
}

.wpcf7-not-valid-tip {
  color: #9d0000;
  font-size: 14px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #9d0000;
  padding: 32px;
}

.page.error {
  background-color: #1A1A1A;
  min-height: 100vh;
  color: #fff;
}
.page.error > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}
.page.error h1 {
  mix-blend-mode: normal;
  text-align: center;
  font-size: 130px;
  margin-bottom: 80px;
  font-family: "objektiv-variable", sans-serif;
  font-variation-settings: "wght" 300;
  letter-spacing: 0px;
}
@media (max-width: 767px) {
  .page.error h1 {
    font-size: 19vw;
  }
}
.page.error div p {
  margin-bottom: 16px;
  text-align: center;
}
.page.error div ul {
  padding-left: 20px;
  margin-top: 24px;
}
.page.error div ul li {
  margin-bottom: 8px;
}
.page.error div .circle-btn {
  margin: auto;
}/*# sourceMappingURL=page.css.map */