@charset "UTF-8";
.mainimagebox {
  margin-bottom: 100px;
  max-width: 1440px;
  margin: 0 auto 30px;
}
@media screen and (min-width: 1441px) {
  .mainimagebox {
    max-width: initial;
    transform-origin: top center;
    transform: scale(0.0694444444vw);
  }
  .mainimagebox .main_image {
    max-width: initial;
    padding-top: 25vw;
  }
  .mainimagebox .main_image .inner {
    width: initial;
  }
  .mainimagebox .main_image .text {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .mainimagebox {
    padding-top: 10vw;
    margin-bottom: 10vw;
    padding: 0;
    max-width: 100%;
    margin: 0 auto;
  }
}

.main_image {
  position: relative;
  margin: 0 auto;
  padding-top: 300px;
  box-sizing: border-box;
  background: url(/images/common/kasou_key.webp) center top/cover no-repeat;
  overflow: hidden;
  max-width: 1442px;
  aspect-ratio: 1442/641;
}
.main_image .inner {
  width: 1025px;
  max-width: 100%;
  padding: 0 0 0 80px;
  margin: 0 0 auto;
  box-sizing: border-box;
}
.main_image .text {
  position: relative;
  z-index: 5;
  font-size: 34px;
  letter-spacing: 0.2em;
  text-align: left;
  color: #fff;
  font-weight: bold;
  font-family: serif;
  text-shadow: 0 0px 14px rgb(68, 68, 68);
  line-height: 1.5;
}
.main_image .sub_text {
  text-align: left;
  width: 32.7%;
}
@media screen and (max-width: 1279px) and (min-width: 769px) {
  .main_image {
    min-width: 1280px;
    padding-top: 300px;
    transform-origin: top center;
    transform: scale(0.0694444444vw);
  }
}
@media screen and (max-width: 768px) {
  .main_image {
    position: relative;
    width: initial;
    height: 80vw;
    padding-top: 40vw;
    box-sizing: border-box;
    overflow: hidden;
    aspect-ratio: initial;
  }
  .main_image .inner {
    padding: 0 2.7vw;
  }
  .main_image .text {
    text-align: left;
    font-size: 5.8vw;
    padding-left: initial;
  }
  .main_image .sub_text {
    width: 60%;
  }
}

.sec01 {
  margin-bottom: 180px;
}
.sec01 .checkbox {
  margin-bottom: 200px;
}
.sec01 .middle_box {
  margin-bottom: 150px;
}
.sec01 .middle_box .line_title {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  font-family: serif;
  padding-bottom: 25px;
  border-bottom: 2px solid #E84E87;
  max-width: 1100px;
  margin: 0 auto 110px;
}
.sec01 .middle_box .gridbox {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 110px;
       column-gap: 110px;
  max-width: 923px;
  margin: 0 auto;
  row-gap: 90px;
}
.sec01 .middle_box .gridbox .box .flexbox {
  -moz-column-gap: 25px;
       column-gap: 25px;
  min-height: 92px;
  margin-bottom: 5px;
}
.sec01 .middle_box .gridbox .box .flexbox .g_title {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
.sec01 .middle_box .gridbox .box .textbox {
  padding: 10px 35px 20px;
  min-height: 170px;
  background-image: linear-gradient(360deg, rgb(245, 245, 245), rgba(255, 255, 255, 0));
}
@media screen and (max-width: 768px) {
  .sec01 {
    margin-bottom: 13.8vw;
  }
  .sec01 .checkbox {
    margin-bottom: 10vw;
  }
  .sec01 .middle_box {
    margin-bottom: 10vw;
  }
  .sec01 .middle_box .line_title {
    text-align: center;
    font-size: 5.5vw;
    font-weight: bold;
    font-family: serif;
    padding-bottom: 3.2vw;
    border-bottom: 2px solid #E84E87;
    max-width: 100%;
    margin: 0 auto 10vw;
  }
  .sec01 .middle_box .gridbox {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    -moz-column-gap: 0;
         column-gap: 0;
    max-width: 100%;
    margin: 0 auto;
    row-gap: 10vw;
  }
  .sec01 .middle_box .gridbox .box .flexbox {
    -moz-column-gap: 3vw;
         column-gap: 3vw;
    min-height: auto;
    margin-bottom: 2vw;
  }
  .sec01 .middle_box .gridbox .box .flexbox .g_icon {
    width: 15%;
  }
  .sec01 .middle_box .gridbox .box .flexbox .g_big {
    width: 13%;
  }
  .sec01 .middle_box .gridbox .box .flexbox .g_title {
    font-size: 4.5vw;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
  }
  .sec01 .middle_box .gridbox .box .textbox {
    padding: 2vw 4vw 3.5vw;
    min-height: auto;
    background-image: linear-gradient(360deg, rgb(245, 245, 245), rgba(255, 255, 255, 0));
  }
}

.sec02 {
  margin-bottom: 180px;
}
.sec02 .textbox {
  max-width: 1000px;
  margin: 0 auto 70px;
}
.sec02 .gray_box {
  background-color: #F5F5F5;
  max-width: 910px;
  padding: 70px 95px;
  margin: 0 auto;
}
.sec02 .gray_box .box_list {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #777777;
}
.sec02 .gray_box .box_list:last-of-type {
  border-bottom: 0px solid;
  margin-bottom: 0;
}
.sec02 .gray_box .gray_title {
  font-size: 24px;
  font-weight: bold;
  color: #E84E87;
}
.sec02 .gray_box .gray_text {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .sec02 {
    margin-bottom: 13.8vw;
  }
  .sec02 .textbox {
    max-width: 1000px;
    margin: 0 auto 10vw;
  }
  .sec02 .gray_box {
    background-color: #F5F5F5;
    max-width: 910px;
    padding: 10vw 5vw;
    margin: 0 auto;
  }
  .sec02 .gray_box .box_list {
    margin-bottom: 5vw;
    padding-bottom: 5vw;
    border-bottom: 1px solid #777777;
  }
  .sec02 .gray_box .box_list:last-of-type {
    border-bottom: 0px solid;
    margin-bottom: 0;
  }
  .sec02 .gray_box .gray_title {
    font-size: 4.6vw;
    font-weight: bold;
    color: #E84E87;
    font-feature-settings: "palt";
  }
  .sec02 .gray_box .gray_text {
    font-size: 4vw;
  }
}

.sec03 {
  margin-bottom: 100px;
}
.sec03 .first_box {
  margin-bottom: 150px;
}
.sec03 .first_box .flexbox {
  -moz-column-gap: 90px;
       column-gap: 90px;
  align-items: flex-start;
}
.sec03 .first_box .flexbox .imagebox {
  width: 82.5%;
}
.sec03 .first_box .flexbox .textbox {
  width: 100%;
}
.sec03 .second_wrapper .second_header {
  margin-bottom: 55px;
}
.sec03 .second_wrapper .second_header .second_title {
  font-size: 38px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  position: relative;
  font-weight: bold;
  font-family: serif;
}
.sec03 .second_wrapper .second_header .second_title .small {
  font-size: 28px;
  font-weight: bold;
}
.sec03 .second_wrapper .second_header .second_title::before {
  content: "";
  position: absolute;
  left: -30px;
  top: -10px;
  width: 38px;
  height: 32px;
  background: url(/images/toothache/kazari.webp) center/contain no-repeat;
}
.sec03 .second_wrapper .second_header .second_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -120px;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #E84E87, transparent);
}
.sec03 .second_wrapper .second_header .second_subtitle {
  font-size: 21px;
  color: #E84E87;
  letter-spacing: 0.25em;
}
.sec03 .second_wrapper .second_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 75px 140px;
}
.sec03 .second_wrapper .second_box .card {
  position: relative;
  width: 360px;
  height: 151px;
  padding-right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
  flex-wrap: wrap;
}
.sec03 .second_wrapper .second_box .card h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
  line-height: 1.1;
}
.sec03 .second_wrapper .second_box .card h3 .small {
  font-size: 21px;
  font-weight: bold;
}
.sec03 .second_wrapper .second_box .card .address {
  font-size: 20px;
  line-height: 1.3;
  position: relative;
}
.sec03 .second_wrapper .second_box .card .address::before {
  content: "";
  position: absolute;
  width: 41px;
  height: 41px;
  left: -50px;
  bottom: 50%;
  transform: translateY(50%);
  background: url(/images/common/map_pink.webp) center/contain no-repeat;
}
.sec03 .second_wrapper .second_box .card .arrow {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #FF748B;
}
.sec03 .second_wrapper .second_box .card .arrow::after {
  content: "▶";
  position: absolute;
  top: 50%;
  left: 30%;
  color: #fff;
  font-size: 12px;
  margin-left: 2px;
  transform: translateY(-50%);
}
.sec03 .second_wrapper .second_box .pink {
  background: rgba(249, 233, 230, 0.6);
  position: relative;
}
.sec03 .second_wrapper .second_box .pink::before {
  content: "";
  position: absolute;
  width: 168px;
  height: 168px;
  left: -120px;
  top: -50px;
  background: url(/images/common/kids_float.webp) center/contain no-repeat;
}
.sec03 .second_wrapper .second_box .yellow {
  background: #FCF8E5;
}
.sec03 .second_wrapper .second_box .yellow .arrow {
  background: #ECD300;
}
.sec03 .second_wrapper .second_box .yellow .address::before {
  background: url(/images/common/map_yellow.webp) center/contain no-repeat;
}
.sec03 .second_wrapper .second_box .green {
  background: #D4EDEF;
  position: relative;
}
.sec03 .second_wrapper .second_box .green::before {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  left: -100px;
  top: -50px;
  background: url(/images/common/jiyuu_float.webp) center/contain no-repeat;
}
.sec03 .second_wrapper .second_box .green .arrow {
  background: #27A7AF;
}
.sec03 .second_wrapper .second_box .green .address::before {
  background: url(/images/common/map_green.webp) center/contain no-repeat;
}
.sec03 .second_wrapper .second_box .blue {
  background: #E3F1F4;
  position: relative;
}
.sec03 .second_wrapper .second_box .blue::before {
  content: "";
  position: absolute;
  width: 149px;
  height: 149px;
  left: -120px;
  top: -50px;
  background: url(/images/common/blue_float.webp) center/contain no-repeat;
}
.sec03 .second_wrapper .second_box .blue .arrow {
  background: #3881B6;
}
.sec03 .second_wrapper .second_box .blue .address::before {
  background: url(/images/common/map_blue.webp) center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .sec03 {
    margin-bottom: 13.8vw;
  }
  .sec03 .first_box {
    margin-bottom: 10vw;
  }
  .sec03 .first_box .flexbox {
    -moz-column-gap: 0;
         column-gap: 0;
    align-items: flex-start;
    flex-direction: column-reverse;
  }
  .sec03 .first_box .flexbox .imagebox {
    width: 100%;
  }
  .sec03 .first_box .flexbox .textbox {
    width: 100%;
  }
  .sec03 .second_wrapper .second_header {
    margin-bottom: 8vw;
  }
  .sec03 .second_wrapper .second_header .second_title {
    font-size: 5.5vw;
    margin-bottom: 2vw;
    padding-bottom: 1.5vw;
    position: relative;
    font-weight: bold;
    font-family: serif;
  }
  .sec03 .second_wrapper .second_header .second_title .small {
    font-size: 4.8vw;
    font-weight: bold;
  }
  .sec03 .second_wrapper .second_header .second_title::before {
    content: "";
    position: absolute;
    left: -4vw;
    top: -1.5vw;
    width: 5vw;
    height: 4.2vw;
    background: url(/images/toothache/kazari.webp) center/contain no-repeat;
  }
  .sec03 .second_wrapper .second_header .second_title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -6vw;
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, #E84E87, transparent);
  }
  .sec03 .second_wrapper .second_header .second_subtitle {
    font-size: 4vw;
    color: #E84E87;
    letter-spacing: 0.1em;
  }
  .sec03 .second_wrapper .second_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5vw;
  }
  .sec03 .second_wrapper .second_box .card {
    position: relative;
    width: 60vw;
    height: auto;
    padding: 5vw 10vw 5vw 12vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 2.5vw;
    text-align: center;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
    flex-wrap: wrap;
  }
  .sec03 .second_wrapper .second_box .card h3 {
    font-size: 5vw;
    font-weight: bold;
    margin-bottom: 2vw;
    letter-spacing: 0.1em;
    line-height: 1.2;
  }
  .sec03 .second_wrapper .second_box .card h3 .small {
    font-size: 4.3vw;
    font-weight: bold;
  }
  .sec03 .second_wrapper .second_box .card .address {
    font-size: 4vw;
    line-height: 1.3;
    position: relative;
  }
  .sec03 .second_wrapper .second_box .card .address::before {
    content: "";
    position: absolute;
    width: 6vw;
    height: 6vw;
    left: -8vw;
    bottom: 50%;
    transform: translateY(50%);
    background: url(/images/common/map_pink.webp) center/contain no-repeat;
  }
  .sec03 .second_wrapper .second_box .card .arrow {
    position: absolute;
    right: 3vw;
    top: 50%;
    transform: translateY(-50%);
    width: 7vw;
    height: 7vw;
    border-radius: 50%;
    background: #FF748B;
  }
  .sec03 .second_wrapper .second_box .card .arrow::after {
    content: "▶";
    position: absolute;
    top: 50%;
    left: 30%;
    color: #fff;
    font-size: 2.5vw;
    margin-left: 0.3vw;
    transform: translateY(-50%);
  }
  .sec03 .second_wrapper .second_box .pink {
    background: rgba(249, 233, 230, 0.6);
  }
  .sec03 .second_wrapper .second_box .pink::before {
    content: "";
    position: absolute;
    width: 24vw;
    height: 24vw;
    left: -9vw;
    top: -3vw;
  }
  .sec03 .second_wrapper .second_box .yellow {
    background: #FCF8E5;
  }
  .sec03 .second_wrapper .second_box .yellow .arrow {
    background: #ECD300;
  }
  .sec03 .second_wrapper .second_box .yellow .address::before {
    background: url(/images/common/map_yellow.webp) center/contain no-repeat;
  }
  .sec03 .second_wrapper .second_box .green {
    background: #D4EDEF;
    position: relative;
  }
  .sec03 .second_wrapper .second_box .green::before {
    content: "";
    position: absolute;
    width: 22vw;
    height: 22vw;
    left: -8vw;
    top: -3vw;
  }
  .sec03 .second_wrapper .second_box .green .arrow {
    background: #27A7AF;
  }
  .sec03 .second_wrapper .second_box .green .address::before {
    background: url(/images/common/map_green.webp) center/contain no-repeat;
  }
  .sec03 .second_wrapper .second_box .blue {
    background: #E3F1F4;
  }
  .sec03 .second_wrapper .second_box .blue::before {
    content: "";
    position: absolute;
    width: 22vw;
    height: 22vw;
    left: -8vw;
    top: -3vw;
  }
  .sec03 .second_wrapper .second_box .blue .arrow {
    background: #3881B6;
  }
  .sec03 .second_wrapper .second_box .blue .address::before {
    background: url(/images/common/map_blue.webp) center/contain no-repeat;
  }
}

.sec04 {
  margin-bottom: 170px;
}
.sec04 .inner {
  padding: 0;
}
.sec04 .first_visit {
  position: relative;
}
.sec04 .first_visit img {
  width: 100%;
  height: auto;
  display: block;
}
.sec04 .yellow_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 160px);
  padding: 90px 80px 50px;
  background: rgba(190, 162, 20, 0.5);
  box-sizing: border-box;
  text-align: left;
  box-sizing: border-box;
}
.sec04 .yellow_box::after {
  content: "";
  position: absolute;
  width: 418px;
  height: 234px;
  right: 10px;
  bottom: 0;
  background: url("/images/index/sec05_kazari01.webp") center/contain no-repeat;
  pointer-events: none;
}
.sec04 .box_title {
  font-size: 40px;
  font-family: serif;
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
  text-align: left;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.25));
  position: relative;
}
.sec04 .box_title::before {
  content: "";
  position: absolute;
  width: 655px;
  height: 168px;
  left: -40px;
  bottom: 70px;
  background: url(/images/index/first_visit.webp) center/contain no-repeat;
  filter: drop-shadow(0 0 14px rgba(0, 0, 0, 0.15));
  z-index: -1;
}
.sec04 .box_text {
  font-weight: bold;
  color: #fff;
  font-size: 22px;
  margin-bottom: 50px;
  text-align: left;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.25));
}
.sec04 .about_link {
  text-align: center;
  width: 70%;
}
.sec04 .about_link .about_btn {
  background: #fff;
  padding: 22px 40px;
  display: inline-block;
  border: 0px;
  font-size: 22px;
  font-weight: bold;
  filter: drop-shadow(0px 4px 14px rgba(0, 0, 0, 0.25));
}
.sec04 .about_link .about_btn::before {
  width: 38px;
  height: 50px;
  right: auto;
  left: 20px;
  background: url(/images/index/wakaba.webp) center/contain no-repeat;
}
.sec04 .about_link .about_btn::after {
  content: "";
  position: absolute;
  width: 46px;
  height: 46px;
  right: auto;
  right: 10px;
  bottom: 50%;
  transform: translateY(50%);
  background: url(/images/common/yajirushi_gold.webp) center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .sec04 {
    margin-bottom: 90px;
  }
  .sec04 .first_visit img {
    width: 100%;
    height: auto;
  }
  .sec04 .yellow_box {
    width: calc(100% - 40px);
    padding: 9vw 5vw 30vw;
  }
  .sec04 .yellow_box::after {
    width: 75.5vw;
    height: 27.7vw;
    right: 0;
    bottom: 0;
    background: url(/images/index/sec05_kazari_sp_02.webp) center/contain no-repeat;
  }
  .sec04 .box_title {
    font-size: 7vw;
    margin-bottom: 3vw;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .sec04 .box_title::before {
    width: 65vw;
    height: 16.8vw;
    left: -4vw;
    bottom: 23vw;
  }
  .sec04 .box_text {
    font-size: 4vw;
    margin-bottom: 10vw;
  }
  .sec04 .about_link {
    width: 100%;
  }
  .sec04 .about_link .about_btn {
    width: 100%;
    max-width: 100%;
    padding: 3.5vw 10vw;
    font-size: 5vw;
  }
  .sec04 .about_link .about_btn::before {
    width: 6.4vw;
    height: 8vw;
    left: 5vw;
  }
  .sec04 .about_link .about_btn::after {
    width: 8vw;
    height: 8vw;
    right: 2vw;
  }
}

.sec05 {
  padding: 0 0 60px;
  position: relative;
  background-image: linear-gradient(180deg, rgba(250, 204, 181, 0), rgba(250, 204, 181, 0.5));
  margin-bottom: 110px;
}
.sec05 .inner {
  padding: 0 60px 0 0;
}
.sec05 .recruit {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.sec05 .recruit_images {
  max-width: 650px;
  display: flex;
  position: relative;
  z-index: 2;
}
.sec05 .recruit_images img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec05 .recruit_content {
  position: relative;
  z-index: 2;
}
.sec05 .recruit_head {
  position: absolute;
  right: 0;
  top: -120px;
  text-align: right;
}
.sec05 .recruit_head .en {
  font-size: 48px;
  letter-spacing: 0.25em;
  color: #e89a73;
  display: block;
  font-weight: 600;
}
.sec05 .recruit_head h2 {
  font-size: 28px;
  letter-spacing: 0.15em;
}
.sec05 .catch {
  font-size: 34px;
  font-weight: bold;
  font-family: serif;
  margin-bottom: 30px;
  letter-spacing: 0.12em;
}
.sec05 .text {
  font-size: 17px;
  line-height: 2;
  margin-bottom: 40px;
}
.sec05 .about_link {
  text-align: center;
}
.sec05 .recruit_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 64px;
  border-radius: 100px;
  color: #fff;
  text-decoration: none;
  font-size: 21px;
  background-color: #F59A6B;
  margin: 0 auto;
  position: relative;
}
.sec05 .recruit_btn::after {
  content: "";
  position: absolute;
  right: 30px;
  bottom: 50%;
  transform: translateY(50%);
  width: 0;
  height: 0;
  border-left: 10px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  margin-left: 14px;
}
@media (max-width: 768px) {
  .sec05 .inner {
    padding: 0 5vw;
  }
  .sec05 .recruit {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
  }
  .sec05 .recruit_images {
    max-width: initial;
    display: flex;
    position: relative;
    z-index: 2;
  }
  .sec05 .recruit_images img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sec05 .recruit_content {
    position: relative;
    z-index: 2;
  }
  .sec05 .recruit_head {
    position: static;
    text-align: right;
    margin-bottom: 5vw;
  }
  .sec05 .recruit_head .en {
    font-size: 6vw;
    letter-spacing: 0.25em;
    color: #e89a73;
    display: block;
    font-weight: 600;
  }
  .sec05 .recruit_head h2 {
    font-size: 5vw;
    letter-spacing: 0.15em;
  }
  .sec05 .catch {
    font-size: 5.5vw;
    font-weight: bold;
    font-family: serif;
    margin-bottom: 5vw;
    letter-spacing: 0.12em;
    text-align: center;
  }
  .sec05 .text {
    font-size: 4vw;
    line-height: 2;
    margin-bottom: 5vw;
  }
  .sec05 .about_link {
    text-align: center;
  }
  .sec05 .recruit_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80vw;
    height: auto;
    padding: 3vw 0;
    border-radius: 100px;
    color: #fff;
    text-decoration: none;
    font-size: 5vw;
    background-color: #F59A6B;
    margin: 0 auto;
    position: relative;
  }
  .sec05 .recruit_btn::after {
    content: "";
    position: absolute;
    right: 5vw;
    bottom: 50%;
    transform: translateY(50%);
    width: 0;
    height: 0;
    border-left: 3vw solid #fff;
    border-top: 3vw solid transparent;
    border-bottom: 3vw solid transparent;
    margin-left: 0;
  }
}/*# sourceMappingURL=implant.css.map */