@charset "UTF-8";
.main_image {
  position: relative;
  width: 1280px;
  min-width: 100%;
  height: 450px;
  padding-top: 195px;
  box-sizing: border-box;
  background: url(/images/caries/caries_key.webp) center top/cover no-repeat;
  overflow: hidden;
}
.main_image .inner {
  width: 1025px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
.main_image .text {
  position: relative;
  z-index: 5;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 48px;
  letter-spacing: 0.2em;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
}
@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/caries/caries_key.webp) right 40% top/cover no-repeat;
    overflow: hidden;
  }
  .main_image .inner {
    padding: 0 2.7vw;
  }
  .main_image .text {
    text-align: center;
    font-size: 5.8vw;
    padding-left: initial;
  }
}

.sec01 {
  margin-bottom: 100px;
}
.sec01 .point_header .point_title {
  font-feature-settings: "palt";
}
.sec01 .about_btn {
  color: #444444;
  margin-bottom: 45px;
}
.sec01 .about_btn::before {
  background: url(/images/common/pink_icon.webp) center/contain no-repeat;
}
.sec01 .point01 {
  margin-bottom: 40px;
}
.sec01 .point01_bottom {
  margin-bottom: 115px;
  width: 100%;
}
.sec01 .box_point02 {
  margin-bottom: 60px;
}
.sec01 .bottom_box {
  background-color: rgba(85, 168, 171, 0.1);
  padding: 40px 60px 55px;
  margin-bottom: 80px;
}
.sec01 .bottom_box .imagebox {
  width: 36%;
  margin-right: 50px;
}
.sec01 .bottom_box .textbox {
  width: 59%;
}
.sec01 .bottom_box .textbox .box_header {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #3B639A;
}
.sec01 .bottom_box .textbox .box_header .subtitle {
  font-size: 17px;
}
.sec01 .bottom_box .textbox .box_header .box_title {
  font-size: 24px;
}
.sec01 .tiryou_box {
  background-color: rgba(85, 168, 171, 0.1);
  padding: 35px 50px 60px;
}
.sec01 .tiryou_box .tiryou_title {
  font-size: 24px;
  padding-bottom: 20px;
  margin-bottom: 47px;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  letter-spacing: 0.1em;
  border-bottom: 1px dashed #3b639a;
}
.sec01 .tiryou_box .gridbox {
  grid-template-columns: repeat(3, 1fr);
  width: 968px;
  margin: 0 auto 35px;
  -moz-column-gap: 120px;
       column-gap: 120px;
}
.sec01 .tiryou_box .gridbox .box {
  width: 240px;
}
.sec01 .tiryou_box .gridbox .yajirushi {
  position: relative;
}
.sec01 .tiryou_box .gridbox .yajirushi::before {
  position: absolute;
  content: "▶";
  font-size: 18px;
  right: -70px;
  bottom: 50%;
  transform: translateY(50%);
}
.sec01 .tiryou_box .tiryou_text {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .sec01 {
    margin-bottom: 13.8vw;
  }
  .sec01 .point_header .point_title {
    font-size: 4.4vw;
    padding-left: 3vw;
  }
  .sec01 .about_btn {
    margin-bottom: 10vw;
  }
  .sec01 .point01_bottom {
    position: relative;
  }
  .sec01 .point01_bottom::before {
    position: absolute;
    content: "";
    width: 51vw;
    height: 47vw;
    right: -4vw;
    bottom: 17vw;
    background: url(/images/caries/sec01_1_bottom_kazari_sp.webp) center/contain no-repeat;
  }
  .sec01 .box_point02 {
    margin-bottom: 10vw;
  }
  .sec01 .bottom_box {
    padding: 10vw 5vw;
    margin-bottom: 10vw;
  }
  .sec01 .bottom_box .flexbox {
    display: block;
  }
  .sec01 .bottom_box .imagebox {
    width: 100%;
    margin-right: initial;
  }
  .sec01 .bottom_box .textbox {
    width: 100%;
  }
  .sec01 .bottom_box .textbox .box_header {
    padding-bottom: 3vw;
    margin-bottom: 5vw;
  }
  .sec01 .bottom_box .textbox .box_header .subtitle {
    font-size: 4vw;
  }
  .sec01 .bottom_box .textbox .box_header .box_title {
    font-size: 4.8vw;
  }
  .sec01 .tiryou_box {
    background-color: rgba(85, 168, 171, 0.1);
    padding: 10vw 5vw;
  }
  .sec01 .tiryou_box .tiryou_title {
    font-size: 4.8vw;
    padding-bottom: 3vw;
    margin-bottom: 5vw;
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    letter-spacing: 0.1em;
    border-bottom: 1px dashed #3b639a;
  }
  .sec01 .tiryou_box .gridbox {
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
    margin: 0 auto 5vw;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 10vw;
  }
  .sec01 .tiryou_box .gridbox .box {
    width: 60%;
    margin: 0 auto;
  }
  .sec01 .tiryou_box .gridbox .yajirushi {
    position: relative;
  }
  .sec01 .tiryou_box .gridbox .yajirushi::before {
    position: absolute;
    content: "▼";
    font-size: 5vw;
    right: 50%;
    bottom: -8vw;
    transform: translateX(50%);
  }
  .sec01 .tiryou_box .tiryou_text {
    font-size: 4vw;
    letter-spacing: 0.1em;
  }
}

.addsec01 {
  margin-bottom: 135px;
}
.addsec01 .hoken_box .hoken_table {
  width: 1120px;
  margin: 0 auto;
}
.addsec01 .hoken_box .hoken_table .blue {
  background-color: #3B639A;
  color: #fff;
  height: 84px;
}
.addsec01 .hoken_box .hoken_table .blue .blue_text {
  width: 33%;
  padding: 25px 0;
  font-size: 21px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  letter-spacing: 0.1em;
}
.addsec01 .hoken_box .hoken_table .blue .center {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
.addsec01 .hoken_box .hoken_table .white {
  color: #3B639A;
  height: 84px;
  border-left: 1px solid #3B639A;
  border-bottom: 1px solid #3B639A;
  border-right: 1px solid #3B639A;
}
.addsec01 .hoken_box .hoken_table .white .white_text {
  width: 33%;
  padding: 25px 0;
  font-size: 21px;
  text-align: center;
  letter-spacing: 0.1em;
}
.addsec01 .hoken_box .hoken_table .white .center {
  border-right: 1px solid #3B639A;
  border-left: 1px solid #3B639A;
}
.addsec01 .hoken_box .table01 {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .addsec01 {
    margin-bottom: 13.8vw;
  }
  .addsec01 .hoken_box .hoken_table {
    width: 100%;
    margin: 0 auto 5vw;
  }
  .addsec01 .hoken_box .hoken_table .box {
    font-size: 4vw;
  }
  .addsec01 .hoken_box .hoken_table .box .blue_text {
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    background-color: #3B639A;
    color: #fff;
    width: 49%;
    letter-spacing: 0.1em;
  }
  .addsec01 .hoken_box .hoken_table .box .white_text {
    width: 49%;
    text-align: center;
    border-right: 1px solid #3B639A;
    color: #3B639A;
    letter-spacing: 0.1em;
  }
  .addsec01 .hoken_box .hoken_table .box .center {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .addsec01 .hoken_box .hoken_table .box .center_w {
    border-top: 1px solid #3B639A;
    border-bottom: 1px solid #3B639A;
  }
  .addsec01 .hoken_box .hoken_table .box .over {
    display: table-cell;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
  }
  .addsec01 .hoken_box .hoken_table .box .bottom {
    border-bottom: 1px solid #3B639A;
  }
  .addsec01 .hoken_box .table_title {
    font-size: 4.8vw;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    color: #3B639A;
    letter-spacing: 0.1em;
  }
  .addsec01 .hoken_box .table_box {
    margin-bottom: 3vw;
  }
  .addsec01 .hoken_box .table01 {
    margin-bottom: 70px;
  }
}

.sec02 {
  margin-bottom: 100px;
}
.sec02 .first_box {
  margin-bottom: 100px;
}
.sec02 .first_box .textbox {
  margin-left: 90px;
  width: 58%;
}
.sec02 .first_box .textbox .box_title {
  font-size: 24px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  margin-bottom: 30px;
}
.sec02 .second_box {
  margin-bottom: 100px;
}
.sec02 .second_box .gridbox {
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 70px;
       column-gap: 70px;
}
.sec02 .second_box .gridbox .grid_title {
  font-size: 21px;
  border-top: 1px solid #3B639A;
  border-bottom: 1px solid #3B639A;
  text-align: center;
  padding: 15px 0 20px 50px;
  margin-bottom: 15px;
  position: relative;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
}
.sec02 .second_box .gridbox .tou::before {
  content: "";
  position: absolute;
  width: 66px;
  height: 35px;
  left: 80px;
  bottom: 50%;
  transform: translateY(50%);
  background: url(/images/caries/toubun.webp) center/contain no-repeat;
}
.sec02 .second_box .gridbox .san::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 43px;
  left: 110px;
  bottom: 50%;
  transform: translateY(50%);
  background: url(/images/caries/san.webp) center/contain no-repeat;
}
.sec02 .second_box .gridbox .plaque::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 20px;
  left: 30px;
  bottom: 50%;
  transform: translateY(50%);
  background: url(/images/caries/plaque.webp) center/contain no-repeat;
}
.sec02 .third_box {
  margin-bottom: 100px;
}
.sec02 .third_box .textbox {
  padding: 50px 250px 35px 100px;
  border: 1px solid #3B639A;
  position: relative;
}
.sec02 .third_box .textbox .box_title {
  font-size: 24px;
  color: #3B639A;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  margin-bottom: 30px;
  position: relative;
}
.sec02 .third_box .textbox .box_title::before {
  content: "";
  position: absolute;
  width: 54px;
  height: 28px;
  left: 185px;
  top: -15px;
  background: url(/images/caries/kazari01.webp) center/contain no-repeat;
}
.sec02 .third_box .textbox::before {
  content: "";
  position: absolute;
  width: 166px;
  height: 201px;
  right: 45px;
  bottom: 0px;
  background: url(/images/caries/kazari02.webp) center/contain no-repeat;
}
.sec02 .fourth_box .box_header .box_title {
  font-size: 24px;
  text-align: center;
  border-bottom: 1px solid #3B639A;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  padding-bottom: 20px;
  margin-bottom: 55px;
}
.sec02 .fourth_box .gridbox {
  grid-template-columns: repeat(5, 1fr);
  -moz-column-gap: 35px;
       column-gap: 35px;
}
.sec02 .fourth_box .gridbox .grid_title {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  margin-bottom: 30px;
}
.sec02 .fourth_box .gridbox .c0 {
  background-color: rgba(59, 99, 154, 0.3);
}
.sec02 .fourth_box .gridbox .c1 {
  background-color: rgba(59, 99, 154, 0.4);
}
.sec02 .fourth_box .gridbox .c2 {
  background-color: rgba(59, 99, 154, 0.6);
}
.sec02 .fourth_box .gridbox .c3 {
  background-color: rgba(59, 99, 154, 0.8);
}
.sec02 .fourth_box .gridbox .c4 {
  background-color: rgb(59, 99, 154);
}
.sec02 .fourth_box .gridbox .imagebox {
  height: 248px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.sec02 .fourth_box .gridbox .box_title {
  font-size: 24px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  text-align: center;
  height: 82px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .sec02 {
    margin-bottom: 13.8vw;
  }
  .sec02 .first_box {
    margin-bottom: 10vw;
  }
  .sec02 .first_box .flexbox {
    display: block;
  }
  .sec02 .first_box .textbox {
    margin-left: initial;
    width: 100%;
  }
  .sec02 .first_box .textbox .box_title {
    font-size: 4.8vw;
    margin-bottom: 5vw;
  }
  .sec02 .first_box .imagebox {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 3vw;
  }
  .sec02 .second_box {
    margin-bottom: 10vw;
  }
  .sec02 .second_box .gridbox {
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: initial;
         column-gap: initial;
    row-gap: 5vw;
  }
  .sec02 .second_box .gridbox .grid_title {
    font-size: 4.5vw;
    padding: 5vw 0 5vw 10vw;
    margin-bottom: 5vw;
    position: relative;
  }
  .sec02 .second_box .gridbox .tou::before {
    content: "";
    position: absolute;
    width: 15vw;
    height: 9vw;
    left: 26vw;
    bottom: 50%;
    transform: translateY(50%);
    background: url(/images/caries/toubun.webp) center/contain no-repeat;
  }
  .sec02 .second_box .gridbox .san::before {
    content: "";
    position: absolute;
    width: 12vw;
    height: 11vw;
    left: 29vw;
    bottom: 50%;
    transform: translateY(50%);
    background: url(/images/caries/san.webp) center/contain no-repeat;
  }
  .sec02 .second_box .gridbox .plaque::before {
    content: "";
    position: absolute;
    width: 12vw;
    height: 7vw;
    left: 12vw;
    bottom: 50%;
    transform: translateY(50%);
    background: url(/images/caries/plaque.webp) center/contain no-repeat;
  }
  .sec02 .second_box .gridbox .grid_text {
    font-size: 4vw;
  }
  .sec02 .third_box {
    margin-bottom: 13.7vw;
  }
  .sec02 .third_box .textbox {
    padding: 10vw 5vw 30vw;
  }
  .sec02 .third_box .textbox .box_title {
    font-size: 4.8vw;
    margin-bottom: 5vw;
  }
  .sec02 .third_box .textbox .box_title::before {
    content: "";
    position: absolute;
    width: 10vw;
    height: 6vw;
    left: 0;
    top: -4vw;
    background: url(/images/caries/kazari01.webp) center/contain no-repeat;
  }
  .sec02 .third_box .textbox::before {
    content: "";
    position: absolute;
    width: 26vw;
    height: 30vw;
    right: 7vw;
    bottom: 0px;
    background: url(/images/caries/kazari02.webp) center/contain no-repeat;
  }
  .sec02 .fourth_box .box_header .box_title {
    font-size: 4.8vw;
    padding-bottom: 3vw;
    margin-bottom: 5vw;
  }
  .sec02 .fourth_box .gridbox {
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: initial;
         column-gap: initial;
    row-gap: 10vw;
  }
  .sec02 .fourth_box .gridbox .grid_title {
    font-size: 4.5vw;
    margin-bottom: 5vw;
  }
  .sec02 .fourth_box .gridbox .imagebox {
    width: 40%;
    height: auto;
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    justify-content: center;
  }
  .sec02 .fourth_box .gridbox .box_title {
    font-size: 4.5vw;
    height: auto;
    margin-top: 3vw;
  }
}

.sec03 {
  margin-bottom: 100px;
}
.sec03 .flexbox {
  align-items: flex-start;
  margin-bottom: 45px;
}
.sec03 .flexbox .textbox {
  margin-left: 45px;
  width: 48%;
}
.sec03 .about_btn {
  color: #444444;
}
.sec03 .about_btn::before {
  background: url(/images/common/pink_icon.webp) center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .sec03 {
    margin-bottom: 13.8vw;
  }
  .sec03 .flexbox {
    margin-bottom: 10vw;
    display: block;
  }
  .sec03 .flexbox .textbox {
    margin-left: initial;
    width: 100%;
  }
}/*# sourceMappingURL=caries01.css.map */