@charset "utf-8";

/* ===============================
lp_construction
=============================== */
:root {
  --lp_font_base: 'Local Noto Sans JP', 'Noto Sans JP', sans-serif;
  --leading_trim: calc((1em - 1lh) / 2);

  --lp_color_blue: #171d5d;
  --lp_color_yellow: #ff0;
  --lp_color_red: #dc0000;
}
.visually_hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}


/* ===============================
lp_header
=============================== */
#wrapper:has(.lp_header) {
  padding-top: 0;
}
.lp_header {
  font-family: var(--lp_font_base);
  font-weight: 900;
  color: var(--lp_color_blue);
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
}

/* PC調整 ------------------ */
@media (min-width:769px) {
  .lp_header_inner {
    display:flex;
    align-items: center;
    min-width:1200px;
    padding: 0 15px 0 43px;
    margin:0 auto;
    height: 100px;
  }
  .lp_header_inner .logo {
    width:279px;
  }
  .lp_header_inner .logo a {
    display:block;
  }
  .lp_header_inner .logo img {
    display:block;
  }
  .lp_header_side {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    margin-top: 0.2em;
  }
  .lp_header_text_1 {
    font-size: 2rem;
    line-height: 1.34;
  }
  .lp_header_text_2 {
    line-height: 1.4;
    margin-left: 2.4em;
  }
  .lp_header_text_2 .tel {
    display: block;
    font-size: 3rem;
    line-height: 1;
    color: var(--lp_color_blue);
  }
  .lp_header_text_2 .reception {
    display: block;
    font-size: 1.5rem;
  }
}

/* SP調整 ------------------ */
@media (max-width:768px) {
  .lp_header {
    padding: 22px 0;
  }
  .lp_header_inner .logo {
    width:278px;
    margin: 0 auto;
  }
  .lp_header_inner .logo a,
  .lp_header_inner .logo img {
    display:block;
  }
  .lp_header_side {
    display: none;
  }
}


/* ===============================
lp_main
=============================== */
.lp_main {
  font-family: var(--lp_font_base);
  font-weight: 700;
  color: var(--lp_color_blue);
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
}
.lp_mv img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}


/* ===============================
lp_prevention
=============================== */

/* PC調整 ------------------ */
@media (min-width:769px) {
  .lp_prevention_title {
    padding: 20px 0;
    background-color: var(--lp_color_blue);
    text-align: center;
    line-height: 1.24;
    color: #fff;
    letter-spacing: 0.03em;
  }
  .lp_prevention_title .pc_large {
    font-size: 4.5rem;
    color: var(--lp_color_yellow);
    vertical-align: middle;
  }
  .lp_prevention_title .pc_small {
    position: relative;
    top: 0.05em;
    font-size: 3rem;
    vertical-align: middle;
  }
  .lp_prevention_title .pc_large + .pc_small {
    padding-left: 0.1em;
  }
  .lp_prevention_items {
    display: flex;
    justify-content: center;
    gap: 0 25px;
    padding: 40px 0;
  }
  .lp_prevention_item {
    width: 330px;
  }
  .lp_prevention_item.__sp_only {
    display: none;
  }
}

/* SP調整 ------------------ */
@media (max-width:768px) {
  .lp_prevention {
    margin-bottom: 8vw;
  }
  .lp_prevention_title {
    margin: 0 auto;
    padding: 6.25vw;
    background-color: var(--lp_color_blue);
    font-size: 6.25vw;
    line-height: 1.2;
    letter-spacing: 0;
    white-space: nowrap;
    color: var(--lp_color_yellow);
  }
  .lp_prevention_title_inner {
    display: block;
    width: fit-content;
    margin: 0 auto;
  }
  .lp_prevention_items {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 4vw 3.125vw;
    width: 92.5vw;
    margin: 5vw auto;
  }
  .lp_prevention_item {
    width: 44.6875vw;
    margin: 0;
  }
  .lp_prevention_item.__sp_only {
    display: grid;
    place-content: center;
  }
  .lp_prevention_item .logo {
    width: 18.125vw;
  }
}


/* ===============================
lp_easures
=============================== */
.lp_easures_title {
  margin-bottom: 35px;
  padding: 19px 0;
  border-block: 10px solid var(--lp_color_blue);
  background-color: var(--lp_color_yellow);
}
.lp_easures_title img {
  position: relative;
  left: 25px;
  display: block;
  margin: 0 auto;
}
.lp_easures_item {
  padding-bottom: 50px;
}
.lp_easures_item.__color_1 {
  background-color: #eebdbb;
}
.lp_easures_item.__color_2 {
  background-color: #bac4d5;
}
.lp_easures_item.__color_3 {
  background-color: #cad6b7;
}
.lp_easures_item_header {
  display: flex;
  align-items: center;
  max-width: 1040px;
  margin: 0 auto 30px;
  font-weight: 900;
}
.lp_easures_item_header_title {
  display: grid;
  place-content: center;
  width: 120px;
  aspect-ratio: 1;
  margin-right: 25px;
  padding-left: 0.08em;
  background-color: var(--lp_color_blue);
  color: #fff;
  font-size: 3.6rem;
  letter-spacing: 0.08em;
  line-height: 1.08;
  text-align: center;
  font-weight: 600;
}
.lp_easures_item_header_title.__ls0 {
  padding-left: 0;
  letter-spacing: 0;
}
.lp_easures_item_header_description {
  width: 375px;
  margin-top: 10px;
  font-size: 3.5rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
.lp_easures_item_header_description .small {
  display: block;
  font-size: 2.3rem;
}
.lp_easures_item_header_supplement {
  flex: 1;
  margin-top: 10px;
  font-size: 1.9rem;
  letter-spacing: -0.02em;
  line-height: 1.42;
  color: #000;
}
.lp_easures_item_lists {
  display: flex;
  justify-content: center;
  gap: 0 25px;
}
.lp_easures_item_list {
  width: 304px;
}
.lp_easures_item_list_img {
  position: relative;
}
.lp_easures_item_list_img img {
  display: block;
  width: 100%;
  height: auto;
}
.lp_easures_item_list_img::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 5px solid #000;
  z-index: 2;
}
.lp_easures_item_text {
  margin-top: 10px;
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 1.35;
  color: #000;
  font-weight: 900;
}

/* SP調整 ------------------ */
@media (max-width:768px) {
  .lp_easures_title {
    margin-bottom: 7.8vw;
    padding: 0;
    border-block-width: 4.7vw;
    background-color: transparent;
  }
  .lp_easures_title img {
    position: static;
    width: 100%;
  }
  .lp_easures_item {
    padding-bottom: 11.875vw;
  }
  .lp_easures_item_header {
    display: block;
    max-width: 1040px;
    margin: 0 auto 9.375vw;
  }
  .lp_easures_item_header_title {
    display: grid;
    place-content: center;
    width: 17.5vw;
    margin: 0 0 6.25vw;
    font-size: 5.3125vw;
  }
  .lp_easures_item_header_description {
    width: 84.375vw;
    margin: 0 auto 4.6875vw;
    font-size: 6.25vw;
    line-height: 1.6;
  }
  .lp_easures_item_header_description .small {
    display: block;
    font-size: 6.25vw;
  }
  .lp_easures_item_header_supplement {
    width: 84.375vw;
    margin: 0 auto;
    font-size: 3.940625vw;;
    line-height: 1.3;
  }
  .lp_easures_item_lists {
    display: block;
    width: 79.375vw;
    margin: 0 auto;
  }
  .lp_easures_item_list {
    width: auto;
  }
  .lp_easures_item_list + .lp_easures_item_list {
    margin-top: 9.375vw;
  }
  .lp_easures_item_list_img::after {
    border-width: 1.5625vw;
  }
  .lp_easures_item_text {
    margin-top: 4.375vw;
    text-align: center;
    font-size: 3.940625vw;
  }
}


/* ===============================
lp_insurance
=============================== */
.lp_insurance {
  margin-bottom: 30px;
}
.lp_insurance_header {
  margin-bottom: 45px;
  padding: 34px 0;
  border-block: 10px solid var(--lp_color_blue);
  background-color: var(--lp_color_yellow);
  text-align: center;
}
.lp_insurance_title {
  font-size: 4.8rem;
  line-height: 1.14;
  font-weight: 900;
}
.lp_insurance_title .color {
  display: inline-block;
  padding-left: 0.15em;
  font-weight: 900;
  color: var(--lp_color_red);
}
.lp_insurance_lists {
  display: flex;
  justify-content: center;
  gap: 0 56px;
  margin-bottom: 35px;
}
.lp_insurance_list {
  width: 205px;
}
.lp_insurance_list.__sp_only {
  display: none;
}
.lp_insurance_list_text {
  margin-bottom: 22px;
  padding: 4px 0;
  border-block: 5px solid var(--lp_color_blue);
  text-align: center;
  font-size: 3.3rem;
  line-height: 1.45;
  letter-spacing: 0;
  font-weight: 900;
}
.lp_insurance_list_text .small {
  display: inline-block;
  font-size: 2.8rem;
  margin-left: 0.15em;
}
.lp_insurance_list_illust {
  border: 5px solid var(--lp_color_blue);
  border-radius: 50%;
  overflow: hidden;
}
.lp_insurance_list_illust.__sp_only {
  display: none;
}
.lp_insurance_text_1 {
  margin-bottom: 24px;
  text-align: center;
  font-size: 4.8rem;
  line-height: 1.35;
  font-weight: 900;
  letter-spacing: 0;
}
.lp_insurance_text_1 .color {
  display: inline-block;
  padding-left: 0.15em;
  font-weight: 900;
  color: var(--lp_color_red);
}
.lp_insurance_text_2 {
  text-align: center;
  font-size: 3rem;
  line-height: 1.13;
  font-weight: 900;
  letter-spacing: 0.13em;
}
.lp_insurance_lists_2 {
  display: flex;
  justify-content: center;
  gap: 0 28px;
  margin-top: 30px;
}
.lp_insurance_list_2 {
  width: 305px;
  border: 5px solid #000;
}
.lp_insurance_list_2 .text {
  padding: 10px 5px 14px;
  background-color: var(--lp_color_red);
  text-align: center;
  color: #fff;
  font-size: 2rem;
  line-height: 1.35;
}

/* SP調整 ------------------ */
@media (max-width:768px) {
  .lp_insurance {
    margin-bottom: 17.1875vw;
  }
  .lp_insurance_header {
    margin-bottom: 13vw;
    padding: 4.0625vw 6.25vw;
    border-block-width: 3.125vw;
  }
  .lp_insurance_title {
    font-size: 6.25vw;
    line-height: 1.14;
    text-align: left;
    letter-spacing: 0;
  }
  .lp_insurance_title .color {
    display: inline;
    padding-left: 0;
    font-size: 6.25vw;
    line-height: 1.1;
  }
  .lp_insurance_lists {
    flex-wrap: wrap;
    justify-content: start;
    gap: 7.5vw;
    width: 77.5vw;
    margin: 0 auto 16.5625vw;
    padding: 0;
  }
  .lp_insurance_list.__sp_only {
    display: block;
  }
  .lp_insurance_list .logo {
      width: 18.125vw;
      margin: 23vw auto 0;
  }
  .lp_insurance_list {
    width: 35vw;
  }
  .lp_insurance_list_text {
    margin-bottom: 4vw;
    padding: 1.25vw 0;
    border-block-width: 1.5625vw;
    font-size: 5.625vw;
  }
  .lp_insurance_list_text .small {
    font-size: 4.375vw;
  }
  .lp_insurance_list_illust {
    border-width: 1.5625vw;
  }
  .lp_insurance_text_1 {
    max-width: 87.5vw;
    margin: 0 auto 9.6875vw;
    font-size: 6.25vw;
    line-height: 1.24;
  }
  .lp_insurance_text_1 .color {
    display: inline;
  }
  .lp_insurance_text_2 {
    max-width: 87.5vw;
    margin: 0 auto;
    text-align: left;
    font-size: 3.940625vw;
    line-height: 1.38;
    letter-spacing: 0;
  }
  .lp_insurance_lists_2 {
    display: block;
    margin-top: 10.0625vw;
  }
  .lp_insurance_list_2 {
    width: 74.375vw;
    margin: 0 auto;
    border-width: 1.5625vw;
  }
  .lp_insurance_list_2 + .lp_insurance_list_2 {
    margin-top: 6.875vw;
  }
  .lp_insurance_list_2 .text {
    padding: 3.4375vw 1.5625vw;
    font-size: 3.940625vw;
    line-height: 1.29;
  }
}


/* ===============================
lp_contact
=============================== */
.lp_contact {
  border-block: 10px solid var(--lp_color_blue);
}
.lp_contact_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.lp_contact_main {
  flex: 1;
  display: grid;
  place-content: center;
  font-weight: 900;
}
.lp_contact_text {
  font-size: 3rem;
  letter-spacing: 0.1em;
  line-height: 1.13;
}
.lp_contact_text .large {
  display: inline-block;
  margin-bottom: 0.16em;
  font-size: 4.8rem;
  color: var(--lp_color_red);
  letter-spacing: 0;
}
.lp_contact_tel_inner {
  position: relative;
  margin-top: 28px;
  padding-left: 97px;
}
.lp_contact_tel_icon {
  position: absolute;
  top: 0.4em;
  left: 0;
}
.lp_contact_tel {
  font-size: 5rem;
  line-height: 1;
  letter-spacing: 0.04em;
  color: var(--lp_color_blue);
}
.lp_contact_tel_text {
  font-size: 2.5rem;
  line-height: 1.4;
  font-weight: 900;
  letter-spacing: 0.04em;
}
.lp_contact_side {
  display: grid;
  place-content: center;
  position: relative;
  width: max(525px, 43.75vw);
  height: max(330px, 27.5vw);
}
.lp_contact_icon {
  display: flex;
  justify-content: center;
  gap: 0 20px;
  margin-top: -35%;
}
.lp_contact_icon li {
  display: grid;
  place-content: center;
  width: 120px;
  height: 120px;
  padding-left: 0.1em;
  background-color: var(--lp_color_red);
  color: #fff;
  font-size: 3.5rem;
  letter-spacing: 0.1em;
  line-height: 1.14;
  font-weight: 700;
}
.lp_contact_side_img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  z-index: -1;
}
.lp_contact_side_img img {
  width: 100%;
  height: 100%;
}

/* SP調整 ------------------ */
@media (max-width:768px) {
  .lp_contact {
    padding: 5.3125vw 0 0;
    border-block-width: 3.125vw;
    background-color: var(--lp_color_yellow);
  }
  .lp_contact_inner {
    display: block;
  }
  .lp_contact_main {
    display: block;
    padding: 0 6.25vw;
  }
  .lp_contact_text {
    font-size: 5.625vw;
    line-height: 1.38;
    letter-spacing: 0;
  }
  .lp_contact_text .large {
    font-size: 6.25vw;
    letter-spacing: -0.02em;
    white-space: nowrap;
  }
  .lp_contact_tel_inner {
    margin-top: 3vw;
    padding-left: 18.125vw;
  }
  .lp_contact_tel_icon {
    top: 0.3em;
    width: 14.0625vw;
    height: 14.0625vw;
  }
  .lp_contact_tel {
    font-size: 9.375vw;
    letter-spacing: 0.03em;
    white-space: nowrap;
  }
  .lp_contact_tel_text {
    font-size: 4.6875vw;
  }
  .lp_contact_side {
    display: block;
    width: 100%;
    height: auto;
  }
  .lp_contact_icon {
    gap: 0 3vw;
    margin-top: 4vw;
  }
  .lp_contact_icon li {
    width: 17.1875vw;
    height: 17.1875vw;
    font-size: 5vw;
  }
  .lp_contact_side_img {
    display: block;
    position: static;
    margin-top: 9.375vw;
  }
}


/* ===============================
lp_contact / __ver2
=============================== */
/* PC調整 ------------------ */
@media (min-width:769px) {
  .lp_contact.__ver2 {
    padding: max(20px, 1.667vw) 0 max(30px, 2.5vw);
    background-color: var(--lp_color_yellow);
  }
  .lp_contact.__ver2 .lp_contact_side {
    display: block;
    height: auto;
  }
  .lp_contact.__ver2 .lp_contact_icon {
    margin-top: 0;
  }
  .lp_contact.__ver2 .lp_contact_tel_wrap {
    width: 100%;
    margin-top: 30px;
  }
  .lp_contact.__ver2 .lp_contact_tel_inner {
    position: relative;
    width: fit-content;
    margin: 0 auto;
    font-weight: 900;
  }
}

/* SP調整 ------------------ */
@media (max-width:768px) {
  .lp_contact.__ver2 .lp_contact_icon {
    margin-top: 5vw;
  }
  .lp_contact.__ver2 .lp_contact_tel_inner {
    width: fit-content;
    margin: 4.6vw auto;
    font-weight: 900;
  }
}


/* ===============================
lp_risk_guide
=============================== */
.lp_risk_guide {
  padding: 45px 0 50px;
}
.lp_risk_guide_header {
  max-width: 1000px;
  margin: 0 auto 55px;
  padding: 19px 0;
  background-color: var(--lp_color_blue);
  border-radius: 5px;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.2em;
}
.lp_risk_guide_title {
  font-size: 3rem;
  color: #fff;
}
.lp_risk_guide_header_text {
  font-size: 4.8rem;
  color: var(--lp_color_yellow);
  letter-spacing: 0.12em;
}
.lp_risk_guide_lists {
  display: flex;
  justify-content: center;
  gap: 0 20px;
}
.lp_risk_guide_list {
  width: 200px;
}
.lp_risk_guide_list.__sp_only {
  display: none;
}
.lp_risk_guide_list_img {
  display: block;
  border: 5px solid var(--lp_color_blue);
}
.lp_risk_guide_list_text {
  margin-top: 15px;
  padding-left: 0.03em;
  text-align: center;
  color: #000;
  font-size: 2rem;
  line-height: 1.35;
  font-weight: 900;
  letter-spacing: 0.03em;
}
.lp_risk_guide_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin: 40px auto 0;
}
.lp_risk_guide_box_img {
  width: 225px;
  border: 5px solid var(--lp_color_blue);
  border-radius: 50%;
  overflow: hidden;
}
.lp_risk_guide_box_text {
  flex: 1;
  margin-left: 35px;
  font-size: 3rem;
  line-height: 1.33;
  color: #000;
  font-weight: 900;
}

/* SP調整 ------------------ */
@media (max-width:768px) {
  .lp_risk_guide {
    margin-top: 4.688vw;
    padding: 0 0 14.375vw;
  }
  .lp_risk_guide_header {
    margin: 0 auto 9.375vw;
    padding: 5.625vw 6.25vw 11.875vw;
    border-radius: 0;
    text-align: left;
    line-height: 1.3;
    letter-spacing: 0.2em;
  }
  .lp_risk_guide_title {
    font-size: 6.25vw;
    line-height: 1.54;
    letter-spacing: 0;
  }
  .lp_risk_guide_header_text {
    margin-top: 4.0625vw;
    font-size: 6.25vw;
    letter-spacing: 0;
    line-height: 1.17;
  }
  .lp_risk_guide_lists {
    flex-wrap: wrap;
    justify-content: start;
    gap: 5vw 6.25vw;
    width: 85vw;
    margin: 0 auto;
    padding: 0;
  }
  .lp_risk_guide_list {
    width: 39.375vw;
  }
  .lp_risk_guide_list.__sp_only {
    display: block;
  }
  .lp_risk_guide_list .logo {
    display: grid;
    place-content: center;
    width: 100%;
    aspect-ratio: 1 / 1;
  }
  .lp_risk_guide_list .logo img {
    display: block;
    width: 18.125vw;
  }
  .lp_risk_guide_list_img {
    border-width: 0.985125vw;
  }
  .lp_risk_guide_list_text {
    margin-top: 3.3vw;
    font-size: 3.940625vw;
  }
  .lp_risk_guide_box {
    display: block;
    width: 84vw;
    margin: 12.5vw auto 0;
  }
  .lp_risk_guide_box_img {
    width: 36.875vw;
    margin: 0 auto 4.6vw;
    border-width: 1.5625vw;
  }
  .lp_risk_guide_box_text {
    margin: 0 auto;
    font-size: 4.165625vw;
    line-height: 1.65;
    letter-spacing: 0;
    color: var(--lp_color_blue);
  }
}


/* ===============================
lp_risk_check
=============================== */
.lp_risk_check_header {
  margin: 0 auto;
  padding: 25px 0;
  background-color: var(--lp_color_blue);
  text-align: center;
}
.lp_risk_check_title {
  line-height: 1.24;
  color: #fff;
  letter-spacing: 0.03em;
}
.lp_risk_check_title .large {
  font-size: 4.8rem;
  color: var(--lp_color_yellow);
  vertical-align: middle;
}
.lp_risk_check_title .small {
  font-size: 3rem;
  vertical-align: middle;
}
.lp_risk_check_body {
  padding: 50px 0;
}
.lp_risk_check_text {
  margin-bottom: 30px;
  text-align: center;
  font-weight: 900;
  letter-spacing: -0.06em;
}
.lp_risk_check_text .large {
  font-size: 4.8rem;
  color: var(--lp_color_red);
  vertical-align: middle;
}
.lp_risk_check_text .small {
  font-size: 3rem;
  vertical-align: middle;
}
.lp_risk_check_lists {
  width: fit-content;
  margin: 0 auto 48px;
  padding-left: 115px;
}
.lp_risk_check_lists li {
  position: relative;
  padding-left: 58px;
  font-size: 2.3rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.65;
}
.lp_risk_check_lists li + li {
  margin-top: 11px;
}
.lp_risk_check_lists li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 1px;
  width: 46px;
  height: 37px;
  background: url(../img/icon_check.svg) no-repeat 0 0 / contain;
}
.lp_risk_check_text_2 {
  text-align: center;
  font-size: 3rem;
  letter-spacing: 0;
  line-height: 1.33;
  color: var(--lp_color_red);
  font-weight: 800;
}

/* SP調整 ------------------ */
@media (max-width:768px) {
  .lp_risk_check_header {
    padding: 7.8125vw 6.25vw 12.5vw;
    text-align: left;
  }
  .lp_risk_check_title {
    line-height: 1.54;
    letter-spacing: 0;
  }
  .lp_risk_check_title .large {
    font-size: 6.25vw;
    line-height: 1.17;
  }
  .lp_risk_check_title .small {
    font-size: 6.25vw;
  }
  .lp_risk_check_body {
    padding: 10.9375vw 0;
  }
  .lp_risk_check_text {
    margin-bottom: 10.3125vw;
    line-height: 1.6;
  }
  .lp_risk_check_text .large {
    font-size: 6.25vw;
  }
  .lp_risk_check_text .small {
    font-size: 6.25vw;
  }
  .lp_risk_check_lists {
    width: 79.375vw;
    margin: 0 auto 15vw;
    padding-left: 0;
  }
  .lp_risk_check_lists li {
    position: static;
    padding-left: 0;
    font-size: 3.940625vw;
    letter-spacing: 0;
    line-height: 1.4;
  }
  .lp_risk_check_lists li + li {
    margin-top: 10.3125vw;
  }
  .lp_risk_check_lists li::before {
    position: static;
    width: 7.1875vw;
    height: 5.625vw;
    margin: 0 auto 4.6875vw;
  }
  .lp_risk_check_text_2 {
    width: 79.375vw;
    margin: 0 auto;
    font-size: 3.940625vw;
    letter-spacing: 0;
    line-height: 1.26;
    font-weight: 800;
  }
  .lp_risk_check_text_2 .sp_none {
    display: none;
  }
}


/* ===============================
lp_professional_support
=============================== */
.lp_professional_support {
  padding: 65px 0 40px;
  font-size: 2rem;
  letter-spacing: 0.075em;
  line-height: 1.7;
  font-weight: 900;
}
.lp_professional_support_header {
  position: relative;
  min-height: 205px;
  padding-bottom: 10px;
}
.lp_professional_support_illust img {
  display: block;
  position: absolute;
  top: 10px;
  z-index: -1;
}
.lp_professional_support_illust .left {
  left: calc(50% - 425px);
}
.lp_professional_support_illust .right {
  right: calc(50% - 425px);
}
.lp_professional_support_title {
  margin-bottom: 15px;
  padding-left: 0.075em;
  text-align: center;
  font-size: 4.8rem;
  line-height: 1.07;
  font-weight: 900;
  letter-spacing: 0.075em;
}
.lp_professional_support_discription {
  padding-left: 0.075em;
  text-align: center;
}
.lp_professional_support_item {
  max-width: 1040px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.lp_professional_support_item_title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding: 11px 28px;
  background-color: var(--lp_color_blue);
  color: #fff;
}
.lp_professional_support_item_title .no {
  display: grid;
  place-content: center;
  width: 50px;
  height: 50px;
  margin-right: 35px;
  padding-bottom: 0.14em;
  background-color: var(--lp_color_yellow);
  font-size: 3.6rem;
  color: var(--lp_color_blue);
  font-weight: 900;
}
.lp_professional_support_item_title .text {
  flex: 1;
  letter-spacing: 0.12em;
  font-size: 2.3rem;
}
.lp_professional_support_item_body {
  padding-left: 115px;
}

/* SP調整 ------------------ */
@media (max-width:768px) {
  .lp_professional_support {
    padding: 10.9375vw 0 0;
    font-size: 4.375vw;
  }
  .lp_professional_support_header {
    min-height: initial;
    margin-bottom: 6.25vw;
  }
  .lp_professional_support_illust {
    display: flex;
    justify-content: center;
    margin-bottom: 3.125vw;
  }
  .lp_professional_support_illust img {
    position: relative;
    width: 27.2vw;
    height: auto;
    top: 0;
  }
  .lp_professional_support_illust .left {
    left: 1.6vw;
  }
  .lp_professional_support_illust .right {
    left: -1.6vw;
    right: auto;
  }
  .lp_professional_support_title {
    font-size: 5.625vw;
    line-height: 1.45;
  }
  .lp_professional_support_discription {
    width: 79.375vw;
    margin: 0 auto;
    text-align: center;
    font-size: 3.940625vw;
  }
  .lp_professional_support_item {
    padding-bottom: 10.9375vw;
  }
  .lp_professional_support_item_title {
    display: block;
    margin-bottom: 7.8125vw;
    padding: 7.1875vw 0;
  }
  .lp_professional_support_item_title .no {
    margin: 0 auto 3.125vw;
    width: 12vw;
    height: 12vw;
    font-size: 8vw;
  }
  .lp_professional_support_item_title .text {
    display: block;
    padding-left: 0.12em;
    letter-spacing: 0.12em;
    font-size: 6.25vw;
    text-align: center;
  }
  .lp_professional_support_item_body {
    padding: 0 10.3125vw;
    font-size: 3.940625vw;
  }
}


/* ===============================
lp_flow
=============================== */
.lp_flow {
  padding: 33px 0 95px;
  background-color: #efefef;
}
.lp_flow_title {
  margin-bottom: 50px;
  text-align: center;
  font-size: 4.8rem;
  letter-spacing: 0.05em;
  color: var(--lp_color_blue);
  font-weight: 900;
}
.lp_flow_item {
  display: flex;
  max-width: 920px;
  margin: 0 auto;
}
.lp_flow_item_header {
  display: grid;
  place-content: center;
  position: relative;
  width: 200px;
  min-height: 145px;
  background-color: var(--lp_color_blue);
  color: #fff;
}
.lp_flow_item_header::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -25px;
  width: 100%;
  height: 26px;
  background: inherit;
  clip-path: polygon(0 0, 100% 0, 100% 1px, 50% 100%, 0 1px);
  z-index: 2;
}
.lp_flow_item:not(:first-of-type) .lp_flow_item_header {
  padding-top: 22px;
}
.lp_flow_item:nth-child(odd) .lp_flow_item_header {
  background-color: #cad7ec;
  color: var(--lp_color_blue);
}
.lp_flow_item_header_text {
  text-align: center;
  line-height: 1.1;
  letter-spacing: 0.1em;
  font-weight: 900;
}
.lp_flow_item_header_text .step {
  display: block;
  padding-left: 0.16em;
  letter-spacing: 0.16em;
  font-size: 2.5rem;
}
.lp_flow_item_header_text .no {
  display: block;
  padding-bottom: 0.1em;
  font-size: 3.3rem;
  letter-spacing: 0;
}
.lp_flow_item_header_text .text {
  display: block;
  font-size: 2.3rem;
  padding-left: 0.075em;
  letter-spacing: 0.075em;
}
.lp_flow_item_body {
  width: 720px;
  padding: 18px 0 20px 40px;
}
.lp_flow_item:not(:first-of-type) .lp_flow_item_body {
  padding-top: 22px;
}
.lp_flow_item_title {
  margin-bottom: .5em;
  font-size: 2.3rem;
  letter-spacing: 0.075em;
  line-height: 1.39;
  font-weight: 900;
}
.lp_flow_item_text {
  padding-left: 30px;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.055em;
  white-space: nowrap;
  font-weight: 900;
}

/* SP調整 ------------------ */
@media (max-width:768px) {
  .lp_flow {
    padding: 12.5vw 0 3.125vw;
  }
  .lp_flow_title {
    margin-bottom: 16.5625vw;
    font-size: 6.25vw;
    letter-spacing: 0;
  }
  .lp_flow_item {
    display: block;
    width: 78.125vw;
    margin: 0 auto;
  }
  .lp_flow_item_header {
    width: 100%;
  }
  .lp_flow_item_header::after {
    bottom: -7.8125vw;
    height: 8.125vw;
  }
  .lp_flow_item:not(:first-of-type) .lp_flow_item_header {
    padding-top: 0;
  }
  .lp_flow_item_header_text .step {
    font-size: 7.8125vw;
  }
  .lp_flow_item_header_text .no {
    font-size: 10.3125vw;
  }
  .lp_flow_item_header_text .text {
    font-size: 7.1875vw;
  }
  .lp_flow_item_body {
    width: 100%;
    padding: 17.1875vw 0 10.3125vw 0;
  }
  .lp_flow_item:not(:first-of-type) .lp_flow_item_body {
    padding-top: 17.1875vw;
  }
  .lp_flow_item_title {
    margin-bottom: .9em;
    font-size: 5.625vw;
    text-align: center;
  }
  .lp_flow_item_text {
    padding-left: 0;
    font-size: 4.375vw;
    white-space: normal;
  }
}
