@charset "UTF-8";
/*-----------------------

         変数          

-----------------------*/ :root {
  --baseColor: #4B4B4B;
  --mainColor: #4E6DA6;
  --subColor: #E9AB23;
  --subColor2: #022F80;
  --colorW: #fff;
  --bgMain: #4e6da6;
  --bgSub: #022f80;
  --main50Color: #A6B6D2;
}
body {
  background-color: transparent;
  font-family: "Shippori Mincho B1";
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--baseColor);
}
.bg_video {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  font-weight: 500;
  z-index: -1;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.page-detail-open-sangha .bg_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: fadeIn 1s ease-in-out;
}
.page-detail-open-sangha .bg_video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: fadeIn 1s ease-in-out;
}
.zen-maru {
  font-family: "Zen Maru Gothic";
  font-weight: 500;
}
.shippori {
  font-family: "Shippori Mincho B1";
  font-weight: 500;
}
.cormo {
  font-family: "Cormorant";
  font-weight: 500;
}
.noto {
  font-family: "Noto Sans";
  font-weight: 500;
}
.mainColor {
  color: var(--mainColor);
}
.bg-main {
  background: var(--mainColor);
}
.colorW {
  color: #fff;
}
.bg-W {
  background: #fff;
}
.open-sangha__ttl {
  font-size: clamp(2.7rem, 2.239rem + 1.23vw, 4.6rem);
  letter-spacing: 0.025em;
  text-align: center;
  margin: 0 auto;
  line-height: 1.4;
}
.open-sangha__enttl {
  font-size: clamp(1.1rem, 0.979rem + 0.324vw, 1.6rem);
  letter-spacing: 0.2em;
  margin-top: 1em;
  text-align: center;
}
.open-sangha__btn a {
  font-size: clamp(1.4rem, 1.3515rem + 0.2071vw, 1.6rem);
  letter-spacing: -0.03em;
  position: relative;
  width: 33rem;
  height: 6rem;
  line-height: 6rem;
  display: block;
  margin: 3rem auto 0;
  border-radius: 0.5rem;
}
.open-sangha__btn a::after {
  content: "";
  display: block;
  position: absolute;
  right: 0.8em;
  top: 50%;
  transform: translateY(-50%);
  background: url("../img/open-sangha__btnArrow-w.webp") no-repeat center center/cover;
  width: 1.7rem;
  height: 1.6rem;
}
.open-sangha__btn a:hover {
  color: var(--mainColor);
}
.open-sangha__btn--ver2 a::after {
  background: url("../img/open-sangha__btnArrow.webp") no-repeat center center/cover;
}
.page-detail-open-sangha .content-header, .page-detail-open-sangha .page-header {
  display: none;
}
/*//初期ここまで*/
/*top-content*/
@keyframes fadeIn2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*
.page-detail-open-sangha .top-content__zenlink {
  opacity: 0;
  animation: fadeIn2 2s ease-in-out 1s forwards;
}
.page-detail-open-sangha .top-content__poyopoyolink {
  opacity: 0;
  animation: fadeIn2 2s ease-in-out 1s forwards;
}
*/
.page-detail-open-sangha .top-content, .page-detail-open-sangha .message, .page-detail-open-sangha .services, .page-detail-open-sangha .navigator, .page-detail-open-sangha .experienced-members, .page-detail-open-sangha .bottom-content {
  opacity: 0;
  animation: fadeIn2 2s ease-in-out 1s forwards;
}
.top-content__inner {
  margin-top: clamp(2rem, 1.515rem + 1.294vw, 4rem);
  position: relative;
}
.top-content__ttlwrap {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: clamp(3rem, 1.301rem + 4.531vw, 10rem);
}
.top-content__textwrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top-content__ttl {
  display: flex;
  justify-content: center;
  color: #fff;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
  font-size: clamp(3.5rem, 3.063rem + 1.165vw, 5.3rem);
  margin-top: clamp(2.5rem, 2.379rem + 0.324vw, 3rem);
}
.top-content__ttl span {
  margin: 1.5rem 0;
}
.top-content__entext {
  margin-top: clamp(2rem, 1.515rem + 1.294vw, 4rem);
  letter-spacing: 0.2em;
  font-size: clamp(1.2rem, 0.933rem + 0.712vw, 2.3rem);
  text-align: center;
  color: #fff;
}
.top-content__ttlwrap > p:first-child {
  margin-top: 15rem;
}
.top-content__ttlwrap > p:last-child {
  margin-top: 37rem;
}
.top-content__linkicon {
  animation: fadeIn2 1.5s ease-in-out 0.2s forwards;
  position: relative;
  transition: 0.4s;
  top: 0;
  opacity: 0;
}
.top-content__linkicon:hover {
  opacity: 1;
  transition: 0.4s;
  top: 5px;
}
@keyframes fadeIn2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*message*/
.message * {
  color: #fff;
}
.message__inner {
  margin-top: clamp(6rem, 3.0874rem + 12.4272vw, 18rem);
}
.message__toptext {
  font-size: clamp(2.2rem, 1.909rem + 0.777vw, 3.4rem);
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 2;
}
.message__toptext span {
  font-size: 150%;
}
.message__secondtext {
  font-size: clamp(1.6rem, 1.406rem + 0.518vw, 2.4rem);
  margin-top: 4rem;
  text-align: center;
  line-height: 2;
}
.message__ttlG {
  position: relative;
  margin-top: clamp(10rem, 8.544rem + 3.883vw, 16rem);
}
.message__ttl {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(3rem, 2.563rem + 1.165vw, 4.8rem);
  letter-spacing: 0.05em;
  text-align: center;
}
.message__bottomtextwrap {
  display: flex;
  flex-direction: column;
  gap: 1.3em;
  align-items: center;
}
.message__bottomtextwrap p {
  text-align: center;
  /* font-size: clamp(1.4rem, 1.303rem + 0.259vw, 1.8rem); */
  font-size: clamp(1.6rem, 1.406rem + 0.518vw, 2.4rem);
  letter-spacing: 0;
  line-height: 2;
}
/*service*/
.services * {
  text-align: center;
}
.services__inner {
  max-width: 100rem;
  margin-inline: auto;
  margin-top: clamp(8rem, 6.058rem + 5.178vw, 16rem);
  background: rgba(255, 255, 255, 0.7);
  padding: clamp(5rem, 4.029rem + 2.589vw, 9rem) clamp(2.5rem, 0.316rem + 5.825vw, 11.5rem) clamp(5.5rem, 4.529rem + 2.589vw, 9.5rem);
  border-radius: clamp(1rem, 0.757rem + 0.647vw, 2rem);
}
.services__ttl {
  font-size: clamp(2.7rem, 2.239rem + 1.23vw, 4.6rem);
  letter-spacing: 0.025em;
}
.services__greatvalue {
  width: fit-content;
  margin: -3rem auto 0;
  color: #fff;
  background: var(--subColor);
  font-size: clamp(1.6rem, 1.357rem + 0.647vw, 2.6rem);
  letter-spacing: 0.025em;
  padding: 0.3rem 4em;
  border-radius: 3rem;
  display: block;
}
.services__listitem {
  padding-bottom: clamp(2rem, 1.757rem + 0.647vw, 3rem);
  border-bottom: solid 1px var(--main50Color);
}
.services__listitem:not(:last-child) {
  margin-bottom: clamp(2.5rem, 2.257rem + 0.647vw, 3.5rem);
}
.services__listitem:first-child {
  margin-top: clamp(2rem, 0.786rem + 3.236vw, 7rem);
}
.services__listitem:first-child .services__listttl {
  font-size: clamp(1.8rem, 1.557rem + 0.647vw, 2.8rem);
}
.services__listitem:first-child .services__listttl span.small {
  font-size: 75%;
  color: var(--mainColor);
}
.services__listitem:first-child .services__listttl span.large {
  font-size: clamp(2.8rem, 2.412rem + 1.036vw, 4.4rem);
  padding-inline: 0.5rem;
}
.services__listitem:first-child .services__textarea {
  margin-top: -0.8rem;
}
.services__ttlG {
  position: relative;
}
.services__listttl {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -25%);
  color: var(--mainColor);
  font-size: clamp(2.2rem, 1.86rem + 0.906vw, 3.6rem);
  letter-spacing: 0;
  line-height: 1.4;
}
.services__textarea {
  margin-top: -1em;
}
.services__text {
  font-size: clamp(1.4rem, 1.303rem + 0.259vw, 1.8rem);
  letter-spacing: 0.075em;
  line-height: 1.5;
}
.services__text span {
  font-size: 75%;
}
.services__box {
  background: rgba(233, 171, 35, 0.25);
  border-radius: clamp(1rem, 0.757rem + 0.647vw, 2rem);
  margin-top: clamp(2rem, 1.636rem + 0.971vw, 3.5rem);
  padding: clamp(3rem, 2.879rem + 0.324vw, 3.5rem) 2rem;
}
.services__box .services__text {
  letter-spacing: 0;
}
.services__box .services__text span {
  color: var(--mainColor);
  font-size: clamp(1.4rem, 1.303rem + 0.259vw, 1.8rem);
}
.services__box .services__text span.large {
  font-size: clamp(3rem, 2.951rem + 0.129vw, 3.2rem);
  padding-inline: 0.5rem;
  font-weight: 600;
}
.services__text--attention {
  font-size: clamp(1.2rem, 1.103rem + 0.259vw, 1.6rem);
  letter-spacing: 0;
  display: flex;
  justify-content: center;
}
.services__text--attention::before {
  content: "※";
  display: block;
}
.services____btn {
  margin-top: clamp(3.5rem, 2.772rem + 1.942vw, 6.5rem);
}
.services____btn a:hover {
  color: #fff;
}
/*Navigator*/
.navigator * {
  color: #fff;
}
.navigator__inner {
  margin-top: clamp(8.5rem, 6.437rem + 5.502vw, 17rem);
  overflow-x: hidden;
}
.navigator__new {
  display: flex;
  column-gap: 4.5rem;
  max-width: 100rem;
  justify-content: center;
  align-items: flex-start;
  margin-top: clamp(3rem, 2.15rem + 2.265vw, 6.5rem);
  margin-inline: auto;
}
.navigator__photo {
  overflow: hidden;
  aspect-ratio: 1 / 1;
  width: 21.354166vw;
  text-align: center;
}
.navigator__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
/*
.navigator__textarea-right {
  width: calc(100% - 4.5rem - 21.354166vw);
}
*/
.navigator__toptext {
  font-size: clamp(1.5rem, 1.33rem + 0.453vw, 2.2rem);
  letter-spacing: 0;
  font-weight: 700;
  margin-top: 3rem;
}
.navigator__name {
  font-size: clamp(2.8rem, 2.363rem + 1.165vw, 4.6rem);
  letter-spacing: 0;
  font-weight: 700;
}
.navigator__name span {
  letter-spacing: 0.05em;
  font-size: clamp(1.4rem, 1.157rem + 0.647vw, 2.4rem);
}
.navigator__text {
  font-size: clamp(1.4rem, 1.254rem + 0.388vw, 2rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.75;
  margin-top: clamp(2.5rem, 2.379rem + 0.324vw, 3rem);
}
.navigator__icon {
  margin-top: clamp(2.5rem, 1.772rem + 1.942vw, 5.5rem);
}
.navigator .contents4Wrap {
  max-width: 100rem;
  margin-inline: auto;
  margin-top: 1rem;
}
.link-profile {
  color: #fff;
  background: var(--subColor2);
  font-weight: 700;
  letter-spacing: 0;
  font-size: clamp(1.4rem, 1.351rem + 0.129vw, 1.6rem);
  padding: 0.3rem 2.5rem;
  border-radius: 0.5rem;
  position: relative;
  top: -2rem;
  width: fit-content;
  margin-inline: auto;
}
.link-profile-zen {
  letter-spacing: 0.1em;
  font-family: "Noto Sans";
  /*  font-size: clamp(1.4rem, 1.3927rem + 0.0311vw, 1.43rem);*/
  font-size: 1.4rem;
  padding: 0.3rem 2rem;
}
.link-profile::after {
  content: ">";
  display: block;
  position: absolute;
  top: 50%;
  right: 0.5em;
  transform: translateY(-50%);
  color: #fff;
}
.navigator .name {
  font-size: clamp(2rem, 1.951rem + 0.129vw, 2.2rem);
  letter-spacing: 0.05em;
  position: relative;
  top: -1rem;
}
.poyopoyo-navigator-slider .link-profile {
  background: var(--subColor);
  font-family: "Zen Maru Gothic";
  font-size: 1.4rem;
}
.poyopoyo-navigator-slider .name {
  font-family: "Zen Maru Gothic";
}
.poyopoyo-navigator-slider {
  max-width: 100rem;
  margin-inline: auto;
  overflow: visible;
  margin-top: -2.6rem;
}
.navigator .menuWrap {
  margin-top: 1rem;
}
.navigator .contents4Wrap {
  padding-left: 0;
}
.navigator__pooyopoyo .swiper-slide:not(.swiper-slide-visible) {
  opacity: 0.4;
}
.navigator .menuWrap li, .navigator .menuWrap div {
  text-align: center;
  transform: translateY(0);
  transition: all 0.3s ease 0s;
}
.navigator .menuWrap li:hover, .navigator .menuWrap div:hover {
  transform: translateY(-0.1875em);
}
.navigator .menuWrap li a img {
  height: 100% !important;
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}
.zen-navigator-slider .contents4Wrap > li, .zen-navigator-slider .contents4Wrap > div {
  width: calc((100% - 6rem) / 5);
}
.zen-navigator-slider .contents4Wrap {
  gap: 4rem 1.5rem;
}
.navigator-slider__navi {
  margin-top: 2rem;
}
.zen-navigator-slider .navigator-slider__navi {
  display: none;
}
.swiper-pagination-bullet {
  background: #fff !important;
  opacity: 1 !important;
}
.navigator .swiper-pagination-bullet-active {
  background: var(--subColor) !important;
}
.navigator .zen-navigator-slider .swiper-pagination-bullet {
  background: #8097BF !important;
}
.navigator .zen-navigator-slider .swiper-pagination-bullet-active {
  background: #E6EAF2 !important;
}
.navigator .swiper-button-next, .navigator .swiper-button-prev, .navigator .swiper-button-next:after, .navigator .swiper-rtl .swiper-button-prev:after, .navigator .swiper-button-prev:after, .navigator .swiper-rtl .swiper-button-next:after {
  width: 3rem;
  height: 3rem;
}
.navigator .swiper-pagination-clickable .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
}
.navigator .zen-navigator-slider .swiper-button-next:after {
  background: url(../img/slider-arrow2-r.webp) no-repeat center center / cover;
}
.navigator .zen-navigator-slider .swiper-button-prev:after {
  background: url(../img/slider-arrow2-l.webp) no-repeat center center / cover;
}
/*Experienced by Our Members*/
.experienced-members * {
  color: #fff;
}
.experienced-members__inner {
  margin-top: clamp(8.5rem, 6.437rem + 5.502vw, 17rem);
}
.experienced-members__list {
  margin-top: clamp(2.5rem, 1.772rem + 1.942vw, 5.5rem);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5.5rem 3rem;
}
.experienced-members__listttl {
  font-size: clamp(1.6rem, 1.503rem + 0.259vw, 2rem);
  letter-spacing: 0.05em;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 3em;
}
.experienced-members__btn {
  border-radius: 0.5rem;
  font-size: clamp(1.4rem, 1.303rem + 0.259vw, 1.8rem);
  letter-spacing: 0.05em;
  text-align: center;
  border: solid 1px #fff;
  width: calc(100% - 5rem);
  margin-inline: auto;
  padding: 0.2rem 0;
  margin-top: clamp(1rem, 0.879rem + 0.324vw, 1.5rem);
}
/*bottom-content*/
.bottom-content * {
  text-align: center;
}
.bottom-content__inner {
  margin-top: clamp(12rem, 10.058rem + 5.178vw, 20rem);
}
.bottom-content__ttl {
  font-size: clamp(2.4rem, 2.06rem + 0.906vw, 3.8rem);
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #fff;
}
.bottom-content__text {
  font-size: clamp(1.4rem, 1.303rem + 0.259vw, 1.8rem);
  letter-spacing: 0;
  line-height: 2;
  margin: clamp(3rem, 2.636rem + 0.971vw, 4.5rem) 0 clamp(2.5rem, 2.136rem + 0.971vw, 4rem);
  color: #fff;
}
footer.main-footer {
  margin: clamp(12rem, 11.515rem + 1.294vw, 14rem) 0 0;
  background: transparent url("../img/open-sangha_ftr-img.webp")no-repeat center top/cover;
  width: 100%;
  height: 49.6rem;
  position: relative;
  padding: 0;
}
.ftr__inner {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
}
.ftr__linkwrap {
  display: flex;
  justify-content: center;
  column-gap: 2rem;
  padding-bottom: 1.5rem;
}
.ftr__link a {
  display: flex;
  height: 100%;
}
.ftr__link:nth-child(2) a {
  margin-top: 1.5rem;
}
.ftr__link-top {
  align-items: flex-start;
}
.ftr__link-bottom {
  align-items: flex-end;
}
footer.main-footer .ftr-navi ul {
  background-color: transparent;
  border-radius: 0;
  margin-top: 1rem;
  flex-wrap: wrap;
}
footer.main-footer .ftr-navi ul li a {
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.05em;
  font-size: clamp(1.2rem, 1.151rem + 0.129vw, 1.4rem);
}
footer.main-footer .copy small {
  color: #fff;
}
/*====================================================================
　モーダル/*---------------数値など任意で書き換えを行う---------------------
====================================================================*/
/* modal-window ----------------------------------------- */
.remodal-overlay {
  background: rgba(0, 0, 0, 0.5);
}
.modal-window {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1200;
  justify-content: center;
  align-items: center;
}
.remodal {
  width: 96%;
  max-width: 84rem;
  height: 90%;
  overflow: auto;
  background-color: #fff;
  padding: 0;
  margin: 0;
  position: relative;
  border-radius: 2rem;
}
.remodal-close {
  width: 3.7rem;
  height: 3.7rem;
}
.remodal-close.top {
  right: 2rem;
  top: 1.5rem;
  left: inherit;
}
.remodal-close.bottom {
  position: static;
  margin: 3rem 2rem 4rem;
}
.remodal-close::before {
  height: 3.7rem;
  line-height: 3.7rem;
  width: 3.7rem;
  font-size: 5rem;
  font-family: "Shippori Mincho B1" !important;
  font-weight: 500;
  position: static;
  color: #022F80;
}
.modal-area {
  padding: 4.5rem 5rem;
}
.modal__ttlG {
  display: flex;
  align-items: flex-end;
  column-gap: 2rem;
}
.modal__ttl {
  font-size: clamp(1.8rem, 1.7029rem + 0.4142vw, 2.2rem);
  letter-spacing: 0.05em;
  color: var(--subColor2);
}
.modal__enttl {
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  color: var(--subColor2);
}
.modal__membersvoice {
  font-size: clamp(2.2rem, 1.9573rem + 1.0356vw, 3.2rem);
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: var(--subColor2);
  padding-bottom: clamp(1.5rem, 1.257rem + 0.647vw, 2.5rem);
  border-bottom: solid 1px;
  margin-top: clamp(4rem, 3.0291rem + 4.1424vw, 8rem);
  text-align: left;
}
.modal__textarea {
  margin-top: clamp(3.5rem, 3.015rem + 1.294vw, 5.5rem);
}
.modal__text {
  color: #373D54;
  font-size: clamp(1.4rem, 1.303rem + 0.259vw, 1.8rem);
  letter-spacing: 0.05em;
  line-height: 2;
}
.modal__text:not(:last-child) {
  margin-bottom: 2em;
}
/*navigator-modal*/
.remodal.zen, .remodal.poyopoyo {
  background: var(--mainColor);
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 9999;
  max-width: 100%;
  border-radius: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.remodal.poyopoyo {
  background: var(--subColor);
}
.remodal.zen * {
  font-family: "Noto Sans";
}
.remodal.poyopoyo * {
  font-family: "Zen Maru Gothic";
}
.remodal-wrapper, .remodal-wrapper {
  padding: 0 !important;
  width: 100%;
  height: 100vh;
}
.remodal.zen .remodal-close.bottom, .remodal.poyopoyo .remodal-close.bottom {
  display: none;
}
.remodal.zen .modal__contentInner {
  border-radius: 1rem;
  width: 75vw;
  height: 75vh;
  padding: 4vw;
  background: #fff;
}
.remodal.zen .modal-ttl, .remodal.poyopoyo .modal-ttl {
  text-align: left;
}
.remodal.poyopoyo .modal-ttl {
  color: var(--subColor);
}
.remodal.zen .modal__contentInner .textArea-Wrap .textArea, .remodal.poyopoyo .modal__contentInner .textArea-Wrap .textArea {
  margin-top: 4rem;
}
.remodal.zen .modal__contentInner .modal-ttl ruby, .remodal.poyopoyo .modal__contentInner .modal-ttl ruby {
  display: ruby;
}
.remodal.poyopoyo .remodal-close {
  transform: rotate(-90deg);
  transition: transform 2s;
}
.remodal.poyopoyo .remodal-close:hover {
  transition: transform 2s;
  transform: rotate(90deg);
}
/* モーダル内サイズを調整 */
.remodal.poyopoyo figure, .remodal.zen figure {
  flex: 1;
}
.remodal.poyopoyo .textArea-Wrap, .remodal.zen .textArea-Wrap {
  flex: 2;
}
.remodal.zen .remodal-close.top, .remodal.poyopoyo .remodal-close.top {
  right: 4rem;
  top: 3.5rem;
  left: inherit;
}
.remodal.zen .remodal-close, .remodal.poyopoyo .remodal-close {
  width: 7rem;
  height: 7rem;
}
.remodal.zen .remodal-close::before, .remodal.poyopoyo .remodal-close::before {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  width: 7rem;
  height: 7rem;
  font-size: 4.5rem;
  line-height: 7rem;
}
.remodal.poyopoyo .remodal-close::before {
  content: "";
  background: url("../img/closeBTN.webp")no-repeat center center/cover;
}
.remodal.poyopoyo .modal__contentInner .modal-ttl ruby {
  color: var(--subColor);
}
.remodal.zen .link-btn a {
  background: var(--mainColor);
}
.remodal.poyopoyo .link-btn a {
  background: var(--subColor);
}
/*上部ゼンサンガコンテンツモーダル*/
.remodal.zenContents, .remodal.poyopoyoContents {
  max-width: 100rem;
}
.remodal.zenContents * {
  font-family: "Noto Sans";
  font-weight: 500;
}
.remodal.zenContents .modalWrap, .remodal.poyopoyoContents .modalWrap {
  max-width: 74rem;
  margin-inline: auto;
}
.remodal.zenContents .modal-area, .remodal.poyopoyoContents .modal-area {
  padding: clamp(4rem, 3.636rem + 0.971vw, 5.5rem) 0 0;
}
.remodal.zenContents .modal__contentInner, .remodal.poyopoyoContents .modal__contentInner {
  width: 100%;
  height: auto;
  padding: 0;
  border-radius: 0;
  overflow-y: visible;
}
.remodal.zenContents .remodal-close.top, .remodal.poyopoyoContents .remodal-close.top {
  right: 1rem;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  width: 11.7rem;
  color: var(--subColor2);
  font-size: clamp(1.8rem, 1.654rem + 0.388vw, 2.4rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  z-index: 11000;
}
.remodal.zenContents .remodal-close::before, .remodal.poyopoyoContents .remodal-close::before {
  font-size: 3rem;
  margin-top: -0.5rem;
}
.remodal.zenContents .modal-cont__mv {
  position: relative;
  z-index: 1;
  height: 64rem;
}
.remodal.zenContents .modal-cont__mv .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 64rem;
  z-index: -1;
}
.remodal.zenContents .modal-cont__mv__inner {
  /* width: 60%; */
  width: 70%;
  padding-top: clamp(4rem, 0.845rem + 8.414vw, 17rem);
}
.remodal.zenContents .top-mv__hdr {
  color: #fff;
  font-size: clamp(2.6rem, 2.309rem + 0.777vw, 3.8rem);
  font-weight: 700;
  text-align: left;
}
.remodal.zenContents .top-mv__textwrap {
  margin-top: 7.5rem;
  /*  width: 78%; */
  width: 80%;
}
.remodal.zenContents .top-mv__textwrap p {
  color: var(--subColor2);
  font-size: clamp(1.4rem, 1.351rem + 0.129vw, 1.6rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2;
}
.remodal.zenContents .top-mv__textwrap p.entext {
  margin-top: 4rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.75;
}
.remodal.zenContents .modal-cont__zencontents {
  margin-top: clamp(6.5rem, 5.408rem + 2.913vw, 11rem);
}
.remodal.zenContents .modal-cont__zencontents h2, .remodal.poyopoyoContents .modal-cont__poyopoyocontents h2 {
  font-size: clamp(3.4rem, 2.478rem + 2.46vw, 7.2rem);
  font-weight: 700;
  letter-spacing: 0;
  text-align: left;
  margin-bottom: clamp(2rem, 1.757rem + 0.647vw, 3rem);
}
.remodal.zenContents .modal-cont__zencontents .sec-ttl span {
  color: #373D54;
  font-size: clamp(1.4rem, 1.303rem + 0.259vw, 1.8rem);
  font-weight: 700;
  margin-left: 1.5rem;
}
.remodal.zenContents .modal-cont__zencontents .sec-ttl span::after {
  display: none;
}
.remodal.zenContents .modal-cont__zencontents p, .remodal.poyopoyoContents .modal-cont__poyopoyocontents p {
  font-size: clamp(1.2rem, 1.103rem + 0.259vw, 1.6rem);
  letter-spacing: 0.075em;
  line-height: 1.5;
}
.modal-cont__zencontents__flex, .modal-cont__poyopoyocontents__flex {
  flex-wrap: wrap;
  display: flex;
  gap: 1.5rem 1rem;
  margin-top: clamp(1.5rem, 1.257rem + 0.647vw, 2.5rem);
}
.modal-cont__zencontents__flex div, .modal-cont__poyopoyocontents__flex div {
  width: calc((100% - 2rem) / 3);
}
.modal-cont__zencontents__flex figure, .modal-cont__poyopoyocontents__flex figure {
  overflow: hidden;
  aspect-ratio: 7 / 4;
}
.modal-cont__zencontents__flex img, .modal-cont__poyopoyocontents__flex img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.remodal.zenContents .modal-cont__zencontents p.date, .remodal.poyopoyoContents .modal-cont__zencontents p.date {
  font-size: clamp(1.2rem, 1.151rem + 0.129vw, 1.4rem);
  letter-spacing: 0.075em;
  color: #868686;
  margin-block: 0.5rem;
}
.remodal.zenContents .modal-cont__zencontents .ttl, .remodal.poyopoyoContents .modal-cont__poyopoyocontents .ttl {
  font-size: clamp(1.2rem, 1.151rem + 0.129vw, 1.4rem);
  letter-spacing: 0.075em;
  color: #868686;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
}
.modal-cont__zen_bottomarea {
  /* margin-top: clamp(6rem, 5.636rem + 0.971vw, 7.5rem); */
  /* margin-top: clamp(11rem, 5.636rem + 0.971vw, 12.5rem); */
  /* margin-top: clamp(26rem, 5.636rem + 0.971vw, 27.5rem); */
  margin-top: clamp(31rem, 5.636rem + 0.971vw, 32.5rem);
}
.modal-cont__zen_bottomarea h2 {
  color: var(--subColor2);
  font-weight: 700 !important;
  font-size: clamp(2.4rem, 2.206rem + 0.518vw, 3.2rem);
  letter-spacing: 0.075em;
  line-height: 1.5;
}
.modal-cont__zen_bottomarea p {
  font-size: clamp(1.3rem, 1.227rem + 0.194vw, 1.6rem);
  letter-spacing: 0.075em;
  line-height: 2;
  margin-top: clamp(2.5rem, 2.257rem + 0.647vw, 3.5rem);
}
.modal-cont__zen_ftr {
  background: #1A2A41;
  padding-block: 2.5rem 2rem;
  margin-top: clamp(6rem, 5.757rem + 0.647vw, 7rem);
}
.modal-cont__zen_ftr .copy {
  letter-spacing: 0.075em;
  font-size: clamp(1.2rem, 1.151rem + 0.129vw, 1.4rem);
  margin-top: 2rem;
}
/*上部ぽよぽよサンガコンテンツモーダル*/
.remodal.poyopoyoContents .modal-area {
  padding: clamp(4rem, 3.636rem + 0.971vw, 5.5rem) 3rem 0;
  overflow-x: hidden;
}
.remodal.poyopoyoContents * {
  font-family: "Zen Maru Gothic";
  font-weight: 500;
}
.remodal.poyopoyoContents .remodal-close.top, .remodal.poyopoyoContents .remodal-close::before {
  color: var(--subColor);
}
.remodal.poyopoyoContents .modal-cont__mv {
  position: relative;
  z-index: 1;
  height: 37rem;
}
.remodal.poyopoyoContents .modal-cont__mv .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 37rem;
  z-index: -1;
}
.remodal.poyopoyoContents .modal-cont__mv .bg img {
  width: 100%;
  border-radius: 1rem;
}
.remodal.poyopoyoContents .modal-cont__welcome-back {
  margin-top: clamp(6rem, 5.272rem + 1.942vw, 9rem);
  background: #FBEED3;
  border-radius: 2rem;
}
.remodal.poyopoyoContents .modal-cont__welcome-back .sec-ttl {
  font-weight: 700;
  letter-spacing: 0.075em;
  font-size: clamp(1.8rem, 1.363rem + 1.165vw, 3.6rem);
  color: var(--subColor);
  position: relative;
  top: -1.5rem;
  width: fit-content;
  margin-inline: auto;
}
.remodal.poyopoyoContents .modal-cont__welcome-back .sec-ttl::after {
  content: "";
  background: url(../img/deco.webp) no-repeat center center / cover;
  width: 12.9rem;
  height: 1.9rem;
  display: block;
  position: absolute;
  right: 2.1em;
  top: -3rem;
}
.remodal.poyopoyoContents .modal-cont__welcome-back p {
  color: #808080;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 2;
  /* font-size: clamp(1.2rem, 1.103rem + 0.259vw, 1.6rem); */
  font-size: clamp(1.6rem, 1.406rem + 0.518vw, 2.4rem);
}
.remodal.poyopoyoContents .modal-cont__welcome-back .illust {
  position: relative;
  top: 5rem;
  margin-top: -5rem;
}
.remodal.poyopoyoContents .modal-cont__poyopoyocontents {
  margin-top: 7rem;
}
.remodal.poyopoyoContents .modal-cont__poyopoyocontents .sec-ttl {
  color: var(--subColor);
}
.remodal.poyopoyoContents .modal-cont__poyopoyocontents .sec-ttl span {
  color: var(--subColor);
  font-size: clamp(1.4rem, 1.303rem + 0.259vw, 1.8rem);
  font-weight: 700;
  margin-left: 1.5rem;
}
.remodal.poyopoyoContents .modal-cont__poyopoyocontents .sec-ttl span::after {
  width: 7.5rem;
  height: 1.3rem;
}
.remodal.poyopoyoContents .modal-cont__poyopoyocontents p {
  color: #808080;
}
.modal-cont__poyopoyo_bottomarea {
  margin-top: clamp(6.5rem, 6.257rem + 0.647vw, 7.5rem);
}
.modal-cont__poyopoyo_bottomarea h2 {
  font-size: clamp(2.4rem, 2.109rem + 0.777vw, 3.6rem);
  font-weight: 700 !important;
  letter-spacing: 0;
  line-height: 1.5;
  color: var(--subColor);
}
.modal-cont__poyopoyo_bottomarea p {
  margin: clamp(2rem, 1.757rem + 0.647vw, 3rem) 0 clamp(3.5rem, 3.379rem + 0.324vw, 4rem);
  color: #808080;
  line-height: 2;
  letter-spacing: 0.075em;
  /* font-size: clamp(1.3rem, 1.227rem + 0.194vw, 1.6rem); */
  font-size: clamp(1.6rem, 1.406rem + 0.518vw, 2.4rem);
}
.modal-cont__poyopoyo_bottomarea .open-sangha__btn a:hover {
  color: #fff;
}
.modal-cont__poyopoyo_ftr {
  position: relative;
}
.modal-cont__poyopoyo_ftr .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -30%);
}
.modal__contentInner .flex figure img {
  border-radius: 50%;
}
@media screen and (max-width: 1280px) {
  .container, .wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 840px) {
  .experienced-members__list {
    gap: 4.5rem 3rem;
  }
  .experienced-members__btn {
    width: 100%;
  }
}
@media screen and (max-width: 559px) {
  .container, .wrapper {
    padding: 0 6%;
  }
  .open-sangha__btn a {
    width: 100%;
  }
  .top-content__logo {
    width: 6.2rem;
  }
  .top-content__ttl span {
    width: 3.2rem;
  }
  .top-content__ttlwrap > p:first-child {
    margin-top: 6rem;
  }
  .top-content__ttlwrap > p:last-child {
    margin-top: 22rem;
  }
  .message__bottomtextwrap {
    align-items: flex-start;
    margin-top: 2rem;
    gap: 1em;
  }
  .message__bottomtextwrap p {
    text-align: left;
  }
  .services__listitem:first-child {
    margin-top: 0;
  }
  .services__greatvalue {
    padding: 0.8rem 3em;
    margin-top: 0;
  }
  .services__listttl .services__greatvalue {
    display: none;
  }
  .services__list {
    margin-top: 2rem;
  }
  .services__ttlG img {
    width: 70%;
  }
  .services__listitem:first-child .services__textarea {
    margin-top: 2.2rem;
  }
  .services__text {
    text-align: justify !important;
  }
  .services__box .services__text {
    text-align: center !important;
  }
  .services__text--attention {
    text-align: left;
    margin-top: 1rem;
  }
  .services__textarea {
    margin-top: 0;
  }
  .services__listitem:first-child .services__listttl {
    transform: translate(-50%, -38%);
  }
  .navigator__new {
    flex-direction: column;
    padding: 0 6%;
  }
  .navigator__photo {
    width: 88%;
    margin-inline: auto;
  }
  .navigator__textarea-right {
    width: 100%;
  }
  .navigator__toptext, .navigator__name {
    text-align: center;
  }
  .experienced-members__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5rem 0;
  }
  /*	slider*/
  .navigator .menuWrap {
    padding-left: 0;
  }
  .swiper-slide:not(.swiper-slide-active) {
    opacity: 0.4;
  }
  .navigator .contents4Wrap {
    flex-wrap: nowrap;
    gap: 0;
  }
  .zen-navigator-slider .navigator-slider__navi {
    display: flex;
  }
  .navigator .navigator-slider__navi {
    margin-inline: 0;
    justify-content: center;
  }
  .experienced-members__listttl {
    height: auto;
  }
  .experienced-members__btn {
    padding: 1.3rem 0;
  }
  .ftr__logo {
    width: 16rem;
    margin-inline: auto;
  }
  footer.main-footer .ftr-navi ul {
    gap: 2rem;
    margin-top: 2rem;
  }
  footer.main-footer .ftr-navi ul li:not(:last-child) a::after {
    margin-left: 2.5rem;
  }
  footer.main-footer .ftr-navi ul li:not(:last-child) a::after {
    content: "";
  }
  footer.main-footer .ftr-navi ul li:first-child a::after {
    content: "/";
  }
  /*modal*/
  .remodal {
    width: 88%;
  }
  .modal-area {
    padding: 3.5rem 2rem;
  }
  .modal__ttlG {
    flex-direction: column;
  }
  .modal__ttl {
    width: 100%;
    text-align: left;
    margin-bottom: 1rem;
  }
  .modal__enttl {
    line-height: 1.2;
    text-align: left;
  }
  .remodal-close.bottom {
    margin: 0 2rem 4rem;
  }
  /*ナビゲーターモーダル*/
  .remodal.zen .remodal-close.top, .remodal.poyopoyo .remodal-close.top {
    right: 1rem;
    top: 2.5rem;
    z-index: 11000;
  }
  .remodal.zen .remodal-close, .remodal.poyopoyo .remodal-close {
    width: 4rem;
    height: 4rem;
  }
  .remodal.zen .remodal-close::before, .remodal.poyopoyo .remodal-close::before {
    width: 4rem;
    height: 4rem;
    font-size: 2.5rem;
    line-height: 4rem;
  }
  .remodal.zen .modal__contentInner, .remodal.poyopoyo .modal__contentInner {
    width: 88%;
    height: 85vh !important;
    padding: 2rem;
    margin: 0 auto;
  }
  .modal__contentInner .textArea-Wrap .snsG .flex {
    flex-direction: row;
  }
  /*上部ゼンサンガコンテンツモーダル*/
  .remodal.zenContents, .remodal.poyopoyoContents {
    width: 88%;
    height: 85%;
    border-radius: 1rem;
  }
  .remodal.zenContents .remodal-close.top, .remodal.poyopoyoContents .remodal-close.top {
    top: 0.5rem;
  }
  .remodal.zenContents .modalWrap {
    padding: 0 6%;
    width: 100%;
  }
  .remodal.zenContents .modal-cont__mv {
    /* height: 85rem; */
    height: 75rem;
  }
  .remodal.zenContents .modal-cont__mv__inner {
    width: 100%;
  }
  .remodal.zenContents .top-mv__textwrap {
    width: 100%;
  }
  .remodal.zenContents .top-mv__hdr {
    line-height: 1.75;
  }
  .remodal.zenContents .top-mv__textwrap p:not(:last-child) {
    margin-bottom: 1.5em;
  }
  .remodal.zenContents .top-mv__textwrap {
    margin-top: 25.5rem;
  }
  .remodal.zenContents .modal-cont__zencontents h2, .remodal.poyopoyoContents .modal-cont__poyopoyocontents h2 {
    margin-bottom: 3rem;
  }
  .remodal.zenContents .modal-cont__zencontents .sec-ttl span, .remodal.poyopoyoContents .modal-cont__poyopoyocontents .sec-ttl span {
    margin-left: 0;
  }
  .modal-cont__zencontents__flex, .modal-cont__poyopoyocontents__flex {
    flex-direction: column;
    column-gap: 2rem;
  }
  .modal-cont__zencontents__flex div, .modal-cont__poyopoyocontents__flex div {
    width: 100%;
  }
  /*上部ぽよぽよサンガコンテンツモーダル*/
  .remodal.poyopoyoContents .modal-area {
    padding: clamp(4rem, 3.636rem + 0.971vw, 5.5rem) 6% 0;
  }
  .remodal.poyopoyoContents .modal-cont__mv {
    height: 57rem;
  }
  .remodal.poyopoyoContents .modal-cont__welcome-back .sec-ttl {
    top: -1rem;
    margin-bottom: 1rem;
  }
  .remodal.poyopoyoContents .modal-cont__welcome-back .sec-ttl::after {
    width: 6.3rem;
    height: 0.9rem;
    right: 2.7em;
    top: -1.5rem;
  }
  .remodal.zenContents .modalWrap, .remodal.poyopoyoContents .modalWrap {
    padding-inline: 1.5rem;
  }
  .remodal.poyopoyoContents .modal-cont__welcome-back .illust {
    top: 4rem;
    margin-top: -5rem;
    width: 90%;
    margin-inline: auto;
  }
  .remodal.poyopoyoContents .modal-cont__poyopoyocontents .modalWrap, .remodal.poyopoyoContents .modal-cont__poyopoyo_bottomarea .modalWrap {
    padding-inline: 0;
  }
  .modal-cont__poyopoyo_ftr {
    height: 100vw;
    overflow: hidden;
    margin-inline: -8%;
  }
  .modal-cont__poyopoyo_ftr .logo {
    transform: translate(-50%, -27%);
    width: 18.5rem;
  }
}
@media screen and (max-width: 375px) {
  /*上部ゼンサンガコンテンツモーダル*/
  .remodal.poyopoyoContents .modal-cont__mv {
    height: 52rem;
  }
  .remodal.zenContents .top-mv__textwrap {
    margin-top: 21.5rem;
  }
  /*上部ぽよぽよサンガコンテンツモーダル*/
  .remodal.poyopoyoContents .modal-cont__welcome-back .sec-ttl::after {
    right: 2.3em;
  }
  .remodal.poyopoyoContents .modal-cont__welcome-back .sec-ttl {
    letter-spacing: 0;
  }
  .modal-cont__poyopoyo_bottomarea p {
    letter-spacing: 0;
  }
}
/*20241212追加*/
.vimeo__inner {
  width: 64%;
  /*margin: 0 auto clamp(3rem, 2.2718rem + 3.1068vw, 6rem);*/
  margin: 6rem auto clamp(3rem, 2.2718rem + 3.1068vw, 6rem);
  padding: 36.25% 0px 0px !important;
}
.yokoyama_name {
  font-size: clamp(2rem, 1.6602rem + 1.4498vw, 3.4rem);
  margin-top: clamp(3.4rem, 2.9631rem + 1.8641vw, 5.2rem);
  margin-bottom: clamp(-1rem, -0.3689rem + -2.6926vw, -3.6rem);
}
.message__bottomtextwrap p.career {
  font-size: clamp(1.2rem, 1.1029rem + 0.4142vw, 1.6rem);
  margin-bottom: clamp(-1rem, -0.8786rem + -0.5178vw, -1.5rem);
}
@media screen and (max-width: 559px) {
  .vimeo__inner {
    width: 100%;
    padding: 56.25% 0px 0px !important;
  }
}
/*20241213追加*/
.bob_ficks {
  text-align: center;
}
.poyopoyo-navigator-slider li:nth-child(2) .name {
  letter-spacing: -0.1em;
}
.fukidashi {
  text-align: center;
  margin-bottom: -2rem;
}
.vimeo_title {
  font-size: clamp(2rem, 1.6602rem + 1.4498vw, 3.4rem);
  margin-top: clamp(3.4rem, 2.9631rem + 1.8641vw, 5.2rem);
  margin-bottom: clamp(-4rem, -0.3689rem + -2.6926vw, -4.6rem);
}
/*20241215追加*/
.top-content__inner {
  position: relative;
}
@keyframes blink {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.scroll_down {
  width: 2.6rem; /* 適宜サイズを調整 */
  animation: blink 4.5s infinite; /* 1秒で1サイクルの点滅 */
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1440px) {
  .scroll_down {
    bottom: 10rem;
  }
}
@media screen and (max-width: 559px) {
  .scroll_down {
    bottom: 30px;
    right: -10px;
    width: 1.9rem;
  }
}
/*20241219追加*/
.vp-title {
  display: none;
}
/*20250109追加*/
.drawer-toggle, .logo {
  display: none;
}
header .pc .mypage.login {
  position: fixed;
  right: 2vw;
  top: 3rem;
}
@media screen and (max-width: 559px) {
  .sp-login {
    position: fixed;
    right: 3.5vw;
    z-index: 999;
  }
/*20250218add*/
  .bg_video {
	height: 100dvh;
	min-height: 100vh;
  }
}