@charset "UTF-8";
.main_image {
  position: relative;
  height: 500px;
  padding-top: 0;
  box-sizing: border-box;
  background: url(/images/wisdomteeth/wisdomteeth_key.webp) center top/cover no-repeat;
  overflow: hidden;
}
.main_image .inner {
  width: 1125px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
.main_image .text {
  position: relative;
  z-index: 5;
  padding-top: 220px;
  padding-left: 0;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 52px;
  letter-spacing: 0.2em;
  color: #fff;
  text-shadow: 0 0 5px rgba(155, 152, 152, 0.71);
}
.main_image .text:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -105px;
  top: 50%;
  transform: translateY(-50%);
  width: 221px;
  height: 221px;
  background: url(/images/common/key_logo.webp) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .main_image {
    position: relative;
    height: 80vw;
    padding-top: 34.3vw;
    box-sizing: border-box;
    background: url(/images/wisdomteeth/wisdomteeth_key.webp) 76% top/cover no-repeat;
    overflow: hidden;
  }
  .main_image .inner {
    padding: 0 2.7vw;
  }
  .main_image .text {
    padding-top: 0;
    padding-left: 6.6vw;
    font-size: 5.8vw;
    text-align: left;
  }
  .main_image .text:before {
    left: 0;
    top: 4.3vw;
    width: 21.3vw;
    height: 21.3vw;
    background: url(/images/common/key_logo.webp) center/contain no-repeat;
  }
}

.sec01 {
  margin-bottom: 100px;
}
.sec01 .reason01,
.sec01 .reason03,
.sec01 .reason05 {
  display: block;
}
.sec01 .reason01 .upper,
.sec01 .reason03 .upper,
.sec01 .reason05 .upper {
  margin-bottom: 35px;
}
.sec01 .reason01 .upper .reason_header,
.sec01 .reason03 .upper .reason_header,
.sec01 .reason05 .upper .reason_header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.sec01 .reason01 .upper .reason_num,
.sec01 .reason03 .upper .reason_num,
.sec01 .reason05 .upper .reason_num {
  margin-right: 20px;
  letter-spacing: 0.03em;
  font-size: clamp(41px, 5.468vw, 70px);
  color: #172243;
  text-wrap: nowrap;
}
.sec01 .reason01 .upper .reason_title,
.sec01 .reason03 .upper .reason_title,
.sec01 .reason05 .upper .reason_title {
  padding-top: 10px;
  letter-spacing: 0.13em;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: clamp(22px, 2.968vw, 38px);
  font-weight: 600;
  color: #1a2952;
}
.sec01 .reason01 .under,
.sec01 .reason03 .under,
.sec01 .reason05 .under {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.sec01 .reason01 .under .textbox,
.sec01 .reason03 .under .textbox,
.sec01 .reason05 .under .textbox {
  margin-right: 50px;
}
.sec01 .reason01 .under .textbox .cont_title,
.sec01 .reason03 .under .textbox .cont_title,
.sec01 .reason05 .under .textbox .cont_title {
  font-size: clamp(21px, 1.875vw, 24px);
}
.sec01 .reason01,
.sec01 .reason03 {
  margin-bottom: 80px;
}
.sec01 .reason02,
.sec01 .reason04 {
  margin-bottom: 80px;
  display: block;
}
.sec01 .reason02 .upper,
.sec01 .reason04 .upper {
  margin-bottom: 35px;
}
.sec01 .reason02 .upper .reason_header,
.sec01 .reason04 .upper .reason_header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.sec01 .reason02 .upper .reason_num,
.sec01 .reason04 .upper .reason_num {
  margin-right: 20px;
  letter-spacing: 0.03em;
  font-size: clamp(41px, 5.468vw, 70px);
  color: #172243;
  text-wrap: nowrap;
}
.sec01 .reason02 .upper .reason_title,
.sec01 .reason04 .upper .reason_title {
  padding-top: 10px;
  letter-spacing: 0.13em;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: clamp(22px, 2.968vw, 38px);
  font-weight: 600;
  color: #1a2952;
}
.sec01 .reason02 .under,
.sec01 .reason04 .under {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row-reverse;
}
.sec01 .reason02 .under .textbox,
.sec01 .reason04 .under .textbox {
  margin-left: 50px;
}
.sec01 .reason02 .under .textbox .cont_title,
.sec01 .reason04 .under .textbox .cont_title {
  font-size: clamp(21px, 1.875vw, 24px);
}
@media screen and (max-width: 767px) {
  .sec01 {
    margin-bottom: 13.8vw;
  }
  .sec01 .reason01,
  .sec01 .reason03,
  .sec01 .reason05 {
    display: block;
  }
  .sec01 .reason01 .upper,
  .sec01 .reason03 .upper,
  .sec01 .reason05 .upper {
    margin-bottom: 4.2vw;
  }
  .sec01 .reason01 .upper .reason_header,
  .sec01 .reason03 .upper .reason_header,
  .sec01 .reason05 .upper .reason_header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .sec01 .reason01 .upper .reason_num,
  .sec01 .reason03 .upper .reason_num,
  .sec01 .reason05 .upper .reason_num {
    margin-right: 3vw;
    letter-spacing: 0.03em;
    font-size: 10.6vw;
    text-wrap: nowrap;
  }
  .sec01 .reason01 .upper .reason_title,
  .sec01 .reason03 .upper .reason_title,
  .sec01 .reason05 .upper .reason_title {
    padding-top: 0;
    letter-spacing: 0.03em;
    font-size: 5.5vw;
    font-weight: 600;
  }
  .sec01 .reason01 .under,
  .sec01 .reason03 .under,
  .sec01 .reason05 .under {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .sec01 .reason01 .under .textbox,
  .sec01 .reason03 .under .textbox,
  .sec01 .reason05 .under .textbox {
    margin-right: initial;
  }
  .sec01 .reason01 .under .textbox .cont_title,
  .sec01 .reason03 .under .textbox .cont_title,
  .sec01 .reason05 .under .textbox .cont_title {
    font-size: 5vw;
  }
  .sec01 .reason01,
  .sec01 .reason03 {
    margin-bottom: 13.8vw;
  }
  .sec01 .reason02,
  .sec01 .reason04 {
    margin-bottom: 13.8vw;
    display: block;
  }
  .sec01 .reason02 .upper,
  .sec01 .reason04 .upper {
    margin-bottom: 4.2vw;
  }
  .sec01 .reason02 .upper .reason_header,
  .sec01 .reason04 .upper .reason_header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .sec01 .reason02 .upper .reason_num,
  .sec01 .reason04 .upper .reason_num {
    margin-right: 3vw;
    letter-spacing: 0.03em;
    font-size: 10.6vw;
    text-wrap: nowrap;
  }
  .sec01 .reason02 .upper .reason_title,
  .sec01 .reason04 .upper .reason_title {
    padding-top: 10px;
    letter-spacing: 0.13em;
    font-size: 5.5vw;
  }
  .sec01 .reason02 .under,
  .sec01 .reason04 .under {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row-reverse;
  }
  .sec01 .reason02 .under .textbox,
  .sec01 .reason04 .under .textbox {
    margin-left: initial;
  }
  .sec01 .reason02 .under .textbox .cont_title,
  .sec01 .reason04 .under .textbox .cont_title {
    font-size: 5vw;
  }
}

.sec02 {
  margin-bottom: 100px;
}
.sec02 .sec_text {
  width: 816px;
  max-width: 100%;
  margin: 0 auto 80px;
}
.sec02 .check_list_box {
  background-color: initial;
}
.sec02 .check_list_box::before {
  z-index: 1;
}
.sec02 .check_list_box::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  width: 188px;
  height: 42px;
}
.sec02 .check_list_box .check_list_title {
  width: 88%;
  padding-bottom: 20px;
  border-bottom: 2px solid #c7b299;
  margin-bottom: 5px;
  color: #4d4d4d;
}
.sec02 .check_list_box .check_column {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .sec02 {
    margin-bottom: 13.8vw;
  }
  .sec02 .sec_text {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 13.8vw;
  }
  .sec02 .check_list_box {
    background-color: initial;
  }
  .sec02 .check_list_box::after {
    top: -8vw;
    width: 50.1vw;
    height: 11.2vw;
  }
  .sec02 .check_list_box .check_list_title {
    padding-bottom: 4.2vw;
    border-bottom: 2px solid #c7b299;
    margin-bottom: 1.33vw;
  }
  .sec02 .check_list_box .check_column {
    margin-bottom: 8vw;
  }
}

.sec03 {
  margin-bottom: 100px;
}
.sec03 .column_box {
  margin-bottom: 130px;
  background-color: #f2f2ed;
}
.sec03 .column_box .cont_title {
  font-weight: 600;
}
.sec03 .column_box .column_box_title {
  color: #333333;
  border-bottom: 2px solid #c7b299;
}
.sec03 .column_box .meyasu {
  width: 620px;
  max-width: 100%;
  margin: 0 auto;
}
.sec03 .column_box .meyasu .item {
  margin-bottom: 35px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.sec03 .column_box .meyasu .item .title {
  width: 4em;
  margin-right: 30px;
  letter-spacing: 0.2em;
  font-size: 26px;
  font-weight: 600;
}
.sec03 .column_box .meyasu .item:nth-of-type(1) .title {
  color: #0071bc;
}
.sec03 .column_box .meyasu .item:nth-of-type(2) .title {
  color: #f7931e;
}
.sec03 .column_box .meyasu .item:nth-of-type(3) .title {
  color: #c1272d;
}
.sec03 .column_box .comment_text {
  width: 585px;
  max-width: 100%;
  margin: 0 auto;
  text-indent: -1em;
}
.sec03 .wisdomteeth_box {
  width: 970px;
  max-width: 100%;
  margin: 0 auto;
}
.sec03 .wisdomteeth_box .box_title {
  padding-bottom: 13px;
  border-bottom: 2px solid #1d2b53;
  margin-bottom: 50px;
  position: relative;
}
.sec03 .wisdomteeth_box .box_title .box_title_text {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
  color: #1d2b53;
  position: relative;
}
.sec03 .wisdomteeth_box .box_title .box_title_text::after {
  content: "";
  position: absolute;
  top: 38%;
  transform: translateY(-50%);
  right: -180px;
  background: url(/images/welcome/sec03_kazari01.webp) center/contain no-repeat;
  width: 170px;
  height: 117px;
}
.sec03 .wisdomteeth_box .item {
  width: 920px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
.sec03 .wisdomteeth_box .item:not(:last-of-type) {
  margin-bottom: 80px;
  position: relative;
}
.sec03 .wisdomteeth_box .item:not(:last-of-type)::before {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  background: url(/images/welcome/step_arrow.webp) center/contain no-repeat;
  width: 41px;
  height: 20px;
}
.sec03 .wisdomteeth_box .item_image {
  width: 300px;
  min-width: 300px;
  max-width: 33%;
}
.sec03 .wisdomteeth_box .textbox {
  margin-left: 50px;
}
.sec03 .wisdomteeth_box .item_head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 35px;
}
.sec03 .wisdomteeth_box .item_icon {
  width: 80px;
  margin-right: 20px;
}
.sec03 .wisdomteeth_box .item_title {
  font-size: 24px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .sec03 {
    margin-bottom: 13.8vw;
  }
  .sec03 .column_box {
    margin-bottom: 20.7vw;
  }
  .sec03 .column_box .cont_title {
    font-weight: 600;
  }
  .sec03 .column_box .column_box_title {
    border-bottom: 2px solid #c7b299;
  }
  .sec03 .column_box .meyasu {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .sec03 .column_box .meyasu .item {
    margin-bottom: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .sec03 .column_box .meyasu .item .title {
    width: 4em;
    margin-right: 0;
    margin-bottom: 2.4vw;
    letter-spacing: 0.2em;
    font-size: 5.93vw;
    font-weight: 600;
    text-align: center;
  }
  .sec03 .column_box .meyasu .item .text {
    font-size: 4vw;
    text-align: justify;
  }
  .sec03 .column_box .comment_text {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    font-size: 3.75vw;
    text-align: justify;
  }
  .sec03 .wisdomteeth_box {
    width: 970px;
    max-width: 100%;
    margin: 0 auto;
  }
  .sec03 .wisdomteeth_box .box_title {
    padding-bottom: 4.2vw;
    margin-bottom: 4.2vw;
    position: relative;
  }
  .sec03 .wisdomteeth_box .box_title .box_title_text {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    font-size: 4.8vw;
    letter-spacing: 0.05em;
    position: relative;
    padding-right: 2em;
  }
  .sec03 .wisdomteeth_box .box_title .box_title_text::after {
    content: "";
    position: absolute;
    top: initial;
    transform: none;
    bottom: 8vw;
    right: -14vw;
    background: url(/images/welcome/sec03_kazari01.webp) center/contain no-repeat;
    width: 27.19vw;
    height: 18.72vw;
  }
  .sec03 .wisdomteeth_box .item {
    width: 920px;
    max-width: 100%;
    display: block;
  }
  .sec03 .wisdomteeth_box .item:not(:last-of-type) {
    margin-bottom: 20.7vw;
    position: relative;
  }
  .sec03 .wisdomteeth_box .item:not(:last-of-type)::before {
    content: "";
    position: absolute;
    bottom: -12vw;
    left: 50%;
    transform: translateX(-50%);
    background: url(/images/welcome/step_arrow.webp) center/contain no-repeat;
    width: 10.93vw;
    height: 5.3vw;
  }
  .sec03 .wisdomteeth_box .item_image {
    width: 100%;
    min-width: 300px;
    max-width: 100%;
    margin: 0 auto 4.2vw;
  }
  .sec03 .wisdomteeth_box .item_image img {
    width: 100%;
  }
  .sec03 .wisdomteeth_box .textbox {
    margin-left: initial;
  }
  .sec03 .wisdomteeth_box .item_head {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 4.2vw;
  }
  .sec03 .wisdomteeth_box .item_icon {
    width: 21.33vw;
    min-width: 21.33vw;
    margin-right: 3vw;
  }
  .sec03 .wisdomteeth_box .item_icon img {
    width: 100%;
  }
  .sec03 .wisdomteeth_box .item_title {
    font-size: 4.8vw;
    letter-spacing: 0.1em;
  }
  .sec03 .wisdomteeth_box .item_text {
    font-size: 4vw;
  }
  .sec03 .wisdomteeth_box .item_comment {
    font-size: 4vw;
  }
  .sec03 .column_box {
    background-color: #f2f2ed;
  }
  .sec03 .column_box .column_box_title {
    font-size: 4.8vw;
  }
  .sec03 .column_box .cont_title {
    font-size: 4.2vw;
    font-weight: 600;
  }
  .sec03 .column_box .textbox {
    margin-right: initial;
    margin-bottom: 4.2vw;
  }
}

.sec04 {
  margin-bottom: 100px;
}
.sec04 .sec_text {
  width: 710px;
  max-width: 100%;
  margin: 0 auto 40px;
}
.sec04 .column_box {
  background-color: #f2f2ed;
  margin: 0 auto;
}
.sec04 .column_box .cont01,
.sec04 .column_box .cont02,
.sec04 .column_box .cont03 {
  flex-direction: row-reverse;
}
.sec04 .column_box .cont01 .imagebox,
.sec04 .column_box .cont02 .imagebox,
.sec04 .column_box .cont03 .imagebox {
  width: 30%;
  max-width: 300px;
  min-width: 30%;
}
.sec04 .column_box .cont01 .textbox,
.sec04 .column_box .cont02 .textbox,
.sec04 .column_box .cont03 .textbox {
  width: 70%;
  max-width: 70%;
  min-width: 60%;
  margin-left: 60px;
}
.sec04 .column_box .cont01 .textbox .title_box,
.sec04 .column_box .cont02 .textbox .title_box,
.sec04 .column_box .cont03 .textbox .title_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
}
.sec04 .column_box .cont01 .textbox .title_box .num_box,
.sec04 .column_box .cont02 .textbox .title_box .num_box,
.sec04 .column_box .cont03 .textbox .title_box .num_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}
.sec04 .column_box .cont01 .textbox .title_box .num_box .text,
.sec04 .column_box .cont02 .textbox .title_box .num_box .text,
.sec04 .column_box .cont03 .textbox .title_box .num_box .text {
  letter-spacing: 0.1em;
  font-size: 15px;
  font-weight: 500;
  color: #172243;
}
.sec04 .column_box .cont01 .textbox .title_box .num_box .num,
.sec04 .column_box .cont02 .textbox .title_box .num_box .num,
.sec04 .column_box .cont03 .textbox .title_box .num_box .num {
  margin-top: -14px;
  letter-spacing: 0.04em;
  font-size: 39px;
  font-weight: 500;
  text-wrap: nowrap;
  color: #172243;
}
.sec04 .column_box .cont01 .textbox .title_box .cont_title,
.sec04 .column_box .cont02 .textbox .title_box .cont_title,
.sec04 .column_box .cont03 .textbox .title_box .cont_title {
  width: 90%;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: clamp(22px, 1.875vw, 24px);
  color: #172243;
  line-height: 1.2;
  padding-left: 0;
  padding-bottom: 5px;
  border-bottom: 2px solid #172243;
  margin-bottom: 0;
}
.sec04 .column_box .cont01 .textbox .cont_text,
.sec04 .column_box .cont02 .textbox .cont_text,
.sec04 .column_box .cont03 .textbox .cont_text {
  padding-left: 0;
}
.sec04 .column_box .cont01,
.sec04 .column_box .cont02 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .sec04 {
    margin-bottom: 13.8vw;
  }
  .sec04 .sec_text {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 13.8vw;
  }
  .sec04 .column_box {
    background-color: #f2f2ed;
    margin: 0 auto;
  }
  .sec04 .column_box .cont01,
  .sec04 .column_box .cont02,
  .sec04 .column_box .cont03 {
    flex-direction: row-reverse;
  }
  .sec04 .column_box .cont01 .imagebox,
  .sec04 .column_box .cont02 .imagebox,
  .sec04 .column_box .cont03 .imagebox {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .sec04 .column_box .cont01 .textbox,
  .sec04 .column_box .cont02 .textbox,
  .sec04 .column_box .cont03 .textbox {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin-left: initial;
  }
  .sec04 .column_box .cont01 .textbox .title_box,
  .sec04 .column_box .cont02 .textbox .title_box,
  .sec04 .column_box .cont03 .textbox .title_box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 10px;
  }
  .sec04 .column_box .cont01 .textbox .title_box .num_box,
  .sec04 .column_box .cont02 .textbox .title_box .num_box,
  .sec04 .column_box .cont03 .textbox .title_box .num_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
  }
  .sec04 .column_box .cont01 .textbox .title_box .num_box .text,
  .sec04 .column_box .cont02 .textbox .title_box .num_box .text,
  .sec04 .column_box .cont03 .textbox .title_box .num_box .text {
    letter-spacing: 0.1em;
    font-size: 3.75vw;
    font-weight: 500;
  }
  .sec04 .column_box .cont01 .textbox .title_box .num_box .num,
  .sec04 .column_box .cont02 .textbox .title_box .num_box .num,
  .sec04 .column_box .cont03 .textbox .title_box .num_box .num {
    margin-top: -14px;
    letter-spacing: 0.04em;
    font-size: 10.6vw;
    text-wrap: nowrap;
  }
  .sec04 .column_box .cont01 .textbox .title_box .cont_title,
  .sec04 .column_box .cont02 .textbox .title_box .cont_title,
  .sec04 .column_box .cont03 .textbox .title_box .cont_title {
    width: 76%;
    font-size: 5.5vw;
    letter-spacing: -0.03em;
    line-height: 1.2;
    padding-left: 0;
    padding-bottom: 5px;
    border-bottom: 2px solid #172243;
    margin-bottom: 0;
  }
  .sec04 .column_box .cont01 .textbox .cont_text,
  .sec04 .column_box .cont02 .textbox .cont_text,
  .sec04 .column_box .cont03 .textbox .cont_text {
    padding-left: 0;
  }
  .sec04 .column_box .cont01,
  .sec04 .column_box .cont02 {
    margin-bottom: 60px;
  }
}

.sec05 {
  margin-bottom: 100px;
}
.sec05 .qa_box {
  box-sizing: border-box;
  width: 1060px;
  max-width: 100%;
  padding: 50px 0 50px;
  margin: 0 auto;
  background-image: linear-gradient(#e9e0d6, #ffffff 68%);
}
.sec05 .qa_box .q_box {
  margin-bottom: 50px;
  border-bottom: 1px solid #172243;
  position: relative;
}
.sec05 .qa_box .q_box::before {
  position: absolute;
  bottom: -30px;
  left: 4em;
  width: 0;
  height: 0;
  content: "";
  border-width: 30px 20px 0 20px;
  border-style: solid;
  border-color: #172243 transparent transparent transparent;
}
.sec05 .qa_box .q_box::after {
  position: absolute;
  bottom: -29px;
  left: 4em;
  width: 0;
  height: 0;
  content: "";
  border-width: 30px 20px 0 20px;
  border-style: solid;
  border-color: rgb(245, 243, 239) transparent transparent transparent;
}
.sec05 .qa_box .q_text {
  box-sizing: border-box;
  margin-bottom: 20px;
  padding-left: 70px;
  padding-right: 3em;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 24px;
  letter-spacing: 0.1em;
  text-align: justify;
  color: #172243;
  position: relative;
}
.sec05 .qa_box .q_text::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: url(/images/wisdomteeth/text_q.webp) center/contain no-repeat;
  width: 38px;
  height: 37px;
}
.sec05 .qa_box .a_text {
  box-sizing: border-box;
  padding-left: 70px;
  padding-right: 3em;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: justify;
  position: relative;
}
.sec05 .qa_box .a_text::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 0px;
  background: url(/images/wisdomteeth/text_a.webp) center/contain no-repeat;
  width: 34px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .sec05 {
    margin-bottom: 13.8vw;
  }
  .sec05 .qa_box {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    padding: 13.8vw 0vw;
    margin: 0 auto;
  }
  .sec05 .qa_box .q_box {
    margin-bottom: 13.33vw;
    border-bottom: 1px solid #172243;
    position: relative;
  }
  .sec05 .qa_box .q_box::before {
    position: absolute;
    bottom: -8vw;
    left: 4em;
    width: 0;
    height: 0;
    content: "";
    border-width: 8vw 5.33vw 0 5.33vw;
    border-style: solid;
    border-color: #172243 transparent transparent transparent;
  }
  .sec05 .qa_box .q_box::after {
    position: absolute;
    bottom: -7.73vw;
    left: 4em;
    width: 0;
    height: 0;
    content: "";
    border-width: 8vw 5.33vw 0 5.33vw;
    border-style: solid;
    border-color: rgb(245, 239, 234) transparent transparent transparent;
  }
  .sec05 .qa_box .q_text {
    margin-bottom: 8vw;
    padding-left: 14vw;
    padding-right: 1em;
    font-size: 4.8vw;
    position: relative;
  }
  .sec05 .qa_box .q_text::before {
    content: "";
    position: absolute;
    left: 2vw;
    top: 1vw;
    transform: initial;
    width: 10.13vw;
    height: 9.86vw;
  }
  .sec05 .qa_box .a_text {
    padding-left: 14vw;
    padding-right: 1em;
    font-size: 4vw;
    letter-spacing: 0.1em;
    line-height: 1.8;
    text-align: justify;
    position: relative;
  }
  .sec05 .qa_box .a_text::before {
    content: "";
    position: absolute;
    left: 2vw;
    top: 1vw;
    width: 9.06vw;
    height: 8vw;
  }
}/*# sourceMappingURL=wisdomteeth.css.map */