.c-btn-01 {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 360px;
  height: 60px;
  padding: 12px 0;
  background-color: #ffffff;
  border: 1px solid #3FA7D1;
  color: #3FA7D1;
  text-decoration: none;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 700;
  box-sizing: border-box;
  transition: 0.2s ease;
}
.c-btn-01::after {
  background-image: url("../images/common/icon-arrow_blue.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  position: absolute;
  top: 12px;
  right: 20px;
  width: 36px;
  height: 36px;
}

.c-btn-02 {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 360px;
  height: 60px;
  padding: 12px 0;
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  text-decoration: none;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 700;
  box-sizing: border-box;
  transition: 0.2s ease;
}
.c-btn-02::after {
  background-image: url("../images/common/icon-arrow_white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  position: absolute;
  top: 12px;
  right: 20px;
  width: 36px;
  height: 36px;
}

/* =========================================================
feature
========================================================= */
.p-feature-mv {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 10vh;
}
@media screen and (max-width: 767px) {
  .p-feature-mv {
    margin-bottom: 40px;
  }
}
.p-feature-mv_wrap {
  position: relative;
  width: 97%;
  height: 80vh;
  min-height: 500px;
  background-image: url("../images/common/mv-about.webp");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  margin-left: 3%;
  padding-left: 10%;
  border-bottom-left-radius: 120px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .p-feature-mv_wrap {
    height: 50vh;
    min-height: 360px;
    padding-left: 5%;
  }
}
@media screen and (max-width: 767px) {
  .p-feature-mv_wrap {
    width: 100%;
    margin-left: 0;
    height: 40vh;
    min-height: 280px;
    border-bottom-left-radius: 60px;
  }
}
.p-feature-mv_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(30, 110, 140, 0.55);
  mix-blend-mode: multiply;
  z-index: 1;
}
.p-feature-mv_head {
  background-color: #ffffff;
  border-radius: 0 12px 12px 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 2;
  padding: 20px 120px 20px 20px;
}
@media screen and (max-width: 991px) {
  .p-feature-mv_head {
    padding: 16px 60px 16px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-feature-mv_head {
    padding: 12px 30px 12px 16px;
  }
}
.p-feature-mv_ttl {
  color: #333333;
  font-size: clamp(22px, 3.5vw, 36px);
  font-weight: 700;
  line-height: 1.3;
}
.p-feature-mv_ttl .en {
  color: #3FA7D1;
  display: block;
  font-size: clamp(13px, 1.5vw, 18px);
  font-weight: 700;
  margin-bottom: 4px;
}
.p-feature-cont {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 94%;
  max-width: 1280px;
  margin: 0 auto 10vh;
}
@media screen and (max-width: 991px) {
  .p-feature-cont {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-feature-cont {
    margin-bottom: 60px;
  }
}
.p-feature-sidenav {
  width: 25%;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  align-self: flex-start;
}
@media screen and (max-width: 991px) {
  .p-feature-sidenav {
    display: none;
  }
}
.p-feature-sidenav_ttl {
  border-bottom: 3px solid #333333;
  color: #333333;
  font-size: clamp(18px, 1.5vw, 20px);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 40px;
  padding-bottom: 12px;
  min-height: 60px;
  display: flex;
  align-items: flex-end;
}
.p-feature-sidenav_item a {
  color: #333333;
  display: flex;
  align-items: center;
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: 1.5;
  margin-bottom: 16px;
  text-decoration: none;
  transition: color 0.3s ease;
}
.p-feature-sidenav_item a::before {
  background-image: url(../images/common/icon-arrow_right-black.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  flex-shrink: 0;
}
.p-feature-sidenav_item a:hover {
  color: #3FA7D1;
  background-color: #f8fcfe;
}
.p-feature-sidenav_item a:hover::before {
  transform: translateX(4px);
}
.p-feature-sidenav_item.is-current a {
  color: #3FA7D1;
  font-weight: 700;
  background-color: #f8fcfe;
}
.p-feature-sidenav_item.is-current a::before {
  background-image: url(../images/common/icon-arrow_right.svg);
  transform: translateX(4px);
}
.p-feature-box {
  width: 72%;
}
@media screen and (max-width: 991px) {
  .p-feature-box {
    width: 100%;
  }
}
.p-feature-box_head {
  border-bottom: 3px solid #333333;
  margin-bottom: 40px;
  padding-bottom: 12px;
  min-height: 60px;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-feature-box_head {
    margin-bottom: 24px;
    padding-bottom: 8px;
    min-height: auto;
  }
}
.p-feature-box_ttl {
  color: #333333;
  display: flex;
  align-items: center;
  font-size: clamp(20px, 2.8vw, 30px);
  font-weight: 700;
  line-height: 1;
}
.p-feature-box_ttl::before {
  background-image: url(../images/common/icon-tooth.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  width: clamp(32px, 4vw, 44px);
  height: clamp(32px, 4vw, 44px);
  margin-right: 14px;
  flex-shrink: 0;
}
.p-feature-box_pagenav {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-feature-box_pagenav {
    margin-bottom: 24px;
  }
}
.p-feature-box_pagenavlist {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px 2%;
}
@media screen and (max-width: 1199px) {
  .p-feature-box_pagenavlist {
    gap: 12px 8%;
  }
}
.p-feature-box_pagenavitem {
  width: 32%;
  height: 60px;
}
@media screen and (max-width: 1199px) {
  .p-feature-box_pagenavitem {
    width: 46%;
    height: 50px;
  }
}
@media screen and (max-width: 619px) {
  .p-feature-box_pagenavitem {
    width: 100%;
    height: 50px;
  }
}
.p-feature-box_pagenavitem a {
  border: 3px solid #3FA7D1;
  border-radius: 30px;
  color: #333333;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  font-size: clamp(13px, 1.2vw, 14px);
  font-weight: 700;
  width: 100%;
  height: 100%;
  padding-inline: 16px;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-feature-box_pagenavitem a {
    border-width: 2px;
    padding-inline: 20px;
  }
}
.p-feature-box_pagenavitem a .num {
  color: #3FA7D1;
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: 700;
}
.p-feature-box_pagenavitem a .icon-arrow {
  background-image: url(../images/common/icon-arrow_downward.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}
.p-feature-box_pagenav {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-feature-box_pagenav {
    margin-bottom: 30px;
  }
}
.p-feature-box_pagenavlist {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px 2%;
}
@media screen and (max-width: 1199px) {
  .p-feature-box_pagenavlist {
    gap: 12px 8%;
  }
}
.p-feature-box_pagenavitem {
  width: 32%;
  height: 56px;
}
@media screen and (max-width: 1199px) {
  .p-feature-box_pagenavitem {
    width: 46%;
    height: 50px;
  }
}
@media screen and (max-width: 619px) {
  .p-feature-box_pagenavitem {
    width: 100%;
    height: 50px;
  }
}
.p-feature-box_pagenavitem a {
  border: 2px solid #8ccde4;
  background-color: #ffffff;
  border-radius: 30px;
  color: #3FA7D1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  font-size: clamp(13px, 1.2vw, 14px);
  font-weight: 700;
  width: 100%;
  height: 100%;
  padding-inline: 18px;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-feature-box_pagenavitem a {
    padding-inline: 16px;
  }
}
.p-feature-box_pagenavitem a:hover {
  background-color: #3FA7D1;
  border-color: #3FA7D1;
  color: #ffffff;
}
.p-feature-box_pagenavitem a:hover .num {
  color: #ffffff;
}
.p-feature-box_pagenavitem a:hover .icon-arrow {
  filter: brightness(0) invert(1);
}
.p-feature-box_pagenavitem a .num {
  color: #3FA7D1;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(15px, 1.4vw, 17px);
  font-weight: 700;
  transition: color 0.3s ease;
}
.p-feature-box_pagenavitem a .icon-arrow {
  background-image: url(../images/common/icon-arrow_downward.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  transition: filter 0.3s ease;
}
.p-feature-box_gp {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-feature-box_gp {
    margin-bottom: 40px;
  }
}
.p-feature-box_subttl {
  border-left: 6px solid #3FA7D1;
  color: #333333;
  font-size: clamp(18px, 2.2vw, 24px);
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 30px;
  padding-left: 12px;
}
@media screen and (max-width: 767px) {
  .p-feature-box_subttl {
    margin-bottom: 20px;
  }
}
.p-feature-box_subttl .en {
  color: #C4C4C4;
  display: block;
  font-size: clamp(12px, 1.2vw, 14px);
  font-weight: 700;
  margin-top: 2px;
}
.p-feature-box_card img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-feature-box_card img {
    margin-bottom: 20px;
  }
}
.p-feature-box_lead {
  display: block;
  font-size: clamp(16px, 1.8vw, 20px);
  font-weight: 700;
  color: #333333;
  line-height: 1.8;
  position: relative;
  margin-bottom: 30px;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .p-feature-box_lead {
    margin-left: 0;
    padding-left: 28px;
    margin-bottom: 20px;
  }
}
.p-feature-box_lead span {
  background-image: linear-gradient(transparent 70%, #E6C003 70%);
  background-repeat: no-repeat;
  padding: 0 0.2em;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.p-feature-box_lead::before {
  background-image: url(../images/common/kira-orenge.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  width: clamp(18px, 2vw, 24px);
  height: clamp(18px, 2vw, 24px);
  position: absolute;
  top: 0.2em;
  left: -30px;
}
@media screen and (max-width: 767px) {
  .p-feature-box_lead::before {
    left: 0;
  }
}
.p-feature-box_text {
  font-size: clamp(14px, 1.3vw, 16px);
  line-height: 2;
}
/*# sourceMappingURL=style-feature.css.map */