header {
  margin: 0 80px;
  display: flex;
  align-items: center;
  height: 68px;
}
header .company-logo {
  width: 189px;
  height: 27px;
}
.fv__img-wrap {
  padding: 0 24px;
}
.fv__copy-text {
  position: absolute;
  top: 0;
  width: 375.2px;
  font-size: 20px;
}
.clinical-subjects {
  margin: 80px 0;
}
.clinical-subjects {
  font-size: 20px;
  line-height: 35px;
  color: #464646; 
}
.clinical-subjects__price-table {
  width: 600px;
  margin: auto;
}
.section__subtitle {
  margin-top: 64px;
  font-size: 12px; 
  color: #E98120;
  height: 17px;
  margin-bottom: 7px;
}
.section__title {
  font-size: 32px;
  line-height: 46px;
  font-weight: lighter;
  margin-bottom: 40px;
}
.clinical-subjects__price-table__hosoku {
  width: 536.35px; 
  text-align: right;
  font-size: 16px;
  margin: auto;
  margin-top: 16px;
  line-height: 24px;
  color: #222222;
}
.about {
  background: #F7FCFF;
  padding: 80px 0;
}
.about .section__title {
  letter-spacing: 0.09rem;
}
.about .section__subtitle {
  margin-bottom: 17px;
  letter-spacing: 0.09rem;
}
.about .inner-content {
  max-width: 1024px;
  margin: auto;
}
.about__mv__title {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: baseline;
}
.about__mv {
  display: flex;
  justify-content: space-between;
}
.about__mv__desc {
  font-size: 28px;
  font-weight: 200; 
  line-height: 48px;
  text-align: left;
  letter-spacing: 4px;
}
.about__mv__img {
  width: 100%;
  height: 100%;
  width: 580px;
}
.about__desc {
  display: flex; 
  margin-top: 64px;
  text-align: left;
  font-size: 14px;
  font-weight: normal;
  justify-content: space-between;
  letter-spacing: 0.08rem;
  line-height: 2.285;
}
.clinic-information .section__title {
  margin-bottom: 50px;
}
.clinic-information__content {
  font-size: 16px;
  font-family: normal;
  display: flex; 
  justify-content: center;
}
.clinic-information__desc__table {
  margin-left: 79px;
  font-size: 16px;
  letter-spacing: 0.12rem;
  color: #464646;
  margin-top: 31px;
  border-bottom: solid 1px #EAEAEA;
}
.clinic-information__desc__row {
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  border-top: solid 1px #EAEAEA;
}

.clinical-subjects__description{
  font-weight: 200;
  letter-spacing: 2px;
}

.clinic-information__desc__key {
  width: 198px;
  text-align: left;
}
.clinic-information__desc__value {
  text-align: left;
}
footer {
  background: #222222;
}
footer p {
  margin-top: 105px;
  color: #fff;  
  padding: 28px;
  font-weight: lighter;
}

.is-sp{
  display: none;
}

@media screen and (max-width: 1024px) {
  .about__mv__img{
    width: 58%;
  }
  .about .inner-content{
    max-width: 90%;
  }
  .about__mv__desc{
    font-size: 20px;
    line-height: 32px;
  }
  .clinic-information__content{
    max-width: 90%;
    margin: 0 auto;
  }
  .clinic-information__content{
    flex-wrap: wrap;
  }
  .clinic-information__desc__table{
    margin-left: 0;
  }
}

@media screen and (max-width: 769px) {
  .is-sp{
    display: block;
  }
  .is-pc{
    display: none;
  }
  .clinical-subjects__description{
    font-size: 16px;
  }
  header{
    margin: 0 3%;
  }
  .clinical-subjects__price-table{
    width: 327px;
  }
  .about__mv{
    flex-wrap: wrap;
  }
  .about__mv__title, .about__mv__img{
    width: 100%;
  }
  .about__mv__desc{
    margin-top: 32px;
  }
  .about__desc{
    flex-wrap: wrap;
    margin-top: 32px;
  }
  .about__desc p{
    font-size: 14px;
    line-height: 28px;
    font-weight: 200;
  }
  .clinic-information__content{
    flex-direction: column-reverse;
  }
  .gmap{
    margin-top: 32px;
  }
  .gmap iframe{
    width: 100%;
    height: 260px;
  }
}

@media screen and (max-width: 480px) {
  .fv__img-wrap{
    padding: 0 10px;
  }
  .clinical-subjects{
    margin-top: 40px;
  }
  .section__title{
    font-size: 24px;
  }
  .section__subtitle{
    font-size: 10px;
  }
  .about .section__subtitle{
    margin-top: 0;
    margin-bottom: 0;
  }
  .about__mv__text-right{
    margin-bottom: 24px;
  }
  .about__desc p{
    letter-spacing: 0.5px;
  }
  .clinic-information__desc__table{
    margin-top: 0;
  }
  .clinic-information__desc__key{
    width: 20%;
  }
  .clinic-information__desc__key, .clinic-information__desc__value{
    font-size: 14px;
    line-height: 24px;
  }
  .clinic-information__desc__row{
    flex-wrap: wrap;
  }
  .clinic-information__desc__value{
    width: 70%;
    margin-left: 32px;
  }
  footer p{
    font-size: 10px;
  }
}