#treatment {
  color: #333;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  #treatment {
    font-size: 1.2rem;
  }
}

#treatment .mainvisual {
  background: url(../img/pic_mainvisual.jpg) no-repeat center/cover;
  height: 640px;
}

@media screen and (max-width: 1199px) {
  #treatment .mainvisual {
    height: 400px;
  }
}

@media screen and (max-width: 767px) {
  #treatment .mainvisual {
    height: 186px;
    margin-top: 54px;
  }
}

#treatment .mainvisual__inner {
  max-width: 1160px;
  margin: auto;
  position: relative;
}

@media screen and (max-width: 1199px) {
  #treatment .mainvisual__inner {
    width: 100%;
  }
}

#treatment .mainvisual .mainvisual__box {
  padding: 475px 0 20px 0%;
}

@media screen and (max-width: 1199px) {
  #treatment .mainvisual .mainvisual__box {
    padding: 275px 0 20px 5%;
  }
}

@media screen and (max-width: 767px) {
  #treatment .mainvisual .mainvisual__box {
    padding: 131px 0 20px 5%;
  }
}

#treatment .mainvisual .mainvisual__box__ttl {
  width: 34%;
  max-width: 340px;
  height: 190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  border-radius: 5px;
  background: #e9bda8;
  font-size: 3.2rem;
  font-family: YuMincho,'Yu Mincho',serif;
  color: #fff;
}

@media screen and (max-width: 1199px) {
  #treatment .mainvisual .mainvisual__box__ttl {
    width: 40%;
    height: 150px;
  }
}

@media screen and (max-width: 767px) {
  #treatment .mainvisual .mainvisual__box__ttl {
    height: 70px;
    font-size: 1.8rem;
    width: 40%;
  }
}

#treatment .breadcrumb {
  padding-top: 20px;
  font-size: 1.4rem;
  color: #666666;
}

#treatment .breadcrumb .breadcrumb__txt {
  text-align: right;
}

#treatment .breadcrumb .breadcrumb__txt__link {
  text-decoration: none;
  color: #666666;
}

#treatment .breadcrumb .breadcrumb__txt__link__arrow {
  color: #f9a59e;
}

#treatment .about {
  margin-top: 90px;
}

@media screen and (max-width: 767px) {
  #treatment .about {
    margin-top: 60px;
    background: #f39c9c;
  }
}

#treatment .about .inner {
  padding-top: 100px;
  background: url(../img/pic_treatment01@2x.jpg) no-repeat top left/55%;
}

@media screen and (max-width: 1199px) {
  #treatment .about .inner {
    background-position: top left 10%;
  }
}

@media screen and (max-width: 767px) {
  #treatment .about .inner {
    padding-top: 0;
    background: none;
  }
}

#treatment .about__wrap {
  width: 48%;
  margin-left: auto;
  padding: 40px;
  background: #f39c9c;
}

@media screen and (max-width: 767px) {
  #treatment .about__wrap {
    width: 100%;
    padding: 40px 0;
  }
}

#treatment .about__wrap__head {
  color: #fff;
  font-size: 2.8rem;
}

@media screen and (max-width: 767px) {
  #treatment .about__wrap__head {
    font-size: 1.8rem;
  }
}

#treatment .about__wrap__txt {
  color: #fff;
  margin-top: 20px;
}

#treatment .treatment {
  margin-top: 80px;
  padding: 80px 0;
  background: #fff5f0;
}

@media screen and (max-width: 767px) {
  #treatment .treatment {
    margin-top: 0;
    padding: 60px 0;
  }
}

#treatment .treatment__ttl {
  font-size: 2.8rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #treatment .treatment__ttl {
    font-size: 1.8rem;
  }
}

#treatment .treatment__txt {
  margin-top: 30px;
}

#treatment .treatment__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  #treatment .treatment__flex {
    margin-top: 40px;
  }
}

#treatment .treatment__flex__list {
  width: 48%;
}

@media screen and (max-width: 767px) {
  #treatment .treatment__flex__list {
    width: 100%;
  }
}

#treatment .treatment__flex__list__wrap {
  width: 91.667%;
  margin: -50px auto 0;
  padding: 40px;
  border-radius: 5px;
  background: #fff;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  #treatment .treatment__flex__list__wrap {
    margin-top: -80px;
    padding: 30px 20px;
  }
}

#treatment .treatment__flex__list__wrap__head {
  color: #eb5b66;
  font-size: 2.4rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #treatment .treatment__flex__list__wrap__head {
    font-size: 1.6rem;
  }
}

#treatment .treatment__flex__list__wrap__txt {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  #treatment .treatment__flex__list:first-child {
    margin-bottom: 40px;
  }
}

#treatment .treatment__flex__list:first-child .treatment__flex__list__wrap {
  min-height: 241px;
}

@media screen and (max-width: 767px) {
  #treatment .treatment__flex__list:first-child .treatment__flex__list__wrap {
    min-height: 0;
  }
}

#treatment .treatment__flex__list:nth-child(3) {
  margin-top: 40px;
}

#treatment .treatment__flex__list:nth-child(3) .treatment__flex__list__wrap {
  min-height: 325px;
}

@media screen and (max-width: 767px) {
  #treatment .treatment__flex__list:nth-child(3) .treatment__flex__list__wrap {
    min-height: 0;
  }
}

#treatment .treatment__flex__list:last-child {
  margin-top: 40px;
}

#treatment .flow {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  #treatment .flow {
    margin-top: 60px;
  }
}

#treatment .flow__ttl {
  font-size: 2.8rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #treatment .flow__ttl {
    font-size: 1.8rem;
  }
}

#treatment .flow__list {
  margin-top: 40px;
}

#treatment .flow__list__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

#treatment .flow__list__flex__fig {
  width: 35%;
}

@media screen and (max-width: 767px) {
  #treatment .flow__list__flex__fig {
    width: 45%;
  }
}

#treatment .flow__list__flex__info {
  width: 65%;
  padding: 40px;
}

@media screen and (max-width: 767px) {
  #treatment .flow__list__flex__info {
    width: 55%;
    padding: 30px 20px;
  }
}

#treatment .flow__list__flex__info__head {
  color: #fff;
  padding-bottom: 10px;
  font-size: 2.8rem;
  border-bottom: 1px dotted #fff;
}

@media screen and (max-width: 767px) {
  #treatment .flow__list__flex__info__head {
    font-size: 1.8rem;
  }
}

#treatment .flow__list__flex__info__txt {
  color: #fff;
  margin-top: 20px;
}

#treatment .flow__list__flex:first-child .flow__list__flex__fig {
  background: url(../img/pic_flow01@2x.jpg) no-repeat center/cover;
}

#treatment .flow__list__flex:first-child .flow__list__flex__info {
  background: url(../img/ico_num01@2x.png) no-repeat bottom right/14.308%, #e9bca8;
}

#treatment .flow__list__flex:nth-child(2) .flow__list__flex__fig {
  background: url(../img/pic_flow02@2x.jpg) no-repeat center/cover;
}

#treatment .flow__list__flex:nth-child(2) .flow__list__flex__info {
  background: url(../img/ico_num02@2x.png) no-repeat bottom right/21.238%, #e9bca8;
}

#treatment .flow__list__flex:nth-child(3) .flow__list__flex__fig {
  background: url(../img/pic_flow03@2x.jpg) no-repeat center/cover;
}

#treatment .flow__list__flex:nth-child(3) .flow__list__flex__info {
  background: url(../img/ico_num03@2x.png) no-repeat bottom right/17.385%, #e9bca8;
}

#treatment .flow__list__flex:nth-child(4) .flow__list__flex__fig {
  background: url(../img/pic_flow04@2x.jpg) no-repeat center/cover;
}

#treatment .flow__list__flex:nth-child(4) .flow__list__flex__info {
  background: url(../img/ico_num04@2x.png) no-repeat bottom right/15.231%, #e9bca8;
}

#treatment .flow__list__flex:nth-child(5) .flow__list__flex__fig {
  background: url(../img/pic_flow05@2x.jpg) no-repeat center/cover;
}

#treatment .flow__list__flex:nth-child(5) .flow__list__flex__info {
  background: url(../img/ico_num05@2x.png) no-repeat bottom right/20.462%, #e9bca8;
}

#treatment .flow__list__flex:last-child .flow__list__flex__fig {
  background: url(../img/pic_flow06@2x.jpg) no-repeat center/cover;
}

#treatment .flow__list__flex:last-child .flow__list__flex__info {
  background: url(../img/ico_num06@2x.png) no-repeat bottom right/19.385%, #e9bca8;
}

#treatment .flow__list__flex:last-child::after {
  display: none;
}

#treatment .flow__list__flex:not(:first-child) {
  margin-top: 64px;
}

#treatment .flow__list__flex::after {
  content: "";
  display: block;
  width: 8px;
  height: 44px;
  margin: 0 auto;
  background: url(../img/ico_dot01@2x.png) no-repeat center/8px;
  position: absolute;
  bottom: -54px;
  left: 0;
  right: 0;
}

#treatment .content {
  margin-top: 100px;
}

#treatment .content__ttl {
  font-size: 2.8rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #treatment .content__ttl {
    font-size: 1.8rem;
  }
}

#treatment .content__ac {
  margin-top: 50px;
}

#treatment .content__ac__dt {
  color: #eb5b66;
  padding: 17px 50px 17px 30px;
  font-size: 2.4rem;
  border-radius: 5px;
  background: url(../img/ico_ac02@2x.png) no-repeat center right 40px/21px, #fdedeb;
}

@media screen and (max-width: 767px) {
  #treatment .content__ac__dt {
    font-size: 1.6rem;
    background-size: 15px;
  }
}

#treatment .content__ac__dt:not(:nth-of-type(1)) {
  margin-top: 10px;
}

#treatment .content__ac .active {
  background: url(../img/ico_ac01@2x.png) no-repeat center right 40px/21px, #fdedeb;
}

@media screen and (max-width: 767px) {
  #treatment .content__ac .active {
    background-size: 15px;
  }
}

#treatment .content__ac__dd {
  width: 93%;
  display: none;
  margin: 30px auto 20px;
}

#treatment footer {
  margin-top: 100px;
}

@media screen and (max-width: 1199px) {
  #treatment footer {
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  #treatment footer {
    margin-top: 60px;
  }
}

#treatment01, #treatment02, #treatment03, #treatment04 {
  display: block;
  margin-top: -69.36px;
  padding-top: 69.36px;
}

@media screen and (max-width: 1199px) {
  #treatment01, #treatment02, #treatment03, #treatment04 {
    margin-top: -57.34px;
    padding-top: 57.34px;
  }
}

@media screen and (max-width: 1199px) {
  #treatment01, #treatment02, #treatment03, #treatment04 {
    margin-top: -54.52px;
    padding-top: 54.52px;
  }
}
/*# sourceMappingURL=style.css.map */