.main_image {
  position: relative;
  min-width: 100%;
  height: 491px;
  box-sizing: border-box;
  overflow: hidden;
}
.main_image .inner {
  width: 1025px;
  max-width: 100%;
  padding: 0 0 0 35px;
  margin: 0 0 auto;
  box-sizing: border-box;
}
.main_image .text {
  position: relative;
  z-index: 5;
  font-size: 24px;
  letter-spacing: 0.2em;
  text-align: left;
  color: #fff;
  font-weight: bold;
}
.main_image .subtext {
  color: #fff;
  font-size: 50px;
  opacity: 70%;
  text-align: left;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .main_image {
    position: relative;
    width: initial;
    height: 80vw;
    padding-top: 45.3vw;
    box-sizing: border-box;
    background: url(/images/) right 40% top/cover no-repeat;
    overflow: hidden;
  }
  .main_image .inner {
    padding: 0 2.7vw;
  }
  .main_image .text {
    text-align: left;
    font-size: 5.8vw;
    padding-left: initial;
  }
  .main_image .subtext {
    color: #fff;
    font-size: 10vw;
    opacity: 70%;
    text-align: left;
    font-weight: bold;
    letter-spacing: 0.2em;
    line-height: 1.1;
  }
}

.sec01 {
  margin-top: 150px;
  margin-bottom: 40px;
}
.sec01 .first_box {
  margin-bottom: 120px;
}
.sec01 .first_box .header_box {
  margin-bottom: 15px;
}
.sec01 .first_box .header_box .subtitle {
  color: #4E89BD;
  font-size: 21px;
  margin-bottom: 15px;
}
.sec01 .first_box .header_box .title {
  font-size: 32px;
  font-weight: bold;
  font-family: serif;
}
.sec01 .first_box .textbox {
  margin-bottom: 55px;
}
.sec01 .first_box .textbox .box_title {
  font-size: 21px;
  font-weight: bold;
  font-family: serif;
}
.sec01 .first_box .textbox .box_title .blue {
  color: #4E89BD;
  font-weight: bold;
}
.sec01 .second_box, .sec01 .third_box, .sec01 .fourth_box {
  margin-bottom: 115px;
}
.sec01 .second_box .header_box, .sec01 .third_box .header_box, .sec01 .fourth_box .header_box {
  margin-bottom: 15px;
}
.sec01 .second_box .header_box .subtitle, .sec01 .third_box .header_box .subtitle, .sec01 .fourth_box .header_box .subtitle {
  color: #4E89BD;
  font-size: 21px;
}
.sec01 .second_box .header_box .title, .sec01 .third_box .header_box .title, .sec01 .fourth_box .header_box .title {
  font-size: 32px;
  font-weight: bold;
  font-family: serif;
}
.sec01 .second_box .flexbox, .sec01 .third_box .flexbox, .sec01 .fourth_box .flexbox {
  align-items: flex-start;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
.sec01 .second_box .flexbox .imagebox, .sec01 .third_box .flexbox .imagebox, .sec01 .fourth_box .flexbox .imagebox {
  width: 73.6%;
}
.sec01 .second_box .flexbox .textbox, .sec01 .third_box .flexbox .textbox, .sec01 .fourth_box .flexbox .textbox {
  width: 100%;
}
.sec01 .second_box .flexbox .textbox .box_title, .sec01 .third_box .flexbox .textbox .box_title, .sec01 .fourth_box .flexbox .textbox .box_title {
  font-size: 21px;
  font-weight: bold;
  font-family: serif;
}
.sec01 .second_box .flexbox .textbox .box_title .blue, .sec01 .third_box .flexbox .textbox .box_title .blue, .sec01 .fourth_box .flexbox .textbox .box_title .blue {
  color: #4E89BD;
  font-weight: bold;
}
.sec01 .orange_box {
  background-color: #F2D3A9;
  border-radius: 40px;
  margin-bottom: 210px;
}
.sec01 .orange_box .flexbox {
  position: relative;
  -moz-column-gap: 55px;
       column-gap: 55px;
  padding: 60px 70px;
  justify-content: flex-end;
}
.sec01 .orange_box .flexbox .imagebox {
  position: absolute;
  top: 60px;
  left: -55px;
}
.sec01 .orange_box .flexbox .imagebox .circle_box {
  position: absolute;
  bottom: -20px;
  right: 15px;
  width: 237px;
  height: 237px;
  background-color: #fff;
  border: 1px solid #F2D3A9;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec01 .orange_box .flexbox .imagebox .circle_box .circle {
  color: #EB6309;
  text-align: center;
  font-size: 21px;
  font-weight: bold;
  position: relative;
}
.sec01 .orange_box .flexbox .imagebox .circle_box .circle::before {
  content: "";
  position: absolute;
  width: 93px;
  height: 183px;
  right: -80px;
  top: 0;
  background: url(/images/clinic/sec01_kazari.webp) center/contain no-repeat;
}
.sec01 .orange_box .flexbox .textbox {
  width: 50%;
}
.sec01 .orange_box .flexbox .textbox .header_box {
  margin-bottom: 15px;
}
.sec01 .orange_box .flexbox .textbox .header_box .subtitle {
  color: #EB6309;
  font-size: 21px;
}
.sec01 .orange_box .flexbox .textbox .header_box .title {
  font-size: 32px;
  font-weight: bold;
  font-family: serif;
}
.sec01 .orange_box .flexbox .textbox .box_title {
  font-size: 21px;
  font-weight: bold;
  font-family: serif;
}
.sec01 .orange_box .flexbox .textbox .box_title .orange {
  color: #EB6309;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sec01 {
    margin-bottom: 13.8vw;
    margin-top: 10vw;
  }
  .sec01 .first_box {
    margin-bottom: 10vw;
  }
  .sec01 .first_box .header_box {
    margin-bottom: 1vw;
  }
  .sec01 .first_box .header_box .subtitle {
    color: #4E89BD;
    font-size: 4vw;
    line-height: 1.5;
    margin-bottom: 1vw;
  }
  .sec01 .first_box .header_box .title {
    font-size: 5vw;
    font-weight: bold;
    font-family: serif;
  }
  .sec01 .first_box .textbox {
    margin-bottom: 10vw;
  }
  .sec01 .first_box .textbox .box_title {
    font-size: 4.5vw;
    font-weight: bold;
    font-family: serif;
  }
  .sec01 .first_box .textbox .box_title .blue {
    color: #4E89BD;
    font-weight: bold;
  }
  .sec01 .second_box, .sec01 .third_box, .sec01 .fourth_box {
    margin-bottom: 10vw;
  }
  .sec01 .second_box .header_box, .sec01 .third_box .header_box, .sec01 .fourth_box .header_box {
    margin-bottom: 1vw;
  }
  .sec01 .second_box .header_box .subtitle, .sec01 .third_box .header_box .subtitle, .sec01 .fourth_box .header_box .subtitle {
    color: #4E89BD;
    font-size: 4vw;
    line-height: 1.5;
  }
  .sec01 .second_box .header_box .title, .sec01 .third_box .header_box .title, .sec01 .fourth_box .header_box .title {
    font-size: 5vw;
    font-weight: bold;
    font-family: serif;
  }
  .sec01 .second_box .flexbox, .sec01 .third_box .flexbox, .sec01 .fourth_box .flexbox {
    align-items: flex-start;
    flex-direction: column;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
  .sec01 .second_box .flexbox .imagebox, .sec01 .third_box .flexbox .imagebox, .sec01 .fourth_box .flexbox .imagebox {
    width: 100%;
  }
  .sec01 .second_box .flexbox .textbox, .sec01 .third_box .flexbox .textbox, .sec01 .fourth_box .flexbox .textbox {
    width: 100%;
  }
  .sec01 .second_box .flexbox .textbox .box_title, .sec01 .third_box .flexbox .textbox .box_title, .sec01 .fourth_box .flexbox .textbox .box_title {
    font-size: 4.5vw;
    font-weight: bold;
    font-family: serif;
    line-height: 1.5;
    margin-bottom: 3vw;
  }
  .sec01 .second_box .flexbox .textbox .box_title .blue, .sec01 .third_box .flexbox .textbox .box_title .blue, .sec01 .fourth_box .flexbox .textbox .box_title .blue {
    color: #4E89BD;
    font-weight: bold;
  }
  .sec01 .orange_box {
    background-color: #F2D3A9;
    border-radius: 40px;
    margin-bottom: 13vw;
  }
  .sec01 .orange_box .flexbox {
    position: relative;
    -moz-column-gap: 0;
         column-gap: 0;
    padding: 10vw 5vw;
    justify-content: flex-end;
    flex-direction: column;
  }
  .sec01 .orange_box .flexbox .imagebox {
    position: static;
  }
  .sec01 .orange_box .flexbox .imagebox .circle_box {
    position: absolute;
    bottom: 80vw;
    right: 8vw;
    width: 35vw;
    height: 35vw;
    background-color: #fff;
    border: 1px solid #F2D3A9;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sec01 .orange_box .flexbox .imagebox .circle_box .circle {
    color: #EB6309;
    text-align: center;
    font-size: 4vw;
    font-weight: bold;
    position: relative;
  }
  .sec01 .orange_box .flexbox .imagebox .circle_box .circle::before {
    content: "";
    position: absolute;
    width: 15vw;
    height: 30vw;
    right: -9.5vw;
    top: 5vw;
    background: url(/images/clinic/sec01_kazari.webp) center/contain no-repeat;
  }
  .sec01 .orange_box .flexbox .textbox {
    width: 100%;
  }
  .sec01 .orange_box .flexbox .textbox .header_box {
    margin-bottom: 1vw;
  }
  .sec01 .orange_box .flexbox .textbox .header_box .subtitle {
    color: #EB6309;
    font-size: 4vw;
  }
  .sec01 .orange_box .flexbox .textbox .header_box .title {
    font-size: 5vw;
    font-weight: bold;
    font-family: serif;
  }
  .sec01 .orange_box .flexbox .textbox .box_title {
    font-size: 4.5vw;
    font-weight: bold;
    font-family: serif;
    margin-bottom: 3vw;
  }
  .sec01 .orange_box .flexbox .textbox .box_title .orange {
    color: #EB6309;
    font-weight: bold;
  }
}

.sec02 {
  margin-bottom: 100px;
}
.sec02 .c_header {
  background-color: rgba(76, 142, 195, 0.8);
  padding: 67px 0;
  width: 1440px;
  max-width: 100%;
  margin: 0 auto 40px;
  position: relative;
}
.sec02 .c_header::before {
  content: "";
  position: absolute;
  width: 483px;
  height: 222px;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: url(/images/clinic/sec02_title.webp) center/contain no-repeat;
}
.sec02 .c_header .subtitle {
  color: #fff;
  text-align: center;
  font-size: 21px;
}
.sec02 .c_header .title {
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  font-family: serif;
  letter-spacing: 0.1em;
}
.sec02 .inner {
  padding: 0 60px;
}
.sec02 .c_white_box {
  background-color: #fff;
}
.sec02 .c_white_box .gridbox {
  padding: 100px 65px;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 80px;
  -moz-column-gap: 55px;
       column-gap: 55px;
}
.sec02 .c_white_box .gridbox .box {
  width: 360px;
}
.sec02 .c_white_box .gridbox .box .box_title {
  font-size: 32px;
  font-weight: bold;
  font-family: serif;
  text-align: center;
  color: #397CB6;
  line-height: 1.3;
  height: 108px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .sec02 {
    margin-bottom: 13.8vw;
  }
  .sec02 .c_header {
    background-color: rgba(76, 142, 195, 0.8);
    padding: 5vw 0;
    width: 1440px;
    max-width: 100%;
    margin: 0 auto 10vw;
    position: relative;
  }
  .sec02 .c_header::before {
    content: "";
    position: absolute;
    width: 79vw;
    height: 36vw;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: url(/images/clinic/sec02_title.webp) center/contain no-repeat;
  }
  .sec02 .c_header .subtitle {
    color: #fff;
    text-align: center;
    font-size: 4.5vw;
  }
  .sec02 .c_header .title {
    color: #fff;
    text-align: center;
    font-size: 6vw;
    font-weight: bold;
    font-family: serif;
    letter-spacing: 0.1em;
  }
  .sec02 .inner {
    padding: 0 5vw;
  }
  .sec02 .c_white_box {
    background-color: #fff;
  }
  .sec02 .c_white_box .gridbox {
    padding: 10vw 5vw;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 10vw;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .sec02 .c_white_box .gridbox .box {
    width: 100%;
  }
  .sec02 .c_white_box .gridbox .box .box_title {
    font-size: 5vw;
    font-weight: bold;
    font-family: serif;
    text-align: center;
    color: #397CB6;
    line-height: 1.3;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3vw;
  }
}

.sec03 {
  margin-bottom: 90px;
}
.sec03 .c_header {
  background-color: rgba(76, 142, 195, 0.8);
  padding: 67px 0;
  width: 1440px;
  max-width: 100%;
  margin: 0 auto 50px;
  position: relative;
}
.sec03 .c_header::before {
  content: "";
  position: absolute;
  width: 542px;
  height: 222px;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: url(/images/clinic/sec03_title.webp) center/contain no-repeat;
}
.sec03 .c_header .subtitle {
  color: #fff;
  text-align: center;
  font-size: 21px;
}
.sec03 .c_header .title {
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  font-family: serif;
  letter-spacing: 0.1em;
}
.sec03 .flexbox {
  -moz-column-gap: 55px;
       column-gap: 55px;
}
.sec03 .flexbox .imagebox {
  width: 69.1%;
}
.sec03 .flexbox .textbox {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec03 {
    margin-bottom: 13.8vw;
  }
  .sec03 .c_header {
    background-color: rgba(76, 142, 195, 0.8);
    padding: 5vw 0;
    width: 1440px;
    max-width: 100%;
    margin: 0 auto 10vw;
    position: relative;
  }
  .sec03 .c_header::before {
    content: "";
    position: absolute;
    width: 91vw;
    height: 36vw;
    left: 0;
    bottom: 0;
    z-index: -1;
  }
  .sec03 .c_header .subtitle {
    color: #fff;
    text-align: center;
    font-size: 4.5vw;
  }
  .sec03 .c_header .title {
    color: #fff;
    text-align: center;
    font-size: 6vw;
    font-weight: bold;
    font-family: serif;
    letter-spacing: 0.1em;
  }
  .sec03 .flexbox {
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .sec03 .flexbox .imagebox {
    width: 100%;
  }
  .sec03 .flexbox .textbox {
    width: 100%;
  }
}

.sec04 {
  margin-bottom: 100px;
}
.sec04 .c_header {
  background-color: rgba(76, 142, 195, 0.8);
  padding: 67px 0;
  width: 1440px;
  max-width: 100%;
  margin: 0 auto 90px;
  position: relative;
}
.sec04 .c_header::before {
  content: "";
  position: absolute;
  width: 542px;
  height: 222px;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: url(/images/clinic/sec04_title.webp) center/contain no-repeat;
}
.sec04 .c_header .subtitle {
  color: #fff;
  text-align: center;
  font-size: 21px;
}
.sec04 .c_header .title {
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  font-family: serif;
  letter-spacing: 0.1em;
}
.sec04 .bottom_title {
  font-size: 24px;
  font-family: serif;
  font-weight: bold;
  text-align: center;
  margin-bottom: 80px;
}
.sec04 .bottom_box .box {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
  width: 839px;
  margin: 0 auto;
}
.sec04 .bottom_box .box .maru {
  color: #4E89BD;
}
@media screen and (max-width: 768px) {
  .sec04 {
    margin-bottom: 13.8vw;
  }
  .sec04 .c_header {
    background-color: rgba(76, 142, 195, 0.8);
    padding: 5vw 0;
    width: 1440px;
    max-width: 100%;
    margin: 0 auto 10vw;
    position: relative;
  }
  .sec04 .c_header::before {
    content: "";
    position: absolute;
    width: 91vw;
    height: 36vw;
    right: 0;
    bottom: 0;
    z-index: -1;
  }
  .sec04 .c_header .subtitle {
    color: #fff;
    text-align: center;
    font-size: 4.5vw;
  }
  .sec04 .c_header .title {
    color: #fff;
    text-align: center;
    font-size: 6vw;
    font-weight: bold;
    font-family: serif;
    letter-spacing: 0.1em;
  }
  .sec04 .bottom_title {
    font-size: 4.5vw;
    font-family: serif;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10vw;
  }
  .sec04 .bottom_box .box {
    display: flex;
    -moz-column-gap: 3vw;
         column-gap: 3vw;
    width: 100%;
    margin: 0 auto 3vw;
  }
  .sec04 .bottom_box .box .maru {
    color: #4E89BD;
    font-size: 4vw;
  }
}/*# sourceMappingURL=clinic.css.map */