
.page-about {
  margin-top: var(--header-height);
  color: #867b68;
  padding: 34px 0 0
}
@media only screen and (max-width: 767px) {
  .page-about {
    padding: 22px 0 0
  }
}

.page-about .intro {
  padding: 46px 0 0;
  overflow: hidden
}
.page-about .intro__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.page-about .intro-left {
  width: 61.8%;
  margin-left: -50px;
  padding-left: 50px;
  padding-right: 7%;
  background: url(../../assets/img/about/back_flame.svg),url(../../assets/img/about/image01.png);
    background-repeat: no-repeat,no-repeat;
    background-position: top left,50px bottom;
    background-size: contain,auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 1
}
.page-about .intro__text {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8888888889;
  margin-top: 66px;
  letter-spacing: -.038em
}

.page-about .intro-right {
  width: 62.4%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: -19.7%;
  position: relative
}
.page-about .intro-right__img {
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
  margin-top: 43px
}
  .page-about .intro-left__bg-sp {
      display: none;
  }
@media only screen and (max-width: 1024px) {
.page-about .intro-left {
  width: 61.8%;
  margin-left: -24px;
  padding-left: 24px;
  padding-right: 24px;
    background-position: left 30px,24px bottom;
    background-size: contain,50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 1
}
  .page-about .intro__text {
    font-size: 1.6rem;
      margin-top: 73px;
  }
.page-about .intro-right {
  margin-left: -21.7%;
  position: relative
}
}
@media only screen and (max-width: 870px) {
  .page-about .intro__text {
//    margin-top: 14px
  }
}
@media only screen and (max-width: 767px) {
  .page-about .intro {
    padding: 46px 10px 0
  }
  .page-about .intro__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 25px
  }
  .page-about .intro-left {
    width: 100%;
  margin: 0;
  padding: 15px 20px 50px;
  background: url(../../assets/img/about/back_flame.png) no-repeat center top;
      background-size: 100% 100%;
  }
  .page-about .intro__text {
    font-size: 1.3rem;
    line-height: 1.6923076923;
    margin-top: 15px
  }
  .page-about .intro-right {
    margin-left: auto;
    margin: -30px 0 0;
    width: 100%;
    z-index: 1;
      background: url(../../assets/img/about/image01.png) no-repeat left bottom;
      background-size: 35%;
  }
  .page-about .intro-right__img {
      width: 55%;
      height: 100%;
    margin: 0 0 0 auto;
    border-radius: 20px
  }
  .page-about .intro-right__img img {
      width: 120%;
      height: 200px;
    object-fit: cover;
      object-position: left top;

  }
  .page-about .intro-left__bg-sp {
      display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%);
    z-index: -1;
    margin-top: -8px
  }
}

.page-about .about {
  padding: 85px 0
}
.page-about .about .about__text {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8888888889;
  letter-spacing: -.038em
}
.page-about .about h3 {
  font-size: 3.6rem;
  font-weight: 700;
  color: #fff;
  background-color: #738d41;
  padding: 6px 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 42px;
  line-height: 1;
  border-radius: 4px;
  min-width: 197px;
  text-align: center;
}
.page-about .about h4 {
  font-size: 3rem;
  font-weight: 700;
  color: #738d41;
  margin: 0 auto 30px;
  line-height: 1;
  text-align: center;
}
.page-about .about .para {
    margin-bottom: 1em;
}
.page-about .about table {
    width: 100%;
    text-align: center;
    table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0px;
}
.page-about .about table th {
    font-size: 2rem;
    font-weight: 600;
    vertical-align: middle;
}
.page-about .about table td {
    vertical-align: top;
}
.page-about .about .green_txt {
    color: #738d41;
}

/*予防*/
.page-about .about .prevention_detail {
    padding-bottom: 90px;
}
.page-about .about .prevention_detail .prevention_table th {
    color: #fff;
    background: #77abb6;
}
.page-about .about .prevention_detail .prevention_table th:first-child {
    border-left: solid 1px #77abb6;
}
.page-about .about .prevention_detail .prevention_table th:last-child {
    background: #e5a288;
    border-left: solid 1px #fff;
    border-right: solid 1px #e5a288;
}
.page-about .about .prevention_detail .prevention_table th p {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
}
.page-about .about .prevention_detail .prevention_table th img {
    margin-left: 20px;
}
.page-about .about .prevention_detail .prevention_table td {
    padding: 0.8em;
    border: solid 1px #b2b2b2;
}

/*検診・健康診断*/
.page-about .about .examination_detail {
    padding-bottom: 90px;
}
.page-about .about .examination_detail .examination_table th {
    color: #fff;
    background: #acba91;
    padding: 0.8em;
}
.page-about .about .examination_detail .examination_table th:first-child {
    border-left: solid 1px #acba91;
}
.page-about .about .examination_detail .examination_table th:last-child {
    background: #96ac6d;
    border-left: solid 1px #fff;
    border-right: solid 1px #96ac6d;
}
.page-about .about .examination_detail .examination_table td {
    padding: 0.8em;
    border: solid 1px #b9c6a0;
}
.page-about .about .examination_option {
}

@media only screen and (max-width: 1024px) {
.page-about .about .about__text {
  font-size: 1.6rem;
}

.page-about .about table th {
    font-size: 1.8rem;
}

/*予防*/
.page-about .about .prevention {
    padding-bottom: 30px;
}
.page-about .about .prevention_detail {
    padding-bottom: 50px;
}
.page-about .about .prevention_detail .prevention_table th img {
    height: 50px;
    margin-left: 10px;
}

/*検診・健康診断*/
.page-about .about .examination_detail {
    padding-bottom: 50px;
}
}
@media only screen and (max-width: 767px) {
.page-about .about {
  padding: 40px 0
}

.page-about .about .about__text {
    font-size: 1.3rem;
    line-height: 1.6923076923;
  }
  .page-about .subject {
    padding: 23px 10px 29px
  }
.page-about .subject .subject_detail {
    margin-top: -20px;
    padding-top: 70px;
}
.page-about .about h3 {
    font-size: 2.1rem;
    min-width: 129px;
    padding: 5px 8px;
    margin-bottom: 20px;
  }
.page-about .about h4 {
  font-size: 2rem;
    margin-bottom: 20px;
}

.page-about .about table th {
    font-size: 1.6rem;
}

/*予防*/
.page-about .about .prevention {
    padding-bottom: 40px;
}
.page-about .about .prevention_detail {
    padding-bottom: 35px;
}
.page-about .about .prevention_detail .prevention_table th img {
    height: 40px;
}
.page-about .about .prevention_detail .prevention_table td {
    padding: 0.5em;
}

/*検診・健康診断*/
.page-about .about .examination_detail {
    padding-bottom: 35px;
}
.page-about .about .examination_detail .examination_table th,
    .page-about .about .examination_detail .examination_table td {
    padding: 0.5em;
}
}
@media only screen and (max-width: 374px) {
}




