@charset "UTF-8";
.mv {
  position: relative;
  margin-bottom: 0.5rem;
}
.mv .slide_card {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 105rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .mv .slide_card {
    height: 42em;
  }
}
.mv .slide_card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.mv-title {
  position: absolute;
  bottom: 4rem;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  width: 80rem;
}
@media screen and (max-width: 768px) {
  .mv-title {
    right: 2rem;
    width: 33rem;
  }
}
.mv-text {
  font-size: 3.6rem;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 0 3rem rgb(0, 0, 0), 0 0 3rem rgb(0, 0, 0);
  margin-bottom: 2rem;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .mv-text {
    font-size: 2.4rem;
    text-align: center;
  }
}
.mv-btn {
  font-size: 2rem;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  background-color: #5F5185;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 2.4em;
  line-height: 2.4em;
  padding-right: 3.6rem;
  padding-left: 3.6rem;
  border-radius: 2.5rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .mv-btn {
    font-size: 1.6rem;
  }
}

.sv {
  background: url(../images/sv-bg2.jpg) no-repeat center center/cover;
  position: relative;
  width: 100%;
  height: 38.6rem;
  padding-top: 3.1rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .sv {
    background: url(../images/sv-bg2-sp.jpg) no-repeat center center/cover;
    height: 35.6rem;
  }
}
.sv-menu {
  padding-right: 2rem;
}
.sv-menu ul {
  writing-mode: vertical-rl;
  /* 縦書き・右から左へ */
  text-orientation: upright;
  /* 漢字や英字を縦に表示 */
  list-style: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: 0;
}
.sv-menu li {
  width: 6.7rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sv-menu li {
    width: 4.7rem;
  }
}
.sv-menu li::before, .sv-menu li:last-child::after {
  content: "";
  display: block;
  background: url(../images/line.png) no-repeat center center/contain;
  width: 0.18rem;
  height: 30.4rem;
  position: absolute;
  right: 0;
}
.sv-menu li:last-child::after {
  right: unset;
  left: 0;
}
.sv-menu a {
  padding-top: 1.44rem;
  text-decoration: none;
  color: #fff;
  font-size: 2.52rem;
  font-weight: 700;
  letter-spacing: -0.15em;
  line-height: 6.8rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sv-menu a {
    font-size: 2rem;
    line-height: 2.35;
  }
}
.sv-menu a::before {
  content: "";
  width: 2.52rem;
  height: 0.2rem;
  display: block;
  background-color: #5F5185;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.tagline {
  background: url(../images/tagline-bg.jpg) no-repeat center center/cover;
  padding-top: 5.8rem;
  padding-bottom: 3.7rem;
}
@media screen and (max-width: 768px) {
  .tagline {
    background: url(../images/tagline-bg-sp.jpg) no-repeat center center/cover;
  }
}
.tagline-inner {
  text-align: center;
}
.tagline-head {
  font-size: 3.2rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0 0.4rem rgb(0, 0, 0);
  line-height: 0.85;
  position: relative;
}
@media screen and (max-width: 768px) {
  .tagline-head {
    font-size: 2.2rem;
  }
}
.tagline-head::after {
  content: "";
  display: block;
  background: url(../images/line2.png) no-repeat center center/contain;
  width: 36.1rem;
  height: 0.1rem;
  position: absolute;
  bottom: -1.8rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .tagline-head::after {
    background-origin: -1.2rem;
  }
}
.tagline-en {
  margin-top: 2.6rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .tagline-en {
    font-size: 1rem;
  }
}
.tagline p {
  margin-top: 2.8rem;
  line-height: 0.85;
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  text-shadow: 0 0 0.4rem rgb(0, 0, 0);
}
@media screen and (max-width: 768px) {
  .tagline p {
    letter-spacing: -0.05em;
    font-size: 1.6rem;
  }
}

.news {
  padding-top: 7rem;
  padding-bottom: 11.8rem;
}
@media screen and (max-width: 768px) {
  .news {
    padding-top: 5rem;
    padding-bottom: 9rem;
  }
}
.news-head {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 0.85;
}
@media screen and (max-width: 768px) {
  .news-head {
    font-size: 2.2rem;
  }
}
.news-en {
  text-align: center;
  margin-top: 1.9rem;
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .news-en {
    font-size: 1.2rem;
    margin-top: 1.2rem;
  }
}
.news-items {
  margin-top: 4.5rem;
}
.news-item {
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
  display: flex;
  border-bottom: 1px solid #d3d3d3;
}
.news-item span {
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.75;
  width: 10.3rem;
  min-width: 10.3rem;
}
.news-item p {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.75;
}

.worship {
  position: relative;
  background-color: #000;
}
.worship::before, .worship::after {
  content: "";
  width: 23.64%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 768px) {
  .worship::before, .worship::after {
    display: none;
  }
}
.worship::before {
  left: 0;
  background: url(../images/worship01.jpg) no-repeat left center/cover;
}
.worship::after {
  right: 0;
  background: url(../images/worship02.jpg) no-repeat center top/cover;
}
.worship-inner {
  padding-top: 5.9rem;
  padding-bottom: 9.6rem;
}
@media screen and (max-width: 768px) {
  .worship-inner {
    padding-bottom: 8rem;
  }
}
.worship-head {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 0.85;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .worship-head {
    font-size: 2.2rem;
  }
}
.worship-en {
  text-align: center;
  margin-top: 1.9rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .worship-en {
    font-size: 1.2rem;
    margin-top: 1.2rem;
  }
}
.worship-items {
  margin-top: 5.7rem;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2.9rem;
       column-gap: 2.9rem;
  row-gap: 1.5rem;
  width: 22.5rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .worship-items {
    margin-top: 4rem;
  }
}
.worship-item {
  width: 9.8rem;
  height: 2.8rem;
  font-size: 1.4rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #676767;
}
.worship-link {
  margin-top: 3.4rem;
  color: #A81E2E;
  border: 1px solid #A81E2E;
  background-color: #fff;
  font-size: 1.4rem;
  width: 18rem;
  margin-right: auto;
  margin-left: auto;
  display: block;
  text-align: center;
  height: 2.8rem;
  line-height: 2.8rem;
}

.instagram {
  padding-top: 9.7rem;
}
@media screen and (max-width: 768px) {
  .instagram {
    padding-top: 5rem;
  }
}
.instagram-head {
  margin-bottom: 3.4rem;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 0.85;
  display: flex;
  align-items: center;
  gap: 0.7rem;
}
@media screen and (max-width: 768px) {
  .instagram-head {
    font-size: 2.2rem;
  }
}
.instagram-head::after {
  content: "";
  width: 4.3rem;
  aspect-ratio: 1/1;
  display: block;
  background: url(../images/Instagram-k.png) no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .instagram-head::after {
    width: 3rem;
  }
}

.shisetsu-link {
  margin-top: 4rem;
  font-size: 2rem;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  background-color: #5F5185;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 2.4em;
  line-height: 2.4em;
  padding-right: 3.6rem;
  padding-left: 3.6rem;
  border-radius: 2.5rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .shisetsu-link {
    font-size: 1.6rem;
  }
}
/*# sourceMappingURL=index.css.map */