.line-wrap {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  padding: 30px 0;
}
.line-wrap ul {
  display: flex;
  justify-content: space-evenly;
}
.line-wrap ul li {
  border-right: 1px dotted #ccc;
  padding: 20px 3%;
  width: 33.33%;
}
.line-wrap ul li:last-child {
  border-right: none;
}

.orange-wrap {
  background: #f9f6f2;
  border-radius: 50px;
  max-width: 1500px;
  padding: 100px 5%;
  margin: 0 5%;
  width: 90%;
}

.orange-ttl {
  color: var(--color_orange);
  font-weight: bolder;
  margin-bottom: 30px;
}

.imp-intro {
  margin-bottom: 120px;
}

.imp-intro_wrap {
  margin-bottom: 80px;
}
.imp-intro_wrap .f52 {
  text-align: center;
}
.imp-intro_wrap .f32 {
  margin-bottom: 20px;
  text-align: center;
}
.imp-intro_wrap .f18 {
  text-align: center;
}

.imp-index {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: 1fr;
  grid-column-gap: 40px;
}
.imp-index .line-wrap {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  border-radius: 50px;
  padding: 0;
}
.imp-index .line-wrap:hover {
  background: #f5f5f5;
  transition-duration: 0.2s;
}
.imp-index .line-wrap a {
  display: block;
  color: var(--color_bk) !important;
  padding: 30px 0;
}
.imp-index .line-wrap img {
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  height: 139px;
  justify-content: center;
}
.imp-index .line-wrap .arrow {
  text-align: center;
}
.imp-index .line-wrap .arrow img {
  height: 35px;
  margin: 0 auto;
}

.lw-01 a {
  padding: 50px 3% !important;
}
.lw-01 a .index-name {
  margin-bottom: 20px;
}

.index-name {
  text-align: center;
}

.implant {
  background: #f9f6f2;
  border-radius: 60px;
  padding: 120px 0 120px;
  margin-bottom: 120px;
}

.implant-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 120px;
}
.implant-flex .implant-flex_ttl {
  width: 50%;
}
.implant-flex .implant-flex_ttl .f42 .f32 {
  display: block;
}
.implant-flex .f18 {
  width: 50%;
}

.loss-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
.loss-list li {
  width: 30%;
}
.loss-list li img {
  margin-bottom: 30px;
  width: 100%;
}
.loss-list li .f20 {
  text-align: center;
}

.structure-wrap {
  margin-bottom: 120px;
}
.structure-wrap .cm-h6 {
  margin-bottom: 50px;
}
.structure-wrap img {
  display: block;
  margin: 0 auto;
  max-width: 730px;
  width: 100%;
}

.white-box {
  background-color: #fff;
  border-radius: 50px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 120px;
  padding: 8% 5%;
}
.white-box .white-box_intro {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 50px;
}
.white-box .white-box_intro .f32 {
  width: 36%;
  line-height: 1.5;
}
.white-box .white-box_intro .f18 {
  width: 62%;
}

.white-box_list li {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.white-box_list li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.white-box_flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.white-box_flex .white-box_cont {
  order: 1;
  width: 44%;
}
.white-box_flex .cm-h6 span:before b {
  color: var(--color_orange);
}
.white-box_flex .white-box_img {
  order: 2;
  width: 52%;
}

.method {
  background: #fff;
  border-radius: 50px;
  max-width: 1500px;
  padding: 100px 5%;
  margin: 0 5% 120px;
  width: 90%;
}

.method-intro {
  margin-bottom: 80px;
}
.method-intro .f36 {
  margin-bottom: 15px;
  text-align: center;
}
.method-intro .f36 .f26 {
  display: block;
}
.method-intro .f18 {
  text-align: center;
}

.gbr_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px;
}
.gbr_flex .gbr_flex-cont {
  width: 70%;
}
.gbr_flex .gbr_flex-cont .f30 {
  color: var(--color_orange);
  font-weight: bolder;
  margin-bottom: 20px;
}
.gbr_flex .gbr_flex-cont .f22 {
  font-weight: bolder;
  margin-bottom: 20px;
}
.gbr_flex img {
  width: 25%;
}

.method-flow {
  margin-bottom: 100px;
}
.method-flow img {
  width: 100%;
}

.method-detail_flex {
  display: flex;
  justify-content: space-between;
}
.method-detail_flex .method-detail_flex-wrap {
  border-radius: 30px;
  border: 1px solid #cccccc;
  padding: 60px;
  width: 49%;
}
.method-detail_flex .method-detail_flex-wrap .f26 {
  margin-bottom: 30px;
}
.method-detail_flex .method-detail_flex-wrap .f26 .f15 {
  display: block;
  line-height: 1.4;
}
.method-detail_flex .method-detail_flex-wrap img {
  margin-bottom: 50px;
}

.ct .orange-wrap {
  background-color: #f6ebdc;
  margin: 0 auto;
  width: 100%;
}
.ct .orange-wrap .f18 {
  margin-bottom: 50px;
  text-align: center;
}

.treatment-wrap img {
  width: 100%;
}

.treatment-list {
  display: flex;
  justify-content: space-between;
}
.treatment-list li {
  margin: 0 10px;
  width: 20%;
}
.treatment-list li .step {
  font-family: var(--inter);
  font-size: 15px;
  color: var(--color_orange);
  text-align: center;
  margin: 30px 0 10px;
  font-weight: 500;
}
.treatment-list li .white-bg {
  margin-bottom: 10px;
  text-align: center;
}
.treatment-list li .white-bg span {
  background: #fff;
  border-radius: 30px;
  font-size: 18px;
  padding: 5px 18px 2px;
  font-weight: 600;
  width: 80%;
  display: block;
  margin: 0 auto;
}

.ct_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 130px;
}
.ct_flex img {
  width: 45%;
}
.ct_flex .ct_flex-cont {
  width: 50%;
}
.ct_flex .ct_flex-cont .f34 {
  margin-bottom: 30px;
}
.ct_flex .ct_flex-cont .f34 .f20 {
  display: block;
}

.bridge_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
.bridge_flex img {
  border-radius: 10px;
  width: 45%;
}
.bridge_flex .bridge_flex-cont {
  width: 50%;
}
.bridge_flex .bridge_flex-cont .f42 {
  line-height: 1.7;
  margin-bottom: 20px;
}
.bridge_flex .bridge_flex-cont .f42 .f32 {
  display: block;
}

.line-wrap.last {
  border: 1px solid #ccc;
  border-radius: 50px;
  box-shadow: none;
}
.line-wrap.last ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.line-wrap.last ul li img {
  display: block;
  height: 166px;
  margin: 0 auto 20px;
}
.line-wrap.last ul li .index-name {
  margin-bottom: 20px;
}

@media (max-width: 1380px) {
  .treatment-list li .white-bg span {
    font-size: 15px;
  }
  .index-name {
    font-size: 20px;
  }
  .method-detail_flex .method-detail_flex-wrap {
    padding: 5%;
  }
  .method-detail_flex .method-detail_flex-wrap img {
    margin-bottom: 20px;
  }
  .gbr_flex .gbr_flex-cont {
    width: 55%;
  }
  .gbr_flex img {
    width: 40%;
  }
  .white-box_img .whole {
    width: 690px;
  }
  .line-wrap.last ul li .index-name {
    font-size: 20px;
  }
}
@media (max-width: 1100px) {
  .whole {
    width: 1100px;
  }
  .white-box .white-box_cont .f32 {
    font-size: 22px;
  }
  .white-box .white-box_cont .f32 .f22 {
    font-size: 18px;
  }
  .method-intro .f36 {
    font-size: 28px;
  }
  .method-intro .f36 .f26 {
    font-size: 20px;
  }
  .gbr_flex .gbr_flex-cont .f30 {
    margin-bottom: 10px;
    font-size: 26px;
  }
  .gbr_flex .gbr_flex-cont .f22 {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .ct_flex .ct_flex-cont .f34 {
    font-size: 28px;
  }
  .ct_flex .ct_flex-cont .f20 {
    font-size: 18px;
  }
}
@media (max-width: 900px) {
  .imp-intro {
    margin-bottom: 60px;
  }
  .imp-index .line-wrap {
    border-radius: 25px;
  }
  .imp-intro_wrap {
    margin-bottom: 30px;
  }
  .imp-intro_wrap .f52 {
    font-size: 26px;
    text-align: center;
  }
  .imp-intro_wrap .f32 {
    font-size: 16px;
  }
  .imp-intro_wrap .f18 {
    text-align: left;
  }
  .imp-index {
    display: block;
  }
  .index-name,
  .lw-01 a .index-name {
    font-size: 14px !important;
  }
  .imp-index .line-wrap img {
    height: 95px;
  }
  .lw-01 {
    margin-bottom: 15px;
  }
  .lw-01 a {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    padding: 20px 3% !important;
  }
  .lw-01 a img {
    margin: 0;
  }
  .lw-01 a div {
    width: 50%;
  }
  .implant {
    border-radius: 30px;
    padding: 60px 0 60px;
    margin-bottom: 60px;
  }
  .implant-flex {
    display: block;
    margin-bottom: 40px;
  }
  .implant-flex .implant-flex_ttl {
    width: 100%;
    margin-bottom: 25px;
  }
  .implant-flex .implant-flex_ttl .f42 {
    text-align: center;
    font-size: 22px;
  }
  .implant-flex .implant-flex_ttl .f32 {
    text-align: center;
  }
  .implant-flex .f18 {
    width: 100%;
  }
  .orange-ttl {
    font-size: 13px;
    margin-bottom: 12px;
    text-align: center;
  }
  .loss-list {
    display: block;
    margin-bottom: 60px;
  }
  .loss-list li {
    margin-bottom: 20px;
    width: 100%;
  }
  .loss-list li div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(255, 255, 255, 0.6);
    padding: 8% 5%;
    border-radius: 10px;
  }
  .loss-list li div img {
    margin-bottom: 0 !important;
    width: 45% !important;
  }
  .loss-list li div .f20 {
    font-size: 16px !important;
    width: 55%;
  }
  .structure-wrap {
    margin-bottom: 40px;
  }
  .structure-wrap .whole-s {
    width: 600px;
  }
  .structure-wrap .cm-h6 {
    margin-bottom: 30px;
    font-size: 20px;
  }
  .structure-wrap .cm-h6 span {
    padding-left: 25px;
    display: block;
    font-size: 14px;
  }
  .white-box {
    border-radius: 25px;
    display: block;
    margin-bottom: 60px;
  }
  .white-box .white-box_intro {
    display: block;
    margin-bottom: 40px;
  }
  .white-box .white-box_intro .f32 {
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
  }
  .white-box .white-box_intro .f18 {
    width: 100%;
  }
  .white-box .white-box_cont {
    margin-top: 25px;
    width: 100%;
  }
  .white-box .white-box_cont .f32 {
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
  }
  .white-box .white-box_cont .f32 .f22 {
    font-size: 16px;
  }
  .white-box_flex {
    justify-content: space-between;
    display: block;
  }
  .white-box_flex .white-box_img {
    width: 100%;
  }
  .white-box_flex .white-box_img .whole {
    height: 280px;
    width: 560px;
  }
  .white-box_flex .white-box_img .cm-h6 {
    font-size: 20px;
  }
  .white-box_flex .white-box_img .cm-h6 span:before {
    height: 2px;
  }
  .white-box_flex .white-box_img .cm-h6 span:before b {
    color: var(--color_orange);
  }
  .white-box_list li {
    border-radius: 0 !important;
  }
  .implant {
    border-radius: 30px;
    padding: 60px 0 60px;
    margin-bottom: 60px;
  }
  .implant-flex .implant-flex_ttl {
    width: 100%;
    margin-bottom: 25px;
    text-align: center;
  }
  .method {
    border-radius: 25px;
    margin: 0 5% 60px;
    padding: 8% 5%;
  }
  .method-intro {
    margin-bottom: 30px;
  }
  .method-intro .f36 {
    font-size: 22px;
  }
  .method-intro .f36 .f26 {
    font-size: 16px !important;
    line-height: 1.4;
  }
  .method-intro .f18 {
    text-align: left;
  }
  .gbr_flex {
    display: block;
    margin-bottom: 0;
  }
  .gbr_flex .gbr_flex-cont {
    width: 100%;
    margin-bottom: 25px;
  }
  .gbr_flex .gbr_flex-cont .f30 {
    margin-bottom: 5px;
    font-size: 18px;
  }
  .gbr_flex .gbr_flex-cont .f22 {
    font-size: 16px;
    line-height: 1.7;
  }
  .gbr_flex img {
    width: 100%;
  }
  .method-flow {
    margin-bottom: 60px;
  }
  .method-detail_flex {
    display: block;
  }
  .method-detail_flex .method-detail_flex-wrap {
    padding: 8% 5%;
    width: 100%;
    margin-bottom: 15px;
  }
  .method-detail_flex .method-detail_flex-wrap .f26 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
  }
  .method-detail_flex .method-detail_flex-wrap .whole-s {
    margin-bottom: 25px;
    width: 700px;
  }
  .ct_flex {
    display: block;
    margin-bottom: 40px;
  }
  .ct_flex img {
    width: 100%;
    margin-bottom: 25px;
  }
  .ct_flex .ct_flex-cont {
    width: 100%;
  }
  .ct_flex .ct_flex-cont .f34 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .ct_flex .ct_flex-cont .f34 .f20 {
    font-size: 16px;
  }
  .bridge_flex {
    display: block;
    margin-bottom: 40px;
  }
  .bridge_flex img {
    width: 100%;
    margin-bottom: 25px;
  }
  .bridge_flex .bridge_flex-cont {
    width: 100%;
  }
  .bridge_flex .bridge_flex-cont .f42 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 10px;
  }
  .line-wrap.last {
    border-radius: 25px;
  }
  .line-wrap.last ul {
    display: block;
  }
  .line-wrap.last ul li {
    border-right: 0;
    padding: 8% 5%;
    width: 100%;
    border-bottom: 1px dotted #ccc;
  }
  .line-wrap.last ul li .index-name {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .line-wrap.last ul li:last-child {
    border-bottom: none;
  }
}/*# sourceMappingURL=imp.css.map */