@charset "UTF-8";

/* 下層共通
------------------------------------------ */
/* page-head */
.page-head {
  position: relative;
  height: 250px;
  z-index: 2;
  background: url(../images/page/common/page-head.webp) no-repeat center / cover;
  margin-top: 126px;
}
/* .page-head::before {
  position: absolute;
  content: "";
  background: rgba(0,0,0,0.35);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
} */
.page-head .txt-wrap {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.page-head .txt-wrap p {
  font-size: 3rem;
  color: #fff;
}
.page-head .txt-wrap p::first-letter {
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .page-head {
    height: 200px;
margin-top: 77px;
  }
  .page-head .txt-wrap p {
    font-size: 2rem;
  }
}

/* breadcrumb */
.page-head .breadcrumb-wrap {
  position: absolute;
  bottom: 3%;
  left: 5%;
}
.page-head .breadcrumb-wrap {
  color: #fff;
}
.breadcrumb-wrap span {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .page-head .breadcrumb-wrap {
    left: 0;
    padding: 0 1rem;
    line-height: 1;
  }
  .breadcrumb-wrap span {
    line-height: 1.5;
    font-size: 1.2rem;
  }
}

/* common-txt-wrap */
.common-txt-wrap {
  max-width: 550px;
  margin: 0 auto;
}
.common-txt-wrap .txt1 {
  margin-bottom: 2rem;
}
.common-txt-wrap .txt1 span {
  display: block;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
}
.common-txt-wrap .txt1 span:nth-child(1) {
  text-align: left;
  margin-bottom: 1rem;
}
.common-txt-wrap .txt1 span:nth-child(2) {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .common-txt-wrap {
    max-width: 320px;
  }
  .common-txt-wrap .txt1 span {
    font-size: 1.8rem;
  }
}

/* ----------------------------------------
取り組み（イニシアチブ）
------------------------------------------*/
/* initiative-door-sec */
.ul-initiative-door li:not(:last-child) {
  margin-bottom: 5rem;
}
.ul-initiative-door li:nth-child(even) .media {
  flex-direction: row-reverse;
}
.ul-initiative-door li h3 {
  font-size: 2.5rem;
  color: #0d2270;
  border-bottom: 1px solid #181818;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .ul-initiative-door li h3 {
    font-size: 1.8rem;
  }
}


/* ----------------------------------------
代表理事 ご挨拶
------------------------------------------*/
/* greeting-catch-sec */
.greeting-catch-eles .img-wrap1 {
  max-width: 750px;
  margin: 0 auto;
}
.greeting-catch-eles .txt-wrap1 {
  padding: 2rem;
  position: relative;
}
.greeting-catch-eles .txt-wrap1::after {
  position: absolute;
  content: "";
  background: url(../images/page/greeting/bg-greeting-catch.webp) no-repeat center / cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .1;
}
.greeting-catch-eles .txt-wrap1 p {
  position: relative;
  z-index: 1;
}
.greeting-catch-eles .sign {
  text-align: right;
  font-size: 3rem;
  margin-top: 2rem;
}


/* ----------------------------------------
日本検診協会の理念
------------------------------------------*/
.common-medical-mokuteki-eles .box1-wrap {
  padding: 4rem;
}
.common-medical-mokuteki-eles .box1 {
  padding: 4rem;
  background: rgba(255,255,255,.9);
}
.common-medical-mokuteki-eles .box1 h4 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .common-medical-mokuteki-eles .box1-wrap {
    padding: 2rem;
  }
  .common-medical-mokuteki-eles .box1 {
    padding: 2rem;
  }
  .common-medical-mokuteki-eles .box1 h4 {
    font-size: 1.8rem;
  }
}

/* common-medical-syurui-sec */
.ul-common-syurui {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.ul-common-syurui li {
  width: calc(100% / 2 - 1rem);
  padding: 2rem;
  background: #f5f5f5;
}
.dl-common-syurui dt {
  font-size: 3rem;
}
.dl-common-syurui dt span {
  background: #0d2270;
  color: #fff;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  text-align: center;
  font-size: 3rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.dl-common-syurui dd {
  padding-left: 9rem;
}
@media screen and (max-width: 767px) {
  .ul-common-syurui {
    gap: 1rem;
  }
  .ul-common-syurui li {
    width: 100%;
  }
  .dl-common-syurui dt {
    font-size: 1.8rem;
  }
  .dl-common-syurui dt span {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.8rem;
  }
  .dl-common-syurui dd {
    padding-left: 0;
  }
}


/* ----------------------------------------
健診
------------------------------------------*/
.health-checkup-mokuteki-sec .common-medical-mokuteki-eles .box1-wrap {
  background: url(../images/page/philosophy/health-checkup/box-bg-health-checkup.webp) no-repeat center / cover;
}


/* ----------------------------------------
検診
------------------------------------------*/
.medical-mokuteki-sec .common-medical-mokuteki-eles .box1-wrap {
  background: url(../images/page/philosophy/medical/box-bg-medical.webp) no-repeat center / cover;
}


/* ----------------------------------------
顧問・理事のご紹介
------------------------------------------*/
/* introductions-detail-sec */
.ul-introductions-detail li:not(:last-child) {
  margin-bottom: 5rem;
}
.ul-introductions-detail .media-img-wrap {
  width: 35%;
}
.ul-introductions-detail .media-ele-wrap {
  width: 65%;
}
.ul-introductions-detail .media-ele-wrap h3 {
  font-size: 2rem;
  border-bottom: 1px solid #0d2270;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .ul-introductions-detail .media-img-wrap {
    width: 80%;
    margin: 0 auto;
  }
  .ul-introductions-detail .media-ele-wrap {
    width: 100%;
  }
  .ul-introductions-detail .media-ele-wrap h3 {
    font-size: 1.8rem;
  }
}


/* ----------------------------------------
コラム
------------------------------------------*/
.ul-column {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.ul-column li {
  width: calc(100% / 2 - 1rem);
  padding: 2rem;
  box-shadow: 3px 3px 10px #ccc;
  background: #fff;
}
.ul-column a {
  display: flex;
  gap: 0 2rem;
}
.ul-column a .img-wrap {
  aspect-ratio: 1/1;
  max-width: 150px;
  max-height: 150px;
  min-width: 150px;
  min-height: 150px;
  overflow: hidden;
}
.ul-column a .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .5s;
}
.ul-column a:hover .img-wrap img {
  transform: scale(1.1);
  transition: .5s;
}
@media screen and (max-width: 767px) {
  .ul-column li {
    width: 100%;
    padding: 1rem;
  }
  .ul-column a .img-wrap {
    max-width: 80px;
    max-height: 80px;
    min-width: 80px;
    min-height: 80px;
  }
}