.main_image {
  position: relative;
  height: 500px;
  padding-top: 200px;
  box-sizing: border-box;
  background: url(/images01/clinic/clinic_key.webp) center/cover no-repeat;
  overflow: hidden;
}
.main_image .inner {
  width: 1000px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
.main_image .text {
  position: relative;
  z-index: 2;
  padding-left: 120px;
  font-size: 48px;
  letter-spacing: 0.2em;
  color: #fff;
  text-shadow: 0 0 5px rgba(155, 152, 152, 0.71);
}
.main_image .text:before {
  content: "";
  position: absolute;
  left: 0;
  top: -10px;
  width: 112px;
  height: 113px;
  background: url(/images01/common/key_logo.webp) center/contain no-repeat;
}
.main_image .text:after {
  content: "";
  position: absolute;
  left: 120px;
  bottom: -20px;
  width: 72px;
  height: 11px;
  background: url(/images01/common/key_text_about.webp) center/contain no-repeat;
}
.main_image .kazari01 {
  position: absolute;
  left: -10px;
  top: -10px;
  width: 586px;
  height: 358px;
  background: url(/images01/common/key_kazari01.webp) center/contain no-repeat;
}
.main_image .kazari02 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 563px;
  height: 251px;
  background: url(/images01/common/key_kazari02.webp) left bottom/contain no-repeat;
}
.main_image .kazari03 {
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 301px;
  height: 270px;
  background: url(/images01/common/key_kazari03.webp) right bottom/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .main_image {
    position: relative;
    height: 80vw;
    padding-top: 45.3vw;
    box-sizing: border-box;
    background: url(/images01/clinic/clinic_key.webp) right 20% top/cover no-repeat;
    overflow: hidden;
  }
  .main_image .inner {
    padding: 0 2.7vw;
  }
  .main_image .text {
    padding-left: 18.6vw;
    font-size: 5.8vw;
  }
  .main_image .text:before {
    left: 0;
    top: -2.7vw;
    width: 21.3vw;
    height: 21.3vw;
    background: url(/images01/common/key_logo.webp) center/contain no-repeat;
  }
  .main_image .text:after {
    left: 18.6vw;
    bottom: -5.5vw;
    width: 20vw;
    height: 2.9vw;
    background: url(/images01/common/key_text_about.webp) center/contain no-repeat;
  }
  .main_image .kazari01 {
    position: absolute;
    left: -2.7vw;
    top: -2.7vw;
    width: 80vw;
    height: 48.8vw;
    background: url(/images01/common/key_kazari01.webp) center/contain no-repeat;
  }
  .main_image .kazari02 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80vw;
    height: 25.8vw;
    background: url(/images01/common/key_kazari02.webp) left bottom/contain no-repeat;
  }
  .main_image .kazari03 {
    position: absolute;
    right: -2.7vw;
    bottom: -2.7vw;
    width: 40vw;
    height: 93.3vw;
    background: url(/images01/common/key_kazari03.webp) right bottom/contain no-repeat;
  }
}

.lead_sec {
  padding: 100px 20px 200px;
}
.lead_sec .sec_title {
  margin-bottom: 50px;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #4d4d4d;
  text-align: center;
}
.lead_sec .sec_text {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .lead_sec {
    padding: 8vw 5.5vw;
  }
  .lead_sec .sec_title {
    margin-bottom: 8vw;
    font-size: 5.5vw;
    letter-spacing: 0.2em;
    color: #4d4d4d;
    text-align: center;
  }
  .lead_sec .sec_text {
    width: 800px;
    max-width: 100%;
    margin: 0 auto 13.8vw;
  }
}

.sec01 {
  background: #f6f0e7;
}
.sec01 .inner {
  position: relative;
  padding: 200px 20px;
}
.sec01 .inner:before {
  content: "";
  position: absolute;
  right: 100px;
  top: -100px;
  width: 214px;
  height: 162px;
  background: url(../images01/clinic/sec01_illust01.webp) center/contain no-repeat;
}
.sec01 .inner:after {
  content: "";
  position: absolute;
  left: 50px;
  top: -20px;
  width: 259px;
  height: 37px;
  background: url(../images01/clinic/text_welcome.webp) center/contain no-repeat;
}
.sec01 .cont01 {
  margin-bottom: 100px;
}
.sec01 .cont01 .cont_upper {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}
.sec01 .cont01 .textbox {
  width: 550px;
  margin-right: 50px;
}
.sec01 .cont01 .cont_title {
  margin-bottom: 30px;
  font-size: 20px;
  letter-spacing: 0.2em;
  color: #ed7e00;
}
.sec01 .cont01 .lead_text {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #4d4d4d;
}
.sec01 .cont01 .imagebox {
  position: relative;
}
.sec01 .cont01 .image_text {
  position: absolute;
  left: -20px;
  bottom: -10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 198px;
  height: 198px;
  border-radius: 50%;
  background: rgba(101, 155, 183, 0.75);
  font-size: 18px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
}
.sec01 .cont01 .list {
  display: flex;
  justify-content: center;
}
.sec01 .cont01 .item {
  width: 360px;
}
.sec01 .cont01 .item:not(:last-of-type) {
  margin-right: 30px;
}
.sec01 .cont01 .item_title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #4d4d4d;
  text-align: center;
}
.sec01 .cont01 .item_image {
  margin-bottom: 20px;
}
.sec01 .cont02 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  margin-bottom: 100px;
}
.sec01 .cont02 .textbox {
  width: 550px;
}
.sec01 .cont02 .cont_header {
  text-align: right;
}
.sec01 .cont02 .cont_title {
  margin-bottom: 30px;
  font-size: 20px;
  letter-spacing: 0.2em;
  color: #ed7e00;
}
.sec01 .cont02 .lead_text {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #4d4d4d;
}
.sec01 .cont02 .imagebox {
  position: relative;
  margin-right: 50px;
}
.sec01 .cont02 .image_icon {
  position: absolute;
  left: -20px;
  bottom: -10px;
}
.sec01 .box {
  position: relative;
  width: 1150px;
  max-width: 100%;
  padding: 80px 50px 50px;
  margin-bottom: 200px;
  box-sizing: border-box;
  background: #f6dfd1;
}
.sec01 .box .box_leadtext {
  margin-bottom: 80px;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  color: #4d4d4d;
}
.sec01 .box:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  width: 316px;
  height: 32px;
  margin: 0 auto;
  background: url(../images01/clinic/text_forfamily.webp) center/contain no-repeat;
}
.sec01 .cont03 {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  margin-bottom: 80px;
}
.sec01 .cont03:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 201px;
  height: 94px;
  background: url(../images01/clinic/sec01_illust02.webp) center/contain no-repeat;
}
.sec01 .cont03 .textbox {
  width: 550px;
}
.sec01 .cont03 .small_title {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #4d4d4d;
}
.sec01 .cont03 .imagebox {
  position: relative;
  margin-right: 50px;
}
.sec01 .cont03 .image_text {
  position: absolute;
  right: -20px;
  bottom: -10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 198px;
  height: 198px;
  border-radius: 50%;
  background: rgba(228, 196, 78, 0.9);
  font-size: 18px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
}
.sec01 .cont04 {
  display: flex;
  justify-content: center;
}
.sec01 .cont04 .textbox {
  width: 550px;
  margin-right: 50px;
}
.sec01 .cont04 .small_title {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #4d4d4d;
}
.sec01 .cont04 .imagebox {
  position: relative;
}
.sec01 .cont04 .image_text {
  position: absolute;
  right: -20px;
  bottom: -10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 198px;
  height: 198px;
  border-radius: 50%;
  background: rgba(228, 196, 78, 0.9);
  font-size: 18px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
}
.sec01 .cont04 .image_text:before {
  content: "";
  position: absolute;
  left: 30px;
  top: -50px;
  width: 108px;
  height: 115px;
  background: url(../images01/clinic/sec01_illust03.webp) center/contain no-repeat;
}
.sec01 .box02 {
  position: relative;
}
.sec01 .box02:before {
  content: "";
  position: absolute;
  left: 300px;
  top: -150px;
  width: 144px;
  height: 91px;
  background: url(../images01/clinic/sec01_illust05.webp) center/contain no-repeat;
}
.sec01 .box02:after {
  content: "";
  position: absolute;
  right: 100px;
  top: -100px;
  width: 103px;
  height: 138px;
  background: url(../images01/clinic/sec01_illust04.webp) center/contain no-repeat;
}
.sec01 .box02 .box_leadtext {
  position: relative;
  width: 470px;
  margin: 0 auto 80px;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  color: #4d4d4d;
}
.sec01 .box02 .box_leadtext:before {
  content: "";
  position: absolute;
  right: -60px;
  top: -30px;
  width: 64px;
  height: 92px;
  background: url(../images01/clinic/sec01_kazari.webp) center/contain no-repeat;
}
.sec01 .box02 .box_leadtext:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: -100px;
  width: 210px;
  height: 32px;
  margin: 0 auto;
  background: url(../images01/clinic/text_forall.webp) center/contain no-repeat;
}
.sec01 .box02 .list {
  display: flex;
  justify-content: center;
}
.sec01 .box02 .item {
  width: 330px;
}
.sec01 .box02 .item:not(:last-of-type) {
  margin-right: 50px;
}
.sec01 .box02 .item_image {
  position: relative;
  margin-bottom: 20px;
}
.sec01 .box02 .item:nth-of-type(1) .item_image:before {
  content: "";
  position: absolute;
  right: -10px;
  top: -10px;
  width: 111px;
  height: 111px;
  background: url(/images01/clinic/icon_family.webp) center/contain no-repeat;
}
.sec01 .box02 .item:nth-of-type(1) .item_image:after {
  content: "";
  position: absolute;
  left: -10px;
  bottom: -10px;
  width: 111px;
  height: 111px;
  background: url(/images01/clinic/icon_omutsu.webp) center/contain no-repeat;
}
.sec01 .box02 .item:nth-of-type(3) .item_image:before {
  content: "";
  position: absolute;
  right: -20px;
  top: -20px;
  width: 111px;
  height: 111px;
  background: url(/images01/clinic/icon_wheelchair.webp) center/contain no-repeat;
}
.sec01 .box02 .item_title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #4d4d4d;
  text-align: center;
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .sec01 .cont01 .item_title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    margin-bottom: 0;
    font-size: 20px;
  }
  .sec01 .cont02 .cont_header {
    text-align: left;
  }
  .sec01 .cont03:before {
    bottom: -75px;
    width: 19vw;
  }
  .sec01 .box02:before {
    content: "";
    position: absolute;
    left: 10vw;
    top: -150px;
    width: 144px;
    height: 91px;
    background: url(../images01/clinic/sec01_illust05.webp) center/contain no-repeat;
  }
  .sec01 .box02:after {
    content: "";
    position: absolute;
    right: 100px;
    top: -150px;
    width: 80px;
    height: 138px;
    background: url(../images01/clinic/sec01_illust04.webp) center/contain no-repeat;
  }
  .sec01 .box02 .item:nth-of-type(1) .item_image:before {
    content: "";
    position: absolute;
    right: -10px;
    top: -10px;
    width: 10.6vw;
    height: 10.6vw;
    background: url(/images01/clinic/icon_family.webp) center/contain no-repeat;
  }
  .sec01 .box02 .item:nth-of-type(1) .item_image:after {
    content: "";
    position: absolute;
    left: -10px;
    bottom: -10px;
    width: 10.6vw;
    height: 10.6vw;
    background: url(/images01/clinic/icon_omutsu.webp) center/contain no-repeat;
  }
  .sec01 .box02 .item:nth-of-type(3) .item_image:before {
    content: "";
    position: absolute;
    right: -20px;
    top: -20px;
    width: 10.6vw;
    height: 10.6vw;
    background: url(/images01/clinic/icon_wheelchair.webp) center/contain no-repeat;
  }
  .sec01 .box02 .item_title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .sec01 {
    background: #f6f0e7;
  }
  .sec01 .inner {
    position: relative;
    padding: 21.3vw 5.5vw;
  }
  .sec01 .inner:before {
    content: "";
    position: absolute;
    right: 5.5vw;
    top: -13.8vw;
    width: 32vw;
    height: 24.2vw;
    background: url(../images01/clinic/sec01_illust01.webp) center/contain no-repeat;
  }
  .sec01 .inner:after {
    content: "";
    position: absolute;
    left: 2.7vw;
    top: -3vw;
    width: 48vw;
    height: 6.8vw;
    background: url(../images01/clinic/text_welcome.webp) center/contain no-repeat;
  }
  .sec01 .cont_image {
    width: 100%;
    margin-bottom: 2.7vw;
  }
  .sec01 .cont_image img {
    width: 100%;
  }
  .sec01 .cont01 {
    margin-bottom: 13.8vw;
  }
  .sec01 .cont01 .cont_upper {
    display: flex;
    justify-content: center;
    margin-bottom: 8vw;
  }
  .sec01 .cont01 .textbox {
    width: 100%;
    margin-right: 0;
  }
  .sec01 .cont01 .cont_title {
    margin-bottom: 2.7vw;
    font-size: 4.8vw;
  }
  .sec01 .cont01 .lead_text {
    margin-bottom: 5.5vw;
    font-size: 5.5vw;
  }
  .sec01 .cont01 .imagebox {
    position: relative;
  }
  .sec01 .cont01 .image_text {
    position: absolute;
    left: -20px;
    bottom: -10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38vw;
    height: 38vw;
    border-radius: 50%;
    background: rgba(101, 155, 183, 0.75);
    font-size: 4vw;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
  }
  .sec01 .cont01 .list {
    display: block;
  }
  .sec01 .cont01 .item {
    width: 100%;
  }
  .sec01 .cont01 .item:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 13.8vw;
  }
  .sec01 .cont01 .item_title {
    margin-bottom: 2.7vw;
    font-size: 4.8vw;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #4d4d4d;
    text-align: center;
  }
  .sec01 .cont01 .item_image {
    width: 100%;
    margin-bottom: 2.7vw;
  }
  .sec01 .cont01 .item_image img {
    width: 100%;
  }
  .sec01 .cont02 {
    margin-bottom: 13.8vw;
  }
  .sec01 .cont02 .textbox {
    width: 100%;
  }
  .sec01 .cont02 .cont_header {
    text-align: left;
  }
  .sec01 .cont02 .cont_title {
    margin-bottom: 2.7vw;
    font-size: 4.8vw;
    letter-spacing: 0.2em;
    color: #ed7e00;
  }
  .sec01 .cont02 .lead_text {
    margin-bottom: 30px;
    font-size: 5.5vw;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #4d4d4d;
  }
  .sec01 .cont02 .imagebox {
    position: relative;
    margin-right: 0;
  }
  .sec01 .cont02 .image_icon {
    position: absolute;
    left: -2.7vw;
    bottom: -1.3vw;
    width: 38vw;
    height: 38vw;
  }
  .sec01 .box {
    padding: 13.8vw 5.5vw 8vw;
    margin-bottom: 27.7vw;
  }
  .sec01 .box .box_leadtext {
    margin-bottom: 10.6vw;
    font-size: 5.5vw;
  }
  .sec01 .box:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -3vw;
    width: 66.6vw;
    height: 6.7vw;
    margin: 0 auto;
    background: url(../images01/clinic/text_forfamily.webp) center/contain no-repeat;
  }
  .sec01 .cont03 {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    margin-bottom: 18.9vw;
  }
  .sec01 .cont03:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -16vw;
    width: 35vw;
    height: 17.1vw;
    background: url(../images01/clinic/sec01_illust02.webp) center/contain no-repeat;
  }
  .sec01 .cont03 .textbox {
    width: 100%;
  }
  .sec01 .cont03 .small_title {
    margin-bottom: 2.7vw;
    font-size: 4.8vw;
    text-align: center;
  }
  .sec01 .cont03 .imagebox {
    position: relative;
    margin-right: 0;
  }
  .sec01 .cont03 .image_text {
    position: absolute;
    right: -2.7vw;
    bottom: -1.3vw;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38vw;
    height: 38vw;
    border-radius: 50%;
    background: rgba(228, 196, 78, 0.9);
    font-size: 4.4vw;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
  }
  .sec01 .cont04 .textbox {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2.7vw;
  }
  .sec01 .cont04 .small_title {
    margin-bottom: 2.7vw;
    font-size: 4.8vw;
    text-align: center;
  }
  .sec01 .cont04 .imagebox {
    position: relative;
  }
  .sec01 .cont04 .image_text {
    position: absolute;
    right: -2.7vw;
    bottom: -1.3vw;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38vw;
    height: 38vw;
    border-radius: 50%;
    background: rgba(228, 196, 78, 0.9);
    font-size: 4.4vw;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
  }
  .sec01 .cont04 .image_text:before {
    content: "";
    position: absolute;
    left: 8vw;
    top: -10.6vw;
    width: 16vw;
    height: 17vw;
    background: url(../images01/clinic/sec01_illust03.webp) center/contain no-repeat;
  }
  .sec01 .box02 {
    position: relative;
  }
  .sec01 .box02:before {
    content: "";
    position: absolute;
    left: 2.7vw;
    top: -13.8vw;
    width: 21.3vw;
    height: 13.4vw;
    background: url(../images01/clinic/sec01_illust05.webp) center/contain no-repeat;
  }
  .sec01 .box02:after {
    content: "";
    position: absolute;
    right: 2.7vw;
    top: -21.3vw;
    width: 16vw;
    height: 21.4vw;
    background: url(../images01/clinic/sec01_illust04.webp) center/contain no-repeat;
  }
  .sec01 .box02 .box_leadtext {
    position: relative;
    width: 100%;
    margin: 0 auto 8vw;
    font-size: 5.5vw;
  }
  .sec01 .box02 .box_leadtext:before {
    content: "";
    position: absolute;
    right: 5.5vw;
    top: 2.7vw;
    width: 10.6vw;
    height: 15.2vw;
    background: url(../images01/clinic/sec01_kazari.webp) center/contain no-repeat;
  }
  .sec01 .box02 .box_leadtext:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: -10.6vw;
    width: 40vw;
    height: 6vw;
    margin: 0 auto;
    background: url(../images01/clinic/text_forall.webp) center/contain no-repeat;
  }
  .sec01 .box02 .list {
    display: block;
  }
  .sec01 .box02 .item {
    width: 100%;
  }
  .sec01 .box02 .item:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 13.8vw;
  }
  .sec01 .box02 .item_image {
    position: relative;
    width: 100%;
    margin-bottom: 2.7vw;
  }
  .sec01 .box02 .item_image img {
    width: 100%;
  }
  .sec01 .box02 .item:nth-of-type(1) .item_image:before {
    content: "";
    position: absolute;
    right: -2.7vw;
    top: -2.7vw;
    width: 24vw;
    height: 24vw;
    background: url(/images01/clinic/icon_family.webp) center/contain no-repeat;
  }
  .sec01 .box02 .item:nth-of-type(1) .item_image:after {
    content: "";
    position: absolute;
    left: -2.7vw;
    bottom: -2.7vw;
    width: 24vw;
    height: 24vw;
    background: url(/images01/clinic/icon_omutsu.webp) center/contain no-repeat;
  }
  .sec01 .box02 .item:nth-of-type(3) .item_image:before {
    content: "";
    position: absolute;
    right: -2.7vw;
    top: -2.7vw;
    width: 24vw;
    height: 24vw;
    background: url(/images01/clinic/icon_wheelchair.webp) center/contain no-repeat;
  }
  .sec01 .box02 .item_title {
    margin-bottom: 2.7vw;
    font-size: 4.8vw;
  }
}

.sec02 {
  padding: 0 20px;
  box-sizing: border-box;
  background: #e2ecf3;
}
.sec02 .inner {
  position: relative;
  padding: 180px 0;
}
.sec02 .inner:before {
  content: "";
  position: absolute;
  left: 50px;
  top: 50px;
  width: 289px;
  height: 37px;
  background: url(/images01/clinic/text_facilities.webp) center/contain no-repeat;
}
.sec02 .inner:after {
  content: "";
  position: absolute;
  right: 50px;
  top: 130px;
  width: 94px;
  height: 195px;
  background: url(/images01/clinic/sec02_illust.webp) center/contain no-repeat;
}
.sec02 .leadtext {
  margin-bottom: 100px;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  color: #4d4d4d;
}
.sec02 .cont {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
}
.sec02 .cont_image {
  margin-right: 50px;
}
.sec02 .textbox {
  width: 570px;
}
.sec02 .cont_header {
  margin-bottom: 30px;
}
.sec02 .cont_leadtext {
  margin-bottom: 10px;
  font-size: 18px;
  letter-spacing: 0.1em;
}
.sec02 .cont_title {
  font-size: 30px;
  color: #51a6dc;
}
.sec02 .box {
  width: 1100px;
  max-width: 100%;
  padding: 80px 100px;
  margin: 0 auto;
  box-sizing: border-box;
  background: #f6f0e7;
}
.sec02 .box_leadtext {
  margin-bottom: 50px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  color: #4d4d4d;
}
.sec02 .list {
  display: flex;
  justify-content: center;
}
.sec02 .item {
  width: 360px;
}
.sec02 .item:nth-of-type(1) {
  margin-right: 80px;
}
.sec02 .item_image {
  margin-bottom: 15px;
}
.sec02 .item_title {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  color: #4d4d4d;
}
@media screen and (max-width: 1020px) and (min-width: 768px) {
  .sec02 .inner:after {
    right: 30px;
    top: 30px;
    width: 60px;
  }
}
@media screen and (max-width: 767px) {
  .sec02 {
    padding: 0 5.5vw;
  }
  .sec02 .inner {
    position: relative;
    padding: 27.7vw 0;
  }
  .sec02 .inner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5.5vw;
    width: 55.5vw;
    height: 7.1vw;
    background: url(/images01/clinic/text_facilities.webp) center/contain no-repeat;
  }
  .sec02 .inner:after {
    content: "";
    position: absolute;
    right: 2.7vw;
    top: -17.3vw;
    width: 21.6vw;
    height: 43.6vw;
    background: url(/images01/clinic/sec02_illust.webp) center/contain no-repeat;
  }
  .sec02 .leadtext {
    margin-bottom: 13.8vw;
    font-size: 5.5vw;
  }
  .sec02 .cont {
    margin-bottom: 13.8vw;
  }
  .sec02 .cont_image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2.7vw;
  }
  .sec02 .cont_image img {
    width: 100%;
  }
  .sec02 .textbox {
    width: 100%;
  }
  .sec02 .cont_header {
    margin-bottom: 2.7vw;
  }
  .sec02 .cont_leadtext {
    margin-bottom: 2.7vw;
    font-size: 4vw;
    letter-spacing: 0.1em;
  }
  .sec02 .cont_title {
    font-size: 6.4vw;
  }
  .sec02 .box {
    padding: 8vw 5.5vw;
  }
  .sec02 .box_leadtext {
    margin-bottom: 8vw;
    font-size: 4.8vw;
  }
  .sec02 .list {
    display: block;
  }
  .sec02 .item {
    width: 100%;
  }
  .sec02 .item:nth-of-type(1) {
    margin-right: 0;
    margin-bottom: 13.8vw;
  }
  .sec02 .item_image {
    width: 100%;
    margin-bottom: 2.7vw;
  }
  .sec02 .item_image img {
    width: 100%;
  }
  .sec02 .item_title {
    margin-bottom: 2.7vw;
    font-size: 4.8vw;
  }
}

.sec03 .inner {
  padding-top: 30px;
  padding-bottom: 100px;
}
.sec03 .inner:before {
  content: "";
  position: absolute;
  left: 27px;
  top: -80px;
  width: 123px;
  height: 264px;
  background: url(/images01/clinic/sec03_illust.webp) center/contain no-repeat;
}
.sec03 .inner:after {
  content: "";
  position: absolute;
  right: 0;
  top: -15px;
  width: 643px;
  height: 37px;
  background: url(/images01/clinic/text_infection.webp) center/contain no-repeat;
}
.sec03 .leadtext {
  margin-bottom: 120px;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: right;
}
.sec03 .cont01 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
.sec03 .cont01 .cont_image {
  margin-right: 30px;
}
.sec03 .cont01 .textbox {
  width: 570px;
}
.sec03 .cont01 .cont_title {
  margin-bottom: 30px;
  font-size: 30px;
  color: #519392;
}
.sec03 .cont_wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}
.sec03 .cont_wrap .cont {
  width: 360px;
  max-width: 30%;
}
.sec03 .cont_wrap .cont02 {
  margin-right: 80px;
}
.sec03 .cont_wrap .cont_image {
  margin-bottom: 20px;
}
.sec03 .cont_wrap .cont03 .cont_image {
  position: relative;
}
.sec03 .cont_wrap .cont03 .cont_image:before {
  content: "";
  position: absolute;
  right: -30px;
  top: -30px;
  width: 184px;
  height: 184px;
  background: url(/images01/clinic/icon_tools.webp) center/contain no-repeat;
}
.sec03 .cont_wrap .cont_title {
  margin-bottom: 20px;
  font-size: 22px;
  color: #519392;
  text-align: center;
}
.sec03 .list {
  display: flex;
  justify-content: center;
}
.sec03 .item {
  width: 336px;
}
.sec03 .item:not(:last-of-type) {
  margin-right: 30px;
}
.sec03 .item_image {
  margin-bottom: 20px;
}
.sec03 .item_name {
  font-size: 22px;
  color: #519392;
  text-align: center;
}
@media screen and (max-width: 820px) and (min-width: 768px) {
  .sec03 .inner:before {
    width: 120px;
  }
  .sec03 .cont_wrap .cont03 .cont_image:before {
    content: "";
    position: absolute;
    right: -30px;
    top: -30px;
    width: 120px;
    height: 120px;
    background: url(/images01/clinic/icon_tools.webp) center/contain no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .sec03 .inner {
    padding: 8vw 5.5vw 13.8vw;
  }
  .sec03 .inner:before {
    content: "";
    position: absolute;
    left: 0;
    top: -15.5vw;
    width: 21.3vw;
    height: 45.8vw;
    background: url(/images01/clinic/sec03_illust.webp) center/contain no-repeat;
  }
  .sec03 .inner:after {
    content: "";
    position: absolute;
    right: 0;
    top: -2.7vw;
    width: 80vw;
    height: 4.4vw;
    background: url(/images01/clinic/text_infection.webp) center/contain no-repeat;
  }
  .sec03 .leadtext {
    margin-bottom: 13.8vw;
    font-size: 5.5vw;
  }
  .sec03 .cont_image {
    width: 100%;
  }
  .sec03 .cont_image img {
    width: 100%;
  }
  .sec03 .cont01 {
    display: block;
    margin-bottom: 13.8vw;
  }
  .sec03 .cont01 .cont_image {
    margin-right: 0;
    margin-bottom: 2.7vw;
  }
  .sec03 .cont01 .textbox {
    width: 100%;
  }
  .sec03 .cont01 .cont_title {
    margin-bottom: 2.7vw;
    font-size: 5.5vw;
    text-align: center;
  }
  .sec03 .cont_wrap {
    display: block;
    margin-bottom: 13.8vw;
  }
  .sec03 .cont_wrap .cont {
    width: 100%;
    max-width: 100%;
  }
  .sec03 .cont_wrap .cont02 {
    margin-right: 0;
    margin-bottom: 13.8vw;
  }
  .sec03 .cont_wrap .cont_image {
    width: 100%;
    margin-bottom: 2.7vw;
  }
  .sec03 .cont_wrap .cont_image img {
    width: 100%;
  }
  .sec03 .cont_wrap .cont03 .cont_image:before {
    content: "";
    position: absolute;
    right: -2.7vw;
    top: -2.7vw;
    width: 27.7vw;
    height: 27.7vw;
    background: url(/images01/clinic/icon_tools.webp) center/contain no-repeat;
  }
  .sec03 .cont_wrap .cont_title {
    margin-bottom: 2.7vw;
    font-size: 5.5vw;
  }
  .sec03 .list {
    display: block;
  }
  .sec03 .item {
    width: 100%;
  }
  .sec03 .item:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 13.8vw;
  }
  .sec03 .item_image {
    width: 100%;
    margin-bottom: 2.7vw;
  }
  .sec03 .item_image img {
    width: 100%;
  }
  .sec03 .item_name {
    font-size: 5.5vw;
  }
}/*# sourceMappingURL=clinic.css.map */