.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;
}

/* =========================================================
privacypolicy
========================================================= */
.p-privacypolicy-mv {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 10vh;
}
@media screen and (max-width: 767px) {
  .p-privacypolicy-mv {
    margin-bottom: 40px;
  }
}
.p-privacypolicy-mv_wrap {
  position: relative;
  width: 97%;
  height: 80vh;
  min-height: 500px;
  background-image: url("../images/common/mv-privacy.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-privacypolicy-mv_wrap {
    height: 50vh;
    min-height: 360px;
    padding-left: 5%;
  }
}
@media screen and (max-width: 767px) {
  .p-privacypolicy-mv_wrap {
    width: 100%;
    margin-left: 0;
    height: 40vh;
    min-height: 280px;
    border-bottom-left-radius: 60px;
  }
}
.p-privacypolicy-mv_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(30, 110, 140, 0.75) 0%, rgba(63, 167, 209, 0.45) 100%);
  mix-blend-mode: multiply;
  z-index: 1;
}
.p-privacypolicy-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-privacypolicy-mv_head {
    padding: 16px 60px 16px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-privacypolicy-mv_head {
    padding: 12px 30px 12px 16px;
  }
}
.p-privacypolicy-mv_ttl {
  color: #333333;
  font-size: clamp(22px, 3.5vw, 36px);
  font-weight: 700;
  line-height: 1.3;
}
.p-privacypolicy-mv_ttl .en {
  color: #3FA7D1;
  display: block;
  font-size: clamp(13px, 1.5vw, 18px);
  font-weight: 700;
  margin-bottom: 4px;
}
.p-privacypolicy-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-privacypolicy-cont {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-privacypolicy-cont {
    margin-bottom: 60px;
  }
}
.p-privacypolicy-sidenav {
  width: 25%;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  align-self: flex-start;
}
@media screen and (max-width: 991px) {
  .p-privacypolicy-sidenav {
    display: none;
  }
}
.p-privacypolicy-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-privacypolicy-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;
}
.p-privacypolicy-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-privacypolicy-sidenav_item a:hover {
  color: #3FA7D1;
  background-color: #f8fcfe;
}
.p-privacypolicy-sidenav_item a:hover::before {
  transform: translateX(4px);
}
.p-privacypolicy-sidenav_item.is-current a {
  color: #3FA7D1;
  font-weight: 700;
}
.p-privacypolicy-sidenav_item.is-current a::before {
  background-image: url(../images/common/icon-arrow_right.svg);
  transform: translateX(4px);
}
.p-privacypolicy-box {
  width: 72%;
}
@media screen and (max-width: 991px) {
  .p-privacypolicy-box {
    width: 100%;
  }
}
.p-privacypolicy-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-privacypolicy-box_head {
    margin-bottom: 24px;
    padding-bottom: 8px;
    min-height: auto;
  }
}
.p-privacypolicy-box_ttl {
  color: #333333;
  display: flex;
  align-items: center;
  font-size: clamp(20px, 2.8vw, 30px);
  font-weight: 700;
  line-height: 1;
}
.p-privacypolicy-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-privacypolicy-box .p-privacypolicy-flow_head {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-privacypolicy-box .p-privacypolicy-flow_head {
    margin-bottom: 20px;
  }
}
.p-privacypolicy-box .p-privacypolicy-flow_ttl {
  border-left: 6px solid #3FA7D1;
  color: #333333;
  font-size: clamp(18px, 2.2vw, 24px);
  font-weight: 700;
  line-height: 1.4;
  padding-left: 12px;
}
.p-privacypolicy-box .p-privacypolicy-flow_ttl .en {
  color: #C4C4C4;
  display: block;
  font-size: clamp(12px, 1.2vw, 14px);
  font-weight: 700;
  margin-top: 2px;
}
.p-privacypolicy-box .p-privacypolicy-flow_box {
  background-color: #ffffff;
  border: 1px solid #e8ecef;
  border-radius: 12px;
  padding: 40px 36px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.03);
}
@media screen and (max-width: 767px) {
  .p-privacypolicy-box .p-privacypolicy-flow_box {
    padding: 24px 20px;
  }
}
.p-privacypolicy-box .p-privacypolicy-flow_text {
  color: #333333;
  font-size: clamp(14px, 1.2vw, 15px);
  line-height: 1.8;
  margin-bottom: 24px;
}
.p-privacypolicy-box .p-privacypolicy-flow_text:last-child {
  margin-bottom: 0;
}
.p-privacypolicy-box .p-privacypolicy-flow_text ul, .p-privacypolicy-box .p-privacypolicy-flow_text ol {
  margin-top: 12px;
  margin-bottom: 12px;
  padding-left: 1.5em;
}
.p-privacypolicy-box .p-privacypolicy-flow_text ul li, .p-privacypolicy-box .p-privacypolicy-flow_text ol li {
  margin-bottom: 10px;
  line-height: 1.7;
}
.p-privacypolicy-box .p-privacypolicy-flow_text ul li:last-child, .p-privacypolicy-box .p-privacypolicy-flow_text ol li:last-child {
  margin-bottom: 0;
}
.p-privacypolicy-box .p-privacypolicy-flow_text ul {
  list-style-type: disc;
}
.p-privacypolicy-box .p-privacypolicy-flow_text ol {
  list-style-type: decimal;
}
.p-privacypolicy-box .p-privacypolicy-flow_subttl {
  color: #3FA7D1;
  font-size: clamp(16px, 1.8vw, 19px);
  font-weight: 700;
  line-height: 1.4;
  margin-top: 36px;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 2px dashed #e2eff5;
  display: flex;
  align-items: center;
}
.p-privacypolicy-box .p-privacypolicy-flow_subttl:first-of-type {
  margin-top: 0;
}
.p-privacypolicy-box .p-privacypolicy-flow_subttl .num {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(14px, 1.5vw, 16px);
  font-weight: 700;
  color: #3FA7D1;
  background-color: #f0f7fb;
  padding: 2px 8px;
  border-radius: 4px;
  margin-right: 10px;
  display: inline-block;
  line-height: 1;
}
/*# sourceMappingURL=style-privacypolicy.css.map */