.commonTopTitleArea {
  background-size: cover;
  background-image: url(../images/fv_bg.jpg);
}

@media screen and (max-width: 500px) {
  .commonTopTitleArea {
    background-image: url(../images/fv_bg_sp.jpg);
  }
}
.comTlWrap * {
  text-align: center !important;
}

.secTitleArea {
  margin-bottom: 30px;
}
.secTitleArea .secTitle {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-left: 15px;
  border-left: 1px solid #333;
  line-height: 1.2;
  margin: 0;
}

.secPlan1, .secPlan2, .secPlan3 {
  display: none;
  opacity: 0;
}
.secPlan1.active, .secPlan2.active, .secPlan3.active {
  opacity: 1;
  display: block;
}

.secSelect.top {
  padding-bottom: 130px;
}
.secSelect.bottom {
  padding-bottom: 120px;
}
.secSelect .gridArea {
  display: grid;
  grid-template-columns: 1fr max-content 1fr max-content 1fr;
}
.secSelect .gridArea .line {
  height: 100%;
  width: 1px;
  background: #fff;
}
.secSelect .gridArea .content {
  height: 456px;
  width: 100%;
  padding: 22px 30px;
  display: flex;
  align-items: flex-end;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.secSelect .gridArea .content.plan1 {
  background-image: url(../../top/images/plan_img1.jpg?1);
}
.secSelect .gridArea .content.plan2 {
  background-image: url(../../top/images/plan_img2.jpg);
}
.secSelect .gridArea .content.plan3 {
  background-image: url(../../top/images/plan_img3.jpg);
}
.secSelect .gridArea .content.plan4 {
  background-image: url(../../top/images/plan_img4.jpg);
}
.secSelect .gridArea .content:after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.65);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: 0.5s;
}
.secSelect .gridArea .content:hover:after {
  background: rgba(0, 0, 0, 0);
}
.secSelect .gridArea .content h3 {
  font-weight: 500;
  font-size: clamp(18px, 1.67vw, 20px);
  padding-bottom: 10px;
}
.secSelect .gridArea .content .inner {
  position: relative;
  z-index: 1;
}
.secSelect .gridArea .content .inner * {
  color: #fff;
}
.secSelect .gridArea .content .inner h3 {
  font-size: clamp(18px, 1.67vw, 20px);
  font-weight: 500;
}
.secSelect .gridArea .content .inner .more {
  margin: initial;
  justify-content: left;
}
.secSelect .gridArea .content .inner .more * {
  text-align: left;
}
.secSelect .gridArea .content.active {
  pointer-events: none;
}
.secSelect .gridArea .content.active:after {
  background: rgba(0, 0, 0, 0);
}

@media screen and (max-width: 767px) {
  .secSelect.top {
    padding-bottom: 80px;
  }
  .secSelect .gridArea {
    gap: 2px;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr;
  }
  .secSelect .gridArea .content {
    padding: 18px 22px 33px;
    height: 180px;
  }
  .secSelect .gridArea .content.plan1 {
    background-image: url(../../top/images/plan_img1_sp.jpg?1);
  }
  .secSelect .gridArea .content.plan2 {
    background-image: url(../../top/images/plan_img2_sp.jpg);
  }
  .secSelect .gridArea .content.plan3 {
    background-image: url(../../top/images/plan_img3_sp.jpg);
  }
  .secSelect .gridArea .content .inner h3 {
    line-height: 1;
    font-size: clamp(14px, 5.13vw, 20px);
    padding-bottom: 10px;
  }
}
.secConcept {
  padding-bottom: 120px;
}
.secConcept .comTlWrap {
  padding-bottom: 60px;
}
.secConcept .catch {
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: 400;
  letter-spacing: 0.09em;
  text-align: center;
  padding-bottom: 30px;
}
.secConcept .catch + p {
  text-align: center;
  font-size: 15px;
  line-height: 160%;
  letter-spacing: 0.09em;
}

@media screen and (max-width: 767px) {
  .secConcept {
    padding-bottom: 90px;
  }
  .secConcept .catch {
    font-size: clamp(14px, 5.13vw, 20px);
  }
  .secConcept .catch + p {
    font-size: 14px;
    line-height: 180%;
  }
}
.secRecommend .comTlWrap {
  padding-bottom: 40px;
}
.secRecommend .gridArea {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
}
.secRecommend .gridArea .content .num {
  text-align: center;
  font-size: clamp(33px, 2.92vw, 35px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}
.secRecommend .gridArea .content .tl {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: left;
  padding: 15px 0;
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 180%;
}
.secRecommend .gridArea .content .line {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .secRecommend .gridArea {
    grid-template-columns: 1fr;
    grid-template-rows: max-content;
    gap: 30px;
  }
}
.secScene {
  padding-top: 80px;
  padding-bottom: 110px;
}
.secScene .wrap {
  display: grid;
  gap: 60px;
}
.secScene .wrap .content {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: clamp(1.875rem, -4.768rem + 13.86vw, 5.625rem);
  align-items: center;
}
.secScene .wrap .content .txArea .sub {
  font-size: 14px;
  line-height: 100%;
}
.secScene .wrap .content .txArea .tlArea {
  padding-bottom: 20px;
}
.secScene .wrap .content .txArea .tlArea .en {
  line-height: 100%;
  font-size: clamp(30px, 2.67vw, 32px);
  font-weight: 500;
  letter-spacing: 0.2em;
}
.secScene .wrap .content .txArea .tlArea .jp {
  line-height: 120%;
  letter-spacing: 0.2em;
  font-size: clamp(16px, 1.5vw, 18px);
}
.secScene .wrap .content .txArea p {
  font-size: 14px;
  line-height: 170%;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .secScene {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .secScene .wrap {
    gap: 50px;
  }
  .secScene .wrap .content {
    gap: 30px;
    grid-template-columns: 1fr;
    grid-template-rows: max-content;
  }
  .secScene .wrap .content .imgArea img {
    width: 100%;
    max-width: initial;
  }
  .secScene .wrap .content .txArea .tlArea .jp {
    font-size: clamp(14px, 3.85vw, 15px);
  }
  .secScene .wrap .content .txArea .tlArea .en {
    font-size: clamp(17px, 7.18vw, 28px);
    line-height: 150%;
  }
}
.secfuwel .secTitleArea {
  padding: 130px 0 0;
  margin-bottom: 40px;
}
.secfuwel.secFuwelReport {
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .secfuwel .secTitleArea {
    padding: 100px 0 0;
    margin-bottom: 40px;
  }
  .secfuwel .secTitleArea .secTitle {
    font-size: clamp(16px, 1.5vw, 18px);
  }
  .secfuwel.secFuwelReport {
    padding-bottom: 60px;
  }
}
/* ============================================
   Section: secPhoto
   ============================================ */
.secPhoto {
  padding: 60px 0 130px;
  background-color: #fff;
}
.secPhoto .galleryWrapper {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.secPhoto .galleryWrapper .galleryMain {
  width: 100%;
  margin-bottom: 20px;
}
.secPhoto .galleryWrapper .galleryMain .swiper-slide img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.secPhoto .galleryWrapper .galleryPagination {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  color: #333;
}
.secPhoto .galleryWrapper .thumbNavArea {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 15px;
  width: 100%;
}
.secPhoto .galleryWrapper .thumbNavArea .thumbBtnPrev,
.secPhoto .galleryWrapper .thumbNavArea .thumbBtnNext {
  width: 40px;
  border: 1px solid #333;
  position: relative;
  cursor: pointer;
  background: #fff;
  flex-shrink: 0;
}
.secPhoto .galleryWrapper .thumbNavArea .thumbBtnPrev:hover,
.secPhoto .galleryWrapper .thumbNavArea .thumbBtnNext:hover {
  background-color: #f5f5f5;
}
.secPhoto .galleryWrapper .thumbNavArea .thumbBtnPrev::after,
.secPhoto .galleryWrapper .thumbNavArea .thumbBtnNext::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-image: url(../../shared/images/arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 6px;
  width: 12px;
}
.secPhoto .galleryWrapper .thumbNavArea .thumbBtnPrev::after {
  transform: translate(-50%, -50%) rotateY(180deg);
}
.secPhoto .galleryWrapper .thumbNavArea .thumbBtnNext::after {
  transform: translate(-50%, -50%);
}
.secPhoto .galleryWrapper .thumbNavArea .galleryThumbs {
  width: calc(100% - 100px);
  overflow: hidden;
}
.secPhoto .galleryWrapper .thumbNavArea .galleryThumbs .swiper-slide {
  cursor: pointer;
}
.secPhoto .galleryWrapper .thumbNavArea .galleryThumbs .swiper-slide > .slideInner {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/10;
  width: 100%;
  height: 102%;
}
.secPhoto .galleryWrapper .thumbNavArea .galleryThumbs .swiper-slide > .slideInner:after {
  transition: 0.3s;
  overflow: hidden;
  content: "";
  position: absolute;
  width: 100%;
  height: 102%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.secPhoto .galleryWrapper .thumbNavArea .galleryThumbs .swiper-slide > .slideInner:hover:after {
  background: rgba(0, 0, 0, 0);
}
.secPhoto .galleryWrapper .thumbNavArea .galleryThumbs .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.secPhoto .galleryWrapper .thumbNavArea .galleryThumbs .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.secPhoto .galleryWrapper .thumbNavArea .galleryThumbs .swiper-slide.swiper-slide-thumb-active > .slideInner:after {
  background: rgba(0, 0, 0, 0);
}
.secPhoto .galleryWrapper .swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}

.secChurchPlan, .secPriceBenefit {
  background-color: #F2F2F2;
}

.secChurchPlan {
  padding: 130px 0 130px;
  margin-bottom: 130px;
}
.secChurchPlan .wrap {
  width: 90%;
  max-width: 900px;
  background: #fff;
  padding: 50px;
  margin: auto;
}
.secChurchPlan .wrap .churchPlanIn {
  max-width: 1000px;
  margin: 0 auto;
}
.secChurchPlan .wrap .churchPlanIn .planHead {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
  gap: 50px;
}
.secChurchPlan .wrap .churchPlanIn .planHead .planTtl {
  font-size: clamp(20px, 1.83vw, 22px);
  line-height: 150%;
  font-weight: 500;
  letter-spacing: 0.2em;
}
.secChurchPlan .wrap .churchPlanIn .planHead .planTxt {
  flex: 1;
  font-size: 14px;
  line-height: 160%;
}
.secChurchPlan .wrap .churchPlanIn .flowArea {
  display: flex;
  align-items: flex-start;
  gap: 70px;
}
.secChurchPlan .wrap .churchPlanIn .flowArea .flowTtl {
  font-size: 20px;
  white-space: nowrap;
  padding-top: 25px;
}
.secChurchPlan .wrap .churchPlanIn .flowArea .flowList {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-grow: 1;
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 95%;
}
.secChurchPlan .wrap .churchPlanIn .flowArea .flowList::before {
  content: "";
  position: absolute;
  top: 35px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #333;
  z-index: 1;
}
.secChurchPlan .wrap .churchPlanIn .flowArea .flowList .flowItem {
  position: relative;
  z-index: 2;
  text-align: center;
}
.secChurchPlan .wrap .churchPlanIn .flowArea .flowList .flowItem .flowLabel {
  padding-top: 16px;
  font-size: clamp(14px, 1.25vw, 15px);
  line-height: 120%;
  display: block;
}

.secPriceBenefit {
  padding: 0px 0 110px;
}
.secPriceBenefit .innerWidth .priceBenefitIn {
  background-color: #fff;
  padding: 75px 26px;
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: stretch;
}
.secPriceBenefit .innerWidth .priceBenefitIn .line {
  width: 1px;
  background: #52453F;
}
.secPriceBenefit .innerWidth .priceBenefitIn .priceBox,
.secPriceBenefit .innerWidth .priceBenefitIn .benefitBox {
  padding: 0px 0;
  width: 45%;
}
.secPriceBenefit .innerWidth .priceBenefitIn .priceBox .comTlWrap,
.secPriceBenefit .innerWidth .priceBenefitIn .benefitBox .comTlWrap {
  padding-bottom: 30px;
}
.secPriceBenefit .innerWidth .priceBenefitIn .priceBox .priceMain {
  text-align: center;
  margin-bottom: 30px;
}
.secPriceBenefit .innerWidth .priceBenefitIn .priceBox .priceMain .priceTotal {
  font-size: clamp(24px, 2.17vw, 26px);
  margin-bottom: 10px;
  font-weight: 400;
  letter-spacing: 0.15em;
}
.secPriceBenefit .innerWidth .priceBenefitIn .priceBox .priceMain .pricePerPerson {
  font-size: clamp(16px, 1.5vw, 18px);
  color: #747474;
}
.secPriceBenefit .innerWidth .priceBenefitIn .priceBox .priceNote {
  font-size: 14px;
  text-align: center;
  line-height: 140%;
}
.secPriceBenefit .innerWidth .priceBenefitIn .benefitBox .benefitList {
  max-width: 360px;
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 20px;
  list-style: none;
  margin: auto;
}
.secPriceBenefit .innerWidth .priceBenefitIn .benefitBox .benefitList .benefitItem {
  display: flex;
  align-items: center;
  gap: 15px;
}
.secPriceBenefit .innerWidth .priceBenefitIn .benefitBox .benefitList .benefitItem .benefitInfo {
  font-size: clamp(15px, 1.33vw, 16px);
  line-height: 150%;
}
.secPriceBenefit .innerWidth .priceBenefitIn .benefitBox .benefitList .benefitItem .benefitInfo span {
  line-height: 1;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .secChurchPlan {
    padding: 100px 0 100px;
    margin-bottom: 100px;
  }
  .secChurchPlan .wrap {
    padding: 50px 26px;
    width: 100%;
  }
  .secChurchPlan .wrap .churchPlanIn .planHead {
    flex-direction: column;
    gap: 25px;
    margin-bottom: 50px;
  }
  .secChurchPlan .wrap .churchPlanIn .planHead .planTtl {
    font-size: clamp(14px, 4.62vw, 18px);
  }
  .secChurchPlan .wrap .churchPlanIn .flowArea {
    flex-direction: column;
    gap: 25px;
  }
  .secChurchPlan .wrap .churchPlanIn .flowArea .flowTtl {
    padding-top: 0px;
    font-size: clamp(14px, 4.62vw, 18px);
  }
  .secChurchPlan .wrap .churchPlanIn .flowArea .flowList {
    flex-direction: column;
    gap: 25px;
  }
  .secChurchPlan .wrap .churchPlanIn .flowArea .flowList::before {
    top: 0;
    left: 38px;
    width: 1px;
    height: calc(100% - 60px);
  }
  .secChurchPlan .wrap .churchPlanIn .flowArea .flowList .flowItem {
    display: flex;
    gap: 16px;
    align-items: center;
  }
  .secChurchPlan .wrap .churchPlanIn .flowArea .flowList .flowItem .flowLabel {
    text-align: left;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .secPriceBenefit .innerWidth .priceBenefitIn {
    padding: 70px 10px;
    flex-direction: column;
  }
  .secPriceBenefit .innerWidth .priceBenefitIn::after {
    display: none;
  }
  .secPriceBenefit .innerWidth .priceBenefitIn .priceBox,
  .secPriceBenefit .innerWidth .priceBenefitIn .benefitBox {
    width: 100%;
  }
  .secPriceBenefit .innerWidth .priceBenefitIn .priceBox .boxHead .boxTtlEn,
  .secPriceBenefit .innerWidth .priceBenefitIn .benefitBox .boxHead .boxTtlEn {
    font-size: clamp(17px, 7.18vw, 28px);
  }
  .secPriceBenefit .innerWidth .priceBenefitIn .priceBox {
    padding: 0 0 50px;
  }
  .secPriceBenefit .innerWidth .priceBenefitIn .priceBox .priceMain {
    margin-bottom: 30px;
  }
  .secPriceBenefit .innerWidth .priceBenefitIn .benefitBox {
    max-width: 200px;
    margin: auto;
    border-top: 1px solid #52453F;
    padding: 50px 0 0;
  }
  .secPriceBenefit .innerWidth .priceBenefitIn .benefitBox .benefitList {
    max-width: 160px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}/*# sourceMappingURL=style.css.map */