.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-bottom: 150px;
}
.sec01 .sec_header {
  flex-direction: column;
  background-color: #BF8588;
  margin-bottom: 55px;
}
.sec01 .sec_header .sec_subtitle {
  color: #fff;
  text-align: center;
  font-size: 21px;
  letter-spacing: 0.1em;
}
.sec01 .sec_header .sec_title {
  padding: 0;
}
.sec01 .body_title {
  font-size: 30px;
  text-align: center;
  font-family: serif;
  font-weight: bold;
  margin-bottom: 55px;
  letter-spacing: 0.1em;
}
.sec01 .body_title .pink {
  color: #BF8588;
  font-weight: bold;
}
.sec01 .flexbox {
  align-items: flex-start;
  -moz-column-gap: 60px;
       column-gap: 60px;
}
.sec01 .flexbox .imagebox {
  width: 89%;
}
.sec01 .flexbox .textbox {
  width: 100%;
}
.sec01 .flexbox .textbox .box_title {
  font-size: 25px;
  font-family: serif;
  font-weight: bold;
  margin-bottom: 15px;
}
.sec01 .flexbox .textbox .box_title .pink {
  color: #BF8588;
  font-weight: bold;
}
.sec01 .flexbox .textbox .box_text {
  margin-bottom: 45px;
}
.sec01 .flexbox .textbox .btn_box {
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .sec01 {
    margin-bottom: 13.8vw;
  }
  .sec01 .sec_header {
    flex-direction: column;
    background-color: #BF8588;
    margin-bottom: 10vw;
  }
  .sec01 .sec_header .sec_subtitle {
    color: #fff;
    text-align: center;
    font-size: 4vw;
    letter-spacing: 0.1em;
  }
  .sec01 .sec_header .sec_title {
    padding: 0;
  }
  .sec01 .body_title {
    font-size: 5vw;
    text-align: center;
    font-family: serif;
    font-weight: bold;
    margin-bottom: 5vw;
    letter-spacing: 0.1em;
  }
  .sec01 .body_title .pink {
    color: #BF8588;
    font-weight: bold;
  }
  .sec01 .flexbox {
    flex-direction: column;
    align-items: flex-start;
  }
  .sec01 .flexbox .imagebox {
    width: 100%;
  }
  .sec01 .flexbox .textbox {
    width: 100%;
  }
  .sec01 .flexbox .textbox .box_title {
    font-size: 5vw;
    font-family: serif;
    font-weight: bold;
    margin-bottom: 3vw;
  }
  .sec01 .flexbox .textbox .box_title .pink {
    color: #BF8588;
    font-weight: bold;
  }
  .sec01 .flexbox .textbox .box_text {
    margin-bottom: 10vw;
  }
  .sec01 .flexbox .textbox .btn_box {
    justify-content: center;
  }
}

.sec02 {
  margin-bottom: 100px;
}
.sec02 .sec_header {
  flex-direction: column;
  background-color: #4E89BD;
  margin-bottom: 55px;
}
.sec02 .sec_header .sec_subtitle {
  color: #fff;
  text-align: center;
  font-size: 21px;
  letter-spacing: 0.1em;
}
.sec02 .sec_header .sec_title {
  padding: 0;
}
.sec02 .body_title {
  font-size: 30px;
  text-align: center;
  font-family: serif;
  font-weight: bold;
  margin-bottom: 55px;
  letter-spacing: 0.1em;
}
.sec02 .body_title .blue {
  color: #4E89BD;
  font-weight: bold;
}
.sec02 .flexbox {
  align-items: flex-start;
  -moz-column-gap: 60px;
       column-gap: 60px;
  margin-bottom: 95px;
}
.sec02 .flexbox .imagebox {
  width: 89%;
}
.sec02 .flexbox .textbox {
  width: 100%;
}
.sec02 .flexbox .textbox .box_title {
  font-size: 25px;
  font-family: serif;
  font-weight: bold;
  margin-bottom: 15px;
}
.sec02 .flexbox .textbox .box_title .pink {
  color: #BF8588;
  font-weight: bold;
}
.sec02 .flexbox .textbox .box_text {
  margin-bottom: 45px;
}
.sec02 .flexbox .textbox .btn_box {
  justify-content: flex-end;
}
.sec02 .gridbox {
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 44px;
       column-gap: 44px;
  row-gap: 40px;
  margin-bottom: 40px;
}
.sec02 .gridbox .box {
  background-color: rgba(78, 137, 189, 0.1);
  width: 381px;
  height: 600px;
}
.sec02 .gridbox .box .title {
  font-size: 21px;
  font-weight: bold;
  font-family: serif;
  color: #4E89BD;
  text-align: center;
  padding: 25px 0;
  letter-spacing: 0.1em;
}
.sec02 .gridbox .box .imagebox {
  text-align: center;
  margin-bottom: 15px;
}
.sec02 .gridbox .box .box_text {
  padding: 0 25px;
  height: 190px;
  margin-bottom: 20px;
}
.sec02 .gridbox .box .btn_box .about_btn {
  width: 340px;
}
@media screen and (max-width: 768px) {
  .sec02 {
    margin-bottom: 13.8vw;
  }
  .sec02 .sec_header {
    flex-direction: column;
    margin-bottom: 10vw;
  }
  .sec02 .sec_header .sec_subtitle {
    color: #fff;
    text-align: center;
    font-size: 4vw;
    letter-spacing: 0.1em;
  }
  .sec02 .sec_header .sec_title {
    padding: 0;
  }
  .sec02 .body_title {
    font-size: 5vw;
    text-align: center;
    font-family: serif;
    font-weight: bold;
    margin-bottom: 5vw;
    letter-spacing: 0.1em;
  }
  .sec02 .body_title .pink {
    font-weight: bold;
  }
  .sec02 .flexbox {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }
  .sec02 .flexbox .imagebox {
    width: 100%;
  }
  .sec02 .flexbox .textbox {
    width: 100%;
  }
  .sec02 .flexbox .textbox .box_title {
    font-size: 5vw;
    font-family: serif;
    font-weight: bold;
    margin-bottom: 3vw;
  }
  .sec02 .flexbox .textbox .box_title .pink {
    font-weight: bold;
  }
  .sec02 .flexbox .textbox .box_text {
    margin-bottom: 10vw;
  }
  .sec02 .flexbox .textbox .btn_box {
    justify-content: center;
  }
  .sec02 .gridbox {
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 10vw;
    margin-bottom: 0;
  }
  .sec02 .gridbox .box {
    width: 100%;
    height: auto;
  }
  .sec02 .gridbox .box .title {
    font-size: 5vw;
    font-weight: bold;
    font-family: serif;
    color: #4E89BD;
    text-align: center;
    padding: 5vw 0;
    letter-spacing: 0.1em;
  }
  .sec02 .gridbox .box .imagebox {
    text-align: center;
    margin-bottom: 3vw;
    padding: 0 5vw;
  }
  .sec02 .gridbox .box .box_text {
    padding: 0 5vw;
    height: auto;
    margin-bottom: 5vw;
  }
  .sec02 .gridbox .box .btn_box {
    margin-bottom: 5vw;
  }
  .sec02 .gridbox .box .btn_box .about_btn {
    width: 80vw;
  }
}/*# sourceMappingURL=medical.css.map */