@charset "UTF-8";
.mainvisual .cont01 {
  width: 100%;
  height: 654px;
  position: relative;
}
.mainvisual .cont01 .key_img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 654px;
  background: url(/images/index/main_img01.webp) center/cover no-repeat;
}
.mainvisual .cont01 .key_text {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -40%);
  text-align: center;
}
.mainvisual .cont02 {
  width: 100%;
  height: 654px;
  position: relative;
}
.mainvisual .cont02 .key_img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 654px;
  background: url(/images/index/main_img02.webp) center/cover no-repeat;
}
.mainvisual .cont02 .key_text {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-44%, -40%);
  text-align: center;
}
.mainvisual .cont03 {
  width: 100%;
  height: 654px;
  position: relative;
}
.mainvisual .cont03 .key_img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 654px;
  background: url(/images/index/main_img03.webp) center/cover no-repeat;
}
.mainvisual .cont03 .key_text {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-90%, -40%);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mainvisual .cont01 {
    width: 100%;
    height: 654px;
    position: relative;
  }
  .mainvisual .cont01 .key_img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 654px;
    background: url(/images/index/main_img01_sp.webp) center/cover no-repeat;
  }
  .mainvisual .cont01 .key_text {
    position: absolute;
    width: 100%;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -40%);
    text-align: center;
  }
  .mainvisual .cont02 {
    width: 100%;
    height: 654px;
    position: relative;
  }
  .mainvisual .cont02 .key_img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 654px;
    background: url(/images/index/main_img02_sp.webp) center/cover no-repeat;
  }
  .mainvisual .cont02 .key_text {
    position: absolute;
    width: 100%;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -45%);
    text-align: center;
  }
  .mainvisual .cont03 {
    width: 100%;
    height: 654px;
    position: relative;
  }
  .mainvisual .cont03 .key_img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 654px;
    background: url(/images/index/main_img03_sp.webp) center/cover no-repeat;
  }
  .mainvisual .cont03 .key_text {
    position: absolute;
    width: 100%;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -20%);
    text-align: center;
  }
}

.renewal_box {
  text-align: center;
  margin: 55px 0 25px;
}

.nav {
  position: static;
  padding-bottom: 40px;
}

.info_box {
  width: 1280px;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  box-sizing: border-box;
  padding: 0 40px;
  -moz-column-gap: 35px;
       column-gap: 35px;
  margin: 0 auto 240px;
}
.info_box .blog_sec {
  max-width: 45%;
  width: 470px;
}
.info_box .blog_sec .blog_title_head {
  display: flex;
  -moz-column-gap: 150px;
       column-gap: 150px;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
}
.info_box .blog_sec .blog_title_head .more {
  position: relative;
}
.info_box .blog_sec .blog_title_head .more::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  right: -30px;
  bottom: 50%;
  transform: translateY(50%);
  background: url(/images/common/blue_icon.webp) center/contain no-repeat;
}
.info_box .blog_sec .title_text {
  font-size: 26px;
  color: #153169;
  font-weight: lighter;
  letter-spacing: 2;
}
.info_box .blog_sec .flex {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.info_box .blog_sec .blog_list {
  width: 100%;
}
.info_box .blog_sec .blog_list .blog_wrap a {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
}
.info_box .blog_sec .blog_list .blog_wrap {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  justify-content: flex-start;
  border-bottom: 0.75px solid #666666;
  box-sizing: border-box;
  padding: 10px 1em;
}
.info_box .blog_sec .blog_list .blog_wrap .blog_category {
  background-color: #f2f2f2;
  color: #666666;
  font-size: 15px;
  width: 80px;
  text-align: center;
  padding: 5px 0;
}
.info_box .blog_sec .blog_list .blog_wrap .blog_data {
  font-size: 18px;
  color: #4D4D4D;
}
.info_box .blog_sec .blog_bottom {
  margin-top: 20px;
}
.info_box .blog_sec .blog_bottom .gridbox {
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 22px;
       column-gap: 22px;
}
.info_box .blog_sec .blog_bottom .gridbox .box {
  border: 1px solid #3b639a;
  border-radius: 50vh;
  color: #3b639a;
  width: 140px;
  padding: 10px 0;
  text-align: center;
  box-shadow: 0px 5px 15px 0px rgba(34, 67, 86, 0.3);
}
.info_box .timetable_sec .title_text {
  font-size: 26px;
  color: #153169;
  font-weight: lighter;
  letter-spacing: 2;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .info_box {
    width: 100%;
    max-width: 100%;
    display: block;
    padding: 0 3vw;
    margin: 0 auto 43.8vw;
  }
  .info_box .blog_sec {
    max-width: 93vw;
    width: 93%;
    margin: 0 auto 10vw;
  }
  .info_box .blog_sec .blog_title_head {
    display: block;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 3vw;
    line-height: 1;
  }
  .info_box .blog_sec .blog_title_head .more {
    position: relative;
    text-align: right;
    padding-right: 6vw;
    line-height: 1;
    font-size: 4vw;
  }
  .info_box .blog_sec .blog_title_head .more::before {
    position: absolute;
    content: "";
    width: 5vw;
    height: 5vw;
    right: 0;
    bottom: 50%;
    transform: translateY(50%);
    background: url(/images/common/blue_icon.webp) center/contain no-repeat;
  }
  .info_box .blog_sec .title_text {
    font-size: 5vw;
  }
  .info_box .blog_sec .flex {
    display: flex;
    -moz-column-gap: 3vw;
         column-gap: 3vw;
  }
  .info_box .blog_sec .blog_list {
    width: 100%;
  }
  .info_box .blog_sec .blog_list .blog_wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 0.75px solid #666666;
    box-sizing: border-box;
    padding: 0 0.5em 2.5vw;
  }
  .info_box .blog_sec .blog_list .blog_wrap .post-categories {
    background-color: #f2f2f2;
    color: #666666;
    font-size: 4vw;
    width: 20vw;
    text-align: center;
    padding: 1vw 0;
  }
  .info_box .blog_sec .blog_list .blog_wrap .blog_data {
    font-size: 4vw;
  }
  .info_box .blog_sec .blog_bottom {
    margin-top: 5vw;
  }
  .info_box .blog_sec .blog_bottom .gridbox {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 2vw;
         column-gap: 2vw;
  }
  .info_box .blog_sec .blog_bottom .gridbox .box {
    font-size: 3.5vw;
    border: 1px solid #3b639a;
    border-radius: 50vh;
    color: #3b639a;
    width: 100%;
    padding: 3vw 0;
    text-align: center;
  }
  .info_box .timetable_sec {
    width: 93%;
    margin: 0 auto;
  }
  .info_box .timetable_sec .title_text {
    font-size: 5vw;
    color: #153169;
    font-weight: lighter;
    letter-spacing: 2;
    margin-bottom: 3vw;
  }
}

.sec01 {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto 170px;
  box-sizing: border-box;
}
.sec01 .sec_box {
  position: relative;
}
.sec01 .sec_box .header_box {
  text-align: center;
  position: relative;
}
.sec01 .sec_box .header_box .top_title {
  font-size: 32px;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  position: relative;
}
.sec01 .sec_box .header_box .top_title::before {
  content: "";
  position: absolute;
  width: 170px;
  height: 57px;
  right: 50%;
  transform: translateX(50%);
  bottom: 60px;
  background: url(/images/index/sec01_kazari_top.webp) center/contain no-repeat;
}
.sec01 .sec_box .header_box .box_title {
  font-size: 79px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  color: #153169;
  letter-spacing: 0.1em;
  line-height: 1.1;
}
.sec01 .sec_box .header_box .box_title .bottom {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 50px;
  letter-spacing: 0.3em;
  color: #333333;
  padding-left: 50px;
}
.sec01 .sec_box .header_box::before {
  content: "";
  position: absolute;
  left: 130px;
  bottom: -110px;
  width: 140px;
  height: 319px;
  background: url(/images/index/sec01_kazari_left.webp) center/contain no-repeat;
}
.sec01 .sec_box .header_box::after {
  content: "";
  position: absolute;
  right: 80px;
  bottom: -90px;
  width: 249px;
  height: 174px;
  background: url(/images/index/sec01_kazari_right.webp) center/contain no-repeat;
}
.sec01 .sec_box .flexbox {
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.sec01 .sec_box .flexbox .box {
  padding: 5px 0;
  width: 230px;
  font-size: 28px;
  color: #fff;
  background-color: #3B639A;
  text-align: center;
  border-radius: 20px;
  margin: 40px 0;
}
.sec01 .sec_box .textbox {
  width: 53.5%;
  margin: 0 auto;
  line-height: 2;
}
.sec01 .sec_box::before {
  content: "";
  position: absolute;
  width: 1280px;
  height: 648px;
  right: 50%;
  bottom: -55px;
  z-index: -5;
  transform: translateX(50%);
  background: url(/images/index/sec01_bg.webp) center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .sec01 {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 13.8vw;
  }
  .sec01 .sec_box .header_box {
    text-align: center;
    position: relative;
  }
  .sec01 .sec_box .header_box .top_title {
    font-size: 4.5vw;
    margin-bottom: 3vw;
    text-align: center;
  }
  .sec01 .sec_box .header_box .top_title::before {
    content: "";
    position: absolute;
    width: 30vw;
    height: 11vw;
    right: 50%;
    transform: translateX(50%);
    bottom: 10vw;
    background: url(/images/index/sec01_kazari_top.webp) center/contain no-repeat;
  }
  .sec01 .sec_box .header_box .box_title {
    font-size: 10vw;
  }
  .sec01 .sec_box .header_box .box_title .bottom {
    font-size: 7vw;
    padding-left: 0;
  }
  .sec01 .sec_box .header_box::before {
    content: "";
    position: absolute;
    left: 10vw;
    top: -20vw;
    width: 7vw;
    height: 19vw;
    background: url(/images/index/sec01_kazari01_sp.webp) center/contain no-repeat;
  }
  .sec01 .sec_box .header_box::after {
    content: "";
    position: absolute;
    right: 8vw;
    top: -18vw;
    width: 14vw;
    height: 18vw;
    background: url(/images/index/sec01_kazari02_sp.webp) center/contain no-repeat;
  }
  .sec01 .sec_box .flexbox {
    -moz-column-gap: 3vw;
         column-gap: 3vw;
  }
  .sec01 .sec_box .flexbox .box {
    padding: 0 3vw;
    width: 35vw;
    font-size: 5.5vw;
    color: #fff;
    background-color: #3B639A;
    text-align: center;
    border-radius: 2vw;
    margin: 5vw 0;
  }
  .sec01 .sec_box .textbox {
    width: 100%;
    padding: 0 3vw;
    margin: 0 auto;
    line-height: 2;
  }
  .sec01 .sec_box::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 120vw;
    right: 50%;
    bottom: -6vw;
    z-index: -5;
    transform: translateX(50%);
    background: url(/images/index/sec01_bg_sp.webp) center/contain no-repeat;
  }
  .sec01 .sec_box::after {
    content: "";
    position: absolute;
    width: 31vw;
    height: 22vw;
    bottom: -12vw;
    right: 25vw;
    transform: translateX(50%);
    background: url(/images/index/sec01_kazari03_sp.webp) center/contain no-repeat;
  }
}

.recruitment_box {
  text-align: center;
  margin-bottom: 95px;
}
@media screen and (max-width: 768px) {
  .recruitment_box {
    margin-bottom: 63.8vw;
    position: relative;
  }
  .recruitment_box .recruit_banner_text {
    color: #E17D8A;
    font-size: 4.5vw;
    position: absolute;
    right: 6vw;
    top: 14vw;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  }
  .recruitment_box .recruit_banner_text_bottom {
    color: #4d4d4d;
    font-size: 3.3vw;
    position: absolute;
    right: 4vw;
    top: 47vw;
  }
  .recruitment_box .bottom_text {
    font-size: 4.8vw;
  }
}

.sec02 {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto 200px;
}
.sec02 .flexbox {
  position: relative;
  justify-content: flex-start;
  margin-bottom: 55px;
}
.sec02 .flexbox .textbox {
  width: 50%;
  padding-left: 15px;
}
.sec02 .flexbox .textbox .header_box {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  color: #153169;
  margin-bottom: 45px;
}
.sec02 .flexbox .textbox .header_box .box_title {
  letter-spacing: 0.1em;
  font-size: 36px;
}
.sec02 .flexbox .textbox .header_box .box_subtitle {
  font-size: 24px;
  color: #153169;
}
.sec02 .flexbox .textbox .box_text {
  font-size: 15px;
  line-height: 2;
}
.sec02 .flexbox .imagebox {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.sec02 .bottom_box {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec02 {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 23.8vw;
  }
  .sec02 .flexbox {
    display: block;
    position: relative;
    justify-content: flex-start;
    margin-bottom: -50vw;
    padding: 0 3vw;
  }
  .sec02 .flexbox .textbox {
    width: 100%;
    padding-left: 0;
  }
  .sec02 .flexbox .textbox .header_box {
    margin-bottom: 5vw;
  }
  .sec02 .flexbox .textbox .header_box .box_title {
    font-size: 7.5vw;
  }
  .sec02 .flexbox .textbox .header_box .box_subtitle {
    font-size: 4.8vw;
  }
  .sec02 .flexbox .textbox .box_text {
    font-size: 4vw;
  }
  .sec02 .flexbox .imagebox {
    position: absolute;
    right: 0;
    top: -50vw;
    z-index: -1;
  }
  .sec02 .bottom_box {
    margin-top: 60vw;
    text-align: center;
    padding: 0 3vw;
  }
}

.sec03 {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto 170px;
}
.sec03 .menu_box {
  margin: 80px;
  padding: 75px 100px 50px;
  background-color: #DDEDED;
  position: relative;
}
.sec03 .menu_box .box_title {
  color: #153169;
  font-size: 32px;
  text-align: center;
  letter-spacing: 0.1em;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  margin-bottom: 75px;
  position: relative;
}
.sec03 .menu_box .box_title .big {
  font-size: 48px;
  padding: 0 10px;
}
.sec03 .menu_box .box_title ruby > rt {
  color: #55A8AB;
  font-size: 48px;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
}
.sec03 .menu_box .box_title::before {
  content: "";
  position: absolute;
  width: 489px;
  height: 72px;
  bottom: 117px;
  right: 50%;
  transform: translateX(50%);
  background: url(/images/index/onayami.webp) center/contain no-repeat;
}
.sec03 .menu_box::before {
  content: "";
  position: absolute;
  width: 363px;
  height: 363px;
  left: -90px;
  top: -20px;
  background: url(/images/index/sec03_left.webp) center/contain no-repeat;
}
.sec03 .menu_box::after {
  content: "";
  position: absolute;
  width: 411px;
  height: 447px;
  right: -70px;
  top: -80px;
  background: url(/images/index/sec03_right.webp) center/contain no-repeat;
}
.sec03 .flexbox {
  width: 903px;
  flex-wrap: wrap;
  -moz-column-gap: 28px;
       column-gap: 28px;
  row-gap: 70px;
  margin-bottom: 70px;
  position: relative;
  z-index: 5;
}
.sec03 .flexbox .box {
  width: 280px;
  height: 233px;
  border: 1px solid #3B639A;
  background-color: #fff;
  text-align: center;
  position: relative;
  padding-top: 10px;
}
.sec03 .flexbox .box .box_img {
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec03 .flexbox .box .box_text {
  font-size: 18px;
  color: #153169;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.3;
}
.sec03 .flexbox .box .menu_text {
  color: #3B639A;
}
.sec03 .flexbox .box::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  right: 50%;
  transform: translateX(50%);
  bottom: -20px;
  background: url(/images/index/blue_icon.webp) center/contain no-repeat;
}
.sec03 .flexbox .green {
  border: 1px solid #437C93;
}
.sec03 .flexbox .green .box_menu, .sec03 .flexbox .green .menu_text {
  color: #437C93;
}
.sec03 .flexbox .green::before {
  background: url(/images/index/green_icon.webp) center/contain no-repeat;
}
.sec03 .flexbox .pink {
  border: 1px solid #D4797E;
}
.sec03 .flexbox .pink .box_text, .sec03 .flexbox .pink .menu_text {
  color: #D4797E;
}
.sec03 .flexbox .pink::before {
  background: url(/images/index/pink_icon.webp) center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .sec03 {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 13.8vw;
  }
  .sec03 .menu_box {
    margin: 0;
    padding: 10vw 3vw 10vw;
  }
  .sec03 .menu_box .box_title {
    font-size: 5.5vw;
    margin-bottom: 10vw;
    text-align: left;
    padding-left: 21vw;
  }
  .sec03 .menu_box .box_title .big {
    font-size: 8.3vw;
    padding: 0;
    position: relative;
  }
  .sec03 .menu_box .box_title .big::before {
    position: absolute;
    content: "、、、";
    font-size: 8.3vw;
    right: 50%;
    bottom: 8vw;
    letter-spacing: 0.5em;
    transform: translateX(64%);
    color: #55a8ab;
  }
  .sec03 .menu_box .box_title::before {
    content: "";
    position: absolute;
    width: 59vw;
    height: 9vw;
    bottom: 28.5vw;
    background: url(/images/index/onayami_sp.webp) center/contain no-repeat;
  }
  .sec03 .menu_box::before {
    content: "";
    position: absolute;
    width: 43vw;
    height: 43vw;
    left: -11vw;
    top: -7vw;
  }
  .sec03 .menu_box::after {
    content: "";
    position: absolute;
    width: 35vw;
    height: 56vw;
    right: 0;
    top: -10vw;
    background: url(/images/index/sec03_right_sp.webp) center/contain no-repeat;
  }
  .sec03 .flexbox {
    width: 100%;
    -moz-column-gap: 3vw;
         column-gap: 3vw;
    row-gap: 10vw;
    margin-bottom: 10vw;
  }
  .sec03 .flexbox .box {
    width: 43.5vw;
    height: 46.2vw;
    padding-top: 3vw;
  }
  .sec03 .flexbox .box .box_img {
    height: 20vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sec03 .flexbox .box .box_img img {
    min-width: 0;
    width: 25%;
  }
  .sec03 .flexbox .box .whitening img, .sec03 .flexbox .box .child img {
    width: 40%;
  }
  .sec03 .flexbox .box .implant img {
    width: 20%;
  }
  .sec03 .flexbox .box .maternity img, .sec03 .flexbox .box .inlay img, .sec03 .flexbox .box .denture img {
    width: 30%;
  }
  .sec03 .flexbox .box .box_text {
    font-size: 4vw;
    height: 13.8vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-feature-settings: "palt";
    line-height: 1.2;
  }
  .sec03 .flexbox .box .preventiontext {
    line-height: 1;
  }
  .sec03 .flexbox .box .menu_text {
    font-size: 4vw;
    color: #3B639A;
    line-height: 1.2;
    height: 9vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sec03 .flexbox .box::before {
    content: "";
    position: absolute;
    width: 7vw;
    height: 7vw;
    right: 50%;
    transform: translateX(50%);
    bottom: -4vw;
    background: url(/images/index/blue_icon.webp) center/contain no-repeat;
  }
  .sec03 .flexbox .green {
    border: 1px solid #437C93;
  }
  .sec03 .flexbox .green .box_menu, .sec03 .flexbox .green .menu_text {
    color: #437C93;
  }
  .sec03 .flexbox .green::before {
    background: url(/images/index/green_icon.webp) center/contain no-repeat;
  }
  .sec03 .flexbox .pink {
    border: 1px solid #D4797E;
  }
  .sec03 .flexbox .pink .box_text, .sec03 .flexbox .pink .menu_text {
    color: #D4797E;
  }
  .sec03 .flexbox .pink::before {
    background: url(/images/index/pink_icon.webp) center/contain no-repeat;
  }
}

.sec04 {
  overflow: hidden;
  max-width: 100%;
  margin: 0 auto 100px;
  padding-top: 50px;
}
.sec04 .sec_title {
  width: 1280px;
  max-width: 100%;
  text-align: center;
  position: relative;
  margin: 0 auto 85px;
}
.sec04 .sec_title::before {
  content: "";
  position: absolute;
  width: 175px;
  height: 188px;
  right: 150px;
  bottom: 0;
  background: url(/images/index/sec04_title_right.webp) center/contain no-repeat;
}
.sec04 .sec_title::after {
  content: "";
  position: absolute;
  width: 1280px;
  height: 166px;
  right: 50%;
  bottom: -70px;
  transform: translateX(50%);
  z-index: -5;
  background: url(/images/index/kazari.webp) center/contain no-repeat;
}
.sec04 .cont_box .flex01, .sec04 .cont_box .flex03, .sec04 .cont_box .flex05 {
  padding: 0 70px 45px;
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin: 0 auto;
  width: 1140px;
  max-width: 100%;
}
.sec04 .cont_box .flex01 .textbox, .sec04 .cont_box .flex03 .textbox, .sec04 .cont_box .flex05 .textbox {
  width: 95%;
}
.sec04 .cont_box .flex01 .textbox .text_header, .sec04 .cont_box .flex03 .textbox .text_header, .sec04 .cont_box .flex05 .textbox .text_header {
  margin-bottom: 25px;
}
.sec04 .cont_box .flex01 .textbox .text_header .number_box, .sec04 .cont_box .flex03 .textbox .text_header .number_box, .sec04 .cont_box .flex05 .textbox .text_header .number_box {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
  margin-bottom: 10px;
}
.sec04 .cont_box .flex01 .textbox .text_header .number_box .box_subtitle, .sec04 .cont_box .flex03 .textbox .text_header .number_box .box_subtitle, .sec04 .cont_box .flex05 .textbox .text_header .number_box .box_subtitle {
  font-size: 18px;
  color: #4D4D4D;
}
.sec04 .cont_box .flex01 .textbox .text_header .box_title, .sec04 .cont_box .flex03 .textbox .text_header .box_title, .sec04 .cont_box .flex05 .textbox .text_header .box_title {
  font-size: 30px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
}
.sec04 .cont_box .flex01 .textbox .text_header .box_title .blue, .sec04 .cont_box .flex03 .textbox .text_header .box_title .blue, .sec04 .cont_box .flex05 .textbox .text_header .box_title .blue {
  color: #153169;
}
.sec04 .cont_box .flex01 .textbox .text_header .box_title .pink, .sec04 .cont_box .flex03 .textbox .text_header .box_title .pink, .sec04 .cont_box .flex05 .textbox .text_header .box_title .pink {
  color: #E17D8A;
}
.sec04 .cont_box .flex01 .textbox .text_header .box_title .lightblue, .sec04 .cont_box .flex03 .textbox .text_header .box_title .lightblue, .sec04 .cont_box .flex05 .textbox .text_header .box_title .lightblue {
  color: #55A8AB;
}
.sec04 .cont_box .flex01 .imagebox, .sec04 .cont_box .flex03 .imagebox, .sec04 .cont_box .flex05 .imagebox {
  width: 87.5%;
}
.sec04 .cont_box .bottom_01 {
  width: 1017px;
  max-width: 100%;
  margin: 0 auto 65px;
  background-color: #F5FAF9;
  padding: 40px 50px 30px;
}
.sec04 .cont_box .bottom_01 .title_01 {
  font-size: 27px;
  text-align: center;
  color: #153169;
  padding-bottom: 30px;
  margin-bottom: 35px;
  border-bottom: 1px solid #153169;
}
.sec04 .cont_box .bottom_01 .gridbox {
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  -moz-column-gap: 60px;
       column-gap: 60px;
  width: 1017px;
  margin: 0 auto;
}
.sec04 .cont_box .bottom_01 .gridbox .g_box {
  width: 300px;
}
.sec04 .cont_box .bottom_01 .gridbox .g_box .g_title {
  font-size: 24px;
  color: #153169;
  text-align: center;
  padding: 20px 0;
}
.sec04 .cont_box .bottom_01 .gridbox .g_box .g_text {
  margin-bottom: 30px;
}
.sec04 .cont_box .bottom_01 .gridbox .g_box .about_btn {
  border: 0.75px solid #A67E34;
  width: 300px;
  border-radius: 100px;
  font-size: 18px;
  padding: 15px 0;
}
.sec04 .cont_box .bottom_01 .gridbox .g_box .about_btn::before {
  content: "＞";
  font-size: 15px;
  font-weight: bold;
  color: #3B639A;
  background: none;
  right: 40px;
}
.sec04 .cont_box .flex02 {
  padding: 0 70px 0 15px;
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin: 0 auto 50px;
  width: 1195px;
  max-width: 100%;
}
.sec04 .cont_box .flex02 .textbox {
  margin-left: 0;
  width: 100%;
}
.sec04 .cont_box .flex02 .textbox .text_header {
  margin-bottom: 25px;
}
.sec04 .cont_box .flex02 .textbox .text_header .number_box {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
  margin-bottom: 10px;
}
.sec04 .cont_box .flex02 .textbox .text_header .number_box .box_subtitle {
  font-size: 18px;
  color: #4D4D4D;
}
.sec04 .cont_box .flex02 .textbox .text_header .box_title {
  font-size: 30px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
}
.sec04 .cont_box .flex02 .textbox .text_header .box_title .green {
  color: #499250;
}
.sec04 .cont_box .flex02 .imagebox {
  width: 78.3%;
}
.sec04 .cont_box .bottom_02 {
  width: 1074px;
  max-width: 100%;
  margin: 0 auto 110px;
  padding: 0 100px;
}
.sec04 .cont_box .bottom_02 .gridbox {
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  -moz-column-gap: 60px;
       column-gap: 60px;
  width: 1074px;
  margin: 0 auto;
}
.sec04 .cont_box .bottom_02 .gridbox .g_box {
  width: 500px;
}
.sec04 .cont_box .bottom_02 .gridbox .g_box .g_title {
  font-size: 27px;
  color: #499250;
  text-align: center;
  padding: 20px 0;
}
.sec04 .cont_box .bottom_02 .gridbox .g_box .g_text {
  margin-bottom: 30px;
}
.sec04 .cont_box .bottom_02 .gridbox .g_box .img_text {
  position: absolute;
  background-color: rgba(73, 146, 80, 0.6);
  color: #fff;
  right: 0;
  bottom: 20px;
  padding: 10px 25px;
  font-size: 18px;
  letter-spacing: 0.1em;
}
.sec04 .cont_box .bottom_02 .gridbox .g_box .about_btn {
  border: 0.75px solid #A67E34;
  width: 300px;
  color: #499250;
  border-radius: 100px;
  font-size: 18px;
  padding: 15px 0;
  margin: 0 auto;
}
.sec04 .cont_box .bottom_02 .gridbox .g_box .about_btn::before {
  content: "＞";
  font-size: 15px;
  font-weight: bold;
  color: #499250;
  background: none;
  right: 40px;
}
.sec04 .cont_box .flex04 {
  padding: 55px 70px 35px;
  -moz-column-gap: 40px;
       column-gap: 40px;
  width: 1140px;
  max-width: 100%;
  margin: 0 auto;
}
.sec04 .cont_box .flex04 .textbox {
  margin-left: 0;
  width: 100%;
}
.sec04 .cont_box .flex04 .textbox .text_header {
  margin-bottom: 25px;
}
.sec04 .cont_box .flex04 .textbox .text_header .number_box {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
  margin-bottom: 10px;
}
.sec04 .cont_box .flex04 .textbox .text_header .number_box .box_subtitle {
  font-size: 18px;
  color: #4D4D4D;
}
.sec04 .cont_box .flex04 .textbox .text_header .box_title {
  font-size: 30px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
}
.sec04 .cont_box .flex04 .textbox .text_header .box_title .orange {
  color: #EC9149;
}
.sec04 .cont_box .flex04 .imagebox {
  width: 89.3%;
}
.sec04 .cont_box .bottom_04 {
  width: 100%;
  padding: 70px 0;
  background-color: rgba(246, 244, 238, 0.7);
  margin-bottom: 80px;
}
.sec04 .cont_box .bottom_04 .subtitle_04 {
  font-size: 24px;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
}
.sec04 .cont_box .bottom_04 .title_04 {
  font-size: 28px;
  text-align: center;
  color: #EC9149;
  margin-bottom: 60px;
}
.sec04 .cont_box .bottom_04 .about_btn {
  border: 0.75px solid #A67E34;
  width: 300px;
  color: #EC9149;
  border-radius: 100px;
  font-size: 18px;
  padding: 15px 0;
  margin: 0 auto;
}
.sec04 .cont_box .bottom_04 .about_btn::before {
  content: "＞";
  font-size: 15px;
  font-weight: bold;
  color: #EC9149;
  background: none;
  right: 40px;
}
.sec04 .cont_box .bottom_04 .environment {
  position: relative;
}
.sec04 .cont_box .bottom_04 .environment .gridbox {
  position: absolute;
  top: -270px;
  right: 50%;
  transform: translateX(50%);
  width: 1084px;
  margin: 0 auto;
  -moz-column-gap: 30px;
       column-gap: 30px;
  grid-template-columns: repeat(4, 1fr);
}
.sec04 .cont_box .bottom_04 .environment .gridbox .box {
  width: 248px;
  height: 204px;
  border-radius: 10%;
  text-align: center;
  position: relative;
}
.sec04 .cont_box .bottom_04 .environment .gridbox .box .top_text {
  color: #fff;
  font-size: 18px;
  padding: 40px 5px 15px;
  line-height: 1.3;
  height: 46px;
}
.sec04 .cont_box .bottom_04 .environment .gridbox .box .bottom_text {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  padding-bottom: 40px;
  line-height: 1.3;
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec04 .cont_box .bottom_04 .environment .gridbox .purple {
  background-color: #B28699;
}
.sec04 .cont_box .bottom_04 .environment .gridbox .purple::before {
  position: absolute;
  content: "";
  width: 79px;
  height: 93px;
  left: 10px;
  top: 10px;
  background: url(/images/index/sec04_back1.webp) center/contain no-repeat;
}
.sec04 .cont_box .bottom_04 .environment .gridbox .blue {
  background-color: #3B639A;
}
.sec04 .cont_box .bottom_04 .environment .gridbox .blue::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 92px;
  left: 10px;
  bottom: 10px;
  background: url(/images/index/sec04_back2.webp) center/contain no-repeat;
}
.sec04 .cont_box .bottom_04 .environment .gridbox .pink {
  background-color: #DD868F;
}
.sec04 .cont_box .bottom_04 .environment .gridbox .pink::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 134px;
  left: 75px;
  top: 10px;
  background: url(/images/index/sec04_back3.webp) center/contain no-repeat;
}
.sec04 .cont_box .bottom_04 .environment .gridbox .green {
  background-color: #7DBB27;
}
.sec04 .cont_box .bottom_04 .environment .gridbox .green::before {
  position: absolute;
  content: "";
  width: 155px;
  height: 105px;
  right: 10px;
  bottom: 20px;
  background: url(/images/index/sec04_back4.webp) center/contain no-repeat;
}
.sec04 .cont_box .bottom_05 {
  width: 1140px;
  max-width: 100%;
  margin: 0 auto 55px;
}
.sec04 .cont_box .bottom_05 .gridbox {
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 45px;
       column-gap: 45px;
  margin-bottom: 55px;
}
.sec04 .cont_box .bottom_05 .gridbox .box .imagebox {
  margin-bottom: 15px;
  text-align: center;
  position: relative;
}
.sec04 .cont_box .bottom_05 .gridbox .box .micro::before {
  content: "";
  position: absolute;
  width: 207px;
  height: 192px;
  right: -50px;
  bottom: -40px;
  background: url(/images/index/microscope.webp) center/contain no-repeat;
}
.sec04 .cont_box .bottom_05 .gridbox .box .loupe::before {
  content: "";
  position: absolute;
  width: 191px;
  height: 140px;
  right: -20px;
  bottom: 0px;
  background: url(/images/index/loupe.webp) center/contain no-repeat;
}
.sec04 .cont_box .bottom_05 .gridbox .box .dentalct::before {
  content: "";
  position: absolute;
  width: 201px;
  height: 160px;
  right: -50px;
  bottom: -10px;
  background: url(/images/index/dentalct.webp) center/contain no-repeat;
}
.sec04 .cont_box .bottom_05 .gridbox .box .itero::before {
  content: "";
  position: absolute;
  width: 191px;
  height: 169px;
  right: -40px;
  bottom: 0px;
  background: url(/images/index/itero.webp) center/contain no-repeat;
}
.sec04 .cont_box .bottom_05 .gridbox .box .box_text {
  text-align: center;
  font-size: 18px;
}
.sec04 .cont_box .bottom_05 .about_btn {
  border: 0.75px solid #A67E34;
  width: 300px;
  color: #55A8AB;
  border-radius: 100px;
  font-size: 18px;
  padding: 15px 0;
  margin: 0 auto;
}
.sec04 .cont_box .bottom_05 .about_btn::before {
  content: "＞";
  font-size: 15px;
  font-weight: bold;
  color: #55A8AB;
  background: none;
  right: 40px;
}
@media screen and (max-width: 768px) {
  .sec04 {
    max-width: 100%;
    margin: 0 auto 10vw;
  }
  .sec04 .sec_title {
    width: 100%;
    max-width: 100%;
    text-align: center;
    position: relative;
    margin: 0 auto;
  }
  .sec04 .sec_title::before {
    display: none;
  }
  .sec04 .sec_title::after {
    display: none;
  }
  .sec04 .cont_box {
    padding: 0 0 10vw 0;
  }
  .sec04 .cont_box .cont_inner {
    padding: 0 3vw;
  }
  .sec04 .cont_box .flex01, .sec04 .cont_box .flex03, .sec04 .cont_box .flex05 {
    padding: 0 0 10vw 0;
    -moz-column-gap: 0;
         column-gap: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    display: block;
  }
  .sec04 .cont_box .flex01 .textbox, .sec04 .cont_box .flex03 .textbox, .sec04 .cont_box .flex05 .textbox {
    width: 100%;
  }
  .sec04 .cont_box .flex01 .textbox .text_header, .sec04 .cont_box .flex03 .textbox .text_header, .sec04 .cont_box .flex05 .textbox .text_header {
    margin-bottom: 3vw;
  }
  .sec04 .cont_box .flex01 .textbox .text_header .number_box, .sec04 .cont_box .flex03 .textbox .text_header .number_box, .sec04 .cont_box .flex05 .textbox .text_header .number_box {
    display: flex;
    -moz-column-gap: 3vw;
         column-gap: 3vw;
    margin-bottom: 3vw;
  }
  .sec04 .cont_box .flex01 .textbox .text_header .number_box .number, .sec04 .cont_box .flex03 .textbox .text_header .number_box .number, .sec04 .cont_box .flex05 .textbox .text_header .number_box .number {
    width: 13%;
  }
  .sec04 .cont_box .flex01 .textbox .text_header .number_box .box_subtitle, .sec04 .cont_box .flex03 .textbox .text_header .number_box .box_subtitle, .sec04 .cont_box .flex05 .textbox .text_header .number_box .box_subtitle {
    font-size: 4vw;
    color: #4D4D4D;
  }
  .sec04 .cont_box .flex01 .textbox .text_header .box_title, .sec04 .cont_box .flex03 .textbox .text_header .box_title, .sec04 .cont_box .flex05 .textbox .text_header .box_title {
    font-size: 5.3vw;
    font-feature-settings: "palt";
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  }
  .sec04 .cont_box .flex01 .imagebox, .sec04 .cont_box .flex03 .imagebox, .sec04 .cont_box .flex05 .imagebox {
    width: 100%;
  }
  .sec04 .cont_box .bottom_01 {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 10vw;
    background-color: #F5FAF9;
    padding: 10vw 0;
  }
  .sec04 .cont_box .bottom_01 .cont_inner {
    padding: 0 3vw;
  }
  .sec04 .cont_box .bottom_01 .title_01 {
    font-size: 5vw;
    padding-bottom: 3vw;
    margin-bottom: 3vw;
  }
  .sec04 .cont_box .bottom_01 .gridbox {
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
    -moz-column-gap: 0;
         column-gap: 0;
    width: 100%;
    margin: 0 auto;
    row-gap: 10vw;
  }
  .sec04 .cont_box .bottom_01 .gridbox .g_box {
    width: 100%;
  }
  .sec04 .cont_box .bottom_01 .gridbox .g_box .g_title {
    font-size: 4.8vw;
    padding: 0 0 3vw 0;
  }
  .sec04 .cont_box .bottom_01 .gridbox .g_box .g_text {
    margin-bottom: 3vw;
    font-size: 4vw;
  }
  .sec04 .cont_box .bottom_01 .gridbox .g_box .about_btn {
    border: 0.75px solid #A67E34;
    width: 80vw;
    border-radius: 10vw;
    font-size: 4vw;
    padding: 3vw 0;
  }
  .sec04 .cont_box .bottom_01 .gridbox .g_box .about_btn::before {
    content: "＞";
    font-size: 4vw;
    font-weight: bold;
    color: #3B639A;
    background: none;
    right: 5vw;
    width: initial;
    height: initial;
  }
  .sec04 .cont_box .flex02 {
    padding: 0 0 10vw 0;
    -moz-column-gap: 0;
         column-gap: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    display: block;
  }
  .sec04 .cont_box .flex02 .textbox {
    margin-left: 0;
    width: 100%;
  }
  .sec04 .cont_box .flex02 .textbox .text_header {
    margin-bottom: 3vw;
  }
  .sec04 .cont_box .flex02 .textbox .text_header .number_box {
    display: flex;
    -moz-column-gap: 3vw;
         column-gap: 3vw;
    margin-bottom: 3vw;
  }
  .sec04 .cont_box .flex02 .textbox .text_header .number_box .box_subtitle {
    font-size: 4vw;
    color: #4D4D4D;
  }
  .sec04 .cont_box .flex02 .textbox .text_header .number {
    width: 13%;
  }
  .sec04 .cont_box .flex02 .textbox .text_header .box_title {
    font-size: 6vw;
  }
  .sec04 .cont_box .flex02 .textbox .text_header .box_title .green {
    color: #499250;
  }
  .sec04 .cont_box .flex02 .imagebox {
    width: 100%;
  }
  .sec04 .cont_box .bottom_02 {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 10vw;
    padding: 0;
  }
  .sec04 .cont_box .bottom_02 .gridbox {
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 10vw;
    width: 100%;
    margin: 0 auto;
  }
  .sec04 .cont_box .bottom_02 .gridbox .g_box {
    width: 100%;
  }
  .sec04 .cont_box .bottom_02 .gridbox .g_box .g_title {
    font-size: 4.8vw;
    padding: 0 0 3vw 0;
  }
  .sec04 .cont_box .bottom_02 .gridbox .g_box .g_text {
    margin-bottom: 5vw;
    font-size: 4vw;
  }
  .sec04 .cont_box .bottom_02 .gridbox .g_box .img_text {
    right: 0;
    bottom: 2vw;
    padding: 3vw 5vw;
    font-size: 4vw;
  }
  .sec04 .cont_box .bottom_02 .gridbox .g_box .about_btn {
    width: 80vw;
    border-radius: 10vw;
    font-size: 4vw;
    padding: 3vw 0;
    margin: 0 auto;
  }
  .sec04 .cont_box .bottom_02 .gridbox .g_box .about_btn::before {
    content: "＞";
    font-size: 4vw;
    font-weight: bold;
    width: initial;
    height: initial;
    color: #499250;
    background: none;
    right: 5vw;
  }
  .sec04 .cont_box .flex04 {
    padding: 0 0 10vw 0;
    -moz-column-gap: 0;
         column-gap: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    display: block;
  }
  .sec04 .cont_box .flex04 .textbox {
    margin-left: 0;
    width: 100%;
  }
  .sec04 .cont_box .flex04 .textbox .text_header {
    margin-bottom: 3vw;
  }
  .sec04 .cont_box .flex04 .textbox .text_header .number_box {
    display: flex;
    -moz-column-gap: 3vw;
         column-gap: 3vw;
    margin-bottom: 3vw;
  }
  .sec04 .cont_box .flex04 .textbox .text_header .number_box .number {
    width: 13%;
  }
  .sec04 .cont_box .flex04 .textbox .text_header .number_box .box_subtitle {
    font-size: 4vw;
    color: #4D4D4D;
  }
  .sec04 .cont_box .flex04 .textbox .text_header .box_title {
    font-size: 5.5vw;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-feature-settings: "palt";
  }
  .sec04 .cont_box .flex04 .textbox .text_header .box_title .orange {
    color: #EC9149;
  }
  .sec04 .cont_box .flex04 .imagebox {
    width: 100%;
  }
  .sec04 .cont_box .bottom_04 {
    width: 100%;
    padding: 10vw 0;
    background-color: rgba(246, 244, 238, 0.7);
    margin-bottom: 10vw;
  }
  .sec04 .cont_box .bottom_04 .subtitle_04 {
    font-size: 4.5vw;
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  }
  .sec04 .cont_box .bottom_04 .title_04 {
    font-size: 4.8vw;
    text-align: center;
    color: #EC9149;
    margin-bottom: 5vw;
  }
  .sec04 .cont_box .bottom_04 .about_btn {
    border: 0.75px solid #A67E34;
    width: 80vw;
    color: #EC9149;
    border-radius: 100vw;
    font-size: 4vw;
    padding: 3vw 0;
    margin: 0 auto;
  }
  .sec04 .cont_box .bottom_04 .about_btn::before {
    content: "＞";
    font-size: 15px;
    font-weight: bold;
    color: #EC9149;
    background: none;
    right: 40px;
  }
  .sec04 .cont_box .bottom_04 .environment {
    position: relative;
  }
  .sec04 .cont_box .bottom_04 .environment .gridbox {
    position: static;
    top: initial;
    right: initial;
    transform: initial;
    justify-items: center;
    width: 96vw;
    margin: 0 auto 10vw;
    -moz-column-gap: 3vw;
         column-gap: 3vw;
    row-gap: 3vw;
    grid-template-columns: repeat(2, 1fr);
  }
  .sec04 .cont_box .bottom_04 .environment .gridbox .box {
    width: 46.5vw;
    height: 39vw;
    border-radius: 10%;
    text-align: center;
    position: relative;
  }
  .sec04 .cont_box .bottom_04 .environment .gridbox .box .top_text {
    color: #fff;
    font-size: 4vw;
    padding: 8vw 1vw 3vw;
    line-height: 1.3;
    height: auto;
  }
  .sec04 .cont_box .bottom_04 .environment .gridbox .box .bottom_text {
    font-size: 4.5vw;
    font-weight: bold;
    color: #fff;
    padding-bottom: 5vw;
    line-height: 1.3;
    height: 10vw;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  .sec04 .cont_box .bottom_04 .environment .gridbox .purple {
    background-color: #B28699;
  }
  .sec04 .cont_box .bottom_04 .environment .gridbox .purple::before {
    position: absolute;
    content: "";
    width: 15vw;
    height: 17.5vw;
    left: 3vw;
    top: 1vw;
    background: url(/images/index/sec04_back1.webp) center/contain no-repeat;
  }
  .sec04 .cont_box .bottom_04 .environment .gridbox .blue {
    background-color: #3B639A;
  }
  .sec04 .cont_box .bottom_04 .environment .gridbox .blue::before {
    position: absolute;
    content: "";
    width: 19vw;
    height: 18vw;
    left: 1vw;
    bottom: 1vw;
    background: url(/images/index/sec04_back2.webp) center/contain no-repeat;
  }
  .sec04 .cont_box .bottom_04 .environment .gridbox .pink {
    background-color: #DD868F;
  }
  .sec04 .cont_box .bottom_04 .environment .gridbox .pink::before {
    position: absolute;
    content: "";
    width: 20vw;
    height: 26vw;
    left: 13vw;
    top: 31w;
    background: url(/images/index/sec04_back3.webp) center/contain no-repeat;
  }
  .sec04 .cont_box .bottom_04 .environment .gridbox .green {
    background-color: #7DBB27;
  }
  .sec04 .cont_box .bottom_04 .environment .gridbox .green::before {
    position: absolute;
    content: "";
    width: 29vw;
    height: 20vw;
    right: 1vw;
    bottom: 5vw;
    background: url(/images/index/sec04_back4.webp) center/contain no-repeat;
  }
  .sec04 .cont_box .bottom_04 .environment .gridbox .green .top_text {
    padding-bottom: 5vw;
  }
  .sec04 .cont_box .bottom_05 {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .sec04 .cont_box .bottom_05 .gridbox {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 5vw;
         column-gap: 5vw;
    margin-bottom: 10vw;
    row-gap: 10vw;
  }
  .sec04 .cont_box .bottom_05 .gridbox .box .imagebox {
    margin-bottom: 3vw;
    text-align: center;
    position: relative;
  }
  .sec04 .cont_box .bottom_05 .gridbox .box .micro::before {
    content: "";
    position: absolute;
    width: 35vw;
    height: 33vw;
    right: -8vw;
    bottom: -4vw;
    background: url(/images/index/microscope.webp) center/contain no-repeat;
  }
  .sec04 .cont_box .bottom_05 .gridbox .box .loupe::before {
    content: "";
    position: absolute;
    width: 35vw;
    height: 26vw;
    right: -3vw;
    bottom: 0vw;
    background: url(/images/index/loupe.webp) center/contain no-repeat;
  }
  .sec04 .cont_box .bottom_05 .gridbox .box .dentalct::before {
    content: "";
    position: absolute;
    width: 34vw;
    height: 27vw;
    right: -7vw;
    bottom: -1vw;
    background: url(/images/index/dentalct.webp) center/contain no-repeat;
  }
  .sec04 .cont_box .bottom_05 .gridbox .box .itero::before {
    content: "";
    position: absolute;
    width: 32vw;
    height: 29vw;
    right: -5vw;
    bottom: 0px;
    background: url(/images/index/itero.webp) center/contain no-repeat;
  }
  .sec04 .cont_box .bottom_05 .gridbox .box .box_text {
    text-align: center;
    font-size: 4vw;
  }
  .sec04 .cont_box .bottom_05 .about_btn {
    border: 0.75px solid #A67E34;
    width: 80vw;
    border-radius: 10vw;
    font-size: 4vw;
    padding: 3vw 0;
    margin: 0 auto;
  }
  .sec04 .cont_box .bottom_05 .about_btn::before {
    content: "＞";
    font-size: 4vw;
    font-weight: bold;
    color: #55A8AB;
    background: none;
    right: 5vw;
  }
}

.slider {
  width: 100%;
  margin-bottom: 250px;
  position: relative;
  /*戻る、次へ矢印の位置*/
}
.slider .slick-prev,
.slider .slick-next {
  position: absolute; /*絶対配置にする*/
  z-index: 2;
  top: 40%;
  cursor: pointer; /*マウスカーソルを指マークに*/
  outline: none; /*クリックをしたら出てくる枠線を消す*/
  border-top: 4px solid #534741; /*矢印の色*/
  border-right: 4px solid #534741; /*矢印の色*/
  height: 25px;
  width: 25px;
}
.slider .slick-prev { /*戻る矢印の位置と形状*/
  left: 3%;
  transform: rotate(-135deg);
}
.slider .slick-prev:before {
  display: none;
}
.slider .slick-next { /*次へ矢印の位置と形状*/
  right: 3%;
  transform: rotate(45deg);
}
.slider .slick-next:before {
  display: none;
}
.slider .slide {
  width: clamp(300px, 39.062vw, 500px);
  margin-right: clamp(41px, 5.468vw, 70px);
}
.slider .slide img {
  transform: scale(0.8);
  transition: transform 0.3s;
}
.slider .slide.slick-center img {
  transform: scale(1);
}
@media screen and (max-width: 768px) {
  .slider {
    margin-bottom: 5vw;
    width: 100%;
    /*戻る、次へ矢印の位置*/
  }
  .slider .slick-prev,
  .slider .slick-next {
    position: absolute; /*絶対配置にする*/
    z-index: 2;
    top: 40%;
    cursor: pointer; /*マウスカーソルを指マークに*/
    outline: none; /*クリックをしたら出てくる枠線を消す*/
    border-top: 1vw solid #534741; /*矢印の色*/
    border-right: 1vw solid #534741; /*矢印の色*/
    height: 6.25vw;
    width: 6.25vw;
  }
  .slider .slick-prev { /*戻る矢印の位置と形状*/
    left: 3%;
    transform: rotate(-135deg);
  }
  .slider .slick-prev:before {
    display: none;
  }
  .slider .slick-next { /*次へ矢印の位置と形状*/
    right: 3%;
    transform: rotate(45deg);
  }
  .slider .slick-next:before {
    display: none;
  }
  .slider .slide {
    width: 90vw;
    margin-right: 17.5vw;
  }
  .slider .slide img {
    transform: scale(0.8);
    transition: transform 0.3s;
  }
  .slider .slide.slick-center img {
    transform: scale(1);
  }
}

.sec05 {
  margin-bottom: 165px;
}
.sec05 .header_box {
  text-align: center;
  margin-bottom: 70px;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
.sec05 .header_box .box_subtitle {
  font-size: 19px;
  color: #3B639A;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
}
.sec05 .header_box .box_title {
  font-size: 36px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
}
.sec05 .top_box {
  margin: 0 auto 80px;
  width: 681px;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
.sec05 .menu_box {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
}
.sec05 .menu_box .flexbox {
  -moz-column-gap: 35px;
       column-gap: 35px;
  margin-bottom: 110px;
  position: relative;
}
.sec05 .menu_box .flexbox .box_header {
  margin-bottom: 15px;
}
.sec05 .menu_box .flexbox .box_header .box_subtitle {
  font-size: 24px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
}
.sec05 .menu_box .flexbox .box_header .box_title {
  font-size: 48px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  color: #55A8AB;
}
.sec05 .menu_box .flexbox .textbox {
  padding-right: 65px;
  margin-left: 0;
}
.sec05 .menu_box .flexbox .textbox .box_text {
  margin-bottom: 45px;
  font-size: 15px;
}
.sec05 .menu_box .flexbox .textbox .about_btn {
  margin: 0 25px 0 auto;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 21px;
  color: #444444;
}
.sec05 .menu_box .flexbox .textbox .about_btn::before {
  width: 50px;
  height: 50px;
  right: initial;
  left: -50px;
  background: url(/images/index/caries_button.webp) center/contain no-repeat;
}
.sec05 .menu_box .flexbox .imagebox {
  width: 100%;
}
.sec05 .menu_box .flexbox .imagebox img {
  height: initial;
  max-width: initial;
}
.sec05 .menu_box .flexbox .bg01 {
  position: absolute;
  top: -10px;
  right: 0;
  width: 1280px;
  height: 450px;
  z-index: -4;
  background-color: rgba(85, 161, 178, 0.2);
}
.sec05 .menu_box .flex01::before {
  content: "";
  position: absolute;
  width: 408px;
  height: 113px;
  right: 20px;
  bottom: 10px;
  background: url(/images/index/sec05_1_kazari.webp) center/contain no-repeat;
}
.sec05 .menu_box .flex01::after {
  content: "CARIES";
  position: absolute;
  left: 0;
  top: -44px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 88px;
  letter-spacing: 0.2em;
  color: #fff;
  opacity: 0.6;
  z-index: -1;
}
.sec05 .menu_box .flex02 .box_header .box_title {
  color: #3B639A;
}
.sec05 .menu_box .flex02 .textbox {
  padding-right: 0;
  padding-left: 50px;
  width: 100%;
}
.sec05 .menu_box .flex02 .textbox .about_btn {
  margin: 0 0 0 auto;
}
.sec05 .menu_box .flex02 .textbox .about_btn::before {
  background: url(/images/index/root_button.webp) center/contain no-repeat;
}
.sec05 .menu_box .flex02 .textbox .box_text {
  margin-bottom: 15px;
}
.sec05 .menu_box .flex02 .bg02 {
  position: absolute;
  width: 1280px;
  height: 450px;
  top: 0;
  background-color: rgba(0, 113, 188, 0.18);
  z-index: -4;
}
.sec05 .menu_box .flex02::before {
  content: "";
  position: absolute;
  width: 408px;
  height: 113px;
  left: 20px;
  bottom: 60px;
  background: url(/images/index/sec05_2_kazari.webp) center/contain no-repeat;
}
.sec05 .menu_box .flex02::after {
  content: "ROOT";
  position: absolute;
  right: 230px;
  top: -36px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 88px;
  letter-spacing: 0.2em;
  color: #fff;
  opacity: 0.6;
  z-index: -1;
}
.sec05 .menu_box .gridbox {
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 25px;
       column-gap: 25px;
  justify-items: center;
  padding: 0 45px;
  margin-bottom: 135px;
}
.sec05 .menu_box .gridbox .box {
  display: flex;
  width: 578px;
  height: 264px;
  background-color: #F2F2F2;
}
.sec05 .menu_box .gridbox .box .imagebox {
  width: 50%;
}
.sec05 .menu_box .gridbox .box .textbox {
  width: 100%;
  margin-left: 20px;
  align-self: start;
  padding-bottom: 5px;
  padding-top: 30px;
}
.sec05 .menu_box .gridbox .box .textbox .box_title {
  font-size: 36px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  position: relative;
  padding-left: 50px;
  position: relative;
  margin-bottom: 15px;
}
.sec05 .menu_box .gridbox .box .textbox .perio::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  left: -5px;
  bottom: 50%;
  transform: translateY(50%);
  background: url(/images/index/perio_button.webp) center/contain no-repeat;
}
.sec05 .menu_box .gridbox .box .textbox .surgery::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  left: -5px;
  bottom: 50%;
  transform: translateY(50%);
  background: url(/images/index/surgery_button.webp) center/contain no-repeat;
}
.sec05 .menu_box .gridbox .box .textbox .box_text {
  font-size: 15px;
  padding-right: 30px;
}
.sec05 .menu_box .gridbox .box .textbox .text01 {
  padding-bottom: 30px;
}
.sec05 .menu_box .gridbox .box .textbox .about_btn {
  font-size: 18px;
  color: #4D4D4D;
  margin: 0 40px 0 auto;
}
.sec05 .menu_box .gridbox .box .textbox .about_btn::before {
  width: 70px;
  height: 70px;
  right: -30px;
  background: url(/images/index/yajirushi.webp) center/contain no-repeat;
}
.sec05 .menu_box .flexbox_bottom01 {
  display: flex;
  -moz-column-gap: 33px;
       column-gap: 33px;
}
.sec05 .menu_box .flexbox_bottom01 .box {
  width: 374px;
  height: 452px;
  background-color: #F2F2F2;
}
.sec05 .menu_box .flexbox_bottom01 .box .imagebox {
  width: 100%;
  margin-bottom: 20px;
}
.sec05 .menu_box .flexbox_bottom01 .box .textbox {
  padding: 0 20px;
}
.sec05 .menu_box .flexbox_bottom01 .box .textbox .box_title {
  font-size: 36px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  position: relative;
  padding-left: 40px;
  position: relative;
  margin-bottom: 15px;
  text-align: center;
}
.sec05 .menu_box .flexbox_bottom01 .box .textbox .perio::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  left: 30px;
  bottom: 50%;
  transform: translateY(50%);
  background: url(/images/index/perio_button.webp) center/contain no-repeat;
}
.sec05 .menu_box .flexbox_bottom01 .box .textbox .surgery::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  left: 45px;
  bottom: 50%;
  transform: translateY(50%);
  background: url(/images/index/surgery_button.webp) center/contain no-repeat;
}
.sec05 .menu_box .flexbox_bottom01 .box .textbox .cortho::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  left: 45px;
  bottom: 50%;
  transform: translateY(50%);
  background: url(/images/index/cortho_button.webp) center/contain no-repeat;
}
.sec05 .menu_box .flexbox_bottom01 .box .textbox .box_text {
  margin-bottom: 15px;
}
.sec05 .menu_box .flexbox_bottom01 .box .textbox .perio_text {
  margin-bottom: 45px;
}
.sec05 .menu_box .flexbox_bottom01 .box .about_btn {
  font-size: 18px;
  color: #4D4D4D;
  margin: 0 40px 0 auto;
}
.sec05 .menu_box .flexbox_bottom01 .box .about_btn::before {
  width: 70px;
  height: 70px;
  right: -30px;
  background: url(/images/index/yajirushi.webp) center/contain no-repeat;
}
.sec05 .menu_box .sp {
  display: none;
}
.sec05 .menu_box .flex03 {
  -moz-column-gap: 35px;
       column-gap: 35px;
  margin-bottom: 110px;
  align-items: flex-start;
  position: relative;
}
.sec05 .menu_box .flex03 .box_header {
  margin-bottom: 15px;
}
.sec05 .menu_box .flex03 .box_header .box_subtitle {
  font-size: 24px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
}
.sec05 .menu_box .flex03 .box_header .box_title {
  font-size: 48px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  color: #EC9149;
}
.sec05 .menu_box .flex03 .textbox {
  padding-right: 15px;
  margin-left: 0;
  width: 100%;
  padding-top: 20px;
}
.sec05 .menu_box .flex03 .textbox .box_text {
  margin-bottom: 45px;
  font-size: 15px;
}
.sec05 .menu_box .flex03 .textbox .about_btn {
  margin: 0 75px 0 auto;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 21px;
  color: #444444;
}
.sec05 .menu_box .flex03 .textbox .about_btn::before {
  width: 50px;
  height: 50px;
  right: initial;
  left: -50px;
  background: url(/images/index/child_button.webp) center/contain no-repeat;
}
.sec05 .menu_box .flex03 .imagebox {
  width: 100%;
}
.sec05 .menu_box .flex03 .bg03 {
  position: absolute;
  top: -50px;
  right: 0;
  width: 1280px;
  height: 450px;
  z-index: -4;
  background-color: rgba(247, 147, 30, 0.15);
}
.sec05 .menu_box .flex03::before {
  content: "";
  position: absolute;
  width: 408px;
  height: 113px;
  right: 20px;
  bottom: 30px;
  background: url(/images/index/sec05_3_kazari.webp) center/contain no-repeat;
}
.sec05 .menu_box .flex03::after {
  content: "CHILDREN’S";
  position: absolute;
  left: 0;
  top: -86px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 88px;
  letter-spacing: 0.2em;
  color: #fff;
  opacity: 0.6;
  z-index: -1;
}
.sec05 .menu_box .flex04 {
  align-items: flex-start;
}
.sec05 .menu_box .flex04 .box_header .box_title {
  color: #DD868F;
}
.sec05 .menu_box .flex04 .textbox {
  padding-right: 0;
  padding-left: 50px;
  width: 100%;
}
.sec05 .menu_box .flex04 .textbox .about_btn::before {
  background: url(/images/index/prevention_button.webp) center/contain no-repeat;
}
.sec05 .menu_box .flex04 .imagebox {
  width: 98%;
}
.sec05 .menu_box .flex04 .bg04 {
  position: absolute;
  width: 1280px;
  height: 430px;
  top: -50px;
  background-color: rgba(221, 134, 143, 0.21);
  z-index: -4;
}
.sec05 .menu_box .flex04::before {
  content: "";
  position: absolute;
  width: 408px;
  height: 113px;
  left: 20px;
  bottom: 50px;
  background: url(/images/index/sec05_4_kazari.webp) center/contain no-repeat;
}
.sec05 .menu_box .flex04::after {
  content: "PREVENTION";
  position: absolute;
  right: 0px;
  top: -86px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 88px;
  letter-spacing: 0.2em;
  color: #fff;
  opacity: 0.6;
  z-index: -1;
}
.sec05 .menu_box .flexbox_bottom02 {
  display: flex;
  -moz-column-gap: 33px;
       column-gap: 33px;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
  row-gap: 45px;
}
.sec05 .menu_box .flexbox_bottom02 .box {
  width: 374px;
  height: 452px;
  background-color: #F2F2F2;
}
.sec05 .menu_box .flexbox_bottom02 .box .imagebox {
  width: 100%;
  margin-bottom: 20px;
}
.sec05 .menu_box .flexbox_bottom02 .box .textbox {
  padding: 0 20px;
}
.sec05 .menu_box .flexbox_bottom02 .box .textbox .box_title {
  font-size: 36px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  position: relative;
  padding-left: 50px;
  position: relative;
  margin-bottom: 15px;
  text-align: center;
}
.sec05 .menu_box .flexbox_bottom02 .box .textbox .inlay-crown::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  left: 0px;
  bottom: 50%;
  transform: translateY(50%);
  background: url(/images/index/inlay_button.webp) center/contain no-repeat;
}
.sec05 .menu_box .flexbox_bottom02 .box .textbox .denture::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  left: 0px;
  bottom: 50%;
  transform: translateY(50%);
  background: url(/images/index/denture_button.webp) center/contain no-repeat;
}
.sec05 .menu_box .flexbox_bottom02 .box .textbox .implant::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  left: 20px;
  bottom: 50%;
  transform: translateY(50%);
  background: url(/images/index/implant_button.webp) center/contain no-repeat;
}
.sec05 .menu_box .flexbox_bottom02 .box .textbox .whitening::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  left: 0px;
  bottom: 50%;
  transform: translateY(50%);
  background: url(/images/index/whitening_button.webp) center/contain no-repeat;
}
.sec05 .menu_box .flexbox_bottom02 .box .textbox .visit::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  left: 45px;
  bottom: 50%;
  transform: translateY(50%);
  background: url(/images/index/visit_button.webp) center/contain no-repeat;
}
.sec05 .menu_box .flexbox_bottom02 .box .textbox .box_text {
  margin-bottom: 15px;
}
.sec05 .menu_box .flexbox_bottom02 .box .textbox .perio_text {
  margin-bottom: 45px;
}
.sec05 .menu_box .flexbox_bottom02 .box .about_btn {
  font-size: 18px;
  color: #4D4D4D;
  margin: 0 40px 0 auto;
}
.sec05 .menu_box .flexbox_bottom02 .box .about_btn::before {
  width: 70px;
  height: 70px;
  right: -30px;
  background: url(/images/index/yajirushi.webp) center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .sec05 {
    margin-bottom: 13.8vw;
  }
  .sec05 .header_box {
    text-align: center;
    margin-bottom: 5vw;
  }
  .sec05 .header_box .box_subtitle {
    font-size: 4vw;
  }
  .sec05 .header_box .box_title {
    font-size: 6.4vw;
  }
  .sec05 .top_box {
    margin: 0 auto 15vw;
    width: 94%;
    font-size: 4vw;
  }
  .sec05 .cont_inner {
    padding: 0 3vw;
  }
  .sec05 .menu_box {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .sec05 .menu_box .flexbox {
    display: block;
    -moz-column-gap: 0;
         column-gap: 0;
    margin-bottom: 20vw;
    position: relative;
  }
  .sec05 .menu_box .flexbox .box_header {
    margin-bottom: 3vw;
  }
  .sec05 .menu_box .flexbox .box_header .box_subtitle {
    font-size: 5vw;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  }
  .sec05 .menu_box .flexbox .box_header .box_title {
    font-size: 6.4vw;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    color: #55A8AB;
  }
  .sec05 .menu_box .flexbox .textbox {
    padding-right: 0;
    margin-left: 0;
  }
  .sec05 .menu_box .flexbox .textbox .box_text {
    margin-bottom: 5vw;
    font-size: 4vw;
  }
  .sec05 .menu_box .flexbox .textbox .about_btn {
    margin: 0 10vw 0 auto;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 4vw;
    color: #444444;
  }
  .sec05 .menu_box .flexbox .textbox .about_btn::before {
    width: 10vw;
    height: 10vw;
    right: initial;
    left: -8vw;
    background: url(/images/index/caries_button.webp) center/contain no-repeat;
  }
  .sec05 .menu_box .flexbox .imagebox {
    width: 100%;
  }
  .sec05 .menu_box .flexbox .bg01 {
    position: absolute;
    top: -5vw;
    right: 0;
    width: 100%;
    height: 170vw;
    z-index: -4;
    background-color: rgba(85, 161, 178, 0.2);
  }
  .sec05 .menu_box .flex01::before {
    content: "";
    position: absolute;
    width: 53.4vw;
    height: 15vw;
    right: 3vw;
    bottom: -2vw;
    background: url(/images/index/sec05_1_kazari.webp) center/contain no-repeat;
  }
  .sec05 .menu_box .flex01::after {
    content: "CARIES";
    position: absolute;
    left: 0;
    top: -10vw;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 12.8vw;
    letter-spacing: 0.2em;
    color: #fff;
    opacity: 0.6;
    z-index: -1;
  }
  .sec05 .menu_box .flex02 {
    margin-bottom: 15vw;
  }
  .sec05 .menu_box .flex02 .box_header .box_title {
    color: #3B639A;
  }
  .sec05 .menu_box .flex02 .textbox {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
  }
  .sec05 .menu_box .flex02 .textbox .about_btn::before {
    background: url(/images/index/root_button.webp) center/contain no-repeat;
  }
  .sec05 .menu_box .flex02 .imagebox {
    margin: 0 0 3vw auto;
  }
  .sec05 .menu_box .flex02 .bg02 {
    position: absolute;
    width: 100%;
    height: 179vw;
    top: -5vw;
  }
  .sec05 .menu_box .flex02::before {
    content: "";
    position: absolute;
    width: 53.4vw;
    height: 15vw;
    left: 3vw;
    bottom: -4vw;
    background: url(/images/index/sec05_2_kazari.webp) center/contain no-repeat;
  }
  .sec05 .menu_box .flex02::after {
    content: "ROOT";
    position: absolute;
    right: initial;
    left: 0;
    top: -10vw;
    font-size: 12.8vw;
  }
  .sec05 .menu_box .gridbox {
    display: none;
  }
  .sec05 .menu_box .flexbox_bottom01 {
    display: flex;
    -moz-column-gap: 0;
         column-gap: 0;
    flex-direction: column;
    row-gap: 10vw;
  }
  .sec05 .menu_box .flexbox_bottom01 .box {
    width: 100%;
    height: 109vw;
    background-color: #F2F2F2;
  }
  .sec05 .menu_box .flexbox_bottom01 .box .imagebox {
    width: 100%;
    margin-bottom: 3vw;
  }
  .sec05 .menu_box .flexbox_bottom01 .box .textbox {
    padding: 0 3vw;
  }
  .sec05 .menu_box .flexbox_bottom01 .box .textbox .box_title {
    font-size: 6.4vw;
    padding-left: 10vw;
    position: relative;
    margin-bottom: 3vw;
    text-align: center;
  }
  .sec05 .menu_box .flexbox_bottom01 .box .textbox .perio::before {
    content: "";
    position: absolute;
    width: 10vw;
    height: 10vw;
    left: 20vw;
    bottom: 50%;
    transform: translateY(50%);
    background: url(/images/index/perio_button.webp) center/contain no-repeat;
  }
  .sec05 .menu_box .flexbox_bottom01 .box .textbox .surgery::before {
    content: "";
    position: absolute;
    width: 10vw;
    height: 10vw;
    left: 23vw;
    bottom: 50%;
    transform: translateY(50%);
    background: url(/images/index/surgery_button.webp) center/contain no-repeat;
  }
  .sec05 .menu_box .flexbox_bottom01 .box .textbox .cortho::before {
    content: "";
    position: absolute;
    width: 10vw;
    height: 10vw;
    left: 23vw;
    bottom: 50%;
    transform: translateY(50%);
    background: url(/images/index/cortho_button.webp) center/contain no-repeat;
  }
  .sec05 .menu_box .flexbox_bottom01 .box .textbox .box_text {
    margin-bottom: 5vw;
    font-size: 4vw;
  }
  .sec05 .menu_box .flexbox_bottom01 .box .textbox .perio_text {
    margin-bottom: 12vw;
  }
  .sec05 .menu_box .flexbox_bottom01 .box .about_btn {
    font-size: 4vw;
    color: #4D4D4D;
    margin: 0 10vw 0 auto;
  }
  .sec05 .menu_box .flexbox_bottom01 .box .about_btn::before {
    width: 16vw;
    height: 16vw;
    right: -6vw;
    background: url(/images/index/yajirushi.webp) center/contain no-repeat;
  }
  .sec05 .menu_box .sp {
    display: flex;
  }
  .sec05 .menu_box .flex03 {
    -moz-column-gap: 0;
         column-gap: 0;
    margin-bottom: 30vw;
  }
  .sec05 .menu_box .flex03 .box_header {
    margin-bottom: 3vw;
  }
  .sec05 .menu_box .flex03 .box_header .box_subtitle {
    font-size: 5vw;
  }
  .sec05 .menu_box .flex03 .box_header .box_title {
    font-size: 6.4vw;
  }
  .sec05 .menu_box .flex03 .box_header .box_title .orange {
    color: #EC9149;
  }
  .sec05 .menu_box .flex03 .textbox {
    padding-right: 0;
    margin-left: 0;
    width: 100%;
    padding-top: 0;
  }
  .sec05 .menu_box .flex03 .textbox .box_text {
    margin-bottom: 5vw;
    font-size: 4vw;
  }
  .sec05 .menu_box .flex03 .textbox .about_btn {
    margin: 0 auto;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 4vw;
    color: #444444;
    padding: 4vw 0 4vw 4vw;
    min-height: initial;
  }
  .sec05 .menu_box .flex03 .textbox .about_btn::before {
    width: 10vw;
    height: 10vw;
    right: initial;
    left: -8vw;
    background: url(/images/index/child_button.webp) center/contain no-repeat;
  }
  .sec05 .menu_box .flex03 .imagebox {
    width: 95%;
  }
  .sec05 .menu_box .flex03 .bg03 {
    position: absolute;
    top: -11vw;
    right: 0;
    width: 100%;
    height: 169vw;
    z-index: -4;
    background-color: rgba(247, 147, 30, 0.15);
  }
  .sec05 .menu_box .flex03::before {
    content: "";
    position: absolute;
    width: 53.4vw;
    height: 15vw;
    right: 3vw;
    bottom: -4vw;
    background: url(/images/index/sec05_3_kazari.webp) center/contain no-repeat;
  }
  .sec05 .menu_box .flex03::after {
    content: "CHILDREN’S";
    position: absolute;
    left: 0;
    top: -15vw;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 11vw;
  }
  .sec05 .menu_box .flex04 {
    align-items: flex-start;
    display: block;
    margin-bottom: 30vw;
  }
  .sec05 .menu_box .flex04 .box_header {
    margin-bottom: 3vw;
  }
  .sec05 .menu_box .flex04 .box_header .box_title {
    color: #DD868F;
  }
  .sec05 .menu_box .flex04 .textbox {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
  }
  .sec05 .menu_box .flex04 .textbox .about_btn {
    margin: 0 auto;
    font-size: 4vw;
    padding: 4vw 0 4vw 8vw;
    min-height: initial;
  }
  .sec05 .menu_box .flex04 .textbox .about_btn::before {
    left: -3vw;
    background: url(/images/index/prevention_button.webp) center/contain no-repeat;
  }
  .sec05 .menu_box .flex04 .imagebox {
    width: 95%;
    margin: 0 0 3vw auto;
  }
  .sec05 .menu_box .flex04 .bg04 {
    position: absolute;
    width: 100%;
    height: 172vw;
    top: -7vw;
  }
  .sec05 .menu_box .flex04::before {
    content: "";
    position: absolute;
    width: 53.4vw;
    height: 15vw;
    left: 2vw;
    bottom: -4vw;
    background: url(/images/index/sec05_4_kazari.webp) center/contain no-repeat;
  }
  .sec05 .menu_box .flex04::after {
    content: "PREVENTION";
    position: absolute;
    right: 0px;
    top: -10vw;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 9.8vw;
    letter-spacing: 0.2em;
    color: #fff;
    opacity: 0.6;
    z-index: -1;
  }
  .sec05 .menu_box .flexbox_bottom02 {
    display: flex;
    -moz-column-gap: 0;
         column-gap: 0;
    flex-direction: column;
    margin: 0 auto;
    justify-content: center;
    row-gap: 10vw;
  }
  .sec05 .menu_box .flexbox_bottom02 .box {
    width: 100%;
    height: 109vw;
  }
  .sec05 .menu_box .flexbox_bottom02 .box .imagebox {
    width: 100%;
    margin-bottom: 3vw;
  }
  .sec05 .menu_box .flexbox_bottom02 .box .textbox {
    padding: 0 3vw;
  }
  .sec05 .menu_box .flexbox_bottom02 .box .textbox .box_title {
    font-size: 6.4vw;
    padding-left: 10vw;
    margin-bottom: 3vw;
  }
  .sec05 .menu_box .flexbox_bottom02 .box .textbox .inlay-crown::before {
    content: "";
    position: absolute;
    width: 10vw;
    height: 10vw;
    left: 12vw;
    bottom: 50%;
    transform: translateY(50%);
    background: url(/images/index/inlay_button.webp) center/contain no-repeat;
  }
  .sec05 .menu_box .flexbox_bottom02 .box .textbox .denture::before {
    content: "";
    position: absolute;
    width: 10vw;
    height: 10vw;
    left: 12vw;
    bottom: 50%;
    transform: translateY(50%);
    background: url(/images/index/denture_button.webp) center/contain no-repeat;
  }
  .sec05 .menu_box .flexbox_bottom02 .box .textbox .implant::before {
    content: "";
    position: absolute;
    width: 10vw;
    height: 10vw;
    left: 16vw;
    bottom: 50%;
    transform: translateY(50%);
    background: url(/images/index/implant_button.webp) center/contain no-repeat;
  }
  .sec05 .menu_box .flexbox_bottom02 .box .textbox .whitening::before {
    content: "";
    position: absolute;
    width: 10vw;
    height: 10vw;
    left: 12vw;
    bottom: 50%;
    transform: translateY(50%);
    background: url(/images/index/whitening_button.webp) center/contain no-repeat;
  }
  .sec05 .menu_box .flexbox_bottom02 .box .textbox .visit::before {
    content: "";
    position: absolute;
    width: 10vw;
    height: 10vw;
    left: 22vw;
    bottom: 50%;
    transform: translateY(50%);
    background: url(/images/index/visit_button.webp) center/contain no-repeat;
  }
  .sec05 .menu_box .flexbox_bottom02 .box .textbox .box_text {
    margin-bottom: 5vw;
    font-size: 4vw;
  }
  .sec05 .menu_box .flexbox_bottom02 .box .about_btn {
    font-size: 4vw;
    color: #4D4D4D;
    margin: 0 10vw 0 auto;
  }
  .sec05 .menu_box .flexbox_bottom02 .box .about_btn::before {
    width: 16vw;
    height: 16vw;
    right: -6vw;
    background: url(/images/index/yajirushi.webp) center/contain no-repeat;
  }
}

.sec06 {
  max-width: 100%;
  margin: 0 auto 95px;
  width: 1280px;
  max-width: 100%;
}
.sec06 .sec_header {
  padding-left: 50px;
  position: relative;
  letter-spacing: 0.1em;
  margin: 0 auto 85px;
}
.sec06 .sec_header .box_subtitle {
  font-size: 52px;
  color: #3B639A;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  letter-spacing: 0.2em;
  padding-left: 2em;
}
.sec06 .sec_header .box_title {
  font-size: 24px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  padding-left: 4.5em;
}
.sec06 .sec_header::before {
  content: "";
  position: absolute;
  width: 1280px;
  height: 166px;
  right: 50%;
  bottom: -30px;
  transform: translateX(50%);
  z-index: -5;
  background: url(/images/index/kazari.webp) center/contain no-repeat;
}
.sec06 .sec_header::after {
  content: "";
  position: absolute;
  width: 114px;
  height: 112px;
  left: 20px;
  bottom: 50%;
  transform: translateY(50%);
  background: url(/images/index/logo.png) center/contain no-repeat;
}
.sec06 .greeting_box {
  padding: 0 110px;
}
.sec06 .greeting_box .doctor01 {
  margin-bottom: 120px;
}
.sec06 .greeting_box .doctor01 .top_box {
  display: flex;
  position: relative;
  margin-bottom: 40px;
}
.sec06 .greeting_box .doctor01 .top_box .top_textbox {
  letter-spacing: 0.1em;
  line-height: 1.7;
  width: 737px;
  height: 375px;
  background-color: rgba(59, 99, 154, 0.9);
  color: #fff;
  padding: 67px 0 0 65px;
  position: relative;
}
.sec06 .greeting_box .doctor01 .top_box .top_textbox .box_title {
  font-size: 36px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  margin-bottom: 45px;
}
.sec06 .greeting_box .doctor01 .top_box .top_textbox .doctor {
  font-size: 20px;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
}
.sec06 .greeting_box .doctor01 .top_box .top_textbox .doctor .name {
  font-size: 30px;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  padding-left: 40px;
}
.sec06 .greeting_box .doctor01 .top_box .top_textbox .doctor .eng_name {
  color: #fff;
  font-size: 18px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
}
.sec06 .greeting_box .doctor01 .top_box .top_textbox::before {
  content: "";
  position: absolute;
  right: 50px;
  bottom: 0;
  width: 339px;
  height: 151px;
  background: url(/images/index/01_ribbon.webp) center/contain no-repeat;
}
.sec06 .greeting_box .doctor01 .top_box .top_imagebox {
  position: absolute;
  width: 336px;
  height: 385px;
  right: 0;
  bottom: -40px;
}
.sec06 .greeting_box .doctor01 .middle_box {
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-bottom: 55px;
}
.sec06 .greeting_box .doctor01 .middle_box .blue {
  color: #3B639A;
  font-weight: bold;
}
.sec06 .greeting_box .doctor01 .bottom_box {
  width: 1020px;
  height: 217px;
  background-color: rgba(217, 234, 245, 0.6);
  padding: 40px 0 60px 50px;
}
.sec06 .greeting_box .doctor01 .bottom_box .flexbox {
  flex-wrap: wrap;
  -moz-column-gap: 70px;
       column-gap: 70px;
  row-gap: 70px;
  justify-content: flex-start;
  align-items: flex-start;
}
.sec06 .greeting_box .doctor01 .bottom_box .flexbox .career, .sec06 .greeting_box .doctor01 .bottom_box .flexbox .shozoku, .sec06 .greeting_box .doctor01 .bottom_box .flexbox .seminar {
  font-size: 15px;
}
.sec06 .greeting_box .doctor01 .bottom_box .flexbox .career .title, .sec06 .greeting_box .doctor01 .bottom_box .flexbox .shozoku .title, .sec06 .greeting_box .doctor01 .bottom_box .flexbox .seminar .title {
  font-size: 18px;
  color: #153169;
  margin-bottom: 25px;
}
.sec06 .greeting_box .doctor01 .bottom_box .flexbox .career .career_text, .sec06 .greeting_box .doctor01 .bottom_box .flexbox .shozoku .career_text, .sec06 .greeting_box .doctor01 .bottom_box .flexbox .seminar .career_text {
  margin-bottom: 10px;
}
.sec06 .greeting_box .doctor01 .bottom_box .flexbox .career .item, .sec06 .greeting_box .doctor01 .bottom_box .flexbox .shozoku .item, .sec06 .greeting_box .doctor01 .bottom_box .flexbox .seminar .item {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-bottom: 10px;
}
.sec06 .greeting_box .doctor01 .bottom_box .flexbox .career .item .date, .sec06 .greeting_box .doctor01 .bottom_box .flexbox .shozoku .item .date, .sec06 .greeting_box .doctor01 .bottom_box .flexbox .seminar .item .date {
  width: 120px;
}
.sec06 .greeting_box .doctor02 {
  margin-bottom: 120px;
}
.sec06 .greeting_box .doctor02 .top_box {
  display: flex;
  position: relative;
  margin-bottom: 40px;
  justify-content: flex-end;
}
.sec06 .greeting_box .doctor02 .top_box .top_textbox {
  letter-spacing: 0.1em;
  line-height: 1.7;
  width: 672px;
  height: 375px;
  background-color: #A67E34;
  color: #fff;
  padding: 67px 0 0 130px;
  position: relative;
}
.sec06 .greeting_box .doctor02 .top_box .top_textbox .box_title {
  font-size: 36px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  margin-bottom: 45px;
}
.sec06 .greeting_box .doctor02 .top_box .top_textbox .doctor {
  font-size: 20px;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
}
.sec06 .greeting_box .doctor02 .top_box .top_textbox .doctor .name {
  font-size: 30px;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  padding-left: 40px;
}
.sec06 .greeting_box .doctor02 .top_box .top_textbox .doctor .eng_name {
  color: #fff;
  font-size: 18px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
}
.sec06 .greeting_box .doctor02 .top_box .top_textbox::before {
  content: "";
  position: absolute;
  right: -10px;
  bottom: 1px;
  width: 407px;
  height: 72px;
  background: url(/images/index/02_ribbon.webp) center/contain no-repeat;
}
.sec06 .greeting_box .doctor02 .top_box .top_imagebox {
  position: absolute;
  width: 336px;
  height: 385px;
  left: 0;
  bottom: -40px;
}
.sec06 .greeting_box .doctor02 .middle_box {
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-bottom: 55px;
}
.sec06 .greeting_box .doctor02 .middle_box .gold {
  color: #A67E34;
  font-weight: bold;
}
.sec06 .greeting_box .doctor02 .bottom_box {
  width: 1020px;
  height: 227px;
  background-color: rgba(234, 225, 208, 0.6);
  padding: 40px 0 60px 50px;
}
.sec06 .greeting_box .doctor02 .bottom_box .flexbox {
  flex-wrap: wrap;
  -moz-column-gap: 70px;
       column-gap: 70px;
  row-gap: 70px;
  justify-content: flex-start;
  align-items: flex-start;
}
.sec06 .greeting_box .doctor02 .bottom_box .flexbox .career, .sec06 .greeting_box .doctor02 .bottom_box .flexbox .shozoku, .sec06 .greeting_box .doctor02 .bottom_box .flexbox .seminar {
  font-size: 15px;
}
.sec06 .greeting_box .doctor02 .bottom_box .flexbox .career .title, .sec06 .greeting_box .doctor02 .bottom_box .flexbox .shozoku .title, .sec06 .greeting_box .doctor02 .bottom_box .flexbox .seminar .title {
  font-size: 18px;
  color: #A67E34;
  margin-bottom: 25px;
}
.sec06 .greeting_box .doctor02 .bottom_box .flexbox .career .career_text, .sec06 .greeting_box .doctor02 .bottom_box .flexbox .shozoku .career_text, .sec06 .greeting_box .doctor02 .bottom_box .flexbox .seminar .career_text {
  margin-bottom: 10px;
}
.sec06 .greeting_box .doctor02 .bottom_box .flexbox .career .item, .sec06 .greeting_box .doctor02 .bottom_box .flexbox .shozoku .item, .sec06 .greeting_box .doctor02 .bottom_box .flexbox .seminar .item {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-bottom: 10px;
}
.sec06 .greeting_box .doctor02 .bottom_box .flexbox .career .item .date, .sec06 .greeting_box .doctor02 .bottom_box .flexbox .shozoku .item .date, .sec06 .greeting_box .doctor02 .bottom_box .flexbox .seminar .item .date {
  width: 120px;
}
.sec06 .about_btn {
  border: 0.75px solid #A67E34;
  width: 300px;
  color: #A67E34;
  border-radius: 100px;
  font-size: 18px;
  padding: 15px 0;
  margin: 0 auto;
}
.sec06 .about_btn::before {
  display: none;
}
@media screen and (max-width: 768px) {
  .sec06 {
    max-width: 100%;
    margin: 0 auto 13.5vw;
    width: 100%;
    max-width: 100%;
  }
  .sec06 .cont_inner {
    padding: 0 3vw;
  }
  .sec06 .sec_header {
    padding-left: 3vw;
    margin: 0 auto 3vw;
  }
  .sec06 .sec_header .box_subtitle {
    font-size: 6.8vw;
  }
  .sec06 .sec_header .box_title {
    font-size: 4.5vw;
    padding-left: 3em;
  }
  .sec06 .sec_header::before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 13vw;
    right: 50%;
    bottom: 8vw;
    transform: translateX(50%);
    z-index: -5;
    background: url(/images/index/kazari.webp) center/contain no-repeat;
  }
  .sec06 .sec_header::after {
    content: "";
    position: absolute;
    width: 13vw;
    height: 13vw;
    left: 2vw;
  }
  .sec06 .greeting_box {
    padding: 0;
  }
  .sec06 .greeting_box .doctor01 {
    margin-bottom: 10vw;
  }
  .sec06 .greeting_box .doctor01 .top_box {
    display: flex;
    position: relative;
    margin-bottom: 3vw;
  }
  .sec06 .greeting_box .doctor01 .top_box .top_textbox {
    width: 100%;
    height: auto;
    padding: 5vw 3vw;
    position: relative;
    z-index: -2;
  }
  .sec06 .greeting_box .doctor01 .top_box .top_textbox .box_title {
    font-size: 5vw;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    margin-bottom: 40vw;
    font-feature-settings: "palt";
  }
  .sec06 .greeting_box .doctor01 .top_box .top_textbox .doctor {
    font-size: 4vw;
  }
  .sec06 .greeting_box .doctor01 .top_box .top_textbox .doctor .name {
    font-size: 4.5vw;
    padding-left: 40px;
  }
  .sec06 .greeting_box .doctor01 .top_box .top_textbox .doctor .eng_name {
    font-size: 4vw;
  }
  .sec06 .greeting_box .doctor01 .top_box .top_textbox::before {
    content: "";
    position: absolute;
    right: initial;
    left: 0;
    bottom: 24vw;
    width: 60vw;
    height: 30vw;
    z-index: -1;
    background: url(/images/index/01_ribbon.webp) center/contain no-repeat;
  }
  .sec06 .greeting_box .doctor01 .top_box .top_imagebox {
    position: absolute;
    width: 60%;
    top: 14vw;
    height: auto;
    margin: 0 0 0 auto;
  }
  .sec06 .greeting_box .doctor01 .middle_box {
    font-size: 4vw;
    letter-spacing: 0.1em;
    line-height: 2;
    margin-bottom: 5vw;
  }
  .sec06 .greeting_box .doctor01 .middle_box .blue {
    color: #3B639A;
    font-weight: bold;
  }
  .sec06 .greeting_box .doctor01 .bottom_box {
    width: 87%;
    height: auto;
    margin: 0 auto;
    padding: 5vw 3vw;
  }
  .sec06 .greeting_box .doctor01 .bottom_box .flexbox {
    flex-wrap: wrap;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 5vw;
  }
  .sec06 .greeting_box .doctor01 .bottom_box .flexbox .career, .sec06 .greeting_box .doctor01 .bottom_box .flexbox .shozoku, .sec06 .greeting_box .doctor01 .bottom_box .flexbox .seminar {
    font-size: 4vw;
  }
  .sec06 .greeting_box .doctor01 .bottom_box .flexbox .career .title, .sec06 .greeting_box .doctor01 .bottom_box .flexbox .shozoku .title, .sec06 .greeting_box .doctor01 .bottom_box .flexbox .seminar .title {
    font-size: 4.5vw;
    color: #153169;
    margin-bottom: 3vw;
  }
  .sec06 .greeting_box .doctor01 .bottom_box .flexbox .career .career_text, .sec06 .greeting_box .doctor01 .bottom_box .flexbox .shozoku .career_text, .sec06 .greeting_box .doctor01 .bottom_box .flexbox .seminar .career_text {
    margin-bottom: 3vw;
  }
  .sec06 .greeting_box .doctor01 .bottom_box .flexbox .career .item, .sec06 .greeting_box .doctor01 .bottom_box .flexbox .shozoku .item, .sec06 .greeting_box .doctor01 .bottom_box .flexbox .seminar .item {
    display: block;
    margin-bottom: 3vw;
  }
  .sec06 .greeting_box .doctor01 .bottom_box .flexbox .career .item .date, .sec06 .greeting_box .doctor01 .bottom_box .flexbox .shozoku .item .date, .sec06 .greeting_box .doctor01 .bottom_box .flexbox .seminar .item .date {
    width: 100%;
  }
  .sec06 .greeting_box .doctor01 .bottom_box .flexbox .career .item .data, .sec06 .greeting_box .doctor01 .bottom_box .flexbox .shozoku .item .data, .sec06 .greeting_box .doctor01 .bottom_box .flexbox .seminar .item .data {
    font-feature-settings: "palt";
  }
  .sec06 .greeting_box .doctor02 {
    margin-bottom: 10vw;
  }
  .sec06 .greeting_box .doctor02 .top_box {
    display: flex;
    position: relative;
    margin-bottom: 3vw;
    justify-content: flex-end;
  }
  .sec06 .greeting_box .doctor02 .top_box .top_textbox {
    width: 100%;
    height: auto;
    padding: 5vw 3vw;
    z-index: -2;
  }
  .sec06 .greeting_box .doctor02 .top_box .top_textbox .box_title {
    font-size: 5.3vw;
    margin-bottom: 35vw;
  }
  .sec06 .greeting_box .doctor02 .top_box .top_textbox .doctor {
    font-size: 4vw;
  }
  .sec06 .greeting_box .doctor02 .top_box .top_textbox .doctor .name {
    font-size: 4.5vw;
    padding-left: 0;
  }
  .sec06 .greeting_box .doctor02 .top_box .top_textbox .doctor .eng_name {
    font-size: 4vw;
  }
  .sec06 .greeting_box .doctor02 .top_box .top_textbox::before {
    content: "";
    position: absolute;
    right: initial;
    left: 0;
    bottom: 27vw;
    width: 44vw;
    height: 8vw;
    z-index: -1;
    background: url(/images/index/02_ribbon.webp) center/contain no-repeat;
  }
  .sec06 .greeting_box .doctor02 .top_box .top_imagebox {
    position: absolute;
    right: 0;
    top: 24vw;
    width: 60%;
    height: auto;
    margin: 0 0 0 auto;
  }
  .sec06 .greeting_box .doctor02 .middle_box {
    font-size: 4vw;
    letter-spacing: 0.1em;
    line-height: 2;
    margin-bottom: 5vw;
  }
  .sec06 .greeting_box .doctor02 .middle_box .gold {
    color: #A67E34;
    font-weight: bold;
  }
  .sec06 .greeting_box .doctor02 .bottom_box {
    width: 87%;
    height: auto;
    padding: 5vw 3vw;
    margin: 0 auto;
  }
  .sec06 .greeting_box .doctor02 .bottom_box .flexbox {
    flex-wrap: wrap;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 5vw;
  }
  .sec06 .greeting_box .doctor02 .bottom_box .flexbox .career, .sec06 .greeting_box .doctor02 .bottom_box .flexbox .shozoku, .sec06 .greeting_box .doctor02 .bottom_box .flexbox .seminar {
    font-size: 4vw;
  }
  .sec06 .greeting_box .doctor02 .bottom_box .flexbox .career .title, .sec06 .greeting_box .doctor02 .bottom_box .flexbox .shozoku .title, .sec06 .greeting_box .doctor02 .bottom_box .flexbox .seminar .title {
    font-size: 4.5vw;
    color: #A67E34;
    margin-bottom: 3vw;
  }
  .sec06 .greeting_box .doctor02 .bottom_box .flexbox .career .career_text, .sec06 .greeting_box .doctor02 .bottom_box .flexbox .shozoku .career_text, .sec06 .greeting_box .doctor02 .bottom_box .flexbox .seminar .career_text {
    margin-bottom: 3vw;
  }
  .sec06 .greeting_box .doctor02 .bottom_box .flexbox .career .item, .sec06 .greeting_box .doctor02 .bottom_box .flexbox .shozoku .item, .sec06 .greeting_box .doctor02 .bottom_box .flexbox .seminar .item {
    display: block;
    margin-bottom: 3vw;
  }
  .sec06 .greeting_box .doctor02 .bottom_box .flexbox .career .item .date, .sec06 .greeting_box .doctor02 .bottom_box .flexbox .shozoku .item .date, .sec06 .greeting_box .doctor02 .bottom_box .flexbox .seminar .item .date {
    width: 100%;
  }
  .sec06 .about_btn {
    border: 0.75px solid #A67E34;
    width: 80vw;
    color: #A67E34;
    border-radius: 10vw;
    font-size: 4vw;
    padding: 3vw 0;
    margin: 0 auto;
  }
  .sec06 .about_btn::before {
    display: none;
  }
}

.sec07 {
  margin-bottom: 100px;
}
.sec07 .flexbox {
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.sec07 .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sec07 {
    margin-bottom: 13.8vw;
    padding: 0 3vw;
  }
  .sec07 .flexbox {
    display: flex;
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 5vw;
  }
  .sec07 .pc {
    display: none;
  }
}/*# sourceMappingURL=style04.css.map */