@charset "utf-8";

/* ===================
共通
=================== */
body.family_ijyu-body {
  min-width: auto;
}
.family_ijyu-body .cmn_footer {
  min-width: 1060px;
  overflow: hidden;
}
.family_ijyu-body .page_title_bg {
  display: none;
}
.family_ijyu-body #breadcrumb {
  display: none;
}
.img {
  width: 100%;
  height: auto;
}

.hover--opacity {
  transition: opacity 0.3s;
}
.hover--opacity:hover {
  opacity: 0.7;
}

.inner-1260 {
  width: 92%;
  max-width: 1260px;
  margin: 0 auto;
}
.ilblk {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .family_ijyu-body .cmn_footer {
    min-width: auto;
  }
}

/* ===================
fv
=================== */
.fv {
  padding-top: 110px;
  background-color: #f7f6f2;
}

.fv__wrapper {
  display: flex;
  justify-content: center;
  width: 90%;
  margin: 0 auto;
  padding-top: 87px;
}

.fv__img {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin-right: 4.5%;
}

.fv__rightWrap {
  align-content: center;
  width: 100%;
  max-width: 421px;
  transform: translateY(-20px);
}

.fv__title {
  margin-bottom: 21px;
  color: #2b7952;
  font-family: maru-maru-gothic-clr-stdn, sans-serif;

  font-size: clamp(44px, 5.7vw, 58px);
  line-height: 1.8;
}

.fv__titleBorder {
  display: block;
  width: 100%;
  background-image: repeating-linear-gradient(
    90deg,
    #2b7952,
    #2b7952 10px,
    transparent 10px,
    transparent 15px
  );
  background-position: left bottom;
  background-size: 100% 1px;
  background-repeat: repeat-x;
}

.fv__desc {
  margin-left: 10px;
  font-family: maru-maru-gothic-clr-stdn, sans-serif;
  font-size: clamp(13px, 1.7vw, 17px);
  line-height: 1.76;
}

@media screen and (max-width: 1100px) {
  .fv__title {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .fv {
    padding-top: 70px;
  }

  .fv__wrapper {
    display: block;
    width: 93.8%;
    padding-top: 16.7px;
  }

  .fv__img {
    position: static;
    width: 100%;
    max-width: none;
    margin-right: 0;
  }

  .fv__rightWrap {
    margin: 0 auto;
    padding-bottom: 40px;
    transform: none;
  }

  .fv__title {
    width: fit-content;
    margin: 9px auto 25px;
    font-size: clamp(30px, 8.8vw, 58px);
  }

  .fv__desc {
    margin: 0 auto;
    font-size: clamp(12px, 3.5vw, 17px);
    text-align: center;
  }
}

/* ===================
intro
=================== */
.intro {
  position: relative;
  width: 100%;
  padding-top: 39vw;
  background-color: #f7f6f2;
}

.intro__img.pc {
  position: absolute;
  top: -3vw;
  z-index: 3;
  width: 100%;
  overflow-x: hidden;
}

.intro__img.sp,
.intro__imgText {
  display: none;
}

@media screen and (max-width: 1100px) {
  .intro__img.pc {
    top: 0;
  }
}

@media screen and (max-width: 767px) {
  .intro {
    position: static;
    padding-top: 0;
  }

  .intro__img.pc {
    display: none;
  }

  .intro__img.sp,
  .intro__imgText {
    position: static;
    display: block;
    overflow-x: hidden;
  }

  .intro__img.sp {
    width: 100%;
    margin-bottom: 45px;
  }

  .intro__imgText {
    width: 90vw;
    margin: 0 auto;
    padding-bottom: 58.4px;
  }
}

/* ===================
about
=================== */
.about {
  width: 100%;
  padding-top: 9vw;
  background-image: url("../img/family/bg_about.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

/* 丸つき矢印 */
.title-arrow {
  display: block;
  width: fit-content;
  margin: auto;
  margin-bottom: 110px;
}

.title-arrow__line {
  display: block;
  width: 1px;
  height: 150px;
  margin: 0 auto;
  border: 1px solid #000;
}

.title-arrow__circle {
  display: block;
  width: 7.5px;
  height: 7.5px;
  margin: 0 auto;
  margin-bottom: 12px;
  border-radius: 50%;
  background-color: #000;
}

.title-arrow__text {
  font-size: 20px;
  line-height: 1.5;
}

.about__wrapper {
  display: flex;
  justify-content: center;
  padding-bottom: 140px;
}

/* left content */
.about__leftWrap {
  padding-top: 95px;
  margin-right: 5.7vw;
}

.about__title {
  width: 100%;
  /* max-width: 315px; */
  margin-bottom: 37px;
  color: #2b7952;
  font-family: maru-maru-gothic-clr-stdn, sans-serif;
  font-size: clamp(26px, 3.3vw, 35px);
  line-height: 2;
}

.about__titleBorder {
  width: 100%;
  background-image: repeating-linear-gradient(
    90deg,
    #2b7952,
    #2b7952 10px,
    transparent 10px,
    transparent 15px
  );
  background-position: left bottom;
  background-size: 100% 1px;
  background-repeat: repeat-x;
}

.about__text {
  width: 100%;
  max-width: 415px;
  font-size: clamp(13px, 1.69vw, 16px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
}

/* right content */
.main__img {
  width: 100%;
  max-width: 446px;
  margin-bottom: 28px;
}

.subWrap {
  display: flex;
}

.subWrap__img {
  position: relative;
  width: 100%;
  max-width: 345px;
}

.subWrap__img--left {
  margin: 7.1vw 2vw 0;
}

.subWrap__img--right {
  right: 0;
}

@media screen and (max-width: 767px) {
  .about {
    padding-top: 0;
    background-position: right;
  }

  .title-arrow__line {
    height: 141px;
  }

  .about .title-arrow {
    margin-bottom: 22px;
  }

  .about .title-arrow__circle {
    margin-bottom: 14px;
  }

  .title-arrow__text {
    font-size: clamp(16px, 4.7vw, 20px);
  }

  .about__wrapper {
    display: block;
    width: 95%;
    margin: auto;
    padding-bottom: 51px;
  }

  .about__leftWrap {
    margin-right: 0;
    padding-top: 0;
  }

  .about__title {
    margin-bottom: 33px;
    font-size: clamp(24px, 7vw, 35px);
  }

  .about__text {
    max-width: none;
    margin-bottom: 30px;
    font-size: clamp(14px, 4.1vw, 16px);
  }

  /* right contents */
  .main__img {
    max-width: none;
    margin: auto;
    margin-bottom: 31px;
  }

  .subWrap {
    padding-bottom: 25%;
  }

  .subWrap__img--left {
    left: 6.5%;
    z-index: 2;
    margin: 0;
  }

  .subWrap__img--right {
    top: 22.5vw;
    right: 4.8%;
  }
}

/* ===================
merit
=================== */
.merit {
  background-color: #f7f6f2;
}

.title-arrow--merit {
  margin-bottom: 71px;
}

.title-arrow__line--merit {
  height: 98px;
}

.merit__titleBorder {
  width: fit-content;
  margin: 0 auto 78px;
  background-image: repeating-linear-gradient(
    90deg,
    #2b7952,
    #2b7952 10px,
    transparent 10px,
    transparent 15px
  );
  background-position: left bottom;
  background-size: 100% 1px;
  background-repeat: repeat-x;
}

.merit__titleBorder.white {
  width: 100%;
  max-width: 340px;
  margin-bottom: 25px;
  background-image: repeating-linear-gradient(
    90deg,
    #fff,
    #fff 10px,
    transparent 10px,
    transparent 15px
  );
}

.merit__title {
  color: #2b7952;
  font-family: maru-maru-gothic-clr-stdn, sans-serif;
  font-size: 35px;
  line-height: 2;
}

.merit__list {
  display: flex;
  padding-bottom: 146px;
  gap: 28px;
}

.merit-content {
  width: 100%;
  max-width: calc((100% - 56px) / 3);
  padding: 28.4px 27px 24px;
  border-radius: 22px;
  background-color: #2b7952;
}

.merit-img {
  margin-bottom: 27px;
}

.content-title {
  padding-bottom: 25px;
  text-align: center;
  color: #fff;
  font-family: maru-maru-gothic-clr-stdn, sans-serif;
  font-size: clamp(20px, 2.6vw, 24px);
  line-height: 1.25;
}

.pcBr {
  display: none;
}

.content-text {
  margin: 0 1.45vw;
  color: #fff;
  font-size: clamp(14px, 1.8vw, 16px);
  font-weight: 500;
  line-height: 1.68;
}

@media screen and (max-width: 1176px) {
  .pcBr {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .title-arrow--merit {
    margin-bottom: 39px;
  }

  .title-arrow__line--merit {
    height: 101px;
  }

  .title-arrow--merit .title-arrow__circle {
    margin-bottom: 14px;
  }

  .merit__titleBorder {
    margin: 0 auto 29px;
  }

  .merit__titleBorder.white {
    width: 96%;
    max-width: none;
    margin-bottom: 25px;
  }

  .merit__title {
    margin-bottom: 29px;
    font-size: clamp(18px, 5.2vw, 35px);
  }

  .merit__list {
    display: block;
    padding-bottom: 45.5px;
  }

  .merit-content {
    width: 92.8%;
    max-width: none;
    margin: auto;
    margin-bottom: 23px;
    padding: 28.4px 27px 24px;
  }

  .content-title {
    padding-bottom: 25px;
    font-size: clamp(17px, 5vw, 24px);
  }

  .pcBr {
    display: none;
  }

  .content-text {
    margin: 0 2.9vw;
    font-size: clamp(13px, 3.8vw, 17px);
  }
}

/* ===================
facility
=================== */
.facility {
  width: 100%;
  background-image: url("../img/family/bg_facility.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 94px;
  padding-bottom: 100px;
}

.common__wrapper {
  width: 100%;
  max-width: 1095px;
  margin: 0 auto;
}
.facility__thmb {
  background-position: center center;
  background-size: cover;
}
.common__title {
  padding-left: 30px;
  margin-bottom: 28px;
  color: #000;
  font-family: maru-maru-gothic-clr-stdn, sans-serif;
  font-size: 25px;
  line-height: 1.6;
  position: relative;
}

/* title dot */
.common__title:before {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 16px;
  border-radius: 50%;
  content: "";
  background-color: #2b7952;
  position: absolute;
  top: 10px;
  left: 0;
}

/* facility list */
.facility__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 3vw;
}
.facility__link {
  display: block;
}
.facility__listItem {
  width: calc((100% - 6vw) / 3);
}

.facility-img {
  margin-bottom: 16px;
}

.facility__content,
.facility__content dt {
  font-size: clamp(13px, 1.69vw, 15px);
  font-weight: 400;
  line-height: 1.75;
}

.facility__area {
  margin-bottom: 4px;
}

.facility__name {
  margin-bottom: 7px;
  color: #2b7952;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
}

.facility__age,
.facility__time {
  display: flex;
}

.facility__age dt,
.facility__time dt {
  width: fit-content;
  max-width: 127px;
}
.facility__age dd,
.facility__time dd {
  flex: 1;
}

.facility__area,
.facility__age dt,
.facility__age dd,
.facility__time dt,
.facility__time dd {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.75;
}

/* .facility__info dt::after {
  padding: 0 0.1em;
  content: "|";
} */

@media screen and (max-width: 767px) {
  .facility {
    padding-top: 40px;
    padding-bottom: 74px;
    background-position: center;
  }

  .common__title {
    padding-left: 22px;
    margin-bottom: 37px;
    font-size: clamp(18px, 5.2vw, 22px);
    line-height: 1.6;
  }
  .common__title:before {
    top: 8px;
  }

  .facility__list {
    gap: 5vw;
  }

  .facility__listItem {
    width: calc((100% - 5vw) / 2);
  }

  .facility__name {
    font-size: 18px;
  }

  .facility__area,
  .facility__age dt,
  .facility__age dd,
  .facility__time dt,
  .facility__time dd {
    font-size: 14px;
  }
}

@media screen and (max-width: 605px) {
  /* title dot */
  .common__title::before {
    width: 14px;
    height: 14px;
    top: 10px;
  }
}

@media screen and (max-width: 595px) {
  .common__title--facility .spBr {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .facility__listItem {
    width: 100%;
  }
}

/* ===================
program
=================== */
.program {
  background-color: #f7f6f2;
  padding-top: 91px;
  padding-bottom: 118px;
}

.common__title--program {
  margin-bottom: 8px;
}

.program__listItem {
  margin-bottom: 23px;
  padding-top: 51px;
  padding-bottom: 51px;
  border: 1px solid #000;
  border-radius: 20px;
  background-color: #fff;
}

.program__listItem:last-child {
  margin-bottom: 43px;
}

.listItem__inner {
  display: block;
  width: 100%;
  max-width: 975px;
  margin: 0 auto;
}

.program__itemWrap {
  width: 86%;
  max-width: 939px;
  margin: 0 auto;
}

.program__topWrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 40px;
  gap: 0 13px;
}

.program__textWrap {
  width: calc(100% - 313px);
}

.program__region {
  position: relative;
  margin-bottom: 10px;
  padding-left: 36px;
  font-size: 18px;
  line-height: 1.75;
}

.program__region::before {
  position: absolute;
  top: 50px;
  left: 5px;
  width: clamp(18px, 5.2vw, 22px);
  height: 33px;
  align-self: flex-start;
  content: "";
  background-image: url("../img/family/icon_map.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50px);
}

.program__title {
  display: block;
  margin-bottom: 5px;
  color: #2b7952;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.75;
  text-decoration: underline;
}
.program__title-archive {
  margin-bottom: 5px;
  color: #2b7952;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.75;
}

.programText {
  font-size: 15px;
  line-height: 1.75;
}

.programImg {
  width: 300px;
}

.program__bottomWrap {
  display: block;
}

/* label */
.program__label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: auto;
  margin-bottom: 16px;
  padding: 2px 15px;
  background-color: #2b7952;
}

.program__labelText {
  display: block;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.75;
  text-align: center;
}

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

.program__list {
  width: calc((100% - 47px) / 2);
}

.program__content {
  display: flex;
}

.program__contentItem {
  width: fit-content;
  max-width: 150px;
}

.program__contentItem::before {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 10px;
  border-radius: 50%;
  content: "";
  background-color: #2b7952;
}

.program__contentDetail {
  flex: 1;
}

.program__contentItem,
.program__contentDetail {
  font-size: 15px;
  line-height: 1.75;
}

.info__detail {
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 1.75;
}

/* btn style */
.program__btnWrap {
  width: 100%;
  max-width: 518px;
  margin: 0 auto;
}

.program__btn {
  display: block;
  align-content: center;
  padding: 21px 0;
  letter-spacing: 0.04em;
  text-align: center;
  border: 1px #333 solid;
  border-radius: 10px;
}

.program__btn--viewMore {
  margin-bottom: 41px;
  background-color: #2b7952;
  color: #fff;
  font-size: 21px;
}

.program__btn--inquiry {
  background-color: #f1efe5;
  font-size: 16px;
  line-height: 1.37;
}
.program__btn--more {
  max-width: 400px;
  width: 100%;
  margin: 30px auto 0;
}
.program__btn--moreLink {
  display: block;
  width: 100%;
  padding: 21px 0;
  background: #e1b217;
  border-radius: 999px;
  font-size: 500px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .programImg {
    margin: auto;
  }

  .program__textWrap {
    width: 100%;
    margin: auto;
    margin-bottom: 34px;
  }
}

@media screen and (max-width: 767px) {
  .program {
    background-color: #f7f6f2;
    padding-top: 57px;
    padding-bottom: 126px;
  }

  .program__topWrap {
    margin-bottom: 36px;
  }

  .common__title--program {
    width: 93%;
    margin-bottom: 29px;
  }
  .program__textWrap {
    width: 94.2%;
  }

  .program__list {
    width: fit-content;
  }

  .program__listItem:last-child {
    margin-bottom: 54px;
  }

  .program__content {
    width: fit-content;
    font-size: clamp(13px, 3.8vw, 15px);
  }

  .program__region {
    font-size: clamp(14px, 4.1vw, 18px);
  }

  .program__title,
  .program__title-archive {
    margin-bottom: 12px;
    font-size: clamp(16px, 4.7vw, 22px);
  }

  .program__label {
    width: fit-content;
  }

  .program__bottomWrap {
    display: block;
    /* width: fit-content; */
    width: 100%;
    margin: auto;
  }

  .program__labelText {
    font-size: clamp(14px, 4.1vw, 17px);
  }

  .program__listWrap {
    display: block;
  }

  .program__btn--viewMore {
    font-size: clamp(16px, 4.7vw, 21px);
  }

  .program__btn--inquiry {
    font-size: clamp(10px, 2.9vw, 16px);
  }
}

@media screen and (max-width: 509px) {
  .common__title--program .spBr {
    display: block;
  }
}

@media screen and (max-width: 375px) {
  .programText,
  .program__contentItem,
  .program__contentDetail {
    font-size: 13px;
  }
}

/* ===================
voice
=================== */
.voice {
  width: 100%;
  padding-top: 103px;
  padding-bottom: 73px;
  background-image: url("../img/family/bg_voice.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.common__title--voice {
  margin-bottom: 39px;
}
.voice-content {
  font-size: 15px;
  line-height: 1.75;
}

.voice-content:not(:last-child) {
  margin-bottom: 49px;
}

.voice-content:nth-child(odd) {
  padding: 53px 0;
  background-image:
    repeating-linear-gradient(
      90deg,
      #000,
      #000 10px,
      transparent 10px,
      transparent 15px
    ),
    repeating-linear-gradient(
      90deg,
      #000,
      #000 10px,
      transparent 10px,
      transparent 15px
    );
  background-position:
    left top,
    left bottom;
  background-size:
    100% 1px,
    100% 1px;
  background-repeat: repeat-x, repeat-x;
}

@media screen and (max-width: 767px) {
  .voice {
    padding-top: 51px;
    padding-bottom: 97px;
    background-position: right;
  }

  .voice .common__title {
    margin-bottom: 17px;
  }
  .voice-content {
    font-size: clamp(12px, 3.5vw, 15px);
  }

  .voice-content:not(:last-child) {
    margin-bottom: 45px;
  }

  .voice-content:nth-child(odd) {
    padding: 43px 0;
  }
}
